@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Geologica:100,200,300,regular,500,600,700,800,900);
@font-face {
  font-family: Cygre;
  src: url(../fonts/Cygre-Light.woff);
  font-weight: 300;
}
@font-face {
  font-family: Cygre;
  src: url(../fonts/Cygre-Regular.woff);
  font-weight: 400;
}
@font-face {
  font-family: Cygre;
  src: url(../fonts/Cygre-Medium.woff);
  font-weight: 500;
}
@font-face {
  font-family: Cygre;
  src: url(../fonts/Cygre-SemiBold.woff);
  font-weight: 600;
}
@font-face {
  font-family: Cygre;
  src: url(../fonts/Cygre-Bold.woff);
  font-weight: 700;
}
@font-face {
  font-family: Cygre;
  src: url(../fonts/Cygre-Book.woff);
  font-weight: 800;
}
@font-face {
  font-family: "Gilroy-Bold";
  font-display: swap;
  src: url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Medium";
  font-display: swap;
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-SemiBold";
  font-display: swap;
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy-Regular";
  font-display: swap;
  src: url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

aside,
nav,
footer,
header,
section {
  display: block;
}

html {
  font-size: 16px;
}

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

body {
  line-height: 1;
  font-family: "Geologica";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Geologica";
  font-size: inherit;
}

input::-ms-clear {
  display: none;
}

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

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

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

a:hover {
  text-decoration: none;
}

ul:not(._default) li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

/*
&::-webkit-scrollbar {
	display: none;
}
*/
body {
  background: #0c011b;
  color: #fff;
  font-weight: 300;
  line-height: 1.3;
  font-family: Geologica;
  font-size: 16px;
}

body._lock {
  overflow: hidden;
}

@media (max-width: 998px) {
  body {
    font-size: 14px;
  }
}
.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

._container {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0px 100px;
}

@media (max-width: 998px) {
  ._container {
    padding: 0px 40px;
  }
}
@media (max-width: 700px) {
  ._container {
    padding: 0px 24px;
  }
}
._title {
  font-size: 53px;
  font-family: Cygre;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 998px) {
  ._title {
    font-size: 43px;
  }
}
@media (max-width: 700px) {
  ._title {
    font-size: 34px;
  }
}
@media (max-width: 400px) {
  ._title {
    font-size: 32px;
  }
}
._btn {
  color: #000;
  background: #fff;
  padding: 18px 38px;
  border-radius: 1000px;
  display: block;
  font-size: 18px;
  font-weight: 300;
  transition: 0.3s;
  border: 1px solid transparent;
  max-width: max-content;
  font-family: Geologica;
}

._btn:hover {
  color: #ffff;
  background: #000;
  border: 1px solid #fff;
}

@media (max-width: 998px) {
  ._btn {
    font-size: 14px;
    padding: 14px 22px;
  }
}
._btn._telegram-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #3a78ff;
  color: #fff;
}

._btn._telegram-btn img {
  height: 20px;
  width: auto;
  display: block;
}

.button {
  display: inline-flex;
  padding: 0px 0px;
}

.button._fw {
  width: 100%;
}

.select {
  position: relative;
  color: #858fa4;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  line-height: 140%;
  /* identical to box height, or 20px */
  text-align: right;
  color: #858fa4;
}

.select__value span {
  padding-right: 10px;
}

.select__value:before {
  content: "";
  display: inline-block;
  transition: all 0.3s ease 0s;
  width: 6px;
  height: 6px;
  background: url("../img/arrow.png") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  border-top: 0;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

@media (max-width: 991.98px) {
  .select__options {
    font-size: 18px;
  }
}
.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }
}
.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

.icon-input {
  position: relative;
}

.icon-input__icon {
  position: absolute;
  top: 50%;
  left: 24px;
  translate: 0 -50%;
  width: 20px;
  height: auto;
}

