:root {
  --mainFont: "Inter", sans-serif;
  --white: #fff;
  --black: #000;
  --black_gray: rgba(0, 0, 0, 0.7);
  --light_gray: #C3D8E1;
  --lighter_gray: #ECEEF3;
  --white_gray: rgba(255, 255, 255, 0.7);
  --yellow: #f6d74c;
  --yellow-light: #ffe676;
  --light_blue: #DFF6FF;
  --default-transition: all 0.15s ease-in;
  --color-transition: color 0.15s ease-in;
  --background-color-transition: background-color 0.15s ease-in;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Medium.woff2") format("woff2"), url("../fonts/Inter_18pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-SemiBold.woff2") format("woff2"), url("../fonts/Inter_18pt-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter_18pt-Bold.woff2") format("woff2"), url("../fonts/Inter_18pt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

body,
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
  background: none;
  cursor: pointer;
}

input,
select,
textarea {
  appearance: none;
  border: none;
  outline: none;
}

img {
  max-width: 100%;
  width: 100%;
  display: block;
}

.swiper-pagination-bullet {
  width: 0.5625rem;
  height: 0.5625rem;
  background-color: var(--light_gray);
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: var(--black);
}

html {
  font-size: 1.1104vw;
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 1.6128vw;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 4.2672vw;
  }
}

body {
  font-family: var(--mainFont);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  letter-spacing: -0.0375rem;
  color: var(--black_gray);
}

html {
  background: #0b66bd;
}

a {
  display: inline-block;
  transition: var(--color-transition);
}

button {
  transition: var(--default-transition);
}

path,
circle {
  transition: var(--default-transition);
}

svg {
  width: 100%;
}

.icon {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper {
  max-width: 85rem;
  width: 100%;
  margin: 0 auto;
  padding: 0 2.5rem;
}
.wrapper.large {
  max-width: 90rem;
}
.wrapper.small {
  max-width: 80rem;
}

.section {
  position: relative;
  z-index: 2;
  min-height: 100dvh;
  background: #ffffff;
  padding: 5rem 0;
  display: flex;
}
.section .wrapper {
  display: flex;
}
.section--no_padding {
  padding: 0;
}
.section--reviews {
  background-image: url("../images/main/boost-credit.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.example-section {
  min-height: 200vh;
  position: relative;
  z-index: 2;
}

.dark-section {
  background: blue;
}

.blue-section {
  background: var(--light_blue);
}

.gradient-back {
  background: radial-gradient(216.79% 100% at 50.13% 100%, #53caf7 0%, #0b66bd 100%);
  color: var(--white);
}
.gradient-back--green {
  background: radial-gradient(216.79% 100% at 50.13% 100%, #6CC260 0%, #48A63B 100%);
}

.text-white {
  color: var(--white);
}

.text-whitegray {
  color: var(--white_gray);
}

.text-black {
  color: var(--black);
}

main {
  position: relative;
  z-index: 2;
}

.section-sticky {
  position: sticky;
  width: 100%;
}

.black-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}

.default-info {
  max-width: 39.5625rem;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
  text-align: center;
}
.default-info:not(.white) .title-h1,
.default-info:not(.white) .title-h2 {
  color: var(--black);
}
.default-info.middle {
  max-width: 50rem;
}
.default-info.large {
  max-width: 65rem;
}

.section-with__image {
  min-height: calc(100dvh + 300px);
  position: relative;
  z-index: 2;
}
.section-with__image .back-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  overflow: hidden;
}
.section-with__image .back-image img {
  object-fit: cover;
  max-width: none;
  height: 100%;
}
.section-with__image .with-image-wrapper {
  height: 100dvh;
  position: sticky;
  top: 0;
  width: 100%;
  display: flex;
}
.section-with__image .wrapper {
  margin: auto;
  position: relative;
  z-index: 2;
}

.default-columns {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  gap: 2rem;
  width: 100%;
}
.default-columns .column {
  max-width: 25rem;
  width: 100%;
  position: relative;
  z-index: 2;
}
.default-columns .left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.default-columns .right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4rem;
  text-align: right;
}
.default-columns .right-bottom {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.default-columns .center {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.section-with__blocks .blocks {
  max-width: 37.5rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 5.34rem 0;
}
.section-with__blocks .block-container {
  position: sticky;
  top: 0;
}
.section-with__blocks .block {
  padding: 3.75rem 2.5rem 5rem 2.5rem;
  border-radius: 1.875rem;
  background: #fff;
  backdrop-filter: blur(17.5px);
}
.section-with__blocks .block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-with__blocks .block .title-h3 {
  color: var(--black);
}
.section-with__blocks .block .text-sm {
  margin-top: 1.56rem;
}
.section-with__blocks--simple .block {
  padding: 3.75rem 2.5rem 5rem;
  border-radius: 1.875rem;
  background: #fff;
  backdrop-filter: blur(17.5px);
}
.section-with__blocks--simple .block h3 br {
  display: none;
}
.section-with__blocks--simple .block-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.section-with__blocks--simple .block .block-image {
  margin-bottom: 1.12rem;
}
.section-with__blocks--simple .block .title-h3 {
  color: var(--black);
}
.section-with__blocks--simple .block .text-sm {
  margin-top: 0.94rem;
}
.section-with__blocks--simple .swiper-pagination {
  position: relative;
  margin-top: 1.56rem;
}

.content-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
  margin: auto;
}
.content-column .col {
  max-width: 36.25rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.content-column.align-top {
  align-items: flex-start;
}

.wrapper {
  padding: 0 1.25rem;
}
.wrapper.large {
  padding: 0 1.25rem;
}

@media (min-width: 1181px) {
  .mobile {
    display: none;
  }
}
@media (max-width: 1180px) {
  .section {
    min-height: 100vh;
  }
  .section-sticky {
    position: relative;
  }
  .desktop {
    display: none;
  }
}
@media (max-width: 480px) {
  .section-with__blocks .block {
    padding: 2.5rem;
  }
  .section-with__blocks .block .title-h3 {
    font-size: 1.875rem;
  }
  .section-with__blocks .block h3 br {
    display: none;
  }
}
.title-h1 {
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 3.5rem;
  letter-spacing: -0.14rem;
}

.title-h2 {
  font-size: 3.875rem;
  font-weight: 600;
  line-height: 4.625rem;
  letter-spacing: -0.155rem;
}

.title-h2__secondary {
  font-size: 3.625rem;
  font-weight: 500;
  line-height: 4.25rem;
  letter-spacing: -0.2175rem;
}

.title-h3 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 3.125rem;
  letter-spacing: -0.11rem;
}

.title-h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 2.5625rem;
  letter-spacing: -0.08rem;
}

.title-h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: -0.06rem;
}

