

/* Start:/bitrix/templates/irbis/components/bitrix/catalog.element/.default/style.css?167058490114643*/
.popularInSect {
    margin: 50px 0 10px;
    font-size: 36px;
    font-weight: 700;
}

.elementWrap {
    padding-bottom: 70px;
}

.topElementBlock {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 65px;
}

.topElementBlock .sliderWrapBlock {
    width: 680px;
    border-radius: 15px;
    background: #fff;
    padding: 15px;
}

.product-item-detail-slider-images-container {
    position: relative;
    /*background: #fff;*/
    /*border: 1px solid #e2e2e2;*/
    padding: 30px;
}

.product-item-detail-slider-images-container .imgW {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
}

.leftBlockSlider {
    width: 84px;
}

.product-item-detail-slider-controls-block .product-item-detail-slider-controls-image {
    padding: 7px 0;
}

.priceRanges {
    padding: 10px 15px;
    background: #e9e9e9;
    font-size: 20px;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 25px;
}

.priceRanges span {
    font-weight: 700;
    font-size: 25px;
}

.offersProps .name {
    line-height: 1;
    margin-bottom: 7px;
    font-size: 19px;
    font-weight: 600;
    color: #555555;
}

.offersProps select {
    max-width: 100%;
    width: 335px;
    border: 1px solid #e2e2e2;
    background: #fff;
    padding: 10px;
}

.propLineSku {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000;
    margin-bottom: 3px;
}

.propLineSku .name,
.propLineSku .value {
    font-size: 16px;
    position: relative;
    z-index: 2;
    background: #f9f9f9;
    padding: 5px 0;
    bottom: -8px;
    line-height: 1;
    font-weight: 600;
}

.propLineSku .name {}

.propLineSku .value {
    width: 155px;
}

.wrapOffersProps {
    padding: 20px 0 25px;
    width: 100%;
}

.sliderWrapBlock img {
    max-width: 100%;
    max-height: 400px;
}

.sliderWrapBlock {
    display: flex;
    justify-content: space-between;
}

.sliderWrapBlock .product-item-detail-slider-block {
    width: 575px;
}

