.catalog-sections__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row; }

.catalog-sections__left-menu {
  width: 231px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 231px;
  flex: 0 0 231px;
  margin-right: 30px; }
  @media only screen and (max-width: 700px) {
    .catalog-sections__left-menu {
      display: none; } }

.sale-product-slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
  margin-right: -15px;
  margin-left: -15px;
  opacity: 0;
  -webkit-transition: opacity .4s;
  transition: opacity .4s; }
  @media only screen and (max-width: 992px) {
    .sale-product-slider {
      margin-right: -10px;
      margin-left: -10px; } }
  .sale-product-slider.slick-dotted {
    margin-bottom: 50px; }
  .sale-product-slider .slick-list {
    width: 100%; }
  .sale-product-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important; }
  .sale-product-slider .slick-slide {
    height: auto; }
    .sale-product-slider .slick-slide > div {
      height: 100%; }
  .sale-product-slider.no-slider {
    opacity: 1; }
    .sale-product-slider.no-slider .sale-product-slide {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%; }
  .sale-product-slider.sale-product-slider--four div.sale-product-slide {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      .sale-product-slider.sale-product-slider--four div.sale-product-slide {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%; } }
    @media only screen and (max-width: 960px) {
      .sale-product-slider.sale-product-slider--four div.sale-product-slide {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px; } }
    @media only screen and (max-width: 479px) {
      .sale-product-slider.sale-product-slider--four div.sale-product-slide {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 15px; } }
  .sale-product-slider.slick-initialized {
    opacity: 1; }

.sale-product {
  padding: 80px 0; }
  .sale-product__btn {
    text-align: center;
    margin-top: 70px; }
    .sale-product__btn button {
      display: inline-block; }
  .sale-product__title {
    margin-bottom: 30px; }
    @media only screen and (max-width: 992px) {
      .sale-product__title {
        margin-bottom: 20px; } }
    .sale-product__title h2 {
      margin-bottom: 0; }
  .sale-product-slide {
    padding: 0 16px; }
    @media only screen and (max-width: 992px) {
      .sale-product-slide {
        padding: 0 10px; } }
    .sale-product-slide__in {
      padding: 16px 20px 20px;
      border-radius: 2px;
      border: solid 1px #d9d9d9;
      height: 100%;
      position: relative; }
      .sale-product-slide__in:hover .sale-product-slide__title {
        color: #4587e6; }
    .sale-product-slide__img {
      display: -webkit-box;
      display: -webkit-flex;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: wrap row;
      flex-flow: wrap row;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      align-items: center;
      margin-bottom: 15px;
      height: 185px;
    }
    .sale-product-slide__img img{
      max-width: 185px;
      width: auto;
      height: 100%;
    }
    .sale-product-slide__title {
      font: 600 14px/114% "Open Sans", sans-serif;
      -webkit-transition: .4s;
      transition: .4s;
      color: #4a4a4a;
      margin-bottom: 10px;
      height: 30px;
      overflow: hidden;
    }
    .sale-product-slide__in-stock {
      font: normal 12px/108% "Open Sans", sans-serif;
      color: #2d2d2d;
      margin-bottom: 10px; }

.sale-product-slide-price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: wrap row;
  flex-flow: wrap row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .sale-product-slide-price__cart-btn {
    cursor: pointer; }
  .sale-product-slide-price__new {
    font: bold 18px/130% "Open Sans", sans-serif;
    margin-bottom: 2px; }
  .sale-product-slide-price__old {
    font: normal 14px/130% "Open Sans", sans-serif;
    color: #848484; }

.stickers {
  position: absolute;
  top: 14px;
  left: 0;
  z-index: 2;
  color: white; }

.sticker {
  font: normal 12px/130% "Open Sans", sans-serif;
  padding: 3px 10px 3px 5px;
  margin-bottom: 5px;
  position: relative; }
  .sticker:before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    width: 0px;
    border-width: 11px 10px 11px;
    border-style: solid;
    border-color: #f4042b transparent #f4042b #f4042b;
  }
  .sticker--sale {
    background: #f4042b;
    height: 22px;
  }
  .sticker--new {
    background: #1f7acb; }

.sale-subtitle {
  font-size: 1rem;
  margin: 20px 0; }


.product-price-counter{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.product-price-counter div:first-child{
  display: flex;
  flex-wrap: nowrap;
  transition: 0.2s ease;
}
.product-price-counter div:last-child{
  margin-left: 17px;
}
.product-price-counter__controls{
  cursor: pointer;
  user-select: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.product-price-counter__count{
  width: 35px;
  text-align: center;
  border: none;
  font-size: 18px;
  user-select: none;
  background: #ffffff;
  color: #000000;
}

@media screen and (max-width: 1300px){
  .sale-product-slide-price__right{
    width: 100%;
  }
}
@media screen and (max-width: 1200px){
  .sale-product-slide-price__right{
    width: unset;
  }
  .product-price-counter div:last-child{
    margin-left: 25px;
  }
}
@media screen and (max-width: 710px){
  .sale-product-slide-price__right{
    width: 100%;
  }
}
@media screen and (max-width: 479px){
  .sale-product-slide-price__right{
    width: unset;
  }
}

.section-tags{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 25px 0;
}
.section-tag{
  border: 1px solid #014ea2;
  border-radius: 8px;
  font-size: 14px;
  margin: 6px 20px 6px 0;
  text-transform: uppercase;
  font-weight: 600;
  padding: 7px 16px;
  overflow: hidden;
  user-select: none;
  cursor: pointer;
  background-color: #ffffff;
  color: #014ea2;
  transition: 200ms;
}
.section-tag.active{
  background-color: #014ea2;
  color: #ffffff;
}
/*.section-tag:hover{*/
/*  background-color: #014ea2;*/
/*  color: #ffffff;*/
/*}*/

.sale-product-slide.no-active{
  display: none;
}
@media (max-width: 762px) {
  .section-tag{
    font-size: 12px;
    font-weight: 500;
  }
}