

/* Start:/local/templates/new_estelab_2023/components/bitrix/catalog/im/style.css?17134289792062*/
.wrap_page.wrap_page-all.eshop-content {
  margin-top: 0;
}

.section-im {
  margin-top: 80px;
  letter-spacing: 0;
}
.section-im.banners-section {
  margin-top: 0;
  width: 100%;
  overflow: hidden;
}
.section-im .wrap_subtitle {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  letter-spacing: 0;
}
.section-im .wrap_subtitle h2 {
  font-family: "Gilroy";
  font-size: 36px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0em;
  text-align: left;
  margin: 0;
}
.section-im .wrap_subtitle .subtitle__link {
  display: flex;
  color: #8A8A8A;
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  white-space: nowrap;
  transition: color 0.3s;
}
.section-im .wrap_subtitle .subtitle__link:hover {
  color: #626262;
}
.section-im .btn-section {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  font-size: 16px;
  color: #1F1F1F;
  border: 1px solid #1F1F1F;
  height: 47px;
  border-radius: 7px;
  text-decoration: none;
  transition: all 0.3s;
  font-family: "Gilroy";
}
.section-im .btn-section:hover, .section-im .btn-section:focus {
  background-color: #1F1F1F;
  color: #FFFFFF;
}

@media (max-width: 992px) {
  .section-im {
    margin-top: 60px;
  }
  .section-im .wrap_subtitle h2 {
    font-size: 28px;
  }
  .section-im .wrap_subtitle .subtitle__link {
    font-size: 16px;
    line-height: 17.6px;
  }
}
@media (max-width: 768px) {
  .section-im {
    margin-top: 50px;
  }
  .section-im .btn-section {
    font-size: 14px;
    margin-top: 20px;
  }
  .section-im.banners-section .col-12 {
    padding-left: 0;
    padding-right: 0;
  }
  .section-im .wrap_subtitle {
    margin-bottom: 15px;
  }
  .section-im .wrap_subtitle h2 {
    font-size: 24px;
  }
  .section-im .wrap_subtitle .subtitle__link {
    font-size: 14px;
    line-height: 15.4px;
  }
  .section-im .wrap_subtitle .subtitle__link span {
    display: none;
  }
  .section-im .container-slider {
    padding-right: 0;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/new_estelab_2023/components/bitrix/news.list/eshop_top_banner_new/style.css?17134388935472*/
.eshop_top_banner {
  position: relative;
}
.eshop_top_banner.eshop_top_banner_new {
  margin: 0;
  width: 100%;
  max-height: inherit;
  overflow: hidden;
  height: 100%;
  max-height: inherit;
  margin-top: 30px;
}
.eshop_top_banner.eshop_top_banner_new:hover .slides .slick-arrow {
  display: inline-flex !important;
}
.eshop_top_banner.eshop_top_banner_new .slides {
  height: 100%;
}
.eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item {
  position: relative;
  border-radius: 0px;
  overflow: hidden;
}
.eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item img:not([src]):not([srcset]) {
  visibility: hidden;
}
.eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_link {
  display: flex;
  height: 100%;
  background-color: #f0f2f5;
}
.eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_smile {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  z-index: 3;
  border-radius: 50%;
  background: #FBFCFE;
  overflow: hidden;
}
.eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_smile img {
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_text {
  display: none;
}
.eshop_top_banner.eshop_top_banner_new .slides .slick-arrow {
  width: 20%;
}
.eshop_top_banner.eshop_top_banner_new .slides .slick-arrow.slick-next-custom:hover {
  cursor: url(/local/templates/new_estelab_2023/components/bitrix/news.list/eshop_top_banner_new/./img/arrow-right.png), pointer;
}
.eshop_top_banner.eshop_top_banner_new .slides .slick-arrow.slick-prev-custom:hover {
  cursor: url(/local/templates/new_estelab_2023/components/bitrix/news.list/eshop_top_banner_new/./img/arrow-left.png), pointer;
}
.eshop_top_banner.eshop_top_banner_new .slick-slider-dots {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
}
.eshop_top_banner.eshop_top_banner_new .slick-slider-dots .slick-dots {
  display: flex;
  list-style: none;
  bottom: 20px;
  padding: 0;
  margin: 0;
  justify-content: center;
  position: static;
}
.eshop_top_banner.eshop_top_banner_new .slick-slider-dots .slick-dots li {
  margin-right: 15px;
  border-radius: 50%;
  overflow: hidden;
}
.eshop_top_banner.eshop_top_banner_new .slick-slider-dots .slick-dots li.slick-active button {
  background-color: rgb(251, 252, 254);
}
.eshop_top_banner.eshop_top_banner_new .slick-slider-dots .slick-dots li button {
  width: 8px;
  height: 8px;
  background-color: rgba(251, 252, 254, 0.35);
  border: none;
  padding: 0;
}
.eshop_top_banner.eshop_top_banner_new .slick-slider-dots .slick-dots li:last-child {
  margin-right: 0;
}
.eshop_top_banner.eshop_top_banner_new .eshop_banner_pic {
  width: 100%;
}
.eshop_top_banner.eshop_top_banner_new .eshop_banner_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: inherit;
}

.section-im .detail-section .eshop_top_banner.eshop_top_banner_new {
  margin-top: 0;
}

@media (max-width: 992px) {
  .eshop_top_banner.eshop_top_banner_new {
    height: auto;
    margin-top: 20px;
    height: 100%;
    max-height: inherit;
  }
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item {
    height: auto;
    border-radius: 0px;
  }
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_smile {
    right: 15px;
    bottom: 15px;
    width: 48px;
    height: 48px;
  }
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_smile img {
    width: 36px;
    height: 36px;
  }
  .eshop_top_banner.eshop_top_banner_new .slick-slider-dots {
    bottom: 15px;
  }
}
@media (max-width: 768px) {
  .eshop_top_banner.eshop_top_banner_new {
    margin-top: 0;
  }
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item {
    border-radius: 0px;
    position: relative;
  }
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_smile {
    right: 15px;
    bottom: 15px;
    width: 36px;
    height: 36px;
  }
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_smile img {
    width: 26px;
    height: 26px;
  }
  .eshop_top_banner.eshop_top_banner_new .slick-slider-dots {
    bottom: 35px;
  }
  .eshop_top_banner.eshop_top_banner_new .slick-slider-dots .slick-dots li {
    margin-right: 10px;
  }
  .eshop_top_banner.eshop_top_banner_new .slick-slider-dots .slick-dots li button {
    width: 6px;
    height: 6px;
  }
}
@media (max-width: 540px) {
  .eshop_top_banner.eshop_top_banner_new {
    height: 100%;
    max-height: inherit;
  }
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 216px;
    background: linear-gradient(360deg, #424242 -25.45%, rgba(79, 79, 79, 0) 88.88%);
    display: flex;
    align-items: flex-end;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 61px;
  }
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_text .text-text {
    font-family: "Gilroy";
    font-size: 24px;
    font-weight: 600;
    line-height: 32.4px;
    color: #FFFFFF;
    white-space: wrap;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 374px) {
  .eshop_top_banner.eshop_top_banner_new .slides .eshop_banner_item .eshop_banner_text .text-text {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/new_estelab_2023/components/bitrix/catalog.section.list/grid_new/style.css?17134289792041*/
.brands-section.brands-section-popular {
  margin-top: 0;
  padding-top: 80px;
}

.brands-im__list {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}
.brands-im__list .brands-im__item {
  margin-right: 20px;
  border: 2px solid #E7EAEF;
  border-radius: 15px;
  width: 183px !important;
}
.brands-im__list .brands-im__item .brands-im__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 183px;
  padding: 0px;
}
.brands-im__list .brands-im__item .brands-im__link img {
  max-height: 100%;
  max-width: 100%;
}
.brands-im__list .brands-im__item:last-child {
  margin-right: 0px;
}

@media (max-width: 992px) {
  .wrap_brands-im__list {
    height: 85px;
    overflow: hidden;
  }
  .brands-im__list {
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .brands-im__list .brands-im__item {
    margin-right: 15px;
  }
  .brands-im__list .brands-im__item .brands-im__link {
    height: 76px;
  }
}
@media (max-width: 768px) {
  .brands-section.brands-section-popular {
    margin-top: 0;
    padding-top: 50px;
    border-radius: 15px 15px 0 0;
    position: relative;
    z-index: 9;
    margin-top: -15px;
    background-color: #FFFFFF;
  }
  .brands-section .container-block {
    padding-left: 0;
    padding-right: 0;
  }
  .wrap_brands-im__list {
    height: 76px;
    overflow: hidden;
  }
  .brands-im__list {
    overflow-x: auto;
    padding-bottom: 15px;
  }
  .brands-im__list .slick-list {
    padding-right: 10px;
    display: flex;
  }
  .brands-im__list .brands-im__item {
    display: flex !important;
    justify-content: center;
    width: 170px;
    min-width: 170px;
    margin-right: 5px;
    border-radius: 10px;
    border-width: 1.5px;
  }
  .brands-im__list .brands-im__item:last-child {
    margin-right: 15px;
  }
  .brands-im__list .brands-im__item:first-child {
    margin-left: 15px;
  }
  .brands-im__list .brands-im__item .brands-im__link {
    width: 100%;
    height: 73px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/new_estelab_2023/components/bitrix/catalog.section.list/grid_popular_im/style.css?17018640991725*/
.popular-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow: hidden;
}
.popular-section__list .popular-section__item {
  margin-right: 55px;
}
.popular-section__list .popular-section__item:last-child {
  margin-right: 0;
}
.popular-section__list .popular-section__item .popular-section__link {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  width: 110px;
  text-decoration: none;
}
.popular-section__list .popular-section__item .popular-section__link .popular-section__img {
  padding: 1px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #C91D70;
  margin-bottom: 10px;
}
.popular-section__list .popular-section__item .popular-section__link .popular-section__img img[src=""], .popular-section__list .popular-section__item .popular-section__link .popular-section__img img:not([src]) {
  display: none;
}
.popular-section__list .popular-section__item .popular-section__link .popular-section__name {
  text-align: center;
  color: #000;
  text-align: center;
  font-family: "Gilroy";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}

@media (max-width: 768px) {
  .popular-section__list .popular-section__item {
    margin-right: 26px;
  }
  .popular-section__list .popular-section__item .popular-section__link {
    width: 80px;
  }
  .popular-section__list .popular-section__item .popular-section__link .popular-section__img {
    width: 80px;
    height: 80px;
    margin-bottom: 10px;
    border-width: 1.5px;
  }
  .popular-section__list .popular-section__item .popular-section__link .popular-section__name {
    font-size: 13px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/estelab/im-block/templates/.default/style.css?17134289791731*/
.im-block {
  height: 374px;
  margin-top: 80px;
  border-radius: 15px;
  overflow: hidden;
  background: url(/local/components/estelab/im-block/templates/.default/./img/im-block-dbg.png), linear-gradient(256.27deg, #CED1DE 2.18%, #EDF2F9 90.36%);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  color: #1F1F1F;
  padding: 100px;
}
.im-block .im-block__title {
  margin: 0;
  font-family: "Gilroy";
  font-size: 36px;
  line-height: 48.6px;
  font-weight: 500;
  max-width: 589px;
}
.im-block .im-block__text {
  margin: 0;
  margin-top: 30px;
  font-family: "Gilroy";
  font-size: 18px;
  font-weight: 400;
  line-height: 24.3px;
  max-width: 589px;
}

@media (max-width: 992px) {
  .im-block {
    height: 248px;
    padding: 40px;
    background: url(/local/components/estelab/im-block/templates/.default/./img/im-block-tbg.png), linear-gradient(256.27deg, #CED1DE 2.18%, #EDF2F9 90.36%);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
  }
  .im-block .im-block__title {
    font-size: 28px;
    line-height: 37.8px;
  }
  .im-block .im-block__text {
    margin-top: 20px;
    font-size: 16px;
    max-width: 450px;
    line-height: 21.6px;
  }
}
@media (max-width: 768px) {
  .im-block {
    height: 550px;
    padding: 0;
    background: url(/local/components/estelab/im-block/templates/.default/./img/im-block-mbg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    color: #FFFFFF;
  }
  .im-block .im-block__desc {
    padding: 15px;
    background: linear-gradient(360deg, #424242 -19.16%, rgba(79, 79, 79, 0) 89.44%);
  }
  .im-block .im-block__title {
    font-size: 24px;
  }
  .im-block .im-block__text {
    margin-top: 20px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/new_estelab_2023/components/bitrix/catalog.section/eshop_product_slider_new/style.css?174532363112080*/
.products-im__list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0;
  margin: 0;
  height: 423px;
}
.products-im__list .slick-list {
  width: 100%;
}
.products-im__list .slick-list .slick-track {
  margin-left: 0;
}
.products-im__list.row {
  margin-left: -10px;
  margin-right: -10px;
}
.products-im__list .product-im__item {
  padding-left: 10px;
  padding-right: 10px;
}
.products-im__list .product-im__item:hover .product-im__link {
  box-shadow: 0px 2px 15px 0px rgba(6, 68, 193, 0.25);
}
.products-im__list .product-im__item:hover .product-im__link .product-im__bottom .product-im__btn {
  display: block;
}
.products-im__list .product-im__item .product-im__link {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 403px;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 15px;
  overflow: hidden;
  background-color: #FFFFFF;
  box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  font-family: "Gilroy";
  color: #000000;
  text-decoration: none;
  transition: box-shadow 0.3s;
}
.products-im__list .product-im__item .product-im__link .archrive__wrap {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
}
.products-im__list .product-im__item .product-im__link .wrap__label {
  position: absolute;
  left: 0;
  top: 15px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.products-im__list .product-im__item .product-im__link .wrap__label .product-im__label {
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0px 8px;
  border-radius: 0px 3px 3px 0px;
  color: #FFF;
  font-family: "Gilroy";
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 5px;
}
.products-im__list .product-im__item .product-im__link .wrap__label .product-im__label:last-child {
  margin-bottom: 0;
}
.products-im__list .product-im__item .product-im__link .wrap__label .product-im__label.product-im__sale {
  background: linear-gradient(266deg, #C91D70 0%, #EE65A7 100%);
}
.products-im__list .product-im__item .product-im__link .wrap__label .product-im__label.product-im__arhive {
  background: linear-gradient(97deg, #ACA1D7 0%, #5944AB 100%);
}
.products-im__list .product-im__item .product-im__link .wrap__label .product-im__label.product-im__new {
  background: linear-gradient(110deg, #18E8C2 0%, #34B7EF 100%);
}
.products-im__list .product-im__item .product-im__link .wrap__label .product-im__label.product-im__express {
  background: linear-gradient(248deg, #F3CC00 0%, #FCC63D 100%);
}
.products-im__list .product-im__item .product-im__link .product-im__top {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 233px;
  height: 233px;
  width: 100%;
  padding: 15px;
}
.products-im__list .product-im__item .product-im__link .product-im__top img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  font-size: 0;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__brand {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 135%;
  letter-spacing: 0.7px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__name {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 135%;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: unset;
  overflow: hidden;
  min-height: 57px;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price {
  display: flex;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price {
  z-index: 2;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 83px;
  height: 32px;
  background-color: #F3F4F5;
  color: #C91D70;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.8px;
  border-radius: 3px;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price.sale-bg {
  background-color: rgb(255, 235, 246);
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price::before, .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -6px;
  transform: translateY(-50%);
  display: inline-flex;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  z-index: 1;
  background-color: #FFFFFF;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price:after {
  left: initial;
  right: -6px;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .noauth-text {
  display: inline-flex;
  align-items: center;
  font-size: 10px;
  letter-spacing: 0.5px;
  line-height: 135%;
  margin-left: 12px;
  max-width: 127px;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__old-price {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 11px;
  color: #9F9F9F;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  text-decoration: line-through;
  letter-spacing: 0.8px;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__btn {
  display: none;
  z-index: 2;
  margin-top: 24px;
  border-radius: 5px;
  border: 1.5px solid #000000;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 135%;
  letter-spacing: 0.8px;
  background-color: transparent;
  height: 40px;
  transition: all 0.3s;
  outline: none;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__btn:hover {
  background-color: #000000;
  color: #FFFFFF;
}
.products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__btn.added-in-basket {
  background-color: #000000;
  color: #FFFFFF;
}

.wrap_slider_im .arrows_slider {
  display: flex;
}
.wrap_slider_im .arrows_slider button {
  width: 24px;
  height: 24px;
  background: transparent;
}
.wrap_slider_im .arrows_slider button.slick-disabled svg path {
  stroke: #D7D6DA;
}
.wrap_slider_im .arrows_slider button:focus, .wrap_slider_im .arrows_slider button:hover {
  outline: none;
}
.wrap_slider_im .arrows_slider button:first-child {
  margin-right: 30px;
}

@media (max-width: 992px) {
  .products-im__list {
    height: auto;
  }
  .products-im__list.row {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .products-im__list .product-im__item {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }
  .products-im__list .product-im__item .product-im__link {
    min-height: 396px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__label {
    font-size: 11px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__top {
    height: 180px;
    padding: 10px 10px 0 10px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom {
    padding: 10px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__brand {
    font-size: 14px;
    margin-bottom: 7px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__name {
    line-height: 130%;
    font-size: 14px;
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
    min-height: 55px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price.no-auth {
    flex-direction: column;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price.no-auth .noauth-text {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 7px;
    margin-left: 0;
    font-size: 10px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price {
    width: 77px;
    height: 26px;
    font-size: 14px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price::before, .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price:after {
    width: 10px;
    height: 10px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price::before {
    left: -5px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__price:after {
    right: -5px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__old-price {
    font-size: 14px;
    margin-left: 7px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__btn {
    display: block;
    height: 35px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .products-im__list {
    height: 100%;
  }
  .products-im__list.row {
    margin-left: -2.5px;
    margin-right: -2.5px;
  }
  .products-im__list .slick-slide > div {
    height: 100%;
  }
  .products-im__list .slick-track {
    display: flex;
  }
  .products-im__list .product-im__item {
    padding-left: 2.5px;
    padding-right: 2.5px;
    min-height: 100%;
  }
  .products-im__list .product-im__item:hover .product-im__link {
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.07);
  }
  .products-im__list .product-im__item:hover .product-im__link .product-im__bottom .product-im__btn {
    display: block;
  }
  .products-im__list .product-im__item .product-im__link {
    min-height: 350px;
    border-radius: 10px;
    min-height: 0;
    height: calc(100% - 20px);
  }
  .products-im__list .product-im__item .product-im__link .product-im__label {
    top: 10px;
    height: 17px;
    font-size: 10px;
    padding: 0 5px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__top {
    height: 150px;
    min-height: 150px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__brand {
    font-size: 12px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__name {
    font-size: 14px;
    min-height: 55px;
    margin-bottom: auto;
    margin-top: 0px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price {
    margin-top: 15px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price.no-auth .noauth-text {
    max-width: 90%;
    margin-top: 20px;
    margin-bottom: 7px;
    margin-left: 0;
    font-size: 10px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .wrap_product__price .product-im__old-price {
    margin-left: 10px;
    font-size: 12px;
  }
  .products-im__list .product-im__item .product-im__link .product-im__bottom .product-im__btn {
    margin-top: 20px;
  }
  .products-im__list .slick-dots {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 10px;
    list-style: none;
    padding: 0;
    display: flex;
  }
  .products-im__list .slick-dots li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    overflow: hidden;
    font-size: 0px;
    margin-right: 10px;
    background-color: #8A8A8A;
    opacity: 0.2;
  }
  .products-im__list .slick-dots li.slick-active {
    background-color: #8A8A8A;
    opacity: 1;
  }
  .products-im__list .slick-dots li:last-child {
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/templates/new_estelab_2023/components/bitrix/news.list/categories-im__list/style.css?16934680062861*/
.categoty-im__list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.categoty-im__list .categoty-im__item {
  width: 285px;
  height: 175px;
  border-radius: 15px;
  overflow: hidden;
  margin-right: 20px;
}
.categoty-im__list .categoty-im__item:nth-child(4n+4) {
  margin-right: 0;
}
.categoty-im__list .categoty-im__item .categoty-im__name {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  color: #FFF;
  font-family: "Gilroy";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin: 0;
}
.categoty-im__list .categoty-im__item .categoty-im__name.black-text {
  color: #000000;
}
.categoty-im__list .categoty-im__item img {
  transition: transform 0.5s;
}
.categoty-im__list .categoty-im__item:hover img {
  transform: scale(1.2);
}
.categoty-im__list .categoty-im__item .categoty-im__link {
  position: relative;
  display: flex;
  height: 100%;
}
.categoty-im__list .categoty-im__item .categoty-im__link img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.categoty-im__list .categoty-im__item:nth-child(n+5) {
  margin-top: 20px;
}

@media (max-width: 992px) {
  .categoty-im__list {
    justify-content: flex-start;
  }
  .categoty-im__list .categoty-im__item {
    width: calc(33.333333% - 10px);
    height: 130px;
    margin-right: 0;
    margin-right: 15px;
  }
  .categoty-im__list .categoty-im__item:hover img {
    transform: scale(1);
  }
  .categoty-im__list .categoty-im__item img {
    transition: none;
  }
  .categoty-im__list .categoty-im__item .categoty-im__name {
    top: 15px;
    left: 15px;
    font-size: 16px;
  }
  .categoty-im__list .categoty-im__item:nth-child(4n+4) {
    margin-right: 15px;
  }
  .categoty-im__list .categoty-im__item:nth-child(3n+3) {
    margin-right: 0;
  }
  .categoty-im__list .categoty-im__item:nth-child(n+4) {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .categoty-im__list {
    justify-content: space-between;
  }
  .categoty-im__list .categoty-im__item {
    display: flex;
    width: calc(50% - 2.5px);
    height: auto;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 5px;
    height: 108px;
  }
  .categoty-im__list .categoty-im__item:nth-child(n+3) {
    margin-top: 5px;
  }
  .categoty-im__list .categoty-im__item .categoty-im__name {
    font-size: 14px;
    top: 10px;
    right: 10px;
  }
  .categoty-im__list .categoty-im__item .categoty-im__link {
    margin-right: 0px;
    width: 100%;
  }
  .categoty-im__list .categoty-im__item .categoty-im__link picture {
    width: 100%;
  }
  .categoty-im__list .categoty-im__item .categoty-im__link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .categoty-im__list .categoty-im__item:nth-child(2n+2) {
    margin-right: 0;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/bitrix/components/bitrix/sender.subscribe/templates/.default/style.css?16711484514876*/
.bx-subscribe {
	margin: 10px 0;
}
.bx-subscribe div.bx-block-title {
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
	color: #343434;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 9px;
}
.bx-subscribe-desc {
	color: #aaa;
	font-size: 12px;
	position: relative;
	margin-top: -5px;
	margin-bottom: 3px;
}
.bx-subscribe .bx-input-group .bx-form-control {
	position: relative;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #F8FAFC;
	border: 1px solid #D5DADC;
	border-radius: 2px;
	outline: none;
	box-shadow: none !important;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.bx-ios .bx-subscribe .bx-input-group .bx-form-control {
	/* Fix of input shadow for IOS browsers. */
	background-image: -webkit-linear-gradient(#f8fafc 0%, #f8fafc 100%);
	background-image: linear-gradient(#f8fafc 0%, #f8fafc 100%);
}
.btn-subscribe {
	cursor: pointer;
	text-align: center;
	background: #70bb18;
	border: none;
	color: #fff;
	font-size: 13px;
	position: relative;
	text-transform: uppercase;
	border-radius: 2px;
	line-height: 30px;
	height: 40px;
	padding: 5px 60px 5px 20px;
	vertical-align: middle;
	outline: none;
	-webkit-transition: width 5s linear;
	-moz-transition: width 5s linear;
	-ms-transition: width 5s linear;
	-o-transition: width 5s linear;
	transition: width 5s linear;
}
.btn-subscribe:hover {
	background: #7ec629;
}
.btn-subscribe:before {
	content: " ";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 40px;
	background-color: #5b9f0b;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAKCAYAAACE2W/HAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MkYyNDcxQTFERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MkYyNDcxQTJERjZGMTFFNDk5NTY5MzQ3QzQxRkMzMEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDoyRjI0NzE5RkRGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyRjI0NzFBMERGNkYxMUU0OTk1NjkzNDdDNDFGQzMwQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Plv+rHwAAADiSURBVHjajNK9asJQFMDxG42KUqFx9kEcRO1UcBCHjh3q3NXHcBEcdHQQPxY7+AaS0a1v0UEhSlu/rv+jhxIlBQ/84OTmnHuSmzjW2qExpoK9ekDcXMcRAVw1d2hckjxqwQxTJJXEDj+ooa5rK+neoocMnvGB7s3EVxQwwhdeDBMDvEPylr3EBB6yGOhaGzE0cJ5o4enOTSzQgY8D8nhDX2ty0hPTCxt6LDmsMtb6fk+hpr9a10THJ4pw8BtVII0ydRNxb/vPplLrSGNKT/Pb3BdVpOU7jklKSNzZKD+JfxJgAAV0YSAU8mZTAAAAAElFTkSuQmCC");
	background-position: 50%;
	background-repeat: no-repeat;
	border-radius: 0 2px 2px 0;
}
.btn-subscribe span {
	display: block;
}
.btn-subscribe.send {
	padding: 5px 40px;
	-webkit-animation-name: MeilSend;
	animation-name: MeilSend;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	outline: none;
	color: #fff;
}
.btn-subscribe:hover, .btn-subscribe:active{color: #fff;}
.btn-subscribe.send:before {
	width: 0;
	background-position: 100px 50%;
	-webkit-animation-name: MeilSendButton;
	animation-name: MeilSendButton;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
}
@keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@-webkit-keyframes MeilSend {0%{padding:5px 60px 5px 20px}100%{padding:5px 40px}}
@keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@-webkit-keyframes MeilSendSpan {0%{color:transparent;}100%{color:#fff;}}
@keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}
@-webkit-keyframes MeilSendButton {0%{width:40px;background-position:50%}100%{width:0;background-position:100px 50%}}

.bx_subscribe_response_container {
	padding: 40px;
	color: #35414E;
}

.bx_subscribe_checkbox_container {
  line-height: 16px;
  font-size: 13px;
  margin-bottom: 3px;
  vertical-align: middle;
  color: #aaa;
}

.bx-sender-subscribe-agreement .main-user-consent-request a {
	font: 11px/10px var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-regular, 400);
}
/* End */
/* /local/templates/new_estelab_2023/components/bitrix/catalog/im/style.css?17134289792062 */
/* /local/templates/new_estelab_2023/components/bitrix/news.list/eshop_top_banner_new/style.css?17134388935472 */
/* /local/templates/new_estelab_2023/components/bitrix/catalog.section.list/grid_new/style.css?17134289792041 */
/* /local/templates/new_estelab_2023/components/bitrix/catalog.section.list/grid_popular_im/style.css?17018640991725 */
/* /local/components/estelab/im-block/templates/.default/style.css?17134289791731 */
/* /local/templates/new_estelab_2023/components/bitrix/catalog.section/eshop_product_slider_new/style.css?174532363112080 */
/* /local/templates/new_estelab_2023/components/bitrix/news.list/categories-im__list/style.css?16934680062861 */
/* /bitrix/components/bitrix/sender.subscribe/templates/.default/style.css?16711484514876 */
