

/* Start:/bitrix/templates/html/css/base.css?14405818428372*/
/* FORM */ fieldset {
	border: none;
	padding: 0 0 0 0;
	position: relative;
	margin-left: 0;
} /*TITLE*/
h1.b-title {
	font-size: 36px;
	margin: 35px 0 20px;
} /* LIST */
.list-item {
}
.list-item .item {
}
.list-item .item h3.title {
}
.list-item .item .date {
}
.list-item .item .descr {
}
.list-item .item .picture .pic {
}
.list-item .item .picture .zoom {
}
.list-item .item .pic {
} /* CATALOG */
.b-catalog {
}
.b-catalog .b-section-info {
}
.b-catalog .b-sections {
}
.b-catalog .b-elements {
}
.b-catalog .b-element {
}
.b-filter {
}
.b-catalog .b-sort {
}
.b-catalog .b-compare {
}
.b-catalog .b-labels {
}
.b-catalog .b-labels .b-new {
}
.b-catalog .b-labels .b-deals {
}
.b-catalog .b-labels .b-spec {
} /* DL-STRUCT*/
dl.contact {
	position: relative;
	overflow: hidden;
}
dl.contact dt {
	font-weight: bold;
	float: left;
	width: 85px;
}
dl.contact dd {
	margin-left: 90px;
} /* SEARCH-RESULT */ /*main search*/
.b-main-search .form-search {
	position: relative;
	padding: 5px 0 0 10px;
	background: #eae8e8;
	height: 41px;
	box-shadow: inset 1px 1px 3px 1px rgba(0,0,0,0.3);
	border: none;
	border-radius: 7px;
	width: 90%;
}
.b-main-search .inpt-search {
	background: transparent;
	border: none;
	width: 80%;
	font: 18px/1.3 Tahoma, Regular;
	color: #000000;
}
.b-main-search .search-btn {
	position: absolute;
	top: -5px;
	right: -12px;
}
.b-main-search span {
	display: block;
}
.b-main-search fieldset {
	padding-top: 2px;
	position: relative;
} /*//search*/
.b-search {
	overflow: hidden;
	padding: 60px 0 0 70px;
}
.inner .b-search {
	overflow: hidden;
	
}
.b-search input {
	height: 28px;
	border: 1px solid #d7d7d7;
	width: 270px;
}
.b-search input[type=text] {
	width: 200px;
	padding: 0 19px 0 8px;
	font-size: 13px;
	line-height: 30px;
	background: #fff;
}
.b-search .bot-search {
	width: 240px;
}
.b-search input[type=submit] {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 7px;
	right: 46px;
	font-size: 0;
	border: none;
	cursor: pointer;
	background: url('/bitrix/templates/html/css/../images/main-sprt.png') -123px -11px no-repeat;
}
.b-search .form-search {
	margin-bottom: 10px;
	width: 240px;
}
.b-search .site-map {
	font: 13px/1 'Tahoma', Regular, sans-serif;
	color: #18a1ec;
	text-decoration: none;
}
.b-search .site-map:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
ol.search-result h3 a:visited {
	color: #77198b;
}
ol.search-result .path {
	color: #888;
	font: bold 10px/14px Tahoma;
}
ol.search-result .path a {
	color: #888;
	font: 10px/14px Tahoma;
}
ol.search-result .path a:hover {
	color: #555;
}
ol.search-result .foundword, ol.search-result b {
	background: #fdf5a1;
} /*SITE MAP*/
.sitemap-simple-inner .db-site-map-level-1 {
	margin: 2px 0 2px 10px;
}
.sitemap-simple-inner .db-site-map-level-2 {
	margin: 2px 0 2px 30px;
}
.sitemap-simple-inner .db-site-map-level-3 {
	margin: 2px 0 2px 50px;
} /* B-CRUMBS */ /* B-FILES */ /*DB-FORM*/
.db-form {
	overflow: hidden;
}
.button {
	margin-right: 10px;
	position: relative;
	float: left;
	padding: 0 11px 0 0;
	height: 46px;
	cursor: pointer;
	vertical-align: middle;
}
.button .lnk {
	display: block;
	padding: 0 35px 0 16px;
	margin: 0;
	height: 46px;
	border: none;
	font: 18px/45px 'Tahoma', Helvetica, Regular, sans-serif;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	transition: 0;
	background-image: url(/bitrix/templates/html/css/../images/red-btn2.png);
	background-repeat: no-repeat;
	background-position: left top;
}

.ie7 .button .lnk {
	padding-right: 26px;
}
.ie7 .button .lnk {
	font-size: 14px;
}
.button i {
	display: block;
	position: absolute;
	width: 12px;
	height: 46px;
	background: url("/bitrix/templates/html/css/../images/red-btn2.png") right -50px no-repeat;
	top: 0;
	right: 0;
}
.button:hover .lnk {	
/*	
	background-position:left -100px;	
*/
background-image: url(/bitrix/templates/html/css/../images/red-btn-hover.png);
}
.button:hover i {
	background-position: right -149px;
	
}
.button:active .lnk, .button._active .lnk {
	background-position: left -200px;
	height: 47px;
}
.button:active i, .button._active i {
	background-position: right -251px;
}
.button.disabled {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: default;
}
.ie8 .button.disabled i {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}
.button.disabled .lnk {
	cursor: default;
}
.button.disabled:hover .lnk, .button.disabled:active .lnk, .button.disabled._active .lnk {
	background-position: left top;
	height: 46px;
}
.button.disabled:hover i, .button.disabled:active i, .button.disabled._active i {
	background-position: right -50px;
}
.button i.phone {
	position: absolute;
	top: 13px;
	right: 18px;
	width: 18px;
	height: 19px;
	background: url("/bitrix/templates/html/css/../images/main-sprt.png") -121px -55px no-repeat;
}
.button i.phone:hover {
	background-position: -121px -55px;
}
.button i.phone:active {
	background-position: -121px -55px;
}
.button.disabled:hover i.phone {
	background-position: -121px -55px;
}
.button.disabled:active i.phone {
	background-position: -121px -55px;
} /*//DB-FORM*/ /* FILE UPLOADER */
.db-form .db-drag_n_drop-field .file-selectdialog {
	background: none repeat scroll 0 0 #FFFFFF;
}
.db-form .db-drag_n_drop-field .file-selectdialog .file-extended .file-load-img {
	background: url("/bitrix/templates/html/css/../images/loading-place-img.png") no-repeat 0 0;
} /* DISTRIBUTION */
.b-index-map-info-header {
	font-size: 17px;
	color: #000;
	background-color: #fff;
}
.b-index-map-info-text {
	background-color: #3D9131;
	color: #fff;
}
.b-index-map-info-contacts, .b-index-map-info-contacts a {
	background-color: #2555a5;
	color: #fff;
}
.b-index-map-info-contacts a:focus, .b-index-map-info-contacts a:hover {
	color: #fff;
	border-color: rgba(255,255,255,0.6);
}
.b-index-map-info-contacts h5 {
	font-weight: normal;
	margin-bottom: 20px;
	color: #fff;
	font-size: 17px;
}
.b-index-map-info-contacts-table {
}
.b-index-map-info-contacts-table tbody td {
}
.b-distribution .tab {
	margin-left: 20px;
} /* B-MADEIN */
.inner .b-madein {
	
}
.b-madein {
	font: 13px/14px Tahoma;
	position: relative;
	padding-top: 25px;
}
.b-madein a {
	color: #fff;
	text-decoration: none;
	cursor: text;
}
.b-madein a:hover {
	color: #fff;
}
.b-madein .db a {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}
.b-madein .db a:hover {
	color: #de1b22;
}
.b-madein .pic {
	display: block;
	position: relative;
	top: 34px;
	left: -42px;
}
.b-madein a.pic {
	cursor: pointer;
}
.b-madein .m-links {
	display: block;
	white-space: nowrap;
	margin-bottom: 5px
} /************ fix bitrix ************/
.bx-images-viewer-image {
	opacity: 1!important;
}
.no-picture {
	background: url('/bitrix/templates/html/css/../images/no-picture.gif') right bottom no-repeat;
	width: 230px;
	height: 140px;
	border: 1px dotted #D5D5D5;
	margin-bottom: 17px;
}
.b-catalog-main.two .no-picture {
	width: 333px;
	background: url(/bitrix/templates/html/css/../images/no-picture.gif) 50px bottom no-repeat;
	height: 140px;
	margin-bottom: 17px;
}
.b-news .no-picture {
	width: 100px;
	height: 100px;
	background: url(/bitrix/templates/html/css/../images/no-picture-news.gif) right 18px no-repeat;
	background-size: 100px;
	float: left;
	margin: 0 13px 0 0;
}
.main .b-news .item {
	display: inline-block;
	margin: 0 0 35px 0;
}
.main .b-news .no-picture {
	width: 100px;
	height: 100px;
	background: url('/bitrix/templates/html/css/../images/no-picture-news.gif') right 18px no-repeat;
	background-size: 100px;
	float: left;
	margin: 0 13px 0 0px;
}
.main .b-realized-project .project-left .no-picture {
	background: url('/bitrix/templates/html/css/../images/no-picture.gif') 20px 56px no-repeat;
	width: 538px;
	height: 283px;
	border: 1px dotted #D5D5D5;
	margin-bottom: 17px;
}
.main .b-realized-project .project-left .project-info {
	width: 405px;
	overflow: hidden;
}
.main .b-realized-project .project-right .no-picture {
	background: url('/bitrix/templates/html/css/../images/no-picture.gif') 0px 26px no-repeat;
	width: 127px;
	height: 128px;
	border: 1px dotted #D5D5D5;
	float: left;
	margin: 0 20px 0 0;
	background-size: 128px;
}
.b-FXreviews .e-photos {
	display: block;
	width: 118px;
	float: left;
	max-height: 155px;
	overflow: hidden;
}
.b-FXreviews .e-photos .b-gallery-items .item {
	overflow: hidden;
	margin: 0px 20px 5px 0px;
	width: 110px;
}
.b-FXreviews .e-photos .b-gallery-items .item img.pic {
	border: 1px dotted #D5D5D5;
}
.b-FXreviews .b-gallery-items .picture {
	padding: 0px 9px 10px 0px;
	width: 106px;
}
.b-personal {
	margin-bottom: 30px;
}
/* End */


/* Start:/bitrix/templates/html/css/fixed_layouts.css?14436479149955*/
/* LAYOUT */
.g-wrapper {
  width: 100%;
  /*min-width: 980px;*/
  margin: 0 auto;
  min-height: 100%;
  overflow: hidden;
  background: #fff;
}
.g-wrapper_i {
  /*max-width: 1100px;*/
  /*min-width: 980px;*/
  margin: 0 auto;
  background: #fff;
  padding-bottom: 242px;
}
.inner .g-wrapper_i {
  padding-bottom: 275px;
}
.inner .g-header {
  position: relative;
  height: auto;
  background: url("/bitrix/templates/html/css/../images/inner-head-bg.jpg") no-repeat;
  margin: 0 0 45px 0;
}
.inner .pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 140px;
  background: url("/bitrix/templates/html/css/../images/pattern.png") repeat;
  z-index: 1;
}
.inner .inner-logo-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 561px;
  height: 140px;
  background: url("/bitrix/templates/html/css/../images/inner-logo-bg.png") no-repeat;
  z-index: 2;
}
.inner .lines {
  position: absolute;
  bottom: -55px;
  left: 0;
  width: 100%;
  height: 146px;
  background: url("/bitrix/templates/html/css/../images/inner-header-lines.png") no-repeat;
  z-index: 3;
  background-size: 100%;
}
.g-header:after {
  display:block;
  content: '';
  width: 100%;
  clear:both;
}
.g-header_i{
  /*width: 980px;*/
  margin: 0 auto;
}
.g-main{
  *zoom:1;
  position:relative;
  *position: static;
}
.g-main:after{
  content: '';
  width:100%;
  display:block;
  clear:both;
}
.g-main_i {
  /*width: 980px;*/
  margin: 0 auto;
}
.main .g-sidebar{
  float: right;
  /*width: 32%;*/
}
.inner .g-sidebar {
  width: 215px;
  margin: 0 50px 0 0;
  float: left;
  display: block;
}
.inner .g-content{
  overflow: hidden;
}
.g-footer{
  max-width: 1100px;
  min-width: 980px;
  margin: 0 auto;
  height: auto;
  margin-top: -242px;
  background: url("/bitrix/templates/html/css/../images/footer-bg.png") no-repeat;
}
.g-footer_i{
  position: relative;
  width: 980px;
  margin: 0 auto;
  padding-top: 41px;
}

