/*
 * Header
 * ------------------------------------------------------------------------------------------------
*/
#header {
	background-color: #FFF;
	height: auto;
	padding: 26px 0;
	position: relative;
}
#header > .container {
	height: 100%;
	position: relative;
}
#header .flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -moz-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	height: 100%;
	position: relative;
}

#header .col_phone {
	padding-left: 0;
}
#header .col-phone {
	line-height: normal;
	text-align: right;
}
#header .col-button {
	display: flex;
	align-items: center;
}
#header .phone-label {
	display: inline-block;
	color: #000000;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	vertical-align: middle;
}
#header .phone-number {
	display: inline-block;
	color: #0066FF;
	font-size: 24px;
	font-weight: 700;
	line-height: 24px;
	text-decoration: underline;
	text-underline-offset: 1px;
	text-underline-position: under;
	vertical-align: middle;
	margin-left: 17px;
	white-space: nowrap;
}
#header .phone-number:hover {
	color: #0066FF;
	text-decoration: none;
}
#header .phone-number:before {
	content: "";
	display: inline-block;
	display: none;
	background-image: url(../img/icons/phone.svg);
	background-repeat: no-repeat;
	background-size: contain;
	width: 18px;
	height: 18px;
	margin-right: 7px;
	vertical-align: middle;
}

#header .site_btn span {
	display: block;
	font-size: 18px;
	font-weight: 700;
	line-height: 20px;
	letter-spacing: 0.18em;
}

@media (min-width: 768px) {
	#header .col_row {
		min-height: 60px;
	}
	#header .site_btn {
		display: block;
		line-height: 48px;
	}
}
@media (max-width: 991px) {
	#header .col-button {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
	#header .col-phone {
		margin-top: 5px;
	}
	#header .col-phone.has_mob_burger {
		padding-right: 55px;
	}
	#header .phone-number {
		font-size: 24px;
		line-height: 24px;
		margin-top: 5px;
	}
}
@media (max-width: 767px) {
	body {
		margin-top: 67px;
	}
	#header {
		border-bottom: 1px solid #EAEAEA;
		padding: 15px 0;
		min-height: 50px;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	#header > .container {
		position: static;
	}
	#header .col-button {
		display: block;
		line-height: 18px;
	}
	#header .col_phone {
		padding-left: 0;
	}
	#header .col-phone {
		padding-left: 0;
		margin-top: 0;
	}
	#header .col-phone-mob {
		text-align: center;
		margin-top: 18px;
		margin-bottom: -10px;
		width: 100%;
		height: 29px;
		background-color: #000000;
	}
	#header .col-logo.logo-center {
		text-align: center;
	}
	#header .phone-label {
		display: none;
		font-size: 10px;
		line-height: normal;
		margin-bottom: 0;
	}
	#header .phone-number {
		display: inline-block;
		vertical-align: middle;
		font-size: 16px;
		font-weight: 700;
		line-height: 18px;
		margin-top: 0;
		margin-left: 0;
	}
	#header .phone-number:hover {
		text-decoration: none;
	}
	#header .phone-number:before {
		display: none;
	}
	#header .phone-number.short_label {
		font-size: 16px;
		text-decoration: underline;
	}
	/*
	#header .phone-number.short_label:after {
		content: "";
		background-image: url(../img/icons/phone.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 22px;
		height: 21px;
		display: inline-block;
		margin-left: 6px;
		vertical-align: baseline;
		position: relative;
		top: 2px;
		right: -1px;
	}
	*/
}
@media (max-width: 500px) {
	body {
		margin-top: 67px;
	}
}
@media (max-width: 350px) {
	#header .phone-label {
		font-size: 9px;
	}
}







