/* tes */

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

a {
  text-decoration: none;
  color: inherit;
  display: block;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  border: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff2") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/MontserratAlternates-Bold.woff2") format("woff2"), url("../fonts/MontserratAlternates-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/MontserratAlternates-SemiBold.woff2") format("woff2"), url("../fonts/MontserratAlternates-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("../fonts/MontserratAlternates-Medium.woff2") format("woff2"), url("../fonts/MontserratAlternates-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
:root {
  --font-mon: "Montserrat", serif;
  --font-alt: "MontserratAlternates", serif;
}

.table-mob__head .table-mob__cell, .table__head .table__row .table__cell, .directions__slide h3, .popup--serv .popup__header {
  text-shadow: 0 0 2rem rgba(255, 255, 255, 0.8392156863);
}

.footer__wr, .table__head .table__row .table__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.clients__list, .clients__lead, .cell--circle.circle--red, .header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.directions__slide .directions__button, .desc__info, .header__wr {
  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;
}

.directions__slider-wr .swiper-btn, .popup__close {
  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;
}

.form, .packets__button, .directions__slide, .advant__item, .bm, .popup--serv .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html {
    scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  max-width: 100vw;
}

body {
  font-family: var(--font-alt);
  color: #fff;
  background-color: #010113;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  body {
    font-size: 1rem;
  }
}

@media (max-width:400px ){
    body {
        font-size: 0.75rem;
    }
}

html.--no-scroll {
  overflow: hidden;
}

:root {
  --swiper-btn-margin: 4rem;
}
@media (max-width: 1440px) {
  :root {
    --swiper-btn-margin: 3.375rem;
  }
}

.container {
  max-width: 90rem;
  margin: 0 auto;
  padding: 0 7.5rem;
}
@media (max-width: 1440px) {
  .container {
    padding: 0 6.5rem;
  }
}
@media (max-width: 1200px) {
  .container {
    padding: 0 0.9375rem;
  }
}

.h1-title {
  font-family: "Montserrat", serif;
  font-weight: 700;
  font-size: 3.375rem;
  text-transform: uppercase;
}
@media (max-width: 720px) {
  .h1-title {
    text-align: center;
  }
}

@media (max-width:400px ){
    .h1-title {
        font-size: 3rem;
    }
}

.h2-title {
  font-family: "Montserrat", serif;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 4rem;
}
@media (max-width: 1440px) {
  .h2-title {
    margin-bottom: 3rem;
  }
}

@media (max-width:400px ){
    .h2-title {
        font-size: 1.5rem;
    }
}


