html > body > main > div.filter > button.view-visual, html > body.visual > main > div.visual > div.controls > button.view-list, html > body.visual > main > div.visual.vertical > p.message > button
{
	
	display: inline-block;
	
	box-sizing: border-box;
	height: 56px;
	padding: 0 47px;
	margin: 0;
	
	font-size: 16px;
	font-weight: 700;
	line-height: 56px;
	white-space: nowrap;
	text-align: center;
	
	-webkit-appearance: none;
	
	   -moz-appearance: none;
	
	        appearance: none;
	
	color: white;
	background: #ae8a51;
	
	border: none;
	border-radius: 28px;
	
	transition: background 0.3s;
}
	
	html > body > main > div.filter > button.view-visual:not([disabled]), html > body.visual > main > div.visual > div.controls > button.view-list:not([disabled]), html > body.visual > main > div.visual.vertical > p.message > button:not([disabled])
	{
		cursor: pointer;
	}
	
	html > body > main > div.filter > button.view-visual:not([disabled]):focus, html > body > main > div.filter > button.view-visual:not([disabled]):hover, html > body.visual > main > div.visual > div.controls > button.view-list:not([disabled]):focus, html > body.visual > main > div.visual > div.controls > button.view-list:not([disabled]):hover, html > body.visual > main > div.visual.vertical > p.message > button:not([disabled]):focus, html > body.visual > main > div.visual.vertical > p.message > button:not([disabled]):hover
		{
			background: #bea374;
		}
/**
 * Сбросить оформление с details и скрыть контент
 */

/**
 * Сбросить всё оформление со стандартной кнопки
 */
html > body.visual > main > div.visual > section > button.back
{
	display: inline;
	
	box-sizing: content-box;
	padding: 0;
	margin: 0;
	
	-webkit-appearance: none;
	
	   -moz-appearance: none;
	
	        appearance: none;
	
	background: transparent;
	
	border: none;
	
	position: relative;
	
	display: block;
	overflow: hidden;
	
	width: 40px;
	height: 40px;
	
	text-indent: 40px;
	white-space: nowrap;
	
	color: white;
	background: rgba(255, 255, 255, 0.3);
	
	border-radius: 50%;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	
	transition: background-color 0.3s,
		color 0.3s;
}
html > body.visual > main > div.visual > section > button.back::before
	{
		position: absolute;
		top: 50%;
		left: 50%;
		
		width: 10px;
		height: 10px;
		
		content: "";
		
		border-top: 1px solid;
		border-right: 1px solid;
		
		/*transform: translate(calc(-50% + ($arrow-line / $arrow-size)), -50%) rotate(45deg);*/
		-webkit-transform: translate(-50%, -50%) translateX(2px) rotate(45deg);
		        transform: translate(-50%, -50%) translateX(2px) rotate(45deg);
	}
html > body.visual > main > div.visual > section > button.back::after
	{
		position: absolute;
		top: 50%;
		left: 50%;
		
		width: 20px;
		height: 1px;
		
		content: "";
		
		background: currentColor;
		
		-webkit-transform: translate(-50%, -50%);
		
		        transform: translate(-50%, -50%);
	}
html > body.visual > main > div.visual > section > button.back:not([disabled])
	{
		cursor: pointer;
	}
html > body > main > div.filter > h1, html > body.visual > main > div.visual > aside.tooltip > h2, html > body.visual > main > div.visual > section > aside.tooltip > h2, html > body.visual > main > div.visual > section > header > h2
{
	margin: 0 0 24px;
	
	font-family: "Circe",sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.09;

	color: #ae8a51;
}
html > body.visual > main > div.visual.vertical > p.message
{
	margin: 0 0 24px;
	
	line-height: 1.5;
}
html > body > main, html > body.visual > main > div.visual > section
{
	position: relative;
	z-index: 1;
	
	overflow: hidden;
	
	box-sizing: border-box;
	height: auto;
	min-height: 100vh;
	padding: 0 0 0 70px;
}
html > body > main > div.filter > button.view-visual, html > body.visual > main > div.visual > div.controls > button.view-list, html > body.visual > main > div.visual.vertical > p.message > button
{
	
	font-weight: 400;
	line-height: 50px;
	
	color: #384043;
	background-color: transparent;
	
	border: 2px solid white;
}
html > body > main > div.filter > button.view-visual:not([disabled]):hover, html > body > main > div.filter > button.view-visual:not([disabled]):focus, html > body.visual > main > div.visual > div.controls > button.view-list:not([disabled]):hover, html > body.visual > main > div.visual > div.controls > button.view-list:not([disabled]):focus, html > body.visual > main > div.visual.vertical > p.message > button:not([disabled]):hover, html > body.visual > main > div.visual.vertical > p.message > button:not([disabled]):focus
	{
		color: #4e585d;
		background: white;
	}
html > body.visual > main > div.visual > section > button.back:hover
{
	color: black;
	background-color: white;
	
	outline: none;
}

html > body.visual > main > div.visual > section > button.back::before
	{
		-webkit-transform: translate(-50%, -50%) translateX(-2px) rotate(-135deg);
		        transform: translate(-50%, -50%) translateX(-2px) rotate(-135deg);
	}
html > body > main > div.filter > h1, html > body.visual > main > div.visual > section > header > h2
{
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;

	color: #4e585d;
}
html > body.visual > main > div.visual > aside.tooltip > h2, html > body.visual > main > div.visual > section > aside.tooltip > h2
{
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;

	color: #384043;
}
html > body > main > div.filter
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	
	box-sizing: border-box;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: calc(31.25vw - 22px);
	padding: 50px calc(3.13vw - 2px) 100px calc(6.25vw - 4px);
	
	color: white;
	background-color: #4e585d;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
@supports (display: grid)
	{
	}

@supports (display: grid)
	{
		
		@media (max-width: 1099px)
		{
		}
	}

html > body.form-empty > main > div.filter > form > a
	{
		pointer-events: none;

		opacity: 0;
	}

html > body.ready > main
{
	opacity: 1;
}

html > body.visual > nav.main:not(.open)
	{
		border-right: none;
	}

html > body > main
{
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	
	opacity: 0;
	
	transition: opacity 0.8s;
}

html > body > main > div.visual
{
	display: none;
}

html > body.visual-loading > main
{
	pointer-events: none;
}

html > body.visual-loading > main::after
	{
	display: inline-block;
	
	width: 1em;
	height: 1em;
	
	border: 0 dotted transparent;
	border-top-width: 2px;
	border-top-color: rgba(255, 255, 255, 0.6);
	border-radius: 50%;
	
	-webkit-animation: rotate 0.8s linear infinite;
	
	        animation: rotate 0.8s linear infinite;
		
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		
		margin: auto;
		
		font-size: 40px;
		
		content: "";
	}

html > body.visual > main
{
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	
	color: white;
	background: black;
}

html > body.visual > main > div.apartments
{
	display: none;
}

html > body > main > div.apartments
{
	-webkit-flex-grow: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
}

html > body > main > div.filter
{
	
	-webkit-flex-direction: row;
	
	    -ms-flex-direction: row;
	
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-align-content: flex-start;
	    -ms-flex-line-pack: start;
	        align-content: flex-start;
	
	min-height: 100vh;
	padding-right: calc(6.25vw - 4px);
	padding-bottom: 20px;
}

