/****************************************** Common ***********************************************/
/* @import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap'); */
.index-primary ul {
	margin: 0;
	padding: 0;
}
.d-n {
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	position: absolute !important;
	gap: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	z-index: -1 !important;
	overflow: hidden !important;
}
body {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, Sans-serif;
}
img {
	height: auto;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6, h7, .h1, .h2, .h3, .h4, .h5, .h6, .h7 {
	font-family: 'Poppins', sans-serif;
}
h1, .h1 {
	font-weight: 800;
	font-size: 52px;
	line-height: 120%;
}
.h2 {
	font-size: 52px;
	font-weight: 800;
	line-height: 120%;
}
.h3 {
	font-weight: 700;
	font-size: 46px;
	line-height: 130%;
}
.h4 {
	font-size: 28px;
	font-weight: 600;
	line-height: 130%;
}
.h5 {
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
}
.h6 {
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
}
.w-50 {
	width: 50%;
}
.t20 {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 160%;
	letter-spacing: 0%;
}
.index-primary .site-main {
	padding: 0 20px;
}
.index-header {
	padding-top: 50px;
	top: 0;
	position: fixed;
	background: #fff;
	width: 100%;
	z-index: 2;
}
.index-header__container {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
}
.container {
	display: flex;
	max-width: 1400px;
	margin: 0 auto;
	margin-top: 140px;
}
.button {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	padding: 14px 30px;
	border-radius: 100px;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	transition: .3s ease-in-out;
}
.button-dark {
	background-color: #111;
}
.button-orange {
	background-color: #FF561D;
}
.button-transpatent {
	border: 1px solid #111;
	color: #111;
	padding: 16px 30px;
}
.button-dark:hover {
	background-color: #2A2A2A;
}
.button-orange:hover {
	background-color: #EB420A;
}
.button-transpatent:hover {
	background-color: #111;
	color: #fff;
}
.section-name {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #555;
	margin: 0;
}
.section-header {
	font-weight: 800;
	font-size: 52px;
	line-height: 120%;
	color: #111;
	margin-top: 20px;
	margin-bottom: 30px;
}
.section-text {
	font-weight: 400;
	font-size: 22px;
	line-height: 160%;
	margin-top: 0;
	margin-bottom: 40px;
}
.lSSlideOuter .lSPager.lSpg > li a {
	background: #E9ECF0;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
	background: #FF561D;
}

@media (max-width:1024px) {
	h2, .h2, .section-header {
		font-size: 46px;
	}
	.container {
		margin-top: 120px;
	}
}
@media (max-width:768px) {
	.index-primary .site-main {
		padding: 0 10px;
	}
}
@media (max-width:768px) {
	h1, .h1 {
		font-size: 38px;
	}
	h2, .h2, .section-header {
		font-size: 32px;
		line-height: 42px;
	}
	.section-text {
		font-size: 22px;
	}
	.container {
		margin-top: 100px;
	}

}
/****************************************** End Common *******************************************/


/****************************************** Header menu *******************************************/

body.dialog-prevent-scroll {
	max-height: 100vh;
	overflow: hidden;
} 
.desctop-hidden {
	display: none;
}
/*дичь, надо убрать*/
.header-menu__item:hover .header-menu__dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}
.header-menu__wrapper.wrapper-active {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.header-menu__item:hover .header-menu__dropdown {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.menu-mobile__icon {
	display: none;
}
.header-nav {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, Sans-serif;
}
.header-menu__industries .header-menu__aside .header-aside__heading {
	color: #fff;
}
.header-nav a {
	cursor: pointer;
	color: #111;
}

.header-nav a:hover {
	color: #FF561D;
	font-weight: 500;
}

.wrapper-active .header-link {
	color: #FF561D;
	font-weight: 500;
}

.header-nav ul {
	padding: 0;
}

.header-menu__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
	padding-top: 12px;
}

.header-link__parent {
	position: relative;
	display: inline-block;
	padding-right: 24px;
}

.header-link__parent::after {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(/wp-content/uploads/2025/03/arrow_nav_link-red.svg);
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	-o-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
	position: absolute;
	top: 53%;
	right: 0%;
	-webkit-transform: translateY(-50%) rotate(0deg);
	-ms-transform: translateY(-50%) rotate(0deg);
	transform: translateY(-50%) rotate(0deg);
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(6262%) hue-rotate(51deg) brightness(99%) contrast(87%);
	filter: brightness(0) saturate(100%) invert(0%) sepia(7%) saturate(6262%) hue-rotate(51deg) brightness(99%) contrast(87%);
}

.wrapper-active .header-link__parent::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	-webkit-filter: none;
	filter: none;
}

.header-menu__item {
	padding-bottom: 12px;
}

.header-menu__dropdown {
	z-index: 999;
	position: fixed;
	top: 58px;
	right: 0;
	left: 0;
	width: 100%;
	padding-top: 10px;
	-webkit-box-shadow: 0px 8px 8px -8px #60606026;
	box-shadow: 0px 8px 8px -8px #60606026;
	background-color: #fff;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	-o-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.logged-in .header-menu__dropdown {
	top: 80px;
}

.wrapper-active .header-menu__dropdown,
.header-menu__item.active .header-menu__dropdown {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.header-dropdown__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-width: 1440px;
	margin: 0 auto;
	padding: 20px;
	gap: 80px;
}

.header-menu__aside {
	background: #F6F7F9;
	padding: 30px;
	border-radius: 16px;
	max-width: 26%;
}

.header-aside__heading {
	font-family: Poppins, sans-serif;
	font-weight: 700;
	font-size: 22px;
	line-height: 28.6px;
	margin-bottom: 18px;
	color: #111;
}

.header-aside__text {
	line-height: 25.6px;
	color: #91909A;
}

.w-44 {
	width: 44%;
}

.w-29 {
	width: 29%;
}

.w-100 {
	width: 100%;
}

.header-dropdown__heading {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, sans-serif;
	font-weight: 500;
	font-size: 14px;
	line-height: 16.8px;
	color: #91909A;
	text-transform: uppercase;
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 20px;
	margin-top: 20px;
}

.header-dropdown__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	row-gap: 18px;
	margin-top: 20px;
}

.header-dropdown__link span {
	margin-left: 10px;
}

.header-menu__techno .header-dropdown__link img {
	width: 24px;
	height: 24px;
}

.header-dropdown__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.w-44 .header-dropdown__item {
	width: 44%;
}

.header-link-inside {
	display: none;
}

.menu-solutions__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	row-gap: 32px;
}

.menu-solutions__inner span {
	margin-left: 10px;
}

.header-menu__solutions .header-menu__aside {
	max-width: 21.5%;
}

.header-menu__solutions .header-dropdown__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 19px;
}

.header-menu__industries .header-dropdown__list {
	row-gap: 19px;
}

.header-menu__industries .header-menu__aside {
	max-width: 100%;
	background: #FF561D;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	padding: 30px 80px;
	width: 64%;
	margin-top: 20px;
}

.menu-aside__awards {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 15px;
	font-weight: 600;
	font-size: 13px;
	line-height: 13px;
}

.menu-aside__award {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
}

.header-menu__industries .header-aside__heading {
	font-size: 26px;
	line-height: 33.8px;
}

.header-menu__industries .header-aside__text {
	line-height: 24px;
	color: #fff;
	margin: 0;
}

.menu-company__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 80px;
	width: 50%;
}

.menu-company__inner .header-dropdown__list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.menu-company__inner .dropdown-list__container {
	width: 100%;
}

