.banner__slider-item:not(:first-child):first-child, .catalog__filter-head i, .goods__item, .goods__slider, .header__catalog-child, .header__catalog-dropdown strong.open svg, .header__catalog-group .fa-sort-desc, .header__catalog-text .fa-angle-right, .header__menu-mobile-item, .header__menu-mobile-tel, .header__num {
  transition: all 0.3s ease;
}

.banner__slider-btn {
  width: 215px;
  height: 40px;
  border: none;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fbb910;
  transition: all 0.3s ease;
  font-size: 13px;
  color: #000;
  cursor: pointer;
  font-weight: 400;
}
.banner__slider-btn.disabled {
  background: #e6e6e6;
  color: #000;
  cursor: not-allowed;
}

.banner__slider {
  padding-top: 30px;
  width: 1320px;
  height: 440px;
  padding-bottom: 30px;
}
.banner__slider .slick-list {
  height: 100%;
}
.banner__slider .slick-list .slick-track {
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 2919px) {
  .banner__slider {
    padding-top: 30px;
    width: 960px;
    height: 100%;
  }
}
@media screen and (max-width: 1919px) {
  .banner__slider {
    padding-top: 30px;
    width: 960px;
    height: 100%;
  }
}
@media screen and (max-width: 1365px) {
  .banner__slider {
    padding-top: 30px;
    width: 680px;
    height: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .banner__slider {
    padding-top: 20px;
    width: 600px;
    height: 350px;
  }
}
@media screen and (max-width: 639px) {
  .banner__slider {
    padding-top: 10px;
    width: 290px;
    height: 440px;
    padding-bottom: 10px;
  }
}
.banner__slider .banner__slider-item {
  height: 100%;
  background-size: cover;
  display: flex !important;
  align-items: center;
  padding: 40px 40px 40px 70px;
}
@media screen and (max-width: 1919px) {
  .banner__slider .banner__slider-item {
    height: 100%;
    padding: 40px 40px 40px 70px;
  }
}
@media screen and (max-width: 1365px) {
  .banner__slider .banner__slider-item {
    height: 100%;
    padding: 40px;
  }
}
@media screen and (max-width: 1365px) and (max-width: 1023px) {
  .banner__slider .banner__slider-item {
    height: 350px;
    padding: 40px;
  }
}
@media screen and (max-width: 1365px) and (max-width: 639px) {
  .banner__slider .banner__slider-item {
    height: 180px;
    padding: 40px 20px 40px 40px;
  }
}

/*# sourceMappingURL=style.css.map */