html > body > main > div.filter > button.view-visual
{
	
	-webkit-flex-grow: 1;
	
	    -ms-flex-positive: 1;
	
	        flex-grow: 1;
	margin-bottom: 30px;
	
	color: white;
}

html > body > main > div.filter > h1
{
	
	-webkit-flex-grow: 2;
	
	    -ms-flex-positive: 2;
	
	        flex-grow: 2;
	margin-right: 60px;
	margin-bottom: 20px;

	color: #ae8a51;
}

html > body.visual-loading > main > div.visual
{
	opacity: 0;
	
	transition: none;
}

html > body.visual > main > div.filter
{
	
	position: relative; /* for &::bofore */
	z-index: 2;
	
	width: 100%;
	height: auto;
	min-height: 0;
	padding-top: 0;
	padding-bottom: 60px;
	
	opacity: 0;
	background: none;
	
	-webkit-transform: translateY(100%) translateY(80px);
	
	        transform: translateY(100%) translateY(80px);
	
	transition: opacity 0.3s,
		-webkit-transform 0.3s;
	
	transition: opacity 0.3s,
		transform 0.3s;
	
	transition: opacity 0.3s,
		transform 0.3s,
		-webkit-transform 0.3s;
}

html > body.visual > main > div.filter.visible
{
	opacity: 1;
	
	-webkit-transform: none;
	
	        transform: none;
}

html > body.visual > main > div.filter > button.view-visual
{
	display: none;
}

/**
 * Скрыть элемент визуально, но оставить доступным для читалок
 */

html > body.visual > main > div.filter > h1
{
	position: absolute;
	
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	
	width: 1px;
	height: 1px;
}

html > body.visual > main > div.visual
{
	position: absolute;
	top: 0;
	left: 0;
	
	display: block;
	
	width: 100%;
	height: 100vh;
	
	transition: opacity 0.3s;
}

html > body > main > div.apartments > table
{
	position: relative;
	
	width: 100%;
	
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
}

html > body > main > div.apartments > ul
{
	padding: 0;
	margin: 0;
	
	list-style: none;
}

html > body > main > div.filter > form
{
	width: 100%;
}

html > body > main > div.filter > form > a
{
	position: relative;

	padding-left: 24px;
	
	text-decoration: none;

	color: rgba(255, 255, 255, 0.85);

	transition: opacity 0.2s;
}

html > body > main > div.filter > form > a:hover::before, html > body > main > div.filter > form > a:hover::after
		{
			background: #ae8a51;
		}

html > body > main > div.filter > form > a::before, html > body > main > div.filter > form > a::after
	{
		position: absolute;
		top: 11px;
		left: 0;
		
		width: 16px;
		height: 2px;

		content: '';

		background: white;

		transition: background 0.2s;
	}

html > body > main > div.filter > form > a::before
	{
		-webkit-transform: rotate( 45deg );
		        transform: rotate( 45deg );
	}

html > body > main > div.filter > form > a::after
	{
		-webkit-transform: rotate( -45deg );
		        transform: rotate( -45deg );
	}

html > body.visual > main > div.filter > form
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
	-webkit-flex: auto;
	
	    -ms-flex: auto;
	
	        flex: auto;
}

html > body.visual > main > div.filter > form > a
{
	display: none;
}

html > body.visual > main > div.visual > aside.tooltip
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	display: none;
	
	padding: 10px 20px;
	
	color: #384043;
	background: white;
	
	border-radius: 3px;
}

html > body.visual > main > div.visual > aside.tooltip.visible
	{
		display: block;
	}

html > body.visual > main > div.visual > aside.tooltip > h2
{
	
	margin-bottom: 0;
}

html > body.visual > main > div.visual > aside.tooltip > h2 > small
	{
		font-size: 14px;
		font-weight: 400;
	}

html > body.visual > main > div.visual > aside.tooltip > p
{
	margin: 0;
	
	font-size: 14px;
}

html > body.visual > main > div.visual > div.controls
{
	position: absolute;
	top: 50px;
	right: calc(6.25vw - 4px);
	bottom: 60px;
	z-index: 2;
	
	pointer-events: none;
}

/**
 * Сбросить всё оформление со стандартной кнопки
 */

html > body.visual > main > div.visual > div.controls > button.toggle-filter
{
	display: inline;
	
	box-sizing: content-box;
	padding: 0;
	margin: 0;
	
	-webkit-appearance: none;
	
	   -moz-appearance: none;
	
	        appearance: none;
	
	background: transparent;
	
	border: none;
	
	position: absolute;
	right: 0;
	bottom: 0;
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
	
	width: 60px;
	height: 60px;
	
	pointer-events: auto;
	
	color: white;
	background: #ae8a51;
	
	border-radius: 50%;
	outline: none;
	
	box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);
	
	transition: color 0.3s;
}

html > body.visual > main > div.visual > div.controls > button.toggle-filter:not([disabled])
	{
		cursor: pointer;
	}

html > body.visual > main > div.visual > div.controls > button.toggle-filter:not([disabled]):hover, html > body.visual > main > div.visual > div.controls > button.toggle-filter:focus
	{
		background: #4e585d;
	}

html > body.visual > main > div.visual > div.controls > button.toggle-filter > svg
	{
		margin: auto;
		
		stroke: currentColor;
	}

html > body.visual > main > div.visual > div.controls > button.toggle-filter.changed::after
		{
			
			position: absolute;
			top: -2px;
			right: -2px;
			
			width: 20px;
			height: 20px;
			
			font-size: 15px;
			line-height: 22px;
			text-align: center;
			
			content: "!";
			
			color: white;
			background: #bea374;
			
			border-radius: 50%;
		}

/**
 * Сбросить всё оформление со стандартной кнопки
 */

html > body.visual > main > div.visual > div.controls > button.view-list
{
	
	pointer-events: auto;

	font-weight: 700;

	color: white;
}

html > body.visual > main > div.visual > section
{
	
	z-index: 1;
	
	padding: 50px calc(6.25vw - 4px)
		60px calc(6.25vw + 66px);
}

html > body.visual > main > div.visual > section::before
	{
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		z-index: 1;

		height: 200px;

		pointer-events: none;
		content: '';

		background: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	}

html > body.visual > main > div.visual > section > button.back
{
	
	position: absolute;
	top: 50px;
	z-index: 1;
	
	-webkit-transform: translateX(calc(-100% - 20px));
	
	        transform: translateX(calc(-100% - 20px));
}

/**
 * Сбросить всё оформление со стандартной кнопки
 */

html > body.visual > main > div.visual > section > button.switch-view
{
	display: inline;
	
	box-sizing: content-box;
	padding: 0;
	margin: 0;
	
	-webkit-appearance: none;
	
	   -moz-appearance: none;
	
	        appearance: none;
	
	background: transparent;
	
	border: none;
	
	position: relative;
	z-index: 1;
	
	display: block;
	
	height: 21px;
	padding: 0 0 0 37px;

	font-weight: 700;
	
	cursor: pointer;
	
	color: white;
	outline: none;
	background: url("images/choose/switch-view.svg") left center no-repeat;
}

html > body > main > div.apartments > table tr > td, html > body > main > div.apartments > table tr > th
{
	width: 15%;
	padding: 0 20px;
	
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	
	border-top: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
}

html > body > main > div.apartments > table tr > td.image, html > body > main > div.apartments > table tr > th.image
	{
		width: 17%;
		padding-left: 50px;
	}

