@charset "UTF-8";
/* CSS Document */

div.topmenu {
	background: rgba(34,34,34,0.9);
	border-bottom: 4px solid #007dc8;
	height: 70px;
	position: fixed;
	display: block;
	width: 100%;
	z-index: 200;
	padding: 0 0px;
	top: 0;
	box-shadow: 0 0 20px rgba(0,0,0,0.5);
}
.topmenu > div {
	width: 1200px;
	margin: 0 auto;
	display: block;
	height: 70px;
	padding: 0 20px;
}
.topmenu ul {
	position: absolute;
	bottom: 0;
	display: inline-block;
	width: auto;
	min-height: 38px;
	vertical-align: top;
}
.topmenu li {
	display: inline-block;
	height: 50px;
	vertical-align: bottom;
}
.topmenu li a {
	color: #bbb;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.09em;
	padding: 10px 20px;
	padding-bottom: 25px;
	line-height: 1.6em;
	display: block;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
	position:relative;
}

.topmenu li:hover > a {
	background: #55b033;
	color: #fff;
}

.topmenu li a.price:before {
	content: 'Скачать';
	display: none;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	text-align:center;
	padding-top: 10px; padding-bottom: 25px;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-ms-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear;
	color: #fff;
}

.topmenu li:hover a.price:before {
	display: inline-block;
	color: #fff;
}

.topmenu li:hover a.price { 
	color: rgba(255,255,255,0);
}

.topmenu li.level > a {
	-webkit-transition: .2s linear;
	-moz-transition: .2s linear;
	-ms-transition: .2s linear;
	-o-transition: .2s linear;
	transition: .2s linear;
}
.topmenu li.level {
	position: relative;
}
.topmenu li.level:hover > a {
	background: #fff;
	color: #333;
	padding-bottom: 28px;
}
.topmenu #logo {
	display: inline-block;
	height: 100%;
	margin-right: 30px;
}
.topmenu #logo a {
	padding: 0;
	height: 25px;
	text-indent: -999em;
	background: url(../images/logo.svg) no-repeat top 1px left 2px;
	background-size: contain;
	width: 160px;
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-60%);
}
.topmenu li#logo a {
	background: none;
	padding-bottom: 6px;
}
.topmenu li input, .topmenu li label {
	display: none;
}
#catalogue + label:before, #file + label:before {
	content: '';
	display: block;
	height: 39px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
	cursor: pointer;
	border-bottom: 1px solid #444;
}
div.level2 {
	position: absolute;
	top: 54px;
	left: -1px;
	background: #fff;
	padding: 0 15px;
	overflow: hidden;
	height: 0;
	width: 710px !important;
	min-height: 0px !important;
	/* opacity: 0; */
	transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.2);
	pointer-events: none;
	border: 0px solid #bbb;
	border-top: none!important;
	display: flex;
}
ul.level2 {
	display: none;
}
li:hover div.level2 {
	min-height: 410px !important;
	pointer-events: inherit;
	padding: 15px;
	border: 1px solid #bbb;
}
div.level2 li {
	height: inherit;
	display: block;
}
div.level2 div {
	position: relative;
	min-height: initial;
	width: 225px;
	vertical-align: top;
	text-align: center;
	border-right: 1px solid #ddd;
	padding: 0px 20px 20px;
}
div.level2 div a {
	color: #333;
	display: block;
	padding-bottom: 10px;
	transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	margin-bottom: 10px;
	padding-top: 65px;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}
div.level2 div a:last-child {
	border-bottom: 0;
}
div.level2 div a:hover {
	color: #55b033;
	background: initial;
}
div.level2 div h1 {
	font-family: 'Fira Sans Extra Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.03em;
	height: 35px;
	border-bottom: 1px solid #ddd;
	cursor: default;
}
div.level2 div:last-child h1 {
	padding-top: 3px;
	height: 32px
}
div.level2 div h1 span.round {
	display: inline-block;
	height: 24px;
	width: 35px;
	text-align: center;
	vertical-align: middle;
	padding-top: 1px;
	font-size: 18px;
	letter-spacing: 0;
	position: relative;
	z-index: 20;
	color: #fff;
	margin-right: 3px;
	font-weight: normal;
}
div.level2 div h1 span.round:before {
	content: '';
	display: block;
	width: 37px;
	height: 37px;
	border-radius: 50px;
	position: absolute;
	background: #55b033;
	z-index: -1;
	top: -8px;
	left: -1px;
}
div.level2 div:first-child {
	padding-left: 10px;
}
div.level2 div:last-child {
	border: none;
	width: 155px;
	padding-right: 10px;
}


