

/* Start:/bitrix/templates/izkoltsovo/components/bitrix/system.pagenavigation/.default/style.css?17519443033753*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	font-weight:bold;
	color: #000;
	font-size: 14px;
	border-radius: 4px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
	border:1px  solid transparent;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: var(--color-main-black);
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-next,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev {
	vertical-align:bottom;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	opacity:1;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover {
	border:1px solid #ccc;
	border-radius: 3px;
}
/*color schemes*/
.bx-pagination.bx-green  .bx-pagination-container ul li.bx-active span{
	background: #3bc915;
	color: #fff;
}
.bx-pagination.bx-yellow  .bx-pagination-container ul li.bx-active span{
	background: #F9A91D;
	color: #fff;
}
.bx-pagination.bx-red  .bx-pagination-container ul li.bx-active span{
	background: #E22B2B;
	color: #fff;
}
.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	opacity:0.4;
	height: 31px;
	background: url(/bitrix/templates/izkoltsovo/components/bitrix/system.pagenavigation/.default/image/arrow_right.png) no-repeat center;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
	border:0;
	padding: 0 18px;
	color: #444;
	display: block;
	width: 15px;
	height: 31px;
	opacity:0.4;
	background: url(/bitrix/templates/izkoltsovo/components/bitrix/system.pagenavigation/.default/image/arrow_left.png) no-repeat center;
}
.show-more.show-more-btn {
	display:block;
	position:relative;
	cursor:pointer;
	width: 150px;
	margin: 20px auto;
	text-align: center;
	color: #0a56d3;
	font-size:14px;
	font-weight: bold;
}
.show-more.show-more-btn i {
	background: #0a56d3;
	border-radius: 100%;
	padding: 6px;
	color: #fff;
	margin-right: 7px;
	font-size: 16px;
	line-height: 0;
	display: inline-block;
	width: 28px;
}
.show-more-btn:hover i:before {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* End */


/* Start:/bitrix/templates/izkoltsovo/components/bitrix/news.list/flat/style.css?177122507310552*/
.bx-newslist {}
.bx-newslist-block {
	padding: 0 14px;
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.bx-newslist .bx-newslist-container:nth-child(3n+1) {
		clear: both;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.bx-newslist .bx-newslist-container:nth-child(2n+1) {
		clear: both;
	}
}
/* POST FORMATS */
.bx-newslist-img,
.bx-newslist-audio,
.bx-newslist-youtube,
.bx-newslist-slider {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.bx-newslist-slider img,
.bx-newslist-img img {
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%
}
.bx-newslist-video {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	opacity: 0.7;
	z-index: 1;
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
	background: url("/bitrix/templates/izkoltsovo/components/bitrix/news.list/flat/images/bx-video.png") no-repeat center;
}
.bx-newslist-video:hover {
	opacity: 1;
}
/* POST FORMATS /// SLIDER */
.bx-newslist-slider {
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
}
.bx-newslist-slider-container {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
.bx-newslist-slider-slide {
	float: left;
	z-index: 100;
}
.bx-newslist-slider-arrow-container-left,
.bx-newslist-slider-arrow-container-right {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 15%;
	cursor: pointer;
}
.bx-newslist-slider-arrow-container-left {
	left: 0;
}
.bx-newslist-slider-arrow-container-right {
	right: 0;
}
.bx-newslist-slider-arrow {
	position: absolute;
	line-height: 34px;
	vertical-align: middle;
	color: #fff;
	cursor: pointer;
	font-size: 48px;
	height: 48px;
	width: 20px;
	top: 50%;
	margin-top: -24px;
	z-index: 110;
	opacity: .5;
	text-shadow:0 0 2px rgba(0,0,0,.5);
}
.bx-newslist-slider-arrow-container-left:hover .bx-newslist-slider-arrow,
.bx-newslist-slider-arrow-container-right:hover .bx-newslist-slider-arrow {
	color: #FFF;
	display: block;
	opacity: 1;
}
.bx-newslist-slider-arrow-container-left .bx-newslist-slider-arrow {
	left: 20px;
}
.bx-newslist-slider-arrow-container-right .bx-newslist-slider-arrow {
	right: 20px;
}
.bx-newslist-slider-control {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	bottom: 10px;
	z-index: 110;
	text-align: center;
	word-spacing: -4px;
}
.bx-newslist-slider-control li {
	display: inline-block;
	border-radius: 50%;
	background: #fff;
	width: 10px;
	height: 10px;
	word-spacing: -4px;
	margin: 0 3px;
	opacity: .5;
}
.bx-newslist-slider-control li:hover,
.bx-newslist-slider-control li.current {
	background: #FFF;
	opacity: 1;
}
bx-newslist-slider-arrow,
.bx-newslist-slider-control li {
	-webkit-transition: opacity .3s ease;
	   -moz-transition: opacity .3s ease;
	    -ms-transition: opacity .3s ease;
	     -o-transition: opacity .3s ease;
	        transition: opacity .3s ease;
}
.bx-newslist-title,
.bx-newslist-title a {
	color: #000;
	margin: 0;
	padding: 2px 0 15px;
	font-size: 18px;
	font-family: var(--ui-font-family-secondary, var(--ui-font-family-open-sans));
	font-weight: var(--ui-font-weight-semi-bold, 600);
}
.bx-newslist-title a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}
.bx-lg .bx-newslist-title {
	font-size: 24pt;
}
.bx-md .bx-newslist-title {
	font-size: 20pt;
}
.bx-xs .bx-newslist-title {
	font-size: 18pt;
}
.bx-newslist-view,
.bx-newslist-date,
.bx-newslist-comments,
.bx-newslist-author,
.bx-newslist-other {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
	white-space: nowrap;
}
.bx-newslist-view i.fa,
.bx-newslist-date i.fa,
.bx-newslist-comments i.fa,
.bx-newslist-author i.fa,
.bx-newslist-tags i.fa,
.bx-newslist-other i.fa {
	width: 13px;
	color: #b4b4b4;
}
.bx-newslist-tags {
	color: #a4a4a4;
	font-size: 13px;
	padding-bottom: 5px;
}
.bx-newslist-content {
	font-size: 14px;
	margin-bottom: 5px;
}
.bx-newslist-more {
	margin-top: 5px;
	margin-bottom: 5px;
}
.blog_list .bx-newslist-container {
    width: 100%;
    max-width: 30%;
margin-top: 10px;
}
.blog_list .bx-newslist-container:hover {
    width: 100%;
    max-width: 30%;
    box-shadow: 0px 1px 4px 0px #0000002b;
    border-radius: 5px;
}
.intec-content.blog_list {
    padding: 10px 30px;

}
a.btn_new {
    border: 2px solid #354049;
    padding: 10px;
    background: #354049;
    border-radius: 4px;
    color: #fff !important;
    font-size: 16px;
    transition: .2s;
    /* margin-top: 10px; */
}

.bx-newslist-more_new {
    margin-top: 10px;
}

a.btn_new:hover {
    padding: 10px;
    background: #ffffff;
    border-radius: 4px;
    color: #354049 !important;
    font-size: 16px;
    border: 2px solid #354049;
    text-decoration: none;
    transition: .2s;
}
.blog_list .bx-newslist .row {
    display: flex;
   flex-wrap: wrap;
}

@media(max-width:1100px){
.blog_list .bx-newslist-container {
    width: 100%;
    max-width: 45%;
}
}
@media(max-width:1100px){
.blog_list .bx-newslist-container {
    width: 100%;
    max-width: 45%;
}
}
@media(max-width:600px){
.blog_list .bx-newslist-container {
    width: 100%;
    max-width: 90%;
}
}

/*New style*/

.flex {display: flex; gap: 20px;}
.row-flex {flex-direction: row;}
.column-flex {flex-direction: column;}
.spbw {justify-content: space-between;}
.intec-content.flex {flex-wrap: wrap; gap: 20px;}
.news-grid-wrapper{width:100%;}
.news-grid-wrapper .tabs{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:30px;padding:0;list-style:none}
.news-grid-wrapper .tabs li{cursor:pointer;padding:14px 16px;border-radius:4px;background: rgba(245, 245, 245, 1);border: 1px solid rgba(245, 245, 245, 1);}
.news-grid-wrapper .tabs li.active{background:transparent;color:rgba(108, 190, 80, 1);border: 1px solid rgba(108, 190, 80, 1); }

.grid{display:flex;flex-wrap:wrap;margin:0;padding:0; gap: 50px; margin-bottom: 80px;}
.grid .tile{box-sizing:border-box;padding:0;margin:0;width:calc((100% - 2 * 20px) / 3);}
.grid .tile .card{}
.meta-and-section {
	align-items: center;
}
.tile .meta, .tile .section-name{font-family: 'Stolzl', sans-serif !important; color: rgba(53, 64, 73, 1); font-size: 16px; line-height: 100%;}
.tile .title{font-weight:500;margin-top:6px; font-size: 24px; line-height: 125%; transition: all .75s;}
.tile .title:hover{a {color: rgba(108, 190, 80, 1)!important; text-decoration: none; transition: all .75s;}}
.tile-card-img {height: 50vh; max-height: 493px; img{object-fit: cover; width: 100%; height: 100%;}}

.popular-block{position:relative;overflow:hidden;width:100%;box-sizing:border-box;padding:24px 18px;margin:8px 0;border-radius:8px;}
.popular-block .inner{display:flex!important;flex-wrap:wrap;justify-content: space-evenly;}
.popular-block .item {
    width: calc((100% - 2 * 20px) / 3);
    box-sizing: border-box;
    padding: 20px;
	background: rgba(110, 190, 90, 1);
	color: rgba(255, 255, 255, 1);
	position: relative;
}

.popular-block .tile-card-img {height: 50vh; max-height: 402px; img{object-fit: cover; width: 100%; height: 100%;}}
.popular-block .meta, .popular-block .section-name{font-family: 'Stolzl', sans-serif !important; color: rgba(255, 255, 255, 1); font-size: 16px; line-height: 100%;}
.popular-block .title{font-weight:500;margin-top:6px; font-size: 24px; line-height: 125%; a {color: rgba(255, 255, 255, 1)!important; transition: all .75s;}}
.popular-block .title:hover{ a {color: rgba(53, 64, 73, 1)!important; text-decoration: none; transition: all .75s;}}
.popular-block .item:nth-child(2n) {
	background: rgba(56, 65, 74, 1);
	.meta, .section-name{color: rgba(110, 190, 90, 1);}
	.title{a {color: rgba(110, 190, 90, 1)!important; text-decoration: none; transition: all .75s;}}
	.title:hover{ a {color: rgba(255, 255, 255, 1)!important; transition: all .75s;}}
}
.popular-block .marquee{position:absolute;left:0;right:0;top:20%;height:40px;display:flex;align-items:center;pointer-events:none;opacity:1}
.popular-block .marquee.second{top:auto;bottom:20%;opacity:1}
.popular-block .marquee .run{white-space:nowrap;padding:8px 0;font-weight:700; font-size: 50px; color:rgba(232, 231, 233, 1);font-family: 'RFDewi Expanded', sans-serif !important;}
.marquee-left{position:relative;animation:slide-left 18s linear infinite}
.marquee-right{position:relative;animation:slide-right 16s linear infinite}
@keyframes slide-left{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
@keyframes slide-right{0%{transform:translateX(0)}100%{transform:translateX(50%)}}

/* Mobile-only wrapper: скрытие для десктопа и базовые правила */
@media (max-width: 767px) {
    .desktop-content { display: none !important; }
    .mobile-content { display: block; }

    .mobile-first-news { display:flex; gap:12px; align-items:flex-start; margin-bottom:12px; }
	.mobile-first-news .first-img { height: 467px; }
    .mobile-first-news .first-img img { object-fit: cover; width: 100%; height: 100%; }
    .mobile-first-news .first-meta { width: 100%; }
	.mobile-news-thumb {max-width: 164px;}
    .mobile-popular { background:#fff; border-radius:8px; padding:8px; overflow:hidden; }
    .mobile-popular .marquee { overflow:hidden; white-space:nowrap; font-size:13px; color:#666; padding:6px 0; }
    .mobile-popular .run { display:inline-block; will-change:transform; }

/* marquee animation (left->right and right->left) */
    .marquee .marquee-left { animation: marquee-left 18s linear infinite; }
    .marquee .marquee-right { animation: marquee-right 20s linear infinite; }

    @keyframes marquee-left {
        0% { transform: translateX(0%); }
        100% { transform: translateX(-50%); }
    }
    @keyframes marquee-right {
        0% { transform: translateX(-50%); }
        100% { transform: translateX(0%); }
    }

    .mobile-popular .swiper-container { padding: 8px 0; }
    .mobile-popular .swiper-slide { width: auto; max-width: 300px; }
    .mobile-popular .pop-item { display:block; text-decoration:none; color:inherit; }
    .mobile-popular .pop-img img { width:100%; height:auto; display:block; border-radius:6px; }
    .mobile-popular .pop-title { font-size:13px; margin-top:6px; font-weight:600; }

    .mobile-news-list .mobile-news-item { padding:10px 0; }
	.popular-block .item {
		width: 100%;

	}
	.popular-block .tile-card-img {
		height: 50vh;
		max-height: 222px;
	}
	.popular-block .title {
		font-weight: 500;
		margin-top: 0px;
		font-size: 14px;
	}
	.news-grid-wrapper .tabs {display: flex!important;}
}

/* Hide mobile wrapper on desktop */
@media (min-width: 768px) {
    .mobile-content { display: none !important; }
}

/* End */


/* Start:/bitrix/templates/izkoltsovo/components/bitrix/news.list/flat/themes/green/style.min.css?1771225082205*/
.bx-newslist .fa.bx-star-active{color:#33b111}.bx-newslist .btn{background-color:#33b111;border-color:#33b111}.bx-newslist .btn:active,.bx-newslist .btn:hover{background-color:#76e359;border-color:#76e359}
/* End */


/* Start:/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/style.css?177086458350682*/
.intec-catalog-section-tile {
    display: block;
    box-sizing: border-box;
}

i.glyph-icon-show-more.intec-cl-background {
    background: #fff !important;
}

.intec-catalog-section-tile.row {
    margin: 0 0 20px 0;
}

.product-buy-block-quantity-end-kt {
    display: none;
    position: absolute;
    top: 88%;
    left: 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    vertical-align: middle;
    color: #fff;
    z-index: 30;
}

.intec-catalog-section-tile .catalog-section-element {
    display: block;
    position: relative;
    box-sizing: border-box;
    transition: .2s;
    width: 23%;
}

.intec-catalog-section-tile .catalog-section-element:hover {


    box-shadow: 4px 4px 12px 0px #00000014;
    box-shadow: -4px -4px 12px 0px #00000014;
    border-radius: 4px;
    z-index: 34;
    transition: .2s;
}

.intec-catalog-section-tile .catalog-section-element:hover {
    z-index: 100;
}

.intec-catalog-section-tile.intec-catalog-section-tile-del .catalog-section-element {
    padding: 0;
}

.intec-catalog-section-tile .element-container {
    display: block;
    position: relative;
    width: 100%;
}

.intec-catalog-section-tile .element-wrap {
    display: block;
    width: 100%;
    margin: 0;

    box-sizing: border-box;
    transition: 0.5s;
    background: #ffffff;
}

.intec-catalog-section-tile .element-wrap:hover {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap {
    box-shadow: 0 0 0 1px #F2F2F2 inset;
}

.intec-catalog-section-tile.intec-catalog-section-tile-del .element-wrap:hover {
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
}

.intec-catalog-section-tile .element-img-wrap {
    display: block;
    position: relative;
    width: 100%;
    padding-top: 100%;
    box-sizing: border-box;
    text-align: center;

    margin-bottom: 8px;
}

.price-value {

    font-weight: 400;
    letter-spacing: .4px;

    font-size: 16px;
    line-height: 16px;
    vertical-align: middle;

}

.price-value {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price_discount {
    color: #ADADAD;
    font-weight: 300;
    margin-left: 10px;
    letter-spacing: .4px;
    text-decoration: none !important;
}

.price_discount span {
    position: relative;
    font-size: 14px;
    color: #ADADAD;
    line-height: 10px;
    width: max-content;
}

.price_discount span:after {
    content: "";
    width: 100%;
    height: 1px;
    background: red;
    position: absolute;
    top: 49%;
    right: 0;
}

.intec-catalog-section-tile .catalog-section-element .min-button-block {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    margin: 10px;
    width: 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    z-index: 23;
}

.intec-catalog-section-tile .catalog-section-element .intec-marks {
    margin: 10px;
    z-index: 20;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button {
    opacity: 0;
    display: none;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 3px;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button:hover {
    color: #116afc;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true] {

    opacity: 1;
}

.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-basket-delay][data-basket-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.add[data-compare-add][data-compare-in=false],
.intec-catalog-section-tile .catalog-section-element:hover .intec-min-button.added[data-compare-added][data-compare-in=true] {

    opacity: 1;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
.intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true] {

    opacity: 1;
}

.intec-catalog-section-tile .element-img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    text-decoration: none;
}

.intec-catalog-section-tile img {
    display: inline-block !important;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.intec-catalog-section-tile .element-name {
    display: block;
    font-weight: 400;
    box-sizing: border-box;
    font-size: 14px;
    color: #33312e;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 30px;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.intec-catalog-section-tile .price-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    margin-top: 16px;
    /* height: 65px; */
}

.intec-catalog-section-tile .price-block .clearfix {
    display: none;
}

.intec-catalog-section-tile .price-block .price-value {
    display: block;
    float: left;
}

.intec-catalog-section-tile .price-block .newprice {


    color: #484848;
    font-weight: 500;
    font-size: 16px;
    line-height: 16px;

    vertical-align: middle;
}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added,
.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added:hover {


    padding: 4px 18px;

    background-color: #ffffff !important;
    border: 1px solid #45a748;
}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added .intec-basket-text {
    color: #45a748;
}

.intec-catalog-section-tile .price-block .element-buys.basket-redesign.added .glyph-icon-cart-redesign {
    display: none;
}







.intec-catalog-section-tile .price-block .oldprice {
    display: block;
    vertical-align: top;
    color: #e50f30;
    font-size: 12px;
    text-decoration: line-through;
    margin-top: 5px;
}

.intec-catalog-section-tile .element-buys-block {
    display: none;
    width: 100%;
    height: 40px;
    margin-top: 15px;
    box-sizing: border-box;
}

.intec-catalog-section-tile .element-wrap:hover .element-buys-block {
    display: block;
}

.intec-catalog-section-tile .price-block .element-buys {
    float: right;
    display: inline-block;
    padding: 0px;

    text-decoration: none;
    font-size: 0;
    text-align: center;
    cursor: pointer;
}

.intec-catalog-section-tile .price-block .element-buys:hover {
    color: #fff !important;
}

.intec-catalog-section-tile .price-block .element-buys span {
    display: inline-block;
    vertical-align: middle;
    /*width: 20px;*/
    /* height: 19px; */
    font-size: 12px;
    padding-left: 0px;
}

.intec-catalog-section-tile .price-block .element-buys[data-basket-in=false] span {
    color: #fff;
    margin-top: 0px;
    padding-right: 2px;
}


.intec-catalog-section-tile .price-block .element-buys.add[data-basket-add][data-basket-in=true],
.intec-catalog-section-tile .price-block .element-buys.added[data-basket-added][data-basket-in=false] {
    display: none;
}

.intec-catalog-section-tile .price-block .element-buys.active,
.intec-catalog-section-tile .price-block .element-buys.added {
    color: #fff !important;
    background-color: #116afc;
}

.to-cart {
    float: right;
}

.intec-catalog-section-tile .buys_not_have,
.intec-catalog-section-tile .buys_more {
    display: block;
    text-align: center;
}

.element-buys-block .quantity-wrap {
    display: inline-block;
    float: left;
    vertical-align: top;
    margin-right: 10px;
    font-size: 0;
}

.element-buys-block .quantity-wrap>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #848484;
}

.element-buys-block .quantity-input {
    width: 42px;
    border: none;
    background: none;
    font-weight: bold;
    text-align: center;
    outline: none;
}

.element-buys-block .quantity-input,
.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
    height: 30px;
}

.element-buys-block .quantity-down,
.element-buys-block .quantity-up {
    padding: 0 12px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
    border: 0 solid #ececec;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.element-buys-block .quantity-down:hover,
.element-buys-block .quantity-up:hover {
    background-color: #d2d2d2;
}

.element-buys-block .quantity-down {
    border-right-width: 1px;
}

.element-buys-block .quantity-up {
    border-left-width: 1px;
}

.element-buys-block .quantity-measure {
    margin-left: 6px;
}

.element-buys-block .quantity {
    margin-top: 10px;
    font-size: 12px;
}

.catalog-section-element.element-with-count {
    height: 455px;

}

.catalog-section-element.element-with-count .element-wrap:hover {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}

.element-wrap .quick-view {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    line-height: 38px;
    height: 38px;
    width: 175px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 18px;
    color: #434343;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    opacity: 0.9;
}

.element-wrap .quick-view i {
    vertical-align: top;
    padding-right: 3px;
}

.intec-catalog-section-tile .element-wrap:hover .quick-view {
    display: block;
}

.b-element-item__rating>.bx_item_detail_rating {
    margin: 0;
}

.intec-catalog-section-fl {
    display: flex;
    flex-wrap: wrap;
}

.show-more.show-more-btn {
    display: flex;
    align-items: center;
    width: max-content;
    background-color: #f6f6f6;
    padding: 15px 20px;
    color: #45a748 !important;
    border-radius: 6px;
    margin-top: 60px;
    margin-bottom: 60px;

}

.show-more.show-more-btn i {
    margin-left: 10px;
    color: #45a748 !important;
}


.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span {
    background: url(/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/./images/pagination_arrow.svg) no-repeat center;
    opacity: 1;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: url(/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/./images/pagination_arrow.svg) no-repeat center;
    transform: rotate(180deg);
    opacity: 1;
}

.bx-pagination.bx-blue .bx-pagination-container ul li.bx-active span,
.bx-pagination .bx-pagination-container ul li a:hover span {
    background-color: #45a748 !important;
    color: #ffffff;
}



.intec-marks .intec-mark {
    margin: 0 0 10px 0 !important;
    padding: 6.5px 10px !important;
    border-radius: 4 !important;
    color: #354049 !important;
    font-size: 12px !important;
    line-height: 100% !important;
    width: max-content;
    font-weight: 500;
}

.intec-marks .intec-mark.recommend {
    background-color: #6CBE50 !important;
    border-radius: 4px !important;
}

.intec-marks .intec-mark.new {
    background-color: #6CBE50 !important;
    border-radius: 4px !important;
}

.intec-marks .intec-mark.hit {
    background-color: #6CBE50 !important;
    border-radius: 4px !important;
}

.intec-marks .intec-mark.action {
    background-color: #ECD0A0 !important;
    border-radius: 4px !important;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.add .fa.fa-heart-redesign {
    content: "";
    width: 20px;
    position: absolute;
    height: 17px;
    top: -13px;
    right: -18px;
    background-image: url("/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/./images/like-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.intec-catalog-section-tile .catalog-section-element .intec-min-button.added .fa.fa-heart-redesign {
    content: "";
    width: 20px;
    position: absolute;
    height: 17px;
    top: -13px;
    right: -18px;
    background-image: url("/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/./images/like-icon-aded.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.element-description .brand-name {
    display: block;
    font-weight: 300;
    font-size: 12px;
    line-height: 16px;
    vertical-align: middle;
    margin-bottom: 8px;
    transition: .2s;
}

.element-description .brand-name:hover {
    transition: .2s;
    color: #B5B5B5 !important;
    text-decoration: none;
}


.product-buy-block {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.intec-catalog-section-tile .product-buy-block .element-buys.added.product-buy-block-quantity {
    display: none;
}

.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
    background: url("/images/basket_white.svg") center center no-repeat !important;
    width: 50px;
    background-repeat: no-repeat;
    height: 50px;
    display: flex;
    align-items: center;
    background-color: #354049 !important;
    border: none;
    border-radius: 100%;
    transition: .1s;
    justify-content: center;

}

.glyph-icon-cart-redesign {
    padding: 0;
}


span.intec-basket.glyph-icon-cart-redesign {
    padding-right: 0px !important;
}

.intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent:hover {
    background-color: #6CBE50 !important;
    border-color: #6CBE50 !important;

    transition: .1s;
}

.intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
    width: 50px;
    height: 50px;
    position: relative;
    padding: 0;
    font-size: 16px;
    border-radius: 100%;
    display: flex;
    background: none !important;
    align-items: center;
    justify-content: center;
    transition: .2s;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt:after {
    content: "";
    position: absolute;

    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/images/plus_kt.svg);
    align-items: center;
    justify-content: center;
}

.element-buys.added.product-buy-block-quantity.icon_minus_kt:after {
    content: "";
    position: absolute;

    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    display: block;
    background-position: center;
    background-image: url(/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/images/minus_kt.svg);
    align-items: center;
    justify-content: center;
}

.element-buys.added.product-buy-block-quantity.icon_minus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #E8E7E9;
    border: 1px solid #E8E7E9;
    border-radius: 100%;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #354049;
    border: 1px solid #354049;
    border-radius: 100%;
}

.element-buys.added.product-buy-block-quantity:hover:before {
    content: "";
    width: 50px;
    height: 50px;
    position: relative;
    top: 0;
    background: #6CBE50;
    border: 1px solid #6CBE50;
    border-radius: 100%;
    transition: .2s;
}

.element-buys.added.product-buy-block-quantity.icon_minus_kt:hover:after {
    filter: invert(1);
    transition: .2s;
}


.product-buy-block.price-block-incart {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}

.product-buy-block.price-block-incart .intec-button.basket-redesign.add {
    display: none;
}

.intec-catalog-section-tile .product-buy-block.price-block-incart .price-block {
    position: relative;
    top: 0px;
    width: 100%;
}

.product-buy-block.price-block-incart .price-value {
    margin-top: 10px;
    position: absolute;
    margin-left: 10px;
    justify-content: center !important;
    margin-left: 20px;
}

.product-inbasket-quantity {
    display: none;
}

.element-img-wrap.element-img-wrap-incart .product-inbasket-quantity {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    z-index: 10;
    align-items: center;
    justify-content: center;

    background: #0000004D;
    color: #ffffff;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 64px;
    line-height: 64px;
    vertical-align: middle;
    text-transform: uppercase;
}

.intec-catalog-section-tile .icon_plus_kt .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity.product-buy-block-quantity-end {
    background: #000 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: transparent !important;
    font-size: 0;
}

.element-buys.added.product-buy-block-quantity.icon_plus_kt.product-buy-block-quantity-end:after {
    background-image: url(/images/bell_icon_product_white.svg) !important;
}

.out_of_stock_kt .icon_bsll_kt {
    background: #000 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    color: transparent !important;
    transition: .2s;
}

.out_of_stock_kt .icon_bsll_kt:hover {
    background: #6CBE50 url(/images/bell_icon_product_white.svg) center center no-repeat !important;
    transition: .2s;

}

.product-end-kt {
    position: absolute;
    top: 85%;
    left: 15px;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    z-index: 20;
    font-weight: 400;
}

.element-img-wrap.product-end-kt-container:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #c2c2c259;
    display: block;
    z-index: 10;
}

@media (max-width:1100px) {
    .intec-catalog-section-tile .catalog-section-element {
        width: 22%;
        margin-bottom: 15px;
    }

    .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
        width: 40px;
        height: 40px;
    }

    .element-buys.added.product-buy-block-quantity.icon_minus_kt:before {

        width: 40px;
        height: 40px;
    }

    .element-buys.added.product-buy-block-quantity.icon_plus_kt:before,
    .out_of_stock_kt .icon_bsll_kt {

        width: 40px;
        height: 40px;
    }

    .price-value {
        font-weight: 400;
        letter-spacing: .4px;
        font-size: 16px;
        line-height: 16px;
        vertical-align: middle;
    }

    .price_discount span {
        position: relative;
        font-size: 12px;
        color: #ADADAD;
        line-height: 10px;
        width: max-content;
    }

    .intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
        width: 40px;
        height: 40px;
    }

}
}





@media (max-width:1400px) {
    .element-img .quick-view {
        display: none !important;
    }

    .intec-catalog-section-tile .catalog-section-element {

        margin-bottom: 15px;
    }



    .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
        width: 40px;
        height: 40px;
    }

    .element-buys.added.product-buy-block-quantity.icon_minus_kt:before {

        width: 40px;
        height: 40px;
    }

    .element-buys.added.product-buy-block-quantity.icon_plus_kt:before,
    .out_of_stock_kt .icon_bsll_kt {

        width: 40px;
        height: 40px;
    }

    .price_discount span {
        position: relative;
        font-size: 10px;
        color: #ADADAD;
        line-height: 10px;
        width: max-content;
    }

    .intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
        width: 40px;
        height: 40px;
    }

}

.product-buy-block-quantity-end {
    cursor: pointer;
}

.intec-catalog-section-tile .element-wrap:hover {
    box-shadow: none !important;
}

@media (max-width:850px) and (min-width: 720px) {
    .intec-catalog-section-tile .catalog-section-element .intec-min-button {
        opacity: 1;
    }

    .intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true] {

        opacity: 1;
    }

    .intec-catalog-section-tile .element-wrap:hover {
        box-shadow: none;
        -moz-box-shadow: none;
        -o-box-shadow: none;
        -webkit-box-shadow: none;
    }

    .intec-catalog-section-tile .price-block .price-value {
        float: none;
    }

    .intec-catalog-section-tile .price-block .element-buys {
        float: none;
        margin-top: 5px;
    }

    .intec-catalog-section-tile .price-block {
        height: 90px;
    }
}


@media (max-width:900px) {
    .intec-catalog-section-tile .catalog-section-element {
        padding: 10px;
    }

    .intec-catalog-section-tile .catalog-section-element {
        width: 46%;
    }

    .intec-catalog-section-fl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element .element-wrap .glyph-icon-cart-redesign::before {
        content: "";
        width: 24px;
        height: 24px;
        filter: invert(1) contrast(2.5);
        background-image: url(/images/basket_header.svg) !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 22% !important;
        height: 100%;
    }

    .price-value {
        display: flex;
        font-weight: 400;
        letter-spacing: .4px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        align-items: flex-start;
        flex-direction: row;
        gap: 10px;
    }

    .price_discount {

        margin-left: 0px !important;

    }

    .product-buy-block.price-block-incart .price-value {
        position: absolute;
        margin-top: 5px !important;
        font-size: 14px;
        text-align: center;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column-reverse;
        justify-content: center !important;
        margin-left: 20px;
    }

    .intec-catalog-section-tile .product-buy-block.price-block-incart .element-buys.added.product-buy-block-quantity {
        width: 50px;
        height: 50px;
        position: relative;
        padding: 0;
        font-size: 16px;
        border-radius: 100%;
        display: flex;
        background: none !important;
        align-items: center;
        justify-content: center;
        transition: .2s;
    }

    .element-buys.added.product-buy-block-quantity.icon_plus_kt:after {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        display: block;
        background-position: center;
        background-image: url(/images/plus_kt.svg);
        align-items: center;
        justify-content: center;
    }

    .element-buys.added.product-buy-block-quantity.icon_minus_kt:after {
        content: "";
        position: absolute;

        width: 50px;
        height: 50px;
        background-repeat: no-repeat;
        display: block;
        background-position: center;
        background-image: url(/images/minus_kt.svg);
        align-items: center;
        justify-content: center;
    }

    .element-buys.added.product-buy-block-quantity.icon_minus_kt:before {
        content: "";
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
        background: #E8E7E9;
        border: 1px solid #E8E7E9;
        border-radius: 100%;
    }

    .element-buys.added.product-buy-block-quantity.icon_plus_kt:before {
        content: "";
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
        background: #000;
        border: 1px solid #000;
        border-radius: 100%;
    }

    .element-buys.added.product-buy-block-quantity:hover:before {
        content: "";
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
        background: #6CBE50;
        border: 1px solid #6CBE50;
        border-radius: 100%;
        transition: .2s;
    }

    .intec-button.basket-redesign.intec-button-cl-common.intec-button-transparent {
        width: 50px;
        height: 50px;
    }

    .newprice {
        font-size: 16px;
    }
}

@media (max-width:720px) {
    .intec-catalog-section-tile .price-block {
        height: 50px;
    }

    .intec-catalog-section-tile .catalog-section-element .intec-min-button {
        opacity: 1;
    }

    .intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-basket-delay][data-basket-in=false],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-basket-delayed][data-basket-in=true],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.add[data-compare-add][data-compare-in=false],
    .intec-catalog-section-tile .catalog-section-element .intec-min-button.added[data-compare-added][data-compare-in=true] {

        opacity: 1;
    }

    .product-end-kt {
        position: absolute;
        top: 82%;
        font-size: 12px;
        line-height: 13px;
        left: 15px;
        padding: 4px 5px;
        background: #fff;
        border-radius: 3px;
        z-index: 20;
        font-weight: 400;
    }

    .intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 43% !important;
        height: 100%;
    }
}

/* from hit_slider */

.widget-catalog-categories .title {
    font-size: 28px;
    font-weight: bold;
    line-height: 34px;
    color: #2c2c2d;
    margin-bottom: 5px;
}

.widget-catalog-categories .title.text-center {
    text-align: center;
}

.widget-catalog-categories .title+.widget-catalog-categories {
    margin-top: 20px;
}

.widget-catalog-categories .description {
    font-size: 13px;
    line-height: 17px;
    color: #626262;
    margin-bottom: 20px;
}

.widget-catalog-categories .description.text-center {
    text-align: center;
}

.widget-catalog-categories .fa-arrow-left,
.widget-catalog-categories .fa-arrow-right {
    font-size: 12px;
    color: #abaaaa;
}

.widget-catalog-categories {
    display: block;
}

.widget-catalog-categories .widget-catalog-categories-desktop {
    display: block;
}

.widget-catalog-categories .widget-catalog-categories-mobile {
    display: none;
}

/** Common **/
.widget-catalog-categories .widget-catalog-categories-view {
    display: block;
}

.widget-catalog-categories .widget-catalog-categories-tabs {
    display: block;
    text-align: center;
    font-size: 0;
    border-bottom: none;
    margin-bottom: 20px;
}

.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
    border: none;
    float: none;
}

