* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}
aside,
nav,
footer,
header,
section {
  display: block;
}
html,
body {
  height: 100%;
  min-width: px(320);
}
input,
button,
textarea {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
  background: rgba(0, 0, 0, 0);
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}
img {
  max-width: 100%;
  height: auto;
}
[data-goto] {
  cursor: pointer;
}
@font-face {
  font-family: "icons-system";
  src: url("../fonts/system-icons/icons-system.ttf") format("truetype"),
    url("../fonts/system-icons/icons-system.woff") format("woff"),
    url("../fonts/system-icons/icons-system.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
@font-face {
  font-family: "icons";
  src: url("../fonts/icons.ttf") format("truetype"),
    url("../fonts/icons.woff") format("woff"),
    url("../fonts/icons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.form-message._error::before,
.form-message._success::before,
.password__eye::before,
.iti__arrow::before,
[class^="_icon-"]:before,
[class*=" _icon-"]:before,
[class^="_system-icon"]:before,
[class*=" _system-icon"]:before {
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="_system-icon"]:before,
[class*=" _system-icon"]:before {
  font-family: "icons-system";
}
[class^="_icon-"]:before,
[class*=" _icon-"]:before {
  font-family: "icons";
}
._system-icon-check-circle:before {
  content: "î¤";
}
._system-icon-close-solid:before {
  content: "î¤";
}
._system-icon-eye-close:before {
  content: "î¤";
}
._system-icon-eye:before {
  content: "î¤";
}
._system-icon-close:before {
  content: "î¤";
}
._icon-plus:before {
  content: "î¤";
}
._icon-arrow-big:before {
  content: "î¤";
}
._icon-arrow-small:before {
  content: "î¤";
}
._icon-arrow:before {
  content: "î¤";
}
._icon-icon1:before {
  content: "î¤";
}
._icon-icon2:before {
  content: "î¤";
}
._icon-icon3:before {
  content: "î¤";
}
._icon-login:before {
  content: "î¤";
}
._icon-sphere:before {
  content: "î§";
}
:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-text-gray: #999;
  --iti-border-gray: #ccc;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 15px;
  --iti-flag-width: 20px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-input-padding: 6px;
  --iti-right-hand-selected-country-padding: calc(
    var(--iti-spacer-horizontal) + var(--iti-spacer-horizontal) +
      var(--iti-flag-width)
  );
  --iti-selected-country-arrow-padding: calc(
    var(--iti-arrow-padding) + var(--iti-arrow-padding) + var(--iti-flag-width) +
      var(--iti-spacer-horizontal) + var(--iti-arrow-width) +
      var(--iti-input-padding)
  );
  --iti-path-flags-1x: url("../img/flags.png");
  --iti-path-flags-2x: url("../img/flags@2x.png");
  --iti-path-globe-1x: url("../img/globe.png");
  --iti-path-globe-2x: url("../img/globe@2x.png");
  --iti-flag-sprite-width: 5762px;
  --iti-flag-sprite-height: 15px;
  --iti-mobile-popup-margin: 30px;
}
.iti {
  position: relative;
  display: inline-block;
  width: 100%;
}
.iti * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}
.iti input.iti__tel-input,
.iti input.iti__tel-input[type="text"],
.iti input.iti__tel-input[type="tel"] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: var(--iti-right-hand-selected-country-padding);
  margin-right: 0;
}
.iti__country-container {
  position: absolute;
  top: 12px;
  right: 0;
  padding: var(--iti-border-width);
}
@media (max-width: 47.9375em) {
  .iti__country-container {
    top: 0.375rem;
  }
}
.iti__selected-country {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  background: none;
  top: 3px;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}
.iti__selected-country-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
  padding-left: 2rem;
}
@media (max-width: 61.9375em) {
  .iti__selected-country-primary {
    padding-left: 12px;
  }
}
.iti__arrow {
  margin-left: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

[dir="rtl"] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}
.iti__arrow--up {
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
  border-top: none;
  border-bottom: none;
}
.iti__dropdown-content {
  border-radius: 3px;
  background-color: #fff;
}
.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-gray);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding: 9px 12px;
}
.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-gray);
}
.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}
.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-track {
  background: #fff;
}
.iti--inline-dropdown .iti__country-list::-webkit-scrollbar-thumb {
  border: 2px solid #fff;
}
.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: var(--iti-flag-width);
}
.iti__country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}
.iti__dial-code {
  color: var(--iti-text-gray);
}
.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}
.iti__flag-box,
.iti__country-name {
  color: var(--color-font-dark);
  margin-right: var(--iti-spacer-horizontal);
}
[dir="rtl"] .iti__flag-box,
[dir="rtl"] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}
.iti--allow-dropdown input.iti__tel-input,
.iti--allow-dropdown input.iti__tel-input[type="text"],
.iti--allow-dropdown input.iti__tel-input[type="tel"] {
  padding-right: var(--iti-input-padding);
  padding-left: var(--iti-selected-country-arrow-padding);
  margin-left: 0;
}
[dir="rtl"] .iti--allow-dropdown input.iti__tel-input,
[dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="text"],
[dir="rtl"] .iti--allow-dropdown input.iti__tel-input[type="tel"] {
  padding-right: var(--iti-selected-country-arrow-padding);
  padding-left: var(--iti-input-padding);
  margin-right: 0;
}
.iti--allow-dropdown .iti__country-container {
  right: auto;
  left: 0;
}
[dir="rtl"] .iti--allow-dropdown .iti__country-container {
  right: 0;
  left: auto;
}
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover,
.iti--allow-dropdown
  .iti__country-container:not(:has(+ input[disabled])):not(
    :has(+ input[readonly])
  ):hover
  button {
  cursor: pointer;
}
.iti .iti__selected-dial-code {
  color: var(--color-font-dark);
  margin-left: 4px;
}
[dir="rtl"] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}
.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}
.iti--container:hover {
  cursor: pointer;
}
.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.iti--fullscreen-popup .iti__dropdown-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}
.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  --iti-flag-offset: 0px;
  --iti-flag-width: 20px;
  --iti-flag-height: 14px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  -webkit-box-shadow: 0px 0px 1px 0px #888;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}
