/***************************************************              GENERAL RESET STYLES             ***************************************************/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: normal;
}

*:focus {
	outline: none;
}

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

nav ul {
	list-style: none;
}

ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

a {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

strong,
b {
	font-weight: 600;
}

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

img {
	border-style: none;
	width: 100%;
	height: auto;
	display: block;
}

form fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input,
textarea,
select {
	vertical-align: middle;
	padding: 0;
	box-sizing: border-box;
	resize: none;

	border: 1px solid transparent;
	color: #000c49;
	background-color: #fff;
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	color: #000c49;
	font-size: 16px;
}

textarea:focus::-webkit-input-placeholder,
input:focus::-webkit-input-placeholder {
	color: #b9b9b9;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: #fff;
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px transparent;
}

.container {
	display: block;
	position: relative;
	width: 1840px;
	margin: 0px auto;
	/* padding: 0px 40px; */
	height: 100%;
}

.left-container {
	height: 100%;
	padding-left: calc(50vw - 920px);
}

header,
main,
footer,
section {
	display: block;
	position: relative;
	width: 100%;
}

span {
	font: inherit;
	color: inherit;
}

svg {
	display: block;
	width: 100%;
}

/* lenis reset */
html {
	scroll-behavior: auto !important;
}

html.lenis {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}
/* lenis reset */

/* common styles */
:root {
	--blue: #0054a2;
	--white: #fff;
	--body-white: #f5f5f5;
	--contrast-grey: #eaeaea;
	--dark: #1c1c1c;
	--border-grey: rgba(28, 28, 28, 0.15);
	--gradient: linear-gradient(
		100deg,
		#2fb6dc 6.79%,
		#106996 37.28%,
		#062981 87.06%
	);
	--main-transition-ease: cubic-bezier(0.165, 0.84, 0.44, 1);
	--section-gap-40: 40px;
}

*::selection {
	background-color: var(--blue);
	color: var(--white);
}
img::selection {
	background-color: transparent;
}

.title-h2 {
	color: var(--blue);
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}

.text-18 {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.text-24 {
	color: var(--dark);
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%;
}

.text-24 span {
	font-weight: 600;
}

.text-30 {
	color: var(--dark);
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.text-white {
	color: var(--white);
}

.text-500 {
	font-weight: 500;
}

.text-600 {
	font-weight: 600;
}
.text-upper {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-center {
	text-align: center;
}
.text-auto {
	text-transform: unset;
}

body {
	line-height: 1;
	background-color: var(--body-white);
}

.section-margin {
	margin-top: 150px;
}
.section-dark {
	background-color: var(--dark);
}
.section-def {
	display: flex;
	flex-direction: column;
	gap: 30px;
	overflow: hidden;
}

.border-block {
	border: 1px solid var(--border-grey);
	display: flex;
	flex-direction: column;
}
.border-block--lg {
	padding: 60px;
}
.border-block--sm {
	padding: 40px;
}
/* common styles */

/* btns */
.mk-btn {
	border: 1px solid transparent;
	transition: all 0.4s var(--main-transition-ease);
	background-color: var(--blue);
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	width: fit-content;
	padding: 20px;
	cursor: pointer;
	outline: none;
	text-align: left;
}

.mk-btn--gradient {
	background: var(--gradient);
	border: 1px solid var(--body-white);
}

.mk-btn:hover {
	color: var(--blue);
	border-color: var(--blue);
	background-color: var(--body-white);
	/* background-color: rgba(255, 255, 255, 0.15);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px); */
}

.mk-btn.mk-btn--gradient:hover {
	opacity: 0.8;
	color: var(--white);
	border-color: var(--body-white);
	background: var(--gradient);
}

.mk-btn__icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
	transition: all 0.4s var(--main-transition-ease);
}
.mk-btn:hover .mk-btn__icon {
	transform: rotate(90deg);
}
.mk-btn--full {
	width: 100%;
}
.mk-btn--centered {
	margin: 0 auto;
}
/* btns */

/* header styles */
.header {
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 1000;
	background-color: rgba(0, 0, 0, 0.2);
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	padding: 5px 0px;
}
.header-nav {
	display: flex;
	align-items: center;
	gap: 25px;
}
.header__inner {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
}
.header-nav__link {
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: 0.4s ease;
	position: relative;
}
.header-nav__link::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: 0.4s ease;
	opacity: 0;
	transform: scaleX(0.6);
	transform-origin: center;
}
.header-nav__link:hover {
	text-shadow: 0px 0px 0.5px currentColor;
}
.header-nav__link:hover::before {
	opacity: 1;
	transform: scaleX(1);
}
.logo {
	display: block;
	width: 213px;
	flex-shrink: 0;
	aspect-ratio: 213 / 31;
	overflow: hidden;
}
.logo svg {
	height: 100%;
}

.logo--header {
	color: var(--white);
}

/* ,
body:has(.header--dark) .logo--header */
body.mobile-menu-opened .logo--header {
	color: var(--dark);
}
/* body:has(.header--dark) .header-nav__link {
	color: var(--dark);
} */
/* body:has(.header--dark) .menu, */
body.mobile-menu-opened .menu {
	color: var(--dark);
}

/* header styles */

/* mobile menu styles */
.menu {
	display: none;
	color: var(--white);
	width: 44px;
	height: 44px;
	background: none;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
}
.line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke: currentColor;
	stroke-width: 3;
	transition:
		stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
		stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}
.line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}
.line2 {
	stroke-dasharray: 60 75;
	stroke-width: 6;
	stroke-dashoffset: -134;
}
.line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
}

.opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}
.opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -90;
	stroke-width: 6;
}
.opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
}

