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
}

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

.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 {
    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-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 {
    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 30px
}

@media screen and (max-width: 767px) {
    .container {
        padding: 0 16px
    }
}

body {
    background: #fff
}

.main-header {
    position: relative;
    height: 160px;
    padding-top: 50px;
    margin-bottom: 20px
}

@media screen and (max-width: 991px) {
    .main-header {
        padding-top: 0
    }
}

@media screen and (max-width: 767px) {
    .main-header {
        height: auto
    }
}

.header-text-img {
    position: relative;
    z-index: 3
}

.main-title, .sub-title {
    color: #FFAD34;
    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;
    color: #717171
}

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

@media screen and (max-width: 991px) {
    .header-text-img {
        padding-top: 24px
    }
}

.header-block {
    position: absolute;
    top: 0;
    margin: 0 auto;
    height: 250px;
    left: 0;
    right: 0;
    z-index: 2
}

.ring-bg-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 490px;
    height: 298px;
    z-index: 2;
    background: url(../images/ring-header-1.svg) no-repeat center
}

@media screen and (max-width: 1260px) {
    .ring-bg-right {
        right: -10%
    }
}

@media screen and (max-width: 991px) {
    .ring-bg-right {
        display: none
    }
}

.ring-bg-left {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 375px;
    height: 400px;
    background: url(../images/ring-header-2.svg) no-repeat center
}

.ring-bg-right-sm {
    position: absolute;
    top: 0;
    right: 20%;
    z-index: 3;
    width: 306px;
    height: 160px;
    background: url(../images/ring-header-3.svg) no-repeat center
}

@media screen and (max-width: 767px) {
    .ring-bg-right-sm {
        display: none
    }
}

.counter-block {
    position: absolute;
    top: 44px;
    right: 20px;
    z-index: 3;
    display: inline-flex;
    align-items: center
}

@media screen and (max-width: 991px) {
    .counter-block {
        top: 35px;
        flex-direction: column;
        align-items: flex-start
    }
}

@media screen and (max-width: 767px) {
    .counter-block {
        right: auto;
        left: 0;
        position: relative;
        top: 0;
        flex-direction: row;
        padding: 10px 0
    }
}

.count-number {
    color: #FFCD83;
    font: bold 40px/40px 'Oswald';
    letter-spacing: 0.02em;
    margin-bottom: 4px
}

.count-text {
    color: #FFCD83;
    text-align: left;
    margin-left: 16px;
    font: 500 16px/20px 'Oswald';
    text-transform: uppercase
}

@media screen and (max-width: 991px) {
    .count-text {
        margin-left: 0;
        margin-top: 5px
    }
}

@media screen and (max-width: 767px) {
    .count-text {
        margin-top: 1px;
        margin-left: 10px
    }
}

.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 {
    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
}

.header-names-block {
    display: flex;
    align-items: center;
    margin: 20px 0;
    width: 100%;
    justify-content: center;
    position: relative;
    z-index: 2
}

.header-names__item {
    color: #747167;
    padding-right: 68px;
    padding-left: 68px;
    font: 600 18px 'Open Sans'
}

.header-names__item:nth-of-type(1) {
    padding-left: 0
}

.header-names__item:nth-of-type(4) {
    padding-right: 0
}

.list-of-loans {
    position: relative;
    z-index: 3
}

.loan {
    width: 100%;
    border-radius: 5px;
    background: #FFFFFF;
    margin-bottom: 30px;
    filter: drop-shadow(0px 4px 5px rgba(225, 139, 13, 0.2))
}

.loan-percent {
    top: 4px;
    left: 3px;
    width: 40px;
    height: 40px;
    background: url(../images/star.svg) no-repeat;
    background-size: 100%;
    color: white;
    font-weight: 800;
    font-size: 12px;
    line-height: 44px;
    letter-spacing: 0.03em;
    position: absolute;
    text-align: center;
    z-index: 1
}

.loan.head {
    border: none !important;
    filter: none;
    margin-bottom: 10px;
    background: none;
    height: auto
}

.loan.head .loan-content {
    height: auto
}

.loan.head .loan-button, .loan.head .loan-logo {
    visibility: hidden;
    opacity: 0;
    height: auto
}

@media screen and (max-width: 991px) {
    .loan.head {
        display: none
    }
}

