@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Roboto&family=Roboto+Condensed&display=swap');
@font-face{font-family:'__Museo Sans Cyrl_5';src:url('../fonts/museosanscyrl-500.eot');src:local('☺'), url('../fonts/museosanscyrl-500.woff') format('woff'), url('../fonts/museosanscyrl-500.svg') format('svg');font-weight:400;font-style:normal;}@font-face{font-family:'__Museo Sans Cyrl_5';src:url('../fonts/museosanscyrl-300.eot');src:local('☺'), url('../fonts/museosanscyrl-300.woff') format('woff'), url('../fonts/museosanscyrl-300.svg') format('svg');font-weight:300;font-style:normal;}@font-face{font-family:'__Roboto Condensed_3';src:url('../fonts/robotocondensed-bold.eot');src:local('☺'), url('../fonts/robotocondensed-bold.woff') format('woff'), url('../fonts/robotocondensed-bold.svg') format('svg');font-weight:700;font-style:normal;}@font-face{font-family:'__Museo Sans Cyrl_5';src:url('../fonts/museosanscyrl-700.eot');src:local('☺'), url('../fonts/museosanscyrl-700.woff') format('woff'), url('../fonts/museosanscyrl-700.svg') format('svg');font-weight:600;font-style:normal;}@font-face{font-family:'__Museo Sans Cyrl_5';src:url('../fonts/museosanscyrl-900.eot');src:local('☺'), url('../fonts/museosanscyrl-900.woff') format('woff'), url('../fonts/museosanscyrl-900.svg') format('svg');font-weight:700;font-style:normal;}

body {
	font-size: 18px;
	color: #292e32;
	font-family: 'Roboto', sans-serif;
}
.wrapper {
	max-width: 1170px;
	height: 100%;
	margin: 0 auto;
	padding: 0 30px;
	position: relative;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0; 
	font-weight: 500;
}

p {margin: 0;}
ul {margin: 0;}
.clearfix::after {
	content: '';
	display: table;
	clear: both;
}
hr {
	text-align: center;
	width: 41%;
	border: none;
	border-bottom: 3px solid #ffd200;
	margin: 12px auto 36px;
}
.header-nav {
	width: 100%;
	height: 88px;
	text-align: center;
	position: fixed;
	top: 0;
	box-shadow: 0 1px 21px rgba(33, 40, 41, 0.21);
	transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
	-o-transition: 0.3s linear;
	z-index: 1000;
	background: #ffffff;
}

header.header-nav.sticky {

}



.header-nav__nav {
	display: inline-block;
}

.header-nav__nav ul {
	list-style: none;
	list-style-type: none;
	padding: 0;
}

.header-nav__nav li {
	display: inline-block;
}

.header-nav__nav li:first-child {
	margin-right: 35px;
}

.header-nav__nav a {
	color: #4E4E4E;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 18px;
	line-height: 67px;
	font-weight: 700;
	transition: 0.1s linear;
	-moz-transition: 0.1s linear;
	-webkit-transition: 0.1s linear;
	-o-transition: 0.1s linear;
}

.header-nav__nav a:hover {
	color: #153e6a;
}

a.header-nav__phone {
	float: right;
	line-height: 67px;
	text-decoration: none;
	color: #4E4E4E;
	font-size: 24px;
}
a.header-nav__phone:hover {
	color: #153e6a;
}

a.header-nav__phone::before {
	content: '';
	display: inline-block;
	position: relative;
	width: 20px;
	height: 19px;
	background: url(../images/icon-phone.png) no-repeat;
	margin-right: 15px;
	top: 1px;
}

.navigation__block {
	display: inline-block;
	width: 26%;
	text-align: left;
	vertical-align: top;
}
.navigation__block.navigation__block-4 {
	width: 132px;
}
.navigation__logo {
	width: 145px;
	height: 58px;
	background: url(../images/logo.svg) no-repeat;
	margin-bottom: 20px;
}
.navigation__block p {
	width: 232px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-size: 14px;
}
.navigation__block h4 {
	font-weight: normal;
	color: #999;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 15px;
}
.navigation__block ul {
	padding: 0;
	list-style: none;
	list-style-type: none;
}
.navigation__block-4 ul:last-of-type {
	margin-top: 10px;
}
.navigation__block-3 li {
	height: 30px;
}
.navigation__block-4 li {
	padding: 5px 0;
}
.navigation__block ul a {
	color: #626366;
	text-decoration: none;
	position: relative;
}
label.hamburger {
	position: relative;
	display: none;
	cursor: pointer;
	z-index: 9999;
}
label.hamburger::after {
	content: '\2261';
	display: inline-block;
	position: fixed;
	font-size: 90px;
	line-height: 0.7;
	top: 0;
	right: 20px;
	width: 49px;
	height: auto;
	color: rgba(0, 0, 0, 0.8);
}
.header-nav__nav--mob {display: none;}
nav.header-nav__nav--mob {
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0, 0, 0, 0.8);
	top: 0
}
nav.header-nav__nav--mob ul {
	padding: 0; 
	margin: 0;
	list-style: none;
	height: 200px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
}
nav.header-nav__nav--mob li {
	padding: 30px 0;
}
nav.header-nav__nav--mob a {
	color: #fff;
	font-size: 35px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
}
@media (max-width: 700px) {
	a.header-nav__phone {display: none;}
}
@media (max-width: 1024px) {
	label.hamburger {display: block;}
	.header-nav__nav {display: none;}
	#hamburger:checked + .header-nav__nav--mob {display: block;}
}
@media (max-width: 500px) {
	nav.header-nav__nav--mob a {font-size: 20px;}
}
#menuu27264, #menuu27256,#u17185,
#u32556-4 {
	display: none;
}