.header-menu__company .header-menu__aside {
	max-width: 44%;
	padding: 0;
	margin-top: 20px;
}
.dropdown-list__container {
	height: auto;
}
.header-menu__industries .header-dropdown__list, .header-dropdown__list, .header-dropdown__container, .header-menu__solutions .header-dropdown__list, .menu-solutions__inner {
	row-gap: 10px;
}
@media (max-width:1240px) {
	.desctop-hidden {
		display: flex;
	}
	.tablet-hidden {
		display: none;
	}
	.header-dropdown__list .header-dropdown__link {
		width: fit-content;
	}
	.header-menu__solutions .header-dropdown__list {
		row-gap: 0;
	}
	.header-menu__item > .header-link, .header-link-inside {
		font-family: Poppins, sans-serif;
		font-weight: 600;
		font-size: 22px;
		line-height: 28.6px;
	}


	.header-menu__wrapper {
		position: fixed;
		top: 60px;
		transform: translateX(-100%);
		will-change: transform;
		transition: all .3s ease-in-out;
		width: 100%;
		height: 100%;
		background: white;
		box-shadow: none;
		z-index: 1001;
		display: flex;
		flex-direction: column;
	}

	.header-menu__wrapper.wrapper-active {
		transform: translateX(0);
	}


	.header-menu__container {
		flex-grow: 1;
		overflow-y: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
		padding: 20px;
		margin-top: 20px;
	}
	.dropdown-list__container {
		flex-grow: 1;
		overflow-y: auto;
	}
	.header-dropdown__heading, .header-menu__industries .header-menu__aside, .header-menu__aside {
		display: none;
	}

	.header-dropdown__container,
	.header-dropdown__list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0;
		gap: 0;
		padding: 0;
		width: 100%;
	}
	.header-dropdown__list {
		gap: 10px;

	}
	.menu-solutions__inner .dropdown-list__container:last-child .header-dropdown__list, .header-menu__techno .header-dropdown__list, .header-menu__industries .header-dropdown__list:last-child{
		padding-bottom: 40px !important;
	}
	.menu-company__inner {
		gap: 10px;
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.w-29 {
		width: 100%;
	}
	.w-44 .header-dropdown__item,
	.w-44 {
		width: auto;
	}

	.wrapper-active .header-link {
		color: #111;
		font-weight: 600;
	}

	.wrapper-active .header-link.active, .active .header-link__parent {
		color: #FF561D;
	}

	.header-dropdown__link {
		padding: 10px;
	}

	.header-link {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 24px 20px;
	}
	.header-menu__item:after {
		content: '';
		border-bottom: 1px solid #E9ECF0;
		width: 90%;
		display: block;
		left: 5%;
		position: relative;
	}
	.menu-mobile__icon {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		width: 32px;
	}

	.wrapper-active .header-link__parent::after {
		-webkit-transform: translateY(-50%) rotate(270deg);
		-ms-transform: translateY(-50%) rotate(270deg);
		transform: translateY(-50%) rotate(270deg);
		width: 45px;
		height: 45px;
		-webkit-filter: brightness(0) saturate(100%) invert(87%) sepia(1%) saturate(0%) hue-rotate(347deg) brightness(87%) contrast(91%);
		filter: brightness(0) saturate(100%) invert(87%) sepia(1%) saturate(0%) hue-rotate(347deg) brightness(87%) contrast(91%);
		right: 3%;
	}
	.wrapper-active .header-link-inside::after {
		-webkit-transform: translateY(-50%) rotate(90deg);
		-ms-transform: translateY(-50%) rotate(90deg);
		transform: translateY(-50%) rotate(90deg);
		width: 45px;
		height: 45px;
		-webkit-filter: none;
		filter: none;
		right: unset;
		left: 0%;
		top: 50%;
	}

	.header-dropdown__link {
		font-weight: 500;
		font-size: 20px;
		line-height: 33px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.header-dropdown__link span {
		margin-left: 20px;
	}
	.header-dropdown__link img {
		width: 24px;
		height: 24px;
	}
	.header-menu__item {
		padding-bottom: 0;
	}
	.header-nav a:hover {
		font-weight: 600;
	}
	.header-dropdown__list .header-dropdown__link:hover {
		font-weight: 500;
	}
	.menu-solutions__inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}


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

	.header-menu__wrapper {
		position: fixed;
		top: 80px;
		transform: translateX(-200%);
		will-change: transform;
		transition: all .3s ease-in-out;
		width: 100%;
		height: 100%;
		background: white;
		box-shadow: none;
		z-index: 999;
		display: flex;
		flex-direction: column;
		height: 100%;
		top: 0;
	}
	.menu-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 15px;
		background: #232f3e;
		color: white;
		font-size: 18px;
	}
	.header-dropdown__container {
		overflow: auto;
	}
	.header-menu__container {
		flex-grow: 1;
		overflow-y: auto;
		padding: 0;
	}
	.header-menu__aside {
		display: none;
	}
	.header-menu__dropdown {
		position: fixed;
		top: 0;
		width: 100%;
		height: 100%;
		background: white;
		z-index: 1002;
		display: flex;
		flex-direction: column;
		transform: translateX(-200%);
		will-change: transform;
		transition: all .15s ease-in-out;
	}
	.active .header-menu__dropdown {
		transform: translateX(0);
	}
	.header-link-inside {
		display: flex;
		align-items: center;
		padding: 15px;
		font-size: 18px;
		cursor: pointer;
		margin-top: 50px;
		padding-left: 50px;
	}
	.submenu-content {
		flex-grow: 1;
		overflow-y: auto;
	}
	.header-dropdown__item {
		display: flex;
	}

	.header-menu__container {
		margin-top: 80px;
	}
	.header-menu__wrapper.wrapper-active.parentActive {
		max-height: 100vh;
		overflow: hidden;
	}
	.header-nav a:hover {
		color: #111;
	}

	/*чиню*/
	/*    .header-link.header-link__parent.header-link-inside {*/
	/*  margin: 0;*/
	/*}*/

	/*.header-menu__dropdown {*/
	/*  height: calc(100vh - 80px);*/
	/*  top: 80px;*/
	/*}*/


}


@media (max-width:768px) {
	.header-link {
		padding: 24px 10px;
	}
	.header-link-inside {
		padding-left: 43px;
	}
}
@media (max-width:400px) {
	.header-dropdown__link {
		font-size: 18px;
		line-height: 28px;
	}
}

/*-----logged-in------*/
.logged-in .header-menu__dropdown {
	top: 90px;
}

