div.wrapper_feedback {
    position: relative;
    padding-top: 47px;
    padding-bottom: 100px;
    top: -140px;
    border-radius: 70px 70px 0 0;
    background-color: #1E1E1E;
}

.region-feedback {
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
}

#block-vesta-theme-zagolovokobratnoysvyazi {
    margin-bottom: 10px;
    width: 100%;
}

#block-vesta-theme-zagolovokobratnoysvyazi h2 {
    color: #fff;
}

#block-vesta-theme-kommentariy {
    margin-bottom: 30px;
    width: 100%;
}

#block-vesta-theme-kommentariy p {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

#block-vesta-theme-vebforma {
    padding: 20px 33px;
    width: 52%;
    border-radius: 10px;
    background-color: #fff;
}

#block-vesta-theme-vebforma form .form-item .form-control,
#block-vesta-theme-vebforma form .form-item .form-control::placeholder {
    font-family: 'Tektur' ,serif;
    font-size: 16px;
    font-weight: 500;
}

#block-vesta-theme-vebforma form .form-item .form-control {
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;

    color: #1E1E1E;
    transition: all 0.3s ease-in-out;
}

#block-vesta-theme-vebforma form .form-item .form-control:focus {
    border-color: #BE0505;
    box-shadow: none;
}

#block-vesta-theme-vebforma form .form-item .form-control:focus-visible {
    outline: none;
}

#block-vesta-theme-vebforma form .form-item .form-control:hover {
    border-color: #BE0505;
}

#block-vesta-theme-vebforma form .form-item .form-control::placeholder {
    color: #797979;
    transition: all 0.3s ease-in-out;
}

#block-vesta-theme-vebforma form .form-item .form-control:hover::placeholder {
    color: #BE0505;
}

#block-vesta-theme-vebforma form .form-item:not(:first-child) .form-control {
    padding-top: 9px;
}

#block-vesta-theme-vebforma form .form-item.form-type-textarea {
    margin-bottom: 15px;
}

#block-vesta-theme-vebforma form .form-item .form-textarea {
    max-height: 60px;
    resize: none;
}

#block-vesta-theme-vebforma form .form-item.form-type-checkbox {
    display: flex;
    align-items: center;
    gap: 10px;
}

#block-vesta-theme-vebforma form .form-item.form-type-checkbox > input {
    appearance: none;
    -webkit-appearance: none;
    width: 11px;
    height: 11px;
    border: 1px solid #000;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

#block-vesta-theme-vebforma form .form-item.form-type-checkbox > input:checked {
    border-color: #BE0505;
    background-color: #BE0505;
    background-image: url('/sites/all/themes/vesta_theme/image/ok.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

#block-vesta-theme-vebforma form .form-item.form-type-checkbox > input:focus {
    border-color: #BE0505;
}

#block-vesta-theme-vebforma form .form-item.form-type-checkbox > input:hover {
    border-color: #BE0505;
}

#block-vesta-theme-vebforma form .form-item.form-type-checkbox > input:focus-visible {
    outline: none;
}

#block-vesta-theme-vebforma form .form-item.form-type-checkbox {
    margin-bottom: 15px;
}

#block-vesta-theme-vebforma form .form-item.form-type-checkbox .webform-element-description,
#block-vesta-theme-vebforma form .form-item.form-type-checkbox .webform-element-description a {
    font-family: 'Tektur', serif;
    font-size: 16px;
    font-weight: 400;
    color: #1E1E1E;
}

#block-vesta-theme-vebforma form .webform-actions .webform-button--submit {
    padding: 12px 30px;
    border: 1px solid #BE0505;
    border-radius: 10px;
    width: 100%;
    text-align: center;

    font-family: 'Tektur', serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background-color: #BE0505;
    transition: all 0.3s ease-in-out;
}

#block-vesta-theme-vebforma form .webform-actions .webform-button--submit:focus-visible {
    box-shadow: none;
}

#block-vesta-theme-vebforma form .webform-actions .webform-button--submit:hover {
    color: #BE0505;
    background-color: #fff;
}

#block-vesta-theme-izobrazhenievfos {
    width: 44%;
    
}

#block-vesta-theme-izobrazhenievfos .field--name-field-feedback-img {
    height: 100%;
}

#block-vesta-theme-izobrazhenievfos .field--name-field-feedback-img img {
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*MEDIA*/
@media(max-width: 992px) {
    div.wrapper_feedback {
        border-radius: 40px 40px 0 0;
        padding-bottom: 50px;
    }

    #block-vesta-theme-vebforma {
        margin-bottom: 30px;
    }

    #block-vesta-theme-vebforma,
    #block-vesta-theme-izobrazhenievfos {
        width: 100%;
    }

    #block-vesta-theme-izobrazhenievfos .field--name-field-feedback-img img {
        max-height: 300px;
    }
}

@media(max-width: 576px) {
    #block-vesta-theme-vebforma form .form-item.form-type-checkbox .webform-element-description, 
    #block-vesta-theme-vebforma form .form-item.form-type-checkbox .webform-element-description a {
        font-size: 12px;
    }

    #block-vesta-theme-izobrazhenievfos .field--name-field-feedback-img img {
        max-height: 200px;
    }

    #block-vesta-theme-vebforma form .form-item .form-control, #block-vesta-theme-vebforma form .form-item .form-control::placeholder {
        font-size: 12px;
    }
}