

@font-face {
    font-family: 'social';
    src: url('/spec/site/fonts/socicon.eot');
    src:
		url('/spec/site/fonts/socicon.eot#iefix') format('embedded-opentype'),
		url('/spec/site/fonts/socicon.woff2') format('woff2'),
		url('/spec/site/fonts/socicon.woff') format('woff'),
        url('/spec/site/fonts/socicon.ttf') format('truetype'),
        url('/spec/site/fonts/socicon.otf') format('opentype'),
        url('/spec/site/fonts/socicon.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	overflow-y: scroll;
}
@font-face {
	font-family: 'special';
	src: url('/spec/site/fonts/normal.eot');
	src:
		url('/spec/site/fonts/normal.eot?#iefix') format('embedded-opentype'),
		url('/spec/site/fonts/normal.woff2') format('woff2'),
		url('/spec/site/fonts/normal.woff') format('woff'),
		url('/spec/site/fonts/normal.ttf') format('truetype'),
		url('/spec/site/fonts/normal.otf') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'special';
	src: url('/spec/site/fonts/bold.eot');
	src:
		url('/spec/site/fonts/bold.eot?#iefix') format('embedded-opentype'),
		url('/spec/site/fonts/bold.woff2') format('woff2'),
		url('/spec/site/fonts/bold.woff') format('woff'),
		url('/spec/site/fonts/bold.ttf') format('truetype'),
		url('/spec/site/fonts/bold.otf') format('opentype');
	font-weight: bold;
	font-style: normal;
}

body {
	font-family: special, sans-serif;
	font-size: 16.5px;
	color: #202020;
	overflow-x: hidden;
}

table {
	font-size: 16.5px;
}

ul {
	list-style-image: url(/spec/site/images/bgli.png);
	padding-left: 30px;
}

ul li {
	margin: 15px 0;
}

h1, h2, h3 {
	color: #000000;
	font-weight: normal;
	font-family: special, sans-serif;
}

a {
	color: #3d63b7;
}

hr {
	border: none;
	height: 2px;
	background-color: #5778c1;
}
.abs {
	position: absolute;
}

.block {
	display: block;
}

.clear {
	clear: both;
}

.center {
	text-align: center;
}
a.menu {
	font-family: special, sans-serif;
	letter-spacing: 2px;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 95px;
	text-decoration: none;
	display: inline-block;
	padding: 0;
	color: #000000;
	margin: 0 9px;
	position: relative;
}

a.menu:hover {
	background-image: url(/spec/menusim/images/b.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

a.menu_active {
	border-bottom: 1px solid white;
	margin-bottom: 3px;
	font-weight: bold;
}

a.menu_first {
	margin-left: 10px;
}

a.menu_last {
	margin-right: 20px;
}

.menu_subm {
	position: absolute;
	left: 0;
	top: 20px;
	white-space: nowrap;
	text-transform: none;
}
.block_outer {
	padding: 10px 10px 0;
	margin-bottom: 20px;
	border: 1px solid #c0c0c0;
}

.block_title {
	background-color: #e8e8e8;
	color: #000000;
	text-align: center;
	padding: 4px 4px;
}

.block_content {
	padding: 5px;
}
a.tree{
	display:block;
	padding-right:5px;
	padding-top:3px;
	padding-bottom:3px;
	text-decoration:none;
	font-size:11px;
	line-height: 20px;
}

div.tree_e {
	width:100%;
	height: 1px;
	background-color: silver;
}

a.tree:hover {
	text-decoration: underline;
}

a.tree_current{
	color: black;
}

a.tree1{
	margin-left:0px;
	font-size: 13px;
}

a.tree1:hover{
}

a.tree2 {
	margin-left:12px;
	font-size: 12px;
}

a.tree2:hover{
}

a.tree3{
	margin-left:20px;
	font-size: 11px;
}

a.tree3:hover{
}

a.tree4{
	margin-left:40px;
}

a.tree4:hover{
}

.wiv_outer {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
	z-index: 1000;
}

.wiv_descr {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

.wiv_descr a {
	font-family: special, sans-serif;
}

.wiv_descr_cover {
	background-color: black;
	opacity: 0.8;
}

.wiv_descr_butPrev {
	cursor: pointer;
}

.wiv_descr_butNext {
	cursor: pointer;
}

.wiv_descr_butClose {
	cursor: pointer;
}

.wiv_descr_butTop {
	cursor: pointer;
}

.wiv_descr_butBot {
	cursor: pointer;
}

.wiv_descr_image {
	background-position: center center;
	background-repeat: no-repeat;
	overflow: auto;
}

.wiv_descr_loading {
	background-image: url(/base/wiv/images/loading.gif);
	visibility: hidden;
}

.wiv_image {
	transition: opacity 0.1s;
}


.slider_div {
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
}

.slider_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=50);
	background-position: center;
	background-repeat: no-repeat;
}

.slider_link ._lnk {
	position: absolute;
	text-align: right;
	right: 80px;
	bottom: 80px;
}

.slider_link {
	white-space: pre;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	text-decoration: none;
	font-size: 35px;
	font-family: special, sans-serif;
	background: none;
	text-shadow: 1px 1px 2px black, 0 0 1em #000000;
	opacity: 1;
	color: white;
	position: absolute;
	/*text-align: center;
	-webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;*/
}

.slider_link ._lit {
	font-size: 17px;
}

.slider_link ._big {
	font-size: 21px;
}

.slider_points {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-left: 30px;
	font-family: special, sans-serif;
	text-align: center;
	verticala-align: middle;
	-webkit-transform: translateY(-50%) !important;
    -ms-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}

.slider_point {
	font-size: 10px;
	font-family: special, sans-serif;
	width: auth;
	height: 14px;
	margin: 0 5px 5px 5px;
	display: inline-block;
	cursor: pointer;
	border-bottom: 1px solid #ffffff;
	color: #000000;
}

.slider_point._cur {
	border-bottom-color: #808080;
}
div.search_item {
	margin-bottom: 25px;
	line-height: 1.2em;
}

a.search_item_title {
	font-size: 16px;
}

div.search_item_descr {
	font-size: 13px;
	color: green;
}

div.search_item_html {
	font-size: 13px;
}

span.search_select {
	font-weight: bold;
}


#grid_headsight {
	height: 30px;
	background-color: #000000;
}

#grid_footsight {
	background-color: #000000;
}

