
.header_tr
{
	background: linear-gradient(to bottom, rgb(96,156,229) 30%, rgba(255,255,255,0) 100%), url(/Shared/Images/HeaderBackground.jpg);
	min-height: 174px;
}

.header_logo_td
{
	text-align: center;
	vertical-align: middle;
	width: 250px;
}

.header_text_td
{
	position: relative;
}

.header_pt
{
	color: white;
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 0px;
	margin-top: 0px;
	text-align: center;
}

.header_a
{
	color: red;
	display: inline-block;
	font-weight: bold;
	margin: 18px 20px 30px 20px;
	text-shadow: white 0 0 10px, white 0 0 10px, white 0 0 10px;
	white-space: nowrap;
}

.header_wrapper_span
{
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	white-space: nowrap;
}

.header_blind_toggle_span
{
	cursor: pointer;
	white-space: nowrap;
}

.header_blind_toggle_span:hover
{
	text-shadow: white 0 0 10px;
}

.header_blind_open_eye
{
	fill: white;
	vertical-align: middle;
}

.header_blind_closed_eye
{
	display: none;
	fill: white;
	vertical-align: middle;
}

.header_blind_toggle_text_span
{
	color: white;
	margin-left: 5px;
	margin-right: 10px;
	text-decoration: none;
	vertical-align: middle;
}

.language_svg
{
	vertical-align: middle;
}

.language_span
{
	color: white;
	text-decoration: none;
	vertical-align: middle;
}

.rus_language_link
{
	cursor: pointer;
	margin: 0px 10px 0px 20px;
	text-decoration: none;
}

.rus_language_link:hover
{
	text-shadow: white 0 0 10px;
}

.bel_language_link
{
	cursor: pointer;
	margin: 0px 10px;
	text-decoration: none;
}

.bel_language_link:hover
{
	text-shadow: white 0 0 10px;
}

.header_img
{
	bottom: 0px;
	position: absolute;
	right: 10px;
}

.header_logo_img
{
	position: absolute;
	left: 0px;
	top: 40px;
}