html > body > main > div.apartments > table tr > td.floor, html > body > main > div.apartments > table tr > th.floor
	{
		width: 10%;
	}

html > body > main > div.apartments > table tr > td.other, html > body > main > div.apartments > table tr > th.other
	{
		/*width: 13%;*/
		width: 80px;
	}

html > body > main > div.apartments > table tr > td.total-cost, html > body > main > div.apartments > table tr > th.total-cost
	{
		text-align: right;
	}

html > body.visual > main > div.visual.vertical
{
	z-index: 1;
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

html > body.visual > main > div.visual.vertical > img.background
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	
	display: block;
	-webkit-flex: none;
	    -ms-flex: none;
	        flex: none;
	
	width: 100%;
	height: 100%;
	
	-webkit-filter: blur(10px);
	
	        filter: blur(10px);
	object-fit: cover;
	
	opacity: 0.4;
}

html > body.visual > main > div.visual.vertical > p.message
{
	
	max-width: 15em;
	padding-top: 129px;
	margin: auto;
	
	text-align: center;
	
	background: url("images/choose/horizontal-only.svg") center top no-repeat;
}

html > body.visual > main > div.visual.vertical > p.message > button
	{
		
		display: block;
		margin: 10px auto;
		
		color: white;
	}

html > body.visual > main > div.visual.vertical > p.message > button:not([disabled]):hover
		{
			color: #04150c;
		}

html > body > main > div.apartments > ul > li
{
	display: block;
	
	border-bottom: 1px solid #c2c2c2;
}

html > body > main > div.filter > form > ul.fields
{
	padding: 0;
	margin: 0;
	
	list-style: none;
}

html > body.visual > main > div.filter > form > ul.fields
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

html > body.visual > main > div.visual > section.floor > div.first-floor-notice
{
	position: absolute;
	top: 166px;
	right: calc(6.25vw - 4px);
	z-index: 1;

	box-sizing: border-box;
	width: 314px;
	padding: 16px 20px 16px 64px;

	cursor: pointer;

	border-radius: 3px;

	color: #384043;
	background: url( 'images/first-floor-notice.svg' ) 20px 16px no-repeat white;

	transition: background-color 0.2s, color 0.2s;
}

html > body.visual > main > div.visual > section.floor > div.first-floor-notice > h3, html > body.visual > main > div.visual > section.floor > div.first-floor-notice > p
	{
		margin: 0;
	}

html > body.visual > main > div.visual > section.floor > div.first-floor-notice > h3
	{
		margin-bottom: 4px;
		
		font-size: 17px;
		line-height: 1.5;
	}

html > body.visual > main > div.visual > section.floor > div.first-floor-notice > p
	{
		font-size: 14px;
		line-height: 1.43;
	}

html > body.visual > main > div.visual > section.floor > div.first-floor-notice > details
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;

		width: 100%;
		height: 100%;

		opacity: 0;
	}

html > body.visual > main > div.visual > section > aside.tooltip
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	
	display: none;
	
	padding: 10px 20px;
	
	color: #384043;
	background: white;
	
	border-radius: 3px;
}

html > body.visual > main > div.visual > section > aside.tooltip.visible
	{
		display: block;
	}

html > body.visual > main > div.visual > section > aside.tooltip.stage-1
{
	top: 66%;
	left: 50%;

	-webkit-transform: translateX( -50% );

	        transform: translateX( -50% );
}

html > body.visual > main > div.visual > section > aside.tooltip.stage-2
{
	top: 19%;
	left: 71%;
}

html > body.visual > main > div.visual > section > aside.tooltip > h2
{
	
	margin-bottom: 0;
}

html > body.visual > main > div.visual > section > aside.tooltip > h2 > small
	{
		font-size: 14px;
		font-weight: 400;
	}

html > body.visual > main > div.visual > section > aside.tooltip > p
{
	margin: 0;
	
	font-size: 14px;
}

html > body.visual > main > div.visual > section > div.items-list
{
	position: absolute;
	bottom: 4.69vh;
	left: 5vw;
	z-index: 1;
}

html > body.visual > main > div.visual > section > div.items-list > p.label
{
	margin: 0 0 5px;
}

html > body.visual > main > div.visual > section > div.items-list > ul
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	padding: 0;
	margin: 0;
	
	font-size: 28px;
	font-weight: 700;
	
	list-style: none;
	
	color: white;
}

html > body.visual > main > div.visual > section > div.items-list > ul > li
	{
		display: block;
		
		min-width: 0.5em;
		margin: 0 1em 0 0;
		
		cursor: pointer;
	}

html > body.visual > main > div.visual > section > div.items-list > ul > li.disabled
		{
			cursor: default;
			
			opacity: 0.3;
		}

html > body.visual > main > div.visual > section > div.map
{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 70px;
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
}

html > body.visual > main > div.visual > section > div.map > div.first-floor-notice
{
	position: absolute;
	top: 166px;
	right: calc(6.25vw - 4px);
	z-index: 1;

	box-sizing: border-box;
	width: 314px;
	padding: 16px 20px 16px 64px;

	cursor: pointer;

	border-radius: 3px;

	-webkit-backdrop-filter: blur( 10px );

	        backdrop-filter: blur( 10px );

	background: url( 'images/first-floor-notice.svg' ) 20px 16px no-repeat;

	transition: background-color 0.2s, color 0.2s;
}

html > body.visual > main > div.visual > section > div.map > div.first-floor-notice > h3, html > body.visual > main > div.visual > section > div.map > div.first-floor-notice > p
	{
		margin: 0;
	}

html > body.visual > main > div.visual > section > div.map > div.first-floor-notice > h3
	{
		margin-bottom: 4px;
		
		font-size: 17px;
		line-height: 1.5;
	}

html > body.visual > main > div.visual > section > div.map > div.first-floor-notice > p
	{
		font-size: 14px;
		line-height: 1.43;
	}

html > body.visual > main > div.visual > section > div.map > div.first-floor-notice > details
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;

		width: 100%;
		height: 100%;

		opacity: 0;
	}

html > body.visual > main > div.visual > section > div.map > img
{
	display: block;
	-webkit-flex: none;
	    -ms-flex: none;
	        flex: none;
	
	width: 100%;
	height: auto;
}

html > body.visual > main > div.visual > section > div.map > svg
{
	position: absolute;
	top: 50%;
	left: 50%;
	
	-webkit-flex: none;
	
	    -ms-flex: none;
	
	        flex: none;
	
	width: 100%;
	height: auto;
	
	-webkit-transform: translate(-50%, -50%);
	
	        transform: translate(-50%, -50%);
}

html > body.visual > main > div.visual > section > div.map > svg > path
	{
		fill: rgba(255, 255, 255, 0.15);
		stroke: rgba(255, 255, 255, 0.5);
		stroke-width: 2;
		stroke-linecap: round;
		stroke-linejoin: round;
		stroke-miterlimit: 10;
		
		transition: fill 0.3s;
	}

html > body.visual > main > div.visual > section > div.map > svg > path:not(.disabled):hover
		{
			cursor: pointer;
			
			fill: rgba(255, 255, 255, 0.5);
		}

html > body.visual > main > div.visual > section > div.map > svg > path.disabled
		{
			fill: rgba(255, 255, 255, 0);
		}

