/*!
Theme Name: AM Okna by DigitLabs
Theme URI: http://underscores.me/
Author: DigitLabs
Author URI: https://digitlabs.pl/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dl
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.

AM Okna by DigitLabs 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
	- Content sidebar
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# 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%;
	scroll-behavior: smooth;
}

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

.reset-1 {
	counter-reset: item 1 !important;
}

.reset-2 {
	counter-reset: item 2 !important;
}

.reset-3 {
	counter-reset: item 3 !important;
}

.reset-4 {
	counter-reset: item 4 !important;
}

.reset-5 {
	counter-reset: item 5 !important;
}

.reset-6 {
	counter-reset: item 6 !important;
}

.reset-7 {
	counter-reset: item 7 !important;
}

.reset-8 {
	counter-reset: item 8 !important;
}

.reset-9 {
	counter-reset: item 9 !important;
}

.reset-10 {
	counter-reset: item 10 !important;
}

/* 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: #fff;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

.line-clamp-1,
.line-clamp-2,
.line-clamp-3,
.line-clamp-4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
}

.line-clamp-1 {
	-webkit-line-clamp: 1;
}

.line-clamp-2 {
	-webkit-line-clamp: 2;
}

.line-clamp-3 {
	-webkit-line-clamp: 3;
}

.line-clamp-4 {
	-webkit-line-clamp: 4;
}

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

.header_section {
	text-align: center;
}

.header_section__title {
	font-size: clamp(1.75rem, 3vw, 2.8125rem);
	font-weight: 600;
	color: #1F1F1F;
	padding-top: 5rem;
	padding-bottom: 1.875rem;
	margin: 0;
}

.header_section__title.--no-desc {
	padding-bottom: 3.75rem;
}

@media (max-width: 992px) {
	.header_section__title.--no-desc {
		padding-bottom: 0;
	}
}

@media (max-width: 992px) {
	.header_section__title {
		padding: 0;
		text-align: left;
		margin: unset;
		padding-top: 2.5rem;
		margin-bottom: 1.25rem;
	}
}

.header_section__description {
	color: #747474;
	max-width: 46.875rem;
	margin: auto;
	padding-bottom: 3.125rem;
}

.header_section__description p {
	margin: 0;
}

@media (max-width: 992px) {
	.header_section__description {
		padding: 0;
		text-align: left;
		margin: unset;
		margin-bottom: 1.25rem;
	}
}

div:not(.container) .header_section {
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

#scroll {
	scroll-margin-top: 5.9375rem;
}

p {
	margin-bottom: 1.5em;
	font-size: clamp(0.875rem, 2vw, 1rem);
}

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

.alert {
	text-align: center;
	display: none;
}

.alert--footer {
	text-align: left;
}

.alert--danger {
	color: #FF0000;
}

.alert--success {
	color: #1C006E;
}

.alert::before {
	vertical-align: middle;
	line-height: normal;
	margin-right: 0.3125rem;
}

@media (max-width: 768px) {
	.alert {
		text-align: left;
	}
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	src: url(/wp-content/themes/dl/fonts/inter-latin-ext.woff2) format("woff2");
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 100 900;
	src: url(/wp-content/themes/dl/fonts/inter-latin.woff2) format("woff2");
	font-display: swap;
}

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

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

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

ul {
	list-style: disc;
}

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%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

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

figure {
	margin: 1em 0;
}

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

table, th, td {
	border: 1px solid black;
	border-collapse: collapse;
}

.container {
	width: 100%;
}

.container, .container-full {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.container:after, .container-full:after {
	content: "";
	display: table;
	clear: both;
}

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

.site {
	top: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
}

.dark-background {
	background-color: #141414;
	position: relative;
}

.dark-background:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	margin-left: 50%;
	left: -50vw;
	top: 0;
	background-color: #141414;
	z-index: -1;
}

.color-background {
	background-color: #323440;
	position: relative;
}

.color-background:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	margin-left: 50%;
	left: -50vw;
	top: 0;
	background-color: #323440;
	z-index: -1;
}

.blue-background {
	background-color: #1C006E;
	position: relative;
}

.blue-background:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	margin-left: 50%;
	left: -50vw;
	top: 0;
	background-color: #1C006E;
	z-index: -1;
}

.gray-background {
	background-color: #434343;
	position: relative;
}

.gray-background:before {
	content: "";
	position: absolute;
	width: 100vw;
	height: 100%;
	margin-left: 50%;
	left: -50vw;
	top: 0;
	background-color: #434343;
	z-index: -1;
}

.site-footer {
	overflow-x: hidden;
}

.js-sections .js-section:not(.active) {
	display: none;
}

.js-sections .js-section-btns {
	display: flex;
	gap: 0.125rem;
}

.js-sections .js-section-btns.center {
	justify-content: center;
}

.js-sections .js-section-btns a {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 13.75rem;
	width: 100%;
}

@media (max-width: 768px) {
	.js-sections .js-section-btns {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
	}
	.js-sections .js-section-btns.no-padding {
		padding: 0;
	}
}

#btns {
	scroll-margin-top: 18.75rem;
}

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

.tree-menu li {
	position: relative;
	line-height: 2.5em;
}

.tree-menu ul {
	position: relative;
	margin: 0 0 0 1em;
	padding: 0;
	list-style: none;
}

.tree-menu ul:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1px;
	border-left: 1px solid #c4c4c4;
}

.tree-menu ul li {
	padding-left: 1.5em;
}

.tree-menu ul li:before {
	content: "";
	position: absolute;
	top: 1.25em;
	/* half the line-height */
	left: 0;
	width: 1em;
	/* same as indentation */
	height: 1px;
	border-top: 1px solid #c4c4c4;
}

.tree-menu ul li:last-child:before {
	background-color: #F5F5F5;
	/* same as body background */
	height: auto;
	top: 1.25em;
	/* half the line-height */
	left: -1px;
	bottom: 0;
}

.dropdown {
	position: relative;
	display: none;
}

@media (max-width: 1300px) {
	.dropdown {
		display: block;
	}
}

.dropdown__toggle {
	background-color: #1C006E;
	padding: 0.625rem 0;
	cursor: pointer;
	width: 100%;
	border: none;
}

.dropdown__toggle::after {
	content: '';
	background: url(img/dropdown_arrow.svg) no-repeat;
	width: 1.375rem;
	height: 1.375rem;
	position: absolute;
	right: 0.9375rem;
	background-position: center;
}

.dropdown__menu {
	display: none;
	position: absolute;
	background-color: #fff;
	color: #1C006E;
	min-width: 100%;
	z-index: 100;
	border: 0.0625rem solid #1C006E;
}

.dropdown__menu a {
	color: #1C006E;
	text-align: center;
	padding: 0.625rem 0;
	text-decoration: none;
	display: block;
	border-bottom: 0.0625rem solid #1C006E;
	cursor: pointer;
}

.dropdown__menu a:hover {
	background-color: #1C006E;
	color: #fff;
}

.dropdown__menu a:last-child {
	border-bottom: none;
}

.grid {
	display: grid;
}

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

@media (max-width: 1200px) {
	.grid-row-4 {
		grid-template-columns: repeat(2, 2fr);
	}
}

@media (max-width: 768px) {
	.grid-row-4 {
		grid-template-columns: 1fr;
	}
}

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

@media (max-width: 1300px) {
	.grid-row-3 {
		grid-template-columns: repeat(2, 2fr);
	}
}

@media (max-width: 768px) {
	.grid-row-3 {
		grid-template-columns: 1fr;
	}
}

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

@media (max-width: 768px) {
	.grid-row-2 {
		grid-template-columns: 1fr;
	}
}

.popup {
	position: fixed;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
}

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

.popup.open > div {
	transform: scale(1);
}

.popup__inner {
	z-index: 11;
	position: relative;
	transform: scale(0.7);
	transition: opacity 0.3s ease, transform 0.3s ease;
}

.popup__close-btn {
	color: #fff;
	text-align: right;
	font-size: clamp(1.25rem, 4vw, 2.5rem);
	cursor: pointer;
}