.button {
  font-family: "MontserratAlternates", serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 600;
  padding: 1.25rem;
  position: relative;
  border-radius: 1.25rem;
  display: inline-block;
  backdrop-filter: blur(40px);
  background: transparent;
  z-index: 0;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #fff;
}
@media (max-width: 720px) {
  .button {
    padding: 1rem;
    font-size: 1rem;
  }
}
@media (hover: hover) {
  .button:hover {
    color: #09FBD3;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .button:hover::after {
    opacity: 1;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}

.button::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 80px 0 rgba(9, 251, 211, 0.3);
          box-shadow: 0 0 80px 0 rgba(9, 251, 211, 0.3);
  background: linear-gradient(159deg, rgba(253, 82, 186, 0.2) 0%, rgba(9, 251, 211, 0.2) 58.41%), rgba(255, 255, 255, 0.05);
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.button::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1875rem;
  background: linear-gradient(130deg, #FE53BB 60%, #09FBD3);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

.fancybox__backdrop {
  background: rgba(0, 0, 0, 0.7);
}

.popup {
  display: none;
}

.popup--form {
  width: 100%;
  max-width: 42.5rem;
  padding: 20px;
  background: transparent;
}

.popup--form .popup__content {
    position: relative;
    border-radius: 2.5rem;
    padding: 6rem;
    backdrop-filter: blur(1.875rem);
    background: rgba(0, 0, 0, 0);

}

.popup--form .popup__content::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1875rem;
  background: -webkit-gradient(linear, left top, right bottom, from(#FE53BB), color-stop(42%, rgba(0, 0, 0, 0.6588235294)), color-stop(52%, rgba(0, 0, 0, 0.6588235294)), to(#09FBD3));
  background: linear-gradient(to bottom right, #FE53BB 0%, rgba(0, 0, 0, 0.6588235294) 42%, rgba(0, 0, 0, 0.6588235294) 52%, #09FBD3 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  z-index: -1;
}

#popup-tnx .popup__content::after {
    background: -webkit-gradient(linear, left top, right bottom, from(#09FBD3), color-stop(45%, rgba(0, 0, 0, 0.6588235294)), color-stop(60%, rgba(0, 0, 0, 0.6588235294)), to(#09FBD3));
    background: linear-gradient(to bottom right, #09FBD3 0%, rgba(0, 0, 0, 0.6588235294) 45%, rgba(0, 0, 0, 0.6588235294) 60%, #09FBD3 100%);

}
#popup-tnx .popup__title {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 0;
}


#popup-tnx .popup__title span {
    font-weight: 700;
    display: block;
    margin-bottom: 0.9375rem;
}
.popup--form .popup__title {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
  text-align: center;
  color: #fff;
}
@media (max-width: 480px) {
  .popup--form .popup__title {
    width: 70%;
    margin-inline: auto;
  }
}
.popup--form .form {
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.popup--form .form label {
  position: relative;
  width: 100%;
}
.popup--form .form label::before {
  content: "*";
  position: absolute;
  top: 0.875rem;
  left: 0.875rem;
  font-size: 0.9375rem;
  color: #FE53BB;
}
.popup--form .form > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
.popup--form .form > :nth-last-child(2) {
  margin-bottom: 2.5rem;
}
.popup--form .form .form__input {
  font-family: Inter;
  padding: 1.3125rem 1.375rem;
  font-weight: 400;
}
.popup--form .form .form__input::-webkit-input-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
}
.popup--form .form .form__input::-moz-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
}
.popup--form .form .form__input:-ms-input-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
}
.popup--form .form .form__input::-ms-input-placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
}
.popup--form .form .form__input::placeholder {
  font-size: 0.9375rem;
  font-weight: 400;
}
.popup--form .form textarea {
  height: 3.75rem;
  resize: none;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE 10+ */
}
@media (max-width: 1440px) {
  .popup--form .popup__content {
    padding: 3rem;
  }
}
@media (max-width: 430px) {
  .popup--form .popup__content {
    padding: 3rem 1.5rem;
  }
}

@media (max-width:600px ){
    .popup--form .form textarea {
        height: max-content;
    }
}

.popup__wr {
  position: relative;
  border-radius: 2.5rem;
  padding: 3rem;
  overflow: hidden;
}
.popup__wr::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1875rem;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(255, 255, 255, 0)), color-stop(19%, rgba(0, 0, 0, 0)), to(rgba(255, 255, 255, 0.0784313725)));
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40% 40%, rgba(0, 0, 0, 0) 19% 42%, rgba(255, 255, 255, 0.0784313725) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
@media (max-width: 900px) {
  .popup__wr {
    padding: 1.5rem;
  }
}

.popup--serv {
  width: min(100%, 75rem);
  background: transparent;
  padding: 0;
}
.popup--serv .popup__content {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.popup--serv .popup__icon {
  width: 9.8125rem;
  height: auto;
  margin-bottom: 3rem;
}
@media (max-width: 400px) {
  .popup--serv .popup__icon {
    width: 8.125rem;
    margin-bottom: 1.875rem;
  }
}
.popup--serv .popup__header {
  font-family: "MontserratAlternates", serif;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3rem;
  color: #fff;
}
.popup--serv .popup__header br {
  display: none;
}
@media (max-width: 900px) {
  .popup--serv .popup__header {
    text-align: center;
    font-size: 2rem;
  }
}
@media (max-width: 400px) {
  .popup--serv .popup__header {
    font-size: 1.5rem;
    margin-bottom: 1.875rem;
  }
}
.popup--serv .table {
  width: 100%;
}
.popup--serv .table:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 900px) {
  .popup--serv .table {
    display: none;
  }
}
.popup--serv .table__head .table__row .table__cell {
  font-size: 1rem;
  color: #09FBD3;
  padding: 0.75rem;
}
.popup--serv .table__cell {
  padding: 0.75rem;
}
.popup--serv .table__row {
  grid-template-columns: 33.75rem 10rem 10rem 1fr;
}

@media (max-width:1440px ){
    .popup--serv .table__row {
        grid-template-columns: 28.4375rem 10rem 10rem 1fr;
    }
}

@media (max-width:1100px ){
    .popup--serv .table__row {
        grid-template-columns: 18.75rem 10rem 10rem 1fr;
    }
}

@media (max-width:900px ){
    .popup--serv .table-mob__head .table-mob__cell {
        height: 100%;
    }
}
.popup--serv .table__body .table__row .table__cell {
  font-size: 0.625rem;
  font-weight: 400;
  color: #fff;
}
.popup--serv .table__body .table__row .table__cell:nth-child(1), .popup--serv .table__body .table__row .table__cell:nth-child(2) {
  font-size: 0.75rem;
  font-weight: 600;
}
.popup--serv .popup__button {
  padding: 0.9375rem 1.25rem;
  font-size: 20px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  .popup--serv {
    width: 100%;
    padding: 3.125rem 0.9375rem;
  }
}

