

/* Start:/local/templates/izkoltsovo/components/bitrix/catalog/selection/bitrix/catalog.element/.default/style.css?17581096488130*/
.brand {
	display: block;
}
.brand .brand-back {
	color: #2d2d2d !important;
}
.all_selection a{
   display: flex;
    position: relative;
    top: 0;
left: 16px;
    align-items: center;
transition: .2s;
}
.all_selection a:hover{
text-decoration: none;
    color: #6CBE50 !important;
    transition: .2s;
}
.all_selection a:before{
    content: "";
    display: block;
    position: absolute;
    background-image: url(/images/black_arrow.svg);
    width: 16px;
    height: 16px;
    left: -16px ;
top: 3px;
 transition: .2s;
}
.all_selection a:hover:before{

    background-image: url(/images/green_arrow.svg);
 transition: .2s;
}
.brand .brand-back .brand-back-icon {
	vertical-align: middle;
	font-size: 27px;
	margin-right: 15px;
	line-height: 1;
	padding-bottom: 4px;
}
.brand .brand-back .brand-back-text {
	vertical-align: middle;
}
.brand .brand-information {
	display: block;
	margin-top: 30px;
}
.brand .brand-information .brand-image {
	display: block;
	float: left;
	position: relative;
	width: 450px;
	margin-right: 50px;
	margin-bottom: 30px;
}
.brand .brand-information .brand-image .brand-image-wrapper {
	display: block;
	position: relative;
	padding-top: 75%;
	-webkit-box-shadow: 0 15px 50px #f1f1f1;
	-moz-box-shadow: 0 15px 50px #f1f1f1;
	box-shadow: 0 15px 50px #f1f1f1;
}
.brand .brand-information .brand-image .brand-image-wrapper-2 {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	bottom: 25px;
	left: 25px;
}
.brand .brand-information .brand-text {
	font-size: 15px;
	color: #2d2d2d;
	line-height: 1.5;
	margin-bottom: 30px;
}

.brand .brand-products {}
.brand .brand-products .brand-products-title {
	display: block;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 25px;
}

@media all and (max-width: 500px) {
	.intec-adaptive .brand .brand-information .brand-image {
		float: none;
		width: auto;
		margin-right: 0;
	}
}

