

/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog/catalog__2023/style.css?17762507392062*/
.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.categories-related-title {
	margin-bottom: 10px;
}

.catalog__sidebar {
	padding: 30px 50px 30px 40px;
	overflow-y: auto;
	position: relative;
}

.catalog__sidebar-top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 0px;
}

.catalog__sidebar-close {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 20px;
	height: 20px;
}

.catalog__sidebar-close svg {
	width: 100%;
	height: 100%;
}

.catalog-top__btn-filter {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 24px;
	max-width: 24px;
	height: 24px;
	margin-right: 8px;
	background: #dddddd;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
}

.catalog-top__btn-filter svg {
	width: 13px;
}

.catalog-top__btn-filter-count {
	position: absolute;
	top: -1px;
	right: -1px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 9px;
	height: 9px;
	font-size: 5px;
	line-height: 1;
	color: #fff;
	background: #ff0000;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
}

@media screen and (min-width: 760px) {
	.catalog-top__btn-filter {
		min-width: 30px;
		max-width: 30px;
		height: 30px;
		margin-right: 15px;
	}

	.catalog-top__btn-filter svg {
		width: 16px;
	}
}

@media (min-width: 1200px) {
	.catalog__sidebar {
		padding: 0;
	}

	.catalog-top__btn-filter {
		display: none;
	}

	.offcanvas.catalog__sidebar {
		position: static;
		transform: none;
		visibility: visible;
		border: none;
		z-index: 1;
	}

	.catalog__section-cont {
		display: grid;
		grid-template-columns: 280px 1fr;
		gap: 50px;
	}

	.catalog__sidebar-top {
		display: none;
	}
}


.catalog__sidebar-title {
	font-size: 18px;
	font-weight: bold;
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.element/element__2023/style.css?177747416063500*/
h1.element__title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
}

.element__subtitle {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    gap: 30px;
}

@media screen and (max-width: 759px) {
    .element__subtitle {
        justify-content: space-between;
        gap: 10px;
    }
}

.element__artikul {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
}

.element__artikul-title {
    color: #9D9D9D;
}

.element__artikul-value {
    color: #000000;
}

.element__reviews-wrapper {
    flex-grow: 1;
}

.element__sub-actions {
    display: flex;
    align-items: center;
    gap: 20px;
}

.element__sub-action {
    display: flex;
    align-items: center;
    gap: 5px;
}

.element__sub-action-text {
    font-size: 14px;
    line-height: 20px;
    color: #9c9c9c;
}

/* .modal-content .swiper-slide {
    height: auto !important;
} */

.modal-slider .element-slider__container {
    width: calc(100% - 160px);
    gap: 10px;
    position: relative;
}

@media screen and (max-width: 759px) {
    .modal-slider .element-slider__container {
        width: 100%;
    }
}

.modal-slider .element-slider__container-counter {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
}

.modal-slider .swiper-slide .element-slider__item {
    padding: 0 80px;
}

@media screen and (max-width: 1200px) {
    .modal-slider .swiper-slide .element-slider__item {
        padding: 0 24px;
    }
}

.gallery-modal .element-slider__item video {
    max-width: 500px;
}

.detail-slider .element-slider__container {
    width: calc(100% - 79px);
}

.detail-slider .element-slider__content {
    width: 100%;
}

.gallery-modal .green_button {
    white-space: nowrap;
}

.gallery-modal .element-slider__container .swiper-button-prev,
.gallery-modal .element-slider__container .swiper-button-next {
    width: 50px;
    height: 50px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.gallery-modal .element-slider__container .swiper-button-prev {
    left: 0;
    padding-left: 5px;
}

.gallery-modal .element-slider__container .swiper-button-next {
    right: 0;
    padding-right: 5px;
}

.gallery-modal .element-slider__container .swiper-button-prev::after,
.gallery-modal .element-slider__container .swiper-button-next::after {
    content: none;
}

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

    .gallery-modal .element-slider__container .swiper-button-prev,
    .gallery-modal .element-slider__container .swiper-button-next {
        width: 38px;
        height: 38px;
    }
}

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

    .gallery-modal .element-slider__container .swiper-button-prev,
    .gallery-modal .element-slider__container .swiper-button-next {
        width: 24px;
        height: 24px;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        -ms-border-radius: 8px;
        -o-border-radius: 8px;
    }

    .gallery-modal .element-slider__container .swiper-button-prev {
        left: 0;
    }

    .gallery-modal .element-slider__container .swiper-button-next {
        right: 0;
    }

    .gallery-modal .element-slider__container .swiper-button-prev svg,
    .gallery-modal .element-slider__container .swiper-button-next svg {
        width: 6px;
    }
}

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

    .gallery-modal .element-slider__thumbnails-container .swiper__arrow-up,
    .gallery-modal .element-slider__thumbnails-container .swiper__arrow-down {
        display: none;
    }
}

@media (max-width: 768px) {
    .gallery-modal__header {
        flex-direction: column;
        gap: 15px;
    }

    .detail-slider .element-slider__content {
        max-width: 100%;
    }

    .gallery-modal__title {
        max-width: 100%;
    }

    .gallery-detail-price {
        font-size: 14px;
        line-height: normal;
    }
}

.element-slider__item img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* max-height: 200px; */
}

.element-slider__item video {
    height: 100%;
    width: 100%;
    object-fit: contain;
    /* max-height: 200px; */
}

.element-slider__container--gift {
    position: relative;
}

.custom-modal-content {
    display: flex;
    gap: 20px;
    flex-direction: row !important;
}

.custom-modal-content .element-slider__item {
    min-height: 450px;
}

.custom-modal-content .gallery-modal__header {
    flex-direction: column;
}

.custom-modal-content .h2 {
    font-size: 22px;
}

.element-slider__thumbnails-container {
    padding: 26px 0;
    height: 360px;
    max-width: 100%;
    position: relative;
}

@media screen and (max-width: 759px) {
    .modal-slider .element-slider__thumbnails-container {
        margin: 0 auto;
        padding: 0 50px;
        height: auto;
        width: 100%;
    }
}

.element-slider__thumbnails-container .swiper {
    height: 100%;
}

.custom-modal-content .element-slider__thumbnails-container {
    margin: 0 auto;
}

.element-slider__thumbnail.swiper-slide {
    overflow: hidden;
    border: 1px solid #eaebed;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media screen and (max-width: 759px) {
    .gallery-modal .element-slider__thumbnail.swiper-slide {
        height: auto;
    }
}

.element-slider__thumbnail.swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.element-slider__thumbnail.swiper-slide-thumb-active {
    border-color: #006d2f;
}

.gallery-modal__wrapper {
    max-width: 330px;
}

.gallery-modal__wrapper .gallery-modal__header {
    max-width: 330px;
    border: solid 1px #004bb133;
    border-radius: 3px;
    align-items: initial;
    padding: 20px;
}

.gallery-modal__wrapper .special-element-mark-title.special-element-mark-title_red {
    right: 120px;
}

@media screen and (max-width: 1030px) {
    .custom-modal-content {
        flex-direction: column !important;
    }

    .gallery-modal__wrapper {
        max-width: 100%;
    }

    .gallery-modal__wrapper .gallery-modal__header {
        max-width: 100%;
    }
}

.product-item-detail-pay-block {
    position: relative;
    margin-bottom: 15px;
    padding: 15px 15px 0;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    background-color: #fff;
}

.bx-retina .product-item-detail-pay-block {
    border-width: 0.5px;
}

.product-item-detail-compare-container {
    position: relative;
    margin: 0 -15px 1px -14px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e4e4e4;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    color: #4e4e4e;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
    border-radius: 1px;
}

.product-item-detail-compare .checkbox {
    margin: 0;
    padding: 0;
}

.product-item-detail-price-current {
    color: #d0021b;
    white-space: nowrap;
    font-weight: bold;
    text-align: center;
    font-size: 30px;
    line-height: 33px;
    transition: font-size 200ms ease;
}

.product-item-detail-price-old {
    color: #bdbdbd;
    text-align: center;
    text-decoration: line-through;
    white-space: nowrap;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.product-item-detail-economy-price {
    color: #333;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 17px;
}

.product-item-detail-info-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-scu-container-title {
    color: #a5a5a5;
    font-size: 12px;
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
    vertical-align: middle;
}

.product-item-scu-item-text-container {
    min-width: 48px;
}

.product-item-scu-item-color-container {
    max-width: 60px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: 0.5px;
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: var(--theme-color-primary);
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    overflow: hidden;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-selected-scu-container {
    word-spacing: 1px;
}

.product-item-selected-scu {
    display: inline-block;
    overflow: hidden;
    padding: 0 5px;
    min-width: 22px;
    height: 22px;
    outline: 1px solid #c0cfda;
    outline-color: var(--theme-color-primary);
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 22px;
}

.bx-retina .product-item-selected-scu {
    outline-width: 0.5px;
}

.product-item-selected-scu-color {
    background-position: center;
    background-size: 20px 20px;
    background-repeat: no-repeat;
}

.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.bx-retina .product-item-amount-field {
    border-width: 0.5px;
}

.product-item-amount-field:focus {
    outline: none !important;
    border-color: #006cc0;
    border-color: var(--theme-color-primary);
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
}

.product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

.product-item-quantity {
    color: #333;
    font-weight: normal;
    font-size: 12px;
}

.btn.product-item-detail-buy-button {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 250px;
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.product-item-detail-short-card-btn .btn.product-item-detail-buy-button {
    margin: 0;
}

.btn.product-item-detail-buy-button span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: inline-block;
    min-height: 16px;
    max-width: 100%;
    white-space: normal;
    line-height: 16px;
    transform: translateY(-50%);
}

.btn-link.product-item-detail-buy-button {
    height: 25px;
}

.product-item-detail-slider-container {
    position: relative;
    max-width: 100%;
    background: transparent;
    transition: background 800ms ease;
    z-index: 90;
}

.product-item-detail-slider-block {
    position: relative;
    box-sizing: border-box;
    padding-top: 56.25%;
    height: 0;
}

.product-item-detail-slider-block.product-item-detail-slider-block-square {
    padding-top: 100%;
}

.product-item-detail-slider-images-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.product-item-detail-slider-image {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 250ms linear;
}

.product-item-detail-slider-image.active {
    z-index: 10;
    opacity: 1;
}

.product-item-detail-slider-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    outline: 1px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 450ms ease, width 450ms ease, height 450ms ease,
        outline 450ms ease;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-progress-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 180;
    height: 3px;
    background-color: #006cc0;
    background-color: var(--theme-color-primary);
}

.product-item-detail-slider-controls-block {
    padding: 10px 0;
    text-align: center;
}

.product-item-detail-slider-controls-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 65px;
    height: 65px;
    outline: 1px solid #c0cfda;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
}

