

/* Start:/local/templates/bussol-company/components/bitrix/catalog/main/style.min.css?17871246811732*/
.group_description_block.bottom{padding:40px 0 0;margin-bottom:30px}.no_goods{padding:87px 30px 50px;border-top:1px solid #e5e5e5}.js-load-wrapper>.no_goods{margin-top:-1px}.no_goods .no_products{position:relative}.no_goods .no_products:before{content:"";position:relative;width:117px;height:117px;background:url(/local/templates/bussol-company/components/bitrix/catalog/main/../../../../images/empty_catalog.png) 0 0 no-repeat;display:block;margin:auto auto 23px}.no_goods .button{float:right;margin:17px 0 0}.wrap_text_empty{padding:10px 0 15px 0;text-align:center}.wrap_text_empty .middle_text{padding:16px 0 0;display:inline-block}#main .catalog-maxwidth .bottom-links-block,#main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers){margin-left:auto;margin-right:auto}html.bx-ie #main .catalog-maxwidth .bottom-links-block,html.bx-ie #main .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers){flex-basis:auto}.right_block.narrow_N .catalog-maxwidth .bottom-links-block,.right_block.narrow_N .catalog-maxwidth .catalog-detail__bottom-info .detail-block:not(.tizers){max-width:1156px}.section-content-wrapper .text_after_items{margin-top:49px}.catalog-detail__gallery{max-width:calc(var(--sizeImage) + var(--paddingRightLeft,0px));max-height:calc((var(--sizeImage) * var(--ratio,1)) + var(--bottomGallery,70px))}.catalog-detail__gallery-wrapper{position:relative;width:100%;padding-top:var(--paddingImage,100%)}.catalog-detail__gallery__item--big{position:relative;padding-top:var(--paddingImage,100%);width:100%;height:100%;line-height:var(--sizeImage);max-width:var(--sizeImage);max-height:var(--sizeImage)}.catalog-detail__gallery.catalog-detail__gallery--vertical{padding-left:90px;max-width:calc(var(--sizeImage) + var(--paddingRightLeft,90px))}
/* End */


/* Start:/local/templates/bussol-company/components/bitrix/catalog.section.list/sections_list_new/style.css?17871246824783*/
.categoryList {
	list-style: none;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: minmax(209px, auto);
}

.categoryList__item {
	/*height: 209px;*/
	width: calc(100% - 1px);
	background-color: #ffffff;
	/*border: 1px solid #e3e3e3;*/
	-webkit-box-shadow: 0px 0px 0px 1px #e3e3e3;
			box-shadow: 0px 0px 0px 1px #e3e3e3;
	position: relative;
	transition: 0.3s all;
	z-index: 1;
	margin: 0;
}

.categoryList__item::before{
	content: "" !important;
	margin: 0 !important;
	display: none;
} 

.categoryList__item:hover {
    transform: scale(1.05);
    z-index: 2;
}
.categoryList__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
}
.categoryItem {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 25px 20px 27px;
}

.categoryItem__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	height: 100%;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.categoryItem__img {
	/*width: 38.46%;*/
	width: 100%;
	min-width: 38.46%;
	position: relative;
	overflow: hidden;
}

.categoryItem__img::before {
	content: "";
	display: block;
	padding-top: 100%;
	width: 100%;
}

.categoryItem__view {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.categoryItem__view img {
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.categoryItem__info {
	width: 61.54%;
	min-width: 61.54%;
	padding-left: 20px;
	-webkit-align-self: flex-start;
	    -ms-flex-item-align: start;
	        align-self: flex-start;
}

.categoryItem__title {
    line-height: 1.4;
    padding-bottom: 12px;
    margin-bottom: 16px;
	display: block;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding-bottom: 15px;
    margin-bottom: 18px;
    letter-spacing: 0.5px;
    position: relative;	
	color: var(--fill_dark_light_ccc);
}

.categoryItem__title::after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	width: 70px;
	height: 2px;
	background-color: var(--fill_dark_light_white_hover);
	display: block;	
}

.categoryItem__list {
	list-style: none;
	margin-left: 0;
}
.categoryItem__sub {
	margin-bottom: 4px;
	margin-left: 0;
}
.categoryItem__sub::before{
	content:"" !important;
	margin: 0 !important;
	display: none;
}

.categoryItem__link {
	color: #273142;
	line-height: 1.35
}
.categoryItem__link:hover {
	color: #455cce;
}

.categoryItem__inner .simpleLink {
	margin-top: 12px;
}
.simpleLink svg {
	display: block;
	fill: #455cce;
	-webkit-transition: .25s fill;
	-o-transition: .25s fill;
	transition: .25s fill;
	margin-top: 2px;
	margin-left: 8px;
	-webkit-transform: scale(-1, 1);
	    -ms-transform: scale(-1, 1);
	        transform: scale(-1, 1);
}

@media (max-width: 1550px) {
    .categoryList__item {
        width: 33.33%;
    }
	
    .categoryList {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }	
}

@media (max-width: 1139px) {
    .categoryList__item {
        width: 50%;
    }
}

@media (max-width: 700px) {
    .categoryList__item {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .simpleLink {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .categoryList__item.categoryList__item-big .categoryItem, .categoryItem {
        padding: 13px 5px 16px;
    }
	
    .category-wrapper--main .categoryItem__inner {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
.categoryList__item.categoryList__item-big .categoryItem__img, .categoryItem__img {
        width: 28.46%;
        min-width: 28.46%;
    }
	
	    .category-wrapper--main .categoryItem__info, .category-wrapper--main .categoryList__item.categoryList__item-big .categoryItem__info, .categoryItem__info {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }
	
	.category-wrapper--main .categoryItem__title {
        max-width: 100%;
        padding-bottom: 0;
        margin-bottom: 0;
    }
	
	.category-wrapper--main .categoryItem__categ {
        display: none;
    }
	
}
/* End */
/* /local/templates/bussol-company/components/bitrix/catalog/main/style.min.css?17871246811732 */
/* /local/templates/bussol-company/components/bitrix/catalog.section.list/sections_list_new/style.css?17871246824783 */
