/**
Hover styling for all devices and browsers
 */
.body-family {
  font-family: "Gotham Pro", sans-serif;
}

.title-family {
  font-family: "Graphium", sans-serif;
}

.text-thin {
  font-weight: 300;
}

.text-normal {
  font-weight: 500;
}

.text-semi-bold {
  font-weight: 600;
}

.text-bold {
  font-weight: bold;
}

html * {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  background-color: #000;
  position: relative;
  font-family: "Gotham Pro", sans-serif;
  color: #fff;
  overflow-x: hidden;
}

.main-body {
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.main-wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.main-wrapper::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noise.png");
  background-size: 100%;
  background-repeat: repeat;
  z-index: 2;
}

.container {
  max-width: 100%;
}

img {
  width: 100%;
}

svg {
  display: block;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Regular"), local("Gotham-Pro-Regular"), url("../fonts/GothamPro.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Medium"), local("Gotham-Pro-Medium"), url("../fonts/GothamPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Black"), local("Gotham-Pro-Black"), url("../fonts/GothamPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Pro';
  src: local("Gotham Pro Bold"), local("Gotham-Pro-Bold"), url("../fonts/GothamPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Graphium';
  src: local("Graphium"), local("Graphium"), url("../fonts/Graphium.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icon-font/icomoon.eot?3oi2hq");
  src: url("../fonts/icon-font/icomoon.ttf?3oi2hq") format("truetype"), url("../fonts/icon-font/icomoon.woff?3oi2hq") format("woff"), url("../fonts/icon-font/icomoon.svg?3oi2hq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bowling:before {
  content: "\e900";
}

.icon-cinema:before {
  content: "\e901";
}

.icon-hotel:before {
  content: "\e902";
}

.icon-office:before {
  content: "\e903";
}

.icon-park:before {
  content: "\e904";
}

.icon-taxi:before {
  content: "\e905";
}

.icon-train:before {
  content: "\e906";
}

.icon-training:before {
  content: "\e907";
}

.hero-title {
  font-size: 150px;
  line-height: 86px;
  font-weight: normal;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.02em;
  text-align: center;
}

.hero-title span {
  font-size: 65px;
  line-height: 86px;
  margin-bottom: 15px;
  letter-spacing: 0.01em;
  color: #C2A01E;
}

@media (max-width: 991px) {
  .hero-title {
    font-size: 120px;
  }
  .hero-title span {
    font-size: 35px;
    line-height: 56px;
  }
}

@media (max-width: 575px) {
  .hero-title {
    font-size: 74px;
    line-height: 86px;
    letter-spacing: -0.02em;
    margin-bottom: 0;
  }
  .hero-title span {
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0.02em;
    margin-bottom: 0;
  }
}

@media (max-width: 374px) {
  .hero-title {
    font-size: 62px;
    line-height: 74px;
  }
}

.hero-subtitle {
  text-transform: uppercase;
  color: #fff;
  font-size: 45px;
  line-height: 60px;
  font-weight: 900;
  letter-spacing: 0.02em;
  text-align: center;
  padding-top: 78px;
}

@media (max-width: 991px) {
  .hero-subtitle {
    font-size: 35px;
    line-height: 56px;
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .hero-subtitle {
    padding-top: 48px;
  }
}

@media (max-width: 575px) {
  .hero-subtitle {
    padding-top: 0;
  }
}

@media (max-width: 420px) {
  .hero-subtitle {
    font-size: 20px;
    line-height: 26px;
  }
}

.scroll-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.scroll-text .scroll-text__inner {
  font-size: 105px;
  line-height: 1;
  letter-spacing: normal;
  letter-spacing: -0.01em;
  text-transform: uppercase;
  font-weight: 900;
  white-space: nowrap;
}

.scroll-text .scroll-text__inner span {
  color: transparent;
}

@media (max-width: 767px) {
  .scroll-text .scroll-text__inner {
    font-size: 37px;
    margin-bottom: 5px;
  }
}

.scroll-text.scroll-text1 .scroll-text__inner {
  color: #708939;
  -webkit-animation: textScroll 80s linear infinite alternate;
  animation: textScroll 80s linear infinite alternate;
  -webkit-transition-delay: -80s;
  transition-delay: -80s;
}

.scroll-text.scroll-text1 .scroll-text__inner span {
  -webkit-text-stroke: 2px #708939;
}

.scroll-text.scroll-text2 .scroll-text__inner {
  color: #B8532A;
  -webkit-animation: textScroll2 80s linear infinite alternate;
  animation: textScroll2 80s linear infinite alternate;
  -webkit-transition-delay: -40s;
  transition-delay: -40s;
}

.scroll-text.scroll-text2 .scroll-text__inner span {
  -webkit-text-stroke: 2px #B8532A;
}

.scroll-text.scroll-text3 .scroll-text__inner {
  color: #C2A01E;
  -webkit-animation: textScroll 40s linear infinite alternate;
  animation: textScroll 40s linear infinite alternate;
  -webkit-transition-delay: -40s;
  transition-delay: -40s;
}

.scroll-text.scroll-text3 .scroll-text__inner span {
  -webkit-text-stroke: 2px #C2A01E;
}

@-webkit-keyframes textScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes textScroll {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@-webkit-keyframes textScroll2 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes textScroll2 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes textScroll3 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-2.41deg);
    transform: translate3d(-50%, 0, 0) rotate(-2.41deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-2.41deg);
    transform: translate3d(0, 0, 0) rotate(-2.41deg);
  }
}

@keyframes textScroll3 {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-2.41deg);
    transform: translate3d(-50%, 0, 0) rotate(-2.41deg);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) rotate(-2.41deg);
    transform: translate3d(0, 0, 0) rotate(-2.41deg);
  }
}

@-webkit-keyframes textScroll4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(3.4deg);
    transform: translate3d(0, 0, 0) rotate(3.4deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(3.4deg);
    transform: translate3d(-50%, 0, 0) rotate(3.4deg);
  }
}

@keyframes textScroll4 {
  0% {
    -webkit-transform: translate3d(0, 0, 0) rotate(3.4deg);
    transform: translate3d(0, 0, 0) rotate(3.4deg);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0) rotate(3.4deg);
    transform: translate3d(-50%, 0, 0) rotate(3.4deg);
  }
}

.btn {
  font-size: 11px;
  letter-spacing: 0.09em;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  padding: 19px 67px;
  border-radius: 0;
  position: relative;
  z-index: 5;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
}

.btn span {
  position: relative;
  z-index: 2;
}

@media (min-width: 1921px) {
  .btn {
    font-size: 20px;
  }
}

.btn.btn-square {
  color: #fff;
  background: #000;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 1.5px;
  border-image-source: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
}

.btn.btn-square::before {
  content: '';
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 0;
  height: calc(100% + 3px);
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  -webkit-transition: .35s;
  transition: .35s;
}

