html, body, div, span, applet, object, iframe, table, caption, tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0; }

body {
  background: white;
  font-size: 18px;
  line-height: 1;
  color: black; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption,
th,
 {
  font-weight: normal;
  text-align: left; }
td {
	font-weight: normal; }

blockquote:before,
blockquote:after, q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
p {
  font-size: 18px;
}
a {
  font-size: 18px;
  text-decoration: none; }

input {
  appearance: none;
  -webkit-appearance: none;
  outline: none; }
html {
  background: #000000;
}
body {
  color: #434343;
  font-family: 'Exo 2', sans-serif;
  color: #1d1d1d;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  min-width: 1600px;
  max-width: 1920px;
  margin: 0 auto
}
.wrapper {
  /*max-width: 1920px;*/
  max-width: 100%;
  margin: 0 auto;
}
.container {
  width: 1600px;
  margin: 0 auto;
  display: block; }

.wrap_content p {
  margin-bottom: 22px; }

.wrap_content a {
  text-decoration: underline;
  cursor: pointer; }
  .wrap_content a:hover {
    text-decoration: none; }

.btn {
  width: 213px;
  height: 48px;
  border-radius: 24px;
  -moz-border-radius: 24px;
  -webkit-border-radius: 24px;
  border: 1px solid #6baa89;
  cursor: pointer;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.39);
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  text-decoration: none !important;
  display: block; }
  .btn:hover {
    -webkit-box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09); }

.btn_color {
  background-color: #6baa89; }

.btn_line {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  text-shadow: none; }
  .btn_line:hover {
    color: #ffffff;
    border: 1px solid #ffffff;
    -webkit-box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    background-color: #6baa89;
    border: 1px solid #6baa89; }

.btn_line_green {
  background-color: transparent;
  color: #6baa89;
  text-shadow: none; }
  .btn_line_green:hover {
    background-color: #6baa89;
    color: #ffffff; }

h1, .h1 {
  color: #434343;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  position: relative;
  padding-left: 47px;
  margin: 49px 0 39px 0; }

.top_nead {
  width: 100%;
  height: 47px;
  background-color: #323a4d; }
  .header_toolbar_content{
    float: left;
    margin-left: 252px;
    position: relative;
  }
  .top_nead .header_toolbar_menu {
    padding-top: 10px;
    margin: 0;
     }
      .top_nead .header_toolbar_menu li:before {
        display: none;
      }
      .top_nead .header_toolbar_menu li a {
        text-decoration: none;
        color: #ffffff;
        font-size: 20px;
        font-weight: 400;
        display: block;
        position: relative; }
       .top_nead .header_toolbar_menu li a:before {
    content: '';
    background: url(../img/svg/str_menu.svg) no-repeat center;
    width: 11px;
    height: 6px;
    position: absolute;
    right: -22px;
    top: 11px;
}
.top_nead .header_toolbar_menu li ul li {
	padding: 0;
}
.top_nead .header_toolbar_menu li ul li a {
  line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
}
      .top_nead .header_toolbar_menu li:hover > a {
        color: #6ba989;
}
/*         .top_nead .header_toolbar_menu li:hover > a:before {
  background: url(../img/svg/str_menu_green.svg) no-repeat center; } */
      .top_nead .header_toolbar_menu li ul {
        display: none;
    position: absolute;
    left: 0px;
    top: 37px;
    min-height: 148px;
    -webkit-box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.11);
    box-shadow: 0 5px 19px 2px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    padding: 5px 15px 7px 15px;
    z-index: 3;
    min-width: 240px;
    width: 100%;
}
/* .top_nead .header_toolbar_menu li:hover ul {
    display: block;
} */
.top_nead .header_toolbar_menu li ul li {
    min-height: 30px;
    display: table;
    width: 100%;
}
.top_nead .header_toolbar_menu li {
    float: left;
    padding-right: 46px;
    position: relative;
    min-height: 37px;
}
.top_nead .header_toolbar_menu li ul a {
    color: #323a4d;
    font-size: 16px;
    font-weight: 400;
    display: table-cell;
    vertical-align: middle;
        position: relative;
}
.top_nead .header_toolbar_menu li ul a:hover {
    color: #6baa89;
}
.top_nead .header_toolbar_menu li ul {
    margin: 0;
    display: none;
}
.top_nead .header_toolbar_menu li ul a:before {
    display: none;
}
  .top_nead .login_block {
    float: right;
    width: 29.5%;
    padding-top: 5px; }
    .top_nead .login_block span {
      color: #ffffff;
      font-size: 20px;
      font-weight: 400;
      float: left;
      width: 243px;
      cursor: pointer;
      padding-top: 5px; }
      .top_nead .login_block span:hover {
        color: #76b594; }
    .top_nead .login_block .line {
      width: 2px;
      height: 36px;
      background-color: #424f6d;
      display: inline-block;
      vertical-align: top;
      float: left; }
  .top_nead .header_cab {
    display: inline-block;
    vertical-align: top;
    float: right;
    padding-top: 5px; }
    .top_nead .header_cab a {
      position: relative;
      text-decoration: none;
      color: #ffffff;
      font-size: 18px;
      font-weight: 400;
      margin: 0 36px 0 0; }
      .top_nead .header_cab a:hover {
        color: #77af92; }
        .top_nead .header_cab a:hover:before {
          background: url(../img/svg/login_hov.svg) no-repeat center; }
      .top_nead .header_cab a:before {
        content: '';
        background: url(../img/svg/login.svg) no-repeat center;
        width: 18px;
        height: 18px;
        position: absolute;
        left: -32px;
        top: 3px; }

.middle_header {
  width: 100%;
  min-height: 131px;
  background: #ffffff;
  clear: both; }
  .middle_header .logo_block {
    float: left;
    width: 16%;
    height: 125px;
    position: relative; }
    .middle_header .logo_block .logo {
      background: url(../img/svg/logo.svg) no-repeat center;
      width: 182px;
      height: 152px;
      display: block;
      position: relative;
      top: -37px;
      left: 35px; }
  .middle_header .phone_block {
    float: left;
    width: 50%;
    padding-top: 54px; }
    .middle_header .phone_block a {
      text-decoration: none;
      color: #1d1d1d;
      font-size: 20px;
      position: relative;
      padding-left: 24px; }
    .middle_header .phone_block a:hover {
      text-decoration: underline;
    }
      .middle_header .phone_block a:before {
        content: '';
        background: url(../img/svg/phone.svg) no-repeat center;
        width: 16px;
        height: 22px;
        position: absolute;
        left: 0px;
        top: 0px; }
  .middle_header .header_order-status {
    position: relative;
    float: left;
    width: 50.5%;
    padding-top: 54px; }
    .middle_header .header_order-status_tx span {
      color: #6baa89;
      font-size: 20px;
      text-decoration: underline;
      cursor: pointer;
      padding-left: 8px;
      cursor: pointer; }
      .middle_header .header_order-status_tx span:hover {
        text-decoration: none; }
  .middle_header .sms_block {
    float: left;
    width: 49.5%;
    padding-top: 54px; }
    .middle_header .sms_block a {
      color: #6baa89;
      font-size: 20px;
      text-decoration: underline; }
      .middle_header .sms_block a:hover {
        text-decoration: none; }
  .middle_header .btn_block {
    float: right;
    width: 13%;
    padding-top: 43px; }

.bottom_header {
  clear: both;
  width: 100%;
  height: 77px;
  -webkit-box-shadow: 5px 4px 3px 1px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 4px 3px 1px rgba(0, 0, 0, 0.11);
   
 }
  .bottom_header .panel-catalog {
    float: left;
    width: 15%;
     }

.bottom_header #panel-catalog-block{
  width: 236px;
/*   max-width: 100%; */
    height: 77px;
    background-color: #6baa89;
    text-align: center;
    padding-top: 26px;
}

    .bottom_header .panel-catalog #panel-catalog-block a {
      color: #ffffff;
      text-decoration: none;
      font-size: 20px;
      font-weight: 400;
      text-transform: uppercase;
      text-align: center;
      padding-right: 17px;
      position: relative; }
      .bottom_header .panel-catalog #panel-catalog-block a:before {
        content: '';
        background: url(../img/svg/str_menu.svg) no-repeat center;
        width: 12px;
        height: 7px;
        position: absolute;
        right: -8px;
        top: 10px; }
  .bottom_header .search_block {
    float: left;
    width: 70%; }
    .search_block iframe {
        display: none;
    }
    .bottom_header .search_block form {
      width: 100%;
      padding: 17px 0 0 55px; }
    .bottom_header .search_block .search-suggest {
      border: none;
      background: transparent;
      border-bottom: 1px solid #323a4d;
      color: #9296a0;
      border-radius: 0;
      -webkit-border-radius: 0;
      font-size: 20px;
      padding: 10px 0;
      width: 100%; }
    .bottom_header .search_block .obertka {
      position: relative;
      width: 75%;
      float: left; }
    .bottom_header .search_block .btn_search {
      width: 24px;
      height: 24px;
      background: url(../img/svg/lupa.svg) no-repeat center;
      background-size: contain;
      text-indent: -9999px;
      overflow: hidden;
      border: none;
      position: absolute;
      right: 0;
      top: 10px; }
      .bottom_header .search_block .btn_search:hover {
        background: url(../img/svg/lupa_hov.svg) no-repeat center; }
    .bottom_header .search_block .btn_analog {
      float: left;
      border: none;
      background: transparent;
      color: #323a4d;
      font-size: 20px;
      margin-top: 9px;
      margin-left: 50px; }
      .bottom_header .search_block .btn_analog:hover {
        color: #6baa89;
        text-decoration: underline; }
  .bottom_header .header_basket {
    float: left;
    width: 15%;
    position: relative; }
    .bottom_header .header_basket:before {
      content: '';
      width: 2px;
      height: 52px;
      background-color: #dbdbdb;
      position: absolute;
      right: 0;
      top: 14px; }
    .bottom_header .header_basket:after {
      content: '';
      width: 2px;
      height: 52px;
      background-color: #dbdbdb;
      position: absolute;
      left: 0;
      top: 14px; }

#basket-refresher {
/*   width: 138px; */
  margin: 11px auto 0;
  position: relative;
  text-align: center;
  min-height: 64px; }
  #basket-refresher .cart_num_block {
    width: 30px;
    height: 30px;
    background: url(../img/svg/cart.svg) no-repeat center;
    position: relative;
    margin: 14px 10px 0 0; }
    #basket-refresher .cart_num_block #basket-count {
      position: absolute;
      width: 19px;
      height: 19px;
      background-color: #6baa89;
      border-radius: 50%;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      color: #ffffff;
      font-size: 12px;
      font-weight: 400;
      line-height: 19px;
      text-align: center;
      right: -11px;
      top: 0; }
  #basket-refresher a {
    text-decoration: none;
    color: #323a4d;
    font-size: 20px;
    font-weight: 400;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-right: 2px; }
    #basket-refresher a:hover {
      color: #6baa89; }
    #basket-refresher a .block {
      display: block;
