

/* Start:/local/templates/ecommerce/components/bitrix/breadcrumb/new/style.css?1765973977878*/
#breadcrumbs{
	margin-bottom: 24px;
	margin-top: 12px;
	line-height: 21px;
	font-size: 13px;
	min-height: 21px;
	contain: layout style;
	font-family: Ubuntu, 'Ubuntu Fallback', Arial, sans-serif;
}

#breadcrumbs ul{
	list-style: none;
	padding: 0;
	margin: 0;
	min-height: 21px;
}

#breadcrumbs ul li{
	vertical-align: middle;
	display: inline;
	line-height: 21px;
}

#breadcrumbs ul li a,
#breadcrumbs .arrow{
	white-space: nowrap;
}

#breadcrumbs .changeName{
	white-space: normal;
}


#breadcrumbs ul li a {
	color: #A5A1A1;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}
#breadcrumbs ul li a:hover {
	color: var(--primary);
}
#breadcrumbs .arrow{
	vertical-align: middle;
	display: inline-block;
	font-family: arial;
	font-size: 13px;
	line-height: 21px;
	margin: 0 12px;
	color: #A5A1A1;
}
/* End */


/* Start:/local/components/ecommerce/stock.v2/templates/.default/style.css?177426705610280*/
.main {
 width: 100% !important;
 max-width: 100% !important;
}

.main .catalog {
    display: flex;
    flex-wrap: wrap;
    margin-top: 5px;
}

.main .catalog .catalog-main .catalog-main__sort.--flex {
	display: flex;
}
.main .catalog .catalog-main .catalog-main__sort .sort__item {
    margin-right: 20px;
    display: inline-block;
    padding: 8px;
}

.main .catalog .catalog-main .catalog-main__sort .sort__item.is-active,
.main .catalog .catalog-main .catalog-main__sort .sort__item.is-active:hover {
    background: #ededed;
    color: black;
    text-decoration: none;
}
.main .catalog .catalog-main .catalog-main__buttons {
	z-index: 1;
	position: relative;
}
.main .catalog .catalog-main .catalog-main__buttons .catalog-button {
    bottom: 0;
    z-index: 200;
    left: 0;
    padding: 15px;
    width: 49%;
    background: #ededed;
}
.main .catalog .catalog-main .catalog-main__buttons .catalog-button.catalog-button--sort {
	border-right: 2px solid #fff;
}
.catalog-main__sections {
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

#nextSection li {
    padding-left: 0;
    list-style: none;
}

@media screen and (max-width: 700px) {

    .main .catalog {
        grid-template-areas: unset;
		grid-auto-rows: unset;
		display: block;
	}
	
	.main .catalog .catalog-sidebar {
        position: absolute;
        background-color: #fff;
		z-index: 100;
		width: 100%;
		left: 0;
		transition-duration: 0.5s;
		transition-timing-function: ease-in-out;
	}

    .main .catalog .catalog-main .catalog-main__sort {
        padding: 0 10px;
        display: none;
        flex-direction: column;
        width: 49%;
        position: absolute;
        z-index: 100;
        background: white;
    }

    .main .catalog .catalog-main {
        margin-right: 0;
    }

    .main .catalog .catalog-main .catalog-main .catalog-main__sort .sort__item {
        padding: 8px;
    }

    .main .catalog .catalog-main .catalog-main .catalog-main__sort .sort__item.is-active {
        background: #f7f7f7;
    }
}

div#nextSection {
    padding-bottom: 10px;
}

#nextSection {
    margin-top: 0;
}
#nextSection .title {
    background-color: #f3f3f3;
}

#nextSection, #nextSection .title, #nextSection li {
    border: 0;
    margin: 3px 0;
}
#nextSection li:nth-of-type(1) {
  padding-top: 4px;
}
#nextSection ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.category-heading {
    display: none;
}
#nextSection, #nextSection .title, #nextSection li, #smartFilter, #smartFilter .paramsBox {
    border: 0;
}
#nextSection .sectionLine {

}
#nextSection .sectionColumn {
    display: table-cell;
    vertical-align: middle;
}
#nextSection .sectionColumn:hover {
    font-weight: bold;
     color: #000;
}
#nextSection a {
   text-decoration: none;
   
   font-size: 15px;
   color: #333;
}

