/*Стили менять аккуратно, это единый файл стилей для нескольких страниц*/

.ObratniyZvonok {
    width: 449px!important;
    background: #00b0ab!important;
    padding: 50px!important;
}
.ObratniyZvonok .ui-dialog-titlebar-close {
    display: block;
}
.ObratniyZvonok .ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix.ui-draggable-handle {
    top: 5px;
}

.ObratniyZvonok .field input {
    width: 100%;
    margin-bottom: 10px;
}
.ObratniyZvonok .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: column-reverse;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
}
.ObratniyZvonok .buttons input.search_inp-ajax-x {
    position: relative;

}
.ObratniyZvonok .buttons span {
    text-align: center;
    margin-bottom: 15px;
    color: #FFffff;
}
 .slide-55 .b-mainpromo_cont {
    width: 385px;
}
span#openForm {
    color: #fff;
    border: none;
    background-color: #0c5ea3;
    transition: background-color .1s ease-out;
    display: inline-block;
    position: relative;
    line-height: 46px;
    height: 46px;
    font-size: 18px;
    font-family: 'corpid_e1s_scd_bold';
    text-align: center;
    padding: 0px 20px;
    border-radius: 25px;
    cursor: pointer;
    outline: none;
    margin-left: 5px;
    margin-top: -11px;
}
@media all and (max-width: 650px) {
    .ObratniyZvonok {
        width: 80% !important;
    }
}
@media all and (max-width: 520px) {
    .ObratniyZvonok {
        width: 70% !important;
    }
}
@media all and (max-width: 350px) {
    .ObratniyZvonok {
        width: 60% !important;
    }
}