@import "https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";

/* src/styles.scss */
@font-face {
  font-family: "SF Pro Display";
  src: url("./media/SFProDisplay-Medium.woff2") format("woff2"), url("./media/SFProDisplay-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("./media/SFProDisplay-Bold.woff2") format("woff2"), url("./media/SFProDisplay-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nirmala UI";
  src: url("./media/NirmalaUI-Bold.woff2") format("woff2"), url("./media/NirmalaUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nirmala UI";
  src: url("./media/NirmalaUI-Bold.woff2") format("woff2"), url("./media/NirmalaUI-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nirmala UI";
  src: url("./media/NirmalaUI.woff2") format("woff2"), url("./media/NirmalaUI.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
:root {
  --background: rgb(248, 250, 252);
  --foreground: rgb(15, 23, 41);
  --card: rgb(255, 255, 255);
  --primary: rgb(13, 162, 231);
  --primary-foreground: rgb(255, 255, 255);
  --secondary: rgb(241, 245, 249);
  --secondary-foreground: rgb(15, 23, 41);
  --muted-foreground: rgb(101, 117, 139);
  --accent: rgb(16, 183, 127);
  --accent-foreground: rgb(255, 255, 255);
  --border: rgb(225, 231, 239);
  --radius: 0.75rem;
}
*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
}
body {
  overflow-x: hidden;
  transition: opacity 0.2s ease-in;
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
  background-color: #eef0f2;
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}
.block__title {
  margin-bottom: 16px;
  font-family: Inter;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.1;
  text-align: center;
  color: var(--foreground);
}
@media (min-width: 640px) {
  .block__title {
    font-size: 36px;
  }
}
.block__desc {
  color: var(--muted-foreground);
  font-size: 18px;
  font-family: Inter;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 64px;
}
.card {
  animation-duration: 0.3s;
  transition-duration: 0.3s;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.card:hover,
.card:focus {
  transform: translate(0px, -4px) scale(1, 1);
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.duration-300 {
  animation-duration: 300ms;
  transition-duration: 300ms;
}
.header__bottom {
  background: linear-gradient(#fff, #b7dd85);
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 140px;
}
@media (max-width: 620px) {
  .header__bottom {
    padding-bottom: 40px;
  }
}
@media (max-width: 590px) {
  .header__bottom {
    margin-top: 0;
  }
}
.header__bottom-inner {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 1200px) {
  .header__bottom-inner {
    flex-direction: column-reverse;
    align-items: center;
  }
}
.header__bottom-title {
  font-weight: 700;
  font-size: 70px;
  line-height: 90px;
  color: #191A15;
  margin-bottom: 11px;
}
.header__bottom-title span {
  color: #81C747;
}
@media (max-width: 700px) {
  .header__bottom-title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 590px) {
  .header__bottom-title {
    font-size: 30px;
    line-height: 42px;
  }
}
.header__bottom-img {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 700px) {
  .header__bottom-img {
    width: 284px;
    height: 26px;
  }
}
@media (max-width: 590px) {
  .header__bottom-img {
    margin-bottom: 15px;
  }
}
.header__bottom-slidecontainer {
  position: relative;
}
@media (max-width: 1200px) {
  .header__bottom-slidecontainer {
    margin-bottom: 30px;
  }
}
@media (max-width: 700px) {
  .header__bottom-slidecontainer {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
  }
}
@media (max-width: 590px) {
  .header__bottom-slidecontainer {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 700px) {
  .header__bottom-slidecontainer::after {
    width: 281px;
    height: 231px;
    top: -134px;
    right: -29px;
  }
}
@media (max-width: 620px) {
  .header__bottom-slidecontainer::after {
    display: none;
    width: 100%;
    height: 100%;
    top: -117px;
    right: -304px;
    background-repeat: no-repeat;
  }
}
@media (max-width: 1200px) {
  .header__bottom-text {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 700px) {
  .header__bottom-text {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 590px) {
  .header__bottom-text {
    margin-top: 0;
  }
}
@media (max-width: 620px) {
  .header__bottom-text p {
    font-size: 14px;
  }
}
.slider {
  width: 100%;
  height: 27px;
  -webkit-appearance: none;
  background:
    linear-gradient(
      90deg,
      #F5FFCA 43.24%,
      #1FC994 98.35%);
  border-radius: 6px;
  margin-bottom: 11px;
}
.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 50px;
  height: 45px;
  background:
    radial-gradient(
      90.2% 90.2% at 50% 50%,
      #F5FFCA 22.4%,
      #32CE99 100%);
  box-shadow: -4px 6px 11px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.slider-btn {
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  width: 100%;
  background: #FFAB00;
  box-shadow: 0px 4px 22px rgba(0, 0, 0, 0.37);
  border-radius: 10px;
  padding: 20px 130px;
  border: none;
  margin-top: 20px;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .slider-btn {
    margin-bottom: 20px;
    padding: 20px 90px;
  }
}
@media (max-width: 620px) {
  .slider-btn {
    padding: 20px 90px;
  }
}
@media (max-width: 590px) {
  .slider-btn {
    padding: 7px 20px;
    font-size: 13px;
    margin-top: 30px;
  }
}
.slider-date {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
}
@media (max-width: 590px) {
  .slider-date {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
.slider-text {
  font-weight: 500;
  font-size: 29px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 36px;
}
@media (max-width: 590px) {
  .slider-text {
    font-size: 23px;
  }
}
.slider__money {
  display: flex;
  justify-content: space-between;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 590px) {
  .slider__money {
    margin-bottom: 6px;
    font-size: 14px;
  }
}
@media (max-width: 700px) {
  .slider__money-max,
  .slider__money-min {
    font-size: 15px;
  }
}
.slider-stroke {
  padding-right: 27px;
  padding-left: 27px;
}
@media (max-width: 590px) {
  .slider-stroke {
    padding: 0;
  }
}
.slider-num,
.slider-symbol {
  font-weight: 700;
  font-size: 49px;
  line-height: 30px;
  color: #fff;
}
@media (max-width: 590px) {
  .slider-num,
  .slider-symbol {
    font-size: 23px;
    line-height: 30px;
  }
}
.slidecontainer {
  background: url(/assets/styles/themes/finami/images/Frame57.png);
  border-radius: 20px;
  width: 100%;
  height: 100%;
  padding: 50px;
  background-repeat: no-repeat;
  object-fit: cover;
}
.advantages {
  padding-top: 100px;
  padding-bottom: 100px;
  background:
    linear-gradient(
      124.28deg,
      #67B639 29.73%,
      #A7DF5C 86.43%);
}
@media (max-width: 800px) {
  .advantages {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.advantages__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .advantages__inner {
    flex-direction: column;
  }
}
.advantages__inner h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 800px) {
  .advantages__info h2 {
    text-align: center;
    font-size: 40px;
    line-height: 48px;
  }
}
.advantages__list-item {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  padding-bottom: 30px;
  position: relative;
  padding-left: 50px;
  white-space: nowrap;
}
.advantages__list-item::before {
  content: "";
  left: 0;
  position: absolute;
  background-image: url(/assets/styles/themes/finami/images/checked.svg);
  width: 32px;
  height: 32px;
}
@media (max-width: 800px) {
  .advantages__list-item {
    white-space: normal;
  }
}
@media (max-width: 800px) {
  .advantages__img-item {
    width: 455px;
    height: 392px;
  }
}
@media (max-width: 620px) {
  .advantages__img-item {
    width: 385px;
    height: 352px;
  }
}
@media (max-width: 400px) {
  .advantages__img-item {
    width: 320px;
    height: 320px;
  }
}
.steps {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 800px) {
  .steps {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
@media (max-width: 590px) {
  .steps {
    padding-bottom: 25px;
    padding-top: 25px;
  }
}
.steps h1 {
  font-size: 50px;
  line-height: 61px;
  color: #1A1A1A;
  text-align: center;
  margin-bottom: 99px;
}
@media (max-width: 590px) {
  .steps h1 {
    margin-bottom: 55px;
    font-size: 47px;
    line-height: 52px;
  }
}
.steps span {
  color: #81C747;
}
.steps__inner {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (max-width: 800px) {
  .steps__inner {
    flex-direction: column;
  }
}
.steps__item {
  width: 232px;
  height: 196px;
}
@media (max-width: 800px) {
  .steps__item {
    margin-bottom: 77px;
  }
  .steps__item:last-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 590px) {
  .steps__item {
    margin-bottom: 35px;
  }
}
.steps__item hr {
  margin-bottom: 40px;
  width: 100%;
}
@media (max-width: 590px) {
  .steps__item hr {
    margin-bottom: 15px;
  }
}
.steps__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 180%;
  color: #81C747;
}
.steps__item-num {
  font-weight: 700;
  font-size: 59.3px;
  line-height: 72px;
  color: #81C747;
  padding-right: 20px;
  padding-left: 0;
}
.steps__item-top {
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}
.steps__item-top--1 {
  margin-right: 2px;
}
.steps__item-top--3 {
  margin-right: 38px;
}
.steps__item-text {
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #1a1a1a;
}
.legal-info {
  padding-bottom: 100px;
  padding-top: 100px;
}
@media (max-width: 800px) {
  .legal-info {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}
.legal-info h1 {
  font-weight: 700;
  font-size: 50px;
  line-height: 61px;
  text-align: center;
  margin-bottom: 51px;
}
.legal-info span {
  color: #81C747;
}
.legal-info p {
  font-weight: 600;
  font-size: 18px;
  line-height: 180%;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.legal-info__btn {
  display: none;
  font-size: 16px;
  color: #81C747;
  background-color: transparent;
  line-height: 24px;
  font-weight: 600;
  padding: 11px 23px;
  border: 2px solid #81C747;
  border-radius: 10px;
  text-decoration: none;
  text-align: center;
  margin: 20px auto;
}
@media (max-width: 620px) {
  .legal-info__btn {
    display: block;
  }
  .legal-info {
    margin-top: 55px;
    padding-bottom: 55px;
  }
  .legal-info h1 {
    margin-bottom: 20px;
  }
  .legal-info p {
    text-align: center;
  }
}
.footer {
  background:
    linear-gradient(
      124.28deg,
      #67B639 29.73%,
      #A7DF5C 86.43%);
  padding-bottom: 0;
  margin-bottom: 0;
}
.footer__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
  padding-top: 95px;
}
@media (max-width: 620px) {
  .footer__top {
    flex-direction: column;
    padding-bottom: 5px;
  }
}
.footer__list-link {
  color: #fff;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 18px;
  line-height: 30px;
  padding-bottom: 30px;
}
@media (max-width: 620px) {
  .footer__list-link {
    text-align: center;
  }
}
.footer__hr {
  margin-bottom: 40px;
}
@media (max-width: 620px) {
  .footer__hr {
    margin-bottom: 0;
  }
}
.footer__copy {
  padding-top: 28px;
  text-align: center;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  padding-bottom: 100px;
}
@media (max-width: 620px) {
  .footer__copy {
    padding-bottom: 5px;
  }
}
.footer__bottom-text {
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 45px;
}
@media (max-width: 620px) {
  .footer__bottom-text {
    font-size: 14px;
  }
}
.footer-menu {
  display: flex;
  justify-content: space-between;
}
.footer-menu__list {
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
  gap: 15px;
}
@media (max-width: 620px) {
  .footer-menu__list {
    flex-direction: column;
  }
}
.footer-menu__list-item {
  text-align: center;
}
.footer-menu__list-item + .footer-menu__list-item {
  margin-left: 0;
}
.footer-logo__img {
  margin-top: -58px;
}
@media (max-width: 620px) {
  .footer-logo__img {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.header {
  background: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 10px;
}
@media (max-width: 800px) {
  .header__inner {
    display: block;
    padding-top: 29px;
  }
}
.menu__btn {
  width: 40px;
  height: 30px;
  cursor: pointer;
  display: none;
  position: relative;
}
.menu__btn span {
  display: block;
  height: 4px;
  width: 55%;
  background-color: #353535;
  position: absolute;
  right: 0;
  top: 14px;
  border-radius: 10px;
}
.menu__btn::after,
.menu__btn::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 4px;
  background-color: #353535;
  left: 0;
  border-radius: 10px;
}
.menu__btn::before {
  top: 0;
}
.menu__btn::after {
  bottom: 0;
}
@media (max-width: 800px) {
  .menu__btn {
    display: block;
    position: absolute;
    right: 10px;
    top: 38px;
  }
}
.menu__list {
  display: flex;
}
@media (max-width: 800px) {
  .menu__list {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-200%);
    transition: transform 0.5s;
  }
}
@media (max-width: 800px) {
  .menu__list--active {
    transform: translateY(0);
    transition: transform 0.5s;
    background-color: #fff;
    z-index: 30;
  }
}
.menu__list-item + .menu__list-item {
  margin-left: 24px;
}
@media (max-width: 800px) {
  .menu__list-item + .menu__list-item {
    margin-left: 0;
  }
}
.menu__list-item-contacts {
  margin-right: 20px;
}
.menu__list-link {
  color: #2F281E;
  font-size: 17px;
  line-height: 22px;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  margin-right: 8px;
}
.menu__list-link:hover {
  text-decoration: underline;
}
@media (max-width: 800px) {
  .menu__list-link {
    display: block;
    padding: 10px 0 40px;
    font-size: 28px;
  }
}
.logo {
  max-width: 70px;
  max-height: 70px;
}
.loan-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 480px) {
  .loan-container {
    padding: 10px;
  }
}
.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2em 0 8em;
}
.modal-wrap {
  max-width: 650px;
  overflow-y: auto;
  padding: 10px 20px;
  color: #3b3b3b;
}
@media screen and (min-width: 480px) {
  .modal {
    margin: 5em 0;
  }
  .modal-wrap {
    padding: 22px 45px;
  }
}
.container {
  max-width: 1184px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-height: 100%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
}
a {
  text-decoration: none;
  color: inherit;
}
ul,
ol {
  list-style: none;
}
button {
  border: none;
}
body {
  font-family:
    Inter,
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
