@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&amp;lang=en);

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

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

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.w-100 {
    width: 100%
}

.w-50 {
    width: 50%
}

.w-33 {
    width: 33%
}

.w-30 {
    width: 30%
}

.w-25 {
    width: 25%
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.float-none {
    float: none
}

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

.hidden {
    display: none
}

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

.hidden {
    display: none !important
}

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

.overflow-hidden {
    overflow: hidden
}

.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 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: stretch;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between
}

.flex-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    justify-content: center
}

.flex-nowrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.flex-grow {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.flex-reverse {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    height: 100%;
    width: 100%
}

.flex-auto-height {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.jc-start, .justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jc-end, .justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jc-center, .justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jc-between, .justify-content-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jc-around, .justify-content-around {
    -ms-flex-pack: distribute;
    justify-content: space-around
}

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

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

.ai-center, .align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ai-baseline, .align-items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.ai-stretch, .align-items-stretch {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

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

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

.ac-center, .align-content-center {
    -ms-flex-line-pack: center;
    align-content: center
}

.ac-between, .align-content-between {
    -ms-flex-line-pack: justify;
    align-content: space-between
}

.ac-around, .align-content-around {
    -ms-flex-line-pack: distribute;
    align-content: space-around
}

.ac-stretch, .align-content-stretch {
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.d-row, .direction-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.d-row-reverse, .direction-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.d-column, .direction-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.d-column-reverse, .direction-column-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
}

.btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 16px;
    height: 50px;
    justify-content: center;
    line-height: 1;
    margin: 0;
    outline: 0;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .25s;
    transition: all .25s;
    vertical-align: middle;
    white-space: nowrap
}

.btn .fab, .btn .fas, .btn .icon {
    font-size: 12px
}

.btn .fab:first-child, .btn .fas:first-child, .btn .icon:first-child {
    margin-right: 10px
}

.btn .fas:last-child, .btn .icon:last-child .fab:last-child {
    margin-left: 10px
}

.btn-icon {
    font-size: 18px;
    padding: 0;
    text-align: center;
    width: 26px
}

.btn-primary {
    background: #b6103f;
    color: #fff
}

.btn-primary:hover {
    background: #960830;
    -webkit-box-shadow: 0 15px 20px -15px rgba(197, 3, 58, .4);
    box-shadow: 0 15px 20px -15px rgba(197, 3, 58, .4)
}

.btn-shadow {
    -webkit-box-shadow: 0 10px 10px #000;
    box-shadow: 0 10px 10px #000
}

.btn-light, .btn-light:hover {
    background: #eaf1fc;
    color: #8599bc
}

.btn-icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center
}

.btn-small {
    font-size: 11px;
    height: 20px;
    line-height: 18px;
    padding: 0 9px
}

.btn-large {
    font-size: 16px;
    height: 50px
}

.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;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #c2c2c2
}

button.btn {
    display: inline-block
}

body, html {
    background: #fff;
    color: #000;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    height: 100%;
    margin: 0;
    padding: 0;
    width: 100%
}

.header-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-top: 23px
}

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

.header-block__top {
    background: #66bb6a;
    height: 17.19px;
    width: 21.41px
}

.header-block__bottom {
    background: #8ada8e;
    height: 17.19px;
    width: 21.42px
}

.header-block__number {
    color: #fff9e9;
    font-size: 32px;
    margin-top: 23px;
    padding-left: 2px;
    position: absolute;
    top: -6px
}

.header-block__number, .header-block__text {
    font-family: Open Sans, sans-serif;
    font-weight: 600
}

.header-block__text {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7e7e7e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-style: normal;
    line-height: 134.09%;
    text-align: center
}

.header-block__text p {
    margin: 0
}

.filter-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    border-radius: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 207px;
    justify-content: center;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    text-align: center
}

.filter-block svg {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

.filter-block > div {
    position: absolute
}

@media (min-width: 359px) and (max-width: 766px) {
    .filter-block {
        height: 160px
    }
}

.filter-block__title {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    text-align: center
}

@media (min-width: 359px) and (max-width: 766px) {
    .filter-block__title {
        font-size: 24px
    }
}

.filter-block__text {
    color: #fff;
    font-weight: 400;
    height: 44px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
    width: 388px
}

@media (min-width: 359px) and (max-width: 766px) {
    .filter-block__text {
        font-size: 14px;
        padding-top: 16px;
        width: 343px
    }
}

.filter-block__search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px
}