.text-lg {
  font-size: 1.5rem;
  line-height: 2.125rem;
  letter-spacing: -0.06rem;
}

.text-md {
  font-size: 1.25rem;
  line-height: 1.875rem;
  letter-spacing: -0.0375rem;
}

.text-sm {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
}

.text-xs {
  font-size: 0.875rem;
  line-height: 0.875rem;
  letter-spacing: -0.02625rem;
}

.opacity-70 {
  opacity: 0.7;
}

.default-btns {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}

.default-btn {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.125rem;
  letter-spacing: -0.03375rem;
  background: var(--yellow);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.31rem;
  min-height: 3.75rem;
  padding: 1rem 1.88rem;
  border-radius: 6.25rem;
  transition: var(--background-color-transition);
  width: max-content;
  color: var(--black);
  outline: none;
}
.default-btn .icon {
  width: 1.5rem;
}
.default-btn.no-bg {
  background: transparent;
}
.default-btn.small {
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: -0.03rem;
  padding: 0.5rem 1.25rem;
  min-height: 3.1272rem;
  border-radius: 6.25rem;
}
@media (hover: hover) {
  .default-btn:hover {
    background: var(--yellow-light);
  }
}

.language-dropdown {
  position: relative;
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1rem;
  letter-spacing: -0.03rem;
}
.language-dropdown .dropdown-toggle {
  display: flex;
  align-items: center;
  gap: 0.44rem;
  padding: 0.78rem 0.62rem;
  border-radius: 6.25rem;
  background: var(--white);
  cursor: pointer;
  min-width: 6.3rem;
}
.language-dropdown .dropdown-toggle img {
  width: 1.5625rem;
  height: auto;
}
.language-dropdown .dropdown-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.251rem;
  height: 1.251rem;
  transition: var(--default-transition);
}
.language-dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  border-radius: 1.25rem;
  background: var(--white);
  box-shadow: 10px 20px 35px 0px rgba(0, 0, 0, 0.25);
  display: none;
  width: 100%;
  padding: 1.25rem;
  flex-direction: column;
  gap: 0.62rem;
}
.language-dropdown .dropdown-menu li {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
.language-dropdown .dropdown-menu li img {
  display: none;
}
@media (hover: hover) {
  .language-dropdown .dropdown-menu li:hover {
    color: var(--yellow);
  }
}
.language-dropdown .dropdown-menu li.active {
  opacity: 0.3;
  pointer-events: none;
}
.language-dropdown.open .dropdown-menu {
  display: flex;
}
.language-dropdown.open .dropdown-arrow {
  transform: rotate(-180deg);
}

@media screen and (max-width: 480px) {
  .title-h1 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 2.625rem;
    letter-spacing: -0.1rem;
  }
  .title-h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.625rem;
    letter-spacing: -0.1rem;
  }
  .title-h2__secondary {
    font-size: 2.5rem;
    line-height: 2.625rem;
    letter-spacing: -0.1rem;
  }
  .title-h3 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.375rem;
    letter-spacing: -0.08rem;
  }
  .text-lg {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.625rem;
    letter-spacing: -0.045rem;
  }
}
.header {
  padding: 1.88rem 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.header .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.header .logo {
  max-width: 10.5rem;
  position: relative;
}
.header .logo-blue {
  transition: var(--default-transition);
}
.header .logo-white {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: var(--default-transition);
}
.header .language-dropdown {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: var(--default-transition);
  opacity: 0;
  pointer-events: none;
}
.header .default-btn {
  transition: var(--default-transition);
}
.header.dark .logo-white {
  opacity: 1;
}
.header.dark .logo-blue {
  opacity: 0;
}
.header.initial-view .default-btn {
  opacity: 0;
  pointer-events: none;
}
.header.initial-view .language-dropdown {
  opacity: 1;
  pointer-events: all;
}

.footer {
  min-height: 100dvh;
  position: sticky;
  bottom: 0;
}
.footer .container {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 2.5rem;
  padding: 5rem 0 2.5rem;
}
.footer .default-columns .center {
  max-width: 20rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .default-columns .center-image {
  min-width: 207.63%;
}
.footer .wrapper:first-child {
  flex-grow: 1;
  display: flex;
}
.footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.75rem;
  letter-spacing: -0.0225rem;
}
.footer .navigation {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
}
@media (hover: hover) {
  .footer .navigation-item:hover a {
    color: var(--yellow);
  }
}
.footer .socials {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.25rem;
}
.footer .social {
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .social path {
  stroke: var(--white);
}
@media (hover: hover) {
  .footer .social:hover path {
    stroke: var(--yellow);
  }
}

@media (max-width: 1180px) {
  .footer {
    position: relative;
  }
}
@media (max-width: 1024px) {
  .footer .default-columns {
    flex-direction: column;
    text-align: center;
    justify-content: center;
    gap: 2.5rem;
  }
  .footer .default-columns .right {
    align-items: center;
    text-align: center;
  }
  .footer .right-bottom {
    text-align: center;
  }
  .footer .bottom {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .footer .default-columns .center-image {
    min-width: auto;
  }
  .footer .navigation {
    flex-direction: column;
  }
}
.cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 100;
  transition: var(--default-transition);
}
.cookies.hidden {
  opacity: 0;
  transform: translateY(100%);
}
.cookies__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem;
}
.cookies__text {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  font-weight: 500;
  padding-right: 1.25rem;
}
@media (max-width: 480px) {
  .cookies__wrapper {
    flex-direction: column;
  }
  .cookies__text {
    padding-right: 0;
    text-align: center;
    margin-bottom: 1rem;
  }
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999;
  background: radial-gradient(216.79% 100% at 50.13% 100%, #53CAF7 0%, #0B66BD 100%);
  transition: opacity 0.5s ease;
}
.preloader__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.preloader__digits {
  font-size: 6.25rem;
  line-height: 6.25rem;
  letter-spacing: -0.5rem;
  color: var(--white);
}
.preloader-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.625rem;
  background: var(--white);
  overflow: hidden;
}
.preloader-bar__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--yellow);
  transition: width 0.1s linear;
}
@media (max-width: 1024px) {
  .preloader__digits {
    font-size: 3.5rem;
    line-height: 3.5rem;
    letter-spacing: -0.25rem;
  }
}

