


/* Start:/bitrix/templates/.default/components/bitrix/menu/menu/style.css*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url('/bitrix/templates/.default/components/bitrix/menu/menu/images/left_menu_bg.gif') top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */



/* Start:/bitrix/templates/.default/components/bitrix/news.list/s_list_carousel/style.css*/
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */



/* Start:/bitrix/templates/inner/template_styles.css*/
* {
  margin: 0;
}
html,
body {
  font-family: 'PT Sans', sans-serif;
  margin: 0;
  padding: 0;
  min-height: 100%;
  background: #10141e url(/img/star.jpg) no-repeat center top;
  color: #ffffff;
  font-size: 15px;
}
img {
  border: 0;
}
h1,
.h1 {
  font-size: 30px;
  font-weight: bold;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: bold;
}
h3,
.h3 {
  font-size: 18px;
  font-style: italic;
  font-weight: normal;
  margin: 0 0 10px;
}
a {
  color: #6189b1;
  outline: none;
}
a:hover {
  color: #6189b1;
  text-decoration: none;
}
.clr {
  clear: both;
}
.page {
  width: 960px;
  margin: 0 auto;
  position: relative;
  padding: 0 0 200px 0;
}
.all {
  min-height: 100%;
  position: relative;
}
.footer {
  position: absolute;
  height: 160px;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(/img/footer_fon.png);
}
.f_content {
  background: url(/img/logo_footer.png) no-repeat center;
  width: 960px;
  margin: 0 auto;
  height: 90px;
  font-size: 14px;
  color: #a9adb9;
  padding: 35px 10px;
}
.f_content div {
  float: right;
  text-align: right;
}
.header {
  height: 350px;
  margin: 0 0 30px 0;
}
.logo {
  text-align: center;
  line-height: 0;
  padding-top: 52px;
  position: relative;
}
.l_logo,
.r_logo {
  position: absolute;
  top: 180px;
  display: inline-block;
}
.l_logo {
  left: 77px;
}
.r_logo {
  right: 69px;
}
.menu {
  height: 58px;
  background: url(/img/menu_fon.png) no-repeat center;
  margin: 0 -35px;
  font-size: 20px;
  padding: 0 35px;
}
.menu a {
  color: #ffffff;
  text-decoration: none;
}
.menu a:hover {
  text-decoration: underline;
}
.m_item {
  display: table-cell;
  line-height: normal;
  width: 190px;
  text-align: center;
  vertical-align: middle;
  height: 55px;
}
.m_item:nth-child(2) {
  width: 290px;
}
.m_item:nth-child(2) a {
  margin-right: 100px;
}
.m_item:nth-child(3) {
  width: 290px;
}
.m_item:nth-child(3) a {
  margin-left: 100px;
}
.m_item:last-child {
  width: 100px;
  padding: 0 60px 0 40px;
  line-height: 18px;
}
.carousel {
  position: relative;
  margin: 0 10px 35px;
}
.carousel__block li {
  width: 940px;
  height: 276px;
  position: relative;
  line-height: 0;
}
.carousel__controls {
  position: absolute;
  left: 0;
  bottom: -16px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.carousel__controls span {
  display: inline-block;
  width: 7px;
  height: 8px;
  margin: 0 3px;
  background: url(/img/carousel.png);
  cursor: pointer;
}
.carousel__controls span.act {
  background: url(/img/carousel_act.png);
}
.service {
  padding: 0 10px;
}
.s_title {
  font-size: 45px;
  font-weight: bold;
  color: #29365b;
  text-align: center;
}
s_title--white{color:#fff;}
.s_title div {
  display: inline-block;
  position: relative;
}
.s_title div:before {
  content: "";
  position: absolute;
  width: 392px;
  height: 12px;
  left: -405px;
  top: 32px;
  background: url(/img/line_l.png);
}
.s_title div:after {
  content: "";
  position: absolute;
  width: 392px;
  height: 12px;
  right: -405px;
  top: 32px;
  background: url(/img/line_r.png);
}
.s_list {
  margin: 0 -10px 30px;
}
.s_item {
  width: 221px;
  height: 249px;
  display: inline-block;
  background: url(/img/s_item_fon.png);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 2px 2px 0 2px;
  margin: 11px 9px;
}
.s_item:hover .s_more,
.s_item:hover .s_desc {
  opacity: 1;
}
.s_item:hover .s_inner img {
  margin-top: -60px;
}
.s_inner {
  width: 217px;
  height: 225px;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
display:inline-block;
}
.s_inner img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_more {
  background: #2e3037;
  height: 22px;
  font-size: 14px;
  border-radius: 0 0 10px 10px;
  margin: 0 -2px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.s_more a {
  position: relative;
  display: inline-block;
}
.s_more a:after {
  content: "";
  width: 4px;
  height: 6px;
  position: absolute;
  right: -7px;
  bottom: 5px;
  background: url(/img/more.png);
}
.s_name {
  padding: 0 15px;
  font-size: 16px;
  text-align: center;
}
.s_name span {
  display: block;
  font-size: 20px;
  font-weight: bold;
}
.s_desc {
  padding: 0 15px;
  color: #8d98a3;
  font-size: 13px;
  text-align: center;
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.col {
  display: inline-block;
  vertical-align: top;
}
.index_col1 {
  width: 620px;
  margin: 0 40px 0 0;
}
.index_col1 div {
  line-height: 17px;
}
.index_col2 {
  width: 300px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
ul,
li,
p {
  padding-bottom: 10px;
}
ul,
ol {
  padding: 0 0 10px 20px;
}
.block {
  border-radius: 10px;
  background: #343841;
  padding: 0 25px 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.block.content {
  padding-top: 25px;
  padding-bottom: 20px;
  width: 700px;
  margin: 0 20px 0 0;
}
.block_head {
  font-size: 18px;
  font-weight: bold;
  background: #1b1c21;
  border-radius: 10px 10px 0 0;
  margin: 0 -25px 10px;
  padding: 15px 50px 15px 15px;
}
.content li {
  line-height: 15px;
}
.img_left {
  padding: 0 0 10px 170px;
}
.img_left img {
  float: left;
  margin: 0 0 0 -220px;
  border-radius: 10px;
}
ol.big_list {
  padding-left: 30px;
}
ol.big_list > li {
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  padding-bottom: 25px;
}
ol.big_list ol > div > li {
  font-size: 18px;
  line-height: 18px;
  font-weight: bold;
}
.inner .block_head {
  background: #1e4269;
  font-size: 24px;
  padding-right: 15px;
}
.inner .block {
  width: 220px;
  margin: 0 0 30px 0;
  padding-bottom: 15px;
}
.inner .block.phone {
  font-size: 18px;
}
.inner .line {
  line-height: 0px;
  margin: 10px -25px;
  background: #1b1c21;
  height: 3px;
}
button,
.btn,
input[type=button],
input[type=file] {
  border: 0;
  border-radius: 10px;
  color: #2b445d;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 1px rgba(239, 244, 251, 0.7), inset 0 0 2px rgba(255, 255, 255, 0.2);
  background: url(/img/btn.png);
  height: 46px;
  padding: 0 27px;
  font-family: 'PT Sans', sans-serif; cursor:pointer;
}
button i.request,
.btn i.request,
input[type=button] i.request,
input[type=file] i.request {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url(/img/flag.png);
  vertical-align: bottom;
  margin: 0 0 5px 0;
}
.btn{padding:6px 27px; text-decoration:none;}
.btn:hover{  color: #2b445d;}
.inner_carousel {
  padding: 50px 0 0 0;
  position: relative;
  width: 960px;
  margin: 0 0 100px;
}
.inner_carousel .s_title {
  color: #fff;
  margin: 0 0 20px 0;
}
.inner_carousel .s_title div:before {
  background: url(/img/line_l_1.png);
  width: 309px;
  left: -330px;
}
.inner_carousel .s_title div:after {
  background: url(/img/line_r_1.png);
  width: 309px;
  right: -330px;
}
.inner_carousel li {
  height: 240px;
  width: 240px;
  display: inline-block;
  text-align: center;
}
.inner_carousel .s_item {
  margin: 0;
}
.carousel__right {
  position: absolute;
  top: 200px;
  width: 27px;
  height: 52px;
  background: url(/img/right.png);
  right: -27px;
  cursor: pointer;
}
.carousel__left {
  position: absolute;
  top: 200px;
  width: 27px;
  height: 52px;
  background: url(/img/left.png);
  left: -27px;
  cursor: pointer;
}
.inner_carousel_block {
  width: 960px;
  height: 250px;
  overflow: hidden;
}
.email{font-size:16px;}
.request_line{font-size:20px; margin:10px 0; text-align:right;}
.request_line input{width:200px; font-size:16px;}
.label{width:100px; display:inline-block; margin:0 20px 0 0;}

.map_out{
margin-left:-25px; margin-top:20px;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/menu/style.css */
/* /bitrix/templates/.default/components/bitrix/news.list/s_list_carousel/style.css */
/* /bitrix/templates/inner/template_styles.css */
