@charset "utf-8";
/* CSS Document */


#HeaderPlaceHolder {
	display:none;
	height:180px;
	background-color:#ffffff;
}

#Header {
	height:226px;
	display:block;
	position:fixed;
	z-index:1;
	left:0;
	top:0;
	right:0;
	text-align:center;
	background-color:#ffffff;
}
#Header .Inner {
	width:1300px;
	height:194px;
	display:block;
	margin-left:auto;
	margin-right:auto;
	position:relative;
}
#Header .Inner .MobileSearch {
	display:none;
}
#Header .Inner .MobileMenu {
	display:none;
}
#Header .Inner .Logo {
	display:block;
	position:absolute;
	width:201px;
	height:173px;
	left:0;
	top: 21px;
	background-image:url(/static/images/layout/logo.jpg);
	background-size:cover;
	background-position:left top;
	background-repeat:no-repeat;
	z-index:9999;
	color:var(--DarkText) !important;
	text-decoration:none;
}
#Header .Inner .Claim {
	display:block;
	position:absolute;
	left:220px;
	top: 50px;
	font-size:12px;
	font-weight:500;
	white-space:nowrap;
	text-transform:uppercase;
}

#Header .MenuBar {
	display:none;
}

/*	-------------------------------------------------------------------------- */

#Header .Inner #SearchBlock {
	display:block;
	float:left;
	width:134px;
	margin:0px;
	padding:0px;
	line-height:30px;
	height:30px;
	background-color:#ffffff;
}
#Header .Inner #SearchBlock .SrcInner {
	display:block;
	height:30px;
	position:relative;
}
#Header .Inner #SearchBlock .GsTextBox {
	margin:0px;
	padding:0px;
	font-size:20px !important;
	line-height:28px;
	height:28px;
	width:106px;
	color:var(--DarkText);
	font-weight:normal;
	float:left;
	border:0px;
	background-color:#ffffff;
	font-family:var(--SecondFont);
	border-bottom:2px solid var(--MainRed);
}
#Header .Inner #SearchBlock #bt {
	display:block;
	position:absolute;
	right:0;
	top:0;
	font-size:20px;
	line-height:30px;
	height:30px;
	width:24px;
	color:var(--MainRed);
	cursor:pointer;
	float:right;
	text-align:center;
}
#Header .Inner #SearchBlock #bt:HOVER {
	color:var(--DarkText);
}

/*	-------------------------------------------------------------------------- */

#Header .Inner .HeadSocButts {
	display:block;
	position:absolute;
	right:0;
	top:40px; 
	width:830px;
	height:30px;
	margin:0px;
	padding:0px;
	text-align:left;
	font-family:var(--SecondFont);
}
#Header .Inner .HeadSocButts .Socials {
	display:block;
	position: absolute;
	right: 0;
	top: 0;
	width:86px;
}
#Header .Inner .HeadSocButts .Socials .Social {
	float:right;
	display:block;
	height:30px;
	line-height:30px;
	font-size:22px;
	text-align:center;
	color:var(--MainRed);
	text-decoration:none;
	margin-left:6px;
}
#Header .Inner .HeadSocButts .Socials .fa-youtube {
    font-size: 25px;
}
#Header .Inner .HeadSocButts .Socials .fa-facebook-square {
    font-size: 21px;
}
#Header .Inner .HeadSocButts .Socials .Social:HOVER {
	color:var(--DarkText);
}

#Header .Inner .HeadSocButts .OtherButts {
	display:block;
	float:left;
	font-size:18px;
	letter-spacing:0;
	font-weight:normal;
	line-height:30px;
	color:var(--MainRed);
	margin-right:8px;
	width:596px;
	overflow:hidden;
	text-align:right;
}
#Header .Inner .HeadSocButts .OtherButts > SPAN {
	display:inline-block;
	margin-right:13px;
	cursor:pointer;
}
#Header .Inner .HeadSocButts .OtherButts > SPAN:HOVER {
	color:var(--DarkText);
}
#Header .Inner .HeadSocButts .OtherButts SPAN .fas, #Header .Inner .HeadSocButts .OtherButts SPAN .far, #Header .Inner .HeadSocButts .OtherButts SPAN .fab {
	font-family:"Fontawesome";
	display:inline-block;
	margin-right:5px;
	font-style:normal !important;
    font-size: 1.12em !important;
}

/*	-------------------------------------------------------------------------- */

#Header > .MenuBar {
	display:none;	
	position:relative;
	text-align: center;
	z-index:2;
	pointer-events: none;
	margin-top: -150px;
	background-color:#ffffff;
}
BODY > .MenuBar {
	display:block;
	position:relative;
	text-align: center;
	z-index:2;
	pointer-events: none;
	margin-top:148px;
}

#Header.Small .Inner {
	height:121px;
}
#Header.Small > .MenuBar {
	margin-top: -77px;
}

.MenuBar .Items {
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	display:inline-block;
	position:relative;
	text-align:left;
	padding-left: 176px;
}
#Header .MenuBar .Items {
    padding-bottom: 45px;
}
.MenuBar .Items > LI {
	list-style:none;
	list-style-type:none;
	display:inline-block;
	margin:0px;
	padding:0px;
	position:relative;
	font-size:19px;
	letter-spacing:0.6px;
	line-height:19px;
	font-weight:700;
	white-space:nowrap;
	color:var(--DarkText);
	cursor:default;
	margin-right:23px;
	text-transform:uppercase;
	pointer-events:auto;
}
.MenuBar .Items > LI A {
	text-decoration:none;
	color:var(--DarkText);
}
.MenuBar .Items > LI > A:HOVER {
	color:var(--MainRed) !important;
}	

.MenuBar .SubItems {
	display:none;
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:absolute;
	left:0rem;
	top:0rem;
	text-align:left;
}
.MenuBar .SubItems > LI {
	display:block;
	list-style:none;
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	font-size:14px;
	line-height:26px;
	font-weight:900;
	white-space:nowrap;
	letter-spacing:0.6px;
}
.MenuBar .SubItems > LI:FIRST-CHILD {
	border-top:0;
	border-left:0;
	border-right:0;
}
.MenuBar .SubItems > LI:LAST-CHILD {

}
.MenuBar .SubItems > LI > A {
	display:block;
	line-height:26px;
	color:var(--DarkText);
	text-decoration:none;
}
.MenuBar .SubItems > LI > A:HOVER {
	color:var(--MainRed) !important;
}
.MenuBar .SubItems > LI.HeadTitle {
	margin:0px;
	padding:0px;
	position:relative;
	font-size:19px;
	line-height:19px;
	font-weight:900;
	white-space:nowrap;
	cursor:pointer;
	margin-bottom:20px;
	letter-spacing:0.6px;
	background-color:#ffffff;
}
.MenuBar .SubItems > LI.HeadTitle SPAN {
	color:var(--MainRed) !important;
	line-height:19.5px;
	display:inline-block;
}