@charset "UTF-8";
:root {
  --font-family: "Anonymous Pro", sans-serif;
  --second-family: "Ethnocentric", sans-serif;
  --third-family: "PT Root UI", "Anonymous Pro", sans-serif;
  --font3: "TT Travels Trl", sans-serif;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Anonymous Pro";
  src: url("../fonts//AnonymousPro-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Anonymous Pro";
  src: url("../fonts//AnonymousPro-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts//PTRootUI-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts//PTRootUI-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "PT Root UI";
  src: url("../fonts//PTRootUI-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CoFo Sans";
  src: url("../fonts//CoFoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "CoFo Sans";
  src: url("../fonts//CoFoSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts//Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts//Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Ethnocentric";
  src: url("/fonts/ethnocentric rg.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
*:not([class]) {
  margin: 0;
  padding: 0;
}

html {
  background-color: #000 !important;
  scroll-behavior: smooth;
  /* Handle */
}
html::-webkit-scrollbar {
  width: 0.5rem;
}
html::-webkit-scrollbar-track {
  background: transparent;
}
html::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 3px;
}

body,
html {
  margin: 0;
  padding: 0;
  background-color: #000 !important;
  color: #fff;
  font-family: "Anonymous Pro", sans-serif;
  overflow-x: clip;
}

.productPage {
  width: 100vw;
  position: relative;
  overflow: hidden;
}

#productPage {
  font-family: "PT Root UI", "Anonymous Pro", sans-serif;
}

#mainPage {
  font-family: "PT Root UI", "Anonymous Pro", sans-serif;
}

main {
  overflow: clip;
}

img {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}
a:focus-visible {
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
}

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

.site-container {
  overflow: clip;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}
.btn-reset:focus-visible {
  outline: none;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration, .input-reset::-webkit-search-cancel-button, .input-reset::-webkit-search-results-button, .input-reset::-webkit-search-results-decoration {
  display: none;
}
.input-reset:focus-visible {
  outline: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 3.5rem;
  max-width: 192rem;
}
@media (max-width: 1440px) {
  .container {
    max-width: 144rem;
    padding: 0 4.5rem;
  }
}
@media (max-width: 1024px) {
  .container {
    padding: 0 2rem;
  }
}
@media (max-width: 530px) {
  .container {
    padding: 0 1.5rem;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.block__decoration {
  position: relative;
  padding: 3.4rem;
}
@media (max-width: 1440px) {
  .block__decoration {
    padding: 2.4rem;
  }
}
.block__decoration-icon {
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
}
@media (max-width: 1440px) {
  .block__decoration-icon {
    width: 2.6rem;
    height: 2.6rem;
  }
}

.top {
  top: 0;
}

.bottom {
  bottom: 0;
}

.left {
  left: 0;
}

.right {
  right: 0;
}

.pod__specifications {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  position: relative;
}
@media (max-width: 530px) {
  .pod__specifications {
    gap: 0.8rem;
  }
}

.pod__specification {
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1440px) {
  .pod__specification {
    font-size: 2rem;
  }
}
.pod__specification span {
  display: block;
  min-width: 1.3rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .pod__specification span {
    width: 1.1rem;
  }
}

.btn-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: 400;
  font-size: 2.8rem;
  color: #fff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1440px) {
  .btn-arrows {
    gap: 2rem;
    font-size: 2.4rem;
  }
}
.btn-arrows:hover {
  opacity: 0.5;
}
.btn-arrows__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9rem;
  margin-top: 0.5rem;
}
@media (max-width: 1440px) {
  .btn-arrows__arrows {
    gap: 0.8rem;
  }
}
.btn-arrows__arrow {
  width: 0.6rem;
  height: 1.3rem;
}
@media (max-width: 1440px) {
  .btn-arrows__arrow {
    width: 0.5rem;
    height: 1.1rem;
  }
}

.btn-white {
  border: 1px solid #fff;
  padding: 0.8rem 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.7rem;
  background-color: #fff;
  border-radius: 1.4rem;
  font-weight: 400;
  font-size: 2rem;
  color: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-white:hover {
  background-color: transparent;
  color: #fff;
}
.btn-white:hover .btn-white__icon path {
  stroke: #fff;
}
.btn-white__icon {
  width: 4.2rem;
  height: 0.9rem;
}
.btn-white__icon path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  stroke: #000;
}

.btn-outline {
  border: 1px solid #fff;
  padding: 0.5rem 3rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.4rem;
  background-color: transparent;
  color: #fff;
  border-radius: 0.6rem;
  font-weight: 400;
  font-size: 1.4rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.btn-outline_black {
  border: 1px solid #000;
  color: #000;
  font-size: 2.4rem;
  padding: 1rem 3rem;
  border-radius: 1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1440px) {
  .btn-outline_black {
    font-size: 1.8rem;
    padding: 0.7rem 3.7rem;
  }
}
.btn-outline_black .btn-outline__icon {
  width: 5.2rem;
  height: 1.2rem;
  margin-top: 0.5rem;
}
@media (max-width: 1440px) {
  .btn-outline_black .btn-outline__icon {
    width: 4.2rem;
    height: 1rem;
    margin-top: 0.3rem;
  }
}
.btn-outline_black .btn-outline__icon path {
  stroke: #000;
}
.btn-outline__icon {
  width: 2.9rem;
  height: 0.7rem;
}
.btn-outline__icon path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  stroke: #fff;
}

.btn-orange {
  background-color: #f4400f;
  border-radius: 1.4rem;
  color: #fff;
  font-size: 2rem;
  padding: 0.8rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.btn-orange .btn-outline__icon {
  width: 5.2rem;
  height: 1.2rem;
  margin-top: 0;
}
@media (max-width: 1440px) {
  .btn-orange .btn-outline__icon {
    width: 4.7rem;
    height: 1rem;
  }
}

.cursor {
  width: 4rem;
  height: 4rem;
  position: fixed;
  pointer-events: none;
  z-index: 100000000000000000000000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  mix-blend-mode: difference;
  display: none;
}
@media (max-width: 1440px) {
  .cursor {
    width: 3rem;
    height: 3rem;
  }
}
@media (max-width: 1200px) {
  .cursor {
    display: none;
  }
}
.cursor.move .cursor__move {
  display: block;
}
.cursor.move .cursor__default {
  display: none;
}
.cursor__move {
  display: none;
}
.cursor svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.canvas-el {
  width: 100% !important;
  height: 100% !important;
  position: relative;
  z-index: 5;
}
.canvas-el__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 120%;
}

.section-title {
  font-weight: 400;
  font-size: 3.2rem;
  color: #fff;
}
.section-title_black {
  color: #000;
  font-family: var(--third-family);
}

.content-cms {
  font-family: var(--third-family);
}
.content-cms h1 {
  font-size: 3.6rem;
  margin: 2.5rem 0;
}
.content-cms h3 {
  font-size: 2.4rem;
  margin: 3rem 0;
}
.content-cms h5 {
  font-size: 2.4rem;
  margin: 3rem 0;
}
@media (max-width: 1024px) {
  .content-cms h5 {
    font-size: 2rem;
    margin: 2rem 0;
  }
}
.content-cms img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 3rem;
  position: relative;
  z-index: 2;
}
.content-cms p {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
.content-cms li {
  font-size: 2rem;
  margin-bottom: 1.5rem;
  list-style-position: inside;
}

html {
  --refRes: 1920;
  font-size: calc(100vw / var(--refRes) * 10);
}
@media (min-width: 1921px) {
  html {
    font-size: 10px;
  }
}
@media (max-width: 1440px) {
  html {
    --refRes: 1440;
  }
}
@media (max-width: 1024px) {
  html {
    --refRes: 768;
  }
}
@media (max-width: 530px) {
  html {
    --refRes: 375 !important;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  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: 4.4rem 3.5rem;
  z-index: 105;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .header {
    padding: 4.4rem 4.5rem;
  }
}
@media (max-width: 1024px) {
  .header {
    /* position: absolute; */
    padding: 4.4rem 2rem;
  }
}
@media (max-width: 530px) {
  .header {
    padding: 3.5rem 1.5rem;
  }
}
.header.scrolled {
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(9px);
}
.header__btn-cooperation {
  padding: 1rem 1.5rem;
}
@media (max-width: 1024px) {
  .header__btn-cooperation {
    display: none;
  }
}
.header-logo {
  position: relative;
  z-index: 5;
  display: block;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.header-logo__icon {
  width: 17.3rem;
  height: 2.5rem;
}
.header-logo:hover {
  -webkit-animation: pulse 1s ease-in-out infinite;
  animation: pulse 1s ease-in-out infinite;
}
.header__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 1024px) {
  .header .btn-outline {
    display: none;
  }
}
.header__btn-cooperation {
  font-family: var(--third-family);
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 48rem;
  height: 100vh;
  background-color: #fff;
  padding: 16.6rem 3rem 5rem;
  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;
  gap: 8.4rem;
  z-index: 100;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}
@media (max-width: 530px) {
  .menu {
    width: 100%;
  }
}
.menu.open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}
.menu__nav {
  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;
  gap: 3rem;
}
.menu__nav-item {
  font-family: "PT Root UI", "Anonymous Pro", sans-serif;
  font-weight: 400;
  font-size: 2.4rem;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
.menu__nav-item--lineup {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.16em;
  text-transform: lowercase;
}
.menu__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3rem;
}
.menu__contact {
  display: block;
}
.menu__contact-icon {
  width: 2.4rem;
  height: 2.4rem;
}
.menu__contact-icon--big {
  width: 3.4rem;
  height: 3.4rem;
}
.menu__btn {
  position: relative;
  top: 0;
  right: 0;
  width: 50px;
  height: 25px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  z-index: 101;
}
@media (max-width: 1024px) {
  .menu__btn {
    width: 30px;
    height: 23px;
  }
}
.menu__btn.open span {
  background-color: #000;
}
.menu__btn.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.menu__btn.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.menu__btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu__btn.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}
.menu__btn span {
  display: block;
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.menu__btn span:nth-child(1) {
  top: 0px;
}
.menu__btn span:nth-child(2), .menu__btn span:nth-child(3) {
  height: 2px;
  top: 11px;
}
.menu__btn span:nth-child(4) {
  top: 22px;
  height: 3px;
}

.site-container.productPage .header {
  position: absolute;
}

@-webkit-keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes pulse {
  0%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.menu__nav-item--lineup-svg {
  width: 13rem;
  height: 2.5rem;
}

.footer {
  font-family: var(--third-family);
  margin-top: 27.4rem;
  padding-bottom: 10.9rem;
}
@media (max-width: 1440px) {
  .footer {
    margin-top: 19.4rem;
    padding-bottom: 9.6rem;
  }
}
@media (max-width: 1024px) {
  .footer {
    position: relative;
    margin-top: 19.4rem;
    padding-bottom: 4.3rem;
  }
}
@media (max-width: 530px) {
  .footer {
    position: relative;
    margin-top: 15.4rem;
    padding-bottom: 5.3rem;
  }
}
.footer-content {
  position: relative;
}
.footer-content .block__decoration {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 530px) {
  .footer-content .block__decoration {
    width: 24rem;
    padding: 2.6rem;
  }
  .footer-content .block__decoration p {
    font-size: 1.6rem;
  }
}
.footer-content .block__decoration .footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-down {
  margin-top: 2.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .footer-down {
    position: relative;
    display: block;
  }
}
@media (max-width: 530px) {
  .footer-down {
    position: relative;
    display: block;
  }
}
@media (max-width: 1440px) {
  .footer-down {
    margin-top: 1.7rem;
    gap: 2rem;
  }
}
.footer-down__by {
  -ms-grid-column: 4;
  -ms-grid-column-span: 2;
  grid-column: 4/span 2;
  padding: 0 1.7rem 0 9.5rem;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 3.2rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .footer-down__by {
    padding-left: 1rem;
  }
}
@media (max-width: 1024px) {
  .footer-down__by {
    display: none;
  }
}
@media (max-width: 530px) {
  .footer-down__by {
    display: block;
    font-size: 2.4rem;
    font-family: var(--third-family);
    position: absolute;
    top: -12.8rem;
  }
}
.footer-down__info {
  -ms-grid-column: 7;
  -ms-grid-column-span: 3;
  grid-column: 7/span 3;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .footer-down__info {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .footer-down__info {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 36.4rem;
  }
}
@media (max-width: 530px) {
  .footer-down__info {
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding-left: unset;
  }
}
.footer-down__link {
  display: block;
  -ms-grid-column: 10;
  -ms-grid-column-span: 3;
  grid-column: 10/span 3;
  font-weight: 400;
  font-size: 1.4rem;
  color: #fff;
  z-index: 1;
}
@media (max-width: 1440px) {
  .footer-down__link {
    font-size: 1.2rem;
    padding-left: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .footer-down__link {
    padding: 0;
    font-size: 1rem;
    margin-bottom: 1.5rem;
    padding-left: 36.4rem;
  }
}
@media (max-width: 530px) {
  .footer-down__link {
    padding: 0;
    font-size: 1.2rem;
  }
}
.footer__logo {
  width: 100%;
  overflow: visible;
}
@media (max-width: 1024px) {
  .footer__logo {
    height: auto;
  }
}
.footer__logo-wrapper {
  position: relative;
  max-width: 192rem;
  margin: 1.8rem -3.5rem 0;
}
@media (max-width: 1440px) {
  .footer__logo-wrapper {
    margin: 1.2rem 0 0;
  }
}
@media (max-width: 1024px) {
  .footer__logo-wrapper {
    position: absolute;
    top: 19rem;
  }
}
@media (max-width: 530px) {
  .footer__logo-wrapper {
    position: absolute;
    top: 23rem;
  }
}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
  width: 33.5rem;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .footer__contacts {
    width: 27.8rem;
  }
}
.footer-design {
  position: relative;
  -ms-grid-column-span: 5;
  grid-column: 5 span;
  padding-top: 3rem;
  border-top: 1px solid #fff;
}
@media (max-width: 1440px) {
  .footer-design {
    padding-top: 1.3rem;
  }
}
@media (max-width: 1024px) {
  .footer-design {
    display: none;
  }
}
.footer-design::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  top: 0rem;
  right: 0rem;
  height: 2rem;
  width: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 20.2C38.52 22.3333 27.88 29.48 21.16 41C14.44 29.8 12.76 28.2 1 20.2C4.36 19.1333 16.12 10.6 21.16 1C24.52 5.8 32.92 15.4 43 20.2Z' fill='white' stroke='white' stroke-width='0.2' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .footer-design::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.footer-design__text {
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .footer-design__text {
    font-size: 2rem;
  }
}
.footer-navigation {
  position: relative;
  -ms-grid-column: 9;
  -ms-grid-column-span: 4;
  grid-column: 9/span 4;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem;
  margin-left: -2.5rem;
  padding-left: 2.5rem;
  padding-bottom: 4.8rem;
  border-bottom: 1px solid #fff;
  z-index: 3;
}
@media (max-width: 1440px) {
  .footer-navigation {
    padding-bottom: 3.3rem;
    padding-left: 2.5rem;
    margin-left: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .footer-navigation {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 36.4rem;
    border-bottom: none;
  }
}
@media (max-width: 530px) {
  .footer-navigation {
    display: block;
    margin: 0;
    padding: 0;
    padding-left: 16.7rem;
    border-bottom: none;
  }
}
.footer-navigation::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  bottom: -0.1rem;
  left: 0rem;
  height: 2rem;
  width: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 20.2C38.52 22.3333 27.88 29.48 21.16 41C14.44 29.8 12.76 28.2 1 20.2C4.36 19.1333 16.12 10.6 21.16 1C24.52 5.8 32.92 15.4 43 20.2Z' fill='white' stroke='white' stroke-width='0.2' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .footer-navigation::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
@media (max-width: 1024px) {
  .footer-navigation::after {
    display: none;
  }
}
@media (max-width: 530px) {
  .footer-navigation::after {
    display: none;
  }
}
.footer-navigation__wrapper {
  margin-top: 5.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[12];
  grid-template-columns: repeat(12, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .footer-navigation__wrapper {
    display: block;
    margin-top: 1.3rem;
    margin-bottom: 7.2rem;
  }
}
@media (max-width: 530px) {
  .footer-navigation__wrapper {
    display: block;
    margin-top: 5.2rem;
    margin-bottom: 6.6rem;
  }
}
.footer-navigation__col {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.6rem;
}
@media (max-width: 1440px) {
  .footer-navigation__col {
    gap: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .footer-navigation__col {
    display: block;
  }
  .footer-navigation__col:first-child {
    margin-bottom: 15.1rem;
  }
}
@media (max-width: 530px) {
  .footer-navigation__col {
    display: block;
  }
  .footer-navigation__col:first-child {
    margin-bottom: 10.5rem;
  }
}
.footer-navigation__item {
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 1024px) {
  .footer-navigation__item {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 2rem;
  }
  .footer-navigation__item:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 530px) {
  .footer-navigation__item {
    display: block;
    margin-bottom: 1.4rem;
    font-size: 1.8rem;
  }
  .footer-navigation__item:last-child {
    margin-bottom: 0;
  }
}
.footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .footer__contact {
    font-size: 2rem;
  }
}
.footer__contact-icon {
  max-width: 2.5rem;
  max-height: 2.5rem;
}
@media (max-width: 1440px) {
  .footer__contact-icon {
    width: 2.3rem;
    height: 2.3rem;
  }
}

.circles {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.circles .circle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
}
.circles .circle-hover {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
.circles .circle-hover:nth-child(odd).anim {
  -webkit-animation: rotateReverse 10s linear infinite;
  animation: rotateReverse 10s linear infinite;
}
.circles .circle-hover:nth-child(even).anim {
  -webkit-animation: rotate 10s linear infinite;
  animation: rotate 10s linear infinite;
}
.circles .circle-1 {
  width: 64.5rem;
  height: 64.5rem;
  -webkit-animation: rotateReverse 60s linear infinite;
  animation: rotateReverse 60s linear infinite;
}
@media (max-width: 1440px) {
  .circles .circle-1 {
    width: 59.6rem;
    height: 59.6rem;
  }
}
@media (max-width: 1024px) {
  .circles .circle-1 {
    width: 37.7rem;
    height: 37.7rem;
  }
}
@media (max-width: 530px) {
  .circles .circle-1 {
    width: 30.7rem;
    height: 30.7rem;
  }
}
.circles .circle-1_first {
  width: 80rem;
  height: 80rem;
}
@media (max-width: 1440px) {
  .circles .circle-1_first {
    width: 68rem;
    height: 68rem;
  }
}
@media (max-width: 1024px) {
  .circles .circle-1_first {
    width: 46.7rem;
    height: 46.7rem;
  }
}
@media (max-width: 530px) {
  .circles .circle-1_first {
    width: 39.7rem;
    height: 39.7rem;
  }
}
.circles .circle-2 {
  width: 94.4rem;
  height: 94.4rem;
  -webkit-animation: rotate 60s linear infinite;
  animation: rotate 60s linear infinite;
}
@media (max-width: 1440px) {
  .circles .circle-2 {
    width: 83.1rem;
    height: 83.1rem;
  }
}
@media (max-width: 1024px) {
  .circles .circle-2 {
    width: 51.3rem;
    height: 51.3rem;
  }
}
@media (max-width: 530px) {
  .circles .circle-2 {
    width: 40.7rem;
    height: 40.7rem;
  }
}
.circles .circle-2_first {
  width: 125rem;
  height: 125rem;
}
@media (max-width: 1440px) {
  .circles .circle-2_first {
    width: 101rem;
    height: 101rem;
  }
}
@media (max-width: 1024px) {
  .circles .circle-2_first {
    width: 68.7rem;
    height: 68.7rem;
  }
}
@media (max-width: 530px) {
  .circles .circle-2_first {
    width: 55.7rem;
    height: 55.7rem;
  }
}
.circles .circle-3 {
  width: 122rem;
  height: 122rem;
  -webkit-animation: rotateReverse 60s linear infinite;
  animation: rotateReverse 60s linear infinite;
}
@media (max-width: 1440px) {
  .circles .circle-3 {
    width: 105.5rem;
    height: 105.5rem;
  }
}
@media (max-width: 1024px) {
  .circles .circle-3 {
    width: 65.6rem;
    height: 65.6rem;
  }
}
@media (max-width: 530px) {
  .circles .circle-3 {
    width: 50.7rem;
    height: 50.7rem;
  }
}
@media (max-width: 1440px) {
  .circles .circle-3_first {
    width: 95.5rem;
    height: 95.5rem;
  }
}
.circles .circle-4 {
  width: 149rem;
  height: 149rem;
  -webkit-animation: rotate 60s linear infinite;
  animation: rotate 60s linear infinite;
}
@media (max-width: 1440px) {
  .circles .circle-4 {
    width: 125.5rem;
    height: 125.5rem;
  }
}
@media (max-width: 1024px) {
  .circles .circle-4 {
    width: 81rem;
    height: 81rem;
  }
}
@media (max-width: 530px) {
  .circles .circle-4 {
    display: none;
  }
}
@media (max-width: 1440px) {
  .circles .circle-4_first {
    width: 118.5rem;
    height: 118.5rem;
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes rotateReverse {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
@keyframes rotateReverse {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-360deg);
    transform: translate(-50%, -50%) rotate(-360deg);
  }
}
.choices {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 !important;
}
.choices .choices__inner {
  border-radius: 0;
  height: 8.3rem;
  background-color: transparent;
  padding: 3.7rem 1rem 1.8rem;
  font-weight: 400;
  font-size: 2.8rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .choices .choices__inner {
    font-size: 2.4rem;
    padding: 3.2rem 0.6rem 1.2rem;
  }
}
.choices .choices__list--single {
  padding: 0;
}
.choices[data-type*=select-one]::after {
  border-color: #fff transparent transparent transparent !important;
  border-width: 1.2rem !important;
  margin: 0 !important;
  right: 3.5rem !important;
  top: 3.6rem !important;
  -webkit-transform-origin: center 0.5rem;
  -ms-transform-origin: center 0.5rem;
  transform-origin: center 0.5rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1440px) {
  .choices[data-type*=select-one]::after {
    top: 3rem !important;
    right: 2.6rem !important;
    border-width: 0.9rem !important;
  }
}
.choices.is-open::after {
  -webkit-transform: rotate(-180deg) !important;
  -ms-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}
.choices .choices__list--dropdown, .choices .choices__list[aria-expanded] {
  border: 1px solid #fff !important;
  border-top: none !important;
  background: #000;
  border-radius: 0 !important;
  overflow: unset;
}
.choices .choices__list--dropdown {
  position: relative;
}
.choices .choices__list--dropdown::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  width: 2rem;
  height: 2rem;
  z-index: 5;
  background-image: url('data:image/svg+xml, %3Csvg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M21 11.08C18.8667 12.2 13.8 15.952 10.6 22C7.4 16.12 6.6 15.28 1 11.08C2.6 10.52 8.2 6.04 10.6 1C12.2 3.52 16.2 8.56 21 11.08Z" fill="white" stroke="white" stroke-width="0.2" /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .choices .choices__list--dropdown::after {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.choices .choices__list--dropdown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 2rem;
  height: 2rem;
  z-index: 5;
  background-image: url('data:image/svg+xml, %3Csvg width="22" height="23" viewBox="0 0 22 23" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M21 11.08C18.8667 12.2 13.8 15.952 10.6 22C7.4 16.12 6.6 15.28 1 11.08C2.6 10.52 8.2 6.04 10.6 1C12.2 3.52 16.2 8.56 21 11.08Z" fill="white" stroke="white" stroke-width="0.2" /%3E%3C/svg%3E');
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .choices .choices__list--dropdown::before {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.choices .is-highlighted {
  background: #000 !important;
}
.choices .choices__item--choice {
  font-weight: 400;
  font-size: 2.4rem !important;
  color: #fff;
  padding: 1.2rem 1rem !important;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1440px) {
  .choices .choices__item--choice {
    font-size: 2.2rem !important;
    padding: 0.8rem 0.6rem !important;
  }
}
.choices .choices__item--choice:first-child {
  padding: 2rem 1rem 1.2rem !important;
}
@media (max-width: 1440px) {
  .choices .choices__item--choice:first-child {
    padding: 1.6rem 0.6rem 0.8rem !important;
  }
}
.choices .choices__item--choice:last-child {
  padding: 1.2rem 1rem 2.5rem !important;
}
@media (max-width: 1440px) {
  .choices .choices__item--choice:last-child {
    padding: 0.8rem 0.6rem 1.6rem !important;
  }
}
.choices .choices__item--choice:hover {
  color: rgba(255, 255, 255, 0.4392156863);
}

@media (max-width: 530px) {
  .choices[data-type*=select-one] .choices__inner {
    height: 7.2rem;
  }
}

.modal {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 131.7rem;
  height: 73.5rem;
  -webkit-transition: 0.2s ease-out 0.2s;
  transition: 0.2s ease-out 0.2s;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  opacity: 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 3.6rem;
  padding: 7.2rem;
}
@media (max-width: 1440px) {
  .modal {
    width: 95.2rem;
    height: 63.1rem;
    padding: 6.4rem;
  }
}
@media (max-width: 1024px) {
  .modal {
    width: 100vw;
    height: 100%;
  }
}
@media (max-width: 530px) {
  .modal {
    gap: 1.6rem;
  }
}
.modal__close {
  position: absolute;
  z-index: 5;
  top: 7.2rem;
  right: 7.2rem;
  width: 2.8rem;
  height: 2.8rem;
}
@media (max-width: 1440px) {
  .modal__close {
    top: 6.4rem;
    right: 6.4rem;
  }
}
.modal__close svg {
  width: 100%;
  height: 100%;
}
.modal__title {
  font-weight: 700;
  font-size: 3.6rem;
  text-transform: uppercase;
  text-align: center;
  color: #000;
}
@media (max-width: 530px) {
  .modal__title {
    font-size: 2.8rem;
  }
}
.modal__texts {
  font-weight: 400;
  font-size: 2rem;
  text-align: center;
  color: #000;
  max-width: 66.5rem;
}
@media (max-width: 530px) {
  .modal__texts {
    font-size: 1.4rem;
  }
}
.modal__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
}
@media (max-width: 530px) {
  .modal__btns {
    margin-top: 1.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
}
.modal__btn {
  border: 1px solid #000;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
  background-color: #000;
  padding: 1rem 3rem;
  border-radius: 1.4rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.8rem;
}
.modal__btn .btn-arrows__arrow path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 530px) {
  .modal__btn .btn-arrows__arrow path {
    stroke: black;
  }
}
@media (max-width: 1440px) {
  .modal__btn {
    font-size: 1.8rem;
    padding: 0.7rem 3rem;
  }
}
@media (hover: hover) {
  .modal__btn:hover {
    background-color: transparent;
    color: #000;
  }
  .modal__btn:hover .btn-arrows__arrow path {
    stroke: #000;
  }
}
.modal__btn-text {
  font-weight: 400;
  font-size: 2rem;
  color: #000;
  padding: 0.8rem;
}
.modal-dec__icon {
  width: 3.4rem;
  height: 3.4rem;
  position: absolute;
}
.modal-dec__icon path {
  stroke: #000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.modal-dec__icon--top {
  top: 3rem;
}
.modal-dec__icon--right {
  right: 3rem;
}
.modal-dec__icon--bottom {
  bottom: 3rem;
}
.modal-dec__icon--left {
  left: 3rem;
}
.modal-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.74);
  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;
  opacity: 0;
  pointer-events: none;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
.modal-wrapper[is-open=true] {
  opacity: 1;
  pointer-events: all;
}
.modal-wrapper[is-open=true] .modal {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  visibility: visible;
}
@media (max-width: 1024px) {
  .modal-wrapper[data-modal=configurator] .modal {
    -webkit-transform: translate(-50%, 0) scale(0.5);
    -ms-transform: translate(-50%, 0) scale(0.5);
    transform: translate(-50%, 0) scale(0.5);
  }
}
@media (max-width: 1024px) {
  .modal-wrapper[data-modal=configurator][is-open=true] .modal {
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
  }
}

@media (max-width: 530px) {
  .configurator-similar__btn .btn-outline__icon path {
    stroke: black;
  }
}
.product-first__bg {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}
.product-first__bg-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0;
}
.product-first__bg-wrapper.index {
  height: 176.5rem;
}
@media (max-width: 1440px) {
  .product-first__bg-wrapper.index {
    height: 150.5rem;
  }
}
@media (max-width: 1024px) {
  .product-first__bg-wrapper.index {
    height: 151.5rem;
  }
}
@media (max-width: 530px) {
  .product-first__bg-wrapper.index {
    height: 134.5rem;
  }
}
.product-first__bg-wrapper.product {
  height: 113rem;
}
@media (max-width: 1440px) {
  .product-first__bg-wrapper.product {
    height: 103.5rem;
  }
}
@media (max-width: 1024px) {
  .product-first__bg-wrapper.product {
    height: 125.5rem;
  }
}
@media (max-width: 530px) {
  .product-first__bg-wrapper.product {
    height: 113.5rem;
  }
}

.main-first {
  padding: 12.6rem 0 15.4rem;
  position: relative;
}
@media (max-width: 1440px) {
  .main-first {
    padding: 8.5rem 0 15.4rem;
  }
}
.main-first__inner {
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  gap: 6rem;
  z-index: 5;
}
@media (max-width: 1440px) {
  .main-first__inner {
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .main-first__inner {
    top: 12rem;
  }
}
@media (max-width: 530px) {
  .main-first__inner {
    top: 19rem;
  }
}
.main-first__light {
  width: 100%;
  height: 100%;
}
.main-first__light-wrapper {
  position: absolute;
  width: 130rem;
  height: 130rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}
@media (max-width: 1440px) {
  .main-first__light-wrapper {
    width: 90rem;
    height: 90rem;
  }
}
@media (max-width: 1024px) {
  .main-first__light-wrapper {
    width: 70rem;
    height: 70rem;
    top: 61%;
  }
}
@media (max-width: 530px) {
  .main-first__light-wrapper {
    width: 55rem;
    height: 55rem;
    top: 73%;
  }
}
.main-first__images {
  height: 65rem;
  width: 40rem;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-animation: levitation 4s linear infinite;
  animation: levitation 4s linear infinite;
}
@media (max-width: 1440px) {
  .main-first__images {
    width: 31.4rem;
    height: 56rem;
  }
}
@media (max-width: 1024px) {
  .main-first__images {
    width: 21.6rem;
    height: 41.3rem;
  }
}
.main-first__image {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 65rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1440px) {
  .main-first__image {
    height: 56rem;
  }
}
.main-first__image.active {
  opacity: 1;
  visibility: visible;
}
.main-first__controls {
  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: 2rem;
  min-width: 53.6rem;
}
@media (max-width: 1440px) {
  .main-first__controls {
    min-width: 34.7rem;
  }
}
.main-first__controls-arrow {
  width: 5.6rem;
  height: 5.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1440px) {
  .main-first__controls-arrow {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.main-first__controls-arrow__btn {
  display: block;
}
.main-first__controls-arrow__btn:hover .main-first__controls-arrow {
  opacity: 0.5;
}
.main-first__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.3rem;
}
@media (max-width: 1440px) {
  .main-first__stars {
    gap: 1.7rem;
  }
}
.main-first__stars-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.1rem;
}
@media (max-width: 1440px) {
  .main-first__stars-row {
    gap: 1.5rem;
  }
}
.main-first__star {
  position: relative;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .main-first__star {
    width: 0.4rem;
    height: 0.4rem;
  }
}
.main-first__star.active .main-first__star-icon {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.main-first__star-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.3rem;
  height: 2.3rem;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
@media (max-width: 1440px) {
  .main-first__star-icon {
    width: 1.6rem;
    height: 1.6rem;
  }
}
.main-first__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
}
@media (max-width: 1440px) {
  .main-first__pagination {
    gap: 0.9rem;
  }
}
.main-first__pagination-item {
  width: 3.8rem;
  height: 3.8rem;
}
@media (max-width: 1440px) {
  .main-first__pagination-item {
    width: 2.4rem;
    height: 2.4rem;
  }
}
.main-first__pagination-item path {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.main-first__pagination-item.active path {
  fill-opacity: 1;
}
.main-first__moon {
  width: 7.2rem;
  height: 8.1rem;
}
.main-first__info {
  margin-top: 29rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1440px) {
  .main-first__info {
    margin-top: 22rem;
  }
}
@media (max-width: 1024px) {
  .main-first__info {
    margin-top: 19rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.4rem;
  }
}
@media (max-width: 530px) {
  .main-first__info {
    gap: 4rem;
  }
}
.main-first__info-bg {
  position: absolute;
  top: 32%;
  left: 40%;
  -webkit-transform: translate(-50%, -50%) scale(1.4);
  -ms-transform: translate(-50%, -50%) scale(1.4);
  transform: translate(-50%, -50%) scale(1.4);
  width: 70rem;
  height: 70rem;
}
@media (max-width: 1440px) {
  .main-first__info-bg {
    width: 70rem;
    height: 70rem;
  }
}
.main-first__info-decoration {
  margin-top: 15.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .main-first__info-decoration {
    margin-top: 14rem;
  }
}
@media (max-width: 1024px) {
  .main-first__info-decoration {
    margin-top: unset;
    position: absolute;
    top: 56.5rem;
  }
}
@media (max-width: 530px) {
  .main-first__info-decoration {
    top: 41.5rem;
  }
}
.main-first__info-left {
  padding-top: 1.5rem;
  max-width: 55rem;
}
@media (max-width: 1440px) {
  .main-first__info-left {
    max-width: 45.6rem;
    padding-top: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .main-first__info-left {
    max-width: 100%;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
  }
}
.main-first__info-left__text {
  font-weight: 400;
  font-size: 4rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .main-first__info-left__text {
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .main-first__info-left__text {
    font-size: 4.8rem;
  }
  .main-first__info-left__text .shuffle-text {
    height: unset;
  }
}
@media (max-width: 530px) {
  .main-first__info-left__text {
    font-size: 2.4rem;
  }
  .main-first__info-left__text .shuffle-text {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.main-first__info-right {
  position: relative;
}
.main-first__info-right__title {
  font-weight: 700;
  font-size: 5rem;
  color: #fff;
  margin-bottom: 2.9rem;
}
@media (max-width: 1440px) {
  .main-first__info-right__title {
    font-size: 4.8rem;
  }
}
@media (max-width: 1024px) {
  .main-first__info-right__title {
    font-size: 4rem;
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 530px) {
  .main-first__info-right__title {
    font-size: 2rem;
    margin-bottom: 1.1rem;
  }
}
.main-first__info-right__text {
  font-weight: 400;
  font-size: 3.2rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .main-first__info-right__text {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .main-first__info-right__text {
    font-size: 3rem;
  }
}
@media (max-width: 530px) {
  .main-first__info-right__text {
    font-size: 1.6rem;
  }
}
.main-first__info-right__btn {
  margin-top: 6.9rem;
}
@media (max-width: 1440px) {
  .main-first__info-right__btn {
    margin-top: 4rem;
  }
}
@media (max-width: 1024px) {
  .main-first__info-right__btn {
    margin-top: 2.2rem;
  }
}
.main-first__slider {
  position: relative;
  height: 76rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .main-first__slider {
    height: 56rem;
  }
}
.main-first__slider-one__line {
  position: absolute;
  top: 0;
  right: 0;
  width: 48.1rem;
  height: 22.3rem;
}
@media (max-width: 1440px) {
  .main-first__slider-one__line {
    height: 18rem;
    width: 40.1rem;
  }
}
.main-first__slider-circle {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 100;
  opacity: 0;
}
@media (max-width: 1440px) {
  .main-first__slider-circle {
    width: 2rem;
    height: 2rem;
  }
}
.main-first__slider-line {
  position: absolute;
  bottom: 6.4rem;
  right: 35rem;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  height: 1px;
  width: 100vw;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .main-first__slider-line {
    right: 25rem;
    bottom: 3rem;
  }
}
.main-first__slider-line__rotate {
  position: absolute;
  -webkit-transform: translate(-100%, 0) rotate(30deg);
  -ms-transform: translate(-100%, 0) rotate(30deg);
  transform: translate(-100%, 0) rotate(30deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
  left: 0.1rem;
  top: 0;
  height: 1px;
  width: 18.4rem;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .main-first__slider-line__rotate {
    width: 19.6rem;
  }
}
.main-first__slider-line__rotate::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
  -ms-transform: translate(-50%, -50%) rotate(-30deg);
  transform: translate(-50%, -50%) rotate(-30deg);
  top: 0rem;
  left: 0;
  height: 1.8rem;
  width: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 20.2C38.52 22.3333 27.88 29.48 21.16 41C14.44 29.8 12.76 28.2 1 20.2C4.36 19.1333 16.12 10.6 21.16 1C24.52 5.8 32.92 15.4 43 20.2Z' fill='white' stroke='white' stroke-width='0.2' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
.main-first__pod {
  position: absolute;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 6;
}
.main-first__pod-inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 530px) {
  .main-first__pod-inner {
    z-index: 6;
    gap: 1rem;
  }
}
.main-first__pod.animated .pod__specification {
  opacity: 1 !important;
}
.main-first__pod.active {
  margin-top: 4.7rem;
  gap: 1.2rem;
  left: 0;
  right: unset;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
@media (max-width: 1440px) {
  .main-first__pod.active {
    gap: 2rem;
  }
}
@media (max-width: 530px) {
  .main-first__pod.active {
    margin-top: 0;
  }
}
.main-first__pod.active .main-first__pod-title::before {
  content: "";
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 44rem;
  height: 1px;
  background-color: #fff;
}
@media (max-width: 1440px) {
  .main-first__pod.active .main-first__pod-title::before {
    width: 25rem;
  }
}
@media (max-width: 1024px) {
  .main-first__pod.active .main-first__pod-title::before {
    display: none;
  }
}
.main-first__pod.next {
  gap: 1.7rem;
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.main-first__pod.next .main-first__pod-inner {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.main-first__pod.next .main-first__pod-title {
  opacity: 0.46;
}
.main-first__pod.next .pod__specification {
  opacity: 0.5 !important;
  pointer-events: none;
}
.main-first__pod.next .main-first__pod-title__line {
  display: none;
}
.main-first__pod.next .block__decoration {
  padding: 0;
}
.main-first__pod.next .block__decoration::before {
  content: "";
  position: absolute;
  -webkit-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  bottom: -1.2rem;
  left: 15%;
  width: 180%;
  height: 35.5rem;
  background-image: url("data:image/svg+xml,%3Csvg width='414' height='360' viewBox='0 0 414 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M414 1H164.5L1 359' stroke='white' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .main-first__pod.next .block__decoration::before {
    height: 21.5rem;
  }
}
.main-first__pod.next .block__decoration-icon,
.main-first__pod.next .main-first__pod-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.main-first__pod-title {
  position: relative;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 6.4rem;
  letter-spacing: 0.16em;
  text-transform: lowercase;
  color: #fff;
}
.main-first__pod-title__line {
  position: absolute;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  left: 44rem;
  bottom: 1.1rem;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  height: 1px;
  width: 31.1rem;
}
@media (max-width: 1440px) {
  .main-first__pod-title__line {
    width: 18.5rem;
    left: 25rem;
  }
}
@media (max-width: 1024px) {
  .main-first__pod-title__line {
    display: none;
  }
}
.main-first__pod-title__line::after {
  content: "";
  position: absolute;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  bottom: -0.1rem;
  right: 0;
  height: 4rem;
  width: 4rem;
  background-image: url("data:image/svg+xml,%3Csvg width='44' height='42' viewBox='0 0 44 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M43 20.2C38.52 22.3333 27.88 29.48 21.16 41C14.44 29.8 12.76 28.2 1 20.2C4.36 19.1333 16.12 10.6 21.16 1C24.52 5.8 32.92 15.4 43 20.2Z' fill='white' stroke='white' stroke-width='0.2' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 100%;
}
@media (max-width: 1440px) {
  .main-first__pod-title__line::after {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 1024px) {
  .main-first .pod__specification.shuffle-text {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .main-first .main-first__pod-inner .block__decoration {
    max-width: 19rem;
  }
}
@media (max-width: 1024px) {
  .main-first .pod__specification span {
    min-width: 0.9rem;
  }
}
@media (max-width: 1024px) {
  .main-first .main-first__pod-btn {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .main-first .circles {
    top: 61%;
  }
}
@media (max-width: 530px) {
  .main-first .circles {
    top: 73%;
  }
}
@media (max-width: 1024px) {
  .main-first .main-first__info-bg {
    display: none;
  }
}
@media (max-width: 530px) {
  .main-first .main-first__pod-title {
    font-size: 5.8rem;
  }
}
@media (max-width: 530px) {
  .main-first .main-first__info-right__btn p {
    font-size: 2rem;
  }
}
@media (max-width: 530px) {
  .main-first .btn-arrows {
    gap: 1.3rem;
  }
}

@-webkit-keyframes levitation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -1.5rem);
    transform: translate(0, -1.5rem);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, 1.5rem);
    transform: translate(0, 1.5rem);
  }
  100% {
    -webkit-transform: translate(0, 0rem);
    transform: translate(0, 0rem);
  }
}

@keyframes levitation {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, -1.5rem);
    transform: translate(0, -1.5rem);
  }
  50% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  75% {
    -webkit-transform: translate(0, 1.5rem);
    transform: translate(0, 1.5rem);
  }
  100% {
    -webkit-transform: translate(0, 0rem);
    transform: translate(0, 0rem);
  }
}
.lineup {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 2.5rem;
  margin-top: 2.3rem;
}
@media (max-width: 530px) {
  .lineup {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.lineup-section {
  margin-top: 17rem;
  margin-bottom: 16rem;
  position: relative;
  z-index: 101;
}
@media (max-width: 1440px) {
  .lineup-section {
    margin-top: 13.4rem;
    margin-bottom: 15rem;
  }
}
@media (max-width: 530px) {
  .lineup-section {
    margin-bottom: 5rem;
  }
}
.lineup__title {
  font-weight: 400;
  font-size: 3.2rem;
  color: #fff;
}
.lineup-card {
  height: 68.7rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  padding: 7.4rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1440px) {
  .lineup-card {
    height: 50rem;
    padding: 6.4rem;
  }
}
@media (max-width: 1024px) {
  .lineup-card {
    width: 35.4rem;
    height: 54.6rem;
  }
}
@media (max-width: 530px) {
  .lineup-card {
    width: 100%;
  }
}
.lineup-card.soon {
  pointer-events: none;
  background-color: #000;
}
.lineup-card.soon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(10px);
  background: rgba(31, 31, 31, 0.54);
  z-index: 2;
}
@media (max-width: 530px) {
  .lineup-card.soon::before {
    backdrop-filter: blur(6px);
  }
}
.lineup-card.soon .pod__specification {
  opacity: 1 !important;
}
.lineup-card__btn {
  font-size: 2.4rem;
  color: #000;
}
.lineup-card__btn.soon {
  color: #fff;
  z-index: 3;
}
@media (max-width: 1440px) {
  .lineup-card__btn {
    font-size: 2rem;
  }
}
.lineup-card__image {
  position: absolute;
  bottom: 0;
  right: -3.8rem;
  width: 78.9rem;
  height: auto;
}
@media (max-width: 1440px) {
  .lineup-card__image {
    width: 54.9rem;
  }
}
@media (max-width: 1024px) {
  .lineup-card__image {
    right: 3.2rem;
  }
}
.lineup-card__image.soon {
  width: 60rem;
  height: auto;
  right: 3.2rem;
  bottom: 0.1rem;
}
@media (max-width: 1440px) {
  .lineup-card__image.soon {
    width: 41rem;
  }
}
@media (max-width: 1024px) {
  .lineup-card__image.soon {
    width: 26rem;
  }
}
.lineup-card__name {
  width: 60.2rem;
  height: 8.2rem;
  margin-bottom: 3.8rem;
}
@media (max-width: 1440px) {
  .lineup-card__name {
    width: 42.2rem;
    height: 6.2rem;
  }
}
@media (max-width: 1024px) {
  .lineup-card__name {
    width: 22.2rem;
    height: 3.2rem;
    margin-bottom: 1.8rem;
  }
}
.lineup-card__name.soon {
  width: 42.5rem;
  height: 8.2rem;
  z-index: 3;
}
@media (max-width: 1440px) {
  .lineup-card__name.soon {
    width: 31.5rem;
    height: 6.2rem;
  }
}
@media (max-width: 1024px) {
  .lineup-card__name.soon {
    width: 16.5rem;
    height: 3.2rem;
  }
}
.lineup-card:not(.soon):hover {
  background-color: #fff;
}
.lineup-card__specification {
  margin-top: auto;
  z-index: 3;
}
@media (max-width: 1024px) {
  .lineup-card__specification {
    margin-top: 3rem;
  }
}
.lineup-card__specification .shuffle-text {
  color: #000;
  font-weight: 500;
}
.lineup-card__icon {
  position: absolute;
  width: 3.4rem;
  height: 3.4rem;
  z-index: 3;
}
@media (max-width: 1440px) {
  .lineup-card__icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.lineup-card__icon path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.lineup-card__icon--top {
  top: 3rem;
}
@media (max-width: 1440px) {
  .lineup-card__icon--top {
    top: 3rem;
  }
}
.lineup-card__icon--bottom {
  bottom: 3rem;
}
@media (max-width: 1440px) {
  .lineup-card__icon--bottom {
    bottom: 3rem;
  }
}
.lineup-card__icon--left {
  left: 3rem;
}
@media (max-width: 1440px) {
  .lineup-card__icon--left {
    left: 3rem;
  }
}
.lineup-card__icon--right {
  right: 3rem;
}
@media (max-width: 1440px) {
  .lineup-card__icon--right {
    right: 3rem;
  }
}
.lineup-card__gradient {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lineup-card:hover .lineup-card__gradient {
  opacity: 1;
}

.video-section {
  position: relative;
  z-index: 101;
  height: 85rem;
  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;
}
@media (max-width: 1440px) {
  .video-section {
    height: 64rem;
  }
}
@media (max-width: 530px) {
  .video-section {
    height: 71.5rem;
    max-height: 100vh;
  }
}

.main-video__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 3.4rem;
  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;
  min-height: 13rem;
  text-align: center;
  max-width: calc(100vw - 10rem);
  font-weight: 700;
  font-size: 6.4rem;
  text-transform: uppercase;
  color: #000;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}
@media (max-width: 1440px) {
  .main-video__text {
    min-height: 11rem;
    font-size: 4.8rem;
    max-width: calc(100vw - 8rem);
  }
}
@media (max-width: 1024px) {
  .main-video__text {
    padding: 2rem;
    font-size: 4.2rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-height: 10rem;
    max-width: calc(100vw - 5rem);
  }
}
@media (max-width: 530px) {
  .main-video__text {
    font-size: 3.6rem;
    max-height: unset;
    width: unset;
    max-width: calc(100vw - 2rem);
  }
}
.main-video__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#mainPage .blog-section {
  margin-top: 0;
}

.blog-section {
  margin: 10.8rem 0;
  position: relative;
  z-index: 101;
}
@media (max-width: 1440px) {
  .blog-section {
    margin: 16rem 0 10.4rem;
  }
}
.blog__title {
  font-weight: 400;
  font-size: 3.6rem;
  color: #fff;
  font-family: var(--third-family);
}
@media (max-width: 1440px) {
  .blog__title {
    font-size: 3.2rem;
  }
}
.blog__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .blog__header {
    margin-bottom: 3rem;
  }
}
@media (max-width: 530px) {
  .blog__header {
    display: block;
  }
}

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

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

.main__articles {
  margin-top: 2.6rem;
}
@media (max-width: 530px) {
  .main__articles {
    margin: 0 -1.5rem;
  }
}

.main-article {
  height: 60rem;
  position: relative;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  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: 1rem;
  padding: 7rem 7.7rem;
}
@media (max-width: 1440px) {
  .main-article {
    height: 43.7rem;
    padding: 6.4rem;
  }
}
@media (max-width: 1024px) {
  .main-article {
    width: 35.4rem;
    height: 35.4rem;
    padding: 4rem;
  }
}
@media (max-width: 530px) {
  .main-article {
    width: 37.5rem;
    height: 37.5rem;
  }
}
.main-article.news-list__article {
  width: 100%;
  height: 100%;
}
@media (max-width: 1024px) {
  .main-article.news-list__article {
    padding: 4.3rem;
  }
}
@media (max-width: 530px) {
  .main-article.news-list__article {
    height: 37.5rem;
    margin-bottom: 3rem;
  }
  .main-article.news-list__article:last-child {
    margin-bottom: 0;
  }
}
.main-article.news-list__article:nth-child(1) {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  -ms-grid-row-span: 2;
  grid-row: 2 span;
}
@media (max-width: 1024px) {
  .main-article.news-list__article:nth-child(1) {
    grid-column: unset;
    grid-row: unset;
  }
}
.main-article.news-list__article:nth-child(8) {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  -ms-grid-row-span: 2;
  grid-row: 2 span;
}
@media (max-width: 1024px) {
  .main-article.news-list__article:nth-child(8) {
    grid-column: unset;
    grid-row: unset;
  }
}
.main-article.about-advantages-article {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
@media (max-width: 1024px) {
  .main-article.about-advantages-article {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
}
.main-article.about-advantages-article:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1/4;
}
@media (max-width: 1024px) {
  .main-article.about-advantages-article:nth-child(4) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
}
.main-article.about-advantages-article:nth-child(5) {
  -ms-grid-column: 4;
  -ms-grid-column-span: 3;
  grid-column: 4/7;
}
@media (max-width: 1024px) {
  .main-article.about-advantages-article:nth-child(5) {
    -ms-grid-column-span: 1;
    grid-column: 1 span;
  }
}
.main-article:hover .main-article__image-wrap {
  opacity: 1;
}
.main-article:hover .news-list__article-description {
  opacity: 1;
}
.main-article__image {
  width: 100%;
  height: 100%;
}
.main-article__image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1024px) {
  .main-article__image-wrap {
    opacity: 1;
  }
}
.main-article__image-wrap.news-list__article {
  opacity: 1;
}
.main-article__image-wrap.about-advantages-article {
  opacity: 1;
}
.main-article__image-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.53);
}
.main-article__desc {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.8rem;
}
@media (max-width: 1440px) {
  .main-article__desc {
    gap: 2.5rem;
  }
}
@media (max-width: 1024px) {
  .main-article__desc.news-list__article {
    gap: 0rem;
  }
}
.main-article__title {
  font-weight: 400;
  font-size: 4rem;
  text-transform: uppercase;
  color: #fff;
}
@media (max-width: 1440px) {
  .main-article__title {
    font-size: 2.8rem;
  }
}
@media (max-width: 1024px) {
  .main-article__title {
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .main-article__title {
    font-size: 3rem;
  }
}
.main-article .news-list__article-description {
  font-size: 2.8rem;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (max-width: 1440px) {
  .main-article .news-list__article-description {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .main-article .news-list__article-description {
    display: none;
  }
}
.main-article__date {
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
}
@media (max-width: 1440px) {
  .main-article__date {
    font-size: 2rem;
  }
}
.main-article__btn {
  position: relative;
  z-index: 3;
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .main-article__btn {
    font-size: 2.4rem;
  }
}
.main-article__btn .btn-arrows__arrow {
  width: 0.7rem;
  height: 1.4rem;
}
@media (max-width: 1440px) {
  .main-article__btn .btn-arrows__arrow {
    width: 0.5rem;
    height: 1.1rem;
  }
}
.main-article__icon {
  position: absolute;
  width: 4.7rem;
  height: 4.7rem;
}
@media (max-width: 1440px) {
  .main-article__icon {
    width: 3.4rem;
    height: 3.4rem;
  }
}
.main-article__icon path {
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.main-article__icon--top {
  top: 3.2rem;
}
@media (max-width: 1440px) {
  .main-article__icon--top {
    top: 3rem;
  }
}
@media (max-width: 1024px) {
  .main-article__icon--top {
    top: 1.6rem;
  }
}
.main-article__icon--bottom {
  bottom: 3.2rem;
}
@media (max-width: 1440px) {
  .main-article__icon--bottom {
    bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .main-article__icon--bottom {
    bottom: 1.6rem;
  }
}
.main-article__icon--left {
  left: 3.2rem;
}
@media (max-width: 1440px) {
  .main-article__icon--left {
    left: 3rem;
  }
}
@media (max-width: 1024px) {
  .main-article__icon--left {
    left: 1.6rem;
  }
}
.main-article__icon--right {
  right: 3.2rem;
}
@media (max-width: 1440px) {
  .main-article__icon--right {
    right: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .main-article__icon--right {
    right: 1.6rem;
  }
}

.form-section {
  margin: 13.5rem 0 10.8rem;
  padding-bottom: 15.5rem;
}
@media (max-width: 1440px) {
  .form-section {
    margin: 8rem 0 16rem;
    padding-bottom: 12.5rem;
  }
}

#form {
  scroll-margin-top: 30rem;
}

#productPage .form-section {
  padding-bottom: 15.5rem;
}
@media (max-width: 1440px) {
  #productPage .form-section {
    padding-bottom: 12.5rem;
  }
}
@media (max-width: 1024px) {
  #productPage .form-section {
    padding-bottom: 0;
  }
}

@media (max-width: 1024px) {
  #mainPage .form-section {
    margin-bottom: 0rem;
  }
}

.main-form {
  margin-top: 3.6rem;
  position: relative;
  z-index: 5;
}
.main-form.animated .main-form__input-wrapper--line-1::after,
.main-form.animated .main-form__input-wrapper--line-2::after,
.main-form.animated .main-form__comment-wrapper::before,
.main-form.animated .main-form__comment-wrapper::after,
.main-form.animated .main-form__col::before {
  width: 51%;
}
@media (max-width: 1024px) {
  .main-form.animated .main-form__input-wrapper--line-1::after,
  .main-form.animated .main-form__input-wrapper--line-2::after,
  .main-form.animated .main-form__comment-wrapper::before,
  .main-form.animated .main-form__comment-wrapper::after,
  .main-form.animated .main-form__col::before {
    display: none;
  }
}
.main-form.animated .main-form__input-wrapper--line-2::before,
.main-form.animated .main-form__col--last::before {
  width: 100%;
}
@media (max-width: 1024px) {
  .main-form.animated .main-form__input-wrapper--line-2::before,
  .main-form.animated .main-form__col--last::before {
    display: none;
  }
}
.main-form.animated .main-form__col--last::after,
.main-form.animated .main-form__input-wrapper--line-2:first-child::after {
  width: 152%;
}
@media (max-width: 1024px) {
  .main-form.animated .main-form__col--last::after,
  .main-form.animated .main-form__input-wrapper--line-2:first-child::after {
    display: none;
  }
}
.main-form.animated .main-form__comment::-webkit-input-placeholder {
  opacity: 1;
}
.main-form.animated .main-form__comment::-moz-placeholder {
  opacity: 1;
}
.main-form.animated .main-form__comment:-ms-input-placeholder {
  opacity: 1;
}
.main-form.animated .main-form__comment::-ms-input-placeholder {
  opacity: 1;
}
.main-form.animated .main-form__input-wrapper > *,
.main-form.animated .main-form__comment::placeholder {
  opacity: 1;
}
.main-form__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 1.2rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 3rem;
  cursor: pointer;
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  color: #fff;
  line-height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.main-form__policy-link {
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  color: #fff;
}
.main-form__policy-link:hover {
  text-decoration: none;
}
.main-form__policy input {
  position: absolute;
  opacity: 0;
  height: 0;
  width: 0;
}
.main-form__policy input:checked ~ .checkmark::after {
  display: block;
}
.main-form__btn {
  margin-top: 2.7rem;
  height: 5rem;
  width: 45.6rem;
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .main-form__btn {
    font-size: 2rem;
    width: 33.5rem;
    height: 3.6rem;
    margin-top: 2rem;
  }
}
.main-form__btn.btn-orange {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-form__btn .btn-white__icon {
  width: 5.2rem;
  height: 1.2rem;
}
@media (max-width: 1440px) {
  .main-form__btn .btn-white__icon {
    width: 4.2rem;
    height: 1rem;
  }
}
.main-form__input {
  font-weight: 400;
  font-size: 2.8rem;
  color: #fff;
  background-color: transparent;
}
@media (max-width: 1440px) {
  .main-form__input {
    font-size: 2.4rem;
  }
}
.main-form__input-star {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  z-index: 5;
}
@media (max-width: 1440px) {
  .main-form__input-star {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.main-form__input-star--bottom {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  top: unset;
  bottom: 0;
}
.main-form__input-star--right {
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  right: 0;
  left: unset;
}
.main-form__input-star--bottom-right {
  bottom: 0;
  right: 0;
  left: unset;
  top: unset;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.main-form__input-star--tablet {
  display: none;
}
@media (max-width: 1024px) {
  .main-form__input-star--tablet {
    display: block;
  }
}
.main-form__input-star--mobile {
  display: none;
}
@media (max-width: 530px) {
  .main-form__input-star--mobile {
    display: block;
  }
}
.main-form__input::-webkit-input-placeholder {
  opacity: 0.3;
}
.main-form__input::-moz-placeholder {
  opacity: 0.3;
}
.main-form__input:-ms-input-placeholder {
  opacity: 0.3;
}
.main-form__input::-ms-input-placeholder {
  opacity: 0.3;
}
.main-form__input::placeholder {
  opacity: 0.3;
}
.main-form__input-wrapper {
  position: relative;
  padding: 0.9rem 1rem 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
  height: 8.3rem;
}
@media (max-width: 1440px) {
  .main-form__input-wrapper {
    height: 6.9rem;
    padding: 0.6rem 0.6rem 1.2rem;
    gap: 0.6rem;
  }
}
@media (max-width: 1024px) {
  .main-form__input-wrapper {
    border: 1px solid white;
  }
}
@media (max-width: 530px) {
  .main-form__input-wrapper {
    border-bottom: none;
  }
  .main-form__input-wrapper:last-child {
    border-bottom: 1px solid white;
  }
}
.main-form__input-wrapper > *:not(img) {
  opacity: 0;
  -webkit-transition: 0.3s ease-out 2s;
  transition: 0.3s ease-out 2s;
}
.main-form__input-wrapper--line-1::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
@media (max-width: 1024px) {
  .main-form__input-wrapper--line-1::after {
    display: none;
  }
}
.main-form__input-wrapper--line-2::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
@media (max-width: 1024px) {
  .main-form__input-wrapper--line-2::before {
    display: none;
  }
}
.main-form__input-wrapper--line-2::after {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
@media (max-width: 1024px) {
  .main-form__input-wrapper--line-2::after {
    display: none;
  }
}
.main-form__input-wrapper--line-2:first-child::after {
  -webkit-transform: translateX(66%);
  -ms-transform: translateX(66%);
  transform: translateX(66%);
  width: 0%;
}
.main-form__input-select {
  padding: 0;
}
.main-form__input-select__label {
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media (max-width: 1440px) {
  .main-form__input-select__label {
    top: 0.6rem;
    left: 0.6rem;
  }
}
.main-form__input-label {
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .main-form__input-label {
    font-size: 1.8rem;
  }
}
.main-form__comment {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-size: 2rem;
  color: #fff;
  background-color: transparent;
  padding: 1rem;
  resize: none;
}
@media (max-width: 1440px) {
  .main-form__comment {
    font-size: 1.8rem;
    padding: 0.8rem;
  }
}
.main-form__comment::-webkit-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: 0.3s ease-out 2s;
  transition: 0.3s ease-out 2s;
}
.main-form__comment::-moz-placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -moz-transition: 0.3s ease-out 2s;
  transition: 0.3s ease-out 2s;
}
.main-form__comment:-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -ms-transition: 0.3s ease-out 2s;
  transition: 0.3s ease-out 2s;
}
.main-form__comment::-ms-input-placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -ms-transition: 0.3s ease-out 2s;
  transition: 0.3s ease-out 2s;
}
.main-form__comment::placeholder {
  color: #fff;
  text-transform: uppercase;
  opacity: 0;
  -webkit-transition: 0.3s ease-out 2s;
  transition: 0.3s ease-out 2s;
}
.main-form__comment-wrapper {
  position: relative;
  -ms-grid-column-span: 2;
  grid-column: 2 span;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 1024px) {
  .main-form__comment-wrapper {
    -ms-grid-column-span: 2;
    grid-column: 2 span;
    border-bottom: 1px solid white;
    height: 21.1rem;
  }
}
@media (max-width: 530px) {
  .main-form__comment-wrapper {
    height: 18.2rem;
  }
}
.main-form__comment-wrapper::before {
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
.main-form__comment-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
.main-form__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 1024px) {
  .main-form__inputs {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 530px) {
  .main-form__inputs {
    display: block;
  }
}
.main-form__col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #fff;
}
@media (max-width: 1024px) {
  .main-form__col {
    border-left: none;
  }
}
.main-form__col::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
.main-form__col--last .main-form__input-wrapper {
  border-left: none;
}
@media (max-width: 530px) {
  .main-form__col--last .main-form__input-wrapper {
    border-left: 1px solid white;
  }
}
.main-form__col--last::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  width: 0%;
  background-color: #fff;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}
.main-form__col--last::after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0;
  -webkit-transform: translateX(66%);
  -ms-transform: translateX(66%);
  transform: translateX(66%);
  width: 0%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 2s ease-out;
  transition: 2s ease-out;
}

.checkmark {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 25px;
  width: 25px;
  border: 1px solid #fff;
  border-radius: 2px;
}
.checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 6px;
  top: 0px;
  width: 10px;
  height: 14px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.about__form-wrapper .form-section {
  margin-bottom: 0;
  padding-bottom: 15.5rem;
}
@media (max-width: 1440px) {
  .about__form-wrapper .form-section {
    padding-bottom: 13.5rem;
  }
}
@media (max-width: 1024px) {
  .about__form-wrapper .form-section {
    padding-bottom: unset;
  }
}

@media (max-width: 1440px) {
  .choices[data-type*=select-one] .choices__inner {
    height: 7rem;
  }
}

.border-error-alert {
  position: relative;
}

.just-validate-error-label {
  position: absolute;
  top: 0.5rem;
  right: 1rem;
  font-size: 1.6rem;
}
@media (max-width: 530px) {
  .just-validate-error-label {
    font-size: 1.2rem;
  }
}

.border-error-alert.last-elem .just-validate-error-label {
  bottom: -2rem;
  left: 0;
  right: unset;
  top: unset;
}
@media (max-width: 530px) {
  .border-error-alert.last-elem .just-validate-error-label {
    bottom: 10rem;
  }
}

.advantages {
  position: absolute;
  left: 50%;
  width: 310rem;
  height: 310rem;
  border: 1px solid transparent;
  -webkit-transform: translate(-50%, 0) rotate(-1deg);
  -ms-transform: translate(-50%, 0) rotate(-1deg);
  transform: translate(-50%, 0) rotate(-1deg);
  border-radius: 50%;
  z-index: 0;
}
@media (max-width: 1440px) {
  .advantages {
    width: 220rem;
    height: 220rem;
  }
}
@media (max-width: 530px) {
  .advantages {
    width: 150rem;
  }
}
.advantages__inner {
  position: absolute;
  top: 34.4rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  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;
  gap: 3.4rem;
  width: 49.5rem;
}
@media (max-width: 1440px) {
  .advantages__inner {
    top: 28rem;
    gap: 2.8rem;
    width: 34rem;
  }
}
.advantages__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8.7rem;
}
@media (max-width: 1440px) {
  .advantages__controls {
    gap: 5.8rem;
  }
}
.advantages__controls-arrow {
  cursor: pointer;
  width: 4.8rem;
  height: 4.8rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1440px) {
  .advantages__controls-arrow {
    width: 2.9rem;
    height: 2.9rem;
  }
}
.advantages__controls-arrow:hover {
  opacity: 0.5;
}
.advantages__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 1440px) {
  .advantages__pagination {
    gap: 0.8rem;
  }
}
.advantages__pagination-item {
  width: 3.2rem;
  height: 3.2rem;
}
@media (max-width: 1440px) {
  .advantages__pagination-item {
    width: 2rem;
    height: 2rem;
  }
}
.advantages__pagination-item path {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.advantages__pagination-item.active path {
  fill-opacity: 1;
}
.advantages__desc {
  position: relative;
  width: 100%;
  height: 17.5rem;
}
@media (max-width: 1440px) {
  .advantages__desc {
    height: 7.2rem;
  }
}
@media (max-width: 1024px) {
  .advantages__desc {
    margin-bottom: 2.4rem;
  }
}
@media (max-width: 530px) {
  .advantages__desc {
    margin-bottom: 5rem;
  }
}
.advantages__text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%) scale(0.7);
  -ms-transform: translateY(-50%) scale(0.7);
  transform: translateY(-50%) scale(0.7);
  font-weight: 400;
  font-size: 3.2rem;
  text-align: center;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
@media (max-width: 1440px) {
  .advantages__text {
    font-size: 2.4rem;
  }
}
.advantages__text.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.advantages::after {
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  z-index: -1;
}
.advantages-section {
  position: relative;
  margin: 9.5rem 0 21.2rem;
  height: 47.5rem;
  padding-top: 14.5rem;
}
@media (max-width: 1440px) {
  .advantages-section {
    margin: 10rem 0 15rem;
  }
}
.advantages-item {
  width: 14.4rem;
  height: 14.4rem;
  top: 50%;
  left: 50%;
  position: absolute;
  margin: -7.2rem;
  z-index: 2;
  background-color: transparent;
  overflow: hidden;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media (max-width: 1440px) {
  .advantages-item {
    width: 8.6rem;
    height: 8.6rem;
    margin: -4.3rem;
  }
}
@media (max-width: 1024px) {
  .advantages-item {
    top: 36%;
  }
}
@media (max-width: 530px) {
  .advantages-item {
    top: calc(14% - 3rem);
    width: 5rem;
    height: 5rem;
    margin: -1.3rem;
  }
}
.advantages-item.active {
  width: 28.8rem;
  height: 28.8rem;
  margin: -14.4rem;
  -webkit-filter: none;
  filter: none;
}
@media (max-width: 1440px) {
  .advantages-item.active {
    width: 19rem;
    height: 19rem;
    margin: -9.5rem;
  }
}
@media (max-width: 530px) {
  .advantages-item.active {
    top: 13%;
    width: 9.4rem;
    height: 9.4rem;
    margin: -3.5rem;
  }
}
.advantages-item__image {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.opacity {
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgb(0, 0, 0);
  opacity: 0.5;
  position: absolute;
  z-index: 0;
}

.product-horizontal {
  height: auto;
  position: relative;
  z-index: 2;
}
.product-horizontal__canvas {
  width: 120rem;
  height: 70rem;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .product-horizontal__canvas {
    height: 65vh;
  }
}
@media (max-width: 1024px) {
  .product-horizontal__canvas {
    width: 110rem;
    height: 70vh;
    margin-top: 5rem;
    width: unset;
  }
}
@media (max-width: 530px) {
  .product-horizontal__canvas {
    height: 120rem;
    height: 60vh;
  }
}
.product-horizontal__canvas-wrap {
  position: relative;
  width: 75rem;
  height: 70rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#00225f), color-stop(28.57%, rgba(8, 43, 100, 0.7143)), color-stop(74.99%, rgba(30, 67, 112, 0.25)), color-stop(99.99%, rgba(44, 83, 120, 0)));
  background: linear-gradient(180deg, #00225f 0%, rgba(8, 43, 100, 0.7143) 28.57%, rgba(30, 67, 112, 0.25) 74.99%, rgba(44, 83, 120, 0) 99.99%);
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin: 0rem auto;
}
@media (max-width: 1440px) {
  .product-horizontal__canvas-wrap {
    margin-top: 5rem;
    width: 65rem;
    height: 65vh;
  }
}
@media (max-width: 1024px) {
  .product-horizontal__canvas-wrap {
    margin-top: 0rem;
    width: 55rem;
    height: 70vh;
  }
}
@media (max-width: 530px) {
  .product-horizontal__canvas-wrap {
    height: 70vh;
    width: 90%;
  }
}
.product-horizontal__empty {
  height: 30vh;
}

.product-horizontal__canvas-wrap .block {
  display: block;
  width: 5rem;
  height: 5rem;
  z-index: 2;
  position: absolute;
  top: 1rem;
  left: 1rem;
  border-top-left-radius: 2rem;
  border-top: 0.1rem solid white;
  border-left: 0.1rem solid white;
}

.product-horizontal__canvas-wrap .block1 {
  display: block;
  width: 5rem;
  height: 5rem;
  z-index: 2;
  position: absolute;
  bottom: 1rem;
  left: 1rem;
  border-bottom-left-radius: 2rem;
  border-bottom: 0.1rem solid white;
  border-left: 0.1rem solid white;
}

.product-horizontal__canvas-wrap .block2 {
  display: block;
  z-index: 2;
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  border-bottom-right-radius: 2rem;
  border-bottom: 0.1rem solid white;
  border-right: 0.1rem solid white;
}

.product-horizontal__canvas-wrap .block3 {
  display: block;
  width: 5rem;
  z-index: 2;
  height: 5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-top-right-radius: 2rem;
  border-top: 0.1rem solid white;
  border-right: 0.1rem solid white;
}

.tastes {
  margin-bottom: 31.6rem;
}
@media (max-width: 1024px) {
  .tastes {
    margin-bottom: 10rem;
  }
}
.tastes__row {
  display: none;
  gap: 1.2rem;
}
.tastes__row.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .tastes__row.active {
    display: block;
  }
}
.tastes__list {
  width: 91.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 1440px) {
  .tastes__list {
    width: 665;
    gap: 0.8rem;
  }
}
@media (max-width: 1024px) {
  .tastes__list {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.tastes__item {
  position: relative;
  border-radius: 1.6rem;
  background-color: rgba(18, 18, 18, 0.73);
  padding: 3.4rem 2.2rem;
  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;
  height: 10.6rem;
  overflow: hidden;
  cursor: pointer;
}
@media (max-width: 1440px) {
  .tastes__item {
    height: 7.2rem;
  }
}
@media (max-width: 1024px) {
  .tastes__item {
    border-radius: 0.8rem;
    padding: 0.6rem 0.7rem;
    width: 16.3rem;
    height: 4.8rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.tastes__item-name {
  font-weight: 700;
  font-size: 3.2rem;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .tastes__item-name {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .tastes__item-name {
    font-weight: 500;
    font-size: 1.2rem;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  .tastes__item.active .tastes__item-name {
    font-weight: 500;
  }
}
.tastes__item-decoration {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.tastes__item-decoration-line {
  width: 25.1rem;
  height: 0.2rem;
}
@media (max-width: 1440px) {
  .tastes__item-decoration-line {
    width: 14.6rem;
  }
}
.tastes__item-decoration-line svg {
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0.1rem, -0.7rem);
  -ms-transform: translate(0.1rem, -0.7rem);
  transform: translate(0.1rem, -0.7rem);
}
.tastes__item-decoration-line.green {
  width: 23.1rem;
}
.tastes__item-decoration-line.yellow {
  width: 23.4rem;
}
.tastes__item-decoration-line.orange {
  width: 23.7rem;
}
.tastes__item-decoration-line.pink {
  width: 23.5rem;
}
.tastes__item-decoration-star {
  width: 4rem;
  height: 4rem;
}
@media (max-width: 1440px) {
  .tastes__item-decoration-star {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.tastes__item-decoration-star svg {
  width: 100%;
  height: 100%;
}
.tastes__item.active .tastes__item-decoration {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .tastes__item.active .tastes__item-decoration {
    display: none;
  }
}
@media (max-width: 530px) {
  .tastes__item.active .tastes__item-decoration {
    display: none;
  }
}
.tastes__item-light {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 1.5rem);
  -ms-transform: translate(-50%, 1.5rem);
  transform: translate(-50%, 1.5rem);
  width: 100%;
  -webkit-filter: blur(10px);
  filter: blur(10px);
}
@media (max-width: 1024px) {
  .tastes__item-light {
    height: 100%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
  }
}
@media (max-width: 1024px) {
  .tastes__item-light svg {
    width: 100%;
    height: 300%;
  }
}
.tastes__item.active .tastes__item-light {
  opacity: 1;
}
.tastes__preview {
  display: none;
  width: 92.5rem;
  background-color: rgba(18, 18, 18, 0.73);
  border-radius: 1.6rem;
  padding: 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 57.8rem;
  overflow: hidden;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: sticky;
  top: 1rem;
}
@media (max-width: 1440px) {
  .tastes__preview {
    width: 66.5rem;
    height: 47rem;
  }
}
@media (max-width: 1024px) {
  .tastes__preview {
    width: 100%;
    height: 47rem;
    padding: 1.6rem;
    padding-bottom: 4.8rem;
  }
}
.tastes__preview-name {
  font-weight: 700;
  font-size: 3.2rem;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
}
@media (max-width: 1440px) {
  .tastes__preview-name {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .tastes__preview-name {
    font-size: 1.6rem;
  }
}
.tastes__preview-description {
  font-size: 2rem;
  width: 35.9rem;
  margin-bottom: 4rem;
}
@media (max-width: 1440px) {
  .tastes__preview-description {
    font-size: 1.6rem;
    width: 27.8rem;
  }
}
@media (max-width: 1024px) {
  .tastes__preview-description {
    font-size: 1.4rem;
    width: 100%;
    margin-bottom: 3.2rem;
  }
}
.tastes__preview-rating {
  margin-bottom: 1.6rem;
}
.tastes__preview-rating:last-child {
  margin-bottom: 0;
}
@media (max-width: 1024px) {
  .tastes__preview-rating {
    margin-bottom: 0;
  }
}
.tastes__preview-rating-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
.tastes__preview-rating-title {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 0.8rem;
}
@media (max-width: 1440px) {
  .tastes__preview-rating-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .tastes__preview-rating-title {
    font-size: 1.2rem;
  }
}
.tastes__preview-rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}
@media (max-width: 1024px) {
  .tastes__preview-rating-stars {
    gap: 0.2rem;
  }
}
.tastes__preview-rating-stars svg {
  width: 2rem;
  height: 2rem;
}
@media (max-width: 1024px) {
  .tastes__preview-rating-stars svg {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.tastes__preview-quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
  margin-top: auto;
}
@media (max-width: 1024px) {
  .tastes__preview-quantity {
    margin-top: unset;
    margin-bottom: 25.4rem;
  }
}
.tastes__preview-quantity-text {
  font-size: 2rem;
  color: #9b9b9b;
}
@media (max-width: 1024px) {
  .tastes__preview-quantity-text {
    font-size: 1.2rem;
  }
}
@media (max-width: 1024px) {
  .tastes__preview-quantity svg {
    width: 1.2rem;
    height: 1.2rem;
  }
}
.tastes__preview-quantity-image {
  position: absolute;
  width: 39.4rem;
  height: 49.8rem;
  right: 6.7rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 10;
}
@media (max-width: 1440px) {
  .tastes__preview-quantity-image {
    width: 42.8rem;
    height: 54.2rem;
    right: -2rem;
  }
}
@media (max-width: 1024px) {
  .tastes__preview-quantity-image {
    width: 34.1rem;
    height: 21.8rem;
    top: 4.6rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media (max-width: 530px) {
  .tastes__preview-quantity-image {
    width: 100%;
  }
}
.tastes__preview-quantity-light {
  position: absolute;
  right: -24rem;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media (max-width: 1440px) {
  .tastes__preview-quantity-light {
    right: 50rem;
    width: 10rem;
  }
}
@media (max-width: 1024px) {
  .tastes__preview-quantity-light {
    width: 40rem;
    height: 30rem;
    top: 2rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .tastes__preview-quantity-light svg {
    width: 100%;
    height: 100%;
    -webkit-filter: blur(50px);
    filter: blur(50px);
  }
}
.tastes__preview.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .tastes__preview.active {
    display: none;
  }
}
.tastes__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 4.8rem;
}
@media (max-width: 1024px) {
  .tastes__filters {
    gap: 0.8rem;
    margin-bottom: 2.4rem;
  }
}
.tastes-btn {
  font-weight: 500;
  font-size: 2.4rem;
  text-transform: uppercase;
  padding: 1rem 2.4rem;
  background-color: var(--background);
  border-radius: 1.2rem;
  color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1024px) {
  .tastes-btn {
    font-size: 1.2rem;
    padding: 0.9rem 2.7rem;
  }
}
.tastes-btn.active {
  border: 1px solid #fff;
  color: #fff;
}
.tastes__preview_mobile {
  display: none;
}
.tastes__preview_mobile.active {
  display: none;
}
@media (max-width: 1024px) {
  .tastes__preview_mobile.active {
    display: block;
  }
}

.scheme {
  position: relative;
  margin: 5rem 0 13.5rem;
  opacity: 0;
}
@media (max-width: 1440px) {
  .scheme {
    margin: 14rem 0 13.5rem;
  }
}
@media (max-width: 1024px) {
  .scheme {
    margin: 27.5rem 0 20.5rem;
  }
}
@media (max-width: 530px) {
  .scheme {
    margin: 0rem 0 10rem;
  }
}
.scheme-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 1440px) {
  .scheme-wrapper {
    gap: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .scheme-wrapper {
    gap: 5.5rem;
  }
}
@media (max-width: 530px) {
  .scheme-wrapper {
    gap: 0;
  }
}
.scheme-images {
  position: relative;
  width: 35rem;
  aspect-ratio: 350/609;
}
@media (max-width: 1440px) {
  .scheme-images {
    width: 30rem;
  }
}
@media (max-width: 530px) {
  .scheme-images {
    width: 21.6rem;
  }
}
.scheme__image {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35rem;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  aspect-ratio: 350/609;
}
@media (max-width: 1440px) {
  .scheme__image {
    width: 30rem;
  }
}
@media (max-width: 530px) {
  .scheme__image {
    max-width: unset;
    width: 21.6rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
.scheme__image.active {
  opacity: 1;
  visibility: visible;
}
.scheme__btns-slider {
  width: 100%;
}
@media (max-width: 1440px) {
  .scheme__btns-slider {
    display: none;
  }
}
.scheme-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scheme-btns_unslide {
  display: none;
}
@media (max-width: 1440px) {
  .scheme-btns_unslide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 1440px) {
  .scheme-btns {
    gap: 2rem;
  }
}
@media (max-width: 1024px) {
  .scheme-btns {
    width: 100vw;
    margin: 0 -1.5rem;
    padding: 0rem 1.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.6rem;
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE и Edge */
    scrollbar-width: none;
    /* Firefox */
  }
  .scheme-btns::-webkit-scrollbar {
    display: none;
  }
}
.scheme__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 2.5rem / 1.3);
  flex: 0 0 calc(25% - 2.5rem / 1.3);
  font-weight: 400;
  font-size: 2.4rem;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  min-height: 11.5rem;
  text-align: center;
  opacity: 0.5;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1440px) {
  .scheme__btn {
    min-height: unset;
    height: 8.6rem;
    width: 20.8rem;
    padding: 2.7rem 1.3rem;
    font-size: 1.6rem;
    -webkit-box-flex: unset;
    -ms-flex: unset;
    flex: unset;
  }
}
@media (max-width: 1024px) {
  .scheme__btn {
    min-height: 8.5rem;
    font-size: 1.6rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30rem;
    flex: 0 0 30rem;
  }
}
.scheme__btn.active {
  opacity: 1 !important;
}
.scheme__btn:hover {
  opacity: 0.8;
}

.news-list {
  padding-top: 17.2rem;
  font-family: var(--third-family);
  font-size: 2rem;
}
.news-list__top {
  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;
  margin-bottom: 3rem;
}
@media (max-width: 530px) {
  .news-list__top {
    display: block;
  }
}
.news-list__title {
  font-size: 3.6rem;
}
@media (max-width: 530px) {
  .news-list__title {
    font-size: 3.2rem;
    margin-bottom: 2.2rem;
  }
}
.news-list__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.5rem;
}
@media (max-width: 530px) {
  .news-list__filters {
    gap: unset;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.news-list__filters-item {
  font-size: 2.4rem;
  cursor: pointer;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom 0.2s;
  transition: border-bottom 0.2s;
}
.news-list__filters-item.active {
  border-bottom: 1px solid white;
}
.news-list__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  grid-auto-rows: 60rem;
}
@media (max-width: 1440px) {
  .news-list__cards {
    gap: 2rem;
    grid-auto-rows: 43.7rem;
  }
}
@media (max-width: 1024px) {
  .news-list__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 35.4rem;
  }
}
@media (max-width: 530px) {
  .news-list__cards {
    display: block;
    margin: 0 -1.5rem;
  }
}
.news-list__article {
  cursor: default;
}

.news-page {
  padding-top: 19rem;
}
@media (max-width: 1024px) {
  .news-page {
    padding-top: 12.3rem;
  }
}
@media (max-width: 530px) {
  .news-page {
    padding-top: 15rem;
  }
}
.news-page__main {
  margin-bottom: 16.8rem;
}
.news-page__container {
  max-width: 91.2rem;
  padding: 0;
}
@media (max-width: 1024px) {
  .news-page__container {
    padding: 0 2rem;
  }
}
@media (max-width: 1024px) {
  .news-page__articles-desk {
    display: none;
  }
}
.news-page__slider {
  display: none;
}
@media (max-width: 1024px) {
  .news-page__slider {
    display: block;
    max-width: 72.8rem;
    margin: 0 auto;
    overflow: hidden;
  }
}
@media (max-width: 530px) {
  .news-page__slider {
    width: 100%;
  }
}
.news-page__slider-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.your-taste {
  margin: 16rem 0 13.5rem;
  position: relative;
  z-index: 2;
  background: linear-gradient(78.8deg, #ff3e00 33.85%, #98867e 90.17%);
  padding: 3.6rem 0 5rem;
}
@media (max-width: 1440px) {
  .your-taste {
    margin: 20rem 0 8rem;
    padding: 3.8rem 0;
  }
}
@media (max-width: 1024px) {
  .your-taste {
    margin: 10rem 0;
    padding: 4rem 0;
  }
}
@media (max-width: 530px) {
  .your-taste {
    margin: 8rem 0 11rem;
    padding: 2rem 0 3rem;
  }
}
.your-taste__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
  object-fit: fill;
  z-index: -1;
}
.your-taste__header_title {
  font-size: 11.6rem;
  font-family: "Inter";
  font-weight: 600;
}
@media (max-width: 1440px) {
  .your-taste__header_title {
    font-size: 9.6rem;
  }
}
@media (max-width: 1024px) {
  .your-taste__header_title {
    font-size: 5.6rem;
  }
}
@media (max-width: 530px) {
  .your-taste__header_title {
    font-size: 3.2rem;
  }
}
.your-taste__info {
  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;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.your-taste__inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 80rem 1fr;
  grid-template-columns: 80rem 1fr;
  gap: 20rem;
}
@media (max-width: 1440px) {
  .your-taste__inner {
    -ms-grid-columns: 60rem 1fr;
    grid-template-columns: 60rem 1fr;
    gap: 18rem;
  }
}
@media (max-width: 1024px) {
  .your-taste__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.6rem;
  }
}
@media (max-width: 530px) {
  .your-taste__inner {
    gap: 2.3rem;
  }
}
.your-taste__text {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 3.2rem;
  color: #fff;
  margin: 2.5rem 0 3.2rem;
}
@media (max-width: 1440px) {
  .your-taste__text {
    font-size: 2.4rem;
    margin: 2.2rem 0 2.5rem;
  }
}
@media (max-width: 1024px) {
  .your-taste__text {
    margin: 1.3rem 0 0;
  }
}
@media (max-width: 530px) {
  .your-taste__text {
    margin: 0.9rem 0 0;
    font-size: 1.4rem;
  }
}
.your-taste__equation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5rem;
}
@media (max-width: 1440px) {
  .your-taste__equation {
    gap: 3.4rem;
  }
}
@media (max-width: 1024px) {
  .your-taste__equation {
    gap: 5.8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 530px) {
  .your-taste__equation {
    gap: 1rem;
  }
}
.your-taste__equation-icon {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 11.2rem;
  height: 11.2rem;
}
@media (max-width: 1440px) {
  .your-taste__equation-icon {
    width: 7.6rem;
    height: 7.6rem;
  }
}
@media (max-width: 1024px) {
  .your-taste__equation-icon {
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 530px) {
  .your-taste__equation-icon {
    width: 5.2rem;
    height: 5.2rem;
    overflow: hidden;
  }
  .your-taste__equation-icon path {
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@media (max-width: 530px) {
  .your-taste__equation-icon__dec {
    display: none;
  }
}
.your-taste__equation-plus {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.3rem;
  height: 3.3rem;
}
@media (max-width: 1440px) {
  .your-taste__equation-plus {
    width: 2.3rem;
    height: 2.3rem;
  }
}
@media (max-width: 530px) {
  .your-taste__equation-plus {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.your-taste__equation-equally {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 3.1rem;
  height: 1rem;
}
@media (max-width: 1440px) {
  .your-taste__equation-equally {
    width: 2.2rem;
    height: 0.8rem;
  }
}
@media (max-width: 530px) {
  .your-taste__equation-equally {
    width: 1.4rem;
    height: 0.5rem;
  }
}
.your-taste__equation-question {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 5.6rem;
  height: 11.1rem;
}
@media (max-width: 1440px) {
  .your-taste__equation-question {
    width: 4rem;
    height: 7.9rem;
  }
}
@media (max-width: 530px) {
  .your-taste__equation-question {
    width: 2.4rem;
    height: 4.8rem;
  }
}
@media (max-width: 1024px) {
  .your-taste__btn_desktop {
    display: none;
  }
}
.your-taste__btn_mobile {
  margin-top: 5rem;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.4rem;
  padding: 1rem;
}
@media (min-width: 1025px) {
  .your-taste__btn_mobile {
    display: none;
  }
}
@media (max-width: 530px) {
  .your-taste__btn_mobile {
    margin-top: 2.4rem;
    font-size: 2rem;
    padding: 0.5rem;
  }
}

.your-taste__btn {
  background-color: #fff;
  color: #000;
  border: none;
}
.your-taste__btn:hover {
  background-color: #000;
  color: #fff;
}
.your-taste__btn:hover .btn-arrows__arrow path {
  stroke: #fff;
}

.configurator-inner {
  width: 100%;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
.configurator-inner.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 530px) {
  .configurator-inner[data-step=choose] .configurator__title {
    display: none;
  }
}
.configurator-inner[data-step=similar] .configurator-similar__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  z-index: 2;
}
@media (max-width: 1024px) {
  .configurator-inner[data-step=similar] .configurator-similar__btn {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}
@media (max-width: 530px) {
  .configurator-inner[data-step=similar] .configurator-results {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 530px) {
  .configurator-inner[data-step=similar] .configurator__title, .configurator-inner[data-step=result] .configurator__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .configurator-inner[data-step=loading] {
    height: calc(100vh - 13.3rem - 4.6rem);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 530px) {
  .configurator-inner[data-step=loading] {
    height: calc(100vh - 13rem - 5.6rem);
  }
}
.configurator__step {
  margin-bottom: 20px;
}
.configurator__top {
  color: #000;
  font-size: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.configurator__top span {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .configurator .modal-dec__icon,
  .configurator .modal__close {
    display: none;
  }
}
.configurator-similar__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 1024px) {
  .configurator-similar__btn {
    background-color: #fff;
    color: black;
    padding: 1.2rem 3.5rem;
    font-size: 2.4rem;
    line-height: 100%;
    border-radius: 1.4rem;
  }
  .configurator-similar__btn .btn-white__icon {
    width: 5rem;
    height: 1.3rem;
    margin-top: 0.5rem;
  }
}
@media (max-width: 530px) {
  .configurator-similar__btn {
    font-size: 2rem;
    padding: 0.6rem 3.5rem;
  }
  .configurator-similar__btn .btn-white__icon {
    width: 4.2rem;
    height: 1rem;
    margin-top: 0.5rem;
  }
}
.configurator-results {
  margin: 3.5rem 0 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 9.6rem;
}
@media (max-width: 1440px) {
  .configurator-results {
    margin: 0.9rem 0 1rem;
    gap: 6.5rem;
  }
}
@media (max-width: 1024px) {
  .configurator-results {
    gap: 9.5rem;
    margin: 6rem 0 5rem;
  }
}
@media (max-width: 530px) {
  .configurator-results {
    margin: 1rem -1.5rem 2.7rem;
    padding: 0 1.5rem;
    gap: 7rem;
    overflow-y: auto;
    -ms-overflow-style: none; /* IE и Edge */
    scrollbar-width: none; /* Firefox */
  }
  .configurator-results::-webkit-scrollbar {
    display: none;
  }
}
.configurator-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .configurator-result {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.configurator-result .taste__parameter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
}
.configurator-result .taste__parameter:last-child {
  margin-bottom: 0;
}
.configurator-result .taste__parameter-title {
  width: 9.3rem;
  font-size: 1.8rem;
  color: #000 !important;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .configurator-result .taste__parameter-title {
    font-size: 1.4rem;
    width: 7.5rem;
  }
}
@media (max-width: 1024px) {
  .configurator-result .taste__parameter-title {
    color: #fff !important;
    font-size: 2rem;
    width: 11rem;
  }
}
.configurator-result .taste__parameter-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.9rem;
}
@media (max-width: 1440px) {
  .configurator-result .taste__parameter-stars {
    gap: 1.4rem;
  }
}
@media (max-width: 1024px) {
  .configurator-result .taste__parameter-stars {
    gap: 1.9rem;
  }
}
.configurator-result .main-first__star {
  width: 0.5rem;
  height: 0.5rem;
  background-color: #000;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1440px) {
  .configurator-result .main-first__star {
    width: 0.4rem;
    height: 0.4rem;
  }
}
@media (max-width: 1024px) {
  .configurator-result .main-first__star {
    background-color: #fff;
    width: 0.5rem;
    height: 0.5rem;
  }
}
.configurator-result .main-first__star-icon path {
  fill: #000;
  stroke: #000;
}
@media (max-width: 1024px) {
  .configurator-result .main-first__star-icon path {
    fill: #fff;
    stroke: #fff;
  }
}
@media (max-width: 1024px) {
  .configurator-result .main-first__star-icon {
    width: 1.9rem;
    height: 1.9rem;
  }
}
.configurator-result__title {
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 140%;
  text-transform: uppercase;
  color: #000;
}
@media (max-width: 1440px) {
  .configurator-result__title {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .configurator-result__title {
    width: 100%;
    font-size: 1.8rem;
    padding: 0.4rem;
    text-align: center;
    color: #fff !important;
    background-color: var(--color);
  }
}
.configurator-result__image {
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
  margin-left: 2rem;
}
.configurator-result__image-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 23.7rem;
  margin-top: 2rem;
}
@media (max-width: 1440px) {
  .configurator-result__image-wrap {
    width: 17.5rem;
    height: 23rem;
  }
}
@media (max-width: 1024px) {
  .configurator-result__image-wrap {
    width: 24rem;
    height: 29rem;
  }
  .configurator-result__image-wrap img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 1rem;
  }
}
.configurator-result__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  .configurator-result__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.6rem;
  }
}
.configurator-choose__btn {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media (max-width: 1440px) {
  .configurator-choose__btn {
    margin-top: -3rem;
  }
}
@media (max-width: 530px) {
  .configurator-choose__btn {
    display: none;
  }
}
.configurator__title {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 3.2rem;
  color: #000;
  max-width: 700px;
}
@media (max-width: 1440px) {
  .configurator__title {
    font-size: 2.8rem;
    max-width: 651px;
  }
}
@media (max-width: 1024px) {
  .configurator__title {
    font-size: 3.2rem;
    color: #fff;
  }
}
.configurator__subtitle {
  margin-top: 1.5rem;
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 2.4rem;
  color: #000;
}
@media (max-width: 1440px) {
  .configurator__subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .configurator__subtitle {
    font-size: 2.4rem;
    color: #fff;
  }
}
@media (max-width: 530px) {
  .configurator__subtitle {
    font-size: 2rem;
  }
}
.configurator__loader {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 16rem;
}
@media (max-width: 1440px) {
  .configurator__loader {
    width: 8.2rem;
    height: 8.2rem;
  }
}
@media (max-width: 1024px) {
  .configurator__loader path {
    fill: #fff;
  }
}
@media (max-width: 1024px) {
  .configurator__loader-container {
    position: relative;
    margin-top: 3.2rem;
    height: 12rem;
  }
  .configurator__loader-container::after {
    content: "";
    position: absolute;
    background-image: url(/img/light-info.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 23rem;
    height: 23rem;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0.8;
    z-index: 0;
  }
}
@media (max-width: 530px) {
  .configurator__loader-container {
    margin-top: 6rem;
  }
}
.configurator__loader-wrapper {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 26rem;
  height: 26rem;
}
@media (max-width: 1440px) {
  .configurator__loader-wrapper {
    width: 12rem;
    height: 12rem;
  }
}
@media (max-width: 1024px) {
  .configurator__loader-wrapper path {
    stroke: #fff;
  }
}
.configurator-parameters {
  margin-top: 4.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .configurator-parameters {
    margin-top: 2.7rem;
  }
}
@media (max-width: 1024px) {
  .configurator-parameters {
    margin-top: 4.7rem;
    gap: 7rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 530px) {
  .configurator-parameters {
    margin-top: 0;
    gap: 5rem;
  }
}
.configurator-parameter__block {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.configurator-parameter__block-icon {
  position: relative;
  width: 7.2rem;
  height: 7.2rem;
}
@media (max-width: 1440px) {
  .configurator-parameter__block-icon {
    width: 5.6rem;
    height: 5.6rem;
  }
}
@media (max-width: 1024px) {
  .configurator-parameter__block-icon {
    width: 10.4rem;
    height: 10.4rem;
  }
  .configurator-parameter__block-icon path {
    fill: #fff;
  }
}
@media (max-width: 530px) {
  .configurator-parameter__block-icon {
    width: 7.6rem;
    height: 7.6rem;
  }
}
.configurator-parameter__block-icon__wrap {
  position: relative;
}
@media (max-width: 1024px) {
  .configurator-parameter__block-icon__wrap::after {
    content: "";
    position: absolute;
    background-image: url(/img/light-info.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 17rem;
    height: 17rem;
    top: 50%;
    left: 5rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 1024px) and (max-width: 530px) {
  .configurator-parameter__block-icon__wrap::after {
    left: 3.5rem;
    width: 14rem;
    height: 14rem;
  }
}
@media (max-width: 1024px) {
  .configurator-parameter__block-icon__bg {
    fill: transparent !important;
  }
}
@media (max-width: 1024px) {
  .configurator-parameter__block-icon__dec {
    stroke: #fff;
    fill: transparent !important;
  }
}
.configurator-parameter__block-title {
  font-family: "PT Root UI";
  font-weight: 700;
  font-size: 3.6rem;
  color: #000;
  margin: 1.2rem 0 1.8rem;
}
@media (max-width: 1440px) {
  .configurator-parameter__block-title {
    font-size: 2rem;
    margin-top: 1.8rem 0 1.5rem;
  }
}
@media (max-width: 1024px) {
  .configurator-parameter__block-title {
    font-size: 2.8rem;
    margin: 1.6rem 0 2.4rem;
    color: #fff;
  }
}
@media (max-width: 530px) {
  .configurator-parameter__block-title {
    font-size: 2.4rem;
  }
}
.configurator-parameter__block-step {
  font-weight: 400;
  font-size: 2.4rem;
  color: #fff;
  margin: 3.5rem 0 1.6rem;
  opacity: 0.5;
}
@media (min-width: 1025px) {
  .configurator-parameter__block-step {
    display: none;
  }
}
@media (max-width: 530px) {
  .configurator-parameter__block-step {
    font-size: 2rem;
    margin: 2.3rem 0 1.6rem;
  }
}
.configurator-parameter__block-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.5rem;
}
@media (max-width: 1440px) {
  .configurator-parameter__block-stars {
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .configurator-parameter__block-stars {
    gap: 1.8rem;
  }
}
@media (max-width: 530px) {
  .configurator-parameter__block-stars {
    gap: 1.2rem;
  }
}
.configurator-parameter__block-star {
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 6rem;
  height: 6rem;
}
@media (max-width: 1440px) {
  .configurator-parameter__block-star {
    width: 4.1rem;
    height: 4.1rem;
  }
}
@media (max-width: 1024px) {
  .configurator-parameter__block-star {
    width: 7rem;
    height: 7rem;
  }
}
@media (max-width: 530px) {
  .configurator-parameter__block-star {
    width: 5.9rem;
    height: 6rem;
  }
}
.configurator-parameter__block-star path {
  fill: transparent;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
}
@media (max-width: 1024px) {
  .configurator-parameter__block-star path {
    stroke: #fff;
  }
}
.configurator-parameter__block-star.active path {
  fill: #000;
}
@media (max-width: 1024px) {
  .configurator-parameter__block-star.active path {
    fill: #fff;
  }
}
.configurator-btns {
  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;
  margin-top: 6rem;
}
@media (min-width: 1025px) {
  .configurator-btns {
    display: none;
  }
}
.configurator-btns__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 1.2rem 3.5rem;
  font-size: 2.4rem;
  line-height: 100%;
}
@media (max-width: 530px) {
  .configurator-btns__item {
    font-size: 2rem;
    padding: 0.8rem 2.4rem;
  }
}
.configurator-btns__item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.configurator-btns__item--reverse .btn-white__icon {
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.configurator-btns__item .btn-white__icon {
  width: 5rem;
  height: 1.3rem;
  margin-top: 0.5rem;
}
@media (max-width: 530px) {
  .configurator-btns__item .btn-white__icon {
    width: 4.2rem;
    height: 1rem;
  }
}

.modal_configurator {
  font-family: var(--third-family);
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1024px) {
  .modal_configurator {
    padding: 13.3rem 2rem 4.6rem;
    background-color: transparent;
    top: 0;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 100%;
  }
}
@media (max-width: 530px) {
  .modal_configurator {
    padding: 13rem 1.5rem 5.6rem;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .configurator-mobile {
    display: none;
  }
}

.site-container.configurator-open .main,
.site-container.configurator-open .footer {
  opacity: 0;
  visibility: hidden;
}

@keyframes rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.about-info {
  padding-top: 12rem;
  font-family: var(--third-family);
  margin-bottom: 14rem;
}
.about-info__title {
  font-size: 6rem;
  font-weight: 700;
}
@media (max-width: 1024px) {
  .about-info__title {
    font-size: 4.8rem;
  }
}
@media (max-width: 530px) {
  .about-info__title {
    font-size: 3.6rem;
    margin-bottom: 2.8rem;
  }
}
.about-info__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  margin-top: -1.5rem;
}
@media (max-width: 1024px) {
  .about-info__row {
    display: none;
  }
}
.about-info .about-info__row.adaptive {
  display: none;
}
@media (max-width: 1024px) {
  .about-info .about-info__row.adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -4rem;
  }
}
@media (max-width: 530px) {
  .about-info .about-info__row.adaptive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: unset;
    -ms-flex-align: unset;
    align-items: unset;
    margin-top: 0;
  }
}
.about-info__image {
  position: relative;
  z-index: 2;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 1440px) {
  .about-info__image {
    width: 52.4rem;
    height: 31.8rem;
  }
}
@media (max-width: 1024px) {
  .about-info__image {
    width: 23.1rem;
    height: 23.1rem;
  }
}
@media (max-width: 530px) {
  .about-info__image {
    display: none;
  }
}
.about-info .about-info__image.mobile {
  display: none;
}
@media (max-width: 530px) {
  .about-info .about-info__image.mobile {
    display: block;
    width: 100%;
    height: 37.5rem;
  }
}
.about-info__text {
  position: relative;
}
@media (max-width: 530px) {
  .about-info__text {
    margin-bottom: 4rem;
  }
}
.about-info__text p {
  max-width: 91.2rem;
  font-size: 3.2rem;
}
@media (max-width: 1440px) {
  .about-info__text p {
    max-width: 66.5rem;
    font-size: 2.4rem;
  }
}
@media (max-width: 1024px) {
  .about-info__text p {
    font-size: 2rem;
    max-width: 35.4rem;
  }
}
@media (max-width: 530px) {
  .about-info__text p {
    max-width: 100%;
    font-size: 1.6rem;
  }
}
.about-info__text p:first-child {
  font-size: 4.8rem;
  margin-bottom: 10rem;
}
@media (max-width: 1440px) {
  .about-info__text p:first-child {
    font-size: 3.6rem;
    margin-bottom: 8rem;
  }
}
@media (max-width: 1024px) {
  .about-info__text p:first-child {
    font-weight: 700;
    font-size: 3.2rem;
    margin-bottom: 6rem;
  }
}
@media (max-width: 530px) {
  .about-info__text p:first-child {
    font-size: 2.4rem;
    margin-bottom: 2rem;
  }
}
.about-info__light {
  width: 88rem;
  border-radius: 50%;
  position: absolute;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  top: -15rem;
  right: 10rem;
}
@media (max-width: 1440px) {
  .about-info__light {
    top: -20rem;
    right: 2rem;
    width: 74rem;
  }
}
@media (max-width: 1024px) {
  .about-info__light {
    width: 60rem;
    top: -28rem;
    right: -8rem;
  }
}

.about-advantages {
  font-family: var(--third-family);
}
@media (max-width: 530px) {
  .about-advantages {
    margin: 0 -1.5rem;
  }
}
.about-advantages__title {
  font-size: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
  .about-advantages__title {
    font-size: 3.6rem;
    margin-bottom: 2.5rem;
  }
}
@media (max-width: 530px) {
  .about-advantages__title {
    margin-left: 1.5rem;
  }
}
.about-advantages__cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[6];
  grid-template-columns: repeat(6, 1fr);
  gap: 2.5rem;
}
@media (max-width: 1024px) {
  .about-advantages__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
@media (max-width: 530px) {
  .about-advantages__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}
.about-advantages .main-article.about-advantages-article {
  position: relative;
}
.about-advantages .main-article__desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 44.6rem;
}
@media (max-width: 1440px) {
  .about-advantages .main-article__desc {
    height: 30.9rem;
  }
}
@media (max-width: 1024px) {
  .about-advantages .main-article__desc {
    height: 27.4rem;
  }
}
@media (max-width: 530px) {
  .about-advantages .main-article__desc {
    height: 29.7rem;
  }
}
.about-advantages .main-article__number {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .about-advantages .main-article__number {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .about-advantages .main-article__number {
    font-size: 1.6rem;
  }
}
.about-advantages .main-article__title {
  position: absolute;
  font-size: 3.2rem;
  font-weight: 700;
  top: 38.1rem;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (max-width: 1440px) {
  .about-advantages .main-article__title {
    font-size: 2.8rem;
    top: unset;
    bottom: 0;
  }
}
@media (max-width: 1024px) {
  .about-advantages .main-article__title {
    position: unset;
    font-size: 2.4rem;
    margin-top: -2.5rem;
  }
}
.about-advantages .main-article__description {
  font-size: 2.8rem;
  margin-top: auto;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .about-advantages .main-article__description {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .about-advantages .main-article__description {
    opacity: 1;
  }
}

.main-article.about-advantages-article:hover .main-article__title {
  top: 5rem;
}
@media (max-width: 1440px) {
  .main-article.about-advantages-article:hover .main-article__title {
    top: unset;
    bottom: 18rem;
  }
}
@media (max-width: 1024px) {
  .main-article.about-advantages-article:hover .main-article__title {
    margin-top: -2.5rem;
  }
}

.main-article.about-advantages-article:hover .main-article__description {
  opacity: 1;
}

.where {
  margin-top: 26.2rem;
}
@media (max-width: 1440px) {
  .where {
    margin-top: 15.7rem;
  }
}
@media (max-width: 1024px) {
  .where {
    margin-top: 10.4rem;
  }
}
@media (max-width: 530px) {
  .where {
    margin-top: 10.6rem;
  }
}
.where__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.where__title {
  font-family: var(--third-family);
  font-size: 3.2rem;
  margin-bottom: 3.2rem;
}
@media (max-width: 1024px) {
  .where__title {
    margin-bottom: 2.5rem;
  }
}
.where__head {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.2rem;
  z-index: 10;
  top: 4rem;
  left: 3.5rem;
}
.where__head a {
  color: #000;
}
@media (max-width: 380px) {
  .where__head a {
    font-size: 6vw;
  }
}
@media (max-width: 1024px) {
  .where__head {
    top: 1.1rem;
    left: 1.5rem;
    font-size: 2.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .where__head {
    width: calc(100% - 3rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 380px) {
  .where__head {
    gap: 0.5rem;
  }
}
.where__loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 15;
  background: rgba(255, 255, 255, 0.178);
  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;
  display: none;
}
.where__loader.js-map-load {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.where__loader_load {
  width: 40rem;
  height: 40rem;
}
.where__loader_load svg {
  width: 100%;
  height: 100%;
}
.where__filter {
  position: absolute;
  top: 4.8rem;
  right: 2rem;
  z-index: 10;
  max-height: 5rem;
  overflow: hidden;
  border-radius: 1.4rem;
  width: 28.8rem;
}
@media (max-width: 1440px) {
  .where__filter {
    padding: 0 1rem;
    top: 3.4rem;
    right: 4.5rem;
    width: 23.8rem;
  }
}
@media (max-width: 1024px) {
  .where__filter {
    padding: 0;
    width: 33.8rem;
    right: 1.5rem;
    top: 1.1rem;
  }
}
@media (max-width: 530px) {
  .where__filter {
    top: 1.3rem;
    width: 14.9rem;
    max-height: 4rem;
  }
}
.where__filter.js-active {
  max-height: 35rem;
  border-radius: 1.4rem;
  background: white;
}
@media (max-width: 768px) {
  .where__filter.js-active {
    border-radius: 0 0 2rem 2rem;
    max-height: 32rem;
  }
}
.where__filter_list {
  height: 26rem;
  overflow-y: scroll;
  overflow-x: hidden;
}
.where__filter_list-wrapper {
  padding-right: 2rem;
  padding-bottom: 2rem;
}
.where__filter_list::-webkit-scrollbar {
  background: rgba(0, 0, 0, 0.2);
  width: 1px;
}
.where__filter_list::-webkit-scrollbar-thumb {
  background: black;
  width: 0.2rem;
  height: 5rem;
}
.where__filter_check {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0rem;
  border-radius: 1.4rem;
  height: 100%;
  background: white;
  cursor: pointer;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 1440px) {
  .where__filter_check {
    padding: 1rem 0;
  }
}
@media (max-width: 1024px) {
  .where__filter_check {
    padding: 1.3rem 0;
  }
}
@media (max-width: 530px) {
  .where__filter_check {
    padding: 0.8rem 0;
  }
}
@media (max-width: 768px) {
  .where__filter_check .where__filter_item-circle {
    display: none;
  }
}
@media (max-width: 530px) {
  .where__filter_check-icon {
    display: none;
  }
}
.where__filter_check-text {
  font-family: var(--third-family);
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .where__filter_check-text {
    font-size: 2rem;
  }
}
@media (max-width: 1024px) {
  .where__filter_check-text {
    font-size: 2.4rem;
  }
}
@media (max-width: 530px) {
  .where__filter_check-text {
    font-size: 1.6rem;
  }
}
.where__filter_check-mobile {
  display: none;
}
.where__filter_item {
  font-family: var(--third-family);
  font-size: 2rem;
  color: #000;
  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;
  cursor: pointer;
  gap: 1rem;
  padding: 1.1rem 2rem;
  padding-right: 1rem;
}
.where__filter_item.js-active-filter .where__filter_item-circle {
  background-color: black;
}
@media (max-width: 768px) {
  .where__filter_item.js-active-filter .where__filter_item-name {
    text-transform: uppercase;
    font-weight: 600;
  }
}
.where__filter_item-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1rem;
}
.where__filter_item-circle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  border: 1px solid black;
}
.where__filter_item-circle.js-checked {
  background-color: black;
}
@media (max-width: 560px) {
  .where__filter_item-name {
    font-size: 0.8rem;
  }
}
.where__filter_item-img {
  width: auto;
  height: 2rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: none;
  background: white;
  -o-object-position: center;
  object-position: center;
}
.where__inner {
  height: 70rem;
  width: 100%;
  border-radius: 2rem;
  position: relative;
}
@media (max-width: 1440px) {
  .where__inner {
    height: 50vw;
    width: 100%;
    background-size: contain;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1024px) {
  .where__inner {
    height: 50rem;
  }
}
.where #map {
  width: 100%;
  height: 100%;
}
.where__size {
  position: absolute;
  z-index: 10;
  border-radius: 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: white;
  width: 3rem;
  height: 6rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
  right: 3.3rem;
  bottom: 7rem;
}
@media (max-width: 1024px) {
  .where__size {
    right: 1.5rem;
    bottom: 7.3rem;
  }
}
.where__size_btn {
  width: 100%;
  height: 50%;
  position: relative;
  font-family: var(--third-family);
}
.where__size_btn::after {
  font-size: 2rem;
}
.where__size_btn-plus::after {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.where__size_btn-minus::after {
  content: "-";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.where .custom-control {
  position: absolute;
  top: 1rem;
  left: 1rem;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
}
.where .custom-control button {
  background-color: white;
  border: 1px solid #000;
  padding: 0.5rem;
  cursor: pointer;
}
.where [class*=balloon__tail] {
  z-index: -1;
  display: none !important;
}
.where [class*="balloon_layout_normal "] {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .where [class*="balloon_layout_normal "] {
    -webkit-transform: translate(2.5rem, 0);
    -ms-transform: translate(2.5rem, 0);
    transform: translate(2.5rem, 0);
  }
}
.where [class*=balloon__layout] {
  background: none !important;
  padding-right: 0.5rem !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  overflow: visible !important;
}
.where [class*=balloon__content] {
  margin: 0 !important;
  margin: 0.5rem !important;
  padding: 2rem !important;
  border-radius: 1.5rem;
  background: #fff;
  -webkit-box-shadow: 0px 1rem 1rem 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1rem 1rem 0px rgba(0, 0, 0, 0.1);
  min-width: 30rem;
  min-height: 13.5rem;
}
@media (max-width: 768px) {
  .where [class*=balloon__content] {
    min-width: 25rem;
    min-height: 10rem;
  }
}
.where [class*=balloon__content]::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-image: url("/img/svg/marker-inflave-gr.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.8rem;
  height: 1.9rem;
}
.where [class*=balloon__close] {
  position: relative;
  left: 1.5rem;
}
.where [class*=copyright] {
  display: none;
}
.where [class*=ground-pane] {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.where .balloon {
  height: 13.5rem;
  width: 100%;
  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: 1.5rem;
}
@media (max-width: 768px) {
  .where .balloon {
    height: 8rem;
  }
}
.where .balloon__title {
  padding-bottom: 1.5rem;
}
@media (max-width: 768px) {
  .where .balloon__title {
    font-size: 1.2rem;
  }
}
.where .balloon__copy {
  position: absolute;
  top: 2rem;
  right: 4.5rem;
  opacity: 0;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
@media (max-width: 768px) {
  .where .balloon__copy {
    font-size: 1rem;
  }
}
.where .balloon__copy_show {
  opacity: 1;
}
@media (max-width: 768px) {
  .where .balloon__address {
    font-size: 1rem;
  }
}
.where .balloon__footer {
  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;
}
.where .balloon__route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.where .balloon__route svg {
  width: 1.3rem;
  height: 1.5rem;
}
.where .balloon__address_btn-feedback {
  width: 1.2rem;
  height: 1.2rem;
}
.where .balloon__address_btn-feedback svg {
  width: 100%;
  height: 100%;
}
.where .balloon__address_btn-copy {
  position: absolute;
  right: 2rem;
  top: 2rem;
  height: 1.4rem;
  width: 1.4rem;
}
.where .balloon__address_btn-copy svg {
  width: 100%;
  height: 100%;
}
.where .clusterIcon {
  background-image: url("/img/svg/marker-black.svg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.7rem;
  height: 1.9rem;
  color: white;
  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;
  text-align: center;
  padding-bottom: 0.5rem;
}
.where [class*=searchbox] {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 50dvw;
  max-width: 130rem;
}
@media (max-width: 1240px) {
  .where [class*=searchbox] {
    width: 40dvw;
  }
}
@media (max-width: 1024px) {
  .where [class*=searchbox] {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@media (max-width: 768px) {
  .where [class*=searchbox] {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .where [class*=controls__control]:has(#search-form) {
    inset: 6rem auto auto 1.5rem !important;
  }
}
@media (max-width: 768px) {
  .where [class*=controls__control]:has(#search-form) {
    inset: 6rem 1.5rem auto 1.5rem !important;
  }
}
.where [class*=searchbox__normal-layout]::after {
  display: none;
}
@media (max-width: 1024px) {
  .where [class*=controls__control]:has([class*=float-button-icon_icon_geolocation]) {
    inset: auto 1.6rem 3.5rem auto !important;
  }
}
.where .search-form__btn-mobile {
  display: none;
}
.where .search-form__filter {
  position: absolute;
  right: 1.5rem;
  z-index: 10;
}
@media (min-width: 769px) {
  .where .search-form__filter {
    display: none;
  }
}
@media (max-width: 768px) {
  .where .search-form__filter {
    top: 7.6rem;
    right: 3rem;
  }
}
.where #search-form {
  position: absolute;
  top: -1.5rem;
  left: -42rem;
  font-family: var(--third-family);
  width: 88.2rem;
  background: white;
  padding: 2rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 1rem;
  position: relative;
}
@media (max-width: 1440px) {
  .where #search-form {
    top: -1.5rem;
    left: -29rem;
    width: 66.5rem;
    padding: 1rem;
  }
}
@media (max-width: 1024px) {
  .where #search-form {
    width: 100%;
    top: 2rem;
    left: 0rem;
    padding: 1.6rem 1rem;
  }
}
@media (max-width: 530px) {
  .where #search-form {
    padding: 1.6rem 1.6rem;
    top: 0rem;
  }
}
.where #search-field {
  font-size: 2.4rem;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  outline: none;
}
@media (max-width: 768px) {
  .where #search-field {
    padding: 0;
  }
}
@media (max-width: 530px) {
  .where #search-field {
    width: 20rem;
  }
}
.where #search-btn {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 1.4rem;
  border: 1px solid black;
  padding: 1rem 0;
  width: 19.2rem;
  font-size: 2.4rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .where #search-btn {
    width: 16rem;
    font-size: 2rem;
    padding: 0.5rem 0;
  }
}
@media (max-width: 1024px) {
  .where #search-btn {
    display: none;
  }
}
.where #search-btn-mobile {
  display: none;
}
@media (max-width: 1024px) {
  .where #search-btn-mobile {
    display: block;
    margin-right: 30rem;
  }
}
@media (max-width: 530px) {
  .where #search-btn-mobile {
    margin-right: unset;
  }
}
.where .where__shops {
  font-family: var(--third-family);
  background-color: black;
  border-radius: 1.4rem;
  border: none;
  color: #fff;
  font-size: 2.4rem;
  padding: 0.9rem 0;
  width: 28.8rem;
  cursor: pointer;
  position: absolute;
  top: 1rem;
  left: 119.8rem;
}
@media (max-width: 1440px) {
  .where .where__shops {
    font-size: 2rem;
    width: 25.7rem;
    top: -0.4rem;
    left: 76rem;
  }
}
@media (max-width: 1024px) {
  .where .where__shops {
    font-size: 2.4rem;
    width: 33.8rem;
    top: 0;
    left: 0;
    padding: 1.2rem;
  }
}
@media (max-width: 530px) {
  .where .where__shops {
    font-size: 1.6rem;
    padding: 0.8rem 0;
    width: 14.9rem;
    top: 0.2rem;
  }
}
@media (max-width: 530px) {
  .where .where__shops-icon {
    display: none;
  }
}

.where__inner {
  height: 90rem;
}
@media (max-width: 1440px) {
  .where__inner {
    height: 66rem;
  }
}
@media (max-width: 1024px) {
  .where__inner {
    height: 92rem;
  }
}
@media (max-width: 530px) {
  .where__inner {
    height: 66rem;
  }
}

.where #map {
  width: 100%;
  height: 90rem;
}
@media (max-width: 1440px) {
  .where #map {
    height: 66rem;
  }
}
@media (max-width: 1024px) {
  .where #map {
    height: 92rem;
  }
}
@media (max-width: 530px) {
  .where #map {
    height: 66rem;
  }
}

.ispiration {
  margin: 14rem 0 12rem;
  font-family: var(--third-font);
}
@media (max-width: 1440px) {
  .ispiration {
    margin: 13rem 0;
  }
}
@media (max-width: 1024px) {
  .ispiration {
    margin: 20rem 0 10rem;
  }
}
@media (max-width: 530px) {
  .ispiration {
    margin: 10rem 0 8rem;
  }
}
.ispiration-container {
  margin-top: 3.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .ispiration-container {
    margin-top: 2.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5rem;
  }
}
@media (max-width: 530px) {
  .ispiration-container {
    margin-top: 3.3rem;
    gap: 4.5rem;
  }
}
.ispiration-block {
  font-weight: 400;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1440px) {
  .ispiration-block {
    gap: 1.8rem;
  }
}
@media (max-width: 530px) {
  .ispiration-block {
    gap: 1.3rem;
  }
}
.ispiration-block_1 {
  width: 66.7rem;
  margin-top: 8.4rem;
  margin-right: 16rem;
}
@media (max-width: 1440px) {
  .ispiration-block_1 {
    width: 47.3rem;
    margin-top: 9rem;
    margin-right: 15.8rem;
  }
}
@media (max-width: 1024px) {
  .ispiration-block_1 {
    margin: 0;
    width: 47.9rem;
  }
}
@media (max-width: 530px) {
  .ispiration-block_1 {
    width: 27.6rem;
  }
}
.ispiration-block_1 .ispiration-block__image-wrap {
  height: 88.3rem;
}
@media (max-width: 1440px) {
  .ispiration-block_1 .ispiration-block__image-wrap {
    height: 62.6rem;
  }
}
@media (max-width: 1024px) {
  .ispiration-block_1 .ispiration-block__image-wrap {
    height: 63.4rem;
  }
}
@media (max-width: 530px) {
  .ispiration-block_1 .ispiration-block__image-wrap {
    height: 27.6rem;
  }
}
.ispiration-block_2 {
  width: 47.2rem;
  margin-right: 10.7rem;
}
@media (max-width: 1440px) {
  .ispiration-block_2 {
    width: 32.3rem;
    margin-right: 7.4rem;
  }
}
@media (max-width: 1024px) {
  .ispiration-block_2 {
    width: 30rem;
    margin: 0;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media (max-width: 530px) {
  .ispiration-block_2 {
    width: 30.2rem;
  }
}
.ispiration-block_2 .ispiration-block__image-wrap {
  height: 63.4rem;
}
@media (max-width: 1440px) {
  .ispiration-block_2 .ispiration-block__image-wrap {
    height: 43.4rem;
  }
}
@media (max-width: 1024px) {
  .ispiration-block_2 .ispiration-block__image-wrap {
    height: 47.6rem;
  }
}
@media (max-width: 530px) {
  .ispiration-block_2 .ispiration-block__image-wrap {
    height: 47.1rem;
  }
}
.ispiration-block_3 {
  width: 44.4rem;
  margin-top: 56.2rem;
}
@media (max-width: 1440px) {
  .ispiration-block_3 {
    width: 32.2rem;
    margin-top: 37.1rem;
  }
}
@media (max-width: 1024px) {
  .ispiration-block_3 {
    width: 35.3rem;
    margin-top: 0;
  }
}
@media (max-width: 530px) {
  .ispiration-block_3 {
    width: 24.9rem;
  }
}
.ispiration-block_3 .ispiration-block__image-wrap {
  height: 60.6rem;
}
@media (max-width: 1440px) {
  .ispiration-block_3 .ispiration-block__image-wrap {
    height: 43.9rem;
  }
}
@media (max-width: 530px) {
  .ispiration-block_3 .ispiration-block__image-wrap {
    height: 52.1rem;
  }
}
.ispiration-block__title {
  font-size: 2.8rem;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .ispiration-block__title {
    font-size: 2.4rem;
  }
}
@media (max-width: 530px) {
  .ispiration-block__title {
    font-size: 2rem;
  }
}
.ispiration-block__subtitle {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .ispiration-block__subtitle {
    font-size: 2rem;
  }
}
@media (max-width: 530px) {
  .ispiration-block__subtitle {
    font-size: 1.8rem;
  }
}
.ispiration-block__image {
  width: 100%;
  height: 100%;
}

.product-first {
  position: relative;
  width: 100%;
  padding: 0 3.5rem;
  padding-top: 14.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 100;
}
@media (max-width: 1440px) {
  .product-first {
    padding: 0 4.5rem;
    padding-top: 18.1rem;
  }
}
@media (max-width: 1024px) {
  .product-first {
    padding: 0 1.7rem;
    padding-top: 14.7rem;
    display: block;
  }
}
.product-first .helium-logo {
  display: block;
  margin-bottom: 3.4rem;
}
@media (max-width: 1024px) {
  .product-first .helium-logo {
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 530px) {
  .product-first .helium-logo {
    margin-bottom: 1.4rem;
  }
}
.product-first__item {
  position: absolute;
  top: 75%;
  left: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .product-first__item {
    top: 15%;
    left: unset;
    right: 0%;
    -webkit-transform: unset;
    -ms-transform: unset;
    transform: unset;
    z-index: -1;
  }
}
@media (max-width: 530px) {
  .product-first__item {
    top: 55%;
    right: -10%;
    right: -10%;
    width: 247px;
  }
}
.product-first-wrapper {
  width: 100%;
  height: 118rem;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .product-first-wrapper {
    height: 145rem;
  }
}
@media (max-width: 530px) {
  .product-first-wrapper {
    height: 115rem;
  }
}
.product-first-wrapper .block__decoration-light {
  position: absolute;
  width: 118.1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  overflow: visible;
  -webkit-filter: blur(2rem);
  filter: blur(2rem);
}
@media (max-width: 1440px) {
  .product-first-wrapper .block__decoration-light {
    top: 41%;
    width: 114.4rem;
    height: 98.6rem;
  }
}
@media (max-width: 1024px) {
  .product-first-wrapper .block__decoration-light {
    width: 56.9rem;
    height: 75.5rem;
    top: 0;
    right: -9rem;
    left: unset;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (max-width: 530px) {
  .product-first-wrapper .block__decoration-light {
    width: 40rem;
    height: 60rem;
    top: 12rem;
    right: -50%;
  }
}
.product-first__name {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 6.4rem;
  text-transform: lowercase;
  margin-bottom: 3.4rem;
  letter-spacing: 0.16em;
}
@media (max-width: 1440px) {
  .product-first__name {
    margin-bottom: 2.7rem;
  }
}
@media (max-width: 530px) {
  .product-first__name {
    font-size: 6rem;
    margin-bottom: 1.4rem;
  }
}
.product-first__desc {
  font-size: 2.4rem;
  max-width: 52.5rem;
  margin-bottom: 2.8rem;
}
@media (max-width: 1440px) {
  .product-first__desc {
    font-size: 2.4rem;
    max-width: 55rem;
    margin-bottom: 5.8rem;
  }
}
@media (max-width: 1024px) {
  .product-first__desc {
    max-width: 44.4rem;
    margin-bottom: 2.6rem;
  }
}
@media (max-width: 530px) {
  .product-first__desc {
    font-size: 1.6rem;
  }
}
.product-first__right {
  padding-top: 4rem;
  z-index: 100;
}
@media (max-width: 1440px) {
  .product-first__right {
    padding-top: 0;
  }
}
@media (max-width: 1024px) {
  .product-first__right {
    margin-top: 2.4rem;
  }
}
.product-first__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2.7rem;
}
@media (max-width: 1440px) {
  .product-first__info {
    gap: 2.9rem;
  }
}
@media (max-width: 1024px) {
  .product-first__info {
    gap: 2.4rem;
  }
}
.product-first__info-item {
  position: relative;
  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: 3.3rem 3.4rem;
  width: 41.6rem;
}
@media (max-width: 1440px) {
  .product-first__info-item {
    padding: 2.7rem;
    width: 32.1rem;
  }
}
@media (max-width: 1024px) {
  .product-first__info-item {
    width: 35.4rem;
  }
}
@media (max-width: 530px) {
  .product-first__info-item {
    padding: 0;
    width: 15.6rem;
    display: block;
  }
}
.product-first__info-title {
  font-size: 1.8rem;
  margin-bottom: 1.1rem;
}
@media (max-width: 1440px) {
  .product-first__info-title {
    font-size: 2rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 530px) {
  .product-first__info-title {
    opacity: 0.3;
    font-size: 1.5rem;
    margin-bottom: 0.3rem;
  }
}
.product-first__info-count {
  font-size: 2.4rem;
}
@media (max-width: 1440px) {
  .product-first__info-count {
    font-weight: 700;
    font-size: 3.2rem;
  }
}
@media (max-width: 1024px) {
  .product-first__info-count {
    font-weight: 400;
  }
}
@media (max-width: 530px) {
  .product-first__info-count {
    font-weight: 700;
    font-size: 2.8rem;
  }
}
@media (max-width: 530px) {
  .product-first__info-icon {
    position: absolute;
    right: -4rem;
    top: 2rem;
  }
}
.product-first__info-icon_puffs {
  width: 6.4rem;
  height: 6.4rem;
}
@media (max-width: 1440px) {
  .product-first__info-icon_puffs {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (max-width: 530px) {
  .product-first__info-icon_puffs {
    width: 4.4rem;
    height: 4.4rem;
    top: 1rem;
  }
}
.product-first__info-icon_volume {
  width: 6.4rem;
  height: 6.4rem;
}
@media (max-width: 1440px) {
  .product-first__info-icon_volume {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (max-width: 530px) {
  .product-first__info-icon_volume {
    width: 3.6rem;
    height: 3.6rem;
  }
}
.product-first__info-icon_nicotine {
  width: 6.4rem;
  height: 6.4rem;
}
@media (max-width: 1440px) {
  .product-first__info-icon_nicotine {
    width: 6.4rem;
    height: 6.4rem;
  }
}
@media (max-width: 530px) {
  .product-first__info-icon_nicotine {
    width: 4rem;
    height: 4rem;
  }
}
.product-first__info-icon_charger {
  width: 6.1rem;
  height: 6.1rem;
}
@media (max-width: 1440px) {
  .product-first__info-icon_charger {
    width: 6.1rem;
    height: 6.1rem;
  }
}
@media (max-width: 530px) {
  .product-first__info-icon_charger {
    width: 4rem;
    height: 4rem;
  }
}
@media (max-width: 530px) {
  .product-first .block__decoration-icon {
    display: none;
  }
}

.product-close-up {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.product-close-up__count {
  font-size: 3.1rem;
  margin-bottom: 1rem;
}
.product-close-up__count span {
  opacity: 0.5;
}
@media (max-width: 1024px) {
  .product-close-up__count {
    font-size: 1.6rem;
  }
}
@media (max-width: 530px) {
  .product-close-up__count {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
}
.product-close-up__title {
  font-size: 3rem;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  .product-close-up__title {
    font-size: 2rem;
  }
}
@media (max-width: 530px) {
  .product-close-up__title {
    font-size: 1.6rem;
  }
}
.product-close-up__item {
  position: fixed;
  opacity: 0;
}
.product-close-up__item_pattern {
  top: 14rem;
  left: 20%;
  width: 40rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1440px) {
  .product-close-up__item_pattern {
    top: 8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 65rem;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .product-close-up__item_pattern {
    top: 8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 55rem;
  }
}
@media (max-width: 530px) {
  .product-close-up__item_pattern {
    top: 5vh;
    width: 32rem;
    white-space: unset;
  }
}
.product-close-up__item_taste {
  top: 14rem;
  width: 40rem;
  right: 18%;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
@media (max-width: 1440px) {
  .product-close-up__item_taste {
    top: 8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 65rem;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .product-close-up__item_taste {
    top: 8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 55rem;
  }
}
@media (max-width: 530px) {
  .product-close-up__item_taste {
    top: 5vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 32rem;
    white-space: unset;
  }
}
.product-close-up__item_charger {
  top: 14rem;
  left: 20%;
  width: 40rem;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media (max-width: 1440px) {
  .product-close-up__item_charger {
    top: 8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 65rem;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .product-close-up__item_charger {
    top: 8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 55rem;
  }
}
@media (max-width: 530px) {
  .product-close-up__item_charger {
    top: 5vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 32rem;
    white-space: unset;
  }
}
@media (max-width: 1024px) {
  .product-close-up__item_charger .product-close-up__title {
    width: 60rem;
    max-width: 40.5rem;
  }
}
@media (max-width: 530px) {
  .product-close-up__item_charger .product-close-up__title {
    width: 32rem;
  }
}
.product-close-up__item_form {
  top: 14rem;
  width: 40rem;
  right: 18%;
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
}
@media (max-width: 1440px) {
  .product-close-up__item_form {
    top: 8rem;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 65rem;
    white-space: nowrap;
  }
}
@media (max-width: 1024px) {
  .product-close-up__item_form {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 55rem;
    top: 8rem;
  }
}
@media (max-width: 530px) {
  .product-close-up__item_form {
    top: 5vh;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    width: 32rem;
    white-space: unset;
  }
}
@media (max-width: 1024px) {
  .product-close-up__item_form .product-close-up__title {
    max-width: 55rem;
  }
}
@media (max-width: 530px) {
  .product-close-up__item_form .product-close-up__title {
    max-width: 32rem;
  }
}

/* ===============================
=            Choices            =
=============================== */
.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}
.choices:focus {
  outline: none;
}
.choices:last-child {
  margin-bottom: 0;
}
.choices.is-open {
  overflow: visible;
}
.choices.is-disabled .choices__inner,
.choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.choices.is-disabled .choices__item {
  cursor: not-allowed;
}
.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}
.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}
.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}
.choices[data-type*=select-one] .choices__button {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: 0.25;
}
.choices[data-type*=select-one] .choices__button:hover, .choices[data-type*=select-one] .choices__button:focus {
  opacity: 1;
}
.choices[data-type*=select-one] .choices__button:focus {
  -webkit-box-shadow: 0 0 0 2px #005F75;
  box-shadow: 0 0 0 2px #005F75;
}
.choices[data-type*=select-one] .choices__item[data-placeholder] .choices__button {
  display: none;
}
.choices[data-type*=select-one]::after {
  content: "";
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}
.choices[data-type*=select-one].is-open::after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}
.choices[data-type*=select-one][dir=rtl]::after {
  left: 11.5px;
  right: auto;
}
.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner,
.choices[data-type*=text] .choices__inner {
  cursor: text;
}
.choices[data-type*=select-multiple] .choices__button,
.choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-right: -4px;
  margin-bottom: 0;
  margin-left: 8px;
  padding-left: 16px;
  border-left: 1px solid rgb(0, 53.5897435897, 66);
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==");
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: 0.75;
  border-radius: 0;
}
.choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
.choices[data-type*=text] .choices__button:hover,
.choices[data-type*=text] .choices__button:focus {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}
.is-focused .choices__inner, .is-open .choices__inner {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}
.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}
[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}
.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}
.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #005F75;
  border: 1px solid rgb(0, 74.2948717949, 91.5);
  color: #fff;
  word-break: break-all;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}
[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgb(0, 74.2948717949, 91.5);
  border: 1px solid rgb(0, 53.5897435897, 66);
}
.is-disabled .choices__list--multiple .choices__item {
  background-color: rgb(170.25, 170.25, 170.25);
  border: 1px solid rgb(144.75, 144.75, 144.75);
}

.choices__list--dropdown, .choices__list[aria-expanded] {
  display: none;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
}
.is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
  display: block;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
  border-color: rgb(182.75, 182.75, 182.75);
}
.is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: 0.25rem 0.25rem 0 0;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}
[dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
  text-align: right;
}
@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable[data-select-text], .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable[data-select-text]::after, .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text], [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text] {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable[data-select-text]::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
    right: auto;
    left: 10px;
  }
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
  background-color: rgb(242.25, 242.25, 242.25);
}
.choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
  opacity: 0.5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0.5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid rgb(246.5, 246.5, 246.5);
  color: rgb(127.5, 127.5, 127.5);
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.choices__button:focus {
  outline: none;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}
.choices__input:focus {
  outline: 0;
}
.choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
  display: none;
}
.choices__input::-ms-clear, .choices__input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: 0.5;
}
.js-btn-accept .btn-arrows__arrow path{
  stroke: white;
}

@media (max-width: 530px) {
 .modal-form-ok .modal__btn .btn-arrows__arrow path {
    stroke: rgb(255, 255, 255);
  }
}
.modal-form-ok .modal{
  height: 42.7rem;
}
@media (max-width: 530px) {
.modal-form-ok .modal{
  height: 100%;
}
}
.modal-form-ok .modal__btn-text{
  position: absolute;
  visibility: hidden;
}
/* =====  End of Choices  ====== */
/*# sourceMappingURL=main.css.map */