.modal .footer-btn-send {
    padding: .5em 2.5em;

    font-size: 18px;
    line-height: 22px;

    border: 0;
    color: white;
    background: #263C8A;
}

.modal .modal-content .header-btn-close {
    padding: 2em;
    padding-bottom: 0;
}

.modal .footer-btn-close {
    padding: .5em 2.5em;

    font-size: 18px;
    line-height: 22px;

    border: 0;
    color: white;
    background: darkgrey;
}

.modal .body-container {
    margin-left: 12%;
    margin-right: 12%;
}

.modal .body-container .email {
    margin-bottom: 1.5em;
}

.modal .body-container .area textarea {
    height: 220px;
}

.modal .body-container .text {
    margin-bottom: 40px;
}

.modal .body-container .text p {
    margin-bottom: 0;
}

.modal .modal-button {
    text-align: center;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 50px;
    width: auto;
}

@media (min-width: 1440.1px) {

}

@media (max-width: 1440px) {

}

@media (max-width: 1024px) {

}

@media (max-width: 768px) {

}

@media (max-width: 576px) {

}

@media (max-width: 425px) {
    .modal .modal-content .header-btn-close {
        padding: 1em;
    }

    .modal .modal-content form .modal-body {
        padding: 0;
        margin: 0 22px;
        width: auto;
        height: auto;
    }

    .modal .modal-content form .modal-body .body-container {
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .modal .body-container .area textarea {
        height: 118px;
    }

    .modal .modal-content form .modal-body .body-container .text {
        margin-bottom: 20px;
    }

    .modal .modal-button {
        margin-top: 20px;
        margin-bottom: 30px;
    }
}

@media (max-width: 375px) {

}

/* Фикс чекбокса согласия в модальном окне заявки */
.modal .privacy-field {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px solid #d8e0f2;
    border-radius: 14px;
    background: #f7f9ff;
    color: #1f2937;
    font-size: 14px;
    line-height: 1.45;
}

.modal .privacy-field .form-check-input {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin: 2px 0 0;
    cursor: pointer;
    border: 1px solid #96a6d6;
}

.modal .privacy-field .form-check-label {
    margin: 0;
    cursor: pointer;
}

.modal .privacy-field a {
    color: #263C8A;
    font-weight: 700;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.modal .form-error {
    margin-top: 10px;
    padding: 10px 12px;
    border-radius: 12px;
    background: #fff1f2;
    color: #b91c1c;
    font-size: 14px;
    line-height: 1.4;
}

@media (max-width: 576px) {
    .modal .privacy-field {
        padding: 12px;
        font-size: 13px;
    }
}