/*       position: absolute; */
 }
    #basket-refresher a span {
      color: #323a4d;
      font-size: 20px;
      font-weight: 400; }

.index_carousel.owl-carousel .slide {
  height: 755px;
  display: block;
  text-decoration: none;
   background: url(../img/slide_fon.png) no-repeat center top; }

.index_carousel.owl-carousel .slide .container{
  position: relative;
}
.index_carousel.owl-carousel .slide  .image_sl {
    width: 630px;
    height: 620px;
    top: 150px;
    right: 49px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.index_carousel.owl-carousel .slide1 .image_sl {
background: url(../img/product.png) no-repeat center bottom;
    width: 877px;
    height: 615px;
    display: block;
    position: absolute;
    right: -50px;
    top: 130px;
   } 
  .index_carousel.owl-carousel .slide1 .text_block {
    padding-top: 90px; }
    .index_carousel.owl-carousel .slide1 .text_block .big_text {
      color: #cacece;
      font-family: "Open Sans";
      font-size: 72px;
      font-weight: 700;
      line-height: 80px;
      text-transform: uppercase;
      margin-bottom: 22px; }

.index_carousel.owl-carousel .slide2  .image_sl{
    background: url(../img/led.png) no-repeat center;
    width: 630px;
    height: 620px;
    display: block;
    position: absolute;
    right: 49px;
    bottom: -205px;
   }
.index_carousel.owl-carousel .text_block {
  padding-top: 162px;
  display: block; }
  .index_carousel.owl-carousel .text_block .big_text {
    color: #e9eaea;
    font-size: 118px;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 88px; }
  .index_carousel.owl-carousel .text_block .min_text {
    color: #e9eaea;
    font-size: 48px;
    display: block;
    line-height: 56px; }
  .index_carousel.owl-carousel .text_block .btn {
    margin-top: 58px; }

.index_carousel.owl-carousel .owl-nav {
  width: 70px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 138px; }

.index_carousel.owl-carousel .owl-prev {
  position: absolute;
  left: 0;
  top: 0;
  width: 23px;
  border: none; }
  .index_carousel.owl-carousel .owl-prev .prev__slide__news {
    width: 23px;
    height: 16px;
    background: url(../img/svg/str_slider_r.svg) no-repeat center;
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: absolute;
    left: 0; }
    .index_carousel.owl-carousel .owl-prev .prev__slide__news:hover {
      background: url(../img/svg/str_slider_r_hover.svg) no-repeat center;
      -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
      transform: scale(-1);
      width: 36px;
      height: 25px;
      position: absolute;
      left: -6px;
      top: -4px; }

.index_carousel.owl-carousel .owl-next {
  position: absolute;
  right: 0;
  top: 0;
  width: 23px;
  border: none; }
  .index_carousel.owl-carousel .owl-next .next__slide__news {
    width: 23px;
    height: 16px;
    background: url(../img/svg/str_slider_r.svg) no-repeat center;
    display: block;
    position: absolute;
    right: 0; }
    .index_carousel.owl-carousel .owl-next .next__slide__news:hover {
      background: url(../img/svg/str_slider_r_hover.svg) no-repeat center;
      width: 36px;
      height: 25px;
      position: absolute;
      right: -6px;
      top: -4px; }

.hit_wraps {
  background: #e9eaea url(../img/hit_wraps_fon.png) no-repeat center top;
  width: 100%;
  height: 773px;
  margin-top: -135px;
  padding-top: 135px; }
  .hit_wraps .all {
    color: #6baa89;
    font-size: 18px;
    line-height: 30px;
    text-decoration: underline;
    display: block;
    margin: 76px auto 0;
    text-align: center;
    position: relative;
    z-index: 1;
  }

.sale_wraps {
  background: #e9eaea url(../img/sale_wraps_fon.png) no-repeat center top;
  width: 100%;
  height: 705px; }
  .sale_wraps .container {
  	position: relative;
    height: 100%;
  }
.sale_wraps .container:before {
	content: "";
	display: block;
	width: 600px;
	height: 600px;
	background: url(../img/voltmetr.png) no-repeat center;
	position: absolute;
	left: 0;
	bottom: 0;
}
.form_index {
  background: url(../img/form_fon.png) no-repeat center top;
  width: 100%;
  height: 375px; }

.content_bl {
  position: relative; }

.cont_bl {
  opacity: 0; }

.cont_bl {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto; }
  .cont_bl.active {
    opacity: 1; }

.catalog-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 315px;
  min-height: 467px;
  border: 1px solid #ccd2d9;
  background-color: #ffffff;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.catalog-item .catalog-item_content {
  position: relative;
}
.news_prod_slider .catalog-item-picture-wrap, .hits_prod_slider .catalog-item-picture-wrap {
  display: block;
  padding: 15px 0;
}
.news_prod_slider .catalog-item-picture-wrap:before, .hits_prod_slider .catalog-item-picture-wrap:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 8px;
  left: 8px;
  width: 53px;  
  height: 53px;
}
.news_prod_slider .catalog-item-picture-wrap:before{
  background: url(/design/img/svg/new.svg) no-repeat center;
}
.hits_prod_slider .catalog-item-picture-wrap:before {
  background: url(/design/img/svg/hit.svg) no-repeat center;
}
.catalog-item .catalog-item-picture {
  display: block;
  height: 140px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.catalog-item .catalog-item-picture img {
  position: absolute;
  display: inline-block;
  width: auto;
  max-height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.catalog-item .catalog_item_name_content {
/*   background: url(../img/catalog-item_fon.png) no-repeat center bottom; */
  height: 150px;
}
.catalog-item .catalog_item_name_content a {
  text-align: center;
  display: block;
  padding: 0 20px;
  text-decoration: none;
}
.catalog-item .catalog_item_name_content .catalog-short-name {
  color: #527397;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.catalog-item .catalog_item_name_content span {
  color: #636363;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  display: block;
}
.cont_bl .catalog-item .catalog_item_name_content span, .cont_bl .catalog-item .catalog_item_name_content .catalog-short-name {
  text-transform: uppercase;
  display: inline;
  color: #527397;
}
.cont_bl .catalog-item .catalog-item-picture {
  height: 130px;
}
.catalog-item .catalog-item-extra {
  text-align: center; 
}
.catalog-item .catalog-item-price {
  display: block;
  padding: 10px 0;
  text-align: center;
}
.catalog-item .catalog-item-price span {
  color: #527397;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
}
.catalog-item .catalog-item-price .catalog-item-currency-rouble {
  font-size: 16px;
  display: inline; 
  padding-left: 4px;
  text-transform: lowercase;
}
.catalog-item .catalog-item-price .catalog-item-store {
  display: block;
  color: #525252;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  text-transform: unset;
  padding-top: 7px;
}
.content_bl .catalog-item .btn {
  margin: 20px auto;
  width: 159px;
}
.content_bl .catalog-item .button {
  display: none;
}
.content_bl .catalog-item .catalog_item_separator_2 {
    position: absolute;
    right: 0px;
    top: 280px;
    display: block;
    width: 100%;
    height: 30px;
    border-radius: 100%;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.11);
}
.content_bl .catalog-item .catalog-item-comments {
  display: none;
}
.content_bl .catalog-item .catalog-item-extra a, .content_bl .catalog-item .catalog-item-extra a:hover {
  text-decoration: none;
}
.btn_nav_bl {
  text-align: center;
  margin-bottom: 50px;
}

  .cont_bl .owl-controls {
    width: 170px;
    margin: 37px auto 0;
    position: absolute;
    left: 0;
    right: 0; }
    .cont_bl .owl-controls .owl-prev {
      position: absolute;
      left: 0;
      top: 0; }
      .cont_bl .owl-controls .owl-prev .prev__slide__news {
        background: url(../img/svg/slider_product_str.svg) no-repeat center;
        display: block;
        width: 23px;
        height: 16px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
      .cont_bl .owl-controls .owl-prev:hover {
        left: -5px;
        top: -3px; }
        .cont_bl .owl-controls .owl-prev:hover .prev__slide__news {
          background: url(../img/svg/slider_product_str_hov.svg) no-repeat center;
          width: 33px;
          height: 23px;
          -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
    .cont_bl .owl-controls .owl-next {
      position: absolute;
      right: 0;
      top: 0; }
      .cont_bl .owl-controls .owl-next .next__slide__news {
        background: url(../img/svg/slider_product_str.svg) no-repeat center;
        display: block;
        width: 23px;
        height: 16px; }
      .cont_bl .owl-controls .owl-next:hover {
        right: -5px;
        top: -3px; }
        .cont_bl .owl-controls .owl-next:hover .next__slide__news {
          background: url(../img/svg/slider_product_str_hov.svg) no-repeat center;
          width: 33px;
          height: 23px; }
    .cont_bl .owl-controls .owl-dots {
      font-size: 0;
      width: 90px;
      margin: 0 auto;
      text-align: center; }
      .cont_bl .owl-controls .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border: 1px solid #323a4d;
        display: inline-block;
        vertical-align: top;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        cursor: pointer;
        margin-right: 10px; }
        .cont_bl .owl-controls .owl-dots .owl-dot:hover {
          background-color: #6baa89; }
        .cont_bl .owl-controls .owl-dots .owl-dot:last-child {
          margin-right: 0; }
      .cont_bl .owl-controls .owl-dots .owl-dot.active {
        background-color: #6baa89; }
}
}
}
}

