@import "fonts.css";
body{
    box-sizing: border-box;
    background: linear-gradient(56.98deg, #297E32 32.01%, #17B827 98.57%);
    margin: 0;
    padding: 0;
    font-feature-settings: "pnum" on,"lnum" on,"liga" off;
    font-family: Geometria,sans-serif!important;
}

header{
    position: sticky;
    top: 0;
    z-index: 100;
}

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

body .title{
    font-weight: 800;
    font-size: 36px;
    line-height: 100%;
    color: #282828;
    text-transform: uppercase;
}

body .color-green{
    color: #12A221;
}
.header-navbar-info{
    display: flex;
    align-items: center;
    gap: 12px;
}
.header-navbar__logo:before{
    content: url(../svg/lending/main-logo.svg);
}
.trust-scroll__image{
    position: relative;
    width: 24px;
    height: 80px;
}
.trust-scroll__image:before{
    content: url(../svg/lending/scroll-mouse.svg);
    transform: translate3d(0, 10px, 0);
    animation: spin 1s infinite linear;
    position: absolute;
    left: 50%;
}


.header-navbar-info__phone{
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    color: #FFFFFF;
}
.header-navbar-info__access a{
    background: #fff;
    color:#12A221;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    padding: 8px 24px;
    border-radius: 14px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}
.header-navbar-info__access a:before{
    content: url(../svg/lending/shield-mini.svg);
}
.preview-info__title{
    font-weight: 800;
    font-size: 56px;
    line-height: 110%;
    color: #FFFFFF;
}
.wrapper{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 25px;
}
.header-navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    box-sizing: border-box;
}
main{
    background: url("../svg/lending/wave.png") no-repeat;
    background-size: 100% 22%;
}
.lending-preview{
    margin-top: 123px;
    color: #fff;
}
.lending-preview-container{
    display: flex;
    gap: 55px;
    padding-bottom: 200px;
}
.preview-info__title_bg{
    background: #FFFFFF;
    border-radius: 14px;
    color: #179f25;
    padding: 0 18px;
    margin: 7px 0 -65px 0;
    display: block;
    width: max-content;
}
.preview-info-description{
    margin-top: 32px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.preview-info-description__logo{
    content: url(../svg/lending/description-logo.svg);
    width: 100px;
    height: 100px;
}
.preview-info-description__list{
    display: flex;
    flex-direction: column;
    font-weight: 400;
    font-size: 24px;
    line-height: 110%;
}
.preview-info-description__list p{
    padding: 0;
    margin: 0;
}
.preview-info__logo:before{
    content: url(../svg/lending/shield.png);
}
.lending-trust{
    background: #FFFFFF;
    border-radius: 60px 60px 0px 0px;
}
.trust-scroll{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-top: 10px;
    gap: 30px;
}
.trust-scroll:before{
    content: '';
    width: 260px;
    height: 6px;
    background: #282828;
    border-radius: 9px;
}
.trust-card-items{
    margin-top: 80px;
    display: flex;
    align-items: stretch;
    gap: 20px;
}
.trust-card__item{
    width: 100%;
    max-width: 412px;
    background: #FFFFFF;
    box-shadow: 0px 5.03129px 28.7502px rgb(0 0 0 / 7%);
    border-radius: 43.1254px;
    display: flex;
    justify-content: flex-start;
    padding: 40px 40px 0 40px;
    flex-direction: column;
    align-items: center;
}
.trust-card__item:nth-of-type(1):before{
    content: url(../svg/lending/shield-cards.svg);
}
.trust-card__item_title{
    margin-top: 43px;
    margin-bottom: 22px;
    font-weight: 800;
    font-size: 26px;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
    color: #282828;
}

.trust-card__item_description{
    font-weight: 400;
    font-size: 16px;
    line-height: 110%;
    color: #282828;
    word-break: break-word;
}
.trust-title{
    margin-top: 120px;
    text-align: center;
}
.trust-brand-items{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    padding: 0px;
    gap: 50px;
    margin-top: 60px;
}
.trust-brand-item{
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.1));
    border-radius: 14px;
    background: white;
    display: flex;
    width: 180px;
    height: 120px;
    align-items: center;
    justify-content: center;
}
.trust-brand-item:nth-of-type(1):before{
    content: url(../svg/lending/vtb-logo.svg);
    padding-top: 25px;
}
.trust-brand-item:nth-of-type(2):before{
    content: url(../svg/lending/mts-logo.svg);
}
.trust-brand-item:nth-of-type(3):before{
    content: url(../svg/lending/zolla-logo.svg);
}
.trust-brand-item:nth-of-type(4):before{
    content: url(../svg/lending/pandora-logo.svg);
}
.trust-brand-item:nth-of-type(5):before{
    content: url(../svg/lending/azbuka-logo.svg);
}
.promise-items{
    display: grid;
    gap: 26px;
    grid-auto-rows: 1fr;
    margin-top: 64px;
    grid-template-areas:
      "A B"
      "C D"
      "E F";

}
.promise__item:nth-child(1) {
    grid-area: A;
    justify-self: start;
}

.promise__item:nth-child(2) {
    grid-area: B;
    justify-self: start;
}

.promise__item:nth-child(3) {
    grid-area: C;
    justify-self: center;
}

.promise__item:nth-child(4) {
    grid-area: D;
    justify-self: center;
}

.promise__item:nth-child(5) {
    grid-area: E;
    justify-self: end;
}

.promise__item:nth-child(6) {
    grid-area: F;
    justify-self: end;
}