.logged-in .header-menu__wrapper {
	top: 94px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6284496 */.header-burger-icon {
	width: 60px;
	height: 60px;
	background: none;
	position: fixed;
	top: 6px;
	right: 10px;
	z-index: 1001;
	cursor: pointer;
	border: none;
	display: none;
}
.header-burger-icon:before,
.header-burger-icon:after {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	height: 4px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-transition: width .3s linear, -webkit-transform .3s linear;
	transition: width .3s linear, -webkit-transform .3s linear;
	-o-transition: transform .3s linear, width .3s linear;
	transition: transform .3s linear, width .3s linear;
	transition: transform .3s linear, width .3s linear, -webkit-transform .3s linear;
	border-radius: 999px;
}

.header-burger-icon:before {
	bottom: 22px;
	width: 38px;
	background-color: #111;
	left: 15px;
}

.header-burger-icon:after {
	top: 16px;
	width: 48px;
	background-color: #111;
	left: 5px;
}

.header-burger-icon.opened:before {
	bottom: 21px;
	left: 15px;
	width: 40px;
	-webkit-transform: translate(-1px, 0.5rem) rotate(-45deg);
	-ms-transform: translate(-1px, 0.5rem) rotate(-45deg);
	transform: translate(-1px, 0.5rem) rotate(-45deg);
}

.header-burger-icon.opened:after {
	width: 40px;
	top: 14px;
	left: 17px;
	-webkit-transform: rotate(45deg) translate(1px, 0.05rem);
	-ms-transform: rotate(45deg) translate(1px, 0.05rem);
	transform: rotate(45deg) translate(1px, 0.05rem);
}
.logged-in .header-burger-icon {
	top: 42px;
}
@media (max-width:1240px) {
	.header-burger-icon {
		display:block;
	}
}

/****************************************** End Header menu ****************************************** */








/****************************************** Footer ***********************************************/

/* .index-footer {
background-color: #212121;
}
.index-footer__container {
max-width: 1400px;
margin: 0 auto;
padding: 80px 20px 0 20px;
}

.index-footer a:hover {
color: #FF561D;
}
.footer-item {
display: flex;
flex-direction: column;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
padding-bottom: 25px;
padding-top: 8px;
}
.footer-list {
margin: 0;
padding: 0;
display: flex;
flex-direction: column;
}
.footer__block-group {
margin-top: 42px;
}
.index-footer__container a, .index-footer__container adress {
font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, Sans-serif;
font-weight: 400;
font-size: 15px;
line-height: 150%;
color: #fff;
transition: .15s ease-in-out;
}
.index-footer__container a:hover {
color: #FF561D;
}
.footer-heading {
font-family: "Poppins", Sans-serif;
font-weight: 500;
color: #999;
font-size: 16px;
line-height: 130%;
}
.footer-item__contacts-list, .footer-item__contacts-list a, .address-container {
display: flex;
align-items: center;
gap: 10px;
}
.footer-item__contacts-list a {
width: 23%;
}
.footer-item__contacts-list {
gap: 40px;
}
.footer-item__certificates-awards {
flex-direction: row;
padding-top: 24px;
justify-content: space-between;
border-bottom: 1px solid transparent;
display: flex;
}
.footer-item__awards {
display: flex;
align-items: center;
}
.footer-item__certificates {
display: flex;
gap: 30px;
}
.footer-item__terms, .footer-item__terms a {
color: #999;
font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, sans-serif;
font-weight: 400;
font-size: 12px;
line-height: 150%;
}
.footer-item__social-list {
padding: 0;
display: flex;
gap: 15px;
margin-top: 10px;
}
.footer-item__additional {
padding-top: 6px;
flex-direction: row;
justify-content: space-between;
border: none;
display: flex;
}
.footer-item__terms-links {
display: flex;
gap: 30px;
}
.footer-item__terms {
display: flex;
flex-direction: column;
gap: 20px;
}
em__social-link circle, .footer-item__social-link rect, .footer-item__social-link path {
transition: .15s ease-in-out;
}
.footer-item__social-link:hover circle, .footer-item__social-link:hover rect {
fill: #FF561D;
}
.d-n {
width: 0;
height: 0;
font-size: 0;
position: absolute;
}
.footer-item__contacts-list svg {
width: 18px;
height: 19px;
}
@media (max-width: 1024px) {
.footer-item__contacts-list a {
width: auto;
}
.footer-list {
grid-template-columns: repeat(2, calc(50% - 38px));
}
.footer__block-group {
margin-top: 11px;
}
.footer-item__contacts-list {
flex-wrap: wrap;
row-gap: 16px;
}
}  
@media (max-width: 768px) {
.footer-list a{
font-size: 16px;
}
.footer-list {
overflow: hidden;
transition: height 0.3s ease-out;
display: none;
padding-bottom: 20px;
margin-top: -8px;
}
.footer-heading {
font-size: 20px;
color: #fff;
position: relative;
cursor:pointer;
margin: 0;
padding: 20px 0;
}
.footer-heading::after {
content: "";
display: block;
width: 24px;
height: 24px;
background-image: url(/wp-content/uploads/2025/03/arrow_nav_link-red.svg);
background-size: cover;
background-repeat: no-repeat;
transition: transform 0.3s ease;
position: absolute;
top: 53%;
right: 0%;
transform: translateY(-50%) rotate(0deg) scale(1.8);
transform-origin: center;
filter: brightness(0) saturate(100%) invert(78%) sepia(2%) saturate(10%) hue-rotate(27deg) brightness(86%) contrast(87%);
}
.footer-heading.active::after {
filter:none;
transform: translateY(-50%) rotate(180deg) scale(1.8);
}
.footer-heading.active {
color: #FF561D;
}
.footer__block-group {
margin-top: 10px;
}
.footer-item {
padding: 4px 0;
}
.footer-item__contacts .footer-heading {
display: none;
}
.footer-item__contacts-list {
flex-direction: column;
align-items: baseline;
margin-top: 20px;
}
.footer-item__certificates-awards {
flex-direction: column;
margin-top: 22px;
row-gap: 30px;
}
.footer-item__additional {
flex-direction: column-reverse;
margin-top: 6px;
row-gap: 10px;
}
.footer-item__contacts {
padding-bottom: 22px;
}
.footer-list a {
display: flex;
padding: 3.6px 0;
}
} */
/****************************************** End Footer *******************************************/



/****************************************** Index sections *******************************************/

/************************* 1st screen **************************/
.index-primary {
	margin-top: 112px;
}
.index-intro {
	background: #212121;
	padding: 60px;
	border-radius: 40px;
	color: #fff;
	gap: 60px;
	margin-top: 0px;
	position: relative;
	overflow: hidden;
}
.index-intro::before {
	content: "";
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	opacity: 0.4;
	background: #FC5A23;
	filter: blur(100px);
	display: block;
	z-index: 0;
	position: absolute;
	bottom: 28%;
	left: -20%;
}
.index-intro::after {
	content: "";
	width: 50vw;
	height: 50vw;
	border-radius: 50%;
	opacity: 0.4;
	background: #FC5A23;
	filter: blur(100px);
	display: block;
	z-index: 0;
	position: absolute;
	bottom: -65%;
	right: -28%;
}
.index-intro-3 .index-intro__header{
	font-size: 64px;
	max-width: 1054px;
	margin: 26px auto 4px;
}
.index-intro__container {
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 40px 0;
	margin: auto;
	z-index: 1;
}
.index-intro__left {
	width: 41%;
	display: flex;
	flex-direction: column;
}
.intro-rating__container {
	display: flex;
	gap: 30px;
	margin-top: auto;
}
.intro-rating__item {
	display: flex;
	align-items: center;
	color: #fff;
	gap: 5px;
	font-size: 14px;
	font-weight: 500;
}
.intro-rating__text, .intro-rating__number {
	opacity: .6;
	transition: .3s ease-in-out;
}
.intro-rating__item {

}
.intro-rating__item:hover .intro-rating__text  {
	opacity: 1;
}
.intro-rating__item:hover .intro-rating__number {
	opacity: 1;
}
.intro-rating__number {
	font-weight: 600;
}
.intro-rating__separator {
	color: #8A8C8D;
}
.intro-rating__icon {
	margin-right: 5px;
}
.index-intro__header {
	margin-top: 30px;
	margin-bottom: 0;
}
.index-intro__button {
	width: fit-content;
	margin-top: 10px;
}
.index-intro__iso {
	margin-top: auto;
	display: flex;
	gap: 30px;
	margin-top: 70px;
}
.index-intro__iso a {
	display: flex;
	justify-content: center;
	max-height: 60px;
}
.index-intro__iso img {
	object-fit: contain;
}
.index-intro__graphics {
	display: flex;
	gap: 10px;
}
.intro-clients {
	flex-direction: column;
	margin-top: 20px;
}
.index-intro__graphics-l, .index-intro__carousel-container {
	background-color: #2C2C2C;
	border-radius: 20px;
	padding-top: 3px;
}
.index-intro__graphics-l {
	overflow: hidden;
	width: 50%;
}
.index-intro__graphics img {

}
.intro__graphics-l-image__container img {
	display: flex;
	margin-left: auto;
}
.index-intro__graphics-l, .index-intro__graphics-r {
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}
.index-intro__carousel-container {
	padding-bottom: 30px;
}
.index-intro__graphics-text {
	margin-left: 30px;
	margin-bottom: 9px;
	margin-top: 26px;
}
.index-intro__graphics-r {
	background-color: #F6F7F9;
	border-radius: 20px;
	padding-top: 3px;
	overflow: hidden;
	width: 50%;
}
.index-intro__graphics-r img {
	margin-bottom: -3px;
	width: 100%;
	object-fit: cover;
}
.index-intro__graphics-r .index-intro__graphics-text {
	color: #212121;
	width: 76%;
}
.index-intro__graphics-l .index-intro__graphics-text {
	width: 52%;
}
.index-intro__right {
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 55.7%;
	justify-content: center;
}
.intro__graphics-l-image__container {
	display: flex;
	margin-left: 20px;
	margin-bottom: 23px;
	margin-top: 30px;
	gap: 10px;
	margin-right: -20%;
}
ul.intro-ai__container {
	display: grid;
	grid-template-columns: repeat(7, 58px);
	grid-template-rows: repeat(3, 58px);
	gap: 5px;
	margin-left: -29px;
	margin-right: -29px;
	margin-bottom: 23px;
}
.intro-ai__item {
	background: #fff;
	border-radius: 14px;
	overflow: hidden;
	transition: box-shadow .3s ease-in-out;

}
.intro-ai__item svg {
	opacity: 0;
}
.intro-ai__item:hover {
	box-shadow: 0px 4px 8px 0px #60606026;
}
.intro__graphics-l-image__link {
	transition: .3s ease-in-out;
}
.intro__graphics-l-image__link:hover {
	transform: scale(1.02);
}
.index-intro__carousel-header {
	max-width: 59%;
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	margin-left: 30px;
}
.intro-clients__carousel {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.index-intro__carousel {
	position: relative;
	max-width: 610px;
	display: flex;
	margin: auto;
}
#introPrevSlide, #introNextSlide {
	position: absolute;
	top: 43%;
	background: transparent;
	border: none;
	cursor: pointer;
	opacity: .7;
	transition: .3s ease-in-out;
}
#introPrevSlide:hover, #introNextSlide:hover {
	opacity: 1;
}
#introPrevSlide {
	left: -40px;
}
#introNextSlide {
	right: -40px;
	transform: rotate(180deg);
}
.intro-clients__carousel-image {
	width: 124px;
	height: 124px;
	object-fit: cover;
	display: flex;
	margin: auto;
}
.intro-clients__header {
	font-weight: 400;
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	color: #999;
	text-align: center;
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif;
	margin-bottom: 20px;
}
.intro-clients .lSSlideOuter {
	width: 100%;
}
.slick-slide .client-icon {
  display: flex;
  max-width: 150px;
  margin: auto;
}

