@charset "UTF-8";
/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable value-keyword-case */
:root {
  --font-family: "Manrope", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --third-family: "Inter", sans-serif;
  --font3: "Nunito Sans", sans-serif;
  --font4: "Arial", sans-serif;
  --font5: "MuseoModerno", sans-serif;
  --content-width: 1140px;
  --container-offset: 12px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --white: #fff;
  --light: #f3f1fb;
  --violet-light: #e1e1ff;
  --violet-1: #6a47f7;
  --violet-2: #5b56bd;
  --vilet-dark: #3e348b;
  --orange-1: #f35b05;
  --orange-2: #f28801;
  --yellow: #f8b801;
  --error: #f02648;
  --succes: #17b452;
  --text-black: #212121;
  --text-gray: #8a8894;
  --text-light-gray: #c9c8d3;
  --text-gray-1: #89859d;
  --text-light-grey: #e3e2ed;
  --text-disabled: #c5c0db;
  --bg-grey: #eff2f9;
  --transition-ui-time: 0.3s;
  --transition-ui-ease: ease;
}

h1,
.headline-1 {
  margin: 0;
  font-size: 44px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text-black);
}
h1--white,
.headline-1--white {
  color: var(--white);
}

h2,
.headline-2 {
  margin: 0;
  font-size: 34px;
  line-height: 1.2;
  font-weight: 700;
  color: var(--text-black);
}
h2--white,
.headline-2--white {
  color: var(--white);
}
@media (max-width: 1024px) {
  h2,
  .headline-2 {
    font-size: 24px;
  }
}

h3,
.headline-3 {
  margin: 0;
  font-size: 28px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--text-black);
}
h3--white,
.headline-3--white {
  color: var(--white);
}

h4,
.headline-4 {
  margin: 0;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  color: var(--text-black);
}
h4--white,
.headline-4--white {
  color: var(--white);
}

h5,
.headline-5 {
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--text-black);
}
h5--white,
.headline-5--white {
  color: var(--white);
}
@media (max-width: 800px) {
  h5,
  .headline-5 {
    font-size: 18px;
  }
}
@media (max-width: 600px) {
  h5,
  .headline-5 {
    font-size: 16px;
  }
}

h6,
.headline-6 {
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--text-black);
}
h6--white,
.headline-6--white {
  color: var(--white);
}

.subtitle-1 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text-black);
}
.subtitle-1--white {
  color: var(--white);
}
@media (max-width: 600px) {
  .subtitle-1 {
    font-size: 14px;
  }
}

.subtitle-2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text-black);
}
.subtitle-2--white {
  color: var(--white);
}

.body-1 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-black);
}
.body-1--white {
  color: var(--white);
}

.body-2 {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-black);
}
.body-2--white {
  color: var(--white);
}

.body-s {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-black);
}
.body-s--white {
  color: var(--white);
}

.body-xs {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-black);
}
.body-xs--white {
  color: var(--white);
}

.button-18 {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  color: var(--text-black);
}
.button-18--white {
  color: var(--white);
}
@media (max-width: 600px) {
  .button-18 {
    font-size: 16px;
  }
}

.text-1 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-black);
}
.text-1--white {
  color: var(--white);
}
@media (max-width: 600px) {
  .text-1 {
    font-size: 14px;
  }
}

.text-2 {
  margin: 0;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--text-black);
}
.text-2--white {
  color: var(--white);
}

.btn {
  border: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 12px;
  background-size: 100% 100%;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 12px;
  line-height: 130%;
  color: var(--white);
  -webkit-transition: var(--transition-ui-time) var(--transition-ui-ease);
  transition: var(--transition-ui-time) var(--transition-ui-ease);
}
.btn svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5px;
  width: 24px;
  height: 24px;
}
.btn--medium {
  padding: 15px 37px;
  font-size: 14px;
}
.btn--big {
  padding: 21px 26px;
  font-size: 16px;
}

.btn--primary {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#f28801),
    to(#eb6317)
  );
  background-image: linear-gradient(90deg, #f28801 0%, #eb6317 100%);
}
@media (any-hover: hover) {
  .btn--primary:hover {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(var(--orange-1)),
      to(var(--orange-1))
    );
    background-image: linear-gradient(
      to right,
      var(--orange-1),
      var(--orange-1)
    );
  }
}

.btn--sec {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#7778ee),
    to(#9747ff)
  );
  background-image: linear-gradient(90deg, #7778ee 0%, #9747ff 100%);
}
@media (any-hover: hover) {
  .btn--sec:hover {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(var(--violet-1)),
      to(var(--violet-1))
    );
    background-image: linear-gradient(
      to right,
      var(--violet-1),
      var(--violet-1)
    );
  }
}

.btn--stroke {
  background-image: none;
  background-color: #fff;
  border: 1px solid var(--violet-2);
  color: var(--violet-2);
}
@media (any-hover: hover) {
  .btn--stroke:hover {
    color: var(--white);
    background-color: var(--violet-1);
  }
}

.btn--blue {
  background-image: none;
  background-color: #008ad7;
}
@media (any-hover: hover) {
  .btn--blue:hover {
    color: var(--white);
    background-color: #0177b6;
  }
}

.btn--money {
  -webkit-box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05),
    0 16px 32px -4px rgba(12, 12, 13, 0.1);
  box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05),
    0 16px 32px -4px rgba(12, 12, 13, 0.1);
  background-image: linear-gradient(145deg, #f8d301 0%, #f8b801 100%);
  color: var(--text-black);
  position: relative;
  padding-right: 106px;
  padding-left: 42px;
}
@media (any-hover: hover) {
  .btn--money:hover {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f4bc1a),
      to(#f4bc1a)
    );
    background-image: linear-gradient(to right, #f4bc1a, #f4bc1a);
  }
}
.btn--money::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 76px;
  aspect-ratio: 1/1;
  background-image: url("./../img/money.webp");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.btn--money.btn--big {
  padding-right: 120px;
  padding-left: 18px;
}
.btn--money.btn--big::after {
  width: 85px;
}

.btn-square {
  border: none;
  padding: 0;
  cursor: pointer;
  width: 48px;
  aspect-ratio: 1/1;
  border: 0.83px solid var(--violet-1);
  border-radius: 12px;
  padding: 8px;
  background-color: var(--white);
  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;
  color: var(--violet-1);
  -webkit-transition: var(--transition-ui-time) var(--transition-ui-ease);
  transition: var(--transition-ui-time) var(--transition-ui-ease);
}
.btn-square svg {
  display: block;
  width: 18px;
  aspect-ratio: 1/1;
  fill: none;
  stroke: currentColor;
}
@media (any-hover: hover) {
  .btn-square:hover {
    color: var(--white);
    background-color: var(--violet-1);
  }
}