html > body.visual > main > div.visual > section > div.map > svg > path[data-target="1"][data-floor="yes"]
		{
			fill: rgba(174, 138, 81, 0.5);
			stroke: rgba(174, 138, 81, 0.75);
		}

html > body.visual > main > div.visual > section > div.map > svg > path[data-target="1"][data-floor="yes"]:not(.disabled):hover
			{
				fill: rgba(174, 138, 81, 0.5);
			}

html > body.visual > main > div.visual > section > div.map > svg > path[data-target="1"][data-floor="yes"].disabled
			{
				fill: rgba(128, 128, 128, 0);
			}

html > body.visual > main > div.visual > section > div.scheme
{
	position: absolute;
	z-index: 1;
	
	width: 130px;
}

html > body.visual > main > div.visual > section > div.scheme > svg
{
	display: block;
	
	width: 100%;
	height: auto;
}

html > body.visual > main > div.visual > section > div.scheme > svg > path
	{
		stroke: rgba(255, 255, 255, 0.6);
		fill: rgba(255, 255, 255, 0.1);
	}

html > body.visual > main > div.visual > section > div.scheme > svg > path.current
		{
			fill: #ae8a51;
		}

html > body.visual > main > div.visual > section > header
{
	position: relative;
	z-index: 1;
	
	display: inline-block;
}

html > body.visual > main > div.visual > section > header > a.back
{
	
	position: absolute;
	top: -8px;
	right: calc(100% - 10px);
	
	overflow: hidden;
	
	width: 10px;
	height: 20px;
	padding: 10px 20px;
	
	text-indent: calc(100% + 20px);
	white-space: nowrap;
	
	background: url("images/choose/header-back.svg") 20px center no-repeat;
}

html > body.visual > main > div.visual > section > header > div.overview
{
	position: absolute;
	bottom: calc(100% + 5px);
	
	font-size: 14px;
	white-space: nowrap;
}

html > body.visual > main > div.visual > section > header > div.overview > a
	{
		font-weight: 700;
		text-decoration: none;
		
		color: white;
	}

html > body.visual > main > div.visual > section > header > h2
{

	color: white;
	
	margin-bottom: 35px;
}

html > body.visual > main > div.visual > section > header > h2 > a
	{
		display: inline-block;
		
		text-decoration: none;
		
		border-bottom: 1px dashed rgba(255, 255, 255, 0.6);
	}

html > body.visual > main > div.visual > section > header > h2 > a:hover
		{
			border-bottom-color: rgba(78, 88, 93, 0.6);
		}

html > body.visual > main > div.visual > section > header > h2 > span.separator
	{
		display: inline-block;
		overflow: hidden;
		
		width: 0;
		height: 20px;
		padding-left: 10px;
		margin: 0 0.7ex;
		
		white-space: nowrap;
		
		opacity: 0.6;
		background: url("images/choose/breadcrumbs-separator.svg") no-repeat;
	}

html > body > main > div.apartments > table > thead > tr.fixed
{
	position: fixed;
	top: 0;
	z-index: 2;
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
	
	background: white;
}

html > body > main > div.apartments > table > thead > tr.fixed > th
	{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		
		-webkit-align-items: center;
		
		    -ms-flex-align: center;
		
		        align-items: center;
	}

html > body > main > div.apartments > table > thead > tr.fixed > th.total-cost
		{
			-webkit-justify-content: flex-end;
			    -ms-flex-pack: end;
			        justify-content: flex-end;
		}

html > body > main > div.apartments > table > thead > tr > th
{
	height: 60px;
	
	font-size: 14px;
	font-weight: 400;
}

html > body > main > div.apartments > ul > li > a
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 20px;
	
	text-decoration: none;
	
	color: inherit;
}

html > body > main > div.apartments > ul > li > a > div.favorites
{
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
	
	/* Временное отключение */
	pointer-events: none;
	visibility: hidden;
}

html > body > main > div.apartments > ul > li > a > div.favorites > input
	{
		position: absolute;
		z-index: -1;
		
		opacity: 0;
	}

html > body > main > div.apartments > ul > li > a > div.favorites > label
	{
		display: block;
		
		margin: auto;
		
		cursor: pointer;
	}

html > body > main > div.apartments > ul > li > a > div.favorites > label > svg
		{
			display: block;
			
			width: 20px;
			height: 20px;
			
			fill: none;
			stroke: rgba(56, 64, 67, 0.8);
			stroke-width: 2px;
			stroke-linejoin: round;
		}

html > body > main > div.apartments > ul > li > a > div.favorites > input:focus + label > svg, html > body > main > div.apartments > ul > li > a > div.favorites > label:hover > svg
		{
			stroke: #04150c;
		}

html > body > main > div.apartments > ul > li > a > div.favorites > input:checked + label > svg
		{
			fill: #04150c;
			stroke: #04150c;
		}

html > body > main > div.apartments > ul > li > a > div.image
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	-webkit-flex: none;
	
	    -ms-flex: none;
	
	        flex: none;
	width: 80px;
	height: 100%;
	margin-right: 15px;
}

html > body > main > div.apartments > ul > li > a > div.image > img
	{
		width: auto;
		max-width: 100%;
		height: auto;
		max-height: 100%;
	}

html > body > main > div.apartments > ul > li > a > ul.details
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	
	-webkit-flex: auto;
	
	    -ms-flex: auto;
	
	        flex: auto;
	padding: 0;
	margin: 0 10px 0 0;
	
	list-style: none;
}

html > body > main > div.apartments > ul > li > a > ul.details > li
	{
		margin: 0;
		
		white-space: nowrap;
	}

html > body > main > div.apartments > ul > li > a > ul.details > li.room
		{
			font-size: 24px;
			font-weight: 700;
			white-space: normal;
		}

html > body > main > div.apartments > ul > li > a > ul.details > li.room > small
			{
				font-size: 16px;
				font-weight: 400;
			}

html > body > main > div.apartments > ul > li > a > ul.details > li.cost.empty
			{
				opacity: 0.5;
			}

html > body > main > div.apartments > ul > li > a > ul.details > li.cost > ul
			{
				padding: 0;
				margin: 0;
		
				list-style: none;
			}

html > body > main > div.apartments > ul > li > a > ul.details > li.cost > ul > li:not(:last-child)
					{
						margin-bottom: 8px;
					}

html > body > main > div.apartments > ul > li > a > ul.details > li.cost > ul > li.color-label::before, html > body > main > div.apartments > ul > li > a > ul.details > li.cost > ul > li.color
					{
						color: #c00;
					}

html > body > main > div.apartments > ul > li > a > ul.details > li.cost > ul > li::before
					{
						display: block;
		
						font-size: 14px;
						
						content: attr( data-label );
		
						color: #999;
					}

html > body > main > div.filter > form > ul.fields > li
{
	display: block;
	
	margin: 0 0 30px;
}

html > body.visual > main > div.filter > form > ul.fields > li.field-floor
{
	display: none;
}

/**
 * Скрыть элемент визуально, но оставить доступным для читалок
 */

html > body.visual > main > div.filter > form > ul.fields > li.field-section
{
	position: absolute;
	top: 130px;
	
	display: none;
}

html > body.visual > main > div.filter > form > ul.fields > li.field-section > fieldset > legend
		{
	position: absolute;
	
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	
	width: 1px;
	height: 1px;
		}