.topElementBlock .elementRightBlock {
    width: calc(100% - 730px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-right: 75px;
}

.elementRightBlock .article {
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 25px;
}

.topElementBlock .elementBuyBlock {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.nds {
    font-size: 20px;
    font-weight: 300;
    color: #4a4a4a;
    line-height: 1;
    margin-bottom: 30px;
}

.nds span {
    color: #c41436;
    font-weight: 700;
}

.priceLine {
    margin-bottom: 20px;
}

.topElementBlock .txtPrice {
    font-size: 16px;
    color: #000;
    font-weight: 300;
    line-height: 1;
    margin-bottom: 15px;
}

.topElementBlock .current {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
}

.product-item-detail-pay-block {
    display: flex;
    justify-content: flex-start;
}

.amountBlock {
    position: relative;
    overflow: hidden;
    width: 200px;
    height: 56px;
    border: 1px solid #e2e2e2;
    background: #fff;
    margin-right: 20px;
    display: flex;
    justify-content: space-between;
}

.amountBlock input {
    width: calc(100% - 120px);
    background: none;
    color: #000;
    line-height: 54px;
    border: none;
    border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
}

.amountBlock input:focus {
    outline: none;
}

.amountBlock .product-item-amount-field-btn-plus {
    cursor: pointer;
    top: 0;
    padding-top: 3px;
    /*background: url(/bitrix/templates/irbis/components/bitrix/catalog.element/.default/images/btn-plus.png) no-repeat center, #f5f5f5;*/
}

.amountBlock .product-item-amount-field-btn-minus {
    cursor: pointer;
    bottom: 0;
    padding-bottom: 3px;
    /*background: url(/bitrix/templates/irbis/components/bitrix/catalog.element/.default/images/btn-minus.png) no-repeat center, #f5f5f5;*/
}

.amountBlock span {
    color: #939393;
    font-size: 29px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 100%;
    right: 0;
    background: #fff;
}

.amountBlock span:hover {
    color: #000;
    background: linear-gradient(to top, #e5e5e5, #ffffff);
}

.topElementBlock .product-item-detail-buy-button {
    border-radius: 0;
    background: url(/bitrix/templates/irbis/components/bitrix/catalog.element/.default/images/iconBuyElement.png) no-repeat 15px center, #c41436;
    padding-left: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 195px;
    font-size: 26px;
    font-weight: 400;
    height: 56px;
    color: #fff;
}

.topElementBlock .product-item-detail-buy-button:hover {
    text-decoration: none;
    color: #fff;
    background: url(/bitrix/templates/irbis/components/bitrix/catalog.element/.default/images/iconBuyElement.png) no-repeat 15px center, #000;
    padding-left: 55px;
}

.wrapChars {
    width: 100%;
}

.charsBlock {
    margin-bottom: 15px;
}

.articuleElement {
    text-transform: uppercase;
    color: #999999;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
}

.namePropertiesBlock {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
}

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

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

.elementPriceOptA {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #aaaaaa;
}

.elementPriceOpt {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    font-weight: 400;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px 5px 20px;
    background: #14c47c;
    transition: all 0.4s;
}

.elementPriceOpt .imgW {
    margin-right: 10px;
}

.elementPriceOpt:hover {
    text-decoration: none;
    background: #c41436;
    color: #fff;
}

.wrapTabsBlock {
    padding-bottom: 40px;
}

.product-item-detail-tabs-list {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 40px;
    border-bottom: 1px solid #d3d3d3;
}

.product-item-detail-tabs-list li {
    margin-right: 40px;
    font-size: 25px;
    color: #000;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 18px;
    border-bottom: 4px solid transparent;
    transition: all 0.4s;
    cursor: pointer;
    margin-bottom: -4px;
    position: relative;
}

.product-item-detail-tabs-list li:hover {
    color: #14c47c;
}

.product-item-detail-tabs-list li.active {
    color: #14c47c;
    font-weight: 600;
    border-bottom: 4px solid #14c47c;
}

.product-item-detail-tabs-list li.active:before {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    content: '';
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top-color: #14c47c;
    border-bottom: 0;
}

.wrapProps {
    padding-bottom: 30px;
    /*width: 410px;*/
}

.propsTab {
    display: flex;
    justify-content: space-between;
}

.colChars {
    width: 48%;
}

.propsTab .nameCharBlock {
    font-size: 24px;
    margin-bottom: 25px;
}

.firstCol {
    margin-bottom: 25px;
}

.nameCharBlock {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    line-height: 20px;
}

.propLine {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dotted #000;
    margin-bottom: 3px;
}

.propLine .name,
.propLine .value {
    font-size: 16px;
    font-weight: 400;
    position: relative;
    z-index: 2;
    background: #f9f9f9;
    padding: 5px 0;
    bottom: -8px;
    line-height: 1;
}

.propLine .name {
    max-width: 50%;
}

.propLine .value {
    width: 50%;
}

.propLine .value {
    /*text-align: right;*/
    margin-left: 30px;
    font-weight: 600;
}


/*.propLine .name{
	
}*/

.descriptionWrap {
    font-size: 20px;
}

.itemsSlide .item {
    min-height: 405px;
}

.descAndSop {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.descAndSop .sop {
    width: 710px;
}

.descriptionWrap {
    width: 100%;
}

.descAndSop .sop+.descriptionWrap {
    width: calc(100% - 780px);
}

.nameSop {
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 35px;
}

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

.propsTop {
    width: 100%;
}

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

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

.preItemWrap {
    background: #14c47c;
    padding: 50px 15px;
}

.itemPreWrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    position: relative;
}

.nucIP {
    padding-bottom: 18px;
    padding-right: 5px;
    padding-left: 5px;
    border-right: 1px solid #11a568;
    border-bottom: 1px solid #11a568;
}

.nucIP:nth-child(n+5) {
    padding-top: 18px;
    padding-bottom: 0;
    border-bottom: none;
}

.nucIP:nth-child(4n) {
    border-right: none;
}

.nucIP .imgW {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 64px;
    margin-bottom: 10px;
    transition: all 0.4s;
}

.nucIP:hover .imgW {
    transform: rotateY(-360deg);
}

.nucIP img {
    max-width: 100%;
    max-height: 64px;
}

.nucIP .name {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 1.2;
}

@media screen and (max-width:1800px) {
    .propLine .name,
    .propLine .value {
        font-size: 18px;
    }
    .propLine {
        margin-bottom: 7px;
    }
    .topElementBlock .elementRightBlock {
        padding-right: 20px;
    }
    .topElementBlock .sliderWrapBlock {
        width: 580px;
    }
    .sliderWrapBlock .product-item-detail-slider-block {
        width: 490px;
    }
    .leftBlockSlider {
        width: 70px;
    }
    .product-item-detail-slider-images-container .imgW {
        min-height: 400px;
    }
    .topElementBlock .elementRightBlock {
        width: calc(100% - 600px);
    }
}

@media screen and (max-width:1600px) {
    .topElementBlock .sliderWrapBlock {
        width: 450px;
    }
    .sliderWrapBlock .product-item-detail-slider-block {
        width: 400px;
    }
    .leftBlockSlider {
        width: 40px;
    }
    .topElementBlock .elementBuyBlock {
        padding: 20px 10px;
    }
    .topElementBlock .elementRightBlock {
        width: calc(100% - 470px);
    }
    .topElementBlock .product-item-detail-buy-button {
        width: 175px;
    }
    .topElementBlock .current {
        font-size: 45px;
    }
    .product-item-detail-tabs-list li {
        margin-right: 20px;
        font-size: 22px;
        padding-bottom: 6px;
    }
    .descAndSop .sop {
        width: 500px;
    }
    .descAndSop .sop+.descriptionWrap {
        width: calc(100% - 530px);
    }
}

@media screen and (max-width:1280px) {
    .topElementBlock {
        flex-direction: column;
        align-items: center;
    }
    .topElementBlock .elementRightBlock {
        width: 100%;
        padding-top: 20px;
    }
}

@media screen and (max-width:900px) {
    .nameSop {
        font-size: 22px;
    }
    .descAndSop .sop {
        width: 345px;
    }
    .descAndSop .sop+.descriptionWrap {
        width: calc(100% - 360px);
    }
    .product-item-detail-tabs-list li {
        margin-right: 10px;
        font-size: 16px;
        padding-bottom: 0px;
        white-space: nowrap;
    }
    .product-item-detail-tabs-list li.active {
        border-bottom: 2px solid #14c47c;
        margin-bottom: -2px;
    }
    .product-item-detail-tabs-list {
        margin-bottom: 20px;
    }
    .propsTab {
        flex-direction: column;
        justify-content: flex-start;
    }
    .colChars {
        width: 100%;
        margin-bottom: 20px;
    }
    .propsTab .nameCharBlock {
        font-size: 19px;
        margin-bottom: 0;
    }
    .propLine .name,
    .propLine .value {
        font-size: 16px;
    }
    .insidepage .content .descriptionWrap p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .insidepage .content .descriptionWrap li {
        font-size: 16px;
    }
    .insidepage .content .descriptionWrap h3,
    .insidepage .content .descriptionWrap .h3 {
        font-size: 21px;
    }
    .insidepage .content .product-item-detail-tab-content p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .insidepage .content .product-item-detail-tab-content li {
        font-size: 16px;
    }
    .insidepage .content .product-item-detail-tab-content h3,
    .insidepage .content .product-item-detail-tab-content .h3 {
        font-size: 21px;
    }
}

@media screen and (max-width:767px) {
    .leftBlockSlider {
        display: none;
    }
    .sliderWrapBlock .product-item-detail-slider-block {
        width: 100%;
    }
    .topElementBlock .sliderWrapBlock {
        width: 100%;
        max-width: 500px;
    }
    .product-item-detail-slider-images-container .imgW {
        min-height: 200px;
    }
    .topElementBlock .elementRightBlock {
        padding-right: 0;
    }
    .allDetailA {
        display: none;
    }
    .descAndSop {
        flex-direction: column-reverse;
        align-items: center;
    }
    .descAndSop .sop {
        padding-top: 50px;
        width: 100%;
        max-width: 350px;
    }
    .descAndSop .sop+.descriptionWrap {
        width: 100%;
    }
    .elementPriceOpt {
        font-size: 18px;
    }
}

@media screen and (max-width:600px) {
    .topElementBlock .txtPrice {
        font-size: 14px;
    }
    .propLine .name,
    .propLine .value {
        font-size: 14px;
    }
    .topElementBlock .elementRightBlock {
        align-items: center;
    }
    .topElementBlock .current {
        font-size: 30px
    }
    .topElementBlock .elementBuyBlock {
        /* box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5); */
        padding: 10px;
    }
    .topElementBlock .product-item-detail-buy-button {
        width: 155px;
        font-size: 20px;
        height: 40px;
    }
    .amountBlock {
        height: 40px;
    }
    .amountBlock input {
        line-height: 38px
    }
    .product-item-detail-pay-block {
        margin-left: 15px;
    }
    .propsTab .nameCharBlock {
        font-size: 18px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:400px) {
    .topElementBlock .product-item-detail-buy-button {
        background: #c41436;
        padding-left: 0;
        padding-right: 0;
        width: 100px;
    }
    .topElementBlock .product-item-detail-buy-button:hover {
        background: #000;
        padding-left: 0px;
    }
}
/* End */


/* Start:/bitrix/templates/irbis/components/bitrix/catalog.section/slideItems/style.css?1670333224690*/
.itemsSlide{
	padding: 0 10px;
}
.itemsSlider{
	position: relative;
	margin:  0 -10px;
}
.itemsSlider .slick-arrow{
	position: absolute;
	top: -60px;
	content: '';
	border: none;
	font-size: 0;
	z-index: 2;
	width:56px ;
	height: 24px;	
}
.itemsSlider .slick-prev{
	background: url(/bitrix/templates/irbis/components/bitrix/catalog.section/slideItems/images/prevItemArr.png) no-repeat center;
	right: 80px;
}

.itemsSlider .slick-next{
	background: url(/bitrix/templates/irbis/components/bitrix/catalog.section/slideItems/images/nextItemArr.png) no-repeat center;
	right: 10px;
}


@media screen and (max-width:400px){
.itemsSlider .slick-prev{
	right: calc(50% + 10px);
}
.itemsSlider .slick-next{
	right: calc(50% - 66px);
}
.itemsSlider .slick-arrow{
	top: auto;
	bottom: -40px;
}

}

/* End */


/* Start:/bitrix/templates/irbis/components/bitrix/catalog.item/.default/style.css?17568098753489*/
/*item*/
.item{
	border: 1px solid #e9e9e9;
	transition: all 0.4s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	background: #fff;
}
.item:hover{
	background: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,0.15);
}

.item img{
	max-height: 210px;
	max-width: 100%;
}
.item .name{
	font-weight: 400;
	text-align: center;
	text-decoration: underline;
	color: #000;
	line-height: 1.1;	
	display: block;
	margin-bottom: 20px;
	transition: all 0.4s;
}
.item .name:hover{
	color: #c41436;
}
.item .topItem{
	padding: 10px 10px 0;
}

.item .botItem{
	padding: 10px 10px 20px;
}
.btnLine{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.btnLine .product-item-amount-field-container{
	width: 50px;
}
.btnLine .product-item-amount-field-container input{
	width: 100%;
}
.wrapInputQuant {
	width: 100%;
	position: relative;
	border: 1px solid #c7c5c5;
	overflow: hidden;
	padding-right: 14px;
	height: 34px;
}
.wrapInputQuant input {
	width: 100%;
	border: none;
	text-align: center;
	line-height: 32px;
}

.wrapInputQuant .product-item-amount-field-btn-disabled {
	opacity: 0.5;
	cursor: default;
}

.wrapInputQuant span{
	display: flex;
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 17px;
	height: 50%;
	right: 0;
	border-left: 1px solid #c7c5c5;
}


.wrapInputQuant .product-item-amount-field-btn-minus {
  cursor: pointer;
  bottom: 0;
  background: url(/bitrix/templates/irbis/components/bitrix/catalog.item/.default/images/btn-minus.png) no-repeat center, #f5f4f4;
}
.wrapInputQuant .product-item-amount-field-btn-plus {
  cursor: pointer;
  top: 0;
  border-bottom: 1px solid #c7c5c5;
  background: url(/bitrix/templates/irbis/components/bitrix/catalog.item/.default/images/btn-plus.png) no-repeat center, #f5f4f4;
}


.item .current{
	font-size: 30px;
	color: #000;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 25px;
}

.item .buy{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 115px;
	background: #c41436;
	height: 32px;
	border: 1px solid #c41436;
	color: #fff;
	font-weight: 600;
	transition: all 0.4s;
	padding: 3px 8px 3px 3px;
}
.item .buy.btn-link-noItem{
	justify-content: center;
	padding: 3px;
}
.item .iconBuy{
	height: 20px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;	
	transition: all 0.4s;
	color: #fff;
}
.item .iconBuy img{
	max-width: 100%;
	max-height: 20px;
}
.item .buy:hover{
	color: #fff;
	background: #000;
	text-decoration: none;
}


/*End item*/





/*Image*/

.product-item-image-wrapper {
	position: relative;
	display: block;
	margin-bottom: 15px;
	padding-top: 170px;
	width: 100%;
	transition: all 300ms ease;
}



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

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

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

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

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





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

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

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


/* Start:/bitrix/templates/irbis/components/bitrix/catalog.section/slideItems/themes/blue/style.css?1670333224825*/
/* catalog.section */

/*
#3052bf
#26b0e4
#00a2df
*/

/* Slider */
.bx-blue .product-item-image-slider-progress-bar { background-color: #0083d1;}
.bx-blue .product-item-image-slider-control:hover{ background-color: rgba(0,131,209,.8);}
.bx-blue .product-item-image-slider-control.active,
.bx-blue .product-item-image-slider-control:hover{ background-color: #0083d1;}

/* SCU */
.bx-blue .product-item-scu-item-text-block:hover,
.bx-blue .product-item-scu-item-color-block:hover,
.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #006cc0;}

/* Amount */
.bx-blue .product-item-amount-field:focus{border-color: #006cc0;}


.bx-blue .catalog-section-header{border-color:#006cc0;}
/* End */


/* Start:/bitrix/templates/irbis/components/bitrix/catalog.element/.default/themes/green/style.css?16703332241085*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b; }

.bx-green .product-item-image-slider-control:hover { background-color: rgba(91, 159, 11, .8); }

.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover { background-color: #5b9f0b; }

.bx-green .product-item-selected-scu,
.bx-green .product-item-detail-slider-controls-image:hover,
.bx-green .product-item-detail-slider-controls-image.active { outline-color: #63aa28; }

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block { outline-color: #63aa28; }

/* Amount */
.bx-green .product-item-amount-field:focus { border-color: #63aa28; }

/*Proress Bar*/
.bx-green .product-item-detail-slider-progress-bar { background-color: #63aa28; }
/* End */


/* Start:/bitrix/templates/irbis/components/bitrix/catalog.section/.default/style.css?16703332241087*/
.sectionItemsCat{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 20px;
}
.wrapSalesPage .sectionItemsCat{
grid-template-columns: repeat(6,1fr);
}

@media screen and (max-width:1800px){
.wrapSalesPage .sectionItemsCat{
grid-template-columns: repeat(5,1fr);
}
.sectionItemsCat{
	grid-template-columns: repeat(4,1fr);
}

}
@media screen and (max-width:1600px){
.wrapSalesPage .sectionItemsCat{
grid-template-columns: repeat(4,1fr);
}
.sectionItemsCat{
	grid-template-columns: repeat(3,1fr);
}

}

@media screen and (max-width:1000px) {
	.wrapSalesPage .sectionItemsCat{
grid-template-columns: repeat(3,1fr);
}
  .sectionItemsCat{
	grid-template-columns: repeat(2,1fr);
}  
}
@media screen and (max-width:750px) {
.wrapSalesPage .sectionItemsCat{
grid-template-columns: repeat(2,1fr);
}

}
@media screen and (max-width:500px) {
.sectionItemsCat{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	grid-gap: 0;
}
.sectionItemsCat .wrapItem{
	margin-bottom: 15px;
	max-width: 250px;
	width: 100%;
}


}
/* End */


/* Start:/bitrix/templates/irbis/components/bitrix/catalog.section/.default/themes/green/style.css?1670333224843*/
/* catalog.section */

/*
#63aa28
#6fb32d
#7ab748
#a8d95b
*/

/* Slider */
.bx-green .product-item-image-slider-progress-bar { background-color: #5b9f0b;}
.bx-green .product-item-image-slider-control:hover{ background-color: rgba(91,159,11,.8);}
.bx-green .product-item-image-slider-control.active,
.bx-green .product-item-image-slider-control:hover{ background-color: #5b9f0b;}

/* SCU */
.bx-green .product-item-scu-item-text-block:hover,
.bx-green .product-item-scu-item-color-block:hover,
.bx-green .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,
.bx-green .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{ outline-color: #63aa28;}

/* Amount */
.bx-green .product-item-amount-field:focus{border-color: #63aa28;}


.bx-green .catalog-section-header{border-color:#63aa28;}
/* End */
/* /bitrix/templates/irbis/components/bitrix/catalog.element/.default/style.css?167058490114643 */
/* /bitrix/templates/irbis/components/bitrix/catalog.section/slideItems/style.css?1670333224690 */
/* /bitrix/templates/irbis/components/bitrix/catalog.item/.default/style.css?17568098753489 */
/* /bitrix/templates/irbis/components/bitrix/catalog.section/slideItems/themes/blue/style.css?1670333224825 */
/* /bitrix/templates/irbis/components/bitrix/catalog.element/.default/themes/green/style.css?16703332241085 */
/* /bitrix/templates/irbis/components/bitrix/catalog.section/.default/style.css?16703332241087 */
/* /bitrix/templates/irbis/components/bitrix/catalog.section/.default/themes/green/style.css?1670333224843 */