.logo {
  display: block;
  width: 204px;
  height: 28px;
}
@media (max-width: 576px) {
  .logo {
    width: 160px;
    height: 22px;
  }
}
.logo svg,
.logo img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.link-soc {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 100%;
  font-family: var(--third-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  color: var(--white);
}
@media (max-width: 600px) {
  .link-soc {
    width: 85px;
    padding: 8px;
    border-radius: 62px;
  }
}
.link-soc svg {
  width: 20px;
  height: 20px;
  fill: var(--white);
}
.link-soc--tg {
  background-color: #09e;
}
.link-soc--whatsapp {
  background-color: #24cc63;
}
.link-soc--full {
  padding: 20px 56px;
  height: unset;
  width: unset;
  border-radius: 12px;
}
.link-soc--full svg {
  width: 24px;
  height: 24px;
}

.before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.before::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.before--house::before {
  background-image: url("./../img/req/01.svg");
}
.before--coins::before {
  background-image: url("./../img/req/02.svg");
}
.before--list::before {
  background-image: url("./../img/req/03.svg");
}

.breadcrumbs {
  padding: 24px 0;
}
@media (max-width: 600px) {
  .breadcrumbs {
    padding: 16px 0;
  }
}
.breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  text-align: right;
  color: var(--text-gray-1);
}
.breadcrumbs span a {
  color: inherit;
}
.breadcrumbs span > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breadcrumbs span > span:not(:last-child)::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./../img/arr-right.svg");
  background-size: 40% 40%;
  background-position: center;
  background-repeat: no-repeat;
}

.tablet-disable {
  display: block;
}
@media (max-width: 1024px) {
  .tablet-disable {
    display: none;
  }
}

.tablet-enable {
  display: none;
}
@media (max-width: 1024px) {
  .tablet-enable {
    display: block;
  }
}

.small-tablet-disable {
  display: block;
}
@media (max-width: 800px) {
  .small-tablet-disable {
    display: none;
  }
}

.small-tablet-enable {
  display: none;
}
@media (max-width: 800px) {
  .small-tablet-enable {
    display: block;
  }
}

.mob-disable {
  display: block;
}
@media (max-width: 600px) {
  .mob-disable {
    display: none;
  }
}