@media (min-width: 359px) and (max-width: 766px) {
    .filter-block__search {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        justify-content: center
    }
}

.filter-block__input-field-radius {
    background: #eff9fe;
    border: 1px solid #096bc8;
    border-radius: 10px 0 0 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    margin-left: -120px;
    text-indent: 15px;
    width: 310px
}

@media (min-width: 359px) and (max-width: 766px) {
    .filter-block__input-field-radius {
        border-radius: 10px 10px 0 0;
        margin-left: 0;
        width: 345px
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .filter-block__input-field-radius {
        margin-left: 0;
        width: 161px
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .filter-block__input-field-radius {
        margin-left: 2px;
        width: 245px
    }
}

.filter-block__input-field-no-radius {
    background: #eff9fe;
    border: 1px solid #096bc8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    text-indent: 15px;
    width: 310px
}

@media (min-width: 359px) and (max-width: 766px) {
    .filter-block__input-field-no-radius {
        width: 345px
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .filter-block__input-field-no-radius {
        width: 181px
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .filter-block__input-field-no-radius {
        width: 225px
    }
}

.filter-block__button {
    background: #66bb6a;
    border: none;
    border-radius: 0 10px 10px 0;
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    height: 50px;
    line-height: 22px;
    width: 277px
}

@media (min-width: 359px) and (max-width: 766px) {
    .filter-block__button {
        border-radius: 0 0 10px 10px;
        width: 345px
    }
}

@media (min-width: 767px) and (max-width: 1023px) {
    .filter-block__button {
        width: 181px
    }
}

@media (min-width: 1024px) and (max-width: 1600px) {
    .filter-block__button {
        width: 245px
    }
}

::-webkit-input-placeholder {
    color: #9f9f9f;
    margin-left: 30px
}

::-moz-placeholder {
    color: #9f9f9f;
    margin-left: 30px
}

:-ms-input-placeholder {
    color: #9f9f9f;
    margin-left: 30px
}

::-ms-input-placeholder {
    color: #9f9f9f;
    margin-left: 30px
}

::placeholder {
    color: #9f9f9f;
    margin-left: 30px
}

.slider-offers {
    margin: 0 auto 20px;
    max-width: 1175px;
    position: relative
}

.slider-offers__item .item {
    margin: 10px
}

.slider-offers__title {
    color: #303446;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 15px;
    margin-top: 24px;
    text-align: center
}

@media (min-width: 375px) {
    .slider-offers__title {
        margin-top: calc(1.561vw + 18.14634px)
    }
}

@media (min-width: 1400px) {
    .slider-offers__title {
        margin-top: 40px
    }
}

@media (min-width: 375px) {
    .slider-offers__title {
        font-size: 36px;
        font-size: calc(1.171vw + 19.60976px)
    }
}

@media (min-width: 1400px) {
    .slider-offers__title {
        font-size: 36px
    }
}

.slider-offers__sub-title {
    color: #a8a8a8;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px
}

.slider-offers__details-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    width: 100%
}

@media (min-width: 375px) {
    .slider-offers__details-wrap {
        padding-left: calc(5.171vw + .60976px)
    }
}

@media (min-width: 1400px) {
    .slider-offers__details-wrap {
        padding-left: 73px
    }
}

@media (min-width: 375px) {
    .slider-offers__details-wrap {
        padding-right: calc(5.171vw + .60976px)
    }
}

@media (min-width: 1400px) {
    .slider-offers__details-wrap {
        padding-right: 73px
    }
}

@media (min-width: 375px) {
    .slider-offers__details-wrap {
        padding-top: 20px
    }
}

@media (min-width: 1400px) {
    .slider-offers__details-wrap {
        padding-top: 20px
    }
}

@media (min-width: 375px) {
    .slider-offers__details-wrap {
        padding-bottom: 20px
    }
}

@media (min-width: 1400px) {
    .slider-offers__details-wrap {
        padding-bottom: 20px
    }
}

@media (max-width: 984px) {
    .slider-offers__details-wrap {
        display: block
    }
}

.slider-offers__details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-clip: content-box, border-box;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, from(#66bb6a), to(#50aaff));
    background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #66bb6a, #50aaff);
    background-origin: border-box;
    border: .13em double transparent;
    border-radius: 15px;
    -webkit-box-shadow: 0 4px 10px rgba(0, 15, 67, .1);
    box-shadow: 0 4px 10px rgba(0, 15, 67, .1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

.slider-offers__arrow-right {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: -30px;
    top: 55%;
    width: 20px;
    z-index: 2
}

@media (max-width: 984px) {
    .slider-offers__arrow-right {
        display: none
    }
}

.slider-offers__arrow-left {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #000;
    cursor: pointer;
    height: 20px;
    left: -20px;
    position: absolute;
    top: 55%;
    width: 20px
}

@media (max-width: 984px) {
    .slider-offers__arrow-left {
        display: none
    }
}

.slider-offers__best-offer {
    background-color: #66bb6a;
    border-radius: 5px 5px 0 0;
    height: 32px;
    left: 37px;
    margin-top: -30px;
    position: relative;
    width: 167px
}

.slider-offers__best-offer:before {
    border-left: 15px solid #66bb6a;
    left: 165px
}

.slider-offers__best-offer:after, .slider-offers__best-offer:before {
    border-top: 32px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    width: 0
}

.slider-offers__best-offer:after {
    border-right: 15px solid #66bb6a;
    right: 165px
}

.slider-offers__best-offer-text {
    color: #fff;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px;
    padding-top: 5px;
    text-align: center
}

.slider-offers__offer-logo {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding-right: 20px
}

@media (max-width: 984px) {
    .slider-offers__offer-logo {
        padding-bottom: 20px
    }
}

.slider-offers__offer-logo img {
    display: block;
    max-height: 60px;
    max-width: 100%
}

@media (max-width: 984px) {
    .slider-offers__offer-logo img {
        max-height: 50px
    }
}

.slider-offers__stat-information {
    -webkit-box-align: center;
    -ms-flex-align: center;
    grid-gap: 20px;
    align-items: center;
    display: grid;
    grid-template-columns:1fr 1fr 1fr
}

@media (min-width: 375px) {
    .slider-offers__stat-information {
        grid-gap: 40px;
        grid-gap: calc(1.633vw + 13.87755px)
    }
}

@media (min-width: 1600px) {
    .slider-offers__stat-information {
        grid-gap: 40px
    }
}

.slider-offers__info {
    display: block
}

.slider-offers__offer-info > * {
    max-width: 210px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 576px) {
    .slider-offers__offer-info > * {
        max-width: 90px;
    }
}

.slider-offers__count {
    color: #272727;
    font-family: Open Sans, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px
}

@media (min-width: 375px) {
    .slider-offers__count {
        font-size: 24px;
        font-size: calc(.976vw + 10.34146px)
    }
}

@media (min-width: 1400px) {
    .slider-offers__count {
        font-size: 24px
    }
}

.slider-offers__btns {
    display: block;
    text-align: center
}

@media (max-width: 984px) {
    .slider-offers__btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 16px
    }
}

.slider-offers__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background: #7ac362;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    height: 45px;
    justify-content: center;
    line-height: 1;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center
}

@media (max-width: 984px) {
    .slider-offers__button {
        max-width: 66.66666%;
        width: 100%
    }
}

.slider-offers__more {
    -webkit-box-flex: 0;
    color: #453f53;
    display: inline-block;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 12px;
    text-align: center
}

@media (max-width: 984px) {
    .slider-offers__more {
        margin-bottom: 0
    }
}

.slider-offers__dots {
    background: #c4c4c4;
    border-radius: 10px;
    height: 10px;
    margin-left: 8px;
    width: 10px
}

.slider-offers__content {
    padding-top: 40px
}

.slider-offers .slick-dots {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    position: relative
}

.slider-offers .slick-dots li {
    list-style: none
}

.slider-offers .slick-dots li button {
    background: #c4c4c4;
    border: none;
    border-radius: 500px;
    cursor: pointer;
    height: 10px;
    margin-left: 4px;
    margin-right: 4px;
    text-indent: -9999px;
    width: 10px
}

.slider-offers .slick-dots li.slick-active button {
    background: #7ac362
}

.list-of-loans {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    padding: 15px
}

.list-of-loans__flex-start {
    grid-gap: 21px;
    display: grid;
    grid-template-columns:1fr 1fr 1fr 1fr;
    max-width: 1175px
}

@media (max-width: 1186px) {
    .list-of-loans__flex-start {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        grid-template-columns:1fr 1fr 1fr;
        width: 100%
    }
}

@media (max-width: 984px) {
    .list-of-loans__flex-start {
        grid-template-columns:1fr 1fr
    }
}

@media (max-width: 740px) {
    .list-of-loans__flex-start {
        grid-template-columns:100%
    }
}

.list-of-loans__loan {
    background: #fff;
    border: 1px solid #e1e8dc;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.list-of-loans__loan.none {
    display: none
}

.list-of-loans__content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    justify-content: center;
    padding: 20px 20px 16px
}

@media (max-width: 1023px) {
    .list-of-loans__content {
        padding: 10px
    }
}

.list-of-loans__title {
    background: #ffc64f;
    border-radius: 5px 5px 0 0;
    color: #000;
    font: 400 14px/18px Open Sans;
    margin: -20px -20px 0;
    padding: 8px 0;
    text-align: center
}

@media (max-width: 1023px) {
    .list-of-loans__title {
        margin: -10px -10px 0
    }
}

.list-of-loans__title + .list-of-loans__percent {
    top: 35px
}

.list-of-loans__logo {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    padding: 20px 40px 30px;
    width: 100%
}

@media (max-width: 984px) {
    .list-of-loans__logo {
        padding: 10px 30px
    }
}

.list-of-loans__logo img {
    display: block;
    max-height: 60px;
    max-width: 100%
}

@media (max-width: 984px) {
    .list-of-loans__logo img {
        max-height: 50px
    }
}

.list-of-loans__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 16px
}

@media (max-width: 740px) {
    .list-of-loans__info {
        margin-bottom: 10px
    }
}

.list-of-loans__loan-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (max-width: 984px) {
    .list-of-loans__loan-data {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .list-of-loans__info {
        -webkit-box-flex: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.list-of-loans__info-title {
    color: #a8a8a8;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-right: 15px;
    width: 80px
}

@media (max-width: 984px) {
    .list-of-loans__info-title {
        font-size: 16px
    }
}

.list-of-loans__info-count {
    color: #453f53;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    padding-right: 15px
}

@media (max-width: 984px) {
    .list-of-loans__info-count {
        font-size: 16px
    }

    .list-of-loans__hd-small {
        display: none
    }
}

.list-of-loans__info-no-bold {
    color: #453f53;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    padding-right: 15px
}

@media (max-width: 984px) {
    .list-of-loans__info-no-bold {
        font-size: 16px
    }
}

.list-of-loans__btns {
    display: block;
    text-align: center
}

@media (max-width: 984px) {
    .list-of-loans__btns {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
        justify-content: center;
    }
}

.list-of-loans__button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-flex: 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    -ms-flex-positive: 0;
    align-items: center;
    background: #7ac362;
    border: none;
    border-radius: 8px;
    color: #fff;
    display: block;
    -ms-flex: none;
    flex: none;
    -ms-flex-direction: row;
    flex-direction: row;
    flex-grow: 0;
    font-family: Open Sans;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    justify-content: center;
    line-height: 25px;
    margin-top: auto;
    order: 0;
    padding: 8px 15px;
    text-align: center
}

@media (max-width: 984px) {
    .list-of-loans__button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        max-width: 100%;
        order: 2;
        width: 100%
    }
}

.list-of-loans__more {
    color: #453f53;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
    text-align: center
}

@media (max-width: 984px) {
    .list-of-loans__more {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        margin-top: 0;
        order: 1
    }
}

.list-of-loans__percent {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='49' height='47' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M22 1.768c1.187-1.789 3.813-1.789 5 0l6.419 9.674a3 3 0 0 0 1.695 1.232l11.184 3.115c2.068.576 2.88 3.074 1.545 4.755l-7.217 9.094a3 3 0 0 0-.648 1.993l.494 11.6c.091 2.144-2.034 3.688-4.045 2.938l-10.88-4.054a3 3 0 0 0-2.095 0l-10.88 4.054c-2.01.75-4.135-.794-4.044-2.938l.494-11.6a3 3 0 0 0-.648-1.993l-7.217-9.094c-1.335-1.681-.523-4.18 1.545-4.755l11.184-3.115a3 3 0 0 0 1.695-1.232l6.42-9.674Z' fill='%23FFB74D'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    height: 47px;
    letter-spacing: .03em;
    line-height: 52px;
    position: absolute;
    right: 2px;
    text-align: center;
    top: 2px;
    width: 49px
}

.footer-block {
    margin: 31px auto 20px;
    max-width: 1175px;
    padding: 0 15px;
    position: relative
}

.footer-block__final-text {
    color: #595d6f;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 134.09%;
    margin-top: 74px;
    padding-bottom: 37px;
    text-align: center
}

.footer-block__title {
    color: #303446;
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 49px;
    margin-bottom: 47px;
    text-align: center
}

@media (max-width: 740px) {
    .footer-block__title {
        color: #303446;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        margin-bottom: 10px;
        text-align: center
    }
}

.footer-block__reasons-wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between
}

@media (max-width: 984px) {
    .footer-block__reasons-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.footer-block__reasons-logo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media (max-width: 984px) {
    .footer-block__reasons-logo {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        margin-top: 30px;
        order: 2
    }
}

.footer-block__reasons {
    grid-gap: 65px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    display: grid;
    grid-template-columns:1fr 1fr;
    order: 2
}

@media (max-width: 984px) {
    .footer-block__reasons {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        display: block;
        order: 1
    }

    .footer-block__reason {
        margin-top: 24px
    }
}

.footer-block__reason_wrapper {
    grid-gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: grid;
    grid-template-columns:71px 255px;
    margin-left: auto
}

.footer-block__reason_logo {
    border-radius: 18px;
    height: 71px;
    position: relative;
    width: 71px
}

.footer-block__reason_logo svg {
    width: 100%
}

.footer-block__reason_logo:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='32' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m30 2.454-19.25 19L2 12.818' stroke='%23fff' stroke-width='4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%;
    content: "";
    height: 24px;
    left: 20px;
    position: absolute;
    top: 23px;
    width: 32px
}

.footer-block__sub-title {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px
}

.footer-block__description {
    color: #525252;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 19px
}

.footer-block .MFO-list {
    grid-gap: 30px;
    display: grid;
    grid-template-columns:repeat(4, calc(25% - 22.5px));
    margin-top: 60px
}

@media (max-width: 1186px) {
    .footer-block .MFO-list {
        grid-gap: 20px;
        grid-template-columns:repeat(3, calc(33.33% - 13.33px))
    }
}

@media (max-width: 984px) {
    .footer-block .MFO-list {
        grid-gap: 20px;
        grid-template-columns:repeat(2, calc(50% - 10px))
    }
}

@media (max-width: 740px) {
    .footer-block .MFO-list {
        grid-gap: 30px;
        grid-template-columns:1fr
    }
}

.footer-block .MFO-list__item-inner {
    border-radius: 5px;
    -webkit-box-shadow: 0 4px 20px rgba(0, 43, 94, .1);
    box-shadow: 0 4px 20px rgba(0, 43, 94, .1);
    padding: 20px 20px 50px
}

@media (max-width: 740px) {
    .footer-block .MFO-list__item-inner {
        -webkit-box-shadow: none;
        box-shadow: none
    }
}

.footer-block .MFO-list__item-image {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75px;
    justify-content: center
}

.footer-block .MFO-list__item-image img {
    max-height: 100%;
    max-width: 56%
}

@media (max-width: 740px) {
    .footer-block .MFO-list__item-image img {
        max-width: 130px
    }
}

.footer-block .MFO-list__item p {
    color: #453f53;
    font-size: 16px;
    line-height: 22px;
    margin: 20px 0 0
}

.popup {
    display: none;
    overflow-y: scroll;
    padding: 15px;
    z-index: 1111
}

.popup, .popup-bg {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.popup-bg {
    background-color: rgba(0, 0, 0, .6);
    opacity: 0;
    -webkit-transition: opacity .2s, visibility .2s;
    transition: opacity .2s, visibility .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
    visibility: hidden
}

.popup-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-height: 100%;
    max-width: 1055px;
    position: relative;
    -webkit-transform: translateY(100vh);
    transform: translateY(100vh);
    -webkit-transition: -webkit-transform .2s ease-out;
    transition: -webkit-transform .2s ease-out;
    transition: transform .2s ease-out;
    transition: transform .2s ease-out, -webkit-transform .2s ease-out;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    width: 100%
}

@media (max-width: 1186px) {
    .popup-inner {
        max-width: 836px
    }
}

@media (max-width: 866px) {
    .popup-inner {
        max-width: 704px
    }
}

@media (max-width: 740px) {
    .popup-inner {
        max-width: 100%
    }
}

.popup-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    background-color: #fff;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%;
    padding: 20px 30px 35px;
    width: 100%
}

