@charset "UTF-8";
/* Шрифты */
/* Cambria */
/* Regular */
@font-face {
  font-family: "Cambria";
  src: url("Cambria.eot");
  src: local("Cambria"), url("../fonts/Cambria_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Cambria_Regular.woff") format("woff"), url("../fonts/Cambria_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Calibri */
/* Light */
@font-face {
  font-family: "Calibri";
  src: url("Calibri-Light.eot");
  src: local("Calibri Light"), local("Calibri-Light"), url("../fonts/Calibri_Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri_Light.woff2") format("woff2"), url("../fonts/Calibri_Light.woff") format("woff"), url("../fonts/Calibri_Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

/* Regular */
@font-face {
  font-family: "Calibri";
  src: url("Calibri.eot");
  src: local("Calibri"), url("../fonts/Calibri_Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri_Regular.woff2") format("woff2"), url("../fonts/Calibri_Regular.woff") format("woff"), url("../fonts/Calibri_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: "Calibri";
  src: url("Calibri-Bold.eot");
  src: local("Calibri Bold"), local("Calibri-Bold"), url("../fonts/Calibri_Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Calibri_Bold.woff2") format("woff2"), url("../fonts/Calibri_Bold.woff") format("woff"), url("../fonts/Calibri_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  width: 1170px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
}

html, body {
  font-family: "Cambria", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #4D5052;
  margin: 0;
  padding: 0;
  position: relative;
  overflow-x: hidden;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.content p {
  line-height: 24px;
  text-align: center;
  margin-bottom: 25px;
}

.content p:last-child {
  margin-bottom: 0;
}

.block-title {
  font-size: 32px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}

strong {
  font-weight: 700;
}

form div[role="alert"] {
  display: none;
}

form .form-item--error input {
  border-color: #FC5D67;
}

form .form-item--error .form-item--error-message {
  font-size: 12px;
  color: #FC5D67;
  margin-top: -12px;
  margin-bottom: 15px;
}

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

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input, textarea, select {
  -webkit-appearance: none;
}

/* Header */
.header {
  height: 60px;
  background-color: #fff;
  z-index: 5;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

.header .container {
  height: 100%;
  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;
}

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__logo img.eng {
  position: relative;
  top: 2px;
}

.header__menu-close {
  display: none;
}

.header__menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__menu-list > li {
  margin-right: 45px;
}

.header__menu-list > li:last-child {
  margin-right: 0;
}

.header__menu-list > li > a {
  font-family: "Calibri", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #6E6B6B;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header__menu-list > li > a:hover {
  color: #C4C4C4;
}

.header__languages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__languages > li {
  margin-right: 16px;
}

.header__languages > li:last-child {
  margin-right: 0;
}

.header__languages > li > a {
  font-family: "Calibri", sans-serif;
  color: #C4C4C4;
  text-transform: uppercase;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}

.header__languages > li > a:hover {
  color: #4D5052;
}

.header__languages > li > a.active {
  pointer-events: none;
  color: #6E6B6B;
}

/* Главная страница */
.lines {
  position: relative;
  padding: 35px 0;
}

.lines:before, .lines:after {
  content: "";
  width: 72px;
  height: 3px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.33333%, #C4C4C4), color-stop(33.33333%, transparent), color-stop(66.66667%, transparent), color-stop(66.66667%, #C4C4C4));
  background: -o-linear-gradient(top, #C4C4C4 33.33333%, transparent 33.33333%, transparent 66.66667%, #C4C4C4 66.66667%);
  background: linear-gradient(to bottom, #C4C4C4 33.33333%, transparent 33.33333%, transparent 66.66667%, #C4C4C4 66.66667%);
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.lines:before {
  top: 0;
}

.lines:after {
  bottom: 0;
}

.main-banner {
  height: 100vh;
  background-image: url("../img/index/poster/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-bottom: 80px;
}

.main-banner:after {
  content: "";
  width: 20px;
  height: 35px;
  background-image: url("../img/index/poster/mouse.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(140px + 20px);
  -webkit-animation: mouseMove 2s infinite linear;
          animation: mouseMove 2s infinite linear;
}

@-webkit-keyframes mouseMove {
  0% {
    bottom: calc(140px + 20px);
  }
  50% {
    bottom: calc(140px - 20px);
  }
  100% {
    bottom: calc(140px + 20px);
  }
}

@keyframes mouseMove {
  0% {
    bottom: calc(140px + 20px);
  }
  50% {
    bottom: calc(140px - 20px);
  }
  100% {
    bottom: calc(140px + 20px);
  }
}

.main-vodka {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 80px;
}

.main-vodka__block {
  width: 455px;
  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;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.main-vodka__block.anim-active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.main-vodka__logo {
  margin-bottom: 40px;
}

.main-vodka__text.lines:before, .main-vodka__text.lines:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.33333%, #fff), color-stop(33.33333%, transparent), color-stop(66.66667%, transparent), color-stop(66.66667%, #fff));
  background: -o-linear-gradient(top, #fff 33.33333%, transparent 33.33333%, transparent 66.66667%, #fff 66.66667%);
  background: linear-gradient(to bottom, #fff 33.33333%, transparent 33.33333%, transparent 66.66667%, #fff 66.66667%);
}

.main-vodka__text p {
  color: #fff;
}

.main-features {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 30px;
}

.main-features .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}

.main-features__bottle {
  width: 430px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.main-features__bottle.anim-active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.main-features__right {
  width: 475px;
  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;
  margin-left: auto;
  -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
          transform: translateX(30%);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.main-features__right.anim-active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.main-features__box {
  padding: 27px 0 35px;
  margin-bottom: 30px;
}

.main-snack {
  height: 100vh;
  background-image: url("../img/index/snack/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.main-snack__block {
  width: 500px;
  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;
  margin-left: 20px;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.main-snack__block.anim-active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.main-snack__logo {
  margin-bottom: 40px;
}

.main-snack__box {
  padding: 35px 0;
}

.main-snack__box.lines:before, .main-snack__box.lines:after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.33333%, #fff), color-stop(33.33333%, transparent), color-stop(66.66667%, transparent), color-stop(66.66667%, #fff));
  background: -o-linear-gradient(top, #fff 33.33333%, transparent 33.33333%, transparent 66.66667%, #fff 66.66667%);
  background: linear-gradient(to bottom, #fff 33.33333%, transparent 33.33333%, transparent 66.66667%, #fff 66.66667%);
}

.main-snack .block-title {
  color: #fff;
}

.main-snack__text p {
  color: #fff;
}

.main-technology {
  padding: 120px 0 60px;
}

.main-technology__block {
  width: 950px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 120px;
}

.main-technology__slider {
  width: 100%;
}

.main-technology__slider .swiper-slide {
  height: 455px;
}

.main-technology__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.main-technology__slider .swiper-slide iframe {
  width: 100%;
  height: 100%;
}

.main-technology__slider .swiper-pagination {
  position: initial;
  margin-top: 30px;
}

.main-technology__slider .swiper-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #C4C4C4;
  margin-right: 10px;
  margin-left: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  opacity: 1;
}

.main-technology__slider .swiper-pagination .swiper-pagination-bullet:after {
  content: "";
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: #6E6B6B;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: width 0.3s, height 0.3s;
  -o-transition: width 0.3s, height 0.3s;
  transition: width 0.3s, height 0.3s;
}

.main-technology__slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
  width: 8px;
  height: 8px;
}

.main-technology__slider .swiper-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.main-technology__slider .swiper-slide-prev iframe,
.main-technology__slider .swiper-slide-next iframe {
  pointer-events: none;
}

.main-awards {
  padding: 60px 0;
}

.main-awards__text {
  width: 620px;
  margin: 0 auto 70px;
}

.main-awards__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  justify-content: center;
}

.main-awards__list > li {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: flex-end;
  -webkit-transform: translateY(30%);
      -ms-transform: translateY(30%);
          transform: translateY(30%);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  margin-bottom: 40px;
}

.main-awards__list > li.anim-active {
  -webkit-transform: translateY(0%);
      -ms-transform: translateY(0%);
          transform: translateY(0%);
  opacity: 1;
}

.main-awards__list > li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
       -o-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.main-awards__list > li:nth-child(3) {
  -webkit-transition-delay: 0.4s;
       -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.main-awards__list > li:nth-child(4) {
  -webkit-transition-delay: 0.6s;
       -o-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.main-awards__list > li:nth-child(5) {
  -webkit-transition-delay: 0.8s;
       -o-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.main-awards__list > li:nth-child(6) {
  -webkit-transition-delay: 1s;
       -o-transition-delay: 1s;
          transition-delay: 1s;
}

.main-characteristics {
  padding: 85px 0;
  background-image: url("../img/index/characteristics/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 50%;
}

.main-characteristics__block {
  width: 620px;
  margin: 0 auto;
}

.main-characteristics__block.lines:before {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(33.33333%, #fff), color-stop(33.33333%, transparent), color-stop(66.66667%, transparent), color-stop(66.66667%, #fff));
  background: -o-linear-gradient(top, #fff 33.33333%, transparent 33.33333%, transparent 66.66667%, #fff 66.66667%);
  background: linear-gradient(to bottom, #fff 33.33333%, transparent 33.33333%, transparent 66.66667%, #fff 66.66667%);
}

.main-characteristics__block.lines:after {
  display: none;
}

.main-characteristics .block-title {
  color: #fff;
}

.main-characteristics__text {
  margin-bottom: 40px;
}

.main-characteristics__text p {
  color: #fff;
}

.main-characteristics__pack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* Footer */
.footer {
  padding: 90px 0 30px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}

.footer .container {
  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;
}

.footer__main-block {
  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;
  -webkit-transform: translateX(-30%);
      -ms-transform: translateX(-30%);
          transform: translateX(-30%);
  opacity: 0;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
}

.footer__main-block.anim-active {
  -webkit-transform: translateX(0%);
      -ms-transform: translateX(0%);
          transform: translateX(0%);
  opacity: 1;
}

.footer__logo {
  margin-bottom: 30px;
}

.footer__certificate {
  margin-bottom: 20px;
  -webkit-box-shadow: inset 0 -1px 0 0 #4D5052;
          box-shadow: inset 0 -1px 0 0 #4D5052;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}

.footer__certificate:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 transparent;
          box-shadow: inset 0 -1px 0 0 transparent;
}

.footer__address {
  line-height: 24px;
  text-align: center;
  margin-bottom: 15px;
}

.footer__map {
  -webkit-box-shadow: inset 0 -1px 0 0 #4D5052;
          box-shadow: inset 0 -1px 0 0 #4D5052;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  -o-transition: box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
  margin-bottom: 25px;
}

.footer__map:hover {
  -webkit-box-shadow: inset 0 -1px 0 0 transparent;
          box-shadow: inset 0 -1px 0 0 transparent;
}

.footer__phones {
  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;
  margin-bottom: 40px;
}

.footer__phones a {
  font-family: "Calibri", sans-serif;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 12px;
}

.footer__phones a:last-child {
  margin-bottom: 0;
}

.footer__warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 30px;
}

.window__container {
  visibility: hidden;
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 11;
  position: fixed;
  top: 0;
  right: -20px;
  bottom: 0;
  left: 0;
  overflow-y: scroll;
  padding: 30px 20px 30px 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  -o-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.window__container.active {
  opacity: 1;
  visibility: visible;
}

.window {
  width: 550px;
  height: 380px;
  margin: auto;
  background-color: #fff;
  position: relative;
  padding: 40px 60px;
  border-radius: 15px;
  -webkit-transition: top 0.4s;
  -o-transition: top 0.4s;
  transition: top 0.4s;
}

/* Окно возраст */
.age__box {
  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;
}

.age__logo {
  margin-bottom: 45px;
}

.age__text {
  font-family: "Calibri", sans-serif;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
}

.age__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.age__buttons button, .age__buttons a {
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Calibri", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  color: #4D5052;
  background-color: transparent;
  cursor: pointer;
  padding: 0 14px 2px;
  border: 1px solid #4D5052;
  border-radius: 2px;
  margin: 0 3px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.age__buttons button.yes:hover, .age__buttons a.yes:hover {
  background-color: #4D5052;
  color: #fff;
}

.age__buttons button.no, .age__buttons a.no {
  border-color: transparent;
}

.age__buttons button.no:hover, .age__buttons a.no:hover {
  color: #8C8C8C;
}

.age__bottom-text {
  font-weight: 400;
  font-size: 14px;
  color: #8C8C8C;
  margin-top: 30px;
}

/* Адаптив */
/* Width 1600 */
@media (max-width: 1919px) {
  /* Главная страница */
  .main-banner img {
    max-width: 500px;
  }
  .main-banner:after {
    bottom: calc(80px + 20px);
  }
  @-webkit-keyframes mouseMove {
    0% {
      bottom: calc(80px + 20px);
    }
    50% {
      bottom: calc(80px - 20px);
    }
    100% {
      bottom: calc(80px + 20px);
    }
  }
  @keyframes mouseMove {
    0% {
      bottom: calc(80px + 20px);
    }
    50% {
      bottom: calc(80px - 20px);
    }
    100% {
      bottom: calc(80px + 20px);
    }
  }
  .main-features .container {
    height: 100%;
  }
  .main-features__bottle {
    height: 90%;
  }
  .main-technology {
    padding: 100px 0 40px;
  }
  .main-awards {
    padding: 50px 0 60px;
  }
}

/* Width 1366 */
@media (max-width: 1599px) {
  /* Главная страница */
  .header {
    height: 56px;
  }
  .main-banner img {
    max-width: 400px;
  }
  .main-banner:after {
    bottom: calc(60px + 15px);
  }
  @-webkit-keyframes mouseMove {
    0% {
      bottom: calc(60px + 15px);
    }
    50% {
      bottom: calc(60px - 15px);
    }
    100% {
      bottom: calc(60px + 15px);
    }
  }
  @keyframes mouseMove {
    0% {
      bottom: calc(60px + 15px);
    }
    50% {
      bottom: calc(60px - 15px);
    }
    100% {
      bottom: calc(60px + 15px);
    }
  }
  .main-banner {
    padding-bottom: 40px;
  }
  .main-vodka {
    padding-top: 30px;
  }
  .main-features__right {
    width: 530px;
  }
  .block-title {
    font-size: 24px;
    margin-bottom: 25px;
  }
  .main-features__box {
    padding: 25px 0 30px;
    margin-bottom: 25px;
  }
  .content p {
    font-size: 15px;
    line-height: 22px;
  }
  .main-features__bottle {
    height: 80%;
  }
  .main-technology {
    padding: 75px 0 40px;
  }
  .footer {
    padding-top: 50px;
  }
  .footer__logo img {
    max-width: 180px;
  }
  .main-snack__logo {
    margin-bottom: 30px;
  }
  .main-snack__box {
    padding: 30px 0;
  }
}

/* Width 1280 */
@media (max-width: 1365px) {
  /* Главная страница */
  .footer__logo img,
  .age__logo img {
    max-width: 160px;
  }
  .age__logo {
    margin-bottom: 35px;
  }
  .age .window {
    height: 350px;
  }
}

/* Width 1024 */
@media (max-width: 1249px) {
  /* Главная страница */
  .container {
    width: 1024px;
  }
  .header__languages {
    margin-left: auto;
    margin-right: 50px;
  }
  .header__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 26px;
    height: 19px;
    position: relative;
    z-index: 1;
  }
  .header__burger div {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: #6E6B6B;
    pointer-events: none;
    position: absolute;
  }
  .header__burger div.one {
    top: 0;
  }
  .header__burger div.two {
    top: 8px;
  }
  .header__burger div.three {
    bottom: 0;
  }
  .header__menu-container {
    z-index: 9;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.4s, visibility 0.4s;
    -o-transition: opacity 0.4s, visibility 0.4s;
    transition: opacity 0.4s, visibility 0.4s;
  }
  .header__menu-container.active {
    opacity: 1;
    visibility: visible;
  }
  .header__menu-list-box {
    width: 100%;
    background-color: #fff;
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -100%;
    padding-top: 45px;
    -webkit-transition: right 0.4s;
    -o-transition: right 0.4s;
    transition: right 0.4s;
  }
  .header__menu-container.active .header__menu-list-box {
    right: 0;
  }
  .header__menu-close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    border: 1px solid #C4C4C4;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .header__menu-close:before, .header__menu-close:after {
    content: "";
    width: 10px;
    height: 1px;
    border-radius: 2px;
    background-color: #4D5052;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .header__menu-close:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header__menu-close:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header__menu-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__menu-list > li {
    margin: 0;
  }
  .header__menu-list > li > a {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.4px;
    padding: 15px 0 15px 20px;
    border-bottom: 1px solid #efefef;
  }
  .header__menu-list > li > a:hover {
    color: #6E6B6B;
  }
  .wrapper {
    padding-top: 56px;
  }
  .main-banner {
    height: calc(100vh - 56px - 70px);
    padding: 50px 0 100px;
  }
  .main-banner:after {
    bottom: calc(30px + 10px);
  }
  @-webkit-keyframes mouseMove {
    0% {
      bottom: calc(30px + 10px);
    }
    50% {
      bottom: calc(30px - 10px);
    }
    100% {
      bottom: calc(30px + 10px);
    }
  }
  @keyframes mouseMove {
    0% {
      bottom: calc(30px + 10px);
    }
    50% {
      bottom: calc(30px - 10px);
    }
    100% {
      bottom: calc(30px + 10px);
    }
  }
  .main-vodka {
    height: auto;
    padding: 250px 0 100px;
    background-position: 0 50%;
  }
  .main-vodka .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-features {
    height: auto;
    padding: 50px 0;
  }
  .main-snack {
    height: auto;
    padding: 50px 0;
  }
  .main-technology {
    padding: 50px 0 40px;
  }
  .main-characteristics {
    padding: 60px 0;
  }
  .main-characteristics__block {
    padding-bottom: 0;
  }
  .footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .main-technology__slider .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-technology__slider .swiper-slide {
    height: auto;
  }
  .main-technology__block {
    width: 100%;
    margin-bottom: 60px;
  }
  .main-awards__text {
    width: 100%;
  }
  .main-characteristics__block {
    width: 100%;
  }
  .main-awards {
    padding: 40px 0 60px;
  }
  .age .window {
    height: auto;
    width: 450px;
    padding: 35px 30px;
  }
  .age__bottom-text {
    text-align: center;
  }
  .age__logo {
    margin-bottom: 25px;
  }
  .footer__certificate {
    text-decoration: underline;
    text-align: center;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-characteristics {
    background-attachment: initial;
    background-position: center;
  }
}

/* Width 960 */
@media (max-width: 1023px) {
  /* Главная страница */
  .container {
    width: 100%;
  }
}

/* Width 800 */
@media (max-width: 959px) {
  /* Главная страница */
  .main-features__bottle {
    width: 350px;
  }
  .main-features {
    padding: 50px 0 20px;
  }
  .main-technology {
    padding: 50px 0 30px;
  }
  .main-snack {
    background-position: left center;
  }
  .main-snack__block {
    width: 100%;
    margin-left: 0;
  }
}

/* Width 768 */
@media (max-width: 799px) {
  /* Главная страница */
}

/* Width 640 */
@media (max-width: 767px) {
  /* Главная страница */
  .main-awards__list > li{
    margin-bottom: 25px;
  }
  .main-vodka__block {
    width: 100%;
  }
  .main-features .container {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main-features__bottle {
    width: 100%;
    height: 300px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
  }
  .main-features__right {
    width: 100%;
    margin-left: 0;
  }
  .main-features {
    padding: 50px 0;
  }
  .main-awards {
    padding: 30px 0 60px;
  }
  .main-awards__list > li img {
    max-width: 80%;
  }
  .main-features .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Width 480 */
@media (max-width: 639px) {
  /* Главная страница */
  .main-banner img {
    max-width: 300px;
  }
  .main-awards__text {
    margin: 0 auto 40px;
  }
  .main-awards {
    padding: 30px 0 51px;
  }
}

/* Width 412 */
@media (max-width: 479px) {
  /* Главная страница */
  .footer__warning {
    padding-left: 10px;
    padding-right: 10px;
  }
  .age .window {
    width: 97%;
    padding: 35px 20px;
  }
}

/* Width 320 */
@media (max-width: 411px) {
  /* Главная страница */
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .main-banner img {
    max-width: 250px;
  }
  .block-title {
    font-size: 22px;
  }
}

