/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */


.srow {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -0.556vw;
}
.scol {
	padding: 0 0.556vw;
}
.scol-1 {
	width: 8.333%;
}
.scol-2 {
	width: 16.666%;
}
.scol-3 {
	width: 25%;
}
.scol-4 {
	width: 33.333%;
}
.scol-5 {
	width: 41.666%;
}
.scol-6 {
	width: 50%;
}
.scol-7 {
	width: 58.333%;
}
.scol-8 {
	width: 66.666%;
}
.scol-9 {
	width: 75%;
}
.scol-10 {
	width: 83.333%;
}
.scol-11 {
	width: 91.666%;
}
.scol-12 {
	width: 100%;
}

.loadPage {

	/*overflow: hidden;*/
}
.load {
	position: relative;
}
.load:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgb(255 255 255 / 60%);
	z-index: 99999999;
}
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}


/* Sections
	 ========================================================================== */

	 

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	-webkit-text-decoration: underline dotted;
			text-decoration: underline dotted;
	/* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type=checkbox],
[type=radio] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type=search] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

@font-face {
	font-family: "stapelregular";
	src: url("../fonts/stapel_regular-webfont.woff2") format("woff2"), url("../fonts/stapel_regular-webfont.woff") format("woff");
	font-weight: 400;
	font-style: normal;
}
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Regular.woff2') format('woff2'),
        url('../fonts/Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Bold.woff2') format('woff2'),
        url('../fonts/Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

:root {
	--white: #ffffff;
	--black: #1E1E1E;
	--font1: "Inter", sans-serif;
	--font2: "stapelregular";
	--transform: 1.1111111vw;
	--line: 0%;
}

* {
	box-sizing: border-box;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

body {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	font-family: var(--font1);
	font-style: normal;
	font-weight: 400;
	color: var(--black);
	background-color: var(--white);
	overflow-x: hidden;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.freeze {
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
	margin: 0;
	padding: 0;
}

.container {
	margin: 0 auto;
	padding: 0 calc(2 * var(--transform));
}

button,
input,
textarea {
	padding: 0;
	background: none;
	border: 0;
	outline: none;
	font: inherit;
}

button {
	cursor: pointer;
}

.visually-hidden:not(:focus):not(:active),
input[type=checkbox].visually-hidden,
input[type=checked].visually-hidden,
input[type=radio].visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	-webkit-clip-path: inset(100%);
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

button:hover,
button:active,
button:focus,
input:hover,
input:active,
input:focus {
	outline: none;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
	-moz-appearance: number-input;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.animate {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #1E1E1E;
	z-index: 999999;
	overflow: hidden;
}
.paralax-block {
	background-color: #fff;
	z-index: 10;
	position: relative;
}
.animateSync,
.animateSyncCurrent {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.animateSyncCurrent {
	position: fixed;
}
.animateSync {
	z-index: -1;
}
#percentage {
	position: absolute;
	bottom: 64px;
	right: 32px;
	font-size: 64px;
	font-family: var(--font2);
	line-height: normal;
	color: #fff;
}
.h2 {
	font-family: var(--font2);
	font-size: calc(3 * var(--transform));
	font-weight: 400;
	line-height: calc(3.1258125 * var(--transform));
	letter-spacing: calc(-0.0625 * var(--transform));
}

.btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: calc(1 * var(--transform)) calc(2 * var(--transform));
	color: var(--black);
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	border: 1px solid var(--black);
	transition: 0.3s;
	text-decoration: none;
}

.btn:hover {
	color: var(--white);
	background-color: var(--black);
}

.link_anim {
  overflow: hidden;
  position: relative;
  display: inline-flex;
  white-space: nowrap;
}
.link_anim::before,
.link_anim::after {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
}
.link_anim::before {
	background-color: var(--black);
  height: 1px;
  bottom: 0;
  width: 0%;
  transition: width .5s cubic-bezier(0.76, 0, 0.24, 1);
}
.link_anim::after {
  content: attr(data-replace);
  height: 100%;
  top: 0;
  transform-origin: 100% 50%;
  transform: translate3d(0, 100%, 0);
  transition: transform .5s cubic-bezier(0.76, 0, 0.24, 1);
}
.link_anim:not(.active):hover::before,
.link_anim.active::before {
  width: 100%;
}
.link_anim:not(.active):hover::after {
  transform: translate3d(0, 0, 0);
}
.link_anim span {
  display: inline-block;
  transition: transform .5s cubic-bezier(0.76, 0, 0.24, 1);
}
.link_anim:not(.active):hover span {
  transform: translate3d(0, -100%, 0);
}

.is-project .container .project-content {
	display: block;
	grid-template-columns: initial;
	grid-gap: initial;
}

.is-project .project-content p:not(:last-child) {
	margin-bottom: 1em;
}


.header {
	position: fixed;
	left: 0;
	z-index: 999;
	width: 100%;
	height: calc(5 * var(--transform));
	transition: .3s;
	mix-blend-mode: difference;
}
.header.bg_set {
	mix-blend-mode: normal;
}
.bg_img-path {
    width: 100%;
    height: 100.1%;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	display: block;
}
.bg_img-path source,
.bg_img-path img {
	display: block;
    width: 100%;
    height: 100.1%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-position: center;
    object-fit: cover;
}
.header.active,
.header.active .header {
	mix-blend-mode: normal;
}
.header.active .mobile-menu .close-btn svg path {
	stroke: var(--black);
}
.header.active .mobile-menu .logo svg path {
	fill: var(--black);
}
#cursor-image {
	position: fixed; /* This allows the image to be positioned relative to the viewport */
	pointer-events: none; /* Prevents the image from blocking clicks on elements below it */
	opacity: 0; /* Starts hidden */
	transition: opacity 0.3s ease; /* A smooth fade-in/out transition */
	z-index: 9999; /* Ensures the image is always on top of other content */
	width: 150px; /* Adjust the size of the image as needed */
	height: auto;
	border-radius: 8px; /* Optional: adds a slight rounded corner */
  }
