/*!
Theme Name: TitanLab
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: titanlab
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.

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
	box-sizing: border-box;
}

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

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

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

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

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

big {
	font-size: 125%;
}

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

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

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

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

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

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

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

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

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

@media screen and (min-width: 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: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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


/* Fonts */
@font-face {
    font-family: 'Involve';
    src: url('./fonts/Involve-SemiBold.eot');
    src: url('./fonts/Involve-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Involve-SemiBold.woff2') format('woff2'),
        url('./fonts/Involve-SemiBold.woff') format('woff'),
        url('./fonts/Involve-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('./fonts/Involve-Medium.eot');
    src: url('./fonts/Involve-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Involve-Medium.woff2') format('woff2'),
        url('./fonts/Involve-Medium.woff') format('woff'),
        url('./fonts/Involve-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('./fonts/Involve-Regular.eot');
    src: url('./fonts/Involve-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Involve-Regular.woff2') format('woff2'),
        url('./fonts/Involve-Regular.woff') format('woff'),
        url('./fonts/Involve-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Involve';
    src: url('./fonts/Involve-Bold.eot');
    src: url('./fonts/Involve-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Involve-Bold.woff2') format('woff2'),
        url('./fonts/Involve-Bold.woff') format('woff'),
        url('./fonts/Involve-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'TT Firs Neue';
    src: url('./fonts/TTFirsNeue-Regular.eot');
    src: url('./fonts/TTFirsNeue-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/TTFirsNeue-Regular.woff2') format('woff2'),
        url('./fonts/TTFirsNeue-Regular.woff') format('woff'),
        url('./fonts/TTFirsNeue-Regular.ttf') format('truetype'),
        url('./fonts/TTFirsNeue-Regular.svg#TTFirsNeue-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url('./fonts/TTFirsNeue-DemiBold.eot');
    src: url('./fonts/TTFirsNeue-DemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/TTFirsNeue-DemiBold.woff2') format('woff2'),
        url('./fonts/TTFirsNeue-DemiBold.woff') format('woff'),
        url('./fonts/TTFirsNeue-DemiBold.ttf') format('truetype'),
        url('./fonts/TTFirsNeue-DemiBold.svg#TTFirsNeue-DemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TT Firs Neue';
    src: url('./fonts/TTFirsNeue-Bold.eot');
    src: url('./fonts/TTFirsNeue-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/TTFirsNeue-Bold.woff2') format('woff2'),
        url('./fonts/TTFirsNeue-Bold.woff') format('woff'),
        url('./fonts/TTFirsNeue-Bold.ttf') format('truetype'),
        url('./fonts/TTFirsNeue-Bold.svg#TTFirsNeue-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



/* Variables */
:root {
	--dark-blue: #012943;
	--azure: #4588bf;
	--light-blue: #c1dae1;
	--blue-steel: #386580;
	--black: #1a1a1a;
	--grey: #797979;
	--grey-1: rgba(163, 163, 163, 0.4);
	--grey-2: #f6f5f8;
	--grey-3: #d9d9d9;
	--white: #fff;
	--font-family: 'Involve', sans-serif;
	--second-family: "TT Firs Neue", sans-serif;
}

/* General styles */
body {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 1.38vw;
	letter-spacing: -0.01em;
	color: var(--black);
	overflow-x: hidden;
}

a,
button {
	font-size: 1.25vw;
	font-family: var(--font-family);
	transition: 0.2s;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	font-family: var(--second-family);
	font-weight: 600;
	line-height: 105%;
	text-transform: uppercase;
	color: var(--black);
}

h1 {
	font-size: 4.1vw;

	@media (max-width: 768px) {
		font-size: 10.9vw;
	}
}

h2,
.single-post h1 {
	font-size: 3.1vw;

	@media (max-width: 768px) {
		font-size: 7.8vw;
	}
}

h3, h4, h5, h6 {
	font-size: 2vw;

	@media (max-width: 768px) {
		font-size: 6.8vw;
	}
}
.container {
	width: 100%;
	padding-inline: 3.47vw;

	@media(max-width: 768px){
		padding-inline: 6.25vw;
	}
}
.button,
input[type="submit"].button {
	min-width: 13.8vw;
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	border-radius: 50px;
	padding: 0.7vw 1.4vw;
	font-size: 1.1vw;
	font-weight: 600;
	color: var(--white);
	text-decoration: none;
	border: 1px solid var(--azure);
	cursor: pointer;
	transition: 0.2s;
}
input[type="submit"].button:disabled {
	cursor: not-allowed;
}
.button-darkblue,
.button-darkblue:visited,
input[type="submit"].button-darkblue {
	min-width: 15.625vw;
	padding-inline: 1.94vw;
	background: var(--dark-blue);
	font-size: 1.25vw;
	font-weight: 600;
	color: var(--white);

	@media(max-width: 768px) {
		font-size: 4.7vw;
	}
	@media(hover: hover) {
		&:not(:disabled):hover {
			background: var(--azure);
			color: var(--white);
		}
	}
}
.button-blue,
.button-blue:visited {
	background: var(--azure);
	color: var(--white);

	@media(hover: hover) {
		&:hover {
			background: var(--white);
			color: var(--azure);
		}
	}
}
.button-transparent,
.button-transparent:visited {
	background: transparent;
	border-color: var(--dark-blue);
	color: var(--black);

	@media(hover:hover){
		&:hover {
			background: var(--azure);
			border-color: var(--azure);
			color: var(--black);
		}
	}
}
.button-white,
.button-white:visited {
	border-color: var(--light-blue);
	background: transparent;
	color: var(--white);

	@media(hover:hover){
		&:hover {
			background: var(--dark-blue);
			border-color: var(--dark-blue);
			color: var(--white);
		}
	}
}
.row {
	display: flex;
	flex-direction: row;
	align-items: start;
}
.col {
	display: flex;
	flex-direction: column;
	align-items: start;
}
section {
	padding-block: 4.7vw;
}
.custom-logo-link {
	display: flex;
	align-items: start;

	img {
		width: 100%;
	}
}
.single .site-main {
	padding-block: 11.1vw 2.7vw;

	h1 {
		margin-block: 2vw 3.8vw;
	}
}

/* Site header */
body.home .site-header.is-transparent-header {
	background: transparent;
}
.single-service .site-header.is-transparent-header {
	background: rgba(69, 136, 191, 0.1);
}
.site-header {
	padding: 1.3vw 3.47vw;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	background-color: var(--dark-blue);
	z-index: 90;
}
.site-header .site-branding {
	width: 100%;
	max-width: 6.6vw;
	margin-right: 2.7vw;
	padding-bottom: 13px;
}
.site-branding {
	transition: 0.2s;

	@media(hover:hover){
		&:hover {
			opacity: 0.7;
		}
	}
}
.site-header .services-menu-container {
	margin-right: 17.36vw;
}
.services-menu-container {
	position: relative;

	/* Bridge hover gap between trigger and absolute dropdown */
	&::after {
		content: "";
		position: absolute;
		top: 100%;
		left: 0;
		width: max(100%, 34.7vw);
		height: 15px;
	}

}
.services-menu {
	padding: 0.3vw;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.3vw;
	position: absolute;
	top: auto;
	left: -100vw;
	background: var(--grey-2);
	border-radius: 0.3vw;
	transition: 0.2s;
	z-index: 9;

	@media(width > 1100px){
		width: 34.7vw;
	}
	&.visible {
		left: 0;
	}

	a {
		padding: 1.1vw;
		height: 6.9vw;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		align-items: start;
		background: var(--white);
		text-decoration: none;
		color: var(--black);
		font-size: 0.9vw;
		text-transform: uppercase;
		border-radius: 2px;

		.arrow-right path {
			transition: 0.2s;
		}

		@media(hover:hover){
			&:hover {
				background: var(--dark-blue);
				color: var(--white);

				.arrow-right path {
					fill: var(--white)
				}
			}
		}
	}
}
.site-header .services-link {
	color: var(--white);
	font-size: 1.25vw;
	text-decoration: none;
}
.site-header .main-navigation {
	margin-right: auto;
}
.site-header .menu {
	width: fit-content;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.7vw;

	@media (max-width: 768px) {
		gap: 6.25vw;
	}
	.current-menu-item > a {
		color: var(--azure);
	}
	a {
		display: inline-block;
		padding-bottom: 1px;
		font-size: 1.1vw;
		text-decoration: none;
		color: var(--white);

		&::after {
			content: '';
			display: inline-block;
			width: 0;
			height: 1px;
			background: var(--azure);
			position: absolute;
			bottom: 0;
			left: 50%;
			transform: translateX(-50%);
			transition: 0.2s;
		}

		@media(hover:hover){
			&:hover {
				color: var(--azure);
			}
			&:hover::after {
				width: 100%;
			}
		}
	}
}
/* Breadcrumbs */
.home .breadcrumbs .prev-page-arrow {
	display: none;
}
.breadcrumbs {
	margin-bottom: 2.8vw;

	ul {
		display: flex;
		align-items: center;
		justify-content: start;
		gap: 1vw;
		padding: 0;
		margin: 0;
		list-style: none;
	}
	li {
		color: var(--black);
		a {
			color: var(--black);
			text-decoration: none;

			@media(hover:hover){
				&:hover {
					color: var(--azure);
				}
			}
		}
		.prev-page-arrow {
			display: inline-block;
			margin-right: 15px;
		}
		&::after {
			content: '';
			margin-left: 5px;
			display: inline-block;
			width: 0.8vw;
			height: 0.8vw;
			border-radius: 100%;
			background: var(--dark-blue);
		}
		&:last-child {
			color: var(--grey-3);

			&::after {
				display: none;
			}
		}
	}
}

/* Hero section */
.hero {
	margin: 0;
	padding-block: 15.2vw 16.6vw;
	padding-inline: 3.47vw;
	position: relative;
	background: var(--dark-blue);
	color: var(--white);
}
.hero .col {
	position: relative;
	z-index: 1;

	@media (min-width: 768px) {
		max-width: 40.2vw;
	}
}

.hero-title {
	margin-bottom: 2vw;
	color: var(--white)
}
.hero-description {
	margin-bottom: 2.7vw;
}
.hero-big-text {
	width: 100%;
	height: var(--svg-height, 55%);
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: absolute;
	bottom: 0;
	right: 0;
	white-space: nowrap;
	font-size: 19.3vw;
	font-weight: 600;
	color: var(--azure);
	text-transform: uppercase;
	font-family: var(--font-family);
	line-height: 20%;
	letter-spacing: -0.02em;
	pointer-events: none;

	img {
		display: block;
		height: 100%;
		width: auto;
		object-fit: contain;
		max-width: 99vw;
	}
}
.hero-image {
	position: absolute;
	bottom: 0;
	right: 13vw;
	width: 39.8vw;
	height: 39.8vw;
	display: flex;
	align-items: center;
	justify-content: center;
	object-fit: contain;
	object-position: center;
	z-index: 2;

	img {
		position: relative;
		z-index: 1;
	}

	&::after {
		content: '';
		display: inline-block;
		width: 50vh;
		height: 50vh;
		border-radius: 100%;
		background: var(--white);
		filter: blur(500px);
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		z-index: 0;
	}
}

/* Services tabs */
.services-section {
	padding-top: 3.8vw;

	h2 {
		margin-block: 2vw 2.4vw;
	}
}
.tabs-nav {
	padding-bottom: 50px;
	border-bottom: 1px solid var(--grey-1);
	display: flex;
	flex-wrap: wrap;
	gap: 0.7vw;

	.tab-btn {
		padding: 1vw 1.3vw;
		border: 1px solid var(--azure);
		border-radius: 100px;
		background: transparent;
		font-weight: 600;
		color: var(--black);
		cursor: pointer;

		@media(hover:hover){
			&:not(.active):hover {
				background: var(--light-blue);
			}
		}
		&.active {
			background: var(--dark-blue);
			border-color: var(--dark-blue);
			color: var(--white);
		}
	}
}
.tabs-nav-title {
	margin-block: 0 1.3vw;
	font-size: 1.3vw;
}
.tab-panel {
	display: none;

	&.active {
		display: block;
	}
}
.tab-content-title {
	margin-block: 3.1vw;
	color: var(--azure);
}
.services-grid {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.4vw;
}
.service-card {
	height: 13.7vw;
	padding: 2.4vw;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	border-radius: 5px;
	background: var(--grey-2);
	position: relative;
	text-decoration: none;
	
	.hex-btn {
		position: absolute;
		width: 3.5vw;
		height: 3.5vw;
		bottom: 2.3vw;
		right: 2.1vw;
	}
	&::before {
		content: '';
		display: inline-block;
		width: 0.8vw;
		height: 0.8vw;
		background: transparent;
		border: 1px solid var(--azure);
		border-radius: 100%;
		position: absolute;
		top: 3.1vw;
		right: 2.4vw;
		transition: 0.2s;
	}
	@media(hover:hover){
		&:hover::before {
			background: var(--azure);
		}
		&:hover .hex-btn .hex-wrap {
			fill: var(--azure);
		}
		&:hover .hex-btn .hex-arrow {
			fill: var(--white);
		}
	}
	

	.service-title {
		margin: 0;
		display: inline-block;
		font-family: var(--second-family);
		font-weight: 600;
		font-size: 2vw;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		text-decoration: none;
		color: var(--black);
		position: relative;
		
		@media (width > 1000px) {
			max-width: 36.8vw;
		}
		@media(hover:hover){
			&:hover {
				color: var(--blue-steel);
			}
		}
	}
	.service-pdf {
		display: flex;
		font-weight: 600;
		color: var(--blue-steel);
		border-radius: 100px;

		@media (hover:hover) {
			&:hover {
				background: var(--azure);
			}
		}
	}

}
.hex-btn {
	display: flex;
	width: 4.5vw;
	height: 4.5vw;
	text-decoration: none;
	cursor: pointer;

	path {
		transition: 0.2s;
	}
	@media(hover:hover){
		&:not(.swiper-button-disabled):hover .hex-wrap {
			fill: var(--azure);
		}
		&:not(.swiper-button-disabled):hover .hex-arrow {
			fill: var(--white);
		}
	}
}

/* About section */
.about-section {

	.row {
		gap: 13vw;
		margin-bottom: 2.8vw;
	}
	.year {
		display: inline-block;
		margin-top: 4vw;
		font-weight: 600;
		font-size: 8.8vw;
		line-height: 80%;
		color: var(--azure);
	}
	.year-title {
		margin-block: 1.1vw 0.9vw;
		display: inline-block;
		font-size: 1.3vw;
		color: var(--black);
	}
	h2 {
		margin-top: 3vw;
	}
	.title-blue {
		color: var(--azure);
	}
	.about-subtitle {
		margin-top: 2vw;
	}
	.about_image {
		width: 100vw;
		object-fit: cover;

		@media(width > 992px){
			height: 36.8vw;
		}
	}
}

/* Documents section */
.documents-section {
	h2 {
		margin-block: 2.7vw 2vw;
	}
	.section-subtitle {
		margin-bottom: 3.1vw;

		@media(width > 992px){
			max-width: 25.7vw;
		}
	}
	.row {
		gap: 9vw;
	}
}
.documents_image {
	width: 100%;
	max-width: 20.1vw;
	object-fit: contain;
}
.documents_list {
	margin: 0;
	padding: 0;
	width: 100%;
	counter-reset: num;
	list-style: none;
	
	li {
		padding-block: 1.4vw;
		padding-left: 10.4vw;
		display: flex;
		align-items: start;
		justify-content: space-between;
		border-top: 1px solid var(--grey-1);
		min-height: 11.5vw;
		counter-increment: num;
		position: relative;

		&:last-child {
			border-bottom: 1px solid var(--grey-1);
		}

		&::before {
			display: inline-block;
			content: counter(num, decimal-leading-zero);
			color: var(--dark-blue);
			font-family: var(--second-family);
			font-weight: 400;
			font-size: 2vw;
			letter-spacing: -0.02em;
			position: absolute;
			left: 0;
			top: 1.4vw;
		}
		.documents_list_item {
			display: inline-block;
			text-decoration: none;
			font-family: var(--second-family);
			font-weight: 400;
			font-size: 2vw;
			letter-spacing: -0.02em;
			text-transform: uppercase;
			color: var(--black);

			@media(hover:hover) {
				&:hover {
					color: var(--azure);
				}
			}
			@media(width > 992px){
				max-width: 35vw;
			}
		}
	}
}

/* Advantages section */
.advantages-section .row {
	margin-block: 2.8vw 3.2vw;
	gap: 2.8vw;
	justify-content: space-between;
}

.advantages-section .advantages_image {
	width: 100%;
	object-fit: contain;

	@media(width > 992px){
		max-width: 55.25vw;
	}
}
.advantages-section .advantages_list {
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: num;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.8vw 5.2vw;

	li {
		padding-left: 5.5vw;
		counter-increment: num;
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 1.4vw;
		letter-spacing: -0.01em;
		color: var(--black);
		position: relative;

		.advantages_list_title {
			margin-block: 0 1.4vw;
			font-size: 2vw;
			text-transform: uppercase;
		}
		&::before {
			display: inline-block;
			width: 2.6vw;
			content: counter(num, decimal-leading-zero);
			font-family: var(--second-family);
			font-weight: 400;
			font-size: 2vw;
			letter-spacing: -0.02em;
			text-transform: uppercase;
			color: var(--black);
			vertical-align: top;
			position: absolute;
			top: 3px;
			left: 0;
		}
	}
}

/* Stages section */
.stages-section {
	padding-left: 3.47vw;

	h2 {
		margin-block: 2.7vw 6.9vw;
	}
	.stages_list_wrap {
		padding-top: 18.6vw; /* 23.6vw */
		position: relative;
	}
	#stages_gear {
		position: absolute;
		top: 1vw;
		transform: translateX(2vw);
		animation: rotate-gear 24s infinite linear;
		animation-direction: alternate;
	}
	.stages_list {
		margin: 0;
		padding: 0;
		display: flex;
		align-items: start;
		list-style: none;
		border-top: 1px solid var(--light-blue);

		li {
			width: 100%;
			padding-top: 2.3vw;
			font-size: 1.6vw;
			color: var(--black);
			position: relative;

			.button {
				margin-top: 1.7vw;
			}
			@media(width > 992px){
				margin-right: 5.5vw;
				max-width: 18.75vw;
			}
			&::before {
				content: '';
				display: inline-block;
				width: 1.4vw;
				height: 1.4vw;
				border-radius: 100%;
				background: var(--white);
				border: 1px solid var(--light-blue);
				position: absolute;
				top: -0.7vw;
				left: 0;
			}

			a:not(.button) {
				font-size: 1.6vw;
				text-decoration: underline;
				color: var(--azure);

				@media(hover:hover){
					&:hover {
						color: var(--dark-blue);
					}
				}
			}
		}
	}
}
@keyframes rotate-gear {
	0% {
		transform: translateX(20vw) rotate(0deg);
		animation-timing-function: ease-in-out;
	}
	100% {
		transform: translateX(75vw) rotate(560deg);
		animation-timing-function: ease-in-out;
	}
}

/* Laboratory section */
.laboratory-section {
	padding-block: 4.8vw 4.1vw;
	background: var(--azure);
	color: var(--white);

	.breadcrumbs li:not(:last-child),
	.breadcrumbs li:not(:last-child) > a {
		color: var(--white);
	}
	.row {
		margin-top: 1.7vw;
		gap: 7vw;
	}
	h2 {
		margin-bottom: 0;
		color: var(--light-blue);
	}
	.text-wrap p {
		margin-block: 1vw;

		@media(width > 992px){
			max-width: 34.7vw;
		}
	}
	.numbers-row {
		margin-block: 1.7vw 3.125vw;
		gap: 1.4vw;

		.big,
		.delimiter {
			font-family: var(--second-family);
			font-weight: 400;
			font-size: 3.125vw;
			letter-spacing: -0.02em;
			color: var(--light-blue);
		}
	}
	.video-wrap {
		width: 100%;

		@media(width > 992px){
			max-width: 46.5vw;
		}
	}
	.laboratory_video {
		width: 100%;
		border-radius: 7px;
		object-fit: contain;
		overflow: hidden;
	}
}

/* Clients section */
.clients-section {
	padding-block: 9.7vw;

	h2 {
		margin-block: 2.8vw;
	}
	.clients_list {
		margin: 0;
		padding: 0;
		list-style: none;
		position: relative;
		counter-reset: num;
		overflow: hidden;

		li {
			padding-left: 29.5vw;
			counter-increment: num;

			&:first-of-type {
				border-top: none;
			}
			&:last-of-type .clients_list_item {
				border-bottom: 1px solid var(--grey-1);
			}
			.clients_list_item {
				display: flex;
				align-items: center;
				padding-block: 1.6vw;
				padding-left: 13vw;
				border-top: 1px solid var(--grey-1);
				position: relative;
				transition: 0.2s;

				&::before {
					content: 'п' counter(num, decimal-leading-zero);
					display: inline-block;
					position: absolute;
					left: 0;
					top: 50%;
					transform: translateY(-50%);
					font-family: var(--second-family);
					font-weight: 400;
					font-size: 0.9vw;
					letter-spacing: -0.02em;
					text-transform: uppercase;
					color: var(--black);
					transition: 0.2s;
				}
			}
			.clients_list_title {
				margin: 0;
				margin-right: auto;
				text-transform: uppercase;
			}
			.clients_list_letter {
				font-family: var(--font-family);
				font-weight: 600;
				font-size: 0.9vw;
				text-decoration: underline;
				text-decoration-skip-ink: none;
				color: var(--grey);

				@media(hover:hover){
					&:hover {
						color: var(--azure);
					}
				}
			}
			.clients_list_logo_wrap {
				padding: 2.7vw;
				display: flex;
				align-items: center;
				justify-content: center;
				position: absolute;
				top: 0;
				left: 0;
				background: var(--grey-2);
				opacity: 0;
				visibility: hidden;
				pointer-events: none;
				transition: 0.2s;

				@media(width > 992px){
					width: 27.7vw;
					height: 15vw;
				}
			}
			.clients_list_logo {
				object-fit: contain;
				transform: translateY(-5vw);
				transition: 0.2s;
			}
			@media(hover:hover){
				&:hover {
					.clients_list_item {
						background: var(--grey-2);

						&::before {
							left: 10px;;
						}
					}

					& + li > .clients_list_item {
						border-top-color: transparent;
					}

					.clients_list_letter {
						transform: translateX(-10px);
					}
					
					.clients_list_logo_wrap {
						top: 0;
						opacity: 1;
						visibility: visible;

						.clients_list_logo {
							transform: translateY(0);
						}
					}
				}
			}
		}
	}
}


/* Feedback section */
.feedback-section {
	padding-block: 3.5vw 4.1vw;
	background: linear-gradient(180deg, #a7bbc4 0%, #3b5e72 100%);

	.container {
		position: relative;

		&::after {
			content: '';
			display: inline-block;
			width: 0.8vw;
			height: 0.8vw;
			min-height: 12px;
			min-width: 12px;
			border-radius: 100%;
			position: absolute;
			bottom: 0;
			right: 3.47vw;
			background: var(--blue-steel);
		}
	}
	h2 {
		margin: 2.7vw 4.1vw;
		margin-left: 0;
		color: var(--light-blue);

		@media(width > 992px){
			max-width: 30vw;
		}
	}
	.form_wrap {
		padding-left: 9vw;
		border-left: 1px solid var(--grey-1);

		br {
			display: none;
		}
		p {
			margin: 0;
		}
		.wpcf7-form-control-wrap {
			display: inline-block;
			width: 100%;
		}
		input:not([type="submit"], [type="checkbox"]) {
			width: 100%;
			margin-bottom: 1vw;
			padding-block: 1.7vw 0.7vw;
			font-family: var(--font-family);
			font-weight: 600;
			font-size: 1.25vw;
			letter-spacing: -0.02em;
			text-transform: uppercase;
			color: var(--white);
			border: none;
			border-bottom: 1px solid var(--white);
			border-radius: 0;
			background: transparent;
			outline: none;

			&:autofill,
			&:webkit-autofill,
			&:webkit-autofill:focus {
				-webkit-box-shadow: 0 0 0 1000px hsl(0deg 0% 100% / 11%) inset;
			}
			&::placeholder {
				color: var(--light-blue);
			}
		}
		.wpcf7-not-valid-tip {
			position: absolute;
			bottom: -7px;
			font-size: 1vw;
		}
		.wpcf7-acceptance {
			position: relative;

			input[type="checkbox"] {
				position: absolute;
				visibility: hidden;
				opacity: 0;
			}
			.wpcf7-list-item {
				margin: 0;
			}
			label {
				margin-block: 2vw 3.125vw;
				padding-left: 4.1vw;
				display: inline-block;
				cursor: pointer;
				font-family: var(--font-family);
				font-weight: 400;
				font-size: 1.25vw;
				line-height: 130%;
				color: var(--white);
				position: relative;

				a {
					color: var(--white);

					@media(hover:hover){
						&:hover {
							color: var(--blue-steel);
						}
					}
				}
			}
			label::before {
				content: '';
				display: inline-block;
				width: 2.8vw;
				height: 2.8vw;
				background: url(./images/checkbox-wrap.svg) no-repeat center/contain;
				position: absolute;
				left: 0;
				top: 0;
			}
			label::after {
				content: '';
				content: '';
				display: inline-block;
				width: 2.8vw;
				height: 2.8vw;
				background: url(./images/checkbox-checked.svg) no-repeat center/auto;
				position: absolute;
				left: 0;
				top: 0;
				opacity: 0;
				transition: 0.2s;
			}
			label:has(input[type="checkbox"]:checked)::after {
				opacity: 1;
			}
		}
		.button {
			line-height: 1.3;
			border-color: var(--dark-blue);

			@media(hover:hover){
				&:hover {
					border-color: var(--dark-blue);
				}
			}
		}
	}
}

/* Information section */
.news-slider-section {
	padding-top: 9.7vw;

	.news-tags-filter {
		margin-bottom: 3.4vw;
		display: flex;
		flex-wrap: wrap;
		gap: 0.7vw;
	}
	.news-tags-filter__item {
		padding: 1vw 1.3vw;
		border: 1px solid var(--azure);
		border-radius: 100px;
		font-weight: 400;
		font-size: 1.25vw;
		color: var(--black);
		background: transparent;
		cursor: pointer;
		transition: 0.2s;

		@media(hover:hover){
			&:not(.is-active):hover {
				background: var(--light-blue);
			}
		}
	}
	.news-tags-filter__item.is-active {
		color: var(--white);
		background: var(--dark-blue);
		border-color: var(--dark-blue);
	}
	.news-list {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 1.3vw;
	}
	.news-list-wrap.is-loading {
		opacity: 0.7;
		pointer-events: none;
	}
	.news-load-more {
		margin-top: 2vw;
		margin-inline: auto;
	}
	.news-load-more.hidden {
		display: none;
	}
}
.news_slider_header {
	margin-block: 1vw 3.5vw;
	align-items: center;
	justify-content: space-between;

	h2 {
		margin: 0;
	}
}
.news_slider_nav {
	display: flex;
	align-items: center;
	gap: 15px;
}

.tags-ticker {
	margin-top: 3.5vw;
	overflow: hidden;
	white-space: nowrap;
	padding: 16px 0;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.tags-ticker__track {
	display: inline-flex;
	gap: 12px;
	will-change: transform;
	animation: none;
	padding-left: 12px;
}
.tags-ticker__item:any-link {
	display: inline-block;
	padding: 0.6vw 1.3vw;
	border: 1px solid var(--grey-1);
	border-radius: 50px;
	font-size: 0.7vw;
	color: var(--grey);
	text-decoration: none;
	white-space: nowrap;
	transition: background 0.2s, color 0.2s;
}
.tags-ticker__item:hover {
	background: var(--light-blue);
	color: var(--black);
}
.news-swiper {
	margin-right: -3vw!important;
	display: flex;
}
.blog .news-card {
	max-width: 100%;
}

.blog .news-slider-section .news_slider_header {
	margin-block: 2vw 3.4vw;
}
.news-card {
	padding: 1.3vw;
	padding-top: 1.7vw;
	border-radius: 2px;
	background: var(--grey-2);

	@media(width > 992px){
		max-width: 34.7vw;
	}
	
	.news-card__top {
		width: 100%;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 1.7vw;
	}
	.news-card__tag {
		display: inline-block;
		padding: 0.5vw 1.3vw;
		border-radius: 50px;
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 0.7vw;
		color: var(--white);
		background: var(--dark-blue);
	}
	.news-card__date {
		display: inline-block;
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 0.7vw;
		color: var(--black);
	}
	.news-card__title {
		overflow: hidden;

		@media(width > 992px){
			height: 5vw;
		}

		a {
			display: inline-block;
			font-family: var(--font-family);
			font-weight: 500;
			font-size: 1.3vw;
			line-height: 125%;
			color: var(--black);
			text-decoration: none;
			text-transform: none;

			@media(hover:hover){
				&:hover {
					color: var(--azure);
				}
			}
		}
	}
	.news-card__img {
		margin-top: 1vw;
		width: 100%;
		height: 14.2vw;
		border-radius: 2px;
		overflow: hidden;

		@media(width < 992px){
			margin-top: 15px;
			height: 48vw;
		}

		img {
			width: 100%;
			height: 100%;
			object-fit: cover;
			object-position: center;
		}
	}
}

@media(width < 992px){
	.news-slider-section {
		.news-tags-filter {
			margin-bottom: 24px;
		}
		.news-tags-filter__item {
			padding: 8px 16px;
			font-size: 14px;
		}
		.news-list {
			grid-template-columns: 1fr;
			gap: 16px;
		}
		.news-load-more {
			margin-top: 20px;
		}
	}
}
.swiper-prev,
.swiper-next {
	padding: 0;
	background: transparent;
	border: none;

	&.swiper-button-disabled {
		cursor: default;
	}
}

/* Service page */
.service-hero {
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: center;

	@media(width > 992px){
		min-height: 50.7vw;
	}
	& > .col {
		@media (min-width: 768px) {
			max-width: 55vw;
		}
	}
	.breadcrumbs {
		position: absolute;
		left: 3.47vw;
		top: 7.6vw;

		li::after {
			background: var(--azure);
		}
		a {
			color: var(--white);
		}
		li:last-child {
			color: var(--grey);
		}
	}
	.drop-image {
		height: 36.8vw;
		position: absolute;
		top: 12vw;
		right: 16vw;
		transform: translateY(-50vw);
		will-change: transform, filter;
		pointer-events: none;

		img {
			width: 100%;
			height: 100%;
			object-position: center;
			object-fit: contain;
		}
		.drop-glow {
			width: 21.5vw;
			height: 21.5vw;
			background: var(--white);
			filter: blur(500px);
			border-radius: 100%;
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			will-change: transform;
			z-index: -1;
		}
	}
}
.service-calculator {
    padding-top: 9.7vw;

	section {
		padding-top: 0;
	}
	@media(width > 992px){
		h2 {
			max-width: 60vw;
		}
	}
	.tc-subtitle {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 1.4vw;
		color: var(--black);
	}
	.tc-block__title {
		margin-bottom: 3.4vw;
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 2vw;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		color: var(--black);
	}
	.tc-pill-label {
		padding: 1vw 1.4vw;
		font-family: var(--font-family);
		font-weight: 600;
		font-size: 1.25vw;
		text-align: center;
		color: var(--black);
		border-radius: 100px;
		border: 1px solid var(--azure);

		@media(hover:hover){
			&:hover {
				background: var(--blue-steel);
			}
		}
	}
	.tc-block {
		margin-bottom: 3.4vw;
	}
	.tc-pill-input:checked + .tc-pill-label {
		background: var(--dark-blue);
		color: var(--white);
	}
	.tc-packages,
	.tc-options {
		gap: 1vw;
	}

}
.tc-btn--secondary,
.about-service .button-blue {
	background: transparent;
	color: var(--black);

	@media(hover:hover){
		&:hover {
			background: var(--azure);
		}
	}
}
.about-service {
	.about-service-row {
		gap: 6.6vw;
		align-items: stretch;
		& > .col {
			flex: 1 1 0;
		}

		
	}
	.about_text_left {
		justify-content: space-between;

		p {
			margin-top: 0;
		}
	}
	.about_text_right {
		width: 100%;
		margin-bottom: 1.4vw;
		border-bottom: 1px solid var(--grey-1);

		&:last-child {
			margin-bottom: 0;
		}
	}
	.about_text_right_title {
		margin-block: 0 1vw;
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 2vw;
		line-height: 117%;
		text-transform: uppercase;
		color: var(--black);
	}
	.about_text_right_text {
		font-family: var(--font-family);
		font-weight: 400;
		font-size: 20px;
		letter-spacing: -0.01em;
		color: var(--black);
	}
}

/* Site footer */
.site-footer {
	padding-block: 3.4vw 2.4vw;
	background: var(--dark-blue);
	color: var(--white);
	font-size: 0.9vw;

	p {
		margin: 0;
	}
	.footer-top {
		align-items: stretch;

		@media(width < 992px){
			display: flex;
		}
		.services-col {
			justify-content: space-between;
		}
	}
	.services-link {
		padding: 0.9vw;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		border-radius: 100px;
		border: 1px solid var(--azure);
		font-family: var(--font-family);
		font-weight: 600;
		font-size: 1.25vw;
		letter-spacing: -0.02em;
		color: var(--azure);
		text-decoration: none;

		@media(width > 992px){
			width: 15.625vw;
		}
		@media(hover:hover){
			&:hover {
				color: var(--white);
				background: var(--azure);
			}
		}
	}
	.services-menu {
		top: calc(100% - (-15px));
	}
	.footer-menu-col {
		width: 100%;
		margin-inline: auto;

		@media(width > 992px){
			max-width: 14.5vw;
			margin-right: 2vw;
		}
		#menu-footer {
			margin: 0;
			padding: 0;
			list-style: none;
			display: flex;
			align-items: start;
			flex-direction: column;
			gap: 1vw;

			a {
				display: inline-block;
				padding-bottom: 1px;
				position: relative;
				font-size: 0.9vw;
				color: var(--white);
				text-decoration: none;

				@media(hover:hover){
					&:hover::after {
						width: 100%;
					}
				}
				&::after {
					content: '';
					display: inline-block;
					width: 0;
					height: 1px;
					background: var(--white);
					transition: 0.2s;
					position: absolute;
					left: 0;
					bottom: 0;
				}
			}
		}
	}
	
	.footer-middle {
		width: 100%;
		justify-content: space-between;
		margin-block: 6.5vw 2vw;
		padding-bottom: 1.4vw;
		border-bottom: 1px solid var(--grey-1);

	}
	.footer-logo {
		width: 100%;

		@media(width > 992px){
			max-width: 9.7vw;
		}
	}
	.footer-bottom {
		font-size: 1.1vw;

		a {
			text-decoration: none;
			color: var(--white);
			font-size: 1.1vw;

			@media(hover:hover){
				&:hover {
					color: var(--blue-steel);
				}
			}
		}
		.site-info {
			margin-right: auto;
		}
		.made-by a {
			font-weight: 600;
		}
		.footer-link {
			@media(width > 992px){
				margin-right: 2.7vw;
			}
		}
	}
}
.footer-title {
	margin-block: 0 1vw;
	font-family: var(--second-family);
	font-weight: 400;
	font-size: 1.4vw;
	letter-spacing: -0.02em;
	text-transform: uppercase;
	color: var(--azure);
}
.email-link {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 2vw;
	text-align: right;
	color: var(--white);
	text-decoration: none;

	@media(hover:hover){
		&:hover {
			color: var(--blue-steel);
		}
	}
}
.addresses_list {
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1vw 2vw;
	list-style: none;

	@media(width > 992px){
		li {
			max-width: 20vw;
		}
	}
	b, strong {
		display: inline-block;
		margin-bottom: 5px;
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 1.4vw;
		letter-spacing: -0.02em;
		color: var(--white);
	}
	a {
		text-decoration: none;
		font-weight: 700;
		color: var(--azure);

		@media(hover:hover){
			&:hover {
				color: var(--blue-steel);
			}
		}
	}
}

/* Page Contacts */
.contacts-main {
	padding-block: 9.7vw;

	.addresses_list {
		b, strong {
			color: var(--black);
		}
	}
	.contacts-row {
		gap: 6.9vw;

		p.footer-title {
			margin-bottom: 15px;
			font-size: 1.3vw;
		}
		p {
			margin: 0;
			font-weight: normal;
			font-size: 0.9vw;

			strong {
				font-weight: 500;
				font-size: 1.3vw;
			}
		}
		@media(width > 992px){
			.addresses-col {
				min-width: 38vw;
			}
		}
		.map-col {
			width: 100%;
		}
		.col {

			iframe {
				width: 100%;
				object-fit: cover;
				object-position: center;
			}
		}
	}
	.contacts-footer {
		margin-top: 3.4vw;
		justify-content: space-between;

		.button:any-link {
			color: var(--azure);

			@media(hover:hover){
				&:hover {
					background: var(--dark-blue);
					border-color: var(--dark-blue);
					color: var(--white);
				}
			}
		}
		.email-link {
			color: var(--azure);

			@media(hover:hover){
				&:hover {
					color: var(--dark-blue);
				}
			}
		}
	}
}

/* To the customer Page */
.quality {
	.quality-row {
		gap: 1vw;
		align-items: stretch;
	}
	.col {
		padding: 4vw;
		padding-bottom: 9vw;
		position: relative;
		flex: 1 1 0;

		p {
			margin-block: 0 2vw;
		}
		.row {
			gap: 2vw;
			position: absolute;
			bottom: 4vw;
			left: 4vw;
		}
		@media(hover:hover){
			.button-darkblue:hover {
				background: var(--black);
				border-color: var(--black);
			}
		}
	}
	.quality-col-title {
		font-family: var(--second-family);
		font-weight: 600;
		font-size: 45px;
		line-height: 111%;
		letter-spacing: -0.02em;
		text-transform: uppercase;
		color: var(--white);
	}
	.left-col {
		background: var(--azure);
		color: var(--white);

		.button-secondary:any-link {
			border: 1px solid var(--white);
			color: var(--white);
	
			@media(hover:hover){
				&:hover {
					background: var(--white);
					border-color: var(--black);
					color: var(--black);
				}
			}
		}
	}
	.right-col {
		background: var(--grey-2);

		.quality-col-title {
			color: var(--black);
		}
		.button-secondary:any-link {
			border: 1px solid var(--azure);
			color: var(--black);
	
			@media(hover:hover){
				&:hover {
					background: var(--azure);
					border-color: var(--black);
				}
			}
		}
	}
}
.rules {
	margin-bottom: 9vw;
	
	.row {
		gap: 2vw;
	}
	@media(width > 992px){
		.col {
			max-width: 48.6vw;
		}
	}
	.text-wrap {
		font-size: 1.3vw;
	}
	.file-card {
		padding: 1.3vw;
		padding-bottom: 2.7vw;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		gap: 6vw;
		border-radius: 2px;
		background: var(--grey-2);

		.row {
			justify-content: space-between;
		}
		@media(width > 992px){
			max-width: 32vw;
		}
	}
	.file-title {
		font-family: var(--font-family);
		font-weight: 500;
		font-size: 1.3vw;
		line-height: 125%;
		color: var(--black);
	}
	.file-size-btn:any-link {
		padding: 1.3vw;
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 1vw;
		border-radius: 50px;
		background: var(--light-blue);
		text-decoration: none;
		font-family: var(--second-family);
		font-weight: 400;
		font-size: 0.7vw;
		color: var(--black);
	}
}