@media (max-width:1700px) {
	/* 	.intro-clients__carousel-image {
	width: 100px;
	height: 100px;
	object-fit: cover;
}
	#light-slider-intro li {
	width: 100px !important;
} */
	.index-intro__carousel {
		max-width: 81%;
	}
}
@media (max-width:1500px) {

}
@media (max-width:1024px) {
	.index-intro {
		padding: 60px 40px 40px;
		flex-direction: column;
	}
	.intro-rating__container {
		margin: 0;
		justify-content: center;
	}
	.index-intro__header, .index-intro__text {
		text-align: center;
	}
	.index-intro__button {
		margin: 10px auto 0 auto;
	}

	.index-intro__iso {
		justify-content: center;
		margin-top: 60px;
	}
	.index-intro > div {
		width: 100%;
	}
	.index-intro__graphics-r {
		width: auto;
		max-width: unset;
	}
	.index-intro__graphics-l {
		overflow: hidden;
		width: 44%;
		display: flex;
		justify-content: space-between;
		flex-direction: column;
	}
	.index-intro__graphics-l .index-intro__graphics-text {
		width: 75%;
	}
	.w-50 {
		width: 100%;
	}
	.index-tech__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.intro-clients {
		margin: 20px -20px 0 -20px;
	}
	.index-intro__carousel-header {
		max-width: 67%;
	}
}
@media (max-width:768px) {
	.index-intro__iso a {
		max-height: 40px;
	}
	.index-intro__container {
		padding:0;
	}
	.intro-clients {
		margin: 14px -10px 0 -10px;
	}
	.index-intro__iso {
		flex-wrap: wrap;
	}
	.index-intro {
		gap: 40px;
		padding: 60px 30px;
	}
	.index-intro__graphics {
		flex-direction: column;
	}
	.index-intro__graphics-l, .index-intro__graphics-r {
		width: 100%;
	}
	.index-intro__graphics-l .index-intro__graphics-text {
		width: 53%;
	}
	.index-intro__graphics-r img {
		max-width: 120%;
		width: 120%;
		margin-left: -10%;
	}
	.index-intro__carousel-header {
		max-width: 83%;
	}
	.index-intro__carousel {
		max-width: 75%;
	}
	.index-intro__carousel-container {
		padding-left: 0;
	}
	#introPrevSlide {
		left: -2%;
	}
	#introNextSlide {
		right: -2%;
	}
	.index-intro__iso {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		gap: 20px;
	}
	.index-intro__iso .footer-certificate {
		object-fit: contain;
	}
}
@media (max-width:400px) { 
	.index-intro__iso {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.index-intro__iso a {
		margin: auto;
	}
}

/*********************** End 1st screen ************************/


/************************* Index tech **************************/
.index-tech__list-container {
	width: 100%;
	margin-top: 10px;
}
.index-tech {
	flex-direction: row;
	align-items: baseline;
	flex-wrap: wrap;
}
.index-tech__heading-container {
	width: 50%;
}
.index-tech__text-container {
	width: 37%;
	margin-left: auto;
	margin-top: auto;
}
.index-tech__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	gap: 20px;
}
.index-tech__item {
	background-color: #F6F7F9;
	border-radius: 16px;
	transition: .3s ease-in-out;
}
.tech-item__link {
	display: flex;
	padding: 30px 10px 24px 30px;
	justify-content: space-between;
}	
.tech-item__header {
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	margin: 0;
	margin-bottom: 8px;
}
.index-tech__item-inactive .tech-item__header {
	color: #999;
	margin-bottom: 6px;
}
.index-tech__item-inactive .tech-item__content {
	gap: 66px;
}
.index-tech__item-inactive .tech-item__details {
	background: #fff;
	width: fit-content;
	border-radius: 4px;
	color: #999999;
	gap: 6px;
	padding: 5px 10px;
}
.tech-item__soon {
	font-weight: 500;
	font-size: 14px;
}
.index-tech__item-inactive .fire-icon {
	margin: 0;
}
.index-tech__item:hover {
	box-shadow: 4px 4px 8px 0px #7D7D7D26;
}
.tech-item__content {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 48px;
}
.tech-item__details {
	gap: 10px;
	display: flex;
	align-items: center;
}
.tech-item__number {
	font-weight: 600;
	font-size: 26px;
	line-height: 100%;
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, sans-serif;
	padding: 9px 15px;
	border-radius: 6px;
	color: #fff;
	font-family: 'Poppins', sans-serif;
}
.index-tech__item-ror .tech-item__number{
	background-color: #CC0000;
}

.index-tech__item-nodejs .tech-item__number{
	background-color: #539E43;
}

.index-tech__item-reactjs .tech-item__number{
	background-color: #00D8FF;
}

.index-tech__item-aws .tech-item__number{
	background-color: #FF9900;
}

.index-tech__item-kubernetes .tech-item__number{
	background-color: #326CE5;
}

.index-tech__item-azure .tech-item__number{
	background-color: #0961B0;
}

.index-tech__item-kotlin .tech-item__number{
	background-color: #C315E3;
}

.index-tech__item-swift .tech-item__number{
	background-color: #F05138;
}

.index-tech__item-kotlinmultiplatform .tech-item__number{
	background-color: #806EE3;
}

.index-tech__item-githubcopilot .tech-item__number{
	background-color: #000;
}

.index-tech__item-cursor .tech-item__number{
	background-color: #555555;
}

.index-tech__item-spree .tech-item__number{
	background-color: #0066CC;
}
.tech-item__text {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, sans-serif;
	font-weight: 500;
	font-size: 14px;
	color: #999;
}
.tech-item__icon {
	width: 100px;
	height: 100px;
	fill: currentColor; /* Позволяет менять цвет через CSS */
	margin-top: auto;
	margin-bottom: -10px;
}
.icon.fire-icon {
	width: 18px;
	height: 18px;
}
.index-tech__showmore {
	display: none;
	background: transparent;
	margin: auto;
	padding: 9px 20px;
}
.index-tech__showmore .arrow-icon {
	width: 20px;
	height: 20px;
	display: block;
	transform: rotate(90deg);
}
.index-tech__showmore:hover .icon {
	fill: #fff;
}
.index-tech__showmore.expanded .arrow-icon{
	transform: rotate(270deg);
}
@media (max-width:1024px) {
	.index-tech__list {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width:768px) {
	.index-tech__showmore {
		display: flex;
		margin-top: 18px;
		align-items: center;
		gap: 6px;
	}
	.index-tech__list {
		display: flex;
		gap: 20px;
		flex-direction: column;
	}
	.index-tech {
		align-items: unset;
		flex-direction: column;
	}
	.index-tech__list-container {
		margin-right: -50%;
	}
	#index-tech__list li:nth-child(n+7) {
		display: none;
	}
	.index-tech__heading-container, .index-tech__text-container {
		width: 100%;
	}
}


/*************************End Index tech **************************/


