

/* Start:/local/templates/clover.1/components/bitrix/menu/left_front_catalog/style.css?1724059445735*/
/*.catalog-section-list.list-clover-1 .has-child > .dropdown {*/
/*    display: none;*/
/*}*/
.catalog-section-list.list-clover-1 .has-child.opened.show > .dropdown {
    display: block;
}
.catalog-section-list.list-clover-1 .current > * > a {
    font-weight: 600;
}
.catalog-section-list.list-clover-1 .has-child .parent {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.catalog-section-list.list-clover-1 .toggle_block {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
}
.catalog-section-list.list-clover-1 .has-child > .parent > .toggle_block:not(.collapsed) > * {
    transform: rotate(180deg);
}
/* End */


/* Start:/local/templates/clover.1/components/bitrix/catalog.smart.filter/clover.1/style.css?1754902853322*/
.bx-filter-checkbox_with_pic_label[data-prop-code="COLOR_SHADE"] {
	column-gap: .75em;
	justify-content: start;

	.bx-filter-param-btn-block {
		width: auto;
	}
	.bx-filter-param-label {
		padding: 1px;

		.bx-filter-param-text {
			display: none;
		}
		.bx-filter-param-btn {
			margin-right: 0;
		}
	}
}
/* End */


/* Start:/local/templates/clover.1/components/bitrix/news.list/sidebar-slider.1/style.css?17240594441279*/
.sidebar-main-banner {

}
.sidebar-main-banner.main-banner-1 {
	font-size: 7.5px;
	text-align: center;
	height: 330px;
}
.sidebar-main-banner.main-banner-1 .main-banner--label {
	top: 2em;
	font-size: 10px;
}
.sidebar-main-banner.main-banner-1.ib-section-1 .main-banner_left {
	position: absolute;
	margin-left: -15px;
	margin-right: -15px;
	width: 100%;
}
.sidebar-main-banner.main-banner-1 .main-banner_right {
	width: 100%;
	padding: 0 0 10px;
}
.sidebar-main-banner.main-banner-1.ib-section-1 .main-banner_right .main-banner--title {
	margin-top: auto;
}
.sidebar-main-banner.main-banner-1 .main-banner_right > * {
	padding-left: 0;
}
.sidebar-main-banner.main-banner-1 .main-banner_right .main-banner--desc {
	margin-top: 10px;
}
.sidebar-main-banner.main-banner-1 .main-banner_right .main-banner--buttons {
	margin-top: 0;
	display: flex;
	justify-content: center;
}
.sidebar-main-banner.main-banner-1 .btn {
	height: 30px;
	font-size: 11.5px;
	line-height: 1;
}
.sidebar-main-banner .carousel__dots {
	top: calc(100% + 5px);
}
.sidebar-main-banner #bx_651765591_7 .main-banner--title {
	color: #fff;
	margin-top: unset;
}
.sidebar-main-banner #bx_651765591_7 .main-banner_right .main-banner--buttons {
	margin-top: auto;
}
/* End */


/* Start:/local/templates/clover.1/components/bitrix/news.list/news-promos-useful.slider/style.css?17207621073813*/
.news-promos-useful-slider {
  position: relative;
}
@media (max-width: 767.98px) {
  .news-promos-useful-slider {
    margin-bottom: 80px;
  }
}
.news-promos-useful-slider .carousel__nav {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  gap: 6.5px;
  flex-direction: row-reverse;
}
@media (max-width: 767.98px) {
  .news-promos-useful-slider .carousel__nav {
    top: calc(100% + 21px);
    right: 50%;
    transform: translateX(50%);
  }
}
.news-promos-useful-slider .carousel__nav .carousel__button {
  outline: none !important;
  width: 31px;
  height: 31px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  border: 0.5px solid #B3D3E9;
  cursor: pointer;
  position: static;
}
.news-promos-useful-slider .carousel__nav .carousel__button:before {
  content: "";
  mask-image: url("/local/templates/clover.1/assets/public/img/icons/icon-chevron-down-light.svg");
  width: 7px;
  height: 5px;
  background: var(--color-base-2);
}
.news-promos-useful-slider .carousel__nav .carousel__button.is-next {
  transform: rotate(-90deg);
}
.news-promos-useful-slider .carousel__nav .carousel__button.is-prev {
  transform: rotate(90deg);
}
.news-promos-useful-slider .carousel__nav .carousel__button svg {
  display: none;
}

