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

@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNovaBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNovaRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "DrukCyr";
  src: url("../fonts/DrukWideCyr-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Proxima Nova Lt";
  src:
    url("../fonts/ProximaNova-Semibold.woff2") format("woff2"),
    url("../fonts/ProximaNova-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/* ================================================== */

html {
  scroll-behavior: smooth;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "ProximaNovaRegular";
  background: #0c0c12;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ================================================== */

img {
  max-width: 100%;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  color: #fff;
}

.container {
  max-width: 1252px;
  width: 100%;
  margin: 0 auto;
  padding: 0 40px;
}

@media (max-width: 1370px) {
  .container {
    box-sizing: border-box;
  }
}

/* ===== header ===== */

.header {
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 26px 20px;
  box-sizing: border-box;
  background: rgba(12, 12, 18, 0.8);
  backdrop-filter: blur(13px);
}

.header-lang {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  cursor: pointer;
  position: relative;
  right: -24px;
  top: -3px;
}

.header-lang__current {
  font-weight: 600;
  font-size: 14px;
  color: #fff;
}

.header-lang__icon {
  display: block;
  width: 16px;
  height: 16px;
  transition: transform 200ms;
}

.header-lang__trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.header-lang.is-open .header-lang__icon {
  transform: rotate(180deg);
}

.header-lang__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 14px);
  right: 0;
  background: #14141e;
  border: 1px solid #262634;
  border-radius: 12px;
  padding: 6px;
  min-width: 120px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 20;
}

.header-lang.is-open .header-lang__dropdown {
  display: block;
}

.header-lang__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 10px 12px;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 14px;
  color: #9999ab;
  font-family: "ProximaNovaRegular";
    text-decoration: none;
    box-sizing: border-box;
  transition:
    background 150ms,
    color 150ms;
}

.header-lang__option + .header-lang__option {
  border-top: 1px solid #1e1e2a;
}

.header-lang__option:hover {
  background: #1e1e2e;
  color: #fff;
}

.header-lang__option.is-selected {
  background: rgba(92, 36, 255, 0.18);
  color: #fff;
  border-radius: 8px;
}

.header-lang__option-check {
  display: block;
  width: 14px;
  height: 14px;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 40px;
  position: relative;
}

@media (max-width: 1370px) {
  .header-lang {
    position: absolute;
    right: 37px;
    top: -16px;
  }
}

/* header cols */

.header-col {
  display: flex;
  align-items: center;
}

.header-col--right {
  flex: 1;
  position: relative;
}

.header-nav-row {
  display: flex;
  align-items: center;
  gap: 60px;
  position: relative;
  top: 8px;
}

/* logo */

.logo {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  line-height: 1;
  flex-shrink: 0;
}

.main-logo-img {
  display: block;
  max-width: 145px;
}

/* nav */

.nav {
  flex: 1;
}

.nav__list {
  display: flex;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #18181f;
  background: #07070e;
  gap: 2px;
}

.nav__link {
  font-family: "Proxima Nova Lt";
  display: block;
  text-decoration: none;
  color: #9999ab;
  font-weight: 600;
  font-size: 16px;
  padding: 14px 19px;
  border-radius: 14px;
  transition:
    color 200ms,
    background 200ms;
  white-space: nowrap;
}

.nav__link:hover {
  color: #fff;
}

@media (max-width: 1370px) {
  .nav__link {
    padding: 14px 15px;
  }

  .nav {
    flex: 0;
  }
}

@media (max-width: 700px) {
  .main-logo-img {
    max-width: 110px;
  }
}

/* contact */

.header-contact {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 3px;
  text-align: left;
}

.header-contact__phone {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  text-decoration: none;
  margin-bottom: 3px;
}

.header-contact__phone:hover {
  color: #a855f7;
}

.header-contact__hours {
  font-size: 14px;
  color: #9999ab;
}

@media (max-width: 1370px) {
  .header-contact {
    display: none;
  }
}

/* btn */

.header-btn {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  border-radius: 10px;
  padding: 16px 36px;
  transition: box-shadow 200ms;
  white-space: nowrap;
}

.header-btn:hover {
  border-radius: 10px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  box-shadow: 0 4px 15.1px 0 rgba(255, 59, 255, 0.3);
}

.header-btn__icon {
  display: block;
  width: 20px;
  height: 20px;
}

/* ===== /header ===== */

/* ===== hero ===== */

.hero {
  margin-top: 34px;
}

.hero-inner {
  display: flex;
  align-items: stretch;
  gap: 18px;
}

/* --- hero left --- */

.hero-left {
  flex-shrink: 0;
  width: 486px;
  display: flex;
  flex-direction: column;
  padding-bottom: 40px;
  margin-top: 29px;
}

.hero-label {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 26px;
}

.hero-label__line {
  display: block;
  width: 26px;
  height: 1px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  flex-shrink: 0;
}

.hero-label__text {
  font-size: 14px;
  color: #9999ab;
  text-transform: uppercase;
}

.hero-title {
  font-family: "DrukCyr";
  font-size: 38px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 32px;
}

.hero-title__accent {
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #9999ab;
  margin-bottom: 36px;
}

.hero-desc span {
  color: #f0eef8;
}

.hero-btns {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 36px;
}

.hero-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  border-radius: 10px;
  padding: 15px 37px;
  transition: opacity 200ms;
  white-space: nowrap;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.hero-btn--primary {
  color: #fff;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  transition: box-shadow 200ms;
}

.hero-btn--primary:hover {
  border-radius: 10px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  box-shadow: 0 4px 15.1px 0 rgba(255, 59, 255, 0.3);
}

.hero-btn--dark {
  color: #fff;
  border: 1px solid #262634;
  background: #07070e;
  transition: border-color 200ms;
}

.hero-btn--dark:hover {
  border: 1px solid #fff;
}

.hero-btn__icon {
  display: block;
  width: 20px;
  height: 20px;
}

.hero-stats {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  padding-top: 40px;
  border-top: 1px solid #17171f;
  margin-top: 9px;
}

.hero-stat__value {
  font-family: "DrukCyr";
  font-size: 18px;
  font-weight: bold;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 14px;
}

.hero-stat__label {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.4;
}

/* --- hero right (image + swiper) --- */

.hero-right {
  flex: 1;
  min-width: 0;
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: space-between;
}

/* --- hero swiper --- */

.hero-swiper {
  flex-shrink: 0;
  width: 390px;
}

.hero-slide {
  display: flex;
  gap: 40px;
  align-items: stretch;
  justify-content: space-between;
}

/* --- hero center image --- */

.hero-img-wrap {
  flex: 1;
  max-width: 318px;
  border-radius: 20px;
  overflow: hidden;
  max-height: 530px;
}

.hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: none;
}

/* --- hero demo card --- */

.hero-demo {
  flex-shrink: 0;
  width: 390px;
  background: #12121e;
  border-radius: 20px;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 23px;
  max-height: 530px;
  box-sizing: border-box;
}

