

/* Start:/local/templates/new.live/components/bitrix/catalog/complexes/style.css?17182614641122*/
.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:/local/components/ilsn/complexes.filter/templates/.default/style.css?17300339418853*/
.live-filter-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-right: -10px;
	flex-direction: column;
}
.live-filter-field {
    margin-right: 10px;
    margin-bottom: 10px;
	display: flex;
}
.live-filter-field .select2:not(:last-child) {
	margin-right: 5px;
}
.live-filter-line {
	display: flex;
	width: 100%;
	align-items: flex-start;
}
.live-filter-field--fg1 {
    flex-grow: 1;
}
.live-filter-field.complex-types {
	max-width: 50%;
}
.live-filter-field--fg1 .select2 {
    width: 100% !important;
	max-width: 50%;
}
.live-filter-field--fg1 .select2 .select2-selection--multiple {
	height: auto !important;
}
.live-filter-field--fg1 .select2 .select2-selection--multiple .select2-selection__rendered {

}
.live-filter-field--fg1 .select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
    font-size: 12px;
}
.live-filter-field--fg1 .select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	padding-right: 3px;
    font-size: 11px;
}
.live-filter-sort__inner {
    display: flex;
    align-items: center;
    border: 1px solid #dddddd;
    border-radius: 4px;
    overflow: hidden;
    box-sizing: border-box;
}
.live-filter-btn-input {
    display: none;
}
.live-filter-item {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 7px 20px;
    color: #383838;
    background: #fff;
    text-decoration: none;
}
.live-filter-btn {
    border-left: 1px solid #f5f5f5;
    transition: .3s ease;
    cursor: pointer;
}
.live-filter-btn:hover {
    background: #dddddd;
}
.live-filter-btn--DESC::after,
.live-filter-btn--ASC::after {
    content: '';
    display: inline-block;
    border-color: #383838;
    width: 0;
    height: 0;
    margin-left: 18px;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
}
.live-filter-btn--ASC::after {
    border-top: 5px solid;
}
.live-filter-btn--DESC::after {
    border-bottom: 5px solid;
}

input.live-filter-btn-input:checked + a.live-filter-btn,
a.live-filter-btn.live-filter-btn--active {
    background: #ff1216 !important;
    color: #fff;
}

.select2-container--filter-select .select2-selection__arrow {
    width: 10px;
    height: 10px;
    background: url(/bitrix/templates/live/css/../images/select.png) no-repeat;
    position: absolute;
    margin: auto;
    right: 15px;
    top: 3px;
    top: 3px;
    bottom: 0;
}

.select2-container.select2-container--filter-select .select2-selection {
    min-width: 200px;
    width: 100%;
}

.select2-container.select2-container--filter-select .select2-dropdown {
    max-height: 300px;
    padding: 5px;
    overflow: auto;
}

.select2-container.select2-container--filter-select .select2-results__option--highlighted {
    background: #dddddd;
}

.select2-container.select2-container--filter-select .select2-selection--single, 
.select2-container.select2-container--filter-select .select2-selection--multiple,
.live-filter-search {
    display: inline-flex;
    align-items: center;
    height: 46px;
    padding: 0 20px;
    background: #fff;
    border: 1px solid #dddddd;
    border-radius: 5px;
}

.live-filter-search {
    width: 100%;
    outline: 0;
}


.live-filter-field--icon {
    align-items: center;
    width: initial !important;
    flex-grow: 0 !important;
    min-height: 46px;
	margin: auto 10px;
}

.search-icon-form {
    position: relative;
    align-self: center;
    min-width: 34px;
    max-width: 34px;
    height: 34px;
    border-radius: 50%;
    border: 1px solid transparent;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    color: white;
    font-size: /*14*/ 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: red;
    cursor: pointer;
    outline: none;
}
.live-filter-sort__item {
	white-space: nowrap;
}
.live-filter-search-field-btn {
	display: flex;
	width: 100%;
}
@media (max-width: 600px) {
	.live-filter-field--sort {
		margin-right: 0px !important;
	}
	.live-filter-line {
		flex-direction: column;
	}
    .live-filter-wrapper {
        margin-right: 0;
    }
    .live-filter-field--icon {
        margin-right: 0;
    }
    .live-filter-item {
        height: 36px;
        padding: 5px 11px;
        font-size: 12px;
    }
    .live-filter-btn--DESC::after,
    .live-filter-btn--ASC::after {
        margin-left: 9px;
    }

    .select2-container.select2-container--filter-select .select2-selection {
        width: 100%;
    }

    .select2-container.select2-container--filter-select .select2-selection--single, 
    .select2-container.select2-container--filter-select .select2-selection--multiple,
    .live-filter-search {
        min-height: 36px;
        height: 36px;
        padding: 0 13px;
        border-radius: 4px;
        font-size: 13px !important;
    }
    .select2-container.select2-container--filter-select .select2-results__options * {
        font-size: 13px;
    }
    .live-filter-field--fg1,
    .live-filter-sort {
        width: 100%;
        flex-grow: 1;
        margin-right: 0;
    }

    .live-filter-field--select {
        flex-grow: 1;
    }
    .live-filter-sort__item {
        flex-grow: 1;
    }
}

