.b-btn__callback {
    position: relative;
    display: inline-block;
    float: right;
    top: 3px;
    margin: 55px -233px 0px 0px;
    font-size: 12px;
    font-weight: 100;
    color: #4c1001;
    font-family: Verdana;
    text-shadow: #fff 1px 1px 2px;
    letter-spacing: 1px;
}
.b-btn__callback {
    border: 1px solid #B3B3B3;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #000;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .8);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .8);
    color: 0 1px 1px rgba(0, 0, 0, .4), inset 0 1px 0 rgba(255, 255, 255, .8);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #000000 0%, #999999 100%);
    background-image: -webkit-linear-gradient(bottom, #000000 0%, #999999 100%);
    background-image: -o-linear-gradient(bottom, #000000 0%, #999999 100%);
    background-image: linear-gradient(bottom, #000000 0%, #999999 100%);
    display: inline-block;
    padding: 0 12px 0 12px;
    line-height: 28px;
    color: #E4E1DF;
    font-weight: bold;
    text-shadow: 0 1px 1px #000000;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    -moz-transition: -moz-box-shadow 0.2s linear;
    -o-transition: box-shadow 0.2s linear;
    -ms-transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    -webkit-transition: -webkit-box-shadow 0.2s linear, color 0.2s linear, background-image 0.2s linear;
    -moz-transition: -moz-box-shadow 0.2s linear, color 0.2s linear, background-image 0.2s linear;
    -o-transition: box-shadow 0.2s linear, color 0.2s linear, background-image 0.2s linear;
    -ms-transition: box-shadow 0.2s linear, color 0.2s linear, background-image 0.2s linear;
    transition: box-shadow 0.2s linear, color 0.2s linear, background-image 0.2s linear;
}

.b-btn__callback:hover {
    border: 1px solid #B3B3B3;
    -webkit-border-radius: 4px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 4px;
    -moz-background-clip: padding;
    border-radius: 4px;
    background-clip: padding-box;
    background-color: #000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .8);
    -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .8);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, .8);
    color: inset 0 -1px 0 rgba(255, 255, 255, .8);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…IxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+PC9zdmc+);
    background-image: -moz-linear-gradient(bottom, #999999 0%, #000000 100%);
    background-image: -webkit-linear-gradient(bottom, #999999 0%, #000000 100%);
    background-image: -o-linear-gradient(bottom, #999999 0%, #000000 100%);
    background-image: linear-gradient(bottom, #999999 0%, #000000 100%);
    color: #E4E1DF;
    text-shadow: 0 1px 1px #000000;
}


.b-el_tel {
    width: 15px;
    height: 21px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.b-el {
    background: url(../images/el.png) no-repeat;
    background-position: -220px 0px;
}