@media (max-width: 1186px) {
    .popup-content {
        padding: 20px 20px 30px
    }
}

@media (max-width: 866px) {
    .popup-content {
        padding: 16px 20px 0
    }
}

@media (max-width: 740px) {
    .popup-content {
        padding: 16px 10px 0
    }
}

.popup-close {
    color: #8e8e8e;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600
}

.popup-close:hover {
    color: #000
}

.popup-close:before {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' style='fill:none' height='14.02' width='14.02'%3E%3Cpath style='stroke:%23000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round' d='m13.01 1.01-12 12M1.01 1.01l12 12'/%3E%3C/svg%3E");
    display: inline-block;
    padding-right: 12px;
    position: relative;
    top: 1px
}

.popup-body {
    max-height: calc(100% - 21px);
    padding-top: 30px
}

@media (max-width: 866px) {
    .popup-body {
        padding-top: 4px
    }
}

body.popup_on {
    height: auto;
    overflow: hidden
}

body.popup_on .popup.active {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center
}

body.popup_on .popup.visible .popup-bg {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: visible
}

body.popup_on .popup.visible .popup-inner {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.poup-offer-request {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: 100%
}

.poup-offer-request, .poup-offer-request__attr, .poup-offer-request__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.poup-offer-request__attr {
    -webkit-box-flex: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    justify-content: space-between;
    margin-left: -10px;
    margin-right: -10px
}

@media (max-width: 866px) {
    .poup-offer-request__attr {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -5px;
        margin-right: -5px
    }
}

@media (max-width: 740px) {
    .poup-offer-request__attr {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.poup-offer-request__attr__item {
    display: block;
    font-size: 24px;
    font-weight: 700;
    padding-left: 10px;
    padding-right: 10px
}

.poup-offer-request__attr__item span {
    color: #797979;
    display: block;
    font-size: 14px;
    font-weight: 600
}

@media (max-width: 1186px) {
    .poup-offer-request__attr__item {
        font-size: 18px
    }

    .poup-offer-request__attr__item .poup-offer-request__btn {
        padding: 14px;
        width: 143px
    }
}

@media (max-width: 866px) {
    .poup-offer-request__attr__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 0%;
        flex: 1 0 0%;
        margin-top: 20px;
        padding-left: 5px;
        padding-right: 5px
    }

    .poup-offer-request__attr__item:last-child {
        display: none
    }
}

@media (max-width: 740px) {
    .poup-offer-request__attr__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%
    }
}

.poup-offer-request__btn {
    background: #ffb74d;
    border-radius: 8px;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    padding: 10px;
    text-align: center;
    width: 175px
}

.poup-offer-request__body {
    margin-top: 30px;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-color: #e1e1e1 transparent;
    scrollbar-width: thin
}

.poup-offer-request__body::-webkit-scrollbar {
    background-color: transparent;
    width: 14px
}

.poup-offer-request__body::-webkit-scrollbar-thumb {
    background-color: #e1e1e1;
    border-radius: 12px;
    width: 14px
}

@media (max-width: 866px) {
    .poup-offer-request__body {
        margin-top: 30px
    }
}

@media (max-width: 740px) {
    .poup-offer-request__body {
        margin-top: 20px
    }

    .poup-offer-request__body::-webkit-scrollbar {
        width: 10px
    }

    .poup-offer-request__body::-webkit-scrollbar-thumb {
        border-radius: 5px;
        width: 10px
    }
}

.poup-offer-request__body__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    line-height: 21px;
    margin-top: 24px
}

