/*!
Theme Name: Black koles
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: new-custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.
 */
 @import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&family=Inter+Tight:wght@100..900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Mono:ital,wght@0,100..700;1,100..700&display=swap");

@font-face {
    font-family: 'IvyOra Text';
    src: url("IvyOra Text.eot");
    src: local("IvyOraText-Regular"), local("IvyOraText-Regular"), url("assets/fonts/IvyOraText-Regular.woff2") format("woff2"), url("assets/fonts/IvyOraText-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'IvyOra Text';
    src: url("IvyOra Text.eot");
    src: local("IvyOraText-Bold"), local("IvyOraText-Bold"), url("assets/fonts/IvyOraText-Bold.woff2") format("woff2"), url("assets/fonts/IvyOraText-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}
@font-face {
    font-family: 'WulkanDisplay';
    src: url("WulkanDisplayRegular.eot");
    src: local("WulkanDisplayRegular"), local("WulkanDisplayRegular"), url("assets/fonts/WulkanDisplayRegular.woff2") format("woff2"), url("assets/fonts/WulkanDisplayRegular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'WulkanDisplay';
    src: url("WulkanDisplayBold.eot");
    src: local("WulkanDisplayBold"), local("WulkanDisplayBold"), url("assets/fonts/WulkanDisplayBold.woff2") format("woff2"), url("assets/fonts/WulkanDisplayBold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}
 
 :root {
     --bgDark: #141414;
     --accentColor: #ff5e00;
     --secondColor: #69B2E6;
     --font-family: "Inter", sans-serif;
     --second-family: "IBM Plex Mono", sans-serif;
     --third-family: "Roboto Mono", sans-serif;
     --font3: "WulkanDisplay", sans-serif;
     --font4: "Inter Tight", sans-serif;
     --font5: "FONTSPRING DEMO - Integral CF", sans-serif;
     --font6: "AkzidenzGrotesk", sans-serif;
     --font7: "FONTSPRING DEMO - Integral CF Medium", sans-serif
 }
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
    scroll-behavior: unset !important
}

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

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
}

/* 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.
 */

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

p {
	margin-bottom: 1.5em;
}

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



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

figure {
	margin: 1em 0;
}

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

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

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

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


* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #000000
}

html {
    overflow-x: hidden
}

.container {
    width: 1440px;
    margin: 0 auto
}

body {
    --screen-width: calc(100vw - (100vw - 100%))
}

.auto-pd-left {
    padding-left: calc((var(--screen-width) - 1440px) / 2)
}

.auto-pd-right {
    padding-right: calc((var(--screen-width) - 1440px) / 2)
}

h1,
.h1 {
    font-size: 36px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 28px
}

h3 {
    font-size: 24px
}

p {
    line-height: 1.5
}

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

.sectionLabel {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0.12em;
    text-transform: uppercase
}

header ul {
    list-style: none
}

a {
    text-decoration: none
}

/* a:hover {
    opacity: 0.8;
    -webkit-transition: 0.4s;
    transition: 0.4s
} */

ul {
    margin: 0 0 0 23px
}

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

button {
    border: none;
    cursor: pointer
}

span,
a,
i,
p,
li {
    font-family: inherit;
    font-weight: 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: 0;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 0px;
    background-color: transparent;
    border-radius: 0px;
    line-height: 1;
    font-size: 14px
}

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

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

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

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

input[type="button"],
input[type="reset"],
input[type="submit"] {
    display: block;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.1em;
    border-radius: 0px;
    padding: 3px 10px;
    border: none;
    cursor: pointer;
    text-align: center;
    color: #141414;
    min-width: 165px;
    margin-top: 38px;
    text-transform: uppercase;
    transition: 0.3s;
    border: 3px solid #fff ;
}
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover  {
    background-color: #665D4E;
    border-color: #665D4E;
    color: #fff ;
}
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus  {
    background-color: #665D4E;
    border-color: #FF5E00;
    color: #fff;
}
textarea,
.textarea {
    resize: none;
    width: 100%;
    height: 126px
}

form label,
.dark-bg form label {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3)
}

form label span,
.dark-bg form label span {
    color: var(--accentColor)
}

form p {
    width: 100%;
    margin-bottom: 14px
}

form .d-flex {
    gap: 26px;
    display: grid;
    grid-template-columns: 50% 46%;
    justify-content: space-between;
}

form input[type="submit"] {
    background-color: #fff;
    margin-top: 19px;
}


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

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

.hamburger span {
    display: block;
    background-color: #000;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease
}

.hamburger span:nth-child(1) {
    height: 24px;
    width: 2px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.hamburger span:nth-child(2) {
    height: 2px;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.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)
}

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

.dark-bg * {
    color: #fff
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 50%, 0);
        transform: translate3d(0, 50%, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}


.btn {
    display: inline-block;
    cursor: pointer;
    padding: 3px 20px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 10px;
    letter-spacing: 0.1em;
    border-radius: 0px;
    background-color: var(--accentColor);
    text-align: center;
    min-width: 165px;
    transition: 0.3s;
}

.btn.--dark {
    border: 3px solid #141414;
    background: #141414;
    color: #fff
}

.btn.--dark:hover {
    background: #665D4E;
    border-color:#665D4E;
}
.btn.--dark:focus {
    border-color: var(--accentColor);
    background: #665D4E;
}

.btn.--color {
    border: 3px solid var(--accentColor);
}
.btn.--color:hover {
    border: 3px solid #141414;
    background-color: #141414;
    color: #fff;
}
.btn.--color:focus {
    border: 3px solid var(--accentColor);
    background-color: #141414;
    color: #fff;
}

.header {
    padding: 14px 0
}
.header .container{
    padding: 0 32px 
}

.header__elem {
    margin-left: 16.5vw;
    max-width: 29px;
    -o-object-fit: contain;
    object-fit: contain
}

.header .mainInfo {
    display: none
}

.menu {
    gap: 5.5vw
}

.menu li {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
}

.menu li a {
    transition: 0.3s;
}
.menu li:hover a {
   text-decoration: underline;
   text-underline-offset: 3px;
}
.menu li.current-menu-item::before {
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #000;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

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

.borderElem::before,
.borderElem:after {
    content: "";
    display: block;
    border: solid #7C6549;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 10px
}

.borderElem.--color::before,
.borderElem.--color:after {
    border-color: var(--accentColor)
}

.borderElem.--dark::before,
.borderElem.--dark:after {
    border-color: #000
}

.borderElem.--white::before,
.borderElem.--white:after {
    border-color: #ffffff
}

.borderElem.--topElem::before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg)
}

.borderElem.--topElem::after {
    padding: 7px 10px;
    transform: rotate(270deg);
    -webkit-transform: rotate(270deg)
}

.borderElem.--bottomElem::before {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg)
}

.borderElem.--bottomElem::after {
    padding: 7px 10px;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg)
}

.arrowLink {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 9px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-align: center;
    color: #fff
}


.arrowLink:after {
    content: url(assets/img/link.svg);
    opacity: 0;
    transition: 0.3s;
}
.arrowLink:hover:after,
.arrowLink:focus:after {
    opacity: 1;
}

.arrowLink:focus::before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    border: 3px solid var(--accentColor);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.arrowLink.--dark {
    color: #000
}

.arrowLink.--dark:after {
    content: url(assets/img/link-black.svg)
}

.videoHero {
    height: 835px;
    position: relative;
    padding: 45px 0;
}

