@import url("../libs/swiper-bundle.min.css");
@import url("../libs/fancybox/jquery.fancybox.min.css");
@import url("../libs/animate.css");
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Steppe-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Steppe-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Steppe-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Steppe-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Steppe-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Steppe-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "Steppe";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Steppe-Black.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Rothek";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Rothek-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Rothek";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Rothek-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "NeueMetana";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NeueMetana-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NeueMetana";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NeueMetana-Bold.woff2") format("woff2");
}
::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

::-moz-selection {
  background: #82E800;
  color: #fff;
}

::selection {
  background: #82E800;
  color: #fff;
}

input, textarea {
  outline: none;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0;
}

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

textarea {
  resize: none;
}

body {
  font-family: "Steppe", sans-serif;
  font-size: 19px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  background: -o-linear-gradient(353.85deg, #165EE9 5.93%, #3F83E9 60.11%, #1762EB 97.74%, #1762EB 97.74%);
  background: linear-gradient(96.15deg, #165EE9 5.93%, #3F83E9 60.11%, #1762EB 97.74%, #1762EB 97.74%);
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}
body::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  background: url("../images/bg.png") center top repeat-y;
  opacity: 0.2;
  z-index: -1;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #fff;
}

.page {
  overflow-x: hidden;
  width: 100vw;
}

.overflow {
  overflow: hidden;
  padding-right: 16px;
}

.overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: -1;
  display: none;
}
.overlay--active {
  display: block;
  z-index: 9990;
}

input,
textarea {
  color: #fff;
}

textarea {
  resize: none;
}

