

/* Start:/local/templates/new_steelline/style/css/adaptive-css/catalog.css?175213318213078*/
.catalog__wrapper {
    display: flex;
    justify-content: space-between;
    max-width: 1170px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    margin-top: 20px;
}

.catalog__contentWrapper {
    width: 913px;
}

.catalog__mainWrapper {
    width: 913px;
    margin: auto;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.catalog__mainWrapper .catalog__mainWrapper__empty {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #B60000;
    background: rgba(182, 0, 0, 0.05);
    padding: 20px;
    margin-top: 20px;
}

.catalog__pageTitle {
    width: 100%;
}

.catalog__filterWrapper {
    width: 172px;
}

.catalog__filterWrapper li {
    width: fit-content;
}

.catalog__filterBlock-placement {
    margin-top: 21px;
}

.catalog__filterBlock-placement li a {
    display: block;
    width: fit-content;
    border: 1px solid #F0F0F0;
    border-radius: 5px;
    background: #F9F9F9;
    padding: 9px 25px 12px;
    cursor: pointer;
}

.catalog__filterBlock-placement li {
    margin-top: 10px;
    border-radius: 5px;
}

.catalog__filterBlock-placement li.active {
    border: 1px solid #F0F0F0;
}

.catalog__filterWrapper .filter.active:not(.placementFilter) a {
    color: #acacac;
    background: none;
}

.catalog__filterBlock-placement li.active a {
    padding: 5px 21px 8px;
    background: #fff;
    border: 4px solid #F9F9F9;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.catalog__filterBlock-existence {
    margin-top: 40px !important;
}


.catalog__filterBlock-existence li a {
    color: #07BE6A;
}

.catalog__filterBlock-promotions,
.catalog__filterBlock-glass,
.catalog__filterBlock-theme,
.catalog__filterBlock-design {
    margin-top: 34px !important;
}


.catalog__filterBlock-existence li,
.catalog__filterBlock-promotions li,
.catalog__filterBlock-glass li,
.catalog__filterBlock-theme li,
.catalog__filterBlock-design li {
    margin-top: 10px !important;
}

.catalog__filterBlock-promotions li a {
    color: #006695;
    font-weight: bold;
}

.promotionsFilter-active,
.glassFilter-active,
.existenceFilter-active,
.designFilter-active,
.themeFilter-active {
    color: #ACACAC !important;
}

.placementFilter-active {
    width: fit-content;
    padding: 9px 4px 12px !important;
}

.placementFilter-active span {
    background: #FFFFFF;
    padding: 5px 21px 8px;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

#clearFilters {
    display: none;
    width: 172px;
    margin-top: 50px;
    color: #006695;
    font-size: 16px;
    line-height: 24px;
    padding: 6px 13px 4px;
    background: rgba(0, 102, 149, 0.05);
    justify-content: space-between;
    align-items: baseline;
}

#clearFilters img {
    width: 10px;
    height: 10px;
}

.catalog__filtersInfo {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}

.catalog__filterList-item {
    display: flex;
    align-items: center;
}

.catalog__filterList-item img {
    margin: 0 10px;
}

.catalog__filterList {
    display: flex;
    height: 24px;
}

.catalog__filterList .catalog__filterList-item:last-child img {
    display: none;
}

.filter__filterSelect {
    border: none;
    outline: none;
    cursor: pointer;
}

.filter__filterSelect {
    position: relative;
}

.filter__filterSelect-title {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    color: #006695;
}

.filter__filterSelect-title img {
    margin-left: 9px;
    transition: all 0.3s ease;
}

.filter__filterMenu-doorOptionsBlock,
.filter__filterOptionsBlock {
    position: absolute;
    right: 0;
    bottom: -100px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
    padding: 10px 15px 15px !important;
    z-index: 100;
    width: 169px;
    background: #fff;
    opacity: 0;
    transition: all 0.3s ease;
}

.filter__filterMenu-doorOptionsBlock {
    display: block;
    opacity: 0;
}

.filter__filterOptionsBlock {
    z-index: -1;
}

.filter__filterOptionsBlock.active {
    z-index: 100;
    opacity: 1;
}

.filter__filterOption a {
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
    color: rgba(0, 102, 149, 0.3);
    transition: all 0.3s;
}

.filter__filterOption:hover a,
.filter__filterOption-active a {
    color: #006695;
}

.catalog__pagingWrapper {
    margin-top: 5px;
    overflow: hidden;
}

.catalog__pagingList {
    display: flex;
}