html > body.visual > main > div.filter > form > ul.fields > li
{
	width: 300px;
	margin-right: 50px;
	margin-bottom: 0;
}

html > body.visual > main > div.filter > form > ul.fields > li.range > fieldset > legend
		{
			margin-bottom: 20px;
		}

html > body.visual > main > div.visual > section.floor > div.map
{
	/* background: linear-gradient(
		45deg,
		color($clr-main s(-5%) l(-8%) a(60%)),
		color($clr-main h(+15deg) s(-20%) l(+8%) a(60%))
	); */
	background: rgba(0, 0, 0, 0.6);
}

html > body.visual > main > div.visual > section.floor > div.map > img.background
{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
	
	-webkit-filter: blur(10px);
	
	        filter: blur(10px);
	
	-webkit-transform: translate(-50%, -50%);
	
	        transform: translate(-50%, -50%);
}

html > body.visual > main > div.visual > section.floor > div.map > svg > path
	{
		fill: rgba(255, 255, 255, 0.08);
		stroke: #ae8a51;
		stroke-width: 2;
	}

html > body.visual > main > div.visual > section.floor > div.map > svg > path:hover
		{
			fill: rgba(255, 255, 255, 0.5);
		}

html > body.visual > main > div.visual > section.floor > div.map > svg > text
	{
		font-size: 18px;
		
		pointer-events: none;
		
		-webkit-transform: translateY(10px);
		
		        transform: translateY(10px);
		
		fill: #ae8a51;
		text-anchor: middle;
	}

html > body.visual > main > div.visual > section.floor > div.map > svg > text > tspan
		{
			font-size: 150%;
		}

html > body.visual > main > div.visual > section.floor > div.map > svg > text.empty
		{
			font-size: 26px;
			font-weight: 700;
			
			-webkit-transform: none;
			
			        transform: none;
		}

html > body.visual > main > div.visual > section.floor > div.number-scroll
{
	position: absolute;
	top: 0;
	right: calc(6.25vw - 4px);
	bottom: 0;
	z-index: 1;
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	
	height: 245px;
	margin: auto 0;
}

/**
 * Сбросить всё оформление со стандартной кнопки
 */

html > body.visual > main > div.visual > section.floor > div.number-scroll > button
{
	display: inline;
	
	box-sizing: content-box;
	padding: 0;
	margin: 0;
	
	-webkit-appearance: none;
	
	   -moz-appearance: none;
	
	        appearance: none;
	
	background: transparent;
	
	border: none;
	
	position: relative;
	
	display: block;
	overflow: hidden;
	
	width: 40px;
	height: 30px;
	
	text-indent: 40px;
	white-space: nowrap;
	
	color: white;
	
	transition: color 0.3s;
}

html > body.visual > main > div.visual > section.floor > div.number-scroll > button:focus
	{
		color: #4e585d;
		
		outline: none;
	}

html > body.visual > main > div.visual > section.floor > div.number-scroll > button::before
	{
		position: absolute;
		right: 0;
		left: 0;
		
		width: 26px;
		height: 26px;
		margin: 0 auto;
		
		content: "";
		
		border-top: 2px solid;
		border-left: 2px solid;
	}

html > body.visual > main > div.visual > section.floor > div.number-scroll > button[disabled]
	{
		color: rgba(255, 255, 255, 0.2);
	}

html > body.visual > main > div.visual > section.floor > div.number-scroll > button:not([disabled])
	{
		cursor: pointer;
	}

html > body.visual > main > div.visual > section.floor > div.number-scroll > button:not([disabled]):hover
		{
			color: #4e585d;
		}

html > body.visual > main > div.visual > section.floor > div.number-scroll > button.back::before
		{
			top: -4px;
			
			-webkit-transform: rotate(-135deg);
			
			        transform: rotate(-135deg);
		}

html > body.visual > main > div.visual > section.floor > div.number-scroll > button.forward::before
		{
			top: 7px;
			
			-webkit-transform: rotate(45deg);
			
			        transform: rotate(45deg);
		}

html > body.visual > main > div.visual > section.floor > div.number-scroll > ul
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column-reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
	
	padding: 0;
	margin: 0;
	
	font-size: 28px;
	font-weight: 700;
	
	list-style: none;
	
	color: white;
	
	transition: color 0.3s;
}

html > body.visual > main > div.visual > section.floor > div.number-scroll > ul > li
	{
		display: block;
		
		margin: 0 0 5px;
		
		text-align: center;
		
		cursor: pointer;
	}

html > body.visual > main > div.visual > section.floor > div.number-scroll > ul > li.current, html > body.visual > main > div.visual > section.floor > div.number-scroll > ul > li:hover
		{
			color: rgba(255, 255, 255, 0.25);
		}

html > body.visual > main > div.visual > section.floor > div.number-scroll > ul > li:first-of-type
		{
			margin-bottom: 0;
		}

html > body.visual > main > div.visual > section.floor > div.number-scroll > ul > li[data-value="1"]:not(.current)::after
			{
				position: relative;
				right: -2px;
				
				display: inline-block;

				box-sizing: border-box;
				width: 8px;
				height: 8px;
				margin: 0 -4px;

				vertical-align: top;

				content: '';

				background: #ae8a51;

				border-radius: 50%;
			}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

/**
 * Сбросить всё оформление со стандартной кнопки
 */

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > button
{
	display: inline;
	
	box-sizing: content-box;
	padding: 0;
	margin: 0;
	
	-webkit-appearance: none;
	
	   -moz-appearance: none;
	
	        appearance: none;
	
	background: transparent;
	
	border: none;
	
	position: relative;
	
	display: block;
	overflow: hidden;
	
	width: 30px;
	height: 30px;
	
	text-indent: 30px;
	white-space: nowrap;
	
	color: white;
	
	transition: color 0.3s;
}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > button::before
	{
		position: absolute;
		top: 4px;
		right: 0;
		left: 0;
		
		width: 17px;
		height: 17px;
		margin: 0 auto;
		
		content: "";
		
		border-top: 2px solid;
		border-left: 2px solid;
	}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > button:focus
	{
		outline: none;
	}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > button[disabled]
	{
		color: rgba(255, 255, 255, 0.2);
	}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > button:not([disabled])
	{
		cursor: pointer;
	}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > button.back
	{
		margin-right: 5px;
	}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > button.back::before
		{
			-webkit-transform: rotate(-45deg);
			        transform: rotate(-45deg);
		}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > button.forward::before
		{
			right: 18px;
			left: auto;
			
			-webkit-transform: rotate(135deg);
			
			        transform: rotate(135deg);
		}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > ul
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	
	padding: 0;
	margin: 0;
	
	font-size: 28px;
	font-weight: 700;
	
	list-style: none;
	
	color: white;
	
	transition: color 0.3s;
}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > ul > li
	{
		display: block;
		
		min-width: 0.5em;
		margin: 0 1em 0 0;
		
		cursor: pointer;
	}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > ul > li.current
		{
			color: rgba(255, 255, 255, 0.25);
		}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > ul > li[data-value="1"]:not(.current)::after
			{
				position: relative;
				right: -2px;
				
				display: inline-block;

				box-sizing: border-box;
				width: 8px;
				height: 8px;
				margin: 0 -4px;

				vertical-align: top;

				content: '';

				background: #ae8a51;

				border-radius: 50%;
			}

