

/* Start:/bitrix/templates/uniform/components/bitrix/catalog/catalog/style.css?16855221961107*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}
.descriptionHeadSections{
	padding-top: 30px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-block-header{
	line-height: 1;
	margin-bottom: 45px;
	font-size: 40px;
	font-weight: 700;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/style.css?17049525833435*/
.smartfilter{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 160px);
}
.bx-filter-title{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 1;
}
.sliderItemImages {
	overflow: hidden;
}
.bx-filter-title span{
	display: block;
	line-height: 1;
	font-size: 19px;
	font-weight: 400;
}
.bx-filter-section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #ececec;
	border: 2px solid #cdcdcd;
	border-radius: 8px;
	padding: 10px 20px;
	margin-bottom: 55px;
}
.bx-filter-parameters-box{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 15px 20px;
	border-radius: 8px;
}
.bx-filter-parameters-box .bx-filter-parameters-box-hint{
	font-size: 20px;
	font-weight: 400;
	margin-right: 10px;
}
.bx-filter-parameters-box-container{
	display: flex;
	justify-content: center;
	align-items: center;
}
.bx-filter-parameters-box-container label{
	margin-right: 10px;
	display: block;
	position: relative;
	margin-bottom: 0;
}
.bx-filter-parameters-box-container label:last-child{
	margin-right: 0;
}
.checkboxWrap .bx-filter-param-text{
	color: #9b9b9b;
	border: 1px solid #9b9b9b;
	background: #ececec;
	border-radius: 50px;
	line-height: 1;
	display: block;
	padding: 5px 15px;
	cursor: pointer;
}
.bx-filter-parameters-box-container .checkboxWrap input{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0 !important;
	width: 0 !important;
	line-height: 0 !important;
} 
.checkboxWrap input:checked+span{
	color: #fff;
	background: var(--colorHead);
	border-color: var(--colorHead);
}


@media screen and (max-width:1299px){
.bx-filter-parameters-box{
	padding: 15px 10px;
}
.bx-filter-parameters-box .bx-filter-parameters-box-hint{
	font-size: 18px;
}

}

@media screen and (max-width:1199px){
.bx-filter-parameters-box-container{
	flex-direction: column;
}
.bx-filter-parameters-box{
	flex: auto;
	margin-left: 10px;
}
.bx-filter-parameters-box-container label{
	margin-right: 0;
	margin-bottom: 10px;
	width: 100%;
	text-align: center

}
.bx-filter-parameters-box-container label:last-child{
	margin-bottom: 0;
}

}

@media screen and (max-width:991px){
.bx-filter-section{
	padding: 10px 5px;
margin-bottom: 20px;
}
.checkboxWrap .bx-filter-param-text{
	padding: 5px 5px;
}
.bx-filter-parameters-box {
  padding: 10px 5px;
  margin-left: 5px;
}
.smartfilter{
	width: calc(100% - 140px);
}
.bx-filter-title span{
	font-size: 17px;
}
.bx-filter-parameters-box .bx-filter-parameters-box-hint{
	/*max-width: 100px;*/
display: block;
line-height: 1;
}

}
@media screen and (max-width:767px){
.bx-filter-section{
	flex-direction: column;
}
.bx-filter-title{
	text-align: center;
	margin-bottom: 10px;
}
.smartfilter{
	width: 100%;
}
.bx-filter-title span{
	display: inline;
	font-size: 24px;
font-weight: 600;
}	

.bx-filter-parameters-box .bx-filter-parameters-box-hint {
  font-size: 20px;
}

.checkboxWrap .bx-filter-param-text {
  padding: 5px 10px;
}
.bx-filter-parameters-box{
	margin-bottom: 5px;
}
.bx-filter-section{
	padding: 10px 5px 5px;
}
}
	
