

/* Start:/bitrix/templates/tgn/components/bitrix/catalog/bootstrap_v4/style.css?17885071442549*/
.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}
.section-navi .line-navi{
	--bs-gutter-y: 16px;
	justify-content: end;
}
.section-navi .view-product{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 16px;
}
.section-navi .item-view a{
	display: flex;
	align-items:center;
	justify-content: center;
	border: 1px solid #6f6f6f;
	border-radius: 5px;
	width: 40px;
	height: 40px;
}
.section-navi .item-view a svg{
	opacity: 1!important;
}
.section-navi .item-view a:hover,
.section-navi .item-view a:active,
.section-navi .item-view a.active{
	border-color: #00aca0;
}
.section-navi .item-view a:active svg rect,
.section-navi .item-view a:active svg path,
.section-navi .item-view a.active svg rect,
.section-navi .item-view a.active svg path{
	stroke: #00aca0;
}
.section-navi .fast-filter{
	gap:8px;
}
.group-prod-list-page{
	display: flex;
	flex-direction: column;
}
.group-prod-list-page>div{
	width: 100%;
}
.group-prod-list-page .section-navi{
	order: 1;
}
.group-prod-list-page .cat-desc{
	order: 0;
}
.group-prod-list-page .catalog-section{
	order: 2;
}
.group-prod-list-page .pagination-line{
	order: 3;
}
.group-prod-list-page .section-navi + div[id^="bx_incl_area"]{
	order: 2;
}
.row.product-list-items{
	--bs-gutter-y: var(--bs-gutter-x, 32px);
}
.filter-menu .offcanvas-header{
	background-color: #00aca0;
}
.filter-menu .offcanvas-header .btn-close{
	background: transparent url("/images/icon/close-w.svg") center no-repeat;
}
.catalog-filter-btn.btn{
	height: 40px;
	width: 40px;
	padding: 8px;
	--bs-btn-border-color: #00aca0;
	--bs-btn-color: #00aca0;
	--bs-btn-active-color: #383a42;
}
@media (min-width: 1200px) {
	.offcanvas.offcanvas-start.filter-menu{
    --bs-offcanvas-zindex: 800;
}
	.row.row-products,.row.row-products .row{
		--bs-gutter-x: 20px;
	}
	.filter-menu.offcanvas{
		display: block;
		position: relative;
		bottom: auto;
		width: 100%!important;
		left: auto!important;
		top: auto!important;
		visibility: visible;
		background-color: transparent;
		border: none!important;
		transform: none!important;
	}
	.filter-menu.offcanvas .offcanvas-header{
		display: none;
	}
	.filter-menu.offcanvas .offcanvas-body{
		padding: 0;
		overflow: visible;
	}
}
@media (min-width: 1600px) {
	.row.row-products,.row.row-products .row{
		--bs-gutter-x: 32px;
	}
	.row-products .col-filter{
		width: 20%;
	}
	.row-products .col-products{
		width: 80%;
	}
}
/* End */


/* Start:/bitrix/templates/tgn/components/bitrix/catalog.section.list/bootstrap/style.css?17885071445553*/
.categories .row{
    --bs-gutter-x: 8px;
    --bs-gutter-y: 8px;
}
.categories .panel{
    display:block;
    position: relative;
    height: 100%;
    overflow: hidden;
    padding-top: 450px;
    border-radius: 2px;
    min-height: 450px!important;
    max-height: 450px!important;
    background-color: #FAFAFA;
    border-radius: 10px;
}
.categories .panel:before,
.categories .panel:after{
    content: '';
    position: absolute;
    display: block;
    left: 0;
    bottom:0;
    width: 100%;
    height: 100%;
}
/*.categories .panel:before{
	background: rgba(255, 255, 255, 0.1);
    z-index: 2;
    transition: .4s;
}*/
/*.categories .panel:after{
    z-index: 3;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba( 	0, 172, 160, 0.5) 100%);
    height: 150px;
}*/
.categories .bg-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    z-index: 1;
    transition: .4s;
}
.categories .name{
    display: flex;
    align-content: center;
    align-items: center;
    position:absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #00ACA0;
    padding: 20px 20px!important;
    z-index: 10;
    padding-right: 70px!important;
    text-align: left;
    height: 98px;
    background-color: #FAFAFA;
    border-radius: 0 0 10px 10px;
}
.categories .name:before{
    position: absolute;
    right:40px;
    top:50%;
    margin-top: -15px;
    display: flex;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8823 12.3531L9.99997 6.4707L4.11762 12.3531' stroke='%2300ACA0' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    border-radius: 100px;
    padding: 5px;
    width: 30px;
    height: 30px;
    background-color: #f6f6f6;
    background-position: center;
    background-repeat: no-repeat;
}
.categories .panel:hover img{
    opacity: 1;
    transform: scale(1.1);
}
.categories .panel:hover:before{
    opacity: 0;
}

