

/* Start:/local/templates/eshop_bootstrap_blue/components/h2o/favorites.list/gloss/style.css?1617127974399*/
.h2o_favorites_table {
  border-collapse: collapse;
  border: 1px solid;
}
.h2o_favorites_table th, .h2o_favorites_table td {
  border: 1px solid;
  padding: 5px;
}
.h2o_favorites_table td:empty {
  background: #ccc;
}
.h2o_favorites_table tr:nth-child(2n+1){
   background:white;
}

.h2o_favorites_table tr:nth-child(2n){
   background:#ebf4f8;
}
.h2o_favorites_table th {
  background: #f5f8ec;
}

/* End */


/* Start:/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/style.css?163948622855644*/
.vis-hid {
  display: none !important;
  visibility: hidden !important;
}
select.product__form-amount{
  padding: 0;
}
select.product__form-amount option{
  cursor:pointer;
}

.product__form-bay-link:before {
  display: none !important;
}
.brand-link {
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  display: block;
  text-decoration: none;
  color: #789E84 !important;
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 30px;
}

.brand-link:hover,
.brand-link:visited,
.brand-link:active {
  text-decoration: none !important;
  color: #789E84 !important;
}


/* Uncomment and set these variables to customize the grid. */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
          flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

.row.reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.col.reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

.col-xs {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  -webkit-flex-basis: 0;
          flex-basis: 0;
  max-width: 100%;
}

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  -webkit-flex-basis: 8.333%;
          flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  -webkit-flex-basis: 16.667%;
          flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  -webkit-flex-basis: 25%;
          flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  -webkit-flex-basis: 33.333%;
          flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  -webkit-flex-basis: 41.667%;
          flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  -webkit-flex-basis: 50%;
          flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  -webkit-flex-basis: 58.333%;
          flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  -webkit-flex-basis: 66.667%;
          flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  -webkit-flex-basis: 75%;
          flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  -webkit-flex-basis: 83.333%;
          flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  -webkit-flex-basis: 91.667%;
          flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

.start-xs {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  text-align: start;
}

.center-xs {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  text-align: center;
}

.end-xs {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  text-align: end;
}

.top-xs {
  -ms-flex-align: start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

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

.bottom-xs {
  -ms-flex-align: end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
          align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
          justify-content: space-around;
}

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

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

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

@media only screen and (min-width: 48em) {

  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
            flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
            flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
            flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
            flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
            flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
            flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
            flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
            flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 62em) {

  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
            flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
            flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
            flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
            flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
            flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
            flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
            flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
            flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}

@media only screen and (min-width: 75em) {

  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
            flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    -webkit-flex-basis: 0;
            flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    -webkit-flex-basis: 8.333%;
            flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    -webkit-flex-basis: 16.667%;
            flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    -webkit-flex-basis: 25%;
            flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    -webkit-flex-basis: 33.333%;
            flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    -webkit-flex-basis: 41.667%;
            flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    -webkit-flex-basis: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    -webkit-flex-basis: 58.333%;
            flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    -webkit-flex-basis: 66.667%;
            flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    -webkit-flex-basis: 75%;
            flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    -webkit-flex-basis: 83.333%;
            flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    -webkit-flex-basis: 91.667%;
            flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    -webkit-flex-basis: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
            justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
            align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
            align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
            justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
            justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
            order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
            order: 1;
  }
}



body {
  font-family: 'Open Sans', sans-serif;
}

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

img {
  max-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
.row--flex {
  margin-right: 0rem;
  margin-left: 0rem;
}

.product {
  margin-right: 0rem;
  margin-left: 0rem;
}
.product .item-text {
  font-size: 14px;
  color: #7ea7ad;
}

.product__item-country .item-text{
  white-space: nowrap;
}

.product__gallery-list-item {
  position: relative;
  overflow: hidden;
  text-align: center;
  height: 420px;
  line-height: 420px
}

.product__gallery-list-img {
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}

.product__gallery .lSSlideOuter.vertical {
  padding-left: 130px;
  padding-right: 0 !important;
  margin-bottom: 10px;
}

.product__gallery .lSSlideOuter.vertical .lSGallery {
  right: auto;
  left: 0;
  margin-left: 0 !important;
}

.product__gallery .lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
  border: 15px solid transparent;
  border-bottom: 15px solid #50a175;
}

.product__gallery .lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
  border: 15px solid transparent;
  border-top: 15px solid #50a175;
}

.product__gallery .lSSlideOuter .lSPager.lSGallery img {
  margin: 0 auto;
}

.product__gallery .lSAction > a {
  background-image: none;
  opacity: 0;
}
.product .col-md-8 {
  padding-left:0;
}

