html > body > main > div.content > details.feedback > summary
{

	position: relative;
	z-index: 1;
	
	display: inline-block;
	overflow: hidden;
	
	box-sizing: border-box;
	height: 56px;
	padding: 0 32px;
	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: #1b8b80;
	
	border: none;
	border-radius: 28px;
	box-shadow: 16px 0 20px rgba( 86, 63, 0, 0.08 );
}

	html > body > main > div.content > details.feedback > summary:not([disabled])
	{
		cursor: pointer;
	}

	html > body > main > div.content > details.feedback > summary:not([disabled]):focus::before, html > body > main > div.content > details.feedback > summary:not([disabled]):hover::before
			{
				-webkit-transform: translateY( 0 );
				        transform: translateY( 0 );
			}

	html > body > main > div.content > details.feedback > summary::before
	{
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: -1;

		width: 100%;
		height: 100%;

		content: '';

		background: #072b31;

		border-radius: 28px;

		-webkit-transform: translateY( 100% );

		        transform: translateY( 100% );

		transition: -webkit-transform 0.25s;

		transition: transform 0.25s;

		transition: transform 0.25s, -webkit-transform 0.25s;
	}

/**
 * Сбросить всё оформление со стандартной кнопки
 */
html > body > main > div.content > h1, html > body > main > div.content > dl.addresses > div.address > dt
{
	margin: 0 0 24px;
	
	font-family: "Circe",sans-serif;
	font-size: 44px;
	font-weight: 400;
	line-height: 1.09;
}
html > body > main
{
	position: relative;
	z-index: 1;
	
	overflow: hidden;
	
	box-sizing: border-box;
	height: auto;
	min-height: 100vh;
	padding: 0 0 0 70px;
}
/**
 * Сбросить оформление с details и скрыть контент
 */
%button_stroke:not([disabled]):hover, %button_stroke:not([disabled]):focus
	{
		color: #072b31;
	}
html > body > main > div.content > dl.addresses > div.address > dt
{
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
}
html > body > main > div.content
{
	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: url("images/bg-circles.svg") right bottom no-repeat #072b31;
	background-size: cover;
}
@supports (display: grid)
	{
	}

@supports (display: grid)
	{
		
		@media (max-width: 1099px)
		{
		}
	}
html > body > main > div.content
{
	color: #072b31;
	background-color: white;
}

html > body > main
{
	
	display: -webkit-flex;
	
	display: -ms-flexbox;
	
	display: flex;
}

html > body > main ~ footer
	{
		display: none;
	}

html > body > main > div.map
{
	position: fixed;
	top: 0;
	right: 0;
	
	width: calc(68.75vw - 48px);
	height: 100vh;
	
	background: #e6e6e6;
}

html > body > main > div.map > div.container
	{
		width: 100%;
		height: 100%;
	}

html > body > main > div.map > div.container div[title="Офис продаж на объекте"], html > body > main > div.map > div.container div[title="Центральный офис продаж"]
		{
			pointer-events: none;
		}

html > body > main > div.content
{
	
	-webkit-justify-content: flex-start;
	
	    -ms-flex-pack: start;
	
	        justify-content: flex-start;
}

html > body > main > div.content > p > a
	{
		-webkit-text-decoration-color: transparent;
		   -moz-text-decoration-color: transparent;
		        text-decoration-color: transparent;
		white-space: nowrap;

		color: #1b8b80;

		transition: -webkit-text-decoration-color 0.2s;

		transition: text-decoration-color 0.2s;

		transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s, -moz-text-decoration-color 0.2s;
	}

html > body > main > div.content > p > a:hover
		{
			-webkit-text-decoration-color: #1b8b80;
			   -moz-text-decoration-color: #1b8b80;
			        text-decoration-color: #1b8b80;
		}

/**
 * Сбросить оформление с details и скрыть контент
 */

html > body > main > div.content > details.feedback
{
	
	-webkit-align-self: flex-start;
	
	    -ms-flex-item-align: start;
	
	        align-self: flex-start;
}

html > body > main > div.content > details.feedback > summary
	{
		display: block;
		
		-webkit-appearance: none;
		
		   -moz-appearance: none;
		
		        appearance: none;
	}

html > body > main > div.content > details.feedback > summary::-webkit-details-marker
		{
			display: none;
		}

html > body > main > div.content > details.feedback > summary ~ *
		{
			display: none;
		}