/************************* Index services **************************/
.index-services {
	flex-direction: column;
}
.index-services__container {
	display: flex;
	gap: 20px;
	flex-direction: column;
	margin-top: 10px;
}
.index-services__top, .index-services__bot {
	display: grid;
	gap: 20px;
}
.index-services__top {
	grid-template-columns: 2fr 3fr;
}
.index-services__bot {
	grid-template-columns: 3fr 2fr;
}
.service-icon__main {
	width: 48px;
	height: 48px;
	padding: 6px;
}
.service-icon__arrow {
	fill: #fff;
	width: 24px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 50%;
	padding: 7px;
	transition: .3s ease-in-out;
}
.service-item:hover .service-icon__arrow {
	fill: #000;
	background: #fff;
}
.service-item__icons {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.service-list__icon {
	width: 24px;
	height: 24px;
}
.service-item {
	background-color: #212121;
	border-radius: 20px;
	padding: 40px;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.service-item * {
	z-index: 1;
}
.service-item__header {
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	margin-top: 28px;
	margin-bottom: 0px;
	margin-bottom: 8px;
}

.service-list { 
	display: flex;
	gap: 10px;
	flex-direction: column;
}
.service-item-flow .service-list {
	display: flex;
	margin-top: auto;
}
.service-list__item {
	display: flex;
	gap: 15px;
	padding: 0px 20px;
	border-radius: 8px;
	background-color: #ffffff17;
	align-items: center;
	height: 80px;
}
.service-list__container {
	margin-top: 58px;
}
.service-list__text {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 160%;
}
.service-item-flow::after {
	content: "";
	width: 763px;
	height: 517px;
	border-radius: 763px;
	opacity: 0.4;
	background: #FC5A23;
	filter: blur(100px);
	display: block;
	z-index: 0;
	position: absolute;
	bottom: 51%;
	left: 38%;
}
.service-item-ai::after {
	content: "";
	width: 697px;
	height: 758px;
	border-radius: 758px;
	background: #591AB7;
	filter: blur(100px);
	display: block;
	z-index: 0;
	position: absolute;
}
.service-item-tech::after {
	content: "";
	width: 1620px;
	height: 843px;
	border-radius: 1620px;
	background: #2643A1;
	filter: blur(100px);
	display: block;
	z-index: 0;
	position: absolute;
}
.service-item__text {
	font-weight: 600;
	margin-bottom: 0;
	margin-top: 12px;
}
.service-item-contact__heading {
	font-family: Poppins;
	font-weight: 700;
	font-size: 46px;
	line-height: 130%;
	margin: 0 auto;
	margin-top: 24px;
}
.service-item-contact .service-item__text{
	margin-top: 0;
}
.service-item-contact {
	text-align: center;
	justify-content: center;
	gap: 20px;
}
.service-item-contact__button {
	width: fit-content;
	display: flex;
	margin: 20px auto 50px;
}
.service-item-contact::after {
	content: "";
	width: 763px;
	height: 517px;
	border-radius: 763px;
	opacity: 0.4;
	background: #FC5A23;
	filter: blur(100px);
	display: block;
	z-index: 0;
	position: absolute;
	bottom: 59%;
	left: -80%;
}

.lead-offer__group {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin-top: 20px;
}

/* Скрываем нативный input, оставляя доступность */
.lead-offer__input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Плитка-лейбл (кнопка) */
.lead-offer__label {
	font-family: "Poppins", Sans-serif;
	font-weight: 600;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 21px 4px;
	border: 1px solid #ffffff;
	border-radius: 8px;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	cursor: pointer;
	opacity: 0.6;
	transition: opacity 0.3s ease-in-out;
}

/* Hover: только прозрачность строго по ТЗ; лёгкий лифт — приятный бонус, можно удалить */
.lead-offer__label:hover,
.lead-offer__label:focus-visible {
	opacity: 1;
	outline: none;
}

/* Активное/выбранное состояние через соседство с input:checked */
.lead-offer__input:checked + .lead-offer__label {
	opacity: 1;
}



@media (max-width:1024px) {
	.index-services__top, .index-services__bot {
		display: flex;
		flex-direction: column;
	}
	.service-item-tech .service-item__description-container, .service-item-tech .service-list__container {
		width: 100%;
	}
	.service-item-contact {
		padding: 120px 40px 86px;
	}
	.service-item-contact .service-item__text {
		margin-top: 0;
	}
	.lead-offer__group {
		max-width: 73%;
		margin: auto;
	}
	.service-list__container {
		margin-top: 30px;
	}
}
@media (max-width:768px) {
	.service-list__container .service-list {
		margin-top: 28px;
	}

	.service-item {
		padding: 30px;
	}
	.service-item-contact {
		padding: 30px 20px;
	}
	.service-item__header {
		font-size: 28px;
	}
	.service-item-flow .service-list {
		display: grid;
		grid-template-columns: 1fr;

	}
	.service-list__item {
		height: unset;
		padding: 20px;
	}
	.lead-offer__label {
		font-size: 11px;
		line-height: 14px;
		padding: 17px 4px;
	}
	.lead-offer__group {
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 100%;
	}
	.service-list__container {
		margin-top: 0;
	}
	.service-item-contact__heading {
		font-size: 30px;
	}
	.service-item-contact__button {
		margin: 20px auto 28px;
	}
}
@media (max-width:390px) {
	.service-list__text {
		font-size: 18px;
	}
	.service-list__item {
		padding: 14px;
	}
}

/************************* End Index services **************************/



/************************* Index Testdrive *****************************/
.index-testdrive {
	display: flex;
	gap: 47px;
	border-radius: 30px;
	overflow: hidden;
	background: #212121;
	color: #fff;
}
.index-testdrive__content {
	padding: 60px 0 60px 60px;
}
.index-testdrive__img-container {
	width: 53%;
	display: flex;
	margin: auto;
}
.index-testdrive__img {
	width: 100%;
	margin-left: auto;
}
.testdrive-services {
	display: flex;
	gap: 10px;
}
.testdrive-service__item {
	white-space: nowrap;
	border: 1px solid #ffffff63;
	border-radius: 8px;
	padding: 9px 20px;
	display: flex;
	align-items: center;
	background: #2a2a2a;
	font-family: 'Poppins';
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
}
.testdrive-header {
	margin-top: 40px;
	margin-bottom: -2px;
}
.testdrive-button {
	margin-top: 40px;
	display: flex;
	width: fit-content;
}
@media (max-width:1024px) {
	.index-testdrive, .index-testdrive * {
		display: none;
	}
	.index-testdrive__img-container {
		margin-bottom: 20px;
		width: 100%;
	}
	.testdrive-button {
		margin: auto;
	}
	.index-testdrive {
		padding: 40px;
		flex-direction: column;
		text-align: center;
		padding-bottom: 0;
	}
	.index-testdrive__content {
		padding: 0;
		text-align: center;
	}
	.testdrive-services {
		justify-content: center;
	}
	.index-testdrive__img {
		width: 100%;
		margin: auto;
	}
}
@media (max-width:768px) {
	.testdrive-services {
		flex-wrap: wrap;
	}
	.index-testdrive__img-container {
		width: 124%;
		display: flex;
		margin: 0px -10%;
	}
}

/*************************End Index Testdrive **************************/


/************************* Index Industries **************************/
.index-industries {
	flex-direction: column;
}
.industries-header__container {
	display: flex;
}
.index-industries-button {
	display: flex;
	width: fit-content;
	height: fit-content;
	margin-top: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.index-industries__container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	gap: 10px;
	margin-top: 10px;
}
.index-indutry {
	border-radius: 20px;
	color: #fff;
	padding: 40px;
	height: 520px;
	display: flex;
	flex-direction: column;
	position: relative;
	transition: .3s ease-in-out;
	cursor: pointer;
	overflow: hidden;
}
.index-indutry__healthcare {
	background: linear-gradient(180deg, #2847A7 50%, #111D44 100%);
}
.index-indutry__fintech {
	background: linear-gradient(180deg, #054D66 50%, #022633 100%);
}
.index-indutry__logistics {
	background: linear-gradient(180deg, #0A2540 50%, #05192D 100%);
}
.index-indutry__agritech {
	background: linear-gradient(180deg, #005150 50%, #013434 100%);
}

.index-indutry:hover {
	box-shadow: 0px 6px 12px 0px rgba(112, 112, 112, 0.45);
}
.index-indutry:hover .index-indutry__arrow {
	background: #fff;
}
.case-hidden-content .index-indutry__arrow {
	background: #fff;
	opacity: 1;
}
.case-hidden-content .index-indutry__arrow {
	background: #fff;
}
.case-hidden-content .index-indutry__arrow svg{
	fill: #111;
}
.index-indutry__header {
	margin-top: auto;
	margin-bottom: 20px;
}
.index-indutry__icon {
	width: 44px;
	height: 44px;
	fill: #ffffff52;
	transition: .3s ease-in-out;
}
.index-indutry:hover .index-indutry__icon  {
	fill: #fff;
}
.index-indutry:hover .index-indutry__arrow .index-indutry__icon  {
	fill: #111;
}
.index-indutry__arrow svg {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 20%;
	right: 20%;
}
.index-indutry__arrow {
	border: 1px solid #ffffff52;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	display: block;
	position: absolute;
	right: 20px;
	bottom: 20px;
	transition: .3s ease-in-out;
}
.index-indutry::before {
	content:"";
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	top: 21%;
	right: 0;
	/* 	background-size: contain; */
}
.index-indutry__healthcare::before {
	background-image: url("../img/AIforHealthcare.svg");
}
.index-indutry__fintech::before {
	background-image: url("../img/AIforFinTech.svg");
	top: 0;
	right: -9%;
}
.index-indutry__logistics::before {
	background-image: url("../img/AIforLogistics.svg");
	top: 20%;
}
.index-indutry__agritech::before {
	background-image: url("../img/AIforAgriTech.svg");
	top: 18%;
	background-size: 80%;
	background-position: top;
}
.index-indutry__link {
	display: flex;
	flex-direction: column;
	cursor: pointer;
	z-index: 2;
	height: 100%;
	color: #fff;
}
.index-industries__container .button-transpatent {
	display: flex;
	overflow: unset;
	color: #fff;
	border: 1px solid #fff;
	width: fit-content;
	position: relative;
	margin-top: 22px;
	padding: 14px 20px;
	line-height: 100%;
}
.index-industries__container .button-transpatent:hover {
	border: 1px solid #FF561D;
	background: #FF561D;
	color: #fff;

}
.index-indutry__text {
	font-size: 20px;
	font-weight: 600;
	line-height: 160%;
	margin: 0;
}
.index-others {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin-top: 40px;
	font-family: 'Poppins';
	margin-bottom: 0;
}

@media (max-width:1024px) {
	.index-indutry::before {
		background-size: contain;
	}
	.industries-header__container {
		flex-direction: column;
	}
	.index-industries-button {
		margin: 0;
	}
	.index-industries__container {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 10px;
	}
	.index-indutry__fintech::before {
		right: -33%;
	}
	.index-indutry__agritech::before {
		background-size: 80%;
	}
}

@media (max-width:768px) {
	.index-indutry {
		height: auto;
		padding: 30px;
	}
	.index-indutry__header {
		margin-top: 28px;
	}
	.index-indutry::before { 
		display: none;
	}
}
@media (max-width:600px) {
	.index-industries__container {
		grid-template-columns: 1fr;
	}
}
/*************************End Index Industries **************************/


/************************* Index Cases **************************/
.index-cases {
	flex-direction: column;
	text-align: center;
}
ul.index-cases__container {
	margin-top: 16px;
	margin-bottom: 118px;
}
.cases-others {
	margin-top: 158px;
}
	.index-cases__container {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
		margin-top: 16px;
		margin-bottom: 160px;
		padding: 0;
	}
	.index-case__item {
		border-radius: 30px;
		display: flex;
		flex-direction: column;
		text-align: left;
		color: #fff;
	}
	.index-case__item {
		background-repeat: no-repeat;
		background-size: cover;
		position: relative;
		overflow: hidden;
		cursor: pointer;
		width: 100%;
	}
	.index-case__item-content {
		display: flex;
		flex-direction: column;
		transform: translateY(150px);
		position: relative;
		overflow: hidden;
		padding: 40px;
		margin-top: 185px;
		z-index: 2;
		transition: .5s ease-in-out;;
	}
	.index-case__healthcare .index-case__item-content, .index-case__erp  .index-case__item-content{
		transform: translateY(170px);
		margin-top: 205px;
	}
	.index-case__erp  .index-case__item-content{
		transform: translateY(125px);
	}
	.index-case__healthcare .index-case__visible , .index-case__erp .index-case__item-content{
		padding-bottom: 24px;
	}
	.index-case__item-container:nth-child(2n) {
		margin-top: 98px;
		margin-bottom: -98px;
	}
	.index-case__healthcare {
		background: #366B97;
		background-image: url("/wp-content/themes/jetruby-wordpress-template/assets/img/indexCaseHealthcareBg.webp");
	}

	.index-case__item::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1; 
		background: rgba(0, 0, 0, 0.8);
		transition: .3s ease-in-out;
		opacity: 0;
	}
	.index-case__item:hover .index-case__item-content {
		transform: translateY(0);
	}
	.index-case__item:hover::before {
		opacity: 0.9;
	}
	.index-case__fintech {
		background-image: url("/wp-content/themes/jetruby-wordpress-template/assets/img/indexCaseAIQABg.webp");
	}
	.index-case__insurance {
		background-image: url("/wp-content/themes/jetruby-wordpress-template/assets/img/indexCaseAzureBg.webp");
	}
	.index-case__warehousing {
		background: #DE293C;
		background-image: url("/wp-content/themes/jetruby-wordpress-template/assets/img/caseSortly.webp");
		background-size: cover;
	}
	.index-case__erp {
		background-image: url("/wp-content/themes/jetruby-wordpress-template/assets/img/erp-bg.webp");
		background-color: #195688;
	}
	.index-case__rental {
		background-image: url("/wp-content/themes/jetruby-wordpress-template/assets/img/rental-bg.webp");
	}
	.index-case__industry {
		font-weight: 500;
		font-size: 18px;
		line-height: 150%;
		background: #ffffff29;
		padding: 8px 15px;
		border-radius: 999px;
	}
	.index-case__header {
		font-weight: 600;
		font-size: 32px;
		line-height: 130%;
		margin-top: 34px;
		margin-bottom: 16px;
	}
	.index-case__text {
		font-size: 22px;
		line-height: 32px;
	}
	.index-case__hidden {
		padding-top: 16px;
	}
	.case-hidden-content {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 40px;
	}
	.hidden-case__item {
		display: flex;
		align-items: center;
		gap: 20px;
	}
	.hidden-case__number {
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 38px;
		line-height: 49px;
	}
	.hidden-case__text {
		font-size: 14px;
		line-height: 150%;
		margin: 0;
	}
	.index-case__arrow {
		position: relative;
		right: unset;
		bottom: unset;
		margin-left: auto;
		margin-top: 20px;
		border: 1px solid #fff;
		background: #fff;
	}
	.index-case__arrow .index-indutry__icon {
		fill: #111;
	}
	.index-cases__button {
		width: fit-content;
		margin: auto;
		margin-top: 40px;
	}
	.index-case__arrow svg {
		width: 24px;
		height: 24px;
		position: absolute;
		top: 20%;
		right: 20%;
		fill: #111;
	}
	.index-case__arrow {
		position: relative;
		right: unset;
		bottom: unset;
		margin-left: auto;
		margin-top: 20px;
		border: 1px solid #fff;
		background: #fff;
		border-radius: 100%;
		width: 40px;
		height: 40px;
		display: block;
	}
	.cases-others {
		color: #91909A;
		text-align: center;
		font-family: 'Poppins', sans-serif;
		font-weight: 600;
		font-size: 18px;
	}
	.index-cases__button {
		display: flex;
	}
.index-cases__button,
.index-cases__container .slick-track {
  display: flex;
}
.index-case__item-container {
/*   background: #000000ad; */
  border-radius: 30px;
}
.index-case__item-container.slick-slide {
  display: flex !important;
  height: auto;
  margin: 0 20px;
}
.index-cases__container.slick-initialized.slick-slider {
  margin-left: -20px;
  margin-right: -20px;
}
	@media (max-width:1340px) {
		.index-case__hidden {
						display: none;
		}
	}
	@media (max-width:1024px) {
		.cases-others {
			margin-top: 54px;
		}
		.index-case__item-container:nth-child(2n) {
			margin:0;
		}
		.index-cases {
			text-align: left;
		}
		.index-cases__container {
			display: flex;
		}
		.index-case__item {
			width: 100%;
		}
		.index-cases__container li, .index-case__item {
			/*  		 width: 80vw;*/
			height: 100%; 
		}
		.index-cases .lSSlideOuter {
			margin-left: -20px;
			margin-top: 10px;
		}
		.index-case__hidden {
			display: none;
		}
		
		.index-case__healthcare .index-case__item-content, .index-case__erp .index-case__item-content, .index-case__item-content {
			transform: none;
		}
		.index-case__item-content, .index-case__healthcare .index-case__item-content, .index-case__erp .index-case__item-content {
			margin-top: 320px;
			overflow: visible;
			padding-bottom: 20px;
		}
		.index-who__intro .h5 {
			margin-bottom: 44px;
		}
		.index-who__text-container {
			margin-top: 36px;
			margin-bottom: 18px;
		}
		.index-who__text {
			font-size: 20px;
			line-height: 160%;
			margin: 0;
		}
		.index-insurance .section-name, .index-insurance .section-header {
			text-align: left;
		}
		.index-insurance .section-header {
			width: 100%;
		}

	}
	@media (max-width:768px) {
		ul.index-cases__container {
			margin-bottom: 40px;
		}
		.index-cases__container {
			margin: 10px 0;
		}
		.index-case__item-content{
			padding: 30px;
		}
		.index-case__header {
			font-size: 24px;
		}
		.index-case__text {
			font-size: 20px;
		}
		.index-case__hidden {
			display: none;
		}
		.index-case__item-content, .index-case__healthcare .index-case__item-content {
			bottom: 0;
			margin-top: 290px;
		}
		.index-others {
			margin-top: 35px;
		}
		  .index-cases__container.slick-initialized.slick-slider {
    margin-left: -10px;
    margin-right: -10px;
  }
		  .index-case__item-container.slick-slide {
    margin: 0 5px;
  }
	}

/*************************End Index Cases **************************/


/************************* Index Who **************************/
.index-who {
	/* 	background-image: url("../img/indexwhobg.webp"); */
	background-size: cover;
	position: relative;
	overflow: hidden;
	border-radius: 30px;
}
.index-who__content {
	z-index: 1;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	gap: 80px;
	padding: 60px;
	background: #212121;
}
.index-who__intro {
	width: 48%;
}
.index-who__text-container {
	width: 45%;
}
.who-card__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	width: 100%;
	gap: 10px;
}
.index-who .section-header {
	color: #fff;
}
.index-who__intro .h5 {
	margin-top: -10px;
	margin-bottom: 32px;
}
.index-who__text {
	font-size: 22px;
	line-height: 160%;
}
.who-card__number {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 38px;
	line-height: 130%;
}
.who-card__text {
	font-size: 18px;
	line-height: 150%;
	color: #BCBCBC;
	margin-top: 4px;
	margin-bottom: 0;
}
.who-card__item {
	padding: 19px;
	border-radius: 16px;
	border: none;
	background: #2C2C2C;
}
.index-who .section-name {
	color: #fff;
}
@media (max-width: 1303px) {
	.index-who__intro, .index-who__text-container {
		width: 100%;
	}
}
@media (max-width:1024px) {
	.index-who__content {
		padding: 80px 40px;
		gap: 20px;
	}
	.index-who__intro, .index-who__text-container {
		width: 100%;
	}
}
@media (max-width: 768px) {
	.who-card__list {
		grid-template-columns: repeat(2, 1fr);
	}
	.index-who__content {
		padding: 60px 30px;
		gap: 20px;
	}
	.index-who__text {
		font-size: 20px;
	}
	.index-who__intro {
		max-width: 100%;
	}
	.index-who__intro .h5 {
		font-size: 22px;
	}
	.who-card__number {
		font-size: 30px;
	}
	.who-card__text {
		font-size: 16px;
	}
}
/*************************End Index Who **************************/


/************************* Index Insurance Coverage **************************/
.index-insurance {
	flex-direction: column;
}
.index-insurance .section-name, .index-insurance .section-header {
	text-align: center
}
.index-insurance .section-header {
	width: 74%;
	margin: 24px auto;
}
.index-insurance-container {
	display: flex;
	gap: 30px;
	margin-top: 16px;
}
.insurance-item {
	width: 100%;
	background: #F6F7F9;
	border-radius: 20px;
	padding: 40px;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}
.insurance-item__intro {
	display: flex;
	justify-content: space-between;
}
.insurance-item__limit {
	font-weight: 700;
	font-size: 20px;
	line-height: 160%;
	border-radius: 8px;
	background: #fff;
	padding: 14px 15px;
}
.insurance-item__errors .insurance-item__limit {
	color: #FF561D;
}
.insurance-item__liability .insurance-item__limit {
	color: #2445A6;
}
.insurance-item__icon {
	width: 60px;
	height: 60px;
}
.insurance-item__listHeader {
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
}
.insurance-item__header {
	font-weight: 600;
	font-size: 32px;
	line-height: 130%;
	margin-top: 28px;
	margin-bottom: 14px;
}
.insurance-item__line {
	display: block;
	border: 1px solid #D1D5DB;
	margin-top: -2px;
}
ul.insurance-item__list {
	font-family: var( --e-global-typography-8a52578-font-family ), Sans-serif, sans-serif;
	font-size: 18px;
	line-height: 160%;
	position: relative;
	padding-left: 40px;
	margin-bottom: 40px;
}
.insurance-item__list li {
	padding: 5px 0;
}
.insurance-item__list li::before {
	content: url("../icons/icon_check.svg");
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
}
.insurance-item__text {
	font-weight: 600;
	font-size: 20px;
	line-height: 160%;
}

.index-coverage__iso {
	margin: auto;
	margin-top: 54px;
	gap: 36px;
}

.index-coverage__iso .footer-certificate {
	filter: invert(1);
}
	.insurance-item__content .button {
		display: flex;
  width: fit-content;
	}
@media (max-width:1024px) {
	.index-insurance-container {
		flex-wrap: wrap;
	}
}
@media (max-width: 768px) {
	.index-insurance .section-header {
		width: 100%;
	}
	.insurance-item__header {
		font-size: 28px;
	}
	.index-insurance-container {
		gap: 10px;
	}
	.insurance-item {
		padding: 30px;
	}

}
@media (max-width: 768px) {
	.index-insurance .index-intro__iso {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	ul.insurance-item__list {
		margin-bottom: 30px;
	}
}
/*************************End Index Insurance Coverage **************************/



/***************************Index Testimonials ****************************/
.testimonials {
	flex-direction: column;
	text-align: center;
}
.testimonials-slide__item {
	max-width: 830px;
	margin: auto;
}
.testimonials-header {
	font-size: 32px;
	color: #FF561D;
	margin-top: 30px;
	margin-bottom: 20px;

}
.testimonials-author {
	font-weight: 600;
	font-size: 18px;
	line-height: 100%;
	margin-top: 40px;
	margin-bottom: -4px;
}

.testimonials__carousel-container {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
}
#testimonialsPrevSlide, #testimonialsNextSlide {
	position: absolute;
	border: none;
	cursor: pointer;
	background-color: #E9ECF0;
	width: 60px;
	height: 60px;
	border-radius: 999px;
	transition: .3s ease-in-out;
	top: 26%;
}

#testimonialsPrevSlide {
	left: 0;
}
#testimonialsNextSlide {
	right: 0;
	transform: rotate(180deg);
}
#testimonialsPrevSlide:hover, #testimonialsNextSlide:hover {
	background-color: #FF561D;
}
.lSSlideOuter .lSPager.lSpg {
	margin-top: 19px!important;
}
.lSSlideOuter .lSPager.lSpg > li {
	padding: 0 6px!important;
}
.testimonials .arrow-icon {
	filter: invert(1);
}
#testimonialsNextSlide:hover .arrow-icon {
	filter: none;
}
#testimonialsPrevSlide:hover .arrow-icon {
	filter: none;
}
@media (max-width:1024px) {
	.testimonials__carousel-container {
		max-width: 80%;
	}
	.testimonials {
		margin-top: 160px;
	}
	#testimonialsPrevSlide {
		left: -14%;
	}
	#testimonialsNextSlide {
		right: -14%;
	}
	.testimonials-header {
		font-size: 28px;
	}
	.testimonials-text {
		margin-top: 20px;
	}
	#testimonialsPrevSlide, #testimonialsNextSlide {
		width: 40px;
		height: 40px;
	}
	.testimonials .arrow-icon {
		transform: scale(.7);
	}
}
@media (max-width: 768px) {
	.testimonials {
		margin-top: 130px;
	}
	#testimonials-heading {
		margin-bottom: 4px;
	}
	.testimonials-header {
		font-size: 20px;
	}
	.testimonials-text {
		margin-top: 16px;
		font-size: 18px;
	}
}
/*************************End Index Testimonials **************************/