.product__gallery .lSPager li {
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.product__gallery .lSPager li:before {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__gallery .lSPager li:hover:before {
  content: '';
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__gallery .lSPager li.active:before {
  content: '';
  background-color: rgba(255, 255, 255, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__gallery .lSSlideWrapper:hover .lSAction > a {
  opacity: 1;
}

.product__gallery .lSSlideWrapper:hover .product__gallery-list-img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.product__icons-block {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 5;
}

.product__icons-block-item {
  width: 50px;
  height: 50px;
}

.product__icons-block-item img {
  max-width: 100%;
  max-height: 100%;
}

.product__item-row {
  width: 100%;
}

.product__item-code-value {
  text-transform: uppercase;
}
.product__item-price {
  margin: 15px 0 32px;
}
.product__item-price-old {
  font-size: 15px;
  color: #7ea7ad;
  text-decoration: line-through;
  margin: 0 0 4px 10px;
  display: inline-block;
}

.product__item-price-current {
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
  display: inline-block;
}
.product__item-price-current.disable {
  color: #686868;
}
.product__item-discount {
  margin-bottom: 15px;
}

.product__item-discount-link {
  font-size: 14px;
  text-decoration: none;
  color: #313532;
  display: inline-block;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
}

.product__item-discount-link:hover {
  color: #3d7155;
}

.product__item-discount-link-icon {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border: 1px solid #78b694;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  text-align: center;
  font-size: 7px;
  line-height: 12px;
  color: #78b694;
}

.product__item-discount-link-text {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 2px;
  /*border-bottom: 1px solid #bdd5d8;*/
  margin-left: 5px;
  position: relative;
}

.product__item-discount-link-text:after {
   -webkit-transition: all .6s 0s cubic-bezier(.19, 1, .22, 1);
   transition: all .6s 0s cubic-bezier(.19, 1, .22, 1);
   background-color: #bdd5d8;
   bottom: 0;
   content: '';
   height: 1px;
   left: 0;
   position: absolute;
   top: auto;
   width: 100%;
 }

/*.product__item-discount-link-text:hover,*/
/*.product__item-discount-link-text:focus,*/
/*.product__item-discount-link-text:active {*/
   /*text-decoration: none;*/
   /*color: #f5f5f5;*/
.product__item-discount-link-text:hover:after {
   width: 0;
 }



.product__title {
  font-family: 'PT Sans', sans-serif;
  font-size: 32px;
  font-weight: normal;
  margin: 35px 0 6px;
}
.product__right {
  padding-left: 28px;
  max-width: 504px;
}
.product__right-top-text {
  height: 80px;
  font-size: 14px;
  color: #656f7b;
  overflow: hidden;
  margin-bottom: 20px;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.product__rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 12px;
  position: relative;
  top: 1px;
}

.product__status {
  font-family: Roboto;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #335D46;
  position: absolute;
  top: -17px;
  left: 198px
}

.product__status-not-available {
  color: #6fa287;
}

.product .icon-star {
  background-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/star_empty.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 12px;
  height: 12px;
}
.product .icon-star.active {
  background-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/star.svg);
  background-repeat: no-repeat;
  background-position: center;
  display: inline-block;
  width: 12px;
  height: 12px;
}

.product__tab-controls {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.product__tab-controls-item {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
}

.product__tab-item {
  display: none;
}

.product__tab-item.active {
  display: block;
}

.product__form-amount-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
  width: 100%;
}

.product__form-amount {
  border: 1px solid #7ea7ad;
  height: 44px;
  margin-right: 9px;
  padding-right: 110px;
  position: relative;
  width: 50%;
  font-size: 14px;
  background: #bdd5d8;
}

.product__form-amount-change {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  z-index: 2;
  border-left: 1px solid #7ea7ad;
}

.product__form-amount-change-up {
  width: 100%;
  height: 21px;
  background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/up.svg) no-repeat center 50%;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  cursor: pointer;
}

.product__form-amount-change-up:hover, .product__form-amount-change-up:focus, .product__form-amount-change-up:active {
  background-color: #adc7cb;
}
.product__form-amount-change-down {
  width: 100%;
  height: 21px;
  background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/down.svg) no-repeat center 50%;
  -webkit-transition: all .25s linear;
  transition: all .25s linear;
  cursor: pointer;
}

.product__form-amount-change-down:hover, .product__form-amount-change-down:focus, .product__form-amount-change-down:active {
  background-color: #adc7cb;
}
.inactive {
  opacity: .3;
}
.product__form-amount-change-up.inactive:hover {
  background: transparent url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/up.svg) no-repeat center 50%;
}
.product__form-amount-change-down.inactive:hover {
  background: transparent url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/down.svg) no-repeat center 50%;
}
.product__form-amount:last-child {
  margin-right: 0px;
}
.product__form-bay-link {
  color: #fff;
  font-family: 'PT Sans', sans-serif;
  font-size: 24px;
  background: #335D46;
  border-radius: 4px;
  border: none;
  margin-left: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

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


.e-write-text {
  text-align: right;
}
.product__gallery.gallery-wrapper {
  position: relative;
}

.labbels {
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
.labbels li {
  width: 55px;
  height: 55px;
  margin-bottom: 10px;
}

.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  min-height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.e-write-text:hover {
  text-decoration: underline;
  cursor: pointer;
}
/* Disable Element */
.product__form-bay-link.disable {
  background: #E0E0E0;
  cursor: default;
  pointer-events: none;
  color: #686868;
}
.product__form-bay-link.order {
  /*background: #6fa287;*/
  cursor: pointer;
  text-align: center;
}
.product__form-bay-link.order:hover:before {
  left: initial;
  content: none;
}
/* Disable Element */

.product__form-wish-link {
  font-weight: bold;
  font-size: 16px;
  color: #7EA7AD;
  text-decoration: none;
  margin: 0;
  display: inline-block;
}
.product__form-wish-link:hover {
  color: #7EA7AD;
  text-decoration: none;
}
.product__form-wish-link .icon {
  font-size: 24px;
  color: #335D46;
  vertical-align: middle;
  margin-right: 7px;
}
.product__form-input {
  border: none;
  height: 39px;
  text-align: right;
  width: 100%;
  outline: none;
  padding-left:5px;
  background: #bdd5d8;
}

.product__form-units {
  position: absolute;
  right: 90px;
  top: 50%;
  line-height: 14px;
  margin-top: -8px;
}

.product__form-bay {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 11px;
}

.product__accordeon-content {
  display: none;
  padding-top: 10px;
  padding-bottom:10px;
  font-size: 13px;
  color: #656f7b;
}

.product__accordeon-item {
  padding-left: 15px;
  border-bottom: 1px solid #ddeef0;
}

.product__accordeon-item.active .product__accordeon-triger-icon:after {
  content: '';
  height: 0px;
}

.product__accordeon-triger {
  font-size: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  text-decoration: none;
  color: #313532;
  position: relative;
  display: block;
  width: 100%;
}

.product__accordeon-triger-icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 16px;
  height: 14px;
  margin-top: -7px;
  border-top: 1px solid #67ae87;
  border-left: 2px solid #add3be;
  border-right: 2px solid #add3be;
  border-bottom: 1px solid #67ae87;
}

.product__accordeon-triger-icon:before {
  content: '';
  width: 6px;
  height: 1px;
  background-color: #67ae87;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
}

.product__accordeon-triger-icon:after {
  content: '';
  width: 2px;
  height: 7px;
  background-color: #add3be;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -3px;
  margin-left: 0px;
}

.product__Look-closer {
  text-align: right;
  display: none;
}

.product__Look-closer-link {
  font-size: 14px;
  color: #7ea7ad;
  text-decoration: none;
  display: inline-block;
  background-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/zoom.svg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 33px;
  height: 34px;
}

.lg-backdrop.in {
  opacity: .4 !important;
}

.product__icons-item {
  max-width: 55px;
}
.tab_section {
    margin-bottom:15px;
  width: 100%;
}
.tab-content__title {
    font-size: 24px;
    margin-bottom:20px;
    line-height:24px;
    margin-top: 47px;
    font-family: 'PT Sans', sans-serif;
}
 .slick-slide img{
  margin: 0 auto;
}
 .slick-slider a {
  outline: none !important;
}

/*.tab_headers {*/
  /*border-bottom: none !important;*/
/*}*/

/*.tab_headers li {*/
  /*border-color: none !important;*/
  /*border-style: none !important;*/
  /*border-width: none !important;*/
/*}*/
.catalog-element {
  border-top: 1px solid rgba(51, 93, 70, 0.3);
}
.product .product__right:before {
  content: "";
  background: rgba(51, 93, 70, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 1px;
}
.product .col-md-6.col-sm-6.col-xs-12 {
  position: relative;
}
.product__item-rating .icon-star-green {
  color: rgba(111, 162, 135, 0.2);
  font-size: 15px;
  margin-right: 2px;
}
.product__item-rating .icon-star-green.active {
  color: #6FA287;
}
.product__item-rating .num-reviews {
  font-size: 14px;
  color: #888;
  margin-left: 3px;
}
.product__item-top-info {
  padding: 22px 0 5px;
  white-space: nowrap;
}
.product__item-top-info .item {
  font-size: 14px;
  margin: 10px 24px 10px 0;
}
.product__item-top-info .item:last-child {
  margin-right: 0;
}
.product__item-top-info .dd {
  color: #888;
  padding: 10px 0;
}
.product__item-socials {
  text-align: right;
  position: relative;
}
.product__item-socials:after,
.product__item-socials:before {
  content: "";
  background: rgba(51, 93, 70, 0.3);
  position: absolute;
  display: inline-block;
  top: 19px;
  left: -40px;
  height: 1px;
  width: 100%;
}
.product__item-socials:before {
  left: 100%;
}
.product__right .product__item-socials .social_list {
  background: #fff;
  border: 1px solid #C2CEC8;
  border-radius: 3px;
  position: absolute;
  display: none;
  right: -14px;
  top: 50px;
  height: 130px;
  width: 70px;
}
.product__item-socials .social_list:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -20px;
  margin-left: -10px;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom-color: #C2CEC8;
}
.product__item-socials .social_list:after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: -17px;
  margin-left: -9px;
  width: 0;
  height: 0;
  border: 9px solid transparent;
  border-bottom-color: #fff;
}
.product__right .product__item-socials .social_list a.twitter {
  -webkit-mask: url('/images/blog/twitter-logo-silhouette.svg') no-repeat 100% 100%;
  mask: url('/images/blog/twitter-logo-silhouette.svg') no-repeat 100% 100%;
  background-color: #666767;
  margin: 30px auto;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.product__right .product__item-socials .social_list a.facebook {
  -webkit-mask: url('/images/blog/facebook-logo.svg') no-repeat 100% 100%;
  mask: url('/images/blog/facebook-logo.svg') no-repeat 100% 100%;
  background-color: #666767;
  margin: 30px auto;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.product__right .product__item-socials .social_list a.twitter:hover,
.product__right .product__item-socials .social_list a.facebook:hover {
  background-color: #335D46;
}
.product .product__right .social_list {
  display: inline-block;
  vertical-align: middle;
  float: right;
  margin-top: -18px;;
}
.share-btn {
  background-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/share-btn.svg);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #C2CEC8;
  border-radius: 50%;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  cursor: pointer;
  height: 40px;
  width: 40px;
}
.product__item-socials .share-btn:hover {
  background-color: #ececec;
}
.product__item-socials .share-btn:hover .social_list {
  display: block;
}
.product__item-choice-volume {
  font-size: 0;
  margin: 30px 0 0;
}
.product__item-choice-volume .item {
  font-size: 18px;
  color: #000;
  background: #F8F8F8;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: normal;
  padding: 12px 17px;
  margin-right: 18px;
  margin-bottom: 15px;
  cursor: pointer;
}
.product__item-choice-volume .item input {
  display: none;
}
.product__item-choice-volume .item .choice-volume-border {
  border: 2px solid transparent;
  border-radius: 4px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.product__item-choice-volume .item input:checked + span {
  font-weight: bold;
}
.product__item-choice-volume .item input:checked ~ .choice-volume-border {
  border-color: #335D46;
  pointer-events: none;
}
.product__item-choice-wrap .swiper-container {
  position: static;
  padding-bottom: 25px;
}
.product__item-choice-wrap .swiper-wrap {
  position: relative;
}
.product__item-choice-wrap .title {
  color: #888;
  margin: 20px 0;
}
.product__item-choice-wrap .swiper-button-next,
.product__item-choice-wrap .swiper-button-prev {
  margin-top: -36px !important;
}
.product__item-choice-wrap .swiper-button-prev {
  left: -20px;
}
.product__item-choice-wrap .swiper-button-next {
  right: -20px;
}
.product__item-choice-wrap .product__item-choice-volume .item {
  margin-bottom: 0;
  width: auto;
}
.product__item-choice-wrap .product__item-choice-volume .item img {
  max-height: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.product__item-choice-wrap .product__item-choice-volume .item:hover img {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.product-item-scu-item-list li {
  font-size: 18px;
  color: #000;
  background: #F8F8F8;
  border-radius: 4px;
  text-align: center;
  display: inline-block;
  position: relative;
  font-weight: normal;
  padding: 12px 17px;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  border: 2px solid transparent;
  width: auto!important;
}
.product-item-detail-info-container-title {
  color: #888;
  padding: 10px 0;
}
.product-item-scu-item-list li.selected {
  border-color: #335D46;
  font-weight: bold;
}
.quantity_section_cnt {
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	height: 50px;
	width: 178px;
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.quantity_section_cnt button {
	color: #6fa287;
	line-height: 20px;
	font-size: 24px;
  background: transparent;
  border: none;
  padding: 0 9px;
	color: rgba(0, 0, 0, 0.3);
	outline: 0;
}
.quantity_section_cnt > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.quantity_section_cnt input {
	display: inline-block;
	background: transparent none;
	border: none;
	min-width: 8px;
	width: 16px;
	height: 17px;
	font-weight: bold;
	font-size: 18px;
	text-align: right;
	padding: 0;
	margin: 0;
	outline: 0 none;
	font-family: inherit;
	vertical-align: text-bottom;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: none!important;
	border-radius:0!important;
}
.quantity_section_cnt .input-buffer {
	font-weight: bold;
	font-size: 18px;
	position: absolute;
    visibility: hidden;
}
.quantity_section_cnt .units {
  color: #000;
	font-weight: bold;
	font-size: 18px;
	vertical-align: -webkit-baseline-middle;
	vertical-align: baseline;
	display: inline-block;
  margin-top: 1px;
  margin-left: 3px;
}
.quantity_section_cnt.disable {
  cursor: default;
  pointer-events: none;
}
.quantity_section_cnt.disable .units,
.quantity_section_cnt.disable input {
  color: #686868;
}
.product_summary-wrapp {
  background: #F8F8F8;
  padding: 50px 0;
}
.product_summary-wrapp .tab_headers {
  border-bottom: 1px solid rgba(51, 93, 70, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.product_summary-wrapp .tab_headers:after {
  display: none;
}
.product_summary-wrapp .tab_headers li {
  margin: 0;
  text-align: center;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_summary-wrapp .tab_headers li > span {
  font-size: 16px;
  line-height: 22px;
  color: #333;
  padding-bottom: 9px;
  width: 100%;
}
.product_summary-wrapp .tab_headers li span.active {
  font-weight: bold;
  font-size: 16px;
}
.product_summary-wrapp .tab_headers li span.active,
.product_summary-wrapp .tab_headers li .tab__name:hover {
  border-bottom: 5px solid #335D46;
}
.product_summary-wrapp .full_desciption .fd_text {
  color: #333;
  font-family: 'PT Sans', sans-serif;
  max-width: 76%;
  width: 76%;
}
.product_summary-wrapp .seo-text-holder {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
}
.product_summary-wrapp .seo-text-holder p {
  font-family: 'PT Sans', sans-serif;
}
.product_fast-order {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.product_fast-order fieldset.scheduler-border {
  height: 53px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product_fast-order fieldset.scheduler-border input {
  outline: none;
  height: 44px;
}
#fast-order-line .product_fast-order  .modal-window__btn--margin-after {
  font-size: 18px !important;
  font-family: 'PT Sans', sans-serif;
  text-transform: none;
  margin: 0 0 0 -6px;
  color: #000;
  float: none;
  background: #E0E0E0;
  border-radius: 4px;
  height: 44px;
  min-height: 44px;
  width: auto;
}
#fast-order-line .product_fast-order  .modal-window__btn--margin-after:hover {
  color: #000;
  background: #E0E0E0;
}
.hr-line {
  background: rgba(51, 93, 70, 0.3);
  position: relative;
  margin: 30px 0;
  height: 1px;
}
.hr-line:after,
.hr-line:before {
  content: "";
  background: rgba(51, 93, 70, 0.3);
  position: absolute;
  display: inline-block;
  top: 0;
  left: -40px;
  height: 1px;
  width: 40px;
}
.hr-line:before {
  left: 100%;
  width: 100%;
}
.product .col-md-6.col-sm-6.col-xs-12:nth-child(1) .hr-line:before {
  left: -100%;
}
.product .col-md-6.col-sm-6.col-xs-12:nth-child(1) .hr-line:after {
  left: auto;
  right: -1rem;
  width: 1rem;
}
.product__item-bottom-info {
  padding-bottom: 40px;
}
.product__item-bottom-info dl {
  font-size: 16px;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product__item-bottom-info dt {
  color: #888;
  font-weight: normal;
  width: 100%;
  max-width: 42%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 42%;
  flex: 0 0 42%;
}
.product__item-bottom-info dl + dl {
  margin-top: 10px;
}
.product__item-bottom-info .text {
  font-size: 16px;
  line-height: 22px;
  max-height: 88px;
  overflow: hidden;
}
.product__item-bottom-info .js-open .text {
  max-height: 100%;
}
.product__item-bottom-info .link-more {
  color: #7EA7AD;
  font-weight: bold;
  font-size: 16px;
  text-transform: none;
  margin-top: 13px;
}
.lSSlideOuter .lSPager.lSGallery li.active {
  border: 2px solid #335D46;
  border-radius: 0;
}
@media screen and (max-width: 1199px) {
  .product__item-country .item-text {
    white-space: normal
  }
}
@media screen and (max-width: 1024px) {
  .product__right {
    padding-left: 10px;
    max-width: 100%;
  }
  .product__item-socials:after {
    left: -22px;
  }
  .hr-line:after {
    left: -22px;
    width: 22px;
  }
  .product__item-bottom-info .text {
    max-height: 108px;
  }
  .product__item-choice-wrap .swiper-button-next,
  .product__item-choice-wrap .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .product__form-bay-link:before {
    background-size: 6%;
  }

  .our_bestceller.inside_list .main_bestcellers_block {
    padding-left: 15px;
    padding-right: 15px;
  }


  .row--padding {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .product__status-text.with-list {
    display: none;
  }
  .product__form-bay-link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
  }
  .product__form-amount {
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .product__form {
    text-align: left;
    width: auto
  }
  .product__form-input {
    text-align: left;
  }
  .product__form-units {
    display: none;

  }
  .product__title {
    font-size: 31px;
    line-height: 41px;
    margin: 18px 0 12px;
  }
  .product .product__right:before {
    top: -18px;
  }
  .product__item-rating .num-reviews {
    font-size: 12px;
  }
  .product__item-top-info {
    padding: 10px 24px 3px 0;
    white-space: normal;
  }
  .product__item-top-info .item {
    font-size: 12px;
    margin: 3px 10px 3px 0;
    white-space: nowrap;
    display: inline-block;
  }
  .product__item-choice-volume {
    margin: 0;
    clear: both;
    padding-top: 20px;
  }
  .product__item-choice-volume .item {
    font-size: 16px;
    padding: 13px 20px;
  }
  .product-item-scu-item-list li {
    font-size: 16px;
  }
  .product__item-price {
    margin: 4px 0 21px;
  }
  .product__item-price-current {
    font-size: 36px;
  }
  .quantity_section_cnt {
    width: 158px;
  }
  .quantity_section_cnt input {
    font-size: 16px;
  }
  .quantity_section_cnt .input-buffer {
    font-size: 16px;
  }
  .quantity_section_cnt .units {
    font-size: 16px;
  }
  .product__status {
    left: 167px;
  }
  .product__form-bay-link {
    margin-left: 8px;
  }
  .product_fast-order {
    margin-bottom: 30px;
  }
  .hr-line {
    margin: 21px 0;
  }
  .product__item-bottom-info {
    padding-bottom: 34px;
  }
  .product__item-bottom-info dt {
    max-width: 35%;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
  }
  .product__item-bottom-info .hr-line:after {
    left: -8px;
    width: 8px;
  }
  .product_summary-wrapp {
    padding: 19px 0 0;
  }
  .product_summary-wrapp .tab_headers li {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .product_summary-wrapp .tab_headers li > span {
    padding-left: 10px;
    padding-right: 10px;
  }
  .tab-content__title {
    font-size: 22px;
    margin-bottom: 12px;
    line-height: 22px;
    margin-top: 28px;
  }
  .product_summary-wrapp .full_desciption .fd_text {
    max-width: 100%;
    width: 100%;
  }
  .product__item-bottom-info .text {
    max-height: 100%;
  }
}
@media screen and (max-width: 767px) {

  .product__gallery .lSPager {
    margin: 0 auto !important;
  }
  .product__gallery .lSSlideOuter .lSPager.lSGallery img {
    display: none;
  }
  .product__gallery .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 0;
  }
  .product__gallery .lSSlideOuter .lSPager.lSGallery li:not(.active) {
    border: 0.5px solid rgba(0, 0, 0, 0.2);
    margin-top: 0.5px;
  }
  .product__gallery .lSSlideOuter .lSPager.lSGallery li.active {
    border: 1px solid #335D46;
  }
  .e-write-text {
    text-align: left;
  }
  .product__gallery .lSSlideOuter.vertical {
    padding-left: 0px;
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  .product__gallery .lSSlideOuter.vertical {
    padding-right: 0 !important;
    margin-bottom: 10px;
  }
  .product__gallery-list-item {
    height: auto;
    line-height: 1;
    margin-top: 0!important;
  }
  .product .col-md-8 {
    padding: 0;
  }

  .product__gallery .lSAction > a {
    opacity: 1;
  }

  .lSAction>a {
    background-repeat: no-repeat;
    background-position: center !important;
    -webkit-background-size: 9px 12px;
    background-size: 9px 12px;
    z-index: 2 !important;
  }

  .lSAction>a.lSPrev {
    background-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/lsarr-l.svg);
  }
  .lSAction>a.lSNext {
    background-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/lsarr-r.svg);
  }

  .product__icons-block {
    display: none;
  }

  .product__tab-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product__tab-controls-item {
    margin-left: 0;
  }
  .product__Look-closer-link {
    width: 30px;
    height: 30px;
    background-size: 25px;
    background-position: top center;
  }
  .product__Look-closer-link span {
    display: none;
  }
  .product__item-choice-wrap .product__item-choice-volume .item {
    padding: 10px;
  }
  .product__right {
    text-align: center;
  }
  .product__right .product__item-rating {
    float: none;
  }
  .product__right .product__form-amount-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .product__right .quantity_section_cnt {
    margin: 0 auto 15px;
  }
  .product__right .product__form-bay-link {
    height: 50px;
    margin: 0;
  }
  .product__item-choice-volume label.item {
    margin-right: 9px;
    margin-left: 9px;
  }
  .product__item-choice-wrap .title {
    text-align: center;
  }
  .product__item-choice-wrap .swiper-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .product__item-choice-wrap .swiper-container .swiper-wrapper {
    margin: 0 auto;
    width: auto;
  }
}
.only_bottom_cart{
  display: none;
}
@media screen and (max-width: 480px) {
  .product__item-price-current {
    font-size: 26px;
  }
    .lSSlideWrapper {
      min-height: auto;
    }
  .product__title {
    font-size: 22px;
    line-height: 28px;
    margin-top: 30px;
  }
  .product .product__right .social_list {
    /*margin-top: 4px;*/
	display: none;
  }
  /*.product .product__right .social_list span {
    margin-right: 0;
    margin-left: 2px;
    width: 30px;
    height: 30px;
  }
  .product .product__right .social_list a {
    width: 30px;
    height: 30px;
  }*/
  .product__gallery.gallery-wrapper + .hr-line {
  	display: none;
  }
  .product__form-bay-link:before {

    background-size: 14%;
  }
    .product__form-amount {
        /*padding-right: 92px;*/
    }
    .product__form-units {
        right:74px;
    }
  .product__item-rating {
    float: left;
  }
  .product__item-top-info {
    padding: 0;
    margin-left: 14px;
    margin-top: -2px;
    /* float: left; */
  }
  .product__item-top-info .item:first-child ~ .item {
    display: none;
  }
  .product__item-socials {
    clear: both;
  }
  .product__item-choice-volume .item {
    margin-bottom: 3px;
  }
  .product__item-price {
    margin: 0 0 7px;
  }
  .product__form-bay-link {
    font-size: 18px;
  }
  .quantity_section_cnt {
    width: 50%;
  }
  .product__status {
    left: 53%;
  }
  .product__form-wish-link {
    /*margin: 9px 0 18px;*/
    display: none;
  }
  #fast-order-line .product_fast-order .modal-window__btn--margin-after {
    font-size: 16px !important;
  }
  .product__right {
    padding-left: 0;
  }

  .product .product__right:before,
  .product__item-bottom-info,
  .product_summary-wrapp .tab_headers,
  .product__right .hr-line {
    display: none;
  }
  .only_bottom_cart{
    display: block;
    overflow: unset;
    /*max-height: 1188px;*/
  }
  .product__item-bottom-info .text{
	padding: 0 14px;
    overflow: unset;
  }
  .product_fast-order fieldset.scheduler-border input {
    padding: 0 14px;
  }
  .product_summary .tab_content {
    display: block;
  }
  .product_summary-wrapp,
  .product_summary {
    padding: 0!important;
  }
  .tab-content__title {
    margin: -1px -14px 0;
    background: #fff;
    padding: 19px 14px;
    border-top: 1px solid rgba(51, 93, 70, 0.3);
    border-bottom: 1px solid rgba(51, 93, 70, 0.3);
  }
  .product_summary .full_desciption {
    display: none;
    padding-top: 20px;
  }
  .tab_0 #tab_0  .full_desciption {
    display: block;
  }
  .tab_content .toggle-mover:before, .tab_content .toggle-mover:after {
    background-color: #79A089;
    display: block;
    height: 2px;
    width: 15px;
  }
  .product_summary .tab_section {
    margin: 0;
  }
  .tab_content .toggle-mover:before {
    right: 22px;
    -webkit-transform: rotate(-49deg);
    transform: rotate(-49deg);
  }
  .tab_content .toggle-mover:after {
    right: 31px;
    -webkit-transform: rotate(49deg);
    transform: rotate(49deg);
  }
  .tab_content.opened .toggle-mover:before {
    -webkit-transform: rotate(49deg);
    transform: rotate(49deg);
  }
  .tab_content.opened .toggle-mover:after {
    -webkit-transform: rotate(-49deg);
    transform: rotate(-49deg);
  }
  .labbels li {
    width: 40px;
    height: 40px;
  }
}


.subscrmail {
  background: #42534A url("/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/../img/login_bg.jpg") 50% 50% no-repeat;
  height: auto;
  max-width: 335px;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 50px;
  margin: 0 auto;
  position: relative;
}
.subscrmail .input_line {
  margin-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.subscrmail .input_line label {
  color: #cecece;
  font-size: 10px;
  display: inline-block;
  padding-bottom: 5px;
}
.subscrmail_form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.subscrmail .input_line input[type="submit"] {
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  outline: 0 none;
  margin: 30px 0 0;
  padding: 0;
  width: 100%;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: inherit;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
}

#subscrmail {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 20px;
  line-height: 20px;
  border-style: solid;
  border-color: #fff;
  border-width: 0 0 1px;
  background: transparent none;
  font-size: 12px;
  font-family: inherit;
  color: #fff;
}

.popap-sbscr-head {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  width: 80%;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}

.subscrmail .mfp-close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}

.product__form-bay-link:after {
  display: none;
}

.podp-btn {
  position: relative;
  left: -4px;
  background: transparent;
  color: #50a175;
  height: 59px;
  width: 59px;
  line-height: 24px;
  overflow: hidden;
  background-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/eye-regular.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  background-size: contain;
  backface-visibility: hidden;
  border: 1px solid #bdd5d8;
  transition: all .25s linear;
  font-size: 0;
  outline: none;
  display: block;
  background-size: 65%;
}
.podp-btn.disabled {
  background-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/images/eye-slash-regular.svg);
  background-position: center;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;

}

.product__status-text.podp-text {
    position: relative;
    left: 67px;
    width: 60px;
    display: none;
}
@media screen and (max-width: 991px) {
    .product__status-text.podp-text {
        display: none;
    }
}

.basket-actions-container {
  display: flex;
  flex: 1;
}

#available-subscribe .product_fast-order  .modal-window__btn--margin-after {
  font-size: 18px !important;
  font-family: 'PT Sans', sans-serif;
  text-transform: none;
  margin: 0 0 0 -6px;
  color: #000;
  float: none;
  background: #E0E0E0;
  border-radius: 4px;
  height: 44px;
  min-height: 44px;
  width: auto;
}
#available-subscribe .product_fast-order  .modal-window__btn--margin-after:hover {
  color: #000;
  background: #E0E0E0;
}

#available-subscribe{
    margin-bottom: 10px;
}
#available-subscribe .modal-window__title{
    margin-bottom: 5px;
}
#available-subscribe .modal-window__text {
    width: 100%;
}
#available-subscribe .modal-window__btn--margin-after{
    color: #fff;
    display: inline-block!important;
    margin: 0;
    margin-right: 0;
    width: 87px;
    padding: 0px 16px;
    height: 50px;
    float: right;
    border: none;
}
#available-subscribe .modal-window__btn--margin-after:hover{
    background: #335d46;
}
#available-subscribe .modal-window__field-wrapper{
    width: calc(100% - 94px);
    margin: 0;
    display: inline-block;
}
.product__gallery .stickers-bottom {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.04em;
  background: #5D7B5C;
  text-transform: uppercase;
  padding: 8px;
  margin-top: 10px;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/themes/blue/style.css?1617127974591*/
/* item_detail_v2 */

/* item_detail_slider */
/* scu_detail_size */
/* scu_detail_scu */
.bx-retina .bx_item_detail.bx_blue .bx_item_slider .bx_slide ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_size ul li.bx_active .cnt,
.bx-retina .bx_item_detail.bx_blue .bx_item_detail_scu .bx_scu ul li.bx_active .cnt
{
	-webkit-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/themes/blue/images/x2border_active.png) 2 fill stretch;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_blue/components/h2o/favorites.add/element/style.css?16171279742265*/
#favorites_popup_wrap{
    /*width: 600px!important;*/
    min-height: 100%;
    padding: 0px;
    position: relative;
    display: inline-block;
    color: #4d4c4c;
}
#favorites_popup_wrap .modal-header {
    min-height: 16.42857143px;
    padding: 0px 0px;
    border: none;
    font-size: 30px;
}
#favorites_popup_wrap .modal-body{
	position: relative;
    padding: 30px;
    font-size: 18px;
}
#favorites_popup_wrap .modal-body p{
	
}
#favorites_popup_wrap .form-row{
	max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin: 10px 0;
}
#favorites_popup_wrap .form-row:after {
    content: "";
    display: table;
    clear: both;
}
#favorites_popup_wrap .form-row:first-child {
    margin-top: 0; 
}
#favorites_popup_wrap .form-cell-3 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 30%;
}
#favorites_popup_wrap .form-cell-3:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap .form-cell-9 {
    float: left;
    display: block;
    margin-right: 2%;
    width: 68%;
}
#favorites_popup_wrap .form-cell-9:last-child {
    margin-right: 0; 
}
#favorites_popup_wrap label{
	font-weight: normal;
	font-size: 18px;
 	
}
#favorites_popup_wrap input[type=text]{
	height: 32px;
}
#favorites_popup_wrap input[type=text].error{
	box-shadow: 0 0 0 1px red;
}
#favorites_popup_wrap textarea{
	height: 112px;
}
#favorites_popup_wrap input[type=text], #favorites_popup_wrap textarea{
	width: 100%;
	border: 1px #b7b7b7 solid;
  	padding: 0px 5px;
  	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap .button_wrap{
	text-align: right;
}
#favorites_popup_wrap button{
	font-size: 18px;
	border: none;
	background-color: rgb(221, 221, 221);
	transition: all .25s;
 	-webkit-transition: all .25s;
    -o-transition: all .25s;
}
#favorites_popup_wrap button:hover {
    box-shadow: 0 0 0 3px rgba(204,204,204,1);
}
#favorites_popup_wrap small.error{
	color: red;
}
@media screen and (min-width: 600px){
	#favorites_popup_wrap{
		width: 600px;
	}
}
@media screen and (max-width: 600px){
	#favorites_popup_wrap .form-cell-3{
		float: none;
	}
	#favorites_popup_wrap .form-cell-9{
		float: none;
		width: 100%;
	}
	#favorites_popup_wrap .modal-header{
		font-size: 25px;
	}
}
/* End */