.fancybox__backdrop {
  background-color: rgba(0, 0, 0, 0.2);
}

.modal {
  max-width: 37.5rem;
  width: 100%;
  text-align: center;
  border-radius: 1.875rem;
  padding: 3.75rem 2.5rem 5rem;
}
.modal .title-h3 {
  color: var(--black);
}
.modal__close {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1.5rem;
  right: 1.5rem;
  cursor: pointer;
  padding: 0.3125rem;
}
.modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}
.modal__text {
  max-width: 22.8125rem;
  margin: auto;
  color: var(--black);
  opacity: 0.7;
}
.modal button[type=submit] {
  margin-top: 0.625rem;
  width: 100%;
}
.modal__form {
  width: 100%;
}
.modal .form {
  width: 100%;
}

@media (max-width: 480px) {
  .modal {
    padding: 1.875rem 1.25rem 2.5rem;
  }
}
label {
  display: block;
  font-size: 0.8125rem;
  line-height: 0.8125rem;
  margin-bottom: 0.625rem;
  color: var(--black);
  opacity: 0.5;
  letter-spacing: -0.0244rem;
}

input {
  width: 100%;
  height: 3.4375rem;
  text-align: center;
  border-radius: 6.25rem;
  background-color: var(--lighter_gray);
  font-size: 1rem;
  line-height: 1rem;
  font-weight: 500;
  color: var(--black);
  letter-spacing: -0.0319rem;
}
input::placeholder {
  color: var(--black);
  opacity: 0.5;
}

