@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap);
body,
html {
  padding: 0;
  margin: 0;
  background: #FFF;
  color: #000;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; }

body {
  overflow: hidden;
  overflow-y: auto; }

/* h1, h2, h3, h4 {
    font-family: 'Rubik', sans-serif;
} */
a {
  color: inherit;
  text-decoration: none; }

/*WIDTH*/
.w-100 {
  width: 100%; }

.w-50 {
  width: 50%; }

.w-33 {
  width: 33%; }

.w-30 {
  width: 30%; }

.w-25 {
  width: 25%; }

/* FLOAT */
.float-left {
  float: left; }

.float-right {
  float: right; }

.float-none {
  float: none; }

.clr {
  display: block;
  width: 100%;
  height: 0;
  clear: both; }

.hidden {
  display: none; }

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

.hidden {
  display: none !important; }

.placeholder-unstyled[type="text"]::-webkit-input-placeholder, .placeholder-unstyled[type="text"]::-moz-placeholder, .placeholder-unstyled[type="text"]:-moz-placeholder, .placeholder-unstyled[type="text"]:-ms-input-placeholder {
  color: inherit; }

.overflow-hidden {
  overflow: hidden; }

/* Text Styles */
.text-left {
  text-align: right; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.overflow-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.uppercase {
  text-transform: uppercase; }

/*FLEX*/
.flex {
  display: flex !important;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between; }
  .flex-center {
    align-items: center;
    justify-content: center; }
  .flex-nowrap {
    flex-wrap: nowrap; }
  .flex-grow {
    flex-grow: 1; }
  .flex-reverse {
    flex-wrap: wrap-reverse; }
  .flex-column {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column nowrap; }
  .flex-auto-height {
    flex: 1 1 auto; }

.justify-content-start,
.jc-start {
  justify-content: flex-start; }

.justify-content-end,
.jc-end {
  justify-content: flex-end; }

.justify-content-center,
.jc-center {
  justify-content: center; }

.justify-content-between,
.jc-between {
  justify-content: space-between; }

.justify-content-around,
.jc-around {
  justify-content: space-around; }

.align-items-start,
.ai-start {
  align-items: flex-start; }

.align-items-end,
.ai-end {
  align-items: flex-end; }

.align-items-center,
.ai-center {
  align-items: center; }

.align-items-baseline,
.ai-baseline {
  align-items: baseline; }

.align-items-stretch,
.ai-stretch {
  align-items: stretch; }

.align-content-start,
.ac-start {
  align-content: flex-start; }

.align-content-end,
.ac-end {
  align-content: flex-end; }

.align-content-center,
.ac-center {
  align-content: center; }

.align-content-between,
.ac-between {
  align-content: space-between; }

.align-content-around,
.ac-around {
  align-content: space-around; }

.align-content-stretch,
.ac-stretch {
  align-content: stretch; }

.direction-row,
.d-row {
  flex-direction: row; }

.direction-row-reverse,
.d-row-reverse {
  flex-direction: row-reverse; }

.direction-column,
.d-column {
  flex-direction: column; }

.direction-column-reverse,
.d-column-reverse {
  flex-direction: column-reverse; }

.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: none;
  box-shadow: none;
  border-radius: 4px;
  border: 1px solid transparent;
  position: relative;
  outline: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
  line-height: 1;
  text-decoration: none;
  vertical-align: middle;
  white-space: nowrap;
  transition: all 250ms;
  height: 50px;
  padding: 0 10px;
  font-size: 16px;
  color: inherit; }
  .btn .icon, .btn .fab, .btn .fas {
    font-size: 12px; }
  .btn .icon:first-child,
  .btn .fab:first-child,
  .btn .fas:first-child {
    margin-right: 10px; }
  .btn .icon:last-child
.fab:last-child,
  .btn .fas:last-child {
    margin-left: 10px; }
  .btn-icon {
    width: 26px;
    padding: 0;
    text-align: center;
    justify-content: center;
    font-size: 18px; }
  .btn-primary {
    background: #b6103f;
    color: #FFF; }
    .btn-primary:hover {
      background: #960830;
      box-shadow: 0 15px 20px -15px rgba(197, 3, 58, 0.4); }
  .btn-shadow {
    box-shadow: 0rem 10px 10px #000; }
  .btn-light {
    background: #EAF1FC;
    color: #8599BC; }
    .btn-light:hover {
      background: #EAF1FC;
      color: #8599BC; }
  .btn-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
  .btn-small {
    height: 20px;
    line-height: 18px;
    font-size: 11px;
    padding: 0 9px; }
  .btn-large {
    height: 50px;
    font-size: 16px; }
  .btn-rounded {
    border-radius: 100%; }
  .btn-tablet {
    border-radius: 99px; }
  .btn-bordered {
    background: transparent;
    border-color: #DCE7F7;
    color: #98B2D9; }
  .btn-icon.btn-small {
    width: 20px; }
  .btn-text {
    background: transparent;
    border: transparent;
    box-shadow: none;
    color: #c2c2c2; }

button.btn {
  display: inline-block; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

.container {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px; }
  @media screen and (max-width: 767px) {
    .container {
      padding: 0 12px; } }

body {
  background-color: #F0F3F8;
  background-image: url(../images/circle.svg), url(../images/circle.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: right 30%,  left 50%; }

.main-header {
  position: relative;
  min-height: 320px;
  overflow: hidden;
  margin-bottom: 20px; }
  .main-header > svg {
    position: absolute;
    width: 1950px;
    top: -15px;
    left: 50%;
    margin-left: -975px; }
  .main-header .container {
    position: relative; }
  @media screen and (max-width: 767px) {
    .main-header {
      background: linear-gradient(102.48deg, #937FE2 18.64%, #5E4AB1 91.61%);
      box-shadow: 0px 4px 15px rgba(138, 118, 218, 0.4);
      min-height: inherit; }
      .main-header > svg {
        display: none; } }

.main-title, .sub-title {
  color: #fff;
  font: 600 36px 'Open Sans';
  margin-bottom: 20px; }
  @media screen and (max-width: 767px) {
    .main-title, .sub-title {
      font: 600 24px 'Open Sans';
      margin-bottom: 16px;
      max-width: 80%; } }

.sub-title {
  font: 400 16px 'Open Sans';
  max-width: 388px; }
  @media screen and (max-width: 767px) {
    .sub-title {
      max-width: 80%;
      font: 400 14px 'Open Sans'; } }

.header-text-img {
  padding: 70px 0 8%; }
  .header-text-img svg {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%); }
  @media screen and (max-width: 991px) {
    .header-text-img {
      padding-top: 24px; }
      .header-text-img svg {
        width: 100px; } }

.counter-border {
  fill: #535051; }

.header-block {
  display: flex;
  justify-content: center;
  margin-top: -77px;
  margin-bottom: 42px; }
  @media screen and (max-width: 767px) {
    .header-block {
      margin-top: 20px; } }
  .header-block__number-box {
    display: flex;
    align-items: center; }
  .header-block__text {
    margin-left: 18px;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 134.09%;
    /* identical to box height, or 24px */
    text-align: center;
    color: #7E7E7E; }
    @media screen and (max-width: 767px) {
      .header-block__text {
        font-size: 14px; } }
  .header-block__number-container {
    display: flex; }
    .header-block__number-container_num {
      width: 42px;
      height: 35px;
      margin-right: -18px;
      position: relative; }
      .header-block__number-container_num svg {
        position: absolute; }
      .header-block__number-container_num span {
        display: block;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff;
        margin-left: 0px;
        margin-top: -4px;
        font-weight: bold;
        font-size: 30px; }
      .header-block__number-container_num:before {
        position: absolute;
        z-index: 2;
        width: 40px;
        left: 50%;
        background: rgba(240, 243, 248, 0.14);
        height: 1px;
        top: 17px;
        content: "";
        margin-left: -20px; }

.header-number-block {
  margin-right: 5px;
  width: 21.86px;
  height: 35px; }

.number-block__top {
  width: 21.41px;
  height: 17.19px;
  background: #7C68CD; }

.number-block__bottom {
  width: 21.42px;
  height: 17.19px;
  background: #9885E7; }

.number-block__number {
  margin-top: 23px;
  position: absolute;
  font-size: 26px;
  top: 3px;
  padding-left: 4px;
  color: #FFF9E9; }

.number-block__text {
  display: flex;
  align-items: center;
  font-family: Open Sans, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 134.09%;
  text-align: center;
  color: #7E7E7E; }
  @media screen and (max-width: 767px) {
    .number-block__text {
      font-size: 14px; } }
  .number-block__text p {
    margin: 0; }

.filter-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: 100%;
  height: 287px;
  border-radius: 30px;
  margin-top: 20px; }

.filter-title {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 36px;
  text-align: center;
  padding-top: 50px; }

.filter-text {
  width: 388px;
  height: 44px;
  text-align: center;
  font-weight: 400;
  color: #FFFFFF;
  padding-top: 20px; }

.input-field-radius {
  width: 308px;
  height: 50px;
  background: #EFF9FE;
  border: 1px solid #096BC8;
  box-sizing: border-box;
  border-radius: 10px 0 0 10px; }

.input-field-no-radius {
  width: 308px;
  height: 50px;
  background: #EFF9FE;
  border: 1px solid #096BC8;
  box-sizing: border-box; }

.filter-button {
  width: 277px;
  height: 50px;
  background: #66BB6A;
  color: #FFFFFF;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 22px;
  border: none;
  border-radius: 0 10px 10px 0; }

.filter-search {
  display: flex;
  padding-top: 20px; }

.slider-offers {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center; }

.slider-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 120%;
  text-align: center;
  color: #50AAFF; }

.offer-details {
  margin-top: 30px;
  width: 1080px;
  height: 105px;
  border: double 0.13em transparent;
  border-radius: 15px;
  background-image: linear-gradient(white, white), linear-gradient(to right, #66BB6A, #50AAFF);
  background-origin: border-box;
  background-clip: content-box, border-box; }

.offer-logo {
  background: url(../images/logo.png) no-repeat;
  width: 168px;
  height: 65px; }

.offer-info {
  display: block; }

.offer-title {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #A8A8A8; }

.offer-count {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 33px;
  color: #272727; }

.offer-all-information {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: -10px; }

.button-offer {
  width: 214px;
  height: 45px;
  border: none;
  border-radius: 8px;
  background: #50AAFF;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
  color: #FFFFFF; }

.best-offer {
  position: relative;
  width: 167px;
  height: 32px;
  top: -32px;
  left: 30px;
  border-radius: 5px 5px 0 0;
  background-color: #66BB6A; }

.best-offer:before {
  position: absolute;
  content: '';
  top: 0;
  left: 165px;
  width: 0;
  height: 0;
  border-top: 32px solid  transparent;
  border-left: 15px solid  #66BB6A; }

.best-offer:after {
  position: absolute;
  content: '';
  top: 0;
  right: 165px;
  width: 0;
  height: 0;
  border-top: 32px solid  transparent;
  border-right: 15px solid  #66BB6A; }

.best-offer-text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  padding-top: 5px; }

.arrow-left {
  color: black;
  width: 2vmin;
  height: 2vmin;
  position: absolute;
  box-sizing: border-box;
  top: 492px;
  left: 105px;
  transform: rotate(-135deg); }
  .arrow-left::before {
    content: '';
    width: 40%;
    height: 40%;
    position: absolute;
    border-width: .2vmin .2vmin 0 0;
    border-style: solid;
    border-color: black;
    display: block; }

.arrow-right {
  color: black;
  width: 2vmin;
  height: 2vmin;
  position: absolute;
  box-sizing: border-box;
  top: 509px;
  right: 105px;
  transform: rotate(-315deg); }
  .arrow-right::before {
    content: '';
    width: 40%;
    height: 40%;
    position: absolute;
    border-width: .2vmin .2vmin 0 0;
    border-style: solid;
    border-color: black;
    display: block; }

.slider-dots {
  display: flex;
  justify-content: center;
  margin-top: 20px; }

.dots {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  margin-left: 8px;
  background: #C4C4C4; }

.list-of-loans {
  display: grid;
  grid-template-columns: 1fr 1fr  1fr 1fr;
  grid-gap: 30px; }
  @media screen and (max-width: 1024px) {
    .list-of-loans {
      grid-template-columns: 1fr 1fr  1fr;
      grid-gap: 20px; } }
  @media screen and (max-width: 991px) {
    .list-of-loans {
      grid-template-columns: 1fr 1fr; } }
  @media screen and (max-width: 767px) {
    .list-of-loans {
      grid-template-columns: 1fr; } }

.loan {
  border-radius: 5px;
  background: #FFFFFF;
  padding-bottom: 20px;
  /* padding-top: 10px; */
  position: relative; }
  .loan.none {
    display: none; }

.loan-content {
  display: flex;
  flex-direction: column;
  height: 100%; }

/* .loan-title {
  font: 400 18px/25px 'Open Sans';
  text-align: center;
  color: #000;
  margin-top: -4px;
  margin-bottom: 16px; } */
  
.loan-title {
    font: 400 14px/18px 'Open Sans';
    text-align: center;
    padding: 8px 0;
    color: #000;
    border-radius: 5px 5px 0 0;
    background: #FFC64F; }

.loan-percent {
  top: 38px;
  right: 2px;
  width: 49px;
  height: 47px;
  background: url(/images/design3/star.svg) no-repeat;
  background-size: 100%;
  color: white;
  font-weight: 800;
  font-size: 16px;
  line-height: 52px;
  letter-spacing: 0.03em;
  position: absolute;
  text-align: center; }

.loan-logo {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 0 40px;}
  .loan-logo img {
    max-width: 100%;
    max-height: 60px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 10px;
    margin-bottom: 10px; }

.loan-info {
  display: flex;
  margin-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px; }

.loan-info-title {
  width: 80px;
  height: 25px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  /* identical to box height */
  color: #A8A8A8;
  min-width: 80px; }

.loan-info-count {
  font: 600 18px/25px 'Open Sans';
  color: #453F53; }
  @media screen and (max-width: 991px) {
    .loan-info-count {
      font: 600 16px/22px 'Open Sans'; } }
  @media screen and (max-width: 991px) {
    .loan-info-count {
      margin-left: 0; } }

.loan-info-no-bold {
  font: 600 18px/25px 'Open Sans';
  color: #453F53; }
  @media screen and (max-width: 991px) {
    .loan-info-no-bold {
      font: 600 16px/22px 'Open Sans'; } }

.loan-button {
  width: calc(100% - 40px);
  display: flex;
  margin-top: auto;
  align-items: center;
  height: 40px;
  background: #7C68CD;
  border-radius: 8px;
  border: none;
  font: 600 18px/25px 'Open Sans';
  text-align: center;
  justify-content: center;
  color: #FFFFFF;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 991px) {
    .loan-button {
      width: calc(100% - 20px); } }
  @media screen and (max-width: 991px) {
    .loan-button {
      font: 600 16px/22px 'Open Sans'; } }
      
@media screen and (max-width: 991px) {
    .loan-data {
        display: flex;
    }
    .loan-info {
      width: 33.33333%;
      display: flex;
      flex-direction: column;
      margin-bottom: 5px;
      padding-left: 10px;
      padding-right: 10px;
    }
    .loan-info-title {
        font-size: 17px;
    }
    .loan-info-count, .loan-info-no-bold {
      font-size: 15px;
    }
    .loan-button {
        margin-top: 10px;
    }
    .loan-logo img {
        max-height: 50px;
    }
}

.mob-hide {
  display: inline; }

.mob-show {
  display: none; }

.loan-info.mob-hide {
  display: flex; }

@media screen and (max-width: 991px) {
  .mob-hide, .loan-info.mob-hide {
    display: none; }
  .mob-show {
    display: inline; } }

.footer-block {
  margin-bottom: 30px; }
  @media screen and (max-width: 1366px) {
    .footer-block {
      margin-bottom: 60px; } }

.footer-block__bg {
  position: relative;
  z-index: 2; }
  .footer-block__bg > svg {
    position: absolute;
    width: 1950px;
    top: 14px;
    left: 50%;
    margin-left: -975px; }
  .footer-block__bg .container {
    position: relative; }
  @media screen and (max-width: 1365px) {
    .footer-block__bg > svg {
      top: -16px; } }
  @media screen and (max-width: 991px) {
    .footer-block__bg {
      background: linear-gradient(102.48deg, #937FE2 18.64%, #5E4AB1 91.61%);
      box-shadow: 0px 4px 15px rgba(138, 118, 218, 0.4); }
      .footer-block__bg > svg {
        display: none; } }

.footer-block-title {
  color: #044462;
  font: 700 36px 'Open Sans';
  margin: 85px auto 1px;
  text-align: center; }
  @media screen and (max-width: 991px) {
    .footer-block-title {
      margin-bottom: 20px;
      margin-top: 46px; } }
  @media screen and (max-width: 767px) {
    .footer-block-title {
      font: 700 24px 'Open Sans';
      margin: 46px 0 20px 0; } }

.footer-block-info {
  height: 0;
  padding-bottom: 40%; }
  @media screen and (max-width: 1366px) {
    .footer-block-info {
      padding-bottom: 0;
      height: initial !important; } }
  @media screen and (max-width: 991px) {
    .footer-block-info {
      height: 294px; } }

.footer-block-info {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 767px) {
    .footer-block-info {
      flex-direction: column-reverse;
      height: auto; } }

.footer-block__img {
  width: 380px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .footer-block__img svg {
    width: 60%; }
  @media screen and (min-width: 1366px) {
    .footer-block__img {
      width: 300px; }
      .footer-block__img svg {
        width: 70%; } }
  @media screen and (max-width: 991px) {
    .footer-block__img {
      width: 200px;
      height: 294px; }
      .footer-block__img svg {
        width: 70%; } }
  @media screen and (max-width: 767px) {
    .footer-block__img {
      width: 160px;
      height: 160px;
      margin: 0 auto; } }

.footer-block__text {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  width: calc(100% - 400px); }
  @media screen and (min-width: 1366px) {
    .footer-block__text {
      padding-top: 120px;
      width: calc(100% - 300px); } }
  @media screen and (max-width: 991px) {
    .footer-block__text {
      width: calc(100% - 200px);
      padding-top: 40px; } }
  @media screen and (max-width: 767px) {
    .footer-block__text {
      width: 100%; } }

.footer-block__text-item {
  position: relative;
  padding-left: 77px;
  width: 50%;
  margin-bottom: 40px; }
  .footer-block__text-item:nth-of-type(1), .footer-block__text-item:nth-of-type(3) {
    padding-right: 40px; }
  .footer-block__text-item svg {
    position: absolute;
    left: 0;
    top: 5px; }
  @media screen and (max-width: 767px) {
    .footer-block__text-item {
      width: 100%; }
      .footer-block__text-item svg {
        top: 50%;
        transform: translate(0, -50%); } }

.f-text-item__title {
  color: #fff;
  font: 700 18px 'Open Sans';
  margin-bottom: 10px; }

.f-text-item__text {
  color: #fff;
  font: 400 14px 'Open Sans'; }

.end-text {
  padding: 0 0 30px;
  margin-top: 74px;
  font: 400 16px 'Open Sans';
  color: #595D6F;
  text-align: center; }

.MFO-list {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 22.5px));
  grid-gap: 30px; }
  @media screen and (max-width: 1024px) {
    .MFO-list {
      grid-template-columns: repeat(3, calc(33.33% - 13.33px));
      grid-gap: 20px; } }
  @media screen and (max-width: 991px) {
    .MFO-list {
      grid-template-columns: repeat(2, calc(50% - 10px));
      grid-gap: 20px; } }
  @media screen and (max-width: 767px) {
    .MFO-list {
      grid-template-columns: 1fr;
      grid-gap: 30px; } }
  .MFO-list__item-inner {
    background: white;
    padding: 20px 20px 50px;
    box-shadow: 0 4px 20px rgba(0, 43, 94, 0.1);
    border-radius: 5px; }
    @media screen and (max-width: 767px) {
      .MFO-list__item-inner {
        box-shadow: none; } }
  .MFO-list__item-image {
    height: 75px;
    align-items: center;
    justify-content: center;
    display: flex; }
    .MFO-list__item-image img {
      max-width: 56%;
      max-height: 100%; }
      @media screen and (max-width: 767px) {
        .MFO-list__item-image img {
          max-width: 130px; } }
  .MFO-list__item p {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 22px;
    color: #453F53; }


/*# sourceMappingURL=main.css.map*/