.my-wrap {
	text-align: left;
}
.i-first {
	padding: 146px 0 0px;
}
.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: 1100px;
	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: #8455f8;
	padding: 20px;
	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;
}
.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;
}
.potok-who {
	padding-top: 100px;
}
.potok-who-title {
	color: #0b1218;
	text-align: center;
	font-size: 48px;
	line-height: 120%;
	font-weight: 600;
	position: relative;
	margin-bottom: 50px;
}
.potok-who-list {
	display: flex;
	flex-direction: row;
	gap: 40px;
	align-items: flex-start;
	justify-content: center;
	align-self: stretch;
	flex-shrink: 0;
	position: relative;
}
.potok-who-card__top {
	display: flex;
	justify-content: center;
}
.potok-who-card__img {
	position: relative;
	padding: 34px;
}
.potok-who-tech {
	color: #47585b;
	text-align: center;
	font-size: 20px;
	line-height: 140%;
	font-weight: 400;
	margin-top: 8px;
	max-width: 351px;
}
.potok-who-ellipse {
	background: #ede5fe;
	border-radius: 50%;
	opacity: 0.5;
	width: 125px;
	height: 125px;
	position: absolute;
	left: -2px;
	top: 0px;
}
.potok-who-card img {
	border-radius: 0px;
	position: relative;
	z-index: 2;
	overflow: visible;
}
.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;
}
.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;
	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 0px 60px;
}
@media (max-width: 767px) {
	.slider {
		/* padding: 0px 40px; */
		padding: 0;
	}
}
.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: 30px 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;
}
.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;
}
.i-form .btn {
	background: #ffc700;
	color: #0b1218;
	border-color: #ffc700;
	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;
}
.popup_form_0823 .form_0823.page-form-box .wpcf7-form-control.wpcf7-submit,
.i-form .form_0823.page-form-box .wpcf7-form-control.wpcf7-submit {
	background: #ffc700;
	border-color: #ffc700;
	color: #0b1218;
}
.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;
	text-align: left;
}
.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-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 {
	opacity: 0.7;
	/* 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: 100px 0 0;
	overflow: hidden;
}
.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;
}
.robot-box {
	background: url("../img/sever.jpg");
	background-size: 100%;
	border-radius: 16px;
	padding: 64px 0;
	overflow: hidden;
}
.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.8);
	top: 212px;
	left: 328px;
}
.rt2 {
	background: rgba(96, 30, 243, 0.8);
	top: 346px;
	left: 378px;
}
.rt3 {
	background: rgba(51, 92, 233, 0.8);
	bottom: 159px;
	left: 239px;
}
.robot-link {
	padding: 0 64px;
	display: flex;
	justify-content: center;
	margin-top: -56px;
}
.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;
}
.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: 1174px;
	margin: 0px auto 50px;
	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;
}
.tarif-list {
	display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 24px;
    margin: 0 165px;
}
.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: -47px;
	left: 35px;
	margin: 0 30px;
	width: calc(100% - 60px);
	max-width: unset;
	left: 0;
	border-radius: 30px;
	background: #fff;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.06);
	color: #0b1218;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	padding: 27px 14px;
	height: 94px;
	/* 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;
}
.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;
}
.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;
}
.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: 30%;
}
.system-against-left img:nth-child(1) {
	margin-left: 38px;
}
.system-against-left img:nth-child(3) {
	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: 30%;
}
.system-against-right img:nth-child(1) {
	margin-left: 29px;
}
.system-against-right img:nth-child(2) {
	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(2) .tarifa-card-btn a {
	background: #ffc700;
	color: #0b1218;
}
.tarifa-card3 .tarifa-card-btn a {
	display: inline-block;
}
.tarifa-card3:nth-child(3) .tarifa-card-btn a {
	background: #0b1218;
	color: #fff;
}
.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;
}
.tarif-card-list li a {
	display: inline-flex;
	align-items: center;
	color: #601ef3;
}
.tarif-card-list li b {
	font-weight: 700;
}
.tarifa-card3:nth-child(2) li a {
	color: #a886fb;
}
.tarif-card-list li a svg {
	margin-left: 8px;
}
.baner {
	background: #42a5f5;
}
.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;
}
.questions h4 {
	margin-bottom: 50px;
}
.questions .panel {
	max-width: 70%;
	padding-left: 60px;
	font-style: normal;
	max-height: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	visibility: hidden;
}
.accordion__conten.open .panel {
	max-height: 100vh;
	visibility: visible;
	transition: all 0.5s linear;
}
.panel a {
	color: #00a9ff;
	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("../image/arrows2.svg");
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s linear;
}
.questions .accordiont:hover {
	color: #6203ff;
	transition: all 0.3s linear;
}
.questions .accordion__conten.open .accordiont::after {
	background: url("../image/arrows2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
.questions .accordion__conten.open .accordiont {
	color: #6203ff;
}
.r-trusted-small {
	display: flex;
	justify-content: center;
	color: #47585b;
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
	margin-top: 60px;
}
.r-trusted-small a {
	color: #1976d2;
}
.r-trusted-small span:first-child {
	margin-right: 24px;
}
.platform {
	/* padding: 80px 0; */
	margin: 100px 0;
}
.platform-box {
	position: relative;
}
.star1 {
	position: absolute;
	bottom: 53px;
	left: 60px;
}
.star2 {
	position: absolute;
	top: 29px;
	right: 50px;
}
.star1 img {
	transform: scale(0.9);
	animation: pulse 3s ease-in-out infinite;
}
.star2 img {
	transform: scale(0.9);
	animation: pulse 2.5s ease-in-out infinite;
}
.platform-title {
	color: #0b1218;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	max-width: 1046px;
	margin: 0 auto 20px;
}
.platform-text {
	color: #212121;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	max-width: 1014px;
	margin: 0 auto 36px;
}
.platform .box-tabs .slick-arrow {
}
.platform .box-tabs .slick-arrow.slick-prev {
	background: url("../image/sl-arrow_l2.svg") 0 0 / 100% no-repeat;
}
.platform .box-tabs .slick-arrow.slick-next {
	background: url("../image/sl-arrow_r2.svg") 0 0 / 100% no-repeat;
}
.slider-dots {
	display: flex;
	width: 100%;
}
.slider-dots__item {
	cursor: pointer;
	position: relative;
	padding: 23px 30px 20px 50px;
	flex-grow: 1;
	width: 100%;
}
.slider-dots__item:first-child {
	padding: 23px 40px 20px 20px;
}
.slider-dots__item span {
	color: #fff;
	font-size: 19px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.038px;
	position: relative;
	z-index: 2;
}
.slider-dots__item p {
	color: #fff;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.032px;
	margin-top: 9px;
	max-width: 265px;
	position: relative;
	z-index: 2;
}
.slider-dots__item svg {
	position: absolute;
	top: 0;
	left: 0;
	fill: #a0b0b8;
	width: 100%;
	height: 100%;
}
.slider-dots__item.active svg {
	fill: #601ef3;
}
.box-tabs .slick-dots {
	display: flex;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	border-radius: 8px;
	background: rgba(245, 247, 248, 0.15);
	width: max-content;
}
.wrap-slider-dots {
	max-width: 1260px;
	margin: 0 auto;
	padding: 0 42px;
}
.wrap-slider-dots,
.slick-slider-dots {
	width: 100%;
	display: flex;
	justify-content: center;
}
.box-tabs .slick-dots li {
	position: relative;
	display: inline-block;
	white-space: nowrap;
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
}
.box-tabs .slick-dots li button {
	display: block;
	width: 100%;
	border: 0;
	text-align: center;
	/* outline: none; */
	position: relative;
	color: #47585b;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.5px;
	border-radius: 4px;
	padding: 12px 16px;
	background: #fff;
	cursor: pointer;
}
.box-tabs .slick-dots li.slick-active button {
	color: #fff;
	background: #8455f8;
}
.box-tabs .slick-arrow {
	position: absolute;
	bottom: 0;
	border: none;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.box-tabs .slick-arrow.slick-prev {
	left: calc(50% - 44px);
	background: url("../img/sl-arrow_l.svg") 0 0 / 100% no-repeat;
}
.box-tabs .slick-arrow.slick-next {
	right: calc(50% - 44px);
	background: url("../img/sl-arrow_r.svg") 0 0 / 100% no-repeat;
}
.box-tabs .slick-arrow.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
	cursor: default;
}
.platform {
	overflow: hidden;
}
.platform .slick-list {
	overflow: unset;
}
.slider-item {
	position: relative;
}
.slider-item:nth-child(1)::before,
.slider-item:nth-child(2)::before {
	content: "";
	display: block;
	background: url("../image/slid-before.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 188px;
	height: 33px;
	position: absolute;
	z-index: 2;
}
.slider-item:nth-child(1)::before {
	top: calc(50% - 16.5px);
	/* right: -80px; */
	right: 8px;
}
.slider-item:nth-child(2)::before {
	bottom: 32%;
	right: -60px;
}
.slider-item:nth-child(1) {
	margin-right: -95px;
}
.slider-item:nth-child(3) {
	margin-left: -45px;
}
.slider-item:nth-child(2) {
	margin-top: -4px;
	margin-right: -95px;
	margin-left: -20px;
}
.slider-item:nth-child(2),
.slider-item:nth-child(3) {
	/* margin-left: -30px; */
	/* margin-left: -100px; */
}
@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,
.slick-slide img.mobile-img,
.laptop,
.slick-slide img.laptop,
.mob,
.slider__item img.mobile-img,
.laptop-img {
	display: none;
}
.i-six-card:hover {
	opacity: 0.8;
	transition: all 0.3s linear;
}
.r-trusted-small a:hover,
.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;
}