.mob-enable {
  display: none;
}
@media (max-width: 600px) {
  .mob-enable {
    display: block;
  }
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/../fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/../fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/../fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/../fonts/Manrope-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/../fonts/Montserrat-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "MuseoModerno";
  src: url("../fonts/../fonts/MuseoModerno-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/../fonts/NunitoSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("../fonts/../fonts/NunitoSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  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;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.site-container {
  min-height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.is-hidden {
  display: none !important; /* stylelint-disable-line declaration-no-important */
}

.btn-reset {
  border: none;
  padding: 0;
  background-color: transparent;
  cursor: pointer;
}

.list-reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.input-reset {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: #fff;
}
.input-reset::-webkit-search-decoration,
.input-reset::-webkit-search-cancel-button,
.input-reset::-webkit-search-results-button,
.input-reset::-webkit-search-results-decoration {
  display: none;
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  margin: -1px;
  border: 0;
  padding: 0;
  width: 1px;
  height: 1px;
  clip: rect(0 0 0 0);
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}

.centered {
  text-align: center;
}

.dis-scroll {
  position: fixed;
  left: 0;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -ms-scroll-chaining: none;
  overscroll-behavior: none;
}

.page--ios .dis-scroll {
  position: relative;
}

.mob-sticky {
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}

.mb4 {
  margin-bottom: 4px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb16 {
  margin-bottom: 16px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb32 {
  margin-bottom: 32px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb48 {
  margin-bottom: 48px;
}

.mb56 {
  margin-bottom: 56px;
}

.mb64 {
  margin-bottom: 64px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.mb160 {
  margin-bottom: 160px;
}

@media (max-width: 800px) {
  .mob-mb4 {
    margin-bottom: 4px;
  }
  .mob-mb8 {
    margin-bottom: 8px;
  }
  .mob-mb12 {
    margin-bottom: 12px;
  }
  .mob-mb16 {
    margin-bottom: 16px;
  }
  .mob-mb24 {
    margin-bottom: 24px;
  }
  .mob-mb32 {
    margin-bottom: 32px;
  }
  .mob-mb40 {
    margin-bottom: 40px;
  }
  .mob-mb48 {
    margin-bottom: 48px;
  }
  .mob-mb56 {
    margin-bottom: 56px;
  }
  .mob-mb64 {
    margin-bottom: 64px;
  }
  .mob-mb80 {
    margin-bottom: 80px;
  }
  .mob-mb120 {
    margin-bottom: 120px;
  }
}
.header {
  padding: 18px 0;
  background-color: #fff;
}
.header__container {
  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;
}
.header--sec {
  background-color: var(--bg-grey);
  border-radius: 0 0 20px 20px;
}

.footer {
  padding: 48px 0;
  background: var(--bg-grey);
  border-radius: 30px 30px 0 0;
}
@media (max-width: 800px) {
  .footer {
    padding: 32px 0;
  }
}
.footer__row:not(:last-child) {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid var(--text-disabled);
}
.footer__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__nav ul li {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  color: var(--vilet-dark);
  -webkit-transition: var(--transition-ui-time) var(--transition-ui-ease);
  transition: var(--transition-ui-time) var(--transition-ui-ease);
}
.footer__nav ul li:not(:last-child) {
  margin-bottom: 16px;
}
.footer__nav ul li a {
  color: inherit;
}
@media (any-hover: hover) {
  .footer__nav ul li:hover {
    color: var(--violet-1);
  }
}
.footer__desc {
  color: var(--vilet-dark);
}
.footer__capture {
  margin: 0;
  margin-bottom: 18px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--vilet-dark);
}
.footer__capture a {
  color: inherit;
}

.footer-main__nav:not(:last-child) {
  margin-bottom: 48px;
}
.footer-main__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  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;
  gap: 20px;
}
@media (max-width: 800px) {
  .footer-main__nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 16px;
  }
}
.footer-main__nav ul li {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--vilet-dark);
  -webkit-transition: var(--transition-ui-time) var(--transition-ui-ease);
  transition: var(--transition-ui-time) var(--transition-ui-ease);
}
.footer-main__nav ul li a {
  color: inherit;
}
@media (any-hover: hover) {
  .footer-main__nav ul li:hover {
    color: var(--violet-1);
  }
}
.footer-main__mid {
  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;
  gap: 20px;
}
.footer-main__mid:not(:last-child) {
  margin-bottom: 48px;
}
@media (max-width: 600px) {
  .footer-main__mid:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (max-width: 800px) {
  .footer-main__mid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.footer-main__bottom {
  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;
}
@media (max-width: 600px) {
  .footer-main__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.footer-main__bottom small {
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  color: var(--vilet-dark);
}
.footer-main__bottom small a {
  color: inherit;
}
.footer-main__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media (max-width: 600px) {
  .footer-main__right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    gap: 6px;
  }
}
.footer-main__right p {
  margin: 0;
  max-width: 125px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--vilet-dark);
}
@media (max-width: 600px) {
  .footer-main__right p {
    width: 100%;
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 6px;
  }
}
.footer-main__sot {
  max-width: 405px;
  margin: 0;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  color: var(--vilet-dark);
}
.footer-main__sot a {
  color: inherit;
}

.faq__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  .faq__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media (max-width: 800px) {
  .faq__title {
    text-align: center;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media (max-width: 800px) {
  .faq__items {
    margin-bottom: 32px;
  }
}
.faq__row:not(:last-child) {
  margin-bottom: 16px;
}
.faq__title {
  max-width: 465px;
}
@media (max-width: 800px) {
  .faq__title {
    max-width: 100%;
  }
}
.faq__item:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .faq__link {
    width: 100%;
  }
}

.faq-item {
  padding: 24px;
  border: 1px solid var(--text-light-grey);
  border-radius: 16px;
}
@media (max-width: 800px) {
  .faq-item {
    padding: 16px;
  }
}
.faq-item__header {
  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;
}
@media (max-width: 800px) {
  .faq-item__header {
    gap: 20px;
  }
}
.faq-item__btn {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .faq-item__btn {
    width: 24px;
    height: 24px;
  }
}
.faq-item__btn svg {
  display: block;
  width: 100%;
  height: 100%;
}
.faq-item__btn svg .hide-line {
  -webkit-transition: opacity var(--transition-ui-time)
    var(--transition-ui-ease);
  transition: opacity var(--transition-ui-time) var(--transition-ui-ease);
}
.faq-item__btn.active svg .hide-line {
  opacity: 0;
}
.faq-item__title {
  font-weight: 700;
  line-height: 1.3;
}
.faq-item__body {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  max-height: 0;
  -webkit-transition: max-height var(--transition-ui-time)
    var(--transition-ui-ease);
  transition: max-height var(--transition-ui-time) var(--transition-ui-ease);
  will-change: max-height;
  overflow: hidden;
}
.faq-item__body p {
  margin: 0;
}
.faq-item__body p:first-child {
  padding-top: 16px;
}
@media (max-width: 800px) {
  .faq-item__body p:first-child {
    padding-top: 12px;
  }
}

.loan {
  width: 100%;
  max-width: 528px;
  background-color: var(--white);
  border-radius: 14px;
  padding: 32px;
}
@media (max-width: 1024px) {
  .loan {
    max-width: 50%;
  }
}
@media (max-width: 800px) {
  .loan {
    max-width: 100%;
    padding: 24px;
  }
}
.loan__row {
  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;
}
@media (max-width: 600px) {
  .loan__row {
    -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;
    gap: 8px;
  }
}

.loan__subtitle {
  line-height: 130%;
  color: var(--text-black);
}

.loan__amount {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-align: right;
  color: var(--orange-1);
}
@media (max-width: 600px) {
  .loan__amount {
    font-size: 20px;
  }
}

.loan__slider-container {
  position: relative;
}

.loan__slider {
  -webkit-appearance: none;
  width: 100%;
  height: 11px;
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(25%, #7778ee),
    color-stop(50%, #6a47f7),
    color-stop(50%, #e6e8f0)
  );
  background: linear-gradient(to right, #7778ee 25%, #6a47f7 50%, #e6e8f0 50%);
  outline: none;
}

.loan__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #7b68ee;
  cursor: pointer;
  border: 2px solid white;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.loan__slider::-moz-range-thumb {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #7b68ee;
  cursor: pointer;
  border: 2px solid white;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.loan__slider-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: var(--text-gray);
  font-size: 14px;
  line-height: 1.5;
}

/* Button */
.loan__button {
  width: 100%;
  height: 62px;
}

/* Footer */
.loan__disclaimer {
  color: var(--vilet-dark);
}

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

.loan__avatars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 12px;
}

.loan__avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 2px solid white;
  margin-left: -8px;
  -o-object-fit: cover;
  object-fit: cover;
}

.loan__avatar:first-child {
  margin-left: 0;
}

.loan__credits-text {
  color: var(--vilet-dark);
}
.loan__credits-text span {
  font-weight: 500;
}

.form-field {
  position: relative;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}

@media (max-width: 1024px) {
  .form-field {
    margin-bottom: 16px;
  }
}

.form-btn {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.form-agree__checkbox {
  width: 26px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border: 1px solid var(--violet-1);
  border-radius: 8px;
  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;
  cursor: pointer;
}
.form-agree__checkbox::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("./../img/check.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
}
.form-agree__text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--vilet-dark);
}
.form-agree__text a {
  color: inherit;
  text-decoration: underline;
}
.form-agree input:checked ~ .form-agree__checkbox {
  background-color: var(--violet-1);
}
.form-agree input:checked ~ .form-agree__checkbox::after {
  opacity: 1;
}

.form-field__input {
  width: 100%;
  height: 60px;
  padding: 20px 16px 10px 16px;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  background-color: #f8f9fa;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.form-field__input.error {
  border-color: var(--error) !important;
}
.form-field-error-label {
  margin-top: 4px;
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  color: var(--error);
}
.form-field__input--area {
  height: 170px;
  resize: none;
}
.form-field__input--area ~ .form-field__label {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 12px;
}

.form-field__input[type="tel"] {
  padding-left: 60px;
}
.form-field__input[type="tel"] ~ .form-field__label {
  padding-left: 40px;
}

.form-field--focused .form-field__prefix {
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
}
.form-field--focused .form-field__separator {
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
}
.form-field--focused .form-field__input[type="tel"] ~ .form-field__label {
  padding-left: 0;
}

.form-field__input:focus {
  border-color: #7b61ff;
  background-color: #fff;
  outline: none;
}

.form-field__prefix {
  position: absolute;
  left: 16px;
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-gray-1);
  z-index: 2;
  line-height: 1;
  -webkit-transition: var(--transition-ui-time) var(--transition-ui-ease);
  transition: var(--transition-ui-time) var(--transition-ui-ease);
}

.form-field__label {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-gray-1);
  pointer-events: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.form-field__input:not(:-moz-placeholder-shown) ~ .form-field__label {
  top: 8px;
  transform: translateY(0);
  left: 16px;
  font-size: 11px;
  padding-left: 0;
}

.form-field__input:not(:-ms-input-placeholder) ~ .form-field__label {
  top: 8px;
  -ms-transform: translateY(0);
  transform: translateY(0);
  left: 16px;
  font-size: 11px;
  padding-left: 0;
}

.form-field__input:focus ~ .form-field__label,
.form-field__input:not(:placeholder-shown) ~ .form-field__label {
  top: 8px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  left: 16px;
  font-size: 11px;
  padding-left: 0;
}
.form-field__input:not(:-moz-placeholder-shown) ~ .form-field__label span {
  display: none;
}
.form-field__input:not(:-ms-input-placeholder) ~ .form-field__label span {
  display: none;
}
.form-field__input:focus ~ .form-field__label span,
.form-field__input:not(:placeholder-shown) ~ .form-field__label span {
  display: none;
}

.form-field__input:focus ~ .form-field__prefix {
  -webkit-transform: translateY(80%);
  -ms-transform: translateY(80%);
  transform: translateY(80%);
}

.form-field__input::-webkit-input-placeholder {
  color: transparent;
}

.form-field__input::-moz-placeholder {
  color: transparent;
}

.form-field__input:-ms-input-placeholder {
  color: transparent;
}

.form-field__input::-ms-input-placeholder {
  color: transparent;
}

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

.form-field--default .form-field__input {
  color: #a0a0a0;
}

.form-field--focused .form-field__input {
  background-color: #fff;
}

.form-field--focused .form-field__label {
  top: 8px;
  font-size: 11px;
}
.form-field--focused .form-field__label span {
  display: none;
}

.form-field--es .form-field__label {
  font-size: 11px;
}

.form-area__limit {
  text-align: right;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  text-align: right;
  color: #8e99aa;
}

.pagination ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagination ul li {
  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-transition: var(--transition-ui-time) var(--transition-ui-ease);
  transition: var(--transition-ui-time) var(--transition-ui-ease);
}
.pagination ul li svg {
  display: block;
  width: 24px;
  height: 24px;
  stroke: currentColor;
}
.pagination ul li a,
.pagination ul li span {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 7.5px 19px;
  gap: 2px;
  color: inherit;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--text-black);
}
@media (any-hover: hover) {
  .pagination ul li:hover a,
  .pagination ul li:hover span {
    background-color: var(--violet-light);
  }
}
.pagination ul li span.current {
  background-color: var(--violet-1);
  color: var(--white);
}
.pagination ul li:first-child a,
.pagination ul li:last-child a {
  padding: 7.5px 12px;
}
.pagination ul li:first-child {
  margin-right: auto;
}
.pagination ul li:first-child a {
  padding-left: 6px;
}
.pagination ul li:last-child {
  margin-left: auto;
}
.pagination ul li:last-child a {
  padding-right: 6px;
}

.phone-input {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-width: 400px;
}

.phone-input__field {
  width: 100%;
  height: 56px;
  padding: 0 16px 0 80px;
  font-size: 16px;
  border: 1px solid #e6e8ec;
  border-radius: 8px;
  background-color: #f8f9fa;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, background-color 0.2s ease;
  line-height: 56px;
}

.phone-input__label {
  position: absolute;
  left: 80px; /* Начальное положение */
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #a0a0a0;
  pointer-events: none;
  -webkit-transition: 0.2s ease all;
  transition: 0.2s ease all;
  font-size: 16px;
  z-index: 1;
}

.phone-input__prefix {
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--text-gray-1);
  z-index: 2;
  line-height: 1;
  -webkit-transition: var(--transition-ui-time) var(--transition-ui-ease);
  transition: var(--transition-ui-time) var(--transition-ui-ease);
}

/* Эффект поднятия лейбла при фокусе - лейбл смещается влево */
.phone-input__field:not(:-moz-placeholder-shown) ~ .phone-input__label {
  top: 12px;
  left: 16px; /* Прижимаем к левому краю при фокусе */
  font-size: 12px;
  transform: translateY(0);
  color: #7b61ff;
}
.phone-input__field:not(:-ms-input-placeholder) ~ .phone-input__label {
  top: 12px;
  left: 16px; /* Прижимаем к левому краю при фокусе */
  font-size: 12px;
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #7b61ff;
}
.phone-input__field:focus ~ .phone-input__label,
.phone-input__field:not(:placeholder-shown) ~ .phone-input__label,
.phone-input--has-value .phone-input__label {
  top: 12px;
  left: 16px; /* Прижимаем к левому краю при фокусе */
  font-size: 12px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #7b61ff;
}

/* Активное состояние (focused) */
.phone-input__field:focus {
  outline: none;
  border-color: #7b61ff;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 0 2px rgba(123, 97, 255, 0.1);
  box-shadow: 0 0 0 2px rgba(123, 97, 255, 0.1);
}

/* Делаем placeholder прозрачным */
.phone-input__field::-webkit-input-placeholder {
  color: transparent;
}
.phone-input__field::-moz-placeholder {
  color: transparent;
}
.phone-input__field:-ms-input-placeholder {
  color: transparent;
}
.phone-input__field::-ms-input-placeholder {
  color: transparent;
}
.phone-input__field::placeholder {
  color: transparent;
}

/* Для демонстрации "focused" состояния */
.phone-input--focused .phone-input__field {
  border-color: #7b61ff;
  background-color: #ffffff;
}

.phone-input--focused .phone-input__label {
  top: 12px;
  left: 16px; /* Прижимаем к левому краю */
  font-size: 12px;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #7b61ff;
}

/* Дополнительные стили */
.separator {
  height: 1px;
  background-color: #e6e8ec;
  margin: 30px 0;
}

.state-title {
  color: #666;
  margin-bottom: 10px;
  font-weight: 500;
}

.testi-item {
  padding: 16px;
  border: 1px solid var(--text-light-grey);
  border-radius: 16px;
  background-color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.testi-item__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  margin-bottom: 18px;
}
.testi-item__date {
  display: block;
  margin-top: auto;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  color: var(--text-gray-1);
}
.testi-item__img {
  display: flex;
  width: 48px;
  height: 48px;
  overflow: hidden;
  border-radius: 100%;
    justify-content: center;
    align-items: center;
}
.testi-item__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.testi-item__name {
  margin: 0;
  margin-bottom: 6px;
  font-weight: 500;
  line-height: 130%;
  color: var(--text-black);
}
.testi-item__answer {
  padding: 16px;
  border-radius: 14px;
  background-color: var(--bg-grey);
}
.testi-item__answer:not(:last-child) {
  margin-bottom: 16px;
}
.testi-item__answer span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: var(--text-gray-1);
}
.testi-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
}
.testi-item__rating svg {
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  fill: var(--text-disabled);
}
.testi-item__rating svg.active {
  fill: var(--orange-2);
}
.testi-item__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-weight: 500;
  line-height: 130%;
  color: var(--violet-1);
  cursor: pointer;
}
.testi-item__more svg {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  stroke: currentColor;
  -webkit-transition: -webkit-transform var(--transition-ui-time)
    var(--transition-ui-ease);
  transition: -webkit-transform var(--transition-ui-time)
    var(--transition-ui-ease);
  transition: transform var(--transition-ui-time) var(--transition-ui-ease);
  transition: transform var(--transition-ui-time) var(--transition-ui-ease),
    -webkit-transform var(--transition-ui-time) var(--transition-ui-ease);
}
.testi-item__body p {
  margin: 0;
}
.testi-item__body:not(:last-child) {
  margin-bottom: 20px;
}
.testi-item.expanded .testi-item__more svg {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}