/*************************Index Latests Posts **************************/
.latests-posts__container .post-title a {
	transition: .3s ease-in-out;
}
.latests-posts__container .post-title:hover a {
	color: #FF561D;
}
.index-latests-posts {
	flex-direction: column;
}
.index-latests-posts__button, .index-latests-posts__button:hover {
	color: #fff !important;
}
.index-latests-posts__button {
	display: flex;
	height: fit-content;
	align-self: center;
}
.latests-posts-header__container {
	display: flex;
	justify-content: space-between;
}
.index-latests-posts .latests-posts__container{
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(3, 1fr);
	display: grid;
	grid-gap: 40px;
	position: relative;
	margin-top: 10px;
}
.index-latests-posts *{
	color: #111;
}
.index-latests-posts .post-item  >a{
	overflow: hidden;
	border-radius: 16px;
}
.index-latests-posts .post-item a:hover img{
	transform: scale(1.05);
}
.index-latests-posts .latests-posts__container .post-item:first-child a{
	border-radius: 16px;
}
.index-latests-posts .latests-posts__container .post-item:first-child  img{
	border-radius: 16px;
	height: 420px;
	width: 100%;
	object-fit: cover;
	margin-bottom: 14px;
	transition: 0.6s;
	object-fit: cover;
}
.post-item:nth-child(1){
	grid-row: span 3;   
}
.post-item:first-child .post-details{
	width: 100%;
}
.index-latests-posts .flexgr{
	display: flex;
	align-items: center;
	font-size: 12px;
	gap: 10px;
}
.post-details__separator {
	width: 4px;
	height: 4px;
	background: #FF561D;
	border-radius: 50%;
	margin-top: 2px;
}
.index-latests-posts .latests-posts__container .post-item:first-child h2.post-title{
	font-size: 24px;
	font-weight: 600;
	line-height: 130%;
	margin-top: 22px;
}
.latests-posts__container .post-item:first-child a.media_img_post {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 420px;
	margin-bottom: 20px;
}
.post-item:not(:nth-child(1)){
	display: flex;
	flex-direction: row-reverse;
	gap: 20px;
	justify-content: space-between;
}
.post-item .media_img_post {
	width: 71%;
}
.media_img_post_img {
	width: 100%;
	transition: 0.6s;
	height: 100%;
}
.post-item .post-details{
	width: 100%;
	padding-top:2px;
}
.post-item h2.post-title{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 600;
	margin-top: 28px;
	line-height: 1.37em;
}
.post-item{
	position: relative
}
.post-item:nth-child(3):before{
	content:"";
	width: 100%;
	position: absolute;
	background: #E7E7E7;
	height: 1px;
	margin-top: -20px;
}
.post-item:nth-child(3):after{
	content:"";
	width: 100%;
	position: absolute;
	background: #E7E7E7;
	height: 1px;
	bottom: -20px;
}
.media_img_post_img {
	object-fit: cover;
}

