@charset "UTF-8";

/* Margin and padding resets
------------------- */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	outline: none;
}

/* HTML5 display definitions
------------------- */

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

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

[hidden],
template {
	display: none;
}

/* Links
------------------- */

a {
	background: transparent;
	text-decoration: underline;
}

a:active,
a:hover {
	outline: 0;
	text-decoration: none;
}

/* Lists
------------------- */

ol,
ul {
	list-style: none;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

/* Embedded content
------------------- */

img {
	border: 0;
	max-width: 100%;
}

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

figure {
	margin: 1em 40px;
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 100%;
}

/* Forms
------------------- */

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

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
	outline: none;
}

input[type=checkbox],
input[type=radio] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

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

input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

/* Tables
------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*  GLOBAL STYLE  */

:root {
	--font-family: "Jost", sans-serif;
	--second-family: "Unbounded", sans-serif;
	--third-family: "Futura New", sans-serif;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	overflow-x: hidden;
	scroll-behavior: smooth;
	scroll-margin: 80px;
}
.forma_landing {
	scroll-margin: 80px;
}

body {
	background: #000;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	overflow: hidden;
}

img {
	width: 100%;
	max-width: 100%;
	display: block;
}

.max_grid_container,
.grid_container {
	max-width: 960px;
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.max_grid_container {
	max-width: 1055px;
}

a {
	text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
	font-family: var(--second-family);
	color: #efefef;
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset !important;
	box-shadow: 0 0 0px 1000px white inset !important;
	-webkit-text-fill-color: #000 !important;
}

input:-webkit-autofill {
	-webkit-animation-name: autofillWhite;
	animation-name: autofillWhite;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
}

@-webkit-keyframes autofillWhite {
	0% {
		-webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
		box-shadow: 0 0 0px 1000px #f0f0f0 inset;
		-webkit-text-fill-color: #666;
	}

	100% {
		-webkit-box-shadow: 0 0 0px 1000px white inset;
		box-shadow: 0 0 0px 1000px white inset;
		-webkit-text-fill-color: #000;
	}
}

@keyframes autofillWhite {
	0% {
		-webkit-box-shadow: 0 0 0px 1000px #f0f0f0 inset;
		box-shadow: 0 0 0px 1000px #f0f0f0 inset;
		-webkit-text-fill-color: #666;
	}

	100% {
		-webkit-box-shadow: 0 0 0px 1000px white inset;
		box-shadow: 0 0 0px 1000px white inset;
		-webkit-text-fill-color: #000;
	}
}

input {
	background-color: white;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.compensate-for-scrollbar {
	margin-right: 0 !important;
}

@font-face {
	font-family: "Jost";
	src: url("fonts/Jost-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Jost";
	src: url("fonts/Jost-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Unbounded";
	src: url("fonts/Unbounded-Medium.ttf") format("truetype");
	font-style: normal;
	font-weight: 500;
}

@font-face {
	font-family: "Unbounded";
	src: url("fonts/Unbounded-SemiBold.ttf") format("truetype");
	font-style: normal;
	font-weight: 600;
}

@font-face {
	font-family: "Unbounded";
	src: url("fonts/Unbounded-Bold.ttf") format("truetype");
	font-style: normal;
	font-weight: 700;
}

@font-face {
	font-family: "Futura New Medium";
	src: url("fonts/futura-medium.woff2") format("woff2");
	font-style: normal;
	font-weight: 500;
}

.site_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-radius: 10px;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background: #94e8b4;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-transform: uppercase;
	text-align: center;
	color: #000;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.site_btn:hover {
	background: #fff;
}

#header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 64px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 30;
}

.header_landing {
	top: 65px;
}

.header_landing .header_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header_landing .header_logo {
	display: block;
	width: 184px;
	height: 50px;
}

.header_landing .header_logo img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.header_landing .nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 30px;
}

.header_landing .nav ul a {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header_landing .nav ul a:hover {
	color: #94e8b4;
}

.header_landing .header_social_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 10px;
}

.header_landing .header_social_btn a {
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.header_landing .header_social_btn a:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.header_landing .vk_btn {
	background: url(/images/digital/images/vk.svg) no-repeat center/contain;
}

.header_landing .telegram_btn {
	background: url(/images/digital/images/telegram.svg) no-repeat center/contain;
}

/*-----*/

.banner_landing {
	padding-top: 225px;
	padding-bottom: 80px;
	background: url(/images/digital/images/banner_back.jpg) no-repeat center;
	background-size: 100% 100%;
}

.banner_landing a.site_btn {
	margin: 0 auto;
}

.banner_landing .banner_title {
	max-width: 856px;
	margin: 0 auto 10px;
	font-family: var(--second-family);
	font-weight: 700;
	font-size: 40px;
	line-height: 130%;
	text-align: center;
	color: #fff;
}

.banner_landing .banner_title .span_text {
	background: #94e8b4;
	display: block;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #94E8B4;
	padding: 0 28px;
	color: #000;
	border-radius: 200px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin: 0 auto 3px;
}

.banner_landing .subtitle {
	display: block;
	max-width: 500px;
	margin: 0 auto 43px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #fff;
}

/*----*/

.triggers_card_landing {
	max-width: 1240px;
	padding-top: 80px;
	min-height: 350px;
	margin: 0 auto 48px;
}

.triggers_card_landing .triggers_card_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.triggers_card_landing .triggers_card_left,
.triggers_card_landing .triggers_card_right {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.triggers_card_landing .triggers_card_item {
	position: relative;
	background: #fff;
	border: 10px solid #fff;
	border-radius: 20px;
	width: 286px;
	height: 304px;
}

.triggers_card_landing .triggers_card_item > img {
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	height: 100%;
	border-radius: 20px;
}

.triggers_card_landing .triggers_card_left .triggers_card_item:nth-child(1) {
	-webkit-transform: rotate(18deg);
	transform: rotate(18deg);
	top: -185px;
	left: 0;
	z-index: 1;
}

.triggers_card_landing .triggers_card_left .triggers_card_item:nth-child(1) .card_item_icon {
	top: -90px;
	left: -45px;
	-webkit-transform: rotate(-18deg);
	transform: rotate(-18deg);
}

.triggers_card_landing .triggers_card_left .triggers_card_item:nth-child(2) {
	-webkit-transform: rotate(-11deg);
	transform: rotate(-11deg);
	z-index: 2;
	left: -70px;
	left: -36px;
	top: -10px;
}

.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(1) {
	-webkit-transform: rotate(10deg);
	transform: rotate(10deg);
	right: -70px;
	top: -10px;
	z-index: 2;
}

.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(1) .card_item_icon {
	top: 50px;
	left: -135px;
	width: 200px;
	height: 150px;
	left: -155px;
	width: 216px;
	height: 175px;
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
}

.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(2) {
	-webkit-transform: rotate(-13deg);
	transform: rotate(-13deg);
	top: -185px;
	right: 0;
	right: -36px;
	z-index: 1;
}

.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(2) .card_item_icon {
	top: -90px;
	right: -85px;
	-webkit-transform: rotate(13deg);
	transform: rotate(13deg);
}

.triggers_card_landing .card_item_icon {
	position: absolute;
	z-index: 5;
	width: 193px;
	height: 119px;
	z-index: 5;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.triggers_card_landing .card_item_icon:hover {
	scale: 1.1;
}

.triggers_card_landing .card_item_icon img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

/*---*/

.review_landing {
	padding: 96px 0;
}

.review_landing .review_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 34px;
}

.review_landing .review_left {
	width: calc(60% - 34px);
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-radius: 30px;
	padding: 30px;
	background: url(/images/digital/images/review_left_back.jpg) no-repeat center/cover;
}

.review_landing .review_text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #efefef;
	max-width: 300px;
}

.review_landing .review_arrow {
	width: 240px;
	height: 65px;
	background: url(/images/digital/images/review_arrow.svg) no-repeat center;
	margin-left: auto;
}

.review_landing .review_right {
	width: 40%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
}

.review_landing .review_title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	letter-spacing: -0.01em;
	text-align: center;
	color: #efefef;
	margin: 0 0 40px;
}

.review_landing .reviews_item_wrap {
	counter-reset: number 0;
}

.review_landing .reviews_item {
	counter-increment: number 1;
	display: block;
	border-radius: 10px;
	padding: 15px 28px;
	background: #fff;
	border: 2px solid #fff;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #000;
	position: relative;
	margin-bottom: 20px;
	width: 255px;
	-webkit-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
}

.review_landing .reviews_item:last-of-type {
	margin: 0;
}

.review_landing .reviews_item::before {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 37px;
	height: 37px;
	background: #94e8b4;
	border-radius: 50%;
	position: absolute;
	content: counter(number);
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #000;
}

.review_landing .reviews_item:hover {
	background: transparent;
	color: #fff;
}

.review_landing .reviews_item:nth-child(1),
.review_landing .reviews_item:nth-child(3) {
	margin-left: auto;
}

.review_landing .reviews_item:nth-child(1)::before {
	top: -18px;
	left: -18px;
}

.review_landing .reviews_item:nth-child(2)::before {
	bottom: -18px;
	left: -18px;
}

.review_landing .reviews_item:nth-child(3)::before {
	top: -18px;
	right: -18px;
}

/*-----*/

.download_review {
	padding: 70px 0 80px;
	margin-bottom: 94px;
}

.download_review .download_review_title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	text-align: center;
	color: #efefef;
	margin: 0 0 7px;
}