@media screen and (max-width: 991px) {
    .loan {
        height: auto;
        padding-bottom: 10px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 767px) {
    .loan {
        height: auto;
        min-height: 154px;
        margin-bottom: 14px
    }
}

.loan-content {
    display: block;
    justify-content: center
}

.loan-header {
    height: 35px;
    display: grid;
    grid-template-columns:1fr 4fr 1fr;
    gap: 0 10px;
    position: relative;
    padding: 0 10px
}

@media screen and (max-width: 767px) {
    .loan-header {
        grid-template-columns:1fr
    }
}

.loan-title {
    grid-column-start: 2;
    font: 400 14px 'Open Sans';
    color: #332E27;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px;
    position: relative
}

@media screen and (max-width: 767px) {
    .loan-title {
        grid-column-start: 1
    }
}

.loan-logo {
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 20px 8px 0
}

.loan-logo_mobile {
    display: none
}

@media screen and (max-width: 767px) {
    .loan-logo {
        height: 55px;
        padding: 8px 0;
        justify-content: end;
        padding: 0 0 8px 0
    }

    .loan-logo_mobile {
        display: flex
    }

    .loan-logo_desktop {
        display: none
    }
}

.loan-logo img {
    display: block;
    max-width: 100%;
    max-height: 100%
}

.loan-info {
    display: grid;
    grid-template-columns:1fr 4fr 1fr;
    gap: 0 10px;
    padding: 0 10px 0 20px;
    justify-content: space-between;
    align-items: center;
    position: relative
}

@media screen and (max-width: 767px) {
    .loan-info {
        padding: 10px 10px 0;
        grid-template-columns:2fr 1fr
    }
}

.loan-data {
    display: flex;
    gap: 10px;
    flex-direction: row;
    justify-content: space-around;
    flex-grow: 1
}

@media screen and (max-width: 991px) {
    .loan-data {
        padding-left: 0
    }
}

@media screen and (max-width: 767px) {
    .loan-data {
        order: 1;
        flex-direction: column
    }
}

.loan-button-box {
    text-align: right;
    order: 4
}

@media screen and (max-width: 767px) {
    .loan-button-box {
        align-self: stretch;
        display: flex;
        flex-direction: column
    }
}

@media screen and (max-width: 767px) {
    .loan-button-box-container {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center
    }

    .loan-button-box-container > div {
        width: 100%
    }
}

.loan-info-box {
    display: flex;
    flex: 1 0 0%;
    justify-content: center
}

@media screen and (max-width: 767px) {
    .loan-info-box {
        width: 100%;
        flex-direction: row
    }
}

.loan-info-box-container {
    display: flex;
    flex-direction: column
}

@media screen and (max-width: 767px) {
    .loan-info-box-container {
        width: 100%;
        flex-direction: row
    }
}

.loan-info-title {
    font: 400 18px/25px 'Open Sans';
    color: #A8A8A8;
    display: none;
    text-align: center;
    width: 100%
}

@media screen and (max-width: 991px) {
    .loan-info-title {
        display: block;
        font: 600 16px/22px 'Open Sans';
        text-align: left
    }
}

@media screen and (max-width: 767px) {
    .loan-info-title {
        width: 40%;
        flex-shrink: 0;
    }
}

.loan-info-count {
    font: 400 18px/25px 'Open Sans';
    color: #453F53;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 160px;
    white-space: nowrap;
}

@media screen and (max-width: 991px) {
    .loan-info-count {
        font: 600 16px/22px 'Open Sans';
        text-align: left;
        overflow: auto;
        white-space: normal;
        max-width: 100%;
    }
}

.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';
        text-align: left
    }
}

.loan-button {
    display: block;
    width: 100%;
    background: #FFB74D;
    border-radius: 8px;
    border: none;
    font: 600 18px/22px 'Open Sans';
    text-align: center;
    color: #FFFFFF;
    padding: 8px 25px
}

@media screen and (max-width: 991px) {
    .loan-button {
        font: 600 16px/22px 'Open Sans'
    }
}

@media screen and (max-width: 767px) {
    .loan-button {
        padding: 8px 10px;
        display: block
    }
}

.loan-header-checkout {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 35px
}

.loan-header-checkout > div {
    width: 146px;
    text-align: center
}

@media screen and (max-width: 991px) {
    .loan-header-checkout > div {
        width: 136px
    }
}

@media screen and (max-width: 767px) {
    .loan-header-checkout {
        display: none
    }
}

.loan-checkout {
    display: inline-block;
    text-align: center
}

.loan-checkout_mobile {
    display: none;
    font-size: 14px
}

@media screen and (max-width: 767px) {
    .loan-checkout {
        margin-top: 10px
    }

    .loan-checkout_mobile {
        display: inline-block
    }
}

.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;
    position: relative
}

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

.footer-block .footer-block__bg {
    position: relative;
    z-index: 2
}

.footer-block .footer-block__bg:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1
}

.footer-block-title {
    color: #044462;
    font: 700 36px 'Open Sans';
    margin: 50px auto 60px;
    text-align: center;
    position: relative;
    z-index: 3
}

@media screen and (max-width: 991px) {
    .footer-block-title {
        font: 700 30px 'Open Sans'
    }
}

@media screen and (max-width: 767px) {
    .footer-block-title {
        font: 700 24px 'Open Sans'
    }
}

.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: 400px;
    height: 255px;
    display: flex;
    align-items: start;
    justify-content: center;
    padding-right: 30px
}

@media screen and (min-width: 1366px) {
    .footer-block__img {
        width: 400px
    }
}

@media screen and (max-width: 991px) {
    .footer-block__img {
        width: 200px;
        height: 190px
    }
}

