@font-face {
  font-family: highliner;
  font-display: swap;
  src: url("../fonts/Highliner-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: PFDinDisplayPro;
  font-display: swap;
  src: url("../fonts/PFDinDisplayPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: PFDinDisplayPro;
  font-display: swap;
  src: url("../fonts/PFDinDisplayPro-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: PFDinDisplayPro;
  font-display: swap;
  src: url("../fonts/PFDinDisplayPro-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: PFDinDisplayPro;
  font-display: swap;
  src: url("../fonts/PFDinDisplayPro-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: PFDinDisplayPro;
  font-display: swap;
  src: url("../fonts/PFDinDisplayPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

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

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-placeholder {
  color: inherit;
}

:-ms-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

::placeholder {
  color: inherit;
}

input,
button,
textarea,
select {
  font-family: "PFDinDisplayPro",sans-serif;
  font-size: inherit;
  color: #e0e0e0;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  font-family: "PFDinDisplayPro",sans-serif;
  font-weight: 400;
  color: #e0e0e0;
  font-size: 1rem;
  background-color: #10141f;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
      touch-action: none;
  -ms-scroll-chaining: none;
      overscroll-behavior: none;
}

[class*=__container] {
  max-width: 82.25rem;
  margin: 0 auto;
  padding: 0 0.75rem;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}

.wrapper>main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.wrapper>* {
  min-width: 0;
}

.title {
  font-weight: 900;
  font-size: 3.125rem;
}

.title span {
  color: #cd9e47;
}

.swiper-button-prev {
  background-color: #cd9e47;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 0.125rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.swiper-button-prev path {
  -webkit-transition: stroke .3s;
  transition: stroke .3s;
}

.swiper-button-prev.swiper-button-disabled {
  background-color: #e9e9e9;
  cursor: default;
}

.swiper-button-prev.swiper-button-disabled path {
  stroke: #6f6f6f;
}

.swiper-button-next {
  background-color: #cd9e47;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.25rem;
          flex: 0 0 2.25rem;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.125rem;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}

.swiper-button-next path {
  -webkit-transition: stroke .3s;
  transition: stroke .3s;
}

.swiper-button-next.swiper-button-disabled {
  background-color: #e9e9e9;
  cursor: default;
}

.swiper-button-next.swiper-button-disabled path {
  stroke: #6f6f6f;
}

.text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 160%;
  color: #fff;
}

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

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.625rem 3.5rem;
}

.menu__link {
  display: inline-block;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 160%;
  text-align: center;
  color: #fff;
  position: relative;
}

.menu__link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  -webkit-transition: width .3s;
  transition: width .3s;
  width: 0;
  border-radius: 0.6875rem;
  height: 0.125rem;
  background: #d9af60;
}

.menu__social {
  display: none;
}

.menu__item-social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.125rem;
          flex: 0 0 3.125rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
}

.menu__item-social img {
  max-width: 100%;
}

.burger-menu {
  display: none;
}

.menu-open .burger-menu::before {
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
      -ms-transform: translate(-50%, 0%) rotate(45deg);
          transform: translate(-50%, 0%) rotate(45deg);
  top: 1.3125rem;
}

.menu-open .burger-menu::after {
  -webkit-transform: translate(-50%, 0%) rotate(-45deg);
      -ms-transform: translate(-50%, 0%) rotate(-45deg);
          transform: translate(-50%, 0%) rotate(-45deg);
  bottom: 1.3125rem;
  width: 1.125rem;
}

.menu-open .burger-menu span {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 6;
  padding: 1.25rem 0;
  -webkit-box-shadow: 0 0.6875rem 0.5625rem 0 rgba(2,2,2,.25);
          box-shadow: 0 0.6875rem 0.5625rem 0 rgba(2,2,2,.25);
  background: #0e1422;
}

.header__container {
  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;
  gap: 1.25rem;
}

.header__logo {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 12.3125rem;
          flex: 0 0 12.3125rem;
}

.header__logo img {
  max-width: 100%;
}

.header__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.4375rem;
}

.header__item-social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.875rem;
          flex: 0 0 1.875rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__item-social img {
  max-width: 100%;
}

.wrapper__decor-1 {
  position: absolute;
  top: 13.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-1 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-2 {
  position: absolute;
  top: 19.2%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-2 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-3 {
  position: absolute;
  top: 23%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-3 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-4 {
  position: absolute;
  top: 29.6%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-4 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-5 {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-5 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-6 {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-6 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.wrapper__decor-7 {
  position: absolute;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-7 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-8 {
  position: absolute;
  top: 46.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-8 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-9 {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-9 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-10 {
  position: absolute;
  top: 56%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-10 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-11 {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-11 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-12 {
  position: absolute;
  top: 63%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-12 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-13 {
  position: absolute;
  top: 70.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-13 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-14 {
  position: absolute;
  top: 75.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-14 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-15 {
  position: absolute;
  top: 79.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-15 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-16 {
  position: absolute;
  top: 84%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-16 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-17 {
  position: absolute;
  top: 93%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-17 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.wrapper__decor-18 {
  position: absolute;
  bottom: .7%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  pointer-events: none;
  z-index: -1;
}

.wrapper__decor-18 img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.bg-picture {
  position: absolute;
  bottom: 10.625rem;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-picture img {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.hero {
  background: url("../img/hero-background.webp") bottom/cover no-repeat;
  padding-top: 9.125rem;
  padding-bottom: 1.875rem;
  position: relative;
}

.hero::after {
  content: "";
  background: url("../img/hero-decor.svg") center/100% no-repeat;
  width: 100%;
  height: 11.25rem;
  position: absolute;
  z-index: 3;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: 0;
}

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

.hero__content {
  position: relative;
  z-index: 4;
  padding-top: 2.5rem;
  margin-right: -2.5rem;
}

.hero__items {
  background: linear-gradient(150deg, #d89d30 0%, #865904 100%);
  padding: 0.4375rem 0.75rem;
  border-radius: 0.3125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3125rem 0.8125rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.hero__items:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.hero__item {
  font-size: 1rem;
  color: #fff;
}

.hero__decor {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 0.4375rem;
          flex: 0 0 0.4375rem;
  width: 0.4375rem;
  height: 0.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.hero__decor svg {
  max-width: 100%;
}

.hero__title:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.hero__text {
  font-size: 1.125rem;
  line-height: 160%;
  max-width: 31.25rem;
  width: 100%;
}

.hero__text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.hero__link {
  width: 100%;
  max-width: 13.8125rem;
  min-height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(147,100,11,.5);
          box-shadow: 0 0.25rem 1rem 0 rgba(147,100,11,.5);
  background: linear-gradient(150deg, #d89d30 0%, #865904 100%);
  border-radius: 0.3125rem;
  position: relative;
  font-weight: 500;
  font-size: 1.3125rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  color: #fff;
  background-size: 120% 120%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.hero__link::after {
  content: "";
  position: absolute;
  pointer-events: none;
  left: 50%;
  top: -3rem;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  background: url("../img/decor.webp") center/100% 100% no-repeat;
  width: 9.75rem;
  height: 4.5625rem;
}

.hero__image {
  position: relative;
}

.hero__image>img {
  max-width: 100%;
  position: relative;
  z-index: 2;
}

.hero__icon-1 {
  position: absolute;
  top: 35%;
  left: 7%;
  -webkit-transform: translate(-50%, -50%) rotate(-120deg);
      -ms-transform: translate(-50%, -50%) rotate(-120deg);
          transform: translate(-50%, -50%) rotate(-120deg);
}

.hero__icon-1 img {
  max-width: 100%;
}

.hero__icon-2 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.hero__icon-2 img {
  max-width: 100%;
}

.reviews {
  padding-bottom: 4.25rem;
  padding-top: 1.875rem;
}

.reviews__container {
  position: relative;
  z-index: 2;
}

.reviews__decor-1 {
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-40%, 20%);
      -ms-transform: translate(-40%, 20%);
          transform: translate(-40%, 20%);
  z-index: -1;
  pointer-events: none;
}

.reviews__decor-2 {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(50%, 20%);
      -ms-transform: translate(50%, 20%);
          transform: translate(50%, 20%);
  z-index: -1;
}

.reviews__title {
  text-align: center;
}

.reviews__title:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.reviews__action {
  margin-top: 1.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.375rem;
}

.article-review {
  height: 100%;
  background: #e0e0e0;
  border-radius: 1rem;
  padding: 1.25rem 1.375rem 1.375rem 1.375rem;
}

.article-review__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.9375rem;
}

.article-review__top:not(:last-child) {
  margin-bottom: 0.6875rem;
}

.article-review__avatar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4.5rem;
          flex: 0 0 4.5rem;
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  overflow: hidden;
  background-color: #10141f;
  position: relative;
}

.article-review__avatar img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
}

.article-review__name {
  font-weight: 500;
  font-size: 1.5rem;
  color: #10141f;
}

.article-review__text {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 160%;
  color: #10141f;
}

.about {
  padding-top: 4.25rem;
  padding-bottom: 4.625rem;
}

.about__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 1.875rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  -ms-flex-line-pack: end;
      align-content: end;
  position: relative;
  z-index: 2;
}

.about__decor-1 {
  position: absolute;
  left: -3%;
  bottom: -10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
  pointer-events: none;
}

.about__decor-2 {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(50%, 0%);
      -ms-transform: translate(50%, 0%);
          transform: translate(50%, 0%);
  z-index: -1;
  opacity: .3;
}

.about__decor-3 {
  pointer-events: none;
  position: absolute;
  left: 45%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  bottom: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

.about__decor-4 {
  pointer-events: none;
  position: absolute;
  top: -2%;
  left: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}

.about__column {
  position: relative;
}

.about__image {
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
}

.about__image img {
  max-width: 100%;
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.0625rem;
}

.about__item {
  backdrop-filter: blur(0.25rem);
  background: rgba(31,35,48,.86);
  border: 0.0625rem solid rgba(255,255,255,.23);
  border-radius: 0.6875rem;
  padding: 0.6875rem 0.8125rem 1.1875rem 1rem;
  max-width: 18.1875rem;
  width: 100%;
  position: relative;
}

.about__item::before {
  content: "";
  top: 0.5rem;
  right: 0.5rem;
  position: absolute;
  width: 0.3125rem;
  height: 0.3125rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.about__item::after {
  content: "";
  bottom: 0.5rem;
  right: 0.5rem;
  position: absolute;
  width: 0.3125rem;
  height: 0.3125rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.about__icon {
  width: 2.0625rem;
  height: 2.0625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__icon:not(:last-child) {
  margin-bottom: 0.4375rem;
}

.about__caption {
  font-weight: 700;
  font-size: 1rem;
  line-height: 160%;
}

.about__caption:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.about__lead {
  font-weight: 300;
  font-size: 0.875rem;
  line-height: 160%;
}

.about__title--mobile {
  display: none;
}

.about__title:not(:last-child) {
  margin-bottom: 1rem;
}

.about__desc {
  font-weight: 700;
}

.about__desc:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.about__text {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  color: #e0e0e0;
}

.about__text:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.details {
  padding-top: 4.625rem;
  padding-bottom: 3.125rem;
}

.details__title {
  text-align: center;
  position: relative;
}

.details__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 11.6875rem;
  height: 0.875rem;
  background: url("../img/title-decor.svg") center/100% 100% no-repeat;
  margin-top: 0.3125rem;
}

.details__title:not(:last-child) {
  margin-bottom: 3.75rem;
}

.details__body {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
  gap: 4.375rem;
}

.details__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3.75rem;
  position: relative;
  overflow: hidden;
}

.details__video {
  position: relative;
  aspect-ratio: 383/568;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 29.6439628483%;
          flex: 0 0 29.6439628483%;
  width: 100%;
  border-radius: 1rem;
  -ms-flex-item-align: start;
      align-self: flex-start;
  overflow: hidden;
}

.details__video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.details__content {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  position: relative;
  padding: 0.9375rem 0;
}

.details__content::before {
  content: "";
  max-width: 20.625rem;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(217,217,217,.2);
}

.details__content::after {
  content: "";
  max-width: 20.625rem;
  width: 100%;
  height: 0.0625rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgba(217,217,217,.2);
}

.details__caption {
  font-weight: 700;
  font-size: 2.6875rem;
  line-height: 160%;
}

.details__caption--mobile {
  display: none;
}

.details__caption:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.details__text {
  display: -ms-grid;
  display: grid;
  gap: 1.125rem;
}

.contacts {
  padding: 3.125rem 0;
}

.contacts__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.4375rem;
}

.contacts__column {
  backdrop-filter: blur(0.25rem);
  background: linear-gradient(150deg, #d89d30 0%, #865904 100%);
  max-width: 32.5rem;
  width: 100%;
  border: 0.0625rem solid rgba(255,255,255,.23);
  border-radius: 0.6875rem;
  padding: 3.75rem 0.625rem;
  position: relative;
}

.contacts__column::before {
  content: "";
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.contacts__column::after {
  content: "";
  bottom: 0.75rem;
  right: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.contacts__title {
  font-weight: 500;
  font-size: 2.5625rem;
  text-align: center;
  color: #fff;
}

.contacts__title::before {
  content: "";
  top: 0.75rem;
  left: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.contacts__title::after {
  content: "";
  bottom: 0.75rem;
  left: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.contacts__title:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.contacts__link {
  -webkit-box-shadow: 0 0.25rem 1.4375rem 0 rgba(45,45,45,.5);
          box-shadow: 0 0.25rem 1.4375rem 0 rgba(45,45,45,.5);
  background: #fff;
  min-height: 5.25rem;
  max-width: 20.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 0.3125rem;
  padding: 0.3125rem 0.625rem;
  font-weight: 700;
  font-size: 2.5625rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #cd9e47;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.contacts__label {
  font-weight: 700;
  font-size: 2.5625rem;
  text-align: center;
  color: #fff;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.contacts__block {
  backdrop-filter: blur(0.25rem);
  background: #f3f3f3;
  max-width: 32.5rem;
  width: 100%;
  border: 0.0625rem solid rgba(255,255,255,.23);
  border-radius: 0.6875rem;
  padding: 3.75rem 0.625rem 2.1875rem 0.625rem;
  position: relative;
}

.contacts__block::before {
  content: "";
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star-black.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.contacts__block::after {
  content: "";
  bottom: 0.75rem;
  right: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star-black.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.contacts__caption {
  font-weight: 700;
  font-size: 2.5625rem;
  text-align: center;
  color: #10141f;
}

.contacts__caption::before {
  content: "";
  top: 0.75rem;
  left: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star-black.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.contacts__caption::after {
  content: "";
  bottom: 0.75rem;
  left: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star-black.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.contacts__caption:not(:last-child) {
  margin-bottom: 0.125rem;
}

.contacts__text {
  font-weight: 300;
  font-size: 1.875rem;
  text-align: center;
  color: #10141f;
}

.contacts__text:not(:last-child) {
  margin-bottom: 2.1875rem;
}

.contacts__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.0625rem;
}

.contacts__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 5rem;
          flex: 0 0 5rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts__item img {
  max-width: 100%;
}

.contacts__arrow {
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: -0.0625rem;
  z-index: -1;
  bottom: 1.25rem;
}

.process {
  padding: 3.125rem 0;
}

.process__title {
  text-align: center;
  max-width: 42.5rem;
  margin-left: auto;
  margin-right: auto;
}

.process__title:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.process__slide {
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid rgba(224,224,224,.5);
}

.process__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.75rem;
}

.process__column {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 19.125rem;
          flex: 0 0 19.125rem;
}

.process__image {
  border-radius: 18.75rem 18.75rem 0 0;
  overflow: hidden;
}

.process__image img {
  width: 100%;
}

.process__block {
  border: 0.0625rem solid rgba(255,255,255,.23);
  border-radius: 0 0 0.6875rem 0.6875rem;
  backdrop-filter: blur(0.25rem);
  background: rgba(31,35,48,.86);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4.5rem;
  width: 100%;
  position: relative;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-bottom: 0.5rem;
}

.process__block::before {
  content: "";
  top: 0.5625rem;
  right: 0.5625rem;
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.process__block::after {
  content: "";
  bottom: 0.5625rem;
  right: 0.5625rem;
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.process__value {
  font-family: "highliner",sans-serif;
  font-size: 4.375rem;
  text-align: center;
  line-height: 80%;
}

.process__value::before {
  content: "";
  top: 0.5625rem;
  left: 0.5625rem;
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.process__value::after {
  content: "";
  bottom: 0.5625rem;
  left: 0.5625rem;
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.process__content {
  max-width: 51.25rem;
}

.process__caption {
  font-weight: 700;
  font-size: 2.3125rem;
  color: #fff;
}

.process__caption:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.process__text {
  display: -ms-grid;
  display: grid;
  gap: 0.4375rem;
}

.process__action {
  display: none;
}

.transformation {
  padding: 3.125rem 0;
}

.transformation__title {
  text-align: center;
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
}

.transformation--2 .transformation__title {
  max-width: 100%;
}

.transformation__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.transformation__slider {
  position: relative;
}

.transformation__wrapper {
  position: relative;
  z-index: 2;
}

.transformation__slide {
  position: relative;
  z-index: 2;
}

.transformation__item {
  width: 100%;
  backdrop-filter: blur(0.25rem);
  background: rgba(31,35,48,.86);
  border: 0.0625rem solid rgba(255,255,255,.23);
  border-radius: 0.6875rem;
  position: relative;
  height: 100%;
  padding: 2.3125rem 1.5625rem 2.9375rem 1.5625rem;
}

.transformation__item::before {
  content: "";
  top: 0.75rem;
  right: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.transformation__item::after {
  content: "";
  bottom: 0.75rem;
  right: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.transformation__caption {
  font-weight: 700;
  font-size: 2.25rem;
  text-align: center;
}

.transformation__caption:not(:last-child) {
  margin-bottom: 1.5rem;
}

.transformation__caption::before {
  content: "";
  top: 0.75rem;
  left: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.transformation__caption::after {
  content: "";
  bottom: 0.75rem;
  left: 0.75rem;
  position: absolute;
  width: 0.625rem;
  height: 0.625rem;
  background: url("../img/star.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.transformation__text {
  text-align: center;
}

.transformation__image {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-55%, 0%);
      -ms-transform: translate(-55%, 0%);
          transform: translate(-55%, 0%);
}

.transformation__block {
  position: relative;
}

.transformation__image-1 {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-35%, -50%);
      -ms-transform: translate(-35%, -50%);
          transform: translate(-35%, -50%);
}

.transformation__image-2 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(30%, -50%);
      -ms-transform: translate(30%, -50%);
          transform: translate(30%, -50%);
}

.transformation__action {
  display: none;
}

.community {
  padding: 3.125rem 0;
}

.community__title {
  max-width: 46.25rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.community__title:not(:last-child) {
  margin-bottom: 2.5rem;
}

.community__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.375rem;
}

.community__content {
  display: -ms-grid;
  display: grid;
  gap: 1.25rem;
  max-width: 39.375rem;
  width: 100%;
}

.community__item {
  border-bottom: 0.0625rem solid rgba(224,224,224,.16);
  padding-bottom: 0.9375rem;
}

.community__caption {
  font-weight: 500;
  font-size: 1.5625rem;
  line-height: 160%;
}

.community__caption:not(:last-child) {
  margin-bottom: 0.375rem;
}

.community__text {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 160%;
}

.community__image {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42.5696594427%;
          flex: 0 0 42.5696594427%;
  position: relative;
  border-radius: 0.6875rem;
  overflow: hidden;
}

.community__image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-block {
  padding: 3.125rem 0;
}

.video-block__title {
  text-align: center;
}

.video-block__title:not(:last-child) {
  margin-bottom: 1.5625rem;
}

.video-block__body {
  position: relative;
  border: 0.0625rem solid rgba(224,224,224,.22);
  border-radius: 1rem;
  aspect-ratio: 1290/550;
  overflow: hidden;
}

.video-block__body video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-block__text-1 {
  max-width: 21.875rem;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 2.875rem;
  left: 4.25rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.is-playing .video-block__text-1 {
  opacity: 0;
  visibility: hidden;
}

.video-block__text-1 p {
  position: relative;
  z-index: 2;
}

.video-block__text-1::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
  border-radius: 30%;
  background: rgba(16,19,30,.67);
  -webkit-filter: blur(4.0625rem);
          filter: blur(4.0625rem);
  pointer-events: none;
}

.video-block__text-2 {
  max-width: 36.25rem;
  position: absolute;
  z-index: 2;
  bottom: 2.6875rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
      -ms-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  text-align: center;
  width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.is-playing .video-block__text-2 {
  opacity: 0;
  visibility: hidden;
}

.video-block__text-2 p {
  position: relative;
  z-index: 2;
}

.video-block__text-2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 200%;
  border-radius: 30%;
  background: rgba(16,19,30,.67);
  -webkit-filter: blur(4.0625rem);
          filter: blur(4.0625rem);
  pointer-events: none;
}

.video-block__play {
  padding-left: 0.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  width: 5.9375rem;
  height: 5.9375rem;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 0.0625rem solid #e0e0e0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.is-playing .video-block__play {
  opacity: 0;
  visibility: hidden;
}

.taro-section {
  padding-top: 3.125rem;
  padding-bottom: 7.8125rem;
  margin-top: 9.375rem;
}

.taro-section__container {
  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;
  gap: 1.875rem;
  position: relative;
}

.taro-section__content {
  max-width: 39.375rem;
  width: 100%;
  position: relative;
  z-index: 3;
}

.taro-section__content::before {
  content: "";
  top: -1.125rem;
  left: 3.125rem;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../img/star2.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.taro-section__content::after {
  content: "";
  bottom: -5.625rem;
  left: 7.8125rem;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../img/star2.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.taro-section__title:not(:last-child) {
  margin-bottom: 1.125rem;
}

.taro-section__text {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 160%;
}

.taro-section__text:not(:last-child) {
  margin-bottom: 1.125rem;
}

.taro-section__caption {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 160%;
}

.taro-section__caption:not(:last-child) {
  margin-bottom: 0.875rem;
}

.taro-section__list {
  display: -ms-grid;
  display: grid;
  gap: 1.625rem;
}

.taro-section__list:not(:last-child) {
  margin-bottom: 2.0625rem;
}

.taro-section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.taro-section__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
  width: 2.1875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.taro-section__icon svg {
  max-width: 100%;
}

.taro-section__value {
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 160%;
}

.taro-section__desc {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 160%;
}

.taro-section__desc::before {
  content: "";
  bottom: 2.8125rem;
  right: -3.125rem;
  position: absolute;
  width: 0.9375rem;
  height: 0.9375rem;
  background: url("../img/star2.svg") center/100% 100% no-repeat;
  pointer-events: none;
}

.taro-section__media {
  position: relative;
}

.taro-section__bg {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.taro-section__image {
  width: 22.0625rem;
  height: 39.875rem;
}

.taro-section__image img {
  position: relative;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.0625rem;
  overflow: hidden;
}

.taro-section__image::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 11.625rem;
  height: 32.6875rem;
  border-radius: 50%;
  background-color: #d9af60;
  -webkit-filter: blur(12.5rem);
          filter: blur(12.5rem);
}

.taro-section__image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(0%, 0%);
      -ms-transform: translate(0%, 0%);
          transform: translate(0%, 0%);
  width: 11.625rem;
  height: 32.6875rem;
  border-radius: 50%;
  background-color: #d9af60;
  -webkit-filter: blur(12.5rem);
          filter: blur(12.5rem);
}

.taro-section__img {
  position: absolute;
  z-index: -1;
  top: -12.5rem;
  left: 20%;
  pointer-events: none;
}

.action-block {
  padding-top: 5rem;
  padding-bottom: 6.25rem;
  position: relative;
}

.action-block__text {
  font-weight: 500;
  font-size: 1.375rem;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  line-height: 160%;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

.action-block__text:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.action-block__caption {
  font-weight: 700;
  font-size: 2.0625rem;
  text-align: center;
  position: relative;
  z-index: 2;
  color: #fff;
}

.action-block__caption:not(:last-child) {
  margin-bottom: 9.375rem;
}

.action-block__title {
  line-height: 123%;
  text-align: center;
  color: #fff;
  position: relative;
  z-index: 2;
}

.action-block__image {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.action-block__image::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 30%;
  background: rgba(16,19,30,.67);
  -webkit-filter: blur(4.0625rem);
          filter: blur(4.0625rem);
  pointer-events: none;
}

.footer {
  padding-top: 3.125rem;
  padding-bottom: 4.125rem;
  text-align: center;
}

.footer__logo {
  display: inline-block;
  max-width: 9.375rem;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.footer__logo:not(:last-child) {
  margin-bottom: 1.4375rem;
}

.footer__logo img {
  max-width: 100%;
}

.footer__menu {
  padding-bottom: 1.6875rem;
  border-bottom: 0.0625rem solid #e0e0e0;
  max-width: 66.875rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__menu:not(:last-child) {
  margin-bottom: 1.375rem;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.3125rem 3.5rem;
}

.footer__link {
  display: inline-block;
  -webkit-transition: color .3s;
  transition: color .3s;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 160%;
  text-align: center;
  color: #fff;
}

.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.footer__social:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.footer__item-social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 2.1875rem;
          flex: 0 0 2.1875rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
}

.footer__item-social img {
  max-width: 100%;
}

.footer__text {
  text-align: center;
  max-width: 56.875rem;
  margin-left: auto;
  margin-right: auto;
}

.footer__text:not(:last-child) {
  margin-bottom: 1.0625rem;
}

.footer__copy {
  font-weight: 300;
  font-size: 1rem;
  line-height: 160%;
  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;
  gap: 0.3125rem;
}

.footer__copy:not(:last-child) {
  margin-bottom: 0.3125rem;
}

.footer__copy svg {
  width: 1.1875rem;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.1875rem;
          flex: 0 0 1.1875rem;
}

.footer__button {
  font-weight: 500;
  font-size: 1rem;
  text-align: center;
  display: inline-block;
  line-height: 160%;
  text-decoration: underline !important;
  color: #e0e0e0;
  -webkit-transition: color .3s;
  transition: color .3s;
}

body::after {
  content: "";
  backdrop-filter: blur(1.25rem);
  background: rgba(16,20,31,.85);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
  pointer-events: none;
  z-index: 149;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 1.875rem 0.75rem;
  -webkit-transition: visibility .8s ease 0s;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none;
}

.popup_show {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__wrapper {
  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;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform .3s ease 0s;
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  width: 100%;
  max-width: 29.375rem;
  position: relative;
}

.popup__content::before {
  content: "";
  position: absolute;
  inset: -0.125rem;
  background: linear-gradient(150deg, #d89d30 0%, #865904 100%);
  z-index: -1;
  border-radius: 0.6875rem;
}

.lock .popup__content {
  visibility: visible;
}

.popup__inner {
  padding: 2.875rem 1.5rem 1.375rem 1.5rem;
  width: 100%;
  background: #11141f;
  border-radius: 0.625rem;
}

.popup__caption {
  text-align: center;
  line-height: 160%;
  font-size: 1.375rem;
  margin-left: auto;
  margin-right: auto;
}

.popup__close {
  position: absolute;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  top: 1.0625rem;
  right: 1.0625rem;
  width: 1.5rem;
  height: 1.5rem;
  background: rgba(0,0,0,0);
}

.popup__close svg {
  max-width: 100%;
  max-height: 100%;
}

.popup__close path {
  -webkit-transition: stroke .3s;
  transition: stroke .3s;
}

.popup__title {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 160%;
  text-align: center;
  color: #fff;
}

.popup__title:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.popup__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.popup__social:not(:last-child) {
  margin-bottom: 0.9375rem;
}

.popup__link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 3.125rem;
          flex: 0 0 3.125rem;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  will-change: transform;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__link img {
  max-width: 100%;
}

.popup__text {
  font-weight: 300;
  font-size: 1rem;
  line-height: 160%;
  text-align: center;
  color: #fff;
  max-width: 18.75rem;
  margin-left: auto;
  margin-right: auto;
}

.popup__text:not(:last-child) {
  margin-bottom: 1.3125rem;
}

.popup__items {
  display: -ms-grid;
  display: grid;
  gap: 0.875rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-line-pack: start;
      align-content: start;
}

.popup__items:not(:last-child) {
  margin-bottom: 1.8125rem;
}

.popup__item {
  position: relative;
}

.popup__input {
  background: #10141f;
  height: 2.875rem;
  width: 100%;
  border: 0.0625rem solid #e0e0e0;
  border-radius: 0.3125rem;
  padding-left: 0.875rem;
  padding-right: 2.8125rem;
  font-weight: 300;
  font-size: 1rem;
  line-height: 160%;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.popup__input:focus {
  border: 0.0625rem solid #d9af60;
}

.popup__input::-webkit-input-placeholder {
  color: #e0e0e0;
}

.popup__input::-moz-placeholder {
  color: #e0e0e0;
}

.popup__input:-ms-input-placeholder {
  color: #e0e0e0;
}

.popup__input::-ms-input-placeholder {
  color: #e0e0e0;
}

.popup__input::placeholder {
  color: #e0e0e0;
}

.popup__icon {
  position: absolute;
  top: 11px;
  right: 0.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: none;
  width: 1.5rem;
  height: 1.5rem;
}

.popup__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.popup__checkboxes {
  display: -ms-grid;
  display: grid;
  gap: 0.75rem;
}

.popup__checkboxes:not(:last-child) {
  margin-bottom: 1.6875rem;
}

.popup__submit {
  width: 100%;
  min-height: 4.375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 0.25rem 1rem 0 rgba(147,100,11,.5);
          box-shadow: 0 0.25rem 1rem 0 rgba(147,100,11,.5);
  background: linear-gradient(150deg, #d89d30 0%, #865904 100%);
  border-radius: 0.3125rem;
  position: relative;
  font-weight: 500;
  font-size: 1.3125rem;
  padding: 0.3125rem 0.625rem;
  text-align: center;
  color: #fff;
  background-size: 120% 120%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.popup__submit:not(:last-child) {
  margin-bottom: 1.125rem;
}

.popup__desc {
  font-size: 0.875rem;
  line-height: 160%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__desc a {
  text-decoration: underline;
  -webkit-transition: color .3s;
  transition: color .3s;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:checked+.checkbox__label:before {
  border: 0.125rem solid #cd9e47;
}

.checkbox__input:checked+.checkbox__label::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.checkbox__label {
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 0.625rem;
}

.checkbox__label:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1.125rem;
          flex: 0 0 1.125rem;
  width: 1.125rem;
  height: 1.125rem;
  border: 0.125rem solid #e0e0e0;
  border-radius: 0.25rem;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.checkbox__label::after {
  content: "";
  position: absolute;
  top: 0.375rem;
  left: 0.3125rem;
  width: 0.5rem;
  height: 0.375rem;
  background: url("../img/check.svg") center/100% 100% no-repeat;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.swiper {
  overflow: hidden;
}

.swiper-initialized {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

@media (min-width: 47.99875rem) {
  .process__wrapper {
    display: -ms-grid !important;
    display: grid !important;
    gap: 2.375rem;
  }

  .transformation__wrapper {
    gap: 9.375rem;
  }

  .transformation--2 .transformation__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.25rem;
  }

  .transformation__slide {
    max-width: 32.5rem;
    width: 100%;
  }
}

@media (min-width: 63.99875rem) {
  .transformation__wrapper {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 12.5rem;
  }

  .transformation--2 .transformation__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 1.5rem;
  }
}

@media (max-width: 82.25rem) {
  .menu__list {
    gap: 0.625rem 2.1875rem;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 9.375rem;
            flex: 0 0 9.375rem;
  }

  .header__social {
    gap: 0.625rem;
  }
}

@media (max-width: 75rem) {
  .about__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.5625rem;
  }

  .about__decor-1 {
    bottom: 50%;
  }

  .about__image {
    position: static;
    margin-right: -6.875rem;
    margin-left: -3.75rem;
  }

  .about__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-top: -4.375rem;
  }

  .about__item {
    max-width: 100%;
  }

  .about__title {
    text-align: center;
  }

  .about__title--mobile {
    display: block;
  }

  .about__title--pc {
    display: none;
  }

  .about__title:not(:last-child) {
    margin-bottom: 0;
  }

  .about__desc br {
    display: none;
  }

  .about__text br {
    display: none;
  }
}

@media (max-width: 63.99875rem) {
  .title {
    font-size: 2.5rem;
  }

  .text {
    font-size: 0.9375rem;
  }

  .menu {
    overflow: auto;
    background-color: #1c212d;
    position: fixed;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 7.5rem 0.75rem 2.5rem 0.75rem;
    text-align: center;
    -webkit-transition: right .5s ease;
    transition: right .5s ease;
    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: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.5rem;
  }

  .menu-open .menu {
    right: 0;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem 1.25rem;
  }

  .menu__link {
    font-size: 1.375rem;
  }

  .menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 1.875rem;
  }

  .burger-menu {
    display: block;
    width: 2.75rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 2.75rem;
            flex: 0 0 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background-color: #252d42;
    position: relative;
    z-index: 8;
  }

  .burger-menu::before,
  .burger-menu::after,
  .burger-menu span {
    display: block;
    position: absolute;
    height: 0.125rem;
    background-color: #e0e0e0;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 1.25rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
  }

  .burger-menu::before {
    content: "";
    top: 0.9375rem;
    width: 1.125rem;
  }

  .burger-menu::after {
    content: "";
    bottom: 0.9375rem;
    width: 0.625rem;
  }

  .burger-menu span {
    top: 50%;
    width: 0.875rem;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .header {
    padding: 0.875rem 0;
  }

  .header::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: -100%;
    -webkit-transition: right .5s;
    transition: right .5s;
    background-color: #0e1422;
    -webkit-box-shadow: 0 0.6875rem 0.5625rem 0 rgba(2,2,2,.25);
            box-shadow: 0 0.6875rem 0.5625rem 0 rgba(2,2,2,.25);
    z-index: 7;
  }

  .menu-open .header::before {
    right: 0;
  }

  .header__social {
    display: none;
  }

  .wrapper__decor-15 {
    display: none;
  }

  .wrapper__decor-16 {
    display: none;
  }

  .hero {
    padding-top: 7.5rem;
    background: url("../img/hero-background.webp") right 12% center/cover no-repeat;
  }

  .hero::after {
    width: 93.75rem;
  }

  .hero__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.375rem;
  }

  .hero__content {
    max-width: 100%;
    padding-top: 0;
    margin-right: 0;
    width: 100%;
  }

  .hero__item {
    font-size: 0.9375rem;
  }

  .hero__text {
    font-size: 1rem;
    max-width: 100%;
  }

  .hero__link {
    font-size: 1.125rem;
    min-height: 3.75rem;
    max-width: 12.5rem;
  }

  .hero__icon-1 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }

  .reviews {
    padding-top: 0;
    padding-bottom: 1.875rem;
  }

  .reviews__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .about {
    padding: 1.875rem 0;
  }

  .about__desc {
    font-size: 1rem;
  }

  .about__text {
    font-size: 1rem;
  }

  .details {
    padding: 1.875rem 0;
  }

  .details__title:not(:last-child) {
    margin-bottom: 2.5rem;
  }

  .details__body {
    gap: 2.5rem;
  }

  .details__item {
    gap: 1.25rem;
  }

  .details__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 38.6996904025%;
            flex: 0 0 38.6996904025%;
  }

  .details__caption {
    font-size: 2.25rem;
  }

  .details__text {
    gap: 0.625rem;
    font-size: 1rem;
  }

  .contacts {
    padding: 1.875rem 0;
  }

  .contacts__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .contacts__column {
    max-width: 100%;
  }

  .contacts__title {
    font-size: 2.1875rem;
  }

  .contacts__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .contacts__link {
    min-height: 5.125rem;
    font-size: 2.3125rem;
  }

  .contacts__label {
    font-size: 2.25rem;
  }

  .contacts__block {
    max-width: 100%;
  }

  .contacts__caption {
    font-size: 2.1875rem;
  }

  .contacts__text {
    font-size: 1.625rem;
  }

  .contacts__text:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .contacts__social {
    gap: 2.5rem;
  }

  .contacts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 4.375rem;
            flex: 0 0 4.375rem;
  }

  .process {
    padding: 1.875rem 0;
  }

  .process__title {
    max-width: 100%;
  }

  .process__item {
    gap: 1.875rem;
  }

  .process__caption {
    font-size: 2rem;
  }

  .process__caption:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .transformation {
    padding: 1.875rem 0;
  }

  .transformation__title {
    max-width: 100%;
  }

  .transformation__item {
    padding: 1.5625rem 0.625rem;
  }

  .transformation__caption {
    font-size: 2rem;
  }

  .transformation__caption:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .transformation__image {
    max-width: 25.625rem;
  }

  .transformation__image img {
    max-width: 100%;
  }

  .community {
    padding: 1.875rem 0;
  }

  .community__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .community__content {
    gap: 0.9375rem;
  }

  .community__item {
    padding-bottom: 0.625rem;
  }

  .community__caption {
    font-size: 1.375rem;
  }

  .community__caption:not(:last-child) {
    margin-bottom: 0.125rem;
  }

  .community__text {
    font-size: 1rem;
  }

  .video-block {
    padding: 1.875rem 0;
  }

  .video-block__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .video-block__text-1 {
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: 1.25rem;
    text-align: center;
  }

  .video-block__text-2 {
    bottom: 0.625rem;
  }

  .video-block__play {
    width: 3.75rem;
    height: 3.75rem;
    padding-top: 0.25rem;
    padding-left: 0.375rem;
  }

  .video-block__play svg {
    width: 1.25rem;
  }

  .taro-section {
    padding-top: 1.875rem;
    margin-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .taro-section__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .taro-section__content {
    max-width: 100%;
  }

  .taro-section__content::before {
    display: none;
  }

  .taro-section__content::after {
    display: none;
  }

  .taro-section__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .taro-section__text {
    font-size: 1rem;
  }

  .taro-section__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .taro-section__caption {
    font-size: 1.125rem;
  }

  .taro-section__caption:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .taro-section__list {
    gap: 1rem;
  }

  .taro-section__list:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .taro-section__item {
    gap: 0.75rem;
  }

  .taro-section__value {
    font-size: 1rem;
  }

  .taro-section__desc {
    font-size: 1rem;
  }

  .taro-section__desc::before {
    display: none;
  }

  .taro-section__bg {
    width: 31.25rem;
  }

  .taro-section__bg img {
    max-width: 100%;
  }

  .taro-section__image {
    width: 16.25rem;
    height: 29.6875rem;
  }

  .taro-section__image::before {
    display: none;
  }

  .taro-section__image::after {
    display: none;
  }

  .taro-section__img {
    width: 22.5rem;
    top: -7.5rem;
    -webkit-transform: rotate(-40deg);
        -ms-transform: rotate(-40deg);
            transform: rotate(-40deg);
    left: auto;
    right: -11.25rem;
  }

  .taro-section__img img {
    max-width: 100%;
  }

  .action-block {
    padding-top: 1.5625rem;
  }

  .action-block__text {
    font-size: 1.1875rem;
  }

  .action-block__caption {
    font-size: 1.75rem;
  }

  .action-block__image {
    top: 50%;
  }

  .action-block__image img {
    width: 93.75rem;
  }

  .footer {
    padding-bottom: 2.5rem;
  }

  .footer__logo {
    max-width: 8.4375rem;
  }

  .footer__menu {
    padding-bottom: 1.25rem;
  }

  .footer__menu:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .footer__list {
    gap: 0.3125rem 2.5rem;
  }

  .footer__link {
    font-size: 1.0625rem;
  }

  .footer__social {
    gap: 2.375rem;
  }

  .footer__social:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .footer__text:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .footer__button {
    font-size: 0.9375rem;
  }
}

@media (max-width: 47.99875rem) {
  .title {
    font-size: 1.625rem;
  }

  .text {
    font-size: 0.875rem;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.9375rem;
            flex: 0 0 8.9375rem;
  }

  .wrapper__decor-18 {
    bottom: 2.2%;
  }

  .hero__items {
    gap: 0.1875rem 0.375rem;
  }

  .hero__item {
    font-size: 0.875rem;
  }

  .hero__title:not(:last-child) {
    margin-bottom: 0.0625rem;
  }

  .hero__text {
    font-size: 0.875rem;
  }

  .hero__link {
    font-size: 1rem;
    max-width: 11.4375rem;
    min-height: 3.5625rem;
  }

  .hero__link::after {
    top: -2.8125rem;
    height: 4.3125rem;
  }

  .hero__image {
    margin-left: -0.3125rem;
    margin-right: -0.3125rem;
  }

  .hero__icon-1 {
    max-width: 12.5rem;
  }

  .hero__icon-2 {
    max-width: 12.5rem;
  }

  .reviews__decor-1 {
    -webkit-transform: translate(20%, 20%);
        -ms-transform: translate(20%, 20%);
            transform: translate(20%, 20%);
    left: auto;
    right: 0;
  }

  .reviews__decor-2 {
    display: none;
  }

  .reviews__title:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .reviews__action {
    gap: 2.1875rem;
    margin-top: 1.5625rem;
  }

  .article-review {
    padding: 1.1875rem 0.875rem 1.0625rem 0.875rem;
  }

  .article-review__top {
    gap: 0.75rem;
  }

  .about__decor-2 {
    display: none;
  }

  .about__decor-3 {
    display: none;
  }

  .about__decor-4 {
    display: none;
  }

  .about__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0.875rem;
  }

  .about__lead {
    font-size: 0.9375rem;
  }

  .about__desc {
    font-size: 1rem;
  }

  .about__text {
    font-size: 1.2rem;
  }

  .details__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }

  .details__video {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    aspect-ratio: 336/402;
  }

  .details__content {
    padding-top: 1.5rem;
    position: static;
    border-top: 0.0625rem solid rgba(217,217,217,.2);
    border-bottom: 0.0625rem solid rgba(217,217,217,.2);
  }

  .details__content::before {
    display: none;
  }

  .details__content::after {
    display: none;
  }

  .details__caption--mobile {
    display: block;
  }

  .details__caption--pc {
    display: none;
  }

  .details__caption {
    text-align: center;
    width: 100%;
    font-size: 1.625rem;
    line-height: 120%;
    line-height: auto;
    position: absolute;
    top: 0.875rem;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, 0%);
        -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    padding: 0 0.9375rem;
  }

  .details__caption::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    height: 200%;
    border-radius: 30%;
    z-index: -1;
    background: #10141f;
    -webkit-filter: blur(5rem);
            filter: blur(5rem);
  }

  .details__text {
    font-size: 1.2rem;
  }

  .contacts__column {
    padding: 3.125rem 1.25rem;
  }

  .contacts__title {
    font-size: 1.8125rem;
  }

  .contacts__title:not(:last-child) {
    margin-bottom: 0.75rem;
  }

  .contacts__link {
    min-height: 4.9375rem;
    font-size: 2.0625rem;
    max-width: 100%;
  }

  .contacts__label {
    font-size: 1.875rem;
  }

  .contacts__block {
    padding: 3.125rem 0.625rem 2.1875rem 0.625rem;
  }

  .contacts__caption {
    font-size: 1.6875rem;
  }

  .contacts__text {
    font-size: 1.3125rem;
  }

  .contacts__text:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .contacts__social {
    gap: 2.125rem;
  }

  .contacts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 3.75rem;
            flex: 0 0 3.75rem;
  }

  .contacts__arrow {
    bottom: 1.9375rem;
  }

  .contacts__arrow svg {
    width: 4rem;
    height: 4.0625rem;
  }

  .process__slide {
    padding-bottom: 1.25rem;
  }

  .process__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .process__column {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    max-width: 25rem;
  }

  .process__content {
    max-width: 100%;
  }

  .process__caption {
    font-size: 1.625rem;
  }

  .process__caption:not(:last-child) {
    margin-bottom: 0.625rem;
  }

  .process__text {
    gap: 0.625rem;
  }

  .process__action {
    margin-top: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1875rem;
  }

  .transformation__slider {
    padding-top: 11.25rem;
  }

  .transformation__caption {
    font-size: 1.6875rem;
  }

  .transformation__image {
    bottom: auto;
    top: 0;
    width: 25.625rem;
  }

  .transformation__image-1 {
    top: -1.25rem;
    -webkit-transform: translate(0rem, 0rem);
        -ms-transform: translate(0rem, 0rem);
            transform: translate(0rem, 0rem);
    width: 12.5rem;
    left: -1.875rem;
  }

  .transformation__image-1 img {
    max-width: 100%;
  }

  .transformation__image-2 {
    top: -0.625rem;
    right: -1.25rem;
    -webkit-transform: translate(0rem, 0rem);
        -ms-transform: translate(0rem, 0rem);
            transform: translate(0rem, 0rem);
    width: 13.75rem;
  }

  .transformation__image-2 img {
    max-width: 100%;
  }

  .transformation__action {
    margin-top: 1.5625rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.1875rem;
  }

  .community__title {
    text-align: left;
  }

  .community__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .community__content {
    max-width: 100%;
  }

  .community__caption {
    font-size: 1.125rem;
  }

  .community__text {
    font-size: 0.875rem;
  }

  .community__image {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    aspect-ratio: 336/380;
  }

  .community__image img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .video-block__body {
    position: relative;
    aspect-ratio: 336/284;
  }

  .video-block__body img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .video-block__text-1 {
    max-width: 100%;
    padding: 0 0.625rem;
  }

  .video-block__text-2 {
    max-width: 100%;
    padding: 0 0.625rem;
  }

  .taro-section__text {
    font-size: 0.875rem;
  }

  .taro-section__caption {
    font-size: 1rem;
  }

  .taro-section__value {
    font-size: 0.875rem;
  }

  .taro-section__desc {
    font-size: 0.875rem;
  }

  .taro-section__bg {
    width: 22.6875rem;
  }

  .taro-section__image {
    width: 11.75rem;
    height: 21.375rem;
  }

  .action-block__text {
    font-size: 1rem;
  }

  .action-block__text:not(:last-child) {
    margin-bottom: 1.5625rem;
  }

  .action-block__caption {
    font-size: 1.3125rem;
    max-width: 18.75rem;
    margin-left: auto;
    margin-right: auto;
  }

  .action-block__caption:not(:last-child) {
    margin-bottom: 4.1875rem;
  }

  .footer__logo {
    max-width: 7.875rem;
  }

  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }

  .footer__link {
    font-size: 1rem;
  }

  .footer__button {
    font-size: 0.9375rem;
  }

  .popup__inner {
    padding: 2.25rem 0.75rem 1.125rem 0.75rem;
  }

  .popup__caption {
    font-size: 1.125rem;
  }

  .popup__close {
    top: 0.625rem;
    right: 0.625rem;
  }

  .popup__title {
    font-size: 1.4375rem;
  }

  .popup__title:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .popup__social:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .popup__text {
    font-size: 0.875rem;
    max-width: 16.25rem;
  }

  .popup__text:not(:last-child) {
    margin-bottom: 0.9375rem;
  }

  .popup__items {
    gap: 1rem;
  }

  .popup__items:not(:last-child) {
    margin-bottom: 1.4375rem;
  }

  .popup__checkboxes:not(:last-child) {
    margin-bottom: 1.25rem;
  }

  .popup__submit:not(:last-child) {
    margin-bottom: 0.875rem;
  }

  .popup__submit {
    font-size: 1.125rem;
    min-height: 4.25rem;
  }
}

@media (any-hover: hover) {
  .swiper-button-prev:hover:not(.swiper-button-disabled) {
    background-color: #865904;
  }

  .swiper-button-next:hover:not(.swiper-button-disabled) {
    background-color: #865904;
  }

  .menu__link:hover {
    color: #d9af60;
  }

  .menu__link:hover::after {
    width: 100%;
  }

  .menu__item-social:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .header__item-social:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .hero__link:hover {
    background-position: 100%;
  }

  .contacts__link:hover {
    background: #e7e7e7;
  }

  .contacts__item:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .video-block__play:hover {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
        -ms-transform: translate(-50%, -50%) scale(1.1);
            transform: translate(-50%, -50%) scale(1.1);
  }

  .footer__link:hover {
    color: #d9af60;
  }

  .footer__item-social:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .footer__button:hover {
    color: #d9af60;
  }

  .popup__close:hover path {
    stroke: #d9af60;
  }

  .popup__link:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
  }

  .popup__submit:hover {
    background-position: 100%;
  }

  .popup__desc a:hover {
    color: #d9af60;
  }
}