.download_review .download_review_title .green {
	color: #94e8b4;
}

.download_review .download_review_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	position: relative;
	z-index: 0;
}

.download_review .download_review_wrap .line_reviews {
	position: absolute;
	top: 35px;
	left: 134px;
	z-index: -1;
}

.download_review .download_review_item {
	width: 33.333%;
	position: relative;
}

.download_review .download_review_item:hover .download_review_num {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.download_review .download_review_item:nth-child(2) {
	width: calc(33.333% - 40px);
}

.download_review .download_review_item:nth-child(3) {
	top: 90px;
	margin-left: 40px;
}

.download_review .download_review_item:nth-child(4) {
	top: 25px;
	right: -30px;
}

.download_review .download_review_num {
	width: 73px;
	height: 73px;
	border-radius: 50%;
	background: url(/images/digital/images/review_num.svg) no-repeat center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 auto;
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 31px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.download_review .download_review_text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	text-align: center;
	color: #fff;
	max-width: 286px;
	margin: 0 auto;
}

.insights_year {
	padding-top: 80px;
	margin-bottom: 125px;
}

.insights_year .insights_year_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 63px;
	max-width: 960px;
	margin: 0 auto;
}

.insights_year .insights_year_info {
	width: 237px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.insights_year .insights_year_title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	color: #efefef;
}