.videoHero .container {
    height: 100%;
    z-index: 3
}

.videoHero__inner {
    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;
    height: 100%;
    z-index: 3;
    position: relative
}

.videoHero__inner .right {
    width: 206px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}
@media(min-width: 991px) {
    .videoHero__inner .right {
        margin-top: -54px;
    }
    .videoHero__inner.--type2 {
        padding: 0 19px;
    }
    .videoHero__inner.--type1 .left{
        margin-top: -10px;
    }
    .videoHero__inner.--type1 .right {
        margin-top: -13px;
    }
    .videoHero__toggle {
        margin-left: 16px;
    }
}
.videoHero__inner .right h1 {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.05em;
    max-width: 177px
}

.videoHero__inner .right .text {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-family: var(--third-family);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.05em
}

.videoHero__inner .right .text span:nth-child(1) {
    display: block
}

.videoHero__inner .right .text span:nth-child(3) {
    display: inline-block;
    -webkit-transform: translateY(4px);
    transform: translateY(4px)
}

.videoHero__inner .right .text span:nth-child(4) {
    display: inline-block;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.videoHero__toggle {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    -ms-flex-item-align: end;
    align-self: flex-end;
    gap: 9px;
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
    opacity: 0.4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 3;
    position: relative
}

.videoHero__toggle::after {
    content: 'SOUNd off'
}

.videoHero__toggle span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 2px solid #fff
}

.videoHero__toggle.--on {
    opacity: 1
}

.videoHero__toggle.--on span {
    background: #fff
}

.videoHero__toggle.--on::after {
    content: 'SOUNd on'
}

.videoHero .down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 12px;
    cursor: pointer
}

.videoHero__mainTitle {
    font-family: var(--font4);
    font-weight: 700;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    max-width: 464px
}

.videoHero__mainTitle span {
    font-family: var(--font3);
    font-weight: 400
}

.videoHero__links {
    list-style: none;
    margin: 0
}

.videoHero__links li {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.5);
    text-align: right;
    padding: 6px 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 9px;
    -webkit-transform: translateX(17px);
    transform: translateX(17px)
}

.videoHero__links li a {
    width: 100%
}

.videoHero__links li:after {
    content: url(assets/img/link.svg);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0
}

.videoHero__links li:hover {
    color: #fff;
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.videoHero__links li:hover:after {
    opacity: 1
}

.videoHero__links li:hover a {
    opacity: 1
}

#myVideo {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.heroVimeoInner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden
}