.popup__close {
  position: absolute;
  width: 3.125rem;
  aspect-ratio: 1;
  border-radius: 1.25rem;
  right: 0;
  top: 0;
  -webkit-transform: translate(-3rem, 3rem);
          transform: translate(-3rem, 3rem);
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1);
  z-index: 1;
}
.popup__close svg {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 720px) {
  .popup__close {
    width: 2.1875rem;
  }
}
/* @media (max-width: 900px) {
  .popup__close {
    -webkit-transform: translate(-1.25rem, 1.25rem);
            transform: translate(-1.25rem, 1.25rem);
  }
} */

@media (max-width: 1440px) {
  .popup__close {
    -webkit-transform: translate(-1.25rem, 1.25rem);
            transform: translate(-1.25rem, 1.25rem);
  }
}
@media (hover: hover) {
  .popup__close:hover svg path {
    stroke: #09FBD3;
    -webkit-transition: stroke 0.2s linear;
    transition: stroke 0.2s linear;
  }
  .popup__close:hover svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  }
}

.popup__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: -1;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.47, -0.44, 0.49, 1.46);
  transition: opacity 1s cubic-bezier(0.47, -0.44, 0.49, 1.46);
}

.fade-in.lazyloaded {
  opacity: 1;
}

.acc-header {
  cursor: pointer;
}

.acc-item {
  overflow: hidden;
}

.acc-content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.header {
  padding: 3rem 0;
  background: #010113;
  position: relative;
  z-index: 10;
}
@media (max-width: 1440px) {
  .header {
    padding: 2.25rem 0;
  }
}

.header__wr {
  gap: 0.625rem;
}

.header__logo {
  width: 3.75rem;
  height: auto;
}
@media (max-width: 1024px) {
  .header__logo {
    width: 3.125rem;
  }
}

.header__nav {
  gap: 2.5rem;
}
.header__nav a {
  position: relative;
  padding: 1.25rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  backdrop-filter: blur(2.5rem);
  font-size: 1.125rem;
}
@media (hover: hover) {
  .header__nav a:hover::after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header__nav a:hover {
    color: #09FBD3;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
}
.header__nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#FE53BB), to(#09FBD3));
  background: linear-gradient(90deg, #FE53BB, #09FBD3);
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media (max-width: 1440px) {
  .header__nav a {
    padding: 1.25rem;
    font-size: 1.125rem;
  }
}
@media (max-width: 1140px) {
  .header__nav a {
    padding: 1.25rem 0;
  }
}
@media (max-width: 1024px) {
  .header__nav a {
    padding: 1rem;
    font-size: 0.875rem;
  }
}
@media (max-width: 1440px) {
  .header__nav {
    gap: 1rem;
  }
}
@media (max-width: 1024px) {
  .header__nav {
    gap: 0.5rem;
  }
}
@media (max-width: 800px) {
  .header__nav {
    display: none;
  }
}

.bm-btn {
  display: none;
  width: 3.125rem;
  aspect-ratio: 1;
  border-radius: 1.25rem;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1);
}
.bm-btn span {
  width: 1.25rem;
  height: 0.125rem;
  border-radius: 0.625rem;
  background: #fff;
}
@media (max-width: 800px) {
  .bm-btn {
    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: 0.3125rem;
  }
}

.bm {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  padding: 2.25rem 1rem;
  background: #010113;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: 0.5s cubic-bezier(0.55, 0.085, 0, 0.99);
}
.bm.bm--open {
  opacity: 1;
  -webkit-box-shadow: -5px 0 87px 0 rgba(9, 251, 211, 0.4);
          box-shadow: -5px 0 87px 0 rgba(9, 251, 211, 0.4);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-box-shadow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-box-shadow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), box-shadow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: transform 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), opacity 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), box-shadow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-transform 0.5s cubic-bezier(0.55, 0.085, 0, 0.99), -webkit-box-shadow 1.2s cubic-bezier(0.55, 0.085, 0, 0.99);

  @media (min-width:800px ){
    display: none;
  }

}

.bm__close {
  width: 3.125rem;
  aspect-ratio: 1;
  border-radius: 1.25rem;
  backdrop-filter: blur(2.5rem);
  background: rgba(255, 255, 255, 0.1);
  -ms-flex-item-align: end;
      align-self: end;
  margin-bottom: 0.5rem;
}

.bm__nav a {
  font-size: 1.125rem;
  padding: 1.25rem;
  color: #fff;
  text-align: center;
}
.bm__nav a:not(:last-child) {
  margin-bottom: 0.5rem;
}

.bm__logo {
  margin-top: auto;
}

.hero {
  position: relative;
  padding: 10rem 0;
}
@media (max-width: 1024px) {
  .hero .container {
    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;
  }
}
@media (max-width: 1024px) {
  .hero {
    padding: 6rem 0;
  }
}

.hero__shadow {
  position: absolute;
  z-index: -1;
}

.shadow--pink {
  top: 0;
  left: 0;
}

