*:focus {
	outline: none;
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	outline: 0;
	-webkit-appearance: none;
	border-radius: 0;
	line-height: 0;
	font-weight: normal;
	border: 0;
	background: none;
	box-sizing: border-box;
}

@font-face {
    font-family: 'Graphik Light';
    src: url('../fonts/Graphik-Light-Web.woff2') format('woff2'), url('../fonts/Graphik-Light-Web.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik Regular';
    src: url('../fonts/Graphik-Regular-Web.woff2') format('woff2'), url('../fonts/Graphik-Regular-Web.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

img {
	pointer-events: none;
}

body, html {
	font-family: 'Graphik Regular', sans-serif;
	color: #16151D;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-moz-user-select: none;
}

body::-webkit-scrollbar {
	width: 5px;
	background: #E6E6E6;
}
  
body::-webkit-scrollbar-thumb {
	background: #AFAFAF;
}

.header-menu li a, .button, footer p a, .header-hamburger span, .header-slogan p, .content-form__label a, .content-form__checkbox, .js-close, .content-text p a, .content-text ul li a, .projects-list__link span, .projects-list__link img, .project-list__image, .fancybox-image img, .content-text__tabs a, .content-text__inner .swiper-slide img, .arrow, .header-logo, .s-cookie p a, .js-accept-cookie {
    transition: all 0.5s ease;
}

header {
	position: fixed;
	width: 22%;
	min-height: 100vh;
	padding: 2% 4%;
	border-right: 1px solid #16151D;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 96px;
	z-index: 5;
}

main {
	width: 78%;
	margin-left: 22%;
	min-height: 100vh;
	position: relative;
}

.content-wrapper {
	padding: 5.9% 16.5% 2.3% 16.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 96px;
	min-height: 100vh;
	position: absolute;
	width: 100%;
}

.header-logo img {
	width: 70%;
	height: auto;
}

.header-logo:hover {
	opacity: .6;
}

.content-main__photo {
	min-width: 25%;
}

.content-main__photo img {
	width: 100%;
	height: auto;
}

.header-menu {
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 0.8vw, 32px);
}

.header-menu li a {
	text-transform: uppercase;
	font-size: clamp(14px, 0.8vw, 20px);
	line-height: normal;
	color: #16151D;
}

.header-menu li a:hover, .header-menu li a.header-menu__active {
	color: #969696;
}

.button {
	height: clamp(44px, 2vw, 56px);
	line-height: calc(clamp(44px, 2vw, 56px) - 4px);
	display: inline-block;
	border: 2px solid #16151D;
	color: #16151D;
	padding: 0 7%;
	text-transform: uppercase;
	font-size: clamp(14px, 0.8vw, 20px);
	margin-top: 40px;
}

.button:hover {
	background-color: #16151D;
	color: #FFFFFF;
}

.content-main__wrapper {
	display: flex;
	gap: 2%;
}

.content-main__text {
	min-width: 73%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 12px;
}

h1, h2 {
    font-family: 'Graphik Light', sans-serif;
	font-weight: 300;
	text-transform: uppercase;
	font-size: clamp(20px, 1.9vw, 56px);
	line-height: normal;
}

p {
	font-size: clamp(14px, 0.9vw, 28px);
	line-height: normal;
}

.content-signature {
	text-align: right;
	margin-top: 32px;
}

.content-label {
	margin-top: 15%;
	width: 100%;
	height: auto;
	display: block;
}

.footer_column_1 {
	display: flex;
	justify-content: space-between;
	gap: 32px;
	margin-bottom: 16px;
}

.footer_column_2 {
	display: flex;
	gap: 8px 12px;
	flex-wrap: wrap;
}

footer p {
	font-size: clamp(13px, 0.8vw, 24px);
	color: #969696;
}

footer p a {
	color: #969696;
}

footer p a:hover {
	color: #16151D;
}

.header-top__right {
	display: none;
}

.header-hamburger {
	width: 24px;
	height: 12px;
	cursor: pointer;
	position: relative;
	z-index: 4;
}
  
.header-hamburger span {
	display: block;
	position: absolute;
	height: 2px;
	width: 100%;
	background: #16151D;
	left: 0;
	transform: rotate(0deg);
}
  
.header-hamburger span {
	background: #16151D;
}
  
.header-hamburger span:nth-child(1) {
	top: 0px;
}
  
.header-hamburger span:nth-child(2) {
	top: 8px;
}
  
.header-hamburger.open span:nth-child(1) {
	top: 2px;
	width: 24px;
	transform: rotate(-45deg);
}
  
.header-hamburger.open span:nth-child(2) {
	top: 2px;
	width: 24px;
	transform: rotate(45deg);
}

header.header-active {
	border-bottom: 1px solid #16151D;
}

.content-label__mobile {
	display: none;
}

.header-slogan {
	margin-top: 32px;
	position: relative;
}

.header-slogan p {
    font-family: 'Graphik Light', sans-serif;
	font-weight: 300;
	font-size: clamp(16px, 1.1vw, 36px);
	border-left: 3px solid #16151D;
	padding: 4% 0 4% 6%;
	opacity: 0;
	position: absolute;
}

.header-slogan p.header-slogan__active {
	opacity: 1;
}

.loader {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	z-index: 6;
}

.loader-progress {
	position: fixed;
	height: 5px;
	background-color: #16151D;
	animation: expandAnimation 2.5s ease-out forwards; 
}

.loader-content {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 16px;
}

.loader-content__inner {
	display: flex;
	gap: 5%;
	align-items: center;
	justify-content: center;
	width: 30%;
	min-width: 320px;
}

.loader-content__inner img:nth-child(1) {
	width: 35%;
	height: auto;
	opacity: 0;
	animation: opacityReverseAnimation 0.5s ease-out forwards; 
}

.loader-content__inner img:nth-child(2) {
	height: 6vw;
	width: auto;
	min-height: 64px;
	opacity: 0;
	animation: opacityReverseAnimation 0.5s ease-out forwards; 
	animation-delay: 0.5s;
}

.loader-content__inner img:nth-child(3) {
	width: 50%;
	height: auto;
	opacity: 0;
	animation: opacityReverseAnimation 0.5s ease-out forwards; 
	animation-delay: 1s;
}

@keyframes opacityReverseAnimation {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
		display: block;
	}
}

.content-wrapper.content-wrapper__text {
	padding-top: 5.3%;
}

.content-wrapper__form {
	background-color: #FFFFFF;
	display: none;
}

.content-text {
	display: flex;
	flex-direction: column;
	gap: 64px;
}

.content-form {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.content-form__input {
	text-transform: uppercase;
	font-size: clamp(14px, 0.8vw, 20px);
	line-height: normal;
	color: #16151D;
	border-bottom: 1px solid #16151D;
	width: 100%;
	max-width: 768px;
	padding-bottom: 12px;
	font-family: 'Graphik Regular', sans-serif;
}

::placeholder {
	color: #969696;
}

.content-form__inner {
	display: flex;
	align-items: center;
	gap: 12px;
	width: 100%;
	max-width: 768px;
}

.content-form__label {
	font-size: clamp(14px, 0.8vw, 20px);
	color: #16151D;
	line-height: normal;
	cursor: pointer;
}

.content-form__label a {
	color: #969696;
}

.content-form__label a:hover {
	color: #16151D;
}

.content-form__checkbox {
	border: 1px solid #16151D;
	min-width: 20px;
	height: 20px;
	cursor: pointer;
}

.content-form__checkbox:hover {
	opacity: .6;
}

input[type='checkbox']:checked {
	border: 7px solid #16151D;
}

.content-form__button {
	font-family: 'Graphik Regular', sans-serif;
	margin: 0 !important;
	width: 100%;
	max-width: 768px;
	cursor: pointer;
}

.content-form__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: 768px;
}

.js-close:hover {
	opacity: .6;
}

.js-close img {
	width: 20px;
	height: 20px;
}

.content-form__field {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

label.error {
	color: #E13737;
	font-size: clamp(14px, 0.8vw, 20px);
	line-height: normal;
}

#agreement-error {
	display: none !important;
}

.content-form__checkbox.error {
	border-color: #E13737;
}

.content-form__success, .content-form__error {
	display: none;
}

.content-form__error {
	color: #E13737;
}

.content-text p a {
	color: #969696;
}

.content-text p a:hover {
	color: #16151D;
}

.content-text ul {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.content-text ul li {
	text-transform: uppercase;
	font-size: clamp(14px, 0.8vw, 20px);
	line-height: normal;
}

.content-wrapper__contacts ul li {
	position: relative;
    padding-left: 16px;
}

.content-text ul li a {
	color: #16151D;
}

.content-text ul li a:hover {
	color: #969696;
}

.hidden {
	display: none;
}

.content-text__inner p+p, .content-text__inner p+ul, .content-text__inner ul+p, .content-text__inner table+p, .content-text__inner p+table {
	margin-top: 16px;
}

.content-text__inner p+h2, .content-text__inner ul+h2 {
	margin-top: 64px;
}

.content-text__inner h2 {
	margin-bottom: 32px;
}

.projects-list {
	display: grid;
	grid-template-columns: 41% 41%;
	gap: 48px 18%;
}

.projects-list__link span {
	text-transform: uppercase;
	font-size: clamp(14px, 0.8vw, 20px);
	line-height: normal;
	color: #16151D;
}

.projects-list__link:hover span {
	color: #969696;
}

.project-list__image {
	position: relative;
	aspect-ratio: 1/1;
	margin-bottom: 24px;
	box-shadow: 0 0 0 1px #16151D inset; 
}

.projects-list__link:hover .project-list__image {
	box-shadow: none;
}

.project-list__image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
}

.project-list__image--hidden {
	opacity: 0;
}

.projects-list__link:hover .project-list__image--hidden {
	opacity: 1;
}

.content-wrapper.content-wrapper__banner {
	padding: 0;
	position: relative;
}

.content-wrapper__banner .swiper {
	width: 100%;
	height: 100vh;
}

.content-wrapper__banner .swiper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
}