.poup-offer-request__body__row:first-child {
    margin-top: 0
}

@media (max-width: 740px) {
    .poup-offer-request__body__row {
        display: block
    }
}

.poup-offer-request__body__col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding-right: 20px
}

.poup-offer-request__body__col:first-child {
    -webkit-box-flex: 0;
    color: #453f53;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 31%
}

.poup-offer-request__body__col:last-child {
    font-weight: 600
}

.poup-offer-request__body__col img {
    max-height: 85px;
    max-width: 100%
}

@media (max-width: 740px) {
    .poup-offer-request__body__col {
        padding-right: 1px
    }

    .poup-offer-request__body__col:first-child {
        width: 100%
    }
}

.poup-offer-request__body__col p {
    margin-top: 0
}

.poup-offer-request__body__loader {
    margin: 50px 0 150px
}

.poup-offer-request__footer {
    display: none;
    padding: 20px 0
}

.poup-offer-request__footer .poup-offer-request__btn {
    margin: 0 auto;
    width: 342px
}

@media (max-width: 866px) {
    .poup-offer-request__footer {
        display: block
    }
}

@media (max-width: 740px) {
    .poup-offer-request__footer {
        padding: 16px 0
    }

    .poup-offer-request__footer .poup-offer-request__btn {
        width: 218px
    }
}