.shadow--green {
  bottom: -27.5rem;
  right: 0;
}
@media (max-width: 1024px) {
  .shadow--green {
    bottom: -10.5rem;
  }
}

.hero__info {
  position: relative;
  max-width: 37.5rem;
  z-index: 1;
}
@media (max-width: 1024px) {
  .hero__info {
    max-width: 100%;
  }
}

.hero__title {
  position: relative;
  padding-bottom: 2.25rem;
  margin-bottom: 2.25rem;
}
.hero__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: -webkit-gradient(linear, left top, right top, from(#FE53BB), to(#09FBD3));
  background: linear-gradient(90deg, #FE53BB, #09FBD3);
}
@media (max-width: 1024px) {
  .hero__title {
    text-align: center;
  }
  .hero__title br {
    display: none;
  }
}

.hero__text {
  margin-bottom: 2.25rem;
}
.hero__text p:not(:last-child) {
  margin-bottom: 0.625rem;
}
@media (max-width: 1024px) {
  .hero__text {
    text-align: center;
    margin-bottom: 2.25rem;
  }
}

@media (max-width:400px ){
    .hero__text {
        font-size: 0.75rem;
    }
}

@media (max-width: 1024px) {
  .hero__button {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
}
@media (max-width: 720px) {
  .hero__button {
    margin-bottom: 3.125rem;
  }
}

.hero__img {
  width: clamp(850px, 850px + 402 * (100vw - 1025px) / 895, 1252px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: clamp(-210px, -210px + (100vw - 1025px) * 0.29, 50px);
}
@media (max-width: 1024px) {
  .hero__img {
    position: static;
    -webkit-transform: none;
            transform: none;
    width: 100%;
  }
}
@media (max-width: 720px) {
  .hero__img {
    max-width: none;
    width: 150%;
  }
}
@media (max-width: 480px) {
  .hero__img {
    width: 210%;
  }
}

.advant {
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .advant {
    margin-bottom: 6rem;
  }
}

@media (max-width:400px ){
    .advant {
        margin-bottom: 3rem;
    }
}

.advant__title.h2-title {
  margin-bottom: 1.5rem;
}

.advant__subtitle {
  margin-bottom: 4rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .advant__subtitle {
    margin-bottom: 3rem;
  }
}

@media (max-width:400px ){
    .advant__subtitle {
        font-size: 0.875rem;
    }
}

.advant__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.25rem;
}
@media (max-width: 1440px) {
  .advant__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .advant__list {
    grid-template-columns: 1fr;
  }
}

.advant__item {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
  padding: 2.25rem;
  border-radius: 2.5rem;
  background-image: url("../images/adv-bg.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.advant__item::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0625rem;
  background: linear-gradient(311deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.1) 30%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.2) 90%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.advant__item img {
  width: 7.6875rem;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .advant__item img {
    width: 7.5625rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
}
.advant__item h3 {
  font-family: "MontserratAlternates", serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
  text-shadow: 0 0 2.8125rem #fff;
}
@media (max-width: 1440px) {
  .advant__item h3 {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  .advant__item h3 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
  }
}
@media (max-width: 1000px) {
  .advant__item h3 {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .advant__item h3 {
    text-align: left;
  }
}
@media (max-width: 460px) {
  .advant__item h3 {
    text-align: center;
  }
}
.advant__item p {
  font-size: 0.75rem;
  text-align: center;
}
@media (max-width: 1440px) {
  .advant__item p {
    text-align: left;
  }
}
@media (max-width: 1000px) {
  .advant__item p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .advant__item p {
    text-align: left;
  }
}
@media (max-width: 460px) {
  .advant__item p {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .advant__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
@media (max-width: 1024px) {
  .advant__item {
    padding: 1.5rem;
    row-gap: 1rem;
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            column-gap: 2rem;
  }
}
@media (max-width: 1000px) {
  .advant__item {
    -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;
  }
}
@media (max-width: 720px) {
  .advant__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 600px) {
  .advant__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (max-width: 460px) {
  .advant__item {
    -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;
  }
}

.desc {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .desc {
    margin-bottom: 6rem;
  }
}

@media (max-width:400px ){
    .desc {
        margin-bottom: 3rem;
    }
}

.desc__bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
@media (max-width: 1024px) {
  .desc__bg {
    top: 18.75rem;
  }
}
@media (max-width: 500px) {
  .desc__bg {
    top: -54.25rem;
  }
}

.desc__title {
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .desc__title.h2-title {
    margin-bottom: 1.5rem;
  }
}

@media (max-width:400px ){
    .desc__title {
        padding: 0 0.625rem;
    }
}

.desc__subtitle {
  margin-bottom: 2rem;
}
@media (max-width: 1440px) {
  .desc__subtitle {
    margin-bottom: 3rem;
  }
}
@media (max-width: 1024px) {
  .desc__subtitle {
    margin-bottom: 3rem;
  }
}
@media (max-width: 720px) {
  .desc__subtitle {
    text-align: center;
  }
}

@media (max-width:400px ){
    .desc__subtitle {
        margin-bottom: 0;
    }
}

.desc__info {
  gap: 0.625rem;
}
.desc__info img {
  max-width: 36.625rem;
  width: 100%;
}
@media (max-width: 1440px) {
  .desc__info img {
    max-width: 30.625rem;
  }
}
@media (max-width: 1024px) {
  .desc__info img {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .desc__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.desc__text {
  max-width: 40.625rem;
}
.desc__text h3 {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1;
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .desc__text h3 {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 720px) {
  .desc__text h3 {
    text-align: center;
  }
}
.desc__text p {
  margin-bottom: 2rem;
}
@media (max-width: 1024px) {
  .desc__text p {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 720px) {
  .desc__text p {
    text-align: center;
  }
}
@media (max-width: 1440px) {
  .desc__text {
    max-width: 100%;
  }
}

.desc__text-desc {
  position: relative;
  padding: 2rem;
  border-radius: 1.25rem;
  background: rgba(0, 0, 0, 0.15);
}
.desc__text-desc::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0625rem;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(40%, rgba(255, 255, 255, 0.3)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0)), color-stop(77%, rgba(255, 255, 255, 0.4)));
  background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.4) 77%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 720px) {
  .desc__text-desc {
    text-align: center;
  }
}

@media (max-width:400px ){
    .desc__text-desc {
        padding: 1.5rem;
    }
}

.directions {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .directions {
    margin-bottom: 6rem;
  }
}

@media (max-width:400px ){
    .directions {
        margin-bottom: 3rem;
    }
}

.directions__shadow {
  position: absolute;
  right: 0;
  top: -9.375rem;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .directions__shadow {
    top: 0;
  }
}
@media (max-width: 720px) {
  .directions__shadow {
    top: -34.375rem;
  }
}

@media (max-width:400px ){
  .directions__shadow {
    display: none;
  }
}

.directions__slider-wr {
  position: relative;
}
.directions__slider-wr .swiper-buttons {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 3.125rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 1200px) {
  .directions__slider-wr .swiper-buttons {
    display: none;
  }
}
.directions__slider-wr .swiper-btn {
  position: absolute;
  width: 3.125rem;
  height: 100%;
  border-radius: 1.25rem;
  backdrop-filter: blur(40px);
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  cursor: pointer;
  pointer-events: all;
}
.directions__slider-wr .swiper-btn.swiper-button-disabled svg path {
  stroke: #010113;
}
@media (hover: hover) {
  .directions__slider-wr .swiper-btn:not(.swiper-button-disabled):hover {
    background: rgba(255, 255, 255, 0.2);
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}
.directions__slider-wr .swiper-btn--prev {
  left: 0;
  -webkit-transform: translateX(calc(-100% - var(--swiper-btn-margin)));
          transform: translateX(calc(-100% - var(--swiper-btn-margin)));
}
.directions__slider-wr .swiper-btn--next {
  right: 0;
  -webkit-transform: translateX(calc(100% + 4rem));
          transform: translateX(calc(100% + 4rem));
}

.directions__slider {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.directions__slide {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.75rem;
  border-radius: 2.5rem;
  height: auto;
  overflow: hidden;
}
.directions__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.1875rem;
  background: linear-gradient(178deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.directions__slide .directions__icon {
  width: 9.8125rem;
  height: auto;
  margin-bottom: 1.5rem;
}
@media (max-width: 1024px) {
  .directions__slide .directions__icon {
    width: 7.8125rem;
    margin-bottom: 1rem;
  }
}
.directions__slide h3 {
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.25rem;
}
@media (max-width: 1024px) {
  .directions__slide h3 {
    font-size: 1rem;
  }
}
.directions__slide .directions__button {
  gap: 0.625rem;
  width: 100%;
  margin-top: auto;
}
.directions__slide .directions__button svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (max-width: 1024px) {
  .directions__slide .directions__button {
    padding: 1rem;
    font-size: 1rem;
  }
}
.directions__slide .directions__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.packets {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 1024px) {
  .packets {
    margin-bottom: 6rem;
  }
}
@media (max-width: 400px) {
  .packets {
    margin-bottom: 3rem;
  }
}

@media (max-width: 370px) {
  .table {
    width: 400px;
    overflow-x: scroll;
  }
}

.packets__tables {
  position: relative;
  margin-bottom: 3rem;
  max-height: 28.625rem;
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
  overflow-y: hidden;
  overflow-x: auto;
  will-change: max-height;
}
.packets__tables.tables--show {
  will-change: max-height;
  max-height: var(--table-max-height);
  -webkit-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
.packets__tables.tables--show::after {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.packets__tables::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 11.625rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 1, 19, 0)), color-stop(84.4%, #010113));
  background: linear-gradient(180deg, rgba(1, 1, 19, 0) 0%, #010113 84.4%);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
@media (max-width: 370px) {
  .packets__tables::after {
    width: 120%;
  }
}

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

.table__head {
  margin-bottom: 1rem;
}
.table__head .table__row {
  border: 0.0625rem solid #fff;
}
.table__head .table__row .table__cell {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1;
  background: rgba(9, 251, 211, 0.05);
  padding: 1.5rem 1.25rem;
}

@media (max-width:1024px ){
    .table__head .table__row .table__cell {
        padding: 1rem;
    }
}
.table__head .table__row .table__cell:not(:last-child) {
  border-right: 0.0625rem solid #fff;
}
@media (max-width: 1024px) {
  .table__head .table__row .table__cell {
    font-size: 1rem;
    padding: 1rem;
  }
}
@media (max-width: 550px) {
  .table__head .table__row .table__cell {
    font-size: 0.75rem;
    padding: 0.5rem;
  }
}
@media (max-width: 390px) {
  .table__head .table__row .table__cell {
    font-size: 0.625rem;
    padding: 0.375rem;
  }
}

.table__body {
  border: 0.0625rem solid #484848;
}
.table__body .table__row .table__cell:not(:last-child) {
  border-right: 0.0625rem solid #484848;
}
.table__body .table__row:not(:last-child) {
  border-bottom: 0.0625rem solid #484848;
}
.popup--serv .table__body .table__cell {
  padding: 0.75rem;
}
@media (max-width: 480px) {
  .table__body .table__cell {
    padding: 0.5rem;
    font-size: 0.625rem;
  }
}
@media (max-width: 390px) {
  .table__body .table__cell {
    padding: 0.375rem;
  }
}

.cell--circle {
  position: relative;
}
.cell--circle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1.4375rem;
  aspect-ratio: 1;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .cell--circle::before {
    width: 1.25rem;
  }
}
@media (max-width: 1024px) {
  .cell--circle::before {
    width: 1rem;
  }
}
@media (max-width: 400px) {
  .cell--circle::before {
    width: 0.75rem;
  }
}
.cell--circle.circle--green::before {
  background-color: #09FBD3;
  -webkit-box-shadow: 0px 0px 20px 14px rgba(9, 251, 211, 0.2);
          box-shadow: 0px 0px 20px 14px rgba(9, 251, 211, 0.2);
}
.cell--circle.circle--grey::before {
  background-color: #4D4D59;
}
.cell--circle.circle--red {
  gap: 1.5rem;
}
.cell--circle.circle--red::before {
  position: static;
  -webkit-transform: none;
          transform: none;
  background-color: #FE53BB;
  -webkit-box-shadow: 0px 0px 20px 14px rgba(254, 83, 187, 0.2);
          box-shadow: 0px 0px 20px 14px rgba(254, 83, 187, 0.2);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.table__subrow,
.table__row {
  display: grid;
  grid-template-columns: 32.25rem 1fr 1fr 1fr;
}
@media (max-width: 1440px) {
  .table__subrow,
  .table__row {
    grid-template-columns: 26.3125rem 1fr 1fr 1fr;
  }
}
@media (max-width: 1024px) {
  .table__subrow,
  .table__row {
    grid-template-columns: 19.25rem 1fr 1fr 1fr;
  }
}
@media (max-width: 720px) {
  .table__subrow,
  .table__row {
    grid-template-columns: 12.5rem 1fr 1fr 1fr;
  }
}
@media (max-width: 480px) {
  .table__subrow,
  .table__row {
    grid-template-columns: 10rem 1fr 1fr 1fr;
  }
}

.table__subrow .table__cell {
  border-right: 0.0625rem solid #484848;
  border-bottom: 0.0625rem solid #484848;
}
.table__subrow .table__cell:first-child {
  border-left: 0.0625rem solid #484848;
}
@media (max-width: 1024px) {
  .table__subrow .table__cell {
    padding: 1rem;
    font-size: 0.75rem;
  }
}
@media (max-width: 480px) {
  .table__subrow .table__cell {
    padding: 0.5rem;
    font-size: 0.625rem;
  }
}
@media (max-width: 390px) {
  .table__subrow .table__cell {
    padding: 0.375rem;
  }
}
.table__subrow:not(:last-child) {
  border-bottom: 0.0625rem solid #484848;
}
.table__subrow::before {
  content: "";
  grid-column: span 1;
}

.table__cell {
  padding: 1.5rem;
}

.packets__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.25rem;
  font-size: 1.5rem;
  font-weight: 700;
  background: transparent;
  margin: 0 auto;
  color: #fff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.packets__button span:first-of-type {
  display: none;
}
.packets__button span:last-of-type {
  display: block;
}
.packets__button svg {
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.packets__button.table--hide svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.packets__button.table--hide span:first-of-type {
  display: block;
}
.packets__button.table--hide span:last-of-type {
  display: none;
}
@media (hover: hover) {
  .packets__button:hover {
    color: #09FBD3;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

@media (max-width:400px ){
    .packets__button {
        font-size: 1.25rem;
    }
}

.table-mob {
  display: none;
  width: 100%;
  margin-bottom: 3rem;
}
.table-mob .table-mob__cell {
  padding: 0.5rem;
  font-size: 0.75rem;
  font-weight: 700;
}
@media (max-width: 900px) {
  .table-mob {
    display: block;
  }
}

.table-mob__row {
  display: grid;
  grid-template-columns: auto 1fr;
}
.table-mob__row:not(:last-child) {
  margin-bottom: 1.5rem;
}

.table-mob__head {
  border: 0.0625rem solid #fff;
}
.table-mob__head .table-mob__cell {
  font-size: 0.75rem;
  color: #09FBD3;
  background: rgba(9, 251, 211, 0.05);
}
.table-mob__head .table-mob__cell:not(:last-child) {
  border-bottom: 0.0625rem solid #fff;
}

.table-mob__body {
  border-top: 0.03125rem solid rgba(255, 255, 255, 0.2);
  border-right: 0.03125rem solid rgba(255, 255, 255, 0.2);
  border-bottom: 0.03125rem solid rgba(255, 255, 255, 0.2);
}
.table-mob__body .table-mob__cell {
  color: #fff;
}
.table-mob__body .table-mob__cell:nth-child(3), .table-mob__body .table-mob__cell:nth-child(4) {
  font-size: 0.625rem;
  font-weight: 400;
}
.table-mob__body .table-mob__cell:not(:last-child) {
  border-bottom: 0.03125rem solid rgba(255, 255, 255, 0.2);
}

.clients {
  position: relative;
  margin-bottom: 10rem;
}
@media (max-width: 1024) {
  .clients {
    margin-bottom: 6rem;
  }
}

.clients__shadow {
  position: absolute;
  left: 0;
  bottom: 0;
}
@media (max-width: 1440px) {
  .clients__shadow {
    bottom: -37.5rem;
  }
}

@media (max-width:400px ){
    .clients__shadow {
        bottom: 52.5rem;
    }
    .clients__shadow.lazyloaded {
        opacity: 0.6;
    }
}

.clients__lead {
  position: relative;
  gap: 3.75rem;
  font-size: 1.125rem;
  border-radius: 2.5rem;
  padding: 2.25rem;
  margin-bottom: 10rem;
  background: rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: inset 0 0 10px 1px rgba(45, 45, 45, 0.3);
          box-shadow: inset 0 0 10px 1px rgba(45, 45, 45, 0.3);
}
.clients__lead .button {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.clients__lead::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 0.0625rem;
  background: linear-gradient(354deg, rgba(255, 255, 255, 0.3) 36% 40%, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.3) 59%);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
@media (max-width: 1000px) {
  .clients__lead::before {
    background: -webkit-gradient(linear, left top, right bottom, color-stop(36%, rgba(255, 255, 255, 0.3)), color-stop(47%, rgba(255, 255, 255, 0)), color-stop(52%, rgba(255, 255, 255, 0)), color-stop(59%, rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to bottom right, rgba(255, 255, 255, 0.3) 36% 40%, rgba(255, 255, 255, 0) 47%, rgba(255, 255, 255, 0) 52%, rgba(255, 255, 255, 0.3) 59%);
  }
}
@media (max-width: 1024px) {
  .clients__lead {
    margin-bottom: 6rem;
  }
}
@media (max-width: 720px) {
  .clients__lead {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    gap: 2.25rem;
  }
}

@media (max-width:400px ){
  .clients__lead {
    padding: 1.5rem;  
    font-size: 0.75rem;
    gap: 1.5rem;
    margin-bottom: 3rem;
  }
}

.clients__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4rem;
}
@media (max-width: 1024px) {
  .clients__list {
    gap: 2rem;
  }
}
@media (max-width: 720px) {
  .clients__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width:400px ){  
    .clients {
        margin-bottom: 6rem;
    }

    .clients__item {
        max-width: 13.75rem;
    }
}

.clients__item:not(:last-child) {
  position: relative;
  padding-right: 4.625rem;
}
.clients__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 0.625rem;
  height: 0.625rem;
  background: rgb(77, 77, 89);
  border-radius: 50%;
}
@media (max-width: 720px) {
  .clients__item:not(:last-child)::after {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (max-width: 1024px) {
  .clients__item:not(:last-child) {
    padding-right: 2.625rem;
  }
}
@media (max-width: 720px) {
  .clients__item:not(:last-child) {
    padding: 0 0 2.625rem;
  }
}

.footer {
  position: relative;
  padding: 6.5rem 0;
  background: #010113;
  backdrop-filter: blur(2.5rem);
}
@media (max-width: 1024px) {
  .footer {
    padding: 4rem;
  }
}
@media (max-width: 720px) {
  .footer {
    padding: 4rem 0;
  }
}
@media (max-width:400px ){
    .footer {
        padding: 3rem 0;
    }
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: -webkit-gradient(linear, left top, right top, from(rgb(254, 83, 187)), color-stop(80%, rgba(254, 83, 187, 0)));
  background: linear-gradient(90deg, rgb(254, 83, 187) 0%, rgba(254, 83, 187, 0) 80%);
}
.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: -webkit-gradient(linear, right top, left top, from(rgb(9, 251, 211)), color-stop(80%, rgba(9, 251, 211, 0)));
  background: linear-gradient(270deg, rgb(9, 251, 211) 0%, rgba(9, 251, 211, 0) 80%);
}
@media (max-width: 1024) {
  .footer {
    padding: 4rem 0;
  }
}
@media (max-width: 480) {
  .footer {
    padding: 3rem 0;
  }
}

.footer__wr {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5rem;
}
@media (max-width: 1024px) {
  .footer__wr {
    gap: 2.25rem;
  }
}
@media (max-width: 720px) {
  .footer__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 2.5rem;
  }
}

.footer__form {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 35rem;
}
@media (max-width: 720px) {
  .footer__form .form {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 720px) {
  .footer__form .footer__title {
    margin-bottom: 1.5rem;
  }
}
@media (max-width:400px ){
    .footer__form .footer__title {
        margin-bottom: 1rem;
    }
}
@media (max-width: 1440px) {
  .footer__form {
    max-width: 32.5rem;
  }
}
@media (max-width: 1024px) {
  .footer__form {
    max-width: 26.875rem;
  }
}
@media (max-width: 720px) {
  .footer__form {
    max-width: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .footer__contacts {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 720px) {
  .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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}

.footer__title {
  text-align: left;
  margin-bottom: 2.5rem;
}
@media (max-width: 720px) {
  .footer__title {
    text-align: center;
  }
}

.footer__subtitle {
  font-size: 1.25rem;
  margin-bottom: 2.5rem;
}

@media (max-width:400px ){
    .footer__subtitle {
        font-size: 1rem;
    }

    .footer__contacts .footer__title {
        max-width: 10.625rem;
    }
}

.form {
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.form .form__input {
  padding: 1.25rem 1.5rem;
  font-size: 1rem;
  border-radius: 1.25rem;
  background-color: #fff;
  border: none;
  outline: none;
  width: 100%;
}
.form .form__input:focus::-webkit-input-placeholder {
  color: inherit;
}
.form .form__input:focus::-moz-placeholder {
  color: inherit;
}
.form .form__input:focus:-ms-input-placeholder {
  color: inherit;
}
.form .form__input:focus::-ms-input-placeholder {
  color: inherit;
}
.form .form__input:focus::placeholder {
  color: inherit;
}
.form .form__input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #979797;
}
.form .form__input::-moz-placeholder {
  font-size: 1rem;
  color: #979797;
}
.form .form__input:-ms-input-placeholder {
  font-size: 1rem;
  color: #979797;
}
.form .form__input::-ms-input-placeholder {
  font-size: 1rem;
  color: #979797;
}
.form .form__input::placeholder {
  font-size: 1rem;
  color: #979797;
}
.form .form__button {
  color: #fff;
}
@media (max-width: 720px) {
  .form .form__button {
    width: 100%;
  }
}

.footer__contacts-row span {
  font-size: 1.25rem;
  display: block;
  margin-bottom: 1.25rem;
}

@media (max-width:400px ){
    .footer__contacts-row span {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.footer__contacts-row a:not([class]) {
  font-size: 1.5rem;
  font-weight: 700;
  text-shadow: 0 0 2.8125rem #fff;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .footer__contacts-row a:not([class]):hover {
    color: #09FBD3;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

@media (max-width:400px ){
    .footer__contacts-row a:not([class]) {
        font-size: 1.25rem;
    }
}
.footer__contacts-row:not(:last-child) {
  margin-bottom: 2.5rem;
}

@media (hover: hover) {
  .footer__social:hover svg {
    -webkit-box-shadow: 0 0 1.25rem 0.875rem rgba(254, 83, 187, 0.3);
            box-shadow: 0 0 1.25rem 0.875rem rgba(254, 83, 187, 0.3);
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
  }
}
.footer__social svg {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 1.25rem 0.875rem rgba(9, 251, 211, 0.2);
          box-shadow: 0 0 1.25rem 0.875rem rgba(9, 251, 211, 0.2);
  -webkit-transition: -webkit-box-shadow 0.2s linear;
  transition: -webkit-box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear;
  transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
}/*# sourceMappingURL=main.css.map */