.hit_wraps .btn_nav_bl {
  overflow: hidden;
  margin: 17px auto 48px;
  text-align: center;
  font-size: 0; }

.hit_wraps .one_bt {
  position: relative;
  padding-right: 15px; }
  .hit_wraps .one_bt:before {
    content: '';
    width: 2px;
    height: 26px;
    background-color: #ccd2d9;
    position: absolute;
    right: -4px;
    top: 0px; }

.hit_wraps .two_bt {
  padding-left: 17px; }

.hit_wraps .nav, .hit_wraps .nav h2 {
  display: inline-block;
  vertical-align: top;
  color: #2e3e53;
  font-size: 30px;
  line-height: 30px;
  font-weight: 400;
  cursor: pointer;
  margin: 0;
  text-transform: uppercase; }

.hit_wraps .nav.active, .hit_wraps .nav.active h2 {
  color: #2f3d53;
  font-size: 30px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase; }

.sale_wraps .r_block {
  float: right;
  width: 58%;
  padding-top: 185px; }

.sale_wraps .sale_title {
  color: #e9eaea;
  font-size: 28px;
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 24px; }

.sale_wraps .text_min {
  color: #e9eaea;
  font-size: 30px;
  font-weight: 400;
  padding-bottom: 55px; }

.sale_wraps p {
  color: #e9eaea;
  line-height: 28px; }

