@import 'https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap';
.button {
	height: 42px;
	background-color: #fff;
	padding: 12px 20px;
	text-decoration: none;
	outline: 2px solid transparent;
	font-family: Inter, sans-serif;
	color: #000;
	text-transform: uppercase;
	font-size: 14px;
}
.button:hover,
.button:focus,
.button:active {
	text-decoration: none;
}
.button:hover {
	outline: 2px solid rgba(0, 0, 0, 0.2);
}
@media (max-width: 743px) {
	.button {
		height: 40px;
		padding: 11px 14px;
		font-size: 12px;
	}
}
@media (max-width: 390px) {
	.button {
		height: 40px;
		padding: 11px 10px;
		font-size: 11px;
	}
}
@media (max-width: 342px) {
	.button {
		height: 40px;
		padding: 11px 5px;
		font-size: 10px;
	}
}
.checkbox-input {
	position: absolute;
	visibility: hidden;
}
.checkbox-custom {
	display: inline-block;
	width: 22px;
	height: 22px;
	background-image: url(/img/icons/checkbox-empty.svg);
	margin-right: 0.7em;
	cursor: pointer;
}
.checkbox-custom--active,
.checkbox-input:checked + .checkbox-custom {
	background-image: url(/img/icons/checkbox-active.svg);
}
* {
	overflow-wrap: break-word;
}
::-webkit-scrollbar-button {
	background-image: url();
	background-repeat: no-repeat;
	width: 5px;
	height: 0px;
}
::-webkit-resizer {
	background-image: url();
	background-repeat: no-repeat;
	width: 0.25rem;
	height: 0rem;
}
.l-adaptiveCursor__arrow {
	width: 16px;
	height: 16px;
	background-image: url(/build/assets/arrow-06749aab.svg);
	background-size: contain;
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	transition: 0.3s;
	transition-delay: 0.05s;
	transform: rotate(45deg);
}
::-webkit-scrollbar-button {
	background-image: url();
	background-repeat: no-repeat;
	width: 5px;
	height: 0px;
}
::-webkit-resizer {
	background-image: url();
	background-repeat: no-repeat;
	width: 0.25rem;
	height: 0rem;
}
.l-adaptiveCursor__arrow {
	width: 16px;
	height: 16px;
	background-image: url(/build/assets/arrow-06749aab.svg);
	background-size: contain;
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	transition: 0.3s;
	transition-delay: 0.05s;
	transform: rotate(45deg);
}
*,
*:before,
*:after {
	box-sizing: border-box;
}
button,
input,
textarea {
	border: none;
	outline: none;
	background: transparent;
}
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	overflow: hidden;
	overflow-y: auto;
}
body {
	margin: 0;
}
main {
	display: block;
}
h1 {
	font-size: 2em;
	margin: 0;
}
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}
a {
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}
b,
strong {
	font-weight: bolder;
}
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -0.25em;
}
sup {
	top: -0.5em;
}
img {
	border-style: none;
}
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}
button,
input {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
	outline: 1px dotted ButtonText;
}
fieldset {
	padding: 0.35em 0.75em 0.625em;
}
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
	height: auto;
}
[type='search'] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}
[type='search']::-webkit-search-decoration {
	-webkit-appearance: none;
}
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}
details {
	display: block;
}
summary {
	display: list-item;
}
template {
	display: none;
}
[hidden] {
	display: none;
}
::-webkit-scrollbar-button {
	background-image: url();
	background-repeat: no-repeat;
	width: 5px;
	height: 0px;
}
::-webkit-scrollbar-track {
	background-color: #fff;
}
::-webkit-scrollbar-thumb {
	border-radius: 0;
	background-color: #3d3d3d;
}
::-webkit-resizer {
	background-image: url();
	background-repeat: no-repeat;
	width: 0.25rem;
	height: 0rem;
}
::-webkit-scrollbar {
	width: 0.25rem;
	background: #3d3d3d;
}
p {
	margin: 0;
}
body {
	font-family: Inter, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	color: #3d3d3d;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}
@media (max-width: 743px) {
	body {
		font-size: 14px;
	}
}
html.no-scroll {
	height: 100%;
	overflow: hidden;
	padding-right: 4px;
}
:root {
	--font-primary: 'Cormorant Garamond', serif;
}
.l-default {
	background-color: #f6f6f6;
}
.l-container {
	max-width: 1320px;
	position: relative;
	margin: 0 auto;
}
@media (max-width: 1366px) {
	.l-container {
		max-width: 100%;
		padding: 0 30px;
	}
}
@media (max-width: 743px) {
	.l-container {
		padding: 0 16px;
	}
}
.l-link {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	height: max-content;
	position: relative;
	transition: 0.3s;
	text-decoration: none;
}
.l-link:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	background-color: #fff;
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s;
}
.l-link:hover:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}
.l-link.active {
	pointer-events: none;
}
.l-link.active:after {
	transform-origin: bottom left;
	transform: scaleX(1);
}
.l-prefix {
	font-family: var(--font-primary);
	color: #3d3d3db3;
	font-style: italic;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	display: flex;
	gap: 5px;
	font-size: 18px;
}
.l-prefix:before {
	content: '/';
}
.l-linkContact {
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 115%;
	text-decoration-line: underline;
	text-transform: uppercase;
	opacity: 0.6;
	transition: 0.3s;
}
.l-linkContact:hover {
	opacity: 1;
}
.l-linkContact__phone {
	text-decoration: none;
}
@media (max-width: 767px) {
	.l-linkContact {
		opacity: 1;
	}
}
.l-linkPage {
	font-family: var(--font-primary);
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: #3d3d3d;
	text-decoration: none;
	display: flex;
	gap: 5px;
	transition: 0.3s;
	cursor: pointer;
}
.l-linkPage:before,
.l-linkPage:after {
	content: '/';
	transition: 0.3s;
}
.l-linkPage:hover {
	color: #3d3d3dcc;
}
.l-linkPage:hover:before {
	transform: translate(-3px);
}
.l-linkPage:hover:after {
	transform: translate(3px);
}
.l-linkPage.disabled {
	color: #3d3d3d4d;
	pointer-events: none;
}
#adaptive-cursor {
	align-items: center;
	background-color: #00000040;
	border-radius: 50%;
	color: #fff0;
	display: flex;
	font-size: 10px;
	height: 0;
	justify-content: center;
	line-height: 1.5;
	padding: 5px;
	pointer-events: none;
	position: fixed;
	text-align: center;
	transform: translate(-50%, -50%);
	transition: color 0.5s ease;
	width: 0;
	white-space: nowrap;
	z-index: 100;
}
#adaptive-cursor.has-label-state,
#adaptive-cursor.has-icon-state {
	color: #fff;
	transition-delay: 0.3s;
}
#adaptive-cursor.has-icon-state .material-icons {
	font-size: 65px;
}
#adaptive-cursor span:after {
	display: none;
}
.project-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.l-adaptiveCursor__arrow {
	width: 16px;
	height: 16px;
	background-image: url(/build/assets/arrow-06749aab.svg);
	background-size: contain;
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	transition: 0.3s;
	transition-delay: 0.05s;
	transform: rotate(45deg);
}
.images {
	position: relative;
}
.images .js-menu-image {
	position: fixed;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	object-fit: cover;
	z-index: -1;
	opacity: 0;
}
.js-show-more {
	display: none;
	font-family: var(--font-primary);
	font-size: 14px;
	font-style: italic;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: 0.7px;
	text-transform: uppercase;
	margin-top: 12px;
	cursor: pointer;
}
@media (max-width: 743px) {
	.js-show-more {
		display: block;
	}
}
.js-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
@media (max-width: 743px) {
	.js-content {
		overflow: hidden;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		display: -webkit-box;
		max-height: 53px;
	}
	.js-content.open {
		overflow: visible;
		-webkit-line-clamp: inherit;
		max-height: 1000px;
	}
}
html.overflow {
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	position: relative;
	padding-right: 5px;
	box-sizing: border-box;
}
.l-default {
	min-height: calc(var(--vh, 1vh) * 100);
	display: flex;
	flex-direction: column;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #747474;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #f6f6f6;
}
.l-projectsRow-1 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column dense;
	grid-auto-rows: 2fr;
	gap: 20px;
	grid-template-areas: 'big big small-1 small-2' 'big big small-3 small-4';
}
.l-projectsRow-2 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.l-projectsRow-3 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column dense;
	grid-auto-rows: 2fr;
	gap: 20px;
	grid-template-areas: 'small-1 small-2 big big' 'small-3 small-4 big big';
}
@media (min-width: 1920px) {
	.w-navbar .l-container {
		max-width: 100%;
		padding: 0 60px;
	}
}
.w-navbar__inner {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	align-items: center;
}
@media (max-width: 767px) {
	.w-navbar__inner {
		padding: 20px 0;
	}
}
.w-navbar__logo {
	width: 44px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/build/assets/logo-white-bd0f5cac.svg);
	opacity: 0.6;
	transition: 0.3s;
	position: relative;
	background-size: contain;
}
.w-navbar__logo:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.w-navbar__logo {
		width: 34px;
		height: 28px;
		opacity: 1;
	}
}
.w-navbar__nav {
	display: flex;
	gap: 24px;
	align-items: center;
}
@media (max-width: 1023px) {
	.w-navbar__nav {
		display: none;
	}
}
.w-navbar__lang {
	display: flex;
	gap: 8px;
	height: max-content;
}
.w-navbar__lang .l-link {
	opacity: 0.6;
}
.w-navbar__lang .l-link:hover,
.w-navbar__lang .l-link.active {
	opacity: 1;
}
@media (max-width: 1023px) {
	.w-navbar__lang {
		display: none;
	}
}
.w-navbar.is-dark .w-navbar__logo {
	background-image: url(/build/assets/logo-dark-cf7daf9a.svg);
	opacity: 1;
}
.w-navbar.is-dark .l-link {
	color: #3d3d3d;
}
.w-navbar.is-dark .l-link:after {
	background-color: #3d3d3d;
}
.w-mobileNavbar {
	position: fixed;
	top: 0;
	width: 100%;
	height: 100dvh;
	height: calc(var(--vh, 1vh) * 100);
	background: #3d3d3d;
	color: #fff;
	transition: all 0.3s;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	visibility: hidden;
	z-index: 5;
	flex-direction: column;
	padding: 16px 16px 26px;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
}
@media (min-width: 744px) {
	.w-mobileNavbar {
		padding: 16px 30px 72px;
	}
}
.w-mobileNavbar__toggle_btn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20px;
	width: 20px;
	position: relative;
	cursor: pointer;
	transition: all 0.3s;
	z-index: 10000;
	position: absolute;
	top: 20px;
	right: 30px;
}
@media (min-width: 1024px) {
	.w-mobileNavbar__toggle_btn {
		display: none;
	}
}
.w-mobileNavbar__toggle span {
	height: 2px;
	background: #fff;
	width: 24px;
	display: inline-block;
	position: absolute;
	top: 50%;
	transition: all 0.3s;
	border-radius: 2px;
}
.w-mobileNavbar__toggle span:before {
	content: ' ';
	position: absolute;
	display: inline-block;
	height: 2px;
	background: #fff;
	transform: translateY(-4px);
	width: 24px;
	transition: all 0.3s;
	border-radius: 2px;
}
.w-mobileNavbar__toggle span:before {
	top: -2px;
}
.w-mobileNavbar__toggle span:after {
	content: ' ';
	position: absolute;
	display: inline-block;
	height: 2px;
	background: #fff;
	transform: translateY(6px);
	width: 24px;
	transition: all 0.3s;
	border-radius: 2px;
}
.w-mobileNavbar__toggle .active span {
	transform: rotate(45deg);
	background: #fff;
}
.w-mobileNavbar__toggle .active span:before {
	top: unset;
	transform: rotate(-90deg);
	background: #fff;
}
.w-mobileNavbar__toggle .active span:after {
	opacity: 0;
}
.w-mobileNavbar__toggle .active:hover span:before {
	top: unset;
}
.w-mobileNavbar__toggle.is-dark span,
.w-mobileNavbar__toggle.is-dark span:before,
.w-mobileNavbar__toggle.is-dark span:after {
	background: #3d3d3d;
}
.w-mobileNavbar__toggle.is-dark .active span,
.w-mobileNavbar__toggle.is-dark .active span:before {
	background: #fff;
}
.w-mobileNavbar .nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: auto 0 40px;
}
.w-mobileNavbar .col {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.w-mobileNavbar .nav-link {
	position: relative;
}
.w-mobileNavbar .nav-link a {
	position: relative;
	top: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 38px;
	line-height: 135%;
	font-weight: 400;
	text-transform: uppercase;
}
.w-mobileNavbar .nav-item-wrapper:after {
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	width: 500px;
	height: 60px;
	background: #3d3d3d;
	margin: 0 auto;
	transition: 1s;
}
.w-mobileNavbar .nav-footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: auto;
	gap: 32px;
}
.w-mobileNavbar .nav-footer .links {
	display: flex;
	gap: 12px;
}
.w-mobileNavbar .nav-footer .contact {
	display: flex;
	gap: 16px 24px;
	flex-flow: row wrap;
}
.w-mobileNavbar .nav-footer .contact .l-linkContact:nth-of-type(3) {
	margin-right: calc(100% - 208px);
}
.w-mobileNavbar .nav-footer .social-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.w-mobileNavbar .nav-footer .social-caption {
	color: #ffffff4d;
	font-size: 12px;
	line-height: 115%;
	position: relative;
}
.w-mobileNavbar .nav-footer .social-caption sup {
	position: absolute;
	left: -5px;
	top: 4px;
	color: #fff9;
}
.w-mobileNavbar .nav-footer .l-linkContact,
.w-mobileNavbar .nav-footer .l-link {
	color: #fff9;
}
.w-mobileNavbar .nav-footer .l-link.active,
.w-mobileNavbar .nav-footer a {
	color: #fff;
}
.w-mobileNavbar .menu-mobile__logo {
	width: 44px;
	min-height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(/build/assets/logo-white-bd0f5cac.svg);
	transition: 0.3s;
	position: absolute;
	z-index: 11;
	left: 30px;
	top: 30px;
	background-size: contain;
}
@media (max-width: 767px) {
	.w-mobileNavbar .menu-mobile__logo {
		width: 34px;
		min-height: 28px;
		opacity: 1;
		top: 20px;
		left: 16px;
	}
}
.w-mobileNavbar .menu-mobile__bottom {
	display: flex;
	gap: 24px;
}
@media (max-width: 743px) {
	.w-mobileNavbar .menu-mobile__bottom {
		gap: 0;
		justify-content: space-between;
	}
}
@media (max-width: 900px) {
	.w-mobileNavbar .nav {
		flex-direction: column-reverse;
	}
	.w-mobileNavbar .nav-socials {
		flex-direction: row;
		margin-top: 4em;
	}
	.w-mobileNavbar .nav-socials a {
		padding: 0 0.4em;
	}
}
.nav {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	margin: 80px 0 40px;
}
.col {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.nav-link {
	position: relative;
}
.nav-link a {
	position: relative;
	top: 60px;
	text-decoration: none;
	color: #fff;
	font-size: 38px;
	line-height: 135%;
	font-weight: 400;
	text-transform: uppercase;
}
.nav-item-wrapper:after {
	content: '';
	position: absolute;
	top: 60px;
	left: 0;
	width: 500px;
	height: 60px;
	background: #3d3d3d;
	margin: 0 auto;
	transition: 1s;
}
.nav-footer {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: auto;
	gap: 32px;
}
.nav-footer .links {
	display: flex;
	gap: 12px;
}
.nav-footer .contact {
	display: flex;
	gap: 16px 24px;
	flex-flow: row wrap;
}
.nav-footer .contact .l-linkContact:nth-of-type(3) {
	margin-right: calc(100% - 208px);
}
.nav-footer .social-wrapper {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.nav-footer .social-caption {
	color: #ffffff4d;
	font-size: 12px;
	line-height: 115%;
	position: relative;
}
.nav-footer .social-caption sup {
	position: absolute;
	left: -5px;
	top: 4px;
	color: #fff9;
}
.nav-footer .l-linkContact,
.nav-footer .l-link {
	color: #fff9;
}
.nav-footer .l-link.active {
	color: #fff;
}
.w-footer {
	background: #3d3d3d;
	padding: 40px 0;
	color: #fff;
	margin-top: auto;
}
.w-footer__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
@media (max-width: 743px) {
	.w-footer__inner {
		gap: 24px;
	}
}
.w-footer__top {
	display: flex;
	justify-content: space-between;
	gap: 90px;
}
@media (max-width: 1023px) {
	.w-footer__top {
		flex-flow: row wrap;
		gap: 50px;
	}
}
@media (max-width: 743px) {
	.w-footer__top {
		gap: 0;
	}
}
.w-footer__logo {
	width: 27.27%;
}
.w-footer__logo img {
	max-width: 100%;
}
@media (max-width: 1023px) {
	.w-footer__logo {
		width: 100%;
	}
	.w-footer__logo img {
		max-width: 360px;
	}
}
@media (max-width: 743px) {
	.w-footer__logo {
		padding: 15px 0;
	}
	.w-footer__logo img {
		max-width: 100%;
	}
}
.w-footer__adress {
	margin-left: auto;
	max-width: 22.72%;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 125%;
	opacity: 0.6;
	transition: 0.3s;
	cursor: pointer;
	color: #f6f6f6;
	text-decoration: none;
}
.w-footer__adress:hover {
	opacity: 1;
}
@media (max-width: 1023px) {
	.w-footer__adress {
		max-width: 50%;
		margin-left: 0;
	}
}
@media (max-width: 743px) {
	.w-footer__adress {
		max-width: 280px;
		font-size: 18px;
		margin: 16px 0;
		order: 1;
		opacity: 1;
	}
}
.w-footer__contact {
	display: flex;
	flex-direction: column;
	gap: 16px;
	align-items: flex-end;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 1;
}
.w-footer__contact a {
	text-decoration: none;
	transition: 0.3s;
	opacity: 0.6;
}
.w-footer__contact a:hover {
	opacity: 1;
}
@media (max-width: 767px) {
	.w-footer__contact a {
		opacity: 1;
	}
}
.w-footer__contact_phone {
	color: #f6f6f6;
}
.w-footer__contact_email {
	color: #f6f6f6;
	border-bottom: 1px solid #f6f6f6;
}
@media (max-width: 743px) {
	.w-footer__contact {
		font-size: 18px;
		align-items: flex-start;
		margin-top: 40px;
	}
}
.w-footer__bottom {
	--gap-y: 24px;
	--gap-x: 24px;
	display: flex;
	gap: var(--gap-y) var(--gap-x);
	justify-content: space-between;
	align-items: flex-start;
}
@media (max-width: 1023px) {
	.w-footer__bottom {
		--gap-y: 50px;
		flex-flow: row wrap;
		justify-content: space-between;
	}
}
@media (max-width: 743px) {
	.w-footer__bottom {
		--gap-y: 16px;
	}
}
.w-footer__copyright {
	color: #fff9;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 115%;
}
@media (max-width: 743px) {
	.w-footer__copyright {
		order: 1;
	}
}
@media (max-width: 743px), (min-width: 1200px) {
	.w-footer__dev_left {
		display: none;
	}
}
@media (min-width: 744px) and (max-width: 1199px) {
	.w-footer__dev_center {
		display: none;
	}
}
.w-footer__left {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@media (min-width: 1200px) {
	.w-footer__left {
		flex: 1 1 0;
	}
}
.w-footer__center {
	display: flex;
	justify-content: center;
}
@media (min-width: 1200px) {
	.w-footer__center {
		flex: 1 1 0;
	}
}
@media (max-width: 743px) {
	.w-footer__center {
		order: 2;
	}
}
@media (min-width: 1200px) {
	.w-footer__right {
		flex: 1 1 0;
		display: flex;
		justify-content: flex-end;
	}
}
.w-footer__right-content {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
@media (max-width: 1023px) {
	.w-footer__right-content {
		width: 100%;
		justify-content: space-between;
		gap: 16px;
	}
}
@media (max-width: 743px) {
	.w-footer__right-content {
		order: -1;
	}
}
.w-footer__caption {
	color: #ffffff4d;
	font-size: 12px;
	line-height: 115%;
	max-width: 400px;
	position: relative;
	order: 1;
}
@media (max-width: 1023px) {
	.w-footer__caption {
		max-width: 100%;
	}
}
.w-footer__caption sup {
	position: absolute;
	left: -5px;
	top: 4px;
	color: #fff9;
}
.w-footer__social {
	display: flex;
	gap: 24px;
}
@media (max-width: 1023px) {
	.w-footer__social {
		margin-left: 0;
		width: 100%;
		justify-content: space-between;
	}
}
@media (max-width: 743px) {
	.w-footer__social {
		flex-flow: row wrap;
		gap: 16px 24px;
		justify-content: flex-start;
	}
}
.w-footer__social .l-linkContact {
	position: relative;
}
.w-footer__social .l-linkContact sup {
	position: absolute;
	top: 4px;
	right: -5px;
}
@media (max-width: 767px) {
	.w-footer .l-linkContact {
		opacity: 0.6;
	}
}
.w-loader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: var(--clr-black);
	background: rgba(0, 0, 0, 0.4);
	-webkit-animation: loader 1s linear;
	animation: loader 1s linear;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
@-webkit-keyframes loader {
	0% {
		opacity: 1;
		-webkit-backdrop-filter: blur(200px);
		backdrop-filter: blur(200px);
		background: black;
	}
	80% {
		opacity: 1;
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px);
		background: rgba(0, 0, 0, 0.8);
	}
	99% {
		opacity: 0;
		background: rgba(0, 0, 0, 0.4);
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}
	to {
		display: none;
		visibility: hidden;
		z-index: -10;
		opacity: 0;
		-webkit-backdrop-filter: blur(0px);
		backdrop-filter: blur(0px);
	}
}
@keyframes loader {
	0% {
		opacity: 1;
		-webkit-backdrop-filter: blur(200px);
		backdrop-filter: blur(200px);
		background: black;
	}
	80% {
		opacity: 1;
		-webkit-backdrop-filter: blur(30px);
		backdrop-filter: blur(30px);
		background: rgba(0, 0, 0, 0.8);
	}
	99% {
		opacity: 0;
		background: rgba(0, 0, 0, 0.4);
		-webkit-backdrop-filter: blur(2px);
		backdrop-filter: blur(2px);
	}
	to {
		display: none;
		visibility: hidden;
		z-index: -10;
		opacity: 0;
		-webkit-backdrop-filter: blur(0px);
		backdrop-filter: blur(0px);
	}
}
.w-preloader {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #3d3d3d;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	opacity: 1;
	visibility: visible;
}
.w-preloader.done {
	visibility: hidden;
	opacity: 0;
}
.w-preloader__loader {
	transform: translate(-9px, -4px);
	animation: opacity 0.5s ease-in-out;
}
.w-preloader__loader svg {
	width: 100%;
	height: auto !important;
}
.w-preloader__loader svg .rect {
	animation: preloader 0.5s ease-in-out;
	animation-delay: 0.5s;
	transform: translateY(100%);
	animation-fill-mode: forwards;
}
@media (max-width: 743px) {
	.w-preloader__loader {
		width: calc(100% - 32px);
		transform: none;
		position: absolute;
		left: 50%;
		top: calc(50% - 5.5vh);
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 1023px) {
	.w-preloader__loader.is-about {
		transform: translate(-9px, -3.8vh);
	}
}
@media (max-width: 743px) {
	.w-preloader__loader.is-about {
		width: calc(100% - 5vw);
		transform: none;
		position: absolute;
		left: calc(50% - 4px);
		top: calc(50dvh - 4px);
		transform: translate(-50%, -50%);
		line-height: 0;
	}
}
.w-preloaderAbout {
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: #3d3d3d;
	z-index: 999;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 1s;
	opacity: 1;
	visibility: visible;
}
.w-preloaderAbout.done {
	visibility: hidden;
	opacity: 0;
}
.w-preloaderAbout__loader {
	transform: translate(-9px, -4px);
	animation: opacity 0.5s ease-in-out;
}
.w-preloaderAbout__loader svg {
	width: 100%;
	height: auto !important;
}
.w-preloaderAbout__loader svg .rect {
	animation: preloader 0.5s ease-in-out;
	animation-delay: 0.5s;
	transform: translateY(100%);
	animation-fill-mode: forwards;
}
@media (max-width: 1023px) {
	.w-preloaderAbout__loader {
		transform: translate(-9px, -3.8vh);
	}
}
@media (max-width: 743px) {
	.w-preloaderAbout__loader {
		width: calc(100% - 5vw);
		transform: none;
		position: absolute;
		left: calc(50% - 4px);
		top: calc(50dvh - 4px);
		transform: translate(-50%, -50%);
		line-height: 0;
	}
}
.w-form {
	padding-bottom: 140px;
}
@media (max-width: 1023px) {
	.w-form {
		padding-bottom: 150px;
	}
}
@media (max-width: 743px) {
	.w-form {
		padding-bottom: 100px;
	}
}
.w-form__inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.w-form__inner {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 743px) {
	.w-form__inner {
		gap: 30px;
	}
}
.w-form__body {
	width: 1040px;
	display: flex;
	gap: 32px;
	flex-direction: column;
}
@media (max-width: 1365px) {
	.w-form__body {
		width: 100%;
	}
}
.w-form__group {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.w-form__group_title {
	line-height: 125%;
	text-transform: uppercase;
}
.w-form__radios {
	display: flex;
	gap: 30px;
}
.w-form__radios-grid {
	display: grid;
	grid-template-columns: 200px 200px;
	gap: 12px 20px;
}
@media (max-width: 743px) {
	.w-form__radios-grid {
		grid-template-columns: 1fr;
		gap: 14px;
	}
}
.w-form__radio {
	display: flex;
	gap: 8px;
	align-items: center;
	cursor: pointer;
}
.w-form__radio input[type='radio'] {
	position: absolute;
	opacity: 0;
}
.w-form__radio input[type='radio'] + .radio-label {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	text-transform: uppercase;
	font-size: 12px;
	color: #747474;
	line-height: 125%;
}
.w-form__radio input[type='radio'] + .radio-label:before {
	content: '';
	border-radius: 100%;
	border: 1px solid #3d3d3d;
	opacity: 0.2;
	display: inline-block;
	width: 18px;
	height: 18px;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 0.25s ease;
}
.w-form__radio input[type='radio']:checked + .radio-label {
	color: #3d3d3d;
}
.w-form__radio input[type='radio']:checked + .radio-label:before {
	background-color: #3d3d3d;
	box-shadow: inset 0 0 0 4px #f6f6f6;
	opacity: 1;
}
.w-form__radio input[type='radio']:focus + .radio-label:before {
	outline: none;
	border-color: #3d3d3d;
}
.w-form__radio input[type='radio']:disabled + .radio-label:before {
	box-shadow: inset 0 0 0 4px #f6f6f6;
	border-color: #b6b6b6;
	background: rgb(182.25, 182.25, 182.25);
}
.w-form__radio input[type='radio'] + .radio-label:empty:before {
	margin-right: 0;
}
.w-form__personal {
	display: flex;
	gap: 16px;
	flex-flow: row wrap;
}
.w-form__input {
	width: 100%;
	padding: 0 4px 6px;
	line-height: 125%;
	color: #747474;
	font-size: 12px;
	border: none;
	outline: none;
	background: transparent;
	border-bottom: 1px solid rgba(61, 61, 61, 0.2);
	text-transform: uppercase;
	transition: 0.3s;
	border-radius: 0;
}
.w-form__input:focus {
	color: #3d3d3d;
	border-color: #3d3d3d;
}
.w-form__time {
	display: flex;
	gap: 16px;
	flex-flow: row wrap;
}
.w-form__clock {
	position: absolute;
	width: 18px;
	height: 18px;
	right: 8px;
	bottom: 4px;
}
.w-form__clock img {
	width: 100%;
	height: 100%;
}
.w-form__select {
	width: calc(50% - 8px);
	padding: 0 4px 6px;
	line-height: 125%;
	color: #747474;
	font-size: 12px;
	border: none;
	outline: none;
	background: transparent;
	border-bottom: 1px solid rgba(61, 61, 61, 0.2);
	text-transform: uppercase;
	transition: 0.3s;
	cursor: pointer;
	position: relative;
}
.w-form__select select {
	font-size: 12px;
	color: #747474;
	line-height: 125%;
	background: transparent;
	border: none;
	margin-left: 12px;
	appearance: none;
	outline: none;
	width: calc(100% - 50px);
	cursor: pointer;
}
.w-form__select:focus {
	color: #3d3d3d;
	border-color: #3d3d3d;
}
.w-form__textarea {
	padding: 6px 8px;
	border: 1px solid #d1d1d1;
	resize: none;
	text-transform: uppercase;
	color: #747474;
	width: 100%;
	font-size: 12px;
	background: transparent;
	height: 88px;
	outline: none;
	transition: 0.3s;
}
.w-form__textarea:focus {
	color: #3d3d3d;
	border-color: #3d3d3d;
}
.w-form__file {
	display: flex;
	gap: 16px;
}
.w-form__file_btn {
	font-size: 12px;
	line-height: 125%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	color: #747474;
	gap: 8px;
	cursor: pointer;
}
.w-form__file_btn:after {
	content: '';
	background-image: url(/build/assets/upload-icon-2e3dea57.svg);
	width: 16px;
	height: 16px;
	display: inline-flex;
}
@media (max-width: 743px) {
	.w-form__file {
		flex-direction: column;
	}
}
.w-form .l-linkPage {
	margin: 0 auto;
}
.w-form__policy {
	display: flex;
	align-items: center;
	cursor: pointer;
}
.w-form__policy__checkbox {
	display: flex;
}
.w-form__policy .l-link {
	color: #3d3d3d;
}
.w-form__policy .l-link:after {
	background-color: #3d3d3d;
}
.w-htmlNavbar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	min-height: 35px;
	z-index: 1000;
	display: block;
	max-width: 100%;
	padding: 0;
	margin: 0;
	display: flex;
	justify-content: end;
}
.w-htmlNavbar__spacer {
	display: block;
	width: 100%;
	height: 35px;
}
.w-htmlNavbar__label {
	padding-left: 1rem !important;
	padding-right: 1rem !important;
	color: #555;
}
.w-htmlNavbar ul {
	background-color: #ffffff80;
	display: block;
	display: flex;
	max-width: 100%;
	flex-wrap: nowrap;
	justify-content: end;
	align-items: center;
	flex-direction: row;
	padding: 0;
	margin: 0;
	border-top-left-radius: 10px;
	box-shadow: 8px 8px 8px #0006;
}
.w-htmlNavbar ul li {
	display: block;
	display: flex;
	padding: 0;
	margin: 0;
}
.w-htmlNavbar ul li a {
	display: block;
	padding: 0 0.7rem;
	color: #000;
	text-decoration: none;
}
.w-htmlNavbar ul li a:hover,
.w-htmlNavbar ul li a:focus,
.w-htmlNavbar ul li a:active {
	color: #555;
	text-decoration: underline;
}
.w-projectGrid {
	padding-bottom: 100px;
}
.w-projectGrid__inner,
.w-projectGrid__flex {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.w-projectGrid__row_big-left {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column dense;
	grid-auto-rows: 2fr;
	gap: 20px;
	grid-template-areas: 'big big small-1 small-2' 'big big small-3 small-4';
}
@media (max-width: 1023px) {
	.w-projectGrid__row_big-left {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-template-areas: 'big big' 'big big' 'small-1 small-2' 'small-3 small-4';
	}
}
@media (max-width: 600px) {
	.w-projectGrid__row_big-left {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}
.w-projectGrid__row_big-left .t-project:nth-child(1) {
	grid-area: big;
}
.w-projectGrid__row_big-left .t-project:nth-child(1) .t-project__image {
	aspect-ratio: 1/1.1;
}
@media (max-width: 1365px) {
	.w-projectGrid__row_big-left .t-project:nth-child(1) .t-project__image {
		aspect-ratio: initial;
		height: calc(100% - 64px);
		max-width: 100%;
	}
	.w-projectGrid__row_big-left .t-project:nth-child(1) .t-project__image img {
		height: 100%;
	}
}
@media (max-width: 600px) {
	.w-projectGrid__row_big-left .t-project:nth-child(1) .t-project__image {
		aspect-ratio: 1/1;
		height: auto;
	}
}
.w-projectGrid__row_big-left .t-project:nth-child(2) {
	grid-area: small-1;
}
.w-projectGrid__row_big-left .t-project:nth-child(3) {
	grid-area: small-2;
}
.w-projectGrid__row_big-left .t-project:nth-child(4) {
	grid-area: small-3;
}
.w-projectGrid__row_big-left .t-project:nth-child(5) {
	grid-area: small-4;
}
.w-projectGrid__row_default {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media (max-width: 1365px) {
	.w-projectGrid__row_default {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.w-projectGrid__row_default {
		grid-template-columns: 1fr;
	}
}
.w-projectGrid__row_one-line {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
@media (max-width: 1365px) {
	.w-projectGrid__row_one-line {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 600px) {
	.w-projectGrid__row_one-line {
		grid-template-columns: 1fr;
	}
}
.w-projectGrid__row_big-right {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-auto-flow: column dense;
	grid-auto-rows: 2fr;
	gap: 20px;
	grid-template-areas: 'small-1 small-2 big big' 'small-3 small-4 big big';
}
@media (max-width: 1023px) {
	.w-projectGrid__row_big-right {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(4, 1fr);
		grid-template-areas: 'big big' 'big big' 'small-1 small-2' 'small-3 small-4';
	}
}
@media (max-width: 600px) {
	.w-projectGrid__row_big-right {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
}
.w-projectGrid__row_big-right .t-project:nth-child(5) {
	grid-area: big;
}
.w-projectGrid__row_big-right .t-project:nth-child(5) .t-project__image {
	aspect-ratio: 1/1.1;
}
@media (max-width: 1365px) {
	.w-projectGrid__row_big-right .t-project:nth-child(5) .t-project__image {
		aspect-ratio: initial;
		height: calc(100% - 64px);
		max-width: 100%;
	}
	.w-projectGrid__row_big-right .t-project:nth-child(5) .t-project__image img {
		height: 100%;
	}
}
@media (max-width: 600px) {
	.w-projectGrid__row_big-right .t-project:nth-child(5) .t-project__image {
		aspect-ratio: 1/1;
		height: auto;
	}
}
.w-projectGrid__row_big-right .t-project:nth-child(1) {
	grid-area: small-1;
}
.w-projectGrid__row_big-right .t-project:nth-child(2) {
	grid-area: small-2;
}
.w-projectGrid__row_big-right .t-project:nth-child(3) {
	grid-area: small-3;
}
.w-projectGrid__row_big-right .t-project:nth-child(4) {
	grid-area: small-4;
}
.w-projectGrid__row_one-project .t-project__image {
	aspect-ratio: 1.83/1;
}
.w-projectGrid__row_one-project .t-project__image img {
	width: 100%;
}
@media (max-width: 1365px) {
	.w-projectGrid__row_one-project .t-project__image {
		aspect-ratio: 1/1;
	}
	.w-projectGrid__row_one-project .t-project__image img {
		width: 100%;
	}
}
.w-langSwitcher {
	display: flex;
	gap: 8px;
	height: max-content;
}
.w-langSwitcher .l-link {
	opacity: 0.6;
}
.w-langSwitcher .l-link:hover,
.w-langSwitcher .l-link.active {
	opacity: 1;
}
@media (max-width: 1023px) {
	.w-navbar .w-langSwitcher {
		display: none;
	}
}
.w-filters {
	padding-bottom: 40px;
}
.w-filters__grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 20px;
}
@media (max-width: 743px) {
	.w-filters__grid {
		position: absolute;
		bottom: 0;
		height: 50%;
		overflow-y: auto;
		left: 0;
		display: flex;
		flex-direction: column;
		gap: 8px;
		background: #f6f6f6;
		padding: 24px 16px;
		width: 100%;
	}
}
.w-filters__item {
	padding: 8px 4px 8px 8px;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(61, 61, 61, 0.1);
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}
.w-filters__item.no-border {
	border: none;
}
@media (max-width: 743px) {
	.w-filters__item.no-border {
		order: 1;
	}
}
.w-filters__item_value {
	font-style: italic;
	color: #3d3d3db3;
	transition: 0.3s;
	font-size: 16px;
	line-height: 125%;
}
.w-filters__item_arrow {
	background-image: url(/build/assets/filter-arrow-1dcb3eca.svg);
	width: 24px;
	height: 24px;
	transition: 0.3s;
	opacity: 0.4;
}
.w-filters__item .l-linkPage {
	margin: 0 auto;
}
.w-filters__item.active {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
}
.w-filters__item.active .w-filters__item_value {
	color: #3d3d3d;
}
.w-filters__item.active .w-filters__item_arrow {
	transform: rotate(180deg);
	opacity: 0.7;
}
.w-filters__dropdown {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
	position: absolute;
	width: 100%;
	background: #f6f6f6;
	top: 100%;
	left: 0;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s opacity;
}
.w-filters__dropdown_btn {
	padding: 16px 8px;
	text-align: center;
	border-top: 1px solid rgba(61, 61, 61, 0.1);
	font-family: var(--font-primary);
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: #3d3d3d;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	gap: 5px;
	justify-content: center;
}
.w-filters__dropdown_btn:before,
.w-filters__dropdown_btn:after {
	content: '/';
	transition: 0.3s;
}
.w-filters__dropdown_btn:hover {
	color: #3d3d3dcc;
}
.w-filters__dropdown_btn:hover:before {
	transform: translate(-3px);
}
.w-filters__dropdown_btn:hover:after {
	transform: translate(3px);
}
.w-filters__dropdown_btn.disabled {
	color: #3d3d3d4d;
	pointer-events: none;
}
.w-filters__item.active .w-filters__dropdown {
	opacity: 1;
	visibility: visible;
}
.w-filters__checkboxes {
	padding-bottom: 14px;
	padding-top: 6px;
	max-height: 210px;
	overflow-y: auto;
}
.w-filters__checkboxes .custom-checkbox {
	display: none;
}
.w-filters__checkboxes .custom-checkbox + label {
	font-weight: 400;
	cursor: pointer;
	width: 100%;
	display: block;
	padding: 8px;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 14px;
	color: #747474;
	text-transform: uppercase;
}
.w-filters__checkboxes .custom-checkbox + label:hover {
	background: rgba(61, 61, 61, 0.05);
}
.w-filters__checkboxes .custom-checkbox + label span {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	cursor: pointer;
	position: relative;
	border: 1px solid rgba(61, 61, 61, 0.2);
	border-radius: 4px;
	flex-shrink: 0;
}
.w-filters__checkboxes .custom-checkbox + label span:before {
	content: '';
	background-image: url(/build/assets/filter-check-88c0b17f.svg);
	opacity: 0;
	display: block;
	width: 16px;
	height: 16px;
	transition: opacity 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.w-filters__checkboxes .custom-checkbox:checked + label span {
	background-color: #3d3d3d;
	border-color: #3d3d3d;
}
.w-filters__checkboxes .custom-checkbox:checked + label span:before {
	opacity: 1;
}
.w-filters__checkboxes .custom-checkbox:disabled + label {
	opacity: 0.5;
}
.w-filters__checkboxes .custom-checkbox:disabled + label,
.w-filters__checkboxes .custom-checkbox:disabled + label span {
	cursor: default;
}
.w-filters__area {
	padding: 16px 8px 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.w-filters__range {
	margin: 11px 0;
	height: 2px;
	width: 100%;
	background: #d9d9d9;
	position: relative;
}
.w-filters__range_left,
.w-filters__range_right {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 2px solid #3d3d3d;
	background: #fff;
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.w-filters__range_left {
	left: 100px;
}
.w-filters__range_right {
	right: 0;
}
.w-filters__range_interval {
	position: absolute;
	height: 2px;
	width: calc(100% - 100px);
	z-index: 1;
	top: 0;
	right: 0;
	background: #3d3d3d;
}
.w-filters__rangeInputs {
	display: flex;
	align-items: center;
	gap: 16px;
}
.w-filters__rangeInputs_group {
	display: flex;
	flex-direction: column;
	gap: 7px;
	flex-grow: 1;
}
.w-filters__rangeInputs_title {
	color: #747474;
	font-size: 12px;
	line-height: 125%;
}
.w-filters__rangeInputs_input {
	position: relative;
}
.w-filters__rangeInputs_input input {
	padding: 0 6px 6px;
	border-bottom: 2px solid #3d3d3d;
	font-size: 14px;
	line-height: 125%;
	text-transform: uppercase;
	color: #3d3d3d;
	width: 100%;
}
.w-filters__rangeInputs_caption {
	font-size: 14px;
	line-height: 125%;
	text-transform: uppercase;
	color: #3d3d3db3;
	position: absolute;
	right: 6px;
	top: 0;
}
.w-filters__rangeInputs_separator {
	width: 24px;
	height: 1px;
	background: #3d3d3d;
}
.w-filters__radios {
	padding-bottom: 14px;
	padding-top: 6px;
	max-height: 210px;
	overflow-y: auto;
}
.w-filters__radios .custom-radio {
	display: none;
}
.w-filters__radios .custom-radio + label {
	font-weight: 400;
	cursor: pointer;
	display: block;
	padding: 8px;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 14px;
	color: #747474;
	text-transform: uppercase;
}
.w-filters__radios .custom-radio + label:hover {
	background: rgba(61, 61, 61, 0.05);
}
.w-filters__radios .custom-radio + label span {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border-radius: 50%;
	position: relative;
	border: 1px solid rgba(61, 61, 61, 0.2);
	flex-shrink: 0;
}
.w-filters__radios .custom-radio + label span:before {
	content: '';
	opacity: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #3d3d3d;
	transition: opacity 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.w-filters__radios .custom-radio:checked + label span {
	border: 1px solid rgb(61, 61, 61);
}
.w-filters__radios .custom-radio:checked + label span:before {
	opacity: 1;
}
.w-filters__radios .custom-radio:disabled + label {
	opacity: 0.5;
}
.w-filters__radios .custom-radio:disabled + label,
.w-filters__radios .custom-radio:disabled + label span {
	cursor: default;
}
@media (max-width: 743px) {
	.w-filters__modal {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		visibility: hidden;
		opacity: 0;
	}
	.w-filters__modal_overlay {
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		cusrsor: pointer;
	}
	.w-filters__modal_close {
		background-image: url(/build/assets/filters-modal-close-89fde2bc.svg);
		width: 32px;
		height: 32px;
		position: absolute;
		left: 50%;
		bottom: calc(50% + 22px);
	}
	.w-filters__modal .w-filters__grid {
		transform: translateY(100%);
		transition: transform 0.3s;
	}
	.w-filters__modal.active {
		opacity: 1;
		visibility: visible;
	}
	.w-filters__modal.active .w-filters__grid {
		transform: translateY(0);
	}
}
.w-catalogFilters {
	padding-bottom: 40px;
}
.w-catalogFilters__grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px 20px;
}
@media (max-width: 743px) {
	.w-catalogFilters__grid {
		position: absolute;
		bottom: 0;
		height: 50%;
		overflow-y: auto;
		left: 0;
		display: flex;
		flex-direction: column;
		gap: 8px;
		background: #f6f6f6;
		padding: 24px 16px;
		width: 100%;
	}
}
.w-catalogFilters__item {
	padding: 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(61, 61, 61, 0.1);
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
}
.w-catalogFilters__item_inner {
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
	position: relative;
	width: 100%;
}
.w-catalogFilters__item-area {
	padding-left: 8px;
	padding-right: 4px;
}
@media (max-width: 743px) {
	.w-catalogFilters__item-area {
		padding: 8px 4px 8px 8px;
	}
}
.w-catalogFilters__item.no-border {
	border: none;
}
@media (max-width: 743px) {
	.w-catalogFilters__item.no-border {
		order: 1;
	}
}
.w-catalogFilters__item_value {
	font-style: italic;
	color: #3d3d3db3;
	transition: 0.3s;
	font-size: 16px;
	line-height: 125%;
}
.w-catalogFilters__item_arrow {
	background-image: url(/build/assets/filter-arrow-1dcb3eca.svg);
	width: 24px;
	height: 24px;
	transition: 0.3s;
	opacity: 0.4;
}
.w-catalogFilters__item .l-linkPage {
	margin: 0 auto;
}
.w-catalogFilters__item.active {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
}
.w-catalogFilters__item.active .w-catalogFilters__item_value {
	color: #3d3d3d;
}
.w-catalogFilters__item.active .w-catalogFilters__item_arrow {
	transform: rotate(180deg);
	opacity: 0.7;
}
.w-catalogFilters__dropdown {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
	position: absolute;
	width: 100%;
	background: #f6f6f6;
	top: 100%;
	left: 0;
	z-index: 12;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s opacity;
}
.w-catalogFilters__dropdown_btn {
	padding: 16px 8px;
	text-align: center;
	border-top: 1px solid rgba(61, 61, 61, 0.1);
	font-family: var(--font-primary);
	font-size: 18px;
	font-style: italic;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	color: #3d3d3d;
	transition: 0.3s;
	cursor: pointer;
	display: flex;
	gap: 5px;
	justify-content: center;
}
.w-catalogFilters__dropdown_btn:before,
.w-catalogFilters__dropdown_btn:after {
	content: '/';
	transition: 0.3s;
}
.w-catalogFilters__dropdown_btn:hover {
	color: #3d3d3dcc;
}
.w-catalogFilters__dropdown_btn:hover:before {
	transform: translate(-3px);
}
.w-catalogFilters__dropdown_btn:hover:after {
	transform: translate(3px);
}
.w-catalogFilters__dropdown_btn.disabled {
	color: #3d3d3d4d;
	pointer-events: none;
}
.w-catalogFilters__item.active .w-catalogFilters__dropdown {
	opacity: 1;
	visibility: visible;
}
.w-catalogFilters__checkboxes {
	padding-bottom: 14px;
	padding-top: 6px;
	max-height: 210px;
	overflow-y: auto;
}
.w-catalogFilters__area {
	padding: 16px 8px 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}
.w-catalogFilters__range {
	margin: 11px 0;
	height: 2px;
	width: 100%;
	background: #d9d9d9;
	position: relative;
}
.w-catalogFilters__range_left,
.w-catalogFilters__range_right {
	width: 24px;
	height: 24px;
	border-radius: 4px;
	border: 2px solid #3d3d3d;
	background: #fff;
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	z-index: 2;
}
.w-catalogFilters__range_left {
	left: 100px;
}
.w-catalogFilters__range_right {
	right: 0;
}
.w-catalogFilters__range_interval {
	position: absolute;
	height: 2px;
	width: calc(100% - 100px);
	z-index: 1;
	top: 0;
	right: 0;
	background: #3d3d3d;
}
.w-catalogFilters__rangeInputs {
	display: flex;
	align-items: center;
	gap: 16px;
}
.w-catalogFilters__rangeInputs_group {
	display: flex;
	flex-direction: column;
	gap: 7px;
	flex-grow: 1;
}
.w-catalogFilters__rangeInputs_title {
	color: #747474;
	font-size: 12px;
	line-height: 125%;
}
.w-catalogFilters__rangeInputs_input {
	position: relative;
}
.w-catalogFilters__rangeInputs_input input {
	padding: 0 6px 6px;
	border-bottom: 2px solid #3d3d3d;
	font-size: 14px;
	line-height: 125%;
	text-transform: uppercase;
	color: #3d3d3d;
	width: 100%;
}
.w-catalogFilters__rangeInputs_caption {
	font-size: 14px;
	line-height: 125%;
	text-transform: uppercase;
	color: #3d3d3db3;
	position: absolute;
	right: 6px;
	top: 0;
}
.w-catalogFilters__rangeInputs_separator {
	width: 24px;
	height: 1px;
	background: #3d3d3d;
}
.w-catalogFilters__radios {
	padding-bottom: 14px;
	padding-top: 6px;
	max-height: 210px;
	overflow-y: auto;
}
.w-catalogFilters__radios .custom-radio {
	display: none;
}
.w-catalogFilters__radios .custom-radio + label {
	font-weight: 400;
	cursor: pointer;
	display: block;
	padding: 8px;
	display: flex;
	gap: 8px;
	align-items: center;
	font-size: 14px;
	color: #747474;
	text-transform: uppercase;
}
.w-catalogFilters__radios .custom-radio + label:hover {
	background: rgba(61, 61, 61, 0.05);
}
.w-catalogFilters__radios .custom-radio + label span {
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	height: 22px;
	cursor: pointer;
	border-radius: 50%;
	position: relative;
	border: 1px solid rgba(61, 61, 61, 0.2);
	flex-shrink: 0;
}
.w-catalogFilters__radios .custom-radio + label span:before {
	content: '';
	opacity: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #3d3d3d;
	transition: opacity 0.3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.w-catalogFilters__radios .custom-radio:checked + label span {
	border: 1px solid rgb(61, 61, 61);
}
.w-catalogFilters__radios .custom-radio:checked + label span:before {
	opacity: 1;
}
.w-catalogFilters__radios .custom-radio:disabled + label {
	opacity: 0.5;
}
.w-catalogFilters__radios .custom-radio:disabled + label,
.w-catalogFilters__radios .custom-radio:disabled + label span {
	cursor: default;
}
@media (max-width: 743px) {
	.w-catalogFilters__modal {
		position: fixed;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 100;
		visibility: hidden;
		opacity: 0;
	}
	.w-catalogFilters__modal_overlay {
		background: rgba(0, 0, 0, 0.3);
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		cusrsor: pointer;
	}
	.w-catalogFilters__modal_close {
		background-image: url(/build/assets/filters-modal-close-89fde2bc.svg);
		width: 32px;
		height: 32px;
		position: absolute;
		left: 50%;
		bottom: calc(50% + 22px);
	}
	.w-catalogFilters__modal .w-catalogFilters__grid {
		transform: translateY(100%);
		transition: transform 0.3s;
	}
	.w-catalogFilters__modal.active {
		opacity: 1;
		visibility: visible;
	}
	.w-catalogFilters__modal.active .w-catalogFilters__grid {
		transform: translateY(0);
	}
}
.w-catalogFilters .multiselect__select .multiselect__tags {
	background: transparent;
}
.w-catalogFilters .multiselect {
	min-height: auto;
	padding: 8px 4px 8px 8px;
	box-sizing: border-box;
}
.w-catalogFilters .multiselect--active {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
}
.w-catalogFilters .multiselect .multiselect__select {
	padding: 0;
	width: 24px;
	height: 24px;
	right: 4px;
	top: 7px;
	z-index: 2;
}
.w-catalogFilters .multiselect .multiselect__select:before {
	background-image: url(/build/assets/filter-arrow-1dcb3eca.svg);
	width: 24px;
	height: 24px;
	display: block;
	background-repeat: no-repeat;
	margin: 0;
	border: none;
	right: auto;
	opacity: 0.4;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.w-catalogFilters .multiselect .multiselect__tags {
	background: transparent;
	border: none;
	padding: 0;
	min-height: auto;
	color: #3d3d3d;
	line-height: 21px;
}
.w-catalogFilters .multiselect .multiselect__input {
	min-height: auto;
	background: transparent;
	margin-bottom: 0;
	font-style: italic;
	color: #3d3d3db3;
	font-size: 16px;
	line-height: 125%;
}
.w-catalogFilters .multiselect .multiselect__placeholder {
	font-style: italic;
	color: #3d3d3db3;
	transition: 0.3s;
	font-size: 16px;
	line-height: 125%;
	margin-bottom: 0;
	display: inline-block !important;
	padding-top: 0 !important;
}
.w-catalogFilters .multiselect--active .multiselect__placeholder {
	color: #3d3d3d;
}
.w-catalogFilters .multiselect .multiselect__option--selected:after {
	display: none !important;
}
.w-catalogFilters .multiselect .multiselect__single {
	margin-bottom: 0 !important;
}
.w-catalogFilters .multiselect .multiselect__tags-wrap {
	overflow-y: hidden;
	height: 30px;
}
.w-catalogFilters .multiselect .multiselect__tag {
	background: rgba(61, 61, 61, 0.7);
	margin-right: 5px;
	margin-bottom: 2px;
}
.w-catalogFilters .multiselect .multiselect__tag-icon:after {
	color: #fff;
}
.w-catalogFilters .multiselect .multiselect__content-wrapper {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
	background: #f6f6f6;
	width: 100%;
	left: 0;
	margin-top: 10px;
}
@media (max-width: 743px) {
	.w-catalogFilters .multiselect .multiselect__content-wrapper {
		position: relative;
		box-shadow: none;
		border: none;
	}
}
@media (max-width: 743px) {
	.w-catalogFilters__item .l-linkPage {
		margin-top: 20px;
	}
}
.w-catalogFilters__item_reset {
	background-image: url(/img/icons/filters-delete.svg);
	width: 22px;
	height: 22px;
	right: 2px;
	position: absolute;
}
.w-lottieAnimation {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
	max-width: 800px;
	transition: 0.3s;
}
.w-lottieAnimation.sticky {
	position: absolute;
}
.w-relatedProjects {
	padding: 60px 0 100px;
}
@media (max-width: 1365px) {
	.w-relatedProjects .l-container {
		padding: 0;
	}
	.w-relatedProjects .l-prefix {
		padding-left: 30px;
	}
}
@media (max-width: 743px) {
	.w-relatedProjects .l-prefix {
		padding-left: 16px;
	}
}
.w-relatedProjects__carousel {
	margin-top: 40px;
}
@media (max-width: 1365px) {
	.w-relatedProjects__carousel {
		padding: 0 30px !important;
	}
}
@media (max-width: 743px) {
	.w-relatedProjects__carousel {
		padding: 0 16px !important;
	}
}
.w-relatedProjects__carousel-wrapper {
	height: auto !important;
}
.w-relatedProjects__item {
	text-decoration: none;
}
.w-relatedProjects__item_pic {
	aspect-ratio: 1/1;
}
.w-relatedProjects__item_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w-relatedProjects__item_title {
	margin-top: 16px;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	color: #3d3d3d;
	text-decoration: none;
}
@media (max-width: 743px) {
	.w-relatedProjects__item_title {
		font-size: 18px;
	}
}
.w-relatedProjects__item_caption {
	margin-top: 8px;
	color: #a8a9a7;
	line-height: 125%;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}
@media (max-width: 1023px) {
	.w-relatedProjects__item_caption {
		-webkit-line-clamp: none;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
.w-cookies-tooltip {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 222;
	display: flex;
	justify-content: center;
	padding: 30px;
}
@media (max-width: 743px) {
	.w-cookies-tooltip {
		padding: 16px;
	}
}
.w-cookies-tooltip__inner {
	display: flex;
	align-items: center;
	max-width: 1000px;
	padding: 30px;
	background: #3d3d3d;
	color: #fff;
	box-shadow: 0 10px 25px #00000040;
}
@media (max-width: 743px) {
	.w-cookies-tooltip__inner {
		padding: 16px;
	}
}
.w-cookies-tooltip__close-btn {
	cursor: pointer;
	margin-left: 30px;
}
@media (max-width: 743px) {
	.w-cookies-tooltip__close-btn {
		margin-left: 16px;
	}
}
.w-homeVideo {
	background: linear-gradient(0deg, #3d3d3d 0%, #3d3d3d 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}
@media (max-width: 768px) {
	.w-homeVideo {
		display: none;
	}
}
.w-homeVideo__mobile {
	height: 100%;
	width: 100%;
	z-index: 0;
	position: absolute;
	inset: 0;
	pointer-events: none;
	display: none;
	background: linear-gradient(0deg, #3d3d3d 0%, #3d3d3d 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0.35) 100%);
}
@media (max-width: 768px) {
	.w-homeVideo__mobile {
		display: block;
	}
}
.w-homeVideo__mobile video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w-homeViewport {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc(100vh - 96px);
	height: calc(var(--vh, 1vh) * 100 - 96px);
	position: relative;
}
@media (min-width: 1367px) {
	.w-homeViewport {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.w-homeViewport {
		height: calc(100svh - 68px);
	}
}
.w-homeViewport__center {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 30px;
	transform: translate(-7px, -20px);
	z-index: 1000;
	animation: opacity 0.5s ease-in-out;
}
@media (max-width: 1025px) {
	.w-homeViewport__center {
		width: calc(100% - 60px);
	}
}
@media (max-width: 743px) {
	.w-homeViewport__center {
		gap: 16px;
		width: calc(100% - 32px);
		margin-top: -96px;
		transform: translateY(52px);
	}
}
.w-homeViewport__center svg {
	width: 100%;
	height: auto;
}
.w-homeViewport__center svg .rect {
	animation: preloader 0.5s ease-in-out;
	animation-delay: 0.5s;
	transform: translateY(100%);
	animation-fill-mode: forwards;
}
.w-homeViewport__center.done {
	z-index: 1;
}
.w-homeViewport__title img {
	max-width: 100%;
}
.w-homeViewport__subtitle {
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	line-height: 125%;
	max-width: 740px;
	animation-delay: 1s;
	animation: opacity-subtitle 1.5s linear;
}
@media (max-width: 743px) {
	.w-homeViewport__subtitle {
		font-size: 12px;
		max-width: 100%;
	}
}
.w-homeViewport__bottom {
	position: absolute;
	bottom: 30px;
	width: 100%;
}
@media (max-width: 767px) {
	.w-homeViewport__bottom {
		bottom: 24px;
	}
}
.w-homeViewport .l-container {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1025px) {
	.w-homeViewport .l-container {
		flex-direction: column;
		gap: 24px;
		align-items: center;
	}
}
@media (max-width: 767px) {
	.w-homeViewport .l-container {
		gap: 20px;
	}
}
.w-homeViewport__nav {
	display: flex;
	gap: 12px;
	position: absolute;
	left: 50%;
	transform: translate(-50%);
}
@media (max-width: 1025px) {
	.w-homeViewport__nav {
		position: relative;
		transform: none;
		left: auto;
	}
}
@media (max-width: 767px) {
	.w-homeViewport__nav {
		display: flex;
		justify-content: space-between;
		width: 100%;
		gap: 8px;
	}
}
.w-homeViewport__nav_button {
	cursor: pointer;
	transition: 0.3s;
	text-decoration: none;
}
.w-homeViewport__nav_button--mobile {
	display: none;
}
.w-homeViewport__nav_button:hover {
	opacity: 0.9;
}
.w-homeViewport__nav_button svg {
	width: 100%;
}
@media (max-width: 767px) {
	.w-homeViewport__nav_button--mobile {
		display: block;
	}
	.w-homeViewport__nav_button--desktop {
		display: none;
	}
}
.w-homeViewport__social {
	display: flex;
	gap: 25px;
}
.w-homeViewport__social_col {
	display: flex;
	flex-direction: column;
	gap: 8px;
	justify-content: flex-end;
}
.w-homeViewport__social_col .l-linkContact {
	position: relative;
}
.w-homeViewport__social_col .l-linkContact sup {
	position: absolute;
	top: 4px;
	right: -5px;
}
@media (max-width: 1025px) {
	.w-homeViewport__social {
		display: none;
	}
}
.w-homeViewport__contact {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: flex-end;
	position: relative;
}
@media (max-width: 1025px) {
	.w-homeViewport__contact {
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
}
@media (max-width: 767px) {
	.w-homeViewport__contact {
		flex-direction: row;
		width: 100%;
		justify-content: space-between;
	}
}
@keyframes z-index {
	0% {
		z-index: 1000;
	}
	90% {
		z-index: 1000;
	}
	to {
		z-index: 1;
	}
}
@keyframes opacity {
	0% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes preloader {
	0% {
		transform: translateY(100%);
	}
	to {
		transform: translateY(0);
	}
}
@keyframes opacity-subtitle {
	0% {
		opacity: 0;
	}
	90% {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.w-homeAbout {
	position: relative;
	padding: 200px 0;
}
@media (max-width: 1023px) {
	.w-homeAbout {
		padding: 150px 0;
	}
}
@media (max-width: 743px) {
	.w-homeAbout {
		padding: 100px 0;
	}
}
.w-homeAbout__inner {
	position: relative;
}
.w-homeAbout .l-prefix {
	position: absolute;
	top: 25px;
	left: 0;
}
@media (max-width: 1023px) {
	.w-homeAbout .l-prefix {
		top: -32px;
	}
}
.w-homeAbout__text {
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	text-transform: uppercase;
	text-indent: 290px;
}
@media (max-width: 1023px) {
	.w-homeAbout__text {
		text-indent: 0;
		margin-top: 16px;
		font-size: 24px;
		line-height: 125%;
	}
}
@media (max-width: 743px) {
	.w-homeAbout__text {
		font-size: 20px;
	}
}
.w-homePhilosophy {
	position: relative;
	padding: 0;
}
.w-homePhilosophy__inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
}
.w-homePhilosophy__text {
	display: flex;
	flex-direction: column;
	max-width: 760px;
}
@media (max-width: 1365px) {
	.w-homePhilosophy__text {
		max-width: 100%;
		order: 1;
		margin-top: 16px;
	}
	.w-homePhilosophy__text p {
		margin: 0;
	}
}
.w-homePhilosophy__image {
	width: 100%;
	margin-top: 40px;
}
.w-homePhilosophy__image img {
	width: 100%;
	transform: scale(0.8);
}
.w-homeServices {
	position: relative;
	padding: 140px 0;
}
@media (max-width: 743px) {
	.w-homeServices {
		padding: 100px 0;
	}
}
.w-homeServices .l-prefix {
	margin-right: auto;
}
.w-homeServices__inner {
	position: relative;
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}
.w-homeServices__content {
	max-width: 760px;
	margin-right: auto;
}
@media (max-width: 1023px) {
	.w-homeServices__content {
		max-width: 100%;
		margin-top: 16px;
	}
}
.w-homeServices__list {
	margin-top: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
@media (max-width: 743px) {
	.w-homeServices__list {
		margin-top: 25px;
	}
}
.w-homeServices__item {
	padding: 0 0 10px;
	font-size: 38px;
	line-height: 135%;
	text-transform: uppercase;
	cursor: pointer;
	border-bottom: 1px solid rgba(61, 61, 61, 0.2);
	display: flex;
	justify-content: space-between;
	position: relative;
	text-decoration: none;
	color: #3d3d3d;
	transition: color 0.15s ease-out;
}
.w-homeServices__item:after {
	content: '';
	width: 48px;
	height: 48px;
	background-image: url(/build/assets/services-arrow-d665ab7d.svg);
	transform: rotate(-45deg);
	transition: 0.3s;
}
@media (max-width: 743px) {
	.w-homeServices__item:after {
		width: 32px;
		height: 32px;
		background-size: contain;
	}
}
.w-homeServices__item:hover:after {
	transform: rotate(0);
}
.w-homeServices__item:hover,
.w-homeServices__item:focus,
.w-homeServices__item:active {
	text-decoration: none;
	color: #0a0a0a;
	text-shadow: 0px 2px 10px rgb(255, 255, 255);
}
@media (max-width: 1023px) {
	.w-homeServices__item {
		font-size: 24px;
		align-items: center;
	}
}
@media (max-width: 743px) {
	.w-homeServices__item {
		font-size: 20px;
		padding-bottom: 5px;
	}
}
.w-homeServices__item_overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 3;
}
.w-homeProjects {
	padding-bottom: 140px;
}
@media (max-width: 743px) {
	.w-homeProjects {
		padding-bottom: 100px;
	}
}
.w-homeProjects__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.w-homeProjects__top {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.w-homeProjects__grid {
	display: flex;
	gap: 60px 20px;
	flex-flow: row wrap;
	align-items: flex-start;
}
@media (max-width: 1023px) {
	.w-homeProjects__grid {
		gap: 60px;
		flex-flow: column;
		flex-direction: column;
	}
}
@media (max-width: 743px) {
	.w-homeProjects__grid {
		gap: 20px;
	}
}
.w-homeProjects__item {
	width: 21.21%;
	cursor: pointer;
	display: block;
	text-decoration: none;
	color: #3d3d3d;
	transition: color 0.15s ease-out;
}
@media (max-width: 1023px) {
	.w-homeProjects__item {
		width: 100%;
	}
}
.w-homeProjects__item_image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
	display: block;
}
.w-homeProjects__item_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
@media (max-width: 1023px) {
	.w-homeProjects__item_image img {
		width: 100%;
		height: 100%;
	}
}
.w-homeProjects__item_image:after {
	content: '';
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.w-homeProjects__item_title {
	margin-top: 16px;
	font-size: 20px;
	text-transform: uppercase;
	display: block;
	color: #3d3d3d;
	text-decoration: none;
}
@media (max-width: 743px) {
	.w-homeProjects__item_title {
		font-size: 18px;
	}
}
.w-homeProjects__item_caption {
	margin-top: 8px;
	color: #a8a9a7;
	line-height: 125%;
	height: 40px;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
}
@media (max-width: 1023px) {
	.w-homeProjects__item_caption {
		height: auto;
		-webkit-line-clamp: none;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
.w-homeProjects__item_hovered {
	width: 64px;
	height: 64px;
	border-radius: 60px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
	z-index: 3;
}
.w-homeProjects__item_hovered:after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(/build/assets/arrow-06749aab.svg);
	background-size: contain;
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	transition: 0.3s;
	transition-delay: 0.05s;
}
.w-homeProjects__item:hover .w-homeProjects__item_image:after {
	background: rgba(0, 0, 0, 0.2);
}
.w-homeProjects__item:hover .w-homeProjects__item_image img {
	transform: scale(1.1);
}
.w-homeProjects__item:hover .w-homeProjects__item_hovered {
	opacity: 1;
}
.w-homeProjects__item:hover .w-homeProjects__item_hovered:after {
	transform: rotate(45deg);
}
.w-homeProjects__item:nth-of-type(2) {
	width: 43.93%;
	margin-left: 33.14%;
}
.w-homeProjects__item:nth-of-type(2) .w-homeProjects__item_image {
	aspect-ratio: 2.071/1;
}
@media (max-width: 1379px) {
	.w-homeProjects__item:nth-of-type(2) {
		margin-left: 32.14%;
	}
}
@media (max-width: 1023px) {
	.w-homeProjects__item:nth-of-type(2) {
		width: 100%;
		margin-left: 0;
	}
	.w-homeProjects__item:nth-of-type(2) .w-homeProjects__item_image {
		aspect-ratio: 1/1;
	}
}
.w-homeProjects__item:nth-of-type(5) {
	margin-left: 33.14%;
}
@media (max-width: 1379px) {
	.w-homeProjects__item:nth-of-type(5) {
		margin-left: 32%;
	}
}
@media (max-width: 1023px) {
	.w-homeProjects__item:nth-of-type(5) {
		width: 100%;
		margin-left: 0;
	}
	.w-homeProjects__item:nth-of-type(5) .w-homeProjects__item_image {
		aspect-ratio: 1/1;
	}
}
.w-homeProjects__item:nth-of-type(6) {
	width: 43.93%;
}
@media (max-width: 1023px) {
	.w-homeProjects__item:nth-of-type(6) {
		width: 100%;
	}
}
.w-homeProjects__item:nth-of-type(7) {
	margin-left: auto;
	margin-top: auto;
}
.w-homeProjects__item:nth-of-type(8) .w-homeProjects__item_image {
	aspect-ratio: 1/2.071;
}
.w-homeProjects__item:nth-of-type(8) .w-homeProjects__item_image img {
	height: 100%;
	max-width: auto;
}
@media (max-width: 1023px) {
	.w-homeProjects__item:nth-of-type(8) {
		width: 100%;
		margin-left: 0;
	}
	.w-homeProjects__item:nth-of-type(8) .w-homeProjects__item_image {
		aspect-ratio: 1/1;
	}
}
.w-homeProjects__item:hover,
.w-homeProjects__item:focus,
.w-homeProjects__item:active {
	text-decoration: none;
	color: #0a0a0a;
}
.w-contactPlaces {
	padding-bottom: 140px;
	padding-top: 30px;
}
@media (max-width: 1023px) {
	.w-contactPlaces {
		padding-top: 10px;
		padding-bottom: 150px;
	}
}
@media (max-width: 743px) {
	.w-contactPlaces {
		padding-top: 20px;
		padding-bottom: 100px;
	}
}
.w-contactPlaces .l-container {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.w-contactPlaces__inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.w-contactPlaces__inner {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 743px) {
	.w-contactPlaces__inner {
		gap: 30px;
	}
}
.w-contactPlaces__group {
	width: 1040px;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
@media (max-width: 1365px) {
	.w-contactPlaces__group {
		width: 100%;
	}
}
@media (max-width: 1023px) {
	.w-contactPlaces__group {
		flex-direction: column;
		gap: 40px;
	}
}
.w-contactPlaces__content {
	display: flex;
	gap: 20px;
}
@media (max-width: 1023px) {
	.w-contactPlaces__content {
		flex-direction: column;
	}
}
.w-contactPlaces__info {
	width: 50%;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1023px) {
	.w-contactPlaces__info {
		justify-content: space-between;
		width: 100%;
	}
}
@media (max-width: 743px) {
	.w-contactPlaces__info {
		flex-direction: column;
	}
}
.w-contactPlaces__col {
	display: grid;
	grid-template-columns: repeat(2, 50%);
	gap: 16px;
}
@media (max-width: 1023px) {
	.w-contactPlaces__col {
		width: auto;
	}
}
.w-contactPlaces__row {
	display: flex;
	width: 100%;
	justify-content: space-between;
	flex-flow: row wrap;
	gap: 20px;
}
@media (max-width: 743px) {
	.w-contactPlaces__row {
		flex-direction: column;
	}
}
.w-contactPlaces__rowContact {
	display: flex;
	width: 100%;
	justify-content: space-between;
	gap: 20px;
	align-items: center;
	margin-top: 24px;
	position: relative;
}
@media (max-width: 743px) {
	.w-contactPlaces__rowContact {
		flex-direction: column;
		justify-content: flex-start;
		align-items: flex-start;
	}
}
.w-contactPlaces__social {
	width: 160px;
	flex: 0 0 auto;
	display: flex;
	gap: 6px;
}
.w-contactPlaces__social a {
	display: block;
	padding: 4px;
}
@media (max-width: 743px) {
	.w-contactPlaces__social {
		position: absolute;
		right: 0;
		top: -60px;
	}
}
.w-contactPlaces__address {
	max-width: calc(100% - 150px);
}
@media (max-width: 743px) {
	.w-contactPlaces__address {
		max-width: 100%;
	}
}
.w-contactPlaces__bottom {
	display: flex;
	margin-top: auto;
	justify-content: space-between;
	flex-flow: row wrap;
	gap: 20px;
}
@media (max-width: 1023px) {
	.w-contactPlaces__bottom {
		margin-top: 48px;
		gap: 24px;
	}
}
@media (max-width: 743px) {
	.w-contactPlaces__bottom {
		flex-flow: row wrap;
	}
}
.w-contactPlaces__item {
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding-right: 10px;
}
@media (max-width: 743px) {
	.w-contactPlaces__item {
		padding-right: 0;
	}
}
.w-contactPlaces__item--phone {
	width: 160px;
}
.w-contactPlaces__item_title {
	color: #747474;
	font-size: 12px;
	line-height: 125%;
	text-transform: uppercase;
}
.w-contactPlaces__item_value {
	font-size: 14px;
	line-height: 125%;
	text-decoration-line: underline;
	cursor: pointer;
	color: #3d3d3d;
}
.w-contactPlaces__map {
	width: 50%;
}
@media (max-width: 1023px) {
	.w-contactPlaces__map {
		width: 100%;
	}
}
.w-contactPlaces__map img {
	width: 100%;
	max-height: 330px;
	object-fit: cover;
}
@media (max-width: 1023px) {
	.w-contactPlaces__map img {
		max-height: 440px;
	}
}
@media (max-width: 743px) {
	.w-contactPlaces__map img {
		max-height: 220px;
	}
}
.w-aboutAbout {
	position: relative;
	padding: 600px 0 200px;
}
@media (max-width: 1023px) {
	.w-aboutAbout {
		padding: 500px 0 150px;
	}
}
@media (max-width: 743px) {
	.w-aboutAbout {
		padding: 450px 0 100px;
	}
}
.w-aboutAbout__inner {
	position: relative;
}
.w-aboutAbout .l-prefix {
	position: absolute;
	top: 25px;
	left: 0;
}
@media (max-width: 1023px) {
	.w-aboutAbout .l-prefix {
		top: -32px;
	}
}
.w-aboutAbout__text {
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	text-transform: uppercase;
	text-indent: 290px;
}
@media (max-width: 1023px) {
	.w-aboutAbout__text {
		text-indent: 0;
		font-size: 24px;
		line-height: 125%;
	}
}
@media (max-width: 743px) {
	.w-aboutAbout__text {
		font-size: 20px;
	}
}
.w-aboutAbout__canvas {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
	width: 100%;
	max-width: 800px;
}
.w-aboutAbout__canvas.sticky {
	position: absolute;
}
.w-aboutViewport {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: calc(100vh - 96px);
	height: calc(var(--vh, 1vh) * 100 - 96px);
	position: relative;
}
@media (min-width: 1367px) {
	.w-aboutViewport {
		margin-bottom: 50px;
	}
}
@media (max-width: 767px) {
	.w-aboutViewport {
		height: calc(100svh - 68px);
	}
}
.w-aboutViewport__inner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.w-aboutViewport__subtitle {
	max-width: 760px;
	text-align: center;
	color: #3d3d3d;
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 140px;
	opacity: 1;
	transition: 0.3s;
}
@media (max-width: 743px) {
	.w-aboutViewport__subtitle {
		font-size: 12px;
		max-width: 100%;
	}
}
.w-aboutViewport__subtitle.opacity {
	opacity: 0;
}
.w-aboutTeam {
	padding-bottom: 150px;
}
@media (max-width: 743px) {
	.w-aboutTeam {
		padding-bottom: 100px;
	}
}
.w-aboutTeam__inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.w-aboutTeam__inner {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 743px) {
	.w-aboutTeam__inner {
		gap: 30px;
	}
}
.w-aboutTeam__content {
	width: 1040px;
}
.w-aboutTeam__content .l-linkPage {
	margin: 24px auto 0;
	justify-content: center;
}
@media (max-width: 743px) {
	.w-aboutTeam__content .l-linkPage {
		justify-content: flex-start;
	}
}
@media (max-width: 1365px) {
	.w-aboutTeam__content {
		width: 100%;
	}
}
.w-aboutTeam__grid {
	display: grid;
	gap: 24px 0;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1365px) {
	.w-aboutTeam__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 743px) {
	.w-aboutTeam__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
.w-aboutTeam__item {
	padding: 12px 16px;
	border-right: 1px solid rgba(61, 61, 61, 0.4);
	transition: 0.3s;
	cursor: pointer;
}
.w-aboutTeam__item:hover {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
}
@media (min-width: 1024px) {
	.w-aboutTeam__item:nth-child(3n + 3) {
		border: none;
	}
}
.w-aboutTeam__item_name {
	font-size: 14px;
	font-weight: 500;
	line-height: 125%;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.w-aboutTeam__item_job {
	line-height: 125%;
	margin-bottom: 4px;
	font-size: 16px;
}
.w-aboutTeam__item_university {
	font-size: 14px;
	line-height: 125%;
}
@media (max-width: 1023px) {
	.w-aboutTeam__item {
		border: none;
	}
	.w-aboutTeam__item:nth-child(odd) {
		border-right: 1px solid rgba(61, 61, 61, 0.4);
	}
}
@media (max-width: 743px) {
	.w-aboutTeam__item {
		border-bottom: 1px solid rgba(61, 61, 61, 0.4);
		border-right: none !important;
		padding: 12px 0;
	}
}
.w-aboutTeamModal {
	width: 100vw;
	height: 100vh;
	position: fixed;
	left: 0;
	top: 0;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 3;
}
.w-aboutTeamModal.show {
	pointer-events: all;
	opacity: 1;
	z-index: 99999999;
}
.w-aboutTeamModal__close {
	background-image: url(/build/assets/close-modal-d9e960cf.svg);
	width: 48px;
	height: 48px;
	position: absolute;
	top: calc(50% - 24px);
	right: calc(50% + 16px);
	cursor: pointer;
}
@media (max-width: 1365px) {
	.w-aboutTeamModal__close {
		right: auto;
		left: 26px;
	}
}
@media (max-width: 743px) {
	.w-aboutTeamModal__close {
		background-image: url(/build/assets/close-modal-mobile-28886cb5.svg);
		width: 24px;
		height: 24px;
		top: 30px;
		left: auto;
		right: 16px;
		z-index: 2342342;
	}
}
.w-aboutTeamModal__overlay {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	position: absolute;
	background: rgba(0, 0, 0, 0.35);
	cursor: pointer;
}
.w-aboutTeamModal__inner {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	padding: 30px 60px;
	transform: translate(100%);
	transition: 0.3s ease;
	overflow: auto;
}
@media (max-width: 1365px) {
	.w-aboutTeamModal__inner {
		width: calc(100% - 100px);
	}
}
@media (max-width: 1023px) {
	.w-aboutTeamModal__inner {
		padding: 30px;
	}
}
@media (max-width: 743px) {
	.w-aboutTeamModal__inner {
		width: 100%;
		padding: 30px 16px;
	}
}
.w-aboutTeamModal.show .w-aboutTeamModal__inner {
	transform: translate(0);
}
.w-aboutTeamModal__top {
	display: flex;
	align-items: flex-end;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__top {
		flex-flow: row wrap;
	}
}
.w-aboutTeamModal__avatar {
	width: 95px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
}
.w-aboutTeamModal__avatar img {
	max-height: 100%;
	max-width: 100%;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__avatar {
		margin-right: calc(100% - 95px);
		margin-bottom: 16px;
	}
}
.w-aboutTeamModal__personal {
	margin-left: 16px;
	max-width: 290px;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__personal {
		margin-left: 0;
		max-width: 100%;
	}
}
.w-aboutTeamModal__personal_name {
	font-size: 20px;
	line-height: 125%;
	text-transform: uppercase;
}
.w-aboutTeamModal__personal_job {
	color: #3d3d3db3;
	line-height: 125%;
	margin-top: 6px;
	font-size: 16px;
}
.w-aboutTeamModal__born {
	margin-left: auto;
	max-width: 170px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__born {
		align-items: flex-start;
		margin-top: 20px;
		max-width: 100%;
		margin-left: 0;
	}
}
.w-aboutTeamModal__born_city {
	font-size: 20px;
	line-height: 125%;
	text-transform: uppercase;
	text-align: right;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__born_city {
		text-align: left;
	}
}
.w-aboutTeamModal__born_date {
	color: #3d3d3db3;
	line-height: 125%;
	margin-top: 6px;
	font-size: 16px;
}
.w-aboutTeamModal__about {
	margin-top: 40px;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__about {
		margin-top: 32px;
	}
}
.w-aboutTeamModal__about_text {
	margin-top: 20px;
	line-height: 125%;
}
.w-aboutTeamModal__about_text p {
	margin-bottom: 1em;
}
.w-aboutTeamModal__projects {
	margin-top: 60px;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__projects {
		margin-top: 32px;
	}
}
.w-aboutTeamModal__list {
	margin-top: 20px;
}
.w-aboutTeamModal__project {
	display: flex;
	padding: 8px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
	text-decoration: none;
	color: #3d3d3d;
	transition: 0.3s;
	align-items: center;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__project {
		flex-flow: row wrap;
		position: relative;
		padding: 12px 0;
	}
}
.w-aboutTeamModal__project:first-child {
	border-top: 1px solid #d1d1d1;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__project:first-child {
		border-top: none;
	}
}
.w-aboutTeamModal__project:hover {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
}
.w-aboutTeamModal__project_name {
	font-weight: 500;
	text-transform: uppercase;
	min-width: 190px;
	max-width: 190px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__project_name {
		max-width: calc(100% - 90px);
		min-width: auto;
	}
}
.w-aboutTeamModal__project_year {
	color: #3d3d3d80;
	font-weight: 500;
	text-transform: uppercase;
	font-size: 14px;
	margin-left: 24px;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__project_year {
		margin-left: 6px;
	}
}
.w-aboutTeamModal__project_info {
	margin-left: 40px;
	width: 50%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__project_info {
		width: calc(100% - 40px);
		margin-left: 0;
		margin-top: 2px;
	}
}
.w-aboutTeamModal__project_arrow {
	background-image: url(/build/assets/list-arrow-c9f8e4ad.svg);
	width: 28px;
	height: 28px;
	margin-left: auto;
	transition: 0.3s;
}
@media (max-width: 743px) {
	.w-aboutTeamModal__project_arrow {
		position: absolute;
		right: 0;
		width: 44px;
		height: 44px;
		background-repeat: no-repeat;
		background-size: contain;
	}
}
.w-aboutTeamModal__project:hover .w-aboutTeamModal__project_arrow {
	transform: rotate(45deg);
}
.w-aboutTeamModal .l-linkPage {
	justify-content: center;
	margin-top: 32px;
}
.w-aboutPhilosophy__inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.w-aboutPhilosophy__inner {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 743px) {
	.w-aboutPhilosophy__inner {
		gap: 30px;
	}
}
.w-aboutPhilosophy__content {
	width: 1040px;
}
.w-aboutPhilosophy__content .l-linkPage {
	margin: 24px auto 0;
	justify-content: center;
}
@media (max-width: 1365px) {
	.w-aboutPhilosophy__content {
		width: 100%;
	}
}
.w-aboutPhilosophy__title {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 1;
	margin-bottom: 32px;
}
@media (max-width: 1023px) {
	.w-aboutPhilosophy__title {
		font-size: 24px;
		margin-bottom: 24px;
	}
}
.w-aboutPhilosophy__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 32px 20px;
	grid-template-rows: repeat(3, 1fr);
	grid-auto-flow: column;
}
@media (max-width: 1023px) {
	.w-aboutPhilosophy__grid {
		grid-auto-flow: row;
		grid-template-columns: 1fr;
		gap: 24px;
	}
}
.w-aboutPhilosophy__item_title {
	text-transform: uppercase;
	font-weight: 500;
	line-height: 125%;
	margin-bottom: 8px;
}
@media (max-width: 1023px) {
	.w-aboutPhilosophy__item_title {
		margin-bottom: 6px;
	}
}
.w-aboutPhilosophy__item_text {
	color: #3d3d3de6;
	font-size: 14px;
	line-height: 125%;
}
.w-aboutPhilosophy__image {
	width: 100%;
	margin-top: 40px;
}
.w-aboutPhilosophy__image img {
	width: 100%;
	transform: scale(0.8);
}
.w-aboutAwards {
	padding: 150px 0;
}
@media (max-width: 743px) {
	.w-aboutAwards {
		padding: 100px 0;
	}
}
.w-aboutAwards__inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.w-aboutAwards__inner {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 743px) {
	.w-aboutAwards__inner {
		gap: 30px;
	}
}
.w-aboutAwards__content {
	width: 1040px;
}
.w-aboutAwards__content .l-linkPage {
	margin: 24px auto 0;
	justify-content: center;
}
@media (max-width: 743px) {
	.w-aboutAwards__content .l-linkPage {
		justify-content: flex-start;
	}
}
@media (max-width: 1365px) {
	.w-aboutAwards__content {
		width: 100%;
	}
}
.w-aboutAwards__item {
	display: flex;
	padding: 16px 8px;
	border-bottom: 1px solid #d1d1d1;
	position: relative;
	overflow: hidden;
	max-height: 53px;
	cursor: pointer;
}
.w-aboutAwards__item:first-child {
	border-top: 1px solid #d1d1d1;
}
.w-aboutAwards__item:hover {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
}
.w-aboutAwards__item.active {
	max-height: 100%;
}
@media (max-width: 1023px) {
	.w-aboutAwards__item {
		flex-direction: column;
		gap: 6px;
		padding: 16px 0;
		max-height: 76px;
	}
	.w-aboutAwards__item:hover {
		box-shadow: none;
	}
}
@media (max-width: 743px) {
	.w-aboutAwards__item {
		max-height: 72px;
	}
}
.w-aboutAwards__item_title {
	font-weight: 500;
	text-transform: uppercase;
	width: 320px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
@media (max-width: 1365px) {
	.w-aboutAwards__item_title {
		width: 25%;
	}
}
@media (max-width: 1023px) {
	.w-aboutAwards__item_title {
		width: calc(100% - 60px);
		min-height: 19px;
	}
}
.w-aboutAwards__item_info {
	margin-left: 60px;
	width: 510px;
}
@media (max-width: 1365px) {
	.w-aboutAwards__item_info {
		width: 55%;
	}
}
@media (max-width: 1023px) {
	.w-aboutAwards__item_info {
		width: 100%;
		margin-left: 0;
	}
}
.w-aboutAwards__item_caption {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	color: #3d3d3d;
}
@media (max-width: 1023px) {
	.w-aboutAwards__item_caption {
		width: calc(100% - 60px);
	}
}
.w-aboutAwards__item_content {
	margin-top: 12px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.w-aboutAwards__item_text {
	font-size: 14px;
	color: #3d3d3db3;
}
.w-aboutAwards__item_link {
	font-family: var(--font-primary);
	color: #3d3d3db3;
	font-size: 16px;
	font-style: italic;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	text-decoration: none;
	display: flex;
	gap: 12px;
	cursor: pointer;
}
.w-aboutAwards__item_link:after {
	content: '';
	background-image: url(/build/assets/arrow-eda7c45f.svg);
	width: 18px;
	height: 18px;
	display: inline-block;
	background-size: contain;
	transition: 0.3s;
}
.w-aboutAwards__item_link:hover:after {
	transform: rotate(45deg);
}
.w-aboutAwards__item_right {
	margin-left: auto;
	display: flex;
	align-items: flex-start;
	gap: 20px;
}
@media (max-width: 1023px) {
	.w-aboutAwards__item_right {
		position: absolute;
		right: 0;
		top: 16px;
		flex-direction: column;
		align-items: flex-end;
		gap: 6px;
	}
}
.w-aboutAwards__item_year {
	color: #3d3d3db3;
}
.w-aboutAwards__item_award img {
	max-width: 100%;
	max-height: 100%;
}
@media (max-width: 1023px) {
	.w-aboutAwards__item_award {
		width: 18px;
		height: 18px;
	}
}
.w-aboutAwards__item_preview {
	display: block;
	width: 100%;
	max-width: 244px;
	max-height: 244px;
	padding: 0;
	margin: 0;
}
.w-aboutAwards__item_preview_picture,
.w-aboutAwards__item_preview_picture img {
	max-width: 100%;
	max-height: 100%;
}
.w-aboutAwards__item_preview:hover,
.w-aboutAwards__item_preview:focus,
.w-aboutAwards__item_preview:active {
	opacity: 0.8;
}
.w-architectureAbout {
	position: relative;
	padding: 40px 0 80px;
}
@media (max-width: 1023px) {
	.w-architectureAbout {
		padding: 150px 0;
	}
}
@media (max-width: 743px) {
	.w-architectureAbout {
		padding: 100px 0;
	}
}
.w-architectureAbout__inner {
	position: relative;
}
.w-architectureAbout .l-prefix {
	position: absolute;
	top: 25px;
	left: 0;
}
@media (max-width: 1023px) {
	.w-architectureAbout .l-prefix {
		position: relative;
		top: auto;
	}
}
.w-architectureAbout__text {
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	text-transform: uppercase;
	text-indent: 265px;
}
@media (max-width: 1023px) {
	.w-architectureAbout__text {
		text-indent: 0;
		margin-top: 16px;
		font-size: 24px;
		line-height: 125%;
	}
}
@media (max-width: 743px) {
	.w-architectureAbout__text {
		font-size: 20px;
	}
}
.w-interiorAbout {
	position: relative;
	padding: 40px 0 80px;
}
@media (max-width: 1023px) {
	.w-interiorAbout {
		padding: 10px 0 80px;
	}
}
@media (max-width: 743px) {
	.w-interiorAbout {
		padding: 30px 0 80px;
	}
}
.w-interiorAbout__inner {
	position: relative;
}
.w-interiorAbout .l-prefix {
	position: absolute;
	top: 25px;
	left: 0;
}
@media (max-width: 1023px) {
	.w-interiorAbout .l-prefix {
		position: relative;
		top: auto;
	}
}
.w-interiorAbout__text {
	font-size: 38px;
	font-style: normal;
	font-weight: 400;
	line-height: 135%;
	text-transform: uppercase;
	text-indent: 265px;
}
@media (max-width: 1023px) {
	.w-interiorAbout__text {
		text-indent: 0;
		margin-top: 16px;
		font-size: 24px;
		line-height: 125%;
	}
}
@media (max-width: 743px) {
	.w-interiorAbout__text {
		font-size: 20px;
	}
}
.w-interiorWorking {
	padding-bottom: 80px;
}
.w-interiorWorking__grid {
	margin-top: 40px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px 0;
}
@media (max-width: 1023px) {
	.w-interiorWorking__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 743px) {
	.w-interiorWorking__grid {
		grid-template-columns: 1fr;
		height: calc(100% - 81px);
		overflow-y: auto;
		margin-top: 0;
		padding: 0 16px;
		gap: 0;
	}
}
.w-interiorWorking__item {
	padding: 12px 24px 16px;
	border-right: 1px solid rgba(61, 61, 61, 0.4);
	height: max-content;
}
.w-interiorWorking__item_title {
	margin-top: 16px;
	text-transform: uppercase;
	line-height: 125%;
	font-weight: 500;
}
.w-interiorWorking__item_image img {
	transition: 0.6s;
	width: 64px;
}
.w-interiorWorking__item:hover .w-interiorWorking__item_image img {
	transform: scale(1.2);
}
.w-interiorWorking__item_text {
	margin-top: 8px;
	line-height: 125%;
}
.w-interiorWorking__item:nth-child(3n) {
	border-right: none;
}
.w-interiorWorking__item:nth-child(2) {
	margin-top: 50%;
}
.w-interiorWorking__item:nth-child(3) {
	margin-top: 100%;
}
.w-interiorWorking__item:nth-child(5) {
	margin-top: 50%;
}
.w-interiorWorking__item:nth-child(6) {
	margin-top: 100%;
}
.w-interiorWorking__item:nth-child(8) {
	margin-top: 50%;
}
.w-interiorWorking__item:nth-child(9) {
	margin-top: 100%;
}
@media (max-width: 1023px) {
	.w-interiorWorking__item:nth-child(2),
	.w-interiorWorking__item:nth-child(3),
	.w-interiorWorking__item:nth-child(5),
	.w-interiorWorking__item:nth-child(6),
	.w-interiorWorking__item:nth-child(8),
	.w-interiorWorking__item:nth-child(9) {
		margin-top: 0;
	}
	.w-interiorWorking__item:nth-child(3n) {
		border-right: 1px solid rgba(61, 61, 61, 0.4);
	}
	.w-interiorWorking__item:nth-child(2n) {
		border-right: none;
	}
}
@media (max-width: 743px) {
	.w-interiorWorking__item {
		border-right: none !important;
		border-bottom: 1px solid rgba(61, 61, 61, 0.4);
		padding: 16px 0 24px;
	}
}
.w-interiorWorking__mobile {
	flex-direction: column;
	gap: 3px;
	margin-top: 40px;
	display: none;
}
.w-interiorWorking__mobile_top {
	width: 100%;
	aspect-ratio: 1.7/1;
	border-radius: 8px;
	background: #3d3d3d;
	position: relative;
}
.w-interiorWorking__mobile_image {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	max-width: 100%;
}
.w-interiorWorking__mobile_shadow {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
}
@media (max-width: 743px) {
	.w-interiorWorking__mobile {
		display: flex;
	}
}
.w-interiorWorking__mobile_center {
	padding: 24px 16px;
	border-radius: 8px;
	background: #3d3d3d;
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.w-interiorWorking__mobile_title {
	color: #f6f6f6;
	font-size: 16px;
	font-weight: 500;
	line-height: 125%;
	text-transform: uppercase;
}
.w-interiorWorking__mobile_text {
	color: #9c9c9c;
	font-size: 16px;
	line-height: 125%;
}
.w-interiorWorking__mobile_btn {
	padding: 16px;
	border-radius: 8px;
	background: #3d3d3d;
	color: #f6f6f6;
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
	font-family: var(--font-primary);
	line-height: 115%;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
}
.w-interiorWorking__mobile_close {
	color: #3d3d3d;
	font-weight: 700;
	font-size: 18px;
	font-style: italic;
	font-family: var(--font-primary);
	line-height: 115%;
	letter-spacing: 0.9px;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	padding: 24px;
	display: none;
}
@media (max-width: 743px) {
	.w-interiorWorking__mobile_close {
		display: block;
	}
}
@media (max-width: 743px) {
	.w-interiorWorking__inner {
		position: fixed;
		top: 0;
		left: 0;
		background: #f6f6f6;
		z-index: -1;
		opacity: 0;
		visibility: hidden;
		height: 100%;
		transition: 0.3s;
		transform: translate(100%);
	}
	.w-interiorWorking__inner.active {
		z-index: 99999;
		opacity: 1;
		visibility: visible;
		transform: translate(0);
	}
}
.w-interiorWorking__top {
	padding: 30px 16px;
	display: none;
}
@media (max-width: 743px) {
	.w-interiorWorking__top {
		display: flex;
	}
}
.w-interiorWorking__close {
	background-image: url(/build/assets/close-modal-d9e960cf.svg);
	width: 48px;
	height: 48px;
	position: absolute;
	top: calc(50% - 24px);
	right: calc(50% + 16px);
	cursor: pointer;
}
@media (max-width: 1365px) {
	.w-interiorWorking__close {
		right: auto;
		left: 26px;
	}
}
@media (max-width: 743px) {
	.w-interiorWorking__close {
		background-image: url(/build/assets/close-modal-mobile-28886cb5.svg);
		width: 24px;
		height: 24px;
		top: 28px;
		left: auto;
		right: 16px;
		z-index: 2342342;
	}
}
.hidden {
	display: none !important;
}
.w-projectAbout {
	padding: 40px 0 100px;
}
@media (max-width: 1365px) {
	.w-projectAbout {
		padding: 40px 0 80px;
	}
}
@media (max-width: 743px) {
	.w-projectAbout {
		padding: 30px 0 60px;
	}
}
.w-projectAbout__inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.w-projectAbout__inner {
		flex-direction: column;
		gap: 40px;
	}
}
@media (max-width: 743px) {
	.w-projectAbout__inner {
		gap: 30px;
	}
	.w-projectAbout__inner .l-prefix {
		display: none;
	}
}
.w-projectAbout__content {
	width: 890px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.w-projectAbout__content .l-linkPage {
	margin: 24px auto 0;
	justify-content: center;
}
@media (max-width: 1365px) {
	.w-projectAbout__content {
		width: 100%;
	}
}
@media (max-width: 743px) {
	.w-projectAbout__content {
		gap: 30px;
	}
}
.w-projectAbout__title {
	font-size: 36px;
	text-transform: uppercase;
	line-height: 135%;
	font-weight: 400;
}
@media (max-width: 1023px) {
	.w-projectAbout__title {
		font-size: 24px;
	}
}
.w-projectAbout__features {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.w-projectAbout__metrics {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}
@media (max-width: 743px) {
	.w-projectAbout__metrics {
		gap: 12px 16px;
		grid-template-columns: repeat(2, 1fr);
	}
}
.w-projectAbout__metrics_item {
	display: flex;
	gap: 6px;
}
.w-projectAbout__metrics_key {
	color: #747474;
}
.w-projectAbout__tags {
	display: flex;
	gap: 24px;
}
@media (max-width: 743px) {
	.w-projectAbout__tags {
		flex-direction: column;
		gap: 12px;
		flex-flow: wrap;
	}
}
.w-projectAbout__tags_item {
	font-family: var(--font-primary);
	color: #3d3d3d99;
	font-style: italic;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 115%;
	letter-spacing: 0.7px;
	display: flex;
	align-items: center;
}
.w-projectAbout__tags_item:before {
	content: '';
	background-image: url(/build/assets/hashtag-f4979eee.svg);
	width: 18px;
	height: 18px;
	display: inline-block;
}
.w-projectAbout__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (max-width: 743px) {
	.w-projectAbout__text {
		gap: 16px;
	}
}
.w-projectAbout__text-twoColumn {
	column-count: 2;
}
@media (max-width: 743px) {
	.w-projectAbout__text-twoColumn {
		column-count: auto;
		display: flex;
		flex-direction: column;
		gap: 16px;
	}
}
.w-projectContent {
	margin-bottom: 40px;
}
.w-projectContent.active {
	margin-top: 100px;
}
@media (max-width: 1365px) {
	.w-projectContent.active {
		margin-top: 80px;
	}
}
@media (max-width: 743px) {
	.w-projectContent.active {
		margin-top: 60px;
	}
}
.w-projectContent__inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.w-projectContent__inner {
		flex-direction: column;
		gap: 0;
	}
}
.w-projectContent__content {
	width: 890px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.w-projectContent__content .l-linkPage {
	margin: 24px auto 0;
	justify-content: center;
}
@media (max-width: 1365px) {
	.w-projectContent__content {
		width: 100%;
	}
}
@media (max-width: 743px) {
	.w-projectContent__content {
		gap: 30px;
	}
}
.w-projectContent__textTwoColumns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.w-projectContent__textTwoColumns_item {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
@media (max-width: 743px) {
	.w-projectContent__textTwoColumns_item {
		gap: 16px;
	}
}
@media (max-width: 1365px) {
	.w-projectContent__textTwoColumns {
		grid-template-columns: 1fr;
		gap: 20px;
	}
}
.w-projectContent__textOneColumn {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (max-width: 1365px) {
	.w-projectContent__textOneColumn {
		grid-template-columns: 1fr;
	}
}
@media (max-width: 743px) {
	.w-projectContent__textOneColumn {
		gap: 16px;
	}
}
.w-projectContent__imageFullWidth img {
	width: 100%;
}
.w-projectContent.active .w-projectContent__imageFullWidth {
	margin-top: 40px;
}
@media (max-width: 743px) {
	.w-projectContent.active .w-projectContent__imageFullWidth {
		margin-top: 30px;
	}
}
.w-projectContent__imageTwoColumns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (max-width: 1365px) {
	.w-projectContent__imageTwoColumns {
		grid-template-columns: 1fr;
	}
}
.w-projectContent__imageTwoColumns_pic {
	aspect-ratio: 1/1;
}
.w-projectContent__imageTwoColumns_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w-projectContent.active .w-projectContent__imageTwoColumns {
	margin-top: 40px;
}
@media (max-width: 743px) {
	.w-projectContent.active .w-projectContent__imageTwoColumns {
		margin-top: 30px;
	}
}
.w-projectContent__caption {
	margin-top: 10px;
	font-size: 14px;
	width: 50%;
	color: #3d3d3db3;
	text-transform: uppercase;
}
@media (max-width: 1365px) {
	.w-projectContent__caption {
		width: 100%;
	}
}
@media (max-width: 743px) {
	.w-projectContent__caption {
		font-size: 12px;
	}
}
.w-projectContent .l-prefix {
	margin-bottom: 40px;
}
@media (max-width: 1365px) {
	.w-projectContent .l-prefix {
		margin-bottom: 40px;
	}
}
@media (max-width: 743px) {
	.w-projectContent .l-prefix {
		margin-bottom: 30px;
	}
}
.w-projectContent__imageTwoColumns .w-projectContent__caption {
	width: 100%;
}
.w-projectTeam {
	margin-bottom: 100px;
}
.w-projectTeam__inner {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 1365px) {
	.w-projectTeam__inner {
		flex-direction: column;
		gap: 20px;
	}
}
@media (max-width: 743px) {
	.w-projectTeam__inner {
		gap: 30px;
	}
}
.w-projectTeam__content {
	width: 890px;
}
.w-projectTeam__content .l-linkPage {
	margin: 24px auto 0;
	justify-content: center;
}
@media (max-width: 743px) {
	.w-projectTeam__content .l-linkPage {
		justify-content: flex-start;
	}
}
@media (max-width: 1365px) {
	.w-projectTeam__content {
		width: 100%;
	}
}
.w-projectTeam__grid {
	display: grid;
	gap: 24px 0;
	grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 1365px) {
	.w-projectTeam__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 743px) {
	.w-projectTeam__grid {
		grid-template-columns: 1fr;
		gap: 0;
	}
}
.w-projectTeam__item {
	padding: 12px 16px;
	border-right: 1px solid rgba(61, 61, 61, 0.4);
	transition: 0.3s;
}
.w-projectTeam__item:hover {
	box-shadow: 0 4px 6px -2px #33333314, 0 2px 6px -2px #3333331f;
}
@media (min-width: 1024px) {
	.w-projectTeam__item:nth-child(3n + 3) {
		border: none;
	}
}
.w-projectTeam__item_name {
	font-size: 14px;
	font-weight: 500;
	line-height: 125%;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.w-projectTeam__item_job {
	line-height: 125%;
	margin-bottom: 4px;
	font-size: 16px;
}
.w-projectTeam__item_university {
	font-size: 14px;
	line-height: 125%;
}
@media (max-width: 1023px) {
	.w-projectTeam__item {
		border: none;
	}
	.w-projectTeam__item:nth-child(odd) {
		border-right: 1px solid rgba(61, 61, 61, 0.4);
	}
}
@media (max-width: 743px) {
	.w-projectTeam__item {
		border-bottom: 1px solid rgba(61, 61, 61, 0.4);
		border-right: none !important;
		padding: 12px 0;
	}
}
.w-projectViewport {
	margin-top: -96px;
	aspect-ratio: 1.8/1;
	max-height: 100vh;
	width: 100%;
}
.w-projectViewport img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 767px) {
	.w-projectViewport {
		margin-top: -68px;
	}
}
.t-itemPreviewDefault {
	display: block;
	width: 100%;
	background-color: #faebd7;
	border: 1px solid lightblue;
	text-align: center;
}
.t-project {
	cursor: pointer;
	display: block;
	text-decoration: none;
}
@media (max-width: 1023px) {
	.t-project {
		width: 100%;
	}
}
.t-project__image {
	position: relative;
	overflow: hidden;
	aspect-ratio: 1/1;
	display: block;
}
.t-project__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.3s;
}
@media (max-width: 1023px) {
	.t-project__image img {
		width: 100%;
		height: 100%;
	}
}
.t-project__image:after {
	content: '';
	background: rgba(0, 0, 0, 0);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: 0.3s;
}
.t-project__title {
	margin-top: 16px;
	font-size: 20px;
	text-transform: uppercase;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	color: #3d3d3d;
	text-decoration: none;
	font-weight: 400;
	margin-bottom: 0;
}
@media (max-width: 743px) {
	.t-project__title {
		font-size: 18px;
	}
}
.t-project__caption {
	margin-top: 8px;
	color: #a8a9a7;
	line-height: 125%;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media (max-width: 1023px) {
	.t-project__caption {
		height: auto;
		-webkit-line-clamp: none;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}
.t-project__hovered {
	width: 64px;
	height: 64px;
	border-radius: 60px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: 0.3s;
	z-index: 3;
}
.t-project__hovered:after {
	content: '';
	width: 16px;
	height: 16px;
	background-image: url(/build/assets/arrow-06749aab.svg);
	background-size: contain;
	position: absolute;
	left: calc(50% - 8px);
	top: calc(50% - 8px);
	transition: 0.3s;
	transition-delay: 0.05s;
}
.t-project:hover .t-project__image:after {
	background: rgba(0, 0, 0, 0.2);
}
.t-project:hover .t-project__image img {
	transform: scale(1.1);
}
.t-project:hover .t-project__hovered {
	opacity: 1;
}
.t-project:hover .t-project__hovered:after {
	transform: rotate(45deg);
}
.w-adminTools {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background-color: #000000e6;
	display: flex;
	justify-content: space-between;
	margin: 0;
	padding: 0;
	z-index: 10;
	border-bottom: 1px solid rgba(0, 0, 0, 0.9);
	box-sizing: content-box;
	max-height: 32px;
}
.w-adminTools__spacer {
	display: block;
	width: 100%;
	left: 0;
	right: 0;
	height: 33px;
}
.w-adminTools__left,
.w-adminTools__right {
	display: flex;
}
.w-adminTools__link {
	display: block;
	background-color: #333c;
	color: #fff;
	text-decoration: none;
	padding: 0.3rem 1rem 0.45rem;
	font-size: 12px;
	margin: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.w-adminTools__link:hover,
.w-adminTools__link:focus,
.w-adminTools__link:active {
	text-decoration: none;
	background-color: #ffffff03;
	cursor: pointer;
}
.w-adminTools__link:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.w-adminTools__link--nova {
	font-weight: 700;
}
.w-adminTools__label {
	display: block;
	color: #fff9;
	text-decoration: none;
	padding: 0.3rem 1rem 0.45rem;
	font-size: 12px;
	margin: 0;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}
.w-adminTools__label:first-child {
	border-left: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
	.w-adminTools {
		position: relative;
		display: block;
		max-height: none;
		display: none;
	}
	.w-adminTools__spacer {
		display: none;
	}
	.w-adminTools__left,
	.w-adminTools__right,
	.w-adminTools__item {
		display: block;
	}
}