#nextSection a:hover {
   color: #AFC647;
}

.section_list_selector_ul .toggler-items {
    height: 17px;
    font-size: 12px;
    color: #00bc52;
    cursor: pointer;
}
.category-with-children .icon svg path{
    fill: none !important;
}
.toggler-items {
  width: 100%;
}
#main-content.main {
    width: 100%;
}
.background-square {
    right: 0;
    width: 20px;
    height: 25px;
    position: absolute;
    background: white;
    top: 0;
    z-index: 1;
}
.filterClose {
    display: none;
}

@media screen and (max-width: 700px) {
    .main .catalog-view .catalog-sidebar {
        display: none;
    }

    .main .catalog-view .catalog-sidebar.sidebar-display {
        display: block;
        width: 100%;
        z-index: 1000;
        background: white;
        margin-top: 10px;
    }

    .filterClose {
        display: block;
        z-index: 100;
        position: absolute;
        right: 5px;
        top: 5px;
        background: white;
        border: 1px solid #e2e2e2;
        padding: 5px 10px;
        border-radius: 18px;
        color: #a2a2a2;
    }
}
.sort__block {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    position: relative;
    margin: 0 2px;
  }
  .sort__block--sorting {
    display: flex;
    gap: 10px;
    position: relative;
  }
  .sort__block i {
    margin-right: 5px;
  }
  .shadow__block {
    border-radius: 2px;
    background: #FFF;
    box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.03);
  }
