:root{--black:#111111;--white:#fff;--blue:#0950D6;--darkblue:#1B232E;--radius:8px;--border:#D8DCE2;--lightfiolet:#E8ECF3;--lightgray:#F8F8F9;--ease:cubic-bezier(.4,0,.2,1)}
html{box-sizing:border-box;scroll-behavior:smooth}
*,*:before,*:after{box-sizing:inherit;font-family: "Roboto", sans-serif;}
body{margin:0;color:var(--black);background:#fff;text-rendering:optimizeLegibility}
img{max-width:100%;height:auto;display:block}
a{color:inherit;text-decoration:none}
ul{list-style:none;padding:0}
.section{max-width:1240px;margin:140px auto;padding:0 20px}
.container {
	max-width:1240px;
	padding:0 20px;
	margin: auto;
}
body .is-layout-flex {
  margin-bottom: 0;
}
body, html {
	overflow-x: hidden;
}
.arrow-left {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
}
.slider-arrow-icon {
	margin-top: 4px;
}
.slick-dots {
	display: flex;
	gap: 15px;
}
.slick-dots button {
	background: #7C899C47;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	font-size: 0;
	line-height: 0;
	display: flex;
	border: none;
	outline: none;
	cursor: pointer;
	transition: .15s ease-in-out;
	padding: 0;
}
.slick-dots button:hover {
	background: #0950D6;
}
.slick-dots .slick-active button {
	width: 60px;
	background: #0950D6;
	border-radius: 90px;
}
/* Fonts */

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap'); */

@font-face{font-family:'Roboto Regular';src:url('../fonts/subset-RobotoCondensed-Regular.woff2') format('woff2');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:'Roboto Medium';src:url('../fonts/subset-RobotoCondensed-Medium.woff2') format('woff2');font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:'Roboto Bold';src:url('../fonts/subset-RobotoCondensed-Bold.woff2') format('woff2');font-weight:700;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat SemiBold';src:url('../fonts/subset-Montserrat-SemiBold.woff2') format('woff2');font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:'Montserrat Bold';src:url('../fonts/subset-Montserrat-Bold.woff2') format('woff2');font-weight:700;font-style:normal;}

/* Typography utilities */
h1, .h1{font-family:'Montserrat SemiBold',system-ui;font-weight:600;font-size:72px;line-height: 1.2;}
h2, .h2{font-family:'Montserrat Bold',system-ui;font-weight:700;font-size:48px;line-height:1.3}
h3, .h3{font-family:'Montserrat Bold',system-ui;font-weight:700;font-size:26px;line-height:1.4;}
h4, .h4{font-family:'Montserrat Bold',system-ui;font-weight:700;font-size:22px;line-height:1.4}
h5, .h5{font-family:'Montserrat Bold',system-ui;font-weight:700;font-size:20px;line-height:1.4}
h6, .h6{font-family:'Montserrat Bold',system-ui;font-weight:700;font-size:18px;line-height:1.4}

.txt-22-400{font:400 22px 'Roboto Regular',system-ui;line-height:1.6}
.txt-18-400{font:400 18px 'Roboto',system-ui;line-height:1.6}
.txt-16-400{font:400 16px 'Roboto',system-ui;line-height:1.6}
.txt-14-400{font:400 14px 'Roboto Regular',system-ui;line-height:1.6}
.txt-12-400{font:400 12px 'Roboto Regular',system-ui;line-height:1.6}
/* .txt-22-500{font:500 22px 'Roboto Medium',system-ui;line-height:1.6} */
.txt-18-400{font:400 18px 'Roboto',system-ui;line-height:1.6}
.txt-18-500{font:500 18px 'Roboto Regular',system-ui;line-height:1.6}
.txt-16-500{font:500 16px 'Roboto Medium',system-ui;line-height:1.6}

.txt-22-500 {
	font-family: "Roboto", sans-serif;
	font-weight:500;
	line-height: 1.6;
	font-size: 22px;
}
.btn, .ff-btn-submit {
	font-family: "Roboto", sans-serif;
	font-weight:400;
	line-height:1.6;
	border-radius: 8px;
	padding: 10px 30px;
	border-width: 0;
	background: transparent;
	cursor: pointer;
	font-size: 18px;
	width: fit-content;
	transition: .3s ease-in-out;
}

.btn:hover {
	background-color: #0C40A3;
}
.btn-darkblue {
	background-color: var(--darkblue);
	color: var(--white);
}
.btn-blue {
	background-color: var(--blue);
	color: var(--white);
}
.btn-white {
	background-color: #fff;
	color: #111;
}
.btn-white:hover {
	background-color: #ffffff57;
	color: #111;
}
.btn-transparent {
	border: 1px solid #fff;
}
.ff-btn-submit {
	background-color: var(--blue) !important;
}
.ff-btn-submit:hover {
	background-color: #0C40A3 !important;
}
.ff-btn-submit.btn-darkblue {
	background-color: var(--darkblue) !important;
}
.ff-btn-submit.btn-darkblue:hover {
	background-color: #0B0F13 !important;
}

.btn-darkblue:hover {
	background-color: #0B0F13;
}
.section-subtitle {
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	text-transform: uppercase;
	color: var(--blue);
}
.title-text {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.6;
}
.section-fw {
	max-width: 100%;
}
.page-template-home_v2 .section-offering {
	margin: 220px auto;
	margin-bottom: 120px;
}
.section-title {
	margin: 15px 0;
}
.col-2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
}
.col-3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}
.col-4 {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.bg-darkblue {
	background-color: #1B232E;
	color: #fff;
}
.section-head__container {
	display: flex;
	gap: 80px;
}

.page-template-default .entry-header {
	display: none;
}
.page-template-default article {
	padding: 0 20px;
	margin-bottom: 140px;
}

.page-template-default .entry-content .case-hero {
	max-width: 1500px;
	margin: 0 auto;
	border-radius: 30px;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
}
.page-template-default .entry-content > :not(.case-hero) {
	max-width: 700px;
	margin: auto;
}
.page-template-default .entry-content h2.wp-block-heading {
	margin-bottom: 30px !important;
	margin-top: 80px !important;
	font-size: 42px;
}
.page-template-default .entry-content p {
	margin: 30px auto !important;
	font-size: 20px;
	line-height: 1.6;
}
.page-template-default p.hero-lead {
	max-width: 760px;
	font-size: 22px;
	font-weight: 500;
}
.page-template-default .slick-slide {
	height: auto;
}
.page-template-default .wp-block-list {
	margin: 20px auto;
	list-style: disc;
	display: flex;
	gap: 14px;
	flex-direction: column;
}
.page-template-default .wp-block-list li {
	margin-left: 29px;
	padding-left: 10px;
	font-size: 20px;
	line-height: 1.6;
}
.page-template-default .entry-content .hero-subtitle_chip {
	font-family: 'Montserrat SemiBold',system-ui;
	margin: 40px auto !important;
	font-size: 12px;
	font-weight: 600;
	line-height: 1;
	border-radius: 900px;
	background-color: #19283F;
	width: fit-content;
	padding: 9px 16px;
	margin-bottom: -36px !important;
}
.page-template-default .hero-title {
	margin-bottom: 20px;
}
.page-template-default {

}
@media (max-width: 1024px) {
	h1, .h1 {
		font-size: 62px;
	}
	.section {
		margin: 120px auto;
	}
	h2, .h2{font-size:40px;}
	.section-head__container {
		gap: 8px;
		flex-direction: column;
	}
	.section-slider-tablet {
		padding: 0;
	}
	.section-slider-tablet .section-head__container {
		padding: 0 20px;
	}
	.page-template-default article {
		margin-bottom: 120px;
	}
}

@media (max-width: 768px) {
	h1, .h1 {
		font-size: 38px;
	}
	.section, .container {
		padding:0 10px;
		margin: 100px auto;
	}
	h2, .h2{font-size:34px;
	}
	.section-slider-tablet .section-head__container {
		padding: 0 20px;
	}
	.txt-22-500 {
		font-size: 20px;
	}
	.section-slider-tablet {
		padding: 0;
	}
	.section-slider-tablet .section-head__container {
		padding: 0 10px;
	}
	.page-template-default article {
		padding: 0 10px;
		margin-bottom: 100px;
	}
	.page-template-default p.hero-lead {
		font-size: 20px;
	}
	.page-template-default .entry-content h2.wp-block-heading {
		font-size: 34px;
	}
	.page-template-default .entry-content .hero-subtitle_chip {
		margin-bottom: 0 !important;
	}
}

/* --------------------------------------------------------------------- header ---------------------------------------------------------------------- */
.skip-link {
	position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus { position:static; width:auto; height:auto; padding:8px 12px; background:#000; color:#fff; z-index:1000; }

.site-header {
	display:flex; align-items:center; justify-content:center;
	padding: 20px 0;
}
.header-container {
	max-width: 1240px;
	padding: 0 20px;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	width: 100%;
	align-items: center;
}
.site-header .btn-cta {
	font-size: 14px;
	padding: 9px 15px;
}
.header-logo__link { color: #0950D6; display: flex;}
.header-logo__icon { display:block; }

.main-navigation { position:relative; }
.menu-toggle {
	display:none; 
	border:1px solid black; background:transparent; padding:8px 12px; border-radius:8px; cursor:pointer;
}
.main-navigation .menu,
.main-navigation ul { list-style:none; margin:0; padding:0; }
.main-navigation .menu { display:flex; gap:18px; align-items:center; }
.main-navigation .menu > li { position:relative; }

.main-navigation a {
	display:inline-flex; 
	align-items:center; 
	gap:4px;
	text-decoration:none; 
	padding:7px 9px;
	font-size: 14px;
	-webkit-transition: 0.15s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	-o-transition: 0.15s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	transition: 0.15s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	border-radius: 4px;
}
.main-navigation .sub-menu {
	position:absolute; left:0; top:100%;
	min-width:220px;
	background:#fff; color:inherit;
	border-radius: 8px;
	padding:6px;
	opacity: 0;
	z-index: 999;
	-webkit-transition: opacity 0.15s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	-o-transition: opacity 0.15s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	transition: opacity 0.15s cubic-bezier(0.17, 0.04, 0.03, 0.94);
	visibility: hidden;
	pointer-events: none;
}
.main-navigation .sub-menu li a { display:block; padding: 8px; border-radius:6px; }
.main-navigation li a:focus,
.main-navigation li a:hover { background: #E8ECF3; }

.main-navigation .menu > li.menu-item-active > .sub-menu { opacity:1;visibility: visible;
	pointer-events: auto; }


.menu-item-has-children > a::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
	/* Маска из SVG, цвет задаём через background-color: currentColor */
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M4.083 5.833L7 8.75l2.917-2.917' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M4.083 5.833L7 8.75l2.917-2.917' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
	background-color: currentColor;
	vertical-align: middle;
	transition: transform .2s ease;
}

/* Повернуть при раскрытии */
.menu-item-active > a::after,
.menu-item-has-children:focus-within > a::after {
	transform: rotate(180deg);
}

/* High-contrast fallback */
@media (forced-colors: active) {
	.menu-item-has-children > a::after {
		-webkit-mask: none; mask: none;
		background: none;
		width: .5em; height: .5em;
		border-right: 2px solid currentColor;
		border-bottom: 2px solid currentColor;
		transform: rotate(45deg); /* ▾ */
	}
}
@media (hover:hover) and (pointer:fine) {
	.main-navigation .menu > li.menu-item-has-children:hover > .sub-menu { opacity:1;visibility: visible;
		pointer-events: auto; }
}

.main-navigation .menu > li.menu-item-has-children:focus-within > .sub-menu { opacity:1;visibility: visible;
	pointer-events: auto; }

@media (max-width: 960px) {
	/* 	.menu-toggle { display:inline-block; } */
	.main-navigation .menu {
		display:none; flex-direction:column; align-items:flex-start; gap:0;
		padding:10px 0;
	}
	.main-navigation.is-open .menu { display:flex; }
	.main-navigation .menu > li { width:100%; }
	.main-navigation .sub-menu {
		position:static; box-shadow:none; padding:0; margin-left:12px; border-left:2px solid rgba(0,0,0,.08);
	}
	.main-navigation .menu > li.menu-item-active > .sub-menu { display:block; }
}


/* --------------------------------------------------------------------- /header ---------------------------------------------------------------------- */

/* --------------------------------------------------------------------- footer ---------------------------------------------------------------------- */
.site-footer {
	padding-top: 24px;
	padding-bottom: 0;
}
.footer-row {
	display: flex;
}
.footer-head {
	font-size: 16px;
	margin-bottom: 22px;
}
.footer-row {
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
}
.footer-links {
	border-bottom: 1px solid #D8DCE2;
}
.address-footer {
	gap: 8px;
}
.footer-item, .address-footer {
	display: flex;
	font-style: normal;
	flex-direction: column;
}
.footer-privacy {
	color: #7C899C;
}
.footer-logo__icon {
	color: #0950D6;
}
.footer-subscribe .ff-el-group {
	margin-bottom: 0;
}
.footer-subscribe .fluentform input {
	border-bottom: transparent;
	background: #F8F8F9;
	border-radius: 8px;
	padding: 12px 16px;
	color: #7C899C;
	margin: 0;
	font-size: 14px;
}
.footer-subscribe .ff-btn-submit:hover {
	background-color: #0950D6 !important;
}

.footer-subscribe .ff-btn-submit {
	font-size: 14px;
	padding: 9px 15px;
	height: 40px;
}
.footer-subscribe {
	min-width: 400px;
	margin-right: 92px;
}
.footer-email-link {
	margin-top: 18px;
}
.footer-subscribe .ff-column-container {
	gap: 10px;
}
.footer-logo__link {
	margin-right: 20px;
}
.footer-privacy__link {
	margin: 0 20px;
}
.footer-iso__container {
	align-items: center;
	gap: 25px;
	margin: 0;
}
.footer-privacy__links {
	font-size: 12px;
	display: flex;
	align-items: center;
}
.site-footer .footer-iso__container {
	display: flex;
	align-items: center;
	gap: 25px;
	margin: 0;
}
.footer-copyright {
	font-size: 12px;
	display: flex;
	align-items: center;
}
.footer-contacts__container {
	display: flex;
	width: 51%;
	justify-content: space-between;
}
@media (max-width: 1024px) {
	.footer-links {
		flex-wrap: wrap;
	}
	.footer-subscribe.footer-item {
		margin: 0;
		width: 100%;
	}
	.footer-subscribe .fluentform {
		max-width: 400px;
	}
	.footer-privacy {
		color: #7C899C;
		flex-wrap: wrap;
		gap: 20px;
	}
	.footer-contacts__container {
		width: 100%;
		margin-top: 14px;
	}
	.footer-location {
		width: 39%;
	}
	.footer-getintouch {
		width: 33%;
	}
	.footer-social.footer-item {
		width: 25%;
	}
}
@media (max-width: 768px) {
	.site-footer {
		padding-top: 4px;
		margin-top: 0;
		margin-bottom: 0;
	}
	.footer-subscribe {
		min-width: unset; 
	}
	.footer-contacts__container {
		flex-wrap: wrap;
	}
	.address-footer {
		line-height: 1.5;
		gap: 0;
	}
	.footer-location {
		width: 45%;
	}
	.footer-getintouch {
		width: 45%;
	}
	.footer-social.footer-item {
		width: auto;
		margin-top: 16px;
	}

}
@media (max-width: 450px) {
	.footer-location {
		width: 54%;
	}
	.footer-getintouch {
		width: 41%;
	}

}
/* --------------------------------------------------------------------- /footer --------------------------------------------------------------------- */

/* ------------------------------------ <section class="section hero"> ------------------------------------ */
.hero {
	max-width: 1540px;
	margin-top: 0;
}
.hero__container {
	background-color: var(--darkblue);
	color: var(--white);
	border-radius: 30px;
	padding: 102px 50px 24px 50px;
	text-align: center;
}
.page-template-index-redesign .hero__container {
	padding-top: 140px;
}
.index-head, .section-head {
	margin: 0 auto;
	max-width: 950px;
}
.industry-name {
	display: flex;
	margin: 0 auto;
	width: fit-content;
	gap: 10px;
	background: #19283F;
	border-radius: 999px;
	padding: 6px 15px;
	margin-bottom: 8px;
}
.index-head span, .section-head span{
	background: #0950D61A;
	border: 1px solid var(--blue);
	border-radius: 16px;
	padding: 0 10px;
}
.industry-name__text {
	font-family: 'Montserrat SemiBold',system-ui;
	font-size: 12px;
}
.index-subhead, .section-subhead{
	margin: 28px 0 40px 0;
}

.intro-clients__header {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.6;
	text-transform: uppercase;
	color: #767B82;
}
.hero__clients {
	margin-top: 80px;
}
.intro-clients__carousel {
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
.client-icon {
	color: #ffffff47;
	transition: .15s ease-in-out;
}
.client-icon:hover {
	color: #fff;
}

.section-head__container .title-text {
	margin-top: auto;
}
.hero__header .btn-popup {
	display: flex;
	margin: auto;
}
.hero__clients-dark .client-icon {
	color: #111;
}
.hero__clients-dark .client-icon:hover {
	color: #111;
}
@media (max-width: 1024px) {
	.hero__clients {
		margin-top: 86px;
	}
}
@media (max-width: 768px) {
	.hero__container {
		padding: 80px 32px 24px 32px;
	}
	.hero__clients {
		margin-top: 70px;
	}
	.industry-name {
		margin-bottom: 20px;
	}
}
/* ------------------------------------ </section class="section hero"> ----------------------------------- */
.index-what .title-container {
	width: 100%;
}
.index-what .title-text {
	max-width: 45%;
}
.whatwedo-item__icon {
	position: absolute;
	right: 30px;
	top: 50%;
	background-color: #1B232E;
	border-radius: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 44px;
	height: 44px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: .15s ease-in-out;
}
.whatwedo-item-active .whatwedo-item__icon {
	transform: translateY(-50%) rotate(-0deg);
	background-color: #0950D6;
}
.whatwedo-accordion {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 24px;
	gap: 10px;
}

.whatwedo-item {
	border: none;
	border-radius: 20px;
	overflow: hidden;
}
.whatwedo-item__content p {
	margin: 0;
}
.whatwedo-item__title-container {
	margin: 0;
	padding: 0;
	background-color: var(--lightgray);
	cursor: pointer;
	position: relative;
}

.whatwedo-item__content-wrap {
	overflow: hidden;
	transition: height 0.3s ease;
	will-change: height;
	contain: layout;
}

.whatwedo-item__content {
	background-color: #F6F7F9;
	padding: 29px;
	font-family: "Golos", Sans-serif;
	line-height: 28px;
	padding-top: 10px;
	font-size: 22px;
	line-height: 1.6;
	padding-top: 0px;
	padding-left: 104px;
}

.whatwedo-accordion ul {
	margin: 20px;
	list-style: disc;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.whatwedo-item__toggle {
	display: flex;
	text-decoration: none;
	color: inherit;
	padding: 28px;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 26px;
	transition: transform 0.3s ease-in-out;
	background: none;
	border: 0;
	width: 100%;
	text-align: left;
	cursor: pointer;
}
.whatwedo-item__number {
	background: #fff;
	color: #7C899C;
	padding: 9px;
	border-radius: 8px;
	font-size: 22px;
	margin-right: 32px;
	align-items: center;
}
.whatwedo-item__title {
	max-width: 90%;
	font-size: 22px;
	line-height: 1.4;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	display: flex;
	align-self: center;
}
.whatwedo-item-active .whatwedo-item__number {
	color: #0950D6;
}
.whatwedo-item-active .whatwedo-item__content, .whatwedo-item-active .whatwedo-item__title-container {
	background-color: #E8ECF3;
}
.intro-clients__item.slick-slide {
	margin: 0 30px;
}
@media (max-width: 1024px) {
	.index-what .title-text {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.whatwedo-item__number {
		display: none;
	}
	.whatwedo-item__title {
		font-size: 18px;
		line-height: 1.6;
	}
	.whatwedo-item__content {
		font-size: 18px;
		padding-left: 20px;
	}
	.whatwedo-item__toggle {
		padding: 27px 20px;
	}
	.whatwedo-item__title {
		max-width: 80%;
	}
}

/* ------------------------------------ <section class="section index-services"> ------------------------------------ */
.service-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 20px;
}
.index-services .title-container {
	width: 100%;
}
.index-services .title-text {
	width: 94%;
}
.index-services .section-content {
	margin-top: 24px;
}
.service-item {
	color: #fff;
	background: black;
	border-radius: 20px;
	padding: 30px;
	padding-bottom: 166px;
	position: relative;
}
.service-item__header {
	font-size: 22px;
	margin-top: 0;
}
.service-item p {
	font-size: 18px;
	line-height: 1.6;
}
.service-item__header, .service-item p {
	z-index: 1;
	position: relative;
}
.service-item-bg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 0;
}
@media (max-width: 1024px) {
	.index-services .title-text {
		width: 100%;
	}
	.service-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.service-item:last-child {
		grid-column: 1/3;
	}
}

/* ------------------------------------ </section class="section index-services"> ----------------------------------- */

/* ------------------------------------ <section class="section index-industries"> ----------------------------------- */
.industries-slider .slick-track {
	display: flex;
}
.index-industries {
	display: flex;
	gap: 10px;
}
.index-industries .section-head__container {
	gap: 6px;
	flex-direction: column;
	margin-right: 60px;
}
.industries-slider {
	margin-right: -600px;
	margin-bottom: 0;
	margin-top: 0;
}
.industries-slider .slick-list {
	padding: 0 4px;
}
.index-industries .section-content {
	max-width: 69%;
}
.industry-slide {
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	margin: 0 5px;
	isolation: isolate; 
	background: #fff; 
	--reveal-dur: .3s;
	--reveal-ease: cubic-bezier(.4,.2,.4,1);
	--overlay: rgba(0,0,0,0); 
	border: 1px solid #D8DCE2;
	height: auto !important;
}
.industry-slide:hover {
	--overlay: rgba(0,0,0,.35); 
}
.industry-slide__bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	clip-path: inset(330px 20px 20px 20px round 20px);
	transition:
		clip-path var(--reveal-dur) var(--reveal-ease),
		transform var(--reveal-dur) var(--reveal-ease),
		opacity var(--reveal-dur) var(--reveal-ease),
		mask-position var(--reveal-dur) var(--reveal-ease),
		-webkit-mask-position var(--reveal-dur) var(--reveal-ease);
}
.industry-slide__content {
	width: 100%;
	height: 100%;
	border-radius: 20px;
	position: relative;
	padding: 30px;
	display: flex;
	flex-direction: column;
	color: #111; 
	z-index: 1;
	transition: .3s cubic-bezier(.86,0,.07,1);
	justify-content: space-between;
}
.industry-slide__link {
	margin-top: 150px;
	transition: .3s cubic-bezier(.86,0,.07,1);
	opacity: 0;
	display: flex;
	gap: 6px;
	align-items: center;
	padding-right: 25px;
}
.industry-slide__mask {
	background-color: rgba(0, 0, 0, 0.4);
	opacity: 0;
	clip-path: inset(330px 20px 20px 20px round 20px);
	position: absolute;
	height: 100%;
	width: 100%;
	transition: clip-path var(--reveal-dur) var(--reveal-ease), transform var(--reveal-dur) var(--reveal-ease), opacity var(--reveal-dur) var(--reveal-ease), mask-position var(--reveal-dur) var(--reveal-ease), -webkit-mask-position var(--reveal-dur) var(--reveal-ease);
}

@media (prefers-reduced-motion: reduce) {
	.industry-slide__bg,
	.industry-slide::before { transition: none !important; }
}
.industry-slide:hover .industry-slide__mask {
	opacity: 1;
	clip-path: inset(0 0 0 0);
}
.industry-slide:hover .industry-slide__link {
	opacity: 1;
}
.industry-slide:hover .industry-slide__bg {
	clip-path: inset(0 0 0 0);
}
.industry-slide:hover .industry-slide__content{
	color: #fff;
}
.slider-buttons-container .arrow-icon {
	border: 1px solid #D8DBE1;
	background: transparent;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 0;
	cursor: pointer;
	color: #D8DBE1;
	transition: .15s ease-in-out;
}
.slider-buttons-container .arrow-icon:hover {
	border: 1px solid #111;
	color: #111;
}
.slider-buttons-container {
	display: flex;
	gap: 15px;
	margin-top: auto;
}
.index-industries .section-title {
	margin: 16px 0;
}
.index-industries .title-text {
	margin-top: 0;
}
.industry-slide__header {
	font-size: 22px;
	margin-bottom: 8px;
}
.industry-slide__text {
	font-size: 18px;
	line-height: 160%;
	margin-bottom: 0;
}
@media (max-width: 1024px) {
	.index-industries {
		flex-direction: column;
	}
}

/* ------------------------------------ <section class="section index-industries"> ------------------------------------ */

/* ------------------------------------ <section class="section index-techstack"> ------------------------------------ */
.index-techstack {
	background: #1B232E;
	color: #fff;
}
.index-techstack .section {
	padding: 140px 20px;
	display: flex;
	align-items: center;
	gap: 60px;
}
.index-techstack .section-title {
	margin: 18px 0;
}
.index-techstack .section {
	padding: 140px 20px;
}
.index-techstack .section-subtitle {
	color: #fff;
}
.index-techstack .section-head__container {
	flex-direction: column;
	gap: 0;
	max-width: 35%;
	margin-bottom: auto;
	margin-top: -6px;
}
.index-techstack .section-content {
	width: 100%;
}
/* ------------------------------------ funnel ---------------------------------- */
.funnel { 
	position: relative; 
	max-width: 720px;
	margin: auto 58px; 
}
.funnel-graphic { width: 100%; height: auto; display: block;max-width: 455px; }

.seg { cursor: pointer; outline: none;}
.seg:focus path { filter: brightness(1.05); }


.chip{
	position:absolute; 
	z-index:2;
	padding:10px; 
	border-radius:8px;
	border:1px solid transparent; 
	color: #fff;
	background: #FFFFFF0D;
	font-weight: 500;
	font-size: 15px;
	line-height: 1.6;
	transition: background .15s ease-in-out;
	cursor: pointer;
}

.funnel[data-active="embedded"] .chip[data-key="embedded"],
.funnel[data-active="iot"] .chip[data-key="iot"]{
	background:#0B5CAD; 
	border-color:#0B5CAD; 
	color:#fff;
}

.infobox{
	position:absolute; 
	z-index:2;
	color:#fff;
	padding: 15px 20px;
	border-radius: 8px;
	border:1px solid rgba(255,255,255,.3);
	background: rgba(0,0,0,.12); /* фоллбек */
	-webkit-backdrop-filter: blur(10px); backdrop-filter: blur(10px);
	box-shadow: 0 4px 18px rgba(18,29,52,.25);
	opacity:0; transform: translateY(6px); pointer-events:none;
	transition: opacity .18s ease, transform .18s ease;
	font-size: 14px;
	line-height: 1.5;
	max-width:250px;
}

.funnel[data-active="embedded"] .infobox[data-key="embedded"],
.funnel[data-active="iot"] .infobox[data-key="iot"],
.funnel[data-active="mes"] .infobox[data-key="mes"],
.funnel[data-active="erp"] .infobox[data-key="erp"],
.funnel[data-active="cusp"] .infobox[data-key="cusp"],
.funnel[data-active="cvip"] .infobox[data-key="cvip"],
.funnel[data-active="ava"] .infobox[data-key="ava"] {
	opacity: 1;
	transform: translateY(0);
	pointer-events: auto;
}

.funnel[data-active="embedded"] .seg[data-key="embedded"] path:first-child,
.funnel[data-active="iot"] .seg[data-key="iot"] path:first-child,
.funnel[data-active="mes"] .seg[data-key="mes"] path:first-child,
.funnel[data-active="erp"] .seg[data-key="erp"] path:first-child,
.funnel[data-active="cusp"] .seg[data-key="cusp"] path:first-child,
.funnel[data-active="cvip"] .seg[data-key="cvip"] path:first-child,
.funnel[data-active="ava"] .seg[data-key="ava"] path:first-child {
	filter: brightness(1.06);
	transition: filter .15s ease-in-out;
}
.chip.is-active{
	background:#1F59BC;
	border-color:#1F59BC;
	color:#fff;
}
.infobox {
	opacity: 0;
	pointer-events: none;
	transform: translateY(6px);
	transition: opacity .18s ease, transform .18s ease;
}
.chip::before {
	content: "";
	position: absolute;
	left: -46px;
	top: 50%;
	width: 39px;
	height: 0;
	border-top: 1px dashed #ffffff7d;
	transform: translateY(-50%);
}
.chip.is-active::before {
	border-top: 1px dashed #fff;
}
.chip-left::before {
	right: -46px;
	left: unset;
}
/* ------------------------------------ /funnel --------------------------------- */
/* ------------------------------------ </section class="section index-techstack"> ------------------------------------ */

/* ------------------------------------ <section class="section index-coretech"> ------------------------------------ */
.coretech-section .section-title {
	margin: 15px 0;
}
.coretech-technologies__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	column-gap: 5px;
	margin-top: 24px;
}
.tech-name {
	width: fit-content;
	padding: 8px 15px;
	border: 1px solid #ffffff59;
	backdrop-filter: blur(10px);
	border-radius: 90px;
	background: #FFFFFF1A;
}
.tech-bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.coretech-technologies__content {
	z-index: 1;
	padding: 30px;
}
.coretech-technologies__item {
	border-radius: 20px;
	border: 1px solid #D8DCE2;
	display: flex;
	flex-direction: column;
	background-color: var(--darkblue);
	color: #fff;
	position: relative;
	overflow: hidden;
	--dur: .45s;
	--ease: cubic-bezier(.4,.2,.4,1);
	--text-dark: #111;
	--bg-hover: #fff;
	min-height: 620px;
}
.coretech-technologies__item .tech-head {
	margin-top: 20px;
	margin-bottom: 14px;
}
.tech-bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	will-change: opacity, transform, clip-path;
	transition:
		opacity var(--dur) var(--ease),
		transform var(--dur) var(--ease),
		clip-path var(--dur) var(--ease);
}
.coretech-technologies__content {
	z-index: 1;
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	transition: color var(--dur) var(--ease);
}
.tech-link {
	border: 1px solid #fff;
	color: #fff;
	margin-top: auto;
	transition: background-color var(--dur) var(--ease), border-color var(--dur) var(--ease), color var(--dur) var(--ease);
	display: flex;
	padding: 9px 24px;
	gap: 6px;
	align-items: center;
}
.coretech-technologies__item:hover .tech-link {
	border: 1px solid #0950D6;
	background: #0950D6;
	color: #fff; 
}

.coretech-technologies__item:hover {
	background-color: var(--bg-hover);
}
.coretech-technologies__item:hover .coretech-technologies__content {
	color: var(--text-dark);
}
.tech-bg { opacity: 1; }
.coretech-technologies__item:hover .tech-bg { opacity: 0; }

.tech-link .arrow-45-icon {
	transform: rotate(45deg) translateZ(0);
	transform-origin: 50% 50%;
	transition: transform 0.3s ease;
	will-change: transform;
	image-rendering: crisp-edges;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
}

.coretech-technologies__item:hover .arrow-45-icon{
	/* возвращаем без поворота */
	transform: rotate(0deg) translateZ(0);
}
@media (prefers-reduced-motion: reduce) {
	.tech-bg,
	.coretech-technologies__content,
	.tech-text,
	.tech-link {
		transition: none !important;
	}
}

.tech-text {
	position: relative;
	transform-origin: top;
	transform: scaleY(0);
	opacity: 0;
	transition:
		transform .35s cubic-bezier(.4, .2, .4, 1),
		opacity .35s ease,
		margin-top .35s ease;
	margin-top: 6px;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 1.6;
}

.coretech-technologies__item:hover .tech-text {
	transform: scaleY(1);
	opacity: 1;
}
.coretech-technologies__item:hover .tech-name{
	color: #0950D6;
	border-color: #E8ECF3;
	background: #E8ECF3;
}
.coretech-technologies-slider__buttons {
	display: none;
}
@media (max-width: 1024px) {
	.coretech-technologies__item .tech-name {
		color: #0950D6;
		border-color: #E8ECF3;
		background: #E8ECF3;
	}
	.tech-text {
		opacity: 1;
		transform: none;
		margin-top: -10px;
	}
	.coretech-technologies__item .arrow-45-icon {
		transform: rotate(0deg) translateZ(0);
	}
	.coretech-technologies__item .tech-link {
		border: 1px solid #0950D6;
		background: #0950D6;
		color: #fff; 
	}
	.coretech-technologies__item .tech-bg { 
		opacity: 0; 
	}
	.coretech-technologies__item {
		background-color: #fff;
	}
	.coretech-technologies__item .coretech-technologies__content {
		color: #111;
	}
	/* Когда slick инициализирован — отключаем grid на UL */
	.coretech-technologies__list.slick-initialized {
		display: block; /* grid → block, иначе slick-структура конфликтует */
	}

	/* Растянуть все слайды по высоте самого высокого */
	.coretech-technologies__list.slick-initialized .slick-track {
		display: flex;
		align-items: stretch;
	}
	.coretech-technologies__list.slick-initialized .slick-slide {
		display: flex !important; /* колонка */
		min-height: 0;            /* перебиваем slick's min-height:1px */
	}

	/* Карточка = колонка, растягиваем контент */
	.coretech-technologies__item {
		display: flex;
		flex-direction: column;
		min-height: 0;         /* сбиваем 620px, если нужна ровная высота по контенту */
		margin: 0 5px;
		height: inherit !important;
	}

	/* Фон-картинка должна покрывать карточку */
	.tech-bg {
		position: absolute;
		inset: 0;              /* короче, чем top/left/right/bottom */
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	/* Отступ справа под «кусочек» следующего слайда */
	.coretech-technologies__list.slick-initialized .slick-list {
		padding-right: 35vw; 
	}


}


@media(max-width:768px) {
	.coretech-technologies-slider__buttons {
		display: flex;
		padding: 10px;
	}
	.coretech-technologies__list.slick-initialized .slick-list {
		padding-right: 0;
	}
}


/* ------------------------------------ </section class="section index-index-coretech"> ----------------------------------- */



/* ------------------------------------ <section class="section section-cta"> ------------------------------------ */
.section-cta {
	background-color: #1F59BC;
	background-image: url('../img/index-cto-bg.webp');
	color: #fff;
	max-width: 1200px;
	padding: 60px;
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.section-cta__title {
	font-size: 32px;
	max-width: 570px;
	text-align: center;
	margin-top: 2px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.section-cta__subtitle {
	margin-top: 0;
	font-size: 14px;
	line-height: 1.4;
	font-family: 'Montserrat SemiBold',system-ui;
	text-transform: uppercase;
	text-align: center;
}

@media(max-width:1024px) {
	.section-cta {
		margin: 120px 20px;
	}
}
@media(max-width:768px) {
	.section-cta {
		margin: 100px 10px;
		padding: 40px;
	}
	.section-cta__title {
		font-size: 24px;
	}
}
/* ------------------------------------ </section class="section index-cta"> ----------------------------------- */



/* ------------------------------------ <section class="section index-index-cases"> ----------------------------------- */
.index-cases .section-head__container {
	justify-content: space-between;
	margin-bottom: 28px;
}
.index-cases .title-container {
	max-width: 34%;
}
.index-cases .title-text {
	max-width: 540px;
	margin-bottom: 12px;
}
.hacc {
	display: flex;
	gap: 5px;
	height: clamp(600px, 60vh, 560px);
	width: 100%;
	--collapsed: 0.12;   
	--expanded: 1;       
	--radius: 20px;
	--overlay: rgba(17,17,17,.58);
	--glass: rgba(255,255,255,.08);
	--text: #fff;
}
.hacc__item {
	position: relative;
	flex: var(--collapsed);
	min-width: 64px;
	border-radius: var(--radius);
	overflow: hidden;
	background: #111 center/cover no-repeat;
	background-image: var(--bg);
	transition: flex-basis .35s ease, flex-grow .35s ease;
	display: flex;
	align-items: stretch;
}
.hacc__item:hover {
	flex: 0.14;
}
.hacc__item.is-active { 
	flex: var(--expanded);
	flex-direction: column;
}
.hacc__item::before {
	content: "";
	position: absolute; inset: 0;
	background: linear-gradient(180deg, transparent 0%, var(--overlay) 60%);
	pointer-events: none;
}
.hacc__tab {
	writing-mode: vertical-rl;
	transform: rotate(180deg);
	border: 0;
	background: rgba(0,0,0,.4);
	color: var(--text);
	padding: 30px 10px;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 22px;
	cursor: pointer;
	display: flex;
	gap: 20px;
	outline-offset: 2px;
	width: 100%;
	align-items: center;
	justify-content: end;
}
.is-active .hacc__tab {
	writing-mode: unset;
	transform: rotate(0);
	font-size: 14px;
	padding: 25px 30px;
	background: transparent;
	padding-bottom: 0;
}	
.hacc__bullet {
	display: inline-block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
}
.is-active .hacc__plus {
	display: none;
}
.hacc__plus {
	margin-bottom: auto;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	padding: 8px;
	margin-top: 10px;
	width: 44px;
	height: 44px;
}

.hacc__panel {
	position: relative;
	flex: 1;
	display: flex;
	align-content: end;
	padding: 18px;
	color: var(--text);
	padding-top: 0;
}
.hacc__panel[hidden] { display: none; }

.hacc__panel-inner {
	border-radius: 16px;
	padding: 20px 22px;
	padding-top: 0;
	margin-top: -2px;
	display: flex;
	flex-direction: column;
}

.hacc__title { 
	margin: 0; 
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 26px;
}
.hacc__subtitle { 
	margin: 14px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.hacc__box { 
	padding: 30px;
	border-radius: 20px;
	border: 1px solid #ffffff47;
	backdrop-filter: blur(15px);
	margin: 12px 0;
	padding-bottom: 0;
}

.hacc__box .hacc__label { 
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 18px;
	margin: 0;
}
.hacc__box p {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin: 8px 0 28px 0;
	line-height: 1.6;
}
.hacc__actions {
	display:flex; justify-content:space-between; align-items:center; gap:10px; margin-top: auto;
}
.hacc__link { 
	display: flex;
	align-items: center;
	font-size: 18px;
	gap: 6px;
}

.hacc__nav { 
	display:flex; 
	gap:8px; 
	display:none; 
}
.hacc__arrow {
	border:0; border-radius:50%; width:36px; height:36px;
	background: rgba(0,0,0,.55); color:#fff; cursor:pointer;
}

.hacc__item:not(.is-active) .hacc__tab:hover { background: rgba(0,0,0,.55); }


.hacc__agritech1 {
	background-image: url('../img/case-agritech1.webp');
}
.hacc__agritech2 {
	background-image: url('../img/case-agritech2.webp');
}
.hacc__agritech3 {
	background-image: url('../img/case-agritech3.webp');
}
.hacc__logistics {
	background-image: url('../img/case-logistics.webp');
}



@media (max-width: 800px) {
	.hacc { flex-direction: column; height: auto; }
	.hacc__item { min-height: 320px; }
	.hacc__tab {
		writing-mode: horizontal-tb; transform: none;
		position: absolute; left: 10px; top: 10px;
		padding: 8px 10px; border-radius: 999px;
		background: rgba(0,0,0,.55);
	}
}

@media (prefers-reduced-motion: reduce) {
	.hacc__item { transition: none; }
}


/* ------------------------------------ </section class="section index-cases"> ----------------------------------- */


/* ------------------------------------ <section class="section index-about"> ----------------------------------- */
.index-about .title-container {
	max-width: 59%;
}
.standart-list {
	display: flex;
	margin-left: auto;
	margin-top: auto;
	gap: 30px;
}
.about-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}
.about-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-top: 24px;
}
.about-item {
	padding: 40px;
	border-radius: 20px;
}
.about-50 {
	background: #E8ECF3;
}
.about-fw {
	background: #0950D6;
	margin-top: 10px;
	display: flex;
	gap: 60px;
	color: #fff;
}
.about-icon {
	color: #1F59BC;
}
.about-item__header {
	font-size: 20px;
	margin: 16px 0;
}
.about-item__text {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 22px;
	margin-bottom: 0;
}
.about-fw__content {
	max-width: 60.5%;
}
.about-fw__header {
	display: flex;
	align-items: baseline;
	gap: 22px;
	margin-left: 12px;
}
.about-fw__header h3 {
	margin-bottom: 7px;
	margin-top: 20px;
}
.about-text {
	font-size: 18px;
	line-height: 1.6;
}
.about-btn {
	margin-top: 14px;
	display: inline-flex;
}
.about-img {
	border-radius: 20px;
}
.about-img__content {
	display: flex;
	margin-top: 20px;
	justify-content: space-between;
}
.about-fw__name {
	font-family: Montserrat;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.4;
}
.about-fw__pos {
	margin-bottom: 8px;
	color: #84A7EA;
}
.about-fw__text {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.about-fw__link {
	margin-top: auto;
	padding: 1px;
}
/* ------------------------------------ </section class="section index-about"> ----------------------------------- */

/* ------------------------------------ </section class="section index-insights"> ----------------------------------- */
.index-insights {
	display: none;
}
/* ------------------------------------ </section class="section index-insights"> ----------------------------------- */



/* ------------------------------------ <section class="section index-contact"> ----------------------------------- */
.index-contact {
	display: flex;
	justify-content: center;
	background: linear-gradient(90deg,rgb(27, 35, 46) 56%, rgb(248, 248, 249) 56%);
}
.index-contact .section-subtitle {
	color: #fff;
}
.cotact-form__container {
	max-width: 720px;
	color: #fff;
	padding: 140px 80px 90px 20px;
}
.index-contact .clients-container {
	max-width: 520px;
	background: #F8F8F9;
	padding: 140px 20px 90px 80px;
}
.index-contact .fluentform {
	margin-top: 56px;
	max-width: 530px;
}
.clients-slider__bot {
	display: flex;
	gap: 10px;
	margin-top: 28px;
}
.clients-slider__footer .slick-dots {
	margin-top: 22px;
	margin-bottom: 34px;
}
.clients-slider__header {
	font-size: 22px;
	line-height: 1.6;
	color: #0950D6;
	font-weight: 500;
}
.clients-slider__text {
	font-size: 18px;
	line-height: 1.6;
}
.clients-slider__name {
	font-weight: 700;
}
.clients-slider__position, .clients-slider__separator {
	color: #7C899C;
}
.clients-slider__icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 14px;
}
.clients-slider__icons svg {
	filter: none;
}
.clients-slider__head {
	margin-top: 0;
}
.clients-slider__footer .namecoach-icon {
	width: 120px;
}
.clients-slider__footer .slick-slide {
	margin: 0 10px;
}
.clients-slider__footer .slick-list {
	margin: 0 -10px;
}
.index-contact .clients-container .client-icon {
	color: #111;
}
.clients-slider__bot-separator {
	margin-right: 10px;
}
@media (max-width: 1024px) {
	.index-contact {
		background: #1B232E;
		flex-direction: column;
		padding-bottom: 120px;
	}
	.cotact-form__container {
		max-width: 100%;
		padding: 120px 20px 6px 20px;
	}
	.index-contact .fluentform {
		max-width: 100%;
	}
	.index-contact .clients-container {
		border-radius: 30px;
		max-width: 100%;
		padding: 40px;
		margin: 0 20px;
	}
	.clients-slider__head {
		margin-bottom: -8px;
	}
	.clients-slider__bot {
		margin-top: -10px;
	}
	.clients-slider__footer .slick-dots {
		margin-top: -2px;
	}
}
@media (max-width: 1024px) {

}
@media (max-width: 768px) {
	.clients-slider__separator {
		display: none;
	}
	.index-contact .clients-container {
		padding: 30px;
		margin: 0 10px;
		margin-top: 50px;
	}
	.clients-slider__bot-separator {
		display: none;
	}
	.clients-slider__bot {
		flex-direction: column;
	}
	.clients-slider__name {
		margin-bottom: 0;
	}
	.clients-slider__position {
		margin-top: 3px;
	}
	.index-contact {
		padding-bottom: 100px;
	}
	.cotact-form__container {
		padding: 100px 10px 6px 10px;
	}
}

/* ------------------------------------ </section class="section index-contact"> ----------------------------------- */


/* ------------------------------------ fluentform ----------------------------------- */
.frm-fluent-form {
	position: relative;
}
.ff-column-container {
	display: flex;
	gap: 40px;
}
.ff-el-group {
	position: relative;
	margin-bottom: 52px;
}
.fluentform input, .fluentform textarea {
	background: transparent;
	border: none;
	border-bottom: 1px solid #59606B;
	color: #fff;
	font-family: "Roboto", sans-serif;
	outline: none;
	width: 100%;
	margin: 4px 0;
	padding: 4.5px;
}
.fluentform label {
	font-size: 14px;
}
.ff-el-is-required::after {
	color: #4779D8;
	content: " *";
	margin-left: 3px;
}
.fluentform .ff-el-form-check-input {
	margin: 0;
	width: fit-content;
}
.ff-el-form-check-label {
	display: flex;
	flex-direction: row-reverse;
	justify-content: flex-end;
}
.ff-el-input--label {
	top: -18px;
	transition-duration: .3s;
	transition-property: transform,opacity,font-size;
	position: absolute;
}
.ff-input-active .ff-el-input--label, .ff-input-filled .ff-el-input--label{
	transform: translateY(-7px);
	opacity: .4;
}
.ff-input-active label, .ff-input-filled label{
	font-size: 12px;
}
.fluentform .ff-input-active  textarea, .fluentform .ff-input-filled textarea, .fluentform .ff-input-active input, .fluentform .ff-input-filled input{
	border-bottom: 1px solid #fff;
}
.fluentform .error.text-danger {
	font-size: 12px;
	color: #4779D8;
}
.ff-input-active .ff-el-form-check-label, .ff-input-filled .ff-el-form-check-label {
	font-size: 14px;
}
.ff-el-form-check-label {
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-size: 18px;
	min-height: 20px;
	display: inline-block;
	padding-left: 28px;
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='4' fill='white'/%3E%3C/svg%3E");
	cursor: pointer;
}
.ff-el-form-check-label:has(input:checked) {
	background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='18' rx='4' fill='%230950D6'/%3E%3Cpath d='M12.8381 6.14589C13.0466 6.34779 13.0549 6.6824 12.8562 6.89419L8.22354 11.8358C8.17487 11.8877 8.11633 11.929 8.05147 11.9572C7.98662 11.9854 7.91679 12 7.84623 12C7.77567 12 7.70585 11.9854 7.64099 11.9572C7.57613 11.929 7.51759 11.8877 7.46892 11.8358L5.15295 9.36497C5.10373 9.31505 5.06484 9.25563 5.03858 9.1902C5.01232 9.12477 4.99921 9.05466 5.00004 8.98401C5.00086 8.91335 5.0156 8.84358 5.04338 8.7788C5.07115 8.71402 5.11142 8.65555 5.16179 8.60683C5.21216 8.5581 5.27162 8.52012 5.33667 8.4951C5.40171 8.47009 5.47103 8.45856 5.54053 8.46119C5.61003 8.46382 5.67832 8.48055 5.74135 8.51041C5.80439 8.54027 5.86091 8.58264 5.90757 8.63503L7.84623 10.7034L12.1016 6.16424C12.1969 6.06262 12.328 6.0036 12.4661 6.00016C12.6042 5.99672 12.738 6.04913 12.8381 6.14589Z' fill='white'/%3E%3C/svg%3E");
}
.ff-el-form-check-checkbox {
	display: none;
}
.agreement-container {
	margin-top: -20px;
	margin-bottom: 40px;
}
.privacy-policy__link {
	position: absolute;
	right: -8px;
	padding-left: 186px;
	margin: 0;
	line-height: 1.6;
	font-size: 12px;
	color: #7C899C;
	padding-top: 4px;
}
.privacy-policy__link a {
	text-decoration: underline;
}
.privacy-policy__link a:hover {
	color: #fff;
}
.ff_submit_btn_wrapper {
	width: fit-content;
}
/* ------------------------------------ /fluentform ---------------------------------- */



/* -------------------------------------------------------------------------- Contact Us Page ------------------------------------------------------------------------------ */
.contact-page {
	background-color: #1B232E;
	color: #fff;
}
.contact-page-clients__carousel .slick-slide {
	justify-content: center;
	display: flex !important;
	margin: 0 15px;
}
.contact-page__heading .h1 {
	font-size: 62px;
	margin-bottom: 20px;
}
.contact-page__heading .title-text a {
	text-decoration: underline;
}
.contact-page .section {
	padding: 98px 20px 120px 20px;
	display: flex;
	gap: 140px;
	flex-direction: row;
	margin: 0 auto;
}
.contact-page__heading {
	max-width: 40%;
}
.contact-page .cotact-form__container {
	width: 100%;
	color: #fff;
	padding: 0;
	margin-top: 87px;
}
.contact-page__clients {
	margin-top: 80px;
}
.contact-page-clients__header {
	color: #767B82;
	text-transform: uppercase;
	font-size: 12px;
}
.contact-page .ff-btn-submit{
	font-size: 16px;
}
@media (max-width: 1024px) {
	.contact-page .section {
		padding: 78px 20px 66px 20px;
		flex-direction: column;
		gap: 0;
	}
	.contact-page__heading {
		max-width: 100%;
	}
	.contact-page__clients {
		display: none;
	}
	.contact-page .cotact-form__container {
		margin-top: 56px;
	}
	.privacy-policy__link {
		padding-right: 20%;
	}
}
@media (max-width: 768px) {
	.contact-page__heading .h1 {
		font-size: 38px;
		margin-bottom: 20px;
	}
	.cotact-form__container fieldset {
		display: flex;
		flex-direction: column;
	}
	.privacy-policy__link {
		position: relative;
		padding: 0;
		order: 1;
		right: 0;
		margin-top: -32px;
	}
	.contact-page .section {
		padding: 78px 10px 100px 10px;
	}
}
/* --------------------------------------------------------------------------/Contact Us Page ------------------------------------------------------------------------------ */



/* ---------------------------------------------------------------- </section class="section section-offering"> --------------------------------------------------------------- */
.section-offering .section	{
	padding-top: 138px;
	padding-bottom: 138px;
}
.section-offering .section-subtitle {
	color: #fff;
}
.offering-list {
	gap: 10px;
	margin-bottom: 42px;
}
.offering-item {
	background-color: #262E38;
	border-radius: 20px;
	padding: 29px;
	border: 1px solid transparent;
	transition: border .15s ease-in-out;
}
.offering-icon {
	color: #1F59BC;
	margin-bottom: 50px;
}
.offering-text {
	font-size: 18px;
	line-height: 1.6;
	color: #ffffff73;
	margin-bottom: 0;
	transition: color .15s ease-in-out;
}
.offering-item:hover {
	border: 1px solid #1F59BC;
}
.offering-item:hover .offering-text {
	color: #fff;
}
.offering-header {
	font-size: 18px;
}
.section-offering .title-container {
	max-width: 32%;
}
.section-offering .title-text {
	max-width: 45%;
	margin-left: auto;
}
.section-offering .section-content {
	margin-top: 24px;
}
.offering-values {
	display: flex;
	width: fit-content;
	margin: 0 auto;
	align-items: center;
	gap: 10px;
	font-size: 18px;
	font-weight: 500;
	background: #19283F;
	border-radius: 90px;
	padding: 12px 20px;
}
.offering-values__text {
	margin: 0;
	line-height: 1.6;
}
@media (max-width: 1024px) {
	.section-offering .section {
		padding: 118px 0 120px 0;
	}
	.section-offering .title-container, .section-offering .title-text {
		max-width: 100%;
	}
	.section-offering .section-head__container {
		padding: 0 20px;
	}
	.offering-item {
		margin: 0 5px;
		height: inherit !important;
	}
	.offering-list.slick-initialized .slick-track {
		display: flex;
		align-items: stretch;
	}
	.offering-list.slick-initialized .slick-list {
		padding-right: 15vw;
	}
	.section-offering .title-text {
		margin-left: 0;
	}
}
@media (max-width: 768px) {
	.section-offering .section-head__container {
		padding: 0 10px;
	}
	.offering-list.slick-initialized .slick-list {
		padding-right: 25vw;
	}
	.section-offering .section {
		padding: 98px 0 100px 0;
	}
	.offering-values {
		text-align: center;
		flex-direction: column;
		border-radius: 20px;
		margin: 0 10px;
		padding: 20px;
	}
}


/* ---------------------------------------------------------------- </section class="section section-offering"> --------------------------------------------------------------- */



/* ----------------------------------------------------------------- <section class="section section-talk"> --------------------------------------------------------------- */
.section-talk__container {
	background-color: #E8ECF3;
	border-radius: 30px;
	overflow: hidden;
}
.section-talk__visible {
	display: flex;
}
.section-talk__info {
	padding: 60px;
}
.section-talk .section-title {
	font-size: 32px;
	line-height: 1.4;
}

.section-talk .title-text {
	margin-bottom: 30px;
	margin-top: 22px;
}
.section-talk__btn {
	margin-right: 12px;
	display: inline-block;
}
.section-talk__showmore::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 18px;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M4.083 5.833L7 8.75l2.917-2.917' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'><path d='M4.083 5.833L7 8.75l2.917-2.917' fill='none' stroke='black' stroke-linecap='round' stroke-linejoin='round'/></svg>") no-repeat center / contain;
	background-color: currentColor;
	vertical-align: middle;
	transition: transform .2s ease;
	margin-left: 10px;
}
.section-talk__showmore-active::after {
	transform: rotate(180deg);
}

.section-talk__image-container {
	position: relative;
	overflow: hidden;   
}

.section-talk__image-content, .section-talk__image {
	position: relative;
	z-index: 1;         
}
.section-talk__image-content {
	position: absolute;
	bottom: 18px;
	padding: 15px 20px;
	background-color: #fff;
	border-radius: 12px;
	display: flex;
	gap: 20px;
}
.section-talk__image-name {
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 16px;
	margin: 4px 0 6px 0;
}
.section-talk__image-position {
	margin: 0;
	font-size: 14px;
	line-height: 1.6;
	color: #11111180;
}
.section-talk__image-link {
	margin-top: auto;
	color: #11111180;
	transition: .15s ease-in-out;
	margin-bottom: -4px;
}
.section-talk__image-link svg {
	padding: 1px;
}
.section-talk__image-link:hover {
	color: #111;
}
.section-talk__image {
	height: 100%;
	object-fit: cover;
	transition: .5s;
	filter: grayscale(1);
}
.section-talk:hover .section-talk__image{
	filter: none;
}
.section-talk__image-container::before {
	content: "";
	position: absolute;
	width: 627px;
	height: 627px;
	left: 75%;
	top: 83%;
	transform: translate(-50%, -50%);
	background: #D2DCF0;
	border-radius: 50% / 50%;
}

.section-talk__container {
	display: grid;
	grid-template-columns: 54% 44%;
	grid-template-areas:
		"info   image " 
		"hidden hidden";
	column-gap: 32px;
}
.section-talk__visible {
	display: contents;
}
.section-talk__info { 
	grid-area: info; 
	align-self: center;
}
.section-talk__image-container { 
	grid-area: image; 
}
#section-talk-2719-hidden-wrap { 
	grid-area: hidden; 
}
.section-talk__hidden {
	padding: 30px;
	background: #fff;
	border-radius: 20px;
	margin: 60px;
	margin-top: 22px;
}
.section-talk__hidden ul {
	list-style: disc;
	padding-left: 20px;
	margin-bottom: 20px;
	margin-top: 12px;
}
.section-talk__hidden strong {
	line-height: 1.6;
}
.section-talk__hidden li {
	margin: 3px 0;
	padding-left: 10px;
	line-height: 1.6;
}
/* скрытый блок-обёртка для анимации */
.section-talk__hidden-wrap {
	overflow: hidden;
	height: 0;
	transition: height .3s ease;
	grid-area: hidden;
}

/* по умолчанию скрываем через hidden, JS снимет атрибут */
.section-talk__hidden-wrap[hidden] { display: block; height: 0; } /* не ломаем поток */

/* скринридер-утилита */
.screen-reader-text {
	position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.page-template-ai-powered-agritech-solutions .section-talk__container {
	grid-template-columns: 55% 40%;
	justify-content: space-between;
}

@media (max-width: 1024px) {
	.section-talk__container {
		grid-template-columns: 1fr;
		grid-template-areas:
			"info"
			"hidden"
			"image";
	}
	.page-template-ai-powered-agritech-solutions .section-talk__container {
		grid-template-columns: 1fr;
	}
	.section-talk__image-container,
	.section-talk__info,
	#section-talk-2719-hidden-wrap {
		width: 100%;
	}
	.section-talk__visible {
		flex-direction: column;
	}
	.section-talk__info {
		padding: 40px;
		max-width: 100%;
		padding-bottom: 0;
	}
	.section-talk .section-title {
		font-size: 30px;
	}

	.section-talk__image {
		max-width: 76%;
		margin-left: auto;
		filter: none;
	}
	.section-talk__image-content {
		bottom: 24%;
		left: 15%;
	}
	.section-talk__image-name {
		font-size: 22px;
	}
	.section-talk__image-position {
		font-size: 20px;
	}
	.section-talk__image-link {
		display: none;
	}
	.section-talk__hidden {
		margin: 40px;
	}
	.page-template-ai-powered-logistics-solutions .section-talk__image, .page-template-ai-powered-digital-banking-platforms .section-talk__image {
		max-width: 69%;
	}
}
@media (max-width: 768px) {
	.hero::before {
		width: 160%;
		height: 110%;
		left: 60%;
		top: 45%;
		filter: blur(24px);
	}
	.section-talk .section-title {
		font-size: 24px;
	}
	.section-talk__showmore {
		margin-top: 10px;
	}
	.section-talk__image-container::before {
		width: 100vw;
		height: 100vw;
		left: 75%;
		top: 106%;
	}
	.section-talk__image-name {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.section-talk__image-position {
		font-size: 12px;
	}
	.section-talk__image-content {
		bottom: 12%;
		left: 6%;
		padding: 5px 15px;
		border-radius: 8px;
	}
	.section-talk__info {
		padding: 40px 30px;
		padding-bottom: 28px;
	}
	.section-talk__hidden {
		margin: 30px;
		padding: 20px;
		margin-top: 0;
	}
}
@media (max-width: 440px) {
	.section-talk__info {
		padding-left: 20px;
		padding-right: 20px;
	}
	.section-talk__btn, .section-talk__showmore {
		padding: 8px 18px;
		font-size: 16px;

	}
	.section-talk__btn {
		margin-right: 10px;
	}
	.section-talk__hidden {
		margin-left: 20px;
		margin-right: 20px;
	}
	.section-talk__image-content {
		bottom: 8%;
	}
}
/* ---------------------------------------------------------------- </section class="section section-talk"> --------------------------------------------------------------- */



/* --------------------------------------------------------------------------- AI-Powered Health & Fitness Solutions ------------------------------------------------------------------------------- */
.page-template-health-fitness .hero__container .section-head {
	max-width: 770px;
}
.page-template-health-fitness .hero__container .section-subhead {
	max-width: 766px;
	margin: 28px auto 30px auto;
}
.page-template-health-fitness .hero__clients {
	margin-top: 80px;
}
.page-template-health-fitness .index-what .title-container {
	max-width: 39%;
}
.page-template-health-fitness .index-what .title-text {

}
.page-template-health-fitness .index-what .section-head__container {
	justify-content: space-between;
}
.page-template-health-fitness .coretech-technologies__list {
	grid-template-columns: repeat(3, 1fr);
}

#mob-app path, #gamification path, #crm path, #cloud path{
	fill: #fff;
}
.tech-tech {
	background: #E8ECF3;
	font-size: 16px;
	line-height: 1;
	padding: 8px 15px;
	border-radius: 6px;
	margin-right: 5px;
}
.page-template-health-fitness .section-cta__title {
	max-width: 686px;
}
@media (max-width: 1024px) {
	.page-template-health-fitness .hero__clients {
		margin-top: 110px;
	}
	.page-template-health-fitness .index-what .title-container {
		max-width: 100%;
	}
}
@media (max-width: 768px) {
	.page-template-health-fitness .hero__clients {
		margin-top: 70px;
	}
}


/* -------------------------------------------------------------------------- / AI-Powered Health & Fitness Solutions ------------------------------------------------------------------------------ */


/* --------------------------------------------------------------------------   AI-Powered Agritech Solutions  ------------------------------------------------------------------------------ */
.page-template-ai-powered-agritech-solutions .section-head {
	max-width: 770px;
}
.page-template-ai-powered-agritech-solutions .hero__clients {
	margin-top: 80px;
}
.page-template-ai-powered-agritech-solutions .coretech-technologies__list {
	grid-template-columns: repeat(2, 1fr);
}
.page-template-ai-powered-agritech-solutions .hero__container .section-subhead {
	max-width: 766px;
	margin: 28px auto 30px auto;
}
.page-template-ai-powered-agritech-solutions .coretech-technologies__item .tech-head {
	max-width: 71%;
}
@media (max-width: 1024px) {
	.page-template-ai-powered-agritech-solutions .hero__clients {
		margin-top: 110px;
	}
}
@media (max-width: 768px) {
	.page-template-ai-powered-agritech-solutions .hero__clients {
		margin-top: 70px;
	}
}
/* -------------------------------------------------------------------------- / AI-Powered Agritech Solutions  ------------------------------------------------------------------------------ */


/* --------------------------------------------------------------------------   AI-Powered Logistics Solutions   ------------------------------------------------------------------------------ */
.page-template-ai-powered-logistics-solutions .section-head {
	max-width: 780px;
}
.page-template-ai-powered-logistics-solutions .hero__container .section-subhead {
	max-width: 714px;
	margin: 28px auto 30px auto;
}
.page-template-ai-powered-logistics-solutions .hero__clients {
	margin-top: 80px;
}
.page-template-ai-powered-logistics-solutions .index-what .section-head__container {
	gap: 88px;
}
.page-template-ai-powered-logistics-solutions .coretech-technologies__list {
	grid-template-columns: repeat(3, 1fr);
}
.page-template-ai-powered-logistics-solutions .coretech-technologies__item .tech-head {
	max-width: 100%;
}
.page-template-ai-powered-logistics-solutions .section-offering .title-container {
	max-width: 45%;
}

@media (max-width: 1024px) {
	.page-template-ai-powered-logistics-solutions .index-what .section-head__container {
		gap: 8px;
	}
	.page-template-ai-powered-logistics-solutions .section-offering .title-container {
		max-width: 100%;
	}
}

/* ------------------------------------------------------  / AI-Powered Logistics Solutions   -------------------------------------------------------------------- */


/* ------------------------------------------------------   AI-Powered banking platforms   -------------------------------------------------------------------- */
.page-template-ai-powered-digital-banking-platforms .hero__container .section-subhead {
	max-width: 814px;
	margin: 28px auto 30px auto;
}
.page-template-ai-powered-digital-banking-platforms .offering-list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 10px;
}
.page-template-ai-powered-digital-banking-platforms .section-offering .title-container {
	max-width: 35%;
}
@media (max-width: 1024px) {
	.page-template-ai-powered-digital-banking-platforms .section-offering .title-container {
		max-width: 100%;
	}
	.page-template-ai-powered-digital-banking-platforms .offering-list {
		display: flex;
	}
}
@media (max-width: 768px) {

}
/* ------------------------------------------------------  / AI-Powered banking platforms   -------------------------------------------------------------------- */


/* ----------------------------------------------------  Section challenge-cards  ------------------------------------------------------------ */
.challenge-cards .section-subtitle {
	margin-top: 0;
}
.challenge-list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
	margin-top: 26px;
}
.challenge-item {
	padding: 30px;
	border-radius: 20px;
	background: #E8ECF3;
}
.challenge-icon__container {
	background: #fff;
	padding: 10px;
	border-radius: 12px;
	display: flex;
	width: fit-content;
}
.challenge-icon {
	color: #0950D6;
}
.challenge-header {
	margin-top: 70px;
	margin-bottom: 6px;
}
@media (max-width: 1024px) {
	.challenge-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.challenge-header {
		margin-top: 36px;
	}
}
@media (max-width: 768px) {
	.challenge-list {
		grid-template-columns: 1fr;
	}
	.challenge-item {
		display: flex;
		gap: 20px;
		padding: 20px;
		border-radius: 16px;
		align-items: center;
	}
	.challenge-header {
		margin: 0;
	}
}
/* ---------------------------------------------------- / Section challenge-cards  ----------------------------------------------------------- */

/* ----------------------------------------------------  Section-why  ------------------------------------------------------------ */
.section-why__content {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	grid-template-areas:
		"a b c" 
		"d d e";
	margin-top: 24px;
}
.section-why .title-container {
	width: 40%;
}
.section-why .title-text {
	width: 45%;
	margin-left: auto;
}
.why-card {
	display: flex;
	flex-direction: column;
	border-radius: 20px;
	padding: 29px;
	position: relative;
	overflow: hidden;
}
.card-1 { 
	grid-area: a;
	border: 1px solid #D8DCE2;
}
.card-2 { 
	grid-area: b;
	border: 1px solid #D8DCE2;
}
.card-3 { 
	grid-area: c; 
	background: #04338C;
	border: 1px solid #04338C;
	color: #fff;
}
.card-4 { 
	grid-area: d;
	background: #1F59BC;
	border: 1px solid #1F59BC;
	color: #fff;
}
.card-4:before, .card-4:after {
	content: "";
	position: absolute;
	background-color: #ffffff1f;
	border-radius: 50%;
}
.card-4:before {
	width: 450px;
	height: 450px;
	right: 62%;
	top: -34%;
}
.card-4:after {
	width: 380px;
	height: 380px;
	left: 73%;
	bottom: 40%;
}

.card-5 { 
	grid-area: e;
	border: 1px solid #D8DCE2
}
.why-card__logoslist {
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 20px;
	margin-bottom: 0;
}
.why-card__icon {
	margin-bottom: 19px;
}
.why-card__others {
	margin-bottom: 0;
	color: #ffffff75;
}
.why-card__text {
	margin: 0;
	margin-top: 12px;
}
.why-card__header {
	margin: 0
}
.section-why__standart-list {
	display: flex;
	margin-bottom: 0;
	gap: 40px;
}

@media (max-width: 1024px) {
	.section-why__content {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas:
			"a b"
			"e c"
			"d d";
	}
	.section-why .title-container, .section-why .title-text {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.why-card {
		padding: 19px;
	}
	.why-card__header.h6, .why-card__text.txt-18-400, .why-card__header.h4 {
		font-size: 16px;
	}
	.why-card__logoslist {
		margin-top: 10px;
		flex-wrap: wrap;
		gap: 0;
	}
	.why-card__others {
		margin-top: 4px;
	}
}
/* --------------------------------------------------- / Section-why  ------------------------------------------------------------ */


/* --------------------------------------------------------------------------  Index v2  ----------------------------------------------------------------------------- */
.chip-subhead {
	border-radius: 90px;
	padding: 6px 15px;
}
/* ----------------------------------------------------  Index-hero v2  ------------------------------------------------------------ */
.hero_v2 {
	max-width: 1440px;
	display: grid;
	gap: 5px;
	grid-template-columns: 61.4% 38.2%;
	color: #fff;
	margin-bottom: 0;
}
.hero__left, .hero__right {
	background-color: #1B232E;
	border-radius: 30px;
}
.hero__left {
	padding: 100px 80px 80px 100px;
	position: relative;
	overflow: hidden;
}
.hero__header {
	z-index: 1;
	position: relative;
}
.hero__left::before {
	content: "";
	position: absolute;
	left: -44%;
	top: 103%;
	transform: translateY(-50%);
	background: radial-gradient(57.88% 58.39% at 35.92% 2.32%, #0950D6 0%, rgba(9, 80, 214, 0.54) 46.15%, rgba(9, 80, 214, 0.00) 100%);
	width: 1200px;
	height: 1200px;
	border-radius: 1200px;
	z-index: 0;
}
.hero_v2 .section-head {
	font-size: 68px;
}
.hero_v2 .section-subhead {
	margin: 24px 0 28px 0;
}
.hero_v2 .btn-popup {
	margin: unset;
	font-size: 20px;
}
.hero__right {
	padding: 40px;
	padding-top: 24px;
}
.hero-slider__chip-container {
	display: flex;
	gap: 10px;
}
.hero-slider__chip {
	border: 1px solid #0950D6;
	background-color: #0950D61A;
	font-size: 14px;
}
.hero-slider__text {
	margin-top: 22px;
}
.hero-slider__img {
	margin-top: 28px;
}
.hero-slider__navigation {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.hero-dots {
	margin-top: auto;
}
.hero-dots .slick-dots {
	margin: 0;
}
.hero-slider__buttons .arrow-icon {
	color: #38424F;
	border: 1px solid #38424F;
}
.hero-slider__buttons .arrow-icon:hover {
	color: #D8DBE1;
	border: 1px solid #D8DBE1;
}
/* ---------------------------------------------------- / Index-hero v2  ----------------------------------------------------------- */

.page-template-home_v2 .hero__clients {
	margin-top: 33px;
}
.page-template-home_v2 .intro-clients__carousel {
	gap: 58px;
	overflow: hidden;
}

/* ---------------------------------------------------- Index-cases v2  ----------------------------------------------------------- */
.cases-section .title-container {
	width: 100%;
}
.cases-section .section-head__container .title-text {
	max-width: 45%;
}
.cases-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-top: 22px;
}
.case-item {
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.case-content {
	padding: 40px;
	z-index: 2;
	position: relative;
	padding-bottom: 0;
}
.case-bg {
	position: absolute;
	z-index: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	bottom: 0;
}
.case-content__hidden {
	margin-top: 190px;
	position: relative;
	transform-origin: top;
	transform: scaleY(0);
	opacity: 0;
	transition: transform .35s cubic-bezier(.4, .2, .4, 1), opacity .35s ease, margin-top .35s ease;
	margin-bottom: 50px;
	font-size: 18px;
	line-height: 1.6;
	color:#fff;
}
.case-text {
	font-size: 22px;
}
.case-content__head {
	margin-top: 30px;
}
.cases-content__links {
	display: flex;
	margin-top: 30px;
	gap: 20px;
}
.case-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.7);
	backdrop-filter: blur(6px);
	z-index: 1;
	opacity: 0;
	transition: opacity .35s ease;
	pointer-events: none; 
}
.case-item:hover .case-overlay,
.case-item:focus-within .case-overlay {
	opacity: 1;
}
.case-item:hover .case-content__hidden,
.case-item:focus-within .case-content__hidden {
	transform: scaleY(1);
	opacity: 1;
}
.cases-content__links .btn-arrow-inside {
	display: flex;
	align-items: center;
	gap: 5px;
}
.btn-arrow-inside:hover {
	border: 1px solid #0C40A3;
}
.cases-content__links .btn-arrow-inside:hover .arrow-45-icon{
	transform: rotate(0deg) translateZ(0);
}
.case-content__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.case-chip {
	border: 1px solid #FFFFFF66;
	background: #FFFFFF1A;
}
.cases-content__links .btn {
	padding: 9px 26px;
}
.cases-content__links .arrow-45-icon {
	transform: rotate(45deg) translateZ(0);
	transform-origin: 50% 50%;
	transition: transform 0.3s ease;
	will-change: transform;
	image-rendering: crisp-edges;
	-webkit-font-smoothing: antialiased;
	backface-visibility: hidden;
}
.cases-list > :nth-child(2n) {
	transform: translateY(80px);
}
.case-trusmark {
	background-color: #173C7B;
}
.case-backbase {
	background-color: #1C293F;
}
.case-dw {
	background-color: #1A4343;
}
.case-healtcare {
	background-color: #2A3C5F;
}
.case-jetruby {
	background-color: #173C7B;
}
.case-anova {
	background-color: #504672;
}
.cases-slider__buttons {
	display: none;
}
/* ---------------------------------------------------- / Index-cases v2  ----------------------------------------------------------- */

/* ----------------------------------------------------  Index-services (section-offering) v2  ----------------------------------------------------------- */
.page-template-home_v2  .section-offering .section {
	padding-top: 138px;
	padding-bottom: 100px;
}
.page-template-home_v2 .section-offering .title-container {
	max-width: unset;
}
.page-template-home_v2 .offering-icon {
	width: 60px;
	height: 60px;
}
.page-template-home_v2 .offering-header {
	font-size: 22px;
}
.page-template-home_v2 .offering-text {
	color: #fff;
	margin-top: -10px;
}
.offering-item {
	transition: .15s ease-in-out;
}
.page-template-home_v2 .offering-item:hover {
	border: 1px solid #1F59BC;
	background-color: #1F59BC;
}

/* ---------------------------------------------------- / Index-services (section-offering) v2  ----------------------------------------------------------- */


/* ----------------------------------------------------  Index-what v2  ----------------------------------------------------------- */
.page-template-home_v2 .index-what .section-head__container {
	justify-content: space-between;
}
.page-template-home_v2 .index-what .title-container {
	width: 35%;
}
.page-template-home_v2 .index-what .title-text {
	max-width: 45%;
}
/* ---------------------------------------------------- / Index-what v2  ---------------------------------------------------------- */


/* ----------------------------------------------------  Reviews slider v2  -------------------------------------------------------- */
.section-reviews {
	display: flex;
	justify-content: space-between;
}
.section-reviews .section-head__container {
	width: 27%;
	flex-direction: column;
}
.section-reviews .section-content {
	width: 61%;
}
.reviews-slider {
	margin: 0;
}
.review-slide {
	margin: 0 10px;
}
.review-slide__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review-slide__header {
	margin: 22px 0;
	margin-bottom: 20px;
}
.review-slide__text {
	font-size: 22px;
	line-height: 1.6;
	margin: 16px 0;
}
.review-slider__bot {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-top: 33px;
}
.review-slider__bot * {
	margin: 0;
}
.review-slide__name {
	font-weight: 700;
}
.review-slide__position {
	color: #7C899C;
}
.review-slide__dot {
	width: 4px;
	height: 4px;
	background-color: #111;
	border-radius: 100%;
}
.review-osram-logo {
	color: #FF6601;
}
/* ---------------------------------------------------- / Reviews slider v2  ------------------------------------------------------- */


/* ----------------------------------------------------  Index-about v2  ----------------------------------------------------------- */
.about-fw {
	padding: 0;
	margin-top: 24px;
	gap: 40px;
	overflow: hidden;
	position: relative;
}
.about-fw__content {
	padding: 24px 0px 40px 40px;
	max-width: 56.5%;
}
.about-fw__image {
	position: relative;
	display: flex;
}
.about-img {
	border-radius: 20px;
	object-fit: cover;
	margin-left: auto;
	margin-top: auto;
}
.about-img__content {
	position: absolute;
	bottom: 40px;
	max-width: 340px;
	display: flex;
	gap: 20px;
	border: 1px solid #FFFFFF66;
	border-radius: 12px;
	padding: 14px 19px;
	background: #FFFFFF33;
	margin: 0;
	backdrop-filter: blur(4px);
}
.about-fw__text {
	gap: 5px;
}
.about-fw__name {
	font-size: 16px;
}
.about-fw__pos {
	margin-bottom: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.6;
}
.hero-slider__img {
	margin-top: 28px;
	/*   max-width: 80%; */
	margin: auto;
	border-radius: 20px;
}
.hero-slider__navigation {
	margin-top: 30px;
}
/* ---------------------------------  Index-about v2 @media --------------------------- */
@media(max-width: 1400px) {
	.hero_v2 .section-head {
		font-size: 62px;
	}
	.hero__left {
		padding: 140px 40px 60px 40px;
	}
}
@media(max-width: 1024px) {
	.hero_v2 {
		grid-template-columns: 100%;
	}
	.hero__left {
		padding: 176px 40px 176px 40px;
	}
	.hero__left::before {
		left: -52%;
		top: 84%;
	}
	.hero__header {
		text-align: center;
		align-items: center;
		display: flex;
		flex-direction: column;
	}
	.hero_v2 .section-head {
		max-width: unset;
		text-align: center;
	}
	.hero-slider__img {
		width: 100%;
		margin: auto;
		margin-top: 28px;
	}
	.cases-list, .offering-list {
		display: flex;
	}
	.cases-section .section-title br {
		display: none;
	}
	.cases-section .section-head__container .title-text {
		max-width: 100%;
	}
	.cases-list .slick-list {
		padding-right: 17vw;
	}
	.case-item {
		margin: 0 10px;
	}
	.cases-section .section-content {
		margin: 0 -10px;
	}
	.case-content__hidden {
		margin-top: -7px;
		position: relative;
		transform-origin: top;
		transform: none;
		opacity: 1;
		margin-bottom: 40px;
	}
	.case-text {
		display: none;
	}
	.case-bg {
		position: relative;
		margin-top: auto;
	}
	.case-item:hover .case-content__hidden, .case-item:focus-within .case-content__hidden {
		transform: none;
		opacity: 1;
	}
	.page-template-home_v2 .section-offering .section {
		padding-top: 118px;
		padding-bottom: 78px;
	}
	.page-template-home_v2 .index-what .title-container {
		width: 100%;
	}
	.page-template-home_v2 .index-what .title-text {
		max-width: 100%;
	}
	.section-reviews {
		flex-direction: column;
	}
	.section-reviews .section-head__container {
		width: 100%;
		flex-direction: row;
		justify-content: space-between;
	}
	#reviews-home-heading {
		margin-bottom: 0;
	}
	.section-reviews .section-content {
		width: 100%;
		margin-top: 40px;
		margin-left: -5px;
		margin-right: -5px;
	}
	.index-about .title-container {
		max-width: 100%;
	}
	.standart-list {
		margin-left: 0;
		margin-top: 10px;
	}
	.about-fw {
		flex-direction: column;
	}
	.about-fw__content {
		max-width: 100%;
		z-index: 1;
	}
	.about-fw__image {
		margin-top: -122px;
		z-index: 0;
	}
	.about-img__content {
		bottom: 70px;
		left: 76px;
	}
	.case-item:hover .case-overlay, .case-item:focus-within .case-overlay {
		opacity: 0;
	}
}
@media(max-width: 768px) {
	.hero__left {
		padding: 60px 40px;
	}
	.hero_v2 .section-head {
		font-size: 38px;
	}
	.hero-slider__navigation {
		margin-top: 10px;
	}
	.cases-slider__buttons {
		display: flex;
		padding: 0 10px;
		margin-top: 10px;
	}
	.page-template-home_v2 .section-offering {
		margin: 100px auto;
	}
	.cases-list .slick-list {
		padding-right: 0;
	}
	.case-content {
		padding: 30px;
		padding-bottom: 0;
	}
	.case-content__head {
		margin-top: 30px;
		font-size: 24px;
	}
	.cases-content__links .arrow-45-icon {
		display: none;
	}
	.cases-content__links {
		gap: 10px;
	}
	.case-content__hidden {
		margin-top: 0px;
		margin-bottom: 58px;
	}
	.cases-content__links .btn {
		text-wrap: nowrap;
	}
	.page-template-home_v2 .offering-list.slick-initialized .slick-list {
		padding-right: 0;
		/* 		 padding-right: 25vw; */
	}
	.page-template-home_v2 .section-offering .section {
		padding-top: 98px;
		padding-bottom: 52px;
	}
	.section-reviews .section-head__container {
		flex-direction: column;
		gap: 38px;
	}
	.review-slide__header {
		font-size: 24px;
	}
	.review-slider__bot {
		flex-wrap: wrap;
	}
	.about-fw__content {
		padding: 12px 30px 0 30px;
	}
	.about-fw__image {
		margin-top: -40px;
	}
	.about-img__content {
		bottom: 19px;
		left: 50%;
		gap: 10px;
		transform: translateX(-50%);
		width: 100%;
	}
	.hero__left::before {
		left: -187%;
		top: 86%;
	}
	.case-item {
		height: auto !important;
		display: flex !important;
		flex-direction: column;
	}
	.cases-list .slick-track {
		display: flex !important;
	}

}
@media(max-width: 400px) {

	.cases-content__links .btn {
		padding: 7px 24px;
	}
}
@media(max-width: 380px) {
	.cases-content__links {
		/* 		flex-direction: column; */
	}
}
/* -------------------------------- / Index-about v2 @media --------------------------- */


/* ----------------------------------------------------  404  ---------------------------------------------------------- */
.error404 .site-main {
	color: #fff;
	background: linear-gradient(180deg, #0950D6 0%, #1B232E 61.88%);
}
.error-404 {
	margin-top: 0;
	margin-bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding-top: 140px;
	padding-bottom: 140px;
}
.error-404 .page-title {
	margin-top: 36px;
	margin-bottom: 50px;
}
.error-404 .btn {
	font-size: 20px;
	font-weight: 500;
	padding: 13px 30px;
}
@media(max-width: 768px) {
	.img-404 {
		max-width: 88%;
	}
	.error-404 {
	padding-top: 100px;
	padding-bottom: 100px;
}
	.error-404 .page-title {
		margin-top: 10px;
	}
}

/* ---------------------------------------------------- / 404  ---------------------------------------------------------- */

/* ---------------------------------------------------- / Index-about v2  ---------------------------------------------------------- */




/* br
*ead */
/* 
.about-img__content {
width: 340px;
}
.about-img {
position: absolute;
bottom: -84%;
left: 79%;
will-change: bottom, left, transform;
}
*/

/* --------------------------------------------------------------------------  / Index v2  ----------------------------------------------------------------------------- */