/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

html,
body {
  font-size: 18px;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  background-color: #000;
  line-height: 24.336px;
  position: relative;
  z-index: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
}

*:focus {
  outline: none !important;
}

p {
  margin-bottom: 16px;
}

li a {
  color: #19FB9B;
}

li a:hover {
  color: #fff;
}

svg {
  width: 32px;
  height: 32px;
  fill: #fff;
  user-select: none;
}

img {
  user-select: none;
}

input::placeholder,
textarea::placeholder {
  user-select: none;
}

form .message {
  display: none;
  color: #19FB9B;
  text-align: center;
  padding: 12px 0;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  background-color: rgba(147, 147, 147, 0.15);
  margin-top: 16px;
}

.message.alert {
  color: #eaac74;
}

.message.error {
  color: #ff3737;
}

.site-main {
  margin: 160px auto;
}

.error-404 {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-content {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.main-background {
  position: absolute;
  z-index: -1;
  max-width: 50%;
  user-select: none;
}

.main-background--left {
  left: -20px;
  top: -286px;
  margin-right: auto;
}

.main-background--right {
  right: -20px;
  top: 0;
  margin-left: auto;
}

.wave-bg {
  position: absolute;
  z-index: -1;
  max-width: 100%;
  width: 100%;
  left: 0;
  right: 0;
  background-position-y: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 40vmax;
}

.blur-bg {
  position: absolute;
  width: 934.383px;
  height: 759.187px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 934.383px;
  opacity: 0.3;
  background: #ff00e5;
  mix-blend-mode: screen;
  -webkit-filter: blur(324.5634765625px);
  filter: blur(324.5634765625px);
  z-index: -1;
  left: -400px;
  top: 18%;
}

.blur-bg-small {
  position: absolute;
  width: 660px;
  height: 669px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100px;
  opacity: 0.3;
  background: #c121dc;
  -webkit-filter: blur(250px);
  filter: blur(250px);
  z-index: -1;
  left: -5%;
  top: 40%;
}

.title {
  line-height: 72px;
  font-size: 72px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 0;
}

/*----------HEADER----------------*/
.header {
  max-width: 100%;
  width: 100%;
  padding: 40px;
}

.navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
}

.header .navigation .social {
  display: none;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.15) translateY(-30px);
  transition-delay: 0.42s;
}

.menu-toggle {
  position: absolute;
  right: 24px;
  top: 34px;
  display: none;
  width: 28px;
  height: 14px;
  margin-left: auto;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.menu-toggle span {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 0;
  bottom: 0;
  transition-duration: 0s;
  transition-delay: .2s;
  transition: background-color 0.3s;
}

.menu-toggle span:before,
.menu-toggle span:after {
  position: absolute;
  content: '';
}

.menu-toggle span {
  width: 28px;
  height: 12px;
}

.menu-toggle span:before,
.menu-toggle span:after {
  width: 28px;
  height: 2px;
  background-color: #fff;
  display: block;
  opacity: 1;
  border-radius: 4px;
}

.menu-toggle span:before {
  transition-property: margin, transform;
  transition-duration: .2s;
  transition-delay: .2s;
}

.menu-toggle span:after {
  margin-top: 8px;
  transition-property: margin, transform;
  transition-duration: .2s;
  transition-delay: .2s;
}

.menu-toggle-active span {
  background-color: rgba(0, 0, 0, 0);
  transition: 0.3s background-color;
}

.menu-toggle-active span:before {
  margin-top: 0;
  transform: rotate(45deg);
  transition-delay: 0.2s;
}

.menu-toggle-active span:after {
  margin-top: 0;
  transform: rotate(-45deg);
  transition-delay: .2s;
}

.navigation__logo {
  font-size: 22.5px;
}

.navigation__logo svg {
  width: 257px;
  height: 49px;
}

.navigation__logo:hover svg path {
  fill: #fff;
}

.navigation .button {
  height: 41px;
}

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 12px;
  user-select: none;
}

.menu__item {
  padding-right: 24px;
  font-size: 18px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
}

.menu__item.active {
  color: #19FB9B !important;
}

.menu__item:hover {
  color: #19FB9B;
  text-decoration: none;
}

.menu__item:last-child {
  padding: 0;
}

.navigation__action-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
}

.custom-select {
  position: relative;
}

.select {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
}

.custom-select::after {
  content: '';
  display: block;
  position: absolute;
  width: 35px;
  height: 20px;
  top: 18px;
  right: 1px;
  background-color: #000;
  background-image: url(/assets/icons/chevron.svg);
  background-position: 4px 1px;
  background-repeat: no-repeat;
  pointer-events: none;
}

.select option {
  color: #fff;
  padding: 4px;
}

.navigation__action-wrapper .select--borderless {
  flex-shrink: 0;
  font-size: 18px;
  margin-right: 64px;
  background: transparent;
  color: white;
  border: none;
  padding-right: 10px;
}

*::selection {
  background-color: #b844ffb3;
}

.button {
  min-width: 216px;
  border: none;
  border-radius: 100px;
  cursor: pointer;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 20px;
  font-size: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  justify-content: center;
  text-transform: uppercase;
  user-select: none;
}

.button:focus {
  outline: unset;
}

