#ORDER_NAME {
    width: 100%;
    margin-bottom: -30px;
    background: white;
    color: black;

}
#ORDER_PHONE {
    width: 100%;
    margin-bottom: -30px;
    background: white;
    color: black;

}
#ORDER_NAME-error {
	display: none !important;
}
#ORDER_PHONE-error {
    display: none !important;
}
#ORDER_MESSAGE {
    width: 100%;
    margin-bottom: -30px;
    background: white;
    color: black;
}
input[type="text"]
{
    font-style: italic;
}
.buttons-message {
    border: none;
    background: none;
}
#s128 {
    margin-bottom: 20px;
}
.required-star {
   display: none; 
}
.popup-block {
    width: 100%;
      height: 100%;
    position: absolute; 
    background-color: #023bba;
    color: #ffffff;
    display: none;
    z-index: 1;	
    left: 0;
    top: 0;
    border-radius: 10px;
    margin-top: 25px;
}
.img-chat:hover {
    cursor: pointer;
}
.popup-text {
    position: absolute;
    top: 37%;
    font-size: 23px;
    margin-left: 10%;
    margin-right: 10%;
    line-height: 1.4;
}
input:required::before {  
    content: open-quote;  
    font-size: 24pt;  
    text-align: center;  
    line-height: 42px;  
    color: #fff;  
    background: #ddd;  
    float: left;  
    position: relative;  
    top: 30px;    
}  
textarea {
    font-style: italic;
}
#s128 {
    z-index: -1;
    opacity: 0;
}

#s128+label {
    font-size: 0.93333em;
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-left: 100px;
}
#s128+label::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid rgba(102, 102, 102, 0.15);
    margin-right: 10px;
    border-radius: 4px;
    background-color: #f8f8f8;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    transition: all 250ms cubic-bezier(0.4, 0, 0.23, 1);
    transition: all ease 0.3s;
}
#s128:checked+label::before {
    border-radius: 4px;
    background-color: #023bba;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
#s128:not(:disabled):not(:checked)+label:hover::before {
    border: 2px solid  #023bba;
}
.form .bx_filter .form-group input[type="checkbox"] + label:not(.error) {
    /*margin-left: -118px !important;*/
    display: flex;
    margin-left: 0px;
    flex-wrap: wrap;
    padding: 1px 0 0 25px;
    margin-bottom: 25px !important;
}
@media (max-width: 1050px) {
    #s128+label {
        margin-left: -203px !important;
    }
}
@media (max-width: 1000px) {
    textarea {
        width:100%;
    }
    #s128+label {
        margin-left: -53% !important;
    }
}
@media (max-width: 770px) {
    #s128+label {
        margin-left: -49% !important;
    }
}
@media (max-width: 545px) {
    #s128+label {
        margin-left: -54% !important;
    }
}
@media (max-width: 400px) {
    #s128+label {
        margin-left: -150px !important;
    }
}
@media (max-width: 395px) {
    #s128+label {
        margin-left: -173px !important;
    }
}
@media (max-width: 390px) {
    #s128+label {
        margin-left: -170px !important;
    }
}
@media (max-width: 375px) {
    #s128+label {
        margin-left: -155px !important;
    }
}
@media (max-width: 365px) {
    #s128+label {
        margin-left: -143px !important;
    }
}
@media (max-width: 365px) {
    #s128+label {
        margin-left: -63px !important;
    }
    .buttons-message {
        margin-top: 10px;
    }
}