html > body.visual > main > div.visual > section > div.map.invert-aspect > img, html > body.visual > main > div.visual > section > div.map.invert-aspect > svg
{
	width: auto;
	height: 100%
}

html > body > main > div.apartments > table > tbody > tr > td.image > img
	{
		width: auto;
		height: auto;
		max-width: 100%;
		max-height: 80px;
	}

html > body > main > div.apartments > table > tbody > tr > td
{
	height: 120px;
}

html > body > main > div.apartments > table > tbody > tr > td.room-type
{
	font-size: 28px;
	font-weight: 700;
}

html > body > main > div.apartments > table > tbody > tr > td.room-type > small
	{
		font-size: 16px;
		font-weight: 400;
	}

html > body > main > div.apartments > table > tbody > tr > td.square-total
{
	font-size: 28px;
	font-weight: 700;
}

html > body > main > div.apartments > table > tbody > tr > td.total-cost.empty
	{
		opacity: 0.5;
	}

html > body > main > div.apartments > table > tbody > tr > td.total-cost > ul
	{
		padding: 16px 0;
		margin: 0;

		list-style: none;
	}

html > body > main > div.apartments > table > tbody > tr > td.total-cost > ul > li
		{
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			-webkit-flex-direction: column;
			    -ms-flex-direction: column;
			        flex-direction: column;
			-webkit-align-items: flex-end;
			    -ms-flex-align: end;
			        align-items: flex-end;
		}

html > body > main > div.apartments > table > tbody > tr > td.total-cost > ul > li:not(:last-child)
			{
				margin-bottom: 4px;
			}

html > body > main > div.apartments > table > tbody > tr > td.total-cost > ul > li:first-child
			{
				font-size: 22px;
				font-weight: 700;
			}

html > body > main > div.apartments > table > tbody > tr > td.total-cost > ul > li.color-label::before, html > body > main > div.apartments > table > tbody > tr > td.total-cost > ul > li.color
			{
				color: #c00;
			}

html > body > main > div.apartments > table > tbody > tr > td.total-cost > ul > li::before
			{
				display: block;

				font-size: 12px;
				font-weight: 400;
				text-align: right;
				
				content: attr( data-label );

				color: #999;
			}

html > body > main > div.filter > form > ul.fields > li > fieldset
{
	display: block;
	
	padding: 0;
	margin: 0;
	
	border: none;
}

