/* .header:before{
    content: '';
    position: absolute;
    top: 60px;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px dashed #ebebeb;
} */

.header {
    border-bottom: 1px solid #bec8d4;
    position: relative;
    background-color: #fff;
    display: block;
    height: 130px;
}
        

.head::before{
    content: " ";
    display: table;
}   

.head{
    padding: 12px 0;
}

.head::after{
    content: " ";
    display: table;
    clear: both;
}        
    

.logo{
    position: relative;
    width: 125px;
    height: 40px;
    float: left;
    display: block;
    line-height: 0;           
    background: url("../images/logo.e9082f5dd516.svg") no-repeat left top;
    background-size: contain;
}


.header-links{
    padding: 0;
    padding-top: 10px;
    margin: 0;            
    float: right;
    font-size: 0;
}

.sub-head .logo {
    display: none;
}


    

.header-links > li:first-child { 
    margin-left: 0;
}

.header-links > li { 
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
    margin-left: 22px;
    padding-left: 0;
    list-style: none;
}

.head .header-links a{            
    font-size: 15px;
    color: #949494;            
    display: inline-block;
    vertical-align: middle;
}

.header-links a.tel span{
    color: #282828;
    border-color: transparent;
}

.header-links a span{
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    border-bottom: 1px solid #949494;
}        

.sub-head{            
    padding: 4.5px 0 7.5px;
}



.fast-link{
    float: left;    
    width: 85%;
    margin: 0;
    padding: 0 0 5px;
}

.fast-link li:first-child{
    padding-left: 0;
    border-left: none;
}

.fast-link li{
    padding: 0px 10px;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
    list-style: none;
    border-left: 1px solid #dfdfdf;
}

.fast-link a{
    position: relative;
    display: inline-block;
    vertical-align: top;           
    font-size: 16px;            
}

.fast-link a.external{
    padding-right: 17px;
}

a.external::before{
    content: '';
    top: -1px;
    width: 12px;
    height: 12px;
    background: url("../images/external-link.1b2a22c45d7e.svg") no-repeat left top;
    background-size: 100%;
    position: absolute;
    right: 0;
}

.profile{
    margin-top: 10px;
    float: right;
    margin-left: 35px;
}

.footer{
    padding-bottom: 0;
    border-top: 1px solid #d5d5d5;
    padding: 50px 0px 45px;
    background-color: #f3f3f3;
}

.container{
    width: auto;
    min-width: 320px;
    max-width: 1210px;
    margin: 0 auto;
    padding: 0 30px;
}



    

.footer-menu{
    padding-bottom: 70px;
    height: 230px;
}

.footer-menu > div{
    float: left;
    width: 25%;
    padding-right: 40px;
}

.footer-menu > div > ul{
    margin: 0;
    padding: 0;
}

/* .footer-menu > div > ul > li:first-child{
    margin-top: 0;
}*/

.footer-menu > div > ul > li{
    margin-top: 15px;
    padding-left: 0;
    list-style: none;
}

.title-link{
    font-size: 16px;
    color: #004182;
}

.footer-menu > div > ul > li.title-link a{
    font-size: 16px;
    color: #004182;            
    background: 0 0;
}

a{
    text-decoration: none;
}

body{
    font-family: "Helvetica Neue Roman",Helvetica,Arial,sans-serif;
    line-height: normal;
}

.col-6-5{
    width: 54.16666667%;
    float: left;
    position: relative;
}


.col-2-5 {
    width: 20%;
    float: left;
    display: inline-block;
}

.col-3 {
    width: 25%;
    float: left;
    position: relative;
}

.col-6 {
    width: 50%;
    float: left;
    position: relative;
}

.col-9 {
    width: 75%;
    float: left;
    position: relative;
}

.pay-m-box, .app-m-box, .social-links{
    margin-top: 0;
    border-top: 1px solid #d5d5d5;
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d5d5d5;
    width: 100%;
    display: inline-block;
}


.pay-m-box b,.app-m-box b, .social-links b{
    font-size: 13px;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    font-weight: 700;
}