@media screen and (min-width: 960px) {
    .sort__block--filter {
        display: none;
    }
    .sort__block { 
        justify-content: flex-end;
    }
   
}
.catalog .catalog-sidebar {
    flex: 0 0 20%;
    max-width: 20%;
    padding-right: 5px;
}
.catalog .catalog-main {
    flex: 0 0 80%;
    max-width: 80%;
}
@media  screen and (max-width: 959px) {
    .main .catalog .catalog-sidebar {
        display: none;
    }
    .catalog .catalog-sidebar {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .catalog .catalog-main {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.section_list_children {
    display: none;
    padding-left: 0;
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 12px;
    padding-top: 0;
    padding-bottom: 0;
    border-left: 2px solid #e8e8e8;
    list-style: none;
}

.section_list_children .section_list_selector_li a {
    font-size: 13px;
    padding: 7px 12px;
    color: #555;
}

.section_list_children .section_list_selector_li a:hover {
    color: #AFC647;
    background-color: #fafafa;
}

.section_list_children .section-count {
    font-size: 11px;
}

.section_list_children.second_children {
    padding-left: 0;
    margin-left: 15px;
    border-left-color: #e8e8e8;
    margin-top: 4px;
    margin-bottom: 4px;
}
.section_list_selector_li {
    margin-bottom: 2px;
}

.section_list_selector_ul > .section_list_selector_li {
    margin-bottom: 8px;
}

.section_list_selector_ul > .section_list_selector_li:first-child {
    margin-top: 0;
}

.section-row {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border-left: 3px solid transparent;
    transition: background-color 0.2s, border-left-color 0.2s;
}

.section-row:hover {
    border-left-color: #AFC647;
    background-color: #f8f9fa;
}

.section_list_selector_ul > .section_list_selector_li > .section-row > a {
    font-size: 15px;
    font-weight: 400;
}

.section-link {
    flex: 1;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 10px 8px 10px 12px;
    border-radius: 6px 0 0 6px;
    transition: color 0.2s;
}

.section-link:hover {
    color: #AFC647;
}

.section-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
    cursor: pointer;
    border-radius: 0 6px 6px 0;
    transition: transform 0.3s ease, background-color 0.2s, color 0.2s;
    color: #999;
}

.section-toggle:hover {
    background-color: #eee;
    color: #AFC647;
}

.section_list_selector_li.has-open-children > .section-row > .section-toggle {
    transform: rotate(90deg);
    color: #AFC647;
}

.section_list_selector_li a {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    border-radius: 6px;
    transition: background-color 0.2s, color 0.2s;
}

.section_list_selector_li a:hover {
    background-color: #f5f5f5;
    color: #AFC647;
}
.section_list_children.open {
    display: block;
    animation: slideDown 0.3s ease-out;
}

@keyframes slideDown {
    from {
        opacity: 0;
        max-height: 0;
    }
    to {
        opacity: 1;
        max-height: 1000px;
    }
}
.section__checked,
.section__checked.active {
    background-color: #AFC647 !important;
    color: white !important;
    font-weight: 600;
    border-radius: 6px;
}

.section-row:has(.section__checked) {
    border-left-color: #8fb038 !important;
    background-color: #AFC647 !important;
    border-radius: 6px;
}

.section-row:has(.section__checked) .section-toggle {
    color: white;
}

.section__checked::before,
.section__checked.active::before {
    background: white !important;
}
.item__price-current.--discount.--old {
    color: #C5C1C1;
    text-decoration: line-through;
}

@media screen and (min-width: 960px) {
    .sort__block {
        justify-content: flex-start;
    }
    .sort__block--sorting {
        display: block;
    }
    .sort__block--sorting i {
        display: none;
    }
    .sort__block--sorting .choosed-sort-item {
        display: none;
    }
    .sort__popup, .sort__popup.hidden {
        display: flex;
        background: none;
        box-shadow: none;
        width: 100%;
        position: relative;
        top: 0;
        flex-direction: row;
        float: left;
        padding: 0;
        z-index: 1;
    }
    .sort__popup a, .sort__popup.hidden a, .sort__popup span, .sort__popup.hidden span {
        font-size: 14px;
        border: 1px solid #0000008f;
        padding: 10px 25px;
        border-radius: 12px;
        font-weight: 300;
    }
    .sort__popup a.is-active, .sort__popup.hidden a.is-active, .sort__popup span.is-active, .sort__popup.hidden span.is-active {
        background: #D9D9D9;
    }
}

.search--results.container {
    padding: 0;
}

.section-count {
    font-size: 12px;
    color: #999;
    margin-left: 5px;
}

.sort__popup {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: white;
    position: absolute;
    top: 100%;
    padding: 20px;
    right: 0;
    z-index: 2;
    width: 150%;
    box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.07);
    border-radius: 15px;
    animation: 300ms ease 0s 1 normal none running overlay-in;
}
.hidden {
    display: none;
}
a {
    text-decoration: none;
    color: black;
    transition: all .35s;
}

/* End */


/* Start:/local/components/ecommerce/d.catalog.section.sorted2/templates/squares.new.v2/style.css?176597095421475*/
.main .catalog .catalog-main .catalog-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.main .catalog .catalog-main .catalog-items .item {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  padding: 2px;
}
.main .catalog .catalog-main .catalog-items .item .item__wrapper {
  padding: 10px;
  position: relative;
  transition:  0.3s ease-out; 
  -webkit-transition:  0.3s ease-out; 
  -moz-transition:  0.3s ease-out;
  -o-transition:  0.3s ease-out;
  position: relative;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.main .catalog .catalog-main .catalog-items .item:hover {
  /*border: 1px solid #f3f5f4;*/
  background: #f5f3f32b;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}


.main .catalog .catalog-main .catalog-items .item .item__name {
  display: block;
  line-height: 16px;
  text-decoration: none;
  margin-top: 7px;
  height: 64px;
  overflow: hidden;
  color: #000;
}
.image-wrapper {
  position: relative;
}
.image-wrapper .catalog-image-loader {
  display: none;
  pointer-events: none;
}
.image-wrapper .catalog-lazy-image + .catalog-image-loader {
  display: block;
}
.catalog-lazy-image.catalog-image--loaded + .catalog-image-loader,
.catalog-lazy-image.catalog-image--error + .catalog-image-loader {
  display: none;
}
.catalog-image-loader,
.catalog-image-loader:before,
.catalog-image-loader:after {
  background: #fafafa;
  animation: catalogImageLoadPulse 1s infinite ease-in-out;
  -webkit-animation: catalogImageLoadPulse 1s infinite ease-in-out;
  width: 11px;
  height: 4em;
}
.catalog-image-loader {
  color: transparent;
  text-indent: -9999em;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  font-size: 11px;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  animation-delay: -0.16s;
  -webkit-animation-delay: -0.16s;
}
.catalog-image-loader:before,
.catalog-image-loader:after {
  position: absolute;
  top: 0;
  content: '';
}
.catalog-image-loader:before {
  left: -1.5em;
  animation-delay: -0.32s;
  -webkit-animation-delay: -0.32s;
}
.catalog-image-loader:after {
  left: 1.5em;
}
@-webkit-keyframes catalogImageLoadPulse {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 2em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 3em;
  }
}
@keyframes catalogImageLoadPulse {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 2em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 3em;
  }
}
.main .catalog .catalog-main .catalog-items .item .item__right-icons {
  display: flex;
  flex-direction: column;
  position: absolute;
  right: 0;
  z-index: 1;
  top: 20px;
}

.main .catalog .catalog-main .catalog-items .item .item__bottom-icons {

  position: absolute;
  right: 0;
  z-index: 1;
  bottom: 0;
  text-align: right;
}
.main .catalog .catalog-main .catalog-items .item .item__bottom-icons.is-national-cashback {
  text-align: left;
  /* max-width: 121px; */
  left: 0;
  width: 100px;
  background-color: white;
  border-radius: 30px;
  padding: 8px;
}
.main .catalog .catalog-main .catalog-items .item .right-icons__text-icon {
  margin-bottom: 5px;
  color: #ffffff;
  text-align: center;
  border-radius: 15px;
  padding: 5px 10px;
}

.main .catalog .catalog-main .catalog-items .item .item__bottom-icons img{
  max-width: 66%;
}
.main .catalog .catalog-main .catalog-items .item .item__bottom-icons.is-national-cashback img{
  width: 80px;
  max-width: unset;
}

@media screen and (max-width: 650px) {
  .main .catalog .catalog-main .catalog-items .item .item__bottom-icons.is-national-cashback {
    width: 80px;
  }
  .main .catalog .catalog-main .catalog-items .item .item__bottom-icons.is-national-cashback img{
    width: 60px;
  }
}
.main .catalog .catalog-main .catalog-items .item .right-icons__icon.--parts {
  text-align: right;
}

.main .catalog .catalog-main .catalog-items .item .right-icons__text-icon.--stocks {
  background-color: #ff2916;
}

.main .catalog .catalog-main .catalog-items .item__picture {
  min-height: 220px;
  display: block;
  text-align: center;
  position: relative;
  aspect-ratio: 220 / 200;
  contain: layout style;
}
.main .catalog .catalog-main .catalog-items .item__picture img { 
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 220px;
  height: 200px;
  object-fit: contain;
}
.main .catalog .catalog-main .catalog-items .item:hover .item__name {
  font-weight: 600;
  font-size: 15px;
}

.main .catalog .catalog-main .catalog-items .item .item__artnumber {
  font-size: 12px;
  opacity: 1;
}

.main .catalog .catalog-main .catalog-items .item:hover .item__artnumber {
  opacity: 1;
}

.main .catalog .catalog-main .catalog-items .item .item__avaliable {
  font-size: 14px;
  color: #dbc023;
}

.main .catalog .catalog-main .catalog-items .item .item__avaliable.--is-avaliable {
  color: #AFC647;
  margin-top: 10px;
}
.main .catalog .catalog-main .catalog-items .item .item__avaliable.--not-avaliable {
  color: #c1c1c1;
}
.main .catalog .catalog-main .catalog-items .item .item__price-current {
  font-size: 18px;
  color: #000000;

  padding: 3px 5px;
  font-weight: bold;
}
.main .catalog .catalog-main .catalog-items .item .item__price {
  display: flex;
  flex-direction: column;
}
.main .catalog .catalog-main .catalog-items .item .item__price-current.--discount {
  color: #F21717;
  padding-top: 0;
}

.main .catalog .catalog-main .catalog-items .item .item__price-current.--discount.--old {
  font-size: 14px;
    color: #A3A5A4;
    display: block;
    padding-bottom: 0;
}


.main .catalog  .catalog-main .catalog-description {
  
  text-align: justify;
  line-height: 20px;
}
.main .catalog  .catalog-main .catalog-description h2,
.main .catalog  .catalog-main .catalog-description h3 {
  margin-top: 10px;
}
.main .catalog  .catalog-main .catalog-description ul {
  margin-left: 1.5em;
  margin-bottom: 10px;
}
.main .catalog  .catalog-main .catalog-description li {
  list-style: disc;
  text-indent: 0;
}


@media screen and (max-width: 1250px) {
  .main .catalog .catalog-main .catalog-items .item {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
}
@media screen and (max-width: 768px) {
  .main .catalog  .catalog-items .item .item__add-cart {
    padding: 6px 0;
  }
}
@media screen and (max-width: 650px) {
  .main .catalog .catalog-main .catalog-items .item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .main .catalog  .catalog-items .item .item__add-cart {
    padding: 7px 0;
  }
}
@media screen and (max-width: 550px) {
  .main .catalog .catalog-main .catalog-items .item__picture {
    min-height: 150px;
  }
  .main .catalog .catalog-main .catalog-items .item .item__price-current {
    font-size: 14px;
  }
}
@media screen and (max-width: 450px) {
  .main .catalog .catalog-main .catalog-items .item .item__name {

    font-size: 14px;
    line-height: 15px;
  }

}



.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #494a4a;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}
.bx-pagination .bx-pagination-container ul li.bx-active span {
  background: #AFC647;
  color: #fff;
}


.accordion {
  margin-top: 20px;
}
.accordion .accordion_button {
  max-width: 100%;
  padding: 13px 0 13px 23px;
  border: 1px solid;
  border-color: #8d8f91 #8d8f91 transparent #8d8f91;
  cursor: pointer;
  outline: none;
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #000;
  transition: 0.4s;
  margin-bottom: 0;
}
.accordion .accordion-list-item:last-child .accordion_button, .accordion .accordion_button.active {
  border-color: #8d8f91;
}
.accordion li {
  list-style-type: disc;
  margin-left: 17px;
}
.accordion-list-item .grid-panel {
  display: none;
}
.accordion-list-item .grid-panel.active {
  display: block;
  transition: max-height 0.2s ease-out;
  padding: 10px 22px;
  text-align: left;
  max-width: 100%;
  border: 1px solid;
  border-color: transparent #8d8f91 transparent #8d8f91;
}
.accordion-list-item:last-child .grid-panel.active {

border-color: transparent #8d8f91 #8d8f91 #8d8f91;
}



.catalog-main .scroll {
  width: 100px;
  height: 100px;
  margin: auto 0;
  position: absolute;
  border-radius: 50%;
  animation: down 1.5s infinite;
  margin: 20px auto 35px auto;
  box-sizing: border-box;
  cursor: pointer;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  }
  .catalog-main  .scroll::before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff,#fff), linear-gradient(#fff,#fff);
    background-position: center;
    background-size: 50% 2px,2px 50%;
    background-repeat: no-repeat;

  }
  @keyframes down {
  0% {
    transform: scale(1);
  }
  20% {
    transform: scale(1.1);
  }
  40% {
    transform: scale(1);
  }
  }

.item .lds-ring {
  display: none;
}
.item.loadingIcon .scroll {
  display: none;
}
.item.loadingIcon .lds-ring {

}
.item.loadingIcon  .lds-ring {
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: auto 0;
  position: absolute;
  top: 20%;
  left: 0;
  right: 0;
  margin: 0 auto;
  }
  .item.loadingIcon .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #AFC647;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #AFC647 transparent transparent transparent;
  }
  .item.loadingIcon .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .item.loadingIcon .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .item.loadingIcon .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  .anchor-list {
    margin-top: 20px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .anchor-list a {
    margin-right: 20px;
    color: #000;
    font-size: 13px;
    border-radius: 7px;
    border: 0.5px solid #A0A0A0;
    padding: 7px 15px;
  }
  .main-block {
    margin-top: 20px;
  }


  .seo-table__title {
    margin-top: 20px;
  }
  .seo-table__list {
    margin-top: 10px;
  }
  .seo-table__list thead {
    font-size: 16px;
    font-weight: bold;
  }
  .seo-table__list td {
    padding: 20px 10px;
    border: 1px solid;
    border-color: #8d8f91;
  }
  .rating__stars {
    margin-top: 10px;
    display: flex;
  }
.rating__stars  .star {
  font-size: 19px;
  display: inline-block;
  color: #e9e9e9;
}
.rating__stars .star:last-child {
    margin-right: 5px;
}
.rating__stars .star:before {
    content:'\2605';
}
.rating__stars .star.star__full {
    color: gold;
}
.rating__stars .star.star__half:after {
  content: '\2605';
  color: gold;
  position: absolute;
  margin-left: -16px;
  width: 8px;
  overflow: hidden;
}
.review__link {
  font-size: 11px;
    text-decoration: underline;
    margin-left: auto;
    margin-top: 5px;
}
.catalog-description {
  max-height: 100px;
  display: block;
  position: relative;
  overflow: hidden;
}
.catalog-description__block {
  -webkit-box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 10%) inset;
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.1) inset;
  box-shadow: 0px 5px 10px 2px rgb(34 60 80 / 10%);
  padding: 15px;
  position: relative;
}
.catalog-description__block .body__toggler{
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 7px;
  font-size: 14px;
  background: #01bc53cc;
  color: #ffffffe6;
  border-radius: 12px 0 0 0;
  cursor: pointer;
  z-index: 1;
  display: none;
}
.catalog-description__block.full__body .body__toggler{
  display: none !important;
}
.item__credit {
  margin: 8px 0px;
  display: flex;
}
.item__credit--pic {
  position: relative;
  width: fit-content;
  cursor: pointer;
}
.item__credit--pic img {
  height: 28px;
}
.item__credit--pic span {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  bottom: 0;
  font-size: 10px;
  font-weight: 400;
  height: 12px;
  min-width: 12px;
  position: absolute;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
h1 {
  padding-top: 20px;
  padding-bottom: 20px;
}
.sort__popup {
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: white;
  position: absolute;
  top: 100%;
  padding: 20px;
  right: 0;
  z-index: 2;
  width: 150%;
  box-shadow: 0px 0.5px 25px 0px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  opacity: 1;
  contain: layout;
}
.item__delivery {
  display: flex;
  justify-content: space-between;

}
.item__delivery-type span {
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  white-space: nowrap;
}
.item__delivery-type {
  font-size: 12px;
  padding: 10px 25px 10px 30px;
  line-height: 15px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border: 1px solid #0000004d;
  border-radius: 10px;
  width: 48%;
}
.item__delivery-type.--disabled {
  opacity: 0.3;
  pointer-events: none;
}
.item__delivery-type:before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  /* margin: 0 6px 0 0; */
  position: absolute;
  left: 10px;
}
.item__delivery-type.delivery--self:before {
  background: url(/local/templates/ecommerce/images/prd_cat_store.png) no-repeat;
  background-size: cover;
}
.item__delivery-type.delivery--np:before {
  background: url(/local/templates/ecommerce/images/prd_cat_delivery.png) no-repeat;
  background-size: cover;
}
.item__delivery--wrapper {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  margin-top: 10px;
}

