:root {
    --container: 1320px;
    --paddings: 20px;
    --wrapper: calc(var(--container) + 40px);
    --mini-container: 1095px;
    --min-wrapper: calc(var(--mini-container) + 40px)
}

@font-face {
    font-family: PolySans;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/PolySans-Median.woff2)
}

@font-face {
    font-family: PolySans;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/PolySans-Neutral.woff2)
}

@font-face {
    font-family: PolySans;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/PolySans-Slim.woff2)
}


.payday-online-section.contact-page {
    margin-top: 100px;
    position: relative;
}

.payday-online-section.contact-page .section-content .contact-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 25px;
}

.payday-online-section.contact-page .section-content .contact-image {
    width: 100%;
    margin-bottom: 80px;
    height: 360px;

}

.contact-page .contact-input {
    width: 100%;
    padding: 15px 20px;
    font-size: 20px;
    font-style: normal;
    color: black;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: #fff;
}

.contact-page .btn-send {
    display: flex;
    height: 64px;
    width: 100%;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: #25319E;
    color: #FFF;
    text-align: center;
    font-family: PolySans;
    font-size: 20px;
    margin-top: 15px;
    font-weight: 300;
    line-height: 150%; /* 30px */
}

.contact-page .contact-textarea {
    width: 100%;
    padding: 15px 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    border-radius: 15px;
    outline: none;
    border: none;
    background-color: #fff;
    height: 204px;
    resize: none;
}

.contact-page .wrap .left .title {
    font-size: 36px;
    color: #000;
    font-family: PolySans;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    text-align: center;
    margin-bottom: 60px;
}

.contact-page .wrap .right .title {
    font-size: 32px;
    color: #000;
    font-family: PolySans;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.72px;
}

.contact-page .wrap .left .second-title {
    font-size: 26px;
    color: #000;
    font-family: PolySans;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
    padding-bottom: 25px;
}

.contact-page .wrap .left .text {
    color: #474953;
    font-family: PolySans;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}

.contact-page .wrap .left .text a {
    font-weight: 700;
    color: #25319E;
    text-decoration: none;
}

.contact-page .wrap {
    margin: 80px auto;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.contact-page .wrap .left .bottom {
    margin-top: 30px;
}

.contact-page .wrap .right {
    display: flex;
    padding: 50px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    border-radius: 25px;
    background: #F6F8FE;
}

.contact-page .wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    align-self: stretch;
}

.banner-section .banner-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
    flex-direction: column-reverse;
}

.wrap-head-new {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;

    .heading-block-logo {
        margin-top: 25px;
        display: flex;
        align-items: center;
        gap: 25px;
    }

    .logo-new-front {
        max-width: 90px;
        max-height: 19px;
        width: auto;
        height: auto;
        object-fit: contain;
    }
}

.banner-main .left-part {
    padding: 60px 30px;
    border-radius: 0px 0px 15px 15px;
}

.banner-main .right-part {
    border-radius: 15px 15px 0px 0;
}

.banner-main .left-part .heading-text.title-new {
    text-align: center;
    line-height: 110%;
}

.heading-new-phone {
    /*transform: rotateY(180deg);*/
    position: absolute;
    height: 447px;
    width: auto;
    bottom: 0;
    left: 10px;
    display: none;
}

.apply-page h1 {
    font-size: 32px;
}

.apply-page__form.get-page {
    border-radius: 25px;
    background: #F9F9F9;
    display: flex;
    padding: 50px 30px 70px 30px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
    box-shadow: unset;
    height: 100%;
}

@media screen and (min-width: 576px) {
    .apply-page__form.get-page {
        padding: 50px 45px 70px 45px;
    }
}

@media screen and (min-width: 768px) {
    .apply-page__form.get-page {
        padding: 70px 45px;
    }

    .apply-page h1 {
        font-size: 42px;
    }

    .banner-main .left-part .heading-text.title-new {
        text-align: left;
    }

    .banner-main .left-part {
        border-radius: 15px 0px 0px 15px;
        padding: 0px 30px 10px 50px;
    }

    .banner-main .right-part {
        border-radius: 0 15px 15px 0;
    }

    .wrap-head-new {
        text-align: left;
        align-items: flex-start;

        .heading-block-logo {
            margin-top: 40px;
        }
    }

    .payday-online-section.contact-page .section-content .contact-image {
        height: 520px;
        margin-bottom: 140px;
    }

    .banner-section .banner-main {
        flex-direction: row;
    }

    .contact-page .wrap {
        display: flex;
        justify-content: space-between;
        padding: 0 123px;
        flex-direction: column;
        align-items: center;
        gap: 80px;
        align-self: stretch;
    }

    .contact-page .wrap .left {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }

    .contact-page .wrap .right {
        display: flex;
        padding: 50px;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
        align-self: stretch;
        width: 100%;
        gap: 25px;
        border-radius: 25px;
        background: #F6F8FE;
    }

    .contact-page .wrap .right .title {
        color: #000;
        font-family: PolySans;
        font-size: 36px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        letter-spacing: -0.72px;
    }

    .contact-page .wrap .left .title {
        color: #000;
        font-family: PolySans;
        font-size: 42px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
    }

    .contact-page .wrap .left .second-title {
        color: #000;
        font-family: PolySans;
        font-size: 32px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%; /* 43.2px */
        letter-spacing: -0.72px;
        padding-bottom: 25px;
    }

    .contact-page .wrap .left .text {
        color: #474953;
        font-family: PolySans;
        font-size: 20px;
        font-style: normal;
        font-weight: 300;
        line-height: 150%;
    }
}

.heading-text-bottom {
    color: #25319E;
    font-family: "PolySans Trial", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 29.9px */
    letter-spacing: -0.52px;
    margin: 0;
}

@media screen and (min-width: 992px) {
    .wrap-head-new {
        .heading-block-logo {
            margin-top: 50px;
        }
    }

    .banner-main .left-part {
        padding: 0;
        padding-right: 40px;
        overflow: hidden;
    }

    .heading-new-phone {
        position: absolute;
        height: 410px;
        width: auto;
        bottom: 0;
        left: -62px;
        display: block;
    }

    .banner-main .left-part .heading-text.title-new {
        font-size: 48px;
    }

    .wrap-head-new {
        padding-left: 240px;
    }

    .heading-text-bottom {
        font-size: 20px;
    }

    .contact-page .wrap .left .bottom {
        margin-top: 40px;
    }

    .contact-page .wrap {
        margin: 120px auto;
        display: flex;
        width: 100%;
        padding: 0;
        gap: normal;
        align-items: center;
        flex-direction: row;
        justify-content: space-between;
    }

    .contact-page .wrap {
        max-width: 931px;
    }

    .contact-page .wrap .left {
        max-width: 408px;
    }

    .contact-page .wrap .right {
        padding: 70px 50px;
        max-width: 450px;
    }

    .contact-page .wrap .left .title {
        margin-bottom: 80px;
        text-align: left;
        font-size: 42px;
    }
}

@media screen and (min-width: 1200px) {
    .apply-page__form.get-page {
        padding: 70px 65px;
    }

    .apply-page h1 {
        font-size: 48px;
    }

    .wrap-head-new {
        padding-left: 294px;
    }

    .banner-main .left-part {
        padding-right: 40px;
    }

    .heading-new-phone {
        position: absolute;
        height: 449px;
        width: auto;
        bottom: 0;
        left: -34px;
        display: block;
    }

    .contact-page .wrap {
        max-width: 1096px;
    }

    .banner-main .left-part .heading-text.title-new {
        font-size: 56px;
    }

    .heading-text-bottom {
        font-size: 26px;
    }

    .contact-page .wrap .right .title {
        font-size: 36px;
    }

    .contact-page .wrap .left .second-title {
        font-size: 36px;
    }

    .contact-page .wrap .right {
        max-width: 433px;
    }

    .contact-page .wrap .left .title {
        font-size: 56px;
    }

    .contact-page .wrap .left .bottom {
        margin-top: 60px;
    }
}

@media screen and (min-width: 1440px) {
    .wrap-head-new {
        padding-left: 340px;
    }

    .banner-main .left-part {
        padding-right: 60px;
    }

    .heading-new-phone {
        /*transform: rotateY(180deg);*/
        position: absolute;
        height: 447px;
        width: auto;
        bottom: 0;
        left: 0px;
    }

    .banner-main .left-part .heading-text.title-new {
        font-size: 64px;
        font-weight: 400;
        line-height: 110%; /* 61.6px */
    }

    .contact-page .wrap .right {
        max-width: 532px;
    }

    .contact-page .wrap .left {
        max-width: 437px;
    }
}

.profile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.profile .author-text {
    width: 100%
}

.profile-part .content .profile .img-part img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profile-part .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.profile-part .content .profile .text-part .subtitle {
    margin-bottom: 15px;
    display: block
}

.profile-part .content .detail-part {
    width: auto
}