@media screen and (max-width:675px){
	
}
@media screen and (max-width:640px){
	
}
@media screen and (max-width:600px){


}
@media screen and (max-width:485px){
	
}
@media screen and (max-width:425px){}
@media screen and (max-width:400px){
.bx-filter-parameters-box{
	justify-content: flex-start;
}	
	
}
@media screen and (max-width:370px){
}
/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/colors.css?16656404434484*/
.bx-filter.bx-green .bx-filter-section {
	background: #eefcea;
}
/*
* INPUTS
*
*/
.bx-filter.bx-green .bx-filter-input-container input:focus {
	border-color: #3BC915;
}
.bx-retina .bx-filter.bx-green .bx-filter-input-container input:focus {
	-webkit-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
}
/*
*Track
*
*/
.bx-filter.bx-green .bx-ui-slider-track{background: #e7e7e7;}
.bx-filter.bx-green .bx-ui-slider-pricebar-vd{background: #9f9f9f;}
.bx-filter.bx-green .bx-ui-slider-pricebar-vn{background: #76e359;}
.bx-filter.bx-green .bx-ui-slider-pricebar-v {background: #3bc915;}

.bx-filter.bx-green .bx-ui-slider-handle.left {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QjJCNUFBOTIxOENDMTFFNUI1QUQ5NjM4RjlEMDlEMzUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QjJCNUFBOTMxOENDMTFFNUI1QUQ5NjM4RjlEMDlEMzUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCMkI1QUE5MDE4Q0MxMUU1QjVBRDk2MzhGOUQwOUQzNSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCMkI1QUE5MTE4Q0MxMUU1QjVBRDk2MzhGOUQwOUQzNSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PhEx/hoAAABoSURBVHjaYqx+GsdAARBiokQzEO9mokQzEBsxUaIZxGGiRDOpBmBoJsUArJqJNQCnZmIMwKsZBFgIaN4DxIb4bGCiRDMuA4jWjM0AkjSjG0CyZmQDyNIMM4BszbBo/ArEzuTmaYAAAwCuYxHtbZ2yOQAAAABJRU5ErkJggg==") no-repeat right top;
}
.bx-filter.bx-green .bx-ui-slider-handle.right {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAMAAADjcdz2AAAAFVBMVEV75V575V575V575V575V575V575V6zNPkMAAAABnRSTlMABxESzc4pCdrRAAAAL0lEQVR42l3IsQGAIADAMBTt/yezwEAyZsyBz8nJycnJyclp+8/k5OTk5OS8t2cBPsADCUK09WkAAAAASUVORK5CYII=") no-repeat left top;
}
/*
*	Select
*
*/
.bx-filter.bx-green .bx-filter-select-container.bx-active,
.bx-filter.bx-green .bx-filter-select-container:focus {
	border-color: #3BC915;
}
.bx-retina .bx-filter.bx-green .bx-filter-select-container.bx-active,
.bx-retina .bx-filter.bx-green .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
}
/*
*	Select popup
*
*/
/*
* TAGS
*
*/
.bx-filter.bx-green .bx-filter-tag {
	border-top: 1px solid #c6eabc;
	border-bottom: 1px solid #c6eabc;
}
.bx-filter.bx-green .bx-tag-link {
	color: #3bc915;
}
/*
*	LABEL
*
*/
/*
*	Checkbox / Radio 
*
*/
/*
* 	BTN 
*
*/
.bx-filter.bx-green .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter.bx-green .bx-filter-param-btn:hover,
.bx-filter.bx-green .bx-filter-param-btn:active,
.bx-filter.bx-green .bx-filter-param-btn:focus {
	border-color: #3BC915;
}
.bx-retina .bx-filter.bx-green .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter.bx-green .bx-filter-param-btn:hover,
.bx-retina .bx-filter.bx-green .bx-filter-param-btn:active,
.bx-retina .bx-filter.bx-green .bx-filter-select-container:focus {
	-webkit-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	-moz-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	-o-border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
	border-image: url(/bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/images/active.png) 2 repeat;
}
/*
* BTN P/M
*
*/
/*
*	icon
*
*/
/*
* 	BIZ
*
*/
/*
*	BTN result and reset 
*
*/
.bx-filter.bx-green .btn-themes {
	background-color: #3bc915;
	border-color: #3bc915;
	color: #FFF
}
.bx-filter.bx-green .btn-themes.bx-active,
.bx-filter.bx-green .btn-themes.focus,
.bx-filter.bx-green .btn-themes:active,
.bx-filter.bx-green .btn-themes:focus,
.bx-filter.bx-green .btn-themes:hover{
	background-color: #30d404;
	border-color: #30d404;
	color: #FFF
}
/*
* 	Result Popup
*
*/
/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1665640443814*/
.catSectionList{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 40px;
}
.catSectionList a{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.catSectionList .imgW{
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	background: #f6f6f6;
	margin-bottom: 15px;
	height: 75px;
	width: 75px;
}
.catSectionList .imgW img{
	max-width: 55px;
	max-height: 55px;
}
.catSectionList .name{
	text-align: center;
	text-transform: uppercase;
	color: #000;
}




@media screen and (max-width:991px){
.catSectionList{
	grid-template-columns: repeat(4,1fr);
}


}
@media screen and (max-width:767px){
.catSectionList{
	grid-template-columns: repeat(3,1fr);
}	

}
	
@media screen and (max-width:485px){
	.catSectionList{
	grid-template-columns: repeat(2,1fr);
}
}

/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/system.pagenavigation/round/style.css?17060866892908*/
.bx-pagination {
	margin: 0px 0 50px;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
   -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
   -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
   -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
   -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
   transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-active span{
	background: #0083d1;
	color: #fff;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/*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;
}

/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog.section/.default/style.css?17096302401523*/
.catalogSection {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 4px));
    grid-gap: 20px 5px;
    margin-bottom: 80px;
}

.catalogSection .wrapItem {
    transition: all 0.4s;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    border: solid 1px #EBF0F4;
}

.itemSlideImage .imgW {
    height: 100%;
}

.sliderItemImages.img>div {
    height: 100%;
}

.sliderItemImages.img>div>.slick-track {
    height: 100%;
}

.catalogSection .wrapItem:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.catalogPage .contentSection .partnersBlock {
    margin-bottom: 80px;
}

.wrapPG {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 10px;
}

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

@media screen and (max-width:1299px) {
    .catalogSection .wrapItem {
        padding: 5px;
    }
}


/* @media screen and (max-width:1199px) {
    .catalogSection {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media screen and (max-width:991px) {
    .catalogSection {
        grid-template-columns: repeat(2, 1fr);
    }
} */

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

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


/* @media screen and (max-width:640px) {
    .catalogSection {
        grid-template-columns: repeat(1, 1fr);
    }
} */

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

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

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

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

@media screen and (max-width:370px) {}
/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog.item/.default/style.css?17038370543814*/
.item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
}

.item .img {
    height: 390px;
    margin-bottom: 15px;
}

.item .img img {
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.item .name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

.item .anons {
    color: #6c6c6c;
    margin-bottom: 15px;
    line-height: 1.1;
    display: block;
}

.item .botItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item .pricesWrap {
    width: calc(100% - 185px);
}

.pricesWrap .txt {
    font-size: 18px;
    line-height: 1;
}

.pricesWrap .currentPrice {
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
}

.pricesWrap .oldPrice {
    font-size: 18px;
    text-decoration: line-through;
    color: #919191;
    line-height: 1;
}

.pricesWrap .oldPrice+.txt {
    display: none;
}

.pricesWrap .currentPrice span {
    font-size: 30px;
    font-weight: 700;
}

.item .btnStyle2 {
    width: 175px;
}

.priceCurrent span {
    font-size: 20px;
    line-height: 25px;
    margin-right: 40px;
}

.priceCurrentName {
    font-size: 20px;
    line-height: 25px;
    margin-right: 40px;
    font-weight: 700px;
}

.elementPriceAndCount {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    justify-content: space-between;
    width: 100%;
}

.elementCount {
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 8px;
    height: 68px;
}

.elementCount span {
    font-size: 20px;
    line-height: 25px;
    margin-right: 40px;
    font-weight: 700;
}

.lineBuy .elementPrice>div {
    display: flex;
    align-items: center;
}

.uniqUniform {
    background: url("/bitrix/templates/uniform/images/uniqUniformBG.jpg") no-repeat center center;
    display: block;
    text-align: center;
    border-radius: 7px;
    width: 100%;
    margin: 15px 0;
}

.uniqUniform span {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 15px;
}

.item .chooseMaterial {
    display: flex;
    justify-content: center;
    gap: 5px;
    background: #003070;
    padding: 9px;
    width: 100%;
    border-radius: 50px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
}

.item .chooseMaterial img {
    width: 22px;
    height: 19px;
}

.item .botLine {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.partnersSlider {
    position: relative;
}

.sliderItemImages .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 5;
    border: none;
    width: 40px;
    height: 40px;
}

.sliderItemImages .slick-prev {
    background: url(/bitrix/templates/uniform/components/bitrix/catalog.item/.default/images/prevPart.png) no-repeat center rgb(0 0 0 / 10%);
    left: 10px;
    background-size: 20px;
    border-radius: 50%;
}

.sliderItemImages .slick-next {
    background: url(/bitrix/templates/uniform/components/bitrix/catalog.item/.default/images/nextPart.png) no-repeat center rgb(0 0 0 / 10%);
    right: 10px;
    background-size: 20px;
    border-radius: 50%;
}


/*End Item*/

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

@media screen and (max-width:1199px) {
    .item .btnStyle2 {
        width: 145px;
    }
    .item .pricesWrap {
        width: calc(100% - 150px);
    }
}

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

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

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

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

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

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

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

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

@media screen and (max-width:370px) {}
/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog.section/sliderItems/style.css?17097216273209*/
/* .catalogSection {
    display: grid;
    grid-template-columns: repeat(4, calc(25% - 4px));
    grid-gap: 20px 5px;
    margin-bottom: 80px;
    /* display: flex;
    justify-content: center; 
} */

.saleSlider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 5;
    border: none;
    width: 64px;
    height: 42px;
}

.saleSlider .slick-prev {
    background: url(/bitrix/templates/uniform/components/bitrix/catalog.section/sliderItems/images/prevPart.png) no-repeat center;
    left: -85px;
}

.saleSlider .slick-next {
    background: url(/bitrix/templates/uniform/components/bitrix/catalog.section/sliderItems/images/nextPart.png) no-repeat center;
    right: -85px;
}


/* .catalogSection.catalogSectionSale {
    display: flex;
    justify-content: center;
} */


/* 
.saleSlider.slick-initialized.slick-slider {
    width: 100%;
} */


/* .slick-slide img {
    display: block;
    width: 100%;

max-width: 100%;

}
*/

.catalogSection .wrapItem {
    transition: all 0.4s;
    border-radius: 8px;
    background: #fff;
    padding: 10px;
    border: solid 1px #EBF0F4;
}

.sliderItemImages.img>div {
    height: 100%;
}

.sliderItemImages.img>div>.slick-track {
    height: 100%;
}

.catalogSection .wrapItem:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}


/* .slick-initialized .slick-slide {
    width: 100%;
} */

.catalogSectionSale {
    width: ;
    margin: 60px 0 60px 0;
}

.saleSlider .slick-track {
    display: flex;
}

.saleSlider .slick-track .slick-slide {
    display: flex;
    height: auto;
}

.saleSlider {
    max-width: calc(100% + 100px);
}

.saleSlider .wrapItem {
    width: 100% !important;
}

@media screen and (max-width:1299px) {
    .catalogSection .wrapItem {
        padding: 5px;
    }
    .saleSlider .slick-prev {
        left: -55px;
    }
    .saleSlider .slick-next {
        right: -55px;
    }
}

@media screen and (max-width:1199px) {
    .catalogSection {
        grid-template-columns: repeat(3, 33%);
    }
}

@media screen and (max-width:991px) {
    .catalogSection {
        grid-template-columns: repeat(2, 50%);
    }
}

@media screen and (max-width:767px) {
    .saleSlider {
        max-width: 100%;
    }
    .saleSlider .slick-prev {
        width: 40px;
        height: 40px;
        background: url(/bitrix/templates/uniform/components/bitrix/catalog.section/sliderItems/images/prevPartMobile.png) no-repeat center rgb(0 0 0 / 10%);
        background-size: auto;
        background-size: 20px;
        border-radius: 50%;
        left: 20px;
        top: 35%;
    }
    .saleSlider .slick-next {
        width: 40px;
        height: 40px;
        background: url(/bitrix/templates/uniform/components/bitrix/catalog.section/sliderItems/images/nextPartMobile.png) no-repeat center rgb(0 0 0 / 10%);
        background-size: auto;
        background-size: 20px;
        border-radius: 50%;
        right: 20px;
        top: 35%;
    }
    .saleSlider .slick-prev {
        left: 20px;
    }
    .saleSlider .slick-next {
        right: 20px;
    }
}

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

@media screen and (max-width:640px) {
    .catalogSection {
        grid-template-columns: repeat(1, 100%);
    }
}

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

@media screen and (max-width:485px) {
    .saleSlider .item {
        padding: 0;
    }
}

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

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

@media screen and (max-width:370px) {}
/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog.item/defaultSlide/style.css?17048092433834*/
.item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 10px;
}