.inner .g-footer {
  max-width: 100%;
  
  margin: 0 auto;
  margin-top: -248px;
  background: url("/bitrix/templates/html/css/../images/footer-bg.png") left bottom no-repeat;
  background-size: cover;
  background-position: left 0px ;
}
.inner .g-footer_i {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 45px;
}


#cssmenu a, #cssmenu span {
  text-align: center;
    padding: 10px 20px;
    color: #353535;
    /*border-bottom: 1px solid #cccccc;*/
    text-transform: uppercase;
    width: 100%;
    display: block;
    font-size: 14px;
    text-decoration: none;
}

#cssmenu ul ul li {
    padding: 0;
    border-top: none;
    background: #f7f7f7;
}

#cssmenu ul > li  ul a:before {
    content: " › ";
    text-decoration: none;
    left: 10px;
    color: #628102;
}

.top-menu-mobile .item_1 .sub-wrap { 
  box-shadow: none;
}

#cssmenu  a {
  text-align: center;
}

.top-menu-mobile .sub-wrap a {
    
    text-transform: none !important;
}

#cssmenu ul > li:hover {
  background: #ddd;
}

.tcon {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: block;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 40px;
  background: transparent;
  outline: none; }
  .tcon > * {
    display: block; }
  .tcon:hover, .tcon:focus {
    outline: none; }
  .tcon::-moz-focus-inner {
    border: 0; }

.tcon-menu__lines {
  display: inline-block;
  height: 5.71429px;
  width: 40px;
  border-radius: 2.85714px;
  transition: 0.3s;
  background: black;
  position: relative; }
  .tcon-menu__lines::before, .tcon-menu__lines::after {
    display: inline-block;
    height: 5.71429px;
    width: 40px;
    border-radius: 2.85714px;
    transition: 0.3s;
    background: black;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%; }
  .tcon-menu__lines::before {
    top: 10px; }
  .tcon-menu__lines::after {
    top: -10px; }
  .tcon-transform .tcon-menu__lines {
    -webkit-transform: scale3d(.8, .8, .8);
    transform: scale3d(.8, .8, .8); }

.tcon-menu--xbutterfly {
  width: 52px; 
}
  .tcon-menu--xbutterfly .tcon-menu__lines::before, .tcon-menu--xbutterfly .tcon-menu__lines::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top .3s .6s ease, -webkit-transform .3s ease;
    transition: top .3s .6s ease, transform .3s ease; }
  .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines {
    background: transparent; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before, .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      top: 0;
      transition: top .3s ease, -webkit-transform .3s .5s ease;
      transition: top .3s ease, transform .3s .5s ease;
      width: 40px; }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
      transform: rotate3d(0, 0, 1, 45deg); }
    .tcon-menu--xbutterfly.tcon-transform .tcon-menu__lines::after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
      transform: rotate3d(0, 0, 1, -45deg); }

.tcon-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .tcon-visuallyhidden:active, .tcon-visuallyhidden:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: 52px; }

  .tcon-menu--xbutterfly {
    margin: 0 auto;
  } 

  .g-footer {
    max-width: 100%;
    min-width: 100%;
  } 


.b-services {
  margin: 0 !important;
}

.b-news .list-item .item {
    vertical-align: top;
}

.b-industry-slider .caroufredsel_wrapper {
  margin: 0 auto !important;
  width: 100% !important;
  height: auto !important;
}

.b-industry-slider .caroufredsel_wrapper ul {
   text-align: center !important;
   width: 100% !important;
   position: relative !important;
   height: auto !important;
}

.b-industry-slider .item {
    float: none !important;
    width: 163px;
    height: 150px;
    vertical-align: top;
    text-align: center;
    display: inline-block;
}

.project-right p {
  font-size: 13px;
}


.main .b-partners .item img {
      -webkit-filter: grayscale(100%);
      -moz-filter: grayscale(100%);
      -ms-filter: grayscale(100%);
      -o-filter: grayscale(100%);
      filter: grayscale(100%);
}

.main .b-partners .item:hover img {
      -webkit-filter: grayscale(0%);
      -moz-filter: grayscale(0%);
      -ms-filter: grayscale(0%);
      -o-filter: grayscale(0%);
      filter: grayscale(0%);
        -webkit-transition: all .3s ease-in-out;
       -o-transition: all .3s ease-in-out;
          transition: all .3s ease-in-out;
}

.g-footer { 
    background-size: cover;
}

.g-footer_i { 
  width: 100%;
  padding-top: 45px;
}

.b-search { 
  padding: 60px 0 0 0px;
}

.b-footer-contact { 
  font-size: 13px;
}

footer {
  padding-bottom: 20px;
}

header .navbar {
  z-index: 999;
}

.b-footer-menu ._active {
    font-size: 13px;
}

.main .b-print, .main .menu-btn, .menu-btn {
  display: none;
}

.b-complete .lnk:hover {
  text-decoration:  none;
}

.pushy  .g-sidebar {
  float: none;
  width: 100%;
}

.pushy .b-left-menu .item_1 {
     margin: 0; 
}


.pushy .b-partners-item .descr a.lnk, .pushy .b-left-menu .item_1 a {
    color: #ddd;
}

.pushy .picture a , .pushy .descr a{
    padding:  0px;
    border: none;
}

.b-form .label { 
  font-size: 12px;
  white-space: normal;
  padding: 3px 7px 0px;
}

.b-form .submit .info { 
  margin-bottom: 40px;
      padding: 0;
}

.b-map img {
    display: block;
    max-width: 100%;
    height: auto;
}

.pushy .b-left-menu .item_1._active:before, .pushy .b-left-menu .item_1._active:after {
    background: #333332;
}

.b-pros {
  font-size: 0;
}

.b-pros li {
  font: italic 15px/1.3 'Trebuchet MS', Regular, sans-serif;
  font-size: 15px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
}


.b-catalog-main ul {
  font-size: 0;
}



.b-catalog-main .item {
  font-size: 13px ;
  box-sizing: border-box; ;
  margin: 0 0 30px 0px;
  padding: 5px;
}


.b-catalog-main  .picture,  .b-header-info {
  width: 100%;
}

.b-element .descr img, img {
    max-width: 100%;
    height: auto;
}

.b-news-item {
    margin-bottom: 20px;
}

.b-news-item h3.title a {
    

    text-decoration: none;
    margin: 0 0 7px 0px;
}

._serv .descr.ugc._clear {
        line-height: 19px;
}

.pagers .paging-item img {
    max-width: none;
}

.b-form .row {
    clear: left;
    margin-bottom: 15px !important;
}

.b-form .label label {
    font-weight: normal;
}

.b-form .label {
  text-align: left;
}

.b-form input.captcha {
    width: 180px;
}

.b-form .submit .info {
    width: 245px;
    padding: 0px 13% 0px 5% !important;
}

.b-left-menu .item_1 {
    margin: 0 0 17px 0 !important;
}



.b-partners-award {
    margin: 0px 0 59px 0 !important;
}

.ugc .b-pros li {
  width: 320px !important;
}

.dop-descr {
  margin-bottom: 27px;
}

.b-catalog-main .list-item {
    margin-left: 0px;
}

.MsoNormalTable td p {
  margin: 10px 0 10px;
}

a:-webkit-any-link {
    text-decoration: underline;
    cursor: auto;
}
.blog-tab-content a{
  color: #000;
}

blockquote {
  border-left: none;
}

.ugc blockquote {
  width: 521px !important;
  font-size: 13px;
}

p {
  margin: 10px 0px;
}

.b-partners .b-dop-info .picture {
  width: 118px;
}

.b-FXreviews .b-gallery-items .picture {
    width: 115px;
}

.b-complete .lnk, .b-partners-award a {
  text-decoration: none;
}

.ugc > .b-partners > .picture {
        width: 264px;
}
    
.ugc > .b-partners > .picture img{
        width: 223px;
}

.inner .b-hor-nav {
  line-height: 43px;
  
}

.dispnone {
    display: none !important;
}

#element-1103 .cat-trigger:nth-child(3) img {
    height: 30px !important;
}
/* End */


/* Start:/bitrix/templates/html/components/bitrix/breadcrumb/.default/style.css?1438256150599*/
/*
.b-crumbs {}

.b-crumbs ul.crumbs {
	position: relative;
	overflow: hidden;
	height: 16px;
	margin-bottom: 17px;
}

.b-crumbs ul.crumbs li {
	float: left;
	margin-right: 6px;
}

.b-crumbs ul.crumbs li a {
	float: left;
	padding-right: 3px;
}

.b-crumbs ul.crumbs li:after{
	content : '|';
}

.b-crumbs ul.crumbs li:last-child:after {
	content:''!important;
}
.b-crumbs ul.crumbs li a:hover {

}

.b-crumbs ul.crumbs li span, .b-crumbs ul.crumbs li a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	max-width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
*/
/* End */


/* Start:/bitrix/templates/html/components/bitrix/search.form/.default/style.css?1438256154143*/
/*
.b-search{
	position:relative;
	float:right;
}
.form-search{
	width:100%;
}
.b-search fieldset {
	margin:0;
	padding:0;
	border:0 none;
}
*/
/* End */


/* Start:/bitrix/templates/html/styles.css?16511582837451*/
/* RESET */
html{overflow-y: scroll;height: 100%;}
body{height: 100%;margin: 0;}
a img{border:none;}
:focus{outline: 0 none;}
h1,h2,h3,h4,h5,h6{margin:0;}
ul{margin:0;padding:0;list-style:none;}
table,th,td{vertical-align:middle;border-collapse:collapse;border-spacing:0;margin:0;padding:0;}
caption, .caption, th{text-align:left;font-weight: normal;}
section,article,aside,figure,footer,header,hgroup,nav {display: block;}
/*INIT*/
._left,._righ, ._dash,._dot, ._lnk, .img-caption, .caption, ._blockquote, ._noborder {}

/* HELPERS */
._left{float:left;}
._right{float:right;}
._center {text-align: center;}
._clear{*zoom:1;}
._ov{overflow: hidden;}
._clear:after{
  display:block;
  content: '';
  width: 100%;
  clear:both;
}
._dash {
  border-bottom: 1px dashed #0272c0;

}
._hide{display:none;}
._block {display:block;}

/* LIST */

/* links */

.lnk,._lnk,._dash,._dot{
  -webkit-transition: color .2s, border-color .2s;
  -moz-transition: color .2s, border-color .2s;
  -o-transition: color .2s, border-color .2s;
  transition: .2s, border-color .2s;
  color: #0272c0;
  cursor:pointer;
  text-decoration: none;
  /* padding-right: 2px; */
}
.ugc a {
  color: #0272c0;
  text-decoration: none;
  transition: all .2s;
  -moz-transition: all .2s;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -ms-transition: all .2s;
}
.ugc .btn-lnk:visited {
  color: #fff;
}

._noborder, a._noborder, span._noborder {border-bottom: none; text-decoration:none;}

span._dash{border-bottom: 1px dashed; text-decoration:none; cursor:pointer;}
span._dot{border-bottom: 1px dotted; text-decoration:none; cursor:pointer;}
span._lnk{border-bottom: 1px solid; text-decoration:none; cursor:pointer;}