.hero {
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  position: relative;
  z-index: 1;
}
.hero::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  background: url("../images/bg.png") center top repeat-y;
  opacity: 0;
  z-index: -1;
}
.hero.orange::before, .hero.brown::before, .hero.lightblue::before, .hero.purple::before {
  opacity: 0.2;
}
.hero.orange {
  background: -o-linear-gradient(353.85deg, #FF8446 5.93%, #F79D3E 42.97%, #FCB245 60.11%, #FF7A00 97.74%, #FE8541 100%);
  background: linear-gradient(96.15deg, #FF8446 5.93%, #F79D3E 42.97%, #FCB245 60.11%, #FF7A00 97.74%, #FE8541 100%);
}
.hero.orange .header__box--email .header__box-icon {
  background: #FF7511;
}
.hero.orange .promo__product-body {
  background: #F35F00;
}
.hero.orange .promo__item-circle {
  background: #FF7B00;
}
.hero.orange .promo__item-circle::before {
  border-color: rgba(255, 255, 255, 0.5);
}
.hero.orange .promo__item-circle::after {
  border-color: rgba(255, 255, 255, 0.2);
}
.hero.orange .promo__item-circle-inner {
  background: #F35F00;
}
.hero.brown {
  background: -o-linear-gradient(353.85deg, #7E4F44 5.93%, #946553 41.92%, #9C6C58 53.41%, #875949 75%, #825349 97.74%, #825349 100%);
  background: linear-gradient(96.15deg, #7E4F44 5.93%, #946553 41.92%, #9C6C58 53.41%, #875949 75%, #825349 97.74%, #825349 100%);
}
.hero.brown .promo__product-body {
  background: #6B433B;
}
.hero.brown .promo__item-circle {
  background: #6B433B;
}
.hero.brown .promo__item-circle-inner {
  background: #502E25;
}
.hero.lightblue {
  background: -o-linear-gradient(352.77deg, #7CC0C8 -8.49%, #2EA2BC 23.84%, #87D0E1 54.07%, #31A9C1 97.52%, #31A9C1 100%);
  background: linear-gradient(97.23deg, #7CC0C8 -8.49%, #2EA2BC 23.84%, #87D0E1 54.07%, #31A9C1 97.52%, #31A9C1 100%);
}
.hero.lightblue .promo__product-body {
  background: #009DBD;
}
.hero.lightblue .promo__item-circle {
  background: #1ABBDC;
}
.hero.lightblue .promo__item-circle::before {
  border-color: rgba(255, 255, 255, 0.5);
}
.hero.lightblue .promo__item-circle::after {
  border-color: rgba(255, 255, 255, 0.2);
}
.hero.lightblue .promo__item-circle-inner {
  background: #009DBD;
}
.hero.purple {
  background: -o-linear-gradient(353.85deg, #8D3BCB 5.93%, #AE5AD3 36.69%, #BE6BD5 60.11%, #9D49D0 81.82%, #8B39CB 97.74%, #8B39CB 100%);
  background: linear-gradient(96.15deg, #8D3BCB 5.93%, #AE5AD3 36.69%, #BE6BD5 60.11%, #9D49D0 81.82%, #8B39CB 97.74%, #8B39CB 100%);
}
.hero.purple .header__box--email .header__box-icon {
  background: #9E33DB;
}
.hero.purple .promo__product-body {
  background: #9715C0;
}
.hero.purple .promo__item-circle {
  background: #A31ECF;
}
.hero.purple .promo__item-circle-inner {
  background: #9604C9;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 20px 12px 21px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 19px;
  text-transform: lowercase;
  font-size: 22px;
  line-height: 23px;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.btn:focus, .btn:active {
  outline: none;
}
.btn:hover {
  color: #82E800;
  background: #fff;
  border-color: #fff;
}
.btn:hover svg path {
  fill: #82E800;
}
.btn svg {
  width: 16px;
  height: 14px;
  margin-left: 7px;
  -webkit-transform: translateY(-1px);
      -ms-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn svg path {
  fill: #6ECA4A;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.btn--border {
  background: 0;
}
.btn--border:hover {
  background: #82E800;
  border-color: #82E800;
  color: #fff;
}
.btn--green {
  background: #82E800;
  border-color: #82E800;
}
.btn--green:hover {
  background: #82E800;
  border-color: #82E800;
  -webkit-box-shadow: 0px 4px 32px rgba(156, 255, 30, 0.76);
          box-shadow: 0px 4px 32px rgba(156, 255, 30, 0.76);
  text-decoration: underline;
  color: #fff;
}

.header {
  padding: 41px 0 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 20;
}
.header .container {
    position: relative; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo img {
  vertical-align: top;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 76px;
}
.header .logo__text {
  margin-left: 21px;
  font-size: 19px;
  line-height: 104%;
  font-weight: 800;
  letter-spacing: 0.145em;
  text-transform: lowercase;
}
.header .menu-btn {
  margin: 18px 0 0 84px;
  padding: 0;
  border: 0;
  background: 0;
  width: 49px;
  cursor: pointer;
}
.header .menu-btn:hover span {
  width: 100%;
  background: #82E800;
}
.header .menu-btn:hover span:last-child {
  width: 100%;
}
.header .menu-btn span {
  display: block;
  width: 100%;
  height: 3px;
  margin-bottom: 11px;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.header .menu-btn span:last-child {
  width: 28px;
  margin-left: auto;
  margin-bottom: 0;
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-top: 4px;
}
.header__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 53px;
  font-family: "Inter", sans-serif;
}
.header__box--email .header__box-icon {
  background: rgba(17, 84, 255, 0.54);
}
.header__box:last-child {
  margin-right: 0;
}
.header__box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 16px;
  width: 40px;
  height: 39px;
  background: #82E800;
  border-radius: 13px;
}
.header__box-text {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
}
.header__box-text i {
  margin-left: 3px;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.header__lang {
    border-radius: 60px;
    background: rgba(154, 189, 246, 0.22);
    margin-left: 65px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.header__lang-item {
    height: 44px;
    display: flex;
    align-items: center; 
    font-size: 20px;
    text-transform: uppercase;
    color: #fff;
    padding: 2px 16px 0;
    border-radius: 60px;
}
.header__lang-current {
    background: #fff;
    padding: 2px 20px 0;
    color: #3971FF;
    font-weight: 700;

}
.hero.orange .header__lang-current {
    color: #fe9320;
}
.hero.brown  .header__lang-current {
    color: #895d4e;
}
.hero.lightblue .header__lang-current {
    color: #55b9ce;
}
.hero.purple .header__lang-current {
    color: #a351d2;
}

.nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.nav--active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.nav .container {
  margin: auto;
}
.nav__content {
  max-width: 753px;
  min-height: 100vh;
  padding: 118px 0 0 92px;
  background: -o-linear-gradient(298.68deg, #1A66EC 0%, #3B82EA 46.33%, #1C68EC 96.15%);
  background: linear-gradient(151.32deg, #1A66EC 0%, #3B82EA 46.33%, #1C68EC 96.15%);
  position: relative;
  overflow: hidden;
}
.nav__content::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100vh;
  background: url("../images/bg.png") center top repeat-y;
  opacity: 0.2;
  z-index: -1;
}
.nav__close {
  position: absolute;
  right: 49px;
  top: 49px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
  color: #9FC8FF;
  width: 19px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__close:hover {
  color: #82E800;
}
.nav__close svg {
  width: 100%;
  height: 100%;
}
.nav__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Rothek", sans-serif;
  text-transform: uppercase;
  font-size: 96px;
  line-height: 102%;
  font-weight: 700;
}
.nav__title span {
  width: 162px;
  height: 5px;
  margin: 1px 0 0 32px;
  background: #fff;
}
.nav__list {
  list-style: none;
  margin-top: 71px;
}
.nav__item {
  margin-bottom: 20px;
}
.nav__item:last-child {
  margin-bottom: 0;
}
.nav__link {
  font-size: 24px;
  line-height: 104.5%;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 2px solid transparent;
  margin-left: 3px;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__link::before {
  content: "";
  position: absolute;
  left: -38px;
  top: 3px;
  width: 27px;
  height: 12px;
  background: url("../images/icons/line.svg") no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.nav__link:hover {
  border-color: #82E800;
  color: #82E800;
}
.nav__link:hover::before {
  opacity: 1;
}
.nav__circles {
  position: absolute;
  right: 0;
  bottom: 0;
}
.nav__circles span {
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.22;
}
.nav__circles span:first-child {
  width: 376px;
  height: 376px;
  right: -91px;
  bottom: -187px;
}
.nav__circles span:nth-child(2) {
  width: 517px;
  height: 517px;
  right: -132px;
  bottom: -235px;
}
.nav__circles span:nth-child(3) {
  width: 644px;
  height: 644px;
  right: -165px;
  bottom: -280px;
}
.nav__circles span:nth-child(4) {
  width: 708px;
  height: 708px;
  right: -166px;
  bottom: -278px;
  opacity: 0.1;
}
.nav__contacts {
  display: none;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  -webkit-transform-style: flat !important;
          transform-style: flat !important;
}

.promo {
  padding-top: 179px;
  visibility: visible;
  opacity: 1;
  position: relative;
}
.promo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  z-index: -1;
}
.promo--visible {
  opacity: 0;
  visibility: hidden;
}
.promo .container {
  position: relative;
  padding-bottom: 184px;
  margin-bottom: -1px;
}
.promo__head {
  position: relative;
  margin-top: 82px;
}
.promo__desc {
  position: absolute;
  top: 11px;
  left: 17px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 28px;
  padding: 14px 45px 15px 51px;
  color: rgba(255, 255, 255, 0.85);
  font-size: 32px;
  line-height: 26px;
  font-weight: 300;
  text-transform: lowercase;
}
.promo__desc span {
  display: block;
}
.promo__desc-star {
  position: absolute;
  left: -20px;
  top: 21px;
}
.promo__logo {
  margin-left: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.promo__slider {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.promo__item {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.promo__item-bottle {
  vertical-align: top;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  margin: auto;
  display: block;
  position: relative;
  z-index: 2;
  width: 718px;
  left: -1px;
  top: 199px;
}
.promo__item-jigger {
  position: absolute;
  left: -60px;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  z-index: 0;
}
.promo__item-circle {
  position: absolute;
  bottom: -183px;
  left: 52px;
  right: 0;
  margin: auto;
  width: 604px;
  height: 604px;
  border-radius: 50%;
  background: #1154FF;
  z-index: -1;
}
.promo__item-circle::before, .promo__item-circle::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: pulse2 2s infinite;
          animation: pulse2 2s infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.promo__item-circle::before {
  width: 656px;
  height: 656px;
  left: -28px;
  top: -43px;
  border-color: rgba(255, 255, 255, 0.22);
}
.promo__item-circle::after {
  width: 736px;
  height: 736px;
  left: -70px;
  top: -121px;
  border-color: rgba(255, 255, 255, 0.1);
}
.promo__item-circle-inner {
  position: absolute;
  left: 0;
  right: 0;
  top: 114px;
  width: 562px;
  height: 562px;
  margin: auto;
  border-radius: 50%;
  background: rgba(2, 69, 243, 0.56);
  z-index: -2;
}
.promo__item-info {
  position: absolute;
  right: 296px;
  bottom: 149px;
  text-align: center;
}
.promo__item-ml {
  background: #82E800;
  border-radius: 31px;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 4px 5px;
}
.promo__item-ml span {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.53);
  background: #82E800;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  border-radius: 31px;
  padding: 13px 19px 7px;
  text-align: center;
  color: #fff;
  font-size: 25px;
  line-height: 26px;
  font-weight: 500;
  text-transform: uppercase;
}
.promo__item-alc {
  text-align: right;
  color: rgba(255, 255, 255, 0.68);
  font-size: 19px;
  line-height: 20px;
  font-weight: 400;
  margin: 11px 19px 0 0;
}
.promo__item-alc span {
  font-weight: 600;
  color: rgba(255, 255, 255, 0.86);
}
.promo__product {
  position: absolute;
  right: 16px;
  bottom: 343px;
  width: 175px;
  z-index: 20;
}
.promo__product-body {
  background: #084CF8;
  border: 1px solid rgba(255, 255, 255, 0.17);
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  padding: 26px 16px 23px 18px;
}
.promo__product-image {
  position: relative;
  border-radius: 87px 87px 0 0;
  height: 182px;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  background: -o-linear-gradient(124.69deg, rgba(253, 254, 255, 0.462) -16.21%, rgba(155, 181, 246, 0.6) -16.21%, rgba(255, 255, 255, 0.558) 39.85%);
  background: linear-gradient(325.31deg, rgba(253, 254, 255, 0.462) -16.21%, rgba(155, 181, 246, 0.6) -16.21%, rgba(255, 255, 255, 0.558) 39.85%);
}
.promo__product-image img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.promo__product-name {
  font-weight: 900;
  font-size: 22px;
  line-height: 23px;
  text-transform: uppercase;
  margin: 0 0 12px 2px;
}
.promo__product-btn {
  font-size: 16px;
  line-height: 116%;
  color: rgba(255, 255, 255, 0.79);
  padding: 6px 10px 6px 12px;
  border-radius: 13px;
}
.promo__product-btn svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: -2px 0 0 5px;
}
.promo__dots.swiper-pagination-bullets.swiper-pagination-horizontal {
  position: absolute;
  right: 15px;
  left: auto;
  bottom: 160px;
  width: 143px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 10;
}
.promo__dot {
  margin-right: 8px;
  height: 2px;
  width: 22px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.promo__dot:last-child {
  margin-right: 0;
}
.promo__dot--active {
  height: 4px;
  background: #82E800;
}
.promo__btn {
  margin-top: 201px;
  margin-left: 16px;
  position: relative;
  z-index: 10;
}

.title {
  font-family: "Rothek", sans-serif;
  font-size: 96px;
  line-height: 102%;
  font-weight: 700;
  text-transform: uppercase;
}
.title span {
  display: inline-block;
  position: relative;
}
.title span:last-child::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 52%;
  -webkit-transform: translate(55px, -50%);
      -ms-transform: translate(55px, -50%);
          transform: translate(55px, -50%);
  width: 267px;
  height: 5px;
  background: #fff;
}

.search {
  position: relative;
}
.search textarea {
  display: block;
  width: 100%;
  min-height: 101px;
  padding: 24px 94px 20px 28px;
  background: 0;
  border-radius: 28px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 25px;
  line-height: 1;
  font-weight: 500;
}
.search ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.search ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.search :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.search ::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.search ::placeholder {
  color: rgba(255, 255, 255, 0.85);
  font-weight: 300;
}
.search__btn {
  position: absolute;
  right: 0;
  top: 0;
  background: #82E800;
  border: 0;
  border-radius: 0 28px 28px 0;
  height: 100%;
  width: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.catalog {
  padding: 148px 0 60px;
}
.catalog__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.catalog .search {
  width: 352px;
  margin: 15px 14px 0 0;
}
.catalog__wrap {
  margin-top: 56px;
  position: relative;
}
.catalog__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: rgba(154, 189, 246, 0.22);
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  z-index: 90;
}
.catalog__tabs-list {
  position: relative;
  z-index: 90;
}
.catalog__tabs-pagination {
  display: none;
}
.catalog__tab {
  padding: 29px 20px 26px;
  /*margin-right: 27px;*/
  border-radius: 60px;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  font-weight: 500;
  color: #fff;
  text-transform: uppercase;
  width: auto;
}
.catalog__tab:first-child {
}
.catalog__tab:last-child {
  margin-right: 0 !important;
}
.catalog__tab--active {
  font-weight: 800;
  color: #3971FF;
  background: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog__tab--active:focus, .catalog__tab--active:active, .catalog__tab--active:hover {
  color: #3971FF;
}
.catalog__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  min-height: 782px;
  padding: 115px 50px;
  background: rgba(0, 49, 128, 0.57);
  -webkit-backdrop-filter: blur(56px);
          backdrop-filter: blur(56px);
  border-radius: 37px 37px 59px 59px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 20;
}
.catalog__nav-item--active {
  opacity: 1;
  visibility: visible;
}
.catalog__list {
  list-style: none;
  width: 33.3%;
}
.catalog__list li {
  margin-bottom: 27px;
}
.catalog__list li:last-child {
  margin-bottom: 0;
}
.catalog__list li a {
  color: #fff;
  font-size: 18px;
  line-height: 105%;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog__list li a:hover {
  color: #82E800;
}
.catalog__list li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: #82E800;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog__list li a:hover::after {
  opacity: 1;
}
.catalog__slider {
  margin-top: 84px;
}
.catalog__slider-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 162px;
  margin: auto;
  position: relative;
  top: -34px;
  z-index: 10;
}
.catalog__slide {
  width: 345px;
  padding-top: 94px;
  cursor: pointer;
  position: relative;
  z-index: 20;
}
.catalog__slide:hover .catalog__slide-btn {
  font-weight: 700;
  background: #F36645;
}
.swiper-slide-next .catalog__slide-box {
  -webkit-transform: translateY(-94px);
      -ms-transform: translateY(-94px);
          transform: translateY(-94px);
}
.catalog__slide--pink .catalog__slide-photo {
  background-image: url("../images/catalog/pink-bg.svg");
}
.catalog__slide--pink:hover .catalog__slide-btn {
  background: #F3456F;
}
.catalog__slide--green .catalog__slide-photo {
  background-image: url("../images/catalog/green-bg.svg");
}
.catalog__slide--green:hover .catalog__slide-btn {
  background: #AEE26C;
}
.catalog__slide--red .catalog__slide-photo {
  background-image: url("../images/catalog/red-bg.svg");
}
.catalog__slide--red:hover .catalog__slide-btn {
  background: #F693A5;
}
.catalog__slide--blue .catalog__slide-photo {
  background-image: url("../images/catalog/blue-bg.svg");
}
.catalog__slide--blue:hover .catalog__slide-btn {
  background: #16D1C6;
}

.catalog__slide--grey .catalog__slide-photo {
  background-image: url("../images/catalog/grey.svg");
}
.catalog__slide--grey:hover .catalog__slide-btn {
  background: #706462;
}
.catalog__slide--purple .catalog__slide-photo {
  background-image: url("../images/catalog/purple.svg");
}
.catalog__slide--purple:hover .catalog__slide-btn {
  background: #CD9BE2;
}
.catalog__slide--yellow .catalog__slide-photo {
  background-image: url("../images/catalog/yellow.svg");
}
.catalog__slide--yellow:hover .catalog__slide-btn {
  background: #FCC13D;
}
.catalog__slide--yell-green .catalog__slide-photo {
  background-image: url("../images/catalog/yell-green-bg.svg");
}
.catalog__slide--yell-green:hover .catalog__slide-btn {
  background: #B9E500;
}
.catalog__slide--brown .catalog__slide-photo {
  background-image: url("../images/catalog/brown-bg.svg");
}
.catalog__slide--brown:hover .catalog__slide-btn {
  background: #7F5555;
}
.catalog__slide--blue-sky .catalog__slide-photo {
  background-image: url("../images/catalog/blue-sky-bg.svg");
}
.catalog__slide--blue-sky:hover .catalog__slide-btn {
  background: #42A2D1;
}
.catalog__slide-box {
  padding-top: 114px;
  background: url("../images/catalog/item-bg.svg") center top/100% no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.catalog__slide-photo {
  width: 100%;
  height: 394px;
  border-radius: 174px 174px 0 0;
  background: url("../images/catalog/orange-bg.svg") center top/100% no-repeat;
  position: relative;
}
.catalog__slide-photo img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  max-width: 100%;
}
.catalog__slide-btn {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 0 0 58px 0;
  background: rgba(255, 255, 255, 0.13);
  padding: 24px 34px 20px;
  color: #fff;
  font-size: 24px;
  line-height: 84%;
  font-weight: 500;
  letter-spacing: -0.06em;
  text-transform: uppercase;
  text-align: left;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  -o-transition: background 0.3s;
  transition: background 0.3s;
}

.slider-btn {
  background: url("../images/icons/slider-arrow-circle.svg") center/contain no-repeat;
  border: 0;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 68px;
  height: 68px;
  padding: 4px;
  cursor: pointer;
}
.slider-btn:hover {
  background: #82E800;
}
.slider-btn:hover span {
  background: #82E800;
  border-color: #fff;
}
.slider-btn:hover img {
  opacity: 1;
}
.slider-btn.swiper-button-disabled {
  cursor: default;
  pointer-events: none;
}
.slider-btn--prev img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.slider-btn img {
  width: 21px;
  height: 16px;
  opacity: 0.64;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.slider-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  border: 0;
  background: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  opacity: 0.35;
}
.slider-arrow--prev {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slider-arrow:hover {
  opacity: 1;
}

.about {
  padding: 37px 0 130px;
}
.about__desc {
  margin-top: 56px;
  max-width: 1060px;
}
.about__desc ul {
  list-style: none;

}
.about__desc li {
  position: relative;
  font-size: 19px;
  line-height: 156%;
  font-weight: 300;
  padding-left: 41px;
  margin-bottom: 24px;
}
.about__desc li strong {
  color: #82E800;
}
.about__desc li:last-child {
  margin-bottom: 0;
}
.about__desc li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 8px;
  width: 27px;
  height: 12px;
  background: url("../images/icons/line.svg") no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about__slider {
  margin-top: 23px;
  position: relative;
}
.about__slider-wrap {
  max-width: 860px;
  margin: auto;
  position: relative;
  -webkit-transform: translateX(-7px);
      -ms-transform: translateX(-7px);
          transform: translateX(-7px);
}
.about__slider-wrap::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 46%;
  margin: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1px;
  max-width: 700px;
  background: #fff;
}
.about__slide {
  text-align: center;
  padding: 30px 0;
  cursor: pointer;
}
.about__slide-image {
  width: 130px;
}
.about__slide img {
  width: 106px;
  -webkit-transform: scale(0.7925);
      -ms-transform: scale(0.7925);
          transform: scale(0.7925);
  vertical-align: top;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
.about__slide-name {
 /* width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;*/
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 7px;
  font-size: 20px;
  line-height: 23px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  opacity: 0;
  left: 45%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.about__slide:hover img {
  -webkit-transform: scale(1) translateY(3px);
      -ms-transform: scale(1) translateY(3px);
          transform: scale(1) translateY(3px);
}
.about__slide:hover .about__slide-name {
  opacity: 1;
}
.about__marquee {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  left: 50%;
  top: 128px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 172px;
  text-align: center;
  font-size: 128px;
  line-height: 104.5%;
  font-weight: 800;
  letter-spacing: 0.045em;
  text-transform: lowercase;
  -webkit-text-stroke: 1px #fff;
  -webkit-text-fill-color: transparent;
  background: rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.about__marquee-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  overflow: hidden;
  width: calc((100vw - 1200px) / 2);
}
.about__marquee-inner--right {
  right: 0;
}
.about__marquee-inner--left {
  left: 0;
}
.about__marquee-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1000%;
  height: 100%;
  position: absolute;
  -webkit-animation: marquee 100s linear infinite forwards;
          animation: marquee 100s linear infinite forwards;
}
.about__marquee-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 33.333333%;
}
.about__marquee p {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 60px;
}
.about__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 29px;
}
.about__nav .slider-btn {
    position: absolute;
    top: 180px; left: 70px;
}
.about__nav .slider-btn--next {
    left: auto; right: 70px;
}
.about__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 260px;
}
.about__pagination .dot {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  padding: 0;
  background: 0;
  border: 0;
  color: #fff;
  font-size: 50px;
  line-height: 92%;
  font-weight: 200;
  font-family: "Rothek", sans-serif;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: relative;
}
.about__pagination .dot svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
}
.about__pagination .dot--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 111px;
  height: 110px;
  margin: 0 15px;
  color: #82E800;
  font-size: 62px;
  font-weight: 700;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.about__pagination .dot--active svg {
  opacity: 1;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.about__pagination .dot .progress-bar__background {
  fill: none;
  stroke: #fff;
  stroke-width: 1;
}
.about__pagination .dot .progress-bar__progress {
  fill: none;
  stroke: #fff;
  stroke: #82E800;
  stroke-dasharray: 100 100;
  stroke-dashoffset: 100;
  stroke-linecap: round;
  stroke-width: 1;
  -webkit-transition: stroke-dashoffset 1s ease-in-out;
  -o-transition: stroke-dashoffset 1s ease-in-out;
  transition: stroke-dashoffset 1s ease-in-out;
}
.about__pagination .dot--prev {
  width: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.about__pagination .dot--next {
  width: 60px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.niva {
  padding: 3px 0 0;
  background: url("../images/niva-bg.svg") center top no-repeat;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.niva .promo__desc {
  top: 4px;
  left: 29px;
  padding: 19px 24px 20px 34px;
  line-height: 30px;
}
.niva .promo__desc-star {
  left: -25px;
  top: 29px;
}
.niva .promo__desc-star.anim {
  -webkit-animation-name: rotateIn2;
          animation-name: rotateIn2;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
}
.niva .promo__logo {
  display: block;
  margin-left: auto;
  max-width: 873px;
  position: relative;
}
.niva__main {
  margin: 49px auto 0;
  max-width: 1166px;
  position: relative;
}
.niva__image {
  display: block;
  position: relative;
  border-radius: 300px 300px 0 0;
  vertical-align: top;
}
.niva__btn {
  position: absolute;
  right: 6px;
  top: 34px;
  width: 248px;
  height: 247px;
  background: #82E800;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.niva__btn:hover img {
  -webkit-transform: translate(0px, 35px);
      -ms-transform: translate(0px, 35px);
          transform: translate(0px, 35px);
}
.niva__btn img {
  -webkit-transform: translate(0px, 4px);
      -ms-transform: translate(0px, 4px);
          transform: translate(0px, 4px);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.niva__btn::after {
  content: "";
  position: absolute;
  left: -10px;
  top: -10px;
  margin: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  width: 269px;
  height: 269px;
  background: url("../images/btn-sign.svg") center/cover no-repeat;
}
.lang-en .niva__btn::after {
    background-image: url("../images/btn-sign-en.svg");
}
.niva__advantages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 43px 48px 35px;
}
.niva__advantages-item {
  position: relative;
  padding-left: 53px;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  font-size: 19px;
  line-height: 20px;
  font-weight: 300;
}
.niva__advantages-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 41px;
  height: 12px;
  background: url("../images/icons/line.svg") right center no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.gallery {
  padding: 125px 0 139px;
}
.gallery__wrap {
  padding: 20px 0 19px;
  margin-top: 63px;
  border-top: 1px solid rgba(255, 255, 255, 0.53);
  border-bottom: 1px solid rgba(255, 255, 255, 0.53);
}
.gallery__slide {
  width: auto;
}
.gallery__slide img {
  vertical-align: top;
  width: 26.719vw;
  height: 30.938vw;
}
.gallery__slide img.gallery-big {
  width: 46.563vw;
}
.gallery__progress {
  position: relative;
  margin: 46px auto 0;
  max-width: 482px;
}
.gallery .swiper-pagination-progressbar.swiper-pagination-horizontal {
  height: 9px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 13px;
}
.gallery .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #82E800;
  border-radius: 13px;
}

.footer {
  padding: 101px 0 79px;
  background: #0F8CFF;
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer__contacts {
  margin-top: 16px;
}
.footer__label {
  text-transform: uppercase;
  font-family: "Rothek", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 102%;
}
.footer__item--address {
  max-width: 260px;
}
.footer__item--contact {
  max-width: 433px;
}
.footer__item--contact .footer__btn {
  display: none;
}
.footer__item-text {
  margin-top: 19px;
  font-size: 17px;
  line-height: 155.5%;
  font-weight: 300;
}
.footer__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 14px;
}
.footer__box--email .footer__box-icon {
  background: #1E66FD;
}
.footer__box:last-child {
  margin-bottom: 0;
}
.footer__box-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 18px;
  width: 40px;
  height: 39px;
  border-radius: 10px;
  background: #82E800;
}
.footer__box-text {
  font-size: 17px;
  line-height: 109.5%;
  font-weight: 600;
  text-transform: lowercase;
}
.footer__box-text i {
  font-style: normal;
}
.footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 65px;
}
.footer__links-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .copyright {
  font-size: 13px;
  line-height: 155.5%;
  font-weight: 300;
  text-transform: uppercase;
  margin-right: 27px;
}
.footer .policy {
  font-size: 17px;
  line-height: 14px;
  font-weight: 400;
  border-bottom: 1px solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer .policy:hover {
  color: #82E800;
}
.footer__btn {
  width: 415px;
  border: 0;
  border-radius: 31px;
  background: #82E800;
  -webkit-backdrop-filter: blur(16px);
          backdrop-filter: blur(16px);
  padding: 36px 30px 35px;
  font-weight: 800;
  font-size: 20px;
  line-height: 110%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__btn span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.footer__btn:hover {
  -webkit-box-shadow: 0px 4px 32px rgba(156, 255, 30, 0.76);
          box-shadow: 0px 4px 32px rgba(156, 255, 30, 0.76);
}
.footer__btn:hover span {
  border-bottom-color: #fff;
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 78px;
}
.footer .attention {
  font-size: 18px;
  line-height: 110%;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1px;
  color: rgba(255, 255, 255, 0.49);
}
.footer .dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2px;
  padding-right: 3px;
  padding-bottom: 2px;
  font-size: 16px;
  line-height: 106.5%;
  font-weight: 300;
  border-bottom: 1px solid #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.footer .dev:hover {
  color: #82E800;
  border-color: #82E800;
}
.footer .dev svg {
  margin: -13px -2px 0 8px;
}

.modal {
  background: -o-linear-gradient(338.13deg, #1E6BED -0.62%, #3F88EC 46.18%, #2373ED 99.23%);
  background: linear-gradient(111.87deg, #1E6BED -0.62%, #3F88EC 46.18%, #2373ED 99.23%);
  border-radius: 50px;
  width: 790px;
  overflow: hidden;
  padding: 0;
}
.modal::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url("../images/bg.png") center top repeat-y;
  opacity: 0.2;
}
.modal__inner {
  position: relative;
  z-index: 1;
  padding: 61px 78px 62px 78px;
}
.modal__close {
  position: absolute;
  right: 40px;
  top: 40px;
  border: 0;
  background: 0;
  padding: 0;
  cursor: pointer;
  color: #9FC8FF;
  width: 19px;
  height: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  z-index: 999;
}
.modal__close:hover {
  color: #82E800;
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__subtitle {
  margin-top: 27px;
  text-transform: uppercase;
  font-size: 27px;
  line-height: 119%;
  font-weight: 800;
  text-transform: uppercase;
}
.modal__subtitle span {
  color: #82E800;
}
.modal__text {
  margin-top: 17px;
  font-size: 20px;
  line-height: 139.5%;
  font-weight: 300;
  letter-spacing: -1px;
}
.modal__text.fs--md {
    font-size: 16px;
}
.modal__btns {
  margin-top: 47px;
}
.modal__btns .btn {
  margin-right: 13px;
  padding: 24px 23px 25px 24px;
  text-transform: none;
}
.modal__btns .btn span {
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal__btns .btn:hover span {
  border-color: #fff;
}
.modal__btns .btn:last-child {
  margin-right: 0;
}
.modal__desc {
  margin-top: 24px;
  font-size: 15px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: -0.5px;
  max-width: 500px;
  opacity: 0.56;
}
.modal__title {
  font-size: 65px;
  line-height: 95%;
  font-weight: 700;
  font-family: "Rothek", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.modal--cocktail {
  width: 1045px;
}
.modal--cocktail .modal__inner {
  padding: 124px 60px 83px 90px;
}
.modal--call {
  width: 1002px;
}
.modal--call .modal__inner {
  padding: 76px 100px 82px;
}
.modal__call-desc {
  margin: 15px auto 0;
  max-width: 584px;
  text-align: center;
  font-size: 24px;
  line-height: 139.5%;
  font-weight: 300;
}
.modal__call-desc b {
  color: #82E800;
}
.modal .form {
  max-width: 606px;
  width: 100%;
  margin: 45px auto 0;
  position: relative;
  left: 1px;
}
.modal .form__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal .form__group {
  width: 287px;
}
.modal .form .label {
  display: block;
  margin-bottom: 32px;
  font-size: 22px;
  line-height: 140%;
  font-weight: 300;
  color: #fff;
}
.modal .form .label:last-child {
  margin-bottom: 0;
}
.modal .form .label input {
  margin-top: 7px;
  margin-left: 5px;
  width: calc(100% - 5px);
  height: 63px;
}
.modal .form .label .required {
  color: #FF3333;
}
.modal .form .radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 8px;
  margin-bottom: 24px;
  padding-left: 5px;
}
.modal .form .radio__item {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  width: 80px;
  margin-right: 10px;
}
.modal .form .radio__item:last-child {
  margin-right: 0;
}
.modal .form .radio__item:hover .radio__text {
  color: #82E800;
  border-color: #82E800;
}
.modal .form .radio input {
  position: absolute;
  left: 0;
  top: 0;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
}
.modal .form .radio input:checked + .radio__box .radio__text {
  color: #82E800;
  border-color: #82E800;
  font-weight: 500;
}
.modal .form .radio__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 48px;
  height: 47px;
  background: #82E800;
  border-radius: 13px;
  margin: auto;
}
.modal .form .radio__icon img {
  width: 21px;
  height: 21px;
}
.modal .form .radio__icon--email {
  background: rgba(17, 84, 255, 0.54);
}
.modal .form .radio__icon--email img {
  width: 23px;
  height: 24px;
}
.modal .form .radio__text {
  display: inline-block;
  margin-top: 5px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  font-family: "Inter", sans-serif;
  border-bottom: 1px solid;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal .form .radio__text:hover {
  color: #82E800;
  border-color: #82E800;
}
.modal .form input,
.modal .form textarea {
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.52);
  border-radius: 19px;
  background: 0;
  padding-left: 25px;
  font-size: 20px;
  line-height: 24px;
  font-family: "Inter", sans-serif;
  font-weight: 300;
}
.modal .form__question {
  margin-left: 33px;
  width: 280px;
  padding-top: 38px;
}
.modal .form__question ::-webkit-input-placeholder {
  color: #fff;
}
.modal .form__question ::-moz-placeholder {
  color: #fff;
}
.modal .form__question :-ms-input-placeholder {
  color: #fff;
}
.modal .form__question ::-ms-input-placeholder {
  color: #fff;
}
.modal .form__question ::placeholder {
  color: #fff;
}
.modal .form textarea {
  font-family: "Steppe", sans-serif;
  font-size: 17px;
  line-height: 140%;
  font-weight: 300;
  resize: none;
  width: 100%;
  height: 100%;
  padding: 16px 21px;
}
.modal .form .btn {
  display: block;
  padding: 25px 20px 21px;
  border-radius: 25px;
  margin: 73px auto 0;
  max-width: 326px;
  width: 100%;
  font-size: 20px;
  line-height: 110%;
  font-weight: 800;
  text-transform: uppercase;
}
.modal .agree {
  margin-top: 15px;
}
.modal--bottle {
  width: 1102px;
}
.modal--bottle .modal__inner {
  padding: 0 0 85px;
}

.bottle__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
/*   -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start; */
  padding: 68px 116px 135px 184px;
  overflow: hidden;
}
.bottle__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
    width: 165px;
    height: 560px;
}
.bottle__image img {
  max-width: 100%;
  width: auto;
  vertical-align: top;
  position: relative;
  z-index: 1;
  position: absolute;
  z-index: 1;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  transition: all 0.3s;
  opacity: 0;
  max-height: 560px;
}
.bottle__image img.img--500 {
    max-width: 85%;
}
.bottle__image img.active {
    opacity: 1;
}
.bottle__circle span {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  border: 1px solid #fff;
  -webkit-animation: pulse 2s infinite;
          animation: pulse 2s infinite;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.bottle__circle span:first-child {
  border-color: rgba(255, 255, 255, 0.38);
  top: 142px;
  left: -102px;
  width: 375px;
  height: 375px;
}
.bottle__circle span:nth-child(2) {
  border-color: rgba(255, 255, 255, 0.19);
  width: 512px;
  height: 512px;
  top: 74px;
  left: -171px;
}
.bottle__circle span:nth-child(3) {
  width: 728px;
  height: 728px;
  border-color: rgba(255, 255, 255, 0.1);
  top: -36px;
  left: -279px;
}
.bottle__box {
  margin-left: 46px;
  padding-top: 57px;
  position: relative;
  z-index: 5;
}
.bottle__name {
  text-transform: uppercase;
  font-size: 60px;
  line-height: 92.5%;
  letter-spacing: 3.7px;
  font-weight: 700;
  color: #fff;
  text-align: right;
  font-family: "NeueMetana", sans-serif;
}
.bottle__desc {
  margin-top: 11px;
  text-align: right;
  color: #82E800;
  font-size: 20px;
  line-height: 109%;
  font-weight: 300;
}
.bottle__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 36px 0 0 45px;
}
.bottle__info-left {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  width: 176px;
  padding-right: 20px;
}
.bottle__info-left.il-toggle {
    width: 240px;
    text-align: right;
}
.bottle__info-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 300;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 25px;
}
.bottle__info-text:last-child {
  margin-bottom: 0;
}
.bottle__info-left.il-toggle .bottle__info-text {
    display: inline-flex;
}
.bottle__info-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  margin-right: 5px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.bottle__toggle {
display: inline-flex;
  border-radius: 42px;
  background: rgba(227, 237, 253, 0.28);
  margin-bottom: 18px;
}
.bottle__toggle-btn {
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    border-radius: 42px;
    height: 38px;
    padding: 0 23px;
    outline: 0;
    cursor: pointer;
    font-size: 17px; color: #fff;
    font-weight: 700;
    font-family: "Rothek";
  transition: all 0.3s;
}
.bottle__toggle-btn.active {
    background: #fff;
    color: #3971FF;
    pointer-events: none;
}
.bottle__list {
  margin-left: 37px;
  list-style: none;
}
.bottle__list li {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
}
.bottle__list li span {
  font-weight: 700;
}
.bottle__list li .val {
    text-transform: lowercase;
    font-weight: 300 !important;
}
.bottle__list li:last-child {
  margin-bottom: 0;
}
.bottle__text {
  margin-top: 56px;
}
.bottle__text p {
  margin-bottom: 27px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  text-align: right;
}
.bottle__text p:last-child {
  margin-bottom: 0;
}
.bottle__thumbs {
  position: relative;
  max-width: 840px;
  left: 11px;
  margin: -104px auto 0;
  z-index: 10;
}
.bottle__thumbs-slider {
  margin: 0 auto;
  background: rgba(227, 237, 253, 0.28);
  border-radius: 55px;
}
.bottle__thumb {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: 49px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  line-height: 95%;
  font-family: "Rothek", sans-serif;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  border-radius: 60px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
  cursor: pointer;
  padding: 8px 25px 5px;
}
.bottle__thumb.swiper-slide-thumb-active {
  background: #fff;
  color: #3971FF;
}
.bottle__nav {
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  width: 100%;
}
.bottle__nav .slider-arrow {
  position: absolute;
}
.bottle__nav .slider-arrow--prev {
  left: -48px;
}
.bottle__nav .slider-arrow--next {
  right: -48px;
}

.agree {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.agree input {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.agree input:checked + .agree__icon::before {
  opacity: 1;
}
.agree__icon {
  position: relative;
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 7px;
  background: url("../images/icons/checkbox.svg") center no-repeat;
}
.agree__icon::before {
  content: "";
  position: absolute;
  left: 3px;
  top: 3px;
  width: 12px;
  height: 9px;
  background: url("../images/icons/check.svg") center no-repeat;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.agree__text {
  color: #D0E3FF;
  font-size: 12px;
  line-height: 14px;
  font-weight: 300;
  max-width: 400px;
  text-wrap: balance;
}
.agree__text a {
    color: inherit;
  text-decoration: underline;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.agree__text a:hover {
  text-decoration: underline;
  color: #82E800;
}

.cocktail__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 43px;
}
.cocktail__group {
  margin-bottom: 43px;
}
.cocktail__group:last-child {
  margin-bottom: 0;
}
.cocktail__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 412px;
  height: 514px;
  border-radius: 69px;
  background: url("../images/cocktail/bg.svg") center/cover no-repeat;
  position: relative;
}
.cocktail__image::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 43px;
  width: calc(100% - 9px);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 69px;
  z-index: -1;
}
.cocktail__image img {
  max-width: 100%;
  width: auto;
}
.cocktail__info {
  margin-left: 69px;
  padding-top: 18px;
}
.cocktail__name {
  font-size: 40px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}
.cocktail__label {
  color: #82E800;
  font-size: 22px;
  line-height: 109%;
  font-weight: 700;
}
.cocktail__list {
  margin-top: 13px;
}
.cocktail__list ul {
  list-style: none;

}
.cocktail__list li {
  margin-bottom: 6px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 139.5%;
  font-weight: 300;
  text-transform: lowercase;
  position: relative;
}
.cocktail__list li::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 4px;
  width: 20px;
  height: 12px;
  background: url("../images/icons/line.svg") center/contain no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.cocktail__list li:last-child {
  margin-bottom: 0;
}
.cocktail__box {
  margin-top: 26px;
}
.cocktail__desc {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.cocktail__desc span {
  font-weight: 600;
}
.cocktail__desc-val {
    text-transform: lowercase;
    font-weight: 400 !important;
}
.cocktail__desc:last-child {
  margin-bottom: 0;
}
.cocktail__text {
  margin-top: 16px;
  font-size: 16px;
  line-height: 140%;
  font-weight: 300;
}
.cocktail__nav {
  width: 439px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 30;
  position: absolute;
  top: 657px;
}
.cocktail__nav .slider-btn {
  width: 47px;
  height: 47px;
  padding: 3px;
  margin-right: 38px;
  position: relative;
  z-index: 20;
  overflow: hidden;
  background-color: #3E87EC;
}
.cocktail__nav .slider-btn span {
  background: #3E87EC;
}
.cocktail__nav .slider-btn:hover {
  background: #82E800;
}
.cocktail__nav .slider-btn:hover span {
  background: #82E800;
}
.cocktail__nav .slider-btn:last-child {
  margin-right: 0;
}
.cocktail__nav .slider-btn img {
  width: 15px;
  height: 11px;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.4;
}

.fancybox-bg {
  background: #000;
}

.fancybox-slide--html .fancybox-close-small {
  display: none;
}

.thanks {
  padding-bottom: 33px;
}
.thanks .promo__head {
  margin-top: 58px;
}
.thanks .promo__desc {
  display: inline-block;
  position: relative;
  left: 0;
  top: 0;
  margin-left: 21px;
  padding: 30px 38px 27px 41px;
  font-size: 48px;
  line-height: 50px;
}
.thanks .promo__desc::after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(77px, -50%);
      -ms-transform: translate(77px, -50%);
          transform: translate(77px, -50%);
  width: 311px;
  height: 5px;
  background: #fff;
}
.thanks .promo__desc-star {
  left: -20px;
  top: 35px;
}
.thanks .niva__btn {
  right: 16px;
  top: auto;
  bottom: 108px;
  width: 207px;
  height: 206px;
}
.thanks .niva__btn img {
  width: 77px;
  -webkit-transform: translate(0, 2px);
      -ms-transform: translate(0, 2px);
          transform: translate(0, 2px);
}
.thanks .niva__btn:hover img {
  -webkit-transform: translate(0, 20px);
      -ms-transform: translate(0, 20px);
          transform: translate(0, 20px);
}
.thanks .niva__btn::after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: calc(100% - 26px);
  height: calc(100% - 26px);
  background: url("../images/back-bg.svg");
}
.lang-en .thanks .niva__btn::after {
    background-image: url("../images/back-bg-en.svg");
    margin-left: 2px;
}
.thanks__title {
  margin-top: 29px;
  font-family: "Rothek", sans-serif;
  font-size: 150px;
  line-height: 92.5%;
  font-weight: 700;
  letter-spacing: -0.025em;
  text-transform: uppercase;
}

.scroll-top {
  position: fixed;
  right: 160px;
  bottom: 60px;
  z-index: 999;
  width: 27px;
  height: 65px;
  background: url("../images/icons/scroll.svg") center/cover no-repeat;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}
.scroll-top--active {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1600px) {
  .scroll-top {
    bottom: 20px;
    right: 10px;
  }
}
@media screen and (max-width: 1200px) {
  .container {
    width: 992px;
  }
  .header__lang {
      position: absolute;
      top: 100%; right: 15px;
      margin-top: -10px;
  }
  .promo .container {
    padding-bottom: 244px;
  }
  .promo__logo {
    display: block;
    max-width: 700px;
    margin-left: 55px;
  }
  .promo__logo img {
    max-width: 100%;
    width: auto;
  }
  .title {
    font-size: 86px;
  }
  .catalog .search {
    margin-right: 0;
    width: 320px;
  }
  .catalog__tab {
    font-size: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .catalog__slide-photo {
    height: 342px;
  }
  .catalog__slide-photo img {
    width: 100%;
  }
  .search textarea {
    font-size: 22px;
  }
  
  .about__nav .slider-btn {
    position: relative;
    top: 0; left: 0;
    margin-right: auto;
    }
    .about__nav .slider-btn--next {
        right: 0;
        margin-right: 0;
        margin-left: auto;
    }

  .niva .promo__desc {
    top: -10px;
  }
  .niva .promo__logo {
    max-width: 650px;
  }
  .niva__image {
    width: 100%;
  }
  .niva__advantages {
    padding: 40px 20px 35px;
  }
  .niva__advantages-item {
    font-size: 16px;
  }
  .footer__btn {
    max-width: 340px;
  }
  .thanks__title {
    font-size: 120px;
  }
}
@media screen and (max-width: 992px) {
  .container {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .nav .container {
    padding: 0;
  }
  .nav__content {
    margin-left: auto;
    max-width: calc(100% - 10px);
    min-height: auto;
    padding: 85px 47px 110px;
  }
  .nav__content span {
    height: 3px;
    width: 57px;
    margin: 1px 0 0 18px;
  }
  .nav__close {
    right: 33px;
    top: 33px;
    width: 11px;
    height: 11px;
  }
  .nav__contacts {
    display: block;
    margin-top: 38px;
  }
  .nav__title {
    font-size: 45px;
  }
  .nav__list {
    margin-top: 39px;
  }
  .nav__item {
    margin-bottom: 5px;
  }
  .nav__link {
    font-size: 14px;
    border-width: 1px;
  }
  .nav__link::before {
    left: -29px;
    top: 1px;
    width: 23px;
  }
  .nav .header__box {
    margin-right: 0;
    padding-left: 4px;
    margin-bottom: 11px;
  }
  .nav .header__box-icon {
    width: 28px;
    height: 27px;
    border-radius: 7px;
    margin: 0;
  }
  .nav .header__box-icon img {
    width: 13px;
    height: 13px;
  }
  .nav .header__box-text {
    margin: 0 0 0 8px;
    height: auto;
    width: auto;
    font-size: 14px;
    line-height: 17px;
  }
  .nav__circles span:first-child {
    width: 189px;
    height: 189px;
    right: -67px;
    bottom: -78px;
  }
  .nav__circles span:nth-child(2) {
    width: 261px;
    height: 261px;
    right: -89px;
    bottom: -104px;
  }
  .nav__circles span:nth-child(3) {
    width: 325px;
    height: 325px;
    right: -106px;
    bottom: -127px;
  }
  .nav__circles span:nth-child(4) {
    width: 366px;
    height: 366px;
    right: -113px;
    bottom: -136px;
  }
  .header {
    position: relative;
    padding: 16px 0;
  }
  .header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .header__contacts {
    display: none;
  }
  .header .logo {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header .logo img {
    width: 50px;
  }
  .header .logo__text {
    margin-left: 11px;
    font-size: 16px;
  }
  .header .menu-btn {
    margin: 14px 2px 0 0;
    width: 39px;
  }
  .header .menu-btn span {
    margin-bottom: 8px;
  }
  .header .menu-btn span:last-child {
    width: 22px;
  }
  .promo {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .promo .container {
    padding-bottom: 0;
  }
  .promo__head {
    margin-top: 0;
  }
  .promo__slider {
    top: 0;
    position: static;
    margin-top: -37vw;
  }
  .promo__logo {
    margin-left: -5px;
  }
  .promo__logo img {
    width: 100%;
  }
  .promo__desc {
    left: 39vw;
    top: -5px;
    padding: 10px 15px 9px 21px;
    font-size: 15px;
    line-height: 13px;
    border-radius: 17px;
  }
  .promo__desc-star {
    width: 17px;
    left: -8px;
    top: 14px;
  }
  .promo__item {
    padding-top: 1vw;
  }
  .promo__item-body {
    position: relative;
    height: 95vw;
    overflow: hidden;
    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-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .promo__item-bottle {
    max-width: 551px;
    width: 81.5vw;
    position: absolute;
    left: 13.2vw;
    right: 0;
    bottom: 0;
  }
  .promo__item-circle {
    position: relative;
    width: calc(100vw - 92px);
    height: calc(100vw - 92px);
    bottom: 0;
    left: 5px;
    margin-bottom: -22vw;
  }
  .promo__item-circle::before {
    width: 80vw;
    height: 80vw;
    left: -3.4vw;
    top: -5.4vw;
    right: 0;
    margin: 0;
  }
  .promo__item-circle::after {
    width: 90vw;
    height: 90vw;
    top: -15vw;
    left: -9vw;
    right: 0;
    margin: auto;
  }
  .promo__item-circle-inner {
    top: 13vw;
    width: 68vw;
    height: 68vw;
  }
  .promo__item-jigger {
    width: 100%;
    width: 91vw;
    left: 2vw;
  }
  .promo__item-info {
    right: 4px;
    bottom: 22px;
  }
  .promo__item-ml {
    padding: 2px;
  }
  .promo__item-ml span {
    font-size: 11px;
    line-height: 12px;
    padding: 5px 10px 3px;
  }
  .promo__item-alc {
    margin: 5px 0 0;
    text-align: center;
    font-size: 10px;
    line-height: 11px;
  }
  .promo__product {
    position: relative;
    width: 235px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 15px auto 0;
  }
  .promo__product-image {
    display: none;
  }
  .promo__product-body {
    border-radius: 20px;
    padding: 17px 16px 23px;
  }
  .promo__product-name {
    margin: 0 0 10px;
    font-size: 20px;
    line-height: 21px;
  }
  .promo__product-name br {
    content: "";
    margin-left: 5px;
  }
  .promo__product-btn {
    font-size: 16px;
    padding: 12px 10px 10px;
    border-radius: 7px;
    width: 100%;
  }
  .promo__product-btn svg {
    width: 12px;
    height: 20px;
    margin-left: 7px;
  }
  .promo__dots {
    margin-top: 13px;
  }
  .promo__dots.swiper-pagination-bullets.swiper-pagination-horizontal {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .promo__dot {
    width: 27px;
    margin-right: 10px;
  }
  .promo__btn {
    max-width: 221px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 28px auto 0;
    padding: 20px;
    font-size: 27px;
  }
  .catalog {
    padding: 60px 0 40px;
  }
  .catalog__head {
    display: block;
  }
  .catalog .title span::after {
    width: 120px;
    -webkit-transform: translate(20px, -50%);
        -ms-transform: translate(20px, -50%);
            transform: translate(20px, -50%);
  }
  .catalog .search {
    width: 100%;
    margin: 20px 0 0;
  }
  .catalog .search textarea {
    font-size: 14px;
    line-height: 18px;
    padding: 15px 85px 15px 20px;
    height: 50px;
    min-height: auto;
  }
  .catalog .search__btn {
    width: 55px;
  }
  .catalog .search__btn img {
    width: 26px;
  }
  .catalog__tabs {
    background: 0;
    border-radius: 0;
    overflow: visible;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .catalog__tabs-wrap {
    padding-right: 60px;
    border-radius: 60px;
  }
  .catalog__tabs-list {
    background: rgba(154, 189, 246, 0.22);
    border-radius: 60px;
    padding: 0;
    border-radius: 60px;
    overflow: hidden;
  }
  .catalog__tabs-pagination {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
  }
  .catalog .swiper-pagination-progressbar {
    top: auto;
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.3);
  }
  .catalog .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #82E800;
    border-radius: 13px;
  }
  .catalog__tab {
    font-size: 14px;
    line-height: 18px;
    padding: 20px 15px 16px;
    margin-right: 0px;
  }
  .catalog__tab:last-child {
    margin-right: 0px;
  }
  .catalog__nav-item {
    min-height: auto;
    padding: 80px 30px 40px;
    border-radius: 30px;
  }
  .catalog__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    margin-bottom: 20px;
  }
  .catalog__list:last-child {
    margin-bottom: 20px;
  }
  .catalog__list li {
    margin-bottom: 20px;
  }
  .catalog__list li a {
    display: block;
    font-size: 14px;
  }
  .catalog__slider {
    margin-top: 30px;
  }
  .catalog__slider-nav {
    margin-top: 20px;
    top: 0;
  }
  .catalog__slide {
    padding-top: 0px;
  }
  .catalog__slide-photo {
    height: auto;
  }
  .catalog__slide-photo img {
    width: 70%;
    margin: auto;
    bottom: 0;
    display: block;
    position: relative;
  }
  .catalog__slide-box {
    padding: 0;
    background: none;
  }
  .swiper-slide-next .catalog__slide-box {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .slider-btn {
    width: 45px;
    height: 45px;
  }
  .slider-btn img {
    width: 15px;
    height: 15px;
  }
  .title {
    font-size: 42px;
  }
  .about {
    padding: 40px 0 60px;
  }
  .about .title span {
    display: none;
  }
  .about__marquee {
      z-index: -1;
  }
  .about__slider {
    margin: 0px -15px;
    padding: 0 15px;
    position: relative;
  }
  .about__slider-hidden {
      overflow: hidden;
  }
  .about__slider-hidden2 {
      width: 130%;
    transform: translateX(-12%);
  }
    .about__slider::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      top: 215px;
      margin: auto;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      height: 1px;
      max-width: 1800px;
      background: #fff;
    }
  .about__slider-wrap {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
    .about__slider-wrap::before {
     display: none;
    }
  .about__desc {
    margin-top: 55px;
  }
  .about__desc li {
    font-size: 16px;
    margin-bottom: 20px;
    padding-left: 37px;
  }
  .about__desc li::before {
    top: 4px;
  }
  .about__slide-image {
    width: 33%;
    width: 100%;
  }
  .about__slide img {
    -webkit-transform: scale(0.7925) !important;
        -ms-transform: scale(0.7925) !important;
            transform: scale(0.7925) !important;
  }
  .about__slide img .about__slide-name {
    opacity: 0;
  }
  .about__slide:hover img {
  }
  .about__slide:hover .about__slide-name {
    opacity: 1;
  }
  .about__slide-name {
    font-size: 14px;
    margin-top: 5px;
    display: none;
  }
  .about__pagination .dot {
    font-size: 25px;
  }
  .about__pagination .dot--prev, .about__pagination .dot--next {
    width: 40px;
  }
  .about__pagination .dot--active {
    width: 60px;
    height: 60px;
    margin: 0 10px;
  }
  .about__nav {
    margin-top: -20px;
    position: relative;
    z-index: 999;
  }
  .niva {
    background: 0;
    padding-top: 60px;
  }
  .niva .promo__desc {
    top: -7px;
    left: auto;
    right: 0;
    padding: 10px 15px 9px 21px;
    line-height: 17px;
    border-radius: 17px;
  }
  .niva .promo__desc-star {
    left: -8px;
    top: 17px;
  }
  .niva__main {
    margin-top: 20px;
  }
  .niva__image {
    border-radius: 70px 70px 0 0;
  }
  .niva__btn {
    top: 20px;
    width: 140px;
    height: 140px;
  }
  .niva__btn:hover img {
    -webkit-transform: translateY(10px);
        -ms-transform: translateY(10px);
            transform: translateY(10px);
  }
  .niva__btn::after {
    width: 112%;
    height: 112%;
    left: -8px;
    top: -8px;
  }
  .niva__btn img {
    width: 45px;
    -webkit-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
            transform: translateY(-4px);
  }
  .niva__advantages {
    padding: 20px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.06);
  }
  .niva__advantages-item {
    margin-bottom: 10px;
    padding-left: 40px;
    font-size: 14px;
    line-height: 18px;
  }
  .niva__advantages-item:last-child {
    margin-bottom: 0;
  }
  .niva__advantages-item::before {
    width: 30px;
    top: 3px;
    background-size: contain;
  }
  .gallery {
    padding: 80px 0;
  }
  .gallery__wrap {
    padding: 15px 0;
    margin-top: 30px;
  }
  .gallery__slide img {
    height: 300px;
    width: auto;
  }
  .gallery__slide img.gallery-big {
    width: auto;
  }
  .gallery__progress {
    max-width: 70%;
    margin-top: 30px;
  }
  .footer {
    padding: 60px 0;
  }
  .footer__main {
    display: block;
  }
  .footer__label {
    font-size: 24px;
    line-height: 32px;
  }
  .footer__contacts {
    margin-top: 10px;
  }
  .footer__item {
    margin-bottom: 25px;
  }
  .footer__item:first-child {
    margin-bottom: 30px;
  }
  .footer__item:last-child {
    margin-bottom: 0;
  }
  .footer__item-text {
    margin-top: 10px;
    font-size: 14px;
  }
  .footer__item--address, .footer__item--contact {
    width: 100%;
  }
  .footer__item--contact .footer__btn {
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 15px 5px;
    height: 65px;
  }
  .footer__links {
    margin-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__links .footer__btn {
    display: none;
  }
  .footer__links-left {
    display: block;
  }
  .footer .policy {
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
  }
  .footer__bottom {
    margin-top: 30px;
    display: block;
  }
  .footer .attention {
    font-size: 14px;
  }
  .footer .dev {
    margin-top: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
  .modal {
    border-radius: 30px;
  }
  .modal__close {
    right: 20px;
    top: 20px;
  }
  .modal__inner {
    padding: 40px 30px 30px;
  }
  .modal__logo {
    width: 50%;
  }
  .modal__subtitle {
    margin-top: 20px;
    font-size: 24px;
  }
  .modal__text {
    margin-top: 15px;
    font-size: 16px;
    letter-spacing: 0;
  }
  .modal__btns {
    margin-top: 30px;
  }
  .modal__btns .btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .modal__btns .btn:last-child {
    margin-bottom: 0;
  }
  .modal__desc {
    margin-top: 20px;
    font-size: 14px;
  }
  .modal--bottle .modal__inner {
    padding-bottom: 30px;
  }
  .modal--cocktail .modal__inner {
    padding: 80px 30px 30px;
  }
  .modal .cocktail__slide {
    display: block;
    padding-bottom: 0;
  }
  .modal .cocktail__image {
    width: 90%;
    height: auto;
    border-radius: 40px;
  }
  .modal .cocktail__image::after {
    width: 100%;
    height: 100%;
    left: 20px;
    top: 20px;
    border-radius: 40px;
  }
  .modal .cocktail__info {
    margin-left: 0;
    margin-top: 50px;
    padding-top: 0;
  }
  .modal .cocktail__name {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .modal .cocktail__label {
    font-size: 18px;
    line-height: 24px;
  }
  .modal .cocktail__group {
    margin-bottom: 25px;
  }
  .modal .cocktail__list li {
    font-size: 14px;
  }
  .modal .cocktail__list li::before {
    top: 2px;
  }
  .modal .cocktail__box {
    margin-top: 15px;
  }
  .modal .cocktail__desc {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .modal .cocktail__text {
    margin-top: 10px;
    font-size: 14px;
  }
  .modal .cocktail__nav {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
    z-index: 20;
  }
  .modal--call .modal__inner {
    padding: 40px 30px 30px;
  }
  .modal__title {
    font-size: 30px;
    line-height: 36px;
  }
  .modal__call-desc {
    max-width: 100%;
    font-size: 18px;
    line-height: 24px;
  }
  .modal .form {
    max-width: 100%;
    margin-top: 30px;
    left: 0;
  }
  .modal .form__group {
    width: 100%;
    margin-bottom: 25px;
  }
  .modal .form__flex {
    display: block;
  }
  .modal .form .label {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .modal .form .label input,
.modal .form .label textarea {
    margin-top: 5px;
    margin-left: 0;
    width: 100%;
    height: 50px;
    font-size: 18px;
    line-height: 22px;
    padding-left: 20px;
  }
  .modal .form .radio__item {
    width: 60px;
    margin-right: 5px;
  }
  .modal .form .radio__icon {
    width: 40px;
    height: 40px;
  }
  .modal .form .radio__icon img {
    width: 17px;
    height: 17px;
  }
  .modal .form .radio__text {
    font-size: 14px;
    line-height: 18px;
  }
  .modal .form__question {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
    height: 105px;
  }
  .modal .form__question textarea {
    height: 105px;
  }
  .modal .form .btn {
    margin-top: 25px;
  }
  .bottle__slide {
    padding: 40px 30px 30px;
    display: block;
  }
  .bottle__image {
      padding-bottom: 150%;
    margin: auto;
    width: auto; height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottle__image img {
    display: block;
    margin: auto;
    /* position: relative; */
    z-index: 10;
    max-height: 100%;
    top: auto;
    bottom: 0;
  }
  .bottle__image img.img--500 {
      max-height: 85%;
  }
  .bottle__circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bottle__circle span {
    position: absolute;
  }
  .bottle__circle span:first-child, .bottle__circle span:nth-child(2), .bottle__circle span:nth-child(3) {
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
  }
  .bottle__circle span:first-child {
    width: 30vw;
    height: 30vw;
  }
  .bottle__circle span:nth-child(2) {
    width: 60vw;
    height: 60vw;
  }
  .bottle__circle span:nth-child(3) {
    width: 90vw;
    height: 90vw;
  }
  .bottle__box {
    margin: 20px auto 0;
    padding: 0;
  }
  .bottle__name {
    font-size: 28px;
    line-height: 34px;
    text-align: center;
    letter-spacing: 2px;
  }
  .bottle__desc {
    margin-top: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 28px;
  }
  .bottle__info {
    display: block;
    margin: 20px 0 0;
    position: relative;
    padding: 20px 0;
  }
  .bottle__info::before, .bottle__info::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 40vw;
    background: rgba(255, 255, 255, 0.5);
    height: 1px;
  }
  .bottle__info::before {
    top: 0;
  }
  .bottle__info::after {
    bottom: 0;
  }
  .bottle__info-left {
    padding-right: 0;
    width: 100%;
    border: 0;
  }
  .bottle__info-left.il-toggle {
      text-align: center;
      margin: 0 auto;
    }
  .bottle__info-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .bottle__list {
    margin-top: 20px;
    margin-left: 0;
    text-align: center;
  }
  .bottle__text {
    margin-top: 30px;
  }
  .bottle__text p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
  .bottle__thumbs {
    left: 0;
    margin: 20px auto 0;
    max-width: calc(100% - 30px);
  }
  .bottle__thumb {
    height: 45px;
    font-size: 14px;
    padding: 10px 15px;
  }
  .bottle__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 200px;
    margin: 10px auto 0;
    position: static;
  }
  .bottle__nav .slider-arrow {
    position: static;
  }
  .thanks .promo__head {
    margin-top: 0;
  }
  .thanks .promo__desc {
    padding: 10px 15px 9px 21px;
    font-size: 15px;
    line-height: 13px;
    margin-left: 0;
  }
  .thanks .promo__desc::after {
    width: 20vw;
    height: 2px;
    -webkit-transform: translate(5vw, -50%);
        -ms-transform: translate(5vw, -50%);
            transform: translate(5vw, -50%);
  }
  .thanks .promo__desc-star {
    left: -8px;
    top: 5px;
  }
  .thanks__title {
    margin-top: 20px;
    font-size: 46px;
  }
  .thanks .niva__btn {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    margin: 30px auto 0;
    width: 120px;
    height: 120px;
  }
  .thanks .niva__btn::after {
    width: calc(100% - 12px);
    height: calc(100% - 12px);
    background-size: contain;
  }
  .thanks .niva__btn img {
    width: 30px;
  }
}
@media screen and (max-width: 767px) {
    
  .header__lang {
      margin-top: 0;
  }
  .header__lang-item {
      height: 30px;
      font-size: 14px;
      padding: 2px 13px 0;
  }
  .promo {
      padding-top: 30px;
  }
}
@media screen and (max-width: 480px) {
  .promo__item-bottle {
    top: 160px;
    left: 8.2vw;
  }
}
@media screen and (max-width: 340px) {
  .title {
    font-size: 38px;
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
            transform: translateX(-66.6%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-66.6%);
            transform: translateX(-66.6%);
  }
}
@-webkit-keyframes rotateStar {
  20%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@keyframes rotateStar {
  20%, 100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes pulse2 {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes rotateIn2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateIn2 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}