.insights_year .insights_year_btn {
	margin-top: 25px;
}

.insights_year .insights_year_wrapper {
	width: calc(100% - 300px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 12px;
}

.insights_year .insights_year_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	width: calc(33.333% - 8px);
	background: url(/images/digital/images/insights_year.jpg) no-repeat center/cover;
	border-radius: 20px;
	padding: 10px;
}

.insights_year .insights_title {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	color: #fff;
	margin: 0 0 10px;
}

.insights_year .insights_text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	color: #fff;
	margin: 0 0 20px;
}

.insights_year .insights_icon {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin-top: auto;
	margin-left: auto;
}

.forma_landing {
	background-size: 100% 160%;
	padding: 30px 0;
	border-radius: 60px;
	background: url(/images/digital/images/forma_landing.jpg) no-repeat center;
	margin-bottom: 130px;
	max-width: 1200px;
}

.forma_landing .forma_landing_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.forma_landing .forma_landing_left {
	width: 50%;
	max-width: 325px;
}

.forma_landing .forma_landing_left h2 {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	color: #efefef;
}

.forma_landing .forma_landing_right {
	width: 50%;
	max-width: 463px;
	border-radius: 20px;
	padding: 20px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	gap: 10px;
}

.forma_landing .forma_landing_right input {
	border: 1px solid #efefef;
	border-radius: 10px;
	width: 100%;
	height: 44px;
	background: #efefef;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	padding: 0 12px;
	color: #000;
}

