

/* Start:/local/templates/main_template/components/bitrix/catalog/catalog_main/style.css?17264122843925*/
.catalog-section-page{
	display: flex;
	justify-content: space-between;
}
.section-left-block{
	width: 30%;
	/*opacity: 0;*/
}
.section-right-block{
	width: 69%;
}

.cabel-types {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 23px;
}

.cabel-types .cabel-types-item {
    border: 1px solid #e6e6e6;
    padding: 25px 20px;
    display: flex;
    gap: 30px;
}

.cabel-types .cabel-types-item.big-item {
	grid-column: span 2;
}

.cabel-types .cabel-types-item .left {
    flex-shrink: 0;
}

.cabel-types .cabel-types-item .left img {
	width: 230px;
    height: auto;
}

.cabel-types .cabel-types-item .right {
	flex-grow: 1;
}

.cabel-types .cabel-types-item .right .title {
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 10px;
    display: block;
    position: relative;
}

.cabel-types .cabel-types-item .right .title:before {
	content: '';
	background: #407cb6;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 3px;
	display: block;
	position: absolute;
}

.cabel-types .cabel-types-item .right .marks-list {
	margin-top: 20px;
    display: grid;
    gap:  5px;
    grid-template-columns: auto auto;
}

.cabel-types .cabel-types-item.big-item .right .marks-list {
	grid-template-columns: repeat(5, auto);
}

.cabel-types .cabel-types-item .right .marks-list .mark {
	display: block;
    margin-bottom: 5px;
    font-weight: 500;
    white-space: nowrap;
}

.cabel-types .cabel-types-item .right .marks-list:not(.shown) .mark.hide {
    display: none;
}

.cabel-types .cabel-types-item .right .marks-list:not(.shown) .show-more span:last-child {
    display: none;
}

.cabel-types .cabel-types-item .right .marks-list.shown .show-more span:first-child {
    display: none;
}

.cabel-types .cabel-types-item .right .marks-list .mark span {
	color: #407cb6;
}

.cabel-types .cabel-types-item .right .marks-list .show-more {
    display: none;
    color: #407cb6;
    text-decoration: dashed underline;
    text-underline-offset: 3px;
    cursor: pointer;
    transition: all .3s;
}

.cabel-types .cabel-types-item .right .marks-list .show-more:hover {
    text-decoration-color: transparent;
}

.cabel-types .cabel-types-item .right .marks-list .show-more.active {
    display: block;
}

.show-more-types {
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 40px;
    background: #407cb6;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin: 25px auto 0 auto;
    display: none;
}

@media (max-width: 1240px) {
    .cabel-types .cabel-types-item .right .marks-list {
        grid-template-columns: auto;
    }

    .cabel-types .cabel-types-item.big-item .right .marks-list {
        grid-template-columns: repeat(4, auto);
    }
}

@media (max-width: 980px) {
    .cabel-types .cabel-types-item.big-item .right .marks-list {
        grid-template-columns: repeat(3, auto);
    }

    .cabel-types .cabel-types-item {
        padding: 20px 15px;
        gap: 20px;
    }

    .cabel-types .cabel-types-item .left img {
        width: 150px;
    }

    .cabel-types .cabel-types-item .right .title {
        font-size: 18px;
    }
}

@media (max-width: 799px) {
    .cabel-types {
        grid-template-columns: auto;
    }

    .cabel-types .cabel-types-item.big-item {
        grid-column: unset;
    }

    .cabel-types .cabel-types-item .left img {
        width: 160px;
    }

    .cabel-types .cabel-types-item.big-item .right .marks-list {
        grid-template-columns: repeat(2, auto);
    }

    .show-more-types {
        display: flex;
    }

    .show-more-types:not(.active) span:last-child {
        display: none;
    }

    .show-more-types.active span:first-child {
        display: none;
    }

    .cabel-types:not(.active) .cabel-types-item:nth-child(n + 5) {
        display: none;
    }
}

@media (max-width: 479px) {
    .cabel-types .cabel-types-item .left {
        display: none;
    }
}
/* End */


/* Start:/local/components/custom/catalog.smart.filter/templates/new/style.css?175308871413212*/
.smartfilter{
	position: relative;
}
.catalog-filter{
	padding: 25px 20px;
	background: #F3F3F3;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.custom-select{
	position: relative;
}
.custom-select-value-block{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 38px;
	background: #FFFFFF;
	border: 1px solid #787878;
	border-radius: 2px;
}
.custom-select-value{
	padding-left: 10px;
}
.custom-select-arrow{
	width: 38px;
	height: 10px;
	background: url('/local/components/custom/catalog.smart.filter/templates/new/images/custom-select-arrow.svg') no-repeat center;
}
.custom-select-list{
	display: none;
	width: 100%;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	border: 1px solid #787878;
	border-top: 0;
	z-index: 2;
	max-height: 160px;
	overflow-y: auto;
}
.custom-select-list-item{
	padding: 10px;
}
.custom-select-list-item>label{
	display: block;
}
.custom-select-list-item>label:not(.disabled):hover{
	color: #407CB6;
	cursor: pointer;
}
.catalog-filter-item-title{
	margin-bottom: 12px;
	color: #393939;
	font-size: 16px;
	font-weight: 600;
}
.catalog-filter-submit{
	display: block;
	padding: 13px 25px;
    background: #407CB6;
    width: fit-content;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    border: none;
    box-shadow: none;
    font: normal 16px "Inter", Arial;
    margin-left: auto;
}
.catalog-filter-submit.disabled{
	opacity: .3;
	cursor: auto;
}
.catalog-filter-item{
	margin-bottom: 24px;
}
.catalog-filter-item[filter-item="58"]{
	display: none;
}