.icon-input input {
  padding-left: 56px !important;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

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

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("../img/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

@media (min-width: 992px) {
  .checkbox a:hover {
    text-decoration: none;
  }
}
.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  transform: scale(1);
}

.options__text {
  display: inline-flex;
  align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: 1.25;
}

.options__text:before {
  content: "";
  align-self: flex-start;
  margin: 0px 14px 0px 0px;
  flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating {
  display: flex;
  align-items: flex-end;
  font-size: 40px;
  line-height: 0.75;
  transition: opacity 0.3s ease 0s;
}

.rating.rating_sending {
  opacity: 0.2;
}

.rating.rating_set .rating__active,
.rating.rating_set .rating__item {
  cursor: pointer;
}

.rating__body {
  position: relative;
}

.rating__body::before {
  content: "★★★★★";
  display: block;
}

.rating__active {
  position: absolute;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__active::before {
  content: "★★★★★";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #ffd300;
}

.rating__items {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.rating__item {
  flex: 0 0 20%;
  height: 100%;
  opacity: 0;
}

.rating__value {
  font-size: 50%;
  line-height: 1;
  padding: 0px 0px 0px 10px;
}

.quantity {
  width: 88px;
  height: 40px;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
.quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.quantity__button_plus::before {
  transform: rotate(-90deg);
}

.quantity__input {
  flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

.row:after {
  display: block;
  content: "";
  clear: both;
}

.rub:after {
  content: "₽";
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

._video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

._video video,
._video iframe,
._video object,
._video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

._more-content {
  transition: all 0.3s ease 0s;
  overflow: hidden;
}

._more-link {
  cursor: pointer;
}

._more-link span {
  font-style: normal;
}

._more-link span:first-child {
  display: block;
}

._more-link span:last-child {
  display: none;
}

._more-link._active span {
  font-style: normal;
}

._more-link._active span:first-child {
  display: none;
}

._more-link._active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper,
.swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper,
.swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper,
.swiper.swiper-container-vertical .swiper-wrapper {
  flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper,
.swiper.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
}

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

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

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

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  transition: all 0.3s ease 0.2s;
  transform: scale(1);
}

.popup__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__body {
  transform: scale(0);
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}

.popup__close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.header {
  position: absolute;
  z-index: 10;
  top: 50px;
  width: 100%;
}

@media (max-width: 998px) {
  .header {
    top: 40px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__logo_2 {
  display: none;
}

@media (max-width: 998px) {
  .header__logo_2 {
    display: block;
    width: 100px;
    margin-bottom: 50px;
  }

  .header__logo_2 img {
    width: 100px;
  }
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 50px;
}

.header__menu a {
  color: #fff;
}

.header__menu a:hover {
  text-decoration: underline;
}

.header__menu a._btn {
  color: inherit;
  display: none;
}

.lang-changer {
  position: relative;
}

.lang-changer button {
  padding: 12px 15px;
  background: linear-gradient(113.08deg, rgba(12, 5, 28, 0.6716) 14.27%, rgba(16, 0, 52, 0.8556) 193.68%);
  backdrop-filter: blur(34.6px);
  border-radius: 100px;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  color: #fafafa;
  font-family: Geologica;
  cursor: pointer;
}

.lang-changer__flag {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  overflow: hidden;
}

.lang-changer::after {
  content: "";
  position: absolute;
  top: 100%;
  height: 8px;
  width: 100%;
  display: block;
}

.lang-changer._open .lang-changer__arr {
  rotate: 180deg;
}

.lang-changer__list {
  position: absolute;
  right: 0;
  top: calc(100% + 8px);
  background: linear-gradient(113.08deg, rgba(12, 5, 28, 0.6716) 14.27%, rgba(16, 0, 52, 0.8556) 193.68%);
  backdrop-filter: blur(34.6px);
  border-radius: 22px;
  padding: 10px 0;
  display: none;
  flex-direction: column;
}

.lang-changer__list li a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.lang-changer._open .lang-changer__list {
  display: flex;
}

@media (max-width: 998px) {
  .header__menu a._btn {
    display: flex;
    width: 100%;
    color: #000;
    text-align: center;
    justify-content: center;
    max-width: 100%;
  }
}
@media (max-width: 998px) {
  .header__menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background-color: #0c051b;
    flex-direction: column;
    font-size: 18px;
    padding: 40px 32px;
    gap: 30px;
    transform: translatex(100%);
    transition: all 0.3s ease 0s;
    align-items: flex-start;
  }

  .header__menu::before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../img/qqq.png);
    width: 100%;
    height: 100%;
    background-size: 200px;
    background-repeat: no-repeat;
    z-index: -1;
    background-position: bottom right;
  }

  .header__menu::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: rgba(2, 1, 5, 0.67);
    backdrop-filter: blur(5.4000000954px);
    width: 100vw;
    height: 100vh;
    z-index: -2;
    transition: 0.3s;
    transform: translate(100%);
  }

  .header__menu._active {
    transform: translateY(0%);
  }

  .header__menu._active::after {
    transform: translateY(0%);
  }

  .lang-changer__list {
    right: unset;
    left: 0;
  }
}
.icon-menu {
  display: none;
}

@media (max-width: 998px) {
  .icon-menu {
    display: block;
    position: relative;
    top: 0px;
    right: 10px;
    width: 20px;
    height: 15px;
    cursor: pointer;
    z-index: 5;
  }

  .icon-menu::before {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    content: "";
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #0c051b;
  }

  .icon-menu span {
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .icon-menu._active span {
    transform: scale(0);
  }

  .icon-menu._active span:first-child {
    transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }
}
.page {
  flex: 1 1 auto;
}

.inp__wp._error span {
  display: block;
}

.inp__wp span {
  display: none;
}

._resp {
  overflow: hidden;
  transition: 0.3s;
}

.home {
  position: relative;
}

.home__bg {
  z-index: -1;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  mix-blend-mode: lighten;
}

.home__bg img:nth-child(1) {
  translate: -30px;
}

.home__bg img:nth-child(2) {
  display: none;
}

@media (max-width: 700px) {
  .home__bg img:nth-child(1) {
    display: none;
  }

  .home__bg img:nth-child(2) {
    display: block;
  }
}
.home__container {
  padding-top: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

@media (max-width: 998px) {
  .home__container {
    padding-top: 200px;
    text-align: left;
    align-items: flex-start;
  }
}
.home__el {
  position: absolute;
}

.home__el_1 {
  top: 500px;
  left: 0;
  transform: translate(-40%);
  z-index: 2;
}

.home__el_1 img {
  width: 482px;
}

@media (max-width: 1200px) {
  .home__el_1 {
    width: 400px;
    transform: translate(-50%);
  }

  .home__el_1 img {
    width: 100%;
  }
}
@media (max-width: 998px) {
  .home__el_1 {
    width: 300px;
    transform: translate(-50%);
  }
}
@media (max-width: 750px) {
  .home__el_1 {
    width: 250px;
    top: 600px;
    transform: translate(-60%);
  }
}
@media (max-width: 600px) {
  .home__el_1 {
    top: 500px;
  }
}
.home__el_2 {
  right: 0;
  top: 100px;
}

.home__el_2 img {
  width: 224px;
}

@media (max-width: 998px) {
  .home__el_2 {
    top: 400px;
    width: 180px;
    transform: translate(30%);
  }

  .home__el_2 img {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .home__el_2 {
    top: 600px;
  }
}
@media (max-width: 600px) {
  .home__el_2 {
    top: 470px;
    width: 110px;
  }
}
.home__title {
  background: linear-gradient(92deg, #fff 6.41%, #fff 24.36%, #fff 59.92%, #8d50ff 104.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 74px;
  letter-spacing: -2.22px;
  position: relative;
  z-index: 3;
  max-width: 940px;
  padding: 20px 0;
  margin: -20px 0;
}

@media (max-width: 998px) {
  .home__title {
    font-size: 67px;
  }
}
@media (max-width: 600px) {
  .home__title {
    font-size: 47px;
  }
}
@media (max-width: 400px) {
  .home__title {
    font-size: 42px;
  }
}
.home__title img {
  position: relative;
  top: 20px;
  height: 59px;
  width: auto;
}

@media (max-width: 998px) {
  .home__title img {
    width: 100px;
    height: auto;
    top: 25px;
  }
}
@media (max-width: 600px) {
  .home__title img {
    width: 70px;
    top: 20px;
  }
}
.home__subtitle {
  margin-top: 30px;
  max-width: 600px;
  position: relative;
  z-index: 3;
  font-size: 18px;
}

@media (max-width: 998px) {
  .home__subtitle {
    font-size: 14px;
  }
}
.home__btn {
  margin-top: 20px;
  position: relative;
  z-index: 3;
}

.home__block {
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 45px;
  text-align: left;
  border-radius: 71px;
  border: 1px solid rgba(250, 248, 255, 0.12);
  background: linear-gradient(180deg, rgba(12, 5, 28, 0.86) 0%, rgba(16, 0, 52, 0.86) 100%);
  backdrop-filter: blur(34.5999984741px);
  padding: 40px 70px;
  padding-bottom: 10px;
  padding-right: 10px;
  margin-top: 160px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .home__block {
    grid-template-columns: 1fr 1fr;
    padding: 40px 30px;
    position: relative;
  }

  .home__block::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: "";
    background-image: url(../img/blur.png);
    background-size: contain;
    width: 100%;
    height: 50%;
    background-position: bottom center;
    background-repeat: no-repeat;
  }
}
@media (max-width: 600px) {
  .home__block {
    grid-template-columns: 1fr;
    gap: 35px;
    margin-top: 100px;
    border-radius: 52px;
  }
}
.home__item {
  position: relative;
  z-index: 2;
}

@media (max-width: 600px) {
  .home__item {
    display: flex;
    flex-direction: column;
  }
}
.home__item img {
  width: 99px;
  height: 99px;
  object-fit: contain;
}

.home__item h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 5px;
  line-height: 1;
}

@media (max-width: 600px) {
  .home__item h3 {
    font-size: 22px;
  }

  .home__item h3 br {
    display: none;
  }
}
.home__item p {
  color: #a291cf;
}

@media (max-width: 600px) {
  .home__item p {
    font-size: 14px;
  }
}
.home__item._image {
  display: flex;
  flex-direction: column;
  align-items: end;
  justify-content: center;
  z-index: 1;
}

@media (min-width: 1200px) {
  .home__item._image {
    grid-row: auto/span 2;
  }
}
@media (max-width: 1200px) {
  .home__item._image {
    grid-column: auto/span 2;
  }
}
@media (max-width: 600px) {
  .home__item._image {
    grid-column: auto/span 1;
    order: 2;
  }
}
@media (max-width: 1200px) {
  .home__item._image {
    align-items: center;
  }
}
.home__item._image img {
  width: 110%;
  height: auto;
}

@media (max-width: 1200px) {
  .home__item._image img {
    width: 100%;
    max-width: 500px;
  }
}
.result__container {
  margin-top: 140px;
  position: relative;
}

@media (max-width: 998px) {
  .result__container {
    margin-top: 100px;
  }
}
.result__decor {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(10%);
  pointer-events: none;
}

.result__top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 998px) {
  .result__decor {
    width: 700px;
    transform: translate(40%, -10%);
  }

  .result__decor img {
    width: 100%;
  }
}
.result__title {
  max-width: 650px;
}

.result__logos {
  height: 70px;
}

.result__logos img {
  width: auto;
  max-height: 100%;
  display: block;
}

.result__block {
  margin-top: 75px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

@media (max-width: 1200px) {
  .result__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .result__block {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 400px;
    margin: 0px auto;
    margin-top: 60px;
  }
}
.result__item {
  border-radius: 40px;
  border: 1px solid rgba(250, 248, 255, 0.03);
  background: linear-gradient(193deg, rgba(10, 3, 25, 0.86) 3.52%, rgba(14, 2, 43, 0.92) 82.2%);
  backdrop-filter: blur(34.5999984741px);
  overflow: hidden;
  position: relative;
  padding: 40px 30px;
  padding-top: 160px;
}

@media (max-width: 700px) {
  .result__item {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 400px) {
  .result__item {
    padding-top: 140px;
  }
}
.result__img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.result__head {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}

@media (max-width: 1300px) {
  .result__head {
    font-size: 22px;
  }
}
@media (max-width: 400px) {
  .result__head {
    font-size: 20px;
  }
}
.result__text {
  margin-top: 16px;
  color: #c5b8e8;
  position: relative;
  z-index: 2;
}

.additionally__container {
  padding-top: 40px;
}

.additionally__title {
  font-size: 34px;
  font-family: Cygre;
  max-width: 500px;
}

@media (max-width: 998px) {
  .additionally__title {
    font-size: 28px;
  }
}
.additionally__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 45px;
}

@media (max-width: 998px) {
  .additionally__block {
    max-width: 500px;
    grid-template-columns: 1fr;
    margin: 0px auto;
    margin-top: 45px;
  }
}
@media (max-width: 998px) {
  .additionally__item {
    display: flex;
    flex-direction: column;
  }
}
.additionally__cif {
  border: 1px solid rgba(255, 255, 255, 0.07);
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
}

.additionally__head {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 500;
}

.additionally__txt {
  max-width: 350px;
  margin-top: 15px;
  color: #c5b8e8;
  font-weight: 200;
  font-size: 18px;
}

@media (max-width: 998px) {
  .additionally__txt {
    font-size: 16px;
  }
}
.additionally__btn-wp {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-top: 30px;
  flex-wrap: wrap;
}

@media (max-width: 998px) {
  .additionally__btn-wp {
    gap: 15px;
    justify-content: center;
  }
}
.additionally__more {
  color: rgba(197, 184, 232, 0.34);
}

.connection__container {
  margin-top: 180px;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (max-width: 998px) {
  .connection__container {
    margin-top: 60px;
  }
}
.connection__title {
  max-width: 700px;
  position: relative;
  z-index: 3;
}

.connection__image {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  transform: translate(10%, -20%);
}

.connection__image img {
  width: 920px;
}

@media (max-width: 1350px) {
  .connection__image {
    transform: translate(20%, -20%);
    width: 850px;
  }

  .connection__image img {
    width: 100%;
  }
}
@media (max-width: 1150px) {
  .connection__image {
    width: 700px;
  }
}
@media (max-width: 998px) {
  .connection__image {
    position: relative;
    order: 5;
    width: 100%;
    margin: 0px auto;
    pointer-events: none;
    margin-top: -100px;
    margin-bottom: -300px;
    max-width: 500px;
    transform: translate(10%);
    display: flex;
    z-index: -1;
    justify-content: end;
  }

  .connection__image img {
    width: 140%;
  }
}
@media (max-width: 500px) {
  .connection__image {
    margin-bottom: -40vw;
    margin-top: -25vw;
  }
}
.connection__block {
  max-width: 780px;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
  margin-top: 70px;
}

@media (max-width: 1200px) {
  .connection__block {
    max-width: 700px;
  }
}
@media (max-width: 750px) {
  .connection__block {
    grid-template-columns: 1fr;
    margin-top: 50px;
  }
}
.connection__img {
  height: 125px;
  margin-bottom: 10px;
  font-weight: 200;
}

.connection__img img {
  height: 100%;
  width: auto;
}

.connection__item {
  padding: 45px 40px;
  padding-bottom: 35px;
  border-radius: 40px;
  backdrop-filter: blur(34.5999984741px);
  background-image: url(../img/bgj.png);
  background-size: 100% 100%;
}

@media (max-width: 998px) {
  .connection__item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.connection__item:nth-child(2) {
  background: #0c0222;
}

.connection__txt-block {
  max-width: 780px;
  width: 100%;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  display: grid;
  margin-top: 50px;
  font-size: 18px;
}

.connection__txt-block p img {
  display: block;
  height: 42px;
  width: auto;
  margin-bottom: 18px;
}

@media (max-width: 1200px) {
  .connection__txt-block {
    max-width: 700px;
  }
}
@media (max-width: 500px) {
  .connection__txt-block {
    font-size: 16px;
    margin-top: 30px;
  }
}
@media (max-width: 400px) {
  .connection__txt-block {
    font-size: 14px;
  }
}
.connection__txt-block span {
  font-weight: 500;
}

.connection__btn {
  margin-top: 45px;
}

@media (max-width: 998px) {
  .connection__btn {
    order: 6;
    margin-top: 40px;
  }
}
.just__container {
  padding-top: 180px;
  --padding: 0px 25px;
}

@media (max-width: 998px) {
  .just__container {
    padding-top: 90px;
  }
}
.just__subtitle {
  margin-top: 15px;
  font-size: 18px;
}

@media (max-width: 998px) {
  .just__subtitle {
    font-size: 16px;
    margin-top: 20px;
  }
}
.just__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-end;
  gap: 20px;
  margin-top: -80px;
}

@media (max-width: 1100px) {
  .just__block {
    grid-template-columns: 1fr 1fr;
    margin-top: -50px;
  }
}
@media (max-width: 700px) {
  .just__block {
    grid-template-columns: 1fr;
    margin-top: 0px;
  }
}
.just__item:nth-child(1) {
  transform: translate(0px, 50px);
}

@media (max-width: 1100px) {
  .just__item:nth-child(1) {
    transform: translate(0px, 0px);
  }
}
@media (max-width: 700px) {
  .just__item {
    display: flex;
    flex-direction: column;
    margin-top: -90px;
  }

  .just__item:first-child {
    margin-top: 0px;
  }
}
.just__cif {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) -18.94%, rgba(153, 153, 153, 0) 117.41%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 113px;
  font-weight: 700;
  padding: var(--padding);
}

@media (max-width: 700px) {
  .just__cif {
    font-size: 100px;
  }
}
.just__head {
  font-size: 24px;
  font-weight: 500;
  margin-top: -50px;
  padding: var(--padding);
}

.just__text {
  color: #c5b8e8;
  font-weight: 200;
  max-width: 300px;
  margin-top: 15px;
  padding: var(--padding);
}

@media (max-width: 700px) {
  .just__text {
    max-width: 500px;
  }
}
.just__bottom {
  margin-top: 40px;
  padding-top: 42px;
  padding-bottom: 120px;
  position: relative;
  width: 100%;
}

.just__bottom::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #422b79;
  width: 100%;
  height: 15px;
}

.just__bottom_1 {
  background: linear-gradient(180deg, rgba(45, 25, 93, 0.09) 0%, rgba(94, 52, 195, 0) 65.33%);
}

.just__bottom_2 {
  background: linear-gradient(180deg, rgba(45, 25, 93, 0.32) 0%, rgba(94, 52, 195, 0) 100%);
}

.just__bottom_2::before {
  background: #6536d4;
}

.just__bottom_3 {
  background: linear-gradient(0deg, rgba(153, 40, 239, 0) 7.76%, rgba(47, 225, 234, 0.11) 84.75%), linear-gradient(180deg, rgba(45, 25, 93, 0.09) 0%, rgba(94, 52, 195, 0) 100%);
}

.just__bottom_3::before {
  background: linear-gradient(270deg, #9928ef 1.29%, #2fe1ea 102.04%);
}

.just__btn {
  margin: var(--padding);
  margin-right: 0;
  min-width: 270px;
  padding: 24px;
  white-space: nowrap;
}

@media (max-width: 700px) {
  .just__btn {
    padding: 15px 24px;
    min-width: auto;
  }
}
.comfortable__container {
  padding-top: 150px;
}

@media (max-width: 998px) {
  .comfortable__container {
    padding-top: 70px;
  }
}
.comfortable__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

@media (max-width: 998px) {
  .comfortable__top {
    flex-direction: column;
    gap: 30px;
    align-items: flex-start;
  }
}
.comfortable__title {
  max-width: 700px;
}

@media (max-width: 998px) {
  .comfortable__title {
    max-width: 100%;
  }
}
.comfortable__text {
  max-width: 340px;
  font-size: 18px;
}

@media (max-width: 998px) {
  .comfortable__text {
    max-width: 700px;
  }
}
.comfortable__img {
  margin-top: 65px;
}

@media (max-width: 998px) {
  .comfortable__img {
    margin-top: 80px;
  }
}
.comfortable__img img {
  width: 100%;
  border-radius: 40px;
}

.comfortable__img img:nth-child(2) {
  display: none;
}

@media (max-width: 600px) {
  .comfortable__img img {
    border-radius: 30px;
  }

  .comfortable__img img:nth-child(1) {
    display: none;
  }

  .comfortable__img img:nth-child(2) {
    display: block;
  }
}
.ready__container {
  padding-top: 100px;
}

.ready__title {
  max-width: 650px;
}

@media (max-width: 998px) {
  .ready__title {
    max-width: 100%;
  }
}
.ready__subtitle {
  font-size: 18px;
  margin-top: 14px;
  max-width: 512px;
}

@media (max-width: 998px) {
  .ready__subtitle {
    max-width: 100%;
    font-size: 16px;
  }
}
.ready__slider {
  margin-top: 90px;
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}

.ready__progress {
  width: 100%;
  height: 17px;
  position: relative;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.ready__progress span {
  position: absolute;
  height: 100%;
  width: 100%;
  background: linear-gradient(270deg, #9928ef 1.29%, #2fe1ea 102.04%);
  border-radius: 10px;
  transform-origin: top left;
}

.ready__slide {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 40px;
  border: 1px solid rgba(250, 248, 255, 0.03);
  background: #0e0620;
  position: relative;
  backdrop-filter: blur(34.5999984741px);
}

@media (max-width: 998px) {
  .ready__slide {
    grid-template-columns: 1fr;
    overflow: hidden;
  }
}
.ready__slide input[type=radio] {
  display: none;
}

.ready__slide input[type=radio] + label {
  cursor: pointer;
  display: flex;
  gap: 20px;
  font-size: 18px;
  align-items: center;
}

@media (max-width: 700px) {
  .ready__slide input[type=radio] + label {
    font-size: 16px;
  }
}
.ready__slide input[type=radio] + label::before {
  position: relative;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  content: "";
  border-radius: 50%;
  background: #2a195266;
}

.ready__slide input[type=radio]:checked + label {
  position: relative;
}

.ready__slide input[type=radio]:checked + label::after {
  position: absolute;
  top: 50%;
  transform: translate(0px, -50%);
  left: 5px;
  content: "";
  background: #43beeb;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.ready__slide input[type=text] {
  padding: 18px 30px;
  border-radius: 55px;
  border: 1px solid #201340;
  background: #190e34;
  color: #fff;
  max-width: 320px;
  width: 100%;
}

.ready__slide input[type=text]::placeholder {
  color: rgba(250, 250, 250, 0.6);
  font-weight: 300;
}

.ready__slide input[type=file] {
  display: none;
}

.ready__slide input[type=file] + label {
  padding: 5px 15px;
  border-radius: 8px;
  background: #1a0d37;
  max-width: max-content;
}

.ready__content {
  padding: 40px 50px;
  position: relative;
  z-index: 2;
}

@media (max-width: 700px) {
  .ready__content {
    padding: 40px 30px;
    padding-bottom: 10px;
  }
}
.ready__head {
  font-family: Cygre;
  font-size: 34px;
}

@media (max-width: 700px) {
  .ready__head {
    font-size: 26px;
  }
}
.ready__ttx {
  color: rgba(250, 250, 250, 0.29);
  margin-top: 20px;
}

.ready__check {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 45px;
}

.ready__img {
  display: flex;
  justify-content: end;
  align-items: flex-end;
  position: relative;
}

@media (max-width: 998px) {
  .ready__img {
    justify-content: center;
  }
}
.ready__img img {
  mix-blend-mode: lighten;
  width: 150%;
}

@media (max-width: 998px) {
  .ready__img img {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .ready__img img {
    width: 120%;
  }
}
.ready__nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

@media (min-width: 998px) {
  .ready__nav {
    position: absolute;
    bottom: 50px;
    z-index: 2;
    right: 50px;
  }
}
@media (max-width: 998px) {
  .ready__nav {
    left: 20px;
    z-index: 4;
    position: relative;
  }
}
.ready__back {
  cursor: pointer;
  border-radius: 1000px;
  background: #1a0d37;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ready__next {
  cursor: pointer;
}

.iti__dropdown-content {
  background: #0c011b !important;
}

.iti__dropdown-content div {
  background: #0c011b !important;
}

.tasks__container {
  padding-top: 70px;
}

@media (max-width: 998px) {
  .tasks__container {
    padding-top: 90px;
  }
}
.tasks__title {
  max-width: 530px;
}

@media (max-width: 998px) {
  .tasks__title {
    max-width: 100%;
  }
}
.tasks__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 50px;
  position: relative;
}

@media (max-width: 1100px) {
  .tasks__block {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .tasks__block {
    grid-template-columns: 1fr;
  }
}
.tasks__el {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(0px, -50%);
  z-index: 3;
  pointer-events: none;
}

@media (max-width: 1200px) {
  .tasks__el {
    width: 200px;
  }

  .tasks__el img {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .tasks__el {
    right: 0;
    left: auto;
  }
}
@media (max-width: 998px) {
  .tasks__el {
    width: 120px;
  }
}
@media (max-width: 700px) {
  .tasks__el {
    width: 200px;
    top: 28%;
    transform: translate(55%);
  }
}
.tasks__item {
  padding: 44px 33px;
  border-radius: 40px;
  border: 1px solid rgba(250, 248, 255, 0.03);
  background: linear-gradient(100deg, rgba(10, 3, 25, 0.86) -39.89%, rgba(14, 2, 43, 0.92) 94.46%);
  backdrop-filter: blur(34.5999984741px);
  position: relative;
  z-index: 1;
  border-radius: 40px;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .tasks__item {
    padding: 30px;
  }
}
.tasks__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-image: url(../img/bl1.png);
}

.tasks__item:nth-child(3n+2)::before {
  background-image: url(../img/bl2.png);
}

.tasks__item:nth-child(3n+3)::before {
  background-image: url(../img/bl3.png);
  background-position: right top;
}

.tasks__img img {
  width: 88px;
  height: 88px;
  border-radius: 50%;
  object-fit: cover;
  object-position: center center;
}

@media (max-width: 998px) {
  .tasks__img img {
    width: 70px;
    height: 70px;
  }
}
.tasks__name {
  font-family: Cygre;
  font-size: 35px;
  font-weight: 700;
  margin-top: 25px;
  min-height: 100px;
}

@media (max-width: 998px) {
  .tasks__name {
    font-size: 28px;
  }
}
.tasks__text {
  color: #c5b8e8;
  margin-top: 30px;
  font-size: 18px;
}

@media (max-width: 998px) {
  .tasks__text {
    font-size: 14px;
  }
}
.reliability._v2 .reliability__cif {
  background: transparent !important;
}
.reliability._v2 .reliability__head,
.reliability._v2 .reliability__txt {
  margin-top: 16px;
}

.reliability__container {
  padding-top: 95px;
}

.reliability__title {
  max-width: 700px;
}

@media (max-width: 998px) {
  .reliability__title {
    max-width: 100%;
  }
}
.reliability__block {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 20px;
}

@media (max-width: 998px) {
  .reliability__block {
    grid-template-columns: 1fr;
    gap: 45px;
    max-width: 100%;
  }
}
.reliability__item:nth-child(1) .reliability__cif {
  background: #4a3aff;
}

.reliability__item:nth-child(2) .reliability__cif {
  background: #9928ef;
}

.reliability__item:nth-child(3) .reliability__cif {
  background: #08c6d0;
}

@media (max-width: 998px) {
  .reliability__item {
    display: flex;
    flex-direction: column;
  }
}
.reliability__cif {
  width: 45px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.07);
}

.reliability__head {
  color: #fafafa;
  line-height: 1.2;
  font-size: 24px;
  font-weight: 500;
  margin-top: 10px;
}

.reliability__txt {
  margin-top: 15px;
  font-size: 18px;
  color: #c5b8e8;
  font-weight: 200;
}

@media (max-width: 500px) {
  .reliability__txt {
    font-size: 14px;
  }
}
.blog__container {
  padding-top: 60px;
}

@media (max-width: 998px) {
  .blog__container {
    padding-top: 100px;
  }
}
.blog__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 60px;
}

@media (max-width: 1200px) {
  .blog__block {
    grid-template-columns: 1fr 1fr;
    padding-top: 45px;
  }
}
@media (max-width: 700px) {
  .blog__block {
    grid-template-columns: 1fr;
  }
}
.blog__item {
  padding: 44px 30px;
  border-radius: 40px;
  border: 1px solid rgba(250, 248, 255, 0.03);
  background: linear-gradient(100deg, rgba(10, 3, 25, 0.86) -39.89%, rgba(14, 2, 43, 0.92) 94.46%);
  backdrop-filter: blur(34.5999984741px);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.blog__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  z-index: -1;
  background-image: url(../img/b1.png);
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.blog__item:nth-child(3n+1)::before {
  background-position: bottom center;
}

.blog__item:nth-child(3n+2)::before {
  background-image: url(../img/b2.png);
}

.blog__item:nth-child(3n+3)::before {
  background-image: url(../img/b3.png);
  background-position: bottom right;
}

.blog__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.blog__logo {
  width: 70px;
}

.blog__logo img {
  width: 100%;
}

.blog__date {
  color: rgba(197, 184, 232, 0.23);
  font-size: 18px;
}

@media (max-width: 500px) {
  .blog__date {
    font-size: 14px;
  }
}
.blog__head {
  margin-top: 22px;
  font-family: Cygre;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  display: -webkit-box;
  /* включаем флекс-контейнер */
  -webkit-box-orient: vertical;
  /* вертикальная ориентация */
  -webkit-line-clamp: 3;
  /* количество строк */
  overflow: hidden;
}

.blog__text {
  margin-top: 25px;
  color: rgba(197, 184, 232, 0.37);
  font-size: 18px;
  display: -webkit-box;
  /* включаем флекс-контейнер */
  -webkit-box-orient: vertical;
  /* вертикальная ориентация */
  -webkit-line-clamp: 5;
  /* количество строк */
  overflow: hidden;
}

@media (max-width: 500px) {
  .blog__text {
    font-size: 14px;
  }
}
.blog__link {
  margin-top: 35px;
  color: #2fe0ea;
  display: block;
  font-size: 18px;
  margin-top: 36px;
}

@media (max-width: 500px) {
  .blog__link {
    font-size: 16px;
    margin-top: 30px;
  }
}
.blog__link:hover {
  text-decoration: underline;
}

.blog__btn {
  margin-top: 40px;
}

@media (max-width: 998px) {
  .blog__btn {
    margin-top: 30px;
  }
}
.talk__container {
  padding-top: 100px;
  padding-bottom: 120px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: center;
}

@media (max-width: 1100px) {
  .talk__container {
    grid-template-columns: 1fr;
    max-width: 800px;
  }
}
@media (max-width: 998px) {
  .talk__container {
    padding-bottom: 35px;
    padding-top: 70px;
  }
}
.talk__subtitle {
  margin-bottom: 40px;
  margin-top: 30px;
  font-size: 18px;
}

.talk__form {
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 40px;
  border: 1px solid rgba(250, 248, 255, 0.03);
  background: linear-gradient(100deg, rgba(10, 3, 25, 0.46) -39.89%, rgba(14, 2, 43, 0.31) 94.46%);
  backdrop-filter: blur(34.5999984741px);
  position: relative;
  overflow: hidden;
}

.talk__form::before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "";
  width: 50%;
  height: 50%;
  background-image: url(../img/bl.png);
  background-size: contain;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.talk__form input[type=text] {
  padding: 18px 30px;
  border-radius: 55px;
  border: 2px solid #201340;
  background: #190e34;
  color: #fff;
  width: 100%;
}

.talk__form input[type=text]::placeholder {
  color: rgba(250, 250, 250, 0.6);
  font-weight: 300;
}

.talk__form button._btn {
  background: #9928ef;
  color: #fff;
}

.talk__form p {
  margin-top: 30px;
  color: rgba(197, 184, 232, 0.37);
}

.talk__form p a {
  color: inherit;
  text-decoration: underline;
}

.talk__form p a:hover {
  text-decoration: underline;
}

.talk__img img {
  mix-blend-mode: lighten;
  width: 100%;
}

.talk__submit {
  margin-top: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
}

@media (max-width: 576px) {
  .talk__submit {
    flex-direction: column;
  }

  .talk__submit ._btn {
    max-width: 100%;
    width: 100%;
  }
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding-bottom: 40px;
  border-bottom: 1px solid #191026;
}

.footer__top .footer__col {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.footer__title {
  font-weight: 300;
  font-size: clamp(18px, 3vw, 32px);
  max-width: 412px;
  line-height: 1;
  letter-spacing: -1px;
}

.footer__copy {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.15);
  font-weight: 300;
}

.footer__copy_top {
  font-size: 16px;
  color: white;
}

.footer__menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 50px;
  row-gap: 1em;
}

.footer__menu a {
  font-weight: 300;
  line-height: 1.3;
  font-size: 18px;
  color: #fff;
}

.footer__menu a:hover {
  text-decoration: underline;
}

.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 40px 0;
}

.footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
  row-gap: 10px;
}

.footer__links a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.15);
}

.footer__links a:hover {
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .footer__top {
    margin-top: 40px;
  }

  .footer__menu {
    flex-direction: column;
    align-items: flex-end;
  }
}
@media (max-width: 576px) {
  .footer__bottom {
    flex-direction: column-reverse;
  }

  .footer__top {
    flex-direction: column;
  }

  .footer__menu {
    margin-top: 20px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
input {
  font-family: Geologica;
}

input._error {
  border: 2px solid #700606 !important;
}

.popup_popup::before {
  background: rgba(7, 5, 30, 0.52);
  backdrop-filter: blur(8.3999996185px);
}

.popup__body {
  max-width: 460px;
  border-radius: 52px;
  border: 1px solid rgba(250, 248, 255, 0.12);
  background: linear-gradient(180deg, rgba(12, 5, 28, 0.94) 0%, rgba(16, 0, 52, 0.93) 100%);
  backdrop-filter: blur(34.5999984741px);
  padding: 50px 45px;
}

@media (max-width: 500px) {
  .popup__body {
    padding: 34px 30px;
    border-radius: 42px;
  }
}
.popup__close {
  width: 21px;
  height: 21px;
  background-image: url(../img/menu/close_big.png);
  background-size: contain;
  top: 60px;
  right: 40px;
  position: absolute;
}

@media (max-width: 500px) {
  .popup__close {
    top: 40px;
  }
}
.popup__titlle {
  background: linear-gradient(92deg, #fff 6.41%, #fff 24.36%, #fff 59.92%, #8d50ff 104.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: clamp(34px, 4vw, 41px);
  padding-right: 30px;
}

.popup__form {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-top: 35px;
}

.popup__form input {
  padding: 18px 30px;
  border-radius: 55px;
  border: 1px solid #201340;
  background: #190e34;
  color: #fff;
  width: 100%;
}

.popup__form input::placeholder {
  color: rgba(250, 250, 250, 0.6);
  font-weight: 300;
}

.popup__form p {
  color: rgba(250, 250, 250, 0.6);
}

.popup__form p a {
  color: #fff;
  text-decoration: underline;
}

.iti__country-container {
  left: 18px !important;
}

.iti__tel-input {
  padding-left: 56px !important;
}

.free-text {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  gap: 1em;
  color: #fff;
}

.free-text h1 {
  font-size: 32px;
  font-weight: 600;
  margin: 12px 0;
}

.free-text h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 12px 0;
}

.free-text h3 {
  font-size: 20px;
  font-weight: 600;
  margin: 12px 0;
}

.free-text h4 {
  font-size: 18px;
  font-weight: 600;
  margin: 12px 0;
}

.free-text h5,
.free-text h6 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}

.free-text ul,
.free-text ol {
  padding-left: 1em;
}

.free-text ul,
.free-text ul li {
  list-style-type: disc;
}

.free-text ol,
.free-text ol li {
  list-style-type: decimal;
}

a {
  color: inherit;
}

._breadcrumbs {
  display: flex;
  gap: 14px;
}
._breadcrumbs a {
  display: flex;
  gap: 12px;
  opacity: 0.2;
  align-items: center;
  line-height: 1;
}
._breadcrumbs a:not(:first-child) {
  position: relative;
}
._breadcrumbs a:not(:first-child)::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  width: 5px;
  height: 10px;
  background-image: url(../img/arb.svg);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
._breadcrumbs a._active {
  opacity: 1;
}

._green-list {
  color: #2fe1ea;
  padding-left: 30px;
  padding-bottom: 40px;
  max-width: 450px;
  background-image: url(../img/Vector228.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media (max-width: 998px) {
  ._green-list {
    padding-left: 20px;
    padding-bottom: 25px;
  }
}
._green-list div {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 998px) {
  ._green-list div {
    font-size: 16px;
  }
}
._green-list ul {
  font-weight: 200;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 30px;
}
@media (max-width: 998px) {
  ._green-list ul {
    font-size: 14px;
    padding-left: 20px;
  }
}

.first {
  position: relative;
  background: #080013;
  z-index: 1;
}
.first._api .first__container {
  padding-bottom: 340px;
}
@media (max-width: 700px) {
  .first._api .first__container {
    padding-bottom: 50vw;
  }
}
@media (max-width: 700px) {
  .first._api .first__title {
    max-width: 400px;
  }
}
@media (max-width: 700px) {
  .first._api .first__subtitle {
    max-width: 80%;
  }
}
.first._api .first__bg img {
  left: 50%;
  transform: translate(-50%);
}
@media (max-width: 1340px) {
  .first._api .first__bg img {
    left: 50%;
    transform: translate(-50%);
  }
}
@media (max-width: 700px) {
  .first._api .first__bg img {
    width: 100%;
    left: 50%;
    transform: translate(-50%);
  }
}
.first._tarif .first__bg img {
  left: 70%;
  height: 85%;
  bottom: 0;
  top: auto;
}
@media (max-width: 1300px) {
  .first._tarif .first__bg img {
    left: 75%;
    height: 80%;
  }
}
@media (max-width: 998px) {
  .first._tarif .first__bg img {
    height: 235px;
    width: 300px;
    object-fit: cover;
    object-position: top center;
    left: 50%;
  }
}
.first._tarif .first__container {
  padding-bottom: 170px;
}
@media (max-width: 998px) {
  .first._tarif .first__container {
    padding-bottom: 235px;
  }
}
.first._about .first__bg img {
  transform: translate(-49%);
  left: 50%;
}
@media (max-width: 1200px) {
  .first._about .first__bg img {
    transform: translate(-45%);
  }
}
@media (max-width: 700px) {
  .first._about .first__bg img {
    transform: translate(-50%);
  }
}
@media (max-width: 700px) {
  .first._about .first__container {
    padding-bottom: 50vw;
  }
}
.first__bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 100%;
  z-index: -1;
  mix-blend-mode: lighten;
}
.first__bg img {
  height: 100%;
  width: auto;
  position: absolute;
  left: 50%;
  mix-blend-mode: lighten;
  transform: translate(-45%);
}
.first__bg img:nth-child(2) {
  display: none;
}
@media (max-width: 1300px) {
  .first__bg img {
    transform: translate(-40%);
  }
}
@media (max-width: 700px) {
  .first__bg img {
    width: 100%;
    height: auto;
    bottom: 0;
    top: auto;
    transform: translate(-50%);
  }
  .first__bg img:nth-child(2) {
    display: block;
  }
  .first__bg img:nth-child(1) {
    display: none;
  }
}
.first__container {
  padding-top: 190px;
  padding-bottom: 80px;
}
@media (max-width: 998px) {
  .first__container {
    padding-top: 140px;
  }
}
@media (max-width: 700px) {
  .first__container {
    padding-bottom: 45vw;
  }
}
.first__content {
  max-width: 633px;
}
@media (max-width: 998px) {
  .first__content {
    max-width: 550px;
  }
}
.first__title {
  margin-top: 40px;
  font-weight: 500;
  font-family: Geologica;
  background: linear-gradient(128deg, #fff 0%, #fff 18.29%, #fff 54.49%, rgba(255, 255, 255, 0.42) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 5px;
}
@media (max-width: 700px) {
  .first__title {
    margin-top: 20px;
    background: linear-gradient(128deg, #fff 0%, #fff 18.29%, #fff 54.49%, #8d50ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
.first__subtitle {
  margin-top: 35px;
  max-width: 90%;
}
@media (max-width: 700px) {
  .first__subtitle {
    margin-top: 15px;
  }
}
.first__btn {
  margin-top: 40px;
}
@media (max-width: 700px) {
  .first__btn {
    margin-top: 20px;
  }
}

.solution__container {
  padding-top: 84px;
  padding-bottom: 50px;
  position: relative;
}
@media (max-width: 998px) {
  .solution__container {
    padding-bottom: 0;
  }
}
.solution__decor {
  position: absolute;
  width: 200px;
  right: 55px;
  top: 65px;
}
@media (max-width: 998px) {
  .solution__decor {
    width: 580px;
    right: auto;
    left: 50px;
  }
}
.solution__decor img {
  width: 100%;
}
.solution__decor img:nth-child(2) {
  display: none;
}
@media (max-width: 998px) {
  .solution__decor img:nth-child(1) {
    display: none;
  }
  .solution__decor img:nth-child(2) {
    display: block;
  }
}
.solution__head {
  max-width: 400px;
}
@media (max-width: 998px) {
  .solution__head {
    max-width: 300px;
  }
}
.solution__block {
  margin-top: 90px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 220px;
  align-items: center;
  position: relative;
}
@media (max-width: 1300px) {
  .solution__block {
    gap: 130px;
  }
}
@media (max-width: 1100px) {
  .solution__block {
    gap: 80px;
  }
}
@media (max-width: 998px) {
  .solution__block {
    margin: 0px auto;
    grid-template-columns: 1fr;
    max-width: 550px;
    margin-top: 50px;
  }
}
.solution__block._line::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 150px;
  height: 100%;
  background-image: url(../img/line.svg);
  background-size: 100%;
  background-position: center 40%;
  background-repeat: no-repeat;
}
@media (max-width: 1300px) {
  .solution__block._line::before {
    width: 110px;
    background-position: center 53%;
  }
}
@media (max-width: 1100px) {
  .solution__block._line::before {
    display: none;
  }
}
.solution__left {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.solution__item {
  padding: 33px;
  padding-bottom: 50px;
  padding-top: 215px;
  border-radius: 40px;
  backdrop-filter: blur(69.1999969482px);
  overflow: hidden;
  font-size: 18px;
  background: linear-gradient(200deg, rgba(10, 3, 25, 0.92) 0%, rgba(14, 2, 43, 0.92) 65.13%);
}
@media (max-width: 500px) {
  .solution__item {
    padding: 24px;
    font-size: 14px;
    padding-bottom: 30px;
    padding-top: 170px;
  }
}
.solution__item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/s1.png);
  width: 100%;
  height: 100%;
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
}
.solution__item_3::before {
  background-image: url(../img/s3.png);
}
.solution__item_5::before {
  background-image: url(../img/s5.png);
}
.solution__item_2::before {
  background-image: url(../img/s2.png);
}
.solution__item_4 {
  padding-top: 170px;
}
.solution__item_4::before {
  background-image: url(../img/s4.png);
}
.solution__item_6::before {
  background-image: url(../img/s6.png);
}
.solution__name {
  font-weight: 500;
  font-size: 34px;
}
@media (max-width: 998px) {
  .solution__name {
    font-size: 24px;
  }
}
.solution__subtitle {
  color: #c5b8e8;
  font-weight: 200;
  margin-top: 15px;
}
.solution__for {
  font-weight: 500;
  font-size: 24px;
  margin-top: 38px;
}
@media (max-width: 500px) {
  .solution__for {
    font-weight: 300;
    font-size: 18px;
    margin-top: 20px;
  }
}
.solution__list {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
  font-weight: 200;
  margin-top: 20px;
}
.solution__list li {
  width: max-content;
  padding: 13px 20px;
  border-radius: 45px;
  border: 1px solid #ffffff0f;
  background: linear-gradient(1deg, rgba(16, 5, 38, 0.18) 0%, rgba(77, 33, 170, 0.18) 100%);
}
.solution__text {
  margin-top: 12px;
}
.solution__btn {
  margin-top: 50px;
  cursor: pointer;
}
@media (max-width: 998px) {
  .solution__btn {
    margin-top: 20px;
  }
}
.solution__cta {
  margin-top: 30px;
  padding-left: 20px;
  padding-bottom: 18px;
  background-image: url(../img/Vector1228.svg);
  background-size: auto 100%;
  background-repeat: no-repeat;
  font-weight: 200;
  color: #2fe1ea;
}
@media (max-width: 998px) {
  .solution__cta {
    margin-top: 20px;
  }
}
.solution__right {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media (max-width: 998px) {
  .solution__right {
    display: none;
  }
}

._head {
  background: linear-gradient(128deg, #fff 0%, #fff 18.29%, #fff 54.49%, rgba(255, 255, 255, 0.42) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: Geologica;
  font-size: 46px;
  line-height: 1;
}
@media (max-width: 998px) {
  ._head {
    font-size: 30px;
  }
}

.just-work {
  margin-top: -240px;
  position: relative;
  z-index: 2;
}
@media (max-width: 700px) {
  .just-work {
    margin-top: -32vw;
  }
}
.just-work__block {
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(69.1999969482px);
  border-radius: 71px;
  display: grid;
  grid-template-columns: 1fr 1.25fr;
  padding: 85px 100px;
  gap: 100px;
  padding-bottom: 0;
  background: linear-gradient(190deg, rgba(12, 5, 28, 0.92) 19.78%, rgba(16, 0, 52, 0.92) 100%);
}
@media (max-width: 1350px) {
  .just-work__block {
    padding: 50px 50px;
    padding-bottom: 0;
    gap: 50px;
    border-radius: 50px;
  }
}
@media (max-width: 1100px) {
  .just-work__block {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 24px;
    border-radius: 40px;
  }
}
.just-work__block::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  content: "";
  background-image: url(../img/bgj2.png);
  background-size: cover;
  mix-blend-mode: lighten;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .just-work__block::before {
    background-size: 100%;
    background-image: url(../img/jm.png);
  }
}
.just-work__img {
  margin-top: auto;
}
.just-work__img img {
  width: 100%;
  margin-bottom: -30%;
}
@media (max-width: 1100px) {
  .just-work__img {
    max-width: 270px;
    margin: 0px auto;
  }
  .just-work__img img {
    margin-bottom: 0;
  }
}
.just-work__content {
  padding-bottom: 74px;
}
@media (max-width: 1100px) {
  .just-work__content {
    padding-bottom: 15px;
  }
}
.just-work__text {
  font-weight: 300;
  font-size: 18px;
  margin-top: 32px;
  color: #fafafa;
}
@media (max-width: 998px) {
  .just-work__text {
    font-size: 14px;
    margin-top: 18px;
  }
}
.just-work__list {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 998px) {
  .just-work__list {
    font-size: 14px;
    margin-top: 25px;
  }
}
.just-work__list li {
  display: grid;
  grid-template-columns: 21px 1fr;
  gap: 21px;
  align-items: center;
  padding: 16px 25px;
  border-radius: 40px;
  position: relative;
  backdrop-filter: blur(69.1999969482px);
  background: linear-gradient(305deg, rgba(25, 32, 88, 0.92) 0%, rgba(26, 13, 54, 0.92) 65.13%);
}
@media (max-width: 998px) {
  .just-work__list li {
    padding: 12px 20px;
    grid-template-columns: 17px 1fr;
    gap: 17px;
  }
}
.just-work__list li:nth-child(even)::before {
  background-image: url(../img/slider_03.svg);
}
.just-work__list li:nth-child(even)::after {
  background-color: #3a72ff;
}
.just-work__list li:nth-child(even) span::before {
  background: rgba(74, 58, 255, 0.38);
}
.just-work__list li::before {
  position: relative;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/slider_02.svg);
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
}
.just-work__list li::after {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 0;
  content: "";
  width: 2px;
  height: 21px;
  background-color: #d63fff;
}
.just-work__list li span {
  border-radius: 45px;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.just-work__list li span::before {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 0;
  content: "";
  border-radius: 100%;
  background: rgba(214, 63, 255, 0.22);
  filter: blur(27px);
  width: 100px;
  height: 100%;
}

._top-el {
  display: grid;
  grid-template-columns: 16px 1fr;
  gap: 10px;
  align-items: center;
  max-width: max-content;
  padding: 10px 13px;
  line-height: 1;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 37px;
  font-weight: 300;
  font-size: 18px;
  color: #fafafa;
}
._top-el img {
  width: 100%;
}
@media (max-width: 998px) {
  ._top-el {
    grid-template-columns: 14px 1fr;
    font-size: 14px;
  }
}

.launch__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 130px;
  padding-bottom: 80px;
}
@media (max-width: 998px) {
  .launch__container {
    grid-template-columns: 1fr;
    padding-top: 70px;
    gap: 50px;
    padding-bottom: 30px;
  }
}
.launch__content {
  position: relative;
  z-index: 2;
}
.launch__head {
  margin-top: 30px;
}
@media (max-width: 998px) {
  .launch__head {
    margin-top: 16px;
  }
}
.launch__text {
  font-size: 18px;
  margin-top: 30px;
}
@media (max-width: 998px) {
  .launch__text {
    font-weight: 200;
    font-size: 14px;
    margin-top: 25px;
  }
}
.launch__list {
  margin-top: 50px;
}
.launch__img {
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 998px) {
  .launch__img {
    aspect-ratio: 1/1;
    max-width: 400px;
    width: 100%;
    margin: 0px auto;
  }
}
.launch__img img {
  pointer-events: none;
  width: 200%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .launch__img img {
    width: 240%;
  }
}
@media (max-width: 500px) {
  .launch__img._v2 {
    margin-top: -13vw;
  }
}
.launch__img._v2 img {
  width: 150%;
}
@media (max-width: 500px) {
  .launch__img._v2 img {
    width: 140%;
  }
}

.tarif-wp {
  position: relative;
  z-index: 2;
  margin-top: -100px;
}
@media (max-width: 998px) {
  .tarif-wp {
    margin-top: -50px;
  }
}
.tarif-wp__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 998px) {
  .tarif-wp__container {
    grid-template-columns: 1fr;
    max-width: 500px;
  }
}
.tarif-wp__item {
  border-radius: 67px;
  padding: 45px;
  padding-bottom: 0;
  backdrop-filter: blur(69.1999969482px);
  position: relative;
  background: linear-gradient(144deg, rgba(12, 5, 28, 0.92) 19.78%, rgba(16, 0, 52, 0.92) 100%);
}
@media (max-width: 1200px) {
  .tarif-wp__item {
    padding: 30px 24px;
    border-radius: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 998px) {
  .tarif-wp__item {
    padding-bottom: 30px;
    overflow: hidden;
    border-radius: 40px;
  }
}
.tarif-wp__name {
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 998px) {
  .tarif-wp__name {
    font-size: 18px;
    font-weight: 400;
  }
}
.tarif-wp__block {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  margin-top: 20px;
  gap: 20px;
}
@media (max-width: 998px) {
  .tarif-wp__block {
    grid-template-columns: 1fr;
    max-width: 60%;
  }
}
.tarif-wp__item:nth-child(2) .tarif-wp__block {
  grid-template-columns: 1.2fr 1fr;
  max-width: 100%;
}
.tarif-wp__cif {
  font-size: 34px;
}
@media (max-width: 1200px) {
  .tarif-wp__cif {
    font-size: 30px;
  }
}
@media (max-width: 430px) {
  .tarif-wp__cif {
    font-size: 25px;
  }
}
.tarif-wp__cif span {
  font-size: 60px;
  font-weight: 600;
  position: relative;
}
@media (max-width: 1300px) {
  .tarif-wp__cif span {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .tarif-wp__cif span {
    font-size: 45px;
  }
}
@media (max-width: 430px) {
  .tarif-wp__cif span {
    font-size: 35px;
  }
}
.tarif-wp__cif span::before {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(70%, 5%);
  content: "";
  background-image: url(../img/w1.png);
  width: 52px;
  height: 52px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  .tarif-wp__cif span::before {
    width: 34px;
    height: 34px;
    transform: translate(70%, 15%);
  }
}
.tarif-wp__cif span._visa::before {
  background-image: url(../img/w2.png);
  width: 82px;
  height: 82px;
  transform: translate(80%, -10%);
}
@media (max-width: 1200px) {
  .tarif-wp__cif span._visa::before {
    width: 54px;
    height: 54px;
  }
}
.tarif-wp__info {
  font-weight: 300;
  font-size: 18px;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .tarif-wp__info {
    font-size: 14px;
  }
}
@media (max-width: 430px) {
  .tarif-wp__info {
    font-size: 12px;
  }
}
.tarif-wp__img {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
@media (max-width: 998px) {
  .tarif-wp__img {
    position: absolute;
    bottom: 0;
    max-width: 500px;
    right: 0;
    z-index: -1;
  }
}
.tarif-wp__img img {
  width: calc(100% + 40px);
}
@media (max-width: 998px) {
  .tarif-wp__img img {
    width: 120%;
    transform: translate(40%, 0%);
  }
}
.tarif-wp__list {
  margin-top: 44px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-bottom: 30px;
}
@media (max-width: 998px) {
  .tarif-wp__list {
    padding-bottom: 5px;
    margin-top: 25px;
  }
}
.tarif-wp__list li {
  display: grid;
  grid-template-columns: 1fr max-content;
  gap: 13px;
  font-size: 20px;
}
@media (max-width: 1200px) {
  .tarif-wp__list li {
    font-size: 14px;
    gap: 8px;
  }
}
@media (max-width: 1200px) {
  .tarif-wp__list li {
    font-size: 12px;
  }
}
.tarif-wp__list li span:nth-child(2) {
  font-weight: 22px;
}
@media (max-width: 1200px) {
  .tarif-wp__list li span:nth-child(2) {
    font-size: 18px;
  }
}
@media (max-width: 1200px) {
  .tarif-wp__list li span:nth-child(2) {
    font-size: 16px;
  }
}
.tarif-wp__list li span:nth-child(1) {
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: end;
  gap: 15px;
}
@media (max-width: 998px) {
  .tarif-wp__list li span:nth-child(1) {
    gap: 8px;
  }
}
.tarif-wp__list li span:nth-child(1)::after {
  position: relative;
  top: -5px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #28184a;
}

.enter__container {
  margin-top: 180px;
}
@media (max-width: 998px) {
  .enter__container {
    margin-top: 120px;
  }
}
.enter__block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 80px;
}
@media (max-width: 998px) {
  .enter__block {
    grid-template-columns: 1fr 1fr;
    margin-top: 35px;
  }
}
.enter__img {
  width: 100px;
  height: 100px;
}
@media (max-width: 500px) {
  .enter__img {
    width: 60px;
    height: 60px;
  }
}
.enter__img._v2 {
  width: 65px;
}
@media (max-width: 500px) {
  .enter__img._v2 {
    width: 52px;
  }
}
.enter__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.enter__name {
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  color: #fafafa;
  margin-top: 8px;
  margin-bottom: 16px;
}
@media (max-width: 500px) {
  .enter__name {
    font-size: 18px;
    margin-top: 14px;
    font-weight: 400;
  }
}
.enter__text {
  color: #a291cf;
  font-weight: 300;
}
.enter__green {
  margin-top: 20px;
  font-size: 18px;
  padding-left: 20px;
  padding-bottom: 20px;
  background-image: url(../img/Vector12.svg);
}
@media (max-width: 998px) {
  .enter__green {
    display: none;
  }
}
.enter__green div {
  font-size: 18px;
}
.enter__green p {
  font-weight: 200;
}

team__name._name {
  font-weight: 500;
  font-size: 24px;
  line-height: 124%;
  color: #fafafa;
}

.who-are__container {
  margin-top: 80px;
}
@media (max-width: 998px) {
  .who-are__container {
    margin-top: 55px;
  }
}
.who-are__haad {
  max-width: 360px;
}
@media (max-width: 998px) {
  .who-are__haad {
    max-width: 250px;
  }
}
.who-are__block {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 70px;
}
@media (max-width: 1200px) {
  .who-are__block {
    grid-template-columns: 1fr 0.7fr 1fr;
  }
}
@media (max-width: 998px) {
  .who-are__block {
    grid-template-columns: 1fr;
    margin-top: 45px;
  }
}
.who-are__el {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 998px) {
  .who-are__el {
    max-width: 500px;
  }
}
@media (min-width: 998px) {
  .who-are__el._right {
    align-items: flex-end;
  }
  .who-are__el._right .who-are__item {
    padding-right: 40px;
    padding-left: 0;
    text-align: right;
  }
  .who-are__el._right .who-are__item::after {
    left: auto;
    right: 0;
    transform: translate(100%);
  }
  .who-are__el._right .who-are__item::before {
    right: 0;
    left: auto;
    transform: translate(calc(50% + 2px));
  }
}
.who-are__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 45px;
  padding-left: 30px;
  position: relative;
}
.who-are__item:nth-child(1) {
  max-width: 90%;
}
.who-are__item:nth-child(2) {
  max-width: 85%;
}
@media (max-width: 998px) {
  .who-are__item:nth-child(2) {
    max-width: 90%;
  }
}
@media (max-width: 998px) {
  .who-are__item:nth-child(3) {
    max-width: 90%;
  }
}
.who-are__item::after {
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
  width: 4px;
  height: 100%;
  background: #2fe1ea;
  transform: translate(-100%);
}
.who-are__item::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 21px;
  height: 21px;
  transform: translate(calc(-50% - 2px));
  border-radius: 50%;
  background: #2fe1ea;
}
.who-are__item:last-child {
  padding-bottom: 0;
}
.who-are__item:last-child::after {
  display: none;
}
.who-are__text {
  color: #c5b7e9;
}
.who-are__img {
  position: relative;
  z-index: -1;
}
@media (max-width: 998px) {
  .who-are__img {
    aspect-ratio: 1/1.3;
    max-width: 400px;
  }
}
.who-are__img img {
  width: 250%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 998px) {
  .who-are__img img {
    width: 220%;
  }
}

.team__container {
  margin-top: 60px;
  margin-bottom: 40px;
}
@media (max-width: 998px) {
  .team__container {
    margin-top: 50px;
    margin-bottom: 0;
  }
}
.team__block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 998px) {
  .team__block {
    grid-template-columns: 1fr;
    gap: 30px;
    max-width: 500px;
    margin: 0px auto;
  }
}
.team__item {
  position: relative;
}
.team__img {
  position: relative;
  aspect-ratio: 1/1;
  width: 100%;
}
.team__img img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: contain;
  object-position: bottom left;
}
.team__img::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 1, 27, 0) 0%, #0c011b 100%);
  width: 100%;
  height: 65%;
}
.team__info {
  margin-top: -20px;
  position: relative;
  z-index: 2;
  padding-left: 30px;
}
@media (max-width: 998px) {
  .team__info {
    position: absolute;
    bottom: 10px;
    margin-top: 0;
    left: 0;
  }
}
.team__name {
  margin-bottom: 12px;
  font-size: 30px;
}
@media (max-width: 1200px) {
  .team__name {
    font-size: 25px;
    margin-bottom: 10px;
  }
}
@media (max-width: 500px) {
  .team__name {
    font-size: 22px;
  }
}