/* хром, сафари */
html::-webkit-scrollbar { width: 0;height: 0; }

/* ie 10+ */
html { 
	-ms-overflow-style: none;
	scrollbar-width: none; 
	margin-right: 0!important;
	-webkit-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust: none;
	text-size-adjust: none;
}
* ::selection {
	background-color: #CCE2FF;
	color: rgba(0, 0, 0, 0.87);
  }
* ::-webkit-selection {
	background-color: #CCE2FF;
	color: rgba(0, 0, 0, 0.87);
  }
  
  * ::-moz-selection {
	background-color: #CCE2FF;
	color: rgba(0, 0, 0, 0.87);
  }
  
 
  textarea::-webkit-selection,
input::-webkit-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}

textarea::-moz-selection,
input::-moz-selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}

textarea::selection,
input::selection {
  background-color: rgba(100, 100, 100, 0.4);
  color: rgba(0, 0, 0, 0.87);
}
/* фф (свойство больше не работает, других способов тоже нет)*/
html { overflow: -moz-scrollbars-none; }
.my-wrap {
	text-align: left;
}
.i-first {
	padding: 146px 0 72px;
}
.i-first-title {
	color: #0b1218;
	text-align: center;
	font-family: "Inter";
	font-size: 52px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	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;
}
.container-slider {
	max-width: 1280px;
	margin: 20px 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-first-slider__wrap{
	position: relative;
}
.i-first-face1 {
	position: absolute;
	left: 60px;
	top: 76px;
	max-width: 250px;
	-webkit-animation: float 5s ease-in-out infinite;
	animation: float 5s ease-in-out infinite;
}
.i-first-face2 {
	position: absolute;
	right: 35px;
	top: 35%;
	max-width: 250px;
	-webkit-animation: float 6s ease-in-out infinite;
	animation: float 6s ease-in-out infinite;
}
.i-first-face3 {
	position: absolute;
	bottom: 57px;
  	left: 25%;
	max-width: 280px;
	-webkit-animation: float 7s ease-in-out infinite;
	animation: float 7s ease-in-out infinite;
}
.i-first-star1 {
	position: absolute;
	top: 0;
	left: 15%;
	transform: scale(.9);
  	animation: pulse 2s ease-in-out infinite;
}
.i-first-star2 {
	position: absolute;
	right: 32px;
	top: 32px;
	transform: scale(.9);
  	animation: pulse 3s ease-in-out infinite;
}
.i-first-star3 {
	position: absolute;
	bottom: 60px;
	left: 52%;
	transform: scale(.9);
  	animation: pulse 3s ease-in-out infinite;
}
@-webkit-keyframes float {
	0% {
	  /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
	  transform: translatey(0px);
	}
	50% {
	  /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
	  transform: translatey(-20px);
	}
	100% {
	  /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
	  transform: translatey(0px);
	}
}
@keyframes float {
	0% {
	  /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
	  transform: translatey(0px);
	}
	50% {
	  /* box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2); */
	  transform: translatey(-20px);
	}
	100% {
	  /* box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6); */
	  transform: translatey(0px);
	}
}
.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;
}
.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));}
}
.slick-slider {min-width: 0;}
/* Ограничивающая оболочка */
.slick-list {overflow: hidden;}
/* Лента слайдов */
.slick-track {
	display: flex;
	align-items: flex-start;
}
.slider {
	position: relative;
	padding: 30px 0 0px;
}
@media (max-width: 767px) {
	.slider {padding: 0px 40px;}
}
.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-form {padding-top: 120px;}
.i-form .btn {
	color: #0B1218;
	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;
	background: #FFC700;
	border-color: #FFC700;
	height: 44px;
}
.i-form .btn:hover{
	background: #FFC700;
	border-color: #FFC700;
	opacity: 0.7;
}
.wpcf7-list-item-label {
	color: #70848d;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.frm-select a {text-decoration: underline;}
.frm-select {overflow: visible;}
.frm-select input:checked~label:after {opacity: 1;}
.frm-select label {
	display: flex;
	align-items: flex-start;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.006px;
	position: relative;
	min-height: 20px;
}
.frm-select label:before,
.frm-select label:after {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	left: 8px;
	margin: -8px 0 0 -8px;
}
.frm-select label:before {
	border: 1px solid #00a9ff;
	border-radius: 4px;
}
.frm-select label:after {
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/chk.svg") center no-repeat;
	background-size: 8px auto;
	opacity: 0;
}
.frm-select a {color: inherit;}
.frm-select a:hover {color: var(--clr-att);}
.page-form-input {
	display: block;
	width: 100%;
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
	border-radius: 16px;
	padding: 0 10px 0 19px;
	font-size: 18px;
	line-height: 1.4;
	color: #000;
	letter-spacing: -0.01px;
	height: 56px;
	font-family: Inter, sans-serif;
}
.page-form-input[placeholder]::-webkit-input-placeholder {color: #70848d;}
.page-form-input[placeholder]:-moz-placeholder {color: #70848d;}
.page-form-input[placeholder]::-moz-placeholder {color: #70848d;}
.page-form-input[placeholder]:-ms-input-placeholder {color: #70848d;}
select.page-form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input.form-input {
	background-color: #f5f7f8;
	border: 1px solid #f5f7f8;
}
select.page-form-input:required:invalid {color: #70848d;}
select.page-form-input.form-input:required:invalid {color: #70848d;}
select.form-input {
	display: block;
	width: 100%;
	padding-right: 30px;
	background-image: url("https://potok.io/wp-content/themes/orenpro/library/img/icons/arrow-select.svg");
	background-position: right 20px center;
	background-color: #fff;
	background-repeat: no-repeat;
	-moz-appearance: none;
	-ms-appearance: none;
	-webkit-appearance: none;
	appearance: none !important;
	line-height: 1em;
	text-indent: 0.01px;
	text-overflow: "";
	outline: none;
}
.page-form-box select.page-form-input.form-input {color: #70848d;}
.page-form-box .box-inner-wrap {
	display: flex;
	background: #00a9ff;
	border-radius: 36px;
	padding: 62px 100px 62px 100px;
}
.page-form-box .info-inner-wrap {
	width: 51%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 40px 30px 0px 0;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
	letter-spacing: -0.01px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.page-form-box .form-inner-wrap {
	width: 49%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.page-form-box .form-wrap {
	background: #fff;
	border-radius: 36px;
	padding: 36px;
}
.page-form-box .frm-row {
	display: block;
	margin: 0;
}
.page-form-box .frm-field {
	margin: 0 0 24px 0;
	padding: 0;
}
.page-form-box .frm-select {margin-bottom: 12px;}
.page-form-box .frm-select:last-child {margin-bottom: 0;}
.page-form-box .field-info {color: #70848d;}
.page-form-box .field-button {margin-bottom: 0;}
.page-form-box .field-button .btn {width: 100%;}
.page-form-box .title-inner-wrap {
	margin-bottom: 40px;
	padding-top: 110px;
}
.page-form-box .title-inner-wrap p {max-width: 18.8em;}
.page-form-box .page-main-title {margin-bottom: 24px;}
.page-form-box .form-title {
	font-size: 64px;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	margin: 0 0 24px 0;
}
.page-form-box .info-wrap {
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	letter-spacing: 0.2px;
	color: #d7dee1;
	position: relative;
	padding: 0 0 0 30px;
	max-width: 28.75em;
}
.page-form-box .info-wrap:before {
	content: "";
	display: block;
	width: 22px;
	height: 24px;
	position: absolute;
	background: url("https://potok.io/wp-content/themes/orenpro/library/img/info.svg") center no-repeat;
	background-size: 100% auto;
	top: 0;
	left: 0;
}
.wpcf7-list-item {margin: 0;}
/* .wpcf7-list-item-label {
	margin-left: 10px;
	margin-top: -2px;
} */
.i-eight {padding: 140px 0 0px;}
.i-eight-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
}
.i-eight-card {
	border-radius: 16px;
	background: #f5f7f8;
	padding: 60px 31px 36px 31px;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.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-eight-card-icon{
	position: absolute;
	left: 31px;
	top: -40px;
}
.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;
	color: #fff;
	transition: all 0.3s linear;
}
.i-three-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.r-six {
	padding: 28px 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;
	overflow: hidden;
}
.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.80);
	top: 212px;
	left: 328px;
}
.rt2 {
	background: rgba(96, 30, 243, 0.80);
	top: 346px;
	left: 378px;
}
.rt3 {
	background: rgba(51, 92, 233, 0.80);
	bottom: 159px;
	left: 239px;
}
.robot-link {
	padding: 0 64px;
	display: flex;
	justify-content: center;
	margin-top: -56px;
}
.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: 776px;
	margin: 0px auto 57px;
	color: #0b1218;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	text-align: center;
	margin-bottom: 57px;
}
.tarif-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
}
.tarifa-card3 {
	text-align: left;
	padding: 70px 24px 28px;
	border-radius: 16px;
	background: #e3f2fd;
	position: relative;
}
.tarifa-card3:nth-child(1) {background: #F5F7F8;}
.tarifa-card3:nth-child(2) {background: #11023a;}
.tarifa-card-content {
	position: unset;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.tarifa-card-top {
	position: absolute;
	top: -47px;
	left: 28px;
	margin: 0 28px;
	width: calc(100% - 56px);
	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: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
	padding: 18px 25px;
	height: 94px;
}
.tarifa-card-top svg{
	margin-right: 20px;
	min-width: 36px;
}
.tarif-card-list a{color: #1976D2;}
.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;
}
.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;
}
.tarifa-card3:nth-child(2) .tarif-card-list,
.tarifa-card3:nth-child(2) .tarifa-card-text,
.tarifa-card3:nth-child(2) .tarifa-card-price,
.tarifa-card3:nth-child(2) .tarifa-card-descript {
	color: #fff;
}
.tarifa-card-btn a {
	border-radius: 4px;
	text-align: center;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.4px;
	padding: 14px 16px;
}
.tarifa-card3:nth-child(1) .tarifa-card-btn a,
.tarifa-card3:nth-child(3) .tarifa-card-btn a {
	background: #00a9ff;
	color: #fff;
}
.tarifa-card3 .tarifa-card-btn a {display: inline-block;}
.tarifa-card3:nth-child(2) .tarifa-card-btn a {
	background: #fff;
	color: #0b1218;
}
.tarif-card-list {
	flex-grow: 1;
	color: #0b1218;
	font-feature-settings:
		"clig" off,
		"liga" off;
	font-family: "Inter";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.tarif-card-list p {
	font-weight: 700;
	margin-bottom: 16px;
}
.tarif-card-list ul {
	padding: 0;
	margin: 0;
}
.tarif-card-list li {
	margin-bottom: 16px;
	display: flex;
}
.tarif-card-list li>svg {
	margin-right: 5px;
	margin-top: 3px;
	min-width: 20px;
}
.baner {background: #42a5f5;}
.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 {
	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: #8455F8;
	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: #8455F8;}
@media (max-width: 1285px) {
	h4 {
		font-size: 42px;
		line-height: 51px;
	}
}
h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 48.2226px;
	line-height: 58px;
	text-align: center;
	color: #000000;
	margin: 0px 0px 60px 0px;
	margin-bottom: 60px;
	z-index: 3;
}
.isc1 {justify-content: space-between;}
.baner-img-tabl,
.baner-img-mob,
img.img-mob,
img.nout,
.mobile-img,
.slider__item img.mobile-img,
.tab-pane-img img.mobile-img,
.laptop-img {display: none;}
.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;
}
.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;
	padding: 20px;
	color: #0B1218;
	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: #8455F8;}
.bgn1{background: #601EF3;}
.bgn2{background: #EDE5FE;}
.bgn3{background: #F5F7F8;}
.bgn4{background: #fff;}
.i-two-title {max-width: 925px;}
.rhc1{
	background: #EDE5FE;
	padding: 35px 0 0px;
}
.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: 0px;
}
.rhc2 .r-hire-card__content{padding: 36px 36px 0px;}
.rhci2{margin-top: -140px;}
.rhci3{margin-top: -40px;padding-left: 36px;}
.r-hire__flex {display: flex;}
.r-hire__left {
	width: 33%;
	margin-right: 24px;
}
.rhc4 {
	padding: 36px 0 0 0px;
	background: #fff;
}
.rhc4 .rhc__text{padding: 0 36px;}
.rhc4 .rhc__title {padding: 0 33px;}
.rhc4 .r-hire-card__img {
	margin-top: -40px;
	max-width: 504px;
	margin-right: auto;
}
.r-hire__right {width: 65%;}
.rhc5 {background: #fff;}
.rhc5 .r-hire-card__content{padding: 36px 36px 0px;}
.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;
}
.itb_1{
	background: url('../image/itb_1.png');
	background-size: cover;
}
.itb_1 .i-two-img{
	max-width: 456px;
	margin-bottom: 80px;
}
.itb_1{padding: 39px 39px 0;}
.itb_1 .itb__flex {
	margin-bottom: 44px;
	justify-content: space-between;
}
.itb_1 .i-two__text{color: #F5F7F8;}
.itb_1 .i-two__title{
	color: #fff;
}
.itb__flex {display: flex;}
.i-two__title {
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
	letter-spacing: -0.0001em;
	margin-bottom: 16px;
	text-align: center;
}
.i-two__text {
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.002em;
	color: #47585B;
	text-align: center;
}
.i-two__btn {margin-top: 20px;}
.i-two__btn a{
	padding: 20px;
	border-radius: 4px;
	font-size: 16px;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: 0.5px;
	text-align: center;
	display: inline-block;
	background: #FFC700;
	color: #0B1218;
}
.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: 36px 12px 12px;
	text-align: center;
	margin-bottom: 24px;
}
.itb_5 .i-two__title,
.itb_5 .i-two__text,
.itb_4 .i-two__title,
.itb_4 .i-two__text,
.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: 30px;}
.itb_3{padding-top: 40px;}
.itb_3 .i-two__text{margin-bottom: 50px;}
.itb_5 .i-two__img{
	margin-top: auto;
}
.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: 800px;
	margin: 20px auto 20px;
}
.rtt4 {margin: 0px auto 10px;}
#slider{
	padding-top: 20px;
}
#slider .slide img{width: 100%;object-fit: cover;}
.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;
}
.slick-slider-dots__wrap{
	position: relative;
}
.box-tabs .slick-dots li:last-child:before{
	content: '';
	display: block;
	background: url('../image/ai-icon.svg');
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -45px;
	right: -61px;
	width: 82px;
	height: 82px;
	z-index: 2;
}
.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;
	display: none!important;
}
.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;
}
.robot-box .i-two-text{
	color: #fff;
}
.robot-box-tabs{padding: 20px 38px 0;}
.robot__btn{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}
/* .rb1{
	margin-top: 0;
} */
#slider .slide img,
.tab-pane-img{
	max-height: 530px;
}
.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;
}
.robot__btn a:first-child{
	color: #0B1218;
	background: #FFC700; 
}
.platform{
	background: #F5F7F8;
	border-radius: 100px;
	padding: 80px 0;
	margin: 70px 0;
}
.platform-box{position: relative;}
.star1{
	position: absolute;
	bottom: 53px;
	left: 60px;
}
.star2{
	position: absolute;
	top: 29px;
	right: 50px;
}
.star1 img{
	transform: scale(.9);
  	animation: pulse 3s ease-in-out infinite;
}
.star2 img{
	transform: scale(.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;
	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;
	margin: 0 auto 36px;
}
.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: 18px 30px 15px 45px;
	flex-grow: 1;
	display: flex;
	align-items: center;
}
.slider-dots__item:first-child{padding: 23px 40px 20px 30px;min-width: 263px;}
.slider-dots__item:last-child{padding: 23px 40px 20px;min-width: 317px;}
.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: 16px;
	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;}
.platform{overflow: hidden;}
.platform .slick-list{overflow: unset;}
.slider-item{position: relative;}
.slider-item:nth-child(1)::before,
.slider-item:nth-child(2)::before,
.slider-item:nth-child(3)::before{
	content: '';
	display: block;
	background: url("../image/slid-before.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 184px;
	height: 30px; 
	position: absolute;
	z-index: 2;
}
.slider-item:nth-child(1)::before{
	top: calc(30% - 16.5px);
  	right: -20px;
}
.slider-item:nth-child(2)::before{
	bottom: 32%;
	right: -60px;
}
.slider-item:nth-child(3)::before{
	top: calc(38% - 16.5px);
  	right: -58px;
}
.slider-item:nth-child(2){margin-top: -4px;}
.slider-item:nth-child(2),
.slider-item:nth-child(3){margin-left: -30px;}
.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;
}
.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;
}
.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: #EDE5FE;}
.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(2) .tarifa-card-btn a, 
.new-tarif .tarifa-card3:nth-child(3) .tarifa-card-btn a {
	background: #FFC700;
	color: #0B1218;
}
.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: 120px 0;
	position: relative;
}
.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{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;padding-bottom: 60px;}
.tabs__list {
	border-radius: 8px;
	background: #F5F7F8;
	padding: 10px 5px;
	list-style-type: none;
	width: max-content;
	margin: 30px auto 30px;
	display: flex;
	position: relative;
	z-index: 2;
}
.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 .2s;
}
.tabs__item.active {
	color: #fff;
	background: #8455F8;
}
.tabs__text {
	/* display: none; */
	opacity: 0;
	transition: opacity 1s linear;
}
.tabs__text.active {
	/* display: block;  */
	opacity: 1;
	transition: opacity 1s linear;
}
.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;}
.r-trusted-small a:hover,
.tarif-card-list a:hover,
.panel a:hover,
.popup-youtube:hover,
#slider .slick-dots li button: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;}
.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;
}
.r-trusted-small{
	display: flex;
	justify-content: center;
	color: #47585b;
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
	margin-top: 60px;
}
.blog {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	grid-column-gap: 1.5rem;
	grid-row-gap: 1.5rem;
}
.blog .blog_item {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.07); 
	border-radius: 1rem;
	color: #000000;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}