.hero-demo__info {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.hero-demo__top {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
  display: none;
}

.hero-demo__video {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  max-height: 192px;
}

.hero-demo__thumb {
  display: block;
  width: 100%;
  max-width: none;
}

.hero-demo__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  outline: none;
  transition:
    background 200ms,
    box-shadow 400ms ease-out;
  opacity: 0.9;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.hero-demo__play:hover {
  opacity: 1;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
}

.hero-demo__play-icon {
  display: block;
  width: 20px;
  height: 20px;
  padding-left: 6px;
}

.hero-demo__name {
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  font-family: "DrukCyr";
  margin-bottom: 10px;
}

.hero-demo__desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.4;
  margin-bottom: 34px;
}

.hero-demo__tags {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.hero-demo__tag {
  display: inline-block;
  font-size: 14px;
  color: #7a7a8c;
  border: 1px solid #24242a;
  background: #14141a;
  border-radius: 50px;
  padding: 9px 16px;
}

.hero-demo__nav {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  justify-content: flex-end;
}

.hero-demo__nav-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px;
  opacity: 0.7;
  transition: opacity 200ms;
  width: 40px;
  height: 40px;
}

.hero-demo__nav-btn--play {
  border: 1px solid #24242a;
  background: #14141a;
  border-radius: 50%;
  opacity: 1;
}

.hero-demo__nav-btn:hover {
  opacity: 1;
  background: #24242a;
  border-radius: 50%;
}

.hero-demo__nav-btn--play-icon {
  padding-left: 5px;
}

.hero-demo__nav-btn--pause-icon {
  display: none;
  width: 16px;
  height: 16px;
}

.hero-demo__nav-btn--play.is-paused {
  opacity: 0.4;
}

.hero-demo__nav-btn--play.is-paused .hero-demo__nav-btn--play-icon {
  display: none;
}

.hero-demo__nav-btn--play.is-paused .hero-demo__nav-btn--pause-icon {
  display: block;
}

.hero-demo__nav-icon {
  display: block;
  width: 16px;
  height: 16px;
}

.hero-demo__nav-icon--flip {
  transform: rotate(180deg);
}

.hero-demo__counter {
  font-size: 14px;
  color: #fff;
}

/* ===== /hero ===== */

/* ===== ticker ===== */

.ticker {
  margin-top: 64px;
  overflow: hidden;
  border-top: 1px solid #262634;
  border-bottom: 1px solid #262634;
  padding: 18px 0;
}

.ticker__track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.ticker__list {
  display: flex;
  align-items: center;
  gap: 32px;
  padding-right: 32px;
  white-space: nowrap;
  flex-shrink: 0;
}

.ticker__item {
  font-size: 14px;
  color: #9999ab;
}

.ticker__sep {
  display: block;
  width: 12px;
  height: 12px;
  flex-shrink: 0;
}

/* ===== /ticker ===== */

/* ===== advantages ===== */

.advantages {
  padding-top: 56px;
  overflow: hidden;
}

.advantages-top {
  position: relative;
  margin-bottom: 42px;
}

.advantages-head {
  position: relative;
  z-index: 1;
  max-width: 440px;
  padding-top: 8px;
}

.advantages-3d {
  position: absolute;
  right: -328px;
  top: -108px;
  width: 100%;
  max-width: none;
  pointer-events: none;
  mix-blend-mode: lighten;
}

.advantages-title {
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-top: 30px;
  margin-bottom: 20px;
}

.advantages-desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.5;
  display: none;
}

.advantages-desc strong {
  color: #fff;
  font-family: "ProximaNovaBold";
  font-weight: bold;
}

.advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  position: relative;
  z-index: 1;
}

.adv-card {
  background: #12121e;
  border: 1px solid #1e1e2a;
  border-radius: 20px;
  padding: 32px 42px;
}

.adv-card:hover {
  border: 1px solid transparent;
  background-image:
    linear-gradient(#12121e, #12121e),
    linear-gradient(89.93deg, #ff3bff -0.3%, #5c24ff 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.adv-card__value {
  font-family: "DrukCyr";
  font-size: 52px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 30px;
}

.adv-card__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 12px;
  line-height: 1.3;
}

.adv-card__desc {
  font-size: 15px;
  color: #9999ab;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .advantages-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ===== /advantages ===== */

/* ===== solutions ===== */

.solutions {
  margin-top: 152px;
}

.solutions-head {
  margin-bottom: 58px;
}

.solutions-title {
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 25px;
  color: #fff;
}

.solutions-desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.5;
}

.solutions-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.solutions-grid:not(.is-revealed) .sol-card:nth-child(n + 7) {
  display: none;
}

.sol-card:nth-child(n + 7) {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 300ms ease-in-out,
    transform 300ms ease-in-out;
}

.solutions-grid.is-expanded .sol-card:nth-child(n + 7) {
  opacity: 1;
  transform: translateY(0);
}

.solutions-more {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 32px;
  background: transparent;
  border: 1px solid #262634;
  color: #9999ab;
  font-size: 16px;
  font-weight: 700;
  border-radius: 10px;
  padding: 14px 24px;
  cursor: pointer;
  transition:
    border-color 200ms,
    color 200ms;
  width: 100%;
  justify-content: center;
}

.solutions-more:hover {
  border-color: #9b7bff;
  color: #fff;
}

.solutions-more__icon {
  width: 16px;
  height: 16px;
  transition: transform 300ms ease-in-out;
}

.solutions-grid.is-expanded ~ .solutions-more .solutions-more__icon {
  transform: rotate(180deg);
}

.sol-card {
  background: #12121e;
  border: 1px solid #1e1e2a;
  border-radius: 16px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 24px 20px;
}

.sol-card:hover {
  background: #1a1a26;
}

.sol-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(89.93deg, #5c24ff -0.3%, #ff3bff 99.94%);
  transition: width 350ms ease;
}

.sol-card:hover::before {
  width: 100%;
}

.sol-card__img-wrap {
  position: relative;
  flex-shrink: 0;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 29px;
}

.sol-card__img {
  display: block;
  width: 100%;
  max-width: none;
  object-fit: cover;
}

.sol-card__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 50%;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: none;
  transition:
    background 200ms,
    box-shadow 400ms ease-out;
  opacity: 0.9;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
}

.sol-card__play:hover {
  opacity: 1;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.5);
}

.sol-card__play-icon {
  display: block;
  width: 20px;
  height: 20px;
  padding-left: 6px;
}