.item .img .imgW {
    height: 390px;
}

.item .img img {
    max-height: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.item .name {
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 1;
    margin-bottom: 15px;
    display: block;
}

.item .imgW {
    max-height: 100%;
}

.item .anons {
    color: #6c6c6c;
    margin-bottom: 15px;
    line-height: 1.1;
    display: block;
}

.item .botItem {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item .pricesWrap {
    width: calc(100% - 185px);
}

.pricesWrap .txt {
    font-size: 18px;
    line-height: 1;
}

.pricesWrap .currentPrice {
    font-size: 24px;
    line-height: 1;
    white-space: nowrap;
}

.pricesWrap .oldPrice {
    font-size: 18px;
    text-decoration: line-through;
    color: #919191;
    line-height: 1;
}

.pricesWrap .oldPrice+.txt {
    display: none;
}

.pricesWrap .currentPrice span {
    font-size: 30px;
    font-weight: 700;
}

.item .btnStyle2 {
    width: 175px;
}

.priceCurrent span {
    font-size: 20px;
    line-height: 25px;
    margin-right: 40px;
}

.priceCurrentName {
    font-size: 20px;
    line-height: 25px;
    margin-right: 40px;
    font-weight: 700px;
}

.elementPriceAndCount {
    display: flex;
    align-items: center;
    margin-bottom: 35px;
    justify-content: space-between;
    width: 100%;
}

.elementCount {
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    padding: 5px 15px;
    border-radius: 8px;
    height: 68px;
}

.elementCount span {
    font-size: 20px;
    line-height: 25px;
    margin-right: 40px;
    font-weight: 700;
}

.lineBuy .elementPrice>div {
    display: flex;
    align-items: center;
}

.uniqUniform {
    background: url("/bitrix/templates/uniform/images/uniqUniformBG.jpg") no-repeat center center;
    display: block;
    text-align: center;
    border-radius: 7px;
    width: 100%;
    margin: 15px 0;
}

.uniqUniform span {
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
    display: block;
    padding: 15px;
}

.item .chooseMaterial {
    display: flex;
    justify-content: center;
    gap: 5px;
    background: #003070;
    padding: 9px;
    width: 100%;
    border-radius: 50px;
    font-size: 15px;
    line-height: 18px;
    color: #fff;
    font-weight: 700;
}

.item .chooseMaterial img {
    width: 22px;
    height: 19px;
}

.item .botLine {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.partnersSlider {
    position: relative;
}

.sliderItemImages .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 5;
    border: none;
    width: 40px;
    height: 40px;
}

.sliderItemImages .slick-prev {
    background: url(/bitrix/templates/uniform/components/bitrix/catalog.item/defaultSlide/images/prevPart.png) no-repeat center rgb(0 0 0 / 10%);
    left: 10px;
    background-size: 20px;
    border-radius: 50%;
}

.sliderItemImages .slick-next {
    background: url(/bitrix/templates/uniform/components/bitrix/catalog.item/defaultSlide/images/nextPart.png) no-repeat center rgb(0 0 0 / 10%);
    right: 10px;
    background-size: 20px;
    border-radius: 50%;
}


/*End Item*/

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

@media screen and (max-width:1199px) {
    .item .btnStyle2 {
        width: 145px;
    }
    .item .pricesWrap {
        width: calc(100% - 150px);
    }
}

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

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

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

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

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

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

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

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

@media screen and (max-width:370px) {}
/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog.section/sliderItems/themes/blue/style.css?1665640443825*/
/* 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/uniform/components/bitrix/news.list/clientsHeadBlock/style.css?17096417791778*/
/*partnersBlock*/

.partnersBlock {
    padding: 70px 0 60px;
}

.partnersSlider {
    position: relative;
}

.partnersSlider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0;
    z-index: 5;
    border: none;
    width: 64px;
    height: 42px;
}

.partnersSlider .slick-prev {
    background: url(/bitrix/templates/uniform/components/bitrix/news.list/clientsHeadBlock/images/prevPart.png) no-repeat center;
    left: -85px;
}

.partnersSlider .slick-next {
    background: url(/bitrix/templates/uniform/components/bitrix/news.list/clientsHeadBlock/images/nextPart.png) no-repeat center;
    right: -85px;
}

.slidePartner {
    text-align: center;
}

.nucPartner {
    display: inline-flex;
    max-width: 90%;
    justify-content: center;
    align-items: center;
}

.nucPartner img {
    max-width: 100%;
}


/*End partnersBlock*/

@media screen and (max-width:1299px) {
    .partnersSlider .slick-prev {
        left: -55px;
    }
    .saleSlider .slick-next {
        right: -55px;
    }
}

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

@media screen and (max-width:991px) {
    .partnersBlock {
        padding: 30px 0;
    }
    .partnersSlider .slick-prev {
        left: -70px;
    }
    .saleSlider .slick-next {
        right: -70px;
    }
}

@media screen and (max-width:767px) {
    .partnersSlider .slick-prev {
        left: 0px;
    }
    .saleSlider .slick-next {
        right: 20px;
    }
    .partnersSlider .slick-next {
        right: 0px;
    }
    .nucPartner {
        max-width: 80%;
    }
    .nucPartner img {
        height: auto;
        max-width: 80%;
    }
}

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

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

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

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

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

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

@media screen and (max-width:370px) {}
/* End */


/* Start:/bitrix/templates/uniform/components/bitrix/catalog.section/.default/themes/green/style.css?1665640443843*/
/* 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/uniform/components/bitrix/catalog/catalog/style.css?16855221961107 */
/* /bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/style.css?17049525833435 */
/* /bitrix/templates/uniform/components/bitrix/catalog.smart.filter/.default/themes/green/colors.css?16656404434484 */
/* /bitrix/templates/uniform/components/bitrix/catalog/catalog/bitrix/catalog.section.list/.default/style.css?1665640443814 */
/* /bitrix/templates/uniform/components/bitrix/system.pagenavigation/round/style.css?17060866892908 */
/* /bitrix/templates/uniform/components/bitrix/catalog.section/.default/style.css?17096302401523 */
/* /bitrix/templates/uniform/components/bitrix/catalog.item/.default/style.css?17038370543814 */
/* /bitrix/templates/uniform/components/bitrix/catalog.section/sliderItems/style.css?17097216273209 */
/* /bitrix/templates/uniform/components/bitrix/catalog.item/defaultSlide/style.css?17048092433834 */
/* /bitrix/templates/uniform/components/bitrix/catalog.section/sliderItems/themes/blue/style.css?1665640443825 */
/* /bitrix/templates/uniform/components/bitrix/news.list/clientsHeadBlock/style.css?17096417791778 */
/* /bitrix/templates/uniform/components/bitrix/catalog.section/.default/themes/green/style.css?1665640443843 */