.sale_wraps .btn_block {
  overflow: hidden;
  padding-top: 60px; }

.sale_wraps .btn {
  float: left;
  margin-right: 25px; }

.sale_wraps .btn_line:hover {
  border: 1px solid #6baa89;
  background: transparent;
  color: #6baa89; }

.news_wrap {
  overflow: hidden;
  padding-top: 43px;
  padding-bottom: 37px; }
  .news_wrap .left_block {
    float: left;
    width: 50%;
    border-right: 1px solid #ccd2d9; }
    .news_wrap .left_block .h1 {
      text-align: center;
      text-transform: uppercase;
      margin: 0 0 42px 0;
      padding-left: 0; }
    .news_wrap .left_block .btn {
      margin: 55px auto 0; }
  .news_wrap .col-news-item {
    margin-bottom: 40px; }
  .news_wrap .img_block {
    width: 155px;
    height: 150px;
    -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.28);
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.28);
    background-color: #ffffff;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding-top: 15px;
    margin-top: 6px; }
    .news_wrap .img_block a {
      float: none !important;
      padding: 0 !important;
    }
  .news_wrap .text_block {
    display: inline-block;
    vertical-align: top;
    width: 500px;
    padding-left: 26px; }
    .news_wrap .col-news-item-name {
      display: block;
    }
  .news_wrap .col-news-item-name a {
    font-size: 18px;
    font-weight: 400;
    color: #527397;
    line-height: 24px;
    text-transform: uppercase;
    text-decoration: none; }
    .news_wrap .col-news-item-name a:hover {
      text-decoration: underline; }
  .news_wrap .col-news-item-date {
    color: #838282;
    font-size: 16px;
    line-height: 38px; }
  .news_wrap .col-news-item-detail_link a {
    color: #6baa89;
    line-height: 30px;
    text-decoration: none; }
    .news_wrap .col-news-item-detail_link a:hover {
      text-decoration: underline; }
  .news_wrap .right_block {
    float: right;
    width: 50%;
    padding-left: 55px; }
    .news_wrap .right_block .h1 {
      margin: 0 0 43px 0;
      text-align: left;
      padding-left: 0;
      text-transform: uppercase; }
    .news_wrap .right_block .img_cont {
      display: inline-block;
      vertical-align: top;
      width: 19%;
      padding-top: 79px; }
    .news_wrap .right_block .text_wrap {
      display: inline-block;
      vertical-align: top;
      width: 80%; }
    .news_wrap .right_block .btn_block {
      overflow: hidden;
      /*margin: 180px auto 0;*/
      text-align: center; }
    .news_wrap .right_block .btn {
      display: inline-block;
      vertical-align: top;
      margin-right: 18px; }