.topmenu .search {
	text-align: right;
	width: 233px;
	height: 100%;
	padding: 0;
	display: block;
	float: right;
}
 
.topmenu input {
	border: 1px solid #494949;
	display: inline-block;
	margin-bottom: 9px;
	padding: 9px;
	padding-right: 35px;
	background: rgba(255,255,255,0.06);
	background-size: 21px 21px;
	color: #999;
	font-size: 11px;
	min-width: 200px;
	pointer-events: visible;
}
.topmenu button {
	text-indent: -999em;
	width: 40px;
	height: 33px;
	border: 0;
	background: url(../images/search.svg) no-repeat top 50% right 11px;
	background-size: 21px;
	border-radius: 0;
	margin-left: -40px;
	pointer-events: visible;
	outline: none;
	cursor: pointer;
	filter: brightness(70%) grayscale(100%);
	-webkit-filter: brightness(70%) grayscale(100%);
	-moz-filter: brightness(70%) grayscale(100%);
	-ms-filter: brightness(70%) grayscale(100%);
	-o-filter: brightness(70%) grayscale(100%);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
.topmenu button:hover {
	filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
	-moz-filter: brightness(100%) grayscale(0%);
	-ms-filter: brightness(100%) grayscale(0%);
	-o-filter: brightness(100%) grayscale(0%);
}
 input[type="search"]::-webkit-search-cancel-button {
 -webkit-appearance: none;
}
#btn-search + label, input#btn-search {
	display: none;
}
input#btn-menu {
	display: none;
}

/* ADMIN MENU */
.admin-menu  {
	margin: 30px 0;
	width: auto;
	display: inline-block;
	margin-right: 50px;
	vertical-align: top;
}
.admin-menu ul {
	position: inherit;
}
.admin-menu li {
	display: block;
	height: auto;
}
.admin-menu li a {
	display: inherit;
	height: auto;
	padding: 7px;
	color: #333;
	text-decoration: none;
	transition: color .2s linear;
	-webkit-transition: color .2s linear;
	-o-transition: color .2s linear;
	-ms-transition: color .2s linear;
	-moz-transition: color .2s linear;
}
.admin-menu li:hover > a {
	background: inherit; color: inherit;}

.admin-menu li > a:hover {
	background: none;
	color: #55b033;
	}
.admin-menu li ul li a {
	    padding-left: 30px;
}
.admin-menu li ul li a:before {
	   content:'— '
}

/* ---------------------------------------------1240 PX-----------------------------------------------------*/

@media (max-width: 1240px) {
.content > div, .search, .topmenu > div {
	width: auto !important;
}
#btn-search {
	position: absolute;
	right: 10px;
	display: none;
}
#btn-search + label {
	display: inline-block;
}
#btn-search + label + .search {
	display: block;
	box-shadow: 0 0 30px rgba(0,0,0,0.3);
	text-align: center;
	background: #333;
	width: 100%!important;
	left: 0px;
	top: 73px;
	z-index: 200;
	position: absolute;
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height .2s, padding .2s;
	-moz-transition: max-height .2s, padding .2s;
	-ms-transition: max-height .2s, padding .2s;
	-o-transition: max-height .2s, padding .2s;
	transition: max-height .2s, padding .2s;
}
#btn-search:checked + label + .search {
	padding: 20px 0px 15px;
	max-height: 50px;
	border-bottom: 1px solid #444;
}
#btn-search + label {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	height: 40px;
	width: 40px;
	z-index: 1;
	cursor: pointer;
}
#btn-search + label:before {
	content: '';
	background: url(../images/search.svg) no-repeat 50% 50%;
	background-size: 30px;
	font-size: 22px;
	display: block;
	width: 40px;
	height: 40px;
	filter: brightness(90%) grayscale(100%);
	-webkit-filter: brightness(90%) grayscale(100%);
	-moz-filter: brightness(90%) grayscale(100%);
	-ms-filter: brightness(90%) grayscale(100%);
	-o-filter: brightness(90%) grayscale(100%);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
#btn-search + label:hover:before {
	filter: brightness(100%) grayscale(0%);
	-webkit-filter: brightness(100%) grayscale(0%);
	-moz-filter: brightness(100%) grayscale(0%);
	-ms-filter: brightness(100%) grayscale(0%);
	-o-filter: brightness(100%) grayscale(0%);
}
#btn-search:checked + label:before {
	content: '';
	background: url(../images/close.svg) no-repeat 50% 50%;
	background-size: 30px;
}
.topmenu input {
	width: 94%;
	border-color: #303030;
	padding: 13px;
}
}

