@font-face {
	font-family: "ProximaNova";
	font-weight: 400;
	font-display: swap;
	src: url(../assets/fonts/ProximaNova-Regular.woff);
	src: url(../assets/fonts/ProximaNova-Regular.woff) format("embedded-opentype"),
		url(../assets/fonts/ProximaNova-Regular.woff2) format("wof2f"),
		url(../assets/fonts/ProximaNova-Regular.ttf) format("truetype");
}

@font-face {
	font-family: "ProximaNova";
	font-weight: 600;
	font-display: swap;
	src: url(../assets/fonts/ProximaNova-Semibold.woff);
	src: url(../assets/fonts/ProximaNova-Semibold.woff) format("embedded-opentype"),
		url(../assets/fonts/ProximaNova-Semibold.woff2) format("wof2f"),
		url(../assets/fonts/ProximaNova-Semibold.ttf) format("truetype");

}

@font-face {
	font-family: "ProximaNova";
	font-weight: 700;
	font-display: swap;
	src: url(../assets/fonts/ProximaNova-Bold.woff);
	src: url(../assets/fonts/ProximaNova-Bold.woff) format("embedded-opentype"),
		url(../assets/fonts/ProximaNova-Bold.woff2) format("wof2f"),
		url(../assets/fonts/ProximaNova-Bold.ttf) format("truetype");

}

html {
	overflow-x: hidden;
}

html.locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}


::-webkit-input-placeholder {
	color: #9D9D9D;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-moz-placeholder {
	color: #9D9D9D;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

::-moz-placeholder {
	color: #9D9D9D;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:-ms-input-placeholder {
	color: #9D9D9D;
	opacity: 1;
	-webkit-transition: all .4s ease;
	transition: all .4s ease
}

:focus::-webkit-input-placeholder {
	opacity: 0
}

:focus:-moz-placeholder {
	opacity: 0
}

:focus::-moz-placeholder {
	opacity: 0
}

:focus:-ms-input-placeholder {
	opacity: 0
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
li,
p,
pre,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0
}

textarea {
	resize: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

abbr,
fieldset,
img {
	border: 0
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: 400
}

ul li {
	list-style: none;
	color: inherit
}

caption,
th {
	text-align: left
}

input,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block
}

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

footer,
header,
section {
	min-width: 320px;
}

.scrollTop,
.scrollto,
a,
button,
svg {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

a,
a:active,
a:focus,
a:hover,
button,
button:active,
button:focus,
button:hover,
input,
input:active,
input:focus,
textarea,
textarea:active,
textarea:focus {
	text-decoration: none;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

section {
	position: relative;
}

a {
	color: inherit
}

:after,
:before,
a,
button,
div,
footer,
form,
header,
input,
li,
nav,
p,
section,
ul,
textarea {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important
}

input:invalid {
	-webkit-box-shadow: none;
	box-shadow: none
}

button {
	border: none
}

html {
	overflow-x: hidden
}

@-webkit-keyframes autofill {
	to {
		color: inherit;
		background: #fff;
	}
}

input:-webkit-autofill {
	-webkit-animation-name: autofill;
	-webkit-animation-fill-mode: both;
}

textarea.form-control {
	min-height: 140px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

:root {
	--text-primary: #42567A;
	--text-secondary: #ffffff;
	--text-accent: #2C61E7;
	--bg-primary: #F4F6F9;
	--bg-secondary: #9D9D9D;
	/*
	--section-gap: 10vh;
	--title-gap: 32px;
	--block-gap: 72px;
	--item-gap: 40px;
*/
}

body {
	min-width: 320px;
	position: relative;
	margin: 0;
	padding: 0;
	color: var(--text-primary);
	font-family: "ProximaNova";
	font-size: 16px;
	font-style: normal;
	line-height: 1.5em;
	font-weight: 600;
	background: var(--bg-primary);
	opacity: 1;
	overflow-x: hidden;
	border: 0;
}

a,
a:hover {
	text-decoration: none
}


section {
	position: relative;
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: var(--container-gap);
	-ms-flex-item-align: stretch;
	align-self: stretch;
}


.container {
	max-width: 1445px;
	padding: 0 15px;
	width: 100%;
	/*	position: relative;*/
	margin: 0 auto;
}

section .container {
	border-right: 1px solid rgba(157, 157, 157, 0.3);
	border-left: 1px solid rgba(157, 157, 157, 0.3);
	padding: 22vh 80px 9vh;
	height: 100%;
}

/*
.innerpage {
	height: auto;
	padding: var(--item-gap) 0 var(--section-gap);
}

.innerpage .logo {
	margin-bottom: 10vh;
}

.innerpage .innerpage-content {
	max-width: 1000px;
	margin: 0 auto;
}

.innerpage h2 {
	margin-bottom: var(--title-gap);
}

.innerpage p,
.innerpage li {
	margin-bottom: 16px;
}

.innerpage ul {
	margin: 16px 0;
}
*/

.fp-warning,
.fp-watermark {
	display: none !important;
}

.d-none {
	display: none;
}

[hidden] {
	display: none !important;
}

h1,
h2,
h3,
h4 {
	font-weight: 700;
	font-style: normal;
}

h1 {
	font-size: 94px;
	line-height: 108.4%;
	letter-spacing: -0.002em;
	text-transform: uppercase;
}

h2 {
	font-size: 72px;
	line-height: 108.4%;
	/* 78.048px */
	letter-spacing: -0.002em;
	text-transform: uppercase;
}

h3,
.title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25em;
	letter-spacing: -0.002em;
	text-transform: uppercase;
}

h4,
.subtitle {
	font-size: 18px;
	font-weight: 700;
	line-height: 150.9%;
	text-transform: uppercase;
}

p {
	font-size: 16px;
	font-weight: 400;
	line-height: 156.4%;
}


::-webkit-scrollbar,
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background-color: #fafafa;
}

::-webkit-scrollbar-thumb,
::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: var(--text-accent);
	-webkit-box-shadow: 0 0 1px var(--text-accent);
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar,
::-webkit-scrollbar {
	border-radius: 4px;
}

.fp-scroll-mac .fp-overflow::-webkit-scrollbar-thumb {
	background-color: var(--text-accent);
}

#fp-nav ul li a span {
	color: var(--text-secondary);
}

.button {
	border: none;
	outline: none;
	cursor: pointer;
	position: relative;
	border: none;
	background: transparent;
	color: inherit;
	font-size: 20px;
	font-weight: 600;
	line-height: 128.4%;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.button:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: url('data:image/svg+xml,<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.11202 3.40231L1.14464 10.3697L0 9.22506L6.96657 2.25768H0.826502V0.638672H9.73102V9.54319H8.11202V3.40231Z" fill="white"/></svg>') no-repeat center center/contain;
}

.button-accent:after {
	content: "";
	width: 10px;
	height: 10px;
	display: block;
	background: url('data:image/svg+xml,<svg width="10" height="11" viewBox="0 0 10 11" fill="%2342567A" xmlns="http://www.w3.org/2000/svg"><path d="M8.11202 3.40231L1.14464 10.3697L0 9.22506L6.96657 2.25768H0.826502V0.638672H9.73102V9.54319H8.11202V3.40231Z" fill="%2342567A"/></svg>') no-repeat center center/contain;
}

.button:focus,
.button:active {}

.button:disabled {}

.button:hover:after {
	top: -3px;
	left: 3px;
}

.button:active,
.button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
	outline: none;
}

.pic-wrap {
	overflow: hidden;
	display: block;
}

.pic {
	-o-object-fit: cover;
	object-fit: cover;
	height: auto;
	min-height: 100%;
	min-width: 100%;
}

.flex-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@-webkit-keyframes bounce_fountainTextG {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}

@keyframes bounce_fountainTextG {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(.7);
		transform: scale(.7);
	}
}

.preloader {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 102;
	-webkit-transform: translate3d(0px, 0px, 0px) scale(1);
	transform: translate3d(0px, 0px, 0px) scale(1);
	opacity: 1;
	-webkit-animation: preloader 3s linear;
	animation: preloader 3s linear;
	background: rgba(244, 246, 249, 0.55);
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
}


@-webkit-keyframes preloader {
	0% {
		background: rgba(244, 246, 249, 1);

	}

	100% {
		background: rgba(244, 246, 249, 0.55);

	}
}


@keyframes preloader {
	0% {
		background: rgba(244, 246, 249, 1);

	}

	100% {
		background: rgba(244, 246, 249, 0.55);

	}
}

.loaded .preloader {
	visibility: hidden;
	-webkit-transform: translate3d(0px, -50px, 0px);
	transform: translate3d(0px, -50px, 0px);
	opacity: 0;
	-webkit-transition: all .3s 1s ease;
	transition: all .3s 1s ease;

}

.preloader .pulse {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation-name: fountainTextG;
	animation-name: fountainTextG;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
}

.fountainTextG {
	color: var(--bg-accent);
	font-size: 80px;
	font-weight: 400;
	background-clip: text;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	float: left;
	-webkit-animation-name: bounce_fountainTextG;
	animation-name: bounce_fountainTextG;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-transform: scale(.7);
	transform: scale(.7);
}

#fountainTextG_1 {
	-webkit-animation-delay: 0.75s;
	animation-delay: 0.75s;
}

#fountainTextG_2 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

#fountainTextG_3 {
	-webkit-animation-delay: 1.05s;
	animation-delay: 1.05s;
}

#fountainTextG_4 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

#fountainTextG_5 {
	-webkit-animation-delay: 1.35s;
	animation-delay: 1.35s;
}

#fountainTextG_6 {
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}

#fountainTextG_7 {
	-webkit-animation-delay: 1.64s;
	animation-delay: 1.64s;
}

.screen-reader-response {
	display: none;
}

.wpcf7-response-output {
	text-align: center;
}