.hero__container {
  padding: 30px 32px;
  border-radius: 24px;
  background-image: var(--bg-img), url("./../img/snake-hero.svg"),
    linear-gradient(41deg, #d6d6ff 0%, #9b9cf6 100%);
  background-size: contain, 70% 100%, cover;
  background-repeat: no-repeat;
  background-position: calc(100% - 30px) 100%, right, center;
}
@media (max-width: 1024px) {
  .hero__container {
    background-position: 110% 100%, center;
  }
}
@media (max-width: 800px) {
  .hero__container {
    padding: var(--container-offset);
    padding-top: 300px;
    background-size: 60% auto, cover, cover;
    background-position: top;
    margin: 0 calc(-1 * var(--container-offset));
  }
}
@media (max-width: 600px) {
  .hero__container {
    padding-top: 60%;
    background-size: 100% auto, cover;
    background-position: 0% -30px, center;
  }
}

.get-credit__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  counter-reset: counter;
}
@media (max-width: 1024px) {
  .get-credit__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.get-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 20px;
  counter-increment: counter;
  padding: 24px;
  border-radius: 14px;
  background-color: var(--bg-grey);
}
.get-item::before {
  content: counter(counter);
  background-image: url("./../img/shield.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9.5px;
  color: var(--white);
  line-height: 1;
  font-size: 14px;
  font-weight: 700;
}
.get-item__text {
  letter-spacing: -0.02em;
}

.benefits__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  .benefits__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 8px;
  }
}