._dot:hover, ._dash:hover, ._lnk:hover {
  border-bottom-color: rgba(0,0,0,0.75);
  color: #d21a20;
}

a:hover,a:active,a:focus{
  color: #d31a21;
}

.b-title {
  font: 54px/1.1 Arial, 'Tahoma', Regular, sans-serif;
}

/*h1{font: 54px/1.1 Arial, 'Tahoma', Regular, sans-serif;margin: 0 0 30px;}*/
h1{font: 36px/1.1 Arial, 'Tahoma', Regular, sans-serif;margin: 0 0 30px;}
h2{font: 44px/1.2 Arial, 'Tahoma', Regular, sans-serif;margin: 0 0 30px;}
h3{font: 30px/1.2 Arial, 'Tahoma', Regular;margin: 0 0 15px;}
h5{font: 18px/1.3 Arial, 'Tahoma', Regular;margin: 0 0 10px;}
h6, .caption, caption, .ugc .caption, .ugc caption{font: 16px/1.2 Arial, 'Tahoma', Regular;margin: 0 0 20px;;text-align:left;}


/* UGC */
.ugc{
	margin: 0 auto 20px;
}
.ugc h1{font: 36px/1.1 Arial, 'Tahoma', Regular, sans-serif;margin: 0 0 30px;}
.ugc h2{font: 30px/1.2 Arial, 'Tahoma', Regular, sans-serif;margin: 0 0 30px;}
.ugc h3{font: 24px/1.2 Arial, 'Tahoma', Regular;margin: 0 0 15px;}
.ugc h4{font: 21px/1 Arial, 'Tahoma', Regular;margin: 0 0 10px;}
.ugc h5{font: 18px/1.3 Arial, 'Tahoma', Regular;margin: 0 0 10px;}
.ugc h6, .caption, caption, .ugc .caption, .ugc caption{font: 16px/1.5 Arial, 'Tahoma', Regular;margin: 0 0 10px;;text-align:left;}

/* content*/
#workarea, .ugc p {
  font: 13px/1.5 Arial, 'Tahoma', Regular, sans-serif;
  color: #3a414a;
}

.ugc img {height:auto; max-width: 100%; vertical-align: bottom;}
.ugc img._right {display: block;margin: 2px 0 20px 20px;}
.ugc img._left {display: block;margin: 2px 20px 5px 0;}
.ugc .b-map  img {max-width: none;}
.ugc img[style*=left]{margin: 2px 20px 30px 0;}
.ugc img[style*=right]{margin: 2px 0 30px 20px;}
.ugc .ieLeft {margin: 0 15px 10px 0;}
.ugc .ieRight{margin: 0 0 10px 15px;}

.ugc .img-caption{
  background: #e6eed7;
  padding: 20px;
  display: block;
}

.mark {
  color: #0272c0;
  font-style: italic!important;
}

.ugc .comment {
  font: italic 13px/1.5 'Trebuchet MS', Regular, sans-serif;
  color: #999;
}

.ugc blockquote, .ugc ._blockquote {
        width: 430px;
	margin: 1.5em 10px;
	line-height: 1.35;
	color: #666;
	font-style: italic;
	font-family: Georgia, Times, serif;
	padding: 0 10% 0 20px;
        position: relative;
}
.ugc blockquote:before, .ugc ._blockquote:before {
        content: '«';
        font: italic 40px/1 Arial, Tahoma, Regular, sans-serif;
        color: #2397e5;
        position: absolute;
        top: -15px;
        left: -10px;
}
.ugc blockquote:after, .ugc ._blockquote:after {
        content: '»';
        font: italic 40px/1 Arial, Tahoma, Regular, sans-serif;
        color: #2397e5;
        position: absolute;
        right: 35px;
        bottom: -12px
}

/* lists */
.ugc ul{
	margin: 0 0 2em 25px;
	line-height: 1.35em;
}
.ugc ul > li {
	padding: 0 0 0 20px;
	margin: 0 0 1em;
	*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '—  '));
	*text-indent: -20px;
}
.ie7 .ugc ul > li {
  *text-indent: 0;
}
.ugc ul > li:before{
	display:block;
	width: 20px;
	margin: -1px 0 0 -20px;
	position:absolute;
	content: '—';
}
.ugc li ul{
	margin: 0.4em 0 1.5em 15px;
}
.ugc.b-vacancy li ul {
	margin-left: 0px;
}
.ugc li ul > li {
	padding: 0 0 0 15px;
	margin: 0 0 0.4em;
	*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', '—  '));
	*text-indent: -15px;
}

.ugc li ul > li:before {
	display:block;
	width: 15px;
	margin: -1px 0 0 -15px;
	position:absolute;
	content: '—';
}
.ugc ol{
	margin: 0 0 2em 25px;
	padding:0;
}
.ugc li ol{
	margin: 0.9em 0 0.9em 33px;
}
.ugc ol > li{
	list-style: outside decimal;
	margin: 0 0 7px;
}
.ugc li ol > li{
  list-style: outside decimal;
	margin: 0 0 0.7em;
}
.ugc .b-pros {
  margin-left: 10px;
}
.ugc .b-pros li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  width: 300px;
  vertical-align: top;
}
.ugc .b-pros  li:before {
  content: '';
}
.ugc .b-pros  li {
  font: italic 15px/1.3 'Trebuchet MS', Regular, sans-serif;
  color: #545454;
}
.ugc .b-pros .lnk {
  text-decoration: none;
}

/*b-news*/
.ugc .b-news-item {
  margin: 0 0 35px 0;
}
.ugc .b-news .date {
  font: italic 13px/1.5 'Trebuchet MS', Regular, sans-serif;
  color: #999;
  margin: 0 0 7px 0;
}
.ugc .b-news .title {
  font: 18px/1.3 'Trebuchet MS', Regular, sans-serif;
  color: #000;
  margin: 0 0 15px 0;
}
.ugc .b-news .descr {
  font: 13px/1.5 'Trebuchet MS', Regular, sans-serif;
  color: #3a414a;
}

/* tables */
.ugc table{
	width:100%;
	margin-bottom: 3.5em;
}
.ugc thead th, .ugc thead td{
  color: #fff;
	padding: 0 10px;
	font-weight: bold;
}
.ugc thead tr {
  height: 46px;
  background: url("/bitrix/templates/html/images/table-head.jpg") no-repeat;
}
.ugc tbody tr td:first-child {
  min-width: 81px;
}
.ugc tbody tr {
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
   border-bottom: 1px solid #ced8dc;
}
.ugc tbody tr:last-child {
  border-bottom: none;
}
.ugc tbody tr:hover {
  background: #e0f5fe;
}
.ugc tbody th{
	padding: 0.5em 1em;
	font-weight: bold;
	text-align: left;
}
.ugc tbody td{padding: 0.5em 10px;}
.ugc tbody tr.even td, .ugc tbody tr.even th{background: #f0f3e2;}

/*maps*/
.db-ymaps-cluster {line-height: 27px; width: 27px; height: 34px; background-repeat: no-repeat; text-align: center!important;}
.db-ymaps-cluster-text { font-weight: bold!important; color: white; margin-left: -1px;}

.descr.ugc._clear {
margin: 0;
}

#db-reviews-items li.item {
margin-bottom:70px;
}
.b-vacancy .b-dop-info._open {
margin-bottom:40px;
}
#workarea .b-catalog-service .info p {text-align: left;}

div.blog-post-rating,
div.blog-post-meta-util span.rating_vote_text {
display: none !important;
}
.b-main-search span {
margin-right:0;
}
.b-main-search span i,
.b-main-search span .lnk {
height:41px;
}
.b-toggle {
    top: 65px;
}

/* End */


/* Start:/bitrix/templates/html/template_styles.css?175524491054798*/
/* FONTS */ @font-face {
	font-family: 'futurabookcregular';
	src: url('/bitrix/templates/html/fonts/futurabookc-webfont.eot');
	src: url('/bitrix/templates/html/fonts/futurabookc-webfont.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/html/fonts/futurabookc-webfont.woff') format('woff'), url('/bitrix/templates/html/fonts/futurabookc-webfont.ttf') format('truetype'), url('/bitrix/templates/html/fonts/futurabookc-webfont.svg#futurabookcregular') format('svg');
	font-weight: normal;
	font-style: normal;
} /* TYPOGRAPHY */
body {
	background: #f1f2f3;
	color: #333;
	font: 1.4 Arial, Tahoma, Arial, sans-serif;/*1em = 10px*/
} /*b-logo*/
.b-logo {
	float: left;
	margin: 0 30px 0 -7px;
	padding-top: 45px;
} /*b-header-info*/
.b-header-info {
	background: url('/bitrix/templates/html/images/header-line.png') right bottom no-repeat;
	padding: 21px 0 13px 0;
	margin-bottom: 6px;
	float: right;
	text-align: right;
}
.b-header-info:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
} /*b-contact*/
.b-contact {
	display: inline-block;
*zoom: 1;
*display: inline;
}
.b-contact .adr {
	font: 14px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #58595a;
}
.b-contact .phone {
	display: inline-block;
*zoom: 1;
*display: inline;
	margin-left: 20px;
	font: 14px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #58595a;
	letter-spacing: -1px;
}
.b-contact .bold {
	font: bold 15px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #2e2f2f;
	letter-spacing: -1px;
	text-decoration: none;
} /*b-services-header*/
.b-svc {
	display: inline-block;
*zoom: 1;
*display: inline;
	margin-left: 29px;
}
.b-svc .lnk {
	font: 12px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #0272c0;
}
.b-svc .lnk:hover {
	color: #d31a21;
} /*b-lang*/
.b-lang {
	display: inline-block;
*zoom: 1;
*display: inline;
	margin-left: 37px;
*vertical-align: middle;
}
.b-lang .lnk {
	display: inline-block;
*zoom: 1;
*display: inline;
	font: 12px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #0272c0;
	text-decoration: none;
}
.b-lang .lang:hover {
	color: #d31a21;
	border-bottom-color: #d31a21;
}
.b-lang .flag {
	display: inline-block;
	width: 25px;
	height: 18px;
	background: url('/bitrix/templates/html/images/main-sprt.png') 1px -80px no-repeat;
*vertical-align: middle;
*margin-bottom: 0;
	margin-left: 9px;
	margin-bottom: -3px;
display: none;
}
.b-lang span._dash {
	padding-right: 0;
}
.ie7 .b-lang .flag {
	margin-bottom: -1px;
	background-position: 1px -84px;
}
.b-lang .flag.ru {
	background-position: 1px -80px;
}
.ie7 .b-lang .flag.ru {
	background-position: 1px -84px;
}
.b-lang .flag.eng {
	background-position: 1px -100px;
}
.b-lang .arrow {
	display: inline-block;
	width: 10px;
	height: 5px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -129px 0 no-repeat;
	margin-left: 7px;
*vertical-align: middle;
}
.b-lang .arrow.eng {
	background: none;
}
.b-lang .group-body {
	position: relative;
}
.b-lang .inner-wrap {
	position: absolute;
	z-index: 200;
	bottom: -29px;
	left: -28px;
	background: #fbfcfd;
	padding: 2px 2px 10px;
	text-align: right;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	margin-right: -2px;
}
.ie7 .b-lang .inner-wrap {
	bottom: -27px;
	width: 124px;
}
.ie9 .b-lang .inner-wrap {
	bottom: -30px;
} /*b-header-menu*/ /* b-hor-nav */
.b-hor-nav {
	width: 663px;
	float: right;
	position: relative;
	z-index: 100;
}
.b-hor-nav .b-level-1 {
	width: 100%;
	position: relative;
	height: 46px;
	display: table;
}
.b-hor-nav .item_1.current:hover {
	background: #fdfefe;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.b-hor-nav .b-level-1 .item_1 a, .b-hor-nav .b-level-1 .item_1 span {
	font: bold 14px/1 Arial, 'Tahoma', Regular, sans-serif;
	text-decoration: none;
	color: #272727;
	margin-bottom: 11px;
	display: inline-block;
*line-height: 1.2;
*display: inline;
*zoom: 1;
}
.b-hor-nav .item_1:hover a, .b-hor-nav .item_1:hover span {
	color: #d21a20;
}
.b-hor-nav b {
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: middle;
	margin: 0 0 0 4px;
	width: 9px;
	height: 5px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -130px -81px no-repeat;
}
.b-hor-nav .item_1 {
	overflow: visible;
	position: relative;
}
.b-hor-nav .item_1 {
	text-align: center;
	vertical-align: top;
	display: table-cell;
	
	vertical-align: middle;
}
.main .b-hor-nav .item_1 {
	padding-top: 13px;
}
.ie7 .b-hor-nav .item_1 {
	display: inline-block;
*zoom: 1;
*display: inline;
	margin-left: 16px;
}
.b-hor-nav .item_1 .item_inner &gt;
a, .b-hor-nav .item_1 .item_inner &gt;
span {
	height: 46px;
	display: block;
	font: bold 14px/46px Arial, 'Tahoma', Regular, sans-serif;
	text-decoration: none;
	color: #000;
}
.b-hor-nav .item_1 a:hover, .b-hor-nav .item_1._active a:hover, .b-hor-nav .item_1:hover {
	color: #d11920;
}
.b-hor-nav .sub-wrap {
	position: absolute;
	left: -30px;
	top: 2px;
	display: none;
	z-index: 500;
}