.catalog__pagingItem a {
    display: block;
    padding: 10px 16px;
    margin-right: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.catalog__pagingList li:not(.catalog__pagingItem) {
    line-height: 44px;
}

.catalog__pagingItem.prev,
.catalog__pagingItem.next {
    display: none;
}

.catalog__pagingItem-active a,
.catalog__pagingItem:hover a {
    background: rgba(0, 102, 149, 0.05);
}

.catalog__pagingItem-active a {
    color: #006695;
}

.btn.catalog__chooseDescription-btn {
    display: flex;
    align-items: baseline;
    font-size: 18px;
    line-height: 27px;
    color: #006695;
    background-color: #f2f7fa;
    padding: 7px 17px;
    margin-top: 12px;
}

.catalog__chooseDescription {
    margin-top: 120px;
}

.catalog__chooseDescription-btn img {
    margin-left: 8px;
    transition: 0.3s;
}

.catalog__chooseDescription-textWrapper-active + .catalog__chooseDescription-btn img {
    transform: rotate(180deg);
}

.catalog__chooseDescription-description {
    margin-top: 15px;
    margin-bottom: 25px;
    width: 900px;
}

.catalog__chooseDescription-description:nth-child(2) {
    margin-top: 30px;
}

.catalog__chooseDescription-textWrapper {
    max-height: 164px;
    overflow: hidden;
    position: relative;
    transition-duration: 2s;
    transition-property: max-height;
}

.catalog__chooseDescription-textWrapper::after {
    box-shadow: inset 0px -50px 50px -10px #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 164px;
    z-index: 1;
    content: "";
}


.catalog__chooseDescription-textWrapper-active::after {
    box-shadow: none;
    width: 0;
    height: 0;
}


.bold {
    font-weight: bold;
}



.designDesicion {
    font-size: 12px;
    line-height: 16px;
    color: rgba(0, 102, 149, 0.3);
    position: absolute;
    bottom: -5px;
    background: #fff;
    left: 0;
    z-index: 1;
    padding-right: 7px;
}

.catalog_main_content_card.concept-snippet {
    position: relative;
    border-bottom: 1px solid #cce0ea;
}

.catalog_main_content_card.concept-snippet .card_current_article_item_label {
    background: #cce0ea;
    color: #fff !important;
}



.catalog_main_content_card.concept-snippet:after {
    content: 'дизайнерское решение';
    position: absolute;
    left: 0;
    bottom: -5px;
    background: #fff;
    padding-right: 7px;
    color: #cce0ea;
    font-size: 12px;
    line-height: 16px;
}

.catalog_main_content_card.concept-snippet .card_current_article_item_review {
    color: #cce0ea;
}

.catalog_main_content_card.concept-snippet .card_current_article_item_review__svg {
    fill: #cce0ea;
}

@media screen and (max-width: 768px) {
    .catalog__chooseDescription {
        margin-top: 60px;
    }

    .hide-mobile {
        display: none;
    }




    .catalog__wrapper {
        width: 330px;
        flex-direction: column;
        margin-bottom: 60px;
    }

    .catalog__wrapper * {
        max-width: 330px;
    }

    .catalog__filterWrapper {
        width: 100%;
    }

    .catalog__filterBlock-promotions,
    .catalog__filterBlock-glass,
    .catalog__filterBlock-theme {
        display: flex;
        flex-wrap: wrap;
    }

    .catalog__filterBlock-promotions li,
    .catalog__filterBlock-glass li,
    .catalog__filterBlock-theme li {
        width: fit-content;
        margin-right: 30px;
    }

    .catalog__filterBlock-promotions {
        padding: 25px 0 35px 0 !important;
        border-top: 1px solid #f0f0f0;
        border-bottom: 1px solid #f0f0f0;
    }


    .filter__filterSelect {
        margin-top: 25px;
        width: fit-content;
    }

    .filter__filterSelect span {
        display: flex;
    }

    .filter__filterSelect-title {
        margin-left: 10px;
    }

    #showDoorMobile {
        margin-top: 45px;
        padding: 6px 40px 7px;
    }

    #clearFilters {
        margin-top: 20px;
        margin-left: calc(50% - 165px);
    }

    .catalog__filterList {
        flex-wrap: wrap;
        height: initial;
    }

    .catalog__filtersInfo {
        margin-top: 15px;
    }

    .filter__filterMenu-doorType,
    .filter__filterMenu-filterToggler {
        display: flex;
        align-items: center;
    }

    .filter__filterMenu-doorType img {
        transition: 0.3s all ease;
    }

    .filter__filterMenu-doorType img,
    .filter__filterMenu-filterToggler img {
        margin-left: 10px;
    }
    
    .filter__filterMenu-doorType {
        font-size: 20px;
        line-height: 24px;
    }

    .filter__filterMenu-filterToggler img {
        transform: rotate(-90deg);
        height: 6px;
        width: 10px;
    }

    .filter__filterMenu {
        display: flex;
        justify-content: space-between;
        padding: 10px 14px;
        margin-left: -15px;
        border: 1px solid #F0F0F0;
        border-radius: 5px;
        margin-top: 25px;
        background: #F9F9F9;
        width: 360px;
        max-width: 360px;
        position: relative;
    }

    .catalog__filterWrapper {
        display: none;
    }

    .catalog__filterWrapper.active {
        display: block;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        background: #F9F9F9;
        z-index: 100;
        padding-top: 24px;
        min-height: max-content;
        overflow-y: scroll;
    }

    .catalog__filterWrapper .c-h3 {
        font-size: 30px;
        line-height: 36px;
    }

    .catalog__filterBlock-existence {
        margin-top: 35px !important;
        padding-bottom: 35px;
        border-bottom: 1px solid #F0F0F0;
    }

    .catalog__filterWrapper-close {
        width: 20px !important;
        position: absolute;
        right: calc(50% - 165px);
        top: 31px;
    }

    .catalog__filterBlock-promotions, .catalog__filterBlock-glass, .catalog__filterBlock-theme, .catalog__filterBlock-design {
        margin-top: 25px !important; 
    }

    .catalog__filterWrapper > * {
        width: 330px;
        margin-right: auto;
        margin-left: auto;
    }

    .filter__filterMenu-doorOptionsBlock,
    .filter__filterOptionsBlock {
        left: -1px;
        bottom: initial;
        top: 43px;
        width: 360px;
        max-width: 360px;
        padding-top: 0 !important;
        background: #F9F9F9;
        z-index: -1;
        border: 1px solid #F0F0F0;
        border-top: none;
        box-shadow: none;
        border-radius: 0 0 5px 5px;
    }

    .filter__filterMenu-filterToggler__counter {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0 4px;
        margin-right: -3px;
        margin-left: 5px;
        min-width: 18px;
        width: fit-content;
        height: 18px;
        border-radius: 9px;
        border: 1px solid #292E31;
        font-size: 12px;
    }

    .filter__filterMenu.active .filter__filterMenu-doorOptionsBlock {
        opacity: 1;
        z-index: 1;
    }

    .filter__filterMenu-doorOptionsBlock li.filter__filterOption a {
        color: #ACACAC;
        font-size: 20px;
        line-height: 24px;
    }

    .filter__filterMenu-doorOptionsBlock li.filter__filterOption.filter__filterOption-active a {
        color: #292E31;
    }

    .filter__filterMenu > .filter__filterMenu-doorType img {
        transition: 0.3s;
    }

    .filter__filterMenu.active > .filter__filterMenu-doorType img {
        transform: rotate(180deg);
    }

    .filter__filterMenu.active {
        border-bottom: 1px solid transparent;
        border-radius: 5px 5px 0 0;
    }

    .filter__filterMenu-doorType,
    .filter__filterOption {
        font-size: 20px !important;
        line-height: 24px !important;
    }

    .filter__filterSelect .filter__filterOptionsBlock {
        border-top: 1px solid #F0F0F0;
        width: fit-content;
    }

    .filter.active > a {
        position: relative;
    }

    .filter.active > a::before {
        content: url(/local/templates/new_steelline/style/css/adaptive-css/../../../img/adaptive-img/images/catalog/clear-filter.svg);
        width: 14px;
        height: 14px;
        position: absolute;
        right: -24px;
    }

    .filter__filterOption {
        margin-top: 10px;
    }

    .filter__filterOption-active,
    .filter__filterOption:hover {
        color: #292E31;
    }

    .catalog__pagination--mobile {
        margin-top: 22px;
    }

    .catalog_main_content_card.concept-snippet:after {
        padding-left: 5px;
    }

    .filter__filterSelect,
    .filter.c-p2 {
        font-size: 20px;
        line-height: 28px;
    }     

    .catalog__filterBlock-glass li {
        margin-top: 0 !important;
    }
}
/* End */


