

/* Start:/local/templates/expert/components/bitrix/catalog/.default/style.css?17242261308521*/
.catalog_site .catalog_categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-top: 15px;
}

.catalog_categories .catalog_categories__item {
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    width: calc(25% - 30px);
    height: 165px;
    overflow: hidden;
    margin: 15px;
    padding: 15px;
}

.catalog_categories .catalog_categories__item:after {
    content: '';
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.catalog_categories .catalog_categories__item img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: none;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    z-index: 1;
}

.catalog_categories .catalog_categories__item:hover img {
    transform: scale(1.1);
}

.catalog_categories__item .catalog_categories__item_text {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
    z-index: 3;
}

.catalog_site.child_sections .catalog_categories {
    margin: 0 -10px;
}

.catalog_site.child_sections .catalog_categories .catalog_categories__item {
    border-radius: 15px;
    align-items: center;
    width: auto;
    height: auto;
    margin: 10px;
    padding: 8px 12px;
}

.catalog_site.child_sections .catalog_categories__item .catalog_categories__item_text {
    font-weight: normal;
}

.catalog_filter_content .main_seo {
    padding-top: 140px;
}

/*catalog_filter*/
.catalog_filter {
    display: flex;
    flex-wrap: wrap;
}

.catalog_filter .catalog_filter_content {
    width: 100%;
}

.catalog_filter__wrap_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 25px;
}

.catalog_filter__wrap_title .catalog_filter_title {
    padding-right: 15px;
}

.catalog_filter__wrap_title .catalog_filter_total_product {
    min-width: 130px;
    text-align: right;
    padding-top: 13px;
}

.catalog_filter_content .catalog_filter_control {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
}

@media all and (min-width: 760px) {
    .catalog_filter_content .catalog_filter_control.search-page {
        float: right;
    }
}

.catalog_filter_control .wrap_selectpicker_site {
    width: 270px;
}

.btn_with_ico.btn_filter .btn_site__ico {
    background-image: url('/local/templates/expert/components/bitrix/catalog/.default/images/filter_ico.svg');
    background-repeat: no-repeat;
    background-size: contain;
    width: 22px;
    min-width: 22px;
    height: 24px;
}

/*modal_filter*/
.modal_filter {
    padding-left: 0 !important;
}

.modal_filter .modal-dialog {
    position: fixed;
    width: 300px;
    margin: 0;
    height: 100%;
    min-height: 100%;
}

.modal_filter .modal-content {
    overflow-y: auto;
}

.modal_filter .modal-content {
    border: none;
    box-shadow: none;
}

.modal_filter .modal-header {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 30px 25px;
}

.modal_filter .modal-title {
    font-size: 15px;
    line-height: 22px;
    margin-right: 22px;
    letter-spacing: 0.5px;
}

.modal_filter .modal-header .close {
    margin-top: 0;
    order: 1;
}

.modal_filter .modal-body {
    padding: 25px 25px 60px;
}

.modal_filter .bx-filter.bx-green .bx-filter-section {
    background: transparent;
}

.modal_filter .bx-filter .bx-filter-section {
    padding: 0;
}

.modal_filter .bx-filter .bx-filter-parameters-box {
    padding-bottom: 20px;
}

.modal_filter .bx-filter .bx-filter-parameters-box-title {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.5px;
    padding-bottom: 10px;
}