.projects__title {
	position: relative;
	display: inline-block; /* This is crucial for positioning the image relative to the title */
  }
  
  .projects__title::after {
	content: ''; /* The content property is required for pseudo-elements */
	position: absolute;
	top: 50%; /* Position the image just below the title */
	left: 50%;
	transform: translateX(-50%); /* Center the image */
	width: 400px; /* Adjust the size as needed */
	height: 300px;
	background-image: url('/wp-content/uploads/2.jpeg'); /* Replace with the path to your image */
	background-size: cover;
	background-position: center;
	opacity: 0; /* The image starts hidden */
	visibility: hidden; /* This also helps to prevent the image from being in the flow of the document */
	transition: opacity 0.3s ease, visibility 0.3s ease; /* Add a smooth transition effect */
	z-index: 10; /* Ensures the image is on top of other content */
  }
  
  .projects__title:hover::after {
	opacity: 1; /* The image becomes visible on hover */
	visibility: visible;
  }

.header.header--white {
	mix-blend-mode: normal;
	background-color: #fff;
	border-bottom: 1px solid #000;	
}
.header.bg_set {
	background-color: #fff;
	border-bottom: 1px solid #000;	
}
.header.bg_set .link_anim::before {
	background-color: var(--black);
}
.logo path {
	transition: .3s;
}
.header a,
.header .contacts-link,
.header .lang p {
	transition: .3s;
}

.header.bg_set .logo path {

	fill: var(--black) !important;
}
.header.bg_set a {
	color: var(--black);
}
.header.bg_set .contacts-link {
	color: var(--black);
}

.header.bg_set .lang p  {
	color: var(--black);
}

.header.header--white .logo path {
	fill: var(--black) !important;
	
	
}
.header.header-move:not(.active) .logo path {
	fill: var(--white) !important;
}
/*.header.header-move {
	border-bottom-color: transparent !important;
}*/
.header.header--white a {
	color: var(--black);
}

.header.header--white .contacts-link {
	color: var(--black);
}

.header.header--white .lang p  {
	color: var(--black);
}

.header .link_anim::before {
	background-color: #fff;
}
.header.header--white .link_anim::before {
	background-color: var(--black);
}

.header.active .mobile-menu {
	display: flex;
}
.header.active .header-nav a {
	color: var(--black) !important;
}
.header.active .contacts-link {
	color: var(--black) !important;
}
.header.active .lang p {
	color: var(--black) !important;
}

.header.header-move {
	
}
.header .container {
	width: 100%;
	height: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: calc(1 * var(--transform));
	justify-content: space-between;
	align-items: center;
}

.header .logo {
	flex-shrink: 0;
	width: calc(4 * 2 * var(--transform)); /* doubled width */
  	height: calc(1 * 2 * var(--transform)); 
	margin-right: auto;
	overflow: hidden;
	margin-left: 0;

}

.header .logo svg {
	width: 100%;
	height: 100%;
	display: block;
	-o-object-fit: contain;
	   object-fit: contain;
}

.header .mobile-menu {
	display: flex;
	align-items: center;
	grid-column-start: 2;
	margin-left: auto;
}

.header .mobile-menu .header {
	display: none;
}

.header .mobile-menu .close-btn {
	display: none;
	width: 50px;
	height: 50px;
	justify-content: flex-end;
	align-items: center;
}

.header .mobile-menu .close-btn svg {
	width: 24px;
	height: 24px;
}

.header .header-nav {
	display: flex;
	align-items: center;
}

.header a {
	margin-left: calc(1.875 * var(--transform));
	color: var(--white);
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	text-decoration: none;
}

.header .header-nav a:first-of-type {
	margin-left: 0;
}

/*.header .header-nav a:hover {
	text-decoration: underline;
}*/

.header .contacts-link {
	margin-left: calc(10.5 * var(--transform));
	color: var(--white);
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	text-decoration: none;
}
.header .lang {
	margin-left: calc(1.875 * var(--transform));
}

.header .lang p {
	color: var(--white);
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	text-decoration: none;
	cursor: pointer;
}

.header .burger {
	display: none;
	width: 50px;
	height: 50px;
}

.header .burger svg {
	width: 24px;
	height: 24px;
}

.header .burger svg line {
	stroke: #fff;
}
.header.bg_set .burger svg line {
	stroke: #000;
}
.header.header--white .burger svg line {
	stroke: #000;
}
.top {
	position: relative;
	z-index: 10;
	height: calc(42.5 * var(--transform));
	overflow: hidden;
}

.top::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	width: 100%;
	height: 100%;
/*	background-color: rgba(30, 30, 30, 0.2);*/
}

.top .container {
	height: 100%;
	padding-bottom: calc(2 * var(--transform));
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	position: relative;
	z-index: 1;
}

.top .play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
	transform: translate(-50%, -50%);
}

.top .play-btn .img-wrapper {
	position: relative;
	width: calc(3.4375 * var(--transform));
	height: calc(4 * var(--transform));
	overflow: hidden;
}

.top .play-btn .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.top .play-btn .txt {
	display: none;
	margin-top: 24px;
	color: var(--white);
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: -0.5px;
}

.top .top__title {
	width: calc((100% - 3vw) / 4 * 3);
	color: var(--white);
}

.top .top__link {
	margin-top: calc(0.5 * var(--transform));
	color: var(--black);
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	text-decoration: none;
	cursor: pointer;
}