.content-wrapper__banner .swiper-pagination {
	bottom: 16px !important;
}

.content-wrapper__banner .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #FFFFFF;
	opacity: 1;
	width: 7px;
	height: 7px;
}

.content-wrapper__banner .swiper-pagination-bullet-active {
	background: #FFFFFF;
}

.content-wrapper__project {
	top: 100vh;
}

.slider-info {
	position: absolute;
	z-index: 2;
	bottom: 3%;
	left: 16.5%;
	right: 16.5%;
	display: flex;
	gap: 24px;
	flex-direction: column;
}

.slider-info__heading {
	color: #FFFFFF;
    font-family: 'Graphik Light', sans-serif;
	font-weight: 300;
	font-size: clamp(20px, 1.3vw, 48px);
	text-transform: inherit;
}

.slider-info__logo {
	display: flex;
	gap: 24px;
}

.slider-info__logo img {
	max-width: 144px;
	height: auto;
}

.swiper-background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	z-index: 1;
}

td {
	font-size: clamp(14px, 0.9vw, 28px);
	line-height: normal;
}

td:first-child {
	text-transform: uppercase;
	font-size: clamp(14px, 0.8vw, 20px);
}

tbody {
	display: flex;
	gap: 16px;
	flex-direction: column;
}

tr {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 16px;
}

