.header__phone {
  display: block;
  margin: 0 0 3px;
  padding: 0 0 0 27px;
  font-size: 20px;
  line-height: 22px;
  font-weight: bold;
  color: #1d1d1b;
  position: relative;
  white-space: nowrap;
}

.req__item {
  width: calc(50% - 10px);
}

.flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.jcsb {
  justify-content: space-between;
}

.comparison-icon {
  z-index: 3;
}

.basket a {
  height: 100%;
  width: auto;
}

.top_form_ajax {
  z-index: 100;
  border: 1px solid #cdcdcd;
  top: 30px;
  left: 0;
  opacity: 1
}

.top_form_ajax ._ajax_form_ {
  width: 265px;
  display: block;
}

.top_form_ajax ._ajax_form_ > * {
  display: block;
}

.bx_page {
  padding-left: 0;
  padding-right: 0;
}

.main-holder h2 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}

.main-holder h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.main-holder p {
  margin-bottom: 10px;
}

.modal_wrapper .close_modal {
  z-index: 3;
}

.main {
  min-width: 280px;
}

.footer__phone {
  font-size: 20px;
  white-space: nowrap;
  font-weight: bold;
}

.header__phone:after {
    position: absolute;
    top: 6px;
    left: 0;
    content: "";
    background: url(/css/../images/sprite.png) no-repeat -240px -27px;
    height: 12px;
    width: 12px;
}

.area-panel._fixed {
  /*шарики*/
  top:0%;
   /*шарики*/
  z-index: 1001;
}

.desktop-hidden {
  display: none;
}

.basket__list > li > div > em {
  display: none;
  text-decoration: underline;
  margin-bottom: 1em;
  font-size: 12px;
}

.accordion-3 .product ul li > div > em {
  display: none;
}

.overlay {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  pointer-events: none
}

.fixed .overlay {
  opacity: 1;
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.4s, visibility 0.4s linear 0.4s;
  transition: opacity 0.4s, visibility 0.4s linear 0.4s;
  visibility: visible;
  cursor: pointer;
  z-index: 21;
  position: fixed;
  top: 0;
  right: 0;
  max-height: 100%;
  height: 100%;
  width: 100%;
}

.fixed {
  overflow: hidden;
}

/*Toogle main-style */
span.toggle {
  height: 25px;
  width: 30px;
  display: none;
  position: absolute;
  left: 20px;
  top: 12px;
  cursor: pointer;
  z-index: 8;
}

.toggle__line--wrapper {
  width: 100%;
  height: 100%;
}

.toggle__line--wrapper em {
  display: block;
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  position: absolute;
  left: 0;
  width: 100%;
  height: 5px;
  top: 10px;
  background: #0191c1;
}
.toggle__line--wrapper em:first-child {
  top: 0;
}
.toggle__line--wrapper em:last-child {
  top: 20px;
}

/*Toogle animate-style */
.fixed .toggle__line--first, .fixed .toggle__line--three {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  -webkit-transition: 800ms ease all;
  transition: 800ms ease all;
  top: 10px;
}

.fixed .toggle__line--three {
  -webkit-transform: rotateZ(-45deg);
          transform: rotateZ(-45deg);
}

.fixed .toggle__line--wrapper em {
  position: absolute;
  top: 10px;
}
.fixed .toggle__line--wrapper em.toggle__line--three {
  top: 10px;
}

.fixed .toggle__line--wrapper em.toggle__line--two {
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
  opacity: 0;
  -webkit-transition: 400ms ease all;
  transition: 400ms ease all;
}

