#header {
    /*background-color: #fff;*/
}

#header {
    text-align:center;
}

#header, #header div, #header span, #header nobr, #header a {
    text-decoration: none;
}

.header_font_size {
    font-size: 14px;
}


.callback_block {
    float: right;
    display: inline-block;
    margin-left: 10px;
    margin-top: 1px;
    white-space:nowrap;
}

.callback_btn, .callback_btn:visited {
    font-family: 'GOST type B Standard';
    /*font-weight: bold;*/
    font-size: 24px;
    margin-top: 0px;
    text-align: center;
    padding: 3px 16px;
    /*    background-color: #FFA43A;
*/ color: #fff;
    text-decoration: none;
    border-radius: 30px;
    line-height: 28px;
    margin-bottom: 8px;
    margin-right: 5px;
    white-space: nowrap;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    display: block;
    border-style: solid;
    border-width: 1px;
    border-color: #89387d;
    color: white !important;
}

.star_sign {
    font-size: 23px;
    position: relative;
    line-height: 16px;
    /*color: #FFE17A;*/
    top: 0px;
}

.header_info_block {
    display: inline-block;
    text-align:left;
    margin-left: 0px;
    margin-bottom: 3px;
}

.logo_block {
    /*float: left;*/
    margin: 5px 80px 4px 30px;
    display: inline-block;
    /*float: left;*/
}

#header img.logo {
    max-height: 120px;
    max-width: 100%;
}

@media screen and (max-width:850px) {
    #topmenu {
        padding: 10px 0px 10px 0px;
    }
}


#header_text_splitter{
    display:none;
}