/* Start:/local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/style.css?16171279774684*/
div.webavk_ibcomments{display:block;}
div.webavk_ibcomments_item{display: block;margin:10px 0;padding:5px;border:1px dotted #cccccc;position:relative;}
div.webavk_ibcomments_item td{vertical-align: top;}
.webavk_ibcomments_user{width:80%;}
.webavk_ibcomments_user img{float:left;margin:0 10px 10px 0;}
.webavk_ibcomments_item_nomoderate{background-color: #e0e0e0;}
.webavk_ibcomments_item_moderatearea{display:block;border:1px dashed #cccccc;position:absolute;right:-3px;top:-25px;padding:2px;background-color: #eeeeee;}
.webavk_ibcomments_item_moderatearea a span{display:none;}
.webavk_ibcomments_item_moderatearea a{display:inline-block;width:24px;height:24px;margin:0 2px;}
.webavk_ibcomments_item_moderatearea_modok{background: url(/local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/images/modok.png) 0 0 no-repeat;}
.webavk_ibcomments_item_moderatearea_modok:hover{background-position: 0 -24px;}
.webavk_ibcomments_item_moderatearea_modfalse{background: url(/local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/images/modfalse.png) 0 0 no-repeat;}
.webavk_ibcomments_item_moderatearea_modfalse:hover{background-position: 0 -24px;}
.webavk_ibcomments_item_moderatearea_moddel{background: url(/local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/images/moddel.png) 0 0 no-repeat;}
.webavk_ibcomments_item_moderatearea_moddel:hover{background-position: 0 -24px;}
.webavk_ibcomments_item_moderatearea_modedit{background: url(/local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/images/modedit.png) 0 0 no-repeat;}
.webavk_ibcomments_item_moderatearea_modedit:hover{background-position: 0 -24px;}

.webavk_ibcomments_helpful_area{white-space: nowrap;text-align: right;}
.webavk_ibcomments_helpul_plus_cnt{font-weight:bold;color:#067d00;line-height: 16px;vertical-align: middle;}
.webavk_ibcomments_helpul_plus_link{text-decoration: none;display:inline-block;background: url(/local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/images/helpfulplus.png) 0 0 no-repeat;width:16px;height:16px;line-height: 16px;vertical-align: middle;}
.webavk_ibcomments_helpul_plus_link:hover{background-position: 0 -16px;}
.webavk_ibcomments_helpul_plus_link span{display:none;}
.webavk_ibcomments_helpul_minus_cnt{font-weight:bold;color:#ab0000;line-height: 16px;vertical-align: middle;}
.webavk_ibcomments_helpul_minus_link{text-decoration: none;display:inline-block;background: url(/local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/images/helpfulminus.png) 0 0 no-repeat;width:16px;height:16px;line-height: 16px;vertical-align: middle;}
.webavk_ibcomments_helpul_minus_link:hover{background-position: 0 -16px;}
.webavk_ibcomments_helpul_minus_link span{display:none;}
.webavk_ibcomments_text_area{display:block;}
.webavk_ibcomments_text_area h3{}
.webavk_ibcomments_text_area_content{text-align: justify;padding:5px;border:1px dotted #e0e0e0;background-color: #f0f0f0;}

.webavk_ibcomments_admin_answer{display:block;margin:20px 50px 0 150px;}
.webavk_ibcomments_admin_answer h3{}
.webavk_ibcomments_admin_answer_content{text-align: justify;padding:5px;border:2px dotted #c0c0c0;background-color: #bcd1ff;}
.webavk_ibcomments_stars_area{white-space: nowrap;text-align: right;}
.webavk_ibcomments_stars_block{display:block;padding:0 0 10px 0;}
.webavk_ibcomments_stars_block h3{padding:0;margin:0;}
.webavk_ibcomments_star{display: inline-block;width:16px;height:17px;background: url(/local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/images/star.png) 0 0 no-repeat;}
.webavk_ibcomments_star_active{background-position: 0 -17px;}
.webavk_ibcomments_add_area{display:block;padding: 0 0 10px 0;}
.webavk_ibcomments_add_area .webavk_ibcomments_add_showlink{text-decoration: none;}
.webavk_ibcomments_add_area .webavk_ibcomments_add_showlink span{border-bottom: 1px dotted #888888;}
.webavk_ibcomments_add_area .webavk_ibcomments_add_showlink:hover span{border-bottom: 0 none;}
.webavk_ibcomments_add_form{display:none;}
.webavk_ibcomments_add_form_show{display:block;}
.webavk_ibcomments_add_form table{border-collapse: collapse;}
.webavk_ibcomments_add_form th{vertical-align: top;padding:5px;border:1px dotted #eeeeee;background-color: #f8f8f8;text-align: right;}
.webavk_ibcomments_add_form td{vertical-align: top;padding:5px;border:1px dotted #eeeeee;background-color: #f8f8f8;text-align: left;}
.webavk_ibcomments_add_form_note{padding:10px;text-align: right !important;font-weight:bold;font-style: italic;}
.webavk_ibcomments_item_add_answer{display:block;padding:5px;}

.webavk_ibcomments_answer_area{display:block;padding: 0 0 10px 0;}
.webavk_ibcomments_answer_area table{border-collapse: collapse;}
.webavk_ibcomments_answer_area th{vertical-align: top;padding:5px;border:1px dotted #eeeeee;background-color: #f8f8f8;text-align: right;}
.webavk_ibcomments_answer_area td{vertical-align: top;padding:5px;border:1px dotted #eeeeee;background-color: #f8f8f8;text-align: left;}

.webavk_ibcomments_item_sort_area{text-align: right;}
font.errortext {
    color: red !important;
}
.tab_content font.notetext {
    color: green !important;
    position: static;
}

/* End */


/* Start:/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/style.css?161712797517432*/
/* catalog.top */
.bx_slider_section{
	position:relative;
	overflow:hidden;
	margin-top:40px;
	padding-top:38%;
}
@media (max-width:640px){.bx-touch .bx_slider_section{margin-top:20px;padding-top:70%}}
@media (max-width:480px){
	.bx-touch .bx_slider_section{
		margin-top: 20px;
		padding-top: 70%;
	}

}
.bx_slider_section .bx_slider_container{
	position: absolute;
	top: 0;
	bottom: 20px;
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_container{
		position:static;
		top:auto;
		bottom:auto;
	}
}
.bx_slider_section .bx_slider_block{
	position:relative;
	float:left;
	height:100%;
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_block{
		position: static;
		float: none;
		display: none;
	}
	.bx-touch .bx_slider_section .bx_slider_block.active{
		display: block;
	}

}
.bx_slider_section .bx_slider_photo_container{
	position:absolute;
	top:0;
	bottom:0;
	width:55%;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_photo_container{
		width: 100%;
		padding-top: 35%;
		bottom: auto;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_photo_container{
		padding-top: 70%;
	}
}
/**/
.bx_slider_section .bx_slider_photo_background,
.bx_slider_section .bx_slider_photo_element{
	position:absolute;
	top:3%;
	right:2%;
	bottom:3%;
	left:6%;
	background:#fff;
	box-shadow:0 0 4px 0 rgba(123,152,165,.75);
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_photo_background,
	.bx-touch .bx_slider_section .bx_slider_photo_element{
		right:2%;
		left:2%;
	}
}
.bx_slider_section .bx_slider_photo_background{
	-webkit-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-moz-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.bx_slider_section .bx_slider_photo_element{
	display:block;
	padding:1px;
	-webkit-background-size:contain !important;
	background-size:contain !important;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_photo_element, 			.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 3px 0 rgba(123,152,165,.75)}}
@media (max-width:641px){ 			.bx_slider_section .bx_slider_photo_element, 			.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 2px 0 rgba(123,152,165,.75)}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_photo_element, .bx-touch  .bx_slider_section .bx_slider_photo_background{box-shadow:0 0 1px 0 rgba(123,152,165,.75)}}
/* Stickers */
.bx_slider_section .bx_stick{
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
		text-overflow: ellipsis;
}
.bx_slider_section .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_slider_section .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_slider_section .bx_stick.long{font-weight:normal;font-size:11px}
.bx_slider_section .bx_stick_disc{
	position: absolute;
	width: 72px;
	height: 74px;
	background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/images/stick_disc.png) no-repeat center;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	font-weight: bold;
	font-size: 23px;
	line-height: 74px;
}
.bx_slider_section .bx_stick.left,
.bx_slider_section .bx_stick_disc.left{left:-2px;}
.bx_slider_section .bx_stick.right,
.bx_slider_section .bx_stick_disc.right{right: 0;}
.bx_slider_section .bx_stick.top,
.bx_slider_section .bx_stick_disc.top{top: 15px;}
.bx_slider_section .bx_stick.bottom,
.bx_slider_section .bx_stick_disc.bottom{bottom: 5px;}
.bx_slider_section .bx_stick.middle,
.bx_slider_section .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_slider_section .bx_stick{
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_slider_section .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_slider_section .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_slider_section .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_slider_section .bx_stick_disc{
		width: 64px;
		height: 65px;
		background-size: 100%;
		font-size: 	20px;
		line-height: 65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_slider_section .bx_stick{
		/*top: 10px;*/
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	.bx-touch .bx_slider_section .bx_stick_disc{
		width: 48px;
		height: 49px;
		background-size: 100%;
		font-size: 	16px;
		line-height: 49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_slider_section .bx_stick{
		/*top: 10px;*/
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}

	.bx-touch .bx_slider_section .bx_stick_disc{
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}
/**/
.bx_slider_section .bx_stick_disc{
	position:absolute;
	right:5px;
	bottom:5px;
	display:block;
	width:72px;
	height:74px;
	background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/images/stick_disc.png) no-repeat center;
	-webkit-background-size:contain !important;
	background-size:contain !important;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:26px;
	line-height:74px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_stick_disc{width:64px;height:64px;font-size:21px;line-height:64px}}
@media (max-width:640px){ 			.bx_slider_section .bx_stick_disc{width:48px;height:48px;font-size:15px;line-height:48px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_stick_disc{width:36px;height:36px;font-size:12px;line-height:36px}}
/**/
.bx_slider_section .bx_slider_content_container{
	position:absolute;
	top:1px;
	right:10px;
	bottom:0;
	left:59%;
	z-index:900;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_content_container{
		top: 60%;
		left: auto;
		right: auto;
		width: 100%;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_content_container{
		top: auto;
		position: static;
	}

}

/**/
.bx_slider_section .bx_slider_title{
	overflow:hidden;
	margin:0;
	padding:0;
	max-height:25px;
}
@media (max-width:980px){		   .bx_slider_section .bx_slider_title{max-height:23px}}
@media (max-width:640px){		   .bx_slider_section .bx_slider_title{max-height:17px}}
@media (max-width:480px){.bx-touch .bx_slider_section .bx_slider_title{max-height:12px}}
/**/
.bx_slider_section .bx_slider_title a{
	color:#000;
	text-decoration:none;
	font-size:25px;
	line-height:25px;
	display:inline-block;
	width:100%;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:top;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_title a{font-size:21px;line-height:23px}}
@media (max-width:640px){ 			.bx_slider_section .bx_slider_title a{font-size:17px;line-height:17px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_title a{font-size:11px;line-height:12px}}
/**/
.bx_slider_section .bx_slider_content_description {
	color:#658790;
	font-size:13px;
	line-height:19px;
	max-height:77px;
	overflow:hidden;
}
@media (max-width:890px){ 			.bx_slider_section .bx_slider_content_description{max-height:55px}}
@media (max-width:820px){ 			.bx_slider_section .bx_slider_content_description{max-height:38px}}
@media (max-width:780px){ 			.bx_slider_section .bx_slider_content_description{max-height:19px}}
@media (max-width:720px){ 			.bx_slider_section .bx_slider_content_description{display:none}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_content_description{
	max-height: 76px;
	display: block;
	position: absolute;
	left: 52%;
	top: 0;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_content_description {
		max-height: 76px;
		position: static;
		left: auto;
		top: auto;
	}
}
/**/

@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_customblock_one{width: 50%}
	.bx-touch .bx_slider_section .bx_slider_customblock_two{width: 50%}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_customblock_one{width:100%}
	.bx-touch .bx_slider_section .bx_slider_customblock_two{width:100%}
}
/**/
.bx_slider_section .bx_slider_price_container{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	z-index: 900;
}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_price_container{left: 52%;}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_price_container{left: auto;position: relative;margin-top: 10px}}
.bx_slider_section .bx_slider_price_rightblock{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:96%;
	background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/images/price_bg.png) no-repeat left center;
	background-size:100% 100%;
}

/**/
.bx_slider_section .bx_slider_price_leftblock{
	position:relative;
	width:96%;
	background:rgba(159,226,248,.52);
}

/**/
.bx_slider_section .bx_slider_current_price{
	padding:10px 10px 5px;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	font-weight:bold;
	font-size:26px;
	line-height:26px;
	vertical-align: middle;
}
.bx_slider_section .bx_slider_current_price.bx_no_oldprice{
	font-size:26px;
	line-height:46px;
}
@media (max-width:980px){			.bx_slider_section .bx_slider_current_price 				{padding:5px 7px 1px;font-size:23px;line-height:18px}}
@media (max-width:980px){			.bx_slider_section .bx_slider_current_price.bx_no_oldprice 	{padding:5px 7px 1px;font-size:23px;line-height:46px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_current_price 				{padding:4px 7px 0px;font-size:17px;line-height:12px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_current_price.bx_no_oldprice  {padding:4px 7px 0px;font-size:17px;line-height:34px}}
/**/
.bx_slider_section .bx_slider_old_price{
	padding:5px 10px 10px;
	color:#496771;
	text-decoration:line-through;
	text-shadow:0 1px 1px rgba(255,255,255,.4);
	font-weight:bold;
	font-size:14px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_old_price{font-size:14px;padding:1px 7px 5px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_old_price{font-size:10px}}
/*Cart button*/
.bx_slider_section .bx_bt_button{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-19px;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx-touch .bx_slider_section .bx_bt_button{font-size:12px}
.bx_slider_section .shadow.bx_bt_button 		 {box-shadow:0 1px 1px 0 rgba(0,0,0,.2);}
.bx_slider_section .shadow.bx_bt_button:active{box-shadow:none}

.bx_slider_section .bx_bt_button  		{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#00a2df), to(#006fcb));
	background-image:-webkit-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:-moz-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:-o-linear-gradient(#00a2df 0%, #006fcb 100%);
	background-image:linear-gradient(#00a2df 0%, #006fcb 100%);
	color:#fff;
	text-shadow:0 1px 0 #006cae;

	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx_slider_section .bx_bt_button:hover  	{
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#21afe4), to(#006fcb));
	background-image:-webkit-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:-moz-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:-o-linear-gradient(#21afe4 0%, #006fcb 100%);
	background-image:linear-gradient(#21afe4 0%, #006fcb 100%);
}
.bx_slider_section .bx_bt_button:active  {
	background-image:-webkit-gradient(linear, 0 0, 0 100%, from(#006fcb), to(#00a2df));
	background-image:-webkit-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:-moz-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:-o-linear-gradient(#006fcb 0%, #00a2df 100%);
	background-image:linear-gradient(#006fcb 0%, #00a2df 100%);
	box-shadow:inset 0 3px 5px 0 rgba(0,0,0,.21);
}
.bx_slider_section .big.bx_bt_button{
	padding:0 13px;
	height:36px;
	line-height:36px;
	font-weight:bold;
}
.bx-touch .bx_slider_section .big.bx_bt_button{
	padding:0 12px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	margin-top:-12px;
	vertical-align: middle;
}
.bx_slider_section .big.bx_bt_button:hover  {}
.bx_slider_section .big.bx_bt_button:active {}

.bx_slider_section .big.bx_bt_button.cart span{
	position:relative;
	bottom:-7px;
	display:inline-block;
	margin:0 10px 0 0;
	width:26px;
	height:23px;
	background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/images/bt_cart.png) no-repeat center;
	-webkit-background-size:contain !important;
	background-size:contain !important;
}
.bx-touch .bx_slider_section .big.bx_bt_button.cart span{
	bottom:0;
	margin:0 10px 0 0;
	width:20px;
	height:24px;
	vertical-align: middle;
}
@media (max-width:800px){.bx_slider_section .big.bx_bt_button.cart span {display:none}}
@media (max-width:640px){.bx_slider_section .big.bx_bt_button.cart span {display:block; margin: 0 !important;}
	.bx_slider_section .big.bx_bt_button.cart strong{display:none}
}

.bx_slider_section .bx_notavailable {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
	margin-bottom: 10px;
	position: absolute;
	height: 26px;
	top: 50%;
	right: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: -13px;
}
/**/
.bx_slider_section .bx_slider_controls{}
.bx_slider_section .bx_slider_arrow_left,
.bx_slider_section .bx_slider_arrow_right{
	position:absolute;
	top:50%;
	z-index:910;
	display:none;
	margin-top:-29px;
	width:57px;
	height:58px;
	background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/images/slider_arrow.png) no-repeat;
	cursor:pointer;
}


.bx_slider_section:hover 	.bx_slider_arrow_left,
.bx_slider_section:hover 	.bx_slider_arrow_right 		 {display:block}

.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -58px;right:0}

.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -116px}
.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -174px}

@media (max-width:980px){
	.bx_slider_section 			.bx_slider_arrow_left,
	.bx_slider_section 			.bx_slider_arrow_right 		 {
		margin-top:-13px;
		width:25px;
		height:25px;
		background-size:25px auto !important;
	}
	.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
	.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -25px;right:0}

	.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -50px}
	.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -75px}
}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left,
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right 		 {
	display:block;
	margin-top:-13px;
	width:25px;
	height:25px;
	background-size:25px auto !important;
}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -25px;right:0}

.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -50px}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -75px}
@media (max-width:639px){
	.bx-touch .bx_slider_section .bx_slider_arrow_left,
	.bx-touch .bx_slider_section .bx_slider_arrow_right{top:22%}
}

/**/

.bx_slider_section .bx_slider_pagination {
	position:absolute;
	bottom:-4px;
	margin:0;
	padding:0;
	width:57%;
	list-style:none;
	text-align:center;
}
.bx_slider_section .bx_slider_pagination li{
	display:inline-block;
	margin:0 3px;
	width:14px;
	height:20px;
	line-height: 20px;
	background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/images/pagination_dot.png) no-repeat right center;
	cursor: pointer;
}
.bx_slider_section .bx_slider_pagination li:hover,
.bx_slider_section .bx_slider_pagination li.active{background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/images/pagination_dot.png) no-repeat 1px center;}

.bx_slider_section .bx_slider_pagination li span{
	display:block;
	cursor: pointer;
	width:14px;
	height:20px;
	text-decoration:none;
}

.bx-touch .bx_slider_section .bx_slider_pagination{}
.bx-touch .bx_slider_section .bx_slider_pagination li,
.bx-touch .bx_slider_section .bx_slider_pagination li span{
	margin:0 1px;
	width:7px;
	height:7px;
	-webkit-background-size:auto 7px;
	background-size:auto 7px;
}
@media (max-width:640px) {
	.bx-touch .bx_slider_section .bx_slider_pagination{
		display: block;
		position: relative;
		bottom: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media (max-width:480px) {
	.bx-touch .bx_slider_section .bx_slider_pagination{
		margin: 10px 0;
	}
}

.bx_slider_section .bx_stick,
.bx_slider_section .bx_slider_title,
.bx_slider_section .bx_slider_title a,
.bx_slider_section .bx_stick_disc{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.our_bestceller .title {
	font-size: 32px;
	line-height: 22px;
	margin: 80px 0 30px;
}
/* End */


/* Start:/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/style.css?161712797527639*/
/* catalog.top */
.bx_catalog_tile_home_type_2{
	position: relative;
	margin-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
@media (max-width:640px) {.bx-touch .bx_catalog_tile_home_type_2{border-bottom: 1px solid #e5e5e5;}}
@media (max-width:479px) {.bx-touch .bx_catalog_tile_home_type_2{border-bottom: 1px solid #e5e5e5;}}

.bx_catalog_tile_home_type_2 .bx_catalog_tile_section{
	padding-top: 45%;
	height:0;
}
@media (max-width:640px) { 			.bx_catalog_tile_home_type_2 .bx_catalog_tile_section{padding-top: 60%}}
@media (max-width:479px) {.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_tile_section{padding-top:206%}}

.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide{position: absolute;top: 0;right: 0;left: 0; z-index: 800;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.active   {opacity: 0;-webkit-animation: nextslide 0.9s;animation: nextslide 0.9s;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.notactive{opacity: 1;-webkit-animation: prevslide 0.9s;animation: prevslide 0.9s;}
@-webkit-keyframes prevslide {from {opacity:1} to {opacity:0}}
@keyframes prevslide {from {opacity:1} to {opacity:0}}
@-webkit-keyframes nextslide {from {opacity:0} to {opacity:1}}
@keyframes nextslide {from {opacity:0} to {opacity:1}}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.notactive,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide 		{display: none;opacity: 0;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slide.active  {display: block;opacity: 1;}




.bx_catalog_tile_home_type_2 .bx_catalog_item{
	position: relative;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 10px;
	padding:1px 26px;
	width: 25%;
	background: #fff;
	-webkit-transition:none;
	-moz-transition:none;
	-ms-transition:none;
	-o-transition:none;
	transition:none;
}

.bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(4n+1){clear: both;}
@media (max-width:640px) {
	.bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(4n+1){clear: none;}
	.bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(3n+1){clear: both;}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(4n+1){clear: none;}
	.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(3n+1){clear: none;}
	.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:nth-child(2n+1){clear: both;}
}




@media (min-width:960px){
	.bx_catalog_tile_home_type_2.col1 .bx_catalog_item{padding:1px 26px;width: 100%}

	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item{padding:1px 26px;width: 50%}
	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item{padding:1px 26px;width: 33.333333%}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4){display: none;}

	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item{padding:1px 26px;width: 25%}
	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(4n+1){clear:both}

}

@media (min-width:760px) and (max-width:960px){
	.bx_catalog_tile_home_type_2.col1 .bx_catalog_item{padding:1px 16px;width: 100%}

	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4){display: none;}

	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item,
	.bx_catalog_tile_home_type_2.col5 .bx_catalog_item{padding:1px 16px;width: 25%}
	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(4n+1){clear:both}
}
@media (max-width:760px){
	.bx_catalog_tile_home_type_2.col1 .bx_catalog_item{padding:1px 16px;width: 100%}

	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1){clear:both}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4){display: none;}

	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item,
	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item,
	.bx_catalog_tile_home_type_2.col5 .bx_catalog_item{padding:1px 16px;width: 33.333333%}
	.bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(3n+1),
	.bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(3n+1){clear:both}
}
@media (max-width:580px){
	.bx-touch .bx_catalog_tile_home_type_2.col1 .bx_catalog_item{padding:1px 26px;width: 100%}

	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item{padding:1px 16px;width: 50%}
	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(3n+1){clear:none}
	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1){clear:both}

	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item,
	.bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item,
	.bx-touch .bx_catalog_tile_home_type_2.col4 .bx_catalog_item,
	.bx-touch .bx_catalog_tile_home_type_2.col5 .bx_catalog_item{padding:1px 16px;width: 50%;clear:none}

	.bx-touch .bx_catalog_tile_home_type_2.col2 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(2n+1),
	.bx-touch .bx_catalog_tile_home_type_2.col4 .bx_catalog_item:nth-child(2n+1){clear:both}
	.bx-touch .bx_catalog_tile_home_type_2.col3 .bx_catalog_item:nth-child(4){display: none;}
}

.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_container {
	position: absolute;
	z-index: 990;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);
	border-radius: 3px;
	border: 1px solid #d3d3d3;
	background: #fff;
	-webkit-animation: borderview 0.5s;
	animation: borderview 0.5s;
}
@media (min-width:960px){.bx-no-touch  .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_container{padding:0 25px 15px}}
@media (max-width:960px){.bx-no-touch  .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_container{padding:0 15px 15px}}

@keyframes borderview {from {border: 1px solid #fdfdfd;box-shadow: 0 0 0 0 rgba(0,0,0,0);} to {border: 1px solid #d3d3d3;box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);}}
@-webkit-keyframes borderview {from {border: 1px solid #fdfdfd;box-shadow: 0 0 0 0 rgba(0,0,0,0);} to {border: 1px solid #d3d3d3;box-shadow: 0 2px 5px 0 rgba(0,0,0,.18);}}

.bx_catalog_tile_home_type_2 .bx_catalog_item_articul{
	color: #a5a5a5;
	font-size: 13px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_title{
	overflow: hidden;
	height: 34px;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_title{
	overflow:auto;
	height:auto !important;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_title a{
	color: #3f3f3f;
	text-decoration: none;
	font-size: 13px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price{
	color: #3f3f3f;
	font-weight: bold;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price span{
	color: #a5a5a5;
	font-size: 12px;
	font-weight: normal;
	white-space: nowrap;
	text-decoration: line-through;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls{
	padding-top: 10px;
	text-align: center;
	opacity: 0;
}
@media (min-width:641px) and (max-width:960px){.bx_catalog_tile_home_type_2 .bx_catalog_item_controls{height: auto}}
@media (max-width:640px){.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls{height:auto;line-height:30px;text-align:center}}
@media (max-width:479px){.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls{height:auto;line-height:30px;display: block}}
@media (max-width:479px){.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls {height: auto}}

.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone{
	width: 100%;
	white-space: nowrap;
	text-align: center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone span{
	color: #3f3f3f;
	font-size: 13px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blockone .bx_notavailable{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	display: inline-block;
	border: 1px solid #E4E4E4;
	background: #F3F3F3;
	white-space: normal;
	line-height: normal;
	padding: 5px 15px;
	margin-bottom: 10px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{
	width:100%;
	text-align:center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{
	margin:1%;
	width: 48%;
	min-width:100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 25px;
	height: 25px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo a{margin:5px 3px}

@media (max-width:640px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls .bx_catalog_item_controls_blocktwo{float: none;width: 100%;text-align: center;}
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls input[type=text]{border: none;}
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_item_controls,
.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls{
	opacity: 1;
}
.bx_catalog_tile_home_type_2 .bx_cnt_desc{
	text-align: left;
	position: absolute;
	right:-45px;
	top: 2px;
	width: 40px;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_controls a{margin-bottom: 10px;}
.bx_catalog_tile_home_type_2 .bx_catalog_item_price .bx_price{font-size: 15px;}
.bx_catalog_tile_home_type_2 .bx_catalog_item_images_double,
.bx_catalog_tile_home_type_2 .bx_catalog_item_images{
	position: relative;
	z-index: 910;
	display: block;
	padding-top: 135%;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size:contain;
	background-size:contain;
}
.bx_catalog_tile_home_type_2 .bx_catalog_item_images_double{
	z-index: 900;
	margin-top: -135%;
	opacity: 0;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item.double:hover .bx_catalog_item_images{
	opacity: 0;
	-webkit-animation: rotateimgfirst 0.5s;
	animation: rotateimgfirst 0.5s;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item.double:hover .bx_catalog_item_images_double{
	opacity: 1;
	-webkit-animation: rotateimglast 0.5s;
	animation: rotateimglast 0.5s;
}
@keyframes rotateimgfirst {from {opacity: 1;} to {opacity: 0;}}
@-webkit-keyframes rotateimgfirst {from {opacity: 1;} to {opacity: 0;}}
@keyframes rotateimglast  {from {opacity: 0;} to {opacity: 1;}}
@-webkit-keyframes rotateimglast  {from {opacity: 0;} to {opacity: 1;}}

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item 	  .bx_catalog_item_controls,
.bx_catalog_tile_home_type_2 .bx_catalog_item 	  .bx_catalog_item_articul,
.bx_catalog_tile_home_type_2 .bx_catalog_item 	  .bx_catalog_item_scu{display:none}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_controls,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_articul,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_scu{display:block}
.bx_catalog_tile_home_type_2 .bx_catalog_item 	  .bx_catalog_item_scu{padding-top:10px}
.bx_catalog_tile_home_type_2 .bx_catalog_item:hover .bx_catalog_item_scu>div{margin:0 auto}

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_controls.touch,
.bx-touch    .bx_catalog_tile_home_type_2 .bx_catalog_item .bx_catalog_item_controls.no_touch{display: none !important;}

/* Stickers */
.bx_catalog_tile_home_type_2 .bx_stick{
	position: absolute;
	width: 123px;
	height: 35px;
	background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/stick.png) left center no-repeat;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	line-height: 35px;
	white-space: nowrap;
	overflow: hidden;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx_catalog_tile_home_type_2 .bx_stick.short {font-weight:  bold;font-size:18px}
.bx_catalog_tile_home_type_2 .bx_stick.average {font-weight:  bold;font-size:13px}
.bx_catalog_tile_home_type_2 .bx_stick.long{font-weight:normal;font-size:11px}
.bx_catalog_tile_home_type_2 .bx_stick_disc{
	position: absolute;
	width: 72px;
	height: 74px;
	background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/stick_disc.png) no-repeat center;
	color: #fff;
	text-align: center;
	text-shadow:0 1px 0 #ba3434;
	font-weight: bold;
	font-size: 23px;
	line-height: 74px;
}
.bx_catalog_tile_home_type_2 .bx_stick.left,
.bx_catalog_tile_home_type_2 .bx_stick_disc.left{left:-2px;}
.bx_catalog_tile_home_type_2 .bx_stick.right,
.bx_catalog_tile_home_type_2 .bx_stick_disc.right{right: 0;}
.bx_catalog_tile_home_type_2 .bx_stick.top,
.bx_catalog_tile_home_type_2 .bx_stick_disc.top{top: 15px;}
.bx_catalog_tile_home_type_2 .bx_stick.bottom,
.bx_catalog_tile_home_type_2 .bx_stick_disc.bottom{bottom: 5px;}
.bx_catalog_tile_home_type_2 .bx_stick.middle,
.bx_catalog_tile_home_type_2 .bx_stick_disc.middle{top: 49%;}
@media (min-width:641px) and (max-width:960px){
	.bx_catalog_tile_home_type_2 .bx_stick{
		width: 90px;
		height: 30px;
		background-size: 100%;
		line-height: 30px;
	}
	.bx_catalog_tile_home_type_2 .bx_stick.short {font-weight:normal;font-size:14px}
	.bx_catalog_tile_home_type_2 .bx_stick.average {font-weight:normal;font-size:11px}
	.bx_catalog_tile_home_type_2 .bx_stick.long{font-weight:normal;font-size:11px}
	.bx_catalog_tile_home_type_2 .bx_stick_disc{
		width: 64px;
		height: 65px;
		background-size: 100%;
		font-size: 	20px;
		line-height: 65px;
	}
}
@media (max-width:640px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick_disc{
		width: 48px;
		height: 49px;
		background-size: 100%;
		font-size: 	16px;
		line-height: 49px;
	}
}
@media (max-width:479px) {
	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick{
		width: 70px;
		height: 30px;
		background-size: 100%;
		font-size: 	11px;
		line-height: 30px;
	}

	.bx-touch .bx_catalog_tile_home_type_2 .bx_stick_disc{
		width: 37px;
		height: 38px;
		background-size: 100%;
		font-size: 13px;
		line-height: 38px;
	}
}

/* buttons */
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2{
	display: inline-block;
	border-radius: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	cursor: pointer;
}

.bx_catalog_tile_home_type_2 .bx_bt_button_type_2 				{
	border: 1px solid #e9e9e9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fcfcfc), to(#f1f1f1));
	background-image: -webkit-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:    -moz-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:      -o-linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	background-image:         linear-gradient(#fcfcfc 0%, #f1f1f1 100%);
	color: #656565;
	text-shadow:0 1px 0 #fff;
}
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2:hover{background: #fff;}
.bx_catalog_tile_home_type_2 .bx_bt_button_type_2:active 	{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:    -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:      -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:         linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.05);
}

.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2{
	display: inline-block;
	min-width: 20px;
	line-height: 20px;
}

.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2 		  	{ }
.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2:hover 	{ }
.bx_catalog_tile_home_type_2 .bx_small.bx_bt_button_type_2:active 	{ }


.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2		{
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}

.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2 		{font-weight: bold;}
.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2:hover  	{ }
.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button_type_2:active 	{ }

.bx_catalog_tile_home_type_2 .bx_col_input{
	display: inline-block;
	width: 20px;
	text-align: center;
}

.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right {
	position: absolute;
	position: absolute;
	top: 45%;
	bottom: 0;
	z-index: 910;
	display: block;
	margin-top: -29px;
	width: 100%;
	width: 35px;
	height: 35px;
	background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/slider_arrow.png) no-repeat;
	background-size: 35px auto !important;
	cursor: pointer;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left{left:-10px;	 background-position: 0 0;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_left:active 		{background-position: 0 -70px;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right{right:-10px;background-position: 0 -35px;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_arrow_right:active 	{background-position: 0 -105px;}

.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination {
	position: absolute;
	bottom: 5%;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
}
.bx-touch .bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination {display: none;}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li{
	display: inline-block;
	margin: 0 3px;
	padding: 0;
	width: 14px;
	height: 20px;
	background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/pagination_dot.png) no-repeat right center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li:hover,
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li.active{
	background: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/pagination_dot.png) no-repeat 1px center;
}
.bx_catalog_tile_home_type_2 .bx_catalog_tile_slider_pagination li span{
	display: block;
	width: 14px;
	height: 20px;
	text-decoration: none;
	cursor: pointer;
}

.bx_catalog_tile_home_type_2 .bx_medium.bx_bt_button {
	padding: 0 13px;
	height: 25px;
	font-weight: bold;
	line-height: 25px;
}

.bx_catalog_tile_home_type_2{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

/* scu_detail_size */
.bx_catalog_tile_home_type_2 .bx_item_detail_size{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size_scroller_container{position: relative}

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size{overflow-x: auto;}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap;
}
.bx-touch 	.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul{margin-left: 0 !important;}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li{
	position: relative;
	display: block;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 25px;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;

	color: #3f3f3f;
	text-align: center;
	text-decoration: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 22px;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_size ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li:active .cnt,
.bx_catalog_tile_home_type_2 .bx_item_detail_size ul li.bx_active .cnt{
	border: 2px solid #006cc0;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_size ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border_active.png) 2 fill stretch;
}

.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_size ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 2px;
	left:2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/missing.png) no-repeat center;
}
/*----*/

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right  		{opacity:0.8}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left:hover,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right:hover {opacity:1.0}

.bx_catalog_tile_home_type_2 .bx_item_detail_size.full .bx_slide_left,
.bx_catalog_tile_home_type_2 .bx_item_detail_size.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left {left: -5%;background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/arr_left.png)  no-repeat left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right{right:-5%;background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/arr_right.png) no-repeat right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_left {left:   0;background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/fade_left.png)  repeat-y left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_size .bx_slide_right{right:  0;background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/fade_right.png) repeat-y right center;background-size: 100% auto}

/* scu_detail_scu */
.bx_catalog_tile_home_type_2 .bx_item_detail_scu{
	position: relative;
	margin-bottom: 10px;
	padding: 0;
	max-width: 100%;
	width: 100%;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu.full {
	position: relative;
	margin-left: -5%;
	padding: 0 5%
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_item_section_name_gray{
	color: #9e9e9e;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

/*----*/

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu_scroller_container{position: relative}

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu{
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu{overflow-x: auto}

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul{
	position: relative;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	white-space: nowrap
}
.bx-touch 	.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul{margin-left: 0 !important}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li{
	position: relative;
	display: block;
	float: left;
	height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt{
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 2px;
	bottom: 4px;
	left:2px;
	display: block;
	overflow: hidden;
	border: 1px solid #c0cfda;
	background: #fff;
	z-index:10;
}
.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border.png) 2 stretch;
	-moz-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border.png) 2 stretch;
	-o-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border.png) 2 stretch;
	border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li:hover .cnt{border: 1px solid #006cc0}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li:active .cnt,
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	padding: 3px;
	border: 2px solid #006cc0;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_missing .cnt{border: 1px solid #c0cfda !important}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_missing>i{
	cursor: not-allowed;
	position: absolute;
	display: block;
	top: 0;
	right: 2px;
	bottom: 4px;
	left: 2px;
	z-index:11;
	background: rgba(255,255,255,.79) url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/missing.png) no-repeat center;
}

.bx-retina .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li.bx_active .cnt{
	border: none;
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border_active.png) 2 stretch;
	-moz-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border_active.png) 2 stretch;
	-o-border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border_active.png) 2 stretch;
	border-image: url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/x2border_active.png) 2 fill stretch;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item{
	position: absolute;
	top:   6%;
	right: 6%;
	bottom:6%;
	left:  6%;
	background-size:contain;
	background-repeat: no-repeat;
}
.bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_scu ul li .cnt .cnt_item img{
	width: auto;
	height: 25px;
}

/*----*/

.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right  	  {opacity:0.8}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left:hover,
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right:hover{opacity:1.0}

.bx_catalog_tile_home_type_2 .bx_item_detail_scu.full .bx_slide_left,
.bx_catalog_tile_home_type_2 .bx_item_detail_scu.full .bx_slide_right{
	position: absolute;
	top: 0;
	bottom:4px;
	width :5%;
	max-width:11px;
	cursor: pointer;
}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left {left: -5%;background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/arr_left.png)  no-repeat   left  center;background-size: 100% auto}
.bx-no-touch .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right{right:-5%;background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/arr_right.png) no-repeat   right center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_left {left:   0;background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/fade_left.png)  repeat-y   left  center;background-size: 100% auto}
.bx-touch 	 .bx_catalog_tile_home_type_2 .bx_item_detail_scu .bx_slide_right{right:  0;background:url(/local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/images/fade_right.png) repeat-y   right center;background-size: 100% auto}
/* End */
/* /local/templates/eshop_bootstrap_blue/components/h2o/favorites.list/gloss/style.css?1617127974399 */
/* /local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/style.css?163948622855644 */
/* /local/templates/eshop_bootstrap_blue/components/lenal/catalog/gloss/bitrix/catalog.element/.default/themes/blue/style.css?1617127974591 */
/* /local/templates/eshop_bootstrap_blue/components/h2o/favorites.add/element/style.css?16171279742265 */
/* /local/templates/eshop_bootstrap_blue/components/webavk/ibcomments/gloss/style.css?16171279774684 */
/* /local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/banner/style.css?161712797517432 */
/* /local/templates/eshop_bootstrap_blue/components/lenal/catalog.top/gloss/slider/style.css?161712797527639 */
