/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
	line-height: 1.15; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
   * Add the correct display in IE 9-.
   * 1. Add the correct display in IE.
   */

figcaption,
figure,
main {
	/* 1 */
	display: block;
}

/**
   * Add the correct margin in IE 8.
   */

figure {
	margin: 1em 40px;
}

/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
   * 1. Remove the gray background on active links in IE 10.
   * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
   */

a {
	background-color: transparent; /* 1 */
	-webkit-text-decoration-skip: objects; /* 2 */
}

/**
   * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
   * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
   */

b,
strong {
	font-weight: inherit;
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */

b,
strong {
	font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
   * Add the correct font style in Android 4.3-.
   */

dfn {
	font-style: italic;
}

/**
   * Add the correct background and color in IE 9-.
   */

mark {
	background-color: #ff0;
	color: #000;
}

/**
   * Add the correct font size in all browsers.
   */

small {
	font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

audio,
video {
	display: inline-block;
}

/**
   * Add the correct display in iOS 4-7.
   */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
   * Remove the border on images inside links in IE 10-.
   */

img {
	border-style: none;
}

/**
   * Hide the overflow in IE.
   */

svg:not(:root) {
	overflow: hidden;
}

/* Forms
	 ========================================================================== */

/**
   * Remove the margin in Firefox and Safari.
   */

button,
input,
optgroup,
select,
textarea {
	margin: 0;
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */

button,
input {
	/* 1 */
	overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */

button,
select {
	/* 1 */
	text-transform: none;
}

/**
   * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
   *    controls in Android 4.
   * 2. Correct the inability to style clickable types in iOS and Safari.
   */

button,
  html [type="button"], /* 1 */
  [type="reset"],
  [type="submit"] {
	-webkit-appearance: button; /* 2 */
}

/**
   * Remove the inner border and padding in Firefox.
   */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
   * 1. Add the correct display in IE 9-.
   * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */

progress {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
   * Remove the default vertical scrollbar in IE.
   */

textarea {
	overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10-.
   * 2. Remove the padding in IE 10-.
   */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
   * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
   */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
   * Add the correct display in IE 9-.
   * 1. Add the correct display in Edge, IE, and Firefox.
   */

details, /* 1 */
  menu {
	display: block;
}

/*
   * Add the correct display in all browsers.
   */

summary {
	display: list-item;
}

/* Scripting
	 ========================================================================== */

/**
   * Add the correct display in IE 9-.
   */

canvas {
	display: inline-block;
}

/**
   * Add the correct display in IE.
   */

template {
	display: none;
}

/* Hidden
	 ========================================================================== */

/**
   * Add the correct display in IE 10-.
   */

[hidden] {
	display: none;
}

/* хром, сафари */
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-size: 64px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.022px;
	max-width: 975px;
	margin: 0 auto;
}
.i-first-title .blue {
	color: #c091ff;
}
.i-first-text {
	color: #212121;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	margin: 20px auto;
	max-width: 775px;
}
.i-first-btn {
	display: flex;
	justify-content: center;
}
.i-first-btn a {
	display: inline-block;
	border-radius: 4px;
	background: #ffc700;
	padding: 20px 24px;
	color: #000;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.4px;
}
.container-slider {
	margin-top: -50px;
	/* max-width: 1280px;
	margin: 0px auto 0;
	padding: 0 42px; */
}
.i-first-slid-bottom {
	margin-top: 10px;
	display: none;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	font-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;
}
.r-trusted-title {
	max-width: 776px;
	margin: 0 auto;
	color: #0b1218;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
}
.we-trusted {
	padding: 100px 0 150px;
	overflow: hidden;
	background: #02123a;
}
.we-trusted h4 {
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	margin-bottom: 0;
	margin-top: 0;
}
:root {
	--color-text: navy;
	--color-bg: papayawhip;
	--color-bg-accent: #ecdcc0;
	--size: clamp(10rem, 1rem + 20vmin, 30rem);
	--gap: calc(var(--size) / 6);
	--duration: 60s;
	--scroll-start: 0;
	--scroll-end: calc(-100% - var(--gap));
}
@media (prefers-color-scheme: dark) {
	:root {
		--color-text: papayawhip;
		--color-bg: navy;
		--color-bg-accent: #2626a0;
	}
}
.wrapper {
	display: flex;
	flex-direction: column;
	gap: var(--gap);
	margin: auto;
	max-width: 100vw;
}
.marquee {
	display: flex;
	overflow: hidden;
	user-select: none;
	margin-top: 60px;
}
.marquee svg {
	margin-right: 50px;
}
.marquee__group {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	gap: var(--gap);
	min-width: 100%;
	animation: scroll-x var(--duration) linear infinite;
}
@media (prefers-reduced-motion: reduce) {
	.marquee__group {
		animation-play-state: paused;
	}
}
.marquee--reverse .marquee__group {
	animation-direction: reverse;
	animation-delay: -3s;
}
@keyframes scroll-x {
	from {
		transform: translateX(var(--scroll-start));
	}
	to {
		transform: translateX(var(--scroll-end));
	}
}
.i-six {
	padding: 120px 0;
	overflow: hidden;
}
.slider2 .slick-list {
	overflow: unset;
}
.slider2 .slider__item {
	padding: 60px 15px 0;
	min-height: 100%;
}
.slick-slider {
	min-width: 0;
}
/* Ограничивающая оболочка */
.slick-list {
	overflow: hidden;
}
/* Лента слайдов */
.slick-track {
	display: flex;
	align-items: flex-start;
}
.slider2 .slick-track {
	align-items: unset;
}
.slider {
	position: relative;
	padding: 0px;
}
@media (max-width: 767px) {
	.slider {
		padding: 0px 40px;
	}
}
.slider2 {
	padding-bottom: 70px;
}
.slider2 .slick-arrow {
	position: absolute;
	bottom: 0%;
	z-index: 10;
	font-size: 0;
	width: 36px;
	height: 36px;
	border: none;
	cursor: pointer;
}
.slider2 .slick-arrow.slick-prev {
	left: calc(50% - 40px);
	background: url("https://potok.io/wp-content/themes/orenpro/assets/homepage/img/sl-arrow_l.svg") 0 0 / 100%
		no-repeat;
}
.slider2 .slick-arrow.slick-next {
	right: calc(50% - 40px);
	background: url("https://potok.io/wp-content/themes/orenpro/assets/homepage/img/sl-arrow_r.svg") 0 0 / 100%
		no-repeat;
}
.slider2 .slick-arrow.slick-disabled {
	opacity: 0.2;
}
.slider2 .slider__item img {
	width: unset;
}
.slider.slick-initialized .slick-slide {
	display: flex;
	align-items: flex-end;
	position: relative;
}
.slider .slick-dots {
	margin-top: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i-first-slider__wrap .slick-track {
	align-items: stretch;
}
.slick-slide {
	height: auto;
	flex: 0 0 auto;
}
.slider .slick-dots li {
	list-style: none;
	margin: 0px 4px;
}
.slider .slick-dots button {
	font-size: 0;
	width: 10px;
	min-width: 10px;
	max-width: 10px;
	height: 10px;
	min-height: 10px;
	background-color: #e7ebed;
	border-radius: 50%;
	border: transparent;
	padding: 0;
}
.slider .slick-dots li.slick-active button {
	background-color: #00a9ff;
}
.slider__item {
	padding: 0px 15px;
}
.slider__item img {
	max-width: 100%;
	width: 100%;
}
.i-six-title {
	color: #0b1218;
	text-align: left;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	text-align: center;
}
.i-six-slider__box {
	margin-top: 48px;
	max-width: 1218px;
	margin: 40px auto 0;
	position: relative;
}
.i-six-card {
	min-height: 283px;
	height: 100%;
	position: relative;
	border-radius: 16px;
	background: #f5f7f8;
	padding: 0px 36px 20px;
	text-decoration: none;
	display: flex;
	flex-direction: column;
}
.i-six-card.bg1 {
	background: #e3f2fd;
}
.i-six-card.bg2 {
	background: #f5f7f8;
}
.i-six-card.bg3 {
	background: #335ce9;
}
.i-six-card-icon {
	margin-top: -35px;
	padding: 15px 20px;
	width: 205px;
	height: 71px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 48px;
	background: #fff;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.06);
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}
.i-six-card-text {
	color: #0b1218;
	font-size: 30px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%;
	letter-spacing: -0.06px;
	margin: auto 0 0px;
	padding-top: 25px;
	position: relative;
	text-align: left;
}
.bg3 .i-six-card-text {
	color: #fff;
	font-size: 20px;
	line-height: 140%;
	letter-spacing: -0.04px;
	margin: auto 0 24px;
}
.bg3 .i-six-card-text::after,
.bg3 .i-six-card-text::before {
	content: "";
	position: absolute;
	width: 56px;
	height: 40px;
}
.bg3 .i-six-card-text::after {
	left: -12px;
	top: 10px;
	background: url("../img/waveform.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.bg3 .i-six-card-text::before {
	right: -12px;
	bottom: -18px;
	background: url("../img/waveform2.png");
	background-size: contain;
	background-repeat: no-repeat;
}
.i-six-card-text span {
	color: var(--Blue, #00a9ff);
	font-weight: 700;
}
.i-six-card-img {
	margin-top: auto;
}
.i-form {
	padding-top: 100px;
	padding-bottom: 120px;
}
.i-form .btn {
	color: #0b1218;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.4px;
	height: 44px;
	background-color: #ffc700;
	border-color: #ffc700;
}
.puls-form .btn {
	background-color: #ffc700;
	border-color: #ffc700;
	color: #0b1218;
}
.wpcf7-list-item-label {
	color: #70848d;
	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;
	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: 140%;
	letter-spacing: normal;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-align: left;
}
.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;
	text-align: left;
}
.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: 48px;
	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;
}
.i-form .wpcf7-list-item-label {
	margin-left: 10px;
	margin-top: -2px;
}
.i-eight {
	padding: 116px 0 50px;
}
.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;
	text-align: left;
}
.i-eight-card-title {
	color: #0b1218;
	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-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-first-btn a:hover {
	background-color: #6ad9ff;
	border-color: #6ad9ff;
	color: #fff;
	transition: all 0.3s linear;
}
.slider2 .slick-arrow:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.r-six {
	padding: 28px 0 0;
	overflow: hidden;
}
.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-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	text-align: center;
	margin-bottom: 57px;
}
.tarif-list {
	display: flex;
	justify-content: center;
	gap: 24px;
}
.tarifa-card3 {
	text-align: left;
	padding: 70px 28px 28px;
	border-radius: 16px;
	background: #e3f2fd;
	position: relative;
	max-width: 434px;
	width: 100%;
}
.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-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.006px;
	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-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: 20px 0 20px;
}
.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-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.tarifa-card-descript {
	color: #0b1218;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
}
.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-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-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	display: flex;
	flex-direction: column;
	padding-bottom: 20px;
}
.tarif-card-list p {
	font-weight: 700;
	margin-bottom: 16px;
}
.tarif-card-list ul {
	padding: 0;
	margin: 0 0 100px;
}
.tarif-card-list li {
	margin-bottom: 16px;
	display: flex;
	position: relative;
}
.border-tarif {
	position: relative;
	padding: 7px 7px 7px 0;
	font-weight: 700;
}
.tarif-card-list li > svg {
	margin-right: 5px;
	margin-top: 3px;
	min-width: 20px;
}
.pb-80 {
	padding-bottom: 80px;
}
.mob-hide {
	display: none;
}
.tooltip {
	position: relative;
	display: block;
}
.tooltip__initiator {
	cursor: pointer;
	z-index: 3;
	position: relative;
	color: #8455f8;
}
.tarifa-card3 .tooltip svg {
	margin-bottom: -3px;
	margin-left: 2px;
	min-width: 13px;
	max-width: 13px;
}
.tooltip__item {
	position: absolute;
	min-width: 251px;
	padding: 8px;
	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: 3;
}
.tooltip__item.platnya {
	min-width: 175px;
}
.tooltip__item {
	bottom: calc(100% + 1em);
	left: 50%;
	transform: translate3d(-40%, 0px, 0);
}
.tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item.platnya {
	transform: translate3d(-40%, 0, 0);
	opacity: 1;
	visibility: visible;
}
.tarif-card-list .tooltip__item {
	color: var(--Light-Mono-0, #fff);
	font-feature-settings:
		"liga" off,
		"clig" off;
	font-family: "Roboto";
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.5px;
	border-radius: 4px;
	background: rgba(11, 18, 24, 0.96);
}
.tarif-card-list .tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item {
	transform: translate3d(-40%, 10px, 0);
	opacity: 1;
	visibility: visible;
}
.questions {
	padding: 100px 0;
}
.questions h4 {
	margin-bottom: 50px;
}
.questions .panel {
	max-width: 70%;
	padding-left: 60px;
	font-style: normal;
	max-height: 0;
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	visibility: hidden;
}
.accordion__conten.open .panel {
	max-height: 100vh;
	visibility: visible;
	transition: all 0.5s linear;
}
.panel a {
	color: #00a9ff;
	text-decoration: underline;
	display: inline-block;
}
.panel p {
	margin-top: 15px;
}
.questions-box {
	background: #f5f7f8;
	border-radius: 30px;
	padding: 50px 30px;
	text-align: left;
}
.accordion__conten {
	position: relative;
}
.accordiont {
	position: relative;
	padding: 16px 0px 18px 60px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	cursor: pointer;
}
.questions .accordiont::after {
	content: "";
	display: block;
	background: url("../img/arrow.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 27px;
	min-width: 27px;
	height: 22px;
	min-height: 22px;
	position: absolute;
	top: 26%;
	left: 0;
	transition: 0.2s;
}
.questions .accordiont:hover::after {
	background: url("../img/arrow2.svg");
	background-repeat: repeat;
	background-size: auto;
	background-size: contain;
	background-repeat: no-repeat;
	transition: all 0.3s linear;
}
.questions .accordiont:hover {
	color: #42a5f5;
	transition: all 0.3s linear;
}
.questions .accordion__conten.open .accordiont::after {
	background: url("../img/arrow2.svg");
	background-size: contain;
	background-repeat: no-repeat;
	transform: rotate(90deg);
}
.questions .accordion__conten.open .accordiont {
	color: #42a5f5;
}
@media (max-width: 1285px) {
	h4 {
		font-size: 42px;
		line-height: 51px;
	}
}
h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 48.2226px;
	line-height: 58px;
	text-align: center;
	color: #000000;
	margin: 0px 0px 60px 0px;
	margin-bottom: 60px;
	z-index: 3;
}
.desctop-img,
img.img-mob,
img.nout,
.mobile-img,
.slider__item img.mobile-img,
.laptop-img {
	display: none;
}
.i-six-card:hover {
	opacity: 0.8;
	transition: all 0.3s linear;
}
.tarifa-card3 .tarifa-card-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.tarif-bottom-link a:hover {
	opacity: 1;
	background: #6ad9ff;
}
::selection {
	background: none;
}
.best-practices {
	padding-top: 100px;
}
.puls-first {
	background: url("../news-img/puls-first-bg.jpg") no-repeat;
	background-size: cover;
	padding: 146px 0 0px;
}
.puls-first .i-first-title {
	color: #fff;
}
.puls-first .i-first-text {
	color: #fff;
	max-width: unset;
	margin: 16px auto 36px;
	opacity: 0.8;
}
.recrut-two {
	padding: 100px 0;
}
.tabs__caption {
	display: flex;
	align-items: flex-end;
	list-style: none;
	position: relative;
	padding: 0;
	margin: 0;
	gap: 12px;
}
.tabs__caption li {
	position: relative;
	width: 23.5%;
	/* flex-grow: 1; */
	height: 100%;
	padding-bottom: 8px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
}
.tabs__caption li:after,
.tabs__caption li:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 20px;
	height: 80px;
	display: none;
}
.tabs__caption li:before {
	background: url("../news-img/tab-right.svg") no-repeat;
	background-size: contain;
	right: -20px;
}
.tabs__caption li:after {
	background: url("../news-img/tab-left.svg") no-repeat;
	background-size: contain;
	left: -20px;
}
.tabs__caption li span {
	border-radius: 20px;
	border: 2px solid #e3f2fd;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background: #fff;
	text-align: center;
	color: #5a5a5a;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 135.54%;
	/* padding: 18px 24px; */
	padding: 18px 20px 22px;
	margin-bottom: -13px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.tabs__caption li:first-child span {
	border-bottom-left-radius: 20px;
}
.tabs__caption li:not(.active) {
	cursor: pointer;
}
.tabs__caption li:not(.active):hover span {
	background: #ede5fe;
	border-color: #ede5fe;
}
.tabs__caption li:not(:first-child).active::after,
.tabs__caption li:not(:last-child).active::before {
	display: block;
}
.tabs__caption .active {
	background: #ede5fe;
	color: #0b1218;
	border-color: #ede5fe;
	z-index: 3;
}
.tabs__caption .active span {
	background: transparent;
	border-color: #ede5fe;
	color: #0b1218;
	/* padding: 26px 20px 25px; */
	padding: 24px 20px 18px;
	margin-bottom: 0;
}
.tabs__content {
	display: none;
	padding: 7px 15px;
	padding: 56px 36px;
	border-radius: 20px;
	background: #ede5fe;
	flex-direction: column;
	box-shadow: 0px 2px 24px 0px rgba(11, 18, 24, 0.08);
	position: relative;
	z-index: 2;
}
.btl {
	border-top-left-radius: 0;
}
/* .btr {
	border-top-right-radius: 0;
} */
.tabs__content.active {
	display: flex;
	justify-content: space-between;
}
.puls-two-flex {
	display: flex;
	gap: 30px;
}
.selection-options {
	position: relative;
	z-index: 10;
}
.selection a span {
	padding: 12px 16px;
	border-radius: 15px;
	display: block;
}
.selection a:hover {
	opacity: 1;
	color: #000;
}
.selection a.active span {
	background: linear-gradient(110deg, #fff 0%, #e3f2fd 100%);
}
.display-content {
	z-index: 1;
	opacity: 0;
	width: 100%;
	background-position: center;
	background-size: cover;
	display: none;
	gap: 24px;
	transition: all 0.3s ease-in-out;
}
.display-content.active {
	display: flex;
	z-index: 9;
	opacity: 1;
}
.display .contents {
	text-align: left;
	display: block;
	transition: all 1s ease;
	opacity: 0;
}
.display .active .contents {
	opacity: 1;
}
.display .contents {
	max-width: 313px;
	text-align: left;
}
a.mob-btn,
.display .contents a {
	display: inline-block;
	text-align: center;
	padding: 12px 24px;
	border-radius: 4px;
	background: #00a9ff;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}
a.mob-btn:hover,
.display .contents a:hover {
	opacity: 0.7;
}
a.mob-btn,
.display .contents a {
	text-decoration: none;
}
.puls-two-content {
	max-width: 540px;
	text-align: left;
}
.recrut-two-title {
	color: #0b1218;
	font-size: 40px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	margin-bottom: 20px;
}
.recrut-two-text {
	color: #0b1218;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
}
.contents-title {
	color: #0b1218;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 8px;
}
.contents p {
	color: #212121;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin-bottom: 36px;
}
.imagi {
	max-width: 523px;
}
#display-1 .imagi {
	max-width: 572px;
	margin-right: -40px;
}
.r-trusted {
	background: #fff;
}
.recrut-two-top {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	margin-bottom: 36px;
}
ul.slick-dots {
	position: absolute;
	left: 0px;
	bottom: -57px;
	text-align: center;
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	width: 100%;
}
ul.slick-dots li {
	padding: 0;
	list-style: none;
	display: inline-block;
	height: 12px;
	min-width: 12px;
	width: 12px;
	line-height: 10px;
	text-align: center;
	margin: 0 4px;
}
ul.slick-dots li button {
	display: inline-block;
	background: none;
	text-indent: 9999px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	min-width: 12px;
	min-height: 12px;
	vertical-align: middle;
	background: #e3f2fd;
	border-radius: 100%;
	box-shadow: none;
	border: none;
	padding: 0;
}
ul.slick-dots li.slick-active button {
	background: #00a9ff;
}
.display .slick-list.draggable {
	height: unset !important;
}
.anim path {
	transform-origin: center;
	animation: move-hand 1s ease-in-out infinite alternate;
}
.anim circle {
	animation: move-circle 1s ease-in-out infinite alternate;
}
.scroll-group {
	animation: scroll-loop 4s linear infinite;
}
@keyframes scroll-loop {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-65.6px);
	}
}
@keyframes move-hand {
	0% {
		transform: translateX(0) rotate(0deg);
	}
	100% {
		transform: translateX(-4px) rotate(-6deg);
	}
}
@keyframes move-arrow {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-8px);
	}
}
@keyframes move-circle {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(0px);
	}
}
.accordion-sec {
	padding: 100px 0 50px;
}
.accordion-box {
	border-radius: 30px;
	padding: 55px 50px 35px;
	background: #f5f7f8;
}
.accordion-bigtitle {
	color: #0b1218;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	margin-bottom: 25px;
}
.accordion-text {
	color: #0b1218;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
	margin-bottom: 34px;
}
.accordions-wraps {
	position: relative;
	min-height: 385px;
}
.accordions-wraps .accordion__content {
	max-width: 50%;
	position: unset;
}
.accordions {
	position: relative;
	padding: 16px 0px 18px 20px;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
	cursor: pointer;
	display: flex;
}
.accordions svg {
	stroke: #a0b0b8;
	margin-right: 20px;
	margin-bottom: -7px;
	min-width: 32px;
}
.accordions-wraps .panels {
	padding-left: 73px;
	max-width: 590px;
	max-height: 0;
	overflow: hidden;
	text-align: left;
}
.accordion-sec .panels p {
	margin: 0;
}
.panels-img {
	position: absolute;
	top: 18px;
	right: 30px;
	width: 50%;
	max-width: 486px;
	overflow: hidden;
	transition: all 0.6s linear;
}
.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;
}
.accordion__content.open .panels-img {
	z-index: 2;
}
.accordions-wraps .accordion__content.open .panels {
	max-height: 150vh;
}
.accordions-btn {
	display: flex;
	justify-content: center;
}
.accordions-btn a {
	color: #0b1218;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.5px;
	padding: 20px;
	border-radius: 4px;
	background: #ffc700;
	display: inline-block;
}
.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;
}
.puls-three {
	border-radius: 100px;
	background: #260a68;
	padding: 60px 0 70px;
	margin: 50px 0 28px;
}
.puls-three-title {
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	max-width: 603px;
	margin: 0 auto 12px;
}
.puls-three-text {
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	max-width: 779px;
	margin: 0 auto 39px;
}
.puls-three-wrap {
	max-width: 899px;
	margin: 0 auto;
}
.puls-four {
	padding: 28px 0 50px;
}
.puls-four-wrap {
	border-radius: 16px;
	background: #260a68;
	box-shadow:
		0px 0.804px 9.653px 0px rgba(11, 18, 24, 0.08),
		-0.897px -0.897px 6.457px 0px rgba(180, 180, 180, 0.25) inset;
	padding: 0 60px 49px 80px;
	display: flex;
	justify-content: space-between;
	gap: 40px;
	overflow: hidden;
}
.puls-four-img {
	max-width: 367px;
}
.puls-four-content {
	padding-top: 70px;
	max-width: 589px;
	text-align: left;
}
.puls-four-title {
	color: #fff;
	font-size: 32px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.006px;
}
.puls-four-text {
	margin-top: 36px;
	color: #fff;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
	display: flex;
	align-items: center;
	gap: 20px;
}
.puls-four-btn {
	margin-top: 36px;
}
.puls-four-btn a {
	padding: 20px;
	border-radius: 4px;
	background: #ffc700;
	color: #0b1218;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 100%;
	letter-spacing: 0.5px;
	display: inline-block;
}
.puls-form .btn {
	color: #0b1218;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 16px;
	letter-spacing: 0.4px;
}
.puls-five {
	background: url("../news-img/puls-five.png");
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 100px;
	padding: 60px 27px 78px;
	margin: 50px 0 39px;
}
.puls-five-title {
	color: #fff;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	max-width: 438px;
	margin: 0 auto;
}
.puls-five-img {
	margin-top: -24px;
}
.puls-six-img img,
.i-first-slider__wrap img,
.imagi img,
.puls-three-img img,
.puls-five-img img {
	max-width: 100%;
}
.puls-five-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 16px;
	display: none;
}
.puls-five-list p {
	border-radius: 6.009px;
	border: 1.5px solid #ffc700;
	background: rgba(255, 199, 0, 0.4);
	padding: 8.013px 10px;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.2px;
}
.puls-six {
	padding: 39px 0 72px;
}
.puls-six-bg {
	background: url("../news-img/puls-six-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 30px;
	padding: 55px 50.5px 35px;
}
.puls-six-title {
	color: #0b1218;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	margin-bottom: 25px;
}
.puls-six-text {
	color: #0b1218;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: -0.04px;
	max-width: 628px;
	margin: 0 auto 73px;
}
.puls-six-img {
	max-width: 453px;
	margin-top: 33px;
}
.puls-six-btn {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
.puls-six-btn a {
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.5px;
	padding: 20px;
	border-radius: 4px;
	background: #11023a;
	display: inline-block;
}
.puls-six-wrap {
	position: relative;
	display: flex;
	justify-content: space-between;
	min-height: 460px;
}
.puls-six-wrap .swiper-slide {
	flex-shrink: unset;
}
ul.tabs__nav {
	display: flex;
	flex-direction: column;
	padding: 0;
	list-style: none;
	gap: 30px;
}
.tabs__nav-btn {
	padding: 15px;
	border-radius: 12px;
	max-width: 550px;
	height: max-content;
	position: relative;
	text-align: left;
}
.tabs__nav-btn b {
	color: #000;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.002px;
}
.tabs__nav-btn p {
	color: #0b1218;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	margin: 10px 0px 0px 0px;
}
.tabs__nav-btn::before {
	content: "";
	display: block;
	position: absolute;
	right: -17px;
	top: -33px;
	background: url("../news-img/star.png");
	background-size: contain;
	width: 84px;
	height: 81px;
	display: none;
}
.tabs__nav-btn.current {
	background: #ffdc5e;
	box-shadow: 0px 2.146px 38.627px 0px rgba(0, 0, 0, 0.08);
}
.tabs__nav-btn.current::before {
	display: block;
}
.tabs__item {
	display: none;
}
.tabs__item.active {
	display: block;
}
.tabs__controler {
	display: flex;
	justify-content: center;
	gap: 40px;
	align-items: center;
	position: absolute;
	bottom: 0px;
	right: 0;
	width: 100%;
	max-width: 453px;
	z-index: 2;
}
.tabs__controler-btn {
	display: flex;
	align-items: center;
	width: max-content;
	cursor: pointer;
}
.btnPrevious {
	opacity: 0.2;
}
/* .btnNext {
	margin-left: auto;
} */
.new-tarif {
	text-align: left;
	overflow: unset;
	padding: 50px 0 100px;
}
.new-tarif h4 {
	padding-bottom: 40px;
}
.new-tarif .tarifa-card-top {
	display: flex;
	align-items: center;
	justify-content: center;
}
.new-tarif .tooltip__initiator {
	color: #601ef3;
}
.new-tarif .tarifa-card3:nth-child(3) {
	background: #ffca28;
}
.new-tarif .tarifa-card-price {
	display: flex;
	align-items: center;
}
.tarifa-card-price small {
	color: #0b1218;
	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;
}
.tarifa-card-btn {
	display: flex;
	justify-content: center;
}
.tarifa-card-info {
	color: #70848d;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.006px;
	margin-top: auto;
}
.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 {
	background: #ffc700;
	color: #0b1218;
}
.new-tarif .tarifa-card3:nth-child(3) .tarifa-card-btn a {
	background: #0b1218;
	color: #fff;
}
.new-tarif .tarif-card-list {
	border-bottom: 1px solid #d7dee1;
}
.new-tarif .tarifa-card3:nth-child(2) .tarif-card-list {
	border-bottom: 1px solid #47585b;
}
.new-tarif h4 {
	padding-bottom: 20px;
}
.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 .tarifa-card3:nth-child(3) .tarifa-card-descript {
	color: #0b1218;
}
.new-tarif .tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item.platnya {
	transform: translate3d(-43%, 0, 0);
}
.new-tarif .tarifa-card3:nth-child(3) .tarif-card-list {
	border-color: rgba(11, 18, 24, 0.2);
}
.tarif-card-list li a {
	display: flex;
	align-items: center;
	color: #601ef3;
}
.new-tarif .tarifa-card3:nth-child(2) .tarif-card-list .tooltip__item {
	background: #e7ebed;
	color: #0b1218;
}
.new-tarif .tarifa-card3:nth-child(2) .tooltip__initiator,
.new-tarif .tarifa-card3:nth-child(2) .tarif-card-list li a {
	color: #a886fb;
}
.tarif-card-list li a svg {
	margin-left: 8px;
}
.no-tarif {
	opacity: 0.4;
}
.border-tarif::before {
	content: "";
	display: block;
	border-radius: 10px;
	border: 1px solid #fff;
	width: calc(100% + 10px);
	height: 100%;
	position: absolute;
	left: -5px;
	right: -5px;
	top: 0;
}
.puls-seven {
	border-radius: 100px;
	background: #f5f7f8;
	padding: 82px 0 68px;
	margin-bottom: 50px;
}
.puls-seven h2 {
	color: #0b1218;
	text-align: center;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: -0.01px;
	max-width: 708px;
	margin: 0 auto 36px;
}
.puls-seven-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	gap: 24px;
}
.puls-seven-card {
	border-radius: 16px;
	height: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
}
.psc1 {
	background: #ede5fe;
	margin-bottom: 24px;
}
.puls-seven-card-text {
	color: #0b1218;
	font-size: 30px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.003px;
	margin-bottom: 12px;
}
.puls-seven-card__link {
	color: #00a9ff;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: -0.01px;
	text-align: center;
}
.puls-seven-card-img {
	display: flex;
}
.psc3,
.psc2 {
	background: #fff;
	box-shadow: 0px 2.146px 38.627px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 24px;
}
.puls-seven-card-icon {
	position: absolute;
	top: 40px;
	right: 0;
}
.psc4 {
	background: #fef4d7;
	box-shadow: 0px 2.146px 38.627px 0px rgba(0, 0, 0, 0.08);
	margin-bottom: 24px;
}
.psc5 {
	background: #f2e9fe;
	box-shadow: 0px 2.146px 38.627px 0px rgba(0, 0, 0, 0.08);
}
.psc6 {
	background: #e3f2fd;
}
.psc1 .puls-seven-card-img {
	padding: 0 27px 24px;
}
.psc1 .puls-seven-card__content {
	padding: 35px 30px 23px 42px;
}
.psc2 .puls-seven-card-img {
	padding: 0 24px;
	margin-top: -27px;
}
.psc2 .puls-seven-card__content {
	padding: 36px 36px 0px;
}
.psc3 .puls-seven-card__content {
	padding: 36px 36px 0px;
}
.psc3 .puls-seven-card-img {
	padding-right: 16px;
	margin-top: -148px;
}
.psc5 .puls-seven-card__link,
.psc3 .puls-seven-card__link {
	text-align: left;
}
.psc4 .puls-seven-card__content {
	padding: 36px 36px 0px;
}
.psc4 .puls-seven-card-img {
	padding: 0px 32px 34px;
}
.psc5 .puls-seven-card__content {
	padding: 36px 36px 0px;
}
.psc5 .puls-seven-card-img {
	margin-top: -12px;
}
.psc6 .puls-seven-card__content {
	padding: 35px 30px 17px 42px;
}
.psc6 .puls-seven-card-img {
	padding: 0px 28px 30px;
}
.puls-six-laptop {
	display: none;
	position: relative;
	width: 100%;
}
.puls-six-laptop__wrap {
	padding: 7.908px;
	border-radius: 6.327px;
	background: #ffdc5e;
	box-shadow: 0px 1.131px 20.364px 0px rgba(0, 0, 0, 0.08);
	position: relative;
	z-index: 2;
}
.puls-six-laptop b {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 140%;
	letter-spacing: -0.001px;
	margin-bottom: 5px;
	display: block;
}
.puls-six-laptop p {
	color: #0b1218;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.2px;
	max-width: 640px;
}
.puls-six-laptop::before {
	content: "";
	display: block;
	position: absolute;
	left: calc(50% - 22px);
	top: -18px;
	background: url("../news-img/star2.png");
	background-size: contain;
	width: 44px;
	height: 43px;
}
.anim,
a.mob-btn,
.mobile-block,
.mob-btn {
	display: none;
}
.puls-six-btn a:hover,
.accordions-btn a:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.puls-seven-card:hover,
.tarif-card-list a:hover,
.tarifa-card3 .tarifa-card-btn a:hover {
	opacity: 0.7;
	/* transition: all 0.3s linear; */
}
.i-first-btn a:hover {
	background: #ffc700;
	border-color: #ffc700;
	color: #000;
	opacity: 0.7;
	transition: all 0.3s linear;
}
.tarif-bottom-link a:hover {
	opacity: 1;
	background: #6ad9ff;
}
.bgn1 {
	background: #601ef3;
}
.bgn2 {
	background: #ede5fe;
}
.bgn3 {
	background: #f5f7f8;
}
.bgn4 {
	background: #fff;
}
.bgn1 .i-six-card-text {
	color: #fff;
}
@media screen and (max-width: 650px) {
	.tabs__caption li {
		flex: 1 0 auto;
	}
}
@media (max-width: 1449px) {
	.nout-hide {
		display: none;
	}
	img.nout {
		display: block;
	}
	.i-six-slider__box {
		max-width: 1066px;
	}
	.i-six-card {
		padding: 0px 25px 20px;
	}
	.i-six-card-text {
		font-size: 25px;
		letter-spacing: -0.052px;
	}
	.i-eight-card-text {
		font-size: 16px;
	}
	.puls-five-img img,
	.puls-four-img img {
		display: none;
	}
	.puls-five-img img.desctop-img,
	.puls-four-img img.desctop-img {
		display: block;
	}
	.tarifa-card-top {
		border-radius: 48px;
	}
	.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;
	}
	.puls-four-img img.desctop-img {
		margin-top: -2px;
	}
}
@media (max-width: 1449px) {
	.accordions-wraps {
		min-height: 360px;
	}
	.panels-img {
		max-width: 439px;
	}
	.accordion-box {
		padding: 47.517px 30.238px 30.238px 30.238px;
		border-radius: 25.918px;
	}
	.accordion-text {
		font-size: 17.279px;
		letter-spacing: -0.035px;
	}
	.accordion-bigtitle {
		font-size: 41.469px;
		letter-spacing: -0.008px;
		margin-bottom: 21px;
	}
	.imagi {
		max-width: 410px;
	}
	.puls-two-content {
		max-width: 543px;
	}
	.recrut-two-title {
		font-size: 34px;
		margin-bottom: 17px;
	}
	.recrut-two-text {
		font-size: 17px;
		letter-spacing: -0.009px;
	}
	.tabs__content {
		padding: 49px 31px;
	}
	.tabs__caption li span {
		font-size: 15.551px;
		padding: 15px 20px;
		border-radius: 17px;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
		margin-bottom: -10px;
	}
	.tabs__caption li:first-child span {
		border-bottom-left-radius: 17px;
	}
	.tabs__caption .active span {
		padding: 22px 20px 14px;
	}
	.wpcf7-spinner {
		display: none;
	}
	.frm-field.field-button {
		margin-bottom: 0;
	}
	.page-form-box .box-inner-wrap {
		padding: 62px 48px 62px 48px;
	}
	.container-slider {
		margin-top: -40px;
	}
	.i-eight-card-icon {
		left: 30px;
	}
	.i-eight-card {
		padding: 60px 30px 30px 30px;
	}
	.puls-first .i-first-title {
		font-size: 54px;
	}
	.puls-first .i-first-text {
		margin: 14px auto 25px;
	}
	.i-first-btn a {
		padding: 13px 18px;
		font-size: 16.25px;
		line-height: 140%;
		letter-spacing: 0.58px;
	}
	.accordions-btn a {
		padding: 17.279px;
		font-size: 13.823px;
		letter-spacing: 0.432px;
	}
	.puls-six-btn a {
		padding: 17.279px;
	}
	.puls-first {
		padding-top: 128px;
	}
	.puls-three {
		margin-bottom: 50px;
	}
	.puls-four {
		padding-top: 50px;
	}
	.puls-four-content {
		max-width: 508px;
		padding-top: 23px;
	}
	.puls-four-title {
		font-size: 30px;
	}
	.puls-four-text {
		margin-top: 31px;
		gap: 17px;
	}
	.puls-four-wrap {
		padding: 0 51px 23px 69px;
		gap: 60px;
	}
	.puls-five {
		padding: 54px 24px 70px;
	}
	.puls-five {
		margin-bottom: 50px;
		background: url("../news-img/puls-five1.png");
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 88.889px;
	}
	.tabs__controler-btn svg {
		max-width: 47px;
		height: 47px;
	}
	.puls-six {
		padding-top: 50px;
	}
	.puls-five-img {
		margin-top: -24px;
	}
	.puls-six-bg {
		padding: 47.517px 30.238px 30.238px 30.238px;
		background: url("../news-img/puls-six-bg1.jpg");
		background-size: cover;
		background-repeat: no-repeat;
		border-radius: 25.918px;
	}
	.puls-six-btn {
		margin-top: 17px;
	}
	.puls-six-title {
		max-width: 675px;
		margin: 0 auto 21px;
	}
	.puls-six-text {
		margin-bottom: 62px;
	}
	.tabs__nav-btn p {
		font-size: 14px;
		letter-spacing: -0.006px;
		margin-top: 8px;
	}
	.tabs__nav-btn {
		padding: 12.959px;
		max-width: 475px;
	}
	.puls-six-img {
		max-width: 396px;
		margin-top: 54px;
	}
	.tabs__controler {
		max-width: 396px;
		gap: 34px;
		bottom: 30px;
	}
	.puls-six-wrap {
		min-height: 430px;
	}
	.puls-seven {
		padding: 103px 0;
		border-radius: 97.412px;
		margin-bottom: 0;
	}
	.puls-seven h2 {
		font-size: 41.469px;
		letter-spacing: -0.008px;
		max-width: 611px;
		margin-bottom: 31px;
	}
	.psc1 .puls-seven-card__content {
		padding: 30px 26px 21px 36px;
	}
	.puls-seven-card {
		border-radius: 13.823px;
	}
	.psc4,
	.psc3,
	.psc2,
	.psc1 {
		margin-bottom: 20px;
	}
	.psc1 .puls-seven-card-img {
		padding: 0 24px 20px;
	}
	.puls-seven-card-text {
		font-size: 25.918px;
		margin-bottom: 10px;
	}
	.puls-seven-card__link {
		font-size: 17.279px;
		letter-spacing: -0.009px;
	}
	.psc4 .puls-seven-card__content,
	.psc2 .puls-seven-card__content,
	.psc5 .puls-seven-card__content,
	.psc3 .puls-seven-card__content {
		padding: 31px 31px 0px;
	}
	.puls-seven-card-icon {
		max-width: 214px;
		top: 30px;
	}
	.psc6 .puls-seven-card__content {
		padding: 30px 26px 16px 36px;
	}
	.psc3 .puls-seven-card-img {
		margin-top: -131px;
	}
	.i-eight-card-title {
		font-weight: 400;
	}
	.puls-seven-list {
		gap: 20px;
	}
	.puls-four-btn a {
		font-size: 13.823px;
		letter-spacing: 0.432px;
		padding: 17.279px;
	}
}
@media (max-width: 1199px) {
	.puls-five-img {
		margin: 0 -10px;
	}
	.tabs__item {
		width: 100%;
	}
	.tabs__caption li span {
		font-size: 15.551px;
		padding: 15px 20px 15px 20px;
		border-radius: 15px;
		margin-bottom: 0;
	}
	.anim {
		display: block;
		margin-bottom: -9px;
	}
	.tabs__content.active {
		position: relative;
		opacity: 1;
		visibility: visible;
	}
	.i-six-title,
	.we-trusted h4 {
		font-size: 32px;
		font-weight: 600;
	}
	.ift {
		max-width: 784px;
	}
	.page-form-box .form-title {
		font-size: 48px;
	}
	.i-first-title {
		font-size: 48px;
		font-weight: 600;
	}
	.imagi {
		max-width: 475px;
		margin: 0 auto;
	}
	.container-slider img,
	.imagi img {
		display: none;
	}
	.container-slider img.laptop-img,
	.imagi img.laptop-img {
		display: block;
	}
	.i-first-text {
		font-size: 16px;
	}
	.puls-first .i-first-title {
		max-width: 690px;
	}
	.puls-first .i-first-text {
		max-width: 595px;
	}
	.recrut-two {
		padding: 70px 0;
	}
	.recrut-two-top {
		margin-bottom: 25px;
	}
	.recrut-two {
		overflow: hidden;
	}
	.tabs__caption {
		overflow-x: auto;
		scrollbar-width: none;
		margin-right: -25px;
		padding-right: 25px;
	}
	.tabs__caption::-webkit-scrollbar {
		display: none;
	}
	.tabs__caption li {
		min-width: 247px;
	}
	.tabs__caption .active span {
		padding: 15px 20px 15px 20px;
	}
	.tabs__caption li:not(:first-child).active::after,
	.tabs__caption li:not(:last-child).active::before {
		display: none;
	}
	.tabs__caption li {
		padding: 0;
		margin-bottom: 10px;
		border-radius: 16px;
	}
	.tabs__content {
		border-radius: 16px;
		padding: 37px 14px 30px;
		min-height: unset;
	}
	.puls-two-flex {
		flex-direction: column;
	}
	.puls-two-content {
		max-width: unset;
	}
	.recrut-two-title {
		max-width: unset;
		font-size: 32px;
		text-align: center;
	}
	.recrut-two-text {
		font-size: 16px;
		margin-bottom: 30px;
		text-align: center;
	}
	.contents p {
		margin-bottom: 16px;
	}
	.imagi img.mobile-img {
		display: none;
	}
	.display .contents,
	.display-content {
		opacity: 1;
	}
	.slick-initialized .slick-slide {
		display: flex;
	}
	.questions h4 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 34px;
	}
	.bg3 .i-six-card-text {
		font-size: 18px;
	}
	.pb-80 {
		padding-bottom: 60px;
	}
	.i-form {
		padding: 36px 0 72px;
	}
	.page-form-box .box-inner-wrap {
		padding: 36px 60px 120px;
		flex-direction: column;
	}
	.we-trusted {
		padding: 48px 0 150px;
	}
	.slider2 .slider__item {
		padding: 40px 15px 0;
	}
	.slider2 .slick-list {
		padding: 0 20% 0 0;
	}
	.container-slider {
		padding: 0 0px;
		margin: 10px auto 0;
	}
	.page-form-box .form-inner-wrap {
		width: 100%;
	}
	.page-form-box .info-wrap {
		position: absolute;
		bottom: 36px;
		left: 80px;
	}
	.page-form-box .title-inner-wrap p {
		margin: 0 auto;
		max-width: 20.8em;
		text-align: center;
		opacity: 0.8;
	}
	.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-six-card {
		padding: 0px 24px 20px;
	}
	.i-six-card-text {
		font-size: 24px;
	}
	.i-six-card-icon {
		margin-top: -28px;
		padding: 11px 20px;
		width: 167px;
		height: 58px;
	}
	.tarifa,
	.i-six {
		padding: 72px 0;
	}
	.slider {
		padding: 0;
	}
	.i-first {
		padding-top: 116px;
		background: url("../news-img/puls-first-bg2.png") no-repeat;
		background-size: cover;
	}
	.tooltip__item {
		transform: translate3d(-70%, 40px, 0);
	}
	.recrut-two {
		padding: 64px 0;
	}
	.puls-six-img img,
	.puls-five-img img.desctop-img,
	.puls-four-img img.desctop-img,
	.puls-three-img img {
		display: none;
	}
	.puls-six-img img.laptop-img,
	.puls-five-img img.laptop-img,
	.puls-four-img img.laptop-img,
	.puls-three-img img.laptop-img {
		display: block;
	}
	.display-content {
		margin-right: 16px;
	}
	.display {
		margin-right: -25px;
	}
	.display.slick-initialized .slick-slide {
		max-width: 94vw;
	}
	.i-eight-list {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.i-eight-card {
		padding: 24px 25px;
		flex-direction: row-reverse;
		justify-content: flex-end;
	}
	.i-eight-card-content {
		margin: 0px 0px 0px 20px;
	}
	.i-eight-card-text {
		max-width: unset;
	}
	.i-eight-card-icon {
		position: unset;
	}
	.i-eight {
		padding: 72px 0 36px;
	}
	.tarif-card-list li > svg {
		min-width: 12px;
	}
	.new-tarif .tarifa-card3:nth-child(3) .tooltip__item {
		left: 30%;
	}
	.tarifa-card-top svg {
		margin-right: 10px;
	}
	.tarifa-card-top {
		padding: 14px 18px;
	}
	.new-tarif
		.tarifa-card3:nth-child(3)
		.tooltip[data-direction="bottom"]
		.tooltip__initiator:hover
		~ .tooltip__item.platnya {
		transform: translate3d(-76%, 0, 0);
	}
	.new-tarif h4 {
		font-size: 32px;
		padding-bottom: 0px;
		margin-bottom: 40px;
	}
	.new-tarif {
		padding: 36px 0;
	}
	.tarifa-card-top {
		margin: 0 15px;
		width: calc(100% - 30px);
		height: 63px;
		top: -31px;
	}
	.tarif-card-list li a svg {
		min-width: 14px;
		width: 14px;
		height: 13px;
		margin-bottom: 1px;
	}
	.tarif-card-list li a {
		max-width: 102px;
		align-items: flex-end;
	}
	.tarif-card-list {
		padding-bottom: 13px;
	}
	.tarifa-card-bottom {
		margin-top: 13px;
	}
	.tarifa-card-info,
	.new-tarif .tarifa-card-descript {
		font-size: 9.732px;
		letter-spacing: -0.004px;
	}
	.tarifa h4 {
		font-size: 28px;
		line-height: 34px;
		margin-bottom: 12px;
	}
	.tarifa-text {
		margin-bottom: 36px;
		max-width: 655px;
	}
	.tarifa-card-price {
		font-size: 24px;
	}
	.tarifa-card3 {
		padding: 65px 19px 20px;
	}
	.tarif-card-list {
		font-size: 12px;
	}
	.tarifa-text,
	.tarifa-card-top {
		font-size: 16px;
	}
	.puls-first .i-first-title {
		font-size: 36px;
	}
	.puls-first .i-first-text {
		margin-bottom: 21px;
		max-width: 538px;
	}
	.r-trusted-title {
		font-size: 32px;
		letter-spacing: -0.006px;
	}
	.marquee {
		margin-top: 48px;
	}
	.puls-three-title,
	.accordion-bigtitle {
		font-size: 32px;
		letter-spacing: -0.006px;
	}
	.accordion-text {
		font-size: 16px;
		letter-spacing: -0.01px;
	}
	.panels-img {
		position: unset;
		margin-top: 20px;
		max-width: unset;
		width: 100%;
		transition: none;
	}
	.accordions-wraps {
		min-height: unset;
	}
	.accordions-wraps .accordion__content {
		margin: 0 auto;
		max-width: 590px;
	}
	.accordions-btn {
		margin-top: 30px;
	}
	.accordions-btn a {
		font-size: 12.095px;
		padding: 10.367px 13.823px;
	}
	.accordion-sec {
		padding: 72px 0 36px;
	}
	.puls-three {
		margin: 36px 0;
		border-radius: 70px;
		padding: 60px 0;
	}
	.puls-three-text {
		font-size: 16px;
		margin-bottom: 67px;
	}
	.puls-six,
	.puls-four {
		padding: 36px 0;
	}
	.puls-four-wrap {
		padding: 0 31px 35px 42px;
		gap: 40px;
		max-width: 620px;
		margin: 0 auto;
	}
	.puls-three-wrap {
		max-width: 647px;
	}
	.puls-four-content {
		padding-top: 24px;
		max-width: 312px;
	}
	.puls-four-title {
		font-size: 18px;
		letter-spacing: -0.004px;
	}
	.puls-four-text {
		margin-top: 20px;
		gap: 10px;
		font-size: 12px;
		letter-spacing: -0.024px;
	}
	.puls-four-btn {
		margin-top: 20px;
	}
	.puls-four-btn a {
		font-size: 8.435px;
		letter-spacing: 0.264px;
		padding: 10.544px;
	}
	.puls-four-img {
		max-width: 193px;
	}
	.puls-five {
		border-radius: 50.078px;
		padding: 60px 26px;
		margin: 36px 24px;
	}
	.puls-five-title {
		font-size: 27.042px;
		letter-spacing: -0.005px;
		margin-bottom: 0px;
		max-width: unset;
	}
	.puls-five-list {
		display: grid;
	}
	.puls-six-bg {
		border-radius: 15.816px;
		padding: 28.997px 18.452px 18.452px 18.452px;
		background: url("../news-img/puls-six-bg2.jpg");
		background-size: cover;
		background-repeat: no-repeat;
	}
	.puls-six-title {
		font-size: 30px;
		letter-spacing: -0.006px;
		max-width: 443px;
		margin-bottom: 13px;
	}
	.puls-six-text {
		font-size: 16px;
		letter-spacing: -0.01px;
		margin-bottom: 32px;
		max-width: 507px;
	}
	.i-one-status__list2 {
		display: none;
	}
	.puls-six-laptop {
		display: block;
	}
	.puls-six-img {
		max-width: 400px;
		margin: 16px auto 0;
	}
	.tabs__controler-btn {
		max-width: 27px;
		height: 28px;
	}
	.tabs__controler {
		gap: 21px;
		max-width: unset;
		bottom: 0;
	}
	.puls-six-btn {
		margin-top: 20px;
	}
	.puls-six-btn a {
		font-size: 9.764px;
		line-height: 125%;
		letter-spacing: 0.366px;
		padding: 10.544px;
		border-radius: 2.109px;
	}
	.i-eight-card-text {
		font-size: 16px;
		letter-spacing: -0.01px;
	}
	.i-eight-card-icon svg {
		max-width: 69px;
		height: 69px;
	}
	.tarif-card-list ul {
		margin-bottom: 37px;
	}
	.puls-seven {
		padding: 60px 0;
		border-radius: 97.412px;
		margin-bottom: 36px;
	}
	.puls-seven h2 {
		margin-bottom: 40px;
	}
	.puls-seven-card {
		border-radius: 8.435px;
	}
	.psc1 .puls-seven-card__content {
		padding: 18px 16px 14px 22px;
	}
	.puls-seven-card-text {
		font-size: 15.816px;
		letter-spacing: -0.002px;
	}
	.puls-seven-card__link {
		font-size: 10.544px;
		letter-spacing: -0.005px;
	}
	.psc1 .puls-seven-card-img {
		padding: 0 14px 12px;
	}
	.psc4 .puls-seven-card__content,
	.psc2 .puls-seven-card__content,
	.psc5 .puls-seven-card__content,
	.psc3 .puls-seven-card__content {
		padding: 19px 19px 0px;
	}
	.psc2 .puls-seven-card-img {
		padding: 0 14px;
		margin-top: -14px;
	}
	.psc4,
	.psc3,
	.psc2,
	.psc1 {
		margin-bottom: 12px;
	}
	.puls-seven-list {
		gap: 12px;
	}
	.puls-seven-card-icon {
		max-width: 144px;
	}
	.psc1 .puls-seven-card-text,
	.psc3 .puls-seven-card-text,
	.psc2 .puls-seven-card-text {
		max-width: 272px;
	}
	.psc4 .puls-seven-card-text {
		max-width: 212px;
	}
	.psc4 .puls-seven-card-img {
		padding: 4px 18px 21px;
	}
	.psc3 .puls-seven-card-img {
		margin-top: -86px;
	}
	.psc6 .puls-seven-card__content {
		padding: 18px 16px 14px 22px;
	}
	.puls-four-img img.laptop-img {
		margin-top: -2px;
	}
	.tarifa-card-top {
		font-weight: 400;
		height: 66px;
		top: -33px;
		border-radius: 20px;
		margin: 0 40px;
		width: calc(100% - 80px);
	}
	.psc6 {
		height: 52.6vw;
	}
	/* .btl {
		border-top-left-radius: 0;
	} */
}
@media (max-width: 800px) {
	.psc5 .puls-seven-card-img {
		margin-top: -9px;
	}
}
@media (max-width: 767px) {
	.psc6 .puls-seven-card__content {
		padding: 18px 15px 14px 16px;
	}
	.psc6 {
		height: 100%;
	}
	.puls-five-img {
		margin: 0 5px 0 -3px;
	}
	.puls-five-list {
		grid-template-columns: 1fr;
	}
	.display.slick-initialized .slick-slide {
		max-width: 84vw;
	}
	.anim {
		margin-bottom: 0px;
	}
	.anim svg {
		max-width: 34px;
		height: 24px;
	}
	.recrut-two-title {
		font-size: 24px;
		line-height: 140%;
	}
	.recrut-two-text {
		font-size: 14px;
	}
	.display {
		margin-right: -15px;
	}
	.display .contents {
		min-height: 141px;
	}
	.display .slick-list.draggable {
		padding-bottom: 20px;
	}
	.puls-six-bg {
		padding: 28.997px 14.452px 18.452px 14.452px;
	}
	.tooltip__item {
		transform: translate3d(-90%, 40px, 0);
	}
	.tooltip[data-direction="bottom"] .tooltip__initiator:hover ~ .tooltip__item.platnya {
		transform: translate3d(-90%, 0, 0);
	}
	.best-practices-wrap {
		margin-right: -15px;
		overflow: hidden;
	}
	.mobile-block {
		display: block;
		min-height: 88px;
		margin-right: 15px;
		position: relative;
		margin-top: 16px;
	}
	.best-practices {
		padding-top: 52px;
		overflow: hidden;
	}
	.slider2 .slider__item {
		padding: 40px 8px 0;
	}
	.puls-six-img img.laptop-img,
	.puls-five-img img.laptop-img,
	.puls-three-img img.laptop-img,
	.container-slider img.laptop-img {
		display: none;
	}
	.puls-six-img img.mobile-img,
	.puls-five-img img.mobile-img,
	.puls-three-img img.mobile-img,
	.container-slider img.mobile-img {
		display: block;
	}
	.recrut-two {
		padding: 50px 0 64px;
	}
	.puls-three {
		margin: 32px 0;
		padding: 30px 0;
		border-radius: 30px;
	}
	.puls-four-content {
		padding: 0;
	}
	.puls-four-text img {
		max-width: 16px;
	}
	.puls-four-btn a {
		padding: 15px 20px;
		font-size: 13.929px;
		letter-spacing: 0.58px;
	}
	.puls-five {
		border-radius: 20px;
		margin: 32px 0;
		padding: 30px 0;
	}
	.puls-four-btn {
		display: flex;
		justify-content: center;
	}
	.puls-four-title {
		font-size: 20px;
		letter-spacing: -0.04px;
	}
	.puls-four-wrap {
		flex-direction: column;
		align-items: center;
		padding: 0 15px 15px;
	}
	.puls-three-title {
		font-size: 24px;
		line-height: 140%;
		max-width: 275px;
	}
	.puls-three-text {
		font-size: 14px;
		margin-bottom: 33px;
		max-width: 260px;
	}
	.puls-six-title {
		font-size: 24px;
		line-height: 140%;
	}
	.puls-six-text {
		font-size: 14px;
		margin-bottom: 25px;
	}
	.puls-five-list p {
		padding: 8.013px 12px;
	}
	.i-eight,
	.puls-six,
	.puls-four {
		padding: 32px 0;
	}
	.accordion-sec {
		padding-bottom: 32px;
	}
	.accordions-btn {
		margin-top: 20px;
	}
	.puls-six-btn a {
		border-radius: 4.6px;
	}
	.puls-six-btn a,
	.accordions-btn a {
		font-size: 13.929px;
		padding: 15px 20px;
	}
	.accordions svg {
		max-width: 19px;
		height: 16px;
		margin-right: 14px;
		margin-bottom: 0;
		min-width: 19px;
	}
	.puls-six-img img {
		width: 100%;
		height: 100%;
	}
	.accordions-wraps .panels {
		padding-left: 33px;
	}
	.accordion-sec .panels p {
		font-size: 12px;
		line-height: 140%;
	}
	.panels-img {
		margin-top: 9px;
		margin-left: -31px;
		width: calc(100% + 30px);
	}
	.accordion-box {
		border-radius: 12.123px;
		padding: 22.226px 14.144px 14.144px 14.144px;
	}
	.accordion-bigtitle {
		font-size: 24px;
		line-height: 140%;
		letter-spacing: -0.002px;
	}
	.accordion-text {
		font-size: 14px;
		font-weight: 400;
		margin-bottom: 23px;
	}
	.accordions {
		padding: 8px 0px 8px 0px;
		align-items: center;
		font-size: 14px;
	}
	.display-content {
		gap: 16px;
	}
	.contents-title {
		font-size: 14px;
		margin-bottom: 4px;
	}
	.contents p {
		font-size: 12px;
	}
	.puls-six-wrap {
		min-height: 428px;
	}
	.puls-six-laptop::before,
	img.laptop-img,
	.slick-slide .imagi img {
		display: none;
	}
	.imagi {
		max-width: unset;
	}
	.slick-slide .imagi img.mobile-img {
		display: block;
		width: 100%;
	}
	ul.slick-dots li button {
		width: 8px;
		height: 8px;
		min-width: 8px;
		min-height: 8px;
		padding: 0;
	}
	ul.slick-dots li {
		height: 8px;
		min-height: 8px;
		min-width: 8px;
		width: 8px;
	}
	ul.slick-dots {
		bottom: 0;
	}
	.display .contents a {
		display: none;
	}
	a.mob-btn {
		display: block;
		margin: 0 auto;
		width: max-content;
	}
	.display-content {
		flex-direction: column;
		border-radius: 16px;
		border: 1px solid #00a9ff;
		background: #e3f2fd;
		padding: 16px;
	}
	.recrut-two-top {
		margin-bottom: 20px;
	}
	.i-first-slider__wrap img {
		display: none;
	}
	.i-first-slider__wrap img.mobile-img {
		display: block;
		width: 100%;
	}
	.i-first-btn a {
		font-size: 13.929px;
		line-height: 100%;
		padding: 15px 20px;
	}
	.puls-first .i-first-text {
		margin: 14px auto 32px;
	}
	.puls-first .i-first-title {
		font-size: 32px;
		line-height: 140%;
	}
	.container-slider {
		margin: 20px auto 0;
	}
	.pb-80 {
		padding-bottom: 40px;
	}
	.i-six-slider__box {
		margin: 15px auto 0;
	}
	.slider .slider__item {
		padding-bottom: 40px;
		padding-right: 0;
	}
	.marquee {
		margin-top: 40px;
	}
	.i-first-title {
		font-size: 32px;
	}
	.i-six-title,
	.we-trusted h4 {
		font-size: 24px;
	}
	.i-first-slid-bottom {
		font-size: 14px;
		display: flex;
	}
	.i-first-slid-bottom svg {
		width: 16px;
	}
	.i-first {
		padding: 76px 0 0px;
		background: url("../news-img/puls-first-bg3.png");
		background-size: cover;
	}
	.tabs__content {
		padding-bottom: 26px;
	}
	.i-form .container {
		padding: 0;
	}
	.imagi img.laptop-img,
	.slider .slider__item img {
		display: none;
	}
	.imagi img.mobile-img,
	.slider .slider__item img.mobile-img {
		display: block;
	}
	.questions h4 {
		margin-bottom: 18px;
		font-size: 28px;
		line-height: 34px;
	}
	.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;
	}
	.questions,
	.tarifa,
	.i-six {
		padding: 56px 0;
	}
	.we-trusted {
		padding: 0px 0 64px;
	}
	.page-form-box .form-title {
		font-weight: 600;
		font-size: 32px;
		margin: 0 auto 8px;
		max-width: 280px;
	}
	.page-form-box .title-inner-wrap p {
		font-size: 16px;
		line-height: 140%;
	}
	.i-form {
		padding-top: 64px;
	}
	.popup_form_0828.popup_container_form .mfp-close {
		right: 0;
	}
	.page-form-box .box-inner-wrap {
		padding: 36px 15px 120px;
	}
	#ats_product_form .box-inner-wrap {
		border-radius: 16px;
	}
	.page-form-box .title-inner-wrap {
		margin-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.page-form-box .info-wrap {
		left: 10px;
		width: 92%;
	}
	.bg3 .i-six-card-text {
		font-size: 18px;
	}
	.i-six-card {
		padding: 0px 16px 16px;
	}
	.slider .slick-dots {
		margin-top: 10px;
	}
	.slider2 {
		padding-bottom: 60px;
	}
	.page-form-box .form-wrap {
		padding: 16px;
		border-radius: 12px;
	}
	.page-form-box .frm-field {
		margin-bottom: 12px;
	}
	.page-form-input[placeholder]::placeholder,
	.page-form-input {
		font-size: 16px;
	}
	.i-eight-card-icon svg {
		max-width: 34px;
		max-height: 34px;
	}
	.i-eight-card {
		padding: 16px;
		align-items: flex-start;
		border-radius: 14px;
	}
	.i-eight-card-text {
		font-size: 14px;
	}
	.i-eight-card-content {
		margin: 0px 0px 0px 15px;
	}
	.i-eight-card-title {
		font-weight: 700;
		font-size: 16px;
	}
	.i-eight-list {
		grid-gap: 15px;
	}
	.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);
	}
	.new-tarif .tarifa-card-top {
		font-size: 16px;
	}
	.tarifa-card-top span {
		width: min-content;
	}
	.tarifa-card-price {
		font-size: 32px;
	}
	.new-tarif h4 {
		font-size: 24px;
		padding-bottom: 12px;
		margin-top: -10px;
	}
	.new-tarif {
		padding: 32px 0;
	}
	.new-tarif .tooltip__item.platnya {
		transform: translate3d(-72%, 40px, 0);
	}
	.tarif-bottom-link a {
		padding: 11.5px 15px;
		font-size: 14px;
	}
	.tarif-list {
		flex-direction: column;
		gap: 70px;
	}
	.new-tarif .tarifa-card3:nth-child(3) .tooltip__item {
		left: 50%;
	}
	.tarifa-text {
		padding: 0 15px;
	}
	.puls-seven {
		padding: 40px 0;
		border-radius: 20px;
		margin: 0 20px;
	}
	.puls-seven h2 {
		font-size: 24px;
		line-height: 140%;
		margin-bottom: 30px;
	}
	.puls-seven-list {
		display: flex;
		flex-direction: column;
		gap: 12px;
	}
	.psc4,
	.psc3,
	.psc2,
	.psc1 {
		margin: 0;
	}
	.psc1 .puls-seven-card__content {
		padding: 14px 8px 10px 18px;
	}
	.puls-seven-card-text {
		font-size: 13.279px;
	}
	.psc4 .puls-seven-card__content,
	.psc2 .puls-seven-card__content,
	.psc5 .puls-seven-card__content,
	.psc3 .puls-seven-card__content {
		padding: 16px 16px 0px;
	}
	.psc3 .puls-seven-card-img {
		margin-top: -54px;
	}
	.psc1 .puls-seven-card-text,
	.psc3 .puls-seven-card-text,
	.psc2 .puls-seven-card-text {
		max-width: 231px;
	}
	.psc6 .puls-seven-card-img {
		padding: 0px 16px 16px;
	}
	.page-form-box .form-wrap {
		padding: 16px;
		border-radius: 12px;
	}
}
/* .i-form .btn,
.popup_form_0828 .form_0828.page-form-box .wpcf7-form-control.wpcf7-submit,
.i-form .form_0828.page-form-box .wpcf7-form-control.wpcf7-submit {
	background: #00a9ff;
	border-color: #00a9ff;
	color: #fff;
} */
.wpcf7-spinner {
	display: none;
}
.popup_form_0828 .form_0828.page-form-box .info-inner-wrap {
	padding-top: 0;
	justify-content: center;
}
.popup_form_0828 .form_0828.page-form-box .title-inner-wrap {
	margin-bottom: 60px;
	padding-top: 0;
}
.popup_form_0828.popup_container_form {
	padding: 0;
	width: auto;
	max-width: 1176px;
	margin: 0px auto;
	border-radius: 36px;
}
.page-form-box .box-inner-wrap,
.popup_form_0828 .page-form-box .box-inner-wrap {
	background: #11023a;
}
.popup_form_0828.popup_container_form {
	background: #11023a;
	padding: 0;
	width: auto;
	max-width: 1176px;
	margin: 0px auto;
	border-radius: 36px;
}
.popup_form_0828.popup_container_form .container {
	padding: 0;
}
.popup_form_0828.popup_container_form .mfp-close {
	color: #a0b0b8;
	right: 14px;
	top: 7px;
	background: none;
}
.popup_form_0828.popup_container_form .form-title {
	text-align: left;
	display: block;
}
.page-form-box .form-title span,
.popup_form_0828.popup_container_form .form-title span {
	color: #00a9ff;
}
@media (max-width: 1441px) {
	.popup_form_0828.popup_container_form {
		max-width: 1066px;
	}
	.popup_form_0828.popup_container_form .form_0828.page-form-box .box-inner-wrap {
		padding: 38px;
	}
}
@media (max-width: 880px) {
	.popup_form_0828.popup_container_form .form-title {
		text-align: center;
	}
}
@media (max-width: 680px) {
	.popup_form_0828.popup_container_form .form_0828.page-form-box .box-inner-wrap {
		padding: 16px;
		margin-left: -6px;
		margin-right: -6px;
	}
	.popup_container_form .form-title {
		padding: 0;
		margin-bottom: 12px;
	}
	.popup_form_0828 .form_0828.page-form-box .title-inner-wrap {
		margin-bottom: 20px;
	}
	.page-form-box .field-button .btn {
		height: 44px;
		font-size: 14px;
	}
}
.form_0828.page-form-box .form-wrap {
	position: relative;
}
.page-form-box.form_0828 .title-inner-wrap p,
.page-form-box.form_0828 .info-wrap {
	font-weight: 300;
}
.page-form-box.form_0828 .page-form-input.wpcf7-not-valid {
	border: 1px solid #ef323f;
}
.page-form-box.form_0828 span.wpcf7-not-valid-tip {
	display: none;
}
.page-form-box.form_0828 .frm-field select:-webkit-autofill,
.page-form-box.form_0828 .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_0828 .frm-field .suggestions-wrapper {
	position: absolute;
	height: 0;
}
.page-form-box.form_0828 .frm-select label:before,
.page-form-box.form_0828 .frm-select label:after {
	content: "";
	display: block;
	position: absolute;
}
.page-form-box.form_0828 .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_0828 .frm-select {
	overflow: visible;
}
.page-form-box.form_0828 .frm-select input:checked ~ label:after {
	opacity: 1;
}
.page-form-box .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-form-box form.submitting,
.page-form-box form.submitting {
	position: relative;
}
.wpcf7-spinner,
.wpcf7-spinner {
	display: none;
}
.page-form-box .field-button .btn {
	width: 100%;
	cursor: pointer;
}
.page-form-box form.submitting,
.page-form-box .submitting {
	opacity: 0.91;
}
.page-form-box form.submitting:before,
.page-form-box .submitting:before,
.page-form-box .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;
}
@media (max-width: 1441px) {
	.popup_form_0828.popup_container_form {
		max-width: 1066px;
	}
}
/* @media (max-width: 767px) {
	.page-form-box .box-inner-wrap,
	.popup_form_0828 .page-form-box .box-inner-wrap {
		background: url("../new-img/popup_form_0828-1.png");
		background-size: cover;
	}
} */
/*form_0828*/
