

/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/style.css?16569268891122*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

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

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}

/* End */


/* Start:/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/optima_fast_filter_2.0/style.css?17235352439090*/
.test_block .test_item{
    width: calc((100% - 45px) / 10);
    margin: 0 5px 5px 0;
    height: 50px;
    background: #0a7ddd;
}

.test_block .test_item:last-child{
    margin-right: 0;
}

.fast_filter{
    padding: 0px 0;
    margin-bottom: -5px;
}

.fast_filter .item_fast_filter{
    width: calc((1306px - 45px) / 10);
    height: 80px;
    margin: 0 5px 5px 0;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #303030;
    text-decoration: none;
    border: 1px solid #F1F1F1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.fast_filter .item_fast_filter.selected_item_fast_filter{
    border-color:#00BDCC;
}

.fast_filter .block_big_icon .item_fast_filter{
    height: 165px;
    margin-bottom: 0;
}

.fast_filter .block_big_icon .item_fast_filter:last-child{
    margin-right: 0;
}

.fast_filter .item_fast_filter .icon_item_fast_filter{
    width: 100%;
    height: 40px;
    display: block;
    background: center center no-repeat;
    margin-bottom: 5px;
}

.fast_filter .block_big_icon .item_fast_filter .icon_item_fast_filter{
    height: 80px;
}

.fast_filter .item_fast_filter .icon_item_fast_filter.icon_center{
    margin-bottom: 0;
}

.fast_filter .item_fast_filter .name_item_fast_filter{
    width: 100%;
    text-align: center;
}


.fast_filter .block_big_icon{
    /*background-color: #7c8282;*/
}

.fast_filter .block_standart_icon{
    /*background-color: #999797;*/
    /*margin-bottom: -5px;*/
}

/*.fast_filter .block_big_icon{
    width: calc(((1306px - 45px) / 10) * 2);
}*/

/**** Широкие иконки ****/

