* {
	font-family: var(--Font, Manrope);
	font-style: normal;
	scroll-behavior: smooth;
}
body,
.body-wrap,
header {
	border-bottom: 0.5px solid var(--border-default-tertiary, rgba(255, 255, 255, 0.4));
	background: var(--bg-default-page, #080a33);
	font-family: var(--Font, Manrope);
}
header,
.header-menu-list > li > span,
.header-menu-list > li > a {
	color: #fff;
}
.header.bg-w {
	border: 0;
}
.p-20 {
	padding: 20px;
}
.br-32 {
	border-radius: 32px;
	overflow: hidden;
}
.text-left {
	text-align: left;
}
button {
	cursor: pointer;
}
section {
	margin: 50px 0;
}
.header-bg {
	display: none;
}
.outer-container {
	margin: 7.5rem 32px 0;
	border-radius: var(--Radius-r1-1920, 48px);
}
.white-bg {
	background: #fff !important;
}
.hero-block {
	margin: 7.5rem 32px 0;
	/* height: 745px; */
	border-radius: 48px;
	overflow: hidden;
	position: relative;
}
.hero-block img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.banner .section-title {
	display: flex;
	align-items: flex-end;
	line-height: unset;
}
.banner .section-title svg {
	margin-right: 10px;
	min-width: 110px;
}
.hero-block__container {
	position: absolute;
	max-width: 1210px;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: fit-content;
}
.hero-block__container-bg {
	/* backdrop-filter: blur(80px);
    -webkit-backdrop-filter: blur(80px);
    background: rgb(48, 147, 236, 0.5); */

	border-radius: 20px;
	background: var(--bg-glass-landing-, rgba(217, 217, 217, 0.02));

	/* blur-80 */
	backdrop-filter: blur(40px);

	width: fit-content;
	border-radius: 20px;
	color: #fff;
	padding: 28px;

	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* heading 4 [36]/Bold/1920 */
	font-size: var(--Heading-h4-1920, 36px);
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 43.2px */
	letter-spacing: -0.54px;
	max-width: 345px;
}

.hero-block__subtitle {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* body 3 [18]/Regular/135/1920 */
	font-size: var(--Body-b3-1920, 18px);
	font-style: normal;
	font-weight: var(--Weight-Reg, 400);
	line-height: 135%;
	/* 24.3px */
	margin-bottom: 40px;
}

.button {
	display: flex;
	width: fit-content;
	padding: var(--Button-M-Vertical-1920, 14px) var(--Button-M-Horizontal-1920, 28px);
	align-items: center;
	gap: var(--Button-Gap-M, 8px);
	border-radius: var(--Radius-absolute, 9999px);
	background: var(--bg-ui-landing-, #5f28cd);
	transition: 0.3s;
	cursor: pointer;
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* Action 2 [16]/Medium/1920 */
	font-size: var(--Action-a2-1920, 16px);
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-m, 20px);
	/* 125% */
	letter-spacing: -0.24px;
}
.button:hover {
	background: #7a3ee8;
}
.button img {
	width: auto;
}
.section-title {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* heading 2 [44]/Bold/1920 */

	font-size: var(--Heading-h2-1920, 44px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	letter-spacing: -0.66px;
	text-align: left;
	margin-top: 0;
}
.section-title span {
	color: var(--text-ui-landing-, #1890ff);
}

.advantages {
	background: transparent;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	grid-gap: 32px;
	padding: 0;
}
.advantages__item {
	display: flex;
	height: 200px;
	padding: var(--Padding-p24-1-1920, 24px);
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex: 1 0 0;
	border-radius: var(--Radius-r2-1920, 32px);
	border: 2px solid var(--border-default-quaternary, rgba(255, 255, 255, 0.2));
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;
	/* heading 9 [18]/Bold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h9-1920, 18px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 21.6px */
	letter-spacing: -0.27px;
	overflow: hidden;
}
.advantages__item p {
	max-width: 192px;
}
.advantages__item:hover {
	background-image: url("/new-products/assets/img/flower-hover.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.advantages__item:hover p {
	border-radius: var(--Radius-r7-1920, 8px);
	background: var(--bg-glass-primary, rgba(255, 255, 255, 0.4));
	/* blur-20 */
	backdrop-filter: blur(10px);
	display: flex;
	width: 100%;
	max-width: unset;
	padding: var(--Padding-p16-1920, 16px);
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	color: var(--text-inverse-primary, #080a33);
	text-align: center;

	/* heading 9 [18]/Bold/1920 */
	font-size: var(--Heading-h9-1920, 18px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 21.6px */
	letter-spacing: -0.27px;
}

.ecosystem {
	background: var(--bg-default-secondary, #181d5e);
	display: flex;
	padding: 64px 0;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	position: relative;
	overflow: hidden;
	margin: 70px 32px;
}

.ecosystem .container {
	display: flex;
}
.ecosystem .right-side__bg {
	background: linear-gradient(137deg, #fff 5.83%, #b7e5ff 50%, #cfc1fe 94.17%);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	max-width: calc(50% + 320px);
	z-index: 0;
	clip-path: polygon(5% 0%, 100% 0%, 100% 100%, 5% 100%, 0% 65%, 0% 35%);
}

.ecosystem__title {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;
	max-width: 250px;
	margin: 0;
	margin-bottom: 40px;
	/* heading 3 [40]/Bold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h3-1920, 40px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 48px */
	letter-spacing: -0.6px;
}

.ecosystem__products {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ecosystem__product p {
	margin: 12px 0 0;
}
.ecosystem__product {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;
	/* Action 4 [14]/SemiBold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a4-1920, 18px);
	font-style: normal;
	font-weight: var(--Weight-Semi, 600);
	line-height: var(--line-height-action-m, 20px);
	/* 142.857% */
	letter-spacing: -0.21px;
	max-width: 110px;
	margin-bottom: 36px;
}

.right-side {
	width: 100%;
	margin-left: 120px;
}
.right-side__title span {
	color: var(--text-ui-landing-, #4285f4);
}
.right-side__title {
	color: var(--text-default-primary, #111927);
	/* heading 3 [40]/Bold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h3-1920, 40px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	margin: 15px 0 15px 0;
	letter-spacing: -0.6px;
}

.right-side > * {
	position: relative;
	z-index: 1;
}
.right-side__products {
	display: flex;
	width: 100%;
	gap: 56px;
}

.right-side__products_title {
	color: var(--text-ui-landing--2, #5f68de);
	/* heading 6 [28]/ExtraBold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h6-1920, 28px);
	font-style: normal;
	font-weight: var(--Weight-ExtraBold, 800);
	line-height: 120%;
	/* 33.6px */
	letter-spacing: -0.42px;
	max-width: 392px;
	margin: 40px 0 50px 0;
}
.right-side__product {
	display: flex;
	align-items: flex-start;
}

.right-side__product:not(:last-child) {
	margin-bottom: 34px;
}

.right-side__product.bordered {
	border-top: 1px solid #111927;
	border-bottom: 1px solid #111927;
	padding: 34px 0;
}

.right-side__product p {
	margin: 0 0 12px 0;
	color: var(--text-default-primary, #111927);
	/* heading 8 [20]/ExtraBold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h8-1920, 20px);
	font-style: normal;
	font-weight: var(--Weight-ExtraBold, 800);
	line-height: 120%;
	/* 24px */
	max-width: 310px;
	letter-spacing: -0.3px;
}
.right-side__product_info p.title {
	color: var(--text-default-primary, #111927);
	/* body 5 [14]/Medium/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b5-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: 135%;
	/* 18.9px */
}
.right-side__product > div {
	position: relative;
	margin-right: 24px;
}
.right-side__product .plus {
	position: absolute;
	top: 0;
	right: 0;
	margin: -8px;
}
.right-side__products > div:nth-child(2) .right-side__products_title {
	
}
.right-side__products .button {
	margin-top: auto;
	width: fit-content;
}

.right-side__products > div {
	display: flex;
	flex-direction: column;
	justify-content: stretch;
}
.section-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 48px;
}
.audio-comment .title {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* body 5 [14]/Bold/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b5-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 135%;
	margin-bottom: 16px;
}
.audio-comment .title span {
	color: var(--text-ui-landing-, #1890ff);
}

.audio-comment__name {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* heading 10 [16]/Bold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h10-1920, 16px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 19.2px */
	letter-spacing: -0.24px;
}

.audio-comment__position {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* body 5 [14]/Regular/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b5-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Reg, 400);
	line-height: 135%;
	/* 18.9px */
}

.audio-comment__player {
	display: flex;
	align-items: center;
	gap: 18px;
}

.audio-comment__info p {
	margin: 0 0 6px 0;
}
.audio-comment__avatar {
	position: relative;
}
.audio-comment__avatar img {
	min-width: 72px;
}

.audio-comment-button .icon {
	display: block;
	width: 14px;
	height: 17px;
	background: linear-gradient(137deg, #13bcfe 0.01%, #4285f4 50.01%, #a274db 100.01%);
	clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
	margin-left: 5px;
}

.audio-comment-button.active .icon {
	clip-path: unset;
	margin-left: unset;
	width: 15px;
	height: 15px;
}

.audio-comment-button {
	display: flex;
	align-items: center;
	border-radius: 100%;
	background: var(--bg-inverse-primary, #fff);
	width: 40px;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	margin: -3px;
	justify-content: center;
	transition: 0.3s;
}

.audio-comment-button:hover {
	opacity: 0.9;
}

.container-with-wideo-wrapper {
	border-radius: var(--Radius-r2-1920, 32px);
	overflow: hidden;
}
.container-with-wideo {
	display: flex;
	align-items: stretch;
	gap: 20px;
}
.product-card {
	max-width: 390px;
	color: var(--text-default-primary, #111927);
	/* body 4 [16]/Regular/150/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b4-1920, 16px);
	font-weight: var(--Weight-Reg, 400);
	line-height: 150%;
	/* 24px */
	display: flex;
	flex-direction: column;
}
.product-card .desc {
	margin-top: 0;
	flex: 1;
}
.notice {
	border-radius: var(--Radius-r7-1920, 8px);
	background: var(--Product-light, linear-gradient(91deg, #59e1ff -14.32%, #b7e5ff 48.62%, #cfc1fe 105.57%));
	padding: 10px;
	color: var(--text-default-primary, #111927);
	/* body 5 [14]/Bold/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b5-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 135%;
	margin-bottom: 24px;
	margin-top: 0;
	/* 18.9px */
}
.notice-title {
	color: var(--text-ui-landing--2, #5f68de);
	/* body 5 [14]/Bold/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b5-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 135%;
	/* 18.9px */
	margin: 0 0 10px 0;
	margin-top: auto;
}
.product-card__info {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.product-card__header {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 14px;
	margin: 24px 0 17px 0;
}
.product-card__header .title {
	color: var(--text-default-primary, #111927);
	font-size: var(--Body-b5-1920, 14px);
	font-weight: var(--Weight-Med, 500);
	line-height: 135%;
	/* 18.9px */
}
.product-video-container.full iframe {
	margin: 0 10px;
	width: 100%;
	max-width: unset;
}
.product-card__header p {
	margin: 0;
	color: var(--text-ui-landing--2, #5f68de);
	/* heading 8 [20]/ExtraBold/1920 */
	font-size: var(--Heading-h8-1920, 20px);
	font-weight: var(--Weight-ExtraBold, 800);
	line-height: 120%;
	/* 24px */
	letter-spacing: -0.3px;
}
.product-card__footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: auto;
}
.product-card__img {
	display: block;
	border-radius: 12px;
	overflow: hidden;
	/* aspect-ratio: 2/1.5; */
}
.product-card a {
	color: var(--text-default-primary, #111927);
	/* Action 2 [16]/Medium/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a2-1920, 16px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-m, 20px);
	/* 125% */
	letter-spacing: -0.24px;
	margin-right: 5px;
}
.product-card a[data-fancybox]:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.product-card .button {
	border-radius: var(--Radius-absolute, 9999px);
	background: var(--bg-ui-landing--2, #5f68de);
	border: 0;
	padding: 11px 22px;
	color: var(--text-inverse-primary, #fff);
	/* Action 2 [16]/Medium/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a2-1920, 15px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-m, 20px);
	/* 125% */
	letter-spacing: -0.24px;
	cursor: pointer;
	transition: 0.3s;
}
.product-card .button:hover {
	background: #7580f0;
}
.new-products .product-video-container {
	margin: 20px 20px 20px 0;
}
.product-video-container {
	border-radius: var(--Radius-r3-1920, 24px);
	background: #e7e8ff;
	flex: 1;
	overflow: hidden;
	display: flex;
	align-items: center;
}
.product-video-container iframe {
	max-width: calc(100% - 128px);
	margin: auto;
	aspect-ratio: 2/1.1;
	border-radius: 16px;
	overflow: hidden;
}
.new-products-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(335px, 1fr));
	grid-gap: 0 20px;
}
.new-products-grid .product-card {
	max-width: unset;
	margin-top: 20px;
}

.new-products {
	position: relative;
	padding: 60px 0;
	border-radius: 48px;
}
.new-products__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: var(--bg-default-secondary, #181d5e);
	clip-path: polygon(
		calc(50% + 310px) 5px,
		calc(50% + 320px) 1px,
		calc(50% + 330px) 0%,
		100% 0%,
		100% 100%,
		0% 100%,
		0% 49%,
		1px 48.5%,
		4px 48%,
		10px 47.5%
	);
}
.outer-container.new-products {
	overflow: hidden;
}
.new-functions .section-title {
	max-width: 710px;
	text-align: left;
	margin-bottom: 0;
}
.product-section-budge {
	color: var(--text-default-primary, #111927);
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h6-1920, 28px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	letter-spacing: -0.42px;
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 40px;
	margin-left: 20px;
}
.product-section-budge.justify-end {
	margin-right: 20px;
}
.product-section-budge__info .title {
	color: var(--text-default-primary, #111927);
	/* body 2 [20]/Medium/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b2-1920, 20px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: 135%;
	/* 27px */
}
.product-section-budge p {
	margin: 0;
}
.product-section-budge__info {
	margin-left: 8px;
}
.new-functions__bg_wrapper {
	position: relative;
	max-width: 1500px;
	margin: auto;
	padding: 40px 0 50px 0;
	z-index: 1;
}
.new-functions__bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: #e7e8ff;
	border-radius: 48px;
	clip-path: polygon(
		110px 1%,
		114px 0.7%,
		117px 0.5%,
		122px 0.2%,
		125px 0.1%,
		130px 0px,
		50% 0px,
		51% 1px,
		52% 3px,
		53% 5px,
		98% 128px,
		98.7% 132px,
		99.3% 140px,
		99.7% 150px,
		99.9% 160px,
		100% 170px,
		100% 100%,
		0% 100%,
		0% 170px,
		1px 160px,
		5px 150px,
		10px 140px
	);
}
.invertedY {
	transform: rotateY(180deg);
}
.justify-end {
	justify-content: flex-end;
}
.mb-20 {
	margin-bottom: 20px;
}
.update-notice {
	border-radius: var(--Radius-Absolute, 9999px);
	border: 1px solid var(--border-ui-landing--2, #5f68de);
	padding: 2px 8px;
	color: var(--text-ui-landing--2, #5f68de);
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a4-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Semi, 600);
	line-height: var(--line-height-action-m, 20px);
	letter-spacing: -0.21px;
	margin-top: auto;
}
.product-card__info.clear .desc {
	height: auto;
	flex: initial;
}
.product-card__info.clear {
	justify-content: center;
	color: var(--text-default-primary, #111927);
	/* body 2 [20]/Medium/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b2-1920, 20px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: 135%;
	/* 27px */
}
.squadus .product-video-container {
	margin: 20px 20px 20px 0;
}
.squadus .new-functions__bg {
	clip-path: polygon(
		0 0,
		34% 0px,
		35% 1px,
		36% 3px,
		37% 5px,
		98% 128px,
		98.7% 132px,
		99.3% 140px,
		99.7% 150px,
		99.9% 160px,
		100% 170px,
		100% 100%,
		0% 100%
	);
}
.outer-container.squadus {
	border-radius: var(--Radius-r1-1920, 48px);
	background: var(--bg-default-secondary, #181d5e);
	padding: 88px 0;
}
.amnesty-for-clients .title {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;
	/* heading 2 [44]/Bold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h2-1920, 44px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 52.8px */
	letter-spacing: -0.66px;
	margin-bottom: 48px;
}
.amnesty-for-clients__content hr {
	background: var(--icon-default-quaternary, rgba(255, 255, 255, 0.2));
}
.amnesty-for-clients__content {
	display: flex;
	gap: 64px;
}
.amnesty-for-clients__content__item .title {
	color: var(--text-ui-landing-, #1890ff);
	/* heading 6 [28]/Bold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h6-1920, 28px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 33.6px */
	letter-spacing: -0.42px;
	margin: 0 0 24px;
}
.amnesty-for-clients__content__item p {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* body 3 [18]/Medium/150/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b3-1920, 18px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: 150%;
	margin: 0 0 18px 0;
	/* 27px */
}
.amnesty-for-clients__content hr {
	border: 1px solid rgba(255, 255, 255, 0.15);
}
.outer-container.banner {
	border-radius: var(--Radius-r1-1920, 48px);
	background: var(--bg-default-secondary, #181d5e);
	padding: 120px 8px;
}
.banner p {
	margin: 0 0 24px 0;
}
.banner {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* body 1 [22]/Medium/150/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b1-1920, 22px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: 150%;
	/* 33px */
}
.hightlight {
	color: var(--text-ui-landing-, #1890ff);
}
.outer-container.banner .section-title {
	margin-top: 0;
	text-align: left;
	margin-bottom: 44px;
}
.banner-content {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.author {
	text-align: center;
}
.banner-content .author p {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;

	/* body 5 [14]/Regular/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b5-1920, 14px);
	font-weight: var(--Weight-Reg, 400);
	line-height: 135%;
	margin: 0 0 6px 0;
	/* 18.9px */
}
.banner-content .author .title {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;
	/* heading 8 [20]/Bold/1920 */
	font-size: var(--Heading-h8-1920, 20px);
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 24px */
	letter-spacing: -0.3px;
	margin-top: 20px;
}
.banner-content > div {
	max-width: 800px;
}
.cta-bg {
	background: url("/new-products/assets/img/cta-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	border-radius: 48px;
	display: flex;
	padding: 32px 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.cta-content {
	border-radius: var(--Radius-r3-1920, 24px);
	background: var(--bg-glass-landing-, rgba(217, 217, 217, 0.02));
	/* blur-80 */
	backdrop-filter: blur(40px);
	max-width: 800px;
	padding: var(--Padding-p28-1920, 28px);
	text-align: center;
}
.cta-content p {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;
	/* body 3 [18]/Medium/135/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Body-b3-1920, 18px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: 135%;
	/* 24.3px */
	margin: 0;
}
.cta-content .title {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;
	/* heading 6 [28]/Bold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h6-1920, 28px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 33.6px */
	letter-spacing: -0.42px;
	margin: 0 0 12px 0;
}
.cta-content a {
	padding: var(--Button-L-Vertical-1920, 18px) var(--Button-L-Horizontal-1920, 32px);
	border-radius: var(--Radius-absolute, 9999px);
	border: 2px solid var(--border-default-primary, rgba(255, 255, 255, 0.9));
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	/* Action 1 [18]/Medium/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a1-1920, 18px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-l, 24px);
	/* 133.333% */
	letter-spacing: -0.27px;
	background: transparent;
	margin-top: 40px;
}
.pro-thirteen-title {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
}
.pro-thirteen-box {
	border-radius: var(--Margin-M2, 24px);
	border: 1px solid var(--border-default-primary, #fff);
}
.pro-thirteen-left {
	border-right-color: #fff;
}
.pro-thirteen-link a span {
	color: var(--text-ui-link, #1890ff);
	/* Action 2 [16]/Medium/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a2-1920, 16px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-m, 20px);
	/* 125% */
	letter-spacing: -0.24px;
}
.footer-black {
	background: var(--bg-default-secondary, #181d5e);
}
.footer-menu-title,
.footer-menu-item a,
.footer-contacts span {
	color: #fff;
}
.footer-menu-item a img {
	filter: invert(1);
}
.footer-bottom-left a,
.footer-bottom-right > a {
	color: #fff;
	border: 1px solid #fff;
}
.footer-bottom-right svg {
	stroke: #fff;
}
.footer-bot-copy,
.footer-bot-copy-links a {
	color: var(--text-ui-link, #1890ff);
	font-family: Manrope;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	/* 133.333% */
}
.footer-share-list a {
	filter: invert(1);
}
.footer-main {
	border-bottom-color: #fff;
}

.header-menu-list li.active .submenu {
	background: var(--bg-default-secondary, #181d5e);
}
.menu-decisions .big-menu-title,
.menu-decisions-card__title,
.menu-decisions-card__text,
.menu-decisions-flex a,
.submenu-ul a,
#thanksMessageBuy .modal-content__title {
	color: #fff;
}

.menu-app-cards__arr,
.menu-decisions-card__arr {
	border: 1px solid #fff;
}

header.header img,
header.header svg,
header.header svg path {
	stroke: #fff;
}

.blocktopcontact .tabs__item.active,
.menu-decisions-flex a {
	background: transparent;
	border-color: #fff;
	color: #fff;
}

.audio-comment-button.boss {
	background: var(--bg-ui-landing--2, #5f68de);
}
.audio-comment-button.boss .icon {
	background: #fff;
}

#hidden2 .modal-title,
#p_request_buy .modal-title {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	text-align: center;

	/* heading 6 [28]/Bold/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Heading-h6-1920, 28px);
	font-style: normal;
	font-weight: var(--Weight-Bold, 700);
	line-height: 120%;
	/* 33.6px */
	letter-spacing: -0.42px;
	margin-bottom: 0;
}

#p_request_buy,
#hidden2 {
	border-radius: var(--Radius-r2-1920, 32px);
	background: #181d5e;
	box-shadow:
		0 0 4px 0 rgba(0, 0, 0, 0.04),
		0 4px 8px 0 rgba(0, 0, 0, 0.06);
	border-radius: 32px;
}

#thanksMessageBuy .modal-content {
	border-radius: var(--Radius-r2-1920, 32px);
	background: #181d5e;
	box-shadow:
		0 0 4px 0 rgba(0, 0, 0, 0.04),
		0 4px 8px 0 rgba(0, 0, 0, 0.06);
	border-radius: 32px;
	color: #fff;
}

.fancybox-container input:-webkit-autofill, 
.fancybox-container input:-webkit-autofill:hover,
.fancybox-container input:-webkit-autofill:focus,
.fancybox-container form input {
	color: #9093ea !important;
	-webkit-text-fill-color: #9093ea !important;
}

#hidden2 input,
#hidden2 input::placeholder,
#header-feedback .__select__title,
#hidden2 textarea,
#p_request_buy input {
	background: transparent;
	border-radius: var(--Radius-r6-1920, 12px);
	border: 1px solid var(--border-ui-input, #3d42b8);
	color: var(--text-ui-input-new, #9093ea);
	/* Action 4 [14]/Medium/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a4-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-m, 20px);
	/* 142.857% */
	letter-spacing: -0.21px;
}

#hidden2 .__select__title::before,
#hidden2 .__select__title::after {
	background-color: #3d42b8;
}

#hidden2 .__select__title:hover:before,
#hidden2 .__select__title:hover:after {
	opacity: 0.8;
}

#hidden2 .blue.custom__submit__button,
#p_request_buy .blue.custom__submit__button {
	border-radius: var(--Radius-absolute, 9999px);
	width: 100%;
	margin: 10px 0;
	border-radius: var(--Radius-absolute, 9999px);
	background: var(
		--Default-accent,
		linear-gradient(90deg, var(--Blue-500, #13bcfe) 0%, var(--Lilac-500, #a274db) 100%)
	);
}
#hidden2 .blue.custom__submit__button[disabled],
#p_request_buy .blue.custom__submit__button[disabled] {
	background: #2d3384;
}

#thanksMessageBuy .modal-content__btn {
	border-radius: var(--Radius-absolute, 9999px);
	background: var(
		--Default-accent,
		linear-gradient(90deg, var(--Blue-500, #13bcfe) 0%, var(--Lilac-500, #a274db) 100%)
	);
	padding: 20px;
	height: unset;
}

#hidden2 .modal-form-personal,
#p_request_buy .modal-form-personal {
	color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a4-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-m, 20px);
	letter-spacing: -0.21px;
}

#hidden2 .modal-form-personal a,
#p_request_buy .modal-form-personal a {
	color: var(--text-ui-link, #1890ff);
	/* Action 4 [14]/Medium/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a4-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-m, 20px);
	letter-spacing: -0.21px;
	text-decoration-line: underline;
	text-decoration-style: solid;
	text-decoration-skip-ink: auto;
	text-decoration-thickness: 7%;
	text-underline-offset: 12.5%;
	text-underline-position: from-font;
}

#hidden2 .checkbox:not(checked) + label,
#p_request_buy .checkbox:not(checked) + label {
	padding: 0 0 0 30px;
}
#hidden2 .checkbox:not(checked) + label::before,
#p_request_buy .checkbox:not(checked) + label::before {
	background: transparent;
	border: 1px solid var(--border-ui-input, #3d42b8);
	border-radius: 5px;
	width: 20px;
	height: 20px;
}

#hidden2 .__select__label {
	color: #fff;
}

#hidden2 .__select__input:checked + label,
#hidden2 .__select__label:hover {
	background: var(--bg-default-page, #080a33);
}

#hidden2 .checkbox:checked + label::before,
#p_request_buy .checkbox:checked + label::before {
	border-radius: var(--Radius-r8-1920, 6px);
	border: 0 solid var(--border-default-quaternary, rgba(255, 255, 255, 0.2));
	background: linear-gradient(315deg, var(--Blue-500, #13bcfe) 0%, var(--Lilac-500, #a274db) 100%);
}

#hidden2 .checkbox:not(checked) + label::after,
#p_request_buy .checkbox:not(checked) + label::after {
	top: 7px;
	left: 6px;
}

#hidden2 .company_suggessions,
#p_request_buy .company_suggessions {
	transform: translateY(calc(100% + 20px)) !important;
	background: var(--bg-default-secondary, #181d5e);
	border: 1px solid var(--border-ui-input, #3d42b8);
	border-radius: 12px;
	max-height: 265px;
	box-shadow: none;
}
#hidden2 .__select__content {
	background: var(--bg-default-secondary, #181d5e);
	border: 1px solid var(--border-ui-input, #3d42b8);
}
#hidden2 .suggession,
#p_request_buy .suggession,
#hidden2 .request-page__form-label {
	color: #fff;
}
#hidden2 .suggession span,
#p_request_buy .suggession span {
	color: var(--text-ui-input-new, #9093ea);
	/* Action 4 [14]/Medium/1920 */
	font-family: var(--Font, Manrope);
	font-size: var(--Action-a4-1920, 14px);
	font-style: normal;
	font-weight: var(--Weight-Med, 500);
	line-height: var(--line-height-action-m, 20px);
	/* 142.857% */
	letter-spacing: -0.21px;
}
#hidden2 .fancybox-button.fancybox-close-small,
#p_request_buy .fancybox-button.fancybox-close-small {
	margin: 28px;
	color: #fff;
}

.audio-comment {
	display: none;
}

@media (max-width: 1400px) {
	.container,
	.hero-block__container {
		padding: 0 40px;
	}

	.advantages__item {
		color: var(--text-default-primary, #fff);
		text-align: center;
		/* heading 9 [18]/Bold/1280 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h9-1280, 17px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 20.4px */
		letter-spacing: -0.255px;
		height: 160px;
	}
}

@media (max-width: 1280px) {
	.audio-comment .title,
	.audio-comment__position {
		font-size: var(--Body-b5-1280, 13px);
	}
	.section-header {
		margin-bottom: 80px;
	}
	.hero-block__container-bg {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* heading 4 [36]/Bold/1280 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h4-1280, 32px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 38.4px */
		letter-spacing: -0.48px;
		max-width: unset;
		width: 100%;
		padding: 24px;
	}
	.hero-block__subtitle {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* body 3 [18]/Regular/135/1280 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b3-1280, 17px);
		font-style: normal;
		font-weight: var(--Weight-Reg, 400);
		line-height: 135%;
		/* 22.95px */
	}

	.hero-block__container {
		position: relative;
		width: 100%;
		padding: unset;
		margin: unset;
		max-width: unset;
		background: var(--bg-default-secondary, #181d5e);
		backdrop-filter: blur(40px);
	}
	.hero-block {
		display: flex;
		flex-direction: column-reverse;
	}

	.ecosystem__title {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		text-align: center;

		/* heading 3 [40]/Bold/1280 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h3-1280, 36px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 43.2px */
		letter-spacing: -0.54px;
	}

	.right-side__title {
		color: var(--text-default-primary, #111927);
		/* heading 3 [40]/Bold/1280 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h3-1280, 36px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		letter-spacing: -0.54px;
		margin: 40px 0 0;
	}

	.right-side__products_title {
		color: var(--text-ui-landing--2, #5f68de);
		/* heading 6 [28]/ExtraBold/1280 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h6-1280, 24px);
		font-style: normal;
		font-weight: var(--Weight-ExtraBold, 800);
		line-height: 120%;
		/* 28.8px */
		letter-spacing: -0.36px;
		margin: 24px 0 50px 0;
	}

	.right-side__products > div:nth-child(2) .right-side__products_title {
		margin-top: 50px;
	}
	.right-side__product img {
		max-width: 48px;
	}

	.right-side__product {
		max-width: 347px;
	}
	.ecosystem__product {
		margin-bottom: 18px;
	}
	.ecosystem__product p {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		text-align: center;
		/* Action 4 [14]/SemiBold/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Action-a4-375, 14px);
		font-style: normal;
		font-weight: var(--Weight-Semi, 600);
		line-height: var(--line-height-action-s, 16px);
		/* 133.333% */
		letter-spacing: -0.18px;
	}

	.ecosystem__product img {
		max-width: 48px;
	}

	.right-side__product > div {
		margin-right: 18px;
	}

	.right-side__product_info p.title {
		color: var(--text-default-primary, #111927);
		/* body 5 [14]/Medium/135/1280 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b5-1280, 13px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: 135%;
		/* 17.55px */
	}

	.right-side__product p {
		color: var(--text-default-primary, #111927);
		/* heading 8 [20]/ExtraBold/1280 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h8-1280, 18px);
		font-style: normal;
		font-weight: var(--Weight-ExtraBold, 800);
		line-height: 120%;
		/* 21.6px */
		letter-spacing: -0.27px;
	}

	.right-side__product:not(:last-child) {
		margin-bottom: 12px;
	}

	.product-card__header img {
		max-width: 40px;
	}
	.product-section-budge {
		font-size: var(--Heading-h6-1920, 24px);
	}
	.product-card__footer {
		flex-wrap: wrap;
		justify-content: center;
	}
	.notice-title {
		font-size: var(--Body-b4-1280, 13px);
		margin-bottom: 8px;
	}
	.notice {
		font-size: var(--Body-b4-1280, 13px);
	}

	.product-card__info.clear .desc {
		font-size: var(--Body-b4-1280, 18px);
	}

	.update-notice {
		margin-bottom: 10px;
	}

	.product-section-budge__info .title {
		font-size: var(--Body-b4-1280, 18px);
	}

	.product-card .button {
		width: 100%;
		justify-content: center;
		margin-bottom: 18px;
	}

	.product-card a {
		margin-right: 0;
	}

	.notice {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.product-card {
		font-size: var(--Body-b4-1280, 15px);
	}

	.right-side__product.bordered {
		padding: 24px 0 12px 0;
	}
	.product-card__header p {
		font-size: var(--Heading-h8-1280, 18px);
	}

	.product-card__header {
		margin-bottom: 14px;
	}

	.ecosystem {
		padding: 48px;
	}

	.ecosystem .right-side__bg {
		max-width: calc(73%);
		clip-path: polygon(7% 0%, 100% 0%, 100% 100%, 7% 100%, 0% 65%, 0% 35%);
	}

	.new-products__bg {
		clip-path: polygon(
			calc(50% + 130px) 5px,
			calc(50% + 140px) 1px,
			calc(50% + 150px) 0%,
			100% 0%,
			100% 100%,
			0% 100%,
			0% 49%,
			1px 48.5%,
			4px 16%,
			10px 15.5%
		);
	}

	.product-card__header .title {
		font-size: var(--Heading-h8-1280, 13px);
	}
}

@media (max-width: 1200px) {
	.new-products-grid {
		grid-template-columns: repeat(auto-fill, minmax(235px, 1fr));
	}
}

@media (max-width: 1024px) {
	.section-header {
		margin-bottom: 32px;
	}
	.ecosystem .container {
		flex-wrap: wrap;
		padding: 0;
	}

	.ecosystem .right-side__bg {
		top: 0;
		clip-path: unset;
		max-width: unset;
		bottom: 0;
		left: -24px;
		width: calc(100% + 48px);
		height: calc(100% + 48px);
	}

	.left-side {
		width: 100%;
		text-align: center;
	}

	.ecosystem {
		padding: 32px 24px;
	}

	.ecosystem__title {
		max-width: unset;
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		text-align: center;
		/* heading 3 [40]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h3-768, 32px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 38.4px */
		letter-spacing: -0.48px;
	}

	.ecosystem__products {
		flex-direction: row;
		justify-content: space-evenly;
		max-width: 768px;
		margin: auto;
	}

	.ecosystem__product {
		margin-bottom: 0;
	}

	.right-side__title {
		margin: 0;
		text-align: center;
		color: var(--text-default-primary, #111927);
		/* heading 3 [40]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h3-768, 32px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		letter-spacing: -0.48px;
		margin-top: 32px;
	}

	.right-side {
		position: relative;
		margin-left: 0;
		margin-top: 32px;
	}
}

@media (max-width: 980px) {
	.section-title {
		text-align: left;
	}
	.docs-online .new-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}

	.docs-online .new-products-grid div:nth-child(1) {
		grid-area: 1 / 1 / 2 / 2;
	}
	.docs-online .new-products-grid div:nth-child(3) {
		grid-area: 1 / 2 / 2 / 3;
	}
	.docs-online .new-products-grid div:nth-child(3) {
		grid-area: 2 / 1 / 3 / 3;
		height: fit-content;
	}
	.author {
		min-width: 140px;
	}
	.product-video-container.full iframe {
		margin: 0;
		width: 100%;
		max-width: unset;
	}
}

@media (max-width: 768px) {
	.cta-content .title {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		text-align: center;
		/* heading 6 [28]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h6-768, 22px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 26.4px */
		letter-spacing: -0.33px;
	}
	.cta-content p {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		text-align: center;
		/* body 3 [18]/Medium/135/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b3-768, 16px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: 135%;
		/* 21.6px */
	}
	.cta-content button {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* Action 1 [18]/Medium/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Action-a1-375, 16px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: var(--line-height-action-m, 20px);
		/* 125% */
		letter-spacing: -0.24px;
		padding: var(--Button-L-Vertical-375, 15px) var(--Button-L-Horizontal-375, 28px);
	}
	.author img {
		max-width: 80px;
	}
	.banner-content .author p {
		color: var(--text-default-primary, #fff);
		text-align: center;

		/* body 5 [14]/Regular/135/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b5-768, 12px);
		font-style: normal;
		font-weight: var(--Weight-Reg, 400);
		line-height: 135%;
		/* 16.2px */
	}
	.banner-content .author .title {
		color: var(--text-default-primary, #fff);
		text-align: center;
		/* heading 8 [20]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h8-768, 17px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 20.4px */
		letter-spacing: -0.255px;
	}
	.amnesty-for-clients__content {
		flex-wrap: wrap;
		gap: 32px;
	}
	hr {
		margin: 0;
		width: 100%;
	}
	.outer-container.banner .section-title {
		color: var(--text-default-primary, #fff);
		/* heading 4 [36]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h4-768, 28px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		letter-spacing: -0.42px;
	}
	.banner {
		color: var(--text-default-primary, #fff);
		/* body 1 [22]/Medium/150/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b1-768, 18px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: 150%;
		/* 27px */
	}
	.banner p {
		margin-bottom: 20px;
	}
	.amnesty-for-clients > .container > .title {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* heading 2 [44]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h2-768, 36px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 43.2px */
		letter-spacing: -0.54px;
		margin-bottom: 40px;
		margin-top: 0;
	}
	.amnesty-for-clients__content__item p,
	.amnesty-for-clients .title,
	.amnesty-for-clients__content__item .title {
		text-align: left;
	}
	.amnesty-for-clients__content__item p {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));

		/* body 3 [18]/Medium/150/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b3-768, 16px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: 150%;
		/* 24px */
		margin-bottom: 12px;
	}
	.amnesty-for-clients__content__item .title {
		/* heading 6 [28]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h6-768, 22px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 26.4px */
		letter-spacing: -0.33px;
	}
	.container,
	.hero-block__container {
		padding: 0 24px;
	}
	.new-products-grid {
		grid-gap: 0 16px;
	}
	.container-with-wideo {
		flex-wrap: wrap;
	}
	.product-video-container {
		flex: auto;
		width: 100%;
	}
	.new-products-grid .product-card {
		padding: 16px;
		border-radius: 24px;
	}
	.new-products .product-video-container {
		margin: 0 16px 16px 16px;
	}
	.product-video-container iframe {
		max-width: unset;
		margin: 45px 33px;
	}
	.hero-block__container-bg {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		background: transparent;
		/* heading 4 [36]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h4-768, 28px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 33.6px */
		letter-spacing: -0.42px;
		margin-top: 0;
		padding: 0;
	}
	.hero-block__title {
		margin: 0;
	}

	.hero-block__subtitle {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* body 3 [18]/Regular/135/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b3-768, 16px);
		font-style: normal;
		font-weight: var(--Weight-Reg, 400);
		line-height: 135%;
		/* 21.6px */
		margin: 12px 0 32px 0;
	}

	.section-title {
		color: var(--text-default-primary, #fff);
		/* heading 2 [44]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h2-768, 36px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		letter-spacing: -0.54px;
		margin-bottom: 32px;
	}

	.advantages__item p {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		text-align: center;

		/* heading 9 [18]/Bold/768 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h9-768, 16px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 19.2px */
		letter-spacing: -0.24px;
		max-width: unset;
	}

	.advantages__item {
		height: 130px;
	}

	.button {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* Action 2 [16]/Medium/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Action-a2-375, 15px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: var(--line-height-action-m, 20px);
		/* 133.333% */
		letter-spacing: -0.225px;
	}

	.header-375 {
		display: block;
	}
	.cta-bg {
		padding: 40px 98px;
	}

	.hero-block {
		margin: 4.5rem 8px 0;
		border-radius: 28px;
	}

	.container,
	.hero-block__container {
		padding: 24px;
	}
	.ecosystem {
		margin: 70px 8px;
	}
	.outer-container {
		margin: 4.5rem 8px 0;
	}
	.new-products__bg {
		clip-path: polygon(
			calc(50% + 80px) 5px,
			calc(50% + 90px) 1px,
			calc(50% + 100px) 0%,
			100% 0%,
			100% 100%,
			0% 100%,
			0% 49%,
			1px 48.5%,
			4px 14%,
			10px 13.5%
		);
	}

	.advantages__item {
		padding: var(--Padding-p24-1-1920, 10px);
	}
	section {
		margin: 0;
	}
}

@media (max-width: 550px) {
	section {
		margin: 24px 0;
	}
	.right-side__products > div,
	.right-side__products .button {
		width: 100%;
	}
	.right-side__products .button {
		justify-content: center;
	}
	.right-side__products {
		flex-wrap: wrap;
		gap: 30px;
	}
	.right-side__title {
		/* heading 3 [40]/Bold/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h3-375, 28px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		letter-spacing: -0.42px;
		text-align: left;
	}
	.right-side__products_title {
		color: var(--text-ui-landing--2, #5f68de);

		/* heading 6 [28]/ExtraBold/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h6-375, 20px);
		font-style: normal;
		font-weight: var(--Weight-ExtraBold, 800);
		line-height: 120%; /* 24px */
		letter-spacing: -0.3px;
		margin: 24px 0 30px 0;
	}
	.right-side__product img {
		max-width: 32px;
	}
	.ecosystem__product p {
		max-width: 134px;
	}
	.advantages {
		gap: 16px;
	}
	.ecosystem__product {
		width: 50%;
		max-width: unset;
		margin-bottom: 24px;
	}
	.ecosystem__products {
		flex-wrap: wrap;
	}
	.ecosystem__title {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* heading 3 [40]/Bold/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h3-375, 28px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 33.6px */
		letter-spacing: -0.42px;
	}
	.outer-container {
		margin-top: 44px;
	}
	.right-side__product_info p.title {
		font-size: var(--Body-b5-1280, 12px);
	}
	.right-side__product p {
		font-size: var(--Body-b5-1280, 16px);
		margin: 0 0 10px 0;
	}
	.right-side__products > div:nth-child(2) .right-side__products_title {
		margin-top: 0;
	}
	.right-side__product_info {
		margin-right: 0 !important;
	}
	.section-header {
		flex-wrap: wrap;
	}
	.audio-comment .title {
		margin-top: 0;
	}
	.new-products {
		padding: 16px 0;
	}
	.container,
	.hero-block__container {
		padding: 0 12px;
	}
	.new-products__bg {
		clip-path: polygon(
			calc(50% + 80px) 5px,
			calc(50% + 90px) 1px,
			calc(50% + 100px) 0%,
			100% 0%,
			100% 100%,
			0% 100%,
			0% 49%,
			1px 48.5%,
			4px 135px,
			8px 130px
		);
	}
	.new-products {
		border-radius: 12px;
	}
	.p-20 {
		padding: 16px;
	}
	.container-with-wideo-wrapper {
		border-radius: 20px;
	}
	.product-card__header .title {
		font-size: var(--Heading-h8-1280, 12px);
	}
	.product-card__header p {
		font-size: var(--Heading-h8-1280, 16px);
	}
	.product-card {
		font-size: var(--Body-b4-1280, 14px);
		border-radius: 16px;
	}
	.product-card .desc {
		margin-top: 0;
		flex: unset;
		margin-bottom: 0;
	}
	.product-card .desc + .notice {
		margin-top: 18px;
	}
	.notice-title {
		margin-top: 16px;
	}
	.notice {
		font-size: var(--Body-b4-1280, 12px);
	}
	.product-card__footer {
		margin-top: 0;
	}
	.container-with-wideo {
		gap: 16px;
	}
	.product-card__info {
		height: unset;
	}
	.product-video-container iframe {
		margin: 0;
	}
	.new-functions__bg {
		clip-path: polygon(
			40px 6px,
			45px 3px,
			50px 1px,
			55px 0px,
			50% 0px,
			51% 1px,
			52% 2px,
			53% 3px,
			98% 48px,
			98.7% 50px,
			99.7% 55px,
			100% 60px,
			100% 100%,
			0% 100%,
			0% 50px,
			1px 45px,
			3px 40px,
			5px 35px
		);
	}
	.product-section-budge__info .title {
		font-size: var(--Body-b4-1280, 16px);
	}
	.product-video-container {
		border-radius: 16px;
	}
	.product-section-budge {
		font-size: var(--Body-b4-1280, 20px);
		gap: 0;
		flex-wrap: wrap;
		margin-bottom: 16px;
	}
	.product-section-budge img {
		max-width: 48px;
	}
	.product-section-budge__info {
		margin-left: 14px;
	}
	.update-notice {
		margin-left: calc(48px + 14px);
		width: auto;
		color: var(--text-ui-landing--2, #5f68de);
		font-feature-settings:
			"liga" off,
			"clig" off;
		font-size: 10px;
		line-height: 18px; /* 180% */
		letter-spacing: 0.2px;
		text-transform: uppercase;
		margin-top: 8px;
		padding: 0 6px;
		margin-bottom: 0;
	}
	.docs-online .new-products-grid {
		grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	}
	.docs-online .new-products-grid div:nth-child(1),
	.docs-online .new-products-grid div:nth-child(2),
	.docs-online .new-products-grid div:nth-child(3) {
		grid-area: unset;
	}
	.new-products-grid .product-card {
		margin-top: 16px;
	}
	.product-card__info.clear .desc {
		color: var(--text-default-primary, #111927);
		/* body 2 [20]/Medium/135/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b2-375, 16px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: 135%;
		/* 21.6px */
	}
	.new-functions__bg_wrapper {
		padding: 40px 0 20px 0;
	}
	.product-card__info.clear p {
		margin-bottom: 16px;
	}
	.product-card .button {
		font-size: 15px;
	}
	.outer-container.squadus {
		padding: 20px 12px;
	}
	.new-functions__bg,
	.outer-container,
	.outer-container.squadus,
	.outer-container.banner,
	.cta-bg {
		border-radius: 24px;
	}
	.squadus .new-functions__bg {
		clip-path: polygon(
			0 0,
			34% 0px,
			35.5% 1px,
			36.5% 2px,
			37.5% 4px,
			97% 100px,
			99% 105px,
			99.8% 110px,
			99.9% 115px,
			100% 120px,
			100% 125px,
			100% 100%,
			0% 100%
		);
	}
	.amnesty-for-clients > .container > .title {
		/* heading 2 [44]/Bold/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h2-375, 30px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 36px */
		letter-spacing: -0.45px;
		margin-bottom: 28px;
	}
	.amnesty-for-clients__content__item .title {
		/* heading 6 [28]/Bold/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h6-375, 20px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 24px */
		letter-spacing: -0.3px;
		margin-bottom: 10px;
	}
	.amnesty-for-clients__content__item p {
		/* body 3 [18]/Medium/150/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b3-375, 15px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: 150%;
		/* 22.5px */
		margin-bottom: 8px;
	}
	.amnesty-for-clients__content {
		gap: 24px;
	}
	.outer-container.banner {
		padding: 32px 8px;
	}
	.banner-content {
		flex-wrap: wrap;
	}
	.banner {
		font-size: var(--Body-b1-768, 17px);
	}
	.banner p {
		margin-bottom: 16px;
	}
	.author {
		display: flex;
		gap: 16px;
		align-items: center;
	}
	.author img {
		max-width: 56px;
		height: 100%;
	}
	.banner-content .author .title {
		margin-top: 0;
	}
	.banner-content .author .title,
	.banner-content .author p {
		text-align: left;
	}
	.cta-content .title {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		text-align: center;
		/* heading 6 [28]/Bold/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h6-375, 20px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 24px */
		letter-spacing: -0.3px;
	}
	.cta-content p {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		text-align: center;
		/* body 3 [18]/Medium/135/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b3-375, 15px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: 135%;
		/* 20.25px */
	}
	.cta-content button {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* Action 1 [18]/Medium/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Action-a1-375, 16px);
		font-style: normal;
		font-weight: var(--Weight-Med, 500);
		line-height: var(--line-height-action-m, 20px);
		/* 125% */
		letter-spacing: -0.24px;
	}
	.cta-bg {
		padding: 24px;
	}
	.hero-block__container {
		padding: 20px;
	}
	.hero-block__title {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* heading 4 [36]/Bold/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Heading-h4-375, 24px);
		font-style: normal;
		font-weight: var(--Weight-Bold, 700);
		line-height: 120%;
		/* 28.8px */
		letter-spacing: -0.36px;
	}
	.hero-block__subtitle {
		color: var(--text-default-primary, rgba(255, 255, 255, 0.9));
		/* body 3 [18]/Regular/135/375 */
		font-family: var(--Font, Manrope);
		font-size: var(--Body-b3-375, 15px);
		font-style: normal;
		font-weight: var(--Weight-Reg, 400);
		line-height: 135%;
		/* 20.25px */
	}
	.hero-block__container .button {
		width: 100%;
		justify-content: center;
	}
	.product-card__img {
		aspect-ratio: unset;
	}
}

@media (min-width: 769px) and (max-width: 980px) {
	.header-768 {
		display: block;
	}
}

@media (min-width: 981px) and (max-width: 1024px) {
	.header-980 {
		display: block;
	}
}

@media (min-width: 1025px) and (max-width: 1279px) {
	.header-1024 {
		display: block;
	}
}
@media (min-width: 1280px) and (max-width: 1440px) {
	.header-1440 {
		display: block;
	}
}
@media (min-width: 1441px) and (max-width: 1680px) {
	.header-1680 {
		display: block;
	}
}
@media (min-width: 1681px) {
	.header-1920 {
		display: block;
	}
	.hero-block {
		height: 745px;
	}
}

.hidden-menu-top {
	background: #080a33;
}
.hidden-menu-box,
.submenu {
	background: #181d5e;
}
.hidden-menu-list > li.header-n__menu-list-drop-item,
.hidden-menu-list > li > a {
	color: #fff;
}

/* start 20.11.2025 */
.blog-sliders {
	padding: 40px 0;
}
.blog-sliders-bg {
	padding: 80px 0;
	margin: 0 32px;
	border-radius: 48px;
	background: #181d5e;
}
.pro-twelve-bg .main-title,
.privileges .main-title,
.blog-sliders-bg .main-title {
	color: rgba(255, 255, 255, 0.9);
}
.blog-sliders-box {
	position: relative;
}
.thumbsSlider {
	position: relative;
	overflow: hidden;
}
.thumbsSwiper2 {
	height: 100%;
	width: 100%;
}
.swiper-slide {
	background-size: cover;
	background-position: center;
}
.blog-slids {
	display: flex;
	border-radius: 32px;
	background: #fff;
	overflow: hidden;
}
.blog-slids-content {
	padding: 32px;
	max-width: 410px;
	width: 100%;
}
.blog-slids-title {
	color: #111927;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 120%;
	letter-spacing: -0.3px;
	margin-bottom: 12px;
}
.blog-slids-text {
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 135%;
}
.blog-slids-text p {
	margin: 0;
}
.blog-slids-text p:not(:last-child) {
	margin-bottom: 14px;
}
.blog-slids-bg {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
	border-radius: 32px;
	background: url("../img/thumbsBg.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.blog-slid-img {
	border-radius: 12px;
	overflow: hidden;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumbsSwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 24px 0 0;
}
.thumbsSwiper .swiper-slide {
	border-radius: 11px;
	background: url("../img/thumbsBg.jpg");
	background-size: contain;
	padding: 3px;
	opacity: 0.7;
}
.thumbsSwiper .swiper-slide-thumb-active,
.blog-slid {
	padding: 0;
}
.thumbsSwiper .swiper-slide-thumb-active {
	opacity: 1;
}
.thumbsSwiper .swiper-slide {
	height: 100%;
	padding: 3px;
	overflow: hidden;
	border-radius: 12px;
	max-width: 62px;
	cursor: pointer;
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.thumbsSwiper .swiper-slide img {
	border-radius: 12px;
	min-width: 56px;
	width: 56px;
	height: 56px;
	display: block;
}
.blog-sliders .swiper-arrow {
	position: absolute;
	border-radius: 50%;
	box-shadow: none;
	cursor: pointer;
	width: 46px;
	height: 46px;
	bottom: 7px;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	z-index: 2;
}
.blog-sliders .swiper-prev {
	right: 54px;
}
.rk-card-wrap {
	margin: 64px 0;
}
.rk-card-wrap .button {
	margin: 0 auto;
}
.rk-card-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 23px;
	margin-bottom: 40px;
}
.span2 {
	grid-row: span 2 / span 2;
}
.rk-card {
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
	align-self: stretch;
	border-radius: 24px;
	background: #fff;
}
.rk-card__img {
	position: relative;
	display: flex;
	border-radius: 12px;
	overflow: hidden;
}
.rk-card__info {
	position: absolute;
	top: 50%;
	left: 16px;
	transform: translateY(-50%);
	width: calc(100% - 32px);
	display: flex;
	min-height: 80px;
	padding: 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	align-self: stretch;
	border-radius: 16px;
	background: rgba(217, 217, 217, 0.02);
	backdrop-filter: blur(20px);
	color: #fff;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	letter-spacing: -0.3px;
}
.rk-card__text {
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
}
.privileges-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 23px;
}
.pro-twelve-bg {
	padding: 100px 0;
	margin: 0 32px;
	border-radius: 48px;
	background: rgba(24, 29, 94, 0.3);
}
.pro-twelve-bg .panel,
.pro-twelve-bg .accordiont {
	color: rgba(255, 255, 255, 0.9);
}
.pro-twelve-bg .accordion__conten.open {
	background: #181d5e;
}
.pro-twelve-bg .accordiont .icon::before {
	background: #1890ff;
}
.pro-twelve-bg .accordion__conten.open .accordiont {
	font-weight: 500;
}
.mobile {
	display: none;
}
.accordiont .icon::before {
	left: 8.5px;
}
@media (max-width: 1540px) {
	.blog-sliders .swiper-arrow {
		width: 40px;
		height: 40px;
		bottom: 5px;
	}
	.blog-sliders .swiper-prev {
		right: 48px;
	}
	.thumbsSwiper .swiper-slide img {
		border-radius: 10px;
		min-width: 48px;
		width: 48px;
		height: 48px;
	}
	.blog-sliders {
		padding: 32px 0;
	}
	.blog-slid-img {
		border-radius: 10px;
	}
	.thumbsSwiper .swiper-slide {
		max-width: 52px;
		padding: 2px;
	}
}
@media (max-width: 1440px) {
	.blog-sliders-bg {
		border-radius: 40px;
		margin: 0 8px;
		padding: 64px 0;
	}
	.blog-slids-bg {
		border-radius: 26px;
	}
	.blog-slids {
		border-radius: 28px;
	}
	.blog-slids-content {
		padding: 28px;
		max-width: 387px;
	}
	.blog-slids-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.blog-slids-text {
		font-size: 15px;
	}
	.rk-card {
		border-radius: 20px;
	}
	.rk-card__text {
		font-size: 15px;
	}
	.rk-card__info {
		font-size: 18px;
		padding: 12px;
		min-height: 68px;
	}
	.rk-card__img {
		border-radius: 10px;
	}
	.pro-twelve-bg {
		padding: 64px 0;
		margin: 0 8px;
		border-radius: 40px;
	}
}
@media (max-width: 1190px) {
	.cta-content {
		padding: 20px;
		border-radius: 18px;
	}
	.cta-content .title {
		font-size: 22px;
	}
	.cta-content p {
		font-size: 16px;
	}
	.cta-content a {
		margin-top: 24px;
		padding: var(--Button-L-Vertical-1920, 15px) var(--Button-L-Horizontal-1920, 28px);
		font-size: var(--Action-a1-1920, 16px);
		line-height: var(--line-height-action-l, 20px);
	}
	.cta-bg {
		padding-top: 40px;
		padding-bottom: 40px;
		border-radius: 32px;
	}
	.rk-card-list {
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		grid-gap: 18px;
	}
	.span2 {
		grid-column: span 2 / span 2;
	}
	.span2 .rk-card__img img {
		display: none;
	}
	.rk-card__img img {
		width: 100%;
	}
	.span2 .rk-card__img img.laptop {
		display: block;
	}
	.rk-card {
		border-radius: 18px;
		padding: 16px;
		gap: 16px;
	}
	.rk-card__img {
		border-radius: 8px;
		width: 100%;
	}
	.rk-card__info {
		font-size: 17px;
		padding: 10px;
		min-height: 60px;
		border-radius: 12px;
	}
	.blog-sliders {
		padding: 20px 0;
	}
	.pro-twelve-bg,
	.blog-sliders-bg {
		border-radius: 24px;
		padding: 40px 0;
	}
	.blog-slids {
		flex-direction: column-reverse;
		height: 100%;
	}
	.blog-slids-content {
		max-width: unset;
		padding: 20px;
		flex-grow: 1;
		min-height: 111px;
	}
	.blog-slids-title {
		font-size: 17px;
	}
	.blog-slid-img {
		border-radius: 8px;
	}
	.blog-sliders .swiper-arrow {
		display: none;
	}
	.thumbsSwiper {
		padding-top: 18px;
	}
	.thumbsSwiper .swiper-slide {
		max-width: 44px;
		min-width: 44px;
		border-radius: 10px;
	}
	.thumbsSwiper .swiper-slide img {
		border-radius: 8px;
		min-width: 40px;
		width: 40px;
		height: 40px;
	}
	.blog-slids-bg {
		border-radius: 24px;
		flex-grow: 1;
	}
	.thumbsSwiper2 .swiper-slide {
		height: unset;
	}
	.privileges-list {
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 18px;
	}
	.rk-card-wrap {
		margin: 60px 0 40px;
	}
}
@media (max-width: 767px) {
	.cta-bg {
		padding-top: 24px;
		padding-bottom: 24px;
		border-radius: 24px;
	}
	.cta-content {
		border-radius: 16px;
	}
	.cta-content .title {
		font-size: 20px;
	}
	.cta-content p {
		font-size: 15px;
	}
	.cta-content a {
		width: 100%;
	}
	.pro-thirteen-left {
		border-bottom-color: #fff;
	}
	.pro-twelve-bg,
	.blog-sliders-bg {
		padding: 24px 0;
	}
	.privileges-list {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 12px;
	}
	.rk-card__info {
		font-size: 16px;
		min-height: 58px;
	}
	.rk-card__text {
		font-size: 14px;
	}
	.blog-slids-bg,
	.blog-slids {
		border-radius: 20px;
	}
	.rk-card-wrap {
		margin: 52px 0 32px;
	}
	.rk-card-list {
		grid-template-columns: repeat(1, 1fr);
		grid-gap: 16px;
	}
	.span2 {
		grid-row: unset;
		grid-column: unset;
	}
	.span2 .rk-card__img img.laptop {
		display: none;
	}
	.span2 .rk-card__img img.mobile {
		display: block;
		width: 100%;
	}
	.accordiont .icon::before {
		left: 10px;
	}
}