footer ul li {
  margin: 0
  padding-left: 0;
}
footer ul li:before {
  display: none;
}
.top_wrapper .top_menu {
  width: 100%;
  height: 57px;
  background-color: #323a4d;
  padding-top: 15px; }
  .top_wrapper .top_menu ul {
    margin: 0;
    float: left; }
  .top_wrapper .top_menu li {
    padding-left: 0;
    float: left;
    margin-right: 53px; }
    .top_wrapper .top_menu li:last-child {
      margin-right: 0; }
    .top_wrapper .top_menu li a {
      text-decoration: none;
      color: #ffffff;
      font-size: 18px; }
      .top_wrapper .top_menu li a:hover {
        color: #6baa89; }
  .top_wrapper .top_menu li.active a {
    color: #6baa89; }
  .top_wrapper .top_menu .dir {
    text-decoration: none;
    float: right;
    color: #ffffff;
    font-size: 18px;
    text-decoration: underline; }
    .top_wrapper .top_menu .dir:hover {
      color: #6baa89; }

.top_wrapper .bottom_menu {
    width: 100%;
    min-height: 350px;
    background: url(../img/bottom_menu_fon.png) no-repeat center;
    font-size: 0;
    background-size: cover;
    padding-bottom: 10px; }
  .top_wrapper .bottom_menu .footer_menu_column:nth-child(3) .footer_menu_a_lev_1.act ul, .top_wrapper .bottom_menu .footer_menu_column:nth-child(4) .footer_menu_a_lev_1.act ul {
    right: 50%;
    left: auto;
    background: #f3f3f3 url(../img/svg/treugol.svg) no-repeat 97% 100.5%; }
  .top_wrapper .bottom_menu .footer_menu_column {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 36px 0 0 0; }
    .top_wrapper .bottom_menu .footer_menu_column ul {
      margin: 0;
      padding-right: 10px;
    }
    .top_wrapper .bottom_menu .footer_menu_column li > a {
      text-decoration: none;
      color: #ffffff;
      font-size: 18px;
      line-height: 24px; }
    .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1 {
      position: relative; }
      .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1 > a {
        color: #ffffff;
        font-size: 18px;
        line-height: 24px; }
        .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1 > a:after {
          content: '+';
          padding-left: 4px; }
      .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1 ul {
        display: none; }
    .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1.act > a {
      color: #6baa89; }
      .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1.act > a:after {
        content: '-';
        color: #6baa89; }
    .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1.act ul {
      display: block;
      position: absolute;
      left: 0;
      bottom: 30px;
      width: 943px;
      min-height: 39px;
      -webkit-box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.11);
      box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.11);
      z-index: 2;
      padding: 34px 0px 44px;
      background: #f3f3f3 url(../img/svg/treugol.svg) no-repeat 43px 100.5%; }
      .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1.act ul:before {
        content: '';
        width: 1px;
        height: -webkit-calc(100% - 76px);
        height: calc(100% - 76px);
        background-color: #c7c7c7;
        position: absolute;
        left: 33%;
        top: 38px; }
      .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1.act ul:after {
        content: '';
        width: 1px;
        height: -webkit-calc(100% - 76px);
        height: calc(100% - 76px);
        background-color: #c7c7c7;
        position: absolute;
        left: 66%;
        top: 38px; }
      .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1.act ul li {
        float: left;
        width: 33%;
        min-height: 36px;
        display: table;
        padding-right: 3px;
        padding-left: 19px; }
        .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1.act ul li a {
          color: #000000;
          font-size: 16px;
          font-weight: 400;
          display: table-cell;
          vertical-align: middle; }
          .top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1.act ul li a:hover {
            color: #7dab69; }

.bottom_wrapper {
  width: 100%;
  height: 261px;
  clear: both;
  background-color: #303c50; }

.block_addr_foot {
  float: left;
  width: 31%;
  padding-top: 21px; }
  .block_addr_foot .addr_foot {
    position: relative;
    padding-left: 27px;
    margin-bottom: 8px; }
    .block_addr_foot .addr_foot:before {
      content: '';
      width: 15px;
      height: 18px;
      background: url(../img/svg/addr_foot.svg) no-repeat center;
      position: absolute;
      left: 2px;
      top: 3px; }
    .block_addr_foot .addr_foot span {
      color: #ffffff;
      font-size: 16px; }
    .block_addr_foot .addr_foot .metro {
        display: inline-block;
        vertical-align: top;
        height: 24px;
        background: url(../img/svg/metro.svg) no-repeat 1px 5px;
        margin: 0px 6px 0 8px;
        padding-left: 28px; }
  .block_addr_foot .phone_foot {
    position: relative;
    padding-left: 27px;
    margin-bottom: 14px; }
    .block_addr_foot .phone_foot:before {
      content: '';
      width: 15px;
      height: 15px;
      background: url(../img/svg/phone_foot.svg) no-repeat center;
      position: absolute;
      left: 2px;
      top: 7px; }
    .block_addr_foot .phone_foot span {
      color: #ffffff;
      font-size: 16px; }
    .block_addr_foot .phone_foot a {
      color: #7eb899;
      font-size: 16px; }
  .block_addr_foot .time_block {
    position: relative;
    padding-left: 27px; }
    .block_addr_foot .time_block:before {
      content: '';
      width: 15px;
      height: 15px;
      background: url(../img/svg/time_foot.svg) no-repeat center;
      position: absolute;
      left: 2px;
      top: 5px; }
    .block_addr_foot .time_block .time {
      color: #ffffff;
      font-size: 16px; }

.sety_block {
  float: left;
  width: 21%;
  padding-top: 47px; }
  .sety_block .isq_block .isq {
    display: block;
    position: absolute;
    right: -110px;
    margin: 0 auto;
    bottom: 22px;
    width: 215px;
    height: 219px;
    z-index: 9;
    -webkit-box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.11);
    background: #ffffff url(../img/svg/treugol.svg) no-repeat center 100.5%;
    padding: 10px 0 0 18px; }
    .sety_block .isq_block .isq span {
      color: #55709e;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      display: block;
      padding-left: 28px; }
    .sety_block .isq_block .isq .title {
      color: #4d4d4d;
      position: relative; }
      .sety_block .isq_block .isq .title:before {
        content: '';
        width: 18px;
        height: 18px;
        background: url(../img/svg/isq_foot_blue.svg) no-repeat center;
        position: absolute;
        left: -2px;
        top: 5px; }
      .sety_block .isq_block .isq .title + span {
        margin-bottom: 10px; }
  .sety_block .isq_block {
    position: relative;
    padding-left: 27px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 17px;
    width: 63px; }
    .sety_block .isq_block:hover {
      text-decoration: underline;
      cursor: pointer; }
    .sety_block .isq_block:before {
      content: '';
      width: 18px;
      height: 18px;
      background: url(../img/svg/isq_foot.svg) no-repeat center;
      position: absolute;
      left: -2px;
      top: 5px; }
    .sety_block .isq_block:after {
      content: '';
      width: 18px;
      height: 18px;
      background: url(../img/svg/str_menu.svg) no-repeat center;
      position: absolute;
      right: -12px;
      top: 5px; }
      .sety_block .isq_block:hover:after {
        transform: rotate(180deg);
      }
    .sety_block .isq_block .isq {
      display: none; }
      .sety_block .isq_block:hover .isq {
      display: block; }
  .sety_block .skype {
    position: relative;
    padding-left: 27px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 13px; }
    .sety_block .skype a {
      color: #ffffff;
      text-decoration: none;
    }
    .sety_block .skype a:hover {
      color: #7eb899;
      text-decoration: underline;
    }
    .sety_block .skype:before {
      content: '';
      width: 18px;
      height: 18px;
      background: url(../img/svg/skype_foot.svg) no-repeat center;
      position: absolute;
      left: -4px;
      top: 5px; }
  .sety_block .mail a {
    position: relative;
    padding-left: 27px;
    color: #7eb899;
    font-size: 16px;
    text-decoration: none; }
    .sety_block .mail a:before {
      content: '';
      width: 18px;
      height: 13px;
      background: url(../img/svg/mail_foot.svg) no-repeat center;
      position: absolute;
      left: -4px;
      top: 4px; }
    .sety_block .mail a:hover {
      text-decoration: underline;
    }
.system_block {
  float: left;
  width: 22.5%;
  padding-top: 45px; }
  .system_block .karta {
    position: relative;
    padding-left: 31px;
    color: #ffffff;
    font-size: 17px;
    text-decoration: underline;
    display: block;
    margin-bottom: 18px; }
    .system_block .karta:before {
      content: '';
      width: 18px;
      height: 13px;
      background: url(../img/svg/karta_foot.svg) no-repeat center;
      position: absolute;
      left: 0px;
      top: 7px; }
      .system_block .karta:hover {
        text-decoration: none;
      }
  .system_block .paymet_block {
    position: relative;
    padding-left: 29px;
    color: #ffffff;
    font-size: 17px;
    width: 185px;
    margin-bottom: 18px;
    cursor: pointer; }
    .system_block .paymet_block:before {
      content: '';
      width: 18px;
      height: 19px;
      background: url(../img/svg/paymet_foot.svg) no-repeat center;
      position: absolute;
      left: 0px;
      top: 2px; }
    .system_block .paymet_block:after {
      content: '';
      width: 18px;
      height: 18px;
      background: url(../img/svg/str_menu.svg) no-repeat center;
      position: absolute;
      right: -2px;
      top: 5px; }
    .system_block .paymet_block img {
      max-width: none;
      max-height: none;
      display: none; }
    .system_block .paymet_block:hover img {
      display: block;
      position: absolute;
      top: -52px;
      left: -30px; }
        .system_block .paymet_block:hover:after {
        transform: rotate(180deg); }

.ya-share2__list_direction_horizontal {
  margin-top: 20px; }
  .ya-share2__list_direction_horizontal li {
    text-indent: -9999px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 24px;
    height: 24px;
    overflow: hidden; }

.ya-share2__item_service_vkontakte {
  width: 24px;
  height: 24px;
  background: url(../img/svg/vkontakte.svg) no-repeat center; }

.ya-share2__item_service_facebook {
  width: 24px;
  height: 24px;
  background: url(../img/svg/facebook.svg) no-repeat center; }

.ya-share2__item_service_odnoklassniki {
  width: 24px;
  height: 24px;
  background: url(../img/svg/odnoklassniki.svg) no-repeat center; }

.ya-share2__item_service_moimir {
  width: 24px;
  height: 24px;
  background: url(../img/svg/moimir.svg) no-repeat center; }

.ya-share2__item_service_gplus {
  width: 24px;
  height: 24px;
  background: url(../img/svg/gplus.svg) no-repeat center; }

.ya-share2__item_service_twitter {
  width: 24px;
  height: 24px;
  background: url(../img/svg/twitter.svg) no-repeat center; }

.number_block {
  float: left;
  width: 25.5%;
  padding-bottom: 17px;
  padding-top: 17px; }
  .number_block span {
    color: #ffffff;
    font-size: 16px;
    display: block; }
  .number_block a {
    color: #7eb899; }
  .number_block .numerik {
    margin: 10px 0 7px 0; }

.top_footer {
  min-height: 208px; }

.bottom_footer {
  clear: both;
  border-top: 1px solid #475771; }
  .bottom_footer .copy {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding-top: 7px;
    margin-bottom: 0;
    float: left; }
    .bottom_footer .copy span {
      padding: 0 8px 0 10px; }
    .bottom_footer .copy a {
      color: #ffffff;
      font-size: 16px;
      line-height: 30px; }
      .bottom_footer .copy a:hover {
        text-decoration: underline; }

.oshibka {
  position: relative;
  width: 57%;
  float: left; }
  .oshibka span {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    padding-top: 7px;
    text-decoration: underline;
    text-align: center;
    cursor: pointer;
    display: block; }
  .oshibka .error_wrap {
    display: none; }
  .oshibka:hover .error_wrap {
    display: block;
    width: 215px;
    height: 134px;
    -webkit-box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.11);
    box-shadow: 4px 3px 5px 1px rgba(0, 0, 0, 0.11);
    background-color: #ffffff;
    position: absolute;
    left: -10px;
    right: 0;
    bottom: 30px;
    margin: 0 auto; }
    .oshibka:hover .error_wrap .title {
      color: #6baa89;
      font-size: 16px;
      text-transform: uppercase;
      text-align: center;
      padding-top: 14px; }
    .oshibka:hover .error_wrap .text {
      color: #000000;
      font-size: 14px;
      font-weight: 400;
      line-height: 30px;
      text-align: center;
      padding-top: 4px; }
    .oshibka:hover .error_wrap .button {
      width: 164px;
      height: 36px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      border: 1px solid #6baa89;
      color: #000000;
      font-size: 16px;
      font-weight: 400;
      line-height: 34px;
      text-align: center;
      margin: 11px auto 0; }

.metrik {
  padding: 7px 0 0 0px;
  float: right; }
  .metrik img {
    margin-left: 10px;
    display: inline-block;
    vertical-align: top; }

#toTop {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  cursor: pointer;
  background: url(../img/svg/toTop.svg) no-repeat center;
  background-size: contain;
  z-index: 99; }

.to_quest {
  display: none;
  width: 60px;
  height: 60px;
  position: fixed;
  right: 50px;
  bottom: 136px;
  cursor: pointer;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  border: 2px solid #7eb899; 
  z-index: 99;}
  .to_quest .text {
    display: none; }
  .to_quest .quest {
    color: #7eb899;
    font-size: 36px;
    font-weight: 400;
    line-height: 54px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%; }
  .to_quest:hover {
    width: 219px; }
    .to_quest:hover .text {
      display: inline-block;
      vertical-align: top;
      color: #7eb899;
      font-size: 16px;
      font-weight: 400;
      line-height: 54px;
      text-transform: uppercase;
      padding: 0 20px 0 30px; }
    .to_quest:hover .quest {
      width: auto;
      text-align: left; }






/*DS-FORM*/


#dszvonok-form{
    width: 604px;
    min-height: 581px;
    background: #e9eaea url(../img/form_bottom.png) no-repeat bottom left;
    position: relative;
}

#dszvonok-form:before{
    content: '';
    background: url(../img/form_top.png) no-repeat top right;
    width: 129px;
    height: 268px;
    position: absolute;
    right: 0;
    top: 0;
}

#dszvonokformmessagereport{
    width: 604px;
    min-height: 287px;
    background: #e9eaea url(../img/form_bottom_otvet.png) no-repeat bottom left;
    position: relative;
}
#dszvonokformmessagereport:before{
    content: '';
    background: url(../img/form_top.png) no-repeat top right;
    width: 129px;
    height: 268px;
    position: absolute;
    right: 0;
    top: 0;
}

#dszvonok-form .form-head{
    color: #2f3d53;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 33px 0 25px 0;
}


#dszvonok-form .person_dan{
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

#dszvonok-form .person_dan a{
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: underline;
}
#dszvonok-form .person_dan a:hover{
    text-decoration: none;
    cursor: pointer;
}
#dszvonok-form label{
    margin-bottom: 7px;
    display: block;
}
#dszvonok-form label{
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

