/*** Callback ***/
.header__callback{
    display:flex;
    align-items: center;
    text-align: center;
}
.pmcallback_modal .close {
    position: absolute;
    display: flex;
    top: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,0.15);
    border-radius: 50%;
    color: #ff0000;
    cursor: pointer;
    font-size: 12px;
    transition: all 100ms ease;
}
.pmcallback_modal .close:hover {
    font-size: 14px;
}
.pmcallback_modal .modal-dialog{
    width: 360px;
    border: transparent;
}
@media (max-width:575px){
    .pmcallback_modal .modal-dialog{
    width: 340px;
    border: transparent;
    }
}
@media (max-width:320px){
    .pmcallback_modal .modal-dialog{
    width: 290px;
    border: transparent;
    }
}
.pmcallback_modal .modal-content{
    border: none;
}
.pmcallbackpopup{
    padding: 60px;
    font-weight: 200;
    text-align: center;
}

.callMePopup__title {
    font-size: 26px;
}
.callMePopup__text {
    margin: 10px 0;
    font-size: 18px;
    color: #939393;
}
.input {
    position: relative;
    width: 100%;
    text-align: left;
}
.input__whithLabel:not(.notEmpty) {
    padding: 15px;
}
.pmcallback_name,.pmcallback_phone {
    display: inline-block;
    width: 100%;
    border: 1px solid #dde7ec;
    border-radius: 3px;
    padding: 15px;
    box-sizing: border-box;
    background: #fff;
    vertical-align: middle;
    line-height: 14px;
    font-size: 14px;
    box-shadow: inset 0 8px 12px rgba(19,38,74,0.04), 0 5px 5px rgba(0,0,0,0.05);
    font-family: ProximaNovaCond,sans-serif;
    color: #0d0c19;
}
.form__row + .form__row {
    margin-top: 20px;
}
.input__whithLabel:not(.notEmpty) {
    padding: 15px;
}
.input__whithLabel:not(.notEmpty) + .input__labelPlaceholder {
    transform: translateY(0);
    font-size: 18px;
}
.input__labelPlaceholder {
    position: absolute;
    top: 50%;
    left: 15px;
    right: 15px;
    margin-top: -9px;
    height: 18px;
    line-height: 14px;
    font-size: 12px;
    color: #757b81;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: transform 100ms ease;
    transform: translateY(-12px);
    pointer-events: none;
}
.send_callback{
    margin-top: 25px;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 4px;
    user-select: none;
    vertical-align: top;
    text-align: center;
    font-weight: normal;
    cursor: pointer;
    transition: all 100ms ease;
}
.header__phoneInner{
    position:relative;
}
.callback_info{
    display:flex;
}
.callback_info a{
    font-size:24px;
    margin-right:8px;
}
.phone__info{
    padding: 0px 0px 0px 0px;
    margin-left: auto;
}
.phone__time{
    width: 100%;
    max-width: 220px;
    padding: 8px;
    border-radius: 0 0 6px 6px !important;
    box-shadow: 0 4px 6px 0px rgba(0,0,0,.1);
}
.phone__number{
    margin-right:8px;
}
.phone__number p{
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
}
.phone__info .dropdown_text{
    font-size:14px;
    position: relative;
}
.phone__info .dropdown_text:hover{
    cursor:pointer;
}
.header__callback .btn{
    font-size:12px;
    font-weight: 500;
    background: transparent;
    color:#000;
    box-shadow: none;
    text-decoration: underline;
    display:inline-block;
    padding: 0;
    margin:0 0 0 10px;
    line-height: 0;
}
.header__callback .btn:focus,
.header__callback .btn:hover,
.header__callback .btn:active{
    outline:0;
    background-color:transparent;
    color:var(--hovercolor);
}
.header__callback .icon{
    font-size:24px;
}
.header__callback .icon i span{
    font-size:10px;
    position:absolute;
    top:0;
    right:0;
}

/*** Callback ***/