%button, %button_white
{
	
	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: #fcba04;
	
	border: none;
	border-radius: 28px;
	box-shadow: 16px 0 20px rgba( 86, 63, 0, 0.08 );
	
	transition: background 0.3s;
}
	
	%button:not([disabled]), %button_white:not([disabled])
	{
		cursor: pointer;
	}
	
	%button:not([disabled]):focus, %button:not([disabled]):hover, %button_white:not([disabled]):focus, %button_white:not([disabled]):hover
		{
			background: #2c1f3d;
		}

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

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

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

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

html > body > main > div.image
{
	position: fixed;
	top: 0;
	right: 0;
	
	width: calc(68.75vw - 48px);
	height: 100vh;
	
	box-shadow: -2px 0 6px rgba(0, 0, 0, 0.2);
}

html > body > main > div.image > img
	{
		display: block;
		
		width: 100%;
		height: 100%;
		
		object-fit: cover;
	}

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

html > body > main > div.content > p:nth-child(2)
	{
		font-size: 20px;
	}

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

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

@media (max-width: 1399px)
	{
html > body > main > div.content > h1
{
		font-size: 36px
}
	}

@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.image
{
		position: static;
		
		width: 100%;
		height: 80vw;
		
		box-shadow: none
}

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

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