._current_1 .sub-wrap { 
	top: 0px;
}
.b-hor-nav .sub-wrap.b-level-3 {
	position: relative;
	top: 0;
	left: 0;
	box-shadow: none;
}
.ie7 .b-hor-nav .sub-wrap {
	top: 0px;
}
.item_1 .sub-wrap {
	text-align: left;
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
}
.b-hor-nav .item_1._current_1 .item_inner_fx, .b-hor-nav .item._active .item_inner_fx {
	border: 3px solid;
	position: relative;
	border-color: transparent;
	height: 48px;

	
}
.b-hor-nav .item_1._current_1 .item_inner_fx, .b-hor-nav .item._active .item_inner_fx {
	border-color: #2290e7 #2290e7 transparent #2290e7;
	margin-bottom: 8px;
}
.ie7 .b-hor-nav .item_1._current_1 .item_inner_fx, .ie7 .b-hor-nav .item._active .item_inner_fx {
	border-color: #2290e7 #2290e7 #2290e7 #2290e7;
	padding: 13px 7px 0 7px;
}
.menu_clFx {
	overflow: hidden;
}
.b-hor-nav ._current_1 .arr, .b-hor-nav .item_1._active .arr {
	position: absolute;
	z-index: 800;
	bottom: -11px;
	left: 50%;
	margin-left: -9px;
	height: 11px;
	width: 17px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -122px -90px no-repeat;
}
.ie7 .b-hor-nav ._current_1 .arr, .ie7 .b-hor-nav .item_1._active .arr {
	display: none;
}
.b-hor-nav ._current_1 .arr:before, .b-hor-nav .item_1._active .arr:before {
	content: '';
	position: absolute;
	left: 0;
	padding-left: 3000px;
	margin-left: -3000px;
	height: 3px;
	background: #2290e7;
}
.b-hor-nav ._current_1 .arr:after, .b-hor-nav .item_1._active .arr:after {
	content: '';
	position: absolute;
	right: 0;
	padding-right: 3000px;
	margin-right: -3000px;
	height: 3px;
	background: #2290e7;
}
.b-hor-nav .wrap {
	position: relative;
	top: 11px;
}
.item_1:last-child .sub-wrap {
	right: 0;
	left: auto;
	text-align: right;
}
.b-hor-nav .b-level-2 {
	min-width: 300px;
	padding: 20px 30px;
	background: #fcfdfd; /* Old browsers */
	background: -moz-linear-gradient(top, #fcfdfd 0%, #e8eff2 100%); /* FF3.6+ */
	background: linear-gradient(to bottom, #fcfdfd 0%, #e8eff2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfdfd', endColorstr='#e8eff2', GradientType=0 ); /* IE6-9 */
}
.b-hor-nav .item_2 {
	padding: 10px 30px;
	margin: 0 -30px 0;
}
.b-hor-nav .b-level-1 .item_2 a, .b-hor-nav .b-level-1 .item_2 span {
	margin-bottom: 0;
}
.b-hor-nav .item_2:hover {
	background: #d21a20;
}
.b-hor-nav .b-level-2 .item_2:hover a, .b-hor-nav .b-level-2 .item_2:hover span {
	color: #fff;
}
.b-hor-nav .b-level-2 .item_2 a, .b-hor-nav .b-level-2 .item_2 span {
	display: block;
	text-decoration: none;
	font: bold 13px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #000;
}
.b-hor-nav .item_1:hover .sub-wrap {
	display: block;
}
.b-hor-nav .b-level-3 {
	margin: 10px 0 0 10px; /* background: #c3c3c3;*/
}
.b-hor-nav a, .b-hor-nav span {
	transition: 0;
	-webkit-transition: 0;
	-moz-transition: 0;
	-o-transition: 0;
} /*b-header-top-wrp*/
.b-header-top-wrp {
	position: relative;
	z-index: 10;
}
.b-header-top-wrp:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.inner .b-header-top-wrp {	
	z-index: 3;
} /*b-main-slider*/
.b-main-slider-wrp {
	height: 500px;
	width: 1100px;
	margin: 0 -60px 4px;
	overflow: hidden;
	clear: both;
	position: relative;
	z-index: 1;
	top: -50px;
}
.b-main-slider {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	height: 417px;
}
.b-main-slider .pic {
	margin: 10px 0 0;
}
.b-main-slider .item {
	position: relative;
	float: left;
	height: 415px;
	width: 1100px;
}
.b-main-slider .lnk {
	display: block;
	text-decoration: none;
}
.b-main-slider .picture {
	position: absolute;
	top: 0;
	left: 20px;
}
.b-main-slider .slider-info {
	position: absolute;
	top: 20px;
	left: 430px;
}
.b-main-slider .top-title {
	margin: 0 0 10px 45px;
	font: 32px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #131415;
}
.b-main-slider .title {
	font: 56px/0.9 Arial, 'Tahoma', Regular, sans-serif;
	color: #131415;
	max-height: 65px;
	overflow: hidden;
}
.b-main-slider .descr {
	width: 440px;
	max-height: 150px;
	overflow: hidden;
	font: 13px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #3a414a;
	margin: 30px 0 0 0;
}
.b-main-slider .prev, .b-main-slider .next {
	display: block;
	width: 15px;
	height: 70px;
	position: absolute;
	top: 50%;
	background: url('/bitrix/templates/html/images/main-sprt.png') no-repeat;
	cursor: pointer;
}
.b-main-slider .prev {
	background-position: 0 0;
	left: 45px;
}
.b-main-slider .next {
	background-position: -21px 0;
	right: 45px;
}
.b-main-slider .prev:hover {
	background-position: -40px 0;
}
.b-main-slider .next:hover {
	background-position: -60px 0;
}
.b-main-slider .prev:active {
	left: 44px;
}
.b-main-slider .next:active {
	right: 44px;
}
.b-main-slider .pagers {
	position: absolute;
	text-align: center;
	bottom: -51px;
	right: 85px;
	z-index: 50;
}
.b-main-slider .paging-item {
	position: relative;
	display: inline-block;
*zoom: 1;
*display: inline;
	width: 104px;
	height: 70px;
	cursor: pointer;
}
.b-main-slider .gray {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 0;
	transition: 0.5s;
}

.b-main-slider .selected {
	top: 33px;
	margin: 0;
}

.b-main-slider .selected .gray {
	opacity: 0;
}
.b-main-slider .selected .color {
	position: absolute;
	z-index: 60;
	top: -4px;
	left: -2px;
	border: 2px solid #037ed4;
}
.b-main-slider .main-slider-lines {
	background: url('/bitrix/templates/html/images/main-slider-bot-bg.png') left bottom no-repeat;
	width: 1100px;
	height: 130px;
	position: absolute;
	left: 0;
	bottom: -81px;
} /*b-services*/
.b-services {
	overflow: hidden;
	margin: 0 0 85px 0;
}
.b-services:after {
	display: block;
	content: '';
	clear: both;
	width: 100%;
}
.b-services .title {
	display: inline-block;
*display:inline;
*zoom:1;
	font: 44px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #1f252c;
	margin: 0 75px 0 0;
}
.b-services .b-services-top .lnk {
	display: inline-block;
*display:inline;
*zoom:1;
}
.b-services .lnk {
	display: block;
	font: italic 14px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	text-decoration: none;
	color: #0272c0;
}
.b-services .lnk:hover {
	color: #d31a21;
}
.b-services .lnk:hover .picture {
	background: #d31a21;
}
.b-services .b-services-top {
	margin: 0 0 20px 0;
}
.b-services .item {
	display: inline-block;
*display:inline;
*zoom:1;
	vertical-align: top;
	width: 270px;
	margin: 0 39px 10px 0;
}
.b-services .picture {
	width: 70px;
	height: 70px;
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	background: #000;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.b-services .pic {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 70px;
	height: 70px;
}
.b-services .sub-title {
	overflow: hidden;
	padding: 10px 0 0 0;
} /*b-news*/
.b-news .title {
	display: inline-block;
*display:inline;
*zoom:1;
	font: 16px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #1f252c;
	margin: 0 0 2px;
}
.b-news .b-news-top {
	margin: 0 0 30px 0;
}
.b-news .item {
	display: inline-block;
*zoom: 1;
*display: inline;
	width: 100%;
}
.b-news .lnk {
	font: italic 14px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	text-decoration: none;
	color: #0272c0;
}
.b-news .lnk:hover {
	color: #d31a21;
}
.b-news .picture {
	float: left;
	margin: 0 15px 0 0;
	width: 100px;
	max-width: 100px;
	height: 100px;
	text-align: center;
}
.b-news .picture img.pic._left {
	float: initial;
	margin: 0px;
}
.b-news .descr-list {
	overflow: hidden;
}
.b-news .date {
	display: block;
	font: italic 13px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #999;
	margin: 0 0 7px 0;
}
.b-news .sub-title .lnk {
	color: #2d353e;
	text-decoration: underline;
}
.b-news .sub-title .lnk:hover {
	color: #d31a21;
} /*b-solution*/
.b-solution {
	position: relative;
	background: #ebebeb;
	width: 565px;
	height: 46px;
	margin-bottom: 50px;
}
.b-solution .button {
	position: absolute;
	top: 0;
	right: -144px;
}
.b-solution .descr {
	text-align: right;
	font: italic 15px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #797979;
	padding: 5px 15px 5px 100px;
	box-shadow: inset 0 0 7px 0 rgba(0,0,0,0.5);
}
.ie7 .b-solution .descr {
	padding-right: 30px;
} /*b-benefits*/
.b-benefits {
	background: url('/bitrix/templates/html/images/benefits-bg.jpg') no-repeat;
	width: 100%;
	height: 365px;
	margin: 50px 0px 60px;
	position: relative;
	padding: 20px 0 20px;
	background-size: 100%;
}
.b-benefits .pattern {
	display: block;
	width: 1100px;
	height: 480px;
	background: url('/bitrix/templates/html/images/pattern.png') repeat;
	position: absolute;
	top: 0;
	left: 0;
}
.b-benefits .lines-top {
	width: 100%;
	height: 78px;
	position: absolute;
	top: -49px;
	left: 0;
	z-index: 2;
	background: url('/bitrix/templates/html/images/benefits-top-lines.png') no-repeat;
	background-size: cover;
}
.b-benefits .lines-bot {
	width: 100%;
	height: 65px;
	position: absolute;
	bottom: -25px;
	left: 0;
	z-index: 2;
	background: url('/bitrix/templates/html/images/benefits-bot-lines.png') no-repeat;
	background-size: cover;
}
.b-benefits .lnk {
	position: absolute;
	top: 0;
	padding: 120px 0 0 0;
	display: block;
	text-decoration: none;
	width: 105px;
}
.b-benefits .list-item {
	padding: 55px 0 0 0px;
    text-align: center;
}
.b-benefits .item {
	position: relative;
	display: inline-block;
*zoom: 1;
*display: inline;
	padding: 130px 0px 0 0;
	width: 165px;
	text-align: center;
	vertical-align: top;
}
.b-benefits .picture {
	padding: 120px 0 0 0;
}
.b-benefits .gray, .b-benefits .color {
	position: absolute;
	top: 0;
	left: 32px;
	width: 100%;
}
.ie7 .b-benefits .gray, .ie7 .b-benefits .color {
	left: -50px;
}
.b-benefits .gray {
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	z-index: 2;
}
.b-benefits .color {
	z-index: 1;
}
.b-benefits .lnk:hover {
	width: 120px;
	margin: -6px 0 0 -8px;
}
.b-benefits .lnk:hover .gray {
	opacity: 0;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.b-benefits .title {
	font: bold 16px/1.3 Arial, 'Tahoma', Regular, sans-serif;
	color: #000;
	margin: 0 0 18px 0;
	max-height: 150px;
	overflow: hidden;
}
.b-benefits .descr {
	font: 13px/1.3 Arial, 'Tahoma', Regular, sans-serif;
	color: #111;
} /*b-industry-solutions*/
.b-industry {
	padding: 0 0 77px 0;
	margin: 0 0px 38px;
	background: url('/bitrix/templates/html/images/industry-bot-lines.png') left bottom no-repeat;
	background-size: 100%;
}
.ie7 .b-industry {
	width: 1100px;
}
.b-industry-wrap {
	
	margin: 0 auto;
}
.b-industry-solutions:after {
	content: '';
	width: 100%;
	display: block;
	clear: both;
}
.b-industry-solutions .title {
	font: 44px/1 Arial, 'Tahoma', Regular, sans-serif;
	width: 280px;
	float: left;
	margin: 0 55px 40px 85px;
}
.b-industry-solutions .descr {
	overflow: hidden;
	font: 13px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	padding: 5px 0 0 0;
}
.b-industry-slider {
	position: relative;
}
.b-industry-slider .item {
	float: left;
	width: 163px;
	height: 150px;
	vertical-align: top;
	text-align: center;
}
.b-industry-slider .lnk {
	display: block;
}
.b-industry-slider .lnk:hover .picture {
	background: #d62424;
}
.b-industry-slider .picture {
	background: #137cd9;
	width: 100px;
	height: 100px;
	display: inline-block;
*display:inline;
*zoom:1;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
}
.b-industry-slider .sub-title {
	font: italic 15px/1 Arial, 'Tahoma', Regular, sans-serif;
	text-align: center;
	padding-top: 10px;
}
.b-industry-slider .blur-left, .b-industry-slider .blur-right {
	position: absolute;
	top: 0;
	display: block;
	width: 67px;
	height: 182px;
}
.ie7 .b-industry-slider .blur-left, .ie7 .b-industry-slider .blur-right {
	top: 40px;
}
.b-industry-slider .blur-left { /*background: url('/bitrix/templates/html/images/blur-left.png')*/
no-repeat;
	left: 0;
}
.b-industry-slider .blur-right { /*background: url('/bitrix/templates/html/images/blur-right.png') left -10px no-repeat;*/
	right: 0;
}
.b-industry-slider .prev, .b-industry-slider .next {
	display: block;
	width: 15px;
	height: 70px;
	position: absolute;
	top: 6px;
	background: url('/bitrix/templates/html/images/main-sprt.png') no-repeat;
	cursor: pointer;
}
.ie7 .b-industry-slider .prev, .ie7 .b-industry-slider .next {
	top: 83px;
}
.b-industry-slider .prev {
	background-position: 0 0;
	left: -15px;
}
.b-industry-slider .next {
	background-position: -21px 0;
	right: -15px;
}
.b-industry-slider .prev:hover {
	background-position: -40px 0;
}
.b-industry-slider .next:hover {
	background-position: -60px 0;
}
.b-industry-slider .prev:active {
	left: -16px;
}
.b-industry-slider .next:active {
	right: -16px;
} /*b-realized-project*/
.b-realized-project {
	margin: 0 0 83px 0;
}
.b-realized-project:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.b-realized-project .title {
	display: inline-block;
*zoom: 1;
*display: inline;
	font: 44px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	margin: 0 150px 37px 0;
}
.b-realized-project .lnk {
	font: italic 15px/1 Arial, 'Tahoma', Regular, sans-serif;
}
.ie7 .b-realized-project .lnk {
	display: inline-block;
	margin-bottom: 35px;
}
.ie7 .b-realized-project .sub-title .lnk {
	margin-bottom: 0;
}
.b-realized-project .project-item {
	margin: 0 0 21px 0;
}
.ie7 .b-realized-project .project-item {
	margin-bottom: 20px;
}
.b-realized-project .project-item:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.b-realized-project .project-left {
	position: relative;
	float: left;
	margin: 0 25px 0 0;
}
.b-realized-project .project-right {
	overflow: hidden;
}
.b-realized-project .picture {
	float: left;
	margin: 0 20px 0 0;
}
.b-realized-project .descr {
	overflow: hidden;
}
.b-realized-project .descr .lnk {
	font: 19px/1.2 Arial, 'Tahoma', Regular, sans-serif;
}
.b-realized-project .sub-title {
	margin: 0 0 20px 0;
}
.b-realized-project .project-info {
	position: absolute;
	top: 100px;
	left: 55px;
	z-index: 2;
}
.b-realized-project .shadow {
	display: block;
	width: 538px;
	height: 283px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: url('/bitrix/templates/html/images/shadow.png') no-repeat;
}
.b-realized-project .project-info .title {
	display: block;
	width: 390px;
	font: 39px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #fff;
	margin-bottom: 6px;
	max-height: 120px;
	overflow: hidden;
	text-decoration: none;
}
.b-realized-project .project-info .title:hover {
	color: #18a1ec;
}
.b-realized-project .project-info .descr {
	font: 14px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #fff;
	width: 420px;
	max-height: 80px;
}
.main .nougc .b-realized-project .project-left .project-info {
	width: 420px;
}
/*b-award*/
.b-award {
	margin: 0 0 110px 0;
}
.b-award-wrap {
	width: 980px;
	margin: 0 auto;
}
.b-award .b-award-item {
	display: inline-block;
*zoom: 1;
*display: inline;
	text-align: center;
	vertical-align: top;
	margin: 0 22px 30px 0;
}
.b-award .b-award-group {
	float: left;
	width: 411px;
	margin-left: 5px;
}
.b-award .b-award-group:before {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.b-award .descr {
	overflow: hidden;
	font: 32px/1 Arial, 'Tahoma', Regular, sans-serif;
	width: 415px;
}
.b-award .lnk {
	font: bold 16px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	width: 170px;
	display: block;
} /*b-partners*/
.main .b-partners {
	margin: 0 0px 34px;
	background: url('/bitrix/templates/html/images/partners-bg.png') 0 21px no-repeat;
	padding: 155px 0 0 0;
	    background-size: 100%;
}
.main .ie7 .b-partners {
	width: 1100px;
}
.main .b-partners-wrap {
	
	margin: 0 auto;
}
.main .b-partners .b-partners-group {
	overflow: hidden;
}
.main .b-partners .list-ite {
	margin-left: -20px;
}
.main .b-partners .list-item {
	font: 0/0 a;
}
.main .b-partners .item {
	position: relative;
	display: inline-block;
*zoom: 1;
*display: inline;
	vertical-align: middle;
	margin: 0 0 45px 21px;
}
.main .b-partners .gray {
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}
.main .b-partners .item:hover .gray {
	opacity: 0;
}
.main .b-partners .title {
	font: 44px/0.9 Arial, 'Tahoma', Regular, sans-serif;
	margin: 0 0 19px 0;
}
.main .b-partners .lnk {
	font: italic 15px/1.1 Arial, 'Tahoma', Regular, sans-serif;
}
.main .b-partners .b-partners-left {
	float: left;
	width: 250px;
} /*b-project-promo*/
.b-project-promo { /*padding: 0 0 80px 0; margin: 0 0 30px 0; background: url('/bitrix/templates/html/images/inner-bot-lines.png') left bottom no-repeat;*/
}
.b-project-promo .picture {
	position: relative;
	height: 290px;
	background: url('/bitrix/templates/html/images/tmp/project-info.jpg') right top no-repeat;
	margin: 0 auto 20px auto;
	box-shadow: 0px 3px 4px 0px;
	-moz-box-shadow: 0px 3px 4px 0px;
    max-width: 729px;
}
.b-project-promo .mask {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 273px;
	height: 290px;
	background: url('/bitrix/templates/html/images/tmp/mask.jpg') no-repeat;
}
.b-project-promo .arr {
	position: absolute;
	top: 0;
	left: 273px;
	display: block;
	width: 34px;
	height: 80px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -31px -85px no-repeat;
}
.b-project-promo .title {
	position: absolute;
	top: 40px;
	left: 30px;
	width: 210px;
	text-transform: uppercase;
	font: 18px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #fff;
} /*b-result*/
.b-result-slider {
	position: relative;
	height: 340px;
	overflow: hidden;
}
.b-result {
	margin-bottom: 25px;
}
.b-result .list-item {
	margin-left: 0;
}
.b-result .item {
	position: relative;
	padding-left: 0;
	margin-bottom: 0;
	width: 728px;
	height: 340px;
	float: left;
*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', ' '));
}
.b-result .item:before {
	content: '';
}
.b-result .prev, .b-result .next {
	display: block;
	width: 67px;
	height: 67px;
	position: absolute;
	top: 137px;
	background: url('/bitrix/templates/html/images/main-sprt.png') no-repeat;
	cursor: pointer;
}
.b-result .prev {
	left: 3px;
	background-position: 0 -168px;
}
.b-result .next {
	right: 3px;
	background-position: -72px -168px;
}
.b-result .prev:active {
	left: 2px;
}
.b-result .next:active {
	right: 2px;
}
.b-result .sub-title {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background: url('/bitrix/templates/html/images/result-slider-title-bg.png') no-repeat;
	font: 14px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #fff;
	padding: 15px 0 0 30px;
} /*b-category*/
.b-category {
	padding-bottom: 60px;
	background: url('/bitrix/templates/html/images/inner-bot-lines.png') left bottom no-repeat;
}
.ie7 .b-category {
	overflow: hidden;
}
.b-category .cat-trigger {
	margin-bottom: 18px;
}
.b-category .title {
	position: relative;
	height: 41px;
	background: url('/bitrix/templates/html/images/category-bg.jpg') no-repeat;
    background-size: cover;
	color: #fff;
	font: 18px/1 Arial, 'Tahoma', Regular, sans-serif;
	text-transform: uppercase;
	padding: 10px 0 0 35px;
	margin-bottom: 0;
}
.b-category .title.border {
	border-top: 2px solid #000;
}
.b-category .title span {
	display: inline-block;
*zoom: 1;
*display: inline;
	border-bottom: 1px dashed #fff;
	cursor: pointer;
}
.b-category .title span:after {
	content: '-';
	position: absolute;
	top: 4px;
	left: 15px;
	font: 25px/1 Arial, 'Tahoma', Regular, sans-serif;
}
.b-category .title span.open:after {
	content: '+';
	position: absolute;
	top: 7px;
	left: 12px;
	font: 25px/1 Arial, 'Tahoma', Regular, sans-serif;
}
.b-cat.cat-trigger .cat-sub-block {
	display: none;
}
.b-category .cat-sub-block {
	position: relative;
	padding-top: 30px;
	border-top: 3px solid #000;
}
.ie7 .b-category .cat-sub-block {
	position: static;
}
.b-category .arr {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 18px;
	height: 7px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -121px -134px no-repeat;
} /*b-question*/
.b-cat-question {
	margin: 0 0 30px 0;
}
.b-cat-question .sub-title {
	font: 18px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #0272c0;
	margin: 0 0 20px 0;
} /*b-tabs*/
.b-tabs .b-tabs-head {
	background: url('/bitrix/templates/html/images/category-bg.jpg') no-repeat;
	height: 40px;
}
.b-tabs .b-tabs-head .list-item {
	margin: 0;
}
.b-tabs .item {
*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', ' '));
}
.b-tabs-head .tab-head-item {
	display: inline-block;
*zoom: 1;
*display: inline;
	font: 18px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding: 10px;
	cursor: pointer;
}
.b-tabs .tab-head-item:before {
	content: '';
}
.b-tabs .tab-head-item.current {
	background: #d31a21;
	padding: 11px 10px 11px;
}
.b-tabs .tab-body {
	padding-top: 30px;
}
.b-tabs .tab-body-item {
	display: none;
} /*b-catalog-service*/
.b-catalog-service {
	position: relative;
}
.b-catalog-service .arr {
	display: block;
	width: 18px;
	height: 7px;
	position: absolute;
	top: -30px;
	left: 120px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -121px -147px no-repeat;
}
.b-catalog-service .list-item {
	margin-left: -20px;
}
.b-catalog-service .item {
	position: relative;
	display: inline-block;
*zoom: 1;
*display: inline;
	width: 46.9%;
	padding-left: 80px;
	vertical-align: top;
	margin: 0 0 30px 20px;
}
.b-catalog-service a {
	display: block;
	margin-bottom: 15px;
	color: #333;
}
.b-catalog-service a:hover {
	color: #d31a21;
}
.b-catalog-service a:hover .picture {
	background: #d31a21;
}
.b-catalog-service .item:before {
	content: '';
}
.b-catalog-service .picture {
	position: absolute;
	float: left;
	width: 70px;
	height: 70px;
	background: #000;
	margin: 0 20px 0 0;
	left: 0;
	top: -10px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
}
.b-catalog-service .title {
	text-decoration: underline;
	font: 18px/1 Arial, 'Tahoma', Regular, sans-serif;
	margin-bottom: 15px;
}
.b-catalog-service .number {
	display: block;
	font: italic 13px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #999;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.b-catalog-service .lnk {
	font: 18px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #0272c0;
}
.b-catalog-service .info {
	margin: 0 0 30px 0;
} /*b-catalog-industry*/
.b-catalog-industry {
	position: relative;
}
.b-catalog-industry .arr {
	display: block;
	width: 18px;
	height: 7px;
	position: absolute;
	top: -30px;
	left: 335px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -121px -147px no-repeat;
}
.b-catalog-industry .list-item {
	margin-left: -20px;
}
.b-catalog-industry .item {
	position: relative;
	display: inline-block;
*zoom: 1;
*display: inline;
	width: 47%;
	padding-left: 70px;
	vertical-align: top;
	margin: 0 0 30px 20px;
}
.b-catalog-industry a {
	display: block;
	margin-bottom: 15px;
	color: #333;
}
.b-catalog-industry a:hover {
	color: #d31a21;
}
.b-catalog-industry a:hover .picture {
	background: #d31a21;
}
.b-catalog-industry .item:before {
	content: '';
}
.b-catalog-industry .picture {
	position: absolute;
	float: left;
	width: 60px;
	height: 60px;
	background: #000;
	margin: 0 20px 0 0;
	left: 0;
	top: -15px;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
}

.list-item .item .picture .pic {
	max-width: 100%;
}
.b-catalog-industry .title {
	text-decoration: underline;
	font: 24px/1 Arial, 'Tahoma', Regular, sans-serif;
	margin-bottom: 15px;
}
.b-catalog-industry .number {
	display: block;
	color: #999;
	border-bottom: 1px solid #999;
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.b-catalog-industry .lnk {
	font: 18px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #0272c0;
}
.b-catalog-industry .info {
	margin: 0 0 30px 0;
} /*b-inner-industry*/
.b-inner-industry .title {
	text-decoration: none;
}
.b-inner-industry a {
	color: #0272c0;
} /*b-inner-service*/
.b-inner-service a:hover .title {
	text-decoration: none;
}
.b-inner-service .number {
	padding: 0;
}
.b-inner-service .lnk {
	font-style: italic;
	font-size: 15px;
} /*b-inner-catalog*/
.b-catalog-head {
	padding-bottom: 90px;
	background: url('/bitrix/templates/html/images/inner-bot-lines.png') left bottom no-repeat;
	margin-bottom: 30px;
	overflow: hidden;
}
.b-inner-catalog .b-sections li.item:before {
	content: '';
}
.b-catalog-head .picture { /* width: 100px; height: 100px; */
	background: #1e8de7;
	float: left;
	margin-right: 32px;
	position: relative;
}

.b-catalog-main .picture {
	background: #fff;
} 
.b-catalog-head .b-catalog-main .picture {
	margin-right: 0;
}
.b-catalog-head .descr {
	overflow: hidden;
	padding-top: 15px;
}
.b-catalog-head .service-descr {
	text-align: right;
	padding-right: 3px;
}
.b-catalog-head .lnk {
	font-style: italic;
} /*main*/

.b-catalog-main .item {
	display: inline-block;
*display:inline;
*zoom:1;
	 width: 33.3%;
	padding-left: 0;
	vertical-align: top;
	margin: 0 0 30px 0px;
}
.b-catalog-main .item:before {
	content: '';
}
.b-catalog-main .picture {
	margin-bottom: 20px;
}
.ugc .b-catalog-main .pic {
	max-width: none;
} /*main-2*/

.b-catalog-main.two .item {
	box-sizing: border-box;
	display: inline-block;
*display:inline;
*zoom:1;
	width: 50%;
	vertical-align: top;
	margin: 0 0 35px 0px;
}
.b-catalog-main.two .item:before {
	content: '';
}
.b-catalog-main.two .picture {
	margin-bottom: 20px;
	text-align: left;
} /*bootom*/
.b-catalog-bottom {
}
.b-catalog-bottom .head .title {
	margin: 0 20px 40px 0;
	overflow: hidden;
}
.b-catalog-bottom .head .lnk {
	float: right;
	padding-top: 5px;
	font-style: italic;
}
.b-catalog-bottom .picture {
	float: left;
	margin-right: 30px;
}
.b-catalog-bottom .b-catalog-main .picture {
	margin-right: 0;
}
.b-catalog-bottom .descr {
	overflow: hidden;
	width: auto;
}
.b-catalog-bottom .b-leader .descr {
	/*width: 100%; */
}
.b-catalog-bottom .position {
	font: 15px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #666;
	margin-bottom: 7px;
}
.b-catalog-bottom .name {
	font: bold 18px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	margin-bottom: 7px;
}
.b-catalog-bottom p {
	margin: 0 0 7px 0;
} /*b-inner-elem*/
.b-inner-elem {
	margin-bottom: 40px;
}
.b-inner-elem .title {
	margin-bottom: 5px;
}
.b-inner-elem p {
	margin: 0;
} /*b-project-reviews*/
.b-project-reviews {
	margin-bottom: 50px;
	padding-top: 30px;
}
.b-project-reviews .title {
	font: 52px/0.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #208de6;
	width: 135px;
	float: left;
	margin-right: 30px;
}
.b-project-reviews .sub-title {
	font: 52px/0.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #208de6;
	width: 135px;
	float: left;
	margin-right: 30px;
}
.ie7 .b-project-reviews .title {
	line-height: 0.8;
}
.b-project-reviews .small {
	font: 24px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #3a414a;
	display: block;
	margin: 14px 0 0 3px;
}
.b-project-reviews .descr {
	overflow: hidden;
	font: italic 12px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #626262;
}
.b-project-reviews .name, .b-project-reviews .from {
	font: italic 15px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #2b2b2b;
}
.b-project-reviews .from {
	margin-bottom: 7px;
}
.b-project-reviews .all-reviews {
	text-align: right;
}
.b-project-reviews .lnk {
	font-style: italic;
} /*b-embedded*/
.b-embedded .list-item {
	margin-left: 0;
}
.b-embedded .item {
	display: inline-block;
*zoom: 1;
*display: inline;
	width: 350px;
	padding-left: 0;
	margin-bottom: 30px;
	vertical-align: top;
*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', ' '));
}
.b-embedded .item:before {
	content: '';
}
.b-embedded .picture {
	float: left;
	background: #000;
	width: 60px;
	height: 60px;
	margin-right: 20px;
	margin-top: -11px;
}
.b-embedded .descr-list {
	overflow: hidden;
}
.b-embedded .title {
	font: italic 15px/1 Arial, 'Tahoma', Regular, sans-serif;
	margin-bottom: 15px;
}
.b-embedded h2 {
	max-width: 395px
}
; /*inner b-left-menu*/
.b-left-menu {
	width: 215px;
	margin: 0 0 100px 0;
}
.b-left-menu .title {
	font: 18px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #999;
	text-transform: uppercase;
	margin: 0 0 70px 0;
}

.pushy .b-left-menu .title { 
    margin: 10px 0 20px 20px;
}

.pushy .b-complete .number:before {
    display: none;
}

.b-left-menu .item_1 {
	
}
.b-left-menu .item_2 {
	width: 160px;
}
.b-left-menu .item_1 a, .b-left-menu .item_1 span {
	font: bold 15px/1.3 Arial, 'Tahoma', Regular, sans-serif;
	color: #005d9e;
	text-decoration: none;
    position: relative;
}
.b-left-menu .item_1 a:hover, .b-left-menu .item_1 span:hover {
	color: #d31a21;
}
.b-left-menu .item_1._active a, .b-left-menu .item_1._active span {
	color: #fff;
}
.b-left-menu .item_1._current &gt;
a, .b-left-menu .item_1._current &gt;
span {
	color: #d31a21;
}
.b-left-menu .item_1._active {
	position: relative;
	background: #d1191f;
	margin: 0 0 20px -25px !important;
	padding: 10px 25px 10px 24px;
	overflow: hidden;
	width: 270px;
}
.b-left-menu .item_1._active:before {
	content: '';
	position: absolute;
	right: -16px;
	display: block;
	height: 68px;
	width: 44px;
	background: #fff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.b-left-menu .item_1._active:after {
	content: '';
	position: absolute;
	right: -46px;
	display: block;
	height: 61px;
	width: 83px;
	background: #fff;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.b-left-menu .item_1._active:before {
	top: 56%;
}
.b-left-menu .item_1._active:after {
	bottom: 56%;
}
.ie8 .b-left-menu .item_1._active:before {
	content: '';
	width: 0;
	height: 0;
}
.ie8 .b-left-menu .item_1._active:after {
	content: '';
	width: 0;
	height: 0;
}
.b-left-menu .item_2._active {
	position: relative;
	background: #d1191f;
	margin: 0 0 20px -35px;
	padding: 5px 25px 5px 24px;
    width: 230px;
}
.b-left-menu .item_2._active:before {
	content: '';
	position: absolute;
	right: -34px;
	display: block;
	height: 50px;
	width: 51px;
	background: #fff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.b-left-menu .item_2._active:after {
	content: '';
	position: absolute;
	right: -34px;
	display: block;
	height: 49px;
	width: 55px;
	background: #fff;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.ie8 .b-left-menu .item_2._active:before {
	background: none;
}
.ie8 .b-left-menu .item_2._active:after {
	background: none;
}
.b-left-menu .item_2._active:before {
	top: 60%;
}
.b-left-menu .item_2._active:after {
	bottom: 60%;
}
.b-left-menu .item_2._active a, .b-left-menu .item_2._active span {
	color: #0272c0;
}
.b-left-menu .item_2 a, .b-left-menu .item_2 span {
	font: bold 13px/1.4 Arial, 'Tahoma', Regular, sans-serif;
	color: #0272c0;
	text-decoration: none;
}
.b-left-menu .item_2._active a, .b-left-menu .item_2._active span {
	color: #fff;
}
.b-left-menu .item_2 span {
	font: bold 13px/1.4 Arial, 'Tahoma', Regular, sans-serif;
	color: #0272c0;
	text-decoration: none;
}
.b-left-menu .b-level-2 {
	padding: 15px 0 0 25px;
}
.b-left-menu .item_1 {
	margin: 0 0 20px 0;
}
.b-left-menu .item_2 {
	margin: 0 0 15px 0;
}
.b-left-menu .b-level-3 {
	padding: 10px 0 0 15px;
}
.b-left-menu .item_3 {
	margin: 0 0 5px 0;
}
.b-left-menu .item_3 a, .b-left-menu .item_3 span {
	font: 13px/1.4 Arial, 'Tahoma', Regular, sans-serif;
	color: #0272c0;
	text-decoration: none;
}
.b-left-menu .item_3 a:hover .b-left-menu .item_3 span:hover {
	color: #d31a21;
}
.b-left-menu .item_3._active a, .b-left-menu .item_3._active span {
	color: #d31a21;
	background: none;
}
._current_1 .b-level-2 ._current &gt;
span {
	display: block;
	color: #fff;
	position: relative;
	background: #d1191f;
	margin: 0 0 5px -35px;
	padding: 10px 35px 10px 35px;
}
._current_1 .b-level-2 ._current &gt;
span:before {
	top: 60%;
}
._current_1 .b-level-2 ._current &gt;
span:after {
	bottom: 60%;
}
._current_1 .b-level-2 ._current &gt;
span:before {
	content: '';
	position: absolute;
	right: -27px;
	display: block;
	height: 38px;
	width: 38px;
	background: #fff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
._current_1 .b-level-2 ._current &gt;
span:after {
	content: '';
	position: absolute;
	right: -27px;
	display: block;
	height: 38px;
	width: 38px;
	background: #fff;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
}
.b-left-menu ._current_2 &gt;
span, .b-left-menu ._current_2 &gt;
a {
	display: block;
	color: #fff;
}
.b-left-menu ._current_2 &gt;
span:hover, .b-left-menu ._current_2 &gt;
a:hover {
	color: #fff;
}
.b-left-menu ._current_2 &gt;
span, .b-left-menu ._current_2 &gt;
a {
	position: relative;
	background: #d1191f;
	margin: 0 0 5px -35px;
	padding: 10px 35px 10px 35px;
}
.b-left-menu ._current_2 &gt;
span:before, .b-left-menu ._current_2 &gt;
a:before {
	top: 60%;
}
.b-left-menu ._current_2 &gt;
span:after, .b-left-menu ._current_2 &gt;
a:after {
	bottom: 60%;
}
.b-left-menu ._current_2 &gt;
span:before, .b-left-menu ._current_2 &gt;
a:before {
	content: '';
	position: absolute;
	right: -27px;
	display: block;
	height: 38px;
	width: 38px;
	background: #fff;
	-webkit-transform: rotate(30deg);
	-moz-transform: rotate(30deg);
	-o-transform: rotate(30deg);
	-ms-transform: rotate(30deg);
	transform: rotate(30deg);
}
.b-left-menu ._current_2 &gt;
span:after, .b-left-menu ._current_2 &gt;
a:after {
	content: '';
	position: absolute;
	right: -27px;
	display: block;
	height: 38px;
	width: 38px;
	background: #fff;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	transform: rotate(60deg);
} /*b-question*/
.b-question {
	margin: 0 0 75px 0;
}
.b-question .pic {
	display: block;
	margin: 0 0 20px 0;
	box-shadow: 0 4px 10px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 4px 10px 1px rgba(0,0,0,0.5);
}
.b-question .title {
	font: 14px/1 Arial, 'Tahoma', Regular, sans-serif;
	margin: 0 0 10px 0;
}
.b-question .phone {
	font: bold 20px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #0d80e2;
	display: block;
	text-decoration: none;
} /*b-reviews*/
.b-element .b-reviews {
	margin: 0 0 50px 0;
}
.b-element .b-reviews .title {
	background: url('/bitrix/templates/html/images/reviews-bg.jpg') repeat;
	color: #fff;
	font: 30px/1 Arial, 'Tahoma', Regular, sans-serif;
	padding: 8px 0 8px 10px;
	margin: 0 0 15px 0;

}
.b-element .b-reviews .name {
	font: 15px/1.4 Arial, 'Tahoma', Regular, sans-serif;
	margin: 0 0 15px 0;
}
.b-element .b-reviews .descr {
	font: italic 13px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #626262;
}
.b-element .b-reviews .all-reviews {
	text-align: right;
}
.b-element .b-reviews .lnk {
	font: italic 13px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #108ce5;
	text-decoration: none;
}
.b-element .b-reviews .lnk:hover {
	color: #d31a21;
}
.b-reviews {
	margin: 0 0 50px 0;
}
.b-reviews .title {
	background: url('/bitrix/templates/html/images/reviews-bg.jpg') no-repeat;
	color: #fff;
	font: 30px/1 Arial, 'Tahoma', Regular, sans-serif;
	padding: 8px 0 8px 10px;
	margin: 0 0 15px 0;
	background-size: 100%;
}
.b-reviews .name {
	font: 15px/1.4 Arial, 'Tahoma', Regular, sans-serif;
	margin: 0 0 15px 0;
}
.b-reviews .descr {
	font: italic 13px/1.5 Arial, 'Tahoma', Regular, sans-serif;
	color: #626262;
}
.b-reviews .all-reviews {
	text-align: right;
}
.b-reviews .lnk {
	font: italic 13px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #108ce5;
	text-decoration: none;
}
.b-reviews .lnk:hover {
	color: #d31a21;
} /*b-partners-item*/
.b-partners-award {
	margin: 0 0 50px 0;
}
.b-partners-item {
	margin: 0 0 30px 0;
}
.b-partners-item:after {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}
.b-partners-item .picture {
	float: left;
	margin: 0 10px 0 0;
}
.b-partners-item .descr {
	overflow: hidden;
	font: 15px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	padding-right: 50px;
}
.b-partners-item .descr a.lnk {
	color: #333;
}
.b-partners-item .big {
	font: bold 29px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #208de6;
} /*b-license*/
.b-license {
	margin: 0 0 25px 0;
}
.b-license .list-item {
	text-align: center;
	margin: 0 0 10px 0;
}
.b-license .item {
	text-align: center;
	display: inline-block;
*zoom: 1;
*display: inline;
*z-index: expression(runtimeStyle.zIndex = 1, insertAdjacentHTML('afterBegin', ' '));
}
.b-license .item:before {
	content: '';
}
.b-license .pic {
	margin: 0 0 0 10px;
}
.b-license .picture {
	display: block;
}
.b-license .descr {
	font: 21px/1.2 'futurabookcregular', Regular, sans-serif;
	display: inline-block;
*zoom: 1;
*display: inline;
	width: 150px;
}
.b-category .b-license .descr {
	font: 13px/1.5 Arial, 'Tahoma', Regular, sans-serif;
}
.b-license .big {
	font: bold 34px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #208de6;
} /*b-complete*/
.b-complete {
	text-align: center;
	letter-spacing: -3px;
	margin-bottom: 50px;
}
.b-complete .lnk {
	display: block;
}
.b-complete .number {
	position: relative;
	font: bold 94px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #2696ea;
	margin-bottom: 12px;
	text-shadow: 2px 2px 2px #0e5084;
}
.b-complete .number:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: -webkit-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));
	background: -moz-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));
	background: -ms-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));
	background: -o-linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));
	background: linear-gradient(top, rgba(255,255,255,0.4), rgba(255,255,255,0));
}
.b-complete .descr {
	font: 56px/0.6 Arial, 'Tahoma', Regular, sans-serif;
	color: #999;
}
.b-complete .small {
	font: 30px/1.2 Arial, 'Tahoma', Regular, sans-serif;
} /*b-crumbs*/
.b-crumbs {
	margin-bottom: 35px;
}
.b-crumbs li {
	position: relative;
	display: inline-block;
*zoom: 1;
*display: inline;
	margin: 0 15px 0 0;
}
.b-crumbs li a {
	color: #999;
	text-decoration: none;
}
.b-crumbs li:after {
	content: '';
	position: absolute;
	top: 5px;
	right: -11px;
	width: 5px;
	height: 9px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -134px -32px no-repeat;
}
.b-crumbs li._last:after {
	content: '';
	position: absolute;
	top: 7px;
	right: -13px;
	width: 9px;
	height: 5px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -130px -45px no-repeat;
} /*b-print*/
.b-print {
	position: relative;
	height: 52px;
	margin-bottom: -40px;
	border-top: 1px solid #e6e6e6;
	background: url('/bitrix/templates/html/images/footer-top-line.png') 50% top no-repeat;
	text-align: right;
}
.b-print .lnk {
	position: absolute;
	bottom: 10px;
	right: 0;
	text-decoration: none;
	color: #000;
	font: bold 10px/18px Arial, 'Tahoma', Regular, sans-serif;
	display: inline-block;
*zoom: 1;
*display: inline;
	padding: 0 0 0 23px;
	background: url('/bitrix/templates/html/images/main-sprt.png') -121px -107px no-repeat;
} /*b-footer-menu*/
.b-footer-menu {
	margin-left: 21%;
}
.b-footer-menu .item {
	display: inline-block;
*zoom: 1;
*display: inline;
	margin-left: 3.2%;
}
.b-footer-menu .item:first-child {
	margin-left: 0;
}
.b-footer-menu .lnk {
	font: bold 14px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #fff;
	text-decoration: none;
}
.b-footer-menu ._active, .b-footer-menu ._active a {
	font-weight: bold;
	color: #d31a21;
}
.b-footer-menu .lnk:hover {
	color: #d31a21;
} /*b-footer-logo*/
.b-footer-logo {
	
	padding-top: 40px;
	padding-left: 70px;
	
} /*b-footer-contact*/
.b-footer-contact {
	
	color: #fff;
	padding-top: 50px;
	
}
.b-footer-contact p {
	margin: 5px 0 5px;
}
.b-footer-contact .location {
	color: #18a1ec;
	text-decoration: none;
} /**** FIX ***/
.b-main-slider .info {
	position: absolute;
	top: 95px;
	left: 530px;
}
.b-main-slider .sub-title {
	font: 25px/1.25 Arial, 'Tahoma', Regular, sans-serif;
	color: #131415;
	max-height: 60px;
	overflow: hidden;
	width: 490px;
}
.b-news h3.title a {
	font: Bold 15px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #2d353e;
	text-decoration: underline;
	margin: 0 0 7px 0px;
}
.b-news h3.title a:hover {
	color: #d31a21;
}
.b-news-top .title {
	display: inline-block;
*display:inline;
*zoom:1;
	font: 44px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #1f252c;
	margin: 0 50px 0 0;
}
.b-left-menu {
	margin: 0 0 57px 0;
	padding-bottom: 1px;
}
.b-left-menu &gt;
.list-item {
	margin: 0 0 50px 0;
}
.b-inner-industry, .b-inner-services { 	/*margin-top: -30px; */
}
.b-inner-service .b-element .descr {
	padding-top: 0px;
}
.menu_hide .b-left-menu div, .menu_hide .b-left-menu ul {
	display: none;
}
.g-sidebar.projects.hide_no .services_no {
	display: none;
}
.g-sidebar.projects.hide_yes .services_yes {
	display: none;
}
.b-result ul &gt;
li:before {
	content: none;
}
.b-category {
	background: none;
}
.b-category .b-license .item {
	vertical-align: top;
}
.b-category .b-license .pic {
	margin: 0 5px 15px 0;
	display: inline-block;
*zoom: 1;
*display: inline;
	box-shadow: 0px 5px 10px -1px rgba(0,0,0, 0.5);
}
.b-license .no-picture {
	background: url(/bitrix/templates/html/images/license-img.png) no-repeat;
	width: 113px;
	height: 126px;
	margin-left: 21px;
}
.b-gallery a.picture {
	text-align: center;
	display: inline-block;
}
.b-gallery .no-picture {
	background: url(/bitrix/templates/html/images/license-img.png) no-repeat;
	width: 113px;
	height: 120px;
}
.hide_bg {
	background: none;
	padding: 0;
}
.b-catalog-bottom .descr {
	margin: 0;
}
.ugc .b-catalog-bottom .item img {
	max-width: 100%;
}
.nougc.b-partners {
	background: none;
	margin: 0;
	padding: 0;
}
.b-leader {
	clear: both;
	padding-bottom: 20px;
}
.b-gallery-items .picture img {
	cursor: pointer;
}
.b-project .b-catalog-head {
	background: none;
	padding-bottom: 15px;
}
.b-return {
	margin-bottom: 20px;
}
.b-return a {
	text-decoration: none;
}
.b-return span {
	text-decoration: underline;
}
.b-quote {
	padding-bottom: 90px;
	background: url('/bitrix/templates/html/images/inner-bot-lines.png') left bottom no-repeat;
}
.b-sign {
	padding-left: 30px;
}
.b-sign p {
	margin: 0;
	font-style: italic;
	color: #666;
}
.b-hor-nav .wrap-sub-menu {
	position: relative;
}
.b-gallery .b-gallery-list .item {
    box-sizing: border-box;    
	width: 24%;
	display: inline-block;
*zoom:1;
*display: inline;
	vertical-align: top;
	text-align: center;
	margin-bottom: 30px;
}
.b-gallery .b-gallery-list h3.title {
	font-size: 16px;
}
.b-madein .m-links {
	color: #FFF!important;
}
.inner .g-header.all {
	background: url('/bitrix/templates/html/images/header_bg/contacts.jpg') no-repeat;
	background-size: 100%;
}
.inner .g-header.industry {
	background: url('/bitrix/templates/html/images/header_bg/industry.jpg') no-repeat;
	background-size: 100%;
}
.inner .g-header.projects {
	background: url('/bitrix/templates/html/images/header_bg/projects.jpg') no-repeat;
	background-size: cover;
}
.inner .g-header.services {
	background: url('/bitrix/templates/html/images/header_bg/services-and-solutions.jpg') no-repeat;
	background-size: 100%;
}
.b-project-promo .descr.b-catalog-head {
	margin-bottom: 0px;
}
.b-certif .b-gallery-items .item {
	width: 210px
}
.b-certif .b-gallery-items .title {
	width: 220px;
	max-height: 100px;
}
li.item .picture {
	text-align: center;
}
.disable-top {
	margin-top: -30px;
}
.b-news .list-item .item {
	margin-bottom: 30px;
}
.b-dop-info .picture._left {
	margin-right: 10px;
}
.nougc.b-clients .item {
	min-height: 100px;
	margin-bottom: 30px;
}
.nougc.b-clients .item .b-dop-info .descr ol {
	margin-bottom: 0
}
.b-vacancy .vacancy:before {
	margin-top: 3px;
}
.b-catalog-head .descr p {
	margin: 0;
}
.b-catalog-main {
	padding-bottom: 70px;
	background: url('/bitrix/templates/html/images/inner-bot-lines.png') left bottom no-repeat;
}
.b-catalog-main.two .item a {
	padding-right: 0;
}
.b-embedded {
	margin-top: 25px;
}
.b-links {
	display: inline-block;
	margin-left: 10px;
	vertical-align: top;
	line-height: 1;
}
.b-links a {
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url('/bitrix/templates/html/images/social.png') no-repeat;
	margin-right: 5px;
}
.g-header .b-links ._gp {
	display: none;
}
.b-links ._fb {
	background-position: 0 -31px;
}
.b-links ._fb:hover {
	background-position: 0 -62px;
}
.b-links ._tw {
	background-position: -31px -31px;
}
.b-links ._tw:hover {
	background-position: -31px -62px;
}
.b-links ._gp {
	background-position: -61px 0;
}
.b-links ._gp:hover {
	background-position: -61px -62px;
}
.b-links ._vk {
	background-position: -91px -31px;
}
.b-links ._vk:hover {
	background-position: -91px -62px;
}
.g-footer .b-links {
	margin-left: 0;
	margin-top: 20px;
}
.g-footer .b-links ._fb {
	background-position: 0 -31px;
}
.g-footer .b-links ._fb:hover {
	background-position: 0 -62px;
}
.g-footer .b-links ._tw {
	background-position: -31px -31px;
}
.g-footer .b-links ._tw:hover {
	background-position: -31px -62px;
}
.g-footer .b-links ._gp {
	background-position: -61px 0;
}
.g-footer .b-links ._gp:hover {
	background-position: -61px -62px;
}
.g-footer .b-links ._vk {
	background-position: -91px -31px;
}
.g-footer .b-links ._vk:hover {
	background-position: -91px -62px;
}
.g-footer .b-links ._b2binder {
	background-position: -121px -31px;
}
.g-footer .b-links ._b2binder:hover {
	background-position: -121px -62px;
}
.inner .g-header .b-links ._fb {
	background-position: 0 -31px;
}
.inner .g-header .b-links ._fb:hover {
	background-position: 0 -62px;
}
.inner .g-header .b-links ._tw {
	background-position: -31px -31px;
}
.inner .g-header .b-links ._tw:hover {
	background-position: -31px -62px;
}
.inner .g-header .b-links ._vk {
	background-position: -91px -31px;
}
.inner .g-header .b-links ._vk:hover {
	background-position: -91px -62px;
}