/* Start:/local/templates/new_steelline/components/my/catalog/template_catalog/style.css?165028312670*/
.catalog_main_header_sort_list {
	width:190px;
}
.fl{
	display:flex;
}
/* End */


/* Start:/local/templates/new_steelline/components/bitrix/system.pagenavigation/template_nav/style.css?16378365213944*/
/* ---- PAGINATION BOTTOM ---- */
.bx_pagination_bottom{
	color: #8d8d8d;
	font-size:11px;
}

.bx_pagination_bottom .bx_pagination_section_one{ }
.bx_pagination_bottom .bx_pagination_section_two{
	float: right;
	text-align: right;
}
.bx_pagination_bottom .bx_pg_section{
	display: inline-block;
	height: 30px;
	vertical-align: top;
	line-height: 30px;
}

.bx_pagination_bottom .bx_pagination_select_container{display: inline-block;}
.bx_pagination_bottom .bx_pagination_select_container select{
    position: relative;
    margin: 2px 20px 2px 10px;
    padding: 1px 25px 3px 5px;
    height: 22px;
    outline: none;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    background: #fff url(/local/templates/new_steelline/components/bitrix/system.pagenavigation/template_nav/images/select_arrow.png) no-repeat right center;
    color: #8d8d8d;
    font-size: 11px;
    line-height: 16px;
    resize: none;
    -webkit-appearance: none;
}