#grid_bottom {
	width: 1100px;
	margin: 20px auto 0 auto;
	padding: 0 0 20px 0;
	position: relative;
	color: #e0e0e0;
	min-height: 144px;
}

#grid_head {
	height: 30px;
	display: table;
	width: 100%;
	color: #ffffff;
	font-family: special, sans-serif;
	font-size: 8px;
	letter-spacing: 1px;
}

#grid_head a {
	color: #ffffff;
}

#grid_head input._q {
	background: none;
	height: 20px;
	border: none;
	border-bottom: 1px solid #ffffff;
	color: white;
	outline: none;
	font-size: 11px;
	padding: 2px 0px;
	margin-left: 0px;
}

#grid_head input._b {
	width: 16px;
	height: 16px;
	background-image: url(/spec/site/images/search.gif);
	border: none;
	margin-left: -16px;
}

#grid_head form {
}

#grid_head form ._bit {
	position: absolute;
	width: 4px;
	height: 1px;
	bottom: 0px;
	left: 0px;
	background-color: lime;
}

#grid_head input._q:focus {
	border: none;
	border-left: 1px solid #ffffff;
}

#grid_head input._q::-webkit-input-placeholder { color:#ffffff; }
#grid_head input._q::-moz-placeholder          { color:#ffffff; }/* Firefox 19+ */
#grid_head input._q:-moz-placeholder           { color:#ffffff; }/* Firefox 18- */
#grid_head input._q:-ms-input-placeholder      { color:#ffffff; }

div#grid_head > div > div {
	display: table-cell;
	width: 33.33%;
	vertical-align: middle;
}

#grid_find {
	text-align: center;
}

#grid_find.input {
}

#grid_smap {
	text-align: right;
	text-transform: uppercase;
}

#grid_smap > a {
	text-decoration: none;
}

#grid_smap > a:hover {
	text-decoration: underline;
}

div#grid_head > div {
	display: table-row;
}

div#grid_all {
	width: 1100px;
	margin: -30px auto 0 auto;
}

#grid_logo {
	display: block;
	position: absolute;
	width: 290px;
	height: 95px;
	top: 0px;
	left: 33px;
	background-image: url(/spec/site/images/logo.png);
	background-position: center center;
	background-size: 100%;
}

div#grid_title {
	position: absolute;
	left: 2px;
	top: 82px;
	font-weight: bold;
	font-style: italic;
	color: #3d63b7;
	font-size: 15px;
	letter-spacing: 0.2px;
	white-space: nowrap;
}