.category-sub-sections ul{
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.category-sub-sections ul li{
    margin-bottom: 8px;
}
.category-sub-sections ul li:last-child{margin-bottom: 0px;}
.category-sub-sections a{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}
.category-sub-sections a:hover{
    color:#fff;
    text-decoration: underline;
}
.category-sub-sections{
    border-radius: 0 0 10px 10px;
    padding: 40px;
    position: absolute;
    top:98px;
    bottom: 0px;
    left:5px;
    right:5px;
    z-index: 5;
    backdrop-filter: blur(12px);
    background: rgba(0, 172, 160, 0.8);
   display: none;
    transition: all 0.3s ease-in;
}
.categories>div>div{position: relative;}
.categories .item.hover .name,
.categories .item:hover .name{
    background: #f3f2f2;
    color:#00aca0;
    top:0px;
}

.categories .item.hover .name:before,
.categories .item:hover .name:before{
    position: absolute;
    right:40px;
    top:50%;
    margin-top: -15px;
    display: flex;
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.11768 7.64694L10 13.5293L15.8824 7.64694' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' /%3E%3C/svg%3E");
    border-radius: 100px;
    padding: 5px;
    width: 30px;
    height: 30px;
    background-color: #00aca0;
    background-position: center;
    background-repeat: no-repeat;
    bottom: auto;

}
.categories .item.hover .category-sub-sections,
.categories .item:hover .category-sub-sections{
    display: block;
}

@media (max-width: 1399.98px) {
	.category-sub-sections a{
		font-size: 14px;
	}
	.category-sub-sections{
		padding: 20px;
	}
}
@media (max-width: 992px) {
    .categories .name{
        padding: 10px 80px 10px 20px!important;
        font-size: 16px;
        height: auto;
        min-height: 52px;
    }
    .categories .panel::after {
       display: none;
    }
    .categories .name::before{
        right: 20px!important;
    }
    .categories .item.hover .name{
        height: 52px;
        top:auto;
        bottom: 0px;
    }
    .category-sub-sections{padding: 10px 20px;position: relative;top:0px;left:0px;right:0px;width: 100%;z-index: 35;border-radius: 0 0 10px 10px;
    }
    .category-sub-sections a{
        font-weight: 350;
        font-size: 14px;
    }
    .category-sub-sections li{margin-bottom: 8px!important;}
    .category-sub-sections li:last-child{margin-bottom: 0px!important;}
    .categories .hover .panel{border-bottom-right-radius: 0px!important;border-bottom-left-radius: 0px!important;}
}
@media (min-width: 1400px){
    .categories .panel{
        min-height: 500px;
    }
    .categories .name{
        font-size: 24px;
    }
    .categories .col-xxl-3 .name{
        font-size: 18px;
    }
}
@media (min-width: 1600px){
    .categories .name{
        padding: 20px 40px!important;
        padding-right: 90px!important;
    }
    .categories .col-xxl-3 .name{
        font-size: 20px;
    }
}
@media (max-width: 767.98px){
    .categories .name{
        background-color: #FAFAFA;
        border-radius: 0 0 10px 10px;
    }
}
@media (max-width: 575.98px){
    .categories .panel{
        border-radius: 10px;
        height: 230px;
        padding-top: 230px!important;
        min-height: 230px!important;
    }

}

/* End */
/* /bitrix/templates/tgn/components/bitrix/catalog/bootstrap_v4/style.css?17885071442549 */
/* /bitrix/templates/tgn/components/bitrix/catalog.section.list/bootstrap/style.css?17885071445553 */
