/*!
Theme Name: Codemix Crow
Theme URI: http://underscores.me/
Author: Codemix
Author URI: http://codemix.com.ua
Description: good work
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: codemix-crow
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.

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

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

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

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

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

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

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

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

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}
 
/* Sections
	 ========================================================================== */

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

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

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

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

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

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

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

html {
	box-sizing: border-box;
}

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

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* 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 {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
/*button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}*/

/*button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 992px) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

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








/* General styles and typography
--------------------------------------------- */
@font-face {
  font-family: "Satoshi";
  font-display: swap;
  font-weight: 300;
  font-style: normal;
  src: url("fonts/Satoshi/Satoshi-Light.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-display: swap;
  font-weight: 300;
  font-style: italic;
  src: url("fonts/Satoshi/Satoshi-LightItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-display: swap;
  font-weight: 400;
  font-style: normal;
  src: url("fonts/Satoshi/Satoshi-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-display: swap;
  font-weight: 400;
  font-style: italic;
  src: url("fonts/Satoshi/Satoshi-Italic.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-display: swap;
  font-weight: 700;
  font-style: normal;
  src: url("fonts/Satoshi/Satoshi-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-display: swap;
  font-weight: 700;
  font-style: italic;
  src: url("fonts/Satoshi/Satoshi-BoldItalic.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-display: swap;
  font-weight: 900;
  font-style: normal;
  src: url("fonts/Satoshi/Satoshi-Black.woff2") format("woff2");
}

@font-face {
  font-family: "Satoshi";
  font-display: swap;
  font-weight: 900;
  font-style: italic;
  src: url("fonts/Satoshi/Satoshi-BlackItalic.woff2") format("woff2");
}

body {
  font-family: Satoshi;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.5;
  text-align: inherit;
  text-transform: none;
  color: #000;
  background-color: #ffffff;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-smoothing: grayscale;
}

p {
  margin: 0 0 20px;
}

.center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 20px;
  font-family: Satoshi;
  line-height: 1.1;
  text-align: inherit;
  color: #000;
  font-weight: 700;
  /*text-transform: capitalize;*/
}

h1 {
  font-size: 96px;
  font-weight: 300;
  line-height: .9;
}

h1 strong {
  font-weight: 900;
}

h2 {
  font-size: 64px;
  font-weight: 300;
  line-height: 1;
}

h2 strong {
  font-weight: 900;
}

h3 {
  font-size: 45px;
}

h4 {
  font-size: 35px;
}

h5 {
  font-size: 30px;
}

h6 {
  font-size: 26px;
}

a {
  transition: 0.15s;
}

a:visited {
  color: inherit;
}

.site {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.site > * {
  width: 100%;
}

.site-main {
  flex: 1;
}

.post,
.page {
  margin: 0;
}

.container {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 930px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: none;
  }
}

@media (max-width: 1399px) {
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 40px;
  }
}

@media (max-width: 1199px) {
  body {
    font-size: 16px;
    max-width: 100%;
  }
  h1 {
    font-size: 45px;
  }
  h2 {
    font-size: 45px;
  }
  h3 {
    font-size: 30px;
  }
  h4 {
    font-size: 24px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 18px;
  }
}

/* Header styles
--------------------------------------------- */
html {
  margin-top: 0 !important;
}

body.admin-bar .header-sticky,
body.admin-bar .site-header {
  margin-top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar #wpadminbar {
    position: fixed;
  }
  body.admin-bar .header-sticky,
  body.admin-bar .site-header {
    margin-top: 46px;
  }
}

.site-header {
  height: 130px;
  color: #fff;
}

.site-header a {
  text-decoration: none;
  color: inherit;
}

.site-header ul,
.site-header ol,
.site-header form,
.site-header fieldset {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-branding {
  line-height: 0;
  min-width: 280px;
}

.header__logo {
  display: inline-flex;
}

.header__logo img {
  display: block;
  height: 55px;
  width: auto;
}

.header-sticky {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 320px;
  background-color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 32px;
  padding-right: 32px;
  height: 130px;
}

.header__right-links {
  min-width: 280px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 0;
}

.header__right-links > li {
  margin-left: 35px;
}

.header__right-links > li:first-child {
  margin-left: 0;
}

.header__right-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  height: 38px;
  font-size: 15px;
  font-weight: 900;
}

.header__right-links .login {
  border: 1px solid #fff;
  padding-left: 13px;
  padding-right: 18px;
  background: black;
}

.header__right-links .login svg {
  display: block;
  margin-right: 8px;
  width: 16px;
  min-width: 16px;
  height: 16px;
  object-fit: contain;
}

.header__right-links .language {
  width: 38px;
  background-color: #fff;
  border-radius: 10em;
  color: #000;
}

.main-navigation {
  width: auto;
  font-size: 22px;
  line-height: 1.4;
  text-transform: capitalize;
  font-weight: 900;
}

.main-navigation li {
  margin: 0 40px 0;
}

.main-navigation a {
  color: #fff;
}

.main-navigation a:hover {
  color: #fff;
}

.main-navigation .menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  margin-left: 8px;
  width: 6px;
  border: 6px solid transparent;
  border-top: 8px solid currentColor;
}

.current-menu-item > a {
  color: #fff;
}

.sub-menu {
  font-weight: 400;
  font-size: 20px;
}

.sub-menu a {
  color: #000;
}

@media screen and (max-width: 1749px) {
  .site-header,
  .header-sticky {
    height: 90px;
  }
  .header__logo img {
    height: 40px;
  }
  .main-navigation li {
    margin: 0 15px 0;
  }
  .main-navigation a {
    font-size: 18px;
  }
  .site-branding,
  .header__right-links {
    min-width: 150px;
  }
  .header__right-links > li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 1199px) {
  .main-navigation {
    font-size: 16px;
  }
  .main-navigation li {
    margin: 0 0 0 20px;
  }
  .header__logo img {
    height: 35px;
  }
  .site-branding,
  .header__right-links {
    min-width: 120px;
  }
}

@media screen and (max-width: 991px) {
  body:has(.main-navigation.toggled) {
    overflow: hidden;
  }
  .header-sticky .site-branding {
    padding-left: 60px;
  }
  .main-navigation .menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
  }
  .main-navigation .menu-item-has-children > a::after {
    width: 19px;
    height: 19px;
    border: none;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(/wp-content/uploads/svg/arrow-menu.svg);
  }
  .main-navigation ul li.focus > a {
    color: #000;
  }
  .main-navigation ul li.focus > a::after {
    transform: rotateX(180deg);
    top: 2px;
  }
  .main-navigation li {
    margin: 0;
  }
  .main-navigation a {
    color: #000;
    font-size: 30px;
  }
  .main-navigation a:hover {
    color: #000;
  }
  .main-navigation .menu-toggle {
    position: absolute;
    left: 27px;
    top: 50%;
    z-index: 155;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    appearance: none;
    border: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 28px;
    background-image: url(/wp-content/uploads/svg/burger-icon.svg);
  }
  .main-navigation ul ul {
    position: static;
    box-shadow: none;
    float: none;
  }
  .main-navigation ul ul a {
    width: auto;
  }
  .main-navigation #primary-menu {
    position: fixed;
    z-index: 150;
    left: 0;
    top: 0;
    width: calc(100% - 84px);
    height: 100%;
    overflow-y: auto;
    padding-left: 30px;
    padding-right: 40px;
    padding-top: 150px;
    padding-bottom: 50px;
    background-color: #fff;
    overflow-y: auto;
  }
  .main-navigation #primary-menu a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-navigation #primary-menu > li {
    margin-left: auto;
    margin-right: auto;
  }
  .main-navigation #primary-menu > li > a {
    border-bottom: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .main-navigation li {
    margin-bottom: 0;
  }
  .main-navigation .sub-menu a {
    font-size: 16px;
  }
  .main-navigation .sub-menu li {
    margin-bottom: 5px;
  }
  .main-navigation .sub-menu li:first-child {
    margin-top: 15px;
  }
  .main-navigation .menu-item-has-children:not(.focus) .sub-menu {
    display: none;
  }
  .main-navigation.toggled .menu-toggle {
    background-image: url(/wp-content/uploads/svg/close.svg);
  }
}

@media screen and (max-width: 576px) {
  .site-header,
  .header-sticky {
    height: 78px;
  }
  .header-sticky {
    padding-left: 20px;
    padding-right: 20px;
  }
  .header__right-links .login {
    border: none;
    font-size: 0;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .header__right-links .login svg {
    width: 26px;
    height: 26px;
  }
  .main-navigation #primary-menu {
    width: calc(100% - 75px);
  }
  .main-navigation a {
    font-size: 20px;
  }
  .main-navigation .menu-toggle {
    left: 20px;
  }
}

@media screen and (min-width: 992px) {
  body {
    overflow-x: hidden;
  }
  .main-navigation ul li:hover > ul,
  .main-navigation ul li.focus > ul {
    left: 0;
  }
  .main-navigation .menu-item-has-children > a::after {
    display: none;
  }
  .main-navigation ul .menu-item-has-children:hover > a,
  .main-navigation ul .menu-item-has-children.focus > a {
    position: relative;
    z-index: 999999;
  }
  .main-navigation ul .menu-item-has-children:hover > a::after,
  .main-navigation ul .menu-item-has-children.focus > a::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 50%;
    top: calc(100% + 29px);
    margin-left: -12px;
    width: 12px;
    border: 12px solid transparent;
    border-top: 12px solid #000;
    transform: none;
  }
  .main-navigation ul .menu-item-has-children:hover > a::before,
  .main-navigation ul .menu-item-has-children.focus > a::before {
    content: '';
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 31px;
  }
  .main-navigation ul li:hover > a,
  .main-navigation ul li.focus > a {
    color: #7B797E;
  }
  .main-navigation ul li:hover > a::after,
  .main-navigation ul li.focus > a::after {
    transform: rotateX(180deg);
    top: -2px;
  }
  .main-navigation #primary-menu {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  .main-navigation #primary-menu li {
    position: static;
  }
  .main-navigation .sub-menu {
    top: calc(100% + 30px);
    display: flex;
    flex-wrap: wrap;
    box-shadow: none;
    width: 100%;
    max-width: 725px;
    padding-top: 25px;
    padding-bottom: 30px;
    padding-left: 15px;
  }
  .main-navigation .sub-menu li {
    margin: 0 75px 10px 0;
    width: calc(50% - 75px);
    border-top: 1px solid #000;
  }
  .main-navigation .sub-menu li:nth-child(1), .main-navigation .sub-menu li:nth-child(2) {
    border: none;
  }
  .main-navigation .sub-menu li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .main-navigation .sub-menu::after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -200vw;
    width: 500vw;
    background-color: #fff;
    border-bottom: 1px solid #eee;
    box-shadow: 0px 50px 50px 0 rgba(0, 0, 0, 0.20);
    ⁨
  }
  .main-navigation .sub-menu a:hover {
    color: #7B797E;
  }
}

@media screen and (min-width: 1200px) {
  .main-navigation .sub-menu {
    top: calc(100% + 50px);
    padding-top: 55px;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .main-navigation ul .menu-item-has-children:hover > a::after,
  .main-navigation ul .menu-item-has-children.focus > a::after {
    top: calc(100% + 29px);
  }
  .main-navigation ul .menu-item-has-children:hover > a::before,
  .main-navigation ul .menu-item-has-children.focus > a::before {
    height: 31px;
  }
  .main-navigation .sub-menu {
    top: calc(100% + 30px);
  }
}

@media screen and (min-width: 1750px) {
  .site-header .site-branding {
    padding-left: 40px;
  }
}

/* Buttons styles
--------------------------------------------- */
.button__custom {
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  min-height: 66px;
  font-size: 20px;
  font-weight: 900;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s;
  padding: 10px 25px 10px 30px;
  background-color: #000;
  color: #fff !important;
  min-width: 210px;
  transition: 0.15s;
}

.button__custom .button__icon {
  display: block;
  margin-left: 15px;
  width: 24px;
  min-width: 24px;
  height: 24px;
  object-fit: contain;
}

.button__custom:hover {
  background-color: #333;
  color: #fff !important;
}

.button__custom.button__light {
  background-color: #fff;
  color: #000 !important;
}

.button__custom.button__light .button__icon {
  filter: brightness(0);
}

.button__custom.button__light:hover {
  background-color: #ccc;
}

.button__custom.button__stroke-light {
  background: rgba(1, 3, 7, 0.3);
  backdrop-filter: blur(10px);
  border: 1px solid #fff;
  color: #fff !important;
}

.button__custom.button__stroke-light:hover {
  color: #000 !important;
  border-color: #ccc !important;
  background-color: #ccc !important;
}

.button__custom.button__stroke-light:hover .button__icon {
  filter: brightness(0);
}

.button__custom span:only-child {
  display: block;
  margin-left: -5px;
  width: calc(100% + 5px);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .button__custom {
    font-size: 15px;
    letter-spacing: -0.28px;
    min-height: 50px;
    padding: 5px 20px 4px;
    min-width: 160px;
  }
  .button__custom .button__icon {
    width: 15px;
    min-width: 15px;
    height: 15px;
  }
  .button__custom span:only-child {
    margin-left: 0;
    width: 100%;
  }
}


/* Menu desktop individual styles
--------------------------------------------- */
@media screen and (min-width: 992px) {
  .main-navigation #primary-menu > #menu-item-17:hover > .sub-menu, .main-navigation #primary-menu > #menu-item-17.focus > .sub-menu {
    left: calc(50% + 37px);
  }
  .main-navigation #primary-menu > #menu-item-17 > .sub-menu {
    transform: translateX(-50%);
    width: 100vw;
    max-width: 1440px;
  }
  .main-navigation #primary-menu > #menu-item-17 > .sub-menu li {
    width: calc(25% - 75px);
  }
  .main-navigation #primary-menu > #menu-item-17 > .sub-menu > li:nth-child(3),
  .main-navigation #primary-menu > #menu-item-17 > .sub-menu > li:nth-child(4) {
    border: none;
  }
}