/*Animate */
@-webkit-keyframes animate {
  15% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  30% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  65% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes animate {
  15% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  30% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  50% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  65% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.fixed .js-toggle {
  -webkit-animation: animate 1500ms ease;
  animation: animate 1500ms ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/*Animate */

/*Toogle end-styles */


.slick-prev {
  background: url(/css/../images/sprite.png) no-repeat 0 -178px;
  left: 20px;
}

.slick-prev, .slick-next {
  width: 57px;
  height: 57px;
  z-index: 99;
}

.slick-next {
  right: 20px;
  background: url(/css/../images/sprite.png) no-repeat -57px -178px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:active, .slick-prev:focus,  .slick-prev:visited {
  background: url(/css/../images/sprite.png) no-repeat 0 -178px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.slick-next:hover, .slick-next:active, .slick-next:focus,  .slick-next:visited {
  background: url(/css/../images/sprite.png) no-repeat -57px -178px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}


.carousel-2 .mask .slideset {
  width: 100%;
  float: none;

}

.carousel-2 .mask {
  width: 100%;
  min-width: 280px;
  max-width: 1235px;
}

.carousel-2 .mask .slide.color-1 {
  padding-left: 0;
}

.carousel-2 .mask .slide img {
  max-width: 100%;
  width: auto !important;
  height: auto !important;
 }

 .carousel-2 .mask .slide div div, .carousel-2 .mask .slide div {
  width: 100%;
 }

 .carousel-2 .mask .slide {
  height: 290px;
 }

 input.btn-form-newsletter:hover {
  background: url(/css/../images/sprite.png) no-repeat 0 -128px;
 }

 .nav-list li {
  -webkit-transition: none;
  transition: none;
 }

 .nav-list li:nth-child(4) {
  left: -1px;
 }

 .nav-list li.wid-1:hover {
    margin: -6px -4px -5px -6px;
 }

 .nav-list li:hover {
  margin: -1px 0 0 -1px;
  padding: 10px 10px 12px 16px;
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
  -webkit-filter: none;
          filter: none;;
 }

 .tab-box div img {
  -webkit-transform: scale(0.97);
          transform: scale(0.97);
  filter: none;
  -webkit-filter: blur(0px);
  -moz-filter: blur(0px);
  -ms-filter: blur(0px);
  filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
 }

 .filter__button {
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  background: #0191c1;
  color: #fff;
  width: 100%;
  display: none;
 }

 .interesting .slick-prev, .interesting .slick-next {
  top: 126px;
 }

 .interesting .slick-initialized .slick-slide {
    float: left;
    background: #fff;
    border: 1px solid #e0e0e0;
    color: #1d1d1b;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    padding: 10px 11px 18px 19px;
    box-sizing: border-box;
    position: relative;
 }

.interesting .slick-initialized .slick-slide:hover {
  border: 1px solid #0191c1;
}

.carousel-4 .slide:hover {
    margin: 0;
    padding: 10px 11px 18px 19px;
    -webkit-transform: scale(1.03);
            transform: scale(1.03);
    z-index: 5;
}

.carousel-4 .slide:hover a.toBasket {
  display: block;
}

.carousel-4 .slick-list {
  padding: 30px 0;
}

.carousel-4 {
  margin-bottom: 0;
  height: auto;
}

.modal-content {
  width: 80%;
}

.photo-zoom-container .product_cart_img {
  text-align: center;
}

.product_cart_img img {
  display: block;
  max-width: 100%;
  position: relative;
}

  .carousel-4 {
    min-width: 280px;
    margin: 0;
    padding: 3px;
    overflow: hidden;
  }

  .carousel-4 .slick-list {
    overflow: visible;
  }

  .lk-tab2-head span {
    width: 16.6666%;
    margin: 0;
    float: none;
  }

  .lk-tab2 ul li * {
    width: 16.6666% !important;
    margin: 0 !important;
    float: none !important;
  }

  .lk-tab1-panel {
    padding: 20px 0;
  }

  .lk-tab1-panel span, .opener span {
    width: 16.6666%;
    display: block;
    min-height: 15px;
    margin-right: 0 !important;
  }

  .lk-tab1-panel strong, .lk-tab1-panel span, .lk-tab1-panel em, .lk-tab1-panel i, .lk-tab1-panel b {
    margin-right: 0;
  }

  .ac-puy {
    padding-left: 0;
  }

  .accordion-3 a {
    padding: 20px 0;
    box-sizing: border-box;
  }

  .accordion-3 a span.ac-order {
    padding-left: 20px;
    box-sizing: border-box;
  }

  a.opener span em {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
  }

  a.opener span {
    position: relative;
  }


/*Adaptive*/

@media(max-width: 1260px) {

  #header .info em .top_form_ajax {
    left: auto !important;
    right: 50%;
    margin-right: -153px;
    top: 50%;
    margin-top: -165px;
    z-index: 1001;
  }


  .flex, .nav-list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .jcsb {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .aic {
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }


  body, .area-panel-holder {
    min-width: 320px;
  }

  .area-panel-holder {
    padding-left: 0;
  }

  .adaptive-inner {
    padding: 0 20px;
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 1235px;
    box-sizing: border-box;
  }

  .top-banner {
    display: none;
  }

  .footer-area-holder {
    padding: 0;
    background: none;
    min-width: 280px;
  }

  .footer-area {
    background: none;
  }

  footer .adaptive-inner {
    background: #f6f6f6;
    padding: 40px 20px 0 20px;
  }

  footer .footer-holder .adaptive-inner {
    padding-top: 0;
    background: #f0f0f0
  }

  .footer-holder-box {
    min-width: 320px;
  }

  .footer-area-holder:after {
    display: none;
  }

  .area-box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0;
  }

  .area-box:after {
    display: none;
  }

  .area-content-holder {
    min-width: 320px;
    padding: 0 20px;
    box-sizing: border-box;
  }

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

  #search {
    width: calc(100% - 254px) !important;
  }

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

  .info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .info span {
    text-align: right;
  }

  #header .info em {
    position: static;
    width: 100%;
    margin-left: 0;
    text-align: right;
  }

  #nav > li:not(:first-child) {
    float: none;
    margin-left: 0;
    display: inline-block;
  }

  #nav > li:not(:last-child) {
    margin-right: 15px;
  }

  .info {
    padding-right: 0;
  }

  .nav-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tab-content {
    box-sizing: border-box;
    padding: 0 20px;
  }

  .nav-list li {
    width: 25%;
    box-sizing: border-box;
  }

  .nav-list li.wid-1 {
    width: calc(50% - 2px);
    height: auto;
    border-right: none;
  }

  .wid-1 i.decor3 {
    position: absolute;
    bottom: 10px;
    top: auto;
  }

  .nav-list li.wid-1 ._inner_li .form-3+div a {
    position: absolute;
    bottom: 20px;
    top: auto;
    right: 15px;
  }

  .nav-list li.wid-1 .form-3 {
    position: absolute;
    top: auto;
    bottom: 50px;
    right: 15px;
  }

  .nav-list li.wid-1 .vendor-code {
    display: block;
    position: absolute;
    top: 35px;
  }

  .nav-list ._inner_li .form-3+div a, .nav-list li span {
    margin-left: auto;
    margin-right: auto;
  }

  .boxes-holder {
    padding: 30px 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .carousel-2 {
    min-width: 280px;
  }

  .main-catalog {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .columns.main-catalog .column {
    float: none;
    margin-right: 0;
    width: calc(25% - 15px);
  }

  .link-holder2 ul.staticheight {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .link-holder2 ul.staticheight > li {
    width: 20%;
  }

  .kart-area {
    padding: 0 20px;
    box-sizing: border-box;
  }

  .carousel-3 {
    float: none;
    display: block;
    margin: 0 auto 15px auto;
  }

  .interesting h3 {
    margin-left: 0;
  }

  .interesting {
    padding-left: 20px;
    padding-right: 20px;
  }

  .kart-tabs .tab-content, .tabset-3 {
    padding-right: 0;
    padding-left: 0;
  }

  .kart-tabs .tab-content {
    padding-top: 10px;
  }

  .inline-blocks > div {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 15px;
  }

  .cart-block > ymaps {
    width: 100% !important;
  }

  .main-holder {
    min-width: 280px;
    padding: 0 20px;
    box-sizing: border-box;
  }

  #m3tab1 input.btn-2 {
    width: 100%;
    margin: 30px 0 0 0;
    line-height: 40px;
  }


}



@media(max-width: 1070px) {


  .accordion-3 .product ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
    width: 100%;
    overflow: hidden;
  }

  .accordion-3 .product ul li:after {
    display: none;
  }

  .accordion-3 .product ul li > div > em {
    display: block;
    white-space: nowrap;
    font-size: 12px;
    text-decoration: underline;
    margin-bottom: 10px;
  }

  .product-text div {
    display: block;
  }

  .product-head {
    display: none;
  }

  .product-text {
    width: 25%;
  }

  .product-price, .product-pecent, .product-quantity, .product-sum {
    text-align: left;
    width: 15%;
    display: block;
    margin: 0;
    box-sizing: border-box;
    background: none;
  }

  .product-panel {
    padding: 20px;
    box-sizing: border-box;
  }

  .sub-row {
    padding: 20px 0;
    box-sizing: border-box;
    min-width: 280px;
    max-width: 100%;
    margin: 0;
  }

  .row-2 textarea {
    width: 100%;
    box-sizing: border-box;
    min-width: 280px !important;
    margin: 20px 0;
  }

  .row-1 strong {
    margin-bottom: 20px;
  }

  .row-1 {
      margin: 0 0 30px;
  }

  .row-4 em, .row-7 em, .row-8 em {
    width: 100%;
    float: none;
    display: block;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 30px;
    height: 30px;
  }

  .row-4 em input, .row-7 em input {
    height: 100%;
    width: 100%;
  }

  .row-5 {
    float: none;
    margin: 0;
  }

}




@media(max-width: 1023px) {

  body .bx_filter .bx_ui_slider_track {
    height: 10px;
    position: relative;
    z-index: 15;
  }

  body .bx_filter .bx_ui_slider_handle.left, body .bx_filter .bx_ui_slider_handle.right {
    top: -3px;
    z-index: 16;
    position: absolute;
    height: 22px;
    width: 22px;
    background: #2c2c2a;
    border-radius: 50%;
  }

  body .bx_filter .bx_ui_slider_handle.right:hover, body .bx_filter .bx_ui_slider_handle.right:active, body .bx_filter .bx_ui_slider_handle.left:hover, body .bx_filter .bx_ui_slider_handle.left:active {
    height: 22px;
    width: 22px;
    top: -4px;
    border-radius: 50%;
  }

  .search-page {
    padding: 0;
    width: 100%;
  }

  .search-page form input[type="text"] {
    width: calc(50% - 5px);
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .search-page form input[type="submit"] {
    height: 30px;
    line-height: 30px;
    width: calc(50% - 5px);
  }

  .desktop-hidden {
    display: block;
  }

  .desktop-hidden {
    display: none;
  }

  .open-close {
    display: none;
  }

  #rh-snippet {
    display: none !important;
  }

  #nav {
    float: none;
    margin: 0;
  }

  #nav li {
    float: none;
    font-size: inherit;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0;
  }

  #nav li.back {
    line-height: 35px;
  }

  span.toggle {
    display: block;
  }

  .area-block {
    z-index: 19;
    min-width: 200px;
    max-width: 1023px;
  }

  .area-panel {
    position: relative;
    z-index: 25;
  }

  .search input {
    min-width: 200px;
    width: calc(100% - 30px);
  }

  .fixed .area-panel, .area-panel._fixed {
    border-bottom: 1px solid rgba(50, 50, 50, 0.23);
  }

  .footer-holder-box {
    min-width: 280px;
    width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    text-align: center;
  }

  .login {
    margin-left: 45px;
  }

  .action-holder {
    min-width: 280px;
    box-sizing: border-box;
  }

  .bx_filter_parameters_box {
    transition: 0.4s ease all;
  }

  .bx_filter_parameters_box.active {
    min-height: 110px;
  }

  .bx_filter_parameters_box.active .bx_filter_parameters_box_title {
    padding-left: 5px;
  }

  .bx_filter_parameters_box .bx_filter_parameters_box_title {
    transition: 0.4s ease all;
  }


    /*Menu-stiles */
  .multilevelMenu {
    position: fixed;
    top: 52px;
    left: 0;
    width: 300px;
    height: 100%;
    background: #fff;
    box-sizing: border-box;
    overflow-y: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 400ms linear;
    transition: -webkit-transform 400ms linear;
    transition: transform 400ms linear;
    transition: transform 400ms linear, -webkit-transform 400ms linear;
    will-change: transform;
    z-index: 23;
    overflow-y: auto;
  }

  .fixed .multilevelMenu {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 400ms linear;
    transition: -webkit-transform 400ms linear;
    transition: transform 400ms linear;
    transition: transform 400ms linear, -webkit-transform 400ms linear;
  }

  .multilevelMenu ul {
    padding: 0;
    margin: 0;
    width: 300px;
    height: 100%;
    position: relative;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 400ms linear;
    transition: -webkit-transform 400ms linear;
    transition: transform 400ms linear;
    transition: transform 400ms linear, -webkit-transform 400ms linear;
    background: #fff;
  }

  .multilevelMenu > ul {
    height: auto;
  }

  .multilevelMenu > ul > li:first-child {
    padding-top: 10px;
  }

  .multilevelMenu ul ul {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    opacity: 0;
  }

  .multilevelMenu ul ul.active-menu {
    opacity: 1;
    z-index: 3;
  }

  .multilevelMenu ul.close-list {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 400ms linear;
    transition: -webkit-transform 400ms linear;
    transition: transform 400ms linear;
    transition: transform 400ms linear, -webkit-transform 400ms linear;
  }

  .multilevelMenu li {
    list-style-type: none;
    float: none;
    display: block;
  }

  .multilevelMenu a {
    text-decoration: none;
    color: #1d1d1b;
    display: block;
    width: 100%;
    padding: 7px 70px 7px 10px;
    position: relative;
    box-sizing: border-box;
  }

  #nav a:hover {
    text-decoration: none;
  }

  .arrow {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 5px;
    top: 0;
    height: 100%;
    width: 45px;
    cursor: pointer;
    line-height: 25px;
    font-size: 1.5rem;
    text-align: center;
    color: #0191c1;
    border: 2px solid #0191c1;
    z-index: 2;
  }

  .back {
    list-style-type: none;
    padding: 0 10px;
    text-align: right;
    height: 35px;
    line-height: 35px;
    color: #fff;
    background: #0191c1;
    cursor: pointer;
  }

  .header__top, .header__top .inner {
    height: 40px;
    z-index: 22;
    position: relative;
    background: #fff;
  }

  #search {
    width: 100% !important;
    float: none;
  }

  .search:hover {
    border: 1px solid #e0e0e0;
  }

  .search {
    padding: 8px 10px;
    height: auto;
    min-height: 35px;
    box-sizing: border-box;
  }

  .carousel-1 {
    min-width: 280px;
    margin-left: 0;
  }

  #nav > li:not(:last-child) {
    margin-right: 0;
  }

  .nav-list li, .nav-list li.wid-1 {
    padding: 10px 10px 12px 16px;
    width: 33.33333%;
    box-sizing: border-box;
  }

  .nav-list li:hover {
    margin: -1px 0 0 -1px;
    padding: 10px 10px 12px 16px;
    border: 1px solid #d8d8d8;
    box-sizing: border-box;
    -webkit-transform: none;
            transform: none
  }

  .nav-list .form-3, .nav-list .form-3+div {
    display: block;
  }

  li.bx_catalog_item_container:hover ._inner_li {
    border: none;
    box-shadow: none;
    position: static;
    width: auto;
    padding: 0
  }

  li.bx_catalog_item_container:hover ._inner_li .bx_catalog_item_title.tab-block {
    width: 100%;
  }

  li.bx_catalog_item_container.wid-1 .tab-section {
    width: 100%;
  }

  li.bx_catalog_item_container.wid-1 .tab-section {
    float: none;
    box-sizing: border-box;
    padding: 5px 0 15px 0;
    height: 75px;
    overflow: hidden;
  }

  li.bx_catalog_item_container.wid-1 .bx_catalog_item_price, li.bx_catalog_item_container.wid-1 .bx_catalog_item_price:hover, .wid-1 i.decor3, .wid-1 i.decor3:hover, .nav-list li.wid-1 .form-3, .nav-list li.wid-1 .form-3:hover, .nav-list li.wid-1 ._inner_li .form-3+div a, .nav-list li.wid-1 ._inner_li .form-3+div a:hover, .nav-list li.wid-1 .vendor-code, .nav-list li.wid-1 .vendor-code:hover {
    position: static;
  }

  .nav-list li.wid-1 .form-3 {
    margin-top: 10px;
  }

  .nav-list li.wid-1 .tab-box div, .nav-list li.wid-1 .tab-box {
    width: 100%;
    height: auto;
    text-align: center;
    float: none;
    display: block;
  }

  .nav-list li.wid-1 .tab-box div {
    height: 160px;
  }

  .nav-list li.wid-1 .tab-box div img {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
  }

  .vendor-code, .nav-list li.wid-1 .vendor-code {
    text-align: center;
  }

  i.decor3, .wid-1 i.decor3 {
    max-width: 160px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
    box-sizing: border-box;
  }

  body li.bx_catalog_item_container.wid-1:hover ._inner_li {
    position: static;
    border: none;
    padding: 0;
  }

  .nav-list li.wid-1:hover {
    padding: 10px 10px 12px 16px;
  }

  li.bx_catalog_item_container.wid-1:hover .bx_catalog_item_price {
    position: static;
  }

  li .bx_catalog_item_price {
    text-align: center;
  }

  .nav-list li.wid-1 {
    margin-right: 0;
  }

  .boxes-holder {
    display: block;
    min-width: 320px;
    box-sizing: border-box;
  }

  .boxes-holder > div {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
    float: none;
    overflow: hidden;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .box .img-wr {
    width: 95px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }

  .brends {
    padding: 0 20px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }

  .carousel-2 {
    margin-bottom: 30px;
  }

  .news-section-holder {
    padding: 20px;
    box-sizing: border-box;
    min-width: 280px;
  }

  .nav-list {
    height: auto !important;
  }

  body .brends-section-holder {
    padding: 0;
  }

.brends-panel-holder, .popular-panel-holder, .news-panel-holder {
    padding: 20px;
    box-sizing: border-box;
    min-width: 280px;
    box-sizing: border-box;
  }

  .brends-section:after, .brends-section-holder:after {
    display: none;
  }

  .brends-section-holder ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .brends-section-holder ul li {
    width: 25%;
    margin: 0;
    padding: 0;
    text-align: center;
    height: auto;
    display: block;
  }

  .brends-section-holder {
    min-width: 300px;
  }

  .brends-section-holder ul li img {
    max-width: 90%;
  }

  .newsletter {
    min-width: 280px;
  }

  .nav-list li:nth-child(4) {
    left: 0
  }

  .columns.main-catalog .column {
    float: none;
    margin: 0;
    width: calc(50% - 15px);
  }

  .main-catalog {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .catalog-main-page {
    margin: 0;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .breadcrumbs-holder {
    min-width: 280px;
    box-sizing: border-box;
    padding: 0 20px;
  }

  .breadcrumbs-holder ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .breadcrumbs-holder ul:after, .breadcrumbs-holder:after {
    display: none;
  }

  .main-holder, .main {
    min-width: 280px;
    background: none;
  }

  .link-holder1 ul li:hover {
   border: 1px solid transparent;
    box-shadow: none
  }

  .link-holder2 ul.staticheight > li {
    width: calc(33.33333% - 7px);
    margin-bottom: 15px;
    min-height: auto;
  }

  .link-holder2 ul.staticheight > li:after, .nav-tab1-holder:after {
    clear: both;
    display: block;
    content: '';
  }

  .link-holder2 ul.staticheight > li {
    margin-right: 10px;
  }

  .link-holder2 ul.staticheight > li:nth-child(3n) {
    margin-right: 0;
  }

  .link-holder2 .nav-tab1-holder:hover {
    padding: 0 13px 11px 17px;
    border: 1px solid #d8d8d8;
    margin: 0;
  }

  .link-holder2 .nav-tab1-holder {
    height: auto;
    width: 100%;
    box-sizing: border-box;
  }

  a.toBasket {
    display: block;
    width: 100%;
  }

  .link-holder1 ul .tab-basket a.addtocart {
    /* display: none; */
  }

  .link-holder2 .nav-tab1-holder .form-3#hide {
    height: 100%;
    opacity: 1;
  }

  .link-holder2 .nav-tab1-holder .form-3#hide > span {
    margin: 0 auto;
    display: block;
  }

  .link-holder2 ul li {
    min-height: 385px;
  }

  .link-holder2 .nav-tab1-holder:hover .tab-block strong {
    max-height: 72px;
    overflow: auto;
  }

  .link-holder2 .tab-block-col ul li {
    text-align: center;
  }

  .link-holder2 li:nth-of-type(5n+1) .nav-tab1-holder:hover, .link-holder2 li:first-child .nav-tab1-holder:hover {
    margin: 0;
  }

  .content-panel {
    padding: 0 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .content-panel .form-2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0;
  }

  .content-panel .form-1 {
    position: absolute;
    left: 300px;
    top: 0;
    margin: 0;
  }

  .sort-block-catalog {
    position: relative;
  }

  .links li {
    padding: 20px;
  }

  .links {
    float: none;
    margin: 0;
    position: absolute;
    top: 0;
    right: 20px;
  }

  .content-panel {
    height: 52px;
    margin-bottom: 20px;
  }

  .link-holder2 .nav-tab1-holder {
    position: static;
  }

  #content {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
  }

  #sidebar {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 15px;
    height: auto;
    padding: 0 20px;
    box-sizing: border-box;
  }

  .navigation {
    padding: 20px;
    box-sizing: border-box;
  }

  body .bx_filter .bx_filter_search_button {
    box-sizing: border-box;
    margin-right: 0;
  }

  .bx_filter_parameters_box_container {
    text-align: center;
    margin-top: 15px;
  }

  .bx_filter_parameters_box_container input.bx_filter_search_reset {
    margin-right: 0;
  }

  .bx_filter_parameters_box_container input {
    margin: 0 auto;
    display: block;
  }

  .bx_filter_block .bx_filter_parameters_box_container {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 400px;
    position: relative;
    width: calc(100% - 10px);
    text-align: center;
    margin: 0 auto;
  }

  .bx_filter_block .bx_filter_parameters_box_container label {
    width: 30%;
  }

  body .bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
    margin-left: 0;
  }

  .bx_filter_parameters_box.active {
    background: none;
  }

  .sort strong {
    margin: 0;
  }

  body .bx_filter .bx_filter_parameters_box_title {
    padding: 0;
  }

  body .bx_filter .bx_ui_slider_track {
    margin: 0;
  }

  .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(2) {
    padding-left: 0;
    text-align: left;
  }

  .bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
    margin: 0;
  }

  .bx_filter_parameters_box_container_block:nth-child(3) {
    position: absolute;
    right: 0;
    top: 10px;
    text-align: right !important;
  }

  body .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(3) .bx_filter_input_container {
    text-align: right;
    position: relative;
  }

  body .bx_filter .bx_filter_parameters_box_container .bx_filter_parameters_box_container_block:nth-child(3) .bx_filter_input_container input {
    padding-right: 33px;
    text-align: right;
  }

  .measure-prop {
    right: 0;
    left: auto !important;
    top: 26px
  }

  body .bx_filter .bx_filter_parameters_box {
    padding: 10px 0;
  }

  h1.main_header {
    margin: 0;
    padding:0 20px 20px 20px;
    box-sizing: border-box;
  }

  .tabset-3 li {
    margin-right: 25px;
  }

  .tabset-3 li:last-child {
    margin-right: 0;
  }

  .tabset-3 li.active a {
    padding-bottom: 8px;
    font-size: 18px;
  }

  .tabset-3 a span {
    border: none;
    font-size: 18px;
  }

  .kart-tabs .tab-content h2 {
    margin-bottom: 30px;
  }

  .interesting .slick-initialized .slick-slide:hover {
    border: 1px solid #e0e0e0;
  }

  .carousel-4 .slide:hover {
    -webkit-transform: none;
            transform: none;
  }

  .interesting .slide a.to-basket, .interesting .slide #show.form-3, .kart-aside   a.to-basket, .kart-aside   #show.form-3, ._viewed    a.to-basket, ._viewed  #show.form-3 {
    display: block;
  }

  .carousel-4 .slide strong i {
    padding-bottom: 3px;
  }

  .carousel-4 .slide strong i, .nav-list li strong i {
    height: 19px;
  }

  .carousel-4 .slide span.jcf-number {
    margin: 0 auto 15px auto;
  }

  .popup-window {
    width: calc(100% - 10px);
  }

  .popup-window-titlebar-close-icon {
    right: 20px !important;
  }

  .popup-window-titlebar > div {
    position: relative;
    top: 10px;
    padding-left: 10px;
    font-weight: bold;
  }

  .lk-panel {
    padding: 20px;
  }

  .lk .tabset a {
    padding-bottom: 0.5em;
    font-size: 18px;
  }

  .lk .tabset a span {
    border: none;
  }

  .lk .tabset li {
    float: none;
    margin-right: 0;
  }

  .lk .tabset li:not(:last-child) {
    padding-right: 20px;
  }

  .lk .tabset {
    float: none;
    margin: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lk-tab2-head, .lk-tab2 ul li {
    padding: 20px;
  }

  .btn-3 {
    line-height: 40px;
  }

  .lk-tab2 ul {
    margin-bottom: 0;
  }

  .lk-tab2 ul li {
    white-space: nowrap;
  }

  .lk-tab3 .tab-list {
    padding: 20px 0 0 0;
  }

  .form-6-row {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-6-row:after {
    display: none;
  }

  .form-6-row span {
    margin-right: 0;
  }

  .lk-tab3 .multi-tabset {
    display: none;
  }

  #mtab3 .lk-tab3 .tab-list {
    margin-top: 100px;
  }

  .form-6-row-holder {
    float: none;
    margin: 0;
    width: calc(50% - 8px);
  }

  .form-6-row .form-6-row-holder span {
    width: 100%;
  }

  .form-6-row span {
    width: calc(33% - 8px);
    box-sizing: border-box;
    padding: 0 10px;
    height: auto;
    line-height: 2;
  }

  .form-6-row span:after {top: 11px;}

  .form-6-row-holder label {
    margin-left: 0;
  }

  .form-6-row-holder span input {
    width: 100%;
  }

  .form-6 {
    overflow: hidden;
  }

  .product-image {
    width: 100px;
  }

  .product-number {
    width: 30px;
  }

  .product-price, .product-pecent, .product-quantity, .product-sum {
    width: 13%;
  }

  .product-sum {
    padding-left: 0;
  }

  .basket__list > li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: auto;
  }

  .basket__list > li > div > em {
    display: block;
  }

  .form-basket-heading {
    display: none;
  }

  .basket__list > li > div div {
    display: block;
  }

  .wid-20 {
    padding-top: 20px;
    box-sizing: border-box;
  }

  .basket__list > li div {
    box-sizing: border-box
  }

  .basket__list > li > div {
    width: 20%;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    display: block;
    height: auto;
    max-height: 160px;
  }

  .basket__list > li > div.wid-20 {
    width: 40px;
    margin-right: 0;
  }

  .basket__list > li > div.wid-21, .basket__list > li > div.basket__name {
    width: calc(50% - 30px);
  }

  .wid-21 div img {
    margin: 0 auto;
  }

  .form-basket-section ul li {
    height: auto;
  }

  .wid-22.basket__name {
    padding-top: 20px;
    margin-right: 0;
  }

  .wid-22 div {
    height: auto
  }

  .form-basket .jcf-number input {
    margin-left: 5px;
  }

  .wid-26 {
    background: none;
  }

  .form-basket-sum {
    padding-left: 0;
  }

  .form-basket-panel {
    padding: 20px 20px 0 0;
  }

  .form-basket-panel ul li:first-child {
    width: 32%;
  }

  .form-basket-panel ul li {
    font-size: 20px;
    line-height: 47px;
  }

}



