

/* Start:/local/templates/velan_new/components/bitrix/catalog/velan/style.css?17491465441331*/
.wrapCatalogCols {
    display: flex;
    justify-content: flex-start;
    gap: 32px;
    position: relative;
    z-index: 10;
}
.btnStyle.linkSertPage{
    margin-top: 20px;
    width: 100%;
}

.wrapCatalogCols .leftColCatalog {
    padding-right: 32px;
    padding-top: 40px;
    flex: none;
    position: relative;
}

.wrapCatalogCols .leftColCatalog:before {
    position: absolute;
    top: 0;
    bottom: -120px;
    right: 0;
    content: '';
    width: 1px;
    background: #000;
    opacity: 0.1;
}

.leftColCatalog .wrapFilter {
    width: 475px;
}

.leftColCatalog .catalogMain {
    width: 475px;
}

.wrapCatalogCols .rightColCatalog {
    padding-top: 40px;
    flex: 1;
}


@media (max-width:1919px) {
    .leftColCatalog .catalogMain {
        width: 410px;
    }
}

@media (max-width:1599px) {
    .leftColCatalog .catalogMain,
    .leftColCatalog .wrapFilter {
        width: 400px;
    }
}

@media (max-width:1199px) {
    .leftColCatalog .catalogMain,
    .leftColCatalog .wrapFilter {
        width: 325px;
    }
}

@media (max-width:991px) {
    .leftColCatalog .catalogMain {
        width: 100%;
    }

    .wrapCatalogCols {
        flex-direction: column;
    }

    .wrapCatalogCols .rightColCatalog {
        padding-top: 0;
    }

    .wrapCatalogCols .leftColCatalog {
        padding-right: 0;
    }
}
/* End */


/* Start:/local/templates/velan_new/components/bitrix/menu/catalogMain/style.css?17460312261537*/
.catMainLeft {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.catMainLeft a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 15px;
	align-self: stretch;
	transition: all 0.4s;
}

.catMainLeft a:hover {
	text-decoration: none;
}

.catMainLeft a:focus {
	outline: none;
	text-decoration: none;
}

.catMainLeft>li>a {
	padding: 20px;
	background: #fff;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);
	color: var(--black);

}

.catMainLeft .countMain {
	white-space: nowrap;
	flex: none;
	color: #4D76BC;
}

.catMainLeft .nameMain {
	display: flex;
	gap: 16px;
	align-items: center;
}

.catMainLeft li.parentLi .iconParent {
	transition: all 0.4s;
	transform: rotate(-90deg);
}

.catMainLeft>li>a:hover {
	text-decoration: none;
	background: #EFF5FF;
}

.catMainLeft>li.activeLi>a {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%, 0 100%);
}

.catMainLeft>li.activeLi>a .iconParent {
	transform: rotate(0deg);
}

.catMainLeft ul {
	padding: 15px 20px 20px;
	margin-top: -5px;
	background: #fff;
	position: relative;
	display: none;
	flex-direction: column;
	gap: 20px;

}

.catMainLeft li.activeLi>ul {
	display: flex;
}

.catMainLeft ul li {
	padding: 0 45px 0 30px;
}

.catMainLeft ul li a {
	color: var(--colorMain);
}

.catMainLeft ul:before {
	top: 0;
	left: 20px;
	right: 20px;
	height: 1px;
	position: absolute;
	content: '';
	background: #000;
	opacity: 0.1;
}

@media screen and (max-width: 600px) {
	.catMainLeft>li>a {
		padding: 15px;
	}
}
/* End */


/* Start:/local/templates/velan_new/components/bitrix/catalog/velan/bitrix/catalog.section.list/topSections/style.css?17460312262748*/
.sectionList {
    list-style-type: none !important;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.sectionList a {
    display: block;
    padding: 30px;
    height: 295px;
    position: relative;
    transition: all 0.4s;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 18px), calc(100% - 18px) 100%, 0 100%);

}

.sectionList>li:nth-child(odd)>a {
    background: url(/images/catPaternLeft.svg) no-repeat left center/contain, var(--Blue-600, #4D76BC);
}

.sectionList>li:nth-child(odd)>a:hover {
    background: url(/images/catPaternLeft.svg) no-repeat left center/contain, var(--Blue-500, #7FAAD7);
}

.sectionList>li:nth-child(even)>a {
    background: url(/images/catPaternRight.svg) no-repeat right center/contain, var(--Blue-600, #4D76BC);
}

.sectionList>li:nth-child(even)>a:hover {
    background: url(/images/catPaternRight.svg) no-repeat right center/contain, var(--Blue-500, #7FAAD7);
}


.sectionList a:hover {
    text-decoration: none;
}

.sectionList .topLine {
    display: flex;
    justify-content: space-between;
    grid-gap: 15px;
    align-items: baseline;
    position: relative;
    z-index: 1;
    text-shadow: 0 0 1px #000;
}

.sectionList .name {
    color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-size: 32px;
    font-weight: 700;
    display: inline-block;
    transition: all 0.4s;
}

.sectionList .icon {
    transition: all 0.4s;
}

.sectionList a:hover .icon {
    transform: rotate(45deg);
}

.sectionList a svg * {
    fill: #fff;
}

.sectionList .imgW {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 71%;
    max-width: 100%;
}

.sectionList .imgW img {
    max-height: 100%;
    max-width: 100%;
}



/*media */
@media (max-width:1919px) {
    .sectionList .imgW {
        height: 67%;
    }
}

@media screen and (max-width: 1599px) {
    .sectionList {
        display: grid;
        grid-template-columns: repeat(1, 1fr);

    }
}

@media screen and (max-width: 1199px) {
    .sectionList .name {
        font-size: 28px;
    }
}

@media screen and (max-width: 991px) {
    .wrapCatalogCols .leftColCatalog:before {
        display: none;
    }

    .sectionList .name {
        font-size: 22px;
    }

    .sectionList {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 2fr));
    }

    .sectionList a {
        padding: 25px;
    }

    .sectionList .imgW {
        height: 71%;
    }

}

@media screen and (max-width: 767px) {
    .sectionList .name {
        font-size: 20px;
    }
}

@media screen and (max-width: 600px) {
    .sectionList {
        grid-template-columns: 1fr;
    }

    .sectionList a {
        height: 200px;
    }

    .sectionList .name {
        font-size: 18px;
    }
}
/* End */
/* /local/templates/velan_new/components/bitrix/catalog/velan/style.css?17491465441331 */
/* /local/templates/velan_new/components/bitrix/menu/catalogMain/style.css?17460312261537 */
/* /local/templates/velan_new/components/bitrix/catalog/velan/bitrix/catalog.section.list/topSections/style.css?17460312262748 */