.search-input-catalog{
	position: relative;
}
.search-input-catalog input{
	width: 100%;
	border: 1px solid #393939;
	border-radius: 2px;
	height: 38px;
	line-height: 38px;
	padding: 0 45px 0 10px;
	display: block;
}
.search-input-catalog .search-input-btn{
	position: absolute;
	right: 0;
	top: 0;
	width: 38px;
	height: 38px;
	background: url('/local/components/custom/catalog.smart.filter/templates/new/images/search.svg') no-repeat center;
	cursor: pointer;
}
.filter-checkbox-item input{
	display: none;
}
.filter-checkbox-item label{
	position: relative;
	padding-left: 25px;
	display: block;
}
.filter-checkbox-item label.disabled{
	opacity: .3;
}
.filter-checkbox-item label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
	width: 13px;
	height: 13px;
	border: 1px solid #787878;
	border-radius: 2px;
	background: #fff;
}
.filter-checkbox-item input:checked+label:before{
	background: #fff url('/local/components/custom/catalog.smart.filter/templates/new/images/checked.svg') no-repeat center;
}
.catalog-filter-checkbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.filter-checkbox-item-outer{
	margin-bottom: 13px;
	width: 48%;
}

.custom-select-list-item>label.disabled{
	opacity: .3;
}
#modef{
	position: absolute;
    background: #407CB6;
    padding: 10px 40px;
    border-radius: 2px;
    color: #fff;
    right: -190px;
}
#modef a{
	color: #fff;
}

.filter-checkbox-item-outer.filter_OBOLOCHKA,
.filter-checkbox-item-outer.filter_TIP_FILTER,
.filter-checkbox-item-outer.filter_DOP_SLOY_DLYA_KABEL_PROVOD,
.filter-checkbox-item-outer.filter_MATERIAL_ZHILY_VNUTRENNEGO_PROVODNIKA,
.filter-checkbox-item-outer.filter_NALICHIE_VNESHNEGO_EKRANA, 
.filter-checkbox-item-outer.filter_TIP_IZOLYATSII,
.filter-checkbox-item-outer.filter_SFERA_PRIMENENIYA_FILTER,
.filter-checkbox-item-outer.filter_MATERIAL_TRUBKI,
.filter-checkbox-item-outer.filter_VNESHNIY_PROVODNIK_OPETKA,
.filter-checkbox-item-outer.filter_KOEFFITSIENT_ZATUKHANIYA {
	width: 100%;
}

.filter-buttons-block{
	display: flex;
	justify-content: space-between;
}
.filter-buttons-block .filter-reset{
	padding: 13px 25px;
    border-radius: 2px;
    color: #fff;
    border: none;
    box-shadow: none;
    font: normal 16px "Inter", Arial;
    background: #727272;
}
.filter-buttons-block .filter-reset.disabled{
	opacity: .3;
	pointer-events: none;
}

