@charset "UTF-8";
/*!
Theme Name: byrke-lou
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: byrke-lou
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.

byrke-lou 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/
*/
@font-face {
  font-family: "Oxygen";
  src: url("fonts/Oxygen-Light.woff2") format("woff2"), url("fonts/Oxygen-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oxygen";
  src: url("fonts/Oxygen-Regular.woff2") format("woff2"), url("fonts/Oxygen-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Oxygen";
  src: url("fonts/Oxygen-Bold.woff2") format("woff2"), url("fonts/Oxygen-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("fonts/Manrope-Regular.woff2") format("woff2"), url("fonts/Manrope-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* 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.
 */
/* 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;
}
p:nth-last-child(1) {
  margin-bottom: 0;
}

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
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  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;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: auto;
}
html.fixed {
  overflow: hidden;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  padding: 0;
  margin: 0;
  outline: none;
}

body {
  font-family: "Oxygen", sans-serif;
  font-weight: normal;
  font-size: 1.4rem;
  line-height: 1.2;
  color: white;
  overflow: hidden;
  background: black;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
  color: inherit;
  outline: none;
}

ul {
  list-style: none;
}

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

.container {
  padding: 0 30px;
  margin: 0 auto;
  max-width: 1600px;
}
@media (max-width: 1550px) {
  .container {
    max-width: 1230px;
  }
}
@media (max-width: 1430px) {
  .container {
    max-width: 1100px;
  }
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

@-webkit-keyframes elasticus {
  0% {
    transform-origin: 0 0;
    transform: scale(1, 0);
  }
  50% {
    transform-origin: 0 0;
    transform: scale(1, 1);
  }
  50.1% {
    transform-origin: 0 100%;
    transform: scale(1, 1);
  }
  100% {
    transform-origin: 0 100%;
    transform: scale(1, 0);
  }
}
span.colored {
  color: #7AFBD0;
  font-weight: bold;
}

p a {
  font-weight: 400;
  text-decoration: underline;
  color: #7AFBD0;
}

.content-section ul, .content-section ol {
  list-style: initial;
  margin-left: 20px;
  padding-left: 20px;
  margin-bottom: 32px;
}
.content-section ol {
  list-style: decimal;
}
.content-section *:nth-last-child(1) {
  margin-bottom: 0;
}

.wpcf7-not-valid-tip {
  margin-top: 7px;
  color: #7AFBD0;
}

.wpcf7-list-item {
  margin: 0;
}

.search-results .content-section {
  padding: 90px 0;
}

.search-result li {
  font-size: 2rem;
  font-weight: bold;
}

.not-found-title {
  margin-top: 10px;
  font-size: 1.6rem;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

.form-acceptance__text a {
  color: #7AFBD0;
  text-decoration: underline;
}

.site-header {
  padding-top: 35px;
  z-index: 3;
  position: relative;
}
@media (max-width: 991px) {
  .site-header {
    padding-top: 15px;
    z-index: 9;
  }
}
.site-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .site-header .custom-logo-link {
    width: 100px;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 991px) {
  .site-header__menu-wrap {
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.site-header__margin-auto {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .site-header__margin-auto {
    text-align: center;
    margin: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991px) {
  .site-header__right.active {
    left: 0;
  }
}
@media (max-width: 991px) {
  .site-header__right {
    position: absolute;
    left: -100vw;
    width: 100.2%;
    height: 100.2vh;
    top: 0;
    transition: 0.3s;
    padding: 115px 0 60px;
    background: black;
  }
}
.site-header__menu .tg-dropdowarrow {
  display: none;
}
@media (max-width: 991px) {
  .site-header__menu .tg-dropdowarrow {
    display: block;
    top: 3px;
    z-index: 5;
    color: #7AFBD0;
    right: -40px;
    width: 33px;
    height: 33px;
    cursor: pointer;
    font-size: 8px;
    line-height: 33px;
    position: absolute;
    text-align: center;
  }
  .site-header__menu .tg-dropdowarrow i {
    position: relative;
    font-style: normal;
    font-size: 2.6rem;
  }
  .site-header__menu .tg-dropdowarrow i::before {
    content: "▸";
  }
}
.site-header__menu > ul > li {
  margin-right: 40px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .site-header__menu > ul > li {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.site-header__menu > ul > li:nth-last-child(1) {
  margin-right: 42px;
}
@media (max-width: 991px) {
  .site-header__menu > ul > li:nth-last-child(1) {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.site-header__menu > ul > li > a {
  letter-spacing: 0.1em;
}
.site-header__menu ul {
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 991px) {
  .site-header__menu ul {
    flex-direction: column;
  }
}
.site-header__menu ul li {
  position: relative;
}
@media (max-width: 991px) {
  .site-header__menu ul li.menu-item-has-children > a {
    position: relative;
    display: inline-block;
  }
  .site-header__menu ul li.menu-item-has-children > a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: #4BCEF2;
    left: 0;
    transition: 0.3s;
  }
}
@media (max-width: 991px) {
  .site-header__menu ul li.tg-open > a::after {
    width: 100%;
  }
}
.site-header__menu ul li:hover::after {
  width: 100%;
}
.site-header__menu ul li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #7AFBD0;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .site-header__menu ul li::after {
    content: none;
  }
}
.site-header__menu ul li .sub-menu {
  display: block;
  top: 150%;
  left: 0;
  margin: 0;
  opacity: 0;
  width: 250px;
  text-align: left;
  background: rgba(32, 32, 32, 0.11);
  backdrop-filter: blur(10px) brightness(111%);
  visibility: hidden;
  position: absolute;
  padding: 37px 19px 31px 19px;
  transition: all 300ms ease-in-out;
}
@media (max-width: 991px) {
  .site-header__menu ul li .sub-menu {
    padding: 0;
    position: relative;
    visibility: visible;
    text-align: center;
    backdrop-filter: none;
    background: none;
    width: auto;
    top: auto;
    left: auto;
    opacity: 1;
    margin: auto;
    display: none;
    margin-top: 15px;
  }
  .site-header__menu ul li .sub-menu li a {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.site-header__menu ul li .sub-menu li {
  margin-bottom: 8px;
}
.site-header__menu ul li .sub-menu li:nth-last-child(1) {
  margin-bottom: 0;
}
.site-header__menu ul li .sub-menu a {
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .site-header__menu ul li:hover > .sub-menu {
    opacity: 1;
    display: block;
    visibility: visible;
    top: 100%;
  }
}
.site-header__menu ul li a {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 3rem;
}
@media (max-width: 991px) {
  .site-header__menu ul li a {
    font-size: 2.6rem;
    line-height: 3.8rem;
  }
}
.site-header__search {
  position: relative;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .site-header__search {
    margin-right: 18px;
    padding-right: 9px;
  }
}
.site-header__search span {
  cursor: pointer;
}
.site-header__form {
  right: 0;
  margin: 0;
  width: 270px;
  padding: 20px 24px 19.5px 24px;
  transition: all 300ms ease-in-out;
}
@media (min-width: 992px) {
  .site-header__form {
    background: rgba(13, 13, 13, 0.69);
    visibility: hidden;
    position: absolute;
    opacity: 0;
    top: 100%;
  }
}
.site-header__form.open {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 300ms ease-in-out;
}
.site-header__form label {
  display: block;
  width: 100%;
}
.site-header__form input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #707070;
  color: white;
  font-weight: 300;
  font-family: "Oxygen", sans-serif;
  width: 100%;
}
.site-header__form .search-ajax ul {
  margin: 20px 0 0 0;
}
.site-header__form .search-ajax ul li {
  margin-bottom: 8px;
}
.site-header__form .search-ajax ul li a {
  display: block;
}
.site-header__form .search-ajax ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.site-header__socials ul li {
  height: 30px;
  display: flex;
  align-items: center;
}
.site-header__socials ul li img {
  width: 20px;
}
.site-header__socials ul li:hover::after {
  width: 100%;
}
.site-header__socials ul li::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #7AFBD0;
  left: 0;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .site-header__socials ul li::after {
    content: none;
  }
}
@media (max-width: 991px) {
  .site-header__socials, .site-header__language {
    margin-top: 20px;
  }
}
.site-header__socials ul, .site-header__language ul {
  display: flex;
  align-items: center;
  margin: 0;
}
.site-header__socials ul li, .site-header__language ul li {
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  margin-right: 29px;
  text-transform: uppercase;
  position: relative;
}
.site-header__socials ul li a, .site-header__language ul li a {
  line-height: 3rem;
}
.site-header__socials ul li:nth-last-child(1), .site-header__language ul li:nth-last-child(1) {
  margin-right: 0;
}
.site-header__wrap {
  display: flex;
  align-items: center;
}
.site-header__language {
  padding-left: 40px;
}
@media (max-width: 991px) {
  .site-header__language {
    padding-left: 29px;
  }
}
.site-header__language ul:hover li.current-lang a:hover::after {
  width: 100%;
}
.site-header__language ul:hover li.current-lang a::after {
  width: 0;
}
.site-header__language ul li {
  margin-right: 0;
  margin-left: 4px;
}
.site-header__language ul li:nth-child(1) {
  margin-left: 0;
}
.site-header__language ul li.current-lang a::after {
  width: 100%;
}
.site-header__language ul li:nth-child(1)::after {
  content: " / ";
  position: relative;
  font-weight: 300;
}
.site-header__language ul li a {
  display: inline-block;
  position: relative;
}
.site-header__language ul li a:hover::after {
  width: 100%;
}
.site-header__language ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #7AFBD0;
  left: 0;
  transition: 0.3s;
}
.site-header .menu-toggle {
  display: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
}
@media (max-width: 991px) {
  .site-header .menu-toggle {
    display: block;
  }
}
.site-header .menu-toggle.active span {
  transition: 0.3s;
  background: 0 0;
}
.site-header .menu-toggle.active span::before {
  transform: rotate(45deg);
  top: 0;
  transition: 0.3s;
  width: 30px;
  height: 3px;
}
.site-header .menu-toggle.active span::after {
  top: 0;
  transform: rotate(-45deg);
  transition: 0.3s;
  width: 30px;
  height: 3px;
}
.site-header .menu-toggle span {
  position: absolute;
  display: block;
  width: 30px;
  height: 3px;
  background: white;
  transition: 0.3s;
  cursor: pointer;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 3px;
}
.site-header .menu-toggle span::before, .site-header .menu-toggle span::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 3px;
  background: white;
  left: 0;
  transition: 0.3s;
  border-radius: 3px;
}
.site-header .menu-toggle span::before {
  top: 8px;
}
.site-header .menu-toggle span::after {
  bottom: 8px;
}

.site-footer {
  position: relative;
  z-index: 99;
  margin-top: 80px;
}
@media (max-width: 767px) {
  .site-footer {
    margin-top: 40px;
  }
}
.site-footer--no-margin {
  margin-top: 0;
}
.site-footer__wrapper {
  border-top: 1px solid white;
  padding: 78px 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media (max-width: 991px) {
  .site-footer__wrapper {
    grid-template-columns: repeat(3, 1fr);
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .site-footer__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 460px) {
  .site-footer__wrapper {
    grid-gap: 30px;
  }
}
.site-footer__title, .site-footer h3 {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  margin-bottom: 32px;
}
@media (max-width: 460px) {
  .site-footer__title, .site-footer h3 {
    margin-bottom: 0;
    font-weight: bold;
  }
}
.site-footer__menu, .site-footer__text, .site-footer p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.site-footer__menu ul, .site-footer__menu li, .site-footer__menu p, .site-footer__text ul, .site-footer__text li, .site-footer__text p, .site-footer p ul, .site-footer p li, .site-footer p p {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
@media (max-width: 467px) {
  .site-footer__menu ul, .site-footer__menu li, .site-footer__menu p, .site-footer__text ul, .site-footer__text li, .site-footer__text p, .site-footer p ul, .site-footer p li, .site-footer p p {
    font-size: 1.4rem;
    line-height: 3rem;
  }
}
.site-footer__menu ul, .site-footer__text ul, .site-footer p ul {
  margin: 0;
}
.site-footer__menu a, .site-footer__text a, .site-footer p a {
  position: relative;
}
.site-footer__menu a::after, .site-footer__text a::after, .site-footer p a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #7AFBD0;
  left: 0;
  transition: 0.3s;
}
.site-footer__menu a:hover::after, .site-footer__text a:hover::after, .site-footer p a:hover::after {
  width: 100%;
}

.to-top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 9999;
  cursor: pointer;
  min-width: 30px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
@media (max-width: 991px) {
  .to-top {
    bottom: 30px;
    right: 30px;
  }
}
@media (max-width: 767px) {
  .to-top {
    bottom: 20px;
    right: 20px;
  }
}
.to-top.show {
  opacity: 1;
  visibility: visible;
}
.to-top .arrow-down {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 35px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, #7afbd0 100%);
  animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
}
.to-top .scroll-text {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-bottom: 4px;
  display: inline-block;
}

.video {
  position: fixed;
  width: 100%;
  z-index: -1;
  min-height: 100vh;
}
.video::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: black;
  opacity: 0.4;
  z-index: 1;
}
.video--no-fixed {
  position: absolute;
}
.video video {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}

.banner {
  height: calc(100vh - 185px);
  position: relative;
  min-height: 375px;
}
@media (max-width: 767px) {
  .banner {
    min-height: 505px;
  }
}
.banner__image {
  position: absolute;
  top: -185px;
  height: calc(100% + 185px);
  width: 100%;
}
.banner__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.banner__title {
  font-size: 15rem;
  line-height: 20rem;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  height: 80%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}
@media (max-width: 1080px) {
  .banner__title {
    font-size: 14vw;
    line-height: 20vw;
  }
}
.banner__title--fixed {
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  top: calc(50% - 125px);
}
@media (max-width: 991px) {
  .banner__title--fixed {
    top: calc(50% - 80px);
  }
}
.banner .container {
  height: 100%;
}
.banner__scroll {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 5.5555555556vh;
}
.banner__scroll .arrow-down {
  display: block;
  margin: 0 auto;
  width: 1px;
  height: 35px;
  border-radius: 2px;
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(75, 206, 242) 100%);
  animation: elasticus 2.4s cubic-bezier(1, 0, 0, 1) infinite;
}
.banner__scroll .scroll-text {
  font-size: 1.2rem;
  line-height: 1.5rem;
  margin-top: 4px;
  display: inline-block;
}
.banner__content {
  height: calc(100% - 18.5185185185vh);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 38px;
  max-width: 650px;
}
@media (max-width: 991px) {
  .banner__content {
    margin-left: 0;
  }
}
.banner__subtitle {
  font-size: 2.2rem;
  line-height: 6.8rem;
  font-weight: 300;
  margin-bottom: 10px;
}
@media (max-width: 991px) {
  .banner__subtitle {
    font-size: 2rem;
    line-height: 6.6rem;
  }
}
@media (max-width: 767px) {
  .banner__subtitle {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.banner__text {
  font-weight: 400;
  line-height: 6.8rem;
  font-size: 4.6rem;
}
@media (max-width: 991px) {
  .banner__text {
    line-height: 6.4rem;
    font-size: 4.2rem;
  }
}
@media (max-width: 767px) {
  .banner__text {
    line-height: 6.2rem;
    font-size: 4rem;
  }
}
@media (max-width: 450px) {
  .banner__text {
    line-height: 4.6rem;
    font-size: 2.4rem;
  }
}

.projects-section {
  width: 100%;
  position: relative;
  padding: 88px 0 208px;
  margin-top: 77px;
}
@media (max-width: 767px) {
  .projects-section {
    padding: 80px 0;
  }
}
.projects-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(9px) brightness(104%);
  z-index: -1;
}
.projects-section .project-block:first-child {
  margin-top: 0;
}

.project-block {
  margin-top: 280px;
  width: 100%;
}
@media (max-width: 767px) {
  .project-block {
    margin-top: 100px;
  }
}
.project-block .plyr__control {
  transition: 0.3s;
}
.project-block .plyr__control--overlaid {
  display: flex !important;
}
.project-block .plyr__control .play-button__circle {
  transition: 0.3s;
  transition-delay: 0.3s;
  position: relative;
}
.project-block .plyr__control.play-button {
  width: 100%;
  height: 100%;
  padding: 0;
  visibility: visible !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.project-block .plyr__control.play-button:hover .plyr__play_text {
  color: #3BA3BF;
}
.project-block .plyr__control.play-button:hover svg path {
  stroke: #3BA3BF;
}
.project-block .plyr__control.play-button svg {
  width: 21px;
  height: 27px;
  margin: 0 auto;
}
.project-block .plyr__control.play-button svg path {
  transition: 0.3s;
}
.project-block .plyr__control.play-button .plyr__play_text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  text-align: center;
  display: block;
  transition: 0.3s;
}
.project-block .container {
  max-width: 1165px;
}
.project-block__wrapper {
  position: relative;
}
.project-block__title {
  font-size: 10rem;
  line-height: 11rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .project-block__title {
    font-size: 8rem;
    line-height: 9rem;
  }
}
@media (max-width: 767px) {
  .project-block__title {
    font-size: 5rem;
    line-height: 6rem;
    margin-top: 25px;
  }
}
.project-block__content {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  max-width: 321px;
}
@media (max-width: 767px) {
  .project-block__content {
    max-width: 400px;
  }
}
@media (max-width: 560px) {
  .project-block__content {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.project-block__content p:nth-last-child(2) {
  margin-bottom: 0;
}
.project-block__more {
  margin-top: 58px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.project-block__more::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 10%;
  height: 0.5px;
  background: #7AFBD0;
  opacity: 0;
  transition: 0.3s;
}
.project-block__more:hover {
  font-weight: bold;
}
.project-block__more:hover::after {
  width: 100%;
  height: 1px;
  opacity: 1;
}
.project-block--type-1 {
  position: relative;
}
.project-block--type-1::before {
  content: "";
  position: absolute;
  width: 3436.976px;
  height: 609.81px;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 60%;
  top: 50%;
  background: url("img/decoration_1.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 1;
}
.project-block--type-1 .project-block__image {
  max-width: 1105px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.project-block--type-1 .project-block__image::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 2px;
  height: 224px;
  background: white;
}
.project-block--type-1 .project-block__title {
  margin-left: 43px;
  margin-top: -70px;
  position: absolute;
}
.project-block--type-1 .project-block__content {
  margin-top: 60px;
  margin-left: 257px;
}
@media (max-width: 560px) {
  .project-block--type-1 .project-block__content {
    margin-left: 0;
    margin-top: 100px;
  }
}
.project-block--type-2 {
  position: relative;
  z-index: 3;
}
.project-block--type-2 .project-block__box {
  position: relative;
}
.project-block--type-2 .project-block__content {
  margin-left: 30px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .project-block--type-2 .project-block__content {
    margin-top: 60px;
    margin-left: 257px;
  }
}
@media (max-width: 560px) {
  .project-block--type-2 .project-block__content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.project-block--type-2 .project-block__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .project-block--type-2 .project-block__wrapper {
    display: block;
  }
}
.project-block--type-2 .project-block__image {
  max-width: 761px;
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) {
  .project-block--type-2 .project-block__image {
    max-width: 100%;
  }
}
.project-block--type-2 .project-block__image::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -23px;
  height: 200px;
  width: 2px;
  background: white;
}
@media (max-width: 767px) {
  .project-block--type-2 .project-block__image::after {
    right: auto;
    left: 0;
  }
}
.project-block--type-2 .project-block__image img, .project-block--type-2 .project-block__image video {
  max-width: 100%;
}
.project-block--type-2 .project-block__title {
  margin-left: -80px;
}
@media (max-width: 767px) {
  .project-block--type-2 .project-block__title {
    margin-left: 43px;
    margin-top: -70px;
  }
}
@media (max-width: 560px) {
  .project-block--type-2 .project-block__title {
    margin-top: 25px;
    margin-left: 0;
  }
}
.project-block--type-3 {
  position: relative;
}
.project-block--type-3::before {
  content: "";
  position: absolute;
  width: 3359.194px;
  height: 609.81px;
  transform: translate(-50%, -50%) rotate(60deg);
  left: 58%;
  top: 60%;
  background: url("img/decoration_2.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 2;
}
.project-block--type-3 .project-block__image {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: -15px;
}
@media (max-width: 767px) {
  .project-block--type-3 .project-block__image {
    margin-bottom: 0;
  }
}
.project-block--type-3 .project-block__image .image-box:nth-child(2) {
  margin-left: 70px;
  position: relative;
}
@media (max-width: 767px) {
  .project-block--type-3 .project-block__image .image-box:nth-child(2) {
    margin-left: 35px;
  }
}
.project-block--type-3 .project-block__image .image-box:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -63px;
  width: 2px;
  height: 224px;
  background: white;
  z-index: 2;
}
.project-block--type-3 .project-block__title {
  margin-left: 120px;
  padding-left: 219px;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .project-block--type-3 .project-block__title {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .project-block--type-3 .project-block__title {
    padding-left: 0;
  }
}
.project-block--type-3 .project-block__title--with-icon {
  background-size: 0;
}
.project-block--type-3 .project-block__title--with-icon::before {
  content: "";
  position: absolute;
  left: 0;
  background-image: inherit;
  top: calc(50% - 20px);
  width: 355px;
  height: 532px;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  z-index: -1;
}
@media (max-width: 767px) {
  .project-block--type-3 .project-block__title--with-icon::before {
    content: none;
  }
}
.project-block--type-3 .project-block__content {
  position: relative;
  left: 60px;
  z-index: 3;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .project-block--type-3 .project-block__content {
    max-width: 100%;
    left: auto;
  }
}
.project-block--type-4 .project-block__box {
  position: relative;
  margin-top: 30px;
}
.project-block--type-4 .project-block__content {
  margin-left: 113px;
  margin-top: 51px;
}
@media (max-width: 767px) {
  .project-block--type-4 .project-block__content {
    margin-left: 33px;
  }
}
@media (max-width: 650px) {
  .project-block--type-4 .project-block__content {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.project-block--type-4 .project-block__wrapper {
  display: flex;
  justify-content: center;
  z-index: 2;
}
@media (max-width: 650px) {
  .project-block--type-4 .project-block__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.project-block--type-4 .project-block__image {
  max-width: 339px;
  width: 100%;
  height: 603px;
  position: relative;
}
@media (max-width: 650px) {
  .project-block--type-4 .project-block__image {
    height: auto;
    max-width: 50%;
    margin: 0 auto;
  }
}
.project-block--type-4 .project-block__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.project-block--type-4 .project-block__image::after {
  content: "";
  position: absolute;
  right: 0;
  top: 51%;
  transform: translateY(-50%);
  height: 37.15%;
  width: 2px;
  background: white;
}
.project-block--type-4 .project-block__image img, .project-block--type-4 .project-block__image video {
  max-width: 100%;
}
@media (max-width: 767px) {
  .project-block--type-4 .project-block__title {
    margin-top: 0;
  }
}
.project-block--type-5 .container {
  max-width: 1391px;
}
.project-block--type-5 .project-block__box {
  position: relative;
  margin-top: 30px;
  max-width: 475px;
}
@media (max-width: 767px) {
  .project-block--type-5 .project-block__box {
    max-width: 100%;
  }
}
.project-block--type-5 .project-block__content {
  margin-left: 30px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .project-block--type-5 .project-block__content {
    max-width: 100%;
    margin-left: 0;
  }
}
.project-block--type-5 .project-block__wrapper {
  display: flex;
  position: relative;
  z-index: 3;
}
@media (max-width: 767px) {
  .project-block--type-5 .project-block__wrapper {
    display: block;
  }
}
.project-block--type-5 .project-block__image {
  display: flex;
}
@media (max-width: 767px) {
  .project-block--type-5 .project-block__image {
    justify-content: center;
  }
}
.project-block--type-5 .project-block__image .image-box {
  position: relative;
  z-index: 2;
}
.project-block--type-5 .project-block__image .image-box:nth-child(2) {
  position: relative;
  z-index: 1;
  margin-left: -77px;
  margin-top: 43px;
}
.project-block--type-5 .project-block__image .image-box:nth-child(2)::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 70px;
  width: 2px;
  height: 224px;
  background: white;
  z-index: 2;
}
.project-block--type-5 .project-block__image img, .project-block--type-5 .project-block__image video {
  max-width: 100%;
}
.project-block--type-5 .project-block__title {
  line-height: 9.6rem;
  margin-left: -24px;
  position: relative;
  z-index: 1;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .project-block--type-5 .project-block__title {
    margin-left: 0;
    line-height: 7rem;
  }
}
.project-block--type-6 {
  position: relative;
}
.project-block--type-6::before {
  content: "";
  position: absolute;
  width: 3359.194px;
  height: 609.81px;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  top: 94%;
  background: url("img/decoration_3.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 5;
}
.project-block--type-6 .project-block__image {
  position: relative;
  height: 100%;
  max-width: 420px;
}
@media (max-width: 901px) {
  .project-block--type-6 .project-block__image {
    max-width: 320px;
  }
}
@media (max-width: 825px) {
  .project-block--type-6 .project-block__image {
    max-width: 270px;
  }
}
@media (max-width: 767px) {
  .project-block--type-6 .project-block__image {
    max-width: 420px;
  }
}
.project-block--type-6 .project-block__image::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -175px;
  width: 2px;
  height: 350px;
  background: white;
  z-index: 5;
}
@media (max-width: 767px) {
  .project-block--type-6 .project-block__image::before {
    height: 300px;
    bottom: -100px;
  }
}
.project-block--type-6 .project-block__title {
  margin-left: -32px;
  position: relative;
  margin-top: 117px;
  z-index: 5;
}
@media (max-width: 767px) {
  .project-block--type-6 .project-block__title {
    margin-top: 20px;
    margin-left: 0;
  }
}
.project-block--type-6 .project-block__content {
  position: relative;
  margin: 82px 0 0 32px;
  max-width: 648px;
  width: 100%;
}
@media (max-width: 1080px) {
  .project-block--type-6 .project-block__content {
    max-width: 568px;
  }
}
@media (max-width: 991px) {
  .project-block--type-6 .project-block__content {
    max-width: 428px;
  }
}
@media (max-width: 767px) {
  .project-block--type-6 .project-block__content {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }
}
.project-block--type-6 .project-block__content p {
  margin-bottom: 32px;
}
@media (max-width: 991px) {
  .project-block--type-6 .project-block__content p {
    margin-bottom: 1em;
  }
}
.project-block--type-6 .project-block__content p:nth-last-child(1) {
  margin-bottom: 0;
}
.project-block--type-6 .project-block__wrapper {
  display: flex;
}
@media (max-width: 767px) {
  .project-block--type-6 .project-block__wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.project-block--type-7 {
  position: relative;
}
.project-block--type-7::before {
  content: "";
  position: absolute;
  width: 3359.194px;
  height: 609.81px;
  transform: translateX(-50%) rotate(-45deg);
  left: 50%;
  top: 102%;
  background: url("img/decoration_3.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 5;
}
.project-block--type-7 .project-block__more {
  margin-top: 0;
}
.project-block--type-7 .project-block__box {
  margin-bottom: -130px;
}
.project-block--type-7 .project-block__image {
  position: relative;
  height: 100%;
}
.project-block--type-7 .project-block__image::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 2px;
  height: 250px;
  background: white;
  z-index: 5;
}
.project-block--type-7 .project-block__title {
  margin-left: -32px;
  position: relative;
  margin-top: 117px;
  z-index: 5;
}
.project-block--type-7 .project-block__more {
  z-index: 5;
}
.project-block--type-7 .project-block__content {
  position: relative;
  margin: 82px 0 0 32px;
  max-width: 648px;
  width: 100%;
}
@media (max-width: 1180px) {
  .project-block--type-7 .project-block__content {
    max-width: 538px;
  }
}
@media (max-width: 901px) {
  .project-block--type-7 .project-block__content {
    max-width: 100%;
    margin: 80px 0 0 0;
  }
}
.project-block--type-7 .project-block__content p {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .project-block--type-7 .project-block__content p {
    margin-bottom: 1em;
  }
}
.project-block--type-7 .project-block__content p:nth-last-child(1) {
  margin-bottom: 0;
}
.project-block--type-7 .project-block__wrapper {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 901px) {
  .project-block--type-7 .project-block__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}

.projects-section + .event-section {
  margin-top: 290px;
}
@media (max-width: 991px) {
  .projects-section + .event-section {
    margin-top: 90px;
  }
}

.event-section {
  margin-top: 250px;
  position: relative;
}
@media (max-width: 991px) {
  .event-section {
    margin-top: 100px;
  }
}
.event-section--no-decor::before {
  content: none !important;
}
.event-section--no-decor .event-section__blocks {
  margin-top: 35px;
}
.event-section--no-decor .event-section__item {
  margin-left: 110px;
}
@media (max-width: 1440px) {
  .event-section--no-decor .event-section__item {
    margin-left: 70px;
  }
}
@media (max-width: 1080px) {
  .event-section--no-decor .event-section__item {
    margin-left: 30px;
  }
}
@media (max-width: 901px) {
  .event-section--no-decor .event-section__item {
    margin-left: 0;
  }
}
.event-section--no-decor .event-section__item:nth-child(even) {
  margin-left: 135px;
}
@media (max-width: 1440px) {
  .event-section--no-decor .event-section__item:nth-child(even) {
    margin-left: 95px;
  }
}
@media (max-width: 1080px) {
  .event-section--no-decor .event-section__item:nth-child(even) {
    margin-left: 55px;
  }
}
@media (max-width: 901px) {
  .event-section--no-decor .event-section__item:nth-child(even) {
    margin-left: 40px;
  }
}
.event-section::before {
  content: "";
  position: absolute;
  width: 3359.194px;
  height: 609.81px;
  transform: translate(-50%, -50%) rotate(135deg);
  left: 54%;
  top: 20px;
  background: url("img/decoration_2.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 3;
}
.event-section .container {
  max-width: 1250px;
}
.event-section__wrapper {
  display: flex;
}
@media (max-width: 901px) {
  .event-section__wrapper {
    display: block;
  }
}
.event-section__title {
  font-size: 10rem;
  line-height: 11rem;
  font-weight: 300;
  max-width: 400px;
  width: 100%;
  margin-right: 45px;
}
@media (max-width: 991px) {
  .event-section__title {
    font-size: 8rem;
    line-height: 9rem;
    margin-right: 15px;
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .event-section__title {
    max-width: none;
    font-size: 6rem;
    line-height: 7rem;
    margin-right: 0;
  }
}
.event-section__header {
  font-size: 1.6rem;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  line-height: 2.4rem;
  padding-bottom: 18px;
  border-bottom: 2px solid #7AFBD0;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .event-section__header {
    margin-bottom: 5px;
    padding-bottom: 13px;
  }
}
.event-section__blocks {
  width: 100%;
  margin-top: 80px;
}
@media (max-width: 991px) {
  .event-section__blocks {
    margin-top: 40px;
  }
}
.event-section__block {
  margin-bottom: 56px;
}
.event-section__block:nth-last-child(1) {
  margin-bottom: 0;
}
.event-section__block:nth-last-child(1) .event-section__header {
  z-index: 5;
  position: relative;
}
.event-section__name {
  font-size: 3.6rem;
  line-height: 5.2rem;
  font-weight: 300;
  cursor: pointer;
}
.event-section__name strong {
  font-weight: bold;
  font-size: 2.8rem;
}
@media (max-width: 991px) {
  .event-section__name strong {
    font-size: 2.4rem;
    position: relative;
    bottom: 3px;
  }
}
@media (max-width: 767px) {
  .event-section__name strong {
    font-size: 2rem;
  }
}
@media (max-width: 991px) {
  .event-section__name {
    font-size: 3.2rem;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .event-section__name {
    font-size: 2.4rem;
  }
}
.event-section__subtitle {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
  position: relative;
  cursor: pointer;
  z-index: 5;
}
@media (max-width: 991px) {
  .event-section__subtitle {
    margin-top: 5px;
  }
}
.event-section__image {
  position: absolute;
  right: 70px;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1;
}
@media (max-width: 767px) {
  .event-section__image {
    right: 0;
    left: 60px;
  }
}
.event-section__item {
  position: relative;
  margin-bottom: 18px;
  display: block;
  cursor: pointer;
}
.event-section__item:nth-child(even) {
  margin-left: 40px;
}
.event-section__item:hover {
  cursor: default;
}
.event-section__item:hover .event-section__image {
  opacity: 1;
}
.event-section__list {
  margin-left: 5px;
}

.newsletter-section {
  margin-top: 320px;
}
@media (max-width: 767px) {
  .newsletter-section {
    margin-top: 120px;
  }
}
.newsletter-section__wrapper {
  padding: 90px 0;
  border-top: 1px solid white;
  display: flex;
}
@media (max-width: 991px) {
  .newsletter-section__wrapper {
    display: block;
    padding: 40px 0;
  }
}
.newsletter-section__left {
  width: 50%;
  margin-right: 15px;
}
@media (max-width: 1160px) {
  .newsletter-section__left {
    width: 40%;
  }
}
@media (max-width: 991px) {
  .newsletter-section__left {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.newsletter-section__right {
  width: 50%;
  margin-left: 15px;
}
@media (max-width: 1160px) {
  .newsletter-section__right {
    width: 60%;
  }
}
@media (max-width: 991px) {
  .newsletter-section__right {
    width: 100%;
    margin-left: 0;
  }
}
.newsletter-section__subtitle {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 300;
}
@media (max-width: 767px) {
  .newsletter-section__subtitle {
    font-size: 2.2rem;
    line-height: 3.4rem;
  }
}
.newsletter-section__title {
  font-size: 10rem;
  line-height: 11rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .newsletter-section__title {
    font-size: 8rem;
    line-height: 9rem;
  }
}
@media (max-width: 767px) {
  .newsletter-section__title {
    font-size: 6rem;
    line-height: 7rem;
  }
}
.newsletter-section__form {
  position: relative;
}
.newsletter-section__form .sib_loader {
  position: absolute;
  bottom: 0;
}
.newsletter-section__form .form-line input {
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  padding: 11px 10px 14px;
  background: transparent;
  color: #7AFBD0;
}
.newsletter-section__form .form-line input::placeholder {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  font-family: "Oxygen", sans-serif;
  color: white;
}
.newsletter-section__form .form-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.1rem;
  margin-bottom: 14px;
}
.newsletter-section__form .form-submit {
  display: flex;
  margin-top: 23px;
}
@media (max-width: 460px) {
  .newsletter-section__form .form-submit {
    display: block;
  }
}
.newsletter-section__form .form-submit .form-acceptance {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: white;
  padding-right: 30px;
}
@media (max-width: 460px) {
  .newsletter-section__form .form-submit .form-acceptance {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.newsletter-section__form .form-submit .form-acceptance label {
  position: relative;
}
.newsletter-section__form .form-submit .form-acceptance input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.newsletter-section__form .form-submit .form-acceptance input + .wpcf7-list-item-label {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
  position: relative;
  padding-left: 40px;
}
.newsletter-section__form .form-submit .form-acceptance input + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid white;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  left: 0;
  top: 5px;
}
.newsletter-section__form .form-submit .form-acceptance input + .wpcf7-list-item-label::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 5px;
  top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsletter-section__form .form-submit .form-acceptance input:checked + .wpcf7-list-item-label::after {
  border-radius: 100%;
  background: white;
}
@media (max-width: 460px) {
  .newsletter-section__form .form-submit .submit-wrap {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .newsletter-section__form .form-submit .submit-wrap .wpcf7-spinner {
    position: absolute;
  }
}
.newsletter-section__form .form-submit .submit-wrap input {
  font-size: 1.6rem;
  line-height: 2rem;
  color: white;
  border: none;
  border-bottom: 1px solid white;
  padding: 0 27px 6px;
  background: transparent;
  transition: 0.3s;
}
@media (max-width: 460px) {
  .newsletter-section__form .form-submit .submit-wrap input {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.newsletter-section__form .form-submit .submit-wrap input:hover {
  color: #7AFBD0;
  border-bottom-color: #7AFBD0;
  cursor: pointer;
}
.newsletter-section__form .form-submit .submit-wrap input:disabled {
  opacity: 1 !important;
  color: white;
  border-bottom-color: white;
  cursor: default;
}
.newsletter-section__form .form-radio .wpcf7-list-item {
  margin-right: 40px;
  margin-bottom: 22px;
}
.newsletter-section__form .form-radio .wpcf7-list-item:nth-last-child(1) {
  margin-right: 0;
}
.newsletter-section__form .form-radio [type=checkbox]:checked,
.newsletter-section__form .form-radio [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.newsletter-section__form .form-radio [type=checkbox]:checked + .wpcf7-list-item-label,
.newsletter-section__form .form-radio [type=checkbox]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  line-height: 1.7rem;
  font-size: 1.6rem;
  display: inline-block;
  color: white;
}
.newsletter-section__form .form-radio [type=checkbox]:checked + .wpcf7-list-item-label:before,
.newsletter-section__form .form-radio [type=checkbox]:not(:checked) + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid white;
  border-radius: 100%;
  background: transparent;
}
.newsletter-section__form .form-radio [type=checkbox]:checked + .wpcf7-list-item-label:after,
.newsletter-section__form .form-radio [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 9px;
  height: 9px;
  background: white;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.newsletter-section__form .form-radio [type=checkbox]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}
.newsletter-section__form .form-radio [type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}
.newsletter-section__form .form-row {
  display: flex;
}
@media (max-width: 460px) {
  .newsletter-section__form .form-row {
    display: block;
  }
}
.newsletter-section__form .form-row input {
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  padding: 11px 10px 14px;
  background: transparent;
  color: #7AFBD0;
}
.newsletter-section__form .form-row input::placeholder {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  font-family: "Oxygen", sans-serif;
  color: white;
}
.newsletter-section__form .form-row .form-row__half {
  width: 50%;
}
@media (max-width: 460px) {
  .newsletter-section__form .form-row .form-row__half {
    width: 100%;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
.newsletter-section__form .form-row .form-row__half:nth-child(1) {
  margin-right: 15px;
}
.newsletter-section__form .form-row .form-row__half:nth-child(2) {
  margin-left: 15px;
}

.content-section:not(.content-section--full) .container {
  max-width: 821px;
}

.content-section {
  margin-top: 135px;
}
@media (max-width: 767px) {
  .content-section {
    margin-top: 70px;
  }
}
.content-section--full {
  margin-bottom: 100px;
  margin-top: 25px;
}
.content-section--full .content-section__title {
  max-width: 100%;
}
.content-section__title {
  font-size: 8.4rem;
  font-weight: 300;
  line-height: 9.6rem;
  margin-bottom: 30px;
  max-width: 535px;
  position: relative;
  z-index: 4;
}
.content-section__title--small {
  font-size: 4.4rem;
  line-height: 5.6rem;
}
@media (max-width: 991px) {
  .content-section__title {
    font-size: 6.4rem;
    line-height: 7.6rem;
  }
}
@media (max-width: 767px) {
  .content-section__title {
    font-size: 4.4rem;
    line-height: 5.6rem;
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.content-section__text {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  position: relative;
  z-index: 5;
}
.content-section__text p {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .content-section__text p {
    margin-bottom: 1em;
  }
}
.content-section__text p:nth-last-child(1) {
  margin-bottom: 0;
}

.faq-section {
  padding-top: 310px;
  padding-bottom: 160px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .faq-section {
    padding-top: 210px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .faq-section {
    padding-top: 110px;
    padding-bottom: 60px;
  }
}
.faq-section--no-decoration::before {
  content: none !important;
}
.faq-section--with-background {
  background: black;
  padding-top: 150px;
  padding-bottom: 220px;
}
@media (max-width: 991px) {
  .faq-section--with-background {
    padding-top: 100px;
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .faq-section--with-background {
    padding-top: 50px;
    padding-bottom: 110px;
  }
}
.faq-section--with-image {
  background: black;
  padding-top: 150px;
  padding-bottom: 220px;
}
@media (max-width: 991px) {
  .faq-section--with-image {
    padding-top: 100px;
    padding-bottom: 170px;
  }
}
@media (max-width: 767px) {
  .faq-section--with-image {
    padding-top: 50px;
    padding-bottom: 110px;
  }
}
@media (max-width: 767px) {
  .faq-section--with-image .faq-section__wrapper {
    flex-direction: column;
  }
}
.faq-section--with-image .faq-section__left {
  max-width: 665px;
  width: 100%;
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .faq-section--with-image .faq-section__left {
    display: block;
  }
}
.faq-section--with-image .faq-section__image {
  max-width: 533px;
  width: 100%;
  margin-left: 132px;
  margin-top: 163px;
}
@media (max-width: 600px) {
  .faq-section--with-image .faq-section__image {
    max-width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
}
.faq-section--with-image .faq-section__image img {
  width: 100%;
  object-fit: cover;
}
.faq-section--with-image .faq-section__list {
  padding-left: 0;
  margin-left: -70px;
  margin-top: 210px;
}
@media (max-width: 767px) {
  .faq-section--with-image .faq-section__list {
    margin-left: 0;
    margin-top: 50px;
  }
}
.faq-section--with-image .faq-section__list details {
  padding-top: 39px;
}
@media (max-width: 767px) {
  .faq-section--with-image .faq-section__list details {
    padding-top: 18px;
  }
}
.faq-section--with-image .faq-section__list details:nth-child(1) {
  padding-top: 0;
}
.faq-section--with-image .faq-section__list details summary {
  padding-bottom: 20px;
}
.faq-section--with-image .faq-section__list details div {
  padding-bottom: 16px;
  margin-left: 40px;
}
.faq-section::before {
  content: "";
  position: absolute;
  width: 3359.194px;
  height: 609.81px;
  transform: rotate(60deg);
  left: calc(-30% + 67px);
  top: 855px;
  background: url("img/decoration_3.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 3;
}
.faq-section__wrapper {
  display: flex;
  position: relative;
}
@media (max-width: 600px) {
  .faq-section__wrapper {
    display: block;
  }
}
.faq-section__title {
  font-size: 10rem;
  line-height: 13rem;
  font-weight: 300;
  z-index: 2;
}
@media (min-width: 601px) {
  .faq-section__title {
    position: absolute;
    transform-origin: 0 0;
    transform: rotate(-90deg) translate(-100%, 0) !important;
    left: 0;
    top: 0;
    text-align: right;
  }
}
@media (max-width: 991px) {
  .faq-section__title {
    font-size: 7rem;
    line-height: 10rem;
  }
}
@media (max-width: 767px) {
  .faq-section__title {
    font-size: 5rem;
    line-height: 6rem;
  }
}
.faq-section__title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  background: white;
  width: 83%;
  height: 2px;
  z-index: 6;
}
@media (max-width: 767px) {
  .faq-section__title::after {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .faq-section__title::after {
    content: none;
  }
}
.faq-section__list {
  padding-left: 130px;
  margin-left: 113px;
  width: 100%;
  margin-top: 104px;
  position: relative;
  z-index: 4;
}
@media (max-width: 991px) {
  .faq-section__list {
    padding-left: 70px;
    margin-top: 54px;
  }
}
@media (max-width: 767px) {
  .faq-section__list {
    padding-left: 0;
  }
}
@media (max-width: 600px) {
  .faq-section__list {
    margin-left: 0;
    margin-top: 20px;
  }
}
.faq-section__list details {
  padding-top: 50px;
  border-bottom: 1px solid white;
}
@media (max-width: 600px) {
  .faq-section__list details {
    padding-top: 18px;
  }
}
.faq-section__list details:nth-child(1) {
  padding-top: 0;
}
.faq-section__list details[open] summary::before {
  content: "-";
}
.faq-section__list details summary {
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 5.4rem;
  padding-bottom: 18px;
  list-style-type: none;
  cursor: pointer;
  user-select: none;
}
@media (max-width: 991px) {
  .faq-section__list details summary {
    font-size: 3rem;
    line-height: 4.8rem;
  }
}
@media (max-width: 767px) {
  .faq-section__list details summary {
    font-size: 2.6rem;
    line-height: 4.4rem;
  }
}
@media (max-width: 600px) {
  .faq-section__list details summary {
    font-size: 2.2rem;
    line-height: 4rem;
  }
}
.faq-section__list details summary::-webkit-details-marker {
  display: none;
}
.faq-section__list details summary::before {
  content: "+";
  margin: 0 10px;
}
.faq-section__list details div {
  margin-left: 10px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 300;
  padding-bottom: 43px;
}

.project-slider {
  position: relative;
  padding: 150px 0;
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .project-slider__slider {
    padding: 0 15px;
  }
}
.project-slider .blur-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  mix-blend-mode: normal;
  z-index: 1;
  background: rgba(0, 0, 0, 0.06);
  backdrop-filter: blur(9px) brightness(104%);
}
.project-slider::after {
  content: "";
  position: absolute;
  width: 3359.194px;
  height: 609.81px;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 47%;
  top: 50%;
  background: url("img/decoration_3.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.project-slider__header {
  font-size: 8.4rem;
  line-height: 11rem;
  font-weight: 300;
}
@media (max-width: 991px) {
  .project-slider__header {
    font-size: 6.4rem;
    line-height: 9rem;
  }
}
@media (max-width: 767px) {
  .project-slider__header {
    font-size: 4.4rem;
    line-height: 7rem;
  }
}
.project-slider__wrapper {
  height: 100%;
  position: relative;
  z-index: 2;
}
.project-slider__block {
  height: 100%;
  padding-bottom: 120px;
}
@media (max-width: 767px) {
  .project-slider__block {
    padding-bottom: 60px;
  }
}
.project-slider__block:nth-last-child(1) {
  padding-bottom: 0;
}
.project-slider__navigation {
  position: relative;
  display: flex;
  margin-top: 21px;
}
.project-slider__navigation .swiper-button-prev, .project-slider__navigation .swiper-button-next {
  position: relative;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
  margin: 0;
  width: 10.028px;
  height: 17.828px;
}
.project-slider__navigation .swiper-button-prev::after, .project-slider__navigation .swiper-button-next::after {
  content: none;
}
.project-slider__navigation .swiper-button-next {
  margin-left: 20px;
}
@media (min-width: 768px) {
  .project-slider__slider {
    height: 520px;
  }
}
.project-slider .project-swiper {
  height: 100%;
}
.project-slider .project-swiper .swiper-wrapper {
  align-items: center;
}
.project-slider .project-swiper .swiper-slide {
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .project-slider .project-swiper .swiper-slide {
    width: auto !important;
  }
}
@media (min-width: 768px) {
  .project-slider .project-swiper .swiper-slide:hover .project-slider__title {
    right: -190px;
    opacity: 1;
    visibility: visible;
  }
  .project-slider .project-swiper .swiper-slide:hover .project-slider__text {
    opacity: 1;
  }
  .project-slider .project-swiper .swiper-slide:hover .project-slider__image::before {
    opacity: 0;
  }
  .project-slider .project-swiper .swiper-slide:hover .project-slider__image img {
    height: 500px;
  }
}
@media (min-width: 768px) {
  .project-slider .project-swiper .swiper-slide:nth-child(1), .project-slider .project-swiper .swiper-slide:nth-last-child(1) {
    width: 8% !important;
  }
}
@media (min-width: 768px) {
  .project-slider__slider--mobile .project-swiper .swiper-slide:nth-child(1), .project-slider__slider--mobile .project-swiper .swiper-slide:nth-last-child(1) {
    width: auto !important;
  }
}
.project-slider__box {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .project-slider__box {
    flex-direction: column;
    align-items: flex-end;
  }
}
.project-slider__title {
  right: -100px;
  width: 420px;
  font-size: 10rem;
  font-weight: bold;
  line-height: 9.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
@media (max-width: 991px) {
  .project-slider__title {
    line-height: 7.4rem;
    font-size: 8rem;
  }
}
@media (max-width: 767px) {
  .project-slider__title {
    line-height: 5.4rem;
    font-size: 6rem;
    visibility: visible;
    right: auto;
    opacity: 1;
    width: auto;
    position: relative;
    top: auto;
    transform: none;
    margin-top: 10px;
    text-align: right;
  }
}
@media (max-width: 560px) {
  .project-slider__title {
    line-height: 3.4rem;
    font-size: 4rem;
  }
}
.project-slider__text {
  font-size: 2rem;
  font-weight: 300;
  line-height: 2.5rem;
  position: absolute;
  bottom: 39px;
  left: 83px;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
@media (max-width: 767px) {
  .project-slider__text {
    opacity: 1;
    bottom: 10px;
    left: 10px;
    font-size: 1.4rem;
  }
}
.project-slider__image {
  transition: all 0.3s ease-in-out;
  position: relative;
}
.project-slider__image::before {
  content: "";
  position: absolute;
  background: black;
  opacity: 0.5;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
.project-slider__image img {
  height: 420px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 767px) {
  .project-slider__image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .project-slider__image img {
    height: auto;
  }
}

.project-content {
  position: relative;
  padding: 130px 0 37px;
  margin-bottom: 117px;
}
.project-content .container {
  position: relative;
  z-index: 1;
}
.project-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(90, 90, 90, 0.12);
  backdrop-filter: blur(15px) brightness(40%);
  mix-blend-mode: normal;
  z-index: 1;
}
.project-content::after {
  content: "";
  position: absolute;
  width: 3359.194px;
  height: 609.81px;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 48%;
  top: 30%;
  background: url("img/decoration_3.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.project-content__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  flex-wrap: wrap;
  grid-gap: 20px;
  gap: 20px;
}
.project-content__title {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 400;
}
@media (max-width: 991px) {
  .project-content__title {
    font-size: 2.2rem;
    line-height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .project-content__title {
    font-size: 2rem;
    line-height: 3.4rem;
  }
}
.project-content__wrapper {
  margin-top: 30px;
}
.project-content__link {
  font-size: 1.6rem;
  line-height: 3.8rem;
  font-weight: 400;
  position: relative;
  display: block;
  text-transform: uppercase;
}
.project-content__link:hover::after {
  width: 100%;
}
.project-content__link::after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: 0;
  height: 2px;
  background: #7AFBD0;
  left: 0;
  transition: 0.3s;
}
.project-content__line {
  width: 100%;
  height: 1px;
  background: white;
}
.project-content__wrapper {
  grid-gap: 30px;
  display: grid;
  grid-template-columns: 196px 1fr 1fr;
  align-items: flex-end;
}
@media (max-width: 991px) {
  .project-content__wrapper {
    margin-top: 20px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 600px) {
  .project-content__wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-content__wrapper + .project-content__gallery {
  margin-top: 120px;
}
@media (max-width: 767px) {
  .project-content__wrapper + .project-content__gallery {
    margin-top: 60px;
  }
}
.project-content__date, .project-content__header {
  font-size: 2rem;
  line-height: 3.2rem;
  font-weight: bold;
  align-self: flex-start;
}
@media (max-width: 991px) {
  .project-content__date, .project-content__header {
    font-size: 1.8rem;
    line-height: 3rem;
  }
}
.project-content__header {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .project-content__header {
    margin-bottom: 10px;
  }
}
.project-content__content {
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
}
.project-content__content:nth-child(1), .project-content__content:nth-child(4n+4) {
  align-self: flex-start;
}
@media (max-width: 991px) {
  .project-content__content:nth-child(1), .project-content__content:nth-child(4n+4) {
    grid-column: 2 span;
  }
}
@media (max-width: 767px) {
  .project-content__content:nth-child(1), .project-content__content:nth-child(4n+4) {
    grid-column: 1 span;
  }
}
.project-content__image {
  width: 100%;
}
.project-content__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.project-content__gallery {
  display: grid;
  grid-gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .project-content__gallery {
    grid-gap: 15px;
    margin-top: 15px;
  }
}
.project-content__gallery--video {
  height: 747px;
}
.project-content__gallery--video .plyr__control {
  transition: 0.3s;
}
.project-content__gallery--video .plyr__control--overlaid {
  display: flex !important;
}
.project-content__gallery--video .plyr__control .play-button__circle {
  transition: 0.3s;
  transition-delay: 0.3s;
  position: relative;
}
.project-content__gallery--video .plyr__control.play-button {
  width: 100%;
  height: 100%;
  padding: 0;
  visibility: visible !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.project-content__gallery--video .plyr__control.play-button:hover .plyr__play_text {
  color: #3BA3BF;
}
.project-content__gallery--video .plyr__control.play-button:hover svg path {
  stroke: #3BA3BF;
}
.project-content__gallery--video .plyr__control.play-button svg {
  width: 21px;
  height: 27px;
  margin: 0 auto;
}
.project-content__gallery--video .plyr__control.play-button svg path {
  transition: 0.3s;
}
.project-content__gallery--video .plyr__control.play-button .plyr__play_text {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  text-align: center;
  display: block;
  transition: 0.3s;
}
@media (max-width: 1550px) {
  .project-content__gallery--video {
    height: auto;
  }
}
@media (max-width: 767px) {
  .project-content__gallery--video {
    height: auto;
  }
}
.project-content__gallery--grid {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  .project-content__gallery--grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-content__gallery--grid .project-content__image {
  height: 365px;
}
@media (max-width: 767px) {
  .project-content__gallery--grid .project-content__image {
    height: auto;
  }
}
.project-content__gallery--line {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .project-content__gallery--line {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .project-content__gallery--line {
    grid-template-columns: repeat(1, 1fr);
  }
}
.project-content__gallery--line .project-content__image {
  height: 633px;
}
@media (max-width: 767px) {
  .project-content__gallery--line .project-content__image {
    height: auto;
  }
}
.project-content__gallery--big {
  grid-template-columns: 1fr;
}
.project-content__gallery--big .project-content__image {
  height: 747px;
}
@media (max-width: 767px) {
  .project-content__gallery--big .project-content__image {
    height: auto;
  }
}
.project-content__more-info {
  margin-top: 50px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.7rem;
  font-weight: 300;
}

.project-navigation {
  position: relative;
  margin-bottom: 114px;
}
.project-navigation::after {
  content: "";
  position: absolute;
  width: 3359.194px;
  height: 609.81px;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 48%;
  top: 30%;
  background: url("img/decoration_3.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.project-navigation__wrapper {
  display: flex;
  justify-content: space-between;
  grid-gap: 20px;
  gap: 20px;
}
.project-navigation__nav {
  position: relative;
  z-index: 3;
}
.project-navigation__nav:hover img {
  opacity: 1;
  visibility: visible;
}
.project-navigation__nav img {
  min-width: 250px;
  width: 250px;
  height: 124px;
  object-fit: cover;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.project-navigation__nav .text-nav {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 400;
  font-family: "Manrope", sans-serif;
  display: block;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 22px;
}
.project-navigation__nav .text-nav::after {
  content: "";
  left: 0;
  bottom: 0;
  background: #7AFBD0;
  height: 2px;
  width: 64%;
  position: absolute;
}
.project-navigation__nav .project-name {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 2.8rem;
  display: block;
}
@media (max-width: 767px) {
  .project-navigation__nav .project-name {
    font-size: 2rem;
    line-height: 2.6rem;
  }
}
.project-navigation__next {
  text-align: right;
}
.project-navigation__next img {
  left: auto;
  right: 50%;
}
.project-navigation__next .text-nav::after {
  left: auto;
  right: 0;
}

.contact-section {
  padding: 40px 0;
}
.contact-section__wrapper {
  display: flex;
}
@media (max-width: 901px) {
  .contact-section__wrapper {
    flex-direction: column-reverse;
  }
}
.contact-section__title {
  font-size: 12rem;
  line-height: 15rem;
  margin-bottom: 70px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
@media (max-width: 991px) {
  .contact-section__title {
    font-size: 10rem;
    line-height: 13rem;
    margin-bottom: 35px;
  }
  .contact-section__title br {
    display: none;
  }
}
@media (max-width: 767px) {
  .contact-section__title {
    font-size: 8rem;
    line-height: 11rem;
  }
}
.contact-section__left {
  width: 50%;
  margin-right: 55px;
}
@media (max-width: 1180px) {
  .contact-section__left {
    margin-right: 15px;
  }
}
@media (max-width: 901px) {
  .contact-section__left {
    width: 100%;
    margin-right: 0;
  }
  .contact-section__left .contact-section__title {
    display: none;
  }
}
.contact-section__right {
  width: 50%;
  margin-left: 55px;
  margin-top: 50px;
}
.contact-section__right .contact-section__title {
  display: none;
}
@media (max-width: 1180px) {
  .contact-section__right {
    margin-left: 15px;
  }
}
@media (max-width: 901px) {
  .contact-section__right {
    width: 100%;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .contact-section__right .contact-section__title {
    display: block;
  }
}
.contact-section__form .form-line input {
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  padding: 24px 10px 26px;
  background: transparent;
  color: #7AFBD0;
}
@media (max-width: 767px) {
  .contact-section__form .form-line input {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 24px 10px 10px;
  }
}
.contact-section__form .form-line input::placeholder {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 300;
  font-family: "Oxygen", sans-serif;
  color: white;
}
@media (max-width: 767px) {
  .contact-section__form .form-line input::placeholder {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.contact-section__form .form-line textarea {
  height: 174px;
  resize: vertical;
  min-height: 66px;
  background: transparent;
  color: #7AFBD0;
  border: none;
  border-bottom: 1px solid white;
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  width: 100%;
  padding: 24px 10px 26px;
}
@media (max-width: 767px) {
  .contact-section__form .form-line textarea {
    font-size: 1.6rem;
    line-height: 2rem;
    padding: 24px 10px 10px;
  }
}
.contact-section__form .form-line textarea::placeholder {
  font-size: 2.2rem;
  line-height: 2.8rem;
  font-weight: 300;
  font-family: "Oxygen", sans-serif;
  color: white;
}
@media (max-width: 767px) {
  .contact-section__form .form-line textarea::placeholder {
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
.contact-section__form .form-title {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.1rem;
  margin-bottom: 14px;
}
.contact-section__form .form-submit {
  display: flex;
  margin-top: 23px;
}
@media (max-width: 460px) {
  .contact-section__form .form-submit {
    display: block;
  }
}
.contact-section__form .form-submit .form-acceptance {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 2.8rem;
  color: white;
  padding-right: 30px;
}
@media (max-width: 460px) {
  .contact-section__form .form-submit .form-acceptance {
    padding-right: 0;
    margin-bottom: 30px;
  }
}
.contact-section__form .form-submit .form-acceptance label {
  position: relative;
}
.contact-section__form .form-submit .form-acceptance input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-section__form .form-submit .form-acceptance input + .wpcf7-list-item-label {
  display: inline-flex;
  align-items: flex-start;
  user-select: none;
  position: relative;
  padding-left: 40px;
}
.contact-section__form .form-submit .form-acceptance input + .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid white;
  background: transparent;
  position: absolute;
  left: 0;
  top: 5px;
}
.contact-section__form .form-submit .form-acceptance input + .wpcf7-list-item-label::after {
  content: "";
  width: 9px;
  height: 9px;
  position: absolute;
  left: 5px;
  top: 10px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-section__form .form-submit .form-acceptance input:checked + .wpcf7-list-item-label::after {
  background: white;
}
@media (max-width: 460px) {
  .contact-section__form .form-submit .submit-wrap {
    text-align: center;
  }
}
@media (max-width: 460px) {
  .contact-section__form .form-submit .submit-wrap .wpcf7-spinner {
    position: absolute;
  }
}
.contact-section__form .form-submit .submit-wrap input {
  font-size: 2.2rem;
  line-height: 2.8rem;
  color: white;
  border: none;
  border-bottom: 1px solid white;
  padding: 0 27px 6px;
  background: transparent;
  transition: 0.3s;
}
@media (max-width: 460px) {
  .contact-section__form .form-submit .submit-wrap input {
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.contact-section__form .form-submit .submit-wrap input:hover {
  opacity: 0.8;
}
.contact-section__form .form-submit .submit-wrap input:disabled {
  opacity: 1 !important;
}
.contact-section__form .form-radio {
  margin-bottom: 22px;
}
.contact-section__form .form-radio .wpcf7-list-item {
  margin-right: 40px;
}
.contact-section__form .form-radio .wpcf7-list-item:nth-last-child(1) {
  margin-right: 0;
}
.contact-section__form .form-radio [type=radio]:checked,
.contact-section__form .form-radio [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.contact-section__form .form-radio [type=radio]:checked + .wpcf7-list-item-label,
.contact-section__form .form-radio [type=radio]:not(:checked) + .wpcf7-list-item-label {
  position: relative;
  padding-left: 29px;
  cursor: pointer;
  line-height: 1.7rem;
  font-size: 1.6rem;
  display: inline-block;
  color: white;
}
.contact-section__form .form-radio [type=radio]:checked + .wpcf7-list-item-label:before,
.contact-section__form .form-radio [type=radio]:not(:checked) + .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 17px;
  height: 17px;
  border: 1px solid white;
  border-radius: 100%;
  background: transparent;
}
.contact-section__form .form-radio [type=radio]:checked + .wpcf7-list-item-label:after,
.contact-section__form .form-radio [type=radio]:not(:checked) + .wpcf7-list-item-label:after {
  content: "";
  width: 9px;
  height: 9px;
  background: white;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-section__form .form-radio [type=radio]:not(:checked) + .wpcf7-list-item-label:after {
  opacity: 0;
  transform: scale(0);
}
.contact-section__form .form-radio [type=radio]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  transform: scale(1);
}
.contact-section__form .form-row {
  display: flex;
}
.contact-section__form .form-row input {
  width: 100%;
  border: none;
  border-bottom: 1px solid white;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Oxygen", sans-serif;
  padding: 11px 10px 14px;
  background: transparent;
  color: #7AFBD0;
}
.contact-section__form .form-row input::placeholder {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 300;
  font-family: "Oxygen", sans-serif;
  color: white;
}
.contact-section__form .form-row .form-row__half:nth-child(1) {
  margin-right: 15px;
}
.contact-section__form .form-row .form-row__half:nth-child(2) {
  margin-left: 15px;
}
.contact-section__contacts {
  max-width: 290px;
}
.contact-section details {
  padding-top: 25px;
  border-bottom: 1px solid white;
}
.contact-section details:nth-child(1) {
  padding-top: 0;
}
.contact-section details[open] summary::before {
  content: "-";
}
.contact-section details summary {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 3.6rem;
  padding-bottom: 8px;
  list-style-type: none;
  cursor: pointer;
  user-select: none;
}
.contact-section details summary::-webkit-details-marker {
  display: none;
}
.contact-section details summary::before {
  content: "+";
  margin: 0 10px;
}
.contact-section details div {
  margin-left: 27px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: 300;
  padding-bottom: 20px;
  font-family: "Manrope", sans-serif;
}
.contact-section details div p {
  margin-bottom: 0;
}

.content-image {
  margin-top: 170px;
  padding-bottom: 155px;
  position: relative;
}
@media (max-width: 991px) {
  .content-image {
    margin-top: 50px;
  }
}
.content-image--primary {
  background: black;
  padding-top: 0;
  margin-top: 0;
}
@media (max-width: 991px) {
  .content-image--primary {
    margin-top: 0;
    padding-top: 0;
  }
}
.content-image .container {
  max-width: 1110px;
}
.content-image__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 901px) {
  .content-image__wrapper {
    flex-direction: column;
    justify-content: center;
  }
}
.content-image__content {
  position: relative;
  z-index: 6;
}
.content-image__text {
  margin-left: 60px;
  max-width: 420px;
  width: 100%;
  font-size: 2.8rem;
  line-height: 4rem;
  font-weight: 400;
}
@media (max-width: 901px) {
  .content-image__text {
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .content-image__text {
    font-size: 2.2rem;
    line-height: 3.4rem;
    margin-left: 0;
  }
}
.content-image__text ul {
  margin: 0;
}
.content-image__text ul li {
  padding-left: 45px;
  position: relative;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .content-image__text ul li {
    margin-bottom: 6px;
  }
}
.content-image__text ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.content-image__text ul li:hover::before {
  bottom: -1px;
  width: calc(100% - 45px);
  background: #7AFBD0;
  left: 45px;
}
.content-image__text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 2px;
  bottom: 16px;
  background: white;
  transition: 0.3s;
}
.content-image__header {
  font-size: 8.4rem;
  line-height: 11rem;
  font-weight: 300;
  margin-top: 20px;
  margin-bottom: 20px;
  white-space: nowrap;
}
@media (max-width: 901px) {
  .content-image__header {
    font-size: 6.4rem;
    line-height: 9rem;
  }
}
@media (max-width: 767px) {
  .content-image__header {
    font-size: 4.4rem;
    line-height: 6rem;
  }
}
@media (max-width: 560px) {
  .content-image__header {
    font-size: 4rem;
    line-height: 5.4rem;
  }
}
.content-image__image {
  margin-left: -135px;
}
@media (max-width: 901px) {
  .content-image__image {
    margin-left: 0;
    margin-top: 50px;
    text-align: center;
  }
}
.content-image__image img {
  margin: 0 auto;
}
.content-image__link {
  margin-top: 15px;
  font-size: 1.4rem;
  line-height: 1.7rem;
  text-decoration: underline;
  font-weight: 300;
  display: inline-block;
  position: relative;
  z-index: 6;
}

.fixed-title {
  height: 676px;
  position: relative;
}
.fixed-title::before {
  content: "";
  position: absolute;
  width: 5359.194px;
  height: 609.81px;
  transform: translate(-50%, -50%) rotate(60deg);
  left: 50%;
  top: 60%;
  background: url("img/decoration_4.svg") no-repeat;
  mix-blend-mode: multiply;
  pointer-events: none;
  z-index: 5;
}
.fixed-title__title {
  font-size: 25rem;
  letter-spacing: 0.12em;
  opacity: 0.8;
  font-weight: bold;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -3;
  text-transform: uppercase;
  position: absolute;
  top: 50%;
  transition: linear;
}
@media (max-width: 1480px) {
  .fixed-title__title {
    font-size: 14vw;
  }
}

.cases-section {
  position: relative;
  margin-top: -124px;
}
.cases-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(19px) brightness(104%);
  mix-blend-mode: normal;
  z-index: -1;
}
@media (max-width: 1180px) {
  .cases-section::before {
    backdrop-filter: blur(14px) brightness(104%);
  }
}
@media (max-width: 991px) {
  .cases-section::before {
    backdrop-filter: blur(14px) brightness(104%);
  }
}
@media (max-width: 767px) {
  .cases-section::before {
    backdrop-filter: blur(7px) brightness(104%);
  }
}
@media (max-width: 450px) {
  .cases-section::before {
    backdrop-filter: blur(3px) brightness(104%);
  }
}
.cases-section__wrapper {
  padding: 180px 0 125px;
  position: relative;
}
@media (max-width: 991px) {
  .cases-section__wrapper {
    padding: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  .cases-section__wrapper {
    padding: 80px 0 50px;
  }
}
.cases-section__wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.12);
  backdrop-filter: blur(18px) brightness(108%);
  mix-blend-mode: normal;
  z-index: -1;
  width: 100vw;
}
@media (max-width: 991px) {
  .cases-section__wrapper::before {
    backdrop-filter: blur(14px) brightness(108%);
  }
}
@media (max-width: 991px) {
  .cases-section__wrapper::before {
    backdrop-filter: blur(8px) brightness(108%);
  }
}
@media (max-width: 450px) {
  .cases-section__wrapper::before {
    backdrop-filter: blur(3px) brightness(104%);
  }
}
.cases-section__player {
  padding: 0;
  transition: 0.3s;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.cases-section__player .plyr {
  height: inherit;
}
.cases-section__player .plyr--video {
  mix-blend-mode: multiply;
}
.cases-section__video {
  position: relative;
  width: 100%;
  margin-bottom: 145px;
}
@media (max-width: 991px) {
  .cases-section__video {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .cases-section__video {
    margin-bottom: 45px;
  }
}
.cases-section__video .plyr__control.play-button .play-button__circle {
  background: transparent;
  border-radius: 0;
  position: absolute;
  left: 88px;
  bottom: 45px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cases-section__video .plyr__control.play-button .play-button__circle {
    bottom: 30px;
    left: 35px;
  }
}
.cases-section__video .plyr__control.play-button .play-button__circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  width: 0;
  height: 0;
  transition: 0.3s;
  z-index: -1;
}
.cases-section__video video, .cases-section__video iframe {
  object-fit: cover;
}
.cases-section__video:hover .cases-section__content {
  bottom: 35px;
  right: 80px;
}
@media (max-width: 767px) {
  .cases-section__video:hover .cases-section__content {
    bottom: 35px;
    right: 25px;
  }
}
.cases-section__video:hover .cases-section__player {
  padding: 19px 43px 24px;
}
@media (max-width: 767px) {
  .cases-section__video:hover .cases-section__player {
    padding: 10px;
  }
}
.cases-section__video:hover .cases-section__player .plyr__control.play-button .play-button__circle {
  bottom: 51px;
  left: 76px;
}
@media (max-width: 767px) {
  .cases-section__video:hover .cases-section__player .plyr__control.play-button .play-button__circle {
    bottom: 30px;
    left: 35px;
  }
}
.cases-section__video:hover .cases-section__player .plyr__control.play-button .play-button__circle::before {
  width: 70px;
  height: 70px;
  background-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 767px) {
  .cases-section__video:hover .cases-section__player .plyr__control.play-button .play-button__circle::before {
    width: 50px;
    height: 50px;
  }
}
.cases-section__video:hover .cases-section__link {
  opacity: 1;
  visibility: visible;
}
.cases-section__video:nth-child(1), .cases-section__video:nth-child(3n+4) {
  max-width: 800px;
  height: 422px;
  margin-left: 120px;
}
@media (max-width: 1280px) {
  .cases-section__video:nth-child(1), .cases-section__video:nth-child(3n+4) {
    margin-left: 60px;
  }
}
@media (max-width: 1140px) {
  .cases-section__video:nth-child(1), .cases-section__video:nth-child(3n+4) {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .cases-section__video:nth-child(1), .cases-section__video:nth-child(3n+4) {
    height: 400px;
    width: auto;
  }
}
.cases-section__video:nth-child(2), .cases-section__video:nth-child(3n+5) {
  max-width: 794px;
  height: 428px;
  margin-right: 56px;
  margin-left: auto;
}
@media (max-width: 1280px) {
  .cases-section__video:nth-child(2), .cases-section__video:nth-child(3n+5) {
    margin-right: 28px;
  }
}
@media (max-width: 1140px) {
  .cases-section__video:nth-child(2), .cases-section__video:nth-child(3n+5) {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    height: 422px;
  }
}
@media (max-width: 767px) {
  .cases-section__video:nth-child(2), .cases-section__video:nth-child(3n+5) {
    height: 400px;
    width: auto;
  }
}
.cases-section__video:nth-child(3), .cases-section__video:nth-child(3n+6) {
  max-width: 987px;
  height: 490px;
  margin-left: 176px;
}
@media (max-width: 1280px) {
  .cases-section__video:nth-child(3), .cases-section__video:nth-child(3n+6) {
    margin-left: 75px;
  }
}
@media (max-width: 1140px) {
  .cases-section__video:nth-child(3), .cases-section__video:nth-child(3n+6) {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
    height: 422px;
  }
}
@media (max-width: 767px) {
  .cases-section__video:nth-child(3), .cases-section__video:nth-child(3n+6) {
    height: 400px;
    width: auto;
  }
}
.cases-section__video .plyr__play_text {
  display: none !important;
}
.cases-section__poster {
  position: absolute;
  height: calc(100% - 1px);
  width: calc(100% - 1px);
  transition: 0.3s;
  opacity: 0.5;
}
.cases-section__poster img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.cases-section__content {
  position: absolute;
  right: 55px;
  bottom: -29px;
  transition: 0.3s;
}
@media (max-width: 767px) {
  .cases-section__content {
    text-align: right;
    right: 20px;
    max-width: 80%;
  }
}
.cases-section__header {
  font-size: 8.4rem;
  line-height: 11rem;
  font-weight: 300;
}
@media (max-width: 1140px) {
  .cases-section__header {
    font-size: 6.4rem;
    line-height: 9rem;
  }
}
@media (max-width: 991px) {
  .cases-section__header {
    font-size: 5.4rem;
  }
}
@media (max-width: 767px) {
  .cases-section__header {
    font-size: 4.4rem;
    line-height: 1.5;
  }
}
.cases-section__link {
  opacity: 0;
  margin-top: 11px;
  font-size: 1.6rem;
  line-height: 3.2rem;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s;
  visibility: hidden;
  text-transform: uppercase;
  position: relative;
}
.cases-section__link::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #7AFBD0;
}
.cases-section .plyr__control--overlaid {
  display: flex !important;
}
.cases-section .plyr__control.play-button {
  width: 100%;
  height: 100%;
  padding: 0;
  visibility: visible !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cases-section .plyr__control.play-button svg {
  width: 21px;
  height: 27px;
  margin: 0 auto;
}

.service-section {
  position: relative;
}
.service-section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: black;
  z-index: -2;
  box-shadow: 0px 25px 35px 0px rgba(0, 0, 0, 0.16);
}
.service-section .banner__title--fixed {
  z-index: -1;
}

.sidebar {
  position: fixed;
  right: 5px;
  bottom: 21.2962962963vh;
  z-index: 99;
}
@media (max-width: 1500px) {
  .sidebar {
    right: 5px;
    bottom: 15.296296vh;
  }
}
@media (max-width: 1330px) {
  .sidebar {
    display: none;
  }
}
.sidebar__text {
  margin-bottom: 23px;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 300;
}
.sidebar__image {
  margin-bottom: 12px;
  max-width: 80px;
  display: block;
}
@media (max-width: 1500px) {
  .sidebar__image {
    max-width: 80px;
    width: 100%;
    margin: 0 auto;
  }
}

.error-section {
  text-align: center;
  padding: 100px 0;
  position: relative;
}
.error-section::before {
  content: "";
  position: absolute;
  left: 27%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  background: url("img/decoration_3.svg") no-repeat;
  width: 3359.194px;
  height: 609.81px;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.error-section__title {
  font-size: 16rem;
}
@media (max-width: 767px) {
  .error-section__title {
    font-size: 14rem;
  }
}
.error-section__text {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 3.2rem;
}

.project-preview {
  width: 100%;
  height: 100%;
}
.project-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=style.css.map */