.ben-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 32px;
  border-radius: 14px;
}
@media (max-width: 1024px) {
  .ben-item {
    padding: 24px 16px;
  }
}
.ben-item:nth-child(4n + 1) {
  background-color: #ebffdb;
}
.ben-item:nth-child(4n + 2) {
  background-color: #e8e8ff;
}
.ben-item:nth-child(4n + 3) {
  background-color: #fff3cf;
}
.ben-item:nth-child(4n + 4) {
  background-color: #e7f5ff;
}
.ben-item__title {
  font-weight: 700;
  line-height: 1.3;
}
.ben-item__img {
  width: 146px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .ben-item__img {
    width: 100px;
  }
}
@media (max-width: 600px) {
  .ben-item__img {
    width: 82px;
  }
}

.rating {
  --star-size: 24px;
  --star-color: var(--yellow);
  --star-background: #ddd;
  display: inline-block;
  font-size: var(--star-size);
  position: relative;
}

.rating-link {
  line-height: 1.3;
  text-align: right;
}

.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #ddd; /* Цвет незаполненных звезд */
}

.rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.rating-fill {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  overflow: hidden;
  white-space: nowrap;
  color: var(--yellow);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--star-color)),
    color-stop(var(--star-color)),
    to(var(--star-background))
  );
  background: linear-gradient(
    to right,
    var(--star-color) 0%,
    var(--star-color) var(--percent),
    var(--star-background) var(--percent)
  );
  -webkit-background-clip: text;
  background-clip: text;
}

.star {
  padding: 2px;
}

.rating-value {
  font-family: var(--third-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #5c6065;
}

.google-review {
  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;
  gap: 70px;
  padding: 14px 16px;
  border: 1px solid var(--text-light-grey);
  border-radius: 12px;
}
.google-review__img {
  height: 24px;
  width: auto;
}
.google-review__img img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.google-review__rate {
  text-align: right;
}

.testi-sec__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 800px) {
  .testi-sec__row {
    -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;
    gap: 0;
  }
}
.testi-sec__slide {
  height: auto;
}

.control {
  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;
  gap: 20px;
}
.control__btn {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.control__btn svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #3e348b;
  stroke-width: 2px;
  fill: none;
}
.control__btn.swiper-button-disabled {
  cursor: default;
}
.control__btn--next {
  -webkit-transform: rotateZ(180deg);
  -ms-transform: rotate(180deg);
  transform: rotateZ(180deg);
}
.control__pagination {
  position: static;
  width: auto;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--text-gray-1);
}

