.request__block {
    background: rgba(238, 238, 238, 0.5);
    border-radius: 15px;
    padding: 46px 116px 69px;
}

.request__title {
    max-width: 784px;
    font-weight: 800;
    font-size: 36px;
    text-align: center;
    margin: 0 auto 46px;
}

.request__form input {
    background: #ffffff;
    border-radius: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 37px;
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 25px;
}

.request__form input:-ms-input-placeholder {
    font-size: 24px;
    opacity: 0.4;
}

.request__form input::placeholder {
    font-size: 24px;
    opacity: 0.4;
}

.request__textarea {
    height: 115px;
    width: 100%;
    margin-bottom: 15px;
}

.request__textarea textarea {
    height: 100%;
    padding: 25px;
    padding-left: 37px;
    resize: none;
    font-size: 24px;
    line-height: 25px;
    width: 100%;
    border-radius: 15px;
}

.request__textarea textarea:-ms-input-placeholder {
    font-size: 24px;
    line-height: 25px;
    opacity: 0.4;
}

.request__textarea textarea::placeholder {
    font-size: 24px;
    line-height: 25px;
    opacity: 0.4;
}

.request__input {
    height: 80px;
    margin-bottom: 18px;
}

.request__inputs {
    height: 80px;
    margin-bottom: 18px;
    display: -ms-flexbox;
    display: flex;
    gap: 18px;
}

.request__inputs input {
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
}

.file__input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.file__label {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 24px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #000000;
    opacity: 0.5;
}

.file__label img {
    margin-right: 11px;
}

.request__btn {
    height: 80px;
    width: 100%;
    margin-bottom: 20px;
}

.request__btn button {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    background: #a9d992;
    border-radius: 15px;
    font-size: 24px;
    color: #ffffff;
    transition: 0.3s;
}

.request__btn button:hover {
    background: rgba(169, 217, 146, 0.8);
}

.request__input-file {
    margin: 40px 0;
}

.request__text a {
    color: inherit;
    text-decoration: underline;
}

@media (max-width: 960px) {
    .request__block {
        padding: 35px 55px;
    }
    .request__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
    .request__btn {
        height: 50px;
    }
    .request__inputs {
        height: 50px;
    }
    .request__input {
        height: 50px;
    }
    .request__form input {
        font-size: 16px;
    }
    .request__form input:-ms-input-placeholder {
        font-size: 16px;
    }
    .request__form input::placeholder {
        font-size: 16px;
    }
    .file__label {
        font-size: 16px;
    }
    .request__input-file {
        margin: 25px 0;
    }
    .request__text {
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .request__block {
        padding: 26px 39px;
        margin: 0 -10px;
    }
    .request__title {
        margin: 0 -10px 40px;
    }
    .request__input {
        margin-bottom: 10px;
        height: 40px;
    }
    .request__textarea {
        height: 140px;
    }
    .request__form input {
        padding: 0 5px 0 15px;
        font-size: 16px;
        border-radius: 10px;
    }
    .request__textarea textarea {
        padding: 15px;
    }
    .request__form input:-ms-input-placeholder,
    .request__form textarea:-ms-input-placeholder {
        font-size: 16px;
        line-height: 1.1;
    }
    .request__form input::placeholder,
    .request__form textarea::placeholder {
        font-size: 16px;
        line-height: 1.1;
    }
    .file__label {
        align-items: flex-start;
    }
    .file__label img {
        width: 12px;
        margin-top: 2px;
    }
    .request__btn {
        height: 40px;
    }
    .request__btn button {
        font-size: 16px;
        border-radius: 10px;
    }
    .smart-captcha {
        min-width: unset !important;
    }
    .request__inputs {
        height: unset;
        flex-wrap: wrap;
        gap: 10px;
        margin-bottom: 10px;
    }
    .request__inputs input {
        height: 40px;
        flex: 0 0 100%;
    }
}