/*
.fp-table .hero-content,
.fp-table .offer-list,
.fp-table .swiper-container,
.fp-table .benefits-item,
.fp-table .questions,
.fp-table .download-wrapper,
*/
.fp-table .container {
	opacity: 0.3;
	-webkit-transform: translate3d(0px, -50px, 0px) scale(0.7);
	transform: translate3d(0px, -50px, 0px) scale(0.7);
	/*
-webkit-transition: opacity 1.5s ease-in-out,
-webkit-transform 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
transition: opacity 1.5s ease-in-out,
-webkit-transform 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
transition: transform 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99),
opacity 1.5s ease-in-out;
transition: transform 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99),
opacity 1.5s ease-in-out,
-webkit-transform 1.5s cubic-bezier(0.16, 0.68, 0.43, 0.99);
*/


	-webkit-transition: opacity 1.5s ease,
		-webkit-transform 1.5s ease;
	transition: opacity 1.5s ease,
		-webkit-transform 1.5s ease;
	transition: transform 1.5s ease,
		opacity 1.5s ease;
	transition: transform 1.5s ease,
		opacity 1.5s ease,
		-webkit-transform 1.5s ease;
}

.fp-table .news .container {
	-webkit-transform: translate3d(0px, 0, 0px) scale(1);
	transform: translate3d(0px, 0, 0px) scale(0.9);
}


.fp-table.active .container {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0, 0px) scale(1);
	transform: translate3d(0px, 0, 0px) scale(1);
}

html.modal-is-locked {
	overflow: hidden;
	-ms-touch-action: none;
	touch-action: none;
}

.popup {
	width: 100%;
	height: 100%;
	position: fixed;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 20;
	display: none;
}

.popup.active {
	overflow-y: scroll;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.overlay {
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 15;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 18, 72, 0.60)), to(rgba(18, 18, 72, 0.60))), rgba(59, 59, 59, 0.65);
	background: linear-gradient(0deg, rgba(18, 18, 72, 0.60) 0%, rgba(18, 18, 72, 0.60) 100%), rgba(59, 59, 59, 0.65);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: flex-end;
	display: none;
	-webkit-animation: .4s linear forwards show;
	animation: .4s linear forwards show;
}

.popup .overlay {
	display: block;
}

.popup-modal {
	width: 100%;
	position: relative;
	padding: 60px;
	background: #fff;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	z-index: 222;
	/*         	width: calc(100% - 2em);*/
	-webkit-filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.16));
	filter: drop-shadow(0px 4px 16px rgba(0, 0, 0, 0.16));
	/*         	overflow: hidden;*/
}