/*.brand-container{
	-moz-user-select: none;
	-webkit-user-select: none;
}
.brand-container #all-brands{
	color: #111;
}
.brand-container a i{
	margin-right: 10px;
	margin-top: 2px;
}
.brand-container .read-more-fa{
	display: inline-block;
	vertical-align: middle;
	font-size: 27px;
	padding-bottom: 5px;
	margin-right: 15px;
}
.brand-container span span{
	display: inline-block;
	vertical-align: middle;
	text-decoration: none;
	color: #474747;
}
.brand-container .brand-container-product-head{
	font-size: 20px;
	font-weight: 500;
	line-height: 1.1;
	margin: 25px auto;
}
.brand-container .brand-container-head{
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	padding-top: 30px;
}
.brand-container .brand-container-head .brand-container-head-img{
	display: inline-block;
	width: 30%;
	box-shadow: 1px 15px 50px #F1F1F1;
	padding: 25px;
}
.brand-container .brand-container-head .brand-container-head-img .brand-container-head-img-wrapper{
	position: relative;
	background: no-repeat;
	height: 0;
	width: 100%;
	padding: 25%;
	background-position: center;
	background-size: contain;
}

.brand-container .brand-container-head .brand-container-head-text{
	display: inline-flex;
	width: 70%;
	padding: 10px 40px;
}
.brand-container .brand-container-head .brand-container-head-text p{
	font-size: 15px;
}
.brand-container .brand-container-recommend{
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}
.brand-container .brand-container-recommend .brand-container-recommend-element{
	position: relative;
	padding: 15px;
	display: flex;
	flex-direction: column;
	width: 30%;
	margin: 15px 15px 0 15px;
	border: 1px solid #F1F1F1;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-hit,
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-new{
	position: absolute;
	color: #fff;
	padding: 5px 10px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	font-weight: bold;
	font-size: 13px;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-hit{
	background: #16F384;
	top: 12%;
	left: 7%;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-new{
	background: #1161fc;
	top: 5%;
	left: 7%;
}
.brand-container .brand-container-recommend .brand-container-recommend-element:hover{
	cursor: pointer;

	transition: 350ms linear;
	box-shadow: 10px 15px 20px #F1F1F1, -10px 15px 20px #F1F1F1, -10px 5px 10px #F1F1F1, 10px 5px 10px #F1F1F1;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-img{
	padding: 10px;
	background-size: cover;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-img img{
	display: block;
	margin: 0 auto;
	width: auto;
	height: 300px;
 }

.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-text{
	padding: 20px;
	margin-bottom: 40px;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-text .price{
	margin-top: 5px;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-text a{
	text-decoration: none;
	color: #333;
	font-size: 17px;
	margin-left: 0;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-text .new{
	display: inline-block;
	margin-right: 20px;
	font-size: 16px;
	padding-top: 5px;
}

.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-text .old{
	font-size: 13px;
	text-decoration: line-through;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-text a:hover{
	color: #777;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-cart{
	position: absolute;
	padding-bottom: 25px;
	padding-left: 15px;
	bottom: 0;
	visibility: hidden;
	transition: 100ms linear;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-cart a{
	position: relative;
	display: inline;
	margin-left: 80px;
	color: #1161fc;
	font-size: 13px;
	margin-bottom: 5px;
	transition: 200ms linear;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-cart i{
	font-size: 22px;
	margin-right: 10px;
}
.brand-container .brand-container-recommend .brand-container-recommend-element .brand-container-recommend-element-cart span{
	margin-left: -5px;
}
[class*='glyph-icon-']:before{
	vertical-align: middle;
}
.brand-container .brand-container-recommend .brand-container-recommend-element:hover .brand-container-recommend-element-cart{
	visibility: visible;
	transition: 200ms linear;
}
.red{
	color: red;
}
.quantity {
	user-select: none;
	display: inline;
}
.quantity input {
	-webkit-appearance: none;
	border: none;
	text-align: center;
	width: 25px;
	font-size: 16px;
	font-family: sans-serif;
	margin-right: 5px;
	color: #555;
}
.quantity  .border-count{
	color: #ddd;
	font-size: 30px;
	font-weight: 100;

}
span[class*=btn] {
	width: 15px;
	height: 15px;
	border-radius: 6px;
	border: none;
	cursor: pointer;
	color: #555;
	font-weight: 400;
	display: inline-block;
	text-align: center;
}
.minus-btn span , .plus-btn span{
	margin-bottom: 10px;
	color: #000;
	text-align: center;
}
.minus-btn  , .plus-btn {
	font-size: 16px;
}
.minus-btn:hover , .plus-btn:hover {
	font-weight: bold;
	font-size: 16px;
}
.rep{
	font-size: 23px;
	color: #ddd;
	padding: 0 5px;
}
button:focus,
input:focus {
	outline:0;
}

@media (max-width: 1000px) {
	.brand-container .brand-container-head{
		flex-direction: column;
	}
	.brand-container .brand-container-head .brand-container-head-text{
		width: 100%;
	}
	.brand-container .brand-container-head .brand-container-head-img{
		margin-left: 30%;
	}
}*/

/* End */


/* Start:/local/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(/local/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(/local/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:/local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/style.css?177264403129191*/
.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;

    padding: 16px;
    margin: 10px;
    box-sizing: border-box;
    transition: .2s;
    width: 23%;
}

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

	box-shadow: 0px 0px 1px rgba(3, 7, 18, 0.00),
	  0px 0px 3px rgba(3, 7, 18, 0.01),
	  0px 0px 7px rgba(3, 7, 18, 0.01),
	  0px 0px 13px rgba(3, 7, 18, 0.01),
	  0px 0px 20px rgba(3, 7, 18, 0.02),
	  0px 0px 28px rgba(3, 7, 18, 0.02),
	  0px 0px 38px rgba(3, 7, 18, 0.03),
	  0px 0px 50px rgba(3, 7, 18, 0.03);
    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%;
}

.element-description .brand-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.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.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;
    flex-direction: row !important;
    gap: 10px;
}

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

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

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

.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: 27px;
    -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;
    vertical-align: middle;
    max-height: 100%;
    max-width: 100%;
}

.intec-catalog-section-tile .element-name {
    display: block;

    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;
}


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



.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 !important;
    background-color: #000000;
    padding: 15px 20px;
    color: #ffffff !important;
    border-radius: 4px;
    margin-top: 60px;
    margin-bottom: 60px;

}

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


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

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: url(/local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/./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: #000000 !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;
}

.intec-marks .intec-mark.recommend {
    background-color: #FFBB46 !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px !important;
}

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

.intec-marks .intec-mark.hit {
    background-color: #FF9797 !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px !important;
}

.intec-marks .intec-mark.action {
    background-color: #FFBB46 !important;
    color: white !important;
    font-weight: 500;
    border-radius: 4px !important;
}