.form__groups {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.form__group {
  width: 100%;
}

.hero-section {
  min-height: 130dvh;
  display: flex;
  color: var(--white);
}
.hero-section .content {
  display: flex;
  flex-direction: column;
  padding: 0rem 2.5rem 5rem;
  width: 100%;
  height: max-content;
  min-height: 100dvh;
  position: sticky;
  top: 0;
}
.hero-section .main {
  position: relative;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.hero-section .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.5rem;
}
.hero-section .left {
  max-width: 26rem;
}
.hero-section .right {
  max-width: 25rem;
  text-align: right;
}
.hero-section .buttons {
  display: flex;
  justify-content: flex-end;
  gap: 0.62rem;
  margin-top: 2.5rem;
}
.hero-section .default-btn {
  min-width: 9.8815rem;
  padding: 0.5rem 1.25rem;
}
.hero-section .clouds {
  width: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -4rem;
}
.hero-section .clouds-container {
  position: absolute;
  bottom: calc(50% - 2.2rem);
  left: -2.5rem;
  width: calc(100% + 5rem);
  overflow: hidden;
  padding: 5rem 0;
  transform: translateY(50%);
}
.hero-section .cloud {
  position: relative;
}
.hero-section .cloud-1 {
  max-width: 13.625rem;
  margin-right: 8.7rem;
  top: 1.5rem;
}
.hero-section .cloud-2 {
  max-width: 14.375rem;
  margin-right: 25.88rem;
  left: -0.5rem;
}
.hero-section .cloud-3 {
  max-width: 13rem;
  margin-right: 9.05rem;
  top: 0.5rem;
  left: -0.5rem;
}
.hero-section .cloud-4 {
  max-width: 13.75rem;
  left: -0.5rem;
  top: 2.1rem;
}

@media (max-width: 1180px) {
  .hero-section {
    min-height: 120vh;
  }
}
@media (max-width: 1024px) {
  .hero-section {
    min-height: 100vh;
  }
  .hero-section .main {
    flex-grow: 0;
  }
  .hero-section .content {
    justify-content: center;
    padding: 0;
    overflow: hidden;
  }
  .hero-section .bottom {
    flex-direction: column;
    align-items: center;
    padding: 0;
    padding: 0 1.25rem;
  }
  .hero-section .right {
    text-align: center;
  }
  .hero-section .buttons {
    align-items: center;
    justify-content: center;
  }
  .hero-section .left {
    text-align: center;
  }
}
.chart {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
.chart-container {
  overflow: hidden;
  position: relative;
  top: 6.3rem;
}
.chart-container--inner {
  top: 0;
  max-height: 350px;
}
.chart-circle {
  transform: rotate(-202deg);
  width: 28rem;
  height: 28rem;
  z-index: 1;
}
.chart-circle circle {
  transition: none;
}
.chart-circle__main {
  fill: none;
  stroke-width: 6px;
  stroke: var(--white);
}
.chart-circle__back {
  stroke-width: 6px;
  fill: none;
  stroke: rgba(13, 104, 190, 0.35);
}
.chart-info {
  position: absolute;
  top: 9.6rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 0.85rem;
}
.chart-info__value {
  font-size: 6.25rem;
  font-weight: 500;
  line-height: 6.25rem;
  letter-spacing: -0.5rem;
}
.chart-info__description {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.375rem;
  letter-spacing: -0.01375rem;
  text-transform: uppercase;
  transition: opacity 0.3s ease-in-out;
}
.chart-info__description.hidden {
  opacity: 0;
}
.chart--grey_bg .chart-circle__back {
  stroke: rgba(0, 0, 0, 0.35);
}

@media (max-width: 1180px) {
  .section-chart-2 {
    min-height: 100vh;
  }
  .section-chart-2 .black-mask {
    opacity: 0.3;
  }
}
@media (max-width: 480px) {
  .chart-circle {
    width: 17.1875rem;
    height: 17.1875rem;
  }
  .chart-container {
    top: 0;
  }
  .chart-info {
    top: 5rem;
  }
  .chart-info__value {
    font-size: 4.29688rem;
    line-height: 4.29688rem;
    letter-spacing: -0.34375rem;
  }
  .chart-info__description {
    font-size: 0.94531rem;
    line-height: 0.94531rem;
    letter-spacing: -0.00944rem;
  }
}
.section-credit__score .block-container__first .block {
  background: #fffdec;
}
.section-credit__score .block-container__second .block {
  background: #e3fae7;
}
.section-credit__score .block-container__third .block {
  background: #dff6ff;
}
.section-credit__score .blocks {
  width: 100%;
}
.section-credit__score .blocks--mobile {
  max-width: 100vw;
  overflow: hidden;
}
.section-credit__score .blocks--mobile .swiper {
  width: 100%;
}
.section-credit__score .blocks--mobile .swiper-pagination {
  position: relative;
  margin-top: 1.56rem;
}
.section-credit__score .block-image {
  max-width: 7.8125rem;
  border-radius: 1.5625rem;
  overflow: hidden;
  margin-bottom: 2.12rem;
}
.section-credit__score--blocks_white .block-container .block {
  background: #fff;
}

@media (min-width: 1181px) {
  .section-credit__score .blocks--mobile {
    display: none;
  }
}
@media (max-width: 1180px) {
  .section-credit__score--mobile_height {
    padding-top: 0;
    min-height: auto;
    z-index: 999;
  }
  .section-credit__score .wrapper {
    padding: 0;
  }
  .section-credit__score .blocks {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-credit__score .blocks--desktop {
    display: none;
  }
  .section-credit__score .block-container {
    padding: 1rem;
    position: relative;
  }
}
.section-judgment .content {
  color: var(--white);
  min-height: calc(100dvh - 10rem);
}
.section-judgment .clouds {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
}
.section-judgment .cloud {
  width: 100%;
  position: relative;
}
.section-judgment .cloud-1 {
  max-width: 13.67188rem;
  left: -2rem;
  top: -3.5rem;
}
.section-judgment .cloud-2 {
  max-width: 14.01831rem;
  right: 2rem;
  top: -2.6rem;
}
.section-judgment .default-columns .center {
  max-width: 18.8rem;
}
.section-judgment .image {
  max-width: 6.25rem;
}
.section-judgment .phone {
  max-width: 18.75rem;
}

@media (max-width: 1024px) {
  .section-judgment .content {
    flex-direction: column;
  }
  .section-judgment .default-columns .left,
  .section-judgment .default-columns .right {
    align-items: center;
    text-align: center;
  }
  .section-judgment .default-columns .right {
    gap: 1.56rem;
  }
  .section-judgment .clouds {
    top: 10%;
    gap: 26rem;
  }
}
.section-start {
  overflow: hidden;
}
.section-start .image {
  max-width: 6.25rem;
}
.section-start .clouds {
  width: max-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -5.5rem;
}
.section-start .clouds-container {
  position: absolute;
  top: 2.5rem;
  left: -2.5rem;
  width: calc(100% + 5rem);
  overflow: hidden;
  padding: 5rem 0;
}
.section-start .cloud {
  position: relative;
}
.section-start .cloud-1 {
  max-width: 13.625rem;
  margin-right: 9.2rem;
  top: 1.5rem;
}
.section-start .cloud-2 {
  max-width: 14.25rem;
  margin-right: 31.7rem;
  left: -0.5rem;
}
.section-start .cloud-3 {
  max-width: 12.5rem;
  margin-right: 11.6rem;
  top: 1rem;
  left: -0.5rem;
}
.section-start .cloud-4 {
  max-width: 13.75rem;
  left: -0.5rem;
  top: 1.5rem;
}

.section-meet .women {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-meet .woman {
  max-width: 10.3125rem;
  width: 100%;
  margin: 0 -1rem;
}

.section-meet__blocks {
  background: #e3fae7;
}
.section-meet__blocks .blocks {
  width: 100%;
}
.section-meet__blocks .block {
  backdrop-filter: blur(17.5px);
}
.section-meet__blocks--simple .wrapper {
  padding: 0;
}
.section-meet__blocks--simple .blocks {
  display: block;
}
.section-meet__blocks--simple .block-container {
  position: relative;
  top: unset;
  padding: 1rem;
}
.section-meet__blocks--simple .swiper {
  width: 100%;
}
.section-meet__blocks--simple .swiper-pagination {
  position: relative;
  margin-top: 1.56rem;
}

.section-super_credit {
  position: relative;
  height: 300dvh;
  background: #dff6ff;
  padding: 0;
}
.section-super_credit .blocks-container {
  position: sticky;
  top: 0;
  overflow: hidden;
  height: 100dvh;
  display: flex;
  align-items: center;
  padding-top: 3.44rem;
}
.section-super_credit .blocks {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 3rem;
}
.section-super_credit .block {
  max-width: 22.5rem;
  width: 100%;
  flex-shrink: 0;
  border-radius: 2.5rem;
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(17.5px);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 1.88rem 0.94rem;
  max-height: calc(100dvh - 6.88rem);
  display: flex;
}
.section-super_credit .block-container {
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
  overflow-y: auto;
  max-height: 100%;
  padding: 0 0.94rem;
}
.section-super_credit .block-content {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.section-super_credit .block-top {
  border-radius: 1.5625rem;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.section-super_credit .block-bottom {
  transition: all 0.3s ease-in-out;
  position: relative;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  gap: 0.94rem;
  padding-top: 1.25rem;
}
.section-super_credit .block.active {
  background: #fff;
}
.section-super_credit .block.active .block-container {
  opacity: 1;
}
.section-super_credit .block.active .block-bottom {
  opacity: 1;
}
.section-super_credit .block.yellow {
  background: #ffed87;
}
.section-super_credit .block.yellow .block-icon {
  max-width: 3.125rem;
  margin-bottom: 1.25rem;
}
.section-super_credit .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.section-super_credit .swiper-pagination {
  position: relative;
  bottom: 2.2rem;
}

@media (min-width: 1181px) {
  .section-super_credit .blocks--mobile {
    display: none;
  }
}
@media (max-width: 1180px) {
  .section-super_credit {
    height: auto;
    min-height: 110vh;
    padding-bottom: 3.125rem;
  }
  .section-super_credit .blocks {
    display: block;
  }
  .section-super_credit .blocks--desktop {
    display: none;
  }
  .section-super_credit .blocks-container {
    position: relative;
    height: auto;
  }
  .section-super_credit .block {
    background: var(--white);
    min-height: 40.625rem;
    max-height: 100%;
  }
  .section-super_credit .block-container {
    opacity: 1;
    padding: 0;
  }
  .section-super_credit .block-bottom {
    position: relative;
    opacity: 1;
  }
  .section-super_credit .block.yellow .block-content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .section-super_credit .swiper-pagination {
    position: relative;
    bottom: unset;
    margin-top: 1.56rem;
  }
}
.section-masks {
  position: relative;
  width: 100%;
}
.section-masks .sections {
  position: sticky;
  top: 0;
  width: 100%;
  height: 100dvh;
  z-index: 2;
}
.section-masks .section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
}
.section-masks .section.first {
  background: #dff6ff;
  z-index: 1;
}
.section-masks .section:not(.first) {
  -webkit-mask-image: linear-gradient(to top, black 100%, transparent 100%);
  mask-image: linear-gradient(to top, black 100%, transparent 100%);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.section-masks .section.second {
  background: #e3fae7;
  z-index: 2;
}
.section-masks .section.third {
  background: #fffdec;
  z-index: 3;
}
.section-masks .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.section-masks .rigth,
.section-masks .left {
  max-width: 23.75rem;
  width: 100%;
  color: var(--black);
}
.section-masks .left {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.section-masks .left .icon {
  max-width: 3.75rem;
}
.section-masks .center {
  max-width: 27.5rem;
}
.section-masks .center .image {
  max-width: 16.25rem;
  max-height: 80dvh;
}
.section-masks .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.25rem;
  margin-top: 2.25rem;
}
.section-masks .pagination-item {
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.045rem;
  color: var(--black);
  border-radius: 6.25rem;
  background: #fff;
}
.section-masks .pagination-item.active {
  background: radial-gradient(216.79% 100% at 50.13% 100%, #53caf7 0%, #0b66bd 100%), linear-gradient(0deg, #fff 0%, #fff 100%), #fffdec;
  color: var(--white);
}

@media (max-width: 1024px) {
  .section-masks {
    display: none;
  }
}
.section-how .content-column {
  width: 100%;
}
.section-how .content-column .col {
  position: relative;
  width: 100%;
  gap: 3.75rem;
}
.section-how .content-column .col.left {
  align-items: flex-start;
  min-height: 31.25rem;
}
.section-how-mobile .wrapper {
  padding: 0;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.section-how-mobile h2 {
  color: var(--black);
  text-align: center;
}
.section-how-mobile .how-screens {
  margin-top: 2.86rem;
}

.how-img {
  position: relative;
  width: 18.75rem;
  height: 38.75rem;
  position: absolute;
  inset: 0;
  margin: auto;
}
.how-img__device {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
}
.how-img__items {
  position: absolute;
  inset: 0;
  width: 94%;
  height: 97%;
  object-fit: cover;
  padding: 0.5rem;
  margin: auto;
}
.how-img__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  mask-image: url("../images/main/iphone-device-mask.svg");
  mask-size: 100% 100%;
  mask-repeat: no-repeat;
  mask-position: center;
}
.how-img__item.active {
  opacity: 1;
  visibility: visible;
}
.how-items {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.how-item {
  display: flex;
  gap: 1.25rem;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out;
}
.how-item.active {
  opacity: 1;
}
.how-item.active .how-item__num {
  background: radial-gradient(216.79% 100% at 50.13% 100%, #53CAF7 0%, #0B66BD 100%);
  color: #FFF;
}
.how-item__num {
  display: flex;
  width: 3.125rem;
  height: 3.125rem;
  padding: 0rem 1.25rem;
  justify-content: center;
  align-items: center;
  gap: 0.4375rem;
  border-radius: 6.25rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.045rem;
  background-color: var(--white);
  transition: all 0.2s ease-in-out;
}
.how-item__main {
  padding-top: 0.625rem;
}
.how-item__text {
  max-width: 20.625rem;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, max-height 0.2s ease-in-out;
}
.how-item__text p {
  padding-top: 0.9375rem;
}

.review .block-content {
  align-items: flex-start;
  text-align: left;
}
.review__title {
  font-size: 2rem;
  line-height: 2.5625rem;
  color: var(--black);
  font-weight: 600;
  font-style: italic;
}
.review__subtitle {
  font-size: 1.5rem;
  line-height: 2.25rem;
  letter-spacing: -0.03em;
  color: var(--black);
  margin-top: 1.5625rem;
}
.review__user {
  margin-top: 2.1875rem;
}
.review-user {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  color: var(--black);
}
.review-user__icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  background: var(--white) url("../images/icons/user.svg") no-repeat center center;
}
.review-user__name {
  font-size: 1.5rem;
  line-height: 1.75rem;
  letter-spacing: -0.04em;
}
.review-user__location {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  opacity: 0.7;
  margin-top: 0.3125rem;
}

@media (max-width: 480px) {
  .review__title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    letter-spacing: -0.06rem;
    font-style: normal;
  }
  .review__subtitle {
    font-size: 1rem;
    line-height: 1.5rem;
    letter-spacing: -0.03rem;
    margin-top: 0.94rem;
  }
  .review__user {
    gap: 0.94rem;
  }
}
@media (max-width: 1180px) {
  .section-reviews .wrapper {
    max-width: 100%;
    width: 100%;
  }
  .section-reviews .blocks {
    max-width: 100%;
    display: block;
  }
}
@media (max-width: 1180px) {
  .section-great-credit {
    min-height: 100vh;
  }
  .section-great-credit .black-mask {
    opacity: 0.3;
  }
}
@media (max-width: 1024px) {
  .section-great-credit .content-column {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1180px) {
  .section-dispute {
    min-height: 100vh;
  }
  .section-dispute .black-mask {
    opacity: 0.3;
  }
}
@media (max-width: 1024px) {
  .section-dispute .content-column {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .section-dispute .col.right {
    display: none;
  }
}
.section-screens .title-h2 {
  color: var(--black);
  text-align: center;
}
.section-screens .wrapper {
  flex-direction: column;
  justify-content: center;
  padding: 0;
}
.section-screens .swiper-pagination {
  position: relative;
  position: relative;
  bottom: unset;
  margin-top: 1.56rem;
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.section-screens .swiper-pagination-bullet {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.125rem;
  letter-spacing: -0.045rem;
  width: 3.125rem;
  height: 3.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--white);
  border-radius: 50%;
  font-weight: 600;
  color: var(--black);
  transition: all 0.3s ease;
  cursor: pointer;
}
.section-screens .swiper-pagination-bullet-active {
  background: radial-gradient(216.79% 100% at 50.13% 100%, #53CAF7 0%, #0B66BD 100%), linear-gradient(0deg, #FFF 0%, #FFF 100%), #FFFDEC;
  color: var(--white);
}
.section-screens--colored .screens__blocks {
  min-height: 7.5rem;
}
.section-screens--colored .title-h2 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 3.75rem;
}
.section-screens--colored .title-h2 img {
  width: 3.125rem;
  height: 3.125rem;
  margin-right: 0.625rem;
}
.section-screens--colored .title-h2 span {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.section-screens--colored .title-h2 span.active {
  opacity: 1;
  visibility: visible;
}

.screens {
  width: 100%;
  margin-top: 2.5625rem;
}
.screens__info {
  position: relative;
  padding: 2.87rem 2.03rem 0;
  min-height: 9.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.screens__blocks {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 9.9375rem;
}
.screens__block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  text-align: center;
  color: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
.screens__block.active {
  opacity: 1;
  visibility: visible;
}
.screens__block p {
  opacity: 0.7;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: -0.03rem;
}
.screens img {
  width: 10rem;
  margin: 0 auto;
}
.screens .swiper {
  width: 100%;
}
.screens .swiper-slide {
  transition: opacity 0.2s ease;
}
.screens .swiper-slide-prev, .screens .swiper-slide-next {
  opacity: 0.1;
}

.error-page {
  overflow: hidden;
}
.error-page .default-info {
  position: relative;
}
.error-page .title-h2 {
  font-size: 6.25rem;
  line-height: 6.25rem;
  margin-bottom: 6.25rem;
  margin-top: calc(50vh - 12.5rem);
}
.error-page .clouds {
  position: absolute;
  width: 100%;
  min-width: 38.125rem;
  height: 17.1875rem;
  margin: auto;
  top: 0;
  bottom: -10%;
}
.error-page .cloud {
  position: absolute;
}
.error-page .cloud-1 {
  max-width: 7.1875rem;
  right: 5%;
  z-index: 2;
}
.error-page .cloud-2 {
  max-width: 11.6875rem;
}
.error-page .cloud-3 {
  max-width: 12.625rem;
  right: 10%;
  top: -40%;
  z-index: 1;
}
.error-page .cloud-4 {
  max-width: 13.75rem;
  top: 20%;
  left: 10%;
}
@media (max-width: 1024px) {
  .error-page .clouds {
    min-width: 68.125rem;
    bottom: -60%;
  }
  .error-page .title-h2 {
    margin-bottom: 0;
    margin-top: 0;
  }
}
@media (max-width: 480px) {
  .error-page .clouds {
    min-width: 50.125rem;
    bottom: -50%;
  }
}