.promise-item__not-promise{
    background: #F0F0F0;
    width: 100%;
    max-width: 435px;
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 16px;
    box-sizing: border-box;
    color: #7B7B7B;
}
.promise-item__not-promise:before{
    content: url(../svg/lending/blocked.svg);
}
.promise-item__promise{
    width: 100%;
    max-width: 557px;
    background: #FFFFFF;
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    gap: 16px;
    box-sizing: border-box;
    color: #12A221;
}
.promise-item__promise:before{
    content: url(../svg/lending/check-seal.svg);
}
.submit-container {
    display: flex;
    justify-content: center;
    margin-top: 77px;
}
.submit-container button{
    text-transform: uppercase;
    padding: 13px 52px;
    margin-bottom: 60px;
}
.lending-fast-start{
    background: #F8F8F8;
}
.fast-start__title{
    text-align: center;
    padding-top: 60px;
}
.fast-start-step-items{
    margin-top: 60px;
    display: flex;
    gap: 70px;
    overflow: auto;
}
.fast-start-step-items::-webkit-scrollbar{
    width: 0;
}
.fast-start-step__item{
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 200px;
}
.fast-start-step__item_icon{
    background: #EFEFEF;
    border-radius: 20px;
    width: 200px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.fast-start-step__item:not(:last-child) .fast-start-step__item_icon:after{
    content: url(../svg/lending/block-arrow.svg);
    position: absolute;
    right: -70px;
}
.fast-start-step__item:nth-of-type(1) .fast-start-step__item_icon::before{
    content: url(../svg/lending/user-plus.svg);
}
.fast-start-step__item:nth-of-type(2) .fast-start-step__item_icon::before{
    content: url(../svg/lending/slider.svg);
}
.fast-start-step__item:nth-of-type(3) .fast-start-step__item_icon::before{
    content: url(../svg/lending/load-creative.svg);
}
.fast-start-step__item:nth-of-type(4) .fast-start-step__item_icon::before{
    content: url(../svg/lending/download.svg);
}
.fast-start-step__item:nth-of-type(5) .fast-start-step__item_icon::before{
    content: url(../svg/lending/start-ads.svg);
}
.fast-start-step__item_description{
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    text-align: center;
}
.fast-start-step__item_description .color-green{
    font-weight: 700;
}
.lending-completion{
    background: white;
}
.completion-title{
    padding-top: 60px;
    text-align: center;
    margin-bottom: 80px;
}
.completion-images{
    display: flex;
    gap: 35px;
    justify-content: center;
    padding-bottom: 76px;
}
.completion-filter:before{
    /*content: url(../svg/lending/filter.png);*/
}
.completion-channel{
    /*content: url(../svg/lending/channels.png);*/
}
footer{
    background: #12A121;
    padding:20px 0;
}
.footer-container{
    display: flex;
    justify-content: space-between;
}
.footer-logo:before{
    content: url(../svg/lending/footer-logo.svg);
}
.footer-info{
    font-weight: 800;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF
}
.header-navbar-info__phone_mobile{
    display: none;
}
.preview-info-description__list_mobile{
    display: none;
    max-width: 370px;
    font-size: 12px;
}
.header-navbar-info__phone_mobile:before{
    content: url(../svg/lending/phone.svg);
}

.completion-images .container .filter-container{
    position: sticky;
    left: 0;
}
.completion-images .container .category-container{
    width: auto;
}
@media screen and (max-width: 868px) {
    .completion-images .container{
        overflow: auto;
    }
    body .title{
        font-size: 25px;
    }
    .lending-preview{
        margin-top: 63px;
    }
    .header-navbar-info{
        display: none;
    }
    .header-navbar-info__phone_mobile{
        display: block;
    }
    .preview-info__title{
        font-size: 30px;
    }
    .preview-info__title_bg{
        margin: 7px 0 -32px 0;
        border-radius: 7.5px;
    }
    .lending-preview-container{
        flex-direction: column;
        align-items: center;
    }
    .trust-card-items{
        margin-top: 0;
        flex-direction: column;
        align-items: center;
    }
    .trust-card__item{
        max-width: unset;
        box-sizing: border-box;
        padding: 33px 33px 60px 33px;
        width: 100%;
    }
    .trust-card__item:nth-of-type(1){
        background: #12A221;
    }
    .trust-card__item:nth-of-type(1) .trust-card__item_title,
    .trust-card__item:nth-of-type(1) .trust-card__item_title .color-green,
    .trust-card__item:nth-of-type(1) .trust-card__item_description {
        color: #FFFFFF;
    }
    .trust-card__item_title{
        font-size: 22px;
    }
    .trust-card__item_description{
        font-size: 12px;
    }
    .trust-card__item:nth-of-type(1):before{
        content: url(../svg/lending/shield-cards-mobile.svg);
    }
    .trust-brand-items{
        display: none;
    }
    .preview-info-description__logo{
        width: 43px;
        height: 43px;
    }
    .preview-info-description__list{
        display: none;
    }
    .preview-info-description__list_mobile{
        display: block;
    }
    .lending-preview-container{
        padding-bottom: 63px;
    }
    .preview-info__logo:before{
        content: '';
        background: url(../svg/lending/shield.png) no-repeat center/cover;
        width: 210px;
        height: 280px;
        display: block;
    }
    .promise-items{
        margin-top: 44px;
        display: grid;
        gap: 12px;
        grid-template-areas:
      "A"
      "C"
      "E"
      "B"
      "D"
      "F";
        justify-items : stretch;

    }
    .trust-scroll__image:before{
        content: url(../svg/lending/scroll-mobile.svg);
        left: 0;
    }

    .promise-item__promise{
        max-width: unset;
    }
    .promise-item__not-promise{
        max-width: unset;

    }
}
@keyframes spin {
    0%, 100% {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0,-20px);
    }
}