.modal_filter .bx-filter .bx-filter-parameters-box-title span {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal_filter .bx-filter .bx-filter-parameters-box-title span,
.modal_filter .bx-filter .bx-filter-parameters-box-title span:hover {
    border-color: transparent;
}

.modal_filter .bx-filter .bx-filter-parameters-box-title span i {
    font-size: 20px;
}

.modal_filter .bx-filter-parameters-box-container {
    max-height: 260px;
    overflow-y: auto;
    padding-bottom: 0;
}

.modal_filter .checkbox {
    font-family: 'Roboto', sans-serif;
}

.modal_filter .checkbox label:before {
    top: 3px;
}

.modal_filter .bx-filter .bx-filter-param-label {
    display: block;
    width: 100%;
}

.modal_filter .bx-filter .bx-filter-input-checkbox .bx-filter-param-text {
    position: relative;
    padding: 3px 25px 3px 0;
    letter-spacing: 0.5px;
}

.modal_filter .bx-filter .bx-filter-input-checkbox .bx-filter-param-text .checkbox_count {
    position: absolute;
    top: 5px;
    right: 0;
    opacity: 0.49;
}

.modal_filter .bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub,
.modal_filter .bx-filter .bx-ui-slider-part {
    display: none;
}

.modal_filter .bx-filter .bx-filter-input-container input {
    border: 1px solid #B6B4C2 !important;
    border-radius: 6px;
    padding: 5px 15px;
    font-size: 14px;
}

.modal_filter .bx-filter .bx-filter-input-container input::placeholder {
    font-size: 14px;
}

.modal_filter .wrap_bx_slider {
    margin: 0;
}

.modal_filter .bx-filter .bx-ui-slider-track-container {
    width: calc(100% - 32px);
    margin-left: 16px;
}

.modal_filter .bx-filter .bx-ui-slider-pricebar-vn {
    opacity: 0.75;
}

.modal_filter .bx-filter .bx-ui-slider-range {
    z-index: auto;
}

.modal_filter .bx-filter .bx-ui-slider-handle {
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    top: -8px;
    z-index: 85;
}

.modal_filter .bx-filter .bx-ui-slider-handle.right {
    margin-right: -17px;
}

.modal_filter .bx-filter .bx-ui-slider-handle.left {
    margin-left: -17px;
}

.modal_filter .bx-filter .bx-ui-slider-track {
    height: 2px;
}

.modal_filter .filter_btn_show {
    display: none;
}

.modal_filter .filter_reset {
    background: transparent;
    border: none;
    padding: 0;
    height: auto;
}

.modal_filter .bx-filter .bx-filter-popup-result {
    border: none !important;
    position: fixed;
    top: auto;
    bottom: 5px;
    left: 5px;
    right: auto !important;
    width: 290px;
    margin: 0;
    padding: 0;
    z-index: 1001;
}

.modal_filter .bx-filter .bx-filter-popup-result .filter_modal_btn_show {
    width: 100%;
}

/*END modal_filter*/
/*END catalog_filter*/

@media only screen and (max-width: 991px) {
    .catalog_categories__item .catalog_categories__item_text {
        font-size: 15px;
    }

    /*catalog_filter*/
    /*modal_filter*/
    .mob_body_filter_modal_overflow {
        position: fixed;
        overflow: hidden;
        width: 100%;
        height: 100vh;
    }

    /*END modal_filter*/
    /*END catalog_filter*/
}

@media only screen and (max-width: 767px) {
    .catalog_site .catalog_categories {
        margin: 0 -7px;
    }

    .catalog_categories .catalog_categories__item {
        width: calc(50% - 14px);
        margin: 7px
    }

    .catalog_categories__item .catalog_categories__item_text {
        font-size: 14px;
    }

    .catalog_filter_content .main_seo {
        padding-top: 40px;
    }

    /*catalog_filter*/
    .catalog_filter__wrap_title .catalog_filter_total_product {
        display: none;
    }

    .catalog_filter__wrap_title .catalog_filter_title {
        width: 100%;
        padding-right: 0;
    }

    /*END catalog_filter*/
}

@media only screen and (max-width: 575px) {
    /*modal_filter*/
    /*catalog_filter*/
    .modal_filter .modal-dialog {
        width: 100vw;
    }

    .modal_filter .bx-filter .bx-filter-popup-result {
        width: calc(100% - 10px);
    }

    /*END modal_filter*/
    /*END catalog_filter*/
}

@media only screen and (max-width: 545px) {
    .catalog_site.child_sections .catalog_categories {
        margin: 0 -5px;
    }

    .catalog_site.child_sections .catalog_categories .catalog_categories__item {
        width: calc(50% - 10px);
        margin: 5px;
    }

    /*catalog_filter*/
    .catalog_filter_content .catalog_filter_control {
        flex-wrap: wrap;
    }

    .catalog_filter_control .btn_filter,
    .catalog_filter_control .wrap_selectpicker_site {
        width: 100%;
    }

    .catalog_filter_control .wrap_selectpicker_site {
        margin-top: 30px;
    }

    /*END catalog_filter*/
}

/* End */


/* Start:/local/templates/expert/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?16576433917182*/
/* line */
.bx_catalog_line { margin-bottom: 30px; }

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul { padding: 0; }

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before { content: '' !important }

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}
.catalog_site{
	width: 100%;
}

.bx_catalog_line .bx_catalog_line_title a:hover { text-decoration: none; }

.bx_catalog_line .bx_catalog_line_title span { font-size: 16px }

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a { font-size: 14px; }

	.bx-touch .bx_catalog_line .bx_catalog_line_description { font-size: 11px; }
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description { transition: all 0.3s ease; }

/* text */
.bx_catalog_text { margin-bottom: 30px; }

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul { padding: 0; }

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before { content: '' !important }

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	display: inline-block;
	overflow: hidden;
	max-width: 100%;
	color: #4c7da6;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 14px;
}

.bx_catalog_text .bx_catalog_text_title a:hover { text-decoration: none }

.bx_catalog_text .bx_catalog_text_title span { font-size: 12px; }

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a { font-size: 12px; }
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a { transition: all 0.3s ease; }

/* tile */

.bx_catalog_tile { margin-bottom: 30px; }

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul { padding: 0; }

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before { content: '' !important }

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: both; }

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 78px;
	height: 78px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-color: #fff;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	color: #4c7da6;
	font-size: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover { text-decoration: none; }

.bx_catalog_tile .bx_catalog_tile_title span { font-size: 12px; }

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li { width: 20%; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: both; }
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title { line-height: 10px; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a { font-size: 11px; }
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 25%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) { clear: both; }
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li { width: 33.3%; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 80px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) { clear: none; }

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) { clear: both; }

}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img { transition: all 0.3s ease; }

/* list */

.bx_sitemap { margin-bottom: 30px; }

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before { content: '' !important }

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover { text-decoration: none }

.bx_sitemap .bx_sitemap_li_title span { font-size: 11px; }

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a { font-size: 12px; }
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a { transition: all 0.3s ease; }
/* End */
/* /local/templates/expert/components/bitrix/catalog/.default/style.css?17242261308521 */
/* /local/templates/expert/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?16576433917182 */
