/*!
Theme Name: Grounded
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

new custom theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! 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.
 */
@font-face {
	font-family: "FieldGothic26";
	src: url("FieldGothicNo.26.eot");
	src:
		local("FieldGothicNo.26"),
		local("FieldGothicNo.26"),
		url("assets/fonts/FieldGothicNo.26.woff2") format("woff2"),
		url("assets/fonts/FieldGothicNo.26.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "FieldGothic27";
	src: url("FieldGothicNo.27.eot");
	src:
		local("FieldGothicNo.27"),
		local("FieldGothicNo.27"),
		url("assets/fonts/FieldGothicNo.27.woff2") format("woff2"),
		url("assets/fonts/FieldGothicNo.27.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "FieldGothic52";
	src: url("FieldGothicNo.52.eot");
	src:
		local("FieldGothicNo.52"),
		local("FieldGothicNo.52"),
		url("assets/fonts/FieldGothicNo.52.woff2") format("woff2"),
		url("assets/fonts/FieldGothicNo.52.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "FieldGothic62";
	src: url("FieldGothicNo.62.eot");
	src:
		local("FieldGothicNo.62"),
		local("FieldGothicNo.62"),
		url("assets/fonts/FieldGothicNo.62.woff2") format("woff2"),
		url("assets/fonts/FieldGothicNo.62.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "FieldGothic64";
	src: url("FieldGothicNo.64.eot");
	src:
		local("FieldGothicNo.64"),
		local("FieldGothicNo.64"),
		url("assets/fonts/FieldGothicNo.64.woff2") format("woff2"),
		url("assets/fonts/FieldGothicNo.64.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "FieldGothic";
	src: url("FieldGothicNo.82.eot");
	src:
		local("FieldGothicNo.82"),
		local("FieldGothicNo.82"),
		url("assets/fonts/FieldGothicNo.82.woff2") format("woff2"),
		url("assets/fonts/FieldGothicNo.82.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Duc De Berry LT Std";
	src: url("DucDeBerryLTStd.eot");
	src:
		local("DucDeBerryLTStd"),
		local("DucDeBerryLTStd"),
		url("assets/fonts/DucDeBerryLTStd.woff2") format("woff2"),
		url("assets/fonts/DucDeBerryLTStd.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	overflow-x: hidden;
}

/**
 * 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;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 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;
	font-size: 1em;
}

/* 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;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * 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;
	font-size: 1em;
}

/**
 * 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;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	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;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * 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;
	padding: 0;
}

/**
 * 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;
	outline-offset: -2px;
}

/**
 * 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;
	font: inherit;
}

/* 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;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

:root {
	--mainColor: #1f1f1f;
	--secondColor: #f9423a;
	--accentColor: #83c1c0;
	--lightColor: #fbf7eb;
	--second-family: "Duc De Berry LT Std", sans-serif;
	--FieldGothic26: "field-gothic-xxcondensed";
	--FieldGothic27: "field-gothic-xxcondensed", sans-serif;
	--FieldGothic52: "field-gothic-compact";
	--FieldGothic62: "field-gothic";
	--FieldGothic64: "field-gothic";
	--container-width: 1920px;
	--container-padding: 48px;
}

@media (min-width: 1920px) {
	:root {
		--container-width: 100%;
	}
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	/* font-family: 'FieldGothic', sans-serif; */
	font-family: "field-gothic-xwide", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	color: var(--mainColor);
}

html {
	overflow-x: hidden;
}

.container {
	width: 100%;
	max-width: var(--container-width);
	padding: 0 var(--container-padding);
	margin: 0 auto;
}
/* @media(min-width: 1000px) {
    .container {
        max-width: 100%;
    }

} */
body {
	--screen-width: calc(100vw - (100vw - 100%));
	background: #fbf7eb;
}

.auto-pd-left {
	padding-left: calc(
		(100vw - var(--container-width)) / 2 + var(--container-padding)
	);
}

.auto-pd-right {
	padding-right: calc(
		(100vw - var(--container-width)) / 2 + var(--container-padding)
	);
}

.h1headline {
	font-family: var(--FieldGothic26);
	font-weight: 800;
	/* font-size: clamp(120px, 24vw, 469px); */
	font-size: clamp(120px, 24vw, 560px);
	line-height: 70%;
	text-transform: uppercase;
}

.h2headline {
	font-family: var(--FieldGothic26);
	font-weight: 800;
	/* font-size: clamp(120px, 30vw, 274px); */
	font-size: clamp(120px, 14.3vw, 374px);
	line-height: 80%;
	text-transform: uppercase;
}

.h3headlineSemiBold {
	font-family: var(--FieldGothic64);
	font-size: clamp(36px, 8vw, 84px);
	font-weight: 600;
	line-height: 110%;
	text-transform: capitalize;
}

.subHeadlineBold {
	font-family: var(--FieldGothic64);
	/* font-size: 32px; */
	font-size: clamp(20px, 1.7vw, 54px);
	font-weight: 600;
	line-height: 100%;
	text-transform: capitalize;
}

.h1 {
	font-family: var(--FieldGothic26);
	font-weight: 800;
	font-size: clamp(40px, 18vw, 274px);
	line-height: 80%;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.h3 {
	font-family: var(--FieldGothic27);
	/* font-size: clamp(48px, 10vw, 142px); */
	font-size: clamp(48px, 7.4vw, 242px);
	font-weight: 900;
	line-height: 70%;
}

.bodyLageText {
	font-family: var(--FieldGothic52);
	font-weight: 400;
	/* font-size: clamp(20px, 2vw, 32px); */
	font-size: clamp(20px, 1.7vw, 60px);
	line-height: 120%;
}

.bodyReguralText {
	/* font-size: clamp(14px, 2vw, 24px); */
	font-size: clamp(14px, 1.25vw, 40px);
}

.bodyRegularSmall {
	font-family: var(--FieldGothic62);
	font-weight: 400;
	font-size: 20px;
	line-height: 120%;
	color: #fbf7eb;
}

.bg-dark {
	background-color: var(--mainColor);
}

.text-light * {
	color: var(--lightColor);
}

a {
	text-decoration: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

:is(ul, ol):not(
	:is(header *, footer *, .services__list, .accordion, .pagesNav)
) {
	margin: 0 0 24px 42px;
}

:is(ul, ol):not(:is(header *, footer *, .services__list, .accordion, .pagesNav))
	li:not(:last-child) {
	margin-bottom: 24px;
}

header ul,
footer ul,
.pagesNav ul {
	list-style: none;
	margin: 0;
}

button {
	border: none;
	cursor: pointer;
}

p:not(:last-child) {
	margin-bottom: 16px;
}

span,
a,
i,
p,
li {
	font-family: inherit;
	font-weight: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

strong {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
	outline: none;
	width: 100%;
	padding: 14px 12px;
	border: 1px solid var(--accentColor);
	border-radius: 0px;
	background: transparent;
	margin-top: 8px;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 18px;
	border-radius: 100px;
	background: var(--mainColor);
	width: 100%;
	border: none;
	cursor: pointer;
	color: #fff;
}
.my-contact-form .hs-button.primary.large {
	width: 100%;
}
textarea,
.textarea {
	resize: none;
	width: 100%;
	height: 180px;
}
.contact-form .btn {
	width: 100%;
	justify-content: center;
	text-align: center;
}
.form-status {
	text-align: center;
	margin-top: 24px;
}

img {
	max-width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.bg {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.tac {
	text-align: center;
}

.d-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.d-flex-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.d-flex-sb {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.d-flex-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.d-flex-sb-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.d-grid {
	display: -ms-grid;
	display: grid;
}

.d-grid-2 {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
}

.d-grid-3 {
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}

.d-grid-4 {
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
}

.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-align: center;
	cursor: pointer;
	padding: 16px 30px;
	border-radius: 38px;
	/* font-size: 24px; */
	font-size: clamp(14px, 1.25vw, 40px);
	line-height: 120%;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.btn.--xs {
	padding: 3px 13px;
}

.btn.--outline {
	border: 1px solid var(--mainColor);
}

.btn.--outline:hover {
	background: var(--secondColor);
	border-color: var(--secondColor);
}

.btn.--outlineLight {
	border: 1px solid var(--lightColor);
	color: var(--lightColor);
}

.btn.--outlineLight:hover {
	border-color: var(--mainColor);
	color: var(--mainColor);
}

.btn.--dark {
	background: var(--mainColor);
	color: var(--lightColor);
}

.btn.--dark:hover {
	background: var(--secondColor);
	color: var(--mainColor);
}

.btn.--color {
	background: var(--secondColor);
}

.btn.--color:hover {
	background: var(--lightColor);
	color: var(--mainColor);
}

.btn.--colorHoverType2 {
	background: var(--secondColor);
}

.btn.--colorHoverType2:hover {
	background: var(--accentColor);
}

.linkBtn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 16px;
	font-family: var(--second-family);
	/* font-size: 32px; */
	font-size: clamp(20px, 1.7vw, 54px);
	line-height: 100%;
	text-transform: lowercase;
	color: var(--secondColor);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.linkBtn svg path {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.linkBtn:hover {
	text-decoration: underline;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1000;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	will-change: transform;
	z-index: 10;
}

.header.is-hidden {
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.header__logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 200px;
}

.header__logo .logo.--light {
	display: none;
}

.header__wrap {
	gap: 24px;
}

.header__innerLinks {
	gap: 24px;
}

.menu__wrap {
	gap: 24px;
}

.menu__wrap a {
	-webkit-transition: none;
	transition: none;
}

.hamburger {
	width: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	cursor: pointer;
	display: none;
}

.hamburger span {
	display: block;
	height: 2px;
	width: 100%;
	background-color: var(--mainColor);
	margin-bottom: 5px;
	-webkit-transition: 0.7s ease;
	transition: 0.7s ease;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	margin: 2px 0;
}

body.active {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
}

@media (min-width: 761px) {
	.header__innerLinks a {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		text-align: center;
		background: var(--mainColor);
		color: var(--lightColor);
		text-transform: uppercase;
		padding: 10px 17px;
		border-radius: 38px;
		font-size: 24px;
		line-height: 120%;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	.header__innerLinks a:hover {
		background: var(--secondColor);
		color: var(--mainColor);
	}

	.header__wrap {
		background: var(--lightColor);
		border: 1px solid var(--mainColor);
		border-radius: 98px;
		padding: 10px 48px;
		margin: 24px 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 24px;
	}

	.header__block {
		display: none;
	}
}
@media (min-width: 1921px) {
	.header__logo {
		max-width: 330px;
	}
	.header__innerLinks a {
		font-size: clamp(14px, 1.25vw, 40px);
	}
}

@media (max-width: 760px) {
	.hamburger {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header {
		padding: 14px 0;
		background-color: var(--lightColor);
	}

	.header.active {
		z-index: 1000;
	}

	.header.active .header__logo .logo.--dark {
		display: none;
	}

	.header.active .header__logo .logo.--light {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.header.active .menu {
		left: 0;
		overflow-y: auto;
	}

	.header.active .hamburger {
		z-index: 55;
	}

	.header.active .hamburger span:nth-child(1) {
		-webkit-transform: translateY(3px) rotate(45deg);
		transform: translateY(3px) rotate(45deg);
	}

	.header.active .hamburger span:nth-child(2) {
		display: none;
	}

	.header.active .hamburger span:nth-child(3) {
		-webkit-transform: translateY(-3px) rotate(-45deg);
		transform: translateY(-3px) rotate(-45deg);
	}

	.header.active .hamburger span {
		background: var(--lightColor);
	}

	.header.active .logo,
	.header.active .contactTrigger {
		z-index: 555;
	}

	.header__innerLinks {
		gap: 16px;
	}

	.header .contactTrigger {
		font-size: 14px;
		padding: 5px 10px;
	}

	.header__block * {
		color: var(--lightColor);
	}

	.header__block {
		margin-bottom: 24px;
	}

	.header__link svg path {
		stroke: var(--lightColor);
	}

	.menu {
		position: fixed;
		z-index: 55;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		padding: 0px 16px 80px;
		border-top: 60px solid var(--mainColor);
		background-color: var(--mainColor);
		-webkit-transition: 0.4s all;
		transition: 0.4s all;
		gap: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.menu__wrap {
		margin: 80px 0;
	}

	.menu li a {
		color: var(--lightColor);
		font-size: 120px;
		line-height: 70%;
		font-family: var(--FieldGothic26);
		font-weight: 800;
		text-transform: uppercase;
	}

	.menu__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 16px;
	}
}

@media (min-width: 761px) and (max-width: 1100px) {
	.header__wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 14px;
		padding: 0;
		margin: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.header__logo {
		max-width: min(70vw, 520px);
		justify-content: center;
	}

	.header__innerLinks {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px;
	}

	.menu__wrap {
		margin: 0;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
	}

	.menu li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 8px 20px;
		border-radius: 999px;
		background: var(--mainColor);
		color: var(--lightColor);
		font-size: clamp(14px, 2.2vw, 24px);
		line-height: 1;
		font-family: var(--FieldGothic26);
		font-weight: 400;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.menu li svg {
		display: none;
	}

	.contactTrigger__menu {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.contactTrigger__menu svg {
		display: none;
	}

	.contactTrigger__menu .contactTrigger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 6px 16px;
		border-radius: 999px;
		background: var(--secondColor);
		color: var(--mainColor);
		font-size: 14px;
		line-height: 1;
		font-family: var(--FieldGothic26);
		font-weight: 800;
		text-transform: uppercase;
		text-decoration: none;
		opacity: 1 !important;
	}
}

.contactTriggerButton {
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: var(--secondColor);
	border-radius: 50%;
	width: 94px;
	height: 94px;
	cursor: pointer;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 32px;
	line-height: 80%;
	text-transform: lowercase;
	text-align: center;
	color: var(--mainColor);
	-webkit-transition: 0.4s;
	transition: 0.4s;
	z-index: 200;
}

.contactTriggerButton:hover {
	background: var(--mainColor);
	color: var(--lightColor);
}

.contactModal {
	position: fixed;
	width: 100%;
	height: calc(100% + 48px);
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.4s ease;
	transition: opacity 0.4s ease;
	z-index: 999;
}

.contactModal.is-open {
	opacity: 1;
	pointer-events: auto;
}

.contactModal.is-open .contactModal__form {
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.contactModal__form {
	position: absolute;
	top: 0;
	right: 0;
	max-width: 690px;
	width: 100%;
	height: 100%;
	background: var(--lightColor);
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition:
		transform 0.4s ease,
		-webkit-transform 0.4s ease;
	padding: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: auto;
}
@media (min-width: 1920px) {
	.contactModal__form {
		max-width: 35%;
	}
}

.contactModal__title {
	font-family: var(--FieldGothic27);
	font-weight: 900;
	font-size: 142px;
	line-height: 70%;
	text-align: center;
	margin-bottom: 16px;
}

.contactModal__text {
	font-size: 24px;
	margin-bottom: 48px;
}

.contactModal__close {
	position: absolute;
	top: 40px;
	right: 40px;
	cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.custom-checkbox .custom-checkbox__box {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 15px;
	cursor: pointer;
	text-decoration: underline;
}

.custom-checkbox .custom-checkbox__box::before {
	content: "";
	width: 18px;
	height: 18px;
	border: 3px solid var(--mainColor);
	border-radius: 0px;
	display: inline-block;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.custom-checkbox .custom-checkbox__box::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 9px;
	width: 9px;
	height: 5px;
	border-left: 2px solid var(--mainColor);
	border-bottom: 2px solid var(--mainColor);
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
	opacity: 0;
}

.custom-checkbox input:checked + .custom-checkbox__box::after {
	opacity: 1;
}

@media (max-width: 991px) {
	.contactModal.is-open .contactModal__form {
		-webkit-transform: translateX(50%) translateY(-50%);
		transform: translateX(50%) translateY(-50%);
	}

	.contactModal__form {
		border-radius: 16px;
		top: 50%;
		right: 50%;
		width: calc(100% - 32px);
		height: auto;
		-webkit-transform: translateX(100%) translateY(-50%);
		transform: translateX(100%) translateY(-50%);
		padding: 48px 16px;
	}

	.contactModal__title {
		font-size: 48px;
	}

	.contactModal__close {
		position: absolute;
		top: 16px;
		right: 16px;
	}
}

@media (max-width: 766px) {
	.contactTriggerButton {
		right: 16px;
		bottom: 16px;
		width: 64px;
		height: 64px;
		font-size: 20px;
	}

	.contactModal__text {
		font-size: 14px;
		margin-bottom: 24px;
	}
}

.defaultPage {
	padding: 140px 0 150px;
}

.defaultPage p {
	font-size: 24px;
}

.defaultPage h2 {
	margin: 48px 0 24px;
	font-family: var(--FieldGothic64);
	font-weight: 600;
	font-size: 32px;
	line-height: 100%;
	text-transform: capitalize;
}

.page404 {
	padding: 140px 0 60px;
}

.page404__image {
	display: block;
	margin-left: auto;
	max-width: 80%;
}

.pdSection {
	padding: 144px 0;
}

@media (max-width: 766px) {
	.pdSection {
		padding: 80px 0;
	}
	.defaultPage,
	.page404 {
		padding: 60px 0 40px;
	}
	.defaultPage .h1,
	.page404 .h1 {
		font-size: 120px;
	}
	.defaultPage p {
		font-size: 14px;
	}
	.defaultPage h2 {
		margin: 48px 0 16px;
		font-size: 20px;
	}
	.page404 .h1 {
		margin: 0 0 -20px;
	}
	.page404__image {
		max-width: 70%;
	}
}

.heroImage {
	padding: 142px 0;
	height: 100vh;
	/* max-height: 800px; */
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.heroImage .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
}

.heroImage__logo {
	display: block;
	max-width: 540px;
	width: 100%;
	margin: 0 auto;
	z-index: 2;
	position: relative;
}

@media (max-width: 640px) {
	.heroImage {
		padding: 52px 0;
		height: auto;
	}

	.heroImage__logo {
		max-width: 150px;
	}
}

.hero__wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	display: -ms-grid;
	display: grid;
}

.hero__videoText {
	margin-top: 10px;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	text-transform: lowercase;
	text-align: center;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hero__title {
	margin: 0;
	font-size: clamp(40px, 14vw, 274px);
}

.hero__left .hero__title {
	margin-bottom: 24px;
}

.hero__right .hero__title {
	margin-top: clamp(40px, 5.5vw, 113px);
}

.hero__right .hero__title svg {
	width: 80%;
}

.hero__center {
	position: relative;
}

.hero__title.main span:nth-child(2) {
	display: block;
	margin-left: 4vw;
}

.hero__text.left {
	max-width: 578px;
}

.hero__text.right {
	max-width: 417px;
}

.hero__text.center {
	max-width: 515px;
}

.hero__videoWrap {
	margin: 0 auto;
	position: relative;
}

.hero__videoWrap.active .hero__videoText {
	opacity: 0;
}

.hero__videoWrap.active::after {
	opacity: 0;
}

.hero__videoWrap.active_cursor .video-cursor {
	opacity: 1;
}

.hero__video {
	width: 100%;
	z-index: 3;
}

.hero__video video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.hero--video-modal .hero__videoWrap {
	cursor: pointer;
}

.heroVideoModal {
	position: fixed;
	inset: 0;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
	padding: clamp(24px, 4vw, 48px);
	background: rgba(0, 0, 0, 0.88);
}

.heroVideoModal.is-open {
	display: flex;
}

.heroVideoModal__dialog {
	position: relative;
	width: min(100%, 1200px);
}

.heroVideoModal__media {
	border-radius: 16px;
	overflow: hidden;
	background: #000;
}

.heroVideoModal__media video {
	display: block;
	width: 100%;
	height: auto;
	max-height: calc(100vh - clamp(80px, 10vw, 120px));
	background: #000;
}

.heroVideoModal__close {
	position: absolute;
	top: clamp(-44px, -4vw, -24px);
	right: 0;
	border: 0;
	background: transparent;
	color: var(--lightColor);
	font-family: var(--FieldGothic64);
	font-size: 16px;
	line-height: 1;
	text-transform: uppercase;
	cursor: pointer;
}

body.hero-video-modal-open {
	overflow: hidden;
}

.hero div.hero__header ul {
	list-style: none;
	margin: 0;
}

.hero div.hero__header ul li {
	margin: 0;
}

.hero .header__wrap {
	border: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background: transparent;
}

.hero .header__wrap .logo {
	position: relative;
	max-width: 62vw;
	width: 100%;
}

.video-cursor {
	position: fixed;
	top: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 94px;
	height: 94px;
	border-radius: 50%;
	background-color: var(--mainColor);
	color: var(--lightColor);
	pointer-events: none;
	z-index: 1000;
	-webkit-transform: none;
	transform: none;
	/* -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease; */
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 32px;
	line-height: 100%;
	text-transform: lowercase;
	opacity: 0;
}

.video-cursor__text.mute {
	display: none;
}

.video-cursor.is-muted .mute {
	display: none;
}

.video-cursor.is-muted .unmute {
	display: block;
}

.video-cursor.is-unmuted .mute {
	display: block;
}

.video-cursor.is-unmuted .unmute {
	display: none;
}

.hero__container {
	position: relative;
	max-width: 100%;
}

.hero__videoAnimBox {
	position: absolute;
	top: clamp(40px, 11vw, 240px);
	width: 100%;
}

.hero__videoAnimBox .box {
	position: relative;
	width: 100%;
	padding-top: 36.25%;
}

.hero__title svg {
	width: 100%;
	max-width: 100%;
}

@media (max-width: 1230px) {
	.hero__title {
		font-size: clamp(40px, 12vw, 274px);
	}
}

.hero .container {
	max-width: 100%;
}

@media (min-width: 1100px) {
	.home .header {
		opacity: 0;
	}

	.hero {
		padding: 0 0 40px;
	}

	.hero__container {
		padding-top: 40px;
	}

	.hero__wrap {
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.hero__wrap.--bottom {
		margin-top: -50px;
	}

	.hero__video .hero__videoText {
		width: 100%;
		display: block;
		height: 8vw;
		max-height: 50%;
		position: absolute;
		bottom: 0;
		left: 0px;
		z-index: 222;
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 32px;
		line-height: 100%;
		text-transform: lowercase;
		text-align: center;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.hero__video::after {
		content: "";
		background: var(--lightColor);
		width: 102%;
		display: block;
		height: 8vw;
		max-height: 50%;
		position: absolute;
		bottom: 0;
		left: -1%;
		z-index: 22;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}

	.hero__videoWrap {
		margin-top: clamp(40px, 11vw, 200px);
	}

	.hero--video-modal .heroMain {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: clamp(40px, 5vw, 96px);
	}

	.hero--video-modal .hero__center {
		display: flex;
		justify-content: center;
		flex: 0 0 354px;
		width: 354px;
		padding-top: clamp(120px, 8vw, 160px);
	}

	.hero--video-modal .hero__videoWrap {
		width: 354px;
		min-width: 354px;
		max-width: 354px;
		height: auto;
		min-height: 0;
		max-height: none;
		overflow: visible;
		margin-top: 0;
	}

	.hero--video-modal .hero__left,
	.hero--video-modal .hero__right {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex: 1 1 0;
		width: 550px;
		max-width: 550px;
	}

	.hero--video-modal .hero__left {
		align-items: flex-start;
		margin-top: -8px;
	}

	.hero--video-modal .hero__right {
		align-items: flex-end;
	}

	.hero--video-modal .hero__left .hero__title {
		margin-bottom: 14px;
	}

	.hero--video-modal .hero__left .hero__text,
	.hero--video-modal .hero__right .hero__text {
		max-width: 520px;
		line-height: 1.15;
	}

	.hero--video-modal .hero__left .hero__text.left {
		align-self: flex-start;
		text-align: left;
		margin-top: -20px;
	}

	.hero--video-modal .hero__right {
		padding-top: clamp(96px, 7vw, 140px);
	}

	.hero--video-modal .hero__right .hero__text--right-top {
		align-self: flex-start;
		text-align: left;
		width: 405px;
		max-width: 405px;
		margin-bottom: 8px;
	}

	.hero--video-modal .hero__right .hero__text--right-bottom {
		align-self: anchor-center;
		margin-top: 8px;
	}

	.hero--video-modal .hero__text,
	.hero--video-modal .hero__videoText {
		font-size: 16px;
	}

	.hero--video-modal .hero__videoText {
		font-size: 32px;
	}

	.hero--video-modal .hero__video {
		position: relative;
		left: auto;
		-webkit-transform: none;
		transform: none;
		width: 354px;
		min-width: 354px;
		max-width: 354px;
		height: auto;
		min-height: 0;
		max-height: none;
		aspect-ratio: auto;
		display: flex;
		flex-direction: column;
	}

	.hero--video-modal .hero__video video {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 199px;
		min-height: 199px;
		max-height: 199px;
		object-fit: cover;
		display: block;
	}

	.hero--video-modal .hero__video .hero__videoText {
		position: static;
		left: auto;
		bottom: auto;
		width: auto;
		display: block;
		margin-top: 12px;
		height: auto;
		max-height: none;
		text-align: center;
	}

	.hero--video-modal .hero__video::after {
		display: none;
	}

	.hero--video-modal .hero__right .hero__title {
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		max-width: 550px;
	}

	.hero--video-modal .hero__wrap.--bottom {
		display: none;
	}

	.hero__videoWrap.active .hero__video {
		z-index: 100;
	}

	.hero__videoWrap.active .hero__video:after {
		opacity: 0;
	}

	.hero__videoWrap.active .draw-svg {
		opacity: 0 !important;
	}

	.hero__mobile {
		display: none;
	}

	.hero__video {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (max-width: 1100px) {
	.hero {
		padding-top: 80px;
	}

	.hero .container {
		padding: 0;
	}

	.hero__mobile {
		padding: 0 16px;
	}

	.hero__left,
	.hero__right,
	.hero .video-cursor,
	.hero__videoText,
	.hero__text,
	.hero__header,
	.hero__videoAnimBox,
	.hero .hero__videoWrap .draw-svg {
		display: none;
	}

	.hero__title {
		font-size: 120px;
	}

	.hero .hero__video {
		opacity: 1 !important;
	}
}
@media (max-width: 769px) {
	.hero {
		padding-top: 48px;
	}
}

@media (min-width: 641px) and (max-width: 768px) {
	.hero--video-modal {
		padding-top: 142px;
	}

	.hero--video-modal .hero__header {
		display: none;
	}

	.hero--video-modal .hero__container {
		padding-top: 0;
		max-width: 666px;
		margin: 0 auto;
	}

	.hero--video-modal .heroMain {
		display: grid;
		grid-template-columns: 250px minmax(0, 1fr);
		column-gap: 28px;
		row-gap: 24px;
		align-items: start;
		padding: 0 16px;
		max-width: 666px;
		margin: 0 auto;
	}

	.hero--video-modal .heroMain > .hero__mobile:first-child {
		display: block;
		grid-column: 1 / -1;
		padding: 0;
	}

	.hero--video-modal .heroMain > .hero__mobile:first-child .hero__title {
		font-size: 110px;
		line-height: 0.92;
		letter-spacing: -0.02em;
		white-space: nowrap;
	}

	.hero--video-modal .hero__left,
	.hero--video-modal .hero__right,
	.hero--video-modal .hero__wrap.--bottom {
		display: none;
	}

	.hero--video-modal .hero__center {
		display: block;
		width: 250px;
		padding-top: 0;
	}

	.hero--video-modal .hero__videoWrap,
	.hero--video-modal .hero__video {
		width: 250px;
		min-width: 250px;
		max-width: 250px;
	}

	.hero--video-modal .hero__video {
		display: flex;
		flex-direction: column;
		position: relative;
		left: auto;
		transform: none;
	}

	.hero--video-modal .hero__video video {
		width: 100%;
		height: 140px;
		min-height: 140px;
		max-height: 140px;
		object-fit: cover;
	}

	.hero--video-modal .hero__videoText {
		display: block;
		margin-top: 8px;
		font-size: 12px;
		text-align: center;
	}

	.hero--video-modal .heroMain > .hero__mobile:last-child {
		display: flex;
		grid-column: 2;
		align-self: stretch;
		align-items: flex-end;
		justify-content: flex-end;
		padding: 0 0 20px 0;
	}

	.hero--video-modal .heroMain > .hero__mobile:last-child .bodyReguralText {
		font-size: 10px;
		line-height: 1.15;
		text-align: left;
	}

	.hero--video-modal .heroMain > .hero__mobile:last-child .bodyReguralText p {
		margin: 0;
	}

	.hero--video-modal .heroMain > .hero__mobile:last-child p + p {
		margin-top: 10px;
	}
}

@media (min-width: 641px) and (max-width: 1100px) {
	.home .header {
		display: block;
	}

	.hero--video-modal .hero__header {
		display: none;
	}

	.hero--video-modal .hero__header .container {
		padding: 0 16px;
	}

	.hero--video-modal .hero__header .header__wrap {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 16px;
		padding: 0;
		margin: 0;
		background: transparent;
		border: 0;
		border-radius: 0;
	}

	.hero--video-modal .hero__header .header__innerLinks {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
		gap: 12px;
	}

	.hero--video-modal .hero__header .header__logo {
		max-width: min(100%, 430px);
		width: 100%;
		justify-content: center;
	}

	.hero--video-modal .hero__header .header__logo svg {
		width: 100%;
		height: auto;
	}

	.hero--video-modal .hero__header .menu {
		position: static;
		left: auto;
		width: auto;
		height: auto;
		padding: 0;
		border-top: 0;
		background: transparent;
		overflow: visible;
		display: flex;
		align-items: center;
	}

	.hero--video-modal .hero__header .menu__wrap {
		margin: 0;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px;
	}

	.hero--video-modal .hero__header .menu li a {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 6px 14px;
		border-radius: 999px;
		background: var(--mainColor);
		color: var(--lightColor);
		font-size: 14px;
		line-height: 1;
		font-family: var(--FieldGothic26);
		font-weight: 800;
		text-transform: uppercase;
		white-space: nowrap;
	}

	.hero--video-modal .hero__header .menu li svg {
		display: none;
	}

	.hero--video-modal .hero__header .contactTrigger__menu {
		position: relative;
		display: inline-flex;
		align-items: center;
		justify-content: center;
	}

	.hero--video-modal .hero__header .contactTrigger__menu svg {
		display: none;
	}

	.hero--video-modal .hero__header .contactTrigger__menu .contactTrigger {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		padding: 6px 16px;
		border-radius: 999px;
		background: var(--secondColor);
		color: var(--mainColor);
		font-size: 14px;
		line-height: 1;
		font-family: var(--FieldGothic26);
		font-weight: 800;
		text-transform: uppercase;
		text-decoration: none;
		opacity: 1 !important;
	}
}

@media (min-width: 1280px) and (max-width: 1440px) {
	.hero--video-modal .hero__container {
		padding-top: 24px;
	}

	.hero--video-modal .heroMain {
		gap: clamp(24px, 2.5vw, 40px);
	}

	.hero--video-modal .hero__left,
	.hero--video-modal .hero__right {
		width: 470px;
		max-width: 470px;
	}

	.hero--video-modal .hero__center {
		flex: 0 0 259px;
		width: 259px;
		padding-top: 155px;
	}

	.hero--video-modal .hero__videoWrap {
		width: 259px;
		min-width: 259px;
		max-width: 259px;
	}

	.hero--video-modal .hero__left .hero__title {
		margin-bottom: 10px;
	}

	.hero--video-modal .hero__left .hero__text,
	.hero--video-modal .hero__right .hero__text {
		max-width: 390px;
		font-size: 15px;
	}

	.hero--video-modal .hero__right {
		padding-top: 115px;
	}

	.hero--video-modal .hero__right .hero__text--right-top {
		width: 335px;
		max-width: 335px;
		margin: 0 0 6px 40px;
	}

	.hero--video-modal .hero__right .hero__text--right-bottom {
		width: 330px;
		max-width: 330px;
		margin: 0 0 6px 45px;
	}

	.hero--video-modal .hero__right .hero__title {
		max-width: 430px;
	}

	.hero--video-modal .hero__video {
		width: 259px;
		min-width: 259px;
		max-width: 259px;
	}

	.hero--video-modal .hero__video video {
		height: 146px;
		min-height: 146px;
		max-height: 146px;
	}

	.hero--video-modal .hero__video .hero__videoText {
		margin-top: 8px;
		font-size: 28px;
	}
	.hero .header__wrap .logo {
		max-width: 55vw;
	}
}

@media (min-width: 1100px) and (max-width: 1280px) {
	.hero .header__wrap .logo {
		max-width: 53vw;
	}
	.hero--video-modal .hero__container {
		padding-top: 18px;
	}

	.hero--video-modal .heroMain {
		gap: 24px;
	}

	.hero--video-modal .hero__left {
		width: 380px;
		max-width: 380px;
	}

	.hero--video-modal .hero__center {
		flex: 0 0 259px;
		width: 259px;
		padding-top: 125px;
	}

	.hero--video-modal .hero__left .hero__title {
		margin-bottom: 8px;
	}

	.hero--video-modal .hero__left .hero__text,
	.hero--video-modal .hero__right .hero__text {
		max-width: 330px;
		font-size: 14px;
		line-height: 1.12;
	}

	.hero--video-modal .hero__right {
		padding-top: 88px;
	}

	.hero--video-modal .hero__right .hero__text--right-top {
		width: 290px;
		max-width: 290px;
		margin: 0 0 4px 50px;
	}

	.hero--video-modal .hero__right .hero__text--right-bottom {
		width: 290px;
		max-width: 290px;
		margin: 0 0 4px 75px;
	}

	.hero--video-modal .hero__right .hero__title {
		max-width: 365px;
	}

	.hero--video-modal .hero__videoWrap,
	.hero--video-modal .hero__video {
		width: 210px;
		min-width: 210px;
		max-width: 210px;
	}

	.hero--video-modal .hero__video video {
		height: 120px;
		min-height: 120px;
		max-height: 120px;
	}

	.hero--video-modal .hero__video .hero__videoText {
		margin-top: 6px;
		font-size: 24px;
	}
}

@media (min-width: 1445px) {
	.hero--video-modal .heroMain {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: clamp(40px, 5vw, 96px);
	}

	.hero--video-modal .hero__center {
		display: flex;
		justify-content: center;
		flex: 0 0 354px;
		width: 354px;
		padding-top: 210px;
	}

	.hero--video-modal .hero__videoWrap {
		width: 354px;
		min-width: 354px;
		max-width: 354px;
		height: auto;
		min-height: 0;
		max-height: none;
		overflow: visible;
		margin-top: 0;
	}

	.hero--video-modal .hero__left,
	.hero--video-modal .hero__right {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		flex: 1 1 0;
		width: 550px;
		max-width: 550px;
	}

	.hero--video-modal .hero__left {
		align-items: flex-start;
		margin-top: -8px;
	}

	.hero--video-modal .hero__right {
		align-items: flex-end;
		padding-top: 184px;
	}

	.hero--video-modal .hero__left .hero__title {
		margin-bottom: 14px;
	}

	.hero--video-modal .hero__left .hero__text,
	.hero--video-modal .hero__right .hero__text {
		max-width: 520px;
		line-height: 1.15;
	}

	.hero--video-modal .hero__left .hero__title svg {
		transform: scale(1.14);
		transform-origin: top left;
	}

	.hero--video-modal .hero__right .hero__title svg {
		transform: scale(1.09);
		transform-origin: top left;
	}

	.hero--video-modal .hero__left .hero__text.left {
		align-self: flex-start;
		text-align: left;
		margin-top: 20px;
	}

	.hero--video-modal .hero__right .hero__text--right-top {
		align-self: flex-start;
		text-align: left;
		width: 405px;
		max-width: 405px;
		margin-bottom: 10px;
	}

	.hero--video-modal .hero__right .hero__text--right-bottom {
		align-self: anchor-center;
		margin-top: 25px;
	}

	.hero--video-modal .hero__text,
	.hero--video-modal .hero__videoText {
		font-size: 16px;
	}

	.hero--video-modal .hero__videoText {
		font-size: 32px;
	}

	.hero--video-modal .hero__video {
		position: relative;
		left: auto;
		-webkit-transform: none;
		transform: none;
		width: 354px;
		min-width: 354px;
		max-width: 354px;
		height: auto;
		min-height: 0;
		max-height: none;
		aspect-ratio: auto;
		display: flex;
		flex-direction: column;
	}

	.hero--video-modal .hero__video video {
		width: 100%;
		min-width: 100%;
		max-width: 100%;
		height: 199px;
		min-height: 199px;
		max-height: 199px;
		object-fit: cover;
		display: block;
	}

	.hero--video-modal .hero__video .hero__videoText {
		position: static;
		left: auto;
		bottom: auto;
		width: auto;
		display: block;
		margin-top: 12px;
		height: auto;
		max-height: none;
		text-align: center;
	}

	.hero--video-modal .hero__video::after {
		display: none;
	}

	.hero--video-modal .hero__right .hero__title {
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		max-width: 100%;
	}

	.hero--video-modal .hero__wrap.--bottom {
		display: none;
	}

	.hero__videoWrap.active .hero__video {
		z-index: 100;
	}

	.hero__videoWrap.active .hero__video:after {
		opacity: 0;
	}

	.hero__videoWrap.active .draw-svg {
		opacity: 0 !important;
	}

	.hero__mobile {
		display: none;
	}

	.hero__video {
		position: absolute;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
}

@media (min-width: 769px) and (max-width: 1100px) {
	.hero--video-modal {
		padding-top: 142px;
	}

	.hero--video-modal .hero__container {
		padding-top: 0;
		max-width: 666px;
		margin: 0 auto;
	}

	.hero--video-modal .heroMain {
		display: grid;
		grid-template-columns: 250px minmax(0, 1fr);
		column-gap: 40px;
		row-gap: 28px;
		align-items: start;
		padding: 0 24px;
		max-width: 666px;
		margin: 0 auto;
	}

	.hero--video-modal .heroMain > .hero__mobile:first-child {
		display: block;
		grid-column: 1 / -1;
		padding: 0;
	}

	.hero--video-modal .heroMain > .hero__mobile:first-child .hero__title {
		font-size: 104px;
		line-height: 0.92;
		letter-spacing: -0.02em;
		white-space: nowrap;
	}

	.hero--video-modal .hero__left,
	.hero--video-modal .hero__right,
	.hero--video-modal .hero__wrap.--bottom {
		display: none;
	}

	.hero--video-modal .hero__center {
		display: block;
		width: 250px;
		padding-top: 0;
	}

	.hero--video-modal .hero__videoWrap,
	.hero--video-modal .hero__video {
		width: 250px;
		min-width: 250px;
		max-width: 250px;
	}

	.hero--video-modal .hero__video {
		display: flex;
		flex-direction: column;
		position: relative;
		left: auto;
		transform: none;
	}

	.hero--video-modal .hero__video video {
		width: 100%;
		height: 140px;
		min-height: 140px;
		max-height: 140px;
		object-fit: cover;
	}

	.hero--video-modal .hero__videoText {
		display: block;
		margin-top: 10px;
		font-size: 28px;
		text-align: center;
	}

	.hero--video-modal .heroMain > .hero__mobile:last-child {
		display: flex;
		grid-column: 2;
		align-self: stretch;
		align-items: flex-end;
		justify-content: flex-end;
		padding: 0;
	}

	.hero--video-modal .heroMain > .hero__mobile:last-child .bodyReguralText {
		font-size: 10px;
		line-height: 1.15;
		text-align: left;
	}

	.hero--video-modal .heroMain > .hero__mobile:last-child .bodyReguralText p {
		margin: 0;
	}

	.hero--video-modal .heroMain > .hero__mobile:last-child p + p {
		margin-top: 10px;
	}
}

.hero {
	position: relative;
	overflow: hidden;
}

.hero .contactTrigger__menu {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero .contactTrigger__menu a {
	z-index: 3;
}

.hero .contactTrigger__menu svg {
	position: absolute;
	width: 98%;
	height: 98%;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero .contactTrigger__menu .fill {
	fill: #f9423a;
}

.hero .menu__wrap li {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero .menu__wrap li a {
	z-index: 3;
}

.hero .menu__wrap li svg {
	max-width: 100%;
	position: absolute;
	width: 98%;
	height: 98%;
	top: 0;
	left: 0;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.hero__title {
	position: relative;
}

.hero__title svg {
	max-width: 100%;
	height: auto;
}

.hero .hero__videoWrap .draw-svg {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hero .hero__video {
	/* -webkit-transition: 0.1s;
    transition: 0.1s */
	/* transition: width 0.3s cubic-bezier(0.33, 1, 0.68, 1); */
	-webkit-transition: width 0.3s linear;
	-o-transition: width 0.3s linear;
	transition: width 0.3s linear;
}

.hero .draw-svg {
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0;
}

.hero .draw-svg .stroke {
	stroke: #1f1f1f;
	stroke-width: 2;
}

.hero .draw-svg .fill {
	fill: #1f1f1f;
}

.hero .draw-svg .contactTrigger__menu .fill {
	fill: #f9423a;
}

.hero.hero--first .header__innerLinks a {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.hero.hero--first .draw-svg {
	max-width: 100%;
}

.hero.hero--first .draw-svg .stroke {
	stroke: #1f1f1f;
	stroke-width: 2;
}

.hero.hero--first .draw-svg .fill {
	fill: #1f1f1f;
}

.hero.hero--first .draw-svg .contactTrigger__menu .fill {
	fill: #f9423a;
}

.hero.hero--first .hide-part,
.hero.hero--first .icon-logo {
	opacity: 0;
}

.hero__startHidden {
	opacity: 0;
}
.hero .hide-part,
.hero .icon-logo {
	opacity: 0;
}
.hero.hero--animated .hero__startHidden {
	opacity: 1;
}

.hero.hero--animated .draw-svg {
	max-width: 100%;
}

.hero.hero--animated .draw-svg .stroke {
	stroke: #1f1f1f;
	stroke-width: 2;
}

.hero.hero--animated .draw-svg .fill {
	fill: #1f1f1f;
}

.hero.hero--animated .svgBox__animated {
	display: none;
}

.hero.hero--animated .hero__videoWrap .svgBox svg.svgBox__animated,
.hero.hero--animated .hero__videoWrap .svgBox svg.basic.draw-svg {
	opacity: 0 !important;
}

.hero .svgBox__animated {
	position: absolute;
	opacity: 0;
}

.hero .svgBox__animated .stroke {
	stroke: #1f1f1f;
	stroke-width: 2;
}

.hero .svgBox__animated .fill {
	fill: none;
}

.hero .basic .stroke {
	display: none;
}

.services {
	background-color: var(--mainColor);
}

.services__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}

.services__title {
	font-family: var(--FieldGothic64);
	font-size: clamp(20px, 1.7vw, 54px);
	font-weight: 600;
	line-height: 100%;
	text-transform: capitalize;
	color: var(--accentColor);
	margin-bottom: 24px;
}

.services__text {
	font-family: var(--FieldGothic52);
	font-size: clamp(14px, 1.25vw, 40px);
	line-height: 134%;
	letter-spacing: -0.01em;
	color: var(--lightColor);
	max-width: 610px;
}

.services__content {
	position: absolute;
	right: 0;
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 800px;
	width: 50%;
	height: 100%;
}

.services__content.--mobile {
	display: none;
}

.services__list {
	margin: 0;
	counter-reset: list;
	display: -ms-grid;
	display: grid;
	justify-items: flex-start;
}

.services__item {
	position: relative;
	padding: 4px 96px 4px 0px;
	border-radius: 46px;
	list-style: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.services__item > a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
}

.services__item::after {
	content: "";
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 92px;
	height: 92px;
	border-radius: 50%;
	background: var(--accentColor);
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.services__item:hover:after {
	background: var(--secondColor);
	width: 100%;
	position: absolute;
	height: 100%;
	border-radius: 46px;
}

.services__itemNum {
	position: relative;
	counter-increment: list;
	content: "0" counter(list);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 92px;
	height: 92px;
}

.services__itemNum::before {
	content: "0" counter(list);
	font-family: var(--second-family);
	font-size: 64px;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.services__itemTitle {
	font-family: var(--FieldGothic26);
	font-weight: 800;
	font-size: clamp(70px, 14.3vw, 374px);
	line-height: 80%;
	text-transform: uppercase;
	color: var(--lightColor);
	z-index: 3;
}
@media (min-width: 1921px) {
	.services__content {
		max-width: 100%;
	}
	.services__text {
		max-width: 80%;
	}
}
@media (max-width: 1300px) {
	.services__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px;
	}

	.services__content {
		position: static;
		width: 100%;
	}

	.services__content.--mobile {
		display: block;
	}

	.services__content.--desktop .head {
		display: none;
	}

	.services__content.--desktop img {
		padding: 0 24px;
	}
}
@media (max-width: 991px) {
	.services {
		padding: 80px 0;
	}
}
@media (max-width: 766px) {
	.services {
		padding: 24px 0;
	}

	.services__title {
		margin-bottom: 16px;
	}

	.services__text {
		letter-spacing: 0;
	}

	.services__item {
		padding: 4px 40px 4px 0;
		border-radius: 16px;
	}

	.services__item > a {
		gap: 4px;
	}

	.services__item::after {
		width: 25px;
		height: 25px;
	}

	.services__item:hover:after {
		border-radius: 16px;
	}

	.services__itemNum {
		width: 25px;
		height: 25px;
	}

	.services__itemNum::before {
		font-size: 17px;
		margin-top: 2px;
	}
}

.worksSlider__slider {
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

.worksSlide {
	gap: 40px;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	opacity: 0 !important;
}

.worksSlide.swiper-slide-active {
	opacity: 1 !important;
}

.worksSlide__left {
	border-radius: 16px;
	padding: 30px 14px;
	border: 1px solid var(--mainColor);
	/* max-width: 540px; */
	max-width: 30%;
	min-width: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
}

.worksSlide__label {
	font-family: var(--FieldGothic64);
	font-size: 32px;
	font-size: clamp(20px, 1.7vw, 54px);
	font-weight: 600;
	line-height: 100%;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.worksSlide__title {
	text-transform: uppercase;
	font-size: clamp(48px, 7vw, 242px);
}

.worksSlide__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 10px;
	margin-top: 10px;
}

.worksSlide__footer .title {
	font-family: var(--FieldGothic27);
	font-weight: 900;
	font-size: clamp(120px, 9.87vw, 289px);
	line-height: 72%;
	text-transform: uppercase;
}

.worksSlide__footer.--headMob {
	display: none;
}

.worksSlide__center {
	position: relative;
	overflow: hidden;
	height: 100%;
	width: 100%;
	border-radius: 16px;
}

.worksSlide__center img {
	border-radius: 16px;
	margin-bottom: 4px;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
	transition: -webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
	transition: transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
	transition:
		transform 0.9s cubic-bezier(0.77, 0, 0.175, 1),
		-webkit-transform 0.9s cubic-bezier(0.77, 0, 0.175, 1);
}

.worksSlide.swiper-slide-active .worksSlide__center img {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.worksSlide__name,
.worksSlide__right {
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.worksSlide__name > *,
.worksSlide__card {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	opacity: 0;
	-webkit-transition:
		opacity 0.6s ease,
		-webkit-transform 0.6s ease;
	transition:
		opacity 0.6s ease,
		-webkit-transform 0.6s ease;
	transition:
		transform 0.6s ease,
		opacity 0.6s ease;
	transition:
		transform 0.6s ease,
		opacity 0.6s ease,
		-webkit-transform 0.6s ease;
}

.worksSlide.swiper-slide-active .worksSlide__name > *,
.worksSlide.swiper-slide-active .worksSlide__card {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	opacity: 1;
}

.worksSlide__right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	justify-content: flex-end;
	/* max-width: 281px */
	max-width: 20%;
}

.worksSlide__card {
	text-align: right;
	border-radius: 16px;
	padding: 32px 21px;
	border: 1px solid var(--mainColor);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.worksSlide__card:hover {
	background: rgba(249, 66, 58, 0.5);
}

.worksSlide__card .title {
	font-family: var(--FieldGothic64);
	font-size: 84px;
	font-weight: 600;
	line-height: 110%;
	text-transform: capitalize;
	text-align: right;
	color: var(--secondColor);
	border-bottom: 1px solid var(--mainColor);
	margin-bottom: 10px;
}

.worksSlide__card:not(:last-child) {
	margin-bottom: 26px;
}

.worksSlide__card:nth-child(1) {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

.worksSlide__card:nth-child(2) {
	-webkit-transition-delay: 0.09s;
	transition-delay: 0.09s;
}

.worksSlide__card:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.worksSlide__text {
	margin-top: 24px;
	/* opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); */
	font-size: clamp(14px, 0.84vw, 24px);
}

.worksSlide.is-active .worksSlider__center img {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-bottom: 4px solid #fff;
}

.worksSlide.is-active .worksSlide__text {
	/* opacity: 1;
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translateX(0%);
    transform: translateX(0%) */
}

.worksSlide.is-leaving .worksSlider__center img {
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.worksSlide__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
}

.worksSlide__btn {
	border-radius: 50%;
	width: 72px;
	height: 72px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

.worksSlide__btn svg {
	width: 100%;
	height: 100%;
}

.worksSlide__btn svg path {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.worksSlide__btn:hover svg path {
	stroke: var(--secondColor);
}

.case-slide__left > *:nth-child(1) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.case-slide__left > *:nth-child(2) {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.case-slide__left > *:nth-child(3) {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

@media (max-width: 1360px) {
	.worksSlide__left {
		max-width: 400px;
		min-width: 400px;
	}

	.worksSlide__right {
		max-width: 200px;
	}

	.worksSlide__card .title {
		font-size: 50px;
	}
}

@media (max-width: 1100px) {
	.worksSlide__right {
		display: none;
	}
}
@media (min-width: 768.1px) {
	.worksSlide__center {
		max-height: 95vh;
	}
}
@media (max-width: 766px) {
	.worksSlider {
		padding: 80px 0;
	}

	.worksSlide {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 13px;
	}

	.worksSlide__footer.--headMob {
		margin-bottom: 14px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.worksSlide__footer.--headMob .title {
		line-height: 70%;
	}

	.worksSlide__text {
		display: none;
	}

	.worksSlide__left {
		max-width: 100%;
		min-width: unset;
		padding: 24px;
	}

	.worksSlide__center img {
		position: static;
	}

	/* .worksSlide__label {
        font-size: 20px
    } */

	.worksSlide__footer {
		display: none;
	}

	.worksSlide__nav {
		gap: 14px;
	}

	.worksSlide__btn {
		width: 55px;
		height: 55px;
	}
}

.team__grid {
	display: -ms-grid;
	display: grid;
	gap: 2vw;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
}
.team__grid > .team__info:first-child {
	grid-column: 1 / -1;
	width: 1200px;
	 max-width: 100%;
	
}
.team__item {
	position: relative;
}

@media (min-width: 991px) {
	.team__item:hover .team__imageHover {
		opacity: 1;
	}
}
.team__item:hover .team__position {
	color: var(--secondColor);
}

.team__content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	/* height: 100%; */
	padding-bottom: 100%;
}
.team__contentWrap {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 24px;
}

.team__images {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}

.team__images img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.team__imageMain {
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}

.team__imageHover {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transition: 0.2s;
	transition: 0.2s;
	opacity: 0;
}

.team__name {
	font-weight: 900;
	color: var(--secondColor);
}

.team__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.team__infoTitle {
	color: var(--lightColor);
	margin-bottom: 24px;
}

.team__infoText {
	color: var(--lightColor);
}
@media (max-width: 1770px) {
	.team__infoText {
		font-size: clamp(16px, 2vw, 20px);
	}
}
@media (max-width: 1400px) {
	.team__infoTitle {
		font-family: var(--FieldGothic52);
		font-weight: 700;
		font-size: 54px;
	}
	.team__infoText {
		font-size: clamp(10px, 2vw, 16px);
	}
}
@media (max-width: 1100px) {
	.team__infoTitle {
		font-size: 20px;
		margin-bottom: 16px;
	}
	.team__grid > .team__info:first-child {
	grid-column: 1 / -1;
	width: auto;
	 max-width: 100%;
	
}
}
@media (max-width: 991px) {
	.team__grid {
		gap: 8px;
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}

	.team__position {
		font-size: 12px;
	}

	.team__contentWrap {
		padding: 8px;
	}

	.team__info:last-child {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 6;
		-ms-grid-row-span: 1;
		grid-row: 6 / 7;
	}
	.team__imageHover {
		opacity: 0;
		transition: opacity 0.3s ease;
		pointer-events: none;
	}

	.team__item.active .team__imageHover {
		opacity: 1;
	}
}

.mapBlock {
	padding: 48px 0;
}

.mapBlock__head {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 48px;
}
.mapBlock__head .text {
	/* max-width: 560px; */
	max-width: 30%;
}

.mapBlock__head .h3 span {
	white-space: nowrap;
}

.mapBlock__inner {
	margin: 48px 0;
}

.mapBlock__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
}

.mapBlock__item {
	font-family: var(--FieldGothic62);
	font-size: 20px;
	margin-bottom: 7px;
	display: block;
}

.mapBlock__item strong {
	display: block;
}
.map__pointTitle {
	font-weight: 500;
	margin-bottom: 24px;
}
@media (min-width: 1921px) {
	.map__pointTitle {
		font-size: 24px;
	}
}

#map {
	width: 100%;
	height: 80vh;
}

#map .gm-style-iw.gm-style-iw-c {
	padding: 0;
	background: var(--lightColor);
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='22' ry='22' stroke='%231F1F1FFF' stroke-width='4' stroke-dasharray='14%2c 14' stroke-dashoffset='27' stroke-linecap='square'/%3e%3c/svg%3e");
	border-radius: 22px;
	border-radius: 22px;
	padding: 16px 24px !important;
}

#map .gm-style-iw-d {
	padding: 0;
	overflow: hidden !important;
}

#map .gm-style-iw-chr {
	display: none;
}

#map .gm-style-iw-tc {
	display: none;
}

.mapPopup__title {
	color: var(--secondColor);
}

.mapPopup__title,
.mapPopup__city {
	font-weight: 600;
	font-family: var(--FieldGothic64);
	font-size: clamp(12px, 3vw, 29px);
}

.mapPopup__street {
	font-weight: 900;
	font-family: var(--FieldGothic27);
	font-size: clamp(13px, 5vw, 79px);
}

@media (min-width: 1300px) {
	#map .gm-style .gm-style-iw-t {
		right: 240px !important;
		bottom: -60px !important;
	}
}

@media (max-width: 1340px) {
	.mapBlock__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [4];
		grid-template-columns: repeat(4, 1fr);
	}
}

@media (max-width: 991px) {
	.mapBlock__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}

	#map {
		height: 40vh;
	}

	#map .gm-style-iw.gm-style-iw-c {
		padding: 6px 8px !important;
		border-radius: 4px;
		background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%231F1F1FFF' stroke-width='4' stroke-dasharray='14%2c 14' stroke-dashoffset='27' stroke-linecap='square'/%3e%3c/svg%3e");
	}
}

@media (max-width: 766px) {
	.mapBlock {
		padding: 48px 0 80px;
	}

	.mapBlock__head .text {
		max-width: 100%;
	}

	.mapBlock__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 24px;
		margin-bottom: 24px;
	}

	.mapBlock__head .h3 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 24px;
	}

	.mapBlock__inner {
		margin: 24px 0;
	}

	.mapBlock__items {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}

	.mapBlock__item {
		font-family: var(--FieldGothic62);
		font-size: 12px;
	}

	.mapPopup__title {
		color: var(--secondColor);
	}

	.mapPopup__title,
	.mapPopup__city {
		font-weight: 600;
		font-family: var(--FieldGothic64);
		font-size: clamp(16px, 3vw, 29px);
	}

	.mapPopup__street {
		font-weight: 900;
		font-family: var(--FieldGothic27);
		font-size: clamp(34px, 5vw, 79px);
	}
}

.worksHero {
	padding: 220px 0;
}

.worksHero__tags {
	max-width: 906px;
	margin: 24px auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 16px;
}

.worksHero__tag {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.worksHero__tag.active {
	background: var(--lightColor);
	color: var(--mainColor);
}

.workItems.--col1 .workItem__title {
	font-family: var(--FieldGothic62);
	/* font-size: clamp(64px, 10vw, 190px) */
	font-size: clamp(64px, 10vw, 390px);
}

.workItems.--col1 .workItem__image img {
	aspect-ratio: 1.77777;
}

.workItems.--grid .workItems__grid {
	display: -ms-grid;
	display: grid;
	gap: 3vw;
	grid-template-columns: repeat(3, 1fr);
}

.workItems--col2 {
	grid-column: 1 / -1;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2vw;
}
.workItems.--grid .workItem {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
}

.workItems.--grid .workItem__info {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px 10px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.workItems.--grid .workItem__title {
	text-align: center;
}
.workItems.--grid .workItem__image {
	position: relative;
	width: 100%;
	padding-top: 125%;
	overflow: hidden;
}

.workItems.--grid .workItem__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.workItems.--col2 .workItems__grid {
	-ms-grid-columns: (1fr) [2];
	grid-template-columns: repeat(2, 1fr);
	gap: 2vw;
	max-width: 1188px;
	margin: 0 auto;
}

.workItems.--col3 .workItems__grid {
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 3vw;
}

.workItems .workItems.--col3 .workItem__title,
.workItems .workItems.--col2 .workItem__title {
	text-align: center;
}

.workItem__image {
	overflow: hidden;
}

.workItem__image img {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;
}

.workItem__info {
	padding: 20px 40px;
	background: var(--secondColor);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 24px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.workItem__tags {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
}

.workItem__title {
	font-weight: 900;
	line-height: 80%;
	text-transform: uppercase;
	color: var(--lightColor);
}

.workItem:hover .workItem__image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.workItem:hover .workItem__info {
	background: var(--lightColor);
}

.workItem:hover .workItem__title {
	color: var(--mainColor);
}

.workItem:hover .tag {
	border-color: var(--mainColor);
	color: var(--mainColor);
}

.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tag {
	font-size: clamp(16px, 1vw, 40px);
	padding: 8px 16px;
	text-transform: uppercase;
}

@media (max-width: 1300px) {
	.workItem__title {
		font-size: 60px;
	}
}

@media (max-width: 1100px) {
	.workItem__title {
		font-size: 48px;
	}
}
@media (min-width: 768px) {
	.workItems--col2 {
		padding: 0 16vw;
	}
}

@media (max-width: 766px) {
	.workItems.--col1 .workItem__image img {
		aspect-ratio: 0.84;
	}
	.worksHero {
		padding: 80px 0;
	}

	.worksHero__tags {
		margin: 16px auto;
		gap: 8px;
	}
	.worksHero__tag.tag:hover {
		background: var(--secondColor);
		color: var(--lightColor);
	}

	.workItem__info {
		padding: 20px 16px;
	}

	.workItem__tags {
		display: none;
	}

	.workItems.--col3 .workItems__grid,
	.workItems.--col2 .workItems__grid,
	.workItems.--grid .workItems__grid,
	.workItems--col2 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.servicesHero .container {
	max-width: 1098px;
}

.servicesHero__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2vw;
}

.servicesHero__line.--flexend {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.servicesHero__title {
	margin: 0;
}

.servicesHero__gif img {
	max-width: 100%;
	width: 100%;
}

.servicesHero__text {
	margin: 32px auto 0;
}

@media (max-width: 1340px) {
	.servicesHero__gif img {
		max-width: 80%;
	}
}
@media (max-width: 450px) {
	.servicesHero__line {
		gap: 16px;
	}

	.servicesHero__line.--flexend {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.servicesHero__title {
		font-size: 120px;
	}

	.servicesHero__gif img {
		max-width: 200px;
		width: 100%;
	}

	.servicesHero__text {
		margin-top: 24px;
		text-align: left;
	}
}

.headBlock__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.headBlock__text {
	max-width: 690px;
	margin: 16px auto 32px;
}

.headBlock__link {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.servicesAccordion {
	padding-bottom: 144px;
}
.servicesAccordion__head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	padding-bottom: 144px;
}

.servicesAccordion__title {
	color: var(--secondColor);
	margin-top: 16px;
}

.servicesAccordion__text {
	max-width: 800px;
}

.accordion {
	padding: 44px 0;
	margin: 0;
	counter-reset: list;
}

.accordion__row {
	position: relative;
	list-style: none;
	-webkit-transition: 0.4s;
	transition: 0.4s;
	padding: 0 6vw;
	margin-bottom: -20px;
	background: var(--lightColor);
}

.accordion__row:nth-child(1) {
	z-index: 1;
}

.accordion__row:nth-child(2) {
	z-index: 2;
}

.accordion__row:nth-child(3) {
	z-index: 3;
}

.accordion__row:nth-child(4) {
	z-index: 4;
}

.accordion__row:nth-child(5) {
	z-index: 5;
}

.accordion__row:nth-child(6) {
	z-index: 6;
}

.accordion__row:nth-child(7) {
	z-index: 7;
}

.accordion__row:nth-child(8) {
	z-index: 8;
}

.accordion__row:nth-child(9) {
	z-index: 9;
}

.accordion__row:nth-child(10) {
	z-index: 10;
}

.accordion__row:nth-child(11) {
	z-index: 11;
}

.accordion__row:nth-child(12) {
	z-index: 12;
}

.accordion__row:nth-child(13) {
	z-index: 13;
}

.accordion__row:nth-child(14) {
	z-index: 14;
}

.accordion__row:nth-child(15) {
	z-index: 15;
}

.accordion__row:not(:first-child)::before {
	content: "";
	position: absolute;
	width: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: -1px;
	display: block;
	width: 100%;
	height: 3px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="4"><line x1="0" y1="2" x2="10" y2="2" stroke="%231f1f1f" stroke-width="4"/></svg>');
	background-repeat: repeat-x;
	background-size: auto 100%;
}

.accordion__row:hover .accordion__header .h3 {
	color: var(--secondColor);
}

.accordion__row:hover .accordion__num {
	background: var(--secondColor);
}

.accordion__num {
	counter-increment: list;
	content: "0" counter(list);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 92px;
	height: 92px;
	background: var(--mainColor);
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.accordion__num::before {
	content: "0" counter(list);
	font-family: var(--second-family);
	font-size: 57px;
	z-index: 2;
	color: var(--lightColor);
	margin-top: -6px;
}

.accordion__header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: pointer;
	padding-top: 10px;
}

.accordion__header .h3 {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.accordion__info {
	display: none;
	gap: 48px;
}

.accordion .linkBtn {
	margin-top: 32px;
}

.accordion__infoText {
	max-width: 613px;
	width: 50%;
}

.accordion__infoImage {
	width: 50%;
}

.accordion__row.active .accordion__info {
	padding: 48px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-animation: showBlock 0.4s linear forwards;
	animation: showBlock 0.4s linear forwards;
}

.accordion__row.active .accordion__header .h3 {
	color: var(--secondColor);
}

.accordion__row.active .accordion__num {
	background: var(--secondColor);
}

@-webkit-keyframes showBlock {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes showBlock {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.process__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}

.process__info {
	max-width: 50%;
}

.process__icon {
	padding: 16px;
}

.process__title {
	margin-bottom: 90px;
	font-size: clamp(48px, 14vw, 274px);
}

.process__text {
	max-width: 610px;
}

.process__title,
.process__text {
	color: var(--lightColor);
}

.process__items {
	width: 45%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	gap: 24px;
}

.process__item {
	border: 2px solid;
	padding: 40px 48px;
}

.process__item:nth-child(1) {
	color: var(--secondColor);
	border-color: var(--secondColor);
	width: 65%;
}

.process__item:nth-child(2) {
	color: #ffb3ab;
	border-color: #ffb3ab;
	width: 85%;
}

.process__item:nth-child(3) {
	color: var(--accentColor);
	border-color: var(--accentColor);
	width: 100%;
}

.scrollColor {
	padding: 10vh 0;
	-webkit-transition: background-color 0.4s ease;
	transition: background-color 0.4s ease;
}

.scrollColor__mob {
	display: none;
}

.scrollColor__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 60px;
}

.scrollColor__image img {
	max-height: 80vh;
	width: 100%;
	object-fit: contain;
}

.scrollColor__item {
	min-height: 80vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
}

.scrollColor__item * {
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.scrollColor__item.activeColor * {
	color: var(--lightColor) !important;
}

.scrollColor__item.activeColor img {
	-webkit-filter: invert(1);
	filter: invert(1);
}

.scrollColor__item.activeColor svg path {
	fill: #fff;
}

.scrollColor__item img {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
	margin-bottom: 16px;
}

.scrollColor__item p {
	padding-right: 4vw;
	/* font-size: clamp(14px, 2vw, 24px) */
	font-size: clamp(14px, 0.9vw, 32px);
}

.scrollColor h3 {
	font-family: var(--FieldGothic27);
	/* font-size: clamp(50px, 10vw, 142px); */
	font-size: clamp(50px, 7.4vw, 200px);
	font-weight: 900;
	line-height: 70%;
	margin-bottom: 24px;
}

.scrollColor h4 {
	font-family: var(--FieldGothic64);
	/* font-size: 32px; */
	font-size: clamp(14px, 1.25vw, 40px);
	font-weight: 600;
	line-height: 100%;
	margin-bottom: 24px;
	text-transform: capitalize;
}

.scrollColor .socialLink {
	margin-top: 24px;
}

.socialLink {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.socialLink img {
	-o-object-fit: contain;
	object-fit: contain;
}

.scrollingText {
	overflow: hidden;
	position: relative;
}

.scrollingText .line {
	white-space: nowrap;
	will-change: transform;
}

.scrollingText .line span:not(.default) {
	color: transparent;
	-webkit-text-stroke: 1px var(--mainColor);
	text-stroke: 1px var(--mainColor);
}

.scrollingText .cursor-circle {
	position: fixed;
	top: 0;
	left: 0;
	width: 400px;
	height: 400px;
	border-radius: 50%;
	pointer-events: none;
	background: #83c1c0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	mix-blend-mode: lighten;
	opacity: 0;
	z-index: 9999;
}

.logos__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [4];
	grid-template-columns: repeat(4, 1fr);
	gap: 5vw;
	max-width: 1102px;
	margin: 144px auto 0;
}

.logos__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.logos__item img {
	-o-object-fit: contain;
	object-fit: contain;
}

.scrollColor {
	position: relative;
}
@media (min-width: 1921px) {
	.headBlock__inner {
		max-width: 60%;
	}
	.headBlock__text {
		max-width: 70%;
	}
	.servicesAccordion__text {
		max-width: 45%;
	}
	.accordion__infoText {
		max-width: 40%;
	}
	.process__text {
		max-width: 70%;
	}
}
@media (max-width: 1200px) {
	.servicesAccordion__head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.servicesAccordion__text {
		text-align: left;
	}

	.scrollingText .cursor-circle {
		display: none;
	}
}

@media (max-width: 991px) {
	.logos__inner {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		margin-top: 80px;
	}

	.process {
		padding: 16px 0 56px;
	}

	.process__wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 24px;
	}

	.process__info {
		max-width: 100%;
	}

	.process__title {
		margin-bottom: 24px;
	}

	.process__items {
		width: 100%;
		gap: 4px;
	}

	.process__item {
		padding: 8px 16px;
	}

	.process__icon {
		padding: 8px;
		width: 60px;
	}

	.scrollColor__wrap {
		-ms-grid-columns: 37% 60%;
		grid-template-columns: 37% 60%;
		gap: 0;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.scrollColor h4 {
		font-size: 20px;
	}
}

@media (max-width: 766px) {
	.logos__inner {
		margin-top: 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 24px;
	}

	.logos__item {
		max-width: 40%;
	}

	.headBlock__title {
		text-align: left;
	}

	.headBlock__text {
		text-align: left;
		margin: 16px auto 24px;
	}

	.headBlock__link {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.servicesAccordion__head {
		padding-bottom: 16px;
	}

	.servicesAccordion__title {
		margin-top: 0px;
	}

	.servicesAccordion__text {
		display: none;
	}

	.accordion {
		padding: 0;
	}

	.accordion__row {
		padding: 0;
		margin-bottom: -7px;
	}

	.accordion__num {
		width: 45px;
		height: 45px;
	}

	.accordion__num::before {
		font-size: 20px;
		margin-top: -6px;
	}

	.accordion__header {
		padding-top: 4px;
	}

	.accordion__header .h3 {
		line-height: 70%;
	}

	.accordion__info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 16px;
	}

	.accordion__infoImage,
	.accordion__infoText {
		width: 100%;
	}

	.accordion .linkBtn {
		margin-top: 16px;
	}
}
@media (min-width: 830px) {
	.scrollColor__main {
		will-change: transform;
		/* position: absolute;
        top: 0px;
        width: 45%;
        padding-top: 40px;
        max-height: 100vh; */
		max-height: 100vh;
	}
	.scrollColor__items {
		grid-column: 2/3;
	}
}

@media (max-width: 830px) {
	.scrollColor {
		padding: 48px 0 0;
	}

	.scrollColor .container {
		padding: 0;
	}

	.scrollColor__mob {
		display: block;
	}

	.scrollColor__main {
		padding: 0 16px 48px;
		max-width: 90%;
		margin: 0 auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
	}

	.scrollColor__main h3 {
		margin-bottom: 48px;
	}

	.scrollColor__main h4 {
		color: var(--mainColor) !important;
	}

	.scrollColor__image {
		margin-bottom: 48px;
	}

	.scrollColor__wrap {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.scrollColor__item {
		min-height: auto;
		padding: 56px 16px;
	}

	.scrollColor__item:first-child {
		display: none;
	}
}
@media (max-width: 767px) {
	.servicesAccordion {
		padding-bottom: 80px;
	}
}

.caseHero {
	aspect-ratio: 16 / 9;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.videoBg {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.videoBg .container {
	position: absolute;
	z-index: 2;
}

.videoBg .linkBtn {
	padding: 50px 0;
}

.videoBg__videoInner {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.videoBg__videoInner video,
.videoBg__videoInner img {
	width: 100%;
}

.caseHead__wrap {
	display: -ms-grid;
	display: grid;
	position: relative;
	z-index: 2;
}

.caseHead__tags {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.caseHead .tag {
	pointer-events: none;
}

.caseHead__text {
	max-width: 800px;
	width: 100%;
	justify-self: flex-end;
}

@media (min-width: 768px) {
	.caseHead__wrap {
		-ms-grid-columns: 60% 40%;
		grid-template-columns: 60% 40%;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.caseHead__title {
		-ms-grid-column: 1;
		grid-column: 1;
		margin-bottom: 24px;
		max-width: 1000px;
	}

	.caseHead__tags {
		-ms-grid-column: 1;
		grid-column: 1;
		-ms-grid-row: 2;
		grid-row: 2;
		gap: 16px;
	}

	.caseHead__text {
		-ms-grid-column: 2;
		grid-column: 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1 / span 2;
	}
}
@media (min-width: 1921px) {
	.caseHead__title {
		max-width: 1200px;
	}
}

@media (max-width: 766px) {
	.caseHero .linkBtn {
		display: none;
	}
	.caseHead__wrap {
		gap: 24px;
	}

	.caseHead__tags {
		gap: 8px;
	}
	.caseHead__text img {
		max-width: 50%;
	}
}

.caseFullImage {
	position: relative;
}
.caseFullImage img {
	width: 100%;
	display: block;
}

@media (min-width: 768px) {
	.caseFullImage img.--mobile {
		display: none;
	}
}

@media (max-width: 766px) {
	.caseFullImage img.--desktop {
		display: none;
	}
}

.caseFullvideo video {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.caseVideo {
	position: relative;
}

.caseVideo video {
	border-radius: 45px;
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 3;
	position: relative;
}

.caseVideo .elem {
	position: absolute;
	right: 0;
	top: 0;
	max-height: 50%;
	max-width: 50%;
}

.caseSubtitle {
	padding-top: 120px;
}

.caseSubtitle__text {
	color: var(--secondColor);
}

@media (max-width: 766px) {
	.caseSubtitle {
		display: none;
	}

	.caseVideo {
		position: relative;
	}

	.caseVideo.--mobFull .container {
		padding: 0;
	}

	.caseVideo.--mobFull video {
		border-radius: 0px;
	}

	.caseVideo.--mobFull .elem {
		display: none;
	}

	.caseVideo video {
		border-radius: 8px;
	}
}

.caseLogos {
	padding-top: 100px;
}

.caseLogos__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 44% 50%;
	grid-template-columns: 44% 50%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.caseLogos__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: (1fr) [3];
	grid-template-columns: repeat(3, 1fr);
	gap: 5vw;
}

.caseLogos__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 766px) {
	.caseLogos {
		padding-top: 74px;
	}

	.caseLogos__inner {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.caseLogos__items {
		margin-top: 24px;
		gap: 40px 60px;
	}
}

.caseHeadingBlock {
	max-width: 800px;
}

.caseHeadingBlock__title {
	color: var(--secondColor);
	margin-bottom: 24px;
}

.caseNums {
	padding: 0 0 144px 0;
}

.caseNums__items {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 6vw;
}

.caseNums__item {
	max-width: 330px;
}

.caseNums__title {
	margin-bottom: 16px;
	color: var(--secondColor);
}
@media (min-width: 1921px) {
	.caseNums__item {
		max-width: 530px;
	}
	.caseHead__text {
		max-width: 100%;
	}
	.caseHeadingBlock {
		max-width: 1200px;
	}
	.caseHeadingBlock__title {
		margin-bottom: 40px;
	}
}

.caseDotText__image {
	width: 100%;
	margin-bottom: -9%;
	z-index: 5;
	position: relative;
}

.caseDotText__item {
	line-height: 72%;
	color: transparent;
	background-image: radial-gradient(
		circle,
		var(--secondColor) 2px,
		transparent 2px
	);
	background-size: 10px 10px;
	background-position: center;
	-webkit-background-clip: text;
	background-clip: text;
}

.caseDotText__text {
	color: var(--secondColor);
}

.caseDotText__elems {
	z-index: 3;
	position: relative;
	text-align: center;
}

.caseDotText__elems svg {
	max-width: 100%;
	height: auto;
}

.caseDotText__elems.--mobile {
	display: none;
}

.caseReview .container {
	max-width: 1495px;
}

.caseReview__text {
	color: #ffb3ab;
	margin-bottom: 16px;
}

.caseReview__name {
	font-family: var(--FieldGothic52);
	color: var(--secondColor);
}

.caseCards {
	padding-bottom: 144px;
}

.caseCards__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.caseCards__cards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
}

.caseCards__card {
	max-width: 281px;
	padding: 21px;
	border: 1.33px solid var(--mainColor);
	border-radius: 13px;
}

.caseCards__cardTitle {
	text-transform: capitalize;
	color: var(--secondColor);
	border-bottom: 1px solid var(--mainColor);
	margin-bottom: 10px;
}

.caseMediaWave {
	position: relative;
	/* overflow: hidden */
}

.caseMediaWave__elem {
	position: absolute;
	width: 120%;
	height: 130%;
	top: -38%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.caseMediaWave .container {
	z-index: 2;
	position: relative;
}

.caseMediaWave__items {
	gap: 16px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.caseMediaWave__item {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.caseMediaWave__item img,
.caseMediaWave__item video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

/* .boxScroll {
    height: 100vh;
    background: radial-gradient(54.07% 54.07% at 50.14% 50%, #e6f7f8 0%, #b6cfd0 100%)
}

.boxScroll__inner {
    position: -webkit-sticky;
    position: sticky;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 400px;
    height: 400px
}

.boxScroll__model {
    width: 100%;
    height: 100%
} */

.caseMediaGrid {
	position: relative;
}

.caseMediaGrid__grid {
	position: relative;
	z-index: 2;
	display: -ms-grid;
	display: grid;
}

.caseMediaGrid__media img,
.caseMediaGrid__media video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.caseImages {
	background: #23234c;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 80px;
}

.caseImages__right {
	margin-right: -3vw;
	max-height: 80%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.caseImages__right video {
	border-radius: 24px;
	height: 100%;
	width: 100%;
}

@media (min-width: 768px) {
	.caseMediaWave__item {
		border-radius: 45px;
	}

	.caseMediaWave__item img,
	.caseMediaWave__item video {
		border-radius: 45px;
	}

	.caseMediaWave__item:nth-child(1) {
		margin-top: 10%;
	}

	.caseMediaWave__item:nth-child(2) {
		margin-top: 15%;
	}

	.caseMediaWave__item:nth-child(3) {
		margin-top: 3%;
	}

	.caseMediaWave__item:nth-child(4) {
		margin-top: -14%;
	}

	.caseMediaWave__item:nth-child(5) {
		margin-top: -10%;
	}

	.caseMediaGrid .elem {
		position: absolute;
		right: 0;
		top: 30%;
	}

	.caseMediaGrid__grid {
		gap: 32px;
		max-width: 1463px;
		margin: 0 auto;
	}

	.caseMediaGrid__media img,
	.caseMediaGrid__media video {
		border-radius: 24px;
	}

	.caseMediaGrid__media:nth-child(1) {
		grid-row: span 5 / span 5;
	}

	.caseMediaGrid__media:nth-child(2) {
		grid-column: span 2 / span 2;
		grid-row: span 7 / span 7;
	}

	.caseMediaGrid__media:nth-child(3) {
		grid-row: span 3 / span 3;
		-ms-grid-row: 6;
		grid-row-start: 6;
	}

	.caseMediaGrid__media:nth-child(4) {
		grid-row: span 5 / span 5;
		-ms-grid-column: 1;
		grid-column-start: 1;
		-ms-grid-row: 9;
		grid-row-start: 9;
	}

	.caseMediaGrid__media:nth-child(5) {
		grid-row: span 6 / span 6;
		-ms-grid-column: 3;
		grid-column-start: 3;
		-ms-grid-row: 8;
		grid-row-start: 8;
	}

	.caseMediaGrid__media:nth-child(6) {
		grid-row: span 3 / span 3;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 12;
		grid-row-start: 12;
	}

	.caseMediaGrid__media:nth-child(7) {
		grid-row: span 4 / span 4;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 8;
		grid-row-start: 8;
	}

	.caseMediaGrid__media:nth-child(8) {
		grid-row: span 4 / span 4;
		-ms-grid-row: 14;
		grid-row-start: 14;
	}

	.caseMediaGrid__media:nth-child(9) {
		grid-row: span 3 / span 3;
		-ms-grid-column: 2;
		grid-column-start: 2;
		-ms-grid-row: 15;
		grid-row-start: 15;
	}

	.caseMediaGrid__media:nth-child(10) {
		grid-row: span 4 / span 4;
		-ms-grid-column: 3;
		grid-column-start: 3;
		-ms-grid-row: 14;
		grid-row-start: 14;
	}

	.caseImages__left .--mobile {
		display: none;
	}
}

@media (max-width: 766px) {
	.caseNums {
		padding: 0 0 80px 0;
	}

	.caseNums__items {
		display: -ms-grid;
		display: grid;
		gap: 24px;
	}

	.caseNums__items.--col3 {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}

	.caseNums__items.--col4 {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}

	.caseNums__title {
		font-size: 120px;
	}

	.caseDotText__elems.--desktop {
		display: none;
	}

	.caseDotText__elems.--mobile {
		display: block;
	}

	.caseMediaWave {
		position: relative;
	}

	.caseMediaWave .caseMediaWave__elem {
		position: absolute;
		width: 100%;
		height: 56%;
		top: 43%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%) rotate(-155deg);
		z-index: -1;
	}

	.caseMediaWave__items {
		gap: 8px;
		margin-top: 48px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.caseMediaWave__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		border-radius: 14px;
	}

	.caseMediaWave__item img,
	.caseMediaWave__item video {
		border-radius: 14px;
	}

	.caseMediaWave__item img,
	.caseMediaWave__item video {
		width: 100%;
		height: 100%;
		-o-object-fit: cover;
		object-fit: cover;
	}

	.caseMediaGrid .elem {
		display: none;
	}

	.caseMediaGrid__grid {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		gap: 16px;
	}

	.caseMediaGrid__media img,
	.caseMediaGrid__media video {
		border-radius: 10px;
	}

	.caseMediaGrid__media:nth-child(5) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 5;
		-ms-grid-row-span: 1;
		grid-row: 5 / 6;
	}

	.caseMediaGrid__media:nth-child(6) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 4;
		-ms-grid-row-span: 1;
		grid-row: 4 / 5;
	}

	.caseMediaGrid__media:nth-child(7) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3 / 4;
	}

	.caseMediaGrid__media:nth-child(8) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3 / 4;
	}

	.caseMediaGrid__media:nth-child(9) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2 / 3;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2 / 3;
	}

	.caseMediaGrid__media:nth-child(10) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1 / 2;
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1 / 2;
	}

	.caseImages {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		gap: 48px;
	}

	.caseImages__right {
		margin-right: 0;
		max-width: 70%;
		max-height: unset;
	}

	.caseImages__right video {
		border-radius: 7px;
	}

	.caseImages__left .--desktop {
		display: none;
	}
}

.caseSlider {
	padding: 145px 0 40px;
}

.caseSlider__videoToggle {
	position: absolute;
	inset: 0;
	margin: auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	border: none;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	z-index: 10;
}

.caseSlider__wrap {
	position: relative;
}

.caseSlider__inner {
	margin: 0 120px;
}

.caseSlider .swiper-button {
	margin: 0;
	width: 72px;
	height: 72px;
}

.caseSlider .swiper-button-prev:after,
.caseSlider .swiper-rtl .swiper-button-next:after,
.caseSlider .swiper-button-next:after,
.caseSlider .swiper-rtl .swiper-button-prev:after {
	display: none;
}

.caseSlider__item {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.caseSlider__item video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.caseSlider__item:hover .caseSlider__videoToggle {
	opacity: 1;
	pointer-events: auto;
}

.caseSlider .swiper-slide {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transition: -webkit-transform 0.4s ease;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition:
		transform 0.4s ease,
		-webkit-transform 0.4s ease;
}

.caseSlider .swiper-slide-active {
	-webkit-transform: scale(1);
	transform: scale(1);
	z-index: 2;
}

/* .caseSlider__videoToggle::before {
  content: '▶';
  font-size: 18px;
} */
.caseSlider__videoToggle .play {
	/* content: '▶';
  font-size: 18px; */
	fill: #fff;
	width: 24px;
	height: 24px;
	margin: 0px 0px 0 4px;
}

.caseSlider__videoToggle.is-playing .play {
	display: none;
}
.caseSlider__videoToggle.is-playing::before {
	content: "❚❚";
}

.phone {
	position: relative;
	width: 100%;
	max-width: 420px;
}

.phone__ratio {
	position: relative;
	width: 100%;
	padding-bottom: 206%;
}

.phone__screen {
	position: absolute;
	overflow: hidden;
	width: 93%;
	height: 98%;
	overflow: hidden;
	border-radius: 3.5vw;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 3;
}

.phone__screen video {
	width: 110%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.phone__screen::before {
	content: "";
	display: block;
	width: 30%;
	height: 30px;
	position: absolute;
	z-index: 3;
	background: black;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 20px;
	border-radius: 20px;
}

.phone__frame {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	pointer-events: none;
	-o-object-fit: contain;
	object-fit: contain;
}

@media (max-width: 1100px) {
	.caseSlider__inner {
		margin: 0;
	}

	.caseSlider .container {
		padding: 0;
	}

	.phone__screen {
		border-radius: 5vw;
	}
}

@media (max-width: 990px) {
	.phone__screen {
		border-radius: 6.5vw;
	}
}

@media (max-width: 540px) {
	.phone__screen::before {
		height: 13px;
		top: 10px;
	}
}

.caseParallax {
	position: relative;
}

.caseParallax__item {
	will-change: transform;
}

.caseParallax__item img {
	max-height: 100%;
}

.caseParallax__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.caseParallaxAddax {
	padding: 180px 0;
}

.caseParallaxAddax .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: -webkit-gradient(
		linear,
		left bottom,
		left top,
		from(rgba(0, 0, 0, 0.6)),
		to(rgba(0, 0, 0, 0.6))
	);
	background: linear-gradient(
		0deg,
		rgba(0, 0, 0, 0.6) 0%,
		rgba(0, 0, 0, 0.6) 100%
	);
}

.caseParallaxAddax__row {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 50px;
}

.caseParallaxAddax__row.staticColumn {
	margin: -100px 0;
}

.caseParallaxAddax__row.staticCenter {
	max-width: 85%;
	margin: 0 auto;
}

.caseParallaxAddax__row img.boxShadow {
	-webkit-box-shadow: 0 3px 56.7px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 56.7px 0 rgba(0, 0, 0, 0.3);
	border-radius: 2em;
}

.caseParallaxBabaloo {
	overflow: hidden;
	padding-top: 180px;
}

.caseParallaxBabaloo:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 70%;
	left: 0;
	bottom: 0;
	background: radial-gradient(
		72.59% 72.59% at 43.64% 50%,
		#b6cfd0 0%,
		#7ba8b1 100%
	);
	z-index: 1;
}

.caseParallaxBabaloo__row {
	position: relative;
	gap: 24px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	z-index: 2;
}

.caseParallaxBabaloo .caseParallax__item img.boxShadow {
	border-radius: 44px 44px 0 0;
	-webkit-box-shadow: 0 0 27px 0 rgba(101, 101, 101, 0.54);
	box-shadow: 0 0 27px 0 rgba(101, 101, 101, 0.54);
}

.caseParallaxNaboso .elem {
	position: absolute;
	left: 0;
	top: 15%;
	max-width: 30%;
}

.caseParallaxNaboso__mainImage {
	position: absolute;
	z-index: 2;
}

.caseParallaxNaboso .caseHeadingBlock__title {
	color: var(--accentColor);
}

.caseParallaxNaboso .caseHeadingBlock__text {
	color: var(--lightColor);
}

.caseParallaxNaboso__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 4vw;
}

.caseParallaxNaboso__images {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.caseParallaxNaboso__col {
	display: -ms-grid;
	display: grid;
	gap: 40px;
}

.caseParallaxNaboso__cardsImages {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 75%;
}

.caseParallaxNaboso__cardsImages img {
	border-radius: 24px;
	border: 1px solid #fbf7eb;
}

.caseParallaxNaboso__cardsImages .caseParallax__item:nth-child(2) {
	margin: 38% 0 0 -38%;
}

.caseParallaxNaboso.--type1 {
	padding: 40% 0 100px;
}

.caseParallaxNaboso.--type1 .caseParallaxNaboso__mainImage {
	right: 0;
	top: -10%;
	max-width: 80%;
}

.caseParallaxNaboso.--type1 .caseParallaxNaboso__cardsImages {
	margin: 16vw 0 0 -10vw;
}

.caseParallaxNaboso.--type1 .caseParallaxNaboso__cardsImages.--mobile {
	display: none;
}

.caseParallaxNaboso.--type2 {
	padding: 20% 0 100px;
}

.caseParallaxNaboso.--type2 .elem {
	top: 32%;
}

.caseParallaxNaboso.--type2 .caseParallaxNaboso__mainImage {
	right: 0;
	top: 0;
	width: 45%;
}

.caseParallaxNaboso.--type2 .caseParallaxNaboso__images {
	max-width: 80%;
}

.caseParallaxNaboso.--type2 .caseParallaxNaboso__inner {
	position: relative;
	margin-top: 20%;
}

.caseParallaxNaboso.--type2 .caseParallaxNaboso__cardsImages {
	margin: 66% -54% 0 -24%;
	max-width: 75%;
}

.caseParallaxToms {
	padding: 120px 0;
	overflow: hidden;
}

.caseParallaxToms__row {
	gap: 27px;
	max-width: 1300px;
	align-items: flex-end;
}

.caseParallaxToms__item img {
	border-radius: 22.516px;
	-webkit-box-shadow: 0 4.503px 63.833px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 4.503px 63.833px 0 rgba(0, 0, 0, 0.25);
}

.caseParallaxToms__mainImage {
	position: absolute;
	width: 100%;
	left: 0;
}
@media (min-width: 768px) {
	.caseParallaxToms__mainImage {
		bottom: -10px;
		left: 1%;
	}
}

.caseParallaxToms__mainImage .--mobile {
	display: none;
}
@media (max-width: 991px) {
	.caseParallaxAddax__row img.boxShadow {
		border-radius: 8px;
	}
}
@media (max-width: 766px) {
	.caseParallaxAddax {
		padding: 80px 0;
	}

	.caseParallaxAddax__row {
		gap: 16px;
	}

	.caseParallaxAddax__row.staticColumn {
		margin: -20px 0;
	}

	.caseParallaxBabaloo:after {
		height: 40%;
	}
	.caseParallaxBabaloo .caseParallax__item img.boxShadow {
		border-radius: 10px 10px 0 0;
	}

	.caseParallaxBabaloo__row {
		gap: 8px;
	}

	.caseParallaxNaboso__inner {
		gap: 22px;
	}

	.caseParallaxNaboso__col {
		gap: 24px;
	}

	.caseParallaxNaboso .caseParallaxNaboso__col .caseParallax__item,
	.caseParallaxNaboso .caseParallaxNaboso__col .caseParallax__item img {
		width: 100%;
	}

	.caseParallaxNaboso__cardsImages .caseParallax__item {
		width: 100%;
	}

	.caseParallaxNaboso__cardsImages img {
		border-radius: 16px;
	}

	.caseParallaxNaboso__cardsImages .caseParallax__item:nth-child(2) {
		margin: 65% 0 0 -38%;
	}

	.caseParallaxNaboso.--type1 {
		padding: 80px 0 40px;
	}

	.caseParallaxNaboso.--type1 .elem {
		position: static;
	}

	.caseParallaxNaboso.--type1 .caseParallaxNaboso__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}

	.caseParallaxNaboso.--type1 .caseParallaxNaboso__mainImage {
		top: -21vw;
		max-width: 90%;
	}

	.caseParallaxNaboso.--type1 .caseParallaxNaboso__cardsImages {
		margin: 40px auto 0;
	}

	.caseParallaxNaboso.--type1 .caseParallaxNaboso__cardsImages.--mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.caseParallaxNaboso.--type1 .caseParallaxNaboso__cardsImages.--desktop {
		display: none;
	}

	.caseParallaxNaboso.--type2 {
		padding: 80px 0 40px;
	}

	.caseParallaxNaboso.--type2 .elem {
		top: 32%;
	}

	.caseParallaxNaboso.--type2 .caseParallaxNaboso__mainImage {
		position: static;
		width: 80%;
		margin: 48px 0;
	}

	.caseParallaxNaboso.--type2 .caseParallaxNaboso__images {
		max-width: 100%;
	}

	.caseParallaxNaboso.--type2 .caseParallaxNaboso__inner {
		margin-top: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.caseParallaxNaboso.--type2 .caseParallaxNaboso__cardsImages {
		margin: 0 auto;
		max-width: 65%;
	}

	.caseParallaxToms {
		padding: 40px 0 60px;
	}

	.caseParallaxToms__row {
		gap: 8px;
		max-width: 70%;
	}

	.caseParallaxToms__item:nth-child(1) {
		display: none;
	}

	.caseParallaxToms__item img {
		border-radius: 8px;
		-webkit-box-shadow: 0 4.503px 63.833px 0 rgba(0, 0, 0, 0.25);
		box-shadow: 0 4.503px 63.833px 0 rgba(0, 0, 0, 0.25);
	}

	.caseParallaxToms__mainImage {
		position: absolute;
		width: 100%;
		bottom: 2%;
	}

	.caseParallaxToms__mainImage .--desktop {
		display: none;
	}

	.caseParallaxToms__mainImage .--mobile {
		display: block;
	}

	.caseSlider {
		padding: 40px 0 60px;
	}

	.caseSlider__arrows {
		display: none;
	}
}

.caseNav {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	height: 100%;
	z-index: 5;
	position: relative;
}

.caseNav__block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.caseNav__block:hover .caseNav__image img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.caseNav__block:hover .caseNav__head {
	background: var(--lightColor);
}

.caseNav__block:hover .caseNav__text {
	color: var(--mainColor);
}

.caseNav__block:hover .linkBtn {
	color: var(--mainColor);
}

.caseNav__block:hover .linkBtn svg path {
	stroke: var(--mainColor);
}

.caseNav__head {
	padding: 45px 26px;
	background: var(--secondColor);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.caseNav__text {
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	max-height: 760px;
	font-size: clamp(48px, 10vw, 142px);
}
@media (min-width: 1921px) {
}
.caseNav__text.--mobile {
	display: none;
}

.caseNav__image {
	overflow: hidden;
	height: 100%;

	position: relative;
	/* padding-bottom: 154%; */
}

.caseNav__image img {
	height: 100%;
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	width: 100%;

	aspect-ratio: 0.7;
	/* position: absolute; */
}

.caseNav__main {
	position: relative;
	width: 100%;
}

.caseNav__main:before {
	content: "";
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(74.31%, rgba(0, 0, 0, 0)),
		to(rgba(0, 0, 0, 0.5))
	);
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 74.31%,
		rgba(0, 0, 0, 0.5) 100%
	);
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.caseNav__name {
	position: absolute;
	padding: 45px;
	bottom: 0;
	z-index: 4;
	text-transform: uppercase;
}

.caseNav .linkBtn {
	white-space: nowrap;
	color: var(--lightColor);
}

.caseNav__prev .caseNav__name {
	right: 0;
}

.caseNav__next {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media (max-width: 1100px) {
	.caseNav__image {
		/* padding-bottom: 136%; */
	}
	.caseNav__image img {
		aspect-ratio: 0.8;
	}
	.caseNav .linkBtn,
	.caseNav .caseNav__name {
		display: none;
	}

	.caseNav__text.--desktop {
		display: none;
	}

	.caseNav__text.--mobile {
		text-transform: uppercase;
		display: block;
	}

	.caseNav__head {
		padding: 8px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
}

.mockups.--type1 .mockups__title {
	color: var(--accentColor);
	margin-bottom: 24px;
}

.mockups.--type1 .mockups__text {
	color: var(--lightColor);
}

.mockups.--type1 .mockups__items {
	display: -ms-grid;
	display: grid;
}

.mockups.--type1 .mockups__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.mockups.--type1 .mockups__item img {
	border-radius: 16px;
	width: 100%;
}

.mockups__frame {
	border-radius: 40px;
	border: 1px solid #fbf7eb;
	overflow: hidden;
	z-index: 2;
	position: relative;
}

.mockups.--type2 {
	padding-top: 144px;
}

.mockups.--type2 .mockups__rows {
	gap: 4vw;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.mockups.--type2 .mockups__rows > div {
	width: 50%;
}

.mockups.--type2 .mockups__rows:nth-child(odd) {
	padding-left: calc(
		(100vw - var(--container-width)) / 2 + var(--container-padding)
	);
	margin-right: -3vw;
}

.mockups.--type2 .mockups__rows:nth-child(odd) .mockups__image:nth-child(2) {
	-webkit-transform: translateY(100px);
	transform: translateY(100px);
}

.mockups.--type2 .mockups__rows:nth-child(even) {
	padding-right: calc(
		(100vw - var(--container-width)) / 2 + var(--container-padding)
	);
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	margin-left: -3vw;
}

.mockups.--type2 .mockups__rows:nth-child(even) .mockups__image:nth-child(2) {
	-webkit-transform: translateY(-100px);
	transform: translateY(-100px);
}

.mockups.--type2 .mockups__rows:not(:last-child) {
	margin-bottom: 70px;
}

.mockups.--type2 .mockups__head {
	max-width: 800px;
}

.mockups.--type2 .mockups__title {
	color: var(--accentColor);
	margin-bottom: 16px;
}

.mockups.--type2 .mockups__text {
	color: vaR(--lightColor);
}

.mockups.--type2 .mockups__images {
	margin-bottom: 100px;
}

.mockups.--type2 .mockups__image {
	border-radius: 28px;
	background: #4c4c4c;
	border: 16px solid #fbf7eb;
	-webkit-box-shadow: 0 3px 57px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 3px 57px 0 rgba(0, 0, 0, 0.3);
}

.mockups.--type2 .mockups__image img {
	border-radius: 28px;
	height: 100%;
}

.mockups.--type2 .mockups__image:nth-child(2) {
	margin: 0 -4vw 0 -4vw;
}

.mockups.--type2 .mockups__image:nth-child(3) {
	z-index: 2;
}

.mockups__itemImg img {
	width: 100%;
}
@media (min-width: 991px) {
	.mockups.--type1 {
		padding: 180px 0 140px;
	}

	.mockups.--type1 .container {
		/* max-width: 1590px; */
		max-width: 85%;
	}
	.mockups.--type1 .mockups__head {
		/* max-width: 810px; */
		width: 55%;
		margin-left: auto;
	}

	.mockups.--type1 .mockups__title {
		margin-bottom: 40px;
	}
	.mockups.--type1 .mockups__items {
		-ms-grid-columns: (1fr) [5];
		grid-template-columns: repeat(5, 1fr);
		gap: 48px;
	}

	.mockups.--type1 .mockups__items.--mobile {
		display: none;
	}

	.mockups.--type1 .mockups__col {
		gap: 48px;
	}

	.mockups.--type1 .mockups__col:nth-child(1) {
		margin-top: -100%;
	}

	.mockups.--type1 .mockups__col:nth-child(2) {
		margin-top: -20%;
	}

	.mockups.--type1 .mockups__col:nth-child(3) {
		margin-top: 60%;
	}

	.mockups.--type1 .mockups__col:nth-child(4) {
		margin-top: 140%;
	}

	.mockups.--type1 .mockups__col:nth-child(5) {
		margin-top: 220%;
	}

	.mockups__frame {
		margin-top: -25%;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 47% 53%;
		grid-template-columns: 47% 53%;
		border-radius: 40px;
		border: 1px solid #fbf7eb;
		max-width: 85%;
		margin: -25% auto 0;
		overflow: hidden;
	}

	.mockups__frame .mockups__itemImg:nth-child(1) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
	}

	.mockups__frame .mockups__itemImg:nth-child(2) {
		-ms-grid-column: 1;
		-ms-grid-column-span: 1;
		grid-column: 1/2;
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}

	.mockups__frame .mockups__itemImg:nth-child(3) {
		-ms-grid-column: 2;
		-ms-grid-column-span: 1;
		grid-column: 2/3;
		-ms-grid-row: 1;
		-ms-grid-row-span: 2;
		grid-row: 1/3;
	}

	.mockups.--type2 .mockups__head {
		max-width: 40%;
	}
	.mockups.--type2 .mockups__title {
		margin-bottom: 32px;
	}
}

@media (max-width: 1840px) {
	.mockups.--type2 .mockups__rows:nth-child(odd) {
		padding-left: 16px;
	}

	.mockups.--type2 .mockups__rows:nth-child(even) {
		padding-right: 16px;
	}
}

@media (max-width: 991px) {
	.mockups.--type1 {
		padding: 80px 0;
	}

	.mockups.--type1 .mockups__items {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
		gap: 8px;
		margin: 48px 0;
	}

	.mockups.--type1 .mockups__items.--desktop {
		display: none;
	}

	.mockups.--type1 .mockups__col {
		gap: 8px;
	}

	.mockups__frame {
		display: -ms-grid;
		display: grid;
	}

	.mockups__frame .mockups__itemImg:nth-child(1) {
		-ms-grid-row: 1;
		-ms-grid-row-span: 1;
		grid-row: 1/2;
	}

	.mockups__frame .mockups__itemImg:nth-child(3) {
		-ms-grid-row: 2;
		-ms-grid-row-span: 1;
		grid-row: 2/3;
	}

	.mockups__frame .mockups__itemImg:nth-child(2) {
		-ms-grid-row: 3;
		-ms-grid-row-span: 1;
		grid-row: 3/4;
	}
}

@media (max-width: 767px) {
	.mockups.--type2 {
		padding-top: 80px;
	}

	.mockups.--type2 .mockups__rows {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 16px;
		gap: 24px;
	}

	.mockups.--type2 .mockups__rows > div {
		width: 100%;
	}

	.mockups.--type2 .mockups__rows:nth-child(odd) {
		margin-right: 0;
	}

	.mockups.--type2
		.mockups__rows:nth-child(odd)
		.mockups__image:nth-child(2) {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	.mockups.--type2 .mockups__rows:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-left: 0;
	}

	.mockups.--type2
		.mockups__rows:nth-child(even)
		.mockups__image:nth-child(2) {
		-webkit-transform: translateY(40px);
		transform: translateY(40px);
	}

	.mockups.--type2 .mockups__images {
		margin-bottom: 40px;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
	}

	.mockups.--type2 .mockups__image {
		border-radius: 10px;
		border: 6px solid #fbf7eb;
	}

	.mockups.--type2 .mockups__image img {
		border-radius: 10px;
		max-height: unset;
		height: unset;
		/* max-height: 550px; */
	}

	.mockups.--type2 .mockups__image:nth-child(2) {
		margin: 0 -5vw 0 -5vw;
	}
	.mockups.--type2 .mockups__image:nth-child(1) {
		margin-right: -5vw;
	}
	.mockups.--type2 .mockups__image:nth-child(3) {
		margin-left: -5vw;
	}
}
@media (max-width: 420px) {
	.mockups.--type1 .mockups__item img {
		border-radius: 8px;
	}
	.mockups.--type2 .mockups__image img {
		max-height: 295px;
		width: 100%;
	}
}
.caseParallaxSnowgo {
	margin-bottom: -23vw;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
}
.caseParallaxSnowgo__bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}
.caseParallaxSnowgo::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 50%;
	left: 0px;
	top: 0px;
	background: linear-gradient(
		0deg,
		#64a7ff 9.47%,
		rgba(85, 147, 228, 0) 100%
	);
	transform: rotate(-180deg);
	z-index: 2;
}
.caseParallaxSnowgo__elem {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.caseParallaxSnowgo__wrap {
	display: flex;
	justify-content: flex-end;
	padding-right: 3vw;
	z-index: 3;
	position: relative;
}
.caseParallaxSnowgo__mainImage {
	position: absolute;
	max-width: 70%;
	bottom: -40px;
	left: 0;
	z-index: 2;
}
.caseParallaxSnowgo__images {
	max-width: 48%;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1.4vw;
}
.caseParallaxSnowgo__col {
	display: flex;
	gap: 1.4vw;
	flex-direction: column;
}
.caseParallaxSnowgo__col img {
	border-radius: 31px;
	box-shadow: 0 4px 56.7px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 1300px) {
	.caseParallaxSnowgo__col img {
		border-radius: 11px;
	}
}
@media (max-width: 540px) {
	.caseParallaxSnowgo {
		padding-bottom: 40px;
		margin: 0;
	}

	.caseParallaxSnowgo__bg {
		height: 50%;
	}
	.caseParallaxSnowgo::before {
		height: 30%;
	}
	.caseParallaxSnowgo__elem {
		left: -37%;
		top: 11%;
	}
	.caseParallaxSnowgo__wrap {
		flex-direction: column;
		padding: 0;
	}
	.caseParallaxSnowgo__mainImage {
		position: static;
		max-width: unset;
		margin: 0 auto;
		width: 122%;
		margin-bottom: -36vw;
	}
	.caseParallaxSnowgo__images {
		max-width: 100%;
		padding: 0 30px;
	}
}

.caseParallaxCoffee__bg img {
	max-width: 100%;
	width: 100%;
}
.caseParallaxCoffee__item {
	position: absolute;
	z-index: 2;
	max-width: 45%;
	right: 0;
	top: -13%;
}
@media (min-width: 767.7px) {
	.caseParallaxCoffee {
		margin-bottom: -21vw;
	}
	.caseParallaxCoffee__bg {
		max-width: 90%;
	}
	.caseParallaxCoffee .--mobile {
		display: none;
	}
}
@media (max-width: 767.2px) {
	.caseParallaxCoffee {
		margin-bottom: 40vw;
	}
	.caseParallaxCoffee .--desktop {
		display: none;
	}
	.caseParallaxCoffee__item {
		max-width: 59%;
		right: unset;
		top: 29%;
		left: 6%;
	}
}

#casesWrapper {
	opacity: 1;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

#casesWrapper.loading {
	opacity: 0.2;
}

.casePhotos {
	position: relative;
	/* margin-top: -420px;
    padding-bottom: 145px */
}

.casePhotos__inner {
	display: grid;
	gap: 24px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.casePhotos__inner.--col2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.casePhotos__inner.--col3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

.casePhotos__item {
	/* -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 12px);
    flex: 0 0 calc(50% - 12px); */
	aspect-ratio: 1 / 1;
	overflow: hidden;
}

.casePhotos__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.caseMediaRound {
	margin-bottom: -10vw;
}
.caseMediaRound__wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 40% 30px 60%;
	grid-template-columns: 40% 60%;
	gap: 30px;
	margin-top: 30px;
	position: relative;
}
.caseMediaRound__items {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 12px 1fr 12px 1fr 12px 1fr;
	grid-template-columns: repeat(4, 1fr);
	gap: 12px;
	position: relative;
	margin-right: -9vw;
}
.caseMediaRound__items img:nth-child(1) {
	margin-top: 9vw;
}
.caseMediaRound__items img:nth-child(2) {
	margin-top: 3vw;
}
.caseMediaRound__items img:nth-child(3) {
	margin-top: 5vw;
}
.caseMediaRound__wrap::after {
	content: "";
	background: #bc0c0e;
	border-radius: 50%;
	position: absolute;
	z-index: -1;
	top: -2%;
	right: -11%;
	width: 84vw;
	height: 84vw;
}
@media (max-width: 540px) {
	.casePhotos__inner.--col2,
	.casePhotos__inner.--col3 {
		gap: 8px;
	}
	.casePhotos__inner.--colMob {
		grid-template-columns: 60%;
	}
	.caseMediaRound {
		margin-bottom: 0;
		/* overflow: hidden; */
		padding-bottom: 80px;
	}
	.caseMediaRound__mainImage {
		display: none;
	}
	.caseMediaRound__wrap {
		display: block;
	}
	.caseMediaRound__items {
		width: 128%;
		margin-left: -14%;
		height: 350px;
		overflow: hidden;
	}

	.caseMediaRound__wrap::after {
		top: -5%;
		right: unset;
		width: 149vw;
		height: 149vw;
		left: -53%;
	}
	.caseMediaRound__items img:nth-child(1) {
		margin-top: 17vw;
	}
	.caseMediaRound__items img:nth-child(2) {
		margin-top: 5vw;
	}
	.caseMediaRound__items img:nth-child(3) {
		margin-top: 11vw;
	}
}

.caseMediaTile {
	position: relative;
	min-height: 46vw;
	background-image: url(../img/mediaTitle.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
}
.caseMediaTile:after {
	content: "";
}
.caseMediaTile .caseHeadingBlock {
	width: 47%;
}
.caseMediaTile__elem {
	position: absolute;
	right: 0;
	top: 50%;
	max-width: 60%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
}

.caseMediaMosaic {
	position: relative;
	overflow: visible;
	padding: 144px 0 211px 0;
	background-color: #005ba5;
}
.caseMediaMosaic__elem {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #fff;
	width: 100%;
}
.caseMediaMosaic__inner {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 2.5vw 1fr 2.5vw 1fr 2.5vw 1fr 2.5vw 1fr 2.5vw 1fr;
	grid-template-columns: repeat(6, 1fr);
	gap: 2.5vw;
	margin: 0 auto;
	position: relative;
}

.caseMediaMosaic__col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 2.5vw;
	/* flex: 0 0 300px; */
}

.caseMediaMosaic__item {
	position: relative;
	overflow: hidden;
	border-radius: 24px;
}

.caseMediaMosaic__item img,
.caseMediaMosaic__item video {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.caseMediaMosaic__col:nth-child(odd) .caseMediaMosaic__item:nth-child(2) {
	height: 57%;
}
.caseMediaMosaic__col:nth-child(odd) .caseMediaMosaic__item:nth-child(1) {
	height: 43%;
}
.caseMediaMosaic__col:nth-child(even) .caseMediaMosaic__item:nth-child(1) {
	height: 57%;
}
.caseMediaMosaic__col:nth-child(even) .caseMediaMosaic__item:nth-child(2) {
	height: 43%;
}

@media (max-width: 991px) {
	.caseMediaMosaic__inner {
		-ms-grid-columns: 1fr 7px 1fr 7px 1fr;
		grid-template-columns: repeat(3, 1fr);
		gap: 7px;
	}
	.caseMediaMosaic__col {
		gap: 7px;
	}
}
@media (max-width: 766px) {
	.caseMediaTile {
		background: none;
		min-height: unset;
		padding-bottom: 80px;
	}
	.caseMediaTile__elem {
		display: none;
	}
	.caseMediaTile .caseHeadingBlock {
		width: 100%;
	}
	.caseMediaMosaic {
		padding: 80px 0;
	}
	.caseMediaMosaic__inner {
		display: -ms-grid;
		display: grid;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		width: 100%;
		left: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 0 4px;
	}
}
@media (max-width: 540px) {
	.caseMediaMosaic__item {
		border-radius: 9px;
	}
}

.photoStrip {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 24px;
}

.photoStrip__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 24px;
	width: 100%;
}

.photoStrip__item img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	display: block;
}

.photoStrip__row:nth-child(odd) .photoStrip__item:nth-child(1) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.photoStrip__row:nth-child(odd) .photoStrip__item:nth-child(2) {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
.photoStrip__row:nth-child(even) .photoStrip__item:nth-child(2) {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.photoStrip__row:nth-child(even) .photoStrip__item:nth-child(1) {
	-webkit-box-flex: 2;
	-ms-flex: 2;
	flex: 2;
}
@media (max-width: 766px) {
	.photoStrip__row,
	.photoStrip {
		gap: 4px;
	}
}

.caseParallaxJune {
	background-color: #fff;
	position: relative;
	display: flex;
	justify-content: flex-end;
}
.caseParallaxJune__wrap {
	display: flex;
	align-items: flex-start;
	width: 70%;
	margin-bottom: -6vw;
}
.caseParallaxJune__mainImage {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
}
.caseParallaxJune__mainImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.caseParallaxJune__item img {
	border-radius: 31px;
	box-shadow: 0 4px 54.7px 0 rgba(0, 0, 0, 0.25);
}
.caseParallaxJune__item:nth-child(1) {
	margin-top: 40px;
}
.caseParallaxJune__item:nth-child(2) {
	margin: 11vw -6vw 0 -3vw;
	z-index: 2;
}
.caseParallaxJune__item:nth-child(3) {
	margin-top: -6vw;
}
@media (max-width: 766px) {
	.caseParallaxJune {
		padding-bottom: 100px;
		background: transparent;
	}
	.caseParallaxJune__wrap {
		display: flex;
		align-items: flex-start;
		width: 100%;
		margin-bottom: 0;
	}
	.caseParallaxJune__mainImage {
		display: none;
	}

	.caseParallaxJune .caseParallaxJune__item img {
		border-radius: 9.203px;
	}
	.caseParallaxJune__item:nth-child(2) {
		margin-top: 93px;
	}
}

.mockups--single {
	padding: 0 0 144px;
	overflow: visible;
	position: relative;
	z-index: 4;
}

.mockups--single .d-flex {
	align-items: flex-end;
	justify-content: space-between;
	gap: 40px;
}
.mockups--single .mockups__image {
	width: 100%;
	position: relative;
	margin: -5vw 0 0 -20vw;
}
.mockups--single .mockups__image img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0;
	box-shadow: none;
	background: none;
}

.mockups--single .mockups__head {
	max-width: 620px;
	padding: 40px 0 0 0;
}

.mockups--single .mockups__title {
	margin-bottom: 16px;
	color: var(--accentColor);
}

.mockups--single .mockups__text {
	color: var(--lightColor);
}
@media (min-width: 1921px) {
	.mockups--single .mockups__head {
		max-width: 40%;
	}
	.mockups--single .mockups__title {
		margin-bottom: 32px;
	}
}
@media (max-width: 766px) {
	.mockups--single {
		padding: 0 0 56px;
	}
	.mockups--single .d-flex {
		flex-direction: column;
		gap: 15px;
	}
	.mockups--single .mockups__image {
		margin: -7vw auto 0;
	}
	.mockups--single .mockups__head {
		max-width: 100%;
	}
}
.photoCarousel {
	position: relative;
	width: 100vw;
	overflow: hidden;
	cursor: grab;
	/* padding: 144px 0; */
	/* background-color: #eb3986; */
}

.photoCarousel__wrapper {
	width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.photoCarousel__wrapper::-webkit-scrollbar {
	display: none;
}

.photoCarousel__track {
	display: flex;

	user-select: none;
}

.photoCarousel__item {
	flex: 0 0 auto;
	border-radius: 31px;
	overflow: hidden;
}

.photoCarousel__item img {
	width: 100%;
	display: block;
	border-radius: 10px;
	pointer-events: none;
}

.photoCarousel.--type1 .photoCarousel__track {
	gap: 4vw;
	justify-content: flex-start;
}
.photoCarousel.--type1 .photoCarousel__wrapper {
	padding: 0 48px;
}
.photoCarousel.--type2 .photoCarousel__track {
	gap: 36px;
}
@media (min-width: 768.1px) {
	.photoCarousel.--type1 .photoCarousel__item {
		width: 300px;
	}
	.photoCarousel.--type2 .photoCarousel__item {
		width: 250px;
	}
}
@media (min-width: 991px) {
	.photoCarousel.--type1 .photoCarousel__item {
		width: 578px;
	}
	.photoCarousel.--type2 .photoCarousel__item {
		width: 496px;
	}
}

@media (max-width: 766px) {
	.photoCarousel {
		width: 100%;
	}
	.photoCarousel .photoCarousel__track {
		padding: 0 !important;
	}
	.photoCarousel.--type1 .photoCarousel__wrapper {
		padding: 0 16px;
	}
	.photoCarousel.--type1 .photoCarousel__track {
		flex-direction: column;
		gap: 16px;
	}
	.photoCarousel.--type1 .photoCarousel__item {
		width: 100%;
	}
	.photoCarousel.--type1 .photoCarousel__item {
		border-radius: 19px;
	}
	.photoCarousel.--type2 .photoCarousel__item {
		border-radius: 11px;
	}
	.photoCarousel.--type2 .photoCarousel__track {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 8px;
	}
	.photoCarousel.--type2 .photoCarousel__wrapper {
		padding: 0 4px;
	}
	.photoCarousel__item.mobHidden {
		display: none;
	}
}
.caseParallaxLanded {
	background-color: #eb3986;
	margin-top: -40px;
	margin-bottom: -33vw;
}
.caseParallaxLanded__item {
	position: relative;
	width: 81%;
	z-index: 2;
}
.caseParallaxLanded__item img {
	transform: translateY(-9%);
}
.caseParallaxLanded__images {
	max-width: 90%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.4vw;
	z-index: 2;
	position: relative;
	transform: rotate(-12deg) translateX(-22%);
}
.caseParallaxLanded__col {
	display: flex;
	gap: 1.4vw;
	flex-direction: column;
}
.caseParallaxLanded__col:nth-child(2) {
	margin-top: -12vw;
}
.caseParallaxLanded__col:nth-child(3) {
	margin-top: -5vw;
}
.caseParallaxLanded__col:nth-child(4) {
	margin-top: -8vw;
}
.caseParallaxLanded__col img {
	border-radius: 31px;
	box-shadow: 0 4px 56.7px 0 rgba(0, 0, 0, 0.25);
}
.caseParallaxLanded__mainImage {
	position: absolute;
	right: 0;
	top: 0;
	max-width: 730px;
	width: 38%;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}
.caseParallaxLanded__mainImage img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width: 991px) {
	.caseParallaxLanded__col img {
		border-radius: 16px;
	}
}
.break-xs{
	display: none;
}
@media (max-width: 540px) {
	
.break-xs{
	display: block;
}
	.caseParallaxLanded {
		margin-top: -5px;
		margin-bottom: 0;
		padding-bottom: 80px;
	}
	.caseParallaxLanded__item {
		width: 205%;
	}
	.caseParallaxLanded__images {
		width: 226%;
		max-width: unset;
		gap: 16px;
		transform: rotate(-12deg) translateX(-30%);
	}
	.caseParallaxLanded__col {
		gap: 16px;
	}
	.caseParallaxLanded__col:nth-child(4) {
		margin-top: -21vw;
	}
	.caseParallaxLanded__col:nth-child(5) {
		margin-top: 13vw;
	}
	.caseParallaxLanded__item img {
		margin-left: -90px;
		transform: translateY(-6%);
	}
	.caseParallaxLanded__mainImage {
		display: none;
	}
}

.pagesNav {
	z-index: 2;
	position: relative;
}

.pagesNav * {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.pagesNav__row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	border-bottom: 1px solid var(--accentColor);
	background: var(--lightColor);
	padding-top: 200px;
	position: relative;
}

.pagesNav__row:nth-child(1) {
	z-index: 1;
}

.pagesNav__row:nth-child(2) {
	z-index: 2;
}

.pagesNav__row:nth-child(3) {
	z-index: 3;
}

.pagesNav__row:nth-child(4) {
	z-index: 4;
}

.pagesNav__row:nth-child(5) {
	z-index: 5;
}

.pagesNav__row:hover {
	border-color: var(--secondColor);
}

.pagesNav__row:hover * {
	color: var(--secondColor);
}

.pagesNav__num {
	font-family: var(--second-family);
	font-size: 64px;
}

.pagesNav__text {
	font-family: var(--second-family);
	font-size: 32px;
	text-transform: lowercase;
}

.pagesNav__title {
	font-family: var(--FieldGothic26);
	font-weight: 800;
	font-size: clamp(120px, 30vw, 552px);
	line-height: 38%;
	text-transform: uppercase;
	text-align: right;
}
@media (min-width: 1200px) {
	.pagesNav__title {
		font-size: clamp(120px, 30vw, 26vw);
	}
	.pagesNav__text {
		font-size: clamp(32px, 2vw, 1.5vw);
	}
	.pagesNav__num {
		font-size: clamp(64px, 3vw, 3vw);
	}
}

.infoBlock__link {
	gap: 8px;
}

.infoBlock__link svg {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.infoBlock__link svg path {
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.infoBlock__link:hover {
	color: var(--secondColor);
}

.infoBlock__link:hover svg path {
	stroke: var(--secondColor);
}

.infoBlock__title {
	font-family: var(--FieldGothic64);
	margin-bottom: 14px;
	font-weight: 600;
	/* font-size: 32px; */
	font-size: clamp(14px, 1.7vw, 54px);
	line-height: 100%;
	text-transform: capitalize;
}

.infoBlock__link,
.infoBlock__info {
	/* font-size: 24px */
	font-size: clamp(14px, 1.25vw, 40px);
}

.infoBlock__info:not(:last-child) {
	margin-bottom: 24px;
}

.infoBlock__link:not(:last-child) {
	display: flex;
	margin-bottom: 8px;
}
.typeformEmbed__block {
	min-height: 100vh;
}
.footer {
	background: var(--accentColor);
	padding: 130px 0 46px;
	position: relative;
	z-index: 3;
}
.footer__logo img {
	width: 100%;
}

.footer__contactTrigger {
	border-radius: 97px;
	padding: 19px 83px;
	text-align: center;
	background: var(--mainColor);
	color: var(--accentColor);
	/* font-size: 24px; */
	font-size: clamp(14px, 1.25vw, 40px);
	line-height: 110%;
	font-family: var(--FieldGothic64);
	cursor: pointer;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.footer__contactTrigger:hover {
	background: var(--secondColor);
	color: var(--mainColor);
}

.footer__contactTrigger.--mobile {
	display: none;
}

.footer__inner {
	margin: 48px 0 64px;
	display: -ms-grid;
	display: grid;
	/* -ms-grid-columns: minmax(0, 250px) minmax(0, 561px) minmax(0, 405px);
    grid-template-columns: minmax(0, 250px) minmax(0, 561px) minmax(0, 405px); */
	-ms-grid-columns: minmax(0, 25%) minmax(0, 35%) minmax(0, 30%);
	grid-template-columns: minmax(0, 25%) minmax(0, 35%) minmax(0, 30%);
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
}

.footer__link:hover,
.footer ul li:hover {
	color: var(--secondColor);
}

.footer__link:hover svg path {
	stroke: var(--secondColor);
}

.footer__bottom {
	gap: 16px;
}

.footer__policyMenu {
	gap: 32px;
}
@media (min-width: 1921px) {
	.rights,
	.footer__policyMenu {
		font-size: clamp(14px, 0.84vw, 24px);
	}
}
@media (max-width: 1340px) {
	.footer__inner {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 991px) {
	.footer__block:last-child {
		-ms-grid-column: 1;
		-ms-grid-column-span: 2;
		grid-column: 1/3;
	}
}

@media (max-width: 766px) {
	.pagesNav__row {
		padding-top: 45px;
	}

	.pagesNav__num {
		font-size: 20px;
	}

	.pagesNav__text {
		font-size: 20px;
	}

	.pagesNav__title {
		line-height: 70%;
	}

	.footer {
		padding: 24px 0;
	}

	.footer__contactTrigger {
		border-radius: 38px;
		padding: 10px 34px;
		font-size: 14px;
		line-height: 120%;
	}

	.footer__contactTrigger.--desktop {
		display: none;
	}

	.footer__contactTrigger.--mobile {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}

	.footer__inner {
		margin: 0px 0 48px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.footer__block:last-child {
		margin-top: 24px;
	}

	.footer__link:hover {
		color: var(--secondColor);
	}

	.footer__link:hover svg path {
		stroke: var(--secondColor);
	}

	.footer__bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 8px;
	}

	.footer__info br {
		display: none;
	}

	.footer__policyMenu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
		gap: 20px;
		font-size: 10px;
	}

	.rights {
		font-size: 10px;
	}

	.infoBlock__title {
		font-size: 20px;
	}

	.infoBlock__link,
	.infoBlock__info {
		font-size: 14px;
	}
}

@media (max-width: 1940px) {
	.auto-pd-left {
		padding-left: 24px;
	}

	.auto-pd-right {
		padding-right: 24px;
	}
}

@media (max-width: 1000px) {
	.container {
		padding: 0 16px;
	}

	.auto-pd-left {
		padding-left: 16px;
	}

	.auto-pd-right {
		padding-right: 16px;
	}
}

@media (max-width: 766px) {
	#page {
		padding-top: 48px;
	}

	* {
		font-size: 14px;
	}

	.btn {
		font-size: 14px;
	}

	.btn.--xs {
		padding: 10px 13px 8px;
	}

	.linkBtn {
		font-size: 20px;
		gap: 8px;
	}

	.subHeadlineBold {
		font-size: 20px;
	}
}
@media (min-width: 2200px) {
	.hero--video-modal .heroMain {
		gap: clamp(56px, 5vw, 120px);
	}

	.hero--video-modal .hero__center {
		flex: 0 0 472px;
		width: 472px;
	}

	.hero--video-modal .hero__videoWrap {
		width: 472px;
		min-width: 472px;
		max-width: 472px;
	}

	.hero--video-modal .hero__video {
		width: 472px;
		min-width: 472px;
		max-width: 472px;
	}

	.hero--video-modal .hero__video video {
		height: 265px;
		min-height: 265px;
		max-height: 265px;
	}

	.hero--video-modal .hero__text {
		font-size: 21px;
	}
	.hero--video-modal .hero__left .hero__text,
	.hero--video-modal .hero__right .hero__text {
		max-width: 100%;
		width: 100%;
	}
	.hero--video-modal .hero__videoText {
		font-size: 43px;
	}
	.hero--video-modal .hero__left .hero__title {
		width: 840px;
		max-width: 840px;
	}
	.hero--video-modal .hero__right {
		width: 785px;
		max-width: 785px;
	}
	.hero--video-modal .hero__right .hero__title {
		width: 840px;
		max-width: 840px;
	}
	.hero--video-modal .hero__left,
	.hero--video-modal .hero__right {
		max-width: 775px;
	}
	.hero--video-modal .hero__center {
		padding-top: 275px;
	}
	.hero--video-modal .hero__right {
		padding-top: 225px;
	}
	.hero--video-modal .hero__right .hero__text--right-bottom {
		margin-left: 180px;
	}
	.hero--video-modal .hero__left .hero__title svg,
	.hero--video-modal .hero__right .hero__title svg {
		transform: none;
	}
	.worksSlide__center{
		height: 84vh;
	}
	.worksSlide__left{
	  max-width: 31%;
      min-width: 31%;
	}
}
