

/* Start:/local/templates/main/components/astash/system.empty/zayemshchikam-top/style.css?1764663653611*/
.borrower-top {
    margin-top: 379px;
    margin-bottom: 68px;
}

.borrower-top h1 {
    margin-bottom: 0
}

.borrower-top__sub-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
    margin-top: 24px;
    color: #989CAE;
}

@media (max-width: 991px) {
    .borrower-top {
        margin-top: 154px;
        margin-bottom: 50px;
    }

    .borrower-top h1 {
        font-size: 40px;
        font-weight: 400;
        line-height: 40px;
    }

    .borrower-top__sub-title {
        font-size: 18px;
        font-weight: 400;
        line-height: 25.2px;
        margin-top: 12px;
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/zayemshchikam-requirements/style.css?17646636542635*/
.requirements {
    padding-top: 93px;
    margin-top: 68px;
    overflow: hidden;
}

.requirements__title {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 92px;
}

.requirements__list {
    border-top: 1px solid var(--border-color-gray);

    &:not(:last-child) {
        border-top: 1px solid var(--border-color-gray);
    }
}

.requirements__list-wrap {
    display: flex;
}

.requirements__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 31.5%;
    height: 232px;
    padding: 40px 0 50px 0;

    &:not(:last-child) {
        border-right: 1px solid var(--border-color-gray);
    }

    &:not(:first-child) {
        padding-left: 40px;
    }
}

.requirements__item--middle {
    width: 37%;
}

.requirements__item--big {
    width: calc(37% + 31.5%);
}

.requirements__item-text {
    font-size: 18px;
    font-weight: 400;
    line-height: 25.2px;
    max-width: 500px;
}

.requirements__item-title {
    font-size: 48px;
    font-weight: 400;
    line-height: 48px;
}

.requirements__item--img {
    background: url("/local/templates/main/components/astash/system.empty/zayemshchikam-requirements/./img/img_1.png") no-repeat 100% 50%;
    background-size: contain;
}

.requirements__list--img {
    background: url("/local/templates/main/components/astash/system.empty/zayemshchikam-requirements/./img/img_2.png") no-repeat 100% 50%;
    background-size: contain;
}

@media (max-width: 1400px) {
    .requirements__item-title {
        font-size: 36px;
        line-height: 36px;
    }
}

@media (max-width: 991px) {
    .requirements {
        padding-top: 40px;
        margin-top: 0
    }

    .requirements__title {
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .requirements__item--img,
    .requirements__list--img {
        background: transparent;
    }

    .requirements__list {
        border: 0 !important;
    }

    .requirements__list-wrap {
        flex-wrap: wrap;
    }

    .requirements__item {
        width: 100%;
        height: auto;
        padding: 24px 0 !important;
        border: 0 !important;
        border-bottom: 1px solid #3C3E47 !important;

        &:nth-child(2) {
            text-align: right;
        }
    }

    .requirements__item-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
    }

    .requirements__item-title {
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
        margin-top: 12px;
    }

    .requirements__list:last-child {
        & .requirements__item:first-child {
            text-align: right;
        }

        & .requirements__item:last-child {
            text-align: left;
        }
    }
}
/* End */


/* Start:/local/templates/main/components/astash/system.empty/zayemshchikam-working/style.css?17646636485946*/
.borrower-working {
    background: #fff;
    color: var(--main-color-black);
    padding-top: 140px;
    overflow: hidden;
    position: relative;
}

.borrower-working__title {
    font-size: 70px;
    font-weight: 500;
    line-height: 70px;
    margin-bottom: 92px;
}

.borrower-working__list {


}

.borrower-working__list-wrap {
    display: flex;
}

.borrower-working__item {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: calc((100% - 36.9852941176%) / 2);
    height: 696px;
    position: relative;


    & .borrower-working__item-wrap {
        background: #fff;
        height: 232px;
        padding-top: 40px;
        position: relative;
    }

    &:not(:first-child) .borrower-working__item-wrap {
        padding-left: 40px;
    }

    & svg {
        position: absolute;
        right: 30px;
        bottom: 0;
    }
}


.borrower-working__item--middle {
    width: 36.9852941176%;
}

.borrower-working__item--big {
    width: calc(37% + 31.5%);
}


.borrower-working__item-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 32px;
}

.borrower-working__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 16.8px;
}


.borrower-working__item--one {
    padding-bottom: 464px;

    & .borrower-working__item-wrap {
        border-right: 1px solid #CCD0E1
    }
}