.fancybox-image {
	position: relative;
	overflow: hidden;
	display: block;
}

.fancybox-image img {
	width: 100%;
	height: auto;
}

.fancybox-image:hover img {
	transform: scale(1.02);
}

.fancybox-image--hidden {
	display: none;
}

.content-text__tabs {
	display: flex;
	gap: 16px 24px;
	margin-bottom: 32px;
	flex-wrap: wrap;
}

.content-text__tabs a {
	text-transform: uppercase;
	font-size: clamp(14px, 0.8vw, 20px);
	line-height: normal;
	color: #16151D;
}

.content-text__tabs a:hover, .content-text__tabs a.content-text__active {
	color: #969696;
}

.content-text__inner .swiper {
	width: 100%;
}

.content-text__inner .swiper-slide {
	position: relative;
	aspect-ratio: 3/4;
}

.content-text__inner .swiper-slide img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
	min-height: 100%;
	z-index: -1;
	object-position: center;
	object-fit: cover;
}

.content-text__inner .swiper-slide:hover img {
	transform: scale(1.02);
}

.arrow {
	display: block;
	margin: 0 auto;
	margin-bottom: 24px;
}

.arrow svg {
	width: 32px;
	height: 14px;
}

.arrow:hover {
	opacity: .6;
}

.s-cookie {
	position: fixed;
	z-index: 5;
	width: 100%;
	bottom: 0;
	background-color:#000;
	padding: 16px 0;
	color: #fff;
	display: none;
}

.s-cookie p {
	font-size: clamp(13px, 0.8vw, 24px);
}