/* new css start  */
.i-first__btn {
	display: flex;
	justify-content: center;
}
.i-first__btn a {
	display: inline-block;
	border-radius: 4px;
	background: #ffc700;
	color: #0b1218;
	padding: 20px;
	text-align: center;
	font-family: "Inter";
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.4px;
}
.i-first-title span.violet {
	color: #6203ff;
}
.bgn1 {
	background: #601ef3;
}
.bgn2 {
	background: #ede5fe;
}
.bgn3 {
	background: #f5f7f8;
}
.bgn4 {
	background: #fff;
}
/*.slider2 .slider__item:nth-child(9) .i-six-card-text {
	font-size: 20px;
	margin-bottom: 20px;
}*/
.slider2 .slider__item:nth-child(9) .i-six-card-text::after,
.slider2 .slider__item:nth-child(9) .i-six-card-text::before {
	content: "";
	position: absolute;
	width: 56px;
	height: 40px;
}
.slider2 .slider__item:nth-child(9) .i-six-card-text::before {
	right: -12px;
	bottom: -18px;
	background: url("../img/waveform2.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.slider2 .slider__item:nth-child(8) .i-six-card-text::after {
	left: -12px;
	top: 10px;
	background: url("../img/waveform.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.issb .i-six-card-text {
	font-size: 30px;
}
.bgn1 .i-six-card-text {
	color: #fff;
}
.issb .slider2 .slider__item img {
	width: revert-layer;
}
.i-two-title {
	max-width: 925px;
}
.rhc1 {
	background: #ede5fe;
	padding: 35px 0 21px;
}
.rhc__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.0001em;
	text-align: left;
	color: #0b1218;
	width: 100%;
	margin-bottom: 12px;
}
.rhc__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.002em;
	text-align: left;
	color: #47585b;
}
.rhc3 .rhc__title,
.rhc3 .rhc__text,
.rhc1 .rhc__title,
.rhc1 .rhc__text {
	padding: 0 36px;
}
.rhc1 .rhc__text {
	margin-bottom: 37px;
}
.rhc3 {
	background: #fff;
	padding: 36px 0px 40px;
}
.rhc2 {
	background: #fff;
	padding: 36px 36px 12px;
}
.rhci3 {
	margin-top: -40px;
}
.r-hire__flex {
	display: flex;
}
.r-hire__left {
	width: 33%;
	margin-right: 24px;
}
.rhc4 {
	padding: 36px 0 0 36px;
	background: #fff;
}
.rhc4 .rhc__text {
	padding-right: 36px;
}
.rhc4 .rhc__title {
	padding-right: 33px;
}
.rhc4 .r-hire-card__img {
	margin-top: -30px;
	max-width: 200px;
	margin-left: auto;
}
.r-hire__right {
	width: 65%;
}
.rhc5 {
	padding: 36px 36px 13px;
	background: #fff;
}
.rhc5 .r-hire-card__img {
	max-width: 680px;
	margin: 0 auto;
}
.r-hire__btn {
	display: flex;
	justify-content: center;
	margin-top: 36px;
}
.r-hire__btn a {
	padding: 20px;
	display: inline-block;
	border-radius: 4px;
	font-family: "Roboto";
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-align: center;
}
.r-hire__btn a:first-child {
	margin-right: 40px;
	background: #ffc700;
	color: #0b1218;
}
.r-hire__btn a:last-child {
	color: #0b1218;
	background: #fff;
}
.itb_1 {
	background: #02123a;
}
.itb_1 {
	padding: 39px;
}
.itb_1 .itb__flex {
	margin-bottom: 85px;
	justify-content: space-between;
}
.itb_1 .i-two__text {
	color: #f5f7f8;
}
.itb_1 .i-two__title {
	color: #fff;
}
.itb__flex {
	display: flex;
}
.itb__left {
	max-width: 320px;
}
.i-two__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.0001em;
	text-align: left;
	margin-bottom: 16px;
}
.i-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.002em;
	text-align: left;
	color: #47585b;
}
.i-two__btn {
	margin-top: 20px;
}
.i-two__btn a {
	padding: 20px;
	border-radius: 4px;
	background: #ffc700;
	color: #0b1218;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-align: center;
	display: inline-block;
}
.i-two__img {
	display: flex;
}
.itb__right {
	max-width: 124px;
}
.itb__qr-code {
	margin-bottom: 18px;
}
.itb__right-bottom {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.itb__right-bottom span {
	font-family: "Roboto";
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	letter-spacing: 0.3238334357738495px;
	text-align: center;
	color: #b099f4;
	max-width: 104px;
	display: inline-block;
}
.itb__right-img {
	margin-bottom: 6px;
}
.itb_1 .i-two__text {
	font-weight: 500;
}
.itb_2 {
	padding-top: 40px;
	text-align: center;
	margin-bottom: 24px;
}
.itb_3 .i-two__title,
.itb_3 .i-two__text,
.itb_2 .i-two__title,
.itb_2 .i-two__text {
	padding: 0 36px;
	text-align: center;
}
.itb_2 .i-two__text {
	margin-bottom: 20px;
}
.itb_3 {
	padding-top: 40px;
}
.itb_3 .i-two__text {
	margin-bottom: 25px;
}
.wrapper.gap__none {
	gap: unset;
}
.robot-two-text {
	color: #f5f7f8;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
	max-width: 680px;
	margin: 20px auto 44px;
}
#slider {
	padding-top: 23px;
	padding-bottom: 65px;
}
#slider .slide img {
	width: 100%;
}
#box-tabs .slick-dots {
	display: flex;
	list-style: none;
	padding: 10px 0;
	margin: 0;
	text-align: center;
	border-radius: 8px;
	background: rgba(245, 247, 248, 0.15);
	width: max-content;
}
.slick-slider-dots {
	width: 100%;
	display: flex;
	justify-content: center;
	/* position: absolute;
	left: 50%;
	top: 0px; */
}
#box-tabs .slick-dots li {
	position: relative;
	display: inline-block;
	/* text-indent: -9999px; */
	white-space: nowrap;
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
}
#box-tabs .slick-dots li button {
	display: block;
	width: 100%;
	border: 0;
	text-align: center;
	/* outline: none; */
	position: relative;
	color: #47585b;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.5px;
	border-radius: 4px;
	padding: 12px 16px;
	background: #fff;
	cursor: pointer;
}
#box-tabs .slick-dots li.slick-active button {
	color: #fff;
	background: #8455f8;
}
#slider .slick-arrow {
	position: absolute;
	bottom: 0;
	border: none;
	margin: 0px 0px 0px 0px;
	z-index: 10;
	font-size: 0;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
