.index-form--form input.error {
    border: 1px solid #ff0000;
}
.offer--form__success.active {
    color: #3bab0c;
    text-align: center;
    padding-top: 15px;
}
.index-form--text-title {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    line-height: 27.24px;
    text-align: left;
    padding-bottom: 27px;
    letter-spacing: 0.5px;
}
.index-form--text-text {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: left;
    margin-bottom: 27px;
}
.index-form--text-phone span{
    font-weight: 700;
}
.index-form--text-phone {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 400;
    line-height: 24.51px;
    text-align: left;
}
.index-form {
    padding-top: 57px;
    display: flex;
    width: 100%;
    gap: 38px;
}
.index-form--text {
    width: 37%;
}
.index-form--form {
    background: rgba(243, 245, 249, 1);
    border-radius: 25px;
}
.index-form--form {
    background: rgba(243, 245, 249, 1);
    border-radius: 25px;
    padding: 35px 54px;
    width: 63%;
}
.index-form--form input {
    width: 90%;
    height: 62px;
    border-radius: 25px;
    border: 0;
    outline: none;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    padding-left: 30px;
    border: 1px solid #fff;
}
.index-form--form_items {
    display: flex;
    width: 100%;
}
.index-form--form textarea {
    width: 321px;
    height: 267px;
    border-radius: 25px;
    border: 0;
    padding: 29px;
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 19.07px;
    text-align: left;
    outline: none;
    border: 1px solid #fff;
}
.index-form--form_left {
    width: 57%;
}
.index-form--form_right {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 43%;
}
.feedback__wrap_submit-block.form__submit-block button{
    width: 100%;
    height: 62px;
    border-radius: 25px;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 19.07px;
    text-align: left;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1300px) {
    .index-form--form textarea {
        width: 75%;
    }
}
@media (max-width: 991px) {
    .index-form--form {
        padding: 35px 30px;
    }
}

@media (max-width: 900px) {
    .index-form--text {
        width: 100%;
    }
    .index-form {
        width: 100%;
        gap: 35px;
        flex-direction: column;
    }
    .index-form--form {
        width: 93%;
    }
}
@media (min-width: 680px) and (max-width: 768px) {
    .index-form--form textarea {
        width: 90%;
    }
}
@media (max-width: 768px) {
    .index-form--text-title {
        font-size: 14px;
        font-weight: 600;
        line-height: 19.07px;
        text-align: left;
    }
    .index-form {
        padding-top: 30px;
    }
    .index-form--text-text {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .index-form--text-title {
        padding-bottom: 10px;
    }
    .index-form--text-phone {
        font-size: 14px;
    }
    .index-form {
        gap: 25px;
    }
    .index-form--form {
        padding: 25px 15px;
        width: 95%;
    }
    .index-form--form_left {
        width: 100%;
    }
    .index-form--form_right {
        width: 100%;
        gap: 8px;
    }
    .index-form--form_items {
        display: flex;
        width: 100%;
        flex-direction: column;
        gap: 6px;
    }

    .feedback__wrap_submit-block.form__submit-block {
        margin-top: 15px;
    }
    .index-form--form input {
        width: 94%;
        height: 60px;
    }

    .feedback__wrap_submit-block.form__submit-block button {
        width: 100%;
    }

}
@media  (max-width: 680px) {
    .index-form--form textarea {
        width: 88%;
    }
    .index-form--form input {
        width: 93%;
    }
}
@media (max-width: 550px) {
    .index-form--form textarea {
        width: 87%;
    }
}
@media (max-width: 530px) {
    .index-form--form {
        width: 94%;
    }
}
@media (max-width: 460px) {
    .index-form--form {
        width: 93%;
    }
    .index-form--form textarea {
        width: 84%;
    }
    .index-form--form input {
        width: 91%;
    }
}
@media (max-width: 400px) {
    .index-form--form input {
        width: 90%;
    }
    .index-form--form textarea {
        width: 82%;
    }
}
@media (max-width: 390px) {
    .index-form--form {
        width: 92%;
    }
}
@media (max-width: 350px) {
    .index-form--form textarea {
        width: 80%;
    }
    .index-form--form input {
        width: 88%;
    }
}