/*!
Theme Name: e-light
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: e-light
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.

e-light 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 {
	transition: .3s;
	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;
}
/* GTS Start */
.otgs-development-site-front-end {
	display: none!important;
}
:root {
    /* Оголошуємо змінну */
    --main-font: 'Onest', sans-serif;

    --color-202124: #202124;
    --color-FFF: #FFF;
    --color-222221: #222221;
    --color-4285F4: #4285F4;
    --color-EA853F: #EA853F;
    --color-F28A23: #F28A23;
    --color-D9D9D9: #D9D9D9;
    --color-8E9192: #8E9192;
    --color-DA3B45: #DA3B45;
}
body {
    /* Використовуємо змінну */
    font-family: var(--main-font);
    font-weight: 400;
}
a {
    text-decoration: none;
    outline: none!important;
}
a:focus, 
button:focus, 
input:focus, 
textarea:focus {
    outline: none!important;
    box-shadow: none!important;
}
.font-s-13 { font-size: 13px; }
.font-s-14 { font-size: 14px; }
.font-s-16 { font-size: 16px; }
.font-s-17 { font-size: 17px; }
.font-s-18 { font-size: 18px; }
.font-s-20 { font-size: 20px; }
.font-s-24 { font-size: 24px; }
.font-s-26 { font-size: 26px; }
.font-s-30 { font-size: 30px; }
.font-s-32 { font-size: 32px; }
.font-s-40 { font-size: 40px; }
.font-s-48 { font-size: 48px; }
.font-s-50 { font-size: 50px; }
.font-s-56 { font-size: 56px; }
.font-s-64 { font-size: 64px; }
.font-s-72 { font-size: 72px; }
.font-s-80 { font-size: 80px; }
.btn-default-black {
	padding: 9px 30px;
	display: inline-flex;
	gap: 10px;
	border-radius: 30px;
	background: var(--color-202124);
	color: var(--color-FFF);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
	flex-shrink: 0;
	white-space: nowrap;
	position: relative;
	overflow: hidden;
}
.btn-default-black:before {
	position: absolute;
	content: '';
    background: var(--color-4285F4);
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}
.btn-default-black:hover:before {
	transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-default-black:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
    background: var(--color-4285F4);
    transform: translate3d(0, -100%, 0);
    transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.btn-default-black:hover::after {
	transform: translate3d(0, 0, 0);
	transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}
.btn-default-black > span {
	display: block;
    position: relative;
	color: var(--color-FFF);
    z-index: 10;
}
.btn-default-black:hover span {
	animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
}
@keyframes MoveScaleUpInitial {
	to {
		transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
		opacity: 0;
	}
}
@keyframes MoveScaleUpEnd {
	from {
		transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
		opacity: 0;
	}
	to {
		transform: translate3d(0, 0, 0);
		opacity: 1;
	}
}
.container-default {
    width: 100%;
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}
.container-case {
    width: 100%;
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}
.container-text {
    width: 100%;
    max-width: 776px;
    margin-left: auto;
    margin-right: auto;
}
.site-header {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 77;
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-FFF);
}
.site-header > div {
	height: 100%;
}
.site-header-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}
.site-header-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 96px;
	height: 100%;
}
.site-header-logo {
	display: flex;
}
.site-header-logo > a {
	display: flex;
}
.site-header-logo > a > img,
.site-header-logo > a > svg {
	height: 45px;
	width: auto;
}
.site-header-menu {
	height: 100%;
}
.site-header-menu > div {
	height: 100%;
}
.site-header-menu ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height: 100%;
	gap: 30px;
}
.site-header-menu ul.menu > li {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.site-header-menu ul.menu > li > a {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 17px;
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
	transition: .3s;
}
.site-header-menu ul.menu > li > a:hover,
.site-header-menu ul.menu > li.current-menu-item > a {
	color: var(--color-4285F4);
}
.site-header-menu ul.sub-menu {
	opacity: 0;
	visibility: hidden;
	transform: translateY(100px);
	transition: all 0.3s ease;
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	left: -100px;
	width: 593px;
	padding: 31px 59px 31px 30px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .8);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.site-header-menu ul.menu > li.menu-item-has-children:hover > ul.sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.site-header-menu ul.menu > li.menu-item-has-children {
	position: relative;
	padding-right: 13px;
}
.site-header-menu ul.menu > li.menu-item-has-children:before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transition: .3s;
	background: url('data:image/svg+xml,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.75 5.06065L4.75 1.06065L0.75 5.06065" stroke="%23202124" stroke-width="1.5" stroke-linecap="round"/></svg>');
	width: 10px;
	height: 6px;
}
.site-header-menu ul.menu > li.menu-item-has-children:hover:before {
	transform: translateY(-50%) rotate(0deg);
}
.site-header-menu ul.sub-menu > li > a {
	position: relative;
	padding-left: 69px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.site-header-menu ul.sub-menu > li > a:before {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect width="44" height="44" rx="22" fill="white"/><path d="M19.0625 16.125L24.9375 22L19.0625 27.875" stroke="%23202124" stroke-width="2" stroke-linecap="round"/></svg>');
	width: 44px;
	height: 44px;
	background-size: 100%;
}
.site-header-menu ul.sub-menu > li+li {
	margin-top: 25px;
}
.site-footer-top {
	padding: 76px 0 64px;
	border-top: 1px solid var(--color-202124);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.site-footer-bottom {
	padding: 32px 0;
	border-top: 1px solid var(--color-202124);
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.site-footer-bottom-right,
.site-footer-top-right {
	width: 781px;
}
.site-footer-logo {
	display: flex;
	margin: 0 0 85px;
}
.site-footer-logo > a {
	display: flex;
}
.site-footer-logo > a > img,
.site-footer-logo > a > svg {
	width: 207px;
	height: auto;
}
.site-footer-address {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
	margin: 0 0 8px;
}
.site-footer-email {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
	display: inline-block;
	margin: 0 0 87px;
	text-decoration: underline!important;
}
.site-footer-email:hover {
	color: var(--color-4285F4);
}
.contact-socials,
.site-footer-top-socials {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.contact-socials > a,
.site-footer-top-socials > a {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
}
.contact-socials > a > svg,
.site-footer-top-socials > a > svg {
	width: 100%;
	height: auto;
}
.site-footer-top-right {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
}
.site-footer-top-menu-title {
	padding: 18px 0 0 18px;
	position: relative;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin: 0 0 41px;
}
.site-footer-top-menu-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 89px;
	height: 1px;
	background: var(--color-202124);
}
.site-footer-top-menu-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.site-footer-top-menu-list ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 14px;
}
.site-footer-top-menu-list.first ul.menu > li > a {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
}
.site-footer-top-menu-list.first ul.menu > li > a:hover {
	color: var(--color-4285F4);
}
.site-footer-top-menu-list.second ul.menu > li > a {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 28.8px */
}
.site-footer-top-menu-list.second ul.menu > li > a:hover {
	color: var(--color-4285F4);
}
.site-footer-bottom-left {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.site-footer-bottom-right {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.site-footer-bottom-links {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.site-footer-bottom-links a {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.site-footer-developed > a,
.site-footer-bottom-links span {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.site-footer-developed > a:hover,
.site-footer-bottom-links a:hover {
	color: var(--color-4285F4);
}
html.overflow-h,
html.overflow-h-burger {
	overflow: hidden;
}
.burger-bg,
.contact-form-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(22.5px);
	backdrop-filter: blur(22.5px);
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.burger-bg.active,
.contact-form-bg.active {
	opacity: 1;
	visibility: visible;
}
.contact-form-outer {
	position: fixed;
	right: -601px;
	top: 0;
	width: 600px;
	max-width: 100%;
	height: 100dvh;
	background: var(--color-FFF);
	z-index: 99999;
	padding: 98px 70px 0;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
}
.contact-form-outer.active {
	right: 0;
	opacity: 1;
	visibility: visible;
}
.contact-form-outer > img {
	position: absolute;
	z-index: 1;
	left: 0;
	bottom: 0;
	width: 100%;
	height: auto;
}
.close-contact-form {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 2;
	width: 30px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.contact-form-caption {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.contact-form-top-text {
	padding: 18px 0 0 18px;
	position: relative;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin: 0 0 25px;
}
.contact-form-top-text:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 89px;
	height: 1px;
	background: var(--color-202124);
}
.contact-form-top-text:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.contact-form-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
	margin: 0 0 25px;
}
.contact-form-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0 0 37px;
}
.form-field {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 5px;
	position: relative;
}
.form-field > span {
	position: relative;
}
.form-field > span .wpcf7-not-valid-tip {
	position: absolute;
	right: 20px;
	bottom: calc(100% + 5px);
	color: var(--color-DA3B45);
	text-align: right;
	font-family: var(--main-font);
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
}
.form-field+.form-field {
	margin-top: 17px;
}
.form-field > label {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */
}
.wpcf7-form-control-wrap {
	width: 100%;
}
.form-field input[type="text"] {
    width: 100%;
    padding: 10px 20px;
    border: 1px solid var(--color-202124);
    border-radius: 22px;
    outline: none;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
    background-color: #fff;
    box-sizing: border-box;
}
.form-field input.wpcf7-not-valid[type="text"] {
	box-shadow: 0 0 0 4px rgba(218, 43, 54, .2);
}
/* Ефект при кліку (focus) */
.form-field input[type="text"]:focus {
    border-color: var(--color-202124);
}
.form-field input[type="text"]::placeholder {
    color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.form-field .nice-select {
    width: 100%;
    height: 44px;
    padding: 0 40px 0 20px;
    border: 1px solid var(--color-202124);
    border-radius: 22px;
    color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 42px; /* 24px */
}
.form-field .nice-select:after {
	display: none;
}
.form-field .nice-select:before {
	position: absolute;
	content: '';
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14 5L8.125 10.875L2.25 5" stroke="%23202124" stroke-width="2" stroke-linecap="round"/></svg>');
	transition: .3s;
}
.form-field .nice-select.open:before {
	transform: translateY(-50%) rotate(180deg);
}
.form-field .nice-select .list {
	margin-left: 0;
	border-radius: 22px;
	border: 1px solid var(--color-202124);
	background: var(--color-FFF);
	width: calc(100% + 2px);
    top: -5px;
    left: -1px;
}
.form-field .nice-select .option {
    color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 162%; /* 22.68px */
	min-height: 25px;
	padding-left: 19px;
}
.form-field .nice-select .option:first-child {
	min-height: 44px;
	opacity: 0;
	visibility: hidden;
}
.form-field .nice-select .current {
	position: relative;
	z-index: 10;
}
.form-field .nice-select .option:hover,
.form-field .nice-select .option.focus,
.form-field .nice-select .option.selected.focus {
	background: var(--color-4285F4)!important;
	color: var(--color-FFF)!important;
}
.send-form-wrapper {
	margin-top: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 32px;
}
.send-agree-text {
    color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.send-agree-text > a {
    color: var(--color-202124);
	text-decoration: underline;
}
.send-agree-text > a:hover {
	color: var(--color-4285F4);
}
.d-none {
	display: none!important;
}
.home-banner {
	position: relative;
}
.home-banner > video {
	position: relative;
	z-index: 1;
	width: 100%;
	max-height: 100dvh;
	object-fit: cover;
	object-position: top;
}
.home-banner > img {
	position: relative;
	z-index: 1;
}
.home-banner:before {
	position: absolute;
	content: '';
	z-index: 2;
	width: 100%;
	height: calc(100% - 250px);
	background: rgba(255, 255, 255, 0.05);
	-webkit-backdrop-filter: blur(22.5px);
	backdrop-filter: blur(22.5px);
}
.home-banner-caption {
	position: absolute;
	z-index: 3;
	top: 260px;
	left: 160px;
}
.home-banner-benefits {
	position: absolute;
	z-index: 3;
	bottom: 6px;
	left: 160px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 103px;
}
.home-banner-cta {
	position: fixed;
	z-index: 3;
	right: 160px;
	bottom: 150px;
	width: 200px;
	height: 200px;
	padding: 58px 40.5px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 23px;
	background: var(--color-4285F4);
	border-radius: 50%;
	text-align: center;
	color: var(--color-FFF);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
	overflow: hidden;
	transition: transform 0.3s cubic-bezier(0.25, 1, 0.5, 1), 
        width 0.3s ease, 
        height 0.3s ease!important;
}
.home-banner-cta > * {
	position: relative;
	z-index: 2;
}
.home-banner-cta:before {
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--color-202124);
	z-index: 1;
	transition: .3s;
}
.home-banner-cta:hover {
	transform: scale(.9);
}
.home-banner-cta:hover:before {
	top: 0;
}
.home-banner-cta .show-small {
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.home-banner-cta .hide-small {
	opacity: 1;
	visibility: visible;
	transition: .3s;
}
.home-banner-cta.scrolled .show-small {
	opacity: 1;
	visibility: visible;
}
.home-banner-cta.scrolled .hide-small {
	opacity: 0;
	visibility: hidden;
}
.home-banner-cta.scrolled {
	right: 20px!important;
	bottom: 20px!important;
	width: 44px;
	height: 44px;
	padding: 10px;
}
.home-banner-subtitle {
	padding: 15px 0 14px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	text-transform: uppercase;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	margin: 0 0 45px;
}
.home-banner-subtitle:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 202px;
	height: 1px;
	background: var(--color-202124);
}
.home-banner-subtitle:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 506px;
	height: 1px;
	background: var(--color-202124);
}
.home-banner-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 88px */
	text-transform: uppercase;
	margin: 0;
	padding-right: 62px;
}
.home-banner-title-desc {
	display: flex;
	position: relative;
}
.home-banner-description {
	position: absolute;
	right: -136px;
	bottom: 6px;
	width: 437px;
	z-index: 2;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
}
.home-banner-benefits-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home-banner-benefits-number {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 88px */
	text-transform: uppercase;
	display: inline-block;
}
.home-banner-benefits-postfix {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
}
.home-banner-benefits-text {
	margin-left: 25px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.custom-section-subtitle-top {
	padding: 15px 0 14px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}
.custom-section-subtitle-top:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--color-202124);
}
.custom-section-subtitle-top:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 506px;
	height: 1px;
	background: var(--color-202124);
}
.custom-section-title {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
}
.btn-wrapper {
	display: flex;
	gap: 30px;
}
.home-company {
	margin: 133px 0 0;
}
.home-company-wrapper {
	display: grid;
	grid-template-columns: 1fr 370px;
	grid-gap: 273px;
	align-items: flex-start;
}
.home-company .custom-section-subtitle-top {
	margin: 0 0 40px;
}
.home-company .custom-section-title {
	margin: 0 0 60px;
}
.home-company-text {
	padding-right: 40px;
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 48px */
}
.home-company-btn-text-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
	padding-right: 49px;
	margin: 26px 0 0;
}
.home-company-btn-text-wrapper .home-company-text {
	padding: 0;
}
.home-company-benefits {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 40px;
}
.home-company-benefit-item {
	display: grid;
	grid-template-columns: 43px 1fr;
	grid-gap: 10px;
	align-items: flex-start;
}
.home-company-benefit-item-number {
	color: var(--color-EA853F);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.home-company-benefit-item-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
}
.home-steps {
	margin: 120px 0 0;
}
.home-steps-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 64px;
}
.home-steps-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.home-steps-item-icon {
	width: 150px;
	height: 150px;
	display: flex;
	transition: .3s;
}
.home-steps-item-icon > svg {
	width: 100%;
	height: auto;
}
.home-steps-item:hover .home-steps-item-icon {
	transform: translateY(-10px);
}
.home-steps-item-name {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 140%; /* 28px */
	text-transform: uppercase;
	margin: 0 0 43px;
}
.home-steps-item-text {
	margin: 50px 0 0;
	padding: 21px 67px 0 0;
	position: relative;
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.home-steps-item-text:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 135px;
	height: 1px;
	background: var(--color-222221);
	transition: .3s;
}
.home-steps-item:hover .home-steps-item-text:before {
	width: 100%;
}
.home-steps-item-text > span {
	color: var(--color-F28A23);
}
.home-services {
	margin: 140px 0 0;
}
.home-services .custom-section-title {
	margin-top: 33px;
}
.title-btn-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.title-btn-wrapper > .btn-wrapper {
	margin-bottom: 8px;
}
.home-services .title-btn-wrapper {
	margin: 0 0 60px;
}
.service-card {
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	background: var(--color-D9D9D9);
	height: 0;
	padding-bottom: 106.72%;
}
.service-card > img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service-card-caption {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
	height: calc(100% - 112px);
	border-radius: 40px;
	background: rgba(255, 255, 255, .4);
	-webkit-backdrop-filter: blur(22.5px);
	backdrop-filter: blur(22.5px);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .3s;
}
.service-card:hover .service-card-caption {
	height: 100%;
}
.service-card-caption-inner {
	width: calc(100% - 80px);
	height: calc(100% - 76px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
}
.service-card-caption-inner > a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 52px;
	margin: 0 0 13px;
}
.service-card-caption-inner > a > svg {
	flex-shrink: 0;
}
.service-card-caption-inner > a > svg > * {
	transition: .3s;
}
.service-card-caption-inner > a:hover > svg > rect {
	fill: var(--color-4285F4);
}
.service-card-caption-inner > a:hover > svg > path {
	stroke: var(--color-FFF);
}
.service-card-caption-inner > a > div {
	margin-top: 8px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 31.2px */
	height: calc(1.2 * 26px * 3);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.service-card-excerpt {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	height: calc(1.5 * 16px * 3);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	padding-right: 19px;
	margin: 0 0 45px;
}
.service-card-delimeter {
	width: 100%;
	height: 1px;
	background: var(--color-202124);
	margin: 0 0 22px;
}
.service-card-bottom-item {
	display: grid;
	grid-template-columns: 86px 1fr;
	grid-gap: 10px;
	align-items: flex-start;
}
.service-card-bottom-item+.service-card-bottom-item {
	margin-top: 13px;
}
.service-card-bottom-item-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 20.8px */
	text-transform: uppercase;
}
.service-card-bottom-item-value {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.swiper-nav-container {
	margin: 30px 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
}
.swiper-btn-prev {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.swiper-btn-next {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.swiper-pgntn.swiper-pagination-fraction {
	width: -moz-fit-content;
	width: fit-content;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 12px;
}
.swiper-pagination-current {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
}
.swiper-pagination-total {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.home-tehnologiyi {
	position: relative;
	margin: 27px 0 0;
	padding: 80px 0 123px;
}
.home-tehnologiyi > svg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
/* Базові налаштування анімації для кіл та контурів усередині цього SVG */
.home-tehnologiyi > svg circle,
.home-tehnologiyi > svg path {
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
/* Перше коло (жовто-пурпурове) */
.home-tehnologiyi > svg circle:nth-of-type(1) {
	animation-name: float-up-large;
	animation-duration: 4s;
}
/* Друге коло (контурне верхнє ліве) */
.home-tehnologiyi > svg circle:nth-of-type(2) {
	animation-name: float-down-large;
	animation-duration: 5s;
}
/* Третє коло (контурне праве) */
.home-tehnologiyi > svg circle:nth-of-type(3) {
	animation-name: float-up-medium;
	animation-duration: 4.5s;
}
/* Шестикутник (єдиний елемент path) */
.home-tehnologiyi > svg path {
	animation-name: float-down-max;
	animation-duration: 6s;
}
/* Ключові кадри із ЗБІЛЬШЕНОЮ амплітудою руху */
@keyframes float-up-large {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-90px); } /* Було -30px */
}
@keyframes float-down-large {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(90px); } /* Було 30px */
}
@keyframes float-up-medium {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-80px); } /* Було -25px */
}

@keyframes float-down-max {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(110px); } /* Було 35px */
}
.home-tehnologiyi > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.home-tehnologiyi > div {
	position: relative;
	z-index: 2;
}
.home-tehnologiyi .title-btn-wrapper {
	margin: 0 0 60px;
}
.home-tehnologiyi .custom-section-subtitle-top {
	margin-bottom: 33px;
}
.technology-cart {
	padding: 50px 40px 33px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .3);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	transition: .3s;
}
.technology-cart:hover {
	border: 1px solid var(--color-202124);
	background: rgba(255, 255, 255, .8);
}
.technology-cart-caption {
	width: 100%;
}
.technology-cart-caption > a {
	padding-right: 25px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 35px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
}
.technology-cart-caption > a:hover {
	color: var(--color-4285F4);
}
.technology-cart-caption > a > svg {
	flex-shrink: 0;
	margin-top: 10px;
}
.technology-cart-delimeter {
	margin: 40px 0 30px;
	width: 100%;
	height: 1px;
	background: var(--color-222221);
}
.technology-cart-description {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 39px */
}
.technology-cart-caption > .technology-cart-description {
	height: calc(1.5 * 26px * 4);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	padding-right: 68px;
}
.technology-cart-bottom {
	margin: 30px 0 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 38px;
}
.swiper-slide .technology-cart-caption {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.swiper-slide .technology-cart-bottom {
	margin-top: auto;
}
.technology-cart-bottom .technology-cart-description {
	max-width: 312px;
	margin-bottom: 6px;
}
.technology-cart-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	grid-gap: 6px;
}
.technology-cart-list > div,
.technology-cart-list > a {
	border-radius: 30px;
	border: 1px solid var(--color-202124);
	padding: 9px 16px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 20.8px */
	text-transform: uppercase;
}
.home-napryamky {
	margin: 0 0 109px;
}
.home-napryamky .custom-section-subtitle-top {
	margin: 0 0 40px;
}
.home-napryamky .title-wrapper {
	margin: 0 0 30px;
}
.home-napryamky-wrapper {
	display: grid;
	grid-template-columns: 1fr 643px;
	grid-gap: 207px;
	align-items: flex-end;
}
.home-napryamky-mission-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin: 0 0 22px;
}
.home-napryamky-mission-text {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 48px */
	margin: 0 0 43px;
}
.home-napryamky-mission-text+.home-napryamky-mission-text {
	max-width: 588px;
}
.home-napryamky-mission-title+.home-napryamky-mission-text {
	margin-bottom: 20px;
}
.home-napryamky-benefits {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-right: 59px;
}
.home-napryamky-benefits-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home-napryamky-benefits-number {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 88px */
	text-transform: uppercase;
}
.home-napryamky-benefits-postfix {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
}
.home-napryamky-benefits-text {
	margin-left: 20px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.home-napryamky-solution-item {
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-gap: 13px;
	align-items: flex-start;
	padding: 26px 0;
	position: relative;
}
.home-napryamky-solution-item:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 135px;
	height: 1px;
	transition: .4s;
	background: var(--color-202124);
}
.home-napryamky-solution-item.active:before {
	width: 100%;
}
.home-napryamky-solution-number {
	color: var(--color-EA853F);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.home-napryamky-solution-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 36px */
}
.home-napryamky-solution-hidden {
	display: none;
	padding: 18px 0 0;
}
.home-napryamky-solution-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 25.6px */
	margin: 0 0 18px;
}
.home-conlultation {
	position: relative;
	overflow: hidden;
}
.home-conlultation > video {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.home-conlultation > img {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.home-conlultation:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	z-index: 2;
	width: calc(100% - 481px);
	height: 100%;
	background: rgba(255, 255, 255, .4);
	-webkit-backdrop-filter: blur(22.5px);
	backdrop-filter: blur(22.5px);
}
.home-conlultation-cta {
	z-index: 4;
	width: 200px;
	height: 200px;
	padding: 58px 40.5px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 23px;
	background: var(--color-4285F4);
	border-radius: 50%;
	text-align: center;
	color: var(--color-FFF);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.home-conlultation-wrapper {
	position: relative;
	z-index: 3;
	max-width: 1156px;
	margin: 0 auto;
	padding: 99px 52px 75px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.home-conlultation-top-text {
	padding: 17px 0 0 18px;
	position: relative;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin: 0 0 47px;
}
.home-conlultation-top-text:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 506px;
	height: 1px;
	background: var(--color-202124);
}
.home-conlultation-top-text:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.home-conlultation-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
	margin: 0 0 47px;
}
.home-conlultation-desc {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.home-cases-slider-wrapper {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
#swiper-kejsy {
	width: 1184px;
}
.home-cases {
	margin: 120px 0 40px;
}
.home-cases .custom-section-subtitle-top {
	margin-bottom: 34px;
}
.home-cases .title-btn-wrapper {
	margin-bottom: 47px;
}
.case-card {
	padding: 10px 98px 4px 0;
}
.case-card-image {
	position: relative;
	height: 0;
	padding-bottom: 49.63%;
	overflow: hidden;
	margin: 0 0 34px;
}
.case-card-image > img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	margin-bottom: 30px;
}
.case-card-caption {
	position: relative;
	padding-top: 27px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.case-card-caption:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 135px;
	height: 1px;
	background: var(--color-202124);
	transition: .3s;
}
.case-card:hover .case-card-caption:before {
	width: 100%;
}
.case-card-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	height: calc(1.5 * 16px * 4);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin: 0 0 13px;
}
.case-card-title:hover {
	color: var(--color-4285F4);
}
.case-card-detail {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.case-card-detail:hover {
	color: var(--color-4285F4);
}
.home-news {
	padding: 100px 0 119px;
	margin: 0 0 31px;
	position: relative;
}
.home-news > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.home-news > div {
	position: relative;
	z-index: 2;
}
.home-news .title-btn-wrapper {
	margin: 0 0 72px;
}
.home-news .custom-section-subtitle-top {
	margin-bottom: 33px;
}
.abs-link {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	width: 100%;
	height: 100%;
}
.news-card {
	position: relative;
	padding: 20px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .4);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	transition: .3s;
}
.news-card:hover {
	border: 1px solid var(--color-202124);
	background: rgba(255, 255, 255, .8);
}
.news-card-image {
	position: relative;
	height: 0;
	padding-bottom: 55.91%;
	overflow: hidden;
	border-radius: 20px;
}
.news-card-image > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.news-card-tag-list {
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}
.news-card-tag-item {
	padding: 5px 16px;
	border-radius: 30px;
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.news-card-caption {
	padding: 40px 20px 20px;
}
.news-card-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	height: calc(1.2 * 24px * 3);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0 0 16px;
}
.news-card-title:hover {
	color: var(--color-4285F4);
}
.news-card-excerpt {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	height: calc(1.5 * 16px * 3);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0 0 40px;
}
.news-card-bottom-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.news-card-date {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.news-card-detail {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 9px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.news-card-detail:hover {
	color: var(--color-4285F4);
}
.home-news .swiper-nav-container {
	margin-top: 24px;
}
.home-partners {
	margin: 0 0 160px;
}
.home-partners-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 73px;
}
#swiper-partners {
	max-width: 1326px;
}
#swiper-partners .swiper-wrapper {
  /* Змінюємо стандартну анімацію на лінійну */
  transition-timing-function: linear !important;
}
.home-partners-title {
	padding: 18px 0 0 18px;
	position: relative;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.home-partners-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 89px;
	height: 1px;
	background: var(--color-202124);
}
.home-partners-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.home-partners-item {
	height: 69px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.home-partners-item > img {
	max-width: 100%;
	max-height: 100%;
}
.home-partners-title {
	padding: 18px 0 0 18px;
	position: relative;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.home-partners-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 89px;
	height: 1px;
	background: var(--color-202124);
}
.home-partners-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.title-image-content {
	position: relative;
	height: 0;
	padding-bottom: 19.27%;
	margin: 0 0 70px;
	overflow: hidden;
}
.title-image-content > img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100%;
	width: auto;
	z-index: 1;
}
.title-image-content:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: calc(100% - 70px);
	background: rgba(255, 255, 255, .05);
	-webkit-backdrop-filter: blur(22.5px);
	backdrop-filter: blur(22.5px);
	z-index: 2;
}
.title-image-content > div {
	position: absolute;
	left: 160px;
	bottom: 91px;
	z-index: 3;
}
.page-breadcrumb {
	width: -moz-fit-content;
	width: fit-content;
	padding: 17px 0 0;
	border-top: 1px solid var(--color-202124);
	margin: 0 0 12px;
}
.page-breadcrumb > ol {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 16px;
}
.page-breadcrumb > ol > li {
	position: relative;
	padding-right: 24px;
}
.page-breadcrumb > ol > li > a {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.page-breadcrumb > ol > li:before {
	position: absolute;
	content: '';
	right: 0;
	top: 50%;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
	transform: translateY(-50%);
}
.page-breadcrumb > ol > li:last-child {
	padding-right: 0;
	color: var(--color-8E9192);
	font-family: var(--main-font);
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.page-breadcrumb > ol > li:last-child:before {
	display: none;
}
.page-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 88px */
	text-transform: uppercase;
	margin: 0;
}
.contact-data-info {
	padding: 0 0 120px;
}
.contact-data-info-wrapper {
	display: grid;
	grid-template-columns: 916px 1fr;
	grid-gap: 179px;
}
.contact-data-info-map {
	position: relative;
	height: 0;
	padding-bottom: 62.23%;
	overflow: hidden;
	border-radius: 40px;
}
.contact-data-info-map > iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.contact-data-info-content {
	max-width: 443px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
}
.contact-data-info-content-item-title {
	position: relative;
	padding-top: 21px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin: 0 0 37px;
}
.contact-data-info-content-item-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 105px;
	height: 1px;
	background: var(--color-202124);
}
.contact-data-info-content-address {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}
.contact-data-info-content-email {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
	text-decoration: underline;
}
.contact-data-info-content-email:hover {
	color: var(--color-4285F4);
}
.news-list {
	margin: 0 0 89px;
}
.news-list > div {
	position: relative;
	z-index: 2;
}
.news-list-wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 43px;
}
.big-news-card {
	grid-column: span 3;
	display: grid;
	grid-template-columns: 1fr 502px;
	grid-gap: 84px;
	align-items: center;
	position: relative;
    padding: 20px;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .4);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
}
.big-news-card .news-card-caption {
	padding: 0;
}
.big-news-card .news-card-title {
	height: auto;
	-webkit-line-clamp: unset;
	margin-bottom: 30px;
}
.big-news-card .news-card-date {
	margin-bottom: 20px;
}
.big-news-card .news-card-excerpt {
	height: auto;
	-webkit-line-clamp: unset;
	margin-bottom: 19px;
}
.news-list {
	background-position: 52px 87px;
	background-size: calc(100% - 159px);
	background-repeat: no-repeat;
}
.custom-pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}
.custom-pagination .prev.page-numbers {
	margin-right: 20px;
}
.custom-pagination .next.page-numbers {
	margin-left: 20px;
}
.custom-pagination > span,
.custom-pagination > a:not(.prev, .next) {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--main-font);
	background: var(--color-FFF);
	color: var(--color-202124);
	font-weight: 600;
	font-size: 17px;
	line-height: 150%;
}
.custom-pagination > span.page-numbers.current {
	background: var(--color-202124);
	color: var(--color-FFF);
}
.title-content {
	margin: 140px 0 70px;
}
.title-content-inner {
	max-width: 1231px;
}
.title-content-inner .page-title {
	text-transform: none;
}
.news-content-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin: 0 0 80px;
}
.news-content-sticky-share {
	max-width: 93px;
	position: sticky;
	top: 90px;
}
.news-content-sticky-share-title {
	position: relative;
	padding-top: 16px;
	border-top: 1px solid var(--color-202124);
	margin: 0 0 31px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.share-buttons-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.share-buttons-container > a {
	width: 50px;
	height: 50px;
	display: flex;
}
.news-content-related {
	max-width: 232px;
	width: 100%;
}
.news-content-info {
	max-width: 915px;
}
.news-content-top-data {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 25px;
}
.news-content-top-data-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}
.news-content-info-date {
	position: relative;
	padding-top: 16px;
	border-top: 1px solid var(--color-202124);
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.news-content-tag-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-top: 11px;
}
.news-content-tag-item {
	padding: 5px 16px;
	border-radius: 30px;
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.news-content-info-view {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 22.4px */
}
.news-content > p {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0 0 30px;
}
.news-content > h3 {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 24px */
	margin: 0 0 30px;
}
.news-content > h4 {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 24px */
	margin: 0 0 30px;
}
.news-content > h5 {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0 0 30px;
}
.news-content > h6 {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 24px */
	margin: 0 0 30px;
}
.news-content > ul {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
.news-content > ul > li {
	position: relative;
	padding-left: 39px;
	color: var(--color-222221);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.news-content > ul > li:before {
	position: absolute;
	content: '';
	left: 11px;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.news-content > ul > li+li {
	margin-top: 10px;
}
.news-content {
	margin-bottom: 40px;
}
.news-content > *:last-child {
	margin-bottom: 0;
}
.news-content-bottom-share {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 44px;
}
.news-content-bottom-share-title {
	position: relative;
	padding-top: 16px;
	border-top: 1px solid var(--color-202124);
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.share-buttons-row-container {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.share-buttons-row-container > a {
	width: 50px;
	height: 50px;
	display: flex;
}
.share-buttons-row-container > a > svg {
	width: 100%;
	height: auto;
}
.news-content-related-title {
	position: relative;
	padding-top: 16px;
	border-top: 1px solid var(--color-202124);
	margin: 0 0 29px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}
.news-content-related-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 30px;
}
.news-content-related-tag-list {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	margin-bottom: 10px;
}
.news-content-related-tag-item {
	padding: 3px 14px;
	border-radius: 30px;
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.news-content-related-post-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
	display: inline-block;
	margin: 0 0 10px;
}
.news-content-related-post-title:hover {
	color: var(--color-4285F4);
}
.news-content-related-post-date {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 21px */
}
.prev-next-post-navigation {
	border-top: 1px solid var(--color-202124);
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	padding: 30px 0;
}
.prev-post {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
}
.next-post {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
}
.prev-next-post-image {
	display: flex;
	height: 100px;
	border-radius: 20px;
	overflow: hidden;
	flex-shrink: 0;
}
.prev-next-post-image > img {
	position: relative;
	width: auto;
	height: 100%;
}
.prev-next-post-caption {
	display: flex;
	flex-direction: column;
}
.prev-next-link {
	margin-top: 3px;
	margin-left: 23px;
	max-width: 227px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.prev-next-link:hover {
	color: var(--color-4285F4);
}
.btn-arrow-default {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.next-post .prev-next-link {
	text-align: right;
	margin-left: unset;
	margin-right: 23px;
}
.next-post .btn-arrow-default {
	justify-content: flex-end;
}
.single-post .home-news {
	margin: 0;
}
.home-steps+.home-napryamky {
	margin-top: 120px;
}
.s-license {
	margin: 130px 0 0;
}
.s-license .custom-section-subtitle-top {
	margin: 0 0 40px;
}
.s-license .title-wrapper {
	margin: 0 0 -30px;
}
.s-license-wrapper {
	display: grid;
	grid-template-columns: 1fr 709px;
	grid-gap: 121px;
	align-items: flex-end;
}
.s-license-viziya-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin: 0 0 22px;
}
.s-license-viziya-text {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 48px */
	margin: 0 0 43px;
}
.s-license-viziya-text+.s-license-viziya-text {
	max-width: 588px;
}
.s-license-viziya-title+.s-license-viziya-text {
	margin-bottom: 20px;
}
.s-license-benefits {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 15px;
	padding-right: 59px;
}
.s-license-benefits-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.s-license-benefits-number {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 88px */
	text-transform: uppercase;
}
.s-license-benefits-postfix {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
}
.s-license-benefits-text {
	margin-left: 20px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.s-license-right-title {
	margin: 32px 0 40px;
	padding: 21px 0 0 0;
	position: relative;
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 24px */
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	width: -moz-fit-content;
	width: fit-content;
}
.s-license-right-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--color-222221);
}
.s-license-btn-text-wrapper {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 40px;
	margin-bottom: 18px;
}
.s-license-right-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.s-license-right-caption {
	max-width: 488px;
	margin: 0 0 0 auto;
}
.s-partnery-zamovnyky {
	margin: 120px 0 0;
}
.s-partnery-zamovnyky-wrapper {
	display: grid;
	grid-template-columns: 253px 1fr;
	grid-gap: 20px;
	align-items: flex-start;
}
.s-partnery-zamovnyky-title {
	position: relative;
	padding-top: 17px;
	width: -moz-fit-content;
	width: fit-content;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin-top: 56px;
}
.s-partnery-zamovnyky-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--color-202124);
}
.s-partnery-zamovnyky-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.s-partnery-zamovnyky-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 0 44px;
}
.s-partnery-zamovnyky-list-item {
	display: flex;
	overflow: hidden;
	position: relative;
}
.s-partnery-zamovnyky-list-item > img {
	transition: .4s;
}	
.s-partnery-zamovnyky-list-item:hover > img {
	transform: scale(1.2);
}
.s-partnery-zamovnyky-list-item-outer {
	position: relative;
}
.s-partnery-zamovnyky-list-item-name {
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	padding: 8px 14px 8px 15px;
	border: 1px solid var(--color-202124);
	width: -moz-fit-content;
	width: fit-content;
	border-radius: 30px;
	color: var(--color-202124);
	text-align: center;
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 20.8px */
	text-transform: uppercase;
	background: var(--color-FFF);
	white-space: nowrap;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.s-partnery-zamovnyky-list-item-outer:hover .s-partnery-zamovnyky-list-item-name {
	opacity: 1;
	visibility: visible;
}
.s-partnery-zamovnyky-list-item-name:before {
	position: absolute;
	content: '';
	left: 50%;
	top: -5px;
	width: 9px;
	height: 9px;
	transform: translateX(-50%) rotate(-45deg);
	border-top: 1px solid var(--color-202124);
	background: var(--color-FFF);
	border-right: 1px solid var(--color-202124);
}
.s-partnery-zamovnyky+.home-conlultation {
	margin-top: 60px;
}
.technology-list {
	margin: 0 0 154px;
	background-position: 53px 113px;
	background-size: calc(100% - 102px);
	background-repeat: no-repeat;
}
.technology-list-item-name {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
	padding: 32px 41px 30px;
	border-radius: 40px;
	background: rgba(255, 255, 255, .3);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	position: relative;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
}
.technology-list-item-name:hover {
	color: var(--color-4285F4);
}
.technology-list-item-name:before {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	width: calc(100% - 82px);
	height: 1px;
	background: var(--color-222221);
	transform: translateX(-50%);
}
.technology-list-item-name > div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 46px;
}
.technology-list-item-name .left-icon {
	transition: .3s;
	flex-shrink: 0;
}
.technology-list-item-name .left-icon .hide-active {
	transition: .2s;
}
.technology-list-item-name.active .left-icon {
	transform: rotate(360deg);
	flex-shrink: 0;
}
.technology-list-item-name.active {
	border-radius: 40px 40px 0 0;
}
.technology-list-item-name.active .left-icon .hide-active {
	opacity: 0;
	visibility: hidden;
}
.technology-list-item-content {
	padding: 32px 67px 41px;
	display: grid;
	grid-template-columns: 632px 1fr;
	grid-gap: 364px;
	align-items: flex-end;
}
.technology-list-item-content-description {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 58px;
}
.technology-list-item-content-text-top {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}
.technology-list-item-content-text-bottom {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}
.technology-list-item-content-list {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 6px;
}
.technology-list-item-content-list-item {
	padding: 9px 16px;
	border-radius: 30px;
	border: 1px solid var(--color-202124);
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 20.8px */
	text-transform: uppercase;
}
.technology-list-item-content-outer {
	display: none;
	border-radius: 0 0 40px 40px;
	background: rgba(255, 255, 255, .3);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
}
.seo-content {
	margin: 154px 0 100px;
}
.seo-content-text > :nth-child(n+3) {
	display: none;
	opacity: 0;
	transition: opacity 0.4s ease;
}
/* Клас, який додасть jQuery після розгортання для плавного проявлення тексту */
.seo-content-text > :nth-child(n+3).is-visible {
	opacity: 1;
}
/* Стилі лінка та іконки-стрілочки */
.seo-content-toggle-link {
	display: flex;
	align-items: center;
	gap: 9px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.seo-content-toggle-link:hover {
	color: var(--color-4285F4);
}
.seo-content-toggle-link > svg {
	transition: .3s;
}
/* Плавний розворот стрілочки */
.seo-content-toggle-link.is-active > svg {
	transform: rotate(180deg);
}
.seo-content-wrapper {
	display: grid;
	grid-template-columns: 1fr 875px;
	grid-gap: 176px;
	align-items: flex-start;
}
.seo-content-text * {
	font-family: var(--main-font);
	color: var(--color-222221);
}
.seo-content-text > h2 {
	color: var(--color-222221);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
	margin: 0 0 26px;
}
.seo-content-text > p {
	color: var(--color-222221);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0 0 26px;
}
.cases-list-content {
	margin: 0 0 120px;
}
.cases-category-filter {
	margin: 0 0 75px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 15px;
	flex-wrap: wrap;
}
.cases-list-wrapper {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 60px 42px;
}
.category-item {
	padding: 8px 15px;
	border: 1px solid var(--color-202124);
	border-radius: 30px;
	font-family: var(--main-font);
	color: var(--color-222221);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 20.8px */
	text-transform: uppercase;
	transition: .3s;
}
.category-item.active {
	background: var(--color-4285F4);
	border-color: var(--color-4285F4);
	color: var(--color-FFF);
}
.case-logo-excerpt {
	margin: 70px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 140px;
}
.case-logo-item {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.case-excerpt {
	width: 100%;
	max-width: 370px;
	padding: 19px 0 19px 25px;
	border-left: 1px solid var(--color-202124);
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.case-zamovnyk-zavdannya-title,
.case-rezultaty-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin: 0 0 22px;
}
.case-zamovnyk-zavdannya-text > p {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 48px */
	margin: 0 0 20px;
}
.case-rezultaty-text > *:last-child,
.case-zamovnyk-zavdannya-text > *:last-child {
	margin-bottom: 0;
}
.case-detail-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 70px;
}
.case-rezultaty-text > ul {
	padding: 0;
	margin: 0 0 30px;
	list-style: none;
}
.case-rezultaty-text > ul > li {
	position: relative;
	padding-left: 48px;
	color: var(--color-222221);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.case-rezultaty-text > ul > li:before {
	position: absolute;
	content: '';
	left: 22px;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.case-rezultaty-text > ul > li+li {
	margin-top: 10px;
}
.services-list-content {
	margin: 0 0 120px;
}
.services-list-wrapper {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 42px 41px;
	flex-wrap: wrap;
}
.services-list-wrapper > div {
	width: calc((100% - 82px) / 3);
}
.service-page {
	padding: 140px 0 0;
}
.service-page-top-wrapper {
	display: grid;
	grid-template-columns: 781px 1fr;
	grid-gap: 177px;
	align-items: flex-start;
	margin: 0 0 106px;
}
.service-page-top-image {
	position: relative;
}
.single-services .home-banner-cta {
	bottom: 200px;
	right: 297px;
}
.service-page-top-text {
	margin: 112px 0 60px;
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 48px */
}
.service-page-data-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 40px;
	align-items: flex-start;
}
.service-page-data-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 22px;
}
.service-page-data-item-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.service-page-data-item-value {
	color: var(--color-222221);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}
.service-page-bottom-wrapper {
	display: grid;
	grid-template-columns: 559px 1fr;
	grid-gap: 263px;
}
.service-page-bottom-title {
	padding: 17px 0 0 0;
	position: relative;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	margin: 0 0 31px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
	width: -moz-fit-content;
	width: fit-content;
}
.service-page-bottom-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--color-202124);
}
.service-page-bottom-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 36px */
}
.service-page-benefits {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 76px 39px;
	padding-top: 70px;
}
.service-page-benefit-item {
	display: grid;
	grid-template-columns: 43px 1fr;
	grid-gap: 10px;
	align-items: flex-start;
}
.service-page-benefit-item-number {
	color: var(--color-EA853F);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.service-page-benefit-item-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
}
.single-services .seo-content {
	margin-top: 140px;
}
.text-page {
	padding: 140px 0 124px;
}
.text-page .page-title {
	text-transform: none;
	margin: 0 0 70px;
}
.simple-text * {
	font-family: var(--main-font);
}
.simple-text > h3 {
	color: var(--color-202124);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 48px */
	margin: 0 0 40px;
	text-transform: none;
}
.simple-text > h4 {
	color: var(--color-222221);
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 36px */
	margin: 0 0 40px;
	text-transform: none;
}
.simple-text > h6 {
	color: var(--color-222221);
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
	margin: 0 0 40px;
	text-transform: none;
}
.simple-text > p {
	color: var(--color-222221);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	margin: 0 0 40px;
}
.simple-text > ul {
	padding: 0;
	margin: 30px 0 40px;
	list-style: none;
}
.simple-text > h6+ul {
	margin-top: -10px;
}
.simple-text > ul > li {
	position: relative;
	padding-left: 48px;
	color: var(--color-222221);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.simple-text > ul > li:before {
	position: absolute;
	content: '';
	left: 22px;
	top: 7px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.simple-text > ul > li+li {
	margin-top: 10px;
}
.simple-text > *:last-child {
	margin-bottom: 0;
}
.sitemap-page {
	padding: 140px 0 120px;
}
.sitemap-page .title-content-inner {
	margin-bottom: 70px;
}
.sitemap-content ul.menu {
	padding: 0;
	margin: 0;
	list-style: none;
	display: grid;
	grid-template-columns: 1fr;
}
.sitemap-content ul.menu > li {
	width: 100%;
	position: relative;
}
.sitemap-content ul.menu > li.menu-item-has-children {
	border-top: 1px solid var(--color-202124);
}
.sitemap-content ul.menu > li.menu-item-has-children:after {
	position: absolute;
	content: '';
	right: 0;
	top: 18px;
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" viewBox="0 0 20 25" fill="none"><rect y="11.5385" width="20" height="1.73077" fill="%23202124"/><rect x="9" y="24.2308" width="24.2308" height="1.5" transform="rotate(-90 9 24.2308)" fill="%23202124"/></svg>');
	width: 20px;
	height: 25px;
	background-size: contain;
}
.sitemap-content ul.menu > li.menu-item-has-children.active:after {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="25" viewBox="0 0 20 25" fill="none"><rect y="11.5385" width="20" height="1.73077" fill="%23202124"/></svg>');
}
.sitemap-content ul.menu > li > a {
	display: inline-block;
	padding: 12px 0 17px;
	width: 100%;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 26px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 31.2px */
}
.sitemap-content ul.menu > li > a:hover {
	color: var(--color-4285F4);
}
.sitemap-content ul.sub-menu {
	padding: 0;
	margin: 30px 0;
	list-style: none;
	display: none;
}
.sitemap-content ul.sub-menu > li+li {
	margin-top: 15px;
}
.sitemap-content ul.sub-menu > li > a {
	position: relative;
	padding-left: 48px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.sitemap-content ul.sub-menu > li > a:hover {
	color: var(--color-4285F4);
}
.sitemap-content ul.sub-menu > li > a:before {
	position: absolute;
	content: '';
	left: 25px;
	top: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.error-404 {
	position: relative;
	padding: 183px 0 229px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.error-404 > video,
.error-404 > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: auto;
	max-height: 100%;
	object-position: center;
	object-fit: cover;
	z-index: 1;
}
.error-404:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: rgba(255, 255, 255, .05);
	-webkit-backdrop-filter: blur(22.5px);
	backdrop-filter: blur(22.5px);
}
.error-404-caption {
	max-width: 712px;
	width: 100%;
	position: relative;
	z-index: 3;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.error-404-caption-image {
	position: relative;
	height: 0;
	padding-bottom: 57.58%;
	overflow: hidden;
	z-index: 3;
	width: 100%;
}
.error-404-caption-image > img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.not-found-banner-cta {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 200px;
	height: 200px;
	padding: 58px 40.5px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 23px;
	background: var(--color-4285F4);
	border-radius: 50%;
	text-align: center;
	color: var(--color-FFF);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
	overflow: hidden;
}
.not-found-banner-cta > * {
	position: relative;
	z-index: 2;
}
.not-found-banner-cta:before {
	position: absolute;
	content: '';
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: var(--color-202124);
	z-index: 1;
	transition: .3s;
}
.not-found-banner-cta:hover {
	transform: translate(-50%, -50%) scale(.9);
}
.not-found-banner-cta:hover:before {
	top: 0;
}
.error-404-title {
	margin: -23px 0 0;
	position: relative;
	z-index: 5;
	color: var(--color-202124);
	font-family: var(--main-font);
	text-align: center;
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 60px */
}
.error-404-text {
	max-width: 501px;
	margin: 27px auto 0;
	color: var(--color-202124);
	font-family: var(--main-font);
	text-align: center;
	font-style: normal;
	font-weight: 500;
	line-height: 150%; /* 24px */
}
.solution-data {
	margin: 0 0 105px;
}
.solution-data-wrapper {
	display: grid;
	grid-template-columns: 1fr 780px;
	grid-gap: 88px 177px;
}
.solution-data-short-desc {
	padding: 13px 0 13px 25px;
	border-left: 1px solid var(--color-202124);
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 36px */
}
.solution-data-logo {
	display: flex;
}
.solution-data-logo > img {
	max-width: 100%;
	max-height: 98px;
	height: 100%;
	width: auto;
}
.solution-data-short-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 22px;
}
.solution-data-short-item-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.solution-data-short-item-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 48px */
}
.solution-data-short-item+.solution-data-short-item {
	margin-top: 40px;
}
.solution-data-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 22px;
}
.solution-data-info-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.solution-data-info-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 48px */
}
.solution-data-info-text * {
	font-size: 16px;
}
.solution-data-info-text ul {
	padding: 0 0 0 20px;
	margin: 0;
}
.solution-data-right.aic {
	align-self: center;
}
/* Класс-заготовка для любого элемента на сайте */
section,
.home-banner-cta,
.fade-in-up {
	opacity: 0;
	transform: translateY(100px);
	will-change: transform, opacity;
	transition: opacity 1s cubic-bezier(0.215, 0.610, 0.355, 1),
		transform 1s cubic-bezier(0.215, 0.610, 0.355, 1);
}
section.visible,
.home-banner-cta.visible,
.fade-in-up.visible {
	opacity: 1;
	transform: translateY(0);
}
.site-header-right {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 25px;
}
.site-header-lang {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none!important;
}
.lang-dropdown {
	margin: 0;
	list-style: none;
	position: absolute;
	top: 100%;
	right: -6px;
	z-index: 4;
	padding: 12px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 17px;
	border-radius: 40px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: rgba(255, 255, 255, .8);
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	transform: translateY(-20px);
	opacity: 0;
	visibility: hidden;
	transition: .3s;
}
.custom-lang-switcher:hover .lang-dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.lang-dropdown > li {
	position: relative;
}
.lang-dropdown > li+li:before {
	position: absolute;
	content: '';
	left: 50%;
	top: -9px;
	width: 31px;
	height: 1px;
	background: var(--color-202124);
	transform: translateX(-50%);
}
.lang-dropdown > li > a {
	color: var(--color-202124);
	font-family: var(--main-font);
	text-align: center;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	width: 45px;
	display: inline-block;
}
.lang-dropdown > li > a:hover {
	color: var(--color-4285F4);
}
.custom-lang-switcher {
	position: relative;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lang-current {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 160%; /* 27.2px */
}
.contact-form-outer .contact-form-data-response {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 18px 20px 18px 76px;
	width: 100%;
	z-index: 4;
	color: var(--color-FFF);
	font-family: var(--main-font);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.contact-form-outer .contact-form-data-response.wpcf7mailsent-data {
	background: #00BF60;
}
.contact-form-outer .contact-form-data-response:before {
	position: absolute;
	content: '';
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	background-size: 100%!important;
	width: 30px;
	height: 30px;
}
.contact-form-outer .contact-form-data-response.wpcf7mailsent-data:before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M16.8125 3.16625C16.3053 2.73878 15.6633 2.50433 15 2.50433C14.3367 2.50433 13.6947 2.73878 13.1875 3.16625L4.75 10.285C4.43682 10.5489 4.18507 10.8781 4.01235 11.2495C3.83962 11.6208 3.75008 12.0254 3.75 12.435V24.0663C3.75 25.2738 4.73 26.2538 5.9375 26.2538H24.0625C24.6427 26.2538 25.1991 26.0233 25.6093 25.613C26.0195 25.2028 26.25 24.6464 26.25 24.0663V12.4338C26.2499 12.0242 26.1604 11.6196 25.9877 11.2482C25.8149 10.8769 25.5632 10.5477 25.25 10.2838L16.8125 3.16625ZM19.73 14.1L14.1 19.73C13.9242 19.9056 13.6859 20.0042 13.4375 20.0042C13.1891 20.0042 12.9508 19.9056 12.775 19.73L10.275 17.23C10.1094 17.0523 10.0192 16.8172 10.0235 16.5743C10.0278 16.3315 10.1262 16.0997 10.298 15.928C10.4697 15.7562 10.7015 15.6578 10.9443 15.6535C11.1872 15.6492 11.4223 15.7394 11.6 15.905L13.4375 17.7413L18.4037 12.775C18.4896 12.6829 18.5931 12.609 18.7081 12.5578C18.8231 12.5065 18.9472 12.479 19.0731 12.4768C19.199 12.4745 19.324 12.4977 19.4407 12.5448C19.5575 12.592 19.6635 12.6622 19.7525 12.7512C19.8416 12.8402 19.9118 12.9463 19.9589 13.063C20.0061 13.1797 20.0292 13.3048 20.027 13.4307C20.0248 13.5565 19.9972 13.6807 19.946 13.7957C19.8947 13.9107 19.8209 14.0142 19.7287 14.1" fill="white"/></svg>');
}
.contact-form-outer .wpcf7-response-output.wpcf7invalid-data {
	background: #DA3B45;
}
.contact-form-outer .contact-form-data-response.wpcf7invalid-data:before {
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30" fill="none"><path d="M15 2.50391C15.6633 2.50391 16.3053 2.73859 16.8125 3.16602L25.25 10.2842C25.563 10.548 25.8146 10.8769 25.9873 11.248C26.16 11.6194 26.2499 12.0241 26.25 12.4336V24.0664C26.2499 24.6465 26.0196 25.2031 25.6094 25.6133C25.1992 26.0234 24.6426 26.2539 24.0625 26.2539H5.9375C4.73007 26.2539 3.75012 25.2738 3.75 24.0664V12.4346C3.75014 12.0251 3.84002 11.6203 4.0127 11.249C4.1854 10.8779 4.437 10.549 4.75 10.2852L13.1875 3.16602C13.6947 2.73859 14.3367 2.50391 15 2.50391ZM19.2637 12.293C18.8732 11.9025 18.2401 11.9026 17.8496 12.293L15.2783 14.8643L12.707 12.293C12.3165 11.9024 11.6835 11.9025 11.293 12.293C10.9025 12.6835 10.9025 13.3165 11.293 13.707L13.8643 16.2783L11.4854 18.6572C11.095 19.0478 11.0949 19.6808 11.4854 20.0713C11.8758 20.4615 12.509 20.4615 12.8994 20.0713L15.2783 17.6924L17.6572 20.0713C18.0478 20.4614 18.6809 20.4616 19.0713 20.0713C19.4617 19.6809 19.4614 19.0478 19.0713 18.6572L16.6924 16.2783L19.2637 13.707C19.654 13.3166 19.6539 12.6835 19.2637 12.293Z" fill="white"/></svg>');
}
.branch-page {
	padding: 140px 0 116px;
}
.branch-page-wrapper {
	display: grid;
	grid-template-columns: 560px 1fr;
	grid-gap: 262px;
	margin: 110px 0 0;
}
.branch-page-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 100px;
}
.branch-page-data-item-top {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 31px;
}
.branch-page-data-item-top-title {
	padding: 17px 0 0 18px;
	position: relative;
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
	width: -moz-fit-content;
	width: fit-content;
}
.branch-page-data-item-top-title:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 1px;
	background: var(--color-202124);
}
.branch-page-data-item-top-title:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 8px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: var(--color-202124);
}
.branch-page-data-item-top-value {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 36px */
}
.branch-page-left-inner {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 50px;
}
.branch-page-data-item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 22px;
}
.branch-page-data-item-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.branch-page-data-item-value.simple-text > ul {
	margin: 0;
}
.branch-page-benefits {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 50px;
}
.branch-page-benefit-item {
	display: grid;
	grid-template-columns: 43px 1fr;
	grid-gap: 20px 10px;
	align-items: flex-start;
}
.branch-page-benefit-item-number {
	color: var(--color-EA853F); 
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 150%; /* 25.5px */
}
.branch-page-benefit-item-title {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 28.8px */
}
.branch-page-benefit-item-text {
	color: var(--color-202124);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.home-badge+.home-services {
	margin-top: 45px;
}
.home-badge {
	margin: 110px 0 0;
}
.home-badge-data {
	border-radius: 40px;
	position: relative;
	padding: 30px 116px 30px 137px;
	overflow: hidden;
}
.home-badge-data > img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	z-index: 1;
	transition: 2s;
}
.home-badge-data:hover > img {
	transform: scale(1.1);
}
.home-badge-caption {
	position: relative;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.home-badge-caption-right {
	margin-left: auto;
	display: flex;
}
.btn-icon-circle-blue {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: var(--color-4285F4);
}
.home-badge-caption-middle {
	max-width: 295px;
	width: 100%;
	padding: 16px 0 16px 29px;
	border-left: 1px solid var(--color-FFF);
}
.home-badge-caption-middle-text {
	color: var(--color-FFF);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
}
.home-badge-caption-left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
	margin-right: 59px;
}
.home-badge-caption-left-top {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 20px;
	color: var(--color-FFF);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 500;
	line-height: 160%; /* 22.4px */
	text-transform: uppercase;
}
.home-badge-caption-left-title {
	color: var(--color-FFF);
	font-family: var(--main-font);
	font-style: normal;
	font-weight: 600;
	line-height: 120%; /* 36px */
}
.page-template-template-clients .home-company-right {
	padding-top: 92px;
}
/* Розтягує flex-елементи по всій висоті контейнера */
.home-tehnologiyi .swiper-wrapper {
	align-items: stretch;
}
/* Дозволяє слайдам адаптивно підлаштовувати висоту */
.home-tehnologiyi .swiper-slide {
	display: flex;
	height: auto;
}
/* Внутрішній блок картки (якщо використовується) має займати 100% висоти слайда */
.home-tehnologiyi .swiper-slide > div {
	box-sizing: border-box;
	height: 100%;
}
.home-tehnologiyi .swiper-slide-active+.swiper-slide {
	margin-left: -1px;
}
.news-list > svg {
	overflow: unset;
}
.news-list > svg,
.news-list > img {
	position: absolute;
	left: 52px;
	top: 87px;
	width: calc(100% - 159px);
	height: auto;
	z-index: 1;
}
/* Базові налаштування анімації для кіл та контурів усередині цього SVG */
.news-list > svg circle,
.news-list > svg path {
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
/* Перше коло (жовто-пурпурове) */
.news-list > svg circle:nth-of-type(1) {
	animation-name: float-up-large-big;
	animation-duration: 4s;
}
/* Друге коло (контурне верхнє ліве) */
.news-list > svg circle:nth-of-type(2) {
	animation-name: float-down-large-big;
	animation-duration: 5s;
}
/* Третє коло (контурне праве) */
.news-list > svg circle:nth-of-type(3) {
	animation-name: float-up-medium-big;
	animation-duration: 4.5s;
}
/* Шестикутник (єдиний елемент path) */
.news-list > svg path {
	animation-name: float-down-max-big;
	animation-duration: 6s;
}
/* Ключові кадри із ЗБІЛЬШЕНОЮ амплітудою руху */
@keyframes float-up-large-big {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-100px); } /* Було -30px */
}
@keyframes float-down-large-big {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(100px); } /* Було 30px */
}
@keyframes float-up-medium-big {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-100px); } /* Було -25px */
}