#slider .slick-arrow.slick-prev {
	left: calc(50% - 44px);
	background: url("../img/sl-arrow_l.svg") 0 0 / 100% no-repeat;
}
#slider .slick-arrow.slick-next {
	right: calc(50% - 44px);
	background: url("../img/sl-arrow_r.svg") 0 0 / 100% no-repeat;
}
#slider .slick-arrow.slick-disabled {
	opacity: 0.6;
	pointer-events: none;
	cursor: default;
}
#box-tabs {
	padding: 0 38px;
}
.slider-wrap {
	position: relative;
}
.robot__btn {
	margin-top: 44px;
	display: flex;
	justify-content: center;
}
.slider.slick-initialized .slick-slide {
	flex-direction: column;
}
.platform-btn a,
.robot__btn a {
	border-radius: 4px;
	padding: 20px;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.5px;
}
.r-six .i-six-card-text {
	font-style: medium;
}
.platform-btn {
	/* position: absolute;
	bottom: 72px;
	left: 0; */
	display: flex;
	justify-content: center;
	width: 100%;
	/* left: 50%;
	transform: translateX(-50%); */
	white-space: nowrap;
}
.slider-item:nth-child(1) .platform-btn {
	margin-right: 49px;
}
.slider-item:nth-child(2) .platform-btn {
	margin-right: 29px;
}
.platform-btn a {
	background: #ffc700;
	color: #0b1218;
}
.robot__btn a:first-child {
	background: #ffc700;
	color: #0b1218;
	margin-right: 40px;
}
.robot__btn a:last-child {
	color: #0b1218;
	background: #fff;
}
.magic {
	margin: 100px 0;
	height: 2600px;
	position: relative;
}
.magic-scrol {
	position: sticky;
	top: 70px;
}
.magic .i-two-title {
	max-width: 710px;
	margin-bottom: 20px;
}
.magic-img-box {
	position: relative;
	max-width: 866px;
	margin: 0 auto;
}
.magic-img-box::before {
	content: "";
	display: block;
	width: 712px;
	height: 42px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
	position: absolute;
	right: 42px;
	bottom: 26px;
	opacity: 0;
	z-index: 2;
}
.magic-img__slid-active,
.magic-img__slid {
	position: absolute;
	top: 254px;
	right: 86px;
	max-width: 620px;
	transition: all 0.7s linear;
}
.magic-img__switches-active,
.magic-img__switches {
	position: absolute;
	top: 231px;
	right: 86px;
	transition: all 0.7s linear;
}
.magic-img__slid-active,
.magic-img__switches-active {
	opacity: 0;
	transition: all 0.7s linear;
}
.active .magic-img-box::before {
	opacity: 1;
}
.active .magic-img__switches-active,
.active .magic-img__slid-active {
	opacity: 1;
	transition: all 0.7s linear;
}
.active .magic-img__slid,
.active .magic-img__switches {
	opacity: 0;
	transition: all 0.7s linear;
}
.new-analytics .tarifa-text {
	margin-top: 20px;
	margin-bottom: 0px;
}
.expert {
	padding-top: 100px;
}