@media (hover: none) {
  .btn.btn-square {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn.btn-square:active {
    border-image-slice: 2;
  }
  .btn.btn-square:active::before {
    width: calc(100% + 3px);
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn.btn-square:hover {
    border-image-slice: 2;
  }
  .btn.btn-square:hover::before {
    width: calc(100% + 3px);
  }
}

.btn.btn-round {
  border-radius: 100px;
  background-position: center center;
  overflow: hidden;
}

.btn.btn-round::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  border-radius: 100px;
  z-index: 1;
}

.btn.btn-round::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, color-stop(30%, #708939), to(#C2A01E));
  background: linear-gradient(to left, #708939 30%, #C2A01E 100%);
  z-index: 2;
  -webkit-transition: .25s;
  transition: .25s;
  opacity: 0;
}

@media (hover: none) {
  .btn.btn-round {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn.btn-round:active {
    color: #fff;
  }
  .btn.btn-round:active::before {
    opacity: 1;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn.btn-round:hover {
    color: #fff;
  }
  .btn.btn-round:hover::before {
    opacity: 1;
  }
}

.btn.btn-solid {
  -webkit-transition: .25s;
  transition: .25s;
}

.btn.btn-solid::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  -webkit-transition: .25s;
  transition: .25s;
}

.btn.btn-solid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(86.99deg, #76871E 0%, #C2A01E 100%);
}

@media (hover: none) {
  .btn.btn-solid {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .btn.btn-solid:active {
    color: #fff;
  }
  .btn.btn-solid:active::after {
    opacity: 0;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn.btn-solid:hover {
    color: #fff;
  }
  .btn.btn-solid:hover::after {
    opacity: 0;
  }
}

.products-slider-wrapper {
  padding-top: 160px;
  position: relative;
  z-index: 3;
}

@media (max-width: 1439px) {
  .products-slider-wrapper {
    padding-top: 80px;
  }
}

.product-slider {
  width: 100%;
  margin: 0 auto;
}

.product-slider .swiper-arrows {
  -webkit-column-gap: 16px;
  column-gap: 16px;
  z-index: 5;
  position: relative;
}

.product-slider .product-slider__item {
  width: 100%;
}

.product-slider .product-slider__item img {
  max-width: 100%;
}

.product-slider .product-slider__item.swiper-slide-active .product-slider__title::after {
  -webkit-animation: sliderTitle 1s forwards;
  animation: sliderTitle 1s forwards;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.product-slider .product-slider__item.swiper-slide-active .toSlideBtn {
  opacity: 1;
  z-index: 99;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

@-webkit-keyframes sliderBtn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes sliderBtn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.product-slider .product-slider__item-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #000;
  padding-left: 170px;
  padding-right: 120px;
}

@media (max-width: 1439px) {
  .product-slider .product-slider__item-wrapper {
    padding-left: 100px;
  }
}

.product-slider .product-slider-pagination {
  height: 50px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 181px;
  margin-bottom: 24px;
  position: absolute;
  top: 160px;
  margin-bottom: 0;
  bottom: auto;
}

@media (max-width: 1920px) {
  .product-slider .product-slider-pagination {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding-left: 181px;
  }
}

@media (max-width: 1439px) {
  .product-slider .product-slider-pagination {
    padding-left: 110px;
  }
}

.product-slider .swiper-pagination-bullet {
  width: auto;
  display: block;
  background: none;
  font-family: "Graphium", sans-serif;
  font-size: 58px;
  line-height: 45px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  padding-right: 1rem;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  z-index: 3;
  position: relative;
  line-height: 1;
}

.product-slider .swiper-pagination-bullet.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
  -webkit-text-stroke: 1.5px #C2A01E;
  color: transparent;
  opacity: 1;
}

@media (hover: none) {
  .product-slider .swiper-pagination-bullet.swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .product-slider .swiper-pagination-bullet.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):active {
    color: #C2A01E;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-slider .swiper-pagination-bullet.swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    color: #C2A01E;
  }
}

.product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:first-of-type {
  color: #C2A01E;
}

.product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet {
  -webkit-text-stroke: 1.5px #2D2D2D;
  color: transparent;
  opacity: 1;
}

@media (hover: none) {
  .product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet:active {
    color: #708939;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active + .swiper-pagination-bullet:hover {
    color: #708939;
  }
}

.product-slider .swiper-pagination-bullet.swiper-pagination-bullet-active:last-of-type {
  color: #708939;
}

@media (min-width: 1921px) {
  .product-slider .swiper-pagination-bullet {
    font-size: 90px;
  }
}

@media (min-width: 2500px) {
  .product-slider .swiper-pagination-bullet {
    font-size: 120px;
  }
}

.product-slider .product-slider__info {
  padding-top: 229px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  position: relative;
}

.product-slider .product-slider__info::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noise.png");
  background-size: 100%;
  background-repeat: repeat;
  z-index: 5;
}

@media (min-width: 1921px) {
  .product-slider .product-slider__info {
    padding-top: 300px;
  }
}

@media (max-width: 1920px) {
  .product-slider .product-slider__info {
    padding-top: 25px;
  }
}

@media (max-width: 1439px) {
  .product-slider .product-slider__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.product-slider .product-slider__title {
  font-weight: bold;
  background-size: 100% 0;
  -webkit-transition: .25s;
  transition: .25s;
  display: inline-block;
  position: relative;
}

.product-slider .product-slider__title span {
  position: relative;
  z-index: 2;
}

.product-slider .product-slider__title::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
  width: calc(100% + 10px);
  height: 0;
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: .25s;
  transition: .25s;
}

@media (min-width: 1921px) {
  .product-slider .product-slider__title {
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0;
  }
}

@media (min-width: 2500px) {
  .product-slider .product-slider__title {
    font-size: 3em;
  }
}

@media (min-width: 1921px) {
  .product-slider .product-slider__text {
    font-size: 2em;
    line-height: 1;
    letter-spacing: 0;
  }
}

@media (min-width: 2500px) {
  .product-slider .product-slider__text {
    font-size: 3em;
    line-height: 1;
  }
}

.product-slider .product-slider__img {
  padding-top: 150px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.product-slider .product-slider__img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noise.png");
  background-size: 100%;
  background-repeat: repeat;
}

.product-slider .product-slider__img img {
  -o-object-fit: contain;
  object-fit: contain;
}

.product-slider .product-slider__img picture {
  width: 100%;
  max-width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1920px) {
  .product-slider .product-slider__img {
    padding-top: 0;
  }
  .product-slider .product-slider__img picture {
    max-width: 626px;
  }
}

@media (max-width: 1439px) {
  .product-slider .product-slider__img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
  .product-slider .product-slider__img picture {
    max-width: 90%;
  }
}

.product-slider .toSlideBtn {
  background-color: transparent;
  border: none;
  font-size: 210px;
  line-height: 0;
  position: absolute;
  top: 50%;
  color: transparent;
  -webkit-text-stroke: 1.5px #708939;
  font-family: "Graphium", sans-serif;
  cursor: pointer;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  height: 50%;
  opacity: 0;
}

@media (hover: none) {
  .product-slider .toSlideBtn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .product-slider .toSlideBtn:active {
    color: #708939;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-slider .toSlideBtn:hover {
    color: #708939;
  }
}

@media (max-width: 1439px) {
  .product-slider .toSlideBtn {
    font-size: 180px;
  }
}

@media (min-width: 1921px) {
  .product-slider .toSlideBtn {
    font-size: 300px;
  }
}

.product-slider .crush-item .toSlideBtn {
  right: -210px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 1920px) {
  .product-slider .crush-item .toSlideBtn {
    right: -140px;
  }
}

.product-slider .toss-item .toSlideBtn {
  left: -300px;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
}

@media (max-width: 1920px) {
  .product-slider .toss-item .toSlideBtn {
    left: -200px;
  }
}

@media (max-width: 1439px) {
  .product-slider .toss-item .toSlideBtn {
    left: -170px;
  }
}

.product-slider .toss-item .product-slider__img picture {
  max-width: 65%;
}

@media (max-width: 1920px) {
  .product-slider .toss-item .product-slider__img picture {
    max-width: 574px;
  }
}

.product-slider .product-slider__stars {
  max-width: 120px;
}

@media (min-width: 1921px) {
  .product-slider .product-slider__stars {
    max-width: 200px;
  }
}

@media (min-width: 2500px) {
  .product-slider .product-slider__stars {
    max-width: 300px;
  }
}

.product-slider .product-slider__btn {
  padding-top: 32px;
}

.product-slider .product-button-next {
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='9' viewBox='0 0 58 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.18557e-07 4L48.566 4L48.5664 -2.12291e-06L57.5664 4.5L48.5664 9L48.566 5L-1.74846e-07 5L-2.18557e-07 4Z' fill='url(%23paint0_linear_581_1671)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_581_1671' x1='57.5664' y1='9' x2='57.5086' y2='-0.473096' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2A01E'/%3E%3Cstop offset='1' stop-color='%2376871E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.product-slider .product-button-prev {
  background-image: url("data:image/svg+xml,%3Csvg width='58' height='9' viewBox='0 0 58 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M57.5664 4L9.0004 4L9 -2.12291e-06L1.96701e-07 4.5L9 9L9.0004 5L57.5664 5L57.5664 4Z' fill='url(%23paint0_linear_581_1672)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_581_1672' x1='-2.54449e-05' y1='9' x2='0.0577963' y2='-0.473096' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2A01E'/%3E%3Cstop offset='1' stop-color='%2376871E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}

.product-slider .product-button-next,
.product-slider .product-button-prev {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60px;
  flex: 0 0 60px;
  cursor: pointer;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 45px;
  -webkit-transition: .25s;
  transition: .25s;
  position: relative;
}

@media (min-width: 2500px) {
  .product-slider .product-button-next,
  .product-slider .product-button-prev {
    width: 120px;
  }
}

@media (hover: none) {
  .product-slider .product-button-next {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .product-slider .product-button-next:active {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-slider .product-button-next:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media (hover: none) {
  .product-slider .product-button-prev {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .product-slider .product-button-prev:active {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .product-slider .product-button-prev:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

.product-slider .swiper-button-disabled {
  opacity: 0.5;
  cursor: unset;
  pointer-events: none;
}

@-webkit-keyframes sliderTitle {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@keyframes sliderTitle {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}

@media (max-width: 1024px) {
  .product-slider .product-slider__item-wrapper {
    padding-right: 30px;
    padding-left: 30px;
  }
  .product-slider .toSlideBtn {
    display: none;
  }
  .product-slider .toss-item .product-slider__img picture {
    max-width: 95%;
  }
  .product-slider .product-slider__img picture {
    max-width: 95%;
  }
  .product-slider .product-slider-pagination {
    padding-left: 41px;
  }
  .product-slider .product-slider__title {
    font-size: 1rem;
  }
  .product-slider .product-button-next,
  .product-slider .product-button-prev {
    margin-top: 25px;
  }
}

@media (max-width: 767px) {
  .product-slider .product-slider__item-wrapper {
    padding-right: 19px;
    padding-left: 19px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product-slider .product-slider__img,
  .product-slider .product-slider__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .product-slider .product-slider-pagination {
    padding-left: 31px;
    min-width: 700px;
  }
  .product-slider .swiper-pagination-bullet {
    display: block;
    height: 100%;
    padding-right: 0;
  }
  .product-slider .toss-item .product-slider__img picture {
    max-width: 80%;
  }
  .product-slider .product-slider__img {
    padding: 0 32px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .product-slider .product-slider__img picture {
    max-width: 100%;
  }
  .product-slider .product-slider__arrows {
    position: absolute;
    width: 100%;
    bottom: 35%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    z-index: 3;
    padding: 0 1rem;
  }
  .product-slider .product-button-next,
  .product-slider .product-button-prev {
    margin: 0;
    width: 27px;
    -webkit-transition: .25s;
    transition: .25s;
  }
  .product-slider .product-button-prev {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='9' viewBox='0 0 28 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5664 4L9.0004 4L9 -8.11563e-07L1.96701e-07 4.5L9 9L9.0004 5L27.5664 5L27.5664 4Z' fill='url(%23paint0_linear_605_1143)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_605_1143' x1='-2.29929e-05' y1='9' x2='0.0577987' y2='-0.473096' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2A01E'/%3E%3Cstop offset='1' stop-color='%2376871E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .product-slider .product-button-next {
    background-image: url("data:image/svg+xml,%3Csvg width='28' height='9' viewBox='0 0 28 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M-2.18557e-07 4L18.566 4L18.5664 -8.11563e-07L27.5664 4.5L18.5664 9L18.566 5L-1.74846e-07 5L-2.18557e-07 4Z' fill='url(%23paint0_linear_605_2234)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_605_2234' x1='27.5664' y1='9' x2='27.5086' y2='-0.473096' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2A01E'/%3E%3Cstop offset='1' stop-color='%2376871E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  }
  .product-slider .product-slider__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 27px;
  }
  .product-slider .product-slider__btn .btn {
    max-width: 100%;
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .product-slider .product-slider__stars {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .product-slider .toss-item .product-slider__img picture {
    max-width: 100%;
  }
  .product-slider .product-slider__btn .btn {
    width: 100%;
  }
  .product-slider .product-slider__info {
    padding-top: 10px;
  }
  .product-slider .swiper-pagination-bullet {
    font-size: 40px;
  }
}

@media (max-width: 480px) {
  .product-slider .product-slider__arrows {
    bottom: 30%;
  }
}

@media (max-width: 374px) {
  .product-slider .product-slider-pagination {
    padding-left: 11px;
  }
  .product-slider .product-slider__item-wrapper {
    padding: 0;
  }
  .product-slider .product-slider__arrows {
    padding: 0 11px;
  }
}

.select2-container {
  width: 100%;
  max-width: 521px;
}

@media (max-width: 767px) {
  .select2-container {
    max-width: 100%;
  }
}

.select2-container--default .select2-selection--single {
  background-color: #000;
  color: #fff;
  height: 51px;
  background: #000;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 1.5px;
  border-image-source: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.select2-container--default .select2-selection--single::before {
  content: '';
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 0;
  height: calc(100% + 3px);
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  -webkit-transition: .35s;
  transition: .35s;
}

.select2-dropdown {
  background: #000;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 1.5px;
  border-image-source: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  border-radius: 0;
}

.select2-dropdown::before {
  content: '';
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 0;
  height: calc(100% + 3px);
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  -webkit-transition: .35s;
  transition: .35s;
}

.select2-results__options {
  padding: 17px 18px 14px;
}

.select2-results__options li:first-of-type {
  display: none;
}

.select2-results__option {
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  background-color: transparent;
  letter-spacing: 0.09em;
}

@media (min-width: 1921px) {
  .select2-results__option {
    font-size: 1rem;
  }
}

.select2-container--default .select2-results__option--selected,
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: transparent;
  -webkit-transition: .35s;
  transition: .35s;
}

@media (hover: none) {
  .select2-container--default .select2-results__option--selected,
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .select2-container--default .select2-results__option--selected:active,
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:active {
    color: #C2A01E;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .select2-container--default .select2-results__option--selected:hover,
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable:hover {
    color: #C2A01E;
  }
}

.select2-container--default .select2-results__option--selected {
  color: #C2A01E;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 18px;
  padding-right: 20px;
  position: relative;
  letter-spacing: 0.09em;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none !important;
}

@media (min-width: 1921px) {
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 1rem;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 15px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L1 0.999999' stroke='url(%23paint0_linear_582_4524)' stroke-width='2'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_582_4524' x1='0.999997' y1='0.999999' x2='1.19367' y2='8.36314' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23C2A01E'/%3E%3Cstop offset='1' stop-color='%2376871E'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.form-textarea {
  background: #000;
  border: 3px solid;
  border-image-slice: 1;
  border-width: 1.5px;
  border-image-source: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  border-radius: 0;
  max-width: 508px;
}

.form-textarea::before {
  content: '';
  position: absolute;
  top: -1.5px;
  left: -1.5px;
  width: 0;
  height: calc(100% + 3px);
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  -webkit-transition: .35s;
  transition: .35s;
}

.form-textarea textarea {
  width: 100%;
  resize: none;
  background-color: #000;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  min-height: 185px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 0.09em;
  padding: 18px 21px;
  font-size: 11px;
}

.form-textarea textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.09em;
  font-size: 11px;
}

.form-textarea textarea::-ms-input-placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.09em;
  font-size: 11px;
}

.form-textarea textarea::placeholder {
  color: #fff;
  opacity: 1;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.09em;
  font-size: 11px;
}

@media (min-width: 1921px) {
  .form-textarea textarea::-webkit-input-placeholder {
    font-size: 1rem;
  }
  .form-textarea textarea::-ms-input-placeholder {
    font-size: 1rem;
  }
  .form-textarea textarea::placeholder {
    font-size: 1rem;
  }
}

.form-textarea textarea:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 1921px) {
  .form-textarea textarea {
    font-size: 1rem;
  }
}

@media (max-width: 767px) {
  .form-textarea {
    max-width: 100%;
  }
}

.form {
  position: relative;
  z-index: 3;
  padding-top: 150px;
}

@media (min-width: 1250px) {
  .form {
    margin-left: 8.333333333333%;
  }
}

@media (max-width: 1310px) {
  .form {
    padding-top: 70px;
  }
}

.form-wrapper {
  position: relative;
  z-index: 4; 
}

.form-wrapper .select2-container {
  max-width: 508px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-wrapper .select2-container:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .form-wrapper .select2-container {
    max-width: 100%;
  }
}

.form-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-grid::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noise.png");
  background-size: 100%;
  background-repeat: repeat;
}

.form-grid .form-caption,
.form-grid .form-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 30px;
}

@media (min-width: 1250px) {
  .form-grid .form-caption {
    padding-left: 131px;
  }
}

@media (max-width: 767px) {
  .form-grid {
    padding: 0 19px;
    margin: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .form-grid .form-caption,
  .form-grid .form-wrapper {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0;
  }
}

@media (max-width: 374px) {
  .form-grid {
    padding: 0;
  }
}

.form-title {
  font-size: 30px;
  line-height: 39px;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 470px;
  margin-bottom: 10px;
}

@media (min-width: 1921px) {
  .form-title {
    font-size: 65px;
    line-height: 65px;
    max-width: 1000px;
  }
}

@media (max-width: 1024px) {
  .form-title {
    font-size: 25px;
    line-height: 26px;
  }
}

.form-subtitle {
  font-size: 50px;
  line-height: 51px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #C2A01E;
  font-weight: 900;
}

@media (min-width: 1921px) {
  .form-subtitle {
    font-size: 100px;
    line-height: 101px;
  }
}

@media (max-width: 1024px) {
  .form-subtitle {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 24px;
  }
}

.form-group {
  margin-bottom: 10px;
}

.form-btn .btn {
  max-width: 508px;
  width: 100%;
}

@media (max-width: 767px) {
  .form-btn .btn {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .form-btn {
    margin-top: 22px;
  }
}

.qr-auth {
  padding: 55px 0;
  min-height: 100vh;
  background: #000;
  background-image: url("../img/auth-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  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;
}

.qr-auth .auth-title {
  font-size: 50px;
  line-height: 51px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-weight: 900;
}

.qr-auth .auth-text {
  font-size: 26px;
  line-height: 28px;
  text-transform: uppercase;
  max-width: 410px;
  font-weight: 900;
}

.qr-auth .auth-advice {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #fff;
  max-width: 390px;
  margin-bottom: 17px;
}

.qr-auth .auth-title-red {
  color: #B8532A;
}

.qr-auth .auth-title-green {
  color: #708939;
}

.qr-auth .auth-title-yellow {
  color: #C2A01E;
}

.qr-back__link {
  color: #C2A01E;
  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: 1rem;
  line-height: 30px;
  text-align: center;
  margin: 0 auto 50px;
  -webkit-transition: .25s ease;
  transition: .25s ease;
  z-index: 3;
  position: relative;
}

@media (hover: none) {
  .qr-back__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .qr-back__link:active {
    color: #708939;
    text-decoration: none;
  }
  .qr-back__link:active svg path {
    fill: #708939;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .qr-back__link:hover {
    color: #708939;
    text-decoration: none;
  }
  .qr-back__link:hover svg path {
    fill: #708939;
  }
}

.qr-back__link svg {
  max-width: 60px;
  margin-right: 1rem;
}

.qr-back__link svg path {
  -webkit-transition: .25s ease;
  transition: .25s ease;
}

.qr-container {
  max-width: 1100px;
}

.qr-inner {
  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;
}

.qr-smile {
  max-width: 470px;
  width: 100%;
}

@media (max-width: 1024px) {
  .qr-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .qr-text {
    margin-bottom: 60px;
  }
  .qr-auth .auth-title {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .qr-inner .btn {
    width: 100%;
  }
}

.four-zero-four {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

@media (max-width: 767px) {
  .four-zero-four {
    background: none;
  }
}

.four-zero-four .qr-back {
  position: absolute;
  bottom: 0;
}

.four-zero-four img {
  max-width: 725px;
  margin-bottom: 80px;
}

.four-zero-four .btn {
  -webkit-transform: rotate(-2deg);
  transform: rotate(-2deg);
  -webkit-transition: .5s ease;
  transition: .5s ease;
  margin-bottom: 80px;
}

@media (hover: none) {
  .four-zero-four .btn {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .four-zero-four .btn:active {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .four-zero-four .btn:hover {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

.four-zero-four .four-zero-four-text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.four-zero-four .four-zero-four-text.four-zero-four-text-mob {
  display: none;
}

@media (max-width: 575px) {
  .four-zero-four .four-zero-four-text.four-zero-four-text-mob {
    display: block;
    width: 100%;
  }
  .four-zero-four .four-zero-four-text.four-zero-four-text-mob .scroll-text {
    text-align: center;
  }
  .four-zero-four .four-zero-four-text.four-zero-four-text-mob .scroll-text__inner {
    font-size: 24px;
    width: 100%;
  }
  .four-zero-four .four-zero-four-text.four-zero-four-text-desktop {
    display: none;
  }
}

@media (max-width: 420px) {
  .four-zero-four .four-zero-four-text.four-zero-four-text-mob .scroll-text__inner {
    font-size: 18px;
  }
}

.four-zero-four .four-zero-four-text .scroll-text__inner {
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0;
}

.four-zero-four .four-zero-four-text .scroll-text.nicotine-scroll2 .scroll-text__inner {
  -webkit-transform: rotate(-6.16deg);
  transform: rotate(-6.16deg);
}

.four-zero-four .four-zero-four-text .scroll-text.nicotine-scroll1 {
  -webkit-transform: rotate(3.21deg);
  transform: rotate(3.21deg);
}

@-webkit-keyframes scrollTextFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@keyframes scrollTextFour {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@-webkit-keyframes scrollTextFourTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes scrollTextFourTwo {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header > .container {
  padding: 0 50px;
}

.header-wrapper {
  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: 40px 0 0;
  position: relative;
  z-index: 3;
}

.header-wrapper .header-logo {
  max-width: 140px;
  -webkit-transition: .35s;
  transition: .35s;
}

@media (hover: none) {
  .header-wrapper .header-logo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header-wrapper .header-logo:active {
    opacity: 0.7;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-wrapper .header-logo:hover {
    opacity: 0.7;
  }
}

.header-wrapper .header-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-wrapper .header-link {
  font-size: 10px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: .03em;
  color: #fff;
  position: relative;
  padding: 10px 0;
  margin-left: 30px;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s;
}

.header-wrapper .header-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #C2A01E;
  -webkit-transition: .25s;
  transition: .25s;
}

@media (hover: none) {
  .header-wrapper .header-link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .header-wrapper .header-link:active {
    color: #C2A01E;
  }
  .header-wrapper .header-link:active::after {
    width: 0;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .header-wrapper .header-link:hover {
    color: #C2A01E;
  }
  .header-wrapper .header-link:hover::after {
    width: 0;
  }
}

@media (max-width: 767px) {
  .header .header-wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .header .header-links {
    display: none;
  }
}

.hero {
  position: relative;
  background-image: url("../img/hero/hero-bg.png");
  padding-top: 157px;
  background-repeat: no-repeat;
  overflow-x: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 1921px) {
  .hero {
    background-position: left center;
    background-size: 20%;
  }
}

.hero [data-aos="fade-down-custom"] {
  -webkit-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.hero [data-aos="fade-down-custom"].aos-animate {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hero [data-aos="fade-in-custom"] {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
}

.hero [data-aos="fade-in-custom"].aos-animate {
  opacity: 1;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 165px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url("../img/hero/hero-decor.png");
  background-repeat: no-repeat;
  background-size: 1060px;
  background-position: center top;
  z-index: -1;
}

.hero::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background-image: url("../img/hero/hero-decor2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center right;
  width: 400px;
  height: 100%;
  z-index: -1;
}

.hero .hero-img {
  margin: 0 auto;
  margin-top: -40px;
  max-width: 1060px;
}

@media (min-width: 1920px) {
  .hero .hero-img {
    max-width: 1440px;
  }
}

.style {
  overflow: hidden;
  padding-top: 60px;
}

.products {
  position: relative;
  z-index: 5;
}

.products .swiper-slide > .container {
  max-width: 100%;
}

.foundation {
  padding-top: 114px;
  position: relative;
}

@media (min-width: 2500px) {
  .foundation > .container {
    max-width: 100%;
  }
}

.foundation::before {
  content: '';
  position: absolute;
  bottom: -250px;
  left: 0;
  width: 400px;
  height: 100%;
  background-image: url("../img/foundation/foundation-decor.png");
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 1439px) {
  .foundation::before {
    bottom: 0;
  }
}

.foundation .container {
  padding: 0;
}

.foundation .foundation-wrapper {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.foundation .foundation-text {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.foundation .foundation-title {
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-text-stroke: 1px #C2A01E;
  color: transparent;
  margin-bottom: 25px;
  font-size: 35px;
  letter-spacing: 0.02em;
}

.foundation .foundation-title span {
  color: #C2A01E;
}

@media (min-width: 1921px) {
  .foundation .foundation-title {
    font-size: 92px;
  }
}

@media (max-width: 1920px) {
  .foundation .foundation-title {
    max-width: 570px;
  }
}

.foundation .foundation-descr-wrapper {
  padding-left: 60px;
}

.foundation .foundation-image {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
  padding-bottom: 30%;
}

.foundation .foundation-image img {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.foundation .scroll-text {
  width: calc(100% + 150px);
  margin-left: -150px;
}

.foundation .scroll-text .scroll-text__inner {
  text-shadow: 0px 0px 30px #C2A01E;
  font-size: 30px;
  color: #fff;
  padding: 13px 0;
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
}

.foundation [data-aos="nicotine2"] {
  -webkit-transform: rotate(-2.41deg);
  transform: rotate(-2.41deg);
}

.foundation [data-aos="nicotine2"].aos-animate {
  -webkit-animation: textScroll3 40s linear infinite alternate;
  animation: textScroll3 40s linear infinite alternate;
}

.foundation [data-aos="nicotine"] {
  -webkit-transform: rotate(3.4deg);
  transform: rotate(3.4deg);
  padding-top: 150px;
}

@media (max-width: 1439px) {
  .foundation [data-aos="nicotine"] {
    padding-top: 50px;
  }
}

@media (max-width: 480px) {
  .foundation [data-aos="nicotine"] {
    padding-top: 20px;
  }
}

.foundation [data-aos="nicotine"].aos-animate {
  -webkit-animation: textScroll4 40s linear infinite alternate;
  animation: textScroll4 40s linear infinite alternate;
}

.foundation-descr {
  letter-spacing: -0.02em;
  font-size: 1rem;
}

.foundation-descr span {
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 1921px) {
  .foundation-descr {
    font-size: 36px;
  }
}

span[data-aos="spanAnim"] {
  background-size: 0 100%;
}

span[data-aos="spanAnim"].aos-animate {
  background-size: 100% 100%;
}

.about-info {
  padding-top: 80px;
  position: relative;
}

@media (max-width: 1439px) {
  .about-info {
    padding-top: 0;
  }
}

@media (min-width: 1310px) {
  .about-info {
    margin-left: 8.3333333333%;
  }
}

.about-info::after {
  content: '';
  position: absolute;
  bottom: -150px;
  right: 0;
  width: 350px;
  height: calc(100% + 150px);
  background-image: url("../img/about-info/about-decor.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}

@media (max-width: 1439px) {
  .about-info::after {
    display: none;
  }
}

.about-info .accordion {
  overflow: hidden;
  height: 100%;
  padding-left: 100px;
}

@media (max-width: 1439px) {
  .about-info .accordion {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .about-info .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -17px;
  }
}

@media (max-width: 767px) {
  .about-info .accordion {
    margin: 0 0;
    padding: 0 19px;
  }
}

.about-info .accordion .btn-link {
  font-size: 30px;
  line-height: 45px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-text-stroke: 0.7px #fff;
  color: transparent;
  padding-left: 68px;
  display: inline-block;
  position: relative;
  -webkit-transition: .5s;
  transition: .5s;
}

@media (max-width: 1920px) {
  .about-info .accordion .btn-link {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 991px) {
  .about-info .accordion .btn-link {
    pointer-events: none;
    padding-right: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 26px;
    color: #C2A01E;
    -webkit-text-stroke: 0;
  }
  .about-info .accordion .btn-link svg {
    display: none;
  }
}

@media (max-width: 374px) {
  .about-info .accordion .btn-link {
    font-size: 16px;
  }
}

.about-info .accordion .btn-link svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.about-info .accordion .btn-link svg path {
  -webkit-transition: .5s;
  transition: .5s;
}

@media (hover: none) {
  .about-info .accordion .btn-link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .about-info .accordion .btn-link:active {
    color: #C2A01E;
    -webkit-text-stroke: 0.7px #C2A01E;
  }
  .about-info .accordion .btn-link:active svg path {
    fill: #C2A01E;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .about-info .accordion .btn-link:hover {
    color: #C2A01E;
    -webkit-text-stroke: 0.7px #C2A01E;
  }
  .about-info .accordion .btn-link:hover svg path {
    fill: #C2A01E;
  }
}

.about-info .accordion .btn-link[aria-expanded="true"] {
  font-size: 45px;
  line-height: 45px;
  color: #C2A01E;
  -webkit-text-stroke: 0;
}

.about-info .accordion .btn-link[aria-expanded="true"] svg path {
  stroke: transparent;
  fill: #C2A01E;
}

@media (max-width: 1700px) {
  .about-info .accordion .btn-link[aria-expanded="true"] {
    font-size: 37px;
  }
}

@media (max-width: 1200px) {
  .about-info .accordion .btn-link[aria-expanded="true"] {
    font-size: 30px;
    line-height: 45px;
  }
}

@media (max-width: 991px) {
  .about-info .accordion .btn-link[aria-expanded="true"] {
    font-size: 20px;
    line-height: 26px;
  }
}

.about-info .accordion .accordion-item .collapse.show .accordion-item__body::after {
  height: 50%;
}

@media (max-width: 991px) {
  .about-info .accordion .accordion-item .collapse {
    display: block;
  }
}

@media (max-width: 1200px) {
  .about-info .accordion .accordion-item .accordion-header .btn {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .about-info .accordion .accordion-item .accordion-header .btn {
    padding-left: 0;
  }
}

@media (max-width: 991px) {
  .about-info .accordion .accordion-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 17px;
    text-align: center;
    margin-bottom: 53px;
  }
  .about-info .accordion .accordion-item picture {
    max-width: 120px;
    min-height: 150px;
    margin: 0 auto 23px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 150px;
  }
}

@media (max-width: 767px) {
  .about-info .accordion .accordion-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin: 0 auto 53px;
    padding: 0;
  }
  .about-info .accordion .accordion-item picture {
    min-height: auto;
    line-height: 1;
  }
}

@media (max-width: 575px) {
  .about-info .accordion .accordion-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.about-info .accordion .accordion-item__body {
  padding-left: 70px;
  padding-bottom: 25px;
  max-width: 650px;
  font-size: 24px;
  line-height: 38px;
  letter-spacing: -0.01em;
  position: relative;
}

.about-info .accordion .accordion-item__body::after {
  content: '';
  position: absolute;
  top: 0;
  left: 13px;
  height: 0;
  width: 1px;
  background-color: #C2A01E;
  z-index: 1;
  -webkit-transition: .35s;
  transition: .35s;
  -webkit-transition-delay: .05s;
  transition-delay: .05s;
}

.about-info .accordion .accordion-item__body::before {
  content: '';
  position: absolute;
  left: 13px;
  height: 100%;
  width: 1px;
  background-color: #2d2d2d;
  z-index: 0;
}

@media (max-width: 1200px) {
  .about-info .accordion .accordion-item__body {
    padding-left: 40px;
  }
}

@media (max-width: 991px) {
  .about-info .accordion .accordion-item__body {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.04em;
    max-width: 320px;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 0;
  }
  .about-info .accordion .accordion-item__body::before, .about-info .accordion .accordion-item__body::after {
    display: none;
  }
}

.about-info .swiper-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-info .about-info-slider {
  overflow: hidden;
}

.about-info .about-info-slider .swiper-slide {
  height: 100%;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1920px) {
  .about-info .about-info-slider .swiper-slide {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1439px) {
  .about-info .about-info-slider .swiper-slide {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.about-info .about-info-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
  visibility: visible;
}

.about-info .about-info-slider picture {
  display: block;
  width: 100%;
  max-width: 80%;
}

@media (max-width: 1920px) {
  .about-info .about-info-slider picture {
    max-width: 350px;
    width: 100%;
  }
}

@media (min-width: 2500px) {
  .about-info .about-info-slider picture {
    max-width: 100%;
  }
}

.about-info .about-info-slider picture img {
  width: 100%;
  max-width: 50%;
}

@media (max-width: 1920px) {
  .about-info .about-info-slider picture img {
    max-width: 100%;
  }
}

.use {
  padding-left: 100px;
  padding-top: 103px;
  padding-bottom: 85px;
  background-image: url("../img/use/how-decor.png");
  background-size: contain;
  background-position: left bottom;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1300px) {
  .use {
    background-position: -15% bottom;
  }
}

@media (max-width: 991px) {
  .use {
    background: none;
  }
}

.use .use-list {
  list-style-type: none;
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

@media (min-width: 1310px) {
  .use .use-list {
    margin-left: 8.333333333333%;
  }
}

.use .use-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin-bottom: 50px;
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: -0.01em;
  padding: 0 15px;
}

@media (min-width: 1921px) {
  .use .use-list__item {
    font-size: 28px;
    line-height: 42px;
  }
}

.use .use-list__item i {
  color: #C2A01E;
  font-size: 32px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  text-align: center;
  margin-right: 15px;
}

@media (max-width: 1310px) {
  .use {
    padding-left: 0;
  }
  .use .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 991px) {
  .use {
    padding-top: 25px;
    padding-bottom: 0;
  }
  .use .use-list {
    padding-left: 35px;
  }
}

@media (max-width: 767px) {
  .use {
    padding-top: 10px;
  }
  .use .use-list {
    padding: 0 19px;
  }
  .use .use-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
  }
  .use .use-list__item span {
    max-width: 180px;
    letter-spacing: 0.09em;
  }
  .use .use-title {
    margin-bottom: 45px;
    font-size: 25px;
    line-height: 34px;
    padding-left: 19px;
  }
  .use .use-title span {
    font-size: 25px;
    line-height: 1;
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .use .use-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    font-size: 10px;
    line-height: 14px;
    margin-bottom: 42px;
  }
}

@media (max-width: 374px) {
  .use .use-list,
  .use .use-title {
    padding: 0;
  }
}

.use-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  -webkit-text-stroke: 1px #C2A01E;
  color: transparent;
  margin-bottom: 84px;
  letter-spacing: 0.02em;
}

@media (min-width: 1310px) {
  .use-title {
    margin-left: 8.333333333333%;
  }
}

.use-title span {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.02em;
  color: #fff;
  -webkit-text-stroke: 0;
  padding-left: 70px;
}

@media (min-width: 1921px) {
  .use-title {
    font-size: 50px;
    line-height: 50px;
  }
  .use-title span {
    font-size: 65px;
    line-height: 65px;
  }
}

.how-use {
  padding-top: 100px;
}

@media (min-width: 1310px) {
  .how-use {
    margin-left: 8.333333333333%;
  }
}

.how-use .how-use__caption {
  max-width: 650px;
  padding-left: 70px;
}

@media (min-width: 1921px) {
  .how-use .how-use__caption {
    max-width: 1300px;
  }
}

@media (max-width: 767px) {
  .how-use {
    padding-top: 25px;
  }
  .how-use .how-use__title {
    font-size: 25px;
    line-height: 26px;
    margin-left: 0;
  }
  .how-use .how-use__caption {
    padding: 0 19px;
  }
  .how-use .how-use__subtitle {
    font-size: 14px;
    line-height: 23px;
    letter-spacing: -0.05em;
  }
}

@media (max-width: 374px) {
  .how-use .how-use__caption {
    padding: 0;
  }
}

.how-use__title {
  font-size: 50px;
  line-height: 50px;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 900;
  text-transform: uppercase;
  margin-left: -70px;
}

.how-use__subtitle {
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 1rem;
  line-height: 30px;
  padding: 5px;
}

@media (min-width: 1921px) {
  .how-use__subtitle {
    font-size: 36px;
    line-height: 50px;
  }
}

.how-use__subtitle[data-aos="titleAnim"] {
  background-size: 0 100%;
}

.how-use__subtitle[data-aos="titleAnim"].aos-animate {
  background-size: 100% 100%;
}

.how-use__list {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 70px;
  padding-top: 42px;
  margin: 0 -40px;
  position: relative;
  z-index: 3;
}

.how-use__list .how-use__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.3333%;
  flex: 0 0 33.3333%;
  padding: 0 40px;
}

.how-use__list .how-use__item:nth-child(1) .how-use__item-name {
  max-width: 250px;
}

.how-use__list .how-use__item:nth-child(2) .how-use__item-name {
  max-width: 350px;
}

.how-use__list .how-use__item:nth-child(3) .how-use__item-name {
  max-width: 350px;
}

.how-use__list .how-use__number {
  font-size: 50px;
  line-height: 55px;
  letter-spacing: 0.05em;
  color: #C2A01E;
  margin-bottom: 20px;
  margin-right: 17px;
}

@media (min-width: 1921px) {
  .how-use__list .how-use__number {
    font-size: 70px;
    line-height: 75px;
  }
}

.how-use__list .how-use__item-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.how-use__list .how-use__item-name {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: -0.02em;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 1921px) {
  .how-use__list .how-use__item-name {
    font-size: 22px;
    line-height: 29px;
    max-width: 240px;
  }
}

.how-use__list .how-use__item-body {
  padding-top: 70px;
}

@media (max-width: 1439px) {
  .how-use__list .how-use__item-body {
    padding-top: 15px;
  }
}

@media (max-width: 991px) {
  .how-use__list {
    padding-left: 0;
    padding: 0 19px;
  }
}

@media (max-width: 767px) {
  .how-use__list {
    overflow-x: auto;
    min-width: 100%;
    margin: 0 -24px;
    overflow-x: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .how-use__list .how-use__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    padding: 0 24px;
  }
  .how-use__list .how-use__item-header {
    -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;
  }
  .how-use__list .how-use__item-header .how-use__number {
    margin: 0;
  }
  .how-use__list .how-use__item-header .how-use__item-name {
    text-align: center;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
  }
  .how-use__list .how-use__item-body {
    padding: 15px 0 19px;
  }
  .how-use__list .how-use__item-body img {
    max-width: 185px;
    margin: 0 auto;
    display: block;
  }
}

.original {
  padding-left: 100px;
  padding-top: 43px;
  padding-right: 100px;
}

@media (min-width: 992px) {
  .original {
    padding-top: 25px;
  }
}

.original .original-title-wrap {
  grid-area: orig-title;
}

.original .original-title {
  margin-bottom: 30px;
}

@media (min-width: 1440px) {
  .original .original-title {
    max-width: 470px;
  }
}

.original .original-title span {
  color: #C2A01E;
  margin-top: 13px;
}

.original .original-img {
  grid-area: orig-img;
}

.original .original-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  grid-template-rows: 280px auto;
  grid-template-areas: 'orig-title orig-img' 'orig-list orig-img';
}

@media (min-width: 1310px) {
  .original .original-grid {
    margin-left: 8.3333333333%;
  }
}

@media (min-width: 2500px) {
  .original .original-grid {
    margin: 0 auto;
    max-width: 50%;
  }
}

@media (max-width: 1309px) {
  .original .original-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1250px) {
  .original .original-grid {
    grid-template-columns: 1fr 1.2fr;
  }
}

@media (max-width: 991px) {
  .original .original-grid {
    grid-template-columns: 1.4fr 1fr;
    grid-template-rows: 150px 400px;
    grid-template-areas: 'orig-title orig-title' 'orig-list orig-img';
  }
}

@media (max-width: 767px) {
  .original .original-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: 'orig-title' 'orig-img' 'orig-list';
  }
}

@media (max-width: 1309px) {
  .original .original-title span,
  .original .original-list {
    padding-left: 0;
  }
  .original .original-img {
    padding-left: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media (max-width: 1250px) {
  .original {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .original .original-list__item-title {
    font-size: 25px;
  }
  .original .original-list__item-title span {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .original .original-list-wrap {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .original .original-img {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .original {
    padding-left: 19px;
    padding-right: 19px;
  }
  .original .original-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 0;
  }
  .original .original-title span {
    margin-top: 0;
    font-size: 25px;
    line-height: 34px;
  }
  .original .original-list__item-title {
    font-size: 18px;
    line-height: 18px;
  }
  .original .original-list__item-title span {
    font-size: 18px;
    line-height: 18px;
  }
  .original .original-list__item .btn {
    width: 100%;
  }
  .original .original-list__item-title {
    margin-left: 11px;
  }
}

@media (max-width: 374px) {
  .original {
    padding-left: 0;
    padding-right: 0;
  }
}

.original-list {
  padding-left: 70px;
  list-style: none;
  grid-area: orig-list;
  margin-bottom: 0;
}

.original-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.original-list__item-title {
  font-weight: 900;
  text-transform: uppercase;
  font-size: 35px;
  line-height: 45px;
  line-height: 0.05em;
  color: #fff;
  margin-left: 18px;
}

.original-list__item-title span {
  -webkit-text-stroke: 0.7px #fff;
  color: transparent;
  font-size: 35px;
  line-height: 45px;
}

.sales {
  padding-top: 170px;
  padding-bottom: 132px;
  position: relative;
  z-index: 3;
}

.sales .use-title {
  margin-bottom: 20px;
}

.sales .foundation-descr {
  margin-bottom: 38px;
  max-width: 1000px;
}

.sales .sales-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 60px;
  column-gap: 60px;
  grid-auto-rows: auto;
  grid-template-areas: 'sales-title sales-address' 'sales-select sales-address';
}

.sales .sales-caption {
  grid-area: sales-title;
}

.sales .sales-tabs {
  grid-area: sales-select;
}

.sales .sales-address-wrapper {
  grid-area: sales-address;
}

@media (min-width: 1250px) {
  .sales {
    margin-left: 8.333333333333%;
  }
  .sales .foundation-descr {
    padding-left: 100px;
  }
  .sales .sales-tabs {
    padding-left: 100px;
  }
}

@media (max-width: 767px) {
  .sales {
    padding-top: 100px;
    padding-bottom: 50px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .sales .sales-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sales .sales-tabs,
  .sales .sales-address-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sales .sales-address__card {
    max-width: 100%;
    margin-top: 35px;
  }
  .sales .use-title {
    margin-bottom: 15px;
  }
  .sales .use-title span {
    font-size: 25px;
    line-height: 26px;
  }
  .sales .foundation-descr {
    font-size: 14px;
    line-height: 23px;
  }
}

@media (max-width: 374px) {
  .sales {
    padding-left: 0;
    padding-right: 0;
  }
}

.sales-address__card {
  max-width: 510px;
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  padding: 28px 28px 67px;
}

.sales-address__card .sales-address__title {
  font-size: 23px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 900;
  color: #fff;
  margin-bottom: 24px;
}

.sales-address__card .sales-address__phone,
.sales-address__card .sales-address__mail {
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: .35s;
  transition: .35s;
  display: block;
}

@media (hover: none) {
  .sales-address__card .sales-address__phone,
  .sales-address__card .sales-address__mail {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .sales-address__card .sales-address__phone:active,
  .sales-address__card .sales-address__mail:active {
    color: #000;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .sales-address__card .sales-address__phone:hover,
  .sales-address__card .sales-address__mail:hover {
    color: #000;
  }
}

.sales-address__card .sales-address__phone {
  font-size: 50px;
  line-height: 55px;
  margin-bottom: 12px;
}

.sales-address__card .sales-address__mail {
  font-size: 30px;
  line-height: 33px;
  letter-spacing: 0.06em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  text-transform: uppercase;
}

.map-section {
  padding-top: 140px;
}

@media (max-width: 1024px) {
  .map-section {
    padding-top: 39px;
  }
}

@media (min-width: 1250px) {
  .map-section .map-container {
    padding: 0 50px;
  }
}

@media (max-width: 767px) {
  .map-section .map-container {
    padding: 0 30px;
  }
}

.map-section .map-title {
  font-size: 65px;
  line-height: 40px;
  color: #C2A01E;
  font-weight: 900;
  margin-bottom: 42px;
}

@media (min-width: 1250px) {
  .map-section .map-title {
    margin-left: 8.333333333%;
    padding-left: 81px;
  }
}

@media (max-width: 767px) {
  .map-section .map-title {
    font-size: 25px;
    line-height: 34px;
    margin-bottom: 15px;
  }
}

.map-wrapper {
  border: 2px solid #C2A01E;
  position: relative;
  z-index: 3;
}

.map {
  width: 100%;
  height: 610px;
}

@media (max-width: 767px) {
  .map {
    height: 400px;
  }
}

.map [class*="copyrights-pane"] {
  display: none !important;
}

.map [class*="ground-pane"] {
  -webkit-filter: invert(1) grayscale(1);
  filter: invert(1) grayscale(1);
}

.map [class*="balloon__close"] + [class*="balloon__content"] {
  margin-right: 0;
  padding-right: 30px;
}

.map [class*="balloon__layout"] {
  min-height: 80px;
}

.map [class*="balloon__content"] {
  background: linear-gradient(86.99deg, #C2A01E 0%, #76871E 100%);
  color: #fff;
  font-size: 1rem;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  padding: 10px 30px;
  min-height: 80px;
}

.map .balloon__address {
  max-width: 150px;
  margin: 0 auto;
}

.map [class*="balloon__content"] * {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 230px;
}

.map [class*="balloon__close"],
.map [class*="balloon__tail"] {
  display: none;
}

.hot {
  padding-top: 80px;
}

.hot .hot-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hot .hot-caption,
.hot .hot-phone {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding: 0 30px;
}

.hot .hot-phone {
  position: relative;
  z-index: 3;
}

.hot .hot-phone .title-family {
  font-size: 70px;
  line-height: 77px;
  letter-spacing: 0.03em;
  color: #fff;
  text-decoration: none;
  margin-bottom: 18px;
  -webkit-transition: .35s;
  transition: .35s;
}

@media (hover: none) {
  .hot .hot-phone .title-family {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .hot .hot-phone .title-family:active {
    color: #C2A01E;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .hot .hot-phone .title-family:hover {
    color: #C2A01E;
  }
}

.hot .hot-phone .btn {
  font-size: 11px;
  padding-left: 24px;
  padding-right: 24px;
  white-space: pre-wrap;
}

@media (min-width: 1921px) {
  .hot .hot-phone .btn {
    font-size: .8rem;
  }
}

.hot .hot-caption {
  padding-left: 131px;
}

.hot .hot-title {
  font-size: 35px;
  line-height: 40px;
  font-weight: 900;
  -webkit-text-stroke: 1px #C2A01E;
  color: transparent;
  margin-bottom: 84px;
  letter-spacing: 0.02em;
}

@media (min-width: 1921px) {
  .hot .hot-title {
    font-size: 50px;
    line-height: 50px;
  }
}

.hot .hot-title span {
  color: #C2A01E;
  -webkit-text-stroke: 0px transparent;
  display: block;
  line-height: 57px;
  max-width: 750px;
  margin: 7px 0;
}

@media (min-width: 1250px) {
  .hot {
    margin-left: 8.333333333333%;
  }
}

@media (max-width: 1249px) {
  .hot .hot-wrapper {
    margin-left: 0;
  }
  .hot .hot-caption {
    padding-left: 0;
  }
}

@media (max-width: 1024px) {
  .hot .hot-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
  .hot .hot-title {
    font-size: 25px;
    line-height: 34px;
  }
  .hot .hot-title span {
    line-height: 34px;
    margin: 0;
  }
  .hot .hot-phone .title-family {
    font-size: 57px;
    line-height: 63px;
  }
  .hot .hot-caption,
  .hot .hot-phone {
    padding: 0 15px;
  }
}

@media (max-width: 767px) {
  .hot {
    padding-left: 19px;
    padding-right: 19px;
  }
  .hot .hot-caption,
  .hot .hot-phone {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .hot .hot-phone .title-family {
    letter-spacing: 0.02em;
  }
  .hot .hot-title {
    margin-bottom: 10px;
  }
}

@media (max-width: 374px) {
  .hot {
    padding-left: 0;
    padding-right: 0;
  }
  .hot .hot-phone .title-family {
    letter-spacing: 0.02em;
    font-size: 48px;
  }
}

/* 18 + modal */
.modal-age {
  background-color: #000;
  margin-right: -15px;
  margin-left: -15px;
}

.modal-age.fade {
  -webkit-transition: .5s;
  transition: .5s;
}

.modal-age.fade:not(.show) {
  display: none !important;
}

.modal-age.fade .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-age .modal-dialog {
  max-width: 100%;
  width: 100%;
  margin: 0;
  border-radius: 0;
  min-height: 100vh;
}

.modal-age .modal-content {
  border-radius: 0;
  min-height: 100vh;
}

.modal-age .modal-body {
  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: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background-color: #000;
  background-image: url("../img/auth-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  text-align: center;
}

.modal-age .modal-body::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/noise.png");
  background-size: 100%;
  background-repeat: repeat;
}

.modal-age .modal-title {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 35px;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0 30px;
}

.modal-age .modal-warn {
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  padding: 0 30px;
}

.modal-age .modal-question {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.01em;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0 30px;
}

.modal-age .modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 450px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 40px -6.5px 0;
}

.modal-age .modal-buttons .btn {
  width: 100%;
}

.modal-age .modal-buttons .modal-btn-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 218px;
  flex: 0 0 218px;
  padding: 0 6.5px;
  margin-bottom: 1rem;
}

.terms-page {
  background-image: url("../img/terms-bg.png");
  background-size: contain;
  background-position: center top;
  background-repeat: no-repeat;
}

.terms-page__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 58px;
}

.terms-page__header img {
  max-width: 140px;
}

.terms-page-container {
  max-width: 1260px;
}

.terms-page__body {
  padding-top: 40px;
}

.terms-page__body .terms-page__title {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  text-transform: uppercase;
}

.terms-page__body .text-yellow {
  color: #C2A01E;
}

.terms-page__body .text-white {
  color: #fff;
}

.terms-page__body .terms-page__subtitle {
  max-width: 735px;
  margin: 0 auto;
}

.terms-page__body .terms-page__text {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  letter-spacing: -0.02em;
  color: #fff;
  margin-bottom: 26px;
}

.terms-page__body .terms-page__list {
  padding-left: 0;
  list-style: none;
}

.terms-page__body .terms-page__list li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 16px;
  line-height: 30px;
}

.terms-page__body .terms-page__list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background-color: #C2A01E;
}

@media (max-width: 1250px) {
  .foundation::before {
    display: none;
  }
  .foundation .foundation-wrapper {
    padding-left: 50px;
  }
  .foundation .foundation-title {
    font-size: 28px;
    max-width: 480px;
  }
  .foundation .foundation-descr-wrapper {
    padding-left: 30px;
  }
  .foundation .foundation-image {
    padding-bottom: 45%;
  }
}

.terms-doc__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #C2A01E;
  padding: 30px;
  -webkit-column-gap: 33px;
  column-gap: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 575px) {
  .terms-doc__card {
    padding: 15px;
  }
}

.terms-doc__card .terms-card__icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
}

.terms-doc__card .terms-card__link {
  position: relative;
  z-index: 3;
}

.terms-doc__card .terms-card__link a {
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: .35s;
  transition: .35s;
}

@media (hover: none) {
  .terms-doc__card .terms-card__link a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .terms-doc__card .terms-card__link a:active {
    color: #C2A01E;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .terms-doc__card .terms-card__link a:hover {
    color: #C2A01E;
  }
}

@media (max-width: 1024px) {
  .foundation {
    padding-top: 45px;
  }
  .foundation .foundation-wrapper {
    padding-left: 30px;
  }
  .foundation .foundation-descr-wrapper {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .hero {
    background-image: url("../img/hero/hero-decor-mob.png");
    background-size: 100%;
    background-position: center -30%;
  }
  .hero::after, .hero::before {
    display: none;
  }
  .hero .hero-img {
    margin-top: -60px;
  }
  .style {
    padding-top: 15px;
  }
  .foundation {
    position: relative;
    padding-top: 0;
  }
  .foundation .scroll-text .scroll-text__inner {
    font-size: 11px;
    line-height: 11px;
    letter-spacing: 0.05em;
    padding: 5px 0;
  }
  .foundation .foundation-wrapper {
    padding-left: 21px;
    padding-right: 21px;
    padding-bottom: 32px;
  }
  .foundation .foundation-descr-wrapper {
    padding-left: 0;
  }
  .foundation .foundation-image {
    display: none;
  }
  .foundation .foundation-text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 50px;
  }
  .foundation .nicotine-scroll1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-bottom: 80px;
  }
  .foundation .nicotine-scroll2 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .foundation .foundation-title {
    max-width: 100%;
  }
  .foundation [data-aos="nicotine"].aos-animate,
  .foundation [data-aos="nicotine2"].aos-animate {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
  }
}

@media (max-width: 575px) {
  .hero {
    background-position: center -10%;
  }
}

@media (max-width: 420px) {
  .hero {
    background-position: center top;
  }
  .hero .hero-img {
    margin-top: -50px;
  }
}

.footer .footer-inner {
  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;
  padding: 0 50px 35px;
}

.footer .footer-inner__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-logo {
  margin-right: 6px;
}

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

.footer .footer-nav__link {
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  text-decoration: underline;
  -webkit-transition: .35s;
  transition: .35s;
  padding: 10px 20px;
  font-weight: bold;
}

@media (hover: none) {
  .footer .footer-nav__link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .footer .footer-nav__link:active {
    color: #C2A01E;
  }
}

@media (hover: hover), all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .footer .footer-nav__link:hover {
    color: #C2A01E;
  }
}

.footer .footer-copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer .footer-copyright a {
  text-decoration: none;
  color: #fff;
}

.footer .footer-copyright span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  font-size: 10px;
}

.footer .footer-copyright img {
  width: 105px;
  margin-top: -2px;
}

@media (max-width: 1249px) {
  .footer .footer-inner {
    padding: 0 0 35px;
  }
}

@media (max-width: 1100px) {
  .footer .footer-nav__link:first-of-type {
    padding-left: 0;
  }
  .footer .footer-logo {
    display: none;
  }
}

@media (max-width: 1024px) {
  .footer {
    padding-top: 56px;
  }
  .footer .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-nav__link {
    padding: 20px 10px;
  }
  .footer .footer-nav__link:first-of-type {
    padding-left: 20px;
  }
  .footer .footer-inner__right {
    padding-top: 43px;
  }
}

@media (max-width: 767px) {
  .footer .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
}
