/* Layout */
html, body{
  height:100%;
}
body {
    position: relative;
}
.snow {
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  pointer-events: none;
}
a { color: #0a81c4; }
a:visited { color: #0a81c4; }
a:hover { color: #d02d23;}


.wrap_global{
  position:relative;
  min-height:100%;
}
.wrap_header_n_main{
  overflow:hidden;
}
.wrap_bottom {
  position:absolute;
  left:0px;
  bottom:0px;
  width:100%;
  padding-top:0px;
  z-index:0;
}
.wrap_header_n_main>div,
.wrap_footer>div {
  margin-left: auto;
  margin-right: auto;
}
.wrap_header_n_main{
  padding-bottom: 120px; /* = .wrap_bottom height */
}
/*
.wrap_header_n_main.index-page {
  background: url(images/index_slider_shadow.png) center 447px no-repeat;
}
*/
.wrap_bottom, .wrap_footer  {
  height: 120px; /* высота подвала */
}
.wrap_header_n_main, .wrap_footer {
  /*min-width: 970px; /* минимальная ширина сайта */
  min-width: 950px; /* минимальная ширина сайта */
  padding-left: 20px; /* поле слева */
  padding-right: 20px; /* поле справа */
}
.wrap_header_n_main>div, .wrap_footer>div {
  max-width: 1200px; /* максимальная ширина сайта */
}
.wrap_header_n_main>div.maxwidth100percent,
.wrap_footer>div.maxwidth100percent {
  max-width: none;
}

body {
  /*background: url(images/bg.pngcenter repeat-x;*/ /* фон сверху на всю ширину экрана */
  background: url(images/background.gif) top center no-repeat; /* фон сверху на всю ширину экрана */
}
.header {
  /*background: url(images/bg.png) top center repeat-x; /* фон сверху на ширину header */
}
.main {
  /*background: url(images/bg.png) top center repeat-x; /* фон сверху на ширину main */
}
.wrap_footer {
  /*background: url(images/bg.png) top center repeat-x; /* фон снизу на всю ширину экрана */
}
.footer {
  /*height: 100%; background: url(images/bg.png) top center repeat-x; /* фон снизу на ширину подвала */
  border-top: solid 1px #93bdec; /* граница на ширину подвала */
}

/* header/footer columns */
.header, .footer { overflow: hidden; }
.header>div, .footer>div { float: left; }

/* columns */
.columns { float: left; }
.onetwo.columns { width: 47%; margin-right: 3%; }
.onetwo.columns:nth-child(1) { width: 48%; margin-right: 4%; }
.onetwo.columns:nth-child(2) { margin-right: 0%; width: 48%; float: right; }
.onethree.columns { width: 30%; margin-right: 3%; }
.onethree.columns:nth-child(1), .onethree.columns:nth-child(2) { width: 32%; margin-right: 3%; }
.onethree.columns:nth-child(3) { margin-right: 0%; float: right; }
.onefour.columns { width: 22%; margin-right: 3%; }
.onefour.columns:nth-child(1), .onefour.columns:nth-child(2), .onefour.columns:nth-child(3) { width: 22%; margin-right: 4%; }
.onefour.columns:nth-child(4) { margin-right: 0%; float: right; }
.clearfix { overflow: hidden; }

/* Header */
.header { margin-bottom: 30px; }
.header>div { padding-top: 30px; }
.header>.c1 { width: 13%; }
.header>.c2 { width: 32%; padding-bottom: 20px; }
.header>.c3 { width: 29%; text-align: right; }
.header>.c4 { width: 26%; text-align: right; }
.header .logo {
  display: block;
  width: 104px;
  height: 103px;
  background:url(images/logo3.png) center center no-repeat;
  margin:0 0 0 0;
  text-decoration: none;
}
.header .main_menu {
  margin-top: 20px;
  margin-left: -25px;
}
.header .main_menu a {
  display: inline-block;
  margin-top: 5px;
  margin-left: 25px;
  margin-bottom: 8px;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
}

.main_menu ul.menu_catalog_left_ul1 {
  margin: 0 0 40px;
}

.menu_catalog_left_ul1_li.parent {
  position: relative;
  padding-right: 10px;
}

.menu_catalog_left_ul1_li.parent:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 5px;
  border-right: 1px solid #E92929;
  border-bottom: 1px solid #E92929;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
  cursor: pointer;
}

.menu_catalog_left_ul1_li.parent:hover .menu_catalog_left_ul2 {
  height: auto;
}

.menu_catalog_left_ul1_li {
  display: inline-block;
}

.menu_catalog_left_ul2_li {
  display: block;
}

.menu_catalog_left_ul1_li a.menu_catalog_left_ul1_li_link {
  display: inline-block;
  margin-top: 5px;
  margin-left: 25px;
  margin-bottom: 8px;
  padding: 3px 5px;
  border-radius: 3px;
  white-space: nowrap;
}

.menu_catalog_left_ul2_li a.menu_catalog_left_ul2_li_link {
  margin: 0 0 5px;
  padding: 10px 10px 0;
  text-decoration: none;
}

.menu_catalog_left_ul1_li a.selected {
  background-color: #d02d23;
  color: #ffffff;
  text-decoration: none;
}

.menu_catalog_left_ul2 {
  position: absolute;
  top: 35px;
  left: 30px;
  margin: 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  height: 0;
  overflow: hidden;
}

.header .main_menu a.selected {
  background-color: #d02d23;
  color: #ffffff;
  text-decoration: none;
}
.header .personal_link {
  display: inline-block;
  background:url(images/icon_key.png) left top no-repeat;
  padding-left: 40px;
  color: #939393;
  line-height: 20px;
  min-height: 64px;
  text-align: left;
}
.header .personal_link>a {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 17px;
  font-style: normal;
  line-height: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}
.header .personal_link>a.logout {
  font-size: 13px;
  color: #d02d23;
}
.header .personal_link .info {
  font-style: italic;
  font-size: 13px;
  line-height: 130%;
}
.header .personal_link a.condition {
  display: inline-block;
  margin-top: 5px;
}
.header .contacts {
  display: inline-block;
  background:url(images/icon_support.png) left top no-repeat;
  padding-left: 62px;
  min-height: 51px;
  text-align: left;
}
.header .contacts .title {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  color: #acacac;
  margin-bottom: 3px;
}
.header .contacts .phones {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #666;
  margin-bottom: 3px;
}
.header .contacts a { }

/* Main */
.main { }
.main .left_container,
.main .right_container,
.content {
  margin-bottom: 20px;
}
.content p {
  line-height: 21px;
}
.main .left_container {
  float: left;
  width: 250px;
  margin-right: 20px;
}
.main .right_container {
  float: right;
  width: 250px;
  margin-left: 20px;
}
.content.margin_left {
  margin-left: 270px;
}
.content.margin_right {
  margin-right: 270px;
}

/* Footer */
.footer { color: #999; font-size: 12px; }
.footer a { color: #666; }
.footer>div { padding-top: 31px; }
.footer .c1 { width: 25%; }
.footer .c2 { width: 30%; text-align: center; padding-top: 22px; }
.footer .c3 { width: 30%; text-align: center; }
.footer .c4 { width: 15%; text-align: right; }
.footer .guarantee {
  display: inline-block;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #666;
  padding-left: 40px;
  height: 43px;
  padding-top: 5px;
  background: url(images/icon_guarantee.png) left top no-repeat;
}

/* Default page */
h1, h2, h3, h4, h5, h6 {
  /*color: #29166f;
  font-weight: normal;
  font-family: Myriad Pro, Arial, Helvetica, sans-serif; */
  font-family: 'Open Sans', sans-serif;
  color: #5e5971;
}
h1>a, h2>a, h3>a, h4>a, h5>a, h6>a,
h1>a:visited, h2>a:visited, h3>a:visited, h4>a:visited, h5>a:visited, h6>a:visited,
h1>a:hover, h2>a:hover, h3>a:hover, h4>a:hover, h5>a:hover, h6>a:hover {
  color: inherit;
}
h1 { font-size: 22px; line-height: 1.1; margin-top: 15px; margin-bottom: 15px; font-weight: normal; }
h2 { font-size: 22px; line-height: 1.1; margin-top: 15px; margin-bottom: 15px; font-weight: normal;  }
h3 { font-size: 32px; line-height: 1.1; margin-top: 25px; margin-bottom: 25px; }
h4 { font-size: 28px; line-height: 1.1; margin-top: 25px; margin-bottom: 25px; }
h5 { font-size: 22px; line-height: 1.1; margin-top: 15px; margin-bottom: 15px; font-weight: normal; }
h6 { font-size: 16px; line-height: 1.2; margin-top: 15px; margin-bottom: 0px;  font-weight: normal; }
p {
  margin-top: 20px;
  margin-bottom: 20px;
}
ol, ul {
  margin: 20px 0px 40px 25px;
  padding: 0px;
  list-style-position: outside;
}
.content table td {
  padding: 5px 10px;
}
.content hr {
  margin: 30px 0px;
}
.ui-autocomplete {
  max-height: 150px;
  overflow-y: auto;
  overflow-x: hidden;
}

@media (max-width: 991px) {
	h1.page_title {
		padding-top: 30px;
	}
}


/* Index page */
.index_slider {
  position: relative;
  /*padding-bottom: 75px;*/
  margin: 0 auto;
  width: 940px;
  margin-bottom: 75px;
  overflow: hidden;
}

.index_slider_slide {
  display: inline-block;
}

.index_slider_slide_img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 37%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.index_slider .aleft,
.index_slider .aright {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 5;
}

.index_slider .aleft {
  left: 30px;
  background-image: url(images/index_slider_arrow_left.png);
  
}
.index_slider .aright {
  right: 30px;
  background-image: url(images/index_slider_arrow_right.png);
}


.index_slider_block {
  position: relative;
  margin: 60px 0;
}


.index_slider_new {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.index_slider_new .slick-arrow {
  position: absolute;
  top: 20px;
  display: block;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: transparent;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.index_slider_new .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.index_slider_new .slick-prev {
  right: 42px;
}
.index_slider_new .slick-prev:after {
  border-right: 0;
  border-top: 0;
  margin: -8px 0 0 -4px;
}

.index_slider_new .slick-next {
  right: 15px;
}
.index_slider_new .slick-next:after {
  border-left: 0;
  border-bottom: 0;
  margin: -8px 0 0 -11px;
}

.index_slider_item {
  display: inline-block;
  background: no-repeat center;
  background-size: cover;
}

.index_slider_item_padding {
  position: relative;
  padding: 0 0 32.2916667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.25+45,0.6+100 */ /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 45%,rgba(0,0,0,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)),color-stop(45%, rgba(0,0,0,0.25)),to(rgba(0,0,0,0.6)));
background: -o-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 45%,rgba(0,0,0,0.6) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.25) 45%,rgba(0,0,0,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 ); /* IE6-9 */

}

.index_slider_item_text {
  position: absolute;
  bottom: 15px;
  left: 20px;
  color: #fff;
  font-size: 23px;
  line-height: 1.35;
}

.index_slider_item_1_bg {
  background-image: url('/upload/pages/index/slide1_bg.jpg');
}
.index_slider_item_2_bg {
  background-image: url('/upload/pages/index/slide2_bg.jpg');
}

.index_slider_form_raschet_container {
  display: block;
  width: 100%;
  background: #499fdc;
  border-radius: 0;
  margin: 0;
}
.form_raschet {
  padding: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.form_raschet_title {
  color: #fff;
  font-size: 25px;
  line-height: 1.15;
  text-align: center;
  margin: 6px 0 28px;
}
.form_raschet_input_row {
  margin: 0 -15px;
}
.form_raschet_input_col {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input.form_raschet_input_text:invalid,
.form_raschet_input_text {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: #2b74a7;
  color: #fff;
  text-align: center;
  padding: 18px 10px 16px;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form_raschet_input_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.form_raschet_input_text::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.form_raschet_input_text:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.form_raschet_input_text:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}


input.form_raschet_input_submit:invalid,
.form_raschet_input_submit {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 3px;
  font-size: 18px;
  line-height: 1;
  padding: 16px 10px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 23px 0 0;
  color: #499fdc;
  -webkit-box-shadow: 0px 3px 0 0 #4b4b4b;
          box-shadow: 0px 3px 0 0 #4b4b4b;
  background: #fff;
  font-weight: bold;
}
.form_raschet_footer {
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin: 24px 0 0;
  line-height: 1.35;
}


.form_success {
  color: #fff;
  padding: 70px 30px;
  text-align: center;
}
.form_success_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 22px;
}
.form_success_subtitle {
  font-size: 14px;
  line-height: 1.35;
}


@media screen and (min-width: 500px) {
  .index_slider_item_text {
    bottom: 25px;
    left: 40px;
    font-size: 30px;
  }
}

@media screen and (min-width: 576px) {
  .form_raschet_input_col {
    width: 50%;
  }
  .index_slider_new .slick-arrow {
    top: 40px;
  }

  .index_slider_new .slick-prev {
    right: 57px;
  }
  .index_slider_new .slick-next {
    right: 30px;
  }
}
@media screen and (min-width: 600px) {
  .index_slider_form_raschet_container {
    max-width: 600px;
    border-radius: 5px;
    margin: 50px auto;
  }
}

@media screen and (min-width: 768px) {
  .index_slider_item_text {
    bottom: 30px;
    left: 50px;
    font-size: 40px;
  }
}

@media screen and (min-width: 992px) {
  .index_slider_item_padding {
    height: 400px;
  }
  .index_slider_form_raschet_container {
    position: absolute;
    left: 60px;
    top: -20px;
    bottom: -20px;
    max-width: 325px;
    margin: 0;
  }
  .form_raschet_input_col {
    width: 100%;
  }
  .form_success {
    padding: 180px 50px 0;
  }
  .index_slider_item_text {
    bottom: 72px;
    left: 440px;
    font-size: 50px;
  }
}

.header_call_back_form_fancybox .fancybox-opened,
.header_call_back_form_fancybox .fancybox-skin,
.header_call_back_form_fancybox .fancybox-outer,
.header_call_back_form_fancybox .fancybox-inner {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  position: absolute !important;
  width: auto !important;
  height: auto !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header_call_back_form_fancybox {
  z-index: 11000
}

.header_call_back_form_fancybox .fancybox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  left: auto;
  bottom: auto;
  background: transparent;
  width: 45px;
  height: 45px;
}

.header_call_back_form_fancybox .fancybox-close:after,
.header_call_back_form_fancybox .fancybox-close:before {
  content: '';
  position: absolute;
  left: 50%;
  background: #fff;
  width: 3px;
  height: 100%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.header_call_back_form_fancybox .fancybox-close:before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}


.header_call_back_form_fancybox {
  overflow: hidden !important;
  background: rgba(73, 159, 220, 0.9) !important;
}
.header_call_back_form_fancybox .fancybox-skin {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/*.header_call_back_form_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}*/

.header_call_fancybox_open .fancybox-bg {
  background: #4ea0dc !important;
}

.header_call_back_form {
  display: block;
  max-width: 725px;
  width: 100%;
  margin: 0 auto;
}
.header_call_back_form_title {
  color: #fff;
  font-weight: normal;
  text-align: center;
  line-height: 1.35;
  font-size: 18px;
  margin: 0 0 20px;
}
.header_call_back_form_row {
  margin: 0 -15px;
}
.header_call_back_form_col {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input.header_call_back_form_input_text:invalid,
.header_call_back_form_input_text {
  display: block;
  width: 100%;
  border: 0;
  border-radius: 3px;
  background: #2b74a7;
  color: #fff;
  text-align: left;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 15px;
  font-size: 16px;
  margin: 0 0 15px;
  outline: none;
}

.header_call_back_form_input_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.header_call_back_form_input_text::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.header_call_back_form_input_text:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.header_call_back_form_input_text:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
input.header_call_back_form_input_submit:invalid,
.header_call_back_form_input_submit {
  display: block;
  width: 100%;
  max-width: 420px;
  border: 0;
  border-radius: 3px;
  line-height: 1;
  color: #499fdc;
  background: #fff;
  font-weight: bold;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 13px 15px;
  font-size: 18px;
  margin: 10px auto 0;
  -webkit-box-shadow: 0px 2px 0 0 #4b4b4b;
          box-shadow: 0px 2px 0 0 #4b4b4b;
}

.header_call_back_form_success {
  color: #fff;
  padding: 0 20px;
  text-align: center;
}
.header_call_back_form_success_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1;
  margin: 0 0 22px;
}
.header_call_back_form_success_subtitle {
  font-size: 24px;
  line-height: 1.35;
  max-width: 500px;
  margin: 0 auto;
}

a.header_call_back_button {
  font-size: 13px;
  font-weight: bold;
  padding: 11px 33px;
  margin: 7px 0 0;
  display: inline-block;
  text-decoration: none;
  color: #499fdc;
  border: 2px solid #499fdc;
}

@media screen and (min-width: 576px) {
  /*.header_call_back_form_col {
    width: 50%;
  }*/
}
@media screen and (min-width: 768px) {
  .header_call_back_form_fancybox .fancybox-close {
    top: 50px;
    right: 50px;
  }
  .header_call_back_form_title {
    font-size: 28px;
    margin: 0 0 30px;
  }
  input.header_call_back_form_input_text:invalid,
  .header_call_back_form_input_text {
    padding: 20px 15px;
    font-size: 20px;
    margin: 0 0 16px;
  }
  input.header_call_back_form_input_submit:invalid,
  .header_call_back_form_input_submit {
    font-size: 24px;
    padding: 20px 10px 22px;
    margin: 28px auto 0;
    -webkit-box-shadow: 0px 3px 0 0 #4b4b4b;
            box-shadow: 0px 3px 0 0 #4b4b4b;
  }
}
@media screen and (min-width: 992px) {
  .header_call_back_form_title {
    font-size: 34px;
    margin: 0 0 55px;
  }
  input.header_call_back_form_input_text:invalid,
  .header_call_back_form_input_text {
    padding: 32px 22px;
    font-size: 22px;
    margin: 0 0 16px;
  }
  input.header_call_back_form_input_submit:invalid,
  .header_call_back_form_input_submit {
    font-size: 28px;
    padding: 24px 10px 28px;
    margin: 35px auto 0;
    -webkit-box-shadow: 0px 4px 0 0 #4b4b4b;
            box-shadow: 0px 4px 0 0 #4b4b4b;
  }
}



.index_info {}
.index_info>div>div {
  padding-left: 63px;
  font-size: 13px;
}
.index_info a {
  display: inline-block;
  margin-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  /*color: inherit;*/
}
.index_info .dsystems { background: url(images/icon_dsystems.png) left top no-repeat; }
.index_info .camera { background: url(images/icon_camera.png) left top no-repeat; }
.index_info .skud { background: url(images/icon_skud.png) left top no-repeat; }

.index-bottom-block {
  margin-top: 60px;
}

.index_about {
  padding-left: 0;
  padding-right: 90px;
  /*background: url(images/index_news_bg.png) left top no-repeat;*/
  min-height: 270px;
  padding-top: 1px;
  float: left;
  width: 66%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
}
.index_about h4 {
  margin-top: 30px;
}
.index_news {
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
}
.index_news h4 {
  margin-top: 30px;
  font-size: 26px;
}
.index_news h4 a {text-decoration: none;}
.index_news h4 a:hover {text-decoration: underline;}
.index_news>div {
  margin-top: 27px;
}
.index_news>div span {
  display: block;
  font-size: 12px;
  color: #999999;
  font-style: italic;
  margin-bottom: 3px;
}
.index_news>div a {
  color: inherit;
  text-decoration: none;
}
.index_news>div a:hover {
  text-decoration: underline;
}


.index_feedback-container {
  float: left;
  width: 34%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
}

.index_feedback {
  display: block;
  padding-top: 35px;
  padding-left: 70px;
  background: url(images/feedback_form_back.png) left top no-repeat;
}
.index_feedback .container1 {
  padding-bottom: 28px;
  width: 335px;
  background: url(images/feedback_form_shadow.png) center bottom no-repeat;
}
.index_feedback .container2 {
  padding: 20px;
  min-height: 230px;
  background-color: #e9f3ff;
}
.index_feedback span {
  display: block;
  margin-bottom: 15px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.index_feedback .note {
  display: none;
  color: #33862b;
}
.index_feedback form {
  text-align: center;
}
.index_feedback input[type='text'],
.index_feedback textarea {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  border-top: solid 2px #9d9d9d;
  border-left: solid 1px #9d9d9d;
  border-bottom: solid 1px #f6faff;
  border-right: solid 1px #f6faff;
  border-radius: 3px;
  padding: 1px 4px;
}
.index_feedback input[type='text'] {
  float: left;
  width: 110px;
  margin-bottom: 15px;
}
.index_feedback input[name='email'] {
  margin-left: 15px;
  width: 150px;
}
.index_feedback textarea {
  width: 285px;
  margin-bottom: 15px;
  height: 100px;
}
.index_feedback input[type='submit'] {
  border: solid 1px #c2c2c2;
  border-radius: 6px;
  font-size: 16px;
  padding: 5px 10px;
  background: #ebebeb;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dfdfdf));
  background: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
  background: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: #CBCBBD 0px 0px 2px;
  box-shadow: #CBCBBD 0px 0px 2px;
}

/* Catalog */
.catalog_categories { min-height: 100px; }
.catalog_categories .l1 {
  margin-bottom: 5px;
}
.catalog_categories .l1 b {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #0a81c4;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 30px;
}
.catalog_categories .l1 b:hover {
  text-decoration: none;
}
.catalog_categories .l1 b.selected {
  /*color: #333333;*/
  color: #d02d23;
  text-decoration: none;
  cursor: default;
}
.catalog_categories .arrow {
  position: relative;
  left: 32px;
  width: 29px;
  z-index: 10;
  min-height: 10px;
}
.catalog_categories .arrow b {
  height: 1px;
  border-left: solid 2px #c7c7c7;
  border-right: solid 2px #c7c7c7;
  margin-left: auto;
  margin-right: auto;
  display: none;
  background-color: #fff;
}
.catalog_categories .arrow b:nth-child(n) {
  display: block;
}
.catalog_categories .arrow b:nth-child(1),
.catalog_categories .arrow b:nth-child(2) {
  border: none;
  background-color: #c7c7c7;
}
.catalog_categories .arrow b:nth-child(1)   { width:  1px; }
.catalog_categories .arrow b:nth-child(2)   { width:  3px; }
.catalog_categories .arrow b:nth-child(3)   { width:  1px; }
.catalog_categories .arrow b:nth-child(4)   { width:  3px; }
.catalog_categories .arrow b:nth-child(5)   { width:  5px; }
.catalog_categories .arrow b:nth-child(6)   { width:  7px; }
.catalog_categories .arrow b:nth-child(7)   { width:  9px; }
.catalog_categories .arrow b:nth-child(8)   { width: 11px; }
.catalog_categories .arrow b:nth-child(9)   { width: 13px; }
.catalog_categories .arrow b:nth-child(10) { width: 15px; }
.catalog_categories .arrow b:nth-child(11) { width: 17px; }
.catalog_categories .arrow b:nth-child(12) { width: 19px; }
.catalog_categories .arrow b:nth-child(13) { width: 21px; }
.catalog_categories .arrow b:nth-child(14) { width: 23px; }
.catalog_categories .arrow b:nth-child(15) { width: 25px; }
.catalog_categories .l2 {
  position: relative;
  top: -1px;
  /*left: -17px;*/
  display: inline-block;
  border: solid 1px #c3c3c3;
  background-color: #fff;
  padding: 8px 1px;
  border-radius: 6px;
  z-index: 1;
  min-width: 80%;
}
.catalog_categories .l2>div {
  display: none;
}
.catalog_categories .l2 a {
  display: inline-block;
  padding: 8px;
  color: #000;
  margin-left: 7px;
  margin-right: 7px;
}

.catalog_categories .l2 a:hover {
  color: #d02d23;
}

.catalog_categories .l2 a.selected {
  background-color: #d02d23;
  color: #fff;
  text-decoration: none;
  cursor: default;
  border-radius: 6px;
}

.catalog_categories .l2 a.selected:hover {

}

.catalog_list {
  margin: 10px 0px 0px -25px;
  overflow: hidden;
  padding: 0px;
}
.catalog_list li {
  display: inline-block;
  margin: 30px 0px 30px 21px;
  min-height: 230px;
  padding: 0px;
  vertical-align: top;
  width: 210px;
  text-align: center;
}
.catalog_list li div {
  width: 100%;
  height: 190px;
  background: center center no-repeat;
  cursor: pointer;
  margin-bottom: 10px;
}

.catalog_item {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.catalog_item .detail_picture {
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
}
.catalog_item .right {
  margin-left: 230px;
}
.catalog_item a.back {
  display: inline-block;
  background: url(images/icon_arrow_back2.png) left center no-repeat;
  font-size: 16px;
  padding-left: 28px;
  line-height: 20px;
}

html body .catalog_element a.back {
  background: url(images/icon_arrow_back2.png) left center no-repeat;
}

/* Registration - TODO: OLD */
/*.auth_container {
  padding: 0px 121px 80px 121px;
  background: url(images/auth_shadow.png) 8px bottom no-repeat;
  margin: 30px auto 30px auto;
  width: 711px;
}
.auth {
  background-color: #eee2cc;
  padding: 50px 50px;
}
.auth .left {
  float: left;
  width: 135px;
  text-align: right;
  font-size: 16px;
  line-height: 34px;
}
.auth .left .b {
  font-weight: bold;
}
.auth .left div {
  margin-bottom: 31px;
}
.auth .center {
  margin-left: 176px;
  margin-right: 240px;
  width: 195px;
}
.auth .center input[type='text'],
.auth .center input[type='password'] {
  display: block;
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  border-top: solid 2px #d7d7d7;
  border-left: solid 1px #d7d7d7;
  border-bottom: solid 1px #f6faff;
  border-right: solid 1px #f6faff;
  border-radius: 3px;
  padding: 5px 9px;
  width: 175px;
}
.auth .center input[type='submit'] {
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #333333;
  padding: 15px 0px;
  text-align: center;
  background: #ebebeb;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dfdfdf));
  background: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
  background: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: #928c7e 0px 2px 2px;
  box-shadow: #928c7e 0px 2px 2px;
  width: 195px;
  margin-top: 10px;
}
.auth .right {
  position: relative;
  float: right;
  width: 200px;
  font-style: italic;
  font-size: 13px;
  line-height: 18px;
}
.auth .right .name {
  position: absolute;
  top: 5px;
}
.auth .right .email {
  position: absolute;
  top: 195px;
}
.auth .right .phone {
  position: absolute;
  top: 260px;
}
.auth .right .password {
  position: absolute;
  top: 390px;
}
*/

/* Auth forms - TODO: OLD */
/*.confirm-form .note {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 15px;
}
.form-input {
  margin-top: 3px;
  margin-bottom: 7px;
}
.field-option {
  margin-bottom: 7px;
}
*/

/* Two columns */
.two_columns {
	max-width: 920px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.two_columns>div {
	width: 46%;
	box-sizing: border-box;
}
.two_columns .left {
	/*background-color: rgba(18,255,39,0.06);*/
}
.two_columns .right {
	/*background-color: rgba(255,31,235,0.06);*/
}
.two_columns .left .user_email {
	font-size: 13px;
	line-height: 21px;
	font-weight: 600;
	margin-bottom: 10px;
}
.two_columns .left h3 { margin-bottom: 22px; }
.two_columns .back_button {
	display: inline-block;
	border: 2px solid #0A81C4;
	box-sizing: border-box;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 60px;
	font-size: 13px;
	line-height: 48px;
	font-weight: 600;
	text-align: center;
	background: #ffffff url(images/arrow-back2.svg) center no-repeat;
	background-position: 23px center;
	transition: 0.3s;
	color: #0A81C4;
}
.two_columns .back_button:hover {
	background-position: 19px center;
}
.two_columns .right .back_button {
	display: none;
	margin-top: 35px;
}

@media (max-width: 991px) {
	.two_columns:not(.two_columns_nowrap) {
		flex-direction: column;
	}
	.two_columns:not(.two_columns_nowrap)>div {
		width: 100%;
	}
	.two_columns:not(.two_columns_nowrap)>.left {
		padding-top: 30px;
	}
}


/* Registration */
.auth_form {
	margin: 0 auto 60px;
	width: 100%;
	max-width: 710px;
	text-align: center;
}
.default_form,
.auth_form {
  font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 28px;
}

@media (max-width: 991px) {
	.auth_form {
		padding-top: 30px;
	}
}

.default_form h3,
.auth_form h3 {
	font-weight: normal;
	color: #56506B;
	font-size: 36px;
	line-height: 41px;
	margin: 0 0 10px;
}
.auth_form.register h3.register_ok {
	padding-top: 80px;
	margin-bottom: 25px;
}

.default_form .info, .default_form p,
.auth_form .info, .auth_form p {
	margin-top: 15px;
	margin-bottom: 35px;
}

.default_form .errortext,
.auth_form .errortext {
	color:red;
}
.default_form .notetext,
.auth_form .notetext {
	color:green;
}
.default_form .errortext, .default_form .notetext,
.auth_form .errortext, .auth_form .notetext {
	margin-bottom: 35px;
	font-size: 18px;
	line-height: 28px;
}

.auth_form .info {}
.auth_form .info_success {}

.default_form input[type='text'], .default_form input[type='password'],
.auth_form input[type='text'], .auth_form input[type='password'] {
	display: block;
	background: #E1F1FA;
	border: 1px solid #E1F1FA;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border-radius: 3px;
	padding: 0 22px;
	height: 58px;
	font-size: 14px;
	line-height: 19px;
}
.auth_form input[type='text'], .auth_form input[type='password'] {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.default_form input[type='text']::placeholder, .default_form input[type='password']::placeholder,
.auth_form input[type='text']::placeholder, .auth_form input[type='password']::placeholder {
	color: #84A1B1;
}

.default_form .bx-auth-secure-container,
.auth_form .bx-auth-secure-container {
	position: relative;
}
.auth_form .bx-auth-secure-container {
	width: 320px;
	margin-left: auto;
	margin-right: auto;
}
.default_form span.bx-auth-secure,
.auth_form span.bx-auth-secure {
	position: absolute;
	top: 17px;
	right: 22px;
	background-color:#FFFAE3; border:1px solid #DEDBC8; padding:2px; display:inline-block; vertical-align:middle;
}
.default_form div.bx-auth-secure-icon, .auth_form div.bx-auth-secure-icon
{background-image:url(images/sec.png); background-repeat:no-repeat; background-position:center; width:19px; height:18px;}
.default_form div.bx-auth-secure-unlock, .auth_form div.bx-auth-secure-unlock
{background-image:url(images/sec-unlocked.png);}

.auth_form.register input[name='REGISTER[CONFIRM_LOGIN]'],
.auth_form.register input[name='REGISTER[NAME]'],
.auth_form.register input[name='REGISTER[LAST_NAME]'] { display: none; }

.auth_form.authorize .captcha_container,
.auth_form.register .captcha_container {}
.auth_form.authorize .captcha_container img,
.auth_form.register .captcha_container img {
	width: 261px;
	height: 58px;
}
.auth_form.authorize .captcha_container span,
.auth_form.register .captcha_container span {
	font-size: 28px;
	line-height: 58px;
	vertical-align: sub;
}
.auth_form.authorize input.captcha,
.auth_form.register input.captcha {
	width: 261px;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.default_form input[type='submit'],
.auth_form input[type='submit'] {
	display: block;
	background: #0A81C4;
	border-radius: 3px;
	padding: 0 0;
	height: 58px;
	border: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	margin-top: 35px;
  font-family: 'Open Sans', sans-serif;
}
.auth_form input[type='submit'] {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}

.auth_form .links {
	margin-top: 60px;
	text-align: center;
	font-size: 16px;
	line-height: 22px;
	overflow: hidden;
	clear: both;
	max-width: 390px;
	margin-left: auto;
	margin-right: auto;
}
.auth_form .links div:nth-child(1) {
	width: 50%;
	float: left;
	text-align: left;
}
.auth_form .links div:nth-child(2) {
	width: 50%;
	float: right;
	text-align: right;
}
.auth_form .links a {
	text-decoration: none;
	transition: 0.3s;
}
.auth_form .links a.back {
	position: relative;
	/*margin-left: 36px;*/
	padding-left: 10px;
}
.auth_form .links a.back:before {
	content: '';
	position: absolute;
	display: block;
	top: 7px;
	left: -26px;
	background: url(images/arrow-back.svg) center no-repeat;
	background-size: contain;
	width: 26px;
	height: 8px;
	transition: 0.3s;
}
.auth_form .links a.back:hover:before {
	left: -30px;
}

.default_form input[type='text'], .default_form input[type='password'],
.auth_form input[type='text'], .auth_form input[type='password'],
.auth_form .captcha_container, .auth_form .user_remember {
	margin-bottom: 15px;
}

.auth_form.authorize input[name='USER_LOGIN'] {
	margin-top: 35px;
}
.auth_form.authorize .user_remember {
	width: 320px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;
	line-height: 130%;
}
.auth_form.authorize .user_remember input {
	margin-right: 10px;
}
.auth_form.authorize input[name='Login'] {
	margin-top: 15px;
}


/* Personal page */
.personal_contract_set {
	margin-bottom: 60px;
}
.personal_contract_set input[type='text'], .user_profile input[type='password'] {
	width: 100%;
}
.personal_contract_set input[type='submit'] {
	width: 60%;
}
.personal_contract_set .house_flat>div {
	width: 48%;
}
.personal_contract_set .house_flat input[type='text'] {
	margin-bottom: 0;
}

@media (max-width: 991px) {
	.personal_contract_set {
		margin-bottom: 30px;
	}
	.personal_contract_set input[type='submit'] {
		width: 100%;
	}
}

/* Personal page */
.personal {
	margin-bottom: 60px;
  font-family: 'Open Sans', sans-serif;
}
.personal .left_column {
  margin-right: 300px;
}

.personal .balans_container {
  float: right;
  width: 262px;
  height: 222px;
  background: url(images/wallet_back.png) center center no-repeat;
}
.personal .balans {
  padding: 35px 65px 35px 35px;
  color: #ffffff;
	margin-bottom: 40px;
}
.personal .balans .title {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
}
.personal .balans .sum {
  display: block;
  font-size: 16px;
  margin-bottom: 7px;
  font-family: 'Open Sans', sans-serif;
}
.personal .balans .sum b {
  font-size: 46px;
  color: #d3ff8e;
}
.personal .balans .sum.minus b {
  color: #ff8383;
}
.personal .balans a {
  color: inherit;
  line-height: 30px;
}

.personal .user {
  width: 85%;
	margin-bottom: 40px;
}
.personal .user td {
  padding-left: 0;
}
.personal .user td.c2 {
  width: 40%;
	white-space: nowrap;
}
.personal .user .title {
	color: #757575;
	font-style: normal;
	font-weight: 600;
	font-size: 13px;
	line-height: 158%;
	margin-bottom: 5px;
}
.personal .user .text {
	font-size: 26px;
	line-height: 135%;
	color: #56506B;
}
.personal .user .text a {
  color: inherit;
	text-decoration: none;
}
.personal .user .button {
	margin-top: 20px;
}
.personal .user .button a {
	display: inline-block;
	border: 2px solid #0A81C4;
	box-sizing: border-box;
	border-radius: 3px;
	text-decoration: none;
	padding: 0 27px;
	font-size: 13px;
	line-height: 48px;
	font-weight: 600;
	text-align: center;
	transition: 0.3s;
	color: #0A81C4;
}

.personal .star {
  font-weight: bold;
  color: red;
}

.personal .table_title {
  margin-top: 20px;
  font-weight: bold;
}
.personal .personal_table_container {
	overflow-x: auto;
}
.personal .personal_table_container td {
	white-space: nowrap;
}
.personal .flat {
  max-width: 800px;
  margin-top: 10px;
}
.personal .flat thead td {
  font-size: 13px;
  color: #cccccc;
  font-weight: bold;
  background-color: #e8f4f9;
}
.personal .flat tbody td {
  font-size: 13px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.personal .flat tbody tr:nth-child(even) td { background-color: #f3f3f3; }
.personal .flat tbody tr:hover td { background-color: #f0f0f0; }
.personal .flat tbody td.c12 { text-align: right; }
.personal .table_info {
  margin-top: 5px;
  font-size: 80%;
}

.personal .request {
  margin-top: 40px;
}
.personal .request h5 {
	font-size: 26px;
	line-height: 135%;
	color: #56506B;
  margin-bottom: 30px;
}
.personal .request .note {
  display: none;
  font-size: 14px;
	line-height: 158%;
  color: #33862b;
}
.personal .request .info {
  float: right;
  width: 40%;
  font-size: 14px;
	line-height: 158%;
	color: #757575;
}
.personal .request .info div {
  color: #d02d23;
}
.personal .request form {
  margin-right: 45%;
}
.personal .request input[type='text'], .personal .request textarea {
	box-sizing: border-box;
  width: 100%;
	display: block;
	background: #E1F1FA;
	border: 1px solid #E1F1FA;
	-webkit-box-sizing: border-box;
					box-sizing: border-box;
	border-radius: 3px;
	padding: 0 22px;
	height: 58px;
	font-size: 14px;
	line-height: 19px;
	margin-bottom: 22px;
}
.personal .request textarea {
	padding-top: 22px;
	padding-bottom: 22px;
}
.personal .request input[type='text']::placeholder, .personal .request textarea::placeholder {
	color: #84A1B1;
}
.personal .request textarea {
  height: 170px;
}
.personal .request input[type='submit'] {
	box-sizing: border-box;
	display: block;
	background: #0A81C4;
	border-radius: 3px;
	padding: 0 0;
	height: 58px;
	border: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 19px;
	color: #FFFFFF;
	width: 50%;
}

@media (max-width: 991px) {
	.personal {
		padding-top: 30px;
		margin-bottom: 30px;
	}
	
	.personal .left_column {
		margin-right: 0;
	}
	.personal .balans_container {
		float: unset;
		margin-bottom: 40px;
	}
	.personal .user {
		width: 100%;
	}
	.personal .user td.c2 {
		width: 20%;
		padding-right: 0;
	}
	
	.personal .request h5 {
		margin-bottom: 20px;
	}
	.personal .request form {
		margin-right: 0;
	}
	.personal .request .info {
		float: unset;
		width: 100%;
		margin-bottom: 25px;
	}
	.personal .request input[type='submit'] {
		width: 100%;
	}
}
@media (max-width: 490px) {
	.personal .user .title {
		font-size: 10px;
	}
	.personal .user .text {
		font-size: 16px;
		line-height: 135%;
	}
}


/* TODO OLD start */
.personal #contract_form {
  margin-top: 15px;
  display: none;
}
.personal #contract_form table {
  width: 100%;
}
.personal #contract_form table td {
  vertical-align: middle;
  padding: 7px 10px;
}
.personal #contract_form table td.c1 {
  width: 100px;
  padding-left: 0px;
  font-size: 14px;
}
.personal #contract_form table td.c2 {
  width: 30%;
  text-align: center;
}
.personal #contract_form table td.c3 {
  vertical-align: top;
  padding-left: 30px;
}
.personal #contract_form .info {
  font-size: 13px;
  font-style: italic;
  color: #656565;
  line-height: 21px;
}
.personal #contract_form .info div {
  color: #d02d23;
  font-style: normal;
  font-size: 16px;
}
.personal #contract_form input[type='text'] {
  display: block;
  font-family: 'Open Sans', sans-serif;
  border-top: solid 2px #d7d7d7;
  border-left: solid 1px #d7d7d7;
  border-bottom: solid 1px #f6faff;
  border-right: solid 1px #f6faff;
  border-radius: 3px;
  padding: 2px 5px;
  width: 98%;
}
.personal #contract_form input[type='submit'] {
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333333;
  padding: 3px 0px;
  text-align: center;
  background: #ebebeb;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dfdfdf));
  background: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
  background: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: #928c7e 0px 2px 2px;
  box-shadow: #928c7e 0px 2px 2px;
  width: 120px;
}
.personal #contract_form {}
.personal #contract_form {}
/* OLD end */

/* Pay page */
.pay {
	font-size: 14px;
	line-height: 158%;
	color: #757575;
	margin-bottom: 60px;
}
.pay>.left {
	width: 100%;
}
.pay .error,
.pay .red {
  color: #d02d23;
}
.pay .success,
.pay .green {
  color: #008000;
}
.pay .info {
	margin-top: 15px;
	margin-bottom: 20px;
}
.pay h6 {
	font-size: 14px;
	line-height: 158%;
	font-weight: bold;
	color: inherit;
  margin-top: 30px;
	margin-bottom: 15px;
}
.pay label {
	display: block;
	margin-bottom: 15px;
}
.pay input[type='radio'] {
	margin-right: 15px;
}
.pay input[name='total'] {
	display: unset;
  text-align: center;
	width: 190px;
	margin-right: 15px;
	margin-bottom: 10px;
}
.pay .buttons {
	display: flex;
	margin-top: 35px;
}
.pay .buttons>* {
	margin-left: 28px;
}
.pay .buttons>*:nth-child(1) {
	margin-left: 0;
}
.pay .buttons .back_button {
	width: 190px;
	padding: 0;
	height: 58px;
	line-height: 54px;
}
.pay .buttons input[type='submit'] {
	margin-top: 0;
	min-width: 190px;
}

@media (max-width: 991px) {
	.pay {
		margin-bottom: 30px;
	}
	.pay .buttons {
		flex-direction: column-reverse;
	}
	.pay .buttons>* {
		margin-top: 30px !important;
		margin-left: 0;
		width: 100% !important;
	}
	.pay .buttons>*:last-child {
		margin-top: 0 !important;
	}
}


/* Profile */
.user_profile {
	margin-bottom: 60px;
}
.user_profile input[type='text'], .user_profile input[type='password'] {
	width: 100%;
}
.user_profile input[type='submit'] {
	width: 60%;
}

@media (max-width: 991px) {
	.user_profile {
		margin-bottom: 30px;
	}
	.user_profile input[type='submit'] {
		width: 100%;
	}
	.user_profile .left .back_button { display: none; }
	.user_profile .right .back_button { display: block; }
}

/* Profile - TODO: OLD *//*
.bx-auth-profile table td {
  vertical-align: middle;
}
.bx-auth-profile table td:first-child {
  padding-left: 0px;
}
.bx-auth-profile input[type='text'],
.bx-auth-profile input[type='password'],
.content-form input[type='text'],
.content-form input[type='password'] {
  display: block;
  font-family: 'Open Sans', sans-serif;
  border-top: solid 2px #d7d7d7;
  border-left: solid 1px #d7d7d7;
  border-bottom: solid 1px #f6faff;
  border-right: solid 1px #f6faff;
  border-radius: 3px;
  padding: 2px 5px;
}
.bx-auth-profile input[type='text'],
.bx-auth-profile input[type='password'] {
  width: 98%;
}
.bx-auth-profile input[type='button'],
.bx-auth-profile input[type='reset'],
.bx-auth-profile input[type='submit'],
.content-form input[type='button'],
.content-form input[type='reset'],
.content-form input[type='submit'] {
  border: solid 1px #dbdbdb;
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #333333;
  padding: 3px 0px;
  text-align: center;
  background: #ebebeb;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#dfdfdf));
  background: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#dfdfdf));
  background: linear-gradient(#ffffff, #dfdfdf);
  -webkit-box-shadow: #928c7e 0px 2px 2px;
  box-shadow: #928c7e 0px 2px 2px;
  width: 120px;
}*/

/* About */
.page_about .part1 {
  margin-top: 30px;
  margin-bottom: 30px;
  height: 136px;
  padding: 33px 0px 21px 388px;
  background: url(/upload/pages/about1.png) left center no-repeat;
}
.page_about .part1>div {
  padding-right: 51px;
  background: url(/upload/pages/about2.png) right center no-repeat;
}
.page_about .part1>div>div {
  display: table-cell;
  vertical-align: middle;
  height: 136px;
  padding-left: 27px;
  padding-right: 37px;
  font-size: 19px;
  line-height: 26px;
  background-color: #fff7cc;
}
.page_about .part2 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page_about .part2 .left {
  float: left;
  width: 27%;
  margin-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_about .part2 .right {
  float: left;
  width: 67%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 19px;
  line-height: 24px;
}
.page_about .part2 .right>div {
  overflow: hidden;
  margin: 25px 0px 0px;
}
.page_about .part2 .right>div>.num {
  float: left;
  width: 40px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 52px;
  line-height: 48px;
  color: #2e92bc;
}
.page_about .part2 .right>div>.text {
  padding-top: 2px;
  margin-left: 45px;
  font-size: 14px;
  line-height: 21px;
}
.page_about .part3 {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 18px 20px 20px 122px;
  background: url(/upload/pages/about_icon1.png) 25px 20px no-repeat;
  font-size: 17px;
  line-height: 23px;
  border: solid 3px #f1cd06;
  min-height: 77px;
}
.page_about .part4 {
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 33%;
}
.page_about .part4>div {
  margin-left: 45px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 16px;
  line-height: 23px;
}

/* TSZH */
.page_tszh h5 {
  font-size: 21px;
  line-height: 25px;
}
.page_tszh ul {
  margin: 0px;
}
.page_tszh li {
  margin: 20px 0px 20px 32px;
  list-style-image: url(images/dash_blue.png);
}
.page_tszh .part1 {
  margin-bottom: 10px;
}
.page_tszh .part1 .left {
  display: block;
  float: left;
  width: 55%;
  margin-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_tszh .part1 .left h5 {}
.page_tszh .part1 .left .small {
  line-height: 18px;
  margin-left: 22px;
}
.page_tszh .part1 .right {
  position: relative;
  top: -55px;
  float: left;
  width: 40%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_tszh .part1 .right .block_rekviziti {
  padding: 20px 25px;
  background-color: #fff7cc;
  -webkit-box-shadow: #CBCBBD 0px 2px 2px;
  box-shadow: #CBCBBD 0px 2px 2px;
  margin-bottom: 30px;
}
.page_tszh .part1 .right .block_rekviziti h5 {
  margin-top: 0px;
  margin-bottom: 3px;
}
.page_tszh .part1 .right .block_rekviziti p {
  font-size: 12px;
  line-height: 13px;
  margin-top: 15px;
  margin-bottom: 0px;
}
.page_tszh .part1 .right .block_money {
  color: #c98c4b;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-style: italic;
  padding: 200px 25px 0px;
  background: url(images/money.jpg) top center no-repeat;
}

/* Private */
.page_private .part1 {
  margin-top: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
.page_private .part1 .left {
  float: left;
  width: 35%;
  margin-right: 5%;
  border: dashed 1px #9e9e9e;
  padding: 10px 25px 10px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_private .part1 .right {
  float: left;
  width: 60%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.page_private .part1 .right h5 {
  margin-top: 26px;
}
.page_private .part1 .right h6 {
  font-weight: bold;
  margin-bottom: 15px;
}
.page_private .block_where,
.page_private .block_what {
  text-align: center;
  margin: 40px auto;
}
.page_private .block_where h5,
.page_private .block_what h5 {
  margin-bottom: 30px;
}
.page_private .block_where {
  width: 80%;
}
.page_private .block_where a {
  display: inline-block;
  font-size: 26px;
  margin: 10px 20px;
 /* color: #3399FF;*/
}
.page_private ul {
  margin: 0px;
}
.page_private li {
  margin: 10px 0px 20px 32px;
  list-style-image: url(images/dash_blue.png);
}
.page_private .block_what {
  overflow: hidden;
  width: 60%;
}
.page_private .block_what ul {
  float: left;
  width: 50%;
}
.page_private .block_what li {
  text-align: left;
}



/* Contacts */
.page_contacts .part1 {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page_contacts .part1 .left {
  margin-right: 71%;
}
.page_contacts .part1 .right {
  float: right;
  width: 66%;
  background-color: #f5f5f5;
  -webkit-box-shadow: #CBCBBD 0px 0px 2px;
  box-shadow: #d5d5d5 0px 1px 5px;
  padding: 10px;
}
.page_contacts .part1 .right #contacts_map {
  width: 100%;
  height: 320px;
}
.page_contacts .iaddress,
.page_contacts .iphone,
.page_contacts .imail {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  height: 32px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}
.page_contacts .iaddress {
  background: url(images/icon_address.png) left top no-repeat;
}
.page_contacts .iphone {
  background: url(images/icon_phone.png) left top no-repeat;
}
.page_contacts .imail {
  background: url(images/icon_mail.png) left center no-repeat;
}

@media (max-width: 991px) {
	.page_contacts .part1 .left {
		margin-right: 0;
	}
	.page_contacts .part1 .right {
		float: unset;
		width: unset;
		margin-bottom: 20px;
	}
}


.blockiconki{
  float:left;
  text-align:center;
  font-size:13px;
  width:25%;
  padding-bottom: 70px;
}
.blockiconki p {font-size:13px;padding:0 15px 0 15px}
.blockiconki p a{font-size:21px;}


.catalog_item .price-b {
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;

  display: inline-block;
  position: relative;
  border: 2px solid #0a81c4;
  padding: 15px;
  color: #656565;
}

.catalog_item .price-b .price-h {
  color: #0a81c4;
  position: absolute;
  background-color: white;
  padding: 5px;
  top: -15px;
  left: 16px;
}
.catalog_item .price-b .price-b-left {
  float: left;
  margin: 0;
  padding: 0 15px;
}

.catalog_item .price-b .price-b-left:nth-of-type(2) {
  padding-left: 0;
}

.catalog_item .price-b .price-b-left:nth-last-of-type(1)  {
  padding-right: 0;
}

.catalog_item .price-b .price-b-left:nth-child(n+3) {
  border-left: 1px solid #cdcdcd;
}

.catalog_item .price-b b {
  font-size: 38px;
  display: inline-block;
  color: #749964;
}

.reviews_title {
  font-size: 37.76px;
  line-height: 1.1;
  margin-top: 60px;
  color: #282828;
}
.reviews_select_list {
  background-color: #F8F8F8;
  display: inline-block;
  margin-top: 14px;
  padding: 13px;
  padding-bottom: 11px;
  padding-left: 22px;
  border-radius: 35px;
  font-family: 'Open Sans';
  font-weight: bold;
}
.reviews_select_link {
  display: inline-block;
  margin-left: 10px;
  font-weight: normal;
  margin-left: 32px;
}
.reviews_select_link___selected {
  font-weight: bold;
  /*color: #1e1e1e;*/
  color: #d02d23;
  text-decoration: none;
  pointer-events: none;
}
.reviews_select_link___selected:visited {
  /*color: #1e1e1e;*/
  color: #d02d23;
}
.reviews_select_link:nth-child(1) {
  margin-left: 0;
}
.reviews_select_link:last-child {
  margin-right: 36px;
}
.fizreview_list {
  font-family: 'Open Sans', Arial;
  margin-top: 62px;
  margin-left: 2px;
  margin-bottom: 85px;
}
.fizreview_item {
  background-image: url('images/dotted.png');
  background-repeat: repeat-x;
  background-position: bottom center;
  padding-bottom: 7px;
  margin-bottom: 18px;
}
.fizreview_item:last-child {
  background-image: none;
}
.fizreview_item_name {
  font-size: 18.62px;
  color: #4b4b4b;
  font-weight: bold;
}
p.fizreview_item_p {
  line-height: 21px;
  margin-left: 24px;
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 13px;
  padding-right: 25px;
  position: relative;
}
p.fizreview_item_p:after,
p.fizreview_item_p:before {
  content: '«';
  position: absolute;
  top: -7px;
  left: -24px;
  color: #8c8c8c;
  font-size: 33.35px;
  font-family: 'Open Sans';
}
p.fizreview_item_p:after {
  content: '»';
  position: relative;
  left: 2px;
  top: -7px;
  line-height: 1;
  vertical-align: top;
}
/*.fizreview_list_container.fizreview_list_container { /* css spec dirty hack
  margin-left: -20px;
  margin-right: -20px;
  background-color: #F6F6F6;
  max-width: 1000%;
}*/

.fizreview_list_container {
  margin-left: -20px;
  margin-right: -20px;
  background-color: #F6F6F6;
}

.fizreview_list_container .fizreview_list {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}
.fizreview___index_list:after {
  content: '';
  display: block;
  clear: both;
}
.fizreview___index_list .fizreview_item {
  float: left;
  width: 33.3333333333%;
  background-image: none;
}
.fizreview___index_list .fizreview_item {
  padding-left: 2.6%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fizreview_list_container_title {
  text-align: center;
  font-size: 37px;
  font-family: 'Open Sans';
  padding-top: 61px;
  padding-bottom: 19px;
}
.fizreview_list_container_text {
  max-width: 550px;
  text-align: center;
  margin: auto;
  line-height: 1.6;
  font-size: 13px;
  padding: 0 20px;
}
.fizreview_list_container .fizreview___index_list {
  margin-top: 49px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.review_form {
  margin-left: 54px;
  width: 498px;
  margin-top: -19px;
  padding: 27px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #DFECFF;
  border-bottom: 2px solid #9BB7E0;
}
.review_form_title {
  color: #282828;
  font-size: 18px;
  line-height: 1.7;
  font-family: 'Open Sans';
}
.review_form_input,
.review_form_textarea {
  width: 100%;
  resize: none;
  border: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
  padding: 10px 16px;
  padding-bottom: 10.5px;
  outline: 0;
  background-color: white;
}
.review_form_input:invalid,
.review_form_textarea:invalid {
  background-color: white;
}
.review_form_textarea {
  height: 103px;
}
.review_form_linecontrol {
  display: block;
  margin: 15px 2px;
  margin-top: 15px;
  margin-right: 8px;
}
.review_form_submit {
  display: inline-block;
  padding: 11px 31px;
  padding-right: 23px;
  border-radius: 30px;
  /*background-color: #007EC2;*/
  background-color: #d02d23;
  /*box-shadow: 0px 2px 0px #005989;*/
  -webkit-box-shadow: 0px 2px 0px #591612;
          box-shadow: 0px 2px 0px #591612;
  color: #ffffff;
  border: 0;
  outline: 0;
  margin: 8px 5px;
  font-family: 'Open Sans';
  letter-spacing: 0.03em;
  -webkit-transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  transition: -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
  -o-transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out;
  transition: transform .3s ease-in-out, box-shadow .3s ease-in-out, -webkit-transform .3s ease-in-out, -webkit-box-shadow .3s ease-in-out;
}
.review_form_submit:hover {
  /*background-color: #005989;*/
  background-color: #b92920;
}
.review_form_submit:active {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
  -webkit-box-shadow: 0px 0px 0px #005989;
          box-shadow: 0px 0px 0px #005989;
}
.review_form_submit___index {
  margin: auto;
  text-decoration: none;
  padding: 13px 32px;
  padding-right: 30px;
  padding-left: 35px;
  margin-top: 5px;
  margin-left: 32px;
  font-size: 16px;
  margin-bottom: 35px;
}
.review_form_submit___index:hover,
.review_form_submit___index:visited,
.review_form_submit___index:focus {
  color: #ffffff;
}
.reviews_index_bottom {
  text-align: center;
  padding-bottom: 58px;
}
.review_form_success {
  padding: 10px 0;
  display: none;
}


.reviews_container .col-xs-6 { /* ANGRY NO! ITS MY BOOTSTRAP CSS! */
  float: left;
  width: 52.5%;
}
.reviews_container .col-xs-6 + .col-xs-6 {
  width: 47.5%;
}
.container:after {
  content: '';
  display: block;
  clear: both;
}

.urireview_list {
  margin-top: 40px;
}

.urireview_list_item {
  position: relative;
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
  background-color: #f8f8f8;
  border-bottom: 4px solid #e7e7e7;
  min-height: 140px;
  padding-top: 20px;
  padding-left: 140px;
  padding-right: 20px;
  padding-bottom: 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: top;
}

.urireview_list_item:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  display: block;
  height: 4px;
  width: 0;
  background-color: #2e92d8;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: width;
  -o-transition-property: width;
  transition-property: width;
}

.urireview_list_item:hover:after {
  width: 100%;
}

.urireview_list_item:nth-child(3n) {
  margin-right: 0;
}

.urireview_list_item_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 100px;
  height: 100px;
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-position: center top;
}

.urireview_list_item_name {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.3;
  color: #282828;
  margin-bottom: 13px;
}

.urireview_list_item_text {
  color: #282828;
  font-size: 16px;
  line-height: 1.3;
}

.urireview_list_item_pdf {
  position: absolute;
  display: inline-block;
  bottom: 20px;
  left: 140px;
}

.urireview_list_item_pdf a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  height: 21px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-image: url('images/icon_urireview_list_item_pdf.png');
  padding-left: 30px;
  font-size: 15px;
}


html body .catalog_element .variants table tbody tr.selected td,
html body .catalog_element .variants table tbody tr.selected:hover td{
  background-color: #d02d23;
  color: #fff;
}

html body .catalog_element .variants table tbody tr:hover td {
  background-color: #d1e7f6;
  /*color: inherit;*/
}

html body .catalog_element .variants table thead td {
  background-color: #0a81c4;
}

html body .catalog_element .price-b .price-h {
  color: #0a81c4;
  background-color: transparent;
}

html body .catalog_element .price-b {
  border-color: #0a81c4;
  border-top-color: transparent;
}


.price-b-top-line-left,
.price-b-top-line-right {
  height: 2px;
  position: absolute;
  top: -2px;
  display: block;
}

.price-b-top-line-left {
  background-color: #0a81c4;
}

.price-b-top-line-right span {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0a81c4;
}

.price-b-top-line-left {
  left: -2px;
  width: 16px;
}

.price-b-top-line-right {
  right: -2px;
  width: 100%;
  padding-left: 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*.price-b-top-line-left,
.price-b-top-line-right {
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.price-b-top-line-left {
  width: 15px;
  background-color: #0a81c4;
}

.price-b-top-line-right {
  padding-left: 65px;
  box-sizing: border-box;
}*/

/*.price-b-top-line-right:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #0a81c4;
  vertical-align: top;
}*/

.header>div.header_mobile {
  padding-top: 0;
}

.header_mobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header_mobile_logo {
  display: block;
  background-color: #0a81c4;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.header_mobile_lk {
  position: fixed;
  display: inline-block;
  top: 0;
  right: 75px;
/*      -ms-transform: translateX(-50%);*/
/*  -webkit-transform: translateX(-50%); */
/*          transform: translateX(-50%);*/
  padding-top: 20px;
  font-size: 16px;
  line-height: 1;
}
.header_mobile_menu {
  position: fixed;
  display: inline-block;
  right: 15px;
  top: 24px;
}
/*
.header_mobile {
  width: 100%;
  padding-left: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #fff;
  background-color: #0d68a1;
}*/


.header_mobile_logo a {
  display: inline-block;
  color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('images/logo_mobile.png');
  width: 167px;
  height: 47px;
  overflow: hidden;
}

.header_mobile_lk a {
  display: inline-block;
  color: transparent;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
}

.header_mobile_lk_link {
  background-image: url('images/personal.svg');
}

.header_mobile_lk_logout_link {
  margin-left: 10px;
  background-image: url('images/personal-logout.svg');
}

.header_mobile_menu a {
  display: inline-block;
  line-height: 9px;
  width: 30px;
  outline: 0;
  color: white;
}

.header_mobile_menu span {
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: #fff;
  vertical-align: top;
}

.header_mobile_menu_items {
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  max-width: 500px;
  width: 80%;
  height: 100%;
  padding-top: 67px;
  background-color: #0d68a1;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transition-property: max-width;
  -o-transition-property: max-width;
  transition-property: max-width;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  z-index: -1;
}

.header_mobile_background {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.22);
  z-index: -2;
}

.header_mobile_menu_li {
  padding: 1px 0;
  height: 100%;
  overflow-y: scroll;
  margin: 0;
}

.header_mobile_menu_li a,
.header_mobile_menu_li span.nolink {
  color: #fff;
  font-size: 17px;
  line-height: 1.5;
  display: inline-block;
}

.header_mobile_menu_li li {
  list-style: none;
  display: block;
  position: relative;
  min-width: 250px;
}

.header_mobile_menu_li_item {
  border-bottom: 2px solid #0a5b8e;
}

.header_mobile_menu_li_item>a {
  padding: 10px 20px;
}

.header_mobile_menu_li_item:last-child {
  border-bottom-color: transparent;
  margin-bottom: 150px;
}

.header_mobile_menu_li_l1 {
  display: block;
  padding-left: 40px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin: 0;
  background-color:  #0a5b8e;
}

.header_mobile_menu_li_l1_item.parent>span.nolink {
  color: #ffda68;
  padding-top: 10px;
}

.header_mobile_menu_li_l1_item:first-child>span.nolink {
  padding-top: 0px;
}

.header_mobile_menu_li_l1_item>span.nolink {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
  font-size: 16px;
  color: #fff;
}

.header_mobile_menu_li_l2 {
  margin: 0;
}

.header_mobile_menu_li_l1_item,
.header_mobile_menu_li_l2_item {
  margin-bottom: 5px;
}

.header_mobile_menu_li_l1_item>a,
.header_mobile_menu_li_l2_item>a {
  position: relative;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-right: 40px;
  font-size: 15px;
  color: #fff;
  padding-left: 22px
}

.header_mobile_menu_li_l1_item>a:before,
.header_mobile_menu_li_l2_item>a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 14px;
  display: block;
  width: 15px;
  height: 1px;
  background-color: rgba(255,255,255,0.5);
}


@media (max-width: 991px) {
  .header {
    margin-bottom: 70px;
  }
  .header .c1,
  .header .c2,
  .header .c3,
  .header .c4 {
    display: none;
  }
  .header_mobile {
    display: block;
  }
  .wrap_header_n_main, .wrap_footer {
    min-width: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .content {
    padding-left: 20px;
    padding-right: 20px;
  }
  .index_slider {
    width: 100%;
  }
  .index_slider .aleft,
  .index_slider .aright {
    display: none !important;
  }
  .wrap_header_n_main.index-page {
    background: none;
  }
  
  .blockiconki {
    width: 100%;
  }
  .blockiconki p {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .fizreview_list_container {
    margin-left: 0;
    margin-right: 0;
  }
  .fizreview___index_list .fizreview_item {
    width: 100%;
  }
  .index_news,
  .index_about,
  .index_feedback,
  .index_feedback-container {
    width: 100%;
    background-image: none;
    padding: 0;
  }
  
  .index_feedback .container1 {
    margin: 0 auto;
  }
  
  .catalog_element>.lblock,
  .catalog_element>.rblock,
  .catalog_element .info>.lblock,
  .catalog_element .info>.rblock {
    width: 100%;
    margin: 0;
    float: none;
    margin-bottom: 10px;
  }
  
  .catalog_element .info>.lblock,
  .catalog_element .info>.rblock {
    margin-top: 40px;
  }
  
  .catalog_element .photos {
    text-align: center;
  }
  
  .catalog_element .photos .m {
    width: 100%;
    max-height: 200px;
  }
  
  .catalog_element .photos .m img {
    width: auto;
  }
  
  .catalog_element .photos .a {
    float: none;
    display: inline-block;
  }
  
  .catalog_element .variants {
    overflow-y: scroll;
  }
  
  html body .catalog_element .variants table {
    width: 100%;
  }
  
  html body .catalog_element .variants table tbody tr:hover td {
    background-color: #d02d23;
    color: #fff;
  }

  

  .page_tszh .part1 .left,
  .page_tszh .part1 .right,
  .page_private .part1 .left,
  .page_private .part1 .right,
  .page_about .part2 .left,
  .page_about .part2 .right {
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
    margin-bottom: 40px;
    top: 0;
  }
  
  .page_about .part1,
  .page_about .part1>div {
    background-image: none;
    padding: 0;
    margin: 0;
    height: auto;
  }
  
  .page_about .part1 {
    margin-top: 30px;
  }
  
  .page_about .part1>div>div {
    display: block;
    padding: 10px 20px;
    height: auto;
  }
  
  .page_about .part4,
  .page_about .part4>div {
    margin-left: 0;
  }
  
  .page_private .part1 .left {
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .page_private .block_what ul {
    float: none;
    width: 100%;
  }
  
  
  /*.personal .left_column {*/
  /*  margin: 0;*/
  /*}*/
  /*.personal .request .note,*/
  /*.personal .request form,*/
  /*.personal .request .info {*/
  /*  width: 100%;*/
  /*  margin: 0;*/
  /*  float: none;*/
  /*  margin-bottom: 10px;*/
  /*}*/
  
  /*.personal .request textarea {*/
  /*  -webkit-box-sizing: border-box;*/
  /*          box-sizing: border-box;*/
  /*}*/
  
  .reviews_container.container .col-xs-6,
  .review_form {
    margin: 0;
    width: 100%;
  }
  
  .reviews_select_list .reviews_select_link {
    margin: 0;
    margin-right: 20px;
    font-size: 16px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .urireview_list_item {
    width: 100%;
    margin-right: 0;
  }
  
  
  .footer .c1,
  .footer .c2,
  .footer .c3,
  .footer .c4 {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: center;
  }
  .footer {
    padding-bottom: 60px;
  }
  .catalog_categories {
    display: none;
  }
  
  .header .personal_link>a.logout,
  .header .personal_link .info,
  .index_info>div>div,
  .personal .flat thead td,
  .personal .flat tbody td,
  .personal .request .info,
  .personal #contract_form .info,
  p.fizreview_item_p,
  .fizreview_list_container_text,
  .footer,
  .index_news>div span,
  .page_tszh .part1 .right .block_rekviziti p,
  .blockiconki,
  .blockiconki p {
    font-size: 14px;
    line-height: 1.3;
  }
  
  
}

@media (min-width:992px) {

}

.how-we-work-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.how-we-work-item {
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  text-align: left;
  margin-bottom: 90px;
  position: relative;
  margin-left: 1%;
  margin-right: 1%;
}

.how-we-work-item:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 100%;
  height: 2px;
  border-bottom: 2px dotted #499FDC;
  z-index: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 100px;
  margin-top: -80px;
  padding-left: 20px;
}

.how-we-work-item:nth-child(3):after {
  margin-left: -70%;
  margin-top: 310px;
  -webkit-transform: rotate(90deg) translate(-50%, -50%);
      -ms-transform: rotate(90deg) translate(-50%, -50%);
          transform: rotate(90deg) translate(-50%, -50%);
}

.how-we-work-item:nth-child(6):after {
  content: initial;
}

.how-we-work-item-img {
  position: relative;
  z-index: 1;
}

.how-we-work-item-img img {
  border-radius: 50%;
  padding: 20px;
  background-color: #f6f6f6;
  margin-left: -20px;
  margin-top: -20px;
}

.how-we-work-item-img:before {
  content: '';
  position: absolute;
  top: -5px;
  left: 45px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #499FDC;
  border-radius: 50%;
    z-index: 2;
}

.how-we-work-item-content {
  position: relative;
  background-color: #f6f6f6;
  padding: 10px 0 1px;
  margin-top: -10px;
  z-index: 2;
}

.how-we-work-item-desc {
  max-width: 260px;
  line-height: 1.5;
}

.number {
  position: absolute;
  top: 3px;
  left: 60px;
  color: #fff;
  z-index: 1;
  font-size: 16px;
  font-weight: bold;
  z-index: 2;
}

.number:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #499FDC;
    border-radius: 50%;
    z-index: -1;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}

  .order-1 {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }

@media screen and (max-width: 867px) {
  .how-we-work-item:after {
    content: initial;
  }
  .how-we-work-item:nth-child(6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .how-we-work-item:nth-child(5) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .how-we-work-item:nth-child(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

@media screen and (max-width: 586px) {
  .how-we-work-item {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    text-align: center;
  }
  .how-we-work-item-img:before {
        left: 50%;
        margin-left: -90px;
  }
  .how-we-work-item-desc {
    margin: 0 auto;
  }
  .number {
    left: 50%;
    margin-left: -75px;
  }

  .vozmoshnosti-list-item .number {
    margin-left: 0;
  }

  .five_reason_container ul {
    padding: 0 20px !important;
  }

  .five_reason_container .vozmoshnosti-list {
      padding: 0 !important;
  }

  .vozmoshnosti-sistem .vozmoshnosti-list {
    width: 98% !important;
  }

  .vozmoshnosti-list-item {
    width: 60% !important;
  }
}

.five_reason_container {
  background-color: #fff;
  padding-bottom: 100px;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.five_reason_container .row .col {
  width: 33.3333%;
}

.five_reason_container .row .col:first-child ul li {
  text-align: right;
  padding-right: 30px;
}

.five_reason_container .row .col:last-child ul li {
  padding-left: 30px;
}

.five_reason_container ul li:before {
  content: '';
  display: block;
  position: absolute;
  top: 5px;
  width: 20px;
  height: 20px;
  background: url('/upload/галка.svg') no-repeat center / 20px 20px;
}

.five_reason_container .row .col:first-child ul li:before {
  right: 0;
}

.five_reason_container .row .col:last-child ul li:before {
  left: 0;
}

.five_reason_container ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.five_reason_container ul li {
  margin-bottom: 60px;
  display: block;
  position: relative;
}

.five_reason_container img {
  width: 100%;
}

@media screen and (max-width: 586px) {
  .five_reason_container .row .col {
    width: 100%;
  }
  .five_reason_container .row .col:first-child ul li {
    text-align: left;
    padding-right: 0;
    padding-left: 30px;
  }
  .five_reason_container .row .col:first-child ul li:before {
    right: auto;
    left: 0;
  }
}

.wrap-faq{
    padding: 0 12%;
    margin-top: 50px;
}

.faq{
    margin-bottom: 25px;
    border-radius: 6px;
    border: 1px solid #E7E7E7;
    background-color: #fff;
}

.faq:hover {
    border-color:rgba(10, 129, 196, 0.3);
}

.question{
    border-bottom: 1px solid #E7E7E7;
    padding: 20px 100px;
    cursor: pointer;
    position: relative;
}

.question:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 35px;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #0a81c4;
    border-right: 2px solid #0a81c4;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px;
}

.faq.active .question:after{
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg);
}

.answer{
    padding: 10px 50px;
    display: none;
}

.question span{
  font-weight: 700;
  color: #0a81c4;
  border-radius: 100%;
  text-align: center;
  background: #ececec;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 25px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  margin-top: -19px;
}

.question p{
    font-size: 18px;
}

.question-btn-ftr{
    font-weight: 300;
    float: right;
    color: #ffffff;
    border: 2px solid #00380D;
    border-radius: 30px;
    height: 50px;
    line-height: 46px;
    padding: 0 20px 0 50px;
    font-size: 13px;
}

.question-btn-ftr:after{
    content: '?';
    position: absolute;
    z-index: 1;
    top:0;
    bottom: 0;
    font-size: 18px;
    left:25px;
    color: #002205;
}

.question-btn-ftr:hover{
    border-color: #00c341;
    background: #00c341;
}

.question-btn-ftr:hover:after{
    color: #ffffff;
}

.title-on-question-page {
    text-align: center;
    font-size: 35px;
    font-weight: 100;
    line-height: 40px;
    padding-bottom: 30px;
    margin-bottom: 35px;
    position: relative;
    margin-top: 64px;
}

.title-on-question-page:after {
    content: '';
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 50%;
    width: 70px;
    margin-left: -35px;
    height: 2px;
    background: #0a81c4;
}

.col-6 {
  width: 50%;
}

.five_reason_container .row {
  margin: 0 -20px;
}

.vozmoshnosti-sistem .vozmoshnosti-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 20px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.vozmoshnosti-list-item {
  position: relative;
  padding-left: 60px;
  width: 37%;
}

.vozmoshnosti-list-item .number {
    top: 0;
    left: 15px;
}

.vozmoshnosti-list .vozmoshnosti-list-item:before {
  content: initial;
}

.vozmoshnosti-list-item h5 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 19px;
}

.vozmoshnosti-list-item p {
  font-size: 14px;
  line-height: 1.3em;
}

.vozmoshnosti-sistem .video-block {
    background: url(/upload/vzmtsys.jpg) no-repeat center / cover;
    color: #fff;
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 562px;
    min-height: 411px;
    max-height: 411px;
    margin-left: auto;
}

.vozmoshnosti-sistem .video-block .play-button {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
    padding-top: 70px;
    margin-top: 20px;
}

.play-button a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
      color: #fff;
      text-decoration: none;
}

.vozmoshnosti-sistem .video-block .play-button:before {
content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    width: 75px;
    height: 75px;
    margin-left: -37px;
    background: url(/upload/play_button.svg) no-repeat center / 75px 75px;
}

.problem-title {
  text-align: left; margin-bottom: 40px; padding: 0;
}


@media screen and (max-width: 991px) {
  .col-6 {
    width: 100%;
  }

  .vozmoshnosti-sistem .video-block {
    max-width: 100%;
    max-height: 100%;
  }

  .vozmoshnosti-sistem .five_reason_container {
    padding-bottom: 0;
  }

  .problem-img {
    max-width: 100% !important;
    max-height: 590px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }

  .problem-title {
    text-align: center;
  }
}

.problem-img {
  max-width: 80%;
  display: block;
  margin-left: auto;
}

.project-title {
  text-align: center;
  font-size: 52px;
  font-weight: 300;
  margin-top: 64px;
  padding: 0;
  margin-bottom: 21px;
}

.section-links-list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 43px;
}

.section-links-list-item {
  display: block;
}

.section-links-list-item a {
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  font-size: 16px;
  text-decoration: none;
}

.section-links-list-item.active a {
  color: #5e5971;
  cursor: default;
}

.project-block-item-link {
  font-size: 16px;
  font-weight: 600;
}

.project-block-item-link p {
  margin-top: 10px;
}

.project-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
}

.project-block-item {
  width: 31.333333%;
  margin-left: 2%;
  margin-bottom: 2%;
}

.project-block-item-link {
  display: block;
}

.project-block-item-link img {
  width: 100%;
}

.project-gallery-block {
  max-width: 85%;
  margin-bottom: 30px;
}

.project-gallery-block .detail-img {
  width: 100%;
}

.gallery-block {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -4%;
}

.gallery-block-item {
  margin: 4% 0 0 4%;
  width: 29.333333%;
}
.gallery-block-item img {
  width: 100%;
  max-height: 87px;
  height: 87px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.return-to-project {
  display: inline-block;
  border: 2px solid #1280C3;
  padding: 11px 24px;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  color: #5e5971 !important;
}

.return-to-project:hover {
  border: 2px solid #1280C3;
  color: #5e5971;
}

.detail-title {
  font-size: 32px;
  margin-top: 16px;
}

.detail-content-block p {
  font-size: 16px;
}

@media screen and (max-width: 991px) {
  .order-1 {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
  }
}

.header_call_back_form_container.fancybox-content {
      background: transparent;
      position: initial;
}

.header_call_back_form_container .fancybox-button svg path {
  fill: #fff;
}

.header_call_back_form_container .fancybox-button.fancybox-close-small {
  right: 25px;
  top: 25px;
}

.header_call_back_form_container .fancybox-button svg {
    width: 45px;
    height: 45px;
   position: absolute;
}

.header_call_fancybox_open .fancybox-bg {
      opacity: .95 !important;
}
.sales-call-info {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
}
.sales-call-info > *:first-child {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    width: 300px;
    height: 300px;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: bottom;
       object-position: bottom;
    position: relative;
    bottom: -20px;
}
.sales-call-info > *:last-child {
    -webkit-box-flex: 3;
        -ms-flex: 3 1 0px;
            flex: 3 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.sales-call-info span {
    display: block;
    font-size: 42px;
    color: blue;
    font-weight: bold;
}
.sales-call-info p {
    font-size: 16px;
}
@media screen and (max-width: 768px){
    .sales-call-info > *:first-child {
        display: none;
    }
}


@media only screen and (max-width: 768px) {
	.marquiz__container>.marquiz__button {
		display: none !important;
	}
	.marquiz__container>.marquiz__inline-frame {
		display: block !important;
	}
}