#u43792 strong {
    background-color: #FF0000;
    padding: 8px 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: '__Museo Sans Cyrl_5';
	text-shadow: 3px 1px 10px rgb(0 0 0);
	font-size: 18px;
}

#u43792 {
    padding: 10px 30px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-family: '__Museo Sans Cyrl_5';
	text-shadow: 3px 1px 10px rgb(0 0 0);
	font-weight: 600;
	position: relative;
    min-height: 92px;
    display: block;
    font-size: 16px;
    line-height: 20px;
}

#u43792 span {
	background-color: #000000;
	padding: 10px;
	display: block;
}

@media (min-width: 1024px) {
	#menuu27264, #menuu27256,#u17185 {
		display: block;
	}
	#u17185 {
		border-width: 0px;
		border-color: transparent;
		background-color: transparent;
		z-index: 371;
		width: 132px;
		padding-bottom: 66px;
		position: fixed;
		top: 9px;
		right: 138px;
	}
	
	#u27258 {
		-webkit-transition-duration: 0.1s;
		-webkit-transition-delay: 0.1s;
		-webkit-transition-timing-function: ease;
		transition-duration: 0.1s;
		transition-delay: 0.1s;
		transition-timing-function: ease;
		background-image: url(../images/blank.gif);
		border-width: 0px;
		border-color: transparent;
		background-color: transparent;
		border-radius: 5px;
		width: 150px;
		padding-bottom: 12px;
		position: relative;
		text-decoration: none;
	}

	#menuu27256 {
		border-style: solid;
		border-width: 1px;
		border-color: #CCCCCC;
		border-radius: 5px;
		z-index: 380;
		width: 150px;
		height: 30px;
		position: fixed;
		top: 45px;
		right: 295px;
	}

	#menuu27264 {
		border-style: solid;
		border-width: 1px;
		border-color: #CCCCCC;
		background-color: transparent;
		border-radius: 6px;
		z-index: 389;
		width: 320px;
		height: 30px;
		position: fixed;
		top: 9px;
		right: 295px;
	}

	#u32556-4 {
		background-color: transparent;
		font-size: 24px;
		color: #ffffff;
		text-transform: uppercase;
		text-align: left;
		line-height: 25px;
		font-family: '__Museo Sans Cyrl_5';
		font-weight: 700;
	}
	#u27260-6 {
		border-width: 0px;
		border-color: transparent;
		background-color: unset;
		color: #ffffff;
		text-transform: uppercase;
		text-align: center;
		font-family: '__Museo Sans Cyrl_5';
		font-weight: 600;
		width: 116px;
		min-height: 18px;
		position: relative;
		line-height: 30px;
		font-size: 15px;
		display: inline;
	}
	#u18383-8 {
		border-width: 0px;
		background-color: transparent;
		font-size: 17px;
		text-align: right;
		color: #ffffff;
		line-height: 22px;
		font-family: '__Museo Sans Cyrl_5';
		font-weight: 600;
		z-index: 372;
		width: 300px;
		min-height: 66px;
		position: fixed;
		top: 9px;
		right: 138px;
	}

	#u32556-2 {
		padding-top: 9px;
	}
	
	#u27269-4 {
		border-width: 0px;
		border-color: transparent;
		background-color: transparent;
		font-size: 15px;
		color: #004778;
		text-transform: uppercase;
		text-align: center;
		line-height: 30px;
		font-family: '__Museo Sans Cyrl_5';
		font-weight: 600;
	}
	#u18383-2 {
		color: #004778;
	}

	#u27257, #u27265 {
		width: 300px;
		min-height: 30px;
		position: relative;
		margin-right: -10000px;
		background-color: transparent;
	}

	#u27268 {
		-webkit-transition-duration: 0.1s;
		-webkit-transition-delay: 0.1s;
		-webkit-transition-timing-function: ease;
		transition-duration: 0.1s;
		transition-delay: 0.1s;
		transition-timing-function: ease;
		background-image: url(../images/blank.gif);
		border-width: 0px;
		border-color: transparent;
		background-color: #FFFFFF;
		border-radius: 5px;
		text-decoration: none;
	}
	#u27268:hover p, #u27258:hover p{
		text-decoration: underline;
	}
}

@media (min-width: 1200px) {
	#u32556-4 {
		z-index: 396;
		width: 337px;
		min-height: 42px;
		position: fixed;
		top: 23px;
		left: 50%;
		margin-left: -295px;
	}
	#u27268 {
		width: 150px;
		padding-bottom: 12px;
		position: relative;
	}

	#u27257, #u27265 {
		min-height: 30px;
		position: relative;
		margin-right: -10000px;
	}

	#u32556-4 {
		display: block;
	}
}