.my-wrap {
	text-align: left;
}
.i-first {
	padding: 146px 0 72px;
}
.i-first-title {
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	max-width: 975px;
	margin: 0 auto;
}
.main-title {
    font-size: 40px;
}
.i-first-text {
	color: #212121;
	text-align: center;
	font-family: "Inter";
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	margin: 20px auto;
	max-width: 775px;
}
.i-first-btn {
	display: flex;
	justify-content: center;
}
.i-first-btn a {
	display: inline-block;
	border-radius: 4px;
	background: #00a9ff;
	padding: 16px 16px;
	color: #fff;
	text-align: center;
	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.container-slider {
	max-width: 1280px;
	margin: 0px auto 0;
	padding: 0 42px;
}
.i-first-slid-bottom {
	margin-top: 10px;
	display: none;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.i-first-slid-bottom svg {
	margin-right: 12px;
}
.i-two {
	padding: 120px 0;
	border-radius: 100px;
	background: #f5f7f8;
}
.i-two-title {
	max-width: 776px;
	margin: 0 auto;
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
}
.i-product-list {
	margin-top: 36px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 26px;
	padding: 64px;
	border-radius: 36px;
	background: #335ce9;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.i-product-card {
	padding: 36px;
	border-radius: 36px;
	background: #fff;
	display: flex;
	flex-direction: column;
	max-width: 332px;
}
.i-product-card__title {
	margin: 36px 0 8px;
	color: #0b1218;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	display: flex;
	align-items: center;
}
.i-product-card__title svg {
	margin: 3px 0px 0px 10px;
	opacity: 0;
}
.i-product-card__text {
	color: #0b1218;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
}
.i-product-card:hover .i-product-card__title svg {
	opacity: 1;
	transition: all 0.3s linear;
}
.i-two-box {
	margin-top: 120px;
}
.i-two-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}
.star-notice { color: #A0B0B8; }
.i-two-blocks__top {
	position: relative;
	border-radius: 16px;
	background: #02123a;
	padding: 32px 48px;
	margin-bottom: 24px;
	display: flex;
}
.i-two-block__top-text {
	max-width: 386px;
	color: #fff;
	font-family: "Inter";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.i-two-block__top-img {
	max-width: 126px;
	max-height: 132px;
}
.i-two-block {
	padding-top: 36px;
	border-radius: 16px;
	background: #fff;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	overflow: hidden;
}
.i-two-text {
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	margin-bottom: 12px;
	padding: 0 36px;
}
.i-two-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #00a9ff;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
}
.i-two-btn svg {
	margin: 3px 0px 0px 8px;
}
.i-two-img {
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin: auto auto 0px;
}
.itb2 .i-two-img {
	max-width: 300px;
}
.itb4 .i-two-img {
	max-width: 300px;
}
.itb5 .i-two-img {
	max-width: 394px;
}
.i-two-baner {
	position: relative;
	margin: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
}
.i-two-baner .i-two-btn {
	justify-content: flex-start;
}
.i-two-baner__img {
	display: flex;
	width: 50%;
	margin: 0px 0px -3px -3px;
}
.i-two-baner__right {
	width: 45%;
	z-index: 4;
}
.i-two-baner__text {
	color: #0b1218;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	margin-bottom: 24px;
}
.i-two-mintext {
	margin-top: 36px;
	color: #a0b0b8;
	text-align: right;
	font-family: "Inter";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.2px;
}
.i-three {
	padding: 120px 0 100px;
}
.i-three-bg {
	padding-top: 72px;
	border-radius: 36px;
	background: #335ce9;
	overflow: hidden;
}
.i-three-title {
	max-width: 649px;
	margin: 0 auto;
	color: #fff;
	text-align: center;
	font-family: "Inter";
	font-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
}
.i-three-text {
	max-width: 649px;
	color: #fff;
	text-align: center;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	margin: 12px auto 36px;
}
.i-three-btn {
	display: flex;
	justify-content: center;
	margin-bottom: 48px;
}
.i-three-btn a {
	padding: 14px 16px;
	border-radius: 4px;
	background: #fff;
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.4px;
}
.i-three-img {
	display: flex;
}
.i-four {
	padding: 50px 0 120px;
}
.i-four-title {
	max-width: 976px;
	margin: 0 auto;
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	margin-bottom: 48px;
}
.i-four-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
}
.i-four-card {
	padding: 36px;
	border-radius: 16px;
	background: #f5f7f8;
}
.i-four-mintitle {
	margin: 24px 0 8px;
	color: #0b1218;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
}
.i-four-text {
	color: #70848d;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
}
.i-five {
	padding: 120px 0 100px;
	background: #02123a;
}
.i-five-title {
	color: #fff;
	text-align: center;
	font-family: "Inter";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
}
.i-five-list {
	display: flex;
	align-items: flex-end;
	max-width: 1000px;
	margin: 70px auto 48px;
}
.i-five-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 20%;
}
.i-five-card-title {
	color: #fff;
	text-align: center;
	font-family: "Inter";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.i-five-card-img {
	width: 60px;
	border-radius: 4px;
}
.i-five-card:nth-child(1) .i-five-card-img {
	height: 48px;
}
.i-five-card:nth-child(2) .i-five-card-img {
	height: 52px;
}
.i-five-card:nth-child(3) .i-five-card-img {
	height: 81px;
}
.i-five-card:nth-child(4) .i-five-card-img {
	height: 95px;
}
.i-five-card:nth-child(5) .i-five-card-img {
	height: 150px;
}
.i-five-card-text {
	width: 100%;
	min-height: 65px;
	padding-top: 16px;
	border-top: 1px dashed #70848d;
	color: #fff;
	text-align: center;
	font-feature-settings: "clig" off, "liga" off;
	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
}
.i-five-mintext {
	color: #b3b8c4;
	text-align: right;
	font-family: "Inter";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.2px;
}
.we-trusted {
	padding: 100px 0 150px;
	overflow: hidden;
	background: #02123a;
}
.we-trusted h4 {
	color: #fff;
	text-align: center;
	font-family: "Inter";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	margin-bottom: 0;
	margin-top: 0;
}
:root {
	--color-text: navy;
	--color-bg: papayawhip;
	--color-bg-accent: #ecdcc0;
	--size: clamp(10rem, 1rem + 20vmin, 30rem);
	--gap: calc(var(--size) / 6);
	--duration: 60s;
	--scroll-start: 0;
	--scroll-end: calc(-100% - var(--gap));
}
@media (prefers-color-scheme: dark) {
	:root {
		--color-text: papayawhip;
		--color-bg: navy;
		--color-bg-accent: #2626a0;
	}
}
.wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	margin: auto;
	max-width: 100vw;
}
.marquee {
	display: flex;
	overflow: hidden;
	user-select: none;
	margin-top: 60px;
}
.marquee svg {
	margin-right: 50px;
}
.marquee__group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll-x var(--duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
	.marquee__group {
		animation-play-state: paused;
	}
}
.marquee--reverse .marquee__group {
	animation-direction: reverse;
	animation-delay: -3s;
}
@keyframes scroll-x {
	from {
		transform: translateX(var(--scroll-start));
	}
	to {
		transform: translateX(var(--scroll-end));
	}
}
.i-six {
	padding: 120px 0;
	overflow: hidden;
}
.slider2 .slick-list {
	overflow: unset;
}
.slider2 .slider__item {
	padding: 60px 15px 0;
}
.slick-slider {
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track {
	display: flex;
	align-items: flex-start;
}
.slider {
	position: relative;
	padding: 0px;
}
@media (max-width: 767px) {
	.slider {
		padding: 0px 40px;
	}
}
.slider2 {
	padding-bottom: 70px;
}
.slider2 .slick-arrow {
	position: absolute;
	bottom: 0%;
	z-index: 10;
	font-size: 0;
	width: 36px;
	height: 36px;
	border: none;
	cursor: pointer;
}
.slider2 .slick-arrow.slick-prev {
	left: calc(50% - 40px);
	background: url("/wp-content/themes/orenpro/assets/homepage/img/sl-arrow_l.svg") 0 0 / 100% no-repeat;
}
.slider2 .slick-arrow.slick-next {
	right: calc(50% - 40px);
	background: url("/wp-content/themes/orenpro/assets/homepage/img/sl-arrow_r.svg") 0 0 / 100% no-repeat;
}
.slider2 .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.slider2 .slider__item img {
	width: unset;
}
.slider.slick-initialized .slick-slide {
	display: flex;
	align-items: flex-end;
	position: relative;
}
.single-process-box .slider.slick-initialized .slick-slide{
	display: block;
}
.slider .slick-dots {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i-first-slider__wrap .slick-track {
	align-items: stretch;
}
.slick-slide {
	height: auto;
	flex: 0 0 auto;
}
.slider .slick-dots li {
	list-style: none;
	margin: 0px 4px;
}
.slider .slick-dots button {
	font-size: 0;
	width: 10px;
	min-width: 10px;
	/* max-width: 10px; */
	height: 10px;
	min-height: 10px;
	background-color: #e7ebed;
	border-radius: 50%;
	border: transparent;
	padding: 0;
}
.slider .slick-dots li.slick-active button {
	background-color: #00a9ff;
}
.slider__item {
	padding: 0px 15px;
}
.slider__item img {
	max-width: 100%;
	width: 100%;
}
.i-six-title {
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
}
.i-six-slider__box {
	margin-top: 48px;
	max-width: 1218px;
	margin: 40px auto 0;
	position: relative;
}
/* .i-six-slider__box::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 5;
    background: #fff;
} */
.i-six-card {
	min-height: 283px;
	height: 100%;
	position: relative;
	border-radius: 16px;
	background: #f5f7f8;
	padding: 0px 36px 20px;
	display: flex;
	flex-direction: column;
}
.i-six-card-icon {
	margin-top: -35px;
	padding: 15px 20px;
	width: 205px;
	height: 71px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	background: #fff;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.06);
	overflow: hidden;
}
.i-six-card-text {
	color: #0b1218;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
	margin: 35px 0 24px;
}
.i-six-card-read {
	margin-top: auto;
	display: flex;
	align-items: center;
	color: #00a9ff;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
}
.i-six-card-read svg {
	margin: 3px 0px 0px 8px;
}
.i-seven {
	background: #f5f7f8;
	padding: 120px 0;
}
.i-seven-subtitle {
	color: #0b1218;
	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	margin-bottom: 8px;
}
.i-seven-title {
	color: #0b1218;
	font-family: "Inter";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.i-seven-list {
	margin-top: 48px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}
.i-seven-card {
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	min-height: 508px;
	display: flex;
	flex-direction: column;
}
.i-seven-card-box {
	padding: 40px 36px 30px;
}
.isc1 .i-seven-card-img {
	max-width: 401px;
	margin: 48px auto 40px;
}
.isc2 .i-seven-card-img {
	max-width: 322px;
	margin: -34px 0 0px auto;
}
.isc3 .i-seven-card-img {
	max-width: 200px;
	margin: auto auto 70px;
}
.isc4 .i-seven-card-img {
	max-width: 294px;
	margin: 72px auto 58px;
}
.i-seven-card-img {
	display: flex;
	align-items: flex-end;
}
.i-seven-card-sub {
	color: #70848d;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
	margin-bottom: 4px;
}
.i-seven-card-title {
	color: #0b1218;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
}
.i-seven-card.isc2 {
	background: #335ce9;
}
.isc3 .i-seven-card-title,
.isc2 .i-seven-card-title {
	color: #fff;
}
.isc2 .i-seven-card-sub,
.isc3 .i-seven-card-sub {
	color: #d7dee1;
}
.i-seven-card.isc3 {
	background: #0b1218;
}
.i-form {
	padding-top: 120px;
}
.i-form .btn {
	color: #fff;
	text-align: center;
	font-feature-settings: "clig" off, "liga" off;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.4px;
	height: 44px;
}
.wpcf7-list-item-label {
	/*color: #70848d;
	font-feature-settings: "clig" off, "liga" off;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;*/
}
.frm-select a {
	text-decoration: underline;
}
.frm-select {
	overflow: visible;
}
.frm-select input:checked ~ label:after {
	opacity: 1;
}
.frm-select label {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	position: relative;
	min-height: 20px;
}
.frm-select label:before,
.frm-select label:after {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	left: 8px;
	margin: -8px 0 0 -8px;
}
.frm-select label:before {
	border: 1px solid #00a9ff;
	border-radius: 4px;
}
.frm-select label:after {
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/chk.svg") center no-repeat;
	background-size: 8px auto;
	opacity: 0;
}
.frm-select a {
	color: inherit;
}
.frm-select a:hover {
	color: var(--clr-att);
}
.page-form-input {
	display: block;
	width: 100%;
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
	border-radius: 16px;
	padding: 0 10px 0 19px;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	letter-spacing: -0.01px;
	height: 56px;
	font-family: Inter, sans-serif;
}
.page-form-input[placeholder]::-webkit-input-placeholder {
	color: #70848d;
}
.page-form-input[placeholder]:-moz-placeholder {
	color: #70848d;
}
.page-form-input[placeholder]::-moz-placeholder {
	color: #70848d;
}
.page-form-input[placeholder]:-ms-input-placeholder {
	color: #70848d;
}
select.page-form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input.form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input:required:invalid {
	color: #70848d;
}
select.page-form-input.form-input:required:invalid {
	color: #70848d;
}
select.form-input {
	display: block;
	width: 100%;
	padding-right: 30px;
	background-image: url("https://potok.io/wp-content/themes/orenpro/library/img/icons/arrow-select.svg");
	background-position: right 20px center;
	background-color: #fff;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none !important;
	line-height: 1em;
	text-indent: 0.01px;
	text-overflow: "";
	outline: none;
}
.page-form-box select.page-form-input.form-input {
	color: #70848d;
}
.page-form-box .box-inner-wrap {
	display: flex;
	background: #335ce9;
	border-radius: 36px;
	padding: 62px 100px 62px 100px;
}
.page-form-box .info-inner-wrap {
	width: 51%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 40px 30px 0px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.01px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-form-box .form-inner-wrap {
	width: 49%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.page-form-box .form-wrap {
	background: #fff;
	border-radius: 36px;
	padding: 36px;
}
.page-form-box .frm-row {
	display: block;
	margin: 0;
}
.page-form-box .frm-field {
	margin: 0 0 24px 0;
	padding: 0;
}
.page-form-box .frm-select {
	margin-bottom: 12px;
}
.page-form-box .frm-select:last-child {
	margin-bottom: 0;
}
.page-form-box .field-info {
	color: #70848d;
}
.page-form-box .field-button {
	margin-bottom: 0;
}
.page-form-box .field-button .btn {
	width: 100%;
}
.page-form-box .title-inner-wrap {
	margin-bottom: 40px;
	padding-top: 110px;
}
.page-form-box .title-inner-wrap p {
	max-width: 18.8em;
}
.page-form-box .page-main-title {
	margin-bottom: 24px;
}
.page-form-box .form-title {
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	margin: 0 0 24px 0;
}
.page-form-box .info-wrap {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	letter-spacing: 0.2px;
	color: #d7dee1;
	position: relative;
	padding: 0 0 0 30px;
	max-width: 28.75em;
}
.page-form-box .info-wrap:before {
	content: "";
	display: block;
	width: 22px;
	height: 24px;
	position: absolute;
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/info.svg") center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.wpcf7-list-item {
	margin: 0;
}
.wpcf7-list-item-label {
	/*margin-left: 10px;
	margin-top: -2px;*/
}
.i-eight {
	padding: 120px 0;
}
.i-eight-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
}
.i-eight-card {
	border-radius: 16px;
	background: #f5f7f8;
	padding: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.i-eight-card-content {
	margin-right: 25px;
}
.i-eight-card-title {
	color: #0b1218;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
	margin-bottom: 4px;
}
.i-eight-card-text {
	color: #70848d;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.04px;
}
.i-product-card:hover {
	background: #f5f7f8;
	transition: all 0.3s linear;
}
.i-six-card:hover .i-six-card-read,
.i-two-baner:hover .i-two-btn,
.i-two-block:hover .i-two-btn,
.i-product-card:hover .i-product-card__title {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.i-first-btn a:hover {
	background-color: #6ad9ff;
	border-color: #6ad9ff;
	color: #fff;
	transition: all 0.3s linear;
}
.slider2 .slick-arrow:hover,
.i-three-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
/* .i-product-card:hover{
    box-shadow: 0px 0px 24px 0px rgba(255, 255, 255, 0.32);
    transition: all 0.3s linear;
} */
/* .i-two-baner:hover,
.i-two-block:hover,
.i-seven-card:hover,
.i-six-card:hover{
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.22);
    transition: all 0.3s linear;
} */
.mobile-img,
.slider__item img.mobile-img,
.laptop-img {
	display: none;
}
@media (max-width: 1449px) {
	.wpcf7-spinner {
		display: none;
	}
	.frm-field.field-button {
		margin-bottom: 0;
	}
	.page-form-box .box-inner-wrap {
		padding: 62px 48px 62px 48px;
	}
	.i-four-text {
		font-weight: 400;
	}
	.i-four-card {
		padding: 24px;
	}
	.i-two-btn {
		font-size: 18px;
	}
	.i-two-baner__text {
		font-size: 20px;
	}
	.i-two-text {
		font-size: 20px;
		padding: 0 24px;
	}
	.i-two-block__top-text {
		font-size: 28px;
	}
	.i-two-blocks__top {
		padding: 32px 36px;
	}
	.i-product-card__text {
		font-size: 18px;
	}
	.i-product-card__title {
		margin: 25px 0 8px;
		font-size: 20px;
	}
	.i-product-card {
		padding: 24px;
	}
	.i-product-list {
		padding: 48px;
	}
	.i-two {
		padding: 100px 0;
	}
	.i-three-title,
	.page-form-box .form-title {
		font-size: 52px;
	}
	.container-slider{
		max-width: 1066px;
		padding: 0 25px;
	}
	.i-six-slider__box { max-width: 1066px; }
}
@media (max-width: 1199px) {
	.i-six-title,
	.we-trusted h4,
	.i-five-title,
	.i-four-title,
	.i-two-title {
		font-size: 32px;
		font-weight: 600;
	}
	.i-three-title {
		font-size: 48px;
		font-weight: 600;
	}
	.i-two-baner__text,
	.i-two-text {
		font-weight: 500;
		font-size: 20px;
	}
	.i-five-card-title,
	.i-two-block__top-text {
		font-size: 24px;
	}
	.page-form-box .form-title {
		font-size: 48px;
	}
	.i-first-title {
		font-size: 48px;
		font-weight: 600;
	}
	.i-four-text,
	.i-three-text,
	.i-first-text {
		font-size: 16px;
	}
}
@media (max-width: 1170px) {
	.i-first-btn a{
		font-size: 14px;
		line-height: 12px;
	}
	.i-form {
		padding-top: 72px;
	}
	.i-two-baner__img img {
		display: none;
	}
	.i-two-baner__img img.laptop-img {
		display: block;
	}
	.page-form-box .box-inner-wrap {
		padding: 36px 60px 120px;
		flex-direction: column;
	}
	.i-two-baner__right {
		padding: 80px 0;
	}
	.we-trusted {
		padding: 48px 0 150px;
	}
	.i-five-card-img {
		width: 40px;
	}
	.i-five-card-img img {
		width: 100%;
		height: 100%;
	}
	.i-five-card-text {
		font-size: 14px;
		min-height: 97px;
	}
	.slider2 .slider__item {
		padding: 40px 15px 0;
	}
	.slider2 .slick-list {
		padding: 0 20% 0 0;
	}
	.container-slider {
		padding: 0 20px;
		margin: 10px auto 0;
	}
	.page-form-box .form-inner-wrap {
		width: 100%;
	}
	.page-form-box .info-wrap {
		position: absolute;
		bottom: 36px;
		left: 80px;
	}
	.page-form-box .title-inner-wrap p {
		margin: 0 auto;
		max-width: 20.8em;
		text-align: center;
	}
	.page-form-box .form-title {
		text-align: center;
	}
	.page-form-box .title-inner-wrap {
		padding-top: 0;
	}
	.page-form-box .info-inner-wrap {
		width: 100%;
		padding: 0;
	}
	.i-seven-card {
		min-height: 435px;
	}
	.isc4 .i-seven-card-img {
		max-width: 223px;
		margin: 36px auto;
	}
	.isc1 .i-seven-card-img {
		margin: 36px auto;
	}
	.isc3 .i-seven-card-img {
		max-width: 161px;
		margin: auto auto 36px;
	}
	.isc2 .i-seven-card-img {
		max-width: 277px;
		margin: -32px 0 0px auto;
	}
	.i-two-box {
		margin-top: 72px;
	}
	.i-two-blocks__top {
		padding: 32px 24px;
	}
	.i-product-list {
		padding: 48px;
		grid-template-columns: 1fr 1fr;
	}
	.i-four-card {
		padding: 24px 16px;
	}
	.i-product-card {
		padding: 24px;
	}
	.i-six-card {
		padding: 0px 24px 20px;
	}
	.i-six-card-text {
		font-size: 18px;
		margin: 20px 0 24px;
	}
	.i-six-card-icon {
		margin-top: -28px;
		padding: 11px 20px;
		width: 167px;
		height: 58px;
	}
	.i-seven-card-box {
		padding: 24px;
	}
	.i-eight-list {
		grid-template-columns: 1fr;
	}
	.i-four {
		padding: 0px 0 72px;
	}
	.i-eight,
	.i-seven,
	.i-six,
	.i-five,
	.i-three,
	.i-two {
		padding: 72px 0;
	}
	.slider {
		padding: 0;
	}
	.i-first {
		padding-top: 110px;
	}
	.container-slider {
		padding: 0;
	}
}
@media (max-width: 835px) {
	.i-product-card {
		max-width: 100%;
	}
}
@media (max-width: 767px) {
	.i-eight-card-icon {
		margin-top: -8px;
		margin-right: -8px;
	}
	.i-eight-card-icon svg {
		max-width: 64px;
		max-height: 64px;
	  }
	.slider .slider__item {
		padding-bottom: 40px;
		padding-right: 0;
	}
	.i-two-baner__img img.laptop-img { display: none; }
	.i-two-baner__img img.mobile-img { display: block; }
	.i-four-title {
		margin-bottom: 24px;
	}
	.marquee {
		margin-top: 40px;
	}
	.i-first-title {
		font-size: 32px;
	}
	.i-six-title,
	.we-trusted h4,
	.i-five-title,
	.i-four-title,
	.i-two-title {
		font-size: 24px;
	}
	.i-first-slid-bottom {
		font-size: 14px;
		display: flex;
		white-space: nowrap;
	}
	.i-first-slid-bottom svg {
		width: 16px;
	}
	.i-first {
		padding: 96px 0 54px;
	}
	.i-two {
		padding: 36px 0;
		border-radius: 36px;
	}
	.i-form .container,
	.i-three .container,
	.i-two .container {
		padding: 0;
	}
	.i-two-title {
		font-size: 24px;
		padding: 0 15px;
	}
	.i-product-list {
		padding: 36px 15px;
		grid-template-columns: 1fr;
	}
	.i-product-card__title {
		margin: 24px 0 8px;
		font-size: 20px;
	}
	.i-two-grid {
		grid-template-columns: 1fr;
	}
	.i-two-box,
	.i-three-text{
		padding: 0 15px;
	}
	.slider .slider__item img,
	.i-two-block__top-img img {
		display: none;
	}
	.slider .slider__item img.mobile-img,
	.i-two-block__top-img img.mobile-img {
		display: block;
	}
	.i-two-block__top-text {
		max-width: 252px;
	}
	.i-two-baner {
		flex-direction: column-reverse;
	}
	.i-two-baner__right {
		width: 100%;
		padding: 36px 15px 25px;
		text-align: center;
	}
	.i-two-baner .i-two-btn {
		justify-content: center;
	}
	.i-two-baner__img {
		width: 100%;
	}
	.i-five-mintext {
		max-width: 225px;
		margin-left: auto;
	}
	.i-two-mintext {
		max-width: 225px;
		padding: 0 15px;
		margin-left: auto;
	}
	.i-three-title {
		font-size: 32px;
		padding: 0 15px;
	}
	.i-eight,
	.i-seven,
	.i-six,
	.i-five,
	.i-three,
	.i-two {
		padding: 64px 0;
	}
	.i-three-bg {
		padding-top: 66px;
	}
	.i-seven-list,
	.i-four-list {
		grid-template-columns: 1fr;
	}
	.i-five-list {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0;
		margin-top: 36px;
	}
	.i-five-card {
		width: 32%;
		flex-grow: 1;
	}
	.we-trusted {
		padding: 0px 0 64px;
	}
	.i-seven-card-title,
	.i-seven-title {
		font-size: 20px;
		font-weight: 500;
	}
	.i-seven-card-box {
		position: relative;
		z-index: 2;
	}
	.i-seven-card {
		min-height: 372px;
	}
	.isc2 .i-seven-card-img {
		max-width: 240px;
		margin: -42px 0 0px auto;
	}
	.page-form-box .form-title {
		font-weight: 600;
		font-size: 32px;
	}
	.i-form {
		padding-top: 64px;
	}
	.page-form-box .box-inner-wrap {
		padding: 36px 15px 120px;
	}
	.page-form-box .info-wrap {
		left: 10px;
		width: 92%;
	}
	.i-eight-card {
		padding: 16px;
		align-items: flex-start;
	}
	.i-eight-card-text {
		font-size: 16px;
		font-weight: 400;
	}
	.i-eight-card-content {
		margin-right: 25px;
	}
	.slider .slick-dots {
		margin-top: 10px;
	}
	.slider2 {
		padding-bottom: 60px;
	}
	.page-form-box .form-wrap {
		padding: 36px 16px 20px;
	}
	.page-form-input[placeholder]::placeholder,
	.page-form-input {
		font-size: 16px;
	}
}

@media (max-width: 720px) {
	.i-three-img img { display: none; }
	.i-three-img img.mobile-img { display: block; }
}
.i-product-card__icon img {
	max-width: 73px;
}

.hide-video-btn {
	background: rgba(255, 255, 255, 0.90);
	position: fixed;
	top: 60px;
	left: calc(50% - 113.5px);
	z-index: 1000;
	width: 227px;
	height: 52px;
	border-radius: 40px;
	animation: radial-pulse 2s infinite;
	opacity: 0;
	transition: all 0.3s linear;
}
.hide-video-btn.fix {opacity: 1;}
.hide-video-btn a {
	padding: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--light-mono-100, #0B1218);
	text-align: center;
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: 'Inter';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.hide-video-btn svg {margin-left: 8px;}
@keyframes radial-pulse {
	0% {box-shadow: 0 0 0 0px rgba(23, 22, 22, 0.1);}
	100% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
}
/* 19.10.2023 start  */
body {background: #fff;}
.i-first {background: #fff;}
.video-about {
	padding-top: 110px;
	border-top-right-radius: 100px;
	border-top-left-radius: 100px;
	background: #F5F7F8;
}
.i-two {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
}
.video_1 {
	display: block;
	margin: 30px auto 0;
	max-width: 913px;
	cursor: pointer;
	position: relative;
}
.video-icon {
	display: flex;
	position: absolute;
	top: calc(50% - 58px);
	left: calc(50% - 58px);
	z-index: 5;
	border-radius: 50%;
	animation: radial-pulse 2s infinite;
}
@keyframes radial-pulse {
	0% {box-shadow: 0 0 0 0px rgba(23, 22, 22, 0.2);}
	100% {box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);}
}
.video_1 img {
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}
.video_1:hover .video-icon {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.video_1 video {
	border-radius: 32px;
	width: calc(100% - 3px);
	height: 100%;
	padding: 0;
	margin: 0;
}
.video-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	border-radius: 32px;
	overflow: hidden;
}
@media (max-width: 1449px) {
	.video-about {padding-bottom: 20px;}
}
@media (max-width: 1170px) {
	.video_1 {margin-top: 20px;}
	.video-icon {
		top: calc(50% - 45px);
		left: calc(50% - 45px);
	}
	.video-icon svg {
		width: 90px;
		height: 90px;
	}
	.video-about {
		padding-top: 70px;
		padding-bottom: 0;
	}
}
@media (max-width: 767px) {
	.video-icon {
		top: calc(50% - 18px);
		left: calc(50% - 18px);
	}
	.video-icon svg {
		width: 36px;
		height: 36px;
	}
	.video_1 {
		height: 100%;
		display: flex;
		align-items: center;
		margin: 24px 0px 0 0;
	}
	.video_1 img{object-fit: cover;}
	.video-img,.video_1 video {border-radius: 24px;}
	.video-about {
		padding-top: 36px;
		border-top-right-radius: 36px;
		border-top-left-radius: 36px;
	}
}

/* 19.10.2023 end  */