@media (max-width:1024px){
	.index-latests-posts .latests-posts__container {
		overflow-x: auto;
		overflow-y: hidden;
		flex-wrap: inherit !important;
		scrollbar-width: none;
		display:flex;
	}
	.index-latests-posts .post-item{
		display: flex;
		flex-direction: row-reverse;
	}
	.post-item .media_img_post {
		width: 68%;
	}
	.post-item:nth-child(1) .media_img_post {
		width: 100%;
	}
	.post-item:nth-child(1) {
		flex-direction: column;
		margin-bottom: 30px;
	}
	.index-latests-posts .latests-posts__container::-webkit-scrollbar {
		display: none;
	}
	.media_img_post {
		width: 100%;
	}
	.post-item .post-details{
		width:100%;
	}
	.latests-posts__container .post-item:first-child a.media_img_post {
		height: 450px;
	}
	.index-latests-posts .latests-posts__container .post-item:first-child h2.post-title {
		font-size: 22px;
	}
	.latests-posts__container .post-item:first-child a.media_img_post {
		margin-bottom: 20px;
	}

	.latests-posts-header__container {
		flex-direction: column;
	}
	.index-latests-posts__button {
		align-self: baseline;
		margin-bottom: 30px;
	}
	.index-latests-posts .latests-posts__container {
		flex-direction: column;
	}
	.post-item > a img {
		height: 100% !important;
	}
}
@media (max-width:768px){
	.post-item h2.post-title, .index-latests-posts .latests-posts__container .post-item:first-child h2.post-title {
		margin-top: 16px;
	}
	.index-latests-posts__button {
		display: none;
	}
	.latests-posts__container .post-item:first-child a.media_img_post, .index-latests-posts .post-item > a {
		height: auto;
	}
	.index-latests-posts .post-item {
		flex-direction: column;
	}
	.post-item .media_img_post {
		width: 100%;
	}
	.post-item:nth-child(3)::before, .post-item:nth-child(3)::after { 
		display: none;
	}
	.index-latests-posts .latests-posts__container .post-item:first-child h2.post-title {
		font-size: 18px;
		line-height: 140%;
	}
	.post-item:nth-child(1) {
		margin-bottom: 0;
	}
	.index-latests-posts .latests-posts__container {
		gap: 26px;
	}

	.post-item:not(:nth-child(1)) {
		gap: 20px;
	}
}
/*************************End Index Latests Posts **************************/


