html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
  line-height: 150%;
}
h1{
  font-size: 160%;
}
h2{
  font-size: 140%;
}
h3{
  font-size: 120%;
}
h1, h2, h3 {
  padding-bottom:10px;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

body{
	background: #000;
}
body img{
	max-width: 100%;
}


.btn-group.pull-right{
	display: none;
}

#logo .logo_title p,
#header #info .custom .slog p,
#wrapper a,
#footer,
#footer a{
	color: #f3962b;
}
#header #info .custom .contacts p,
#header #info .custom .contacts .phone{
	color: #ddd;
}
#header #info .custom .contacts .email{
	color: deepskyblue;
}
#content,
#container{
	color: #ddd;
  font-size: 15px;
}

[itemprop="articleBody"] table{
	border-color: #ddd;
	margin: 25px 0;
}
.center_h{
	margin-top: 30px;
  font-size: 24px;
  text-align: center;
}
[itemprop="articleBody"] table td,
[itemprop="articleBody"] table th{
	padding: 6px 10px;
}
[itemprop="articleBody"] table .center{
  text-align: center;
}
[itemprop="articleBody"] table td p,
[itemprop="articleBody"] table th p{
	margin: 0;
}
[itemprop="articleBody"] p{
	margin: 15px 0;
}
[itemprop="articleBody"] p,
[itemprop="articleBody"] li{
  line-height: 24px;
}
[itemprop="articleBody"] ul,
[itemprop="articleBody"] ol{
	margin: 20px 0;
}
[itemprop="articleBody"] li{
	margin-left: 35px;
}

#wrapper{
	max-width: 1122px;
	margin: auto;
}

#header {
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	margin-bottom: 25px;
}
#logo {
  width: 6%;
  padding: 10px;
  -ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;
}
#logo .logo_title{
	-ms-flex-item-align: center;-ms-grid-row-align: center;align-self: center;
}
#logo .logo_title p{
	font-weight: 600;
	font-size: 28px;
	margin: 0;
}
#header #logo img{
	width: 100%;
}
#header .info_menu{
	display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	width: 95%;
}
#header .info_menu #info{
	padding: 10px;
}
#header #info .custom .slog,
#header #info .custom .contacts{
	width: 100%;
}
#header #info .custom .contacts{
	text-align: right;
	padding: 0 1.5%;
  box-sizing: border-box;
  width: 100%;
}
#header #info .custom .contacts p,
#header #info .custom .contacts span{
	font-size: 15px;
}
#header #info .custom .contacts span{
	margin: 0 1%;
}
#header #info .custom .contacts .adres{
	margin-bottom: 4px;
  letter-spacing: .3px;
}
#header #info .custom .slog p{
	font-size: 34px;
	letter-spacing: 1px;
  text-align: center;
}
#menu .nav.menu{
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  border-color: #080808;
  background-image: -webkit-gradient(linear,left top, left bottom,color-stop(0, #3c3c3c),to(#222)); background-image: -webkit-linear-gradient(top,#3c3c3c 0,#222 100%); background-image: -o-linear-gradient(top,#3c3c3c 0,#222 100%);
  background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
}
#menu .nav.menu li{
	position: relative;
  display: inline-block;
  width: 100%;
  padding: 18px 5px;
  text-align: center;
  box-sizing: border-box;
	cursor: pointer;
}
#menu .nav.menu li a{
	text-decoration: none;
	font-size: 16px;
	color: #ddd;
}
#menu .nav.menu .nav-child {
	display: none;
	position: absolute;
	background: #000;
}
#menu .nav.menu > li:hover .nav-child {
	display: block;
	background-image: -webkit-gradient(linear,left top, left bottom,color-stop(100%, #222), color-stop(0, #3c3c3c));background-image: -webkit-linear-gradient(top,#222 100%, #3c3c3c 0);background-image: -o-linear-gradient(top,#222 100%, #3c3c3c 0);
  background-image: linear-gradient(to bottom,#222 100%, #3c3c3c 0);
  width: 100%;
	margin-top: 18px;
  left: 0;
  z-index: 99;
}
#menu .nav.menu .nav-child li{
	padding: 14px 5px;
}
#menu .nav.menu li:hover > a{
	color: #ff3d4a;
}
#menu .nav.menu li.active > a{
  color: #ff3d4a;
}

#middle{
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
  padding: 0 15px;
}
#middle #container,
#middle #sideLeft{
	width: 100%;
}
#middle #sideLeft{
	overflow: hidden;
}
#sideLeft img{
	width: 100%;
}

#footer{
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
	max-width: 1300px;
	margin: auto;
	margin-top: 35px;
}
#footer .logo img{
	width: 100%;
}
#footer .custom{
	display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
	padding: 10px 30px;
}
#footer .custom p{
	font-size: 16px;
  line-height: 28px;
}
#footer .executor{
	-ms-flex-item-align: end; align-self: flex-end;
	padding: 20px 30px;
}
#footer .executor a{
	color: #ddd;
}
#footer .footer_menu{
	display: -webkit-box; display: -ms-flexbox; display: flex;
  -webkit-box-align: center; -ms-flex-align: center; align-items: center;
	padding: 10px 30px;
}
#footer .footer_menu li{
	margin-bottom: 4px;
	list-style: none;
}
#footer .footer_menu li a{
	text-decoration: none;
	font-size: 16px;
}
#footer .footer_menu li a:hover{
	box-shadow: 0 2px 0 0 #f3962b;
}
#footer .footer_menu li.active > a{
	box-shadow: 0 2px 0 0 #f3962b;
}
#footer .footer_menu .footer-hide-menu{
	display: none;
}
.section_image_list{
	display: -webkit-box; display: -ms-flexbox; display: flex;
}
.img_inline_block{
	width: 100%;
	margin: 0 10px;
}
.center_img{
	text-align: center;
}
.center_img img{
	display: inline-block;
	width: 50%;
}
img.float_left{
	width: 40%;
	float: left;
}

.map_sections{
	display: -webkit-box; display: -ms-flexbox; display: flex; 
	-webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}
.map_sections section{
	width: 100%;
}
.map_sections section{
  padding: 0 5px;
}
.map_sections section:first-child{
	padding-left: 0;
}
.map_sections section:last-child{
	padding-right: 0;
}
.map_sections section .con_text {
  min-height: 162px;
}
.map_sections section p{
  margin: 0;
  color: #f3962b;
  line-height: 18px;
  font-size: 15px;
}
.map_sections section p.mr_btt{
	margin-bottom: 15px;
}
.map_sections section p a{
	text-decoration: none;	
}
.yandex_map ymaps{
	max-width: 100%;
}

