/*@media (min-width: 1200px) {*/
/*    .container {*/
/*        width: 1470px;*/
/*        max-width: 100%;*/
/*    }*/
/*    body > header > div > ul.header-menu {*/
/*        margin-right: 10px;*/
/*    }*/

/*    .header .contacts-item.big a {*/
/*        font-size: 16px;*/
/*    }*/

/*    header button.btn.btn-orange.brd12.btn-backcall {*/
/*        margin-left: 5px;*/
/*        transform: scale(0.9);*/
/*    }*/

/*    header .contacts-item.big {*/
/*        transform: scale(0.9);*/
/*    }*/
/*}*/
/*@media (min-width: 1380px) {*/
/*    .container {*/
/*        width: 1470px;*/
/*        max-width: 100%;*/
/*    }*/
/*}*/
/*@media (min-width: 1300px) {*/
/*    .container {*/
/*        width: 1470px;*/
/*        max-width: 100%;*/
/*    }*/

/*    header button.btn.btn-orange.brd12.btn-backcall {*/
/*        margin-left: 10px;*/
/*        transform: scale(0.9);*/
/*    }*/

/*    header .contacts-item.big {*/
/*        transform: scale(0.9);*/
/*    }*/
/*}*/


.header .contacts-item.big .contacts-item-content, .header .contacts-item.big a {
    font-size: 16px;
    line-height: 14px;
}

.header-logo a:hover{
    opacity: 0.6;
}
.header-logo img{
    max-height: 40px;
    margin-right: 20px;
}

.mr30{
    margin-right: 30px;
}
.footer-logo img{
    max-height: 39px;
}

@media(max-width: 1199px){
    .contacts-block{
        display: none;
    }
}

@media(max-width: 992px){
    .mob-hidden{
        display: none;
    }
}

@media(max-width: 500px){
    .header-logo img {
        max-height: 30px;
    }
    .footer-logo img {
        max-height: none;
    }
    .footer-logo .mr30{
        margin-right: 0px;
    }
    .footer-logo .logo{
        width: 100%;
        margin-bottom: 30px;
    }
    .footer-logo{
        text-align: center;
    }
}

@media (min-width: 992px) {
    .header-menu>li:hover::before {
        display: none !important;
    }
}
@media (min-width: 992px) {
    .header-menu>li.list:hover::before {
        content: "" !important;
        position: absolute !important;
        width: 200% !important;
        height: 55px !important;
        background: 0 0 !important;
        bottom: -50px !important;
        display: block !important;
    }
}

.header-menu>li{
    margin-right: 22px;
}
.header-menu>li:last-child{
    margin-right: 0px;
}

@media (max-width: 1199px) {
    .header-menu>li {
        margin-right: 18px;
    }
}




/**/
.max-mess{}
.max-mess img{
    width: 24px;
}
.max-mess:hover img{
    opacity: 0.7;
}
.icon-telegram{
    color: #38b9fd;
}
.btn.round.contacts-soc{
    width: 42px;
    height: 42px;
}
.show-mobile{
    display: none;
}
.contacts-block.sm{
    display: block !important;
}
@media(max-width: 1379px){
    .header .contacts-block {
        margin-right: 12px;
    }
}
@media(max-width: 576px){
    .max-mess img {
        width: 50px;
    }
    .tg-mess i{
        font-size: 33px;
        margin-right: -9px !important;
    }
    .tg-mess:hover i{
        color: #0691e3 !important;
    }
    .show-mobile{
        display: inherit;
    }
    .contacts-block.sm .max-mess img {
        width: 24px;
    }
}
/**/