/*
 * Logo
 * ------------------------------------------------------------------------------------------------
*/
#header img.logo,
#header a.logo-link svg {
	margin: 0;
	width: auto;
	height: 48px;
	max-width: 100%;
}
#header a.logo-link svg.logo_white_bg {
	height: 91px;
	margin-top: -15px;
	margin-bottom: -15px;
}
#header .col-logo {
	font-size: 0;
	line-height: 0;
}
#header a.logo-link {
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
#header a.logo-link svg path[fill="#EC681D"] {
	fill: #F44336;
}
@media (max-width: 767px) {
	#header a.logo-link {
		display: block;
		text-align: left;
	}
	#header img.logo,
	#header a.logo-link svg {
		height: 36px;
	}
}
@media (max-width: 500px) {
	#header a.logo-link {
		qqqqq: 0
	}
	#header a.logo-link svg {
		height: 36px;
	}
	#header img.logo {
		height: 48px;
	}
}
@media (max-width: 350px) {
	#header img.logo,
	#header a.logo-link svg	{
		height: 28px;
	}
}







/*
 * Header Button
 * ------------------------------------------------------------------------------------------------
*/
#header .site_btn {
	min-width: 300px;
}
#header .site_btn:before {
	content: '';
	display: none;
	background-image: url(../img/icons/100.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 89px;
	height: 89px;
	position: absolute;
	left: -70px;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 500px) {
	#header .site_btn {
		font-size: 12px;
		min-width: 146px;
		padding: 0 20px;
	}
	#header .site_btn:before {
		width: 67px;
		height: 67px;
		position: absolute;
		left: -50px;
	}
}









/*
 * Menu
 * ------------------------------------------------------------------------------------------------
*/
#header .col-menu.mob .nav_bar {
	display: none;
}
#header .main-navigation .menu-header {
	text-align: left;
}
#header .main-navigation .menu-header-menu-container {
	text-align: left;
}
#header ul.nav-menu {
	display: inline-block;
	padding: 0;
	width: 100%;
	text-align: left;
	margin-bottom: -15px;
	position: relative;
	top: 4px;
}
#header ul.nav-menu li {
	display: inline-block;
	list-style: none;
	margin-bottom: 0;
}
#header ul.nav-menu li a {
	display: inline-block;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	list-style: none;
	padding: 5px 14px;
	border-radius: 0;
	transition: all 0.2s;
}
#header ul.nav-menu > li > a {
	padding: 0 14px 14px;
}
#header ul.nav-menu > li:hover > a,
#header ul.nav-menu li.current_page_item a {
	display: inline-block;
	color: #F44336;
	text-decoration: none;
}
#header ul.nav-menu li a:focus,
#header ul.nav-menu li a:active {
	text-decoration: none;
}