@media screen and (max-width: 767px) {
    .footer-block__img {
        width: 160px;
        height: 160px;
        margin: 0 auto;
        background-size: 86%
    }
}

.footer-block__text {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
    padding-left: 0
}

@media screen and (min-width: 1366px) {
    .footer-block__text {
        width: calc(100% - 300px);
        padding-left: 65px
    }
}

@media screen and (max-width: 991px) {
    .footer-block__text {
        width: calc(100% - 200px)
    }
}

@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
}

@media screen and (max-width: 767px) {
    .footer-block__text-item {
        width: 100%
    }
}

.footer-block__text-item svg {
    width: 70px;
    position: absolute;
    left: 0
}

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

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

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

.MFO-list {
    position: relative;
    z-index: 1;
    margin-top: 50px
}

.MFO-list__item + .MFO-list__item {
    margin-top: 20px
}

.MFO-list__item-inner {
    display: inline-flex;
    align-items: center;
    background: white;
    padding: 17px 30px 17px 20px;
    border-radius: 5px
}

@media screen and (max-width: 767px) {
    .MFO-list__item-inner {
        display: flex;
        flex-direction: column
    }
}

.MFO-list__item-image {
    height: 75px;
    width: 130px;
    margin-right: 24px;
    align-items: center;
    justify-content: center;
    display: flex
}

@media screen and (max-width: 767px) {
    .MFO-list__item-image {
        margin-right: 0
    }
}

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

@media screen and (max-width: 767px) {
    .MFO-list__item-image img {
        max-width: 130px
    }
}

.MFO-list__item p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #453F53;
    width: calc(100% - 154px)
}

@media screen and (max-width: 767px) {
    .MFO-list__item p {
        width: 100%;
        margin-top: 20px
    }
}

.popup {
    display: none;
    position: fixed;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-y: scroll;
    z-index: 1111
}

.popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: opacity .2s, visibility .2s;
    transition-delay: .2s
}

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

@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 {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 100%;
    padding: 20px 30px 35px;
    background-color: #fff;
    border-radius: 20px
}

@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 {
    font-size: 16px;
    font-weight: 600;
    color: #8E8E8E;
    cursor: pointer
}

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

.popup-close::before {
    content: url("data:image/svg+xml,%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' style='fill:none' id='svg6' version='1.1' viewBox='0 0 14.020201 14.020201' height='14.020201' width='14.020201'%3E%3Cdefs id='defs10' /%3E%3Cpath style='stroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round' id='path2' d='M 13.0101,1.0101002 1.0101002,13.0101' /%3E%3Cpath style='stroke:%23000000;stroke-width:2;stroke-linecap:round;stroke-linejoin:round' id='path4' d='M 1.0101002,1.0101002 13.0101,13.0101' /%3E%3C/svg%3E");
    position: relative;
    display: inline-block;
    padding-right: 12px;
    top: 1px
}

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

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

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

body.popup_on .popup.active {
    display: flex;
    align-items: center;
    justify-content: center
}

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

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

.poup-offer-request {
    display: flex;
    flex-direction: column;
    max-height: 100%
}

.poup-offer-request__head {
    display: flex
}

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

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

@media (max-width: 740px) {
    .poup-offer-request__attr {
        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 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #797979
}

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

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

@media (max-width: 866px) {
    .poup-offer-request__attr__item {
        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 {
        flex: 0 0 auto;
        width: 50%
    }
}

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

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

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

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

@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 {
        width: 10px;
        border-radius: 5px
    }
}

.poup-offer-request__body__row {
    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 {
    flex: 1 0 0%;
    padding-right: 20px
}

.poup-offer-request__body__col:first-child {
    flex: 0 0 auto;
    width: 31%
}

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

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

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

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

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

.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
    }
}

.pwa-grid-container {
    margin: 14px 0;
}

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

@media (max-width: 767px) {
    .pwa-grid-container .pwa-banner .container {
        padding: 0 10px;
    }

    .list-of-loans_two-columns {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
    }

    .list-of-loans_two-columns .loan-header {
        height: auto;
        padding: 5px;
    }

    .list-of-loans_two-columns .loan-title {
        height: 48px;
        text-align: center;
    }

    .list-of-loans_two-columns .loan-percent {
        top: 35px;
        left: auto;
        right: 0;
    }

    .list-of-loans_two-columns .loan-info {
        grid-template-columns: 1fr;
    }

    .list-of-loans_two-columns .loan-logo_desktop {
        display: block;
    }

    .list-of-loans_two-columns .loan-logo_mobile {
        display: none;
    }

    .list-of-loans_two-columns .loan-info-title {
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
    }

    .list-of-loans_two-columns .loan-info-count {
        font-size: 14px;
        font-weight: 400;
        line-height: 19px;
    }

    .list-of-loans_two-columns .loan-button-box {
        margin-top: 16px;
    }

    .list-of-loans_two-columns .pwa-grid-container {
        grid-column: 1/3;
    }
}