.expert-wrap {
	position: relative;
}
.expert-box {
	display: flex;
	padding: 47px 63px 37px 66px;
	border-radius: 30px;
	background: #11023a;
}
.expert-left {
	margin-right: 60px;
}
.expert-title {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.003px;
	margin-bottom: 20px;
}
.expert-text {
	color: #f5f7f8;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
	margin-bottom: 32px;
}
.expert-btn a {
	display: inline-block;
	padding: 14px 16px;
	border-radius: 4px;
	background: #fff;
	color: #0b1218;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.4px;
}
.expert-right {
	min-width: 271px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.expert-right-img {
	max-width: 271px;
	margin-bottom: 39px;
}
.expert-person {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.expert-face {
	max-width: 109px;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 17px;
}
.expert-name {
	color: #f5f7f8;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.032px;
}
.expert-link a {
	color: #a886fb;
	text-align: center;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.032px;
}
.expert-quote {
	position: relative;
	border-radius: 40px;
	background: #601ef3;
	padding: 63px 59px 75px 62px;
	color: #f5f7f8;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.036px;
	max-width: 864px;
	margin: -202px auto 0 66px;
}
.expert-quote::before {
	content: "";
	display: block;
	width: 40px;
	height: 40px;
	background: #601ef3;
	transform: rotate(-45deg);
	position: absolute;
	top: 65px;
	right: -20px;
}
.expert-quote p:first-child {
	margin-bottom: 25px;
}
.expert-quote-img {
	position: absolute;
	top: 51px;
	left: 32px;
}
.expert-quote-img2 {
	position: absolute;
	bottom: 50px;
	right: 32px;
}
.formed {
	padding-top: 100px;
}
.formed .tarifa-text {
	margin: 20px auto 40px;
}
.formed-box {
	position: relative;
}
.formed-top {
	display: flex;
	margin-bottom: 22px;
}
.formed-top-left {
	min-width: 300px;
	margin-right: 24px;
}
.formed-card3,
.formed-card2,
.formed-card1 {
	border-radius: 16px;
	background: #ede5fe;
}
.formed-card-top {
	background: #8455f8;
	padding: 8px 40px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	border-radius: 16px 16px 0px 0px;
}
.formed-card-content {
	padding: 24px;
}
.formed-card-text {
	color: #000;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	border-radius: 20px;
	background: #e6daff;
	padding: 16px 18px;
}
.formed-card-text b {
	font-weight: 600;
}
.formed-card-text p {
	max-width: 263px;
}
.formed-card1 .formed-card-text,
.formed-card2 .formed-card-text {
	min-height: 116px;
}
.formed-card3 .formed-card-text {
	padding: 16px 18px;
	min-height: 70px;
}
.formed-card2 .formed-card-text:first-child {
	margin-bottom: 24px;
}
.formed-card1 .formed-card-img {
	margin-top: 24px;
}
.formed-top-right {
	flex-grow: 1;
}
.formed-top-right__flex {
	display: flex;
}
.formed-text-box {
	color: #0b1218;
	text-align: center;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.06);
	padding: 40px 30px;
	position: relative;
}
.formed-top-right__img {
	margin-top: -60px;
	margin-left: -14px;
	position: relative;
	z-index: 2;
}
.formed-card2 {
	margin-top: 22px;
	min-width: 300px;
}
.formed-bottom {
	display: flex;
}
.formed-bottom .formed-text-box {
	min-width: 300px;
	width: 300px;
	display: flex;
	align-items: center;
}
.formed-card3 {
	flex-grow: 1;
	margin-right: 26px;
}
.formed-card3 .formed-card-img:first-child {
	max-width: 279px;
}
.formed-card3 .formed-card-img:last-child {
	max-width: 142px;
}
.formed-card3 .formed-card-text:first-child {
	margin-bottom: 26px;
}
.formed-card-center {
	flex-grow: 1;
	margin: 0 24px;
}
.formed-card3 .formed-card-content {
	display: flex;
}
.new-tarif {
	text-align: left;
	overflow: unset;
	padding: 120px 0;
}
.new-tarif .tarifa-card-top {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tarifa-card-top svg {
	margin-right: 20px;
	min-width: 36px;
}
.new-tarif .tooltip__initiator {
	color: #8455f8;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.new-tarif .tarifa-card3:nth-child(3) {
	background: #ffca28;
}
.new-tarif .tarifa-card3:nth-child(3) .tarif-card-list {
	border-color: rgba(11, 18, 24, 0.2);
}
.new-tarif .tarifa-card3:nth-child(3) .tarifa-card-descript {
	color: #0b1218;
}
.no-tarif {
	opacity: 0.4;
}
.border-tarif {
	position: relative;
	padding-top: 7px;
	padding-bottom: 7px;
}
.border-tarif::before {
	content: "";
	display: block;
	border-radius: 10px;
	border: 1px solid #000;
	width: calc(100% + 10px);
	height: 100%;
	position: absolute;
	left: -5px;
	right: -5px;
	top: 0;
}
.tarifa-card3:nth-child(2) .border-tarif::before {
	border-color: #fff;
}
.new-tarif .tarifa-card-price {
	display: flex;
	align-items: center;
}
.tarifa-card-price small {
	color: #0b1218;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
	max-width: 143px;
	margin-left: 15px;
}
.new-tarif .tarifa-card3:nth-child(2) .tarifa-card-price small {
	color: #fff;
}
.new-tarif .tarifa-card-descript {
	color: #70848d;
	margin-top: 10px;
	margin-bottom: 20px;
}
.new-tarif .tarifa-card3:nth-child(2) .tarifa-card-descript {
	color: #a0b0b8;
}
.new-tarif .tarifa-card-bottom {
	margin-bottom: 0;
}
/* .new-tarif .tarifa-card3:nth-child(1) .tarifa-card-btn a, 
.new-tarif .tarifa-card3:nth-child(3) .tarifa-card-btn a {
	background: #8455F8;
	color: #fff;
} */
.new-tarif .tarif-card-list {
	border-bottom: 1px solid #d7dee1;
}
.new-tarif .tarifa-card3:nth-child(2) .tarif-card-list {
	border-bottom: 1px solid #47585b;
}
.new-tarif h4 {
	padding-bottom: 40px;
}
.new-tarif .tooltip__item.platnya {
	bottom: calc(100% + 2px);
	min-width: 163px;
	border-radius: 4px;
	background: #e7ebed;
	box-shadow: 0px 2px 16px 0px rgba(11, 18, 24, 0.12);
	color: #0b1218;
	font-size: 12px;
	letter-spacing: 0.2px;
}
.new-tarif .tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item.platnya {
	transform: translate3d(-43%, 0, 0);
}
.put {
	background: #601ef3;
	padding-top: 71px;
	padding-bottom: 107px;
}
.put-top {
	display: flex;
	margin-bottom: 40px;
}
.put-left {
	margin-right: 50px;
}
.put-title {
	color: #fff;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	margin-bottom: 20px;
}
.put-img {
	/* border-radius: 18.367px; */
	/* box-shadow: 0px 2.449px 24.49px 0px rgba(0, 0, 0, 0.10); */
	overflow: hidden;
}
.put-btn a {
	display: inline-block;
	border-radius: 4px;
	background: #ffc700;
	color: #0b1218;
	padding: 20px;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Roboto";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.5px;
}
.put-text-hide {
	color: #fff;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
	margin-bottom: 24px;
}
.put-text {
	max-width: 646px;
	color: #fff;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
}
.rhc__text .tooltip__initiator {
	color: #8455f8;
}
.rhc2 .tooltip__item,
.rhc1 .tooltip__item {
	background: #e7ebed;
	font-size: 12px;
	font-weight: 400;
	line-height: 17px;
	letter-spacing: 0.20000000298023224px;
	text-align: left;
	color: #0b1218;
}
.rhc1 .tooltip__item {
	/* min-width: 317px; */
	white-space: nowrap;
}
.rhc2 .tooltip__item {
	min-width: 265px;
}
.rh-section .tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item {
	transform: translate3d(-50%, 11px, 0);
	opacity: 1;
	visibility: visible;
}
.i-form__2 .frm-select label::before,
.i-form__2 .frm-select label::after {
	content: "";
	display: block;
}
.i-form__2 .page-form-box .box-inner-wrap {
	background: #11023a;
}
.i-form__2 .frm-select input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.i-form__2 .frm-select label {
	display: block;
	position: relative;
	padding: 0 0 0 24px;
	min-height: 20px;
}
.page-form-box .wpcf7-list-item-label::before,
.page-form-box .wpcf7-list-item-label::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 4px;
	width: 8px;
	height: 8px;
}
.page-form-box .frm-select label {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	font-weight: 300;
}
.page-form-box .wpcf7-list-item-label::after {
	border: none;
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/chk.svg") 50% no-repeat;
	background-size: 100% auto;
	opacity: 0;
}
.page-form-box .frm-select input:checked ~ .wpcf7-list-item-label::after {
	opacity: 1;
}
.page-form-box.page-form-input.wpcf7-not-valid {
	border: 1px solid #ef323f !important;
}
.best-practices {
	padding-top: 100px;
}
.tabs__list {
	border-radius: 8px;
	background: #f5f7f8;
	padding: 10px 5px;
	list-style-type: none;
	width: max-content;
	margin: 30px auto 30px;
	display: flex;
}
.tabs__item {
	display: inline-block;
	padding: 12px 16px 13px 16px;
	border-radius: 4px;
	white-space: nowrap;
	color: #47585b;
	text-align: center;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: 0.5px;
	background: #f5f7f8;
	cursor: pointer;
	margin: 0 5px;
	transition: all 0.2s;
}
.tabs__item.active {
	color: #fff;
	background: #8455f8;
}
.tabs__text {
	display: none;
}
.tabs__text.active {
	display: block;
}
.video__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
}
.video__item {
	border-radius: 20px;
	overflow: hidden;
	position: relative;
}
.video__item img {
	max-width: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video-icon {
	position: absolute;
	top: calc(50% - 60px);
	left: calc(50% - 60px);
	cursor: pointer;
	z-index: 2;
}
.popup-youtube {
	display: block;
}
.videos-slider-text {
	position: absolute;
	left: 0px;
	bottom: 35px;
	color: #0b1218;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 30px;
	letter-spacing: -0.397px;
	padding: 0 20px 0 39px;
	max-width: 487px;
}
.vi .videos-slider-text {
	color: #fff;
}
.tabs__item:hover {
	color: #fff;
	background: #8455f8;
	opacity: 0.7;
	transition: all 0.3s linear;
}
#slider .slick-arrow:hover {
	opacity: 0.8;
	transition: all 0.3s linear;
}
.panel a {
	color: #8455f8;
}
/* .i-first__btn a:hover{
	opacity: 0.7;
	transition: all 0.3s linear;
} */
.page_footer.footer_0823 .display_580 {
	display: none !important;
}
.page_footer.footer_0823 .footer_top .container_big.policies_2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
}
.page_footer.footer_0823 .copy_29077.dopinfo_home {
	font-size: 12px;
	line-height: 17px;
	color: #a0b0b8;
}
.page_footer.footer_0823 .copy_29077 {
	padding-top: 26px;
}
.page_footer.footer_0823 .copy_29077.copy_adress {
	padding-bottom: 20px;
	max-width: 610px;
}
.page_footer.footer_0823 .copy_privacy.privacy_29077 > a {
	color: #47585b;
}
.page_footer.footer_0823 .footer_bottom .block ul li {
	margin-bottom: 9px;
}
.page_footer.footer_0823 .footer_bottom .block .caption {
	font-weight: 400;
	line-height: 28px;
}
#nav_menu-6 #menu-item-1357 a {
	color: #0b1218;
}
.page_footer.footer_0823 #nav_menu-6 #menu-item-1357 a {
	font-weight: 400;
	line-height: 28px;
}
.footer__soc {
	padding-top: 20px;
}
.widget_nav_sitemap {
	padding-top: 10px;
}
.unified-database.ud {
	padding-bottom: 0;
}
.magic-img__img-active {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.active .magic-img__img-active {
	opacity: 1;
}
.active .magic-img__img {
	opacity: 0;
}
#library {
	border-radius: 20px;
}
#library h2 {
	margin-bottom: 20px;
}
.library-wrap {
	margin-bottom: -30px;
	max-height: 493px;
	overflow: auto;
	margin-right: -32px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 32px;
	padding-bottom: 20px;
}
.library-list {
	padding-top: 32px;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-gap: 24px;
}
.library-card {
	border-radius: 20px;
	background: #fff;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.08);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 253px;
}
.library-card-img {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
}
.library-card-content {
	background: #fff;
	padding: 17px 20px 23px;
	flex-grow: 1;
}
.library-card-text {
}
/* .i-form .btn:disabled,
.popup_form_0823 .form_0823.page-form-box .wpcf7-form-control.wpcf7-submit:disabled,
.i-form .form_0823.page-form-box .wpcf7-form-control.wpcf7-submit:disabled, */
.i-form .btn:hover,
.put-btn a:hover,
.robot__btn a:hover,
.i-two__btn a:hover,
.r-hire__btn a:hover,
.i-first__btn a:hover,
.panel a:hover,
.popup-youtube:hover,
#slider .slick-dots li button:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.ftl__mob,
.put-text-hide,
.magic-img__img-active,
.magic-img__img {
	display: none;
}
@media (max-width: 1449px) {
	.body-page .container {
		/* max-width: 1066px; */
		max-width: 1226px;
		padding: 0 25px;
	}
	.video__item {
		min-height: 360px;
	}
	.best-practices .i-two-title {
		max-width: 672px;
	}
	.put-text {
		max-width: 533px;
		color: #fff;
	}
	.tarifa-card-price small {
		max-width: unset;
		margin: 0;
	}
	.new-tarif .tarifa-card-price {
		flex-direction: column;
		align-items: flex-start;
	}
	/* .new-tarif .tarifa-card-top {
		font-size: 16px;
	} */
	/* .formed-top-right__img {
		margin-top: 37px;
	} */
	.formed .tarifa-text,
	.formed .i-two-title {
		max-width: unset;
	}
	.expert-quote {
		max-width: 704px;
	}
	.expert-left {
		margin-right: 40px;
	}
	.new-analytics {
		padding: 80px 0;
	}
	.rob-new .container {
		max-width: unset;
		padding: 0;
	}
	.tab-pane-img {
		max-width: 1016px;
		margin: 0 auto;
	}
	.itb__left {
		margin-right: 20px;
	}
	.itb_3 .i-two__text {
		padding: 0 25px;
	}
	.rh-section {
		padding: 72px 0;
	}
	.rh-section .i-two-title {
		max-width: unset;
	}
}
@media (max-width: 1349px) {
}
/* new css end  */

