/*!
Theme Name: _s
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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
	- Fonts
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Helpers

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Fonts
--------------------------------------------- */
@font-face {
	font-family: 'montserrat';
	src: url("./fonts/montserrat-light.woff2") format("woff2"), url("./fonts/montserrat-light.woff") format("woff");
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'montserrat';
	src: url("./fonts/montserrat-regular.woff2") format("woff2"), url("./fonts/montserrat-regular.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'montserrat';
	src: url("./fonts/montserrat-medium.woff2") format("woff2"), url("./fonts/montserrat-medium.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'montserrat';
	src: url("./fonts/montserrat-semibold.woff2") format("woff2"), url("./fonts/montserrat-semibold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'montserrat';
	src: url("./fonts/montserrat-bold.woff2") format("woff2"), url("./fonts/montserrat-bold.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

/* Swiper slider
--------------------------------------------- */
:root {
	--swiper-theme-color: #0e131c;
	/*
    --swiper-preloader-color: var(--swiper-theme-color);
    --swiper-wrapper-transition-timing-function: initial;
    */
}

.swiper,
swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide,
swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.swiper-cards {
	overflow: visible;
}

.swiper-cards .swiper-slide {
	transform-origin: center bottom;
	backface-visibility: hidden;
	overflow: hidden;
}

:root {
	--swiper-navigation-size: 48px;
	--swiper-navigation-color: #fff;
	--swiper-navigation-sides-offset: -72px;
	/*
  --swiper-navigation-top-offset: 50%;
  */
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size));
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 2;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
	background-color: #282e42;
	opacity: 0.6;
	transition: opacity 0.1s ease-out;
	border-radius: 50%;
	font-size: 24px;
	user-select: none;
	transition: all 0.1s linear;
}

@media (any-hover: hover) {
	.swiper-button-prev:hover,
	.swiper-button-next:hover {
		opacity: 1;
	}
}

@media (max-width: 1199.98px) {
	.swiper-button-prev,
	.swiper-button-next {
		display: none;
	}
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev, .swiper-navigation-disabled
.swiper-button-next {
	display: none !important;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

:root {
	--swiper-pagination-color: #282e42;
	--swiper-pagination-bullet-inactive-color: #c9c9c9;
	--swiper-pagination-bullet-inactive-opacity: 1;
	/*
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

@media (min-width: 1200px) {
	.swiper-pagination {
		display: none;
	}
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: 50%;
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	transform: scale(1.2);
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
	/*ADD_HOST*/
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

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

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

p {
	margin: 0 0 10px;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	color: #2e314c;
	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%;
}

.content p, .section__long-description p {
	margin-bottom: 20px;
}

.content ul, .section__long-description ul {
	padding: 0 0 0 1.2em;
	margin: 0 0 20px;
	list-style: none;
}

.content ul li, .section__long-description ul li {
	position: relative;
	margin-bottom: 10px;
}

.content ul li::before, .section__long-description ul li::before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: -1.1em;
	width: 0.5em;
	height: 0.5em;
	background-color: #9dd6ff;
	transform: rotate(45deg);
}

.content ol, .section__long-description ol {
	padding: 0 0 0 1.2em;
	margin: 0 0 20px;
}

.content ol li, .section__long-description ol li {
	margin-bottom: 10px;
}

/* Elements
--------------------------------------------- */
html {
	height: 100%;
	font-size: 100%;
	min-width: 360px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	height: 100%;
	background: #0e131c;
	color: #d7d7d7;
	font-family: montserrat, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
	overflow-y: auto;
}

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

@media (min-width: 1200px) {
	.wrapper {
		padding-left: 80px;
		padding-right: 80px;
	}
}

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

.site-main {
	flex: 1 1 0%;
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor;
	pointer-events: none;
}

/* Links
--------------------------------------------- */
a {
	color: #0095da;
}

.link-styled {
	display: inline-block;
	padding: 2px 0;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
	background: linear-gradient(0deg, #0095da 0%, #0095da 100%) no-repeat left bottom/100% 4px;
	text-decoration: none;
	transition: all 0.1s linear;
}

@media (any-hover: hover) {
	.link-styled:hover {
		background-size: 100% 100%;
	}
}

/* Forms
--------------------------------------------- */
.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	grid-gap: 10px;
	padding: 11px 20px 9px;
	font-size: 1rem;
	line-height: 1;
	border-radius: 999px;
	color: #fff;
	background-color: #0095da;
	border: none;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	user-select: none;
	transition: all 0.1s linear;
}

@media (any-hover: hover) {
	.button:hover {
		background-color: #0063a8;
	}
}

.button .icon {
	flex-shrink: 0;
}

.social {
	width: 1.8em;
	height: 1.8em;
	font-size: 1.25rem;
	color: #fff;
	border-radius: 99px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.social_viber {
	background-color: #6f3faa;
}

.social_viber .icon {
	font-size: 1.2em;
}

.social_telegram {
	background-color: #039be5;
}

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	padding: 20px 0;
	z-index: 10;
	background: linear-gradient(90deg, rgba(0, 6, 26, 0.4), rgba(0, 6, 26, 0.4)), rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(50px);
	backdrop-filter: blur(50px);
}

.site-header--inverse {
	--border-gradient__color-start: rgba(157, 214, 255, 0.6);
	--border-gradient__color-end: rgba(157, 214, 255, 0);
	background: rgba(252, 253, 255, 0.1);
	backdrop-filter: blur(25px);
}

.site-header__wrapper {
	width: 100%;
	max-width: 1430px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (min-width: 1200px) {
	.site-header__wrapper {
		padding-left: 80px;
		padding-right: 80px;
	}
}

.site-branding {
	max-width: 108px;
	margin-right: auto;
}

@media (min-width: 1200px) {
	.site-branding {
		max-width: 156px;
	}
}

.site-footer__info {
	width: 100%;
	max-width: 1330px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 30px;
	padding-bottom: 20px;
}

@media (min-width: 1200px) {
	.site-footer__info {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media (min-width: 768px) {
	.site-footer__info {
		display: flex;
		justify-content: space-between;
		padding-top: 48px;
		padding-bottom: 38px;
	}
}

.site-footer__logo img {
	width: 200px;
}

.site-footer__title {
	margin: 10px 0 15px;
	font-size: 1rem;
	font-weight: 600;
	opacity: 0.6;
}

.site-footer__list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 1rem;
}

.site-footer__item {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	grid-gap: 10px;
}

.site-footer__link {
	color: inherit;
	transition: all 0.1s linear;
}

@media (any-hover: hover) {
	.site-footer__link:hover {
		text-decoration: none;
	}
}

.site-footer__copy {
	padding: 10px 0;
	font-size: 0.75rem;
	background-color: #000;
}

.site-footer__copy p {
	margin: 0;
}

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

.site-footer__copy-inner {
	width: 100%;
	max-width: 1330px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

@media (min-width: 1200px) {
	.site-footer__copy-inner {
		padding-left: 80px;
		padding-right: 80px;
	}
}

/* Navigation
--------------------------------------------- */
.navigation {
	display: inline-flex;
	flex-grow: 1;
}

@media (max-width: 1199.98px) {
	.navigation {
		display: block;
		width: 100%;
		padding-bottom: 20px;
		max-height: calc(100vh - 90px);
		overflow-x: hidden;
		overflow-y: auto;
	}
	.site-header:not(.menu__toggled) .navigation {
		display: none;
	}
}

@media (max-width: 1199.98px) {
	.menu__toggled::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: inherit;
		border: 2px solid transparent;
		background: linear-gradient(60deg, var(--border-gradient__color-start, rgba(255, 255, 255, 0.6)), var(--border-gradient__color-end, rgba(255, 255, 255, 0))) border-box;
		-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1;
		pointer-events: none;
	}
}

.navigation__toggle-inner, .navigation__toggle-inner::before, .navigation__toggle-inner::after {
	position: absolute;
	display: block;
	width: 1em;
	height: 2px;
	background-color: currentColor;
}

.navigation__toggle {
	position: relative;
	z-index: 1;
	display: block;
	width: 2.25em;
	height: 2.25em;
	padding: 0;
	font-size: 1rem;
	background-color: var(--navigation-toggle__bg_color, transparent);
	color: inherit;
	border: none;
	border-radius: 50%;
	cursor: pointer;
}

.navigation__toggle::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 1px solid transparent;
	background: linear-gradient(100deg, var(--border-gradient__color-start, rgba(255, 255, 255, 0.6)), var(--border-gradient__color-end, rgba(255, 255, 255, 0))) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
	pointer-events: none;
}

@media (min-width: 1200px) {
	.navigation__toggle {
		display: none;
	}
}

.site-header--inverse .navigation__toggle {
	--navigation-toggle__bg_color: rgba(157, 214, 255, 0.2);
	color: #282e42;
}

.navigation__toggle-inner {
	position: relative;
	display: block;
	margin: auto;
	top: 6px;
	transition-property: transform;
	transition-duration: 0.13s;
	transition-delay: 0.13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu__toggled .navigation__toggle-inner {
	transform: translate3d(0, -6px, 0) rotate(-45deg);
	transition-delay: 0.22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.navigation__toggle-inner::before, .navigation__toggle-inner::after {
	content: '';
}

.navigation__toggle-inner::before {
	top: -6px;
	transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.menu__toggled .navigation__toggle-inner::before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
	transform: rotate(-90deg);
}

.navigation__toggle-inner::after {
	top: -12px;
	transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.menu__toggled .navigation__toggle-inner::after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
	opacity: 0;
}

.navigation__phone {
	margin: 40px 0 0 0;
}

@media (min-width: 1200px) {
	.navigation__phone {
		margin: 0 0 auto 0;
	}
}

.navigation__phone-tablet {
	display: none;
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	.navigation__phone-tablet {
		display: block;
		margin-right: 30px;
	}
}

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

@media (min-width: 1200px) {
	.menu {
		position: relative;
		z-index: 1;
		--menu-item__color: #d7d7d7;
		display: flex;
		margin: 0 auto;
		background: rgba(1, 24, 79, 0.3);
		backdrop-filter: blur(30px);
		border-radius: 999px;
	}
	.menu::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: inherit;
		border: 1px solid transparent;
		background: linear-gradient(90deg, var(--border-gradient__color-start, rgba(255, 255, 255, 0.6)), var(--border-gradient__color-end, rgba(255, 255, 255, 0))) border-box;
		-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1;
		pointer-events: none;
	}
}

.site-header--inverse .menu {
	--menu-item__color: #282e42;
}

@media (min-width: 1200px) {
	.site-header--inverse .menu {
		background: rgba(157, 214, 255, 0.2);
	}
}

.menu-item {
	margin-top: 40px;
}

@media (min-width: 1200px) {
	.menu-item {
		margin-top: 0;
	}
}

.menu-item a {
	display: block;
	color: var(--menu-item__color, #fff);
	font-size: 1rem;
	font-weight: 500;
	text-decoration: none;
}

@media (min-width: 1200px) {
	.menu-item a {
		position: relative;
		padding: 10px 20px 7px;
		font-size: 0.875rem;
		border-radius: 999px;
		z-index: 1;
		transition: all 0.1s linear;
	}
	.menu-item a.active {
		--border-gradient__color-start: rgba(255, 255, 255, 0.8);
		--border-gradient__color-end: rgba(255, 255, 255, 0.2);
		position: relative;
		z-index: 1;
	}
	.menu-item a.active::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: inherit;
		border: 1px solid transparent;
		background: linear-gradient(90deg, var(--border-gradient__color-start, rgba(255, 255, 255, 0.6)), var(--border-gradient__color-end, rgba(255, 255, 255, 0))) border-box;
		-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1;
		pointer-events: none;
	}
	.menu-item a::after {
		content: '';
		position: absolute;
		top: 1px;
		left: 1px;
		right: 1px;
		bottom: 1px;
		z-index: -1;
		border-radius: inherit;
		background-color: var(--menu-item__bg_color, transparent);
	}
}

@media (min-width: 1200px) and (any-hover: hover) {
	.menu-item a:hover {
		--menu-item__bg_color: rgba(1, 24, 79, 0.3);
	}
}

@media (min-width: 1200px) {
	.site-header--inverse .menu-item a {
		transition: all 0.1s linear;
	}
}

@media (min-width: 1200px) and (any-hover: hover) {
	.site-header--inverse .menu-item a:hover {
		--menu-item__bg_color: rgba(157, 214, 255, 0.3);
	}
}

@media (min-width: 1200px) {
	.site-header--inverse .menu-item a.active {
		--border-gradient__color-start: #9dd6ff;
		--border-gradient__color-end: rgba(157, 214, 255, 0.4);
	}
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

.section {
	padding: 30px 0;
}

@media (min-width: 1200px) {
	.section {
		padding: 60px 0;
	}
}

.section_reverse {
	background-color: #fcfdff;
	color: #2e314c;
}

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

@media (min-width: 1200px) {
	.section__wrapper {
		padding-left: 80px;
		padding-right: 80px;
	}
}

@media (min-width: 1200px) {
	.section__header {
		width: 50%;
	}
}

.section__title {
	margin: 0;
	font-size: 0.75rem;
	color: #c9c9c9;
	font-weight: 300;
	display: flex;
}

@media (min-width: 1200px) {
	.section__title {
		font-size: 0.875rem;
	}
}

.section_reverse .section__title {
	color: #2e314c;
}

.section__title::before {
	content: '';
	display: inline-block;
	width: 1.2em;
	height: 1.2em;
	margin-right: 6px;
	background: url(./icons/glass.svg) no-repeat center/contain;
	flex-shrink: 0;
}

.section__description {
	margin: 0 0 20px;
	font-size: 2rem;
	line-height: 1.2;
	color: #fff;
	font-weight: 600;
}

@media (min-width: 1200px) {
	.section__description {
		font-size: 2.5rem;
	}
}

.section_reverse .section__description {
	color: #282e42;
}

.section__long-description {
	font-size: 1rem;
}

.hero {
	position: relative;
	min-height: 360px;
	padding: 100px 0 140px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.hero {
		min-height: 600px;
		padding: 156px 0 40px;
	}
}

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

@media (min-width: 1200px) {
	.hero__wrapper {
		padding-left: 80px;
		padding-right: 80px;
	}
}

.hero__title {
	margin: 0 0 15px;
	font-size: 2.375rem;
	line-height: 1;
	color: #fff;
	font-weight: 600;
	max-width: 740px;
}

@media (min-width: 1200px) {
	.hero__title {
		font-size: 3.125rem;
	}
}

.hero__description {
	max-width: 700px;
	margin: 0 0 10px;
	font-size: 1rem;
}

.hero__picture {
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hero__image {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: 100% calc(100% + 34px);
}

@media (min-width: 1200px) {
	.hero__image {
		object-fit: cover;
		object-position: right bottom;
	}
}

.services {
	padding-top: 60px;
}

@media (min-width: 1200px) {
	.services {
		padding-top: 120px;
	}
}

@media (min-width: 1200px) {
	.services__row {
		display: flex;
		justify-content: space-between;
	}
}

.services__list {
	padding: 0 10px 30px;
	margin: 0 -10px;
	position: relative;
	z-index: 1;
}

.services__list::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 2px solid transparent;
	background: linear-gradient(104deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
	pointer-events: none;
}

@media (min-width: 1200px) {
	.services__list::before {
		display: none;
	}
}

@media (min-width: 1200px) {
	.services__list {
		flex: 0 0 48%;
		padding: 0;
		margin: 0;
	}
}

.services__item {
	border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

@media (min-width: 1200px) {
	.services__item {
		border: none;
	}
}

.services__cta-wrapper {
	flex: 0 0 40%;
}

.services__cta {
	display: flex;
	align-items: flex-end;
	width: 100%;
	padding: 15px 0;
	background-color: transparent;
	font-size: 1.375rem;
	text-align: left;
	border: none;
	cursor: pointer;
}

@media (min-width: 1200px) {
	.services__item_btn:first-child .services__cta,
	.services__item:first-child .services__cta {
		padding-top: 0;
	}
}

@media (min-width: 1200px) {
	.services__cta {
		font-size: 1.5rem;
		padding: 35px 0 6px;
		border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	}
}

.services__active .services__cta {
	color: #0095da;
}

@media (min-width: 1200px) {
	.services__active .services__cta {
		pointer-events: none;
	}
}

.services__cta-text {
	flex: 1 1 auto;
}

.services__cta-icon {
	transition: transform 0.15s linear;
	margin-left: 10px;
	flex-shrink: 0;
	font-size: 1.2em;
}

@media (min-width: 1200px) {
	.services__cta-icon {
		transform: rotate(-90deg);
	}
}

.services__active .services__cta-icon {
	transform: rotate(-180deg);
}

@media (min-width: 1200px) {
	.services__active .services__cta-icon {
		transform: rotate(-270deg);
	}
}

.services__body {
	max-height: 0;
	overflow: hidden;
	will-change: max-height, opacity;
	transition: max-height 0.25s ease-out, opacity 0.25s ease-out;
	opacity: 0;
}

@media (max-width: 1199.98px) {
	.services__body {
		min-height: auto !important;
	}
}

@media (min-width: 1200px) {
	.services__body {
		position: relative;
		z-index: 1;
		visibility: hidden;
		position: absolute;
		top: 0;
		will-change: opacity, visibility;
		transition: none;
		backdrop-filter: blur(30px);
		background: rgba(157, 214, 255, 0.01);
	}
	.services__body::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		border-radius: inherit;
		border: 2px solid transparent;
		background: linear-gradient(98deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0)) border-box;
		-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
		-webkit-mask-composite: xor;
		mask-composite: exclude;
		z-index: -1;
		pointer-events: none;
	}
}

.services__active .services__body {
	opacity: 1;
}

@media (min-width: 1200px) {
	.services__active .services__body {
		transition: opacity 0.25s ease-out, visibility 0.25s ease-out;
		visibility: visible;
		position: static;
	}
}

@media (min-width: 1200px) {
	.services__content {
		padding: 40px 60px 20px;
		min-height: inherit;
	}
}

.services__picture {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
	width: 100px;
	height: 100px;
}

@media (min-width: 1200px) {
	.services__picture {
		width: 160px;
		height: 160px;
		margin-bottom: 35px;
	}
}

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

.services__title {
	font-size: 1.5rem;
	margin: 0 0 0.5em;
	color: #0095da;
	font-weight: 500;
}

.about {
	padding-bottom: 60px;
}

@media (min-width: 1200px) {
	.about {
		padding-bottom: 120px;
	}
}

@media (min-width: 1200px) {
	.about__row {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}
}

.about__pictures {
	position: relative;
	margin-bottom: 35px;
}

@media (min-width: 1200px) {
	.about__pictures {
		flex: 0 0 48%;
		margin-bottom: 50px;
	}
}

.about__pictures::after {
	content: '';
	display: block;
	padding-top: 26%;
}

@media (min-width: 1200px) {
	.about__header {
		width: 48%;
		margin-left: auto;
	}
}

@media (min-width: 1200px) {
	.about__long-description {
		order: 1;
		flex: 0 0 48%;
	}
}

.about__main-picture {
	position: relative;
	display: block;
	width: 76%;
}

.about__main-picture::before {
	content: '';
	display: block;
	padding-top: 68.13953%;
}

.about__main-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.about__sub-picture {
	position: relative;
	z-index: 1;
	position: absolute;
	bottom: 11%;
	right: 7%;
	display: block;
	display: block;
	width: 35%;
	overflow: hidden;
	transform: rotate(45deg);
}

.about__sub-picture::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 2px solid transparent;
	background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
	pointer-events: none;
	position: relative;
	display: block;
	padding-top: 100%;
}

.about__sub-picture::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border: 6px solid #100f1c;
	z-index: -2;
}

.about__sub-image {
	position: absolute;
	width: 144%;
	height: 144%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
	object-fit: cover;
	object-position: center;
	max-width: none;
	z-index: -3;
}

@media (min-width: 1200px) {
	.about-list {
		display: flex;
	}
}

.about-list__item {
	position: relative;
	padding: 20px;
	background-color: #0e131c;
	z-index: 1;
	margin-top: -2px;
}

@media (min-width: 1200px) {
	.about-list__item {
		padding: 30px;
		margin-left: -2px;
		flex: 1 1 0;
	}
}

.about-list__item::before, .about-list__item::after {
	content: '';
	position: absolute;
	display: block;
	width: 12px;
	height: 12px;
	top: -6px;
	background: url(./icons/glass2.svg) no-repeat center/contain;
	z-index: 1;
}

.about-list__item::before {
	left: -6px;
}

.about-list__item::after {
	right: -6px;
}

@media (min-width: 1200px) {
	.about-list__item::after {
		left: -6px;
		bottom: -6px;
		top: auto;
	}
}

.about-list__item:first-child::before, .about-list__item:first-child::after {
	display: none;
}

.about-list__border {
	position: relative;
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	pointer-events: none;
}

.about-list__border::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: inherit;
	border: 2px solid transparent;
	background: linear-gradient(230deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)) border-box;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	z-index: -1;
	pointer-events: none;
}

.about-list__item:nth-child(even) .about-list__border::before {
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)) border-box;
}

@media (min-width: 1200px) {
	.about-list__item:nth-child(even) .about-list__border::before {
		background: linear-gradient(315deg, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0)) border-box;
	}
}

.about-list__amount-inner {
	font-size: 2.5rem;
	line-height: 1.2;
	font-weight: 700;
	background: linear-gradient(127.48deg, rgba(255, 255, 255, 0.6) -47.2%, rgba(255, 255, 255, 0) 116.95%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

@media (min-width: 1200px) {
	.about-list__amount-inner {
		font-size: 3.125rem;
	}
}

.about-list__title {
	font-size: 1.125rem;
	color: #fff;
	font-weight: 500;
}

.certificates {
	overflow: hidden;
	padding-top: 60px;
}

@media (min-width: 1200px) {
	.certificates {
		padding-top: 120px;
	}
}

@media (min-width: 1200px) {
	.certificates__row {
		display: flex;
		justify-content: space-between;
	}
}

@media (min-width: 1200px) {
	.certificates__info {
		flex: 0 0 50%;
	}
}

.certificates__gallery {
	position: relative;
}

@media (min-width: 1200px) {
	.certificates__gallery {
		flex: 0 0 470px;
		max-width: 470px;
	}
}

.certificates__gallery .swiper-slide {
	height: auto;
}

.certificates__gallery .swiper-pagination {
	margin-top: 20px;
}

.certificates__item {
	box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.1);
	background-color: #fff;
	text-align: center;
	box-sizing: border-box;
	margin: 20px;
	padding: 20px;
}

@media (min-width: 1200px) {
	.certificates__item {
		padding: 30px;
	}
}

.certificates__caption {
	width: 60%;
	font-size: 1rem;
	color: #282e42;
	font-weight: 600;
	margin: 10px auto 0;
	text-align: center;
}

@media (min-width: 1200px) {
	.certificates__caption {
		font-size: 1.125rem;
		margin-top: 20px;
	}
}

.fancybox__caption {
	font-size: 1rem;
	font-weight: 600;
}

@media (min-width: 1200px) {
	.fancybox__caption {
		font-size: 1.125rem;
	}
}

.reviews__list {
	padding: 20px 0;
}

.reviews__list .swiper-slide {
	height: auto;
}

.reviews__item {
	height: 100%;
	padding: 20px;
	margin: 0 15px;
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(40, 40, 40, 0.1);
	box-sizing: border-box;
}

@media (min-width: 1200px) {
	.reviews__item {
		padding: 30px;
	}
}

.reviews__header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	grid-gap: 10px;
	margin-bottom: 10px;
}

.reviews__avatar-picture {
	position: relative;
	flex: 0 0 60px;
}

@media (min-width: 1200px) {
	.reviews__avatar-picture {
		flex: 0 0 80px;
	}
}

.reviews__avatar-picture::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.reviews__avatar-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.reviews__logo-picture {
	max-width: 120px;
}

@media (min-width: 1200px) {
	.reviews__logo-picture {
		max-width: 165px;
	}
}

.reviews__logo-image {
	display: block;
	max-height: 80px;
}

.reviews__name {
	font-size: 1.125rem;
	font-weight: 500;
	color: #0e131c;
	margin-bottom: 5px;
}

.reviews__position {
	min-height: 40px;
	font-size: 0.875rem;
}

@media (min-width: 1200px) {
	.partners {
		padding-top: 40px;
	}
}

.partners__container {
	position: relative;
}

@media (max-width: 767.98px) {
	.partners__container {
		overflow: hidden;
	}
}

@media (max-width: 767.98px) {
	.partners__list {
		max-width: 66%;
		margin: 0;
		overflow: visible;
	}
}

.partners__wrapper {
	align-items: center;
}

.partners__picture {
	display: block;
	text-align: center;
}

.partners__image {
	max-height: 160px;
}

.process {
	padding-bottom: 40px;
}

@media (min-width: 1200px) {
	.process {
		padding-top: 40px;
		padding-bottom: 120px;
	}
}

.steps__list {
	--items-gap: 20px;
	--stack-items-gap: var(--items-gap);
}

@media (min-width: 1200px) {
	.steps__list {
		--items-gap: 50px;
	}
}

@media (max-width: 1199.98px) {
	.steps__list {
		padding-bottom: 0 !important;
	}
}

.steps__item {
	padding: 20px;
	transform-origin: center top;
	will-change: transform, top;
	background-color: #fff;
	box-shadow: 0px 0px 30px rgba(40, 40, 40, 0.1);
	transition: all 0.15s linear;
	overflow: hidden;
}

@media (max-width: 1199.98px) {
	.steps__item {
		height: auto !important;
		transform: none !important;
		margin-bottom: var(--items-gap);
	}
}

@media (min-width: 1200px) {
	.steps__item {
		position: sticky;
		top: 120px;
		padding: 30px 60px;
	}
}

@media (max-width: 1199.98px) {
	.steps__cta {
		position: relative;
		display: flex;
		flex-direction: column;
		grid-gap: 0.625rem;
		padding-right: 40px;
	}
	.steps__cta[aria-expanded="true"] {
		--cta-icon__transform: scaleY(-1);
	}
}

.steps__cta_icon {
	position: absolute;
	top: 5px;
	right: 0;
	color: #0e131c;
	font-size: 1.5rem;
	line-height: 0;
	transform: var(--cta-icon__transform, scaleY(1));
	transition: all 0.15s ease;
}

@media (min-width: 1200px) {
	.steps__cta_icon {
		display: none;
	}
}

.steps__name {
	margin: 0;
	color: #282e42;
	font-size: 1.125rem;
	font-weight: 500;
	transition: color 0.2s ease-out;
}

@media (min-width: 1200px) {
	.steps__name {
		font-size: 1.5rem;
	}
}

.steps__item_scaled:not(:last-child) .steps__name {
	color: rgba(14, 19, 28, 0.4);
}

@media (max-width: 1199.98px) {
	.steps__content {
		display: grid;
		grid-template-rows: 0fr;
		transition: grid-template-rows 0.5s;
	}
	.steps__content[aria-hidden="false"] {
		grid-template-rows: 1fr;
	}
}

.steps__row {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	overflow: hidden;
	padding-top: 20px;
}

@media (min-width: 1200px) {
	.steps__row {
		flex-direction: row;
		grid-gap: 20px;
		padding-top: 10px;
	}
}

@media (min-width: 1200px) {
	.steps__number {
		flex: 0 0 190px;
	}
}

.steps__number-inner {
	font-size: 2rem;
	line-height: 1.2;
	font-weight: 700;
	background: linear-gradient(162.52deg, #DEF0FF -55.87%, #77BEF7 -21.54%, #64B5F6 -8.94%, #3F8CCB 17.29%, #216DA9 40.43%, #09416F 76.02%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}

@media (min-width: 1200px) {
	.steps__number-inner {
		font-size: 3.125rem;
	}
}

.steps__description {
	color: #282e42;
	font-size: 1rem;
}

@media (min-width: 1200px) {
	.steps__description {
		flex: 1 1 auto;
	}
}

.steps__picture {
	display: block;
	max-width: 130px;
}

@media (min-width: 1200px) {
	.steps__picture {
		flex: 0 0 200px;
		max-width: 200px;
	}
}

.steps__image {
	display: block;
	margin: 0 auto 5px;
}

.contact-us {
	padding: 0;
}

@media (min-width: 1200px) {
	.contact-us__wrapper {
		display: flex;
		flex-direction: row-reverse;
		max-width: 1920px;
		margin: 0 auto;
	}
}

.contact-us__picture {
	display: block;
	position: relative;
	max-height: 400px;
}

@media (min-width: 1200px) {
	.contact-us__picture {
		flex: 0 0 50%;
		max-height: none;
	}
}

.contact-us__picture::before {
	content: '';
	display: block;
	padding-top: 55.55556%;
}

@media (min-width: 1200px) {
	.contact-us__picture::before {
		padding-top: 69.44444%;
	}
}

.contact-us__image {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.contact-us__info {
	position: relative;
	padding: 60px 20px;
	z-index: 1;
}

@media (min-width: 1200px) {
	.contact-us__info {
		flex: 0 0 50%;
		display: flex;
		align-items: center;
		padding: 45px 20px 60px;
	}
}

.contact-us__info::before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: linear-gradient(0deg, rgba(14, 19, 28, 0.9), rgba(14, 19, 28, 0.9));
	backdrop-filter: blur(32.5px);
	z-index: -1;
}

@media (min-width: 1200px) {
	.contact-us__info-inner {
		max-width: 570px;
		margin-left: auto;
		padding-right: 100px;
	}
}

.contact-us__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	grid-gap: 10px;
}

@media (min-width: 1200px) {
	.contact-us__list {
		grid-gap: 20px;
	}
}

.contact-us__backdrop-picture {
	position: absolute;
	z-index: -2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.contact-us__backdrop-image {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

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

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

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Helpers
--------------------------------------------- */
.h-hidden {
	display: none !important;
}

@media (max-width: 1199.98px) {
	.h-hidden__mobile {
		display: none !important;
	}
}

@media (min-width: 1200px) {
	.h-hidden__desktop {
		display: none !important;
	}
}

.h-relative {
	position: relative;
}

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