.top-filter-tip{
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.top-filter-tip-item{
	width: 16.6666667%;
	padding: 0 10px;
	margin-bottom: 20px;
	height: 45px;

}
.top-filter-tip-item a.top-filter-tip-item-link{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #787878;
	border-radius: 2px;
	height: 100%;
	padding: 0 10px;
	text-align: center;
	transition: all .3s;
}
.top-filter-tip-item a.top-filter-tip-item-link:hover,
.top-filter-tip-item.active a.top-filter-tip-item-link{
	color: #fff;
	background: #727272;
}
.catalog-filter-item[filter-item="139"] .catalog-filter-checkbox, 
.catalog-filter-item[filter-item="183"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="140"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="145"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="150"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="158"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="163"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="180"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="182"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="137"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="133"] .catalog-filter-checkbox,
.catalog-filter-item[filter-item="146"] .catalog-filter-checkbox {
	max-height: 200px;
	overflow: auto;
}

.catalog-filter-item[filter-item="139"] .catalog-filter-checkbox::-webkit-scrollbar, 
.catalog-filter-item[filter-item="183"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="140"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="145"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="150"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="158"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="163"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="180"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="182"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="137"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="133"] .catalog-filter-checkbox::-webkit-scrollbar,
.catalog-filter-item[filter-item="146"] .catalog-filter-checkbox::-webkit-scrollbar {
	background: transparent;
    width: 7px;
}

.catalog-filter-item[filter-item="139"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="183"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="140"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="145"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="150"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="158"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="163"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="180"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="182"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="137"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="133"] .catalog-filter-checkbox::-webkit-scrollbar-track,
.catalog-filter-item[filter-item="146"] .catalog-filter-checkbox::-webkit-scrollbar-track {
    background: #72727233;
}

.catalog-filter-item[filter-item="139"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="183"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="140"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="145"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="150"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="158"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="163"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="180"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="182"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="137"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="133"] .catalog-filter-checkbox::-webkit-scrollbar-thumb,
.catalog-filter-item[filter-item="146"] .catalog-filter-checkbox::-webkit-scrollbar-thumb {
    background: #727272;
}

.smartfilter .not-found {
	position: absolute;
	height: 38px;
	left: calc(100% + 12px);
	width: 202px;
	top: 0;
	clip-path: polygon(8px 0, 8px 33%, 0 50%, 8px 67%, 8px 100%, 100% 100%, 100% 0);
	background: #cccccc;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
}

.smartfilter .not-found:before {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
	content: 'Ничего не найдено';
	clip-path: inherit;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	font-size: 16px;
	color: #ef7f1a;
}

@media (max-width: 1700px){
	.catalog-filter-item[filter-item="139"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="183"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="140"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="145"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="150"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="158"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="163"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="180"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="182"] .catalog-filter-checkbox,
	.catalog-filter-item[filter-item="137"] .catalog-filter-checkbox {
		max-height: 190px;
	}
}

@media (max-width: 980px){
	.top-filter-tip-item{
		width: 20%;
	}
	#modef{
		top: 80px !important;
	    left: 0;
	    right: unset;
	    width: 100%;
	    text-align: center;
		z-index: 9;
	}

	.smartfilter .not-found {
		position: relative;
		left: unset;
		top: unset;
		background: none;
		clip-path: unset;
		width: 100%;
	}

	.smartfilter .not-found:before {
		width: 100% !important;
		background: none;
		justify-content: flex-start;
	}
}
@media (max-width: 850px){
	.top-filter-tip-item{
		width: 33.333333%;
	}
}
@media (max-width: 700px){
	.top-filter-tip-item{
		width: 50%;
	}
}

.filter-checkbox-item-mark:nth-child(n + 21){
	display: none;
}
.catalog-filter-mark .search-input-catalog{
	margin: 10px 0;
}
.catalog-filter-mark .show-more{
	width: fit-content;
	margin: 0 0 0 auto;
	font-size: 14px;
	color: #407cb6;
	border-bottom: 1px solid #407cb6;
	cursor: pointer;
	transition: all .3s;
	margin: 10px 0;
}
.catalog-filter-item-title-span,.catalog-filter-item-title{
	position:relative;
}

.catalog-filter-item-title-span{
	 
	background: #f3f3f3;
    z-index: 1;
    padding-right: 9px;
}
.catalog-filter-item-title{
	cursor:pointer;
	}
.catalog-filter-item-title:after{
	content:"";
	top: 16px;
	position:absolute;
	 right:0;
	border-bottom:1px solid #007db9;
	width:100%;  z-index: 0;
}
.catalog-filter-toggle .arrow-filter {
    width: 38px;
 
    display: block;
    
    height: 18px;
    position: absolute;
    right: 0px;
    bottom: 3px;
    background-color: #f3f3f3;
    z-index: 1;
    top: 3px;
}
.arrow-filter:before {
    content: "";
    top:0px;
    position: absolute;
    right: 10px;
    width: 20px;
    height: 13px;
    z-index: 1;
    background: url(/local/components/custom/catalog.smart.filter/templates/new/images/arrow-blue.png) no-repeat;
    background-size: 18px;
    background-color: #f3f3f3;
	transform: rotate(180deg);
    background-position: right right;
}
 .catalog-filter-item-title-toggle.active .arrow-filter:before {
	 top:3px;
	 right: 7px;
	   transform: rotate(0deg);
 }
 .catalog-filter-button{
	 display:none;
	 }
 .catalog-filter-button{
	 position:relative;
	 background:#407cb6;
	 color:#fff;
	 padding:12px 20px; 
	 margin-bottom:2px;
 }
 
 .catalog-filter-button-name{
	 width:100px;
	 position:relative;
	 }
.catalog-filter-button-name:after {
    right: 16px;
    top: 6px;
    height: 12px;
    background: url(/local/components/custom/catalog.smart.filter/templates/new/images/filter-ico.png) no-repeat;
    width: 17px;
    content: "";
    position: absolute;
}
.catalog-filter-button-inner{ 
	display: flex;
	justify-content: space-between;
}
.filter-arrow {
	position:relative;
	}
.filter-arrow:after {
    right: 9px;
    top: 6px;
    background: url(/local/components/custom/catalog.smart.filter/templates/new/images/arrow-white.png) no-repeat;
    width: 20px;
    height: 13px;
	background-size:20px;
    content: "";
    position: absolute;
}