@media (max-width: 330px) {
    .live-filter-field--fg1,
    .live-filter-field--sort {
        width: 100%;
		
        flex-grow: 1;
        margin-right: 0;
    }
    .live-filter-item {
        font-size: 11px;
    }
}


.search-suggest-form__hint {
    position: absolute;
    z-index: 10;
    top: 100%;
    right: 0;
    left: 0;
}

.search-suggest-form__hint-list {
    position: relative;
    max-height: 300px;
    padding: 5px;
    overflow: auto;
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.search-suggest-form__hint-item {
    padding: 6px;
    cursor: pointer;
}
.search-suggest-form__hint-item:hover,
.search-suggest-form__hint-item:focus {
    background: #dddddd;
}

.search-hint-parent {
    position: relative;
	margin-right: 0px;
	width: 100%;
}
.district-option-hide{
	display: none !important;
}
.hidden {
	display: none;
}

.selected-filter-block {
	width: 100%;
    margin-top: 15px;
}
.selected-filter-block .selected-filter-items {
	display: flex;
    justify-content: center;
    align-items: center;
}
.selected-filter-items .selected-filter-item {
	background: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 13px;
	box-shadow: 0px 8px 10px rgb(0 0 0 / 5%);
}
.selected-filter-item .name {
	font-size: inherit;
	cursor: default;
}
.selected-filter-item .name span.name-filter {
	color: #b1b1b1;
}
.selected-filter-item .item-close {
	background: url(/bitrix/templates/live/images/close.png) no-repeat;
	width: 10px;
    height: 10px;
    display: inline-block;
    background-size: 100%;
	cursor: pointer;
	margin-left: 10px;
}


.form_filter_checkboxes_inline_container {
	border-radius: 4px 4px 4px 4px;
    overflow: hidden;
	display: inline-flex;
	border: 1px solid #ff1216;
	width: 100%;
}
.form_filter_checkboxes_inline_container .form_filter_field-checkbox_inline {
	width: inherit;
	height: 44px;
	display: flex;
    justify-content: center;
	border-right: 1px solid #eee;
}
.form_filter_field-checkbox_inline:last-child {
	border-right: none;
}
.form_filter_field-checkbox_inline label{
	display: flex;
    justify-content: center;
    align-items: center;
	border-radius: 0;
    border: 0;
	margin: 0px !important;
	padding: 8px 10px;
}
.new-radio-check {
    display: none;
}
.new-radio {
    position: relative;
    z-index: 2;
    text-align: center;
    width: 100%;
    padding: 4px 18px;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
    background: #fff;
    min-width: 50px;
    margin-bottom: 7px;
    border: 1px solid #dddddd;
}

label.new-radio:hover {
    background: #d4cdcd !important;
}

.new-radio-check:checked + .new-radio, .new-radio--red {
    color: #ffffff;
    background: #EB1E22;
}
/* End */


/* Start:/local/templates/new.live/components/bitrix/system.pagenavigation/custom/style.css?1730046253476*/
a.page-prev, a.page-next {
	display: block;
	height: 52px;
	margin: 16px 10px;
	width: 12px;
}
a.page-prev {
	background: url('/local/templates/new.live/components/bitrix/system.pagenavigation/custom/images/arrow-left.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}
a.page-next {
	background: url('/local/templates/new.live/components/bitrix/system.pagenavigation/custom/images/arrow-right.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 10px;
}

.last-news__pagination{
	margin-top: -17px!important;
    margin-bottom: -10px!important;
}
/* End */


/* Start:/local/components/ilsn/catalog.section/templates/.default/style.css?17189682564419*/
@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;
}

strong.red {
	color: #ff1216;
}

.news-detail {
	margin: 30px 0;
}

@media (min-width: 1150px) {
	.news-detail .news-detail__image {
		padding-bottom: 40px;
	}
}

div.developers .news-element-post__images--vertical img {
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

div.complexes-video-icon {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 9999;
}
h2.developers-list {
	font-size: 20px;
}


.news-element-post .news-element-post__images {
	border-radius: 8px 8px 0px 0px;
	overflow: hidden;
}
.news-element-post .news-element-post__content {
	border-radius: 0px 0px 8px 8px;
}
/* End */


/* Start:/local/templates/new.live/components/bitrix/catalog.section.list/complexes/style.min.css?16989557976633*/
.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;}.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; }.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; }.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; }@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; }}@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; }}@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; }.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/new.live/components/bitrix/catalog/complexes/style.css?17182614641122 */
/* /local/components/ilsn/complexes.filter/templates/.default/style.css?17300339418853 */
/* /local/templates/new.live/components/bitrix/system.pagenavigation/custom/style.css?1730046253476 */
/* /local/components/ilsn/catalog.section/templates/.default/style.css?17189682564419 */
/* /local/templates/new.live/components/bitrix/catalog.section.list/complexes/style.min.css?16989557976633 */
