html > body > main > div.content > a.go, html > body > main > div.projects > div.slides > div.slide > a.go
{

	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 > a.go:not([disabled]), html > body > main > div.projects > div.slides > div.slide > a.go:not([disabled])
	{
		cursor: pointer;
	}

	html > body > main > div.content > a.go:not([disabled]):focus::before, html > body > main > div.content > a.go:not([disabled]):hover::before, html > body > main > div.projects > div.slides > div.slide > a.go:not([disabled]):focus::before, html > body > main > div.projects > div.slides > div.slide > a.go:not([disabled]):hover::before
			{
				-webkit-transform: translateY( 0 );
				        transform: translateY( 0 );
			}

	html > body > main > div.content > a.go::before, html > body > main > div.projects > div.slides > div.slide > a.go::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 > div.projects > h2, html > body > main > div.projects > div.slides > div.slide > h3
{
	margin: 0 0 24px;
	
	font-family: "Circe",sans-serif;
	font-size: 44px;
	font-weight: 400;
	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;
}
/**
 * Сбросить оформление с details и скрыть контент
 */
html > body > main > div.projects > div.slides > div.slide > a.go
{
	
	line-height: 50px;
	
	color: white;
	background: transparent;
	
	border: 1px solid white;
	box-shadow: inset 0 0 0 1px white;
}
html > body > main > div.projects > div.slides > div.slide > a.go:not([disabled]):hover, html > body > main > div.projects > div.slides > div.slide > a.go:not([disabled]):focus
	{
		color: #072b31;
	}
html > body > main > div.projects > div.slides > div.slide > a.go::before
	{
		background: white;
	}
html > body > main > div.content > div.projects > h2
{
	font-size: 21px;
	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.content
{
	
	-webkit-justify-content: flex-start;
	
	    -ms-flex-pack: start;
	
	        justify-content: flex-start;
}

html > body > main > div.content > a.go
{
	
	-webkit-align-self: flex-start;
	
	    -ms-flex-item-align: start;
	
	        align-self: flex-start;
	
	margin-top: 30px;
	
	text-decoration: none;
}

html > body > main > div.content > div.logo
{
	-webkit-order: -4;
	    -ms-flex-order: -4;
	        order: -4;
	
	margin-bottom: 20px;
}

html > body > main > div.content > div.logo > svg
	{
		width: auto;
		height: 45px;
		
		fill: currentColor;
	}

html > body > main > div.content > div.logo > svg > use:first-of-type, html > body > main > div.content > div.logo > svg > path:first-of-type
		{
			fill: #e8af32;
		}

html > body > main > div.content > h1
{
	
	-webkit-order: -3;
	
	    -ms-flex-order: -3;
	
	        order: -3;
}

html > body > main > div.content > p
{

	opacity: 0.8;
}

html > body > main > div.content > p:first-of-type
	{
		-webkit-order: -2;
		    -ms-flex-order: -2;
		        order: -2;
	}

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

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

html > body > main > div.content > div.projects > h2
{

	margin-top: 20px;
}

html > body > main > div.content > div.projects > ul
{
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	
	padding: 0;
	margin: 0;
	
	list-style: none;
}

html > body > main > div.content > div.projects > ul > li
	{
		width: calc(50% - 20px);
		margin: 0 0 32px;
	}

html > body > main > div.content > div.projects > ul > li:first-child:last-child
		{
			pointer-events: none;
		}

html > body > main > div.content > div.projects > ul > li, html > body > main > div.content > div.projects > ul > li > a, html > body > main > div.content > div.projects > ul > li > a > img
		{
			display: block;
		}

html > body > main > div.content > div.projects > ul > li > a
		{
			transition: opacity 0.3s;
		}

html > body > main > div.content > div.projects > ul > li > a:hover
			{
				opacity: 0.4;
			}

html > body > main > div.content > div.projects > ul > li > a > img
		{
			width: 100%;
			height: auto;
			max-height: 100px;

			object-fit: contain;
			object-position: left;
		}

html > body > main > div.projects > div.controls
{
	position: absolute;
	right: 40px;
	bottom: 50px;
	z-index: 3;
	
	color: white;
}

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

html > body > main > div.projects > div.controls > 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;
	
	box-sizing: border-box;
	width: 35px;
	height: 35px;
	
	vertical-align: middle;
	
	color: white;
	
	border: 2px solid white;
	border-radius: 50%;
}

html > body > main > div.projects > div.controls > button > svg
	{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		
		margin: auto;
		
		fill: currentColor;
	}

html > body > main > div.projects > div.controls > button.prev
	{
		margin-right: 30px;
	}

html > body > main > div.projects > div.controls > button.prev > svg
		{
			right: 2px;
		}

html > body > main > div.projects > div.controls > button.next
	{
		margin-left: 30px;
	}

html > body > main > div.projects > div.controls > button.next > svg
		{
			left: 2px;
		}

html > body > main > div.projects > div.controls > span.counter
{
	
	display: inline-block;
	
	min-width: calc(3.5ex + 0.4em);
	
	font-size: 24px;
	text-align: right;
	vertical-align: middle;
}

html > body > main > div.projects > div.controls > span.counter > span.current
	{
		margin-right: 0.2em;
	}

html > body > main > div.projects > div.controls > span.counter > span.total
	{
		margin-left: 0.2em;
	}

html > body > main > div.projects > div.slides
{
	position: relative;
	z-index: 1;
	
	overflow: hidden;
	
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

html > body > main > div.projects > div.slides.backwards > div.slide
{
/* &
{
	&.current
	{
		animation-name: slide-from-left;
	}
} */

}

html > body > main > div.projects > div.slides > div.slide
{
	position: absolute;
	top: 0;
	left: 0;
	
	display: none;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-justify-content: flex-end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	-webkit-align-items: flex-start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0 40px 50px;
	
	pointer-events: none;
	
	color: white;
	
	transition: opacity 1s;
}

html > body > main > div.projects > div.slides > div.slide.prev
	{
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		
		opacity: 0;
	}

html > body > main > div.projects > div.slides > div.slide.current
	{
		z-index: 1;
		
		display: -webkit-flex;
		
		display: -ms-flexbox;
		
		display: flex;
		
		transition: none;
		
		/* animation-name: slide-from-right; */
		-webkit-animation-name: fade-in;
		        animation-name: fade-in;
		-webkit-animation-duration: 0.5s;
		        animation-duration: 0.5s;
		-webkit-animation-timing-function: ease-out;
		        animation-timing-function: ease-out;
	}

html > body > main > div.projects > div.slides > div.slide > a.go
{
	
	text-decoration: none;
	
	pointer-events: auto;
	
	color: white;

	border-color: white;
}

html > body > main > div.projects > div.slides > div.slide > figure
{
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	
	width: 100%;
	height: 100%;
	margin: 0;
}

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

html > body > main > div.projects > div.slides > div.slide > figure::after
	{
		position: absolute;
		bottom: 0;
		left: 0;
		
		width: 100%;
		height: 50%;
		
		content: "";
		
		background: linear-gradient(to top, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0));
	}

html > body > main > div.projects > div.slides > div.slide > h3
{
	
	margin-bottom: 5px;

	font-weight: 700;

	width: 100%;
}

html > body > main > div.projects > div.slides > div.slide > p.location
{
	margin: 0 0 20px;
}

@media (min-width: 700px) and (max-width: 1099px)
	{
		html > body > main > div.content > div.projects > ul > li
		{
			width: calc(33.33% - 20px);
		}
	}

@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 > a.go, html > body > main > div.projects > div.slides > div.slide > a.go
{
		padding: 0 27px
}
html > body > main > div.content > h1, html > body > main > div.content > div.projects > h2, html > body > main > div.projects > div.slides > div.slide > h3
{
		font-size: 36px
}
html > body > main > div.content > div.projects > h2
{
		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.content
{
		padding-bottom: 40px
}

html > body > main > div.projects
{
		position: static;
		
		width: 100%;
		height: 600px;
		
		box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2)
}

html > body > main > div.projects > div.controls
{
		left: 40px;
		bottom: 30px;
		
		text-align: center
}

html > body > main > div.projects > div.slides > div.slide
{
		padding: 0 20px 100px
}
		html > body > main > div.projects > div.slides > div.slide > figure::after
		{
			height: 80%;
		}
	}

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