.bx_pagination_bottom .bx_pagination_page{
	white-space: nowrap;
	font-size: 12px;
}
.bx_pagination_bottom .bx_pagination_page ul{
	display: inline-block;
	margin: 0;
	padding: 0;
}
.bx_pagination_bottom .bx_pagination_page li{
	display: inline-block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a{
	display: block;
	min-width: 22px;
	color: #8d8d8d;
	text-align: center;
	text-decoration: none;
	line-height: 22px;
}
.bx_pagination_bottom .bx_pagination_page li a:hover{color: #555;}
.bx_pagination_bottom .bx_pagination_page li.bx_active{
	border-radius: 3px;
	background: #dbecf4;
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.1);
}

.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{display: block;}
.bx_pagination_bottom .bx_pg_section.bx_pg_show_col select{margin-right: 5px;}


.bx_pagination_bottom .bx_wsnw{white-space: nowrap;}




/*1*/
@media (min-width:981px){

}
/*2*/
@media (min-width:640px) and (max-width:980px){

}
/*3*/
@media (min-width:480px) and (max-width:639px) {
	.bx_pagination_bottom .bx_pagination_select_container select{margin-right: 10px;}
}
/*4*/
@media (max-width:479px) {
	.bx_pagination_bottom .bx_pagination_section_one{ }
	.bx_pagination_bottom .bx_pagination_section_two{
		float: none;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_select_container{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 47%;
	}
	.bx_pagination_bottom .bx_pagination_select_container select{
		display: block;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		margin-right: 0 !important;
		width: 90%;
	}
	.bx_pagination_bottom .bx_pg_section{
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	.bx_pagination_bottom .bx_pagination_page{white-space: normal;}	
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num{width: 100%;height: auto;text-align: center;}
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col{display: none;}
	.bx_pagination_bottom .bx_pg_text{
		display: inline-block;
		width: 50%;
	}
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{display: none;}
}
/*5*/
@media (max-width:320px){
}

	.bx_pagination_bottom .bx_pagination_section_one,
	.bx_pagination_bottom .bx_pagination_section_two,
	.bx_pagination_bottom .bx_pagination_select_container,
	.bx_pagination_bottom .bx_pagination_select_container select,
	.bx_pagination_bottom .bx_pg_section,
	.bx_pagination_bottom .bx_pagination_page,
	.bx_pagination_bottom .bx_pg_section.bx_pg_pagination_num,
	.bx_pagination_bottom .bx_pg_section.bx_pg_show_col,
	.bx_pagination_bottom .bx_pg_text,
	.bx_pagination_bottom .bx_pg_section.pg_pagination_num .bx_pg_text{
		-webkit-transition: all 0.3s ease;
		   -moz-transition: all 0.3s ease;
		    -ms-transition: all 0.3s ease;
		     -o-transition: all 0.3s ease;
		 		transition: all 0.3s ease;
	}



/* ---- --END-- PAGINATION ---- */

/* End */


/* Start:/local/templates/new_steelline/components/my/catalog/template_catalog/bitrix/catalog.section/template_section_catalog/style.css?16499357493808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */


/* Start:/local/templates/new_steelline/components/rest/catalog.section/template_catalog/style.css?163783003085*/
.catalog_main_content_card, .catalog_main_content_card * {
	box-sizing: border-box;
}
/* End */
/* /local/templates/new_steelline/style/css/adaptive-css/catalog.css?175213318213078 */
/* /local/templates/new_steelline/components/my/catalog/template_catalog/style.css?165028312670 */
/* /local/templates/new_steelline/components/bitrix/system.pagenavigation/template_nav/style.css?16378365213944 */
/* /local/templates/new_steelline/components/my/catalog/template_catalog/bitrix/catalog.section/template_section_catalog/style.css?16499357493808 */
/* /local/templates/new_steelline/components/rest/catalog.section/template_catalog/style.css?163783003085 */
