<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(./reset.css);
body {
  background: #f4f4f4;
}
.header {
  background: #fff;
}
.header__container {
  display: flex;
  padding: 10px 15px;
  justify-content: space-between;
  align-items: center;
}
.logo-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.logo-text {
  color: #e30024;
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: 100%; /* 20px */
}
.header__nav {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 1000;
  display: none;
}
.d-block {
  display: block;
}
.nav-block__mob {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 27px 32px;
  button {
    background: transparent;
    border: none;
    transition: all 0.03s;
  }
}
.header__nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 32px;
}
.header__nav__list__item {
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 20px */
  transition: all 0.03s;
}
.header__nav__list__item:hover,
.header__nav__list__item:focus,
.header__nav__list__item:active {
  color: #e30024;
}
.header__nav__list__item-link {
  white-space: nowrap;
}
.header__nav-btn {
  background-color: transparent;
  border: none;
}
.hero__top {
  background-color: #f4f4f4;
}
.hero__top-form__title {
  color: #181818;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 35px */
  text-transform: capitalize;
  margin-bottom: 20px;
}
.hero__top-form__subtitle {
  color: #181818;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 25px */
  text-transform: capitalize;
  margin-bottom: 10px;
}
.hero__top-form__text {
  color: #181818;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  text-transform: capitalize;
}
.hero__bottom__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.hero__bottom__list__item {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 10.3px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  padding: 20px 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  align-self: stretch;
}
.hero__bottom__list__item:nth-child(2) {
  border-radius: 15px;
  background: #e30024;
  box-shadow: 0px 4px 10.3px 0px rgba(0, 0, 0, 0.25);
  .hero__bottom__list__item-title {
    color: #fff;
  }
  .hero__bottom__list__item-text {
    color: #fff;
  }
}
.hero__bottom__list__item-img {
}
.hero__bottom__list__item-title {
  color: #181818;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.hero__bottom__list__item-text {
  color: #7c8185;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 137.5% */
}
.finora {
}
.finora__container {
}
.finora__container__text-wrap {
  display: flex;
  flex-direction: column;
}
.finora__container-title {
  color: #181818;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 35px */
  margin-top: 24px;
}
.finora__container-text {
  color: #181818;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
  margin-top: 20px;
}
.finora__container-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  width: 100%;
  border-radius: 5px;
  background: #e30024;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 49.92px; /* 312% */
  margin-top: 30px;
  border: none;
}
.perspectif {
  padding: 20px 0 40px;
}
.perspectif__title {
  color: #181818;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 10px;
}
.perspectif__text {
  color: #181818;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 16px */
  margin-bottom: 25px;
}
.perspectif-swiper {
  position: relative;
}

.swiper-slide {
  border-radius: 15px;
  background: #fff;
  box-shadow: 0px 4px 10.3px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  width: 345px;
  height: 400px;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 25px;
}
.swiper-slide__top {
  border-radius: 38px;
  background: rgba(227, 0, 36, 0.7);
  display: flex;
  padding: 5px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 12px */
}
.swiper-slide__logo-wrap {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
}
.swiper-slide__logo-title {
  color: #181818;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 21.6px */
}
.swiper-slide__main-text {
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
.swiper-slide__bottom-box {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  h4 {
    color: #181818;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 157.143% */
  }
}
.swiper-slide__button {
  display: flex;
  width: 218px;
  height: 30px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  border-radius: 5px;
  background: #e30024;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 16px */
}
.swiper-horizontal &gt; .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, -36px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.swiper-pagination-bullet {
  width: var(
    --swiper-pagination-bullet-width,
    var(--swiper-pagination-bullet-size, 8px)
  );
  height: var(
    --swiper-pagination-bullet-height,
    var(--swiper-pagination-bullet-size, 8px)
  );
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: #e30024;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #e30024;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 0px);
  left: auto;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 0px);
  right: auto;
}
.left {
  transform: rotate(180deg);
}
.swiper-slide:nth-child(8) {
  justify-content: center;
  align-items: center;
  button {
    width: 100%;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    align-self: stretch;
    border-radius: 15px;
    border: 2px solid #fff;
    background: #e30024;
    box-shadow: 0px 4px 10.3px 0px rgba(0, 0, 0, 0.25);
  }
}
.swiper-slide__title {
  color: #181818;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 24px */
}
.swiper-button-next {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}
.swiper-button-prev {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
}
.partners {
  background-color: #fff;
}
.partners__container {
  width: 100%;
  padding: 50px 0px;

  overflow-x: auto;
}
.partners__list {
  display: flex;
  align-items: center;
  gap: 21px;
}
.partners__list__item {
  min-width: fit-content;
  border-radius: 5px;
  background: #f4f4f4;
  box-shadow: 0px 4px 10.3px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  height: 70px;
  padding: 0px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.steps {
  background: url("../img/bg.png");
}
.steps__nasli {
}
.steps__nasli__container {
}
.steps__nasli__title {
  color: #181818;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 35px */
  margin-bottom: 25px;
}
.steps__nasli__text {
  color: #181818;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 19.2px */
  margin-bottom: 15px;
  width: 231px;
}
.steps__nasli__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 48px;
  margin: 0 auto;
  width: 260px;
}
.steps__nasli__list__item {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  p {
    color: #181818;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    width: 191px;
  }
}
.steps__nasli__list__item:nth-child(2) {
  div {
    order: 1;
  }
}
.steps__nasli__list__item-steps {
  display: flex;
  width: 60px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 99px;
  border: 1px solid #e30024;
  color: #e30024;
  text-align: center;
  font-family: Roboto;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 40px */
}
.first {
  background: #e30024;
  color: #fff;
}
.steps__sadece {
  margin-top: 51px;
}
.steps__sadece__container {
}
.steps__sadece__container__text-wrap {
  display: flex;
  flex-direction: column;
  gap: 15px;
  h4 {
    color: #181818;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    span {
      color: #e30024;
    }
  }
  p {
    color: #181818;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    span {
      color: #e30024;
    }
  }
  margin-bottom: 20px;
}
.steps__sadece__container__text-wrap__title {
  color: #181818;
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 42px */
  span {
    color: #e30024;
  }
}
.steps__sadece__container__img-wrap {
  position: relative;
  .clock {
    width: 242.616px;
    height: 242.616px;
    margin-left: auto;
    position: relative;
    z-index: 2;
  }
}
.steps__sadece__container__img-wrap__blocks {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
  top: 40px;
}
.block {
  display: flex;
  width: 159.156px;
  padding: 4.852px 9.705px;
  align-items: center;
  gap: 4.852px;
  border-radius: 2.426px;
  background: #f4f4f4;
  box-shadow: 0px 1.941px 4.998px 0px rgba(0, 0, 0, 0.25);
  img {
    width: 9.705px;
    height: 9.705px;
  }
}
.block:nth-child(1) {
  margin-left: 60px;
}
.block:nth-child(2) {
  margin-left: 30px;
}