/* Footer styles
--------------------------------------------- */
.site-footer {
  padding-top: 70px;
  background-color: #000;
  color: #fff;
  font-size: 16px;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1400px) {
  .container--footer {
    max-width: 1700px;
  }
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer__bottom a {
  text-decoration: underline;
}

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

.made__by img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: auto;
}

.footer__logo {
  display: inline-block;
  margin-bottom: 5px;
}

.footer__logo img {
  display: block;
  height: 52px;
  width: auto;
}

.footer__top-title-big {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
}

.footer__top-title-big strong {
  font-weight: 900;
}

.footer__socials {
  margin: 0 -8px -8px;
  padding: 0;
  list-style: none;
  line-height: 0;
  display: flex;
}

.footer__socials li {
  margin: 0 8px 8px;
}

.social__button {
  display: block;
}

.social__button img {
  display: block;
  height: 38px;
  width: auto;
}

.social__button:hover {
  opacity: 0.8;
}

.footer__top {
  display: flex;
  justify-content: space-between;
}

.footer__top-column {
  padding-left: 30px;
  padding-bottom: 70px;
}

.footer__top-column:first-child {
  padding-left: 0;
}

.footer__top-title {
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 15px;
}

.footer__list, #menu-footer-1,  #menu-footer-2,  #menu-footer-3,  #menu-footer-4,  #menu-footer-5{
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__list li,  #menu-footer-1 li,  #menu-footer-2 li ,  #menu-footer-3 li,  #menu-footer-4 li,  #menu-footer-5 li {
  margin-bottom: 15px;
}

.footer__list li:last-child,  #menu-footer-1 li:last-child,  #menu-footer-2 li:last-child,  #menu-footer-3 li:last-child,  #menu-footer-4 li:last-child,  #menu-footer-5 li:last-child {
  margin-bottom: 0;
}

.footer__top-column:last-child ul {
  column-count: 2;
}

@media screen and (max-width: 1199px) {
  .footer__top {
    flex-wrap: wrap;
  }
  .footer__top-column {
    width: 33.33%;
  }
  .footer__top-column:nth-child(4) {
    padding-left: 0;
  }
}

@media screen and (max-width: 991px) {
  .footer__bottom {
    display: block;
    text-align: center;
    line-height: 2;
  }
}