b-catalog-main .descr 
/*._serv .b-catalog-head  .picture{top:-20px;} */


/* BLOG MODEF*/
.blog-post-title {
	background-color: #0272c0 !important;
	color: #FFF !important;
}
/* END BLOG MODEF*/

/* Tooltip */
.bx-user-info-shadow, .bx-user-info-shadow-v {
	background-image: none;
	background-color: #fff;
	padding: 1px;
	text-align: left;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
	box-shadow: 0 5px 10px rgba(0,0,0,.2);
	white-space: normal;
	position: relative;
	top: -18px;
	left: -25px;
}
.bx-user-info-shadow-v {
	top: 18px;
}
.bx-user-info-data {
	padding-left:115px;
}
.bx-user-info-shadow-v:after, .bx-user-info-shadow:after {
	content: '';
	border-left-color: rgba(0, 0, 0, 0);
	border-left-style: solid;
	border-left-width: 11px;
	border-right-color: rgba(0, 0, 0, 0);
	border-right-style: solid;
	border-right-width: 11px;
	border-top-color: rgba(0, 0, 0, 0.247059);
	border-top-style: solid;
	border-top-width: 11px;
	bottom: -11px;
	left: 46px;
	position: absolute;
}
.bx-user-info-shadow-v:after {
	border-bottom-color: rgba(0, 0, 0, 0.247059);
	border-bottom-style: solid;
	border-bottom-width: 11px;
	border-top: none;
	top: -11px;
	bottom: auto;
}
.bx-user-info-shadow-v:before, .bx-user-info-shadow:before {
	content: '';
	border-left-color: rgba(0, 0, 0, 0);
	border-left-style: solid;
	border-left-width: 10px;
	border-right-color: rgba(0, 0, 0, 0);
	border-right-style: solid;
	border-right-width: 10px;
	border-top-color: rgb(255, 255, 255);
	border-top-style: solid;
	border-top-width: 10px;
	bottom: -10px;
	left: 47px;
	position: absolute;
	z-index: 2;
}
.bx-user-info-shadow-v:before {
	border-bottom-color: rgb(255, 255, 255);
	border-bottom-style: solid;
	border-bottom-width: 10px;
	border-top: none;
	top: -10px;
	bottom: auto;
}
.bx-user-info-shadow-v .bx-user-info-wrap, .bx-user-info-shadow .bx-user-info-wrap {
	padding: 9px 14px;
}
.bx-user-info-shadow-v .bx-user-info-wrap .bx-user-info-leftcolumn, .bx-user-info-shadow .bx-user-info-wrap .bx-user-info-leftcolumn {
	padding: 0;
}
.bx-user-info-shadow-v .bx-user-info-wrap .bx-user-info-data .bx-user-info-data-name, .bx-user-info-shadow .bx-user-info-wrap .bx-user-info-data .bx-user-info-data-name {
	font-size: 13px;
	color: #666666;
	margin-bottom: 6px;
}
.bx-user-info-shadow-v .bx-user-info-wrap .bx-user-info-data .bx-user-info-data-name a, .bx-user-info-shadow .bx-user-info-wrap .bx-user-info-data .bx-user-info-data-name a {
	font-size: 14px;
	color: #333333;
	font-weight: bold;
	text-decoration: underline;
}
.bx-user-info-shadow-v .bx-user-info-wrap .bx-user-info-data .bx-user-info-data-name a:hover, .bx-user-info-shadow .bx-user-info-wrap .bx-user-info-data .bx-user-info-data-name a:hover {
	text-decoration: none;
}
.blog-author {
	cursor: pointer;
}
div.bx-user-photo a.no-photo {
	border: none;
}
.bx-user-info-leftcolumn .bx-user-tb-control-left {
	display: none;
}
.bx-user-info-data .bx-user-info-data-cont {
	height: auto;
}
.bx-user-info-bottomarea {
	display: none;
}
.blogs .blog-mainpage-title {
	padding-bottom: 4px;
}
.blogs .blog-mainpage-title a {
	font: Bold 15px/1.2 Arial, 'Tahoma', Regular, sans-serif;
	color: #2d353e;
	text-decoration: underline;
	margin: 0;
}
.blogs .blog-mainpage-title a:hover {
	color: #d31a21;
}
.blogs .blog-mainpage-meta {
	display: block;
	font: italic 13px/1 Arial, 'Tahoma', Regular, sans-serif;
	color: #999;
	margin: 0 0 3px 0;
}
.blogs .blog-mainpage-content {
	margin: 0 0 3px 0;
}
span.blog-vert-separator {
	height: 11px;
}
.ss-footer {
display: none !important;
}