.banner__container {
  padding: 49px 92px;
  padding-top: 15px;
  padding-right: 150px;
  border-radius: 24px;
  background-image: url("./../img/snake-orange.webp"),
    linear-gradient(162deg, #f28801 0%, #f35b05 100%);
  background-size: auto 100%, cover;
  background-position: right, center;
  background-repeat: no-repeat;
  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;
  gap: 20px;
}
@media (max-width: 1024px) {
  .banner__container {
    padding: 20px 30px;
  }
}
@media (max-width: 600px) {
  .banner__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    text-align: center;
    padding: 16px;
    background-image: url("./../img/snake-orange-mob.svg"),
      linear-gradient(162deg, #f28801 0%, #f35b05 100%);
    background-size: 100% auto, cover;
    background-position: 0% -20%, center;
  }
}
.banner__content {
  max-width: 440px;
}
@media (max-width: 600px) {
  .banner__content {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .banner__title {
    font-size: 28px;
  }
}
.banner__img {
  width: 327px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  .banner__img {
    width: 226px;
  }
}
.banner__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.banner__btn {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 600px) {
  .banner__btn {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.req__container {
  background-color: var(--bg-grey);
  padding: 36px 97px;
  border-radius: 24px;
  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;
  gap: 20px;
}
@media (max-width: 1024px) {
  .req__container {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media (max-width: 1024px) {
  .req__title {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media (max-width: 600px) {
  .req__title {
    text-align: left;
  }
}
.req__left {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 1024px) {
  .req__left {
    max-width: 100%;
  }
}
.req__right {
  width: 100%;
  max-width: 460px;
}
@media (max-width: 1024px) {
  .req__right {
    max-width: 100%;
  }
}
.req__btn {
  width: 100%;
}
@media (max-width: 1024px) {
  .req__items {
    margin-bottom: 32px;
  }
}
.req__item:not(:last-child) {
  margin-bottom: 20px;
}

.req-item {
  padding: 24px;
  border-radius: 16px;
  background-color: var(--white);
}
.req-item__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 16px;
}
.req-item__item:not(:last-child) {
  margin-bottom: 16px;
}
.req-item__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.req-item__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.req-item__title {
  font-weight: 700;
  line-height: 1.2;
}

.sign-up {
  padding-top: 48px;
}
@media (max-width: 1024px) {
  .sign-up {
    padding-top: 32px;
  }
}
.sign-up__container {
  max-width: calc(560px + var(--container-offset));
  padding: 0 var(--container-offset);
  margin: 0 auto;
}
.sign-up__desc {
  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;
  gap: 8px;
  color: var(--text-gray-1);
}
.sign-up__desc span {
  display: inline-block;
  background-color: var(--violet-1);
  padding: 3px 10px;
  border-radius: 12px;
  color: var(--white);
}

.showcase-item {
  border: 1px solid var(--text-light-grey);
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
}
.showcase-item__top {
  padding: 12px;
  border-radius: 14px 14px 0 0;
  background: var(--violet-1);
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  color: var(--white);
}
.showcase-item__body {
  padding: 16px;
}
.showcase-item__logo {
  display: block;
  height: 28px;
  width: auto;
}
.showcase-item__logo img {
  display: block;
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.showcase-item__rating {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--text-gray-1);
}
.showcase-item__list {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--text-gray-1);
}
.showcase-item__list span {
  color: var(--text-black);
}
.showcase-item__list li:not(:last-child) {
  margin-bottom: 8px;
}
.showcase-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
}
.showcase-item__row--approve span {
  color: var(--succes);
}
.showcase-item__row--middle span {
  color: var(--orange-2);
}
.showcase-item__row--bad span {
  color: var(--error);
}
.showcase-item__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}
.showcase-item__info {
  border-color: var(--violet-2);
}
.showcase-item__info svg {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  stroke: var(--violet-2);
}
@media (max-width: 600px) {
  .showcase-item__info {
    font-size: 10px;
    gap: 6px;
  }
  .showcase-item__info svg {
    width: 16px;
    height: 16px;
  }
}
@media (any-hover: hover) {
  .showcase-item__info:hover svg {
    stroke: var(--white);
  }
}
.showcase-item__btn {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 12px;
  text-align: center;
}
.showcase-item__bottom {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--vilet-dark);
}
.showcase-item__cash {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--vilet-dark);
}
.showcase-item__cash img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.showcase-item--full .showcase-item__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.showcase-item--full .showcase-item__buttons {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.showcase-item--full .showcase-item__info {
  border-color: var(--text-light-grey);
}
.showcase-item--full .showcase-item__info svg {
  stroke: var(--text-black);
}
.showcase-item--full .showcase-item__list {
  font-size: 16px;
}
.showcase-item--full .showcase-item__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showcase-item--full .showcase-item__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.showcase-item--full .showcase-item__logo {
  height: 32px;
}
.showcase-item--full .showcase-item__btn {
  font-size: 14px;
}

.showcase-hero {
  padding: 48px 0;
  background: linear-gradient(185deg, #e8e8ff 0%, #abacff 100%);
  border-radius: 0 0 24px 24px;
}
@media (max-width: 1024px) {
  .showcase-hero {
    padding: 24px 0;
    padding-bottom: 72px;
  }
}
.showcase-hero__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [6];
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  .showcase-hero__item {
    -ms-grid-column-span: 3;
    grid-column: 3 span;
  }
}
.showcase-hero__item:nth-child(1),
.showcase-hero__item:nth-child(2),
.showcase-hero__item:nth-child(3) {
  -ms-grid-column-span: 2;
  grid-column: 2 span;
}
@media (max-width: 800px) {
  .showcase-hero__item:nth-child(1),
  .showcase-hero__item:nth-child(2),
  .showcase-hero__item:nth-child(3) {
    -ms-grid-column-span: 6;
    grid-column: 6 span;
  }
}

.cta__row:not(:last-child) {
  margin-bottom: 16px;
}
.cta__container {
  background-color: var(--bg-grey);
  border-radius: 24px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 800px) {
  .cta__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.cta__left {
  padding: 75px 97px 65px;
}
@media (max-width: 1024px) {
  .cta__left {
    padding: 40px 20px;
  }
}
@media (max-width: 800px) {
  .cta__link {
    width: 100%;
  }
}
.cta__right {
  padding: 16px;
  border-radius: 24px;
  background-image: url("./../img/snake-purple.svg"),
    linear-gradient(41deg, #5a4dc1 0%, #7778ee 97%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  max-width: 475px;
  position: relative;
}
@media (max-width: 800px) {
  .cta__right {
    max-width: 100%;
    background: none;
    height: auto;
    padding: 0;
    overflow: hidden;
  }
}
.cta__img {
  position: absolute;
  overflow: hidden;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 105%;
  height: 100%;
  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;
}
@media (max-width: 800px) {
  .cta__img {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    display: block;
    border-radius: 24px;
    width: 100%;
    overflow: hidden;
  }
}
.cta__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 800px) {
  .cta__img img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 500px;
  }
}

.offer-hero__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  .offer-hero__container {
    display: block;
  }
}
@media (max-width: 600px) {
  .offer-hero__back {
    width: 100%;
  }
}
.offer-hero__content {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
}
.offer-hero__right {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (max-width: 800px) {
  .offer-hero__right {
    position: fixed;
    z-index: 10;
    bottom: var(--container-offset);
    left: var(--container-offset);
    right: var(--container-offset);
  }
}
.offer-hero__subtitle {
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 800px) {
  .offer-hero__subtitle {
    font-size: 24px;
  }
}
.offer-hero__text h3 {
  margin: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 120%;
  color: var(--text-black);
}
.offer-hero__text h3:not(:last-child) {
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .offer-hero__text h3 {
    font-size: 24px;
  }
}
.offer-hero__text h4 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text-black);
}
.offer-hero__text h4:not(:last-child) {
  margin-bottom: 16px;
}
.offer-hero__text h5 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text-black);
}
.offer-hero__text h5:not(:last-child) {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .offer-hero__text h5 {
    font-size: 20px;
  }
}
.offer-hero__text p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--text-black);
}
.offer-hero__text p:not(:last-child) {
  margin-bottom: 16px;
}
.offer-hero__text ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.offer-hero__text ul:not(:last-child) {
  margin-bottom: 24px;
}
.offer-hero__text ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: var(--text-black);
}
.offer-hero__text ul li:not(:last-child) {
  margin-bottom: 6px;
}
.offer-hero__text ul li::before {
  content: "";
  display: block;
  width: 24px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 8px;
  background-color: var(--violet-1);
  background-image: url("./../img/check.svg");
  background-size: 14px 14px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .offer-hero .oh-offers__items {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.offer-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 16px;
  text-align: center;
  border: 1px solid var(--violet-1);
  position: sticky;
  top: 24px;
}
.offer-card__img {
  margin: 0 auto;
  margin-bottom: 8px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer-card__img img {
  height: 100%;
  width: auto;
  -o-object-fit: contain;
  object-fit: contain;
  object-position: center;
}
.offer-card__text {
  margin: 0;
  margin-bottom: 16px;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-black);
}
.offer-card__btn {
  width: 100%;
}

.oh-head {
  background-color: var(--white);
  border: 1px solid var(--text-light-grey);
  border-radius: 24px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
@media (max-width: 800px) {
  .oh-head {
    padding: 16px;
  }
}
@media (max-width: 600px) {
  .oh-head {
    gap: 24px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.oh-head__img {
  width: 88px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 6px;
  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;
  border: 1px solid var(--text-light-grey);
  border-radius: 14px;
}
.oh-head__img img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.oh-head__title {
  margin: 0;
  margin-bottom: 3px;
  font-weight: 700;
  line-height: 120%;
  font-size: 20px;
}
.oh-head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  color: var(--text-gray-1);
}
.oh-head__rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.oh-head__btn {
  margin-left: auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media (max-width: 1024px) {
  .oh-head__btn {
    padding-right: 30px;
    padding-left: 30px;
  }
}
@media (max-width: 600px) {
  .oh-head__btn {
    width: 100%;
  }
}

.oh-cond {
  background-color: #fff;
  border: 1px solid var(--text-light-grey);
  border-radius: 20px;
  padding: 32px 24px;
}
.oh-cond__title {
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 800px) {
  .oh-cond__title {
    font-size: 20px;
  }
}
.oh-cond__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}
@media (max-width: 600px) {
  .oh-cond__list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.oh-cond__list li {
  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;
  border-radius: 14px;
  padding: 16px;
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  color: var(--text-black);
  background: var(--bg-grey);
}
.oh-cond__list li span {
  font-size: 11px;
  color: var(--text-gray-1);
}

.oh-testi__items .testi-item:not(:last-child) {
  margin-bottom: 24px;
}

.oh-offers__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  .oh-offers__items {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}

.testi-add {
  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;
  gap: 20px;
  padding: 24px;
  border-radius: 24px;
  background: var(--bg-grey);
}
@media (max-width: 600px) {
  .testi-add {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.testi-add__title {
  margin-bottom: 12px;
}
@media (max-width: 600px) {
  .testi-add__title {
    font-size: 20px;
  }
}
.testi-add .rating-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}
.testi-add .rating-container .rating-value {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text-black);
}
.testi-add .rating-container .rating-fill {
  color: var(--orange-2);
}
.testi-add__btn {
  padding: 15px 70px;
}
@media (max-width: 1024px) {
  .testi-add__btn {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 600px) {
  .testi-add__btn {
    width: 100%;
  }
}

.testi-hero__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .testi-hero__container {
    display: block;
  }
}
.testi-hero__content {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
}
.testi-hero__right {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (max-width: 1024px) {
  .testi-hero__right {
    display: none;
  }
}
.testi-hero__items:not(:last-child) {
  margin-bottom: 32px;
}
.testi-hero__items .testi-item:not(:last-child) {
  margin-bottom: 16px;
}
.testi-hero__card:not(:last-child) {
  margin-bottom: 16px;
}

.brand-item {
  padding: 16px;
  border-radius: 24px;
  padding: 16px;
  border: 1px solid var(--violet-1);
}
.brand-item__img {
  height: 35px;
  width: 144px;
  margin-bottom: 24px;
}
.brand-item__img img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: left;
  object-position: left;
}
.brand-item__text {
  margin-bottom: 24px;
}
.brand-item__btn {
  width: 100%;
}
.brand-item--primary {
  border-color: var(--orange-1);
}
.brand-item--blue {
  border-color: #008ad7;
}

.blog {
  margin-bottom: 48px;
}
.blog__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media (max-width: 1024px) {
  .blog__container {
    display: block;
  }
}
.blog__content {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
}
.blog__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 600px) {
  .blog__items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.blog__items:not(:last-child) {
  margin-bottom: 48px;
}
.blog__right {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (max-width: 800px) {
  .blog__right {
    position: fixed;
    z-index: 10;
    bottom: var(--container-offset);
    left: var(--container-offset);
    right: var(--container-offset);
  }
  .blog__right .offer-card {
    position: static;
  }
}

.blog-item {
  border: 1px solid var(--text-light-grey);
  border-radius: 16px;
  position: relative;
  background: var(--white);
}
.blog-item__img {
  height: 180px;
  border-radius: 16px;
  overflow: hidden;
}
.blog-item__img img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.blog-item__info {
  padding: 16px;
  padding-top: 20px;
}
.blog-item__taxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
.blog-item__tax {
  padding: 4px 8px;
  font-weight: 600;
  font-size: 10px;
  line-height: 130%;
  color: var(--violet-2);
  background: var(--bg-grey);
  border-radius: 8px;
}
.blog-item__tax a {
  color: inherit;
}
.blog-item__title {
  margin-bottom: 24px;
  line-height: 120%;
  font-weight: 700;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (max-width: 800px) {
  .blog-item__title {
    font-size: 20px;
  }
}
.blog-item__title a {
  color: inherit;
}
.blog-item__title a::after {
  content: "";
  position: absolute;
  inset: 0;
}
.blog-item__bottom {
  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;
  line-height: 1.3;
  color: var(--text-gray-1);
}
.blog-item__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}
.blog-item__views svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
}
@media (any-hover: hover) {
  .blog-item:hover .blog-item__title {
    color: var(--violet-1);
  }
  .blog-item:hover .blog-item__img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

.single {
  margin-bottom: 40px;
}
.single__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [12];
  grid-template-columns: repeat(12, 1fr);
  gap: 20px;
}
@media (max-width: 800px) {
  .single__container {
    display: block;
  }
}
.single__left {
  -ms-grid-column-span: 8;
  grid-column: 8 span;
}
@media (max-width: 600px) {
  .single__taxes {
    margin-bottom: 8px;
  }
}
.single__right {
  -ms-grid-column-span: 4;
  grid-column: 4 span;
}
@media (max-width: 800px) {
  .single__right {
    position: fixed;
    z-index: 10;
    bottom: var(--container-offset);
    left: var(--container-offset);
    right: var(--container-offset);
  }
  .single__right .offer-card {
    position: static;
  }
}
.single__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  line-height: 130%;
  color: var(--text-gray-1);
}
.single__meta:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .single__meta:not(:last-child) {
    margin-bottom: 24px;
  }
}
.single__btn {
  margin-top: 24px;
  padding: 13px 16px;
}
.single__content:not(:last-child) {
  margin-bottom: 40px;
}
.single__content img {
  display: block;
  height: 426px;
  width: 100%;
  border-radius: 20px;
}
@media (max-width: 1024px) {
  .single__content img {
    height: 350px;
  }
}
@media (max-width: 800px) {
  .single__content img {
    height: 280px;
  }
}
@media (max-width: 600px) {
  .single__content img {
    height: 204px;
  }
}
.single__content img:not(:last-child) {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .single__content img:not(:last-child) {
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .single__content img:not(:last-child) {
    margin-bottom: 24px;
  }
}
.single__content p {
  margin: 0;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: var(--text-black);
}
@media (max-width: 1024px) {
  .single__content p {
    font-size: 16px;
  }
}
@media (max-width: 600px) {
  .single__content p {
    font-size: 14px;
  }
}
.single__content p:not(:last-child) {
  margin-bottom: 16px;
}
.single__content h4 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
  color: var(--text-black);
}
@media (max-width: 1024px) {
  .single__content h4 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .single__content h4 {
    font-size: 18px;
  }
}
.single__content h4:not(:last-child) {
  margin-bottom: 16px;
}
.single__content h5 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  color: var(--text-black);
}
@media (max-width: 800px) {
  .single__content h5 {
    font-size: 16px;
  }
}
.single__content h5:not(:last-child) {
  margin-bottom: 8px;
}
.single__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single__content ul:not(:last-child) {
  margin-bottom: 16px;
}
.single__content ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.single__content ul li:not(:last-child) {
  margin-bottom: 3px;
}
.single__content ul li::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: var(--violet-1);
}

