@font-face {
	font-weight: normal;
	font-family: "Mamontov Condensed";
	font-style: normal;
	src: url("/media/fonts/mamontov/mamontov_condensed.woff2") format("woff2"), url("/media/fonts/mamontov/mamontov_condensed.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-weight: 300;
	font-family: "Mamontov Light Expanded";
	font-style: normal;
	src: url("/media/fonts/mamontov/mamontov_lightexpanded.woff2") format("woff2"), url("/media/fonts/mamontov/mamontov_lightexpanded.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-weight: normal;
	font-family: "Mamontov";
	font-style: italic;
	src: url("/media/fonts/mamontov/mamontovItalic.woff2") format("woff2"), url("/media/fonts/mamontov/mamontov_italic.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-weight: 300;
	font-family: "Mamontov";
	font-style: italic;
	src: url("/media/fonts/mamontov/mamontov_lightitalic.woff2") format("woff2"), url("/media/fonts/mamontov/mamontov_lightitalic.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-weight: 300;
	font-family: "Mamontov";
	font-style: normal;
	src: url("/media/fonts/mamontov/mamontov_lightcondensed.woff2") format("woff2"), url("/media/fonts/mamontov/mamontov_lightcondensed.woff") format("woff");
	font-display: swap;
}

@font-face {
	font-weight: normal;
	font-family: "Mamontov";
	font-style: normal;
	src: url("/media/fonts/mamontov/mamontov_regular.woff2") format("woff2"), url("/media/fonts/mamontov/mamontov_regular.woff") format("woff");
	font-display: swap;
}

.link {
	display: flex;
	justify-content: space-between;
	width: 100%;
	color: #6e6259;
	font-weight: normal;
	font-size: 14px;
	font-style: italic;
	line-height: 17px;
	letter-spacing: 0.055em;
	text-decoration: none;
	font-feature-settings: "calt"off;
}

h1 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #6e6259;
	font-weight: normal;
	font-size: 46px;
	font-style: normal;
	line-height: 43px;
	letter-spacing: 0.045em;
}

h2 {
	margin-top: 0;
	margin-bottom: 20px;
	color: #6e6259;
	font-weight: normal;
	font-size: 30px;
	font-style: normal;
	line-height: 40px;
	letter-spacing: -0.01em;
	font-feature-settings: "calt"off;
}

h3 {
	margin-top: 0;
	margin-bottom: 4px;
	color: #6e6259;
	font-weight: normal;
	font-size: 20px;
	font-style: normal;
	line-height: 28px;
	letter-spacing: 0.035em;
}

.text {
	color: #6e6259;
	font-weight: 300;
	font-size: 14px;
	font-family: "Mamontov Light Expanded", sans-serif;
	font-style: normal;
	line-height: 20px;
	font-feature-settings: "kern"off, "calt"off;
	font-variant-ligatures: initial;
}

address {
	position: relative;
	margin-top: 30px;
	margin-bottom: 50px;
	padding-left: 50px;
}

address:after {
	position: absolute;
	top: 10px;
	left: 0;
	width: 30px;
	border-bottom: 1px solid #ad841f;
	content: "";
}

* {
	box-sizing: border-box;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "Mamontov", sans-serif;
	background: url("/images/pattern.png"), #f3f2ed;
	font-variant-ligatures: discretionary-ligatures;
}

ul {
	margin: 0;
	padding-left: 0;
	list-style: none;
}

img {
	max-width: 100%;
}

.main-wrapper {
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: calc(var(--vh, 1vh) * 100);
	overflow: hidden;
}

.content-wrapper {
	position: relative;
	z-index: 5;
	width: 414px;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	transition: all 1.4s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@media only screen and (max-width: 500px) {
	.content-wrapper {
		overflow-y: auto;
	}
}

.content-wrapper.visible {
	overflow-y: auto;
}

.content-wrapper>div:not(.header) {
	background: url("/images/pattern.png"), #f3f2ed;
}

.container {
	position: relative;
	z-index: 3;
	width: 100%;
	padding-right: 30px;
	padding-left: 30px;
}

.video-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: -1;
	width: 414px;
	max-width: 100%;
	height: 100vh;
	max-height: calc(100vh - 200px);
	max-height: calc((var(--vh, 1vh) * 100) - 200px);
	margin-right: auto;
	margin-left: auto;
}

.video-wrapper video {
	position: absolute;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media only screen and (min-width: 415px) {
	.content-wrapper {
		height: 896px;
		max-height: calc(100vh - 200px);
		max-height: calc((var(--vh, 1vh) * 100) - 200px);
	}
}

@media only screen and (max-width: 415px) {
	.content-wrapper {
		max-height: calc((var(--vh, 1vh) * 100));
	}
}

.border-bottom {
	position: relative;
	display: block;
	width: 100%;
	padding-bottom: 24px;
}

.border-bottom:after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	border-bottom: 1px solid #ad841f;
	content: "";
}

.hidden {
	display: none !important;
}

@media screen and (min-width: 320px) and (max-width: 1200px) and (orientation: landscape) {
	body .header .content {
		max-height: 500vw !important;
	}

	.content-wrapper {
		max-height: 90vh;
	}

	.left-text {
		left: 0 !important;
	}
}

@media only screen and (min-width: 429px) {
	.content-wrapper::-webkit-scrollbar {
		width: 5px;
		height: 5px;
		background-color: transparent;
	}

	.content-wrapper::-webkit-scrollbar-track {
		height: 5px;
		background-color: transparent;
	}

	.content-wrapper::-webkit-scrollbar-thumb {
		height: 5px;
		background: white;
	}
}

.image-wrapper {
	font-size: 0;
	line-height: 0;
}

.image-wrapper img {
	width: 100%;
}

.main-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	display: block;
	overflow: hidden;
	pointer-events: none;
	touch-action: none;
}

@media only screen and (min-width: 500px) {
	.main-bg:after {
		position: absolute;
		top: 0;
		left: calc((100vh - (100vh - 200px)) / 2);
		height: 100%;
		border-color: white !important;
		border-right: 1px solid #ad841f;
		transform: scaleY(0);
		transform-origin: left bottom;
		transition: all 0.4s;
		content: "";
	}

	.main-bg:before {
		position: absolute;
		top: 0;
		right: calc((100vh - (100vh - 200px)) / 2);
		height: 100%;
		border-color: white !important;
		border-right: 1px solid #ad841f;
		transform: scaleY(0);
		transform-origin: left bottom;
		transition: all 0.4s;
		content: "";
	}
}

.main-bg.animated:after,
.main-bg.animated:before {
	transform: scaleY(1);
}

.main-bg .video-wrapper {
	width: 100%;
	max-height: unset;
}

.main-bg .video-wrapper:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #2d2726;
	opacity: 0.2;
	content: "";
}

.content-wrapper {
	position: relative;
}

.wrapper-media.scroll-vis .image-decor {
	transform: scale(2) translateX(-50px);
	transition: all 1.4s;
}

.wrapper-media.scroll-vis.visible .image-decor {
	transform: scale(1) translateX(-50px);
}

.opacity-anim {
	opacity: 0;
	transition-delay: 0.6s;
	transition-timing-function: easy;
	transition-duration: 1.25s;
	transition-property: opacity;
}

.opacity-anim.visible {
	opacity: 1;
}

.top-view-animation .top-view-animation-inner {
	display: block;
	transform: translateY(50px);
	opacity: 0;
	transition-duration: 0.75s;
	transition-property: transform, opacity;
}

.top-view-animation.visible .top-view-animation-inner {
	transform: translateY(0);
	opacity: 1;
}

a.top-view-animation-inner {
	display: block;
}

h2 .top-view-animation-inner {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.contact__list li a.link {
	display: flex;
}

.contact__list li:after {
	transform: translateY(5px);
	opacity: 0;
	transition-delay: 0.5s;
	transition-timing-function: easy;
	transition-duration: 0.8s;
	transition-property: transform, opacity;
	will-change: transform, opacity;
}

.contact__list li.visible:after {
	transform: translateY(0);
	opacity: 1;
}

.contact__list li.visible .top-view-animation-inner {
	transform: translateY(0);
	opacity: 1;
}

.bottom-transform {
	transform: translateY(25px);
	opacity: 0;
	transition-timing-function: easy;
	transition-duration: 1.25s;
	transition-property: transform, opacity;
}

.bottom-transform.visible {
	transform: translateY(0);
	opacity: 1;
}

.scroll-bottom {
	transform: translateY(20px);
	opacity: 0;
	transition: transform, opacity, 1.25s;
}

.scroll-bottom.visible {
	transform: translateY(0);
	opacity: 1;
}

.header .content {
	position: relative;
}

@keyframes swing {
	15% {
		-webkit-transform: translateY(9px);
		transform: translateY(9px);
	}

	30% {
		-webkit-transform: translateY(-3px);
		transform: translateY(-3px);
	}

	40% {
		-webkit-transform: translateY(6px);
		transform: translateY(6px);
	}

	50% {
		-webkit-transform: translateY(-2px);
		transform: translateY(-2px);
	}

	65% {
		-webkit-transform: translateY(3px);
		transform: translateY(3px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

video::-webkit-media-controls {
	display: none;
}

video::-webkit-media-controls-play-button {
	display: none;
}

video::-webkit-media-controls-start-playback-button {
	display: none;
}

.last-ser {
	padding-bottom: 200px !important;
}

.show-more {
	margin-top: 28px;
}

@media only screen and (min-width: 500px) {
	.header .content {
		height: 896px !important;
		max-height: calc((var(--vh, 1vh) * 100) - 200px) !important;
	}
}

.header {
	position: relative;
	padding-bottom: 20px;
	overflow: hidden;
}

.header .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100vh;
	max-height: calc((var(--vh, 1vh) * 100));
}

.header .text {
	color: white;
	text-align: center;
}

.header .logo {
	width: 220px;
	margin-bottom: 25px;
}

.contact__list {
	padding: 0;
	list-style: none;
}

.contact__list li {
	position: relative;
	margin-bottom: 24px;
}

.contact__list li:last-child {
	margin-bottom: 0;
}

.contact__list li:first-child {
	padding-top: 20px;
}

.services-1 {
	padding-bottom: 120px;
}

.services-1.map {
	margin-bottom: 0;
	padding-bottom: 0;
}

.services-1.map address.text a {
	color: #6e6259;
	font-weight: 300;
	font-size: 14px;
	font-family: "Mamontov Light Expanded", sans-serif;
	font-style: normal;
	line-height: 20px;
	font-feature-settings: "kern"off, "calt"off;
	font-variant-ligatures: initial;
	text-decoration: none;
}

.services-1.map address.text a:hover {
	text-decoration: underline;
}

.copyright {
	border-top: 1px solid #ad841f;
}

.copyright .content {
	position: relative;
	padding: 15px 0;
	color: #6e6259;
	text-align: right;
}

.copyright .content span {
	color: #ad841f;
	text-transform: uppercase;
}

.icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
}

@media only screen and (min-width: 500px) {
	.decor-wrapper {
		position: relative;
	}

	.decor-wrapper:after,
	.decor-wrapper:before {
		position: absolute;
		right: 0;
		left: 0;
		height: 0;
		border-color: white !important;
		border-top: 1px solid #ad841f;
		transform: scaleX(0);
		transform-origin: top left;
		transition: all 0.4s;
		content: "";
	}

	.decor-wrapper.animated:after,
	.decor-wrapper.animated:before {
		transform: scaleX(1);
	}

	.main-wrapper:after,
	.main-wrapper:before {
		position: absolute;
		height: 100%;
		border-color: white !important;
		border-left: 1px solid #ad841f;
		transform: scaleY(0);
		transform-origin: top left;
		transition: all 0.4s;
		content: "";
	}

	.main-wrapper:after {
		left: calc(((100% - 414px) / 2) - 2px);
	}

	.main-wrapper:before {
		right: calc(((100% - 414px) / 2) + 4px);
	}

	.main-wrapper.animated:after,
	.main-wrapper.animated:before {
		transform: scaleY(1);
	}
}

@media only screen and (max-width: 500px) {

	.main-wrapper:after,
	.main-wrapper:before {
		display: none !important;
	}
}

#map {
	padding-bottom: 123%;
}

.header .icon {
	position: absolute;
	right: 20px;
	bottom: 60px;
	z-index: 10;
	width: 15px;
	height: 15px;
	animation: swing 3s ease-in-out infinite;
	opacity: 0;
}

.header .icon.visible {
	opacity: 1;
}

@media only screen and (max-width: 500px) {
	.header .icon {
		bottom: 5vh;
		right: 20px;
	}
}


/*# sourceMappingURL=/scripts.71c4e892.css.map */