.forma_landing .forma_landing_right input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.forma_landing .forma_landing_right input::-moz-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.forma_landing .forma_landing_right input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.forma_landing .forma_landing_right input::-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.forma_landing .forma_landing_right input::-webkit-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.forma_landing .forma_landing_right input:-ms-input-placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.forma_landing .forma_landing_right input::placeholder {
	color: rgba(0, 0, 0, 0.5);
}

.forma_landing .forma_landing_right button {
	width: 120px;
	height: 42px;
	border: none;
	margin: 20px auto 0;
}

.forma_landing .forma_landing_right button:hover {
	background: #000000;
	color: #fff;
}

.forma_successfully {
	z-index: 9999;
	position: fixed;
	display: none;
}

.forma_successfully span {
	position: fixed;
	margin: auto;
	border-radius: 30px;
	padding: 70px 5vw;
	max-width: 763px;
	width: 100%;
	height: 171px;
	background: #fff;
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
	color: #000;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}

.forma_successfully::after {
	position: fixed;
	content: "";
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.7);
	z-index: -5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.forma_successfully.active {
	display: block;
}

/**/

.aboutus_landing {
	margin-bottom: 117px;
}

.aboutus_landing .aboutus_landing_box {
	max-width: 960px;
}

.aboutus_landing .aboutus_landing_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 36px;
	margin-bottom: 65px;
}

.aboutus_landing .aboutus_landing_title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 26px;
	line-height: 130%;
	color: #efefef;
	width: 349px;
}

.aboutus_landing .aboutus_landing_right {
	width: calc(100% - 385px);
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 130%;
	color: #efefef;
}

.aboutus_landing .aboutus_landing_wraps {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 36px;
}

.aboutus_landing .aboutus_landing_item {
	width: calc(25% - 27px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 250px;
	border-radius: 20px;
	padding: 15px;
	background: #fff;
	position: relative;
	overflow: hidden;
	z-index: 1;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.aboutus_landing .aboutus_landing_item:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.aboutus_landing .aboutus_landing_step {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50px;
	background: #d4d4d4;
	min-width: 144px;
	height: 48px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 130%;
	text-align: center;
	color: #000;
}

.aboutus_landing .step3 {
	background: #ceae7b;
}

.aboutus_landing .aboutus_landing_img {
	position: absolute;
	top: 25px;
	right: 0;
	z-index: -1;
	width: 130px;
	height: 140px;
}

.aboutus_landing .aboutus_landing_item__tile {
	font-family: var(--second-family);
	font-weight: 600;
	font-size: 16px;
	line-height: 130%;
	color: #000;
	margin: auto 0 10px;
}

.aboutus_landing .aboutus_landing_mini_text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 12px;
	line-height: 130%;
	color: #000;
}

/**/

.clients_landing {
	background: #fff;
	border-radius: 60px;
	padding: 30px 0 45px;
	margin-bottom: 116px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 1200px;
}

.clients_landing .clients_landing_title {
	font-family: var(--second-family);
	font-weight: 500;
	font-size: 24px;
	line-height: 130%;
	color: #000;
	margin: 0 0 52px;
}

.clients_landing .clients_slider_wrap {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 0;
}

.clients_landing .clients_slider_wrap .swiper-button-prev,
.clients_landing .clients_slider_wrap .swiper-button-next {
	position: static;
	height: 27px;
	width: 27px;
	margin: 0;
}

.clients_landing .clients_slider_wrap .swiper-button-prev::after,
.clients_landing .clients_slider_wrap .swiper-button-next::after {
	display: none;
}

.clients_landing .clients_slider {
	width: 100%;
	max-width: 816px;
	margin: 0 auto;
}

.clients_landing .clients_slide {
	height: 30px;
	margin: 0;
}

.clients_landing .clients_slide img {
	-o-object-fit: scale-down;
	object-fit: scale-down;
	-o-object-position: center;
	object-position: center;
	height: 100%;
}

.footer_landing {
	padding-bottom: 80px;
}

.footer_landing .footer_wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.footer_landing .footer_contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 2px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 130%;
	text-align: center;
	color: #fff;
}