.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a {
    display: block;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    color: #363532 !important;
    ;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    background: transparent !important;
    padding: 4px 0;
    margin: 0 20px;
}

.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab a:hover,
.widget-catalog-categories .widget-catalog-categories-tabs .widget-catalog-categories-tab.active a {
    border-color: #3e6af8 !important;
    ;
    color: #3e6af8 !important;
    ;
}

.widget-catalog-categories .widget-catalog-categories-tabs-content {
    display: block;
    position: relative;
}

.widget-catalog-categories .widget-catalog-categories-slider-wrap {
    display: block;
    position: relative;
}

.widget-catalog-categories .widget-catalog-categories-product {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6px;
    margin-top: 0px;
    /* margin-bottom: 30px; */
    border: 1px solid #f2f6f196;
    border-radius: 0px;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper {
    display: block;
    position: relative;
    padding: 15px;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-wrapper.widget-catalog-categories-slider-mobile {
    padding: 15px 0;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-substrate {
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: top, right, bottom, left, box-shadow;
    -moz-transition-property: top, right, bottom, left, box-shadow;
    -ms-transition-property: top, right, bottom, left, box-shadow;
    -o-transition-property: top, right, bottom, left, box-shadow;
    transition-property: top, right, bottom, left, box-shadow;
}

.widget-catalog-categories .widget-catalog-categories-product:hover .widget-catalog-categories-product-substrate {

    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    -webkit-box-shadow: 0px 4px 16px 0px rgb(118 118 118 / 20%);
    -moz-box-shadow: 0px 4px 16px 0px rgb(118 118 118 / 20%);
    box-shadow: 0px 0px 3px 0px rgb(118 118 118 / 16%);
}

.widget-catalog-categories .widget-catalog-categories-product:hover {
    z-index: 1;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image {
    display: block;
    position: relative;
    height: 250px;
    margin-bottom: 10px;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-image-wrapper {
    display: block;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    outline: none;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button {
    /*display: none;*/
    position: absolute;
    top: 110px;
    right: 20px;
    left: 20px;
    border-radius: 18px;
}

.widget-catalog-categories-product-price .intec-button {
    display: block;
}

.widget-catalog-categories-product-price .intec-button[data-basket-add][data-basket-in=true],
.widget-catalog-categories-product-price .intec-button[data-basket-added][data-basket-in=false] {
    display: none;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-button.loading-container {
    font-size: 0;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels {
    display: block;
    overflow: hidden;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-labels-wrapper {
    display: block;
    margin: -2px;
    overflow: hidden;
    font-size: 0;
    text-decoration: none;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label {
    display: inline-block;
    padding: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label .widget-catalog-categories-product-label-wrapper {
    display: block;
    border-radius: 14px;
    padding: 5px 10px 4px 10px;
    text-decoration: none;
    font-size: 12px;
    line-height: 16px;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-discount .widget-catalog-categories-product-label-wrapper {
    background: #e82a49;
    color: #ffffff;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-new .widget-catalog-categories-product-label-wrapper {
    background: #3eb5f1;
    color: #ffffff;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-recommend .widget-catalog-categories-product-label-wrapper {
    background: #5775d2;
    color: #ffffff;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-image .widget-catalog-categories-product-labels .widget-catalog-categories-product-label.widget-catalog-categories-product-label-hit .widget-catalog-categories-product-label-wrapper {
    background: #17ffe6;
    color: #ffffff;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name {
    display: block;
    position: relative;
    height: 64px;
    overflow: hidden;
    margin-bottom: 5px;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-name .widget-catalog-categories-product-name-wrapper {
    color: #354049;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    outline: none;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section {
    display: block;
    position: relative;
    /* height: 17px; */
    overflow: hidden;
    margin-bottom: 12px;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-section .widget-catalog-categories-product-section-wrapper {
    color: #888b92;
    font-size: 13px;
    line-height: 17px;
    text-decoration: none;
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price {
    display: block;
    position: relative;
    height: 41px;
    line-height: 1;
    /*overflow: hidden;*/
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-new {


    line-height: 36px;

    font-size: 16px;
    font-weight: 500;

    letter-spacing: 0em;
    text-align: left;
    color: var(--color-main-black);
}

.widget-catalog-categories .widget-catalog-categories-product .widget-catalog-categories-product-price .widget-catalog-categories-product-price-old {
    color: #f00;
    vertical-align: middle;
    font-size: 12px;
    line-height: 16px;
    text-decoration: line-through;
    position: absolute;
    top: -7px;
    left: 0px;
}

.widget-catalog-categories .widget-catalog-categories-dots {
    display: block;
    font-size: 0;
    text-align: center;
}

.widget-catalog-categories .widget-catalog-categories-dots.disabled {
    opacity: 0;
}

.widget-catalog-categories .widget-catalog-categories-dots .owl-dot {
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 10px;
    border: 1px solid #bcbcbc;
    border-radius: 50%;
    cursor: pointer;
    margin: 10px;
}

.widget-catalog-categories .widget-catalog-categories-dots .owl-dot.active {
    background: #3e6af8;
    border-color: #3e6af8;
}

/** /Common **/

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile {
    width: 100%;
    right: 0px;
    left: 0px;
    height: 0px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-previous {
    position: relative;
    left: -18px;
    text-align: center;
    top: 200px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-next {
    position: relative;
    right: -18px;
    text-align: center;
    top: 200px;
}

.widget-catalog-categories .widget-catalog-categories-navigation.widget-catalog-categories-navigation-mobile .widget-catalog-categories-navigation-wrapper {
    height: 0px;
    position: relative;
}

/** Desktop **/
.widget-catalog-categories .widget-catalog-categories-navigation {
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    left: -40px;
    height: 100%;
    font-size: 0;
    white-space: nowrap;
    /*z-index:100;*/
}

.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-wrapper {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next,
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    display: block;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transition-property: color;
    -moz-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    transition-property: color;
    width: 28px;
}

.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next {
    float: right;
}

.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous {
    float: left;
}

.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-next:hover,
.widget-catalog-categories .widget-catalog-categories-navigation .widget-catalog-categories-navigation-previous:hover {
    color: #116afc;
}

.widget-catalog-categories .widget-catalog-categories-desktop .widget-catalog-categories-slider-wrap {
    margin: 0 40px;
}

a.widget-catalog-categories-product-name-wrapper {
    display: block;
    margin-top: 15px;
    box-sizing: border-box;
    font-size: 14px !important;
    color: #33312e;
    text-decoration: none;
    overflow: hidden;
    text-align: left;
    line-height: 14px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.1em;
    text-overflow: ellipsis;
    margin-right: 10px;
}

.price_discount {
    color: #9E9E9E;
    /* font-family: "Muller"; */
    font-weight: 300;
    text-decoration: line-through;
    margin-left: 10px;
    letter-spacing: .4px;
    /* line-height: 13px; */
}

.price_discount span {
    color: #9E9E9E;

}

/** /Desktop **/

@media all and (max-width: 720px) {
    .widget-catalog-categories .widget-catalog-categories-desktop {
        display: none;
    }

    .widget-catalog-categories .widget-catalog-categories-mobile {
        display: block;
    }
}

.widget-catalog-categories-tabs {
    display: none !important;
}

.widget-catalog-categories {
    margin-top: 12px;
    margin-bottom: 35px;
}

.b-main-products-btn {
    text-align: center;
}

.widget-catalog-categories-slider.widget-catalog-categories-slider-mobile {
    z-index: 100;
}

.b-element-item__rating>.bx_item_detail_rating {
    margin: 0;
}

.b-element-item__rating {
    position: relative;
}

.bx_item_detail_rating .bx_stars_rating_votes {
    position: relative;
    top: -1px;
    left: 2px;
}

.widget-catalog-categories-product-price .intec-button {
    float: right;
    position: relative;
    top: 0px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-lg {
    padding: 6px 6px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-fs-16 {
    font-size: 13px;
}

.widget-catalog-categories-product-price-desktop .intec-button.intec-button-lg .glyph-icon-cart {
    margin: 0 3px 0 0;
}


.owl-carousel {
    display: unset !important;
}


.widget-catalog-categories-product {
    width: 20%;
}

.slider_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0em;
    text-align: left;
    color: #354049;
    font-family: 'RFDewi Expanded', sans-serif !important;
}

span.bx-core-popup-menu-item-text {
    color: white;
}

.widget-catalog-categories-product-labels-container {
    position: absolute;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    row-gap: 10px;
    top: -29px;
    left: -10px;
}

.widget-catalog-categories-product-labels-label {
    padding: 4px 10px;
    font-size: 10px;
    border-radius: 15px;
    font-weight: 200;
    line-height: 12px;
    letter-spacing: 0em;
    text-align: left;
    color: #fff;
    width: max-content;
}

.widget-catalog-categories-product-labels-label.HIT {
    background-color: #8CC63F;
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 6px;
}

.widget-catalog-categories-product-labels-label.RECOMMEND {
    background-color: #1196B1;
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 6px;
}

.widget-catalog-categories-product-labels-label.NEW {
    background-color: #45A748;
    text-transform: uppercase;
    padding-bottom: 4px;
    padding-top: 6px;
}

.intec-basket.glyph-icon-cart {
    width: 24px !important;
    height: 24px !important;
}

.glyph-icon-cart:before {
    content: '' !important;
    width: 24px !important;
    height: 24px !important;
    background-image: url("/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/../../../../images/icons/basket.svg") !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: center !important;
}

.intec-basket-text {
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
    padding-right: 2px;
}

.intec-button.intec-button-cl-common.intec-button-transparent {
    display: flex;
    align-items: center;
    background-color: #354049 !important;
    border-color: #354049;
    padding: 3px 3px;
    border-radius: 4px;
    font-size: 12px;
    transition: 1s;
    justify-content: center;
    width: 100%;
}

.intec-button.intec-button-cl-common.intec-button-transparent:hover {
    transition: 1s;

}

.intec-button.intec-button-cl-common.to-catalog {
    font-size: 20px;
    font-weight: 200;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
    background-color: #2273B8 !important;
    color: #fff !important;
    padding: 25px 80px 25px 45px;
    border-radius: 6px;
    position: relative;
}

.intec-button.intec-button-cl-common:hover,
.intec-button.intec-button-cl-common.hover {

    border-color: #354049 !important;
    border: 2px solid #354049 !important;
}

.intec-button.intec-button-cl-common.to-catalog:hover {
    color: #fff !important;
    background-color: #2273B8 !important;
}

.intec-button.intec-button-cl-common.to-catalog::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 50%;
    right: 45px;
    transform: translateY(-50%);
    background-image: url("/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/./images/arrow.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.intec-button.intec-button-cl-common.intec-button-transparent:hover {
    align-items: center;
    background-color: #354049 !important;
    border-color: #6CBE50 !important;
    /*border-radius: 4px;*/
}


.intec-button.intec-button-cl-common.intec-button-transparent.added,
.intec-button.intec-button-cl-common.intec-button-transparent.added:hover {
    background-color: #F2F6F1 !important;
}

.intec-button.intec-button-cl-common.intec-button-transparent.added .intec-basket-text {
    color: #354049;
}

.intec-button.intec-button-cl-common.intec-button-transparent.added .glyph-icon-cart {
    display: none;
}

.widget-catalog-categories {
    position: relative;
    /* display: flex;
    justify-content: center; */
}

.widget-catalog-categories .arrow {
    position: absolute;
    top: calc(50% - 100px);
    width: 25px;
    height: 25px;
    background-image: url("/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/../../../../images/icons/slider_arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}

.widget-catalog-categories .arrow.prev {
    left: -30px;
    /* transform: translateY(-50%); */
    z-index: 10;
}

.widget-catalog-categories .arrow.next {
    right: -30px;
    transform: rotate(180deg);
    z-index: 10;
}

.catalog-section-element.col-lg-3.col-md-3.col-sm-4.col-xs-12 {
    padding: 0 10px;
}

.widget-catalog-categories-slider {
    margin-right: auto;
    margin-left: auto;
}

.brand-name {
    display: block;
    box-sizing: border-box;
    font-size: 12px;

    line-height: 14px;
    letter-spacing: 0em;
    text-align: left;
    color: #B5B5B5 !important;
    margin-top: 10px;
    outline: none;
    min-height: 30px;
}

.brand-name:hover {
    transition: .3s;
    color: #354049 !important;
    text-decoration: none;
}

.button-like-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.button-like-container .intec-min-button {
    position: relative;
    z-index: 1;
    border-radius: 0;
}

.button-like-container .WhishList {
    z-index: 1;
}

.button-like-container .intec-min-button.add[data-basket-in=true] {
    display: none !important;
    background-color: red !important;
}

.button-like-container .intec-min-button.added[data-basket-in=false] {
    display: none !important;
    background-color: #116afc !important;
}

.button-like-container .intec-min-button.add {
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/./images/like-icon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.button-like-container .intec-min-button.added {
    width: 24px;
    height: 24px;
    background-image: url("/bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/./images/like-icon-aded.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.widget-catalog-categories .slick-list {
    margin-bottom: 30px;
}

.widget-catalog-categories .slick-track {
    display: flex;
}

.widget-catalog-categories .slick-track .slick-slide {
    height: auto;
    flex: 0 0 auto;
    padding: 10px;
}

.widget-catalog-categories .slick-track .slick-slide>div,
.widget-catalog-categories .slick-track .slick-slide .widget-catalog-categories-product {
    height: 100%;
}

a.intec-button.intec-button-w-icon.intec-button-cl-common.intec-button-transparent.intec-button-lg.intec-button-fs-16.element-buys.added {
    padding: 4px 18px;
    border: none;
    background-color: #ffffff !important;
    border: 1px solid #354049;


}

.price-value {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .4px;
    align-items: flex-start;

    flex-direction: row;
    gap: 10px;
}

.price-value .oldprice {
    position: relative;
    font-size: 14px;
    color: #ADADAD;
    font-weight: 300;
    line-height: 15px;
}

.price-value .oldprice:after {
    content: "";
    width: 100%;
    height: 1px;

    background: red;
    position: absolute;
    top: 40%;
    right: 0;
}

@media(max-width: 1500px) {
    .product-buy-block.price-block-incart .price-value {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        justify-content: center !important;
        margin-left: 20px;
    }

    .product-buy-block.price-block-incart .price-value .price_discount {
        margin-left: 0px;
        justify-content: center !important;
        margin-left: 20px;
    }
}

@media(max-width: 800px) {
    .widget-catalog-categories .slick-slide {
        width: 260px !important;
    }

    .widget-catalog-categories .arrow.prev {
        /* transform: translate(-50%, -50%); */
        left: 0;
    }

    .widget-catalog-categories .arrow.next {
        /* transform: translate(50%, -50%) rotate(180deg); */
        right: 0;
    }
}

@media(max-width: 720px) {
    .widget-catalog-categories {
        margin-bottom: 30px;
    }

    .widget-catalog-categories .widget-catalog-categories-desktop.only-desktop {
        display: unset !important;
    }

    .arrow {
        display: none;
    }

    .widget-catalog-categories-slider {
        width: 100%;
    }

    .intec-button.intec-button-cl-common.to-catalog {
        font-size: 16px;
        padding: 15px 74px 15px 40px;
    }

    .intec-button.intec-button-cl-common.to-catalog::after {
        right: 40px;
    }

    .slider_title {
        font-size: 24px;



    }
}
/* End */


/* Start:/bitrix/templates/izkoltsovo/components/bitrix/iblock.vote/stars/style.min.css?1751944303832*/
.bx_item_detail_rating{margin-bottom:10px}.bx_item_detail_rating td{vertical-align:middle;text-align:right}.bx_item_detail_rating .bx_item_rating{text-align:right}.bx_item_detail_rating .bx_stars_container{position:relative;width:68px;height:30px;background:#dadada;background-size:100% 100%}.bx_item_detail_rating .bx_stars_bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:101;background:url(/bitrix/templates/izkoltsovo/components/bitrix/iblock.vote/stars/images/stars.png) no-repeat center}.bx_item_detail_rating .bx_stars_progress{position:absolute;top:0;bottom:0;left:0;background:#e76110}.bx_item_detail_rating .bx_stars_rating_votes{color:#8d8d8d;font-size:11px;line-height:11px;vertical-align:middle}@media(max-width:530px){.bx-touch .bx_item_detail_rating .bx_stars_container{height:15px;margin:4px 0}.bx_item_detail_rating .bx_stars_rating_votes{font-size:7px;line-height:7px}}
/* End */
/* /bitrix/templates/izkoltsovo/components/bitrix/system.pagenavigation/.default/style.css?17519443033753 */
/* /bitrix/templates/izkoltsovo/components/bitrix/news.list/flat/style.css?177122507310552 */
/* /bitrix/templates/izkoltsovo/components/bitrix/news.list/flat/themes/green/style.min.css?1771225082205 */
/* /bitrix/templates/izkoltsovo/components/bitrix/catalog.section/redesign_slider/style.css?177086458350682 */
/* /bitrix/templates/izkoltsovo/components/bitrix/iblock.vote/stars/style.min.css?1751944303832 */