.button--white {
  background: #fff;
  padding: 10px 24px;
  min-width: 130px;
  color: #000 !important;
}

.button--white svg {
  fill: #000;
  width: 19px;
  height: 19px;
  margin-right: 8px;
}

.button--white:hover {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(255, 255, 255, 0)), to(#54fafe)),
    #fff;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 40%, #54fafe 100%),
    #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, #54fafe 100%),
    #fff;
}

.sign-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 8px;
}

.button--rainbow {
  position: relative;
  padding: 0;
  z-index: 0;
}

.button--rainbow span {
  min-width: 216px;
  width: 100%;
  background-color: #000;
  border-radius: 100px;
  padding: 16px 32px;
  color: #fff;
  display: block;
  z-index: 1;
}

.button--rainbow::after {
  position: absolute;
  display: block;
  content: "";
  background: -webkit-gradient(linear,
      left top, left bottom,
      color-stop(35%, rgba(0, 0, 0, 0)),
      to(rgba(184, 68, 255, 0.7)));
  background: -o-linear-gradient(top,
      rgba(0, 0, 0, 0) 35%,
      rgba(184, 68, 255, 0.7) 100%);
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 35%,
      rgba(184, 68, 255, 0.7) 100%);
  border-radius: 100px;
  padding: 2px;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.button--rainbow:hover:after {
  opacity: 1;
}

