@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
  color: white;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*--------------------------*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Bebas Neue Bold";
  src: url("../fonts/BebasNeueBold.eot");
  src: url("../fonts/BebasNeueBold.eot?#iefix") format("embedded-opentype"), url("../fonts/BebasNeueBold.woff") format("woff"), url("../fonts/BebasNeueBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe Light";
  src: url("../fonts/Circe-Light.eot");
  src: url("../fonts/Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Light.woff") format("woff"), url("../fonts/Circe-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe Regular";
  src: url("../fonts/Circe-Regular.eot");
  src: url("../fonts/Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Regular.woff") format("woff"), url("../fonts/Circe-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Circe Bold";
  src: url("../fonts/Circe-Bold.eot");
  src: url("../fonts/Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Circe-Bold.woff") format("woff"), url("../fonts/Circe-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro Condensed Light";
  src: url("../fonts/DINPro-CondensedLight.eot");
  src: url("../fonts/DINPro-CondensedLight.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedLight.woff") format("woff"), url("../fonts/DINPro-CondensedLight.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro Condensed Regular";
  src: url("../fonts/DINPro-CondensedRegular.eot");
  src: url("../fonts/DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedRegular.woff") format("woff"), url("../fonts/DINPro-CondensedRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "DIN Pro Condensed Medium";
  src: url("../fonts/DINPro-CondensedMedium.eot");
  src: url("../fonts/DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-CondensedMedium.woff") format("woff"), url("../fonts/DINPro-CondensedMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=radio].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  font-family: "Circe Regular";
}

.main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #0D5C9E;
  background-image: url(../img/backheader.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1078px) {
  .main-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-image: none;
  }
}

.main-header section {
  width: 642px;
  min-height: 665px;
  padding-top: 32px;
  padding-left: 32px;
}
@media (max-width: 1078px) {
  .main-header section {
    min-height: 305px;
    width: 100%;
  }
}

@media (max-width: 1078px) {
  .volmtara {
    background-color: #0D5C9E;
    background-image: url(../img/backleft.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right bottom;
  }
}

.maeotis {
  /* overflow: hidden; */
  position: relative;
}
@media (max-width: 1078px) {
  .maeotis {
    background-color: #0D5C9E;
    background-image: url(../img/backright.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left bottom;
    height: 500px;
  }
}
@media (max-width: 584px) {
  .maeotis {
    height: 470px;
  }
}
@media (max-width: 450px) {
  .maeotis {
    height: 370px;
  }
}

.main-header h2 {
  color: #FFF;
  font-family: "Bebas Neue Bold";
  font-size: 42px;
  line-height: 100%;
}
@media (max-width: 763px) {
  .main-header h2 {
    font-size: 32px;
  }
}
@media (max-width: 450px) {
  .main-header h2 {
    font-size: 24px;
  }
}

.volmtara-title {
  margin-top: 30px;
}

.volmtara_description {
  color: #FFF;
  font-family: "DIN Pro Condensed Light";
  font-size: 32px;
  line-height: 100%;
  max-width: 290px;
}
@media (max-width: 763px) {
  .volmtara_description {
    font-size: 24px;
  }
}
@media (max-width: 450px) {
  .volmtara_description {
    font-size: 18px;
    max-width: 150px;
  }
}

.volmtara_contacts {
  margin-top: 250px;
  font-size: 20px;
  font-variant: small-caps;
  line-height: normal;
}
@media (max-width: 1078px) {
  .volmtara_contacts {
    margin-top: 80px;
    margin-bottom: 40px;
  }
}
@media (max-width: 763px) {
  .volmtara_contacts {
    font-size: 16px;
  }
}

.volmtara_phone::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/svg/phone.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -2px;
}

.volmtara_mail::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-block;
  background-image: url(../img/svg/email.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -5px;
}

@media (max-width: 763px) {
  .logo-maeotis {
    width: 110px;
    position: absolute;
  }
}

@media (max-width: 763px) {
  .logo-volmtara {
    width: 150px;
  }
}

.maeotis h2:nth-child(2) {
  position: relative;
  top: -120px;
  left: 220px;
  max-width: 300px;
}
@media (max-width: 1078px) {
  .maeotis h2:nth-child(2) {
    max-width: 500px;
    margin-right: 20px;
    top: -100px;
  }
}
@media (max-width: 763px) {
  .maeotis h2:nth-child(2) {
    position: static;
    padding-left: 150px;
    margin-bottom: 20px;
    max-width: 600px;
  }
}

.maeotis h2:nth-child(3) {
  position: relative;
  top: -80px;
}
@media (max-width: 1078px) {
  .maeotis h2:nth-child(3) {
    top: -40px;
    max-width: 160px;
  }
}
@media (max-width: 885px) {
  .maeotis h2:nth-child(3) {
    z-index: 5;
    right: 20px;
    top: 160px;
    position: absolute;
  }
}
@media (max-width: 763px) {
  .maeotis h2:nth-child(3) {
    position: static;
    padding-left: 150px;
    max-width: 360px;
  }
}
.header-picture {
  position: relative;
  top: -80px;
  left: 60px;
  height: 300px;
}
@media (max-width: 1078px) {
  .header-picture {
    top: -160px;
    left: 300px;
  }
}
@media (max-width: 885px) {
  .header-picture {
    top: -100px;
    left: 0px;
  }
}
@media (max-width: 763px) {
  .header-picture {
    top: -10px;
  }
}
@media (max-width: 584px) {
  .header-picture {
    min-height: 200px;
    top: 20px;
  }
}
@media (max-width: 450px) {
  .header-picture {
    top: 10px;
  }
}
@media (max-width: 413px) {
  .header-picture {
    top: 10px;
    left: 10px;
  }
}

.can-one {
  position: absolute;
  left: -90px;
  z-index: 2;
  -webkit-animation: float 5.5s ease-out infinite;
          animation: float 5.5s ease-out infinite;
}
@media (max-width: 584px) {
  .can-one {
    width: 300px;
  }
}
@media (max-width: 450px) {
  .can-one {
    width: 230px;
    left: -20px;
  }
}
@media (max-width: 410px) {
  .can-one {
    width: 200px;
    left: -20px;
  }
}

@-webkit-keyframes float {
  50% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
}

@keyframes float {
  50% {
    -webkit-transform: translate(0px, 10px);
            transform: translate(0px, 10px);
  }
}
.can-two {
  position: absolute;
  top: 10px;
  left: 180px;
  -webkit-animation: floats 5.5s ease-out infinite;
          animation: floats 5.5s ease-out infinite;
}
@media (max-width: 584px) {
  .can-two {
    width: 300px;
    left: 100px;
  }
}
@media (max-width: 450px) {
  .can-two {
    width: 230px;
    left: 130px;
  }
}
@media (max-width: 410px) {
  .can-two {
    width: 200px;
    left: 120px;
  }
}

@-webkit-keyframes floats {
  50% {
    -webkit-transform: translate(0px, -7px);
            transform: translate(0px, -7px);
  }
}

@keyframes floats {
  50% {
    -webkit-transform: translate(0px, -7px);
            transform: translate(0px, -7px);
  }
}
/* Контент */
.tincans .tincans-header {
  background-image: url(../img/cans/cans_promo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  margin: 40px 20px;
}
@media (max-width: 920px) {
  .tincans .tincans-header {
    background-blend-mode: color-burn;
    margin: 40px 20px -60px 20px;
  }
}
@media (max-width: 740px) {
  .tincans .tincans-header {
    margin: 40px 20px -20px 20px;
  }
}
@media (max-width: 520px) {
  .tincans .tincans-header {
    margin: 40px 20px -70px 20px;
  }
}

.tinlids .tincans-header {
  background-image: url(../img/lids/tinlids_promo.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 80%;
  margin: 40px 20px;
}
@media (max-width: 920px) {
  .tinlids .tincans-header {
    background-blend-mode: color-burn;
    margin: 40px 20px -22px 20px;
  }
}
@media (max-width: 740px) {
  .tinlids .tincans-header {
    margin: 40px 20px -20px 20px;
  }
}

.tincans_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (max-width: 685px) {
  .tincans_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
}

.tincans_kinds {
  color: #000;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 685px) {
  .tincans_kinds {
    margin-right: 24px;
    font-size: 16px;
  }
}

@media (max-width: 685px) {
  .tincans_diameters {
    line-height: normal;
  }
}

.tincans-big {
  font-family: "Circe Bold";
  font-size: 44px;
  margin-bottom: -12px;
}
@media (max-width: 685px) {
  .tincans-big {
    height: 30px;
    font-size: 24px;
    margin-bottom: 0px;
    line-height: 110%;
  }
}

@media (max-width: 685px) {
  .tincans-small {
    line-height: 110%;
  }
}

.diameters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 280px;
  gap: 7px 14px;
  margin-top: 20px;
}
@media (max-width: 685px) {
  .diameters-list {
    font-size: 24px;
    margin-top: 0px;
    width: auto;
    gap: 0px 7px;
  }
}

.diameters-list li {
  font-size: 20px;
}
@media (max-width: 685px) {
  .diameters-list li {
    font-size: 16px;
  }
}

.volmtara-main {
  max-width: 1084px;
  margin: 0 auto;
  margin-top: 64px;
}

.tincans_title, .tincans-header h2 {
  color: #0C4574;
  text-align: center;
  font-family: "Bebas Neue Bold";
  font-size: 42px;
  line-height: 100%;
}
@media (max-width: 685px) {
  .tincans_title, .tincans-header h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    font-size: 32px;
  }
}

.tincans_title {
  margin: 0 24px;
}

.tincans-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #EFEFEF;
  border-radius: 24px;
  padding: 40px;
  margin-top: 48px;
}
@media (max-width: 685px) {
  .tincans-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.tincans-header h2 {
  text-align: left;
}

.tincans-wrapper {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
}
@media (max-width: 920px) {
  .tincans-wrapper {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media (max-width: 685px) {
  .tincans-wrapper {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin-bottom: 12px;
  }
}

.tincans_description {
  font-family: "DIN Pro Condensed Regular";
  color: #343436;
  font-size: 20px;
  line-height: normal;
}
@media (max-width: 685px) {
  .tincans_description {
    font-size: 16px;
  }
}

/* Card */
.tincans-list {
  margin-top: 48px;
}

.tinlids .tincans-list {
  margin-top: 0;
}

.tincans-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  border-bottom: dashed #000 1px;
  gap: 48px;
}
@media (max-width: 1060px) {
  .tincans-list_item {
    gap: 12px;
    padding-top: 24px;
  }
}
@media (max-width: 740px) {
  .tincans-list_item {
    margin-top: 24px;
    padding-bottom: 24px;
  }
}
@media (max-width: 520px) {
  .tincans-list_item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
    margin-top: 0;
  }
}

.list-item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
@media (max-width: 1060px) {
  .list-item_header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    gap: 6px;
    margin-bottom: 0px;
  }
}

.list-item_heading {
  color: #000;
  font-family: "Circe Bold";
  font-size: 32px;
  line-height: normal;
}
@media (max-width: 920px) {
  .list-item_heading {
    font-size: 24px;
  }
}

.list-item_gost {
  border-radius: 8px;
  background: #0C4574;
  padding: 8px 14px;
  color: #FFF;
  font-family: "DIN Pro Condensed Medium";
  font-size: 28px;
  line-height: normal;
}
@media (max-width: 1060px) {
  .list-item_gost {
    font-size: 20px;
  }
}
@media (max-width: 520px) {
  .list-item_gost {
    font-size: 16px;
  }
}

.list-table {
  padding-bottom: 24px;
  margin-right: 24px;
}
@media (max-width: 520px) {
  .list-table {
    padding-left: 24px;
  }
}

.list-table_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (max-width: 1060px) {
  .list-table_items {
    gap: 0px;
  }
}

.list-table_item {
  font-size: 20px;
}
@media (max-width: 920px) {
  .list-table_item {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: -2px;
  }
}
@media (max-width: 820px) {
  .list-table_item {
    font-size: 16px;
    line-height: 140%;
  }
}
@media (max-width: 420px) {
  .list-table_item {
    font-size: 14px;
    line-height: 140%;
  }
}

.list-table_itemValue {
  font-family: "Circe Bold";
  font-size: 24px;
}
@media (max-width: 920px) {
  .list-table_itemValue {
    font-size: 20px;
  }
}
@media (max-width: 420px) {
  .list-table_itemValue {
    font-size: 16px;
  }
}

.list-figure {
  max-width: 355px;
}
@media (max-width: 820px) {
  .list-figure {
    width: 40%;
  }
}
@media (max-width: 520px) {
  .list-figure {
    width: 60%;
    margin-bottom: -32px;
  }
}

.list-img {
  width: 100%;
}

.list-table_diameter::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(../img/svg/diameter.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -9px;
}
@media (max-width: 920px) {
  .list-table_diameter::before {
    width: 24px;
    height: 24px;
    bottom: -8px;
  }
}

.list-table_height::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(../img/svg/height.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -9px;
}
@media (max-width: 920px) {
  .list-table_height::before {
    width: 24px;
    height: 24px;
    bottom: -8px;
  }
}

.list-table_volume::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(../img/svg/volume.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -9px;
}
@media (max-width: 920px) {
  .list-table_volume::before {
    width: 24px;
    height: 24px;
    bottom: -8px;
  }
}

.list-table_quantity::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(../img/svg/quantity.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -9px;
}
@media (max-width: 920px) {
  .list-table_quantity::before {
    width: 24px;
    height: 24px;
    bottom: -8px;
  }
}

.list-table_quantity2::before {
  content: "";
  width: 32px;
  height: 32px;
  display: inline-block;
  background-image: url(../img/svg/quantity2.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -9px;
}
@media (max-width: 920px) {
  .list-table_quantity2::before {
    width: 24px;
    height: 24px;
    bottom: -8px;
  }
}

/* footer */
.volmtara-footer {
  background-color: #182937;
  color: #fff;
}

.footer_wrapper {
  max-width: 1084px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 32px 24px 48px 24px;
}
@media (max-width: 1000px) {
  .footer_wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px 24px;
    margin: 0 12px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 769px) {
  .footer_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 32px 12px 48px 12px;
  }
}

.footer_wrapper section {
  -ms-flex-preferred-size: fill;
      flex-basis: fill;
}

.footer-logo {
  margin-bottom: 12px;
}

.footer-one {
  max-width: 200px;
  font-size: 16px;
  line-height: 130%;
}
@media (max-width: 1000px) {
  .footer-one {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .footer-one {
    max-width: 300px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer-two {
  max-width: 400px;
}
@media (max-width: 1000px) {
  .footer-two {
    max-width: 1000px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (max-width: 769px) {
  .footer-two {
    max-width: 300px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media (max-width: 1000px) {
  .footer-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px 12px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 769px) {
  .footer-details {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media (max-width: 1000px) {
  .footer_address {
    max-width: 300px;
  }
}
@media (max-width: 420px) {
  .footer_address {
    width: 300px;
  }
}

@media (max-width: 420px) {
  .footer_bank {
    width: 300px;
  }
}

@media (max-width: 1000px) {
  .footer_mail {
    max-width: 300px;
  }
}
@media (max-width: 420px) {
  .footer_mail {
    width: 300px;
  }
}

@media (max-width: 1000px) {
  .footer-three {
    max-width: 500px;
  }
}
@media (max-width: 769px) {
  .footer-three {
    max-width: 1000px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.footer-two ul {
  margin-top: -14px;
}

.footer-two h3 {
  font-size: 20px;
  padding: 6px;
}

.footer_address h3::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../img/svg/adress.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -9px;
}

.footer_bank h3::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../img/svg/bank.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -9px;
}

.footer_bank p, .footer_address p {
  font-size: 16px;
  line-height: 140%;
}
@media (max-width: 769px) {
  .footer_bank p, .footer_address p {
    font-size: 14px;
  }
}
@media (max-width: 420px) {
  .footer_bank p, .footer_address p {
    font-size: 12px;
  }
}

.footer_bank h3, .footer_address h3 {
  margin-bottom: 4px;
}

.footer_mail h3::before {
  content: "";
  width: 30px;
  height: 30px;
  display: inline-block;
  background-image: url(../img/svg/email2.svg);
  background-size: cover;
  background-position: center;
  margin-right: 6px;
  position: relative;
  bottom: -9px;
}

.footer-three h3 {
  font-size: 20px;
  color: #CEAA6D;
  margin-bottom: 4px;
}

.footer-name {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.443px;
  margin-bottom: 8px;
}

.footer-phone {
  font-size: 20px;
}
@media (max-width: 769px) {
  .footer-phone {
    font-size: 14px;
    min-width: 130px;
  }
}

.footer-persons_item {
  margin-bottom: 8px;
}
@media (max-width: 1000px) {
  .footer-persons_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
  }
}

@media (max-width: 1000px) {
  .footer-persons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0px;
  }
}