#header ul.nav-menu li ul {
	border-top: 2px solid #F44336;
	box-shadow: 0 2px 10px 0 rgba(0,0,0,0.28);
}
#header ul.nav-menu li ul li {
	padding: 0;
}
#header ul.nav-menu li ul li a {
	color: #000;
	font-size: 13px;
	line-height: normal;
	padding: 12px 15px;
	width: 100%;
}
ul.nav-menu li > a:after {
	background-image: url('data:image/svg+xml,%3Csvg width="19" height="11" viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1L9.5 9.5L18 1" stroke="%23FFFFFF" stroke-width="2"/%3E%3C/svg%3E');
	width: 14px;
	height: 8px;
	margin-left: 7px;
}
@media (min-width: 768px) {
	#header ul.nav-menu {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: -moz-inline-box;
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		-webkit-box-pack: justify;
			-ms-flex-pack: justify;
				justify-content: space-between;
	}
	#header .col-menu {
		padding-left: 0;
		padding-right: 0;
		padding-top: 10px;
		top: 0;
	}
	#header ul.nav-menu > li:first-child > a {
		padding-left: 0;
	}
	#header ul.nav-menu > li:last-child > a {
		padding-right: 0;
	}
	#header ul.nav-menu li ul li:hover > a {
		background-color: #F44336;
		color: #fff;
	}
}
@media (min-width: 992px) {
	#header ul.nav-menu > li:hover > a {
		color: #F44336;
	}
	ul.nav-menu li:hover > a:after {
		background-image: url('data:image/svg+xml,%3Csvg width="19" height="11" viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1L9.5 9.5L18 1" stroke="%23F44336" stroke-width="2"/%3E%3C/svg%3E');
		-moz-transform: scaleY(-1);
		-o-transform: scaleY(-1);
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1);
		-ms-filter: "FlipV";
		filter: FlipV;
	}
}
@media (max-width: 991px) {
	#header .nav_bar {
		background-color: #060F3A;
	}
	#header ul.nav-menu li.shown,
	#header ul.nav-menu li.shown_bg {
		background-color: #0a2171;
	}
	#header ul.nav-menu li a {
		padding: 5px 7px;
	}
	#header ul.nav-menu > li:hover > a {
		color: #FFF;
	}
	#header ul.nav-menu > li.shown > a {
		color: #F44336;
	}
	#header ul.nav-menu li.shown > a:after {
		background-image: url('data:image/svg+xml,%3Csvg width="19" height="11" viewBox="0 0 19 11" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M1 1L9.5 9.5L18 1" stroke="%23F44336" stroke-width="2"/%3E%3C/svg%3E');
		-moz-transform: scaleY(-1);
		-o-transform: scaleY(-1);
		-webkit-transform: scaleY(-1);
		transform: scaleY(-1);
		-ms-filter: "FlipV";
		filter: FlipV;
		margin-top: -3px;
	}
	#header .menu-burger span {
		background-color: #F44336;
	}
}
@media (max-width: 767px) {
	#header .col-menu {
		position: absolute;
	}
}






/*
 * Menu Mobile
 * ------------------------------------------------------------------------------------------------
*/
#header .menu-burger {
	display: none;
}
@media (max-width: 991px) {
	#header .nav_bar {
		display: none;
	}
	#header .nav_bar {
		position: absolute;
		top: 58px;
		left: 0;
		width: 100vw;
		height: auto;
		max-width: 100%;
		background-color: #001017;
		padding: 25px 30px 40px;
		background-repeat: no-repeat;
		background-size: 50%;
		background-position: left bottom;
		background-position-y: 87%;
		background-position-y: calc(100% - 65px);
		z-index: 1001;
	}
	#header ul.nav-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -moz-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
			-ms-flex-direction: column;
				flex-direction: column;
		width: 100%;
	}
	#header ul.nav-menu li {
		display: block;
		margin-left: 0;
	}
	#header ul.nav-menu li.shown,
	#header ul.nav-menu li.shown_bg {
		background-color: #031922;
		padding-bottom: 5px;
	}
	#header ul.nav-menu > li + li {
		margin-left: 0;
	}
	#header ul.nav-menu li a {
		display: inline-block;
		color: #FFF;
		font-size: 18px;
		border-radius: 0;
		padding: 12px 0;
		padding-right: 0;
		width: auto;
		position: relative;
	}
	#header ul.nav-menu > li > a {
		padding: 15px 0;
	}
	#header ul.nav-menu li a:hover {
		color: #fff;
	}
	#header ul.nav-menu li.shown > a {
		color: #F44336;
	}
	#header ul.nav-menu li.current_page_item a {
		color: #F44336;
	}
	
	#header .nav-menu-phone {
		padding: 0 15px;
		position: static;
		bottom: auto;
		width: 100%;
		text-align: center;
		margin-top: 100px;
	}
	#header .nav-menu-phone .phone-label {
		display: block;
		color: #fff;
		font-size: 14px;
		line-height: 21px;
		letter-spacing: 0.01em;
	}
	#header .nav-menu-phone .phone-number {
		color: #fff;
		font-size: 18px;
		font-weight: 500;
		line-height: normal;
		margin-top: 10px;
	}
	#header .nav-menu-phone .phone-number:before {
		content: "";
		background-image: url(../img/icons/phone-white.svg);
		background-repeat: no-repeat;
		background-size: contain;
		width: 18px;
		height: 18px;
		display: inline-block;
		margin-right: 7px;
		vertical-align: middle;
	}
	#header .nav-menu-phone .phone-number:after {
		display: none;
	}
	
	#header .menu-burger {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-moz-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-flex-direction: column;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		float: right;
		position: absolute;
		top: 50%;
		right: 0;
		color: #fff;
		background-color: #0a2171;
		width: 56px;
		height: 100%;
		cursor: pointer;
		transform: translateY(-50%);
		z-index: 1001;
		
		display: none;
	}
	#header .col-phone.has_mob_burger {
		padding-right: 0;
	}
	
	.form_page #header .menu-burger {
		display: none;
	}
	#header .menu-burger span {
		display: block;
		width: 24px;
		height: 2px;
		background-color: #F44336;
		margin-bottom: 5px;
		-webkit-transition: all 0.3s;
		-moz-transition: all 0.3s;
		-ms-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	#header .menu-burger span:last-child {
		margin-bottom: 0;
	}
	#header .menu-burger.shown span:nth-child(1) {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		position: relative;
		top: 7px;
	}
	#header .menu-burger.shown span:nth-child(2) {
		background-color: transparent;
	}
	#header .menu-burger.shown span:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: relative;
		top: -7px;
	}
}
@media (max-width: 767px) {
	#header .menu-burger {
		background-color: #001017;
	}
}