#dszvonok-form input[name="login"]{
    width: 492px;
    height: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: #ffffff;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0 auto 16px;
    display: block;
}


#dszvonok-form input[name="tel"]{
    width: 492px;
    height: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: #ffffff;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0 auto 16px;
    display: block;
}
#dszvonok-form textarea{
    width: 492px;
    height: 114px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: #ffffff;
    padding: 10px;
    resize: none;
    border: none;
    margin: 0 auto 16px;
    display: block;
}
#dszvonok-form input[type="submit"]{
    margin: 15px auto 15px;
    width: 205px;
}

#dszvonok-form .error_form{
    display: none;
}
#dszvonok-form .error_form li{
    padding: 25px 0;
}
#dszvonokformmessagereport .form-head{
    color: #2f3d53;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    padding: 86px 0 0 0;
}



#dszvonok-form input::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
}
#dszvonok-form input::-moz-placeholder          {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    }/* Firefox 19+ */
#dszvonok-form input::-moz-placeholder           {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    }/* Firefox 18- */
#dszvonok-form input::-ms-input-placeholder      {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
}


#dsvopros-form{
    width: 604px;
    min-height: 581px;
    background: #e9eaea url(../img/form_bottom.png) no-repeat bottom left;
    position: relative;
}

#dsvopros-form:before{
    content: '';
    background: url(../img/form_top.png) no-repeat top right;
    width: 129px;
    height: 268px;
    position: absolute;
    right: 0;
    top: 0;
}

#dsvoprosformmessagereport{
    width: 604px;
    min-height: 287px;
    background: #e9eaea url(../img/form_bottom_otvet.png) no-repeat bottom left;
    position: relative;
}
#dsvoprosformmessagereport:before{
    content: '';
    background: url(../img/form_top.png) no-repeat top right;
    width: 129px;
    height: 268px;
    position: absolute;
    right: 0;
    top: 0;
}

#dsvopros-form .form-head{
    color: #2f3d53;
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 33px 0 25px 0;
}


#dsvopros-form .person_dan{
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

#dsvopros-form .person_dan a{
    color: #636363;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: underline;
}
#dsvopros-form .person_dan a:hover{
    text-decoration: none;
    cursor: pointer;
}
#dsvopros-form label{
    margin-bottom: 7px;
    display: block;
}
#dsvopros-form label{
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
}

#dsvopros-form input[name="login"]{
    width: 492px;
    height: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: #ffffff;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0 auto 16px;
    display: block;
}


#dsvopros-form input[name="tel"]{
    width: 492px;
    height: 48px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: #ffffff;
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    border: none;
    margin: 0 auto 16px;
    display: block;
}
#dsvopros-form textarea{
    width: 492px;
    height: 114px;
    border-radius: 24px;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    background-color: #ffffff;
    padding: 10px;
    resize: none;
    border: none;
    margin: 0 auto 16px;
    display: block;
}
#dsvopros-form input[type="submit"]{
    margin: 30px auto 30px;
    width: 205px;
}

#dsvopros-form .error_form{
    display: none;
}
#dsvopros-form .error_form li{
    padding: 25px 0;
}
#dsvoprosformmessagereport .form-head{
    color: #2f3d53;
    font-size: 24px;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
    padding: 86px 0 0 0;
}



#dsvopros-form input::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
}
#dsvopros-form input::-moz-placeholder          {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    }/* Firefox 19+ */
#dsvopros-form input::-moz-placeholder           {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
    }/* Firefox 18- */
#dsvopros-form input::-ms-input-placeholder      {
    color: #9c9c9c;
    font-size: 16px;
    font-weight: 400;
}

#dskonsult-form{
    width: 1199px;
    min-height: 300px;
    margin: 0 auto;
}

#dskonsultformmessagereport{
    width: 1199px;
    min-height: 300px;
    margin: 0 auto;
}