.index-primary {
	margin-top: 0px;
}
.index-footer, .index-header {
	display: none;
}

.home #awardsForm1 {
	margin-top: 0;
}
.logged-in .index-primary {
	margin-top: 60px;
}

.index-industries .cases-others {
	margin-top: 40px;
	margin-bottom: 0;
}
/************************* Index FAQ **************************/
.index-faq {
	flex-direction: column;
	margin: 120px auto;
	margin-bottom: 0;
}
.index-faq .section-header {
	text-align: center;
}
.faq-accordion {
	display: flex;
	flex-direction: column;
	width: 100%;
	max-width: 920px;
	margin: auto;
}
.faq-accordion ul {
}
.faq-accordion ul {
	margin: 20px;
	list-style: disc;
}

@media (max-width: 1024px) {

	.footer-list {
		grid-template-columns: repeat(2, calc(50% - 38px));
	}
	.footer__block-group {
		margin-top: 11px;
	}

}  
@media (max-width: 768px) {
	.index-faq {
		margin-top: 80px;
	}
	.footer-list a{
		font-size: 16px;
	}
	.footer-list {
		overflow: hidden;
		transition: height 0.3s ease-out;
		display: none;
		padding-bottom: 20px;
		margin-top: -8px;
	}
	.footer-heading {
		font-size: 20px;
		color: #fff;
		position: relative;
		cursor:pointer;
		margin: 0;
		padding: 20px 0;
	}
	.footer-heading::after {
		content: "";
		display: block;
		width: 24px;
		height: 24px;
		background-image: url(/wp-content/uploads/2025/03/arrow_nav_link-red.svg);
		background-size: cover;
		background-repeat: no-repeat;
		transition: transform 0.3s ease;
		position: absolute;
		top: 53%;
		right: 0%;
		transform: translateY(-50%) rotate(0deg) scale(1.8);
		transform-origin: center;
		filter: brightness(0) saturate(100%) invert(78%) sepia(2%) saturate(10%) hue-rotate(27deg) brightness(86%) contrast(87%);
	}
	.footer-heading.active::after {
		filter:none;
		transform: translateY(-50%) rotate(180deg) scale(1.8);
	}
	.footer-heading.active {
		color: #FF561D;
	}
	.footer__block-group {
		margin-top: 10px;
	}
	.footer-item {
		padding: 4px 0;
	}
	.footer-item__contacts .footer-heading {
		display: none;
	}

	.footer-item__certificates-awards {
		flex-direction: column;
		margin-top: 22px;
		row-gap: 30px;
	}
	.footer-item__additional {
		flex-direction: column-reverse;
		margin-top: 6px;
		row-gap: 10px;
	}
	.footer-item__contacts {
		padding-bottom: 22px;
	}
	.footer-list a {
		display: flex;
		padding: 3.6px 0;
	}
}

@media (max-width: 1024px) {
	.index-intro-3 .index-intro__header {
		font-size: 56px;
	}
	.index-intro::before {
		bottom: 62%;
	}
	.index-intro::after {
		bottom: -19%;
	}
}
@media (max-width: 768px) {
	.index-intro-3 .index-intro__header {
		font-size: 31px;
	}
	.index-intro__iso {
		display: flex;
		flex-wrap: wrap;
		row-gap: 40px;
	}
	.index-intro::before {
		bottom: 83%;
		left: -18%;
	}
	.index-intro::after {
		bottom: 0%;
	}
}

/* footer iteration 65465456465	 */
.slick-dots {
  display: flex;
  justify-content: center;
	margin-top: 16px !important;
}
.slick-dots button {
  background: #d7d7d7de;
  border: none;
  border-radius: 50%;
  font-size: 0;
  margin: 0 6px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
padding: 4px;
}
.slick-dots .slick-active button,
.slick-dots button:hover {
  background: #ff561d;
}


.post-item-separator {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #FF561D;
  margin-top: 3px;
}