.catalog-filter-button.active .filter-arrow:after{
	top:3px;
	right: 7px;
	transform: rotate(180deg);
}


@media (max-width: 980px){
	 .catalog-filter-button{
		 display:block;
	 }
	
	.catalog-filter-toggle{
		 display:none;
	 }
}

/*span.sort {
    display: inline-block;
    margin-bottom: 20px;
}
#sort-options, #sort-options li {
    display: inline-block;
}
#sort-options a {
    color: #393939;
}
#sort-options a.active {
    background: #d8ecf7;
	padding:5px 10px;
}
#sort-options li::marker {
  content: "";
}
@media (max-width: 350px){
	 #sort-options a.active {
		background: none;
		padding: 0px;
	}
	#sort-options li {
		display: block;
	}
}*/
/* End */


/* Start:/local/templates/main_template/components/bitrix/system.pagenavigation/catalog/style.css?16642260001210*/
.catalog-pagenavigation{
	display: flex;
	align-items: center;
}
.catalog-pagenavigation-prev,
.catalog-pagenavigation-next{
	width: 40px;
	height: 40px;
	border: 1px solid #787878;
	border-radius: 2px;
	cursor: pointer;
}
.catalog-pagenavigation-prev>a.catalog-pagenavigation-prev-link,
.catalog-pagenavigation-next>a.catalog-pagenavigation-next-link{
	display: block;
	height: 100%;
	width: 100%
}
.catalog-pagenavigation-prev{
	background: url('/local/templates/main_template/components/bitrix/system.pagenavigation/catalog/img/pagen-left.svg') no-repeat center;
}
.catalog-pagenavigation-next{
	background: url('/local/templates/main_template/components/bitrix/system.pagenavigation/catalog/img/pagen-right.svg') no-repeat center;
}
.catalog-pagenavigation-prev:hover{
	background: url('/local/templates/main_template/components/bitrix/system.pagenavigation/catalog/img/pagen-left-active.svg') no-repeat center;
	border: 1px solid #407CB6;
}
.catalog-pagenavigation-next:hover{
	background: url('/local/templates/main_template/components/bitrix/system.pagenavigation/catalog/img/pagen-right-active.svg') no-repeat center;
	border: 1px solid #407CB6;
}
.catalog-pagenavigation-nums{
	display: flex;
	margin: 0 15px;
}
.catalog-pagenavigation-nums>div{
	padding: 0 5px;
}
.catalog-pagenavigation-nums>div>a{
	color: #787878;
	font-size: 18px;
}
.catalog-pagenavigation-nums>div>a.next-pages{
	color: #222;
}
.catalog-pagenavigation-nums>div>a.current-pages{
	color: #407CB6;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/catalog/catalog_main/bitrix/catalog.section/.default/style.css?173787251320086*/
.catalog-section-item-outer{
	margin-bottom: 20px;
}
.catalog-section-item{
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	padding: 20px;
	display: flex;
}
.catalog-section-item-left{
	flex-shrink: 0;
	margin-right: 30px;
}
.catalog-section-item-img{
	width: 188px;
	height: 188px;
}
.catalog-section-item-img>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.catalog-section-item-right{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.catalog-section-item-title-row{
	display: flex;
	justify-content: space-between;
}
.catalog-section-item-title{
	font-size: 22px;
	line-height: 1.3;
	font-weight: bold;
	color: #222;
}
.catalog-section-item-avaliable{
	color: #407CB6;
	font-family: 'Exo2', Arial;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	flex-shrink: 0;
	margin-left: 15px;
}
.catalog-section-item-preview{
	flex-grow: 1;
	font-size: 16px;
	line-height: 1.6;
	color: #393939;
	font-family: 'Exo2', Arial;
	margin-top: 5px;
}
.catalog-section-item-price-row{
	flex-shrink: 0;
}
.catalog-section-item-price-row{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.catalog-section-item-price{
	flex-grow: 1;
}
.catalog-section-item-price-title{
	font-size: 14px;
	color: #767676;
	margin-bottom: 5px;
}
.catalog-section-item-price-value{
	color: #222;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.6;
}
.catalog-section-item-price-note{
	font-size: 12px;
}

.catalog-section-item-detail,
.catalog-section-item-cart{
	margin-left: 20px;
	flex-shrink: 0;
}

.catalog-section-item-detail a.catalog-section-item-detail-link{
	padding: 13px 25px;
    background: #407CB6;
    width: fit-content;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    display: block;
}
.catalog-section-item-detail a.catalog-section-item-detail-link:hover{
	color: #fff;
}

.add-to-cart-btn{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #EBEBEB url('/local/templates/main_template/components/bitrix/catalog/catalog_main/bitrix/catalog.section/.default/images/cart.svg') no-repeat center;
	cursor: pointer;
}

.catalog-pagination{
	display: flex;
	justify-content: flex-end;
}

.catalog-section-item-properties{
	margin: 15px 0;
}
.section-item-property{
	display: flex;
	margin-bottom: 5px;
}
.section-item-property-delimiter{
	flex-grow: 1;
	border-bottom: 2px dotted;
	margin: 0 6px 3px 6px;
}
.section-item-property-value{
	text-align: right;
}
.catalog-after-text{
	margin-top: 60px;
}
.catalog-after-text h2{
	margin-bottom: 0.83em;
	margin-top: 0.83em;
}
.catalog-after-text ul,
.catalog-after-text ol{
	padding-left: 2em;
}

.catalog-section-top-filter-block{
	margin-bottom: 55px;
}
.top-filter-tip{
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	height: 125px;
	overflow: hidden;
}
.top-filter-tip-item{
	width: 16.6666667%;
	padding: 0 10px;
	margin-bottom: 20px;
	height: 45px;

}
.top-filter-tip-item a.top-filter-tip-item-link{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border: 1px solid #787878;
	border-radius: 2px;
	height: 100%;
	padding: 0 10px;
	text-align: center;
	transition: all .3s;
}
.top-filter-tip-item a.top-filter-tip-item-link:hover,
.top-filter-tip-item.active a.top-filter-tip-item-link{
	color: #fff;
	background: #727272;
}

.catalog-section-top-filter-block:not([data-filter="TYPE"]) .top-filter-tip{
	height: 60px;
}

.catalog-section-top-filter-block[data-filter="MARKA"] .top-filter-tip-item a.top-filter-tip-item-link{
	border-color: #407cb6;
	color: #407cb6;
}
.catalog-section-top-filter-block[data-filter="MARKA"] .top-filter-tip-item a.top-filter-tip-item-link:hover,
.catalog-section-top-filter-block[data-filter="MARKA"] .top-filter-tip-item.active a.top-filter-tip-item-link{
	background: #407cb6;
	color: #fff;
	border-color: #99b9d8;
}
.catalog-section-top-filter-block .show-more{
	width: fit-content;
	margin: 0 0 0 auto;
	font-size: 14px;
	color: #407cb6;
	border-bottom: 1px solid #407cb6;
	cursor: pointer;
	transition: all .3s;
}
.catalog-section-top-filter-block[data-filter="MARKA"] .show-more{
	color: #727272;
	border-color: #727272;
}

.catalog-section-top-filter-block .show-more:hover{
	border-color: transparent;
}

.catalog-section-top-title{
	color: #393939;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
}


@media (max-width:1240px){

}

@media (max-width:980px){
	.catalog-section-page{
		flex-direction: column;
	}
	.section-left-block{
		width: 100%;
		margin-bottom: 20px;
	}
	.section-right-block{
		width: 100%;
	}
	.top-filter-tip-item{
		width: 33.3333334%;
	}
	.top-filter-tip{
		height: 255px;
	}
	.catalog-section-top-filter-block:not([data-filter="TYPE"]) .top-filter-tip{
		height: 125px;
	}
}

@media (max-width:700px){
	.catalog-section-item{
		flex-direction: column;
	}
	.catalog-section-item-img{
		height: 290px;
		width: 100%;
	}
	.catalog-section-item-left{
		margin-right: 0;
		margin-bottom: 20px;
	}
	.catalog-section-item-price-row{
		margin-top: 20px;
		flex-wrap: wrap;
	}
	.catalog-section-item-title-row{
		align-items: center;
	}
	.catalog-section-item-price{
		margin-bottom: 20px;
	}
	.catalog-section-item-cart{
		flex-grow: 1;
	}
	.add-to-cart-btn{
		margin-right: 0;
		margin-left: auto;
	}
}
@media (max-width: 580px) {
	.top-filter-tip-item{
		width: 50%;
	}
	.top-filter-tip{
		height: 385px;
	}
	.catalog-section-top-filter-block:not([data-filter="TYPE"]) .top-filter-tip{
		height: 190px;
	}
}



.catalog-section-cart-quantity .count-block{
    display: flex;
    align-items: center;
    border: 1px solid #787878;
    border-radius: 2px;
}
.catalog-section-cart-quantity .count-block .count-block-sign{
	flex-shrink: 0;
	flex-grow: 0;
	width: 50px;
    height: 48px;
	position: relative;
	cursor: pointer;
}
.catalog-section-cart-quantity .count-block .count-block-sign.minus:before{
	position: absolute;
	content: '';
	width: 15px;
    height: 2px;
	background: #787878;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.catalog-section-cart-quantity .count-block .count-block-sign.plus:before, 
.catalog-section-cart-quantity .count-block .count-block-sign.plus:after{
	position: absolute;
	content: '';
	background: #787878;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.catalog-section-cart-quantity .count-block .count-block-sign.plus:before{
	width: 15px;
    height: 2px;
}
.catalog-section-cart-quantity .count-block .count-block-sign.plus:after{
	width: 2px;
    height: 15px;
}
.catalog-section-cart-quantity .count-block .count-block-sign:hover{
	border-color: #407CB6;
}
.catalog-section-cart-quantity .count-block .count-block-sign:hover:before,
.catalog-section-cart-quantity .count-block .count-block-sign:hover:after{
	background: #407CB6;
}
.catalog-section-cart-quantity .count-block input{
	width: 60px;
	height: 48px;
	border: none;
	border-radius: 0;
	text-align: center;
	background: none;
}



 .catalog-section-items-table .catalog-section-item-right{
	 flex-direction: row;
	     FLEX-WRAP: wrap; 
		 align-items: center;
 }
 
 
 .catalog-section-items-table  .catalog-section-item-img {
    width:87px;
    height:87px;
}

.price_not{
	display:none;
}
.catalog-section-items-table  .catalog-section-item {
 
    padding: 18px;
  
}
.catalog-section-items-table   .catalog-section-item-title {
    font-size: 19px;  
	width: 185px;
}
.catalog-section-items-table   .price_not{
	display:block;
}
.catalog-section-items-table  .catalog-section-item-left {
    flex-shrink: 0;
    margin-right: 17px;
}
.catalog-section-items-table .catalog-section-item-price-note2 {
    display: block;
    width: 100%;
}
.catalog-section-items-table  .catalog-section-item-title-row {
  
    align-items: center;
}
.catalog-section-items-table .catalog-section-item-detail a.catalog-section-item-detail-link {
padding: 13px 14px;}


.catalog-section-items-table .catalog-section-item-price-value {
    color: #407cb6;
font-size: 20px;}
 .catalog-section-items-table .catalog-section-item-price-row {
  
 WIDTH: 59%;}
.catalog-section-items-table .catalog-section-item-price {
    flex-grow: 1;margin-left:10px;
 
    FLEX: 1 1 200PX;
}
.catalog-section-items-table   .catalog-section-item-properties{
	display:none;
}

.catalog-section-items-table  .catalog-section-item-avaliable {
    
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
   
    margin-left: 11px;
    margin-right: 4px;
}
.catalog-section-items-table   .catalog-section-cart-quantity{
		display:none;
}



	.catalog-section-items-table .catalog-section-item-cart {
   order:2;
}
.catalog-section-items-table .catalog-section-item-detail{
	
	 order:1;
}
 .catalog-section-items-plitka .catalog-section-item-price-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
} 
 .catalog-section-items-plitka{
	     display: flex;
		 flex-wrap:wrap;
 }
 .catalog-section-items-plitka .catalog-section-item {
      
    flex-wrap: wrap;    height: 100%;
    flex-direction: column;
}
 .catalog-section-items-plitka .catalog-section-item-outer{
	width: 31.5%;
      margin-right: 2.5%;
  
}
 .catalog-section-items-plitka   .catalog-section-item-outer:nth-child(3n){
	 margin-right:0;
 }
 .catalog-section-items-plitka  .catalog-section-item-title-row {
  
    flex-wrap: wrap;
}
 .catalog-section-items-plitka .catalog-section-item-avaliable {
   width: 100%;  
    margin-left: 0;
}
 .catalog-section-items-plitka .catalog-section-item-price-note2{
	 display:none;	 
 }
  .catalog-section-items-plitka .catalog-section-item-price-note-mobile{
	  display: block;  
  }
   .catalog-section-items-plitka   .catalog-section-item-price {
    flex-grow: 1;
    min-width: 185px;
}
   .catalog-section-items-plitka   .catalog-section-item-detail   {   
   margin-left: 0;
margin-top: auto;
   }
.catalog-section-items-plitka  .catalog-section-item-right {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.catalog-section-items-plitka  .catalog-section-item-price {
	  margin-top: 10px;
}
 .catalog-section-items-plitka .catalog-section-item-left {
    flex-shrink: 0;
    margin-right: 0;
}
 .catalog-section-items-plitka .catalog-section-item-properties,  .catalog-section-items-plitka .catalog-section-cart-quantity{
	 display:none;
 }
 
 .catalog-section-items-plitka  .catalog-section-item-title {
    font-size: 21px;
 }
  .catalog-section-items-plitka .catalog-section-item-detail a.catalog-section-item-detail-link {
    padding: 13px 23px;
 }
 .catalog-section-items-plitka  .catalog-section-item-cart {
    margin-left: 0;margin-top: auto;   
	order: 5;
 
  
}
.catalog-section-items-plitka .price_not {
    display: block;
    margin-top: 0;
}
 
 .catalog-section-items-plitka .catalog-section-item-price-row {
    flex: 1 1 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
}

	.catalog-section-items-plitka .catalog-section-item-price-value{
	color:#407cb6;
}
.catalog-section-items-plitka .catalog-section-item-img {
   
    
    width: auto;
    margin: 0 auto;
}
.change-type-template-button{
	width:26px;
	height:26px;
	margin-left:10px;
	display:block;
	float:right;
	cursor:pointer;
	 
 
}
.change-type-template{
	 
}
.change-type-template {
    width: 100%;
    margin-bottom: 32px;
    clear: both;
    overflow: hidden;
}
.change-plitka.change-type-template-button{
background:url('/local/templates/main_template/img/plitka.png') no-repeat;
}
.change-list.change-type-template-button{
background:url('/local/templates/main_template/img/list.png') no-repeat;
}
.change-list.change-type-template-button.active,.change-list.change-type-template-button:hover{
background:url('/local/templates/main_template/img/list_active.png') no-repeat;
}
.change-table.change-type-template-button{
background:url('/local/templates/main_template/img/table.png') no-repeat;
}
.change-list.change-type-template-button.active,.change-list.change-type-template-button:hover{
background:url('/local/templates/main_template/img/list_active.png') no-repeat;
}
.change-table.change-type-template-button.active,.change-table.change-type-template-button:hover{
background:url('/local/templates/main_template/img/table_active.png') no-repeat;
}
.change-plitka.change-type-template-button.active,.change-plitka.change-type-template-button:hover{
background:url('/local/templates/main_template/img/plitka_active.png') no-repeat;
}
.catalog-section-items-plitka .catalog-section-item-avaliable{
	margin-top:10px;
}
.catalog-section-items-plitka .catalog-section-item-img>img {
    width: auto;
    margin: 0 auto;
    display: block;
    height: 100%;
    object-fit: cover;
}
@media (max-width:1150px) and (min-width:980px){
	.catalog-section-items-plitka .catalog-section-item-img {
    width: auto;
    
    height: 217px;
    margin: 0 auto;
}
	.catalog-section-items-plitka .catalog-section-item-outer {
    width: 47.5%;
	margin-right:5%;
	}
	 .catalog-section-items-plitka   .catalog-section-item-outer:nth-child(3n){
	margin-right:5%;
 }
  .catalog-section-items-plitka   .catalog-section-item-outer:nth-child(2n){
	margin-right:0%;
 }
	.catalog-section-items-table .catalog-section-item-price {
   
    margin-left: 0;}
	.catalog-section-items-table .catalog-section-item-title-row {
		align-items: center;
		width: 100%;
	}
	.catalog-section-items-table .catalog-section-item-price-row {
		width: 100%;
	}
}
@media (max-width:860px){
	.catalog-section-items-plitka {
		justify-content:space-between;
		 
	}
	.catalog-section-items-plitka .catalog-section-item-outer {
	 
		margin-right: 0;
	}
	.catalog-section-items-plitka   .catalog-section-item-outer{
		width:48.5%;
	 }
	  .catalog-section-items-plitka   .catalog-section-item-outer:nth-child(2n){
		margin-right:0;
	 }
   
}
@media (max-width:820px){
.catalog-section-items-plitka .catalog-section-item-img {
    width: auto;
    
    height: 182px;
 
}
.catalog-section-items-plitka  .catalog-section-item-price-title{
	margin-top:20px;margin-bottom:0;
}
 .catalog-section-items-table .catalog-section-item {
    
    padding: 17px;
   
}

.catalog-section-items-plitka .catalog-section-item-price{
	margin-bottom:10px;
}
.catalog-section-items-table .catalog-section-item-title {
        font-size: 18px;
        width: 175px;
    }
	.catalog-section-items-table .catalog-section-item-price {
    flex-grow: 1;
	 
    FLEX: 1;
}
.catalog-section-items-table .catalog-section-item-price-value {
    color: #407cb6;
    font-size: 19px;
}
.catalog-section-items-plitka .catalog-section-item-price.noprice {
        display: block;        width: 100%;
    } 
}


@media (max-width:800px){
	.catalog-section-items-table .catalog-section-item-title {
    
        width: 163px;
    }
 
	.catalog-section-items-table .catalog-section-item-img {
		width: 72px;
		height: 72px;
	}
	.catalog-section-items-table .catalog-section-item {
    padding: 17px;
}
}

@media (max-width:760px){
	.catalog-section-items-table .catalog-section-item-title-row {
    align-items: center;
    width: 100%;
	}
	.catalog-section-items-table .catalog-section-item-price-row {
		width: 100%;
	}
		.catalog-section-items-table .catalog-section-item-price-row-c{
			
			margin-top:20px;
		}
	.catalog-section-items-table .catalog-section-item-price {
   
    margin-left: 0;}
	.catalog-section-items-table .catalog-section-item-price-note-mobile{
		display:none;
	}
	.catalog-section-items-table .catalog-section-item {
        flex-direction: row;
    }
	  .catalog-section-items-table   .catalog-section-item-price.noprice {
        display: block;
    }
	.catalog-section-items-table .catalog-section-item-title {
        width: 80%;
    }
		.catalog-section-items-table .catalog-section-item-cart {
        flex-grow: 0;  
		margin-left: 10px;
    }
	.catalog-section-items-table .catalog-section-item-img {
        width: 67px;
        height: 67px;
    } 
	.catalog-section-items-table  .catalog-section-item-price-row-c .catalog-section-item-price {
        flex-grow: 1;
    }
 
}
@media (max-width:570px){
	.catalog-section-items-plitka .catalog-section-item-img {
        width: auto;
        height: 161px;
    }
	
	    body 	.catalog-section-items-plitka  .catalog-section-item-price-row-c .catalog-section-item-detail {
       
        width: auto;
    }
	.catalog-section-items-plitka {
        justify-content: center;
    }
	    .catalog-section-items-plitka .catalog-section-item-outer {
        width: 95%;
        max-width: 420px;
    }
	 .catalog-section-items-plitka .catalog-section-item-price.noprice {
        display: block;
    } 
}

@media (max-width:455px){
	  .catalog-section-items-plitka .catalog-section-item-outer {
        width: 100%;
        max-width: 420px;
    }
	.catalog-section-items-table .catalog-section-item-detail a.catalog-section-item-detail-link {
    padding: 13px 36px;
}
	.catalog-section-items-table .catalog-section-item-price-row-c .catalog-section-item-price {
        flex-grow: 1;
                min-width: 238px;
    }
	.catalog-section-items-table .catalog-section-item-title-row {
        align-items: center;
        width: 100%;
        flex-wrap: wrap;
    }
	    body .catalog-section-items-table  .catalog-section-item-price-row-c .catalog-section-item-detail {
        margin-top: 0px;
        width: auto;
    }
	.catalog-section-items-table .catalog-section-item-avaliable {
    
    margin-left: 0; 
 
	}
	.catalog-section-items-plitka .catalog-section-item-avaliable {
    
    margin-top:7px;
 
	}
	.catalog-section-items-table .catalog-section-item-price-note-mobile {
        display: block;
    }
	.catalog-section-items-table .catalog-section-item-price-note2 {
    display: none;
    width: 100%;
	}
}
@media (max-width:420px){
	.catalog-section-items-table .catalog-section-item-detail a.catalog-section-item-detail-link {
    padding: 13px 21px;
}

    .catalog-section-items-table .catalog-section-item-price-row-c .catalog-section-item-price {
         
        min-width: 126px;
    }
 
}

@media (max-width:358px){
	.catalog-section-items-table .catalog-section-item-detail a.catalog-section-item-detail-link {
        padding: 13px 14px;
    }
.catalog-section-items-table .catalog-section-item-left {
   
    margin-right: 12px;
}
 .catalog-section-items-table .catalog-section-item-price-row-c .catalog-section-item-price {
     
        min-width: 121px;
    }
}
.catalog-section-items-plitka .fastorder-detail{
	width:100%;margin-bottom:5px;    margin-right: 0;
}
.fastorder-detail {
    padding: 14px 8px;
    min-width: 137px;
    margin-right: 10px;
    text-align: center;
    color: #407CB6;
    border: 1px solid #407CB6;
    height: auto;
}
.catalog-section-items-table .fastorder-detail {
     padding: 12px 0px;
    min-width: 110px;
  margin-left:10px;
    margin-right: 0px;
    text-align: center;
    color: #407CB6;
    border: 1px solid #407CB6;
    height: auto;
}
@media (max-width:1100px){
	 .catalog-section-items-table    .fastorder-detail {
         margin-bottom:  0px;  
        padding: 14px 8px;
        min-width: inherit;
        margin-right: 0;
        text-align: center;margin-left: 0px;
        color: #407CB6;
        border: 1px solid #407CB6;
        height: auto;
    }
 .catalog-section-item-price-row {
 
    flex-wrap: wrap;
    
}
.fastorder-detail {
    margin-bottom: 20px;
    padding: 14px 8px;
    min-width: 100%;
    margin-right: 0;
    text-align: center; 
    color: #407CB6;
    border: 1px solid #407CB6;
    height: auto;
}
}
 
@media (max-width:760px){
	 .catalog-section-items-table   .catalog-section-item-detail  {
margin-left:  0px;}
.catalog-section-items-table .fastorder-detail {
        margin-bottom: 0px;
        padding: 14px 8px;
        min-width: 100%;
        margin-bottom: 10px;
        margin-right: 0;
        text-align: center;
        color: #407CB6;
        border: 1px solid #407CB6;
        height: auto;
    }
}

.show-more-button {
	margin-left: auto;
    margin-bottom: 20px;
    padding: 13px 25px;
    background: #407CB6;
    width: fit-content;
    cursor: pointer;
    border-radius: 2px;
    color: #fff;
    display: block;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/catalog/catalog_main/bitrix/catalog.section/.default/themes/blue/style.min.css?1664139600706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/main_template/components/bitrix/catalog/catalog_main/style.css?17264122843925 */
/* /local/components/custom/catalog.smart.filter/templates/new/style.css?175308871413212 */
/* /local/templates/main_template/components/bitrix/system.pagenavigation/catalog/style.css?16642260001210 */
/* /local/templates/main_template/components/bitrix/catalog/catalog_main/bitrix/catalog.section/.default/style.css?173787251320086 */
/* /local/templates/main_template/components/bitrix/catalog/catalog_main/bitrix/catalog.section/.default/themes/blue/style.min.css?1664139600706 */