.lk-tab2 ul li em {
  display: none;
}



@media(max-width: 767px) {

  .main-holder #sidebar {
    padding: 0;
  }

  .search-page form input[type="text"] {
    width: 100%;
    float: none;
  }

  .search-page form input[type="submit"] {
    width: 100%;
    float: none;

  }

  .row-3 {
    width: 100%;
    float: none;
    display: block;
  }

  .distance-delivery-block {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    display: block;
  }

  .tabset-4 li {
    display: block;
    float: none;
    margin-right: 0;
  }

  .tabset-4 li:first-child, .row-6 {
    margin-bottom: 10px;
  }

  .tabset-4 {
    margin-bottom: 30px;
  }

  .tab-content {
    padding: 0;
  }

  .form-basket-panel ul li i {
    padding: 0 0 5px 0;
    width: 100%;
  }

  .form-basket-panel ul li.active {
    border-bottom: none;
  }

  .form-basket-panel ul li.full i:after {
    right: 0;
    top: 3px;
    left: auto;
  }

  .form-basket-panel ul li {
    float: none;
    display: block;
    line-height: 20px;
    padding: 0 10px;
    box-sizing: border-box;
    margin-bottom: 7px;
    text-align: left;
    width: 100%;
  }

  .form-basket-panel ul li:first-child {
    width: 100%;
  }

  .btn-back {
    display: none;
  }

  .form-basket-panel strong {
    font-size: 22px;
    line-height: 34px;
  }

  .form-basket-panel {
    padding-right: 10px;
  }

  .btn-order {
    float: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: block;
  }

  .btn-order em:after {
    display: none;
  }

  .wid-28, .wid-29, .wid-29 div, .wid-28 div {
    height: 100px;
    background: none;
  }

  .wid-29 strong {
    width: 24px;
    white-space: nowrap;
  }

  .wid-28 strong {
    background: none;
  }

  .nav-list li.wid-1:hover {
    margin: -1px 0 0 -1px;
  }

  .tabs__li {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .lk-tab2 ul li.tabs__li > * {
    width: 100% !important;
    margin-bottom: 10px !important;
    text-align: right;
    position: relative;
  }

  .lk-tab2 ul li.tabs__li > a {
    width: 65px !important;
    margin: 0 auto !important;
    border-bottom: none;
    box-sizing: border-box;
  }

  .lk-tab2 ul li.tabs__li > a span {
    width: 100% !important;
    border-bottom: none;
  }

  .lk-tab2 ul li.tabs__li > * em {
    display: inline-block;
    margin-right: auto;
    position: absolute;
    left: 0;
    text-align: left;
  }

  .lk-tab2-head {
    display: none;
  }

  .area-panel {
    height: 52px;
    overflow: hidden;
  }

  .popup-holder {
    text-align: right;
    position: absolute;
    right: 20px;
    z-index: 2;
  }

  .compare {
    padding: 0 0 0 10px;
    float: none;
    overflow: hidden;
    width: 25px;
    overflow: hidden;
    position: absolute;
    right: 200px;
    top: 3px;
    z-index: 8;
    background: none;
    height: 50px;
  }

  .basket a {
    background: none;
  }

  .compare span {
    line-height: 25px;
  }

  .compare span:after {
    top: 15px;
  }



  .compare:hover {
    padding: 0;
    margin: 0;
  }

  .basket {
    width: 100%;
    float: none;
  }

  .basket a {
    padding: 0;
    text-align: right;
    margin-left: auto;
    width: 100%;
    padding: 1.1em 1.5em;
    height: auto;
    box-sizing: border-box;
  }

  .basket a:hover {
    padding: 1.1em 1.5em;
    margin: 0;
  }

  .basket strong {
    float: none;
    margin: 0;
  }

  .basket strong:before {
    top: -4px;
  }

  .login {
    float: none;
    margin: 15px auto;
    text-align: right;
    padding-left: 0;
    position: absolute;
    left: 60px;
    top: -2px;
  }

  .login:after {
    display: none;
  }

  .login li {
    float: none;
    display: inline-block;
    position: relative;
  }

  .login li:first-child {
    padding-left: 32px;
  }


  .login li:first-child:before {
      position: absolute;
      top: 2px;
      left: 0;
      content: "";
      background: url(/css/../images/sprite.png) no-repeat -222px -1px;
      height: 16px;
      width: 18px;
  }

  .footer-area-columns, .footer-area:after {
    display: none;
  }

  .by {
    display: none;
  }

  .copy {
    float: none;
  }

  .footer-holder-box {
    background: none;
  }

  .carousel-1 {
    display: none;
  }

  .nav-list li{
    width: 50%;
  }

  .nav-list li.wid-1 {
    width: calc(50% - 1px);
  }

  .action-panel {
    padding: 20px;
  }

  .tabset-1 li.active a {
    padding-bottom: 7px;
  }

  .tabset-1 li a {
    font-size: 18px;
  }

  .tabset-1 li {
    margin-right: 25px;
  }

  .tabset-1 li:last-child {
    margin-right: 0;
  }

  .tabset-1 li a {
    border: none;
  }

  .brends-section-holder ul li {
    width: 33.3333%;
  }

  .brends-panel strong {
    font-size: 22px;
  }

  .news-column, .news-column-holder {
    width: 100%;
    float: none;
  }

  .news-column:nth-last-child(1) {
    display: none;
  }

  .news-content {
    margin-bottom: 20px;
  }

  .news img {
    margin-bottom: 20px;
  }

  .news-content strong a {
    font-size: 16px;
    line-height: 1.2;
  }

  .news-content p {
    line-height: 1.5;
  }

  .form-newsletter input[type="text"] {
    width: calc(100% - 215px);
    height: 50px;
    box-sizing: border-box;
  }

  .newsletter-holder {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .columns.main-catalog .column {
    width: 100%;
  }

  .main-catalog {
    display: block;
  }

  .columns.main-catalog .column ul {
    margin-bottom: 20px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 320px;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .columns.main-catalog .column ul > li {
    width: calc(50% - 10px);
  }

  .link-holder1 ul .tab-basket {
    float: none;
    margin: 0 auto 15px auto;
    padding-top: 0;
  }

  .link-holder1 ul li {
    padding: 0;
    box-sizing: border-box;
    margin-bottom: 15px;
  }

  .link-holder1 ul .tab-images {
    float: none;
    margin: 0 auto;
  }

  .link-holder1 ul .tab-basket strong {
    margin: 0;
    text-align: center;
  }

  .link-holder1 ul .tab-basket strong i {
    float: none;
    margin: 0;
  }

  .link-holder1 ul .tab-images img {
    margin-bottom: 15px;
  }

  .link-holder1 ul .tab-block-cols {
    border: 1px solid transparent;
    padding-top: 0;
  }

  .link-holder1 ul .tab-block-col ul li {
    padding: 0;
  }

  .link-holder1 ul .tab-images strong {
    position: static;
    margin-bottom: 15px;
  }

  .link-holder1 ul .tab-images strong a:after {
    left: 0;
  }

  .link-holder1 ul .tab-images strong a {
    padding-left: 21px;
  }

  .tab-block {
    margin-bottom: 0;
  }

  .link-holder1 ul .tab-block-panel strong {
    float: none;
    max-width: 100%;
    width: 100%;
  }

  .link-holder1 ul .tab-block {
    padding-top: 10px;
  }

  .link-holder1 ul .tab-block-panel {
    margin-bottom: 0;
  }

  .tab-block-panel em {
    margin: 15px 0;
  }

  .link-holder2 ul.staticheight {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
  }

  .link-holder2 ul.staticheight > li {
    width: calc(50% - 7px);
  }

  .link-holder2 ul.staticheight > li {
    margin-right: 0
  }

  .form-2 label {
    display: none;
  }

  .content-panel .form-1 {
    display: none;
  }

  .content-panel {
    display: block;
  }

  .column ul a {
    width: 100%;
    display: block;
  }

  .form-2 .jcf-select .jcf-select-text {
    padding: 0;
  }

  .form-2 .jcf-select .jcf-select-opener {
    width: 6px;
  }

  .form-2 .jcf-select {
    min-width: 150px;
  }

  .flexbox .form-1, strong.see-more-click, .flexbox em {
    display: none;
  }

  .flexbox strong {
    margin: 20px 0;
  }

  .flexbox {
    padding: 20px;
    box-sizing: border-box;
  }

  .filter__button {
    display: block;
    cursor: pointer;
  }

  .filter__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: 0.8s ease all;
    transition: 0.8s ease all;
  }

  .filter__content.active {
    max-height: 1500px;
  }

  #sidebar {
    background: none;
  }

  .bx_filter   .bx_filter_search_button, .bx_filter   .bx_filter_search_reset, .bx_filter   .bx_filter_search_button:hover, .bx_filter   .bx_filter_search_reset:hover {
    height: 40px;
    line-height: 40px;
    color: #fff;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0 !important;
    background-image: none;
  }

  .navigation .nav-col {
    float: none;
    width: 100%;
  }

  .breadcrumbs ul li {
    line-height: 18px;
    margin-right: 5px;
    padding-right: 9px;
  }

  .breadcrumbs ul li:last-child span {
    font-size: 12px;
  }

  .breadcrumbs ul li:after {
    top: 5px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .kart-area-box {
    width: 100%;
    padding: 0;
    display: block;
    float: none;
    margin-bottom: 15px;
    min-height: auto;
  }

  .kart-area-box ul {
    margin-bottom: 0;
  }

  .sub-kart-area {
    background: none;
  }

  .kart-area-box ul li > span, .tab-column ul li > span {
    float: none;
    display: block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    background-image: none;
  }

  .kart-area-box ul span i {
    background-color: #fff;
  }

  .kart-area-box ul:after, .kart-area-box ul li:after, .tab-column ul li:after {
    display: none;
  }

  .kart-area-box ul li, .tab-column ul li {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: url(/css/../images/bg-span2.jpg) repeat-x 0 80%;
  }

  .kart-area-box ul li em, .tab-column ul li em {
    text-align: right;
    width: auto;
    white-space: nowrap;
    background-color: #fff;
    padding-left: 3px;
    padding-bottom: 3px;
  }

  .kart-area-box ul span.skip_dots {
    background-color: #fff;
  }

  .kart-area-block {
    float: none;
    width: 100%;
  }

  .kart-area-block-panel a {
    margin-right: 15px;
  }

  .kart-area-block-area em {
    float: none;
  }

  .tab-column:first-child + * ul li em {
    width: auto;
  }

  .kart-area-block-area span {
    text-decoration: none;
  }

  .kart-area-block-area {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }

  .kart-area-block .form-3 .jcf-number {
    display: block;
    margin: 0 auto;
  }

  .kart-area-block-holder {
    padding-left: 0;
    text-align: center;
  }

  .kart-area-block-holder > a {
    margin: 0 auto 10px auto;
    display: block;
  }

  .kart-area-block-holder > a.btn-1 {
    width: 130px;
    margin-top: 15px;
  }

  .kart-area-block-area em {
    margin-right: 0;
  }

  .rating {
    left: 50%;
    margin-left: -67px;
  }

  .breadcrumbs ul a {
    font-size: 11px;
  }

  .kart-area-block-flexbox {
    padding: 0;
    text-align: center;
  }

  .kart-area-block-flexbox strong {
    width: 160px;
    margin: 0 auto 10px auto;
    white-space: nowrap;
  }

  .carousel-3, .mask {
    width: 100%;
  }

  .carousel-3 .mask .slide {
    opacity: 0;
    -webkit-transition: 0.4s ease all;
    transition: 0.4s ease all;
    float: none;
    width: 100%;
  }

  .carousel-3 .mask .slide.active {
    opacity: 1;
    width: 450px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -225px;
  }

  .carousel-3 .mask .slide div {
    width: 100% !important;
  }

  .carousel-3 .mask {
    position: static;
    width: 100%;
  }

  .carousel-3 .pagination {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  h1.main_header {
    font-size: 18px;
  }

  .tab-content .tab-column {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .tabset-3 a span {
    font-size: 14px;
  }

  .tabset-3 li {
    margin-right: 15px;
    max-height: 35px;
  }

  .tabset-3 {
    padding-top: 30px;
    margin-bottom: 15px;
  }

  .tabset-3 li.active a {
    padding-bottom: 3px;
  }

  .kart-tabs .tab-content {
    padding-top: 0;
  }

  .tabset-3 {
    height: auto;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tabset-3:after {
    display: none;
  }

  .kart-tabs .tab-content h2 {
    margin-bottom: 15px;
  }

  .kart-tabs .tab-content, .kart-tabs .tab-content * {
    font-size: 15px !important;
  }

  .kart-tabs .tab-content b br) {
    display: none;
  }

  .interesting h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .interesting {
    padding-top: 20px;
  }

  .main-holder h2 {
    font-size: 20px;
  }

  .page-404 {
    padding: 30px 0;
  }

  .button-404 {
    width: 100%;
    display: block;
    margin: 0;
    margin-bottom: 15px;
    padding: 0;
    box-sizing: border-box;
  }

  .page-404-inner {
    width: 100%;
  }

  a.opener span {
    text-align: right;
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 7px;
  }

  a.opener span:first-child {
    text-align: left;
    padding-left: 0 !important;
  }

  a.opener span em {
    display: block;
  }

  a.opener {
    display: block;
    box-sizing: border-box;
    padding: 20px 10px;
  }

  .ac-puy.ac-puy2._fix_:after {
    left: auto;
    right: 10px;
  }

  .ac-puy2 em {
    color: #1d1d1b
  }

  .lk-tab1-panel {
    display: none;
  }

  .accordion-3 .product ul li {
    display: block;
  }

  .accordion-3 .product ul li > div {
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    height: auto;
    margin-bottom: 15px;
  }

  .accordion-3 .product ul li > div div {
    height: auto;
    display: block;
    width: 100%;
    text-align: left;
  }

  .accordion-3 .product ul li > div > em {
    margin-bottom: 5px;
  }

  .accordion-3 .product ul li > div.product-number {
    display: none;
  }

  .product-panel-box2 {
    margin: 15px 0;
    padding: 0 20px;
    float: right;
    text-align: right;
    width: 140px;
  }

  .product-panel-box1, .product-panel-box2 span {
    display: none;
  }

  .product-panel-box2 strong {
    font-size: 24px;
  }

  .product-panel-box2 strong b:after {
    top: 14px;
  }

  .bx-registration-table td p{
    display: none;
  }

  #header .info em .top_form_ajax {
    margin-top: 0;
  }

  .basket__list > li > div {
    width: 25%;
  }

  .basket__list > li > div.wid-20 {
    display: none;
    margin-right: 0;
  }

  .basket__list > li > div.wid-21, .basket__list > li > div.basket__name {
    width: calc(40% - 30px);
    padding-top: 0;
    margin-bottom: 10px;
  }

  .basket__list > li {
    padding-top: 15px;
  }

  .nav-list {
    padding: 0 20px;
    box-sizing: border-box;
  }

  body {
    overflow-x: hidden;
  }


  .modal-content {
    padding-top: 0;
  }

  .product_cart_img {
    display: none;
  }

  #modalWindow .product_cart_img {
    display: block;
    width: 100%;
  }

  .product_description, .modal-content-padding .product_cart_img {
    float: none;
    width: 100%;
  }

  .modal-content-padding .product_cart_img {
    margin: 0 auto 10px auto;
    max-width: 150px;
  }

  .modal-content-padding label, .modal-content-padding input, .modal-content-padding textarea {
    width: 100% !important;
    display: block !important;
    float: none;
  }

  .modal-content-wrapper .panel-fast-order .summ-count {
    text-align: center;
    margin-bottom: 10px;
  }

.modal-content-wrapper  .panel-fast-order .product_description {
  margin-left: 0;
}

.modal-content-wrapper .panel-fast-order .product_description .title, .modal-content-wrapper .panel-fast-order .product_description .price {
  max-width: 100%;
  width: 100%;
  text-align: center;
}

#bx_catalog_compare_block {
  padding-left: 0;
  padding-right: 0;
}



  .product_description .article, .product_description .count, .product_description .price span {
    display: none;
  }

  .product_description .price {
    text-align: center;
  }

  .checkout_goods, .contined_shop {
    width: 100%;
  }

  /*.modal-content-padding {
    padding: 0;
  }*/

  .modal_wrapper .close_modal {
    right: 15px;
  }

  .title_cart {
    font-size: 1.2rem;
    margin-bottom: 20px;
    margin-top: 35px;
  }

  .product_description .title {
    font-size: 1rem;
  }


}