.page-404 {
  padding: 215px 0;
  height: 100%;
  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;
}
@media (max-width: 800px) {
  .page-404 {
    padding: 120px 0;
  }
}
.page-404__container {
  max-width: calc(530px + var(--container-offset) * 2);
  padding: 0 var(--container-offset);
  margin: 0 auto;
  text-align: center;
}
.page-404__img {
  width: 100%;
  margin-bottom: 32px;
}
.page-404__img img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.page-404__title {
  margin-bottom: 16px;
}
@media (max-width: 800px) {
  .page-404__title {
    margin-bottom: 8px;
  }
}
.page-404__desc {
  margin: 0;
  margin-bottom: 32px;
  font-weight: 400;
}
@media (max-width: 800px) {
  .page-404__desc {
    margin-bottom: 24px;
    font-size: 14px;
  }
}
.page-404__btn {
  padding: 15px 65px;
}
@media (max-width: 800px) {
  .page-404__btn {
    font-size: 12px;
  }
}

.add-testi {
  border: 1px solid var(--text-light-grey);
  border-radius: 24px;
  padding: 32px;
  background: var(--white);
  position: relative;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.add-testi.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.add-testi__header {
  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;
}
.add-testi__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
.add-testi__stars .star {
  fill: var(--text-disabled);
}
.add-testi__stars .star.active {
  fill: var(--orange-2);
}
@media (max-width: 800px) {
  .add-testi__title {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .add-testi__text {
    font-size: 14px;
  }
}
.add-testi__close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.add-testi__close svg {
  display: block;
  width: 100%;
  height: 100%;
}
.add-testi__btn {
  display: block;
  width: 100%;
}

.add-testi--success {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 48px;
  min-height: 625px;
}
.add-testi--success .add-testi__img {
  width: 152px;
  aspect-ratio: 1/1;
}
.add-testi--success .add-testi__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.add-testi--success .add-testi__btn {
  width: 100%;
  max-width: 290px;
}
/*# sourceMappingURL=main.css.map */
.nav-links {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nav-links a,
.nav-links span {
  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-transition: var(--transition-ui-time) var(--transition-ui-ease);
  transition: var(--transition-ui-time) var(--transition-ui-ease);

  padding: 7.5px 19px;
  gap: 2px;
  color: inherit;
  border-radius: 12px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: var(--text-black);
}

@media (any-hover: hover) {
  .nav-links a:hover {
    background-color: var(--violet-light);
  }
  .nav-links span:hover {
    background-color: var(--violet-light);
  }
}
.nav-links a.current,
.nav-links span.current {
  background-color: var(--violet-1);
  color: var(--white);
}
.nav-links svg {
  stroke: currentColor;
}
.nav-links > *:nth-child(1),
.nav-links > *:last-child {
  padding: 7.5px 12px;
}
.nav-links > *:nth-child(1) {
  margin-right: auto;
}
.nav-links > *:nth-child(1) {
  padding-left: 6px;
}
.nav-links > *:last-child {
  margin-left: auto;
}
.nav-links > *:last-child {
  padding-right: 6px;
}

.nav-links a.next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url("./../img/arr-right-black.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.nav-links a.prev::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  transform: rotateZ(180deg);
  background-image: url("./../img/arr-right-black.svg");
  background-size: 15px 15px;
  background-repeat: no-repeat;
  background-position: center;
}
.just-validate-error-label {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 11px;
  line-height: 130%;
  color: var(--error);
}
.is-invalid ~ .form-agree__checkbox {
  border-color: var(--error) !important;
}
.is-invalid ~ .form-agree__text {
  color: var(--error) !important;
}

.get-money__btn {
  opacity: 0;
  position: fixed;
  z-index: 6;
  right: calc((100% - var(--container-width)) / 2);
  bottom: var(--container-offset);
  transition: 0.1s;
}
@media (max-width: 1024px){
	.get-money__btn {
		right: var(--container-offset);
	}
}
@media (max-width: 600px){
	.get-money__btn {
		left: var(--container-offset);
		right: var(--container-offset);
	}
}