@import url(../fonts/stylesheet.css);

.catalog-nav {display:none;}
/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
#choose_city_btn::before {
content: '';
    display: inline-block;
    background: url(/img/theme/icons/header/form1.png);
    width: 19px;
    height: 17px;
    top: 2px;
}
.ui-slider-horizontal .ui-slider-range {
    border: 1px solid #c61a17;
}
.tooltip{
	display:none;
position: absolute;
    z-index: 999;
    left: 115%;
	box-shadow: 3px 0 8px 6px rgba(209, 32, 29, 0.12);
    top: 13%;
    background-color: #ffffff;
    padding: 12px;
    border: 3px solid #00aaff;
    width: 350px;
}
.sidebar-page .podbor .podbor-field {
    position: relative;
}
.podbor .nap:before {
    background-image: url(/images/nap.png);
}
.podbor .skruch:before {
    background-image: url(/images/sk.png);
}
.tooltip b {
	padding-left: 7px;
}
.tooltip p{
 margin:0;
 padding:0;
 color: #000;
 padding:2px 7px;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1); }

.owl-carousel .owl-item img {
  display: block;
  -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

body {
  background: #ffffff url("/img/theme/bg_tile.png");
  margin: 0;
  padding: 0;
  font-family: 'pf_din_text_cond_proregular', helvetica, arial, sans-serif;
  font-size: 18px;
  color: #353535;
}

.catalog_podbor:before {display:none!important;}

@media screen and (min-width: 900px) and (max-width: 1050px) {
  .header, .footer {
    font-size: 14px; } }
@media screen and (min-width: 1250px) {
  body {
    background-image: url("/img/theme/right_bg_picture.png"), url("/img/theme/left_bg_picture.png"), url("/img/theme/bg_tile.png");
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: 40%, 26%, auto;
    background-position: 100% 1200px, 0 616px, 0 0; } }
@media screen and (max-width: 1800px) {
  body {
    background-position: 105% 1200px, -8% 616px, 0 0; } }
@media screen and (max-width: 1600px) {
  body {
    background-position: 110% 1200px, -12% 616px, 0 0; } }
@media screen and (max-width: 1450px) {
  body {
    background-image: url("/img/theme/bg_tile.png");
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto; } }
img {
  max-width: 100%; }

form {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }
.page-content a.tel {text-decoration: none; border: 0;}
.page-content a {
  color: #353535;
  display: inline-block;
  border-bottom: #000 solid 1px; }
  .page-content a:hover {
    border-bottom-color: transparent; }

.overlay_dark_ring, .overlay_dark {
  background-color: rgba(255, 255, 255, 0.3);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 20; }

#loading_ring, #loading {
  background: url("/i/load.gif") no-repeat scroll center center transparent;
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 5000; }

h1 {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00aaff;
  margin-top: .8em;
  position: relative; }

.container {
  width: 100%;
  margin: 0;
  box-sizing: border-box; }

.ratingblock {
  padding: 0;
  margin: 0; }
  .ratingblock p {
    display: none; }

@media screen and (min-width: 1250px) {
  .container {
    max-width: 1250px;
    margin: 0 auto; } }
/*# sourceMappingURL=css.css.map */
.nagr.toris {
  text-align: center; }

.nagr.toris > div {
  display: inline-block; }

.nagr.toris > div img {
  max-height: 200px; }

.btn {
  text-align: center;
  text-transform: uppercase;
  font-size: .888888em;
  padding: 0.6875em 1.5em;
  cursor: pointer;
  border-radius: 20px;
  display: inline-block;
  border: none;
  font-family: 'pf_din_medium';
  white-space: nowrap; }
  .btn:focus {
    outline: none; }

.btn-red {
  color: #444444;
  background: #fff;
  border:#00aaff solid 2px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1); }

.btn-yellow {
  background: #73bf00;
	border-radius: 20px;
	color: #fff;
	margin-top:5px !important; }

.buy_block .btn, .buy_btn .btn {
  border-radius: 20px; 
  background: #00aaff;  
  color: #fff;
}

.incart {
  color: #00aaff; }

input, select, textarea, .select-button-btn {
  border-radius: 2px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.04), inset 0 0px 0px 1px rgba(0, 0, 0, 0.1);
  font-family: 'pf_din_text_cond_proregular', helvetica, arial, sans-serif;
  border: none;
  font-size: .888888em;
  padding: 12px 18px;
  background: #fff; }
  input:focus, select:focus, textarea:focus, .select-button-btn:focus {
    outline: none;
    border: none; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-image: url("/img/theme/icons/podbor/arr.png");
  padding: 0 18px;
  color: #000; }

select::-ms-expand {
  display: none; }

textarea {
  resize: none; }

input.error {
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.04), inset 0 0px 0px 1px rgba(200, 0, 0, 0.7); }
.ui-icon-triangle-1-s {
  height: 40px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-image: url("/img/theme/icons/podbor/arr.png");
  width: 26px; }

.select-button-btn {
  display: block;
  padding: 0;
  height: 56px;
  width: 310px;
  -ms-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none; }
  @media screen and (max-width: 500px) {
    .select-button-btn {
      width: 250px; } }

.select-button-icon {
  margin-top: 1px;
  margin-left: 1px;
  display: block;
  float: left;
  height: 54px;
  width: 54px;
  border-radius: 1px 0 0 1px; }

.ui-selectmenu-text {
  box-sizing: border-box;
  font-size: 16px;
  padding: 9px 10px;
  cursor: default; }

.ui-front.ui-selectmenu-menu {
  z-index: 150; }

.ui-menu.ui-iconmenu {
  background: #fff;
  border-radius: 2px;
  box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.04), inset 0 0px 0px 1px rgba(0, 0, 0, 0.1); }
  .ui-menu.ui-iconmenu .ui-menu-item-wrapper {
    padding: 2px;
    height: 56px;
    font-size: 16px;
    border: none !important; }
    .ui-menu.ui-iconmenu .ui-menu-item-wrapper:after {
      content: '';
      display: block;
      clear: both; }
    .ui-menu.ui-iconmenu .ui-menu-item-wrapper .color-icon-in-expanded {
      float: left;
      display: block;
      height: 55px;
      width: 55px;
      background-repeat: no-repeat;
      margin-right: 10px; }
    .ui-menu.ui-iconmenu .ui-menu-item-wrapper .color-select-item-text {
      display: block;
      padding: 9px 10px 9px 0px; }
    .ui-menu.ui-iconmenu .ui-menu-item-wrapper.ui-state-active {
      background: #f26522; }
  .ui-menu.ui-iconmenu.ui-corner-bottom {
    border-radius: 0px 0px 2px 2px; }

.select-expand-icon {
  display: block;
  float: right;
  background-image: url("/img/theme/icons/podbor/arr.png");
  height: 100%;
  background-repeat: no-repeat;
  background-position: center right 15px;
  border-left: 1px solid #dadada;
  width: 40px; }

.ui-selectmenu-button-open .select-expand-icon {
  border-right: 1px solid #dadada;
  border-left: none;
  transform: rotate(180deg); }

.wrapper {
  background: #fff;
  overflow: hidden; }
  .wrapper:after {
    content: '';
    display: block;
    clear: both; }

@media screen and (min-width: 1250px) {
  .wrapper-borders {
    border-width: 0px 1px;
    border-style: solid;
    border-color: #e3f2f7; } }
.wrapper-p-1 {
  padding-left: 10px;
  padding-right: 10px; }

.wrapper-p-2 {
  padding-left: 13px;
  padding-right: 13px; }

.wrapper-p-3 {
  padding-left: 16px;
  padding-right: 16px; }

@media screen and (min-width: 1250px) {
  .wrapper-p-1 {
    padding-left: 37px;
    padding-right: 37px; }

  .wrapper-p-2 {
    padding-left: 58px;
    padding-right: 58px; }

  .wrapper-p-3 {
    padding-left: 69px;
    padding-right: 69px; } }
.top_bar {
  background-color: #f7f8fa;
  overflow: hidden; }
  @media screen and (min-width: 800px) {
    .top_bar {
      height: 47px; } }
  .top_bar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    @media screen and (min-width: 800px) {
      .top_bar ul {
        padding: 10px 0 0; } }
    .top_bar ul li {
      display: block;
      float: left;
      height: 100%;
      position: relative;
      border-right: #a4a4a4 solid 1px;
      padding: 0 10px;
      margin: 5px 0; }
      @media screen and (min-width: 800px) {
        .top_bar ul li {
          padding-right: 20px;
          padding-left: 20px;
          margin: 0px; }
 }
      .top_bar ul li:last-child {
        border-right: none; }
      .top_bar ul li a {
        white-space: nowrap;
        position: relative;
        color: #7e7e7e;
        text-decoration: none;
        height: 18px;
        line-height: 18px; }
        @media screen and (min-width: 800px) {
          .top_bar ul li a {
            height: 27px;font-size: 16px;
            line-height: 27px;
            margin-top: 0; } }
        .top_bar ul li a:hover {
          color: #00aaff; }
        .top_bar ul li a:before {
          content: '';
          background-repeat: no-repeat;
          background-position: center center;
          height: 19px;
          display: inline-block;
          margin-right: 10px;
          padding-top: 2px;
          position: relative; }
        @media screen and (max-width: 930px) {
          .top_bar ul li a:before {
            display: none; } }
        .top_bar ul li a.about:before {
          background-image: url("/img/theme/icons/top_bar/about.png");
          width: 17px;
          height: 17px;
          top: 2px; }
        .top_bar ul li a.delivery:before {
          background-image: url("/img/theme/icons/top_bar/delivery.png");
          width: 20px;
          height: 15px;
          top: 3px; }
        .top_bar ul li a.warranty:before {
          background-image: url("/img/theme/icons/top_bar/warranty.png");
          width: 16px;
          height: 15px;
          top: 2px; }
        .top_bar ul li a.comment:before {
          background-image: url("/img/theme/icons/top_bar/comments.png");
          width: 16px;
          height: 16px;
          top: 4px; }
        .top_bar ul li a.contacts:before {
          background-image: url("/img/theme/icons/top_bar/contacts.png");
          width: 17px;
          height: 13px;
          top: 1px; }
        .top_bar ul li a.wholesale:before {
          background-image: url("/img/theme/icons/top_bar/wholesale.png");
          width: 19px;
          height: 17px;
          top: 3px; }
  .top_bar .search_block {
    float: right;
    margin: 4px 0;
    margin: 2px 10px; }
    @media screen and (min-width: 800px) {
      .top_bar .search_block {
        margin: 4px 0; } }
    @media screen and (max-width: 1250px) {
      .top_bar .search_block {
        padding-right: 10px; } }
    .top_bar .search_block input {
      border: none;
      background-color: transparent;
      background-image: url("/img/theme/icons/top_bar/search.png");
      background-repeat: no-repeat;
      background-position: 10px 3px;
      width: 28px;
      line-height: 20px;
      border-radius: 10px;
      position: relative;
      top: -1px;
      padding: 0;
      box-shadow: none; }
      .top_bar .search_block input:focus, .top_bar .search_block input.opened {
        outline: none;
        border: none;
        background-color: #fff;
        padding: 0 10px 0 30px;
        width: 100%;
        box-sizing: border-box; }
        @media screen and (min-width: 400px) {
          .top_bar .search_block input:focus, .top_bar .search_block input.opened {
            width: 220px; } }
        @media screen and (min-width: 800px) and (max-width: 1250px) {
          .top_bar .search_block input:focus, .top_bar .search_block input.opened {
            width: 143px; } }
        .top_bar .search_block input:focus + label, .top_bar .search_block input.opened + label {
          display: none; }
    .top_bar .search_block label {
      color: #fff; }
      @media screen and (max-width: 500px) {
        .top_bar .search_block label {
          display: none; } }

.header .wrapper {
  overflow: hidden; }
  .header .wrapper {
    padding-top: 23px; }
  @media screen and (min-width: 900px) {
    .header .wrapper {
      padding-top: 41px;
      padding-bottom: 20px; } }
  @media screen and (max-width: 600px) {
    .header .wrapper > div {
      margin: 20px 0; } }
  .header .wrapper > div {
    float: left; }
  .header .wrapper .logo {
    float: left; }
    .header .wrapper .logo a {
      display: block;
      background: url("/img/theme/logo.png") no-repeat 15px top;
      width: 242px;
      height: 69px; }
    @media screen and (min-width: 900px) and (max-width: 1250px) {
      .header .wrapper .logo a {
        background: url("/img/theme/logo_77.png");
        width: 188px;
        height: 54px; } }
@media screen and (max-width: 400px) {
  .header .wrapper .logo {
    float: left;
    margin:5px 0;
  }
  .header .wrapper .logo a {
    margin:0 auto;
  }
}
  .header .wrapper .place {
    position: relative;
    margin-top: -16px; }
    @media screen and (max-width: 450px) {
      .header .wrapper .place {
        display: none; } }
    @media screen and (max-width: 320px) {
      .header .wrapper .place {
        margin-top: 0;
        padding-top: 0; } }
    @media screen and (min-width: 375px) {
      .header .wrapper .place {
        width: 150px;
        text-align: center; } }
    @media screen and (min-width: 900px) and (max-width: 1050px) {
      .header .wrapper .place {
        width: 115.5px; } }
    @media screen and (min-width: 375px) and (max-width: 430px) {
      .header .wrapper .place {
        width: 115.5px; } }
    @media screen and (min-width: 900px) and (max-width: 1250px) {
      .header .wrapper .place {
        padding-top: 0px; } }
    .header .wrapper .place:before {
      content: '';
      display: inline-block;
      background: url("/img/theme/icons/header/place.png");
      width: 10px;
      height: 15px;
      margin-right: 8px;
      position: relative;
      top: 3px;
      left: 6px; }
      @media screen and (min-width: 900px) and (max-width: 1000px) {
        .header .wrapper .place:before {
          display: none; } }
    .header .wrapper .place form {
      display: inline-block; }
    .header .wrapper .place a {
      color: #353535;
      text-align: center;
      display: inline-block;
      border-bottom: dashed 1px #353535;
      cursor: pointer;
      padding: 0;
      line-height: normal;
      height: auto;
      background: none;
      box-shadow: none; }
      .header .wrapper .place a:hover {
        border-bottom-color: transparent; }
  .header .wrapper .phones_recall {
    padding-left: 46px;
  }
  .header .wrapper .phones {
    display: inline-block;
    float: left;
    font-size: 1.3333em;
    position: relative;
    padding-top: 0;
    margin-right: 32px;
    font-weight: bold; }
    @media screen and (min-width: 900px) and (max-width: 1000px) {
      .header .wrapper .phones {
        padding-left: 5px; } }
    @media screen and (min-width: 300px) and (max-width: 430px) {
      .header .wrapper .phones {
        padding-left: 5px;
        margin-right: 10px;
        font-size: 1.2em; } }
    .header .wrapper .phones:before {
      content: '';
      display: block;
      position: absolute;
      top: 1px;
      left: -42px;
      background: url("/img/theme/icons/header/phones.png");
      width: 32px;
      height: 32px; }
      @media screen and (min-width: 900px) and (max-width: 1000px) {
        .header .wrapper .phones:before {
          display: none; } }
      @media screen and (min-width: 300px) and (max-width: 430px) {
        .header .wrapper .phones:before {
          display: none; } }
    .header .wrapper .phones > a {
      display: block;
      line-height: 1;
      color: #353535;
      margin-bottom: .2em;
      margin-top:5px;}
  .header .wrapper .recall {
    position: relative;
    padding-left:2px;
	display: inline-block;
    float: left;
  }
  .header .wrapper .recall .btn {
    display: block;
  }
    @media screen and (min-width: 1000px) {
      .header .wrapper .recall {
        padding-top: 1px; } }
    @media screen and (min-width: 300px) and (max-width: 430px) {
      .header .wrapper .recall {
        margin-right: 0px; }
        .header .wrapper .recall .btn {
          padding-left: 10px;
          padding-right: 10px; } }
  .header .wrapper .opening_hours {
    margin-right: 14px;
    position: relative;
    padding-top: 0;
    padding-left: 27px;
    margin-top: -7px;
    margin-left:39px;
    line-height: 21px; }
    .header .wrapper .phones_recall {
      margin-left: 19px;
      margin-top: 6px;
    }
@media screen and (min-width: 650px) and (max-width: 700px) {
  .header .wrapper .phones_recall {
    margin-left: -30px;
    margin-bottom:10px;
  }
}
@media screen and (max-width: 399px) {
  .header .wrapper .phones_recall {
    margin-left:2px; }
}
@media screen and (min-width: 450px) and (max-width: 649px) {
  .header .wrapper .phones_recall {
    clear: both;
    display: inline-block;
    margin-top:10px;
  }
}
@media screen and (min-width: 400px) and (max-width: 500px) {
  .header .wrapper .opening_hours {
    margin-left:19px; }
}
@media screen and (max-width: 399px) {
  .header .wrapper .opening_hours {
    margin-left:0; }
}
@media screen and (min-width: 300px) and (max-width: 430px) {
  .header .wrapper .phones_recall {
    padding-left:0;
    margin-top:20px;
  }
}
      .header .wrapper .opening_hours {
        margin-top: 8px; }
  @media screen and (min-width: 1000px) {
      .header .wrapper .opening_hours {
        margin-top: 22px; } }
    @media screen and (min-width: 900px) and (max-width: 1000px) {
      .header .wrapper .opening_hours {
        padding-left: 4px; } }
    @media screen and (min-width: 300px) and (max-width: 430px) {
      .header .wrapper .opening_hours {
        padding-left: 4px;
        margin-right: 9px; } }
    @media screen and (max-width: 900px) {
      .header .wrapper .opening_hours {
        clear: both; } }
    .header .wrapper .opening_hours:before {
      content: '';
      display: block;
      position: absolute;
      top: 10px;
      left: 4px;
      background: url("/img/theme/icons/header/opening_hours.png");
      width: 13px;
      height: 40px; }
      @media screen and (min-width: 900px) and (max-width: 1000px) {
        .header .wrapper .opening_hours:before {
          left:-16px; } }
      @media screen and (min-width: 300px) and (max-width: 430px) {
        .header .wrapper .opening_hours:before {
          display: none; } }
    .header .wrapper .opening_hours sup {
      text-decoration: underline; }
  .header .wrapper .header_storages {
    margin-left:26px;
    padding-top:4px;
    position: relative;
  }
  .header .wrapper .header_favorites:after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #73bf00;
    right: 10px;
    top: 50%;
    margin-top: -22px;
  }
  .header_compare:after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #73bf00;
    right: 10px;
    top: 50%;
    margin-top: -22px;
  }
  .header .wrapper .header_storages .storage_link {
    float: left;
    position: relative;
  }
  .header .wrapper .header_storages .storage_link:before {
    position: absolute;
    content: '';
    display: block;
    top: 4px;
    left:0;
  }
  .header .wrapper .header_storages .storage_link a {
    color: inherit;
  }
  .header .wrapper .header_storages .header_favorites {
    padding-left:40px;
  }
  .header .wrapper .header_storages .header_compare {
    padding-left:42px;
  }
  .header .wrapper .header_storages .header_favorites:before {
    background-image: url("/img/theme/icons/header/favorites.png");
    width:32px;
    height:27px;
  }
  .header .wrapper .header_storages .header_compare:before {
    background-image: url("/img/theme/icons/header/compare.png");
    width:32px;
    height:32px;
  }

@media screen and (min-width: 300px) and (max-width: 449px) {
  .header .wrapper .header_storages .header_compare:before {
    display: none; }
  .header .wrapper .header_storages .header_favorites:before {
    display: none; }
  .header .wrapper .header_storages {
    margin:0;
    padding:0;
  }
  .header .wrapper .header_storages .storage_link {
    margin:0;
    padding:0;
  }
}
@media screen and (max-width: 700px) {
  .header .wrapper .header_storages:after {
    display: none;
  }
}
  .header .wrapper .header_cart {
    position: relative;
    margin-top: -7px;
    padding-left: 42px;
    white-space: nowrap;
  }
    .header .wrapper .header_cart a {
      color: inherit; }
    @media screen and (min-width: 700px) {
      .header .wrapper .header_cart {
        margin-top: 10px; } }
    @media screen and (min-width: 900px) {
      .header .wrapper .header_cart {
        margin-top: 5px; } }
    @media screen and (min-width: 300px) and (max-width: 430px) {
      .header .wrapper .header_cart {
        padding-left: 0px; } }
    .header .wrapper .header_cart:before {
      content: '';
      display: block;
      position: absolute;
      top: 4px;
      left: 0px;
      background: url("/img/theme/icons/header/cart.png");
      width: 32px;
      height: 32px; }
      @media screen and (min-width: 300px) and (max-width: 449px) {
        .header .wrapper .header_cart:before {
          display: none; } }

    .header .wrapper .red_cart {
      color: #ff3a1f; }
.rez {
	color: #ccc
}
.top_bar ul li:last-child {
	height: 37px;
    padding-top: 10px;
    position: relative;
    top: -10px;
    background: rgba(255, 255, 255, 0.32);
}
.top_bar ul li:nth-child(7) {
	border-right:none
}
.rez:before {
	background:url(/images/rez.png);
	width: 19px;
}
.top_menu .wrapper {
  background: #00aaff;
  padding-top: 7px;
  border-bottom: #f2f2f2 solid 10px;
  text-align: center;
  overflow: visible;
  position: relative; }
.search_block {
	position: relative;
	padding-left: 30px;
    width: 34%;
    float: left;
    margin-top: 8px;
}
.der {
	position: absolute;
    width: 43px;
    right: 0;
    top: 0;
	cursor: pointer;
    height: 43px;
    line-height: 43px;
    border-left: 1px solid #dadada;
}
.search_block input {
box-sizing: border-box;
    width: 100%;
}
.top_menu .wrapper > ul {
width: 63%;
    float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  padding-bottom: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .top_menu .wrapper > ul li {
    display: inline-block; }
  @media screen and (max-width: 480px) {
body {background:none;}
  .top_menu .wrapper > ul > li {height: auto!important; }
  .top_menu .wrapper > ul > li > ul > li ul li {margin-bottom:10px!important;}
  .top_menu .wrapper > ul > li > ul > li ul {margin-bottom: 0!important; margin-top: 10px!important;}
  .top_menu .wrapper > ul > li > ul {margin-bottom: 0!important; margin-top: 10px!important;}
  .top_menu .wrapper > ul > li > ul > li {margin-bottom:10px!important;}
  .top_menu .wrapper > ul > li ul .close {display:none!important;}
  .top_menu .wrapper > ul {position:relative!important;}
  .top_menu .wrapper > ul > li ul {position:relative!important; top: auto!important; left: auto!important;}
  .top_menu .wrapper > ul > li ul.uli {display:none!important;}
  .top_menu .wrapper > ul > li  ul li.open ul.uli {display:block!important;}
.top_menu .wrapper-p-1>ul>li>ul {display:none!important;}
.top_menu .wrapper-p-1>ul>li>ul li {float:none!important; height: auto!important;}
.top_menu .wrapper-p-1>ul>li.open>ul {display:block!important;}

.catalog-nav {display:block; background:linear-gradient(#d92421 0%, #b91412 100%); color: #fff; border-radius:2px; padding: 0.6875em 1.5em; font-family: 'pf_din_medium'; font-size: 16px; text-transform: uppercase; text-decoration:none; text-align:center; margin: 0 10px 10px; width: calc(100% - 20px); box-sizing:border-box;}

    .top_menu .wrapper > ul {
      text-align: left;
      display: block; }
      .top_menu .wrapper > ul li {
        display: block;
} }
  .top_menu .wrapper > ul > li.hover > ul {
    display: block; }
  .top_menu .wrapper > ul > li {
    height: 30px; }
    @media screen and (min-width: 481px) {
      .top_menu .wrapper > ul > li {
        height: 60px; } }
    .top_menu .wrapper > ul > li:last-child a {
      margin-right: 0; }
    .top_menu .wrapper > ul > li ul {
      display: none;
      position: absolute;
      padding: 15px 25px;
      z-index: 9999999999;
      top: 67px;
      left: 0;
      right: 0;
      background: #fff;
      border: #73bf00 solid 3px;
      text-transform: uppercase;
      font-weight: bold; }
      @media screen and (min-width: 500px) {
        .top_menu .wrapper > ul > li ul {
          padding: 30px 50px; } }
      @media screen and (max-width: 480px) {
        .top_menu .wrapper > ul > li ul {
          top: 100%; } }
      .top_menu .wrapper > ul > li ul a {
        color: #353535; }
      .top_menu .wrapper > ul > li ul .close {
        position: absolute;
        top: 20px;
        right: 20px;
        display: none;
        background: url("/img/theme/close_dark.png");
        width: 25px;
        height: 25px;
        background-repeat: no-repeat;
        background-position: center center; }
        @media screen and (max-width: 999px) {
          .top_menu .wrapper > ul > li ul .close {
            display: block; } }
    .top_menu .wrapper > ul > li > ul:after {
      content: '';
      display: block;
      clear: both; }
    .top_menu .wrapper > ul > li > ul > li {
      text-align: left;
      position: relative;
      padding: 5px 0; }
      @media screen and (min-width: 500px) {
        .top_menu .wrapper > ul > li > ul > li {
          width: 50%;
          float: left; } }
      @media screen and (min-width: 700px) {
        .top_menu .wrapper > ul > li > ul > li {
          width: 33.3333%;
          float: left; } }
      @media screen and (min-width: 1000px) {
        .top_menu .wrapper > ul > li > ul > li {
          width: 25%;
          float: left; } }
      @media screen and (min-width: 500px) {
        .top_menu .wrapper > ul > li > ul > li {
          padding: 10px 0;width: 20%; } }
      .top_menu .wrapper > ul > li > ul > li a:hover {
        color: #00aaff;
        text-decoration: underline; }
      .top_menu .wrapper > ul > li > ul > li a:before {
        display: inline-block;
        content: '';
        margin-right: 10px;
        height: 6px;
        width: 6px;
        background: #00aaff;
        margin-bottom: 4px; }
      .top_menu .wrapper > ul > li > ul > li ul {position: relative;margin-bottom: 0;
        padding: 10px 15px; background: transparent;}
        .top_menu .wrapper > ul > li > ul > li ul li {
          width: 100%;
          display: block;
          padding: 5px 0; }
    .top_menu .wrapper > ul > li > a {
      display: block;
      color: #fff;
      margin-top: 22px;
      margin-left: 70px;
      margin-right: 18px;
      position: relative;
      font-weight: bold;
      line-height: 1;
      border-bottom: transparent solid 1px; }
      .top_menu .wrapper > ul > li > a:before {
        content: '';
        display: block;
        position: absolute;
        left: -70px;
        top: -9px;
        width: 62px;
        height: 56px;
        background-position: center center;
        background-repeat: no-repeat; }
      @media screen and (max-width: 480px) {
        .top_menu .wrapper > ul > li > a {
          margin-top: 10px;
          margin-left: 40px;
          margin-right: 20px; }
          .top_menu .wrapper > ul > li > a:before {
            width: 30px;
            height: 31px;
            left: -40px;
            top: -8px; } }
      @media screen and (min-width: 1100px) {
        .top_menu .wrapper > ul > li > a {
          margin-left: 72px;
          margin-right: 34px; }
          .top_menu .wrapper > ul > li > a:before {
            left: -70px; } }
      .top_menu .wrapper > ul > li > a:hover, .top_menu .wrapper > ul > li > a:focus, .top_menu .wrapper > ul > li > a:active {
        color: #000;
        border-bottom: #00aaff solid 1px; }
      .top_menu .wrapper > ul > li > a.brands:before {
        background-image: url("/img/theme/icons/top_menu/brands.png"); }
      .top_menu .wrapper > ul > li > a.mattresses:before {
        background-image: url("/img/theme/icons/top_menu/ic-matras.svg"); }
      .top_menu .wrapper > ul > li > a.beds:before {
        background-image: url("/img/theme/icons/top_menu/ic-beds.svg"); }
      .top_menu .wrapper > ul > li > a.bases:before {
        background-image: url("/img/theme/icons/top_menu/ic-base.svg"); }
      .top_menu .wrapper > ul > li > a.accessories:before {
        background-image: url("/img/theme/icons/top_menu/ic-pillow.svg"); }
      .top_menu .wrapper > ul > li > a.hours24:before {
        background-image: url("/img/theme/icons/top_menu/hours24.png"); }
      @media screen and (max-width: 480px) {
        .top_menu .wrapper > ul > li > a.brands:before {
          background-image: url("/img/theme/icons/top_menu/50_brands.png"); }
        .top_menu .wrapper > ul > li > a.mattresses:before {
          background-image: url("/img/theme/icons/top_menu/50_mattresses.png"); }
        .top_menu .wrapper > ul > li > a.beds:before {
          background-image: url("/img/theme/icons/top_menu/50_beds.png"); }
        .top_menu .wrapper > ul > li > a.bases:before {
          background-image: url("/img/theme/icons/top_menu/50_bases.png"); }
        .top_menu .wrapper > ul > li > a.accessories:before {
          background-image: url("/img/theme/icons/top_menu/50_accessories.png"); }
        .top_menu .wrapper > ul > li > a.hours24:before {
          background-image: url("/img/theme/icons/top_menu/50_hours24.png"); } }

.recall_block {
  background: #f2f9fc;
  border-bottom: solid 1px #a4a4a4;}
  .recall_block:after {
    content: '';
    display: block;
    clear: both; }
  .recall_block .phone_girl {
    width: 50%;
    height: 380px;
    background-image: url("/img/theme/phone_girl.png");
    background-repeat: no-repeat;
    float: left;
    background-position: top right; }
    @media screen and (max-width: 900px) {
      .recall_block .phone_girl {
        display: none; } }
  .recall_block .recall_form {
    width: 50%;
    box-sizing: border-box;
    padding-right: 32px;
    float: right; }
    @media screen and (max-width: 900px) {
      .recall_block .recall_form {
        width: 100%;
        float: none;
        padding-right: 0; } }
    .recall_block .recall_form .index-h {
      color: #444444;
      margin-bottom: 30px; }
    .recall_block .recall_form form {
      display: block;
      width: 250px;
      margin: 0 auto; }
      .recall_block .recall_form form input, .recall_block .recall_form form button {
        width: 100%;
        box-sizing: border-box;
        text-align: center;
        margin-bottom: 20px; }

.footer {
  background: #f7f8fa;
  color: #2d2e30;
  font-size: 0.888888em; }
  .footer .container {
    padding: 40px 39px; }
    .footer .container:after {
      content: '';
      display: block;
      clear: both; }
    @media screen and (max-width: 1000px) {
      .footer .container > div {
        max-width: 75%; } }
  .footer .logo {
    float: left;
    margin-right: 93px;
    position: relative; }
    @media screen and (max-width: 380px) {
      .footer .logo {
        padding-top: 100px; } }
    @media screen and (min-width: 900px) and (max-width: 1150px) {
      .footer .logo {
        margin-right: 40px; } }
    .footer .logo a {
      display: block;
      background: url("/img/theme/logo_footer.png ") no-repeat;
      width: 221px;
      height: 77px;
      margin-bottom: 13px; }
      @media screen and (max-width: 380px) {
        .footer .logo a {
          width: 221px;
          position: absolute;
          top: 0;
          left: 50%;
          transform: translateX(-50%); } }
    @media screen and (max-width: 1000px) {
      .footer .logo {
        clear: both;
        float: none;
        margin: 0 auto;
        width: 315px; } }
  .footer .menu {
    float: left;
    width: 190px;
    margin-right: 19px;
    margin-top: -4px; }
    @media screen and (min-width: 900px) and (max-width: 1150px) {
      .footer .menu {
        width: 140px;
        margin-right: 1px; } }
    @media screen and (max-width: 1000px) {
      .footer .menu {
        margin: 30px auto 0 auto;
        width: 50%; } }
    .footer .menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .footer .menu ul li {
        margin-bottom: 9px; }
      .footer .menu ul .menu_name {
        font-size: 1.125em;
        font-weight: bold;
        text-transform: uppercase;
        position: relative; }
      .footer .menu ul .menu-info:before {
        position: absolute;
        display: block;
        content: '';
        top: 1px;
        left: -27px;
        background: url("/img/theme/icons/footer/info.png") no-repeat;
        width: 17px;
        height: 17px; }
      .footer .menu ul .menu-catalog:before {
        position: absolute;
        display: block;
        content: '';
        top: 1px;
        left: -27px;
        background: url("/img/theme/icons/footer/catalog.png") no-repeat;
        width: 17px;
        height: 17px; }
        @media screen and (max-width: 1000px) {
          .footer .menu ul .menu-catalog:before {
            display: none; } }
      .footer .menu ul a {
        color: #2d2e30;
        display: inline-block;
        border-bottom: solid 1px #2d2e30; }
        .footer .menu ul a:hover {
          border-bottom-color: transparent; }
  .footer .contacts-info {
    float: right;
    margin-top: -6px;
    margin-right: 20px;
    width: 315px; }
    @media screen and (max-width: 1000px) {
      .footer .contacts-info {
        clear: both;
        float: none;
        margin: 30px auto 0 auto; } }
    .footer .contacts-info .phones {
      font-size: 24px;
      font-weight: bold;
      float: left;
      margin-bottom: 40px;
      position: relative; }
      @media screen and (max-width: 480px) {
        .footer .contacts-info .phones {
          margin-bottom: 10px; } }
      .footer .contacts-info .phones:before {
        position: absolute;
        display: block;
        content: '';
        top: 6px;
        left: -42px;
        background: url("/img/theme/icons/footer/phone.png") no-repeat;
        width: 32px;
        height: 32px; }
      .footer .contacts-info .phones a {
        display: block;
        color: #00aaff; }
    .footer .contacts-info .opening_hours {
      float: right;
      margin-right: 32px;
      position: relative; }
      @media screen and (max-width: 480px) {
        .footer .contacts-info .opening_hours {
          float: none;
          clear: both; } }
      .footer .contacts-info .opening_hours:before {
        position: absolute;
        display: block;
        content: '';
        top: 6px;
        left: -22px;
        background: url("/img/theme/icons/footer/hours.png") no-repeat;
        width: 13px;
        height: 40px; }
    .footer .contacts-info .address {
      clear: both;
      position: relative; }
      .footer .contacts-info .address:before {
        position: absolute;
        display: block;
        content: '';
        top: 2px;
        left: -37px;
        background: url("/img/theme/icons/footer/address.png") no-repeat;
        width: 25px;
        height: 37px; }

.contact_form_overlay {
  position: fixed;
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 800; }
  .contact_form_overlay .close {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    background: url("/img/theme/close.png");
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center; }
  .contact_form_overlay .close_dark {
    background: url("/img/theme/close_dark.png"); }
  .contact_form_overlay .contact_modal {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 950px;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    padding: 10px; }
    .contact_form_overlay .contact_modal:after {
      content: '';
      display: block;
      clear: both; }
    .contact_form_overlay .contact_modal .phone_girl {
      width: 50%;
      height: 380px;
      background-image: url("/img/theme/phone_girl.jpg");
      background-repeat: no-repeat;
      float: left;
      background-position: top right; }
      @media screen and (max-width: 900px) {
        .contact_form_overlay .contact_modal .phone_girl {
          display: none; } }
    .contact_form_overlay .contact_modal .recall_form {
      width: 50%;
      background: #73bf00;
      height: 380px;
      box-sizing: border-box;
      padding-right: 32px;
      padding-left: 32px;
      float: right; }
      @media screen and (max-width: 900px) {
        .contact_form_overlay .contact_modal .recall_form {
          width: 100%;
          float: none;
          padding-right: 0;
          padding-left: 0px;
          padding-top: 1px; } }
      .contact_form_overlay .contact_modal .recall_form .index-h {
        color: #ffffff;
        margin-bottom: 0px; }
      .contact_form_overlay .contact_modal .recall_form .subtitle_modal {
        text-align: center;
        color: #fff;
        font-size: 1.3333em;
        margin-bottom: 20px; }
      .contact_form_overlay .contact_modal .recall_form form {
        display: block;
        width: 250px;
        margin: 0 auto; }
        .contact_form_overlay .contact_modal .recall_form form input, .contact_form_overlay .contact_modal .recall_form form button {
          width: 100%;
          box-sizing: border-box;
          text-align: center;
          margin-bottom: 20px; }
  .contact_form_overlay .spasibo_modal {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 95%;
    max-width: 905px;
    height: 480px;
    box-sizing: border-box;
    background-image: url("/img/theme/spasibo_girl.png");
    background-repeat: no-repeat;
    background-position: 10px 10px;
    transform: translateX(-50%) translateY(-50%);
    background-color: #fff;
    padding: 45px 10px 10px 30px;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold; }
    .contact_form_overlay .spasibo_modal .red_text {
      color: #00aaff; }
  .contact_form_overlay .choose_city_modal {
    position: fixed;
    display: none;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
    transform: translateX(-50%) translateY(-50%);
    padding: 20px; }
    @media screen and (min-width: 1100px) {
      .contact_form_overlay .choose_city_modal {
        width: 80%; } }
    @media screen and (min-width: 1100px) {
      .contact_form_overlay .choose_city_modal {
        height: 87%; } }
    @media screen and (min-width: 900px) and (max-width: 1100px) {
      .contact_form_overlay .choose_city_modal {
        font-size: .9em; }
        .contact_form_overlay .choose_city_modal .cities_list ul li {
          margin-bottom: 2px; } }
    @media screen and (min-height: 700px) and (max-height: 860px) {
      .contact_form_overlay .choose_city_modal {
        font-size: 1.8vh; }
        .contact_form_overlay .choose_city_modal .cities_list ul li {
          margin-bottom: 2px; } }
    .contact_form_overlay .choose_city_modal .index-h {
      margin-top: 0;
      margin-bottom: 25px; }
    .contact_form_overlay .choose_city_modal .cities_list {
      overflow: hidden;
      max-height: 92%; }
      @media screen and (max-width: 900px) {
        .contact_form_overlay .choose_city_modal .cities_list {
          overflow: scroll;
          max-height: 85%; } }
      @media screen and (max-height: 700px) {
        .contact_form_overlay .choose_city_modal .cities_list {
          overflow: scroll;
          max-height: 85%; } }
      .contact_form_overlay .choose_city_modal .cities_list ul {
        padding: 0;
        margin: 0;
        list-style: none;
        display: block;
        float: left;
        width: 100%; }
        .contact_form_overlay .choose_city_modal .cities_list ul:after {
          content: '';
          display: block;
          clear: both; }
        @media screen and (min-width: 450px) {
          .contact_form_overlay .choose_city_modal .cities_list ul {
            width: 50%; } }
        @media screen and (min-width: 900px) {
          .contact_form_overlay .choose_city_modal .cities_list ul {
            width: 25%; } }
        .contact_form_overlay .choose_city_modal .cities_list ul li {
          display: block;
          margin-bottom: 6px; }
      .contact_form_overlay .choose_city_modal .cities_list a {
        color: #353535;
        display: inline-block;
        border-bottom: #353535 solid 1px; }
        .contact_form_overlay .choose_city_modal .cities_list a:hover {
          border-bottom-color: transparent; }

.bannery .wrapper.bannery-img .bannery_slider {
  padding: 0 10px 10px 10px;
  background: #f6fafb;
  box-sizing: border-box; }
.bannery .wrapper.bannery-img .slide {
  width: 120px;
  height: 380px;
  min-width: 100%;
  margin: 0 auto;
  background-position: -10px;
  position: relative; }
  .bannery .wrapper.bannery-img .slide .slide_text {
    position: absolute;
    display: block;
    top: 22%;
    bottom: 22%;
    right: 22.9%;
    white-space: nowrap;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    font-size: 48px;
    text-align: center;
    transform: translateX(50%);
    background: rgba(201, 28, 25, 0.5);
    width: 125px; }
    @media screen and (max-width: 700px) {
      .bannery .wrapper.bannery-img .slide .slide_text {
        right: 50%;
        font-size: 36px; } }
    .bannery .wrapper.bannery-img .slide .slide_text span {
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
.bannery .wrapper.bannery-img .slide1 {
  background-image: url("/img/theme/slide1.jpg"); }
  .bannery .wrapper.bannery-img .slide1 .slide_text {
    background: rgba(208, 154, 53, 0.5);
    color: #00aaff; }
.bannery .wrapper.bannery-img .slide2 {
  background-image: url("/img/theme/slide2.jpg"); }
  .bannery .wrapper.bannery-img .slide2 .slide_text {
    background: rgba(208, 154, 53, 0.5);
    color: #00aaff; }
.bannery .wrapper.bannery-img .slide3 {
  background-image: url("/img/theme/slide3.jpg"); }
.bannery .owl-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -25px;
  width: 190px; }
  .bannery .owl-nav > div {
    width: 30px;
    height: 21px;
    background: url("/img/theme/slider_arr_hover.png");
    position: absolute; }
    .bannery .owl-nav > div:hover {
      background: url("/img/theme/slider_arr.png"); }
  .bannery .owl-nav .owl-next {
    right: 0;
	top: 11px;
    background: url("/img/theme/slider_arr_hover.png"); }
  .bannery .owl-nav .owl-prev {
    left: 0;
    transform: rotate(180deg); }
.bannery .owl-dots {
  position: absolute;
  left: 50%;
  top: 414px;
  transform: translateX(-50%);
  bottom: -25px; }
  .bannery .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 4px;
    border-radius: 50%;
    background: #828282;
    width: 12px;
    height: 12px;
    position: relative; }
    .bannery .owl-dots .owl-dot span {
      display: block;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #f6fafb;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .bannery .owl-dots .owl-dot.active {
      background: #73bf00; }
.bannery .wrapper.bannery-controls {
  background: #f6fafb;
  height: 70px; }

.index-h {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  color: #00aaff;
  margin-top: 50px;
  margin-bottom: 15px; }
  .index-h.small_top {
    margin-top: 15px; }
  .index-h span {
    position: relative; }
    .index-h span:before, .index-h span:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 43px;
      height: 14px; }


.factory h1 {
    position: relative; display: table; margin-left: auto; margin-right: auto;}
    .factory h1:before, .factory h1:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 43px;
      height: 14px; }


      @media screen and (max-width: 500px) {
        .index-h span:before, .index-h span:after {
          display: none; }
		  .factory h1:before, .factory h1:after {
          display: none; } }
    .index-h span:before {
      background: url("/img/theme/left_h.png") no-repeat;
      right: 100%;
      margin-right: 10px; }
    .index-h span:after {
      background: url("/img/theme/right_h.png") no-repeat;
      left: 100%;
      margin-left: 10px; }


	  
    .factory h1:before {
      background: url("/img/theme/left_h.png") no-repeat;
      right: 100%;
      margin-right: 10px; }
    .factory h1:after {
      background: url("/img/theme/right_h.png") no-repeat;
      left: 100%;
      margin-left: 10px; }


  .index-h.index-h-white {
    color: #fff; }
    .index-h.index-h-white span:before {
      background: url("/img/theme/left_h_white.png") no-repeat; }
    .index-h.index-h-white span:after {
      background: url("/img/theme/right_h_white.png") no-repeat; }
  .index-h.index-h-fff {
    color: #fff; }
    .index-h.index-h-fff span:before {
      background: url("/img/theme/w_left_h.png") no-repeat; }
    .index-h.index-h-fff span:after {
      background: url("/img/theme/w_right_h.png") no-repeat; }

.podbor {
  background: #e5e5e5;
  border-bottom: #e5e5e5 solid 2px;
  padding-top: 32px;
  padding-bottom: 42px; }
  .podbor:after {
    content: '';
    display: block;
    clear: both; }
  .podbor .podbor_title {
   position: absolute;
    top: 0;
    left: 0;
    width: 81.2%;}
  .podbor .podbor-field {
    width: 100%;
    float: left;
}

    @media screen and (min-width: 400px) and (max-width: 800px) {
      .podbor .podbor-field {
        width: 49%;
       }
        .podbor .podbor-field:nth-child(2n) {
          margin-right: 0; }
        .podbor .podbor-field:nth-child(2n+1) {
          margin-left: 0%; } }
    @media screen and (max-width: 399px) {
      .podbor .podbor-field {
        width: 100%;
        margin-right: 0%;
        margin-left: 0%;
        float: none;
        clear: both; }
        .podbor .podbor-field:nth-child(2n) {
          margin-right: 0; }
        .podbor .podbor-field:nth-child(2n+1) {
          margin-left: 0%; } }
    .podbor .podbor-field label {
      display: block;
      white-space: nowrap;
      font-family: 'pf_din_medium';
      height: 53px;
      padding-top: 25px;
      box-sizing: border-box;
      text-transform: uppercase; }
      .podbor .podbor-field label:before {
        content: '';
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        width: 21px;
        height: 17px;
        margin-right: 5px;
        vertical-align: baseline; }
    .podbor .podbor-field select {
      width: 100%;
      padding: 12px 18px; }
  .podbor .podbor-field-submit:before {
    content: '';
    display: block;
    height: 53px; }
   .podbor-field-submit .btn { border: #73bf00 solid 2px !important;}
  .podbor .podbor-field-submit .btn {
    width: 100%;
  padding-top: 0.8em;
    padding-bottom: 0.5em; 
    border: #73bf00 solid 2px !important; }
  .podbor .brend:before {
    background-image: url("/img/theme/icons/podbor/brend.png"); }
  .podbor .razmer:before {
    background-image: url("/img/theme/icons/podbor/razmer.png"); }
  .podbor .vysota:before {
    background-image: url("/img/theme/icons/podbor/vysota.png"); }
  .podbor .pruzhina:before {
    background-image: url("/img/theme/icons/podbor/pruzhina.png"); }
  .podbor .zhestkost:before {
    background-image: url("/img/theme/icons/podbor/zhestkost.png"); }
  .podbor .ves:before {
    background-image: url("/img/theme/icons/podbor/ves.png"); }
  .podbor .cena:before {
    background-image: url("/img/theme/icons/podbor/cena.png"); }

.index-hits {
  padding-bottom: 60px; }
  .index-hits .goods, .index-hits .goods.grid_view {
    border-width: 0; }
    .index-hits .goods:after, .index-hits .goods.grid_view:after {
      content: '';
      display: block;
      clear: both; }
    .index-hits .goods .good_preview, .index-hits .goods.grid_view .good_preview {
      width: 100%;
      border-width: 1px 0 1px 1px; }
      .index-hits .goods .good_preview:before, .index-hits .goods.grid_view .good_preview:before {
        display: block;
        position: absolute;
        content: '';
        width: 1px;
        top: 0;
        bottom: 0;
        left: -1px;
        background: #828282; }

@media screen and (min-width: 500px) and (max-width: 1250px) {
  .index-hits, .index-comments, .hits_slider, .comments_slider {
    padding-left: 26px;
    padding-right: 26px; }
    .index-hits .owl-carousel .owl-nav .owl-next, .index-comments .owl-carousel .owl-nav .owl-next, .hits_slider .owl-carousel .owl-nav .owl-next, .comments_slider .owl-carousel .owl-nav .owl-next {
      margin-left: -5px; }
    .index-hits .owl-carousel .owl-nav .owl-prev, .index-comments .owl-carousel .owl-nav .owl-prev, .hits_slider .owl-carousel .owl-nav .owl-prev, .comments_slider .owl-carousel .owl-nav .owl-prev {
      margin-right: -5px; } }
@media screen and (max-width: 499px) {
  .index-hits, .index-comments, .hits_slider, .comments_slider {
    padding-left: 16px;
    padding-right: 16px; }
    .index-hits .owl-carousel .owl-nav .owl-next, .index-comments .owl-carousel .owl-nav .owl-next, .hits_slider .owl-carousel .owl-nav .owl-next, .comments_slider .owl-carousel .owl-nav .owl-next {
      margin-left: -8px; }
    .index-hits .owl-carousel .owl-nav .owl-prev, .index-comments .owl-carousel .owl-nav .owl-prev, .hits_slider .owl-carousel .owl-nav .owl-prev, .comments_slider .owl-carousel .owl-nav .owl-prev {
      margin-right: -8px; } }
.index-hits .owl-item.active:last-child .good_preview, .index-comments .owl-item.active:last-child .good_preview, .hits_slider .owl-item.active:last-child .good_preview, .comments_slider .owl-item.active:last-child .good_preview {
  border-width: 1px; }

.wrapper > .index-hits .goods .good_preview > div, .wrapper > .index-hits .goods .good_preview > a, .wrapper > .index-hits .goods.grid_view .good_preview > div, .wrapper > .index-hits .goods.grid_view .good_preview > a {
  padding-left: 15px;
  padding-right: 15px; }
.wrapper > .index-hits .goods .good_preview .price-block, .wrapper > .index-hits .goods.grid_view .good_preview .price-block {
  margin-left: -15px;
  margin-right: -15px; }

.owl-nav > div {
  width: 17px;
  height: 28px;
  background: url("/img/theme/index_slider_arr.png");
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: 50;
  background-position: center; }
.owl-nav .owl-next {
  right: 0;
  left: 100%;
  margin-left: 15px; }
  .bannery .owl-nav .owl-next {
  right: 0;
  left: 76%;
  margin-left: 15px; }
.owl-nav .owl-prev {
  right: 100%;
  margin-right: 15px;
  transform: rotate(180deg); }

.advantages {
  background-color: #fff; }
  @media screen and (min-width: 801px) {
    .advantages {
      background-image: url("/img/theme/advantages.png");
      height: 306px;
      overflow: hidden; } }
  .advantages .index-h {
    margin-top: 41px;
    margin-bottom: 31px; }
  .advantages ul {
    display: table;
    color: #fff;
    font-weight: bold;
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%; }
    @media screen and (max-width: 800px) {
      .advantages ul {
        display: block; }
        .advantages ul:after {
          content: '';
          display: block;
          clear: both; } }
    .advantages ul li {
      display: table-cell;
      box-sizing: border-box;
      height: 160px;
      text-align: center;
      position: relative;
      z-index: 80;
      padding: 0 15px; }
      @media screen and (min-width: 600px) and (max-width: 800px) {
        .advantages ul li {
          display: block;
          float: left;
          width: 32%;
          margin-right: 2%;
          padding: 0; }
          .advantages ul li:nth-child(3n) {
            margin-right: 0; } }
      @media screen and (max-width: 600px) {
        .advantages ul li {
          width: 49%;
          float: left;
          display: block;
          margin-right: 2%;
          padding: 0; }
          .advantages ul li:nth-child(2n) {
            margin-right: 0; }
          .advantages ul li .number {
            display: block;
            font-size: 40px; } }
      .advantages ul li:before {
        content: '';
        display: block;
        z-index: 40;
        width: 65px;
        height: 136px;
        background: rgba(115, 191, 0, 0.4);
        margin: 0 auto; }
      .advantages ul li span {
        position: relative;
        top: -136px; }
      .advantages ul li .number {
        display: block;
        font-size: 60px; }

.brendy .wrapper {
  padding-bottom: 35px; }
.brendy .brendlink {
  float: left;
  text-align: center;
  padding-top: 140px;
  padding-bottom: 20px;
  position: relative;
  width: 50%;
  overflow: hidden;
  z-index: 120; }
  @media screen and (min-width: 700px) and (max-width: 800px) {
    .brendy .brendlink {
      width: 25%; } }
  @media screen and (min-width: 500px) and (max-width: 699px) {
    .brendy .brendlink {
      width: 33.3333%; } }
  @media screen and (min-width: 801px) {
    .brendy .brendlink {
      width: 20%; } }
  .brendy .brendlink:hover {
    box-shadow: 0 0px 0px 3px #00aaff, 0 0px 25px 12px rgba(0, 170, 255, 0.1); }
    .brendy .brendlink:hover img {
      filter: none;
      filter: none;
      -webkit-filter: none; }
  .brendy .brendlink img {
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 110;
    max-height: 135px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%); }
  .brendy .brendlink a {
    color: #00aaff; }

.warranty-block {
  height: 306px;
  background: url("/img/theme/warranty.png") center;
  font-weight: bold;
  color: #fff;
  text-align: center; }
  .warranty-block .warranty-big {
    box-sizing: border-box;
    height: 88px;
    line-height: 88px;
    width: 470px;
    max-width: 100%;
    border-width: 3px 0;
    border-color: #ffffff;
    border-style: solid;
    font-size: 60px;
    white-space: nowrap;
    margin: 0 auto 20px auto; }
    @media screen and (max-width: 500px) {
      .warranty-block .warranty-big {
        font-size: 40px;
        height: 68px;
        line-height: 68px; } }

.factory {
  background-color: #f6f6f3;
  line-height: 1.3333em; }
  @media screen and (min-width: 700px) {
    .factory {
      height: 531px;
      background: url("/img/theme/factory_bg.png"); } }
  .factory .index-h {
    margin-bottom: 29px; }
  .factory img {
    max-width: 100%; }
  @media screen and (min-width: 700px) {
    .factory .factory_photo {
      float: right;
      margin-left: 30px;
      margin-top: 4px;
      width: 48.65%; } }

.catalog_index_parts .scheme .index-h {
  margin-bottom: 50px; }
.catalog_index_parts .scheme .scheme_content > div:nth-child(2n-1) > .scheme_img {
  top: 0; }
.catalog_index_parts .scheme .scheme_content > div:nth-child(2n-1) > .scheme_text {
  margin-top: 0;
  margin-bottom: 6px;
  bottom: 100%; }
.catalog_index_parts .scheme .scheme_content > div:nth-child(2n) > .scheme_img {
  bottom: 0; }
.catalog_index_parts .scheme .scheme_content > div:nth-child(2n) > .scheme_text {
  top: 100%; }

.scheme {
  padding-bottom: 50px;
  background: #fafafa;
  text-align: center; }
  @media screen and (max-width: 700px) {
    .scheme {
      display: none; } }
  @media screen and (min-width: 900px) and (max-width: 1250px) {
    .scheme {
      padding-left: 36px;
      padding-right: 36px; } }
  @media screen and (min-width: 700px) and (max-width: 899px) {
    .scheme {
      padding-left: 60px;
      padding-right: 60px; } }
  .scheme .index-h {
    margin-bottom: 25px; }
  .scheme .scheme_content {
    position: relative; }
    @media screen and (min-width: 600px) and (max-width: 1250px) {
      .scheme .scheme_content {
        margin-top: 60px; } }
    .scheme .scheme_content img {
      max-width: none; }
    .scheme .scheme_content:after {
      content: '';
      display: block;
      clear: both; }
    .scheme .scheme_content:before {
      content: '';
      display: block;
      position: absolute;
      top: 49%;
      left: 10%;
      right: 10%;
      border-bottom: dotted 3px #73bf00; }
    .scheme .scheme_content > div {
      box-sizing: border-box;
      width: 20%;
      height: 443px;
      float: left;
      position: relative;
      padding-top: 200px; }
    .scheme .scheme_content > div:nth-child(2n-1) > .scheme_img {
      top: 0; }
    .scheme .scheme_content > div:nth-child(2n-1) > .scheme_text {
      margin-top: 5px; }
      @media screen and (min-width: 600px) and (max-width: 1250px) {
        .scheme .scheme_content > div:nth-child(2n-1) > .scheme_text {
          margin-top: 0;
          margin-bottom: 6px;
          bottom: 100%; } }
    .scheme .scheme_content > div:nth-child(2n) > .scheme_img {
      bottom: 0; }
    .scheme .scheme_content > div:nth-child(2n) > .scheme_text {
      top: 170px; }
      @media screen and (min-width: 600px) and (max-width: 1250px) {
        .scheme .scheme_content > div:nth-child(2n) > .scheme_text {
          top: 100%; } }
    .scheme .scheme_content .scheme_img {
      position: absolute;
      left: 50%;
      transform: translateX(-50%); }
    .scheme .scheme_content .scheme_num {
      width: 35px;
      height: 35px;
      margin: 0 auto;
      font-size: 1.3333em;
      color: #fff;
      font-weight: bold;
      background-image: linear-gradient(#c98c40 0%, #e2c05b 100%);
      border-radius: 50%;
      text-align: right;
      padding-right: 7px;
      box-sizing: border-box;
      line-height: 35px; }
    .scheme .scheme_content .scheme_text {
      position: absolute;
      width: 100%;
      font-weight: bold;
      white-space: nowrap; }

.phone-card-wrapper {
  background: #717171;
  padding: 40px 10px; }
  .phone-card-wrapper .phone-card {
    text-align: center;
    max-width: 790px;
    box-sizing: border-box;
    margin: 0 auto;
    border: #cdcdcd 3px solid;
    font-size: 20px;
    line-height: 1.5;
    color: #fff;
    padding: 5px 30px;
    position: relative; }
    @media screen and (max-width: 650px) {
      .phone-card-wrapper .phone-card {
        padding: 5px; } }
    .phone-card-wrapper .phone-card:before {
      content: '';
      display: block;
      position: absolute;
      background: url("/img/theme/red_phone.png");
      width: 99px;
      height: 34px;
      top: 0;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
    .phone-card-wrapper .phone-card .phones {
      font-size: 30px;
      font-weight: bold;
      margin-top: -6px; }

.catalog_index_parts .payment .payment-methods {
  width: 100%; }

.payment .index-h {
  margin-bottom: 30px; }
.payment .payment-methods {
  display: table;
  width: 67.87%;
  margin: 0 auto 58px auto; }
  @media screen and (min-width: 750px) and (max-width: 1250px) {
    .payment .payment-methods {
      width: 100%; } }
  @media screen and (max-width: 749px) {
    .payment .payment-methods {
      display: block; } }
.payment .payment-method {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  text-align: center; }
  @media screen and (max-width: 749px) {
    .payment .payment-method {
      display: block;
      margin-bottom: 25px; } }
.payment .payment-image {
  background: #fafafa;
  width: 220px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  top: -4px;
  left: -4px;
  box-shadow: inset 0 0px 0px 1px #a4a4a4, 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px; }
  .payment .payment-image:before {
    content: '';
    position: absolute;
    display: block;
    box-shadow: inset 0 0px 0px 1px #b0b0b0;
    background: #fafafa;
    top: 4px;
    left: 4px;
    height: 100%;
    width: 100%;
    z-index: 10; }
  .payment .payment-image img {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: 4px;
    left: 50%;
    margin-left: 4px;
    transform: translateX(-50%) translateY(-50%);
    z-index: 20; }

.big_text {
  background-color: #f2f6f8;
  line-height: 1.3333; }
  @media screen and (min-width: 800px) {
    .big_text {
      background: url("/img/theme/index_text_bg.png") no-repeat;
      height: 880px; }
      .big_text .left-half, .big_text .right-half {
        width: 530px;
        max-width: 47.75%; }
        .big_text .left-half img, .big_text .right-half img {
          max-width: 100%; }
      .big_text .left-half {
        float: left; }
      .big_text .right-half {
        float: right; } }
  .big_text .index-h {
    margin-bottom: 35px; }
  .big_text p > span {
    display: block;
    font-weight: bold; }

.tabs {
  background: #fff; }

.tab, a.tab {
  display: inline-block;
  text-transform: uppercase;
  color: #444444;
  cursor: pointer; }
  .tab.active, a.tab.active {
    color: #00aaff;
    border-bottom: #00aaff 3px solid; }

.tab_content {
  display: none; }
  .tab_content.active {
    display: block; }

.new {
  box-sizing: border-box;
  margin-bottom: 20px;
  border: #73bf00 solid 3px;
  background: #fff;
  height: 443px;
  padding: 215px 20px 0 20px;
  line-height: 1.3333em;
  position: relative; }
  .new a {
    border-bottom: none; }
  .new p {
    margin: 0; }
  @media screen and (min-width: 750px) {
    .new {
      float: left;
      width: 32%;
      margin-right: 2%; } }
  @media screen and (min-width: 750px) and (max-width: 1000px) {
    .new {
      height: 500px; } }
  .new:nth-child(3n) {
    margin-right: 0; }
  .new .news_image {
    position: absolute;
    display: block;
    top: 5px;
    left: 5px;
    right: 5px;
    height: 190px; }
    .new .news_image img {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      max-height: 100%; }
  .new .new_name {
    color: #00aaff;
    text-align: center;
    display: block;
    min-height: 46px; }
  .new .text {
    max-height: 7.66666em;
    overflow: hidden; }
  .new .readmore {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #73bf00;
    padding: 5px 27px;
    text-decoration: underline;
    color: #fff; }
    .new .readmore:hover {
      text-decoration: none; }

.page-content .new {
  height: 330px; }
  .page-content .new .text {
    display: none; }

.news-articles .tabs {
  padding-top: 30px;
  text-align: center; }
.news-articles .tab, .news-articles a.tab {
  font-size: 1.33333em;
  font-weight: bold;
  padding: 12px 20px 15px 20px;
  border-top: transparent solid 5px; }
  @media screen and (max-width: 400px) {
    .news-articles .tab, .news-articles a.tab {
      font-size: 1em;
      padding: 10px 16px 12px 16px; } }
  .news-articles .tab.active, .news-articles a.tab.active {
    background: #fff; }
.news-articles .index_news {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 10px; }
  .news-articles .index_news:after {
    content: '';
    display: block;
    clear: both; }
  .news-articles .index_news p {
    margin: 0;
    padding: 0; }
.news-articles .news_bottom {
  text-align: center;
  background: #fff;
  border-bottom: solid 1px #a4a4a4;
  padding: 28px 50px 27px 50px; }

.tab-news:before {
  display: inline-block;
  content: '';
  background: url("/img/theme/news.png");
  width: 29px;
  height: 35px;
  margin-bottom: -10px;
  margin-right: 15px; }
.tab-news.active:before {
  background: url("/img/theme/news_active.png"); }

.tab-article:before {
  display: inline-block;
  content: '';
  background: url("/img/theme/articles.png");
  width: 27px;
  height: 35px;
  margin-bottom: -10px;
  margin-right: 15px; }
.tab-article.active:before {
  background: url("/img/theme/articles_active.png"); }

.index-comments {
  padding-bottom: 60px; }
  .index-comments .index-h {
    margin-bottom: 20px; }
  .index-comments .comments_slider:after {
    content: '';
    display: block;
    clear: both; }
  .index-comments .comments_slider .index_comment {
    width: 100%;
    height: 450px;
    border-width: 1px 0 1px 1px;
    border-color: #a4a4a4;
    border-style: solid; }
    .index-comments .comments_slider .index_comment .product_brick_link {
      text-align: center;
      padding: 0 10px; }
      .index-comments .comments_slider .index_comment .product_brick_link span {
        margin-top: 24px; }
      .index-comments .comments_slider .index_comment .product_brick_link img {
        width: auto;
        max-width: 99%; }
  .index-comments .comment-text {
    line-height: 1.33333em;
    height: 6.5em;
    overflow: hidden;
    position: absolute;
    right: 20px;
    left: 20px;
    top: 280px; }
    .index-comments .comment-text p {
      margin: 0;
      padding: 0; }
  .index-comments .comment-bottom {
    position: absolute;
    bottom: 1px;
    left: 1px;
    right: 0;
    background: #fafafa;
    padding: 5px 20px 16px 20px; }
    .index-comments .comment-bottom:after {
      content: '';
      display: block;
      clear: both; }
    .index-comments .comment-bottom .author {
      float: left; }
    .index-comments .comment-bottom .readmore {
      float: right; }
    .index-comments .comment-bottom a {
      color: #00aaff;
      display: inline-block;
      border-bottom: #00aaff solid 1px; }
      .index-comments .comment-bottom a:hover {
        border-bottom-color: transparent; }
  .index-comments .owl-item.active:last-child .index_comment {
    border-width: 1px; }

.sidebar-page .sidebar {
  float: left;
  width: 21.90%; }
  @media screen and (max-width: 999px) {
    .sidebar-page .sidebar {
      width: 100%;
      float: none;
      clear: both; } }
  .sidebar-page .sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .sidebar-page .sidebar .sidebar_title {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background: #00aaff;
    white-space: nowrap;
    line-height: 60px;
    margin-top: 0;
    margin-bottom: 0; }
    @media screen and (max-width: 999px) {
      .sidebar-page .sidebar .sidebar_title {
        display: none; } }
    @media screen and (min-width: 900px) and (max-width: 1100px) {
      .sidebar-page .sidebar .sidebar_title span:before, .sidebar-page .sidebar .sidebar_title span:after {
        display: none; } }
  .sidebar-page .sidebar .accordion-menu, .sidebar-page .sidebar .simple-menu {
    margin-bottom: 20px; }
    @media screen and (max-width: 999px) {
      .sidebar-page .sidebar .accordion-menu, .sidebar-page .sidebar .simple-menu {
        display: none; }
        .sidebar-page .sidebar .accordion-menu .sizes_sidebar, .sidebar-page .sidebar .simple-menu .sizes_sidebar {
          display: none; } }
  .sidebar-page .sidebar .simple-menu.razmery_menu {
    display: block; }
    @media screen and (max-width: 999px) {
      .sidebar-page .sidebar .simple-menu.razmery_menu .simple-menu-btn {
        display: none; } }
  .sidebar-page .sidebar .accordion-menu > ul > li.accordion-title {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 23px;
    display: block;
    background: #e8be6e;
    border-top: #73bf00 solid 2px;
    cursor: pointer;
    position: relative; }
    .sidebar-page .sidebar .accordion-menu > ul > li.accordion-title:before {
      position: absolute;
      display: block;
      content: '';
      background: url("/img/theme/sidebar_arr.png") no-repeat;
      width: 4px;
      height: 9px;
      top: 50%;
      margin-top: -6px;
      left: 11px; }
  .sidebar-page .sidebar .accordion-menu > ul.open > .accordion-title:before {
    transform: rotate(90deg); }
  .sidebar-page .sidebar .accordion-menu > ul.open > ul {
    display: block; }
  .sidebar-page .sidebar .accordion-menu > ul > ul > li {
    display: block;
    background: #fff;
    border-bottom: solid 1px #ccc;
    padding: 6px 40px; }
    .sidebar-page .sidebar .accordion-menu > ul > ul > li:last-child {
      border-bottom: none; }
    .sidebar-page .sidebar .accordion-menu > ul > ul > li a {
      color: #353535;
      display: inline-block;
      border-bottom: solid 1px transparent; }
      .sidebar-page .sidebar .accordion-menu > ul > ul > li a:hover {
        color: #00aaff;
        border-bottom-color: #00aaff; }
  .sidebar-page .sidebar .simple-menu {
    background: #ffffff;
    border-bottom: #73bf00 solid 2px;
    text-align: center; }
    .sidebar-page .sidebar .simple-menu .bar-title {
      background: #00aaff;
      color: #fff;
      text-transform: uppercase;
      white-space: nowrap;
      line-height: 39px;
      font-weight: bold; }
    .sidebar-page .sidebar .simple-menu .simple-menu-btn {
      margin-top: 16px;
      display: inline-block;
      background: #73bf00;
      color: #fff;
      padding: 7px 27px;
      line-height: 19px; }
      .sidebar-page .sidebar .simple-menu .simple-menu-btn:hover span {
        border-bottom-color: transparent; }
      .sidebar-page .sidebar .simple-menu .simple-menu-btn span {
        display: inline-block;
        border-bottom: solid 1px #fff; }
    .sidebar-page .sidebar .simple-menu ul {
      position: relative;
      overflow: hidden; }
      .sidebar-page .sidebar .simple-menu ul:after {
        content: '';
        display: block;
        clear: both; }
      .sidebar-page .sidebar .simple-menu ul li {
        display: block;
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding: 5px 15px;
        border-bottom: solid 1px #ccc;
        white-space: nowrap; }
        .sidebar-page .sidebar .simple-menu ul li a {
          color: #353535;
          display: inline-block;
          border-bottom: solid 1px transparent; }
          .sidebar-page .sidebar .simple-menu ul li a:hover {
            color: #00aaff;
            border-bottom-color: #00aaff; }
      .sidebar-page .sidebar .simple-menu ul:before {
        display: block;
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        height: 1px;
        background: #ffffff; }
    .sidebar-page .sidebar .simple-menu .brendy_sidebar {
      max-height: 102px; }
      .sidebar-page .sidebar .simple-menu .brendy_sidebar li {
        text-align: left; }
    .sidebar-page .sidebar .simple-menu .sizes_sidebar {
      max-height: 238px; }
      .sidebar-page .sidebar .simple-menu .sizes_sidebar li {
        width: 33.33333%;
        padding-left: 0;
        padding-right: 0; }



.sale-banners {
  text-align: center;
}

.sale-banner {
  position: relative;
}

.sale-banner.banner-matrasy {
  margin-bottom:40px;
  margin-top:30px;
}

.sale-banner:before {
  display: block;
  content: '';
  position: absolute;
  top:-10px;
  bottom:-10px;
  left:10px;
  right:10px;
  background: #73bf00;
}

.sale-banner > a:after {
  display: block;
  content: '';
  position: absolute;
  background-image: url(/img/theme/sale_banner_icon.png);
  width:102px;
  height:38px;
  bottom:10px;
  left:50%;
  margin-left:-51px;
  z-index:3;
}

.sale-banner > a {
  display: block;
  background-size: cover;
  position: relative;
  z-index:2;
  height:100px;
  font-size:30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  background-color: #00aaff;
}

.sale-banner.banner-matrasy > a {
  background-image: url(/img/theme/sale_matrasy.jpg);
}

.sale-banner.banner-krovati > a {
  background-image: url(/img/theme/sale_beds.jpg);
}

.sale-banner > a > span {
  display: block;
  padding-top:14px;
}
@media screen and (max-width: 999px) {
  .sale-banner {
    display: inline-block;
    width:257px;
    margin:0 20px;
  }
  .sale-banner.banner-matrasy {
    margin:0 20px;
  }
}
@media screen and (max-width: 650px) {
  .sale-banner.banner-matrasy {
    margin: 0px 0px 30px;
  }
}


.sidebar-page .mainbar {
  float: right;
  width: 76.031%; }
  @media screen and (max-width: 999px) {
    .sidebar-page .mainbar {
      width: 100%;
      float: none;
      clear: both; } }
  @media screen and (max-width: 999px) {
    .sidebar-page .mainbar .podbor {
      padding: 12px 23px 12px 23px; }
      .sidebar-page .mainbar .podbor .podbor_title {
        display: block; }
      .sidebar-page .mainbar .podbor .podbor-field {
        display: none; } }

.breadcrumbs {
  background: #fafafa;
  padding: 20px 26px;
  color: #353535;
  margin-bottom: 20px; }
  .breadcrumbs a {
    color: #353535;
    display: inline-block;
    border-bottom: #353535 solid 1px; }
    .breadcrumbs a:hover {
      border-bottom-color: transparent; }
    .breadcrumbs a:last-child {
      border-bottom-color: transparent;
      cursor: default; }

.page-content {
  margin-bottom: 20px;
  background: #fafafa;
  padding: 20px 26px; }
  .page-content:after {
    content: '';
    display: block;
    clear: both; }

.white-page, .page-content.white-page {
  background: #fff;
  padding: 0; }

.srchresults a {
  color: #00aaff;
  border-bottom: none;
  text-decoration: underline; }
.srchresults p {
  margin: 0; }
.srchresults b {
  font-weight: normal;
  background: #f8dbdb; }
.srchresults .srchresult {
  margin-top: 24px; }

.col4 {
  width: 33.333%;
  padding-right: 20px;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top; }

.col4 a {
  white-space: nowrap;
  margin-right: 10px; }

.col4 p {
  font-weight: bold;
  text-transform: uppercase; }

.catalog_list {
  clear: both;
  margin-bottom: 30px; }
  .catalog_list .catalog-header {
    text-align: center;
    margin-bottom: 20px; }
    .catalog_list .catalog-header .catalog_title {
      font-size: 1.33333em;
      font-weight: bold;
      text-transform: uppercase; }
    .catalog_list .catalog-header .all-series-items {
      color: #00aaff;
      display: inline-block;
      border-bottom: #00aaff solid 1px;
      white-space: nowrap;
      line-height: 1;
      margin-left: 3px; }
  .catalog_list .goods {
    border-width: 1px 0 0 1px;
    border-color: #a4a4a4;
    border-style: solid; }
    .catalog_list .goods:after {
      content: '';
      display: block;
      clear: both; }
    .catalog_list .goods .product_brick {
      width: 33.3333333%;
      height: 450px;
      box-sizing: border-box;
      float: left;
      text-align: center;
      padding: 20px;
      border-width: 0 1px 1px 0;
      border-color: #a4a4a4;
      border-style: solid;
      position: relative; }
      @media screen and (min-width: 451px) and (max-width: 750px) {
        .catalog_list .goods .product_brick {
          width: 50%; } }
      @media screen and (max-width: 520px) {
        .catalog_list .goods .product_brick {
          width: 100%; } }
      .catalog_list .goods .product_brick img {
        max-width: 99%; }
      .catalog_list .goods .product_brick .sizes:after {
        content: '';
        display: block;
        clear: both; }
      .catalog_list .goods .product_brick .ratingblock {
        position: absolute;
        right: 10px;
        top: 190px;
        transform: scale(0.7); }
      .catalog_list .goods .product_brick .price {
        font-size: 1.33333em;
        margin-top: -13px;
        position: absolute;
        bottom: 88px;
        left: 50%;
        transform: translateX(-50%); }
      .catalog_list .goods .product_brick .old-price {
        position: absolute;
        left: 50%;
        bottom: 114px;
        text-decoration: line-through;
        font-size: .93em;
        color: #858585;
        transform: translateX(-50%); }
      .catalog_list .goods .product_brick .buy_btn {
        white-space: nowrap;
        position: absolute;
        bottom: 43px;
        left: 50%;
        transform: translateX(-50%); }
        .catalog_list .goods .product_brick .buy_btn .btn {
          padding: 10px 32px; }
      .catalog_list .goods .product_brick .delivery_cost {
        position: absolute;
        bottom: 20px;
        width: 100%;
        left: 0; }
      .catalog_list .goods .product_brick .delivery_company {
        position: absolute;
        bottom: 10px;
        width: 100%;
        left: 0; }
      .catalog_list .goods .product_brick .delivery_term {
        position: absolute;
        bottom: 1px;
        width: 100%;
        left: 0; }
  .catalog_list .more_block {
    margin-top: 2px;
    margin-right: 1px;
    border-top: solid 1px #73bf00;
    text-align: center; }
    .catalog_list .more_block a {
      display: inline-block;
      background: #73bf00;
      padding: 5px 30px;
      color: #fff; }
      .catalog_list .more_block a:hover span {
        border-bottom-color: transparent; }
      .catalog_list .more_block a span {
        display: inline-block;
        border-bottom: dashed 1px #fff; }

.pagination {
  margin-top: 7px;
  word-spacing: 4px;
  line-height: 30px; }
  .pagination a {
    color: #353535;
    display: inline-block;
    position: relative;
    padding: 0 4px; }
    .pagination a:hover {
      color: #00aaff;
      text-decoration: underline; }
    .pagination a.active {
      color: #00aaff;
      position: relative; }
      .pagination a.active:hover {
        text-decoration: none; }
      .pagination a.active:before {
        display: block;
        content: '';
        position: absolute;
        left: -5px;
        right: -5px;
        top: 0;
        bottom: 0;
        background: #f8dbdb; }
      .pagination a.active span {
        position: relative;
        z-index: 100; }

.bottom-paging {
  text-align: center;
  margin: 21px 0; }

.view_change {
  margin-top: 11px;
  margin-left: 30px; }
  @media screen and (max-width: 800px) {
    .view_change {
      display: none; } }
  .view_change a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background-position: center center;
    background-repeat: no-repeat; }
  .view_change .list_view {
    background-image: url("/img/theme/list.png"); }
  .view_change .grid_view {
    background-image: url("/img/theme/grid.png");
    margin-right: 6px; }
  .view_change .grid_big_view {
    background-image: url("/img/theme/grid_big.png");
    margin-right: 6px; }
  .view_change .list_view.active {
    background-image: url("/img/theme/list_active.png"); }
  .view_change .grid_view.active {
    background-image: url("/img/theme/grid_active.png"); }
  .view_change .grid_big_view.active {
    background-image: url("/img/theme/grid_big_active.png"); }

.product_brick_link {
  color: #353535;
  font-weight: bold;
  display: block;
  height: 50px; }
  .product_brick_link span {
    display: block;
    margin-top: -4px; }
  .product_brick_link img {
    display: block;
    position: absolute;
    top: 190px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    max-height: 140px; }

.catalog_list label, .goods label {
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin-right: 10px; }
.catalog_list select, .goods select {
  float: right;
  height: 30px;
  box-sizing: content-box;
  width: 65px;
  padding-top: 0;
  padding-right: 41px;
  padding-left: 10px;
  padding-bottom: 0;
  font-size: 16px;
  background-position: center right 11px;
  background-image: url("/img/theme/arr_small.png"); }

.buy_btn .btn:before {
  display: inline-block;
  content: '';
  background: url("/img/theme/buy_btn.png") no-repeat;
  width: 23px;
  height: 23px;
  margin-bottom: -5px;
  margin-right: 7px; }

.catalog_podbor {
  margin-bottom: 20px;
display: inline-block;
    width: 23%;
    padding-right: 20px;
    box-sizing: border-box;
    float: left;  }
  .catalog_podbor .podbor {position: relative;
    padding: 32px 23px 20px 23px; }

.catalog_subsections {
    border-color: #a4a4a4;
    border-style: solid;
    border-width: 1px;
    padding: 15px 15px 0;
    position: relative;
    text-align: center;
}
  .catalog_subsections .catalog_subsection {
    padding: 0 15px;
    margin-bottom: 12px;
    display: block;
    box-sizing: border-box;
    text-align: left; }
    @media screen and (min-width: 500px) {
      .catalog_subsections .catalog_subsection {
        width: 33.33333%;
        float: left; } }
    .catalog_subsections .catalog_subsection a {
      color: #353535; }
    .catalog_subsections .catalog_subsection span {
      color: #73bf00;
      margin-left: 1ex; }
  .catalog_subsections .morebtn {
    display: inline-block;
    background: #73bf00;
    padding: 5px 30px;
    margin-top: 5px;
    color: #fff; }
    .catalog_subsections .morebtn:hover span {
      border-bottom-color: transparent; }
    .catalog_subsections .morebtn span {
      display: inline-block;
      border-bottom: dashed 1px #fff; }

.catalog_navigation {
  background: #fafafa;
  padding: 9px 30px; }
  .catalog_navigation:after {
    content: '';
    display: block;
    clear: both; }
  .catalog_navigation .sorting {
    float: left; }
    .catalog_navigation .sorting label, .catalog_navigation .sorting select {
      display: inline-block; }
    .catalog_navigation .sorting select {
      padding-right: 55px;
      padding-top: 8px;
      padding-bottom: 8px; }
  .catalog_navigation .view_change, .catalog_navigation .pagination {
    float: right; }

.goods {
  border-color: #d5d5d5;
  border-style: solid; }
  .goods .good_preview {
    border-color: #d5d5d5;
    border-style: solid;
    position: relative;
    box-sizing: border-box; }
    .goods .good_preview .slider {
      height: 192px;
      overflow: hidden; }
  .goods .discount {
    box-sizing: border-box;
    position: absolute;
    color: #fff;
    font-size: 36px;
    background-image: url("/img/theme/sale_block.png");
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: 0;
    top: 90px;
    z-index: 150;
    display: none;
    transform: scale(0.5) translateX(-50%); }
  .goods .sizes {
    position: absolute;
    font-size: 16px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 180px; }
  .goods .propetries {
    position: absolute;
    font-size: 16px;
    line-height: 26px; }
    .goods .propetries td {
      padding: 0; }
  .goods .good_preview_buy_block {
    position: absolute; }
    .goods .good_preview_buy_block .price-block {
      background: #f6fafb;
      padding: 15px 30px; }
      .goods .good_preview_buy_block .price-block:after {
        content: '';
        display: block;
        clear: both; }
      .goods .good_preview_buy_block .price-block .price {
        font-size: 23px;
        white-space: nowrap;
        line-height: 35px;color: #f00; }
    .goods .good_preview_buy_block .old-price {
      position: absolute;
      left: 35px;
      top: 10px;
      text-decoration: line-through;
      font-size: .93em;
      color: #858585; }
      @media screen and (max-width: 1250px) and (min-width: 450px) {
        .goods .good_preview_buy_block .old-price {
          left: 50%;
          top: 0;
          transform: translateX(-50%); } }
    .goods .good_preview_buy_block .delivery_cost {
      white-space: nowrap;color:#73bf00; }
    .goods .good_preview_buy_block .delivery-block {
      min-height: 45px;
      font-size: 16px;
      padding: 0 30px; }
    .goods .good_preview_buy_block .delivery_company {
      padding-top: .7ex; }
    .goods .good_preview_buy_block .delivery_term, .goods .good_preview_buy_block .delivery_cost {
      display: table;
      width: 100%; }
      .goods .good_preview_buy_block .delivery_term span, .goods .good_preview_buy_block .delivery_cost span {
        display: table-cell; }
      .goods .good_preview_buy_block .delivery_term span:first-child, .goods .good_preview_buy_block .delivery_cost span:first-child {
        text-align: left; }
      .goods .good_preview_buy_block .delivery_term span:last-child, .goods .good_preview_buy_block .delivery_cost span:last-child {
        text-align: right; }
      .goods .good_preview_buy_block .delivery_term span:first-child:last-child, .goods .good_preview_buy_block .delivery_cost span:first-child:last-child {
        text-align: center; }

.owl-carousel.goods.grid_view {
  border-width: 0; }
  .owl-carousel.goods.grid_view .owl-item:first-child .good_preview {
    border-width: 1px; }
  .owl-carousel.goods.grid_view .good_preview {
    width: 100%;
    float: none;
    padding-top: 1px;
    border-width: 1px 1px 1px 0; }

@media screen and (max-width: 450px) {
  .owl-carousel.goods.grid_view .good_preview {
    height: 640px; }
	.goods.grid_view .good_preview .good_preview_buy_block .buy_btn {margin-top:10px;}
    .owl-carousel.goods.grid_view .good_preview .good_preview_buy_block {
      text-align: center; }
      .owl-carousel.goods.grid_view .good_preview .good_preview_buy_block .price, .owl-carousel.goods.grid_view .good_preview .good_preview_buy_block .buy_btn {
        display: inline-block;
        float: none;
        clear: both;
        width: 90%; } }

.image img {
  width: 80%;
  padding: 0% 10%;
  display: inline-block;
  vertical-align: middle; }

.goods.grid_view .image img {
  height: 167px; }

.goods.grid_view, .goods.grid_big_view {
  border-width: 1px 0 0 1px; }
  .goods.grid_view:after, .goods.grid_big_view:after {
    content: '';
    display: block;
    clear: both; }
  .goods.grid_view .good_preview, .goods.grid_big_view .good_preview {
    width: 33.3333%;
    float: left;
    border-width: 0 1px 1px 0;
    height: 568px; }
    @media screen and (min-width: 451px) and (max-width: 770px) {
      .goods.grid_view .good_preview, .goods.grid_big_view .good_preview {
        width: 50%; } }
    @media screen and (max-width: 530px) {
      .goods.grid_view .good_preview, .goods.grid_big_view .good_preview {
        width: 100%; } }
    .goods.grid_view .good_preview .image img, .goods.grid_big_view .good_preview .image img {
      width: auto;
      margin: auto; }
    .goods.grid_view .good_preview.good_preview_krovat {
      height: 452px; }
    .goods.grid_big_view .good_preview.good_preview_krovat {
      height: 497px; }
    @media screen and (max-width: 1250px) {
      .goods.grid_view .good_preview.good_preview_krovat {
        height: 487px; }
      .goods.grid_big_view .good_preview.good_preview_krovat {
        height: 532px; }
    }
    @media screen and (min-width: 450px) and (max-width: 1250px) {
      .goods.grid_view .good_preview, .goods.grid_big_view .good_preview {
        height: 602px; } }
    .goods.grid_view .good_preview .product_brick_link, .goods.grid_big_view .good_preview .product_brick_link {
      text-align: center;
      padding: 0 30px; }
      .goods.grid_view .good_preview .product_brick_link span, .goods.grid_big_view .good_preview .product_brick_link span {
        margin-top: 8px;
        z-index: 160;
        position: relative; }
      @media screen and (min-width: 450px) and (max-width: 1250px) {
        .goods.grid_view .good_preview .product_brick_link img, .goods.grid_big_view .good_preview .product_brick_link img {
          max-width: 99%; } }
    .goods.grid_view .good_preview .sizes, .goods.grid_big_view .good_preview .sizes {
      top: 225px;
      background: #f6fafb;
      border-width: 1px 0;
      border-color: #e1e1e1;
      border-style: solid;
      left: 0;
      right: 0;
      padding: 10px 30px;
      transform: none; }
      @media screen and (min-width: 450px) and (max-width: 1250px) {
        .goods.grid_view .good_preview .sizes, .goods.grid_big_view .good_preview .sizes {
          padding: 10px 10px; }
          .goods.grid_view .good_preview .sizes select, .goods.grid_big_view .good_preview .sizes select {
            padding-right: 35px;
            width: 47px; } }
    .goods.grid_view .good_preview .ratingblock, .goods.grid_big_view .good_preview .ratingblock {
      position: absolute;
      right: 15px;
      top: 180px;
      transform: scale(0.7); }
    .goods.grid_view .good_preview .propetries, .goods.grid_big_view .good_preview .propetries {
      top: 277px;
      left: 0;
      right: 0;
      padding: 0 30px;
      bottom: 72px; }
      @media screen and (min-width: 450px) and (max-width: 1250px) {
        .goods.grid_view .good_preview .propetries, .goods.grid_big_view .good_preview .propetries {
          padding: 0px 10px; } }
    .goods.grid_view .good_preview .good_preview_buy_block, .goods.grid_big_view .good_preview .good_preview_buy_block {
      bottom: 0;
      left: 0;
      right: 0;
      text-align: center;
      padding-bottom: 8px; }
      .goods.grid_view .good_preview .good_preview_buy_block:after, .goods.grid_big_view .good_preview .good_preview_buy_block:after {
        content: '';
        display: block;
        clear: both; }
      .goods.grid_view .good_preview .good_preview_buy_block .price, .goods.grid_big_view .good_preview .good_preview_buy_block .price {
        float: left;
        position: relative;
        top: 10px; }
      .goods.grid_view .good_preview .good_preview_buy_block .buy_btn, .goods.grid_big_view .good_preview .good_preview_buy_block .buy_btn {
        float: right; }
        .goods.grid_view .good_preview .good_preview_buy_block .buy_btn .btn, .goods.grid_big_view .good_preview .good_preview_buy_block .buy_btn .btn {
          box-sizing: border-box;
          max-width: 114px;
          padding: 10px 17px; }
      @media screen and (min-width: 450px) and (max-width: 1250px) {
        .goods.grid_view .good_preview .good_preview_buy_block .price, .goods.grid_view .good_preview .good_preview_buy_block .buy_btn, .goods.grid_big_view .good_preview .good_preview_buy_block .price, .goods.grid_big_view .good_preview .good_preview_buy_block .buy_btn {
          display: inline-block;
          float: none;
          clear: both;
          width: 90%;
          position: static; } }
      .goods.grid_view .good_preview .good_preview_buy_block .b1c_block, .goods.grid_big_view .good_preview .good_preview_buy_block .b1c_block {
        display: none; }
      .goods.grid_view .good_preview .good_preview_buy_block .delivery_cost, .goods.grid_big_view .good_preview .good_preview_buy_block .delivery_cost {
        clear: both;
        padding-top: 7px; }

.goods.grid_big_view .good_preview {
  width: 50%;
  height: 640px; }
  .goods.grid_big_view .good_preview .sizes {
    top: 270px; }
  .goods.grid_big_view .good_preview .propetries {
    top: 330px; }
  .goods.grid_big_view .good_preview .slider {
    height: 237px;
    overflow: hidden; }
  .goods.grid_big_view .good_preview .image img {
    height: 212px; }
.goods.grid_big_view .product_brick_link img {
  max-height: 35%; }

.goods.list_view .fade {
  width: 32.2%;
  bottom: 0;
  left: 0;
  position: absolute;
  height: 152px;
  vertical-align: middle; }
.goods.list_view .image img {
  padding: 0 10%; }

@media screen and (min-width: 1000px) {
  .goods.list_view {
    border-width: 1px 1px 0 1px; }
    .goods.list_view .good_preview {
      border-width: 1px 0 0 0;
      height: 232px; }
      .goods.list_view .good_preview .product_brick_link {
        position: absolute;
        border-right: #e1e1e1 solid 1px;
        width: 32.2%;
        bottom: 0;
        left: 0;
        height: 152px; }
        .goods.list_view .good_preview .product_brick_link span {
          height: 2.1em;
          line-height: 2.1em;
          position: absolute;
          width: 212.3333%;
          bottom: 100%;
          left: 0;
          padding: 20px 30px;
          border-bottom: #e1e1e1 solid 1px; }
        .goods.list_view .good_preview .product_brick_link img {
          position: absolute;
          top: 50%;
          left: 50%; }
      .goods.list_view .good_preview .sizes {
        left: 32.2%;
        padding-left:13px;
        top: 83px;
        transform: none; }
      .goods.list_view .good_preview .good_preview_storages {
        left: 32.2%;
        top: 79px;
        padding:75px 13px 0 13px;
        line-height:30px;
        width:133px;
        bottom:0;
        border-top: none;
        border-right: #e1e1e1 solid 1px;
      }
      .goods.list_view .good_preview .good_preview_storages .storage_good_status {
        left:1px;
        right:0;
        padding:10px 0;
      }
      .goods.list_view .good_preview .good_preview_storages > div {
        float: none;
      }
        .goods.list_view .good_preview .sizes label, .goods.list_view .good_preview .sizes select {
          float: none;
          clear: both; }
        .goods.list_view .good_preview .sizes select {
          width: 45px; }
      .goods.list_view .good_preview .ratingblock {
        position: absolute;
        left: 165px;
        top: 180px;
        transform: scale(0.7); }
      .goods.list_view .good_preview .propetries {
        position: absolute;
        top: 83px;
        left: 48.4%; }
        .goods.list_view .good_preview .propetries table {
          min-width: 200px; }
      .goods.list_view .good_preview .good_preview_buy_block {
        text-align: center;
        box-sizing: border-box;
        right: 0;
        top: 0;
        bottom: 0;
        width: 24.86%;
        padding: 0; } }
      @media screen and (min-width: 1000px) and (max-width: 1200px) {
        .goods.list_view .good_preview .good_preview_buy_block {
          padding: 0; } }
@media screen and (min-width: 1000px) {
        .goods.list_view .good_preview .good_preview_buy_block .buy_btn {
          margin-bottom: 5px; }
        .goods.list_view .good_preview .good_preview_buy_block .btn, .goods.list_view .good_preview .good_preview_buy_block input {
          box-sizing: border-box;
          padding: 9px;
          width: 150px;
          text-align: center; }
        .goods.list_view .good_preview .good_preview_buy_block .price-block {
          padding-bottom: 3px; }
          .goods.list_view .good_preview .good_preview_buy_block .price-block .old-price {
            position: absolute;
            right: 10px;
            left: auto;
            top: 8px;
            text-decoration: line-through;
            font-size: .93em;
            color: #858585; }
        .goods.list_view .good_preview .good_preview_buy_block .delivery-block {
          background: #fcf5e6;
          min-height: 57px; }
          .goods.list_view .good_preview .good_preview_buy_block .delivery-block span {
            display: inline-block; } }
      @media screen and (min-width: 1000px) and (min-width: 1000px) and (max-width: 1150px) {
        .goods.list_view .good_preview .good_preview_buy_block .delivery_cost {
          font-size: .7777em; } }

@media screen and (max-width: 999px) {
  .goods.list_view {
    border-width: 1px 0 0 1px; }
    .goods.list_view:after {
      content: '';
      display: block;
      clear: both; }
    .goods.list_view .good_preview {
      width: 33.3333%;
      float: left;
      border-width: 0 1px 1px 0;
      height: 516px; } }
    @media screen and (max-width: 999px) and (min-width: 451px) and (max-width: 700px) {
      .goods.list_view .good_preview {
        width: 50%; } }
    @media screen and (max-width: 999px) and (max-width: 450px) {
      .goods.list_view .good_preview {
        width: 100%; } }
    @media screen and (max-width: 999px) and (min-width: 450px) and (max-width: 1250px) {
      .goods.list_view .good_preview {
        height: 566px; } }
@media screen and (max-width: 999px) {
      .goods.list_view .good_preview .product_brick_link {
        text-align: center;
        padding: 0 30px; }
        .goods.list_view .good_preview .product_brick_link span {
          margin-top: 8px; } }
      @media screen and (max-width: 999px) and (min-width: 450px) and (max-width: 1250px) {
        .goods.list_view .good_preview .product_brick_link img {
          max-width: 99%; } }
@media screen and (max-width: 999px) {
      .goods.list_view .good_preview .sizes {
        top: 225px;
        background: #f6fafb;
        border-width: 1px 0;
        border-color: #e1e1e1;
        border-style: solid;
        left: 0;
        right: 0;
        padding: 10px 30px;
        transform: none; } }
      @media screen and (max-width: 999px) and (min-width: 450px) and (max-width: 1250px) {
        .goods.list_view .good_preview .sizes {
          padding: 10px 10px; }
          .goods.list_view .good_preview .sizes select {
            padding-right: 35px;
            width: 47px; } }
@media screen and (max-width: 999px) {
      .goods.list_view .good_preview .ratingblock {
        position: absolute;
        right: 15px;
        top: 180px;
        transform: scale(0.7); }
      .goods.list_view .good_preview .propetries {
        top: 277px;
        left: 0;
        right: 0;
        padding: 0 30px;
        bottom: 72px; } }
      @media screen and (max-width: 999px) and (min-width: 450px) and (max-width: 1250px) {
        .goods.list_view .good_preview .propetries {
          padding: 0px 10px; } }
@media screen and (max-width: 999px) {
      .goods.list_view .good_preview .good_preview_buy_block {
        bottom: 0;
        left: 0;
        right: 0;
        text-align: center;
        padding-bottom: 8px; }
        .goods.list_view .good_preview .good_preview_buy_block:after {
          content: '';
          display: block;
          clear: both; }
        .goods.list_view .good_preview .good_preview_buy_block .price {
          float: left; }
        .goods.list_view .good_preview .good_preview_buy_block .buy_btn {
          float: right; }
          .goods.list_view .good_preview .good_preview_buy_block .buy_btn .btn {
            padding: 10px 17px; }
        .goods.list_view .good_preview .good_preview_buy_block .delivery_cost {
          clear: both;
          padding-top: 7px; } }
      @media screen and (max-width: 999px) and (min-width: 450px) and (max-width: 1250px) {
        .goods.list_view .good_preview .good_preview_buy_block .price, .goods.list_view .good_preview .good_preview_buy_block .buy_btn {
          display: inline-block;
          float: none;
          clear: both;
          width: 90%; } }
@media screen and (max-width: 999px) {
        .goods.list_view .good_preview .good_preview_buy_block .b1c_block {
          display: none; } }
.slick-prev, .slick-next {
  border: 0;
  border-radius: 0;
  width: 24px;
  height: 60px;
  top: 30%;
  z-index: 160;
  line-height: 35px;
  background: #fff5e6;
  color: #745325;
  opacity: .7;
  position: absolute;
  cursor: pointer;
  content: ""; }
  .slick-prev:before, .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-next {
  right: 0; }

.slick-arrow:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 2px;
  left: -2px;
  border: 1px solid #745325;
  border-width: 1px 1px 0px 0px;
  width: 8px;
  height: 8px;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.slick-prev:before {
  border-width: 0px 0px 1px 1px;
  left: 1px; }

.good_h1 {
  color: #000;
  text-align: left; }

.next_prev_navigation {
  color: #00aaff; }
  .next_prev_navigation:after {
    content: '';
    display: block;
    clear: both; }
  .next_prev_navigation > a {
    display: block;
    color: inherit;
    text-decoration: none; }
    .next_prev_navigation > a:hover span {
      text-decoration: none; }
    .next_prev_navigation > a span {
      text-decoration: underline; }
  .next_prev_navigation .prev {
    float: left; }
  .next_prev_navigation .next {
    float: right; }

.product_info {
  position: relative; }
  @media screen and (min-width: 1001px) {
    .product_info {
      height: 440px; } }
  .product_info #discount {
    position: absolute;
    color: #fff;
    font-size: 36px;
    background-image: url("/img/theme/sale_block.png");
    width: 150px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    left: 0;
    top: 50px;
    z-index: 150;
    display: none; }
    @media screen and (max-width: 1000px) {
      .product_info #discount {
        top: 10px;
        transform: scale(0.5) translateX(-50%); } }
    @media screen and (max-width: 450px) {
      .product_info #discount {
        top: 0px; } }
  .product_info:after {
    content: '';
    display: block;
    clear: both; }
  .product_info .product_image {
    position: relative; }
    .product_info .product_image a {
      display: block;
      height: 100%;
      text-align: center;
      vertical-align: middle; }
      .product_info .product_image a img {
        display: inline-block;
        vertical-align: middle;
        height: 100%; }
      .product_info .product_image a:after {
        display: inline-block;
        content: '';
        height: 100%;
        width: 0;
        vertical-align: middle; }
  .product_info .product-images-slider {
    width: 59.1%;
    border-top: #73bf00 solid 1px;
    border-left: #73bf00 solid 1px; }
    @media screen and (max-width: 1000px) {
      .product_info .product-images-slider {
        border: none;
        width: 480px;
        margin: 0 auto; } }
    @media screen and (max-width: 500px) {
      .product_info .product-images-slider {
        width: 100%; } }
    .product_info .product-images-slider .product_image {
      height: 440px; }
      @media screen and (max-width: 1000px) {
        .product_info .product-images-slider .product_image {
          height: 360px; } }
      @media screen and (max-width: 500px) {
        .product_info .product-images-slider .product_image {
          height: 200px; } }
    .product_info .product-images-slider .owl-item {
      height: 100%; }
    .product_info .product-images-slider .owl-prev {
      margin: 0;
      height: 100%;
      width: 37px;
      top: 0;
      left: 0; }
    .product_info .product-images-slider .owl-next {
      margin: 0;
      height: 100%;
      width: 37px;
      top: 0;
      right: 0;
      left: auto;
      transform: none; }
  .product_info .product-slider-navs {
    z-index: 100;
    position: absolute;
    width: 41.1%;
    top: 375px;
    left: 10.22%;
    height: 100px; }
    @media screen and (max-width: 1000px) {
      .product_info .product-slider-navs {
        border: none;
        width: 480px;
        margin: 0 auto;
        top: 285px;
        left: 50%;
        transform: translateX(-50%); } }
    @media screen and (max-width: 500px) {
      .product_info .product-slider-navs {
        top: 155px; } }
    @media screen and (max-width: 500px) {
      .product_info .product-slider-navs {
        width: 100%; } }
    .product_info .product-slider-navs .product_image {
      height: auto; }
      .product_info .product-slider-navs .product_image img {
        opacity: .7;
        -webkit-opacity: .7;
        display: block;
        border: #73bf00 solid 1px; }
      .product_info .product-slider-navs .product_image .active img, .product_info .product-slider-navs .product_image :hover img, .product_info .product-slider-navs .product_image :focus img, .product_info .product-slider-navs .product_image :active img {
        opacity: 1;
        -webkit-opacity: 1; }
  .product_info .no-color-photo {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center; }
    .product_info .no-color-photo:after {
      display: inline-block;
      height: 100%;
      width: 0;
      content: '';
      vertical-align: middle; }
  .product_info .product_meta {
    background: #fcf5e6;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 40.8%;
    border-left: #73bf00 solid 1px; }
    @media screen and (max-width: 1000px) {
      .product_info .product_meta {
        width: 480px;
        position: static;
        margin: 0 auto;
        border-left: none; } }
    @media screen and (max-width: 500px) {
      .product_info .product_meta {
        width: 100%; } }
    .product_info .product_meta > div {
      padding: 30px 30px 30px 30px;
      border-bottom: solid 2px #fff; }
      @media screen and (min-width: 800px) and (max-width: 1150px) {
        .product_info .product_meta > div {
          padding: 15px 15px 15px 20px; } }
      @media screen and (max-width: 500px) {
        .product_info .product_meta > div {
          padding: 15px 15px 15px 20px; } }
    .product_info .product_meta .selectors {
      font-size: 16px;
      padding-bottom: 10px; }
      .product_info .product_meta .selectors:after {
        content: '';
        display: block;
        clear: both; }
      .product_info .product_meta .selectors .avalible {
        font-weight: bold;
        color: #73bf00; }
        .product_info .product_meta .selectors .avalible:before {
          content: '';
          display: inline-block;
          background: url("/img/theme/icons/card/check.png");
          width: 17px;
          height: 17px;
          position: relative;
          top: 2px;
          margin-right: 5px;
          margin-left: 10px; }
      .product_info .product_meta .selectors .pcard_field {
        margin-bottom: 10px;
        width: 46%;
        float: left;
        min-height: 30px;
        white-space: nowrap; }
        @media screen and (max-width: 500px) {
          .product_info .product_meta .selectors .pcard_field {
            float: none;
            clear: both;
            width: 100%; } }
      .product_info .product_meta .selectors .delivery_field {
        padding-top: 4px;
        width: 54%; }
        .product_info .product_meta .selectors .delivery_field label {
          width: auto; }
      .product_info .product_meta .selectors .delivery_term_field {
        width: 54%;
        white-space: nowrap;
        position: relative;
        left: -45px; }
        .product_info .product_meta .selectors .delivery_term_field .delivery_cost {
          padding-top: 4px; }
      .product_info .product_meta .selectors.color-select-block {
        padding: 20px 30px; }
      .product_info .product_meta .selectors label {
        width: 80px; }
      .product_info .product_meta .selectors input {
        padding: 7px 2px;
        width: 32px;
        text-align: center; }
      .product_info .product_meta .selectors .size_label:before,
      .item-size:before {
        display: inline-block;
        content: '';
        background: url("/img/theme/icons/card/size.png") no-repeat;
        width: 22px;
        height: 17px;
        margin-right: 8px;
        position: relative;
        top: 2px; }
      .product_info .product_meta .selectors .q_label:before {
        display: inline-block;
        content: '';
        background: url("/img/theme/icons/card/q.png") no-repeat;
        width: 22px;
        background-position: center;
        height: 17px;
        margin-right: 8px;
        position: relative;
        top: 2px; }
      .product_info .product_meta .selectors .d_label:before,
      .item-delivery:before {
        display: inline-block;
        content: '';
        background: url("/img/theme/icons/card/d.png") no-repeat;
        width: 22px;
        background-position: center;
        height: 17px;
        margin-right: 2px;
        margin-left: 8px;
        position: relative;
        top: 2px; }
      .product_info .product_meta .selectors .t_label {
        width: 100%;
        display: block; }
      .product_info .product_meta .selectors .t_label:before {
        display: inline-block;
        content: '';
        background: url("/img/theme/icons/card/t.png") no-repeat;
        width: 22px;
        background-position: center;
        height: 17px;
        margin-right: 5px;
        margin-left: 15px;
        position: relative;
        top: 4px; }
      .product_info .product_meta .selectors label, .product_info .product_meta .selectors select {
        display: inline-block; }
      .product_info .product_meta .selectors select {
        height: 30px;
        box-sizing: content-box;
        width: 55px;
        padding-top: 0;
        padding-right: 41px;
        padding-left: 10px;
        padding-bottom: 0;
        font-size: 16px;
        background-position: center right 11px;
        background-image: url("/img/theme/arr_small.png"); }
      .product_info .product_meta .selectors .ui-selectmenu-button {
        height: 56px;
        box-sizing: border-box;
        width: 255px;
        padding-top: 0;
        padding-right: 41px;
        padding-left: 10px;
        padding-bottom: 0;
        font-size: 16px; }
      @media screen and (max-width: 500px) {
        .product_info .product_meta .selectors .pcard_field {
          float: none;
          clear: both;
          width: 100%;
          left: 0; }
        .product_info .product_meta .selectors .d_label:before {
          margin-left: 0; }
        .product_info .product_meta .selectors .t_label:before {
          margin-left: 0; } }
    .product_info .product_meta .buy_block {
      padding-top: 15px;
      padding-bottom: 19px;
      position: relative; }
      @media screen and (max-width: 500px) {
        .product_info .product_meta .buy_block {
          padding-bottom: 25px; } }
      .product_info .product_meta .buy_block.hide_delivery {
        padding-bottom: 58px; }
        @media screen and (max-width: 500px) {
          .product_info .product_meta .buy_block.hide_delivery {
            padding-bottom: 25px; } }
        .product_info .product_meta .buy_block.hide_delivery .right_bb {
          bottom: 58px; }
          @media screen and (max-width: 500px) {
            .product_info .product_meta .buy_block.hide_delivery .right_bb {
              bottom: 25px; } }
        .product_info .product_meta .buy_block.hide_delivery .buy_btn .btn-red {
          padding-right: 10px; }
          .product_info .product_meta .buy_block.hide_delivery .buy_btn .btn-red:before {
            margin-right: 25px; }
      .product_info .product_meta .buy_block:after {
        content: '';
        display: block;
        clear: both; }
      .product_info .product_meta .buy_block .old_price {
        color: #858585;
        font-size: 1.3333em;
        text-decoration: line-through; }
        @media screen and (max-width: 500px) {
          .product_info .product_meta .buy_block .old_price {
            font-size: 1.1111em; } }
      .product_info .product_meta .buy_block .price {
        font-size: 2em; color:#f00; }
        @media screen and (max-width: 500px) {
          .product_info .product_meta .buy_block .price {
            font-size: 1.5em; } }
      @media screen and (min-width: 500px) {
        .product_info .product_meta .buy_block .old_price, .product_info .product_meta .buy_block .price {
          padding-left: 20px; } }
      .product_info .product_meta .buy_block .btn {
        width: 190px;
        box-sizing: border-box;
        padding: 15px 2px;
        font-size: 20px; }
        @media screen and (max-width: 500px) {
          .product_info .product_meta .buy_block .btn {
            width: 115px; } }
      .product_info .product_meta .buy_block .buy_btn {
        margin-top: 3px; }
      .product_info .product_meta .buy_block .right_bb {
        position: absolute;
        right: 30px;
        width: 190px;
        bottom: 19px; }
        @media screen and (min-width: 800px) and (max-width: 1150px) {
          .product_info .product_meta .buy_block .right_bb {
            right: 20px; } }
        .product_info .product_meta .buy_block .right_bb input {
          width: 100%;
          box-sizing: border-box;
          text-align: center;
          font-size: 18px;
          padding: 15px 18px; }
        @media screen and (max-width: 500px) {
          .product_info .product_meta .buy_block .right_bb {
            right: 10px;
            bottom: 25px;
            width: 150px; }
            .product_info .product_meta .buy_block .right_bb .btn {
              width: 100%; } }
        .product_info .product_meta .buy_block .right_bb .btn {
          line-height: 25px; background:#73bf00; }
    .product_info .product_meta .socials {
      border-bottom: none;
      padding-left:22px;
      padding-top: 8px; }
      .product_info .product_meta .socials .card_share {
        font-size: 13px;
        padding-top: 2px; }

.product_tabs {
  position: relative;
  z-index: 140; }
  .product_tabs .tabs {
    background: #d2d2d2;
    padding: 13px 30px 0 30px;
    border-top: #73bf00 solid 1px; }
    .product_tabs .tabs .tab {
      display: inline-block;
      border-top: transparent solid 2px;
      padding: 16px 20px;
      color: #fff;
      font-weight: bold;
      text-transform: uppercase;
      cursor: pointer; }
      .product_tabs .tabs .tab.active {
        border-top-color: #00aaff;
        color: #00aaff;
        background: #fafafa; }
  .product_tabs .tab_content {
    background: #fafafa; }
  .product_tabs .padding_tab {
    padding: 30px;
    border-bottom: #e5e5e5 solid 2px; }
  .product_tabs .desc_tab:after {
    content: '';
    display: block;
    clear: both; }
  .product_tabs .desc_tab ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .product_tabs .desc_tab > div {
    margin-bottom: 20px; }
  .product_tabs .desc_tab .product_info_table {
    float: left;
    width: 32.64%;
    margin-right: 75px; }
    @media screen and (max-width: 900px) {
      .product_tabs .desc_tab .product_info_table {
        width: 46.64%; } }
    @media screen and (max-width: 600px) {
      .product_tabs .desc_tab .product_info_table {
        width: 100%;
        float: none;
        clear: both; } }
    .product_tabs .desc_tab .product_info_table table {
      width: 100%;
      background: #fff;
      border: #e1e1e1 solid 1px;
      border-collapse: collapse; }
      .product_tabs .desc_tab .product_info_table table td {
        padding: 10px 20px;
        border-bottom: #e1e1e1 solid 1px; }
      .product_tabs .desc_tab .product_info_table table tr:last-child td {
        border-bottom: none; }
  .product_tabs .desc_tab .product_sostav {
    float: left;
    width: 20.62%; }
    @media screen and (max-width: 900px) {
      .product_tabs .desc_tab .product_sostav {
        width: 36.62%; } }
    @media screen and (max-width: 600px) {
      .product_tabs .desc_tab .product_sostav {
        width: 100%;
        float: none;
        clear: both; } }
  .product_tabs .desc_tab .product_desc {
    float: right;
    width: 32.64%; }
    @media screen and (max-width: 900px) {
      .product_tabs .desc_tab .product_desc {
        width: 100%;
        float: none;
        clear: both; } }
  .product_tabs .sostav_name {
    font-weight: bold;
    text-transform: uppercase; }

.hits_slider.good_hits {
  margin-bottom: 30px; }

.no_comments {
  padding: 30px 50px; }

.p_comments {
  padding: 30px 50px; }
  .p_comments p {
    margin: 0; }
  .p_comments .product_comment {
    margin-bottom: 1.3333em; }
    .p_comments .product_comment:last-child {
      margin-bottom: 0; }
  .p_comments .author {
    font-weight: bold; }

.comment_form_block {
  background: #73bf00; }
  .comment_form_block:after {
    content: '';
    display: block;
    clear: both; }
  .comment_form_block .comment_man {
    width: 50%;
    height: 430px;
    background-image: url("/img/theme/comment_man.png");
    background-repeat: no-repeat;
    float: right;
    background-position: top right; }
    @media screen and (max-width: 900px) {
      .comment_form_block .comment_man {
        display: none; } }
  .comment_form_block .comment_form {
    width: 50%;
    box-sizing: border-box;
    float: left; }
    @media screen and (max-width: 900px) {
      .comment_form_block .comment_form {
        width: 100%;
        float: none;
        padding-right: 0; } }
    .comment_form_block .comment_form .index-h {
      color: #ffffff;
      margin-bottom: 30px; }
    .comment_form_block .comment_form form {
      display: block; }
      .comment_form_block .comment_form form input, .comment_form_block .comment_form form textarea {
        width: 395px;
        max-width: 90%;
        box-sizing: border-box;
        display: block;
        margin: 0 auto 20px auto;
        text-align: center; }
      .comment_form_block .comment_form form button {
        box-sizing: border-box;
        text-align: center;
        width: 260px;
        max-width: 90%;
        display: block;
        margin: 0 auto 20px auto; }
      .comment_form_block .comment_form form textarea {
        height: 160px; }

.sizes_picture .sp-title {
  margin: 27px 0;
  color: #00aaff; }
  .sizes_picture .sp-title > div {
    display: inline-block;
    cursor: pointer;
    margin-right: 20px; }
  .sizes_picture .sp-title .active {
    font-weight: bold;
    text-transform: uppercase;
    color: #000; }
.sizes_picture .product-size-image {
  width: 360px;
  height: 220px;
  position: relative;
  background-repeat: no-repeat;
  border: 1px solid #73bf00; }
  @media (max-width: 500px) {
    .sizes_picture .product-size-image {
      transform: scale(0.65);
      margin-left: -58px;
      margin-top: -36px; } }
  .sizes_picture .product-size-image > div {
    margin-top: -1px;
    margin-left: 2px;
    font-size: 14px; }
.sizes_picture .add-sizes {
  display: none; }
  .sizes_picture .add-sizes table td:last-child {
    width: 30%;
    border-left: none; }
  .sizes_picture .add-sizes table td:first-child {
    border-right: none; }

.cart_table {
  width: 100%;
  border-collapse: collapse; }
  .cart_table .sum {
    text-align: center; }
  .cart_table td {
    border: #73bf00 solid 1px;
    border-width: 1px 0;
    padding: 15px; }
    .cart_table td:first-child {
      border-width: 1px 0 1px 1px; }
    .cart_table td:last-child {
      border-width: 1px 1px 1px 0; }
    @media screen and (max-width: 750px) {
      .cart_table td {
        display: block;
        border-width: 1px 1px 0 1px; }
        .cart_table td:first-child {
          border-width: 1px 1px 0 1px; }
        .cart_table td:last-child {
          border-width: 1px 1px 0 1px; } }
  .cart_table a {
    border-bottom: transparent; }
  .cart_table .cart_sum {
    font-size: 1.3333em; }
  .cart_table .del_link {
    color: #858585;
    font-size: .88888em;
    white-space: nowrap; }
    .cart_table .del_link:before {
      content: '';
      display: inline-block;
      background: url("/img/theme/del_grey.png");
      width: 17px;
      height: 17px;
      margin-bottom: -2px;
      margin-right: 4px; }
    .cart_table .del_link:hover {
      color: #00aaff;
      text-decoration: underline; }
      .cart_table .del_link:hover:before {
        background: url("/img/theme/del_red.png"); }
  .cart_table .q_td {
    white-space: nowrap; }
    .cart_table .q_td label {
      font-size: .88888em;
      line-height: 30px;
      margin-right: 6px; }
  .cart_table .kolichestvo {
    padding: 0 3px;
    text-align: center;
    width: 33px;
    height: 30px;
    line-height: 30px;
    font-size: .88888em;
    box-sizing: border-box; }
  .cart_table .itogo_row td, .cart_table .itogo_row th {
    padding: 0;
    background: #fff;
    border: #fff solid 1px;
    white-space: nowrap;
    line-height: 60px; }
    .cart_table .itogo_row td:nth-child(1), .cart_table .itogo_row th:nth-child(1) {
      text-transform: uppercase;
      font-weight: normal; }
    .cart_table .itogo_row td:nth-child(2), .cart_table .itogo_row th:nth-child(2) {
      font-size: 1.33333em;
      color: #00aaff; }
  @media screen and (max-width: 750px) {
    .cart_table .itogo_row td, .cart_table .itogo_row th {
      box-sizing: border-box;
      display: block;
      border-top-color: #73bf00;
      width: 50%;
      float: left; }
    .cart_table .itogo_row td {
      float: left; }
    .cart_table .itogo_row td:last-child {
      display: none; } }

.order_form {
  background-color: #73bf00;
  padding: 50px 30px;
  margin-top: 20px; }
  @media screen and (min-width: 500px) {
    .order_form {
      background: url("/img/theme/order_bg.png"); } }
  .order_form .inputs_line {
    margin-bottom: 15px; }
    .order_form .inputs_line:after {
      content: '';
      display: block;
      clear: both; }
    .order_form .inputs_line input {
      margin-bottom: 15px;
      display: block;
      width: 100%;
      box-sizing: border-box; }
      @media screen and (min-width: 500px) {
        .order_form .inputs_line input {
          float: left;
          width: 30.9091%;
          margin-right: 3.6363%; } }
      .order_form .inputs_line input:last-child {
        margin-right: 0; }
  .order_form .textareas_line {
    margin-bottom: 15px; }
    .order_form .textareas_line:after {
      content: '';
      display: block;
      clear: both; }
    .order_form .textareas_line textarea {
      margin-bottom: 15px;
      box-sizing: border-box;
      display: block;
      width: 100%;
      height: 100px; }
      @media screen and (min-width: 500px) {
        .order_form .textareas_line textarea {
          float: left; }
          .order_form .textareas_line textarea:first-child {
            width: 30.9091%;
            margin-right: 3.6363%; }
          .order_form .textareas_line textarea:last-child {
            width: 65.4545%; } }
  .order_form .order_btn {
    text-align: center; }
    .order_form .order_btn .btn {
      padding-left: 60px;
      padding-right: 60px; }

.spasibo_block {
  background: url("/img/theme/spasibo_girl.png");
  box-sizing: border-box;
  height: 460px;
  width: 100%;
  max-width: 100%;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
  font-weight: bold;
  padding: 45px 30px; }
  @media screen and (min-width: 560px) {
    .spasibo_block {
      white-space: nowrap; } }
  .spasibo_block span {
    display: block; }
    .spasibo_block span:first-child {
      color: #00aaff; }

.review_cat_l1:after {
  content: '';
  display: block;
  clear: both; }

.mainbar .brendy .index-h {
  margin-top: 10px; }

.reviews-cats .wrapper {
  padding-bottom: 35px; }
.reviews-cats .brendlink {
  float: left;
  text-align: center;
  position: relative;
  width: 50%;
  overflow: hidden;
  z-index: 120;
  border: solid 1px #73bf00;
  box-sizing: border-box;
  margin-top: -1px;
  margin-left: -1px; }
  .reviews-cats .brendlink .img_link a {
    display: block;
    height: 140px; }
  .reviews-cats .brendlink img {
    display: block;
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 110;
    max-height: 135px;
    filter: url("data:image/svg+xml;utf8,<svg xmlns='https://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    filter: gray;
    -webkit-filter: grayscale(100%); }
  .reviews-cats .brendlink .meta {
    background: #fcf5e6;
    padding: 15px 20px; }
    .reviews-cats .brendlink .meta:after {
      content: '';
      display: block;
      clear: both; }
  .reviews-cats .brendlink a {
    color: #00aaff; }
.reviews-cats .brendlink:hover {
  box-shadow: inset 0 0px 0px 3px #00aaff, 0 0px 25px 12px rgba(201, 28, 25, 0.1); }
  .reviews-cats .brendlink:hover img {
    filter: none;
    filter: none;
    -webkit-filter: none; }
  .reviews-cats .brendlink:hover .meta {
    padding: 15px 17px 12px 17px;
    margin: 0px 3px 3px 3px; }

@media screen and (min-width: 800px) and (max-width: 1100px) {
  .reviews-cats .brendlink .meta {
    padding: 15px 8px;
    font-size: 16px; }
  .reviews-cats .brendlink:hover {
    box-shadow: inset 0 0px 0px 2px #00aaff, 0 0px 25px 12px rgba(201, 28, 25, 0.1); }
    .reviews-cats .brendlink:hover img {
      filter: none;
      filter: none;
      -webkit-filter: none; }
    .reviews-cats .brendlink:hover .meta {
      padding: 15px 6px 13px 6px;
      margin: 0px 3px 3px 3px; } }
@media screen and (min-width: 900px) and (max-width: 800px) {
  .reviews-cats .brendlink {
    width: 25%; } }
@media screen and (min-width: 801px) {
  .reviews-cats .brendlink {
    width: 33.3333%; } }
@media screen and (max-width: 550px) {
  .reviews-cats .brendlink {
    width: 100%; } }
.reviews {
  margin-top: 10px;
  margin-bottom: 30px; }
  .reviews .review {
    border: solid 1px #73bf00;
    margin-top: -1px; }
    .reviews .review:after {
      content: '';
      display: block;
      clear: both; }
    .reviews .review .p_title a {
      font-weight: bold;
      color: #353535;
      text-decoration: none;
      display: block;
      padding: 15px 30px;
      border-bottom: solid 1px #e1e1e1;
      line-height: 1; }
      .reviews .review .p_title a:hover {
        text-decoration: underline; }
    .reviews .review .p_image a {
      display: block;
      padding: 10px 0;
      text-align: center;
      border-bottom: solid 1px #e1e1e1;
      position: relative;
      z-index: 3; }

@media screen and (min-width: 801px) {
  .reviews .review .p_image {
    float: left; }
    .reviews .review .p_image a {
      border-bottom: none;
      border-right: solid 1px #e1e1e1;
      width: 285px; }
      .reviews .review .p_image a img {
        display: inline-block; }
  .reviews .review .p_content {
    padding: 10px 30px;
    position: relative;
    z-index: 2;
    padding: 10px 30px 10px 315px; }
    .reviews .review .p_content:before {
      z-index: 2;
      display: block;
      position: absolute;
      content: '';
      height: 100%;
      width: 1px;
      background: #e1e1e1;
      left: 285px;
      top: 0; } }
@media screen and (max-width: 500px) {
  .reviews .review .p_content {
    padding: 10px; }
    .reviews .review .p_content p {
      margin-top: 0; } }

/*# sourceMappingURL=css.css.map */


.modal * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.modal {
	position: fixed;
    z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow-y: auto;
	text-align: center;
}
.modal .modal-layer {
	position: fixed;
    z-index: 801;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}
.modal:after {
	content: '';
	display: inline-block;
	height: 100%;
	width: 0;
	vertical-align: middle;
}
.modal-border {
	display: inline-block;
	max-width: 970px;
	padding: 10px;
	position: relative;
    z-index: 802;
	vertical-align: middle;
	background: #73bf00;
	background: -webkit-linear-gradient(54deg, #73bf00 0%, #eec67a 50%, #73bf00 100%);
	background: -moz-linear-gradient(54deg, #73bf00 0%, #eec67a 50%, #73bf00 100%);
	background: linear-gradient(54deg, #73bf00 0%, #eec67a 50%, #73bf00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#73bf00', endColorstr='#73bf00', GradientType=1);
}
.modal-body {
	background-color: #fff;
	padding: 30px;
	position: relative;
}
.modal-body .close-btn {
    display: block;
    width: 25px;
    height: 25px;
	padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    background: url(/img/theme/close2.png) center no-repeat;
	border: none;
	outline: 0;
	cursor: pointer;
}
.modal-header {
	display: inline-block;
	margin-bottom: 30px;
	padding: 0 40px;
	position: relative;
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	color: #00aaff;
}
.modal-header:before,
.modal-header:after {
	content: '';
	display: block;
	height: 3px;
	margin-top: -6px;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 13px;
	right: 13px;
	background-color: #00aaff;
}
.modal-header:after {
	margin-top: 2px;
	left: -3px;
	right: -3px;
}
.modal-header span {
	display: block;
	padding: 0 7px;
	position: relative;
	z-index: 2;
	background-color: #fff;
}
.cart-items {
	text-align: left;
	border: 1px #73bf00 solid;
	font-size: 16px;
	color: #353535;
}
.cart-items td {
	padding: 20px 10px;
}
.cart-items tr + tr td {
	border-top: 1px #73bf00 solid;
}
.cart-items .item-img {
	text-decoration: none;
}
.cart-items .item-img img {
	max-width: 100%;
}
.cart-items .item-name {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
	color: inherit;
}
.cart-items .item-size {
	margin: 0 0 10px;
	white-space: nowrap;
}
.cart-items .item-delivery {
	margin: 0 0 10px;
	white-space: nowrap;
}
.item-delivery:before {
    margin-right: 8px;
    margin-left: 0;
}
.cart-items .item-number {
	margin: 0 0 10px;
	white-space: nowrap;
}
.cart-items .item-number label {
	vertical-align: middle;
	margin-right: 10px;
}
.cart-items .item-number input {
	display: inline-block;
	width: 35px;
	vertical-align: middle;
	text-align: center;
	padding: 5px;
	font-size: 16px;
	color: #858585;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.04);
	border: 1px rgba(0, 0, 0, 0.1) solid;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.cart-items .item-sum {
	margin: 0;
	font-size: 24px;
}
.modal-footer {
	padding: 20px 0;
	text-align: center;
	background-color: #fcf5e6;
}
.modal-btn {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	max-width: 255px;
	margin: 0 19px;
	padding: 10px;
	border: 1px rgba(0,0,0,0.1) solid;
	outline: 0;
	font-family: 'pf_din_medium', sans-serif;
	font-size: 16px;
    white-space: nowrap;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.modal-btn.btn-red {
	border-radius: 20px;
    background: #00aaff;
    color: #fff;
}
.modal-btn.btn-yellow {
	background: #73bf00;
	border-radius: 20px;
	color: #fff;
	margin-top:10px !important;
}

.product-img {
	float: left;
	width: 410px;
	height: 340px;
	margin-bottom: 15px;
	border: 1px #73bf00 solid;
	text-align: center;
	overflow: hidden;
}
.product-img:after {
	content: '';
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}
.product-img img {
	display: inline-block;
	max-width: 95%;
	vertical-align: middle;
}
.product-data {
	float: left;
	width: 470px;
	min-height: 340px;
	margin-bottom: 15px;
	padding: 40px 25px 15px 25px;
	background-color: #fcf5e6;
	overflow: hidden;
}
.product-properties {
	float: left;
	width: 100%;
	max-width: 190px;
	background-color: #fff;
	border: 1px #e1e1e1 solid;
	font-size: 18px;
	border-spacing: 0;
	table-layout: fixed;
}
.product-properties td {
	padding: 10px;
}
.product-properties td:first-child {
	width: 100px;
	text-align: left;
}
.product-properties td:last-child {
	text-align: right;
	padding-left: 0;
}
.product-properties tr + tr td {
	border-top: 1px #e1e1e1 solid;
}
.product-features {
	float: left;
	max-width: 190px;
	margin-left: 30px;
}
.product-size {
	margin-bottom: 9px;
}
.product-size label {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	font-size: 18px;
}
.product-size select {
	display: inline-block;
	vertical-align: middle;
    width: 55px;
    height: 30px;
    padding: 0 41px 0 10px;
    box-sizing: content-box;
    font-size: 16px;
    background-position: center right 11px;
    background-image: url(/img/theme/arr_small.png);
}
.product-data .modal-btn {
	width: 100%;
	margin: 0 0 10px;
}
.buy-one-click input {
	width: 100%;
	padding: 17px 18px;
	color: #858585;
	font-size: 18px;
	text-align: center;
}
.buy-block .modal-btn {
	margin-top: 10px;
}
.product-price {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	font-size: 24px;
}
.product-old-price {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	color: #858585;
	text-decoration: line-through;
}
.product-link {
	margin: 0;
	text-align: center;
	clear: both;
	color: #00aaff;
	font-size: 18px;
}
.product-link:after {
	content: ' >';
}
.product-link a {
	color: inherit;
	text-decoration: underline;
}
.product-link a:hover {
	text-decoration: none;
}
.quick-view-btn {
	display: inline-block;
	width: 160px;
	margin-left: -80px;
	padding: 5px;
	position: absolute;
	z-index: 200;
	top: 100px;
	left: 50%;
	background-color: rgba(115, 191, 0, 0.8);
	border: none;
	outline: 0;
	color: #fff;
	opacity: 0;
    font-size: 14px;
	white-space: nowrap;
	cursor: pointer;
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: opacity 0.2s ease;
}
.product_brick .quick-view-btn {
	top: 180px;
}
.product_brick:hover .quick-view-btn,
.good_preview:hover .quick-view-btn {
	opacity: 1;
}
.quick-view-btn:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background: url(/img/theme/quick-view.png) no-repeat;
}

.good_preview_storages {
  position: absolute;
  bottom:125px;
  overflow: hidden;
  width:100%;
  border-top:#e1e1e1 solid 1px;
  padding:0 30px;
  line-height:49px;
  box-sizing: border-box;
}

.product_brick_storages {
  position: absolute;
  bottom:135px;
  overflow: hidden;
  left:0;
  right:0;
  border-top:#e1e1e1 solid 1px;
  border-bottom:#e1e1e1 solid 1px;
  padding:0 30px;
  line-height:49px;
  box-sizing: border-box;
}
@media screen and (min-width: 450px) and (max-width: 1250px) {
  .good_preview_storages {
    bottom:160px;
    padding:0 10px;
  }
  .product_brick_storages {
    padding:0 10px;
  }
}

.storage_add_btns > div {
  position: relative;
}

.storage_add_btns > div:before {
  content: '';
  display: block;
  position: absolute;
  left:0;
  top:50%;
}

.storage_add_btns .favorites {
  float: left;
  padding-left:19px;
  color: #5f5f5f;
}

.storage_add_btns .compare {
  float: right;
  padding-left:21px;
  color: #5f5f5f;
}

.storage_add_btns .favorites:before {
  background-image: url(/img/theme/icons/favorites.png);
  width:14px;
  height:13px;
  margin-top:-7px;
}

.storage_add_btns .compare:before {
  background-image: url(/img/theme/icons/compare.png);
  width:16px;
  height:16px;
  margin-top:-8px;
}

.storage_add_btns a {
  color: inherit;
}

.storage_add_btns .storage_good_status {
  display: none;
  position: absolute;
  bottom:0;
  color: #000;
  background: #fff;
  left:0px;
  right:0px;
  text-align: center;
}
.storage_add_btns .storage_good_status a {
  text-decoration: underline;
}

.product_info .product_meta .good_page_storages {
  border-bottom:none;
}

.product_info .product_meta .good_page_storages  {
  position: relative;
  padding:22px 30px;
}

.good_page_storages .storage_good_status  {
  height:100%;
  background: #fcf5e6;
  line-height:50px;
}

.good_page_storages .compare {
  float: left;
  margin-left:22px;
}

.goods.goods_favorites {
  margin-bottom:50px;
  border: none;
}

.goods.grid_view.goods_favorites .good_preview {
  width:23.25%;
  border:#73bf00 solid 1px;
  margin:10px;
  height: 533px;
}
@media screen and (min-width: 950px) and (max-width: 1250px) {
  .goods.grid_view.goods_favorites .good_preview {
    width: 22.8%;
  }
}
@media screen and (min-width: 710px) and (max-width: 949px) {
  .goods.grid_view.goods_favorites .good_preview {
    width: 30.3%;
  }
}
@media screen and (min-width: 500px) and (max-width: 709px) {
  .goods.grid_view.goods_favorites .good_preview {
    width: 45.7%;
  }
}
@media screen and (max-width: 499px) {
  .goods.grid_view.goods_favorites .good_preview {
    width: 95%;
  }
}

.goods.grid_view.goods_favorites .good_preview .product_brick_link,
.goods.grid_view.goods_compare .good_preview .product_brick_link {
  padding: 7px 35px;
}

.goods.grid_view.goods_favorites .good_preview .image img,
.goods.grid_view.goods_compare .good_preview .image img {
  padding:0;
}

.goods.grid_view.goods_favorites .good_preview .sizes,
.goods.grid_view.goods_compare .good_preview .sizes {
  top:235px;
}

.goods.grid_view.goods_favorites .good_preview .propetries {
  top:287px;
}

.storage_delete {
  position: absolute;
  display: block;
  background-image: url(/img/theme/icons/storage_delete.png);
  width:17px;
  height:17px;
  top:7px;
  right:7px;
}

.no_goods {
  display: none;
  text-align: center;
  font-size:1.2em;
  margin-bottom:50px;
}

.compare_title {
  color: #00aaff;
  font-size:30px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom:10px;
}

.compare_bar {
  float: left;
  width:26.9%;
  position: relative;
}
.compare_switches {
  padding-right:30px;
}
.compare_switches select {
  display: block;
  width:100%;
  margin-bottom:5px;
}
.compare_switches .btn {
  display: block;
  text-align: center;
  margin-bottom:5px;
  padding: 0.75em 1.5em;
  font-size:20px;
  box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}
.compare_clear {
  margin-top:15px;
}
.compare_clear a {
  color: #858585;
  position: relative;
  padding-left:22px;
}
.compare_clear a:before {
  content: '';
  display: block;
  position: absolute;
  left:0;
  top:1px;
  background-image: url(/img/theme/icons/storage_delete.png);
  width:17px;
  height:17px;
}
.compare_image {
  text-align: center;
  margin-top:21px;
}
.compare_param_titles {
  position: absolute;
  top:361px;
  left:0;
  right:0;
}

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

.compare_param_titles ul li {
  background: #fff;
  border-bottom: #ccc solid 1px;
  display: block;
  padding:8px 30px;
}

.compare_param_titles ul li:last-child {
  border-bottom: #ccc solid 1px;
}

.compare_body {
  float: right;
  width:73.1%;
  margin-bottom:70px;
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
  .compare_bar {
    width:33.3%;
  }
  .compare_body {
    width:66.7%;
  }
}

@media screen and (min-width: 525px) and (max-width: 799px) {
  .compare_bar {
    width:45%;
  }
  .compare_body {
    width:55%;
  }
}

@media screen and (min-width: 525px) and (max-width: 650px) {
  .compare_switches .btn {
    padding: 0.75em 0.1em;
  }
}

.goods.grid_view.goods_compare .good_preview_buy_block {
  bottom:auto;
  top:287px;
  padding-bottom:0;
}

.goods.grid_view.goods_compare .good_preview {
  height:556px;
}

.goods.grid_view.goods_compare .properties {
  position: absolute;
  top:360px;
  left:0;
  right:0;
}

.goods.grid_view.goods_compare .good_preview_namatrasnik  {
  height:400px;
}
@media screen and (min-width: 525px) and (max-width: 1250px) {
  .goods.grid_view.goods_compare .good_preview {
    height:590px;
  }
  .goods.grid_view.goods_compare .good_preview_namatrasnik  {
    height:434px;
  }
  .goods.grid_view.goods_compare .properties {
    top:394px;
  }
  .compare_param_titles {
    top: 395px;
  }
}

.goods.grid_view.goods_compare .properties ul {
  margin: 0;
  padding:0;
  list-style: none;
}

.goods.grid_view.goods_compare .properties ul li {
  border-bottom: #e1e1e1 solid 1px;
  display: block;
  text-align: center;
  padding:8px;
}

.goods.grid_view.goods_compare .good_preview  {
  border-bottom:none;
}
.goods.grid_view.goods_compare .good_preview .properties:after {
  content: '';
  display: block;
  position: absolute;
  height:1px;
  left:0;
  right:0;
  bottom:0;
  background: #73bf00;
  z-index:3;
}

.goods.grid_view.goods_compare .properties ul li:last-child {
  border-color:#fff;
}

.goods.goods_compare .owl-stage-outer {
  border-left:solid #73bf00 1px;
}


.goods.goods_compare .owl-stage {
  margin-left:-1px;
}

.goods.goods_compare .owl-stage-outer .owl-item:first-child .good_preview {
  border-left:none;
}

.goods.grid_view.goods_compare .owl-nav {
  position: absolute;
  bottom:100%;
  margin-bottom:16px;
  right:0px;
  height:28px;
  width:64px;
}

.goods.grid_view.goods_compare .owl-nav .owl-prev {
  transform: scaleX(-1);
  top:0;
  left:0;
  right:auto;
}

.goods.grid_view.goods_compare .owl-nav .owl-next {
  top:0;
  transform: none;
  right:0;
  left: auto;
}
@media screen and (max-width: 524px) {
  .compare_bar {
    float: none;
    width:auto;
    padding:0 15px 20px 15px;
  }
  .compare_body {
    float: none;
    width:auto;
  }
  .compare_switches {
    padding-right:0;
  }
  .compare_param_titles {
    top: 680px;
  }
  .compare_param_titles ul li {
    border-bottom: none;
    background: transparent;
    padding:8px;
  }
  .compare_param_titles ul li:last-child {
    border-bottom: none;
  }
  .goods.grid_view.goods_compare .good_preview .good_preview_buy_block .price,
  .goods.grid_view.goods_compare .good_preview .good_preview_buy_block .buy_btn{
    display: block;
    clear: none;
    width: auto;
    position: relative;
  }
  .goods.grid_view.goods_compare .good_preview .good_preview_buy_block .price, .goods.grid_big_view .good_preview .good_preview_buy_block .price {
    float: left;
    position: relative;
    top: 10px; }
  .goods.grid_view.goods_compare .good_preview .good_preview_buy_block .buy_btn, .goods.grid_big_view .good_preview .good_preview_buy_block .buy_btn {
    float: right; }
  .goods.grid_view.goods_compare .properties ul li {
    text-align: right;
  }
}
.podbor .podbor-field label:after {
	background:url(/images/vop.png)
}
@media (min-width: 180px) {
.top_bar ul li {
    width: 13.97%;
	    text-align: center;
		padding-left:0;
		padding-right:0
}
.uli {
margin-bottom: 30px
}
.top_bar ul li a span {
	display:none
}
.top_bar ul li a.wholesale:before {
    top: 2px;
}
.top_bar ul li a:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    height: 19px;
    display: inline-block;
    margin-right: 0;
    padding-top: 2px;
    position: relative;
}
.header .wrapper .logo {
    float: left;
    width: 100%;
}
.uli {
	display: block !important;
    border: none !important;
    position: relative !important;
    padding-top: 0 !important;
    top: 8px !important;
}
.uli li {
	display: block !important;
    width: 100% !important;
    float: none !important;
}
.uli li a:before {
	display:none !important
}
.ulil {top: 0 !important;
	display: block !important;
    border: none !important;
    padding: 0 !important;
}
.top_menu .wrapper > ul > li > a.mattresses::after {
	border-left:1px solid red
}
ul .vir:first-child {
	width:45% !important
}
ul .vir:nth-child(2) {
	width:15% !important;
	float:left !important;
	padding: 0 !important;
}
ul .vir:nth-child(2) .uli,ul .vir:nth-child(4) .uli {
	padding:0 !important
}
ul .vir:nth-child(3) {
	width:25% !important
}
ul .vir:nth-child(4){
	width:15% !important
}
.ulil li {
	display: inline-block !important;
	float: left !important;
    width: 50% !important;
    padding: 0 !important;
}
.uli li a {
font-weight: normal;
font-size: 18px;
    text-transform: capitalize;
}
.top_menu .wrapper > ul > li > ul > li ul li {
    width: 100%;
    display: block;
    padding: 5px 14px;
}
.top_menu .wrapper > ul > li {
	width: 100%;
    padding-top: 8px;
	margin-bottom: 12px;
    box-sizing: border-box;
}
.top_menu .wrapper > ul > li > a {
	font-size: 12px;
    margin-top: 0 !important;
    height: 40px;
    line-height: 40px;
}
.header .wrapper .phones_recall {
    width: 100%;
    margin: 0;
	margin-top: 8px;
    padding: 0;
}
.header .wrapper .header_storages {
    width: 100%;
}
.header_storages div {
	width: 33.3333%;
    float: left;
}
.header .wrapper .logo a {
    margin: auto;
}
.header .wrapper .header_cart {
    margin-top: 0;
}
.header .wrapper .header_favorites:after {
    display: none
}
.top_bar ul li:last-child {
    width: 22%;
    text-align: center;
	padding-left: 0;
    padding-right: 0;
}
.header .wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}
.header .wrapper .phones:before {
    display: none
}
.header_compare:after {
    display: none
}
.top_menu .wrapper > ul {
    width: 100%;
}
.search_block {
    position: relative;
    padding-left: 0;
    width: 100%;
	margin-top: 26px;
    margin-bottom: 6px;
}
.md {
	display:none
}
.header .wrapper .recall {
    width: 100%;
    float: none;
}
.header .wrapper .phones {
    width: 100%;
    text-align: center;
    
}
.header .wrapper .header_storages {
    margin-left: 0;
    padding-top: 10px;
}
.header .wrapper .header_cart {
    text-align: right;
}
.header .wrapper .header_cart:before {
    right: 36%;
	left:auto
}
.header .wrapper .header_storages .header_compare {
    text-align: center;
}
.header .wrapper .header_storages .header_compare:before {
    display: none
}
#choose_city_btn::before {
    display: none
}
.top_bar ul li:last-child {
    display: none
}
.top_menu .wrapper > ul > li > a:before {
    width: 40px;
    height: 36px;
	top: 2px;
	left: -46px;
    background-size: 100%;
}
.top_menu .wrapper > ul > li > a {
    margin-left: 42px;
}
.top_menu .wrapper > ul > li ul a {
    color: #353535;
}
#choose_city_btn::before {
    content: '';
    display: inline-block;
    background: url(/img/theme/icons/header/form1.png);
    width: 19px;
    height: 17px;
    top: 0
}
.container {
    max-width: 1250px;
    margin: 0 auto;
}

.header .wrapper .header_storages .storage_link:before {
	display:none
}
.header .wrapper .header_cart:before {
	display:none
}
.header .wrapper .header_storages .header_compare {
    padding-left: 0
}
.header .wrapper .header_cart {
    padding-left: 0
}
.header .wrapper .header_storages .header_favorites {
    padding-left: 0
}
}
@media (min-width: 320px) {
.sect {
	padding: 0;
    list-style: none;
    text-align: center;
}
.kaj {
	margin-bottom: 30px !important
}
.gy div.ui-dropdownchecklist {
	height: 100% !important;
		width:100% !important
}
.gy .ui-dropdownchecklist .ui-dropdownchecklist-dropcontainer {
	height: 100% !important;
}
.vloz {
	display: none;
	padding: 0;
    list-style: none;
}
.krug {
	display:none;
	position: absolute;
        right: 14px;
    top: 18px;
    width: 18px;
    height: 18px;
    line-height: 15px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.krug span {
	color: #fff;
    font-size: 35px;
}
.zam {margin:0;text-align: left;padding: 8px 0;
    padding-left: 5px;}
.krugp {
	position: absolute;
    right: 14px;
    top: 18px;
    width: 18px;
    height: 18px;
	line-height:17px;
    border: 2px solid #73bf00;
    border-radius: 50%;
}
.cent img {
	padding-right: 10px;
    position: relative;
    top: 4px;
}
.krugp span {
	color: #73bf00;
    font-size: 25px;
}
.cent {
	position: relative;
	cursor: pointer;
    border: 1px solid #73bf00;
	margin-bottom:11px
}
.vloz li {
	display: inline-block;
    width: 100%;
    text-align: left;
    padding: 5px 6px;
}
.vloz img {
	top: -2px !important;
}
.vloz li a {
	color: #000;
	border-bottom: none;
}
.vloz li a:hover {
	color: #00aaff;
    text-decoration: underline;
}
.vej {
	color: #d2201d;
    font-size: 12px;
    font-weight: 600;
}
.top_bar ul li {
    width: 13.985%;
	    text-align: center;
		padding-left:0;
		padding-right:0
}
.sidebar-page .yt {
    display: none !important;
}
.catalog_podbor {
	width: 100%;
    display: none;
    position: relative;
    right: auto;
    left: auto;
    padding: 0;
}
.lol {
	display:none
}
.top_menu .wrapper > ul > li > ul > li {
    width: 100%;
}
.top_bar ul li a span {
	display:none
}
.top_bar ul li a.wholesale:before {
    top: 2px;
}
.top_bar ul li a:before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    height: 19px;
    display: inline-block;
    margin-right: 0;
    padding-top: 2px;
    position: relative;
}
.header .wrapper .logo {
    float: left;
    width: 100%;
}
.uli {
	display: block !important;
    border: none !important;
    position: relative !important;
    padding-top: 0 !important;
    top: 8px !important;
}
.uli li {
	display: block !important;
    width: 100% !important;
    float: none !important;
}
.uli li a:before {
	display:none !important
}
.ulil {top: 0 !important;
	display: block !important;
    border: none !important;
    padding: 0 !important;
}
.top_menu .wrapper > ul > li > a.mattresses::after {
	border-left:1px solid red
}
ul .vir:first-child {
	width:100% !important
}
ul .vir:nth-child(2) {
	width:100% !important;
	float:left !important;
	padding: 0 !important;
}
ul .vir:nth-child(2) .uli,ul .vir:nth-child(4) .uli {
	padding:0 !important;
	margin-bottom: 20px;
}
ul .vir:nth-child(3) {
	width:100% !important
}
ul .vir:nth-child(4){
	width:100% !important
}
.ulil li {
	display: inline-block !important;
	float: left !important;
    width: 100% !important;
    padding: 0 !important;
}
.uli li a {
font-weight: normal;
font-size: 18px;
    text-transform: capitalize;
}
.top_menu .wrapper > ul > li > ul > li ul li {
    width: 100%;
    display: block;
    padding: 5px 14px;
}
.top_menu .wrapper > ul > li {
	width: 100%;
    padding-top: 8px;
	margin-bottom: 12px;
    box-sizing: border-box;
}
.top_menu .wrapper > ul > li > a {
	font-size: 18px;
    margin-top: 0 !important;
    height: 40px;
    line-height: 40px;
}
.header .wrapper .phones_recall {
    width: 100%;
    margin: 0;
	margin-top: 8px;
    padding: 0;
}
.header .wrapper .header_storages {
    width: 100%;
}
.header_storages div {
	width: 33.3333%;
    float: left;
}
.header .wrapper .logo a {
    margin: auto;
}
.header .wrapper .header_cart {
    margin-top: 0;
}
.header .wrapper .header_favorites:after {
    display: none
}
.top_bar ul li:last-child {
    width: 22%;
    text-align: center;
	padding-left: 0;
    padding-right: 0;
}
.header .wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}
.header .wrapper .phones:before {
    display: none
}
.header_compare:after {
    display: none
}
.top_menu .wrapper > ul {
    width: 100%;
}
.search_block {
    position: relative;
    padding-left: 0;
    width: 100%;
	margin-top: 26px;
    margin-bottom: 6px;
}
.md {
	display:none
}
.header .wrapper .recall {
    width: 100%;
    float: none;
}
.header .wrapper .phones {
    width: 100%;
    text-align: center;
    margin: 0;
}
.header .wrapper .header_storages {
    margin-left: 0;
    padding-top: 10px;
}
.header .wrapper .header_cart {
    text-align: right;
}
.header .wrapper .header_cart:before {
    right: 36%;
	left:auto
}
.header .wrapper .header_storages .header_compare {
    text-align: center;
}
.header .wrapper .header_storages .header_compare:before {
    display: none
}
#choose_city_btn::before {
    display: none
}
.top_bar ul li:last-child {
    display: none
}
.top_menu .wrapper > ul > li > a:before {
    width: 40px;
    height: 36px;
	top: 2px;
	left: -46px;
    background-size: 100%;
}
.top_menu .wrapper > ul > li > a {
    margin-left: 42px;
}
.top_menu .wrapper > ul > li ul a {
    color: #353535;
}
#choose_city_btn::before {
    content: '';
    display: inline-block;
    background: url(/img/theme/icons/header/form1.png);
    width: 19px;
    height: 17px;
    top: 0
}
.container {
    max-width: 1250px;
    margin: 0 auto;
}
.header .wrapper .header_storages .storage_link:before {
	display:none
}
.header .wrapper .header_cart:before {
	display:none
}
.header .wrapper .header_storages .header_compare {
    padding-left: 0
}
.header .wrapper .header_cart {
    padding-left: 0
}
.header .wrapper .header_storages .header_favorites {
    padding-left: 0
}
.hover:hover .poi {
	display:block
}
.bel {
	position: relative;top: 0
}
.uli {
margin-bottom: 30px
}
.wrapper-borders .podbor .podbor-field {
position: relative;
    width: 100%;
    margin-left: 0;
    display: inline-block;
	float: none;
}
.qr {
	float: right !important;
    position: relative !important;top: 0;left: 0
}
.ce {
    width: 100% !important;
}
.lot {
	display:block !important;
	margin: 0;
    padding: 6px 0;
    background: #00aaff;
}
.loy {
	display:none !important
}
}
@media (min-width: 768px) {
	.header .wrapper .header_cart {
    padding-left: 42px;
}
.vloz li a:hover {
	text-decoration: underline;
}
.vloz li:hover {
	cursor: default
}
.kaj {
	margin-bottom: -40px !important
}
.zam {
    text-align: center;
    padding-left: 0
}
.vloz img {
	top: -2px !important;
}
.lot {
	display:none !important
}
.loy {
	display:block !important
}
.gy div.ui-dropdownchecklist {
	height: auto !important;
		width:100% !important
}
.gy .ui-dropdownchecklist .ui-dropdownchecklist-dropcontainer {
	height: auto !important;
}
.tg .podbor-field {
    margin-left: 0 !important
}
.tg .vt {
    top: 0;
}
.tg .ce {
    width: 100% !important;
}
.sale-banners {
    display: none;
}
.ce {
    width: 46.5% !important;
}
.qr {
    float: right !important;
    position: relative !important;
    top: 40px;
    left: -30px;
}
.wrapper-borders .podbor .podbor-field {
position: relative;
    width: 22%;
    margin-left: 25px;
    display: inline-block;
	float: none;
}
.sidebar-page .yt {
    display: block !important;
}
.podbor .podbor-field label {
    font-size: 10px;
}
.sidebar-page .yt {
    font-size: 14px !important;
}
.uli {
margin-bottom: -40px
}
.bel {
	position: relative;top: -118px
}
.top_menu .wrapper > ul > li > ul > li {
    width: 20%;
}
.top_bar ul li {
    width: 14.15%;
	    text-align: center;
		padding-left:0;
		padding-right:0
}
.header .wrapper .header_storages .header_compare {
    padding-left: 42px;
}
.header .wrapper .header_storages .header_favorites {
    padding-left: 40px;
}
.header .wrapper .header_cart:before {
	display:block
}
.header .wrapper .header_storages .storage_link:before {
	display:block
}
.header .wrapper .logo a {
    margin: 0;
}
.top_menu .wrapper > ul > li.hover > ul {
    display: block;
}
.top_bar ul li a:before {
    margin-right: 10px;
}
.top_bar ul li a span {
	display:inline-block;
}
.header .wrapper .logo {
    float: left;
    width: 33%;
}
.uli {
	display: block !important;
    border: none !important;
    position: relative !important;
    padding-top: 0 !important;
    top: 8px !important;
}
.uli li {
	display: block !important;
    width: 100% !important;
    float: none !important;
}
.uli li a:before {
	display:none !important
}
.ulil {top: 0 !important;
	display: block !important;
    border: none !important;
    padding: 0 !important;
}
.top_menu .wrapper > ul > li > a.mattresses::after {
	border-left:1px solid red
}
ul .vir:first-child {
	width:45% !important
}
ul .vir:nth-child(2) {
	width:15% !important;
	float:left !important;
	padding: 0 !important;
}
ul .vir:nth-child(2) .uli,ul .vir:nth-child(4) .uli {
	padding:0 !important
}
ul .vir:nth-child(3) {
	width:25% !important
}
ul .vir:nth-child(4){
	width:15% !important
}
.ulil li {
	display: inline-block !important;
	float: left !important;
    width: 50% !important;
    padding: 0 !important;
}
.uli li a {
font-weight: normal;
font-size: 12px;
text-transform: initial;
}
.top_menu .wrapper > ul > li > ul > li ul li {
    width: 100%;
    display: block;
    padding: 5px 14px;
}
.top_menu .wrapper > ul > li {
	width: 24%;
    padding-top: 8px;
    box-sizing: border-box;
	margin-bottom: 0;
}
.top_menu .wrapper > ul > li > a {
	font-size: 12px;
    margin-top: 0 !important;
    height: 40px;
    line-height: 40px;
}
.header .wrapper .phones_recall {
    width: 67%;
    margin: 0;
	margin-top: 8px;
    padding: 0;
}
.header .wrapper .header_storages {
    width: 100%;
}
.header_storages div {
	width: 27.6%;
    float: left;
}
.header .wrapper .header_cart {
    margin-top: 0;
}
.header .wrapper .header_favorites:after {
    display: none
}
.top_bar ul li:last-child {
    width: 22%;
    text-align: center;
	padding-left: 0;
    padding-right: 0;
}
.header .wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}
.header .wrapper .phones:before {
    display: none
}
.header_compare:after {
    display: none
}
.top_menu .wrapper > ul {
    width: 62%;
}
.search_block {
    position: relative;
    padding-left: 30px;
    width: 33.5%;
	margin-top: 8px;
    margin-bottom: 0;
}
.md {
	display:none
}
.header .wrapper .recall {
    float: right;
	width: auto;
}
.header .wrapper .phones {
    margin-left: 11%;
	text-align:left;
	width: auto;
}
.header .wrapper .header_storages {
    margin-left: 0;
    padding-top: 10px;
}
.header .wrapper .header_cart {
    text-align: right;
}
.header .wrapper .header_cart:before {
    right: 36%;
	left:auto
}
.header .wrapper .header_storages .header_compare {
    text-align: center;
}
.header .wrapper .header_storages .header_compare:before {
    display: none
}
#choose_city_btn::before {
    display: none
}
.top_bar ul li:last-child {
    display: none
}
.top_menu .wrapper > ul > li > a:before {
    width: 40px;
    height: 36px;
	top: 2px;
	left: -46px;
    background-size: 100%;
}
.top_menu .wrapper > ul > li > a {
    margin-left: 42px;
}
.top_menu .wrapper > ul > li ul a {
    font-size: 12px;
    color: #353535;
}
.catalog_podbor {
	display: none;
    position: absolute;
	right: 1%;
	width:23%;
	left:auto;
    padding: 0;
}
.lol {
	display:block;
	font-size: 14px;
	z-index: 999999;
	right: 1%;
	left:auto;
    position: absolute;
    display: inline-block;
    width: 23%;
    margin: 0;
    padding: 6px 0;
    background: #00aaff;
}
.wrapper-borders .podbor .podbor-field {
    position: relative;
    width: 28%;
    margin-left: 25px;
    display: inline-block;
    float: none;
}
.vt {top: 21px}
.sect {
	padding: 0;
    list-style: none;
    text-align: center;
}
.vloz {
	display: none;
	padding: 15px 0;
    list-style: none;
}
.krug {
	display:none;
	position: absolute;
    right: 14px;
    top: 14px;
    width: 25px;
    height: 25px;
	line-height:21px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.krug span {
	color: #fff;
    font-size: 35px;
}
.zam {margin:0}
.krugp {
	position: absolute;
    right: 14px;
    top: 12px;
    width: 25px;
    height: 25px;
	line-height:24px;
    border: 2px solid #73bf00;
    border-radius: 50%;
}
.cent img {
	padding-right: 10px;
    position: relative;
    top: 4px;
}
.krugp span {
	color: #73bf00;
    font-size: 25px;
}
.cent {
	position: relative;
	cursor: pointer;
    border: 1px solid #73bf00;
	margin-bottom:11px
}
.vloz li {
	display: inline-block;
	float: left;
    width: 33%;
	text-align: left;
    padding: 5px 6px;
    box-sizing: border-box;
}
.vloz li a {
	color: #000;
	text-align: left;
}
.vej {
	color: #d2201d;
    font-size: 24px;
    font-weight: 600;
}
.gy .podbor-field {
    margin-left: 0 !important;
}
.gy .vt {
    top: 0;
}
.gy .ce {
	width:100%!important
}
}
@media (min-width: 992px) {
.top_bar ul li {
    width: 11%;
	    text-align: center;
		padding-left:0;
		padding-right:0
}
.gy .podbor-field {
    margin-left: 0 !important;
}
.gy .ce {
    width: 100% !important;
}
.sale-banners {
    display: block;
}
.tg .podbor-field {
    margin-left: 0 !important
}
.vt {top: 0}
.qr {
    float: right !important;
    position: relative !important;
    top: 12px;
    left: 0;
}
.wrapper-borders .podbor .podbor-field {
    position: relative;
    width: 22%;
    margin-left: 25px;
    display: inline-block;
    float: none;
}
.catalog_podbor {
	display: none;
    position: absolute;
	left: 1%;
    right: 0;
    padding: 0;
}
.lol {
	font-size: 29px;
	z-index: 999999;
	left: 1%;
	right:0;
    position: absolute;
    display: inline-block;
    width: 23%;
    margin: 0;
    padding: 6px 0;
    background: #00aaff;
}
.podbor .podbor-field label {
    font-size: 12px;
}
.top_menu .wrapper > ul > li > a {
    margin-left: 70px;
}
.top_menu .wrapper > ul > li > a:before {
    content: '';
    display: block;
    position: absolute;
    left: -70px;
    top: -9px;
    width: 62px;
    height: 56px;
    background-position: center center;
    background-repeat: no-repeat;
}
.top_bar ul li:last-child {
    display: inline-block;
}
#choose_city_btn::before {
    content: '';
    display: inline-block;
    background: url(/img/theme/icons/header/form1.png);
    width: 19px;
    height: 17px;
    top: 2px;
}
.header .wrapper .header_storages .header_compare:before {
    display: inline-block;
}
.header .wrapper .header_storages .header_compare {
    text-align: left;
}
.header .wrapper .header_cart:before {
    right: 0;
	left: 0;
}
.header .wrapper .header_cart {
    text-align: left;
}
.header .wrapper .header_storages {
    margin-left: 0;
    padding-top: 4px;
    position: relative;
    padding-left: 20px;
}
.header .wrapper .recall {
    position: relative;
    padding-left: 2px;
    display: inline-block;
    float: left;
	width: auto;
}
.header .wrapper .phones_recall {
    margin-top: 6px;
}
.header .wrapper .phones {
    display: inline-block;
    float: left;
    font-size: 1.3333em;
    position: relative;
    padding-top: 0;
    margin-top: 8px;
    margin-right: 32px;
    font-weight: bold;
}
.header .wrapper .phones_recall {
    /*padding-left: 46px;*/
}
.header .wrapper .logo {
    float: left;
    width: 20%;
}
.uli {
	display: block !important;
    border: none !important;
    position: relative !important;
    padding-top: 0 !important;
    top: 8px !important;
}
.uli li {
	display: block !important;
    width: 100% !important;
    float: none !important;
}
.uli li a:before {
	display:none !important
}
.ulil {top: 0 !important;
	display: block !important;
    border: none !important;
    padding: 0 !important;
}
.top_menu .wrapper > ul > li > a.mattresses::after {
	border-left:1px solid red
}
ul .vir:first-child {
	width:45% !important
}
ul .vir:nth-child(2) {
	width:15% !important;
	float:left !important;
	padding: 0 !important;
}
ul .vir:nth-child(2) .uli,ul .vir:nth-child(4) .uli {
	padding:0 !important
}
ul .vir:nth-child(3) {
	width:25% !important
}
ul .vir:nth-child(4){
	width:15% !important
}
.ulil li {
	display: inline-block !important;
	float: left !important;
    width: 50% !important;
    padding: 0 !important;
}
.uli li a {
	font-size: 18px;
font-weight: normal;
}
.top_menu .wrapper > ul > li ul a {
    font-size: 18px;
    color: #353535;
}
.top_menu .wrapper > ul > li > ul > li ul li {
    width: 100%;
    display: block;
    padding: 5px 14px;
}
.top_menu .wrapper > ul > li {
	width: 24%;
    padding-top: 8px;
    box-sizing: border-box;
}
.top_menu .wrapper > ul > li > a {
	font-size: 14px;
    margin-top: 0 !important;
    height: 40px;
    line-height: 40px;
}
.header .wrapper .phones_recall {
    width: 37%;
}
.header .wrapper .header_storages {
    width: 38%;
}
.header_storages div {
	width: 21%;
    float: left;
}
.header .wrapper .header_cart {
    margin-top: 0;
}
.header .wrapper .header_favorites:after {
    display: none
}
.top_bar ul li:last-child {
    width: 22%;
    text-align: center;
	padding-left: 0;
    padding-right: 0;
}
.header .wrapper {
    padding-top: 30px;
    padding-bottom: 20px;
}
.header .wrapper .phones:before {
    content: '';
    display: block;
    position: absolute;
    top: 1px;
    left: -42px;
    background: url(/img/theme/icons/header/phones.png);
    width: 32px;
    height: 32px;
}
.header_compare:after {
    display: none
}
.top_menu .wrapper > ul {
    width: 62%;
}
.search_block {
    position: relative;
    padding-left: 30px;
    width: 34.5%;
}
.header .wrapper .phones {
    margin-left: 0;
	margin-right: 8px;
}
.md {
	display:none !important
}
.sidebar-page .yt {
    font-size: 29px !important;
}
.sect {
	padding: 0;
    list-style: none;
    text-align: center;
}
.vloz {
	display: none;
	padding: 15px 0;
    list-style: none;
}
.krug {
	display:none;
	position: absolute;
    right: 14px;
    top: 14px;
    width: 25px;
    height: 25px;
	line-height:21px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.krug span {
	color: #fff;
    font-size: 35px;
}
.zam {margin:0}
.krugp {
	position: absolute;
    right: 14px;
    top: 12px;
    width: 25px;
    height: 25px;
	line-height:24px;
    border: 2px solid #73bf00;
    border-radius: 50%;
}
.cent img {
	padding-right: 10px;
    position: relative;
    top: 4px;
}
.krugp span {
	color: #73bf00;
    font-size: 25px;
}
.cent {
	position: relative;
	cursor: pointer;
    border: 1px solid #73bf00;
	margin-bottom:11px
}
.vloz li {
	display: inline-block;
    width: 20%;
	text-align: left;
    padding: 5px 0;
}
.vloz li a {
	color: #000;
}
.vej {
	color: #d2201d;
    font-size: 24px;
    font-weight: 600;
}
}
@media (min-width: 1200px) {
	.search_block {
    position: relative;
    padding-left: 30px;
    width: 34%;
}
.sect {
	padding: 0;
    list-style: none;
    text-align: center;
}
.vloz {
	display: none;
	padding: 15px 0;
    list-style: none;
}
.krug {
	display:none;
	position: absolute;
    right: 14px;
    top: 14px;
    width: 25px;
    height: 25px;
	line-height:21px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.krug span {
	color: #fff;
    font-size: 35px;
}
.zam {margin:0}
.krugp {
	position: absolute;
    right: 14px;
    top: 12px;
    width: 25px;
    height: 25px;
	line-height:24px;
    border: 2px solid #73bf00;
    border-radius: 50%;
}
.cent img {
	padding-right: 10px;
    position: relative;
    top: 4px;
}
.krugp span {
	color: #73bf00;
    font-size: 25px;
}
.cent {
	position: relative;
	cursor: pointer;
    border: 1px solid #73bf00;
	margin-bottom:11px
}
.vloz li {
	display: inline-block;
   width: 33%;
    padding: 5px 0;
	padding-left: 8px;
}
.vloz li a {
	color: #000;
	text-align: left;
}
.vej {
	color: #d2201d;
    font-size: 24px;
    font-weight: 600;
}
.sidebar-page .yt {
    font-size: 29px;
}
.catalog_podbor:before {display:none}
.lol {display:none !important}
.catalog_podbor {
    right: 0;
    margin-bottom: 20px;
    padding-right: 20px;
	display: inline-block;
    position: relative;
}
.podbor .podbor-field label {
    font-size: 18px;
}
.top_bar ul li a.wholesale:before {
    top: 3px;
}
.header .wrapper .phones {
    margin-left: 0;
	width: auto;
}
.md {
	display:inline-block !important;
}
.top_bar ul li {
    width: 10%;
	    text-align: center;
		padding-left:0;
		padding-right:0
}
.top_menu .wrapper > ul {
    width: 63%;
}
.header .wrapper {
    padding-top: 25px;
    padding-bottom: 20px;
}
.header_compare:after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #73bf00;
    right: 10px;
    top: 50%;
    margin-top: -22px;
}
.header .wrapper .header_favorites:after {
    display: block;
    position: absolute;
    content: '';
    width: 1px;
    height: 50px;
    background: #73bf00;
    right: 10px;
    top: 50%;
    margin-top: -22px;
}
.header .wrapper .logo {
    float: left;
    width: 20%;
}
.uli {
	display: block !important;
    border: none !important;
    position: relative !important;
    padding-top: 0 !important;
    top: 8px !important;
}
.uli li {
	display: block !important;
    width: 100% !important;
    float: none !important;
}
.uli li a:before {
	display:none !important
}
.ulil {top: 0 !important;
	display: block !important;
    border: none !important;
    padding: 0 !important;
}
.top_menu .wrapper > ul > li > a.mattresses::after {
	border-left:1px solid red
}
ul .vir:first-child {
	width:45% !important
}
ul .vir:nth-child(2) {
	width:15% !important;
	float:left !important;
	padding: 0 !important;
}
ul .vir:nth-child(2) .uli,ul .vir:nth-child(4) .uli {
	padding:0 !important
}
ul .vir:nth-child(3) {
	width:25% !important
}
ul .vir:nth-child(4){
	width:15% !important
}
.ulil li {
	display: inline-block !important;
	float: left !important;
    width: 50% !important;
    padding: 0 !important;
}
.uli li a {
font-weight: normal;
}
.top_menu .wrapper > ul > li > ul > li ul li {
    width: 100%;
    display: block;
    padding: 5px 14px;
}
.top_menu .wrapper > ul > li {
	width: 24%;
    padding-top: 8px;
    box-sizing: border-box;
}
.top_menu .wrapper > ul > li > a {
	font-size: 18px;
    margin-top: 0 !important;
    height: 40px;
    line-height: 40px;
}
.header .wrapper .phones_recall {
    width: 31%;
    margin-left: 18px;
}
.header .wrapper .header_storages {
    width: 41%;
    margin-left: 20px;
}
.header_storages div {
	width: 24%;
    float: left;
}
.header .wrapper .header_cart {
    margin-top: 0;
}
.top_bar ul li:last-child {
    width: 29%;
    text-align: center;
	padding-left: 0;
    padding-right: 0;
}
}
#ddcl-1-ddw > .ui-dropdownchecklist-dropcontainer.ui-widget-content {
	max-height: 290px !important;
}
#ddcl-1-ddw  > .ui-dropdownchecklist-dropcontainer.ui-widget-content {
	max-height: 280px !important;
}

@media screen and (max-width: 900px) {
.modal-border {max-width:100%; box-sizing: border-box;}
.modal-header {font-size:18px;}
.modal-body {padding: 30px 10px;}
.modal-btn {margin: 0 10px;}
.cart-items td {padding: 10px 5px;}
.cart-items .item-name {font-size: 15px; line-height: 100%; display: block; width:100%;}
.product_info .product_meta .selectors .size_label:before, .item-size:before,
.product_info .product_meta .selectors .d_label:before, .item-delivery:before {display:none;}
.cart-items td {max-width:33%!important;}
.cart-items {font-size: 14px;}

.catalog_podbor.visible {display:block!important;}

.product-img {float: none; max-width:100%;}
.product-data {padding: 30px 10px; max-width:100%; width:100%;}
.product-properties {max-width:100%;}
.product-properties {float:none;}
.product-features {float:none; max-width:100%; margin: 0; margin-top: 20px;}

	}

.recall_block .recall_form .index-h span:before {
    background: url(/img/theme/left_h_black.png) no-repeat;
    right: 100%;
    margin-right: 10px;
}
.recall_block .recall_form .index-h span:after {
    background: url(/img/theme/right_h_black.png) no-repeat;
    left: 100%;
    margin-left: 10px;
}
