* {
    font-family: 'Open Sans',sans-serif !important;
}
html {
    background-image: none;
}
body {
    background: #f0f3fa;
    margin:0;
    padding:0;
    font-family: 'Open Sans',sans-serif !important;
    max-width: 100% !important;
}

html, body {
   
}

body:before {
  content: "";
  height: 100%;
  float: left;
  width: 0;
  margin-top: -32767px;
}

/*.wrap */
#page {
    width:100%;
    max-width:800px;
    margin:0 auto;
    box-sizing: border-box;
}

.sect_bottom {
    position: relative;
    clear: both;
    width:100%;
    max-width:800px;
    margin:0 auto;
    box-sizing: border-box;
}

.header .wrap {
    background: rgba(0,26,64,.9);
}
.header .wrap,
.footer .wrap {
    padding: 15px 30px;
}
.logo_mob {
    display: inline-block;
    width: 161px;
    height: 62px;
    background: url('/logo.png') 0 0 no-repeat;
}
.top-phone {
    font-family: 'Open Sans Condensed','Open Sans ',sans-serif !important;
    font-size: 26px;
    color: #fff;
    display: inline-block;
    float:right;
    height:62px;
    line-height: 62px;
    text-decoration: none;
}
.top-phone span {
    color: #ffb52b;
    font-family: 'Open Sans Condensed','Open Sans ',sans-serif !important;
}

.footer .wrap {
    color:#ffffff;
    font-size: 15px;
}
.footer .wrap:first-child  {
    background: #333436;
    text-align: center;
}
.footer .wrap a.wrap  {
    display: block;
    color: #6db6ff;
    text-align: center;
    padding-bottom: 10px;
}

.footer a.wrap:hover div {
    color: #FFF;
}

.footer .wrap:last-child {
    background: #2b2b2b;
}
.footer a {
    font-size: 15px;
    font-weight: bold;
    color: #6db6ff;
    text-decoration: none;
    display: block;
    line-height: 20px;
}
.footer a:hover {
    color:#ffffff;
}
.footer-left {
    display: inline-block;
}
.footer-right {
    display: inline-block;
    float:right;
    text-align: right;
    padding-top:10px;
    font-size:14px;
}

.footer-right .support, .footer-right .copyright {
    line-height: 19px
}

div.logo{
    display: none;
}

.footer a.foooter-link-rzd,
.footer a.wrap:first-child  div.foooter-link-rzd {
    font-weight: normal;
    font-size: 13px;
    margin-top: 6px;
}

.fixed_panel .top_panel {
    position: relative;
}

.fixed_panel {
    padding-top: 0;
}

@media screen and (max-width: 459px) {
    .header .wrap,
    .footer .wrap {
        padding: 15px 20px;
    }
    .footer-right,
    .footer-left {
        display:block;
        width:100%;
        text-align: center;
        float:none;
    }
    .top-phone {
        display:none;
    }
    .logo {
        margin:0 auto;
        display:block;
    }
    
    #page {
       padding-bottom: 181px;
    }
}