.modal_order .b24-form-header-padding,
.ready_popup .b24-form-header-padding,
#f_20h4nd_2 .b24-form-header-padding,
#f_20h4nd .b24-form-header-padding {
    display: none;
}

#f_20h4nd_2 input.b24-form-control {
    width: 340px;
    background: #EFEFEF;
    border-radius: 70px;
    height: 75px;
    padding: 0 0 0 75px;
    position: relative;
}

.modal_order input.b24-form-control,
.ready_popup input.b24-form-control,
#f_20h4nd input.b24-form-control {
    background: #EFEFEF;
    border-radius: 70px;
    height: 75px;
    padding: 0 0 0 75px;
    position: relative;
}

.modal_order .b24-form-control-label,
.ready_popup .b24-form-control-label,
#f_20h4nd_2 .b24-form-control-label,
#f_20h4nd .b24-form-control-label {
    display: none;
}

#f_20h4nd_2 .b24-form-btn {
    margin-bottom: 0;
    height: 75px;
    width: 340px;
    background: #FF6B28;
}

.modal_order .b24-form-btn,
.ready_popup .b24-form-btn,
#f_20h4nd .b24-form-btn {
    height: 75px;
    margin-bottom: 5px;
    background: #FF6B28;
}

.modal_order .b24-form-control-container,
.ready_popup .b24-form-control-container,
#f_20h4nd_2 .b24-form-control-container,
#f_20h4nd .b24-form-control-container {
    position: relative;
}

.modal_order .b24-form-control-container:has(input.b24-form-control)::before,
.ready_popup .b24-form-control-container:has(input.b24-form-control)::before,
#f_20h4nd_2 .b24-form-control-container:has(input.b24-form-control)::before,
#f_20h4nd .b24-form-control-container:has(input.b24-form-control)::before {
    position: absolute;
    content: "";
    background-image: url(../img/phone_icon.svg);
    background-size: cover;
    width: 35px;
    height: 35px;
    z-index: 1;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

#f_20h4nd_2 form {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal_order form,
.ready_popup form,
#f_20h4nd form {
    display: flex;
    flex-direction: column;
}

.modal_order form div:nth-child(2),
.ready_popup form div:nth-child(2),
#f_20h4nd_2 form div:nth-child(2),
#f_20h4nd form div:nth-child(2) {
    order: 1;
}

#f_20h4nd_2 form div:nth-child(2) {
    width: 310px;
}

#f_20h4nd_2 .b24-form-wrapper {
    min-height: 1px;
    max-width: 100%;
    width: 100%;
}

#f_20h4nd_2 .b24-form-control-alert {
    margin-bottom: 0 !important;
}

#f_20h4nd_2 form div:nth-child(2) div:last-child {
    margin-bottom: 0 !important;
}

#f_20h4nd_2 .b24-form-field {
    margin-bottom: 0 !important;

}

.modal_order .b24-form-sign,
.ready_popup .b24-form-sign,
#f_20h4nd_2 .b24-form-sign {
    display: none;
}

#f_20h4nd_2 .b24-form-field-agreement a.b24-form-field-agreement-link {
    color: #fff;
}

#f_20h4nd_2 .b24-form-padding-side {
    padding: 0;
}



@media(max-width:1280px) {

    #f_20h4nd_2 .b24-form-btn,
    #f_20h4nd_2 input.b24-form-control {
        width: 270px;
    }
}

@media(max-width:1000px) {
    #f_20h4nd_2 form {
        flex-direction: column;
    }

    #f_20h4nd_2 form div {
        width: 100%;
    }

    #f_20h4nd_2 .b24-form-btn {
        margin-bottom: 10px;
    }

    #f_20h4nd_2 .b24-form-btn,
    #f_20h4nd_2 input.b24-form-control {
        width: 100%;
    }

    #f_20h4nd_2 form div:nth-child(2) {
        width: 100%;
    }
}