div#grid_out {
	position: absolute;
	left: -1px;
	top: 104px;
	font-size: 16px;
	color: #eb0d26;
	white-space: nowrap;
}

div#grid_in {
	position: absolute;
	left: 140px;
	top: 53px;
	font-size: 16px;
	color: #eb0d26;
	font-weight: bold;
	white-space: nowrap;
}

div#grid_buttons {
	position: absolute;
	right: 0px;
	top: 38px;
	width: 260px;
	overflow: visible;
}

.grid_button {
	display: block;
	float: right;
	margin-left: 5px;
	width: 32px;
	height: 32px;
	border-radius: 16px;
	background-position: center;
	background-repeat: no-repeat;
}

a#grid_button_vk {
	background-color: #006da1;
	background-image: url(/spec/site/images/button_vk.png);
}

a#grid_button_ok {
	background-color: #ff7300;
	background-image: url();
}

a#grid_button_ig {
	background-color: #532724;
	background-image: url(/spec/site/images/button_ig.png);
}

div#grid_button_share {
	background-color: #f8f8f8;
	width: auto;
	height: auto;
	border: 1px solid #d4d8dc;
	line-height: 30px;
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	cursor: default;
	position: absolute;
	z-index: 1000;
	float: none;
	right: 112px;
	outline: none;
}

div.like_div {
	margin: 10px 5px 10px 5px;
	transition: all 0.5s;
}

div.share {
	margin-left: 5px;
	margin-right: 5px;
}

div#grid_button_share:hover div.share, div#grid_button_share:focus div.share {
	margin: 5px 5px 10px 5px;
}

div#grid_button_share:hover, div#grid_button_share:focus {
	background-color: #ffffff;
	line-height: normal;
	padding: 5px 10px;
}

div#grid_button_share:focus {
	border-color: #c0c4c8;
}

div#grid_button_share ._hid {
	visibility: visible;
	position: relative;
	width: 1px;
	height: 1px;
	margin-top: -1px;
	margin-right: -1px;
	overflow: hidden;
	transition: all 0.5s;
}

div#grid_button_share:hover ._hid, div#grid_button_share:focus ._hid {
	visibility: visible;
	width: 200px;
	height: 80px;
	overflow: hidden;
}

div.ya-share2 {
	white-space: nowrap;
}

li.ya-share2__item {
	margin-top: 5px !important;
}

div#like_div_mailru iframe {
	width: 110px !important;
}

div#like_div_vk iframe, div#like_div_vk div {
	width: 110px !important;
}

div#grid_phones {
	position: absolute;
	top: 80px;
	right: -1px;
	text-align: right;
	font-size: 17px;
	color: #585858;
}

#grid_logomenu {
	position: relative;
	height: 95px;
	margin: 10px 0;
}

div#grid_menu {
	position: relative;
	float: right;
}

a#grid_event {
	font-family: verdana;
	display: block;
	font-size: 13px;
	margin: 0 0 8px 0;
	color: #000000;
	text-decoration: none;
}

div.grid_left {
	float:left;
	clear: both;
	width: 250px;
}

div.grid_content {
	width: 720px;
	margin: 0px 30px;
	float: left;
}

div.grid_content_wide {
	width: 100%;
	margin-left: 0;
	float: left;
}

#grid_bottom ._logo {
	width: 210px;
	height: 74px;
	background-image: url(/spec/site/images/logo-inv.png);
	background-size: 100%;
	position: absolute;
	left: 0px;
	top: 10px;
}

#grid_bottom ._menu {
	position: absolute;
	width: 100%;
	top: 0px;
	text-align: center;
	overflow-wrap: normal;
}

#grid_bottom ._icons {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -10px;
}

#grid_bottom ._icons a {
	font-family: social;
	font-size: 16px;
	display: inline-block;
	border-radius: 2px;
	margin: 4px;
	padding: 4px;
	text-decoration: none;
	color: white;
}

#grid_bottom ._icons a:hover {
	background-color: #404040;
}

#grid_bottom ._menu a {
	color: #ffffff !important;
	font-family: special, sans-serif;
	text-decoration: none;
	border-bottom: 1px dashed #ffffff;
	padding-bottom: 1.5px;
}

#grid_bottom ._menu a:hover {
	border-bottom: none;
}

