

/* Start:/local/templates/main_template/components/bitrix/catalog/catalog_main/style.css?17649437615047*/
.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.hide-search {
    display: none;
}

.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 .mark.hide-search {
    display: none;
}

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

.cable-search {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 25px;
}

.cable-search .cable-search-wrap {
    max-width: 100%;
    width: 300px;
    display: block;
    position: relative;
}

.cable-search .cable-search-wrap input[name="cable-search"] {
    width: 100%;
    padding: 12px 30px 12px 16px;
    background: #EBEBEB;
    color: #818181;
    border: none;
    border-radius: 2px;
    font: normal 16px "Inter", Arial;
}

.cable-search-wrap:after {
    content: '';
    width: 14px;
    height: 14px;
    position: absolute;
    right: 14px;
    top: 14px;
    background: url('/local/templates/main_template/img/search-icon.png') no-repeat center;
    border: none;
    z-index: 2;
}

.left-image {
    float: left;
    width: 320px;
    max-width: 100%;
    padding: 0 50px 20px 0;
}

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

    .left-image {
        float: none;
        text-align: center;
        display: block;
        padding: 0;
        margin: 0 auto;
    }
}

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


/* Start:/local/templates/main_template/components/bitrix/catalog/catalog_main/bitrix/catalog.section.list/.default/style.css?16641396001105*/
.catalog-page-sections{
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}

.catalog-page-sections .section-item-outer{
	padding: 0 10px;
	margin-bottom: 35px;
	width: 33.33333%;
}
.catalog-page-sections .section-item-img{
	position: relative;
	height: 300px;
}
.catalog-page-sections .section-item-img:before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	background: rgba(40, 40, 40, 0.6);
	transition: background .3s;
}
.catalog-page-sections .section-item-img>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.catalog-page-sections .sect-item-title{
	color: #222222;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	margin-top: 10px;
	transition: color .3s;
}
.catalog-page-sections .section-item:hover .section-item-img:before{
	background: rgba(64, 124, 182, 0.6);
}
.catalog-page-sections .section-item:hover .sect-item-title{
	color: #407CB6;
}

@media (max-width:980px){
	.catalog-page-sections .section-item-outer{
		width: 50%;
	}
}

@media (max-width:700px){
	.catalog-page-sections .section-item-outer{
		width: 100%;
	}
}
/* End */
/* /local/templates/main_template/components/bitrix/catalog/catalog_main/style.css?17649437615047 */
/* /local/templates/main_template/components/bitrix/catalog/catalog_main/bitrix/catalog.section.list/.default/style.css?16641396001105 */
