.tarifa h4{
	font-weight: 600;
}
.tarifa .h2_how_h4 {
	font-weight: 600;
	margin-bottom: 16px;
	font-style: normal;
    font-size: 48.2226px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0px 0px 60px 0px;
}
.questions .h2_how_h4 {
	margin-bottom: 50px;
	font-weight: 600;
	margin-bottom: 16px;
	font-style: normal;
    font-size: 48.2226px;
    line-height: 58px;
    text-align: center;
    color: #000000;
    margin: 0px 0px 60px 0px;
}
.how_h2 {
	margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: -0.8px;
    position: relative;
}
.how_h3 {
	display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

.my-wrap {
	text-align: left;
}
.i-first {
	padding: 146px 0 72px;
	text-align: left;
}
.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;
}
.i-first-title .blue {
	color: #00a9ff;
}
.i-first-text {
	color: #212121;
	text-align: center;
	font-family: "Inter";
	font-size: 20px;
	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;
	text-align: left;
}
.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;
}
.i-product-card {
	padding: 36px;
	border-radius: 36px;
	background: #fff;
	display: flex;
	flex-direction: column;
}
.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;
}
.i-two-blocks__top {
	position: relative;
	border-radius: 16px;
	background: #02123a;
	padding: 32px 48px;
	margin-bottom: 24px;
	display: flex;
	overflow: hidden;
}
.i-two-block__top-text {
	max-width: 386px;
	color: #fff;
	font-family: "Inter";
	font-size: 30px;
	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: #f5f7f8;
	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;
}
.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: #f5f7f8;
	overflow: hidden;
}
.i-two-baner .i-two-btn {
	justify-content: flex-start;
}
.i-two-baner__img {
	display: flex;
	width: 62%;
	margin: 5px 0px 5px -3px;
}
.i-two-baner__right {
	width: 38%;
	z-index: 4;
	padding: 0 0 0 38px;
}
.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;
	text-align: left;
}
.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;
	text-align: left;
}
.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;
	text-align: left;
}
.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;
	text-align: left;
}
.slider2 .slick-list {
	overflow: unset;
}
.slider2 .slider__item {
	padding: 60px 15px 0;
	min-height: 100%;
}
.slick-slider {
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track {
	display: flex;
	align-items: flex-start;
}
.slider2 .slick-track {
	align-items: unset;
}
.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("https://potok.io/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("https://potok.io/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;
}
.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-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.bg1 {
	background: var(--light-blue-pale, #e3f2fd);
}
.i-six-card.bg2 {
	background: var(--light-mono-4, #f5f7f8);
}
.i-six-card.bg3 {
	background: var(--Electic-Blue, #335ce9);
}
.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;
	margin-left: auto;
	margin-right: auto;
}
.i-six-card-text {
	color: #0b1218;
	font-family: "Inter";
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.06px;
	margin: auto 0 0px;
	padding-top: 25px;
	position: relative;
}
.bg3 .i-six-card-text {
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.04px;
	margin: auto 0 24px;
}
.bg3 .i-six-card-text::after,
.bg3 .i-six-card-text::before {
	content: "";
	position: absolute;
	width: 56px;
	height: 40px;
}
.bg3 .i-six-card-text::after {
	left: -12px;
	top: 10px;
	background: url("../img/waveform.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.bg3 .i-six-card-text::before {
	right: -12px;
	bottom: -18px;
	background: url("../img/waveform2.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.i-six-card-text span {
	color: var(--Blue, #00a9ff);
	font-weight: 700;
}
.i-six-card-img {
	margin-top: auto;
}
.i-seven {
	background: #f5f7f8;
	padding: 120px 0;
	text-align: left;
}
.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;
	margin-top: 8px;
}
.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;
	position: relative;
	z-index: 2;
}
.isc1 .i-seven-card-img {
	max-width: 378px;
	margin: 48px auto 40px;
}
.isc2 .i-seven-card-img {
	max-width: 349px;
	margin: 0px auto 0px auto;
}
.isc3 .i-seven-card-img {
	margin: -86px 40px 0px;
}
.isc4 .i-seven-card-img {
	max-width: 436px;
	margin: 56px auto 36px;
}
.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;
	text-align: left;
}
.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: #00a9ff;
	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;
	text-align: left;
}
.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-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;
}
.r-six {
	padding: 28px 0 0;
	overflow: hidden;
	text-align: left;
}
.r-hire {
	padding: 120px 0;
	border-radius: 100px;
	background: var(--light-mono-4, #f5f7f8);
}
.r-hire .i-two-title {
	margin-bottom: 36px;
}
.r-hire-flex {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 24px;
	margin-bottom: 24px;
}
.r-hire-left {
	height: 100%;
}
.r-hire-card {
	border-radius: 16px;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.rh1 {
	background: #e3f2fd;
	padding: 35px 28px 0;
}
.r-hire-card__title {
	color: #0b1218;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
}
.r-hire-card__img {
	display: flex;
}
.r-hire-right {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 24px;
	height: 100%;
}
.rh1 .r-hire-card__title {
	margin-bottom: 14px;
	padding: 0 15px;
}
.rh2 {
	padding: 36px 46px 0;
}
.rh3 {
	padding: 36px 40px 18px;
}
.rh4 {
	padding: 36px 19px 0;
}
.rh5 {
	padding: 36px 36px 0;
}
.rh2,
.rh3,
.rh4,
.rh5 {
	background: #fff;
}
.rh6 {
	background: #e3f2fd;
	text-align: left;
}
.rh5 .r-hire-card__img {
	max-width: 420px;
}
.r-hire-card__flex {
	display: flex;
	align-items: center;
}
.r-hire-card__left {
	width: 60%;
	height: 100%;
}
.r-hire-card__right {
	width: 40%;
	margin-left: 30px;
	padding-right: 50px;
}
.r-hire-card__link {
	color: var(--Blue, #00a9ff);
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	display: block;
	margin-top: 24px;
}
.robot {
	padding-top: 100px;
	position: relative;
	overflow: hidden;
	text-align: left;
}
.robot-box {
	background: url("../img/sever.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 16px;
	padding: 64px 0;
	overflow: hidden;
	position: relative;
}
.robot .i-two-title {
	padding: 0 64px;
	max-width: unset;
	color: #fff;
}
.robot-img {
	position: relative;
}
.robot-img img {
	position: relative;
	z-index: 2;
}
.robot-text {
	position: absolute;
	color: var(--light-mono-0, var(--colors-neutral-n-0, #FFF));
	font-feature-settings: 'clig' off, 'liga' off;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	border-radius: 80px;
	padding: 24px;
	display: flex;
	align-items: center;
}
.robot-text svg {
	margin-right: 15px;
	min-width: 60px;
}
.rt1 span {
	max-width: 390px;
}
.rt2 span {
	max-width: 613px;
}
.rt3 span {
	max-width: 590px;
}
.rt1 {
	background: rgba(132, 85, 248, 0.80);
	top: 212px;
	left: 328px;
}
.rt2 {
	background: rgba(96, 30, 243, 0.80);
	top: 346px;
	left: 378px;
}
.rt3 {
	background: rgba(51, 92, 233, 0.80);
	bottom: 159px;
	left: 239px;
}
.robot-link {
	padding: 0 64px;
	display: flex;
	justify-content: center;
	margin-top: -56px;
	position: relative;
	z-index: 6;
}
.robot-link a {
	padding: 20px 25px;
	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;
}
.unified-database {
	padding: 100px 0;
	text-align: left;
}
.unified-database .i-two-title {
	max-width: unset;
}
.unified-database .i-two-box {
	margin-top: 36px;
}
.unified-database .i-two-blocks__top {
	min-height: 200px;
}
.unified-database .i-two-blocks__top .i-two-block__top-img {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 372px;
	max-height: unset;
}
.unified-database-text {
	color: #fff;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	max-width: 300px;
	position: relative;
	z-index: 2;
}
.itb1 .i-two-img {
	max-width: 530px;
}
.itb2 .i-two-img {
	max-width: 533px;
}
.tarifa {
	text-align: left;
	overflow: unset;
	padding: 120px 0;
}
.tarifa h4 {
	margin-bottom: 16px;
}
svg.mob-svg {
	display: none;
}
.tarifa-text {
	max-width: 776px;
	margin: 0px auto 57px;
	color: #0b1218;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	text-align: center;
	margin-bottom: 57px;
}
.tarif-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
}
.tarifa-card3 {
	text-align: left;
	padding: 70px 24px 28px;
	border-radius: 16px;
	background: #e3f2fd;
	position: relative;
}
.tarifa-card3:nth-child(1) {
	background: #F5F7F8;
}
.tarifa-card3:nth-child(2) {
	background: #11023a;
}
.tarifa-card-content {
	position: unset;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.tarifa-card-top {
	position: absolute;
	top: -35px;
	left: 35px;
	margin: 0 30px;
	width: calc(100% - 60px);
	max-width: unset;
	left: 0;
	border-radius: 48px;
	background: #fff;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.06);
	color: #0b1218;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	padding: 18px 14px;
	text-align: center;
}
.tarif-bottom-link {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}
.tarif-bottom-link a {
	font-style: normal;
	font-weight: 600;
	font-size: 15.4324px;
	line-height: 21px;
	letter-spacing: 0.672413px;
	color: #ffffff;
	padding: 17px 25px;
	background: #00a9ff;
	border-radius: 5.51158px;
}
.tarifa-card-text {
	color: #0b1218;
	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;
	flex-grow: 1;
	margin-bottom: auto;
}
.tarifa-card-bottom {
	margin: 24px 0 26px;
}
.unified-database-link {
	display: flex;
	justify-content: center;
	margin-top: 46px;
}
.unified-database-link a {
	font-style: normal;
	font-weight: 600;
	font-size: 15.4324px;
	line-height: 21px;
	letter-spacing: 0.672413px;
	color: #ffffff;
	padding: 17px 25px;
	background: #00a9ff;
	border-radius: 5.51158px;
}
.unified-database-link a:hover {
	opacity: 1;
	background: #6ad9ff;
	transition: all 0.3s linear;
}
.analytics {
	border-radius: 100px;
	background: #f5f7f8;
	padding: 120px 0;
	text-align: left;
}
.analytics .i-two-title {
	max-width: 770px;
}
.analytics-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
}
.analytics-card {
	padding: 36px 36px 32px;
	border-radius: 16px;
	background: #fff;
}
.analytics-card-icon {
	margin-bottom: 24px;
}
.analytics-card-title {
	color: #0b1218;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
}
.analytics-big-card {
	margin-top: 36px;
	display: flex;
	align-items: center;
	border-radius: 12px;
	background: #11023a;
	overflow: hidden;
}
.analytics-big-content {
	padding: 36px;
	width: 40%;
}
.analytics-big-title {
	color: #f5f7f8;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.004px;
}
.analytics-big-link {
	margin-top: 24px;
}
.analytics-big-img {
	display: flex;
	width: 59%;
}
.analytics-big-link a {
	display: inline-block;
	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;
}
.comfortably {
	padding: 100px 0;
	text-align: left;
}
.comfortably .i-two-title {
	max-width: unset;
	margin-bottom: 16px;
}
.comfortably-grid {
	margin-top: 36px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
}
.comfortably-card {
	display: flex;
	flex-direction: column;
	border-radius: 16px;
	background: #f5f7f8;
	padding: 24px;
}
.comfortably-card:nth-child(2) .comfortably-card-title {
	margin-top: 16px;
}
.comfortably-card-img {
	flex-grow: 1;
}
.comfortably-card-title {
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
}
.start-working {
	padding-top: 75px;
	background: #02123a;
	text-align: left;
}
.start-working .i-two-title {
	color: #fff;
	margin-bottom: 12px;
}
.start-working .tarifa-text {
	color: #fff;
	max-width: 669px;
	margin-bottom: 36px;
}
.start-working-img {
	margin-top: 60px;
	display: flex;
}
.system-against {
	padding-top: 100px;
}
.system-against .tarifa-text {
	margin: 16px auto 40px;
	max-width: 660px;
}
.system-against-box {
	position: relative;
	padding: 90px;
	border-radius: 30px;
	background: #f5f7f8;
}
.system-against-box img {
	max-width: 76px;
	min-height: 76px;
}
.system-against-left {
	padding: 49px 0 26px 85px;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 19%;
}
.system-against-left img.sal1 {
	margin-left: 38px;
}
.system-against-left img.sal3 {
	margin-left: auto;
}
.system-against-right {
	padding: 29px 108px 89px 0px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	width: 19%;
}
.system-against-right img.sar1 {
	margin-left: 29px;
}
.system-against-right img.sar2 {
	margin-left: auto;
}
.tarifa-card-price {
	color: #0b1218;
	font-family: "Inter";
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.tarifa-card-descript {
	color: #0b1218;
	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;
	min-height: 40px;
}
.tarifa-card3:nth-child(2) .tarif-card-list,
.tarifa-card3:nth-child(2) .tarifa-card-text,
.tarifa-card3:nth-child(2) .tarifa-card-price,
.tarifa-card3:nth-child(2) .tarifa-card-descript {
	color: #fff;
}
.tarifa-card-btn a {
	border-radius: 4px;
	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;
	padding: 14px 16px;
}
.tarifa-card3:nth-child(1) .tarifa-card-btn a,
.tarifa-card3:nth-child(3) .tarifa-card-btn a {
	background: #00a9ff;
	color: #fff;
}
.tarifa-card3 .tarifa-card-btn a {
	display: inline-block;
}
.tarifa-card3:nth-child(2) .tarifa-card-btn a {
	background: #fff;
	color: #0b1218;
}
.tarif-card-list {
	flex-grow: 1;
	color: #0b1218;
	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;
}
.tarif-card-list p {
	font-weight: 700;
	margin-bottom: 16px;
}
.tarif-card-list ul {
	padding: 0;
	margin: 0;
}
.tarif-card-list li {
	margin-bottom: 16px;
	display: flex;
}
.tarif-card-list li>svg {
	margin-right: 5px;
	margin-top: 3px;
	min-width: 20px;
}
.baner {
	background: #42a5f5;
	text-align: left;
}
.baner-box {
	position: relative;
	overflow: hidden;
	padding: 90px 0;
}
.baner-img {
	position: absolute;
	bottom: 0px;
	right: 0;
	z-index: 3;
	transform: translate(0px, 40px);
	transition: all 0.6s linear;
}
.baner-img img {
	margin-bottom: -5px;
	max-width: 420px;
}
.baner-box:hover .baner-img {
	transform: translate(0px, 0px);
	transition: all 0.6s linear;
}
.baner-box:hover .baner-title span img {
	transform: scale(1.2);
	transition: all 0.6s linear;
}
.baner-title {
	font-style: normal;
	font-weight: 700;
	font-size: 96px;
	line-height: 116px;
	color: #ffffff;
	max-width: 780px;
}
.baner-title span img {
	margin-bottom: -18px;
	transition: all 0.6s linear;
}
.baner-text {
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 140%;
	margin: 40px 0;
	color: #ffffff;
	max-width: 649px;
}
.baner-btn a {
	display: inline-block;
	padding: 17px 30px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 0.672413px;
	color: #000000;
	background: #ffffff;
	border-radius: 5.51158px;
}
.pb-80 {
	padding-bottom: 80px;
}
.mob-hide {
	display: none;
}
.tooltip {
	position: relative;
	display: inline-block;
}
.tooltip__initiator {
	cursor: pointer;
	z-index: 5;
	position: relative;
}
.tarifa-card3 .tooltip svg {
	margin-bottom: -5px;
	margin-left: 2px;
	min-width: 13px;
	max-width: 13px;
}
.tooltip__item {
	position: absolute;
	min-width: 265px;
	padding: 9px 6px;
	visibility: hidden;
	opacity: 0;
	background: #fafafa;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
	border-radius: 11px;
	font-style: normal;
	font-weight: 400;
	font-size: 10.8353px;
	line-height: 12px;
	color: #000000;
	transition: all 0.25s cubic-bezier(0, 0, 0.2, 1);
	z-index: 4;
}
.tooltip__item.platnya {
	min-width: 175px;
}
.tooltip__item {
	bottom: calc(100% + 1em);
	left: 50%;
	transform: translate3d(-50%, 40px, 0);
}
.tooltip[data-direction="bottom"] .tooltip__initiator:hover~.tooltip__item.platnya {
	transform: translate3d(-70%, 0, 0);
	opacity: 1;
	visibility: visible;
}
.questions {
	padding: 100px 0;
	text-align: left;
}
.questions h4 {
	margin-bottom: 50px;
}
.questions .panel {
	max-width: 100%;
	padding-left: 60px;
	font-style: normal;
	max-height: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	color: #000000;
	visibility: hidden;
	transition: all 0.5s linear;
}
.accordion__conten.open .panel {
	max-height: 100vh;
	visibility: visible;
	transition: all 0.5s linear;
}
.panel a {
	color: #00a9ff;
	white-space: nowrap;
	text-decoration: underline;
}
.panel p {
	margin-top: 15px;
}
.questions-box {
	background: #f5f7f8;
	border-radius: 30px;
	padding: 50px 30px;
	text-align: left;
}
.accordion__conten {
	position: relative;
}
.accordiont {
	position: relative;
	padding: 16px 0px 18px 60px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	cursor: pointer;
}
.questions .accordiont::after {
	content: "";
	display: block;
	background: url("../img/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 27px;
	min-width: 27px;
	height: 22px;
	min-height: 22px;
	position: absolute;
	top: 26%;
	left: 0;
	transition: 0.2s;
}
.questions .accordiont:hover::after {
	background: url("../img/arrow2.svg");
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s linear;
}
.questions .accordiont:hover {
	color: #42a5f5;
	transition: all 0.3s linear;
}
.questions .accordion__conten.open .accordiont::after {
	background: url("../img/arrow2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
.questions .accordion__conten.open .accordiont {
	color: #42a5f5;
}
@media (max-width: 1285px) {
	h4 {
		font-size: 42px;
		line-height: 51px;
	}
}
h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 48.2226px;
	line-height: 58px;
	text-align: center;
	color: #000000;
	margin: 0px 0px 60px 0px;
	margin-bottom: 60px;
	z-index: 3;
}
.isc1 {
	justify-content: space-between;
}
.baner-img-tabl,
.baner-img-mob,
img.img-mob,
img.nout,
.mobile-img,
.slider__item img.mobile-img,
.laptop-img {
	display: none;
}
.i-six-card:hover {
	opacity: 0.8;
	transition: all 0.3s linear;
}
.r-hire-card__link:hover,
.tarifa-card3 .tarifa-card-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.tarif-bottom-link a:hover {
	opacity: 1;
	background: #6ad9ff;
}
.analytics-big-link a:hover,
.robot-link a:hover,
.baner-btn a:hover {
	background: #f4f4f4;
	box-shadow: 0px 0px 6px #ffffff;
	opacity: 1;
}
::selection {
	background: none;
}
.baner-title span img {
	max-width: 102px;
}
@media (max-width: 1449px) {
	.rt1 {
		left: 214px;
	}
	.rt2 {
		left: 270px;
	}
	.rt3 {
		left: 148px;
		bottom: 175px;
	}
	.isc1 .i-seven-card-img {
		max-width: 410px;
		margin: 70px auto auto;
	}
	.isc4 .i-seven-card-img {
		margin: 40px auto auto;
	}
	.isc3 .i-seven-card-img {
		margin: -82px 3px 0px;
	}
	.baner-text {
		max-width: 470px;
	}
	.baner-title {
		font-size: 64px;
		line-height: 120%;
		max-width: 661px;
	}
	.system-against-box img {
		max-width: 71px;
		min-height: 71px;
	}
	.start-working .container {
		max-width: 1185px;
	}
	.comfortably-card:first-child {
		padding: 7px 0 24px;
	}
	.comfortably-card:last-child {
		padding: 24px 8px 24px;
	}
	.comfortably-card:last-child .comfortably-card-title {
		padding: 0 16px;
	}
	.comfortably-card:first-child .comfortably-card-title {
		padding: 0 24px;
	}
	.nout-hide,
	.analytics-big-img img,
	.robot-img img,
	.rh6 img {
		display: none;
	}
	img.nout,
	.analytics-big-img img.nout,
	.robot-img img.nout,
	.rh6 img.nout {
		display: block;
	}
	.r-hire-card__right {
		width: 45%;
		margin-left: 20px;
		padding-right: 30px;
	}
	.r-hire-card__left {
		width: 55%;
	}
	.rh3 {
		padding: 36px 0px 18px;
	}
	.rh2 {
		padding: 36px 16px 0;
	}
	.rh1 .r-hire-card__title {
		padding: 0 36px;
	}
	.rh1 {
		padding: 35px 0px 0;
	}
	.i-six-slider__box {
		max-width: 1066px;
	}
	.i-six-card {
		padding: 0px 25px 20px;
	}
	.i-six-card-text {
		font-size: 28px;
	}
}
@media (max-width: 1449px) {
	.r-hire-card__title {
		font-size: 20px;
	}
	.system-against-right {
		padding: 29px 28px 84px 0px;
		width: 17%;
	}
	.i-two-title {
		max-width: 662px;
	}
	.system-against-left img.sal1 {
		max-width: 100px;
		min-height: 100px;
	}
	.system-against-left img.sal2 {
		max-width: 76px;
		min-height: 76px;
	}
	.system-against-left img.sal3 {
		max-width: 67px;
		min-height: 67px;
	}
	.system-against-right img.sar2 {
		max-width: 96px;
		min-height: 96px;
	}
	.system-against-right img.sar3 {
		max-width: 77px;
		min-height: 77px;
	}
	.system-against-left {
		padding: 49px 0 26px 27px;
		width: 17%;
	}
	.analytics-card {
		padding: 24px 20px 24px 24px;
	}
	.i-two-baner__img {
		width: 57%;
		margin: 20px 13px 20px 0px;
	}
	.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;
	}
	.unified-database-text,
	.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;
	}
}
@media (max-width: 1380px) {
	.robot-text {
		font-size: 18px;
	}
}
@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;
	}
	.ift {
		max-width: 784px;
	}
	.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) {
	.baner-title span img {
		max-width: 72px;
	}
	.analytics-big-card {
		align-items: unset;
	}
	.robot-text {
		font-size: 16px;
	}
	.robot-link {
		margin-top: 40px;
	}
	.robot-box {
		position: relative;
	}
	.robot-box::after,
	.robot-box::before {
		content: '';
		position: absolute;
	}
	.robot-box::after {
		background: url('../img/robot-box1.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 207px;
		height: 100%;
		left: 0;
		top: 2px;
	}
	.robot-box::before {
		background: url('../img/robot-box2.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 185px;
		height: 489px;
		right: 0;
		bottom: 52px;
	}
	.robot-text {
		padding: 16px;
		position: unset;
		margin-bottom: 24px;
	}
	.rt1 {
		margin-left: 142px;
		margin-right: 140px;
		margin-top: 75px;
	}
	.rt2 {
		margin-left: 55px;
		margin-right: 55px;
	}
	.rt3 {
		margin-left: 65px;
		margin-right: 70px;
	}
	.questions h4 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 34px;
	}
	.tarifa h4 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	.analytics-card-icon {
		margin-bottom: 20px;
	}
	.analytics-card {
		padding: 16px;
	}
	.i-two-block {
		padding-top: 24px;
	}
	.r-six {
		padding-top: 0;
	}
	.rh5 {
		padding: 32px 16px 0;
	}
	.rh4 {
		padding: 32px 1px 0;
	}
	.rh6 .r-hire-card__img {
		padding: 21px 0 12px;
	}
	.r-hire-card__title {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: -0.04px;
	}
	/* .robot-img {
		margin-top: -75px;
		margin-bottom: -65px;
	} */
	.robot-box {
		/* background: url("../img/sever1-1.png");
		background-size: cover; */
		padding: 48px 0;
	}
	.unified-database .i-two-blocks__top .i-two-block__top-img {
		max-width: 303px;
	}
	.analytics .i-two-title {
		max-width: 476px;
	}
	.analytics-big-img {
		width: 47%;
	}
	.analytics-big-content {
		width: 57%;
		padding: 60px 36px;
	}
	.tarifa-text {
		margin-bottom: 36px;
		max-width: 655px;
	}
	.system-against-left img.sal1 {
		margin-left: 0;
	}
	.system-against-left img.sal2 {
		margin-top: 100px;
	}
	.system-against-right img.sar2 {
		margin-bottom: 150px;
	}
	.system-against-right img.sar3 {
		margin-top: -27px;
		margin-left: auto;
	}
	.system-against-box {
		padding: 72px 20px;
	}
	.i-two-title {
		max-width: 556px;
	}
	.comfortably-card-title {
		font-weight: 500;
	}
	.comfortably-card:last-child {
		padding: 15px 8px 15px;
	}
	.comfortably-card:first-child .comfortably-card-title {
		padding: 0 16px;
	}
	.bg3 .i-six-card-text,
	.comfortably-card-title {
		font-size: 18px;
	}
	.system-against-right {
		padding: 4px 6px 26px 0px;
		width: 30%;
	}
	.system-against-left {
		padding: 16px 0 24px 13px;
		width: 30%;
	}
	.pb-80 {
		padding-bottom: 60px;
	}
	.tarifa-card-price {
		font-size: 24px;
	}
	.tarifa-card3 {
		padding: 65px 16px 28px;
	}
	.tarif-card-list {
		font-size: 12px;
	}
	.tarifa-text,
	.tarifa-card-top {
		font-size: 16px;
	}
	.baner-box {
		padding: 77px 0;
	}
	.baner-text {
		font-size: 20px;
	}
	.baner-title span img {
		max-width: 72px;
	}
	.baner-img img {
		max-width: 288px;
	}
	.baner-title {
		font-size: 48px;
		font-weight: 600;
		max-width: 460px;
	}
	.i-first-btn a {
		font-size: 14px;
		line-height: 12px;
	}
	.system-against,
	.i-form {
		padding-top: 72px;
	}
	.rh6 img.nout,
	.robot-img img.nout,
	.unified-database .i-two-blocks__top .i-two-block__top-img img,
	.analytics-big-img img.nout,
	.baner-img img,
	.i-two-baner__img img {
		display: none;
	}
	.rh6 img.laptop-img,
	.robot-img img.laptop-img,
	.unified-database .i-two-blocks__top .i-two-block__top-img img.laptop-img,
	.analytics-big-img img.laptop-img,
	.baner-img img.baner-img-tabl,
	.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__img {
		width: 62%;
		margin: 10px 15px -5px -3px;
	}
	.i-two-baner__right {
		padding: 58px 0px 53px 24px;
	}
	.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: 425px;
	}
	.isc1 .i-seven-card-img {
		margin: 36px auto auto;
	}
	.isc3 .i-seven-card-img {
		margin: -10px 14px 0px;
	}
	.isc2 .i-seven-card-img {
		max-width: 277px;
	}
	.i-two-box {
		margin-top: 72px;
	}
	.i-two-blocks__top {
		padding: 24px 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: 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;
	}
	.robot {
		padding-top: 72px;
	}
	.r-hire,
	.unified-database,
	.analytics,
	.comfortably,
	.tarifa,
	.i-eight,
	.i-seven,
	.i-six,
	.i-five,
	.i-three,
	.i-two {
		padding: 72px 0;
	}
	.slider {
		padding: 0;
	}
	.i-first {
		padding-top: 110px;
	}
}
@media (max-width: 790px) {
	.robot-text {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.baner-title span img {
		max-width: 58px;
	}
	.rt1 {
		margin-top: 0;
	}
	.robot-box::after,
	.robot-box::before {
		display: none;
	}
	.robot-link {
		margin-top: 25px;
	}
	.robot-img {
		margin-bottom: -24px;
	}
	.robot-text {
		position: unset;
		font-size: 14px;
		letter-spacing: -0.006px;
		width: calc(100% - 30px);
		margin-left: 15px;
		border-radius: 24px;
		align-items: flex-start;
		padding: 16px 14px 16px 15px;
		margin-bottom: 20px;
	}
	.robot-text svg {
		display: none;
		margin-right: 12px;
	}
	.robot-text svg.mob-svg {
		display: block;
		min-width: 48px;
		min-height: 48px;
	}
	.robot-img img {
		width: 100%;
	}
	.start-working .i-two-title {
		padding: 0 5px;
	}
	.container-slider {
		margin: 26px auto 0;
	}
	.rh2 {
		padding: 24px 16px 0;
	}
	.rh5 {
		padding: 24px 16px 0;
	}
	.rh4 {
		padding: 24px 1px 0;
	}
	.rh3 {
		padding: 24px 0px 10px;
	}
	.rh3 .r-hire-card__title {
		padding: 0 15px;
	}
	.robot {
		padding-top: 64px;
	}
	.system-against-box .mobile-img,
	.analytics-img img {
		width: 100%;
	}
	.analytics-img {
		margin: 32px 0;
	}
	.analytics {
		border-radius: 24px;
		padding: 36px 0 55px;
	}
	.tarif-bottom-link a,
	.unified-database-link a {
		padding: 11.5px 15px;
		font-size: 14px;
	}
	.baner-text {
		margin: 24px 0 32px;
		max-width: unset;
	}
	.baner-title span img {
		max-width: 60px;
	}
	.baner-title {
		font-size: 32px;
		max-width: 290px;
	}
	.baner-box {
		padding: 48px 0 0;
	}
	.baner-img {
		position: unset;
		margin-top: 30px;
		transform: translate(0px, 0px);
	}
	.rh6 .r-hire-card__img {
		padding-bottom: 0;
	}
	.r-hire-card__right {
		padding: 25px 16px 0;
		margin-left: 0;
	}
	.r-hire-card__right,
	.r-hire-card__left {
		width: 100%;
	}
	.r-hire-card__flex {
		flex-direction: column-reverse;
	}
	.rh1 .r-hire-card__title {
		padding: 0 16px;
		margin-bottom: 32px;
	}
	.rh1 {
		padding: 24px 0px 0;
	}
	.pb-80 {
		padding-bottom: 40px;
	}
	.tarif-list {
		grid-template-columns: 1fr;
		grid-gap: 75px;
	}
	.comfortably-grid,
	.r-hire-flex {
		grid-template-columns: 1fr;
	}
	.r-hire {
		padding: 36px 0;
	}
	.i-eight-card-icon {
		margin-top: -8px;
		margin-right: -8px;
	}
	.i-eight-card-icon svg {
		max-width: 64px;
		max-height: 64px;
	}
	.i-six-slider__box {
		margin: 15px auto 0;
	}
	.slider .slider__item {
		padding-bottom: 40px;
		padding-right: 0;
	}
	.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;
	}
	.i-first-slid-bottom svg {
		width: 16px;
	}
	.i-first {
		padding: 48px 0 54px;
	}
	.i-two-block {
		padding-top: 24px;
	}
	.i-two-blocks__top {
		padding: 24px 16px;
	}
	.unified-database-text {
		font-weight: 500;
	}
	.i-two {
		padding: 36px 0;
		border-radius: 36px;
	}
	.system-against .container,
	.i-form .container,
	.i-three .container,
	.i-two .container {
		padding: 0;
	}
	.analytics-big-img,
	.start-working-img img,
	.analytics-big-img img {
		width: 100%;
	}
	.analytics-big-content {
		width: 100%;
		padding: 48px 24px 30px;
	}
	.analytics-big-card {
		margin-top: 32px;
		flex-direction: column;
	}
	.analytics-card-icon {
		max-width: 64px;
		margin-bottom: 16px;
	}
	.analytics-card {
		padding: 16px 13px 16px 16px;
	}
	.i-two-title {
		font-size: 24px;
	}
	.i-product-list {
		padding: 36px 15px;
		grid-template-columns: 1fr;
	}
	.i-product-card__title {
		margin: 24px 0 8px;
		font-size: 20px;
	}
	.analytics-grid,
	.i-two-grid {
		grid-template-columns: 1fr;
	}
	.robot-box {
		background: url("../img/sever1-2.png");
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.i-three-text {
		padding: 0 15px;
	}
	.rh1 .r-hire-card__img {
		padding: 0 6px 10px;
	}
	.rh2 .r-hire-card__img {
		padding: 19px 6px 0px;
	}
	.rh3 .r-hire-card__img {
		padding: 14px 2px 7px;
	}
	.rh4 .r-hire-card__img {
		padding: 15px 0px 15px;
	}
	.rh5 .r-hire-card__img {
		padding: 4px 20px 0px;
	}
	.robot-box {
		padding: 32px 0;
	}
	.robot-img {
		margin-top: -32px;
	}
	.robot .i-two-title {
		padding: 0px 25px;
		max-width: 384px;
	}
	.itb2 .i-two-img,
	.itb1 .i-two-img {
		padding: 0 11px;
	}
	.comfortably-card-img {
		padding: 0 40px;
		display: flex;
		justify-content: center;
	}
	.comfortably-card:first-child .comfortably-card-title {
		padding-top: 15px;
	}
	.comfortably-card:nth-child(2) {
		padding-top: 15px;
	}
	.comfortably-card:last-child .comfortably-card-img {
		padding: 0 30px;
	}
	.r-hire {
		border-radius: 24px;
	}
	.start-working {
		padding-top: 48px;
	}
	.robot .container,
	.start-working .container {
		padding: 0;
	}
	.start-working-img {
		margin-top: 50px;
		padding-left: 15px;
	}
	.tarifa-text {
		padding: 0 15px;
	}
	.system-against-box {
		padding: 40px 0 15px;
	}
	.system-against .tarifa-text {
		margin: 16px auto 36px;
	}
	.system-against-box img {
		max-width: 100%;
		padding: 12px 25px 0;
	}
	.baner-img img {
		max-width: 100%;
		padding: 0 13px;
	}
	.isc1 .i-seven-card-img {
		margin: 55px auto 20px;
		padding: 0 5px;
	}
	.isc4 .i-seven-card-img {
		margin: 35px auto auto;
		padding: 0 9px;
	}
	.isc3 .i-seven-card-img {
		margin: -20px auto 0px;
		padding: 0 10px;
	}
	.isc2 .i-seven-card-img {
		max-width: 84%;
		margin: -8px auto 35px auto;
	}
	.i-seven-list {
		margin-top: 24px;
	}
	.analytics-big-img img.laptop-img,
	.analytics-card-icon img,
	.i-seven-card-img img,
	.baner-img img.baner-img-tabl,
	.system-against-right,
	.system-against-left,
	.start-working-img img,
	.comfortably-card-img img,
	.analytics-img img,
	.itb1 .i-two-img img,
	.itb2 .i-two-img img,
	.robot-img img.laptop-img,
	.rh6 img.laptop-img,
	.r-hire-card__img img,
	.slider .slider__item img,
	.i-three-img img,
	.i-two-block__top-img img {
		display: none;
	}
	.analytics-big-img img.img-mob,
	.analytics-card-icon img.mobile-img,
	.i-seven-card-img img.mobile-img,
	.baner-img img.baner-img-mob,
	.system-against-box img.mobile-img,
	.start-working-img img.mobile-img,
	.comfortably-card-img img.mobile-img,
	.analytics-img img.mobile-img,
	.itb1 .i-two-img img.mobile-img,
	.itb2 .i-two-img img.mobile-img,
	.robot-img img.mobile-img,
	.r-hire-card__img img.mobile-img,
	.slider .slider__item img.mobile-img,
	.i-three-img 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;
	}
	.i-two-baner__right {
		width: 100%;
		padding: 24px 16px 24px;
	}
	.i-two-baner__img {
		width: 100%;
		margin: 0px 0px -3px -3px;
		padding-bottom: 10px;
	}
	.unified-database .i-two-blocks__top .i-two-block__top-img {
		max-width: 249px;
	}
	.robot-link {
		padding: 0;
	}
	.unified-database .i-two-blocks__top {
		min-height: 160px;
	}
	.i-two-text {
		padding: 0 20px;
	}
	.itb2 .i-two-text {
		margin-bottom: 24px;
	}
	.i-five-mintext {
		max-width: 225px;
		margin-left: auto;
	}
	.i-two-mintext {
		max-width: 225px;
		padding: 0 15px;
		margin-left: auto;
	}
	.questions h4 {
		margin-bottom: 18px;
		font-size: 28px;
		line-height: 34px;
	}
	.i-three-title {
		font-size: 32px;
		padding: 0 15px;
	}
	.questions .container {
		padding: 0;
	}
	.questions-box {
		padding: 45px 15px;
		border-radius: 16px;
	}
	.questions .panel {
		font-size: 16px;
		line-height: 19px;
		padding-left: 43px;
		margin: 0;
		max-width: unset;
	}
	.questions .accordiont {
		font-size: 16px;
		line-height: 19px;
		padding: 13px 0px 13px 40px;
	}
	.questions .accordiont::after {
		width: 22px;
		min-width: 22px;
		height: 24px;
		min-height: 24px;
	}
	.r-hire {
		padding: 36px 0 64px;
	}
	.questions,
	.unified-database,
	.comfortably,
	.tarifa,
	.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;
	}
	.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;
	}
	.bg3 .i-six-card-text {
		font-size: 18px;
	}
	.i-six-card {
		padding: 0px 16px 16px;
	}
	.i-eight-card-content {
		margin-right: 10px;
	}
	.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: 420px) {
	.robot-img {
		margin-top: -39px;
		margin-bottom: -20px;
	}
	.rt1 {
		left: 15px;
		top: 196px;
	}
	.rt2 {
		left: 15px;
		top: 310px;
	}
	.rt3 {
		bottom: unset;
		top: 442px;
		left: 15px;
	}
}
@media (max-width: 390px) {
	.robot-text {
		font-size: 13px;
	}
	.robot-img {
		margin-bottom: -19px;
	}
}