.iti__np {
  --iti-flag-width: 13px;
}
.iti__va,
.iti__ch {
  --iti-flag-width: 15px;
}
.iti__ne,
.iti__be {
  --iti-flag-width: 18px;
}
.iti__mc {
  --iti-flag-width: 19px;
}
.iti__zw,
.iti__ws,
.iti__vg,
.iti__uz,
.iti__uk,
.iti__tv,
.iti__to,
.iti__tl,
.iti__tk,
.iti__tj,
.iti__tc,
.iti__ta,
.iti__su,
.iti__st,
.iti__ss,
.iti__si,
.iti__sh,
.iti__sd,
.iti__sc,
.iti__sb,
.iti__ps,
.iti__pn,
.iti__ph,
.iti__om,
.iti__nz,
.iti__nu,
.iti__nr,
.iti__ng,
.iti__nf,
.iti__nc,
.iti__my,
.iti__ms,
.iti__mp,
.iti__mn,
.iti__mk,
.iti__me,
.iti__md,
.iti__ly,
.iti__lv,
.iti__lk,
.iti__lc,
.iti__kz,
.iti__ky,
.iti__kw,
.iti__kp,
.iti__ki,
.iti__jo,
.iti__jm,
.iti__io,
.iti__im,
.iti__ie,
.iti__hu,
.iti__hr,
.iti__hn,
.iti__hm,
.iti__gw,
.iti__gs,
.iti__gi,
.iti__gb,
.iti__fk,
.iti__fj,
.iti__et,
.iti__er,
.iti__eh,
.iti__dm,
.iti__dg,
.iti__cx,
.iti__cu,
.iti__ck,
.iti__cc,
.iti__ca,
.iti__by,
.iti__bs,
.iti__bn,
.iti__bm,
.iti__ba,
.iti__az,
.iti__au,
.iti__as,
.iti__am,
.iti__ai,
.iti__ae,
.iti__ac {
  --iti-flag-height: 10px;
}
.iti__us,
.iti__um,
.iti__py,
.iti__mh,
.iti__lr,
.iti__gu,
.iti__fm {
  --iti-flag-height: 11px;
}
.iti__vu,
.iti__tt,
.iti__sv,
.iti__ni,
.iti__mx,
.iti__lu,
.iti__lt,
.iti__li,
.iti__km,
.iti__kg,
.iti__je,
.iti__ir,
.iti__ht,
.iti__gy,
.iti__gd,
.iti__fi,
.iti__de,
.iti__cv,
.iti__cr,
.iti__cq,
.iti__bz,
.iti__bi,
.iti__bh,
.iti__bg,
.iti__bd {
  --iti-flag-height: 12px;
}
.iti__tg,
.iti__se,
.iti__pw,
.iti__pl,
.iti__kh,
.iti__gt,
.iti__ee,
.iti__ax,
.iti__ar {
  --iti-flag-height: 13px;
}
.iti__xk,
.iti__va,
.iti__sm,
.iti__sj,
.iti__pg,
.iti__np,
.iti__no,
.iti__ne,
.iti__mc,
.iti__is,
.iti__il,
.iti__ga,
.iti__fo,
.iti__dk,
.iti__ch,
.iti__cd,
.iti__bv,
.iti__be,
.iti__al {
  --iti-flag-height: 15px;
}
.iti__qa {
  --iti-flag-height: 8px;
}
.iti__ac {
  --iti-flag-offset: 0px;
}
.iti__ad {
  --iti-flag-offset: -22px;
}
.iti__ae {
  --iti-flag-offset: -44px;
}
.iti__af {
  --iti-flag-offset: -66px;
}
.iti__ag {
  --iti-flag-offset: -88px;
}
.iti__ai {
  --iti-flag-offset: -110px;
}
.iti__al {
  --iti-flag-offset: -132px;
}
.iti__am {
  --iti-flag-offset: -154px;
}
.iti__ao {
  --iti-flag-offset: -176px;
}
.iti__aq {
  --iti-flag-offset: -198px;
}
.iti__ar {
  --iti-flag-offset: -220px;
}
.iti__as {
  --iti-flag-offset: -242px;
}
.iti__at {
  --iti-flag-offset: -264px;
}
.iti__au {
  --iti-flag-offset: -286px;
}
.iti__aw {
  --iti-flag-offset: -308px;
}
.iti__ax {
  --iti-flag-offset: -330px;
}
.iti__az {
  --iti-flag-offset: -352px;
}
.iti__ba {
  --iti-flag-offset: -374px;
}
.iti__bb {
  --iti-flag-offset: -396px;
}
.iti__bd {
  --iti-flag-offset: -418px;
}
.iti__be {
  --iti-flag-offset: -440px;
}
.iti__bf {
  --iti-flag-offset: -460px;
}
.iti__bg {
  --iti-flag-offset: -482px;
}
.iti__bh {
  --iti-flag-offset: -504px;
}
.iti__bi {
  --iti-flag-offset: -526px;
}
.iti__bj {
  --iti-flag-offset: -548px;
}
.iti__bl {
  --iti-flag-offset: -570px;
}
.iti__bm {
  --iti-flag-offset: -592px;
}
.iti__bn {
  --iti-flag-offset: -614px;
}
.iti__bo {
  --iti-flag-offset: -636px;
}
.iti__bq {
  --iti-flag-offset: -658px;
}
.iti__br {
  --iti-flag-offset: -680px;
}
.iti__bs {
  --iti-flag-offset: -702px;
}
.iti__bt {
  --iti-flag-offset: -724px;
}
.iti__bv {
  --iti-flag-offset: -746px;
}
.iti__bw {
  --iti-flag-offset: -768px;
}
.iti__by {
  --iti-flag-offset: -790px;
}
.iti__bz {
  --iti-flag-offset: -812px;
}
.iti__ca {
  --iti-flag-offset: -834px;
}
.iti__cc {
  --iti-flag-offset: -856px;
}
.iti__cd {
  --iti-flag-offset: -878px;
}
.iti__cf {
  --iti-flag-offset: -900px;
}
.iti__cg {
  --iti-flag-offset: -922px;
}
.iti__ch {
  --iti-flag-offset: -944px;
}
.iti__ci {
  --iti-flag-offset: -961px;
}
.iti__ck {
  --iti-flag-offset: -983px;
}
.iti__cl {
  --iti-flag-offset: -1005px;
}
.iti__cm {
  --iti-flag-offset: -1027px;
}
.iti__cn {
  --iti-flag-offset: -1049px;
}
.iti__co {
  --iti-flag-offset: -1071px;
}
.iti__cp {
  --iti-flag-offset: -1093px;
}
.iti__cq {
  --iti-flag-offset: -1115px;
}
.iti__cr {
  --iti-flag-offset: -1137px;
}
.iti__cu {
  --iti-flag-offset: -1159px;
}
.iti__cv {
  --iti-flag-offset: -1181px;
}
.iti__cw {
  --iti-flag-offset: -1203px;
}
.iti__cx {
  --iti-flag-offset: -1225px;
}
.iti__cy {
  --iti-flag-offset: -1247px;
}
.iti__cz {
  --iti-flag-offset: -1269px;
}
.iti__de {
  --iti-flag-offset: -1291px;
}
.iti__dg {
  --iti-flag-offset: -1313px;
}
.iti__dj {
  --iti-flag-offset: -1335px;
}
.iti__dk {
  --iti-flag-offset: -1357px;
}
.iti__dm {
  --iti-flag-offset: -1379px;
}
.iti__do {
  --iti-flag-offset: -1401px;
}
.iti__dz {
  --iti-flag-offset: -1423px;
}
.iti__ea {
  --iti-flag-offset: -1445px;
}
.iti__ec {
  --iti-flag-offset: -1467px;
}
.iti__ee {
  --iti-flag-offset: -1489px;
}
.iti__eg {
  --iti-flag-offset: -1511px;
}
.iti__eh {
  --iti-flag-offset: -1533px;
}
.iti__er {
  --iti-flag-offset: -1555px;
}
.iti__es {
  --iti-flag-offset: -1577px;
}
.iti__et {
  --iti-flag-offset: -1599px;
}
.iti__eu {
  --iti-flag-offset: -1621px;
}
.iti__ez {
  --iti-flag-offset: -1643px;
}
.iti__fi {
  --iti-flag-offset: -1665px;
}
.iti__fj {
  --iti-flag-offset: -1687px;
}
.iti__fk {
  --iti-flag-offset: -1709px;
}
.iti__fm {
  --iti-flag-offset: -1731px;
}
.iti__fo {
  --iti-flag-offset: -1753px;
}
.iti__fr {
  --iti-flag-offset: -1775px;
}
.iti__fx {
  --iti-flag-offset: -1797px;
}
.iti__ga {
  --iti-flag-offset: -1819px;
}
.iti__gb {
  --iti-flag-offset: -1841px;
}
.iti__gd {
  --iti-flag-offset: -1863px;
}
.iti__ge {
  --iti-flag-offset: -1885px;
}
.iti__gf {
  --iti-flag-offset: -1907px;
}
.iti__gg {
  --iti-flag-offset: -1929px;
}
.iti__gh {
  --iti-flag-offset: -1951px;
}
.iti__gi {
  --iti-flag-offset: -1973px;
}
.iti__gl {
  --iti-flag-offset: -1995px;
}
.iti__gm {
  --iti-flag-offset: -2017px;
}
.iti__gn {
  --iti-flag-offset: -2039px;
}
.iti__gp {
  --iti-flag-offset: -2061px;
}
.iti__gq {
  --iti-flag-offset: -2083px;
}
.iti__gr {
  --iti-flag-offset: -2105px;
}
.iti__gs {
  --iti-flag-offset: -2127px;
}
.iti__gt {
  --iti-flag-offset: -2149px;
}
.iti__gu {
  --iti-flag-offset: -2171px;
}
.iti__gw {
  --iti-flag-offset: -2193px;
}
.iti__gy {
  --iti-flag-offset: -2215px;
}
.iti__hk {
  --iti-flag-offset: -2237px;
}
.iti__hm {
  --iti-flag-offset: -2259px;
}
.iti__hn {
  --iti-flag-offset: -2281px;
}
.iti__hr {
  --iti-flag-offset: -2303px;
}
.iti__ht {
  --iti-flag-offset: -2325px;
}
.iti__hu {
  --iti-flag-offset: -2347px;
}
.iti__ic {
  --iti-flag-offset: -2369px;
}
.iti__id {
  --iti-flag-offset: -2391px;
}
.iti__ie {
  --iti-flag-offset: -2413px;
}
.iti__il {
  --iti-flag-offset: -2435px;
}
.iti__im {
  --iti-flag-offset: -2457px;
}
.iti__in {
  --iti-flag-offset: -2479px;
}
.iti__io {
  --iti-flag-offset: -2501px;
}
.iti__iq {
  --iti-flag-offset: -2523px;
}
.iti__ir {
  --iti-flag-offset: -2545px;
}
.iti__is {
  --iti-flag-offset: -2567px;
}
.iti__it {
  --iti-flag-offset: -2589px;
}
.iti__je {
  --iti-flag-offset: -2611px;
}
.iti__jm {
  --iti-flag-offset: -2633px;
}
.iti__jo {
  --iti-flag-offset: -2655px;
}
.iti__jp {
  --iti-flag-offset: -2677px;
}
.iti__ke {
  --iti-flag-offset: -2699px;
}
.iti__kg {
  --iti-flag-offset: -2721px;
}
.iti__kh {
  --iti-flag-offset: -2743px;
}
.iti__ki {
  --iti-flag-offset: -2765px;
}
.iti__km {
  --iti-flag-offset: -2787px;
}
.iti__kn {
  --iti-flag-offset: -2809px;
}
.iti__kp {
  --iti-flag-offset: -2831px;
}
.iti__kr {
  --iti-flag-offset: -2853px;
}
.iti__kw {
  --iti-flag-offset: -2875px;
}
.iti__ky {
  --iti-flag-offset: -2897px;
}
.iti__kz {
  --iti-flag-offset: -2919px;
}
.iti__la {
  --iti-flag-offset: -2941px;
}
.iti__lb {
  --iti-flag-offset: -2963px;
}
.iti__lc {
  --iti-flag-offset: -2985px;
}
.iti__li {
  --iti-flag-offset: -3007px;
}
.iti__lk {
  --iti-flag-offset: -3029px;
}
.iti__lr {
  --iti-flag-offset: -3051px;
}
.iti__ls {
  --iti-flag-offset: -3073px;
}
.iti__lt {
  --iti-flag-offset: -3095px;
}
.iti__lu {
  --iti-flag-offset: -3117px;
}
.iti__lv {
  --iti-flag-offset: -3139px;
}
.iti__ly {
  --iti-flag-offset: -3161px;
}
.iti__ma {
  --iti-flag-offset: -3183px;
}
.iti__mc {
  --iti-flag-offset: -3205px;
}
.iti__md {
  --iti-flag-offset: -3226px;
}
.iti__me {
  --iti-flag-offset: -3248px;
}
.iti__mf {
  --iti-flag-offset: -3270px;
}
.iti__mg {
  --iti-flag-offset: -3292px;
}
.iti__mh {
  --iti-flag-offset: -3314px;
}
.iti__mk {
  --iti-flag-offset: -3336px;
}
.iti__ml {
  --iti-flag-offset: -3358px;
}
.iti__mm {
  --iti-flag-offset: -3380px;
}
.iti__mn {
  --iti-flag-offset: -3402px;
}
.iti__mo {
  --iti-flag-offset: -3424px;
}
.iti__mp {
  --iti-flag-offset: -3446px;
}
.iti__mq {
  --iti-flag-offset: -3468px;
}
.iti__mr {
  --iti-flag-offset: -3490px;
}
.iti__ms {
  --iti-flag-offset: -3512px;
}
.iti__mt {
  --iti-flag-offset: -3534px;
}
.iti__mu {
  --iti-flag-offset: -3556px;
}
.iti__mv {
  --iti-flag-offset: -3578px;
}
.iti__mw {
  --iti-flag-offset: -3600px;
}
.iti__mx {
  --iti-flag-offset: -3622px;
}
.iti__my {
  --iti-flag-offset: -3644px;
}
.iti__mz {
  --iti-flag-offset: -3666px;
}
.iti__na {
  --iti-flag-offset: -3688px;
}
.iti__nc {
  --iti-flag-offset: -3710px;
}
.iti__ne {
  --iti-flag-offset: -3732px;
}
.iti__nf {
  --iti-flag-offset: -3752px;
}
.iti__ng {
  --iti-flag-offset: -3774px;
}
.iti__ni {
  --iti-flag-offset: -3796px;
}
.iti__nl {
  --iti-flag-offset: -3818px;
}
.iti__no {
  --iti-flag-offset: -3840px;
}
.iti__np {
  --iti-flag-offset: -3862px;
}
.iti__nr {
  --iti-flag-offset: -3877px;
}
.iti__nu {
  --iti-flag-offset: -3899px;
}
.iti__nz {
  --iti-flag-offset: -3921px;
}
.iti__om {
  --iti-flag-offset: -3943px;
}
.iti__pa {
  --iti-flag-offset: -3965px;
}
.iti__pe {
  --iti-flag-offset: -3987px;
}
.iti__pf {
  --iti-flag-offset: -4009px;
}
.iti__pg {
  --iti-flag-offset: -4031px;
}
.iti__ph {
  --iti-flag-offset: -4053px;
}
.iti__pk {
  --iti-flag-offset: -4075px;
}
.iti__pl {
  --iti-flag-offset: -4097px;
}
.iti__pm {
  --iti-flag-offset: -4119px;
}
.iti__pn {
  --iti-flag-offset: -4141px;
}
.iti__pr {
  --iti-flag-offset: -4163px;
}
.iti__ps {
  --iti-flag-offset: -4185px;
}
.iti__pt {
  --iti-flag-offset: -4207px;
}
.iti__pw {
  --iti-flag-offset: -4229px;
}
.iti__py {
  --iti-flag-offset: -4251px;
}
.iti__qa {
  --iti-flag-offset: -4273px;
}
.iti__re {
  --iti-flag-offset: -4295px;
}
.iti__ro {
  --iti-flag-offset: -4317px;
}
.iti__rs {
  --iti-flag-offset: -4339px;
}
.iti__ru {
  --iti-flag-offset: -4361px;
}
.iti__rw {
  --iti-flag-offset: -4383px;
}
.iti__sa {
  --iti-flag-offset: -4405px;
}
.iti__sb {
  --iti-flag-offset: -4427px;
}
.iti__sc {
  --iti-flag-offset: -4449px;
}
.iti__sd {
  --iti-flag-offset: -4471px;
}
.iti__se {
  --iti-flag-offset: -4493px;
}
.iti__sg {
  --iti-flag-offset: -4515px;
}
.iti__sh {
  --iti-flag-offset: -4537px;
}
.iti__si {
  --iti-flag-offset: -4559px;
}
.iti__sj {
  --iti-flag-offset: -4581px;
}
.iti__sk {
  --iti-flag-offset: -4603px;
}
.iti__sl {
  --iti-flag-offset: -4625px;
}
.iti__sm {
  --iti-flag-offset: -4647px;
}
.iti__sn {
  --iti-flag-offset: -4669px;
}
.iti__so {
  --iti-flag-offset: -4691px;
}
.iti__sr {
  --iti-flag-offset: -4713px;
}
.iti__ss {
  --iti-flag-offset: -4735px;
}
.iti__st {
  --iti-flag-offset: -4757px;
}
.iti__su {
  --iti-flag-offset: -4779px;
}
.iti__sv {
  --iti-flag-offset: -4801px;
}
.iti__sx {
  --iti-flag-offset: -4823px;
}
.iti__sy {
  --iti-flag-offset: -4845px;
}
.iti__sz {
  --iti-flag-offset: -4867px;
}
.iti__ta {
  --iti-flag-offset: -4889px;
}
.iti__tc {
  --iti-flag-offset: -4911px;
}
.iti__td {
  --iti-flag-offset: -4933px;
}
.iti__tf {
  --iti-flag-offset: -4955px;
}
.iti__tg {
  --iti-flag-offset: -4977px;
}
.iti__th {
  --iti-flag-offset: -4999px;
}
.iti__tj {
  --iti-flag-offset: -5021px;
}
.iti__tk {
  --iti-flag-offset: -5043px;
}
.iti__tl {
  --iti-flag-offset: -5065px;
}
.iti__tm {
  --iti-flag-offset: -5087px;
}
.iti__tn {
  --iti-flag-offset: -5109px;
}
.iti__to {
  --iti-flag-offset: -5131px;
}
.iti__tr {
  --iti-flag-offset: -5153px;
}
.iti__tt {
  --iti-flag-offset: -5175px;
}
.iti__tv {
  --iti-flag-offset: -5197px;
}
.iti__tw {
  --iti-flag-offset: -5219px;
}
.iti__tz {
  --iti-flag-offset: -5241px;
}
.iti__ua {
  --iti-flag-offset: -5263px;
}
.iti__ug {
  --iti-flag-offset: -5285px;
}
.iti__uk {
  --iti-flag-offset: -5307px;
}
.iti__um {
  --iti-flag-offset: -5329px;
}
.iti__un {
  --iti-flag-offset: -5351px;
}
.iti__us {
  --iti-flag-offset: -5373px;
}
.iti__uy {
  --iti-flag-offset: -5395px;
}
.iti__uz {
  --iti-flag-offset: -5417px;
}
.iti__va {
  --iti-flag-offset: -5439px;
}
.iti__vc {
  --iti-flag-offset: -5456px;
}
.iti__ve {
  --iti-flag-offset: -5478px;
}
.iti__vg {
  --iti-flag-offset: -5500px;
}
.iti__vi {
  --iti-flag-offset: -5522px;
}
.iti__vn {
  --iti-flag-offset: -5544px;
}
.iti__vu {
  --iti-flag-offset: -5566px;
}
.iti__wf {
  --iti-flag-offset: -5588px;
}
.iti__ws {
  --iti-flag-offset: -5610px;
}
.iti__xk {
  --iti-flag-offset: -5632px;
}
.iti__ye {
  --iti-flag-offset: -5654px;
}
.iti__yt {
  --iti-flag-offset: -5676px;
}
.iti__za {
  --iti-flag-offset: -5698px;
}
.iti__zm {
  --iti-flag-offset: -5720px;
}
.iti__zw {
  --iti-flag-offset: -5742px;
}
.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 19px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
.iti__tel-input {
  padding-left: 120px;
}
:root {
  --color-error: #b81111;
  --color-warning: #ffc107;
  --color-success: #198754;
  --color-focus:rgb(255, 38, 38);
  --color-main-light:rgb(215, 55, 55);
  --color-main:rgb(144, 0, 0);
  --color-main-dark: #150041;
  --color-body-background: #010e12;
  --color-border: #a7a7a7;
  --color-font: #fff;
  --color-font-dark: #2c2c2c;
  --color-link: #fff;
  --color-link-hover: #5137d7;
  --color-titles: #fff;
  --main: rgb(103, 0, 0);;
  --grey: #f1f1f1;
  --black: #111;
  --grey-main: #f3f3f3;
  --grey-placeholder: #808080;
  --main-light:rgb(207, 1, 1);
  --promo-box-color: #cbdfff;
}
@media (any-hover: hover) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }
  ::-webkit-scrollbar-track {
    background: var(--color-body-background);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2) inset;
  }
  ::-webkit-scrollbar-thumb {
    background: var(--color-main);
    border-radius: 5px;
    border: 2px solid var(--color-body-background);
  }
  ::-webkit-scrollbar-thumb:hover {
    background: var(--color-main-light);
  }
}
.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  width: 100%;
  min-height: 100%;
  overflow: hidden;
}
.page {
  min-width: 0;
}
@media (max-width: 61.9375em) {
  .page {
    grid-gap: 5rem;
  }
}
@media (max-width: 47.9375em) {
  .page {
    grid-gap: 3.75rem;
  }
}
.page__section {
  margin: 0px 0px 6.25rem 0px;
}
body {
  color: #111;
  background: #fff;
  line-height: 1.1;
  font-family: "Lexend Deca", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
body._lock {
  overflow: hidden;
}
a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
h1 {
  font-size: 80px;
  line-height: 1.1;
}
@media (width <= 992px) {
  h1 {
    font-size: 40px;
  }
}
@media (width <= 768px) {
  h1 {
    font-size: 32px;
  }
}
h2 {
  font-size: 48px;
  line-height: 1.1;
  margin-bottom: 60px;
}
@media (width <= 992px) {
  h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
@media (width <= 768px) {
  h2 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
h3 {
  font-size: 32px;
  line-height: 1.2;
}
@media (width <= 768px) {
  h3 {
    font-size: 22px;
  }
}
.container {
  max-width: 1278px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%;
}
.sign-btn {
  width: 11.25rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.6875rem;
  border: 1px solid #fff;
  border-radius: 0.5rem;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  height: 2.625rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (hover: hover) {
  .sign-btn:hover {
    background-color:rgb(235, 71, 71);
  }
}
.sign-btn--md {
  width: 18rem;
  height: 2.75rem;
  padding: 12px 24px;
  background-color: #fff;
  color: rgb(103, 0, 0);;
}
.sign-btn--blue {
  background-color:rgb(207, 1, 1);
  color: #fff;
}
.sign-btn--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 60px auto 0;
}
@media (hover: hover) {
  .sign-btn--transparent:hover {
    background-color: #d5d5d5;
  }
}
.section {
  padding: 80px 0;
}
@media (width <= 992px) {
  .section {
    padding: 40px 0;
  }
}
.section--grey {
  background-color: #f3f3f3;
}
.promo__title {
  margin-bottom: 60px;
}
@media (width <= 768px) {
  .promo__title {
    margin-bottom: 32px;
  }
}
.promo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
  color: #2c2c2c;
}
@media (width <= 992px) {
  .promo__inner {
    row-gap: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo__inner--reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
@media (width <= 768px) {
  .promo__inner {
    font-size: 14px;
    row-gap: 16px;
  }
}
.promo__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 32px;
}
@media (width <= 768px) {
  .promo__boxes {
    row-gap: 16px;
  }
}
.promo__box {
  padding: 24px 32px;
  border-radius: 12px;
  background-color: #fff;
}
@media (width <= 768px) {
  .promo__box {
    padding: 12px 16px;
  }
}
.promo__box--blue {
  background-color:rgb(255, 203, 203);
}
.promo__box--transparent {
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
}
.promo__box-benefit-title {
  font-family: "Lexend Deca";
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
@media (width <= 768px) {
  .promo__box-benefit-title {
    font-size: 18px;
  }
}
.item__boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 48px;
}
@media (width <= 768px) {
  .item__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 32px;
  }
}
.item__boxes-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (width <= 768px) {
  .item__boxes-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-bottom: 16px;
    row-gap: 32px;
  }
}
.item__boxes-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (width <= 768px) {
  .item__boxes-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
  }
}
.item__box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  padding: 90px 32px 46px;
  border-radius: 12px;
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: auto;
  max-width: 396px;
  width: 100%;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (width <= 992px) {
  .item__box {
    padding: 60px 24px 24px;
  }
}
@media (width <= 768px) {
  .item__box {
    padding: 50px 16px 16px;
  }
}
.item__box--sm {
  padding: 24px 32px;
}
@media (width <= 992px) {
  .item__box--sm {
    padding: 24px;
  }
}
@media (width <= 768px) {
  .item__box--sm {
    padding: 12px 16px;
  }
}
.item__box--wide {
  width: 50%;
  max-width: 100%;
}
@media (width <= 768px) {
  .item__box--wide {
    width: 100%;
  }
}
.item__box--white {
  background-color: #fff;
}
@media (width <= 768px) {
  .item__box {
    max-width: 100%;
  }
}
.item__box::after {
  position: absolute;
  content: "";
  top: -35px;
  right: 24px;
  width: 120px;
  height: 120px;
}
@media (width <= 768px) {
  .item__box::after {
    width: 70px;
    height: 70px;
    top: -20px;
  }
}
.item__box--type::after {
  background: url("../img/box-icons/plat.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--type::after {
    background: url("../img/box-icons/item-1-sm.webp") center no-repeat;
  }
}
.item__box--user::after {
  background: url("../img/box-icons/item-2.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--user::after {
    background: url("../img/box-icons/item-2-sm.webp") center no-repeat;
  }
}
.item__box--protection::after {
  background: url("../img/box-icons/protection.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--protection::after {
    background: url("../img/box-icons/protection-sm.webp") center no-repeat;
  }
}
@media (width <= 768px) {
  .item__box--protection::after {
    top: -4px;
  }
}
.item__box--safe::after {
  background: url("../img/box-icons/item-3.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--safe::after {
    background: url("../img/box-icons/item-3-sm.webp") center no-repeat;
  }
}
@media (width <= 768px) {
  .item__box--safe::after {
    top: -4px;
  }
}
.item__box--supported::after {
  background: url("../img/box-icons/supported.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--supported::after {
    background: url("../img/box-icons/supported-sm.webp") center no-repeat;
  }
}
@media (width <= 768px) {
  .item__box--supported::after {
    top: -4px;
  }
}
.item__box--cost::after {
  background: url("../img/box-icons/cost.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--cost::after {
    background: url("../img/box-icons/cost-smm.webp") center no-repeat;
  }
}
@media (width <= 768px) {
  .item__box--cost::after {
    top: -4px;
  }
}
.item__box--deposit::after {
  background: url("../img/box-icons/deposit.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--deposit::after {
    background: url("../img/box-icons/deposit-sm.webp") center no-repeat;
  }
}
@media (width <= 768px) {
  .item__box--deposit::after {
    top: -4px;
  }
}
.item__box--world::after {
  background: url("../img/box-icons/world.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--world::after {
    background: url("../img/box-icons/world-sm.webp") center no-repeat;
  }
}
@media (width <= 768px) {
  .item__box--world::after {
    top: -4px;
  }
}
.item__box--platform::after {
  background: url("../img/box-icons/platform.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--platform::after {
    background: url("../img/box-icons/platform-sm.webp") center no-repeat;
  }
}
@media (width <= 768px) {
  .item__box--platform::after {
    top: -4px;
  }
}
.item__box--portfolio::after {
  background: url("../img/box-icons/portfolio.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--portfolio::after {
    background: url("../img/box-icons/portfolio-sm.webp") center no-repeat;
  }
}
.item__box--crypto::after {
  background: url("../img/box-icons/crypto.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--crypto::after {
    background: url("../img/box-icons/crypto-sm.webp") center no-repeat;
  }
}
.item__box--analitycs::after {
  background: url("../img/box-icons/analitycs.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--analitycs::after {
    background: url("../img/box-icons/analytycs-sm.webp") center no-repeat;
  }
}
.item__box--assets::after {
  background: url("../img/box-icons/assets.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--assets::after {
    background: url("../img/box-icons/assets-sm.webp") center no-repeat;
  }
}
.item__box--account::after {
  background: url("../img/box-icons/account.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--account::after {
    background: url("../img/box-icons/account-sm.webp") center no-repeat;
  }
}
.item__box--buy::after {
  background: url("../img/box-icons/buy.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--buy::after {
    background: url("../img/box-icons/buy-sm.webp") center no-repeat;
  }
}
.item__box--mail::after {
  background: url("../img/box-icons/mail.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--mail::after {
    background: url("../img/box-icons/mail-sm.webp") center no-repeat;
  }
}
.item__box--phone::after {
  background: url("../img/box-icons/phone.webp") center no-repeat;
}
@media (width <= 992px) {
  .item__box--phone::after {
    background: url("../img/box-icons/phone-sm.webp") center no-repeat;
  }
}
@media (width <= 992px) {
  .item__box--address::after {
    background: url("../img/box-icons/address-sm.webp") center no-repeat;
  }
}
.item__box--noafter::after {
  display: none;
}
.item__box-title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .item__box-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.item__box-title--small {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .item__box-title--small {
    font-size: 16px;
  }
}
.item__box-text {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}
@media (width <= 768px) {
  .item__box-text {
    font-size: 12px;
  }
}
.item__box-text--white {
  color: #fff;
}
.item__box-descr {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: #f3f3f3;
}
.font-questrial {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.3;
}
@media (width <= 768px) {
  .font-questrial {
    font-size: 16px;
  }
}
.breadcrumbs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 24px;
}
.breadcrumbs-list__item-devider {
  height: 1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 18px;
  background-color: #111;
}
.pt-0 {
  padding-top: 0;
}
.text-center {
  text-align: center;
}
.hide-mb {
  display: block;
}
@media (max-width: 47.9375em) {
  .hide-mb {
    display: none;
  }
}
.show-mb {
  display: none;
}
@media (max-width: 47.9375em) {
  .show-mb {
    display: block;
  }
}
@media (width <= 992px) {
  .self-center {
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.btn {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  cursor: pointer;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  font-size: 0.875em;
  line-height: 1.4;
  padding: 0.75em 1.5em;
  height: 3em;
  background: var(--main-light);
  color: #fff !important;
  border-radius: 0.5em;
  -webkit-transition: background-color 0.3s, border-color 0.3s, color 0.3s,
    -webkit-box-shadow 0.1s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s,
    -webkit-box-shadow 0.1s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s,
    box-shadow 0.1s;
  transition: background-color 0.3s, border-color 0.3s, color 0.3s,
    box-shadow 0.1s, -webkit-box-shadow 0.1s;
}
@media (any-hover: hover) {
  .btn:hover {
    background: #4751eb;
  }
}
.btn_fw {
  width: 100%;
}
.btn_w {
  background: #fff;
  border: 0.0625rem solid #fff;
  color: var(--color-main) !important;
}
@media (any-hover: hover) {
  .btn_w:hover {
    background: #4751eb;
    border: 0.0625rem solid var(--color-main);
    color: #fff !important;
  }
}
.btn_d {
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid var(--color-main);
  color: var(--color-font-dark) !important;
}
@media (any-hover: hover) {
  .btn_d:hover {
    border: 0.0625rem solid var(--color-main-light);
    color: var(--color-main-light) !important;
    background: rgba(0, 0, 0, 0);
  }
}
.btn_blur {
  background: rgba(0, 0, 0, 0);
  border: unset;
  color: #fff !important;
}
@media (any-hover: hover) {
  .btn_blur:hover {
    color: var(--color-main-light) !important;
  }
}
.btn_blur::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0.0625rem solid var(--color-main-light);
  -webkit-filter: blur(0.0625rem);
  filter: blur(0.0625rem);
  border-radius: 62.4375rem;
}
.btn_t {
  background: rgba(0, 0, 0, 0);
  border: 0.0625rem solid #fff;
}
@media (any-hover: hover) {
  .btn_t:hover {
    background: rgba(0, 0, 0, 0);
    border: 0.0625rem solid var(--color-main-light);
    color: var(--color-main-light) !important;
  }
}
.btn_big {
  height: 3.5em;
}
@media (max-width: 47.9375em) {
  .btn_big {
    height: 2.5em;
  }
}
.btn_long {
  min-width: 28.4375em;
}
@media (max-width: 47.9375em) {
  .btn_long {
    min-width: 100%;
  }
}
.btn:focus {
  -webkit-box-shadow: 0 0 0 1px var(--color-focus);
  box-shadow: 0 0 0 1px var(--color-focus);
}
[data-switch][data-disable],
[data-switch-rev][data-disable] {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input {
  overflow: hidden;
  display: block;
  width: 100%;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  line-height: 1.4;
  padding: 0.75em 1.5em;
  height: 2.875em;
  color: rgb(103, 0, 0);;
  background: var(--color-titles);
  border: 0.0625rem solid var(--color-border);
  border-radius: 0.5rem;
  -webkit-transition: border 0.3s ease 0s;
  transition: border 0.3s ease 0s;
}
@media (max-width: 47.9375em) {
  .input {
    height: 44px;
  }
}
@media (max-width: 47.9375em) {
  .input {
    padding: 12px;
    font-size: 14px;
  }
}
.input_small {
  height: 2.625em;
}
.input:focus {
  border: 0.0625rem solid #0150cf;
}
.input._error {
  border: 0.0625rem solid var(--color-error);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.625rem), center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  padding-right: 1.875rem;
}
.input._success {
  border: 0.0625rem solid var(--color-success);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.625rem), center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  padding-right: 1.875rem;
}
.input._mask {
  letter-spacing: var(--mask-letter-spacing);
}
textarea.input {
  resize: none;
  padding: 0.625em 2em;
  min-height: 5.625em;
}
.password {
  position: relative;
}
.password__eye {
  position: absolute;
  top: 0.6875rem;
  right: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  background: #fff;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .password__eye:hover {
    color: var(--color-main-light);
  }
}
.password__eye::before {
  content: "î¤";
  font-family: "icons-system";
  font-size: 1.25rem;
  color: var(--color-main);
}
.password__eye._active::before {
  content: "î¤";
}
.input-file {
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  background: #fff;
  border: 0.0625rem solid var(--color-border);
  border-right: none;
  border-radius: 1.5625rem;
  max-width: 100%;
}
.input-file._error {
  border: 0.0625rem solid var(--color-error);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23B81111'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23B81111' stroke='none'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.625rem), center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
}
.input-file._success {
  border: 0.0625rem solid var(--color-success);
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");
  background-position: calc(100% - 0.625rem), center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
}
.input-file__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  height: 2.6875rem;
  padding: 0.1875em 0em 0.1875em 1.375em;
  margin: 0px 2.8125rem 0px 0px;
  color: var(--color-font-dark);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 29.9375em) {
  .input-file__text {
    white-space: normal;
  }
}
.input-file__btn {
  position: absolute;
  top: 0rem;
  right: -0.0625rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  white-space: nowrap;
  font-size: 1rem;
  line-height: 1;
  height: 2.6875rem;
  width: 2.6875rem;
  background: #fff;
  color: var(--color-main);
  border: 0.0625rem solid var(--color-main);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .input-file__btn:hover {
    background: var(--color-main);
    color: #fff;
  }
}
.input-file__error {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.input-file input {
  position: absolute;
  display: block;
  z-index: -1;
  opacity: 0;
  width: 0;
  height: 0;
}
.input-file .input-file input:disabled + .input-file__btn {
  background-color: #ddd;
}
.check {
  cursor: pointer;
  position: relative;
}
.check__mark {
  font-size: 0.875rem;
}
.check_default {
  padding: 0px 0px 0px 1.875rem;
}
.check_default .check__mark {
  position: relative;
}
.check_default .check__mark::before {
  content: "";
  position: absolute;
  top: -0.125em;
  left: -1.875em;
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 0.0625rem solid var(--color-border);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.check_default .check__mark::after {
  content: "";
  position: absolute;
  top: 0em;
  left: -1.4375em;
  width: 0.4375em;
  height: 0.75em;
  border-width: 0 0.125em 0.125em 0;
  border-color: #fff;
  border-style: solid;
  display: block;
  opacity: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.check_default._checked .check__mark::before {
  background: var(--color-main);
  border: 0.0625rem solid var(--color-main);
}
.check_default._checked .check__mark::after {
  opacity: 1;
}
.check_default._error .check__mark::before {
  border: 0.0625rem solid var(--color-error);
}
.check input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.radio {
  cursor: pointer;
  position: relative;
}
.radio_default {
  padding: 0px 0px 0px 1.875rem;
}
.radio_default .radio__mark {
  position: relative;
}
.radio_default .radio__mark::before {
  content: "";
  position: absolute;
  top: -0.125em;
  left: -1.875em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  border: 0.0625rem solid #ccc;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.radio_default .radio__mark::after {
  content: "";
  position: absolute;
  top: 0.125em;
  left: -1.625em;
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: var(--color-main);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}
.radio_default._checked .radio__mark::after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.radio_default._error .radio__mark::before {
  border: 1px solid var(--color-error);
}
.radio input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.quantity {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 5.5em;
  height: 2.6875em;
  border: 0.0625rem solid #ccc;
  border-radius: 0.25rem;
}
.quantity__button {
  background: #fff;
  border-radius: 0.25rem;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 1.875em;
  flex: 0 0 1.875em;
  position: relative;
  cursor: pointer;
}
.quantity._readonly .quantity__button {
  cursor: default;
}
.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -0.28125em;
  background-color: #888;
  width: 0.5625em;
  height: 1px;
}
@media (min-width: 992px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: #111;
  }
}
.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.quantity__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.quantity__input input {
  height: 100%;
  color: #888;
  width: 100%;
  text-align: center;
  -webkit-appearance: "textfield";
  -moz-appearance: "textfield";
  appearance: "textfield";
}
.quantity__input input::-webkit-outer-spin-button,
.quantity__input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.quantity__input input:focus {
  color: #000;
}
.range {
  display: grid;
  grid-gap: 0.625rem;
}
.range__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form {
  display: grid;
  grid-gap: 1.375rem 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (width <= 992px) {
  .form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.form span.form__label-title {
  display: inline-block;
}
.form__section {
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 47.9375em) {
  .form__section {
    grid-gap: 0.875rem;
  }
}
.form__title {
  color: var(--color-font-dark);
  margin: 0px 0px 1.5rem 0px;
}
@media (max-width: 47.9375em) {
  .form__title {
    margin: 0px 0px 1.125rem 0px;
  }
}
.form__row {
  display: grid;
  grid-gap: 0.5rem;
  min-width: 0;
  grid-template-columns: repeat(1, 1fr);
}
@media (max-width: 47.9375em) {
  .form__row {
    grid-gap: 0.625rem 1.5625rem;
  }
}
@media (max-width: 61.9375em) {
  .form__row {
    grid-gap: 0.375rem;
  }
}
.form__row_1 {
  grid-template-columns: repeat(1, 1fr);
}
.form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.9375em) {
  .form__row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__row_3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 47.9375em) {
  .form__row_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.form__column {
  min-width: 0;
}
.form__single {
  padding: 0.3125rem 0px 0px 0px;
}
.form__group {
  padding: 0.3125rem 0px 0px 0px;
  display: grid;
  justify-items: start;
  grid-gap: 1rem;
}
.form__label-title {
  cursor: pointer;
  margin: 0px 0px 0.5em 0px;
  color: var(--color-font-dark);
  font-size: 0.875rem;
}
.form__label-title::after {
  content: attr(data-req);
  color: var(--color-error);
  margin: 0px 0px 0px 0.1875rem;
}
.form__error-label {
  font-size: 0.875rem;
  font-style: italic;
  color: var(--color-error);
}
.form__link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  .form__link:hover {
    opacity: 0.5;
  }
}
.form-message {
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
  gap: 0.75rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
}
.form-message::before {
  -webkit-transform: translateY(0.125rem);
  transform: translateY(0.125rem);
}
.form-message._success {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #155724;
  background: #d4edda;
  border: 0.0625rem solid #c3e6cb;
}
.form-message._success::before {
  content: "î¤";
  font-family: "icons-system";
}
.form-message._error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #b91c1c;
  background: #fee2e2;
  border: 0.0625rem solid #f5c6cb;
}
.form-message._error::before {
  content: "î¤";
  font-family: "icons-system";
}
.form-message h5 {
  margin: 0px 0px 0.3125rem 0px;
}
.form-message ul li {
  line-height: 1;
}
.main-form {
  max-width: 608px;
}
@media (width <= 992px) {
  .main-form {
    width: 100%;
  }
}
.main-form__body {
  border-radius: 1.5625rem;
  background: #fff;
}
.main-form__header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1.5625rem;
  margin: 0px 0px 3.125rem 0px;
}
@media (max-width: 47.9375em) {
  .main-form__header {
    grid-template-columns: repeat(1, 1fr);
    margin: 0px 0px 1rem 0px;
  }
}
.main-form__title {
  color: var(--color-font-dark);
}
.main-form__desc {
  color: var(--color-font-dark);
}
.main-form__form {
  margin: 0px 0px 1.0625rem 0px;
}
@media (max-width: 61.9375em) {
  .main-form__form {
    margin: 0px 0px 0.5rem 0px;
  }
}
.main-form__footer {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  color: var(--color-font-dark);
  font-size: 1rem;
  line-height: 1.4;
}
@media (max-width: 61.9375em) {
  .main-form__footer {
    font-size: 12px;
  }
}
.help-form {
  border-radius: 1.5625rem;
  color: var(--color-font-dark);
  display: grid;
  grid-gap: 1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (width <= 992px) {
  .help-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 47.9375em) {
  .help-form {
    grid-gap: 1.125rem;
  }
}
.help-form__section {
  min-width: 0;
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 47.9375em) {
  .help-form__section {
    grid-gap: 0.875rem;
  }
}
.help-form__title {
  color: var(--color-font-dark);
}
@media (min-width: 48em) {
  .help-form__text {
    display: none;
  }
}
.help-form__row {
  min-width: 0;
  display: grid;
  grid-gap: 0.875rem 1.5625rem;
}
.help-form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 47.9375em) {
  .help-form__row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.help-form__column {
  min-width: 0;
}
.help-form__label-title {
  display: inline-block;
  line-height: 1;
  margin: 0px 0px 0.5rem 0px;
  font-size: 0.875rem;
  font-weight: 400;
}
.help-form__sub-text {
  color: #313131;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.signin-form {
  background: #fff;
  border-radius: 1.5625rem;
  padding: 2rem 1.5rem;
  color: var(--color-font-dark);
  display: grid;
  grid-gap: 1.5rem;
  max-width: 608px;
  margin: 0 auto;
}
@media (max-width: 61.9375em) {
  .signin-form {
    grid-gap: 1.125rem;
  }
}
.signin-form__section {
  min-width: 0;
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
  .signin-form__section {
    grid-gap: 0.875rem;
  }
}
.signin-form__title {
  color: var(--color-font-dark);
}
@media (min-width: 62em) {
  .signin-form__text {
    display: none;
  }
}
.signin-form__row {
  min-width: 0;
  display: grid;
  grid-gap: 0.875rem 1.5625rem;
}
.signin-form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
  .signin-form__row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.signin-form__column {
  min-width: 0;
}
.signin-form__link-block {
  text-align: right;
}
.signin-form__link {
  color: #848484;
  font-weight: 400;
  white-space: nowrap;
}
.signin-form__label-title {
  display: inline-block;
  line-height: 1;
  margin: 0px 0px 0.5rem 0px;
  font-size: 0.875rem;
  font-weight: 400;
}
.signin-form__sub-text {
  color: #313131;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.signin-form__sub-link {
  display: inline-block;
  margin: 0.625rem 0px 0px 0px;
  color: var(--color-main);
  text-decoration: underline;
}
.register-form {
  background: #fff;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  color: var(--color-font-dark);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-gap: 1.5rem;
  max-width: 608px;
  margin: 0 auto;
}
@media (max-width: 61.9375em) {
  .register-form {
    grid-gap: 1.125rem;
    padding: 16px;
    border-radius: 6px;
  }
}
.register-form__section {
  min-width: 0;
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
  .register-form__section {
    grid-gap: 0.875rem;
  }
}
.register-form__section_last {
  margin: -1.25rem 0px 0px 0px;
}
.register-form__title {
  color: var(--color-font-dark);
}
@media (min-width: 62em) {
  .register-form__text {
    display: none;
  }
}
.register-form__row {
  min-width: 0;
  display: grid;
  grid-gap: 0.875rem 1.5625rem;
}
.register-form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
  .register-form__row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.register-form__column {
  min-width: 0;
}
.register-form__link-block {
  text-align: right;
}
.register-form__link {
  color: #848484;
  font-weight: 400;
  white-space: nowrap;
}
.register-form__label-title {
  display: inline-block;
  line-height: 1;
  margin: 0px 0px 0.5rem 0px;
  font-size: 0.875rem;
  font-weight: 400;
}
.register-form__sub-text {
  color: #313131;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.register-form__sub-link {
  display: inline-block;
  margin: 0.625rem 0px 0px 0px;
  color: var(--color-main);
  text-decoration: underline;
}
.register-form .iti__country-container {
  top: 0.53125rem;
}
.register-form .form__section {
  width: 100%;
}
.register-form .form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}
.register-form .iti__selected-country {
  top: 6px;
}
@media (width < 768px) {
  .register-form .iti__selected-country {
    top: 3px;
  }
}
.register-form .btn {
  width: 200px;
}
.register-form .font-questrial {
  font-size: 16px;
}
@media (width <= 992px) {
  .register-form .font-questrial {
    font-size: 12px;
  }
}
.forgot-form {
  background: #fff;
  border-radius: 1.5625rem;
  padding: 2rem 1.5rem;
  color: var(--color-font-dark);
  display: grid;
  grid-gap: 1.5rem;
  max-width: 608px;
  margin: 0 auto;
}
@media (max-width: 61.9375em) {
  .forgot-form {
    grid-gap: 1.125rem;
  }
}
.forgot-form__section {
  min-width: 0;
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
  .forgot-form__section {
    grid-gap: 0.875rem;
  }
}
.forgot-form__title {
  color: var(--color-font-dark);
}
.forgot-form__row {
  min-width: 0;
  display: grid;
  grid-gap: 0.875rem 1.5625rem;
}
.forgot-form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
  .forgot-form__row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.forgot-form__column {
  min-width: 0;
}
.forgot-form__label-title {
  display: inline-block;
  line-height: 1;
  margin: 0px 0px 0.5rem 0px;
  font-size: 0.875rem;
  font-weight: 400;
}
.verif-form {
  background: #fff;
  border-radius: 1.5625rem;
  padding: 2rem 1.5rem;
  color: var(--color-font-dark);
  display: grid;
  grid-gap: 1.5rem;
}
@media (max-width: 61.9375em) {
  .verif-form {
    grid-gap: 1.125rem;
  }
}
.verif-form__section {
  min-width: 0;
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
  .verif-form__section {
    grid-gap: 0.875rem;
  }
}
.verif-form__section_last {
  margin: -1.25rem 0px 0px 0px;
}
.verif-form__title {
  color: var(--color-font-dark);
}
.verif-form__row {
  min-width: 0;
  display: grid;
  grid-gap: 0.875rem 1.5625rem;
}
.verif-form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
  .verif-form__row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.verif-form__label-title {
  display: inline-block;
  line-height: 1;
  margin: 0px 0px 0.5rem 0px;
  font-size: 0.875rem;
  font-weight: 400;
}
.verif-form__code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}
.verif-form__input {
  width: 2.125rem;
  padding: 0.1875rem 0rem;
  text-align: center;
}
.verif-form__sub-text {
  color: #313131;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.verif-form__sub-link {
  display: inline-block;
  margin: 0.625rem 0px 0px 0px;
  color: var(--color-main);
  text-decoration: underline;
}
.new-password-form {
  background: #fff;
  border-radius: 1.5625rem;
  padding: 2rem 1.5rem;
  color: var(--color-font-dark);
  display: grid;
  grid-gap: 1.5rem;
}
@media (max-width: 61.9375em) {
  .new-password-form {
    grid-gap: 1.125rem;
  }
}
.new-password-form__section {
  min-width: 0;
  display: grid;
  grid-gap: 1rem;
}
@media (max-width: 61.9375em) {
  .new-password-form__section {
    grid-gap: 0.875rem;
  }
}
.new-password-form__section_last {
  margin: -1.25rem 0px 0px 0px;
}
.new-password-form__title {
  color: var(--color-font-dark);
}
.new-password-form__row {
  min-width: 0;
  display: grid;
  grid-gap: 0.875rem 1.5625rem;
}
.new-password-form__row_2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 61.9375em) {
  .new-password-form__row_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.new-password-form__column {
  min-width: 0;
}
.new-password-form__link-block {
  text-align: right;
}
.new-password-form__link {
  color: #848484;
  font-weight: 400;
  white-space: nowrap;
}
.new-password-form__label-title {
  display: inline-block;
  line-height: 1;
  margin: 0px 0px 0.5rem 0px;
  font-size: 0.875rem;
  font-weight: 400;
}
.new-password-form__sub-text {
  color: #313131;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 150%;
}
.new-password-form__sub-link {
  display: inline-block;
  margin: 0.625rem 0px 0px 0px;
  color: var(--color-main);
  text-decoration: underline;
}
.form__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
@media (max-width: 61.9375em) {
  .form__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 6px;
  }
}
.form__section {
  width: 608px;
}
@media (max-width: 61.9375em) {
  .form__section {
    width: 100%;
  }
}
.form__column {
  width: 100%;
}
.form__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  color: #333;
  margin: 60px 0 16px;
}
@media (width < 992px) {
  .form__checkbox {
    margin: 32px 0 16px;
  }
}
.form__checkbox-input {
  width: 24px;
  height: 24px;
  cursor: pointer;
  border-radius: 12px;
}
.form__checkbox-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form__error-label {
  display: none;
}
.header {
  position: relative;
  z-index: 100;
  right: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgb(103, 0, 0);;
  height: 60px;
  border-radius: 0px 0px 12px 12px;
  -webkit-box-shadow: 0px 2px 25px 0px rgba(0, 40, 103, 0.1),
    inset 8px 8px 55px 10px rgba(255, 255, 255, 0.25);
  box-shadow: 0px 2px 25px 0px rgba(0, 40, 103, 0.1),
    inset 8px 8px 55px 10px rgba(255, 255, 255, 0.25);
  -webkit-backdrop-filter: blur(27px);
  backdrop-filter: blur(27px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (width <= 992px) {
  .header {
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0);
  }
}
@media (width <= 992px) {
  .header--blue {
    background-color:rgb(103, 0, 0);
    position: relative;
  }
}
.header.active {
  border-radius: 0;
  border: 0;
  background: unset;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  -webkit-backdrop-filter: unset;
  backdrop-filter: unset;
}
.header__container {
  width: 100%;
  padding: 0 96px;
}
@media (max-width: 61.9375em) {
  .header__container {
    padding: 0 46px;
  }
}
@media (max-width: 47.9375em) {
  .header__container {
    padding: 0 12px;
  }
}
.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.625rem;
  color: #fff;
}
@media (max-width: 47.9375em) {
  .header__body {
    padding: 0.625rem 0px;
  }
}
.header__logo {
  position: relative;
  z-index: 200;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
}
@media (max-width: 47.9375em) {
  .header__logo {
    font-size: 18px;
  }
}
.header__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.3125rem;
}
@media (hover: hover) {
  .header__sign-btn:hover {
    color: #d5d5d5;
  }
}
.header__lang {
  padding: 12px 16px;
  border: 1px solid #fff;
  border-radius: 8px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  color: #fff;
}
@media (hover: hover) {
  .header__lang:hover {
    background-color: #d5d5d5;
  }
}
@media (max-width: 61.9375em) {
  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 50;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 100%;
    -webkit-box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 4px 0px 8px 0px rgba(34, 60, 80, 0.2);
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.25rem 0.9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    padding-top: 7.5rem;
  }
  .menu__body._active {
    opacity: 1;
    visibility: visible;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0.2)),
      to(rgba(255, 255, 255, 0.04))
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.04) 100%
    );
    -webkit-box-shadow: 8px 8px 25px 0px rgba(255, 255, 255, 0.25) inset,
      0px 2px 25px 0px rgba(0, 40, 103, 0.1);
    box-shadow: 8px 8px 25px 0px rgba(255, 255, 255, 0.25) inset,
      0px 2px 25px 0px rgba(0, 40, 103, 0.1);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    color: #fff;
  }
}
.menu__body--blue._active {
  background: rgba(103, 0, 0, 0.8);
  -webkit-backdrop-filter: blur(28px);
  backdrop-filter: blur(28px);
}
.menu__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 1.5rem;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}
@media (max-width: 61.9375em) {
  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0px 0px 1.875rem 0px;
  }
}
.menu__item-mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.menu__link {
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.menu__link._active {
  border: 0.0625rem solid #8da0ff;
  color: #8da0ff !important;
}
@media (hover: hover) {
  .menu__link:hover {
    opacity: 0.5;
  }
}
@media (max-width: 75em) {
  .menu__link {
    border: 0.0625rem solid rgba(0, 0, 0, 0);
    color: #fff !important;
  }
}
@media (max-width: 75em) and (any-hover: hover) {
  .menu__link:hover {
    border: 0.0625rem solid rgba(0, 0, 0, 0);
  }
}
@media (max-width: 75em) {
  .menu__link._active {
    border: 0.0625rem solid rgba(0, 0, 0, 0);
  }
}
.menu__item-lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  position: relative;
}
.header-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.3125rem;
}
@media (width <= 992px) {
  .header-actions--desc {
    display: none;
  }
}
.header-actions--mob {
  display: none;
}
@media (width <= 992px) {
  .header-actions--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.menu-icon {
  display: none;
}
@media (width <= 992px) {
  .menu-icon {
    display: inline-block;
    position: relative;
    width: 1.125rem;
    height: 1rem;
    cursor: pointer;
    z-index: 100;
  }
  .menu-icon span {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: 50%;
    left: 0px;
    position: absolute;
    width: 100%;
    height: 0.125rem;
    border-radius: 0.125rem;
    background-color: var(--color-titles);
  }
  .menu-icon span:first-child {
    top: 2px;
  }
  .menu-icon span:last-child {
    top: auto;
    bottom: 0px;
  }
  .menu-icon._active span {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .menu-icon._active span:first-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
  }
  .menu-icon._active span:last-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: calc(50% - 0.125rem);
  }
}
.language-selector {
  color: #000;
  position: absolute;
  top: 60px;
  right: 80px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  z-index: 1000;
}
@media (width <= 768px) {
  .language-selector {
    top: 50px;
    right: 0;
  }
}
.language-list {
  padding: 10px;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
}
.language-list li {
  padding: 8px 16px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.language-list li:hover {
  background: #0150cf;
  color: #fff;
}
.language-selector {
  display: none;
}
.language-selector.active {
  display: block;
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 9999;
  overflow: hidden;
}
.popup__cont {
  background-image: url("../img/bg/sign.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 80px 96px;
  border-radius: 24px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-height: 90vh;
  overflow-y: auto;
  -webkit-box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}
@media (width <= 768px) {
  .popup__cont {
    padding: 40px 16px;
  }
}
.popup__head {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
.popup__head-title {
  margin-bottom: 32px;
}
@media (width <= 768px) {
  .popup__head-title {
    font-size: 26px;
  }
}
.popup__head-subtitle {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .popup__head-subtitle {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.popup__close {
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
.popup .main-form__body {
  background: rgba(0, 0, 0, 0);
}
.popup .main-form__footer-text {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  color: #fff;
  max-width: 608px;
}
@media (width <= 768px) {
  .popup .main-form__footer-text {
    font-size: 12px;
  }
}
.popup--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-hero {
  background: rgb(103, 0, 0) url("../img/hero/hero-bg.png") 0 0 / cover no-repeat;
  min-height: 860px;
  margin-top: -10px;
}
@media (width <= 992px) {
  .section-hero {
    min-height: 660px;
    background: rgb(103, 0, 0) url("../img/hero/bg-mob.png") 0 0 / cover no-repeat;
  }
}
@media (width <= 768px) {
  .section-hero {
    min-height: 565px;
  }
}
.hero {
  max-width: 900px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
}
@media (width <= 992px) {
  .hero {
    padding-top: 0;
    margin: -45px auto 0;
  }
}
.hero__img {
  margin: 0 auto;
}
.hero__img--mob {
  display: none;
}
@media (width <= 992px) {
  .hero__img--mob {
    display: block;
    padding-top: 50px;
  }
}
.hero__title {
  margin-bottom: 32px;
  color: #fff;
}
@media (width <= 768px) {
  .hero__title {
    margin-bottom: 24px;
  }
}
.hero__subtitle {
  max-width: 394px;
  margin: 0 auto;
  margin-bottom: 60px;
  color: #f1f1f1;
}
@media (width <= 768px) {
  .hero__subtitle {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
@media (hover: hover) {
  .hero__sign-btn:hover {
    background-color: #ccd4e1;
  }
}
.sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 48px;
  -moz-column-gap: 48px;
  column-gap: 48px;
}
@media (width <= 992px) {
  .sign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.sign__title {
  max-width: 592px;
  margin-bottom: 32px;
}
@media (width <= 1201px) {
  .sign__title {
    margin-bottom: 24px;
  }
}
@media (width <= 992px) {
  .sign__title {
    max-width: 100%;
    margin-bottom: 16px;
  }
}
@media (width <= 992px) {
  .sign__text {
    margin: 0 auto 32px;
  }
}
.partners {
  text-align: center;
  background-color: #f3f3f3;
  padding: 80px 0;
  overflow-x: hidden;
}
@media (max-width: 47.9375em) {
  .partners {
    padding: 40px 0;
  }
}
.partners__title {
  margin-bottom: 60px;
}
@media (width <= 992px) {
  .partners__title {
    margin-bottom: 40px;
  }
}
@media (width <= 768px) {
  .partners__title {
    margin-bottom: 32px;
  }
}
.partners__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
}
@media (max-width: 61.9375em) {
  .partners__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: auto;
  }
  .partners__items img {
    max-width: unset;
    height: 60px;
    width: 180px;
  }
}
@media (max-width: 47.9375em) {
  .partners__items {
    gap: 16px;
  }
}
@media (max-width: 47.9375em) {
  .partners__item {
    width: 206px;
  }
}
.calculate {
  background: linear-gradient(135deg,rgb(138, 30, 30),rgb(175, 30, 30));
  border-radius: 20px;
  padding: 32px;
  color: #fff;
}
@media (width <= 992px) {
  .calculate {
    padding: 16px;
  }
}
.calculate__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
}
@media (width <= 992px) {
  .calculate__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 32px;
  }
}
.calculate__form {
  max-width: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 32px;
}
@media (width <= 992px) {
  .calculate__form {
    gap: 16px;
  }
}
.calculate__label {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
@media (width <= 992px) {
  .calculate__label {
    font-size: 14px;
  }
}
.calculate__input {
  width: 260px;
  padding: 12px 24px 12px 44px;
  height: 48px;
  border-radius: 8px;
  border: none;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: 20px;
  background-color: #f3f3f3;
  color: #2c2c2c;
}
@media (width <= 992px) {
  .calculate__input {
    width: 100%;
    font-size: 18px;
  }
}
.calculate__input::-webkit-outer-spin-button,
.calculate__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.calculate__input[type="number"] {
  -moz-appearance: textfield;
}
.calculate__input::-webkit-input-placeholder {
  color: #999;
}
.calculate__input::-moz-placeholder {
  color: #999;
}
.calculate__input:-ms-input-placeholder {
  color: #999;
}
.calculate__input::-ms-input-placeholder {
  color: #999;
}
.calculate__input::placeholder {
  color: #999;
}
.calculate__periods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
}
@media (width <= 768px) {
  .calculate__periods {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 27px;
  }
}
.calculate__period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.calculate__period input[type="radio"] {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
.calculate__radio-label {
  font-size: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 992px) {
  .calculate__radio-label {
    font-size: 16px;
  }
}
.calculate__range-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.calculate__range-label {
  font-size: 16px;
  color: #cbdfff;
}
@media (width <= 992px) {
  .calculate__range-label {
    font-size: 12px;
  }
}
.calculate__range-years {
  font-size: 20px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  color: #f3f3f3;
  margin-bottom: 20px;
}
@media (width <= 992px) {
  .calculate__range-years {
    font-size: 16px;
  }
}
.calculate__range {
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  background: #fff;
  border-radius: 4px;
  outline: none;
}
.calculate__range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  background: #2563eb;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.calculate__range::-moz-range-thumb {
  width: 24px;
  height: 24px;
  background: #2563eb;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.calculate__range::-ms-thumb {
  width: 24px;
  height: 24px;
  background: #2563eb;
  border: 2px solid #fff;
  border-radius: 50%;
  cursor: pointer;
}
.calculate__button {
  background-color: #fff;
  padding: 12px 24px;
  height: 44px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgb(103, 0, 0);;
  border: none;
  border-radius: 8px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin-top: auto;
}
@media (width <= 992px) {
  .calculate__button {
    margin-top: 8px;
  }
}
@media (hover: hover) {
  .calculate__button:hover {
    background-color: #ccd4e1;
  }
}
.calculate__result {
  max-width: 500px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 24px;
  border-radius: 16px;
}
.calculate__result-top {
  max-width: 288px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media (width <= 992px) {
  .calculate__result-top {
    max-width: 100%;
  }
}
.calculate__balance-title {
  font-size: 16px;
  color: #f3f3f3;
  -ms-flex-item-align: center;
  align-self: center;
  margin-bottom: 8px;
  width: 100%;
}
@media (width <= 992px) {
  .calculate__balance-title {
    font-size: 12px;
  }
}
.calculate__balance-amount {
  background-color:rgb(207, 1, 1);
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 32px;
  color: #fff;
  width: 100%;
}
@media (width <= 992px) {
  .calculate__balance-amount {
    font-size: 18px;
  }
}
.calculate__chart {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (width <= 600px) {
  .calculate__chart {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.calculate__chart-img {
  width: 100%;
  height: auto;
}
.calculate__chart-img--desc {
  display: block;
}
@media (width <= 600px) {
  .calculate__chart-img--desc {
    display: none;
  }
}
.calculate__chart-img--mb {
  display: none;
}
@media (width <= 600px) {
  .calculate__chart-img--mb {
    display: block;
    height: 200px;
    width: 235px;
  }
}
.calculate__amounts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 8px;
}
@media (width <= 992px) {
  .calculate__amounts {
    row-gap: 22px;
  }
}
@media (width <= 600px) {
  .calculate__amounts {
    row-gap: 28px;
  }
}
.calculate__amount {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media (width <= 600px) {
  .calculate__amount {
    font-size: 12px;
  }
}
.calculate__amount-inner {
  position: relative;
}
.calculate__currency {
  position: absolute;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  font-size: 20px;
  top: 11px;
  left: 24px;
  color: #2c2c2c;
}
.calculate__years {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
}
@media (width <= 600px) {
  .calculate__years {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    font-size: 12px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.calculate__year {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.tap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 60px;
}
@media (width <= 768px) {
  .tap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 32px;
  }
}
.tap__text {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-font-dark);
  max-width: 608px;
}
@media (width <= 768px) {
  .tap__text {
    font-size: 16px;
    max-width: 100%;
  }
}
.why__title {
  margin-bottom: 60px;
  text-align: center;
}
@media (width <= 768px) {
  .why__title {
    margin-bottom: 32px;
    text-align: left;
  }
}
.why__available {
  max-width: 821px;
  margin: 0 auto 60px;
  text-align: center;
}
@media (width <= 768px) {
  .why__available {
    text-align: left;
    margin: 0 auto 32px;
  }
}
.why__sign-btn {
  background-color: var(--main-light);
  color: var(--color-titles);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 auto;
}
.section-how {
  background-image: url("../img/bg/bg-blue.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
}
@media (width <= 768px) {
  .section-how {
    padding: 40px 0;
  }
}
.how__title {
  color: var(--color-titles);
  margin-bottom: 60px;
}
@media (width <= 992px) {
  .how__title {
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .how__title {
    margin-bottom: 16px;
  }
}
.how .font-questrial {
  color: #f3f3f3;
}
.trading__title {
  max-width: 730px;
  margin: 0 auto 60px;
}
@media (width <= 992px) {
  .trading__title {
    margin: 0 auto 40px;
  }
}
@media (width <= 768px) {
  .trading__title {
    margin: 0 auto 32px;
  }
}
.trading__promo-boxes {
  max-width: 608px;
}
@media (width <= 992px) {
  .trading__promo-boxes {
    max-width: 100%;
  }
}
.trading__item-box {
  max-width: 100%;
  min-height: 189px;
}
@media (width <= 992px) {
  .trading__item-box {
    min-height: 80px;
  }
}
.trading__promo-inner {
  margin-bottom: 80px;
}
@media (width <= 992px) {
  .trading__promo-inner {
    margin-bottom: 40px;
  }
}
@media (width <= 768px) {
  .trading__promo-inner {
    margin-bottom: 16px;
  }
}
.solution__promo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 12px;
}
@media (width <= 768px) {
  .solution__promo-box {
    row-gap: 6px;
  }
}
@media (width <= 992px) {
  .solution__sign-btn {
    margin-top: 16px;
    -ms-flex-item-align: center;
    align-self: center;
  }
}
.section-details {
  background-image: url("../img/bg/bg-blue.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 60px 0;
  color: #fff;
}
@media (width <= 768px) {
  .section-details {
    padding: 40px 0;
  }
}
@media (width <= 992px) {
  .details {
    overflow-x: auto;
  }
}
.details__boxes {
  color: #2c2c2c;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}
@media (width <= 992px) {
  .details__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 23px;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .details__boxes::-webkit-scrollbar {
    display: none;
  }
}
.details .item__box {
  min-width: 120px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (width <= 992px) {
  .details .item__box {
    max-width: 80%;
  }
}
.experience__boxes-top {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (width <= 992px) {
  .experience__boxes-top {
    row-gap: 16px;
  }
}
.product .section-hero {
  background: rgb(103, 0, 0); url("../img/bg/product.webp") 0 0 / cover no-repeat;
  min-height: 690px;
  margin-top: -10px;
}
@media (width <= 992px) {
  .product .section-hero {
    background: rgb(103, 0, 0); url("../img/bg/bg-mob.webp") 0 0 / cover no-repeat;
  }
}
@media (width <= 800px) {
  .product .section-hero {
    min-height: 700px;
  }
}
@media (width <= 768px) {
  .product .section-hero {
    min-height: 600px;
  }
}
@media (width <= 550px) {
  .product .section-hero {
    min-height: 660px;
  }
}
.product .hero {
  max-width: 100%;
  padding-top: 80px;
}
.product .hero__title {
  font-size: 64px;
}
@media (width <= 992px) {
  .product .hero__title {
    font-size: 48px;
    padding-top: 50px;
  }
}
@media (width <= 768px) {
  .product .hero__title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.product .hero__subtitle {
  max-width: 822px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (width <= 768px) {
  .product .hero__subtitle {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.product .hero__sign-btn {
  max-width: 458px;
  width: 100%;
  margin-bottom: 16px;
}
@media (hover: hover) {
  .product .hero__sign-btn:hover {
    background-color: #ccd4e1;
  }
}
.product .hero__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media (width <= 768px) {
  .product .hero__store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 458px;
    width: 100%;
    margin: 0 auto;
    row-gap: 16px;
  }
}
.product .hero__store-btn {
  padding: 11px;
  max-width: 221px;
  height: 42px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  font-size: 14px;
}
.product .hero__store-btn span {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
}
@media (width <= 768px) {
  .product .hero__store-btn {
    max-width: 100%;
  }
}
@media (hover: hover) {
  .product .hero__store-btn:hover {
    background-color: #d5d5d5;
  }
}
.product .digital {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (width <= 992px) {
  .product .digital {
    gap: 32px;
  }
}
@media (width <= 768px) {
  .product .digital {
    grid-template-columns: repeat(1, 1fr);
  }
}
.product .digital__box {
  max-width: 100%;
}
@media (width <= 992px) {
  .product .promo__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.product .promo__box-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .product .promo__box-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.product .item__box-title {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .product .item__box-title {
    font-size: 16px;
  }
}
.offer .section-hero {
  background: rgb(103, 0, 0); url("../img/bg/offer-bg.webp") 0 0 / cover no-repeat;
  min-height: 690px;
  margin-top: -10px;
}
@media (width <= 992px) {
  .offer .section-hero {
    background: rgb(103, 0, 0); url("../img/bg/bg-mob.webp") 0 0 / cover no-repeat;
  }
}
@media (width <= 768px) {
  .offer .section-hero {
    min-height: 600px;
  }
}
@media (width <= 550px) {
  .offer .section-hero {
    min-height: 620px;
  }
}
.offer .hero {
  max-width: 100%;
  padding-top: 80px;
}
.offer .hero__title {
  font-size: 64px;
}
@media (width <= 992px) {
  .offer .hero__title {
    font-size: 48px;
    padding-top: 50px;
  }
}
@media (width <= 768px) {
  .offer .hero__title {
    margin-bottom: 24px;
    font-size: 32px;
  }
}
.offer .hero__subtitle {
  max-width: 822px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media (width <= 768px) {
  .offer .hero__subtitle {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
.offer .hero__sign-btn {
  max-width: 458px;
  width: 100%;
  margin-bottom: 16px;
}
@media (hover: hover) {
  .offer .hero__sign-btn:hover {
    background-color: #ccd4e1;
  }
}
.offer .hero__store {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 16px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}
@media (width <= 768px) {
  .offer .hero__store {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 458px;
    width: 100%;
    margin: 0 auto;
    row-gap: 16px;
  }
}
.offer .hero__store-btn {
  padding: 11px;
  max-width: 221px;
  height: 42px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  border: 1px solid #fff;
  color: #fff;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
}
@media (width <= 768px) {
  .offer .hero__store-btn {
    font-size: 14px;
    max-width: 100%;
  }
}
@media (hover: hover) {
  .offer .hero__store-btn:hover {
    background-color: #d5d5d5;
  }
}
.offer .item__box-title--small {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .offer .item__box-title--small {
    font-size: 16px;
  }
}
.offer .how {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}
@media (width <= 992px) {
  .offer .how {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (width <= 992px) {
  .offer .how__box {
    max-width: 100%;
  }
}
.offer .portfolio-inner {
  margin-bottom: 60px;
}
@media (width <= 992px) {
  .offer .portfolio-inner {
    margin-bottom: 32px;
  }
}
.offer .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 722px;
  margin: 0 auto;
  row-gap: 32px;
}
@media (width <= 768px) {
  .offer .sign {
    row-gap: 16px;
  }
}
.offer .sign__title {
  font-size: 24px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .offer .sign__title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.contacts .contact__inner {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 32px;
  max-width: 820px;
  margin: 0 auto;
}
@media (width <= 768px) {
  .contacts .contact__inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.contacts .contact__title {
  margin-bottom: 60px;
}
@media (width <= 992px) {
  .contacts .contact__title {
    margin-bottom: 32px;
  }
}
.contacts .contact__box {
  max-width: 100%;
  padding: 35px 32px 24px;
}
@media (width <= 768px) {
  .contacts .contact__box {
    padding: 25px 12px 16px;
  }
}
.contacts .contact__box--wide {
  text-align: center;
  padding: 24px 32px;
  grid-column: 1/3;
}
@media (width <= 768px) {
  .contacts .contact__box--wide {
    grid-column: unset;
    padding: 26px 12px 16px;
  }
}
@media (width <= 768px) {
  .contacts .contact__box-title {
    max-width: 210px;
    text-align: left;
  }
}
.contacts .contact__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px 32px;
  max-width: 820px;
  margin: 60px auto 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (width <= 992px) {
  .contacts .contact__social {
    margin-top: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 16px;
  }
}
.contacts .contact__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  min-width: 142px;
  padding: 12px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid rgb(103, 0, 0);;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  color: rgb(103, 0, 0);;
  min-width: 180px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: background-color 0.3s;
}
@media (hover: hover) {
  .contacts .contact__social-link:hover {
    background-color: #ccd4e1;
  }
}
@media (width <= 992px) {
  .contacts .contact__social-link {
    width: 100%;
  }
}
.contacts .item__box-title {
  font-size: 20px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .contacts .item__box-title {
    font-size: 16px;
  }
}
.faq__title {
  margin-bottom: 32px;
}
@media (width <= 992px) {
  .faq__title {
    margin-bottom: 24px;
  }
}
@media (width <= 768px) {
  .faq__title {
    margin-bottom: 16px;
  }
}
.faq__item {
  border: 1px solid #ddd;
  border-radius: 12px;
  margin-bottom: 24px;
  overflow: hidden;
  -webkit-transition: border-color 0.3s;
  transition: border-color 0.3s;
}
@media (width <= 768px) {
  .faq__item {
    margin-bottom: 12px;
  }
}
@media (hover: hover) {
  .faq__item:hover .faq__icon {
    background-color: #ccd4e1;
  }
}
.faq__question {
  width: 100%;
  padding: 32px 32px 32px;
  font-size: 24px;
  height: 92px;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
  background: #fff;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0;
}
@media (width <= 768px) {
  .faq__question {
    padding: 12px 16px;
  }
}
.faq__question:focus {
  outline: none;
}
.faq__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 16px;
  height: 44px;
  width: 44px;
  border-radius: 8px;
  border: 1px solid rgb(103, 0, 0);;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.faq__icon-img {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.faq__item_active .faq__icon-img {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq__answer {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.faq__answer-inner {
  padding: 0 32px 24px;
  background: #fff;
}
@media (width <= 768px) {
  .faq__answer-inner {
    padding: 0 16px 16px;
  }
}
.faq__answer-text {
  font-size: 18px;
}
@media (width <= 768px) {
  .faq__answer-text {
    font-size: 14px;
  }
}
.page-404 {
  background-color: rgb(103, 0, 0);;
}
.section-404 {
  background: rgb(103, 0, 0); url("../img/bg/404-bg.webp") 0 0 / cover no-repeat;
  padding: 133px 0;
  height: 100%;
}
@media (width <= 992px) {
  .section-404 {
    background: rgb(103, 0, 0); url("../img/bg/404-bg-mob.webp") 0 0 / cover no-repeat;
  }
}
.block-404 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  row-gap: 32px;
}
.block-404__text {
  color: #fff;
}
.section-privacy {
  padding: 36px 0 80px;
}
@media (width <= 992px) {
  .section-privacy {
    padding: 36px 0 40px;
  }
}
.privacy {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  max-width: 1028px;
  margin: 0 auto;
  line-height: 1.4;
}
.privacy__title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 48px;
}
@media (width <= 992px) {
  .privacy__title {
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .privacy__title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.privacy__body-update {
  font-size: 16px;
  margin-bottom: 8px;
}
.privacy__body-text {
  font-size: 18px;
  margin-bottom: 32px;
}
@media (width <= 768px) {
  .privacy__body-text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.privacy__body-text--mb0 {
  margin-bottom: 0;
}
.privacy__body-paragraph {
  font-size: 20px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 30px;
}
@media (width <= 768px) {
  .privacy__body-paragraph {
    font-size: 16px;
  }
}
.privacy__body-paragraph::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2c2c2c;
}
.privacy__body-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .privacy__body-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.privacy__body-list {
  font-size: 18px;
  padding-left: 30px;
  margin-bottom: 32px;
}
.privacy__body-list--mb0 {
  margin-bottom: 0;
}
.privacy__body-list-item {
  list-style: disc;
}
.privacy__compare {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 32px;
  padding: 24px 32px;
  border: 1px solid #a7a7a7;
  border-radius: 24px;
  margin-bottom: 32px;
}
@media (width <= 768px) {
  .privacy__compare {
    row-gap: 16px;
    border: unset;
    padding: 0;
  }
}
.privacy__compare-name {
  display: none;
}
@media (width <= 768px) {
  .privacy__compare-name {
    display: block;
    color: rgb(103, 0, 0);;
    margin-bottom: 8px;
    font-size: 12px;
  }
}
.privacy__compare-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  color: #a7a7a7;
}
@media (width <= 768px) {
  .privacy__compare-top {
    display: none;
  }
}
.privacy__compare-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  padding-bottom: 16px;
  border-bottom: 1px solid #a7a7a7;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (width <= 768px) {
  .privacy__compare-cont {
    border-bottom: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 0;
  }
}
.privacy__compare-cont:last-child {
  padding-bottom: 0;
  border: unset;
}
.privacy__compare-cont-text {
  font-size: 20px;
  max-width: 573px;
}
@media (width <= 768px) {
  .privacy__compare-cont-text {
    max-width: 100%;
  }
}
.privacy__compare-cont-text--small {
  font-size: 18px;
  max-width: 359px;
}
@media (width <= 768px) {
  .privacy__compare-cont-text--small {
    font-size: 14px;
  }
}
@media (width <= 768px) {
  .privacy__compare-cont-text--big {
    padding-left: 10px;
    margin-bottom: 8px;
    font-size: 16px;
  }
}
@media (width <= 768px) {
  .privacy__compare-cont--types {
    border-bottom: 1px solid rgb(103, 0, 0);;
  }
}
.privacy__compare-cont--types .privacy__compare-cont-text {
  font-size: 18px;
  max-width: 430px;
}
.privacy__compare-cont--types .privacy__compare-cont-text:first-child {
  max-width: 111px;
}
@media (width <= 768px) {
  .privacy__compare-cont--types .privacy__compare-cont-text:first-child {
    max-width: 100%;
  }
}
.privacy__compare-cont--types .privacy__compare-cont-text:last-child {
  max-width: 359px;
}
@media (width <= 768px) {
  .privacy__compare-cont--types .privacy__compare-cont-text:last-child {
    max-width: 100%;
  }
}
@media (width <= 768px) {
  .privacy__compare-cont--types .privacy__compare-cont-text {
    margin-bottom: 16px;
    max-width: 100%;
    font-size: 16px;
  }
}
.conditions {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  max-width: 1028px;
  margin: 0 auto;
  line-height: 1.4;
}
.conditions__title {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  font-size: 48px;
  margin-bottom: 48px;
}
@media (width <= 992px) {
  .conditions__title {
    margin-bottom: 32px;
  }
}
@media (width <= 768px) {
  .conditions__title {
    font-size: 26px;
    margin-bottom: 24px;
  }
}
.conditions__body-text {
  font-size: 18px;
  margin-bottom: 32px;
}
@media (width <= 768px) {
  .conditions__body-text {
    font-size: 14px;
    margin-bottom: 24px;
  }
}
.conditions__body-text--mb0 {
  margin-bottom: 0;
}
.conditions__body-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1.3;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 500;
}
@media (width <= 768px) {
  .conditions__body-title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.sign-up {
  background-color: rgb(103, 0, 0);;
}
.section-sign-up {
  background-image: url("../img/bg/sign.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 100%;
}
@media (width <= 992px) {
  .forgot {
    padding: 60px 0 40px;
  }
}
.sign-page {
  background-color: rgb(103, 0, 0);;
}
.section-sign-page {
  background-image: url("../img/bg/sign.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  height: 100%;
}
@media (width <= 992px) {
  .section-sign-page {
    padding: 140px 0 100px;
    background-image: url("../img/bg/sign-mob.webp");
  }
}
.footer {
  background:rgb(103, 0, 0);
  min-height: 292px;
  position: relative;
  padding: 80px 0;
  color: #fff;
  overflow: hidden;
}
@media (width <= 992px) {
  .footer {
    padding: 60px 0 40px;
  }
}
.footer__logo {
  position: absolute;
  right: 0;
  top: 0;
}
.footer__logo--mb {
  display: none;
}
@media (width <= 992px) {
  .footer__logo--mb {
    display: block;
  }
}
@media (width <= 992px) {
  .footer__logo--desc {
    display: none;
  }
}
.footer__logo-main {
  margin-bottom: 8px;
  text-transform: uppercase;
  font-size: 32px;
  line-height: 1.2;
}
@media (width <= 992px) {
  .footer__logo-main {
    margin-bottom: 0;
  }
}
@media (width <= 768px) {
  .footer__logo-main {
    font-size: 22px;
  }
}
.footer__subtitle {
  margin-bottom: 32px;
}
@media (width <= 992px) {
  .footer__subtitle {
    margin-bottom: 0;
    white-space: nowrap;
  }
}
@media (width <= 992px) {
  .footer__name {
    width: 100%;
  }
}
.footer__name-top {
  max-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (width <= 992px) {
  .footer__name-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 100%;
    width: 100%;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
@media (width <= 600px) {
  .footer__social {
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.footer__social-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  padding: 10px;
  border-radius: 8px;
  width: 44px;
  aspect-ratio: 1/1;
}
.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 110px;
  -moz-column-gap: 110px;
  column-gap: 110px;
  position: relative;
  z-index: 2;
}
@media (width <= 1200px) {
  .footer__inner {
    -webkit-column-gap: 120px;
    -moz-column-gap: 120px;
    column-gap: 120px;
  }
}
@media (width <= 992px) {
  .footer__inner {
    display: block;
  }
}
.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  font-family: "Questrial", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.4;
}
@media (hover: hover) {
  .footer__menu-link:hover {
    opacity: 0.5;
  }
}
@media (width <= 1200px) {
  .footer__menu {
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
  }
}
@media (width <= 992px) {
  .footer__menu {
    font-size: 16px;
  }
}
.footer__menu:first-child {
  border-bottom: 1px solid #cbdfff;
  padding-bottom: 20px;
}
.footer__menu:last-child {
  padding-top: 20px;
}
@media (width <= 992px) {
  .footer__menu--desc {
    display: none;
  }
}
.footer__menu--mob {
  display: none;
}
.footer__menu--mob:first-child {
  border-bottom: unset;
}
@media (width <= 992px) {
  .footer__menu--mob:first-child {
    row-gap: 28px;
    padding: 36px 0 32px;
  }
}
@media (width <= 992px) {
  .footer__menu--mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer__menu-inner {
  max-width: 540px;
  width: 100%;
}
@media (width <= 1200px) {
  .footer__menu-inner {
    max-width: 460px;
  }
}
.hello-modal {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3.75rem 0rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.hello-modal._active {
  opacity: 1;
  visibility: visible;
}
.hello-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
.hello-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
.hello-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .hello-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.hello-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.hello-modal__text {
  color: #fff;
}
.hello-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.hello-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .hello-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.hello-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .hello-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.exit-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.25rem 0rem 3.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 47.9375em) {
  .exit-modal {
    padding: 3.75rem 0rem 1.25rem;
    top: unset;
    bottom: 0;
  }
}
.exit-modal._active {
  opacity: 1;
  visibility: visible;
}
.exit-modal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
@media (max-width: 47.9375em) {
  .exit-modal::before {
    bottom: unset;
    top: 0;
  }
}
.exit-modal::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
@media (max-width: 47.9375em) {
  .exit-modal::after {
    bottom: unset;
    top: 50%;
  }
}
.exit-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .exit-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.exit-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.exit-modal__text {
  color: #fff;
}
.exit-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.exit-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .exit-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.exit-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .exit-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.back-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.25rem 0rem 3.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (max-width: 47.9375em) {
  .back-modal {
    padding: 3.75rem 0rem 1.25rem;
    top: unset;
    bottom: 0;
  }
}
.back-modal._active {
  opacity: 1;
  visibility: visible;
}
.back-modal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
@media (max-width: 47.9375em) {
  .back-modal::before {
    bottom: unset;
    top: 0;
  }
}
.back-modal::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
@media (max-width: 47.9375em) {
  .back-modal::after {
    bottom: unset;
    top: 50%;
  }
}
.back-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .back-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.back-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.back-modal__text {
  color: #fff;
}
.back-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.back-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .back-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.back-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .back-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.activity-modal {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  padding: 1.25rem 0rem 3.75rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.activity-modal._active {
  opacity: 1;
  visibility: visible;
}
.activity-modal::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
.activity-modal::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
.activity-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .activity-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.activity-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.activity-modal__text {
  color: #fff;
}
.activity-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.activity-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .activity-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.activity-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .activity-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
.scroll-modal {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 3.75rem 0rem 1.25rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.scroll-modal._active {
  opacity: 1;
  visibility: visible;
}
.scroll-modal::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: calc(100% + 31.25rem);
  height: 18.0625rem;
  border-radius: 50%;
  background: #000;
  -webkit-box-shadow: 0px 0px 50px 0px #00ff15;
  box-shadow: 0px 0px 50px 0px #00ff15;
  z-index: -1;
  -webkit-filter: blur(2.5px);
  filter: blur(2.5px);
}
.scroll-modal::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 50%;
  background: #000;
  z-index: -1;
}
.scroll-modal__body {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 1.5rem;
  padding: 0px 1.875rem;
}
@media (max-width: 47.9375em) {
  .scroll-modal__body {
    grid-template-columns: 1fr;
    padding: 0px 0rem;
  }
}
.scroll-modal__title {
  color: #fff !important;
  text-transform: uppercase;
  margin: 0px 0px 0.5rem 0px;
}
.scroll-modal__text {
  color: #fff;
}
.scroll-modal__actions {
  display: grid;
  gap: 0.625rem;
}
.scroll-modal__link {
  min-width: 11.25rem;
  background: #00b517;
  color: #fff !important;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .scroll-modal__link:hover {
    background: #00b517;
    opacity: 0.9;
  }
}
.scroll-modal__close {
  min-width: 11.25rem;
  background: #000;
  color: #00b517 !important;
  text-transform: uppercase;
  border-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media (any-hover: hover) {
  .scroll-modal__close:hover {
    background: #000;
    opacity: 0.9;
  }
}