#dskonsult-form .form-head{
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 70px 0 30px 0;
}


#dskonsult-form .form-head-text{
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    padding-bottom: 57px;
}


#dskonsult-form .person_dan{
    color: #c0e7d3;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
    padding-top: 46px;
}

#dskonsult-form .person_dan a{
    color: #c0e7d3;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-decoration: underline;
}
#dskonsult-form .person_dan a:hover{
    text-decoration: none;
    cursor: pointer;
}

#dskonsult-form input[name="login1"]{
    width: 468px;
    height: 48px;
    border-radius: 24px;
    border: none;
    padding-left: 32px;
    background: #ffffff url(../img/svg/login_input.svg) no-repeat 95% center;
    display: inline-block;
}


#dskonsult-form input[name="tel1"]{
    width: 468px;
    height: 48px;
    border-radius: 24px;
    background-color: #ffffff;
    border: none;
    padding-left: 32px;
    margin: 0 16px 0 16px;
    background: #ffffff url(../img/svg/phone_input.svg) no-repeat 95% center;
    display: inline-block;
}
#dskonsult-form input[type="submit"]{
    display: inline-block;
    vertical-align: top;
    background: transparent;
    width: 215px;  
}
#dskonsult-form input[type="submit"]:hover{
    background-color: #323a4d;
    color: #ffffff;
    border: 1px solid #323a4d;
    text-shadow: none;
}


#dskonsult-form .error_form{
    margin-top: 2px;
    padding-left: 15px;
    color: #c1eefc;
    font-size: 14px;
    font-weight: 400;
    list-style: none;
    margin: 6px auto 0;
    width: 285px;
    display: none;
}

#dskonsultformmessagereport .form-head{
  font-family: 'Exo 2', sans-serif;
color: #ffffff;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
    text-align: center;
    padding: 126px 0 51px 0;
}

#dskonsultformmessagereport .repeatform{
    color: #ffffff;
    display: block;
    margin: 0 auto;
}

#dskonsultformmessagereport .repeatform:hover{
    background-color: #323a4d;
    color: #ffffff;
    border: 1px solid #323a4d;
    text-shadow: none;
}
#dskonsult-form input::-webkit-input-placeholder {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
}
#dskonsult-form input::-moz-placeholder          {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    }/* Firefox 19+ */
#dskonsult-form input::-moz-placeholder           {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
    }/* Firefox 18- */
#dskonsult-form input::-ms-input-placeholder      {
    color: #848484;
    font-size: 16px;
    font-weight: 400;
}

.bottom_header .container{
  position: relative;
}

/*старые стили*/
#way-layer-0 .way-layer-content {text-align:left} /* ie */
#way .subheader a {float:right; color:inherit; font-size:0.7em; margin:2px 10px 0 0}
.subheader-way-prod {margin:29px 0 10px 1px !important; padding-left:0 !important}
.wayprod-outer {
  position:relative; margin:25px 50px 20px 10px;
  background:white;
  border-radius:2px; border:1px solid #ccc; box-shadow:0 0 14px 0 #888;  
}
.wayprod-items-wrap {
  position:relative; overflow:hidden;
  } /* required settings */
.wayprod-items-content {
  position:absolute;
  top:0;
  left:0;
  clear:both;
  width:20000em;
} /* required settings, this cannot be too large */
.wayprod-items {
  display:inline-block;
  margin:15px 0;
}
.wayprod-item {
  display:inline-block;
  min-width:110px;
  min-height:110px;
  vertical-align:top;
  text-align:center;
}
.wayprod-items {
  overflow:hidden;
  height:50px;
  white-space:nowrap
  width:602px;
  height:50px;
  position:relative;
} 
.wayprod-item-picture > span{
  display:inline-block;
  vertical-align:middle
}
.wayprod-item-picture-separator {
  display:inline-block;
  vertical-align:middle;
  width:0;
  height:100%
}
.wayprod-item-picture img {
  vertical-align:top;
}
.wayprod-items-wrap {
  display:block;
  width:auto;
  height:100%;
  margin:0 30px 0 35px;
  } /* required width & height */
.wayprod-item {
  display:inline-block;
  width:125px;
  height:100%;
  vertical-align:top;
}
.wayprod-item-picture-wrap {
  display:inline-block;
  width:120px;
  height:50px;
  text-align:center;
  vertical-align:top;
}
.wayprod-item-picture > span{
  display:inline-block;
  vertical-align:middle;
}
.wayprod-item-picture-separator {
  display:inline-block;
  vertical-align:middle;
  width:0;
  height:100%;
}
.wayprod-scrollable-button {
  position:relative;
  z-index:1;
  display:inline-block;
  cursor:pointer;
}
.wayprod-scrollable-button {
  color:#666;
}
.wayprod-scrollable-button.disabled {
  color:#999;
}
.wayprod-scrollable-button-left {
  position:absolute;
  top:8px;
  left:5px;
}
.wayprod-scrollable-button-right {
  position:absolute;
  top:8px;
  right:10px;
}
.wayprod-scrollable-button-left:after {content:'<'}
.wayprod-scrollable-button-right:after {content:'>'} /* « » < ^ Ў > < ^ > v */
/*****/
.header_cat #way {
    position: absolute;
    top: 77px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    box-shadow: none;
    background: #ffffff;
}
#way{
  border-top: 2px solid #6baa89;
}
#way .way-layer{
  position: static;
}
#way .way-layer-content {
    position: static;
}
div#way-layers {
    float: right;
    width: 76%;
    padding: 6px 20px;
    height: 829px;
    overflow: auto; 
}
.zag_tab{
  color: #9296a0;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  background: #e9eaea;
  padding: 5px 0 10px 0;
}
.tabs_main_bl{
  float: left;
  width: 24%;
}

#way .way-section.box{
  border: none;
}

#way .tabs_main_bl .col-header{
  height: 80px;
  background: #e9eaea;
  display: table;
  vertical-align: middle;
  position: relative;
  width: 50%;
  float: left;
  cursor: pointer;
}
#way .tabs_main_bl .col-header:hover span {
  font-weight: 700;
}
#way .tabs_main_bl .col-header:nth-child(1):before{
  content: '';
  width: 1px;
  height: 59px;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  right: 0;
  top: 0;
}

#way.compact .menu-item, #way.compact .menu-item a {
    height: auto;
}

#way .tabs_main_bl .col .menu-item{
  display: none;
}
#way .tabs_main_bl .col.activ_tab .menu-item{
  display: block;
}


#way .menu-item{
  padding-left: 30px;
}
#way .menu-item a{
  text-align: left;
}
#way .tabs_main_bl .col-header .text{
  color: #53565c;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  text-transform: uppercase;
  height: 75px;
  background-color: #e9eaea;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  padding-left: 30px;
}
#way .tabs_main_bl .col-left{
  width: 100%;
}

#way .tabs_main_bl .col-right{
  width: 100%;
}

#way .col-header.activ_tab span {
  color: #2e3e53;
  font-weight: 600;
}

#way .tabs_main_bl .col.activ_tab {
  padding: 28px 0;
}

#way .menu-item{
  border: none;
}

#way .menu-item a {
    text-align: left;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    min-height: 34px;
    height: auto;
    margin-bottom: 3px;
}
#way .menu-item-bg{
  background: none;
}
#way .menu-item a:hover{
  color: #6baa89;
}
#way .menu-item-separator{
  display: none;
}

