:root {
    --white-color: #fff;
    --black-color: #000;
    --red-color: #CE3C11;
    --orange-color: #E68400;
}
body {
    font-family: Montserrat;
    line-height: 1.25;
}
.main {
    background: url(../img/lend/main.png);
    min-height: 100vh;
    background-size: cover;
    background-position: bottom;
}
.main .block-center {
    text-align: center;
    max-width: 60vw;
    padding-top: 30vh;
    margin: auto;
}
.main .block-center h1 {
    font-size: 3em;
    font-weight: 600;
    line-height: 1.15em;
}
.main .block-center h1 font {
    color: var(--red-color);
}
.numbers {
    padding: 4em 0;
    background: rgb(230 132 0 / 15%);
}
.numbers p.desc {
    font-size: 30px;
    line-height: 1.25;
}
h2 {
    font-size: 62px;
    text-align: center;
    font-weight: 600;
}
.numbers p.desc {
    font-size: 30px;
    line-height: 1.25;
}
.block-info-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 32px;
    margin: 4em 0 0;
}
.block-info-wrap .block-info {
    color: #fff;
    padding: 0px 20px 15px;
    /* width: 320px; */
    /* height: 140px; */
    background: var(--orange-color);
    border-radius: 20px;
}
.block-info-wrap .block-info .title {
    font-size: 45px;
    font-weight: 600;
}
.block-info-wrap .block-info .title font {
    font-size: 38px;
}
.block-info-wrap .block-info .desc {
    font-size: 18px;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 7px;
}
.button {
    background: var(--red-color);
    color: var(--white-color);
    font-size: 40px;
    font-weight: 500;
    border-radius: 25px;
    margin: auto;
    display: block;
    padding: 20px 50px;
    border: none;
}
.menu {
    padding: 4em 0;
}
.menu-wrap {
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 40px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.menu-wrap>div {
    text-align: center;
    font-size: 25px;
    font-weight: 600;
    width: calc(100% / 4 - 32px);
}
.menu-wrap>div img {
    width: 100%;
    height: 230px;
    border-radius: 25px;
    -o-object-fit: cover;
       object-fit: cover;
}
.menu-wrap>div>div {
    line-height: 1.25;
    padding-top: 0.25em;
    color: var(--orange-color);
}
.do {
    margin: 4em 0;
    padding: 4em 0;
}
.do-block-wrap {
    margin-top: 3em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.do-block {
    border-radius: 15px;
    background: rgba(206, 60, 17, 0.10);
    width: calc(100% / 2 - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    gap: 20px;
}
.do-block .name {
    font-size: 32px;
    font-weight: 600;
}
.do-block .desc {
    line-height: 1.25;
    font-size: 18px;
    font-weight: 600;
    color:rgba(0, 0, 0, 0.6);
}
.process {
    padding: 4em 0;
    background: rgb(215 239 192 / 20%);
}
.process>div>.desc {
    font-size: 40px;
    line-height: 1.25;
    font-family: Roboto, Montserrat;
    text-align: center;
}
.process>div>.desc font {
    color: var(--orange-color);
}
.process h3 {
    font-size: 35px;
    font-weight: 600;
    margin: 1.5em 0;
    text-align: center;
    color: var(--red-color);
}
.process-block-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 3em;
}
.process-block-wrap .circle {
    min-width: 150px;
    text-align: center;
}
.process-block-wrap .circle .name {
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background: rgba(206, 60, 17, 0.10);
    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;
    font-size: 40px;
    font-weight: 600;
    font-family: Roboto, Montserrat;
    margin: 0 auto 5px;
}
.process-block-wrap .circle .desc {
    font-size: 20px;
    line-height: 1.25;
}
.process-block-wrap .arrow {
    width: 80px;
    background: url(../img/lend/arrow.png);
    width: 80px;
    height: 20px;
    background: url(../img/lend/arrow.png);
    background-size: contain;
    background-repeat: no-repeat;
    margin-top: 40px;
}
.faq {
    padding: 3em 0;
    margin: 3em 0;
}
.faq-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.faq-wrap .faq-block {
    width: 50%;
    padding: 20px;
}
.faq-wrap .faq-block .name {
    line-height: 1.25;
    font-size: 25px;
    font-weight: 600;
}
.contacts {
    padding: 3em 0;
    background: rgb(230 132 0 / 15%);
}
.contacts h2 {
    font-size: 45px;
}
.contacts h2 font {
    color: var(--red-color);
}
.contact {
    text-align: center;
    margin: 3em 0;
}
.contact>* {
    color: var(--orange-color);
    font-size: 45px;
    font-family: Roboto, Montserrat;
    font-weight: 600;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.icon {
    width: 1em;
    height: 1em;
    display: inline-block;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 0.25em;
}
.icon-phone {
    background-image: url(../img/lend/phone.svg);
}
.icon-email {
    background-image: url(../img/lend/email.svg);
}
.icon-info {
    background-image: url(../img/lend/info.svg);
}
.icon-close {
    background-image: url(../img/icons/close.svg)
}
.modal-dialog {
    max-width: 400px;
}
#Modal .modal-dialog {
    max-width:  550px;
}
.modal-content {
    border: none !important;
    border-radius: 20px;
    padding: 25px;
}
.modal-header .close {
    font-size: 34px;
    position: absolute;
    right: 2px;
    top: 12px;
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-header .close span {
    border: 3px solid rgb(0 0 0 / 50%);
    color: rgb(0 0 0 / 80%);
    font-size: 20px;
    border-radius: 20px;
    width: 30px;
    height: 30px;
    line-height: 22px;
    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;
}
.modal-header {
    border-bottom: none !important;
    width: 100%;
    display: block;
}
.text-desc {
    margin: 3em 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: 600;
}
.modal-choice-block form>input, .modal-choice-block form>button {
    width: 100%;
    margin-bottom: 15px;
    color: #000;
    font-size: 16px;
    border: 1px solid #d9d9d9;
    border-radius: 10px;
    padding: 10px;
    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;
    max-width: 100%;
    gap: 5px;
}
.modal-choice-block form>button {
    background: #ce3c11;
    color: #fff;
    font-weight: 600;
}
.modal-choice-block form>label {
    font-size: 9px;
    line-height: 9px;
    text-align: left;
    display: flex;
    gap: 5px;
    filter: grayscale(1);
    margin: 10px 0;
}

@media (max-width: 767px) {
    .main .block-center {
        max-width: calc(100% - 20px);
    }
    
    .main .block-center h1 {
        font-size: 2em;
    }
    h2 {
        font-size: 1.8em;
    }
    .numbers p.desc {
        font-size: 14px;
    }
    .block-info-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 12px;
    }
    .block-info-wrap {
        margin: 2em 0 0;
    }
    .block-info-wrap .block-info {
        padding: 10px 7px;
        width: calc(50% - 12px);
    }
    .block-info-wrap .block-info .title {
        font-size: 25px;
    }
    .block-info-wrap .block-info .title font {
        font-size: 22px;
    }
    .block-info-wrap .block-info .desc {
        font-size: 14px;
    }
    .text-desc {
        font-size: 14px;
    }
    .button {
        font-size: 20px;
    }
    .menu-wrap {
        gap: 20px;
        -ms-grid-column-align: center;
            justify-self: center;
    }
    .menu-wrap>div {
        width: calc(100% / 2 - 14px);
    }
    .menu-wrap>div img {
        height: 110px;
    }
    .menu-wrap>div>div {
        font-size: 14px;
    }
    .process>div>.desc {
        font-size: 16px;
    }
    .process h3 {
        font-size: 24px;
    }
    .process-block-wrap .arrow {
        display: none;
    }
    .process-block-wrap {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 30px 15px;
    }
    .process-block-wrap .circle .name {
        width: 80px;
        height: 80px;
    }
    .process-block-wrap .circle .desc {
        font-size: 14px;
    }
    .do {
        margin: 2em 0;
        padding: 2em 0;
    }
    .do-block-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .do-block img {
        width: 100%;
    }
    .do-block {
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .faq-wrap .faq-block .name {
        font-size: 16px;
    }
    .faq-wrap .faq-block {
        padding: 15px;
        width: 100%;
    }
    .faq-wrap .faq-block .desc {
        font-size: 13px;
    }
    .faq-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .contacts h2 {
        font-size: 1.8em;
    }
    .contact>* {
        font-size: 25px;
    }
    .numbers, .process {
        padding: 2em 0;
    }
    .do-block-wrap {
        margin-top: 1.5em;
    }
}
@media (max-width: 360px) {
    .main .block-center h1 {
        font-size: 1.7em;
    }
    .button {
        font-size: 18px;
        padding: 15px 40px;
    }
    .block-info-wrap .block-info .desc {
        font-size: 12px;
    }
    .block-info-wrap .block-info .title {
        font-size: 22px;
    }
    .block-info-wrap .block-info .title font {
        font-size: 20px;
    }
    .process-block-wrap .circle {
        min-width: 125px;
    }
    .do-block .name {
        font-size: 28px;
    }
    .do-block .desc {
        font-size: 16px;
    }
    .contacts h2 {
        font-size: 1.5em;
    }
}