.npu-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.npu-tabs--content {
  margin-top: 28px;
}
.npu-tabs--content .tab-item {
  display: none;
}
.npu-tabs--content .tab-item.active {
  display: block;
}

.npu-tab {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.npu-tab + .npu-tab {
  margin-left: 17.5px;
}
@media (max-width: 767.98px) {
  .npu-tab + .npu-tab {
    margin-left: 10.5px;
  }
}
.npu-tab + .npu-tab:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  box-sizing: border-box;
  border: 1px solid var(--color-base-2);
  border-radius: 50%;
  margin-right: 11.5px;
}
@media (max-width: 767.98px) {
  .npu-tab + .npu-tab:before {
    margin-right: 10.5px;
  }
}
.npu-tab--name {
  color: var(--color-base-2);
  font-size: 24px;
  font-weight: 600;
}
@media (max-width: 767.98px) {
  .npu-tab--name {
    font-size: 20px;
  }
}
.npu-tab--name.active {
  color: #424242;
}

.npu-items {
  display: flex;
}
.npu-items .carousel__track {
  margin: 0 -20px;
}
@media (max-width: 767.98px) {
  .npu-items .carousel__track {
    margin: 0 -10px;
  }
}

.npu-item {
  width: 25%;
  flex: 0 0 auto;
  max-width: 100%;
  padding: 0 22px;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}
@media (max-width: 991.98px) {
  .npu-item {
    width: 33.3%;
  }
}
@media (max-width: 767.98px) {
  .npu-item {
    width: 50%;
    padding: 0 10px;
  }
}
.npu-item-inner {
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.npu-item--pic {
  border-radius: var(--radius-mini);
  overflow: hidden;
  height: 180px;
}
.npu-item--pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.npu-item--title {
  display: block;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.43;
  color: #424242;
}
@media (max-width: 767.98px) {
  .npu-item--title {
    font-size: 12px;
    margin-top: 10px;
  }
}
.npu-item-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 22px;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .npu-item-bottom {
    padding-top: 15px;
  }
}
.npu-item--cat {
  display: inline-block;
  color: #B3B3B3;
  padding: 6px;
  font-size: 10px;
}
@media (max-width: 767.98px) {
  .npu-item--cat {
    padding: 5px;
  }
}
.npu-item--date {
  display: inline-block;
  color: #B3B3B3;
  font-size: 10px;
}

/* End */


/* Start:/local/templates/clover.1/components/bitrix/catalog.products.viewed/viewed/themes/blue/style.min.css?1755013928714*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-products-viewed-header{border-color:#006cc0}
/* End */


/* Start:/bitrix/components/seoeverywhere/tags/templates/.default/style.css?1724059447590*/

.seoeverywhere-tags {
    margin: 30px 0;
}

.seoeverywhere-tags__group {

}

.seoeverywhere-tags__group-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 15px;
}

.seoeverywhere-tags__list {
    display: flex;
    flex-wrap: wrap;
}

.seoeverywhere-tags__item {
    margin-right: 15px;
    margin-bottom: 15px;
}

.seoeverywhere-tags__item a {
    border: 1px solid lightgray;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #333;
    transition: background-color .3s;
}

.seoeverywhere-tags__item a:hover {
    background: lightgray;
}
/* End */
/* /local/templates/clover.1/components/bitrix/menu/left_front_catalog/style.css?1724059445735 */
/* /local/templates/clover.1/components/bitrix/catalog.smart.filter/clover.1/style.css?1754902853322 */
/* /local/templates/clover.1/components/bitrix/news.list/sidebar-slider.1/style.css?17240594441279 */
/* /local/templates/clover.1/components/bitrix/news.list/news-promos-useful.slider/style.css?17207621073813 */
/* /local/templates/clover.1/components/bitrix/catalog.products.viewed/viewed/themes/blue/style.min.css?1755013928714 */
/* /bitrix/components/seoeverywhere/tags/templates/.default/style.css?1724059447590 */
