

.callback-form{
    z-index: 2000;
    position: absolute;
    right: 0;
    width: 200px;
    border-radius: 5px;
    border: 1px solid #5B4037;
    background: url("/theme/default/img/content_bg.png") repeat scroll 0 0;
    padding: 18px;
    display: none;
    margin-left:-5px;
    margin-top:10px;
}

.callback-form::before{
    border-bottom: 10px solid rgba(0, 0, 0, 0.2);
    border-left: 10px solid rgba(255, 241, 190, 0);
    border-right: 10px solid rgba(255, 241, 190, 0);
    content: "";
    height: 0;
    left: 45%;
    position: absolute;
    top: -10px;
    width: 0;
}

.callback-form::after {
    border-bottom: 10px solid #EFEBEB;
    border-left: 10px solid rgba(255, 241, 190, 0);
    border-right: 10px solid rgba(255, 241, 190, 0);
    content: "";
    height: 0;
    left: 45%;
    position: absolute;
    top: -9px;
    width: 0;
}

.callback-form input:first-child{
   margin-top: 0px;  
}

.callback-form textarea{
    width: 91%;
}
.callback-form input, .callback-form button{box-sizing: border-box}
.callback-form input{margin-bottom: 8px; width: 100%}
.callback-form button{padding: 4px 10px; font-size: 13px}

.callback-switcher{}

.phoneinput{}

.is-send-logo{
    position: absolute;
    top: 89px;
    right: 652px;   
}

.is-send-text{
    padding-left:35px;
    color:#ffae00; 
}

.input-error{
    border: 1px solid #b70000 !important;
}