.borrower-working__item--two {
    padding-bottom: 232px;
    border-right: 1px solid #CCD0E1;

    & .borrower-working__item-title {
        max-width: 232px;
    }
}

.borrower-working__item--three {
    & .borrower-working__item-title {
        max-width: 230px;
    }
}

.borrower-working__item--four {
    padding-bottom: 464px;

    & .borrower-working__item-text {
        max-width: 232px;
    }
}

.borrower-working__item--five {
    padding-bottom: 232px;

    & .borrower-working__item-title {
        max-width: 232px;
    }

    & .borrower-working__item-text {
        max-width: 232px;
    }
}

.borrower-working__item--six {
    height: 715px;

    & .borrower-working__item-wrap {
        height: 252px;
        border-left: 1px solid #CCD0E1;
    }

    & .borrower-working__item-title {
        max-width: 270px;
    }
}

.borrower-working__item--seven {
    & .borrower-working__item-title {
        max-width: 232px;
    }
}


.borrower-working__item--height-one {
    height: 232px;
}


.borrower-working__list-wrap--img:before {
    content: '';
    background: url("/local/templates/main/components/astash/system.empty/zayemshchikam-working/./img/union.jpg");
    width: 1512px;
    height: 1411px;
    position: absolute;
    z-index: 0;
    margin-left: -4px;
    margin-top: 232px;
    left: 50%;
    transform: translateX(-50%);
}

.btn.borrower-working__btn {
    background: #181A20;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 66px;

    &:hover {
        opacity: 0.9;
    }
}

@media (max-width: 1400px) {
    .borrower-working__list-wrap--img:before {
        display: none;
    }

    .borrower-working__item--one:before {
        content: '';
        background: url(/local/templates/main/components/astash/system.empty/zayemshchikam-working/./img/union1.jpg) no-repeat bottom right;
        height: 464px;
        position: absolute;
        z-index: 0;
        right: 0;
        width: 100%;
        bottom: 0;
    }

    .borrower-working__item--two:before {
        content: '';
        background: url(/local/templates/main/components/astash/system.empty/zayemshchikam-working/./img/union2.jpg) no-repeat;
        background-position: 0 0;
        height: 464px;
        position: absolute;
        margin-top: -232px;
        right: 0;
        width: 100%;
        top: 100%;
        z-index: 1;
    }

    .borrower-working__item--three:before {
        content: '';
        background: url(/local/templates/main/components/astash/system.empty/zayemshchikam-working/./img/union3.jpg) no-repeat;
        background-position: 0 0;
        height: 464px;
        position: absolute;
        z-index: 0;
        right: 1%;
        width: 100%;
        top: 100%;
    }

    .borrower-working__item--four:before {
        content: '';
        background: url(/local/templates/main/components/astash/system.empty/zayemshchikam-working/./img/union4.jpg) no-repeat top right;
        height: 715px;
        position: absolute;
        z-index: 0;
        right: 0;
        width: 100%;
        top: 0;
        margin-top: 232px;
    }

    .borrower-working__item--seven:before {
        content: '';
        background: url(/local/templates/main/components/astash/system.empty/zayemshchikam-working/./img/union5.jpg) no-repeat;
        background-position: 0 0;
        height: 232px;
        position: absolute;
        z-index: 0;
        left: 100%;
        width: 100%;
        bottom: 0;
    }

    .borrower-working__item-title {
        font-size: 20px;
    }

    .borrower-working__item-text {

    }

    .borrower-working__item {
        & svg {
            max-width: 90px;
            height: auto;
        }
    }
}

@media (max-width: 991px) {
    .borrower-working {
        padding-top: 40px;
        margin-top: 0
    }

    .borrower-working__title {
        font-size: 40px;
        font-weight: 400;
        line-height: 42px;
        margin-bottom: 24px;
    }

    .borrower-working__list-wrap {
        flex-wrap: wrap;
    }

    .borrower-working__item {
        width: 100%;
        border: 0;
        border-bottom: 1px solid #CCD0E1;
        padding: 0 !important;
        height: auto;

        &:before {
            display: none;
        }

        & .borrower-working__item-wrap {
            border: 0;
            padding: 24px 0 !important;
            height: auto;
            min-height: 144px;
        }

        & svg {
            width: auto;
            max-height: 90px;
            right: 0;
        }
    }

    .borrower-working__item-title {
        font-size: 26px;
        font-weight: 400;
        line-height: 32px;
    }

    .borrower-working__item-text {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.8px;
        margin-top: 12px;
    }

    .borrower-working__item--height-one:not(.borrower-working__item--seven) {
        display: none;
    }

    .btn.borrower-working__btn{
        margin-top: 24px;
    }

    .borrower-working__item--seven{
        border: 0 !important;
    }
}
/* End */


