#topmenu {
    z-index: 1000;    
    padding: 10px 20px 10px 20px;
}

/*#topmenu, #topmenu div, #topmenu span, #topmenu a, #topmenu b
{
    font-family: 'GOST type B Standard';
}
*/
@media screen and (max-width:850px)  {
    #topmenu {
        padding: 10px 0px 10px 0px;
    }
}

#topmenu a, .topmenu_header {
    /*float: left;*/
    display: inline-block;
    margin-top: 5px;
    margin-left: 17px;
    margin-bottom: 5px;
}

.topmenu_header,
.topmenu_header  b
{
    font-size: 21px;
}

#advert_click_id_to_show_block {
    float: right;
    margin-right: 17px;
}

.advert_click_id_to_show {
    /*font-weight: bold;*/
    font-size: 21px;
    font-family: sans-serif, Tahoma, Arial, Verdana !important;
    font-weight: bold;
}

#topmenu a {
    font-size: 23px;
    /*font-weight: bold;*/
    text-decoration: none;
    font-family: 'GOST type B Standard';
    padding: 3px 16px;
    border-radius: 30px;
    white-space: nowrap;
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    border-color: #28588f;
}

/*#topmenu a:hover
{
    background-color: #0D6A97;
}
*/
#topmenu #topmenu_right_block a
{
    float: right;
    font-size: 14px;
    display: inline-block;
    margin-right: 17px;
    margin-left: 0px;
}

#topmenu a.selected
{
    cursor: default;
    display: none;
}

#menu_item_about {
    float: right !important;
    margin-right: 17px;
}