.faq {
}
.faq__container {
  text-align: left;
}
.faq__title {
  color: #181818;
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 35px */
  margin-bottom: 25px;
}
.faq__text {
  color: #181818;
  font-family: Roboto;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
  margin-bottom: 25px;
}
.faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.faq__list__item {
  display: flex;
  padding: 30px 15px 10px;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  align-self: stretch;
  border-radius: 15px;
  border: 1px solid #f1f1f3;
  background: #fff;
}
.faq__question {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  align-self: stretch;
  border: none;
  background: #fff;
  text-align: left;
}
.faq__question__text {
  color: #181818;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 15.6px */
  text-align: left;
}
.faq__question__icon {
}
.faq__answer {
  border-top: 1px solid #f1f1f3;
  text-align: left;
  border-radius: 15px;
  border: 1px solid #f0f4f7;
  background: #fafafc;
  color: #181818;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  display: flex;
  padding: 10px 48px 10px 24px;
  align-items: center;
  align-self: stretch;
  position: relative;
}
.faq__answer::after {
  content: url("../img/minus.svg");
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
footer {
  background: #fff;
  padding: 25px 15px;
}
.footer__container {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.footer__text {
  color: #181818;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%; /* 16.2px */
}
.footer__text-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
}
.footer__bottom-wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  p {
    order: 1;
  }
  div {
    display: flex;
    flex-direction: row;
    gap: 30px;
  }
}
.d-none {
  display: none;
}

.faq__question__icon {
  display: inline-block;
  transition: transform 0.3s ease;
}
.faq__list__item--open .faq__question__icon {
  transform: rotate(90deg);
}
.faq__answer {
  display: none;
}

.faq__list__item--open .faq__answer {
  display: block;
}

.faq__list__item--open {
  padding: 40px 15px;
}
.modal {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal--hidden {
  display: none;
}

.modal__backdrop {
  position: absolute;

  z-index: 202202;
}

.modal__dialog {
  position: relative;
  width: 90%;
  max-width: 688px;
  padding: 40px;
  z-index: 1; /* Ð²Ñ‹ÑˆÐµ Ð±ÐµÐºÐ´Ñ€Ð¾Ð¿Ð° */
  border-radius: 50px;
  border: 2px solid #e30024;
  background: #fff;
  form {
    input {
      border-radius: 5px;
      background: #f4f4f4;
    }
  }
}

.modal__dialog::after {
  content: url("../img/coin.png");
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -93px;
}
.modal__dialog h2 {
  color: #181818;
  text-align: center;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 25px */
  text-transform: capitalize;
  margin-bottom: 25px;
}
.start {
  transition: all 0.03s;
}
.start:hover,
.start:focus,
.start:active {
  background: #fff;
  background-color: #fff;
  color: #e30024;
  border: 1px solid #e30024;
}
</pre></body></html>