.pay-m-box a, .app-m-box a{
    line-height: 32px;
    padding-right: 15px;
    text-decoration: none;
}

.pay-m-box img{
    height: 24px;
    max-width: 100%;
    border: 0;
}

.app-m-box img {
    height: 29px;
}

.app-m-box {
    border-bottom: 1px solid #d5d5d5;
}

.social-links ul {
    text-align: left !important;
    margin: 0;
    padding: 0;
    font-size: 0;
}

.social-links ul > li{
    margin: 0 5px;
    padding-left: 0;
    display: inline-block;
    vertical-align: top;
    list-style: none;
}

.social-links ul > li a{
    width: 32px;
    height: 32px;
    line-height: normal;
    font-size: 0;
    background-size: 100%;
    display: block;
    background-position: left top;
    background-repeat: no-repeat;
}

.copyright {
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0;
    border-bottom: 1px solid #d5d5d5;
    min-height: 210px;
}

.copyright p {
    font-size: 12px;
}

.copyright a {
    margin-right: 5px;
}

p a {
    text-decoration: underline;
    line-height: 1.5;
}

a {
    color: #004182;
}

.ssv-box {
    float: left;
    margin-right: 10px;
}

.call-center-box, .reiting{
    padding-top: 15px;
    padding-bottom: 15px;
    border-top: 0;
    border-bottom: 1px solid #d5d5d5;
    min-height: 210px;
}   

.reiting a.raiting-ico {
    float: left;
    margin-right: 7px;
    display: inline-block;
    margin-top: 5px;
}

.reiting .sv-vo {
    font-size: 14px;
    line-height: 20px;
    display: inherit;
}

.call-center-box p {
    font-size: 13px;
}

.call-center-box b, .reiting b {
    font-size: 13px;
    display: inline-block;
    width: 100%;
    margin-bottom: 5px;
}

.inf-publ {
    font-size: 12px;
    color: rgba(40, 40, 40, 1);
    margin-top: 15px;
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
    color: #7c7c7c;
    line-height: 12px;
}

