@import '_fonts.css';
@import '_switcher.css';

.burger {
    display: none;
    top: 19px;
    left: 55px;
    position: absolute;
}

header.header {
    background: #1a1a1a;
    display: block;
    position: relative;
    height: 70px;
    width: 100%;
    z-index: 2;
}

.header a.inner{
	border-bottom: 0px;
	border-bottom-color: transparent;
}

.logo-print {
    display: none;
}

.menu {
    background: #505050;
    font-size: 14px;
/*     font-family: sans-serif; */
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 5;
}

.secondlevel{
	font-family: sans-serif;
}

.menu,
.secondlevel {
    line-height: 22px;
}


.menu:after {
    content: '';
    display: block;
    clear: both;
}

.menu li {
    list-style: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0;
    position: relative;
    width: 17%;
}

.menu li:before,
.secondlevel:before {
    background: url(arrow.gif);
    content: '';
    left: 7px;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    height: 10px;
    width: 10px;
}


.menu .short {
    width: 16%;
}

.menu a,
.secondlevel a {
    border: none !important;
    color: #e3e3e3 !important;
    display: block;
    height: 22px;
    /*line-height: 22px;*/
    padding: 0 2px 0 22px;
    text-decoration: none;
}

/*
.macos .menu a,
.macos .secondlevel a {
    line-height: 1.75;
}

.macos menu.menu .without-link {
	line-height: 1.64;
}
*/

.menu a:hover,
.secondlevel a:hover {
    border: none !important;
}

.menu a:hover,
.menu a.underline:hover {
    background: #666;
    color: #e3e3e3 !important;
}

.menu .active,
.menu .active a:hover {
    background: #eee;
}


/*
.macos .secondlevel a{
	line-height: 1.75;
}
*/

.menu .active a {
    color: #000 !important;
    font-weight: bold;
}

.menu .active a:hover,
.short-navigation a:hover,
.secondlevel a:hover {
    color: #bd000d !important;
}

.menu .active:before,
.secondlevel:before {
    background: url(arr.gif);
}

.search {
	/*
    left: 19px;
    top: 19px;
    position: absolute;
	*/
}

a:link.sm,
a:visited.sm {
    color: #fff !important;
    border: none !important;
}

.smile {
	display: block;
	position: absolute;
	top: -2px;
	right: 0;
	z-index: 9999;
}

.smile a.yr {
	color: #999;
	font-size: 13px;
	border: 0;
	text-decoration: none;
	white-space:nowrap;
}

.short-navigation {
    display: none;
    background: #eee;
    padding: 0;
    font-size: 14px;
    line-height: 45px;
    margin: 0;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.short-navigation menu {
    margin: 0;
    padding: 0 22px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.short-navigation li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.short-navigation li:after {
    background: url(arr2.gif) no-repeat;
    display: inline-block;
    content: '';
    margin: 0 0.2em 0 0.5em;
    height: 10px;
    width: 10px;
}

.short-navigation li:last-child:after {
    display: none;
}

.short-navigation a {
    border: none !important;
    color: #000 !important;
}

.secondlevel {
    background: #eee;
    box-sizing: border-box;
    font-size: 14px;
    margin-left: 33%;
    margin-top: 1px;
    position: relative;
    width: 17%;
    z-index: 2;
}

.secondlevel a {
    color: #000 !important;
    /*line-height: 1.35;*/
}


@media (max-width: 717px) {
    .menu,
    .secondlevel {
        display: none;
    }

    .short-navigation {
        display: block;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .plashka {
        display: none;
    }

    .search-container {
        left: 140px !important;
        right: 0 !important;
    }

    .logo5 {
        left: 0;
        margin-left: 22px;
    }

    .short-navigation {
        font-size: 13px;
    }

}
