body {
	background: #E5E5E5;
	font-weight: normal;
	font-size: 16px;
	-webkit-font-smoothing:antialiased;
	-webkit-overflow-scrolling: touch;
	color: #000;
	font-family: 'Roboto', sans-serif;
	
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	color: #000;
}
h1 {
	font-size: 24px;
	margin-top: 0;
	padding-top: 0;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
p {
	margin: 0 0 10px;
	line-height: 28px;
}
a {
	color: #000;
	text-decoration: underline;
}
a:hover, a:focus {
	text-decoration: none;
	color: #000;
}
#bg_header {
	background-color: #203457;
	padding-top: 1%;
	padding-bottom: 1%;
}
.logo img {
	width: 100%;
}
.navbar_bg {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	margin-bottom: 0;
	background-color: transparent;
}
.navbar-inverse .nav_custom li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
}
.navbar-inverse .nav_custom li a:hover {
	background-color: transparent;
	color: #73A0FD;
}
.navbar-inverse .nav_custom li a.active {
	background-color: transparent;
	color: #73A0FD;
}
.nav > li > a {
	padding: 5px 22px;
}
.dropdown-menu {
	background: #2E4670;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: transparent;
	color: #73A0FD;
}
.dropdown-menu .divider {
  	background-color: #36568E;
}
.body_search {
	width: 100%;
}
.body_search input {
	border: 0;
	background: #2E4670;
	outline: 0;
	color: #fff;
}
.body_search input[type="text"] {
	width: 82%;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-right: 0;
	padding:10px 5%;
}
.body_search input[type="submit"] {
	width: 18%;
	background-image: url('../upload/image/design/default/search.png');
	-webkit-border-top-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-moz-border-radius-bottomright: 4px;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	background-repeat: no-repeat;
	background-position: center;
	padding:10px 1%;
	float: right;
	border-left:0;	
}
::-webkit-input-placeholder {color: #D1D1D1;}
::-moz-placeholder          {color: #D1D1D1;}/* Firefox 19+ */
:-moz-placeholder           {color: #D1D1D1;}/* Firefox 18- */
:-ms-input-placeholder      {color: #D1D1D1;}
.white_text {
	color:white;
}
.adress_header img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.adress_header {
	margin-bottom: 15px;
	margin-top: 8px;
}
.email_header a {
	color:white;
}
.email_header img {
	margin-right: 10px;
}
.phone_header {
	margin-bottom: 15px;
	margin-top: 8px;
}
.phone_header img {
	position: relative;
	top: -2px;
	margin-right: 10px;
}
.phone_header2 {
	margin-left: 32px;
}
#zav {
	background: rgba(32, 52, 87, 0.04);
	padding-top: 2%;
	padding-bottom: 2%;
}
.body_zav {
	background: #FFFFFF;
	box-shadow: 0px 1px 23px rgba(0, 0, 0, 0.07);
	padding: 8%;
	font-size: 18px;
}
.icon_zav {
	margin-bottom: 8%;
}
.name_zav {
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5%;
}
.text_zav {
	margin-bottom: 5%;
	font-size: 18px;
	height: 55px;
	overflow: hidden;
	padding-right: 20%;
}
.button_zav {
	background: #203457;
	border-radius: 3px;
	width: 70%;
	color: #fff;
	text-align: center;
	padding: 5% 0;
}
.button_zav a {
	color: #fff;
	text-decoration: none;
	font-weight: 500;
}
#list {
	padding-top: 2%;
	padding-bottom: 1%;
}
.item_l_body {
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	border: #C3D7E2;
	margin-bottom: 8%;
}
.img_l img {
	width: 100%;
}
.title_l {
	background: #203457;
	padding: 5% 0;
	text-align: center;
}
.title_l a {
	font-size: 19px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}
#text_main {
	padding-top: 1%;
	padding-bottom: 1%;
}
.title_news {
	font-size: 24px;
	font-weight: 500;
}
.body_list_news {
	margin-bottom: 8%;
}
.title_news {
	margin-bottom: 4%;
}
.date_news {
	font-size: 12px;
	margin-bottom: 4%;
}
.name_list_news {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 4%;
}
.text_list_news {
	font-size: 14px;
}
.block_left {
	background: #FFFFFF;
	box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.01);
}
.bg_block {
	background: #203457;
}
.block_right {
	box-shadow: 0px -4px 15px rgba(0, 0, 0, 0.01);
}
.bl_left {
	padding: 8%;
}
.bl_left p {
	margin-bottom: 7%;
}
.title_qq {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 6%;
}
.text_qq a {
	text-decoration: none;
}
.bl_right {
	padding: 6%;
}
.title_rg {
	font-size: 26px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 4%;
}
.button_rg {
	text-align: center;
	background: #73A0FD;
	border-radius: 30px;
	width: 40%;
	padding: 2% 0;
}
.button_rg a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}
#footer {
	padding-top: 1%;
	padding-bottom: 1%;
}
.corp {
	font-size: 14px;
	font-weight: 400;
}
.dev {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}
.slider {
	padding-left:0 !important;
	padding-right:0 !important; 
}
.slider img {
	width: 100%;
}
#body_simple {
	padding-top: 2%;
	padding-bottom: 2%;
	background: #E5E5E5;
}
.tap_city {
	margin-bottom: 25px;
	text-align: center;
}
.tap_city a {
	border: 1px solid #0766A6;
	box-sizing: border-box;
	padding: 8px 35px;
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}
.tap_city a.activ_city {
	border: 1px solid #0766A6;
	box-sizing: border-box;
	background: #0766A6;
	color: #fff;
}
.form-tp {
	background-color: #F4F4F4;
	color: #000;
}
.custom_sub {
	background-color: #73A0FD;
	color: #fff;
	font-size: 18px;
	height: 46px;
	border: 0;
}

.nav > li > a {
	padding: 5px 19px;
}

