body > header > .header-logo-center {
    overflow: unset;
    width: 100%;
}

body #headerMain {
    /*height: 55px;*/
}
body #headerMain>nav>ul>li a,
body #headerMain .right a{
	text-decoration:none !important;
}
body #headerMain>nav>ul>li,
body #headerMain>nav>ul>li.has_sub, 
body #headerMain>nav>ul>li>a, 
body #headerMain>nav>ul>li>.lk,
body #headerMain>nav>ul>li>ul>li>ul li:first-of-type a span,
body #headerMain>nav>ul>li>ul>li>ul li a,
body #headerMain .right .tel,
body #headerMain .right .depot,
body #headerMain .right ul>li.favs:after{
    font-size: 13px !important;
}

body #MMenu #headMMenu .close{
	opacity : 1.0;
}
body #MMenu #topMMenu>a span, 
body #MMenu #topMMenu>span span{
	font-size: 13px;
}
body #MMenu #menu #panel-menu>li{
	font-size: 17px;
}
body #MMenu #menu #panel-menu>li>ul li a, 
body #MMenu #menu #panel-menu>li>ul li span{
	font-size: 16px;
}
body #MMenu #menu #panel-menu>li>ul li a{
	padding: 7px 16px;
}

footer#footerMain .content .col li{
	font-size:16px;
	font-weight: 600;
	line-height: 1.2em;
}
footer#footerMain .content .col li a{
	font-size:13px;
}
footer#footerMain .content .contact > ul{
	padding-left:0;
}

html a.high, 
body a.high, 
form a.high {
    font-weight: 700;
    position: relative;
    padding: 0 2px;
	z-index:1;
}
html a.high:after, 
body a.high:after, 
form a.high:after {
    content: '';
    height: 2px;
    background-color: #a8ce29;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: -1px;
    z-index: -1;
}
html a.high:hover:after, 
body a.high:hover:after, 
form a.high:hover:after {
    height: 100%;
}
@media (min-width: 1024px) {
    html a.high:after, body a.high:after, form a.high:after {
        -webkit-transition: all .2s ease !important;
        -moz-transition: all .2s ease !important;
        -ms-transition: all .2s ease !important;
        -o-transition: all .2s ease !important;
        transition: all .2s ease !important;
    }
}
@media (max-width: 1023px) {
    #headerMain .tel {
        display: none !important;
    }
}

/* Responsive */
@media (max-width: 1400px) {}
@media (max-width: 1199px) {}
@media (max-width: 991px) {}
@media (max-width: 767px) {}
@media (max-width: 643px) {}
@media (max-width: 359px) {}
