

/* Start:/local/templates/ekoseti_2026/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?1777540210598*/
.post__detail-wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
}

.post__detail-text p {
	margin: 10px 0;
	text-align: justify;
}
.post__detail-text h2{
    font-size: 26px;
}
.product_blog-container {
    margin-top: 30px;
}
.product_blog-container .swiper-button-next,.product_blog-container .swiper-button-prev{
    width: 44px;
    height: 44px;
}
.product_blog-container .slider-related.swiper{
    padding: 0;
}
.post__detail-text table {
    border: 1px solid black !important;
    border-collapse: collapse;
}
.post__detail-text td {
    border: 1px solid black;
    padding: 8px;
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.section/catalog_slider/style.css?17859337773747*/
.catalog__slider-section {
  margin-top: 50px;
}

.projects-detail-products-slider .catalog__slider-section {
  margin-top: 0;
}

.catalog__slider-section-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

/* .catalog__slider-section-name h2,
.catalog__slider-section-name .h2 {
  margin: 0;
  font-size: 30px;
  line-height: 37px;
  font-weight: 600;
} */

.catalog__slider-section-link {
  padding: 11px 20px 8px 20px;
  font-size: 16px;
  line-height: 20px;
  background: #015E27;
  color: #fff;
  text-decoration: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.catalog__slider-section-link:hover {
  color: #fff;
}

@media screen and (max-width: 1200px) {
  .catalog__slider-section-link {
    display: none;
  }
}

.product-slider {
  position: relative;
  margin-top: 20px;
}

.projects-detail-products-slider .product-slider {
  margin-top: 5px;
}

.product-slider .swiper-button-prev,
.product-slider .swiper-button-next {
  top: calc(50% - 50px);
  width: 30px;
  height: 30px;
  box-shadow: 0px 0 4px rgba(0, 0, 0, 0.35);
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #006D2F;
}

.product-slider .swiper-button-prev {
  left: 5px;
}

.product-slider .swiper-button-next {
  right: 5px;
}

.product-slider .swiper-button-prev svg {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.product-slider .swiper-button-prev::after,
.product-slider .swiper-button-next::after {
  content: none;
}

.product-slider .product-daily-slider__container .slick-slide {
  margin-right: 12px;
  margin-left: 1px;
}

.product-slider__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-slider-item {
  min-width: 238px;
  max-width: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

.slick-slide.product-slider-item {
  max-width: 100%;
}

.product-slider-item.slick-slide {
  display: flex;
}

.product-slider-item__thumb {
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px;
}

.product-slider-item__thumb img {
  margin: 0 auto;
}

.product-slider-item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5rem;
}



/* .catalog__slider-section-link.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .catalog__slider-section-link.mobile {
    display: block;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 40px;
    border: solid 1px #148b45;
    color: #148b45;
    font-size: 16px;
    padding: 10px 30px;
    font-weight: 600;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    text-align: center;
  }
  .catalog__slider-section-link.mobile:hover {
    background-color: #148b45;
    color: #fff;
  }
  
} */

@media screen and (max-width: 1199px) {

  .product-slider .swiper-button-prev,
  .product-slider .swiper-button-next {
    width: 20px;
    height: 20px;
  }

  .product-slider .swiper-button-prev {
    left: 0;
  }

  .product-slider .swiper-button-next {
    right: 0;
  }

  .product-slider .swiper-button-prev svg,
  .product-slider .swiper-button-next svg {
    width: 6px;
  }
}

@media screen and (max-width: 767px) {
  .product-slider .swiper-button-next,
  .product-slider .swiper-button-prev {
    display: none;
  }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.section.list/related-slider-category/style.css?17768555532962*/
.related-categories {
    margin-top: 55px;
}

.related-categories__block-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #000;
}

.related-categories-slider {
    margin-top: 20px;
}

.related-categories__item {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.related-categories__item.swiper-slide {
    height: auto;
}

.related-categories__item-img {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.related-categories__item-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.2;
    color: #000000;
}

.related-categories-slider {
    position: relative;
}

.related-categories-slider .swiper-button-prev,
.related-categories-slider .swiper-button-next {
    width: 30px;
    height: 30px;
    box-shadow: 0px 0 4px rgba(0, 0, 0, 0.35);
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #006D2F;
}

.related-categories-slider .swiper-button-prev {
    left: -15px;
}

.related-categories-slider .swiper-button-next {
    right: -15px;
}

.related-categories-slider .swiper-button-prev svg {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.related-categories-slider .swiper-button-prev::after,
.related-categories-slider .swiper-button-next::after {
    content: none;
}

@media screen and (max-width: 1599px) {
    .related-categories {
        margin-top: 44px;
    }

    .related-categories__block-title {
        font-size: 28px;
    }
}

@media screen and (max-width: 1199px) {
    .related-categories {
        margin-top: 30px;
    }

    .related-categories__item-title {
        font-size: 12px;
    }

    .related-categories-slider .swiper-button-prev,
    .related-categories-slider .swiper-button-next {
        width: 20px;
        height: 20px;
    }

    .related-categories-slider .swiper-button-prev {
        left: -10px;
    }

    .related-categories-slider .swiper-button-next {
        right: -10px;
    }

    .related-categories-slider .swiper-button-prev svg,
    .related-categories-slider .swiper-button-next svg {
        width: 6px;
    }
}

@media screen and (max-width: 759px) {
    .related-categories__block-title {
        font-size: 19px;
    }

    .related-categories .swiper {
        margin-left: -10px;
        margin-right: -10px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .related-categories-slider .swiper-button-next,
    .related-categories-slider .swiper-button-prev {
        display: none;
    }
}
/* End */
/* /local/templates/ekoseti_2026/components/bitrix/news/blog/bitrix/news.detail/.default/style.css?1777540210598 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.section/catalog_slider/style.css?17859337773747 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.section.list/related-slider-category/style.css?17768555532962 */
