/* Задача № 39498 "Баннер для раздела" */

.banner-catalog {
  margin-bottom: 70px;
display:none;
}
.banner-catalog__wrapper {
  background: #efefef;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.swiper-slide .banner-catalog, .swiper-slide .banner-catalog__wrapper {
  height: 100%;
}

.banner-catalog__description {
  position: relative;
  z-index: 1;
  max-width: 650px;
  padding: 60px 0 60px 171px;
}
.banner-catalog__discount {
  left: -14px;
  top: -17px;
  width: 204px;
  height: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 100%;
  position: absolute;
  font-weight: 600;
  font-size: 73px;
  color: #e2573f;
  border: 1px solid #e2573f;
}
.banner-catalog__discount span {
  font-weight: 800;
  font-size: 44px;
  display: inline-block;
  margin-top: 6%;
}
.banner-catalog__title {
  font-weight: 600;
  font-size: 30px;
  color: #222;
  margin-bottom: 10px;
  max-width: 450px;
  width: 100%;
}
.banner-catalog__text {
  max-width: 303px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.3;
  color: #717171;
}
.banner-catalog__images {
  padding-right: 8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  right: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
	gap: 12%;
}
.banner-catalog__images img:first-child {
  -webkit-transform: rotate(-13deg);
      -ms-transform: rotate(-13deg);
          transform: rotate(-13deg);
  position: relative;
  width: 300px;
  height: 300px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 240px;
}
.banner-catalog__images img:last-child {
  -webkit-transform: rotate(12deg);
      -ms-transform: rotate(12deg);
          transform: rotate(12deg);
  position: relative;
  width: 379px;
  height: 379px;
  -o-object-fit: contain;
     object-fit: contain;
}
.banner-catalog__bg {
  position: absolute;
  right: -20px;
  top: 64%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  height: 210%;
}

@media (max-width: 1250px) {
  .banner-catalog__discount {
    left: -7px;
    top: -17px;
    width: 130px;
    height: 130px;
    font-size: 40px;
  }
  .banner-catalog__discount span {
    font-size: 24px;
  }
  .banner-catalog__description {
    padding: 60px 0 60px 110px;
  }
  .banner-catalog__bg {
    width: 95%;
  }
  .banner-catalog__images {
    padding-right: 5%;
  }
  .banner-catalog__images img:last-child {
    width: 283px;
    height: 283px;
  }
  .banner-catalog__images img:first-child {
    width: 240px;
    height: 240px;
  }
}
@media (max-width: 1025px) {
  .banner-catalog__images img:first-child {
    width: 170px;
    height: 170px;
    margin-top: 0;
    margin-bottom: -70px;
  }
  .banner-catalog__images img:last-child {
    width: 240px;
    height: 240px;
    margin-bottom: -80px;
  }
  .banner-catalog__bg {
    top: auto;
    width: 1111px;
    -webkit-transform: rotate(9deg);
        -ms-transform: rotate(9deg);
            transform: rotate(9deg);
    bottom: -120px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
  .banner-catalog__images {
    margin-top: 20px;
    gap: 10%;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-right: 5%;
    position: static;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
@media (max-width: 769px) {
  .banner-catalog {
    margin-bottom: 20px;
  }
  .banner-catalog__discount span {
    font-size: 20px;
  }
  .banner-catalog__discount {
    left: -7px;
    top: -8px;
    width: 87px;
    height: 87px;
    font-size: 30px;
  }
  .banner-catalog__text {
    max-width: 240px;
    font-size: 12px;
  }
  .banner-catalog__title {
    line-height: 1.3;
    font-size: 16px;
    margin-bottom: 4px;
    max-width: 242px;
  }
  .banner-catalog__images {
    margin-top: 40px;
  }
  .banner-catalog__description {
    padding: 22px 26px 0px 73px;
  }
  .banner-catalog__images img:last-child {
    width: 200px;
    height: 200px;
  }
  .banner-catalog__bg {
    bottom: -103px;
    width: 900px;
    right: -100px;
  }

  .swiper-slide .banner-catalog__discount {
    top: 48px;
  }

  .swiper-slide .banner-catalog__description {
    padding-top: 100px;
  }

  .swiper-slide .banner-catalog__images {
    height: 200px;
  }
}
@media (max-width: 500px) {
  .banner-catalog__bg {
    bottom: -76%;
    width: 125%;
    right: -30px;
  }
  .banner-catalog__images img:last-child {
    width: 150px;
    -webkit-transform: rotate(12deg) translateX(50px);
        -ms-transform: rotate(12deg) translateX(50px);
            transform: rotate(12deg) translateX(50px);
    height: 150px;
  }
  .banner-catalog__images img:first-child {
    width: 124px;
    height: 124px;
    margin-right: -6%;
    margin-bottom: -60px;
  }
}
@media (max-width: 420px) {
  .banner-catalog__images img:first-child {
    margin-right: -15%;
  }
  .banner-catalog__bg {
    bottom: -65%;
  }
}

/* Задача № 39446 "Блоки в моб" */

@media (max-width: 769px) {
    .switcher-title {
        min-height: auto;
    }
    .tizers-list__item-wrapper {
        width: 200px !important;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
    .tizers-list__items-wrapper {
        gap: 30px !important;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow-x: auto;
    }
.tizers-list__item-name {
        min-height: 4em;
        font-size: 15px;
    }
    .tizers-list__item-descr {
        font-size: 14px;
    }
.tizers-list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.tizers-list__item-image-wrapper--position-LEFT.tizers-list__item-image-wrapper {
    margin-right: 0;
    margin-bottom: 20px;
}
.BIG_BANNER_INDEX h1 {
     margin: 20px 0;
}
.TIZERS {
     margin-top: 40px;
}
    .banners-big__text {
        padding-top: 109px;
    }
}
@media (max-width: 600px) {
    .banners-big--adaptive-2 .banners-big__title, .banners-big--adaptive-2 .banners-big__title h1 {
        font-size: 24px;
    }
}
@media (max-width: 520px) {
    .banner-big__img_1 {
        width: 70%;
        -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
                transform: rotate(-10deg);
    }
    .banners-big--adaptive-2 .banners-big__img-wrapper, .banners-big--adaptive-2 .banners-big__img-wrapper a {
        -webkit-transform: translate(13px, -15px);
            -ms-transform: translate(13px, -15px);
                transform: translate(13px, -15px);
    }
    .banner-big__img_0 {
        width: 150%;
    }
}

/* Спец стили для слайдера на главной */

.banner-mobile_769 {
  display: none;
}

@media (max-width: 769px) {
  .banner-mobile_769 {
    display: block;
  }

  .pri-769-none {
    display: none;
  }

  .pri-769-mobimg {

  }

  #spets_id_bg_slide .del-back-color {
    background-color: transparent !important;
  }
}