.blog .blog_item:nth-child(1) { 
	grid-area: 1 / 1 / 2 / 3; 
	position: relative;
} 
.blog .blog_item:nth-child(1) .img{
	display: flex;
	align-items: flex-end;
}
.blog_img-content{
	padding: 44px 20px;
	position: relative;
	z-index: 2;
}
.blog_img-content .name{
	margin-top: 15px;
	color: #fff;
}
.blog .blog_item:nth-child(1)::before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0.00) 0%, rgba(0, 0, 0, 0.85) 100%);
	position: absolute;
	top: 0;
	left: 0;
}
.blog .blog_item:nth-child(1) .img{height: 100%;}
.blog_item:nth-child(1) .name{
	font-size: 22px;
	font-style: normal;
	font-weight: 700;
	line-height: 130.461%;
	letter-spacing: 0.491px;
}
.blog .blog_item .img {
	height: 12rem;
	background-size: cover;
	border-radius: 1rem 1rem 0 0;
}
.blog .blog_item .desc {padding: 0 1rem;}
.blog .blog_item .desc .params {
	display: flex;
	align-items: center;
	/* margin-top: -1.8rem; */
	margin-bottom: 2rem;
}
 .like_tag {
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-weight: 500;
	font-size: 1.5rem;
	height: 3.5rem;
	letter-spacing: 0.490667px;
	text-transform: uppercase;
	color: #272727;
	background: #ffffff;
	border: 1px solid #373737;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: 0px 0px 1.8rem rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 1.8rem rgba(0, 0, 0, 0.07);
	border-radius: 2rem;
	padding: 0.9rem 1.1rem;
	padding: 0rem 1.1rem;
	margin-right: 1.3rem;
	width: max-content;
}
.blog .blog_item .desc .name {
	color: #000;
	font-family: "Gotham Pro";
	font-size: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.491px;
	margin-bottom: 2rem;
}
.desc .name b{
	display: inline-block;
	margin-bottom: 15px;
	font-weight: 700;
}
.min-desctop,
.slick-slide img.laptop,
.laptop,
.mob {display: none;}
.blog .blog_item:hover {
	-webkit-box-shadow: 0px 0px 1.8rem rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 1.8rem rgba(0, 0, 0, 0.3);
}
.r-trusted-small a{color: #1976d2;}
.r-trusted-small span:first-child{margin-right: 24px;}
.robot__btn a:hover,
.i-two__btn a:hover,
.r-hire__btn a:hover,
.i-first__btn a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.desctop,
.ftl__mob {display: none;}
.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {opacity: 0.8;}
.mfp-fade.mfp-bg.mfp-removing {opacity: 0;}
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.75s ease-out;
	-moz-transition: all 0.75s ease-out;
	transition: all 0.75s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {opacity: 1;}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {opacity: 0;}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content    { opacity: 1; }
.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }
/* .pulse{
	position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	z-index: -1;
}
#tabs2 .pulse{
	transform: translate(55%, -49%);
}
.tabs__text._active.active .pulse2,
.tabs__text._active.active .pulse1{
	animation: 1.6s playShadow ease-out ;
}
.pulse2,
.pulse1{
	width: 330px;
	height: 330px;
	border-radius: 50%;
	box-shadow: 0 0 0 146px rgba(132, 85, 248, 0), 0 0 0 27px rgba(132, 85, 248, 0);
		transform: scale(1);
}
@keyframes playShadow {
	0% {
		box-shadow: 0 0 0 0px rgba(132, 85, 248, 0.3), 0 0 0 0px rgba(132, 85, 248, 0.2);
		transform: scale(1);
	}
	18% {box-shadow: 0 0 0 0px rgba(132, 85, 248, 0.3), 0 0 0 0px rgba(132, 85, 248, 0.2);}
	35% {transform: scale(1.08);}
	76% {transform: scale(0.96);}
	100% {
		box-shadow: 0 0 0 146px rgba(132, 85, 248, 0), 0 0 0 27px rgba(132, 85, 248, 0);
		transform: scale(1);
	}
} */
@keyframes pulse {
	from {transform: scale(.9);}
	50% {transform: scale(1);}
	to {transform: scale(.9);}
  }