.top .img-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -20;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.top .img-wrapper video,
.top .img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.top .img-wrapper .secondary-video {
	display: none;
	/* transition: 1s opacity; */
	transition: 0.2s opacity;
}
.top .img-wrapper .secondary-video.--opening {
	display: block;
	opacity: 0;
	z-index: 10;
}
.top .img-wrapper .secondary-video.--open {
	display: block;
	opacity: 1;
}
.top .img-wrapper .secondary-video.--closing {
	display: block;
	opacity: 0;
	z-index: 10;
}

.top .top-list {
	display: flex;
	flex-direction: column;
	margin-top: calc(15 * var(--transform));
	margin-bottom: auto;
	list-style: none;
}

.top .top-list.-active a {
	opacity: 0.5;
}

.top .top-list.-active a.-active {
	opacity: 1;
}

.top .top-list li {
	display: block;
}

.top .top-list a {
	display: inline-block;
	color: var(--white);
	font-family: var(--font2);
	font-size: calc(4 * var(--transform));
	font-weight: 400;
	line-height: calc(4.5 * var(--transform));
	letter-spacing: calc(-0.08 * var(--transform));
	text-decoration: none;
	/* transition: 0.3s; */
	white-space: nowrap;
}

.top .top-list a.hover {
	opacity: 0.5;
}

.projects {
	padding: calc(1.5 * var(--transform)) 0 calc(6 * var(--transform));
}

.projects .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0 calc(1 * var(--transform));
}

.projects .projects__title {
	grid-column: 1/3;
}

.projects .date {
	align-self: center;
	font-size: calc(0.875 * var(--transform));
	line-height: calc(1.125 * var(--transform));
	letter-spacing: calc(-0.001875 * var(--transform));
	white-space: nowrap;
}

.projects .quantity {
	align-self: center;
	font-size: calc(0.875 * var(--transform));
	line-height: calc(1.125 * var(--transform));
	letter-spacing: calc(-0.03 * var(--transform));
	white-space: nowrap;
}

.projects .projects-list {
	grid-column: 1/5;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: calc(3.125 * var(--transform)) calc(1 * var(--transform));
	margin-top: calc(5 * var(--transform));
	list-style: none;
}

.projects .projects-list a {
	display: block;
	text-decoration: none;
}

.projects .projects-list .img-wrapper {
	position: relative;
	width: 100%;
	height: calc(30.875 * var(--transform));
	overflow: hidden;
}

.projects .projects-list .img-wrapper video,
.projects .projects-list .img-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.projects .projects-list .title {
	margin-top: calc(1 * var(--transform));
	color: var(--black);
	font-size: calc(1.25 * var(--transform));
	font-style: normal;
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
}

.projects .projects-list .title span {
	margin-left: calc(1.25 * var(--transform));
	color: var(--black);
	opacity: 0.5;
}

.projects .btn {
	grid-column: 1/5;
	margin-top: calc(3.125 * var(--transform));
}

.title-block {
	padding: calc(4 * var(--transform)) 0 calc(8 * var(--transform));
}

.title-block.title-block--main {
	padding: calc(4 * var(--transform)) 0 calc(5 * var(--transform));
}

.title-block .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: calc(1 * var(--transform));
}
.title-block_front.title-block .container {
	display: block;
}

.title-block .about__title {
	grid-column: 1/4;
}

.title-block .about__title a {
	color: var(--black);
	text-decoration: none;
	padding-right: calc(2.75 * var(--transform));
}
.about__title .link_anim svg {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1.8vw;
	min-width: 1.8vw;
	height: 1.8vw;
}

/*.title-block .about__title a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: calc(2 * var(--transform));
	height: calc(2 * var(--transform));
	background-image: url("../img/arrow1.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}*/

.title-block .social-list {
	list-style: none;
}

.title-block .social-list li {
	margin-top: calc(0.5 * var(--transform));
}

.title-block .social-list a {
	position: relative;
	color: var(--black);
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	text-decoration: none;
}

/*.title-block .social-list a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(-1.75 * var(--transform));
	width: calc(1.5 * var(--transform));
	height: calc(1.5 * var(--transform));
	background-image: url("../img/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}*/

.title-block p {
	font-size: calc(1 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
}

.text-block {
	padding: calc(1.5 * var(--transform)) 0 calc(8 * var(--transform));
}

.text-block.text-block--main {
	padding: calc(1.5 * var(--transform)) 0 calc(5 * var(--transform));
}

.text-block.text-block--without-title {
	padding-bottom: calc(8 * var(--transform));
}

.text-block.text-block--case {
	padding: calc(4 * var(--transform)) 0 calc(8 * var(--transform));
}

.text-block.text-block--case .case-list {
	grid-column: 2/3;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: calc(1 * var(--transform)) calc(2.625 * var(--transform));
	padding: 0;
	list-style: none;
}

.text-block.text-block--case .case-list p {
	margin-top: calc(0.25 * var(--transform));
	font-size: calc(1 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
}

.text-block.text-block--case .case-list p.title {
	margin: 0;
	opacity: 0.5;
}

.text-block .container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: calc(1 * var(--transform));
}

.text-block .container div {
	display: grid;
	grid-gap: calc(1 * var(--transform));
}

.text-block h2,
.text-block p {
	font-size: calc(1 * var(--transform));
	font-weight: 400;
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
}

.text-block ul {
	padding-left: calc(1.5 * var(--transform));
}

.text-block ul li {
	font-size: calc(1 * var(--transform));
	font-weight: 400;
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
}
.body-is-about .header.header--white,
.is-about .title-block,
.is-about .text-block {
	background: #fff;
}
.about-photo-container {
	height: calc(54.625 * var(--transform));
}
.about-photo {
	position: fixed;
	top: 50%;
	left: 0;
	transform: translate3d(0,-50%,0);
	height: calc(54.625 * var(--transform));
	width: 100%;
	overflow: hidden;
	z-index: -1;
}

.about-photo img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.about-photo img.w744 {
	display: none;
}

.about-photo img.w375 {
	display: none;
}

.section-with-photo {
	padding: calc(4 * var(--transform)) 0 calc(8 * var(--transform));
}

.section-with-photo .container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: calc(1 * var(--transform));
}