.s-cookie p a {
	color: #969696;
}

.s-cookie p a:hover {
	color: #fff;
}

.s-cookie-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 32px;
}

.js-accept-cookie {
	display: block;
	width: 128px;
	height: 40px;
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: clamp(13px, 0.8vw, 24px);
	color: #fff;
}

.js-accept-cookie:hover {
	background-color: #fff;
	color: #000;
}

@keyframes expandAnimation {
	0% {
		width: 0%;
	}
	100% {
		width: 100%;
	}
}

@keyframes opacityAnimation {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		display: none;
	}
}

@media screen and (max-width: 1920px) {
	.button {
		margin-top: 32px;
	}
	.header-slogan {
		margin-top: 24px;
	}
	.header-slogan p {
		border-left: 2px solid #16151D;
	}
	.content-signature {
		text-align: right;
		margin-top: 24px;
	}
	.project-list__image {
		margin-bottom: 16px;
	}
}

@media screen and (max-width: 1280px) {
	header {
		padding: 2% 3%;
		width: 23%;
	}
	main {
		margin-left: 23%;
		width: 77%;
	}
	.content-wrapper {
		padding: 6.5% 13% 2% 13%;
	}
	.content-wrapper.content-wrapper__text {
		padding-top: 6%;
	}
	.content-form {
		gap: 32px;
	}
	.content-text__inner h2 {
		margin-bottom: 24px;
	}
	.projects-list {
		display: grid;
		grid-template-columns: 45% 45%;
		gap: 32px 10%;
	}
	.slider-info__logo img {
		max-width: 128px;
	}
	.content-text__tabs {
		margin-bottom: 24px;
	}
}

@media screen and (max-width: 996px) {
	.content-text {
		gap: 48px;
	}
	header {
		width: 100%;
		height: 96px;
		min-height: auto;
		border-right: none;
		padding: 16px;
		display: block;
		background-color: #FFFFFF;
	}
	.header-logo img {
		height: 40px;
		width: auto;
	}
	.header-slogan {
		margin-top: 0;
		margin-left: 12px;
		height: 64px;
		position: relative;
	}
	.header-slogan p {
		font-size: 14px;
		padding: 6px 0 6px 12px;
	}
	.header-top__left {
		display: flex;
		align-items: center;
	}
	.header-top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		gap: 24px;
	}
	.header-top__right {
		display: block;
	}
	main {
		width: 100%;
		margin: 0;
	}
	.content-wrapper {
		padding: 120px 16px 24px 16px;
		gap: 64px;
	}
	.content-wrapper.content-wrapper__text {
		padding-top: 120px;
	}
	.footer_column_1 {
		flex-direction: column;
		gap: 12px;
	}
	.content-main__wrapper {
		gap: 16px;
	}
	.content-main__text {
		min-width: calc(75% - 16px);
	}
	.content-signature {
		margin-top: 16px;
	}
	.content-label {
		margin-top: 64px;
	}
	.header-bottom {
		display: none;
		position: fixed;
		top: 95px;
		background-color: #FFFFFF;
		width: 100%;
		height: calc(100vh - 96px);
		left: 0;
		padding: 24px 16px;
		border-top: 1px solid #16151D;
	}
	.header-bottom__wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 100%;
		flex-direction: column;
	}
	.header-menu {
		align-items: center;
	}
	.js-close img {
		width: 16px;
		height: 16px;
	}
	.content-text__inner p+h2, .content-text__inner ul+h2 {
		margin-top: 48px;
	}
	.content-wrapper.content-wrapper__banner {
		padding-top: 96px;
	}
	.content-wrapper__banner .swiper {
		height: 50vh;
	}
	.content-wrapper__project {
		top: 50vh;
	}
	.slider-info {
		height: 53vh;
		left: 16px;
		width: calc(100% - 32px);
	}
	.slider-info__logo img {
		max-width: 96px;
	}
}

@media screen and (max-width: 640px) {
	.content-label {
		display: none;
	}
	.content-label__mobile {
		display: block;
		margin: 64px auto 0 auto;
		width: 100%;
		max-width: 192px;
		height: auto;
	}
	.projects-list {
		grid-template-columns: 1fr;
	}
	.s-cookie p {
		margin-bottom: 8px;
	}
	.s-cookie-wrapper {
		flex-direction: column;
		gap: 8px;
		padding: 0 16px;
	}
}