@media (max-width: 1449px) {
	.rt1 {
		left: 238px;
	}
	.rt2 {
		left: 293px;
	}
	.rt3 {
		left: 152px;
		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; */
		margin-top: 20px;
	}
	.i-six-card {
		padding: 0px 25px 20px;
	}
	.i-six-card-text {
		font-size: 28px;
	}
}
@media (max-width: 1449px) {
	.system-against-right {
		padding: 29px 28px 84px 0px;
	}
	.i-two-title {
		max-width: 662px;
	}
	.system-against-left img:nth-child(1) {
		max-width: 100px;
		min-height: 100px;
	}
	.system-against-left img:nth-child(2) {
		max-width: 76px;
		min-height: 76px;
	}
	.system-against-left img:nth-child(3) {
		max-width: 67px;
		min-height: 67px;
	}
	.system-against-right img:nth-child(2) {
		max-width: 96px;
		min-height: 96px;
	}
	.system-against-right img:nth-child(3) {
		max-width: 77px;
		min-height: 77px;
	}
	.system-against-left {
		padding: 49px 0 26px 27px;
	}
	.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;
	}
	.r-hire-card__title {
		font-size: 24px;
	}
}
@media (max-width: 1199px) {
	.potok-who-card__top {
		max-width: 227px;
	}
	.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) {
	.slider-item:nth-child(1) .platform-btn {
		margin-right: -26px;
	}
	.slider-item:nth-child(2) .platform-btn {
		margin-right: -24px;
	}
	.potok-who-title {
		font-size: 32px;
		font-weight: 600;
	}
	.potok-who-card__img {
		padding: 0;
	}
	.potok-who-tech {
		text-align: left;
		margin: 0px 0px 0px 20px;
		max-width: unset;
	}
	.potok-who-card {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.potok-who-list {
		flex-direction: column;
	}
	.potok-who {
		padding-top: 72px;
	}
	.new-tarif
		.tarifa-card3:nth-child(3)
		.tooltip[data-direction="bottom"]
		.tooltip__initiator:hover
		~ .tooltip__item.platnya {
		transform: translate3d(-76%, 0, 0);
	}
	.questions .panel {
		max-width: unset;
	}
	.slider2 .slider__item:nth-child(8) .i-six-card-text {
		font-size: 18px;
	}
	.i-six-card {
		padding: 0px 26px 32px;
	}
	.issb .i-six-card-text {
		font-size: 24px;
	}
	.r-hire-flex {
		grid-template-columns: 1fr;
	}
	.rhc1 {
		flex-direction: row;
		align-items: flex-start;
		padding: 13px 0 13px;
	}
	.rhc__title {
		font-size: 20px;
	}
	.i-two__text,
	.rhc__text {
		font-size: 16px;
		letter-spacing: -0.01px;
		line-height: 140%;
	}
	.r-hire-card__content {
		margin-bottom: auto;
	}
	.rhc1 .r-hire-card__content {
		max-width: 348px;
		padding: 12px 24px;
	}
	.rhc3 .rhc__title,
	.rhc3 .rhc__text {
		padding: 0 24px;
	}
	.rhc1 .rhc__title,
	.rhc1 .rhc__text {
		padding: 0;
	}
	.r-hire-right {
		grid-template-columns: 1fr 1fr;
	}
	.rhci3 {
		margin-top: 10px;
	}
	.r-hire-card {
		justify-content: flex-start;
	}
	.r-hire__flex {
		flex-direction: column;
	}
	.r-hire__left {
		width: 100%;
		margin: 0 0 24px;
	}
	.r-hire__right {
		width: 100%;
	}
	.rhc4,
	.rhc5 {
		flex-direction: row;
	}
	.rhc4 .r-hire-card__content,
	.rhc5 .r-hire-card__content {
		min-width: 320px;
		max-width: 320px;
	}
	.rhc4 .rhc__text,
	.rhc4 .rhc__title {
		padding: 0;
	}
	.rhc4 {
		padding: 24px 24px 27px;
	}
	.rhc5 {
		padding: 0;
	}
	.rhc5 .r-hire-card__content {
		padding: 24px 0 24px 24px;
	}
	.rhc2 {
		padding: 24px 0 20px;
	}
	.rhc2 .r-hire-card__content {
		padding: 0 24px;
	}
	.rhc3 {
		padding: 24px 0;
	}
	.potok-who-ellipse,
	.potok-who-card__img img,
	.formed-top-left,
	#tabs-1 .video__item img,
	.formed-card1 img,
	.formed-card3 img,
	.formed-top-right__img,
	.rob-new .robot-box::after,
	.rob-new .robot-box::before,
	.i-two__img img,
	.itb__right,
	.rhc4 img,
	.slider-item img,
	.rhc5 img {
		display: none;
	}
	.potok-who-card__img img.laptop,
	.formed-top-left.ftl__mob,
	.itb_1 img.laptop-img,
	#tabs-1 .video__item img.laptop-img,
	.formed-card1 img.laptop-img,
	.formed-card3 img.laptop-img,
	.i-two__img img.laptop-img,
	.slider-item img.laptop,
	.rhc4 img.laptop-img,
	.rhc5 img.laptop-img {
		display: block;
	}
	.rhc4 .r-hire-card__img {
		max-width: 260px;
		margin: 0px 25px 0px auto;
	}
	.new-analytics.analytics,
	.r-hire.rh-section {
		padding: 48px 0;
	}
	.unified-database.ud .i-two-grid {
		grid-template-columns: 1fr;
	}
	.itb_1 {
		flex-direction: row;
		justify-content: space-between;
	}
	.i-two-img {
		max-width: 350px;
		margin: 0;
	}
	.i-two__title {
		font-size: 20px;
	}
	.itb_1 .itb__flex {
		margin: 0;
	}
	.itb_1.i-two-block {
		padding: 24px 24px 40px 24px;
	}
	.itb_1 img {
		height: 100%;
		display: none;
	}
	.i-two-blocks {
		display: flex;
	}
	.itb_2 {
		margin: 0px 24px 0px 0px;
	}
	.i-two__img {
		margin-top: auto;
	}
	#slider {
		/* padding-top: 95px; */
		padding-bottom: 60px;
	}
	#box-tabs {
		padding: 0 26px;
	}
	.expert {
		padding-top: 72px;
	}
	.expert-box {
		padding: 47px 34px 37px 34px;
	}
	.expert-quote {
		max-width: 486px;
		font-size: 14px;
		letter-spacing: -0.006px;
		padding: 38px 21px 38px 30px;
		margin: -198px auto 0 36px;
	}
	.expert-title {
		font-size: 24px;
	}
	.expert-text {
		font-size: 16px;
	}
	.expert-right {
		min-width: 228px;
	}
	.expert-right-img {
		margin-bottom: 60px;
	}
	.expert-left {
		margin-right: 13px;
	}
	.formed .i-two-title {
		max-width: 650px;
	}
	.formed-top-left {
		max-width: unset;
		/* position: absolute;
		bottom: 0;
		right: 0; */
		margin: 48px 0px 0px 0px;
	}
	.formed-box {
		position: relative;
		/* padding-bottom: 233px; */
		/* padding-left: 48px; */
	}
	.new-tarif h4 {
		font-size: 32px;
		padding-bottom: 12px;
	}
	/* .formed-box::after{
		content: '';
		display: block;
		background: url('../image/formed-box-after.svg');
		background-repeat: no-repeat;
		background-size: contain;
		width: 40px;
		height: 98%;
		position: absolute;
		top: 0px;
		left: 0;
	} */
	.tarifa-card-top svg {
		min-width: 21px;
		max-width: 21px;
	}
	.tarif-card-list li b {
		font-weight: 400;
	}
	.tarif-card-list li > svg {
		min-width: 12px;
	}
	.formed-card3::after,
	.formed-card2::after,
	.formed-text-box::after {
		content: "";
		display: block;
		background: url("../image/formed-arrow.svg");
		background-repeat: no-repeat;
		background-size: contain;
		width: 30px;
		height: 37px;
		position: absolute;
		bottom: -41px;
		left: calc(50% - 15px);
	}
	.formed-text-box {
		padding: 24px;
		margin-bottom: 48px;
	}
	.formed-bottom .formed-text-box,
	.formed-card2 {
		width: 100%;
	}
	.formed-card-content {
		display: flex;
	}
	.formed-card1 .formed-card-text,
	.formed-card2 .formed-card-text {
		min-height: 86px;
	}
	.formed-card1 .formed-card-text,
	.formed-card2 .formed-card-text {
		width: 48%;
		flex-grow: 1;
	}
	.formed-card1 .formed-card-img {
		flex-grow: 1;
		width: 48%;
		margin: 0px 0px 0px 24px;
	}
	.formed-card2 .formed-card-text:first-child {
		margin: 0 24px 0 0;
	}
	.formed-bottom {
		flex-direction: column-reverse;
	}
	.put-title {
		max-width: 282px;
	}
	.formed-card2,
	.formed-card3 {
		margin: 0px;
		position: relative;
	}
	.formed-top {
		margin-bottom: 48px;
	}
	.formed-card-content {
		padding: 24px 19px;
	}
	.new-tarif {
		padding: 72px 0;
	}
	.tarifa-card-top {
		margin: 0 15px;
		width: calc(100% - 30px);
	}
	.tarifa-card3:nth-child(1) .tarifa-card-top,
	.tarifa-card3:nth-child(3) .tarifa-card-top {
		top: -51.5px;
	}
	.new-tarif .tarifa-card-bottom {
		min-height: 143px;
	}
	.put-text {
		font-size: 20px;
		max-width: 550px;
	}
	.put {
		padding-top: 48px;
	}
	.videos-slider-text {
		padding: 0 24px 0 24px;
		bottom: 27px;
	}
	.best-practices {
		padding-top: 72px;
	}
	.questions {
		padding: 72px 0;
	}
	.magic-scrol {
		top: 180px;
	}
}
@media (max-width: 1170px) {
	.platform .slick-list {
		padding-right: 50px;
	}
	.slider-item:nth-child(1),
	.slider-item:nth-child(2) {
		margin: 0;
	}
	.slider-item:nth-child(3) {
		margin-left: 0px;
	}
	.slider-item:nth-child(1)::before,
	.slider-item:nth-child(2)::before {
		width: 112px;
	}
	.slider-item:nth-child(1)::before {
		right: -52px;
	}
	.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;
	}
	.platform-title {
		font-size: 32px;
	}
	.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: 72px;
	}
	.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:nth-child(1) {
		margin-left: 0;
	}
	.system-against-left img:nth-child(2) {
		margin-top: 100px;
	}
	.system-against-right img:nth-child(2) {
		margin-bottom: 150px;
	}
	.system-against-right img:nth-child(3) {
		margin-top: -27px;
	}
	.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;
	}
	.system-against-left {
		padding: 16px 0 24px 13px;
	}
	.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,
	.formed-card-img img,
	.slider-dots__item svg,
	.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,
	.formed-card-img img.laptop-img,
	.slider-dots__item svg.laptop,
	.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;
	}
	.slider-dots__item:nth-child(1),
	.slider-dots__item:nth-child(1) svg {
		/* min-width: 231px; */
		/* min-width: 241px; */
	}
	/* .slider-dots__item:first-child {
		padding: 11px 22px 25px 22px;
	  } */

	.slider {
		padding-bottom: 58px;
	}
	.slider-dots__item {
		min-height: 186px;
	}
	.slider-dots {
		width: max-content;
	}
	.wrap-slider-dots {
		padding: 0 15px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		justify-content: unset;
		display: block;
		-ms-overflow-style: none;
		scrollbar-width: none;
		margin-right: -15px;
		width: calc(100% + 15px);
	}
	.slider-dots {
		padding-right: 20px;
	}
	.slider-dots__item:nth-child(2),
	.slider-dots__item:nth-child(3),
	.slider-dots__item:nth-child(3) svg,
	.slider-dots__item:nth-child(2) svg {
		/* min-width: 284px; */
		/* min-width: 294px; */
	}
}
@media (max-width: 940px) {
	.put-text {
		max-width: 415px;
	}
}
@media (max-width: 790px) {
	.robot-text {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	.platform .slick-list {
		padding: 0;
	}
	.r-trusted-small span:first-child {
		margin: 0px 0px 15px 0px;
	}
	.potok-who-card__top {
		max-width: 253px;
	}
	.container-slider {
		padding: 0;
	}
	.i-two-img {
		max-width: unset;
	}
	.put {
		padding: 19px 0 17px;
	}
	.tarifa-card-btn a {
		width: 100%;
	}
	.potok-who-tech {
		/* text-align: center; */
		margin-top: 8px;
		font-size: 16px;
	}
	.potok-who-card__top {
		width: 100%;
	}
	.potok-who-card {
		flex-direction: column;
		align-items: flex-start;
	}
	.potok-who-title {
		font-size: 24px;
		margin-bottom: 36px;
	}
	.new-tarif
		.tarifa-card3:nth-child(3)
		.tooltip[data-direction="bottom"]
		.tooltip__initiator:hover
		~ .tooltip__item.platnya,
	.new-tarif .tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item.platnya {
		transform: translate3d(38%, 0, 0);
	}
	.body-page .container {
		padding: 0 15px;
	}
	.video-icon {
		top: calc(50% - 94px);
	}
	.videos-slider-text {
		font-size: 20px;
		font-weight: 500;
	}
	.best-practices {
		padding-top: 64px;
	}
	.put-img {
		border-radius: 7px;
		margin: 0 -15px;
		box-shadow: none;
	}
	.put-top {
		margin-bottom: 45px;
	}
	.r-trusted-small {
		flex-direction: column;
		font-size: 13px;
		margin-top: 40px;
		text-align: center;
	}
	.tarif-card-list {
		font-size: 14px;
	}
	.new-tarif .tarifa-card-bottom {
		min-height: 120px;
	}
	.put-btn a {
		width: 100%;
	}
	.formed-card1 .formed-card-img {
		width: 100%;
		margin: 8px 0px 0px 0px;
	}
	.formed-top-left {
		min-width: unset;
		width: 100%;
		margin: 8px 0 0;
		min-height: 295px;
	}
	.formed-text-box,
	.formed-top {
		margin-bottom: 8px;
	}
	.formed-box {
		padding: 0 0;
	}
	.expert-box {
		padding: 32px 16px 260px;
		text-align: center;
	}
	.expert .container {
		padding: 0;
	}
	.new-analytics .analytics-img {
		margin: 32px -10px 0px;
	}
	.slider-item img.mobile-img,
	.put-img img.mobile-img,
	.put-text-hide,
	.magic-img-box img.magic-img__img-active,
	.magic-img-box img.magic-img__img {
		display: block;
	}
	/* .tarifa-card-top{
		font-weight: 400;
	} */
	.tarifa-card-price {
		font-size: 32px;
	}
	.put-title {
		font-size: 24px;
		text-align: center;
	}
	.put-left {
		margin: 0;
	}
	.slider-item:nth-child(1)::before,
	.slider-item:nth-child(2)::before,
	.slider-item img.laptop,
	.put-img img,
	.put-text,
	.formed-card3::after,
	.formed-card2::after,
	.formed-text-box::after,
	.formed-box::after,
	.expert-right-img,
	.magic-img-box img {
		display: none;
	}
	.slider-item:nth-child(1) {
		margin: 0;
	}
	.slider-item:nth-child(2) {
		margin: 0;
	}
	/* .slider-item{
		margin-bottom: 20px;
	} */
	.wrap-slider-dots {
		margin-bottom: 20px;
	}
	.slider-dots__item {
		padding: 43px 20px 20px 40px;
	}
	.slider-dots__item:first-child {
		padding: 43px 40px 20px 20px;
	}
	.slider-dots__item span {
		font-size: 16px;
	}
	.platform-title {
		font-size: 24px;
	}
	.platform {
		margin: 64px 0;
	}
	.slider {
		padding-bottom: 140px;
	}
	.platform-btn {
		/* position: unset;
		transform: unset; */
		margin-top: 20px;
	}
	.slider-item:nth-child(3) {
		margin-left: 0;
	}
	.formed-card3 .formed-card-text {
		font-weight: 400;
	}
	.magic {
		margin: 64px 0;
	}
	.robot__btn a:first-child {
		margin: 0px 0px 24px 0px;
	}
	.robot__btn {
		margin-top: 32px;
		padding: 0 27px;
	}
	.new-tarif h4 {
		font-size: 24px;
		padding-bottom: 12px;
		margin-top: -10px;
	}
	.new-tarif {
		padding: 64px 0;
	}
	#slider {
		padding: 32px 15px 60px;
	}
	.robot-box {
		overflow: unset;
	}
	.new-tarif .tooltip__item.platnya {
		transform: translate3d(-72%, 40px, 0);
	}
	.video__list {
		grid-template-columns: 1fr;
	}
	.expert-quote {
		margin: -245px 15px 0 15px;
		max-width: unset;
		font-size: 12px;
		font-weight: 400;
	}
	.formed-card-text {
		font-weight: 600;
		min-height: unset;
	}
	.formed-card2 .formed-card-text:first-child {
		margin: 0px 0px 8px 0px;
	}
	.formed-card1 .formed-card-text,
	.formed-card2 .formed-card-text {
		width: 100%;
		min-height: unset;
	}
	.formed-card3 .formed-card-img:first-child {
		max-width: unset;
		margin-bottom: 8px;
	}
	.expert-quote-img {
		top: 18px;
		left: 16px;
	}
	.expert-quote-img2 {
		bottom: 18px;
		right: 16px;
	}
	.formed-text-box {
		font-size: 20px;
		font-weight: 500;
		padding: 8px 16px;
	}
	.formed-card-content {
		padding: 16px 14px;
	}
	.formed-card-top {
		font-size: 20px;
		font-weight: 500;
		padding: 6px 16px;
	}
	.formed .tarifa-text {
		padding: 0;
		font-size: 14px;
	}
	.i-two-title {
		line-height: 140%;
	}
	.formed {
		padding-top: 64px;
	}
	.slick-slider-dots {
		overflow-x: scroll;
		justify-content: unset;
		padding-left: 15px;
		-ms-overflow-style: none; /* IE and Edge */
		scrollbar-width: none;
	}
	.slick-slider-dots::-webkit-scrollbar {
		display: none;
	}
	.expert-right {
		align-items: center;
		margin-top: 40px;
	}
	.expert-face {
		max-width: 64px;
	}
	#box-tabs .slick-dots li button {
		padding: 8px 12px;
	}
	#box-tabs .slick-dots li:nth-child(2) {
		margin: 0;
	}
	#box-tabs {
		padding: 0;
	}
	.expert {
		padding-top: 64px;
	}
	.expert-box {
		border-radius: 24px;
	}
	.expert-left {
		margin: 0;
	}
	.expert-text {
		font-weight: 400;
		font-size: 14px;
	}
	.new-analytics.analytics {
		padding: 32px 0;
	}
	.new-analytics .tarifa-text {
		padding-left: 0;
		padding-right: 0;
	}
	.robot-two-text {
		font-size: 16px;
		padding: 0 15px;
	}
	.itb_2 {
		margin: 0px 0px 24px 0px;
	}
	.i-two__text {
		font-size: 14px;
	}
	.i-two__text,
	.i-two__title {
		text-align: center;
	}
	.itb_1 .i-two-img {
		margin: 3px;
		border-bottom-left-radius: 13px;
		border-bottom-right-radius: 13px;
		overflow: hidden;
	}
	.i-two__btn a {
		width: 100%;
	}
	.itb__left {
		margin: 0;
		width: 100%;
		max-width: unset;
	}
	.itb_1 .itb__flex {
		padding: 0 16px 20px;
	}
	.itb_1.i-two-block {
		padding: 16px 0 0;
	}
	.r-hire__btn a:first-child {
		margin: 0px 0px 24px;
	}
	.r-hire__btn a {
		width: 100%;
	}
	.itb_1 .i-two__text {
		font-weight: 400;
		max-width: 258px;
		margin: 0 auto;
	}
	.rhc5 .r-hire-card__content {
		padding: 16px 16px 11px;
	}
	.rhc4 .r-hire-card__content,
	.rhc5 .r-hire-card__content {
		min-width: unset;
		max-width: unset;
	}
	.formed-card-center {
		margin: 0;
	}
	.formed-card3 .formed-card-text:first-child {
		min-height: unset;
		margin-bottom: 8px;
	}
	.formed-card3 .formed-card-text {
		padding: 16px 24px;
		min-height: unset;
	}
	.formed-card3 .formed-card-img:last-child {
		max-width: unset;
		margin-top: 8px;
	}
	.formed-card-text p {
		max-width: unset;
	}
	.rhc4 .r-hire-card__img {
		margin: 10px 0px 0px 0px;
		max-width: unset;
	}
	.rhc4 {
		padding: 16px 16px 0px;
	}
	.itb_3 .i-two__title,
	.itb_3 .i-two__text,
	.itb_2 .i-two__title,
	.itb_2 .i-two__text {
		padding: 0 15px;
	}
	.formed-card-img img.laptop-img,
	.i-first img,
	.expert-quote::before,
	.i-two-block img.laptop-img,
	.r-hire__flex img.laptop-img,
	.rhc4 img.laptop-img,
	.rhc5 img.laptop-img {
		display: none;
	}
	.formed-card-img img.mobile-img,
	.i-first img.mobile-img,
	.i-two-block img.mobile-img {
		display: block;
	}
	.if__new .container-slider {
		margin: 26px 0px 0;
	}
	.rhci3 {
		margin-top: -51px;
	}
	.rhc3 .rhc__title,
	.rhc3 .rhc__text {
		padding: 0 16px;
	}
	.rhc3 {
		padding: 16px 0;
	}
	.rhci2 {
		margin-top: 13px;
	}
	.rhc2 .r-hire-card__content {
		padding: 0 16px;
	}
	.rhc2 {
		padding: 16px 0 12px;
	}
	.r-hire__btn {
		margin: 36px 7px 0;
	}
	.r-hire-right {
		grid-template-columns: 1fr;
	}
	.formed-card-content,
	.put-top,
	.expert-box,
	.robot__btn,
	.i-two-blocks,
	.itb_1,
	.r-hire__btn,
	.rhc4,
	.rhc5,
	.rhc1 {
		flex-direction: column;
	}
	.i-first__btn a {
		padding: 18px 20px;
		width: 100%;
		margin: 0 7px;
	}
	i-first-slider__wrap {
		margin: 0 -20px;
	}
	.if__new.i-first {
		padding: 48px 0 0px;
	}
	.rh-section .tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item {
		/* transform: translate3d(-50%, 5px, 0); */
		transform: translate3d(12%, 5px, 0);
	}
	.tooltip__item {
		left: unset;
		right: 0;
		bottom: calc(100% + 1em);
		transform: translate3d(0%, 10px, 0);
	}
	.rhc1 .tooltip__item {
		min-width: 200px;
		white-space: unset;
	}
	.tarif-card-list li > svg {
		min-width: 20px;
	}
	.library-card {
		min-height: 205px;
	}
	.library-list {
		grid-template-columns: 1fr 1fr;
		grid-gap: 13px;
		padding-bottom: 10px;
	}
	.library-wrap {
		padding: 0 15px 0;
		margin: 0 -15px 0;
		max-height: 620px;
	}
	.library-card-content {
		padding: 11px;
	}
	.library-card,
	.library-card-img {
		border-radius: 11px;
	}
	.rhc2 .tooltip__item {
		min-width: 240px;
		white-space: unset;
	}
	.rob-new .robot-box {
		background: url("../image/severs1-2.png");
		background-repeat: repeat;
		background-size: auto;
		background-repeat: no-repeat;
		background-size: 100%;
		padding: 48px 0;
	}
	.unified-database.ud .i-two-title {
		max-width: 300px;
	}
	.itb_1 .i-two__title {
		max-width: 293px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width: 767px) {
	.slider-item {
		/* padding-bottom: 60px; */
	}
	.platform-btn {
		position: absolute;
		bottom: -140px;
	}
	.box-tabs .slick-arrow {
		bottom: 76px;
	}
	.platform-btn a {
		width: calc(100% - 30px);
	}
	.slider-item:nth-child(1) .platform-btn,
	.slider-item:nth-child(2) .platform-btn {
		margin-right: 0;
	}
	.box-tabs .container {
		padding: 0;
	}
	.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;
		margin: 0;
	}
	.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: 32px 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: 96px 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;
	}
}
/*popup_form_0823*/