@keyframes float-down-max-big {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(100px); } /* Було 35px */
}
.technology-list > svg {
	overflow: unset;
}
.technology-list > svg,
.technology-list > img {
	position: absolute;
	left: 53px;
	top: 113px;
	width: calc(100% - 102px);
	height: auto;
	z-index: 1;
}
.technology-list {
	position: relative;
}
.technology-list > div {
	position: relative;
	z-index: 2;
}
/* Базові налаштування анімації для кіл та контурів усередині цього SVG */
.technology-list > svg circle,
.technology-list > svg path {
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
}
/* Перше коло (жовто-пурпурове) */
.technology-list > svg circle:nth-of-type(1) {
	animation-name: float-up-large-big;
	animation-duration: 4s;
}
/* Друге коло (контурне верхнє ліве) */
.technology-list > svg circle:nth-of-type(2) {
	animation-name: float-down-large-big;
	animation-duration: 5s;
}
/* Третє коло (контурне праве) */
.technology-list > svg circle:nth-of-type(3) {
	animation-name: float-up-medium-big;
	animation-duration: 4.5s;
}
/* Шестикутник (єдиний елемент path) */
.technology-list > svg path {
	animation-name: float-down-max-big;
	animation-duration: 6s;
}
.flex-show-990,
.show-990 {
	display: none;
}
.flex-show-600,
.show-600 {
	display: none;
}
@media(min-width: 991px) {
	.font-s-13 { font-size: 0.68vw; }
	.font-s-14 { font-size: 0.73vw; }
	.font-s-16 { font-size: 0.83vw; }
	.font-s-17 { font-size: 0.89vw; }
	.font-s-18 { font-size: 0.94vw; }
	.font-s-20 { font-size: 1.04vw; }
	.font-s-24 { font-size: 1.25vw; }
	.font-s-26 { font-size: 1.35vw; }
	.font-s-30 { font-size: 1.56vw; }
	.font-s-32 { font-size: 1.67vw; }
	.font-s-40 { font-size: 2.08vw; }
	.font-s-48 { font-size: 2.5vw; }
	.font-s-50 { font-size: 2.6vw; }
	.font-s-56 { font-size: 2.92vw; }
	.font-s-64 { font-size: 3.33vw; }
	.font-s-72 { font-size: 3.75vw; }
	.font-s-80 { font-size: 4.17vw; }
	.btn-default-black {
		padding: 0.47vw 1.56vw;
		gap: 0.52vw;
	}
	.container-default {
	    max-width: 83.33vw;
	}
	.container-case {
	    max-width: 40.63vw;
	}
	.container-text {
	    max-width: 40.42vw;
	}
	.site-header {
		height: 4.17vw;
	}
	.site-header-left {
		gap: 5vw;
	}
	.site-header-logo > a > img,
	.site-header-logo > a > svg {
		height: 2.34vw;
	}
	.site-header-menu ul.menu {
		gap: 1.56vw;
	}
	.site-header-menu ul.menu > li > a {
		font-size: 0.89vw;
	}
	.site-header-menu ul.sub-menu {
		transform: translateY(5.21vw);
		left: -5.21vw;
		width: 30.89vw;
		padding: 1.61vw 3.07vw 1.61vw 1.56vw;
	}
	.site-header-menu ul.menu > li.menu-item-has-children {
		padding-right: 0.68vw;
	}
	.site-header-menu ul.menu > li.menu-item-has-children:before {
		width: 0.52vw;
		height: 0.31vw;
	}
	.site-header-menu ul.sub-menu > li > a {
		padding-left: 3.59vw;
		font-size: 0.83vw;
	}
	.site-header-menu ul.sub-menu > li > a:before {
		width: 2.29vw;
		height: 2.29vw;
	}
	.site-header-menu ul.sub-menu > li+li {
		margin-top: 1.3vw;
	}
	.site-header-right {
		gap: 1.3vw;
	}
	.site-footer-top {
		padding: 3.96vw 0 3.33vw;
	}
	.site-footer-bottom {
		padding: 1.67vw 0;
	}
	.site-footer-bottom-right,
	.site-footer-top-right {
		width: 40.68vw;
	}
	.site-footer-logo {
		margin: 0 0 4.43vw;
	}
	.site-footer-logo > a > img,
	.site-footer-logo > a > svg {
		width: 10.78vw;
	}
	.site-footer-address {
		margin: 0 0 0.42vw;
	}
	.site-footer-email {
		margin: 0 0 4.53vw;
	}
	.contact-socials,
	.site-footer-top-socials {
		gap: 0.52vw;
	}
	.contact-socials > a,
	.site-footer-top-socials > a {
		width: 2.6vw;
		height: 2.6vw;
	}
	.site-footer-top-right {
		grid-gap: 1.04vw;
	}
	.site-footer-top-menu-title {
		padding: 0.94vw 0 0 0.94vw;
		margin: 0 0 2.14vw;
	}
	.site-footer-top-menu-title:before {
		width: 4.64vw;
	}
	.site-footer-top-menu-title:after {
		bottom: 0.42vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.site-footer-top-menu-list ul.menu {
		gap: 0.73vw;
	}
	.site-footer-top-menu-list.first ul.menu > li > a {
		font-size: 1.25vw;
	}
	.site-footer-top-menu-list.second ul.menu > li > a {
		font-size: 0.83vw;
	}
	.site-footer-bottom-links {
		gap: 0.52vw;
	}
	.contact-form-outer {
		right: -31.3vw;
		width: 31.25vw;
		padding: 5.1vw 3.65vw 0;
	}
	.close-contact-form {
		right: 1.04vw;
		top: 1.04vw;
		width: 1.56vw;
		height: 1.56vw;
	}
	.contact-form-top-text {
		padding: 0.94vw 0 0 0.94vw;
		margin: 0 0 1.3vw;
	}
	.contact-form-top-text:before {
		width: 4.64vw;
	}
	.contact-form-top-text:after {
		bottom: 0.42vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.contact-form-title {
		margin: 0 0 1.3vw;
	}
	.contact-form-text {
		margin: 0 0 1.93vw;
	}
	.form-field {
		gap: 0.26vw;
	}
	.form-field+.form-field {
		margin-top: 0.89vw;
	}
	.form-field input[type="text"] {
	    padding: 0.52vw 1.04vw;
		font-size: 0.83vw;
	}
	.form-field input[type="text"]::placeholder {
		font-size: 0.83vw;
	}
	.form-field .nice-select {
	    height: 2.29vw;
	    padding: 0 2.08vw 0 1.04vw;
	    border-radius: 1.15vw;
		font-size: 0.83vw;
		line-height: 2.19vw; /* 1.25vw */
	}
	.form-field .nice-select:before {
		right: 1.04vw;
		width: 0.83vw;
		height: 0.83vw;
	}
	.form-field .nice-select .list {
	    border-radius: 1.15vw;
	}
	.form-field .nice-select .option {
		font-size: 0.73vw;
		min-height: 1.3vw;
		padding-left: 0.99vw;
	}
	.form-field .nice-select .option:first-child {
		min-height: 2.29vw;
	}
	.send-form-wrapper {
		margin-top: 1.56vw;
		gap: 1.67vw;
	}
	.home-banner:before {
		height: calc(100% - 13.02vw);
	}
	.home-banner-caption {
		top: 13.54vw;
		left: 8.33vw;
	}
	.home-banner-benefits {
		bottom: 0.31vw;
		left: 8.33vw;
		gap: 5.36vw;
	}
	.home-banner-cta {
		right: 8.33vw;
		bottom: 7.81vw;
		width: 10.42vw;
		height: 10.42vw;
		padding: 3.02vw 2.11vw 0;
		gap: 1.2vw;
	}
	.home-banner-subtitle {
		padding: 0.78vw 0 0.73vw;
		gap: 0.52vw;
		margin: 0 0 2.34vw;
	}
	.home-banner-subtitle:before {
		width: 10.52vw;
	}
	.home-banner-subtitle:after {
		width: 26.35vw;
	}
	.home-banner-title {
		padding-right: 3.23vw;
	}
	.home-banner-description {
		right: -7.08vw;
		bottom: 0.31vw;
		width: 22.76vw;
	}
	.home-banner-benefits-text {
		margin-left: 1.3vw;
	}
	.custom-section-subtitle-top {
		padding: 0.78vw 0 0.73vw;
		gap: 0.52vw;
	}
	.custom-section-subtitle-top:after {
		width: 26.35vw;
	}
	.home-company {
		margin: 6.93vw 0 0;
	}
	.home-company-wrapper {
		grid-template-columns: 1fr 19.27vw;
		grid-gap: 14.22vw;
	}
	.home-company .custom-section-subtitle-top {
		margin: 0 0 2.08vw;
	}
	.home-company .custom-section-title {
		margin: 0 0 3.13vw;
	}
	.home-company-text {
		padding-right: 2.08vw;
	}
	.home-company-btn-text-wrapper {
		gap: 4.17vw;
		padding-right: 2.55vw;
		margin: 1.35vw 0 0;
	}
	.home-company-benefits {
		grid-gap: 2.08vw;
	}
	.home-company-benefit-item {
		grid-template-columns: 2.24vw 1fr;
		grid-gap: 0.52vw;
	}
	.home-steps {
		margin: 6.25vw 0 0;
	}
	.home-steps-wrapper {
		grid-gap: 3.33vw;
	}
	.home-steps-item-icon {
		width: 7.81vw;
		height: 7.81vw;
	}
	.home-steps-item-name {
		margin: 0 0 2.24vw;
	}
	.home-steps-item-text {
		margin: 2.6vw 0 0;
		padding: 1.09vw 3.49vw 0 0;
	}
	.home-steps-item-text:before {
		width: 7.03vw;
	}
	.home-services {
		margin: 7.29vw 0 0;
	}
	.home-services .custom-section-title {
		margin-top: 1.72vw;
	}
	.title-btn-wrapper > .btn-wrapper {
		margin-bottom: 0.42vw;
	}
	.home-services .title-btn-wrapper {
		margin: 0 0 3.13vw;
	}
	.service-card-caption {
		height: calc(100% - 5.83vw);
	}
	.service-card-caption-inner {
		width: calc(100% - 4.17vw);
		height: calc(100% - 3.96vw);
	}
	.service-card-caption-inner > a {
		gap: 2.71vw;
		margin: 0 0 0.68vw;
	}
	.service-card-caption-inner > a > div {
		margin-top: 0.42vw;
		height: calc(1.2 * 1.35vw * 3);
	}
	.service-card-excerpt {
		height: calc(1.5 * 0.83vw * 3);
		padding-right: 0.99vw;
		margin: 0 0 2.34vw;
	}
	.service-card-delimeter {
		margin: 0 0 1.15vw;
	}
	.service-card-bottom-item {
		grid-template-columns: 4.48vw 1fr;
		grid-gap: 0.52vw;
	}
	.service-card-bottom-item+.service-card-bottom-item {
		margin-top: 0.68vw;
	}
	.swiper-nav-container {
		margin: 1.56vw 0 0;
		gap: 1.04vw;
	}
	.swiper-btn-prev {
		width: 2.5vw;
		height: 2.5vw;
	}
	.swiper-btn-next {
		width: 2.5vw;
		height: 2.5vw;
	}
	.swiper-pgntn.swiper-pagination-fraction {
		font-size: 0.73vw;
		gap: 0.63vw;
	}
	.swiper-pagination-current {
		font-size: 1.25vw;
	}
	.swiper-pagination-total {
		font-size: 0.73vw;
	}
	.home-tehnologiyi {
		margin: 1.41vw 0 0;
		padding: 4.17vw 0 6.41vw;
	}
	.home-tehnologiyi .title-btn-wrapper {
		margin: 0 0 3.13vw;
	}
	.home-tehnologiyi .custom-section-subtitle-top {
		margin-bottom: 1.72vw;
	}
	.technology-cart {
		padding: 2.6vw 2.08vw 1.72vw;
	}
	.technology-cart-caption > a {
		padding-right: 1.3vw;
		gap: 1.82vw;
	}
	.technology-cart-caption > a > svg {
		margin-top: 0.52vw;
	}
	.technology-cart-delimeter {
		margin: 2.08vw 0 1.56vw;
	}
	.technology-cart-caption > .technology-cart-description {
		height: calc(1.5 * 1.35vw * 4);
		padding-right: 3.54vw;
	}
	.technology-cart-bottom {
		margin: 1.56vw 0 0;
		gap: 1.98vw;
	}
	.technology-cart-bottom .technology-cart-description {
		max-width: 16.25vw;
		margin-bottom: 0.31vw;
	}
	.technology-cart-list {
		grid-gap: 0.31vw;
	}
	.technology-cart-list > div,
	.technology-cart-list > a {
		border-radius: 1.56vw;
		padding: 0.47vw 0.83vw;
	}
	.home-napryamky {
		margin: 0 0 5.68vw;
	}
	.home-napryamky .custom-section-subtitle-top {
		margin: 0 0 2.08vw;
	}
	.home-napryamky .title-wrapper {
		margin: 0 0 1.56vw;
	}
	.home-napryamky-wrapper {
		grid-template-columns: 1fr 33.49vw;
		grid-gap: 10.78vw;
	}
	.home-napryamky-mission-title {
		margin: 0 0 1.15vw;
	}
	.home-napryamky-mission-text {
		margin: 0 0 2.24vw;
	}
	.home-napryamky-mission-text+.home-napryamky-mission-text {
		max-width: 30.63vw;
	}
	.home-napryamky-mission-title+.home-napryamky-mission-text {
		margin-bottom: 1.04vw;
	}
	.home-napryamky-benefits {
		gap: 0.78vw;
		padding-right: 3.07vw;
	}
	.home-napryamky-benefits-text {
		margin-left: 1.04vw;
	}
	.home-napryamky-solution-item {
		grid-template-columns: 2.08vw 1fr;
		grid-gap: 0.68vw;
		padding: 1.35vw 0;
	}
	.home-napryamky-solution-item:before {
		width: 7.03vw;
	}
	.home-napryamky-solution-hidden {
		padding: 0.94vw 0 0;
	}
	.home-napryamky-solution-text {
		margin: 0 0 0.94vw;
	}
	.home-conlultation:before {
		width: calc(100% - 25.05vw);
	}
	.home-conlultation-cta {
		width: 10.42vw;
		height: 10.42vw;
		padding: 3.02vw 2.11vw 0;
		gap: 1.2vw;
	}
	.home-conlultation-wrapper {
		max-width: 60.21vw;
		padding: 5.16vw 2.71vw 3.91vw 0;
	}
	.home-conlultation-top-text {
		padding: 0.89vw 0 0 0.94vw;
		margin: 0 0 2.45vw;
	}
	.home-conlultation-top-text:before {
		width: 26.35vw;
	}
	.home-conlultation-top-text:after {
		bottom: 0.42vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.home-conlultation-title {
		margin: 0 0 2.45vw;
	}
	#swiper-kejsy {
		width: 61.67vw;
	}
	.home-cases {
		margin: 6.25vw 0 2.08vw;
	}
	.home-cases .custom-section-subtitle-top {
		margin-bottom: 1.77vw;
	}
	.home-cases .title-btn-wrapper {
		margin-bottom: 2.45vw;
	}
	.case-card {
		padding: 0.52vw 5.1vw 0.21vw 0;
	}
	.case-card-image {
		margin: 0 0 1.77vw;
	}
	.case-card-image > img {
		margin-bottom: 1.56vw;
	}
	.case-card-caption {
		padding-top: 1.41vw;
	}
	.case-card-caption:before {
		width: 7.03vw;
	}
	.case-card-title {
		height: calc(1.5 * 0.83vw * 4);
		margin: 0 0 0.68vw;
	}
	.case-card-detail {
		gap: 0.47vw;
	}
	.home-news {
		padding: 5.21vw 0 6.2vw;
		margin: 0 0 1.61vw;
	}
	.home-news .title-btn-wrapper {
		margin: 0 0 3.75vw;
	}
	.home-news .custom-section-subtitle-top {
		margin-bottom: 1.72vw;
	}
	.news-card {
		padding: 1.04vw;
	}
	.news-card-tag-list {
		left: 1.04vw;
		bottom: 1.04vw;
		gap: 1.04vw;
	}
	.news-card-tag-item {
		padding: 0.26vw 0.83vw;
		border-radius: 1.56vw;
	}
	.news-card-caption {
		padding: 2.08vw 1.04vw 1.04vw;
	}
	.news-card-title {
		height: calc(1.2 * 1.25vw * 3);
		margin: 0 0 0.83vw;
	}
	.news-card-excerpt {
		height: calc(1.5 * 0.83vw * 3);
		margin: 0 0 2.08vw;
	}
	.news-card-detail {
		gap: 0.47vw;
	}
	.home-news .swiper-nav-container {
		margin-top: 1.25vw;
	}
	.home-partners {
		margin: 0 0 8.33vw;
	}
	.home-partners-wrapper {
		gap: 3.8vw;
	}
	#swiper-partners {
		max-width: 69.06vw;
	}
	.home-partners-title {
		padding: 0.94vw 0 0 0.94vw;
	}
	.home-partners-title:before {
		width: 4.64vw;
	}
	.home-partners-title:after {
		bottom: 0.42vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.home-partners-item {
		height: 3.59vw;
	}
	.home-partners-title {
		padding: 0.94vw 0 0 0.94vw;
	}
	.home-partners-title:before {
		width: 4.64vw;
	}
	.home-partners-title:after {
		bottom: 0.42vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.title-image-content {
		margin: 0 0 3.65vw;
	}
	.title-image-content:before {
		height: calc(100% - 3.65vw);
	}
	.title-image-content > div {
		left: 8.33vw;
		bottom: 4.74vw;
	}
	.page-breadcrumb {
		padding: 0.89vw 0 0;
		margin: 0 0 0.63vw;
	}
	.page-breadcrumb > ol {
		gap: 0.83vw;
	}
	.page-breadcrumb > ol > li {
		padding-right: 1.25vw;
	}
	.page-breadcrumb > ol > li > a {
		font-size: 0.73vw;
	}
	.page-breadcrumb > ol > li:before {
		width: 0.42vw;
		height: 0.42vw;
	}
	.page-breadcrumb > ol > li:last-child {
		font-size: 0.73vw;
	}
	.contact-data-info {
		padding: 0 0 6.25vw;
	}
	.contact-data-info-wrapper {
		grid-template-columns: 47.71vw 1fr;
		grid-gap: 9.32vw;
	}
	.contact-data-info-content {
		max-width: 23.07vw;
	}
	.contact-data-info-content-item-title {
		padding-top: 1.09vw;
		gap: 1.04vw;
		margin: 0 0 1.93vw;
	}
	.contact-data-info-content-item-title:before {
		width: 5.47vw;
	}
	.news-list {
		margin: 0 0 4.64vw;
	}
	.news-list-wrapper {
		grid-gap: 2.24vw;
	}
	.big-news-card {
		grid-template-columns: 1fr 26.15vw;
		grid-gap: 4.38vw;
	    padding: 1.04vw;
	}
	.big-news-card .news-card-title {
		margin-bottom: 1.56vw;
	}
	.big-news-card .news-card-date {
		margin-bottom: 1.04vw;
	}
	.big-news-card .news-card-excerpt {
		margin-bottom: 0.99vw;
	}
	.news-list {
		background-position: 2.71vw 4.53vw;
		background-size: calc(100% - 8.28vw);
	}
	.custom-pagination .prev.page-numbers {
		margin-right: 1.04vw;
	}
	.custom-pagination .next.page-numbers {
		margin-left: 1.04vw;
	}
	.custom-pagination > span,
	.custom-pagination > a:not(.prev, .next) {
		width: 2.29vw;
		height: 2.29vw;
		font-size: 0.89vw;
	}
	.title-content {
		margin: 7.29vw 0 3.65vw;
	}
	.title-content-inner {
		max-width: 64.11vw;
	}
	.news-content-wrapper {
		gap: 1.04vw;
		margin: 0 0 4.17vw;
	}
	.news-content-sticky-share {
		max-width: 4.84vw;
	}
	.news-content-sticky-share-title {
		padding-top: 0.83vw;
		margin: 0 0 1.61vw;
	}
	.share-buttons-container {
		gap: 0.52vw;
	}
	.share-buttons-container > a {
		width: 2.6vw;
		height: 2.6vw;
	}
	.news-content-related {
		max-width: 12.08vw;
	}
	.news-content-info {
		max-width: 47.66vw;
	}
	.news-content-top-data {
		margin: 0 0 1.3vw;
	}
	.news-content-top-data-left {
		gap: 1.04vw;
	}
	.news-content-info-date {
		padding-top: 0.83vw;
	}
	.news-content-tag-list {
		gap: 0.52vw;
		margin-top: 0.57vw;
	}
	.news-content-tag-item {
		padding: 0.26vw 0.83vw;
	}
	.news-content > p {
		font-size: 0.83vw;
		margin: 0 0 1.56vw;
	}
	.news-content > h3 {
		font-size: 2.08vw;
		margin: 0 0 1.56vw;
	}
	.news-content > h4 {
		font-size: 1.67vw;
		margin: 0 0 1.56vw;
	}
	.news-content > h5 {
		font-size: 1.67vw;
		margin: 0 0 1.56vw;
	}
	.news-content > h6 {
		font-size: 1.25vw;
		margin: 0 0 1.56vw;
	}
	.news-content > ul {
		margin: 0 0 1.56vw;
	}
	.news-content > ul > li {
		padding-left: 2.03vw;
		font-size: 0.83vw;
	}
	.news-content > ul > li:before {
		left: 0.57vw;
		top: 0.36vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.news-content > ul > li+li {
		margin-top: 0.52vw;
	}
	.news-content {
		margin-bottom: 2.08vw;
	}
	.news-content-bottom-share {
		gap: 2.29vw;
	}
	.news-content-bottom-share-title {
		padding-top: 0.83vw;
	}
	.share-buttons-row-container {
		gap: 0.52vw;
	}
	.share-buttons-row-container > a {
		width: 2.6vw;
		height: 2.6vw;
	}
	.news-content-related-title {
		padding-top: 0.83vw;
		margin: 0 0 1.51vw;
	}
	.news-content-related-wrapper {
		grid-gap: 1.56vw;
	}
	.news-content-related-tag-list {
		gap: 0.52vw;
		margin-bottom: 0.52vw;
	}
	.news-content-related-tag-item {
		padding: 0.16vw 0.73vw;
	}
	.news-content-related-post-title {
		margin: 0 0 0.52vw;
	}
	.prev-next-post-navigation {
		padding: 1.56vw 0;
	}
	.prev-post {
		gap: 1.04vw;
	}
	.next-post {
		gap: 1.04vw;
	}
	.prev-next-post-image {
		height: 5.21vw;
	}
	.prev-next-link {
		margin-left: 1.2vw;
		max-width: 11.82vw;
	}
	.btn-arrow-default {
		gap: 1.04vw;
	}
	.next-post .prev-next-link {
		margin-right: 1.2vw;
	}
	.home-steps+.home-napryamky {
		margin-top: 6.25vw;
	}
	.s-license {
		margin: 6.77vw 0 0;
	}
	.s-license .custom-section-subtitle-top {
		margin: 0 0 2.08vw;
	}
	.s-license .title-wrapper {
		margin: 0 0 -1.56vw;
	}
	.s-license-wrapper {
		grid-template-columns: 1fr 36.93vw;
		grid-gap: 6.3vw;
	}
	.s-license-viziya-title {
		margin: 0 0 1.15vw;
	}
	.s-license-viziya-text {
		margin: 0 0 2.24vw;
	}
	.s-license-viziya-text+.s-license-viziya-text {
		max-width: 30.63vw;
	}
	.s-license-viziya-title+.s-license-viziya-text {
		margin-bottom: 1.04vw;
	}
	.s-license-benefits {
		gap: 0.78vw;
		padding-right: 3.07vw;
	}
	.s-license-benefits-text {
		margin-left: 1.04vw;
	}
	.s-license-right-title {
		margin: 1.67vw 0 2.08vw;
		padding: 1.09vw 0 0 0;
		gap: 1.04vw;
	}
	.s-license-btn-text-wrapper {
		gap: 2.08vw;
		margin-bottom: 0.94vw;
	}
	.s-license-right-caption {
		max-width: 25.42vw;
	}
	.s-partnery-zamovnyky {
		margin: 6.25vw 0 0;
	}
	.s-partnery-zamovnyky-wrapper {
		grid-template-columns: 13.18vw 1fr;
		grid-gap: 1.04vw;
	}
	.s-partnery-zamovnyky-title {
		padding-top: 0.89vw;
		margin-top: 2.92vw;
	}
	.s-partnery-zamovnyky-title:after {
		bottom: 0.42vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.s-partnery-zamovnyky-list {
		grid-gap: 0 2.29vw;
	}
	.s-partnery-zamovnyky+.home-conlultation {
		margin-top: 3.13vw;
	}
	.technology-list {
		margin: 0 0 8.02vw;
		background-position: 2.76vw 5.89vw;
		background-size: calc(100% - 5.31vw);
	}
	.technology-list-item-name {
		gap: 1.04vw;
		padding: 1.67vw 2.14vw 1.56vw;
	}
	.technology-list-item-name:before {
		width: calc(100% - 4.27vw);
	}
	.technology-list-item-name > div {
		gap: 2.4vw;
	}
	.technology-list-item-content {
		padding: 1.67vw 3.49vw 2.14vw;
		grid-template-columns: 32.92vw 1fr;
		grid-gap: 18.96vw;
	}
	.technology-list-item-content-description {
		grid-gap: 3.02vw;
	}
	.technology-list-item-content-list-item {
		padding: 0.47vw 0.83vw;
	}
	.seo-content {
		margin: 8.02vw 0 5.21vw;
	}
	.seo-content-wrapper {
		grid-template-columns: 1fr 45.57vw;
		grid-gap: 9.17vw;
	}
	.seo-content-text > h2 {
		font-size: 2.08vw;
		margin: 0 0 1.35vw;
	}
	.seo-content-text > p {
		font-size: 0.83vw;
		margin: 0 0 1.35vw;
	}
	.cases-list-content {
		margin: 0 0 6.25vw;
	}
	.cases-category-filter {
		margin: 0 0 3.91vw;
		gap: 0.78vw;
	}
	.cases-list-wrapper {
		grid-gap: 3.13vw 2.19vw;
	}
	.category-item {
		padding: 0.42vw 0.78vw;
	}
	.case-logo-excerpt {
		margin: 3.65vw 0;
		gap: 7.29vw;
	}
	.case-excerpt {
		max-width: 19.27vw;
		padding: 0.99vw 0 0.99vw 1.3vw;
	}
	.case-zamovnyk-zavdannya-title,
	.case-rezultaty-title {
		margin: 0 0 1.15vw;
	}
	.case-zamovnyk-zavdannya-text > p {
		font-size: 1.67vw;
		margin: 0 0 1.04vw;
	}
	.case-detail-wrapper {
		grid-gap: 3.65vw;
	}
	.case-rezultaty-text > ul {
		margin: 0 0 1.56vw;
	}
	.case-rezultaty-text > ul > li {
		padding-left: 2.5vw;
		font-size: 0.83vw;
	}
	.case-rezultaty-text > ul > li:before {
		left: 1.15vw;
		top: 0.36vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.case-rezultaty-text > ul > li+li {
		margin-top: 0.52vw;
	}
	.services-list-content {
		margin: 0 0 6.25vw;
	}
	.services-list-wrapper {
		gap: 2.19vw 2.14vw;
	}
	.services-list-wrapper > div {
		width: calc((100% - 4.28vw) / 3);
	}
	.service-page {
		padding: 7.29vw 0 0;
	}
	.service-page-top-wrapper {
		grid-template-columns: 40.68vw 1fr;
		grid-gap: 9.22vw;
		margin: 0 0 5.52vw;
	}
	.single-services .home-banner-cta {
		bottom: 10.42vw;
		right: 15.47vw;
	}
	.service-page-top-text {
		margin: 5.83vw 0 3.13vw;
	}
	.service-page-data-wrapper {
		grid-gap: 2.08vw;
	}
	.service-page-data-item {
		gap: 1.15vw;
	}
	.service-page-bottom-wrapper {
		grid-template-columns: 29.11vw 1fr;
		grid-gap: 13.7vw;
	}
	.service-page-bottom-title {
		padding: 0.89vw 0 0 0;
		margin: 0 0 1.61vw;
		gap: 0.52vw;
	}
	.service-page-benefits {
		grid-gap: 3.96vw 2.03vw;
		padding-top: 3.65vw;
	}
	.service-page-benefit-item {
		grid-template-columns: 2.24vw 1fr;
		grid-gap: 0.52vw;
	}
	.single-services .seo-content {
		margin-top: 7.29vw;
	}
	.text-page {
		padding: 7.29vw 0 6.46vw;
	}
	.text-page .page-title {
		margin: 0 0 3.65vw;
	}
	.simple-text > h3 {
		font-size: 2.08vw;
		margin: 0 0 2.08vw;
	}
	.simple-text > h4 {
		font-size: 1.56vw;
		margin: 0 0 2.08vw;
	}
	.simple-text > h6 {
		font-size: 1.25vw;
		margin: 0 0 2.08vw;
	}
	.simple-text > p {
		font-size: 0.83vw;
		margin: 0 0 2.08vw;
	}
	.simple-text > ul {
		margin: 1.56vw 0 2.08vw;
	}
	.simple-text > h6+ul {
		margin-top: -0.52vw;
	}
	.simple-text > ul > li {
		padding-left: 2.5vw;
		font-size: 0.83vw;
	}
	.simple-text > ul > li:before {
		left: 1.15vw;
		top: 0.36vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.simple-text > ul > li+li {
		margin-top: 0.52vw;
	}
	.sitemap-page {
		padding: 7.29vw 0 6.25vw;
	}
	.sitemap-page .title-content-inner {
		margin-bottom: 3.65vw;
	}
	.sitemap-content ul.menu > li.menu-item-has-children:after {
		top: 0.94vw;
		width: 1.04vw;
		height: 1.3vw;
	}
	.sitemap-content ul.menu > li > a {
		padding: 0.63vw 0 0.89vw;
		font-size: 1.35vw;
	}
	.sitemap-content ul.sub-menu {
		margin: 1.56vw 0;
	}
	.sitemap-content ul.sub-menu > li+li {
		margin-top: 0.78vw;
	}
	.sitemap-content ul.sub-menu > li > a {
		padding-left: 2.5vw;
		font-size: 0.83vw;
	}
	.sitemap-content ul.sub-menu > li > a:before {
		left: 1.3vw;
		top: 0.42vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.error-404 {
		padding: 9.53vw 0 11.93vw;
	}
	.error-404-caption {
		max-width: 37.08vw;
	}
	.error-404-title {
		margin: -1.2vw 0 0;
	}
	.error-404-text {
		max-width: 26.09vw;
		margin: 1.41vw auto 0;
	}
	.solution-data {
		margin: 0 0 5.47vw;
	}
	.solution-data-wrapper {
		grid-template-columns: 1fr 40.63vw;
		grid-gap: 4.58vw 9.22vw;
	}
	.solution-data-short-desc {
		padding: 0.68vw 0 0.68vw 1.3vw;
	}
	.solution-data-logo > img {
		max-height: 5.1vw;
	}
	.solution-data-short-item {
		gap: 1.15vw;
	}
	.solution-data-short-item+.solution-data-short-item {
		margin-top: 2.08vw;
	}
	.solution-data-info {
		gap: 1.15vw;
	}
	.solution-data-info-text * {
		font-size: 0.83vw;
	}
	.site-header-right {
		gap: 1.3vw;
	}
	.lang-dropdown {
		right: -0.31vw;
		padding: 0.63vw;
		gap: 0.89vw;
	}
	.lang-dropdown > li+li:before {
		top: -0.47vw;
		width: 1.61vw;
	}
	.lang-dropdown > li > a {
		width: 2.34vw;
	}
	.lang-current {
		gap: 0.31vw;
	}
	.contact-form-outer .contact-form-data-response {
		padding: 0.94vw 1.04vw 0.94vw 3.96vw;
		font-size: 0.83vw;
		gap: 0.52vw;
	}
	.contact-form-outer .contact-form-data-response:before {
		left: 1.56vw;
		width: 1.56vw;
		height: 1.56vw;
	}
	.branch-page {
		padding: 7.29vw 0 6.04vw;
	}
	.branch-page-wrapper {
		grid-template-columns: 29.17vw 1fr;
		grid-gap: 13.65vw;
		margin: 5.73vw 0 0;
	}
	.branch-page-left {
		gap: 5.21vw;
	}
	.branch-page-data-item-top {
		gap: 1.61vw;
	}
	.branch-page-data-item-top-title {
		padding: 0.89vw 0 0 0.94vw;
	}
	.branch-page-data-item-top-title:after {
		bottom: 0.42vw;
		width: 0.42vw;
		height: 0.42vw;
	}
	.branch-page-left-inner {
		gap: 2.6vw;
	}
	.branch-page-data-item {
		gap: 1.15vw;
	}
	.branch-page-benefits {
		grid-gap: 2.6vw;
	}
	.branch-page-benefit-item {
		grid-template-columns: 2.24vw 1fr;
		grid-gap: 1.04vw 0.52vw;
	}
	.home-badge+.home-services {
		margin-top: 2.34vw;
	}
	.home-badge {
		margin: 5.73vw 0 0;
	}
	.home-badge-data {
		padding: 1.56vw 6.04vw 1.56vw 7.14vw;
	}
	.btn-icon-circle-blue {
		width: 4.69vw;
		height: 4.69vw;
	}
	.btn-icon-circle-blue > svg {
		width: 1.72vw;
		height: auto;
	}
	.home-badge-caption-middle {
		max-width: 15.36vw;
		padding: 0.83vw 0 0.83vw 1.51vw;
	}
	.home-badge-caption-left {
		gap: 1.04vw;
		margin-right: 3.07vw;
	}
	.home-badge-caption-left-top {
		gap: 1.04vw;
	}
	.page-template-template-clients .home-company-right {
		padding-top: 4.79vw;
	}
	.news-list > svg,
	.news-list > img {
		left: 2.71vw;
		top: 4.53vw;
		width: calc(100% - 8.28vw);
	}
	@keyframes float-up-large-big {
		0%, 100% { transform: translateY(0); }
		50% { transform: translateY(-100px); }
	}
	@keyframes float-down-large-big {
		0%, 100% { transform: translateY(0); }
		50% { transform: translateY(100px); }
	}
	@keyframes float-up-medium-big {
		0%, 100% { transform: translateY(0); }
		50% { transform: translateY(-100px); }
	}
	@keyframes float-down-max-big {
		0%, 100% { transform: translateY(0); }
		50% { transform: translateY(100px); }
	}
	.technology-list > svg,
	.technology-list > img {
		left: 2.76vw;
		top: 5.89vw;
		width: calc(100% - 5.31vw);
	}
}
@media(max-width: 990px) {
	.site-burger {
		transition: .4s;
		position: fixed;
		left: -110vw;
		top: 0;
		width: 100%;
		height: 100dvh;
		max-width: 375px;
		background: var(--color-FFF);
		z-index: 999999999;
	}
	.site-burger.active {
		left: 0;
	}
	.site-burger-top {
		height: 56px;
		width: 100%;
		padding: 9px 20px;
		display: flex;
		align-items: center;
		justify-content: flex-start;
		gap: 17px;
	}
	.site-burger-logo > a {
		display: flex;
	}
	.site-burger-logo > a > img,
	.site-burger-logo > a > svg {
		height: 38px;
		width: auto;
	}
	.site-burger-close {
		display: flex;
		width: 30px;
		height: 30px;
	}
	.site-burger-content-outer {
		height: calc(100% - 56px);
		overflow-y: auto;
	}
	.site-burger-content {
		padding: 66px 20px 20px;
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
		justify-content: space-between;
	}
	.site-burger-menu {
		width: 100%;
	}
	.site-burger-menu ul.menu {
		padding: 0;
		margin: 0;
		list-style: none;
		width: 100%;
	}
	.site-burger-menu ul.menu > li {
		padding: 15px 0;
		position: relative;
		width: 100%;
	}
	.site-burger-menu ul.menu > li:before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 82px;
		height: 1px;
		background: var(--color-202124);
	}
	.site-burger-menu ul.menu > li > a {
		position: relative;
		color: var(--color-222221);
		text-align: center;
		font-family: var(--main-font);
		font-size: 17px;
		font-style: normal;
		font-weight: 600;
		line-height: 120%; /* 20.4px */
		display: inline-flex;
		width: 100%;
	}
	.site-burger-menu ul.menu > li.menu-item-has-children > a:before {
		position: absolute;
		content: '';
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><rect y="10" width="20" height="1.5" fill="%23202124"/><rect x="9" y="21" width="21" height="1.5" transform="rotate(-90 9 21)" fill="%23202124"/></svg>');
		width: 20px;
		height: 21px;
	}
	.site-burger-menu ul.menu > li.menu-item-has-children > a.active:before {
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="21" viewBox="0 0 20 21" fill="none"><rect y="10" width="20" height="1.5" fill="%23202124"/></svg>');
	}
	.site-burger-menu ul.sub-menu {
		padding: 7px 20px 5px 30px;
		margin: 0;
		list-style: none;
		display: none;
	}
	.site-burger-menu ul.sub-menu > li+li {
		margin-top: 10px;
	}
	.site-burger-menu ul.sub-menu > li > a {
		color: var(--color-202124);
		font-family: var(--main-font);
		font-size: 13px;
		font-style: normal;
		font-weight: 400;
		line-height: 150%; /* 19.5px */
	}
	.site-burger-content-bottom {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 10px;
		width: 100%;
	}
	.site-burger-content-bottom .btn-default-black {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
	.custom-wpml-switcher {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 2px;
		width: 100%;
		display: none!important;
	}
	.custom-wpml-switcher > a {
		padding: 6px 0 7px;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		text-align: center;
		color: var(--color-202124);
		font-family: var(--main-font);
		font-size: 11px;
		font-style: normal;
		font-weight: 600;
		line-height: 140%; /* 15.4px */
		border: 1px solid transparent;
		border-radius: 30px;
		transition: .3s;
	}
	.custom-wpml-switcher > a:hover,
	.custom-wpml-switcher > a.is-active {
		color: var(--color-4285F4);
		border: 1px solid var(--color-4285F4);

	}
	.flex-show-990 {
		display: flex;
	}
	.show-990 {
		display: block;
	}
	.hide-990 {
		display: none!important;
	}
	.container-default {
		padding: 0 20px;
	}
	.site-header-left {
		gap: 17px;
	}
	.site-header-logo > a > img, .site-header-logo > a > svg {
		height: 38px;
	}
	.site-header-wrapper .btn-default-black {
		padding: 0;
		width: 36px;
		height: 36px;
		align-items: center;
		justify-content: center;
	}
	.home-banner-caption {
		left: 20px;
		top: 102px;
	}
	.home-banner:before {
		height: calc(100% - 211px);
	}
	.home-banner-title-desc {
		flex-direction: column;
	}
	.home-banner-title {
		font-size: 34px;
		padding: unset;
		margin: 0 0 20px;
	}
	.home-banner-description {
		position: relative;
		bottom: unset;
		right: unset;
		font-size: 12px;
	}
	.home-company-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 48px;
	}
	.home-steps-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px 10px;
	}
	.home-napryamky-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 45px;
	}
	.home-banner-subtitle {
		padding-bottom: 0;
		margin-bottom: 36px;
		width: -moz-fit-content;
		width: fit-content;
	}
	.home-banner-subtitle:after {
		display: none;
	}
	.home-banner-subtitle:before {
		width: 100%;
	}
	.home-banner-benefits {
		left: 20px;
		bottom: 0;
		gap: 17px;
	}
	.home-banner {
		padding-bottom: 20%;
	}
	.home-banner-cta {
		right: 20px;
		bottom: 55%;
	}
	.site-header {
		height: 56px;
	}
	.home-company {
		margin-top: 70px;
	}
	.custom-section-subtitle-top {
		width: -moz-fit-content;
		width: fit-content;
		padding-bottom: 0;
		margin-bottom: 20px;
	}
	.custom-section-subtitle-top:after {
		display: none;
	}
	.custom-section-title {
		font-size: 26px;
	}
	.home-company .custom-section-title {
		margin-bottom: 30px;
	}
	.home-company-text {
		font-size: 18px;
	}
	.home-company-btn-text-wrapper .home-company-text {
		font-size: 13px;
	}
	.home-company-btn-text-wrapper {
		margin-top: 15px;
		gap: 24px;
		flex-direction: column-reverse;
		padding: 0;
		align-items: flex-start;
	}
	.home-company-benefit-item-number {
		font-size: 11px;
	}
	.home-company-benefit-item-text {
		font-size: 14px;
	}
	.home-company-benefits {
		grid-gap: 29px;
	}
	.btn-default-black {
		font-size: 11px;
		padding: 10px 22px 11px;
	}
	.home-steps {
		margin: 39px 0 0;
	}
	.home-steps-item-name {
		font-size: 14px;
		order: 20;
		margin-bottom: 14px;
	}
	.home-steps-item-icon {
		order: 10;
		width: 80px;
		height: 80px;
		margin-bottom: 15px;
	}
	.home-steps-item-text {
		order: 30;
		margin: 0;
		padding-top: 16px;
		font-size: 13px;
	}
	.home-badge {
		margin: 45px 0 0;
	}
	.home-badge-data {
		padding: 20px;
		border-radius: 20px;
	}
	.home-badge-caption {
		flex-wrap: wrap;
	}
	.home-badge-caption-left {
		width: 100%;
		margin: 0 0 36px;
		gap: 10px;
	}
	.home-badge-caption-left-top {
		gap: 10px;
		font-size: 11px;
	}
	.home-badge-caption-left-title {
		font-size: 18px;
	}
	.btn-icon-circle-blue {
		width: 42px;
		height: 42px;
	}
	.btn-icon-circle-blue > svg {
		width: 17px;
	}
	.home-badge-caption-middle {
		max-width: 211px;
		padding: 0 0 0 16px;
		font-size: 13px;
	}
	.home-services,
	.home-badge+.home-services {
		margin-top: 52px;
	}
	.home-services .custom-section-title {
		margin-top: 0;
	}
	.home-services .title-btn-wrapper {
		margin-bottom: 34px;
	}
	.service-card-caption-inner > a {
		gap: 20px;
		margin: 0 0 9px;
		font-size: 17px;
	}
	.service-card-caption-inner > a > div {
		height: calc(1.2 * 17px * 3);
	}
	.service-card-caption-inner > a > svg {
		width: 36px;
		height: auto;
	}
	.service-card-caption {
		height: calc(100% - 53px);
	}
	.service-card-excerpt {
		margin: 0 0 15px;
		font-size: 12px;
		height: calc(1.5 * 12px * 3);
	}
	.service-card-delimeter {
		margin-bottom: 10px;
	}
	.service-card-bottom-item-value,
	.service-card-bottom-item-title {
		font-size: 11px;
	}
	.service-card-caption-inner {
		width: calc(100% - 40px);
		height: calc(100% - 40px);
	}
	.swiper-nav-container {
		margin-top: 20px;
	}
	.swiper-btn-next,
	.swiper-btn-prev {
		width: 39px;
		height: 38px;
	}
	.swiper-pagination-total,
	.swiper-pgntn.swiper-pagination-fraction {
		font-size: 12px;
	}
	.swiper-pagination-current {
		font-size: 17px;
	}
	.home-tehnologiyi {
		padding: 0;
		margin: 70px 0 0;
	}
	.home-tehnologiyi .custom-section-subtitle-top {
		margin-bottom: 20px;
	}
	.technology-cart-caption > a {
		font-size: 20px;
	}
	.technology-cart-delimeter {
		margin: 32px 0 20px;
	}
	.technology-cart-caption > .technology-cart-description {
		height: auto;
		padding: 0;
		-webkit-line-clamp: unset;
		font-size: 16px;
	}
	.technology-cart-caption > a > svg {
		margin-top: 2px;
	}
	.technology-cart {
		padding: 30px 20px;
		border-radius: 20px;
	}
	.swiper-slide .technology-cart-bottom {
		margin-top: 54px;
		gap: 32px;
	}
	.technology-cart-bottom .technology-cart-description {
		font-size: 12px;
		max-width: 50%;
	}
	.technology-cart-list > div, .technology-cart-list > a {
		font-size: 11px;
		padding: 7px 14px;
	}
	.swiper-slide .technology-cart-caption {
		justify-content: space-between;
	}
	.custom-section-subtitle-top {
		display: none;
	}
	.custom-section-title {
		position: relative;
		padding-top: 21px;
	}
	.custom-section-title:before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 60px;
		height: 1px;
		background: var(--color-202124);
	}
	.home-napryamky {
		margin: 70px 0;
	}
	.home-napryamky-solution-item {
		grid-template-columns: 20px 1fr;
		grid-gap: 12px;
		padding: 15px 0;
	}
	.home-napryamky-solution-title {
		font-size: 17px;
	}
	.home-napryamky-solution-number {
		font-size: 11px;
		margin-top: 2.5px;
	}
	.home-napryamky-solution-text {
		font-size: 12px;
		margin-bottom: 25px;
	}
	.home-napryamky-solution-hidden {
		padding-top: 22px;
	}
	.news-card-detail {
		font-size: 11px;
	}
	.home-conlultation-wrapper {
		padding: 9px 7px 132px 20px;
		flex-direction: column-reverse;
		gap: 26px;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.home-conlultation-top-text {
		width: -moz-fit-content;
		width: fit-content;
		font-size: 11px;
		margin-bottom: 31px;
	}
	.home-conlultation-top-text:before {
		width: 100%;
	}
	.home-conlultation-top-text:after {
		width: 6px;
		height: 6px;
		bottom: 4.5px;
	}
	.home-conlultation-top-text {
		padding: 11px 0 0 14px;
	}
	.home-conlultation-title {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.home-conlultation-desc {
		font-size: 12px;
	}
	.home-conlultation:before {
		width: 100%;
		height: calc(100% - 191px);
	}
	.home-conlultation-cta {
		width: 120px;
		height: 120px;
		padding: 31px 6px 0 7px;
		gap: 14px;
		font-size: 11px;
	}
	.home-cases-slider-wrapper {
		flex-direction: column-reverse;
		align-items: unset;
		justify-content: unset;
		gap: 55px;
	}
	#swiper-kejsy {
		width: 100%;
	}
	.home-cases {
		margin: 70px 0;
	}
	.home-cases .title-btn-wrapper {
		margin-bottom: 34px;
	}
	.case-card {
		padding: 0 15px 0 0;
	}
	.case-card-caption {
		padding-top: 13px;
	}
	.case-card-image {
		margin-bottom: 19px;
	}
	.case-card-title {
		font-size: 12px;
		height: calc(1.5 * 12px * 6);
		-webkit-line-clamp: 6;
		margin-bottom: 10px;
		height: auto;
		-webkit-line-clamp: unset;
	}
	.home-news {
		padding: 0;
		margin: 0 0 70px;
	}
	.home-news .title-btn-wrapper {
		margin-bottom: 32px;
	}
	.news-card {
		padding: 10px;
		border-radius: 20px;
	}
	.news-card-caption {
		padding: 12px 10px 18px;
	}
	.news-card-tag-list {
		left: 10px;
		bottom: 10px;
		gap: 10px;
	}
	.news-card-tag-item {
		padding: 3px 14px;
		font-size: 12px;
	}
	.news-card-title {
		font-size: 14px;
	    height: calc(1.2 * 14px * 3);
	    margin-bottom: 5px;
	}
	.news-card-excerpt {
		display: none;
	}
	.home-partners {
		margin: 0 0 70px;
	}
	.home-partners-wrapper {
		flex-direction: column;
		gap: 30px;
		justify-content: unset;
		align-items: unset;
	}
	.home-partners-wrapper > .swiper {
		display: none!important;
	}
	.home-partners-list-wrapper {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 2px;
	}
	.home-partners-item {
		height: 87px;
	}
	.site-footer-top {
		padding: 29px 0 20px;
		flex-direction: column;
		justify-content: flex-start;
		gap: 32px;
	}
	.site-footer-logo {
		margin-bottom: 20px;
	}
	.site-footer-logo > a > img, .site-footer-logo > a > svg {
		height: 38px;
		width: auto;
	}
	.site-footer-address {
		margin-bottom: 6px;
		font-size: 16px;
	}
	.site-footer-email {
		margin-bottom: 15px;
		font-size: 16px;
	}
	.contact-socials > a,
	.site-footer-top-socials > a {
		width: 38px;
		height: 38px;
	}
	.site-footer-top-socials > a > svg {
		width: 100%;
		height: auto;
	}
	.site-footer-top-menu-title {
		padding: 11px 0 0 14px;
		font-size: 11px;
		margin-bottom: 0;
	}
	.site-footer-top-menu-title:after {
		bottom: 5.5px;
		width: 6px;
		height: 6px;
	}
	.site-footer-top-menu-list {
		padding-top: 20px;
	}
	.site-footer-top-menu-list.first ul.menu > li > a {
		font-size: 16px;
	}
	.site-footer-top-menu-list ul.menu {
		gap: 10px;
	}
	.site-footer-top-menu-list.second ul.menu > li > a {
		font-size: 12px;
	}
	.site-footer-bottom {
		padding: 20px 0 13px;
		flex-direction: column;
		border: none;
		justify-content: flex-start;
		gap: 7px;
	}
	.site-footer-bottom-right {
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		gap: 7px;
	}
	.site-footer-bottom-links a,
	.site-footer-developed > a,
	.site-footer-bottom-links span,
	.site-footer-bottom-left {
		font-size: 12px;
	}
	.news-list-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 9px;
	}
	.news-card.gc-2 {
		grid-column: span 2;
	}
	.title-image-content {
		padding-bottom: 66.6%;
	}
	.title-image-content > img {
		object-fit: contain;
		object-position: bottom;
	}
	.title-image-content:before {
		height: calc(100% - 50px);
	}
	.title-image-content > div {
		top: 102px;
		bottom: unset;
		left: 0;
	}
	.news-list {
		margin-bottom: 40px;
	}
	.page-breadcrumb {
		padding: 11px 0 0;
		margin: 0 0 26px;
	}
	.page-breadcrumb > ol > li {
		display: none;
	}
	.page-breadcrumb > ol > li:nth-last-child(2):before {
		background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M8.20312 10.4062L3.79687 6L8.20312 1.59375" stroke="%23202124" stroke-width="2" stroke-linecap="round"/></svg>');
		width: 12px;
		height: 12px;
		left: 0;
		right: unset;
	}
	.page-breadcrumb ol li:nth-last-child(2) {
		padding: 0 0 0 20px;
	    display: list-item; /* або block, залежно від вашого дизайну */
	}
	.title-content {
		margin: 102px 0 40px;
	}
	.page-title {
		font-size: 26px;
	}
	.news-content-info-date {
		padding-top: 11px;
		font-size: 12px;
	}
	.news-content-top-data-left {
		gap: 10px;
	}
	.news-content-tag-list {
		gap: 5px;
		margin-top: 8px;
	}
	.news-content-tag-item {
		padding: 3px 14px;
		font-size: 12px;
	}
	.news-content-info-view {
		font-size: 12px;
	}
	.news-content > h3 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	.news-content > p {
		font-size: 13px;
		margin-bottom: 25px;
	}
	.news-content > h4,
	.news-content > h5 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.news-content > h6 {
		font-size: 18px;
		margin-bottom: 25px;
	}
	.news-content > ul {
		margin-bottom: 25px;
	}
	.news-content > ul > li {
		padding-left: 34px;
		font-size: 13px;
	}
	.news-content > ul > li:before {
		width: 6px;
		height: 6px;
	}
	.news-content-bottom-share-title {
		padding-top: 11px;
		font-size: 11px;
	}
	.news-content-bottom-share {
		gap: 10px;	
	}
	.share-buttons-row-container {
		gap: 7.5px;
	}
	.share-buttons-row-container > a {
		width: 36px;
		height: 36px;
	}
	.news-content {
		margin-bottom: 35px;
	}
	.news-content-wrapper {
		margin-bottom: 50px;
	}
	.prev-next-post-image {
		display: none;
	}
	.prev-next-link {
		display: none;
	}
	.prev-next-post-navigation .btn-arrow-default {
		font-size: 11px;
		gap: 15px;
	}
	.prev-next-post-navigation {
		padding: 14px 0 0;
		margin: 0 0 55px;
	}
	.prev-next-post-navigation .btn-default-black {
		padding: 0;
		width: 36px;
		height: 36px;
		align-items: center;
		justify-content: center;
	}
	.news-content-related-title {
		padding-top: 11px;
		font-size: 11px;
		margin-bottom: 27px;
	}
	.news-content-related {
		max-width: 100%;
		margin: 0 0 35px;
	}
	.news-content-related-wrapper {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 22px 17px;
	}
	.news-content-related-post-title {
		font-size: 12px;
	}
	.news-content-related-post-date {
		font-size: 12px;
	}
	.single-post .home-news {
		margin-bottom: 70px;
	}
	.home-steps+.home-napryamky {
		margin-top: 70px;
	}
	.home-steps {
		margin-top: 30px;
	}
	.home-napryamky-mission-title {
		font-size: 11px;
		margin-bottom: 15px;
	}
	.home-napryamky-mission-text {
		font-size: 18px;
		margin-bottom: 15px;
	}
	.home-napryamky-mission-text+.home-napryamky-mission-text {
		font-size: 13px;
		margin-bottom: 30px;
	}
	.home-napryamky-benefits {
		padding-right: unset;
		gap: 17px;
		justify-content: flex-start;
	}
	.home-napryamky-benefits-number {
		font-size: 34px;
	}
	.home-napryamky-benefits-postfix {
		font-size: 26px;
	}
	.home-napryamky-benefits-text {
		font-size: 11px;
		margin-left: 10px;
	}
	.s-partnery-zamovnyky {
		margin-top: 70px;
	}
	.s-partnery-zamovnyky-wrapper {
		grid-template-columns: 100%;
		grid-gap: 30px;
	}
	.s-partnery-zamovnyky-title {
		margin: 0 0 0 10px;
		padding-top: 11px;
		font-size: 11px;
	}
	.s-partnery-zamovnyky-title > svg {
		width: 6px;
		height: auto;
	}
	.s-partnery-zamovnyky-list {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 2px;
	}
	.s-partnery-zamovnyky-list-item,
	.s-partnery-zamovnyky-list-item > img {
		width: 100%;
	}
	.s-partnery-zamovnyky-title:after {
		display: none;
	}
	.swiper-s-partnery {
		width: calc(100vw - 40px);
	}
	.swiper-s-partnery .swiper-slide {
		width: calc((100vw - 46px) / 3)!important;
	}
	.page-template-template-clients .home-company-right {
		padding: 0;
	}
	.page-template-template-clients .home-company-wrapper {
		grid-gap: 40px;
	}
	.technology-list-item-name {
		padding: 13px 20px;
		line-height: 100%;
	}
	.technology-list-item-name > div {
		align-items: flex-start;
	}
	.technology-list-item-name > div > svg {
		flex-shrink: 0;
		margin-top: 3px;
	}
	.technology-list-item-name > div > span {
		font-size: 20px;
		color: var(--color-202124);
	    font-family: var(--main-font);
	    font-style: normal;
	    font-weight: 600;
	    line-height: 120%;
		height: calc(1.2 * 20px * 3);
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.technology-list-item-name:before {
		width: calc(100% - 40px);
	}
	.technology-list-item-name .left-icon {
		width: 20px;
		height: auto;
	}
	.technology-list-item-content {
		padding: 18px 20px 30px;
		grid-template-columns: 1fr;
		grid-gap: 32px;
	}
	.technology-list-item-content-description {
		gap: 44px;
	}
	.technology-list-item-content-text-top {
		font-size: 16px;
	}
	.technology-list-item-content-text-bottom {
		font-size: 12px;
	}
	.technology-list-item-content-list-item {
		padding: 7px 14px;
		font-size: 11px;
	}
	.seo-content-wrapper {
		grid-template-columns: 1fr;
		grid-gap: unset;
		position: relative;
		padding-top: 21px;
	}
	.technology-list {
		margin: 0 0 70px;
	}
	.seo-content {
		margin: 70px 0;
	}
	.seo-content-wrapper:before {
		position: absolute;
		content: '';
		left: 0;
		top: 0;
		width: 60px;
		height: 1px;
		background: var(--color-202124);
	}
	.services-list-wrapper {
		gap: 10px;
	}
	.services-list-wrapper > div {
		width: calc((100% - 10px) / 2);
	}
	.services-list-content {
		margin-bottom: 70px;
	}
	.single-services .home-banner-cta {
		right: 67px;
		bottom: 100px;
	}
	.service-page-top-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 21px;
	}
	.service-page-top-text {
		margin: 40px 0;
		font-size: 18px;
	}
	.service-page-top-image {
		display: flex;
		justify-content: center;
	}
	.service-page-data-item {
		gap: 15px;
	}
	.service-page-data-item-title {
		font-size: 11px;
	}
	.service-page-data-item-value {
		font-size: 16px;
	}
	.service-page-data-wrapper {
		grid-gap: 13px;
	}
	.single-services .page-title {
		text-transform: unset;
	}
	.service-page-bottom-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.service-page-benefits {
		padding-top: 0;
		grid-gap: 35px;
	}
	.single-services .seo-content {
		margin-top: 70px;
	}
	.cases-list-wrapper {
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 66px 0;
	}
	.cases-category-filter {
		gap: 6px;
		margin-bottom: 40px;
	}
	.cases-list-content {
		margin: 0 0 70px;
	}
	.solution-data-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 30px;
	}
	.solution-data-short-desc {
		font-size: 16px;
	}
	.contact-data-info-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 40px;
	}
	.contact-data-info {
		padding: 0 0 70px;
	}
	.contact-data-info-content {
		gap: 50px;
		max-width: 100%;
	}
	.contact-data-info-content-address {
		font-size: 16px;
	}
	.contact-data-info-content-item-title {
		margin-bottom: 31px;
		padding-top: 11px;
		font-size: 11px;
	}
	.contact-data-info-content-email {
		font-size: 16px;
	}
	.sitemap-content ul.menu > li > a {
		font-size: 17px;
		padding: 11px 0 13px;
	}
	.sitemap-content ul.menu > li.menu-item-has-children:after {
		top: 8px;
	}
	.sitemap-page {
		padding: 106px 0 70px;
	}
	.sitemap-page .title-content-inner {
		margin-bottom: 40px;
	}
	.sitemap-content ul.sub-menu > li > a {
		font-size: 13px;
	}
	.sitemap-content ul.sub-menu > li > a:before {
		top: 6px;
		width: 6px;
		height: 6px;
	}
	.sitemap-content ul.sub-menu {
		margin: 10px 0 20px;
	}
	.not-found-banner-cta {
		width: 120px;
		height: 120px;
		padding: 31px 6px 0 7px;
		gap: 14px;
		font-size: 11px;
	}
	.contact-form-outer {
		padding: 60px 20px 0;
	}
	.contact-form-top-text {
		padding: 11px 0 0 14px;
		margin-bottom: 20px;
	}
	.contact-form-top-text:after {
		width: 6px;
		height: 6px;
		bottom: 5.5px;
	}
	.contact-form-title {
		margin-bottom: 15px;
		font-size: 26px;
	}
	.contact-form-text {
		font-size: 12px;
		margin-bottom: 27px;
	}
	.error-404-title {
		margin: 0 0 16px;
		font-size: 26px;
	}
	.error-404-text {
		margin: 0 auto;
		font-size: 13px;
	}
	.error-404-caption {
		padding: 0 20px;
	}
	.error-404 > video, .error-404 > img {
		height: 100%;
	}
	.site-footer-bottom-right, .site-footer-top-right {
		width: 100%;
	}
	.close-contact-form {
		right: 20px;
		top: 15px;
	}
	.form-field {
		gap: 3px;
	}
	.form-field > label {
		margin-left: 20px;
		font-size: 10px;
	}
	.form-field input[type="text"] {
		padding: 7px 19px;
		font-size: 13px;
	}
	.form-field input[type="text"]::placeholder {
	    font-size: 13px;
	}
	.form-field .nice-select {
		height: 36px;
		line-height: 34px;
		font-size: 13px;
		padding: 0 31px 0 19px;
	}
	.form-field .nice-select:before {
		width: 12px;
		height: 12px;
		background-size: contain;
	}
	.form-field+.form-field {
		margin-top: 12px;
	}
	.form-field .nice-select .option:first-child {
		min-height: 36px;
	}
	.form-field .nice-select .option {
		font-size: 12px;
	}
	.form-field .nice-select .list {
		border-radius: 18px;
	}
	.send-form-wrapper {
		gap: 23px;
		margin-top: 24px;
	}
	.send-agree-text {
		font-size: 12px;
	}
	.home-banner-benefits-number {
		font-size: 34px;
	}
	.home-banner-benefits-postfix {
		font-size: 26px;
	}
	.home-banner-benefits-text {
		margin-left: 15px;
		font-size: 11px;
	}
	.container-text,
	.container-case {
		max-width: 100%;
		padding: 0 20px;
	}
	.simple-text > h3 {
		font-size: 20px;
		margin: 0 0 25px;
	}
	.simple-text > h4 {
		font-size: 20px;
		margin: 0 0 25px;
	}
	.simple-text > h6 {
		font-size: 14px;
		margin: 0 0 25px;
	}
	.simple-text > p {
		font-size: 13px;
		margin: 0 0 25px;
	}
	.simple-text > ul {
		margin: 20px 0 25px;
	}
	.simple-text > h6+ul {
		margin-top: -10px;
	}
	.simple-text > ul > li {
		padding-left: 36px;
		font-size: 13px;
	}
	.simple-text > ul > li:before {
		left: 10px;
		top: 7px;
		width: 6px;
		height: 6px;
	}
	.simple-text > ul > li+li {
		margin-top: 10px;
	}
	.text-page {
		padding: 102px 0 70px;
	}
	.branch-page {
		padding: 102px 0 70px;
	}
	.text-page .page-title {
		margin-bottom: 40px;
	}
	.branch-page-wrapper {
		grid-template-columns: 1fr;
		grid-gap: 40px;
		margin: 40px 0 0;
	}
	.branch-page-data-item-top-value {
		font-size: 26px;
	}
	.branch-page-data-item-top-title {
		padding-top: 11px;
		font-size: 11px;
	}
	.branch-page-data-item-top-title:after {
		width: 6px;
		height: 6px;
		bottom: 5.5px;
	}
	.branch-page-left {
		gap: 40px;
	}
	.branch-page-benefit-item {
		grid-template-columns: 26px 1fr;
		grid-gap: 15px 12px;
	}
	.branch-page-benefit-item-number {
		font-size: 11px;
	}
	.branch-page-benefit-item-title {
		font-size: 14px;
	}
	.branch-page-benefit-item-text {
		font-size: 13px;
	}
	.branch-page-benefits {
		grid-gap: 20px;
	}
}
@media(max-width: 600px) {
	section, .home-banner-cta, .fade-in-up {
		transform: translateY(40px);
	}
	.home-banner-cta:not(.scrolled) {
		opacity: 0;
		visibility: hidden;
	}
	.flex-show-600 {
		display: flex;
	}
	.show-600 {
		display: block;
	}
	.btn-default-black:after {
		transition: transform 0.2s cubic-bezier(0.1, 0, 0.3, 1);
	}
	.contact-form-outer {
		width: 100%;
		right: unset;
		left: -110vw;
	}
	.contact-form-outer.active {
		right: unset;
		left: 0;
	}
	.site-footer-top-right {
		grid-template-columns: 1fr;
		grid-gap: 10px;
	}
	.home-banner {
		padding-bottom: 0;
	}
	.home-banner > video {
		height: 550px;
		object-position: center;
	}
	.home-banner-cta {
		bottom: 40%;
		width: 120px;
		height: 120px;
		padding: 31px 7px 0 6px;
		font-size: 11px;
		gap: 14px;
	}
	.home-banner-cta > svg.hide-small {
		width: 18px;
		height: auto;
	}
	.home-banner-description {
		max-width: 100%;
	}
	.home-banner-caption {
		width: calc(100% - 40px);
	}
	.home-napryamky-benefits-item,
	.home-banner-benefits-item {
		flex-wrap: wrap;
	}
	.home-napryamky-benefits-text,
	.home-banner-benefits-text {
		margin: 0;
		width: 100%;
		gap: 6px;
	}
	.swiper-slide .technology-cart-caption {
		justify-content: flex-start;
	}
	.technology-cart-bottom {
		flex-direction: column;
		align-items: flex-start;
	}
	.technology-cart-bottom .technology-cart-description {
		margin-bottom: unset;
		max-width: 100%;
	}
	.home-tehnologiyi > svg {
		width: calc(100% - 26px);
		height: auto;
		left: 10px;
		top: 148px;
	}
	.title-btn-wrapper .custom-section-title:before {
		display: none;
	}
	.title-btn-wrapper .custom-section-title {
		padding: 0;
	}
	.title-btn-wrapper > .btn-wrapper {
		margin-bottom: 0;
	}
	.title-btn-wrapper {
		position: relative;
		padding-top: 21px;
		align-items: center;
	}
	.title-btn-wrapper:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 60px;
        height: 1px;
        background: var(--color-202124);
    }
    .site-footer-top-menu-title {
    	width: 100%;
    	display: flex;
    	align-items: center;
    	justify-content: space-between;
    }
    .site-footer-top-menu-title:before {
    	width: 100%;
    }
    .site-footer-top-menu-title > svg {
    	transition: .3s;
    }
    .site-footer-top-menu-title.active > svg {
    	transform: rotate(180deg);
    }
    .site-footer-top-menu-list {
    	display: none;
    }
    .home-banner-cta.scrolled {
    	right: 10px!important;
    	bottom: 3px!important;
    }
    .news-list-wrapper .news-card:not(.gc-2) .news-card-date,
    .news-list-wrapper .news-card:not(.gc-2) .news-card-tag-list {
    	display: none;
    }
    .news-list .container-default {
    	padding: 0 10px;
    }
    .news-card-date {
    	font-size: 12px;
    }
    .news-list {
    	overflow: hidden;
    }
    .news-list > svg, .news-list > img {
    	width: 100%;
    	left: 0;
    	top: 162px;
    }
    .news-content-related-tag-item {
    	font-size: 12px;
    }
    .technology-list .container-default {
    	padding: 0 10px;
    }
    .technology-list-item-name > div {
    	gap: 15px;
    }
    .services-list-wrapper > div {
    	width: 100%;
    }
    .single-services .home-banner-cta {
    	padding-left: 15px;
    	padding-right: 15px;
    	bottom: 70px;
    }
    .service-page-benefits {
    	grid-template-columns: 1fr;
    	grid-gap: 20px;
    }
    .service-page-bottom-text {
    	font-size: 26px;
    }
    .service-page-benefit-item-number {
    	font-size: 11px;
    }
    .service-page-benefit-item-text {
    	font-size: 14px;
    }
    .service-page-benefit-item {
    	grid-template-columns: 26px 1fr;
    	grid-gap: 12px;
    }
    .seo-content-text > h2 {
    	font-size: 26px;
    	margin-bottom: 30px;
    }
    .seo-content-text > p {
    	font-size: 18px;
    	margin-bottom: 30px;
    }
    .seo-content-toggle-link {
    	font-size: 11px;
    }
    .service-page {
    	padding-top: 102px;
    }
    .cases-list-wrapper {
    	grid-template-columns: repeat(2, 1fr);
    }
    .category-item {
    	font-size: 11px;
    }
    .contact-data-info-map {
    	width: calc(100% + 40px);
    	margin-left: -20px;
    	padding-bottom: 100%;
    	border-radius: unset;
    }
}
/* GTS End */