/*
 * Search
 * ------------------------------------------------------------------------------------------------
*/
#header form.search-form {
	float: right;
	max-width: 218px;
}
form.search-form {
	position: relative;
	max-width: 218px;
}
form.search-form label {
	position: relative;
	margin-bottom: 0;
	width: 100%;
}
form.search-form input[type="search"] {
	color: #969696;
	font-size: 14px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid #BBBBBB;
	border-radius: 4px;
	padding: 10px 15px 10px 37px;
	width: 100%;
	height: 40px;
	outline: 0;
}
form.search-form input[type="search"]::-webkit-input-placeholder { color: #A5A5A5; }
form.search-form input[type="search"]::-moz-placeholder { color: #A5A5A5; }
form.search-form input[type="search"]:-moz-placeholder { color: #A5A5A5; }
form.search-form input[type="search"]:-ms-input-placeholder { color: #A5A5A5; }
form.search-form input[type="search"]::placeholder { color: #A5A5A5; }
form.search-form input[type="search"]::-ms-expand { color: #A5A5A5; }

form.search-form input[type="search"]:focus::-webkit-input-placeholder { color: transparent; }
form.search-form input[type="search"]:focus::-moz-placeholder { color: transparent; }
form.search-form input[type="search"]:focus:-moz-placeholder { color: transparent; }
form.search-form input[type="search"]:focus:-ms-input-placeholder { color: transparent; }
form.search-form input[type="search"]:focus::placeholder { color: transparent; }
form.search-form input[type="search"]:focus::-ms-expand { color: transparent; }

form.search-form .icon-search {
	background-image: url('data:image/svg+xml,%3Csvg width="17" height="17" viewBox="0 0 17 17" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath fill-rule="evenodd" clip-rule="evenodd" d="M14 8C14 11.3137 11.3137 14 8 14C4.68629 14 2 11.3137 2 8C2 4.68629 4.68629 2 8 2C11.3137 2 14 4.68629 14 8ZM12.9056 14.3199C11.551 15.3729 9.84871 16 8 16C3.58172 16 0 12.4183 0 8C0 3.58172 3.58172 0 8 0C12.4183 0 16 3.58172 16 8C16 9.84871 15.3729 11.551 14.3199 12.9056L16.7071 15.2929C17.0976 15.6834 17.0976 16.3166 16.7071 16.7071C16.3166 17.0976 15.6834 17.0976 15.2929 16.7071L12.9056 14.3199Z" fill="%23A5A5A5"/%3E%3C/svg%3E');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 48%;
	left: 12px;
	width: 17px;
	height: 17px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
/* Search Form End ==============================================================================*/