.bezopas {
    position: fixed;
    top: 335px;
    width: 185px;
    right: -130px;
    height: 56px;
    background: #fff;
    border-radius: 45px 0 0 45px;
    border-left: 1px double rgba(255, 42, 42, 0.85);
    border-top: 1px double rgba(255, 42, 42, 0.85);
    border-bottom: 1px double rgba(255, 42, 42, 0.85);
    border-right: 0;
    z-index: 1000;
    transition: all 0.5s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.bezopas i {
    line-height: 52px;
    display: inline-block;
    vertical-align: middle;
    font-size: 40px;
    width: 46px;
    height: 46px;
    background: rgba(255, 42, 42, 0.85);
    margin: 4px 0 4px 4px;
    border-radius: 45px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    float: left;
    font-style: normal;
}

.bezopas ul {
    margin: 0;
    width: 134px;
    float: left;
    padding: 3% 0px;
}

.bezopas ul li {
    margin-top: 0;
    padding-left: 10px;
    list-style: none;
}        

.bezopas ul li a {
    color: rgba(255, 42, 42, 0.85);
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
    display: inline-block;
}

.nesogl, .sngb-travel {
    position: fixed;
    top: 402px;
    right: -95px;
    background: #004282;
    display: inline-block;
    width: 150px;
    z-index: 100;
    padding: 9px;
    height: 56px;
    transition: all 0.3s;
}

.nesogl img, .sngb-travel svg {
    height: 38px;
    width: 38px;
    float: left;
    margin-right: 10px;
}

.nesogl a, .sngb-travel a {
    font-size: 12px;
    float: left;
    line-height: 13px;
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

a:hover span {
    border-color: transparent;
}

.fast-link a:hover {
    text-decoration: none;
    color: #428bca;
}

a:hover{
    text-decoration: underline;
}        

.bezopas:hover, .nesogl:hover, .sngb-travel:hover {
    right: 0;
}

.social-links ul > li a:hover {
    background-position: left bottom;
}

.bezopas:hover, .nesogl:hover, .sngb-travel:hover {
    cursor: pointer;
}

.sngb-travel {
    top: 470px;
    background: #f9b71c;
}

.sngb-travel svg {
    fill: #fff;
}

.sngb-travel a {
    font-size: 13px;
    line-height: 40px;
}



.under-menu-btn {
    display: inline-block;
    width: 100%;
    margin-bottom: -3px;
    padding: 4px 0 0;
    position: relative;
}

.under-menu-btn .item:nth-child(odd) {
    padding-right: 2px;
}

.under-menu-btn .item {
    display: inline-block;
    float: left;
    width: 50%;
    text-align: center;
}

.under-menu-btn .item a {
    font-size: 12px;
    display: inline-block;
    width: 100%;
    padding: 10px 3px 10px 10px;
    background: #f3f3f3;
    line-height: 25px;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
}


@media (min-width: 768px) and (max-width: 979px){
    .container {
        width: auto;
    }
}


@media (min-width: 768px){
    .under-menu-btn {
            display: none;
    }
}

@media (min-width: 768px) and (max-width: 1064px){
    .col-12-md {
        width: 100% !important;
    }

    .pay-m-box {
        border-bottom: 0;
    }

        .col-2-5:nth-child(2),.col-2-5:nth-child(4) {
        width: 40%;
    }

    .col-4:nth-child(1),.col-3:nth-child(3) {
        width: 60%;
    }

    .col-6-md {
        width: 50%;
    }

    .call-center-box, .reiting {
        min-height: 170px;
    }

    .col-3:nth-child(6), .col-3:nth-child(7) {
        width: 50%;
    }
}

@media (max-width: 767px) and (min-width: 320px){
    .col-12-xs {
        width: 100%;
    }

    .pay-m-box, .app-m-box {
        border-bottom: 0;
    }

    .copyright,  .call-center-box {
        min-height: auto;
    }
    
}

@media (min-width: 590px) and (max-width: 767px){
    .reiting {
        min-height: 146px;
    }
}


@media (min-width: 500px) and (max-width: 767px){
        .col-2-5:nth-child(2), .col-3:nth-child(3) {
        width: 50%;
    }
}

@media (min-width: 650px) and (max-width: 767px){
    .call-center-container, .reiting-container {
        width: 50% !important;
    }
}

@media (max-width: 768px){

    .head {
        position: relative;
        z-index: 10;
        height: 35px;
        padding: 0;
        background-color: #004282;
        margin-left: -10px;
        margin-right: -10px;
    }

    /* header:before {
            top: 0;
            z-index: 1;
            height: 35px;
            border-bottom: none;
        } */

    body:not(.no-adaptive) p {                
        margin-bottom: 15px; 
    }

    .header-links {
        display: none;
    }

    .head .logo {
        display: none;
    }

    .sub-head .logo {
        display: block; 
        max-width: 110px;
    }

    .sub-head {
        height: 56px;
        padding: 10px 0 0 0;
    }

    .fast-link {
        display: none;
    }

    .container {
        padding: 0 10px;
    }

    .header {
        height: 300px;
    }

    .head {
        position: relative;
        z-index: 10;
        height: 35px;
        padding: 0;
        background-color: #004282;
        margin-left: -10px;
        margin-right: -10px;
    }

    .footer-menu {
            padding-bottom: 25px;
    }

    .footer-menu>div {
        float: none;
        width: 100%;
        padding-right: 0;
    }

    .footer-menu>div>ul>li.title-link {
        padding-left: 0;
    }

    .footer-menu>div>ul>li {
        margin-top: 10px;
        padding-left: 15px;
    }
}

    


@media (min-width: 500px) and (max-width: 767px){
    .footer-menu>div>ul>li.title-link {
        width: 50%;
        float: left;
    }
    
}            

@media (min-width: 320px) and (max-width: 767px){
    .footer {
        padding: 20px 0 10px;
    }          
    
}

@media (min-width: 320px) and (max-width: 590px){           
    .reiting {
        min-height: 120px;
    }
}

@media (max-width: 499px){
    .footer-menu{
        height: 560px;
    }
}

@media (min-width: 500px){
    .app-m-box {
        border-bottom: 1px solid #d5d5d5;
    }
}