@media(max-width: 480px) {

  .rating {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .rating > * {
    margin-bottom: 0;
  }

  .basket a {
    background-position: right center;
    background-repeat: no-repeat;
    padding: 0;
    height: 52px;
    width: 60px;
    background-color: transparent;
  }

  .basket a:hover {
    padding: 0;
  }

  .basket a:after {
    display: none;
  }

  .basket a span,  .basket a strong{
    display: none;
  }

  .compare {
    right: 50px;
    top: 0;
    background: none;
    padding: 0;
  }

  .login {
    text-align: center;
  }

  .footer-area-holder {
    display: block;
  }

  .footer-area-info em {
    display: none;
  }

  .footer-area-holder > div {
    float: none;
    margin: 0 auto;
    text-align: center;
  }

  .footer-area-holder > div.footer-area-box {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-logo {
    margin: 0 auto;
  }

  .footer-area-box address {
    display: none;
  }

  .footer-area-box {
    width: 230px;
  }

  .footer-area-info strong {
    margin-bottom: 10px;
  }

  .footer-area-info span {
    margin-bottom: 7px;
  }

  .footer-area-info a {
    color: #1d1d1b;
  }

  .footer-area-holder {
    height: auto;
    padding-bottom: 25px;
  }

  .area-box {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
  }

  .area-box > a {
    margin: 0 auto 10px auto;
    display: block;
    float: none;
    text-align: center;
    margin-bottom: 0;
    width: 200px;
    height: 77px;
    -ms-background-position-y: -15px;
    background-position-y: -15px;
  }

  .info {
    float: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .info span {
    text-align: center;
    margin-left: 0;
  }

  #header .info em a {
    margin: 0 auto;
  }

  #header .info em {
    text-align: center;
    margin-top: 10px;
  }

  .header__phone {
    padding-left: 20px;
  }

  .info em a {
    border-bottom: 1px dotted #828282;
  }

  .nav-list li, .nav-list li.wid-1, .nav-list li.wid-1:hover, .nav-list li:hover {
    width: 100%;
    margin: 0 0 15px 0;
  }

  .nav-list li.wid-1 {
    border-right: 1px solid #d8d8d8;
  }

  .nav-list {
    height: auto !important;
    display: block !important;
  }

  .box .img-wr {
    width: 65px;
    margin-right: 10px;
  }

  .box .img-wr img {
    width: 100%;
  }

  .box > div {
    height: auto;
  }

  .brends-section-holder ul li {
    width: 50%;
  }

  .brends-panel a, .news-panel a {
    float: none;
    margin-left: 0;
  }

  .brends-panel strong, .news-panel strong {
    float: none;
    width: 100%;
    display: block;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .brends-panel-holder, .news-panel-holder {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .form-newsletter input[type="text"] {
    width: 100%;
    display: block;
    height: 50px;
    box-sizing: border-box;
  }

  .form-newsletter input {
    float: none;
  }

  .form-newsletter input[type="submit"] {
    background-color: #000;
    width: 100%;
  }

  .columns.main-catalog .column ul {
    display: block;
    max-height: 100%;
    overflow: auto;
  }

  .columns.main-catalog .column ul li {
    width: 100%
  }

  .link-holder2 ul.staticheight {
    display: block;
  }

  .link-holder2 ul.staticheight > li {
    width: 100%
  }

  .page-nav-block a, .page-nav-block span {
    margin: 0;
  }

  .page-nav-block span.forum-page-previous {
    margin-right: 8px;
  }

  .flexbox strong .page-nav-block a.forum-page-next {
    margin-left: 8px;
  }

  .carousel-3 .mask .slide img {
    width: 50%;
  }

  .carousel-3 .mask .slide div, .carousel-3, .mask, .carousel-3 .mask .slide{
    height: 300px !important;
  }
  .carousel-3 .pagination ul li:last-child {
    margin-right: 0;
  }

  .carousel-3 .pagination ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .carousel-3 .pagination ul:after {
    display: none;
  }

  .carousel-3 .mask .slide div div {
    position: relative;
    top: -40px;
  }

  .breadcrumbs ul li:after {
    top: 6px;
  }

  .tab-column ul li {
    background: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .tab-column ul li em, .tab-column ul li > span {
    width: 100%;
    text-align: left;
    display: block;
  }

  .tab-column ul li > span {
    margin-bottom: 5px;
  }

  .tab-column:first-child + * ul li em, .tab-column:first-child + * ul span {
    width: 100%;
  }

  h1.title-404 {
    font-size: 22px;
    line-height: 1.2em;
    margin: 20px 0;
  }

  .text-404 p {
    font-size: 16px;
  }

  .lk .tabset li {
    width: 100%;
  }

  .lk .tabset a.active, .lk .tabset a {
    padding-bottom: 0;
  }

  .lk-tab2 ul li.tabs__li > * em {
    position: static;
    display: block;
    text-align: left;
    margin: 0 auto 5px auto !important;
    width: 100% !important;
  }

  .lk-tab2 ul li.tabs__li > * {
    text-align: center;
    margin-bottom: 15px !important;
    text-align: left;
  }

  .form-6-row span input {
    width: 100%;
  }

  .form-6-row {
    display: block;
    width: 100%;
  }

  .form-6-row span {
    width: 100%;
    display: block;
    float: none;
  }

  .form-6-row > div {
    width: 100%;
    float: none;
    display: block;
    margin-bottom: 15px;
  }

  .bx-registration-table td, .bx-registration-table td p {
    display: block;
  }

  .bx-auth-reg td.two, .bx-auth-reg td input, .bx-auth-reg td input[type="text"], .bx-auth-reg td input[type="password"] {
    width: 100%;
    box-sizing: border-box;
  }

  .auth-reg-tr input {
    box-sizing: border-box;
  }

  .auth-reg-tr {
    width: 100%;
  }

  .auth-form {
    width: 100%;
    overflow: hidden;
  }

  .basket__list > li > div {
    width: 100% !important;
    text-align: left !important;
    display: block;
    float: none;
    height: auto !important;
    max-height: auto;
  }

  .wid-21 div img {
    margin: 0;
  }

  .wid-21 div, .wid-22 div, .wid-23 div, .wid-24 div, .wid-25 div, .wid-26 div, .wid-27 div {
    height: auto;
    margin-bottom: 10px;
  }

  .basket__list > li {
    display: block;
  }

  .form-basket .jcf-number input {
    margin-left: 55px;
  }

  .form-basket .jcf-number {
    width: 160px;
  }

  body {
    overflow-x: hidden;
  }

  .nav-list {
    padding: 0 20px;
    box-sizing: border-box;
  }


}

@media (max-width: 530px) {
  .bx-touch .bx_item_detail_rating .bx_stars_container {
      width: 68px;
      height: 15px;
      margin: 4px 0;
  }
  .req__wrapper {
    display: block;
  }
  .req__item {
    width: 100%;
    margin-bottom: 20px;
  }
  .req__wrapper p {
    padding-bottom: 0;
  }
  .small__hidden {
    display: none;
  }
}




/*Base 64*/

@media(max-width: 480px) {

  .basket a {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAXCAYAAAD+4+QTAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA4RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDo4ODFmNzAwNi1kY2E4LWRkNGQtODk3ZS1lZjJlZjcxZjY3MTUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjZFOURFNEQ0OUFCMTFFNkE0MzFFQ0U4MzNFMDBDMDMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjZFOURFNEM0OUFCMTFFNkE0MzFFQ0U4MzNFMDBDMDMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MDY1ZTc5Y2MtZjA3ZC1kMjQ3LTkwODYtODBlMThiMzEwNGI3IiBzdFJlZjpkb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6NjI0YTYzYmYtM2RkNi0xMWU2LWJkZTgtODg3OGI0NTE2NWY4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+z0glPQAAAZJJREFUeNpiZJx48D8DAkgC8QsGKgMmIGaEYpDhBgw0AExI7AtArE9rS84DsSE9fBIOxP+pjVmQfcIIjBl7TWUGZiYmqvjgzeevDDeevkLxyV0mRiaGLz9+oSj89/8/0Yaiq/38/ScDLyc7A7JP/vFysDOcufeYpnHC8OHb9ylAaiZSslYF4idIfBhmwCLGCFWrisR/DsTe6IGPnozvQGkVIhysgqZHEorPYLNEF4iZkcQOALE9EZY4QNXCgAkQPwLiV+iWXAFidqiXkS1xIMISkEMOIvGNQL7AiBMg+AnEV9GCjFhL0H1ijMsSWJAh5/y7RMQLenzAggtsCQsOS/qBuBxN/DYaH1sGQhc7i88nL9CSJieOJEtIzTt8PpHA4VJSASMun3yASoJS2SSoa95D2exYXItPHQMun8BAFxD7A3ESVAMonr4DcQWp6hj/YykAmSYdAlFvgTgViNdBhYOBeBYQC6Mpx6nuX54dA67gojrAF1yLgbgXiH9D+T1APIccdfgsKYOG8UIkw2rJUQcQYABnKYAXkKRVowAAAABJRU5ErkJggg==');
  }

}
.cntr {
margin: 0 auto;
padding: 21px 0px 21px 0px;
max-width: 1175px;
min-width: 939px;
text-align: center
}
.cntr h1 {margin: 0 auto;}