/* ---------------------------------------------1024 PX-----------------------------------------------------*/

@media (max-width: 1024px) {
div.topmenu {
	height: 50px;
}
.topmenu > div {
	height: 50px
}

.topmenu li a {
	font-size: 12px;
}

#btn-menu {
	display: none;
}
#btn-menu + label {
	display: block;
	position: relative;
	color: #fff;
	height: 40px;
	width: 40px;
	z-index: 1;
	cursor: pointer;
	float: left;
	margin-left: 5px;
	top: 50%;
	transform: translateY(-50%);
}
#btn-menu + label:before {
	content: '';
	background: url(../images/menu.svg) no-repeat 50% 50%;
	background-size: 40px;
	display: inline-block;
	font-size: 22px;
	display: block;
	width: 40px;
	height: 40px;
	filter: brightness(90%) grayscale(100%);
	-webkit-filter: brightness(90%) grayscale(100%);
	-moz-filter: brightness(90%) grayscale(100%);
	-ms-filter: brightness(90%) grayscale(100%);
	-o-filter: brightness(90%) grayscale(100%);
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
	transition: all .1s linear;
}
#btn-menu:checked + label:before {
	content: '';
	background: url(../images/close.svg) no-repeat 50% 50%;
	background-size: 30px;
	width: 40px;
	height: 40px;
}
#btn-menu + label + .list-menu {
	display: block;
	text-align: center;
	background: #333;
	width: 100%;
	left: 0;
	top: 53px;
	z-index: 200;
	min-height: 0%;
	height: 0%;
	position: absolute;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: min-height .2s, padding .2s;
	-moz-transition: min-height .2s, padding .2s;
	-ms-transition: min-height .2s, padding .2s;
	-o-transition: min-height .2s, padding .2s;
	transition: min-height .2s, padding .2s;
}
#btn-menu:checked + label + .list-menu {
	max-height: 100%;
	min-height: 1400px;
	padding-top: 10px;
}

.topmenu #logo {
	position: relative;
	height: 54px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: -40px;
}

.topmenu li.level {
	height: auto;
}

.topmenu ul li {
	width: 100%;
	height: 35px;
	vertical-align: bottom;
	border-bottom: 1px solid #444;
	position: relative;
	overflow: hidden;
}

.topmenu li input, .topmenu li label {
	display: block;
}

ul.level2 {
	background: #272727
}
ul.level2 li {
	border: none !important;
}
ul.level2 li a {
	color: #999;
}

.topmenu li a {
	 padding: 10px 15px;
}

.topmenu li:hover > a {
	background: #373737!important;
	color: #55B033 !important;
	padding: 10px !important;
}
.topmenu li:hover a.price {
	color: #55b033;
}
.topmenu li a.price:before {
	display:inline-block; position: inherit;width: inherit; height: inherit; padding: 0; color: #bbb; margin-right: 5px
}

.topmenu li:hover a.price:before {
	color: #55b033
}
#btn-search + label + .search {
	top: 53px;
}

div.level2 {
	display: none;
}

ul.level2 {
	display: block;
	position: relative;
	padding-top: 15px;
	height: 0px;
	overflow: hidden;
	padding: 0;
	min-height: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
}
ul.level2 li:hover a {
	background: none !important;
}

#catalogue, #file {
	display: none;
}
#catalogue:checked + label + ul.level2 {
	height: 210px;
	padding: 15px 0 15px;
	display: block;
}
}



/* ---------------------------------------------425 PX-----------------------------------------------------*/

@media (max-width: 425px) {
.topmenu > div {
	padding: 0 10px
}

.topmenu li a {
	font-size: 11px
}

#catalogue + label:before, #file + label:before {
	height: 37px;
}

div.topmenu {
	border-bottom: 3px solid #007dc8;
}
.topmenu #logo a {
	height: 22px;
}
.topmenu #logo {
	margin-left: 0;
}

#btn-menu + label {
}
#btn-menu + label:before {
	background-size: 31px;
}
#btn-search + label:before {
	background-size: 23px;
}
#btn-search:checked + label:before {
	background-size: 25px
}
#btn-search + label {right: 10px;}
#btn-menu:checked + label:before {
	background-size: 25px;
}

#btn-search:checked + label + .search {
	top: 52px	
}
.topmenu li:hover a.price { 
	color: inherit;
}
}


@media (max-width: 768px) and (orientation:landscape) {
	#all {
		padding-top: 0 !important;	
	}
	.topmenu {
			position:relative !important;
			top: 0;	
		}
}
	