html > body > main > div.filter > form > ul.fields > li > fieldset > legend
{
	display: block;
	
	margin: 0 0 10px;
	
	font-weight: 700;
}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider
{
	
	position: relative;
	z-index: 1;
	
	box-sizing: border-box;
	height: 20px;
	padding: 9px 0;
	margin: 0 8px;
	
	font-size: 12px;
}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider *
	{
		/* Remove tap highlight color for mobile safari */
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.rail
	{
		position: absolute;
		left: -8px;
		
		width: 100%;
		height: 2px;
		padding: 0 8px;
		
		background-color: rgba(255, 255, 255, 0.1);
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.track
	{
		position: absolute;
		left: 0;
		
		height: 2px;
		
		background-color: #ae8a51;
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.handle
	{
		position: absolute;
		top: 2px;
		
		width: 16px;
		height: 16px;
		margin-left: -8px;
		
		cursor: pointer;
		cursor: -webkit-grab;
		cursor: grab;
		
		background-color: #ae8a51;
		
		border-radius: 50%;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		
		transition: box-shadow 0.3s,
			-webkit-transform 0.3s;
		
		transition: transform 0.3s,
			box-shadow 0.3s;
		
		transition: transform 0.3s,
			box-shadow 0.3s,
			-webkit-transform 0.3s;
		
		/*> span.$(prefix)tip
		{
			$arrow-half-width: 3px;
			$arrow-height: 6px;
			
			position: absolute;
			bottom: calc(100% + $arrow-height);
			left: 50%;
			z-index: 1;
			
			box-sizing: border-box;
			min-width: 24px;
			padding: 0 6px;
			
			line-height: 24px;
			text-align: center;
			white-space: nowrap;
			
			pointer-events: none;
			
			color: $clr-tooltip-fg;
			background: $clr-tooltip-bg;
			
			box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
			
			transform: translateX(-50%) scale(0);
			transform-origin: center calc(100% + $arrow-height);
			
			transition-property: transform;
			transition-duration: 0.1s;
			transition-delay: 0.1s;
			transition-timing-function: ease-in;
			
			&::after
			{
				$clr-transparent: color($clr-tooltip-bg a(0));
				
				position: absolute;
				top: 100%;
				left: 50%;
				
				width: 0;
				height: 0;
				margin-left: -$arrow-half-width;
				
				content: "";
				
				border-width: $arrow-height $arrow-half-width 0;
				border-color: $clr-tooltip-bg $clr-transparent $clr-transparent;
				border-style: solid;
			}
		}
		
		&:hover,
		&:active,
		&.$(prefix)dragging
		{
			> span.$(prefix)tip
			{
				transform: translateX(-50%) scale(1);
				
				transition-timing-function: ease-out;
			}
		}*/
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.handle:focus
		{
			outline: none;
			
			box-shadow: 0 0 5px #ae8a51;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.handle:hover
		{
			-webkit-transform: scale(1.25);
			        transform: scale(1.25);
			
			box-shadow: none;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.handle:active, html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.handle.dragging
		{
			cursor: -webkit-grabbing;
			cursor: grabbing;
			
			background-color: #ae8a51;
			
			box-shadow: none;
			
			-webkit-transform: scale(1.25);
			
			        transform: scale(1.25);
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.handle > span.tip
		{
			display: none;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.marks
	{
		position: absolute;
		top: 20px;
		left: 0;
		
		width: 100%;
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.marks > span.text
		{
			position: absolute;
			
			display: inline-block;
			
			text-align: center;
			vertical-align: middle;
			white-space: nowrap;
			
			cursor: default;
			
			color: rgb(255, 255, 255);
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.marks > span.text.active
			{
				color: white;
			}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.steps
	{
		position: absolute;
		
		width: 100%;
		height: 2px;
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.steps > span.dot
		{
			position: absolute;
			bottom: -3px;
			
			box-sizing: border-box;
			width: 8px;
			height: 8px;
			margin-left: -4px;
			
			cursor: pointer;
			
			background-color: #ae8a51;
			
			border-radius: 50%;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider > div.steps > span.dot.active
			{
				background-color: #ae8a51;
			}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.disabled
	{
		background-color: rgba(255, 255, 255, 0.1);
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.disabled > div.track
		{
			background-color: rgba(56, 64, 67, 0.8);
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.disabled > div.handle
		{
			cursor: not-allowed;
			
			background-color: rgba(56, 64, 67, 0.8);
			
			box-shadow: none;
			
			-webkit-transform: none;
			
			        transform: none;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.disabled > div.steps > span.dot
			{
				cursor: not-allowed;
				
				border-color: rgba(56, 64, 67, 0.8);
			}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.vertical
	{
		width: 20px;
		padding: 0 9px;
		margin: 8px 0;
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.vertical > div.rail
		{
			top: -8px;
			left: 9px;
			
			width: 2px;
			height: 100%;
			padding: 8px 0;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.vertical > div.track
		{
			left: 9px;
			bottom: 0;
			
			width: 2px;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.vertical > div.handle
		{
			top: 0;
			left: 2px;
			
			margin-bottom: -8px;
			margin-left: 0;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.vertical > div.marks
		{
			top: 0;
			left: 20px;
			
			width: auto;
			height: 100%;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.vertical > div.steps
		{
			width: 2px;
			height: 100%;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > div.range-slider.vertical > div.steps > span.dot
			{
				left: 3px;
				
				margin-bottom: -4px;
			}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.from, html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.to
{
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	
	width: 50%;
}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.from > label, html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.to > label
	{
		position: relative;
		
		display: block;
		
		margin-right: 1ex;
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.from > label::after, html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.to > label::after
		{
			position: absolute;
			top: 0;
			left: calc(100% + 1ex);

			font-weight: 700;
			
			content: attr(data-value);
			pointer-events: none;
			
			color: #ae8a51;
		}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.from > input, html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.to > input
	{
		display: block;
		
		-webkit-flex-grow: 1;
		
		    -ms-flex-positive: 1;
		
		        flex-grow: 1;
		width: 50%;
		padding: 0;
		margin: 0;
		
		font: inherit;
		font-weight: 700;
		
		opacity: 0;
		color: #ae8a51;
		background: none;
		
		border: none;
	}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.from.focus > label::after, html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.to.focus > label::after
			{
				display: none;
			}

html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.from.focus > input, html > body > main > div.filter > form > ul.fields > li.range > fieldset > span.to.focus > input
		{
			opacity: 1;
		}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset
{
	position: relative;
}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > p
	{
		margin: -27px 0 0;
		
		font-size: 14px;
		text-align: right;

		color: rgba(255, 255, 255, 0.5);
	}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg
	{
		display: block;
		
		width: 100%;
		height: auto;
		margin: 0 auto;
	}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg text
		{
			font-size: 14px;
			
			stroke: none;
			fill: white;
		}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.text-buildings > text
			{
				font-size: 12px;
			}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.text-stages > text
			{
				font-size: 14px;
				
				opacity: 0.5;
			}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > path.separator
		{
			stroke: rgb(113, 121, 125);
			fill: none;
		}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects
		{
			stroke: rgb(113, 121, 125);
		}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path
			{
				fill: rgba(255, 255, 255, 0.05);
				
				transition: fill 0.3s;
			}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path + text
				{
					pointer-events: none;
				}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path:not(.disabled)
				{
					cursor: pointer;
				}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path:not(.disabled):hover
					{
						fill: rgba(255, 255, 255, 0.3);
					}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path.checked, html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path.checked:hover
				{
					fill: #ae8a51;
				}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path.checked + text, html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path.checked:hover + text
					{
						fill: white;
					}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path.disabled + text
					{
						fill: rgba(255, 255, 255, 0.3);
					}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > div.scheme > svg > g.objects > path.disabled.checked + text
						{
							fill: rgba(56, 64, 67, 0.3);
						}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > ul
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	
	width: 100%;
	padding: 0;
	margin: 0;
	
	list-style: none;
	
	opacity: 0;
}

html > body > main > div.filter > form > ul.fields > li.sections > fieldset > ul > li
	{
		display: inline;
	}

html > body.visual > main > div.visual > section.floor > div.map.empty-map > img:not(.background)
{
	opacity: 0.5;
}

html > body > main > div.apartments > table > tbody > tr:hover > td.other::after
	{
		opacity: 1;
	}

html > body > main > div.apartments > table > tbody > tr > td.other
{
	line-height: 120px;
	vertical-align: top;
}

html > body > main > div.apartments > table > tbody > tr > td.other::after
	{
		
		display: inline-block;
		
		width: 40px;
		height: 40px;
		
		vertical-align: middle;
		
		content: "";
		
		opacity: 0;
		background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='15' viewBox='0 0 20 15' stroke='%23fff'%3E%3Cpath fill='none' stroke-miterlimit='10' d='M12 .5l7 7-7 7M19 7.5H0'/%3E%3C/svg%3E") center center no-repeat #ae8a51;
		
		border-radius: 50%;
		box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
		
		transition: opacity 0.3s;
	}

html > body > main > div.apartments > table > tbody > tr > td.other > a.more
{
	position: absolute;
	left: 0;
	
	overflow: hidden;
	
	width: 100%;
	height: 0;
	padding: 120px 0 0;
	
	transition: box-shadow 0.3s;
}

html > body > main > div.apartments > table > tbody > tr > td.other > a.more:hover
	{
		z-index: 1;
		
		box-shadow: 0 2px 25px rgba(0, 0, 0, 0.2);
		
		-webkit-transform: translateZ(0);
		
		        transform: translateZ(0);
	}

html > body > main > div.apartments > table > tbody > tr > td.other > span.favorites
{
	
	position: relative;
	z-index: 2;
	
	display: inline-block;
	
	margin-right: 20px;
	
	vertical-align: middle;
	
	/* Временное отключение */
	pointer-events: none;
	visibility: hidden;
}

html > body > main > div.apartments > table > tbody > tr > td.other > span.favorites > input
	{
		position: absolute;
		z-index: -1;
		
		opacity: 0;
	}

html > body > main > div.apartments > table > tbody > tr > td.other > span.favorites > label
	{
		display: block;
		
		cursor: pointer;
	}

html > body > main > div.apartments > table > tbody > tr > td.other > span.favorites > label > svg
		{
			display: block;
			
			width: 20px;
			height: 20px;
			
			fill: none;
			stroke: rgba(56, 64, 67, 0.8);
			stroke-width: 2px;
			stroke-linejoin: round;
		}

html > body > main > div.apartments > table > tbody > tr > td.other > span.favorites > input:focus + label > svg, html > body > main > div.apartments > table > tbody > tr > td.other > span.favorites > label:hover > svg
		{
			stroke: #04150c;
		}

html > body > main > div.apartments > table > tbody > tr > td.other > span.favorites > input:checked + label > svg
		{
			fill: #04150c;
			stroke: #04150c;
		}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul
{
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
	overflow: hidden;
	
	box-sizing: border-box;
	height: 30px;
	padding: 0;
	margin: 0;
	
	line-height: 28px;
	
	list-style: none;
	
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 3px;
}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li
{
	position: relative;
	
	display: block;
	
	-webkit-flex-grow: 1;
	
	    -ms-flex-positive: 1;
	
	        flex-grow: 1;
}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li > label
	{
		display: block;
		
		box-sizing: border-box;
		width: 100%;
		height: 100%;
		
		text-align: center;
		
		background: rgba(255, 255, 255, 0.05);
		
		border-right: 1px solid rgba(255, 255, 255, 0.2);
		
		transition: background-color 0.3s;
	}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li > input:not([disabled]):not(:checked) + label:hover, html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li > input:focus + label
	{
		cursor: pointer;
		
		background-color: rgba(255, 255, 255, 0.3);
	}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li > input
	{
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		
		opacity: 0;
	}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li > input[disabled] + label
		{
			color: rgba(255, 255, 255, 0.3);
		}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li > input:checked + label
		{
			background-color: #ae8a51;
		}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li > input:checked[disabled] + label
		{
			color: rgba(56, 64, 67, 0.3);
		}

html > body > main > div.filter > form > ul.fields > li.checkboxes > fieldset > ul > li:last-of-type > label
		{
			border-right: none;
		}

html > body > main > div.filter > form > ul.fields > li.checkboxes.field-roomType > fieldset > ul
{
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	
	height: auto;
}

html > body > main > div.filter > form > ul.fields > li.checkboxes.field-roomType > fieldset > ul > li
{
	width: 50%;
}

html > body > main > div.filter > form > ul.fields > li.checkboxes.field-roomType > fieldset > ul > li > label
	{
		border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	}

html > body > main > div.filter > form > ul.fields > li.checkboxes.field-roomType > fieldset > ul > li:last-child > label
		{
			border-bottom: none;
		}

html > body > main > div.filter > form > ul.fields > li.checkboxes.field-roomType > fieldset > ul > li:nth-child(2n) > label
		{
			border-right: none;
		}

@media (min-width: 700px) and (max-width: 1099px)
	{
	}

@media (min-width: 1100px)
	{

html > body > main > div.filter.stuck+div.apartments
{
		margin-left: calc(31.25vw - 22px)
}
		html > body.visual > main > div.filter::before
		{
			position: absolute;
			top: -80px;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: -1;
			
			content: "";
			pointer-events: none;
			
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) 45%, rgba(0, 0, 0, 0.9));
		}
	}

@media (min-width: 1100px) and (max-width: 1399px)
	{
html > body.visual > main > div.visual.vertical > p.message
{
		font-size: 14px
}
html > body > main > div.filter
{
		padding-left: calc(3.13vw - 2px)
}

html > body > main > div.filter
{
		padding-right: calc(3.13vw - 2px)
}
	}

@media (min-width: 1101px)
	{

html > body > main > div.filter > h1
{
		width: 100%;
		margin-right: 0
}
	}

@media (max-width: 1399px)
	{
html > body > main > div.filter > h1, html > body.visual > main > div.visual > aside.tooltip > h2, html > body.visual > main > div.visual > section > aside.tooltip > h2, html > body.visual > main > div.visual > section > header > h2
{
		font-size: 36px
}
html > body > main > div.filter > h1, html > body.visual > main > div.visual > section > header > h2
{
		font-size: 24px
}
html > body.visual > main > div.visual > aside.tooltip > h2, html > body.visual > main > div.visual > section > aside.tooltip > h2
{
		font-size: 18px
}
	}

@media (max-width: 1099px)
	{
html > body > main, html > body.visual > main > div.visual > section
{
		min-height: 0;
		padding-left: 0
}
html > body > main > div.filter
{
		width: 100%;
		padding-right: calc(6.25vw - 4px)
}

html > body.visual
{
		padding-top: 0
}

html > body > main
{
		-webkit-flex-direction: column;
		    -ms-flex-direction: column;
		        flex-direction: column
}

html > body.visual > main
{
		min-height: 100vh
		/* calc(100vh - $main-menu-mobile-panel-height); */
}

html > body > main > div.apartments
{
		overflow-x: auto;
		
		width: 100%
}

html > body > main > div.filter
{
		min-height: 0
}

html > body.visual > main > div.filter
{
		height: 100vh;
		padding: 10px 5vw 15px;
		
		background: rgba(0, 0, 0, 0.6)
}
		
		html > body.visual > main > div.filter::before
		{
			display: block;
			
			margin: 0 0 40px;
			
			font-family: "Circe",sans-serif;
			font-size: 24px;
			font-weight: 700;
			line-height: 1.2;
			
			content: "Параметры";
		}
		html > body.visual > main > div.filter.visible+div.visual > section
		{
			-webkit-filter: blur(10px);
			        filter: blur(10px);
		}

html > body > main > div.apartments > table
{
		min-width: 700px
}

html > body.visual.vertical > main > div.filter
{
		display: none
}

html > body.visual > main > div.filter > form
{
		padding-bottom: 60px
}

html > body.visual > main > div.visual > div.controls
{
		position: static
}

html > body.visual > main > div.visual > div.controls > button.toggle-filter
{
		
		right: 5vw;
		bottom: 4.69vh;
		z-index: 2;
		
		width: 40px;
		height: 40px;
		
		border-radius: 20px
}
		
		html > body.visual > main > div.visual > div.controls > button.toggle-filter:not([disabled]):hover, html > body.visual > main > div.visual > div.controls > button.toggle-filter:focus
		{
			color: white;
		}
		
		html > body.visual > main > div.visual > div.controls > button.toggle-filter.opened
		{
			width: auto;
			padding-right: 20px;
			padding-left: 20px;
		}

html > body.visual > main > div.visual > div.controls > button.view-list
{
		position: absolute;
		top: 10px;
		right: 100px;
		z-index: 2;
		
		height: 48px;
		padding: 0 24px;

		line-height: 48px
}

html > body.visual > main > div.visual > section
{
		min-height: 100vh;
		padding: 5.13vh 5vw 4.69vh
}
		
		html > body.visual > main > div.visual > section::after
		{
			position: absolute;
			right: 0;
			bottom: 0;
			left: 0;
			
			height: 100px;
			
			content: "";
			pointer-events: none;
			
			background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.6));
		}

html > body.visual:not(.vertical) > nav.main:not(.open) > button.open
{
		width: auto;
		height: auto;
		padding-left: 10px;
		
		background: transparent;
		
		box-shadow: none
}
		
		html > body.visual:not(.vertical) > nav.main:not(.open) > button.open > img.logo
		{
			display: none;
		}
		
		html > body.visual:not(.vertical) > nav.main:not(.open) > button.open > svg.button
		{
			margin-top: 5.95vh;
		}

html > body.visual > main > div.filter > form > ul.fields
{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap
}

html > body.visual > main > div.visual > section.floor > div.first-floor-notice
{
		top: 80px; 
		
		width: 115px;
		padding: 4px 8px 0;
		margin-bottom: 0;
		
		background: white
}

html > body.visual > main > div.visual > section.floor > div.first-floor-notice > h3
	{
			font-size: 12px;
			font-weight: 400;
			line-height: 1.43
	}

html > body.visual > main > div.visual > section > div.items-list > ul
{
		font-size: 24px
}

html > body.visual > main > div.visual > section > div.map
{
		left: 0
}

html > body > main > div.apartments > table > thead > tr.fixed
{
		display: none
}

html > body.visual > main > div.filter > form > ul.fields > li
{
		-webkit-flex-grow: 1;
		    -ms-flex-positive: 1;
		        flex-grow: 1;
		-webkit-flex-shrink: 0;
		    -ms-flex-negative: 0;
		        flex-shrink: 0;
		width: 260px;
		max-width: calc(50% - 50px);
		margin-bottom: 30px
}

html > body.visual > main > div.visual > section.floor > div.map > svg, html > body.visual > main > div.visual > section.floor > div.map > img:not(.background)
{
		width: 140%
}

html > body.visual > main > div.visual > section > div.items-list > div.number-scroll > ul
{
		font-size: 24px
}

html > body.visual > main > div.visual > section.floor > div.map.invert-aspect > svg, html > body.visual > main > div.visual > section.floor > div.map.invert-aspect > img:not(.background)
{
		height: 140%
}
	}

@media (max-width: 699px)
	{
html > body > main > div.filter
{
		padding-right: 5vw;
		padding-left: 5vw
}

html > body > main > div.filter
{
		padding-right: 5vw
}
	}

@media (hover: hover)
		{

html > body.visual > main > div.visual > section > div.map > div.first-floor-notice:hover
	{
			background-color: white;

			color: #384043
	}
		}