.main .catalog .catalog-main .catalog-items .item .item__name {
  display: -webkit-box;
  text-decoration: none;
  overflow: hidden;
  color: #000;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 14px;
  font-weight: 300;
  height: unset;
}

@media screen and (max-width: 700px) {
  .main .catalog .catalog-main .catalog-items .item .item__name {
    -webkit-line-clamp: 3;
  }
}
.main .catalog .catalog-main .catalog-items .item:hover .item__name {
  font-weight: 300;
  font-size: 14px;
}
.main .catalog .catalog-main .catalog-items .item .item__artnumber {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  margin-top: 5px;
}
.main .catalog .catalog-main .catalog-items .item .item__price-current.--discount.--old {
  text-decoration: line-through;
  font-weight: 400;
}
.item__buy-wrapper {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}
.item__buy-wrapper .item__add-cart {
  background: #AFC647;
  border-radius: 10px;
  padding: 9px 0;
  text-decoration: none;
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #AFC647;
  border-radius: 10px;
  text-align: center;
}
.item__buy-wrapper .item__add-cart::before {
  content: '';
  display: block;
  width: 20px;
  height: 25px;
  background: url(/images/ecommerce/basket.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;

}

@media screen and (max-width: 768px) {
  .item__delivery {
    flex-direction: column;
    gap: 10px;
  }
  .item__delivery-type {
    width: 100%;
    
  }
}

.catalog-main .scroll {
    width: 100px;
    height: 100px;
    margin: auto 0;
    position: absolute;
    border-radius: 50%;
    animation: down 1.5s infinite;
    margin: 20px auto 35px auto;
    box-sizing: border-box;
    cursor: pointer;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.scroll {
  border-radius: 0px 0px 10px 10px;
  background: #AFC647;
  right: 9px;
  position: absolute;
  bottom: -16px;
  padding: 10px 25px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

/* Spinner styles for addCart */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.spinner {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #ccc;
    border-top-color: #333;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}
.item__add-cart .spinner {
    border: 2px solid #eeeeee;
    border-top-color: #ffffff;
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 25%;
    left: 25%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1;
}
/* Приховуємо іконку кошика коли є спінер */
.item__add-cart:has(.spinner)::before {
    display: none !important;
}
/* Альтернативний спосіб для браузерів без підтримки :has() */
.item__add-cart.loading::before {
    display: none !important;
}
/* Вирівнюємо контент коли є спінер - видаляємо padding для правильного центрування */
.item__add-cart.loading,
.item__add-cart:has(.spinner) {
    padding: 0;
    text-align: center;
}

/* Slider styles fix - green range and alignment */
.sf3-slider {
    position: relative;
    height: 22px;
    background: #fff;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
    min-height: 22px;
    contain: layout style;
}
.sf3-slider__track {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    height: 6px;
    background: #eee;
    border-radius: 3px;
}
.sf3-slider__range {
    position: absolute;
    top: 8px;
    height: 6px;
    background: #AFC647 !important;
    border-radius: 3px;
    z-index: 1;
}
/* Приховані input[type=range] для зберігання значень */
.sf3-slider input[type=range] {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-appearance: none;
    background: transparent;
    z-index: 0;
}
/* Кастомні handles як span/div елементи */
.sf3-slider__handle {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #fff;
    border: 2px solid #AFC647;
    cursor: pointer;
    z-index: 3;
    touch-action: none;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    box-sizing: border-box;
}
.sf3-slider__handle:hover {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
.sf3-slider__handle:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(175, 198, 71, 0.3);
}
.sf3-slider__handle--dragging {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
    z-index: 4;
}
/* Підтримка для старих браузерів (fallback для input[type=range] thumb) */
.sf3-slider input[type=range]::-webkit-slider-thumb {
    pointer-events: none;
    -webkit-appearance: none;
    height: 0;
    width: 0;
    opacity: 0;
}
.sf3-slider input[type=range]::-moz-range-thumb {
    pointer-events: none;
    height: 0;
    width: 0;
    opacity: 0;
    border: none;
}
/* End */
/* /local/templates/ecommerce/components/bitrix/breadcrumb/new/style.css?1765973977878 */
/* /local/components/ecommerce/stock.v2/templates/.default/style.css?177426705610280 */
/* /local/components/ecommerce/d.catalog.section.sorted2/templates/squares.new.v2/style.css?176597095421475 */