.fast_filter.no_block_big_icon .item_fast_filter{
    width: calc((100% - 20px) / 5);
    padding: 10px 20px;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fast_filter.no_block_big_icon .item_fast_filter:nth-child(5n){
    margin-right: 0;
}

.fast_filter.no_block_big_icon .icon_item_fast_filter{
    height: 35px;
    width: 80px;
    -webkit-background-size:auto 100%;
    -moz-background-size:auto 100%;
    background-size:auto 100%;
    -webkit-order: 10;
    order: 10;
}

.fast_filter.no_block_big_icon .name_item_fast_filter{
    width:calc(100% - 110px);
    font-size: 14px;
    text-align: left;
}


/**** 1 большая иконка ****/

.block_1 .block_big_icon{
    width: calc((((1306px - 45px) / 10) * 1) + 5px);
}

.block_1 .block_standart_icon{
    width: calc((((1306px - 45px) / 10) * 9) + 40px);
}

.block_1 .block_standart_icon .item_fast_filter:nth-child(9n){
    margin-right: 0;
}

/**** 2 больших иконки ****/

.block_2 .block_big_icon{
    width: calc((((1306px - 45px) / 10) * 2) + 5px);
}

.block_2 .block_standart_icon{
    width: calc((((1306px - 45px) / 10) * 8) + 35px);
}

.block_2 .block_standart_icon .item_fast_filter:nth-child(8n){
    margin-right: 0;
}

/**** 3 больших иконки ****/

.block_3 .block_big_icon{
    width: calc((((1306px - 45px) / 10) * 3) + 10px);
}

.block_3 .block_standart_icon{
    width: calc((((1306px - 45px) / 10) * 7) + 30px);
}

.block_3 .block_standart_icon .item_fast_filter:nth-child(7n){
    margin-right: 0;
}

/**** 4 больших иконки ****/

.block_4 .block_big_icon{
    width: calc((((1306px - 45px) / 10) * 4) + 15px);
}

.block_4 .block_standart_icon{
    width: calc((((1306px - 45px) / 10) * 6) + 25px);
}

.block_4 .block_standart_icon .item_fast_filter:nth-child(6n){
    margin-right: 0;
}

@media only screen and (max-width: 1306px){

    .test_block .test_item{
        width: calc((100vw - 40px - 35px) / 8);
        margin: 0 5px 5px 0;
        height: 50px;
        background: #0a7ddd;
    }

    .test_block .test_item:nth-child(8n){
        margin-right: 0;
    }

    .fast_filter .item_fast_filter{
        width: calc((100vw - 40px - 35px) / 8);
    }

    /**** Широкие иконки ****/

    .fast_filter.no_block_big_icon .item_fast_filter{
        height: 40px;
        margin-right:0;
        padding: 10px;
        width:100%;
    }

    .fast_filter.no_block_big_icon .name_item_fast_filter{
        width: calc(100% - 60px);
        font-size: 12px;
    }

    .fast_filter.no_block_big_icon .icon_item_fast_filter{
        height: 20px;
        width: 60px;
    }

    /**** 1 большая иконка ****/

    .block_1 .block_big_icon{
        width: calc((((100vw - 40px - 35px) / 8) * 1) + 0px);
    }

    .block_1 .block_standart_icon{
        width: calc((((100vw - 40px - 35px) / 8) * 7) + 30px);
    }


    /**** 2 больших иконки ****/

    .block_2 .block_big_icon{
        width: calc((((100vw - 40px - 35px) / 8) * 2) + 5px);
    }

    .block_2 .block_standart_icon{
        width: calc((((100vw - 40px - 35px) / 8) * 6) + 25px);
    }

    /**** 3 больших иконки ****/

    .block_3 .block_big_icon{
        width: calc((((100vw - 40px - 35px) / 8) * 3) + 10px);
    }

    .block_3 .block_standart_icon{
        width: calc((((100vw - 40px - 35px) / 8) * 5) + 20px);
    }

    /**** 4 больших иконки ****/

    .block_4 .block_big_icon{
        width: calc((((100vw - 40px - 35px) / 8) * 4) + 15px);
    }

    .block_4 .block_standart_icon{
        width: calc((((100vw - 40px - 35px) / 8) * 4) + 15px);
    }


    .block_1 .block_standart_icon .item_fast_filter:nth-child(7n),
    .block_2 .block_standart_icon .item_fast_filter:nth-child(6n),
    .block_3 .block_standart_icon .item_fast_filter:nth-child(5n),
    .block_4 .block_standart_icon .item_fast_filter:nth-child(4n){
        margin-right: 0;
    }

    .block_1 .block_standart_icon .item_fast_filter:nth-child(9n),
    .block_2 .block_standart_icon .item_fast_filter:nth-child(8n),
    .block_3 .block_standart_icon .item_fast_filter:nth-child(7n),
    .block_4 .block_standart_icon .item_fast_filter:nth-child(6n){
        margin-right: 5px;
    }

}

@media only screen and (max-width: 1000px){

    .fast_filter .block_standart_icon,
    .fast_filter .block_big_icon{
        width:100%;
    }

    .fast_filter .block_big_icon .item_fast_filter{
        width: calc((100% - 10px) / 3);
        margin-bottom: 5px;
        height: 90px;
    }

    .fast_filter .block_big_icon {
        white-space: nowrap;
        overflow-x: auto;
    }

    .fast_filter .block_big_icon .item_fast_filter .icon_item_fast_filter {
        height: 40px;
        -webkit-background-size:auto 100%;
        -moz-background-size:auto 100%;
        background-size:auto 100%;
    }

    .fast_filter .block_standart_icon .item_fast_filter{
        width:100%;
        height: auto;
        margin-right: 0;
        padding: 10px;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-align-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .fast_filter .block_standart_icon .item_fast_filter .icon_item_fast_filter{
        height: 25px;
        -webkit-background-size:auto 100%;
        -moz-background-size:auto 100%;
        background-size:auto 100%;
        width: 60px;
        -webkit-order: 10;
        order: 10;
    }

    .fast_filter .block_standart_icon .item_fast_filter .name_item_fast_filter{
        width:auto;
    }

    .fast_filter .item_fast_filter_skidka_50:before,
    .fast_filter .item_fast_filter_skidka_70:before{
        content: 'Скидка';
    }

}

/*@media only screen and (max-width: 1000px){
    .wrap_fast_filter{
        order: 30;
    }
}*/

/*.fast_filter .item_fast_filter.btn{
	margin: 0 5px 0 0;
	min-width: auto;
}

.fast_filter .item_fast_filter:last-child{
	margin-right: 0;
}*/

/*@media only screen and (max-width: 1306px) {

	.wrap_fast_filter{
		position: relative;
	}

	.fast_filter.nx-flex-row-l-c{
		padding-left: 80px;
		display: block;
		white-space: nowrap;
		overflow-x: auto;
	}

	.fast_filter::-webkit-scrollbar{
		height: 0;
		width: 0;
	}

	.fast_filter .btn.blue_btn,
	.fast_filter .btn{
		height:inherit;
		font-size: 12px;
		padding: 10px 10px;
		min-height: inherit;
	}

	.fast_filter .btn:first-child{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 200;
		width: 70px;
	}

}*/
/* End */


/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.smart.filter/optima_smart_filter/style.css?17253960616363*/
.bx_filter{
	margin-bottom: 25px;
}

/**** Контейнер поля фильтра ****/

.bx_filter.bx_horizontal .bx_filter_parameters_box{
	position: relative;
	width:calc((100% - 20px) / 5);
	margin: 0 5px 5px 0;
}

.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(5n){
	margin-right: 0;
}

/**** Название поля фильтра ****/

.bx_filter .bx_filter_parameters_box_title{
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
	font-weight: bold;
	font-size: 13px;
	background-color: #F9F9FA;
	border: 1px solid #979797;
	border-radius: 5px;
	padding: 10px 20px;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_parameters_box_title{
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;

}

.bx_filter .bx_filter_parameters_box_title:before{
	content: '\f107';
	position: absolute;
	display: block;
	right:15px;
	top: 50%;
	margin-top: -4px;
	width: 15px;
	height: 8px;
	font-family: FontAwesome;
	font-size: 19px;
	text-align: center;
	line-height: 7px;
	font-weight: normal;
}

.bx_filter .active .bx_filter_parameters_box_title:before{
	content: '\f106';
}

.bx_filter .bx_filter_block{
	display:none;
	max-height: 350px !important;
	overflow: auto;
	position: absolute;
	width: 100%;
	z-index: 700;
	padding:10px 10px;
	background-color: #F3F4F5;
	border: 1px solid #979797;
	border-top:none;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
/*
.bx_filter .filter_parameters_box_slider .bx_filter_block{
	display: block;
}
*/
.filter_parameters_box_slider .bx_filter_block{
	padding-bottom: 0;
}

.bx_filter .bx_filter_parameters_box.active .bx_filter_block{
	display:block;
}

.bx_filter .selected_parameters_box .bx_filter_parameters_box_title{
	border-color:#0FC9D8;
	color:#0FC9D8;
}

.bx_filter .selected_parameters_box .bx_filter_block{
	border-color:#0FC9D8;
}

/**** Слайдер ****/

.bx_filter .track_box_container .bx_filter_parameters_box_container_block{
	width: calc((100% - 10px) / 2);
	position: relative;
}

.bx_filter .track_box_container .bx_filter_input_container{
	position: relative;
}

.bx_filter .track_box_container .bx_filter_input_container:before{
	content: attr(data-label);
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -8px;
	z-index: 60;
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	color: #303030;
	text-transform:lowercase;
}

.bx_filter .track_box_container input{
	background: #FFFFFF;
	border: 1px solid #00BDCC;
	border-radius: 33px;
	width: 100%;
	color: #303030;
	font-size: 14px;
	padding: 6px 15px 6px 27px;
}

.bx_filter .bx_ui_slider_track{
	position:relative;
	height:2px;
	width: 100%;
	margin:25px 10px;
	background:#a1c0c8;
}

.bx_filter .bx_ui_slider_range,
.bx_filter .bx_ui_slider_pricebar,
.bx_filter .bx_ui_slider_pricebar_VD,
.bx_filter .bx_ui_slider_pricebar_VN,
.bx_filter .bx_ui_slider_pricebar_V{
	position:absolute;
	top:-1px;
	bottom:-1px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.bx_filter .bx_ui_slider_range{
	z-index:70;
}
.bx_filter .bx_ui_slider_pricebar{
	z-index:100;
}

.bx_filter .bx_ui_slider_pricebar_VD{
	z-index:60;
	border-top:   1px solid #74868e;
	border-bottom:1px solid #74868e;
	background:#849da4;
}

.bx_filter .bx_ui_slider_pricebar_VN{
	z-index:70;
	background:#B9B9BA;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.bx_filter .bx_ui_slider_pricebar_V{
	z-index:80;
	top:-1px;
	bottom:-1px;
	background-color:#00BDCC;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.bx_filter .bx_ui_slider_handle{
	position:absolute;
	top:50%;
	width:20px;
	height:20px;
	margin-top: -10px;
	background-color:#00BDCC;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.bx_filter .bx_ui_slider_handle.left{
	left:0;
	margin-left: -10px;
}
.bx_filter .bx_ui_slider_handle.right{
	right:0;
	margin-right: -10px;
}

/**** Блок с кнопками ****/

.bx_filter .bx_filter_parameters_box.bx_filter_button_box{
	margin-left: auto;
	margin-right: 0;
}

.bx_filter_button_box .btn{
	width:calc((100% - 5px) / 2);
}

/**** Подсказка ****/

.bx_filter_popup_result{
	padding: 5px 0 0 0;
	font-size: 13px;
}

.bx_filter_popup_result a{
	color: #333;
	text-decoration: underline;
	display: none;
}

@media only screen and (max-width: 1000px){

	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(5n),
	.bx_filter.bx_horizontal .bx_filter_parameters_box {
		position: relative;
		width: calc((100% - 15px) / 4);
		margin: 0 5px 5px 0;
	}

	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n){
		margin-right: 0;
	}

	.bx_filter .bx_filter_parameters_box.bx_filter_button_box {
		margin-left: auto !important;
		margin-right: 0 !important;
	}

}

.icon_action_filter{
	width: 16px;
	height: 16px;
	background: url("/bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.smart.filter/optima_smart_filter/images/icon_filter.png") center center no-repeat;
	cursor: pointer;
	-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    background-size: auto 100%;
}

@media only screen and (max-width: 768px){

	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(5n),
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n),
	.bx_filter.bx_horizontal .bx_filter_parameters_box {
		position: relative;
		width: calc((100% - 10px) / 3);
		margin: 0 5px 5px 0;
	}

	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(3n){
		margin-right: 0;
	}

	.bx_filter .bx_filter_parameters_box.bx_filter_button_box {
		margin-left: auto !important;
		margin-right: 0 !important;
	}

}

@media only screen and (max-width: 768px){

	.bx_filter{
		display: none;
		order: 30;
	}

	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(5n),
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n),
	.bx_filter.bx_horizontal .bx_filter_parameters_box:nth-child(4n),
	.bx_filter.bx_horizontal .bx_filter_parameters_box{
		width: 100%;
		margin: 0 0px 5px 0;
		order: 30;
	}

	.bx_filter .bx_filter_block{
		position: relative;
	}

}
/* End */


/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.smart.filter/optima_smart_filter/themes/blue/colors.css?1656926889459*/
.bx_filter_vertical.bx_blue .bx_filter_section{
	background: #c3e9f4;
	border: 7px solid #e1f5fb;
}
.bx_filter_vertical.bx_blue .bx_ui_slider_range{
	background: url(/bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.smart.filter/optima_smart_filter/themes/blue/images/range_bg.png);
}
.bx_filter_vertical.bx_blue .bx_filter_control_section{text-align: center}
.bx_filter_vertical.bx_blue .bx_filter_search_button{
	height: 33px;
	line-height:33px;
}
.bx_filter_vertical.bx_blue span.icon_lupe{
	background: url(/bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.smart.filter/optima_smart_filter/themes/blue/images/searchicon.png) no-repeat center;
}

/* End */


/* Start:/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/catalog_sort/style.css?17235347382198*/
.wrap_block_sort_elements .btn_open_filter.btn{
    display: none;
    color: #14499B !important;
    background-color: #ffffff !important;
}

.block_sort_elements{
    width: 210px;
}

.block_sort_elements .selectboxit-container{
    width: 100%;
}

.block_sort_elements .selectboxit-text{
    font-weight: normal;
    max-width: 100% !important;
}

.icon_action_sort{
    width: 16px;
    height: 16px;
    background: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/catalog_sort/images/icon_sort.svg") center center no-repeat;
    cursor: pointer;
    margin-right: 15px;
}

.wrap_mobile_block_sort .mobile_block_sort{
    display: none;
    position: absolute;
    right: 0;
    width: 250px;
    padding: 20px;
    z-index: 950;
    background: #fff;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.block_sort_elements .selectboxit-container .selectboxit-options{
    z-index: 1500;
}

@media only screen and (max-width: 768px) {

    .wrap_block_sort_elements{
        margin-bottom: 20px;
    }

    .wrap_block_sort_elements .btn_open_filter.btn{
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
    }

    .wrap_block_sort_elements .block_sort_elements{
        width: calc(100% - 140px);
    }

    .wrap_block_sort_elements .btn_open_filter{
        width: 120px;
    }

    .wrap_block_sort_elements .cnt_btn_open_filter{
        margin-left: 5px;
        display: block;
    }

}

@media only screen and (max-width: 350px) {

    .wrap_block_sort_elements .block_sort_elements{
        width: calc(100% - 100px);
    }

    .wrap_block_sort_elements .btn_open_filter{
        width: 80px;
    }

    .wrap_block_sort_elements .name_btn_open_filter{
        width: 16px;
        height: 16px;
        font-size: 0;
        background: url("/bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/catalog_sort/images/icon_filter_blue.png") center center no-repeat;
        -webkit-background-size: auto 100%;
        -moz-background-size: auto 100%;
        background-size: auto 100%;
    }

}

/* End */


/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/system.pagenavigation/optima_pagenavigation/style.css?1722844955781*/
.modern-page-navigation .modern-page-current,
.modern-page-navigation a{
	margin: 0 10px;
	text-decoration: none;
	color: #14499b;
	outline: none;
}

.modern-page-navigation .modern-page-current{
	color: #00BDCC;
	font-weight: bold;
}

.modern-page-navigation .modern-page-previous{
	margin-right: 5px;
	background: url("/bitrix/templates/optikaoptima_2.0/components/bitrix/system.pagenavigation/optima_pagenavigation/images/blue_left_arr.png") center center no-repeat;
}

.modern-page-navigation .modern-page-next{
	margin-left: 5px;
	background: url("/bitrix/templates/optikaoptima_2.0/components/bitrix/system.pagenavigation/optima_pagenavigation/images/blue_right_arr.png") center center no-repeat;
}

.modern-page-navigation .modern-page-previous,
.modern-page-navigation .modern-page-next{
	outline: none;
	display: block;
	font-size: 0;
	width: 20px;
	height: 20px;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

/* End */


/* Start:/bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.section/.default_2.0/style.css?17314124971049*/
.catalog_section{
    margin-bottom: 20px;
}

.block_count_items{
    font-style: normal;
    font-weight: 300;
    font-size: 13px;
    line-height: 18px;
    color: #303030;
    margin-bottom: 10px;
}

.block_text_section .img_section{
    max-width: 400px;
    float: right;
    border: 1px solid #B9C8E1;
    box-sizing: border-box;
    border-radius: 12px;
    margin:0 0 15px 15px;
}

.banner_section{
    display: block;
}

.banner_section img{
    display: block;
    width: 100%;
    height: auto;
}

.empty_list_elements_catalog{
    color: #14499B;
    text-align: center;
}

.empty_list_elements_catalog .wrap_clear_filter.nx-flex-row-c-c{
    display:none;
}

.empty_list_elements_catalog .clear_filter{
    min-width: 200px;
}

@media only screen and (max-width: 768px){

    .empty_list_elements_catalog .wrap_clear_filter.nx-flex-row-c-c{
        display:flex;
    }

}

@media only screen and (max-width: 500px){

    .block_text_section .img_section{
        float:none;
        margin:0 0 15px 0;
        max-width: 100%;
    }

}
/* End */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/style.css?16569268891122 */
/* /bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/optima_fast_filter_2.0/style.css?17235352439090 */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.smart.filter/optima_smart_filter/style.css?17253960616363 */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.smart.filter/optima_smart_filter/themes/blue/colors.css?1656926889459 */
/* /bitrix/templates/optikaoptima_2.0/components/ag/ag.plugin/catalog_sort/style.css?17235347382198 */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/system.pagenavigation/optima_pagenavigation/style.css?1722844955781 */
/* /bitrix/templates/optikaoptima_2.0/components/bitrix/catalog/optima_catalog_products/bitrix/catalog.section/.default_2.0/style.css?17314124971049 */