#way .way-button-collapse{
  display: none;
}


#way .subheader .text, .level_2.plain .way-section-name {
    color: #9296a0;
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    position: relative;
}
#way .way-layer-header .text{
  display: none;
}
#way .way-layer-header{
  display: block;
  overflow: hidden;
  margin-right: 20px;
}
#way .subheader .text:before, .level_2.plain .way-section-name:before {
    content: '';
    position: absolute;
    height: 1px;
    background: #9296a0;
    left: 120%;
    width: 1120px;
    top: 12px;
    z-index: 999999;
}
#way .way-button-return{
  right: 0;
  top: 10px;
}
#way .way-section.plain{
  overflow: hidden;
  margin-right: 20px;
  width: auto !important;
  margin: 10px 0 4px 0;

}
.way-layer-header{
  display: none;
}
#way .way-layer-content > div {
    padding: 0 0;
    padding-right: 0;
}
.subheader-way-prod {
    margin: 6px 0 10px 1px !important;
    padding-left: 0 !important;
}
#way .way-layer-content {
    position: static;
    overflow: visible;
}
#way .subheader{
  overflow: hidden;
}
#way .way-layer-header{
  border: none;
  display: none;
}
.way-index-tools {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 25;
    display: none;
}
.wayprod-outer {
    position: relative;
    margin: 48px 0 0 0;
    background: white;
    border-radius: 2px;
    border: none;
    box-shadow: none;
}
.wayprod-scrollable-button-left{
  content: '';
  width: 23px;
  height: 16px;
  display: block;
  background: url(../img/svg/wayprod-scrollable-button-left.svg) no-repeat center;
  top: 15px;
    left: 3px;
}

.wayprod-scrollable-button-left:after, .wayprod-scrollable-button-right:after{
  display: none;
}
.wayprod-scrollable-button-right {
    content: '';
      width: 23px;
  height: 16px;
  display: block;
  background: url(../img/svg/wayprod-scrollable-button-right.svg) no-repeat center;
  top: 15px;
    right: 3px;
}

.wayprod-items {
    width: 100%;
    height: 50px;
    position: relative;
}

.waysol-section.selected .waysol-section-picture {
    display: block;
    line-height: normal !important;
}
.all_proizvod{
margin: 57px auto 52px;
}
#way-layer-0 .way-layer-content {
    padding: 9px 0;
}
.all_proizvod:hover{
      -webkit-box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    box-shadow: inset 2px 3px 1px rgba(0, 0, 0, 0.09);
    color: #ffffff;
}

.waysol-section .waysol-section-picture{
    position: static;
    margin: 0 auto;
    background: none;
    border: none;
    box-shadow: none;
}
.waysol-section.level-1 {
    position: static;
    height: auto;
    background: none !important;
    margin: 30px auto 0;
    display: block;
}

span.waysol-section-name a {
    display: block;
    text-align: center;
    color: #6baa89;
    font-size: 18px;
    font-weight: 400;
}

span.waysol-section-name a:hover{
  text-decoration: underline;
}
#way .way-button-return:before{
  display: none !important;
}

#way .way-button-return{
   background: url(../img/svg/way-button-return.svg) no-repeat center !important;
   width: 27px;
height: 18px;
}

.way-section-picture{
  width: 168px;
height: 100px !important;
line-height: 100px;
border: 1px solid #e4e4e4;
}

.way-section-name{
    color: #2f3d53;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
#way .way-section.box{
  width: 168px;
  margin: 0 20px 0px 0 !important;
  height: auto;
}

#way .way-section.box .way-section-name{
  padding: 20px 4px 0;
}

#way .way-section a:hover .way-section-picture{
box-shadow: 7px 5px 4px 1px rgba(0, 0, 0, 0.11);
}
#way .way-section a:hover .way-section-name{
  color: #6baa89;
text-decoration: underline;
}
#way .tabs_main_bl .col-header.activ_tab .text{
  background: url(../img/svg/arr_act.svg) no-repeat center bottom;
}
.bottom_header .panel-catalog #panel-catalog-block.active a:before{

}
.lzebtn {
  cursor: default;
}
.gallery-3d-hidden {
  display: none !important;
}
.contacts-form{
  background: #e9eaea url(../img/form_bottom.png) no-repeat bottom left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px;
}
header.fixSearchBar .bottom_header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;

}
header.fixSearchBar .middle_header{
  margin-bottom: 105px;
}
.site_table tbody td{
  /* font-family: 'Arial'; */
    font-size: 17px;
}
#way .tabs_main_bl .col.activ_tab.col-left{
  overflow-y: scroll;
    max-height: 700px;
}


header .bottom_header{
  background-color: #e9eaea;
}

#dszvonok-form input:focus,#dszvonok-form input:active,
#dszvonok-form textarea:focus,#dszvonok-form textarea:active,
#msform input:focus,#msform input:active,
#msform textarea:focus, #msform textarea:active,
.contacts-form input:focus, #contacts-form input:active,
.contacts-form textarea:focus, #contacts-form textarea:active,
#ORDER_FORM input:focus, #ORDER_FORM input:active{
  box-shadow: 0px 0px 4px 1px #6baa89;
}
.top_wrapper .bottom_menu .footer_menu_column .footer_menu_a_lev_1 > a:hover{
  color: #6baa89;
}
.bottom_header .panel-catalog #panel-catalog-block a:hover{
  text-decoration: underline;
}
#tabs.ui-tabs .ui-tabs-nav li a:hover,.catalog_template_normal .catalog-item .catalog_item_name_content:hover,.catalog_template_normal .catalog-item .catalog_item_name_content:hover span{
  color: #6baa89;
  text-decoration: underline;
}
.ppDelivery{
  color: #6baa89;
  text-decoration: underline;
}
.ppDelivery:hover{
  cursor: pointer;
  text-decoration: none;
}
.ppForOrderDeliveryBlock{
  display: none;
}
.sale_order_delivery_item{
  position: relative;
}
.ppForOrderDeliveryBlock{
    position: absolute;
    right: -600px;
    top: 0;
    width: 600px;
    border: 2px solid #6baa89;
    padding: 20px;
    background: #fff;
}
.ppForOrderDeliveryBlock .contacts_info_item {
    width: 100%;
}
.ppForOrderDeliveryBlock:before{
  content: ' ';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #6baa89 transparent transparent;
    position: absolute;
    left: -12px;
    top: 30px;

}
.ppForOrderDeliveryBlockClose{
  display: none;
  color: #000;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
}
.sale_order_delivery_item:hover .ppForOrderDeliveryBlock{
  display: block;
}


.delivImgSescr{
        width: 200px;
    height: 90px;
    background-size: 100% !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.basket .bscRfrButtons{
  float: left;
      margin-top: 20px;
}
.bscRfrButtons .btn_line_green{
  margin-bottom: 10px;
}
.basket .basket-dop-link {
    text-align: left;
}
.basket .basket-dop-link div{
  float: left;
  margin: 0 30px;
}
.basket .basket-results {
    margin: 20px 0 30px;
    text-align: right;
    float: right;
}
.basket  .basket-bottom-panel{
  margin-top: 15px;
}


.bold {
  font-weight: bold;
}

.italic {
  font-style:italic;
}