.sol-card__body {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.sol-card__badge {
  display: inline-block;
  font-size: 14px;
  color: #9b7bff;
  background: #211841;
  border-radius: 4px;
  padding: 5px 8px;
  text-transform: uppercase;
  margin-bottom: 7px;
  align-self: flex-start;
}

.sol-card__title {
  font-size: 22px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.sol-card__desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.4;
  margin-bottom: 23px;
  flex: 1;
}

.sol-card__footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.sol-card__line {
  display: block;
  width: 24px;
  height: 1px;
  background: #9999ab;
  flex-shrink: 0;
}

.sol-card__area {
  font-size: 16px;
  color: #9999ab;
}

@media (max-width: 920px) {
  .solutions-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 700px) {
  .solutions-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .solutions-grid:not(.is-revealed) .sol-card:nth-child(n + 4) {
    display: none;
  }

  .sol-card:nth-child(n + 4) {
    opacity: 0;
    transform: translateY(16px);
    transition:
      opacity 300ms ease-in-out,
      transform 300ms ease-in-out;
  }

  .solutions-grid.is-expanded .sol-card:nth-child(n + 4) {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ===== /solutions ===== */

/* ===== how ===== */

.how {
  margin-top: 182px;
}

.how-head {
  margin-bottom: 48px;
}

.how-title {
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-top: 20px;
}

.how-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
}

.how-card {
  background: #12121e;
  border: 1px solid #1e1e2a;
  border-radius: 20px;
  padding: 25px 44px;
  position: relative;
  overflow: hidden;
  transition: background 300ms ease-in-out;
}

.how-card:hover {
  background: #1a1a26;
}

.how-card:nth-child(1) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.how-card:nth-child(2) {
  border-radius: 0;
}

.how-card:nth-child(3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.how-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  width: 0;
  background: linear-gradient(89.93deg, #5c24ff -0.3%, #ff3bff 99.94%);
  transition: width 350ms ease;
}

.how-card:hover::before {
  width: 100%;
}

.how-card__num {
  font-family: "DrukCyr";
  font-size: 68px;
  font-weight: bold;
  color: #252538;
  line-height: 1;
  margin-bottom: 42px;
}

.how-card__title {
  font-size: 22px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
  margin-bottom: 8px;
  line-height: 1.3;
}

.how-card__desc {
  font-size: 15px;
  color: #9999ab;
  line-height: 1.5;
}

@media (max-width: 650px) {
  .how-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .how-card:nth-child(1),
  .how-card:nth-child(2),
  .how-card:nth-child(3) {
    border-radius: 20px;
  }
}

/* ===== /how ===== */

/* ===== why ===== */

.why {
  margin-top: 131px;
  position: relative;
}

.why .container {
  position: relative;
}

.why-inner {
  display: flex;
  gap: 80px;
  align-items: stretch;
}

.why-left {
  flex: 1;
  min-width: 0;
}

.why-right {
  flex-shrink: 0;
  width: 592px;
}

.why-right .why-wow-card {
  height: 100%;
}

.why-title {
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 25px;
}

.why-desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.5;
  margin-bottom: 40px;
  max-width: 409px;
}

.why-desc strong {
  color: #fff;
}

.why-features {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.why-feature {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #161620;
  border: 0.5px solid #262634;
  border-radius: 16px;
  padding: 33px 36px;
  position: relative;
  z-index: 1;
  transition: border-color 300ms ease-in-out;
}

.why-feature:hover {
  border: 0.5px solid #00f5a0;
}

.why-feature__icon {
  display: block;
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.why-feature__title {
  font-size: 22px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
  margin-bottom: 17px;
}

.why-feature__desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.5;
}

.why-wow-card {
  box-sizing: border-box;
  border-radius: 20px;
  padding: 70px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 24px;
  border: 1px solid #18181f;
  background: #07070e;
  position: relative;
  z-index: 1;
}

.why-wow__text {
  font-family: "DrukCyr";
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
  background: linear-gradient(90deg, #ff3bff 0%, #5c24ff 50%, #00d4e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 22px;
  letter-spacing: 2px;
}

.why-wow__sub {
  font-size: 16px;
  letter-spacing: 4px;
  color: #9999ab;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.why-wow__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.why-wow__tag {
  display: inline-block;
  font-size: 14px;
  color: #9999ab;
  border: 1px solid #24242a;
  background: #14141a;
  border-radius: 50px;
  padding: 9px 18px;
}

.advantages-3d-2 {
  position: absolute;
  pointer-events: none;
  mix-blend-mode: lighten;
  top: -115px;
  right: 0;
}

@media (max-width: 960px) {
  .why-right {
    width: auto;
  }

  .why-inner {
    flex-direction: column;
  }

  .why-right {
    margin-top: 0;
  }

  .why-wow__text {
    font-size: 68px;
  }

  .advantages-3d-2 {
    top: -12px;
    max-width: 565px;
  }
}

/* ===== /why ===== */

/* ===== process ===== */

.process {
  margin-top: 142px;
}

.process-head {
  margin-bottom: 56px;
}

.process-title {
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-top: 20px;
}

.process-steps {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 0 20px;
  margin-top: 79px;
}

.process-line {
  position: absolute;
  top: 65px;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(
    90deg,
    #0c0c12 -0.31%,
    #ff3bff 24.29%,
    #5c24ff 50.33%,
    #00f5a0 74.92%,
    #0c0c12 99.52%
  );
  z-index: 0;
}

.process-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  position: relative;
  z-index: 1;
}

.process-step__num {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #24242a;
  background: #161620;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  color: #5c24ff;
  margin-bottom: 28px;
  position: relative;
  z-index: 1;
  transition:
    color 250ms,
    border-color 250ms,
    background 250ms;
}

.process-step__num:hover {
  color: #fff;
  border: 1px solid transparent;
  background-image:
    linear-gradient(89.93deg, #ff3bff -0.3%, #5c24ff 99.94%),
    linear-gradient(89.93deg, #ff3bff -0.3%, #5c24ff 99.94%);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
}

.process-step__title {
  font-size: 22px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3;
}

.process-step__desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.5;
  max-width: 175px;
}

@media (max-width: 1100px) {
  .process-step__title {
    font-size: 18px;
  }
}

@media (max-width: 650px) {
  .process-steps {
    flex-direction: column;
    align-items: center;
    grid-gap: 40px;
  }

  .process-line {
    display: none;
  }

  .process-step {
    flex-direction: row;
  }

  .process-step__num {
    margin: 0;
  }
}

/* ===== /process ===== */

/* ===== calc ===== */

.calc {
  margin-top: 140px;
  padding-bottom: 100px;
}

.calc-inner {
  display: flex;
  gap: 47px;
  align-items: center;
}

.calc-left {
  flex: 1;
  min-width: 0;
}

.calc-right {
  flex-shrink: 0;
  width: 530px;
  position: sticky;
  top: 24px;
  /* margin-top: 227px; */
}

.calc-title {
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.calc-desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.5;
  margin-bottom: 32px;
  margin-top: 28px;
  max-width: 400px;
}

.calc-desc strong {
  color: #fff;
}

.calc-group {
  margin-bottom: 35px;
}

.calc-label {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 14px;
}

/* area group */

.calc-group--area {
  display: none;
}

.calc-area-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.calc-area-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 16px;
  white-space: nowrap;
  border-radius: 10px;
  border: 1px solid #24242a;
  background: #14141a;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  font-size: 15px;
  color: #9999ab;
  cursor: pointer;
  transition:
    border-color 200ms,
    background 200ms,
    color 200ms;
}

.calc-area-btn__input {
  display: none;
}

.calc-area-btn__radio {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #3a3a4a;
  display: block;
}

.calc-area-btn:hover,
.calc-area-btn:has(.calc-area-btn__input:checked) {
  border: 1px solid transparent;
  background-image:
    linear-gradient(#14141a, #14141a),
    linear-gradient(89.93deg, #ff3bff -0.3%, #5c24ff 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
}

.calc-area-btn:has(.calc-area-btn__input:checked) .calc-area-btn__radio {
  border-color: #5c24ff;
  background-image:
    url("../img/radio-visual-selected-center.svg"),
    linear-gradient(90deg, #ff3bff 0%, #9b2eff 48%, #5c24ff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size:
    8px 8px,
    cover;
}

/* attraction carousel */

.calc-group--attraction {
  display: none;
}

.calc-attraction-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.calc-attraction-grid:not(.is-expanded) .calc-attraction-card:nth-child(n + 6) {
  display: none;
}

.calc-attraction-more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14jpx;
  background: transparent;
  border: none;
  color: #9999ab;
  font-size: 14px;
  cursor: pointer;
  padding: 0;
  transition: color 200ms;
  outline: none;
  width: 100%;
  text-align: center;
  border: 1px solid #262634;
  border-radius: 8px;
  padding: 11px;
  margin-top: 14px;
}

.calc-attraction-more:hover {
  color: #fff;
}

.calc-attraction-more__icon {
  width: 14px;
  height: 14px;
  transition: transform 200ms;
}

.calc-attraction-grid.is-expanded
  ~ .calc-attraction-more
  .calc-attraction-more__icon {
  transform: rotate(180deg);
}

.calc-attraction-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 20px 12px;
  border-radius: 12px;
  border: 1px solid #24242a;
  background: #14141a;
  cursor: pointer;
  position: relative;
  box-sizing: border-box;
  flex: 0 0 calc(20% - 9.6px);
  min-width: 100px;
  transition:
    border-color 200ms,
    background 200ms;
}

.calc-attraction-card__input {
  display: none;
}

.calc-attraction-card__icon {
  width: 48px;
  height: 48px;
}

.calc-attraction-card__title {
  font-size: 13px;
  color: #9999ab;
  text-align: center;
  line-height: 1.4;
  transition: color 200ms;
}

.calc-attraction-card:hover,
.calc-attraction-card:has(.calc-attraction-card__input:checked) {
  border: 1px solid transparent;
  background-image:
    linear-gradient(#14141a, #14141a),
    linear-gradient(89.93deg, #5c24ff -0.3%, #ff3bff 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.calc-attraction-card:has(.calc-attraction-card__input:checked)
  .calc-attraction-card__title {
  color: #fff;
}

.calc-attraction-card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/check.svg") no-repeat center / contain;
  opacity: 0;
  transition: opacity 200ms;
}

.calc-attraction-card:has(.calc-attraction-card__input:checked)::after {
  opacity: 1;
}

/* type cards */

.calc-types {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-bottom: 35px;
}

.calc-type__input {
  display: none;
}

.calc-type__card {
  background: #12121e;
  border: 1px solid #1e1e2a;
  border-radius: 16px;
  padding: 20px;
  cursor: pointer;
  position: relative;
  transition:
    border-color 200ms,
    background 200ms;
}

.calc-type__card:hover,
.calc-type__input:checked + .calc-type__card {
  border: 1px solid transparent;
  background-image:
    linear-gradient(#12121e, #12121e),
    linear-gradient(89.93deg, #5c24ff -0.3%, #ff3bff 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.calc-type__icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-bottom: 21px;
}

.calc-type__radio {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #3a3a4a;
  display: block;
}

.calc-type__input:checked + .calc-type__card .calc-type__radio {
  border-color: #5c24ff;
  background-image:
    url("../img/radio-visual-selected-center.svg"),
    linear-gradient(90deg, #ff3bff 0%, #9b2eff 48%, #5c24ff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size:
    8px 8px,
    cover;
}

.calc-type__title {
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 3px;
}

.calc-type__desc {
  font-size: 16px;
  color: #9999ab;
  line-height: 1.5;
}

/* input */

.calc-input-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  border: 1px solid #262634;
  background: #0c0c12;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 14px 18px;
  max-width: 220px;
  position: relative;
  transition:
    border-color 200ms,
    background 200ms;
}

.calc-input-wrap:hover,
.calc-input-wrap:has(.calc-input:focus),
.calc-input-wrap:has(.calc-input:not(:placeholder-shown)) {
  border: 1px solid transparent;
  background-image:
    linear-gradient(#0c0c12, #0c0c12),
    linear-gradient(89.93deg, #ff3bff -0.3%, #5c24ff 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.calc-input-icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.5;
}

.calc-input__label {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #9999ab;
  font-size: 15px;
  font-family: "ProximaNovaRegular";
  pointer-events: none;
  white-space: nowrap;
  transition:
    top 200ms,
    left 200ms,
    transform 200ms,
    font-size 200ms,
    background 200ms;
}

.calc-input-wrap:focus-within .calc-input__label,
.calc-input-wrap:has(.calc-input:not(:placeholder-shown)) .calc-input__label {
  top: 0;
  left: 14px;
  transform: translateY(-50%);
  font-size: 12px;
  background: #0c0c12;
  padding: 0 4px;
}

.calc-input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  color: #fff;
  font-family: "ProximaNovaRegular";
}

.calc-input::placeholder {
  color: transparent;
}

/* radios */

.calc-radios {
  display: flex;
  gap: 38px;
}

.calc-radio {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 16px;
  color: #9999ab;
  transition: color 200ms;
}

.calc-radio:has(.calc-radio__input:checked) {
  color: #fff;
}

.calc-radio__input {
  display: none;
}

.calc-radio__dot {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #3a3a4a;
  flex-shrink: 0;
  display: block;
}

.calc-radio__input:checked + .calc-radio__dot {
  border-color: #5c24ff;
  background-image:
    url("../img/radio-visual-selected-center.svg"),
    linear-gradient(90deg, #ff3bff 0%, #9b2eff 48%, #5c24ff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size:
    7px 7px,
    cover;
}

/* options */

.calc-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.calc-option {
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  padding: 4px 0;
}

.calc-option__input {
  display: none;
}

.calc-option__box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #3a3a4a;
  flex-shrink: 0;
  display: block;
  transition:
    border-color 200ms,
    background 200ms;
}

.calc-option__input:checked + .calc-option__box {
  border-color: #5c24ff;
  background-image:
    url("../img/ckebox-checked.svg"),
    linear-gradient(90deg, #ff3bff 0%, #9b2eff 48%, #5c24ff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto;
}

.calc-option__text {
  flex: 1;
  font-size: 16px;
  color: #9999ab;
  transition: color 200ms;
}

.calc-option__input:checked ~ .calc-option__text {
  color: #fff;
}

.calc-option__price {
  font-size: 13px;
  color: #fff;
  font-family: "ProximaNovaBold";
  font-weight: 700;
  white-space: nowrap;
}

.calc-option__info {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  cursor: help;
  position: relative;
}

.calc-option__info-icon {
  display: block;
  width: 12px;
  height: 12px;
}

.calc-option__tooltip {
  position: absolute;
  bottom: calc(100% + 10px);
  right: -10px;
  width: 240px;
  background: #14141e;
  border: 1px solid #262634;
  border-radius: 10px;
  padding: 12px 14px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  font-size: 13px;
  line-height: 1.5;
  color: #cfcfd8;
  font-family: "ProximaNovaRegular";
  text-align: left;
  white-space: normal;
  cursor: default;
  opacity: 0;
  visibility: hidden;
  transform: translateY(4px);
  transition:
    opacity 200ms,
    transform 200ms,
    visibility 200ms;
  z-index: 20;
}

.calc-option__info:hover .calc-option__tooltip,
.calc-option__info:focus-within .calc-option__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* textarea */

.calc-textarea-wrap {
  position: relative;
  margin-top: 20px;
}

.calc-textarea__label {
  position: absolute;
  left: 18px;
  top: 18px;
  color: #9999ab;
  font-size: 15px;
  font-family: "ProximaNovaRegular";
  pointer-events: none;
  white-space: nowrap;
  transition:
    top 200ms,
    left 200ms,
    transform 200ms,
    font-size 200ms,
    background 200ms;
}

.calc-textarea-wrap:focus-within .calc-textarea__label,
.calc-textarea-wrap:has(.calc-textarea:not(:placeholder-shown))
  .calc-textarea__label {
  top: 0;
  left: 14px;
  transform: translateY(-50%);
  font-size: 12px;
  background: #0c0c12;
  padding: 0 4px;
}

.calc-textarea {
  width: 100%;
  min-height: 100px;
  border-radius: 10px;
  border: 1px solid #262634;
  background: #0c0c12;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 16px 18px;
  font-size: 15px;
  color: #9999ab;
  font-family: "ProximaNovaRegular";
  outline: none;
  resize: vertical;
  box-sizing: border-box;
  transition:
    background 200ms,
    border-color 200ms;
}

.calc-textarea:hover,
.calc-textarea:focus {
  border: 1px solid transparent;
  background-image:
    linear-gradient(#0c0c12, #0c0c12),
    linear-gradient(89.93deg, #ff3bff -0.3%, #5c24ff 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.calc-textarea::placeholder {
  color: #9999ab;
}

/* right card */

.calc-form-card {
  background: #12121e;
  border: 1px solid #1e1e2a;
  border-radius: 20px;
  padding: 40px 24px;
  display: flex;
  flex-direction: column;
  /* gap: 16px; */
}

.calc-form-icon {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  border: 1px solid #24242a;
  background: #14141a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.calc-form-icon__img {
  display: block;
  width: 56px;
  height: 56px;
}

.calc-form-title {
  font-size: 22px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 52px;
}

.calc-field {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #0c0c12;
  border: 1px solid #1e1e2a;
  border-radius: 12px;
  padding: 14px 18px;
  margin-bottom: 24px;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    background 200ms,
    border-color 200ms;
}

.calc-field:hover,
.calc-field:focus-within {
  border: 1px solid transparent;
  background-image:
    linear-gradient(#0c0c12, #0c0c12),
    linear-gradient(89.93deg, #ff3bff -0.3%, #5c24ff 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.calc-field__label {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #9999ab;
  font-size: 15px;
  font-family: "ProximaNovaRegular";
  pointer-events: none;
  white-space: nowrap;
  transition:
    top 200ms,
    left 200ms,
    transform 200ms,
    font-size 200ms,
    background 200ms;
}

.calc-field:focus-within .calc-field__label,
.calc-field:has(.calc-field__input:not(:placeholder-shown)) .calc-field__label {
  top: 0;
  left: 14px;
  transform: translateY(-50%);
  font-size: 12px;
  background: #12121e;
  padding: 0 4px;
}

.calc-field__icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}

.calc-field__input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  color: #fff;
  font-family: "ProximaNovaRegular";
}

.calc-field__input::placeholder {
  color: transparent;
}

/* country picker */

.calc-country {
  position: relative;
  flex-shrink: 0;
  background: #1a1a26;
  padding: 4px 7px;
  border-radius: 10px;
  border: 1px solid #24242a;
}

.calc-country:before {
  position: absolute;
  content: "";
  top: 4px;
  right: -9px;
  width: 1px;
  height: 20px;
  background: #262634;
}

.calc-country__trigger {
  display: flex;
  align-items: center;
  gap: 6px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  /* border-right: 1px solid #262634; */
}

.calc-country__flag {
  display: block;
  width: 18px;
  height: 12px;
  border-radius: 3px;
  object-fit: cover;
}

.calc-country__code {
  font-size: 15px;
  color: #fff;
  font-family: "ProximaNovaRegular";
  white-space: nowrap;
}

.calc-country__chevron {
  display: block;
  width: 14px;
  height: 14px;
  transform: rotate(-90deg);
  transition: transform 200ms;
  opacity: 0.6;
}

.calc-field--phone {
  padding: 10px 18px;
}

.calc-country.is-open .calc-country__chevron {
  transform: rotate(90deg);
}

.calc-country__dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  left: -18px;
  background: #14141e;
  border: 1px solid #262634;
  border-radius: 10px;
  padding: 6px;
  z-index: 10;
  min-width: 200px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.calc-country.is-open .calc-country__dropdown {
  display: block;
}

.calc-country__option {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  padding: 9px 12px;
  background: none;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  font-size: 15px;
  color: #9999ab;
  font-family: "ProximaNovaRegular";
  transition:
    background 150ms,
    color 150ms;
}

.calc-country__option:hover {
  background: #1e1e2e;
  color: #fff;
}

.calc-country__option-flag {
  display: block;
  width: 24px;
  height: 18px;
  border-radius: 3px;
  object-fit: cover;
  flex-shrink: 0;
}

.calc-country__option-name {
  flex: 1;
  text-align: left;
  font-size: 13px;
  color: #fff;
}

.calc-country__option-code {
  color: #e7e7ef;
  font-size: 13px;
  flex-shrink: 0;
}

.calc-agree {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}

.calc-agree__input {
  display: none;
}

.calc-agree__box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid #3a3a4a;
  flex-shrink: 0;
  display: block;
  margin-top: 1px;
}

.calc-agree__input:checked + .calc-agree__box {
  border-color: #5c24ff;
  background-image:
    url("../img/ckebox-checked.svg"),
    linear-gradient(90deg, #ff3bff 0%, #9b2eff 48%, #5c24ff 100%);
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
  background-size: auto;
}

.calc-agree__text {
  font-size: 14px;
  color: #9999ab;
  line-height: 1.5;
  margin-bottom: 10px;
}

.calc-agree__link {
  color: #9b7bff;
  text-decoration: none;
}

.calc-agree__link:hover {
  text-decoration: underline;
}

.calc-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
  cursor: pointer;
  transition: box-shadow 200ms;
  margin-bottom: 36px;
  margin-top: 75px;
}

.calc-submit:hover {
  border-radius: 12px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  box-shadow: 0 4px 15.1px 0 rgba(255, 59, 255, 0.3);
}

.calc-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.calc-submit__icon {
  display: block;
  width: 20px;
  height: 20px;
}

.calc-form-notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.calc-form-note {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
  font-size: 14px;
  color: #9999ab;
  text-align: center;
  line-height: 1.4;
  text-align: left;
}

.calc-form-note:first-child {
  padding-bottom: 22px;
  border-bottom: 1px solid #24242a;
  margin-bottom: 18px;
}

/* ── loading / result screens ── */

.calc-loading,
.calc-result {
  display: none;
  flex-direction: column;
}

.calc-loading.is-active,
.calc-result.is-active {
  display: flex;
}

/* progress */

.calc-progress-wrap {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 20px 0 24px;
}

.calc-progress {
  flex: 1;
  height: 8px;
  border-radius: 100px;
  background: #1e1e2a;
  overflow: hidden;
}

.calc-progress__bar {
  height: 100%;
  border-radius: 100px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  width: 0%;
  transition: width 300ms ease;
}

.calc-progress__percent {
  font-size: 14px;
  color: #9999ab;
  flex-shrink: 0;
  min-width: 34px;
  text-align: right;
}

/* steps */

.calc-steps {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 24px;
}

.calc-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid #1a1a24;
  opacity: 0.3;
  transition: opacity 300ms;
}

.calc-step.is-active {
  opacity: 1;
}

.calc-step.is-done {
  opacity: 1;
}

.calc-step__icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.calc-step__spinner,
.calc-step__check {
  position: absolute;
  inset: 0;
  width: 24px;
  height: 24px;
  transition: opacity 300ms;
}

.calc-step__spinner {
  animation: spin 1s linear infinite;
  opacity: 0;
}

.calc-step__check {
  opacity: 0;
}

.calc-step.is-active .calc-step__spinner {
  opacity: 1;
}

.calc-step.is-done .calc-step__spinner {
  opacity: 0;
}

.calc-step.is-done .calc-step__check {
  opacity: 1;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.calc-step__title {
  font-size: 14px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
  margin-bottom: 2px;
}

.calc-step__sub {
  font-size: 13px;
  color: #9999ab;
}

/* loading note */

.calc-loading__title {
  font-family: "DrukCyr";
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  margin-top: 16px;
  margin-bottom: 8px;
  text-align: center;
}

.calc-loading__sub {
  font-size: 14px;
  color: #9999ab;
  text-align: center;
}

.calc-loading__note {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  background: #0f0f1a;
  border-radius: 10px;
  padding: 14px 16px;
  font-size: 13px;
  color: #9999ab;
  line-height: 1.5;
  margin-bottom: 16px;
}

.calc-form-note--bottom {
  justify-content: center;
}

/* result */

.calc-result__label {
  font-size: 11px;
  color: #9999ab;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 8px;
}

.calc-result__price {
  font-family: "DrukCyr";
  font-size: 42px;
  font-weight: bold;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
  margin-bottom: 6px;
}

.calc-result__range {
  font-size: 13px;
  color: #9999ab;
  margin-bottom: 24px;
}

.calc-result__items {
  display: flex;
  flex-direction: column;
  gap: 0;
  border-top: 1px solid #1a1a24;
  margin-bottom: 20px;
}

.calc-result__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #1a1a24;
}

.calc-result__item-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #ccc;
}

.calc-result__item-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background-color: #9999ab;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.calc-result__item-price {
  font-size: 14px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
}

.calc-result__note {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  color: #9999ab;
  background: #0f0f1a;
  border-radius: 10px;
  padding: 12px 16px;
  margin-bottom: 20px;
}

.calc-result__retry {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  border-radius: 12px;
  border: none;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  cursor: pointer;
  transition: opacity 200ms;
}

.calc-result__retry:hover {
  opacity: 0.85;
}

.calc-result__retry-icon {
  width: 20px;
  height: 20px;
  transition: transform 200ms ease;
}

.calc-result__retry:hover .calc-result__retry-icon {
  transform: translateX(4px);
}

@media (max-width: 920px) {
  .calc-right {
    width: 100%;
    position: relative;
  }

  .calc-inner {
    flex-direction: column;
  }
}

@media (max-width: 700px) {
  .calc-types {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ===== /calc ===== */

/* ===== faq ===== */

.faq {
  margin-top: 44px;
  padding-bottom: 120px;
}

.faq-inner {
  display: flex;
  gap: 205px;
  align-items: flex-start;
}

.faq-left {
  flex-shrink: 0;
}

.faq-title {
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-top: 20px;
  margin-bottom: 26px;
}

.faq-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #9999ab;
  margin-bottom: 43px;
  max-width: 382px;
}

.faq-desc span {
  color: #fff;
}

.faq-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-size: 16px;
  font-family: "ProximaNovaBold";
  color: #fff;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  border-radius: 10px;
  padding: 15px 30px;
  transition: box-shadow 200ms;
}

.faq-btn:hover {
  border-radius: 10px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  box-shadow: 0 4px 15.1px 0 rgba(255, 59, 255, 0.3);
}

.faq-btn__icon {
  display: block;
  width: 18px;
  height: 18px;
}

.faq-list {
  flex: 1;
  min-width: 0;
}

.faq-item {
  border-bottom: 1px solid #1a1a26;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 23px 0;
  background: none;
  border: none;
  cursor: pointer;
  text-align: left;
  font-size: 16px;
  color: #fff;
  font-family: "Proxima Nova Lt";
  font-weight: 600;
  outline: none;
  transition: color 200ms;
}

.faq-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background: #17171f;
  border-radius: 50%;
  transform: rotate(0deg);
  transition:
    transform 400ms ease-in-out,
    background 400ms ease-in-out;
}

.faq-item.is-open .faq-icon-wrap {
  transform: rotate(45deg);
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
}

.faq-question:hover,
.faq-item.is-open .faq-question {
  color: #9b7bff;
}

.faq-icon {
  display: block;
  width: 16px;
  height: 16px;
  transition: filter 300ms;
}

.faq-item.is-open .faq-icon {
  filter: brightness(0) invert(1);
}

.faq-answer {
  display: none;
  padding-bottom: 24px;
}

.faq-item.is-open .faq-answer {
  display: block;
}

.faq-answer p {
  font-size: 15px;
  line-height: 1.7;
  color: #9999ab;
}

@media (max-width: 950px) {
  .faq-inner {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .faq-inner {
    gap: 60px;
    flex-direction: column;
    align-items: stretch;
  }

  .faq {
    padding-bottom: 70px;
  }
}

/* ===== /faq ===== */

/* ===== cta ===== */

.cta {
  margin-top: 0;
  padding-bottom: 120px;
  position: relative;
}

.cta-card {
  display: flex;
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  background: #07070e80;
  border: 1px solid #18181f;
  min-height: 420px;
  padding: 60px 80px;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
  gap: 58px;
  align-items: flex-start;
  backdrop-filter: blur(3px);
}

.cta-card__bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  pointer-events: none;
  mix-blend-mode: lighten;
}

.cta-left {
  flex-shrink: 0;
  width: 100%;
  max-width: 360px;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cta-field {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  border: 1px solid #1e1e2e;
  background: #0c0c12;
  padding: 14px 18px;
  position: relative;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  transition:
    background 200ms,
    border-color 200ms;
}

.cta-field:hover,
.cta-field:focus-within {
  border: 1px solid transparent;
  background-image:
    linear-gradient(#0c0c12, #0c0c12),
    linear-gradient(89.93deg, #ff3bff -0.3%, #5c24ff 99.94%);
  background-origin: border-box;
  background-clip: padding-box, border-box;
}

.cta-field__label {
  position: absolute;
  left: 50px;
  top: 50%;
  transform: translateY(-50%);
  color: #9999ab;
  font-size: 15px;
  font-family: "ProximaNovaRegular";
  pointer-events: none;
  white-space: nowrap;
  transition:
    top 200ms,
    left 200ms,
    transform 200ms,
    font-size 200ms,
    background 200ms;
}

.cta-field:focus-within .cta-field__label,
.cta-field:has(.cta-field__input:not(:placeholder-shown)) .cta-field__label {
  top: 0;
  left: 14px;
  transform: translateY(-50%);
  font-size: 12px;
  background: #0c0c12;
  padding: 0 4px;
}

.cta-field__icon {
  display: block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  opacity: 0.5;
}

.cta-field__input {
  flex: 1;
  background: none;
  border: none;
  outline: none;
  font-size: 15px;
  color: #fff;
  font-family: "ProximaNovaRegular";
}

.cta-field__input::placeholder {
  color: transparent;
}

.cta-field--phone {
  padding: 10px 18px;
}

.cta-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  padding: 16px;
  border-radius: 10px;
  border: none;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  font-size: 16px;
  font-family: "ProximaNovaBold";
  color: #fff;
  cursor: pointer;
  transition: box-shadow 200ms;
  margin-top: 4px;
}

.cta-submit:hover {
  border-radius: 10px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  box-shadow: 0 4px 15.1px 0 rgba(255, 59, 255, 0.3);
}

.cta-submit:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.cta-submit__icon {
  display: block;
  width: 20px;
  height: 20px;
}

.cta-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* padding: 48px 56px; */
}

.cta-title {
  font-family: "DrukCyr";
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 30px;
}

.cta-title__accent {
  background: var(
    --33,
    linear-gradient(90deg, #ff3bff -0.31%, #5c24ff 62.68%, #00f5a0 110.46%)
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.cta-desc {
  font-size: 16px;
  line-height: 1.5;
  color: #9999ab;
}

.cta-desc strong {
  color: #fff;
}

@media (max-width: 950px) {
  .cta-card {
    flex-direction: column;
    padding: 64px 20px;
  }

  .cta-left {
    max-width: 100%;
  }

  .cta-title {
    text-align: center;
  }

  .cta-right {
    width: 100%;
  }

  .cta-desc {
    width: 100%;
    text-align: center;
  }
  .cta-card__bg {
    top: auto;
    width: 100%;
    bottom: 0;
  }
}

/* ===== /cta ===== */

/* ===== footer ===== */

.footer {
  border-top: 1px solid #1a1a26;
  background: #07070e;
}

.footer-inner {
  display: flex;
  align-items: center;
  height: 65px;
  gap: 40px;
}

.footer-logo .main-logo-img {
  max-width: 100px;
}

.footer-copy {
  flex: 1;
  text-align: center;
  font-size: 12px;
  color: #9999ab;
}

.footer-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.footer-link {
  font-size: 12px;
  color: #9999ab;
  text-decoration: none;
  transition: color 200ms;
}

.footer-link:hover {
  color: #fff;
}

.footer-inner--mobile {
  display: none;
}

.footer-inner--mobile-social .social-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: 24px;
  margin-bottom: 24px;
  gap: 22px;
}

.social-wrapper {
  position: relative;
}

.social-link {
  display: inline-block;
  background: #14141a;
  border: 1px solid #24242a;
  border-radius: 10px;
  padding: 8px;
}

.social-link img {
  width: 20px;
  height: 20px;
  display: block;
}

.footer-inner--mobile-number {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 920px) {
  .footer {
    padding: 40px 0;
  }

  .footer-inner {
    flex-direction: column;
    gap: 20px;
  }

  .footer-inner {
    height: auto;
  }

  .footer-inner--mobile {
    display: block;
    text-align: center;
  }

  .footer-inner--mobile-number {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .footer-inner--mobile-time {
    font-size: 15px;
    color: #7a7a8c;
  }
}

/* ===== /footer ===== */

/* scroll to top */

.scroll-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  border: 1px solid #262634;
  background: #0f0f1a;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition:
    opacity 300ms,
    border-color 200ms;
  z-index: 100;
}

.scroll-top.is-visible {
  opacity: 1;
  pointer-events: auto;
}

.scroll-top:hover {
  border-color: #5c24ff;
}

.scroll-top__icon {
  display: block;
  width: 18px;
  height: 18px;
}

/* ===== social rail ===== */

.social-rail {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  padding: 24px 26px;
  z-index: 500;
}

.social-rail__line {
  width: 1px;
  height: 32px;
  background: linear-gradient(180deg, #262634 0%, rgba(12, 12, 18, 0) 100%);
  flex-shrink: 0;
}

.social-rail__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.social-rail__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #14141a;
  border: 1px solid #24242a;
  position: relative;
  transition:
    border-color 200ms,
    transform 200ms;
}

.social-rail__link:hover {
  border-color: #5c24ff;
  transform: scale(1.2);
}

.social-rail__link img {
  width: 20px;
  height: 20px;
  display: block;
}

.social-rail__tooltip {
  position: absolute;
  right: calc(100% + 14px);
  top: 50%;
  transform: translateY(-50%) translateX(4px);
  background: #14141a;
  border: 1px solid #24242a;
  border-radius: 10px;
  padding: 8px 16px;
  font-size: 13px;
  color: #7a7a8c;
  font-family: "ProximaNovaRegular";
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 200ms,
    transform 200ms,
    visibility 200ms;
  background: #14141a;
}

.social-rail__link:hover .social-rail__tooltip {
  opacity: 1;
  visibility: visible;
  transform: translateY(-50%) translateX(0);
}

@media (max-width: 900px) {
  .social-rail {
    display: none;
  }
}

/* ===== /social rail ===== */

/* ===== mobile header ===== */

.header-btn--m,
.burger {
  display: none;
}

@media (max-width: 1100px) {
  .header {
    padding: 16px 0;
  }

  .header-inner {
    gap: 16px;
    justify-content: space-between;
  }

  .header-col--right {
    display: none;
  }

  .header-btn--m {
    display: flex;
    padding: 14px 18px;
    font-size: 15px;
  }

  .burger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 8px;
    border: 1px solid #262634;
    background: #12121e;
    cursor: pointer;
    padding: 0;
  }

  .burger__line {
    display: block;
    width: 22px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    flex-shrink: 0;
  }

  /* container */
  .container {
    padding: 0 16px;
  }

  /* hero */
  .hero {
    margin-top: 24px;
  }

  .hero-inner {
    flex-direction: column;
    gap: 32px;
  }

  .hero-left {
    width: 100%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .hero-title {
    font-size: 30px;
  }

  .hero-btns {
    gap: 12px;
    margin-bottom: 28px;
  }

  .hero-btn {
    width: 100%;
    justify-content: center;
  }

  .hero-stats {
    padding-top: 28px;
    gap: 0;
  }

  .hero-stat {
    width: 50%;
    padding-bottom: 20px;
  }

  /* hero slider */
  .hero-right {
    width: 100%;
  }

  .hero-demo {
    max-height: none;
    box-sizing: border-box;
  }

  .hero-demo__top {
    display: none;
  }

  .hero-demo__video {
    max-height: none;
  }

  .hero-demo__thumb {
    height: 220px;
    width: 100%;
    object-fit: cover;
  }

  .hero-demo__nav {
    justify-content: space-between;
  }
}

@media (max-width: 650px) {
  .hero-btns {
    flex-direction: column;
  }

  .hero-stats {
    flex-wrap: wrap;
  }

  .hero-slide {
    flex-direction: column;
  }

  .hero-swiper {
    width: 100%;
  }

  .hero-demo {
    width: 100%;
  }

  .hero-img-wrap {
    display: none;
  }
}

/* ===== mobile menu ===== */

.mobile-menu {
  display: none;
  position: fixed;
  inset: 0;
  background: #0c0c12;
  z-index: 9999;
  overflow-y: auto;
  padding: 24px 16px 40px;
  box-sizing: border-box;
  flex-direction: column;
}

.mobile-menu.is-open {
  display: flex;
}

.mobile-menu__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 36px;
  flex-shrink: 0;
}

.mobile-menu__close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 10px;
  background: #12121a;
  cursor: pointer;
  outline: none;
  border: none;
}

.mobile-nav {
  display: flex;
  flex-direction: column;
}

.mobile-nav__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 0;
  border-bottom: 1px solid #1a1a26;
  text-decoration: none;
  color: #9999ab;
  font-size: 16px;
  padding-right: 16px;
}

.mobile-nav__link--accent {
  margin: 4px 0;
  padding: 18px 16px;
  background: #161620;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
}

.mobile-nav__text {
  flex: 1;
}

.mobile-nav__icon {
  display: block;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.mobile-menu__lang-wrap {
  margin-top: 32px;
}

.mobile-menu__lang {
  display: flex;
  flex-direction: column;
  gap: 4px;
  position: relative;
}

.mobile-menu__lang-label {
  font-size: 13px;
  color: #9999ab;
  margin-bottom: 12px;
}

.mobile-menu__lang-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #07070e;
  border: 1px solid #12121a;
  border-radius: 14px;
  padding: 17px 16px;
  cursor: pointer;
  transition: border-color 200ms;
}

.mobile-menu__lang.is-open .mobile-menu__lang-row {
  border-color: #5c24ff;
}

.mobile-menu__lang-val {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}

.mobile-menu__lang-chevron {
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0.6;
  transition: transform 200ms;
}

.mobile-menu__lang.is-open .mobile-menu__lang-chevron {
  transform: rotate(180deg);
  opacity: 1;
}

.mobile-menu__lang-dropdown {
  display: none;
  margin-top: 8px;
  background: #07070e;
  border: 1px solid #12121a;
  border-radius: 14px;
  padding: 6px;
}

.mobile-menu__lang.is-open .mobile-menu__lang-dropdown {
  display: block;
}

.mobile-menu__lang-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  width: 100%;
  padding: 14px 12px;
  background: none;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  color: #9999ab;
  font-family: "ProximaNovaRegular";
  transition:
    background 150ms,
    color 150ms;
}

.mobile-menu__lang-option:hover {
  background: #14141e;
  color: #fff;
}

.mobile-menu__lang-option.is-selected {
  background: rgba(92, 36, 255, 0.18);
  color: #fff;
}

.mobile-menu__lang-option-check {
  display: block;
  width: 16px;
  height: 16px;
}

.mobile-menu__contact {
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.mobile-menu__phone {
  font-family: "ProximaNovaBold";
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-decoration: none;
  line-height: 1.2;
}

.mobile-menu__hours {
  font-size: 15px;
  color: #9999ab;
}

.mobile-menu__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 32px;
  padding: 18px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  border-radius: 12px;
  color: #fff;
  font-family: "ProximaNovaBold";
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  transition: box-shadow 200ms;
}

.mobile-menu__cta:hover {
  border-radius: 12px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  box-shadow: 0 4px 15.1px 0 rgba(255, 59, 255, 0.3);
}

.mobile-menu__cta-icon {
  display: block;
  width: 20px;
  height: 20px;
}

/* ===== /mobile menu ===== */

/* ===== arrow icon hover ===== */

.header-btn__icon,
.hero-btn__icon,
.calc-submit__icon,
.faq-btn__icon,
.cta-submit__icon,
.mobile-menu__cta-icon {
  transition: transform 200ms ease;
}

.header-btn:hover .header-btn__icon,
.hero-btn:hover .hero-btn__icon,
.calc-submit:hover .calc-submit__icon,
.faq-btn:hover .faq-btn__icon,
.cta-submit:hover .cta-submit__icon,
.mobile-menu__cta:hover .mobile-menu__cta-icon {
  transform: translateX(4px);
}

/* ===== success modal ===== */

.success-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 250ms,
    visibility 250ms;
}

.success-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.success-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 10, 0.7);
  backdrop-filter: blur(6px);
}

.success-modal__card {
  position: relative;
  width: 100%;
  max-width: 560px;
  background: #0c0c12;
  border: 1px solid #1e1e2a;
  border-radius: 24px;
  padding: 56px 40px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transform: translateY(16px) scale(0.98);
  transition: transform 250ms;
}

.success-modal.is-open .success-modal__card {
  transform: translateY(0) scale(1);
}

.success-modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #24242a;
  background: #14141a;
  color: #9999ab;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    border-color 200ms,
    color 200ms;
}

.success-modal__close:hover {
  border-color: #5c24ff;
  color: #fff;
}

.success-modal__title {
  font-family: "DrukCyr";
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ff3bff 0%, #5c24ff 50%, #00d4e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 12px;
}

.success-modal__subtitle {
  font-size: 16px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #9999ab;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.success-modal__desc {
  font-size: 15px;
  color: #9999ab;
  line-height: 1.5;
  margin-bottom: 36px;
}

.success-modal__btn {
  padding: 16px 40px;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #5c24ff -0.3%, #ff3bff 99.94%);
  font-size: 16px;
  font-weight: 700;
  font-family: "ProximaNovaBold";
  color: #fff;
  cursor: pointer;
  transition: box-shadow 200ms;
}

.success-modal__btn:hover {
  box-shadow: 0 4px 15.1px 0 rgba(255, 59, 255, 0.3);
}

@media (max-width: 600px) {
  .success-modal__card {
    padding: 48px 24px 32px;
  }

  .success-modal__title {
    font-size: 36px;
  }
}

/* ===== video modal ===== */

.video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 250ms,
    visibility 250ms;
}

.video-modal.is-open {
  opacity: 1;
  visibility: visible;
}

.video-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(6, 6, 10, 0.7);
  backdrop-filter: blur(6px);
}

.video-modal__card {
  position: relative;
  width: 100%;
  max-width: 960px;
  transform: translateY(16px) scale(0.98);
  transition: transform 250ms;
}

.video-modal.is-open .video-modal__card {
  transform: translateY(0) scale(1);
}

.video-modal__close {
  position: absolute;
  top: -48px;
  right: 0;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #24242a;
  background: #14141a;
  color: #9999ab;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition:
    border-color 200ms,
    color 200ms;
}

.video-modal__close:hover {
  border-color: #5c24ff;
  color: #fff;
}

.video-modal__frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
  border-radius: 16px;
  overflow: hidden;
}

.video-modal__frame iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

@media (max-width: 600px) {
  .video-modal__close {
    top: -44px;
    width: 32px;
    height: 32px;
  }
}

/* ===== /success modal ===== */