#grid_bottom ._middle {
	position: absolute;
	top: 20px;
	left: 220px;
	right: 260px;
	height: 129px;
}

#grid_bottom ._addr {
	text-align: center;
	font-size: 12px;
	font-family: special, sans-serif;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#grid_copy {
	text-align: center;
	font-size: 11px;
	width: 100%;
	background-color: #c0c0c0;
	color: black;
}

#grid_bottom ._counter_mail {
	position: absolute;
	left: 20px;
	top: 22px;
}

#grid_bottom ._menu a {
	color: #1e47a0;
	font-size: 15px;
	margin: 0 15px;
}

div#sl1 {
	position: relative;
	padding-bottom: 60%;
	margin: 0 0 5.0% 0;
}

.tree_e {
	display: none;
}

#grid_bottom ._addr ._br {
	display: none;
}

#grid_bottom ._form {
	float: right;
	width: 251px;
	right: 0;
	top: 0px;
	margin: 16px 0 -4px 0;
}

._form #id_form_captcha {
	width: 60px !important;
	height: 20px !important;
}

._form .q_star {
	display: none;
}

._form .q_input_input {
	margin-left: 40px !important;
	height: 14px !important;
	border: 1px solid white !important;
}

._form .q_numb_input {
	margin-left: 130px !important;
	width: 119px !important;
	height: 20px !important;
}

._form .q_numb {
	width: 58px !important;
	height: 18px !important;
	background-color: #000 !important;
}

._form .q_input_title, ._form .q_text_title, ._form ._title {
	font-size: 9px !important;
	text-transform: uppercase !important;
	font-family: special, sans-serif !important;
	line-height: 19px !important;
	letter-spacing: 0.5px;
}

._form ._title {
	font-size: 11px !important;
}

._form .q_input_title {
	width: 40px !important;
}

._form .q_numb_title {
	width: 130px !important;
	margin-top: 0px !important;
	line-height: 14px !important;
}

._form .q_numb_title a {
	color: #a0a0f0;
}

._form .q_input {
	background-color: #000 !important;
	outline: none;
}

._form .q_subm {
	width: 70px !important;
	margin-left: -35px !important;
	font-size: 9px !important;
	font-family: special, sans-serif !important;
	text-transform: uppercase;
	color: #e0e0e0 !important;
	background-color: #000000 !important;
	border: 1px solid white;
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

._form .q_field {
	padding-top: 2px !important;
}

._form .q_text, ._form .q_text_input {
	height: 50px !important;
	border: 1px solid white !important;
}

._form .q_text {
	background-color: #000 !important;
	border: none !important;
}

._form .q_norm {
	width: 100% !important;
}

._form .q_subm_input {
	margin-bottom: 4px;
}

._form .q_text {
	resize: none;
	color: white !important;
}

._form .q_input {
	color: white !important;
}
@media (max-width: 1140px) {
	div#grid_all, div#grid_bottom {
		margin-left: 10px;
		margin-right: 10px;
		width: auto;
	}
}

@media (max-width: 600px) {
	#sl1 {
		display: none;
	}
}

@media (max-width: 800px) {
	#grid_logo {
		position: static;
		margin-left: auto;
		margin-right: auto;
	}
	#grid_menu {
		width: 100%;
		float: none;
		text-align: center;
	}
}

@media (max-width: 800px) {
	#grid_bottom ._logo {
		position: relative;
		left: 50%;
		margin-left: -105px;
		margin-bottom: 35px;
	}
	#grid_bottom ._form {
		float: none !important;
		position: relative;
		left: 50%;
		margin-left: -125px;
	}
	#grid_bottom ._middle {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin-bottom: 35px;
	}
	
	#grid_bottom ._icons {
		top: 40%;
	}
	
	#grid_bottom ._icons a {
		font-size: 24px;
	}
	
	#grid_bottom ._addr ._br {
		display: inline;
	}

	#grid_bottom ._addr ._space {
		display: none;
	}
}
}

@media (max-width: 320px) {
	#grid_logo {
		width: 100%;
		height: 0;
		padding-bottom: 32.758%;
	}
}

@media (max-width: 240px) {
	#grid_bottom ._logo {
		width: 100%;
		height: 0;
		padding-bottom: 32.758%;
		left: auto;
		margin-left: auto;
	}
}

@media (max-width: 270px) {
	#grid_bottom ._form {
		width: 100%;
		margin: 0;
		left: auto;
	}
}
