.mfp-content .rcallback-popup{
    display: block !important;
}
.mfp-content .rcallback-popup{
    float: none;
    padding: 35px 50px 36px;
    max-width: 600px;
    background: #fff;
    width: 100%;
    margin: 10px auto;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
}
@media (max-width: 420px){
    .mfp-content .rcallback-popup{
        padding: 35px 15px 18px;
    }
}
.mfp-content .wa-form{
    float: none;
}
.rcallback-title{
    font-size: 30px;
    margin-bottom: 12px;
    color: #323232;
    font-weight: 500;
}
.rcallback-popup .rcallback-form__name{
    width: 100% !important;
    line-height: 16px;
    margin-bottom: 6px;
    font-weight: 600;
}
.rcallback-popup .rcallback-form__field{
    margin-top: 10px;
}
.rcallback-form__field._hide{
    display: none;
}
.rcallback-form__name._hide{
    display: none;
}
.rcallback-form__submit-block > *{
   vertical-align: center;
}
.rcallback-form__submit{
    background: none;
    border-radius: 10px;
    padding: 10px 25px;
    border: 1px solid #d1181a;
    color: #d1181a;
    font-weight: 500;
    line-height: normal;
}
.rcallback-form__submit:not([disabled]):hover{
    color: #fff;
    border: 1px solid #d02921;
    background: #d02921;
}
.rcallback-form__submit[disabled]{
    opacity: 0.7;
    border: 1px solid gray;
    color: gray;
    cursor: default;
}
.rcallback-popup .wa-form .wa-field .wa-value.wa-submit{
    margin-top: 0;
}
.rcallback-form__field.wa-error input, .rcallback-form__field.wa-error textarea{
    border: 1px solid red;
}
.rcallback-form__preloader{
    display: none;
    font-size: 18px;
    position: static;
    color: gray;
}
.rcallback-form__preloader._show{
    display: inline-block;
}
.rcallback-popup .wa-form .wa-field .wa-value{
    clear: both;
}
.rcallback-form__hint{
    color: #bdbdbd;
    margin-top: 3px;
    font-size: 11px;
}
.wa-form .wa-field.rcallback-form__field .wa-value textarea{
    line-height: 20px;
}

/* START STARS */
.rcallback-form__star{
    width: 26px;
    height: 26px;
    padding-right: 7px;
    cursor: pointer;
    display: inline-block;
    background-repeat: no-repeat;
}
.rcallback-form__star > *{
    width: 26px;
    height: 26px;
    fill: #d1181a;
    display: inline-block;
}
.rcallback-form__star ._active{
    display: none;
}
.rcallback-form__star._active ._active{
    display: inline-block;
}
.rcallback-form__star._active ._empty{
    display: none;
}
.rcallback-form__star._active svg{

}
.rcallback-form__star._active{

}
.rcallback-form__star:last-child{
    padding-right: 0;
}
/* END STARS */

/* START ADVS */
.rcallback-form__adv{
    margin-bottom: 7px;
}
.rcallback-form__adv-label{
    cursor: pointer;
    display: flex;
    margin-bottom: 12px;
    align-items: center;
}
.rcallback-form__adv-input{
    margin: 0 !important;
    line-height: 18px;
    display: inline-block;
    vertical-align: middle;
}
.rcallback-form__adv-name{
    margin-left: 5px;
    font-weight: normal;
    line-height: 18px;
    display: inline-block;
    vertical-align: 0;
}
/* END ADVS */

/* START SERVICE */
@media (min-width: 600px){
    .rcallback-form__value .select2{
        min-width: 500px;
    }
}
.rcallback-form__value .select2-container .select2-selection--single{
    height: 37px;
    border-radius: 10px;
    border-color: #cccccc;
}
.rcallback-form__value .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 37px;
}
.rcallback-form__value .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 37px;
}
/* END SERVICE */