a.mobile-only.back-button:hover {
    text-decoration: none;
    position: relative;
}

a.mobile-only.back-button::after {
    content: '';
    height: 1px;
    background: transparent;
    display: block;
    width: calc(100% - 15px);
    margin-left: auto;
    margin-top: -5px;
}

.MainPage_HitSlider_Container .intec-content-wrapper {
    padding: 0px 15px;
}

.widget-catalog-categories .slick-track .slick-slide {
    padding: 0;
}

.widget-brands {
    margin: 60px 0;
}

a.mobile-only.back-button:hover::after {
    content: '';
    height: 1px;
    background: rgb(53, 64, 73);
    display: block;
    width: calc(100% - 15px);
    margin-left: auto;
    margin-top: -5px;
}

.filter_btn {
    color: #354049 !important;
    font-weight: 400 !important;
    font-size: 16px !important;
    display: flex;
    align-items: center;
    gap: 8px;
    text-transform: uppercase;
}

@media screen and (max-width: 720px) {
    .filter_btn {
        display: none;
    }
}

.show-more.show-more-btn.intec-cl-text i {
    display: none;
}

.show-more.show-more-btn.intec-cl-text {
    background-color: #354049 !important;
    color: white !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    border-radius: 100px !important;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    transform: rotate(360deg);
}

.element-name {
    font-weight: 400;
}

.sort-select.mobile {
    font-weight: 400 !important;
}

.filter_btn::before {
    content: url('/local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/images/filter-pic.png');
    width: 24px;
    height: 24px;
}


.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("/local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/./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("/local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/./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;
    transition: .1s;
    border-radius: 100%;
    border-color: #6CBE50 !important;
}

.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(/local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/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(/local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/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;
    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;

}


.out_of_stock_kt.inside .icon_bsll_kt {
    background: white url(/local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/images/bell-v2.png) 15px center no-repeat !important;
    width: 100%;
    height: 50px;
    border: 1.5px solid #354049;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #354049 !important;
    border-radius: 50px !important;
    padding-left: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    border-radius: 100%;
    transition: .2s;
}

.price-block.out_of_stock_kt.inside {
    width: 100%;
}

.product-end-kt {
    position: absolute;
    margin-left: 15px;
    bottom: 8px;
    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:1250px) {
    .product-end-kt {
        position: absolute;
        margin-left: 15px;
        margin-right: 15px;
        bottom: 8px;
        padding: 5px;
        background: #fff;
        border-radius: 3px;
        z-index: 20;
        font-size: 12px;
        line-height: 12px;
        text-align: center;
    }

    .price-value {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .price_discount {

        margin-left: 0px !important;
    }
}


@media (max-width:1200px) {
    .intec-catalog-section-tile .catalog-section-element {
        display: block;
        position: relative;
        padding: 16px;
        margin: 10px;
        box-sizing: border-box;
        transition: .2s;
        width: 30%;
    }

}

@media (max-width:1100px) {
    .intec-catalog-section-tile .catalog-section-element {
        width: 29%;
        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;
    }

    .price_discount {


        margin-left: 0px !important;

    }

}

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

@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: 7px;
    }

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

    .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: 28% !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 .catalog-section-element {
        margin: 3px;
    }

}

@media (max-width:900px) {
    .intec-content-wrapper.catalog_container_mobile .catalog-section-element {
        width: 40% !important;
        height: 100%;
    }
}

@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;
        bottom: 8px;
        font-size: 12px;
        line-height: 13px;
        padding: 4px 5px;
        background: #fff;
        border-radius: 3px;
        z-index: 20;
        font-weight: 400;
    }

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

    .intec-catalog-section.intec-catalog-section-tile {
        width: 100%;
        position: relative;
        /* left: -14px; */
    }
}

@media (max-width:480px) {
	.out_of_stock_kt.inside .icon_bsll_kt {
		height: 40px;
		padding-left: 46px;
		font-size: 12px;
		line-height: 14px;
	}	
}
/* End */


/* Start:/local/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(/local/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 */
/* /local/templates/izkoltsovo/components/bitrix/catalog/selection/bitrix/catalog.element/.default/style.css?17581096488130 */
/* /local/templates/izkoltsovo/components/bitrix/system.pagenavigation/.default/style.css?17519443033753 */
/* /local/templates/izkoltsovo/components/bitrix/catalog.section/redesign/style.css?177264403129191 */
/* /local/templates/izkoltsovo/components/bitrix/iblock.vote/stars/style.min.css?1751944303832 */
