@charset "utf-8";
@font-face {
  font-family: "SuisseIntl";
  font-style: normal;
  font-weight: 400;
  src: local("SuisseIntl"), url("/fonts/SuisseIntl-Regular.woff2") format("woff2"), url("/fonts/SuisseIntl-Regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  font-style: normal;
  font-weight: 450;
  src: local("SuisseIntl"), url("/fonts/SuisseIntl-Book.woff2") format("woff2"), url("/fonts/SuisseIntl-Book.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  font-style: normal;
  font-weight: 500;
  src: local("SuisseIntl"), url("/fonts/SuisseIntl-Medium.woff2") format("woff2"), url("/fonts/SuisseIntl-Medium.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  font-style: normal;
  font-weight: 600;
  src: local("SuisseIntl"), url("/fonts/SuisseIntl-SemiBold.woff2") format("woff2"), url("/fonts/SuisseIntl-SemiBold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "SuisseIntl";
  font-style: normal;
  font-weight: 700;
  src: local("SuisseIntl"), url("/fonts/SuisseIntl-Bold.woff2") format("woff2"), url("/fonts/SuisseIntl-Bold.woff") format("woff");
  font-display: swap;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
}
body {
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  font-family: 'SuisseIntl', sans-serif;
  -webkit-font-smoothing: antialiased;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
}
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  line-height: 1.25;
  margin: 0 0 20px;
}
h1,
.h1 {
  font-weight: 700;
  font-size: 64px;
}
@media (max-width: 1023.98px) {
  h1,
  .h1 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 32px;
  }
}
h2,
.h2 {
  font-weight: 600;
  font-size: 40px;
}
@media (max-width: 1023.98px) {
  h2,
  .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767.98px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
h3,
.h3 {
  font-weight: 600;
  font-size: 32px;
}
@media (max-width: 1023.98px) {
  h3,
  .h3 {
    font-size: 26px;
  }
}
@media (max-width: 767.98px) {
  h3,
  .h3 {
    font-size: 22px;
  }
}
h4,
.h4 {
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 1023.98px) {
  h4,
  .h4 {
    font-size: 18px;
  }
}
h5,
.h5 {
  font-weight: 700;
  font-size: 16px;
}
p {
  margin: 0 0 20px;
}
a {
  color: #1141A5;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #0f388e;
  text-decoration: none;
}
.box {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
}
.container {
  width: 100%;
  max-width: 1270px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
@media (max-width: 1023.98px) {
  .hide-mobile {
    display: none!important;
  }
}
@media (min-width: 1024px) {
  .hide-desktop {
    display: none!important;
  }
}
.hide {
  display: none!important;
}
input,
textarea {
  padding: 5px 24px;
  border-radius: 50px;
  border: 1px solid #D6D6D6;
  font-size: 14px;
}
input:focus,
textarea:focus,
input:focus-visible,
textarea:focus-visible {
  outline: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #888;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #888;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #888;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #888;
}
input::placeholder,
textarea::placeholder {
  font-size: 12px;
  font-weight: 500;
  color: #888;
}
input {
  height: 48px;
}
.form-group {
  position: relative;
}
.form-group label {
  position: absolute;
  left: 24px;
  top: 16px;
  font-weight: 400;
  font-size: 12px;
  -webkit-transition: top 0.3s ease;
  transition: top 0.3s ease;
  color: #888;
}
.form-group.value label,
.form-group input:focus label {
  top: 6px;
}
.btn {
  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;
  font-family: 'SuisseIntl', sans-serif;
  color: #000;
  background: transparent;
  border-radius: 100px;
  border: 1px solid #000;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  padding: 11px 20px 13px 26px;
  min-height: 48px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  gap: 4px;
}
.btn:hover {
  color: #fff;
  background: #000;
}
.btn--arrow::after {
  content: '';
  background-image: url(../img/arrow.svg);
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn--arrow:hover::after {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.btn-white {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  gap: 12px;
}
.btn-white:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.btn-white.btn--arrow::after {
  content: '';
  background-image: url(../img/arrow.svg);
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-filter: invert(1);
          filter: invert(1);
}
hr {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.08);
  margin: 0;
}
ol {
  counter-reset: listOl;
  padding: 0;
  margin: 0;
}
ol li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  line-height: 1.6;
  font-weight: 450;
  color: #000;
  margin: 0 0 16px;
}
ol li:last-of-type {
  margin: 0;
}
ol li:before {
  counter-increment: listOl;
  content: counter(listOl);
  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-radius: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-bottom: auto;
  margin-right: 15px;
  background-color: #3BA352;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
}
@media (min-width: 1024px) {
  ol li:before {
    width: 48px;
    height: 48px;
    margin-right: 24px;
  }
}
button:focus {
  outline: none!important;
}
.ratio {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
}
.ratio::before {
  display: block;
  padding-top: calc(9 / 16 * 100%);
  content: "";
}
.ratio iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
.action-notification {
  position: fixed;
  left: 50%;
  top: -50px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  border-radius: 16px;
  background-color: #000;
  color: #fff;
  -webkit-animation: 1.8s ease-in-out showNote;
          animation: 1.8s ease-in-out showNote;
  padding: 10px 20px;
}
@-webkit-keyframes showNote {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  15% {
    -webkit-transform: translate(-50%, 200px);
            transform: translate(-50%, 200px);
  }
  85% {
    -webkit-transform: translate(-50%, 200px);
            transform: translate(-50%, 200px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes showNote {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  15% {
    -webkit-transform: translate(-50%, 200px);
            transform: translate(-50%, 200px);
  }
  85% {
    -webkit-transform: translate(-50%, 200px);
            transform: translate(-50%, 200px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
.loader {
  overflow: hidden;
  position: relative;
}
.loader:after {
  content: '';
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, #F0F5FB), to(#FFF));
  background: linear-gradient(180deg, #F0F5FB 72%, #FFF 100%);
  z-index: 10;
}
.loader:before {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  border: 10px solid #000;
  border-color: #1141A5;
  border-right-color: transparent;
  border-radius: 50%;
  z-index: 11;
  -webkit-animation: 0.9s ease-in-out infinite rotate;
          animation: 0.9s ease-in-out infinite rotate;
}
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}
.header__logo {
  width: auto;
  height: 35px;
}
.header__logo img {
  width: auto;
  height: 100%;
}
@media (min-width: 1024px) {
  .header__logo {
    margin-right: 70px;
  }
}
.header__wrap {
  margin: 0 auto;
  padding: 25px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1023.98px) {
  .header__wrap {
    padding: 15px;
  }
}
@media (max-width: 767.98px) {
  .header__wrap > .btn {
    display: none;
  }
}
.header__nav {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .header__nav {
    gap: 60px;
  }
}
@media (max-width: 767.98px) {
  .header__nav {
    position: fixed;
    left: 0;
    right: 0;
    top: 65px;
    height: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
    overflow: hidden;
  }
}
.header__nav a {
  font-size: 16px;
  line-height: 1.25;
  color: #888;
  font-weight: 500;
}
.header__nav a.active,
.header__nav a:hover {
  color: #000;
}
@media (max-width: 767.98px) {
  .header__nav a:not(.btn) {
    font-size: 30px;
  }
}
.header__nav .btn {
  color: #000;
}
@media (min-width: 768px) {
  .header__nav .btn {
    display: none;
  }
}
.header__burger {
  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;
  width: 40px;
  padding: 5px 5px;
  margin-left: auto;
}
@media (min-width: 768px) {
  .header__burger {
    display: none;
  }
}
.header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #1141A5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
  .header.open {
    min-height: 65px;
  }
  .header.open .header__wrap {
    background-color: #fff;
    position: fixed;
    left: 0;
    top: 0;
  }
  .header.open .header__nav {
    opacity: 1;
    pointer-events: auto;
    height: calc(100dvh - 65px);
    background-color: #fff;
  }
  .header.open .header__burger span:nth-of-type(2) {
    opacity: 0;
  }
  .header.open .header__burger span:nth-of-type(1) {
    -webkit-transform: translate(1px, 9px) rotate(45deg);
            transform: translate(1px, 9px) rotate(45deg);
  }
  .header.open .header__burger span:nth-of-type(3) {
    -webkit-transform: translate(1px, -11px) rotate(-45deg);
            transform: translate(1px, -11px) rotate(-45deg);
  }
}
.footer {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .footer {
    margin-top: 100px;
  }
}
.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .footer__main {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer__main > .btn {
    margin-left: auto;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer__nav {
    gap: 60px;
  }
}
@media (max-width: 767.98px) {
  .footer__nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 20px 0 0;
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
.footer__nav a {
  color: #888;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .footer__nav a:hover {
    color: #000;
  }
}
.footer__logo {
  max-height: 35px;
}
@media (min-width: 1024px) {
  .footer__logo {
    margin-right: 72px;
  }
}
.footer__logo img {
  height: 100%;
  width: auto;
}
.footer__side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  padding: 32px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
@media (max-width: 767.98px) {
  .footer__side {
    -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__side .footer__copy,
.footer__side a {
  color: #B7BBBF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.14;
}
@media (min-width: 1024px) {
  .footer__side a:hover {
    color: #000;
  }
}
@media (min-width: 1024px) {
  .footer__copy {
    margin-right: 124px;
  }
}
@media (max-width: 767.98px) {
  .footer__copy {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer__policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .footer__policy {
    gap: 42px;
  }
}
@media (max-width: 767.98px) {
  .footer__policy {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 15px 0;
    gap: 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 1024px) {
  .footer__social {
    gap: 42px;
  }
}
@media (max-width: 767.98px) {
  .footer__social {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.main-block {
  line-height: 1.125;
  overflow: hidden;
  position: relative;
  margin-top: -65px;
  padding-top: 65px;
}
.main-block.main-block--variable,
.main-block__bg {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(72%, #F0F5FB), to(#FFF));
  background: linear-gradient(180deg, #F0F5FB 72%, #FFF 100%);
}
.main-block__bg {
  margin-top: -65px;
  padding-top: 65px;
}
@media (min-width: 768px) {
  .main-block__bg {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .main-block__bg {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.main-block:not(.main-block--variable, .main-block--decorate) {
  background-color: #F0F5FB;
  border-radius: 0 0 30px 30px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .main-block:not(.main-block--variable, .main-block--decorate) {
    border-radius: 0 0 48px 48px;
  }
}
@media (min-width: 1024px) {
  .main-block:not(.main-block--variable, .main-block--decorate) {
    padding-bottom: 100px;
  }
}
.main-block:not(.main-block--variable, .main-block--decorate)::before,
.main-block:not(.main-block--variable, .main-block--decorate)::after {
  content: '';
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
}
@media (max-width: 575.98px) {
  .main-block:not(.main-block--variable, .main-block--decorate)::before,
  .main-block:not(.main-block--variable, .main-block--decorate)::after {
    display: none;
  }
}
.main-block:not(.main-block--variable, .main-block--decorate)::before {
  background-image: url(../img/decor-left.svg);
  aspect-ratio: 0.65407725;
  width: 762px;
  top: -360px;
  left: 50%;
  -webkit-transform: translateX(-1100px);
          transform: translateX(-1100px);
}
@media (max-width: 1023.98px) {
  .main-block:not(.main-block--variable, .main-block--decorate)::before {
    width: 650px;
    top: -380px;
    -webkit-transform: translateX(-800px);
            transform: translateX(-800px);
  }
}
.main-block:not(.main-block--variable, .main-block--decorate)::after {
  background-image: url(../img/decor-right.svg);
  aspect-ratio: 0.47252747;
  width: 430px;
  top: -160px;
  right: 50%;
  -webkit-transform: translateX(800px);
          transform: translateX(800px);
}
@media (max-width: 1023.98px) {
  .main-block:not(.main-block--variable, .main-block--decorate)::after {
    width: 350px;
    top: -120px;
    -webkit-transform: translateX(550px);
            transform: translateX(550px);
  }
}
@media (min-width: 768px) {
  .main-block {
    margin-top: -80px;
    padding-top: 80px;
  }
}
@media (min-width: 1024px) {
  .main-block {
    margin-top: -100px;
    padding-top: 100px;
  }
}
.main-block .container {
  position: relative;
  z-index: 1;
}
.main-block .container > h1 {
  text-align: center;
  margin: 50px auto;
}
@media (min-width: 1024px) {
  .main-block .container > h1 {
    font-size: 80px;
    margin: 100px auto;
  }
}
.main-block__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .main-block__group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.main-block__item {
  padding: 20px;
  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-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.05), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 0px 0.5px rgba(0, 0, 0, 0.05), 0px 2px 8px 0px rgba(0, 0, 0, 0.04);
  border-radius: 20px;
}
@media (min-width: 768px) {
  .main-block__item {
    min-height: 300px;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .main-block__item {
    min-height: 360px;
    padding: 32px;
    border-radius: 32px;
  }
}
.main-block__item img {
  width: 64px;
  height: 64px;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .main-block__item img {
    margin-bottom: 32px;
  }
}
.main-block__item p {
  color: #fff;
  font-size: 20px;
  line-height: 1.33;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .main-block__item p {
    font-size: 24px;
  }
}
.main-block__item--green {
  background-color: #319848;
}
.main-block__item--primary {
  background-color: #1141A5;
}
.main-block__item--variable {
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background-color: #000;
  background-image: url(../img/decor-item-main.png);
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  width: 100%;
}
@media (max-width: 767.98px) {
  .main-block__item--variable {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
.main-block__item--variable img {
  margin-bottom: 18px;
}
@media (min-width: 1024px) {
  .main-block__item--variable img {
    margin-bottom: 26px;
  }
}
.main-block__item--variable h2 {
  font-size: 24px;
  color: #fff;
  margin: 0;
}
@media (min-width: 768px) {
  .main-block__item--variable h2 {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .main-block a.main-block__item:hover {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  }
  .main-block a.main-block__item:hover .main-block__link::after {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
}
.main-block__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
}
@media (min-width: 768px) {
  .main-block__link {
    font-size: 32px;
  }
}
.main-block__link::after {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-image: url(../img/arrow-right.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: -15px -7px -15px auto;
}
.main-block__item-side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media (min-width: 768px) {
  .main-block__item-side {
    margin-left: auto;
  }
}
.main-block__item-side a {
  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: 8px;
  width: 136px;
  height: 136px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(255, 255, 255, 0.08);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .main-block__item-side a {
    width: auto;
    height: 100px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
.main-block__item-side a::before {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(../img/arrow-light.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.main-block__item-side a.load::before {
  background-image: url(../img/load.svg);
}
.main-block__item-side a:hover {
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.12);
}
.main-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  gap: 30px;
  padding: 30px 0 50px;
}
@media (min-width: 1024px) {
  .main-block__wrap {
    padding: 80px 0 100px;
  }
}
.main-block__main {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-block__main {
    max-width: 630px;
  }
}
.main-block__main h1 {
  margin-bottom: 24px;
}
.main-block__main p {
  font-size: 20px;
  line-height: 1.33;
  font-weight: 450;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .main-block__main p {
    font-size: 24px;
    margin-bottom: 48px;
  }
}
@media (max-width: 575.98px) {
  .main-block__main .btn {
    width: 100%;
  }
}
@media (min-width: 1024px) and (max-width: 1199.98px) {
  .main-block__main--variable {
    max-width: 530px;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .main-block__main--variable {
    max-width: 430px;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 270px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .main-block__main--variable {
    max-width: 310px;
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 270px;
  }
}
.main-block__decor {
  margin: auto;
  width: 100%;
  max-width: 357px;
}
@media (max-width: 767.98px) {
  .main-block__decor {
    max-width: 220px;
  }
}
@media (max-width: 575.98px) {
  .main-block__decor {
    display: none;
  }
}
.main-block__decor img {
  max-width: 100%;
}
.main-block__decor-fix {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .main-block__decor-fix {
    width: 50%;
  }
}
@media (max-width: 575.98px) {
  .main-block__decor-fix {
    display: none;
  }
}
.main-block__decor-fix img {
  max-width: 357px;
}
@media (max-width: 1023.98px) {
  .main-block__decor-fix img {
    max-width: 260px;
  }
}
@media (max-width: 767.98px) {
  .main-block__decor-fix img {
    max-width: 220px;
  }
}
@media (max-width: 575.98px) {
  .main-block__decor-fix img {
    max-width: 100%;
  }
}
.main-block__loop {
  position: absolute;
  left: 50%;
  top: -135px;
  -webkit-transform: translateX(110px);
          transform: translateX(110px);
  width: 1020px;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .main-block__loop {
    width: 700px;
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}
.strategy-block {
  padding: 50px 0;
}
@media (min-width: 1024px) {
  .strategy-block {
    padding: 80px 0;
  }
}
.strategy-block__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 1024px) {
  .strategy-block__main {
    width: calc(100% - 530px - 20px);
  }
}
@media (min-width: 1200px) {
  .strategy-block__main {
    width: calc(100% - 610px - 20px);
  }
}
.strategy-block__main h2 {
  margin-bottom: 32px;
}
.strategy-block__main p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .strategy-block__main p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.strategy-block__side {
  width: 100%;
  background-color: #F0F5FB;
  border-radius: 48px;
  margin-left: 20px;
  line-height: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .strategy-block__side {
    width: 380px;
    padding: 20px 20px 0;
  }
}
@media (min-width: 1024px) {
  .strategy-block__side {
    width: 530px;
    padding: 40px 40px 0;
  }
}
@media (min-width: 1200px) {
  .strategy-block__side {
    width: 610px;
    padding: 80px 80px 0;
  }
}
@media (max-width: 767.98px) {
  .strategy-block__side {
    display: none;
  }
}
.strategy-block__side img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.strategy-block__more {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 450;
  color: #888;
  border-bottom: 2px dotted #888;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .strategy-block__more {
    font-size: 20px;
  }
  .strategy-block__more:hover {
    color: #000;
  }
}
.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .social-list {
    margin-top: 48px;
  }
}
.social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 56px;
  padding: 16px 24px 16px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.33;
  gap: 10px;
  border-radius: 100px;
  border: 1px solid rgba(136, 136, 136, 0.3);
  color: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1023.98px) {
  .social-link {
    min-height: 46px;
    padding: 10px 20px 10px 16px;
  }
}
.social-link img {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.social-link:hover {
  background-color: #000;
  color: #fff;
}
.social-link:hover img {
  -webkit-filter: invert(1);
          filter: invert(1);
}
.more-content {
  max-height: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
.more-content.show {
  opacity: 1;
  pointer-events: auto;
  max-height: 1000px;
}
.more-btn {
  cursor: pointer;
}
.more-btn__hide {
  display: none;
}
.more-btn.show .more-btn__hide {
  display: inline-block;
}
.more-btn.show .more-btn__show {
  display: none;
}
.provision {
  background-color: #000;
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  padding: 20px 0 25px;
  background-image: url(../img/decor-green.png);
  background-repeat: no-repeat;
  background-size: 565px auto;
  background-position: calc(50% - 400px) calc(50% + 60px);
}
@media (min-width: 768px) {
  .provision {
    padding: 50px 0;
    border-radius: 35px;
  }
}
@media (min-width: 1024px) {
  .provision {
    padding: 100px 0;
    border-radius: 48px;
  }
}
.provision__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .provision__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.provision__side {
  max-width: 100%;
}
.provision__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .provision__main {
    width: calc(100% - 450px);
    padding-right: 40px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (min-width: 1024px) {
  .provision__main {
    width: calc(100% - 610px);
    padding-right: 125px;
  }
}
.provision__main h2 {
  font-weight: 700;
  line-height: 1.33;
  color: #fff;
}
@media (min-width: 1024px) {
  .provision__main h2 {
    font-size: 48px;
  }
}
.provision__main .swiper {
  width: 100%;
}
.provision__main .swiper-pagination {
  position: relative;
  counter-reset: list;
  color: rgba(255, 255, 255, 0.5);
  font-size: 36px;
  line-height: 1.2;
  font-weight: 600;
  text-align: left;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media (min-width: 768px) {
  .provision__main .swiper-pagination {
    padding-bottom: 25px;
  }
}
.provision__main .swiper-pagination .swiper-pagination-bullet {
  background-color: transparent;
  width: auto;
  height: auto;
  margin: 0;
}
.provision__main .swiper-pagination .swiper-pagination-bullet:before {
  counter-increment: list;
  content: '0' counter(list);
}
.provision__main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: #3BA352;
}
.provision__main .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -1px;
  height: 1px;
  background-color: #3BA352;
  -webkit-animation: countingBar 15.1s linear;
          animation: countingBar 15.1s linear;
}
@-webkit-keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes countingBar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.provision__item p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
  line-height: 1.6;
  font-weight: 450;
  margin: 0;
}
@media (min-width: 1024px) {
  .provision__item p {
    font-size: 20px;
  }
}
.provision__item p + p {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .provision__item p + p {
    margin-top: 24px;
  }
}
.provision__links {
  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;
  margin-top: auto;
  gap: 16px;
}
@media (max-width: 767.98px) {
  .provision__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}
.provision--variable {
  background-image: url(../img/decor-blue.png);
}
.how-start {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .how-start {
    margin-top: 100px;
  }
}
.how-start__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 20px;
}
@media (max-width: 767.98px) {
  .how-start__wrap {
    gap: 20px;
  }
}
.how-start a.how-start__item:hover {
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
.how-start__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
@media (min-width: 768px) {
  .how-start__item {
    width: calc(50% - 10px);
  }
}
.how-start__item h2 {
  max-width: 400px;
  margin-bottom: 0;
}
.how-start__item p {
  color: #888;
  font-weight: 450;
  font-size: 20px;
}
.how-start__item--img {
  background-color: #F0F5FB;
  border-radius: 48px;
  padding-top: 30px;
}
@media (min-width: 768px) {
  .how-start__item--img {
    padding-top: 48px;
  }
}
.how-start__item--img img {
  margin: 0 auto;
  max-width: 75%;
}
@media (min-width: 768px) {
  .how-start__item--img img {
    max-width: 300px;
  }
}
@media (min-width: 1024px) {
  .how-start__item--img img {
    max-width: 375px;
  }
}
.how-start__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #1141A5;
  font-size: 24px;
  line-height: normal;
  font-weight: 600;
  margin: 0 auto 30px;
}
@media (min-width: 768px) {
  .how-start__link {
    font-size: 30px;
    margin: 0 auto 46px;
  }
}
.how-start__link svg {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}
.how-start__link svg path {
  stroke: #1141A5;
}
.how-start__link.right svg {
  margin-top: -2px;
  -webkit-transform: rotate(45deg) scale(1.4);
          transform: rotate(45deg) scale(1.4);
}
.tokens {
  margin: 50px 0;
}
@media (min-width: 1024px) {
  .tokens {
    margin: 80px 0;
  }
}
.tokens h3,
.tokens .h3 {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .tokens h3,
  .tokens .h3 {
    margin-bottom: 32px;
  }
}
.tokens__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 20px;
  margin-bottom: 50px;
}
@media (min-width: 1024px) {
  .tokens__group {
    margin-bottom: 80px;
  }
}
.tokens__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  gap: 10px;
  background-color: #F0F5FB;
  border-radius: 16px;
  padding: 10px;
}
@media (min-width: 768px) {
  .tokens__item {
    width: calc(100% / 3 - (40px / 3));
    padding: 12px;
  }
}
@media (min-width: 1024px) {
  .tokens__item {
    padding: 20px;
  }
}
.tokens__item span {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #888;
  margin-left: auto;
}
@media (min-width: 1024px) {
  .tokens__item span {
    font-size: 20px;
  }
}
.tokens__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  margin: 0;
}
@media (min-width: 1024px) {
  .tokens__name {
    font-size: 20px;
  }
}
.tokens__name img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  margin-right: 10px;
  width: 40px;
  height: 40px;
}
@media (min-width: 1024px) {
  .tokens__name img {
    margin-right: 16px;
  }
}
.table-wrap {
  overflow: auto;
  margin: 0 -15px -15px;
  padding-bottom: 15px;
  /* Handle */
  /* Handle on hover */
}
.table-wrap::-webkit-scrollbar-track {
  background-color: transparent;
}
.table-wrap::-webkit-scrollbar-thumb {
  height: 6px;
  background-color: #333;
  border-radius: 10px;
}
.table-wrap::-webkit-scrollbar-thumb:hover {
  background: #000;
}
.table {
  width: 100%;
}
.table td,
.table th {
  border-bottom: 1px solid rgba(136, 136, 136, 0.2);
}
.table td:nth-of-type(1),
.table th:nth-of-type(1),
.table td:nth-of-type(2),
.table th:nth-of-type(2) {
  min-width: 150px;
}
.table th {
  color: rgba(136, 136, 136, 0.6);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  padding: 20px 15px;
  text-align: left;
}
.table td {
  padding: 20px 15px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #000;
}
@media (min-width: 1024px) {
  .table td {
    font-size: 20px;
  }
}
.table td p {
  margin: 0;
}
.table-token {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.btn-copy {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/copy.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.btn-copy:hover {
  opacity: 0.7;
}
.link-arrow {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../img/arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.link-arrow:hover {
  opacity: 0.7;
}
.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: auto;
  scrollbar-width: none;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 15px;
  padding-left: 15px;
  gap: 16px;
}
.tabs::-webkit-scrollbar {
  display: none;
}
.tabs__item {
  cursor: pointer;
  padding: 16px 32px;
  border-radius: 100px;
  border: 1px solid rgba(136, 136, 136, 0.3);
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .tabs__item {
    font-size: 20px;
  }
  .tabs__item:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
.tabs__item.active {
  color: #fff;
  background-color: #000;
}
.plane {
  display: none;
}
.plane.active {
  display: block;
}
.functional {
  margin: 50px 0;
}
@media (min-width: 1024px) {
  .functional {
    margin: 80px 0;
  }
}
.functional h2 {
  font-weight: 700;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .functional h2 {
    margin-bottom: 48px;
  }
}
.functional__tabs {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .functional__tabs {
    margin-bottom: 64px;
  }
}
.functional__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767.98px) {
  .functional__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.functional__side {
  padding: 20px 20px 0;
  border-radius: 30px;
  font-size: 0;
  background-color: #F0F5FB;
  height: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .functional__side {
    width: 400px;
    margin-right: 30px;
  }
}
@media (min-width: 1024px) {
  .functional__side {
    padding: 40px 40px 0;
    border-radius: 48px;
    width: 505px;
    margin-right: 50px;
  }
}
@media (min-width: 1200px) {
  .functional__side {
    margin-right: 125px;
  }
}
@media (max-width: 767.98px) {
  .functional__side {
    margin-bottom: 30px;
  }
}
.functional__side img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .functional__side img {
    width: 200px;
  }
}
.functional__main p {
  font-size: 18px;
  font-weight: 450;
  line-height: 1.6;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .functional__main p {
    font-size: 20px;
    margin-bottom: 24px;
  }
}
.functional__main ol {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .functional__main ol {
    margin-top: 48px;
  }
}
.faq {
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .faq {
    margin-top: 70px;
  }
}
.faq h2 {
  margin: 0;
}
@media (max-width: 767.98px) {
  .faq h2 br {
    display: none;
  }
}
.faq__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .faq__header {
    margin-bottom: 48px;
  }
}
.faq__header .social-list {
  margin: 0;
}
@media (max-width: 575.98px) {
  .faq__header .social-list {
    gap: 10px;
  }
}
.faq__item + .faq__item {
  margin-top: 16px;
}
.faq__item {
  background-color: #F0F5FB;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .faq__item {
    border-radius: 24px;
  }
}
.faq__item.open .faq__toggle {
  opacity: 1;
  pointer-events: auto;
  max-height: 1000px;
}
.faq__item.open .faq__title {
  margin-bottom: -10px;
}
@media (min-width: 1024px) {
  .faq__item.open .faq__title {
    margin-bottom: -16px;
  }
}
.faq__item.open .faq__title::before {
  -webkit-transform: rotate(135deg) translate(2px, 7px);
          transform: rotate(135deg) translate(2px, 7px);
}
.faq__title {
  position: relative;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.33;
  color: #000;
  padding: 20px 45px 20px 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .faq__title {
    font-size: 24px;
    padding: 32px 60px 32px 32px;
  }
  .faq__title:hover {
    color: #1141A5;
  }
  .faq__title:hover::before {
    border-color: #1141A5;
  }
}
.faq__title::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 18px;
  width: 12px;
  height: 12px;
  border-left: 3px solid #000;
  border-bottom: 3px solid #000;
  -webkit-transform: rotate(-45deg) translate(2px, -10px);
          transform: rotate(-45deg) translate(2px, -10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1024px) {
  .faq__title::before {
    right: 30px;
  }
}
.faq__toggle {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
  max-height: 0;
}
.faq__content {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 450;
  color: #888;
  padding: 0 20px 20px;
}
@media (min-width: 1024px) {
  .faq__content {
    padding: 0 32px 32px;
    font-size: 20px;
  }
}
.faq__content p {
  margin: 0;
}
.faq__content p + p {
  margin-top: 15px;
}
.history {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .history {
    padding-top: 50px;
  }
}
.history h1 {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .history h1 {
    margin-bottom: 60px;
  }
}
.history__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.history__item {
  width: 100%;
  background-color: #F0F5FB;
  border-radius: 18px;
  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;
  padding: 20px;
  gap: 10px;
}
@media (min-width: 768px) {
  .history__item {
    gap: 16px;
    padding: 30px 32px 32px;
    border-radius: 24px;
    width: calc(100% / 3 - (40px / 3));
    min-height: 300px;
  }
}
@media (min-width: 1024px) {
  .history__item {
    min-height: 400px;
  }
}
.history__item h3 {
  font-weight: 450;
  line-height: 1.25;
  margin-bottom: 8px;
}
.history__item a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  color: #1141A5;
}
@media (min-width: 768px) {
  .history__item a {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .history__item a:hover {
    color: #000;
    text-decoration: underline;
    text-underline-position: under;
  }
}
.not-found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100dvh - 280px);
}
@media (min-width: 1024px) {
  .not-found {
    min-height: calc(100dvh - 370px);
  }
}
.not-found .container {
  position: relative;
}
@media (min-width: 1024px) {
  .not-found .container {
    max-width: 1100px;
    margin-bottom: -40px;
  }
}
@media (max-width: 767.98px) {
  .not-found .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}
.not-found__color {
  font-size: 100px;
  font-weight: 900;
  line-height: 1.25;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .not-found__color {
    font-size: 120px;
  }
}
@media (min-width: 1024px) {
  .not-found__color {
    font-size: 160px;
    margin-bottom: 60px;
  }
}
.not-found__color span:nth-of-type(1) {
  color: #319848;
}
.not-found__color span:nth-of-type(2) {
  color: #1141A5;
}
.not-found__color span:nth-of-type(3) {
  color: #E71217;
}
.not-found h1 {
  font-weight: 600;
  line-height: normal;
  margin-bottom: 28px;
}
@media (min-width: 1024px) {
  .not-found h1 {
    font-size: 36px;
  }
}
.not-found p {
  color: #888;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .not-found p {
    margin-bottom: 36px;
  }
}
.not-found__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1141A5;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.33;
  cursor: pointer;
}
@media (min-width: 1024px) {
  .not-found__link {
    font-size: 24px;
  }
  .not-found__link:hover {
    color: #000;
  }
  .not-found__link:hover svg path {
    stroke: #000;
  }
}
.not-found__link svg {
  -webkit-transform: rotate(45deg) translate(5px, -4px);
          transform: rotate(45deg) translate(5px, -4px);
}
.not-found__link svg path {
  stroke: #1141A5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.not-found__decor {
  max-width: 350px;
}
@media (max-width: 767.98px) {
  .not-found__decor {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 20px;
  }
}
@media (max-width: 575.98px) {
  .not-found__decor {
    max-width: 90%;
  }
}
@media (min-width: 768px) {
  .not-found__decor {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    max-width: 60%;
  }
}
.contacts {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .contacts {
    margin-top: 60px;
  }
}
.contacts h1 {
  margin-bottom: 25px;
}
@media (min-width: 1024px) {
  .contacts h1 {
    margin-bottom: 44px;
  }
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 80px;
}
.contacts__item {
  position: relative;
  padding-left: 32px;
}
.contacts__item::before {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #1141A5;
  position: absolute;
  left: 0;
  top: 10px;
}
.contacts__item--office::before {
  background-color: #E92529;
}
.contacts__item h4 {
  margin-bottom: 8px;
}
.contacts__item p {
  font-size: 16px;
  line-height: 1.25;
  font-weight: 400;
  color: #888;
  margin: 0;
}
.contacts__map {
  margin-top: 35px;
  width: 100%;
  height: auto;
  aspect-ratio: 1.82352941;
}
@media (max-width: 767.98px) {
  .contacts__map {
    aspect-ratio: 1;
  }
}
.content-page {
  padding-top: 30px;
}
@media (min-width: 1024px) {
  .content-page {
    padding-top: 60px;
  }
}
.content h1 {
  margin-bottom: 30px;
}
@media (min-width: 1024px) {
  .content h1 {
    margin-bottom: 40px;
  }
}
.content p {
  margin-bottom: 0;
  font-size: 18px;
}
@media (min-width: 1024px) {
  .content p {
    font-size: 24px;
  }
}
.content p + p,
.content p + ul,
.content p + ol,
.content p + .ratio,
.content p + blockquote {
  margin-top: 16px;
}
@media (min-width: 1024px) {
  .content p + p,
  .content p + ul,
  .content p + ol,
  .content p + .ratio,
  .content p + blockquote {
    margin-top: 32px;
  }
}
.content p + h2 {
  margin-top: 32px;
}
@media (min-width: 1024px) {
  .content p + h2 {
    margin-top: 64px;
  }
}
.content ul {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .content ul {
    font-size: 24px;
  }
}
.content .ratio,
.content img {
  margin: 20px 0;
}
@media (min-width: 1024px) {
  .content .ratio,
  .content img {
    margin: 40px 0;
  }
}
.content img {
  width: 100%;
  height: auto;
}
.content ol {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .content ol {
    margin-bottom: 40px;
  }
}
.content ol li {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .content ol li {
    font-size: 24px;
  }
}
.content ol li::before {
  background-color: #000;
  width: 48px;
  height: 48px;
}
.content blockquote {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 32px 0;
  margin: 40px 0;
}
.content blockquote p {
  font-size: 24px;
  font-weight: 450;
  line-height: 1.25;
}
@media (min-width: 1024px) {
  .content blockquote p {
    font-size: 32px;
  }
}
.content blockquote span {
  display: block;
  margin-top: 16px;
  color: #888;
  font-size: 24px;
}
@media (max-width: 1023.98px) {
  .content blockquote span {
    font-size: 18px;
  }
}
.swiper-base {
  width: 100%;
  margin: 20px 0;
  border-radius: 32px;
}
@media (min-width: 1024px) {
  .swiper-base {
    margin: 40px 0;
  }
}
.swiper-base .swiper-wrapper {
  font-size: 0;
}
.swiper-base .swiper-wrapper img {
  margin: 0;
}
.swiper-base .swiper-button-next,
.swiper-base .swiper-button-prev {
  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;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #fff;
}
@media (max-width: 767.98px) {
  .swiper-base .swiper-button-next,
  .swiper-base .swiper-button-prev {
    display: none;
  }
}
.swiper-base .swiper-button-next::after,
.swiper-base .swiper-button-prev::after {
  display: none;
}
.swiper-base .swiper-button-next svg,
.swiper-base .swiper-button-prev svg {
  width: 30px;
  height: 30px;
}
.swiper-base .swiper-button-prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 32px;
}
.swiper-base .swiper-button-next {
  right: 32px;
}
@media (min-width: 768px) {
  .swiper-base .swiper-pagination {
    display: none;
  }
}
.swiper-base .swiper-pagination-bullet-active {
  background-color: #1141A5;
}
.card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 30px 0;
}
@media (min-width: 1024px) {
  .card-list {
    margin: 40px 0;
  }
}
.card-list__item {
  background-color: #F0F5FB;
  border-radius: 24px;
  padding: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .card-list__item {
    width: calc(100% / 3 - (40px / 3));
    min-height: 400px;
  }
}
@media (min-width: 1024px) {
  .card-list__item {
    padding: 32px;
  }
}
.card-list__item img {
  height: 64px;
  width: auto;
  margin-top: 0;
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .card-list__item img {
    margin-bottom: 30px;
  }
}
.card-list__item h4 {
  margin-bottom: 16px;
}
.card-list__item p {
  font-size: 18px;
  line-height: 1.5;
  color: #888;
}
@media (min-width: 1024px) {
  .card-list__item p {
    font-size: 20px;
  }
}
.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
@media (min-width: 1024px) {
  .pagination {
    margin-top: 80px;
  }
}
.pagination__prev,
.pagination__next,
.pagination__item {
  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;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(136, 136, 136, 0.3);
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 1024px) {
  .pagination__prev,
  .pagination__next,
  .pagination__item {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .pagination__prev,
  .pagination__next,
  .pagination__item {
    width: 45px;
    height: 45px;
  }
}
.pagination__prev:not(.pagination__item--dots),
.pagination__next:not(.pagination__item--dots),
.pagination__item:not(.pagination__item--dots) {
  cursor: pointer;
}
.pagination__prev:not(.pagination__item--dots):hover,
.pagination__next:not(.pagination__item--dots):hover,
.pagination__item:not(.pagination__item--dots):hover {
  background-color: #000;
  color: #fff;
}
.pagination__prev {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 575.98px) {
  .pagination__prev,
  .pagination__next {
    display: none;
  }
}
.pagination__prev svg path,
.pagination__next svg path {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pagination__prev:hover svg path,
.pagination__next:hover svg path {
  fill: #fff;
}
.pagination__list {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media (min-width: 1024px) {
  .pagination__list {
    gap: 16px;
  }
}