.mobile-menu {
	width: 100%;
	height: 100vh;
	background-color: var(--white);
	transition: all 0.4s;
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	flex-direction: column;
	overflow: hidden;
	gap: 10px;
	justify-content: space-between;
	transform: translateX(-105%);
}
.mobile-menu__self {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--border-grey);
}
.mobile-menu__bg {
	max-width: 600px;
	margin: 0 auto;
}
.mobile-menu > .container {
	height: auto;
}
.header-relative {
	position: relative;
	z-index: 20;
	width: 100%;
}
.mobile-menu__inner {
	padding-top: 100px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
.mobile-menu__link {
	color: var(--dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.4s;
}
.mobile-menu__link:hover {
	opacity: 0.8;
}
.mobile-menu.active {
	transform: translateX(0);
}
/* mobile menu styles */

/* services styles */
.services-btn {
	padding-inline: 40px;
	flex-shrink: 0;
}
.services__card-bottom-left,
.services__card-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.services__card-includes {
	color: var(--blue);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.services__card-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.services__card-bottom {
	display: flex;
	align-items: flex-end;
	gap: 40px;
	justify-content: space-between;
	margin-top: auto;
}
.services__card-img {
	aspect-ratio: 1;
	max-width: 105px;
}
.services__inner {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.services__left {
	display: flex;
	flex-direction: column;
	gap: 100px;
	width: 60%;
	position: sticky;
	top: 20px;
}
.services__cards {
	width: 40%;
}
.services__card {
	gap: 30px;
}
.services__img {
	aspect-ratio: 71/43;
	overflow: hidden;
	position: relative;
}
.services-img-opacity {
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.services-img-opacity.active {
	opacity: 1;
}
.services__cards {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
/* services styles */

/* sectors styles */
.sectors {
	overflow: hidden;
}
.sectors__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
	width: 100%;
}
.my-cards__inner {
	display: flex;
	height: 776px;
	gap: 20px;
}
.my-card {
	flex-shrink: 0;
	flex-basis: 116px;
	background-color: var(--contrast-grey);
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.my-card__vertical {
	position: absolute;
	left: 0;
	writing-mode: sideways-lr;
	width: 100%;
	max-width: 116px;
	height: 100%;
	padding: 40px;
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}
.my-card__background {
	position: absolute;
	inset: 0;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.my-card__background img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	scale: 1.05;
	opacity: 0;
}
.my-card__text-block {
	position: absolute;
	z-index: 1;
	bottom: 0px;
	left: 50px;
	width: 100%;
	max-width: 525px;
	padding: 50px 50px 80px;
	opacity: 0;
	transform: translateY(30px);
	backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.my-card__vertical svg {
	flex-shrink: 0;
}
.my-card__title {
	color: var(--blue);
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.my-card__text-block .my-card__title {
	color: var(--white);
	font-size: 32px;
}
/* sectors styles */

/* trust styles */
.trust {
	overflow: hidden;
}
.trust__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
	width: 100%;
}
.trust__top {
	max-width: 1085px;
}
.trust__grid {
	position: relative;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	height: 560px;
}
.trust__btn {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.trust__cell-top {
	color: var(--blue);
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.trust__cell {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 40px;
	background-color: var(--white);
	margin-top: auto;
}
.trust__cell1 {
	min-height: 40%;
}
.trust__cell2 {
	min-height: 60%;
	background-color: var(--contrast-grey);
}
.trust__cell3 {
	min-height: 80%;
}
.trust__cell4 {
	height: 100%;
	background-color: var(--contrast-grey);
}
.trust__cell-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: auto;
}
/* trust styles */

/* bym-eco styles */
.bym-eco__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
/* bym-eco styles */

/* simple tabs styles */
.simple-tabs {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.simple-tabs__wrap {
	width: 100%;
	position: relative;
}
.simple-tab {
	position: absolute;
	top: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
	z-index: -1000;
	opacity: 0;
	transition: all 0.7s;
	width: 100%;
}
.simple-tab.active {
	position: relative;
	opacity: 1;
	z-index: 1000;
}
.simple-tab__list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.simple-tab__list-item {
	display: grid;
	grid-template-columns: auto 504px 1fr;
	gap: 100px;
	padding-bottom: 16px;
	border-bottom: 1px solid var(--border-grey);
}
.simple-tab__icon {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}
.simple-tab__icon svg {
	width: 100%;
	height: 100%;
}
.simple-tab__content span {
	font-weight: 600;
}
.simple-tabs__btns {
	display: flex;
	align-items: center;
	gap: 10vw;
	width: fit-content;
	padding-bottom: 5px;
	border-bottom: 1px solid var(--border-grey);
}
.simple-tab__btn {
	color: var(--dark);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	cursor: pointer;
	border: none;
	outline: none;
	background-color: transparent;
	transition: all 0.4s;
	opacity: 0.6;
	position: relative;
	padding: 0;
	margin: 0;
}
.simple-tab__btn::before {
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -5px;
	left: 0;
	background-color: currentColor;
	transition: all 0.4s;
	transform-origin: center;
	transform: scaleX(0.7);
	opacity: 0;
}

.company-tabs .simple-tab__btn {
	color: rgba(164, 164, 164, 1);
}

.company-tabs .simple-tabs__btns {
	gap: 10px;
	justify-content: space-between;
	width: 100%;
	border-color: rgba(164, 164, 164, 1);
}

.simple-tab__btn:hover {
	opacity: 1;
}
.simple-tab__btn.active {
	color: var(--blue);
	opacity: 1;
}
.simple-tab__btn.active:hover {
	color: var(--blue) !important;
}
.simple-tab__btn.active::before {
	transform: scaleX(1);
	opacity: 1;
}
/* simple tabs styles */

/* cases styles */
.main-about .cases__top .mk-btn {
	display: none;
}
.cases__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.cases__top {
	display: flex;
	gap: 50px;
	align-items: center;
}
.cases__cards {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.cases__card {
	aspect-ratio: 640 / 944;
	overflow: hidden;
	position: relative;
	padding: 0px 55px;
	display: flex;
	align-items: flex-end;
}
.cases__card-img {
	position: absolute;
	z-index: 0;
	inset: 0;
}
.cases__card:hover .cases__card-img img {
	transform: scale(1.05);
}
.cases__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.4s;
}
.cases__card-block {
	width: 100%;
	padding: 40px;
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
	min-height: 295px;
	display: flex;
	align-items: center;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
}
.cases__card-title {
	color: var(--white);
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
/* cases styles */

/* faq styles */
.faq-wrap {
	padding: 60px 0px;
	background-color: var(--dark);
}
.faq-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.faq {
	padding: 20px 30px;
	display: flex;
	flex-direction: column;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.faq-content {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: all 0.4s;
}
.faq-content > div {
	min-height: 0px;
}
.faq-title {
	color: var(--white);
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 22px */
	text-transform: uppercase;
}
.faq-top {
	display: flex;
	align-items: center;
	gap: 10px;
	color: var(--white);
	justify-content: space-between;
	cursor: pointer;
}
.faq.active .faq-content {
	grid-template-rows: 1fr;
}
.faq-content--fix {
	display: block;
	height: 15px;
}
.faq.active .mk-btn__icon {
	transform: rotate(90deg);
}
.faq-wrap__inner {
	display: flex;
	gap: 40px;
}
.faq-sub {
	margin-top: 30px;
	margin-bottom: 20px;
	text-transform: capitalize;
	white-space: nowrap;
}
.faq-left {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	max-width: 587px;
}
.faq-subtext {
	margin-top: 20px;
	margin-bottom: 80px;
}
/* faq styles */

/* hero -> hero's styles */
.hero-100vh {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.hero-100vh .container {
	height: 100%;
	z-index: 1;
	position: relative;
}
.hero-bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.hero-bg video,
.hero-bg img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.hero-main__inner {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	height: 100%;
	padding: 80px 0px;
}
.hero-main__t {
	display: flex;
	flex-direction: column;
	gap: 65px;
}
.hero-main__p {
	color: var(--white);
	text-align: justify;
	font-size: 22px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	text-transform: uppercase;
}
.hero-main__t .hero-main__p {
	max-width: 344px;
}
.hero-main__title {
	color: var(--white);
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: 86%;
	letter-spacing: -4px;
	text-transform: uppercase;
}
.hero-main__b {
	display: flex;
	align-items: flex-start;
	width: 100%;
	justify-content: space-between;
	gap: 20px;
	transform: translateY(50px);
}
.hero-main__btn-wrap {
	width: 100%;
	max-width: 361px;
}
.hero-main__b .hero-main__p {
	max-width: 754px;
	text-align: right;
	font-size: 23px;
}
/* hero -> hero's styles */

/* marquee's */
.custom-marquee {
	position: relative;
	display: flex;
	overflow: hidden;
	user-select: none;
	gap: 20px;
	width: 100%;
}

.custom-marquee::before,
.custom-marquee::after {
	content: "";
	height: 100%;
	width: 10%;
	position: absolute;
	top: 0;
	z-index: 1;
	pointer-events: none;
}

.custom-marquee::before {
	left: 0;
	background: linear-gradient(
		90deg,
		var(--white) 0%,
		rgba(255, 255, 255, 0) 100%
	);
}

.custom-marquee::after {
	right: 0;
	background: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0%,
		var(--white) 100%
	);
}

.custom-marquee__list {
	flex-shrink: 0;
	display: inline-flex;
	/* gap: 20px; */
	justify-content: flex-start;
	/* animation: scroll 25s linear infinite; */
}

.custom-marquee__item {
	flex: 0 0 auto;
	width: 360px;
	height: 113px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--white);
	margin-right: 20px;
}
.custom-marquee__item img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@keyframes scroll {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(calc(-100% - 20px));
	}
}

.hero-marquee {
	margin: 40px 0px;
}
/* marquee's */

/* strugle styles */
.strugle__text {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.strugle__title {
	text-transform: initial;
	color: var(--dark);
}
.strugle__l {
	display: flex;
	flex-direction: column;
	gap: 90px;
	padding-right: 40px;
}
.strugle__img {
	max-width: 845px;
	aspect-ratio: 845 / 522;
	overflow: hidden;
}
.strugle__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.strugle__r {
	width: 50%;
}
.strugle__inner {
	display: flex;
}
/* strugle styles */

/* process styles */
.process-block {
	display: flex;
	gap: 30px;
	position: relative;
	min-height: 140px;
}
.process-block__icon {
	background-color: var(--body-white);
	position: relative;
	z-index: 1;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}
.black-scroll__list .process-block__icon {
	background-color: transparent;
}
.process-text {
	color: rgba(202, 202, 202, 1);
	transition: all 0.4s;
}
.black-scroll__list .process-text {
	color: rgba(73, 73, 73, 1);
}
.process-block__icon svg {
	width: 100%;
	height: 100%;
}
.process-block__line-wrap {
	position: absolute;
	z-index: 0;
	width: 2px;
	height: 100%;
	left: 14px;
	background-color: rgba(202, 202, 202, 1);
}
.black-scroll__list .process-block__line-wrap {
	background-color: rgba(73, 73, 73, 1);
}
.process-block__line {
	width: 100%;
	height: 100%;
	background-color: var(--blue);
	transform: scaleY(0);
	transform-origin: top;
}
.black-scroll__list .process-block__line {
	background-color: var(--white);
}
.process-block__content {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
}
.process-block__content > div {
	width: 100%;
	height: 1px;
	background-color: currentColor;
}
.process-block.active .process-text--dark {
	color: var(--dark);
}
.process-block.active .process-text--blue {
	color: var(--blue);
}
.process-block.active .process-text--white {
	color: var(--white);
}
/* process styles */

/* black-scroll styles */
.black-scroll__list-right {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.black-scroll {
	padding: 80px 0px;
	background-color: var(--dark);
}
.black-scroll__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.black-scroll__blocks {
	display: grid;
	grid-template-columns: 1fr 0.95fr;
	gap: 40px;
}
.black-scroll__img {
	aspect-ratio: 92 / 67;
	overflow: hidden;
}
.black-scroll__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.black-scroll__img--with img {
	object-fit: contain;
}
.black-scroll__list {
	display: flex;
	flex-direction: column;
}
.black-scroll__img--with {
	position: relative;
	overflow: hidden;
}
.with-img2 {
	position: absolute;
	top: 0;
}
/* black-scroll styles */

/* hero about styles */
.hero-about {
	background: linear-gradient(
		346deg,
		#e7ebef 18.93%,
		#849cbf 49.38%,
		#445979 82.39%
	);
}
.hero-about__inner {
	padding-top: 160px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.hero-about__img {
	max-width: 1316px;
	aspect-ratio: 216 / 173;
	overflow: hidden;
	margin: 0 auto;
}
.hero-about__c,
.hero-about__text {
	display: flex;
	flex-direction: column;
	gap: 65px;
}
.hero-about__ct,
.hero-about__cb {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 140px;
}
.about-title {
	color: var(--white);
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 1;
	text-transform: uppercase;
}
.about-text {
	max-width: 803px;
	text-align: justify;
}
.about-btn {
	max-width: 361px;
}
.hero-about__ct {
	align-items: end;
}
.hero-about__nums {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.hero-about__num-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.hero-about__num-wrap {
	display: flex;
	align-items: center;
	gap: 10px;
}
.hero-about__num1 {
	color: var(--white);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}
.hero-about__num2 {
	color: var(--white);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
/* hero about styles */

/* company styles */
.company {
	background-color: var(--dark);
	padding-top: 60px;
}
.company__inner {
	display: flex;
	/* align-items: center; */
	justify-content: center;
	width: 100%;
}
.company__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	max-width: 920px;
	width: 100%;
	margin-top: 150px;
}
.company__img {
	aspect-ratio: 89 / 122;
	overflow: hidden;
	max-width: 650px;
	flex-shrink: 0;
}
.company__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: bottom;
}
.company__title {
	color: var(--white);
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}
/* .company-tab.simple-tab.active {
	position: absolute;
} */
/* company styles */

/* princ styles */
.princ__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.princ--m {
	display: none;
	flex-direction: column;
	gap: 20px;
}

.princ__pag {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 100%;
}
.princ-slide {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.princ--d {
	display: flex;
	gap: 20px;
}
.princ-card {
	display: grid;
	grid-template-rows: 526px 1fr 150px;
	flex-shrink: 0;
	flex-basis: 242px;
	gap: 10px;
	cursor: pointer;
	transition: all 0.4s;
}
.princ-card__num {
	color: var(--blue);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}
.princ-card__img {
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}
.princ-card__img img {
	aspect-ratio: 1;
	overflow: hidden;
	width: 100%;
}
.princ-card__line {
	width: 100%;
	height: 1px;
	background-color: var(--border-grey);
	margin-bottom: 20px;
	margin-top: 10px;
}
.princ-card__content-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
	opacity: 0;
	transition: opacity 0s;
	transition-delay: 0s;
}
.princ-card.active {
	flex-grow: 1;
}
.princ-card.active .princ-card__content-block {
	transition: opacity 0.5s;
	transition-delay: 0.3s;
	opacity: 1;
}
.princ-card__content-block > .text-24 {
	word-break: break-all;
}
.princ-card__b h3 {
	margin-top: 20px;
}
/* princ styles */

/* journey styles */
.journey__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
	width: 100%;
}
.journey__wrap {
	position: relative;
	display: flex;
	justify-content: center;
	gap: 13vw;
}
.journey__wrap + .mk-btn {
	position: relative;
	z-index: 1;
}
.journey__bg-wrap {
	inset: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
}
.journey__bg {
	aspect-ratio: 121 / 105;
	overflow: hidden;
	max-width: 50vw;
}
.journey__column {
	display: grid;
	grid-template-columns: 600px;
	gap: 130px;
	position: relative;
	z-index: 1;
}
.journey__column--left {
	margin-top: 80px;
}
.journey__block {
	padding: 30px;
	display: flex;
	flex-direction: column;
	gap: 60px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
	height: fit-content;
}
.journey__year {
	color: var(--blue);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%; /* 21.6px */
	text-transform: uppercase;
}
.journey__sub {
	color: var(--blue);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%; /* 16.2px */
	text-transform: uppercase;
}
.journey__title {
	color: var(--dark);
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: -1.28px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
/* journey styles */

/* reviews styles */
.reviews__wrap,
.reviews__inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.reviewsSwiper {
	width: 100%;
}

.star-rating {
	position: relative;
	flex-shrink: 0;
	display: flex;
}
.star-rating-top {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.review {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	background-color: var(--white);
	height: 100%;
	min-height: 190px;
}
.review__top {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.review__name {
	color: var(--dark);
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 125%;
}
.review__text {
	color: #5d5d5d;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
}
.reviews-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}
.review-arrow {
	border: none;
	outline: none;
	background-color: transparent;
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	transition: all 0.4s;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.review-arrow svg {
	width: 100%;
	height: 100%;
}
.review-arrow.review-arrow--next {
	transform: rotate(180deg);
}
.reviews-pag {
	width: fit-content !important;
	display: flex;
	align-items: center;
	gap: 10px;
}
.reviews-nav .reviews-pag .swiper-pagination-bullet {
	opacity: 1;
	margin: 0;
	width: fit-content;
	height: fit-content;
	background-color: transparent;
	border-radius: none;
	padding: 0;
	color: var(--blue);
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	transition: all 0.4s;
}
.reviews-nav
	.reviews-pag
	.swiper-pagination-bullet.swiper-pagination-bullet-active {
	text-shadow: 0px 0px 1px currentColor;
}
.review-arrow.swiper-button-disabled {
	cursor: not-allowed;
	opacity: 0.2;
}
.reviewsSwiper .swiper-slide {
	height: auto;
}
/* reviews styles */

/* team styles */
.team {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.team .team__pag {
	/* display: flex; */
	gap: 10px;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	width: fit-content;
}
.team-slide {
	position: relative;
}
.team__img {
	aspect-ratio: 445 / 500;
	overflow: hidden;
}
.team__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
    object-position: top center;
}
.team__content {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 20px 20px 0;
	width: 100%;
	z-index: 1;
	background: rgba(44, 44, 44, 0.7);
	backdrop-filter: blur(6px);
	-webkit-backdrop-filter: blur(6px);
}
.team__content-t {
	display: grid;
	grid-template-columns: min-content 1fr;
	gap: 20px;
	padding: 6px 0px;
	border-bottom: 1px solid var(--white);
}
.team__name {
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%; /* 22.5px */
	text-transform: uppercase;
}
.team__position {
	color: var(--white);
	text-align: right;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%; /* 22.5px */
	text-transform: uppercase;
}
.team__content {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.team__text {
	max-height: 0;
	box-sizing: border-box;
	overflow: hidden;
	transition: max-height 1.6s;
	margin-bottom: 20px;
}
.swiper-slide:hover .team__text{
	max-height: 600px;
}

.team .team__pag .swiper-pagination-bullet {
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	width: 34px;
	height: 34px;
	position: relative;
	border: 1px solid transparent;
	transition: all 0.4s;
	background-color: transparent;
	position: relative;
}
.team .team__pag .swiper-pagination-bullet::before {
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--blue);
	border-radius: 50%;
	width: 20px;
	height: 20px;
}
.team .team__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: var(--blue);
}
/* .team .team__pag.team__pag--no-last .swiper-pagination-bullet:last-child {
	display: none;
} */
/* .team .team__pag .swiper-pagination-bullet-active-prev-prev::before {
	content: none;
}
.team .team__pag .swiper-pagination-bullet-active-next-next{
	transform: scale(0.66);
} */
/* team styles */

/* careers sm styles */
.careers-sm {
	background-color: var(--dark);
}
.careers-sm__inner {
	display: flex;
	gap: 40px;
	align-items: center;
}
.careers-sm__content {
	display: flex;
	flex-direction: column;
}
.careers-sm__content-uptitle {
	color: var(--blue);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%; /* 27px */
	text-transform: uppercase;
}
.careers-sm__content-title {
	color: var(--white);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	padding: 10px 0px;
}
.careers-sm__btn {
	margin-top: 80px;
}
.careers-sm__img {
	aspect-ratio: 201 / 226;
	overflow: hidden;
	width: 100%;
	max-width: 620px;
	flex-shrink: 0;
}
/* careers sm styles */

/* contact styles */
.contact {
	position: relative;
	padding: 30px 0px 0px;
	background-color: var(--dark);
}
.contact-content {
	position: absolute;
	z-index: 1;
	top: 80px;
	width: 100%;
}
.contact__inner {
	max-width: 560px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.contact-title {
	color: var(--white);
	font-size: 40px;
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 44px */
}
.contact-title > span {
	font-weight: 600;
}
.contact__top {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.contact__btn {
	margin-top: 40px;
}
.contact__input {
	width: 100%;
	padding: 15px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background-color: transparent;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--white);
}

.contact__input::placeholder {
	color: #cacaca;
}
.contact__form form {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.contact__form {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/* contact styles */

/* hero cases styles */
.hero-cases__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 10px;
	justify-content: space-between;
}
.hero-cases__inner {
	padding: 100px 0px;
}
.hero-cases-btn {
	max-width: 361px;
}
.hero-cases__text {
	margin: 30px 0px 40px 0px;
}
.hero-cases__title {
	color: var(--white);
	font-size: 70px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: uppercase;
}
/* hero cases styles */

/* breadcrumbs */
.crumbs-section {
	padding-top: 100px;
}
.my-crumbs a,
.my-crumbs span {
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%;
	transition: all 0.4s;
}
.my-crumbs p {
	display: flex;
	align-items: center;
	gap: 5px;
	flex-wrap: wrap;
	color: var(--white);
}
.my-crumbs a,
.my-crumbs .separator {
	color: var(--white);
}
.my-crumbs .separator {
	cursor: default;
}
.my-crumbs .last {
	color: var(--green);
	cursor: default;
}
.my-crumbs:hover .last {
	color: var(--white);
}
.my-crumbs a:hover {
	color: var(--blue);
}
.my-crumbs .last:hover {
	color: var(--white);
}

.my-crumbs--black p,
.my-crumbs--black a,
.my-crumbs--black .separator {
	color: var(--dark);
}

.my-crumbs--black .last {
	color: var(--dark);
}

/* hover состояния */
.my-crumbs--black a:hover {
	color: var(--blue); /* можно оставить или поменять */
}

.my-crumbs--black:hover .last {
	color: var(--dark);
}

.breadcrumbs-section {
	padding-top: 100px;
	width: 100%;
	background-color: transparent;
}
.breadcrumbs-section--dark {
	background-color: var(--dark);
}
/* breadcrumbs */

/* cases styles */
.cases-lg__inner,
.cases-lg__cards {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.cases-lg__card {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.cases-lg__card-text {
	border: 1px solid var(--border-grey);
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cases-lg__card-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.cases-lg__card-title {
	color: var(--dark);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.cases-lg__card-subtitle {
	color: var(--dark);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}
.cases-lg-btn {
	margin-top: auto;
}
.cases-lg__card-img {
	aspect-ratio: 910 / 600;
	overflow: hidden;
}
.cases-lg__card-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.cases-lg__cards > :nth-child(even) .cases-lg__card-text {
	order: 1;
}
/* cases styles */

/* contacts styles */
.contacts {
	background-color: var(--dark);
}
.contacts__inner {
	padding: 60px 0px;
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.contacts__socials {
	display: flex;
	align-items: center;
	gap: 30px;
}
.contacts__block {
	display: flex;
	flex-direction: column;
	gap: 80px;
}
.contacts__content {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}
.contacts__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	max-width: 430px;
}
.contacts__grid {
	display: grid;
	grid-template-columns: 280px auto auto;
	gap: 35px;
}
.contacts__cell-text {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
.contacts__cell-icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
}
.contacts__cell-top {
	align-items: center;
	gap: 10px;
	display: flex;
}
.contacts__cell-title {
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
}
.contacts__cell {
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: all 0.4s;
}
.contacts__cell-text {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}
a.contacts__cell:hover {
	cursor: pointer;
	opacity: 0.8;
}
/* contacts styles */

/* positions styles */
.positions__texts {
	align-items: center;
}
.position-slide {
	padding: 40px;
	border: 1px solid var(--border-grey);
	display: flex;
	flex-direction: column;
	gap: 50px;
	height: 100%;
}
.swiper-slide:has(.position-slide) {
	height: auto;
}
.position__content {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-direction: column;
}
.position__btn {
	margin-top: auto;
}
.position__title {
	color: var(--dark);
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.position__img {
	max-width: 105px;
	aspect-ratio: 1;
	overflow: hidden;
}
.position__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.positions__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
/* positions styles */

/* careers hero */
.hero-careers__inner {
	justify-content: flex-start;
	width: 100%;
	gap: 150px;
}
.hero-careers__content {
	max-width: 1167px;
}
/* careers hero */

/* footer styles */
.footer {
	padding: 60px 0px;
	background-color: var(--dark);
}
.logo--footer {
	width: 290px;
	color: var(--white);
}
.footer__link {
	color: var(--white);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: 0.4s ease;
	position: relative;
}
.footer__link::before {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	display: block;
	width: 100%;
	height: 1px;
	background-color: currentColor;
	transition: 0.4s ease;
	opacity: 0;
	transform: scaleX(0.6);
	transform-origin: center;
}
.footer__link:hover {
	text-shadow: 0px 0px 0.5px currentColor;
}
.footer__link:hover::before {
	opacity: 1;
	transform: scaleX(1);
}
.footer__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
	width: 100%;
}
.footer__center {
	padding: 20px 0px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.footer__nav {
	display: flex;
	align-items: center;
	gap: 20px;
}
.footer__link--social {
	transition: opacity 0.4s;
	width: 44px;
	aspect-ratio: 1;
	overflow: hidden;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border: 1px solid var(--white);
	border-radius: 50%;
	color: var(--white);
}
.footer__link--social:hover {
	opacity: 0.8;
}
.footer__bottom {
	display: flex;
	align-items: flex-end;
	gap: 10px;
	justify-content: space-between;
}
.footer__b-text {
	color: var(--white);
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
a.footer__b-text {
	transition: opacity 0.4s;
}
a.footer__b-text:hover {
	opacity: 0.7;
}
.footer__bottom-nav {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 10px;
}
.made-by {
	display: flex;
	align-items: center;
	gap: 3px;
	flex-wrap: wrap;
}
.made-by svg {
	flex-shrink: 0;
	height: auto;
	width: auto;
}
/* footer styles */

/* services hero styles */
.service-hero {
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
.service-hero__inner {
	padding-top: 100px;
	display: flex;
	gap: 20px;
	height: 100%;
}
.service-hero__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding-right: 100px;
}
.service-hero__content,
.service-hero__img {
	width: 50%;
}
.service-hero__img {
	height: 100%;
}
.service-hero__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.service-hero__content {
	display: flex;
	flex-direction: column;
	gap: 20%;
	height: 100%;
}
.service-hero__title {
	color: var(--dark);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: uppercase;
}
.service-hero__subtitle {
	margin-top: 10px;
}
.service-hero__btn {
	margin-top: 20px;
}
/* services hero styles */

/* intend styles */
.intend {
	width: 100%;
	height: 100vh;
}
.intend__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
	justify-content: center;
	height: 100%;
}
.intend__cards {
	display: flex;
	gap: 30px;
	height: 545px;
}
.intend__card {
	flex: 1;
}
.intend__card-content {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.intend__card--includes {
	color: var(--blue);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}

.intend__card-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 20px;
	height: 100%;
	padding: 40px;
	background-color: var(--white);
	border: 1px solid var(--border-grey);
}

.intend__cards > :nth-child(1) {
	z-index: 4;
}
.intend__cards > :nth-child(2) {
	z-index: 3;
	transform: translateX(-100%);
}
.intend__cards > :nth-child(3) {
	z-index: 2;
	transform: translateX(-200%);
}
.intend__cards > :nth-child(4) {
	z-index: 1;
	transform: translateX(-300%);
}

.intend__cards > :nth-child(1) .intend__card-inner {
	transform: rotate(-5deg);
}
.intend__cards > :nth-child(3) .intend__card-inner {
	transform: rotate(2.5deg);
}
.intend__cards > :nth-child(4) .intend__card-inner {
	transform: rotate(-5deg);
}
/* intend styles */

/* valuable styles */
.valuable__item {
	display: flex;
	align-items: center;
	gap: 30px;
	padding: 30px;
	border: 1px solid var(--border-grey);
}
.icon-105 {
	width: 105px;
	flex-shrink: 0;
	overflow: hidden;
}
.icon-105 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.valuable__inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.five__grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
}

.five__grid > div {
	flex: 0 1 calc((100% - 60px) / 3);
}
/* valuable styles */

/* problems styles */
.problems__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.problems__block {
	display: flex;
	gap: 40px;
}
.problems__block-img {
	aspect-ratio: 52/41;
	overflow: hidden;
	flex-shrink: 0;
	width: 100%;
	max-width: 625px;
}
.problems__block-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.problems__grid {
	flex: 1;
	height: fit-content;
}
.problems__item {
	background-color: var(--white);
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	padding: 30px 42px;
}
/* problems styles */

/* services get styles */
.service-get__inner {
	display: flex;
	gap: 20px;
	width: 100%;
}
.service-get__cards {
	width: 40%;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.service-get__subtitle {
	color: var(--dark);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 44px */
}
.service-get__l > div {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.service-get__l {
	width: 100%;
	height: fit-content;
	position: sticky;
	top: 20px;
}
.service-get__img {
	aspect-ratio: 134/57;
	overflow: hidden;
}
.service-get__card-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.service-get__card-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.service-get__card {
	gap: 20px;
}
.service-get__card-list_item {
	display: flex;
	align-items: center;
	gap: 10px;
}
.service-get__card-list_icon {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}
/* services get styles */

/* control styles */
.control__inner {
	display: flex;
	gap: 85px;
}
.control__block-wrap {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.control__blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	flex-shrink: 0;
}
.control__block {
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: space-between;
	height: 545px;
	border: 1px solid var(--border-grey);
	background-color: var(--white);
	padding: 40px;
}
.control__block-title {
	color: var(--dark);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.control__block-img {
	aspect-ratio: 1;
	overflow: hidden;
	max-width: 105px;
}
.control__block-img img {
	object-fit: contain;
	height: 100%;
}
.control__img {
	max-width: 600px;
}
.control__img img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 100%;
}
/* control styles */

/* outputs styles */
.outputs__inner {
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.outputs__item {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 40px 20px;
	align-items: center;
}
.outputs__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
/* outputs styles */

/* means styles */
.means__inner {
	display: flex;
	align-items: center;
	gap: 60px;
}
.means__content {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
	flex: 1;
}
.means__list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid var(--border-grey);
}
.means__list-item {
	padding: 40px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	border-bottom: 1px solid var(--border-grey);
}
.means__text {
	color: var(--dark);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.means__icon {
	flex-shrink: 0;
	overflow: hidden;
	aspect-ratio: 1;
	max-width: 44px;
}
.means__img {
	max-width: 604px;
	flex-shrink: 0;
	width: 100%;
}
/* means styles */

/* scenario styles */
.scenario {
	overflow-x: hidden;
}
.scenario__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
	padding: 120px 0px;
	background-color: var(--dark);
}
.scenario-list {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
.scenario-list-outer {
	position: relative;
	overflow-x: hidden;
	overflow-y: visible;
}
.scenario-hover-block {
	top: 50%;
	left: 50%;
	position: fixed;
	width: 336px;
	flex-shrink: 0;
	aspect-ratio: 1;
	overflow: hidden;
	z-index: 5;
	transform: translate(-50%, -50%);
	pointer-events: none;
}
.scenario-list-inner {
	position: relative;
	width: 100%;
	height: 100%;
	clip-path: inset(50%);
	transition: all 0.4s;
	background-color: var(--white);
}
.scenario-list-inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	position: absolute;
	inset: 0;
}
.scenario-hover-block.active .scenario-list-inner {
	clip-path: inset(0%);
}
.scenario-list-item {
	position: relative;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.scenario-list-bg {
	position: absolute;
	z-index: 1;
	inset: 0;
	background-color: rgba(255, 255, 255, 0.15);
	transition: all 0.4s;
	clip-path: inset(100% 0% 0% 0%);
}
.scenario-list-img {
	display: none;
}
.scenario-item-container {
	position: relative;
	z-index: 1;
}
.scenario-list-wrap {
	padding: 20px;
	/* display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between; */
	min-height: 250px;
	display: grid;
	align-items: center;
	grid-template-columns: 0.8fr 336px 1fr;
	gap: 100px;
}
.scenario__desctop {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	clip-path: inset(50% 0 50% 0);
	transition: all 0.4s;
}
.scenario__desctop img {
	transition: all 0.6s;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	opacity: 0;
	transform: scale(0.95);
}
.scenario-list-item:hover .scenario__desctop {
	clip-path: inset(0% 0% 0% 0%);
}
.scenario-list-item:hover .scenario__desctop img {
	transform: scale(1);
	opacity: 1;
}
.scenario-list-left {
	display: flex;
	align-items: center;
	gap: 20px;
}

.scenario-list-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.scenario-list-item:hover .scenario-list-bg {
	clip-path: inset(0% 0% 0% 0%);
}
.scenario-list-title {
	color: var(--white);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.scenario-list__right {
	/* max-width: 683px; */
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.scenario-list__li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.scenario-list__mark {
	width: 22px;
	height: 22px;
	flex-shrink: 0;
}
/* scenario styles */

/* how works styles */
.how-works {
	overflow: hidden;
}
.how-works__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.how-works__list {
	display: flex;
	flex-direction: column;
	width: 100%;
	border-top: 1px solid var(--border-grey);
}
.how-works__block {
	border-bottom: 1px solid var(--border-grey);
	padding: 50px 0px;
}
.how-works__item {
	display: flex;
	align-items: center;
	gap: 30px;
	width: fit-content;
	position: relative;
}
.how-works__num {
	color: var(--blue);
	font-size: 96px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.how-works__content {
	width: 576px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.how-works__title {
	color: var(--dark);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.how-works__img {
	aspect-ratio: 1;
	overflow: hidden;
	flex-shrink: 0;
	width: 105px;
}
.how-works__img img {
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.how-works__list > :nth-child(2) .how-works__item {
	left: 20%;
}
.how-works__list > :nth-child(3) .how-works__item {
	left: 40%;
}
.how-works__list > :nth-child(4) .how-works__item {
	margin-left: auto;
}
/* how works styles */

/* team behind styles */
.team-b__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.team-b__cards {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
.team-b__card {
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	padding: 40px;
	border: 1px solid var(--border-grey);
}
.team-b__card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 20px;
}
.team-b__card-title {
	color: var(--dark);
	text-align: center;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	text-transform: uppercase;
	padding: 6px 0px;
	border-bottom: 1px solid var(--border-grey);
}
/* team behind styles */

/* onsite styles */
.onsite__top {
	overflow: hidden;
}
.onsite__inner {
	display: flex;
	flex-direction: column;
	gap: 90px;
}
.onsite {
	padding: 80px 0px;
	background-color: var(--dark);
}
.onsite__cell-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.onsite__cell {
	padding: 40px 20px;
	display: flex;
	align-items: center;
	min-height: 340px;
}
.onsite__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.onsite__cell-num {
	color: var(--blue);
	font-size: 64px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.onsite__grid > :nth-child(-n + 3) {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-top: none;
}
.onsite__grid > :nth-child(n + 4) {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-bottom: none;
}
.onsite__white-title {
	margin-top: 30px;
	color: var(--white);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
	margin-bottom: 20px;
}
.onsite__grid-wrap {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.onsite__grid-title {
	color: var(--white);
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}
/* onsite styles */

/* service result styles */
.service-result {
	padding: 50px 0px;
	background-color: var(--dark);
}
.service-result__inner {
	display: flex;
	gap: 60px;
	align-items: center;
}
.service-result__list {
	display: flex;
	flex-direction: column;
	border-top: 1px solid rgba(255, 255, 255, 0.15);
}
.service-result__list-item {
	padding: 20px;
	display: flex;
	align-items: center;
	gap: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.service-result__img {
	width: 100%;
	aspect-ratio: 706 / 695;
	overflow: hidden;
	max-width: 706px;
	flex-shrink: 0;
}
.service-result__img img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.service-result__wrap {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 60px;
}
.service-result__block {
	padding: 40px;
	background-color: rgba(44, 44, 44, 0.7);
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.service-result__list-icon {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
}
/* service result styles */

/* service cases styles */
.service-cases__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 30px;
	overflow: hidden;
}
.case-slide {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.case-slide__img {
	/* aspect-ratio: 158/121; */
	overflow: hidden;
	display: block;
}
.case-slide__img img {
	transition: all 0.4s;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.case-slide__img:hover img {
	transform: scale(1.02);
}
.case-slide__20 {
	color: var(--dark);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.case-slide__blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.case-slide__block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.case-slide__subtitle {
	color: var(--dark);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 44px */
}
.case-slide__tab {
	display: flex;
	flex-direction: column;
	padding: 20px 5px;
	border-bottom: 1px solid var(--border-grey);
}
.case-slide__tab-btn {
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case-slide__tab-title {
	color: var(--blue);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.case-slide__tab-mark {
	width: 20px;
	height: 20px;
	color: var(--blue);
	transition: all 0.4s;
}
.case-slide__tab.active .case-slide__tab-mark,
.case-slide__tab-btn:hover .case-slide__tab-mark {
	transform: rotate(90deg);
}
.case-slide__tab-fix {
	display: block;
	height: 15px;
}
.case-slide__tab-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.case-slide__tab-list_item {
	display: flex;
	align-items: center;
	gap: 20px;
}
.case-slide__tab-list_item svg,
.case-slide__tab-list_item img {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
}
.case-slide__tabs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.case-slide__tab-content {
	display: grid;
	overflow: hidden;
	grid-template-rows: 0fr;
	transition: all 0.4s;
}
.case-slide__tab-content > div {
	min-height: 0;
}
.case-slide__tab.active .case-slide__tab-content {
	grid-template-rows: 1fr;
}
.case-slide__content {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.serviceCasesSwiper {
	width: 100%;
	max-width: 100%;
}
/* service cases styles */

/* s-discuss styles */
.s-discuss {
	background-color: var(--dark);
	height: 545px;
	background-image: url("../images/s-discuss--d.webp");
	background-size: cover;
	background-position: center;
}
.s-discuss__inner {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 80px;
	width: 100%;
	max-width: 534px;
	margin: 0 auto;
}
.s-discuss__title {
	color: var(--white);
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: uppercase;
}
.services2__top {
	max-width: 943px;
}
/* s-discuss styles */

/* services2 styles */
.services2__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
	width: 100%;
}
.services2__links {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
/* services2 styles */

/* solutions styles */
.solutions {
	background-color: var(--dark);
	padding: 70px 0px;
	overflow: hidden;
	position: relative;
}
.solutions-content {
	position: absolute;
	inset: 0;
	height: 100%;
}
.solutions__l {
	max-width: 488px;
	display: flex;
	flex-direction: column;
	gap: 80px;
	height: 100%;
	justify-content: center;
	transform: translateY(-100px);
}
.solutions__l-title {
	color: var(--white);
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%;
}
.solutions__l-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.solutions-main {
	position: relative;
	z-index: 1;
}
.solutions__top {
	/* width: 100%; */
	position: relative;
}
.solutions__img {
	aspect-ratio: 1;
	overflow: hidden;
	width: 100%;
	max-width: 706px;
	position: relative;
	z-index: 1;
	padding: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.solutions__rotated-img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	transition: all 1.2s ease;
	z-index: 1;
}
.solutions-main__block {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 40px;
}
.solutions__s-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	max-width: 592px;
	z-index: 2;
}
.solutions-slide {
	height: auto;
	background: rgba(44, 44, 44, 0.7);
	backdrop-filter: blur(7.5px);
	-webkit-backdrop-filter: blur(7.5px);
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	opacity: 0.3;
	transition: all 0.1s;
}
.solutions-slide.mk-prev {
	opacity: 0;
}
.solutions-slide.swiper-slide-active {
	opacity: 1;
}
.solutions-slide__top {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.solutionsSwiper {
	overflow: visible;
}
.solutions__pag {
	width: 100%;
	display: flex;
	gap: 20px;
	align-items: center;
	justify-content: center;
}
.solution-bullet {
	width: auto;
	height: auto;
	display: block;
	background: none !important;
	opacity: 0.4;
	margin: 0 !important;
	padding: 0 !important;
	color: var(--white);
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.4s;
}
.solution-bullet:hover {
	opacity: 1;
}
.solution-bullet.swiper-pagination-bullet-active {
	opacity: 1;
	transform: scale(1.3);
}
/* solutions styles */

/* blog styles */
.single-post-title {
	color: var(--blue);
	font-size: 28px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	margin: 30px 0px;
}
.mk-author-block {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	max-width: 1100px;
}
.mk-blog__card-footer-data {
	display: flex;
	gap: 20px;
	align-items: center;
}
.mk-blog__card-footer-data > span {
	display: flex;
	gap: 10px;
	align-items: center;
	color: #999;
	text-align: center;
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
}
.mk-blog__card-footer-data svg {
	flex-shrink: 0;
	width: auto;
}
.hero-data {
	display: grid;
	gap: 20px;
	grid-template-columns: 1fr 722px;
	margin-top: 20px;
	margin-bottom: 60px;
}
.mk-post-img {
	aspect-ratio: 5/4;
	overflow: hidden;
}
.mk-post-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.mk-post-table {
	padding: 20px;
	display: flex;
	flex-direction: column;
	position: sticky;
	top: 30px;
	height: fit-content;
	background-color: var(--white);
}
.post-table__top {
	padding: 10px;
	background-color: rgba(131, 131, 131, 0.2);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	cursor: pointer;
}
.post-table__top > span {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
}
.post-table__chev {
	flex-shrink: 0;
	transition: all 0.4s;
}
.mk-author-date {
	display: flex;
	flex-direction: column;
}
.mk-post__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.mk-post__inner h2 {
	color: var(--dark);
	font-size: 28px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
}
.post-table__fix {
	height: 20px;
	display: block;
}
.post-table__nav {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.post-table__link {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 125%;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
	transition: all 0.4s;
}
.post-table__link:hover {
	opacity: 0.8;
}
.post-table__list {
	display: grid;
	grid-template-rows: 0fr;
	overflow: hidden;
	transition: all 0.4s;
}
.mk-post-table.active .post-table__list {
	grid-template-rows: 1fr;
}
.mk-post-table.active .post-table__chev {
	transform: rotate(180deg);
}
.post-table__list > div {
	min-height: 0;
}
.mk-post .wp-block-list {
	list-style: disc;
	list-style-position: inside;
}
.mk-post {
	overflow: hidden;
}
.text-16 {
	color: var(--dark);
	font-size: 16px;
	font-style: normal;
	/* font-weight: 400; */
	line-height: 125%;
}
.mk-post__nav-btns {
	margin-top: 60px;
}
.mk-post__nav {
	display: grid;
	grid-template-columns: max-content max-content;
	justify-content: center;
	gap: 20px;
}
.mk-post-btn--prev .mk-btn__icon {
	transform: rotate(-90deg);
}
.mk-post-btn--prev:hover .mk-btn__icon {
	transform: rotate(-180deg);
}
.mk-post-btn {
	min-width: 161px;
}
.mk-post-btn.disabled {
	cursor: not-allowed;
}
.main-blog-hero__self {
	display: flex;
	flex-direction: column;
	gap: 30px;
	margin: 50px 0px;
}
.mk-blog__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	row-gap: 50px;
	column-gap: 20px;
}
.mk-blog__card-header {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}
.mk-blog__card-author {
	display: flex;
	flex-direction: column;
}
.mk-blog__card {
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 20px;
	border: 1px solid var(--border-grey);
}
.mk-blog__card-img {
	overflow: hidden;
	aspect-ratio: 5/4;
}
.mk-blog__card-img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: all 0.4s;
}
.mk-blog__card-img:hover img {
	scale: 1.02;
}
.mk-blog__card-footer {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	align-items: flex-end;
	margin-top: 20px;
}
.mk-blog__card-subtext {
	color: var(--dark);
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.mk-blog__card-title {
	color: var(--dark);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.4s;
	margin-bottom: 10px;
}
.mk-blog__card-title:hover {
	color: var(--blue);
}
.mk-blog__nav-self {
	padding: 5px;
	width: fit-content;
	display: flex;
	flex-wrap: wrap;
	background-color: var(--white);
}
.mk-blog__nav-link {
	padding: 16px 30px;
	color: rgba(28, 28, 28, 0.6);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	transition: all 0.4s;
}
.mk-blog__nav-link:hover {
	color: var(--dark);
	text-shadow: 0px 0px 0.5px var(--dark);
}
.mk-blog__nav-link.active {
	color: var(--white);
	text-shadow: 0px 0px 0.5px var(--white);
	background-color: var(--blue);
	font-weight: 600;
}
.related__inner {
	display: flex;
	flex-direction: column;
	gap: 30px;
}
/* blog styles */

/* sub styles */
.sub__inner {
	padding: 40px;
	display: flex;
	background-color: var(--white);
}
.sub__input {
	background-color: #eaeaea;
	width: 100%;
}
.sub__input:-webkit-autofill,
.sub__input:-webkit-autofill:hover,
.sub__input:-webkit-autofill:focus,
.sub__input:-webkit-autofill:active {
	-webkit-background-clip: text;
	-webkit-text-fill-color: var(--dark);
	transition: background-color 5000s ease-in-out 0s;
	box-shadow: inset 0 0 20px 20px #eaeaea;
}
.sub-form {
	max-width: 520px;
}
.sub__l {
	flex: 1;
	flex-shrink: 0;
}
.sub__r {
	flex-shrink: 0;
	width: 100%;
	max-width: 461px;
	position: relative;
}
.sub__r-img {
	position: absolute;
	bottom: 0;
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
}
/* sub styles */

/* blog widget */
.blog-widget {
	background-color: transparent;
	position: relative;
}
.blog-widget::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 0;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: var(--dark);
	width: calc(200%);
}
.blog-widget__inner {
	position: relative;
	z-index: 1;
}
.blog-widget__inner .careers-sm__content-uptitle {
	margin-bottom: 10px;
}
/* blog widget */

/* hero case */
.hero-case {
	position: relative;
	z-index: 1;
	overflow: visible;
}
.hero-case__inner {
	position: relative;
	height: 100%;
}
.hero-case__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 100px;
}
.hero-case__title {
	color: var(--white);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%; /* 43.2px */
	text-transform: uppercase;
}
.hero-case__grid-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.hero-case__icon {
	width: 44px;
	height: 44px;
	flex-shrink: 0;
}
.hero-case__grid-item > div {
	align-items: center;
	gap: 10px;
	display: flex;
	color: var(--white);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.hero-case__block {
	opacity: 0;
	max-width: 1530px;
	background: rgba(255, 255, 255, 0.1);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	display: flex;
	flex-direction: column;
	gap: 50px;
	padding: 40px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	transform: translateY(50%) translateX(-50%);
	width: 100%;
}
.hero-case__block-t {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.hero-case__tag-sep {
	width: 10px;
	height: 10px;
	background-color: var(--white);
	display: block;
	flex-shrink: 0;
	border-radius: 50%;
}
.hero-case__tags {
	display: flex;
	align-items: center;
	gap: 40px;
	flex-wrap: wrap;
}
.hero-case__tag {
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
/* hero case */

/* about styles */
.pin-spacer:has(.about) {
	background-color: var(--dark);
}
.about {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-color: var(--dark);
}
.about__inner {
	width: 100%;
	height: 100%;
	position: relative;
}
.about__centered-text {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: auto;
	width: 910px;
	color: var(--white);
	text-align: justify;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0;
}
.about-center {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.about-center__inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
}
.about-h2 {
	color: var(--blue);
	font-size: 50px;
	font-style: normal;
	font-weight: 500;
	line-height: 90%;
	text-transform: uppercase;
}
.about-breaket {
	opacity: 0;
}
.about-move-left,
.about-move-right {
	transform: translateY(40px);
	opacity: 0;
}
.about-move-right,
.about-move-left {
	width: 261px;
	display: inline-block;
}

.about-move-left {
	text-align: right;
}
.about-move-right {
	text-align: left;
}
/* about styles */

/* delivery styles */
.delivery__inner {
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 60px;
}
.delivery__card {
	width: 100%;
	max-width: 811px;
	padding: 40px;
	background-color: var(--white);
	display: flex;
	gap: 30px;
}
.delivery__card-heading-t {
	color: var(--dark);
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.delivery__card-content {
	flex: 1;
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.delivery__card-l {
	writing-mode: sideways-lr;
	width: 100%;
	max-width: 65px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	/* height: 100%; */
	border-radius: 30px;
	color: var(--white);
	text-align: center;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 110%; /* 33px */
}
.delivery__card-l1 {
	background-color: var(--blue);
}
.delivery__card-l2 {
	background-color: var(--dark);
}
.delivery__card-l3 {
	background-color: #eaeaea;
	color: var(--dark);
}
.delivery__card-heading {
	display: flex;
	align-items: center;
	gap: 10px;
}
.delivery__card-block {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.delivery__card2 {
	position: relative;
	margin-left: auto;
	transform: translateX(-70px) translateY(-120px);
}
.delivery__card3 {
	margin-top: 110px;
	margin-inline: auto;
	transform: translateX(-30%);
}
.delivery__card-line {
	position: absolute;
}
.delivery__card-line1 {
	top: 0;
	transform: translateY(-120%) translateX(-30%);
}
.delivery__card-line2 {
	top: 50%;
	transform: translateY(10%) translateX(-120%);
}
/* delivery styles */

/* results styles */
.results__row,
.results__inner {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.results__row {
	gap: 40px;
}
.results__value {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.results__value-list_item {
	padding: 10px 0px;
	border-top: 1px solid var(--border-grey);
	border-bottom: 1px solid var(--border-grey);
}
.results__white {
	padding: 40px;
	background-color: var(--white);
}
.results__img {
	overflow: hidden;
	position: relative;
}
.results__img img {
	position: absolute;
	inset: 0;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.results__grid {
	display: grid;
	grid-template-rows: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.results__flex {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.rv__triple {
	display: grid;
	grid-template-columns: auto 1fr auto;
	gap: 20px;
}
.results__value-list_item b {
	font-weight: 600;
}
.results__right {
	grid-row: span 2;
}
/* results styles */

/* scope styles */
.scope {
	padding-bottom: 80px;
	background-color: var(--dark);
}
.scope__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.scope__lines {
	display: flex;
	flex-direction: column;
}
.scope__line {
	transition: all 0.4s;
	display: grid;
	grid-template-columns: auto 1fr;
	align-items: center;
	gap: 120px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	padding: 30px 20px;
	cursor: pointer;
}
.scope__line.active {
	background-color: rgba(255, 255, 255, 0.15);
}
.scope__num {
	display: block;
	width: 130px;
	color: var(--white);
	font-size: 96px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.scope__line-in,
.scope__line-c {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.scope__line-in {
	gap: 10px;
}
.scope__line-in ul {
	list-style: disc;
	list-style-position: inside;
}
.scope__line-img {
	width: 60px;
	height: 60px;
	overflow: hidden;
	object-fit: cover;
	object-position: center;
}
.scope__inner {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
/* scope styles */

/* chs styles */
.chs__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.chs__list {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.chs__item {
	border: 1px solid rgba(28, 28, 28, 0.15);
	background: rgba(255, 255, 255, 0.4);
	display: grid;
	grid-template-columns: 290px 290px 1fr;
	padding: 30px;
	gap: 40px;
}
.chs__img {
	aspect-ratio: 63/73;
	overflow: hidden;
}
.chs__img img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.chs__num {
	margin-bottom: 10px;
	color: var(--blue);
	font-size: 76px;
	font-style: normal;
	font-weight: 500;
	line-height: 110%; /* 83.6px */
}
.chs__content,
.chs__block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.chs__content {
	gap: 40px;
}
/* chs styles */

/* solutions2 styles */
.solutions2 {
	background-color: var(--dark);
	padding-top: 60px;
}
.solutions2__inner {
	display: flex;
	flex-direction: column;
	gap: var(--section-gap-40);
}
.solutions2__cards {
	display: flex;
	flex-direction: column;
	gap: 40px;
}
.solutions2__card {
	display: grid;
	grid-template-columns: 618px 1fr;
	gap: 100px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.solutions2__card-l {
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.15);
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: center;
}

.solutions2__card-title {
	color: var(--white);
	font-size: 48px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
}
.solutions2__card-content {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding: 40px 20px;
	padding-right: 100px;
}
.solutions2__card-img {
	aspect-ratio: 1;
	overflow: hidden;
	max-width: 450px;
}
.solutions2__card-img img {
	transform: scale(1.15);
}
.solutions2__card-content .case-slide__tab-list_item {
	gap: 10px;
}
.solutions2__card-block {
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.solutions2__methods {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}
.solutions2__method {
	padding: 10px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.solutions2__teams {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
}
.solutions2__team-icon {
	width: 24px;
	height: auto;
	flex-shrink: 0;
	object-fit: contain;
}
.solutions2__team-top {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}
.solutions2__team ul {
	list-style: disc;
	list-style-position: inside;
}
/* solutions2 styles */

/* mega menu */
.popup,
.mega-menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150vh;
	background-color: rgba(28, 28, 28, 0.8);
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	z-index: 9;
	transition: all 0.4s;
	z-index: -20;
	opacity: 0;
	padding-top: 120px;
	cursor: pointer;
}
.mega-menu.active {
	opacity: 1;
	z-index: 999;
}
.header-nav__mega {
	outline: none;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.mega-menu__inner {
	height: fit-content;
}
.header-nav__mega.active::before {
	opacity: 1;
	transform: scaleX(1);
}
.mega-menu__self {
	background-color: #1c1c1c;
	cursor: auto;
	width: 100%;
	padding-left: 80px;
	height: 450px;
}
.mega-menu__self {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.mega-menu__nav {
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 10px;
	justify-content: center;
}
.mega-menu__link {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	padding: 20px;
	color: var(--white);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	transition: all 0.4s;
}
.mega-menu__link:hover {
	color: var(--blue);
	border-color: var(--blue);
}
.mega-menu__bg {
	height: 100%;
	width: auto;
}
.mega-menu__bg img {
	height: 100%;
	width: auto;
}
/* mega menu */

/* popup styles */
.popup.active {
	opacity: 1;
	z-index: 999;
}
.popup__inner .contact__form {
	align-items: center;
	width: 100%;
}
.popup__inner .contact__form form {
	width: 100%;
}
.popup__inner .contact__form > div {
	width: 100%;
}
.popup {
	padding: 0;
}
.popup-center {
	width: 100%;
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
}
.popup__inner {
	width: 100%;
	max-width: 1000px;
	background-color: #1c1c1c;
	cursor: auto;
	padding: 40px;
}
.popup .contact__btn {
	max-width: 315px;
}
/* popup styles */

/* new styles */
.section-padding {
	padding-top: 150px;
}
.mk-d-none {
	display: none;
}
body.mobile-menu-opened {
	overflow: hidden;
}
.scope__line-img {
	flex-shrink: 0;
}
.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 9999;
	background-color: var(--body-white);
	transition: all 0.3s;
}
body:has(.main-contacts) .overlay {
	background-color: var(--dark);
}

.overlay.hidden {
	opacity: 0;
	pointer-events: none;
}
.orientation-fallback {
	display: none;
	position: fixed;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 15px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: 10000;
	background-color: var(--body-white);
	color: var(--dark);
}
body:has(.main-contacts) .orientation-fallback {
	background-color: var(--dark);
	color: var(--white);
}
.orientation-fallback .text-30 {
	color: inherit;
}
.orientation-img {
	display: block;
	width: 100px;
	height: 100px;
	animation: rotateImg 4s ease-in-out 1s infinite;
}
.orientation-img svg {
	width: 100%;
	height: 100%;
}

@keyframes rotateImg {
	0% {
		transform: rotate(0deg);
	}

	50% {
		transform: rotate(-1turn);
	}

	100% {
		transform: rotate(-2turn);
	}
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
/* new styles */

/* text page */
.text-page {
	margin: 50px 0px;
}
.text-page__text {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 30px;
}
.text-page__text ul,
.text-page__text ol {
	list-style-type: disc;
	list-style-position: inside;
}
.text-page__text .wp-block-heading {
	font-size: 24px;
	font-weight: 600;
}
/* text page */

/* drag n drop form */
.popup2 .dnd-upload-status .dnd-upload-details .name span {
	color: var(--white);
}
.popup2 .codedropz-upload-handler {
	border: 1px solid rgba(255, 255, 255, 0.15);
	color: var(--white);
}
.popup2 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn {
	color: var(--blue);
	transition: opacity 0.4s;
}
.popup2 .codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
	opacity: 0.8;
}
.popup2 .dnd-upload-status .dnd-upload-details .remove-file {
	color: var(--white);
}
.popup2 .dnd-upload-status .dnd-upload-details .remove-file span:after {
	background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='white'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='white'/%3E%3C/svg%3E%0A");
}
.popup2 .codedropz-upload-inner h3 {
	font-size: 18px;
	line-height: 1;
	margin: 0;
}
.codedropz-upload-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 10px;
}
.popup2 .contact__btn {
	margin-top: 0;
}
/* drag n drop form */

/* animations restyles */
.hero-main__title div {
	all: inherit;
}
.title-h2 {
	width: fit-content;
}
.how-works__inner {
	overflow: hidden;
}
/* animations restyles */