html > body > main > div.content > div.online-office
{
	padding: 24px 20px 22px;
	margin-bottom: 32px;
	
	color: #e8af32;
	background: #f5f5f5;

	border-radius: 4px;
}

html > body > main > div.content > div.online-office > svg
	{
		fill: #072b31;
	}

html > body > main > div.content > div.online-office > p
	{
		color: #072b31;
	}

html > body > main > div.content > div.online-office > a
	{
		display: inline-block;
		
		line-height: 1;
		text-decoration: none;
		
		color: #072b31;

		border-bottom: 1px solid #1b8b80;
	}

html > body > main > div.content > div.online-office > a:hover
		{
			color: #1b8b80;
		}

html > body > main > div.content > h1
{
	
	margin-bottom: 30px;
}

html > body > main > div.content > dl.addresses
{
	margin: 0;
}

html > body > main > div.content > p.contacts
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	
	-webkit-flex: none;
	
	    -ms-flex: none;
	
	        flex: none;
	margin: 0 0 50px;
}

html > body > main > div.content > p.contacts > a.email
{
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #1b8b80;
}

html > body > main > div.content > p.contacts > a
{
	display: block;
	
	-webkit-flex: none;
	
	    -ms-flex: none;
	
	        flex: none;
	
	font-size: 28px;
	font-weight: 300;
	line-height: 1.2;
	text-decoration: none;
}

html > body > main > div.content > p.contacts > a:not(:last-child)
	{
		margin-bottom: 20px;
	}

html > body > main > div.content > p.contacts > a:hover
	{
		color: #1b8b80;
	}

html > body > main > div.content > p.contacts > a.tel
{
	margin-left: -1ex;
}

html > body > main > div.content > dl.addresses > div.address:last-child
	{
		margin-bottom: 0;
	}

html > body > main > div.content > dl.addresses > div.address:last-child > dd
		{
			margin-bottom: 0;
		}

html > body > main > div.content > dl.addresses > div.address > dt
{
	
	margin-bottom: 15px;
}

html > body > main > div.content > dl.addresses > div.address > dd
{
	margin: 0 0 40px;
}

html > body > main > div.content > dl.addresses > div.address > dd > p
{
	margin: 0 0 15px;
	
	line-height: 1.5;
}

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

html > body > main > div.content > dl.addresses > div.address > dd > p > button.on-map
{
	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;
	
	height: 18px;
	margin-left: 17px;
	
	white-space: nowrap;
	
	cursor: pointer;
	
	color: inherit;
	
	border-bottom: 1px dashed #1b8b80;
}

html > body > main > div.content > dl.addresses > div.address > dd > p > button.on-map.video::before
		{
			content: url("images/icon-youtube.svg");
		}

html > body > main > div.content > dl.addresses > div.address > dd > p > button.on-map::before
	{
		position: absolute;
		top: 1px;
		left: -20px;
		
		width: 12px;
		height: 18px;
		
		content: url("images/icon-marker.svg");
	}

html > body > main > div.content > dl.addresses > div.address > dd > p > button.on-map:hover
	{
		color: #1b8b80;
	}

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

html > body > main > div.content
{
		-webkit-flex-wrap: wrap;
		    -ms-flex-wrap: wrap;
		        flex-wrap: wrap;
		-webkit-align-content: space-between;
		    -ms-flex-line-pack: justify;
		        align-content: space-between;
		
		max-height: 575px
}

html > body > main > div.content > div.online-office
{
		width: 45%;
		margin-right: 5%
}

html > body > main > div.content > dl.addresses
{
		width: 50%
}

html > body > main > div.content > p.contacts
{
		width: 40%
}
	}

@media (min-width: 1100px) and (max-width: 1399px)
	{
html > body > main > div.content
{
		padding-left: calc(3.13vw - 2px)
}
	}

@media (max-width: 1399px)
	{html > body > main > div.content > details.feedback > summary
{
		padding: 0 27px
}
html > body > main > div.content > h1, html > body > main > div.content > dl.addresses > div.address > dt
{
		font-size: 36px
}
html > body > main > div.content > dl.addresses > div.address > dt
{
		font-size: 18px
}
	}

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

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

html > body > main > div.map
{
		position: static;
		
		width: 100%
}

html > body > main > div.content
{
		padding-bottom: 40px
}

html > body > main > div.content > dl.addresses
{
		-webkit-order: 1;
		    -ms-flex-order: 1;
		        order: 1
}
	}

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

html > body > main > div.content > details.feedback
{
		margin-bottom: 50px
}
	}