.popup_form_0823.popup_container_form {
	background: #00a9ff;
	padding: 0;
	width: auto;
	max-width: 1176px;
	margin: 0px auto;
	border-radius: 36px;
}
.popup_form_0823.popup_container_form .container {
	padding: 0;
}
.popup_form_0823.popup_container_form .mfp-close {
	color: #a0b0b8;
	right: 14px;
	top: 7px;
	background: none;
}
.popup_form_0823.popup_container_form .form-title {
	text-align: left;
}
@media (max-width: 1441px) {
	.popup_form_0823.popup_container_form {
		max-width: 1066px;
	}
	.popup_form_0823.popup_container_form .form_0823.page-form-box .box-inner-wrap {
		padding: 38px;
	}
}
@media (max-width: 880px) {
	.popup_form_0823.popup_container_form .form-title {
		text-align: center;
	}
}
@media (max-width: 580px) {
	.popup_form_0823.popup_container_form .form_0823.page-form-box .box-inner-wrap {
		padding: 6px;
		margin-left: -15px;
		margin-right: -15px;
	}
}
.form_0823.page-form-box .form-wrap {
	position: relative;
}
.page-form-box.form_0823 .title-inner-wrap p,
.page-form-box.form_0823 .info-wrap {
	font-weight: 300;
}
.page-form-box.form_0823 .page-form-input.wpcf7-not-valid {
	border: 1px solid #ef323f;
}
.page-form-box.form_0823 span.wpcf7-not-valid-tip {
	display: none;
}
.page-form-box.form_0823 .frm-field select:-webkit-autofill,
.page-form-box.form_0823 .frm-field input.page-form-input:-webkit-autofill {
	background-color: #f5f7f8 !important;
	-webkit-box-shadow: inset 0 0 0 50px #f5f7f8 !important;
	-webkit-text-fill-color: #0b1218 !important;
	border: 0;
}
.page-form-box.form_0823 .frm-field .suggestions-wrapper {
	position: absolute;
	height: 0;
	width: 100%;
}
.page-form-box.form_0823 .frm-select label:before,
.page-form-box.form_0823 .frm-select label:after {
	content: "";
	display: block;
	position: absolute;
}
.page-form-box.form_0823 .frm-select input {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
}
.page-form-box.form_0823 .frm-select {
	overflow: visible;
}
.page-form-box.form_0823 .frm-select input:checked ~ label:after {
	opacity: 1;
}
.page-form-box.form_0823 .frm-select label {
	display: block;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	position: relative;
	padding: 0 0 0 24px;
	min-height: 20px;
	font-weight: 300;
}
.page-id-42559 .i-form .page-form-box form.submitting,
.page-id-51214 .i-form .page-form-box form.submitting {
	position: relative;
}
.page-id-42559 .i-form .wpcf7-spinner,
.page-id-51214 .i-form .wpcf7-spinner {
	display: none;
}
.form_0823.page-form-box .field-button .btn {
	width: 100%;
	cursor: pointer;
}
.page-id-42559 .i-form .page-form-box form.submitting,
.page-id-51214 .i-form .page-form-box .submitting,
.page-form-box.form_0823 .submitting {
	opacity: 0.91;
}
.page-id-42559 .i-form .page-form-box form.submitting:before,
.page-id-51214 .i-form .page-form-box .submitting:before,
.page-form-box.form_0823 .submitting:before {
	display: inline-block;
	content: "";
	background: url(./img/pre.gif) no-repeat;
	position: absolute;
	bottom: 20%;
	left: 48%;
	width: 40px;
	height: 40px;
	background-size: contain;
	z-index: 9;
}
body .mfp-bg {
	background: #02123a2e !important;
	opacity: 1;
}
/*form_0823*/