@media screen and (max-width: 767px) {
  .footer__top-column {
    width: 50%;
  }
  .footer__top-column:nth-child(3), .footer__top-column:nth-child(5) {
    padding-left: 0;
  }
  .footer__top-column:nth-child(4) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 576px) {
  .site-footer {
    padding-top: 35px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .footer__top-column {
    width: 100%;
    display: none;
    padding-left: 0 !important;
    padding-bottom: 30px;
  }
  .footer__top-column:nth-child(1) {
    display: block;
  }
  .footer__logo {
    margin-bottom: 20px;
  }
  .footer__logo img {
    height: 50px;
  }
  .footer__top-title-big {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .footer__bottom {
    padding-top: 0;
    border: none;
    padding-bottom: 20px;
    text-align: left;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .footer__bottom .terms {
    order: -1;
    margin-bottom: 10px;
  }
  .footer__bottom .copyright {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .footer__bottom .copyright,
  .footer__bottom .made__by {
    font-size: 14px;
  }
}

/* error-404 styles
--------------------------------------------- */
.error-404 {
  margin-top: 120px;
  text-align: center;
}

.error-404:first-child {
  margin-top: 120px;
}

.error-404:last-child {
  margin-bottom: 120px;
}

.error-404 .section__title {
  font-weight: 900;
  font-size: 300px;
  line-height: 0.9;
  margin-bottom: 60px;
}

.error-404 .subtitle {
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.error-404 .title__description {
  font-size: 32px;
  line-height: 1.2;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  max-width: 700px;
}

@media only screen and (max-width: 1399px) {
  .error-404 .section__title {
    font-size: 200px;
    margin-bottom: 40px;
  }
  .error-404 .subtitle {
    font-size: 35px;
    margin-bottom: 30px;
  }
  .error-404 .title__description {
    font-size: 22px;
    margin-bottom: 40px;
    max-width: 500px;
  }
}

@media screen and (max-width: 991px) {
  .error-404 {
    margin-top: 80px;
  }
  .error-404:first-child {
    margin-top: 80px;
  }
  .error-404:last-child {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 576px) {
  .error-404 .section__title {
    font-size: 120px;
    margin-bottom: 30px;
  }
  .error-404 .subtitle {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .error-404 .title__description {
    font-size: 16px;
    margin-bottom: 30px;
    max-width: 270px;
  }
}

@media screen and (min-width: 577px) {
  .error-404 .subtitle br {
    display: none;
  }
}

/* section_name styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--contact {
    max-width: 1700px;
  }
}

.list__test {
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact {
  /*margin-top: 120px;*/
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #637972;
  color: #fff;
}

.contact:first-child {
  margin-top: 120px;
}

.contact .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 120px;
  color: inherit;
}

.contact .section__title strong {
  font-weight: 900;
}

.contact__line {
  display: flex;
  align-items: flex-start;
  position: relative;
}

.contact__line .contact__figure {
  display: block;
  position: absolute;
  top: -30px;
  right: calc(100% + 55px);
  width: 15.5vw;
}

.contact__line .section__title {
  width: 43.5%;
  min-width: 43.5%;
  padding-right: 30px;
}

.contact__line .contact__form {
  flex: 1;
}

.field__item {
  margin-bottom: 15px;
}

.field__item input,
.field__item textarea {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-top: 12px;
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  transition: 0.15s;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none !important;
  color: #fff;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  padding-top: 12px;
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  transition: 0.15s;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none !important;
  color: #fff;
  margin-bottom: 15px;
}

.field__item input:focus, input:focus,
.field__item textarea:focus, textarea:focus {
  border-color: #fff;
  color: #fff;
}

.field__item input:focus::placeholder, input:focus::placeholder,
.field__item textarea:focus::placeholder, textarea:focus::placeholder {
  opacity: 0;
}

.field__item textarea {
  resize: vertical;
  min-height: 66px;
}

.field__item ::placeholder {
  color: #fff;
  transition: 0.15s;
}

::placeholder {
  color: #fff;
  transition: 0.15s;
}

#wpcf7-f125-o1 br {
  display: none;
}

.contact__form .btn__form {
  margin-top: 50px;
}

input[type="submit"] {
  background: #e6e6e6;
    background-color: rgb(230, 230, 230);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
  appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  border: none;
  border-radius: 0;
  min-height: 66px;
  font-size: 20px;
  font-weight: 900;
  text-transform: none;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s;
  padding: 10px 25px 10px 30px;
  background-color: #000;
  color: #fff !important;
  min-width: 210px;
  transition: 0.15s;
  text-align: left;
  margin-top: 30px;
  position:relative;
}
input[type="submit"]:hover {
  background-color: #333;
  color: #fff !important;
}
.inner-submit {
  display: inline-flex;
  position:relative;
}
.inner-submit p {
  padding: 0;
  margin: 0;
}
.inner-submit::before {
  content: url(/wp-content/uploads/svg/arrow-right.svg);
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 97px;
  top: 50px;
  z-index: 1;
}
main {
  transition: filter 0.3s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}

@media only screen and (max-width: 1399px) {
  .contact {
    margin-top: 80px;
  }
  .contact:first-child {
    margin-top: 80px;
  }
  .contact .section__title {
    font-size: 64px;
    margin-bottom: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .contact .section__title {
    font-size: 45px;
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 991px) {
  .section_name {
    margin-top: 80px;
  }
  .section_name:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .inner-submit::before {
    top: 22px;
  }
  .contact {
    padding-top: 50px;
  }
	.contact {
    padding-bottom: 30px;
  }
  .contact__line {
    display: block;
  }
	input[type="submit"] {
  margin: 0;
}
  .contact__line .section__title {
    width: 70%;
  }
	input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 16px;
  padding-top: 8px;
  display: block;
  width: 100%;
  font-size: 24px;
  font-weight: 700;
  transition: 0.15s;
  border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-bottom-width: medium;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  background-color: transparent;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  outline: none !important;
  color: #fff;
  margin-bottom: 8px;
}
}

@media screen and (max-width: 576px) {
  .contact {
    margin-top: 50px;
    max-width: 100%;
    overflow: hidden;
  }
  .contact:first-child {
    margin-top: 50px;
  }
  .contact .section__title {
    width: auto;
    padding-right: 0;
    font-size: 35px;
    margin-right: -30px;
    margin-bottom: 25px;
  }
   .contact__line {
    padding-left: 30px;
    padding-right: 30px;
    width: 335px;
    max-width: 335px;
  }
  .field__item {
    margin-bottom: 15px;
  }
  .field__item input,
  .field__item textarea {
    padding-bottom: 15px;
    padding-top: 5px;
    font-size: 16px;
  }
  .field__item textarea {
    min-height: 45px;
  }
  .contact__form .btn__form {
    margin-top: 40px;
  }
	.contact__line .contact__figure {
  display: none;
}
}

@media screen and (min-width: 1750px) {
  .contact__line {
    margin-left: 200px;
  }
}

/* team styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--team {
    max-width: 1640px;
  }
}

.team {
  margin-top: 120px;
}

.team:first-child {
  margin-top: 120px;
}

.team .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 120px;
}

.team .section__title strong {
  font-weight: 900;
}

.team__list {
  margin: -110px -15px 50px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.team__item {
  display: flex;
  align-items: flex-start;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 110px;
}

.team__item-image {
  width: 57.5%;
  min-width: 57.5%;
  position: relative;
}

.team__item-image::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 68%;
  height: 81%;
  transform: translateX(-50%);
  background-color: #ededed;
}

.team__item-image img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.team__item:hover img{
	filter: grayscale(0%);
}
.team__item-text {
  padding-top: 120px;
}

.team__item-description {
  font-size: 16px;
  line-height: 1.2;
}

.team__item-description p {
  margin-bottom: 15px;
}

.team__item-description p:last-child {
  margin-bottom: 0;
}

.team__item-description em {
  font-weight: 700;
}

.team__item-name {
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  margin-bottom: 15px;
}

.team__item-post {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 25px;
}

.team__item-divide {
  display: block;
  width: 100%;
  height: auto;
  max-width: 263px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 1399px) {
  .team {
    margin-top: 80px;
  }
  .team:first-child {
    margin-top: 80px;
  }
  .team .section__title {
    font-size: 64px;
    margin-bottom: 80px;
  }
  .team__item-image {
    width: 45%;
    min-width: 45%;
  }
  .team__item-text {
    padding-top: 0;
  }
}

@media screen and (max-width: 1199px) {
  .team .section__title {
    font-size: 45px;
    margin-bottom: 60px;
  }
  .team__item {
    width: 100%;
  }
  .team__item-text {
    padding-top: 100px;
  }
}

@media screen and (max-width: 991px) {
  .team {
    margin-top: 80px;
  }
  .team:first-child {
    margin-top: 80px;
  }
  .team__item-text {
    padding-top: 60px;
  }
}

@media screen and (max-width: 767px) {
  /**/
}

@media screen and (max-width: 576px) {
  .team {
    margin-top: 50px;
  }
  .team:first-child {
    margin-top: 50px;
  }
  .team__list {
    margin-top: -40px;
  }
  .team__item {
    display: block;
    margin-top: 40px;
  }
  .team__item-image {
    width: 100%;
    margin-bottom: 50px;
  }
  .team__item-text {
    padding-top: 0;
    padding-left: 40px;
  }
}

/* hero styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--hero {
    max-width: 1500px;
  }
}

.list__test {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hero {
  margin-top: 120px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  min-height: calc(100vh - 130px);
}

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

.hero:first-child {
  margin-top: 0;
}

.hero h1.section__title {
  font-size: 64px;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 40px;
  color: white;
}

.hero .section__title strong {
  font-weight: 900;
}

.hero .title__description {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
  max-width: 550px;
}

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

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}

@media only screen and (max-width: 1399px) {
  .hero {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 1199px) {
  .hero h1.section__title {
    font-size: 35px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    min-height: 0;
    padding-left: 20px;
  }
  .hero .section__title {
    font-size: 35px;
    margin-bottom: 10px;
  }
  .hero .title__description {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 576px) {
  .hero {
    margin-top: 50px;
  }
}

/* solutions styles
--------------------------------------------- */
.solutions {
  margin-top: 120px;
  overflow-x: hidden;
}

.solutions:first-child {
  margin-top: 120px;
}

.solutions h2.section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 30px;
}

.solutions .section__title strong {
  font-weight: 900;
}

.industries__list {
  margin: -16px -8px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.industries__list + .solutions__list,
.industries__list + .industries__list {
  margin-top: 16px;
}

.industries__item {
  padding: 0 8px;
  margin-top: 16px;
  width: 33.33%;
  min-width: 33.33%;
  position: relative;
}

.industries__item::after {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 50%;
  opacity: 0.7;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.industries__item .link__overlay {
  display: block;
  position: absolute;
  z-index: 5;
  left: 8px;
  top: 0;
  right: 8px;
  bottom: 0;
  cursor: auto;
}

.industries__item-image {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.industries__item-title {
  position: absolute;
  z-index: 3;
  left: 8px;
  bottom: 0;
  right: 8px;
  padding: 0 35px 25px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 64px;
  line-height: 1.2;
}

.industries__item-icon {
  margin-right: 20px;
  display: block;
  width: 61px;
  min-width: 61px;
  height: auto;
}

.solutions__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.solutions__list + .industries__list,
.solutions__list + .solutions__list {
  margin-top: 16px;
}

.solutions__item {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.solutions__item:first-child {
  margin-top: 0;
}

.solutions__item:nth-child(even) {
  flex-direction: row-reverse;
}
.solutions__item:first-child{
	color: #000; 
	background-color: #D5CCB8;
}
.solutions__item:nth-child(2){
	color: #fff; 
	background-color: #637972;
}
.solutions__item:nth-child(3){
	color: #fff; 
	background-color: #1F2E49;
}
.solutions__item:last-child{
	color: #000; 
	background-color: #F6F6F5;
}
.solutions__item-image {
  display: block;
  width: 58.8025%;
  min-width: 58.8025%;
  height: auto;
  object-fit: cover;
}

.solutions__item-text {
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 140px;
  padding-right: 120px;
}

.solutions__item-title {
  font-size: 96px;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 40px;
}

.solutions__item-title strong {
  font-weight: 900;
}

.solutions__item-description {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1599px) {
  .solutions__item-text {
    padding-left: 60px;
    padding-right: 60px;
  }
  .solutions__item-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .solutions {
    margin-top: 80px;
  }
  .solutions:first-child {
    margin-top: 80px;
  }
  .solutions .section__title {
    font-size: 64px;
  }
  .industries__item-title {
    font-size: 45px;
    padding: 0 15px 20px 20px;
  }
  .industries__item-icon {
    margin-right: 15px;
    width: 50px;
    min-width: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .solutions h2.section__title{
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .solutions__item {
    display: block;
  }
  .solutions__item-image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .solutions {
    margin-top: 80px;
  }
  .solutions:first-child {
    margin-top: 80px;
  }
  .industries__item-title {
    font-size: 35px;
  }
  .industries__item-icon {
    margin-right: 15px;
    width: 40px;
    min-width: 40px;
  }
}

@media screen and (max-width: 767px) {
  .industries__item {
    width: 100%;
  }
  .industries__item-title {
    font-size: 45px;
  }
  .industries__item-icon {
    margin-right: 20px;
    width: 61px;
    min-width: 61px;
  }
}

@media screen and (max-width: 576px) {
  .solutions {
    margin-top: 50px;
  }
  .solutions:first-child {
    margin-top: 50px;
  }
  .solutions .section__title {
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .solutions__item-image {
    aspect-ratio: 375/320;
  }
  .solutions__item-text {
    padding-left: 40px;
    padding-right: 30px;
  }
  .solutions__item-title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .solutions__item-description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1400px) {
  .solutions__item-text .button__custom {
    min-width: 290px;
  }
}

/* suitable styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--suitable {
    max-width: 1610px;
  }
}

.suitable {
  margin-top: 120px;
  overflow-x: hidden;
}

.suitable:first-child {
  margin-top: 120px;
}

.suitable h2.section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  text-align: center;
}

.suitable .section__title strong {
  font-weight: 900;
}

.suitable__list {
  margin: 0;
  padding: 70px 0;
  list-style: none;
  position: relative;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
}

.suitable__list::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #000;
}

.suitable__item {
  position: relative;
  z-index: 2;
  width: 25%;
  text-align: center;
  border-top: 1px solid #747373;
  border-right: 1px solid #747373;
  aspect-ratio: 365/355;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.suitable__item:nth-child(1), .suitable__item:nth-child(2), .suitable__item:nth-child(3), .suitable__item:nth-child(4) {
  border-top-color: transparent;
}

.suitable__item:nth-child(4n) {
  border-right-color: transparent;
}

.suitable__item:nth-child(1) .suitable__item-circle {
  transform: translate(-50%, -50%) rotate(45deg);
}

.suitable__item:nth-child(2) .suitable__item-circle {
  transform: translate(-50%, -50%) rotate(0);
}

.suitable__item:nth-child(3) .suitable__item-circle {
  transform: translate(-50%, -50%) rotate(-73deg);
}

.suitable__item:nth-child(4) .suitable__item-circle {
  transform: translate(-50%, -50%) rotate(-119deg);
}

.suitable__item:nth-child(5) .suitable__item-circle {
  transform: translate(-50%, -50%) rotate(225deg);
}

.suitable__item:nth-child(6) .suitable__item-circle {
  transform: translate(-50%, -50%) rotate(180deg);
}

.suitable__item:nth-child(7) .suitable__item-circle {
  transform: translate(-50%, -50%) rotate(115deg);
}

.suitable__item:nth-child(8) .suitable__item-circle {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.suitable__item-title {
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  margin-top: 35px;
  width: 100%;
  min-height: 48px;
}

.suitable__item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 175px;
  aspect-ratio: 1/1;
  /*border: 2px solid #fff;*/
  border-radius: 10em;
  position: relative;
  padding: 30px;
}

.suitable__item .color-element {
  position: absolute;
}

.suitable__item:nth-child(1) .color-element {
  top: -4px;
  left: 84px;
}

.suitable__item:nth-child(2) .color-element {
  top: -4px;
  left: 16px;
}

.suitable__item:nth-child(3) .color-element {
  top: 5px;
  left: -4px;
}

.suitable__item:nth-child(4) .color-element {
  top: 59px;
  left: -4px;
}

.suitable__item:nth-child(5) .color-element {
  top: 90px;
  left: -4px;
}

.suitable__item:nth-child(6) .color-element {
  top: -4px;
  left: 84px;
}

.suitable__item:nth-child(6) .color-element {
  top: 142px;
  left: 24px;
}

.suitable__item:nth-child(7) .color-element {
  top: 54px;
  left: 111px;
}

.suitable__item:nth-child(8) .color-element {
  top: -4px;
  left: 2px;
}

.suitable__item-icon .suitable__item-circle {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  border-radius: 10em;
  border: 6px solid transparent;
  border-top-color: currentColor;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1399px) {
  .suitable {
    margin-top: 80px;
  }
  .suitable:first-child {
    margin-top: 80px;
  }
  .suitable .section__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .suitable .section__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .suitable__item-icon {
    width: 111px;
  }
  .suitable__item-icon .suitable__item-circle {
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-width: 5px;
  }
  .suitable__item-title {
    margin-top: 20px;
    font-size: 18px;
    min-height: 36px;
  }
}

@media screen and (max-width: 991px) {
  .suitable {
    margin-top: 80px;
  }
  .suitable:first-child {
    margin-top: 80px;
  }
  .suitable__list {
    justify-content: center;
  }
  .suitable__item {
    width: 33.33%;
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .suitable__item {
    width: 50%;
    justify-content: flex-start;
    aspect-ratio: initial;
    margin-top: 30px;
  }
  .suitable__item:nth-child(1), .suitable__item:nth-child(2) {
    margin-top: 0;
  }
  .suitable__item-title {
    min-height: 0;
    font-size: 15px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media screen and (max-width: 576px) {
  .suitable {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .suitable:first-child {
    margin-top: 50px;
  }
  .suitable h2.section__title {
    margin-bottom: 30px;
    text-align: left;
    font-size: 45px;
  }
  .suitable__list {
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

/* partners styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--partners {
    max-width: 1680px;
  }
}

.partners {
  margin-top: 120px;
  padding-left: 50px;
  padding-right: 50px;
  margin-bottom: 100px;
}

.partners:first-child {
  margin-top: 120px;
}

.partners h2.section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  text-align: center;
}

.partners .section__title strong {
  font-weight: 900;
}

.partners__carousel {
  position: relative;
}

.partners__carousel .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 140px;
  appearance: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
  font-size: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  transition: 0.15s;
}

.partners__carousel .slick-arrow:hover {
  opacity: 1;
}

.partners__carousel .slick-prev {
  left: -80px;
  background-image: url(/wp-content/uploads/svg/slider__left.svg);
}

.partners__carousel .slick-next {
  right: -80px;
  background-image: url(/wp-content/uploads/svg/slider__right.svg);
}

.partners__carousel-image {
  display: block;
  max-width: 100%;
}

@media only screen and (max-width: 1899px) {
  .partners__carousel .slick-arrow {
    width: 50px;
    height: 100px;
  }
  .partners__carousel .slick-prev {
    left: -50px;
  }
  .partners__carousel .slick-next {
    right: -50px;
  }
}

@media only screen and (max-width: 1399px) {
  .partners {
    margin-top: 80px;
	margin-bottom: 60px;
  }
  .partners:first-child {
    margin-top: 80px;
  }
  .partners .section__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
 .partners h2.section__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .partners {
    margin-top: 80px;
	margin-bottom: 60px;
  }
  .partners:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .partners {
    padding-left: 20px;
    padding-right: 20px;
  }
  .partners__carousel .slick-arrow {
    width: 30px;
    height: 60px;
  }
  .partners__carousel .slick-prev {
    left: -20px;
  }
  .partners__carousel .slick-next {
    right: -20px;
  }
}

@media screen and (max-width: 576px) {
  .partners {
    margin-top: 50px;
	margin-bottom: 0px;
  }
  .partners:first-child {
    margin-top: 50px;
  }
  .partners .section__title {
    margin-bottom: 30px;
  }
  .partners__carousel .slick-arrow {
    width: 20px;
    height: 50px;
  }
  .partners__carousel .slick-prev {
    left: -30px;
  }
  .partners__carousel .slick-next {
    right: -30px;
  }
}






/* numbers styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--numbers {
    max-width: 1280px;
  }
}

.numbers {
  margin-top: 120px;
  overflow-x: hidden;
}

.numbers:first-child {
  margin-top: 120px;
}

.numbers .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 120px;
  text-align: center;
}

.numbers .section__title strong {
  font-weight: 900;
}

.numbers__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.numbers__list li {
  position: relative;
  z-index: 2;
  width: 50%;
  text-align: center;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  aspect-ratio: 610/365;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.numbers__list li:nth-child(1), .numbers__list li:nth-child(2) {
  border-top-color: transparent;
  padding-top: 0;
  justify-content: flex-start;
}

.numbers__list li:nth-last-child(1), .numbers__list li:nth-last-child(2) {
  justify-content: flex-end;
}

.numbers__list li:nth-child(2n) {
  border-right-color: transparent;
}

.numbers__value {
  font-size: 250px;
  font-weight: 300;
  line-height: 0.9;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  margin-top: -25px;
}

.numbers__value .numbers__suffix {
  font-size: 100px;
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.numbers__label {
  width: 100%;
  font-size: 36px;
  line-height: 1.3;
}

.numbers__label strong {
  font-weight: 900;
}

.numbers__description {
  font-size: 28px;
  line-height: 1.3;
}

@media only screen and (max-width: 1399px) {
  .numbers {
    margin-top: 80px;
  }
  .numbers:first-child {
    margin-top: 80px;
  }
  .numbers .section__title {
    font-size: 64px;
  }
  .numbers__value {
    font-size: 200px;
    margin-top: 0;
  }
  .numbers__value .numbers__suffix {
    font-size: 60px;
  }
  .numbers__label {
    font-size: 34px;
  }
  .numbers__description {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1199px) {
  .numbers .section__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .numbers__value {
    font-size: 150px;
  }
  .numbers__value .numbers__suffix {
    font-size: 60px;
  }
  .numbers__label {
    font-size: 28px;
  }
  .numbers__description {
    font-size: 22px;
  }
}

@media screen and (max-width: 991px) {
  .numbers {
    margin-top: 80px;
  }
  .numbers:first-child {
    margin-top: 80px;
  }
  .numbers__value {
    font-size: 110px;
  }
  .numbers__value .numbers__suffix {
    font-size: 40px;
  }
  .numbers__label {
    font-size: 24px;
  }
  .numbers__description {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
	.numbers__list {
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 20px;
	flex-direction: column;
  } 
	.numbers__list li {
  width: 100%;
  border: none;
  margin-bottom: 25px;
}
  .numbers__item {
    width: 100%;
    border: none !important;
    aspect-ratio: initial;
    margin-bottom: 60px;
  }
  .numbers__item:last-child {
    margin-bottom: 0;
  }
  .numbers__value {
    font-size: 150px;
  }
  .numbers__value .numbers__suffix {
    font-size: 48px;
  }
  .numbers__label {
    font-size: 36px;
  }
  .numbers__description {
    font-size: 24px;
  }
}

@media screen and (max-width: 576px) {
  .numbers {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .numbers:first-child {
    margin-top: 50px;
  }
  .numbers .section__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .numbers__list {
    margin-left: -25px;
    margin-right: -25px;
    padding-top: 20px;
  }
}

/* mission styles
--------------------------------------------- */
.mission {
  margin-top: 120px;
  overflow-x: hidden;
}

.mission:first-child {
  margin-top: 120px;
}

.mission .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 30px;
}

.mission .section__title strong {
  font-weight: 900;
}

.mission__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mission__list + .industries__list,
.mission__list + .mission__list {
  margin-top: 16px;
}

.mission__item {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.mission__item:first-child {
  margin-top: 0;
}

.mission__item:nth-child(odd) {
  flex-direction: row-reverse;
}

.mission__item-image {
  display: block;
  width: 50%;
  min-width: 50%;
  height: auto;
  object-fit: cover;
}

.mission__item-text {
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 140px;
  padding-right: 120px;
}

.mission__item-title {
  font-size: 96px;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 40px;
  color: inherit;
}

.mission__item-title strong {
  font-weight: 900;
}

.mission__item-description {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1599px) {
  .mission__item-text {
    padding-left: 60px;
    padding-right: 60px;
  }
  .mission__item-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .mission {
    margin-top: 80px;
  }
  .mission:first-child {
    margin-top: 80px;
  }
  .mission .section__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .mission .section__title {
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .mission__item {
    display: block;
  }
  .mission__item-image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .mission {
    margin-top: 80px;
  }
  .mission:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .mission {
    margin-top: 50px;
  }
  .mission:first-child {
    margin-top: 50px;
  }
  .mission .section__title {
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .mission__item-image {
    aspect-ratio: 375/320;
  }
  .mission__item-text {
    padding-left: 40px;
    padding-right: 30px;
  }
  .mission__item-title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .mission__item-description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1400px) {
  .mission__item-text .button__custom {
    min-width: 290px;
  }
}

@media only screen and (min-width: 1400px) {
  .mission__item-text {
    padding-left: 170px;
  }
}

/* values styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--values {
    max-width: 1200px;
  }
}

.values {
  margin-top: 120px;
  overflow-x: hidden;
}

.values:first-child {
  margin-top: 120px;
}

.values .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 100px;
  text-align: center;
}

.values .section__title strong {
  font-weight: 900;
}

.values__list {
  margin: 0;
  padding: 70px 0 100px;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.values__list::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #D5CCB8;
}

.values__item {
  position: relative;
  z-index: 2;
  width: 33.33%;
  text-align: center;
  margin-top: 40px;
}

.values__item:nth-child(1) .values__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.values__item:nth-child(2) .values__icon::before {
  transform: translate(-50%, -50%) rotate(0);
}

.values__item:nth-child(3) .values__icon::before {
  transform: translate(-50%, -50%) rotate(-115deg);
}

.values__item:nth-child(4) .values__icon::before {
  transform: translate(-50%, -50%) rotate(160deg);
}

.values__item:nth-child(5) .values__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.values__item:nth-child(6) .values__icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.values__item:nth-child(7) .values__icon::before {
  transform: translate(-50%, -50%) rotate(115deg);
}

.values__item:nth-child(8) .values__icon::before {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.values__item:nth-child(9) .values__icon::before {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.values__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  margin-top: 30px;
}

.values__description {
  font-size: 24px;
  line-height: 1;
  margin: 15px auto 0;
  max-width: 270px;
}

.values__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10em;
  position: relative;
  padding: 30px;
}

.values__item:nth-child(1) .color-element {
  top: -16px;
  left: 80px;
}
.values__item:nth-child(2) .color-element {
  top: -15px;
  left: -10px;
}
.values__item:nth-child(3) .color-element {
  top: 42px;
  left: -14px;
}
.values__item:nth-child(4) .color-element {
  top: 92px;
  left: 65px;
}
.values__item:nth-child(5) .color-element {
  top: 23px;
  left: 136px;
}
.values__item:nth-child(6) .color-element {
  top: -15px;
  left: 80px;
}
.values__item:nth-child(7) .color-element {
  top: -15px;
  left: 80px;
}


/*.values__icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 10em;
  border: 2px solid transparent;
  border-top-color: currentColor;
  transform: translate(-50%, -50%);
}*/

@media only screen and (max-width: 1399px) {
  .values {
    margin-top: 80px;
  }
  .values:first-child {
    margin-top: 80px;
  }
  .values .section__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .values .section__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .values {
    margin-top: 80px;
  }
  .values:first-child {
    margin-top: 80px;
  }
  .values__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .values__list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .values__item {
    width: 100%;
    margin-top: 60px;
  }
  .values__item:nth-child(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .values {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .values:first-child {
    margin-top: 50px;
  }
  .values .section__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .values__list {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/* identity styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--identity {
    max-width: 1565px;
  }
}

.identity {
  /*margin-top: 120px;*/
  padding-top: 90px;
  padding-bottom: 90px;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
}

.identity:first-child {
  margin-top: 120px;
}

.identity .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 0;
  color: inherit;
}

.identity .section__title strong {
  font-weight: 900;
}

.identity__header {
  display: flex;
  margin-bottom: 70px;
  position: relative;
}

.identity__header .identity__figure {
  display: block;
  position: absolute;
  top: -30px;
  right: calc(100% + 55px);
  width: 15.5vw;
}

.identity__header .identity__description {
  flex: 1;
}

.identity__header .section__title {
  min-width: 600px;
}

.identity__description {
  font-size: 20px;
  line-height: 1.2;
}

.identity__list {
  margin: 0 -20px;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.identity__item {
  position: relative;
  z-index: 2;
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 20px;
  padding-bottom: 30px;
  color: #000;
}

.identity__item::before {
  content: '';
  display: block;
  position: absolute;
  left: 20px;
  top: 0;
  right: 20px;
  bottom: 0;
  background-color: #fff;
}

.identity__image,
.identity__title,
.identity__text {
  position: relative;
  z-index: 2;
}

.identity__image {
  margin-bottom: 35px;
}

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

.identity__title {
  padding-left: 10px;
  font-size: 32px;
  font-weight: 900;
  line-height: 1;
  margin-bottom: 20px;
}

.identity__text {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
  line-height: 1;
}

@media only screen and (max-width: 1399px) {
  .identity {
    margin-top: 80px;
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .identity:first-child {
    margin-top: 80px;
  }
  .identity .section__title {
    font-size: 64px;
  }
  .identity__header {
    margin-bottom: 50px;
  }
  .identity__header .section__title {
    min-width: 420px;
  }
  .identity__description {
    font-size: 16px;
  }
  .identity__list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .identity__item {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 15px;
  }
  .identity__item::before {
    left: 15px;
    right: 15px;
  }
  .identity__title {
    font-size: 24px;
  }
  .identity__text {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1199px) {
  .identity .section__title {
    font-size: 45px;
  }
  .identity__header {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .identity {
    margin-top: 80px;
  }
  .identity:first-child {
    margin-top: 80px;
  }
  .identity__header .section__title {
    min-width: 300px;
  }
  .identity__item {
    width: 50%;
    margin-top: 40px;
  }
  .identity__item:nth-child(1), .identity__item:nth-child(2) {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .identity {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .identity:first-child {
    margin-top: 50px;
  }
  .identity__header {
    display: block;
    margin-bottom: 30px;
  }
  .identity__header .section__title {
    min-width: 0;
    margin-bottom: 30px;
  }
  .identity__list {
    flex-wrap: nowrap;
    margin-left: -40px;
    margin-right: -40px;
    width: 100vw;
    overflow-x: auto;
  }
  .identity__item {
    margin: 0 0 20px;
    width: 290px;
    min-width: 290px;
  }
  .identity__item:first-child {
    margin-left: 25px;
  }
  .identity__item:last-child {
    margin-right: 25px;
  }
}

@media screen and (min-width: 577px) {
  .identity__header .section__title br {
    display: none;
  }
}

/* pillars styles
--------------------------------------------- */
.pillars {
  margin-top: 120px;
  overflow-x: hidden;
}

.pillars:first-child {
  margin-top: 120px;
}

.pillars .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 30px;
  text-align: center;
}

.pillars .section__title strong {
  font-weight: 900;
}

.pillars__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pillars__list + .industries__list,
.pillars__list + .pillars__list {
  margin-top: 16px;
}

.pillars__item {
  display: flex;
  align-items: center;
  margin-top: 16px;
}

.pillars__item:first-child {
  margin-top: 0;
  color: #fff;
  background-color: #1F2E49;
}

.pillars__item:nth-child(2) {
  color: #fff;
  background-color: #637972;
}

.pillars__item:nth-child(3) {
	color: #000;
  background-color: #D5CCB8;
}

.pillars__item:nth-child(4) {
	color: #000;
  background-color: #EDEDED;
} 

.pillars__item:nth-child(odd) {
  flex-direction: row-reverse;
}

.pillars__item-image {
  display: block;
  width: 57.5%;
  min-width: 57.5%;
  height: auto;
  object-fit: cover;
}

.pillars__item-text {
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 140px;
  padding-right: 120px;
}

.pillars__item-title {
  font-size: 96px;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 40px;
  color: inherit;
}

.pillars__item-title strong {
  font-weight: 900;
}

.pillars__item-description {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1599px) {
  .pillars__item-text {
    padding-left: 60px;
    padding-right: 60px;
  }
  .pillars__item-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .pillars {
    margin-top: 80px;
  }
  .pillars:first-child {
    margin-top: 80px;
  }
  .pillars .section__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .pillars .section__title {
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .pillars__item {
    display: block;
  }
  .pillars__item-image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .pillars {
    margin-top: 80px;
  }
  .pillars:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .pillars {
    margin-top: 50px;
  }
  .pillars:first-child {
    margin-top: 50px;
  }
  .pillars .section__title {
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .pillars__item-image {
    aspect-ratio: 375/320;
  }
  .pillars__item-text {
    padding-left: 40px;
    padding-right: 30px;
  }
  .pillars__item-title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .pillars__item-description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1400px) {
  .pillars__item-text .button__custom {
    min-width: 290px;
  }
}

@media only screen and (min-width: 1400px) {
  .pillars__item-text {
    padding-left: 170px;
  }
}

/* video styles
--------------------------------------------- */
.video + .contact {
  margin-top: 0;
}

.video-custom-box {
  position: relative;
}

.video-custom-box .play-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  appearance: none;
  border: none;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 184px;
  background-position: center;
  background-image: url(/wp-content/uploads/svg/play.svg);
  cursor: pointer;
  transition: 0.15s;
}

.video-custom-box .play-btn:hover {
  opacity: 0.75;
}

.video-custom-box.play .play-btn {
  opacity: 0;
}

.video-custom {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/6.25;
  object-fit: cover;
}

@media only screen and (max-width: 1399px) {
  .video-custom-box .play-btn {
    background-size: 149px;
  }
  .video-custom {
    aspect-ratio: 16/9;
  }
}

@media only screen and (max-width: 576px) {
  .video-custom {
    aspect-ratio: 375/450;
  }
}


/* contact
--------------------------------------------- */
.page-id-130 .contact {
  display: none;
}
.contact.contact--white {
  background: white;
  color: black;
  margin-top: 54px;
  padding-top: 120px;
  padding-bottom: 78px;
  display:block;
}
.contact.contact--white ::placeholder{
	color: black;
}
.contact.contact--white input[type="text"], .contact.contact--white input[type="email"],  .contact.contact--white input[type="tel"], .contact.contact--white textarea {
  border-bottom: 1px solid black;
}

.img__label {
  display: inline-flex;
  background: black;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 10px;
  justify-content: center;
  align-items: center;
}
.contact.contact--white .section__title {
  font-size: 70px;
  width: 100%;
  min-width: 630px;
}
.contact__list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.contact__list li {
  display: flex;
  justify-content: flex-start;
  gap: 18px;
  align-items: flex-start;
  margin-bottom: 21px;
}
.contact__list li a{
  color:black;
  text-decoration:none;
}
.contact__list li a:hover{
  text-decoration:underline;
}
.page-id-130 form input {
  color: black;
}
@media only screen and (max-width: 1199px) {
	.contact.contact--white {
  margin-top: 0;
  padding-top: 62px;
  padding-bottom: 50px;
}
	.contact.contact--white .section__title {
  font-size: 45px;
  width: 100%;
  min-width: auto;
}
	.contact.contact--white ::placeholder{
  font-size:16px;
}
	iframe {
  height: 500px !important;
}
}

/* Hub
--------------------------------------------- */
.page-template-page-content-hub h1, .entry-title {
  color: #000;
  text-align: center;
  font-family: Satoshi;
  margin: 115px 0 145px;
}
.hub__hr-wrapper {
  margin-bottom: 44px;
}
.container.container1280 {
  max-width: 1280px;
  margin: 0 auto;
}
.hub_list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.hub_list li {
  width: 33%;
  display: flex;
  gap: 26px;
  margin-bottom: 38px;
}
.hub__info {
  display: flex;
  flex-direction: column;
  color: #000;
  font-family: Satoshi;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.hub__info a{
  color: #000;
  text-decoration:underline;
}
@media screen and (max-width: 991px) {
	.page-template-page-content-hub h1, .entry-title {
  margin: 74px 0 56px;
}
	.hub_list li {
  width: 49%;
}
	.hub__hr-wrapper {
  margin-bottom: 44px;
  overflow: hidden;
}
}
@media screen and (max-width: 576px) {
	.hub_list li {
  width: 100%;
}
}
/* Event
--------------------------------------------- */
.event-template-default h1, .entry-title {
  color: #000;
  text-align: center;
  font-family: Satoshi;
  margin: 115px 0 145px;
  font-weight: 500;
}
.event__date {
  color: #000;
  font-family: Satoshi;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 27px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
}





/* howwork styles
--------------------------------------------- */
.howwork {
  margin-top: 120px;
  overflow-x: hidden;
}

.howwork:first-child {
  margin-top: 0;
}

.howwork + .crowtypes {
  margin-top: 0;
}

.howwork .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 30px;
}

.howwork .section__title strong {
  font-weight: 900;
}

.site-main:has(.howwork:last-child) + .contact,
.site-main:has(.crowtypes:last-child) + .contact {
  margin-top: 0;
}

.howwork__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.howwork__item {
  display: flex;
  align-items: center;
}

.howwork__item:first-child {
  margin-top: 0;
}

.howwork__item:nth-child(odd) {
  flex-direction: row-reverse;
}

.howwork__item-image {
  display: block;
  width: 50%;
  min-width: 50%;
  height: auto;
  object-fit: cover;
  align-self: stretch;
}

.howwork__item-text {
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 140px;
  padding-right: 120px;
}

.howwork__item-title {
  font-size: 96px;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 40px;
  color: inherit;
}

.howwork__item-title strong {
  font-weight: 900;
}

.howwork__item-description {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1599px) {
  .howwork__item-text {
    padding-left: 60px;
    padding-right: 60px;
  }
  .howwork__item-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .howwork {
    margin-top: 80px;
  }
  .howwork .section__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .howwork .section__title {
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .howwork__item {
    display: block;
  }
  .howwork__item-image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .howwork {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .howwork {
    margin-top: 50px;
  }
  .howwork .section__title {
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .howwork__item-image {
    aspect-ratio: 375/320;
  }
  .howwork__item-text {
    padding-left: 40px;
    padding-right: 30px;
  }
  .howwork__item-title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .howwork__item-description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1400px) {
  .howwork__item-text .button__custom {
    min-width: 290px;
  }
  .howwork__item-image {
    width: 55.75%;
    min-width: 55.75%;
  }
}

@media only screen and (min-width: 1699px) {
  .howwork__item-text {
    padding-left: 188px;
  }
  .howwork__item-description {
    max-width: 510px;
  }
}

/* crowtypes styles
--------------------------------------------- */
.crowtypes {
  margin-top: 120px;
  overflow-x: hidden;
}

.crowtypes:first-child {
  margin-top: 120px;
}

.crowtypes .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 30px;
}

.crowtypes .section__title strong {
  font-weight: 900;
}

.crowtypes__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.crowtypes__item {
  display: flex;
  align-items: center;
}

.crowtypes__item:first-child {
  margin-top: 0;
}

.crowtypes__item:nth-child(even) {
  flex-direction: row-reverse;
}

.crowtypes__list li:first-child {
  color: #fff;
  background-color: #637972;
}

.crowtypes__list li:nth-child(2) {
  color: #fff;
  background-color: #000;
}

.crowtypes__list li:last-child {
  color: #000;
  background-color: #D5CCB8;
}

.crowtypes__item-image {
  display: block;
  width: 50%;
  min-width: 50%;
  height: auto;
  object-fit: cover;
  align-self: stretch;
}

.crowtypes__item-text {
  flex: 1;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 140px;
  padding-right: 120px;
}

.crowtypes__item-title {
  font-size: 96px;
  font-weight: 300;
  line-height: .9;
  margin-bottom: 40px;
  color: inherit;
}

.crowtypes__item-title strong {
  font-weight: 900;
}

.crowtypes__item-description {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 35px;
}

@media only screen and (max-width: 1599px) {
  .crowtypes__item-text {
    padding-left: 60px;
    padding-right: 60px;
  }
  .crowtypes__item-title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1399px) {
  .crowtypes {
    margin-top: 80px;
  }
  .crowtypes:first-child {
    margin-top: 80px;
  }
  .crowtypes .section__title {
    font-size: 64px;
  }
  .industries__item-title {
    font-size: 45px;
    padding: 0 15px 20px 20px;
  }
  .industries__item-icon {
    margin-right: 15px;
    width: 50px;
    min-width: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .crowtypes .section__title {
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
  .crowtypes__item {
    display: block;
  }
  .crowtypes__item-image {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .crowtypes {
    margin-top: 80px;
  }
  .crowtypes:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .crowtypes {
    margin-top: 50px;
  }
  .crowtypes:first-child {
    margin-top: 50px;
  }
  .crowtypes .section__title {
    margin-bottom: 30px;
    padding-left: 40px;
  }
  .crowtypes__item-image {
    aspect-ratio: 375/320;
  }
  .crowtypes__item-text {
    padding-left: 40px;
    padding-right: 30px;
  }
  .crowtypes__item-title {
    font-size: 45px;
    line-height: 1;
    margin-bottom: 35px;
  }
  .crowtypes__item-description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1400px) {
  .crowtypes__item-text .button__custom {
    min-width: 290px;
  }
  .crowtypes__item-description {
    max-width: 500px;
  }
  .crowtypes__item-image {
    width: 44.25%;
    min-width: 44.25%;
  }
}

@media only screen and (min-width: 1799px) {
  .crowtypes__item:nth-child(even) .crowtypes__item-text {
    padding-right: 230px;
    flex-grow: initial;
  }
  .crowtypes__item:nth-child(even) .crowtypes__item-description {
    width: 475px;
  }
  .crowtypes__item-text {
    padding-left: 200px;
  }
}

.button__custom span:only-child {
  display: block;
  margin-left: -5px;
  width: calc(100% + 5px);
  text-align: center;
}

@media screen and (max-width: 991px) {
  .button__custom span:only-child {
    margin-left: 0;
    width: 100%;
  }
}

/* certificate styles
--------------------------------------------- */
.certificate {
  margin-top: 120px;
}

.certificate:first-child {
  margin-top: 120px;
}

.certificate .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 30px;
  text-align: center;
}

.certificate .section__title strong {
  font-weight: 900;
}

.certificate__slider {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 150px;
}

.certificate__slider .slick-arrow {
  position: absolute;
  z-index: 15;
  top: 50%;
  transform: translateY(-50%);
  appearance: none;
  font-size: 0;
  border-radius: 0;
  background-color: #fff;
  border: 1px solid #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 66px;
  cursor: pointer;
  transition: 0.15s;
}

.certificate__slider .slick-arrow::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.certificate__slider .slick-arrow:hover {
  background-color: #000;
}

.certificate__slider .slick-arrow:hover::after {
  filter: brightness(0) invert(100%);
}

.certificate__slider .slick-prev {
  left: -146px;
}

.certificate__slider .slick-prev::after {
  background-image: url("/wp-content/uploads/svg/slider__left-2.svg");
}

.certificate__slider .slick-next {
  right: -146px;
}

.certificate__slider .slick-next::after {
  background-image: url("/wp-content/uploads/svg/slider__right-2.svg");
}

.certificate__slider .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(100% + 100px);
  left: 0;
  width: 100%;
  font-size: 0;
}

.certificate__slider .slick-dots li {
  padding: 0 6px;
}

.certificate__slider .slick-dots li.slick-active button {
  background-color: #637972;
}

.certificate__slider .slick-dots button {
  appearance: none;
  border: none;
  font-size: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #D9D9D9;
}

.certificate__slider .slick-list:has(.certificate__slider-item:only-child) ~ .slick-dots {
  display: none;
}

.certificate__slider-item .button__custom {
  background-color: #fff;
  border: 2px solid #000;
  color: #000 !important;
}

.certificate__slider-item .button__custom:hover {
  background-color: #000;
  color: #fff !important;
}

@media only screen and (max-width: 1599px) {
  .certificate__slider .slick-arrow {
    width: 48px;
    height: 48px;
  }
  .certificate__slider .slick-arrow::after {
    width: 20px;
    height: 20px;
  }
  .certificate__slider .slick-prev {
    left: -63px;
  }
  .certificate__slider .slick-next {
    right: -63px;
  }
}

@media only screen and (max-width: 1399px) {
  .certificate {
    margin-top: 80px;
  }
  .certificate:first-child {
    margin-top: 80px;
  }
  .certificate .section__title {
    font-size: 64px;
  }
  .certificate__slider {
    margin-bottom: 100px;
  }
  .certificate__slider .slick-dots {
    top: calc(100% + 70px);
  }
}

@media only screen and (max-width: 1199px) {
  .certificate .section__title {
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .certificate {
    margin-top: 80px;
  }
  .certificate:first-child {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .certificate .section__title {
    text-align: left;
    padding-left: 40px;
    margin-bottom: 20px;
  }
  .certificate__slider {
    margin-bottom: 50px;
  }
  .certificate__slider .slick-arrow {
    top: calc(50% - 35px);
  }
  .certificate__slider .slick-prev {
    left: 0;
  }
  .certificate__slider .slick-next {
    right: 0;
  }
  .certificate__slider .slick-dots {
    top: 100%;
  }
  .certificate__slider .slick-dots li {
    padding: 0 4px;
  }
  .certificate__slider .slick-dots button {
    width: 14px;
    height: 14px;
  }
  .certificate__slider-inner {
    padding: 30px 40px;
    text-align: center;
  }
  .certificate__slider-inner .button__custom {
    margin-top: 20px;
  }
  .certificate__slider-image {
    background-color: #fff;
    padding: 20px;
    display: block;
    width: 100%;
    height: auto;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.15);
  }
}

@media screen and (max-width: 576px) {
  .certificate {
    margin-top: 50px;
  }
  .certificate:first-child {
    margin-top: 50px;
  }
  .certificate .section__title {
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px) {
  .certificate__slider-item {
    aspect-ratio: 900/680;
  }
  .certificate__slider-inner {
    width: 100%;
    height: 100%;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 30px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    position: relative;
  }
  .certificate__slider-inner::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.05;
    transition: 0.15s;
  }
  .certificate__slider-inner .button__custom {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
  }
  .certificate__slider-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .certificate__slider {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(100vw - 150px);
  }
  .certificate__slider .slick-list {
    aspect-ratio: 1310/700;
  }
  .certificate__slider .slick-track {
    height: 100% !important;
  }
  .certificate__slider .slick-list,
  .certificate__slider .slick-track {
    width: 100% !important;
    padding: 0 !important;
    transform: none !important;
    overflow: visible !important;
  }
  .certificate__slider .slick-list::before, .certificate__slider .slick-list::after,
  .certificate__slider .slick-track::before,
  .certificate__slider .slick-track::after {
    display: none;
  }
  @keyframes fadeInLoad {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .certificate__slider-item {
    width: auto !important;
    height: 71% !important;
    transform: translate(0, -50%);
    position: absolute;
    left: 0;
    top: 50%;
    transition: .5s;
    opacity: 0;
  }
  .certificate__slider-item.slick-center:not(.slick-cloned) {
    z-index: 10;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 97.5% !important;
    opacity: 1;
  }
  .certificate__slider-item.slick-center:not(.slick-cloned) .certificate__slider-inner {
    animation-name: fadeInLoad;
    animation-duration: .25s;
    animation-play-state: running;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
  }
  .certificate__slider-item.slick-center:not(.slick-cloned) .certificate__slider-inner::after {
    opacity: 0;
  }
  .certificate__slider-item.slick-center:not(.slick-cloned) ~ .certificate__slider-item {
    left: 100%;
    transform: translate(-100%, -50%);
  }
  .certificate__slider-item.slick-center:not(.slick-cloned) + .certificate__slider-item {
    z-index: 5;
    transform: translate(-112.5%, -50%);
    height: 83% !important;
    opacity: 1;
  }
  .certificate__slider-item.slick-center:not(.slick-cloned) + .certificate__slider-item + .certificate__slider-item {
    opacity: 1;
  }
  .certificate__slider-item.slick-center:not(.slick-cloned) + .certificate__slider-item .certificate__slider-inner::after {
    opacity: .01;
  }
  .certificate__slider-item.prev-active {
    z-index: 5;
    transform: translate(12.5%, -50%);
    height: 83% !important;
  }
  .certificate__slider-item.prev-active .certificate__slider-inner::after {
    opacity: .01;
  }
  .certificate__slider-item.prev-active, .certificate__slider-item.prev-active-2 {
    opacity: 1;
  }
}

@media screen and (min-width: 1600px) {
  .certificate__slider {
    max-width: 1310px;
  }
  .certificate__slider-inner {
    padding: 55px 65px 65px;
  }
}

/* crownest styles
--------------------------------------------- */
.container--crownest {
  max-width: 920px;
}

.crownest {
  margin-top: 120px;
  overflow-x: hidden;
}

.crownest:first-child {
  margin-top: 0;
}

.crownest .crownest__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 30px;
  color: #fff;
}

.crownest .crownest__title strong {
  font-weight: 900;
}

.crownest + .features,
.crownest + .devices {
  margin-top: 16px;
}

.crownest__heading {
  position: relative;
}

.crownest__heading .crownest__title {
  position: absolute;
  top: 75px;
  left: 12vw;
}

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

.crownest__description {
  background-color: #000;
  color: #fff;
  padding-top: 115px;
  padding-bottom: 115px;
  text-align: center;
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}

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

.crownest__description strong {
  font-weight: 900;
}

.crownest__figure {
  width: 35vw;
  position: absolute;
  left: 0;
  top: 65px;
}

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

@media only screen and (max-width: 1699px) {
  .crownest__heading .crownest__title {
    top: 35px;
    left: 8vw;
  }
}

@media only screen and (max-width: 1399px) {
  .crownest {
    margin-top: 80px;
  }
  .crownest:first-child {
    margin-top: 0;
  }
  .crownest .crownest__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .crownest .crownest__title {
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .crownest {
    margin-top: 80px;
  }
  .crownest:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .crownest {
    background-color: #20304a;
  }
  .crownest__heading .crownest__title {
    position: relative;
    top: 0;
    left: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .crownest__description {
    background-color: transparent;
    padding-top: 0;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  .crownest__description .crownest__figure {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .crownest {
    margin-top: 50px;
    overflow: hidden;
  }
  .crownest .crownest__image {
    margin-left: -30%;
    width: 250%;
    overflow: hidden;
  }
  .crownest .crownest__image img {
    margin-top: -3%;
  }
  .crownest .crownest__title {
    margin-bottom: 35px;
    padding-left: 40px;
  }
}
.archive__page {
  margin-bottom: 100px;
}
.event__thumb img{
  height: auto;
  max-width: none;
}
.btn_event {
  display: flex;
}
.event__link {
  text-decoration: none;
  color: #000;
  font-weight: 900;
  font-size: 20px;
  line-height: 140%; 
  margin-right: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.event__link span{
  text-decoration-line: underline;
  margin-right: 15px;
}
@media screen and (max-width: 450px) {
  .event__thumb {
    display: none;
  }
  .event__link svg {
    display: none;
  }
  .event__link {
    margin-right: 0px;
  }
  .btn_event {
    display: flex;
    justify-content: space-between;
  }
  .event__line {
    overflow: hidden;
  }
  .event__line svg{
    width: 200%;
  }
  .event__link span{
    margin-right: 0px;
  }
  .crownest .crownest__image {
    margin-left: -10%;
    width: 120%;
    overflow: hidden;
  }
  .crownest .crownest__image img {
    margin-top: 0%;
    margin-bottom: 7%;
  }
}
@media screen and (min-width: 1400px) {
  .crownest__description {
    font-size: 24px;
  }
}

/* features styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--features {
    max-width: 1580px;
  }
}

.features {
  margin-top: 120px;
  overflow-x: hidden;
}

.features:first-child {
  margin-top: 120px;
}

.features .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 100px;
  text-align: center;
}

.features .section__title strong {
  font-weight: 900;
}

.features + .features,
.features + .devices {
  margin-top: 16px;
}

.features__list {
  margin: 0;
  padding: 70px 0 100px;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.features__list::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #D5CCB8;
}

.features__item {
  position: relative;
  z-index: 2;
  width: 25%;
  text-align: center;
  margin-top: 40px;
}

.features__item:nth-child(1) .color-element, .crowglide-features__item:nth-child(1) .color-element {
  top: -16px;
  left: 80px;
}
.features__item:nth-child(2) .color-element, .crowglide-features__item:nth-child(2) .color-element {
  top: -15px;
  left: -10px;
}
.features__item:nth-child(3) .color-element, .crowglide-features__item:nth-child(3) .color-element {
  top: 42px;
  left: -14px;
}
.features__item:nth-child(4) .color-element, .crowglide-features__item:nth-child(4) .color-element {
  top: 92px;
  left: 65px;
}
.features__item:nth-child(5) .color-element, .crowglide-features__item:nth-child(5) .color-element {
  top: 23px;
  left: 136px;
}
/*.features__item:nth-child(6) .color-element, .crowglide-features__item:nth-child(6) .color-element {
  top: -15px;
  left: 61px
}
.features__item:nth-child(7) .color-element, .crowglide-features__item:nth-child(7) .color-element {
  top: -17px;
  left: -19px;
}*/
.features__item:nth-child(6) .color-element, .crowglide-features__item:nth-child(6) .color-element {
  top: -16px;
  left: 80px;
}
.features__item:nth-child(7) .color-element, .crowglide-features__item:nth-child(7) .color-element {
  top: -15px;
  left: -10px;
}
.features__item:nth-child(8) .color-element, .crowglide-features__item:nth-child(8) .color-element {
  top: 42px;
  left: -14px;
}
.features__item:nth-child(9) .color-element, .crowglide-features__item:nth-child(9) .color-element {
  top: 92px;
  left: 65px;
}
.features__item:nth-child(10) .color-element, .crowglide-features__item:nth-child(10) .color-element {
  top: 23px;
  left: 136px;
}
.features__item:nth-child(11) .color-element, .crowglide-features__item:nth-child(6) .color-element {
  top: -16px;
  left: 80px;
}
.features__item:nth-child(12) .color-element, .crowglide-features__item:nth-child(7) .color-element {
  top: -15px;
  left: -10px;
}

.features__item:nth-child(1) .features__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.features__item:nth-child(2) .features__icon::before {
  transform: translate(-50%, -50%) rotate(-20deg);
}

.features__item:nth-child(3) .features__icon::before {
  transform: translate(-50%, -50%) rotate(-115deg);
}

.features__item:nth-child(4) .features__icon::before {
  transform: translate(-50%, -50%) rotate(160deg);
}

.features__item:nth-child(5) .features__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.features__item:nth-child(6) .features__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.features__item:nth-child(7) .features__icon::before {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.features__item:nth-child(8) .features__icon::before {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.features__item:nth-child(9) .features__icon::before {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.features__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  margin-top: 30px;
}

.features__description {
  font-size: 24px;
  line-height: 1;
  margin: 15px auto 0;
  max-width: 270px;
}

.features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10em;
  position: relative;
  padding: 30px;
}

/*.features__icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 10em;
  border: 2px solid transparent;
  border-top-color: currentColor;
  transform: translate(-50%, -50%);
}*/
.color-element {
  position: absolute;
}
@media only screen and (max-width: 1399px) {
  .features {
    margin-top: 80px;
  }
  .features:first-child {
    margin-top: 80px;
  }
  .features .section__title {
    font-size: 64px;
  }
  .features__item {
    width: 33.33%;
  }
}

@media only screen and (max-width: 1199px) {
  .features .section__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .features {
    margin-top: 80px;
  }
  .features:first-child {
    margin-top: 80px;
  }
  .features__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .features__list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .features__item {
    width: 100%;
    margin-top: 60px;
  }
  .features__item:nth-child(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .features {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .features:first-child {
    margin-top: 50px;
  }
  .features .section__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .features__list {
    margin-left: -25px;
    margin-right: -25px;
  }
}

.site-main:has(.features:last-child) + .contact,
.site-main:has(.devices:last-child) + .contact {
  margin-top: 16px;
}

/* devices styles
--------------------------------------------- */
.devices {
  margin-top: 20px;
  overflow-x: hidden;
}

.devices:first-child {
  margin-top: 120px;
}

.devices .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  padding-left: 70px;
  padding-right: 30px;
}

.devices .section__title strong {
  font-weight: 900;
}

.devices__list {
  margin: -16px -8px 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.devices__list + .devices__list,
.devices__list + .devices__list {
  margin-top: 16px;
}

.devices__item {
  padding: 0 8px;
  margin-top: 16px;
  position: relative;
}

.devices__item::after {
  content: '';
  display: block;
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 0;
  height: 50%;
  opacity: 0.7;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.devices__image img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.devices__item-text {
  position: absolute;
  z-index: 3;
  left: 8px;
  bottom: 0;
  right: 8px;
  padding: 0 30px 35px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.devices__item-text .button__custom {
  white-space: nowrap;
  align-self: flex-end;
}

.devices__title {
  color: #fff;
  font-size: 30px;
  line-height: 1.2;
  padding-right: 15px;
  margin: 0;
}

@media only screen and (max-width: 1399px) {
  .devices {
    margin-top: 80px;
  }
  .devices:first-child {
    margin-top: 80px;
  }
  .devices .section__title {
    font-size: 64px;
  }
  .devices__item::after {
    top: 0;
    bottom: auto;
    background-image: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #000 100%);
  }
  .devices__item-text {
    top: 0;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 30px;
  }
  .devices__item-text .button__custom {
    align-self: flex-start;
  }
  .devices__title {
	padding-right: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .devices .section__title {
    font-size: 45px;
    padding-left: 50px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .devices {
    margin-top: 80px;
  }
  .devices:first-child {
    margin-top: 80px;
  }
  .devices__item-text {
    padding: 25px;
  }
  .devices__item-text .button__custom {
    min-width: 175px;
  }
}

@media screen and (max-width: 767px) {
  .devices__item {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .devices {
    margin-top: 50px;
  }
  .devices:first-child {
    margin-top: 50px;
  }
  .devices .section__title {
    margin-bottom: 30px;
    padding-left: 40px;
  }
}

@media screen and (min-width: 768px) {
  .devices__item {
    width: 50%;
    min-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  .devices__item {
    width: 33.33%;
    min-width: 33.33%;
  }
	.page-id-41 .devices__item {
    width: 50%;
    min-width: 50%%;
  }
  .devices__item:nth-child(1), .devices__item:nth-child(2) {
    width: 50%;
  }
  .devices__item:nth-child(1) .devices__image img, .devices__item:nth-child(2) .devices__image img {
    aspect-ratio: 950/785;
  }
  /*.page-id-41 .devices__item .devices__image img{
     aspect-ratio: 950/785;
  }*/
}

@media screen and (min-width: 1200px) {
  .devices__item:nth-child(1) .devices__title, .devices__item:nth-child(2) .devices__title {
    font-size: 40px;
  }
}

@media screen and (min-width: 1400px) {
  .devices__item:nth-child(1) .devices__item-text, .devices__item:nth-child(2) .devices__item-text {
    padding: 0 40px 40px 50px;
  }
  .devices__item:nth-child(1) .devices__title, .devices__item:nth-child(2) .devices__title {
    font-size: 64px;
  }
  .page-id-41 .devices__item .devices__item-text {
    padding: 0 40px 40px 50px;
  }
	
  .page-id-41  .devices__item .devices__title{
    font-size: 64px;
  }
}

@media screen and (min-width: 1700px) {
  .devices__item-text .button__custom {
    min-width: 230px;
  }
}

/* Events
--------------------------------------------- */
.event__info {
  display: flex;
  gap: 48px;
  align-items: flex-start;
  justify-content: flex-start;
}
.post-number {
  color: #000;
  text-align: center;
  font-family: Satoshi;
  font-size: 200px;
  font-style: normal;
  font-weight: 300;
  line-height: 1;
  display: flex;
  width: 124px;
  min-width: 124px;
  justify-content: center;
}
.event__text h2 {
  color: #000;
  font-family: Satoshi;
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  line-height: 130%;
  padding: 0;
  margin: 0 0 11px;
}



/* control-panel styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--control-panel {
    max-width: 1360px;
  }
}

.imagefluid img {
  display: block;
  width: 100%;
}

.control-panel {
  margin-top: 90px;
}

.control-panel:first-child {
  margin-top: 120px;
}

.control-panel .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 20px;
}

.control-panel .section__title strong {
  font-weight: 900;
}

.control-panel .section__subtitle {
  text-align: center;
  font-weight: 900;
  line-height: 0.9;
  font-size: 36px;
}

.control-panel__row {
  display: flex;
  justify-content: space-between;
}

.control-panel__list {
  margin: 120px 0 0;
  padding: 0;
  list-style: none;
}

.control-panel__item {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
}

.control-panel__item-image {
  width: 39.75%;
  min-width: 39.75%;
  background-color: #fff;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.control-panel__item-content {
  flex: 1;
  padding-left: 100px;
}

.control-panel__item-title {
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 20px;
}

.control-panel__item-divide {
  display: block;
  width: 100%;
  max-width: 632px;
  margin-bottom: 30px;
}

.control-panel__item-description {
  max-width: 635px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1399px) {
  .control-panel {
    margin-top: 80px;
  }
  .control-panel:first-child {
    margin-top: 80px;
  }
  .control-panel .section__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .control-panel .section__title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .control-panel .section__subtitle {
    font-size: 24px;
  }
  .control-panel__list {
    margin-top: 60px;
  }
  .control-panel__item-content {
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .control-panel {
    margin-top: 80px;
  }
  .control-panel:first-child {
    margin-top: 80px;
  }
  .control-panel__item {
    display: block;
  }
  .control-panel__item-image {
    box-shadow: none;
    width: 100%;
    margin-bottom: 50px;
  }
  .control-panel__item-content {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .control-panel .section__title,
  .control-panel .section__subtitle {
    text-align: left;
    padding-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .imagefluid {
    overflow: hidden;
  }
  .imagefluid img {
    min-height: 720px;
    object-fit: cover;
    max-width: none;
    width: calc(100% + 220px);
    margin-left: -220px;
  }
  .control-panel {
    margin-top: 50px;
  }
  .control-panel:first-child {
    margin-top: 50px;
  }
  .control-panel__list {
    margin-top: 30px;
  }
  .control-panel__item {
    margin-bottom: 10px;
  }
  .control-panel__item-content {
    padding-left: 20px;
    padding-right: 10px;
  }
  .control-panel__item-content .button__custom {
    min-width: 180px;
  }
  .control-panel__item-title {
    font-size: 24px;
  }
  .control-panel__item-divide {
    height: 11px;
    object-fit: cover;
    object-position: left top;
    max-width: 270px;
    margin-bottom: 20px;
  }
  .control-panel__item-description {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1400px) {
  .control-panel__item-content .button__custom {
    min-width: 295px;
  }
}

/* partners-company styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--partners-company {
    max-width: 1560px;
  }
}

.partners-company {
  margin-top: 120px;
}

.partners-company:first-child {
  margin-top: 120px;
  margin-bottom: 60px;
}

.partners-company .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 120px;
}

.partners-company .section__title strong {
  font-weight: 900;
}

.partners-company .section__title + .partners-company__row .partners-company__map {
  margin-top: -300px;
}

.partners-company__row {
  display: flex;
  justify-content: space-between;
}

.partners-company__list {
  margin: 0;
  padding: 0 60px 0 0;
  list-style: none;
  flex: 1;
  line-height: 1.25;
}

.partners-company__list ul {
  margin: 0;
  padding: 0;
  list-style: none;
  min-height: 330px;
}

.partners-company__list ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  max-width: 400px;
}

.partners-company__item {
  margin-bottom: 60px;
}

.partners-company__item:last-child {
  margin-bottom: 0;
}

.partners-company__icon {
  display: block;
  width: 44px;
  min-width: 44px;
  height: auto;
  margin-right: 20px;
}

.partners-company__map {
  width: 60%;
  min-width: 60%;
}

.partners-company__map img {
  display: block;
  width: 60%;
  height: auto;
}
.partners-company__map {
  width: 60%;
  min-width: 60%;
  display: flex;
  justify-content: center;
}
.partners-company__item-title {
  font-size: 48px;
  font-weight: 900;
  line-height: 1;
  padding-bottom: 25px;
}

.partners-company__item-divide {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  margin-bottom: 40px;
}

@media only screen and (max-width: 1399px) {
  .partners-company {
    margin-top: 80px;
  }
  .partners-company:first-child {
    margin-top: 80px;
  }
  .partners-company .section__title {
    font-size: 64px;
    margin-bottom: 80px;
  }
  .partners-company .section__title + .partners-company__row .partners-company__map {
    margin-top: -220px;
  }
  .partners-company__map img {
  width: 70%;
	margin: 0 auto;
}
}

@media only screen and (max-width: 1199px) {
  .partners-company .section__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
  .partners-company .section__title + .partners-company__row .partners-company__map {
    margin-top: -120px;
  }
  .partners-company__list {
    padding-right: 30px;
  }
  .partners-company__item-title {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .partners-company__item-divide {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .partners-company {
    margin-top: 80px;
  }
  .partners-company:first-child {
    margin-top: 80px;
  }
  .partners-company .section__title + .partners-company__row .partners-company__map {
    margin-top: 0;
  }
  .partners-company__row {
    display: block;
  }
  .partners-company__list {
    padding-right: 0;
    width: 100%;
  }
  .partners-company__map {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .partners-company .section__title {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 40px;
  }
  .partners-company__list {
    padding-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .partners-company {
    margin-top: 50px;
  }
  .partners-company:first-child {
    margin-top: 50px;
  }
  .partners-company .section__title {
    margin-bottom: 40px;
	padding-left: 0px;
  }
}

@media screen and (min-width: 1400px) {
  .partners-company .section__title {
    padding-left: 130px;
  }
  .partners-company__list {
    padding: 0 60px 0 130px;
  }
  .partners-company__item {
    font-size: 24px;
  }
}

/* product styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--product {
    max-width: 1360px;
  }
}

.imagefluid img {
  display: block;
  width: 100%;
}

.product {
  margin-top: 90px;
}

.product:first-child {
  margin-top: 90px;
}

.product .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  text-align: center;
  margin-bottom: 20px;
}

.product .section__title strong {
  font-weight: 900;
}

.product .section__subtitle {
  text-align: center;
  font-weight: 900;
  line-height: 0.9;
  font-size: 36px;
}

.product__row {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}
.product__row .button__custom {
  margin-bottom: 50px;
}

.product__image {
  margin-left: -90px;
  width: calc(39.75% + 90px);
  min-width: calc(39.75% + 90px);
}

.product__content {
  flex: 1;
  padding-left: 100px;
}
.product__content ul {
  margin-left: 20px;
  padding-left: 0px;
  margin-bottom: 5px;
}


.product__title {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 0;
}

.product__code {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 30px;
}

.product__divide {
  display: block;
  width: 100%;
  max-width: 635px;
  margin-bottom: 30px;
}

.product__description {
  max-width: 635px;
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
  margin-bottom: 40px;
}

.product__features-title {
  font-size: 28px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 30px;
}

.product__features-list {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.3;
  max-width: 635px;
  border-bottom: 1px solid #000;
  padding-bottom: 35px;
  margin-bottom: 40px;
}
.product__features-text {
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.product__features-text p {
  margin-bottom: 0px;
}
.product__features-text p strong{
  font-weight: 900;
}
.product__features-list strong {
  display: block;
  font-weight: 900;
}

.downloads__list {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 635px;
  border-bottom: 1px solid #000;
  padding-bottom: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
}

.downloads__list li {
  width: 50%;
  padding-right: 10px;
}

.downloads__list li:nth-child(even) {
  padding-left: 10px;
}

.downloads__list strong {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  padding-left: 75px;
}

.downloads__list a {
  color: #000;
  text-decoration: none;
  position: relative;
  padding-left: 75px;
  display: block;
  font-size: 18px;
}

.downloads__list a img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.downloads__list a span {
  display: block;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

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

.downloads__list a:hover span {
  text-decoration: none;
}

.product__note {
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 40px;
  max-width: 550px;
  margin-top: 30px;
}

.product__gallery-thumb-title {
  line-height: 1.25;
  margin-bottom: 20px;
}

.product__gallery {
  width: 100%;
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.25);
  margin-bottom: 45px;
  position:relative;
}

.product__gallery-item {
  background-color: #fff;
  display: flex !important;
  align-items: flex-end;
  justify-content: center;
}

.product__gallery-thumb {
  width: calc(100% + 30px);
  margin-left: -15px;
}

.product__gallery-thumb .product__gallery-item {
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.product__gallery-thumb .product__gallery-item img {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 15px 0;
}

.product__gallery-thumb .product__gallery-item.slick-current {
  position: relative;
}

.product__gallery-thumb .product__gallery-item.slick-current::after {
  content: '';
  display: block;
  position: absolute;
  left: 12px;
  top: 15px;
  right: 12px;
  bottom: 15px;
  border: 2px solid #92BDFF;
}

.home-illustration {
  margin-top: 45px;
  padding-top: 60px;
  border-top: 1px solid #000;
}

.product_releted_list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.product_releted_list li {
  width: 21%;
}
.product_releted_list a {
  display: block;
}
.product_releted_list img {
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.25);
  padding: 12px 12px 0;
  border: 3px solid transparent;
}
.product_releted_list img:hover {
  border: 3px solid #92BDFF;
}
.product__gallery .slick-prev.slick-arrow {
  background: url(/wp-content/uploads/2025/08/arr.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  width: 56px;
  height: 56px;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
	background-color: white;
}
.product__gallery .slick-next.slick-arrow {
  background: url(/wp-content/uploads/2025/08/arr2.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
  width: 56px;
  height: 56px;
  border: 1px solid black;
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  transform:rotate(180deg);
	background-color: white;
}
.product__gallery .slick-prev.slick-arrow {
  position: absolute;
  top: 50%;
  left: -15px;
  z-index: 1;
  transform: translateY(-50%);
}
.product__gallery .slick-next.slick-arrow {
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 1;
  transform: translateY(-50%);
}
/*.slick-next.slick-arrow:hover, .slick-prev.slick-arrow:hover {
  background-color: #e1e1e1;
}*/
@media screen and (max-width: 767px) {
  .product_releted_list li {
  width: 46%;
}
}

@media only screen and (max-width: 1599px) {
  .product__image {
    margin-left: -40px;
    width: calc(39.75% + 40px);
    min-width: calc(39.75% + 40px);
  }
}

@media only screen and (max-width: 1399px) {
  .product {
    margin-top: 80px;
  }
  .product:first-child {
    margin-top: 80px;
  }
  .product .section__title {
    font-size: 64px;
  }
  .product__image {
    margin-left: 0;
    width: 39.75%;
    min-width: 39.75%;
  }
  .product__gallery-thumb-title {
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 1199px) {
  .product .section__title {
    font-size: 45px;
    margin-bottom: 10px;
  }
  .product .section__subtitle {
    font-size: 24px;
  }
  .product__row {
    margin-top: 60px;
  }
  .product__content {
    padding-left: 50px;
  }
}

@media screen and (max-width: 991px) {
  .product {
    margin-top: 80px;
  }
  .product:first-child {
    margin-top: 80px;
  }
  .product__row {
    display: block;
  }
  .product__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .product__image .home-illustration {
    display: none;
  }
  .product__content {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .product .section__title,
  .product .section__subtitle {
    text-align: left;
    padding-left: 20px;
  }
}

@media screen and (max-width: 576px) {
  .imagefluid {
    overflow: hidden;
  }
  .imagefluid img {
    min-height: 720px;
    object-fit: cover;
    max-width: none;
    width: calc(100% + 220px);
    margin-left: -220px;
  }
  .product {
    margin-top: 50px;
  }
  .product:first-child {
    margin-top: 50px;
  }
  .product__row {
    margin-top: 30px;
  }
  .product__content {
    padding-left: 20px;
    padding-right: 10px;
  }
  .product__content .button__custom {
    min-width: 180px;
  }
  .product__divide {
    height: 11px;
    object-fit: cover;
    object-position: left top;
    max-width: 270px;
    margin-bottom: 20px;
  }
  .product__image {
    padding-left: 20px;
    padding-right: 20px;
  }
  .product__gallery {
    box-shadow: none;
    margin-bottom: 40px;
  }
  .product__gallery .product__gallery-item {
    background-color: transparent;
  }
  .product__gallery-thumb {
    margin-left: -40px;
    width: calc(100% + 80px);
  }
  .product__gallery-thumb .slick-list,
  .product__gallery-thumb .slick-track,
  .product__gallery-thumb .product__gallery-item {
    overflow: visible !important;
    width: auto !important;
    transform: none !important;
    margin: 0 !important;
  }
  .product__gallery-thumb .slick-list {
    width: 100% !important;
    overflow-x: auto !important;
  }
  .product__gallery-thumb .slick-track {
    display: flex;
  }
  .product__gallery-thumb .product__gallery-item {
    height: auto;
    min-height: 0;
    width: 54.5vw !important;
    min-width: 54.5vw !important;
  }
  .product__gallery-thumb .product__gallery-item:first-child {
    margin-left: 28px !important;
  }
  .product__gallery-thumb .product__gallery-item:last-child {
    margin-right: 28px !important;
  }
  .product__title {
    font-size: 45px;
    line-height: 1;
  }
  .product__features-title {
    font-size: 32px;
    margin-bottom: 15px;
  }
  .product__features-list li {
    margin-bottom: 15px;
  }
  .product__features-list li:last-child {
    margin-bottom: 0;
  }
  .product__features-list strong {
    font-size: 22px;
  }
  .downloads__list {
    display: block;
    margin-bottom: 30px;
  }
  .downloads__list strong {
    font-size: 24px;
  }
  .downloads__list li {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
    margin-bottom: 25px;
  }
  .downloads__list li:last-child {
    margin-bottom: 0;
  }
  .product__note {
    font-size: 22px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 577px) {
  .product__gallery-thumb .slick-list,
  .product__gallery-thumb .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .product__gallery-thumb .slick-track {
    display: flex !important;
    flex-wrap: wrap;
  }
  .product__gallery-thumb .product__gallery-item {
    padding-bottom: 12px;
    padding-top: 12px;
    width: 25% !important;
    min-width: 25% !important;
  }
  .product__gallery-thumb .product__gallery-item::after {
    top: 12px !important;
    bottom: 12px !important;
  }
}

@media screen and (min-width: 1400px) {
  .product__note {
    font-size: 24px;
  }
  .product__content .button__custom {
    min-width: 225px;
  }
  .downloads__list strong {
    font-size: 24px;
  }
  .downloads__list a {
    margin-right: -30px;
    font-size: 19px;
  }
  .product__gallery-thumb-title {
    font-size: 24px;
  }
}

.page-id-272 .contact {
  display: none;
}

.page-id-422 path:hover {
  fill: #D5CCB8;
  transition: 0s;
}

.archive article:last-child {
  margin-bottom: 50px;
}



/* crowglide-app styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--crowglide-app {
    max-width: 1580px;
  }
}

.container--crowglide-app {
  position: relative;
  z-index: 3;
  display: flex;
}

.crowglide-app {
  margin-top: 120px;
  margin-bottom: 175px;
  padding-top: 50px;
  position: relative;
  color: #fff;
}

.crowglide-app:first-child {
  margin-top: 0;
}

.crowglide-app .section__title {
  font-size: 96px;
  margin-bottom: 60px;
  font-weight: 300;
  line-height: 0.9;
  color: inherit;
}

.crowglide-app .section__title strong {
  font-weight: 900;
}

.crowglide-app .section__description {
  max-width: 650px;
}

.crowglide-app .section__description strong {
  font-weight: 900;
}

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

.crowglide-app__text {
  flex: 1;
  padding-top: 200px;
  padding-bottom: 75px;
}

.crowglide-app__slider-box {
  width: 53%;
  min-width: 53%;
  position: relative;
  margin-bottom: -125px;
}

.crowglide-app__slider-box img {
  display: block;
  width: 100%;
  max-width: 571px;
  margin-left: auto;
  margin-right: auto;
}

.crowglide-app__slider-box .crowglide-app__slider {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.crowglide-app__slider-box .slick-dots {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 5;
  bottom: 70px;
  left: 6%;
  transform: translateX(-50%);
  width: 100vw;
  font-size: 0;
}

.crowglide-app__slider-box .slick-dots li {
  padding: 0 6px;
}

.crowglide-app__slider-box .slick-dots li.slick-active button {
  background-color: #000;
}

.crowglide-app__slider-box .slick-dots button {
  appearance: none;
  border: 1px solid #000;
  font-size: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #fff;
}

.crowglide-app__slider-box .crowglide-app__slider:has(.crowglide-app__slider-item:only-child) ~ .slide-controls {
  display: none;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /**/
}

@media only screen and (max-width: 1749px) {
  .crowglide-app {
    padding-top: 0;
  }
  .crowglide-app__text {
    padding-top: 100px;
  }
  .crowglide-app__slider-box img {
    max-width: 400px;
  }
}

@media only screen and (max-width: 1399px) {
  .crowglide-app {
    margin-top: 80px;
    margin-bottom: 125px;
  }
  .crowglide-app .section__title {
    font-size: 64px;
    margin-bottom: 40px;
  }
  .crowglide-app__slider-box {
    margin-bottom: -90px;
  }
  .crowglide-app__slider-box img {
    max-width: 315px;
  }
  .crowglide-app__slider-box .slick-dots {
    bottom: 50px;
    left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .crowglide-app .section__title {
    font-size: 45px;
  }
}

@media screen and (max-width: 991px) {
  .crowglide-app {
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px) {
  .container--crowglide-app {
    display: block;
  }
  .crowglide-app__text {
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .crowglide-app {
    margin-bottom: 0;
  }
  .crowglide-app::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 100px;
    background-color: #fff;
  }
  .crowglide-app__slider-box {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .crowglide-app__slider-box .slick-dots {
    position: static;
    transform: none;
    width: 100%;
    padding-top: 15px;
  }
}

@media screen and (max-width: 576px) {
  .crowglide-app {
    margin-top: 50px;
  }
  .crowglide-app .section__title {
    margin-bottom: 35px;
    margin-right: -30px;
  }
}

@media screen and (min-width: 1400px) {
  .crowglide-app .section__description {
    font-size: 24px;
  }
}

/* crowglide-features styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--crowglide-features {
    max-width: 1200px;
  }
}

.crowglide-features {
  margin-top: 120px;
  overflow-x: hidden;
}

.crowglide-features:first-child {
  margin-top: 120px;
}

.crowglide-features .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 100px;
  text-align: center;
}

.crowglide-features .section__title strong {
  font-weight: 900;
}

.crowglide-features__list {
  margin: 0;
  padding: 70px 0 100px;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.crowglide-features__list::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #D5CCB8;
}

.crowglide-features__item {
  position: relative;
  z-index: 2;
  width: 33.33%;
  text-align: center;
  margin-top: 40px;
}

.crowglide-features__item:nth-child(1) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.crowglide-features__item:nth-child(2) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(-20deg);
}

.crowglide-features__item:nth-child(3) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(-115deg);
}

.crowglide-features__item:nth-child(4) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(160deg);
}

.crowglide-features__item:nth-child(5) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.crowglide-features__item:nth-child(6) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

.crowglide-features__item:nth-child(7) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(115deg);
}

.crowglide-features__item:nth-child(8) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.crowglide-features__item:nth-child(9) .crowglide-features__icon::before {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.crowglide-features__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  margin-top: 30px;
}

.crowglide-features__description {
  font-size: 24px;
  line-height: 1;
  margin: 15px auto 0;
  max-width: 280px;
}

.crowglide-features__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10em;
  position: relative;
  padding: 30px;
}

.crowglide-features__icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 10em;
  border: 2px solid transparent;
  border-top-color: currentColor;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1399px) {
  .crowglide-features {
    margin-top: 80px;
  }
  .crowglide-features:first-child {
    margin-top: 80px;
  }
  .crowglide-features .section__title {
    font-size: 64px;
  }
}

@media only screen and (max-width: 1199px) {
  .crowglide-features .section__title {
    font-size: 45px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 991px) {
  .crowglide-features {
    margin-top: 80px;
  }
  .crowglide-features:first-child {
    margin-top: 80px;
  }
  .crowglide-features__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .crowglide-features__list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .crowglide-features__item {
    width: 100%;
    margin-top: 60px;
  }
  .crowglide-features__item:nth-child(1) {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .crowglide-features {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .crowglide-features:first-child {
    margin-top: 50px;
  }
  .crowglide-features .section__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .crowglide-features__list {
    margin-left: -25px;
    margin-right: -25px;
  }
}

/* crowweb-installer styles
--------------------------------------------- */
@media screen and (min-width: 1400px) {
  .container--crowweb-installer {
    max-width: 1200px;
  }
}

.crowglide-features + .crowweb-installer {
  margin: 0;
}

.crowweb-installer {
  margin-top: 120px;
  padding-top: 120px;
  overflow-x: hidden;
  background-color: #000;
  color: #fff;
}

.crowweb-installer:first-child {
  margin-top: 120px;
}

.crowweb-installer .section__title {
  font-size: 96px;
  font-weight: 300;
  line-height: 0.9;
  margin-bottom: 60px;
  text-align: center;
  color: inherit;
}

.crowweb-installer .section__title strong {
  font-weight: 900;
}

.crowweb-installer .section__description {
  text-align: center;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.crowweb-installer .section__description strong {
  font-weight: 900;
}

.crowweb-installer__slider-box {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-top: 50px;
}

.crowweb-installer__slider-box img {
  display: block;
  width: 100%;
  height: auto;
}

.crowweb-installer__slider-box .slick-dots {
  margin: -30px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: 0;
}

.crowweb-installer__slider-box .slick-dots li {
  padding: 0 6px;
}

.crowweb-installer__slider-box .slick-dots li.slick-active button {
  background-color: #fff;
}

.crowweb-installer__slider-box .slick-dots button {
  opacity: 0.5;
  appearance: none;
  border: 1px solid #fff;
  font-size: 0;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  background-color: #000;
}

.crowweb-installer__slider-box .crowweb-installer__slider {
  position: absolute;
  z-index: 3;
  left: 50%;
  transform: translateX(-50%);
  top: 11%;
  width: 70%;
}

.crowweb-installer__slider-box .crowweb-installer__slider:has(.crowglide-app__slider-item:only-child) ~ .slide-controls {
  display: none;
}

.crowweb-installer__list {
  margin: 0;
  padding: 70px 0 100px;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.crowweb-installer__list::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  transform: translateX(-50%);
  background-color: #000;
}

.crowweb-installer__item {
  position: relative;
  z-index: 2;
  width: 33.33%;
  text-align: center;
  margin-top: 40px;
}

.crowweb-installer__item:nth-child(1) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.crowweb-installer__item:nth-child(2) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(-20deg);
}

.crowweb-installer__item:nth-child(3) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(-115deg);
}

.crowweb-installer__item:nth-child(4) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(215deg);
}

.crowweb-installer__item:nth-child(5) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.crowweb-installer__item:nth-child(6) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(15deg);
}

.crowweb-installer__item:nth-child(7) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(115deg);
}

.crowweb-installer__item:nth-child(8) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.crowweb-installer__item:nth-child(9) .crowweb-installer__icon::before {
  transform: translate(-50%, -50%) rotate(-21deg);
}

.crowweb-installer__title {
  font-size: 32px;
  line-height: 1;
  font-weight: 900;
  margin-top: 30px;
}

.crowweb-installer__description {
  font-size: 24px;
  line-height: 1;
  margin: 15px auto 0;
  max-width: 280px;
}

.crowweb-installer__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  width: 175px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 2px solid #000;
  border-radius: 10em;
  position: relative;
  padding: 30px;
}

.crowweb-installer__icon::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: calc(100% + 40px);
  height: calc(100% + 40px);
  border-radius: 10em;
  border: 2px solid transparent;
  border-top-color: currentColor;
  transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1399px) {
  .crowweb-installer {
    margin-top: 80px;
    padding-top: 80px;
  }
  .crowweb-installer:first-child {
    margin-top: 80px;
  }
  .crowweb-installer .section__title {
    font-size: 64px;
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 1199px) {
  .crowweb-installer .section__title {
    font-size: 45px;
    margin-bottom: 30px;
  }
  .crowweb-installer__slider-box {
    margin-top: 10px;
  }
}

@media screen and (max-width: 991px) {
  .crowweb-installer__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .crowweb-installer__list {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .crowweb-installer__item {
    width: 100%;
    margin-top: 60px;
  }
  .crowweb-installer__item:nth-child(1) {
    margin-top: 0;
  }
  .crowweb-installer__slider-box .crowweb-installer__slider {
    top: 10%;
  }
  .crowweb-installer__slider-box .slick-dots {
    margin-top: 0;
  }
}

@media screen and (max-width: 576px) {
  .crowweb-installer {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 50px;
  }
  .crowweb-installer:first-child {
    margin-top: 50px;
  }
  .crowweb-installer .section__title {
    margin-bottom: 30px;
    text-align: left;
  }
  .crowweb-installer .section__description {
    text-align: left;
  }
  .crowweb-installer__list {
    margin-left: -25px;
    margin-right: -25px;
  }
  .crowweb-installer__slider-box {
    margin-left: -40px;
    margin-right: -40px;
    width: 100vw;
  }
}

@media screen and (min-width: 1400px) {
  .crowweb-installer .section__description {
    font-size: 24px;
  }
}



/** Fix slider with animation **/
.product__gallery:not(.slick-initialized) .product__gallery-item:not(:first-child) {
  display: none !important;
}

/** Fix mobile menu **/
@media screen and (max-width: 991px) {
  #primary-menu li.hover-mobile > a::after {
    transform: rotateX(180deg);
    top: 2px;
  }
  #primary-menu .btn-sub-menu {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    appearance: none;
    border: none;
    background-color: transparent;
    padding: 15px 0;
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    background-color: pink;
    opacity: 0;
  }
}

@media screen and (max-width: 576px) {
  #primary-menu .btn-sub-menu {
    font-size: 20px;
  }
}

@media screen and (min-width: 992px) {
  #primary-menu .btn-sub-menu {
    display: none;
  }
  #primary-menu .sub-menu {
    display: flex !important;
  }
}

 .floating-btn {
      position: fixed;
      bottom: 20px;
      right: 20px;
      background-color: #007BFF;
      color: white;
      border: none;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      font-size: 24px;
      cursor: pointer;
      box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
      transition: background-color 0.3s ease;
    }

    .floating-btn:hover {
      background-color: #0056b3;
    }


.line__block {
	margin-bottom: 25px;
}
.content__post {
	margin-bottom: 100px;
}
.btn__container {
	text-align: right;
}


