

/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?168905436916341*/
.bx-filter{
	margin: 0;
	padding: 20px 30px;
	background: linear-gradient(180deg, #E5E5E5 0%, #999999 100%);
	border-radius: 30px 0;
}
.bx-filter-head{
	display: none;
}
.bx-filter-section {
	position: relative;
}
.bx-filter-parameters-box-price{
	margin-top: 0;
}
.bx-filter-container-modef{
	display: none;
}
.bx-filter-popup-result {
	font-weight: 500;
	font-size: 16px;
	position: absolute;
	z-index: 12;
	display: none;
	margin-top: -30px;
	margin-left: 0;
	padding: 25px;
	white-space: nowrap;
	min-height: 0;
	line-height: 1.5;
	background: #fff;
	color: #101010;
	border-radius: 5px;
	border: none;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.bx-filter-popup-result.right {
	right:0;
}
.bx-filter-popup-result.left {
	left: 0;
}
.bx-filter-popup-result-action{
	margin-top: 12px;
}
.bx-filter-popup-result-action .btn{
	width: 100%;
	font-size: 12px;
	height: 50px;
}
.bx-filter-popup-result-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 10px;
	cursor: pointer;
	opacity: .7;
	transition: opacity .2s;
}
.bx-filter-popup-result-close:hover{
	opacity: 1;
}
.bx-filter-parameters-box{
	position: relative;
	margin-right: 0;
	width: 20%;
}
.bx-filter-parameters-box + .bx-filter-parameters-box{
	margin-left: 10px;
}
.bx-filter-parameters-box-title {
	font-size: 16px;
	color: #333;
	cursor: pointer;
}
.bx-filter-parameters-box-hint{
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 62px;
	background: #fff;
	border-radius: 10px;
	padding: 0 20px;
	transition: background .2s;
}
.bx-filter-parameters-box-hint:hover{
	background: #eee;
}
.bx-filter-parameters-box-title .fa{
	flex-shrink: 0;
	margin-left: 10px;
	position: relative;
	display: block;
	font-size: 9px;
	color: #333;
	transition: transform .2s;
}
.bx-active .bx-filter-parameters-box-title .fa.fa-angle-up{
	transform: rotate(180deg);
}
.bx-filter-input-container input {
	display: block;
	margin: 0;
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	padding: 10px;
	line-height: 1;
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	background: #fff;
	outline: none;
	transition: border .2s;
}
.bx-filter-input-container input:focus{
	border-color: #0c52ec;
}

.bx-filter-block {
	display: none;
	transition: padding .3s ease;
	position: absolute;
	left: 0;
	right: 0;
	width: 280px;
	top: calc(100% + 7px);
	border: 1px solid rgba(162,169,173,.3);
	box-shadow: 0 15px 20px rgba(0,0,0,.02);
	border-radius: 10px;
	background: #fff;
	margin: 0;
	z-index: 11;
	padding: 12px 0;
	max-height: 300px;
	overflow: initial;
	overflow-y: auto;
	scrollbar-width: thin;
	height: auto !important;
}
.bx-filter-button-box .bx-filter-block,
.bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}
.bx-filter-parameters-box::-webkit-scrollbar-track {
	background: #eee;
}
.bx-filter-parameters-box::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #eee;
}
.bx-filter-parameters-box::-webkit-scrollbar-thumb {
	background: #666;
}
.bx-filter-parameters-box-item {
	display: flex;
	align-items: center;
	padding: 10px 15px;
}
.bx-filter-parameters-box-item .ui.checkbox {
	width: 100%;
}
.bx-filter-parameters-box-item .ui.checkbox.disabled{
	opacity: .3;
}
.bx-filter-parameters-box-item .ui.checkbox label {
	font-size: 15px;
	font-weight: 400;
	display: block;
	width: 100%;
	color: #000;
}
.bx-filter-parameters-box-item .ui.checkbox input:checked~label{
	font-weight: 500;
}
.bx-filter-parameters-box-price-block{
	display: flex;
	justify-content: center;
	padding: 8px 20px;
}
.bx-filter-parameters-box-price-block .bx-ft-sub {
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-style: normal;
	text-transform: lowercase;
	color: #888;
}
.bx-filter-parameters-box-price-block .bx-filter-parameters-box-container-block{
	position: relative;
	width: 100%;
}
.bx-filter-parameters-box-price-block .bx-right{
	margin-left: 8px;
}
.bx-filter-parameters-box-price-block input {
	padding-left: 40px;
}
.bx-filter-form{
	margin: 0;
}
.bx-filter-form,
.bx-filter-parameters-box-row {
	display: flex;
	align-items: center;
}
.bx-filter-parameters-box-row{
	flex-grow: 1;
	margin-right: 10px;
}
.bx-filter-button-box .bx-filter-block{
	margin: 0;
}
.bx-filter-button-box .bx-filter-parameters-box-container{
	padding: 0;
}
.bx-filter-button-box {
	display: none;
}
.bx-filter-wrap-submit{
	margin-left: auto;
}
.bx-filter-submit{
	width: 240px;
	height: 62px;
	font-size: 18px;
}