.profile-part .content .profile .link-part .link img {
    width: 70%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.profile-part .content .profile .link-part .link:hover img {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.profile-part .content .profile .img-part.single {
    width: 100%;
    max-width: 320px;
    margin-right: 70px !important;
    height: 320px;
}

.profile-part .content .detail-part {
    margin-top: 80px
}

.profile-part .content .profile .link-part {
    gap: 10px
}

.profile-part .content .profile .text-part {
    margin-bottom: 30px
}

.profile-part .content .detail-part .detail {
    font-size: 26px
}

.author-page .main-block .profile-part {
    padding-bottom: 130px
}

.main-block .artical-section {
    width: 100%;
    margin-top: 0;
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.bottom-content-part .custom-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 60px;
    grid-column-gap: 30px
}

.bottom-content-part .custom-row .blog-card .blog-content .blog-title {
    font-size: 26px
}

.provider-images .jerusalwm {
    width: 158px
}

.provider-images .yahoo {
    width: 94px
}

.provider-images .inq2016 {
    width: 160px
}

.banner-main .left-part .heading-text {
    margin-bottom: 10px;
    display: block;
}

.banner-main .left-part .features {
    gap: 8px
}

.banner-main .left-part {
    /*background: url(../images/noise.png),-o-linear-gradient(231.26deg,#d2fff7 -25.56%,#eff1ff 29.27%,#eaeffb 62.64%,#b8d3ed 103.44%);*/
    /*background: url(../images/noise.png),linear-gradient(218.74deg,#d2fff7 -25.56%,#eff1ff 29.27%,#eaeffb 62.64%,#b8d3ed 103.44%);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto
}

.header-section .right-part {
    padding-left: 0
}

.header-section .custom-container .link-item-part {
    gap: 25px
}

.header-section .custom-container .link-item-part .link-item .dropdown-btn {
    padding: 0;
    display: block
}

.header-section .custom-container.desktop-header .dropdown-menu .content-wrapper .link-list-block {
    gap: 26px
}

.banner-main .right-part .right-part-heading {
    display: block
}

.banner-main .right-part {
    max-width: 420px
}

.banner-section .custom-container {
    margin: 0 auto;
    max-width: var(--wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.banner-main .right-part .content {
    max-width: 320px;
    margin: 0 auto
}

.banner-main .right-part .content .add-text {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px
}

.banner-main .right-part .content .add-text a {
    text-decoration: none;
    color: #fff
}

.banner-main .right-part .content .add-text a:hover {
    text-decoration: underline
}

.author-page .main-block .profile-part .content {
    max-width: 100%
}

.bottom-content-part .custom-row .blog-card .blog-img {
    border-radius: 10px
}

.banner-main .right-part .content .email-input,
.banner-main .right-part .price-selection-part,
.banner-main .right-part .price-selection-part .select2-container,
.banner-main .right-part .price-selection-part .select2-container--default .select2-selection--single {
    height: 64px
}

.header-section {
    padding: 21px 0;
    max-width: var(--wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings);
    width: 100%;
    margin: 0 auto;
    margin-bottom: 6px
}

.banner-main .right-part {
    padding: 44px 40px
}

.footer-section .content .links-part {
    padding: 20px 0
}

.footer-section .content .copyright .social-media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-section .content .copyright .social-media a {
    margin-left: 10px;
    display: block
}

.footer-section .content .copyright .text-part .text {
    margin-bottom: 0
}

.footer-section .content .copyright .text-part {
    padding-top: 0
}

.footer-section .content .contact {
    padding-top: 15px
}

.footer-section .content .text-part {
    padding-top: 30px
}

.footer-section .content .text-part .box .text {
    margin-bottom: 20px
}

.footer-section .content .text-part .box:last-child .text {
    margin-bottom: 0
}

.footer-section .content .links-part .link {
    border: none
}

.footer-section .content {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    padding: 0
}

.custom-container.mobile-header {
    display: none
}

.select2-container--default .select2-selection--single {
    border: none
}

.main-block .loan-states {
    padding-top: 120px;
    padding-bottom: 140px
}

.state-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    width: calc(100% + 10px);
    margin: -5px
}

.loan-states .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.state-part .state {
    width: calc(16.6666666667% - 10px);
    padding: 0;
    margin: 5px
}

.team-section {
    padding-top: 85px;
    padding-bottom: 140px
}

.team-section .content .header .head {
    line-height: 105%
}

.team-section .content .header .text {
    line-height: 150%
}

.team-section .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.team-section .profile-part {
    display: -ms-grid;
    display: grid;
    grid-row-gap: 60px;
    grid-column-gap: 30px;
    margin-top: 60px;
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr)
}

.team-section .content .profile-part .profile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.team-section .content .profile-part .profile .img-part {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 160px;
    height: 160px;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left
}

.team-section .content .profile-part .profile .img-part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px
}

.team-section .content .profile-part .profile .img-part:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.team-section .content .profile-part .profile .link-part .link,
.team-section .content .profile-part .profile .text-part {
    text-decoration: none
}

.team-section .content .profile-part .profile .link-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.team-section .content .profile-part .profile .link-part .link img {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.team-section .content .profile-part .profile .link-part .link {
    border-radius: 8px;
    background: #f6f8fe;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 10px;
    width: 40px;
    height: 40px
}

.team-section .content .profile-part .profile .link-part .link img {
    width: 70%
}

.bottom-content-part .custom-row .blog-card .blog-img {
    margin-bottom: 30px
}

.bottom-content-part .custom-row .blog-card .blog-date {
    margin-bottom: 25px;
    display: block
}

.bottom-content-part .custom-row .blog-card .blog-content .blog-title {
    font-size: 28px
}

.blog-section .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.blog-section .section-content .top-text-part .heading {
    margin-bottom: 30px
}

.blog-section .section-content .bottom-content-part {
    margin-top: 60px
}

.blog-section .section-content .pagination-part {
    margin-top: 80px
}

.main-block .blog-section {
    padding-bottom: 140px
}

.bottom-content-part .custom-row .blog-card .blog-img {
    height: 220px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog-post-section .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.blog-post-section .post-content .post-details .text-content-block ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 7px;
    margin-bottom: 0
}

.blog-post-section .post-content .post-details {
    width: 100%;
    max-width: 868px
}

.blog-post-page .main-block .blog-post-section {
    padding-top: 70px
}

.blog-post-section .post-content .post-heading-part {
    gap: 50px
}

.blog-post-section .post-content {
    gap: 70px
}

.blog-post-section .post-content .post-heading-part .post-image-part {
    height: 500px;
    width: 100%
}

.blog-post-section .post-content .post-heading-part .post-image-part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 15px
}

.latest-post .content-wrapper {
    padding: 60px 0 70px
}

.latest-post .content-wrapper .latest-post-content {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings);
    margin-left: auto;
    margin-right: auto
}

.post-heading-part .writer-details-part .profile-part .author-img-block {
    width: 40px;
    height: 40px;
    border-radius: 50%
}

.post-heading-part .writer-details-part .profile-part .author-img-block img {
    width: 100%;
    height: 100%
}

.blog-post-page .main-block .latest-post {
    margin-bottom: 140px
}

.blog-post-page .main-block .latest-post .container {
    max-width: var(--wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.tabs-part .tab-head .head {
    margin-bottom: 0
}

.text-body-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.text-body .container {
    max-width: var(--wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.tabs-part-mob {
    display: none
}

.tabs-part {
    max-width: 283px;
    width: 100%;
    gap: 32px
}

.right-part {
    width: 100%
}

.tabs-part .tabs .tab.active::before {
    top: 9px;
    left: -20px
}

.tabs-part .tabs {
    gap: 13px;
    padding-right: 30px
}

.profile-part .profile .text-part .name {
    margin-bottom: 0
}

.query-part {
    margin-top: 50px
}

.profile-part .profile .text-part .name {
    line-height: 140%
}

.query-part {
    max-width: 800px
}

.query-part .pros-and-cons .pros ul {
    margin-bottom: 0
}

.main-block .text-body {
    padding-bottom: 140px
}

.main-block .text-body ul {
    margin-bottom: 0
}

.apply-page {
    padding-top: 50px;
    padding-bottom: 120px
}

.apply-page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.apply-page .container {
    max-width: var(--wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.apply-page h1 {
    color: #262626;
    line-height: 105%;
    font-weight: 300;
    max-width: 899px;
    margin-left: 120px;
    margin-bottom: 58px
}

.apply-page ul {
    margin-bottom: 45px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 45px;
    margin: 0;
    padding: 0;
    list-style-type: none
}

.apply-page li {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 15px
}

.apply-page li h2 {
    color: #25319e;
    font-size: 28px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -.56px;
    margin: 0
}

.apply-page li p {
    color: #25319e;
    font-size: 17px;
    font-weight: 300;
    line-height: 140%;
    margin: 0
}

.apply-page__block {
    max-width: 420px;
    width: 100%;
    border-radius: 25px;
    background: #d7fceb;
    margin-left: auto;
    padding: 56px 71px
}

.apply-page .apply-page__brands {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 45px;
    gap: 35px
}

.main-block .banner-section .custom-container .loan-types-main {
    margin-top: 20px;
    padding: 50px 70px
}

.loan-types-main .loan-card {
    padding: 20px 20px 28px 30px;
    gap: 25px
}

.loan-types-main .card-link {
    width: 100%
}

.loan-types-main .loan-card .description-part p {
    line-height: 115%
}

.loan-types-main .loan-card .description-part {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.payday-online-section .container,
.what-are-payday-section .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings);
    margin: 0 auto
}

.payday-online-section .section-content .top-text-part p {
    max-width: 949px;
    margin-bottom: 0
}

.payday-online-section .section-content .bottom-provider-part .provider-images {
    max-width: 532px
}

.payday-online-section .section-content .bottom-provider-part {
    gap: 27px
}

.main-block .what-are-payday-section .content-div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%
}

.what-are-payday-section .content-div .text-part {
    width: 100%;
    max-width: 533px
}

.howTo .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings);
    margin: 0 auto
}

.howTo .first-part,
.howTo .second-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.howTo .second-part__text {
    width: 100%;
    margin-top: 15px
}

.howTo .second-part__block {
    margin-left: 112px
}

.howTo .first-part__text {
    width: 100%
}

.howTo .first-part__block {
    margin-right: 112px
}

.howTo .image-part_mob {
    display: none
}

.howTo .content .second-part .text-part {
    max-width: 100%
}

.howTo .content .text-part .head {
    width: 90%
}

.howTo .content .second-part .image-part {
    width: 100%
}

.howTo .content .first-part .text-part ol li {
    max-width: 468px
}

.howTo .first-part__block {
    width: 100%;
    max-width: 450px
}

.howTo .content .first-part .image-part {
    width: 100%;
    max-width: 450px
}

.howTo .content .first-part .image-part img {
    width: 100%;
    border-radius: 25px
}

.howTo .content .first-part .text-part {
    max-width: 100%
}

.howTo .content .second-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.steps .content .top .head {
    margin-bottom: 40px
}

.steps .content .step-list {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    margin-top: 80px
}

.steps .content .step-list .list .step .detail {
    margin-left: 0;
    margin-bottom: 0
}

.step-list__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.step-list__inner .list {
    max-width: 510px
}

.steps .content .step-list .list .step .title {
    margin-left: -25px
}

.steps .content .step-list .list .step {
    padding-top: 0;
    margin-bottom: 40px
}

.steps .content .step-list .list .step:last-child {
    margin-bottom: 0
}

.requirement-section .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.main-block .requirement-section .content-main {
    width: 100%
}

.requirement-section__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.main-block .requirement-section .right-card-part {
    width: 100%;
    max-width: 532px
}

.main-block .requirement-section .left-text-part {
    width: 100%;
    max-width: 483px;
    margin-right: 79px;
    padding-right: 0
}

.requirement-section .right-card-part .steps-card .bottom-content p {
    margin-bottom: 0
}

.main-block .requirement-section .left-text-part h2 {
    width: 100%
}

.reason .content .top .text {
    max-width: 786px
}

.requirement-section .right-card-part .steps-card .top-heading img {
    width: 32px;
    height: 32px
}

.reason .content .card-part__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 3 ];
    grid-template-columns: repeat(3, 1fr);
    gap: 10px
}

.reason .content .card-part__inner .box {
    width: 100%;
    margin-bottom: 0
}

.reason .container {
    max-width: 1200px;
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.loan-online-section .content .list .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    counter-increment: olListNew
}

.loan-online-section .content .list .box .text-part .detail {
    margin-bottom: 0;
    margin-left: 0;
    max-width: 642px;
    line-height: 140%
}

.loan-online-section .content .list .box .text-part .title:before {
    content: counter(olListNew) ".";
    position: absolute;
    left: -25px
}

.loan-online-section .content .list .box .text-part .title {
    margin-bottom: 20px;
    position: relative
}

.loan-online-section .content .list {
    max-width: 964px;
    width: 100%;
    counter-reset: olListNew;
    padding-left: 0
}

.pros-cons .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.pros-cons .content .top .head {
    margin-bottom: 30px
}

.pros-cons .content .top .text {
    max-width: 757px;
    width: 100%
}

.pros-cons .content .top .text {
    margin-bottom: 50px
}

.pros-cons .content .box .dis,
.pros-cons .content .box__inner {
    width: 100%;
    flex: 0 0 calc(50% - 20px);
}

.pros-cons .content .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    gap: 40px
}

.pros-cons .content .pros .box .adv .detail {
    line-height: 140%
}

.faq .container {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.faq .content .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (510px) [ 2 ];
    grid-template-columns: repeat(2, 510px);
    grid-row-gap: 45px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.faq .content .list .box {
    margin-top: 0;
    max-width: 510px
}

.faq .content .list .box .text-part .answer {
    margin-bottom: 0;
    line-height: 140%
}

.payday-online-section .section-content .middle-image-part {
    height: 440px
}

.payday-online-section .section-content .middle-image-part img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 25px
}

.loan-online-section .container,
.steps .container {
    max-width: var(--wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.pagechange-btn img {
    width: 24px;
    height: 24px
}

.loan-page .main-block .content-block {
    max-width: 1208px
}

.about-section .content-block .right-part {
    /*margin-top: 47px*/
}

.about-section .content-block {
    -webkit-column-gap: 140px;
    -moz-column-gap: 140px;
    column-gap: 140px
}

.main-block .top-heading p {
    font-size: 20px
}

.synopsis-section .what-are-block .top-heading h2 {
    color: #000
}

.synopsis-section .what-are-block .text-block {
    width: 100%;
    max-width: 1208px
}

.synopsis-section .what-are-block .text-block {
    -webkit-column-gap: 132px;
    -moz-column-gap: 132px;
    column-gap: 132px
}

.banner-main .right-part .right-part-heading {
    font-size: 32px;
    max-width: 268px;
    margin-left: auto;
    margin-right: auto
}

.select {
    position: relative;
    margin-top: 35px
}

.select__selected {
    color: #262626
}

.select__body {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    border-radius: 15px;
    background: #fff;
    top: calc(100% + 5px);
    left: 0;
    width: 100%;
    padding: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.select_active .select__body {
    opacity: 1;
    visibility: visible
}

.select_active .select__head:after {
    -webkit-transform: translateY(-50%) scaleY(-1);
    -ms-transform: translateY(-50%) scaleY(-1);
    transform: translateY(-50%) scaleY(-1)
}

.select__item {
    color: #262626;
    font-family: PolySans;
    font-size: 20px;
    line-height: 150%;
    font-weight: 400;
    cursor: pointer;
    width: 100%;
    border: none;
    background: 0 0;
    text-align: left;
    text-align: center
}

.select__item:hover {
    color: #25319e;
    font-weight: 600
}

.select__head {
    font-family: PolySans;
    border-radius: 15px;
    background: #fff;
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    cursor: pointer;
    width: 100%;
    border: none
}

.select__head:after {
    content: "";
    background: url(../images/alt_arrow_down.svg) no-repeat;
    width: 24px;
    height: 24px;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 20px
}

.apply-btn:hover {
    background: #141f87;
    color: #d7fceb
}

.apply-btn:active {
    background: #25319e;
    color: #d7fceb
}

.header-section .custom-container .link-item-part .link-item .dropdown-btn {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.authors_hover {
    text-decoration: none;
    color: black;
}

.authors_hover:visited {
    text-decoration: none;
    color: black;
}

.authors_hover:hover, .authors_hover:hover p {
    color: #25319e !important;
}

.authors_hover:hover h5 {
    color: #25319e !important;
}

.pos_abs {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;

}

@media screen and (max-width: 500px) {
    .profile .author-text {
        text-align: center;
        align-items: center;
    }

}

/*.header-section .custom-container .link-item-part .link-item .dropdown-btn:hover {*/
/*  font-weight: 600*/
/*}*/
.banner-main .right-part .content .apply-btn {
    border: none
}

.banner-main .right-part .content .apply-btn:hover {
    background: #a5ffd6;
    color: #25319e;
    border: none
}

.banner-main .right-part .content .apply-btn:active {
    background: #d7fceb;
    color: #25319e;
    border: none
}

.main-block .requirement-section .left-text-part {
    position: sticky;
    top: 15px
}

.step-list__inner {
    gap: 0 112px;
    flex-wrap: wrap;
}

.step-list__inner .list {
    width: calc(50% - 60px);
    margin-bottom: 40px;
}

@media screen and (max-width: 1200px) {
    .step-list__inner .list {
        width: 100%;
        margin-bottom: 0;
    }
}

.navbar .burger {
    display: block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.navbar .burger .line {
    width: 26px;
    height: 2px;
    background: #1c274c;
    display: block;
    border-radius: 5px;
    margin: 6px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

header.show .burger .line:nth-child(1) {
    -webkit-transform: rotate(45deg) translate(6px, 5px);
    -ms-transform: rotate(45deg) translate(6px, 5px);
    transform: rotate(45deg) translate(6px, 5px)
}

header.show .burger .line:nth-child(2) {
    opacity: 0
}

header.show .burger .line:nth-child(3) {
    -webkit-transform: rotate(-45deg) translate(6px, -5px);
    -ms-transform: rotate(-45deg) translate(6px, -5px);
    transform: rotate(-45deg) translate(6px, -5px)
}

.loan-page .synopsis-section .top-heading {
    gap: 15px
}

.loan-page .about-section .top-heading {
    gap: 30px
}

.loan-page .synopsis-section .what-are-block {
    gap: 30px
}

.loan-page .main-block .content-block {
    max-width: var(--container)
}

.loan-page .work-section .content-block .left-content {
    gap: 0
}

.loan-page .refund-section {
    overflow: hidden
}

.loan-page .about-section .top-heading p,
.loan-page .refund-section .section-bottom-part .details-part .top-heading-block span,
.loan-page .work-section .top-heading p {
    font-size: 17px
}

.loan-page .work-section .content-block .right-content .content-wrapper {
    margin-top: 30px
}

.loan-page .work-section .content-block .right-content .content-wrapper h3.headd-text {
    margin-left: 0;
    margin-right: auto
}

.loan-page .work-section .content-block .right-content .content-wrapper {
    padding-top: 87px
}

.loan-page .work-section .left-content .middle-content .text-block p {
    width: 100%;
    max-width: 617px;
    line-height: 140%
}

.loan-page .work-section .left-content .bottom-content {
    width: 100%;
    max-width: 639px;
    margin-top: 30px
}

.loan-page .work-section .top-heading {
    margin-bottom: 15px
}

.loan-page .work-section .left-content .middle-content {
    gap: 33px
}

.loan-page .main-block .work-section {
    padding-left: 0;
    padding-right: 0
}

.loan-page .benefits-section .content-block .top-heading-part {
    text-align: center
}

.loan-page .benefits-section .content-block .top-heading-part span {
    margin-bottom: 17px;
    display: block
}

.loan-page .benefits-section .content-block .top-heading-part p {
    margin: 0 auto;
    max-width: 950px
}

.loan-page .benefits-section .content-block .top-heading-part h2 {
    margin-bottom: 20px
}

.loan-page .benefits-section .content-block .benefits-list {
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px
}

.loan-page .benefits-section .benefits-list .benefits-box .description p {
    max-width: 527px
}

.loan-page .rates-section .content-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.loan-page .rates-section .content-block img {
    max-width: 533px;
    width: 100%;
    margin-left: auto
}

.loan-page .rates-section .content-block .left-part .notification-block {
    max-width: 651px
}

.loan-page .rates-section .content-wrapper .fees-block .top-block,
.loan-page .rates-section .fees-block .list-block {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: auto 536px;
    grid-template-columns: auto 536px
}

.loan-page .fees-box,
.loan-page .inner-list {
    max-width: 426px
}

.loan-page .right-part {
    margin-left: auto
}

.loan-page .loan-page .refund-section .section-bottom-part,
.loan-page .online-section .content-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 645px;
    grid-template-columns: auto 645px
}

.loan-page .loan-page .refund-section .section-bottom-part .left-content,
.loan-page .online-section .content-wrapper .left-content {
    max-width: 539px
}

.loan-page .online-section .content-wrapper .left-content .top-content-block,
.loan-page .pros-corn-section .refund-section .section-bottom-part .left-content .top-content-block {
    margin-top: 5px;
    gap: 17px
}

.loan-page .online-section .content-wrapper .left-content .top-content-block .heading-block,
.loan-page .pros-corn-section .refund-section .section-bottom-part .left-content .top-content-block .heading-block {
    gap: 31px
}

.loan-page .getting-loan-section .content-wrapper .requirement-part {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 538px 585px;
    grid-template-columns: 538px 585px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1261px
}

.loan-page .getting-loan-section .left-heading-part {
    position: sticky;
    top: 20px
}

.loan-page .getting-loan-section .requirement-part .right-list-part .item-box {
    gap: 30px
}

.loan-page .getting-loan-section .apply-part .middle-block {
    -ms-grid-columns: (1fr) [ 4 ];
    grid-template-columns: repeat(4, 1fr)
}

.loan-page .getting-loan-section .apply-part .bottom-block {
    margin: 0
}

.loan-page .getting-loan-section .apply-part .top-block h2 {
    margin-bottom: 80px
}

.loan-page .getting-loan-section .apply-part .bottom-block p {
    margin-top: 45px
}

.loan-page .applying-section .content-wrapper .top-heading-part {
    text-align: center;
    width: 100%
}

.loan-page .applying-section .content-wrapper .top-heading-part p {
    max-width: 874px;
    margin-left: auto;
    margin-right: auto
}

.loan-page .applying-section .content-wrapper .top-heading-part span {
    margin-bottom: 20px;
    display: block
}

.loan-page .applying-section .content-wrapper .top-heading-part h2 {
    margin-bottom: 30px
}

.loan-page .applying-section .content-wrapper .content-block {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 25px 980px;
    grid-template-columns: 25px 980px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 40px;
    width: 100%
}

.loan-page .applying-section .content-wrapper {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.loan-page .rejection-section .content-wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 532px 645px;
    grid-template-columns: 532px 645px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.loan-page .rejection-section .rejection-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.loan-page .rejection-section .rejection-heading .top-head-block {
    margin-top: 20px
}

.loan-page .rejection-section .rejection-heading .bottom-image-block {
    margin-top: auto
}

.loan-page .rejection-section .rejection-heading .top-head-block span {
    display: block;
    margin-bottom: 17px
}

.loan-page .section-top-part .refund-block .heading-part .heading-content {
    margin-bottom: 60px
}

.loan-page .section-top-part .refund-block .heading-part span {
    display: block;
    margin-bottom: 20px
}

.loan-page .pros-corn-section .refund-block .points-group .point {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loan-page .refund-block .heading-content .left-content h2 {
    margin-bottom: 30px
}

.loan-page .refund-block .heading-content .left-content .description p {
    margin-bottom: 15px
}

.loan-page .refund-block .heading-content .left-content .description p:last-child {
    margin-bottom: 0
}

.loan-page .owl-carousel .owl-nav,
.loan-page .owl-carousel .owl-nav.disabled {
    right: 0;
    top: -21%
}

.loan-page .owl-carousel .owl-nav,
.loan-page .owl-carousel .owl-nav.disabled {
    gap: 20px
}

.loan-page .owl-carousel .owl-nav span,
.loan-page .owl-carousel .owl-nav.disabled span {
    margin-top: -5px
}

.loan-page .section-top-part .refund-block .cards-part.carouselParent .item-box {
    padding-top: 80px
}

.loan-page .owl-carousel .owl-stage-outer:after {
    content: "";
    background: #fff;
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%
}

.loan-page .owl-carousel .owl-stage-outer {
    overflow: visible;
    position: relative
}

.loan-page .owl-carousel .owl-stage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.loan-page .refund-section .section-top-part .failure-block .rightpart {
    /*padding-top: 70px*/
}

.loan-page .refund-section .section-top-part .failure-block .leftpart span {
    margin-bottom: 30px;
    display: block
}

.loan-page .refund-section .section-top-part .failure-block .rightpart p {
    margin-bottom: 15px
}

.loan-page .refund-section .section-top-part .failure-block .rightpart p:last-child {
    margin-bottom: 0
}

.loan-page .refund-section .section-bottom-part {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 538px 532px;
    grid-template-columns: 538px 532px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.loan-page .refund-section .section-bottom-part .top-heading-block span {
    display: block;
    margin-bottom: 17px
}

.loan-page .refund-section .section-bottom-part .top-heading-block h3 {
    margin-bottom: 30px
}

.loan-page .refund-section .section-bottom-part p.small {
    max-width: 500px
}

.loan-page .refund-section .section-bottom-part .details-part .details ul {
    margin: 30px 0;
    margin-bottom: 25px
}

.loan-page .refund-section .section-bottom-part .details-part .details ul li {
    margin-bottom: 10px
}

.loan-page .refund-section .section-bottom-part .details-part .details ul li:last-child {
    margin-bottom: 0
}

.loan-page .refund-section .section-bottom-part .details-part .details .inner-card {
    margin-bottom: 25px
}

.loan-page .refund-section .section-bottom-part .details-part {
    margin-top: 16px
}

.loan-page .comparing-section.benefits-section .content-block {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.loan-page .comparing-section .comparing-list .compare-item div p {
    font-size: 17px
}

.loan-page .comparing-section .comparing-list .compare-item {
    border-bottom: 1px solid rgba(175, 182, 244, .4);
    padding-bottom: 35px;
    margin-bottom: 35px
}

.loan-page .comparing-section .comparing-list .compare-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none
}

.loan-page .comparing-section.benefits-section .content-block .top-heading-part p {
    max-width: 880px
}

.loan-page .benefits-section .content-block .top-heading-part {
    width: 100%
}

.loan-page .comparing-section.benefits-section {
    padding-bottom: 160px
}

.loan-page .pros-corn-section .refund-block .heading-part span {
    margin-bottom: 33px
}

.loan-page .pros-corn-section .section-top-part .refund-block .heading-content .left-content h2 {
    margin-bottom: 0
}

.loan-page .pros-corn-section .section-top-part .refund-block .cards-part {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: (1fr) [ 2 ];
    grid-template-columns: repeat(2, 1fr)
}

.loan-page .pros-corn-section.refund-section.blue-block {
    padding-top: 80px
}

.loan-page .online-section.pros-corn-section {
    padding: 0
}

.loan-page .online-section.pros-corn-section .content-wrapper .right-content .steps-list .step-box .step-title-block img {
    margin-right: 20px;
    width: 48px;
    height: 48px
}

.loan-page .online-section.pros-corn-section .content-wrapper .right-content {
    padding: 0;
    background: 0 0
}

.loan-page .online-section.pros-corn-section .content-wrapper .right-content .steps-list .step-box {
    padding: 40px 50px;
    background: #f6f8fe;
    border-radius: 25px;
    gap: 10px
}

.loan-page .online-section.pros-corn-section .content-wrapper .right-content .steps-list .step-box .step-title-block {
    gap: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.loan-page .online-section.pros-corn-section .content-wrapper .right-content .steps-list {
    gap: 20px
}

.loan-page .online-section.pros-corn-section .steps-list .step-box .step-title-block .step-title {
    color: #25319e;
    font-size: 26px;
    font-weight: 400;
    line-height: 115%;
    letter-spacing: -.52px
}

.loan-page .faq-section .content-wrapper {
    max-width: var(--min-wrapper);
    padding-left: var(--paddings);
    padding-right: var(--paddings)
}

.loan-page .faq-section .content-wrapper .section-head {
    margin-bottom: 50px
}

.loan-page .faq-section .accordion-block .accordion.accordion-flush .accordion-button {
    padding-bottom: 39px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-right: 6px
}

.loan-page .faq-section .accordion-block .accordion.accordion-flush .accordion-button[aria-expanded=true] {
    padding-bottom: 25px
}

.loan-page .faq-section .accordion-block .answer-block {
    max-width: 870px
}

.header-section {
    position: relative
}

.header-section .mobile-header.mobile-content .navbar-collapse.collapse {
    top: auto
}

.header-section .mobile-header.mobile-content .navbar-collapse.collapse {
    position: absolute;
    top: 100%;
    width: 100%;
    height: auto;
    top: 70px;
    left: 0;
    z-index: 9999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 1px;
    padding-bottom: 30px
}

.mobile-header .navbar-collapse {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0)
}

footer ul,
header ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

footer li,
header li {
    padding: 0;
    margin: 0
}

@media screen and (max-width: 1439px) {
    :root {
        --container: 1080px;
        --paddings: 20px;
        --wrapper: calc(var(--container) + 40px);
        --mini-container: 893px;
        --min-wrapper: calc(var(--mini-container) + 40px)
    }

    .banner-main .left-part .heading-text {
        margin-bottom: 25px
    }

    .banner-main .left-part .features {
        margin-top: 0;
        gap: 6px
    }

    .banner-main .left-part .features .feature-item {
        gap: 20px;
        letter-spacing: -.52px
    }

    .main-block .artical-section {
        max-width: var(--wrapper)
    }

    .artical-section .content .bottom-content-part {
        margin-bottom: 140px
    }

    .footer-section .content .links-part .link {
        text-align: center
    }

    .footer-section .content .links-part {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer-section .content .links-part .link {
        max-width: 150px
    }

    .loan-states .container {
        max-width: var(--wrapper);
        padding-left: var(--paddings);
        padding-right: var(--paddings)
    }

    .loan-states .content .title-part .title {
        font-size: 60px
    }

    .team-section .container {
        max-width: var(--wrapper);
        padding-left: var(--paddings);
        padding-right: var(--paddings)
    }

    .team-section {
        padding-top: 100px
    }

    .blog-section .container {
        max-width: var(--wrapper);
        padding-left: var(--paddings);
        padding-right: var(--paddings)
    }

    .blog-post-section .container {
        max-width: var(--wrapper);
        padding-left: var(--paddings);
        padding-right: var(--paddings)
    }

    .blog-post-page .main-block .blog-post-section {
        padding-top: 80px
    }

    .blog-post-section .post-content .post-details {
        max-width: 894px
    }

    .latest-post .content-wrapper .latest-post-content {
        max-width: 1015px
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-title {
        width: 90%
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-text {
        width: 95%
    }

    .tabs-part {
        max-width: 247px
    }

    .right-part {
        padding-left: 32px
    }

    .query-part,
    .query-part .pros-and-cons {
        gap: 30px
    }

    .query-part .question-box .question.big {
        margin-top: 25px
    }

    .apply-page h1 {
        margin-left: 0
    }

    .apply-page__block {
        max-width: 370px
    }

    .main-block .banner-section .custom-container .loan-types-main {
        padding: 40px 30px
    }

    .faq .container,
    .howTo .container,
    .pros-cons .container,
    .reason .container,
    .requirement-section .container,
    .steps .content .step-list,
    .what-are-payday-section .container {
        max-width: var(--wrapper)
    }

    .howTo .content .first-part .text-part {
        padding-top: 0
    }

    .steps .content .top .head {
        width: 70%
    }

    .main-block .requirement-section .left-text-part {
        margin-right: 72px
    }

    .reason {
        padding-bottom: 96px
    }

    .faq .content .list {
        -ms-grid-columns: (490px) [ 2 ];
        grid-template-columns: repeat(2, 490px)
    }

    .loan-page .custom-container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .loan-page .main-block .about-section {
        padding: 0;
        padding-top: 100px
    }

    .loan-page .about-section .content-block {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 28px;
        padding-bottom: 80px;
        padding-left: var(--paddings);
        padding-right: var(--paddings)
    }

    .loan-page .about-section .content-block .left-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .loan-page .about-section .content-block .left-part,
    .loan-page .about-section .content-block .right-part {
        margin: 0;
        padding: 0;
        max-width: 538px;
        width: 100%
    }

    .loan-page .about-section .content-block .right-part {
        /*margin-top: 50px*/
    }

    .loan-page .synopsis-section .custom-container {
        max-width: var(--container);
        margin: 0 auto
    }

    .loan-page .synopsis-section .what-are-block {
        padding-top: 120px
    }

    .loan-page .synopsis-section .what-are-block .text-block {
        gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 100px;
        gap: 15px
    }

    .loan-page .synopsis-section .what-are-block .text-block .inner-content {
        max-width: 525px;
        width: 100%
    }

    .loan-page .main-block .content-block {
        margin: 0 auto
    }

    .loan-page .main-block .work-section {
        padding-top: 110px;
        padding-bottom: 140px;
        padding-left: var(--paddings) !important;
        padding-right: var(--paddings) !important
    }

    .loan-page .work-section .left-content {
        margin-top: 65px;
        max-width: 525px
    }

    .loan-page .main-block .benefits-section {
        padding-top: 125px;
        padding-bottom: 140px
    }

    .loan-page .benefits-section .content-block .top-heading-part {
        padding-left: var(--paddings) !important;
        padding-right: var(--paddings) !important
    }

    .loan-page .benefits-section .content-block .benefits-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: var(--paddings) !important;
        padding-right: var(--paddings) !important
    }

    .loan-page .benefits-section .content-block .benefits-list .list-block {
        max-width: 500px;
        width: 100%
    }

    .loan-page .rates-section .content-block {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        width: 100%
    }

    .loan-page .rates-section .content-wrapper {
        max-width: var(--container);
        margin: 0 auto;
        gap: 0
    }

    .loan-page .rates-section .content-block .left-part {
        max-width: 520px
    }

    .loan-page .rates-section .content-block img {
        max-width: 431px
    }

    .loan-page .main-block .rates-section {
        padding-top: 140px;
        padding-left: var(--paddings) !important;
        padding-right: var(--paddings) !important
    }

    .loan-page .rates-section .content-wrapper .fees-block {
        margin-top: 110px;
        padding: 70px
    }

    .loan-page .rates-section .fees-block .top-block .right-desc {
        max-width: 464px;
        width: 100%
    }

    .loan-page .rates-section .fees-block .top-block .left-head {
        max-width: 376px;
        width: 100%
    }

    .loan-page .rates-section .content-wrapper .fees-block .top-block,
    .loan-page .rates-section .fees-block .list-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .loan-page .rates-section .fees-block .list-block .left-part,
    .loan-page .rates-section .fees-block .list-block .right-part {
        width: 100%;
        max-width: 400px;
        padding: 0
    }

    .loan-page .online-section .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: var(--container);
        margin: 0 auto;
        gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .loan-page .online-section .content-wrapper .left-content {
        max-width: 491px;
        margin-top: 0;
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto
    }

    .loan-page .online-section .content-wrapper .right-content {
        width: 100%;
        max-width: 527px
    }

    .loan-page .main-block .online-section {
        padding: 140px 0;
        padding-left: var(--paddings) !important;
        padding-right: var(--paddings) !important
    }

    .loan-page .main-block .getting-loan-section {
        padding: 120px 0;
        padding-bottom: 110px;
        padding-left: var(--paddings) !important;
        padding-right: var(--paddings) !important
    }

    .loan-page .getting-loan-section .content-wrapper .apply-part {
        padding-top: 100px
    }

    .loan-page .getting-loan-section .apply-part .top-block h2 {
        max-width: 100%
    }

    .loan-page .getting-loan-section .apply-part .top-block {
        width: 100%;
        max-width: 874px
    }

    .loan-page .getting-loan-section .content-wrapper .requirement-part {
        max-width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-bottom: 110px
    }

    .loan-page .getting-loan-section .requirement-part .right-list-part {
        max-width: 483px
    }

    .loan-page .getting-loan-section .left-heading-part {
        max-width: 522px
    }

    .loan-page .getting-loan-section .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: var(--container);
        margin: 0 auto;
        gap: 0;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .loan-page .applying-section .content-wrapper {
        margin: 0 auto
    }

    .loan-page .main-block .applying-section {
        padding-top: 140px;
        padding-bottom: 140px
    }

    .loan-page .applying-section .content-wrapper {
        max-width: var(--wrapper)
    }

    .loan-page .applying-section .content-wrapper .top-heading-part {
        max-width: var(--min-wrapper);
        margin: 0 auto;
        width: 100%
    }

    .loan-page .applying-section .content-wrapper .content-block {
        padding-left: 39px;
        gap: 37px
    }

    .loan-page .rejection-section {
        padding-top: 140px;
        padding-bottom: 140px;
        padding-left: var(--paddings) !important;
        padding-right: var(--paddings) !important
    }

    .loan-page .refund-section .section-top-part {
        gap: 0
    }

    .loan-page .refund-section .section-top-part .failure-block {
        margin-top: 115px
    }

    .loan-page .refund-section .section-top-part .failure-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .loan-page .section-top-part .refund-block .heading-part .heading-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 757px
    }

    .loan-page .rejection-section .rejection-content {
        max-width: 525px;
        width: 100%
    }

    .loan-page .rejection-section .rejection-heading {
        max-width: 474px;
        width: 100%;
        margin-top: -20px
    }

    .loan-page .rejection-section .rejection-content {
        padding-right: 50px
    }

    .loan-page .rejection-section .content-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: var(--container);
        margin: 0 auto
    }

    .loan-page .refund-section .content-wrapper {
        max-width: var(--container);
        margin: 0 auto
    }

    .loan-page .owl-carousel .owl-nav span,
    .loan-page .owl-carousel .owl-nav.disabled span {
        margin-top: 0
    }

    .loan-page .refund-section .section-top-part .failure-block .leftpart {
        width: 100%;
        max-width: 521px
    }

    .loan-page .refund-section .section-top-part .failure-block {
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0
    }

    .loan-page .refund-section .section-top-part .failure-block .rightpart {
        max-width: 432px;
        width: 100%;
        /*padding-top: 45px*/
    }

    .loan-page .refund-section .content-wrapper {
        gap: 0
    }

    .loan-page .refund-section .section-top-part .failure-block {
        margin-bottom: 120px
    }

    .loan-page .refund-section .section-bottom-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 120px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .loan-page .refund-section .section-bottom-part .details-part {
        margin-top: 0;
        max-width: 538px
    }

    .loan-page .refund-section .section-bottom-part .image-part {
        width: 100%;
        max-width: 434px
    }

    .loan-page .main-block .refund-section {
        padding-bottom: 120px
    }

    .loan-page .comparing-section.benefits-section {
        padding-bottom: 155px
    }

    .loan-page .pros-corn-section {
        padding-top: 140px
    }

    .loan-page .pros-corn-section .section-top-part .refund-block .heading-content .left-content h2 {
        width: 100%
    }

    .loan-page .section-top-part .refund-block .heading-part .heading-content {
        max-width: 872px
    }

    .loan-page .comparing-section.benefits-section .content-block {
        max-width: var(--wrapper);
        padding-left: var(--paddings);
        padding-right: var(--paddings)
    }

    .loan-page .pros-corn-section .section-top-part .refund-block .cards-part {
        padding-bottom: 120px
    }

    .loan-page .main-block .online-section.pros-corn-section {
        padding-top: 0;
        padding-bottom: 0
    }

    .loan-page .online-section .content-wrapper .left-content {
        max-width: 435px
    }

    .loan-page .pros-corn-section .bottom-part-content .ad-block {
        padding: 70px
    }

    .loan-page .faq-section {
        padding-bottom: 140px
    }

    .loan-page .faq-section .content-wrapper {
        margin: 0 auto;
        max-width: var(--wrapper)
    }
}

@media screen and (max-width: 1199px) {
    :root {
        --container: 930px;
        --paddings: 20px;
        --wrapper: calc(var(--container) + 40px);
        --mini-container: 893px;
        --min-wrapper: calc(var(--mini-container) + 40px)
    }

    .profile-part .container {
        max-width: var(--wrapper)
    }

    .profile .author-text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bottom-content-part .custom-row .blog-card {
        grid-gap: 20px
    }

    .bottom-content-part .custom-row .blog-card .blog-img {
        height: 220px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .profile-part .content .detail-part {
        margin-top: 50px
    }

    .author-page .main-block .profile-part {
        padding-bottom: 132px
    }

    .banner-main .right-part {
        max-width: 373px;
        padding: 37px 47px
    }

    .banner-main .left-part {
        gap: 0;
    }

    .banner-main .left-part .heading-text {
        margin-bottom: 20px;
        /*font-size: 50px;*/
        line-height: 105%
    }

    .banner-main .right-part .right-part-heading {
        font-size: 30px;
        line-height: 120%
    }

    .banner-main .right-part .price-selection-part {
        margin-top: 25px
    }

    .apply-btn {
        padding: 10px 20px
    }

    .banner-main .right-part .content .add-text {
        margin-top: 20px
    }

    .banner-main .right-part .content .apply-btn,
    .banner-main .right-part .content .email-input {
        margin-top: 8px
    }

    .banner-main .left-part .features .feature-item p {
        line-height: 115%;
        font-size: 20px
    }

    .profile-part .content .profile .text-part .name {
        font-size: 60px;
        line-height: 100%
    }

    .footer-section .content {
        max-width: var(--wrapper)
    }

    .state-part .state {
        width: calc(20% - 10px);
        height: 72px
    }

    .main-block .loan-states {
        padding-top: 105px
    }

    .team-section .content .header .head {
        font-size: 60px;
        line-height: 105%
    }

    .team-section .content .profile-part .profile .text-part .name {
        font-size: 26px;
        line-height: 115%;
        letter-spacing: -.52px
    }

    .blog-section .section-content .top-text-part .heading {
        font-size: 60px;
        line-height: 105%
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-title {
        font-size: 26px;
        line-height: 115%
    }

    .blog-section .section-content .bottom-content-part {
        margin-top: 40px
    }

    .blog-post-section .post-content .post-heading-part .top-part .heading-text h1 {
        font-size: 60px;
        line-height: 105%
    }

    .blog-post-page .main-block .blog-post-section {
        padding-top: 85px
    }

    .blog-post-section .post-content .post-details {
        max-width: 772px
    }

    .latest-post .content-wrapper {
        padding: 60px 50px 70px
    }

    .latest-post .content-wrapper .latest-post-content {
        padding: 0
    }

    .tabs-part {
        max-width: 211px
    }

    .main-block .text-body {
        padding-top: 105px
    }

    .tabs-part-mob {
        margin-top: 60px
    }

    .tabs-part .tab-head {
        padding-top: 0
    }

    .tabs-part .tab-head {
        margin-bottom: 15px
    }

    .tabs-part .tabs .tab.active::before {
        top: 6px
    }

    .query-part .question-box .answer {
        font-size: 17px;
        line-height: 140%
    }

    .query-part .question-box .question.big {
        font-size: 36px;
        line-height: 120%;
        margin-top: 15px
    }

    .main-block .text-body {
        padding-bottom: 100px
    }

    .tabs-part .tabs {
        gap: 14px
    }

    .title-part .title {
        font-size: 60px;
        line-height: 105%;
        margin-bottom: 0
    }

    .tabs-part .profile-part {
        margin-top: 30px
    }

    .query-part {
        margin-top: 40px
    }

    .query-part .question-box .question {
        font-size: 26px;
        line-height: 115%
    }

    .apply-page__block {
        max-width: 290px;
        padding: 34px 40px
    }

    .apply-page h1 {
        max-width: 742px;
        margin-bottom: 84px
    }

    .apply-page .apply-page__brands img {
        width: 50px
    }

    .apply-page .apply-page__brands {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0
    }

    .main-block .banner-section .custom-container .loan-types-main {
        padding: 30px
    }

    .loan-types-main .loan-card .description-part p {
        font-size: 24px
    }

    .payday-online-section .section-content .top-text-part .heading {
        font-size: 60px;
        line-height: 100%
    }

    .what-are-payday-section .content-div .heading-part {
        font-size: 48px;
        line-height: 110%
    }

    .howTo .first-part__block,
    .howTo .second-part__block {
        margin-right: 60px;
        max-width: 371px;
        width: 100%
    }

    .howTo .first-part__block img,
    .howTo .second-part__block img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 25px
    }

    .howTo .second-part__block {
        margin-right: 0;
        margin-left: 60px
    }

    .howTo .content .text-part .head {
        width: 100%
    }

    .howTo .content .first-part .text-part ol li,
    .howTo .content .second-part .text-part ol li {
        margin-top: 24px
    }

    .howTo .content .first-part .image-part,
    .howTo .content .second-part .image-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%
    }

    .howTo .content .first-part .image-part.image-part_mob,
    .howTo .content .second-part .image-part.image-part_mob {
        display: none
    }

    .howTo .first-part,
    .howTo .second-part {
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .steps .content .top .head {
        width: 90%
    }

    .steps .content .top {
        gap: 0
    }

    .step-list__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .step-list__inner .list {
        max-width: 100%
    }

    .steps .content .step-list .list .step {
        margin-bottom: 40px
    }

    .steps .content .step-list .list .step:last-child {
        margin-bottom: 40px
    }

    .steps .content .step-list .list {
        gap: 0
    }

    .steps .content .step-list .list:last-child .step:last-child {
        margin-bottom: 0
    }

    .steps .content .step-list {
        max-width: 772px
    }

    .main-block .requirement-section .left-text-part h2 {
        font-size: 48px;
        line-height: 110%
    }

    .main-block .requirement-section .left-text-part {
        margin-right: 42px
    }

    .main-block .requirement-section .right-card-part {
        max-width: 451px
    }

    .main-block .requirement-section .left-text-part {
        max-width: 437px
    }

    .reason .content .card-part__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .reason .content .card-part .box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .loan-online-section .content .top .head {
        font-size: 48px;
        line-height: 110%
    }

    .loan-online-section .content .top .head {
        width: 80%
    }

    .loan-online-section .content .top .text {
        max-width: 769px
    }

    .loan-online-section .content .list {
        max-width: 769px
    }

    .pros-cons .content .top {
        gap: 0
    }

    .pros-cons .content .pros {
        margin-top: 0
    }

    .faq .content .list {
        -ms-grid-columns: (450px) [ 2 ];
        grid-template-columns: repeat(2, 450px)
    }

    .about-section .content-block .right-part p {
        line-height: 140%
    }

    .main-block .work-section .content-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        gap: 0
    }

    .loan-page .synopsis-section .top-heading {
        gap: 20px
    }

    .loan-page .work-section .left-content {
        margin-top: 0
    }

    .loan-page .main-block .work-section {
        padding: 120px 0
    }

    .loan-page .work-section .top-heading {
        margin-bottom: 20px
    }

    .work-section .left-content .middle-content h2 {
        width: 100%
    }

    .loan-page .work-section .content-block .right-content {
        max-width: 367px;
        width: 100%
    }

    .loan-page .work-section .content-block .left-content {
        max-width: 515px;
        width: 100%
    }

    .work-section .right-content .ways-list .way-box .way-desc {
        line-height: 140%
    }

    .loan-page .work-section .content-block .right-content .content-wrapper {
        margin-top: 0
    }

    .loan-page .work-section .content-block .right-content .content-wrapper h3.headd-text {
        font-size: 26px;
        line-height: 115%;
        width: 100%
    }

    .loan-page .benefits-section .content-block .top-heading-part p {
        max-width: 750px
    }

    .loan-page .benefits-section .content-block .benefits-list .list-block {
        max-width: 440px
    }

    .loan-page .main-block .rates-section {
        padding-top: 120px
    }

    .loan-page .rates-section .content-block .left-part {
        max-width: 496px
    }

    .rates-section .content-block .right-part {
        max-width: 370px;
        width: 100%;
        padding: 0
    }

    .loan-page .rates-section .content-wrapper .fees-block {
        margin-top: 100px
    }

    .loan-page .rates-section .fees-block .top-block .right-desc {
        max-width: 378px
    }

    .loan-page .rates-section .fees-block .list-block .left-part,
    .loan-page .rates-section .fees-block .list-block .right-part {
        max-width: 329px
    }

    .rates-section .content-wrapper .fees-block {
        gap: 55px
    }

    .loan-page .main-block .online-section {
        padding-top: 115px;
        padding-bottom: 120px
    }

    .loan-page .online-section .content-wrapper .right-content {
        max-width: 451px
    }

    .online-section .content-wrapper .left-content .bottom-image-block {
        max-width: 414px
    }

    .loan-page .getting-loan-section .left-heading-part {
        max-width: 392px
    }

    .loan-page .getting-loan-section .apply-part .top-block {
        max-width: 600px;
        width: 100%;
        line-height: 115%
    }

    .loan-page .getting-loan-section .apply-part .top-block h2 {
        margin-bottom: 75px
    }

    .getting-loan-section .apply-part .middle-block .content-block span {
        max-width: 160px
    }

    .getting-loan-section .apply-part .middle-block .content-block {
        margin: 0
    }

    .getting-loan-section .apply-part .bottom-block {
        width: 100%;
        max-width: 745px
    }

    .loan-page .main-block .applying-section {
        padding: 120px 0
    }

    .loan-page .applying-section .content-wrapper .content-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 45px;
        padding-left: 39px
    }

    .applying-section .content-block .timeline-part {
        max-width: 25px;
        margin-top: 70px
    }

    .loan-page .applying-section .content-wrapper .top-heading-part p {
        max-width: 700px
    }

    .loan-page .rejection-section {
        padding: 120px 0
    }

    .loan-page .rejection-section .rejection-content {
        max-width: 450px;
        padding: 85px 30px 90px 40px
    }

    .loan-page .rejection-section .rejection-heading {
        max-width: 451px
    }

    .loan-page .section-top-part .refund-block .heading-part .heading-content {
        max-width: 740px
    }

    .section-top-part .refund-block .cards-part .item-box .box-content p {
        font-size: 17px;
        line-height: 140%
    }

    .loan-page .refund-section .section-top-part .failure-block {
        margin-bottom: 100px
    }

    .loan-page .refund-section .section-top-part .failure-block .leftpart {
        max-width: 402px
    }

    .loan-page .refund-section .section-top-part .failure-block .rightpart {
        /*padding-top: 60px*/
    }

    .loan-page .refund-section .section-bottom-part {
        margin-top: 100px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .loan-page .refund-section .section-bottom-part .image-part {
        max-width: 374px
    }

    .loan-page .refund-section .section-bottom-part .details-part {
        max-width: 454px
    }

    .loan-page .refund-section .section-bottom-part .details-part .details ul {
        margin-top: 20px;
        margin-bottom: 15px
    }

    .loan-page .refund-section .section-bottom-part .details-part .details .inner-card {
        margin-bottom: 15px
    }

    .loan-page .benefits-section .content-block .top-heading-part {
        max-width: 100%;
        width: 100%
    }

    .loan-page .comparing-section.benefits-section .content-block .top-heading-part p {
        max-width: 870px;
        width: 100%
    }

    .comparing-section .comparing-list .compare-item div {
        width: 100%
    }

    .comparing-section .comparing-list .compare-item div:last-child {
        max-width: 529px
    }

    .comparing-section .comparing-list .compare-item div:first-child {
        max-width: 373px
    }

    .loan-page .comparing-section .comparing-list,
    .loan-page .comparing-section .comparing-list .compare-item {
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 0
    }

    .loan-page .main-block .refund-section.pros-corn-section {
        padding-top: 120px
    }

    .loan-page .section-top-part .refund-block .heading-part .heading-content {
        max-width: 840px
    }

    .loan-page .pros-corn-section .section-top-part .refund-block .heading-content .left-content h2 {
        line-height: 120%
    }

    .loan-page .online-section .content-wrapper .left-content {
        max-width: 435px
    }

    .online-section .content-wrapper .left-content .bottom-image-block {
        max-width: 100%
    }

    .loan-page .pros-corn-section.refund-section.blue-block {
        padding-top: 80px
    }

    .pros-corn-section .bottom-part-content .ad-block h4 {
        width: 100%
    }

    .pros-corn-section .bottom-part-content .ad-block p {
        line-height: 140%
    }

    .loan-page .accordion-block {
        max-width: 772px;
        margin: 0 auto
    }

    .loan-page .faq-section {
        padding-bottom: 120px
    }
}

@media screen and (max-width: 991px) {
    :root {
        --container: 1000px;
        --paddings: 30px;
        --wrapper: calc(var(--container) + 60px);
        --mini-container: 1000px;
        --min-wrapper: calc(var(--mini-container) + 60px)
    }

    .container,
    .container-md,
    .container-sm {
        max-width: var(--wrapper)
    }

    .banner-main .right-part {
        max-width: 333px;
        padding: 25px 40px
    }

    .custom-container.desktop-header {
        display: none
    }

    .custom-container.mobile-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .banner-main .right-part .content .add-text {
        width: 100%
    }

    .banner-main .right-part .price-selection-part .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 17px;
        line-height: 150%
    }

    .header-section .custom-container .right-part {
        gap: 14px
    }

    .header-section {
        padding-top: 16px;
        padding-bottom: 16px;
        margin-bottom: 0
    }

    .banner-main .right-part .right-part-heading {
        font-size: 26px;
        line-height: 115%
    }

    .banner-main .right-part .price-selection-part {
        margin-top: 25px
    }

    .select {
        margin-top: 25px
    }

    .select2 .selection {
        width: 100%
    }

    .banner-main .right-part .content .apply-btn,
    .banner-main .right-part .content .email-input,
    .banner-main .right-part .price-selection-part,
    .banner-main .right-part .price-selection-part .select2-container,
    .banner-main .right-part .price-selection-part .select2-container--default .select2-selection--single {
        height: 54px;
        padding-top: 0;
        padding-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .banner-main .right-part .content .apply-btn {
        font-size: 17px
    }

    .banner-main .left-part .heading-text {
        font-size: 42px;
        line-height: 115%
    }

    .banner-main .left-part .heading-text.title-new {
        font-size: 48px;
    }

    .profile-part .content .profile .img-part.single {
        max-width: 240px;
        margin-right: 40px !important;
        height: 240px;
    }

    .profile-part .content .profile .img-part img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .profile-part .content .profile .text-part {
        margin-top: 0
    }

    .profile .author-text {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .profile-part .content .detail-part .detail {
        font-size: 22px;
        line-height: 110%
    }

    .author-page .main-block .profile-part {
        padding-bottom: 100px
    }

    .artical-section .content .title-part .title {
        letter-spacing: -.72px
    }

    .bottom-content-part .custom-row .blog-card {
        margin-bottom: 0
    }

    .bottom-content-part .custom-row {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 30px;
        grid-row-gap: 45px
    }

    .artical-section .content .bottom-content-part {
        margin-bottom: 100px
    }

    .footer-section .content .links-part {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-column-gap: 38px;
        grid-row-gap: 10px
    }

    .footer-section .content .links-part.top-menu {
        gap: 40px
    }

    .footer-section .content .links-part .link {
        max-width: 100%
    }

    .state-part .state {
        width: calc(25% - 10px)
    }

    .loan-states .content .title-part .title {
        font-size: 42px;
        line-height: 115%
    }

    .loan-states .content .title-part {
        margin-bottom: 30px
    }

    .main-block .loan-states {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .team-section .profile-part {
        -ms-grid-columns: (1fr) [ 3 ];
        grid-template-columns: repeat(3, 1fr);
        grid-row-gap: 40px
    }

    .team-section .content .header .head {
        font-size: 42px;
        line-height: 115%;
        margin-bottom: 20px
    }

    .team-section .content .header .text {
        font-size: 17px;
        line-height: 140%
    }

    .team-section .profile-part {
        margin-top: 40px
    }

    .team-section .content .profile-part .profile .text-part .name {
        font-size: 22px;
        line-height: 115%;
        letter-spacing: -.44px
    }

    .team-section {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .blog-section .section-content .top-text-part p {
        font-size: 17px;
        line-height: 140%
    }

    .blog-section .section-content .bottom-content-part {
        margin-top: 30px
    }

    .blog-section .section-content .top-text-part .heading {
        margin-bottom: 20px;
        font-size: 42px;
        line-height: 115%
    }

    .main-block .blog-section {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-title {
        font-size: 22px;
        line-height: 115%
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-text {
        font-size: 15px;
        line-height: 120%
    }

    .bottom-content-part .custom-row .blog-card .blog-content {
        gap: 5px
    }

    .bottom-content-part .custom-row .blog-card .blog-date {
        margin-bottom: 15px
    }

    .bottom-content-part .custom-row .blog-card .blog-img {
        margin-bottom: 20px;
        height: 180px
    }

    .blog-section .section-content .pagination-part {
        margin-top: 60px
    }

    .blog-post-section .post-content .post-heading-part .top-part {
        display: block
    }

    .blog-post-section .post-content .post-heading-part .top-part .writer-details-part {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .post-heading-part .writer-details-part .profile-part {
        margin-top: 0
    }

    .blog-post-section .post-content .post-heading-part .top-part .heading-text {
        width: 100%;
        margin-bottom: 30px
    }

    .blog-post-section .post-content .post-heading-part .top-part .heading-text h1 {
        font-size: 42px;
        line-height: 115%;
        width: 100%
    }

    .blog-post-section .post-content .post-heading-part .top-part .heading-text h1 br {
        display: none
    }

    .blog-post-page .main-block .blog-post-section {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .blog-post-section .post-content .post-heading-part {
        gap: 30px
    }

    .blog-post-section .post-content .post-heading-part .post-image-part {
        height: 366px
    }

    .blog-post-section .post-content {
        gap: 50px
    }

    .blog-post-section .post-content .post-details {
        max-width: 585px
    }

    .blog-post-section .post-content .post-details .text-content {
        font-size: 17px;
        line-height: 140%
    }

    .blog-post-section .post-content .post-details {
        gap: 45px
    }

    .blog-post-section .post-content .post-details .text-content-block .content-block-heading {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .blog-post-section .post-content .post-details .text-content-block ul {
        padding-left: 26px;
        gap: 15px
    }

    .latest-post .content-wrapper {
        padding: 40px 50px 50px
    }

    .latest-post .content-wrapper .latest-post-content .latest-post-heading {
        font-size: 36px;
        line-height: 120%
    }

    .latest-post .content-wrapper .latest-post-content {
        gap: 30px
    }

    .latest-post .content-wrapper .latest-post-content .box:nth-child(3) {
        display: none
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-title {
        letter-spacing: 0;
        width: 95%
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-text {
        width: 94%
    }

    .blog-post-page .main-block .latest-post {
        margin-bottom: 100px
    }

    .tabs-part {
        display: none
    }

    .tabs-part-mob {
        display: block
    }

    .text-body .right-part {
        padding-left: 0;
        margin: 0
    }

    .title-part .title {
        font-size: 42px;
        line-height: 115%
    }

    .text-body .main-block .profile-part {
        margin-top: 30px
    }

    .main-block .text-body {
        padding-top: 80px
    }

    .text-body .container {
        max-width: 647px
    }

    .text-body .main-block .profile-part {
        gap: 60px
    }

    .tabs-part-mob {
        width: 100%;
        max-width: 100%
    }

    .tabs-part-mob {
        margin-top: 30px
    }

    .apply-page {
        padding-top: 48px;
        padding-bottom: 100px
    }

    .apply-page h1 {
        text-align: center;
        line-height: 115%;
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 50px
    }

    .apply-page__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .apply-page__block {
        max-width: 100%;
        width: 100%;
        margin-top: 450px
    }

    .apply-page ul {
        /*display: -webkit-box;*/
        /*display: -ms-flexbox;*/
        /*display: flex*/
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: 1fr;
        grid-column-gap: 30px;
        grid-row-gap: 0px;

    }

    .apply-page li h2 {
        font-size: 20px;
        line-height: 140%
    }

    .apply-page li p {
        font-size: 15px;
        line-height: 120%
    }

    .apply-page .apply-page__brands {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 33px
    }

    .main-block .banner-section .custom-container .loan-types-main {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr);
        grid-row-gap: 20px;
        grid-column-gap: 30px;
        padding: 30px;
        margin-top: 28px;
        border-radius: 15px
    }

    .loan-types-main .loan-card {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 20px 20px 25px 30px;
        gap: 20px
    }

    .loan-types-main .loan-card .description-part p {
        font-size: 20px;
        line-height: 115%
    }

    .loan-types-main .card-link {
        margin: 0
    }

    .main-block .payday-online-section {
        margin-top: 100px
    }

    .payday-online-section .section-content .top-text-part .heading {
        font-size: 42px;
        line-height: 115%
    }

    .payday-online-section .section-content .top-text-part {
        gap: 25px
    }

    .payday-online-section .section-content .top-text-part p {
        font-size: 17px;
        line-height: 140%
    }

    .payday-online-section .section-content {
        gap: 50px
    }

    .payday-online-section .section-content .middle-image-part {
        height: 360px
    }

    .payday-online-section .section-content .middle-image-part img {
        border-radius: 15px
    }

    .main-block .what-are-payday-section {
        margin-top: 100px;
        padding: 100px 0
    }

    .what-are-payday-section .content-div .heading-part {
        font-size: 42px;
        margin-bottom: 25px;
        line-height: 115%
    }

    .what-are-payday-section .container {
        padding-left: 60px;
        padding-right: 60px
    }

    .what-are-payday-section .content-div .text-part {
        max-width: 100%;
        font-size: 17px;
        line-height: 140%
    }

    .howTo .content .second-part,
    .howTo .first-part,
    .howTo .second-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .howTo {
        margin-top: 100px
    }

    .howTo .content .first-part .text-part,
    .howTo .content .second-part .text-part {
        max-width: 584px;
        margin: 0 auto;
        margin-top: 50px
    }

    .howTo .content .text-part .head {
        font-size: 36px;
        line-height: 120%;
        margin-bottom: 25px
    }

    .howTo .second-part__text {
        margin-top: 0
    }

    .howTo .second-part__text br {
        display: none
    }

    .howTo .content .second-part .text-part .text:last-child {
        margin-bottom: 0
    }

    .howTo .content .first-part .image-part,
    .howTo .content .second-part .image-part,
    .howTo .first-part__block,
    .howTo .second-part__block {
        margin: 0
    }

    .howTo .content .first-part .image-part img,
    .howTo .content .second-part .image-part img,
    .howTo .first-part__block img,
    .howTo .second-part__block img {
        border-radius: 15px
    }

    .howTo .content .first-part .text-part ol li,
    .howTo .content .second-part .text-part ol li {
        margin-top: 14px;
        max-width: 100%
    }

    .howTo .content .first-part .text-part .box .exampleTxt {
        line-height: 130%
    }

    .howTo .content .first-part .image-part,
    .howTo .content .second-part .image-part,
    .howTo .first-part__block,
    .howTo .second-part__block {
        height: 310px;
        max-width: 100%;
        width: 100%
    }

    .main-block .what-are-payday-section .content-div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .steps {
        margin-top: 100px;
        padding: 100px 0
    }

    .steps .content .top .head {
        font-size: 42px;
        line-height: 115%;
        margin-bottom: 25px;
        width: 85%
    }

    .steps .content .top .headd-text {
        font-size: 17px;
        line-height: 140%;
        width: 83%
    }

    .steps .content .step-list {
        margin-top: 50px
    }

    .steps .content .step-list {
        max-width: 588px
    }

    .steps .content .step-list .list .step .detail {
        font-size: 17px;
        line-height: 140%;
        margin-top: 15px
    }

    .steps .content .step-list .list .step,
    .steps .content .step-list .list .step:last-child {
        margin-bottom: 30px
    }

    .requirement-section__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .main-block .requirement-section .left-text-part {
        max-width: 100%;
        margin: 0;
        margin-bottom: 50px;
        gap: 25px
    }

    .requirement-section .container {
        max-width: 645px
    }

    .main-block .requirement-section {
        padding: 100px 0
    }

    .main-block .requirement-section .left-text-part h2 {
        font-size: 42px;
        line-height: 115%;
        margin-bottom: 25px;
        width: 85%
    }

    .main-block .requirement-section .left-text-part {
        gap: 0
    }

    .main-block .requirement-section .left-text-part p {
        font-size: 17px;
        line-height: 140%;
        margin-bottom: 0
    }

    .main-block .requirement-section .right-card-part {
        max-width: 100%
    }

    .reason {
        padding: 100px 0
    }

    .reason .content .top .text {
        max-width: 588px;
        font-size: 17px;
        line-height: 140%
    }

    .reason .content .card-part {
        max-width: 588px;
        margin: 0 auto;
        margin-top: 50px
    }

    .reason .content .top .head {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        width: 90%;
        margin: 0 auto
    }

    .reason .content .card-part .box .text-part .detail {
        line-height: 130%
    }

    .loan-online-section {
        padding: 100px 0
    }

    .loan-online-section .content .top .head {
        font-size: 42px;
        line-height: 115%
    }

    .loan-online-section .content .top .text {
        font-size: 17px;
        line-height: 140%;
        max-width: 588px
    }

    .loan-online-section .content .list .box {
        border-radius: 15px
    }

    .loan-online-section .content .list .box img {
        width: 80px
    }

    .loan-online-section .content .list .box .text-part .detail {
        font-size: 15px
    }

    .loan-online-section .content .list .box .text-part .title {
        margin-bottom: 10px
    }

    .pros-cons {
        padding: 100px 0
    }

    .pros-cons .content {
        max-width: 588px;
        margin: 0 auto
    }

    .pros-cons .content .top .head {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .pros-cons .content .top .text {
        margin: 0;
        font-size: 17px;
        line-height: 140%;
        margin-bottom: 50px
    }

    .pros-cons .content .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 45px 30px
    }

    .pros-cons .content .pros .box .adv {
        margin-top: 30px
    }

    .pros-cons .content .box {
        gap: 30px
    }

    .pros-cons .content .box {
        border-radius: 15px
    }

    .faq {
        padding: 100px 0
    }

    .faq .content .top .head {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        margin-bottom: 0
    }

    .faq .content .list .box .text-part .answer {
        font-size: 17px;
        line-height: 140%
    }

    .faq .content .list .box {
        max-width: 100%
    }

    .faq .content .list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 30px;
        margin-top: 50px
    }

    .faq .container {
        max-width: 648px
    }

    .loan-page .main-block .about-section {
        padding-top: 82px
    }

    .loan-page .main-block .content-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .main-block .top-heading h1 {
        font-size: 42px;
        line-height: 115%
    }

    .loan-page .about-section .top-heading {
        gap: 0
    }

    .main-block .top-heading p {
        margin-bottom: 33px
    }

    .about-section .left-part .author-block .details-block h6 {
        font-size: 17px
    }

    .loan-page .about-section .content-block .left-part {
        max-width: 100%
    }

    .about-section .content-block .left-part .bottom-author {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 20px 50px;
        margin-top: 30px;
        flex-wrap: wrap;
    }

    .loan-page .about-section .content-block .right-part {
        margin-top: 30px;
        max-width: 100%
    }

    .about-section .content-block .right-part p {
        font-size: 15px;
        line-height: 140%
    }

    .loan-page .about-section .content-block {
        padding-bottom: 50px
    }

    .loan-page .synopsis-section .what-are-block {
        padding-top: 80px
    }

    .loan-page .synopsis-section .top-heading {
        gap: 0
    }

    .synopsis-section .what-are-block .top-heading h2 {
        font-size: 42px;
        line-height: 115%
    }

    .loan-page .synopsis-section .what-are-block {
        gap: 40px
    }

    .loan-page .synopsis-section .what-are-block .text-block {
        gap: 33px
    }

    .synopsis-section .what-are-block .text-block .inner-content p {
        font-size: 15px;
        line-height: 140%
    }

    .loan-page .synopsis-section .what-are-block .text-block {
        margin-bottom: 80px
    }

    .loan-page .work-section .content-block .left-content {
        max-width: 100%
    }

    .loan-page .main-block .work-section {
        padding: 80px 0
    }

    .loan-page .work-section .top-heading {
        margin-bottom: 0
    }

    .work-section .left-content .middle-content .text-block {
        gap: 17px
    }

    .loan-page .work-section .left-content .middle-content,
    .loan-page .work-section .left-content .middle-content .text-block p {
        max-width: 100%;
        width: 100%
    }

    .work-section .left-content .middle-content h2 {
        font-size: 42px;
        line-height: 120%
    }

    .loan-page .work-section .content-block .right-content,
    .loan-page .work-section .left-content .bottom-content {
        max-width: 100%
    }

    .work-section .right-content .ways-list .way-box .way-desc {
        line-height: 130%
    }

    .loan-page .work-section .content-block .right-content .content-wrapper {
        padding: 60px 40px;
        margin-top: 40px
    }

    .loan-page .main-block .benefits-section {
        padding: 85px 0;
        padding-bottom: 80px
    }

    .loan-page .benefits-section .content-block .top-heading-part h2 {
        font-size: 42px;
        line-height: 115%;
        margin-bottom: 25px
    }

    .loan-page .benefits-section .content-block .top-heading-part span {
        margin-bottom: 33px
    }

    .loan-page .benefits-section .content-block .top-heading-part p {
        margin-bottom: 80px;
        max-width: 648px;
        font-size: 15px;
        line-height: 140%
    }

    .loan-page .main-block .rates-section {
        padding: 80px 0;
        padding-bottom: 0
    }

    .loan-page .rates-section .content-block .left-part,
    .loan-page .rates-section .content-block .left-part .notification-block {
        max-width: 100%
    }

    .rates-section .content-block .left-part .content-block h5 {
        max-width: 655px
    }

    .rates-section .content-block .left-part .content-block .text-content {
        width: 100%
    }

    .rates-section .content-block .right-part {
        margin-top: 40px;
        max-width: 100%
    }

    .loan-page .rates-section .content-block img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 25px
    }

    .loan-page .rates-section .content-wrapper .fees-block {
        margin-top: 80px;
        padding: 70px 40px
    }

    .loan-page .rates-section .fees-block .top-block .left-head,
    .loan-page .rates-section .fees-block .top-block .right-desc {
        max-width: 100%
    }

    .rates-section .fees-block .top-block .right-desc p {
        font-size: 17px;
        line-height: 140%
    }

    .rates-section .fees-block .top-block .left-head h4 {
        margin-bottom: 20px
    }

    .loan-page .rates-section .content-wrapper .fees-block .top-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .rates-section .content-block .right-part {
        margin-top: 30px;
        height: 343px
    }

    .loan-page .main-block .online-section {
        padding-top: 75px
    }

    .loan-page .online-section .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loan-page .online-section .content-wrapper .left-content {
        max-width: 100%
    }

    .loan-page .online-section .content-wrapper .left-content h2 {
        font-size: 42px;
        line-height: 115%
    }

    .loan-page .online-section .content-wrapper .left-content .top-content-block {
        gap: 0
    }

    .online-section .content-wrapper .left-content .top-content-block span {
        margin-bottom: 30px
    }

    .online-section .content-wrapper .left-content .bottom-image-block {
        margin-top: 40px;
        height: 338px
    }

    .online-section .content-wrapper .left-content .bottom-image-block img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 25px
    }

    .loan-page .online-section .content-wrapper .left-content h2 {
        margin-bottom: 40px
    }

    .loan-page .online-section .content-wrapper .left-content .top-content-block .heading-block {
        gap: 0
    }

    .loan-page .online-section .content-wrapper .right-content {
        max-width: 100%;
        margin-top: 50px
    }

    .online-section .content-wrapper .right-content .title-text,
    .online-section .left-content .heading-block h2 {
        width: 100%
    }

    .loan-page .main-block .online-section {
        padding-bottom: 80px
    }

    .loan-page .getting-loan-section .content-wrapper .requirement-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loan-page .getting-loan-section .left-heading-part {
        max-width: 100%
    }

    .loan-page .main-block .getting-loan-section {
        padding-top: 85px
    }

    .getting-loan-section .apply-part .top-block h2,
    .getting-loan-section .requirement-part .left-heading-part h2 {
        width: 100%
    }

    .loan-page .getting-loan-section .requirement-part .right-list-part {
        max-width: 100%;
        margin-top: 50px
    }

    .loan-page .getting-loan-section .content-wrapper .requirement-part {
        padding-bottom: 100px
    }

    .loan-page .getting-loan-section .apply-part .middle-block {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr)
    }

    .loan-page .main-block .getting-loan-section {
        padding-bottom: 75px
    }

    .loan-page .main-block .applying-section {
        padding-top: 80px
    }

    .loan-page .applying-section .content-wrapper .top-heading-part h2 {
        font-size: 42px;
        line-height: 115%
    }

    .loan-page .applying-section .content-wrapper .top-heading-part span {
        margin-bottom: 40px
    }

    .loan-page .applying-section .content-wrapper .top-heading-part h2 {
        margin-bottom: 20px
    }

    .loan-page .applying-section .content-wrapper .top-heading-part p {
        font-size: 17px;
        line-height: 140%;
        max-width: 650px
    }

    .loan-page .applying-section .content-wrapper .content-block {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .applying-section .content-block .steps-part .steps-box .details span {
        font-size: 15px;
        line-height: 140%
    }

    .applying-section .content-block .steps-part .steps-box .details p {
        font-size: 20px;
        line-height: 140%
    }

    .loan-page .applying-section .content-wrapper .content-block {
        padding-left: 10px
    }

    .applying-section .content-block .timeline-part {
        margin-top: 83px
    }

    .loan-page .applying-section .content-wrapper .content-block {
        gap: 25px
    }

    .loan-page .main-block .applying-section {
        padding-bottom: 80px
    }

    .loan-page .rejection-section {
        padding: 80px 0
    }

    .loan-page .rejection-section .rejection-heading {
        max-width: 100%
    }

    .rejection-section .rejection-heading .top-head-block h2 {
        font-size: 42px;
        line-height: 115%;
        max-width: 100%;
        width: 100%
    }

    .loan-page .rejection-section .rejection-heading .bottom-image-block {
        margin-top: 50px;
        height: 338px
    }

    .loan-page .rejection-section .rejection-heading .bottom-image-block img {
        height: 100%;
        border-radius: 25px;
        -o-object-fit: cover;
        object-fit: cover
    }

    .loan-page .rejection-section .rejection-content {
        max-width: 100%;
        margin-top: 50px
    }

    .loan-page .rejection-section .rejection-content {
        padding: 60px 40px
    }

    .rejection-section .rejection-content .content-title {
        font-size: 26px;
        line-height: 115%
    }

    .rejection-section .rejection-content .rejection-list .item-box .description {
        font-size: 17px;
        line-height: 140%
    }

    .loan-page .rejection-section .rejection-heading .top-head-block span {
        margin-bottom: 36px
    }

    .loan-page .rejection-section .content-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loan-page .refund-block .heading-content .left-content h2 {
        font-size: 36px;
        line-height: 120%;
        max-width: 550px;
        margin-bottom: 40px
    }

    .refund-block .heading-content .left-content .description p {
        max-width: 488px
    }

    .loan-page .owl-carousel .owl-nav,
    .loan-page .owl-carousel .owl-nav.disabled {
        top: -26%
    }

    .section-top-part .refund-block .cards-part .item-box .box-content p {
        font-size: 15px;
        line-height: 140%
    }

    .loan-page .section-top-part .refund-block .heading-part span {
        margin-bottom: 30px
    }

    .loan-page .refund-section .section-top-part .failure-block {
        margin-top: 100px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loan-page .refund-section .section-top-part .failure-block .leftpart {
        max-width: 610px
    }

    .loan-page .refund-section .section-top-part .failure-block .leftpart h3 {
        letter-spacing: -.52px
    }

    .loan-page .refund-section .section-top-part .failure-block .rightpart {
        padding-top: 38px;
        max-width: 100%
    }

    .loan-page .refund-section .section-top-part .failure-block {
        margin-bottom: 80px
    }

    .loan-page .refund-section .section-bottom-part {
        margin-top: 80px
    }

    .loan-page .refund-section .section-bottom-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loan-page .refund-section .section-bottom-part .top-heading-block h3 {
        font-size: 42px;
        margin-bottom: 40px
    }

    .loan-page .refund-section .section-bottom-part .details-part {
        max-width: 100%
    }

    .loan-page .refund-section .section-bottom-part .image-part {
        max-width: 100%;
        height: 338px;
        margin-top: 50px
    }

    .loan-page .refund-section .section-bottom-part .image-part img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 25px;
        -o-object-position: 0 -30vw;
        object-position: 0 -30vw
    }

    .loan-page .main-block .refund-section {
        padding-bottom: 80px
    }

    .loan-page .refund-section .section-bottom-part .top-heading-block span {
        margin-bottom: 30px
    }

    .loan-page .comparing-section.benefits-section .content-block .top-heading-part p {
        font-size: 17px;
        line-height: 140%;
        max-width: 670px
    }

    .loan-page .comparing-section .comparing-list .compare-item div p {
        font-size: 15px;
        line-height: 140%
    }

    .comparing-section .comparing-list .compare-item div:last-child {
        max-width: 340px
    }

    .loan-page .comparing-section.benefits-section {
        padding-bottom: 110px
    }

    .loan-page .main-block .refund-section.pros-corn-section {
        padding-top: 80px
    }

    .loan-page .pros-corn-section .section-top-part .refund-block .heading-content .left-content h2,
    .loan-page .section-top-part .refund-block .heading-part .heading-content {
        max-width: 100%;
        width: 100%
    }

    .loan-page .pros-corn-section .section-top-part .refund-block .cards-part {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .pros-corn-section .section-top-part .refund-block .cards-part .item-box {
        padding: 50px 40px
    }

    .loan-page .pros-corn-section .section-top-part .refund-block .cards-part {
        gap: 20px
    }

    .loan-page .online-section .content-wrapper .left-content h2 {
        margin-bottom: 30px
    }

    .loan-page .online-section .content-wrapper .left-content h2 br {
        display: none
    }

    .pros-corn-section .bottom-part-content .ad-block {
        display: block
    }

    .pros-corn-section .bottom-part-content .ad-block h4 {
        letter-spacing: -.72px;
        margin-bottom: 20px
    }

    .faq-section .content-wrapper .accordion-block {
        width: 100%
    }

    .loan-page .faq-section {
        padding-bottom: 80px
    }

    .pros-corn-section .bottom-part-content .ad-block p {
        font-size: 17px;
        line-height: 140%
    }
}

@media screen and (max-width: 767px) {
    :root {
        --container: 1000px;
        --paddings: 30px;
        --wrapper: calc(var(--container) + 60px);
        --mini-container: 1000px;
        --min-wrapper: calc(var(--mini-container) + 60px)
    }

    .banner-main .right-part {
        max-width: 100%;
        padding: 50px 30px
    }

    .banner-main .right-part .content {
        max-width: 336px;
        width: 100%
    }

    .banner-main .right-part .content .add-text {
        max-width: 274px
    }

    .banner-main .right-part .content .apply-btn,
    .banner-main .right-part .content .email-input,
    .banner-main .right-part .price-selection-part,
    .banner-main .right-part .price-selection-part .select2-container,
    .banner-main .right-part .price-selection-part .select2-container--default .select2-selection--single {
        height: 64px
    }

    .banner-main .right-part .right-part-heading {
        font-size: 36px;
        letter-spacing: -.72px;
        width: 100%;
        max-width: 100%
    }

    .banner-main .right-part .content .apply-btn {
        font-size: 20px
    }

    .author-page .main-block .profile-part {
        padding-top: 80px
    }

    .profile-part .content .profile .text-part .name {
        font-size: 42px;
        line-height: 115%
    }

    .author-page .main-block .profile-part .content .profile .text-part {
        text-align: left;
        margin-bottom: auto;
        margin-top: 3px
    }

    .author-page .main-block .profile-part .content .profile .link-part {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .author-page .main-block .profile-part .content .detail-part .detail {
        font-size: 22px;
        line-height: 110%;
        letter-spacing: -.44px
    }

    .author-page .main-block .profile-part .content .detail-part {
        margin-top: 50px
    }

    .author-page .main-block .profile-part {
        padding-top: 80px;
        padding-bottom: 100px
    }

    .author-page .main-block .artical-section .content .bottom-content-part {
        margin-top: 40px;
        margin-bottom: 100px
    }

    .author-page .main-block .artical-section .content .title-part .title {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .author-page .main-block .bottom-content-part .custom-row .blog-card .blog-content .blog-title {
        font-size: 22px;
        line-height: 115%;
        letter-spacing: -.44px
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-text {
        line-height: 120%
    }

    .author-page .main-block .profile-part .content .profile .text-part .subtitle {
        margin-bottom: 25px
    }

    .text-page .text-body .profile-part {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 25px 50px
    }

    .footer-section {
        padding: 0;
        padding-top: 30px;
        padding-bottom: 30px
    }

    .footer-section .content .links-part .link {
        text-align: left
    }

    .footer-section .content .links-part.d-mobile {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-grid-columns: 200px auto;
        grid-template-columns: 200px auto
    }

    .footer-section .content .contact .text {
        margin-bottom: 0
    }

    .footer-section .content .links-part.d-mobile,
    .footer-section .content .links-part.top-menu.d-mobile {
        gap: 7px
    }

    .footer-section .content .links-part .left-block,
    .footer-section .content .links-part .right-block {
        gap: 12px
    }

    .footer-section .content .links-part.d-mobile {
        padding: 18px 0
    }

    .footer-section .content .links-part.top-menu.d-desktop {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-section .content .contact .num {
        font-size: 15px;
        line-height: 120%
    }

    .state-part .state {
        width: calc(50% - 10px);
        height: 56px
    }

    .state-part .state .box .name {
        font-size: 15px;
        line-height: 130%
    }

    .loan-states .content .title-part .title {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .team-section .profile-part {
        grid-column-gap: 30px;
        margin-top: 40px;
        grid-row-gap: 40px
    }

    .team-section .content .header .head {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .team-section .content .profile-part .profile .img-part {
        width: 120px;
        height: 120px
    }

    .team-section .content .profile-part .profile .text-part .name {
        font-size: 20px;
        line-height: 115%;
        letter-spacing: 0
    }

    .blog-section .section-content .top-text-part .heading {
        font-size: 36px;
        line-height: 120%
    }

    .blog-post-section .post-content .post-heading-part .top-part .heading-text h2 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .blog-post-section .post-content .post-heading-part .post-image-part {
        height: 300px
    }

    .blog-post-section .post-content {
        gap: 40px
    }

    .blog-post-section .post-content .post-details .text-content-block .content-block-heading {
        font-size: 26px;
        line-height: 115%
    }

    .latest-post .content-wrapper .latest-post-content .latest-post-heading {
        font-size: 26px;
        line-height: 115%
    }

    .latest-post .bottom-content-part .custom-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .blog-post-section .post-content .post-details .text-content-block .content-block-heading {
        letter-spacing: -.52px
    }

    .blog-post-section .post-content .post-details .text-content-block {
        gap: 20px
    }

    .blog-post-section .post-content .post-details .text-content {
        line-height: 141%
    }

    .apply-page ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        grid-gap: 45px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .apply-page .apply-page__brands {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .apply-page .apply-page__brands li {
        margin: 0
    }

    .apply-page li {
        max-width: 277px;
        margin: 0 auto
    }

    .apply-page__block {
        padding: 40px 10px 45px;
        margin-left: 45px;
        margin-right: 45px;
        width: auto
    }

    .main-block .banner-section .custom-container .loan-types-main {
        padding: 20px
    }

    .loan-types-main .loan-card {
        padding: 20px 20px 25px;
        gap: 15px
    }

    .main-block .payday-online-section {
        margin-top: 80px
    }

    .payday-online-section .section-content .top-text-part .heading {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .payday-online-section .section-content .top-text-part p {
        font-size: 15px
    }

    .payday-online-section .section-content .middle-image-part {
        height: 280px
    }

    .main-block .what-are-payday-section {
        margin-top: 80px;
        padding: 80px 0
    }

    .what-are-payday-section .content-div .heading-part {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .what-are-payday-section .container {
        padding-left: 30px;
        padding-right: 30px
    }

    .what-are-payday-section .content-div .text-part {
        font-size: 15px
    }

    .howTo {
        margin-top: 80px
    }

    .howTo .content .first-part .image-part,
    .howTo .content .second-part .image-part,
    .howTo .first-part__block,
    .howTo .second-part__block {
        height: 240px
    }

    .howTo .content .first-part .text-part,
    .howTo .content .second-part .text-part {
        margin-top: 40px
    }

    .howTo .content .second-part .text-part .text {
        line-height: 140%
    }

    .howTo .content .text-part .head {
        font-size: 26px;
        line-height: 115%
    }

    .steps {
        margin-top: 80px;
        padding: 80px 0
    }

    .steps .content .top .head {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        width: 100%;
        margin-bottom: 20px
    }

    .steps .content .step-list .list .step .detail {
        font-size: 15px;
        line-height: 140%
    }

    .steps .content .top .headd-text {
        width: 100%;
        font-size: 15px;
        line-height: 140%
    }

    .main-block .requirement-section {
        padding: 80px 0
    }

    .main-block .requirement-section .left-text-part h2 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        width: 100%;
        margin-bottom: 20px
    }

    .main-block .requirement-section .left-text-part p {
        width: 100%;
        font-size: 15px;
        line-height: 140%
    }

    .reason {
        padding: 80px 0
    }

    .reason .content .top .text {
        max-width: 485px;
        font-size: 15px;
        line-height: 140%
    }

    .reason .content .card-part .box {
        padding: 50px 30px
    }

    .reason .content .card-part .box .text-part {
        gap: 10px
    }

    .reason .content .card-part .box .text-part .detail,
    .reason .content .card-part .box .text-part .title {
        line-height: 140%
    }

    .loan-online-section {
        padding: 80px 0
    }

    .loan-online-section .content .top .head {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        width: 100%;
        margin-bottom: 20px
    }

    .loan-online-section .content .top .text {
        padding: 0;
        font-size: 15px;
        line-height: 140%
    }

    .loan-online-section .content .list .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 40px 50px
    }

    .loan-online-section .content .list .box .img-part {
        margin-bottom: 20px
    }

    .pros-cons {
        padding: 80px 0
    }

    .pros-cons .content .top .head {
        font-size: 26px;
        line-height: 115%;
        letter-spacing: -.52px;
        margin-bottom: 20px
    }

    .pros-cons .content .top .text {
        font-size: 15px;
        line-height: 140%;
        max-width: 425px
    }

    .pros-cons .content .legend {
        font-size: 20px;
        line-height: 115%
    }

    .pros-cons .content .cons .box .dis.gap {
        margin-top: 0
    }

    .pros-cons .content .cons .box .dis .detail {
        line-height: 140%
    }

    .faq {
        padding: 80px 0
    }

    .faq .content .top .head {
        font-size: 26px;
        line-height: 115%;
        letter-spacing: -.52px;
        margin-bottom: 20px
    }

    .faq .content .list .box .text-part .question {
        font-size: 20px;
        line-height: 115%
    }

    .faq .content .list .box .text-part .answer {
        font-size: 15px;
        line-height: 140%
    }

    .loan-types-main .loan-card .description-part {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .main-block .top-heading h1 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .loan-page .about-section .content-block .left-part {
        gap: 0
    }

    .loan-page .about-section .content-block {
        padding-bottom: 50px
    }

    .loan-page .synopsis-section .what-are-block {
        gap: 20px
    }

    .loan-page .synopsis-section .what-are-block .text-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 45px
    }

    .synopsis-section .custom-container .synopsis-image-block img {
        border-radius: 25px
    }

    .work-section .left-content .middle-content h2 {
        font-size: 36px;
        line-height: 120%
    }

    .loan-page .work-section .left-content .middle-content {
        gap: 20px
    }

    .loan-page .work-section .left-content .middle-content .text-block p {
        font-size: 15px;
        line-height: 140%
    }

    .work-section .left-content .middle-content .text-block {
        gap: 15px
    }

    .loan-page .work-section .content-block .right-content .content-wrapper {
        margin-top: 45px;
        padding: 60px 30px
    }

    .synopsis-section .what-are-block .top-heading h2 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .work-section .right-content .ways-list .way-box .way-desc {
        font-size: 15px;
        line-height: 150%
    }

    .work-section .right-content .ways-list {
        gap: 37px
    }

    .loan-page .work-section .content-block .right-content .content-wrapper {
        gap: 43px
    }

    .loan-page .benefits-section .content-block .top-heading-part h2 {
        font-size: 36px;
        margin-bottom: 20px
    }

    .loan-page .benefits-section .content-block .benefits-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loan-page .benefits-section .content-block .benefits-list .list-block {
        max-width: 100%
    }

    .benefits-section .benefits-list .benefits-box .description {
        gap: 10px
    }

    .benefits-section .content-block .benefits-list .list-block {
        gap: 30px
    }

    .benefits-section .content-block .benefits-list .list-block {
        margin-bottom: 30px
    }

    .benefits-section .content-block .benefits-list .list-block:last-child {
        margin-bottom: 0
    }

    .rates-section .content-block .left-part {
        gap: 30px
    }

    .rates-section .content-block .left-part .content-block h5 {
        letter-spacing: -.52px;
        margin-bottom: 30px;
        line-height: 115%
    }

    .rates-section .content-block .left-part .content-block .text-content p {
        font-size: 15px;
        line-height: 140%
    }

    .rates-section .content-block .right-part {
        margin-top: 20px;
        height: 250px
    }

    .rates-section .content-block .left-part .content-block {
        gap: 0
    }

    .loan-page .rates-section .content-wrapper .fees-block {
        padding: 60px 30px
    }

    .loan-page .rates-section .content-wrapper .fees-block .top-block,
    .loan-page .rates-section .fees-block .list-block {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .loan-page .rates-section .fees-block .list-block .left-part,
    .loan-page .rates-section .fees-block .list-block .right-part {
        max-width: 100%;
        margin-left: 0
    }

    .loan-page .rates-section .fees-block .list-block .left-part {
        margin-bottom: 30px
    }

    .loan-page .online-section .content-wrapper .left-content h2 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        margin-bottom: 20px
    }

    .online-section .left-content .heading-block .desc-text {
        gap: 10px
    }

    .online-section .content-wrapper .left-content .bottom-image-block {
        margin-top: 0
    }

    .online-section .content-wrapper .left-content .bottom-image-block {
        height: 250px
    }

    .online-section .content-wrapper .right-content .steps-list .step-box .step-desc {
        font-size: 15px;
        line-height: 140%
    }

    .loan-page .getting-loan-section .left-heading-part {
        gap: 30px
    }

    .getting-loan-section .apply-part .top-block h2,
    .getting-loan-section .requirement-part .left-heading-part h2 {
        line-height: 115%;
        letter-spacing: -.52px
    }

    .loan-page .getting-loan-section .content-wrapper .requirement-part {
        gap: 0
    }

    .getting-loan-section .requirement-part .right-list-part .item-box .item-content p {
        font-size: 15px
    }

    .loan-page .getting-loan-section .apply-part .top-block h2 {
        margin-bottom: 45px
    }

    .loan-page .getting-loan-section .apply-part .middle-block {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .getting-loan-section .apply-part .middle-block .content-block span {
        max-width: 400px
    }

    .getting-loan-section .apply-part .middle-block {
        gap: 16px
    }

    .getting-loan-section .apply-part .middle-block .content-block p {
        max-width: 300px
    }

    .loan-page .getting-loan-section .apply-part .bottom-block p {
        margin-top: 10px
    }

    .loan-page .applying-section .content-wrapper .top-heading-part h2 {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px;
        margin-bottom: 15px
    }

    .loan-page .applying-section .content-wrapper .top-heading-part p {
        font-size: 15px;
        line-height: 140%;
        max-width: 100%;
        width: 100%
    }

    .loan-page .applying-section .content-wrapper {
        gap: 67px
    }

    .applying-section .content-block .steps-part .steps-box {
        gap: 40px
    }

    .applying-section .content-block .timeline-part {
        margin-top: 110px
    }

    .applying-section .content-block .timeline-part .line {
        height: 190px
    }

    .applying-section .content-block .timeline-part .line:nth-last-child(2) {
        height: 100px
    }

    .rejection-section .rejection-heading .top-head-block h2 {
        font-size: 36px;
        line-height: 120%
    }

    .loan-page .rejection-section .rejection-heading {
        gap: 0
    }

    .loan-page .rejection-section .rejection-heading .bottom-image-block {
        height: 250px
    }

    .loan-page .rejection-section .rejection-content {
        margin-top: 0
    }

    .loan-page .rejection-section .rejection-content {
        padding: 60px 30px;
        padding-right: 40px
    }

    .loan-page .rejection-section .rejection-content {
        gap: 46px
    }

    .rejection-section .rejection-content .rejection-list {
        gap: 36px
    }

    .loan-page .refund-block .heading-content .left-content h2 {
        margin-bottom: 20px
    }

    .loan-page .refund-block .heading-content .left-content .description p {
        font-size: 17px
    }

    .section-top-part .refund-block .cards-part .item-box {
        gap: 33px
    }

    .loan-page .section-top-part .refund-block .cards-part.carouselParent .item-box {
        padding-bottom: 50px
    }

    .section-top-part .refund-block .cards-part.carouselParent .item-box {
        max-height: 100%
    }

    .loan-page .refund-section .section-top-part .failure-block .leftpart h3 {
        max-width: 476px
    }

    .loan-page .refund-section .section-top-part .failure-block .rightpart {
        padding-top: 18px
    }

    .loan-page .refund-section .section-bottom-part .top-heading-block h3 {
        font-size: 36px;
        line-height: 120%
    }

    .loan-page .refund-section .section-bottom-part .top-heading-block h3 {
        margin-bottom: 18px
    }

    .loan-page .refund-section .section-bottom-part {
        gap: 0
    }

    .loan-page .refund-section .section-bottom-part .image-part {
        height: 250px
    }

    .loan-page .comparing-section.benefits-section .content-block .top-heading-part p {
        font-size: 15px
    }

    .loan-page .comparing-section.benefits-section .content-block .top-heading-part p {
        max-width: 486px;
        margin-bottom: 60px
    }

    .loan-page .comparing-section .comparing-list .compare-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .comparing-section .comparing-list .compare-item div:last-child {
        max-width: 100%
    }

    .comparing-section .comparing-list .compare-item h4 {
        margin-bottom: 15px
    }

    .loan-page .comparing-section.benefits-section {
        padding-bottom: 75px
    }

    .pros-corn-section .section-top-part .refund-block .cards-part .item-box {
        padding: 50px 30px
    }

    .online-section.pros-corn-section .left-content .heading-block .desc-text p {
        font-size: 17px
    }

    .loan-page .online-section.pros-corn-section .content-wrapper .right-content .steps-list .step-box {
        padding: 40px 30px
    }

    .loan-page .online-section.pros-corn-section .content-wrapper .right-content .steps-list .step-box .step-desc {
        font-size: 17px
    }

    .pros-corn-section .bottom-part-content .ad-block h4 {
        font-size: 26px;
        line-height: 115%
    }

    .loan-page .pros-corn-section .bottom-part-content .ad-block {
        padding: 70px 40px
    }

    .loan-page .faq-section .content-wrapper .section-head {
        margin-bottom: 25px
    }

    .loan-page .faq-section .content-wrapper {
        padding: 0
    }

    .loan-page .faq-section .accordion-block .accordion.accordion-flush .accordion-button {
        font-size: 20px;
        line-height: 115%;
        padding: 30px 0
    }

    .faq-section .content-wrapper .accordion-block {
        max-width: 516px
    }

    .loan-page .faq-section .accordion-block .answer-block {
        width: 100%;
        font-size: 15px
    }
}

@media screen and (max-width: 575px) {
    :root {
        --container: 1000px;
        --paddings: 15px;
        --wrapper: calc(var(--container) + 30px);
        --mini-container: 1000px;
        --min-wrapper: calc(var(--mini-container) + 30px)
    }

    .navbar-light .navbar-toggler-icon {
        width: 34px
    }

    .header-section .custom-container .right-part {
        gap: 13px
    }

    .banner-main .right-part .content .apply-btn,
    .banner-main .right-part .content .email-input,
    .banner-main .right-part .price-selection-part,
    .banner-main .right-part .price-selection-part .select2-container,
    .banner-main .right-part .price-selection-part .select2-container--default .select2-selection--single,
    .select {
        max-width: 305px;
        margin-left: auto;
        margin-right: auto
    }

    .banner-main .right-part .price-selection-part {
        margin-top: 35px
    }

    .banner-main .right-part .price-selection-part .select2-container .select2-selection--single .select2-selection__rendered {
        font-size: 20px
    }

    .banner-main .right-part {
        max-width: 100%;
        padding: 70px 15px
    }

    .banner-main .right-part .right-part-heading {
        line-height: 120%
    }

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

    .author-page .main-block .profile-part .content .profile .img-part {
        margin: 0 auto
    }

    .author-page .main-block .profile-part .content .profile .img-part img {
        border-radius: 25px
    }

    .author-page .main-block .profile-part .content .profile .text-part {
        text-align: center;
        margin-top: 20px
    }

    .author-page .main-block .profile-part .content .profile .text-part .subtitle {
        margin-bottom: 15px
    }

    .profile-part .content .profile .text-part .name {
        font-size: 36px;
        line-height: 120%;
        letter-spacing: -.72px
    }

    .author-page .main-block .profile-part .content .profile .link-part {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 30px
    }

    .author-page .main-block .profile-part {
        padding-bottom: 80px
    }

    .bottom-content-part .custom-row {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .bottom-content-part .custom-row .blog-card .blog-img {
        height: 180px
    }

    .author-page .main-block .bottom-content-part .custom-row .blog-card .blog-content .blog-title {
        font-size: 22px;
        line-height: 115%;
        letter-spacing: -.44px;
        width: 100%
    }

    .footer-section .content .links-part .left-block,
    .footer-section .content .links-part .right-block {
        gap: 13px
    }

    .footer-section .content .links-part.d-mobile,
    .footer-section .content .links-part.top-menu.d-mobile {
        -ms-grid-columns: 1.2fr 1fr;
        grid-template-columns: 1.2fr 1fr
    }

    .footer-section .content .contact .text {
        margin-bottom: 0;
        width: 40%
    }

    .footer-section .content .text-part .box:last-child {
        margin-bottom: 0
    }

    .footer-section {
        padding-bottom: 60px
    }

    .team-section .profile-part {
        -ms-grid-columns: (1fr) [ 2 ];
        grid-template-columns: repeat(2, 1fr)
    }

    .bottom-content-part .custom-row .blog-card .blog-content .blog-title {
        width: 90%;
        letter-spacing: 0
    }

    .latest-post .content-wrapper {
        padding: 40px 20px 50px
    }

    .latest-post .content-wrapper .latest-post-content .latest-post-heading {
        letter-spacing: -.52px
    }

    .main-block .text-body .profile-part {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }

    .author-page .profile-part .profile {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .query-part {
        margin-top: 30px
    }

    .query-part .pros-and-cons .pros ul {
        padding-left: 25px
    }

    .text-page .profile-part .profile {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .main-block .banner-section .custom-container .loan-types-main {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 10px;
        margin-top: 20px
    }

    .loan-types-main .loan-card {
        padding: 20px
    }

    .what-are-payday-section .content-div .heading-part {
        font-size: 26px;
        line-height: 115%;
        letter-spacing: -.52px;
        margin-bottom: 20px
    }

    .payday-online-section .section-content .bottom-provider-part .provider-images {
        max-width: 240px
    }

    .payday-online-section .section-content .bottom-provider-part .provider-images img {
        width: 120px;
        height: 20px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .payday-online-section .section-content .bottom-provider-part .provider-images img.yahoo {
        height: 30px;
        width: 74px
    }

    .payday-online-section .section-content {
        gap: 40px
    }

    .payday-online-section .section-content .middle-image-part {
        margin-top: 10px
    }

    .what-are-payday-section .container {
        padding-left: 40px;
        padding-right: 40px
    }

    .payday-online-section .section-content .bottom-provider-part h5 {
        font-size: 12px;
        line-height: 140%
    }

    .payday-online-section .section-content .bottom-provider-part span {
        font-size: 12px;
        line-height: 140%
    }

    .payday-online-section .section-content .bottom-provider-part {
        gap: 18px
    }

    .howTo .content .first-part .text-part ol li {
        line-height: 140%
    }

    .reason .content .top .head,
    .reason .content .top .text,
    .steps .content .top .head,
    .steps .content .top .headd-text {
        text-align: left
    }

    .steps .content .step-list {
        max-width: 312px
    }

    .reason .content .top .head {
        margin: 0
    }

    .reason .content .card-part .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .reason .content .card-part .box .text-part .title {
        font-size: 20px;
        line-height: 115%;
        letter-spacing: -.4px
    }

    .loan-online-section .content .top .text {
        max-width: 342px;
        line-height: 150%
    }

    .loan-online-section .content .list .box .text-part .detail {
        line-height: 136%
    }

    .loan-online-section .content .list .box {
        padding: 40px 20px 40px 50px
    }

    .pros-cons .content .cons .box .dis .title,
    .pros-cons .content .pros .box .adv .title {
        line-height: 140%
    }

    .faq .content .list .box .text-part .answer {
        line-height: 141%
    }

    .faq .content .list .box .text-part {
        gap: 20px
    }

    .howTo .content .second-part {
        margin-top: 80px
    }

    .apply-page__block {
        margin-left: 0;
        margin-right: 0
    }

    .state-part.text-page .state {
        width: 46%
    }

    .rates-section .content-block .right-part,
    .rates-section .fees-block .list-block .right-part {
        padding: 0
    }

    .faq-section .content-wrapper {
        gap: 50px
    }

    .faq-section .content-wrapper .accordion-block {
        width: 100%
    }

    .main-block .about-section,
    .main-block .applying-section,
    .main-block .benefits-section,
    .main-block .faq-section,
    .main-block .getting-loan-section,
    .main-block .online-section,
    .main-block .pros-corn-section,
    .main-block .rates-section,
    .main-block .refund-section,
    .main-block .rejection-section,
    .main-block .work-section,
    .synopsis-section {
        padding-left: 15px;
        padding-right: 15px
    }

    .about-section .content-block .right-part {
        margin: 0;
        padding: 0
    }

    .loan-page .main-block .content-block {
        gap: 30px
    }

    .loan-page .main-block .about-section {
        padding-top: 80px
    }

    .about-section .content-block .left-part .bottom-author {
        margin-top: 30px;
        gap: 10px
    }

    .loan-page .main-block .content-block {
        gap: 0
    }

    .loan-page .about-section .content-block {
        padding-bottom: 50px
    }

    .synopsis-section .custom-container .synopsis-image-block {
        height: 250px
    }

    .work-section .left-content .middle-content h2 {
        letter-spacing: -.72px
    }

    .work-section .left-content .middle-content .text-block {
        gap: 13px
    }

    .loan-page .main-block .work-section {
        padding-bottom: 70px
    }

    .loan-page .benefits-section .content-block .top-heading-part span {
        margin-bottom: 23px
    }

    .loan-page .benefits-section .content-block .top-heading-part h2 {
        font-size: 28px;
        line-height: 95%;
        letter-spacing: -.56px
    }

    .loan-page .benefits-section .content-block .benefits-list .list-block {
        margin-bottom: 0
    }

    .rates-section .content-block .left-part .content-block h5 {
        margin-bottom: 15px
    }

    .rates-section .content-block .right-part {
        margin-top: 30px
    }

    .rates-section .fees-block .top-block .left-head h4 {
        margin-bottom: 0
    }

    .loan-page .rates-section .fees-block .list-block .left-part,
    .loan-page .rates-section .fees-block .list-block .right-part {
        gap: 30px
    }

    .loan-page .rates-section .fees-block .list-block .left-part {
        margin-bottom: 10px
    }

    .online-section .left-content .heading-block .desc-text p {
        line-height: 140%
    }

    .loan-page .online-section .content-wrapper .left-content {
        gap: 50px
    }

    .loan-page .online-section .content-wrapper .right-content {
        padding: 60px 30px
    }

    .online-section .content-wrapper .right-content {
        gap: 40px
    }

    .loan-page .main-block .online-section {
        padding-bottom: 75px
    }

    .getting-loan-section .apply-part .middle-block .content-block span {
        max-width: 296px
    }

    .loan-page .applying-section .content-wrapper .top-heading-part span {
        margin-bottom: 30px
    }

    .applying-section .content-block .steps-part .steps-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .applying-section .content-block .steps-part .steps-box {
        padding: 30px
    }

    .applying-section .content-block .steps-part .steps-box {
        gap: 30px
    }

    .applying-section .content-block .timeline-part {
        margin-top: 180px
    }

    .applying-section .content-block .timeline-part .line.even,
    .applying-section .content-block .timeline-part .line.odd {
        height: 305px
    }

    .loan-page .rejection-section .rejection-heading .bottom-image-block {
        margin-top: 30px
    }

    .rejection-section .rejection-content .rejection-list .item-box .description {
        font-size: 15px;
        line-height: 150%
    }

    .loan-page .rejection-section .rejection-content {
        gap: 40px
    }

    .loan-page .refund-block .heading-content .left-content .description p {
        line-height: 140%;
        margin-bottom: 17px
    }

    .loan-page .section-top-part .refund-block .cards-part.carouselParent .item-box {
        padding: 80px 30px 50px
    }

    .section-top-part .refund-block .cards-part .item-box .box-content {
        gap: 5px
    }

    .loan-page .refund-section .section-top-part .failure-block {
        gap: 0
    }

    .loan-page .comparing-section.benefits-section .content-block .top-heading-part h2 {
        font-size: 36px;
        line-height: 120%
    }

    .loan-page .comparing-section.benefits-section .content-block .top-heading-part span {
        margin-bottom: 33px
    }

    .loan-page .comparing-section.benefits-section .content-block .top-heading-part p {
        margin-bottom: 40px
    }

    .section-top-part .refund-block .cards-part .item-box {
        gap: 28px
    }

    .loan-page .online-section .content-wrapper .right-content {
        margin-top: 40px
    }

    .loan-page .pros-corn-section .bottom-part-content .ad-block {
        padding: 70px 30px
    }

    .faq-section .content-wrapper .accordion-block {
        max-width: 336px
    }

    .loan-page .faq-section .accordion-block .accordion.accordion-flush .accordion-button {
        padding: 25px 0
    }
}

@media screen and (max-width: 565px) {
    .profile-part .content .profile .img-part.single {
        margin: 0 auto !important;
    }
}

/* modal */
#modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(63, 61, 61, 0.64);
    z-index: 1000;
}

#modal-content {
    background-color: white;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 0 0 20px 0 #222;
    -webkit-box-shadow: 0 0 20px 0 #222;
    -moz-box-shadow: 0 0 20px 0 #222;
    display: none;
    height: auto;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 420px;
}

#modal-content .close {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

#modal-content .modal-title {
    color: #000;
    font-family: PolySans;
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    line-height: 120%; /* 43.2px */
    letter-spacing: -0.72px;
}

#modal-content .modal-text {
    padding-top: 20px;
    color: #474953;
    font-family: PolySans;
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    line-height: 150%; /* 30px */
}

@media screen and (max-width: 565px) {
    #modal-content {
        width: 320px;
        padding: 30px 15px;
    }

    #modal-content .modal-title {
        font-size: 32px;
    }

    #modal-content .modal-text {
        font-size: 18px;
    }
}

#modal-conteiner {
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.get-page .add-text {
    max-width: 360px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
    font-family: PolySans;
    color: #474953;
    font-size: 12px;
    line-height: 125%;

    span, p {
        color: #474953 !important;
    }

    a {
        text-decoration: none;
        color: #25319E;
    }

    a:hover {
        text-decoration: underline;
    }
}


#modal-background.active, #modal-content.active, #modal-conteiner.active {
    display: block;
}

.banner-main .left-part {
    display: flex;
}

.get-page .get-input {
    width: 100%;
    padding: 15px 20px;
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px;
    margin-top: 15px;
    border-radius: 15px;
    outline: none;
    border: none;
    color: black;
    background-color: #fff;
}

.get-page .select {
    margin-top: 15px;
}

.get-page .btn-send {
    display: flex;
    height: 64px;
    width: 100%;
    padding: 15px 20px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 15px;
    background: #25319E;
    color: #FFF;
    text-align: center;
    font-family: PolySans;
    font-size: 20px;
    margin-top: 45px;
    font-weight: 300;
    line-height: 150%; /* 30px */
}

.articles-author {
    padding: 80px 0;

    .title {
        font-size: 26px;
        line-height: 115%;
        color: black;
        font-family: PolySans;
        font-weight: 500;
        margin-bottom: 30px;
    }

    .text {
        font-size: 17px;
        font-family: PolySans;
        font-weight: 300;
        line-height: 140%;

        p, span {
            color: #262626;
            margin-bottom: 20px;
        }

        ol, ul {
            margin: 0;
        }

        ul {
            padding-left: 42px;
            li:before {
                content: '';
                background: #25319E;
                width: 10px;
                height: 10px;
                position: absolute;
                left: -32px;
                top: 5px;
                border-radius: 100%;
            }
        }

        ol li {
            font-size: 17px;
            font-family: PolySans;
            font-weight: 300;
            color: black;
            line-height: 140%;
            margin-bottom: 20px;
        }

        ul li {
            font-size: 15px;
            font-family: PolySans;
            font-weight: 300;
            color: black;
            line-height: 140%;
            margin-bottom: 20px;
            list-style: none;
            position: relative;
        }



        a {
            font-family: PolySans;
            color: #25319E;
            text-decoration: none;
            font-weight: 700;
        }

        a:hover {
            text-decoration: underline;
        }
    }

    .line {
        margin: 80px 0;
        background: #CACACA;
        width: 100%;
        height: 1px;
    }

    .cards {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-top: 20px;

        .link-part {
            display: flex;
            align-items: center;
            gap: 10px;

            .link {
                display: flex;
                justify-content: center;
                align-items: center;
                background: white;
                width: 40px;
                height: 40px;
                border-radius: 8px;
            }
        }

        .profile-single {
            display: flex;
            justify-content: space-between;
            align-items: center;

            .img-part {
                display: flex;
                align-items: center;
                gap: 20px;

                .name {
                    color: #000000;
                    font-size: 20px;
                    font-family: PolySans;
                    line-height: 115%;
                    font-weight: 600;
                    text-decoration: none;
                    transition: 0.5s;
                }

                .name:hover {
                    color: #25319E;
                }
            }
        }
    }

    .key-wrap {
        background: #F6F8FE;
        padding: 45px 30px;
        border-radius: 25px;
    }
}

.articles-author.key.online {
    padding: 0;
}
.articles-author.key {
    padding-bottom: 60px;
    padding-top: 0;
}
.articles-author.key.template-key {
    padding: 0;
    padding-top: 30px;
    .key-wrap {
        padding: 40px 20px;
    }
}

.articles-author.template {
    padding: 0;

    .line {
        margin: 45px 0;
    }

    .cards {
        .link-part {
            .link {
                background: #F6F8FE;
            }
        }
    }
}
.style--font {
    font-family: PolySans;
}
.style--black {
    color: black;
}
.style--blue {
    color: #25319E;
}
.style--grey {
    color: #262626;
}
.style--115 {
    line-height: 115%;
}
.style--120 {
    line-height: 120%;
}
.style--140 {
    line-height: 140%;
}
.home-page-new {
    .loan-section {
        padding: 80px 0;
        .title {
            text-align: center;
            font-size: 42px;
            margin-bottom: 30px;
        }
        .text{
            font-size: 20px;
            font-weight: 300;
            text-align: center;
        }
        .wrap-text {
            margin: auto;
            padding: 0 36px;
            margin-bottom: 50px;
        }
        .wrap-cards {
            display: flex;
            flex-direction: column;
            gap: 20px;
            .cards {
                padding: 40px 30px;
                border-radius: 25px;
                background-color: #F6F8FE;
                .icon {
                    width: 64px;
                    height: 64px;
                    object-fit: contain;
                }
                .cards-title {
                    margin-top: 30px;
                    font-size: 26px;
                    font-weight: 500;
                }
            }
        }
        .image {
            margin-top: 30px;
            width: 100%;
            height: 400px;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 25px;
            }
        }
    }
}
.home-page-new.gradient{
    background: linear-gradient(193.39deg, rgb(210, 255, 247) -57.577%,rgb(239, 241, 255) 18.615%,rgb(234, 239, 251) 64.993%,rgb(184, 211, 237) 121.698%);
}
.home-page-new.gradient-v2{
    background: linear-gradient(193.39deg, rgb(210, 255, 247) -67.1%,rgb(239, 241, 255) 15.447%,rgb(234, 239, 251) 65.693%,rgb(184, 211, 237) 127.127%);
}
.home-page-new {
    .what-section {
        padding: 80px 0;
        .title {
            text-align: center;
            font-size: 36px;
            margin-bottom: 30px;
        }
        .second-title {
            font-weight: 400;
            margin-top: 100px;
            text-align: center;
            font-size: 32px;
            margin-bottom: 50px;
        }
        .text{
            font-size: 17px;
            font-weight: 300;
            text-align: center;
        }
        .wrap-text {
            margin: auto;
            margin-bottom: 70px;
        }
        .wrap-cards {
            display: flex;
            flex-direction: column;
            gap: 20px;
            .cards {
                padding: 30px;
                border-radius: 25px;
                background-color: #FFFFFF;
                .icon {
                    width: 60px;
                    height: 60px;
                    object-fit: contain;
                }
                .cards-title {
                    margin-top: 30px;
                    font-size: 22px;
                    font-weight: 400;
                }
                .cards-text {
                    margin-top: 15px;
                    font-size: 15px;
                    font-weight: 300;
                }
            }
        }
        .wrap-white {
            display: flex;
            flex-direction: column;
            gap: 50px;
            padding: 40px 30px;
            background-color: white;
            border-radius: 25px;
            .cards {
                .side {
                    display: flex;
                    gap: 20px;
                    align-items: flex-start;
                    margin-bottom: 15px;
                }
                .icon {
                    width: 26px;
                    height: 26px;
                    object-fit: contain;
                }
                .cards-title {
                    font-size: 20px;
                    font-weight: 400;
                }
                .cards-text {
                    font-size: 15px;
                    font-weight: 300;
                    line-height: 150%;
                    color: #474953;
                }
            }
        }
    }
}

.home-page-new {
    .services-section {
        padding: 80px 0;
        .image {
            margin-bottom: 60px;
            width: 100%;
            height: 244px;
            img {
                width: 100%;
                height: 100%;
                object-fit: cover;
                border-radius: 25px;
            }
        }
        .title {
            font-size: 32px;
            margin-bottom: 30px;
            font-weight: 400;
        }
        .text{
            font-size: 15px;
            font-weight: 300;
        }
        .wrap-list {
            margin-top: 40px;
            ul {
                margin: 0;
                padding: 0;
                display: flex;
                flex-direction: column;
                gap: 10px;
                li {
                    font-size: 17px;
                    font-weight: 400;
                    position: relative;
                    list-style: none;
                    padding-left: 44px;
                }
                li:before {
                    content: '';
                    position: absolute;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    background-image: url("../images/tag-right.svg");
                    width: 24px;
                    height: 24px;
                }
            }
        }
    }
}
.home-page-new {
    .step-section {
        padding-top: 60px;
        padding-bottom: 100px;
        .title {
            font-size: 36px;
            font-weight: 400;
            margin-bottom: 50px;
            text-align: center;
        }
        .wrap-cards {
            display: flex;
            flex-direction: column;
            gap: 15px;
            .cards {
                width: 100%;
                padding: 30px 30px 30px 50px;
                border-radius: 25px;
                background: rgb(246, 248, 254);
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
                .icon {
                    width: 80px;
                    height: 80px;
                    object-fit: contain;
                }
                .second-title {
                    font-size: 20px;
                    font-weight: 400;
                    margin-top: 35px;
                    margin-bottom: 20px;
                    position: relative;
                    .negative {
                        margin-left: -23px;
                    }
                }
                .second-title:before {
                    content: attr(data-number);
                    position: absolute;
                    left: -23px;
                    font-size: 20px;
                    font-weight: 400;
                    top: 0;
                }
                .text {
                    font-size: 15px;
                    font-weight: 300;
                    color: rgb(71, 73, 83);
                }

            }
            .cards:first-child  {
                .second-title {
                    .negative{
                        margin-left: -18px;
                    }
                }
            }
        }
    }
}
.home-page-new {
    .why-section {
        padding: 100px 0;
        .title {
            font-size: 36px;
            font-weight: 400;
            margin-bottom: 70px;
            text-align: center;
        }
        .wrap-cards {
            display: flex;
            flex-direction: column;
            gap: 20px;
            .cards {
                width: 100%;
                border-radius: 25px;
                background: rgb(255, 255, 255);
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                padding: 50px 40px 50px 40px;
                .icon {
                    width: 64px;
                    height: 64px;
                    object-fit: contain;
                }
                .second-title {
                    font-size: 26px;
                    font-weight: 400;
                    margin-top: 40px;
                    margin-bottom: 15px;
                    text-align: center;
                }
                .text {
                    font-size: 15px;
                    font-weight: 300;
                    text-align: center;
                }

            }
        }
    }
}

@media screen and (min-width: 576px) {
    .home-page-new {
        .what-section {
            padding: 80px 0;
            .second-title {
                font-size: 36px;
            }
            .wrap-cards {
                display: flex;
                flex-direction: column;
                gap: 20px;
                .cards {
                    display: flex;
                    gap: 30px;
                    justify-content: flex-start;
                    align-items: flex-start;
                    .cards-title {
                        margin-top: 0;
                    }
                }
            }
            .wrap-white {
                max-width: 365px;
                margin: auto;
            }
        }
    }
    .home-page-new {
        .step-section {
            .wrap-cards {
                .cards {
                    padding: 30px 30px 30px 50px;
                    flex-direction: row-reverse;
                    align-items: center;
                    gap: 35px;
                    .second-title {
                        margin-top: 0;
                    }
                }
            }
        }
    }
}
@media screen and (min-width: 768px) {
    .articles-author {
        .title {
            font-size: 36px;
            margin-bottom: 40px;
        }
    }
    .articles-author.key {
        .title {
            margin-bottom: 30px;
        }

        .text {
            ul li {
                font-size: 17px;
            }
        }

        .key-wrap {
            padding: 55px 50px;
        }
    }
    .articles-author.key.template-key {
        padding-bottom: 15px;
        padding-top: 30px;
        .key-wrap {
            padding: 40px;
        }
    }
    .home-page-new {
        .loan-section {
            padding: 100px 0;
            .wrap-cards {
                display: flex;
                flex-direction: row;
                gap: 30px;
                .cards {
                    width: calc(50% - 15px);
                    padding: 50px 40px;
                }
            }
        }
    }
    .home-page-new {
        .what-section {
            padding: 100px 0;
            .wrap-cards {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 30px;
                .cards {
                    padding: 40px;
                    flex-direction: column;
                    width: calc(50% - 15px);
                    .cards-title {
                        font-size: 32px;
                    }
                    .cards-text {
                        margin-top: 15px;
                        font-size: 17px;
                    }
                }
            }
            .wrap-white {
                padding: 60px 50px;
                max-width: 586px;
                .cards {
                    .cards-title {
                        font-size: 26px;
                    }
                    .cards-text {
                        font-size: 17px;
                    }
                }
            }
        }
    }
    .home-page-new {
        .services-section {
            padding: 100px 0;
            .image {
                height: 334px;
            }
            .title {
                font-size: 36px;
            }
            .text{
                font-size: 17px;
            }
        }
    }
    .home-page-new {
        .step-section {
            .wrap-cards {
                .cards {
                    padding: 40px 60px 40px 70px;
                    .second-title {
                        font-size: 26px;
                        .negative {
                            margin-left: -29px;
                        }
                    }
                    .second-title:before {
                        font-size: 26px;
                    }
                    .text {
                        font-size: 17px;
                    }

                }
                .cards:first-child  {
                    .second-title {
                        .negative{
                            margin-left: -23px;
                        }
                    }
                }
            }
        }
    }
    .home-page-new {
        .why-section {
            .wrap-cards {
                .cards {
                    .second-title {
                        font-size: 32px;
                    }
                    .text {
                        font-size: 17px;
                    }

                }
            }
        }
    }
}
@media screen and (min-width: 992px) {
    .articles-author {
        padding-top: 100px;

        .title {
            font-size: 42px;
        }

        .text {
            font-size: 20px;

            ol li {
                font-size: 20px;
            }
        }

        .cards {
            .profile-single {
                .img-part {
                    .name {
                        font-size: 26px;
                    }
                }
            }
        }
    }
    .articles-author.template {
        .line {
            margin: 55px 0;
        }
    }
    .articles-author.key.template-key {
        padding-bottom: 0;
        padding-top: 40px;
    }
    .home-page-new {
        .loan-section {
            .title {
                font-size: 56px;
            }
            .text{
                font-size: 26px;
            }
            .wrap-text {
                margin-bottom: 70px;
            }
            .wrap-cards {
                .cards {
                    .cards-title {
                        font-size: 32px;
                        line-height: 120%;
                    }
                }
            }
        }
    }
    .home-page-new {
        .what-section {
            max-width: 1095px;
            margin: auto;
            .title {
                font-size: 42px;
                max-width: 676px;
                margin-left: auto;
                margin-right: auto;
            }
            .second-title {
                text-align: left;
                font-size: 42px;
            }
            .text{
                font-size: 20px;
                font-weight: 300;
                text-align: center;
            }
            .wrap-text {
                margin: auto;
                margin-bottom: 70px;
                padding: 0 32px;
            }
            .wrap-cards {
                .cards {
                    .cards-text {
                        font-size: 20px;
                    }
                }
            }
            .wrap-white {
                gap: 55px 50px;
                max-width: 100%;
                flex-direction: row;
                flex-wrap: wrap;
                .cards {
                    width: calc(50% - 25px);
                    .cards-text {
                        font-size: 20px;
                    }
                }
            }
        }
    }
    .home-page-new {
        .services-section {
            .image {
                height: 440px;
            }
            .title {
                font-size: 42px;
            }
            .text{
                font-size: 20px;
            }
            .wrap-list {
                margin-top: 50px;
                ul {
                    gap: 15px;
                    li {
                        font-size: 20px;
                    }
                }
            }
        }
    }
    .home-page-new {
        .step-section {
            max-width: 773px;
            margin: auto;
            .title {
                font-size: 42px;
                margin-bottom: 70px;
                max-width: 676px;
                margin-left: auto;
                margin-right: auto;
            }
        }
    }
    .home-page-new {
        .why-section {
            .title {
                font-size: 42px;
                max-width: 742px;
                margin-left: auto;
                margin-right: auto;
            }
            .wrap-cards {
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                gap: 30px;
                .cards {
                    width: calc(50% - 15px);
                    padding: 70px 40px 70px 40px;
                    .second-title {
                        font-size: 36px;
                    }
                    .text {
                        font-size: 20px;
                    }

                }
            }
        }
    }
}
@media screen and (min-width: 1200px) {
    .articles-author {
        padding-bottom: 100px;

        .cards {
            .link-part {
                .link {
                    img {
                        transition: 0.3s;
                    }
                }

                .link:hover img {
                    cursor: pointer;
                    transform: scale(1.2);
                }
            }
        }
    }
    .articles-author.key {

        .text {
            ul li {
                font-size: 20px;
            }
            ul {
                li:before {
                    top: 8px;
                }
            }
        }

        .key-wrap {
            padding: 65px 70px;
        }
    }
    .articles-author.key.template-key {
        padding-top: 50px;
    }
    .home-page-new {
        .loan-section {
            .title {
                font-size: 64px;
            }
            .wrap-cards {
                .cards {
                    .cards-title {
                        font-size: 36px;
                    }
                }
            }
            .image {
                height: 470px;
            }
        }
    }
    .home-page-new {
        .what-section {
            padding: 120px 0;
            .title {
                font-size: 56px;
            }
            .second-title {
                margin-top: 120px;
            }
            .wrap-text {
                padding: 0 115px;
            }
            .wrap-cards {
                .cards {
                    .cards-title {
                        font-size: 36px;
                    }
                }
            }
        }
    }
    .home-page-new {
        .services-section {
            padding: 120px 0;
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            .wrap-text {
                max-width: 555px;
            }
            .image {
                margin-bottom: 0;
                width: 432px;
                height: 700px;
            }
            .title {
                font-size: 56px;
                margin-bottom: 40px;
            }
            .wrap-list {
                margin-top: 50px;
            }
        }
    }
    .home-page-new {
        .step-section {
            max-width: 896px;
            padding-bottom: 140px;
            .title {
                font-size: 56px;
            }
        }
    }
    .home-page-new {
        .why-section {
            padding: 120px 0;
            .title {
                font-size: 56px;
            }
            .wrap-cards {
                justify-content: space-between;
                .cards {
                    width: calc(33% - 20px);
                }
            }
        }
    }
}
@media screen and (min-width: 1440px) {
    .articles-author.key {
        .key-wrap {
            padding-right: 270px;
        }
    }
    .articles-author.key.template-key {
        max-width: 800px;
    }
    .home-page-new {
        .what-section {
            .second-title {
                max-width: 533px;
            }
        }
    }
    .home-page-new {
        .services-section {
            .wrap-text {
                max-width: 644px;
            }
            .image {
                width: 532px;
            }
        }
    }
}
