.bnners_section img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.sali-block-products-list .slick-arrow:before, .carousel-container .owl-nav button:before {
  font-family: "icon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.sali-block-products-list .slick-arrow, .brands_section .brand_block span img,
.brands_section .brand_block a img {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.bnners_section .bnner_btn, .carousel-container .banner-btn {
  display: inline-block;
  vertical-align: top;
  margin-top: 20px;
  color: inherit;
  border: 1px solid;
  font-size: 110%;
  line-height: 12px;
  padding: 13px 15px;
  min-width: 180px;
  max-width: 180px;
  text-align: center;
  background: transparent;
}

.carousel-container {
  position: relative;
  overflow: hidden;
}
.carousel-container .banner-item {
  position: relative;
  overflow: hidden;
}
.carousel-container .item-image {
  display: block;
  height: 44.5vw;
  max-height: 570px;
}
.carousel-container .item-image img {
  display: block;
  height: 100%;
  object-fit: cover;
}
.carousel-container .item-info {
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  height: 100%;
  width: 40%;
  max-width: 413px;
  background: rgba(125, 43, 148, 0.9);
  backdrop-filter: blur(20px);
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  padding: 40px;
}
.carousel-container .owl-nav {
  position: absolute;
  z-index: 5;
  top: 36px;
  left: 40px;
  display: flex;
  margin-left: -7px;
}
.carousel-container .owl-nav button {
  border: none;
  background: transparent !important;
  margin: 0 7px;
  color: #ffffff !important;
  font-size: 0;
  padding: 0;
  width: auto;
  height: auto;
}
.carousel-container .owl-nav button:before {
  display: block;
  font-size: 1.6rem;
}
.carousel-container .owl-nav button * {
  display: none;
}
.carousel-container .owl-prev:before {
  content: "\e908";
}
.carousel-container .owl-next:before {
  content: "\e909";
}
.carousel-container .owl-dots {
  position: absolute;
  top: 40px;
  left: 120px;
  right: 60%;
  padding-right: 40px;
  max-width: 300px;
  display: flex;
  justify-content: flex-end;
  z-index: 5;
}
.carousel-container .owl-dot {
  border: none;
  padding: 0;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background: #ffffff;
  opacity: 0.5;
  margin-left: 8px;
}
.carousel-container .owl-dot.active {
  pointer-events: none;
  opacity: 1;
}
.carousel-container .page-title {
  color: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 310px;
}
.carousel-container .banner-description {
  margin-top: 20px;
  max-width: 240px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 120%;
  line-height: 14px;
}
@media screen and (max-width: 991px) {
  .carousel-container {
    margin-left: -20px;
    margin-right: -20px;
  }
  .carousel-container .item-info {
    padding: 20px;
  }
  .carousel-container .owl-nav {
    top: 20px;
    left: 20px;
  }
  .carousel-container .owl-dots {
    top: 24px;
    left: 100px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .carousel-container .item-info {
    position: relative;
    left: auto;
    top: auto;
    width: 100%;
    max-width: 100%;
    height: 168px;
  }
  .carousel-container .owl-nav,
.carousel-container .banner-description {
    display: none;
  }
  .carousel-container .owl-dots {
    right: 37px;
    bottom: 37px;
    left: auto;
    top: auto;
    padding: 0;
  }
  .carousel-container .owl-dot {
    width: 6px;
    height: 6px;
    margin-left: 6px;
  }
  .carousel-container .page-title {
    -webkit-line-clamp: 2;
    height: 68px;
    max-width: 100%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .carousel-container .item-info {
    height: 160px;
  }
  .carousel-container .page-title {
    height: 60px;
  }
}
@media screen and (max-width: 479px) {
  .carousel-container .item-info {
    height: 146px;
  }
  .carousel-container .page-title {
    height: 46px;
  }
}
@media screen and (max-width: 359px) {
  .carousel-container .owl-dots {
    right: 20px;
  }
}

.bnners_section {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
}
.bnners_section .bnner_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px;
  margin-top: 40px;
}
.bnners_section .bnner-inner {
  position: relative;
  overflow: hidden;
  height: 21.6vw;
  max-height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 40px;
  background: #7d2b94;
}
.bnners_section img {
  object-fit: cover;
  opacity: 0.6;
}
.bnners_section .bnner_btn {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}
.bnners_section .bnner_info {
  margin: auto 0;
  position: relative;
  z-index: 2;
}
.bnners_section .page-title {
  color: inherit;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.bnners_section .bnner_description {
  font-size: 120%;
  line-height: 14px;
  margin-top: 9px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1199px) {
  .bnners_section {
    margin-left: -10px;
    margin-right: -10px;
  }
  .bnners_section .bnner_block {
    margin-top: 20px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 991px) {
  .bnners_section .bnner-inner {
    padding: 20px;
  }
  .bnners_section .bnner_btn {
    margin-top: 20px;
  }
  .bnners_section .bnner_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .bnners_section .bnner-inner {
    height: 43.2vw;
  }
}

.brands_section {
  margin: 80px -10px 0;
  display: flex;
  flex-wrap: wrap;
}
.brands_section .page-title {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.brands_section .special {
  color: #7d2b94;
}
.brands_section .brand_block {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 20px;
}
.brands_section .brand_block span,
.brands_section .brand_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #e5e5e5;
  padding: 20px;
  height: 197px;
}
.brands_section .brand_block span img,
.brands_section .brand_block a img {
  display: block;
  max-width: 100%;
  max-height: 122px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .brands_section .brand_block span,
.brands_section .brand_block a {
    height: 160px;
  }
  .brands_section .brand_block span img,
.brands_section .brand_block a img {
    max-height: 100px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands_section {
    margin-top: 60px;
  }
  .brands_section .brand_block span,
.brands_section .brand_block a {
    height: 140px;
  }
  .brands_section .brand_block span img,
.brands_section .brand_block a img {
    max-height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .brands_section {
    margin-top: 40px;
  }
  .brands_section .brand_block {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .brands_section .brand_block span,
.brands_section .brand_block a {
    height: 120px;
  }
  .brands_section .brand_block span img,
.brands_section .brand_block a img {
    max-height: 70px;
  }
}
@media screen and (max-width: 479px) {
  .brands_section .brand_block span,
.brands_section .brand_block a {
    height: 100px;
  }
  .brands_section .brand_block span img,
.brands_section .brand_block a img {
    max-height: 65px;
  }
}

.sali-block-products-list {
  margin-top: 53px;
}
.sali-block-products-list .block-title {
  margin: 0;
}
.sali-block-products-list .special {
  color: #7d2b94;
}
.sali-block-products-list .page-title {
  padding-right: 80px;
}
.sali-block-products-list .sali-product-items {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -10px -69px;
  padding-top: 40px;
  position: relative;
}
.sali-block-products-list .sali-product-items.slick-slider {
  overflow: visible;
}
.sali-block-products-list .sali-product-item {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  padding: 0 10px;
}
.sali-block-products-list .slick-arrow {
  position: absolute;
  border: none;
  background: transparent;
  right: 10px;
  bottom: 100%;
  color: #7d2b94;
  padding: 0;
  line-height: 0;
  height: 16px;
}
.sali-block-products-list .slick-arrow:before {
  display: block;
  font-size: 1.6rem;
}
.sali-block-products-list .slick-next:before {
  content: "\e909";
}
.sali-block-products-list .slick-prev {
  margin-right: 36px;
}
.sali-block-products-list .slick-prev:before {
  content: "\e908";
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .sali-block-products-list {
    margin-top: 40px;
  }
  .sali-block-products-list .sali-product-items {
    padding-top: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .sali-block-products-list {
    margin-top: 30px;
  }
  .sali-block-products-list .sali-product-item {
    width: 33.33%;
  }
  .sali-block-products-list .sali-product-items {
    padding-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  .sali-block-products-list {
    margin-top: 24px;
  }
  .sali-block-products-list .sali-product-items {
    padding-top: 17px;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .sali-block-products-list .sali-product-item {
    width: 50%;
  }
}
@media screen and (max-width: 575px) {
  .sali-block-products-list .sali-product-items {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sali-block-products-list .sali-product-item {
    width: 76.9%;
  }
  .sali-block-products-list .slick-arrow {
    right: 20px;
  }
}

.touch .sali-block-products-list .sali-product-items {
  margin-bottom: 0;
}

.web .carousel-container .owl-nav button, .carousel-container .owl-nav .web button, .web .carousel-container .owl-dot, .carousel-container .web .owl-dot, .web .sali-block-products-list .slick-arrow, .sali-block-products-list .web .slick-arrow {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.web .carousel-container .banner-btn, .carousel-container .web .banner-btn, .web .bnners_section .bnner_btn, .bnners_section .web .bnner_btn {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .carousel-container .owl-nav button, .carousel-container .owl-nav .touch button, .touch .carousel-container .owl-dot, .carousel-container .touch .owl-dot, .touch .sali-block-products-list .slick-arrow, .sali-block-products-list .touch .slick-arrow {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .carousel-container .banner-btn, .carousel-container .touch .banner-btn, .touch .bnners_section .bnner_btn, .bnners_section .touch .bnner_btn {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.web .carousel-container .banner-btn:hover, .carousel-container .web .banner-btn:hover, .web .bnners_section .bnner_btn:hover, .bnners_section .web .bnner_btn:hover {
  background: #ffffff;
  color: #7d2b94;
  border-color: transparent;
}
.web .carousel-container .owl-nav button:hover, .carousel-container .owl-nav .web button:hover, .web .carousel-container .owl-dot:hover, .carousel-container .web .owl-dot:hover, .web .sali-block-products-list .slick-arrow:hover, .sali-block-products-list .web .slick-arrow:hover {
  opacity: 0.7;
}
.touch .carousel-container .banner-btn:active, .carousel-container .touch .banner-btn:active, .touch .bnners_section .bnner_btn:active, .bnners_section .touch .bnner_btn:active {
  background: #ffffff;
  color: #000000;
  border-color: transparent;
}
.touch .carousel-container .owl-nav button:active, .carousel-container .owl-nav .touch button:active, .touch .carousel-container .owl-dot:active, .carousel-container .touch .owl-dot:active, .touch .sali-block-products-list .slick-arrow:active, .sali-block-products-list .touch .slick-arrow:active {
  opacity: 0.7;
}

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