/*
*Track
*
*/
.bx-ui-slider-track-container {
	padding: 5px 20px 5px 20px;
	overflow: hidden;
	z-index: 1;
}
.bx-ui-slider-track {
	position: relative;
	height: 2px;
	margin-left: 1px;
	margin-right: 1px;
	background: #eee;
}
.bx-ui-slider-part {
	display: none;
}
.bx-ui-slider-part.p1 {
	left: 0;
}
.bx-ui-slider-part.p2 {
	right: 0;
}
.bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/
	position: absolute;
	top: -16px;
	left: 50%;
	display: none;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-ui-slider-part.p2 span,
.bx-ui-slider-part.p3 span,
.bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-ui-slider-range {
	z-index: 5;
}
.bx-ui-slider-pricebar {
	z-index: 5;
}
.bx-ui-slider-pricebar-vd {
	z-index: 2;
	/*background: #849da4;/* COLOR */
}
.bx-ui-slider-pricebar-vn {
	z-index: 0;
	/*background: #a8dff3;/* COLOR */
}
.bx-ui-slider-pricebar-v {
	z-index: 4;
	background: #000;
	/*background: #499fd8;/* COLOR */
}
.bx-ui-slider-handle {
	position: absolute;
	top: -5px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #2A2A2A;
	border-bottom: none;
	z-index: 10;
}
.bx-ui-slider-handle:hover {
	-webkit-cursor: grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-ui-slider-handle:active {
	-webkit-cursor: grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-ui-slider-handle.left {
	left: 0;
	margin-left: -1px;
}
.bx-ui-slider-handle.right {
	right: 0;
	margin-right: -1px;
}



/*
*	Select
*
*/

.bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/*.bx-filter-select-container.bx-active,
.bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter-select-container.bx-active,
.bx-retina .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
.bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	border-radius: 2px;
	background: #fff;
}
.bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-tag-link.bx-active,
.bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin: 2px;
}
.bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}

.bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter-param-text {
	font-weight: normal;
}
.bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}





/*
* 	BTN
*
*/

.bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-moz-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-ms-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}
.bx-retina .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-moz-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/.default/components/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/* --- colors */
.bx-filter-param-btn.bx-color-sl {}

.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	box-shadow: none
}
.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nitemadrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	-webkit-background-size: cover;
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/
	color: #000;
	border-color: transparent;
}
@media only screen and (max-width: 1330px) {
	.bx-filter {
		padding: 20px;
	}
	.bx-filter-submit {
		width: 180px;
		font-size: 16px;
	}
	.bx-filter-parameters-box-hint {
		padding: 0 15px;
	}
}
@media only screen and (max-width: 1160px) {
	.bx-filter {
		border-radius: 10px;
		background: #e5e5e5;
	}
	.bx-filter-form, .bx-filter-parameters-box-row {
		flex-wrap: wrap;
	}
	.bx-filter-parameters-box-row {
		margin-right: 0;
	}
	.bx-filter-parameters-box {
		width: 100%;
	}
	.bx-filter-parameters-box + .bx-filter-parameters-box {
		margin-left: 0;
		margin-top: 10px;
	}
	.bx-filter-parameters-box-hint {
		height: 50px;
	}
	.bx-filter-wrap-submit {
		margin-left: 0;
		margin-top: 12px;
		width: 100%;
	}
	.bx-filter-submit {
		width: 100%;
	}
	.bx-filter-block {
		width: 100%;
		box-shadow: 0 15px 20px rgba(0,0,0,.15);
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/sb-map-objects/style.css?168905436956*/
.sb-map-objects .sb-head-title{
	text-align: center;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16890543692284*/
.b-pagination{
	display: flex;
	flex-direction: column;
}
.b-pagination-loader .b-preloader {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
	margin-top: 50px;
}
.b-pagination-more{
	margin-top: 30px;
	text-align: center;
	order: 1;
}
.b-pagination-btn-more{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	width: 320px;
	height: 80px;
	font-weight: 500;
	font-size: 17px;
	border: 1px solid rgba(0,0,0,.3);
	border-radius: 10px;
	transition: border .2s;
}
.b-pagination-btn-more .btn-icon{
	stroke: #000;
	color: transparent;
	font-size: 25px;
	margin-right: 20px;
}
.b-pagination-btn-more:hover {
	border-color: #000;
}
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.pagination-pn{
	flex-shrink: 0;
}
.pagination-list{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-left: 4px;
	margin-right: 4px;
}
.pagination-list li{
	padding-left: 4px;
	padding-right: 4px;
}
.pagination-list a,
.pagination-list span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none;
	cursor: pointer;
	color: #fff;
	background: #161721;
	border-radius: 10px;
	transition: color .2s, background .2s;
}
.pagination-list span{
	background: linear-gradient(180deg, #057FCE 0%, rgba(86, 177, 236, 0.97) 100%) !important;
	color: #fff !important;
}
.pagination-pn-link{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	padding: 0;
	width: 110px;
	height: 40px;
	background: #161721;
	border-radius: 10px;
	transition: background .2s;
}
.pagination-pn-link-icon{
	display: none;
}
.pagination-pn-link:hover{

}

@media only screen and (max-width: 1160px) {
	.pagination-list {
		margin-left: -3px;
		margin-right: -3px;
	}
	.pagination-list li {
		margin: 0 3px;
	}
	.pagination-pn{
		display: none;
	}
	.pagination-list a, .pagination-list span {
		width: 32px;
		height: 32px;
		font-size: 13px;
	}
	.b-pagination-btn-more{
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/objects_map/style.css?16890543696882*/
.objects-map {
	position: relative;
	border-radius: 0 20px;
	overflow: hidden;
	height: 140px;
	background: #eee;
}
.objects-map.is-open {
	height: 600px;
	border-radius: 30px 0;
}
.objects-map.is-open .objects-map-map {
	pointer-events: auto;
}
.objects-map-map {
	width: 100%;
	height: 100%;
	pointer-events: none;
}
.objects-map-btn {
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
	width: auto;
	height: 50px;
	padding: 0 45px;
	background: #fff;
	border: 1px solid #E9E9E9;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	border-radius: 10px 0;
	z-index: 2;
	transition: box-shadow .2s;
}
.objects-map-btn:hover {
	box-shadow: none;
}
.objects-map-map [class$=-copyrights-pane] {
	display: none;
}
.objects-map-map [class$=-balloon__layout] {
	background: transparent !important;
	box-shadow: 0 15px 20px rgba(0, 0, 0, .02);
	overflow: visible;
}
.objects-map-map [class$=-balloon__close-button] {
	width: 34px;
	height: 34px;
	position: relative;
	top: 0;
	opacity: 1;
	background-size: 10px;
}
.objects-map-map [class$=-balloon-panel] .balloonmap {
	width: 100%;
}
.objects-map-map [class*=-balloon][class*=-balloon_layout_normal][class*=-i-custom-scroll] {
	padding: 0;
	box-shadow: none;
}
.objects-map-map [class$=-balloon__content] {
	margin: 0 !important;
	border-radius: 10px;
	overflow: hidden;
	padding: 0;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.objects-map-map [class$=-balloon__content] > ymaps {
	height: auto !important;
	width: auto !important;
}
.objects-map-map [class*=b-cluster-tabs][class$=b-cluster-content] {
	display: flex;
	padding: 0;
	height: auto !important;
	width: 490px !important;
	min-width: 280px;
}
.objects-map-map [class$=-b-cluster-content__header] {
	display: none;
}
.objects-map-map [class$=-b-cluster-tabs__section_type_nav] {
	flex-shrink: 0;
	width: 190px !important;
}
.objects-map-map [class$=-b-cluster-tabs__menu] {
	height: auto !important;
	max-height: 500px;
}
.objects-map-map [class$=-b-cluster-tabs__menu-item],
.objects-map-map [class$=-b-cluster-tabs__menu-item_current_yes] {
	padding: 10px;
	background: #eee;
	border-bottom: 1px solid #eee;
	border-bottom-color: transparent;
	box-shadow: none !important;
	border-radius: 0 !important;
	margin: 0;
}
.objects-map-map [class$=-b-cluster-tabs__menu-item_current_yes] {
	background: #fff;
}
.objects-map-map [class$=-b-cluster-tabs__menu-item-text] {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	color: #000;
}
.objects-map-map [class$=-b-cluster-tabs__menu-item_current_yes] [class$=-b-cluster-tabs__menu-item-text] {
	font-weight: 600;
}
.objects-map-map [class$=-b-cluster-tabs__section_type_content] {
	width: calc(100% - 190px);
	padding: 0;
	height: auto !important;
	margin: 0;
	box-sizing: border-box;
}
.objects-map-map [class$=-b-cluster-content__body] {
	margin: 0;
	padding: 0;
}
.objects-map-map [class$=-b-cluster-content__body] .balloonmap {
	border-top: none;
	width: 100%;
	border-radius: 0;
	box-shadow: none;
}
.objects-map-map [class$=-b-cluster-tabs__item-body] {
	padding: 0;
}
.objects-map-map [class$=-balloon__tail] {
	display: none;
}
.objects-map-map [class$=-balloon__close] {
	position: absolute;
	float: none;
	margin: 0;
	top: -17px;
	right: -17px;
	z-index: 2;
}
.objects-map-map [class$=-balloon__close-button] {
	width: 34px;
	height: 34px;
	z-index: 2;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0 4px 4px rgba(0, 0, 0, .05);
}
.objects-map-map [class$=-balloon-content__header] {
	display: none;
}
.balloonmap{
	width: 300px;
}
.balloonmap-thumb {
	position: relative;
	height: 180px;
}
.balloonmap-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.balloonmap-body {
	padding: 20px 30px;
}
.balloonmap-name {
	margin-bottom: 5px;
}
.balloonmap-name-link {
	font-size: 18px;
	line-height: 1.5;
	text-decoration-line: underline;
	color: #0084DB;
}
.balloonmap-price {
	font-weight: 700;
	font-size: 20px;
	line-height: 1.4;
	color: #333;
}
.balloonmap-props {
	margin-top: 5px;
	font-size: 14px;
	line-height: 1.4;
}
.balloonmap-props span {
	text-transform: uppercase;
}
.balloonmap-action {
	margin-top: 12px;
}
.balloonmap-action-btn {
	width: 132px;
	height: 36px;
	font-weight: 400;
	font-size: 14px;
	border-radius: 5px;
}

@media only screen and (max-width: 1160px) {
	.objects-map {
		border-radius: 10px;
	}
	.objects-map.is-open {
		height: 80vh;
		min-height: 400px;
		border-radius: 10px;
	}
	.objects-map-btn {
		width: 260px;
		font-size: 14px;
		padding: 0 20px;
		border-radius: 10px;
	}
	.objects-map-map [class*=b-cluster-tabs][class$=b-cluster-content] {
		width: 440px !important;
	}
	.objects-map-map [class$=-b-cluster-tabs__section_type_nav] {
		width: 140px !important;
	}
	.objects-map-map [class$=-b-cluster-tabs__menu] {
		max-height: 380px;
	}
	.objects-map-map [class$=-b-cluster-tabs__menu-item],
	.objects-map-map [class$=-b-cluster-tabs__menu-item_current_yes] {
		padding: 7px;
	}
	.objects-map-map [class$=-b-cluster-tabs__menu-item-text] {
		font-size: 12px;
	}
	.objects-map-map [class$=-b-cluster-tabs__section_type_content] {
		width: calc(100% - 140px);
	}
	.balloonmap {
		width: 240px;
	}
	.balloonmap-thumb {
		height: 150px;
	}
	.balloonmap-body {
		padding: 15px;
	}
	.balloonmap-name-link {
		font-size: 16px;
		line-height: 1.3;
	}
	.balloonmap-price {
		font-size: 18px;
	}
	.balloonmap-props {
		font-size: 12px;
	}
	.balloonmap-action {
		margin-top: 8px;
	}
}

@media only screen and (max-width: 340px) {
	.objects-map-map [class*=-balloon_layout_panel] {
		border-radius: 10px 0 10px 10px;
	}
	.objects-map-map [class$=-balloon__content] > ymaps {
		max-height: 300px;
		overflow-x: hidden;
	}
	.objects-map-map [class$=-balloon__close] {
		top: 0;
		right: 0;
	}
	.objects-map-map [class$=-balloon__close-button] {
		border-radius: 0;
	}
	.objects-map-map [class*=b-cluster-tabs][class$=b-cluster-content] {
		width: auto !important;
		flex-direction: column;
	}
	.objects-map-map [class$=-b-cluster-tabs__section_type_nav] {
		width: auto !important;
	}
	.objects-map-map [class$=-b-cluster-tabs__menu] {
		max-height: 100%;
		display: flex;
		overflow: auto;
	}
	.objects-map-map [class$=-b-cluster-tabs__menu-item],
	.objects-map-map [class$=-b-cluster-tabs__menu-item_current_yes] {
		display: flex;
		align-items: center;
		padding: 7px;
		width: 150px;
		flex-shrink: 0;
	}
	.objects-map-map [class$=-b-cluster-tabs__menu-item-text] {
		font-size: 10px;
		line-height: 1.2;
	}
	.objects-map-map [class$=-b-cluster-tabs__section_type_content] {
		width: calc(100% + 17px);
		/*margin-top: -17px;*/
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/objects/style.css?16890543691383*/
.objects-map-div{
	margin-bottom: 65px;
}
.objects-grid{
	display: flex;
	flex-wrap: wrap;
	margin-top: -48px;
	margin-left: -8px;
	margin-right: -8px;
}
.objects-grid-item{
	width: 33.33%;
	padding-left: 8px;
	padding-right: 8px;
	margin-top: 48px;
}
.objects-grid-item:nth-child(3n+1) .item-object-thumb{
	border-radius: 30px 0 0 0;
}
.objects-grid-item:nth-child(3n) .item-object-thumb{
	border-radius: 0 0 30px 0;
}
.objects-text{
	margin-top: 90px;
}
.objects-ffilter {
	display: none;
}
@media only screen and (max-width: 1160px) {
	.objects-map-div {
		margin-bottom: 30px;
	}
	.objects-ffilter {
		display: block;
		position: fixed;
		bottom: 15px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 11;
	}
	.ffilter-btn {
		width: 160px;
		height: 36px;
		background: linear-gradient(180deg, #057FCE 0%, rgba(86, 177, 236, 0.97) 100%);
		box-shadow: 0 4px 20px rgba(0,0,0,.05);
		border-radius: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		color: #fff;
		cursor: pointer;
	}
	.ffilter-btn-text{
		font-size: 15px;
		margin-left: 10px;
	}
}
@media only screen and (max-width: 900px) {
	.objects-grid{
		margin-top: -30px;
	}
	.objects-grid-item {
		width: 50%;
		margin-top: 30px;
	}
}
@media only screen and (max-width: 500px) {
	.objects-grid-item {
		width: 100%;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.item/object/style.css?16890543692302*/
.item-object{
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
}
.item-object-thumb {
	position: relative;
	display: block;
	padding-bottom: 70%;
	overflow: hidden;
}
.item-object-thumb img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .2s;
	overflow: hidden;
}
.item-object-thumb:hover img{
	opacity: .7;
}
.item-object-body {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	margin-top: 12px;
	overflow: hidden;
}
.item-object-location-link {
	display: inline-flex;
	align-items: center;
	color: #707070;
	transition: color .2s;
}
.item-object-location-link:hover{
	color: #000;
}
.item-object-location-link-icon {
	margin-right: 8px;
}
.item-object-location-link-text {
	font-weight: 600;
	font-size: 17px;
	line-height: 1.5;
}
.item-object-name{
	margin-top: 3px;
}
.item-object-name-link {
	font-weight: 600;
	font-size: 20px;
	line-height: 1.5;
	transition: color .2s;
}
.item-object-name-link:hover{
	color: #057FCE;
}
.item-object-props {
	margin-top: 10px;
}
.item-object-props-item{
	font-size: 17px;
	line-height: 1.5;
	color: #707070;
}
.item-object-props-item > span{
	text-transform: uppercase;
}
.item-object-prices{
	margin-top: auto;
	padding-top: 9px;
	display: flex;
}
.item-object-prices .price{
	font-weight: 600;
	font-size: 24px;
	line-height: 1.5
}
.item-object-prices .price-old{
	margin-right: 30px;
	color: #A3A3A3;
	text-decoration-line: line-through;
}
.item-object-prices .price-old + .price{
	color: #f00;
}
@media only screen and (max-width: 1160px) {
	.item-object-thumb {
		border-radius: 10px !important;
		box-shadow: 0 5px 15px rgba(0,0,0,.2);
	}
	.item-object-location-link-icon {
		margin-right: 6px;
		font-size: 12px;
	}
	.item-object-location-link-text {
		font-weight: 400;
		font-size: 14px;
		line-height: 1.2;
	}
	.item-object-name-link {
		font-size: 18px;
		line-height: 1.3;
	}
	.item-object-props {
		margin-top: 5px;
	}
	.item-object-props-item {
		font-size: 12px;
	}
	.item-object-prices {
		padding-top: 3px;
	}
	.item-object-prices .price {
		font-size: 18px;
	}
	.item-object-prices .price-old {
		margin-right: 15px;
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/sb-pdf/style.css?16890543691751*/
.sb-pdf{
	background: linear-gradient(1.06deg, #0D0E19 1.64%, #151520 27.21%, #181823 47.67%, #1C1B26 75.28%, #181722 99.83%);
}
.sb-pdf .container{
	position: relative;
	min-height: 940px;
	display: flex;
	align-items: center;
}
.sb-pdf-content {
	position: relative;
	padding: 70px 0;
	color: #fff;
	z-index: 1;
}
.sb-pdf-title {
	max-width: 660px;
}
.sb-pdf-title .st{
	color: #FFCC00;
}
.sb-pdf-sub-title {
	margin-top: 14px;
	max-width: 480px;
	font-size: 19px;
	line-height: 1.4;
}
.sb-pdf-action{
	margin-top: 80px;
}
.sb-pdf-action-btn{
	padding: 0 40px;
	width: 460px;
	height: 90px;
}
.sb-pdf-action-btn .btn-icon{

}
.sb-pdf-finfo {
	margin-top: 25px;
	display: flex;
}
.sb-pdf-finfo-icon {
	flex-shrink: 0;
	color: transparent;
	stroke: rgba(255,255,255,.5);
	margin-right: 16px;
}
.sb-pdf-finfo-text {
	line-height: 1.4;
	opacity: 0.5;
}
.sb-pdf-media {
	position: absolute;
	right: calc(50% - 1000px);
	bottom: 0;
	height: 100%;
}
.sb-pdf-media img{
	max-width: none;
	height: 100%;
}

@media only screen and (max-width: 1160px) {
	.sb-pdf {
		border-radius: 10px;
	}
	.sb-pdf .container {
		min-height: 0;
	}
	.sb-pdf-content {
		padding: 60px 0;
		text-align: center;
		width: 100%;
	}
	.sb-pdf-media{
		display: none;
	}
	.sb-pdf-title {
		margin-left: auto;
		margin-right: auto;
	}
	.sb-pdf-sub-title {
		font-size: 18px;
		margin-left: auto;
		margin-right: auto;
	}
	.sb-pdf-action {
		margin-top: 30px;
	}
	.sb-pdf-action-btn {
		padding: 0 20px;
		width: 100%;
		max-width: 380px;
		height: 80px;
		line-height: 1.3;
	}
	.sb-pdf-finfo {
		margin-top: 25px;
		display: flex;
		justify-content: center;
		text-align: left;
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/sb1/style.css?16890543691032*/
.sb1 {
	position: relative;
	background: #eee;
	display: flex;
	align-items: center;
	min-height: 1040px;
}
.sb1 .b-form {
	position: absolute;
	left: calc(50% - 720px);
	width: 710px;
	z-index: 1;
}
.sb1-map {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sb1-map [class$=-copyrights-pane]{
	display: none;
}
.sb1-map [class$=-ground-pane]{
	filter: grayscale(1);
}
.sb1-map .balloon-t1{
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
}
.sb1-map .balloon-t2{
	font-size: 16px;
	line-height: 1.3;
}
@media only screen and (max-width: 1500px) {
	.sb1 .b-form {
		left: calc(50% - 650px);
	}
}
@media only screen and (max-width: 1330px) {
	.sb1 {
		min-height: 900px;
	}
	.sb1 .b-form {
		left: calc(50% - 550px);
		width: 600px;
		padding: 40px;
	}
}
@media only screen and (max-width: 1160px) {
	.sb1 {
		min-height: 0;
	}
	.sb1 .b-form {
		width: 100%;
		position: static;
		padding: 60px 15px;
	}
	.sb1-map{
		display: none
	}

}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/form/style.css?16890543692101*/
.b-form {
	padding: 60px 70px;
	background: #fff;
}
.b-form-title {
	font-weight: 400;
	text-transform: none;
}
.b-form-sub-title {
	margin-top: 20px;
	font-size: 19px;
	line-height: 1.5;
	color: #606060;
}
.b-form .form-group {
	margin-top: 22px;
	display: flex;
	align-items: flex-start;
}
.b-form .form-label {
	width: 195px;
	padding-right: 15px;
	line-height: 1.2;
	font-size: 20px;
	font-weight: 600;
	margin: 20px 0 0 0;
}
.b-form .b-input-group {
	margin-left: 195px;
	width: calc(100% - 195px);
}
.b-form .form-label + .b-input-group{
	margin-left: 0;
}
.b-form .form-group-type .form-label {
	margin-top: 8px;
}
.b-form .ui.dropdown.selection {
	width: 100%;
	font-size: 17px;
	line-height: 1;
	padding: 20px;
	border-radius: 10px;
	border-color: #CDCDCD !important;
}
.b-form .ui.selection.dropdown>.dropdown.icon {
	top: 9px;
	right: 6px;
	margin: 0;
}
.b-form .ui.selection.dropdown .menu {
	border-color: #CDCDCD !important;
}
.b-form .form-group-comment {
	margin-top: 25px;
}
.b-form-comment-link{
	font-size: 17px;
	color: #0084DB;
	border-bottom: 1px dotted #0084DB;
}
.b-form-comment-textarea{
	margin-top: 15px;
}
.b-form .form-group-action {
	margin-top: 30px;
	margin-left: 195px;
}
.b-form .form-group-private{
	margin-left: 195px;
}
.b-form-submit {
	width: 290px;
	font-size: 20px;
}
@media only screen and (max-width: 1160px) {
	.b-form-title {
		font-weight: 600;
		text-transform: uppercase;
		text-align: center;
	}
	.b-form-sub-title {
		margin-top: 10px;
		margin-bottom: 20px;
		font-size: 18px;
		text-align: center;
	}
	.b-form .form-group {
		margin-top: 16px;
		display: block;
	}
	.b-form .form-label {
		width: 100%;
		padding-right: 0;
		font-size: 16px;
		font-weight: 600;
		margin: 0 0 5px;
	}
	.b-form .b-input-group {
		margin-left: 0 !important;
		width: 100%;
	}
	.b-form .form-group-action {
		margin-top: 30px;
		margin-left: 0;
	}
	.b-form-submit {
		width: 100%;
		font-size: 18px;
	}
	.b-form .form-group-private {
		margin-left: 0;
	}
}
/* End */


/* Start:/local/templates/.default/components/skadium/include.block/form-private/style.css?1689054369393*/
.b-private{
	display: flex;
	align-items: baseline;
}
.b-private-icon{
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: 0;
	font-size: 13px;
	stroke: #D8D8D8;
	color: transparent;
}
.b-private-text{
	font-size: 10px;
	font-weight: 400;
	line-height: 1.5;
	color: #5B5554;
	position: relative;
	top: -5px;
}
.b-private-text .link{
	color: inherit;
	padding-bottom: 0;
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?168905436916341 */
/* /local/templates/.default/components/skadium/include.block/sb-map-objects/style.css?168905436956 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?16890543692284 */
/* /local/templates/.default/components/bitrix/catalog.section/objects_map/style.css?16890543696882 */
/* /local/templates/.default/components/bitrix/catalog.section/objects/style.css?16890543691383 */
/* /local/templates/.default/components/bitrix/catalog.item/object/style.css?16890543692302 */
/* /local/templates/.default/components/skadium/include.block/sb-pdf/style.css?16890543691751 */
/* /local/templates/.default/components/skadium/include.block/sb1/style.css?16890543691032 */
/* /local/templates/.default/components/skadium/include.block/form/style.css?16890543692101 */
/* /local/templates/.default/components/skadium/include.block/form-private/style.css?1689054369393 */