.button--rainbow::before {
  position: absolute;
  display: block;
  content: "";
  background: -webkit-gradient(linear, left top, right top, color-stop(2.49%, #1ee2ff), to(#d20bd6));
  background: -o-linear-gradient(left, #1ee2ff 2.49%, #d20bd6 100%);
  background: linear-gradient(90deg, #1ee2ff 2.49%, #d20bd6 100%);
  border-radius: 100px;
  padding: 2px;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
}

/*----------MAIN----------------*/

.main {
  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;
  padding-top: 155px;
  margin-bottom: 160px;
}



.main__title {
  font-size: 120px;
  line-height: 96px;
  margin-bottom: 24px;
  text-align: center;
}

.main__subtitle {
  margin-bottom: 40px;
  color: #c4c4c4;
  text-align: center;
}

.social {
  justify-content: center;
  max-width: 720px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
  user-select: none;
}

.social__item {
  max-width: 180px;
  width: 100%;
  border-right: 1px solid #c4c4c4;
}

.social__item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.social__item:hover a {
  text-decoration: none;
}

.social__item:last-child {
  border: none;
}

.social__item a {
  color: #c4c4c4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* padding: 12px 32px; */
  padding: 12px 20px;
  white-space: nowrap;
}

.social__item svg {
  margin-right: 12px;
  width: 20px;
  height: 20px;
}

.social__item svg path {
  fill: #c4c4c4;
}

.main .social {
  margin-top: 188px;
}

/*----------ADVANTAGES----------------*/

.advantages {
  /* position: relative; */
  row-gap: 24px;
  margin-bottom: 160px;
}

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

.advantages__item {
  position: relative;
  overflow: hidden;
  min-height: 150px;
  padding: 20px 24px;
  border-radius: 12px;
  background: #19161c;
  user-select: none;
}

.advantages__item svg {
  width: 40px;
  min-height: 40px;
}

.advantages__item::before {
  content: "";
  position: absolute;
  width: 259px;
  height: 59px;
  left: 31px;
  bottom: -51px;
  border-radius: 259px;
  background: transparent;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  opacity: 0;
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.advantages__item:hover:before {
  opacity: 1;
}

.advantages__item--0::before {
  background: #ff1212;
}

.advantages__item--1::before {
  background: #9945ff;
}

.advantages__item--2::before {
  background: #0e8050;
}

.advantages__item--3::before {
  background: #ffd512;
}

.advantages__item--4::before {
  background: #ff51c4;
}

.advantages__item--5::before {
  background: #1fcff1;
}

.advantages__item--6::before {
  background: #4d5fff;
}

.advantages__item--7::before {
  fill: #ecbb3e;
}

.advantages__item--8::before {
  fill: #86ef6e;
}

.advantages__item--9::before {
  fill: #a972e5;
}

.advantages__item--0:hover svg path {
  fill: #ff1212;
}

.advantages__item--1:hover svg path {
  fill: #9945ff;
}

.advantages__item--2:hover svg path {
  fill: #0e8050;
}

.advantages__item--3:hover svg path {
  fill: #ffd512;
}

.advantages__item--4:hover svg path {
  fill: #ff51c4;
}

.advantages__item--5:hover svg path {
  fill: #1fcff1;
}

.advantages__item--6:hover svg path {
  background: #4d5fff;
}

.advantages__item--7:hover svg path {
  fill: #ecbb3e;
}

.advantages__item--8:hover svg path {
  fill: #86ef6e;
}

.advantages__item--9:hover svg path {
  fill: #a972e5;
}

.advantages__item p {
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin-top: 42px;
  margin-bottom: 0;
}

/*----------CONDITIONS----------------*/
.conditions {
  margin-bottom: 160px;
}

.conditions__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 48px;
}

.conditions__item {
  padding: 0 32px;
  -ms-flex-preferred-size: calc(50% - 24px);
  flex-basis: calc(50% - 24px);
  border-left: 4px solid #1fcff1;
}

.conditions__item--0 {
  border-left: 4px solid #1fcff1;
}

.conditions__item--1 {
  border-left: 4px solid #ffd512;
}

.conditions__item--2 {
  border-left: 4px solid #9945ff;
}

.conditions__item--3 {
  border-left: 4px solid #0e8050;
}

.conditions__item--4 {
  border-left: 4px solid #0e2580;
}

.conditions__item--5 {
  border-left: 4px solid #c74982;
}

.conditions__item--6 {
  border-left: 4px solid #efb98d;
}

.conditions__item--7 {
  border-left: 4px solid #785ba4;
}

.conditions__item p {
  font-size: 40px;
  font-weight: 700;
  line-height: 56px;
  margin-bottom: 16px;
}

.conditions__item span {
  line-height: 28.8px;
}

.conditions .button {
  margin-top: 52px;
}

.big-card {
  position: relative;
  padding: 48px;
  border-radius: 12px;
  background: -o-linear-gradient(317deg,
      rgba(28, 228, 255, 0.2) 0.92%,
      rgba(221, 77, 255, 0.2) 99.25%);
  background: linear-gradient(133deg,
      rgba(28, 228, 255, 0.2) 0.92%,
      rgba(221, 77, 255, 0.2) 99.25%);
  z-index: 0;
}

.big-card .border {
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.49%, #1ee2ff), to(#d20bd6));
  background: -o-linear-gradient(left, #1ee2ff 2.49%, #d20bd6 100%);
  background: linear-gradient(90deg, #1ee2ff 2.49%, #d20bd6 100%);
  border-radius: 12px;
  /* width: 100%;
    height: 100%; */
  padding: 2px;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
  z-index: -2;
}

.big-card .fake-ground {
  position: absolute;
  background: black;
  border-radius: 12px;
  /* width: 100%;
    height: 100%; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.big-card .transparent-background {
  position: absolute;
  background: -o-linear-gradient(317deg,
      rgba(28, 228, 255, 0.2) 0.92%,
      rgba(221, 77, 255, 0.2) 99.25%);
  background: linear-gradient(133deg,
      rgba(28, 228, 255, 0.2) 0.92%,
      rgba(221, 77, 255, 0.2) 99.25%);
  border-radius: 12px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}

.big-card .purple-background {
  position: absolute;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: -o-linear-gradient(317deg,
      rgba(0, 0, 0, 0.2) 0.92%,
      rgba(206, 0, 255, 0.2) 51.11%,
      rgba(83, 23, 255, 0.2) 99.25%);
  background: linear-gradient(133deg,
      rgba(0, 0, 0, 0.2) 0.92%,
      rgba(206, 0, 255, 0.2) 51.11%,
      rgba(83, 23, 255, 0.2) 99.25%);
}

.big-card__title {
  margin-bottom: 115px;
  font-size: 48px;
  font-weight: 700;
  line-height: 67.2px;
  background: -webkit-gradient(linear, left top, right top, color-stop(2.49%, #1ee2ff), to(#d20bd6));
  background: -o-linear-gradient(left, #1ee2ff 2.49%, #d20bd6 100%);
  background: linear-gradient(90deg, #1ee2ff 2.49%, #d20bd6 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.big-card__description {
  margin-bottom: 16px;
  line-height: 28.8px;
}

.big-card__link {
  -webkit-text-decoration-line: underline !important;
  text-decoration-line: underline !important;
  color: #fff;
  line-height: 28.8px;
}

/*----------WHY US----------------*/
.why-us {
  margin-bottom: 49.22px;
}

.why-us__description {
  line-height: 28.8px;
  margin-bottom: 0;
}

/* -----------PHOTO---------------- */

.photo-gallery {
  margin-bottom: 80px;
}

.photo-gallery img:last-of-type {
  padding-left: 0;
}

.photo-gallery .inner section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: swipe 20s linear infinite backwards;
  animation: swipe 20s linear infinite backwards;
}

.inner {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 24rem;
}

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

@-webkit-keyframes swipe {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

@keyframes swipe {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }

  100% {
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
  }
}

.big-image img {
  width: 600px;
  height: 420px;
  border-radius: 12px;
  margin: 0 10px;
}

.small-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
}

.small-image img,
.small-image div {
  width: 300px;
  height: 200px;
  border-radius: 12px;
  margin: 0 10px;
}

.small-image__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #19161c;
}

.small-image__card span {
  color: #19fb9b;
  font-size: 42px;
  line-height: 46.2px;
  letter-spacing: 1px;
}

.small-image__card--yellow span {
  color: #ffeb3b;
}

.midlle-image img {
  width: 300px;
  height: 420px;
  border-radius: 12px;
  margin: 0 10px;
}

/* --------------ALLSET--------------- */

.allset-description {
  margin-bottom: 150px;
}

.allset-description__title {
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
}

.allset-description__list {
  padding-left: 0;
  margin-bottom: 0;
  line-height: 28.8px;
}

.allset-description__item {
  font-size: 24px;
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  padding-bottom: 8px;
}

.allset-description__item p {
  color: #c4c4c4 !important;
  font-size: 18px;
  margin-top: 8px;
}

/* -----------FAQ--------------- */

.faq {
  margin-bottom: 160px;
}

.accordion__item {
  position: relative;
  padding: 16px 0 !important;
  border-bottom: 1px solid #5d5d5d;
  font-size: 20px;
}

.accordion__item ol,
.accordion__item ul {
  margin: 10px 0 !important;
}

.question {
  padding: 0;
  border: none;
  color: inherit;
  background-color: transparent;
  font-family: "Helvetica", sans-serif;
  font-weight: 400;
  line-height: 28px;
  cursor: pointer;
  text-align: left;
}

.answer {
  margin-top: 0;
  line-height: 28.8px;
  overflow: hidden;
}

.answer__body {
  margin-top: -300px;
  margin-bottom: 0;
  padding-top: 16px;
  font-size: 18px;
  -webkit-transition-property: margin-top;
  -o-transition-property: margin-top;
  transition-property: margin-top;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.answer__body .button {
  margin-top: 16px;
}

.accordion__item.open .answer__body {
  margin-top: 0;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

.answer__body,
.answer__body p,
.answer__body ul,
.answer__body ol,
.answer__body li {
  font-family: "Helvetica Neue", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  color: #c4c4c4 !important;
}

/* ------------slider------------ */
.slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.slider .inner {
  height: 5rem;
}

.slider .inner:nth-child(2n) .wrapper {
  -webkit-transform: translate(-109px);
  -ms-transform: translate(-109px);
  transform: translate(-109px);
}

.slider .inner section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: swipe 48s linear infinite backwards;
  animation: swipe 48s linear infinite backwards;
  animation-direction: reverse;
}

.inner:hover .wrapper section {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}

.slider__item {
  width: 198px;
  height: 72px;
  padding: 16px 24px;
  border-radius: 10px;
  margin-right: 20px;
  border: 1px solid #c4c4c4;
  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;
  overflow: hidden;
}

.slider__item svg {
  width: 150px;
  height: 40px;
}

.slider__item img {
  width: fit-content !important;
  height: fit-content !important;
  max-width: 100%;
  max-height: 100%;
}

/*----------CONTACTS----------------*/

.contacts {
  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;
  padding: 160px 12px 0;
  background-position-y: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.contacts .title {
  margin-bottom: 100px;
  text-align: center;
}

.contact-face {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 120px;
  border: 1px solid #c4c4c4;
}

.contact-face img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

.contacts__description {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 12px;
  font-weight: 400;
  text-align: center;
}

.contacts .social {
  /* margin-bottom: 160px; */
  margin-bottom: 100px;
}

.form-description {
  margin-bottom: 32px;
  font-size: 20px;
  text-align: center;
}

.form {
  max-width: 668px;
  text-align: left;
}

.form,
.form-description {
  font-size: 20px;
  line-height: 28px;
}

.form label {
  position: relative;
  width: 100%;
  border-radius: 16px;
  margin-bottom: 16px;
  z-index: 1;
}

.tab-content.hidden {
  display: none;
}

.form .form__item {
  display: -ms-grid;
  display: grid;
  gap: 16px;
  grid-template-columns: 2fr 5fr;
  margin-bottom: 16px;
}

.form .form__item label {
  margin-bottom: 0;
}

.form .input-description {
  display: inline-block;
  margin-bottom: 16px;
  color: #FFF;
  /*font-family: Helvetica;*/
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 28px */
}

.form .input:-webkit-autofill {
  background-color: transparent !important;
}

.form .input:autofill {
  background-color: transparent !important;
}

.form .input:-webkit-autofill {
  background-color: black !important;
  ;
}

.form .input:-webkit-autofill,
.form .input:-webkit-autofill:hover,
.form .input:-webkit-autofill:focus,
.form .input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #000 inset !important;
  -webkit-text-fill-color: #fff !important;
}

.form .input {
  padding-left: 66px;
  padding-right: 24px;
  line-height: 78px;
}

.form .input:not(:-moz-placeholder-shown)+svg path,
.form .textarea:not(:-moz-placeholder-shown)+svg path,
.form .input:not(:-moz-placeholder-shown)+div+svg path {
  fill: #fff;
}

.form .input:not(:-ms-input-placeholder)+svg path,
.form .textarea:not(:-ms-input-placeholder)+svg path,
.form .input:not(:-ms-input-placeholder)+div+svg path {
  fill: #fff;
}

.form .input:not(:placeholder-shown)+svg path,
.form .textarea:not(:placeholder-shown)+svg path,
.form .input:not(:placeholder-shown)+div+svg path {
  fill: #fff;
}

.form .textarea {
  padding: 24px 24px 24px 66px;
  min-height: 160px;
}

.form .input,
.form .select,
.form .textarea {
  background: #000;
  width: 100%;
  border-radius: 16px;
  border: 1px solid #6c6c6c;
  color: #fff;
}

.form .select {
  height: 56px;
  padding: 13.5px 16px;
}

label svg {
  position: absolute;
  width: 32px;
  height: 32px;
  left: 24px;
  top: 24px;
  margin-right: 10px;
}

.form label::before {
  position: absolute;
  background: none;
  content: "";
  display: block;
  border-radius: 16px;
  padding: 0;
  z-index: -1;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
}

.form .input:hover,
.form .textarea:hover {
  border: 1px solid transparent;
}

input[disabled=true] {
  cursor: not-allowed;
  opacity: 0.7;
}

.label-password .input:focus+.password-hint-list,
.label-password .input:focus+div+.password-hint-list {
  display: block;
}

.form label:hover:before {
  background: -o-linear-gradient(45deg,
      rgb(21, 171, 98),
      rgb(30, 226, 255),
      rgb(210, 11, 214));
  background: linear-gradient(45deg,
      rgb(21, 171, 98),
      rgb(30, 226, 255),
      rgb(210, 11, 214));
}

.textarea-label:hover::before {
  bottom: 5px;
}

.textarea-label .error {
  top: 18px !important;
  bottom: unset !important;
  height: unset !important;
}

label:hover path {
  fill: #fff;
}

.form .input.error {
  border: 1px solid #ff3e3e;
  padding-right: 188px;
}

.form .input.error.not-empty {
  padding-right: 218px;
}

.form .input--password.error.not-empty {
  padding-right: 238px;
}

.form .input.error.not-empty+.error {
  right: 74px;
}

.form .textarea.error {
  border: 1px solid #ff3e3e;
  padding-right: 188px;
}

.form div.error {
  position: absolute;
  max-width: calc(100% - 16px - 44px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  top: 0;
  bottom: 0;
  height: 100%;
  right: 44px;
  color: #ff3e3e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  pointer-events: none;
  text-align: right;
}

.form div.error::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background-image: url(/assets/icons/warning.svg);
  background-position: center center;
  right: -28px;
}

.form .label-password div.error {
  right: 74px;
}

.form .label-password input.not-empty.error+div.error {
  right: 104px;
}

.form .button {
  width: 100%;
}

.form-stepper {
  margin: 0 auto 40px 0;
  background-color: unset;
  border: none;
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  text-decoration-line: underline;
  cursor: pointer;
}

.checkbox-wrapper {
  margin: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.checkbox-control {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 24px 16px auto;
  grid-template-columns: 24px auto;
  gap: 16px;
  font-size: 14px;
  line-height: 22.4px;
  text-align: left;
}

.checkbox-control .link {
  color: #fff;
  text-decoration: underline !important;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  -moz-appearance: none;
  appearance: none;
  /* For iOS < 15 */
  background-color: transparent;
  /* Not removed via appearance */
  margin: 0;
  padding: 0 !important;
  width: 24px;
  height: 24px;
  border: 2px solid #c4c4c4;
  border-radius: 6px;
  background: #000;
  -webkit-transform: translateY(-0.075em);
  -ms-transform: translateY(-0.075em);
  transform: translateY(-0.075em);
  display: -ms-grid;
  display: grid;
  place-content: center;
  cursor: pointer;
}

input[type="checkbox"]:hover {
  border: 2px solid #fff;
  outline: none;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.95em;
  height: 0.85em;
  -webkit-clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
  -webkit-transition: 120ms -webkit-transform ease-in-out;
  transition: 120ms -webkit-transform ease-in-out;
  -o-transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out;
  transition: 120ms transform ease-in-out, 120ms -webkit-transform ease-in-out;
  -webkit-box-shadow: inset 1em 1em #fff;
  box-shadow: inset 1em 1em #fff;
  /* Windows High Contrast Mode */
  border-radius: 6px;
  background: -o-linear-gradient(357deg, #00f8ff 6.44%, #e643ff 93.45%);
  background: linear-gradient(93deg, #00f8ff 6.44%, #e643ff 93.45%);
}

input[type="checkbox"]:checked {
  background: -o-linear-gradient(357deg, #00f8ff 6.44%, #e643ff 93.45%);
  background: linear-gradient(93deg, #00f8ff 6.44%, #e643ff 93.45%);
  border: none;
}

input[type="checkbox"]:checked::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

input[type="checkbox"].error+span,
input[type="checkbox"].error+div+span,
input[type="checkbox"].error+div+span a {
  color: #ff3e3e;
}

input[type="checkbox"].error+.error {
  display: none;
}

label.label-password {
  position: relative;
  z-index: 2;
}

label .buttons-wrapper {
  height: 100%;
  top: 0;
  right: 16px;
  bottom: 0;
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
}

.buttons-wrapper button svg {
  position: static;
  margin: 0;
}

.eye-button {
  width: 24px;
  height: 24px;
}

.eye-button svg {
  width: 24px;
  height: 24px;
}

.cross-button {
  width: 20px;
  height: 20px;
}

.cross-button svg {
  width: 20px;
  height: 20px;
}

.label-password .eye-button,
label .cross-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
}

.eye-button.open svg:first-child {
  display: none;
}

.eye-button svg:last-child {
  display: none;
}

.eye-button.open svg:last-child {
  display: block;
}

.password-hint-list {
  display: none;
  position: absolute;
  z-index: 5;
  top: 60px;
  background: #fff;
  border-radius: 8px;
  padding: 16px 24px;
  max-width: 584px;
  width: 100%;
  color: #19161c;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 18px;
  line-height: 28.8px;
}

.password-hint {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.password-hint svg {
  position: static;
  flex-shrink: 0;
  margin: 0;
  margin-top: 5px;
}

.password-hint p {
  margin: 0 0 4px 12px;
  text-align: left;
}

.password-hint.check svg path {
  fill: green;
}

.password-hint:last-child p {
  margin: 0 0 0 12px;
}

/*----------FOOTER----------------*/

.footer {
  border-top: 2px solid #6c6c6c;
  max-width: calc(100% - 40px * 2);
  width: 100%;
  margin: 0 40px;
}

.footer .navigation {
  margin: 40px 0 56px;
}

.footer__bottom {
  margin-bottom: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__information {
  max-width: 668px;
  color: #c4c4c4;
  font-size: 14px;
  line-height: 22.4px;
  padding-right: 12px;
}

.footer__text {
  margin-bottom: 8px;
}

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

.footer__icon svg {
  width: 44px;
  height: 44px;
  margin-right: 22px;
}

.age-limit-icon {
  margin-right: 22px;
}

/* Modal */

.modal {
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: scroll;
  overflow-x: hidden;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(6px);
}

.modal.hidden {
  display: none;
}

.modal__title {
  margin-bottom: 40px;
  color: #FFF;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 48px */
  padding-right: 12px;
}

.modal__title.hidden {
  display: none;
}

.modal .container {
  display: flex;
  align-items: center;
  text-align: center;
  vertical-align: middle;
  max-width: 668px;
  width: 100%;
  padding: 0;
}

.modal .body {
  position: relative;
  display: inline-block;
  background-color: #000;
  border-radius: 12px;
  border: 2px solid #c4c4c4;
  padding: 40px;
  text-align: left;
}

.modal .form label::before {
  border-radius: 8px;
}

.modal .form input,
.modal .form select,
.modal .form textarea {
  border-radius: 8px;
}

.modal .form input {
  line-height: 52px;
  padding-left: 16px;
}

.modal .form .button {
  margin-bottom: 0;
}

/* Tabs */

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
  margin-bottom: 40px;
}

.tabs.hidden {
  display: none;
}

.tab {
  color: #6c6c6c;
  font-family: "Helvetica Neue", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  /* 48px */
  cursor: pointer;
}

.tab.active {
  color: #fff;
}

.body .close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  background-color: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

.close svg {
  width: 20px;
  height: 20px;
}

#scene {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100%;
  pointer-events: none;
}

@media only screen and (max-width: 1170px) {

  .main-background--right {
    display: none !important;
  }
}

@media only screen and (max-width: 1060px) {
  .navigation__action-wrapper .select--borderless {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 992px) {

  .photo-gallery .inner section,
  .slider .inner section {
    animation: none;
    display: none;
  }

  .photo-gallery .inner section:first-child,
  .slider .inner section:first-child {
    display: flex;
  }

  .photo-gallery .inner,
  .slider .inner {
    overflow-x: scroll;
  }

  .photo-gallery .inner::-webkit-scrollbar,
  .slider .inner::-webkit-scrollbar {
    background-color: rgba(147, 147, 147, 0.15);
    width: 5px;
    height: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  .photo-gallery .inner::-webkit-scrollbar-button,
  .slider .inner::-webkit-scrollbar-button {
    display: none;
  }

  .photo-gallery .inner::-webkit-scrollbar-thumb,
  .slider .inner::-webkit-scrollbar-thumb {
    background-color: rgba(184, 68, 255, 0.3);
  }

  .modal {
    z-index: 10;
  }

  .modal .body {
    padding: 24px;
  }

  .modal .custom-select {
    min-width: 170px;
  }

  .modal .body .close {
    right: 24px;
  }

  .modal__title {
    font-size: 32px;
    line-height: 1.2;
  }

  .tab {
    font-size: 32px;
    line-height: 1.2;
  }

  .title {
    text-align: left;
    font-size: 32px !important;
    line-height: 1.2 !important;
    margin-bottom: 40px !important;
  }

  .header {
    padding: 0;
  }

  .header .navigation {
    position: absolute;
    width: 100vw;
    height: 100vh;
    height: 100dvh;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-template-rows: 38px auto;
    z-index: 2;
    padding: 24px;
    pointer-events: none;
  }

  .header .navigation__logo {
    pointer-events: all;
  }

  .navigation__logo svg {
    width: 180px;
    height: 36px;
  }

  .header .navigation__action-wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: calc(7vh + 8px);
    margin: 0;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    transition: transform 0.7s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.8s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transform: scale(1.15) translateY(-30px);
    transition-delay: 0.35s;
  }

  .header .navigation .social {
    display: flex;
  }

  .header .navigation.menu-opened .social {
    opacity: 1;
    pointer-events: all;
    transform: scale(1) translateY(0);
    transition-delay: 0.42s;
  }

  .header .social {
    z-index: 2;
  }

  .social {
    flex-wrap: nowrap;
    overflow-x: scroll;
    max-width: 100%;
  }

  .social::-webkit-scrollbar {
    background-color: rgba(147, 147, 147, 0.15);
    width: 5px;
    height: 5px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
  }

  .social::-webkit-scrollbar-button {
    display: none;
  }

  .social::-webkit-scrollbar-thumb {
    background-color: rgba(184, 68, 255, 0.3);
  }

  .social .social__item {
    border: none;
  }

  .header .menu-opened .navigation__action-wrapper {
    opacity: 1;
    pointer-events: all;
    transform: scale(1) translateY(0);
    transition-delay: 0.35s;
  }

  .menu-toggle {
    display: inline-block;
    pointer-events: all;
  }

  .header .menu {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    list-style: none;
    margin-top: calc(34vh - 150px);
    padding: 0;
    gap: 3vh;
  }

  .header .menu .menu__item {
    position: relative;
    display: block;
    padding: 0;
    font-size: 22px;
    color: #FFF;
    text-decoration: none;
    line-height: 1.4;
    width: 100%;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.29s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }

  .header .menu .menu__item:nth-child(1) {
    transition-delay: 0.25s;
  }

  .header .menu .menu__item:nth-child(2) {
    transition-delay: 0.22s;
  }

  .header .menu .menu__item:nth-child(3) {
    transition-delay: 0.19s;
  }

  .header .menu .menu__item:nth-child(4) {
    transition-delay: 0.16s;
  }

  .header .menu .menu__item:nth-child(5) {
    transition-delay: 0.13s;
  }

  .header .menu .menu__item:nth-child(6) {
    transition-delay: 0.1s;
  }

  .header .menu .menu__item:nth-child(7) {
    transition-delay: 0.07s;
  }

  .header .navigation::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    background-color: #000;
    background-image: url('/assets/public/menu-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -10px -200px;
    backdrop-filter: blur(6px);
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
  }

  .header .navigation.menu-opened::before {
    opacity: 1;
  }

  .header .navigation.menu-opened {
    pointer-events: all;
  }

  .header .navigation.menu-opened .menu .menu__item {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }

  .header .navigation.menu-opened .menu .menu__item:nth-child(1) {
    transition-delay: 0.27s;
  }

  .header .navigation.menu-opened .menu .menu__item:nth-child(2) {
    transition-delay: 0.34s;
  }

  .header .navigation.menu-opened .menu .menu__item:nth-child(3) {
    transition-delay: 0.41s;
  }

  .header .navigation.menu-opened .menu .menu__item:nth-child(4) {
    transition-delay: 0.48s;
  }

  .header .navigation.menu-opened .menu .menu__item:nth-child(5) {
    transition-delay: 0.55s;
  }

  .header .navigation.menu-opened .menu .menu__item:nth-child(6) {
    transition-delay: 0.62s;
  }

  .header .navigation.menu-opened .menu .menu__item:nth-child(7) {
    transition-delay: 0.69s;
  }

  .navigation__logo {
    margin-right: auto;
    z-index: 2;
  }

  .navigation__action-wrapper {
    margin: 56px auto 0;
  }

  .main {
    margin-top: 272px;
    padding-top: 0;
  }

  .main__title {
    text-align: center;
    font-size: 56px;
    line-height: 100%;
  }

  .advantages {
    margin-bottom: 120px;
    padding: 0 12px;
  }

  .conditions {
    padding: 0 12px;
    margin-bottom: 120px;
  }

  .conditions .col-lg-6:first-child {
    order: 1;
  }

  .conditions__list {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .conditions__item p {
    font-size: 40px;
    line-height: 1.2;
  }

  .conditions .big-card {
    margin-top: 0;
    margin-bottom: 32px;
  }

  .conditions .button {
    margin-top: 32px;
    width: 100%;
  }

  .faq__tile {
    margin-bottom: 24px;
  }

  .why-us {
    padding: 0 12px;
  }

  .photo-gallery {
    margin-bottom: 40px;
  }

  .allset-description {
    padding: 0 20px;
    margin-bottom: 120px;
  }

  .faq {
    padding: 0 24px !important;
    margin-bottom: 120px;
  }

  .faq__title {
    margin-bottom: 56px;
  }

  .big-card {
    padding: 32px;
  }

  .contacts {
    padding-top: 120px;
    background-position-y: 9vw;
    background-position-x: center;
    background-size: 970px;
  }

  .contacts .social {
    /* margin-bottom: 100px; */
    margin-bottom: 120px;
  }

  .contacts .form .input {
    line-height: 52px;
    padding-left: 12px;
  }

  .contacts .form .textarea {
    padding-top: 12px;
    padding-left: 12px;
  }

  .contacts .form label>svg {
    display: none;
  }

  .footer {
    margin: 0 24px;
  }

  .footer .navigation {
    grid-template-columns: 1fr;
  }

  .footer .menu {
    margin-top: 46px;
    margin-bottom: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .footer .navigation__action-wrapper {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .footer__bottom {
    flex-wrap: wrap;
    flex-basis: 100%;
  }

  .copyrights {
    margin: 24px 0;
  }
}

@media only screen and (max-width: 768px) {

  .social__item:nth-child(2n) {
    border: none;
  }
}

@media only screen and (max-height: 750px) {
  .modal .container {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 720px) {
  .modal {
    padding: 0;
    background-color: #000;
  }

  .modal .body {
    width: 100%;
    height: 100vh;
    height: 100dvh;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
  }

  .modal .form {
    display: flex;
    flex-direction: column;
    /*height: calc(100vh - 128px);*/
  }

  .tab-content {
    padding-bottom: 20px;
  }

  .modal .form .button {
    margin-top: auto;
  }

  /* Понадобится, если решить вернуть кнопки инпутов */
  /*.form .label-password div.error {*/
  /*  right: 46px;*/
  /*}*/

  /*.form .label-password input.not-empty.error + div.error {*/
  /*  right: 76px;*/
  /*}*/

  /*.form .input.error.not-empty + .error {*/
  /*  right: 46px;*/
  /*}*/

  /*.form .input.error {*/
  /*  padding-right: 118px;*/
  /*}*/

  .form div.error {
    height: calc(100% - 2px);
    top: 1px;
    right: 16px !important;
    background-color: #000;
    font-size: 12px;
  }

  .form .input {
    padding-right: 16px !important;
  }

  .form .input.not-empty {
    padding-right: 46px !important;
  }

  .form .label-password .input.not-empty {
    padding-right: 76px !important;
  }

  .form div.error::before {
    display: none;
  }

  .form input.error+div.error+.buttons-wrapper,
  .form input.error+div.error+div+.buttons-wrapper {
    display: none;
  }
}

@media only screen and (max-width: 540px) {
  .main {
    margin-top: 250px;
  }

  .main-background--left {
    top: -116px;
    max-width: 100%;
  }

  .main-background--right {
    margin-top: 80px;
    max-width: 100%;
  }

  .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .conditions__item {
    padding: 0 12px;
  }

  .big-card__title {
    font-size: 28px;
    margin-bottom: 28px;
  }

  .password-hints {
    padding: 12px;
  }

  .password-hint svg {
    width: 20px;
    height: 20px;
  }

  .form .form__item {
    grid-template-columns: 1fr;
  }
}

/*----------COOKIE POPUP----------------*/
/*----------COOKIE POPUP----------------*/
#cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  /* bottom: auto; */
  z-index: 9999;
  background: #9945FF;
  color: #fff;
  border-radius: 20px;
  padding: 32px 32px 24px 32px;
  max-width: 460px;
  margin: 0 auto;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.15);
  display: none;
  font-family: "Helvetica", sans-serif;
}

#cookie-popup span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 18px;
}

#cookie-popup p {
  font-size: 14px;
  margin-bottom: 32px;
  margin-top: 0;
}

#cookie-popup #close-cookie-popup {
  position: absolute;
  top: 32px;
  right: 32px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
}

#cookie-popup #accept-cookies {
  background: none;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-left: 0;
  margin-top: 0;
  padding: 0;
}

#cookie-popup #accept-cookies::after {
  content: '→';
  font-size: 16px;
  margin-left: 8px;
}

@media (max-width: 768px) {
  #cookie-popup {
    width: calc(100% - 40px);
    max-width: 100%;
    bottom: 20px;
    right: 20px;
    padding: 24px 16px 16px 16px;
  }

  #cookie-popup #close-cookie-popup {
    top: 16px;
    right: 16px;
  }

  #cookie-popup span {
    font-size: 22px;
    margin-bottom: 12px;
  }

  #cookie-popup p {
    font-size: 12px;
    margin-bottom: 24px;
  }

  #cookie-popup #accept-cookies {
    font-size: 14px;
  }
}

/*
#cookie-popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #9945FF;
  color: #ffffff;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  max-width: 460px;
  width: 460px;
  height: 185px;
  font-family: "Helvetica", sans-serif;
  display: none;
}

@media (max-width: 768px) {
  #cookie-popup {
    width: calc(100% - 40px);
    max-width: 100%;
    left: 20px;
    right: 20px;
    bottom: 20px;
  }
}

#cookie-popup span {
  margin: 0;
  font-size: 24px;
  line-height: 20px;
}


#cookie-popup p {
  margin: 0;
  font-size: 14px;
  line-height: 20px;
}

#cookie-popup button#accept-cookies {
  background-color: #9945FF;
  color: #ffffff;
  border: none;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  cursor: pointer;
  margin-top: 10px;
}
*/

.contacts__manager-main .contacts__description {
  font-size: 20px;
}

.contacts__managers-row .contacts__description {
  font-size: 18px;
  color: #C4C4C4;
}

.contacts__managers-main .social {
  font-size: 18px;
}

.contacts__managers-row .social {
  font-size: 18px;
}

.contacts__managers-row {
  display: flex;
  flex-direction: row;
  /* gap: 32px; */
  justify-content: center;
  align-items: flex-start;
  /* margin-top: 32px; */
}

.contacts__managers-row .contact-face {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* margin-left: 185px; */
  margin-left: 150px;
  width: 90px;
  height: 90px;
}

.contacts__description {
  margin-top: 12px;
  text-align: center;
}

.contacts .contacts__manager-main .social {
  margin-bottom: 100px;
}

.bigger-avatars .contact-face {
  position: relative;
  width: 120px;
  height: 120px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 120px;
  border: 1px solid #c4c4c4;
}

.bigger-avatars .contact-face img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 768px) {
  .contacts__managers-row {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
    align-items: center;
    /* Center managers under the first manager */
    padding-left: 0;
    padding-right: 0;
  }
}

/* .contacts__manager-main {
  display: flex;
  flex-direction: column;
  align-items: center;
} */

/* .contacts .contacts__manager-main .social {
  margin-bottom: 80px;
} */
.brands-header__title,
.testimonials-header__title,
.terms-conditions__title,
.news__title {
  font-size: 56px !important;
  line-height: 1 !important;
}
