/*!
Theme Name: ryan-shipmanagement
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ryan-shipmanagement
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
	text-decoration: none;
	transition: .3s;
	outline: none!important;
}

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

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

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

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

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

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

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

.post,
.page {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0;
}

.page-links {
	clear: both;
	margin: 0;
}

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

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

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

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

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

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* GTS Agency */
:root {
	--ff-poppins: "Poppins", sans-serif;
	--ff-inter: "Inter Tight", sans-serif;
	--color-032D5D: #032D5D;
	--color-FFF: #FFFFFF;
	--color-0D131E: #0D131E;
	--color-E5E6EB: #E5E6EB;
	--color-18181B: rgba(24, 24, 27, .75);
	--color-FFF-70: rgba(255, 255, 255, .7);
}
.container-default {
	width: 100%;
	max-width: 1720px;
	margin: 0 auto;
}
.simple-text-content .container-default {
	max-width: 1400px;
}
.container-default-l {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}
.font-s-13 {
	font-size: 13px;
}
.font-s-14 {
	font-size: 14px;
}
.font-s-15 {
	font-size: 15px;
}
.font-s-16 {
	font-size: 16px;
}
.font-s-17 {
	font-size: 17px;
}
.font-s-20 {
	font-size: 20px;
}
.font-s-28 {
	font-size: 28px;
}
.font-s-30 {
	font-size: 30px;
}
.font-s-48 {
	font-size: 48px;
}
.font-s-50 {
	font-size: 50px;
}
.font-s-64 {
	font-size: 64px;
}
.font-s-88 {
	font-size: 88px;
}
.font-s-100 {
	font-size: 100px;
}
.site-header {
	background: var(--color-032D5D);
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.site-header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 100%;
}
.btn-default-white-border {
	padding: 21px 40px;
	border-radius: 41px;
	border: 1px solid var(--color-FFF);
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 17.6px */
	letter-spacing: 0.16px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.btn-default-white-border:hover {
	background: var(--color-FFF);
	color: var(--color-0D131E);
}
.site-header-logo, 
.site-header-menu + div {
	flex-shrink: 0;
	min-width: 228px;
	max-width: 228px;
}
.site-header-menu {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.menu-header-menu-container {
	height: 100%;
}
.site-header-menu ul.menu {
	padding: 0;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 67px;
	list-style: none;
	height: 100%;
}
.site-header-menu ul.menu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	transition: .3s;
}
.site-header-menu ul.menu > li > a:hover {
	color: var(--color-FFF-70);
}
.site-header-menu ul.menu > li.menu-item-has-children {
	padding: 5px 21px 5px 0;
	position: relative;
	height: auto;
	display: flex;
	align-items: center;
}
.site-header-menu ul.menu > li.menu-item-has-children:after {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('data:image/svg+xml,<svg width="15" height="16" viewBox="0 0 15 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.125 6.375L7.49992 10.0001L3.87484 6.375" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
	width: 15px;
	height: 16px;
	transition: .15s;
}
.site-header-menu ul.menu > li.menu-item-has-children:hover:after {
	transform: translateY(-50%) rotate(180deg);
}
.site-header-menu ul.menu > li.menu-item-has-children > a {
	height: auto;
}
.site-header-menu ul.sub-menu {
	position: absolute;
	left: 50%;
	top: 100%;
	min-width: 180px;
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
	margin: 0;
	list-style: none;
	padding: 25px 30px;
	border-radius: 5px;
	background: var(--color-FFF);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 14px;
	transition: .15s;
	box-shadow: 1px 4px 60px 0px rgba(0, 0, 0, .2);
}
.site-header-menu ul.menu > li.menu-item-has-children:hover ul.sub-menu {
	opacity: 1;
	visibility: visible;
}
.site-header-menu ul.sub-menu > li > a {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	transition: .3s;
}
.site-header-menu ul.sub-menu > li > a:hover {
	color: var(--color-18181B);
}
.site-header > div {
	height: 100%;
}
.home .site-header {
	position: absolute;
	background: transparent;
	width: 100%;
	z-index: 99;
}
.home .site-header.fixed,
.site-header.fixed {
	background: var(--color-032D5D);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
}
.home-banner-outer {
	position: relative;
	height: 0;
	padding-bottom: 51.04%;
	overflow: hidden;
}
.home-banner-outer > img,
.home-banner-outer > video {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	left: 0;
	top: 0;
}
.home-banner-outer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: var(--color-032D5D);
	opacity: .4;
	z-index: 2;
}
.home-banner-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 5;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 22px;
}
.home-banner-subtitle {
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
#banner-slider .swiper-slide {
	opacity: 0;
}
#banner-slider .swiper-slide.swiper-slide-active {
	opacity: 1;
}
.home-banner-title {
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 105%; /* 92.4px */
	text-align: center;
}
#banner-slider {
	max-height: 100px;
}
.site-footer-top {
	padding: 56px 0 22px;
}
.site-footer-top-wrapper {
	display: grid;
	grid-template-columns: 350px 416px 1fr;
	grid-gap: 59px;
	margin: 0 0 73px;
}
.site-footer-menu {
	margin-top: 13px;
}
.site-footer-menu-first {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 12px;
}
.site-footer-menu-first > li > a {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 42px */
}
.site-footer-menu-secondary {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 56px;
}
.site-footer-menu-secondary > li > a {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.site-footer-links-wrapper > a:hover,
.site-footer-menu-secondary > li > a:hover,
.site-footer-menu-first > li > a:hover {
	color: var(--color-18181B);
}
.site-footer-contact {
	margin-top: 16px;
}
.site-footer-contact-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
	margin: 0 0 22px;
}
.site-footer-contact-wrapper {
	display: grid;
	grid-template-columns: 428px 1fr;
	grid-gap: 130px;
}
.site-footer-contact-item-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	margin: 0 0 20px;
}
.site-footer-contact-item-elem {
	display: grid;
	grid-template-columns: 36px 1fr;
	grid-gap: 16px;
}
.site-footer-contact-item-elem.phones {
	margin: 0 0 12px;
}
.site-footer-contact-item-elem.email {
	align-items: center;
	margin: 0 0 30px;
}
.site-footer-phones-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 7px;
}
.site-footer-phones-list > a {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.site-footer-contact-item-elem > a {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.site-footer-phones-list > a:hover,
.site-footer-contact-item-elem > a:hover {
	color: var(--color-18181B);
}
.site-footer-address {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.site-footer-links-social-wrapper {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-footer-links-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 50px;
}
.site-footer-links-wrapper > a {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 22.5px */
}
.site-footer-social-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 11px;
}
.site-footer-social-wrapper > a {
	color: var(--color-032D5D);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 400;
	line-height: 100%; /* 16px */
	padding: 18px 35px;
	border-radius: 41px;
	border: 1px solid var(--color-032D5D);
}
.site-footer-social-wrapper > a:hover {
	color: var(--color-FFF);
	background: var(--color-032D5D);
}
.site-footer-bottom {
	padding: 18px 0 20px;
	border-top: 1px solid rgba(0, 0, 0, 0.20);
}
.site-footer-bottom-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.site-footer-copyright,
.site-footer-develop {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 130%; /* 19.5px */
}
.site-footer-develop:hover {
	color: var(--color-18181B);
}
.scroll-to-top {
	position: fixed;
	right: 15px;
	bottom: 15px;
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-E5E6EB);
	z-index: 8;
}
.scroll-to-top:hover > svg {
	animation: 1.5s linear 0s normal none infinite running transform-translate-y;
  	-webkit-animation: 1.5s linear 0s normal none infinite running transform-translate-y;
}
@keyframes transform-translate-y {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(5px);
	}
	50% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0);
	}
}
@-webkit-keyframes transform-translate-y {
	0% {
		transform: translateY(0);
	}
	25% {
		transform: translateY(5px);
	}
	50% {
		transform: translateY(0);
	}
	75% {
		transform: translateY(-5px);
	}
	100% {
		transform: translateY(0);
	}
}
.home-about-us {
	padding: 77px 0 65px;
}
.home-about-us-wrapper {
	display: grid;
	grid-template-columns: 1fr 576px;
	grid-gap: 89px;
}
.home-about-us-caption {
	padding-top: 50px;
}
.home-about-us-big-text {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 60px;
}
.home-about-us-simple-text {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
	margin: 0 0 35px;
}
.btn-start-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.btn-default-border-arrow {
	padding: 5px 6px 5px 20px;
	border-radius: 40px;
	border: 1px solid var(--color-032D5D);
	color: var(--color-032D5D);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 17.6px */
	letter-spacing: 0.16px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
}
.btn-default-border-arrow:hover {
	color: var(--color-18181B);
}
.arrow-in-btn {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-032D5D);
	border-radius: 50%;
}
.arrow-in-btn > svg {
	transition: .3s;
}
.arrow-in-btn > svg > path {
	transition: .3s;
}
.btn-default-border-arrow:hover > .arrow-in-btn {
	background: var(--color-032D5D);
}
.btn-default-border-arrow:hover > .arrow-in-btn > svg {
	transform: rotate(-45deg);
}
.btn-default-border-arrow:hover > .arrow-in-btn > svg > path[fill] {
	fill: var(--color-FFF);
}
.btn-default-border-arrow:hover > .arrow-in-btn > svg > path[stroke] {
	stroke: var(--color-FFF);
}
.home-our-services-title {
	color: var(--color-0D131E);
	text-align: center;
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 50px;
}
.home-our-services-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 0;
	width: 100%;
}
.abs-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 6;
}
.home-our-services-item {
	position: relative;
	height: 0;
	padding-bottom: 177.08%;
	overflow: hidden;
}
.home-our-services-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(0, 0, 0, 0.40);
	transition: .3s;
}
.home-our-services-item:hover:before {
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(15px);
}
.home-our-services-item > img.service-image {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.home-our-services-caption {
	position: absolute;
	width: calc(100% - 130px);
	left: 50%;
	top: 80px;
	transform: translateX(-50%);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	z-index: 5;
}
.home-our-services-number {
	color: var(--color-FFF);
	text-align: center;
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin: 0 0 20px;
}
.home-our-services-name {
	color: var(--color-FFF);
	text-align: center;
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 39.2px */
	margin: 0 0 43px;
}
.home-our-services-description {
	color: var(--color-FFF);
	text-align: center;
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	overflow: hidden;
}
.home-our-services-description > span {
	transform: translateY(100%);
	transition: .3s;
	display: block;
}
.home-our-services-item:hover .home-our-services-description > span {
	transform: translateY(0);
}
.service-hover-logo {
	position: absolute;
	left: 50%;
	bottom: 199px;
	transform: translateX(-50%);
	z-index: 4;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.home-our-services-item:hover .service-hover-logo {
	opacity: 1;
	visibility: visible;
}
.btn-default-arrow {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--color-FFF);
	background: transparent;
	transition: .3s;
}
.btn-default-arrow > svg {
	transition: .3s;
}
.btn-default-arrow > svg > path {
	transition: .3s;
}
.home-our-services-item:hover .btn-default-arrow,
.btn-default-arrow:hover {
	background: var(--color-FFF);
}
.home-our-services-item:hover .btn-default-arrow > svg,
.btn-default-arrow:hover > svg {
	transform: rotate(-45deg);
}
.home-our-services-item:hover .btn-default-arrow > svg > path[fill],
.btn-default-arrow:hover > svg > path[fill] {
	fill: var(--color-0D131E);
}
.home-our-services-item:hover .btn-default-arrow > svg > path[stroke],
.btn-default-arrow:hover > svg > path[stroke] {
	stroke: var(--color-0D131E);
}
.home-our-services-item .btn-default-arrow {
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	z-index: 4;
}
.home-facts-figures {
	padding: 123px 0 92px;
	position: relative;
}
.home-facts-figures > img {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 100%;
	width: auto;
	transform: translateX(-50%);
	z-index: 1;
	opacity: .06;
}
.home-facts-figures > div {
	position: relative;
	z-index: 3;
}
.home-facts-figures-title {
	color: var(--color-0D131E);
	text-align: center;
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 71px;
}
.home-facts-figures-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
/*.home-facts-figures-item:nth-child(3n-1) {
	width: 240px;
}*/
.home-facts-figures-item .number-fact,
.home-facts-figures-item .number-fact * {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-size: 100px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	white-space: nowrap;
	text-align: center!important;
	min-width: 64px;
}
/*.home-facts-figures-item .number-fact .odometer-digit-inner {
	width: -moz-fit-content;
	width: fit-content;
}*/
.home-facts-figures-item > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
}
.home-facts-figures-item {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 18px;
	width: 35%;
}
.home-facts-figures-item:nth-child(3n-1) {
	width: 45%;
}
.home-facts-figures-item:nth-child(3n) {
	width: 20%;
}
.home-facts-figures-item .postfix,
.home-facts-figures-item .prefix {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.home-facts-figures-item .description {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
}
.odometer-formatting-mark {
	display: none;
}
.btn-default-border-white-arrow {
	padding: 5px 6px 5px 20px;
	border-radius: 40px;
	border: 1px solid var(--color-FFF);
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 17.6px */
	letter-spacing: 0.16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 50px;
	min-width: 220px;
}
.btn-default-border-white-arrow > .arrow-in-btn > svg > path[fill] {
	fill: var(--color-FFF);
}
.btn-default-border-white-arrow > .arrow-in-btn > svg > path[stroke] {
	stroke: var(--color-FFF);
}
.btn-default-border-white-arrow > .arrow-in-btn {
	border: 1px solid var(--color-FFF);
}
.btn-default-border-white-arrow:hover {
	color: var(--color-FFF);
}
.btn-default-border-white-arrow:hover > .arrow-in-btn {
	background: var(--color-FFF);
}
.btn-default-border-white-arrow:hover > .arrow-in-btn > svg {
	transform: rotate(-45deg);
}
.btn-default-border-white-arrow:hover > .arrow-in-btn > svg > path[fill] {
	fill: var(--color-032D5D);
}
.btn-default-border-white-arrow:hover > .arrow-in-btn > svg > path[stroke] {
	stroke: var(--color-032D5D);
}
.contact-section {
	padding: 120px 0 109px;
	background: var(--color-032D5D);
	position: relative;
}
.contact-title {
	max-width: 882px;
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 60px;
}
.contact-subtitle {
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
	margin: 0 0 22px;
}
.address-item-wrapper {
	max-width: 578px;
	display: grid;
	grid-template-columns: 36px 1fr;
	grid-gap: 16px;
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
	margin: 0 0 46px;
}
.contact-data-wrapper {
	max-width: 602px;
	padding: 15px 0 14px 50px;
	position: relative;
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 60px;
}
.contact-data-wrapper:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-FFF);
}
.contact-data-item-title {
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
	margin: 0 0 42px;
}
.contact-data-item-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: flex-start;
	grid-gap: 20px;
	margin: 0 0 25px;
}
.phone-item-wrapper {
	display: grid;
	grid-template-columns: 36px 1fr;
	grid-gap: 16px;
}
.contact-phones-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.contact-phones-list > a { 
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.email-item-wrapper {
	max-width: 578px;
	display: grid;
	grid-template-columns: 36px 1fr;
	grid-gap: 16px;
	align-items: center;
}
.email-item-wrapper > a {
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.contact-phones-list > a:hover,
.email-item-wrapper > a:hover {
	color: var(--color-FFF-70);
}
.contact-map {
	position: absolute;
	top: 200px;
	right: 27px;
	z-index: 4;
	width: 1149px;
	height: calc(1149px * 0.557876);
}
.contact-map > svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
}
.contact-map-point {
	position: absolute;
	z-index: 2;
}
.contact-map-point:before,
.contact-map-point:after {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: var(--color-FFF);
	border-radius: 50%;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.contact-map-point:before {
	width: 102px;
	height: 102px;
}
.contact-map-point:after {
	width: 68px;
	height: 68px;
}
.contact-map-point > span.static {
	display: block;
	position: relative;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: var(--color-FFF);
}
.contact-map-point > span.static:before {
	position: absolute;
	content: '';
	left: 50%;
	top: 50%;
	border-radius: 50%;
	width: 24px;
	height: 24px;
	transform: translate(-50%, -50%);
	background: var(--color-FFF);
	opacity: .4;
	transition: .3s;
}
.contact-map-point.active > span.static:before,
.contact-map-point:hover > span.static:before {
	opacity: .6;
}
.contact-map-point.active:after,
.contact-map-point:hover:after {
	opacity: .4;
	visibility: visible;
}
.contact-map-point.active:before,
.contact-map-point:hover:before {
	opacity: .25;
	visibility: visible;
}
.contact-map-point-caption {
	position: absolute;
	left: 50%;
	bottom: 82px;
	transform: translateX(-50%);
	padding: 18px 22px;
	border-radius: 5px;
	background: var(--color-FFF);
	min-width: 220px;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.contact-map-point-caption:after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -5px;
	width: 10px;
	height: 10px;
	background: var(--color-FFF);
	transform: translateX(-50%) rotate(45deg);
}
.contact-map-point.active .contact-map-point-caption,
.contact-map-point:hover .contact-map-point-caption {
	opacity: 1;
	visibility: visible;
}
.contact-map-point-name {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 500;
	line-height: 120%; /* 24px */
	margin: 0 0 3px;
}
.contact-map-point-text {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 400;
	line-height: 120%; /* 15.6px */
}
.page-title {
	padding: 48px 0 85px;
	background: var(--color-032D5D);
}
.page-title h1 {
	color: var(--color-FFF);
	text-align: center;
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 105%; /* 67.2px */
	letter-spacing: -0.64px;
	margin: 0;
}
.contact-part {
	padding: 120px 0;
}
.contact-part-wrapper {
	display: grid;
	grid-template-columns: 1fr 50.87%;
	grid-gap: 51px;
}
.contact-part-data-wrapper {
	display: grid;
	grid-template-columns: 357px 1fr;
	grid-gap: 70px 80px;
}
.contact-part-data-item {
	position: relative;
	padding-left: 42px;
}
.contact-part-data-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-032D5D);
}
.contact-part-data-item.address-item {
	padding-bottom: 15px;
}
.contact-part-data-item > img {
	width: 68px;
	height: auto;
	margin: 0 0 20px;
}
.contact-part-data-item-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 28px */
	margin: 0 0 12px;
}
.contact-part-data-address-text {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.contact-part-data-phones-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 6.75px;
}
.contact-part-data-phones-list > a {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%;
}
.contact-part-data-email-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 9px;
}
.contact-part-data-email-list > a {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.contact-part-data-email-list > a > span.font-s-15 {
	margin-right: 6px;
	font-weight: 500;
}
.contact-part-data-item.email-item {
	padding-bottom: 29px;
}
.contact-part-data-availability-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start; 
	gap: 7px;
}
.contact-part-data-availability-list > span {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.contact-part-title-cv {
	margin: 92px 0 35px;
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 39.2px */
}
.contact-part-form-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 59px;
}
.double-field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px 15px;
}
.d-none {
	display: none;
}
.form-field > span {
	width: 100%;
	display: flex;
	flex-direction: column;
}
.form-field textarea {
	width: 100%;
	height: 142px;
	resize: none;
	padding: 18px 30px;
	background: rgba(245, 245, 245, .9);
	border-radius: 3px;
	border: none;
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	outline: none;
}
.form-field input[type="text"],
.form-field input[type="email"],
.form-field input[type="tel"] {
	width: 100%;
	padding: 18px 30px;
	background: rgba(245, 245, 245, .9);
	border-radius: 3px;
	border: none;
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	outline: none;
}
.form-field input[type="text"]::-webkit-input-placeholder,
.form-field input[type="email"]::-webkit-input-placeholder,
.form-field input[type="tel"]::-webkit-input-placeholder,
.form-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.form-field input[type="text"]::-moz-placeholder,
.form-field input[type="email"]::-moz-placeholder,
.form-field input[type="tel"]::-moz-placeholder,
.form-field textarea::-moz-placeholder { /* Firefox 19+ */
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.form-field input[type="text"]:-ms-input-placeholder,
.form-field input[type="email"]:-ms-input-placeholder,
.form-field input[type="tel"]:-ms-input-placeholder,
.form-field textarea:-ms-input-placeholder { /* IE 10+ */
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.form-field input[type="text"]:-moz-placeholder,
.form-field input[type="email"]:-moz-placeholder,
.form-field input[type="tel"]:-moz-placeholder,
.form-field > textarea:-moz-placeholder { /* Firefox 18- */
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.double-field-wrapper+.form-field {
	margin-top: 20px;
}
.form-field .custom-checkbox {
	margin: 20px 0;
}
.form-field .custom-checkbox label > .wpcf7-list-item-label {
	position: relative;
	padding-left: 41px;
	display: block;
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
}
.form-field .custom-checkbox label > .wpcf7-list-item-label > a:hover,
.form-field .custom-checkbox label > .wpcf7-list-item-label > a {
	color: var(--color-0D131E);
	font-weight: 500;
}
.form-field .custom-checkbox label > .wpcf7-list-item-label:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 1px solid var(--color-032D5D);
	border-radius: 3px;
	transition: .3s;
}
.form-field .custom-checkbox label > .wpcf7-list-item-label:after {
	position: absolute;
	content: '';
	left: 6px;
	top: 5px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M12.6665 2.91663L5.64612 11.687L1.52133 7.56222" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
	width: 15px;
	height: 14px;
}
.form-field .custom-checkbox label > input.error-accept+.wpcf7-list-item-label:before {
	border: 1px solid red;
}
.form-field .custom-checkbox label > input {
	display: none;
}
.form-field .custom-checkbox label > input:checked+.wpcf7-list-item-label:before {
	background: var(--color-032D5D);
}
.form-field+.btn-start-wrapper {
	margin-top: 35px;
}
.form-field .nice-select {
	width: 100%;
	height: 64px;
	line-height: 62px;
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	border: none;
	background: rgba(245, 245, 245, .9);
	border-radius: 3px;
}
.form-field .nice-select .list {
	margin-left: 0;
	margin-top: 1px;
	width: 100%;
	border-radius: 3px;
}
.form-field .nice-select:after {
	display: none;
}
.form-field .nice-select:before {
	position: absolute;
	content: '';
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M11.125 5.875L7.49992 9.50008L3.87484 5.875" stroke="black" stroke-width="1.5" stroke-linecap="round"/></svg>');
	transition: .3s;
}
.form-field .nice-select.open:before {
	transform: translateY(-50%) rotate(180deg);
}
.location-title-wrapper {
	margin: 25px 0 50px;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 15px;
	max-width: 578px;
	flex-wrap: wrap;
}
.location-title-wrapper > a {
	padding: 18px 34px;
	border: 1px solid var(--color-FFF);
	border-radius: 41px;
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 16px */
	transition: .3s;
}
.location-title-wrapper > a:hover {
	color: var(--color-FFF);
}
.location-title-wrapper > a.active {
	background: var(--color-FFF);
	color: var(--color-0D131E);
}
.location-title-wrapper > a.active:hover {
	color: var(--color-0D131E);
}
.location-content-item {
	display: none;
}
.about-us-description {
	padding: 120px 0;
}
.about-us-description-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 60px;
}
.about-us-description-text {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
	text-indent: 30px;
	margin: 0 0 60px;
}
.about-us-description-text > p {
	margin: 0;
}
.about-us-description-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 64px;
}
.about-us-description-item {
	padding: 15px 0 15px 42px;
	position: relative;
}
.about-us-description-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-032D5D);
}
.about-us-description-item-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-style: normal;
	font-weight: 600;
	line-height: 105%; /* 29.4px */
	letter-spacing: -0.28px;
	margin: 0 0 25px;
}
.about-us-description-item-text > p {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	margin: 0 0 21px;
}
.about-us-description-item-text > *:last-child {
	margin-bottom: 0;
}
.our-principles {
	padding: 120px 0;
	background: var(--color-032D5D);
}
.our-principles-title {
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 105%; /* 67.2px */
	letter-spacing: -0.64px;
	margin: 0 0 60px;
}
.our-principles-text {
	max-width: 1136px;
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
	margin: 0 0 70px;
}
.our-principles-item-outer {
	position: relative;
	min-height: 140px;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: flex;
	align-items: center;
	transition: .3s;
}
.our-principles-item-outer:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: var(--color-032D5D);
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.our-principles-item-outer:hover:before {
	opacity: .4;
	background: #000;
}
.our-principles-item-outer:first-child {
	border-top: 1px solid rgba(255, 255, 255, .2);
}
.our-principles-item-outer > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.our-principles-item {
	position: relative;
	z-index: 3;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: .3s;
}
.our-principles-item-caption {
	display: grid;
	grid-template-columns: 57px 527px 629px;
}
.our-principles-item-number {
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 24px */
}
.our-principles-item-name {
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 105%; /* 50.4px */
	letter-spacing: -0.48px;
}
.our-principles-item-text {
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.our-principles-item-outer:hover .our-principles-item-text {
	opacity: 1;
	visibility: visible;
}
.our-principles-item-plus {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: .3s;
	border: 1px solid var(--color-FFF);
	flex-shrink: 0;
}
.our-principles-item-plus > svg path {
	transition: .3s;
}
.our-principles-item-outer:hover .our-principles-item-plus {
	background: var(--color-FFF);
}
.our-principles-item-outer:hover .our-principles-item-plus > svg path[fill] {
	fill: var(--color-0D131E);
}
.our-principles-item-outer:hover .our-principles-item-plus > svg path[stroke] {
	stroke: var(--color-0D131E);
}
.our-principles-item-outer:hover .hide-hover {
	opacity: 0;
	visibility: hidden;
}
.permit-documents {
	padding: 120px 0;
}
.permit-documents-wrapper {
	display: grid;
	grid-template-columns: 408px 1fr;
	grid-gap: 34px;
}
.permit-documents-title {
	padding-top: 15px;
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
}
.permit-documents-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px;
}
.permit-documents-item-image {
	padding: 0 0 0 50px;
	height: 160px;
	display: flex;
	align-items: center;
}
.permit-documents-item-image > img {
	filter: grayscale(100%);
	transition: .3s;
}
.permit-documents-item-image:hover > img {
	filter: grayscale(0);
}
.our-greatest {
	position: relative;
	padding: 120px 0;
}
.our-greatest > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	z-index: 1;
}
.our-greatest:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .4;
	z-index: 2;
}
.our-greatest > div {
	position: relative;
	z-index: 3;
}
.our-greatest-title {
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	max-width: 850px;
	margin: 0 0 72px;
	height: calc(1.1 * 48px * 5);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
.our-greatest-content {
	max-width: 876px;
	margin-left: auto;
	padding: 15px 0 15px 42px;
	position: relative;
}
.our-greatest-content:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-FFF);
}
.our-greatest-content > p {
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	margin: 0 0 21px;
}
.our-greatest-content > *:last-child {
	margin-bottom: 0;
}
.service-page-description {
	padding: 100px 0 120px;
}
.service-page-description-wrapper {
	display: flex;
	gap: 119px;
	align-items: flex-start;
}
.service-page-description-caption {
	padding-top: 20px;
}
.service-page-benefit-list {
	display: grid;
	grid-template-columns: 1fr;
	flex-shrink: 0;
}
.service-page-benefit-item .number-fact,
.service-page-benefit-item .number-fact * {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-size: 100px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%;
	min-width: 64px;
	text-align: center;
}
.service-page-benefit-item > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 6px;
}
.service-page-benefit-item {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 12px;
}
.service-page-benefit-item .postfix,
.service-page-benefit-item .prefix {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.service-page-benefit-item .description {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	max-width: 157px;
}
.service-page-description-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 60px;
}
.service-page-description-content > p {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	margin: 0 0 21px;
}
.service-page-description-content > *:last-child {
	margin-bottom: 0;
}
.our-services {
	padding: 120px 0;
	background: var(--color-032D5D);
}
.our-services-title {
	color: var(--color-FFF);
	text-align: center;
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 105%; /* 67.2px */
	letter-spacing: -0.64px;
	margin: 0 0 70px;
}
.our-services-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px;
}
.our-services-text {
	max-width: 340px;
	padding-top: 60px;
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 25.5px */
}
.our-services-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	padding: 60px 40px;
	border-radius: 5px;
	background: #033166;
	-webkit-backdrop-filter: blur(20px);
	backdrop-filter: blur(20px);
	transition: .3s;
}
.our-services-item:hover {
	box-shadow: 1px 4px 60px 0px rgba(0, 0, 0, .2);
}
.our-services-item > img {
	height: 68px;
	width: auto;
	margin: 0 0 40px;
	transition: .3s;
}
.our-services-item:hover > img {
	transform: scale(1.1);
}
.our-services-name {
	max-width: 286px;
	color: var(--color-FFF);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 30.8px */
	letter-spacing: -0.28px;
	margin: 0 0 25px;
}
.our-services-description {
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 24px */
}
.marlins-contact-data {
	padding: 120px 0;
	background: var(--color-032D5D);
}
.form-field-white > span {
	width: 100%;
	display: block;
}
.form-field-white textarea {
	width: 100%;
	height: 142px;
	resize: none;
	padding: 18px 30px;
	background: rgba(255, 255, 255, .1);
	border-radius: 3px;
	border: none;
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	outline: none;
}
.form-field-white input[type="text"],
.form-field-white input[type="email"],
.form-field-white input[type="tel"] {
	width: 100%;
	padding: 18px 30px;
	background: rgba(255, 255, 255, .1);
	border-radius: 3px;
	border: none;
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	outline: none;
}
.form-field-white input[type="text"]::-webkit-input-placeholder,
.form-field-white input[type="email"]::-webkit-input-placeholder,
.form-field-white input[type="tel"]::-webkit-input-placeholder,
.form-field-white textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.form-field-white input[type="text"]::-moz-placeholder,
.form-field-white input[type="email"]::-moz-placeholder,
.form-field-white input[type="tel"]::-moz-placeholder,
.form-field-white textarea::-moz-placeholder { /* Firefox 19+ */
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.form-field-white input[type="text"]:-ms-input-placeholder,
.form-field-white input[type="email"]:-ms-input-placeholder,
.form-field-white input[type="tel"]:-ms-input-placeholder,
.form-field-white textarea:-ms-input-placeholder { /* IE 10+ */
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.form-field-white input[type="text"]:-moz-placeholder,
.form-field-white input[type="email"]:-moz-placeholder,
.form-field-white input[type="tel"]:-moz-placeholder,
.form-field-white > textarea:-moz-placeholder { /* Firefox 18- */
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.marlins-contact-data-wrapper form {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	width: 100%;
}
.marlins-contact-data-wrapper form > .form-field-white {
	margin: 0;
	width: 100%;
}
.form-field-white .custom-checkbox label > .wpcf7-list-item-label {
	position: relative;
	padding-left: 41px;
	display: block;
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 14px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px;
}
.form-field-white .custom-checkbox label > .wpcf7-list-item-label > a:hover,
.form-field-white .custom-checkbox label > .wpcf7-list-item-label > a {
	color: var(--color-FFF);
	font-weight: 500;
}
.form-field-white .custom-checkbox label > .wpcf7-list-item-label:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 25px;
	height: 25px;
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 3px;
	transition: .3s;
}
.form-field-white .custom-checkbox label > .wpcf7-list-item-label:after {
	position: absolute;
	content: '';
	left: 6px;
	top: 5px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="14" viewBox="0 0 15 14" fill="none"><path d="M12.6665 2.91663L5.64612 11.687L1.52133 7.56222" stroke="%23032D5D" stroke-width="1.5" stroke-linecap="round"/></svg>');
	width: 15px;
	height: 14px;
}
.form-field-white .custom-checkbox label > input.error-accept+.wpcf7-list-item-label:before {
	border: 1px solid red;
}
.form-field-white .custom-checkbox label > input:checked+.wpcf7-list-item-label:before {
	background: var(--color-FFF);
}
.form-field-white .custom-checkbox label > input {
	display: none;
}
.form-field-white+.btn-start-wrapper {
	margin-top: 12px;
}
.form-field-white .nice-select {
	width: 100%;
	height: 64px;
	line-height: 62px;
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	border: none;
	background: rgba(255, 255, 255, .1);
	border-radius: 3px;
}
.form-field-white .nice-select .list {
	margin-left: 0;
	margin-top: 1px;
	width: 100%;
	border-radius: 3px;
	color: var(--color-0D131E);
}
.form-field-white .nice-select:after {
	display: none;
}
.form-field-white .nice-select:before {
	position: absolute;
	content: '';
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 15 15" fill="none"><path d="M11.125 5.875L7.49992 9.50008L3.87484 5.875" stroke="white" stroke-width="1.5" stroke-linecap="round"/></svg>');
	transition: .3s;
}
.form-field-white .nice-select.open:before {
	transform: translateY(-50%) rotate(180deg);
}
.marlins-contact-data-wrapper {
	display: grid;
	grid-template-columns: 1fr 875px;
	grid-gap: 63px;
	align-items: flex-start;
}
.contact-part-data-approved-text,
.contact-part-data-schedule-text,
.contact-part-data-item.email-item > a {
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.contact-part-data-phones-list > a:hover,
.contact-part-data-item.email-item > a:hover,
.contact-part-data-email-list > a:hover {
	color: var(--color-18181B);
}
.marlins-contact-data .contact-part-data-phones-list > a,
.marlins-contact-data .contact-part-data-item-title {
	color: var(--color-FFF);
}
.marlins-contact-data .contact-part-data-phones-list > a:hover,
.marlins-contact-data .contact-part-data-item.email-item > a:hover {
	color: var(--color-FFF-70);
}
.marlins-contact-data .contact-part-data-wrapper {
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 60px 40px;
	align-items: flex-start;
}
.marlins-contact-data .contact-part-data-wrapper > div {
	min-height: 297px;
}
.marlins-contact-data .contact-part-data-item:before {
	background: var(--color-FFF);
}
.contact-part-data-schedule-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 13.5px 0 0;
	gap: 12px;
}
.contact-part-data-schedule-item {
	color: var(--color-FFF);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.contact-part-data-schedule-item > span.font-s-15 {
	font-weight: 500;
}
.marlins-description {
	padding: 120px 0;
}
.marlins-description-start-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 70px;
	gap: 80px;
}
.marlins-description-start-item {
	max-width: 835px;
	flex-shrink: 0;
}
.marlins-description-logo-wrapper {
	display: grid;
	grid-template-columns: 40% 60%;
	grid-gap: 34px;
	width: 50%;
}
.marlins-description-logo-item {
	display: flex;
	align-items: center;
	justify-content: center;
}
.marlins-description-logo-item > img {
	/*max-width: 303px;*/
	width: 100%;
	height: auto;
}
.marlins-description-logo-item+.marlins-description-logo-item {
	position: relative;
	padding-left: 35px;
}
.marlins-description-logo-item+.marlins-description-logo-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
	height: 68px;
	background: #CFD0D2;
}
.marlins-description-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 35px;
}
.marlins-description-text {
	max-width: 687px;
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
}
.marlins-description-content-item > h4 {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-size: 28px;
	font-weight: 600;
	line-height: 105%; /* 29.4px */
	letter-spacing: -0.28px;
	margin: 0 0 25px;
}
.marlins-description-content-item > p {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 25.5px */
	margin: 0 0 21px;
}
.marlins-description-content-item > *:last-child {
	margin-bottom: 0;
}
.marlins-description-content-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background: var(--color-032D5D);
}
.marlins-description-content-item {
	padding: 15px 0 15px 42px;
	position: relative;
}
.marlins-description-content-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 98px;
}
.marlins-description-content-item > ul {
	margin: 0;
	padding: 0 0 0 64px;
	list-style: none;
}
.marlins-description-content-item > ul > li {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 17px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
	position: relative;
}
.marlins-description-content-item > ul > li:before {
	position: absolute;
	content: '';
	left: -26px;
	top: 9px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: var(--color-032D5D);
}
.marlins-description-content-item > ul > li+li {
	margin-top: 6.75px;
}
.marlins-contact-data-title {
	color: var(--color-FFF);
	text-align: center;
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 70px;
}
.marlins-contact-data .contact-part-form-title {
	color: var(--color-FFF);
	margin: 0 0 40px;
}
.simple-text-content {
	padding: 110px 0 120px;
}
.simple-text > ol {
	margin: 0 0 25px;
	padding: 0 0 0 64px;
}
.simple-text > ol > li {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
	position: relative;
}
.simple-text > ul {
	margin: 0 0 25px;
	padding: 0 0 0 64px;
	list-style: none;
}
.simple-text > ul > li {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
	position: relative;
}
.simple-text > ul > li:before {
	position: absolute;
	content: '';
	left: -26px;
	top: 9px;
	border-radius: 50%;
	width: 6px;
	height: 6px;
	background: var(--color-032D5D);
}
.simple-text > ol > li+li,
.simple-text > ul > li+li {
	margin-top: 6.75px;
}
.simple-text > h2 {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 30px;
}
.simple-text > p+h2,
.simple-text > ul+h2 {
	margin-top: 60px;
}
.simple-text > h6 {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 60px;
}
.simple-text > p {
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 16px;
	font-style: normal;
	font-weight: 300;
	line-height: 150%; /* 25.5px */
	margin: 0 0 21px;
}
.simple-text > *:last-child {
	margin-bottom: 0;
}
.white-popup {
	position: relative;
	background: var(--color-FFF);
	padding: 0;
	max-width: 1015px;
	margin: 0 auto;
}
body .mfp-bg {
	background: rgba(0, 0, 0, 0.15);
	opacity: 1;
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}
/* ZOOM */
.mfp-zoom-in .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8); 
}
.mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1); 
}
.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0; 
}
.mfp-close {
	display: none!important;
}
.custom-mfp-close {
	position: absolute;
	display: flex;
	right: 20px;
	top: 20px;
	z-index: 99;
}
.success-send-content {
	padding: 42px 70px;
}
.send-cv-content {
	padding: 20px 70px 42px;
}
.send-cv-logotype {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 25px;
}
.send-cv-logotype:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background: #CFD0D2;
	z-index: 1;
}
.send-cv-logotype > div {
	padding: 0 30px;
	background: var(--color-FFF);
	position: relative;
	z-index: 2;
	display: flex;
}
.send-cv-subtitle-top {
	color: var(--color-0D131E);
	text-align: center;
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.success-send-text {
	color: var(--color-0D131E);
	text-align: center;
	font-family: var(--ff-inter);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	margin: 0 0 8px;
}
.success-send-title,
.send-cv-title {
	color: var(--color-0D131E);
	text-align: center;
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 52.8px */
	letter-spacing: -0.48px;
	margin: 0 0 50px;
}
.form-field-file > .wpcf7-form-control-wrap {
	display: none;
}
.custom-file-input {
	padding: 18px 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 13px;
	color: var(--color-0D131E);
	font-family: var(--ff-inter);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 15px */
	border-radius: 3px;
	border: 1px dashed #CFD0D2;
	cursor: pointer;
}
.form-field-file {
	margin-top: 20px;
}
.error404 header,
.error404 footer {
	display: none;
}
.page-not-found {
	position: relative;
	height: 100dvh;
}
.page-not-found > a {
	position: absolute;
	left: 100px;
	top: 8px;
	display: flex;
	z-index: 4;
}
.page-not-found > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom;
	opacity: .06;
}
.page-not-found-caption {
	position: relative;
	z-index: 3;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
}
.page-not-found-caption-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 84px;
}
.page-not-found-title {
	color: var(--color-0D131E);
	font-family: var(--ff-poppins);
	font-style: normal;
	font-weight: 600;
	line-height: 105%; /* 67.2px */
	letter-spacing: -0.64px;
	margin: 0 0 35px;
}
.page-not-found-left {
	-webkit-text-stroke-width: 1.5px;
	-webkit-text-stroke-color: rgba(3, 45, 93, 0.70);
	color: transparent;
	font-family: var(--ff-poppins);
	font-size: 420px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 420px */
	letter-spacing: -16.8px;
	text-transform: uppercase;
}
.btn-end-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.mobile-show,
.mobile-show-flex {
	display: none;
}
.site-burger {
	display: none;
}
.page-ank-wrapper {
	position: fixed;
	left: 35px;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 8px;
	z-index: 999;
}
.page-ank-wrapper > a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: transparent;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
}
.page-ank-wrapper > a.active {
	border: 1px solid var(--color-FFF);
}
.page-ank-wrapper > a.active.grey-active {
	border: 1px solid #E5E5EB;
}
.page-ank-wrapper > a > span {
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #E5E5EB;
	opacity: .5;
	transition: .3;
}
.page-ank-wrapper > a.active > span {
	opacity: 1;
}
.btn-submit-trigger {
	cursor: not-allowed;
}
.btn-submit-trigger.accepted {
	cursor: pointer;
}
.wpcf7 form .wpcf7-response-output {
	border: none!important;
	padding: 0!important;
	color: var(--color-0D131E);
    font-family: var(--ff-inter);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.wpcf7-not-valid-tip {
    font-family: var(--ff-inter);
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 150%;
}
.marlins-contact-data .wpcf7 form .wpcf7-response-output {
	color: var(--color-FFF);
}
.marlins-contact-data .wpcf7 form.sent .wpcf7-response-output {
	display: none!important;
}
@media(min-width: 1101px) {
	#banner-slider {
		max-height: 5.21vw;
	}
	.site-header-logo, 
	.site-header-menu + div {
		min-width: 11.88vw;
		max-width: 11.88vw;
	}
	.page-ank-wrapper {
		left: 1.82vw;
	}
	.page-ank-wrapper > a {
		width: 1.67vw;
		height: 1.67vw;
	}
	.page-ank-wrapper > a > span {
		width: 0.31vw;
		height: 0.31vw;
	}
	.container-default {
		max-width: 89.58vw;
		padding: 0!important;
	}
	.simple-text-content .container-default {
		max-width: 72.92vw;
		padding: 0!important;
	}
	.container-default-l {
		max-width: 66.67vw;
		padding: 0!important;
	}
	.site-footer-logo img {
		width: 15vw;
		height: auto;
	}
	.wpcf7-not-valid-tip,
	.font-s-13 {
		font-size: 0.68vw;
	}
	.font-s-14 {
		font-size: 0.73vw;
	}
	.font-s-15 {
		font-size: 0.78vw;
	}
	.site-header-menu ul.menu > li > a,
	.font-s-16 {
		font-size: 0.83vw;
	}
	.wpcf7 form .wpcf7-response-output,
	.font-s-17 {
		font-size: 0.89vw;
	}
	.font-s-20 {
		font-size: 1.04vw;
	}
	.marlins-description-content-item > h4,
	.font-s-28 {
		font-size: 1.46vw;
	}
	.font-s-30 {
		font-size: 1.56vw;
	}
	.font-s-48 {
		font-size: 2.5vw;
	}
	.font-s-50 {
		font-size: 2.6vw;
	}
	.font-s-64 {
		font-size: 3.33vw;
	}
	.font-s-88 {
		font-size: 4.58vw;
	}
	.font-s-100 {
		font-size: 5.21vw;
	}
	.site-header {
		height: 5.21vw;
	}
	.btn-default-white-border {
		padding: 1.09vw 2.08vw;
	}
	.site-header-menu ul.menu {
		gap: 3.49vw;
	}
	.site-header-menu ul.sub-menu {
		min-width: 9.38vw;
		padding: 1.3vw 1.56vw;
		gap: 0.73vw;
	}
	.site-header-menu ul.sub-menu > li > a {
		font-size: 0.73vw;
	}
	.home-banner-caption {
		gap: 1.15vw;
	}
	.site-footer-top {
		padding: 2.92vw 0 1.15vw;
	}
	.site-footer-top-wrapper {
		grid-template-columns: 18.23vw 21.67vw 1fr;
		grid-gap: 3.07vw;
		margin: 0 0 3.8vw;
	}
	.site-footer-menu {
		margin-top: 0.68vw;
	}
	.site-footer-menu-first {
		margin: 0 0 1.04vw;
		gap: 0.63vw;
	}
	.site-footer-menu-secondary {
		gap: 2.92vw;
	}
	.site-footer-contact {
		margin-top: 0.83vw;
	}
	.site-footer-contact-title {
		margin: 0 0 1.15vw;
	}
	.site-footer-contact-wrapper {
		grid-template-columns: 22.29vw 1fr;
		grid-gap: 5.77vw;
	}
	.site-footer-contact-item-title {
		margin: 0 0 1.04vw;
	}
	.site-footer-contact-item-elem {
		grid-template-columns: 1.88vw 1fr;
		grid-gap: 0.83vw;
	}
	.site-footer-contact-item-elem.phones {
		margin: 0 0 0.63vw;
	}
	.site-footer-contact-item-elem.email {
		margin: 0 0 1.56vw;
	}
	.site-footer-links-wrapper {
		gap: 2.6vw;
	}
	.site-footer-social-wrapper {
		gap: 0.57vw;
	}
	.site-footer-social-wrapper > a {
		padding: 0.94vw 1.82vw;
	}
	.site-footer-bottom {
		padding: 0.94vw 0 1.04vw;
	}
	.scroll-to-top {
		right: 0.78vw;
		bottom: 0.78vw;
		width: 2.5vw;
		height: 2.5vw;
	}
	.home-about-us {
		padding: 4.01vw 0 3.39vw;
	}
	.home-about-us-wrapper {
		grid-template-columns: 1fr 30vw;
		grid-gap: 4.64vw;
	}
	.home-about-us-caption {
		padding-top: 2.6vw;
	}
	.home-about-us-big-text {
		margin: 0 0 3.13vw;
	}
	.home-about-us-simple-text {
		margin: 0 0 1.82vw;
	}
	.btn-default-border-arrow {
		padding: 5px 6px 5px 1.04vw;
		gap: 2.6vw;
	}
	.arrow-in-btn {
		width: 2.5vw;
		height: 2.5vw;
	}
	.home-our-services-title {
		margin: 0 0 2.6vw;
	}
	.home-our-services-caption {
		width: calc(100% - 6.77vw);
		top: 4.17vw;
	}
	.home-our-services-number {
		margin: 0 0 1.04vw;
	}
	.home-our-services-name {
		margin: 0 0 2.24vw;
	}
	.service-hover-logo {
		bottom: 10.36vw;
	}
	.btn-default-arrow {
		width: 3.13vw;
		height: 3.13vw;
	}
	.home-our-services-item .btn-default-arrow {
		bottom: 2.6vw;
	}
	.home-facts-figures {
		padding: 6.41vw 0 4.79vw;
	}
	.home-facts-figures-title {
		margin: 0 0 3.7vw;
	}
	.home-facts-figures-item .number-fact,
	.home-facts-figures-item .number-fact * {
		font-size: 5.21vw;
		min-width: 3.33vw;
	}
	.home-facts-figures-item {
		gap: 0.94vw;
	}
	.btn-default-border-white-arrow {
		padding: 5px 6px 5px 1.04vw;
		gap: 2.6vw;
		min-width: 11.46vw;
	}
	.contact-section {
		padding: 6.25vw 0 5.68vw;
	}
	.contact-title {
		max-width: 45.94vw;
		margin: 0 0 3.13vw;
	}
	.contact-subtitle {
		margin: 0 0 1.15vw;
	}
	.address-item-wrapper {
		max-width: 30.1vw;
		grid-template-columns: 1.88vw 1fr;
		grid-gap: 0.83vw;
		margin: 0 0 2.4vw;
	}
	.contact-data-wrapper {
		max-width: 31.35vw;
		padding: 0.78vw 0 0.73vw 2.6vw;
		grid-gap: 3.13vw;
	}
	.contact-data-item-title {
		margin: 0 0 2.19vw;
	}
	.contact-data-item-wrapper {
		grid-gap: 1.04vw;
		margin: 0 0 1.3vw;
	}
	.phone-item-wrapper {
		display: grid;
		grid-template-columns: 1.88vw 1fr;
		grid-gap: 0.83vw;
	}
	.email-item-wrapper {
		max-width: 30.1vw;
		grid-template-columns: 1.88vw 1fr;
		grid-gap: 0.83vw;
	}
	.contact-map {
		top: 10.42vw;
		right: 1.41vw;
		width: 59.84vw;
		height: calc(59.84vw * 0.557876);
	}
	.contact-map-point:before {
		width: 5.31vw;
		height: 5.31vw;
	}
	.contact-map-point:after {
		width: 3.54vw;
		height: 3.54vw;
	}
	.contact-map-point > span.static {
		width: 0.63vw;
		height: 0.63vw;
	}
	.contact-map-point > span.static:before {
		width: 1.25vw;
		height: 1.25vw;
	}
	.contact-map-point-caption {
		bottom: 4.27vw;
		padding: 0.94vw 1.15vw;
		min-width: 11.46vw;
	}
	.page-title {
		padding: 2.5vw 0 4.43vw;
	}
	.contact-part {
		padding: 6.25vw 0;
	}
	.contact-part-wrapper {
		grid-gap: 2.66vw;
	}
	.contact-part-data-wrapper {
		grid-template-columns: 18.59vw 1fr;
		grid-gap: 3.65vw 4.17vw;
	}
	.contact-part-data-item {
		padding-left: 2.19vw;
	}
	.contact-part-data-item.address-item {
		padding-bottom: 0.78vw;
	}
	.contact-part-data-item > img {
		width: 3.54vw;
		margin: 0 0 1.04vw;
	}
	.contact-part-data-item-title {
		margin: 0 0 0.63vw;
	}
	.contact-part-data-item.email-item {
		padding-bottom: 1.51vw;
	}
	.contact-part-title-cv {
		margin: 4.79vw 0 1.82vw;
	}
	.contact-part-form-title {
		margin: 0 0 3.07vw;
	}
	.double-field-wrapper {
		grid-gap: 1.04vw 0.78vw;
	}
	.form-field textarea {
		height: 7.4vw;
		padding: 0.94vw 1.56vw;
		font-size: 0.89vw;
	}
	.form-field input[type="text"],
	.form-field input[type="email"],
	.form-field input[type="tel"] {
		padding: 0.94vw 1.56vw;
		font-size: 0.89vw;
	}
	.form-field input[type="text"]::-webkit-input-placeholder,
	.form-field input[type="email"]::-webkit-input-placeholder,
	.form-field input[type="tel"]::-webkit-input-placeholder,
	.form-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 0.89vw;
	}
	.form-field input[type="text"]::-moz-placeholder,
	.form-field input[type="email"]::-moz-placeholder,
	.form-field input[type="tel"]::-moz-placeholder,
	.form-field textarea::-moz-placeholder { /* Firefox 19+ */
		font-size: 0.89vw;
	}
	.form-field input[type="text"]:-ms-input-placeholder,
	.form-field input[type="email"]:-ms-input-placeholder,
	.form-field input[type="tel"]:-ms-input-placeholder,
	.form-field textarea:-ms-input-placeholder { /* IE 10+ */
		font-size: 0.89vw;
	}
	.form-field input[type="text"]:-moz-placeholder,
	.form-field input[type="email"]:-moz-placeholder,
	.form-field input[type="tel"]:-moz-placeholder,
	.form-field > textarea:-moz-placeholder { /* Firefox 18- */
		font-size: 0.89vw;
	}
	.double-field-wrapper+.form-field {
		margin-top: 1.04vw;
	}
	.form-field .custom-checkbox {
		margin: 1.04vw 0;
	}
	.form-field .custom-checkbox label > .wpcf7-list-item-label {
		font-size: 0.73vw;
	}
	.form-field+.btn-start-wrapper {
		margin-top: 1.82vw;
	}
	.form-field .nice-select {
		height: 3.33vw;
		line-height: 3.23vw;
		font-size: 0.89vw;
	}
	.form-field .nice-select:before {
		right: 1.3vw;
	}
	.location-title-wrapper {
		margin: 1.3vw 0 2.6vw;
		gap: 0.78vw;
		max-width: 30.1vw;
	}
	.location-title-wrapper > a {
		padding: 0.94vw 1.77vw;
	}
	.about-us-description {
		padding: 6.25vw 0;
	}
	.about-us-description-title {
		margin: 0 0 3.13vw;
	}
	.about-us-description-text {
		margin: 0 0 3.13vw;
	}
	.about-us-description-wrapper {
		grid-gap: 3.33vw;
	}
	.about-us-description-item {
		padding: 0.78vw 0 0.78vw 2.19vw;
	}
	.about-us-description-item-title {
		margin: 0 0 1.3vw;
	}
	.about-us-description-item-text > p {
		font-size: 0.89vw;
		margin: 0 0 1.09vw;
	}
	.our-principles {
		padding: 6.25vw 0;
	}
	.our-principles-title {
		margin: 0 0 3.13vw;
	}
	.our-principles-text {
		max-width: 59.17vw;
		margin: 0 0 3.65vw;
	}
	.our-principles-item-outer {
		min-height: 7.29vw;
	}
	.our-principles-item-caption {
		grid-template-columns: 2.97vw 27.45vw 32.76vw;
	}
	.our-principles-item-plus {
		width: 3.13vw;
		height: 3.13vw;
	}
	.permit-documents {
		padding: 6.25vw 0;
	}
	.permit-documents-wrapper {
		grid-template-columns: 21.25vw 1fr;
		grid-gap: 1.77vw;
	}
	.permit-documents-title {
		padding-top: 0.78vw;
	}
	.permit-documents-list {
		grid-gap: 1.56vw;
	}
	.permit-documents-item-image {
		padding: 0 0 0 2.6vw;
		height: 8.33vw;
	}
	.our-greatest {
		padding: 6.25vw 0;
	}
	.our-greatest-title {
		max-width: 44.27vw;
		margin: 0 0 3.75vw;
		height: calc(1.1 * 2.5vw * 5);
	}
	.our-greatest-content {
		max-width: 45.63vw;
		padding: 0.78vw 0 0.78vw 2.19vw;
	}
	.our-greatest-content > p {
		font-size: 0.89vw;
		margin: 0 0 1.09vw;
	}
	.service-page-description {
		padding: 5.21vw 0 6.25vw;
	}
	.service-page-description-wrapper {
		gap: 6.2vw;
	}
	.service-page-description-caption {
		padding-top: 1.04vw;
	}
	.service-page-benefit-item .number-fact,
	.service-page-benefit-item .number-fact * {
		font-size: 5.21vw;
		min-width: 3.33vw;
	}
	.service-page-benefit-item {
		gap: 0.63vw;
	}
	.service-page-benefit-item .description {
		max-width: 8.18vw;
	}
	.service-page-description-title {
		margin: 0 0 3.13vw;
	}
	.service-page-description-content > p {
		font-size: 0.89vw;
		margin: 0 0 1.09vw;
	}
	.our-services {
		padding: 6.25vw 0;
	}
	.our-services-title {
		margin: 0 0 3.65vw;
	}
	.our-services-wrapper {
		grid-gap: 1.56vw;
	}
	.our-services-text {
		max-width: 17.71vw;
		padding-top: 3.13vw;
	}
	.our-services-item {
		padding: 3.13vw 2.08vw;
	}
	.our-services-item > img {
		height: 3.54vw;
		margin: 0 0 2.08vw;
	}
	.our-services-name {
		max-width: 14.9vw;
		margin: 0 0 1.3vw;
	}
	.marlins-contact-data {
		padding: 6.25vw 0;
	}
	.form-field-white textarea {
		height: 7.4vw;
		padding: 0.94vw 1.56vw;
		font-size: 0.89vw;
	}
	.form-field-white input[type="text"],
	.form-field-white input[type="email"],
	.form-field-white input[type="tel"] {
		padding: 0.94vw 1.56vw;
		font-size: 0.89vw;
	}
	.form-field-white input[type="text"]::-webkit-input-placeholder,
	.form-field-white input[type="email"]::-webkit-input-placeholder,
	.form-field-white input[type="tel"]::-webkit-input-placeholder,
	.form-field-white textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 0.89vw;
	}
	.form-field-white input[type="text"]::-moz-placeholder,
	.form-field-white input[type="email"]::-moz-placeholder,
	.form-field-white input[type="tel"]::-moz-placeholder,
	.form-field-white textarea::-moz-placeholder { /* Firefox 19+ */
		font-size: 0.89vw;
	}
	.form-field-white input[type="text"]:-ms-input-placeholder,
	.form-field-white input[type="email"]:-ms-input-placeholder,
	.form-field-white input[type="tel"]:-ms-input-placeholder,
	.form-field-white textarea:-ms-input-placeholder { /* IE 10+ */
		font-size: 0.89vw;
	}
	.form-field-white input[type="text"]:-moz-placeholder,
	.form-field-white input[type="email"]:-moz-placeholder,
	.form-field-white input[type="tel"]:-moz-placeholder,
	.form-field-white > textarea:-moz-placeholder { /* Firefox 18- */
		font-size: 0.89vw;
	}
	.marlins-contact-data-wrapper form {
		gap: 1.04vw;
	}
	.form-field-white .custom-checkbox label > .wpcf7-list-item-label {
		font-size: 0.73vw;
	}
	.form-field-white .nice-select {
		height: 3.33vw;
		line-height: 3.23vw;
		font-size: 0.89vw;
	}
	.form-field-white .nice-select:before {
		right: 1.3vw;
	}
	.marlins-contact-data-wrapper {
		grid-template-columns: 1fr 45.57vw;
		grid-gap: 3.28vw;
	}
	.marlins-contact-data .contact-part-data-wrapper {
		grid-gap: 3.13vw 2.08vw;
	}
	.marlins-contact-data .contact-part-data-wrapper > div {
		min-height: 15.47vw;
	}
	.contact-part-data-schedule-list {
		margin: 0.7vw 0 0;
		gap: 0.63vw;
	}
	/*.marlins-contact-data-wrapper .phone-item {
		padding-bottom: 4.11vw;
	}
	.marlins-contact-data-wrapper .email-item {
		padding-bottom: 7.45vw;
	}
	.marlins-contact-data-wrapper .approved-item {
		padding-bottom: 7.45vw;
	}
	.marlins-contact-data-wrapper .schedule-item {
		padding-bottom: 0.86vw;
	}*/
	.marlins-description {
		padding: 6.25vw 0;
	}
	.marlins-description-start-wrapper {
		margin: 0 0 3.65vw;
		grid-gap: 4.17vw;
	}
	.marlins-description-start-item {
		max-width: 43.49vw;
	}
	.marlins-description-logo-wrapper {
		grid-gap: 1.77vw;
	}
	.marlins-description-logo-item > img {
		/*max-width: 15.78vw;*/
	}
	.marlins-description-logo-item+.marlins-description-logo-item {
		padding-left: 1.82vw;
	}
	.marlins-description-logo-item+.marlins-description-logo-item:before {
		height: 3.54vw;
	}
	.marlins-description-title {
		margin: 0 0 1.82vw;
	}
	.marlins-description-text {
		max-width: 35.78vw;
	}
	.marlins-description-content-item > h4 {
		margin: 0 0 1.3vw;
	}
	.marlins-description-content-item > p {
		font-size: 0.89vw;
		margin: 0 0 1.09vw;
	}
	.marlins-description-content-item {
		padding: 0.78vw 0 0.78vw 2.19vw;
	}
	.marlins-description-content-wrapper {
		grid-gap: 5.1vw;
	}
	.marlins-description-content-item > ul {
		padding: 0 0 0 3.33vw;
	}
	.marlins-description-content-item > ul > li {
		font-size: 0.89vw;
	}
	.marlins-description-content-item > ul > li:before {
		left: -1.35vw;
		top: 9px;
	}
	.marlins-contact-data-title {
		margin: 0 0 3.65vw;
	}
	.marlins-contact-data .contact-part-form-title {
		margin: 0 0 2.08vw;
	}
	.simple-text-content {
		padding: 5.73vw 0 6.25vw;
	}
	.simple-text > ol,
	.simple-text > ul {
		margin: 0 0 1.3vw;
		padding: 0 0 0 3.33vw;
	}
	.simple-text > ol > li,
	.simple-text > ul > li {
		font-size: 0.83vw;
	}
	.simple-text > ul > li:before {
		left: -1.35vw;
		top: 9px;
	}
	.simple-text > h2 {
		font-size: 1.46vw;
		margin: 0 0 1.56vw;
	}
	.simple-text > p+h2,
	.simple-text > ul+h2 {
		margin-top: 3.13vw;
	}
	.simple-text > h6 {
		font-size: 1.04vw;
		margin: 0 0 3.13vw;
	}
	.simple-text > p {
		font-size: 0.83vw;
		margin: 0 0 1.09vw;
	}
	.white-popup {
		max-width: 52.86vw;
	}
	.custom-mfp-close {
		right: 1.04vw;
		top: 1.04vw;
	}
	.success-send-content {
		padding: 2.19vw 3.65vw;
	}
	.send-cv-content {
		padding: 1.04vw 3.65vw 2.19vw;
	}
	.send-cv-logotype {
		margin: 0 0 1.3vw;
	}
	.send-cv-logotype > div {
		padding: 0 1.56vw;
	}
	.success-send-title,
	.send-cv-title {
		margin: 0 0 2.6vw;
	}
	.custom-file-input {
		padding: 0.94vw 1.56vw;
		gap: 0.68vw;
		font-size: 0.78vw;
	}
	.form-field-file {
		margin-top: 1.04vw;
	}
	.page-not-found > a {
		left: 5.21vw;
	}
	.page-not-found-caption-wrapper {
		gap: 4.38vw;
	}
	.page-not-found-title {
		margin: 0 0 1.82vw;
	}
	.page-not-found-left {
		font-size: 21.88vw;
		letter-spacing: -0.88vw;
	}
	svg {
		max-width: 100%;
		height: auto;
	}
}
@media(max-width: 1600px) {
	.container-default {
		padding: 0 5.21vw;
	}
	.site-header-logo {
		height: 100%;
		display: flex;
		align-items: center;
	}
	.site-header-logo > a {
		display: flex;
		height: calc(100% - 10px);
	}
	.site-header-logo > a > img {
		height: 100%;
		width: auto;
	}
}
@media(max-width: 1400px) {
	.service-hover-logo {
		width: 80%;
		bottom: 100px;
	}
	/*.container-default {
		padding: 0 70px;
	}*/
	/*.page-ank-wrapper {
		left: 19px;
	}*/
	/*.simple-text-content .container-default {
		padding: 0 20px;
	}
	.container-default-l {
		padding: 0 70px;
	}*/
	.page-not-found > a {
		left: 20px;
	}
	/*.site-header {
		height: 80px;
	}*/
}
@media(max-width: 1100px) {
	.container-default,
	.container-default-l {
		padding: 0 20px;
	}
	.wpcf7-not-valid-tip,
	.font-s-13 {
		font-size: calc(13px * .75);
	}
	.font-s-14 {
		font-size: calc(14px * .75);
	}
	.font-s-15 {
		font-size: calc(15px * .75);
	}
	.font-s-16 {
		font-size: calc(16px * .75);
	}
	.wpcf7 form .wpcf7-response-output,
	.font-s-17 {
		font-size: calc(17px * .75);
	}
	.font-s-20 {
		font-size: calc(20px * .75);
	}
	.font-s-28 {
		font-size: calc(28px * .75);
	}
	.font-s-30 {
		font-size: calc(30px * .75);
	}
	.font-s-48 {
		font-size: calc(48px * .75);
	}
	.font-s-50 {
		font-size: calc(50px * .75);
	}
	.font-s-64 {
		font-size: calc(64px * .75);
	}
	.font-s-88 {
		font-size: calc(88px * .75);
	}
	.font-s-100 {
		font-size: calc(100px * .75);
	}
	.contact-map {
		position: relative;
		top: unset;
		right: unset;
		width: 100%;
		height: auto;
		padding: 0 20px;
		margin-top: 40px;
	}
	.contact-map > svg {
		position: relative;
	}
	.site-footer-top-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
		margin-bottom: 40px;
	}
	.contact-part-data-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 35px 40px;
	}
	.site-footer-contact {
		grid-column: span 2;
	}
	.site-footer-contact-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
	.home-about-us {
		padding: 60px 0;
	}
	.home-about-us-wrapper {
		grid-template-columns: 2fr 1fr;
		grid-gap: 40px;
	}
	.btn-default-white-border {
		padding: 15px 30px;
	}
	.site-header-menu ul.menu {
		grid-gap: 30px;
	}
	.home-our-services-caption {
		top: 30px;
		width: calc(100% - 40px);
	}
	.home-our-services-item .btn-default-arrow {
		bottom: 30px;
	}
	.home-facts-figures-item .number-fact, .home-facts-figures-item .number-fact * {
		font-size: 75px;
		min-width: unset;
	}
	.home-our-services-name {
		margin-bottom: 20px;
	}
	.home-facts-figures {
		padding: 60px 0;
	}
	.contact-section {
		padding: 60px 0;
	}
	.site-footer-social-wrapper > a {
		padding: 12px 25px;
	}
	.service-page-description-wrapper {
		gap: 40px;
		flex-direction: column;
	}
	.service-page-benefit-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
	.service-page-description {
		padding: 60px 0;
	}
	.our-services {
		padding: 60px 0;
	}
	.our-services-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	.our-services-item {
		padding: 30px 20px;
	}
	.our-services-title {
		margin-bottom: 40px;
	}
	.simple-text-content {
		padding: 60px 0;
	}
	.about-us-description {
		padding: 60px 0;
	}
	.about-us-description-title {
		margin-bottom: 40px;
	}
	.about-us-description-text {
		margin-bottom: 40px;
	}
	.our-principles {
		padding: 60px 0;
	}
	.our-principles-title {
		margin-bottom: 40px;
	}
	.our-principles-text {
		margin-bottom: 40px;
	}
	.about-us-description-wrapper {
		grid-gap: 40px;
	}
	.our-principles-item-caption {
		grid-template-columns: 57px 1fr 2fr;
	}
	.permit-documents-wrapper {
		grid-template-columns: 1fr;
	}
	.permit-documents {
		padding: 60px 0;
	}
	.our-greatest-title {
		max-width: 50%;
		margin-bottom: 40px;
		height: calc(1.1 * 48px * 5 * .75);
	}
	.our-greatest-content {
		max-width: 50%;
	}
	.our-greatest {
		padding: 60px 0;
	}
	.contact-part {
		padding: 60px 0;
	}
	.contact-part-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
	.contact-part-data-item {
		padding-left: 22px;
	}
	.marlins-description-start-wrapper {
		gap: 40px;
		margin-bottom: 40px;
	}
	.marlins-description-logo-wrapper {
		flex-shrink: 0;
		max-width: 50%;
	}
	.marlins-description-logo-wrapper {
		gap: 20px;
	}
	.marlins-description-logo-item+.marlins-description-logo-item {
		padding-left: 21px;
	}
	.marlins-description-content-wrapper {
		grid-gap: 40px;
	}
	.marlins-description {
		padding: 60px 0;
	}
	.marlins-contact-data {
		padding: 60px 0;
	}
	.marlins-contact-data-title {
		margin-bottom: 40px;
	}
	.marlins-contact-data-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 40px;
	}
	.marlins-contact-data .contact-part-data-wrapper {
		align-items: unset;
	}
	.contact-part-data-item {
		padding-bottom: 15px!important;
	}
	.marlins-contact-data-wrapper {
		align-items: flex-start;
	}
}
@media(max-width: 900px) {
	.location-title-wrapper > a {
		padding: 12px 18px;
	}
	.location-title-wrapper {
		margin: 25px 0 30px;
	}
	.site-header-logo {
		min-width: unset;
	}
	.home-banner-outer {
		padding-bottom: 56.25%;
	}
	.home-about-us-wrapper {
		grid-template-columns: 1fr;
	}
	.home-our-services-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.home-facts-figures-list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
	.about-us-description-wrapper {
		grid-template-columns: 1fr;
	}
	.our-principles-item {
		gap: 20px;
	}
	.permit-documents-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.permit-documents-item-image {
		height: auto;
		padding: 0;
	}
	.our-greatest-title {
		height: auto;
		-webkit-line-clamp: unset;
		max-width: 100%;
	}
	.our-greatest-content {
		max-width: 100%;
	}
	.contact-part-wrapper {
		grid-template-columns: 1fr;
	}
	.service-page-benefit-item .number-fact, .service-page-benefit-item .number-fact * {
		font-size: 60px;
		min-width: unset;
	}
	.marlins-description-start-wrapper {
		flex-direction: column;
	}
	.marlins-description-logo-wrapper {
		max-width: 100%;
	}
	.marlins-contact-data-wrapper {
		grid-template-columns: 1fr;
	}
	.home-about-us-image {
		display: flex;
		justify-content: center;
	}
}
@media(max-width: 700px) {
	#banner-slider {
		max-height: 150px;
	}
	.wpcf7-not-valid-tip,
	.font-s-13 {
		font-size: 10px;
	}
	.font-s-14 {
		font-size: 10px;
	}
	.custom-file-input,
	.font-s-15 {
		font-size: 11px;
	}
	.simple-text > ol > li,
	.simple-text > ul > li,
	.simple-text > p,
	.font-s-16 {
		font-size: 11px;
	}
	.form-field-white .nice-select,
	.form-field-white textarea,
	.form-field-white input[type="text"],
	.form-field-white input[type="tel"],
	.form-field-white input[type="email"],
	.form-field .nice-select,
	.form-field textarea,
	.form-field input[type="text"],
	.form-field input[type="tel"],
	.form-field input[type="email"],
	.marlins-description-content-item > ul > li,
	.marlins-description-content-item > p,
	.our-greatest-content > p,
	.about-us-description-item-text > p,
	.service-page-description-content > p,
	.wpcf7 form .wpcf7-response-output,
	.font-s-17 {
		font-size: 12px;
	}
	.simple-text > h6,
	.font-s-20 {
		font-size: 13px;
	}
	.simple-text > h2,
	.marlins-description-content-item > h4,
	.font-s-28 {
		font-size: 14px;
	}
	.font-s-30 {
		font-size: 15px;
	}
	.font-s-48 {
		font-size: 24px;
	}
	.font-s-50 {
		font-size: 25px;
	}
	.font-s-64 {
		font-size: 32px;
	}
	.font-s-88 {
		font-size: 42px;
	}
	.font-s-100 {
		font-size: 50px;
	}
	.form-field-white input[type="text"]::-webkit-input-placeholder,
	.form-field-white input[type="tel"]::-webkit-input-placeholder,
	.form-field-white input[type="email"]::-webkit-input-placeholder,
	.form-field-white textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 12px;
	}
	.form-field-white input[type="text"]::-moz-placeholder,
	.form-field-white input[type="tel"]::-moz-placeholder,
	.form-field-white input[type="email"]::-moz-placeholder,
	.form-field-white textarea::-moz-placeholder { /* Firefox 19+ */
		font-size: 12px;
	}
	.form-field-white input[type="text"]:-ms-input-placeholder,
	.form-field-white input[type="tel"]:-ms-input-placeholder,
	.form-field-white input[type="email"]:-ms-input-placeholder,
	.form-field-white textarea:-ms-input-placeholder { /* IE 10+ */
		font-size: 12px;
	}
	.form-field-white input[type="text"]:-moz-placeholder,
	.form-field-white input[type="tel"]:-moz-placeholder,
	.form-field-white input[type="email"]:-moz-placeholder,
	.form-field-white > textarea:-moz-placeholder { /* Firefox 18- */
		font-size: 12px;
	}
	.form-field input[type="tel"]::-webkit-input-placeholder,
	.form-field input[type="email"]::-webkit-input-placeholder,
	.form-field input[type="text"]::-webkit-input-placeholder,
	.form-field textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
		font-size: 12px;
	}
	.form-field input[type="tel"]::-moz-placeholder,
	.form-field input[type="email"]::-moz-placeholder,
	.form-field input[type="text"]::-moz-placeholder,
	.form-field textarea::-moz-placeholder { /* Firefox 19+ */
		font-size: 12px;
	}
	.form-field input[type="tel"]:-ms-input-placeholder,
	.form-field input[type="email"]:-ms-input-placeholder,
	.form-field input[type="text"]:-ms-input-placeholder,
	.form-field textarea:-ms-input-placeholder { /* IE 10+ */
		font-size: 12px;
	}
	.form-field input[type="tel"]:-moz-placeholder,
	.form-field input[type="email"]:-moz-placeholder,
	.form-field input[type="text"]:-moz-placeholder,
	.form-field > textarea:-moz-placeholder { /* Firefox 18- */
		font-size: 12px;
	}
	.form-field textarea,
	.form-field input[type="tel"],
	.form-field input[type="email"],
	.form-field input[type="text"],
	.form-field-white textarea,
	.form-field-white input[type="tel"],
	.form-field-white input[type="email"],
	.form-field-white input[type="text"] {
		padding: 12px 15px;
	}
	.success-send-content {
		padding: 30px;
	}
	.send-cv-content {
		padding: 20px 30px 30px;
	}
	.custom-mfp-close {
		right: 10px;
		top: 10px;
	}
	.send-cv-logotype {
		margin-bottom: 15px;
	}
	.send-cv-title {
		margin-bottom: 25px;
	}
	.send-cv-logotype > div {
		padding: 0 10px;
	}
	.custom-file-input {
		padding: 12px 15px;
	}
	.simple-text > h6 {
		margin-bottom: 25px;
	}
	.simple-text > h2 {
		margin-bottom: 15px;
	}
	.simple-text > p+h2, .simple-text > ul+h2 {
		margin-top: 30px;
	}
	.contact-part-data-schedule-list {
		margin-top: 6px;
		gap: 6px;
	}
	.contact-part-data-schedule-item {
		line-height: 100%;
	}
	.marlins-description-title {
		margin-bottom: 25px;
	}
	.marlins-description-start-wrapper {
		gap: 12px;
		margin-bottom: 30px;
	}
	.double-field-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 12px;
		width: 100%;
	}
	.marlins-contact-data-wrapper form {
		gap: 12px;
	}
	.marlins-contact-data .contact-part-form-title {
		margin-bottom: 20px;
	}
	.form-field .nice-select,
	.form-field-white .nice-select {
		height: 42px;
		line-height: 40px;
	}
	.double-field-wrapper+.form-field {
		margin-top: 12px;
	}
	.form-field+.btn-start-wrapper {
		margin-top: 21px;
	}
	.contact-part-data-wrapper {
		grid-gap: 25px 23px;
	}
	.contact-map-point > span.static {
		width: 6px;
		height: 6px;
	}
	.contact-map-point > span.static:before {
		width: 15px;
		height: 15px;
	}
	.contact-map-point:after {
		width: 24px;
		height: 24px;
	}
	.contact-map-point:before {
		width: 47px;
		height: 47px;
	}
	.contact-map-point-caption {
		bottom: 63px;
	}
	.contact-part-data-item > img {
		height: 40px;
		margin-bottom: 10px;
	}
	.contact-part-wrapper {
		grid-gap: 30px;
	}
	.contact-part-form-title {
		margin-bottom: 17px;
	}
	.contact-part-title-cv {
		margin: 0 0 21px;
	}
	.marlins-contact-data .contact-part-data-wrapper {
		grid-gap: 30px 10px;
	}
	.simple-text > ul > li:before,
	.marlins-description-content-item > ul > li:before {
		top: 5px;
	}
	.simple-text > ul,
	.marlins-description-content-item > ul {
		padding-left: 34px;
	}
	.marlins-description-content-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 25px;
	}
	.permit-documents-list {
		grid-gap: 10px;
	}
	.page-title {
		padding: 27px 0 37px;
	}
	.our-principles-item-caption {
		display: flex;
		flex-wrap: wrap;
		gap: 10px 20px;
	}
	.our-principles-item {
		flex-wrap: wrap;
	}
	.our-principles-item-text.mobile-show {
		width: 100%;
		display: none;
	}
	.our-principles-item-text.mobile-show.active {
		display: block;
	}
	.our-principles-item-outer {
		min-height: unset;
		padding: 25px 0;
	}
	.marlins-description-content-item,
	.about-us-description-item {
		padding: 10px 0 10px 22px;
	}
	.service-page-benefit-list {
		grid-gap: 30px;
	}
	.our-services-wrapper {
		grid-gap: 10px;
	}
	.our-services-item {
		padding: 25px 21px 30px 20px;
	}
	.service-page-benefit-item {
		gap: 3px;
		flex-direction: column;
	}
	.service-page-benefit-item .number-fact, .service-page-benefit-item .number-fact * {
		line-height: 100%;
		font-size: 48px;
	}
	.our-services-title {
		margin-bottom: 20px;
	}
	.our-services-text {
		padding-top: 0;
		margin: 0 auto 25px;
		max-width: 300px;
		text-align: center;
	}
	.our-services-item > img {
		height: 40px;
		margin-bottom: 20px;
	}
	.our-services-name {
		margin-bottom: 13px;
	}
	.our-services .swiper {
		padding-bottom: 27px;
		width: calc(100% + 16px);
	}
	.swiper-horizontal>.swiper-scrollbar,
	.swiper-scrollbar.swiper-scrollbar-horizontal {
		background: rgba(255, 255, 255, .2);
	}
	.swiper-scrollbar-drag {
		background: var(--color-FFF);
	}
	.site-footer-contact-wrapper {
		grid-template-columns: 1fr;
	}
	.site-footer-social-wrapper > a {
		padding: 12px 16px;
	}
	.home-banner-outer {
		padding-bottom: 177.86%;
	}
	.home-about-us-caption {
		padding-top: 0;
	}
	.site-header-menu {
		display: none;
	}
	/*.home-facts-figures-item:nth-child(3n-1) {
		width: 45%;
	}*/
	.home-facts-figures-item {
		flex-direction: column;
		gap: 3px;
		width: 45%;
	}
	.home-facts-figures-item .number-fact, .home-facts-figures-item .number-fact * {
		font-size: 40px;
		line-height: 100%;
	}
	.home-facts-figures-list {
		grid-gap: 30px 0;
	}
	.contact-map {
		padding: 0;
		margin-left: -20px;
		width: calc(100% + 40px);
	}
	.contact-section {
		overflow: hidden;
	}
	.contact-data-wrapper {
		max-width: 100%;
		padding-left: 14px;
	}
	.phone-item-wrapper {
		grid-template-columns: 24px 1fr;
		grid-gap: 6px;
	}
	.email-item-wrapper {
		max-width: 100%;
		grid-template-columns: 24px 1fr;
		grid-gap: 6px;
	}
	svg {
		max-width: 100%;
		height: auto;
	}
	.address-item-wrapper {
		max-width: 100%;
		grid-template-columns: 24px 1fr;
		grid-gap: 6px;
	}
	.arrow-in-btn {
		width: 33px;
		height: 33px;
	}
	.btn-default-arrow {
		width: 40px;
		height: 40px;
	}
	.home-our-services-item .btn-default-arrow {
		bottom: 20px;
	}
	.home-our-services-caption {
		top: 40px;
	}
	.home-our-services-title {
		margin-bottom: 20px;
	}
	.btn-default-white-border {
		padding: 0 18px;
		height: 36px;
	}
	.mobile-show-flex {
		display: flex;
	}
	.mobile-show {
		display: block;
	}
	.mobile-hide {
		display: none;
	}
	.site-header {
		height: 57px;
	}
	.site-header .btn-end-wrapper {
		gap: 12px;
	}
	.mobile-burger {
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		border: 1px solid var(--color-FFF);
	}
	.container-default {
		padding: 0 16px;
	}
	.simple-text-content .container-default {
		padding: 0 16px;
	}
	.container-default-l {
		padding: 0 16px;
	}
	.home-about-us-big-text {
		margin-bottom: 25px;
	}
	.home-about-us-simple-text {
		margin-bottom: 21px;
	}
	.home-about-us-wrapper {
		grid-gap: 0;
	}
	.contact-title {
		margin-bottom: 30px;
	}
	.address-item-wrapper {
		margin-bottom: 26px;
	}
	.contact-data-wrapper {
		padding-top: 10px;
		padding-bottom: 10px;
		grid-gap: 25px;
	}
	.contact-data-item-title {
		margin-bottom: 14px;
	}
	.contact-data-item-wrapper {
		margin-bottom: 20px;
	}
	.site-footer-logo > a {
		display: flex;
		height: 44px;
	}
	.site-footer-top {
		padding: 34px 0 15px;
	}
	.site-footer-top-wrapper {
		gap: 14px;
		grid-template-columns: 1fr;
	}
	.site-footer-menu {
		margin: 0;
	}
	.site-footer-menu-secondary {
		gap: 24px;
	}
	.site-footer-menu-first {
		gap: 9px;
		margin-bottom: 16px;
	}
	.site-footer-menu-secondary > li > a {
		font-size: 12px;
	}
	.site-footer-contact {
		grid-column: unset;
		margin-top: 14px;
	}
	.site-footer-contact-item {
		display: flex;
		flex-wrap: wrap;
	}
	.site-footer-contact-item > div {
		width: 100%;
	}
	.site-footer-contact-item-elem.phones {
		width: 50%;
		margin: 0;
	}
	.site-footer-contact-item-title {
		margin-bottom: 12px;
	}
	.site-footer-contact-item-elem.email {
		width: 50%;
		margin: 0;
	}
	.site-footer-contact-title {
		margin-bottom: 16px;
	}
	.site-footer-contact-item-elem.address {
		order: -1;
		margin-bottom: 16px;
	}
	.site-footer-contact-wrapper {
		grid-gap: 16px;
	}
	.site-footer-contact-item-elem {
		grid-template-columns: 24px 1fr;
		grid-gap: 6px;
	}
	.site-footer-links-social-wrapper {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 16px;
	}
	.site-footer-social-wrapper {
		gap: 7px;
	}
	.site-footer-top-wrapper {
		margin-bottom: 35px;
	}
	.site-footer-copyright, .site-footer-develop {
		font-size: 10px;
	}
	.site-footer-bottom {
		padding: 14px 0 15px;
	}
	.overflow-h {
		overflow: hidden!important;
	}
	.site-burger {
		display: flex;
		flex-direction: column;
		position: fixed;
		top: 0;
		right: -110vw;
		width: 100%;
		height: 100dvh;
		z-index: 999;
		background: var(--color-032D5D);
		transition: .4s;
	}
	.site-burger.active {
		right: 0;
	}
	.site-burger-top-wrapper {
		height: 50px;
		padding: 7px 16px 0 16px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mobile-burger-close {
		width: 36px;
		height: 36px;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 50%;
		border: 1px solid var(--color-FFF);
	}
	.site-burger-logo {
		height: 100%;
	}
	.site-burger-logo > img {
		height: 100%;
		width: auto;
	}
	.site-burger-socials {
		padding: 25px 16px;
		position: relative;
		display: flex;
		flex-wrap: wrap;
		gap: 7px;
	}
	.site-burger-socials:before {
		position: absolute;
		content: '';
		left: 50%;
		top: 0;
		transform: translateX(-50%);
		background: var(--color-FFF);
		opacity: .15;
		width: calc(100% - 32px);
		height: 1px;
	}
	.site-burger-socials > a {
		padding: 12px 16px;
		border-radius: 28px;
		border: 1px solid var(--color-FFF);
		color: var(--color-FFF);
		font-family: var(--ff-poppins);
		font-size: 11px;
		font-style: normal;
		font-weight: 400;
		line-height: 100%; /* 11px */
	}
	.site-burger-content {
		height: calc(100% - 137px);
		padding: 70px 16px 0;
	}
	.site-burger-menu ul.menu {
		padding: 0;
		margin: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.site-burger-menu ul.menu > li > a {
		color: var(--color-FFF);
		font-family: var(--ff-poppins);
		font-size: 24px;
		font-style: normal;
		font-weight: 600;
		line-height: 110%; /* 26.088px */
		letter-spacing: -0.237px;
	}
	.site-burger-menu ul.sub-menu {
		margin: 25px 0 0;
		padding: 0;
		list-style: none;
		display: flex;
		flex-direction: column;
		gap: 18px;
	}
	.site-burger-menu ul.sub-menu > li > a {
		color: var(--color-FFF);
		font-family: var(--ff-poppins);
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: 110%; /* 15.4px */
	}
	.service-page-description-title {
		margin-bottom: 25px;
	}
}