.catalog-slider__slide:nth-child(2){
display:none;}
.catalog-slider {
  margin: 10px 0 30px;
}
@media screen and (max-width: 768px) {
    .catalog-slider___hide {
        display: none;
    }
}
.catalog-slider__wrapper {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .catalog-slider__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .catalog-slider {
      display:flex;
  }
  .main__popular h2 {
      display:flex !important;
  }
  .main__catalog__slider__mobile
  {
      display:none !important;
  }
}
.catalog-slider__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  height: 125px;
}
.catalog-slider__slide--desktop {
  display: flex;
}
.catalog-slider__slide--mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .catalog-slider__slide {
    width: 33.3%;
    max-width: 110px;
  }
  .catalog-slider__slide--desktop {
    /*display: none;*/
  }
  .catalog-slider__slide--mobile {
    display: flex;
  }
}
.catalog-slider__slide img {
  margin-bottom: 5px;
  width: 100%;
  max-width: 98px;
}
.catalog-slider__slide___small img {
  margin: 12px 0 17px;
  width: 46px;
}
.catalog-slider__slide___active {
  border-bottom: 2px solid #01AEB7;
}
@media screen and (max-width: 1400px) {
  .catalog-slider__slide___active {
    border-bottom: none;
  }
}
.catalog-slider__btn__next {
  position: absolute;
  left: calc(100% + 40px);
  top: calc(50% - 20px);
}
.catalog-slider__btn__next.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 1400px) {
  .catalog-slider__btn__next {
    display: none;
  }
}
.catalog-slider__btn__prev {
  position: absolute;
  right: calc(100% + 40px);
  top: calc(50% - 20px);
  transform: rotate(180deg);
}
.catalog-slider__btn__prev.swiper-button-disabled {
  display: none;
}
@media screen and (max-width: 1400px) {
  .catalog-slider__btn__prev {
    display: none;
  }
}
.catalog-slider .slide {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  height: 100%;
  padding: 7px 12px;
  border: 0;
  background: #09b4ea;
  color: #FFFFFF;
  margin-right: 8px;
  border-radius: 20px;
  white-space: nowrap;
  max-width: max-content;
}
.catalog-slider .slide img {
  margin-bottom: 5px;
  width: 100%;
}
.catalog-slider .slide.orange {
  background: #ED8869;
}
.catalog-slider .slide.purple {
  background: #A771C9;
}

/*# sourceMappingURL=style.css.map */
.nav-catalog__wrap_block:last-child{
display:none;}
.catalog-section__wrapper>*{
width: 49%;
}