.section-with-photo .photo-block {
	grid-column: 2/5;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: calc(3.125 * var(--transform)) calc(1 * var(--transform));
}

.section-with-photo .img-wrapper {
	width: 100%;
	height: calc(26.25 * var(--transform));
	overflow: hidden;
}

.section-with-photo .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.section-with-photo .title {
	font-size: calc(1 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
}

.section-with-photo .name {
	margin-top: calc(1 * var(--transform));
	font-size: calc(1.25 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
}

.section-with-photo .whois {
	margin-top: calc(0.25 * var(--transform));
	font-size: calc(1.25 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
	opacity: 0.5;
}

.section-with-photo .link {
	position: relative;
	margin-top: calc(1 * var(--transform));
	display: inline-block;
	color: var(--black);
	font-size: calc(0.875 * var(--transform));
	line-height: calc(1.125 * var(--transform));
	letter-spacing: calc(-0.03 * var(--transform));
	text-decoration: none;
}

.section-with-photo .link::before {
	content: "";
	position: absolute;
	top: calc(0.15 * var(--transform));
	right: calc(-0.75 * var(--transform));
	width: calc(0.5 * var(--transform));
	height: calc(0.5 * var(--transform));
	background-image: url("../img/arrow2.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.section-with-photo .about {
	margin-top: calc(1.5 * var(--transform));
	font-size: calc(1 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.01 * var(--transform));
}

.section-with-photo .contact-link {
	margin-top: calc(1 * var(--transform));
	display: inline-block;
	color: var(--black);
	font-size: calc(0.875 * var(--transform));
	line-height: calc(1.125 * var(--transform));
	letter-spacing: calc(-0.03 * var(--transform));
	text-decoration: none;
	opacity: 0.5;
}

.error {
	padding: calc(4 * var(--transform)) 0 calc(8 * var(--transform));
}

.error .container {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.error .img-wrapper {
	width: calc(49.166375 * var(--transform));
	height: calc(5.25 * var(--transform));
	overflow: hidden;
}

.error .img-wrapper img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.error .error__title {
	margin-top: calc(4 * var(--transform));
}

.error .btn {
	width: auto;
	margin-top: calc(1.5 * var(--transform));
}

.footer {
	position: relative;
	z-index: 15;
	background: #fff;
}
.line-anima {
	position: relative;
}
.line-anima:before {
	content: '';
	display: block;
	width: var(--line);
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	background: var(--black);
}


.footer .footer-top .container {
	padding-top: calc(1.5 * var(--transform));
	padding-bottom: calc(5 * var(--transform));
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: calc(1 * var(--transform));
}

.footer .footer-top .footer-logo {
	grid-column: 1/3;
	width: calc(9.625 * var(--transform));
	height: calc(1 * var(--transform));
	display: block;
	/* overflow: hidden; */
}

.footer .footer-top .footer-logo svg {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}

.footer .footer-top .footer-title {
	margin-top: calc(1.5 * var(--transform));
	margin-bottom: calc(2.5 * var(--transform));
}

.footer .footer-top .footer-form {
	display: grid;
	grid-template-columns: auto 1fr;
	grid-gap: calc(1.5 * var(--transform));
	margin-top: calc(1.5 * var(--transform));
	margin-bottom: calc(2.5 * var(--transform));
}

.footer .footer-top .footer-form input {
	grid-column: 1/3;
	width: 100%;
	padding-bottom: calc(0.75 * var(--transform));
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	border-bottom: 1px solid rgba(30, 30, 30, 0.32);
	transition: 0.3s;
}

.footer .footer-top .footer-form input:focus::-webkit-input-placeholder {
	color: transparent;
}

.footer .footer-top .footer-form input:focus::-moz-placeholder {
	color: transparent;
}

.footer .footer-top .footer-form input:focus:-ms-input-placeholder {
	color: transparent;
}

.footer .footer-top .footer-form input:focus::-ms-input-placeholder {
	color: transparent;
}

.footer .footer-top .footer-form input:focus::placeholder {
	color: transparent;
}

.footer .footer-top .footer-form input:hover {
	border-bottom: 1px solid var(--black);
}

.footer .footer-top .footer-form input::-webkit-input-placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form input::-moz-placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form input:-ms-input-placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form input::-ms-input-placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form input::placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form textarea {
	grid-column: 1/3;
	width: 100%;
	padding-bottom: calc(0.75 * var(--transform));
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	border-bottom: 1px solid rgba(30, 30, 30, 0.32);
	resize: none;
	transition: 0.3s;
}

.footer .footer-top .footer-form textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.footer .footer-top .footer-form textarea:focus::-moz-placeholder {
	color: transparent;
}

.footer .footer-top .footer-form textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.footer .footer-top .footer-form textarea:focus::-ms-input-placeholder {
	color: transparent;
}

.footer .footer-top .footer-form textarea:focus::placeholder {
	color: transparent;
}

.footer .footer-top .footer-form textarea:hover {
	border-bottom: 1px solid var(--black);
}

.footer .footer-top .footer-form textarea::-webkit-input-placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form textarea::-moz-placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form textarea:-ms-input-placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form textarea::-ms-input-placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form textarea::placeholder {
	color: var(--black);
}

.footer .footer-top .footer-form button {
	margin-top: calc(0.5 * var(--transform));
}

.footer .footer-top .footer-form p {
	margin-top: calc(0.5 * var(--transform));
	font-size: calc(0.875 * var(--transform));
	line-height: calc(1.25 * var(--transform));
}

.footer .footer-top .footer-form p a {
	color: var(--black);
}

.footer .footer-top .inner-wrapper {
	grid-column: 1/3;
	display: flex;
	margin-top: calc(0.5 * var(--transform));
}

.footer .footer-top .inner-wrapper .block {
	display: flex;
	flex-direction: column;
	margin-left: calc(6.1875 * var(--transform));
}

.footer .footer-top .inner-wrapper .block:first-of-type {
	margin-left: 0;
}

.footer .footer-top .inner-wrapper .block .title {
	font-size: calc(0.875 * var(--transform));
	line-height: calc(1 * var(--transform));
}

.footer .footer-top .inner-wrapper ul {
	display: flex;
	flex-direction: column;
	margin-top: calc(1.5 * var(--transform));
	list-style: none;
}

.footer .footer-top .inner-wrapper ul li {
	margin-top: calc(0.5 * var(--transform));
}

.footer .footer-top .inner-wrapper ul li:first-of-type {
	margin-top: 0;
}

.footer .footer-top .inner-wrapper ul p {
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	text-decoration: none;
}

.footer .footer-top .inner-wrapper ul a {
	color: var(--black);
	font-size: calc(1.125 * var(--transform));
	line-height: calc(1.5 * var(--transform));
	letter-spacing: calc(-0.03125 * var(--transform));
	text-decoration: none;
	transition: 0.3s;
}


.footer .footer-top .inner-wrapper .social-list {
	margin-top: calc(1 * var(--transform));
}

.social-list a {
	position: relative;
	display: inline-flex;
	align-items: center;
}
.social-list svg {
	width: calc(1.5 * var(--transform));
	height: calc(1.5 * var(--transform));
}

/*.footer .footer-top .inner-wrapper .social-list a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: calc(-1.75 * var(--transform));
	width: calc(1.5 * var(--transform));
	height: calc(1.5 * var(--transform));
	background-image: url("../img/arrow.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: translateY(-50%);
}*/

.footer .footer-bottom {
	padding: calc(1.5 * var(--transform)) 0;
	border-top: 1px solid var(--black);
}

.footer .footer-bottom .container {
	height: 100%;
	display: flex;
	align-items: center;
}

.footer .footer-bottom p,
.footer .footer-bottom a {
	margin-right: calc(1.5 * var(--transform));
	color: var(--black);
	font-size: calc(0.875 * var(--transform));
	font-weight: 400;
	line-height: calc(1 * var(--transform));
	text-decoration: none;
}

.footer .footer-bottom p.underline,
.footer .footer-bottom a.underline {
	text-decoration: underline;
}

.footer .footer-bottom p:last-of-type {
	margin-right: 0;
}

.modal {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 200;
	width: 100%;
	max-width: calc(60 * var(--transform));
	height: 100%;
	max-height: calc(34 * var(--transform));
	background-color: var(--black);
	transform: translate(-50%, -50%);
	transition: 0.3s;
	opacity: 0;
	visibility: hidden;
}

.modal.active {
	opacity: 1;
	visibility: visible;
}

.modal .video-wrapper {
	width: 100%;
	height: 100%;
}

.modal iframe {
	width: 100%;
	height: 100%;
}

.modal-close-btn {
	position: fixed;
	top: calc(2 * var(--transform));
	right: calc(2 * var(--transform));
	z-index: 999999;
	width: calc(2.5 * var(--transform));
	height: calc(2.5 * var(--transform));
	background-image: url("../img/close.svg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.modal-close-btn.active {
	opacity: 1;
	visibility: visible;
}

.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 199;
	width: 100%;
	height: 100%;
	background: rgba(30, 30, 30, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: 0.3s;
}

.modal-overlay.active {
	opacity: 1;
	visibility: visible;
}
.is-contacts .about__title {
	grid-column: 1/3;
}
.is-contacts .social-list {
	grid-column: 4;
}
.projects .btn-load-more {
	grid-column: 1/3;
}
.header-move {
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	background-color: transparent !important;
}
.header.header-move.active {
	mix-blend-mode: normal;
}
.main-default {
	position: relative;
}
.main-default:before {
	content: '';
	display: block;
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	padding-top: inherit;
	background-color: #fff;
}

.title-block_front.title-block .about__title {
	grid-column: none;
	max-width: 1200px;
}
.title-block_front .link_anim {
	display: inline-flex;
}

.single-projects .top .top__link {
	color: var(--white);
}

.mail-oncontact {
	font-family: 'stapelregular';
	color: var(--black);
	font-size: 3.33vw;
	margin-top: 0.39em;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
}
.is-politikakonfidenczialnosti .text-block .container {
	grid-template-columns: none;
}
.content-conf {
	grid-template-columns: none !important;
	max-width: 70%;
}
.single-case-link {
	color: #fff !important;
}
.contact-form__result {
	display: none;
}
.section-project {
	margin-bottom: 8.611vw;
}
.section-project__wrap {
/*	height: 0;
	padding-bottom: 40%;*/
	overflow: hidden;
	position: relative;
}
.scol-6 .section-project__wrap {
	height: 0;
	padding-bottom: 50%;
	overflow: hidden;
	position: relative;
}
/*.section-project__wrap_big {
	padding-bottom: 40%;
}*/
.section-project__elem {
	/*object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;*/
	width: 100%;
	height: auto;
	display: block;
}
.scol-6 .section-project__elem {
	object-fit: cover;
	object-position: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.section-project .srow:not(:last-child) {
	margin-bottom: 5vw;
}
.section-project .srow.srow_project-section__text {
	margin-bottom: 2.5vw;
}
.section-project .srow.srow_project-section__img:not(:last-child) {
	margin-bottom: 1.112vw;
}
.section-project .srow.srow_project-section__img:has(+ .srow_project-section__text) {
	margin-bottom: 5vw;
}

.section-project p {	
	font-style: normal;
	font-weight: 400;
	font-size: 1.111vw;
	line-height: 1.5;
	letter-spacing: -0.011vw;
}
.section-project__desc {
	font-style: italic;
	font-weight: 400;
	font-size: 1.111vw;
	line-height: 1.5;
	letter-spacing: -0.011vw;
	margin-top: 0.833vw;
	color: #1E1E1E;
	opacity: 0.5;
}
@media (max-width: 1024px) {
	.section-project__desc {
		font-style: italic;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.16px;
		margin-top: 12px;
		color: #1E1E1E;
		opacity: 0.5;
	}
	.section-project p {
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}
	.section-project {
		margin-bottom: 124px;
	}
	.srow {
		margin: 0 -16px;
	}
	.scol {
		padding: 0 16px;
		width: 100%;
	}
	.section-project .srow .scol:not(:last-child) {
		margin-bottom: 16px;
	}
	.section-project .srow.srow_project-section__img:not(:last-child) {
		margin-bottom: 16px;
	}
	.section-project .srow:not(:last-child) {
		margin-bottom: 72px;
	}
	.section-project .srow.srow_project-section__img:has(+ .srow_project-section__text) {
		margin-bottom: 72px;
	}
	.section-project .srow.srow_project-section__text {
		margin-bottom: 36px;
	}
	.content-conf {
		max-width: none;
	}
	.mail-oncontact {
		font-size: 48px;
		margin-bottom: 1em;
	}
	/*.is-project .top,
	.is-design .top,
	.is-film .top,
	.is-home .top {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		translate: none !important;
		rotate: none !important;
		scale: none !important;
		transform: none !important;
	}
	.is-project .paralax-block,
	.is-design .paralax-block,
	.is-film .paralax-block,
	.is-home .paralax-block {
		margin-top: calc(42.5 * var(--transform));
	}*/
	.about-photo {
		position: static;
		top: auto;
		left: auto;
		transform: none;
	}
}

@media (max-width: 1024px) {
	.projects .btn-load-more {
		grid-column: 1/2;
	}
	.header .link_anim::before {
		background-color: var(--black);
	}
	.container {
		padding: 0 32px;
	}

	.h2 {
		font-size: 48px;
		line-height: 50.013px;
		letter-spacing: -1px;
	}

	.btn {
		padding: 16px 32px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}

	.header {
		height: 80px;
	}

	.header .logo {
		margin-top: 0;
		width: 154px;
		height: 16px;
	}

	.header .mobile-menu {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		display: none;
		width: 100%;
		height: 100vh;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		padding: 0 32px 96px;
		background-color: var(--white);
		overflow: hidden;
	}

	.header .mobile-menu .header {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.header .mobile-menu .logo {
		width: 54px;
		height: 16px;
		overflow: hidden;
	}

	.header .mobile-menu .logo svg {
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
	}

	.link_anim::before {
		background-color: var(--black);
		height: 2px;
	}
	.header-nav .link_anim.active::before {
		background-color: var(--black) !important;
	}

	.header .mobile-menu .close-btn svg path {
		stroke: #fff;
	}

	.header .mobile-menu .close-btn {
		display: flex;
		grid-column: none;
	}
	

	.header .header-nav {
		flex-direction: column;
		align-items: flex-start;
		margin-top: 240px;
	}

	.header a {
		margin-top: 24px;
		margin-left: 0;
		color: var(--black);
		font-family: var(--font2);
		font-size: 48px;
		line-height: 50.013px;
		letter-spacing: -2px;
	}

	.header .header-nav a:first-of-type {
		margin-top: 0;
	}

	.header a:hover {
		text-decoration: none;
	}

	.header .contacts-link {
		margin-left: 0;
		margin-top: auto;
		color: var(--black);
		font-family: var(--font2);
		font-size: 48px;
		line-height: 50.013px;
		letter-spacing: -2px;
	}

	.header .contacts-link:hover {
		text-decoration: none;
	}

	.header .lang {
		margin-left: 0;
		margin-top: auto;
	}

	.header .lang p {
		color: var(--black);
		font-family: var(--font2);
		font-size: 48px;
		line-height: 50.013px;
		letter-spacing: -2px;
	}

	.header .burger {
		display: flex;
		justify-content: flex-end;
		align-items: center;
		grid-column: none;
	}

	.top {
		height: 680px;
	}
	
	/*.is-project .paralax-block,
	.is-design .paralax-block,
	.is-film .paralax-block,
	.is-home .paralax-block {
		margin-top: 680px;
	}*/

	.top.top--case .container {
		grid-template-columns: 1fr;
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.top.top--case .play-btn {
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.top .container {
		padding-bottom: 64px;
	}

	.top .play-btn {
		top: 444px;
		transform: translate(-50%, 0);
	}

	.top .play-btn .img-wrapper {
		width: 55px;
		height: 64px;
	}

	.top .play-btn .txt {
		display: block;
	}

	.top .top__title {
		width: 100%;
	}

	.top .top__link {
		display: none;
	}

	.top .top-list {
		margin-top: 240px;
	}

	.top .top-list a {
		font-size: 64px;
		line-height: 72px;
	}

	.projects {
		padding: 24px 0 96px;
	}

	.projects .container {
		grid-gap: 0 32px;
	}

	.projects .projects__title {
		grid-column: 1/5;
	}

	.projects .date {
		align-self: start;
		margin-top: 40px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.48px;
	}

	.projects .quantity {
		align-self: start;
		margin-top: 40px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.48px;
	}

	.projects .projects-list {
		grid-template-columns: 1fr;
		grid-gap: 24px;
		margin-top: 80px;
	}

	.projects .projects-list .img-wrapper {
		height: 66.398vw;
	}

	.projects .projects-list .title {
		margin-top: 16px;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.projects .projects-list .title span {
		margin-left: 20px;
	}

	.projects .btn {
		margin-top: 24px;
	}

	.title-block {
		padding: 64px 0 80px;
	}

	.title-block.title-block--main {
		padding: 64px 0 80px;
	}

	.title-block .container {
		display: block;
	}

	.title-block .about__title a {
		padding-right: 38px;
	}


	.about__title .link_anim svg {
		min-width: 22px;
		width: 22px;
		height: 22px;
	}

	.title-block .social-list {
		margin-top: 24px;
	}

	.title-block .social-list li {
		margin-top: 8px;
	}

	.title-block .social-list a {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}

	.title-block .social-list a::after {
		right: -28px;
		width: 24px;
		height: 24px;
	}

	.title-block p {
		margin-top: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.text-block {
		padding: 24px 0 80px;
	}

	.text-block.text-block--main {
		padding: 24px 0 80px;
	}

	.text-block.text-block--without-title {
		padding-bottom: 128px;
	}

	.text-block.text-block--without-title .title {
		display: none;
	}

	.text-block.text-block--case {
		padding: 64px 0 128px;
	}

	.text-block.text-block--case .case-list {
		grid-column: 1/2;
		grid-gap: 16px 42px;
		margin-top: 40px;
	}

	.text-block.text-block--case .case-list p {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.text-block .container {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}

	.text-block .container div {
		grid-gap: 16px;
	}

	.text-block h2,
	.text-block p {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.text-block ul {
		padding-left: 24px;
	}

	.text-block ul li {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.about-photo-container {
		height: 100vw;
	}

	.about-photo {
		height: 100vw;
	}

	.about-photo img.w1440 {
		display: none;
	}

	.about-photo img.w744 {
		display: block;
	}

	.section-with-photo {
		padding: 24px 0 128px;
	}

	.section-with-photo .container {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 24px 16px;
	}

	.section-with-photo .photo-block {
		grid-column: 1/3;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 50px 16px;
	}

	.section-with-photo .photo-block.col-2 .item:nth-of-type(1) {
		display: none;
	}

	.section-with-photo .photo-block.col-2 .item .img-wrapper {
		width: 100%;
	}

	.section-with-photo .img-wrapper {
		height: 56.45vw;
	}

	.section-with-photo .title {
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.section-with-photo .name {
		margin-top: 16px;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.section-with-photo .whois {
		margin-top: 4px;
		font-size: 20px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.section-with-photo .link {
		margin-top: 16px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.48px;
	}

	.section-with-photo .link::before {
		top: 3px;
		right: -12px;
		width: 8px;
		height: 8px;
	}

	.section-with-photo .about {
		margin-top: 24px;
		font-size: 16px;
		line-height: 24px;
		letter-spacing: -0.16px;
	}

	.section-with-photo .contact-link {
		margin-top: 16px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.48px;
	}

	.error {
		padding: 64px 0 128px;
	}

	.error .img-wrapper {
		width: 100%;
		height: auto;
	}

	.error .error__title {
		margin-top: 72px;
	}

	.error .btn {
		margin-top: 24px;
	}

	.footer .footer-top .container {
		padding-top: 24px;
		padding-bottom: 80px;
		display: block;
	}

	.footer .footer-top .footer-logo {
		width: 154px;
		height: 16px;
	}

	.footer .footer-top .footer-title {
		margin-top: 24px;
		margin-bottom: 0;
	}

	.footer .footer-top .footer-form {
		grid-gap: 24px;
		margin-top: 40px;
		margin-bottom: 120px;
	}

	.footer .footer-top .footer-form input {
		padding-bottom: 12px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}

	.footer .footer-top .footer-form textarea {
		padding-bottom: 12px;
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}

	.footer .footer-top .footer-form button {
		margin-top: 8px;
	}

	.footer .footer-top .footer-form p {
		margin-top: 8px;
		font-size: 14px;
		line-height: 20px;
	}

	.footer .footer-top .inner-wrapper {
		margin-top: 24px;
	}

	.footer .footer-top .inner-wrapper .block {
		margin-left: 40px;
	}

	.footer .footer-top .inner-wrapper .block .title {
		font-size: 14px;
		line-height: 16px;
	}

	.footer .footer-top .inner-wrapper ul {
		margin-top: 24px;
	}

	.footer .footer-top .inner-wrapper ul li {
		margin-top: 8px;
	}

	.footer .footer-top .inner-wrapper ul p {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}

	.footer .footer-top .inner-wrapper ul a {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: -0.5px;
	}

	.footer .footer-top .inner-wrapper .social-list {
		margin-top: 16px;
	}

	.social-list svg {
		width: 24px;
		height: 24px;
	}

	.footer .footer-bottom {
		padding: 24px 0;
	}

	.footer .footer-bottom p,
	.footer .footer-bottom a {
		margin-right: 24px;
		font-size: 14px;
		line-height: 16px;
	}

	.modal {
		top: 123px;
		left: 32px;
		max-width: none;
		width: calc(100% - 64px);
		max-height: 59.678vw;
		transform: translate(0, 0);
	}

	.modal-close-btn {
		top: 32px;
		right: 32px;
		width: 40px;
		height: 40px;
	}
}

@media (max-width: 1024px) and (max-width: 767px) {
	.header .mobile-menu {
		padding: 0 16px 64px;
	}
}

@media (max-width: 767px) {
	.mail-oncontact {
		font-size: 30px;
		margin-bottom: 0;
	}
	.section-with-photo .photo-block.contact_col-2 {
		grid-template-columns: 1fr !important;
	}
	.container {
		padding: 0 16px;
	}

	.h2 {
		font-size: 30px;
		line-height: 120%;
	}

	.header {
		height: 64px;
	}

	.header .header-nav {
		margin-top: 160px;
	}

	.header a {
		margin-top: 16px;
		font-size: 30px;
		line-height: 120%;
		letter-spacing: -1px;
	}

	.header .contacts-link {
		font-size: 30px;
		line-height: 120%;
		letter-spacing: -1px;
	}

	.header .lang p {
		font-size: 30px;
		line-height: 120%;
		letter-spacing: -1px;
	}

	.top {
		height: 480px;
	}
	
	/*.is-project .paralax-block,
	.is-design .paralax-block,
	.is-film .paralax-block,
	.is-home .paralax-block {
		margin-top: 480px;
	}*/

	.top.top--case .container {
		padding-bottom: 24px;
	}

	.top .container {
		padding-bottom: 24px;
	}

	.top .play-btn {
    top: 340px;
    margin-left: 21%;
    white-space: nowrap;
	}
	.single-projects .top .play-btn {
    margin-left: 0;
	}

	.top .play-btn .txt {
		font-size: 16px;
		letter-spacing: -0.16px;
	}

	.top .top-list {
		margin-top: 196px;
	}

	.top .top-list a {
		font-size: 40px;
		line-height: 110%;
		letter-spacing: -0.8px;
	}

	.projects {
		padding-bottom: 64px;
	}

	.projects .container {
		grid-template-columns: auto 1fr;
		grid-gap: 0 16px;
	}

	.projects .date {
		margin-top: 32px;
	}

	.projects .quantity {
		margin-top: 32px;
	}

	.projects .projects-list {
		margin-top: 50px;
	}

	.projects .projects-list .img-wrapper {
		height: 64vw;
	}

	.projects .projects-list .title {
		font-size: 16px;
	}

	.projects .projects-list .title span {
		display: block;
		margin-top: 8px;
		margin-left: 0;
	}

	.title-block {
		padding: 48px 0 64px;
	}

	.title-block.title-block--main {
		padding: 48px 0;
	}

	.text-block {
		padding-bottom: 64px;
	}

	.text-block.text-block--main {
		padding-bottom: 64px;
	}

	.text-block.text-block--without-title {
		padding-bottom: 64px;
	}

	.text-block.text-block--case {
		padding: 48px 0 64px;
	}

	.text-block.text-block--case .case-list {
		margin-top: 12px;
		grid-gap: 16px 24px;
	}

	.text-block .container {
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}

	.text-block .container div {
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}

	.about-photo-container {
		height: 106.67vw;
	}

	.about-photo {
		height: 106.67vw;
	}

	.about-photo img.w1440 {
		display: none;
	}

	.about-photo img.w744 {
		display: none;
	}

	.about-photo img.w375 {
		display: block;
	}

	.section-with-photo {
		padding-bottom: 64px;
	}

	.section-with-photo .container {
		grid-gap: 32px 16px;
	}

	.section-with-photo .photo-block {
		grid-template-columns: 1fr;
		grid-gap: 32px 16px;
	}

	.section-with-photo .photo-block.col-2 {
		grid-template-columns: repeat(2, 1fr);
	}

	.section-with-photo .img-wrapper {
		width: calc((100% - 16px) / 2);
		height: 55vw;
	}

	.section-with-photo .title {
		width: 100%;
		grid-column: 1/3;
	}

	.section-with-photo .name {
		font-size: 16px;
	}

	.section-with-photo .whois {
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.48px;
	}

	.section-with-photo .whois br {
		display: none;
	}

	.section-with-photo .about {
		margin-top: 16px;
		font-size: 14px;
		line-height: 18px;
		letter-spacing: -0.48px;
	}

	.section-with-photo .contact-link {
		margin-top: 16px;
	}

	.error {
		padding: 48px 0 64px;
	}

	.error .error__title {
		margin-top: 52px;
	}

	.error .btn {
		width: 100%;
	}

	.footer .footer-top .container {
		padding-bottom: 32px;
	}

	.footer .footer-top .footer-form {
		grid-template-columns: 1fr;
		margin-bottom: 80px;
	}

	.footer .footer-top .footer-form input {
		grid-column: auto;
	}

	.footer .footer-top .footer-form textarea {
		grid-column: auto;
	}

	.footer .footer-top .footer-form p {
		margin-top: -8px;
	}

	.footer .footer-top .inner-wrapper {
		flex-direction: column;
	}

	.footer .footer-top .inner-wrapper .block {
		margin-left: 0;
		margin-top: 32px;
	}

	.footer .footer-top .inner-wrapper .block:first-of-type {
		margin-top: 0;
	}

	.footer .footer-bottom {
		padding: 16px 0;
		border: none;
	}

	.footer .footer-bottom .container {
		flex-direction: column;
		align-items: flex-start;
	}

	.footer .footer-bottom p,
	.footer .footer-bottom a {
		margin-right: 0;
		margin-top: 16px;
	}

	.footer .footer-bottom p:first-of-type {
		margin-top: 0;
	}

	.modal {
		top: 80px;
		left: 16px;
		width: calc(100% - 32px);
		max-height: 74.134vw;
	}

	.modal-close-btn {
		top: 24px;
		right: 16px;
		width: 24px;
		height: 24px;
	}
}