.slick-slider {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.slick-list, .slick-slider {
    display: block;
    position: relative
}

.slick-list {
    margin: 0;
    overflow: hidden;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    display: block;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 0
}

.slick-track:after, .slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    border: 1px solid transparent;
    display: block;
    height: auto
}

.slick-arrow.slick-hidden {
    display: none
}

.pwa-grid-container {
    grid-column: auto / span 4;
    grid-row: 3;
}

@media (max-width: 1186px) {
    .pwa-grid-container {
        grid-column: auto / span 3;
        grid-row: 3;
    }
}

@media (max-width: 984px) {
    .pwa-grid-container {
        grid-column: auto / span 2;
        grid-row: 3;
    }
}

@media (max-width: 740px) {
    .pwa-grid-container {
        grid-column: auto / span 1;
        grid-row: 3;
    }

    .slider-offers_two-columns .slider-offers__stat-information {
        grid-template-columns: 1fr;
        grid-gap: 12px;

        text-align: center;
    }

    .slider-offers_two-columns .slider-offers__button {
        max-width: 100%;

        font-size: 14px;
        line-height: 19px;
    }

    .slider-offers_two-columns .slider-offers__details-wrap {
        padding: 10px;
    }

    .slider-offers_two-columns .slider-offers__item .item {
        margin-left: 4px;
        margin-right: 4px;
    }

    .slider-offers_two-columns .slider-offers__best-offer {
        left: 0;

        width: 70%;
        margin-left: auto;
        margin-right: auto;

        border-radius: 0;
    }

    .slick-track {
        display: flex !important;
    }

    .slick-slide {
        height: inherit !important;
    }

    .slider-offers_two-columns .slider-offers__best-offer-text {
        padding-top: 7px;
        font-size: 13px;
    }

    .slider-offers_two-columns .slider-offers__best-offer:before {
        left: 100%;
    }

    .slider-offers_two-columns .slider-offers__best-offer:after {
        right: 100%;
    }

    .slider-offers_two-columns .slick-dots {
        padding: 0;
    }

    .list-of-loans__flex-start_two-columns {
        grid-template-columns: 1fr 1fr;
        grid-gap: 7px;
    }

    .list-of-loans__flex-start_two-columns .list-of-loans__loan-data {
        flex-direction: column;
        text-align: center;
    }

    .list-of-loans__flex-start_two-columns .list-of-loans__info {
        align-items: center;
        margin-bottom: 12px;
    }

    .list-of-loans__flex-start_two-columns .list-of-loans__info-title,
    .list-of-loans__flex-start_two-columns .list-of-loans__info-count,
    .list-of-loans__flex-start_two-columns .list-of-loans__info-no-bold {
        padding-right: 0;
    }

    .list-of-loans__flex-start_two-columns .list-of-loans__info-title {
        margin-bottom: 2px;

        font-size: 12px;
        font-weight: 400;
    }

    .list-of-loans__flex-start_two-columns .list-of-loans__btns {
        margin-top: 4px;
    }

    .list-of-loans__flex-start_two-columns .list-of-loans__button {
        max-width: 100%;
    }

    .list-of-loans__flex-start_two-columns .pwa-grid-container {
        margin-top: 9px;
        margin-bottom: 9px;
        grid-column: 1/3;
    }
}

.pwa-grid-container .pwa-banner .container {
    margin: 0 auto;
    max-width: 1175px;
}

@media (max-width: 1186px) {
    .pwa-grid-container .pwa-banner .container {
        margin: 0 15px;
    }
}

@media (max-width: 1023px) {
    .pwa-grid-container .pwa-banner .pwa-banner-inner {
        padding-left: 10px;
        padding-right: 10px;
    }
}