/* Start:/local/components/astash/form/templates/contact_callback/style.css?17305577013888*/
.form-callback {

}

.form-callback__title {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: var(--main-color-gray);
    margin-bottom: 16px;
}

.form-callback__form {
}

.form-callback .form__fields {
    display: flex;
}

.form-callback .form__field {
    flex: 1;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 16px;
}

.form-callback .form__field:not(:last-child) {
    margin-right: 16px;
}

.form-callback .form__field-input[type=text],
.form-callback .form__field-input[type=tel],
.form-callback .form__field-textarea {
    border-radius: 6px;
    border: 0;
    background: #313440;
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    color: #F7F9FC;
    height: 52px;
    line-height: 52px;
    box-sizing: border-box;
    transition: border-color .3s ease-in-out;
    padding: 0 16px;
    width: 100%;
    position: relative;
}

.form-callback .form__field-input:active,
.form-callback .form__field-input:focus,
.form-callback .form__field-textarea:active,
.form-callback .form__field-textarea:focus {
    border-color: #8BBFE2;
    z-index: 1;
}

.form-callback .form__field-input[type=text].error,
.form-callback .form__field-input[type=tel].error,
.form-callback .form__field-textarea.error {
    box-shadow: 0 0 0 1px #FF2B2B
}

.form-callback .error-text {
    display: none;
    position: absolute;
    color: #FF2B2B;
    font-size: 10px;
    bottom: 0;
    margin-bottom: -20px;
}

.form-callback .form__field-input.error ~ .error-text {
    display: block;
}

.form-callback .form__field-label {
    order: -1;
    font-size: 13px;
    font-weight: 400;
    line-height: 17px;
    margin-bottom: 8px;
}

.form-callback .form__field-input[type=text].required + .form__field-label:after,
.form-callback .form__field-input[type=tel].required + .form__field-label:after,
.form-callback .form__field-textarea.required + .form__field-label:after {
    content: '*';
    color: var(--main-color-red);
    margin-left: 4px;
}

.form-callback .form__field-textarea {
    line-height: 1.2em;
    padding: 16px;
    resize: none;
    overflow: hidden;
    height: 80px;
}

.nl-callback-input-wrapper {
    margin-bottom: 20px;
}

/**/

.form-callback .form__fields--error {
    position: absolute;
    margin-top: -16px;
    font-size: 10px;
    color: #FF2B2B;
}

.form-callback__success {
    display: none;
    align-items: center;
    max-width: 358px;
    height: 52px;
    font-size: 16px;
    font-weight: 400;
    line-height: 52px;
    text-align: left;
    background: #313440;
    border-radius: 6px;
    margin-bottom: 16px;
    padding: 0 16px;
}

.form-callback__success svg {
    margin-right: 10px;
}

.form-callback__success.active {
    display: flex;
}

.form-ok {
    display: none;
    color: darkseagreen;
    font-size: 24px;
    line-height: 150%;
    margin: 30px;
}

/**/
.form-callback .form__fields.form__fields--footer {
    align-items: center;
    flex-direction: column;
}

.form__footer-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: var(--main-color-gray);
}

.form-callback .form__fields-btn {
    font-family: "Manrope", sans-serif;
    width: 100%;
    height: 52px;
    font-size: 16px;
    font-weight: 600;
    line-height: 52px;
    text-align: center;
    border-radius: 6px;
}

.form__fields-btn:hover {
    opacity: 0.9;
}

.form__fields-btn:active {
    box-shadow: inset 0 0 5px #000;
}

@media (max-width: 991px) {
    .form-callback {
        width: 100%;
        min-width: auto;
        max-width: 500px;
    }

    .form-callback .form__fields {
        flex-wrap: wrap;
    }

    .form-callback .form__field {
        flex: initial;
        width: 100%;

        &:not(:last-child) {
            margin-right: 0;
        }
    }

    .form-callback .form__fields-btn {
        max-width: 100%;
    }
}
/* End */
/* /local/templates/main/components/astash/system.empty/zayemshchikam-top/style.css?1764663653611 */
/* /local/templates/main/components/astash/system.empty/zayemshchikam-requirements/style.css?17646636542635 */
/* /local/templates/main/components/astash/system.empty/zayemshchikam-working/style.css?17646636485946 */
/* /local/components/astash/form/templates/contact_callback/style.css?17305577013888 */