.rhythm-polls-card {
	border-radius: 16px;
	overflow: hidden;
	justify-content: space-between;
}
.rhythm-polls-title {
	color: #0B1218;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
}
.rhythm-polls-text {
	color: #47585B;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; 
	letter-spacing: -0.04px;
	margin: 16px 0;
}
.rhythm-polls-link a {
	display: inline-block;
	background: #FFC700;
	border-radius: 5.51158px;
	padding: 8px 17px;
	font-style: normal;
	font-weight: 600;
	font-size: 15.4324px;
	line-height: 21px;
	letter-spacing: 0.672413px;
	color: #0B1218;
	text-align: center;
}
.rhythm-polls-img {
	display: flex;
}
.rhythm-polls-flex {
	display: flex;
}
.rhythm-polls-flex > div {
	width: 50%;
}
.rpc1 {
	display: flex;
	margin-bottom: 24px;
	background: #EDE5FE;
	padding: 35px 37px 0 42px;
}
.rpc1 .rhythm-polls-content {
	width: 43%;
	margin-right: 40px;
	padding-bottom: 40px;
}
.rpc2 {
	background: #EDE5FE;
	margin-right: 24px;
	padding: 36px 34px 0;
}
.rpc3 .rhythm-polls-content {
	margin-bottom: 33px;
}
.rpc3 .rhythm-polls-text,
.rpc2 .rhythm-polls-text{
	max-width: 503px;
}
.rpc2 .rhythm-polls-img {
	margin-bottom: -3px;
}
.rpc3 .rhythm-polls-img {
	padding: 0 5px;
}
.rpc2 .rhythm-polls-content {
	margin-bottom: 33px;
}
.rpc3 {
	padding: 36px 34px 0;
	background: #FFF;
	background-position: top right;
	background-repeat: no-repeat;
}
.rpc4 {
	display: flex;
	margin-top: 24px;
	background: #fff;
}
.rpc4 .rhythm-polls-content{
	padding: 36px 0 46px 36px;
}
.rpc4 .rhythm-polls-text{
	max-width: 530px;
}
.rpc4 > div {
	width: 50%;
}
.rpc3 .rhythm-polls-img,
.rpc2 .rhythm-polls-img,
.rpc1 .rhythm-polls-img{
	box-shadow: 0px 1.99px 35.813px 0px rgba(0, 0, 0, 0.08); 
}
.rpc1 .rhythm-polls-img {
	width: 57%;
	max-width: 537px;
}
.rpc4 .rhythm-polls-img {
	margin-top: auto;
	margin-bottom: -1px;
	margin-left: -80px;
	width: 56%;
}
.accordion-sec {
	padding: 100px 0 0;
}
.accordion-sec .panels {
    padding-bottom: 0px;
}
.accordion-sec .panels p {
    /* margin-top: 2px; */
	margin: 0;
}
.accordion-bigtitle {
    font-style: normal;
    font-weight: 700;
    font-size: 42px;
    line-height: 51px;
    text-align: center;
    color: #000000;
	margin-bottom: 30px;
}
.accordion-box {
    border-radius: 30px;
	background: #F5F7F8;
    padding: 48px 65px 0px 36px;
}
.accordions-wraps {
    padding: 0px 0px 77px;
    border-radius: 40px;
}
.accordions-wraps .panels,
.accordions-wraps .accordion__content {
    position: unset;
    max-width: 467px;
}
.accordions-wraps .accordions::after {
    display: none;
}
.accordions-wraps .panels {
    padding-left: 73px;
}
.accordions svg {
    stroke: #A0B0B8;
    margin-right: 20px;
    margin-bottom: -7px;
	min-width: 32px;
}
.panels-img {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
}
.panels-img{
	transition: all 0.6s linear;
}
.acc1-laptop {
    width: 100%;
}
.acc1-0 {
    position: absolute;
    left: 45px;
    bottom: 4px;
}
.acc1-0-laptop {
    position: absolute;
    left: 13vw;
    bottom: 0px;
}
.acc1-1 {
    position: absolute;
    left: 56px;
    bottom: 289px;
    width: 206px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.acc1-4-laptop {
    position: absolute;
    right: 2px;
    bottom: 0px;
}
.acc1-2 {
    position: absolute;
    left: 62px;
    bottom: 114px;
}
.acc1-2-laptop {
    position: absolute;
}
.acc1-3 {
    position: absolute;
    left: 62px;
    bottom: 4px;
}
.acc1-3-laptop {
    position: absolute;
}
.acc1-4 {
    position: absolute;
    bottom: 4px;
    left: 285px;
    border-bottom-right-radius: 30px;
}
.acc1-4-laptop {
    position: absolute;
}
.acc2-1 {
    position: absolute;
    left: 34px;
    bottom: 4px;
    transition: all 1.6s linear;
}
.acc2-1-laptop {
    position: absolute;
    left: 34px;
    bottom: 0px;
}
.acc2-2 {
    position: absolute;
    top: 51px;
    left: 257px;
    transition: all 1.8s linear;
}
.acc2-2-laptop {
    position: absolute;
    top: 40px;
    right: 40px;
}
.acc3-1 {
    position: absolute;
    bottom: 4px;
    left: 0px;
}
.acc3-1-laptop {
    position: absolute;
    bottom: 0px;
    left: 0px;
}
.acc3-2 {
    position: absolute;
    bottom: 33%;
    left: 305px;
}
.acc3-2-laptop {
    position: absolute;
    bottom: 33%;
    right: 14vw;
}
.acc4-1 {
    position: absolute;
    bottom: 4px;
    left: 145px;
}
.acc4-1-laptop {
    position: absolute;
    bottom: 0px;
    right: 7vw;
}
.acc4-2 {
    position: absolute;
    bottom: 26%;
    left: 35px;
}
.acc4-2-laptop {
    position: absolute;
    bottom: 26%;
    left: 7vw;
}
.acc5-laptop {
    width: 100%;
}
.acc5-mob {
    position: absolute;
}
.acc5-1 {
    position: absolute;
    bottom: 4px;
    left: 3px;
    border-bottom-right-radius: 28px;
}
.acc5-1-laptop {
    position: absolute;
    bottom: 0px;
    right: 0px;
    border-bottom-right-radius: 28px;
}
.acc6-1 {
    position: absolute;
    bottom: 4px;
    left: 47px;
}
.acc6-1-laptop {
    position: absolute;
    bottom: 0px;
    left: 12vw;
}
.acc6-2 {
    position: absolute;
    bottom: 43%;
    left: 347px;
}
.acc6-2-laptop {
    position: absolute;
    bottom: 38%;
    right: 10vw;
}
.accordions-wraps .accordion__content {
	max-width: 590px;
}
.accordion-box {
	padding-left: 20px;
	padding-right: 20px;
	background: #F5F7F8;
}
.accordions {
	position: relative;
	padding: 16px 0px 18px 20px;
	padding-left: 20px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	cursor: pointer;
	display: flex;
}
.accordion__content.open .accordions {
	background: radial-gradient(94.46% 424.83% at -1.33% -99.24%, #6046ff 0%, #8d34fe 100%);
	  background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
	color: unset;
}
.accordion__content.open .accordions svg {
	stroke: #8455F8;
	transform: rotate(90deg);
    transition: all 0.3s linear;
}
.accordions-wraps .panels, .accordions-wraps .accordion__content {
	max-width: 590px;
}
.panels-img {
	top: 18px;
	right: 30px;
	max-width: 486px;
	overflow: hidden;
}
.acc1-0 {
	left: 20px;
	bottom: 4px;
	max-width: 540px;
	z-index: 2;
}
.panels {
	display: none;
	/* transition: all 0.4s linear; */
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
}
.accordions-wraps .panels {
	max-height: 0;
	/* transition: all 0.5s linear; */
}
.accordions-wraps {
	padding: 0px 0px 37px;
	border-radius: 40px;
	position: relative;
	min-height: 554px;
}
._anim_items.fade._active {
	-webkit-animation: fadein 0.8s;
	-moz-animation: fadein 0.8s;
	-ms-animation: fadein 0.8s;
	-o-animation: fadein 0.8s;
	animation: fadein 0.8s;
}
._anim_items.fade {
	transform: none;
}
.accordions-wraps .accordion__content.open .panels {
	max-height: 150vh;
	/* transition: all 0.4s linear; */
}
/* .mfp-auto-cursor .mfp-content{
	padding-right: 15px;
} */
.accordions-wraps .accordion__content.open .panels-img ._anim_items{
	opacity: 1;
	transition: all 0.6s linear;
	-webkit-animation: fadein 0.8s;
	-moz-animation: fadein 0.8s;
	-ms-animation: fadein 0.8s;
	-o-animation: fadein 0.8s;
	animation: fadein 0.8s;
}
.acc1-0.acc-desc, .acc-desc {
	display: none;
}
.acc6-laptop, 
.acc6-mob, 
.acc6-1-laptop, 
.acc6-2-laptop, 
.acc2-laptop, 
.acc2-mob, 
.acc2-1-laptop, 
.acc2-2-laptop, 
.acc3-laptop, 
.acc3-mob, 
.acc3-1-laptop, 
.acc3-2-laptop, 
.acc4-laptop, 
.acc4-mob, 
.acc4-1-laptop, 
.acc4-2-laptop, 
.acc5-mob, 
.acc5-laptop, 
.acc5-1-laptop, 
.acc1-laptop, 
.acc1-mob, 
.acc1-0-laptop, 
.acc1-1-laptop, 
.acc1-2-laptop, 
.acc1-3-laptop, 
.acc1-4-laptop {
	display: none;
}
.r-six {
	overflow: hidden;
}
.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;
}
.slider2 {
	padding-bottom: 70px;
}
.slider2 .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.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-list {
	overflow: unset;
}
.slider2 .slick-track {
	align-items: unset;
}
.slider2 .slider__item {
	padding: 60px 15px 0;
	min-height: 100%;
}
.i-six-card {
	min-height: 283px;
	height: 100%;
	position: relative;
	border-radius: 16px;
	background: #f5f7f8;
	padding: 0px 36px 20px;
	display: flex;
	flex-direction: column;
}
.i-six-card-icon {
	margin-top: -35px;
	padding: 15px 20px;
	width: 205px;
	height: 71px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	background: #fff;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.06);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.issb .slider2 .slider__item img {
	width: revert-layer;
}
.slider2 .slider__item img {
	width: unset;
}
.slider__item img {
	max-width: 100%;
	width: 100%;
}
.r-six .i-six-card-text {
	font-style: medium;
}
.bgn1 .i-six-card-text {
	color: #fff;
}
.issb .i-six-card-text {
	font-size: 30px;
}
.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;
}
/*.slider2 .slider__item:nth-child(10) .i-six-card-text{
	font-size: 20px;
	margin-bottom: 20px;
}*/
.slider2 .slider__item:nth-child(10) .i-six-card-text::after, 
.slider2 .slider__item:nth-child(10) .i-six-card-text::before {
	content: "";
	position: absolute;
	width: 56px;
	height: 40px;
}
.slider2 .slider__item:nth-child(10) .i-six-card-text::before {
	right: -12px;
	bottom: -18px;
	background: url("https://potok.io/wp-content/themes/orenpro/talen-measure/img/waveform2.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.slider2 .slider__item:nth-child(10) .i-six-card-text::after {
	left: -12px;
	top: 10px;
	background: url("https://potok.io/wp-content/themes/orenpro/talen-measure/img/waveform.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.bgn1 {
	background: #601EF3;
}
.bgn2{background: #EDE5FE;}
.bgn3{background: #F5F7F8;}
.bgn4{background: #fff;}
.catch-flow3 {
	padding: 100px 0;
	border-radius: 30px;
}
.catch-flow3 h4{
	color: #000;
	text-align: center;
	font-size: 42px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 50px;
}
.catch-flow-card {
	border-radius: 30px;
	padding: 38px 40px;
}
.catch-flow-box > div:nth-child(1) {
	background: #f8efff;
	border-radius: 30px;
	padding: 40px 30px 50px;
}
.catch-flow-box > div:nth-child(1) .catch-flow-title {
	/* background: linear-gradient(360deg,#00A0F2 0%,#7963FF 39.91%);
	background: -webkit-linear-gradient(360deg, #00A0F2 0%, #7963FF 39.91%);
	  background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent; */
	color: #8455F8;
}
.catch-flow-title {
	font-style: normal;
	font-weight: 700;
	font-size: 80px;
	line-height: 86px;
}
.catch-flow-text {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 25px;
	letter-spacing: -0.345455px;
	color: #0b1218;
	margin-top: 10px;
}
.catch-flow-list {
	display: flex;
	margin-top: 24px;
}
.cf-card {
	border-radius: 30px;
	padding: 40px 30px 50px;
	flex-grow: 1;
}
.catch-flow-list > div:nth-child(1) {
	width: 43%;
	/* background: radial-gradient(185.11% 526.97% at -60.55% -121.94%, #6046ff 0%, #8d34fe 100%); */
	background: #FFF;
	margin-right: 24px;
	box-shadow: 0px 2.052px 36.938px 0px rgba(0, 0, 0, 0.08); 
}
.cf-title {
	font-style: normal;
	font-weight: 700;
	font-size: 80px;
	line-height: 86px;
}
.cf-title span {
	font-size: 46px;
	line-height: 55px;
}
.catch-flow-list > div:nth-child(1) .cf-title {
	color: #8455F8;
}
.catch-flow-list > div:nth-child(1) .cf-text {
	color: #0b1218;
}
.cf-text {
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color: #ffffff;
}
.catch-flow-list > div:nth-child(2) {
	background: #02123A; 
	width: 57%;
}
.catch-flow-list > div:nth-child(2) .cf-title {
	/* background: linear-gradient(90deg, #00A0F2 0%, #7963FF 39.91%);
	  background-clip: border-box;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent; */
	color: #A886FB;
}
.catch-flow-list > div:nth-child(2) .cf-title span {
	/* background: linear-gradient(90deg, #00A0F2 0%, #7963FF 39.91%);
	  background-clip: border-box;
	display: inline-block;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent; */
	color: #A886FB;
	position: unset;
}
body .mfp-bg {
	background: #02123a2e !important;
	opacity: 1;
}
.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-color: #FFC700;
	border-color: #FFC700;
	color: #0B1218;
}
.rates-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 24px;
}
.rates-card {
	border-radius: 16px;
	background: #F5F7F8;
	padding: 18px 28px 28px;
	display: flex;
	flex-direction: column;
}
.rates-card-top {
	border-radius: 10px;
	background: #FFF;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.06);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0px -9px 32px 0px;
	padding: 8px; 
	height: 60px;
	color: #0B1218;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
	letter-spacing: -0.002px;
}
.rates-card-top span{
	margin-right: 20px;
}
.rates-card-center {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.rates-card-title {
	color: #0B1218;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%; 
	letter-spacing: -0.006px;
}
.rates-card-text {
	color: #0B1218;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
	margin-top: 5px;
}
.rates-card-btn {
	margin-top: 30px;
}
.rates-card-btn a{
	border-radius: 4px;
	background: #FFC700;
	padding: 14px 16px; 
	color: #0B1218;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px; 
	letter-spacing: 0.4px;
	display: inline-block;
	width: 100%;
	transition: all 0.3s linear;
}
.rates-link {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}
.rates-link a{
	display: flex;
	align-items: center;
	color: #1976D2;
	font-family: "Roboto";
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.4px;
	transition: all 0.3s linear;
}
.rates-link svg{
	margin-left: 4px;
}
.rates-card-btn a:hover,
.rates-link a:hover{
	opacity: 0.7;
	transition: all 0.3s linear;
}
@media (max-width: 1449px) {
	.accordions-wraps .panels, 
	.accordions-wraps .accordion__content {
		max-width: 523px;
	}
	.i-six-card-text {
	  font-size: 28px;
	}
	.i-six-card {
	  padding: 0px 25px 20px;
	}
	.itb_2{
		padding: 36px 20px 20px;
	}
	.i-six-slider__box {
	  /* max-width: 1066px; */
	  margin-top: 20px;
	}
	.panels-img img,
	.rhythm-polls-img img{
		display: none;
	}
	.panels-img img.acc-desc,
	.rhythm-polls-img img.desctop{
		display: block;
	}
	.rpc1 .rhythm-polls-img{
		max-width: 451px;
	}
	.rpc1 .rhythm-polls-content{
		max-width: 416px;
		padding-top: 40px;
	}
	.rpc1{
		padding: 0px 40px 0 42px;
		align-items: center;
	}
	.rpc3,
	.rpc2{
		padding: 40px 40px 0;
	}
	.rpc4 .rhythm-polls-content{
		padding: 36px 0 46px 40px;
	}
	.catch-flow3 h4{
		margin-bottom: 40px;
		font-size: 48px;
	}
	.cf-title,
	.catch-flow-title{
		font-size: 60px;
		line-height: 60px;
	}
	.catch-flow-text{
		font-size: 18px;
	}
	.rates-card-title{
		font-size: 28px;
	}
	.rates-card{
		padding: 11px 28px 28px;
	}
	.rates-card-top{
		margin: 0px -17px 39px;
	}
	.itb_1 .i-two-img{
		margin-bottom: 50px;
	}
	.panels-img{
		max-width: 420px;
	}
	.accordion-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.tarifa-card-top{border-radius: 48px;}
	.platform{
		padding: 68px 0 60px;
	}
	.robot-box{border-radius: 0;}
	.i-eight-card-icon{left: 30px;}
	.i-eight-card{padding: 60px 30px 30px 30px;}
	.tabs__list{margin-bottom: 36px;}
	.best-practices .i-two-title{max-width: 672px;}
	.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: 14px;}
	.expert-quote{max-width: 704px;}
	.expert-left {margin-right: 40px;}
	.rob-new .container{
		max-width: unset;
		padding: 0;
	}
	.tab-pane-img{
		max-width: 1140px;
		margin: 0 auto;
	}
	.itb_3 .i-two__text{padding: 0 25px;}
	.rh-section{padding: 72px 0;}
	.rh-section .i-two-title{max-width: unset;}
	.rt1 {left: 238px;}
	.rt2 {left: 293px;}
	.rt3 {
		left: 152px;
		bottom: 175px;
	}
	.baner-text {max-width: 470px;}
	.baner-title {
		font-size: 64px;
		line-height: 120%;
		max-width: 661px;
	}
	.nout-hide,
	.robot-img img,
	.rh6 img {display: none;}
	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;}
	.video-icon{
		width: 100px;
		height: 100px;
		top: calc(50% - 50px);
  		left: calc(50% - 50px);
	}
	.wrap-slider-dots{
		max-width: 1226px;
		padding: 0 26px;
	}
	.i-two-title {max-width: 662px;}
	.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) {
	.platform-title,
	.potok-who-title,
	.we-trusted h4,
	.i-five-title,
	.i-four-title,
	.i-two-title {
		font-size: 32px;
		font-weight: 600;
	}
	.ift {max-width: 718px;}
	.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;}
	.i-four-text,
	.i-three-text,
	.i-first-text {font-size: 16px;}
}
@media (max-width: 1170px) {
	.blog .blog_item .img {
		height: 26.4rem;
	}
	.mfp-auto-cursor .mfp-content{
		padding-right: 0px;
	}
	.box-tabs .slick-dots li:last-child::before{
		top: -40px;
		right: -23px;
		width: 60px;
		height: 60px;
	}
	.box-tabs .slick-dots li{
		margin-left: 5px;
		margin-right: 5px;
	}
	.accordions-wraps .panels {
		padding-left: 53px;
	}
	.itb_1 .i-two-img {
		margin-bottom: 35px;
	}
	.panels-img {
		top: unset;
		bottom: 0;
		right: 0;
		width: 92%;
		max-width: 710px;
		padding-right: 10vw;
		bottom: 50px;
	}
	.accordion__content:nth-child(1) .panels-img {
		width: 92%;
		max-width: 710px;
		padding-right: 10vw;
	}
	.accordions {
		padding: 13px 0px 13px 40px;
		padding-left: 40px;
	}
	.accordions-wraps .accordions {
		padding-left: 0;
	}
	.accordions-wraps .accordion__content {
		max-width: 96%;
	}
	.accordions-wraps {
		padding-bottom: 600px;
	}
	.rpc1 .rhythm-polls-content {
		width: 100%;
		padding: 19px 0;
	}
	.rpc3,
	.rpc2 {
		padding: 20px 20px 0;
	}
	.rpc4 .rhythm-polls-content {
		padding: 20px 0 20px 20px;
	}
	.rpc4 .rhythm-polls-img {
		margin: 10px 0px 0px 0px;
	}
	.rhythm-polls-img img.desctop,
	.panels-img img.acc-desc,
	.rhythm-polls-img img {
		display: none;
	}
	.panels-img img.acc1-laptop,
	.rhythm-polls-img img.laptop {
		display: block;
	}
	.rpc3 .rhythm-polls-content,
	.rpc2 .rhythm-polls-content {
		padding: 0;
	}
	.rpc1 {
		padding: 0px 20px 0 20px;
	}
	.rhythm-polls-title {
		font-size: 20px;
		line-height: 24px;
	}
	.rhythm-polls-text {
		font-size: 14px;
		line-height: 19px;
		margin: 12px 0;
	}
	.pulse2,
	.pulse1{
		width: 410px;
		height: 410px;
	}
	.i-first-star3{bottom: 35px;}
	.i-first-face1{
		left: 50px;
		top: 76px;
		max-width: 200px;
	}
	.i-first-face2{
		max-width: 200px;
		right: 18px;
 	 	top: 38%;
	}
	.i-first-face3{
		max-width: 230px;
		bottom: 44px;
  		left: 22%;
	}
	.star1{
		bottom: unset;
		top: -40px;
		left: -10px;
	}
	.star2{
		top: -30px;
		right: -20px;
	}
	.video-icon{
		width: 70px;
		height: 70px;
		top: calc(50% - 35px);
  		left: calc(50% - 35px);
	}
	.video-icon svg{
		width: 100%;
		height: 100%;
	}
	.tarifa-card-top svg {margin-right: 10px;}
	.tarifa-card-top{padding: 14px 18px;}
	.slider-item:nth-child(1)::before{
		width: 165px;
		right: -107px;
	}
	.slider-item:nth-child(2)::before{
		width: 210px;
		right: -110px;
	}
	.potok-who-card__img{padding: 0;min-width: 254px;}
	.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;}
	.rhc1{padding: 13px 0 0px;}
	.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{padding: 12px 20px 0;}
	.rhc1 .rhc__text {margin-bottom: 18px;}
	.rhci2{margin-top: 0;}
	.rhc3 .rhc__title, 
	.rhc3 .rhc__text {padding: 0 20px;}
	.rhc1 .rhc__title,
	.rhc1 .rhc__text{padding: 0;}
	.rhci3{
		margin-top: 10px;
		padding-left: 20px;
	}
	.r-hire-card{justify-content: flex-start;}
	.r-hire__flex{flex-direction: column;}
	.r-hire__left{
		width: 100%;
		margin: 0 0 24px;
	}
	.catch-flow-list > div:nth-child(1){
		width: 100%;
		margin: 0px 0px 24px 0px;
	}
	.catch-flow-list > div:nth-child(2){
		width: 100%;
	}
	.rates h4{
		font-size: 48px; 
		line-height: 48px;
		margin-bottom: 50px;
	}
	.cf-title span{
		font-size: 30px; 
	}
	.rates-card-top{
		padding: 10px;
		margin: -28px 0px 24px;
		min-height: 115px;
		text-align: center;
	}
	.rates-card-top span{
		margin: 0;
	}
	.rates-card {
		padding: 0px 20px 28px;
	}
	.rates-card-top,
	.catch-flow-list{
		flex-direction: column;
	}
	.catch-flow-box > div:nth-child(1){
		padding: 40px;
	}
	.cf-title, .catch-flow-title{
		font-size: 40px; 
		line-height: 40px;
	}
	.catch-flow3 h4{
		font-size: 32px;
		margin-bottom: 40px;
	}
	.r-hire__right{width: 100%;}
	.rhc4 .r-hire-card__content,
	.rhc5 .r-hire-card__content{padding: 0 20px;}
	.rhc4 .rhc__text,
	.rhc4 .rhc__title{padding: 0;}
	.rhc4{padding: 20px 0 0;}
	.rhc5{padding: 0;}
	.rhc5 .r-hire-card__content{padding: 20px 20px 0px 20px;}
	.rhc2{padding: 20px 0 0px;}
	.rhc2 .r-hire-card__content{padding: 0 20px;}
	.slider-dots__item{
		padding: 10px 23px 12px 40px;
		min-width: 273px;
		height: 98px;
	}
	.slider-dots {
		padding-right: 16px;
		width: max-content;
	 }
	.wrap-slider-dots {
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
		justify-content: unset;
		display: block;
		-ms-overflow-style: none;
		scrollbar-width: none;
		-ms-overflow-style: none;
		scrollbar-width: none;
	}
	/* хром, сафари */
.wrap-slider-dots::-webkit-scrollbar { width: 0;height: 0; }

/* ie 10+ */
.wrap-slider-dots { -ms-overflow-style: none; }

	.slider-dots__item span{
		font-size: 16px;
	}
	.slider-dots__item:last-child {
		padding: 8px 35px 8px;
		min-width: 273px;
	}
	.slider-dots__item:first-child {
		padding: 8px 20px 5px 22px;
		min-width: 228px;
	}
	.rhc3{padding: 24px 0;}
	.slider-dots__item svg,
	.potok-who-ellipse,
	.potok-who-card__img img,
	#tabs-1 .video__item img,
	.rob-new .robot-box::after,
	.rob-new .robot-box::before,
	.i-two__img img,
	.itb__right,
	.rhc4 img,
	.rhci2 img,
	.rhci3 img,
	.rhc5 img{display: none;}
	.slider-dots__item svg.laptop,
	.potok-who-card__img img.laptop,
	.itb_1 img.laptop-img,
	#tabs-1 .video__item img.laptop-img,
	.i-two__img img.laptop-img,
	.rhci2 img.laptop,
	.rhci3 img.laptop,
	.rhc4 img.laptop-img,
	.rhc5 img.laptop-img{display: block;}
	.rhc4 .r-hire-card__img {margin-top: 5px;}
	.platform{
		margin: 72px 0;
		padding: 40px 0;
		border-radius: 0;
	}
	.robot-two-text{max-width: 680px;padding: 0 25px;}
	.itb_3 .i-two__text{
		max-width: 640px;
		margin: 0 auto 40px;
	}
	.robot-box-tabs {padding: 0px 0px 0;}
	.unified-database.ud .i-two-grid {grid-template-columns: 1fr;}
	.itb_2 .i-two__text{max-width: 722px;}
	.i-two-img{max-width: 546px;}
	/* .i-two__title{font-size: 20px;} */
	.itb_1 .itb__flex{margin-bottom: 40px;}
	.itb_1 img{
		height: 100%;
		display: none;
	}
	.i-two__img{margin-top: auto;}
	/* #slider {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;}
	.new-tarif h4{
		font-size: 32px;
		padding-bottom: 12px;
	}
	.new-tarif{padding: 72px 0;}
	.tarifa-card-top{
		margin: 0 15px;
  		width: calc(100% - 30px);
	}
	.new-tarif .tarifa-card-bottom{min-height: 143px;}
	.blog_item:nth-child(1) .name{
		font-size: 20px;
		font-weight: 400;
	}
	.put {padding: 48px 0 0;}
	.videos-slider-text{
		padding: 0 24px 0 24px;
		bottom: 27px;
	}
	.best-practices{padding-top: 72px;}
	.questions{padding: 72px 0;}
	.blog{grid-template-columns: 1fr 1fr;}
	.blog .blog_item:nth-child(1) {grid-area: unset;}
	.slider-item:nth-child(2), .slider-item:nth-child(3){margin: 0 20px;}
	.slider-item{
		margin: 0 20px;
		border-radius: 15.618px;
	}
	.r-hire{border-radius: 0;}
	.i-eight-card {padding: 36px 24px 30px 36px;}
	.i-eight-card-text{max-width: unset;}
	.i-eight-card-icon{position: unset;}
	.two-left{max-width: unset;}
	.two-right{
		position: unset;
		width: unset;
	}
	.baner-title span img {max-width: 72px;}
	.robot-text {font-size: 16px;}
	.robot-link {margin-top: 40px;}
	.robot-box {position: relative;}
	.robot-box::after,
	.robot-box::before {
		content: '';
		position: absolute;
	}
	.robot-box::after {
		background: url('../img/robot-box1.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 207px;
		height: 100%;
		left: 0;
		top: 2px;
	}
	.robot-box::before {
		background: url('../img/robot-box2.png');
		background-size: contain;
		background-repeat: no-repeat;
		width: 185px;
		height: 489px;
		right: 0;
		bottom: 52px;
	}
	.robot-text {
		padding: 16px;
		position: unset;
		margin-bottom: 24px;
	}
	.rt1 {
		margin-left: 142px;
		margin-right: 140px;
		margin-top: 75px;
	}
	.rt2 {
		margin-left: 55px;
		margin-right: 55px;
	}
	.rt3 {
		margin-left: 65px;
		margin-right: 70px;
	}
	.questions h4 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 34px;
	}
	.tarifa h4 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	.r-six {padding-top: 0;}
	.rh5 {padding: 32px 16px 0;}
	.rh4 {padding: 32px 1px 0;}
	.rh6 .r-hire-card__img {padding: 21px 0 12px;}
	.r-hire-card__title {
		font-size: 20px;
		font-weight: 500;
		letter-spacing: -0.04px;
	}
	.robot-box {padding: 48px 0;}
	.unified-database .i-two-blocks__top .i-two-block__top-img {max-width: 303px;}
	.tarifa-text {
		margin-bottom: 36px;
		max-width: 655px;
	}
	.i-two-title {max-width: 556px;}
	.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;
	}
	.i-form {padding-top: 72px;}
	.rh6 img.nout,
	.robot-img img.nout,
	.unified-database .i-two-blocks__top .i-two-block__top-img img,
	.baner-img img,
	.i-two-baner__img img {display: none;}
	.rh6 img.laptop-img,
	.robot-img img.laptop-img,
	.unified-database .i-two-blocks__top .i-two-block__top-img img.laptop-img,
	.baner-img img.baner-img-tabl,
	.i-two-baner__img img.laptop-img {display: block;}
	.page-form-box .box-inner-wrap {
		padding: 36px 60px 120px;
		flex-direction: column;
	}
	.i-two-baner__img {
		width: 62%;
		margin: 10px 15px -5px -3px;
	}
	.i-two-baner__right {padding: 58px 0px 53px 24px;}
	.we-trusted {padding: 48px 0 150px;}
	.i-five-card-img {width: 40px;}
	.i-five-card-img img {
		width: 100%;
		height: 100%;
	}
	.i-five-card-text {
		font-size: 14px;
		min-height: 97px;
	}
	.container-slider {
		padding: 0 0px;
		margin: 50px 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-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-eight-list {grid-template-columns: 1fr;}
	.i-four {padding: 0px 0 72px;}
	.robot {padding-top: 72px;}
	.r-hire,
	.unified-database,
	.tarifa,
	.i-five,
	.i-three,
	.i-two {padding: 72px 0;}
	.i-eight{padding: 72px 0 0px 0;}
	.slider {padding: 0px 0 20px; margin: 0px -52px 0;}
	.i-first {padding: 110px 0 40px;}
}
@media (max-width: 790px) {
	.robot-text {font-size: 16px;}
}
@media (max-width: 747px) {
	/* .blog .blog_item .desc .params{
        margin-top: 0;
    } */
	#slider .slide img{
		object-fit: unset;
	}
	.rates-card-top span{
		margin-right: 20px;
		display: flex;
	}
	.rates-card-top {
		padding: 10px;
		margin: 10px -20px 39px;
		min-height: 60px;
		text-align: center;
		flex-direction: row;
	}
	.cf-title span{
		font-size: 20px;
		line-height: 28px;
	}
	.cf-text,
	.catch-flow-text{
		font-size: 16px;
	}
	.cf-title, .catch-flow-title{
		font-size: 30px;
		line-height: 30px;
	}
	.cf-card,
	.catch-flow-box > div:nth-child(1){
		padding: 20px;
		border-radius: 20px;
	}
	.catch-flow3{
		padding: 0 0 64px;
	}
	.rates h4,
	.catch-flow3 h4,
	.i-six-title{
		font-size: 24px;
		line-height: 28px;
	}
	.slider-item:nth-child(2){
		margin-right: 0px;
		margin-left: 0;
	}
	.slider-item:nth-child(2),
	.slider-item:nth-child(3),
	.slider-item{
		margin: 0 0 0 10px;
	}
	.slider-item:nth-child(1){
		margin-left: 16px;
	}
	.unified-database .i-two-box{
		margin-top: 30px;
	}
	.rates-list{
		grid-template-columns: 1fr;
	}
	.accordions-wraps {
		padding-bottom: 89vw;
	}
	.accordion__content:nth-child(1) .panels-img,
	.panels-img{
		width: 100%;
		padding: 0;
		bottom: 0;
	}
	.accordion-bigtitle{
		font-size: 30px;
		line-height: 36px;
	}
	.accordion-box{
		padding: 46px 19px 53px;
	}
	.potok-who {
		padding-top: 64px;
	}
	.slider .slick-slide img,
	.box-tabs .slick-dots li:last-child::before,
	.panels-img img.acc1-laptop,
	.rhythm-polls-img img.laptop {
		display: none;
	}
	.slider .slick-slide img.laptop,
	.panels-img img.acc1-mob,
	.rhythm-polls-img .mob-hide {
		display: block;
	}
	.rhythm-polls-flex{
		flex-direction: column;
	}
	.rhythm-polls-link a,
	.rhythm-polls-flex > div{
		width: 100%;
	}
	.rpc1 {
		padding: 16px 16px 0;
		flex-direction: column;
	}
	.rpc3 .rhythm-polls-content,
	.rpc2 .rhythm-polls-content,
	.rpc1 .rhythm-polls-content {
		padding: 0 0 25px;
		margin: 0;
	}
	.rpc1 .rhythm-polls-img {
		margin-bottom: -2px;
		width: 100%;
		max-width: unset;
	}
	.rpc4 > div,
	.rpc2 .rhythm-polls-img,
	.rpc3 .rhythm-polls-img,
	.rpc4 .rhythm-polls-img {
		width: 100%;
	}
	.rpc2 {
		padding: 16px 16px 0;
		margin: 0px 0px 24px 0px;
	}
	.rpc3 {
		padding: 16px 16px 0;
	}
	.rpc4 {
		padding: 16px 0px 0px 0px;
		flex-direction: column;
	}
	.rpc4 .rhythm-polls-content {
		padding: 0 16px;
		margin-bottom: 5px;
	}
	.rhythm-polls {
		margin-bottom: 60px;
	}
	@keyframes playShadow {
		0% {
			box-shadow: 0 0 0 0px rgba(132, 85, 248, 0.3), 0 0 0 0px rgba(132, 85, 248, 0.2);
			transform: scale(1);
		}
		18% {box-shadow: 0 0 0 0px rgba(132, 85, 248, 0.3), 0 0 0 0px rgba(132, 85, 248, 0.2);}
		35% {transform: scale(1.08);}
		76% {transform: scale(0.96);}
		100% {
			box-shadow: 0 0 0 98px rgba(132, 85, 248, 0), 0 0 0 27px rgba(132, 85, 248, 0);
			transform: scale(1);
		}
	}
	@-webkit-keyframes float {
		0% {transform: translatey(0px);}
		50% {transform: translatey(-10px);}
		100% {transform: translatey(0px);}
	  }
	@keyframes float {
		0% {transform: translatey(0px);}
		50% {transform: translatey(-10px);}
		100% {transform: translatey(0px);}
	}
	.i-first-star2{max-width: 17px;}
	.i-first-star1{max-width: 15px;}
	.i-first-star3{max-width: 21px;}
	.i-first .i-first-star1 img,
	.i-first .i-first-star2 img,
	.i-first .i-first-star3 img,
	.i-first .i-first-face1 img,
	.i-first .i-first-face2 img,
	.i-first .i-first-face3 img{display: block;}
	.i-first-face1 {
		left: 18px;
		top: 40px;
	}
	.i-first-face2 {
		right: 5px;
		top: 38%;
	}
	.i-first-face1,
	.i-first-face2 {
		max-width: 100px;
	}
	.i-first-face3{
		max-width: 110px;
		bottom: 7px;
    	left: 22%;
	}
	.pulse2, .pulse1 {
		width: 200px;
		height: 200px;
	}
	.slider-item:nth-child(1)::before, 
	.slider-item:nth-child(2)::before, 
	.slider-item:nth-child(3)::before,
	.star1,
	.star2{display: none;}
	.slider-item:nth-child(2)::before {width: 101px;}
	.slider-item:nth-child(1)::before{
		width: 72px;
		right: -60px;
	}
	.slider {
		margin: 20px 0px 0;
		padding-bottom: 0px;
	}
	.slider-dots__item {
		padding: 1px 20px 3px 25px;
		height: 44px;
		flex-grow: unset;
	}
	.slider-dots__item:last-child{
		padding: 1px 20px 3px 25px;
		min-width: 200px;
	}
	.slider-dots__item:nth-child(1),
	.slider-dots__item:nth-child(1) svg{min-width: 172px;}
	.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: 200px;}
	.slider-dots__item svg{height: 44px;}
	.slider-dots__item:first-child {padding: 1px 20px 3px 20px;}
	.slider-dots__item p{font-size: 14px;}
	.slider-dots__item span{font-size: 12px;}
	.slider-dots{
		width: max-content;
		padding-right: 30px;
	}
	.wrap-slider-dots{
		padding: 0 15px;
		margin-right: -15px;
		width: calc(100% + 15px);
	}
	.wrap-slider-dots::-webkit-scrollbar {display: none;}
	.platform-text{font-size: 14px;}
	.itb_3 .i-two__text{margin-bottom: 24px;}
	.itb_3 .i-two__title, 
	.itb_3 .i-two__text,
	.itb_2{text-align: center;}
	.r-trusted-small{
		flex-direction: column;
		font-size: 13px; 
		margin-top: 40px;
		text-align: center;
	}
	.potok-who-tech{
		text-align: center;
		margin-top: 8px;
		font-size: 16px;
	}
	.potok-who-card__top{width: 100%;}
	.potok-who-card{flex-direction: column;}
	.potok-who-title{font-size: 24px;}
	.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{
		width: 60px;
		height: 60px;
		top: calc(50% - 30px);
  		left: calc(50% - 30px);
	}
	.videos-slider-text{
		font-size: 20px; 
		font-weight: 500; 
	}
	.best-practices {padding-top: 64px;}
	.expert-box{
		padding: 32px 16px 260px;
		text-align: center;
	}
	.expert .container{padding: 0;}
	.new-tarif .tarifa-card-top{font-size: 16px;}
	.tarifa-card-top{
		font-weight: 400;
		height: 80px;
		top: -40px;
	}
	.tarifa-card-top span{width: min-content;}
	.tarifa-card-price {font-size: 32px;}
	.expert-right-img{display: none;}
	.robot__btn{
		margin-top: 12px;
		padding: 0 27px;
	}
	.new-tarif h4{
		font-size: 24px;
		padding-bottom: 12px;
		margin-top: -10px;
	}
	.new-tarif {padding: 64px 0;}
	.platform {
		margin: 64px 0;
		padding: 32px 0 0px;
		border-radius: 0px; 
	}
	.platform-title{font-size: 24px;}
	#slider{padding: 32px 0px 0px;}
	.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;
	}
	.expert-quote-img{
		top: 18px;
  		left: 16px;
	}
	.expert-quote-img2 {
		bottom: 18px;
		right: 16px;
	}
	.i-two-title{line-height: 140%;}
	.slick-slider-dots{
		overflow-x: scroll;
		justify-content: unset;
		padding-left: 16px;
		padding-right: 30px;
		-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;
	}
	.robot-two-text{
		font-size: 16px;
		padding: 0 15px;
	}
	.i-two-block {padding: 16px 0 0;}
	.itb_2{margin: 0px 0px 24px 0px;padding: 16px;}
	.i-two__text{font-size: 14px;line-height: 140%; }
	.itb_1 .i-two-img{
		margin: 0px 21px 28px;
		overflow: hidden;
	}
	.itb_4 .i-two__img{
		margin: 10px 10px 0px 10px;
	}
	.i-two__btn a{width: 100%;}
	.itb__left{
		margin: 0;
		width: 100%;
	}
	.itb_5 .i-two__img{
		margin-top: 24px;
	}
	.itb_1 .itb__flex{padding: 0 16px 0px; margin-bottom: 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;}
	.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;
	}
	.rhc4 .r-hire-card__img{
		margin: 0px 0px 0px 0px;
		max-width: unset;
	}
	.itb_5 .i-two__title, 
	.itb_5 .i-two__text,
	.itb_4 .i-two__title,
	.itb_4 .i-two__text,
	.itb_3 .i-two__title, 
	.itb_3 .i-two__text{padding: 0 16px;}
	.itb_2 .i-two__title, 
	.itb_2 .i-two__text{padding: 0 0px;}
	.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;}
	.i-first img.mobile-img,
	.i-two-block img.mobile-img{display: block;}
	.if__new .container-slider{margin: 26px 0px 0;}
	.rhci3 {
		margin-top: 59px;
		padding-left: 16px;
	}
	.i-two__title{
		font-size: 20px;
		font-weight: 500;
		text-align: center;
		margin-bottom: 12px;
	}
	.itb_2 .i-two__text{
		margin-bottom: 20px;
	}
	.rhc3 .rhc__title, .rhc3 .rhc__text {padding: 0 16px;}
	.rhc3 {padding: 16px 0 32px;}
	.rhci2{margin-top: -30px;}
	.rhc2 .r-hire-card__content {padding: 0 16px;}
	.rhc2 {padding: 16px 0 0px;}
	.r-hire__btn{margin: 36px 7px 0;}
	.r-hire-right {grid-template-columns: 1fr;}
	.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 24px;}
	.rh-section .tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item {
		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;
	}
	.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;
		padding: 48px 0;
		border-radius: 0px;
	}
	.box-tabs .container,
	.accordion-sec .container{
		padding: 0;
	}
	.unified-database.ud .i-two-title {max-width: 300px;}
	.itb_1 .i-two__title{max-width: 293px;margin: 0 auto 12px;}
	.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%;}
	.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;}
	.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;
	}
	.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;
	}
	.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;}
	.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-blocks__top {padding: 24px 16px;}
	.unified-database-text {font-weight: 500;}
	.i-two {
		padding: 36px 0;
		border-radius: 36px;
	}
	.i-form .container,
	.i-three .container,
	.i-two .container {padding: 0;}
	.i-two-title {font-size: 24px;}
	.i-product-list {
		padding: 36px 15px;
		grid-template-columns: 1fr;
	}
	.i-product-card__title {
		margin: 24px 0 8px;
		font-size: 20px;
	}
	.i-two-grid {grid-template-columns: 1fr;}
	.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;}
	.r-hire {border-radius: 24px;}
	.robot .container {padding: 0;}
	.tarifa-text {padding: 0 15px;}
	.baner-img img {
		max-width: 100%;
		padding: 0 13px;
	}
	.slider-dots__item svg.laptop,
	.tab-pane-img img,
	.rhci3 img.laptop,
	.rhci2 img.laptop,
	.baner-img img.baner-img-tabl,
	.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;}
	.slider-dots__item svg.mobile-img,
	.tab-pane-img img.mobile-img,
	.rhci3 img.mobile-img,
	.rhci2 img.mobile-img,
	.baner-img img.baner-img-mob,
	.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 36px;}
	.questions,
	.unified-database,
	.tarifa,
	.i-eight,
	.i-five,
	.i-three,
	.i-two {padding: 64px 0;}
	.i-three-bg {padding-top: 66px;}
	.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;}
	.page-form-box .form-title {
		font-weight: 600;
		font-size: 32px;
	}
	/* .blog .blog_item .desc .params{margin-top: -18.5px;} */
	.i-form {padding-top: 64px;}
	.page-form-box .box-inner-wrap {padding: 36px 15px 120px;border-radius: 16px; }
	.page-form-box .info-wrap {
		left: 10px;
		width: 92%;
	}
	.blog_item:nth-child(1) .name {font-size: 16px;}
	.blog_img-content {padding: 28px 1.5rem;}
	.like_tag{
		height: 37px;
		font-size: 13px;
		border-radius: 20px; 
	}
	.blog .blog_item:nth-child(1) .img{background-position: center;height: 372px;}
	.blog .blog_item .img{
		height: 175px;
		border-radius: 10px;
		background-position: center;
	}
	/* .blog .blog_item,
	.blog .blog_item:nth-child(1){height: 372px;} */
	.blog {
		grid-template-columns: 1fr;
		grid-gap: 24px;
	}
	.i-eight-card {
		padding: 16px;
		align-items: flex-start;
	}
	.i-eight-card-text {
		font-size: 16px;
		font-weight: 400;
	}
	.i-eight-card-content {margin-right: 10px;}
	.slider .slick-dots {margin-top: 10px;}
	.page-form-box .form-wrap {padding: 36px 16px 20px;margin-bottom: 43px;}
	.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;}
}
/*form_0823*/
/*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) {
	#slider .slide img,
		.tab-pane-img {
			max-height: unset;
		}
	.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;
}
.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;
}
/*form_0823*/