.popup__bg-overlay {
	background: #00000070;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

/* Links
--------------------------------------------- */
a {
	color: unset;
	text-decoration: none;
	font-size: clamp(0.875rem, 2vw, 1rem);
	transition: color 0.3s ease;
}

a.bold {
	font-weight: 600;
}

a:visited {
	color: unset;
	text-decoration: none;
}

a:hover:not(.no-hover), a:focus:not(.no-hover), a:active:not(.no-hover) {
	color: #1C006E;
	text-decoration: none;
}

a:focus {
	outline: thin dotted;
	text-decoration: none;
}

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

/* Forms
--------------------------------------------- */
.btn {
	cursor: pointer;
	padding: 15px;
	line-height: 1;
	text-align: center;
	font-size: clamp(0.875rem, 2vw, 1rem);
	background-color: #D7D7D7;
	display: block;
	font-weight: 500;
}

.btn:hover {
	background-color: #a4a4a4;
}

.btn.btn-primary, .btn.active {
	background: linear-gradient(to right, #713BFF, #328FFD);
	color: #ffffff !important;
	border: none;
}

.btn.btn-primary:hover, .btn.active:hover {
	background-color: #3f12c6;
}

.btn.btn-secondary {
	background-color: transparent;
	color: #1C006E;
	outline: 1px solid #1C006E;
	outline-offset: -1px;
}

.btn.btn-secondary:hover {
	color: #ffffff;
	background-color: #3f12c6;
	outline: none;
}

.right-arrow::after {
	content: url(/wp-content/themes/dl/img/arrow_right.svg);
	vertical-align: middle;
	margin-left: 0.75rem;
}

@media (max-width: 768px) {
	.btn:not(.btn-search) {
		padding: 10px;
	}
}

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"],
input[type="file"],
select,
.input-file,
textarea {
	color: #5B5B5B;
	border: 1px solid #ccc;
	padding: 0.75rem 1.0625rem;
	font-size: 0.875rem;
	margin: 0.625rem 0;
	width: 100%;
	display: block;
}

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,
input[type="file"]:focus,
select:focus,
.input-file:focus,
textarea:focus {
	color: #111;
	outline: none;
	border: 1px solid #1C006E;
}

.input-file {
	padding: 0;
}

li {
	font-size: clamp(0.875rem, 2vw, 1rem);
}

select {
	appearance: none;
	border: 1px solid #ccc;
	outline: none;
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

.select-wrapper {
	position: relative;
}

.select-wrapper::after {
	content: url(/wp-content/themes/dl/img/contact-arrow.svg);
	position: absolute;
	right: 1.5625rem;
	top: 25%;
}

textarea {
	width: 100%;
}

label {
	color: #1F1F1F;
	font-weight: 700;
}

.date {
	color: #1C006E;
	font-size: 0.75rem;
	font-weight: 700;
}

/* Layouts
--------------------------------------------- */
.content-with-sidebar {
	display: grid;
	grid-template-columns: auto 25%;
	grid-template-areas: "main sidebar";
	gap: 3.125rem;
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

@media (max-width: 1300px) {
	.content-with-sidebar {
		grid-template-columns: auto 0;
		gap: 0;
	}
}

.site-main {
	grid-area: main;
	max-width: 100%;
	overflow-x: hidden;
}

.widget-area {
	grid-area: sidebar;
}

@media (max-width: 1300px) {
	.widget-area {
		display: none;
	}
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.header-container {
	flex: 1;
}

.main-navigation {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: transparent;
	position: fixed;
	padding-top: 1rem;
	width: 100%;
	z-index: 1000;
	background: white;
	padding: 1.25rem;
}

.main-navigation .nav-container {
	display: flex;
	align-items: center;
	width: 100%;
}

@media (max-width: 768px) {
	.main-navigation .nav-container {
		display: flex;
		width: 100%;
		flex-direction: column;
		align-items: flex-start;
	}
}

@media (max-width: 1200px) {
	.main-navigation .nav-container .logo img {
		max-width: 80%;
	}
}

@media (max-width: 768px) {
	.main-navigation .nav-container .logo img {
		max-width: 60%;
	}
}

@media (min-width: 1200px) {
	.main-navigation .nav-container .menu-container__second ul {
		margin: 0;
		padding: 0;
		display: flex;
		justify-content: flex-end;
		list-style: none;
		align-items: center;
		gap: 20px;
	}
	.main-navigation .nav-container .menu-container__second ul .btn {
		width: 155px;
		text-align: center;
	}
	.main-navigation .nav-container .menu-container__first {
		flex-grow: 1;
	}
	.main-navigation .nav-container .menu-container__first ul.menu {
		margin: 0;
		padding: 0;
		display: flex;
		list-style: none;
		align-items: center;
		width: 100%;
		justify-content: space-evenly;
		color: black;
		float: right;
	}
}

@media (min-width: 1200px) and (max-width: 1300px) {
	.main-navigation .nav-container .menu-container__first ul.menu {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.main-navigation .nav-container .menu-container__first ul.sub-menu {
		display: flex;
		transition: opacity 0.6s ease-in-out, visibility 0.6s ease-in-out;
		opacity: 0;
		visibility: hidden;
		position: absolute;
		flex-direction: column;
		list-style: none;
		margin: 0;
		margin-top: 1.75rem;
		width: max-content;
		background: rgba(0, 0, 0, 0.8);
		padding: 0.9375rem;
		left: -0.625rem;
		line-height: 2;
	}
	.main-navigation .nav-container .menu-container__first ul.sub-menu li {
		margin: 0;
	}
	.main-navigation .nav-container .menu-container__first ul.sub-menu a {
		font-size: 0.88rem;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children {
		position: relative;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children::after {
		content: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M1.01468%200.164378C0.89634%200.0527761%200.743149%20-0.00194478%200.589958%200.000215279C0.436767%200.00237534%200.285028%200.0606958%200.16959%200.175898L0.160878%200.184538C0.0519747%200.2983%20-0.00102576%200.443742%200.00115242%200.588464C0.0033306%200.733187%200.0606865%200.877189%200.17322%200.988071C1.45465%202.25961%202.75787%203.51747%204.04946%204.78109C4.05309%204.78613%204.05672%204.79045%204.06108%204.79477C4.17942%204.90709%204.33406%204.96181%204.48726%204.95965C4.64045%204.95749%204.79291%204.89845%204.90835%204.78325L4.92723%204.76381C6.2014%203.50451%207.4792%202.24881%208.75047%200.987352C8.86228%200.87647%208.91963%200.733188%208.92181%200.588465C8.92399%200.443743%208.87099%200.298301%208.76136%200.184539L8.75047%200.173738C8.63576%200.0606966%208.48474%200.00237604%208.33228%200.000215956C8.17981%20-0.00194413%208.0259%200.0527767%207.90756%200.164379L4.47564%203.56427L1.01468%200.164378Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
		padding-left: 5px;
		top: -2px;
		position: absolute;
		opacity: 1;
		transition: opacity 0.3s ease;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children::before {
		content: url("data:image/svg+xml,%3Csvg%20width%3D%229%22%20height%3D%225%22%20viewBox%3D%220%200%209%205%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M7.90719%204.79534C8.02554%204.90694%208.17873%204.96166%208.33192%204.9595C8.48511%204.95734%208.63685%204.89902%208.75229%204.78382L8.761%204.77518C8.8699%204.66141%208.9229%204.51597%208.92072%204.37125C8.91855%204.22653%208.86119%204.08253%208.74866%203.97164C7.46722%202.7001%206.16401%201.44224%204.87241%200.178624C4.86878%200.173583%204.86515%200.169263%204.8608%200.164943C4.74245%200.0526215%204.58781%20-0.00209932%204.43462%206.07397e-05C4.28143%200.0022208%204.12896%200.0612618%204.01353%200.176464L3.99465%200.195904C2.72048%201.4552%201.44267%202.7109%200.171407%203.97236C0.0595992%204.08325%200.00224328%204.22653%206.52292e-05%204.37125C-0.00211282%204.51597%200.050887%204.66142%200.160517%204.77518L0.171407%204.78598C0.286119%204.89902%200.437132%204.95734%200.589597%204.9595C0.742062%204.96166%200.895979%204.90694%201.01432%204.79534L4.44624%201.39544L7.90719%204.79534Z%22%20fill%3D%22%23A6CD3B%22/%3E%3C/svg%3E");
		right: -14px;
		top: -2px;
		position: absolute;
		opacity: 0;
		transition: opacity 0.3s ease;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children:hover::after {
		opacity: 0;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children:hover::before {
		opacity: 1;
	}
	.main-navigation .nav-container .menu-container__first ul .menu-item-has-children:hover .sub-menu {
		opacity: 1;
		visibility: visible;
	}
	.main-navigation .nav-container .menu-container__first ul li {
		margin: 0 15px;
	}
	.main-navigation .nav-container .menu-container__first ul li a {
		font-weight: 400;
	}
	.main-navigation .nav-container .menu-container__first ul li:hover > a {
		color: #1C006E;
	}
	.main-navigation .nav-container .menu-container__first ul li.search-icon a {
		color: transparent !important;
	}
	.main-navigation .nav-container .menu-container__first ul li.search-icon a::before {
		content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_334_2691%29%22%3E%3Cpath%20d%3D%22M8.46328%203.66109C7.82216%203.02002%206.96984%202.66696%206.06322%202.66699C5.66153%202.66699%205.33594%202.99262%205.33594%203.39427C5.336%203.79596%205.66156%204.12155%206.06325%204.12155C6.58131%204.12155%207.06834%204.32324%207.43469%204.68962C7.80103%205.05596%208.00275%205.54299%208.00275%206.06102C8.00269%206.46268%208.32831%206.78834%208.72997%206.78834C8.73003%206.78834%208.73003%206.78834%208.73003%206.78834C9.13163%206.78834%209.45725%206.46277%209.45731%206.06112C9.45734%205.15452%209.10434%204.30215%208.46328%203.66109Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%220.2%22/%3E%3Cpath%20d%3D%22M15.7516%2014.7939L15.7516%2014.7939C16.0161%2015.0583%2016.0161%2015.4872%2015.7516%2015.7516L15.7516%2015.7516C15.6194%2015.8839%2015.4461%2015.95%2015.2727%2015.95C15.0993%2015.95%2014.926%2015.8839%2014.7938%2015.7516L9.83489%2010.7927L9.80351%2010.7613L9.76863%2010.7888C8.74654%2011.5921%207.45865%2012.0717%206.06081%2012.0717C2.74649%2012.0717%200.05%209.3752%200.05%206.06084C0.05%204.45517%200.675139%202.94588%201.81054%201.81048C2.94579%200.675201%204.45523%200.05%206.06081%200.05C9.3752%200.05%2012.0717%202.74652%2012.0717%206.06084C12.0717%207.45868%2011.5921%208.74654%2010.7887%209.76867L10.7613%209.80355L10.7927%209.83492L15.7516%2014.7939ZM1.40456%206.06084C1.40456%208.6284%203.49332%2010.7172%206.06081%2010.7172C8.62839%2010.7172%2010.7172%208.62843%2010.7172%206.06088C10.7172%203.49332%208.62839%201.40456%206.06081%201.40456C4.81715%201.40456%203.64771%201.88889%202.76833%202.76833C1.88895%203.64771%201.40456%204.81718%201.40456%206.06084Z%22%20fill%3D%22white%22%20stroke%3D%22white%22%20stroke-width%3D%220.1%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_334_2691%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
	.main-navigation .nav-container .menu-container__first ul li.search-icon a:hover::before {
		content: url("data:image/svg+xml,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20clip-path%3D%22url%28%23clip0_334_2691%29%22%3E%3Cpath%20d%3D%22M8.46328%203.66109C7.82216%203.02002%206.96984%202.66696%206.06322%202.66699C5.66153%202.66699%205.33594%202.99262%205.33594%203.39427C5.336%203.79596%205.66156%204.12155%206.06325%204.12155C6.58131%204.12155%207.06834%204.32324%207.43469%204.68962C7.80103%205.05596%208.00275%205.54299%208.00275%206.06102C8.00269%206.46268%208.32831%206.78834%208.72997%206.78834C8.73003%206.78834%208.73003%206.78834%208.73003%206.78834C9.13163%206.78834%209.45725%206.46277%209.45731%206.06112C9.45734%205.15452%209.10434%204.30215%208.46328%203.66109Z%22%20fill%3D%22%23A6CD3B%22%20stroke%3D%22%23A6CD3B%22%20stroke-width%3D%220.2%22/%3E%3Cpath%20d%3D%22M15.7516%2014.7939L15.7516%2014.7939C16.0161%2015.0583%2016.0161%2015.4872%2015.7516%2015.7516L15.7516%2015.7516C15.6194%2015.8839%2015.4461%2015.95%2015.2727%2015.95C15.0993%2015.95%2014.926%2015.8839%2014.7938%2015.7516L9.83489%2010.7927L9.80351%2010.7613L9.76863%2010.7888C8.74654%2011.5921%207.45865%2012.0717%206.06081%2012.0717C2.74649%2012.0717%200.05%209.3752%200.05%206.06084C0.05%204.45517%200.675139%202.94588%201.81054%201.81048C2.94579%200.675201%204.45523%200.05%206.06081%200.05C9.3752%200.05%2012.0717%202.74652%2012.0717%206.06084C12.0717%207.45868%2011.5921%208.74654%2010.7887%209.76867L10.7613%209.80355L10.7927%209.83492L15.7516%2014.7939ZM1.40456%206.06084C1.40456%208.6284%203.49332%2010.7172%206.06081%2010.7172C8.62839%2010.7172%2010.7172%208.62843%2010.7172%206.06088C10.7172%203.49332%208.62839%201.40456%206.06081%201.40456C4.81715%201.40456%203.64771%201.88889%202.76833%202.76833C1.88895%203.64771%201.40456%204.81718%201.40456%206.06084Z%22%20fill%3D%22%23A6CD3B%22%20stroke%3D%22%23A6CD3B%22%20stroke-width%3D%220.1%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath%20id%3D%22clip0_334_2691%22%3E%3Crect%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%23A6CD3B%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	}
}

.main-navigation .menu-container {
	display: flex;
	align-items: center;
}

@media (max-width: 1200px) {
	.main-navigation .menu-container {
		position: fixed;
		top: 0;
		right: -150%;
		width: 80vw;
		height: 100vh;
		background-color: #141414;
		transition: right 0.7s cubic-bezier(0.25, 1, 0.2, 1), opacity 0.3s ease 0s;
		z-index: 1000;
		display: flex;
		flex-direction: column;
		padding: 20px;
		padding-top: 3rem;
		align-items: flex-start;
	}
	.main-navigation .menu-container ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.main-navigation .menu-container ul.sub-menu {
		display: none;
	}
	.main-navigation .menu-container .menu-container__first {
		width: 100%;
		padding-bottom: 1.25rem;
	}
	.main-navigation .menu-container .menu-container__first .search-icon {
		display: none;
	}
	.main-navigation .menu-container .menu-container__first .sub-menu {
		list-style: disc;
		padding-left: 1rem;
		padding-top: 1.25rem;
		line-height: 3;
	}
	.main-navigation .menu-container .menu-container__first .sub-menu a {
		font-size: 0.875rem;
	}
	.main-navigation .menu-container .menu-container__first .menu > li {
		padding: 1.25rem 0;
		border-bottom: 1px solid #2C2C2C;
		position: relative;
	}
	.main-navigation .menu-container .menu-container__first .menu > li .menu-arrow {
		cursor: pointer;
		position: absolute;
		right: 0;
		padding: 0.9375rem;
		transition: transform .3s;
	}
	.main-navigation .menu-container .menu-container__first .menu > li .menu-arrow.open {
		transform: rotate(180deg);
	}
}

@media (max-width: 1200px) and (min-width: 1200px) {
	.main-navigation .menu-container .menu-container__first .menu > li .menu-arrow {
		display: none;
	}
}

@media (max-width: 1200px) {
	.main-navigation .menu-container .menu-container__second {
		width: 100%;
	}
	.main-navigation .menu-container .menu-container__second ul {
		display: flex;
		width: 100%;
		gap: 10px;
	}
	.main-navigation .menu-container .menu-container__second ul li {
		width: 50%;
		text-align: center;
	}
	.main-navigation .menu-container .menu-container__second ul li a {
		font-weight: unset;
		font-size: 0.875rem;
	}
}

.main-navigation .menu-container.open {
	right: 0;
	opacity: 1;
}

.main-navigation .menu-buttons {
	display: none;
	position: absolute;
	right: 1.25rem;
	gap: 1.25rem;
	cursor: pointer;
}

@media (max-width: 1200px) {
	.main-navigation .menu-buttons {
		display: flex;
	}
}

@media (max-width: 768px) {
	.main-navigation .menu-buttons {
		top: 20px;
		padding: 10px;
	}
}

.main-navigation .menu-buttons .search-button {
	content: url(img/search_button.svg);
	width: 1.25rem;
	height: 1.25rem;
}

.main-navigation .menu-buttons .menu-toggle {
	width: 1.25rem;
	height: 1.25rem;
	z-index: 1001;
	content: url(img/menu_burger.svg);
}

.main-navigation .menu-buttons .menu-toggle.open {
	content: url(img/close_button.svg);
}

@media (min-width: 1200px) {
	.main-navigation .menu-arrow {
		display: none;
	}
}

.page-header {
	position: relative;
	min-height: 37.1875rem;
	display: flex;
	align-items: flex-end;
}

@media (max-width: 992px) {
	.page-header {
		min-height: 33.125rem;
	}
}

.page-header__breadcrumb > p {
	margin-top: 1.875rem;
	margin-bottom: 0.9375rem;
}

.page-header__breadcrumb .homepage_icon:before {
	content: url(img/homepage_icon.svg);
	margin-right: 1.25rem;
	position: relative;
	top: 0.3125rem;
}

.page-header__breadcrumb .breadcrumb_last {
	color: #1C006E;
	font-weight: 600;
}

.page-header__breadcrumb span {
	font-size: clamp(0.75rem, 2vw, 0.875rem);
}

.page-header__img {
	background-position: bottom;
	position: absolute;
	width: 100%;
	height: 100%;
}

.page-header__img img {
	height: 100%;
	object-fit: cover;
}

.page-header__img--no-opacity::after {
	opacity: 1 !important;
}

.page-header__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}

.page-header__text {
	position: relative;
	width: 100%;
	padding-bottom: clamp(0rem, 4vw, 5rem);
}

.page-header__heading {
	font-weight: 700;
	font-size: clamp(2.1875rem, 3vw, 3.4375rem);
	margin: 0;
	line-height: 1;
	margin-bottom: 0.625rem;
}

.page-header__manufacturer-logo {
	display: flex;
	justify-content: flex-start;
	width: fit-content;
}

.page-header__manufacturer-logo img {
	max-height: 6.25rem;
	max-width: fit-content;
	object-fit: contain;
}

.page-header__description {
	max-width: 55%;
	margin: 0;
}

@media (max-width: 992px) {
	.page-header__description {
		max-width: 100%;
	}
}

/* Posts and pages
--------------------------------------------- */
.header_banner {
	z-index: 1;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header_banner::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.1;
}

.header_banner::after {
	z-index: 1;
}

.header_banner__content {
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	z-index: 2;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.header_banner__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 101%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: 1;
}

.header_banner__scroll {
	position: absolute;
	z-index: 2;
	bottom: 10vh;
	transition: scale .5s;
}

.header_banner__scroll:hover {
	scale: 1.2;
}

.header_banner__title, .header_banner__description {
	margin: 0;
	padding: 0;
}

.header_banner__title {
	color: #fff;
	font-weight: 800;
	font-size: clamp(1.75rem, 4vw, 3.4375rem);
	line-height: 1.2;
	margin-bottom: 1.875rem;
}

.header_banner__description {
	color: #fff;
	font-weight: 400;
	max-width: 50rem;
	margin-bottom: 1.25rem;
}

.homepage_slider {
	padding-top: 2.5rem;
	padding-bottom: 5rem;
}

@media (max-width: 992px) {
	.homepage_slider {
		padding-top: 0.9375rem;
		padding-bottom: 0.9375rem;
	}
}

.homepage_slider__slider {
	margin-bottom: 0;
}

.homepage_slider.slick-slider .homepage_slider__slide {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.3125rem;
}

.homepage_slider__title {
	margin: 0;
	font-size: clamp(1.25rem, 4vw, 2.1875rem);
}

.homepage_slider__description {
	margin: 0;
}

@media (max-width: 992px) {
	.homepage_slider__description {
		display: none;
	}
}

.products_section__grid {
	grid-column-gap: 0.1875rem;
	grid-row-gap: 0.1875rem;
}

.products_section__grid.m-top {
	margin-top: 0.1875rem;
}

.products_section__element {
	position: relative;
}

.products_section__element:hover::after {
	background: #1C006E;
	opacity: .9;
}

.products_section__element::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}

@media (max-width: 768px) {
	.products_section__element img {
		max-height: 15.625rem;
		object-fit: cover;
	}
}

.products_section__title {
	position: absolute;
	z-index: 1;
	bottom: 0;
	padding: 0 1.5625rem;
	font-size: clamp(1.25rem, 3vw, 1.875rem);
}

.text-with-bc-image__img {
	position: relative;
}

@media (max-width: 768px) {
	.text-with-bc-image__img img {
		object-fit: cover;
		aspect-ratio: 2 / 2;
	}
}

.six_features__grid {
	display: grid;
	background-color: #D7D7D7;
	gap: 1px;
	grid-template-columns: repeat(auto-fit, minmax(19.375rem, 1fr));
}

@media (max-width: 1900px) {
	.six_features__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.six_features__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.six_features__grid {
		grid-template-columns: 1fr;
	}
}

.six_features__element {
	background-color: #fff;
	color: #1F1F1F;
	text-align: center;
	min-height: 19.375rem;
	display: grid;
	grid-template-rows: 1fr 1fr;
	padding: 1.25rem;
	position: relative;
}

.six_features__element:hover::after {
	background: #F77A2F;
}

.six_features__element h3, .six_features__element p {
	margin-top: 0.46875rem;
	margin-bottom: 0.46875rem;
}

.six_features__element::after {
	content: "";
	width: 140px;
	position: absolute;
	background: #C3C3C3;
	height: 2px;
	border-radius: 10px;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 768px) {
	.six_features__element {
		text-align: left;
		min-height: unset;
	}
	.six_features__element::after {
		left: 1.25rem;
		transform: none;
		background: #F77A2F;
	}
}

.six_features__title {
	font-size: 1.3125rem;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

@media (max-width: 768px) {
	.six_features__title {
		justify-content: left;
	}
}

.six_features__description {
	font-size: 0.875rem;
	font-weight: 400;
}

.text-on-parallax {
	position: relative;
}

.text-on-parallax__img {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 32.1875rem;
}

@media (max-width: 768px) {
	.text-on-parallax__img {
		min-height: 40.625rem;
	}
}

.text-on-parallax__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
}

.text-on-parallax__text {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

@media (max-width: 768px) {
	.text-on-parallax__text {
		max-width: unset;
	}
}

.text-on-parallax__heading {
	font-size: 2.1875rem;
	width: 60%;
	margin: 0;
	padding: 0;
	margin-bottom: 1.25rem;
}

.text-on-parallax__heading span {
	color: #1C006E;
}

@media (max-width: 768px) {
	.text-on-parallax__heading {
		width: 100%;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		text-align: left;
	}
}

.text-on-parallax__description {
	font-size: clamp(0.875rem, 2vw, 1.25rem);
	width: 40%;
	margin: 0;
	padding: 0;
	margin-bottom: 1.25rem;
}

@media (max-width: 992px) {
	.text-on-parallax__description {
		width: 100%;
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		text-align: left;
		margin-bottom: 0;
	}
}

.text-on-image-full {
	position: relative;
}

.text-on-image-full__img {
	background-size: cover;
	background-position: center;
	height: 59.375rem;
}

.text-on-image-full__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.65;
}

.text-on-image-full__text {
	position: absolute;
	top: 0;
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

@media (max-width: 768px) {
	.text-on-image-full__text {
		max-width: unset;
	}
}

.text-on-image-full__heading {
	font-size: 2.1875rem;
	width: 70%;
	margin: 0;
	padding: 0;
	margin-bottom: 1.25rem;
}

.text-on-image-full__description {
	font-size: clamp(0.875rem, 2vw, 1.25rem);
	width: 40%;
	margin: 0;
	padding: 0;
	margin-bottom: 1.25rem;
}

@media (max-width: 992px) {
	.text-on-image-full__description {
		width: 70%;
	}
}

.article-list-item {
	width: 100%;
	position: relative;
	height: 40rem !important;
}

@media (max-width: 992px) {
	.article-list-item {
		height: 27.5rem !important;
	}
}

.article-list-item:hover::after {
	background: #1C006E;
	opacity: .9;
}

.article-list-item:hover span {
	color: #fff;
}

.article-list-item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}

.article-list-item.m-left {
	margin-left: 0.125rem;
}

.article-list-item__image img {
	height: 40rem;
	object-fit: cover;
}

@media (max-width: 992px) {
	.article-list-item__image img {
		height: 27.5rem;
	}
}

.article-list-item__content {
	position: absolute;
	padding: clamp(1.25rem, 2vw, 2.8125rem);
	bottom: 0;
	z-index: 1;
}

.article-list-item__title, .article-list-item__subtitle {
	font-size: clamp(1.25rem, 2vw, 1.5rem);
	font-weight: 600;
	margin: 0;
}

.article-list-item__title {
	margin-top: 0.625rem;
}

.article-list-item__title.m-bottom {
	margin-bottom: 0.625rem;
}

.article-list-item--sidebar {
	max-height: 25rem;
	width: 100%;
}

.article-list-item--sidebar img {
	height: 25rem;
}

.article-list-item--sidebar .article-list-item__content {
	padding: 1.875rem;
}

.article-section--gray {
	background-color: #F8F8F8;
}

.article-section--m-bottom {
	margin-bottom: 0.125rem;
}

.partners-section .partners-section__item.slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8.75rem;
	padding: 1.25rem;
}

.partners-section__image {
	filter: grayscale(100%);
	opacity: .5;
	transition: all .3s ease;
}

.partners-section__image:hover {
	opacity: 1;
	filter: none;
}

.partners-section__image img {
	max-height: 8.75rem;
}

.background_image_section {
	position: relative;
	margin-top: 3.75rem;
}

@media (max-width: 992px) {
	.background_image_section {
		margin-top: 0rem;
	}
}

.background_image_section__img {
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 33.4375rem;
}

@media (max-width: 992px) {
	.background_image_section__img {
		min-height: 26.875rem;
	}
}

.background_image_section__img::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.65;
}

.review-section {
	background-color: #F5F5F5;
	padding-bottom: 7.8125rem;
}

@media (max-width: 576px) {
	.review-section {
		padding-bottom: 3.75rem;
	}
}

.review-section__item {
	background-color: #fff;
	margin-right: 0.125rem;
}

.review-section__stars {
	display: flex;
	gap: 0.4375rem;
}

.review-section__star::after {
	content: url(/wp-content/themes/dl/img/star_icon.svg);
	display: block;
}

.review-section__content {
	padding: 2.8125rem;
	height: 100%;
	display: grid;
	grid-template-rows: 0.5fr 3fr 0.5fr 0.5fr;
}

.review-section__content p {
	font-size: 0.875rem;
	color: #1F1F1F;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.review-section__content .review-section__review {
	margin: 1.25rem 0;
}

.review-section__author {
	font-weight: 600;
}

@media (max-width: 576px) {
	.review-section__list {
		margin-left: 1.25rem;
	}
	.review-section__list ul {
		margin-left: -1.25rem;
	}
}

.header-with-two-images__grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(28.125rem, 1fr));
	grid-column-gap: 0.1875rem;
	margin-bottom: 0.1875rem;
}

.seo-content {
	padding-top: 1.875rem;
	padding-bottom: 1.875rem;
	color: #1F1F1F;
	margin-top: 3.125rem;
	margin-bottom: 5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.seo-content:last-child {
	margin-bottom: 0;
}

@media (max-width: 576px) {
	.seo-content {
		margin-top: 1.875rem;
		margin-bottom: 2.5rem;
	}
}

.seo-content__heading {
	font-size: 1.5625rem;
	font-weight: 700;
}

.seo-content__text {
	text-align: justify;
}

.seo-content__btn {
	font-weight: 600;
	cursor: pointer;
}

.header_with_video__video-container {
	position: relative;
}

.header_with_video__video-container::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.15;
}

.header_with_video__video {
	display: block;
	width: 100%;
	object-fit: cover;
}

@media (max-width: 576px) {
	.header_with_video__video {
		min-height: 34.375rem;
	}
}

.product-list__grid {
	display: grid;
	gap: 7.5rem 1.5625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-left: 5.625rem;
	margin-right: 5.625rem;
	margin-top: 3.75rem;
	align-items: baseline;
}

@media (max-width: 1900px) {
	.product-list__grid {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
}

@media (max-width: 1200px) {
	.product-list__grid {
		grid-template-columns: repeat(2, 2fr);
		gap: 1.25rem;
	}
}

.product-list__item:hover h3 {
	color: #1C006E;
}

.product-list__image {
	position: relative;
	display: flex;
	justify-content: center;
}

.product-list__image img {
	max-width: 17.5rem;
	max-height: 23.125rem;
	object-fit: contain;
}

.product-list__manufacturer-logo {
	position: absolute;
	top: 0;
	right: 0;
}

.product-list__manufacturer-logo img {
	max-height: clamp(2.5rem, 5vw, 5rem);
	max-width: clamp(3.125rem, 7vw, 6.875rem);
	object-fit: contain;
}

.product-list__heading, .product-list__description {
	transition: color .3s ease;
	color: #1F1F1F;
	text-align: center;
}

.product-list__heading {
	font-size: clamp(1rem, 2vw, 1.3125rem);
	text-transform: uppercase;
}

.product-list__description {
	font-size: clamp(0.75rem, 2vw, 0.875rem);
}

.traders-section {
	color: #1A1A1A;
}

.traders-section.--gray {
	background-color: #F8F8F8;
}

.traders-section .traders-section__item.slick-slide {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.traders-section .traders-section__item.slick-slide h3, .traders-section .traders-section__item.slick-slide p {
	text-align: center;
}

.traders-section__list {
	margin: 0 3.75rem;
	padding-bottom: 3.75rem;
}

@media (max-width: 768px) {
	.traders-section__list {
		margin: 0;
		padding: 2.8125rem 0;
	}
}

.traders-section__name {
	margin: 0;
	font-size: 1.25rem;
	font-weight: 600;
}

.traders-section__item {
	padding: 0 1.25rem;
}

.traders-section__position {
	margin: 0;
	font-size: 0.875rem;
	font-weight: 500;
}

.traders-section__position:last-child {
	margin-bottom: 0.9375rem;
}

.traders-section__contact-details {
	margin: 0;
	margin-top: 0.625rem;
	text-align: center;
	overflow-wrap: anywhere;
	font-size: 0.875rem;
}

.traders-section__contact-details:hover {
	color: #1C006E;
}

.traders-section img {
	max-width: 8.75rem;
	border-radius: 6.25rem;
	margin-bottom: 0.9375rem;
}

.product-presentation {
	display: flex;
	padding-top: 6.875rem;
	padding-bottom: 5.9375rem;
}

@media (max-width: 1200px) {
	.product-presentation {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
		flex-direction: column-reverse;
	}
}

.product-presentation__thumbnail {
	flex-basis: 30%;
	position: relative;
}

.product-presentation__thumbnail-label {
	position: absolute;
	top: 1.25rem;
	right: 0;
	background: #424442;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0.15625rem 0.3125rem 0.15625rem 1.25rem;
	max-width: 10.625rem;
	text-transform: uppercase;
	line-height: 1.3;
}

.product-presentation__thumbnail-label:before {
	content: url(/wp-content/themes/dl/img/logo.svg);
	position: absolute;
	left: -0.3125rem;
	top: 0;
	transform: translate3d(-50%, -5%, 0);
}

.product-presentation__content {
	flex-basis: 70%;
	color: #1F1F1F;
	padding-left: 7.5rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 1200px) {
	.product-presentation__content {
		padding-left: 0;
		margin-bottom: 3.125rem;
	}
}

.product-presentation__features {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 1.875rem;
	grid-row-gap: 1.875rem;
	padding-bottom: 1.25rem;
}

.product-presentation__features p {
	margin: 0;
}

@media (max-width: 1200px) {
	.product-presentation__features {
		grid-template-columns: 1fr 1fr;
	}
}

.product-presentation__name {
	color: #1C006E;
	font-weight: 700;
	font-size: clamp(1.5625rem, 2vw, 1.875rem);
}

@media (max-width: 1200px) {
	.product-presentation__btn {
		width: 100%;
	}
}

.images-with-names__heading {
	margin-bottom: 0.15625rem;
	background-color: #141414;
	text-align: center;
	font-size: clamp(1rem, 2vw, 1.25rem);
	font-weight: 600;
	font-weight: 600;
	padding: 2.5rem 15.625rem;
	margin: 0;
}

.images-with-names__heading span {
	color: #1C006E;
}

@media (max-width: 1200px) {
	.images-with-names__heading {
		text-align: left;
		padding: 0.9375rem 1.25rem;
	}
}

.images-with-names__item {
	position: relative;
	overflow: hidden;
}

.images-with-names__item > div > p {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.images-with-names__item > div > h3 {
	position: relative;
}

.images-with-names__item span {
	display: none;
}

.images-with-names__item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

@media (max-width: 768px) {
	.images-with-names__item img {
		max-height: 15.625rem;
		object-fit: cover;
	}
}

.images-with-names__grid {
	gap: 0.15625rem;
}

.images-with-names__text {
	position: absolute;
	z-index: 2;
	bottom: 0;
	margin: 0;
	padding: 1.25rem;
}

.images-with-names__title {
	position: absolute;
	font-size: 1.5625rem;
	transition: transform .2s ease-in-out;
	bottom: 1.25rem;
	margin: 0;
}

@media (max-width: 1300px) {
	.images-with-names__title {
		font-size: 1.25rem;
	}
}

@media (max-width: 1200px) {
	.images-with-names__title {
		position: relative;
		bottom: auto;
	}
}

.images-with-names__description {
	visibility: hidden;
	opacity: 0;
	transform: translateY(150%);
	transition: transform .2s ease-in-out;
	margin: 0;
}

@media (max-width: 1200px) {
	.images-with-names__description {
		margin-top: 0.625rem;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.images-with-names__flag {
	position: absolute;
	z-index: 2;
	top: 0;
	right: 0;
	padding: 0.625rem;
	margin: 1.25rem;
	background: #1C006E;
	font-size: 0.875rem;
	text-align: center;
	font-weight: 500;
}

.fourxtwo-blocks__grid {
	display: flex;
	max-width: 81.25rem;
	margin: auto;
}

@media (max-width: 1300px) {
	.fourxtwo-blocks__grid {
		flex-direction: column;
	}
}

.fourxtwo-blocks__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #fff;
	padding: 5rem 1.5625rem;
}

@media (max-width: 768px) {
	.fourxtwo-blocks__item {
		padding: 2.1875rem 1.25rem;
	}
}

.fourxtwo-blocks__img {
	height: 5.625rem;
	width: auto;
}

.fourxtwo-blocks__desc {
	color: #747474;
	text-align: center;
	font-size: 0.875rem;
}

.fourxtwo-blocks__title {
	color: #1F1F1F;
	text-align: center;
	font-size: clamp(1.25rem, 2vw, 1.5625rem);
	font-weight: 600;
	margin-bottom: 1.875rem;
}

@media (max-width: 1300px) {
	.fourxtwo-blocks__title {
		min-height: unset;
	}
}

.group-section__buttons {
	padding-bottom: 4.0625rem;
}

@media (max-width: 768px) {
	.group-section__buttons {
		padding-bottom: 2.5rem;
	}
}

.group-section__technical-data {
	max-width: 81.25rem;
	margin: auto;
	display: flex;
	align-items: center;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	padding-bottom: 6.25rem;
}

@media (max-width: 1200px) {
	.group-section__technical-data {
		flex-direction: column;
		padding-bottom: 2.1875rem;
	}
}

.group-section__technical-data .technical-data__list {
	flex-basis: 50%;
	color: #1F1F1F;
}

@media (max-width: 1200px) {
	.group-section__technical-data .technical-data__list {
		flex-basis: 100%;
		width: 100%;
	}
}

.group-section__technical-data .technical-data__item {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 0.8125rem;
}

@media (max-width: 1200px) {
	.group-section__technical-data .technical-data__item {
		border-bottom: 1px solid #D7D7D7;
		padding-bottom: 0.625rem;
		padding-top: 0.625rem;
	}
	.group-section__technical-data .technical-data__item:last-child {
		border: none;
	}
}

.group-section__technical-data .technical-data__name {
	font-weight: 600;
}

.group-section__technical-data .technical-data__value {
	display: flex;
	align-items: center;
}

.group-section__technical-data .technical-data__image {
	flex-basis: 50%;
}

@media (max-width: 1200px) {
	.group-section__technical-data .technical-data__image {
		flex-basis: 100%;
		width: 100%;
	}
}

.downloadable__list, .downloadable__slider {
	max-width: 71.875rem;
	margin: auto;
	padding-bottom: 8.125rem;
}

@media (max-width: 768px) {
	.downloadable__list, .downloadable__slider {
		padding-bottom: 2.5rem;
	}
}

.downloadable__item:not(:first-child) {
	margin-left: 2.8125rem;
}

.downloadable__title {
	color: #1F1F1F;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	width: 80%;
	margin: auto;
	margin-top: 0.9375rem;
}

.downloadable__image {
	margin: auto;
	max-width: 11.25rem;
}

.colors-variants {
	position: relative;
}

.colors-variants__variant {
	margin-right: 0.125rem;
	position: relative;
}

.colors-variants__variant::after {
	content: "";
	height: 25%;
	width: 100%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.15) 100%);
	position: absolute;
	bottom: 0;
	right: 0;
}

.colors-variants__title {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 1.5625rem;
	font-size: clamp(1.125rem, 2vw, 1.875rem);
}

@media (max-width: 768px) {
	.colors-variants__title {
		left: 1.25rem;
	}
}

.colors-variants__info {
	text-align: center;
	color: #747474;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (max-width: 768px) {
	.colors-variants__info {
		text-align: left;
	}
}

.colors-variants::after {
	content: "";
	height: 100%;
	width: 5%;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	position: absolute;
	top: 0;
	right: 0;
}

@media (max-width: 768px) {
	.colors-variants::after {
		content: none;
	}
}

.colors-variants .slick-next:before {
	content: url(/wp-content/themes/dl/img/arrow_slider.svg);
}

.colors-variants .slick-next {
	right: 1.25rem;
	z-index: 2;
}

.products-list-tabs__grid {
	display: grid;
	gap: 7.5rem 1.5625rem;
	grid-template-columns: repeat(4, 1fr);
	margin-left: 5.625rem;
	margin-right: 5.625rem;
	margin-top: 3.75rem;
	align-items: baseline;
}

@media (max-width: 1900px) {
	.products-list-tabs__grid {
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
}

@media (max-width: 1200px) {
	.products-list-tabs__grid {
		grid-template-columns: repeat(2, 2fr);
		gap: 1.25rem;
	}
}

.products-list-tabs__item {
	position: relative;
}

.products-list-tabs__image {
	position: relative;
	display: flex;
	justify-content: center;
	max-height: 32.375rem;
	object-fit: contain;
}

.products-list-tabs__image.--desc {
	max-height: 20.375rem;
}

.products-list-tabs__label {
	position: absolute;
	top: 1.25rem;
	right: 0;
	background: #424442;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0.3125rem;
	padding-left: 1.25rem;
	line-height: 1.3;
}

@media (max-width: 576px) {
	.products-list-tabs__label {
		top: 0rem;
		font-size: 0.4375rem;
		padding: 0.15625rem;
		padding-left: 0.625rem;
	}
}

.products-list-tabs__label:before {
	background: url(/wp-content/themes/dl/img/logo.svg);
	width: 2rem;
	height: 2rem;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	content: "";
	left: -1.25rem;
	top: -0.15625rem;
}

@media (max-width: 576px) {
	.products-list-tabs__label:before {
		width: 1.125rem;
		height: 1.125rem;
		left: -0.625rem;
		top: -0.125rem;
	}
}

.products-list-tabs__heading, .products-list-tabs__description {
	transition: color .3s ease;
	color: #1F1F1F;
	text-align: center;
}

.products-list-tabs__heading {
	font-size: clamp(1rem, 2vw, 1.3125rem);
	text-transform: uppercase;
}

.products-list-tabs__info {
	text-align: center;
	color: #747474;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

@media (max-width: 768px) {
	.products-list-tabs__info {
		text-align: left;
	}
}

.titles-with-descriptions__heading, .three_titles_with_descriptions__heading {
	margin-top: 0;
	margin-bottom: 0.15625rem;
	background-color: #1B1B1B;
	text-align: center;
	font-size: clamp(1.5625rem, 4vw, 2.625rem);
	font-weight: 600;
	font-weight: 600;
	padding: 2.5rem 15.625rem;
}

.titles-with-descriptions__heading span, .three_titles_with_descriptions__heading span {
	color: #1C006E;
}

@media (max-width: 1200px) {
	.titles-with-descriptions__heading, .three_titles_with_descriptions__heading {
		text-align: left;
		padding: 0.9375rem 1.25rem;
	}
}

.titles-with-descriptions__item, .three_titles_with_descriptions__item {
	background-color: #1B1B1B;
	text-align: center;
	min-height: 19.375rem;
	display: grid;
	grid-template-rows: 1fr 1fr;
	padding: 2.5rem;
	position: relative;
}

.titles-with-descriptions__item:hover, .three_titles_with_descriptions__item:hover {
	background: #F77A2F;
}

.titles-with-descriptions__item h3, .titles-with-descriptions__item p, .three_titles_with_descriptions__item h3, .three_titles_with_descriptions__item p {
	margin-top: 0.46875rem;
	margin-bottom: 0.46875rem;
}

@media (max-width: 768px) {
	.titles-with-descriptions__item, .three_titles_with_descriptions__item {
		text-align: left;
		min-height: unset;
		padding: 1.25rem;
	}
	.titles-with-descriptions__item::after, .three_titles_with_descriptions__item::after {
		left: 1.25rem;
		transform: none;
		background: #F77A2F;
	}
}

.titles-with-descriptions__grid, .three_titles_with_descriptions__grid {
	gap: 0.15625rem;
}

.titles-with-descriptions__title, .three_titles_with_descriptions__title {
	font-size: 1.3125rem;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

@media (max-width: 768px) {
	.titles-with-descriptions__title, .three_titles_with_descriptions__title {
		justify-content: left;
	}
}

.titles-with-descriptions__description, .three_titles_with_descriptions__description {
	font-size: 0.875rem;
	font-weight: 400;
}

.six_features_with_header {
	background-color: #F8F8F8;
}

.six_features_with_header__grid {
	display: grid;
	background-color: #D7D7D7;
	gap: 1px;
	grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1900px) {
	.six_features_with_header__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

@media (max-width: 768px) {
	.six_features_with_header__grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.six_features_with_header__grid {
		grid-template-columns: 1fr;
	}
}

.six_features_with_header__element {
	border-top: 1px solid #D7D7D7;
	background-color: #F8F8F8;
	color: #1F1F1F;
	text-align: center;
	min-height: 19.375rem;
	display: grid;
	grid-template-rows: 1fr 1fr;
	padding: 1.25rem;
	position: relative;
}

.six_features_with_header__element:hover::after {
	background: #F77A2F;
}

.six_features_with_header__element h3, .six_features_with_header__element p {
	margin-top: 0.46875rem;
	margin-bottom: 0.46875rem;
}

.six_features_with_header__element::after {
	content: "";
	width: 140px;
	position: absolute;
	background: #C3C3C3;
	height: 2px;
	border-radius: 10px;
	bottom: 50%;
	left: 50%;
	transform: translateX(-50%);
}

@media (max-width: 768px) {
	.six_features_with_header__element {
		text-align: left;
		min-height: unset;
	}
	.six_features_with_header__element::after {
		left: 1.25rem;
		transform: none;
		background: #F77A2F;
	}
}

.six_features_with_header__title {
	font-size: 1.3125rem;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

@media (max-width: 768px) {
	.six_features_with_header__title {
		justify-content: left;
	}
}

.six_features_with_header__description {
	font-size: 0.875rem;
	font-weight: 400;
}

.product-with-buttons-presentation {
	display: flex;
	padding-top: 6.875rem;
	padding-bottom: 5.9375rem;
}

@media (max-width: 1200px) {
	.product-with-buttons-presentation {
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
		flex-direction: column-reverse;
	}
}

.product-with-buttons-presentation__thumbnail {
	flex-basis: 30%;
	position: relative;
}

.product-with-buttons-presentation__thumbnail img:not(.active) {
	display: none;
}

@media (max-width: 768px) {
	.product-with-buttons-presentation__thumbnail {
		margin-top: 2.25rem;
	}
}

.product-with-buttons-presentation__thumbnail-label {
	position: absolute;
	top: -2.25rem;
	right: 0;
	background: #424442;
	font-size: 0.75rem;
	font-weight: bold;
	padding: 0.15625rem 0.3125rem 0.15625rem 1.25rem;
	max-width: 10.625rem;
	text-transform: uppercase;
	line-height: 1.3;
}

.product-with-buttons-presentation__thumbnail-label:before {
	content: url(/wp-content/themes/dl/img/logo.svg);
	position: absolute;
	left: -0.3125rem;
	top: 0;
	transform: translate3d(-50%, -5%, 0);
}

.product-with-buttons-presentation__content {
	flex-basis: 70%;
	padding-left: 7.5rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.product-with-buttons-presentation__content h2, .product-with-buttons-presentation__content p {
	color: #1F1F1F;
}

@media (max-width: 1200px) {
	.product-with-buttons-presentation__content {
		padding-left: 0;
		margin-bottom: 3.125rem;
	}
}

.product-with-buttons-presentation__title {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.product-with-buttons-presentation__tab {
	max-width: 41.25rem;
	text-align: justify;
}

@media (max-width: 1200px) {
	.product-with-buttons-presentation__tab {
		max-width: none;
	}
}

.product-with-buttons-presentation__btn {
	width: fit-content;
}

@media (max-width: 1200px) {
	.product-with-buttons-presentation__btn {
		width: 100%;
	}
}

.additional_products_section__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0.1875rem;
	grid-row-gap: 0.1875rem;
}

@media (max-width: 1200px) {
	.additional_products_section__grid {
		grid-template-columns: 1fr;
	}
}

.additional_products_section__grid.m-top {
	margin-top: 0.1875rem;
}

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

.additional_products_section__element:hover > div > p {
	bottom: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.additional_products_section__element:hover > div > h3 {
	position: relative;
}

.additional_products_section__element:hover::after {
	background: #1C006E;
	opacity: .9;
}

.additional_products_section__element::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}

.additional_products_section__text {
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.additional_products_section__title {
	position: absolute;
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	transition: transform .5s ease-in-out;
	bottom: 1.25rem;
	margin: 0;
}

@media (max-width: 1200px) {
	.additional_products_section__title {
		position: relative;
		bottom: auto;
	}
}

.additional_products_section__description {
	visibility: hidden;
	opacity: 0;
	transform: translateY(150%);
	transition: transform .5s ease-in-out;
}

@media (max-width: 1200px) {
	.additional_products_section__description {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.text-content-and-image-on-right {
	color: black;
	background-color: #F8F8F8;
	margin-bottom: 4.6875rem;
}

.text-content-and-image-on-right__flex-container {
	position: relative;
	display: flex;
	justify-content: flex-end;
	padding-top: 1.25rem;
	padding-bottom: 8.75rem;
}

.text-content-and-image-on-right__flex-container > div {
	flex-basis: 50%;
}

@media (max-width: 1200px) {
	.text-content-and-image-on-right__flex-container {
		flex-direction: column;
		gap: 2.5rem;
		padding-bottom: 0rem;
	}
}

.text-content-and-image-on-right__image {
	padding-left: 4.6875rem;
}

.text-content-and-image-on-right__image img {
	object-fit: cover;
	height: 100%;
}

@media (max-width: 1200px) {
	.text-content-and-image-on-right__image {
		padding-left: 0rem;
	}
}

.text-content-and-image-on-right__content {
	max-width: 47.8125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.text-content-and-image-on-right__heading {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.text-content-and-image-on-right__html ul {
	margin-left: 0;
	padding-left: 1.25rem;
}

.text-content-and-image-on-right__html li::marker {
	color: black;
}

.text-content-and-image-on-right__html p:first-child {
	margin-top: 0;
}

.text-content-and-image-on-right__html p:has(+ ul) {
	margin-bottom: 0;
}

.text-content-and-image-on-right__html b {
	font-weight: 600;
}

.text-content-and-image-on-right__html ol {
	margin-left: 0;
	padding-left: 1.25rem;
	counter-reset: item;
	list-style-type: none;
}

.text-content-and-image-on-right__html ol li {
	padding-bottom: 1.25rem;
}

.text-content-and-image-on-right__html ol li b {
	position: relative;
}

.text-content-and-image-on-right__html ol li b::before {
	content: counter(item) "  ";
	counter-increment: item;
	color: #1C006E;
	font-size: clamp(1.875rem, 3vw, 2.5rem);
	font-weight: 700;
	position: absolute;
	bottom: 0;
	line-height: 1;
	left: -1.875rem;
}

.text-content-and-image-on-right__html p:first-child {
	margin-top: 0;
}

.text-content-and-image-on-right__html p:has(+ ul) {
	margin-bottom: 0;
}

.text-content-and-image-on-right__html b {
	font-weight: 600;
}

@media (max-width: 1200px) {
	.text-content-and-image-on-right__btn {
		width: 100%;
	}
}

.contact-banner {
	background-color: #F8F8F8;
	padding-top: 4.375rem;
	padding-bottom: 4.375rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	font-weight: 700;
	color: #fff;
}

.contact-banner__inner {
	display: flex;
	align-items: center;
	flex-direction: column;
}

.contact-banner__title {
	color: #000;
	font-size: clamp(1.25rem, 4vw, 2.25rem);
	margin-bottom: 1.875rem !important;
}

.contact-banner__email {
	background: linear-gradient(to right, #713BFF, #328FFD);
	padding: 0.9375rem 1.5625rem;
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	font-weight: 400;
}

.contact-banner__email:hover {
	color: #fff;
}

.text-content-and-image-on-left {
	color: black;
	background-color: #F8F8F8;
	margin-top: 4.6875rem;
}

.text-content-and-image-on-left__flex-container {
	position: relative;
	display: flex;
	justify-content: flex-start;
	padding-top: 1.25rem;
	padding-bottom: 1.875rem;
}

.text-content-and-image-on-left__flex-container > div {
	flex-basis: 50%;
}

@media (max-width: 1200px) {
	.text-content-and-image-on-left__flex-container {
		flex-direction: column-reverse;
		gap: 2.5rem;
	}
}

.text-content-and-image-on-left ul li {
	padding-top: 1.25rem;
}

.text-content-and-image-on-left ul li::first-line, .text-content-and-image-on-left ul li::marker {
	font-weight: 600;
	color: #1C006E;
}

.text-content-and-image-on-left__image {
	padding-right: 4.6875rem;
}

.text-content-and-image-on-left__image img {
	object-fit: cover;
	height: 100%;
}

@media (max-width: 1200px) {
	.text-content-and-image-on-left__image {
		padding-right: 0rem;
	}
}

.text-content-and-image-on-left__content {
	max-width: 47.8125rem;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}

.text-content-and-image-on-left__heading {
	font-size: clamp(1.75rem, 3vw, 2.5rem);
}

.text-content-and-image-on-left__html ul {
	margin-left: 0;
	padding-left: 1.25rem;
}

.text-content-and-image-on-left__html li::marker {
	color: black;
}

.text-content-and-image-on-left__html p:first-child {
	margin-top: 0;
}

.text-content-and-image-on-left__html p:has(+ ul) {
	margin-bottom: 0;
}

.text-content-and-image-on-left__html b {
	font-weight: 600;
}

.text-content-and-image-on-left__html ol {
	margin-left: 0;
	padding-left: 1.25rem;
	counter-reset: item;
	list-style-type: none;
}

.text-content-and-image-on-left__html ol li {
	padding-bottom: 1.25rem;
}

.text-content-and-image-on-left__html ol li b {
	position: relative;
}

.text-content-and-image-on-left__html ol li b::before {
	content: counter(item) "  ";
	counter-increment: item;
	color: #1C006E;
	font-size: clamp(1.875rem, 3vw, 2.5rem);
	font-weight: 700;
	position: absolute;
	bottom: 0;
	line-height: 1;
	left: -1.875rem;
}

.text-content-and-image-on-left__html p:first-child {
	margin-top: 0;
}

.text-content-and-image-on-left__html p:has(+ ul) {
	margin-bottom: 0;
}

.text-content-and-image-on-left__html b {
	font-weight: 600;
}

@media (max-width: 1200px) {
	.text-content-and-image-on-left__btn {
		width: 100%;
	}
}

.image-gallery-section__image {
	margin-right: 0.125rem;
	cursor: pointer;
}

.image-gallery-section__image img {
	height: 26.25rem;
	object-fit: cover;
}

.image-gallery-section__slider {
	margin-bottom: 3.125rem;
}

@media (max-width: 768px) {
	.image-gallery-section__slider {
		margin-bottom: 1.875rem;
	}
}

.double-address-section {
	display: flex;
	gap: 0.125rem;
}

@media (max-width: 1300px) {
	.double-address-section {
		flex-direction: column;
	}
}

.double-address-section__image {
	width: 100%;
	height: 100%;
}

.double-address-section__image::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.65;
}

.double-address-section__image img {
	object-fit: cover;
}

.double-address-section__heading {
	font-size: clamp(1.5rem, 2vw, 1.875rem);
	font-weight: 700;
}

.double-address-section__box {
	position: relative;
	width: 100%;
}

.double-address-section__content {
	position: absolute;
	bottom: 0;
	padding: 1.25rem 2.5rem;
	width: 100%;
}

@media (max-width: 992px) {
	.double-address-section__content {
		padding: 1.25rem;
	}
}

.double-address-section__addresses {
	display: flex;
	gap: 0.625rem;
}

@media (max-width: 992px) {
	.double-address-section__addresses {
		flex-direction: column;
	}
}

.double-address-section__addresses p {
	margin: 0;
}

.double-address-section__addresses span {
	font-weight: 600;
	font-size: clamp(1rem, 2vw, 1.125rem);
}

.double-address-section__address {
	flex-basis: 50%;
}

.content-with-background__heading {
	margin: 0;
}

.content-with-background__item {
	position: relative;
}

.content-with-background__item::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.7;
}

@media (max-width: 768px) {
	.content-with-background__item img {
		max-height: 15.625rem;
		object-fit: cover;
	}
}

.content-with-background__grid {
	gap: 0.15625rem;
	margin-bottom: 0.15625rem;
}

.content-with-background__text {
	position: absolute;
	z-index: 10;
	bottom: 0;
	margin: 0;
	padding: 1.25rem;
}

.content-with-background__title {
	font-size: clamp(1.5rem, 2vw, 1.875rem);
	margin-top: 0;
	margin-bottom: 0.625rem;
}

@media (max-width: 1300px) {
	.content-with-background__title {
		margin-bottom: 0.3125rem;
	}
}

.content-with-background__content p {
	margin: 0;
	margin-bottom: 0.625rem;
}

.content-with-background__content p:last-child {
	margin-bottom: 0;
}

@media (max-width: 1300px) {
	.content-with-background__content p {
		margin-bottom: 0.3125rem;
	}
}

.content-with-background__content a, .content-with-background__content span {
	font-weight: 600 !important;
	font-size: clamp(0.875rem, 2vw, 1.125rem) !important;
}

.form-section {
	padding-bottom: 3.75rem;
}

.form-section .form {
	margin: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
}

.form-section .form--1250 {
	max-width: 75.625rem;
}

.form-section .form--940 {
	max-width: 56.25rem;
}

.form-section .form__header-section {
	color: #1F1F1F;
	margin-top: 2.8125rem;
	margin-bottom: 2.1875rem;
}

.form-section .form__header-section ol, .form-section .form__header-section ul, .form-section .form__header-section li {
	margin-left: 0.625rem;
	padding-left: 0;
}

.form-section .form__row {
	display: flex;
	justify-content: center;
	gap: 2.5rem;
}

@media (max-width: 992px) {
	.form-section .form__row {
		flex-direction: column;
		gap: 0;
	}
}

.form-section .form__field--checkbox-container {
	margin-top: 1.25rem;
}

.form-section .form__checkbox-container {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 0.125rem;
	margin-top: 0.625rem;
}

.form-section .form__checkbox-btn {
	font-size: clamp(0.875rem, 2vw, 1rem);
	font-weight: 400;
	color: #fff;
	line-height: 1;
}

.form-section .form__col {
	width: 50%;
}

@media (max-width: 992px) {
	.form-section .form__col {
		width: 100%;
	}
}

.form-section .form__block {
	width: 100%;
	margin-top: 2.5rem;
}

.form-section .form__block-header {
	color: #1F1F1F;
	font-size: clamp(1.375rem, 2vw, 1.5625rem);
	margin-top: 0;
}

.form-section .form__field {
	width: 100%;
}

.form-section .form__submit-btn {
	margin-top: 1.25rem;
	width: 100%;
}

.form-section .form__input--file {
	display: none;
}

.form-section .form__file-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #fff;
}

.form-section .form__input:not(textarea), .form-section .form__file-content {
	max-height: 2.8125rem;
}

.form-section .form__alert {
	margin-top: 0;
}

.form-section .form__double-field {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

.form-section .form__field--bigger {
	flex-basis: 70%;
}

.form-section .form__field--smaller {
	flex-basis: 30%;
}

.form-section .form__input-btn {
	display: inline-block;
	padding: 0.625rem;
	border: 2px solid #1F1F1F;
	color: #1F1F1F;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	background-color: #fff;
	width: 30%;
}

.form-section .form__input-btn--half {
	width: 50%;
}

@media (max-width: 768px) {
	.form-section .form__input-btn--half {
		width: 40%;
	}
}

.form-section .form__input-checkbox {
	-webkit-appearance: none;
	display: flex;
	justify-content: center;
	font-size: 2rem;
	border: 1px solid #ccc;
	border-radius: 0;
	width: 0.9375rem;
	height: 0.9375rem;
	cursor: pointer;
}

.form-section .form__input-checkbox::before {
	content: "";
	width: 0.75rem;
	height: 0.75rem;
	clip-path: polygon(0 66%, 47% 100%, 100% 26%, 80% 14%, 42% 69%, 13% 48%);
	transform: scale(0);
	background-color: #1C006E;
}

.form-section .form__input-checkbox:checked::before {
	transform: scale(1);
}

.form-section .form__file-info {
	font-size: 0.875rem;
	color: #5B5B5B;
}

.form-section .form__file-info--mobile-one-line {
	margin-left: 1.0625rem;
}

@media (max-width: 768px) {
	.form-section .form__file-info--mobile-one-line {
		width: 60%;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}
}

.form-section .form__checkbox-label {
	font-size: 0.875rem;
	color: #5B5B5B;
	font-weight: 600;
}

.form-section .form__verification {
	position: relative;
}

.form-section .form__file-list {
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
}

.form-section .form__checkbox-blocks {
	display: flex;
	gap: 0.625rem;
	margin-bottom: 1.25rem;
	flex-direction: column;
}

.form-section .form__checkbox-block {
	display: flex;
	align-items: center;
	gap: 0.625rem;
	padding-top: 0.625rem;
}

@media (max-width: 768px) {
	.form-section .form__checkbox-block {
		align-items: flex-start;
	}
}

.form-section .form .file-item {
	font-size: 0.75rem;
	color: #1F1F1F;
	display: flex;
	gap: 0.625rem;
}

.form-section .form textarea {
	height: 10.625rem;
}

@media (max-width: 768px) {
	.form-section .form textarea {
		height: 20.625rem;
	}
}

.articles {
	padding: 0;
	padding-bottom: 5.625rem;
}

@media (max-width: 768px) {
	.articles {
		padding-bottom: 2.8125rem;
	}
}

@media (max-width: 98.125rem) {
	.articles {
		margin-left: unset;
		margin-right: unset;
	}
}

.articles__list {
	gap: 0.125rem;
	padding-top: 4.375rem;
}

@media (max-width: 768px) {
	.articles__list {
		padding-top: 2.1875rem;
	}
}

.articles__pagination {
	padding-top: 2.8125rem;
	text-align: center;
	color: #747474;
}

@media (max-width: 768px) {
	.articles__pagination {
		padding-top: 1.5625rem;
	}
}

.articles__pagination .current {
	color: #1F1F1F;
	font-weight: 600;
}

.articles__buttons {
	justify-content: center;
}

.post {
	color: #1F1F1F;
}

.post .post-gallery-section {
	margin-bottom: 1.25rem;
}

.post .post-gallery-section__image {
	margin-right: 0.125rem;
	cursor: pointer;
}

.post .post-gallery-section__image img {
	object-fit: cover;
	aspect-ratio: 2 / 2;
}

.post__iframe {
	position: relative;
	display: block;
	width: 100%;
	padding: 0;
	overflow: hidden;
}

.post__iframe::before {
	display: block;
	content: "";
	padding-top: 56.25%;
}

.recent-articles-list {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.recent-articles-list__heading {
	font-size: 1.5rem;
	font-weight: 400;
	color: #1F1F1F;
	margin-top: 0;
	margin-bottom: 0.5rem;
}

.recent-articles-list .contact-block {
	background-color: #000;
	padding: 1.875rem;
}

.recent-articles-list .contact-block__heading {
	margin-top: 0;
	margin-bottom: 1.25rem;
	font-size: 1.5rem;
	font-weight: 600;
}

.recent-articles-list .contact-block__description {
	margin-top: 0;
	margin-bottom: 1.25rem;
}

.recent-articles-list .contact-block__icons {
	display: flex;
	gap: 0.9375rem;
	margin-bottom: 1.25rem;
}

.recent-articles-list .contact-block__icon {
	width: 3rem;
}

.recent-articles-list .contact-block__mail {
	color: #1C006E;
	display: block;
	margin-bottom: 1.25rem;
}

.downloads-page {
	display: grid;
	grid-template-columns: 27.5% auto;
}

@media (max-width: 1300px) {
	.downloads-page {
		display: block;
	}
}

.downloads-page__categories-heading {
	font-size: 1.25rem;
	color: #000;
	font-weight: 600;
}

.downloads-page__categories-section {
	position: relative;
	padding-top: 3.75rem;
	padding-bottom: 5rem;
	padding-right: 1.25rem;
}

.downloads-page__categories-section::before {
	content: "";
	background-color: #F5F5F5;
	position: absolute;
	height: 100%;
	width: 100vw;
	right: 0;
	top: 0;
}

@media (max-width: 1300px) {
	.downloads-page__categories-section {
		background-color: unset;
		padding-right: 0;
		padding-top: 1.875rem;
		padding-bottom: 1.875rem;
	}
	.downloads-page__categories-section > ul > ul {
		display: none;
	}
	.downloads-page__categories-section::before {
		background-color: unset;
	}
}

.downloads-page__files-heading {
	font-size: 1.25rem;
	color: #000;
	font-weight: 600;
	line-height: 2.5;
	margin: 0;
	margin-bottom: 1.25rem;
}

@media (max-width: 1300px) {
	.downloads-page__files-heading {
		display: none;
	}
}

.downloads-page__category {
	color: #818181;
	cursor: pointer;
}

.downloads-page__category.active {
	color: #1C006E;
	font-weight: 500;
}

.downloads-page__files {
	display: flex;
	flex-direction: column;
}

.downloads-page .download-file {
	display: grid;
	grid-template-areas: "image content" "image links";
	grid-template-columns: 11.25rem 1fr;
	column-gap: 1.875rem;
	color: #000;
	align-items: center;
	padding: 1.875rem 0;
}

@media (max-width: 1300px) {
	.downloads-page .download-file {
		grid-template-areas: "image content" "links links";
		grid-template-columns: auto;
		row-gap: 0.625rem;
		column-gap: 1.25rem;
		position: relative;
	}
	.downloads-page .download-file:not(:last-child)::before {
		height: 0.0625rem;
		bottom: 0;
		width: 100vw;
		content: "";
		opacity: .1;
		background: #000000;
		position: absolute;
		left: -1.25rem;
	}
}

.downloads-page .download-file__content {
	grid-area: content;
}

.downloads-page .download-file__image {
	grid-area: image;
	width: 11.25rem;
	height: 15.625rem;
}

@media (max-width: 1300px) {
	.downloads-page .download-file__image {
		width: 6.875rem;
		height: 9.375rem;
	}
}

.downloads-page .download-file__heading {
	font-size: clamp(1.125rem, 2vw, 1.5625rem);
	font-weight: 700;
}

.downloads-page .download-file__files-links {
	grid-area: links;
	display: flex;
	gap: 0.1875rem;
}

@media (max-width: 1300px) {
	.downloads-page .download-file__files-links {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
	}
}

.downloads-page .download-file__file-link {
	background: #F5F5F5;
	padding: 0.625rem 2.8125rem;
	font-weight: 500;
	text-align: center;
}

@media (max-width: 1300px) {
	.downloads-page .download-file__file-link {
		padding: 0.625rem 0;
	}
}

.downloads-page .download-file__file-link:hover {
	background-color: gainsboro;
}

.downloads-page__files-section:not(.active) {
	display: none;
}

.downloads-page__content-section {
	padding-top: 3.75rem;
	padding-bottom: 5rem;
	padding-left: 6.25rem;
}

@media (max-width: 1300px) {
	.downloads-page__content-section {
		padding-left: 0;
		padding-top: 0;
		padding-bottom: 1.25rem;
	}
}

.bar-with-btns {
	display: grid;
	grid-template-columns: 1fr 1fr;
	padding-top: 2.1875rem;
	padding-bottom: 2.1875rem;
}

@media (max-width: 1300px) {
	.bar-with-btns {
		grid-template-columns: 1fr;
	}
}

.bar-with-btns__title {
	margin: 0;
	font-size: clamp(1.5625rem, 3vw, 2.1875rem);
}

@media (max-width: 1300px) {
	.bar-with-btns__title {
		margin-bottom: 1.25rem;
	}
}

.bar-with-btns__btns {
	display: flex;
	align-items: center;
	gap: 1.25rem;
}

@media (max-width: 1300px) {
	.bar-with-btns__btns {
		align-items: stretch;
		gap: 0.625rem;
	}
}

.bar-with-btns__btn {
	width: 100%;
	font-size: clamp(0.6875rem, 2vw, 1.125rem);
	align-content: center;
}

.content-section {
	color: #1F1F1F;
	margin-top: 2.5rem;
	margin-bottom: 2.5rem;
}

.content-section p, .content-section ul, .content-section ol {
	margin: 0;
}

@media (max-width: 768px) {
	.content-section table, .content-section table li, .content-section table span {
		font-size: 0.625rem;
	}
}

.image-list {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
}

.error-404 {
	padding-top: 11.25rem;
	padding-bottom: 11.25rem;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.error-404__img {
	max-width: 45.625rem;
	padding: 3.75rem 0;
}

.error-404__title {
	font-size: clamp(2.1875rem, 4vw, 3.4375rem);
	color: #1C006E;
	font-weight: 600;
	margin: 0;
	text-align: center;
	line-height: 1;
	margin-bottom: 1.25rem;
}

.error-404__text {
	margin: 0;
	font-size: clamp(1rem, 2vw, 1.25rem);
}

.search-page {
	margin-top: 3.125rem;
	margin-bottom: 3.125rem;
	color: #1F1F1F;
}

.search-page__form {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 1.25rem;
}

.search-page__form label {
	width: 50%;
}

@media (max-width: 1200px) {
	.search-page__form label {
		width: 100%;
	}
}

.search-page__title {
	font-size: clamp(1.25rem, 4vw, 2.1875rem);
}

@media (max-width: 1200px) {
	.search-page__list {
		margin: 0;
	}
}

.search-page__link {
	text-decoration: underline !important;
}

.section-with-form {
	z-index: 1;
	position: relative;
	overflow: hidden;
	width: 100%;
	min-height: 59.375rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1200px) {
	.section-with-form {
		padding: 0;
		min-height: 50rem;
	}
}

.section-with-form::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
}

.section-with-form::after {
	z-index: -1;
}

.section-with-form__form-img {
	width: 3.75rem;
	height: 3.75rem;
}

.section-with-form__img-with-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.25rem;
}

.section-with-form__img-with-text p {
	margin: 0;
}

.section-with-form__form-attr {
	display: flex;
	gap: 0.375rem;
	color: #1F1F1F;
	margin-bottom: 1rem;
}

.section-with-form__upper-text {
	font-size: 1.25rem;
	color: #1F1F1F;
	font-weight: 700;
}

.section-with-form__lower-text {
	font-size: 1rem;
	color: #1F1F1F;
	font-weight: 400;
}

.section-with-form__form-icon {
	max-width: 1.5rem;
	max-width: 1.5rem;
}

.section-with-form__container {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	z-index: 2;
	padding-top: 10.3125rem;
	padding-bottom: 4.0625rem;
}

.section-with-form__small-text {
	text-transform: uppercase;
	color: #1C006E;
	font-weight: 600;
}

.section-with-form__title {
	font-size: clamp(2.1875rem, 4vw, 3.125rem);
}

.section-with-form__description {
	font-weight: 600;
	width: 70%;
}

.section-with-form__form {
	min-width: 31.25rem;
	max-width: 31.25rem;
	background-color: #F8F8F8;
	padding: 1.75rem;
	margin-left: 15%;
}

.section-with-form__form .form__submit-btn {
	margin-top: 1.25rem;
	width: 100%;
}

@media (max-width: 1200px) {
	.section-with-form__form--desktop {
		display: none;
	}
}

.section-with-form__form--mobile {
	display: none;
	margin-left: 0;
	min-width: unset;
	max-width: unset;
}

@media (max-width: 1200px) {
	.section-with-form__form--mobile {
		display: block;
	}
}

.section-with-form__bg-img {
	background-position: bottom;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.section-with-form__bg-img img {
	height: 100%;
	object-fit: cover;
}

.section-with-form__privacy-text {
	color: #5B5B5B;
	font-size: 0.75rem;
	margin-bottom: 0;
}

.section-with-form__privacy-text a {
	text-decoration: underline;
	font-size: 0.75rem;
}

.features-with-header {
	background-color: #141414;
}

@media (max-width: 768px) {
	.features-with-header {
		background-color: lightgray;
	}
}

.features-with-header__heading {
	margin-top: 0;
	margin-bottom: 0.15625rem;
	background-color: #fff;
	text-align: center;
	font-size: clamp(1.5625rem, 4vw, 2.625rem);
	font-weight: 600;
	font-weight: 600;
	padding: 2.5rem 15.625rem;
	padding-top: 5.3125rem;
	color: #1F1F1F;
}

.features-with-header__heading span {
	color: #1C006E;
}

@media (max-width: 1200px) {
	.features-with-header__heading {
		text-align: left;
		padding: 0.9375rem 1.25rem;
	}
}

.features-with-header__item {
	background-color: #fff;
	text-align: center;
	min-height: 20rem;
	display: grid;
	grid-template-rows: 1fr 1fr;
	padding: 2.5rem;
	color: #1F1F1F;
	position: relative;
}

.features-with-header__item:hover {
	background: #F77A2F;
	color: #fff;
}

.features-with-header__item h3, .features-with-header__item p {
	margin-top: 0.46875rem;
	margin-bottom: 0.46875rem;
}

@media (max-width: 768px) {
	.features-with-header__item {
		text-align: left;
		min-height: unset;
		padding: 1.25rem;
	}
	.features-with-header__item::after {
		left: 1.25rem;
		transform: none;
		background: #F77A2F;
	}
}

.features-with-header__grid {
	gap: 0.15625rem;
	background-color: #141414;
}

@media (max-width: 768px) {
	.features-with-header__grid {
		background-color: lightgray;
	}
}

.features-with-header__title {
	font-size: 1.3125rem;
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

@media (max-width: 768px) {
	.features-with-header__title {
		justify-content: left;
	}
}

.features-with-header__description {
	font-size: 0.875rem;
	font-weight: 400;
}

.features-with-header__btn-container {
	background-color: #fff;
	display: flex;
	justify-content: center;
	padding-top: 2.8125rem;
	padding-bottom: 5.3125rem;
	border-top: 3px solid #141414;
	padding-right: 1.25rem;
	padding-left: 1.25rem;
}

@media (max-width: 768px) {
	.features-with-header__btn-container {
		border-top: 3px solid lightgray;
	}
}

@media (max-width: 768px) {
	.features-with-header__btn-container a {
		width: 100%;
	}
}

.two_images_with_header h2 {
	color: #fff;
}

.two_images_with_header__item {
	text-align: center;
	min-height: 45rem;
	display: grid;
	grid-template-rows: 1fr 1fr;
	padding: 2.5rem;
	position: relative;
}

.two_images_with_header__item:hover {
	background: #F77A2F;
	color: #fff;
}

.two_images_with_header__item h3, .two_images_with_header__item p {
	margin-top: 0.46875rem;
	margin-bottom: 0.46875rem;
}

@media (max-width: 768px) {
	.two_images_with_header__item {
		min-height: 26.875rem;
		padding: 1.25rem;
	}
	.two_images_with_header__item::after {
		left: 1.25rem;
		transform: none;
		background: #F77A2F;
	}
}

.two_images_with_header__grid {
	display: flex;
	flex-direction: column;
	gap: 0.28125rem;
}

.two_images_with_header__title {
	z-index: 1;
	font-size: clamp(1.25rem, 4vw, 2.1875rem);
	font-weight: 600;
	color: #1C006E;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.two_images_with_header__description {
	z-index: 1;
}

.two_images_with_header__description p {
	font-size: clamp(0.875rem, 3vw, 1.5rem);
	font-weight: 400;
}

.two_images_with_header__image {
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}

.image_in_container_with_header__image {
	width: 100%;
	height: 100%;
}

.two_categories_with_header__grid {
	gap: 12.5rem;
}

@media (max-width: 768px) {
	.two_categories_with_header__grid {
		gap: 1.25rem;
	}
}

.two_categories_with_header__item {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.25rem;
	color: #1F1F1F;
}

@media (max-width: 768px) {
	.two_categories_with_header__item:last-child {
		flex-direction: row-reverse;
	}
}

.two_categories_with_header__image {
	max-width: 21.875rem;
	max-height: 29.375rem;
}

@media (max-width: 768px) {
	.two_categories_with_header__image {
		max-width: 10rem;
		max-height: 18.75rem;
	}
}

.two_categories_with_header__title {
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	font-weight: 600;
	text-transform: uppercase;
	margin: 0;
}

.two_categories_with_header__description p {
	margin-top: 0;
	font-size: clamp(0.875rem, 2vw, 1.125rem);
}

.two_categories_with_header__btn {
	width: max-content;
}

.three_features h2 {
	color: #fff;
}

.three_features__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 0.1875rem;
	grid-row-gap: 0.1875rem;
}

@media (max-width: 1200px) {
	.three_features__grid {
		grid-template-columns: 1fr;
	}
}

.three_features__grid.m-top {
	margin-top: 0.1875rem;
}

.three_features__element {
	position: relative;
}

@media (max-width: 768px) {
	.three_features__element {
		display: flex;
		flex-direction: column-reverse;
	}
}

@media (min-width: 768px) {
	.three_features__element {
		overflow: hidden;
	}
	.three_features__element:hover > div > p {
		bottom: 0;
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
	.three_features__element:hover > div > h3 {
		position: relative;
		bottom: 1.25rem;
	}
	.three_features__element:hover::after {
		background: #1C006E;
		opacity: .9;
	}
	.three_features__element:hover > div > .btn.btn-primary {
		background-color: #fff;
		color: #1F1F1F !important;
	}
	.three_features__element:hover > div > .btn.btn-primary::after {
		content: url(/wp-content/themes/dl/img/arrow_right-black.svg);
	}
	.three_features__element::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.6;
	}
}

.three_features__text {
	position: absolute;
	bottom: 0;
	z-index: 1;
	padding: 2.5rem;
}

@media (max-width: 768px) {
	.three_features__text {
		position: relative;
		padding: 2.5rem 1.25rem;
	}
}

.three_features__title {
	position: absolute;
	font-size: clamp(1.25rem, 3vw, 1.875rem);
	transition: transform .5s ease-in-out;
	bottom: 7.5rem;
	margin: 0;
}

@media (max-width: 1200px) {
	.three_features__title {
		position: relative;
		bottom: auto;
	}
}

.three_features__description {
	visibility: hidden;
	opacity: 0;
	transform: translateY(150%);
	transition: transform .5s ease-in-out;
	margin-top: 0;
}

@media (max-width: 1200px) {
	.three_features__description {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}
}

.three_features__btn {
	width: max-content;
	position: relative;
	z-index: 1;
}

@media (max-width: 1200px) {
	.three_features__btn {
		width: 100%;
	}
}

.three-features-blocks {
	background-color: #141414;
}

.three-features-blocks__item {
	background-color: #fff;
	text-align: center;
	min-height: 20rem;
	display: grid;
	grid-template-rows: 1fr 1fr;
	padding: 2.5rem;
	color: #1F1F1F;
	position: relative;
}

.three-features-blocks__item:hover {
	background: #F77A2F;
	color: #fff;
}

.three-features-blocks__item h3, .three-features-blocks__item p {
	margin-top: 0.21875rem;
	margin-bottom: 0.21875rem;
}

@media (max-width: 768px) {
	.three-features-blocks__item {
		min-height: unset;
		padding: 3.75rem;
	}
	.three-features-blocks__item::after {
		left: 1.25rem;
		transform: none;
		background: #F77A2F;
	}
}

.three-features-blocks__grid {
	gap: 0.15625rem;
	background-color: #141414;
	border-top: 3px solid #141414;
}

.three-features-blocks__title {
	font-size: clamp(2.1875rem, 3vw, 2.8125rem);
	font-weight: 600;
	text-transform: uppercase;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	line-height: 1;
	display: flex;
	gap: 0.3125rem;
}

.three-features-blocks__title span {
	font-size: clamp(1.875rem, 2vw, 2.1875rem);
}

.three-features-blocks__description {
	font-size: 1.25rem;
	font-weight: 400;
}

.important-section {
	display: flex;
	padding-top: 5rem;
	padding-bottom: 4.0625rem;
	align-items: center;
	gap: 1.25rem;
}

@media (max-width: 768px) {
	.important-section {
		padding-top: 2.1875rem;
		padding-bottom: 1.875rem;
	}
}

.important-section__image {
	max-width: 5.9375rem;
	max-height: 5.9375rem;
}

@media (max-width: 768px) {
	.important-section__image {
		max-width: 4.0625rem;
		max-height: 4.0625rem;
	}
}

.important-section__title {
	font-size: clamp(0.875rem, 4vw, 2rem);
	font-weight: 400;
}

@media (max-width: 768px) {
	.important-section__title {
		font-size: 0.875rem;
	}
}

.important-section__title span {
	font-size: clamp(1.25rem, 4vw, 2.8125rem);
	font-weight: 700;
}

.section-with-images {
	padding-bottom: 3.125rem;
}

.section-with-images .section-with-images__item.slick-slide {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 8.75rem;
	padding: 1.25rem;
}

.section-with-images__image {
	filter: grayscale(100%);
	opacity: .7;
	transition: all .3s ease;
}

@media (max-width: 768px) {
	.section-with-images__image {
		filter: none;
		opacity: 1;
	}
}

.section-with-images__image:hover {
	opacity: 1;
	filter: none;
}

.section-with-images__image img {
	max-height: 8.75rem;
}

.images-with-titles {
	background-color: #323440;
	padding-bottom: 7.5rem;
}

.images-with-titles__blocks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.9375rem;
}

.images-with-titles__block {
	background-color: #fff;
	border-radius: 1.5625rem;
	max-width: 23.4375rem;
	max-height: 27.5rem;
	padding: 2.8125rem 0.9375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1.875rem;
}

.images-with-titles__title {
	color: #16C469;
	font-size: clamp(1.125rem, 2vw, 1.25rem);
	font-weight: 700;
	text-align: center;
}

.images-with-titles__heading {
	text-align: center;
	color: #fff;
	padding-top: 5.625rem;
	padding-bottom: 2.5rem;
	font-size: clamp(1.5rem, 3vw, 2.25rem);
}

.images-with-titles__description {
	color: #000;
	font-weight: 200;
	text-align: center;
}

.images-with-titles__img {
	max-width: 8.125rem;
}

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

.rwd-bg-image {
	background-repeat: no-repeat;
}

@media (max-width: 576px) {
	.rwd-bg-image {
		background-size: 0, cover;
		background-attachment: scroll;
	}
}

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

/* Sliders
--------------------------------------------- */
.site-main .slick-dots li.slick-active > button {
	background: #fff;
}

.site-main .slick-dots li {
	width: auto;
	height: auto;
	margin: 0 0.1875rem;
}

.site-main .slick-dots li button {
	display: inline-block;
	border: none;
	background: #B1B1B1;
	border-radius: 50%;
	padding: 0;
	width: 0.9375rem;
	height: 0.9375rem;
}

.site-main .slick-dots li button::before {
	content: none;
}

.site-main .dots--second-type.dots--second-type ul.slick-dots {
	bottom: -3.125rem;
}

.site-main .dots--second-type.dots--second-type li.slick-active > button {
	background: #CFCFCF;
}

.site-main .dots--second-type.dots--second-type li button {
	background: #E7E7E7;
}

.no-first-slide {
	display: none;
}

.container.homepage_slider.slick-slider {
	margin-bottom: 0;
}

.container.homepage_slider .slick-dots {
	bottom: 1.875rem;
	text-align: left;
}

@media (max-width: 992px) {
	.container.homepage_slider .slick-dots {
		display: none !important;
	}
}

.slick-flex .slick-list, .slick-flex .slick-track {
	display: flex;
}

.only-arrows .slick-arrow {
	top: 25%;
	z-index: 100;
}

.only-arrows .slick-arrow::before {
	content: url(/wp-content/themes/dl/img/arrow_dark_slider.svg);
}

@media (max-width: 768px) {
	.only-arrows .slick-arrow::before {
		content: none;
	}
}

.only-arrows .slick-arrow[aria-label="Previous"] {
	left: -0.9375rem;
	transform: rotate(180deg);
}

.only-arrows .slick-arrow[aria-label="Next"] {
	right: -0.9375rem;
}

.arrows-on-gradient::before, .arrows-on-gradient::after {
	content: "";
	height: 100%;
	width: 5%;
	position: absolute;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

@media (max-width: 768px) {
	.arrows-on-gradient::before, .arrows-on-gradient::after {
		content: none;
	}
}

.arrows-on-gradient::after {
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	right: 0;
}

.arrows-on-gradient::before {
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.55) 100%);
	left: 2px;
}

.arrows-on-gradient .slick-arrow {
	top: 80%;
	z-index: 100;
}

.arrows-on-gradient .slick-arrow::before {
	content: url(/wp-content/themes/dl/img/arrow_slider.svg);
}

@media (max-width: 992px) {
	.arrows-on-gradient .slick-arrow::before {
		display: none;
	}
}

.arrows-on-gradient .slick-arrow[aria-label="Previous"] {
	left: 1.25rem;
	transform: rotate(180deg);
}

.arrows-on-gradient .slick-arrow[aria-label="Next"] {
	right: 1.25rem;
}

/* Footer
--------------------------------------------- */
.footer {
	color: #fff;
	padding-top: 2.8125rem;
}

@media (max-width: 992px) {
	.footer {
		padding-bottom: 2.5rem;
	}
}

.footer .logo {
	filter: brightness(0) invert(1);
	max-width: 12.5rem;
}

.footer__grid {
	display: flex;
	grid-template-columns: 2.3fr 1.7fr 1.4fr 1fr 0.7fr;
	gap: 1.25rem;
	position: relative;
	margin-bottom: 3.125rem;
	justify-content: space-between;
}

@media (max-width: 768px) {
	.footer__grid {
		font-size: 0.875rem;
		flex-direction: column;
		align-items: center;
	}
}

@media (max-width: 992px) {
	.footer__grid {
		grid-template-columns: 1fr;
		gap: 0.3125rem;
		margin-bottom: 0;
	}
}

.footer__addresses {
	display: flex;
	gap: 1.875rem;
}

@media (max-width: 768px) {
	.footer__addresses {
		font-size: 0.875rem;
		flex-direction: column;
		gap: 0px;
		text-align: center;
	}
}

.footer__heading {
	font-size: 1rem;
	margin-bottom: 1.875rem;
	position: relative;
}

@media (max-width: 992px) {
	.footer__heading {
		font-size: 0.875rem;
		font-weight: 500;
	}
	.footer__heading .menu-arrow {
		display: block !important;
		position: absolute;
		right: 0.9375rem;
		transition: transform .3s;
		top: 50%;
	}
	.footer__heading .menu-arrow.open {
		transform: rotate(180deg);
	}
	.footer__heading.menu-parent {
		border-bottom: 1px solid #2C2C2C;
		cursor: pointer;
		padding: 0.9375rem 0;
		margin: 0;
	}
}

.footer__menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.footer__menu ul li {
	margin-bottom: 1.25rem;
}

.footer__menu ul li a:not(.btn) {
	transition: color 0.3s ease;
}

.footer__menu ul li a:not(.btn):hover {
	color: #1C006E;
}

@media (max-width: 992px) {
	.footer__menu ul {
		list-style: disc;
		padding-left: 1rem;
		padding-top: 1.25rem;
	}
	.footer__menu ul a {
		font-size: 0.875rem;
	}
}

.footer__social-icons {
	display: flex;
	gap: 0.9375rem;
	margin-bottom: 1.875rem;
}

.footer__social-icon img {
	height: 1.5625rem;
}

@media (max-width: 992px) {
	.footer .buttons ul {
		list-style: none;
		padding-left: unset;
		padding-top: unset;
	}
}

@media (max-width: 992px) {
	.footer .buttons li {
		width: 8.4375rem;
		font-size: 0.875rem;
	}
}

@media (max-width: 992px) {
	.footer__menu-container {
		display: none;
	}
}

.copyright {
	position: relative;
	background-color: #1C006E;
}

.copyright-text {
	border-top: 1px solid white;
	color: #fff;
	position: relative;
	padding: 0.9375rem 0;
	margin: 0;
	text-align: center;
	font-size: 0.75rem;
}

@media (max-width: 992px) {
	.copyright-text {
		padding-left: 1.25rem;
		padding-right: 1.25rem;
		text-align: center;
	}
}

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

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