/*16-12-2014*/
.main .b-news .descr-list .sub-title{
    font-size: 14px;
}
.main .b-news .item .pic{
    margin-right: 15px;
}

.b-project + .b-inner-catalog > .b-catalog-head {
    background: none !important;
    padding-bottom: 15px;
}

.b-form legend {
   font-size: 13px !important;
   border: none;
}

.b-hor-nav ._current_1, .b-hor-nav ._active {
	position: relative;
	top: 3px;
}

.b-crumbs {
	position: relative;
	/*z-index: 100;*/
}

.pushy .b-left-menu .item_1, .pushy .b-left-menu .item_2 {
	margin: 0 !important;
}

.link-contacts {
	display: block;
	position: absolute;
    width: 50px;
    padding: 5px;
    margin-bottom: 30px;
    background: #fff;
    color: #FFF;
    text-align: center;
    cursor: pointer;
    top: 3px;
    right: 15px;
}

.main .link-contacts {
	display: none;
}

.b-contact .phone {
    position: relative;
    z-index: 222;
}

.bxeditor-textarea  {
    line-height: 15px;
}

.pushy ._current_1 > span{
     padding: 10px 19px; 
}

/* End */
/* /bitrix/templates/html/css/base.css?14405818428372 */
/* /bitrix/templates/html/css/fixed_layouts.css?14436479149955 */
/* /bitrix/templates/html/components/bitrix/breadcrumb/.default/style.css?1438256150599 */
/* /bitrix/templates/html/components/bitrix/search.form/.default/style.css?1438256154143 */
/* /bitrix/templates/html/styles.css?16511582837451 */
/* /bitrix/templates/html/template_styles.css?175524491054798 */