.popup-modal_call {
	max-width: 1039px;
	background: linear-gradient(162.89deg, #4D506C 15.08%, #212339 109.2%), linear-gradient(99.65deg, #495D85 -64.33%, #162A54 91.31%);
	padding: 60px;
}

.popup-modal_call .title {
	margin-bottom: 30px;
	max-width: 617px;
	margin-left: auto;
}

.popup-modal_thanks {
	max-width: 568px;
	min-height: 100vh;
}

.popup-modal_thanks .popup-block {
	max-width: 370px;
}

.popup-modal_thanks .title {
	margin-bottom: 30px;
}

.popup-modal .popup-close {
	position: absolute;
	z-index: 222;
	width: 40px;
	cursor: pointer;
	height: 40px;
	top: 0px;
	right: 0px;
	background: var(--text-accent) url(../assets/images/close-button.svg) no-repeat center/15px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.popup-modal .popup-close:hover {}

/*Navigation Bar*/

.menu-navigation {
	position: fixed;
	top: 50%;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
	left: 7%;
	z-index: 9;
	padding: 0;
	margin: 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

.menu-navigation li:before {
	content: "";
	height: 1px;
	width: 30px;
	background: #fff;
	opacity: 0.5;
	left: -44px;
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.menu-navigation li {
	color: #fff;
	opacity: 0.5;
	-webkit-transition: all 0.5s ease;
	-webkit-transition: all 0.5 ease;
	transition: all 0.5 ease;
	position: relative;
}

.menu-navigation.accent li {
	color: var(--text-primary);
}

.menu-navigation.accent li:before {
	background: var(--text-primary);
}

.menu-navigation li:hover,
.menu-navigation li.active {
	opacity: 1;
}

.menu-navigation li.active:before {
	width: 117px;
	left: -144px;
	opacity: 1;
}

.header {
	position: fixed;
	display: block;
	width: 100%;
	z-index: 15;
	text-align: center;
	top: 0px;
}

.menu-item {
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.nav-bar,
.nav-bar .mobile {
	color: #fff;
	position: relative;
	z-index: 15;
	background: transparent;
	padding: 35px 0;
}

.nav-bar.accent {
	color: var(--text-primary);
	background: var(--bg-primary);
}

.nav-bar.accent .logo path,
.nav-bar.accent .contacts-item_whatsapp path,
.nav-bar.accent .contacts-item_telegram path {
	fill: var(--text-primary);
}

.nav-bar.accent .logo path:first-of-type,
.nav-bar.accent .logo path:nth-of-type(2),
.nav-bar.accent .logo path:nth-of-type(3) {
	fill: var(--text-accent);
}


.nav-bar.accent .hamburger {
	background-color: var(--text-primary);
}


.nav-bar.mobile {
	color: var(--text-secondary);
	background: transparent;
}

.nav-bar.mobile .logo path,
.nav-bar.mobile .contacts-item_whatsapp path,
.nav-bar.mobile .contacts-item_telegram path {
	fill: var(--text-secondary);
}

.nav-bar.mobile .logo path:first-of-type,
.nav-bar.mobile .logo path:nth-of-type(2),
.nav-bar.mobile .logo path:nth-of-type(3) {
	fill: var(--text-secondary);
}


.nav-bar.accent .contacts-item:hover,
.footer .contacts-item:hover,
.footer .menu-item:hover,
.open-button.accent:hover,
.contacts-socials .contacts-item:hover {
	color: var(--text-accent);
	opacity: 1;
}

.nav-bar.accent .contacts-item_whatsapp:hover path,
.nav-bar.accent .contacts-item_telegram:hover path,
.footer .contacts-item_whatsapp:hover path,
.footer .contacts-item_telegram:hover path,
.contacts-socials .contacts-item_whatsapp:hover path,
.contacts-socials .contacts-item_telegram:hover path {
	fill: var(--text-accent);
	opacity: 1;
}


.contacts-item:hover,
.nav-bar.mobile .contacts-item:hover,
.mobile-menu .close-button:hover,
.open-button:hover {
	opacity: 0.5;
	color: var(--text-secondary);
}

.contacts-item_whatsapp:hover path,
.contacts-item_telegram:hover path,
.nav-bar.mobile .contacts-item_whatsapp:hover path,
.nav-bar.mobile .contacts-item_telegram:hover path {
	opacity: 0.5;
	fill: var(--text-secondary);
}

.nav-bar.mobile .hamburger {
	background-color: var(--text-secondary);
}

.nav-bar .container {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
	max-width: 1770px;
}

.logo {
	font-size: 34.074px;
	font-weight: 600;
	line-height: 108.4%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo path {
	fill: var(--text-secondary);
}

.contacts-list {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px 65px;
}

.mobile-menu .contacts-list {
	display: none;
}

.contacts-item {
	font-size: 16px;
	font-weight: 600;
	line-height: 163.9%;
	text-transform: uppercase;
	white-space: nowrap;
}

.contacts-item svg {
	margin-right: 15px;
	margin-bottom: -2px;
}

.contacts-item_whatsapp path,
.contacts-item_telegram path {
	fill: var(--text-secondary);
}

.menu-icon {
	position: relative;
	width: 70px;
	height: 37px;
	cursor: pointer;
}

.hamburger {
	height: 0;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	background-color: var(--text-secondary);

}

.hamburger::before,
.hamburger::after {
	content: "";
	position: absolute;
	height: 2px;
	background-color: inherit;
	width: inherit;
	-webkit-transition: background 0.5s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
	transition: background 0.5s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
	transition: background 0.5s ease-in-out 0s, transform 0.4s ease-in-out 0s;
	transition: background 0.5s ease-in-out 0s, transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;

}


.hamburger.open::before,
.hamburger.open::after {
	-webkit-transition: background 0.5s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
	transition: background 0.5s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
	transition: background 0.5s ease-in-out 0s, transform 0.4s ease-in-out 0s;
	transition: background 0.5s ease-in-out 0s, transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}


.hamburger::before {
	-webkit-transform: translate(-50%, -200%);
	transform: translate(-50%, -200%);
}

.hamburger::after {
	-webkit-transform: translate(-50%, 200%);
	transform: translate(-50%, 200%);
}

/*
.hamburger.open {
	height: 0px;
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
*/

.hamburger.open::after {
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
}

.hamburger.open::before {
	-webkit-transform: translate(-50%, 0px);
	transform: translate(-50%, 0px);
	/*	top: 50%*/
}



.mobile-menu {
	background: var(--text-accent);
	color: var(--text-secondary);
	position: fixed;
	z-index: 13;
	top: 0px;
	width: 0;
	height: 100vh;
	visibility: hidden;
	opacity: 0;
	overflow-y: auto;
	text-align: center;
}

.mobile-menu.active {
	visibility: visible;
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
	transition: opacity 1s cubic-bezier(.73, -0.44, .16, 1.56);
}


.mobile-menu .container {
	border-right: 1px solid rgba(255, 255, 255, 0.3);
	border-left: 1px solid rgba(255, 255, 255, 0.3);
	padding: 22vh 80px 9vh;
	min-height: 100vh;
	position: relative;
}

.menu-content {
	position: relative
}

.mobile-menu .menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 40px;
	height: 668px;
	overflow-y: scroll;
	text-align: left;
}

.mobile-menu .menu::-webkit-scrollbar {
	display: none;
}

.mobile-menu .menu-item {
	font-size: 72px;
	font-weight: 700;
	line-height: 108.4%;
	color: var(--text-secondary);
	max-width: 500px;
	width: 100%;
	letter-spacing: -0.002em;
	text-transform: uppercase;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.mobile-menu .menu-item a {
	opacity: 0.5;
}

.mobile-menu .menu-item a.active,
.mobile-menu .menu-item a:hover {
	opacity: 1;
}

.sub-menu:after {
	content: "";
	background-image: url(../assets/images/arrow-down.svg);
	width: 42px;
	height: 27px;
	display: block;
	position: absolute;
	right: 0px;
	top: 22px;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}

.menu-item.open .sub-menu:after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg)
}

.mobile-menu .menu-item {
	text-align: left;
}

.mobile-menu .sub-menu {
	-webkit-transition: height 0.7s ease-out;
	transition: height 0.7s ease-out;
	height: 0;
	overflow: hidden;
	webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.sub-menu .menu-item a {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease, height 0.5s ease-out;
	transition: opacity 0.3s ease, height 0.5s ease-out;
	display: inline-block;
	position: relative;
	padding-left: 20px;
}

.sub-menu.open .menu-item a {
	opacity: 0.5
}

.sub-menu.open .menu-item a:hover,
.sub-menu.open .menu-item a.active {
	opacity: 1;
}

.sub-menu .menu-item a:before {
	content: "\2013";
	margin-right: 10px;
	display: block;
	position: absolute;
	left: 0;
}

.sub-menu li:first-of-type {
	margin-top: 40px;
}

.sub-menu .menu-item {
	font-size: 36px;
}

.mobile-menu .consult-button {
	position: absolute;
	right: 0;
	top: 0;
}

.mobile-menu .close-button {
	position: absolute;
	-webkit-transform: rotate(90deg) translate(-10%, 0);
	transform: rotate(90deg) translate(-10%, 0);
	top: 50%;
	right: 4%;
}

.close-button:after,
.open-button:after {
	display: none;
}

.open-button {
	position: fixed;
	-webkit-transform: rotate(90deg) translate(-10%, 0);
	transform: rotate(90deg) translate(-10%, 0);
	top: 50%;
	right: 5%;
	z-index: 5;
	color: var(--text-secondary);
}

.open-button.accent {
	color: var(--text-primary);
}

.mobile-menu .copyright {
	position: absolute;
	right: 0;
	bottom: 0;
}

.arrows-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 12px;
	position: relative;
}

.arrow {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(66, 86, 122, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 12;
	position: relative;
	background: #F4F6F9 url(../assets/images/slider-arrow.svg) no-repeat center/13px 13px;
}

.arrow-prev {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.arrow:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.arrow-prev:hover {
	-webkit-transform: scale(1.1) rotate(-180deg);
	transform: scale(1.1) rotate(-180deg);
}

.arrows-wrap_services,
.arrows-wrap_solutions {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	z-index: 22;
}

.arrows-wrap_services .swiper-button-disabled,
.arrows-wrap_solutions .swiper-button-disabled {
	opacity: 0;
	-ms-touch-action: none;
	touch-action: none;

}

.arrows-wrap_services .arrow-prev,
.arrows-wrap_solutions .arrow-prev {
	position: absolute;
	left: -20px;
}

.arrows-wrap_services .arrow-next,
.arrows-wrap_solutions .arrow-next {
	position: absolute;
	right: -20px;
}

.swiper-pagination {
	color: var(--text-primary);
	font-size: 20px;
	font-weight: 400;
	line-height: 1.28em;
	position: static;
	text-align: left;
	width: 100%;
}

.swiper-pagination .current {
	color: var(--text-accent);
	font-weight: 600;
}

.cookies {
	padding: 35px 0px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background: inherit;
	-webkit-filter: drop-shadow(15px 15px 20px rgba(131, 92, 72, 0.1));
	filter: drop-shadow(15px 15px 20px rgba(131, 92, 72, 0.1));
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 25;
	display: none;
	-webkit-box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
	box-shadow: 0px 0px 10px rgb(0 0 0 / 5%);
}

.cookies.show {
	display: block;
}

.cookies .container {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.cookies .button {
	padding: 0;
	margin-top: 10px;
}

.link {
	color: var(--text-accent);
}

/*Hero section*/
.hero {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: url(../assets/images/hero-bg.jpg) no-repeat center center/cover fixed;
	color: var(--text-secondary);
}

.hero .container {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.hero-content {
	max-height: 600px;
	height: 100%;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}

.hero-wrap {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
	max-width: 1182px;
	width: 100%;
	-ms-flex-item-align: end;
	align-self: flex-end;
}

.hero-title {
	/*	text-align: center;*/
	max-width: 1260px;
}


.hero-desc {
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	max-width: 460px;
}

.hero-subtitle {
	font-size: 20px;
	line-height: 1.6;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.hero-subtitle span {
	text-transform: none;
	font-size: 18px;
	display: block;
	margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
	.hero-subtitle {
		font-size: 17px;
		letter-spacing: 0;
	}

	.hero-subtitle span {
		font-size: 16px;
	}
}



.swiper-scrollbar {
	width: 194px;
	height: 2px;
	background: #E2E2E2
}

.swiper-scrollbar-drag {
	/*	width: 100px;*/
	height: 2px;
	background: #2C61E7
}

.about-navigation {
	gap: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: 705px;
	margin-top: 60px;
}

.solutions,
.services,
.about {
	overflow: hidden;
}

.solutions .container,
.services .container {
	position: relative;
}

.solutions-slider,
.services-slider {
	max-width: 1445px;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
}

.solutions-item,
.services-item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 280px 70px 120px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
	height: 100%;
}

.solutions-item:not(:last-of-type),
.services-item:not(:last-of-type) {
	border-right: 1px solid rgba(157, 157, 157, 0.3);
}

.solutions .section-heading,
.services .section-heading {
	position: relative;
	z-index: -1;
	opacity: 1;
	-webkit-transition: opacity 0.7s ease-in-out 1.3s, width 0.8s ease-out 1.3s, padding-left 0.8s ease-out 1.3s, color 0.4s ease 0.2s;
	transition: opacity 0.7s ease-in-out 1.3s, width 0.8s ease-out 1.3s, padding-left 0.8s ease-out 1.3s, color 0.4s ease 0.2s;
}

.solutions .container:hover .section-heading,
.services .container:hover .section-heading {
	color: transparent;
	-webkit-transition-delay: 0s, 0.25s;
	transition-delay: 0s, 0.25s;
}

.solutions-title,
.services-title {
	position: relative;
}

.solutions-title svg,
.services-title svg {
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.solutions-title:hover svg,
.services-title:hover svg {
	right: -4px;
	top: -4px;
}

.solutions-title path,
.services-title path {
	fill: var(--bg-primary);
}

.solutions-item span,
.services-item span {
	color: var(--text-accent);
	font-size: 25px;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: -0.002em;
	text-transform: uppercase;
	margin-bottom: 40px;
	/*
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
*/
}

.solutions-title,
.services-title {
	padding-right: 25px;
	/*
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
*/
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}

.solutions-desc,
.services-desc {
	color: var(--bg-primary);
	font-size: 16px;
	font-weight: 700;
	line-height: 150.9%;
	/* 24.144px */
	text-transform: uppercase;
	margin-top: auto;
	/*
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
*/
}

.solutions-item .pic-wrap,
.services-item .pic-wrap {
	width: 0;
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	z-index: -1;
	/*
	opacity: 1;
	visibility: hidden;
*/
	/*
	-webkit-transition: all 1s ease-in-out;
	transition: all 1s ease-in-out;
*/
	opacity: 0;
	width: 0px;
	-webkit-transition: width 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
	transition: width 0s ease-in-out 0.4s, opacity 0.4s ease-in-out 0s;
}

.solutions-item .pic-wrap img,
.services-item .pic-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: fill;
	object-fit: fill;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease-in-out 0s, -webkit-transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, -webkit-transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s, -webkit-transform 4s ease-out 0.25s;
}

.solutions-item:hover .pic-wrap img,
.services-item:hover .pic-wrap img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}


.solutions-item:hover,
.services-item:hover {
	color: var(--text-secondary);
}

.solutions-item:hover .solutions-desc,
.services-item:hover .services-desc {
	color: var(--text-secondary);
}

.solutions-item:hover .solutions-title path,
.services-item:hover .services-title path {
	fill: var(--text-secondary);
}

.solutions-item:hover .pic-wrap,
.services-item:hover .pic-wrap {
	opacity: 1;
	width: 100%;
	-webkit-transition: width 0.55s ease-in-out 0s, opacity 0.2s ease 0s;
	transition: width 0.55s ease-in-out 0s, opacity 0.2s ease 0s;
	/*
	opacity: 1;
	visibility: visible;
	width: 100%;
*/
}

.solutions-item:hover span,
.services-item:hover span {
	color: inherit;
}

.products {
	background: url(../assets/images/products-bg1.jpg) no-repeat center center/cover fixed;
	color: var(--text-secondary);
}

.products .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 40px;
}

.section-desc {
	font-size: 20px;
	font-weight: 600;
	line-height: 128.4%;
	max-width: 694px;
	margin-bottom: 50px;
}

.products-item {
	border: 1px solid rgba(157, 157, 157, 0.3);
	padding: 40px 80px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	width: 33%;
}

.products-item:hover,
.products-item.active {
	background: var(--text-accent);
	border-color: var(--text-accent);
}

.products-item span {
	font-size: 25px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: -0.002em;
	text-transform: uppercase;
}

.about-slider {
	width: 2476px;
}

.about-item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 50px 80px;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.about-item .pic-wrap {
	height: 390px;
	position: relative;
	max-width: 657px;
}

.about-text {
	max-width: 657px;
	font-weight: 400;
}

.about-item .pic-wrap:after,
.solutions-item .pic-wrap:after,
.services-item .pic-wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(18, 18, 72, 0.60);
}

.about-title {
	max-width: 230px;
}

.about-title span {
	font-size: 72px;
	font-weight: 400;
	line-height: 108.4%;
	/* 78.048px */
	letter-spacing: -0.002em;
	text-transform: uppercase;
	color: var(--text-accent);
	margin-bottom: 30px;
	display: block;
}

.news,
.news .container {
	height: auto;
}

.news-wrap {
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.news-previews {
	gap: 25px;
	margin-bottom: 90px;
}

.news-item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 30px;
	width: 100%;
}

.news-item .pic-wrap {
	height: 390px;
}

.news-date {
	font-size: 16px;
	font-weight: 400;
	line-height: 128.4%;
}

.news-item:hover h3,
.news-card:hover h3 {
	color: var(--text-accent);
}

.news-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 25px;
}

.news-card {
	background: var(--text-secondary);
	padding: 40px 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
	width: calc(33% - 13px);
}

.news-card .news-title {
	margin-bottom: auto;
}

.news-card .pic-wrap {
	max-width: 250px;
}

.news-card:nth-of-type(5n+2) .pic-wrap {
	max-width: 330px;
}

.news-card:nth-of-type(5n+1),
.news-card:nth-of-type(5n+2) {
	width: calc(50% - 13px);
}

.news-button:hover {
	color: var(--text-accent);
}

.news-tags {
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


@-webkit-keyframes background-spin {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(359deg);
	}
}

@keyframes background-spin {
	from {
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
	}

	to {
		-webkit-transform: translate(-50%, -50%) rotate(359deg);
	}
}

[data-aos="opacity"] {
	-webkit-transform: translate(-50%, 200%);
	transform: translate(-50%, 200%);
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

[data-aos="opacity"].aos-animate {
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

[data-aos="parallax"] {
	opacity: 0.3;
	-webkit-transform: translate3d(0px, 150%, 0px) scale(0.5);
	transform: translate3d(0px, 150%, 0px) scale(0.5);
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
}

[data-aos="parallax"].aos-animate {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0, 0px) scale(1);
	transform: translate3d(0px, 0, 0px) scale(1);
}

.section-heading {
	margin-bottom: 50px;
}


.floating {
	-webkit-animation-name: floating;
	animation-name: floating;
	-webkit-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
}

.sphere-scale {
	-webkit-animation: sphere-scale 10s infinite linear alternate;
	animation: sphere-scale 10s infinite linear alternate;
}

.sphere-scale2 {
	-webkit-animation: sphere-scale2 8s infinite linear alternate;
	animation: sphere-scale2 8s infinite linear alternate;
}

.sphere-plus {
	-webkit-animation: sphere-plus 3s infinite linear alternate;
	animation: sphere-plus 3s infinite linear alternate;
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}

	50% {
		-webkit-transform: translateY(3%);
		transform: translateY(3%);
	}

	100% {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

@-webkit-keyframes sphere-plus {

	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
}


@keyframes sphere-plus {

	100% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}
}

@-webkit-keyframes sphere-rotate {
	100% {
		-webkit-transform: rotate3d(1, -1, 1, 60deg);
		transform: rotate3d(1, -1, 1, 60deg);
	}
}

@keyframes sphere-rotate {
	100% {
		-webkit-transform: rotate3d(1, -1, 1, 60deg);
		transform: rotate3d(1, -1, 1, 60deg);
	}
}


@-webkit-keyframes sphere-scale {

	100% {
		-webkit-transform: translate3d(50px, 50px, 50px);
		transform: translate3d(50px, 50px, 50px)
	}
}

@keyframes sphere-scale {

	100% {
		-webkit-transform: translate3d(50px, 50px, 50px);
		transform: translate3d(50px, 50px, 50px)
	}
}


@-webkit-keyframes sphere-scale2 {

	100% {
		-webkit-transform: translate3d(-50px, 100px, -70px);
		transform: translate3d(-50px, 100px, -70px)
	}
}

@keyframes sphere-scale2 {

	100% {
		-webkit-transform: translate3d(-50px, 100px, -70px);
		transform: translate3d(-50px, 100px, -70px)
	}
}

.audience-heading.aos-animate {
	-webkit-animation: opacity 3s linear;
	animation: opacity 3s linear;
	/*	opacity: 0.4;*/
}

.audience-pic.float-up {
	-webkit-animation: float-up 4s linear;
	animation: float-up 4s linear;
}

@-webkit-keyframes opacity {
	0% {

		opacity: 0.4
	}

	100% {
		opacity: 1
	}
}

@keyframes opacity {
	0% {

		opacity: 0.4
	}

	100% {
		opacity: 1
	}
}

.footer .container {
	border-right: 1px solid rgba(157, 157, 157, 0.3);
	border-left: 1px solid rgba(157, 157, 157, 0.3);
	border-top: 1px solid rgba(157, 157, 157, 0.3);
	padding: 100px 80px 90px;
}

.footer-wrap {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-content {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
	line-height: 125%;
	/* 17.5px */
	letter-spacing: -0.002em;
	margin-top: 30px;
	font-weight: 300;
}

.footer-menu {
	font-size: 16px;
	font-weight: 600;
	line-height: 163.9%;
	/* 26.224px */
	text-transform: uppercase;
	gap: 65px;
}

.footer .contacts-list {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.socials {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.socials-item {
	padding-left: 34px;
	line-height: 1.5em;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.socials-item:hover,
.menu-item:hover {
	color: var(--bg-accent);
}

.socials-item:after {
	content: "";
	display: block;
	position: absolute;
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	left: 0;
	top: 0
}

.socials-item:first-of-type:after {
	background-image: url(../assets/images/twitter.svg);
}

.socials-item:nth-of-type(2):after {
	background-image: url(../assets/images/instagram.svg);
}

.socials-item:nth-of-type(3):after {
	background-image: url(../assets/images/facebook.svg);
}

.menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 12px;
}

.menu-title {
	opacity: 0.3;
	font-size: 12px;
	line-height: 2em;
}

.menu-item {
	line-height: 1.5em;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

main section {
	height: auto;
}

.breadcrumbs {
	margin-bottom: 30px;
	gap: 10px 30px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.breadcrumbs li {
	color: var(--text-primary);
	font-size: 16px;
	line-height: 128.4%;
}

.breadcrumbs li:not(:first-of-type):before {
	content: ">";
	position: relative;
	left: -15px;
}

.breadcrumbs li>a {
	color: var(--bg-secondary);
}

.breadcrumbs li>a:hover {
	color: var(--text-accent);
}

.products-cards {
	margin-top: 70px;
	flex-wrap: wrap;
}

.products-card {
	width: 50%;
	background: var(--text-secondary);
	padding: 60px 45px;
	gap: 45px;
	border-top: 1px solid rgba(157, 157, 157, 0.3);
}

.products-card:nth-of-type(odd) {
	border-right: 1px solid rgba(157, 157, 157, 0.3);
}

.products-card .pic-wrap {
	min-width: 230px;
	max-width: 230px;
}

.products-card .pic {
	-o-object-fit: contain;
	object-fit: contain;
}

.products-card ul {
	margin-top: 20px;

}

.products-card li {
	color: var(--bg-secondary);
	font-weight: 400;
}

.products-card li:not(:last-of-type) {
	margin-bottom: 16px;
}

.products-card li:hover a {
	color: var(--text-accent);
}

.innerpage .container {
	padding-left: 0;
	padding-right: 0;
}

.innerpage-header {
	text-align: center;
	padding: 0 15px;
}

.innerpage-desc {
	font-weight: 600;
	margin: 25px auto 0;
	max-width: 600px;
}


main .footer .container {
	/*	border-top: 0;*/
	/*	padding-top: 20px;*/
}

.questionnaires-preview {
	background: var(--text-accent);
	color: var(--text-secondary);
	height: 350px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
	padding: 90px;
}

.questionnaires-desc {
	font-size: 18px;
	font-weight: 700;
	line-height: 150.9%;
	text-transform: uppercase;
	max-width: 374px;
}

.questionnaires-preview .pic-wrap {
	height: 350px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.questionnaires-preview .button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.questionnaires-preview .pic {
	-o-object-fit: fill;
	object-fit: fill;
}

.solutions-cards,
.services-cards {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}

.solutions-card,
.services-card {
	position: relative;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 420px;
	width: 50%;
	color: var(--text-secondary);
	padding: 40px;
	text-align: center;
}

.solutions-card h3,
.services-card h3 {
	z-index: 1;
}

.solutions-card .pic-wrap,
.services-card .pic-wrap {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.solutions-card .pic-wrap img,
.services-card .pic-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease-in-out 0s, -webkit-transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, -webkit-transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s, -webkit-transform 4s ease-out 0.25s;
}

.solutions-card:hover .pic-wrap img,
.services-card:hover .pic-wrap img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.solutions-card .pic-wrap:after,
.services-card .pic-wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(18, 18, 72, 0.60)), to(rgba(18, 18, 72, 0.60)));
	background: linear-gradient(0deg, rgba(18, 18, 72, 0.60) 0%, rgba(18, 18, 72, 0.60) 100%);
}

.questionnaires-card {
	background: var(--text-accent) url(../assets/images/questionnaires-card.png) no-repeat right bottom;
	padding: 60px 45px 70px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	text-align: left;
}

.questionnaires-card:after {
	display: none;
}

.questionnaires-list {
	max-width: 840px;
	margin: 60px auto 0;
	padding-left: 15px;
	padding-right: 15px;
}

.questionnaires-item>a {
	background: url(../assets/images/questionnaires-icon.svg) no-repeat left center/31px 38px;
	padding: 25px 20px 25px 50px;
	display: block;
	font-weight: 400;
}

.questionnaires-item:hover>a {
	color: var(--text-accent);
}

.questionnaires-item:not(:last-of-type)>a {
	border-bottom: 1px solid rgba(157, 157, 157, 0.3);
}

.innerpage_pricelists,
.innerpage_works {
	background: #fff;
}

.innerpage_pricelists .container,
.innerpage_works .container {
	padding-top: 0;
	padding-left: 15px;
	padding-right: 15px;
}

.pricelists-list,
.works-list {
	max-width: 810px;
	margin: 60px auto 0;
}

.pricelists-item {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	padding-bottom: 15px;
	margin-bottom: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pricelists-button {
	font-size: 16px;
	width: 12%;

}

.pricelists-price {
	width: 18%;
}

.pricelists-item div {
	width: 70%;
	font-size: 18px;
	font-weight: 700;
	line-height: 150.9%;
	text-transform: uppercase;
}


.questionnaires-item:hover {
	color: var(--text-accent);
}

.pricelists-item:not(:last-of-type) {
	border-bottom: 1px solid rgba(157, 157, 157, 0.3);

}

.catalog-previews {
	gap: 12px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.catalog-preview {
	background: var(--bg-primary);
	padding: 40px 40px 20px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 400px;
	height: 537px;
	width: 100%;
	position: relative;
}

.catalog-preview:after {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 70px;
	background: rgba(66, 86, 122, 0.5);
}

.catalog-preview .pic-wrap {
	max-width: 180px;
	margin: 0 auto;
}

.catalog-preview .button {
	line-height: 30px;
}

.works-item {
	min-height: 300px;
	position: relative;
}

.works-item .pic-wrap {
	max-width: 420px;
	width: 100%;
}

.works-item:not(:last-of-type) {
	margin-bottom: 40px;
}

.works-item:hover h3 {
	color: var(--text-accent);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.works-content {
	padding: 40px;
	background: var(--bg-primary);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	max-width: 420px;
	width: 100%;
}

.works-content h3 {
	font-size: 25px;
}

.works-date {
	margin-top: auto;
}

.works-list .works-item:after {
	content: "";
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid rgba(66, 86, 122, 0.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
	z-index: 12;
	position: absolute;
	right: -20px;
	top: 50%;
	margin-top: -20px;
	background: #F4F6F9 url(../assets/images/slider-arrow.svg) no-repeat center/13px 13px;
}

.works-list .works-item:hover:after {
	-webkit-transform: scale(1.1);
	transform: scale(1.1)
}

.works-item .pic-wrap img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease-in-out 0s, -webkit-transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, -webkit-transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s, -webkit-transform 4s ease-out 0.25s;
}

.works-item:hover .pic-wrap img {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.innerpage_news .news-list {
	margin-top: 60px;
}

.news-navigation {
	max-width: 810px;
	padding-bottom: 20px;
	border-bottom: 1px solid #E2E2E2;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 40px auto 0;
}

.news-navigation li {
	color: #9D9D9D;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.51em;
	text-transform: uppercase;
	position: relative;
}

.news-navigation li:hover,
.news-navigation li.active {
	color: var(--text-primary);
}

.news-navigation li:after {
	content: "";
	background: var(--text-accent);
	height: 1px;
	width: 0;
	position: absolute;
	bottom: -20px;
	left: 0;
	-webkit-transition: all 0.4s ease-in-out 0s;
	transition: all 0.4s ease-in-out 0s
		/*
	-webkit-transition: all 0s ease-in-out 0.4s;
	transition: all 0s ease-in-out 0.4s
*/
}

.news-navigation li:hover:after,
.news-navigation li.active:after {
	width: 100%;
}

.innerpage_news .news-tag {
	border-radius: 12px;
	background: var(--bg-primary);
	padding: 10px 20px;
}

.innerpage_news .news-date {
	color: #9D9D9D;
	font-weight: 400;
}

.pagination {
	margin-top: 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
	padding: 0 15px;
}



.pagination .nav-links {
	margin-top: 40px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 20px;
}


.pagination .page-numbers {
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
	background-color: var(--color-accent) !important;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	background: url(../assets/images/slider-arrow.svg) no-repeat 20px center /15px;
	border: none;
	outline: none;
	color: transparent;
	display: inline-block;
	margin: 0;
	position: relative;
	right: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.pagination .page-numbers.prev {
	background: url(../assets/images/slider-arrow.svg) no-repeat 20px center /15px;
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	right: unset;
	left: 0;
	cursor: pointer;
}

.contacts-socials {
	margin: 60px auto 0;
	max-width: 810px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 30px;
}

.contacts-socials .contacts-item {
	font-size: 25px;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: -0.002em;
}

.contacts-socials .contacts-item svg {
	width: 21px;
	height: 21px;
	margin-right: 10px;
	margin-bottom: -3px;
}

.contacts-socials .contacts-item path {
	fill: var(--text-primary);
}

.contacts-cards {
	max-width: 840px;
	margin: 0 auto;
	padding: 0 15px;
}

.contacts-card {
	border-top: 1px solid rgba(66, 86, 122, 0.3);
	padding-top: 40px;
	margin-top: 40px;
}

.contacts-card h3 {
	font-size: 25px;
	margin-bottom: 30px;
}

.contacts-card li {
	font-weight: 400;
}

.contacts-card li:not(:last-of-type) {
	margin-bottom: 15px;
}

.contacts-card li b {
	font-weight: 600;
	display: block;
}

.contacts-card li a {
	display: block;
}

.contacts-card li a:hover {
	color: var(--text-accent);
}

.map {
	height: 550px;
	width: 100%;
	background: url(../assets/images/map.jpg) no-repeat center/cover;
}

textarea.form-control {
	min-height: 150px;
	line-height: 1.2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.form {
	max-width: 810px;
	margin: 60px auto 0;
	background: var(--text-secondary);
	padding: 40px 50px;
}

.form-block {
	gap: 12px 30px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.form-title {
	margin-bottom: 15px;
}

.form-input {
	max-width: 100%;
	width: 100%;
	position: relative;
	display: inline-block;
}

.form-block_contacts .form-input {
	max-width: calc(50% - 15px);
}

.form-control {
	max-width: 100%;
	background: #FFFFFF;
	border: 1px solid #E2E2E2;
	height: 60px;
	width: 100%;
	line-height: 40px;
	padding: 10px 15px;
	font-weight: 400;
	font-size: 14px;
	color: var(--text-primary);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.form-control.error {
	color: #D20A0A;
}

.form-input label.error {
	text-align: left;
	font-size: 12px;
	line-height: 24px;
	color: #D20A0A;
	padding-left: 30px;
	padding-right: 20px;
	height: 24px;
	display: block;
	position: absolute;
	width: auto;
	max-width: 100%;
	top: -12px;
	left: -12px;
}

.form-control.valid {
	color: var(--text-primary);
}

.form-control:focus,
.form-control:active {
	color: var(--text-primary);
}

.thanks .section-desc {
	text-align: center;
	margin: 0 auto;
}

.thanks .section-desc span:first-of-type {
	display: block;
	font-size: 20px;
	margin-top: 5px;
}

.form-control.valid {
	position: relative;
}

.form-button {
	margin: 0 auto;
}

.agree {
	position: relative;
	text-align: left
}

.agree label {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	cursor: pointer;
	position: relative;
	padding-left: 30px;
	display: block;
	max-width: 470px;
}

.agree label a:hover {
	color: var(--text-accent);
}

.agree input[type=checkbox] {
	position: absolute;
	width: 20px;
	height: 20px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}

.agree input[type=checkbox]~.agree-label:before {
	content: "";
	position: absolute;
	border: 1px solid #E2E2E2;
	width: 20px;
	height: 20px;
	left: 0px;
	top: 0px
}

.agree input[type=checkbox]~.agree-label:after {
	width: 100%;
	height: 100%;
	background: var(--text-accent);
	-webkit-clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
	clip-path: polygon(45% 64%, 84% 14%, 100% 28%, 47% 100%, 0 49%, 15% 32%);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: transform .3s;
	-webkit-transition: -webkit-transform .3s;
	transition: -webkit-transform .3s;
	transition: transform .3s;
	transition: transform .3s, -webkit-transform .3s;
	position: absolute;
	width: 12px;
	height: 10px;
	display: block;
	content: "";
	left: 4px;
	top: 5px;
}

.agree input[type=checkbox]:checked~.agree-label:after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.innerpage-subtitle {
	color: #D1D6E0;
	font-size: 30px;
	font-weight: 700;
	line-height: 125%;
	letter-spacing: -0.002em;
	text-transform: uppercase;
	margin: 20px 0;
}

.innerpage-price {
	color: var(--text-primary);
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	line-height: 125%;
	letter-spacing: -0.002em;
}

.innerpage_common {
	background: #fff;
}

.innerpage_common h2 {
	color: var(--text-primary);
	font-size: 30px;
	line-height: 125%;
	letter-spacing: -0.6px;
	text-transform: uppercase;
	margin-bottom: 40px;
}

.innerpage_common p {
	color: var(--text-primary);
	font-size: 16px;
	line-height: 150.9%;
	margin-bottom: 35px;
}

.innerpage_common h3 {
	color: var(--text-primary);
	font-size: 18px;
	font-weight: 700;
	line-height: 150.9%;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.innerpage_common h4 {
	color: var(--text-primary);
	text-align: center;
	font-size: 16px;
	text-transform: none;
	font-weight: 600;
	line-height: 150.9%;
	margin-bottom: 20px;
}

.innerpage_common ul {
	margin: 30px 0 25px;
	padding-left: 20px;
}

.innerpage_common li {
	color: var(--text-primary);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 156.4%;
	margin-bottom: 15px;
	list-style: disc;
}

.innerpage-block {
	-ms-flex-item-align: stretch;
	align-self: stretch;
}


.innerpage-wrapper {
	max-width: 840px;
	padding: 0 15px;
	margin: 0 auto;
}

.innerpage-options,
.innerpage-benefits,
.innerpage-documents,
.innerpage-others,
.innerpage-reviews {
	background: #F4F6F9;
}

.innerpage_common .container {
	padding-top: 9vh
}

.video {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.video-ratio {
	padding-top: 56.45%;
	background-color: #555;
}

.video-cover,
.video-cover iframe {
	border: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
	pointer-events: auto !important;
}

.youtube {
	position: relative;
	overflow: hidden;
	-webkit-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	cursor: pointer;
}

.youtube-icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(66, 86, 122, 0.5);
	cursor: pointer;
	z-index: 3;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}

.youtube-icon:after {
	content: '';
	display: block;
	position: absolute;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: var(--text-accent) url(../assets/images/play.svg) no-repeat left 55% center/14px 16px;
	-webkit-backdrop-filter: blur(6.2381px);
	backdrop-filter: blur(6.2381px);
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.innerpage-gallery {
	width: 1920px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.arrows-wrap_innerpage-gallery {
	position: absolute;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1360px;
	left: 50%;
	width: 100%;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 50%;
}

.innerpage-card .pic-wrap {
	overflow: hidden;
	height: 400px;
	position: relative;
}

.innerpage-card .pic {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center center;
	object-position: center center;
	/*
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
*/
	/* min-height: 100%; */
	position: relative;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	-webkit-transition: opacity 0.5s ease-in-out 0s, -webkit-transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, -webkit-transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s;
	transition: opacity 0.5s ease-in-out 0s, transform 4s ease-out 0.25s, -webkit-transform 4s ease-out 0.25s
}


.innerpage-card:hover .pic {
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.innerpage-tabs {
	position: relative;
	min-width: 240px;
	margin: 40px 0;
}

.innerpage-tabs-nav>div {
	border-bottom: 1px solid #E2E2E2;
}

.innerpage-tabs input[name="tab-control"] {
	display: none;
}

.innerpage-tabs-nav {
	list-style-type: none;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.innerpage-tabs-nav div {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
}

.innerpage-tabs-nav label {
	color: var(--Gray, #9D9D9D);
	border-bottom: 1px solid #E2E2E2;
	font-size: 18px;
	font-weight: 700;
	line-height: 150.9%;
	/* 27.162px */
	text-transform: uppercase;
	/*	opacity: 0.4;*/
	display: block;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-weight: 700;
	padding: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	white-space: nowrap;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.innerpage-tabs-nav label:hover,
.innerpage-tabs-nav label:focus,
.innerpage-tabs-nav label:active {
	outline: 0;
	color: var(--Black, #42567A);
	border-color: #2C61E7;
}

.innerpage-tabs-content {
	margin-top: 20px;
}

.innerpage-tabs-item {
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.8s;
	animation-duration: 0.8s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


.innerpage-tabs input[name="tab-control"]:nth-of-type(1):checked~.innerpage-tabs-nav div:nth-child(1)>label {
	cursor: default;
	color: var(--Black, #42567A);
	border-color: #2C61E7;
}

.innerpage-tabs input[name="tab-control"]:nth-of-type(1):checked~.innerpage-tabs-content>.innerpage-tabs-item:nth-child(1) {
	display: block;
}

.innerpage-tabs input[name="tab-control"]:nth-of-type(2):checked~.innerpage-tabs-nav div:nth-child(2)>label {
	cursor: default;
	color: var(--Black, #42567A);
	border-color: #2C61E7;
}

.innerpage-tabs input[name="tab-control"]:nth-of-type(2):checked~.innerpage-tabs-content>.innerpage-tabs-item:nth-child(2) {
	display: block;
}

.innerpage-tabs input[name="tab-control"]:nth-of-type(3):checked~.innerpage-tabs-nav div:nth-child(3)>label {
	cursor: default;
	color: var(--Black, #42567A);
	border-color: #2C61E7;
}

.innerpage-tabs input[name="tab-control"]:nth-of-type(3):checked~.innerpage-tabs-content>.innerpage-tabs-item:nth-child(3) {
	display: block;
}

.innerpage-tabs input[name="tab-control"]:nth-of-type(4):checked~.innerpage-tabs-nav div:nth-child(4)>label {
	cursor: default;
	color: var(--Black, #42567A);
	border-color: #2C61E7;
}

.innerpage-tabs input[name="tab-control"]:nth-of-type(4):checked~.innerpage-tabs-content>.innerpage-tabs-item:nth-child(4) {
	display: block;
}

@-webkit-keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.innerpage-options {
	text-align: center;
}

.innerpage-options-list {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
}

.innerpage-options-item {
	max-width: 210px;
}

.innerpage-options-item p {
	margin-bottom: 20px;
}

.innerpage-options-item .button {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.innerpage-options-item .button,
.catalog-preview:hover .catalog-button,
.pricelists-button:hover {
	color: var(--text-accent);
}

.innerpage-options-item .button:after,
.catalog-preview:hover .catalog-button:after,
.news-button:hover:after,
.pricelists-button:hover:after {
	background: url('data:image/svg+xml,<svg width="10" height="11" viewBox="0 0 10 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.11202 3.40231L1.14464 10.3697L0 9.22506L6.96657 2.25768H0.826502V0.638672H9.73102V9.54319H8.11202V3.40231Z" fill="%232C61E7"/></svg>');
}


.innerpage-prices-td {
	font-weight: 400;
}


.innerpage-prices-tr:first-of-type {
	border-bottom: 1px solid var(--Gray-light, #E2E2E2);
}

.innerpage-content img {
	margin-bottom: 30px;
}

.innerpage-prices-tr:first-of-type .innerpage-prices-td {
	font-size: 14px;
	font-weight: 600;
	line-height: 156.4%;
	padding-bottom: 10px;
}

.innerpage-prices-tr {
	margin-bottom: 20px;
	text-align: center;
}

.innerpage-prices-td:first-of-type {
	text-align: left;
}

.innerpage-prices-td:last-of-type {
	text-align: right;
}

.innerpage-prices-td:first-of-type {
	width: 20%;
}

.innerpage-prices-td:nth-of-type(2) {
	width: 13%;
}

.innerpage-prices-td:nth-of-type(3) {
	width: 13%;
}

.innerpage-prices-td:nth-of-type(4) {
	width: 13%;
}

.innerpage-prices-td:nth-of-type(5) {
	width: 13%;
}

.innerpage-prices-td:nth-of-type(6) {
	width: 13%;
}

.innerpage-prices-td:nth-of-type(7) {
	width: 15%;
}

.innerpage-prices-table {
	margin-bottom: 40px;
}

.innerpage-benefits-item {
	background: #fff;
	font-weight: 600;
	min-height: 100px;
}

.innerpage-benefits-item:not(:last-of-type) {
	margin-bottom: 10px;
}

.innerpage-benefits-number {
	padding: 20px 35px 30px 30px;
	color: var(--text-accent);
	font-weight: 400;
	min-width: 90px;
	border-right: 1px solid rgba(66, 86, 122, 0.3);
}

.innerpage-benefits-content {
	padding: 20px 30px 30px 30px;
	max-width: 575px;
	max-width: 620px;
}

.innerpage-documents-item {
	background: #fff;
}

.innerpage-documents-item:not(:last-of-type) {
	border-bottom: 1px solid rgba(66, 86, 122, 0.3);
}

.innerpage-documents-item>a {
	background: url(../assets/images/pdf-icon.svg) no-repeat left 35px center/34px 34px;
	padding: 20px 35px 20px 88px;
	display: block;
	font-weight: 400;
}

.innerpage-documents-item:hover>a {
	color: var(--text-accent);
}

/*
.works-slider-wrap {
	position: relative;
}*/

.works-navigation {
	gap: 20px;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 60px;
}

.innerpage-others .pic-wrap:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(18, 18, 72, 0.60);
}

.innerpage-card h3 {
	color: var(--text-primary);
	font-size: 30px;
	line-height: 125%;
	letter-spacing: -0.6px;
	text-transform: uppercase;
	color: transparent;
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	max-width: 300px;
	text-align: center;
	margin-bottom: 0 !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

.swiper-slide-next.innerpage-card h3 {
	color: #fff;
}

.innerpage-questionnaires .catalog-previews {
	margin-top: 60px;
}

.innerpage-reviews-wrap {
	gap: 48px;
}

.innerpage-reviews-content a {
	background: url(../assets/images/pdf-icon.svg) no-repeat left center/34px 34px;
	padding-left: 53px;
	display: block;
	font-weight: 400;
	line-height: 34px;
}

.innerpage-reviews-content a:hover {
	color: var(--text-accent);
}

.innerpage-reviews-pic {
	max-width: 232px;
	width: 100%;
	/*	border: 1px solid var(--Gray-light, #E2E2E2);*/
}

.innerpage-works .catalog-previews {
	margin-top: 60px;
}

.innerpage-vacancies-item a {
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(66, 86, 122, 0.3);
}

.innerpage-vacancies-item:not(:last-of-type) {
	margin-bottom: 25px;
}

.innerpage-vacancies-item a:hover {
	color: var(--text-accent);
}

.innerpage-vacancies-item span {
	font-weight: 400;
}

.about-numbers {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 20px;
	margin: 40px 0;
}

.about-numbers-item {
	font-size: 18px;
	font-weight: 700;
	line-height: 150.9%;
	/* 27.162px */
	text-transform: uppercase;
}

.about-numbers-item span {
	display: block;
	color: var(--text-accent);
	font-size: 72px;
	font-weight: 400;
	line-height: 108.4%;
	/* 78.048px */
	letter-spacing: -0.002em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.innerpage-tabs-gallery {
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.innerpage-tabs-gallery .pic-wrap {
	border: 1px solid var(--Gray-light, #E2E2E2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 195px;
	height: 195px;
}

.innerpage-tabs-gallery img {
	margin: 0;
}

.about-slide {
	background: var(--Blu-BG, #F4F6F9);
	height: 537px;
	overflow: hidden;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.about-slide img {
	margin-bottom: 0;
}

.about-slide h2 {
	margin-bottom: 0;
	padding: 40px 50px 35px 50px;
}

.innerpage_common .about-navigation {
	margin-left: 0;
	margin-top: 40px;
	margin-bottom: 30px;
}


.faq-title {
	padding: 20px 75px 20px 0px;
	margin-bottom: 1px;
	position: relative;
	cursor: pointer;
}

.faq-title h3 {
	color: var(--color-accent);
}

.faq-title.active::after {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.faq-title::after {
	content: " ";
	background-position: center center;
	background-repeat: no-repeat;
	height: 14px;
	position: absolute;
	width: 14px;
	top: 50%;
	margin-top: -7px;
	right: 56px;
	background-image: url(../images/arrow-down.svg);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.faq-content.active {
	display: block;
}

.faq-content {
	padding: 20px 75px 25px 0px;
	display: none;
	-webkit-animation-name: content;
	animation-name: content;
	-webkit-animation-direction: normal;
	animation-direction: normal;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}

.faq-content li {
	list-style: disc;
	font-size: 16px;
	margin-bottom: 15px;
}

@-webkit-keyframes content {
	from {
		opacity: 0;
		-webkit-transform: translateY(20%);
		transform: translateY(20%);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
}

.faq-list {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.faq-wrap {
	width: 100%;
}

.faq-title {
	border: none;
	margin-bottom: 20px;
	padding-right: 60px;
	border-radius: 15px;
}

.faq-title:after {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='%D0%A1%D0%BB%D0%BE%D0%B9_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 28 18' style='enable-background:new 0 0 28 18%3B' xml:space='preserve'%3E%3Cstyle type='text/css'%3E.st0%7Bfill:none%3Bstroke:%23191711%3Bstroke-width:4%3Bstroke-linecap:round%3Bstroke-linejoin:round%3Bstroke-miterlimit:10%3B%7D%3C/style%3E%3Ctitle%3EAngle Right%3C/title%3E%3Cdesc%3EA line styled icon from Orion Icon Library.%3C/desc%3E%3Cpath class='st0' d='M26 2L14 16L2 2'/%3E%3C/svg%3E");
	right: 32px;
}

.faq-title h3 {
	color: var(--color-primary);
	margin-bottom: 0;
	font-weight: 700px;
	font-size: 18px;
}

.faq-content {
	padding: 0px 35px 20px 0px;
}


@media screen and (max-width:1750px) {

	.container,
	section .container,
	.mobile-menu .container {
		max-width: 1320px;
		padding-left: 60px;
		padding-right: 60px;
	}

	h1 {
		font-size: 60px;
	}

	h2,
	.about-title span,
	.mobile-menu .menu-item {
		font-size: 50px;
	}

	.sub-menu .menu-item {
		font-size: 26px;
	}

	.sub-menu:after {
		width: 36px;
		height: 23px;
		top: 12px;
	}

	.section-heading {
		margin-bottom: 40px;
	}

	h3,
	.title {
		font-size: 26px;
	}

	.about-item {
		gap: 40px 60px;
	}

	.solutions-slider,
	.services-slider {
		max-width: 1320px;
	}

	.contacts-list,
	.footer-menu {
		gap: 10px 30px;
	}

	/*
	.menu-navigation {
		left: 100px;
	}
*/

	.open-button {
		right: 30px;
	}

	.mobile-menu .close-button {
		right: 13px;
	}

	.products-item,
	.solutions-item,
	.services-item,
	.footer .container {
		padding-left: 60px;
		padding-right: 60px;
	}

	.contacts-item {
		font-size: 14px;
	}

}


@media screen and (max-width:1600px) {

	.container,
	section .container,
	.mobile-menu .container {
		max-width: 1120px;
		padding-left: 40px;
		padding-right: 40px;
	}

	/*
	.menu-navigation {
		left: 70px;
	}
*/

	h1 {
		font-size: 50px;
	}


	.hero-title {
		max-width: 950px;
	}

	h2,
	.about-title span,
	.mobile-menu .menu-item {
		font-size: 40px;
	}

	.mobile-menu .menu {
		gap: 25px;
	}


	.sub-menu .menu-item:first-of-type {
		margin-top: 25px;
	}

	.sub-menu .menu-item {
		font-size: 20px;
	}


	.sub-menu:after {
		width: 30px;
		height: 19px;
		top: 12px;
	}

	.button {
		font-size: 16px;
	}

	.menu-navigation {
		font-size: 14px;
		gap: 5px;
	}

	.contacts-item {
		font-size: 14px;
	}

	h3,
	.title {
		font-size: 20px;
	}

	.solutions-desc,
	.services-desc {
		font-size: 20px;
	}

	.solutions-item span,
	.services-item span {
		margin-bottom: 20px;
	}

	.hero-desc {
		font-size: 16px;
	}

	.solutions-slider,
	.services-slider {
		max-width: 1120px;
	}


	.products-item,
	.solutions-item,
	.services-item,
	.footer .container {
		padding-left: 40px;
		padding-right: 40px;
	}

	.section-desc {
		font-size: 18px;
		margin-bottom: 40px;
	}

	.products-item {
		gap: 20px;
	}

	.about-slider {
		width: 2080px;
	}

	.about-title span {
		margin-bottom: 20px;
	}

	.about-item .pic-wrap {
		height: 300px;
	}

	.solutions-desc,
	.services-desc {
		font-size: 14px;
	}

	.about-item {
		gap: 30px 40px;
	}

	.about-text,
	.about-item .pic-wrap {
		max-width: 500px;
	}

	.contacts-list,
	.footer-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts-list {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}

	.news-item .pic-wrap {
		height: 300px;
	}

	.news-item {
		gap: 20px;
	}

	.news-card {
		width: calc(50% - 13px);
		gap: 20px;
	}

	.news-tags,
	.footer-menu {
		font-size: 14px;
	}

	.footer .container {
		padding-top: 50px;
		padding-bottom: 40px;
	}

	.footer-wrap {
		gap: 20px;
	}

	.products-card {
		gap: 20px;
	}

	.products-card .pic-wrap {
		min-width: 185px;
		max-width: 185px;
	}

	.questionnaires-card {
		background-size: 50%;
	}

	.solutions-card,
	.services-card {
		height: 330px;
	}

	.arrows-wrap_innerpage-gallery {
		max-width: 1160px;
	}
}

@media screen and (max-width:1400px) {
	.menu-navigation {
		display: none;
	}

	h1 {
		font-size: 44px;
	}

	.hero-title {
		max-width: 600px;
	}

	.hero-desc {
		font-size: 14px;
	}

	.section-heading {
		margin-bottom: 40px;
	}

	.open-button {
		right: 0px;
	}

	.mobile-menu .close-button {
		right: -14px;
	}

	.about-title span {
		margin-bottom: 15px;
	}

	.about-slider {
		width: 1840px;
	}

	.about-navigation {
		margin-left: auto;
		margin-top: 30px;
	}

	.container,
	section .container,
	.mobile-menu .container {
		max-width: 1000px;
		padding-left: 40px;
		padding-right: 40px;
	}


	.arrows-wrap_innerpage-gallery {
		max-width: 1040px;
	}

	.solutions-slider,
	.services-slider {
		max-width: 1000px;
	}

	.products-item {
		padding: 30px;
	}

	.solutions-item,
	.services-item,
	.footer .container,
	.products-card,
	.questionnaires-preview {
		padding-left: 40px;
		padding-right: 40px;
	}

	.products-cards,
	.solutions-cards,
	.services-cards,
	.questionnaires-list,
	.pricelists-list,
	.works-list,
	.innerpage_news .news-list,
	.pagination,
	.contacts-socials,
	.form {
		margin-top: 50px;
	}

	.questionnaires-preview {
		height: 250px;
	}

	.questionnaires-preview .pic-wrap {
		height: 250px;
		-ms-flex-negative: 1;
		flex-shrink: 1;
	}
}

@media screen and (max-width: 1000px) {

	.nav-bar .contacts-list {
		display: none;
	}

	.nav-bar {
		padding: 25px 0;
	}

	.close-button,
	.open-button {
		display: none;
	}

	.mobile-menu .contacts-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
		padding: 30px 0;
		margin: 30px 0 45px;
		gap: 20px;
		text-align: left;
	}

	.mobile-menu .consult-button,
	.mobile-menu .copyright {
		position: static;
	}

	.mobile-menu .copyright {
		font-size: 14px;
		margin-top: 20px;
		text-align: left;
	}

	.mobile-menu .contacts-item {
		width: 100%;
	}


	section .container {
		border: none;
	}

	.container,
	section .container,
	.mobile-menu .container {
		padding-right: 15px;
		padding-left: 15px;
	}


	section .container,
	.mobile-menu .container {
		padding: 15vh 15px 10vh;
	}

	.mobile-menu .menu {
		height: auto;
		gap: 20px;
	}

	.mobile-menu .menu-item {
		font-size: 24px;
	}

	.mobile-menu .sub-menu {
		gap: 10px;
	}


	.sub-menu:after {
		width: 18px;
		height: 11px;
		top: 8px;
	}

	.sub-menu .menu-item:first-of-type {
		margin-top: 20px;
	}

	.sub-menu .menu-item {
		font-size: 16px;
	}

	h1 {
		font-size: 40px;
	}

	/*
	h2,
	.about-title span {
		font-size: 36px;
	}

	h3 {
		font-size: 24px;
	}
*/


	.section-desc {
		font-size: 16px;
	}

	.section-heading {
		margin-bottom: 30px;
	}

	.news-card,
	.products-item {
		padding: 30px 20px;
	}

	.solutions-item span,
	.services-item span {
		margin-bottom: 20px;
	}

	.about-title {
		max-width: none;
	}

	.about-title span {
		margin-bottom: 10px;
		font-size: 25px;
		font-weight: 700;
	}

	.news-item,
	.products-item,
	.news-card {
		gap: 20px;
	}

	.news-item .pic-wrap {
		height: 290px;
	}

	.arrows-wrap_solutions,
	.arrows-wrap_services {
		display: none;
	}

	.solutions-slider,
	.services-slider {
		position: relative;
	}

	.solutions-item,
	.services-item {
		color: var(--text-secondary);
		padding-top: 120px;
	}

	.solutions-item .pic-wrap,
	.services-item .pic-wrap {
		opacity: 1;
		visibility: visible;
		width: 100%;
	}


	.solutions-item .solutions-desc,
	.services-item .services-desc {
		color: var(--text-secondary);
	}

	.solutions-item .solutions-title path,
	.services-item .services-title path {
		fill: var(--text-secondary);
	}

	.solutions-item span,
	.services-item span {
		color: inherit;
	}

	.solutions-title svg,
	.services-title svg {
		width: 10px;
		height: 10px;
	}

	.arrows-wrap_services .arrow-prev,
	.arrows-wrap_solutions .arrow-prev {
		left: 15px;
	}

	.arrows-wrap_services .arrow-next,
	.arrows-wrap_solutions .arrow-next {
		right: 15px;
	}

	.products-item,
	.solutions-item,
	.services-item {
		padding-left: 20px;
		padding-right: 20px;
	}

	.about-slider {
		width: 1200px;
	}

	.about-item {
		gap: 20px;
	}

	.products-item span {
		display: none;
	}


	.footer .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.footer .container {
		padding-top: 40px;
		padding-bottom: 30px;
	}

	.products-cards,
	.solutions-cards,
	.services-cards,
	.questionnaires-list,
	.pricelists-list,
	.works-list,
	.innerpage_news .news-list,
	.pagination,
	.contacts-socials,
	.form {
		margin-top: 40px;
	}

	.innerpage-desc {
		margin-top: 20px;
	}

	.products-cards {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.products-card {
		padding: 40px 30px;
		width: 100%;
	}

	.products-card:first-of-type {
		border-bottom: 1px solid rgba(157, 157, 157, 0.3);
		border-right: none;
	}

	.products-card .pic-wrap {
		min-width: 150px;
		max-width: 150px;
	}

	.innerpage .container {
		padding-bottom: 5vh;
	}

	.innerpage_common .container {
		padding-top: 5vh;
	}

	.breadcrumbs {
		margin-bottom: 20px;
	}

	.questionnaires-preview {
		padding: 30px 15px;
	}

	.catalog-preview {
		padding: 30px 20px 20px;
	}

	.questionnaires-card {
		padding: 40px 30px;
	}

	.questionnaires-desc {
		-ms-flex-negative: 2;
		flex-shrink: 2;
	}

	.fountainTextG {
		font-size: 60px;
	}

	.catalog-preview .pic-wrap {
		max-width: 140px;
	}

	.catalog-preview {
		height: 400px;
	}

	.works-content {
		padding: 40px 30px 20px;
	}

	.works-list .works-item:after {
		top: unset;
		margin-top: 0;
		bottom: 20px;
		right: 20px;
	}

	.works-item:not(:last-of-type) {
		margin-bottom: 30px;
	}

	.works-content h3,
	.contacts-card h3,
	.contacts-socials .contacts-item {
		font-size: 20px;
	}

	.contacts-card h3 {
		margin-bottom: 20px;
	}

	.contacts-card {
		padding-top: 30px;
		margin-top: 30px;
	}

	.map {
		height: 400px;
	}

	.innerpage_news .news-list,
	.contacts-socials {
		padding-left: 15px;
		padding-right: 15px;
	}

	.news-navigation {
		padding: 0 15px 12px;
		margin-top: 30px;
	}

	.news-navigation li:after {
		bottom: -12px;
	}

	.form {
		padding: 40px;
	}

	.form-block {
		margin-bottom: 30px;
		gap: 12px 20px;
	}

	.innerpage_common h2,
	.innerpage-card h3 {
		font-size: 25px;
		margin-bottom: 30px;
	}

	.innerpage_common p {
		margin-bottom: 30px;
	}

	.innerpage-tabs {
		margin: 20px 0 30px;
	}

	.innerpage-gallery {
		width: 1000px;
	}


	.arrows-wrap_innerpage-gallery {
		display: none;
	}

	.innerpage-card .pic-wrap {
		height: 300px;
		padding: 0 1px;
	}

	.innerpage-documents-item>a {
		background-position: left 20px center;
		padding: 20px 20px 20px 69px;
	}


	.innerpage-benefits-item {
		min-height: 88px;
	}

	.innerpage-benefits-number {
		padding: 20px;
		min-width: 61px;
	}

	.innerpage-benefits-content {
		padding: 20px
	}

	.innerpage-card h3 {
		color: #fff;
	}

	.innerpage-reviews-pic {
		max-width: 180px;
	}

	.about-slide {
		height: 450px;
	}


	.about-numbers-item {
		font-size: 16px;
	}

	.about-numbers-item span {
		font-size: 56px;
		margin-bottom: 0;
	}

	.about-numbers {
		margin: 30px 0;
	}


}


/*
@media screen and (max-width:1000px) {

	:root {
		--block-gap: 50px;
		--title-gap: 28px;
	}


}

@media screen and (max-height: 600px) {}

@media screen and (max-width:767px),
@media (max-width:767px) and (max-height: 600px) {
	:root {
		--block-gap: 20px;
		--item-gap: 30px;
		--section-gap: 5vh;
		--title-gap: 20px
	}


}
*/

@media screen and (max-width:767px) {
	h1 {
		font-size: 34px;
	}

	h2 {
		font-size: 28px;
	}

	h3,
	.title {
		font-size: 20px;
	}



	.nav-bar {
		padding: 15px 0;
	}

	.hero-wrap {
		gap: 90px;
	}

	.hero-content {
		gap: 50px;
		justify-content: center;
		max-height: auto;
	}

	.hero-desc {
		font-size: 14px;
	}

	.button {
		font-size: 16px;
	}

	.hero-button {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.solutions-slider,
	.services-slider {
		min-width: 600px;
	}

	.section-heading {
		margin-bottom: 20px;
	}


	.products-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.products-item {
		width: 100%;
	}


	.news-wrap {
		margin-bottom: 20px;
	}

	.news-item .pic-wrap,
	.about-item .pic-wrap {
		height: 185px;
	}

	.news-previews,
	.news-wrap,
	.hero-wrap {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.news-item,
	.products-item,
	.news-card {
		gap: 12px;
	}

	.hero-desc {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}

	.news-card,
	.news-card:nth-of-type(5n+1),
	.news-card:nth-of-type(5n+2) {
		width: 100%;
	}

	.footer-content {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		gap: 10px;
		margin-top: 0;
	}

	.footer-menu,
	.footer .contacts-list,
	.footer-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.questionnaires-preview {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		padding-top: 0;
		overflow: hidden;
	}

	.questionnaires-preview .pic-wrap {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		max-width: 331px;
		margin-top: -80px;
	}

	.fountainTextG {
		font-size: 50px;
	}

	.pricelists-button {
		width: 90px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}

	.pricelists-item div {
		width: 60%;
	}

	.pricelists-price {
		width: 28%;
	}

	.catalog-preview .pic-wrap {
		max-width: 120px;
	}

	.catalog-preview {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.news-navigation {
		padding-bottom: 0;
		gap: 10px 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		border-bottom: 0;
	}

	.news-navigation li:after {
		bottom: -5px;
	}

	.form {
		padding: 30px 20px;
	}

	.innerpage-subtitle {
		font-size: 20px;
		margin: 10px 0 15px;
	}

	.innerpage-price {
		font-size: 20px;
	}

	.innerpage_common h2,
	.innerpage-card h3 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.innerpage_common p {
		margin-bottom: 20px;
	}

	.innerpage_common ul {
		margin: 25px 0 20px;
	}

	.innerpage-prices-table {
		overflow-x: scroll;
	}

	.breadcrumbs {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.faq-title {
		padding-right: 35px;
	}

	.faq-title::after {
		right: 20px;
	}

	.faq-wrap {
		width: 100%;
	}

	.faq-list {
		gap: 0;
	}


}

@media screen and (max-width:620px) {
	.about-slider {
		width: 600px;
	}

	.about-text,
	.about-item .pic-wrap,
	.about-title {
		max-width: 300px;
	}

	.products-card {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
		gap: 10px;
		padding: 30px 15px;
	}

	.products-card .pic-wrap {
		max-width: 150px;
	}

	.innerpage-desc {
		margin-top: 15px;
	}

	.solutions-card,
	.services-card {
		width: 100%;
		padding: 30px 15px;
	}

	.fountainTextG {
		font-size: 36px;
	}


	.questionnaires-card {
		background: var(--text-accent) url(../assets/images/questionnaires-list.png) no-repeat left top -110px/308px 250px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		gap: 20px;
		height: 342px;
	}

	.questionnaires-item>a {
		background-size: 27px 32px;
		padding-left: 37px;
	}

	.pricelists-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 15px;
		gap: 10px;
	}

	.pricelists-item div {
		width: 100%;
		font-size: 16px;
		font-weight: 600;
	}

	.pricelists-price {
		width: auto;
	}

	.catalog-previews {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
	}

	.catalog-preview {
		width: 100%;
		height: 330px;
	}

	.works-item {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: auto;
	}

	.works-item .pic-wrap {
		height: 204px;
		max-width: 100%;
	}

	.works-content {
		max-width: 100%;
		min-height: 150px;
		gap: 10px;
		padding: 30px 15px 20px;
	}

	.works-date {
		margin-top: 20px;
	}

	.works-list .works-item:after {
		right: 15px;
	}

	.news-tags {
		gap: 10px 20px;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts-socials .contacts-item_whatsapp {
		margin-left: auto;
	}

	.contacts-socials .contacts-item_whatsapp,
	.contacts-socials .contacts-item_telegram {
		width: 21px;
		height: 21px;
		overflow: hidden;
	}

	.form {
		padding: 30px 15px;
	}

	.form-title {
		margin-bottom: 10px;
	}

	.form-block_contacts .form-input {
		max-width: 100%;
	}

	.form-block {
		margin-bottom: 20px;
	}

	.form-control {
		line-height: 30px;
		height: 50px;
	}

	textarea.form-control {
		min-height: 100px;
	}

	/*
	.contacts-socials .contacts-item_whatsapp svg, .contacts-socials .contacts-item_telegram svg {
		width: 19px;
		height: 19px;
	} 
*/


	.innerpage-gallery {
		width: 600px;
	}

	.innerpage-tabs-nav {
		flex-wrap: wrap;
	}

	.innerpage-tabs-nav div {
		width: 50%;
	}

	.innerpage-gallery {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		left: 0;
	}

	.innerpage-card .pic-wrap {
		height: 200px;
	}

	.innerpage-options-list {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		gap: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.innerpage-options-item {
		max-width: 270px;
	}

	.innerpage-prices-tr {
		width: 670px;
	}

	.innerpage_common h4 {
		margin-bottom: 12px;
	}

	.innerpage-benefits-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.innerpage-benefits-number {
		border-right: none;
		border-bottom: 1px solid rgba(66, 86, 122, 0.3);
	}

	.innerpage-reviews-wrap {
		gap: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.about-numbers {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: center;
	}

	.about-slide {
		height: 380px;
	}

	.innerpage-tabs-nav label {
		padding: 10px 0;
		font-size: 16px;
	}

	.faq-content {
		padding: 0px 15px 30px 0px;
	}

	.faq-title {
		padding-left: 0px;
		margin-bottom: 20px;
	}


	.gallery .gallery-item {
		width: 100% !important;
		margin-top: 0 !important;
	}
}