.footer_landing .footer_contacts a {
	color: #fff;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer_landing .footer_contacts a:hover {
	color: #94e8b4;
}

.footer_landing .footer_social {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	gap: 10px;
}

.footer_landing .footer_social a {
	display: block;
	width: 50px;
	height: 50px;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.footer_landing .footer_social a:hover {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}

.footer_landing .vk_btn {
	background: url(/images/digital/images/vk_black.svg) no-repeat center/contain;
}

.footer_landing .telegram_btn {
	background: url(/images/digital/images/telegram_black.svg) no-repeat center/contain;
}

/**/

.tabs_catalog {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 40px;
	margin: 0 0 20px;
}

.catalog_nav_tab {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 65px;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 18px;
	text-transform: uppercase;
	color: var(--temn);
	border: 1px solid var(--temn);
	border-radius: 30px;
	padding: 20px 40px;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.catalog_nav_tab:hover {
	background: var(--k-s);
	color: var(--svet);
}

.catalog_nav_tab:last-child {
	margin: 0;
}

.catalog_nav_tab.active {
	-webkit-backdrop-filter: blur(60px);
	backdrop-filter: blur(60px);
	background: var(--k-s);
	color: var(--svet);
}

.catalog_tab {
	overflow: hidden;
	display: none;
	opacity: 0;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.catalog_tab.active {
	display: block;
	height: auto;
	opacity: 1;
}

.humb {
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	width: 35px;
	height: 35px;
	overflow: hidden;
	cursor: pointer;
	z-index: 9999;
	overflow: hidden;
}

.humb li {
	list-style: none;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 2px;
	background: #ffffff;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

.humb li:nth-of-type(1) {
	top: 20%;
	left: 0;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	opacity: 1;
}

.humb li:nth-of-type(2) {
	top: 50%;
	left: 0;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}

.humb li:nth-of-type(3) {
	top: 80%;
	right: 0;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
	opacity: 1;
}

.humb.active li:nth-of-type(1) {
	left: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.humb.active li:nth-of-type(2) {
	-webkit-transform: translateY(-50%) rotate(405deg);
	transform: translateY(-50%) rotate(405deg);
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.humb.active li:nth-of-type(3) {
	right: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	opacity: 0;
}

.humb li:nth-of-type(2)::before {
	content: "";
	position: absolute;
	top: -150px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffffff;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: 0.7s;
	transition: 0.7s;
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}

.humb.active li:nth-of-type(2)::before {
	top: 0;
	-webkit-transition-delay: 0.7s;
	transition-delay: 0.7s;
}

@media screen and (min-width: 1200px) {
	.header_nav li:hover > .sub-menu {
		-webkit-transform: rotateX(0deg);
		transform: rotateX(0deg);
		visibility: visible;
		opacity: 1;
		z-index: 11;
		-webkit-transition: all 0.2s ease-out;
		transition: all 0.2s ease-out;
	}

	.mobail_btn,
	.humb {
		display: none;
	}
}

@media screen and (min-width: 320px) and (max-width: 767px) {
	.no_scroll {
		overflow: hidden;
	}

	.nav {
		position: fixed;
		z-index: -98;
		width: 90vw;
		height: 80vh;
		left: 0;
		right: 0;
		top: 60px;
		pointer-events: none;
		margin: auto;
	}

	.nav:before,
	.nav:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		background: #000;
		height: 0;
		border-bottom-right-radius: 200%;
		z-index: -1;
		-webkit-transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
		transition: border-radius linear 0.8s, width cubic-bezier(0.77, 0, 0.175, 1) 0.6s, height cubic-bezier(0.77, 0, 0.175, 1) 0.6s;
	}

	.nav:after {
		background: url(/images/digital/images/banner_back.jpg) no-repeat center/cover;
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
		-webkit-box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
		box-shadow: 6px 7px 28px 0 rgba(16, 16, 16, 0.3);
	}

	.nav:before {
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}

	.nav__content {
		visibility: hidden;
		width: 90% !important;
		padding: 75px 0 0 40px !important;
		text-align: left;
		overflow: auto;
		height: 100%;
		padding-bottom: 100px;
	}

	.nav__list {
		position: relative;
		padding: 0;
		margin: 0;
		z-index: 2;
	}

	.nav__list-item {
		position: relative;
		display: block;
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
		opacity: 0;
		overflow: hidden;
		-webkit-transform: translate(30px, 0%);
		transform: translate(30px, 0%);
		-webkit-transition: opacity 0.2s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
		-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
		transition: opacity 0.2s ease, transform 0.2s ease;
		transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
	}

	.nav__list-item a {
		color: red;
	}

	/**/

	.header_nav {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		gap: 20px;
	}

	body.nav-active .nav__content {
		visibility: visible;
	}

	body.nav-active .nav {
		visibility: visible;
		pointer-events: all;
	}

	body.nav-active .nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-flow: column;
		flex-flow: column;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 20px;
	}

	body.nav-active .nav:before,
	body.nav-active .nav:after {
		width: 100%;
		height: 100%;
		border-radius: 15px;
	}

	body.nav-active .nav:after {
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}

	body.nav-active .nav:before {
		-webkit-transition-delay: 0s;
		transition-delay: 0s;
	}

	body.nav-active .nav__list-item {
		opacity: 1;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		-webkit-transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease;
		transition: opacity 0.3s ease, transform 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
	}

	body.nav-active .nav__list-item:nth-child(0) {
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}

	body.nav-active .nav__list-item:nth-child(1) {
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}

	body.nav-active .nav__list-item:nth-child(2) {
		-webkit-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}

	body.nav-active .nav__list-item:nth-child(3) {
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}

	body.nav-active .nav__list-item:nth-child(4) {
		-webkit-transition-delay: 1.1s;
		transition-delay: 1.1s;
	}

	body.nav-active .nav__list-item:nth-child(5) {
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}

	body.nav-active .nav__list-item:nth-child(6) {
		-webkit-transition-delay: 1.3s;
		transition-delay: 1.3s;
	}

	body.nav-active .nav__list-item:nth-child(7) {
		-webkit-transition-delay: 1.4s;
		transition-delay: 1.4s;
	}

	body.nav-active .nav__list-item:nth-child(8) {
		-webkit-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}

	body.nav-active .nav__list-item:nth-child(9) {
		-webkit-transition-delay: 1.6s;
		transition-delay: 1.6s;
	}

	body.nav-active .nav__list-item:nth-child(10) {
		-webkit-transition-delay: 1.7s;
		transition-delay: 1.7s;
	}

	body.nav-active .nav__list-item:nth-child(11) {
		-webkit-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}

	#header.scrolling-up {
		background: url(/images/digital/images/banner_back.jpg) no-repeat center/cover;
		border-radius: 20px;
	}

	#header.scrolling-up .header_nav {
		background: none;
		padding: inherit;
		min-height: inherit;
	}

	#header.scrolling-up .header_nav ul a {
		color: #fff;
	}

	.review_landing {
		padding: 35px 0;
	}

	.review_landing .review_left {
		width: 100%;
		padding: 35px 15px;
		gap: 25px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row;
		flex-flow: row;
	}

	.review_landing .review_left .review_text {
		width: calc(100% - 60px);
		max-width: inherit;
	}

	.review_landing .review_left .review_arrow {
		width: 35px;
		height: 70%;
		margin: 0;
		background: url(/images/digital/images/review_arrow_vertikal.svg) no-repeat center;
		background-size: contain;
		margin-top: auto;
	}

	.review_landing .review_right {
		width: 100%;
	}

	.download_review {
		padding: 55px 0;
		margin: 0;
	}

	.download_review .download_review_wrap {
		gap: 35px;
	}

	.download_review .download_review_title {
		margin-bottom: 25px;
	}

	.download_review .download_review_item:nth-child(n) {
		width: 100%;
		position: static;
		margin: 0;
	}

	.download_review .download_review_wrap .line_reviews {
		display: none;
	}

	.desktop_btn {
		display: none;
	}

	.mobail_btn {
		width: 100%;
	}
}

@media screen and (min-width: 320px) and (max-width: 1199px) {

	.max_grid_container,
	.grid_container {
		width: 100%;
		padding: 0 5vw;
	}

	#header {
		top: 24px;
	}

	.header_landing .header_logo {
		width: 125px;
		height: 34px;
	}

	.header_landing .header_social_btn {
		margin-left: auto;
		margin-right: 10px;
	}

	.header_landing .header_social_btn a {
		width: 34px;
		height: 34px;
	}

	.banner_landing {
		padding-top: 134px;
		padding-bottom: 50px;
	}

	.banner_landing .banner_title {
		font-size: 24px;
	}

	.banner_landing .banner_title br {
		display: none;
	}

	.banner_landing .banner_title .span_text {
		padding: 4px 28px;
		margin-bottom: 8px;
	}

	.banner_landing .subtitle br {
		display: none;
	}

	.triggers_card_landing {
		min-height: inherit;
	}

	.triggers_card_landing .triggers_card_item {
		width: 50%;
		height: 100px;
		border: 5px solid #fff;
	}

	.triggers_card_landing .card_item_icon {
		width: 100px;
		height: 60px;
	}

	.triggers_card_landing .triggers_card_left .triggers_card_item:nth-child(1) {
		top: -85px;
	}

	.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(1) .card_item_icon,
	.triggers_card_landing .triggers_card_left .triggers_card_item:nth-child(1) .card_item_icon {
		top: -40px;
		left: -34px;
	}

	.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(1) {
		right: -50px;
	}

	.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(1) .card_item_icon {
		width: 100px;
		height: 85px;
		top: 10px;
		left: -74px;
	}

	.triggers_card_landing .triggers_card_left .triggers_card_item:nth-child(2) {
		left: -20px;
		top: -30px;
	}

	.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(2) {
		top: -85px;
	}

	.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(2) .card_item_icon {
		right: -40px;
		top: -50px;
	}

	.clients_landing .clients_landing_title,
	.aboutus_landing .aboutus_landing_title,
	.forma_landing .forma_landing_left h2,
	.insights_year .insights_year_title,
	.download_review .download_review_title,
	.review_landing .review_title {
		font-size: 22px;
	}

	.insights_year {
		padding: 0 0 35px;
		margin-bottom: 35px;
	}

	.insights_year .insights_year_wrapper {
		width: 100%;
	}

	.insights_year .insights_year_info {
		width: 100%;
		margin-bottom: 25px;
	}

	.insights_year .insights_year_item {
		width: 100%;
	}

	.forma_landing {
		padding: 35px 0;
		margin-bottom: 70px;
		position: relative;
		z-index: 0;
		overflow: hidden;
		width: 90vw;
		border-radius: 20px;
	}

	.forma_landing::after {
		position: absolute;
		content: "";
		width: 100%;
		height: 100%;
		background: rgba(59, 74, 204, 0.4);
		top: 0;
		left: 0;
		z-index: -1;
	}

	.forma_landing .forma_landing_right,
	.forma_landing .forma_landing_left {
		width: 100%;
	}

	.forma_landing .forma_landing_left h2 {
		margin-bottom: 25px;
	}

	.forma_landing .forma_landing_right input {
		height: 40px;
	}

	.forma_landing .forma_landing_right button {
		height: 40px;
		margin: 16px auto 0;
	}

	.aboutus_landing {
		margin-bottom: 70px;
	}

	.aboutus_landing .aboutus_landing_wrap,
	.aboutus_landing .aboutus_landing_right,
	.aboutus_landing .aboutus_landing_title {
		width: 100%;
	}

	.aboutus_landing .aboutus_landing_wrap {
		margin-bottom: 35px;
		gap: 20px;
	}

	.aboutus_landing .aboutus_landing_wraps {
		gap: 16px;
	}

	.aboutus_landing .aboutus_landing_item {
		width: calc(50% - 8px);
	}

	.aboutus_landing .aboutus_landing_step {
		min-width: 124px;
		height: 42px;
		font-size: 16px;
	}

	.aboutus_landing .aboutus_landing_item__tile {
		font-size: 14px;
	}

	.clients_landing {
		width: 90vw;
		padding: 35px 5vw;
		border-radius: 20px;
		margin-bottom: 70px;
	}

	.clients_landing_wrap {
		padding: 0;
	}

	.clients_landing .clients_landing_title {
		margin-bottom: 25px;
	}

	.clients_landing .clients_slider {
		width: calc(100% - 70px);
		margin: 0 auto;
	}

	.footer_landing {
		padding-bottom: 24px;
	}

	.footer_landing .footer_wrapper {
		gap: 20px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {

	.max_grid_container,
	.grid_container {
		padding: 0 4vw;
	}

	.mobail_btn,
	.humb {
		display: none;
	}

	.header_landing .header_social_btn {
		margin: 0;
	}

	#header.scrolling-up .header_nav {
		min-height: 35px;
	}

	.banner_landing .banner_title {
		font-size: 28px;
	}

	.triggers_card_landing .triggers_card_item {
		height: 210px;
	}

	.triggers_card_landing .card_item_icon {
		width: 120px;
		height: 75px;
	}

	.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(1) .card_item_icon {
		width: 120px;
		height: 110px;
		top: 60px;
	}

	.review_landing {
		padding: 56px 0;
	}

	.review_landing .review_left {
		width: calc(55% - 34px);
	}

	.review_landing .review_right {
		width: 45%;
	}

	.download_review {
		padding: 30px 0 40px;
		margin-bottom: 94px;
	}

	.download_review .download_review_text {
		font-size: 14px;
	}

	.download_review .download_review_wrap .line_reviews {
		top: 10px;
		left: 0px;
	}

	.insights_year .insights_year_info {
		width: 237px;
		margin: 0;
	}

	.insights_year .year_wrapper {
		width: calc(100% - 250px);
		margin-left: auto;
	}

	.forma_landing {
		width: 92vw;
	}

	.forma_landing_wrapper {
		padding: 35px 0;
	}

	.forma_landing .forma_landing_right,
	.forma_landing .forma_landing_left {
		width: 50%;
	}

	.forma_landing .forma_landing_left {
		padding-right: 50px;
	}

	.aboutus_landing .aboutus_landing_title {
		width: 249px;
	}

	.aboutus_landing .aboutus_landing_right {
		width: calc(100% - 269px);
	}

	.aboutus_landing .aboutus_landing_item {
		width: calc(25% - 12px);
	}

	.clients_landing {
		width: 92vw;
		padding: 35px 0;
	}

	/**/

	.footer_landing {
		padding-bottom: 44px;
	}

	.footer_landing .footer_contacts {
		max-width: 335px;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
	.triggers_card_landing .triggers_card_item {
		height: 270px;
	}

	.banner_landing .banner_title {
		font-size: 36px;
		max-width: 825px;
	}

	.triggers_card_landing .card_item_icon {
		width: 134px;
		height: 85px;
	}

	.triggers_card_landing .triggers_card_right .triggers_card_item:nth-child(1) .card_item_icon {
		width: 134px;
		height: 105px;
		top: 92px;
	}

	.clients_landing .clients_landing_title,
	.aboutus_landing .aboutus_landing_title,
	.forma_landing .forma_landing_left h2,
	.insights_year .insights_year_title,
	.download_review .download_review_title,
	.review_landing .review_title {
		font-size: 24px;
	}

	.download_review .download_review_wrap .line_reviews {
		top: 35px;
		left: 134px;
	}

	.download_review .download_review_wrap .line_reviews {
		top: 35px;
		left: 109px;
		width: 77%;
		overflow: hidden;
	}

	.insights_year .insights_year_item {
		width: calc(33.333% - 8px);
	}
}