.heroVimeoInner iframe {
    width: 106vw;
    height: 60.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.caseHero {
    height: 831px;
    position: relative;
    padding: 48px 0
}

.caseHero .container {
    height: 100%;
    z-index: 3;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.caseHero__vimeo iframe {
    min-height: calc(100vh - 80px)
}

@media (max-width: 767px) {
    .videoHero {
        height: 611px;
        padding: 27px 0;
    }
    .videoHero .container {
        display: flex;
        justify-content: space-between;
        padding: 0 24px;
    }

    .videoHero__inner .right {
        margin-bottom: 6px;
    }
    .videoHero__inner {
        -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
    }

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

    .videoHero__toggle {
        position: absolute;
        right: 30px;
    }

    .videoHero__mainTitle {
        font-family: var(--font-family);
        font-size: 24px
    }

    .videoHero__links {
        display: none
    }

    .videoHero .down {
        display: none
    }

    .caseHero {
        height: 611px;
        position: relative;
        padding: 19px 0
    }
}

.contacts {
    background-color: var(--bgDark);
    padding: 58px 0 31px;
    position: relative
}

.contacts .borderElem {
    padding: 0 30px;
}
.contacts__inner {
    align-items: flex-start;
    padding: 44px 0 0;
    gap: 5.7vw;
}

.contacts__formTitle {
    letter-spacing: 0.02em;
    font-size: 36px;
    text-transform: uppercase;
    margin-bottom: 5px
}

.contacts__formText {
    font-size: 14px;
    max-width: 332px;
    margin-bottom: 52px
}

.contacts__img {
    padding: 18px;
    width: 45%
}

.contacts__form {
    padding-right: 3.6vw;
    width: 50%
}
.contacts__form input[type="text"], 
.contacts__form input[type="email"], 
.contacts__form input[type="number"], 
.contacts__form input[type="tel"],
.contacts__form textarea, 
.contacts__form select {
    margin-top: 3px;
    display: block;
}
.contacts__form .wpcf7-form-control-wrap {
    /* margin-top: -10px; */
    display: block;
}
.contacts__form .select2-container {
    width: 100% !important
}

.contacts__form .select2-selection--single {
    background-color: transparent;
    border-width: 0 0 1px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 0
}

.contacts__form .select2-container .select2-selection--single {
    height: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.contacts select {
    background-color: var(--bgDark)
}

@media (max-width: 991px) {
    .contacts {
        padding: 119px 0 53px
    }

    .contacts .container {
        padding: 0 17px;
    }
    .contacts .borderElem {
        display: none
    }

    .contacts__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding: 0;
        gap: 0
    }

    .contacts__formTitle {
        font-size: 32px
    }

    .contacts__formText {
        margin-bottom: 39px;
    }

    .contacts__img {
        width: 100%
    }

    .contacts__form {
        padding: 0 6px;
        width: 100%;
        margin-bottom: 9px;
    }

    .contacts select {
        background-color: var(--bgDark)
    }
    .contacts form p:not(:last-child) {
        margin-bottom: 24px;
    }
    .contacts form p {
        margin-bottom: 24px;
    }
    .contacts__form .wpcf7-form-control-wrap {
        margin: 0;
    }
    .contacts__form input[type="text"], .contacts__form input[type="email"], .contacts__form input[type="number"], .contacts__form input[type="tel"], .contacts__form textarea, .contacts__form select {
        margin-top: -6px;
    }

    form input[type="submit"] {
        margin-top: 32px;
    }
    .contacts__img {
        padding: 0;
    }
}

@media (max-width: 540px) {
    .contacts__formText {
        max-width: 100%;
    }
}
.accordionBlock {
    padding: 82px 0
}

.accordionBlock .container {
    max-width: 1296px;
}
.accordionBlock__inner {
    gap: 7vw
}

.accordionBlock__main {
    max-width: 631px;
    width: 50%;
    margin-top: 145px
}

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

.accordionBlock__images {
    position: relative
}

.accordionBlock__images .elem {
    position: absolute;
    max-width: 507px;
    right: 54%;
    top: -24px;
}

.accordion__item {
    border-bottom: 1px solid #818866
}

.accordion__item .accordion__descr {
    display: none;
    padding: 0 0 16px;
    font-size: 14px
}
.accordion__item .accordion__descr * {
    font-size: 14px
}
.accordion__title {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.accordion__title span {
    font-weight: 800;
    font-size: 20px;
    line-height: 97%;
    text-transform: uppercase
}

.accordion__title .icon {
    position: relative;
    width: 13px;
    height: 13px;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.accordion__title .icon:before {
    content: '';
    height: 100%;
    width: 1px;
    background: #000000;
    display: block;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.accordion__title .icon:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.accordion__item.--active .accordion__descr {
    display: block;
    -webkit-animation: showBlock 0.4s linear forwards;
    animation: showBlock 0.4s linear forwards
}

.accordion__item.--active .accordion__title .icon {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

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

    100% {
        opacity: 1
    }
}

@keyframes showBlock {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media (max-width: 768px) {
    .accordionBlock {
        padding: 50px 0 48px
    }

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

    .accordionBlock__main {
        max-width: 100%;
        width: 100%;
        margin-top: 47px
    }

    .accordionBlock__main .text {
        margin-bottom: 16px
    }

    .accordionBlock__images {
        position: relative
    }

    .accordionBlock__images .img {
        width: 100%;
        display: block;
        padding: 39px 0 0 22px
    }

    .accordionBlock__images .elem {
        right: unset;
        left: 0;
        top: 0;
        width: 94%
    }

    .accordion__item {
        border-bottom: 1px solid #818866
    }

    .accordion__item .accordion__descr {
        display: none;
        padding: 0 0 21px;
        font-size: 14px
    }

    .accordion__title {
        padding: 14px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 12px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer
    }

    .accordion__title span {
        font-weight: 800;
        font-size: 14px;
        line-height: 97%;
        text-transform: uppercase
    }

    .accordion__title .icon {
        position: relative;
        width: 13px;
        height: 13px;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .accordion__title .icon:before {
        content: '';
        height: 100%;
        width: 1px;
        background: #000000;
        display: block;
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .accordion__title .icon:after {
        content: '';
        width: 100%;
        height: 1px;
        background: #000000;
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .accordion__item.--active .accordion__descr {
        display: block;
        -webkit-animation: showBlock 0.4s linear forwards;
        animation: showBlock 0.4s linear forwards
    }

    .accordion__item.--active .accordion__title .icon {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }
}

.infoBlock {
    padding: 136px 0;
    position: relative;
    overflow: hidden
}

.infoBlock .container {
    max-width: 1180px
}

.infoBlock__inner {
    padding: 200px 0 69px;
    max-width: 568px;
    margin: 0 auto
}

.infoBlock__title {
    margin-bottom: 68px;
    font-weight: 900;
    font-size: 24px;
    line-height: 184%;
    text-transform: uppercase;
    text-align: center;
    color: #141414
}

.infoBlock__title span {
    font-family: var(--font3);
    font-weight: 400
}

.infoBlock__topElem {
    position: absolute;
    max-width: 32vw;
    top: 12.5%;
    left: 5.4%;
}

.infoBlock__bottomElem {
    position: absolute;
    max-width: 14vw;
    right: -16px;
    bottom: 11%
}

@media (max-width: 767px) {
    .infoBlock {
        padding: 127px 0
    }

    .infoBlock .container {
        padding: 0 40px
    }

    .infoBlock__inner {
        padding: 60px 0 41px;
        max-width: 270px
    }

    .infoBlock__title {
        margin-bottom: 61px;
        font-size: 16px;
        line-height: 184%
    }

    .infoBlock__topElem {
        position: absolute;
        max-width: 50vw;
        top: 12px;
        left: 0
    }

    .infoBlock__bottomElem {
        position: absolute;
        max-width: 22vw;
        bottom: 4%;
    }
}

.reviews {
    padding: 90px 0;
    background: #665d4e;
    position: relative;
    overflow-x: hidden
}

.reviews__topElem {
    position: absolute;
    max-width: 80%;
    left: 0;
    top: 45px
}

.reviews__bottomElem {
    position: absolute;
    max-width: 157px;
    right: -16px;
    bottom: 16%
}

.reviews__bottomImg {
    position: absolute;
    max-width: 332px;
    right: 60px;
    bottom: 10px
}

.reviews .container {
    max-width: 1180px
}

.reviews__inner {
    padding: 116px 0 80px;
    max-width: 80%;
    margin: 0 auto;
    z-index: 2;
    position: relative
}

.reviews__title {
    padding-right: 8vw;
    margin-bottom: 65px
}

.reviews__title span:nth-child(2) {
    display: block;
    text-indent: 16vw
}

.reviews .text {
    font-weight: 900;
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 21px
}

.reviews .text span {
    font-family: var(--font3);
    font-weight: 400
}

.reviews .info {
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center
}

.reviews .info br {
    display: none
}

.reviewsScroll {
    height: 100vh;
    gap: 38px;
    overflow: hidden;
    padding-top: 147px
}

.reviewsScroll__list {
    width: 40%
}

.reviewsScroll__list .logo {
    display: inline-block;
    padding: 16px 28px;
    height: 161px;
    min-width: 430px;
    max-width: 453px;
    margin-bottom: 44px;
    pointer-events: none
}

.reviewsScroll__list .logo img {
    padding: 0 76px;
    height: calc(100% - 42px);
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    opacity: 0.3;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.reviewsScroll__list .logo .borderElem {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.reviewsScroll__list .logo.active .borderElem {
    opacity: 1
}

.reviewsScroll__list .logo.active img {
    opacity: 1
}

.reviewsScroll__contents {
    list-style: none;
    margin: 0;
    width: 100%;
    height: 100%
}

.reviewsScroll__content {
    margin-bottom: 44px;
    height: 100%
}

.reviewsScroll__content .text,
.reviewsScroll__content .info {
    text-align: left
}

@media (max-width: 991px) {
    .reviewsScroll {
        display: none
    }
}

.sliderNav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 38px;
    margin-top: 68px
}

.sliderNav .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
    font-family: var(--third-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.03em;
    text-transform: uppercase
}

.sliderNav .swiper-pagination .line {
    display: block;
    width: 150px;
    height: 1px;
    background-color: #fff
}

.sliderNav__arrows {
    gap: 38px
}

.swiper-button {
    position: static;
    margin: 0;
    width: 44px;
    height: 44px
}
.swiper-button svg {
	    width: 20px;
    height: auto;
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after,
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    display: none
}

.swiper-pagination {
    position: static
}

.reviews.--home .reviews__slider {
    display: none
}

.reviewsLine__list li {
    height: calc(100vh - 180px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.reviewsLine__list li .borderElem {
    opacity: 1;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
    position: relative
}

.reviewsLine__list .logo {
    padding: 16px;
    height: 161px;
    min-width: 430px
}

.reviewsLine__list .logo img {
    padding: 0 76px;
    height: calc(100% - 42px);
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 1
}

.reviewsLine .text,
.reviewsLine .info {
    text-align: left
}

.reviewsAnim__content {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: translateY(20px);
    transform: translateY(20px)
}

.reviewsAnim__list li {
    padding: 4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px
}

.reviewsAnim__list li .borderElem {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    z-index: 2;
    position: relative
}

.reviewsAnim__list li.active .borderElem {
    opacity: 1
}

.reviewsAnim__list li.active .logo img {
    opacity: 1
}

.reviewsAnim__list li.active .reviewsAnim__content {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.reviewsAnim__list .logo {
    padding: 16px;
    height: 161px;
    min-width: 430px
}

.reviewsAnim__list .logo img {
    padding: 0 76px;
    height: calc(100% - 42px);
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.3
}

.reviewsAnim .text,
.reviewsAnim .info {
    text-align: left
}

.reviews.--home .container {
    max-width: 1284px;
}

@media (max-width: 1200px) {
    .reviews__bottomElem {
        max-width: 86px
    }
    .reviews.--home .reviews__title {
        font-size: 16px;
    }
}

@media (min-width: 991px) {
    .reviews.--home {
        /* height: 100vh;
        overflow: hidden; */
        padding: 78px 0 141px
    }

    .reviews.--home .reviews__inner {
        padding: 0;
        max-width: 100%
    }

    .reviews.--home .reviews__tabs {
        padding: 0 25px;
    }

    .reviews.--home .reviews__title {
        /* margin-bottom: 147px; */
        text-align: left
    }

    .reviews.--home .reviews__title span:nth-child(2) {
        display: block;
        text-indent: 9vw
    }

    .reviews.--home .reviews__tabs .tabs__list {
         gap: 44px;
    }
    .reviews.--home .reviews__tabs .tabs__list li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 38px
    }

    .reviews.--home .reviews__tabs .tabs__list li .borderElem {
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        z-index: 2;
        position: relative
    }

    .reviews.--home .reviews__tabs .tabs__list .logo {
        padding: 16px 28px;
        height: 161px;
        min-width: 430px;
        max-width: 453px;
    }
    .reviews.--home .reviews__tabs .info {
        font-size: 12px;
    }

    .reviews.--home .reviews__tabs .tabs__list .logo img {
        padding: 0 76px;
        height: calc(100% - 42px);
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto;
        display: block;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        opacity: 0.3
    }

    .reviews.--home .reviews__tabs .tabs__list li.active .borderElem {
        opacity: 1
    }

    .reviews.--home .reviews__tabs .tabs__list li.active .logo img {
        opacity: 1
    }

    .reviews.--home .reviews__tabs .tabs__content-wrap {
        width: 60%
    }

    .reviews.--home .reviews__tabs .text,
    .reviews.--home .reviews__tabs .info {
        text-align: left
    }
}

@media (max-width: 991px) {
    .reviews__bottomImg {
        max-width: 163px;
        right: 10px;
        bottom: 18px
    }

    .reviews__bottomElem {
        right: -44px;
        bottom: 15%
    }

    .reviews.--home {
        padding: 60px 0 44px
    }

    .reviews.--home .reviews__slider {
        display: block
    }

    .reviews.--home .reviews__tabs {
        display: none
    }

    .reviews.--home .reviews__inner {
        padding: 0
    }

    .reviews.--home .borderElem::before,
    .reviews.--home .borderElem:after {
        padding: 4px
    }

    .reviews.--home .logo {
        height: 70px;
        max-width: 170px;
        margin: 0 auto 47px
    }

    .reviews.--home .logo img {
        padding: 0 38px;
        height: calc(100% - 20px);
        -o-object-fit: contain;
        object-fit: contain;
        margin: 0 auto;
        display: block
    }
    .reviewsLine {
        display: none
    }

    .reviewsAnim {
        display: none
    }

    .reviews.--home .reviews__title {
        font-size: 12px;
    }
   
}

@media (max-width: 768px) {
    .reviews {
        padding: 63px 0 59px
    }

    .reviews__topElem {
        top: 42px;
        max-width: 72%;
    }
    .reviews__inner {
        padding: 64px 0 ;
        max-width: 100%
    }

    .reviews__title {
        line-height: 1.5;
        padding-right: 19vw;
        margin-bottom: 80px;
    }

    .reviews__title span:nth-child(2) {
        text-indent: 38vw;
    }

    .reviews .text {
        font-size: 16px;
        line-height: 184%;
        margin-bottom: 14px
    }
    
    .reviews .info br {
        display: block
    }

    .reviews.--home .reviews__title {
        margin-bottom: 65px;
    }
    .reviews.--home .reviews__inner {
        padding: 0px 13px;
    }
    .reviews.--home .sliderNav  {
        margin-top: 137px;
    }
    .sliderNav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 80px
    }

    .sliderNav .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 8px;
        font-family: var(--third-family);
        font-weight: 400;
        font-size: 12px;
        line-height: 1;
        letter-spacing: 0.03em;
        text-transform: uppercase
    }

    .sliderNav .swiper-pagination .line {
        display: block;
        width: 158px;
        height: 1px;
        background-color: #fff
    }

    .sliderNav__arrows {
        gap: 18px
    }
}

.team {
    padding: 105px 0 94px;
}
.team .container {
    max-width: 1398px;
}
.team .tabs__list {
    background: #fff
}

.team .tabs__list li {
    mix-blend-mode: exclusion;
    color: #fff
}

.team .team__name {
    font-weight: 700;
    font-size: 50px;
    text-transform: uppercase
}

.team .team__name span {
    font-family: var(--font3);
    font-size: 50px;
    font-weight: 400
}

.team__position {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.13em;
    text-transform: uppercase
}

.team__text {
    font-size: 16px;
    line-height: 160%
}


@media (min-width: 991px) {
    .team__title {
        padding: 0 33px;
        margin-bottom: 129px;
    }
    .team .borderElem::before, .borderElem:after {
        padding: 7px;
    }

    .team .accordion {
        display: none
    }

    .team__position {
        margin-bottom: 24px
    }

    .team .tabs__list .team__name {
        z-index: 2;
        position: relative
    }

    .team .tabs__list li {
        white-space: nowrap;
        z-index: 2;
        position: relative;
        -webkit-transition: 0.4s;
        transition: 0.4s
    }

    .team .tabs__list li .borderElem {
        opacity: 0;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        z-index: 2;
        position: relative
    }

    .team .borderElem {
        opacity: 0;
        z-index: 2;
        position: relative;
        transition: 0.3s;
    }
    .team .borderElem.active {
        opacity: 1;
    }

    .team .tabs__list li>span {
        margin: -10px 34px -8px 34px;
        display: block;
    }

    .tabs__list {
        display: grid;
        gap: 8px;
    }
    .team .tabs__list li:first-child .team__photo {
        top: -80%
    }

    .team .tabs__list li:last-child .team__photo {
        top: -160%
    }

    .team .tabs__list li.active .team__photo {
        display: block;
        -webkit-animation: showBlock 0.4s linear forwards;
        animation: showBlock 0.4s linear forwards
    }

    .team .tabs__list li.active .borderElem {
        opacity: 1
    }

    .team .tabs__content-wrap {
        margin-top: 50px
    }

    .team .tabs__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 72px
    }

    .team__text {
        font-size: 14px;
        padding-top: 30px;
        padding-right: 39px;
        line-height: 1.5;
    }
    .team .tabs__content .team__photo {
        display: none;
        max-width: 57%;
        margin-left: -213px;
        object-fit: contain;
    }

    .team .tabs__content.active .team__photo {
        display: block;
        -webkit-animation: showBlock 0.4s linear forwards;
        animation: showBlock 0.4s linear forwards
    }
}

@media (max-width: 1140px) {
    .team .tabs__list li .team__photo {
        position: absolute;
        right: -20%;
        top: -35%;
        width: 350px;
        display: none
    }

    .team .tabs__content .team__photo {
        max-width: 70%
    }
}

@media (max-width: 991px) {
    .team {
        padding: 51px 0 49px
    }

    .team__title {
        margin-bottom: 46px;
    }

    .team .tabs {
        display: none
    }

    .team .team__name {
        font-size: 32px;
        line-height: 1.2;
    }

    .team .team__name span {
        font-size: 32px;
        line-height: 1.2;
    }

    .team__position {
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 12px;
        line-height: 120%;
        letter-spacing: 0.13em;
        text-transform: uppercase;
        margin-bottom: 24px;
        margin-top: -12px;
    }

    .accordion__item .accordion__descr .team__position {
        font-size: 12px;
    }
    .team__text {
        margin: 27px 0 12px;
        font-size: 14px;
        line-height: 150%
    }

    .team__photo {
        padding: 40px 20px 20px;
        max-width: 479px;
        width: 100%
    }
    .team .accordion__title {
        padding: 13px 0;
    }
    .team .accordion__item .accordion__descr {
        padding: 0 0 16px;
    }
}

@media (max-width: 540px) {
    .team__photo {
        padding: 10px 20px 10px
    }
}

.tabs__list {
    list-style: none;
    margin: 0
}

.tabs__list li {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    cursor: pointer
}

.tabs__content-wrap {
    display: -ms-grid;
    display: grid
}

.tabs__content {
    grid-row: 1/-1;
    grid-column: 1/-1;
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.5s all;
    transition: 0.5s all
}

.tabs__content.active {
    opacity: 1
}

.featured {
    padding: 69px 0 49px
}

.featured .container {
    max-width: 1210px;
}
.featured .sectionLabel  {
    letter-spacing: 0.2em;
}
.featured__inner {
    margin-top: -10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 59.6% 39.4%;
    grid-template-columns: 59.6% 39.4%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 12px;
    position: relative
}

.featured__elem {
    position: absolute;
    z-index: -1;
    top: 8%;
    left: 12%;
    width: 70%;
}

.featured .hoverCard:first-child {
    margin: 110px 0 0;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3
}

.hoverCard {
    position: relative
}

.hoverCard .borderElem {
    opacity: 0;
    padding: 6px;
    z-index: 3;
    position: relative;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    width: 100%
}

.hoverCard .borderElem.--topElem {
    z-index: 4;
    top: 0
}

.hoverCard .borderElem.--bottomElem {
    bottom: 0
}

.hoverCard__image {
    height: 100%;
    width: 100%;
    display: block;
    z-index: 2;
    position: relative;
}

.hoverCard__content {
    padding: 20px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}


.hoverCard__content img {
	max-width: 250px;
    pointer-events: none
}

.hoverCard__content .arrowLink {
    pointer-events: none;
    position: absolute;
    bottom: 7px
}

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

.hoverCard.active .borderElem {
    opacity: 1
}

.hoverCard.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-animation: showBlock 0.4s linear forwards;
    animation: showBlock 0.4s linear forwards
}

.hoverCard.active .hoverCard__content {
    opacity: 1
}

.hoverCard.active .hoverCard__video {
    z-index: 3;
}

.hoverCard.active .arrowLink:after {
    opacity: 1;
}



 /* .hoverCard:focus .arrowLink::before {
    content: '';
    position: absolute;
    width: calc(100% + 20px);
    height: calc(100% + 10px);
    border: 3px solid var(--accentColor);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
} */

.hoverCard__title {
    font-family: var(--font3);
    margin: 26px 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hoverCard__type {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 11px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hoverCard.--typeWorks:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-animation: showBlock 0.4s linear forwards;
    animation: showBlock 0.4s linear forwards
}

.hoverCard.--typeWorks .hoverCard__content {
    padding-top: 72px;
    opacity: 1
}

.hoverCard.--typeWorks .arrowLink {
    opacity: 0;
    -webkit-transition: 0.4s;
    transition: 0.4s
}

.hoverCard.--typeWorks.active .hoverCard__title,
.hoverCard.--typeWorks.active .hoverCard__type {
    opacity: 0;
    pointer-events: none
}

.hoverCard.--typeWorks.active .arrowLink {
    opacity: 1
}

@media(max-width: 991px) {
    .hoverCard__video {
        display: none;
    }
}
@media (max-width: 768px) {
    .featured {
        padding: 56px 0 42px
    }

    .featured .featured__title {
        letter-spacing: 0.08em;
    }
    .featured__inner {
        margin-top: 48px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 20px
    }

    .featured__elem {
        position: absolute;
        z-index: -1;
        top: 3%;
        left: 12%;
        width: 84%
    }

    .featured .hoverCard:first-child {
        margin: 0;
        grid-row: unset
    }

    .hoverCard__content img {
        max-width: 180px
    }

    .hoverCard__title {
        margin: 19px 0 6px;
        font-size: 12px
    }

    .featured .hoverCard__content{
        opacity: 1;
    }
    .featured  .borderElem {
        opacity: 1;
    }
}
@media (max-width: 540px) {
    .featured__inner .hoverCard {
        height: 271px;
    }
}
.logos {
    min-height: 70vh;
    padding: 89px 0 148px;
    position: relative
}

.logos__title {
    padding-right: 155px;
    margin-bottom: 142px;
    font-size: 16px;
    z-index: 2;
    position: relative
}

.logos__title span:nth-child(2) {
    display: block;
    text-indent: 272px
}

.logos__inner {
    max-width: 1096px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: center;
    /* gap: 112px 152px; */
    gap: 62px 25px;
    z-index: 2;
    position: relative
}

.logos__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    
}

.logos__videos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-animation: showBlock 0.4s linear forwards;
    animation: showBlock 0.4s linear forwards
}

.logos__videos>div {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.logos__videos>div.active {
    -webkit-animation: showBlock 0.4s linear forwards;
    animation: showBlock 0.4s linear forwards;
    opacity: 1
}

.logos__videos>div.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2
}

.logos__videos>div.unactive {
    opacity: 0
}

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

@media (min-width: 991px){
    .logos__item {
         padding: 40px 60px;;
        
    }
}
@media (max-width: 991px) {
    .logos__inner {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 100px
    }
    .logos__videos {
        display: none;
    }
}

@media (min-width: 991px) {
    .logos__item.unactive {
        opacity: 0.2
    }

    .logos__item.active {
        opacity: 1;
        -webkit-filter: invert(100%) sepia(0%) saturate(7461%) hue-rotate(126deg) brightness(99%) contrast(102%);
        filter: invert(100%) sepia(0%) saturate(7461%) hue-rotate(126deg) brightness(99%) contrast(102%)
    }
}

@media (max-width: 768px) {
    .logos {
        padding: 82px 0 105px
    }

    .logos__title {
        padding-right: 96px;
        margin-bottom: 63px;
        font-size: 12px
    }

    .logos__title span:nth-child(2) {
        display: block;
        text-indent: 130px
    }

    .logos__inner {
        max-width: 308px;
        margin: 0 auto;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 64px
    }
    .logos__item img {
        max-height: 21px;
    }

    .logos__videos {
        display: none
    }
}

.logosLine {
    padding: 51px 0;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    width: 100%
}

.logosLine__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

.logosLine .marquee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    -webkit-animation-name: marquee;
    animation-name: marquee;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.logosLine__item {
    min-width: 100px
}

.logosLine__item img {
    max-height: 34px
}

@-webkit-keyframes marquee {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }

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

@keyframes marquee {
    0% {
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0)
    }

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

@media(max-width: 768px) {
    .logosLine {
        padding: 38px 0;
    }
}
.workHead {
    padding: 76px 0;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase
}

.workHead__inner {
    gap: 10px
}

.workHead__filters {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    width: 75%
}

.workHead__mobTrigger {
    display: none
}

.customSelect {
    position: relative;
    width: 100%
}

.customSelect__trigger {
    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;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    padding: 24px 0 28px;
    border-bottom: 1px solid #000;
    cursor: pointer
}

.customSelect__trigger svg {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.customSelect__mobHead {
    display: none
}

.customSelect__options {
    padding: 25px 10px;
    list-style: none;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    display: none;
    z-index: 10;
    -webkit-box-shadow: 0px 8px 4px 0px #87878714;
    box-shadow: 0px 8px 4px 0px #87878714
}

.customSelect__option {
    padding: 7px 0;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.3;
    cursor: pointer;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-transform: capitalize;
}

.customSelect__option a {
    width: 100%;
    line-height: 1;
}

.customSelect__option svg {
    /* margin: 8px; */
    height: 12px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}
/* .customSelect__option::before {
    content: url(assets/img/select-trigger.svg);
    display: inline-block;
    padding: 8px;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
} */

.customSelect__option:hover {
    opacity: 1
}

.customSelect__option:hover svg {
    opacity: 1
}
/* .customSelect__option:hover::before {
    opacity: 1
} */

.customSelect__option.active {
    opacity: 1
}

.customSelect__option.active::before {
    opacity: 1
}
.customSelect__option.active svg {
    opacity: 1
}

.customSelect.open .customSelect__options {
    display: block;
    -webkit-animation: showBlock 0.2s linear forwards;
    animation: showBlock 0.2s linear forwards
}

.customSelect.open .customSelect__trigger svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.works {
    padding-bottom: 70px;
}
.works .container {
    max-width: 1406px;
}
.works .alm-btn-wrap {
    opacity: 0;
}
.works__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 4px
}
.workHead .container {
    max-width: 1425px;
}
.works__item {
    aspect-ratio: 0.76
}
.works__item.animated {
    animation: showBlock 0.4s linear forwards
}
.works__item>div {
    height: 100%
}

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

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

@media (max-width: 768px) {
    .workHead {
        padding: 63px 0;
        font-weight: 700;
        line-height: 100%;
        text-transform: uppercase
    }

    .workHead .container {
        padding: 0
    }

    .workHead__title {
        padding: 0 25px
    }

    .workHead__inner {
        -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: 4px
    }

    .workHead__filters {
        padding: 60px 22px;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 20px;
        width: 100%;
        display: none
    }

    .workHead__filters.active {
        display: -ms-grid;
        display: grid;
        -webkit-animation: showBlock 0.2s linear forwards;
        animation: showBlock 0.2s linear forwards
    }

    .workHead__mobTrigger {
        padding: 12px 31px 13px 23px;
        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: 16px;
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        width: 100%;
        border-bottom: 1px solid #000
    }

    .workHead__mobTrigger svg {
        -webkit-transition: 0.3s;
        transition: 0.3s
    }

    .workHead__mobTrigger.active svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

    .customSelect__trigger {
        font-weight: 400;
        font-size: 12px;
        line-height: 150%;
        letter-spacing: 0.08em;
        padding: 0;
        border-bottom: none
    }

    .customSelect__trigger svg {
        display: none
    }

    .customSelect__desktopHead {
        display: none
    }

    .customSelect__mobHead {
        display: block
    }

    .customSelect__options {
        padding: 36px 0 0 0;
        position: static;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none
    }

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

    .works__item:nth-child(2),
    .works__item:nth-child(7) {
        grid-column: unset;
        grid-row: unset
    }
}

.animText {
    padding: 73px 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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
    background-color: #fff
}

.animText .container {
    position: relative;
    height: 90vh
}

.animText__inner {
    padding: 0 7.8125vw;
    height: 100%
}

.animText__elem {
    display: none
}

.animText__image {
    max-width: 942px;
    margin: 0 auto;
    display: block;
    width: 100%;
    /* height: 100% */
}

.animText__list {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    font-size: 5.20833vw;
    mix-blend-mode: exclusion;
    color: #fff;
    z-index: 3
}

.animText__list li {
    will-change: transform;
    /* font-family: var(--font3); */
    text-transform: uppercase;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0
}

.animText__list.--topList {
    /* top: 0; */
    bottom: 0;
    left: 20px
}

.animText__list.--topList li {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%
}

.animText__list.--bottomList {
    bottom: 0;
    right: 20px;
    text-align: right
}

.animText__list.--bottomList li {
    position: -webkit-sticky;
    position: sticky;
    top: 20vh
}

.animText__list.--bottomList li span {
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    display: block
}

.animText .arrowLink {
    margin-top: 50px;
}

@media (max-width: 1430px) {
    .animText .arrowLink {
        position: static;
        -webkit-transform: unset;
        transform: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media (max-width: 1200px) {
    .animText__list li {
        font-size: 32px
    }
}

@media (max-width: 768px) {
    .animText__image {
        height: 100%;
        padding: 40px 0;
        z-index: 1;
        position: relative
    }

    .animText__elem {
        max-width: 98px;
        display: block;
        position: absolute;
        right: 18px;
        top: 0;
        z-index: 0
    }
}

.headerText {
    font-family: var(--second-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    margin-bottom: 20px
}

.caseText {
    font-size: 14px;
    opacity: 0.75
}

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

.headersLists .container {
    max-width: 1344px;
}
.headersLists__head {
    max-width: 533px;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 69px;
    color: #141414
}

.headersLists__head span {
    font-family: var(--font3);
    font-weight: 400
}

.headersLists__inner {
    gap: 32px
}

.headersLists__descr {
    max-width: 533px
}

.headersLists__title {
    margin-bottom: 18px
}

.headersLists__lists .headersLists__title {
    text-align: right
}

.headersLists__lists ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
    white-space: nowrap
}

@media (max-width: 768px) {
    .headersLists__head {
        font-size: 32px;
        line-height: 124%;
        margin-bottom: 44px
    }

    .headersLists__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .headersLists__title {
        margin-bottom: 16px
    }

    .headersLists__descr {
        font-size: 14px
    }
}

.numbers {
    padding: 210px 0 188px
}
.numbers .container{
    max-width: 1344px;
}

.numbers__inner {
    gap: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr)
}

.numbers__item {
    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;
    gap: 0
}

.numbers__itemTitle {
    text-align: center;
    color: #141414
}

.numbers__itemValue {
    font-family: var(--font4);
    font-weight: 900;
    font-size: 128px;
    line-height: 88%;
    text-align: center;
    color: #141414
}

@media (max-width: 1200px) {
    .numbers__itemValue {
        font-size: 96px
    }
}

@media (max-width: 768px) {
    .numbers {
        padding: 86px 0
    }

    .numbers__inner {
        gap: 59px;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .numbers__item {
        gap: 0
    }
    .numbers__itemTitle {
        margin-bottom: 11px;
    }
}

.titlesBlock {
    padding: 200px 0 174px
}

.titlesBlock__inner {
    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;
    gap: 0
}

.titlesBlock__tagline {
    text-align: center;
    color: #141414
}

.titlesBlock__mainTitle {
    font-family: var(--font4);
    font-weight: 900;
    font-size: 128px;
    line-height: 100%;
    text-align: center;
    color: #141414
}

@media (max-width: 768px) {
    .titlesBlock {
        padding: 86px 0
    }

    .titlesBlock__item {
        gap: 24px
    }

    .titlesBlock__mainTitle {
        font-size: 96px
    }
}

@media (max-width: 768px) {
    .headerText {
        font-size: 12px
    }
}

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

.textImageHalf.--imageLeft .textImageHalf__inner  {
    gap: 53px;
}

.textImageHalf__inner.auto-pd-left {
    padding-left: 64px;
}
.textImageHalf.--imageLeft .textImageHalf__inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
.textImageHalf__descr {
    padding: 96px 0;
    width: 50%;
    max-width: 535px
}
.textImageHalf.--imageLeft .textImageHalf__descr {
    padding: 77px 0;
}


.textImageHalf__image {
    width: 52%;
    mix-blend-mode: multiply
}

.textImageHalf.--imageLeft .textImageHalf__image  {
    width: 51%;
}
@media (max-width: 768px) {
    .textImageHalf {
        padding: 57px 0
    }

    .textImageHalf__inner {
        padding-right: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 0
    }

    .textImageHalf.--imageLeft .textImageHalf__inner {
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .textImageHalf__descr {
        padding: 0;
        width: 100%
    }

    .textImageHalf .headerText {
        margin-bottom: 44px
    }

    .textImageHalf__image {
        width: 100%;
        margin-bottom: 63px
    }
    .textImageHalf.--imageLeft .textImageHalf__image {
        width: 100%;
    }
    .textImageHalf.--imageLeft .textImageHalf__descr {
        padding: 0;
    }
    .textImageHalf__inner.auto-pd-left {
        padding-left: 24px;
    }
    .textImageHalf.--imageLeft .textImageHalf__inner {
        gap: 0;
    }
}

.singleImage img {
    display: block;
    width: 100%;
    height: 100%
}

.singleImage img.mdSize {
    padding: 96px 0;
    max-width: 959px;
    margin: 0 auto
}

.textsBlock {
    padding: 87px 0;
}
.textsBlock .headerText  {
    margin-bottom: 21px;
}
.textsBlock__inner.typeCenter {
    max-width: 752px;
    margin: 0 auto;
    text-align: center
}

.textsBlock__inner.typeColumn {
    max-width: 1089px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 21px
}
@media(min-width:768px) {
    .textsBlock__inner.typeColumn .textsBlock__item {
        max-width: 476px;
    }
}

@media (max-width: 768px) {
    .textsBlock {
        padding: 44px 0 64px
    }

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

    .singleImage img.mdSize {
        padding: 40px 0
    }
}

.staggeredImages .container {
    max-width: 1330px;
}
.staggeredImages__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px
}

.staggeredImages__inner img {
    width: 100%
}

.staggeredImages__right {
    margin-top: 36%
}

@media (max-width: 768px) {
    .staggeredImages {
        padding: 20px 0 64px
    }

    .staggeredImages__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 10px
    }

    .staggeredImages__inner img {
        width: 80%
    }

    .staggeredImages__right {
        margin-top: 0
    }

    .staggeredImages__right img {
        margin-left: auto;
        display: block
    }
}

.verticalImages .container {
    max-width: 1344px;
}
.verticalImages__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 20px
}

.verticalImages__inner img {
    width: 100%
}

@media (max-width: 768px) {
    .verticalImages {
        padding: 20px 0 64px
    }

    .verticalImages__inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 12px
    }
}

.vimeoSection {
    position: relative;
    background: #F8F8F8;
    height: 100vh;
    overflow-x: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

.vimeoSection__container {
    height: 100%;
    left: 50%;
    min-height: 56.25vw;
    min-width: 177.77778vh;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.vimeoSection__container>div {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.vimeoSection iframe {
    min-height: 56.25vw;
    min-width: 177.77778vh;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    pointer-events: none
}

.LgTextBlock__text {
    max-width: 959px;
    margin: 0 auto;
    font-family: var(--font4);
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    color: #141414
}

.LgTextBlock__text span {
    font-family: var(--font3);
    font-weight: 400
}

@media (max-width: 768px) {
    .LgTextBlock {
        padding: 40px 0
    }
}

.embeddedVideos .container {
    max-width: 1344px;
}

.embeddedVideos__inner {
    display: -ms-grid;
    display: grid;
    gap: 44px 20px
}

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

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

.embeddedVideos__item {
    overflow: hidden;
    display: -ms-grid;
    display: grid;
    gap: 40px
}

.embeddedVideos__item .caseText {
    padding-right: 14%
}

.typeVertical {
    overflow: hidden;
    aspect-ratio: 0.6
}

.typeVertical iframe {
    top: 50% !important;
    left: 50% !important;
    width: 300% !important;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 0.6;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.embeddedVideos__videoInner {
    position: relative;
}
.embeddedVideos__videoControlButton {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 25px;
    font-size: 16px;
    cursor: pointer;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.embeddedVideos__videoControlButton svg {
    width: 100%;
    height: 100%;
    fill: #fff;
}
.embeddedVideos__videoControlButton .playControl {
    margin-left: 2px;
}
.pauseControl {
    display: none;
}
@media (max-width: 768px) {
    .embeddedVideos {
        padding: 30px 0
    }

    .embeddedVideos .container {
        padding: 0
    }

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

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

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

    .embeddedVideos__item {
        gap: 24px
    }

    .embeddedVideos__item .caseText {
        padding: 0 16px
    }
}

.videoText__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 9.7vw;
    max-width: 1086px;
    margin: 0 auto
}

.videoText__inner.--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.videoText .headerText {
    margin: 44px 0 25px
}

.videoText .embeddedVideos__videoInner {
    min-width: 476px;
    height: 292px
}

.videoText .embeddedVideos__videoInner.typeVertical {
    height: auto
}

@media (max-width: 768px) {
    .videoText {
        padding: 64px 0
    }

    .videoText__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .videoText__inner.--reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .videoText .headerText {
        margin: 44px 0
    }

    .videoText .embeddedVideos__videoInner {
        padding: 56.25% 0 0 0;
        width: 100%;
        min-width: 100%;
        height: auto
    }
}

.imageCarousel .swiper-slide {
    width: auto
}

.lgVideo .container {
    max-width: 1344px;
}

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

.verticalVideo video {
    max-width: 428px;
    width: 100%;
    margin: 0 auto;
    display: block;
    border-radius: 31px
}

.videoCarousel {
    padding: 104px 0 84px;
}
.videoCarousel .swiper-slide {
    width: 75vw
}

.videoCarousel .swiper-slide video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 1.64
}

.customControlsVideo {
    position: relative
}

.customControlsVideo__btn {
    position: absolute;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 25px;
    font-size: 16px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease
}

.customControlsVideo__btn svg {
    width: 100%;
    height: 100%;
    fill: #fff;
    margin-left: 2px
}

.customControlsVideo__btn.active {
    opacity: 1
}

.nextProject {
    height: 77vh
}

.nextProject .hoverCard {
    height: 100%
}

.padd-m {
    padding: 90px 0
}

@media (max-width: 768px) {
    .padd-m {
        padding: 48px 0
    }
}

.footer {
    padding: 45px 0 36px;
    background-color: var(--bgDark)
}

.footer .container {
    max-width: 1415px;
}
.footer__inner {
    gap: 82px;
    margin-bottom: 45px
}

.footer__main {
    max-width: 23%
}

.footer__formTitle {
    font-family: "Inter Tight", sans-serif;
    font-size: 36px;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 19px
}

.footer__formTitle span {
    font-family: "WulkanDisplay", sans-serif;
    font-weight: 400
}

.footer__formText {
    font-size: 14px;
    margin-bottom: 20px
}

.footer__menus {
    gap: 17px;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.footer__menu {
    max-width: 215px;
    width: 100%
}

.footer__menuTitle {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    margin-bottom: 26px
}

.footer__menu li {
    padding: 7px 0;
    font-family: "IBM Plex Mono", sans-serif;
    font-weight: 700;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.footer__menu li:first-child {
    border-top: 1px solid #fff
}

.footer__btn {
    width: 100%;
    margin: 7px 0
}

.footer__btn.--color:hover,
.footer__mobBtn.--color:hover {
    background-color: #665D4E;
    border-color: #665D4E;
    color: #fff
}
.footer__btn.--color:focus,
.footer__mobBtn.--color:focus {
    background-color: #665D4E;
    border-color: #FF5E00;
    color: #fff
}

.footer__info>div {
    width: 100%
}

.footer__info>div>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px
}

.footer__info span {
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.3)
}

.footer__mobBtn {
    display: none
}

.klaviyo-form [data-testid="form-row"]{
    flex-direction: column !important;
    gap: 16px;
}

.klaviyo-form .needsclick {
    margin: 0 !important;
    padding: 0 !important;
}
.klaviyo-form button.needsclick {
    display: block !important;
    font-family: var(--second-family) !important;
    font-weight: 700 !important;
    font-size: 10px !important;
    letter-spacing: 0.1em !important;
    border-radius: 0px !important;
    padding: 0px 10px !important;
    cursor: pointer !important;
    text-align: center !important;
    color: #141414 !important;
    min-width: 165px !important;
    text-transform: uppercase !important;
    background-color: #fff !important;
    margin-top: 10px !important;
    height: 25px !important;
    transition: 0.3s;
    border: 3px solid #fff !important;
}
.klaviyo-form button.needsclick:hover {
    background-color: #665D4E !important;
    border-color: #665D4E !important;
    color: #fff !important
}
.klaviyo-form button.needsclick:focus {
    background-color: #665D4E !important;
    border-color: #FF5E00 !important;
    color: #fff !important
}

.klaviyo-form  input[type="email"] {
    outline: none !important;
    width: 100% !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-width: 0 0 1px 0px !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    line-height: 1 !important;
    font-size: 14px !important;
    color: #fff !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
}
.klaviyo-form  input[type="email"]:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
}
.klaviyo-form  input[type="email"]:hover {
    border-color: rgba(255, 255, 255, 0.3) !important;
}
.klaviyo-form input[type="email"]::-webkit-input-placeholder,
.klaviyo-form input[type="email"]:-ms-input-placeholder,
.klaviyo-form input[type="email"]::-ms-input-placeholder,
.klaviyo-form input[type="email"]::placeholder {
    color: rgba(255, 255, 255,0.3) !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
} 
#email_01JH1EJMJYBMA7G1AW783W8YVJ::-webkit-input-placeholder {
    color: rgba(255, 255, 255,0.3) !important;
    font-family: 'Inter', sans-serif !important;
    font-weight: 500 !important;
    font-size: 10px !important;
    letter-spacing: 0.09em !important;
    text-transform: uppercase !important;
}

@media(min-width: 768px) {
    .footer__menus {
        margin-top: 53px;
    }
}
@media (max-width: 768px) {
    .footer {
        padding: 41px 0 36px;
    }
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__inner>div {
        max-width: 100%
    }

    .footer__formTitle {
        font-size: 32px
    }

    .footer__menus {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer__menus .footer__btn {
        display: none
    }

    .footer__menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px
    }

    .footer__menu li a:after {
        content: url(assets/img/link.svg)
    }

    .footer__info span {
        color: #fff
    }

    .footer .mainInfo__btn {
        display: block;
        width: 165px
    }

    .footer .mainInfo>div {
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-top: 6px;
    }

    .footer .mainInfo span {
        font-size: 12px;
        font-weight: 500;
        font-size: 10px;
        letter-spacing: 0.09em;
        text-transform: uppercase
    }

    .footer .mainInfo .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .footer .mainInfo .left .title {
        display: block;
        width: 37px;
        -webkit-transform: translateX(42px);
        transform: translateX(42px);
        line-height: 1.2
    }

    .footer .mainInfo .left .rights {
        margin-top: 13px;
        -webkit-transform: translateX(16px);
        transform: translateX(16px);
        display: block
    }

    .footer .mainInfo .left .rights span:nth-child(2) {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        display: inline-block
    }

    .footer .mainInfo .left .rights span:nth-child(3) {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        display: inline-block
    }

    .footer .mainInfo .right {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
        margin-left: -36px
    }

    .footer__formText {
        margin-bottom: 12px;
    }
    .footer__inner {
        gap: 66px;
    }
    .footer__menus {
        gap: 56px;
    }
}

@media (max-width: 580px) {
    .footer__menus {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__menu {
        max-width: 100%
    }
}

@media (max-width: 1500px) {
    .container {
        width: 100%;
        padding: 0 16px
    }

    .auto-pd-left {
        padding-left: 16px
    }

    .auto-pd-right {
        padding-right: 16px
    }
}

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

    .container {
        padding: 0 24px
    }
    .header .container {
        padding: 0 25px;
    }
    .header {
        padding: 18px 0
    }

    .header__elem {
        display: none;
    }
    .header__inner-links {
        position: fixed;
        z-index: 55;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        padding: 72px 15px 30px;
        background-color: #ffffff;
        -webkit-transition: .4s all;
        transition: .4s all;
        gap: 0;
        -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;
        margin-bottom: 24px
    }

    .header_active {
        position: fixed;
        width: 100%;
        z-index: 1111
    }

    .header_active .header__inner-links {
        left: 0;
        overflow-y: auto
    }

    .header_active .hamburger {
        z-index: 55
    }

    .header_active .hamburger span:nth-child(1) {
        opacity: 0
    }

    .header_active .logo {
        z-index: 555
    }

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

    .header .mainInfo__btn {
        display: block;
        width: 165px
    }

    .header .mainInfo>div {
        width: auto;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .header .mainInfo span {
        font-size: 12px;
        font-weight: 500;
        font-size: 10px;
        letter-spacing: 0.09em;
        text-transform: uppercase
    }

    .header .mainInfo .left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .header .mainInfo .left .title {
        display: block;
        width: 37px;
        -webkit-transform: translateX(42px);
        transform: translateX(42px);
        line-height: 1.2
    }

    .header .mainInfo .left .rights {
        margin-top: 13px;
        -webkit-transform: translateX(16px);
        transform: translateX(16px);
        display: block
    }

    .header .mainInfo .left .rights span:nth-child(2) {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        display: inline-block
    }

    .header .mainInfo .left .rights span:nth-child(3) {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        display: inline-block
    }

    .header .mainInfo .right {
        -webkit-transform: translateY(16px);
        transform: translateY(16px);
        margin-left: -36px
    }

    .menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 0
    }

    .menu li {
        padding: 10px 0;
        font-family: var(--second-family);
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.1em;
        color: #141414;
        border-bottom: 1px solid rgba(20, 20, 20, 0.3)
    }

    .menu li:first-child {
        border-top: 1px solid #141414
    }

    .menu li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 9px
    }

    .menu li a:after {
        content: url(assets/img/link-black.svg)
    }

    .menu li.current-menu-item::before {
        content: none
    }
}

@media (max-width: 991px) {
    form .d-flex {
        grid-template-columns: 1fr;
        gap: 0
    }
}

@media (max-width: 768px) {
    /* a:hover {
        opacity: 1
    } */

    h1,
    .h1 {
        font-size: 32px
    }

    h2 {
        font-size: 28px
    }

    h3 {
        font-size: 22px
    }

    h3 {
        font-size: 18px
    }

    .sectionLabel {
        font-size: 12px;
        letter-spacing: 0.08em
    }

    input[type="button"],
    input[type="reset"],
    input[type="submit"] {
        margin-top: 32px;
        margin-left: auto
    }
}

.singleWorkInner {
    overflow-x: hidden;
}