.product-item-detail-slider-controls-image:hover,
.product-item-detail-slider-controls-image.active {
    outline-color: var(--theme-color-primary);
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 2px;
}

.bx-retina .product-item-detail-slider-controls-image {
    outline-width: 0.5px;
}

.bx-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
}

.product-item-detail-slider-controls-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 65px;
    max-height: 65px;
    width: auto;
    height: auto;
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-slider-left,
.product-item-detail-slider-right {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 111;
    display: block;
    width: 25%;
    background: rgba(255, 255, 255, 0) url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2230%22%20viewBox%3D%220%200%2016%2030%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2050%202%2036%2016%2022%2015%2021%201%2035%200%2036%201%2037%2015%2051%22%20transform%3D%22translate(0%20-21)%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
    opacity: 0.57;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-left {
    left: 0;
}

.product-item-detail-slider-right {
    right: 0;
    transform: rotate(180deg);
}

.product-item-detail-slider-left:hover,
.product-item-detail-slider-right:hover {
    background-color: rgba(255, 255, 255, 0.4);
    opacity: 0.8;
}

.product-item-detail-slider-close {
    display: none;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close {
    position: absolute;
    top: 4px;
    right: 110px;
    bottom: 0;
    z-index: 150;
    display: block;
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cpolygon%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20points%3D%2216%2015.1%208.944%208%2016%201%2015.006%200%208.05%207%20.994%200%200%201%207.056%208%200%2015.1%20.994%2016%208.05%209%2015.006%2016%22%2F%3E%3C%2Fsvg%3E") no-repeat center;
    opacity: 0.27;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-close:hover {
    opacity: 1;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-right {
    right: 105px;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image {
    z-index: 100;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-image img {
    outline-color: #ddd;
}

.product-item-detail-slider-container.magnified .product-item-detail-slider-left,
.product-item-detail-slider-container.magnified .product-item-detail-slider-right {
    z-index: 50;
}

.product-item-detail-slider-container.magnified .product-item-label-text,
.product-item-detail-slider-container.magnified .product-item-label-ring {
    opacity: 0;
}

.product-item-detail-slider-container.popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 999999;
    background: #fff;
    animation-name: imgPopupShow;
    animation-duration: 300ms;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
    right: 105px;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-block {
    padding-top: 0;
    height: 100vh;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image {
    position: absolute;
    top: 50%;
    left: 50%;
    max-height: 100vh;
    width: calc(100% - 150px);
    transform: translateY(-50%) translateX(-50%);
}

@-webkit-keyframes imgPopupShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes imgPopupShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes imgPopupShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes imgPopupShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes imgPopupShow {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.product-item-detail-slider-container.popup .product-item-detail-slider-image img {
    max-width: 100%;
    max-height: 90vh;
    width: auto;
    cursor: default;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow-y: auto;
    padding: 20px;
    border-left: 1px solid #d3d3d3;
    background-color: #fff;
}

.product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .product-item-detail-slider-container.popup .product-item-detail-slider-images-container {
        right: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-block {
        padding-top: 0;
        height: calc(100vh - 111px);
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image {
        width: 90%;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-image img {
        max-width: 100%;
        max-height: calc(100vh - 115px);
        width: auto;
        cursor: default;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-block {
        position: absolute;
        top: auto;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: auto;
        max-height: 111px;
        border-top: 1px solid #d3d3d3;
        border-left: none;
        white-space: nowrap;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-controls-image {
        display: inline-block;
        margin-bottom: 0;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-close {
        right: 10px;
        z-index: 200;
    }

    .product-item-detail-slider-left,
    .product-item-detail-slider-right {
        max-width: 75px;
    }

    .product-item-detail-slider-container.popup .product-item-detail-slider-right {
        right: 0;
    }
}

.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 190;
    opacity: 1;
    transition: opacity 450ms ease;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text>div,
.product-item-label-ring>div {
    line-height: 0;
}

.product-item-detail-slider-container.popup .product-item-label-text,
.product-item-detail-slider-container.popup .product-item-label-ring {
    display: none;
}

.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

@media (max-width: 767px) {
    .product-item-label-text>div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

@media (max-width: 767px) {

    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 20px;
        height: 20px;
        font-size: 13px;
        line-height: 20px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    transform: translateX(-50%);
}

.product-item-label-center>div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left>div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right>div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    transform: translateY(-50%) translateX(-50%);
}

.product-item-detail-tabs-container {
    min-height: 60px;
    border-bottom: 1px solid #ededed;
}

.product-item-detail-tabs-list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-detail-tabs-list:after {
    display: table;
    clear: both;
    content: "";
}

.product-item-detail-tab {
    float: left;
    min-height: 60px;
}

.product-item-detail-tab-link {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    padding: 10px 25px;
    height: 60px;
    color: #000;
    vertical-align: middle;
    text-transform: uppercase;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
    font-size: 13px;
    line-height: 45px;
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover,
.product-item-detail-tab.active .product-item-detail-tab-link {
    color: #006cc0;
    color: var(--theme-color-primary);
    text-decoration: none;
}

.product-item-detail-tab-link:after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    background: #006cc0;
    background: var(--theme-color-primary);
    content: "";
    transition: all 250ms ease;
}

.product-item-detail-tab-link:hover:after,
.product-item-detail-tab.active .product-item-detail-tab-link:after {
    height: 3px;
}

.product-item-detail-tab-link:active:after {
    height: 6px;
}

.product-item-detail-tab-content {
    padding: 25px 0;
}

@media (max-width: 991px) {
    .product-item-detail-tabs-container {
        display: none !important;
    }

    .product-item-detail-tab-content {
        display: block !important;
    }
}

.product-item-detail-tabs-container-fixed {
    position: fixed;
    top: -100px;
    right: 0;
    left: 0;
    z-index: 300;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
    transition: top 350ms linear;
}

.product-item-detail-tabs-container-fixed {
    min-height: 45px;
    background: #fff;
}

.product-item-detail-tabs-container-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tabs-list {
    margin: 0 auto;
    max-width: 1048px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab {
    min-height: 45px;
}

.product-item-detail-tabs-container-fixed .product-item-detail-tab-link {
    padding: 10px 25px;
    height: 45px;
    line-height: 25px;
}

.bx-touch .product-item-detail-tabs-container-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed {
    position: fixed;
    top: -85px;
    right: 0;
    left: 0;
    z-index: 310;
    box-sizing: border-box;
    height: 85px;
    background-color: #fff;
    box-shadow: 0 4px 14px 0 rgba(32, 54, 74, 0.23);
    transition: top 220ms linear;
}

.product-item-detail-short-card-fixed.active {
    top: 0;
    opacity: 1;
}

.product-item-detail-short-card-fixed.active+.product-item-detail-tabs-container-fixed.active {
    top: 85px;
}

.bx-touch .product-item-detail-short-card-fixed {
    display: none !important;
}

.product-item-detail-short-card-fixed .product-item-detail-short-card-content-container {
    margin: 0 auto;
    max-width: 1048px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.product-item-detail-short-card-image {
    padding-right: 15px;
    width: 80px;
    max-width: 80px;
    vertical-align: middle;
    text-align: center;
}

.product-item-detail-short-card-image img {
    max-width: 100%;
    height: auto;
    max-height: 65px;
    width: 100%;
}

.product-item-detail-short-title-container {
    max-width: 650px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-detail-short-title-text {
    display: block;
    color: #000;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: 16px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.product-item-detail-short-card-price {
    padding: 0 10px;
    vertical-align: middle;
    text-align: right;
}

.product-item-detail-short-card-btn {
    padding-left: 10px;
    min-width: 120px;
}

.product-item-detail-tab-content {
    display: none;
}

.product-item-detail-tab-content.active {
    display: block;
}

.product-item-detail-tab-content h3 {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
}

.product-item-detail-properties {
    margin: 0;
    padding: 0;
    list-style: none;
    display: block;
}

.product-item-detail-properties-item {
    margin-bottom: 5px;
    display: flex;
    align-items: stretch;
}

.product-item-detail-properties-dots {
    border-bottom: 1px dotted #a5a5a5;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.product-item-detail-properties-name,
.product-item-detail-properties-value {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 50%;
    width: auto;
    font-size: 12px;
}

.product-item-detail-properties-name {
    padding-right: 3px;
    color: #a5a5a5;
}

.product-item-detail-properties-value {
    color: #343a40;
    padding-left: 3px;
    text-align: right;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.detail-info__title {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
    margin-bottom: 10px;
}

.detail-info__item {
    /* margin-bottom: 4px; */
}

.detail-info__name {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #9D9D9D;
}

.detail-info__value {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #000000;
}

.detail-info__buttons {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 20px;
}

.detail__content--right {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-grow: 1;
    max-width: 100%;
    gap: 25px;
}

.detail-price__wrapper {
    display: flex;
    gap: 5px;
}

.detail-price__buttons {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.detail-price__buttons+.detail-price__buttons {
    margin-top: 20px;
}

.detail-price__buttons-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
}

/* .detail-plan-buy {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-decoration-line: underline;
    text-underline-offset: 4px;
    color: #000000;
    margin-top: 10px;
} */

/* .detail-plan-buy:hover {
    color: #148B45;
} */

.detail-plan-buy.blue_button {
    position: relative;
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 14px;
    line-height: 19px;
}

.detail-plan-buy.blue_button .detail-plan-buy__sticker {
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 2px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    background: #004bb1;
    border-bottom-right-radius: 4px;
    text-transform: none;
}

.detail-price,
.detail-price__currency {
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #333333;
}

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

    .detail-price,
    .detail-price__currency {
        font-size: 30px;
        line-height: 30px;
    }

    .detail-info__name {
        font-size: 16px;
        line-height: 20.8px;
    }

    .detail-info__value {
        font-size: 16px;
        line-height: 20.8px;
    }

    .detail-info__title {
        font-size: 18px;
    }
}

.detail-buy-block {
    position: relative;
    padding: 25px;
    min-width: 375px;
    max-width: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.detail-buy-block__notice {
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
}

.detail-buy-block__notice:hover {
    color: #148b45;
}

.detail-price__buttons .green_button {
    padding: 12px;
    max-width: 100%;
    width: 100%;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    background: #eaebed;
    color: #000000;
    text-transform: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.detail-price__buttons .green_button:hover {
    color: #fff;
}

.detail-price__buttons-container .green_button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 10px;
    max-width: 100%;
    width: 100%;
    height: 45px;
    white-space: nowrap;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    padding-left: 11px;
    padding-right: 11px;
    background: #015e27;
    color: #fff;
    text-transform: none;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.detail__content--left {
    max-width: 560px;
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-start;
    column-gap: 20px;
}

.detail__content {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 99px;
}

.detail-buy-block-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 0;
    margin-bottom: 40px;
}

.detail-buy-block-bottom .element-price__title {
    width: 100%;
}

.detail-buy-block-bottom .detail-price__buttons {
    min-width: 265px;
}

.element-price__title .special-element-mark {
    position: absolute;
    right: -60px;
    top: -10px;
}

.special-element-mark-bg {
    width: 100%;
    height: 100%;
}

.detail-buy-block .element-price__title {
    max-width: 100%;
    width: max-content;
    margin-bottom: 30px;
}

.special-element-mark-bg {
    border-bottom: 20px solid red;
    border-left: 3px solid transparent;
    border-right: 0px solid transparent;
    height: 0;
    width: 50px;
    rotate: -6deg;
    position: relative;
    top: 10px;
    left: -3px;
}

.special-element-mark-title {
    font-size: 10px;
}

.special-element-mark-container.relative {
    /* display: inline; */
}

.special-element-mark-container .special-element-mark {
    width: auto;
}

.detail-item-amount-field-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background: #eaebed;
    border: 1px solid #eaebed;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.detail-item-amount-field {
    text-align: center;
}

.gallery-modal .modal-content {
    overflow: hidden;
    max-width: 1450px;
    padding: 30px 50px 30px 30px;
}

@media screen and (max-width: 1599px) {
    .gallery-modal .modal-content {
        max-width: 1120px;
        padding: 20px 50px 20px 20px;
    }
}

@media screen and (max-width: 1199px) {
    .gallery-modal .modal-content {
        max-width: calc(100% - 24px);
        padding: 15px 35px 15px 15px;
    }
}

@media screen and (max-width: 759px) {
    .gallery-modal .modal-content {
        max-width: calc(100% - 20px);
        padding: 20px 10px 35px 10px;
    }
}

.gallery-modal .modal-dialog {
    max-width: 100%;
}

.gallery-modal .modal-dialog {
    margin: 10px;
}

.gallery-modal__header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.gallery-modal__title {
    max-width: 50%;
}

.gallery-detail-price,
.gallery-detail-price__currency {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
}

.gallery-modal__header-price {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
}

input.detail-item-amount-field.detail-item-amount-field--percent,
.percent {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    height: 100%;
    margin-right: 20px;
    pointer-events: none;
}

.percent {
    position: absolute;
    top: 10px;
    right: 80px;
}

.detail-item-amount-field-container.relative {
    width: 246px;
}

.detail-info__related {
    margin-bottom: 10px;
}

.detail-info__related-cont {
    display: flex;
    /* flex-wrap: wrap; */
    overflow: hidden;
    gap: 10px;
}

.detail-info__related-cont.detail-info__related-cont_loaded {
    overflow: initial;
    flex-wrap: wrap;
}

.detail-info__related-item {
    white-space: nowrap;
    display: inline-block;
    font-size: 16px;
    padding: 5px 15px;
    border-radius: 3px;
    background-color: #f2f6fb;
    border-color: #f2f6fb;
    color: #111;
    font-weight: 500;
}

.detail-info__related-item.detail-info__related-item_hidden {
    display: none;
}

.detail-info__related-item:hover,
.detail-info__related-item:focus {
    background-color: #148b45;
    color: white;
}

.detail-info__related-item {}

.detail-info__related-item-btn {
    white-space: nowrap;
}

.detail-info__related-item-btn:hover,
.detail-info__related-item-btn:focus {
    text-decoration: underline;
    color: #004bb1;
}

.item-prices {
    margin-bottom: 20px;
    width: 100%;
    border: none !important;
}

.item-prices tbody {
    border: none !important;
}

.item-prices__line {
    border: none !important;
}

td.item-prices__quantity {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #999999;
    border: none !important;
}

td.item-prices__price {
    width: max-content;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #333333;
    border: none !important;
}

.special-element-mark-title-container {
    top: 23%;
}

@media (max-width: 1350px) {
    .special-element-mark-title-container {
        top: -35%;
        left: -58px;
    }
}

.special-element-mark-title {
    background: red;
    padding: 5px;
    max-width: 100px;
    width: max-content;
    line-height: initial;
    text-align: center;
    position: relative;
    font-weight: 800;
}

.detail__props-comment {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    margin-top: 30px;
}

/* .element_photo_video__cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

@media (max-width: 991px) {
    .element_photo_video__cont {
        grid-template-columns: 1fr 1fr 1fr 1fr;
    }
}

@media (max-width: 767px) {
    .element_photo_video__cont {
        grid-template-columns: 1fr 1fr;
        grid-auto-rows: 180px;
    }
}

@media (max-width: 500px) {
    .element_photo_video__cont {
        gap: 10px;
    }
} */

.element_photo_video__cont {
    position: relative;
}

.element_photo_video__cont .swiper-button-prev,
.element_photo_video__cont .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;
}

.element_photo_video__cont .swiper-button-prev {
    left: -15px;
}

.element_photo_video__cont .swiper-button-next {
    right: -15px;
}

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

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

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

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

    .element_photo_video__cont .swiper-button-prev {
        left: -10px;
    }

    .element_photo_video__cont .swiper-button-next {
        right: -10px;
    }

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

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

    .element_photo_video__cont .swiper-button-prev,
    .element_photo_video__cont .swiper-button-next {
        display: none;
    }
}

.element_photo_video__item {
    overflow: hidden;
    aspect-ratio: 1/1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.element_photo_video__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-info__reviews {
    cursor: pointer;
}

.rating-info {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.bx-catalog-element .element-tabs {
    right: 0;
}

.bx-catalog-element .element-tabs::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.element-description p,
.element-description li {
    font-size: 14px;
}

.element-description>li {
    margin-left: 15px;
}

.element-preimushchestva p,
.element-preimushchestva li {
    font-size: 14px;
}

.element-preimushchestva-content {
    overflow: hidden;
}

.element-preimushchestva-opener {
    margin-top: 30px;
    display: inline-block;
    background: linear-gradient(180deg, #015e27 0%, #017234 100%);
    padding: 14px 30px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .element-preimushchestva-opener {
        padding: 10px 30px;
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }
}

/* gift */
.special-element-mark-container.special-element-mark-container--gift {
    position: absolute;
    right: 30px;
    top: -8px;
}

.special-element-mark-container--gift img {
    margin-top: -5px;
    margin-bottom: -5px;
}

.gift-modal-title {
    color: #148b45;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 0 !important;
}

.gift-modal-subtitle {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    margin-bottom: 18px !important;
}

.modal-dialog--gift {
    max-width: 530px !important;
}

.modal-content--gift {
    max-width: 450px !important;
}

.modal-content--gift::before {
    display: none;
}

.gift-modal-list {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 24px;
    row-gap: 6px;
    padding: 0;
    margin: 0 0 17px;
}

.gift-modal-item {
    font-size: 14px;
    line-height: 19px;
    position: relative;
}

.gift-modal-item::before {
    content: "|";
    position: absolute;
    right: -12px;
}

.gift-modal-item:nth-child(3n + 3)::before {
    display: none;
}

.gift-modal-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.gift-modal-info {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
}

.gift-modal-link {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    background-color: #004bb1 !important;
}

@media (max-width: 500px) {
    .gift-modal-item::before {
        display: none;
    }

    .gift-modal-list {
        display: block;
        text-align: center;
    }

    .gift-modal-subtitle {
        font-size: 20px;
        line-height: 26px;
    }

    .gift-modal-img {
        width: 60%;
        height: auto;
    }

    .gift-modal-title {
        margin-bottom: 20px !important;
    }
}

/* !gift */

/* variation */
.detail-info__item--variation {
    margin-bottom: 10px;
}

.detail-info__variation {
    display: flex;
    gap: 6px;
    margin-bottom: 15px;
}

.detail-info__variation-item {
    width: 28px;
    height: 28px;
    /* padding: 4px; */
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
}

.detail-info__variation-link {
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

/* .detail-info__variation-item--active { */

/* position: relative; */
/* box-shadow:0 0 0 3px #ffffff, 0 0 0 5px red; */
/* } */
/* .detail-info__variation-item--active::before {
  content: '';
  top: -4px;
  bottom: -4px;
  right: -4px;
  left: -4px;
  border-radius: 2px;
  border-width: 1px;
  border-color: red;
  position: absolute;
} */

/* !variation */
.mark-new-elem {
    position: absolute;
    background-color: #10c44c;
    color: #ffffff;
    font-size: 16px;
    line-height: 16px;
    z-index: 10;
    padding: 4px 6px;
    border-radius: 3px;
    left: 15px;
    top: 5px;
}

.consultation__block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 20px;
    padding: 12px 20px;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.consultation__block-text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.consultation__block-text-top {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}

.consultation__block-text-bottom {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #006d2f;
}

.consultation__block-text-bottom-online {
    font-size: 14px;
    color: #006d2f;
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.consultation__block-social {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.consultation__block-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 29px;
    height: 29px;
    background: #000000;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product__slider-wrapper {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 80px;
}

@media screen and (max-width: 759px) {
    .product__slider-wrapper {
        flex-direction: column-reverse;
        gap: 25px;
    }
}

.button-to-favorite--active svg {
    stroke: red;
}

.button-to-compare--active svg {
    fill: #004bb1;
}

.element__docs {
    row-gap: 20px;
}

.element__docs-list {
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}

.element__docs-item {
    width: 100%;
    display: flex;
    align-items: center;
    column-gap: 18px;
}

.element__docs-image {
    min-width: 45px;
}

.element__docs-image img {
    width: 100%;
    height: auto;
}

.element__docs-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
    word-break: break-word;
}

.element__docs-item:hover .element__docs-name {
    color: #006d2f;
}

.element__docs-size {
    margin-top: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.3;
    color: #9c9c9c;
}

.element__docs-button,
.element_photo_video-button {
    padding: 14px 30px;
    margin-top: 30px;
    background: linear-gradient(180deg, #015e27 0%, #017234 100%);
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.element__docs-button:hover,
.element_photo_video-button:hover {
    background: linear-gradient(180deg, #004bb1 100%, #0058d3 0%);
}

span.catalog-item-catalog__discount-value.detail {
    top: 10px;
    z-index: 100;
    left: initial;
    right: 10px;
    position: absolute;
    border-radius: 3px;
    background: #e31f23;
    width: max-content;
    color: #fff;
    padding: 5px;
    font-size: 25px;
    font-weight: 900;
    line-height: 100%;
    font-style: italic;
}

.catalog-item-catalog__discount-value-percent {
    font-size: 15px;
    position: relative;
    left: 0px;
    z-index: 1000000000;
    color: #fff;
}

@media screen and (max-width: 1200px) {
    span.catalog-item-catalog__discount-value {
        font-size: 20px;
    }

    .catalog-item-catalog__discount-value-percent {
        left: 0px;
        font-size: 10px;
    }
}

@media screen and (max-width: 767px) {
    span.catalog-item-catalog__discount-value {
        font-size: 15px;
    }
}

.swiper__arrow {
    position: absolute;
    height: 18px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #eaebed;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.swiper__arrow.swiper__arrow-up {
    top: 0px;
}

.swiper__arrow.swiper__arrow-down {
    bottom: 0px;
}

.swiper__arrow.swiper-button-disabled svg {
    stroke: #EAEBED;
}

.detail-info__actions {
    margin-top: 12px;
}

.detail-info__action {
    display: flex;
    align-items: center;
    gap: 10px;
}

.detail-info__action-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #006d2f;
}

.detail-buy-block-stock {
    margin-bottom: 20px;
}

.detail-buy-block-stock-text {
    display: inline-block;
    padding: 4px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #006d2f;
    background: #f4f5f7;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.discount_btn {
    max-width: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: none;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}

.discount_btn span {
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    color: #006d2f;
    white-space: nowrap;
}

.discount_btn:hover {
    background-color: #ffffff;
    background: rgba(255, 255, 255, 0.5);
}

.element-why-us {
    margin-top: 50px;
}

.element-why-us__content {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.element-why-us__item {
    width: calc((100% - (15px * 2))/3);
    padding: 16px 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    row-gap: 20px;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.element-why-us__title {
    flex-grow: 1;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    text-align: left;
    color: #006d2f;
}

.element-why-us__desc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.element-why-us__desc-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #000;
}

.element-tabs-content .element-characteristics .element-info {
    max-width: 100%;
}

.element-tab-content {
    margin-top: 60px;
}

.element-tab-content:first-child {
    margin-top: 40px;
}

.element-tab-content-has-bg {
    padding: 50px 0;
    background: #f4f5f7;
}

.element-preimushchestva h3 {
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
    color: #000000;
}

.element-preimushchestva h3:first-child {
    margin-top: 0;
}

.element-preimushchestva p,
.element-preimushchestva li {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.element-plane-buy-title {
    margin-bottom: 20px;
}

.element-plane-buy__item {
    max-width: 329px;
    width: 100%;
    text-align: center;
    margin-right: 70px;
}

.element-plane-buy__name {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.element-plane-buy__row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.element-plane-buy__value {
    margin-top: 4px;
    font-weight: 600;
    font-size: 30px;
    line-height: 37px;
}

.element-plane-buy__block-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #000;
}

.element-plane-buy__col {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
}

.element-plane-buy__image {
    max-width: 100%;
    overflow: hidden;
}

.element-plane-buy__text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}

.element-plane-buy__period-values {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 45px;
}

.element-plane-buy__period-value {
    border: 0;
    padding: 0;
    background: transparent;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
}

.element-plane-buy__period-track-wrap {
    margin-top: 10px;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 12px;
}

.element-plane-buy__period-input {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 12px;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.element-plane-buy__period-track {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 4px;
    transform: translateY(-50%);
    background: #eaebed;
    border-radius: 999px;
}

.element-plane-buy__period-track-fill {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #006d2f;
    border-radius: inherit;
}

.element-plane-buy__period-thumb-visual {
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.element-plane-buy__block .detail-item-amount {
    margin-top: 14px;
}

.element-plane-result-block-adaptive {
    display: none;
}

.element-plane-result-block {
    max-width: 100%;
    min-width: 375px;
    padding: 25px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.element-plane-result__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.element-plane-result__item-title {
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
}

.element-plane-buy__result .element-plane-result__item-title {
    font-weight: 500;
    font-size: 16px;
}

.element-plane-result__item-price {
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
}

.element-plane-buy__result {
    margin-top: 20px;
    padding: 12px 20px;
    background: #f8f8f8;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.element-plane-buy__result-sum {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    color: #006d2f;
}

.element-plane-buy__row-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    margin-top: 45px;
}

.element-plane-buy__forms {
    min-width: 375px;
    max-width: 100%;
    /* width: 100%; */
}

.element-tabs__container nav.element-tabs__wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding: 0 15px;
}

@media screen and (max-width: 1599px) {
    .detail__content {
        gap: 15px;
    }

    .detail__content--left {
        max-width: 475px;
    }
}

.element__block {
    margin-top: 60px;
}

@media (min-width: 1200px) {
    .element__sub-actions-bottom {
        display: none;
    }

    .detail-buy-block-bottom {
        display: none;
    }

    .element-tabs-content .element-characteristics .element-info {
        max-width: 600px;
    }

    .element-tabs-content .element-characteristics .element-info.element-info--two-column {
        display: block;
        column-count: 2;
        max-width: 100%;
    }
}

@media (max-width: 1199px) {

    .element-tabs__container nav.element-tabs__wrapper {
        margin-left: -10px;
        margin-right: -10px;
        padding: 0 10px;
    }

    .element-plane-buy__item {
        max-width: 279px;
        margin-right: 15px;
    }

    .element-plane-result-block {
        padding: 20px;
    }

    .element-plane-result-block-desktop {
        display: none;
    }

    .element-plane-result-block-adaptive {
        display: block;
    }

    .element-plane-buy__row-bottom {
        width: 100%;
        flex-direction: column;
        gap: 40px;
    }

    .element-plane-buy__forms {
        width: 100%;
        min-width: unset;
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 14px;
    }

    .element-plane-buy__forms>div {
        width: calc(50% - 7px);
    }

    .detail__props-comment {
        margin-top: 20px;
    }

    .element-characteristics .element-info {
        gap: 0;
    }

    .element__sub-actions-top {
        display: none;
    }

    .detail-buy-block-top {
        display: none;
    }

    .element__sub-actions-bottom {
        margin-top: 20px;
    }

    .element-why-us {
        margin-top: 60px;
    }

    .element-why-us__item {
        padding: 15px;
    }
}

@media screen and (min-width: 760px) and (max-width: 1199px) {
    .discount_btn {
        justify-content: flex-start;
    }

    .detail-buy-block__notice {
        text-align: left;
    }

    .detail-buy-block-bottom {
        padding: 20px;
        margin-top: 20px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        column-gap: 14px;
        row-gap: 20px;
        grid-template-areas:
            "stock buttonsAdd"
            "price buttonsAdd"
            "buttonsMain consult"
            "buttonsMain .";
    }

    .detail-buy-block-stock {
        margin-bottom: 0;
        grid-area: stock;
    }

    .detail-buy-block .element-price__title {
        margin-bottom: 0;
        grid-area: price;
    }

    .detail-price__buttons-main {
        grid-area: buttonsMain;
    }

    .detail-price__buttons-additional {
        grid-area: buttonsAdd;
    }

    .consultation__block {
        margin-top: 0;
        grid-area: consult;
    }

    .detail-price__buttons+.detail-price__buttons {
        margin-top: 0;
    }
}

@media screen and (min-width: 760px) {
    .element__sub-actions-middle {
        display: none;
    }
}

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

    .element-tab-content-has-bg {
        padding: 30px 0;
    }

    .element-tab-content {
        margin-top: 40px;
    }

    .element-tab-content:first-child {
        margin-top: 20px;
    }

    .element-tabs__container nav.element-tabs__wrapper {
        gap: 6px;
    }

    .element-characteristics__image {
        display: none;
    }

    .element-plane-result-block {
        min-width: unset;
    }

    .element-plane-result-block .h2,
    .element-plane-result-block h2 {
        font-weight: 600;
        font-size: 19px;
        line-height: 23px;
        margin-bottom: 10px;
    }

    .element-plane-buy__forms {
        flex-direction: column;
        row-gap: 40px;
    }

    .element-plane-buy__forms>div {
        width: 100%;
    }

    .element__block {
        margin-top: 40px;
    }

    .detail__content {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .element__sub-actions-bottom {
        display: none;
    }

    .detail__content--right {
        flex-direction: column;
        gap: 30px;
    }

    .detail-buy-block-bottom {
        padding: 15px 15px 20px 15px;
        margin-top: 25px;
        min-width: unset;
        display: flex;
        flex-direction: column;
    }

    .detail-buy-block .element-price__title {
        margin-bottom: 20px;
    }

    .detail-price__buttons-main,
    .detail-price__buttons-container {
        gap: 10px;
    }

    .detail-price__buttons-container .green_button,
    .detail-price__buttons .green_button {
        font-weight: 500;
        font-size: 14px;
        line-height: 17px;
    }

    .consultation__block {
        padding: 10px 15px;
    }

    .element-why-us {
        margin-top: 30px;
    }

    .element-why-us__content {
        gap: 10px;
    }

    .element-why-us__item {
        width: 100%;
        gap: 10px;
    }

    .element-preimushchestva h3 {
        font-weight: 600;
        font-size: 18px;
    }
}

.element-tabs-sticky-cotroller {
    position: sticky;
    background: #fff;
}

.element-tabs-sticky-cotroller.is-sticky {
    z-index: 10;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.2);
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/news.list/reviews-detail-2023-head/style.css?1777368214477*/
.element__reviews {
  display: flex;
  align-items: flex-end;
  gap: 30px;
}

.element__reviews-stars {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0;
}

.element__reviews-count {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2;
  color: #9c9c9c;
}

@media screen and (max-width: 759px) {
  .element__reviews {
    gap: 5px;
  }

  .element__reviews-stars .element__reviews-star svg {
    max-width: 15px;
    max-height: 15px;
  }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/news.list/reviews-list-only/style.css?17766916413652*/
.element-reviews__title {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.element-reviews__tabs {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
}

.element-reviews__tabs .element-tabs__container {
    padding: 0 15px;
    margin-top: 0;
}

nav.element-tabs__wrapper {
    justify-content: flex-start;
    padding: 0 15px;
}

.yandex-reviews-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.reviews__block {
    margin-top: 55px;
}

.reviews__block-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
}

.reviews__block-list {
    margin-top: 19px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 19px;
}

.reviews__block-item {
    display: flex;
    flex-direction: column;
    width: calc((100% - (19px*2))/3);
    background: #f4f5f7;
    border: 1px solid #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.review__block-item-head {
    padding: 10px 20px 15px 10px;
}

.review__block-item-rating {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.review__block-item-head-row {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.reviews__block-item-title {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    color: #000000;
}

.review__block-item-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #9c9c9c;
}

.reviews__block-item-text {
    flex-grow: 1;
    padding: 12px 15px 12px 13px;
    background: #ffffff;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.reviews__block-actions {
    margin-top: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 17px;
}

.reviews__block-action {
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    min-width: 210px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.reviews__block-action-all {
    background: #eaebed;
    color: #006d2f;
}

.reviews__block-action-modal {
    background: linear-gradient(180deg, #015e27 0%, #017234 100%);
    color: #ffffff;
}

.reviews__block-action:hover {
    background: #004bb1;
    color: #fff;
}

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

    .reviews__block {
        margin-top: 44px;
    }

    .reviews__block-title {
        font-size: 28px;
    }

    .reviews__block-list {
        margin-top: 25px;
    }
}

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

    .reviews__block-list {
        gap: 13px;
    }

    .reviews__block-item {
        width: calc( (100% - 13px)/2 );
    }

    .reviews__block-actions {
        margin-top: 30px;
        gap: 14px;
    }

    .reviews__block-action {
        min-width: unset;
        padding: 6px 26px;
        font-size: 14px;
    }
}

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

    .reviews__block-list {
        margin-top: 19px;
    }

    .reviews__block-item {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.section.list/fast-links/style.css?17762516541940*/
.fast-links__wrapper {
    margin-top: 55px;
}

.fast-links__block-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 22px;
}

.fast-links {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 11px;
    margin-bottom: 30px;
}

.fast-links__item {
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 4px 20px;
    background: #f4f5f7;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.fast-links__title {
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #111;
}

.fast-links__count {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #9c9c9c;
}

.fast-links__item:hover .fast-links__title {
    color: #006d2f;
}

.show-fast__more-btn {
    display: none;
}

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

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

@media screen and (max-width: 759px) {
    .fast-links {
        margin-bottom: 10px;
        gap: 7px 12px;
    }

    .fast-links.fast-links__scroll-on-adaptive {
        gap: 9px;
        padding-left: 10px;
        padding-right: 10px;
        margin-left: -10px;
        margin-right: -10px;
        padding-bottom: 10px;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-x: auto;
    }

    .fast-links__item {
        padding: 2px 14px;
    }

    .fast-links__title {
        font-size: 12px;
    }

    .show-fast__more-btn {
        display: block;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .fast-links__more-links {
        height: 130px;
        overflow: hidden;
    }

    .fast-links__more-links.active {
        height: auto;
    }
}
/* 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 */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.products.viewed/ecoseti_catalog.products.viewed/style.css?17768557092309*/
.slider__viewed {
    margin-top: 55px;
}

.slider-related__cont {
    position: relative;
}

.product-viewed__title h2,
.product-viewed__title .h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 5px;
}

@media screen and (min-width: 1200px) {
    .slider__viewed .swiper {
        margin-left: -15px;
        margin-right: -15px;
    }
    .slider__viewed .swiper-wrapper {
        padding: 15px;
    }
}

.slider__viewed .swiper-button-prev,
.slider__viewed .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;
}

.slider__viewed .swiper-button-prev {
    left: -15px;
}

.slider__viewed .swiper-button-next {
    right: -15px;
}

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

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

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

    .product-viewed__title h2,
    .product-viewed__title .h2 {
        font-size: 28px;
    }
}

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

    .product-viewed__title h2,
    .product-viewed__title .h2 {
        font-size: 26px;
    }

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

    .slider__viewed .swiper-button-prev {
        left: -10px;
    }

    .slider__viewed .swiper-button-next {
        right: -10px;
    }

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

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

    .product-viewed__title h2,
    .product-viewed__title .h2 {
        font-size: 19px;
    }

    .slider__viewed .swiper-button-next,
    .slider__viewed .swiper-button-prev {
        display: none;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.item/catalog.item__swiper-2026/style.css?177754468547992*/
.product-item-container {
    position: relative;
}

.product-item-container.hover {
    z-index: 17;
}

.product-item {
    display: block;
    box-sizing: border-box;
    padding-top: 15px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.19);
}

.product-item-line-card .product-item {
    border-bottom: 1px solid #dadada;
}

.bx-no-touch .product-item-container.hover .product-item {
    position: absolute;
    right: -15px;
    left: -15px;
    padding: 15px 15px 0;
    width: auto;
    border-color: transparent;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
}

.bx-touch .product-item {
    padding: 15px 0 0;
    width: auto;
    background: #fff;
}

.bx-no-touch .product-item-container.hover .product-item {
    -webkit-animation: product-item-hover 300ms 1 ease;
    animation: product-item-hover 300ms 1 ease;
}

@-webkit-keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }

    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
        left: -15px;
        right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@keyframes product-item-hover {
    0% {
        position: absolute;
        left: 0;
        right: 0;
        border: 1px solid transparent;
        box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
        padding-left: 0;
        padding-right: 0;
    }

    100% {
        border: 1px solid transparent;
        box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.19);
        left: -15px;
        right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*Image*/

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 54%;
}

.product-item-image-original,
.product-item-image-alternative {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: opacity 300ms linear;
    margin: 0 auto;
}

.product-item-image-original {
    z-index: 11;
}

.product-item-image-alternative {
    z-index: 13;
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-original {
    opacity: 0;
}

.bx-no-touch .product-item-container.hover .product-item-image-alternative {
    opacity: 1;
}

.product-item-big-card .product-item-image-wrapper {
    margin-bottom: 25px;
}

/*Image Slider*/
.product-item-image-slider-slide-container,
.product-item-image-original {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    /* padding-bottom: 20px; */
    padding-top: 40px;
    transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
}

.catalog-item-sale .product-item-image-slider-slide-container,
.catalog-item-sale .product-item-image-original {
    padding: 15px;
    background: #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-item-image-slider-slide-container,
.catalog-item-sale .product-item-image-slider-slide-container.has-controls {
    padding-bottom: 20px;
}

.product-item-image-slide {
    position: relative;
    display: none;
    height: 100%;
    /* background-color: #fff; */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transition: 0.6s ease-in-out left;
}

@media all and (transform-3d),
(-webkit-transform-3d) {
    .product-item-image-slide {
        transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px;
    }

    .product-item-image-slide.next,
    .product-item-image-slide.active.right {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    .product-item-image-slide.prev,
    .product-item-image-slide.active.left {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .product-item-image-slide.next.left,
    .product-item-image-slide.prev.right,
    .product-item-image-slide.active {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.product-item-image-slider-slide-container>.active,
.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    display: block;
}

.product-item-image-slider-slide-container>.active {
    left: 0;
}

.product-item-image-slider-slide-container>.next,
.product-item-image-slider-slide-container>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.product-item-image-slider-slide-container>.next {
    left: 100%;
}

.product-item-image-slider-slide-container>.prev {
    left: -100%;
}

.product-item-image-slider-slide-container>.next.left,
.product-item-image-slider-slide-container>.prev.right {
    left: 0;
}

.product-item-image-slider-progress-bar-container {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
}

.product-item-image-slider-progress-bar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: var(--theme-color-primary);
    opacity: 0.8;
}

.product-item-image-slider-control-container {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    padding: 0;
    text-align: center;
    opacity: 0;
    transition: opacity 300ms ease;
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: flex-end;
    /* height: 100%; */
}

.product-item-image-slider-control {
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    border-radius: 50%;
}

.product-item-container.hover .product-item-image-slider-control-container,
.product-item-line-card:hover .product-item-image-slider-control-container {
    opacity: 1;
}

.product-item-image-slider-control .product-item-image-slider-control-item,
.product-item-image-slider-control.active .product-item-image-slider-control-item {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(128, 128, 128, 0.8);
    opacity: 0.6;
    cursor: pointer;
    transition: all 300ms ease;
}

.product-item-image-slider-control:hover .product-item-image-slider-control-item,
.product-item-image-slider-control.active:hover .product-item-image-slider-control-item {
    cursor: pointer;
}

.product-item-image-slider-control.active .product-item-image-slider-control-item,
.product-item-image-slider-control:hover .product-item-image-slider-control-item {
    background-color: var(--primary);
}

/*Label*/
.product-item-label-text,
.product-item-label-ring {
    position: absolute;
    z-index: 15;
}

.product-item-label-text span,
.product-item-label-ring {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    background: #f42c2c;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    transition: all 250ms ease;
}

.bx-red .product-item-label-text span,
.bx-red .product-item-label-ring {
    background-color: #fba90c;
}

.product-item-label-text>div,
.product-item-label-ring>div {
    line-height: 0;
}

/* TEXT */
.product-item-label-text span {
    padding: 2px 5px;
    vertical-align: middle;
    font-weight: bold;
}

/*SMALL*/
.product-item-label-text.product-item-label-small span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    margin-bottom: 1px;
    padding: 2px 7px;
    font-weight: normal;
    font-size: 13px;
    line-height: 14px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 5px 12px;
    font-size: 16px;
    line-height: 21px;
}

/* BIG */
.product-item-label-text.product-item-label-big span,
.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
    padding: 4px 10px;
    font-size: 13px;
    line-height: 17px;
}

.product-item-big-card .product-item-label-text.product-item-label-big span {
    padding: 5px 17px;
    font-size: 22px;
    line-height: 33px;
}

@media (max-width: 759px) {
    .product-item-label-text>div {
        line-height: 0;
    }

    .product-item-label-text.product-item-label-small span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
        margin-bottom: 1px;
        padding: 2px 7px;
        font-size: 10px;
        line-height: 14px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-small span,
    .product-item-label-text.product-item-label-big span,
    .product-item-scalable-card.hover .product-item-label-text.product-item-label-big span {
        margin-bottom: 1px;
        padding: 3px 12px;
        font-size: 14px;
        line-height: 16px;
    }

    .product-item-big-card .product-item-label-text.product-item-label-big span {
        padding: 3px 12px;
        font-size: 20px;
        line-height: 25px;
    }
}

/*RING*/
.product-item-label-ring {
    box-sizing: border-box;
    border-radius: 50%;
    font-weight: bold;
}

.product-item-label-ring.product-item-label-small,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
}

.product-item-big-card .product-item-label-ring.product-item-label-small {
    width: 100px;
    height: 100px;
    font-size: 30px;
    line-height: 100px;
}

.product-item-label-ring.product-item-label-big,
.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
    width: 50px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;
}

.product-item-big-card .product-item-label-ring.product-item-label-big {
    width: 120px;
    height: 120px;
    font-size: 42px;
    line-height: 120px;
}

@media (max-width: 759px) {

    .product-item-label-ring.product-item-label-small,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-small {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-small,
    .product-item-label-ring.product-item-label-big,
    .product-item-scalable-card.hover .product-item-label-ring.product-item-label-big {
        width: 35px;
        height: 35px;
        font-size: 12px;
        line-height: 35px;
    }

    .product-item-big-card .product-item-label-ring.product-item-label-big {
        width: 70px;
        height: 70px;
        font-size: 24px;
        line-height: 70px;
    }
}

.product-item-label-top {
    top: -5px;
}

.product-item-label-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.product-item-label-center>div {
    text-align: center;
}

.product-item-label-left {
    left: -5px;
}

.product-item-label-left>div {
    text-align: left;
}

.product-item-label-bottom {
    bottom: -5px;
}

.product-item-label-middle {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.product-item-label-right {
    right: -5px;
}

.product-item-label-right>div {
    text-align: right;
}

.product-item-label-center.product-item-label-middle {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*Title*/
.product-item-title {
    overflow: hidden;
    margin: 0;
    padding: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    font-size: 14px;
    text-align: center;
}

.product-item-title a {
    color: #3f3f3f;
    text-decoration: none;
    transition: 250ms linear all;
}

.product-item-line-card .product-item-title {
    white-space: normal;
    text-align: left;
}

.product-item-big-card .product-item-title a {
    font-size: 21px;
}

.product-item-line-card .product-item-title a {
    font-size: 20px;
}

@media (max-width: 1199px) {
    .product-item-big-card .product-item-title a {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

@media (max-width: 759px) {
    .product-item-big-card .product-item-title a {
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .product-item-big-card .product-item-title a {
        font-size: 16px;
    }
}

/*Price*/
.product-item-price-container {
    text-align: center;
    line-height: 1;
}

.product-item-price-current {
    color: #3f3f3f;
    white-space: nowrap;
    font-weight: bold;
    font-size: 13px;
}

.product-item-price-old {
    color: #a5a5a5;
    text-decoration: line-through;
    white-space: nowrap;
    font-size: 12px;
}

.product-item-big-card .product-item-price-current,
.product-item-big-card .product-item-price-old {
    vertical-align: middle;
    line-height: 20px;
}

.product-item-big-card .product-item-price-container {
    margin: 0 0 10px;
}

.product-item-big-card .product-item-price-current {
    font-size: 18px;
}

.product-item-big-card .product-item-price-old {
    font-size: 15px;
}

/*Info*/
.product-item-info-container {
    clear: both;
    margin-bottom: 8px;
}

.product-item-info-container-title {
    font-size: 12px;
}

.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden {
    display: none;
    opacity: 0;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-info-container.product-item-touch-hidden {
    display: none !important;
}

.bx-touch .product-item-info-container.product-item-hidden,
.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,
.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden {
    display: block;
    opacity: 1;
}

/*Amount*/
.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
}

.product-item-amount-field-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    max-width: 150px;
    margin: 0 auto 15px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus,
.catalog-item-catalog .product-item-amount-field-btn-minus {
    position: relative;
    display: block;
    min-width: 22px;
    height: 22px;
    border-radius: 2px;
    background-color: #f2f2f2;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    -webkit-transition: background 300ms ease, opacity 300ms ease;
    -moz-transition: background 300ms ease, opacity 300ms ease;
    -ms-transition: background 300ms ease, opacity 300ms ease;
    -o-transition: background 300ms ease, opacity 300ms ease;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.catalog-item-catalog .bx-retina .product-item-amount-field-btn-plus,
.catalog-item-catalog .bx-retina .product-item-amount-field-btn-minus {
    border-width: 0.5px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:hover,
.catalog-item-catalog .product-item-amount-field-btn-minus:hover {
    background: #d3d3d3;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:after,
.catalog-item-catalog .product-item-amount-field-btn-minus:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    opacity: 0.8;
    transition: opacity 300ms ease, background 300ms ease;
    -webkit-transition: opacity 300ms ease, background 300ms ease;
    -moz-transition: opacity 300ms ease, background 300ms ease;
    -ms-transition: opacity 300ms ease, background 300ms ease;
    -o-transition: opacity 300ms ease, background 300ms ease;
}

.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,
.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 0.3 !important;
    cursor: default;
}

.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
.catalog-item-catalog .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
    background-color: #f2f2f2;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
    background-size: 10px;
}

.catalog-item-catalog .product-item-amount-field-btn-minus:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
    background-size: 10px;
}

.catalog-item-catalog .product-item-amount-field-btn-plus:hover:after,
.catalog-item-catalog .product-item-amount-field-btn-minus:hover:after {
    opacity: 1;
}

.product-item-amount-field-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.product-item-amount-field {
    display: block;
    padding: 0;
    width: 100%;
    height: 22px;
    border: 1px solid transparent;
    border-radius: 2px;
    background: transparent !important;
    color: #000;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
    line-height: 22px;
    transition: border 300ms ease;
}

.bx-retina .product-item-amount-field {
    border-width: 0.5px;
}

.product-item-amount-field:focus {
    outline: none !important;
}

.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,
.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button {
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
}

.product-item-amount-description-container {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    color: #a5a5a5;
    white-space: nowrap;
    font-size: 12px;
}

/*.product-item-big-card .product-item-amount-field-container { text-align: left; }*/

.product-item-amount-description-container strong {
    color: #333;
    white-space: nowrap;
}

.product-item-amount-label-container {
    margin: 5px 0;
    color: #a5a5a5;
    font-weight: bold;
    font-size: 12px;
}

/**/
.product-item-quantity {
    font-size: 12px;
}

/*region Properties */
.product-item-properties {
    display: block;
    margin: 0;
}

.product-item-properties dl {
    clear: both;
}

.product-item-properties dt {
    float: left;
    clear: both;
    font-weight: normal;
    font-size: 12px;
}

.product-item-properties dd {
    float: right;
    margin-bottom: 3px;
    margin-left: 5px;
    font-size: 12px;
}

/*endregion*/

/*Compare*/
.product-item-compare-container {
    position: relative;
    display: none;
    margin: 0 -15px;
    padding: 4px 15px;
    min-height: 30px;
    border-top: 1px solid #e6e6e6;
    background: #f3f3f3;
    box-shadow: inset 0 1px 1px 0 #eee;
    vertical-align: middle;
    font-size: 12px;
    line-height: 20px;
}

.product-item-line-card .product-item-compare-container {
    margin: 0;
    border: none;
    background-color: transparent;
    box-shadow: none;
    text-align: center;
}

.bx-touch .product-item-compare-container {
    display: none;
}

.product-item-line-card .product-item-compare-container,
.product-item-container.hover .product-item-compare-container {
    display: block;
}

.product-item-compare .checkbox {
    margin: 0;
    padding: 0;
}

/* SCU */
.product-item-line-card .product-item-scu-container {
    text-align: left;
}

.product-item-scu-container-title {
    color: #333;
    font-size: 12px;
}

.product-item-scu-block {}

.product-item-scu-block-title {
    font-size: 12px;
}

.product-item-scu-list {
    margin: 0;
}

.product-item-scu-item-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-item-scu-item-color-container,
.product-item-scu-item-text-container {
    display: inline-block;
    box-sizing: border-box;
    padding: 5px 3px;
    max-width: 100%;
}

.product-item-scu-item-text-container {
    min-width: 32px;
}

.product-item-scu-item-color-container {
    max-width: 38px;
    width: 25%;
}

.product-item-scu-item-color-block {
    position: relative;
    padding-top: 100%;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-color-block {
    transition: outline 200ms ease;
}

.bx-retina .product-item-scu-item-color-block {
    outline-width: 0.5px;
}

.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block {
    outline-width: 1px;
}

.product-item-scu-item-color {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.product-item-scu-item-text-block {
    position: relative;
    padding: 0 5px;
    outline: 1px solid #c0cfda;
    cursor: pointer;
}

.bx-no-touch .product-item-scu-item-text-block {
    transition: outline 300ms ease;
}

.bx-retina .product-item-scu-item-text-block {
    outline-width: 0.5px;
}

.product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    outline-width: 2px;
}

.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block {
    outline-width: 1px;
}

.product-item-scu-item-text {
    overflow: hidden;
    max-width: 100%;
    vertical-align: middle;
    text-align: center;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11px;
    line-height: 18px;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block {
    position: relative;
    outline-color: #a9adb4 !important;
}

.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,
.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after {
    position: absolute;
    top: -2px;
    right: -2px;
    bottom: -2px;
    left: -2px;
    background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center;
    background-size: 80% 80%;
    content: "";
}

.product-item-scu-item-text-block:hover,
.product-item-scu-item-color-block:hover,
.product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.product-item-scu-item-color-container.selected .product-item-scu-item-color-block {
    outline-color: #000;
}

/*Description*/
.product-item-description-container {}

.product-item-description-container p {
    color: #575757;
    font-size: 13px;
}

/*Buttons*/
.product-item-button-container {
    text-align: center;
}

.product-item-button-container .btn {
    margin-bottom: 2px;
}

/*Stickers*/
.product-item-sticker,
.product-item-sticker-round {
    display: none;
}

/*More*/
.product-item-more-container {
    position: relative;
    display: block;
    box-sizing: border-box;
    padding: 15px 15px 5px;
    width: 100%;
    border: 1px solid transparent;
    border-radius: 2px;
    transition: all 300ms ease;
}

.product-item-more-wrapper {
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-top: 116%;
    width: 100%;
}

.product-item-more {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center;
    background-size: 50%;
    opacity: 0.7;
    transition: opacity 300ms ease;
}

.bx-touch .product-item-more,
.product-item-container.hover .product-item-more {
    opacity: 1;
}

.product-item-more-title {
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

/* 2022 */

.catalog-product-item {
    padding: 15px;
    display: flex;
    flex-direction: column;
    max-width: 295px;
}

.catalog-product-item .product-item-image-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}

.catalog-product-item-props {
    margin-top: auto;
}

/* 2023 */
/* .product-slider .catalog-item-catalog .product-item-image-slide {
  width: 100%;
} */

.product-slider .catalog-item-catalog-ellipsis {
    min-height: 35px;
    max-height: 35px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (max-width: 759px) {
    .product-slider .catalog-item-catalog-ellipsis {
        min-height: 50px;
        max-height: 50px;
        -webkit-line-clamp: 3;
    }
}

.product-slider .catalog-item-catalog .product-item-image-slider-control .product-item-image-slider-control-item,
.product-slider .catalog-item-catalog .product-item-image-slider-control.active .product-item-image-slider-control-item {
    width: 9px;
    height: 9px;
}

.catalog-item-catalog .product-item-image-slider-control-container {
    gap: 18px;
    bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.catalog-item-catalog .product-item-image-slider-control-container.gap-smaller {
    gap: 5px;
    overflow-x: auto;
}

.product-slider .catalog-item-bg {
    padding: 15px;
    background: #f4f5f7;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.product-slider .catalog-item-catalog.swiper-slide {
    height: auto;
}

.product-slider .catalog-item-catalog__name {
    display: block;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    margin-bottom: 9px;
    transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
}

@media screen and (max-width: 759px) {
    .product-slider .catalog-item-catalog__name {
        margin-top: 10px;
    }
}

.product-slider .catalog-item-catalog:hover .product-slider .catalog-item-catalog__name {
    color: #148b45;
}

/* .product-slider .catalog-item-catalog__name:hover {
	color: #148B45;
} */

.product-slider .catalog-item-catalog-price-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 7px;
    margin-bottom: 11px;
}

.product-slider .catalog-item-catalog-price {
    display: flex;
    align-items: flex-end;
}

.product-slider .catalog-item-catalog-price__cur {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2;
    color: #000000;
}

.product-slider .catalog-item-catalog-price__old {
    display: inline-block;
    padding-bottom: 2px;
    margin-left: 14px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    text-decoration-line: line-through;
    color: #759676;
}

.category-section--list .product-slider .catalog-item-catalog-price__old {
    margin-left: 0;
}

.product-slider .catalog-item-catalog .catalog-product-item-props__value {
    color: #000;
}

.product-slider .catalog-item-catalog .element-info__item {
    position: relative;
    display: inline-block;
    font-size: 16px;
}

.product-slider .catalog-item-catalog .catalog-product-item-props {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 16px;
}

@media (max-width: 575px) {
    .product-slider .catalog-item-catalog .catalog-product-item-props {
        display: none;
    }
}

.product-slider .catalog-item-catalog .catalog-product-item-props__name,
.product-slider .catalog-item-catalog .catalog-product-item-props__value {
    padding: 0;
}

.product-slider .catalog-item-catalog-info {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 5px;
}

@media (max-width: 500px) {
    .product-slider .catalog-item-catalog-info {
        flex-direction: column;
    }
}

.product-slider .catalog-item-catalog-info__stock {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.product-slider .catalog-item-catalog-info__stock-icon {
    width: 5px;
    height: 5px;
    min-width: 5px;
    min-height: 5px;
    background-color: #148b45;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.product-slider .catalog-item-catalog-info__stock span {
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: right;
    color: #27ae60;
}

.product-slider .catalog-item-catalog-info .rating-info {
    display: flex;
    column-gap: 5px;
}

.product-slider .catalog-item-catalog-buy-one-click-wrapper {
    position: absolute;
    bottom: -42px;
    left: 0;
    opacity: 0;
    pointer-events: none;
    background: #ffffff;
    box-shadow: 0px 5px 15px rgba(0, 75, 177, 0.3);
    width: 100%;
    transition: 0.3s ease-in-out;
    height: 42px;
    z-index: 15;
}

.product-slider .catalog-item-catalog-buy-one-click-wrapper:after {
    content: " ";
    display: block;
    background-color: #fff;
    width: 100%;
    height: 16px;
    position: absolute;
    top: -16px;
    right: 0;
    z-index: 1000;
}

.product-slider .catalog-item-catalog-buy-one-click.button {
    background: #ffffff;
    border-top: 1px solid #d5d5d5;
    text-decoration: underline;
    padding-bottom: 1px;
    padding: 0;
    height: 100%;
    font-size: 12px;
}

.product-slider .catalog-item-catalog-buy-one-click.button:hover {
    box-shadow: none;
    background-color: #004bb1;
    color: #fff;
}

.product-slider .catalog-item-catalog:hover .product-slider .catalog-item-catalog-buy-one-click-wrapper {
    bottom: -42px;
    left: 0;
    opacity: 10;
    pointer-events: all;
    box-shadow: 0px 5px 25px rgb(0 75 177 / 40%);
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.catalog-item-catalog-buttons {
    position: absolute;
    z-index: 10;
    top: 11px;
    right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.catalog-item-bg .catalog-item-catalog-buttons {
    top: 0;
    right: 0;
    gap: 10px;
}

.catalog-item-has-discount .catalog-item-catalog-buttons {
    top: 62px;
}

.catalog-item-catalog {
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 10px;
    display: flex;
    flex-direction: column;
    height: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.catalog-item-wrapper-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.catalog-item-wrap--bottom {
    margin-top: auto;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog {
    max-width: 100%;
    display: grid;
    flex-direction: row;
    grid-template-columns: 2fr 6fr 2fr;
    gap: 20px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buy-one-click-wrapper {
    position: static;
    pointer-events: all;
    opacity: 1;
    box-shadow: none;
    max-width: 140px;
    margin-top: 5px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buy-one-click.button {
    border: none;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-info {
    max-width: 263px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buttons {
    display: none;
}

.product-slider .catalog-item-catalog-buttons-row {
    display: none;
    margin-top: 5px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buttons-row {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.category-section--2023.category-section--list .product-slider .catalog-item-catalog-buy-one-click-wrapper:after {
    content: none;
}

.category-section--2023.category-section--list .catalog-item-wrap--bottom {
    margin-top: 0;
}

.product-slider .catalog-item-catalog__add.green_button {
    max-width: 140px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    padding: 6px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.catalog-item-catalog__buy-one-click,
.catalog-item-catalog__add {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    padding: 6px 25px;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

.special-element-mark-title-container {
    top: 23%;
}

.special-element-mark-title {
    background: #ff7a00;
    padding: 5px;
    max-width: 80px;
    width: max-content;
    line-height: initial;
    text-align: center;
    position: relative;
    transform: none !important;
    font-size: 15px !important;
    font-weight: bolder !important;
    border-radius: 8px !important;
}

.special-element-mark-title.special-element-mark-title_orange {
    background: #ff7a00;
}

.special-element-mark-title.special-element-mark-title_red {
    background: red;
}

.special-element-mark-title-container--gift {
    left: 60px !important;
    top: -5px !important;
}

.special-element-mark-title.special-element-mark-title_gift {
    background-color: #004bb1;
    display: flex;
    align-items: center;
}

/* /2023 */

.mark-new-item {
    position: absolute;
    background-color: #10c44c;
    color: #ffffff;
    font-size: 10px;
    line-height: 10px;
    z-index: 10;
    padding: 3px 5px;
    border-radius: 3px;
    top: 200px;
    left: 15px;
}

@media (max-width: 575px) {
    .mark-new-item {
        top: 150px;
    }
}

/* для валидатора переделка */
.catalog-wrap-link {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
    font-size: 0;
    line-height: 0;
}

.product-slider .catalog-item-catalog__add {
    position: relative;
    z-index: 3;
}

.product-item-image-wrapper {
    position: relative;
    z-index: 3;
}

.product-slider .product-item-image-wrapper {
    min-height: 328px;
    margin-bottom: 10px;
}

.product-slider .catalog-item-sale .product-item-image-wrapper {
    min-height: 243px;
}

.product-slider .catalog-item-sale .product-item-image-wrapper.has-controls {
    min-height: 263px;
}

.category-section--list .catalog-item-wrap--bottom {
    z-index: 3;
    position: relative;
}

.catalog-item-wrap--bottom .catalog-item-basket-row {
    z-index: 3;
    position: relative;
}

.catalog-item-wrap--bottom .green_button {
    padding: 6.5px 25.5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    text-transform: unset;
    letter-spacing: unset;
}


@media screen and (max-width: 759px) {
    .catalog-item-wrap--bottom .green_button {
        min-width: 103px;
        text-align: center;
        padding: 3px 7px;
        font-size: 14px;
    }
}

.catalog-item-wrap--bottom .product-slider .catalog-item-catalog__buy-one-click {
    z-index: 3;
    position: relative;
    max-width: 100%;
}

/* !для валидатора переделка */

.catalog-item-basket-row {
    display: flex;
    justify-content: space-between;
}

.product-slider .catalog-item-catalog-discount-percent {
    background-image: url("/local/templates/ekoseti_2024/images/sale.svg");
    background-size: cover;
    padding: 2px 0 2px 5px;
    display: flex;
    min-width: 36px;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 10px;
    line-height: 1.3;
    color: #fff;
    overflow: hidden;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
}

.catalog-item-wrap-characteristic {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}

.catalog-item-wrap-characteristic-wrapper {
    font-size: 12px;
    line-height: 1.2;
}

.catalog-item-wrap-characteristic-name {
    font-size: inherit;
    color: #9D9D9D;
}

.catalog-item-wrap-characteristic-value {
    font-size: inherit;
    color: #000;
}

.product-slider .catalog-item-catalog-statistic {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

@media screen and (max-width: 759px) {
    .product-slider .catalog-item-catalog {
        position: relative;
    }

    .category-section--2023.category-section--list .product-slider .catalog-item-catalog {
        display: flex;
        flex-direction: column;
    }

    .catalog-item-catalog-buttons {
        position: absolute;
        flex-direction: column;
        top: 5px;
        right: 5px;
        z-index: 10;
    }

    .category-section--2023.category-section--list .product-slider .catalog-item-catalog-buttons {
        display: flex;
        position: static;
    }

    .category-section {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog-item-wrap--bottom .catalog-item-basket-row {
        position: static;
        gap: 20px;
    }

    .category-section--2023.category-section--list .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog-buttons {
        flex-direction: row;
    }

    .catalog-item-wrap--bottom .product-slider .catalog-item-catalog__buy-one-click {
        padding: 10px 46px;
        width: 100%;
        max-width: fit-content;
    }
}

@media screen and (max-width: 759px) {
    .product__often-used {
        padding-right: 0;
    }

    .product__often-used .slider-related-another .product-slider .catalog-item-catalog {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
    }

    .product__often-used .slider-related-another .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog-buttons {
        flex-direction: row;
        top: initial;
        right: inherit;
        left: 10px;
        bottom: 10px;
    }

    .product__often-used .slider-related-another .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog-statistic {
        display: none;
    }

    .product__often-used .slider-related-another .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog__add.green_button {
        max-width: 100%;
        width: 100%;
    }
}

@media screen and (max-width: 759px) {
    .basket-section-wrapper {
        padding-right: 0;
    }

    .basket-section-wrapper .product-slider .catalog-item-catalog .product-slider .catalog-item-catalog-statistic {
        display: none;
    }

    .product-slider .catalog-item-catalog__add.green_button {
        max-width: 100%;
        width: 100%;
    }
}

.catalog-item-catalog__discount-value {
    position: absolute;
    top: 18px;
    right: 0;
    z-index: 10;
    background: #ff0000;
    width: max-content;
    color: #fff;
    padding: 3px 11.5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    border-radius: 22px 0px 0px 22px;
    -webkit-border-radius: 22px 0px 0px 22px;
    -moz-border-radius: 22px 0px 0px 22px;
    -ms-border-radius: 22px 0px 0px 22px;
    -o-border-radius: 22px 0px 0px 22px;
}

@media screen and (max-width: 1599px) {
    .catalog-item-catalog__discount-value {
        font-size: 16px;
    }
}

@media screen and (max-width: 1199px) {
    .catalog-item-catalog__discount-value {
        font-size: 14px;
    }
}

@media screen and (max-width: 759px) {
    .catalog-item-catalog__discount-value {
        font-size: 16px;
    }
}

.catalog-item-instock {
    position: absolute;
    top: 0;
    left: 0;
    color: #006d2f;
    background: #e4e4e4;
    z-index: 10;
    padding: 3.5px 7.5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

/* .catalog-item-bg .catalog-item-instock {
    top: 0;
    left: 0;
    color: #006d2f;
    background: #e4e4e4;
} */

.catalog-item-sale .catalog-item-instock {
    top: unset;
    left: unset;
    bottom: 10px;
    right: 10px;
    background: #DEDEDE;
    color: #040404;
    padding: 4px 11px;
    font-size: 15px;
    border-radius: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    -o-border-radius: 22px;
}

.button-to-favorite,
.button-to-compare {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.catalog-item-sale .button-to-favorite,
.catalog-item-sale .button-to-compare {
    width: 30px;
    height: 30px;
    background: #ffffff;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.1);
}

.catalog-item-sale .product-item-image-wrapper.has-controls .catalog-item-instock {
    bottom: 20px;
}

.button-to-favorite svg,
.button-to-compare svg {
    width: auto;
    height: auto;
}

.button-to-favorite:hover svg {
    stroke: #148b45;
}

.product-slider .button-to-compare:hover svg {
    fill: #148b45;
}

@media screen and (min-width: 1200px) {
    .product-slider.shadow-items .swiper {
        margin-left: -15px;
        margin-right: -15px;
    }

    .product-slider.shadow-items .swiper-wrapper {
        padding: 15px;
    }
}
/* End */


/* Start:/local/templates/ekoseti_2026/components/bitrix/catalog.products.viewed/ecoseti_catalog.products.viewed/themes/blue/style.min.css?1770634576714*/
.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 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog/catalog__2023/style.css?17762507392062 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.element/element__2023/style.css?177747416063500 */
/* /local/templates/ekoseti_2026/components/bitrix/news.list/reviews-detail-2023-head/style.css?1777368214477 */
/* /local/templates/ekoseti_2026/components/bitrix/news.list/reviews-list-only/style.css?17766916413652 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.section.list/fast-links/style.css?17762516541940 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.section.list/related-slider-category/style.css?17768555532962 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.products.viewed/ecoseti_catalog.products.viewed/style.css?17768557092309 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.item/catalog.item__swiper-2026/style.css?177754468547992 */
/* /local/templates/ekoseti_2026/components/bitrix/catalog.products.viewed/ecoseti_catalog.products.viewed/themes/blue/style.min.css?1770634576714 */
