@charset "UTF-8";

/* -----------------------STYLE.SCSS----------------------

Project Name: devrocket
Author: devrocket
Version: 1.0
Created: 2026

---------------------------------------------------------*/
/*	RESET DEFAULT STYLES  */
html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*,
*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
	margin: 0;
	padding: 0;
}

body {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
}

:focus {
	outline: none;
}

a {
	background-color: transparent;
	text-decoration: none;
	color: inherit;
}

abbr {
	border: none;
	text-decoration: none;
}

ul,
ol {
	list-style-type: none;
}

button,
input,
optgroup,
select,
textarea {
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	font: inherit;
	color: inherit;
	letter-spacing: inherit;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

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

audio,
video,
canvas,
picture,
iframe,
object {
	display: block;
	max-width: 100%;
}

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

blockquote,
q {
	quotes: none;
}

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

@media (prefers-reduced-motion: reduce) {
	* {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}

/*	GENERAL STYLES FOR PROJECT	*/
html {
	font-size: 17px;
	scroll-behavior: smooth;
}

body {
	min-height: 100%;
	position: relative;
	background-color: #fff;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1;
	text-rendering: optimizeSpeed;
	overflow-x: hidden;
}

body.lock {
	overflow-y: hidden !important;
}

.screenshot-mode [data-aos] {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: none !important;
	transform: none !important;
	-webkit-transition: none !important;
	transition: none !important;
}

.page {
	position: relative;
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	white-space: nowrap;
	clip-path: inset(100%);
	clip: rect(0 0 0 0);
	overflow: hidden;
}

.dn {
	display: none;
}

.img-responsive {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.img-cover {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.nowrap {
	white-space: nowrap;
}

/*	CONTAINERS MIXINS & CLASSES	*/
.container {
	position: relative;
	width: 100%;
	max-width: 1170px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-992 {
	position: relative;
	width: 100%;
	max-width: 992px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-1220 {
	position: relative;
	width: 100%;
	max-width: 1250px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-1320 {
	position: relative;
	width: 100%;
	max-width: 1350px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-1420 {
	position: relative;
	width: 100%;
	max-width: 1450px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-1520 {
	position: relative;
	width: 100%;
	max-width: 1550px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-1620 {
	position: relative;
	width: 100%;
	max-width: 1650px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-1720 {
	position: relative;
	width: 100%;
	max-width: 1750px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-1820 {
	position: relative;
	width: 100%;
	max-width: 1850px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-1920 {
	position: relative;
	width: 100%;
	max-width: 1950px;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid {
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.site-wrapper {
	position: relative;
	width: 100%;
	min-width: 320px;
	margin: 0 auto;
}

/*	MIXINS 	*/
h1.mt-10,
h2.mt-10,
h3.mt-10,
h4.mt-10,
p.mt-10,
div.mt-10 {
	margin-top: 10px !important;
}

h1.mb-10,
h2.mb-10,
h3.mb-10,
h4.mb-10,
p.mb-10,
div.mb-10 {
	margin-bottom: 10px !important;
}

h1.mt-15,
h2.mt-15,
h3.mt-15,
h4.mt-15,
p.mt-15,
div.mt-15 {
	margin-top: 15px !important;
}

h1.mb-15,
h2.mb-15,
h3.mb-15,
h4.mb-15,
p.mb-15,
div.mb-15 {
	margin-bottom: 15px !important;
}

h1.mt-20,
h2.mt-20,
h3.mt-20,
h4.mt-20,
p.mt-20,
div.mt-20 {
	margin-top: 20px !important;
}

h1.mb-20,
h2.mb-20,
h3.mb-20,
h4.mb-20,
p.mb-20,
div.mb-20 {
	margin-bottom: 20px !important;
}

h1.mt-25,
h2.mt-25,
h3.mt-25,
h4.mt-25,
p.mt-25,
div.mt-25 {
	margin-top: 25px !important;
}

h1.mb-25,
h2.mb-25,
h3.mb-25,
h4.mb-25,
p.mb-25,
div.mb-25 {
	margin-bottom: 25px !important;
}

h1.mt-30,
h2.mt-30,
h3.mt-30,
h4.mt-30,
p.mt-30,
div.mt-30 {
	margin-top: 30px !important;
}

h1.mb-30,
h2.mb-30,
h3.mb-30,
h4.mb-30,
p.mb-30,
div.mb-30 {
	margin-bottom: 30px !important;
}

h1.mt-35,
h2.mt-35,
h3.mt-35,
h4.mt-35,
p.mt-35,
div.mt-35 {
	margin-top: 35px !important;
}

h1.mb-35,
h2.mb-35,
h3.mb-35,
h4.mb-35,
p.mb-35,
div.mb-35 {
	margin-bottom: 35px !important;
}

h1.mt-40,
h2.mt-40,
h3.mt-40,
h4.mt-40,
p.mt-40,
div.mt-40 {
	margin-top: 40px !important;
}

h1.mb-40,
h2.mb-40,
h3.mb-40,
h4.mb-40,
p.mb-40,
div.mb-40 {
	margin-bottom: 40px !important;
}

h1.mt-45,
h2.mt-45,
h3.mt-45,
h4.mt-45,
p.mt-45,
div.mt-45 {
	margin-top: 45px !important;
}

h1.mb-45,
h2.mb-45,
h3.mb-45,
h4.mb-45,
p.mb-45,
div.mb-45 {
	margin-bottom: 45px !important;
}

h1.mt-50,
h2.mt-50,
h3.mt-50,
h4.mt-50,
p.mt-50,
div.mt-50 {
	margin-top: 50px !important;
}

h1.mb-50,
h2.mb-50,
h3.mb-50,
h4.mb-50,
p.mb-50,
div.mb-50 {
	margin-bottom: 50px !important;
}

h1.mt-55,
h2.mt-55,
h3.mt-55,
h4.mt-55,
p.mt-55,
div.mt-55 {
	margin-top: 55px !important;
}

h1.mb-55,
h2.mb-55,
h3.mb-55,
h4.mb-55,
p.mb-55,
div.mb-55 {
	margin-bottom: 55px !important;
}

h1.mt-60,
h2.mt-60,
h3.mt-60,
h4.mt-60,
p.mt-60,
div.mt-60 {
	margin-top: 60px !important;
}

h1.mb-60,
h2.mb-60,
h3.mb-60,
h4.mb-60,
p.mb-60,
div.mb-60 {
	margin-bottom: 60px !important;
}

h1.mt-65,
h2.mt-65,
h3.mt-65,
h4.mt-65,
p.mt-65,
div.mt-65 {
	margin-top: 65px !important;
}

h1.mb-65,
h2.mb-65,
h3.mb-65,
h4.mb-65,
p.mb-65,
div.mb-65 {
	margin-bottom: 65px !important;
}

h1.mt-70,
h2.mt-70,
h3.mt-70,
h4.mt-70,
p.mt-70,
div.mt-70 {
	margin-top: 70px !important;
}

h1.mb-70,
h2.mb-70,
h3.mb-70,
h4.mb-70,
p.mb-70,
div.mb-70 {
	margin-bottom: 70px !important;
}

h1.mt-75,
h2.mt-75,
h3.mt-75,
h4.mt-75,
p.mt-75,
div.mt-75 {
	margin-top: 75px !important;
}

h1.mb-75,
h2.mb-75,
h3.mb-75,
h4.mb-75,
p.mb-75,
div.mb-75 {
	margin-bottom: 75px !important;
}

h1.mt-80,
h2.mt-80,
h3.mt-80,
h4.mt-80,
p.mt-80,
div.mt-80 {
	margin-top: 80px !important;
}

h1.mb-80,
h2.mb-80,
h3.mb-80,
h4.mb-80,
p.mb-80,
div.mb-80 {
	margin-bottom: 80px !important;
}

h1.mt-85,
h2.mt-85,
h3.mt-85,
h4.mt-85,
p.mt-85,
div.mt-85 {
	margin-top: 85px !important;
}

h1.mb-85,
h2.mb-85,
h3.mb-85,
h4.mb-85,
p.mb-85,
div.mb-85 {
	margin-bottom: 85px !important;
}

h1.mt-90,
h2.mt-90,
h3.mt-90,
h4.mt-90,
p.mt-90,
div.mt-90 {
	margin-top: 90px !important;
}

h1.mb-90,
h2.mb-90,
h3.mb-90,
h4.mb-90,
p.mb-90,
div.mb-90 {
	margin-bottom: 90px !important;
}

h1.mt-95,
h2.mt-95,
h3.mt-95,
h4.mt-95,
p.mt-95,
div.mt-95 {
	margin-top: 95px !important;
}

h1.mb-95,
h2.mb-95,
h3.mb-95,
h4.mb-95,
p.mb-95,
div.mb-95 {
	margin-bottom: 95px !important;
}

h1.mt-100,
h2.mt-100,
h3.mt-100,
h4.mt-100,
p.mt-100,
div.mt-100 {
	margin-top: 100px !important;
}

h1.mb-100,
h2.mb-100,
h3.mb-100,
h4.mb-100,
p.mb-100,
div.mb-100 {
	margin-bottom: 100px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mb-15 {
	margin-bottom: 15px;
}

.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-25 {
	margin-top: 25px;
}

.mb-25 {
	margin-bottom: 25px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

.mt-35 {
	margin-top: 35px;
}

.mb-35 {
	margin-bottom: 35px;
}

.mt-40 {
	margin-top: 40px;
}

.mb-40 {
	margin-bottom: 40px;
}

.mt-45 {
	margin-top: 45px;
}

.mb-45 {
	margin-bottom: 45px;
}

.mt-50 {
	margin-top: 50px;
}

.mb-50 {
	margin-bottom: 50px;
}

.mt-55 {
	margin-top: 55px;
}

.mb-55 {
	margin-bottom: 55px;
}

.mt-60 {
	margin-top: 60px;
}

.mb-60 {
	margin-bottom: 60px;
}

.mt-65 {
	margin-top: 65px;
}

.mb-65 {
	margin-bottom: 65px;
}

.mt-70 {
	margin-top: 70px;
}

.mb-70 {
	margin-bottom: 70px;
}

.mt-75 {
	margin-top: 75px;
}

.mb-75 {
	margin-bottom: 75px;
}

.mt-80 {
	margin-top: 80px;
}

.mb-80 {
	margin-bottom: 80px;
}

.mt-85 {
	margin-top: 85px;
}

.mb-85 {
	margin-bottom: 85px;
}

.mt-90 {
	margin-top: 90px;
}

.mb-90 {
	margin-bottom: 90px;
}

.mt-95 {
	margin-top: 95px;
}

.mb-95 {
	margin-bottom: 95px;
}

.mt-100 {
	margin-top: 100px;
}

.mb-100 {
	margin-bottom: 100px;
}

/* OVERLAY */
/* Миксин для оверлея */
/* Определение цветов */
/* Генерация классов с разной прозрачностью */
.bg-blue-01::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.1);
}

.bg-blue-02::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.2);
}

.bg-blue-03::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.3);
}

.bg-blue-04::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.4);
}

.bg-blue-05::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.5);
}

.bg-blue-06::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.6);
}

.bg-blue-07::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.7);
}

.bg-blue-08::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.8);
}

.bg-blue-09::before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(16, 20, 37, 0.9);
}

/* inter-300 - cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/inter/inter-v20-cyrillic-ext_latin-300.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-regular - cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/inter/inter-v20-cyrillic-ext_latin-regular.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 500;
	src: url("../fonts/inter/inter-v20-cyrillic-ext_latin-500.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/inter/inter-v20-cyrillic-ext_latin-600.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 700;
	src: url("../fonts/inter/inter-v20-cyrillic-ext_latin-700.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-800 - cyrillic-ext_latin */
@font-face {
	font-display: swap;
	/* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
	font-family: "Inter";
	font-style: normal;
	font-weight: 800;
	src: url("../fonts/inter/inter-v20-cyrillic-ext_latin-800.woff2") format("woff2");
	/* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/*
	TYPOGRAPHY SYSTEM

	Base typography values are defined here.
	Sections and components should inherit these values by default.

	Do not add local font-size, line-height, or font-weight in sections/components
	unless the value already exists in this file or the user explicitly approves it.

	Section-specific typography exceptions are allowed only when they are intentional
	and should stay next to the selector they affect.
*/
p {
	color: #545a66;
	line-height: 1.7;
}

h1 {
	color: #303a4e;
	font-family: "Inter", sans-serif;
	font-size: 62px;
	font-weight: 800;
	line-height: 1.3;
}

h2 {
	color: #303a4e;
	font-family: "Inter", sans-serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.4;
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 32px;
	}
}

h3 {
	color: #303a4e;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}

h4 {
	color: #545a66;
	font-family: "Inter", sans-serif;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.light-text p {
	color: #f3f5ff;
}

.light-text h1 {
	color: #f3f5ff;
}

.light-text h2 {
	color: #f3f5ff;
}

.light-text h3 {
	color: #f3f5ff;
}

.light-text h4 {
	color: #f3f5ff;
}

/* Accents */
.accent {
	color: #c67cd1;
}

.accent-2 {
	color: #4e699f;
}

.accent-red {
	color: rgba(229, 82, 82, 0.8156862745);
}

/* Links */
/* Gutenberg and rich text content */
.page-simple {
	background-color: #f3f5ff;
}

.section.section-simple-content {
	background-color: #f3f5ff;
	padding-top: 70px;
}

.simple-content-card {
	padding: 70px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 18px 36px rgba(90, 118, 174, 0.1);
	box-shadow: 0 18px 36px rgba(90, 118, 174, 0.1);
}

@media only screen and (max-width: 768px) {
	.simple-content-card {
		padding: 38px 30px;
	}
}

@media only screen and (max-width: 576px) {
	.simple-content-card {
		padding: 28px 20px;
	}
}

.entry-content,
.wp-site-blocks,
.editor-styles-wrapper {
	display: grid;
	gap: 20px;
}

.entry-content>*,
.wp-site-blocks>*,
.editor-styles-wrapper>* {
	min-width: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.entry-content p,
.entry-content .wp-block-paragraph,
.wp-site-blocks p,
.wp-site-blocks .wp-block-paragraph,
.editor-styles-wrapper p,
.editor-styles-wrapper .wp-block-paragraph {
	margin-bottom: 0;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content p,
.entry-content li,
.wp-site-blocks h1,
.wp-site-blocks h2,
.wp-site-blocks h3,
.wp-site-blocks h4,
.wp-site-blocks p,
.wp-site-blocks li,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper p,
.editor-styles-wrapper li {
	overflow-wrap: anywhere;
	-ms-hyphens: auto;
	hyphens: auto;
}

.entry-content h2,
.entry-content h2.wp-block-heading,
.wp-site-blocks h2,
.wp-site-blocks h2.wp-block-heading,
.editor-styles-wrapper h2,
.editor-styles-wrapper h2.wp-block-heading {
	margin-top: 20px;
	line-height: 1.3;
	font-size: 28px;
}

.entry-content h2:first-child,
.entry-content h2.wp-block-heading:first-child,
.wp-site-blocks h2:first-child,
.wp-site-blocks h2.wp-block-heading:first-child,
.editor-styles-wrapper h2:first-child,
.editor-styles-wrapper h2.wp-block-heading:first-child {
	margin-top: 0;
}

.entry-content h3,
.entry-content h3.wp-block-heading,
.wp-site-blocks h3,
.wp-site-blocks h3.wp-block-heading,
.editor-styles-wrapper h3,
.editor-styles-wrapper h3.wp-block-heading {
	margin-top: 18px;
	line-height: 1.3;
	font-size: 21px;
	font-weight: 700;
}

.entry-content ul,
.entry-content ol,
.entry-content .wp-block-list,
.wp-site-blocks ul,
.wp-site-blocks ol,
.wp-site-blocks .wp-block-list,
.editor-styles-wrapper ul,
.editor-styles-wrapper ol,
.editor-styles-wrapper .wp-block-list {
	display: grid;
	gap: 15px;
	margin: 6px 0;
	padding-left: 0px;
	color: #545a66;
	line-height: 1.7;
	list-style-position: outside;
}

.entry-content ul,
.entry-content ul.wp-block-list,
.wp-site-blocks ul,
.wp-site-blocks ul.wp-block-list,
.editor-styles-wrapper ul,
.editor-styles-wrapper ul.wp-block-list {
	list-style-type: none;
}

.entry-content ol,
.entry-content ol.wp-block-list,
.wp-site-blocks ol,
.wp-site-blocks ol.wp-block-list,
.editor-styles-wrapper ol,
.editor-styles-wrapper ol.wp-block-list {
	list-style-type: decimal;
}

.entry-content li,
.entry-content .wp-block-list li,
.wp-site-blocks li,
.wp-site-blocks .wp-block-list li,
.editor-styles-wrapper li,
.editor-styles-wrapper .wp-block-list li {
	position: static;
	margin-bottom: 0;
	background-color: #fff;
  padding: 18px;
  border-left: 2px #c67cd1 solid;
}

.entry-content li::before,
.entry-content .wp-block-list li::before,
.entry-content li::after,
.entry-content .wp-block-list li::after,
.wp-site-blocks li::before,
.wp-site-blocks .wp-block-list li::before,
.wp-site-blocks li::after,
.wp-site-blocks .wp-block-list li::after,
.editor-styles-wrapper li::before,
.editor-styles-wrapper .wp-block-list li::before,
.editor-styles-wrapper li::after,
.editor-styles-wrapper .wp-block-list li::after {
	content: none;
}

.entry-content li::marker,
.wp-site-blocks li::marker,
.editor-styles-wrapper li::marker {
	color: #c67cd1;
	font-weight: 700;
}

.entry-content a,
.wp-site-blocks a,
.editor-styles-wrapper a {
	color: #4e699f;
	text-decoration: underline;
	text-decoration-color: rgba(78, 105, 159, 0.35);
	text-underline-offset: 4px;
	-webkit-transition: color 0.3s ease, text-decoration-color 0.3s ease;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.entry-content a:hover,
.entry-content a:focus-visible,
.wp-site-blocks a:hover,
.wp-site-blocks a:focus-visible,
.editor-styles-wrapper a:hover,
.editor-styles-wrapper a:focus-visible {
	color: #c67cd1;
	text-decoration-color: rgba(198, 124, 209, 0.5);
}

.entry-content .wp-block-quote,
.entry-content blockquote,
.wp-site-blocks .wp-block-quote,
.wp-site-blocks blockquote,
.editor-styles-wrapper .wp-block-quote,
.editor-styles-wrapper blockquote {
	margin: 18px 0;
	padding: 28px 30px;
	border-left: 3px solid #4e699f;
	background-color: #f5f7fa;
}

.entry-content .wp-block-quote p,
.entry-content blockquote p,
.wp-site-blocks .wp-block-quote p,
.wp-site-blocks blockquote p,
.editor-styles-wrapper .wp-block-quote p,
.editor-styles-wrapper blockquote p {
	margin-bottom: 0;
	color: #64748b;
	font-size: 19px;
	font-weight: 500;
}

.entry-content .wp-block-pullquote,
.wp-site-blocks .wp-block-pullquote,
.editor-styles-wrapper .wp-block-pullquote {
	margin: 20px 0;
	padding: 30px;
	text-align: left;
	font-size: 1.2em;
	line-height: 1.6;
}

.entry-content .wp-block-pullquote blockquote,
.entry-content .wp-block-pullquote p,
.wp-site-blocks .wp-block-pullquote blockquote,
.wp-site-blocks .wp-block-pullquote p,
.editor-styles-wrapper .wp-block-pullquote blockquote,
.editor-styles-wrapper .wp-block-pullquote p {
	margin: 0;
}

.entry-content figure,
.entry-content .wp-block-image,
.entry-content .wp-block-gallery,
.entry-content .wp-block-media-text,
.wp-site-blocks figure,
.wp-site-blocks .wp-block-image,
.wp-site-blocks .wp-block-gallery,
.wp-site-blocks .wp-block-media-text,
.editor-styles-wrapper figure,
.editor-styles-wrapper .wp-block-image,
.editor-styles-wrapper .wp-block-gallery,
.editor-styles-wrapper .wp-block-media-text {
	margin: 16px 0;
}

@media only screen and (max-width: 600px) {

	.entry-content .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content,
	.wp-site-blocks .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content,
	.editor-styles-wrapper .wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content {
		padding: 0;
	}
}

.entry-content .wp-block-table,
.wp-site-blocks .wp-block-table,
.editor-styles-wrapper .wp-block-table {
	overflow-x: auto;
}

.entry-content .wp-block-table table,
.wp-site-blocks .wp-block-table table,
.editor-styles-wrapper .wp-block-table table {
	width: 100%;
	border-collapse: collapse;
}

.entry-content .wp-block-table th,
.entry-content .wp-block-table td,
.wp-site-blocks .wp-block-table th,
.wp-site-blocks .wp-block-table td,
.editor-styles-wrapper .wp-block-table th,
.editor-styles-wrapper .wp-block-table td {
	padding: 14px 16px;
	border: 1px solid #d1d9e9;
	text-align: left;
}

.entry-content .wp-block-table th,
.wp-site-blocks .wp-block-table th,
.editor-styles-wrapper .wp-block-table th {
	color: #303a4e;
	background-color: #f5f7fa;
}

/* PLUGINS OVERRIDES */
.fluentform {
	margin: 0;
}

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

.fluentform .ff-el-group {
	margin-bottom: 22px;
}

.fluentform .ff-el-input--content {
	padding-top: 4px;
}

.fluentform .ff-el-form-control {
	min-height: 56px;
	padding: 15px 18px;
	border-color: rgba(78, 105, 159, 0.22);
	border-radius: 8px;
	background-color: #fff;
	color: #545a66;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	line-height: 1.45;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	transition: border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.fluentform .ff-el-form-control:focus {
	border-color: rgba(198, 124, 209, 0.8);
	-webkit-box-shadow: 0 0 0 3px rgba(198, 124, 209, 0.14);
	box-shadow: 0 0 0 3px rgba(198, 124, 209, 0.14);
}

.fluentform textarea.ff-el-form-control {
	min-height: 138px;
	padding-top: 16px;
}

.fluentform .ff-el-form-check {
	margin-bottom: 12px;
}

.fluentform .ff-el-form-check-label {
	display: -webkit-inline-box !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 10px;
	color: #545a66;
	font-size: 15px;
	line-height: 20px;
}

.fluentform .ff-el-form-check-label>span:not(.ff_tc_checkbox),
.fluentform .ff-el-form-check-label .ff_t_c {
	display: block;
	padding-top: 0;
	line-height: 20px;
}

.fluentform .ff-el-form-check-input,
.fluentform input.ff-el-form-check-input[type=checkbox] {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 17px;
	height: 17px;
	margin: 1px 0 0 !important;
	accent-color: #c67cd1;
}

.fluentform .ff-el-tc label.ff_tc_label>span,
.fluentform form .ff-el-tc label.ff_tc_label>span.ff_tc_checkbox,
.fluentform .ff-el-form-check-label .ff_tc_checkbox,
.fluentform .ff_tc_checkbox {
	padding-top: 0 !important;
}

.fluentform .ff_tc_checkbox {
	display: block !important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 17px;
	flex: 0 0 17px;
	width: 17px !important;
	height: 17px !important;
	margin: 0 !important;
}

.fluentform .ff_t_c a {
	color: #4e699f;
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.fluentform .ff_t_c a:hover,
.fluentform .ff_t_c a:focus-visible {
	color: #c67cd1;
}

.fluentform .ff_submit_btn_wrapper,
.fluentform .ff-el-group:has(.ff-btn-submit) {
	margin-top: 28px;
}

.fluentform .ff-btn-submit,
.fluentform button.ff-btn-submit,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	vertical-align: baseline;
	min-width: 190px;
	max-width: 360px;
	height: 59px;
	min-height: 59px;
	padding: 0 1.8em;
	border: 1px solid #c67cd1 !important;
	border-radius: 8px;
	background: #c67cd1 !important;
	color: #fff !important;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 0.055em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.fluentform .ff-btn-submit::after,
.fluentform button.ff-btn-submit::after,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #c67cd1;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

.fluentform .ff-btn-submit:hover,
.fluentform .ff-btn-submit:focus-visible,
.fluentform button.ff-btn-submit:hover,
.fluentform button.ff-btn-submit:focus-visible,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit:hover,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit:focus-visible {
	border-color: #c67cd1 !important;
	background-color: transparent !important;
	color: #c67cd1 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transform: none !important;
	transform: none !important;
}

.fluentform .ff-btn-submit:hover::after,
.fluentform .ff-btn-submit:focus-visible::after,
.fluentform button.ff-btn-submit:hover::after,
.fluentform button.ff-btn-submit:focus-visible::after,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit:hover::after,
.fluentform .ff_submit_btn_wrapper .ff-btn-submit:focus-visible::after {
	width: 0;
}

@media only screen and (max-width: 576px) {

	.fluentform .ff-btn-submit,
	.fluentform button.ff-btn-submit,
	.fluentform .ff_submit_btn_wrapper .ff-btn-submit {
		width: 100%;
		min-width: 0;
		max-width: 320px;
	}
}

/*	COMPONENTS ENTRY FILE	*/
/* 
Этот файл подключает все стили слоя components.
Здесь не держим большой объём реального CSS-кода,
а используем его как точку сборки компонентов.
*/
/*	LINKS	*/
.link {
	display: inline-block;
	position: relative;
	color: #4e699f;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: -5px;
	width: 0%;
	height: 2px;
	background-color: #c67cd1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.link:hover {
	color: #c67cd1;
}

.link:hover::after {
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.link:hover::after {
		width: 0;
	}
}

.link--reverse {
	color: #c67cd1;
}

.link--reverse::after {
	background-color: #4e699f;
}

.link--reverse:hover {
	color: #4e699f;
}

.link--reverse:hover::after {
	width: 100%;
}

@media only screen and (max-width: 992px) {
	.link--reverse:hover::after {
		width: 0;
	}
}

/*	CHECKLISTS	*/
.text-list {
	display: grid;
	gap: 10px;
	color: #545a66;
	line-height: 1.7;
	list-style-position: outside;
	padding-left: 24px;
}

ul.text-list {
	list-style-type: disc;
}

ol.text-list {
	list-style-type: decimal;
}

.text-list li::marker {
	color: #c67cd1;
}

.check-list {
	display: grid;
	gap: 12px;
	color: #545a66;
	line-height: 1.7;
}

.check-list li {
	position: relative;
	min-height: 24px;
	padding-left: 36px;
}

.check-list li::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 24px;
	height: 24px;
	border: 1px solid #d1d9e9;
	border-radius: 8px;
	background-color: transparent;
}

.check-list li::after {
	content: "";
	position: absolute;
	top: 10px;
	left: 7px;
	width: 10px;
	height: 6px;
	border-left: 2px solid #c67cd1;
	border-bottom: 2px solid #c67cd1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* ACCORDION */
.accordion {
	overflow: hidden;
	border-radius: 8px;
	background-color: #fff;
}

.accordion__item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.28);
}

.accordion__item:last-child {
	border-bottom: 0;
}

.accordion__item:last-child.is-open .accordion__content {
	border-bottom: 1px solid #c67cd1;
	border-radius: 0 0 8px 8px;
}

.accordion__item.is-open .accordion__button {
	background-color: #c67cd1;
}

.accordion__item.is-open .accordion__content {
	border-right: 1px solid #c67cd1;
	border-left: 1px solid #c67cd1;
}

.accordion__item.is-open .accordion__icon {
	border-color: #fff;
	color: #c67cd1;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.accordion__heading {
	margin: 0;
}

.accordion__button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	min-height: 84px;
	padding: 24px 30px;
	border: 0;
	background-color: #819BD1;
	color: #fff;
	text-align: left;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.accordion__button:hover,
.accordion__button:focus-visible {
	background-color: #c67cd1;
	color: #fff;
}

@media only screen and (max-width: 768px) {
	.accordion__button {
		min-height: 74px;
		padding: 22px 24px;
	}
}

@media only screen and (max-width: 576px) {
	.accordion__button {
		gap: 16px;
		padding: 20px;
	}
}

.accordion__title {
	color: inherit;
	font-size: 18px;
	font-weight: 500;
}

.accordion__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 1px solid rgba(255, 255, 255, 0.72);
	border-radius: 50%;
	background-color: #fff;
	color: #5A76AE;
	-webkit-transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
	transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, -webkit-transform 0.3s ease;
	transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, transform 0.3s ease;
	transition: border-color 0.3s ease, background-color 0.3s ease, color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media only screen and (max-width: 576px) {
	.accordion__icon {
		width: 34px;
		height: 34px;
	}
}

.accordion__icon i,
.accordion__icon svg {
	width: 19px;
	height: 19px;
	stroke-width: 1.8;
}

@media only screen and (max-width: 576px) {

	.accordion__icon i,
	.accordion__icon svg {
		width: 17px;
		height: 17px;
	}
}

.accordion__panel {
	max-height: 0;
	overflow: hidden;
	background-color: #fff;
	-webkit-transition: max-height 0.35s ease;
	transition: max-height 0.35s ease;
}

.accordion__content {
	padding: 34px;
}

@media only screen and (max-width: 768px) {
	.accordion__content {
		padding: 24px 28px 30px;
	}
}

@media only screen and (max-width: 576px) {
	.accordion__content {
		padding: 22px 20px 28px;
	}
}

/* Pagination */
.pagination,
.nav-links {
	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;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px;
}

.pagination .page-numbers,
.pagination .page-num,
.pagination .prev,
.pagination .next,
.nav-links .page-numbers {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 14px;
	border: 1px solid rgba(78, 105, 159, 0.2);
	border-radius: 8px;
	background-color: #fff;
	color: #4e699f;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers:focus-visible,
.pagination .page-num:hover,
.pagination .page-num:focus-visible,
.pagination .prev:hover,
.pagination .prev:focus-visible,
.pagination .next:hover,
.pagination .next:focus-visible,
.nav-links .page-numbers:hover,
.nav-links .page-numbers:focus-visible,
.pagination .current,
.pagination .active,
.nav-links .current {
	border-color: #4e699f;
	background-color: #4e699f;
	color: #fff;
}

.pagination .dots,
.nav-links .dots {
	min-width: auto;
	border-color: transparent;
	background-color: transparent;
	color: #64748b;
}

.pagination .dots:hover,
.pagination .dots:focus-visible,
.nav-links .dots:hover,
.nav-links .dots:focus-visible {
	border-color: transparent;
	background-color: transparent;
	color: #64748b;
}

.pagination .prev,
.pagination .next,
.nav-links .prev,
.nav-links .next {
	padding: 0;
}

.pagination .prev svg,
.pagination .next svg,
.nav-links .prev svg,
.nav-links .next svg {
	width: 20px;
	height: 20px;
	stroke-width: 1.8;
}

/* BUTTONS FOR PROJECT */
.btn {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	z-index: 1;
	overflow: hidden;
	vertical-align: baseline;
	min-width: 190px;
	max-width: 360px;
	height: 59px;
	padding: 0 1.8em;
	border: 1px solid transparent;
	border-radius: 8px;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: inherit;
	cursor: pointer;
	font-family: "Inter", sans-serif;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 0.055em;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.btn svg {
	width: 18px;
	height: 18px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	stroke-width: 1.9;
}

.btn::after {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}

@media only screen and (max-width: 576px) {
	.btn {
		width: 100%;
		min-width: 0;
		max-width: 320px;
	}
}

.btn--solid-accent::after,
.btn--solid-accent-2::after,
.btn--solid-dark::after,
.btn--solid-white::after {
	width: 100%;
}

.btn--solid-accent:hover,
.btn--solid-accent-2:hover,
.btn--solid-dark:hover,
.btn--solid-white:hover {
	background-color: transparent;
}

.btn--solid-accent:hover::after,
.btn--solid-accent-2:hover::after,
.btn--solid-dark:hover::after,
.btn--solid-white:hover::after {
	width: 0;
}

.btn--outline-accent,
.btn--outline-accent-2,
.btn--outline-dark,
.btn--outline-white {
	background-color: transparent;
}

.btn--outline-accent:hover::after,
.btn--outline-accent-2:hover::after,
.btn--outline-dark:hover::after,
.btn--outline-white:hover::after {
	width: 100%;
}

.btn--solid-accent {
	color: #fff;
	border-color: #c67cd1;
	background-color: #c67cd1;
}

.btn--solid-accent::after {
	background-color: #c67cd1;
}

.btn--solid-accent:hover {
	color: #c67cd1;
}

.btn--outline-accent {
	color: #c67cd1;
	border-color: #c67cd1;
}

.btn--outline-accent::after {
	background-color: #c67cd1;
}

.btn--outline-accent:hover {
	color: #fff;
}

.btn--solid-accent-2 {
	color: #fff;
	border-color: #4e699f;
	background-color: #4e699f;
}

.btn--solid-accent-2::after {
	background-color: #4e699f;
}

.btn--solid-accent-2:hover {
	color: #4e699f;
}

.btn--outline-accent-2 {
	color: #4e699f;
	border-color: #4e699f;
}

.btn--outline-accent-2::after {
	background-color: #4e699f;
}

.btn--outline-accent-2:hover {
	color: #fff;
}

.btn--solid-dark,
.btn--dark {
	color: #fff;
	border-color: #303a4e;
	background-color: #303a4e;
}

.btn--solid-dark::after,
.btn--dark::after {
	background-color: #303a4e;
}

.btn--solid-dark:hover,
.btn--dark:hover {
	color: #303a4e;
}

.btn--outline-dark {
	color: #303a4e;
	border-color: #303a4e;
}

.btn--outline-dark::after {
	background-color: #303a4e;
}

.btn--outline-dark:hover {
	color: #fff;
}

.btn--solid-white {
	color: #303a4e;
	border-color: #fff;
	background-color: #fff;
}

.btn--solid-white::after {
	background-color: #fff;
}

.btn--solid-white:hover {
	color: #fff;
	border-color: #fff;
}

.btn--outline-white {
	color: #fff;
	border-color: #fff;
}

.btn--outline-white::after {
	background-color: #fff;
}

.btn--outline-white:hover {
	color: #303a4e;
}

.btn--arrow-right,
.btn--arrow-down {
	gap: 12px;
}

.btn-circle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 52px;
	flex: 0 0 52px;
	border: 2px solid transparent;
	border-radius: 50%;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}

.btn-circle svg {
	width: 22px;
	height: 22px;
	stroke-width: 1.9;
}

.btn-circle--accent {
	color: #fff;
	background-color: #c67cd1;
}

.btn-circle--accent:hover {
	color: #c67cd1;
	border-color: #c67cd1;
	background-color: transparent;
}

.btn-circle--accent-2 {
	color: #fff;
	background-color: #4e699f;
}

.btn-circle--accent-2:hover {
	color: #4e699f;
	border-color: #4e699f;
	background-color: transparent;
}

.btn-circle--dark {
	color: #fff;
	background-color: #303a4e;
}

.btn-circle--dark:hover {
	color: #303a4e;
	border-color: #303a4e;
	background-color: transparent;
}

.btn-circle--white,
.btn-circle--light {
	color: #303a4e;
	background-color: #fff;
}

.btn-circle--white:hover,
.btn-circle--light:hover {
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.btn-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

@media only screen and (max-width: 488px) {
	.btn-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		gap: 8px;
	}
}

.entry-content a.btn {
	text-decoration: none;
	text-decoration-color: transparent;
}

.entry-content a.btn--solid-accent {
	color: #fff;
}

.entry-content a.btn--solid-accent:hover,
.entry-content a.btn--solid-accent:focus-visible {
	color: #c67cd1;
}

.entry-content a.btn--outline-accent-2 {
	color: #4e699f;
}

.entry-content a.btn--outline-accent-2:hover,
.entry-content a.btn--outline-accent-2:focus-visible {
	color: #fff;
}

/* CARDS FOR PROJECT */
.price-format-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	min-height: 170px;
	padding: 26px;
	border: 1px solid rgba(78, 105, 159, 0.2);
	border-bottom: 2px solid rgba(78, 105, 159, 0.4);
	border-radius: 8px;
	background-color: #fff;
	-webkit-transition: border-color 0.3s ease, border-bottom-color 0.3s ease;
	transition: border-color 0.3s ease, border-bottom-color 0.3s ease;
}

@media only screen and (max-width: 576px) {
	.price-format-card {
		min-height: 140px;
		padding: 22px;
	}
}

.price-format-card:hover,
.price-format-card:focus-within {
	border-color: rgba(198, 124, 209, 0.32);
	border-bottom-color: #c67cd1;
}

.price-format-card__label {
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 28px;
	padding: 12px 17px;
	border: 1px solid rgba(198, 124, 209, 0.18);
	border-radius: 8px;
	background-color: rgba(198, 124, 209, 0.08);
	color: #c67cd1;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
	.price-format-card__label {
		margin-bottom: 22px;
	}
}

.price-format-card__title {
	margin: 0;
	color: #4e699f;
}

.price-format-card__meta {
	margin-top: 30px;
	color: rgba(78, 105, 159, 0.5);
	font-weight: 700;
}

@media only screen and (max-width: 576px) {
	.price-format-card__meta {
		margin-top: 20px;
	}
}

/*	GRIDS	*/
.grid-1,
.grid-2,
.grid-3,
.grid-4 {
	display: grid;
	gap: 20px;
}

@media only screen and (max-width: 992px) {

	.grid-1,
	.grid-2,
	.grid-3,
	.grid-4 {
		row-gap: 30px;
	}
}

.grid-1 {
	grid-template-columns: 1fr;
}

.grid-2 {
	grid-template-columns: repeat(2, 1fr);
}

@media only screen and (max-width: 992px) {
	.grid-2 {
		grid-template-columns: 1fr;
	}
}

.grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

@media only screen and (max-width: 992px) {
	.grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 768px) {
	.grid-3 {
		grid-template-columns: 1fr;
	}
}

.grid-4 {
	grid-template-columns: repeat(4, 1fr);
}

@media only screen and (max-width: 1200px) {
	.grid-4 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 768px) {
	.grid-4 {
		grid-template-columns: 1fr;
	}
}

.grid-12 {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 20px;
}

/* BLOCKS */
.media-text {
	display: grid;
	grid-template-columns: minmax(320px, 0.38fr) minmax(0, 0.62fr);
	gap: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.media-text {
		grid-template-columns: minmax(250px, 0.35fr) minmax(0, 0.65fr);
		gap: 36px;
	}
}

@media only screen and (max-width: 992px) {
	.media-text {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

.tabs__panel .media-text {
	display: grid;
	grid-template-columns: minmax(320px, 0.45fr) minmax(0, 0.62fr);
	gap: 48px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.tabs__panel .media-text {
		grid-template-columns: minmax(250px, 0.35fr) minmax(0, 0.65fr);
		gap: 36px;
	}
}

@media only screen and (max-width: 992px) {
	.tabs__panel .media-text {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

.section-service-intro__content {
	margin-top: -10px;
}

.media-text__media {
	position: relative;
	aspect-ratio: 440/380;
	overflow: hidden;
	border-radius: 8px;
}

.media-text__media img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.media-text__content {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.media-text__title {
	max-width: 760px;
	margin-bottom: 0;
	color: #303a4e;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
}

.media-text__text {
	display: grid;
	gap: 18px;
}

.media-text__text p {
	margin-bottom: 0;
}

.media-text__actions {
	margin-top: 12px;
}

/* TABS */
.tabs {
	width: 100%;
}

.tabs__nav {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	width: 100%;
	border: 1px solid rgba(78, 105, 159, 0.24);
	border-radius: 8px;
	background-color: #fff;
	overflow: hidden;
}

@media only screen and (max-width: 768px) {
	.tabs__nav {
		grid-template-columns: 1fr;
	}
}

.tabs__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 68px;
	padding: 0 32px;
	border: 1px solid transparent;
	border-radius: 0;
	background-color: transparent;
	color: #4e699f;
	cursor: pointer;
	text-align: center;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.tabs__button+.tabs__button {
	border-left-color: rgba(78, 105, 159, 0.24);
}

@media only screen and (max-width: 768px) {
	.tabs__button {
		width: 100%;
		min-height: 62px;
	}

	.tabs__button+.tabs__button {
		border-top-color: rgba(78, 105, 159, 0.24);
		border-left-color: transparent;
	}
}

.tabs__button:hover,
.tabs__button:focus-visible {
	color: #c67cd1;
}

.tabs__button.is-active {
	background-color: #f3f5ff;
	color: #c67cd1;
}

.tabs__panel {
	margin-top: 40px;
	-webkit-animation: tabs-panel-show 0.28s ease;
	animation: tabs-panel-show 0.28s ease;
}

@media only screen and (max-width: 768px) {
	.tabs__panel {
		margin-top: 24px;
	}
}

.tabs__panel[hidden] {
	display: none;
}

@-webkit-keyframes tabs-panel-show {
	from {
		opacity: 0;
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes tabs-panel-show {
	from {
		opacity: 0;
		-webkit-transform: translateY(8px);
		transform: translateY(8px);
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

/*   PLUGINS  */
/*  Тут находятся переопределенные свойства всех плагинов установленных на сайте    */
/*	FLUENT FORMS RESET / OVERRIDE	*/
/* HEADER */
.header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	min-width: 320px;
	height: 90px;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 24px rgba(31, 39, 56, 0.04);
	box-shadow: 0 8px 24px rgba(31, 39, 56, 0.04);
}

.header__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	height: 90px;
	gap: 30px;
}

.header__mark {
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 2;
	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: 114px;
	height: 84px;
	text-decoration: none;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.header__mark img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.header__mark:hover,
.header__mark:focus-visible {
	opacity: 0.86;
}

.logo {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #303a4e;
	font-family: "Inter", sans-serif;
	text-decoration: none;
}

.logo__name {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.1;
	letter-spacing: 0;
}

.logo__caption {
	margin-top: 5px;
	color: #545a66;
	color: #4e699f;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.1em;
}

/* NAVIGATION */
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-width: 0;
}

.nav__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	width: 100%;
	gap: clamp(24px, 2.55vw, 50px);
}

.nav__item {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.nav__link {
	display: block;
	position: relative;
	color: #303a4e;
	font-family: "Inter", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 90px;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.nav__link:hover,
.nav__link:focus-visible,
.nav__link.current {
	color: #4e699f;
}

.nav__link .plus {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 8px;
	margin-top: -4px;
	vertical-align: middle;
	pointer-events: none;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	-webkit-transition: -webkit-transform 0.3s ease;
	transition: -webkit-transform 0.3s ease;
	transition: transform 0.3s ease;
	transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.menu-item-has-children {
	position: relative;
}

.nav .sub-menu {
	position: absolute;
	top: 100%;
	left: -20px;
	z-index: 20;
	width: 300px;
	padding: 14px 0;
	background-color: #fff;
	border-top: 2px solid #c67cd1;
	-webkit-box-shadow: 0 18px 42px rgba(31, 39, 56, 0.12);
	box-shadow: 0 18px 42px rgba(31, 39, 56, 0.12);
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, -webkit-transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.nav .sub-menu .nav__item {
	width: 100%;
}

.nav .sub-menu .nav__link {
	padding: 12px 20px;
	color: #545a66;
	font-size: 15px;
	line-height: 1.25;
	white-space: normal;
}

.nav .sub-menu .nav__link:hover,
.nav .sub-menu .nav__link:focus-visible,
.nav .sub-menu .nav__link.current {
	color: #c67cd1;
}

@media only screen and (min-width: 993px) {

	.menu-item-has-children:hover>.sub-menu,
	.menu-item-has-children:focus-within>.sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.nav .nav__link--get {
	color: #c67cd1;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.nav .nav__link--get:hover,
.nav .nav__link--get:focus-visible {
	color: #4e699f;
}

/* Mobile burger */
.nav__open,
.nav__close {
	display: none;
	position: relative;
	width: 28px;
	height: 28px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.nav__open {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 28px;
	flex: 0 0 28px;
}

.nav__open span,
.nav__open::before,
.nav__open::after {
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #303a4e;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.nav__open::before {
	top: 4px;
}

.nav__open span {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.nav__open::after {
	bottom: 4px;
}

.nav__open:hover span,
.nav__open:hover::before,
.nav__open:hover::after,
.nav__open:focus-visible span,
.nav__open:focus-visible::before,
.nav__open:focus-visible::after {
	background-color: #c67cd1;
}

.nav__close {
	margin: 0 22px 0 auto;
}

.nav__close span,
.nav__close::before,
.nav__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.nav__close span {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.nav__close::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.nav__close::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.nav__close:hover::before,
.nav__close:hover::after,
.nav__close:focus-visible::before,
.nav__close:focus-visible::after {
	background-color: #c67cd1;
}

.nav__overlay,
.header-extra__overlay {
	position: fixed;
	inset: 0;
	z-index: 998;
	background-color: rgba(31, 39, 56, 0.38);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.nav__overlay.active,
.header-extra__overlay.active {
	opacity: 1;
	visibility: visible;
}

/* Extra panel */
.header-extra__toggle {
	position: absolute;
	top: 29px;
	right: 57px;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 32px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.header-extra__toggle span {
	display: block;
	width: 4px;
	height: 4px;
	margin: 3px 0;
	background-color: #4e699f;
	-webkit-transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
	transition: width 0.3s ease, height 0.3s ease, margin 0.3s ease, border-radius 0.3s ease, background-color 0.3s ease;
}

.header-extra__toggle:hover span,
.header-extra__toggle:focus-visible span,
.header-extra__toggle.active span {
	width: 28px;
	height: 2px;
	margin: 4px 0;
	border-radius: 0;
	background-color: #c67cd1;
}

.header-extra {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000;
	width: 480px;
	min-width: 360px;
	height: 100vh;
	height: 100dvh;
	padding: 90px 50px;
	border-top: 1px solid #f5f7fa;
	background-color: #fff;
	-webkit-box-shadow: -20px 0 50px rgba(31, 39, 56, 0.12);
	box-shadow: -20px 0 50px rgba(31, 39, 56, 0.12);
	overflow-y: auto;
	-ms-scroll-chaining: none;
	overscroll-behavior: contain;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	visibility: hidden;
	-webkit-transition: visibility 0.45s ease, -webkit-transform 0.45s ease;
	transition: visibility 0.45s ease, -webkit-transform 0.45s ease;
	transition: transform 0.45s ease, visibility 0.45s ease;
	transition: transform 0.45s ease, visibility 0.45s ease, -webkit-transform 0.45s ease;
}

@media only screen and (max-height: 820px) {
	.header-extra {
		padding: 76px 50px 42px;
	}
}

@media only screen and (max-height: 720px) {
	.header-extra {
		padding: 66px 42px 34px;
	}
}

.header-extra.open {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	visibility: visible;
}

.header-extra__close {
	position: absolute;
	top: 30px;
	right: 42px;
	width: 34px;
	height: 34px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
}

.header-extra__close span,
.header-extra__close::before,
.header-extra__close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 2px;
	width: 30px;
	height: 2px;
	background-color: #303a4e;
	-webkit-transition: background-color 0.3s ease;
	transition: background-color 0.3s ease;
}

.header-extra__close span {
	-webkit-transform: scale(0);
	transform: scale(0);
}

.header-extra__close::before {
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}

.header-extra__close::after {
	-webkit-transform: translateY(-50%) rotate(-45deg);
	transform: translateY(-50%) rotate(-45deg);
}

.header-extra__close:hover::before,
.header-extra__close:hover::after,
.header-extra__close:focus-visible::before,
.header-extra__close:focus-visible::after {
	background-color: #c67cd1;
}

.header-extra__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100%;
	max-width: 520px;
}

.header-extra__label {
	margin-bottom: 34px;
	color: #c67cd1;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.header-extra__content {
	display: grid;
	gap: 18px;
	border-top: 1px solid #cbd5e1;
	padding-top: 30px;
}

.header-extra__text {
	margin: 0;
	color: #545a66;
	font-size: 18px;
	line-height: 1.8;
}

.header-extra__link,
.header-extra__messenger {
	color: #4e699f;
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.header-extra__link:hover,
.header-extra__messenger:hover {
	color: #c67cd1;
}

.header-extra__messengers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 18px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.header-extra__notice {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 24px;
	margin-top: 14px;
	margin-bottom: 10px;
	padding: 22px 24px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	color: #303a4e;
	font-weight: 600;
	line-height: 1.8;
}

.header-extra__notice-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background-color: rgba(198, 124, 209, 0.12);
	color: #c67cd1;
}

.header-extra__notice-icon i,
.header-extra__notice-icon svg {
	width: 19px;
	height: 19px;
	stroke-width: 1.9;
}

.header-extra__notice--callback {
	margin-top: 24px;
	margin-bottom: 0;
	color: #4e699f;
}

.header-extra__notice--callback .header-extra__notice-icon {
	background-color: rgba(78, 105, 159, 0.12);
	color: #4e699f;
}

.header-extra__callback {
	margin: 0;
	color: #4e699f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.6;
}

.header-extra__social {
	margin-top: auto;
	padding-top: 48px;
}

@media only screen and (max-height: 820px) {
	.header-extra__social {
		padding-top: 34px;
	}
}

@media only screen and (max-height: 720px) {
	.header-extra__social {
		padding-top: 26px;
	}
}

.header-extra__social-title {
	margin: 0 0 18px;
	color: #303a4e;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
}

.header-extra__social-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
}

.header-extra__social-link {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 8px;
	-webkit-box-shadow: 0 12px 24px rgba(48, 58, 78, 0.08);
	box-shadow: 0 12px 24px rgba(48, 58, 78, 0.08);
	-webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
	transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.header-extra__social-link svg,
.header-extra__social-link img {
	display: block;
	width: 30px;
	height: 30px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.header-extra__social-link.instagram {
	background: linear-gradient(135deg, #f58529 0%, #dd2a7b 48%, #8134af 100%);
}

.header-extra__social-link.vk {
	background-color: #0077ff;
}

.header-extra__social-link.youtube {
	background-color: #ff0033;
}

.header-extra__social-link:hover {
	-webkit-box-shadow: 0 16px 28px rgba(48, 58, 78, 0.12);
	box-shadow: 0 16px 28px rgba(48, 58, 78, 0.12);
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	opacity: 0.92;
}

@media only screen and (max-width: 1540px) {
	.header .container-1320 {
		padding-right: 70px;
	}

	.header-extra__toggle {
		right: 24px;
	}
}

@media only screen and (max-width: 1600px) {
	.header__mark {
		display: none;
	}
}

@media only screen and (max-width: 1320px) {
	.nav__list {
		gap: 24px;
	}
}

@media only screen and (max-width: 1200px) {
	.header__inner {
		gap: 20px;
	}

	.logo__name {
		font-size: 22px;
	}

	.logo__caption {
		font-size: 14px;
		letter-spacing: 0.08em;
	}

	.nav__list {
		gap: 18px;
	}

	.nav__link {
		font-size: 15px;
	}

	.nav .nav__link--get {
		font-size: 14px;
	}
}

@media only screen and (max-width: 992px) {
	.header .container-1320 {
		padding-right: 15px;
	}

	.header-extra,
	.header-extra__toggle,
	.header-extra__overlay {
		display: none;
	}

	.header__inner {
		gap: 16px;
	}

	.logo__name {
		font-size: 22px;
	}

	.logo__caption {
		font-size: 14px;
		letter-spacing: 0.085em;
	}

	.nav__open,
	.nav__close {
		display: block;
	}

	.nav {
		position: fixed;
		top: 0;
		right: -320px;
		z-index: 1000;
		display: block;
		width: 320px;
		max-width: 86vw;
		height: 100vh;
		padding: 32px 0;
		background-color: #1f2738;
		overflow-y: auto;
		visibility: hidden;
		-webkit-transition: right 0.45s ease, visibility 0.45s ease;
		transition: right 0.45s ease, visibility 0.45s ease;
	}

	.nav.open {
		right: 0;
		visibility: visible;
	}

	.nav__list {
		display: block;
		width: 100%;
		margin-top: 34px;
		border-top: 1px solid rgba(255, 255, 255, 0.12);
	}

	.nav__link {
		color: #cbd5e1;
		font-size: 16px;
		line-height: 1.25;
		padding: 21px 22px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	}

	.nav__link:hover,
	.nav__link:focus-visible,
	.nav__link.current {
		color: #fff;
	}

	.nav .nav__link--get {
		color: #c67cd1;
		font-size: 15px;
	}

	.nav__link .plus {
		margin-top: -2px;
		border-top-color: currentColor;
	}

	.menu-item-has-children.active>.nav__link .plus {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.nav .sub-menu {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-height: 0;
		padding: 0;
		border-top: 0;
		background-color: transparent;
		-webkit-box-shadow: none;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		overflow: hidden;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: max-height 0.35s ease;
		transition: max-height 0.35s ease;
	}

	.nav .sub-menu .nav__link {
		padding: 15px 22px 15px 38px;
		color: #cbd5e1;
		font-size: 15px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.06);
	}
}

@media only screen and (max-width: 576px) {
	.header {
		height: 76px;
	}

	.header__inner {
		height: 76px;
	}
}

/* HERO */
.hero {
	position: relative;
	overflow: hidden;
	min-height: 760px;
	padding: 124px 0 10px;
	background-color: #f3f5ff;
}

@media only screen and (max-width: 992px) {
	.hero {
		min-height: 0;
		padding: 128px 0 60px;
	}
}

@media only screen and (max-width: 576px) {
	.hero {
		padding-top: 102px;
	}
}

.hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: clamp(42px, 6vw, 96px);
	min-height: 636px;
}

@media only screen and (max-width: 1200px) {
	.hero__inner {
		grid-template-columns: minmax(0, 1fr) minmax(340px, 1fr);
		gap: 42px;
	}
}

@media only screen and (max-width: 992px) {
	.hero__inner {
		grid-template-columns: 1fr;
		min-height: 0;
	}
}

.hero__content {
	position: relative;
	z-index: 2;
	max-width: 650px;
}

@media only screen and (max-width: 992px) {
	.hero__content {
		max-width: 720px;
		text-align: center;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 576px) {
	.hero__content {
		text-align: left;
	}
}

.hero__content h1 {
	margin-bottom: 28px;
	color: #303a4e;
	font-family: "Inter", sans-serif;
	font-size: clamp(48px, 4.7vw, 62px);
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 768px) {
	.hero__content h1 {
		font-size: 44px;
	}
}

@media only screen and (max-width: 576px) {
	.hero__content h1 {
		font-size: 38px;
	}
}

.hero__lead {
	max-width: 600px;
	margin-bottom: 30px;
	color: #4e699f;
	font-size: 21px;
	font-weight: 400;
	line-height: 1.5;
	padding-left: 20px;
	border-left: 3px solid #c67cd1;
}

@media only screen and (max-width: 1200px) {
	.hero__lead {
		font-size: 21px;
	}
}

@media only screen and (max-width: 992px) {
	.hero__lead {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
		border-left: none;
	}
}

@media only screen and (max-width: 768px) {
	.hero__lead {
		font-size: 19px;
	}
}

.hero__text {
	max-width: 690px;
	margin-bottom: 42px;
	color: #545a66;
	line-height: 1.65;
}

@media only screen and (max-width: 992px) {
	.hero__text {
		margin-right: auto;
		margin-left: auto;
	}
}

@media only screen and (max-width: 768px) {
	.hero__text {
		font-size: 17px;
	}
}

@media only screen and (max-width: 992px) {
	.hero__actions {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 576px) {
	.hero__actions {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}
}

.hero__actions .btn {
	max-width: 360px;
	white-space: nowrap;
}

@media only screen and (max-width: 576px) {
	.hero__actions .btn {
		max-width: 100%;
		white-space: normal;
	}
}

.hero__visual {
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-width: 0;
}

.hero__media {
	position: relative;
	width: min(100%, 580px);
	margin: 0;
	border-radius: 36px;
}

@media only screen and (max-width: 992px) {
	.hero__media {
		width: min(100%, 560px);
	}
}

.hero__media picture {
	display: block;
}

.hero__media img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
	border-radius: 24px;
}

.hero-label {
	position: absolute;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	-webkit-box-shadow: 0 12px 34px rgba(31, 39, 56, 0.08);
	box-shadow: 0 12px 34px rgba(31, 39, 56, 0.08);
}

@media only screen and (max-width: 992px) {
	.hero-label {
		position: absolute;
		left: 50%;
		right: auto;
		width: min(95%, 500px);
		margin: 0;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media only screen and (max-width: 576px) {
	.hero-label {
		width: calc(100% - 24px);
	}
}

.hero-label a {
	color: inherit;
	text-decoration: none;
}

.hero-label--top {
	gap: 22px;
	min-width: 350px;
	padding: 18px 24px;
	border-radius: 8px;
	color: #4e699f;
	font-size: 16px;
	line-height: 1;
	right: -2px;
	bottom: 110px;
}

@media only screen and (max-width: 1200px) {
	.hero-label--top {
		left: -12%;
		min-width: 330px;
	}
}

@media only screen and (max-width: 992px) {
	.hero-label--top {
		top: auto;
		bottom: 120px;
	}
}

@media only screen and (max-width: 768px) {
	.hero-label--top {
		gap: 10px;
		min-width: 0;
		padding: 14px 18px;
		font-size: 15px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 576px) {
	.hero-label--top {
		bottom: 86px;
	}
}

.hero-label--top a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.hero-label--top svg {
	width: 14px;
	height: 14px;
	color: #c67cd1;
	stroke-width: 2;
}

.hero-label--bottom {
	right: 10px;
	bottom: 10px;
	min-width: 320px;
	max-width: 380px;
	padding: 16px 22px;
	border-radius: 16px;
}

@media only screen and (max-width: 992px) {
	.hero-label--bottom {
		bottom: 24px;
		max-width: none;
	}
}

@media only screen and (max-width: 768px) {
	.hero-label--bottom {
		padding: 14px 18px;
	}
}

.hero-label--bottom a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 18px;
	color: #4e699f;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.25;
}

@media only screen and (max-width: 992px) {
	.hero-label--bottom a {
		white-space: nowrap;
	}
}

@media only screen and (max-width: 768px) {
	.hero-label--bottom a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 576px) {
	.hero-label--bottom a {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 10px;
		font-size: 14px;
	}
}

.hero-label__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 46px;
	flex: 0 0 46px;
	border-radius: 50%;
	background-color: rgba(198, 124, 209, 0.13);
	color: #c67cd1;
}

@media only screen and (max-width: 576px) {
	.hero-label__icon {
		width: 38px;
		height: 38px;
		-ms-flex-preferred-size: 38px;
		flex-basis: 38px;
	}
}

.hero-label__icon svg {
	width: 24px;
	height: 24px;
	stroke-width: 1.8;
}

.hero-page {
	background-color: #1f2738;
}

.hero-page .hero-page-inner {
	padding: 190px 0 100px;
	text-align: center;
}

.hero-page .page-name {
	color: #f3f5ff;
	font-family: "Inter", sans-serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
}

/* PAGE HERO */
.page-hero {
	padding: 164px 0 86px;
	background-color: #A5A5DB;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.page-hero {
		padding: 140px 0 70px;
		background-size: cover;
	}
}

@media only screen and (max-width: 576px) {
	.page-hero {
		padding: 120px 0 56px;
	}
}

.page-hero__inner {
	max-width: 1200px;
	margin: 0 auto;
}

span.page-hero__title {
	font-size: 48px;
	font-weight: 800;
	line-height: 1.3;
}

.page-hero__title {
	margin: 0;
	font-size: 48px;
	color: #4e699f;
	color: #fff;
	overflow-wrap: anywhere;
}

@media only screen and (max-width: 768px) {
	.page-hero__title {
		font-size: 42px;
	}
}

@media only screen and (max-width: 576px) {
	.page-hero__title {
		font-size: 36px;
	}
}

/*	FOOTER	*/
.footer {
	background-color: #553c6e;
	color: rgba(255, 255, 255, 0.86);
}

.footer__main {
	padding: 74px 0 70px;
}

@media only screen and (max-width: 768px) {
	.footer__main {
		padding: 58px 0 54px;
	}
}

@media only screen and (max-width: 480px) {
	.footer__main {
		padding: 48px 0;
	}
}

.footer__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.95fr) minmax(0, 1fr);
	gap: 72px;
}

@media only screen and (max-width: 992px) {
	.footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 48px;
	}
}

@media only screen and (max-width: 640px) {
	.footer__grid {
		grid-template-columns: 1fr;
		gap: 38px;
	}
}

.footer__column {
	max-width: 390px;
}

@media only screen and (max-width: 992px) {
	.footer__column {
		max-width: none;
	}
}

.footer__title {
	margin-bottom: 26px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 22px;
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
	.footer__title {
		margin-bottom: 20px;
		font-size: 19px;
	}
}

.footer__text {
	margin-bottom: 18px;
	color: rgba(255, 255, 255, 0.78);
	line-height: 1.65;
}

.footer__text:last-child {
	margin-bottom: 0;
}

.footer__text p,
.footer__text-content p {
	margin-bottom: 18px;
	color: inherit;
	line-height: inherit;
}

.footer__text p:last-child,
.footer__text-content p:last-child {
	margin-bottom: 0;
}

.footer__text--compact {
	max-width: 340px;
	margin-top: 24px;
	margin-bottom: 22px;
}

.footer__list,
.footer__contacts {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer__list-item,
.footer__contact-item,
.footer__list li {
	margin-bottom: 16px;
	color: rgba(255, 255, 255, 0.74);
	line-height: 1.55;
}

.footer__list-item:last-child,
.footer__contact-item:last-child,
.footer__list li:last-child {
	margin-bottom: 0;
}

.footer__link,
.footer__list a {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.48);
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
	-webkit-transition: color 0.3s ease, text-decoration-color 0.3s ease, text-underline-offset 0.3s ease;
	transition: color 0.3s ease, text-decoration-color 0.3s ease, text-underline-offset 0.3s ease;
}

.footer__link:hover,
.footer__list a:hover {
	color: #c67cd1;
	text-decoration-color: rgba(198, 124, 209, 0.9);
	text-underline-offset: 6px;
}

.footer__socials {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 14px;
}

.footer__social {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.82);
	-webkit-transition: border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: border-color 0.3s ease, background-color 0.3s ease, -webkit-transform 0.3s ease;
	transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease;
	transition: border-color 0.3s ease, background-color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.footer__social .footer__social-icon {
	display: block;
	width: 22px;
	height: 22px;
	background-color: currentColor;
	mask: var(--icon-url) center/contain no-repeat;
	-webkit-mask: var(--icon-url) center/contain no-repeat;
}

.footer__social:hover {
	border-color: rgba(198, 124, 209, 0.7);
	background-color: rgba(198, 124, 209, 0.18);
	color: #c67cd1;
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
}

.footer__bottom {
	padding: 30px 0;
	background-color: #5A76AE;
	text-align: center;
}

@media only screen and (max-width: 576px) {
	.footer__bottom {
		padding: 24px 0;
	}
}

.footer__copyright,
.footer__credit {
	margin: 0;
	color: #fff;
	font-size: 15px;
	line-height: 1.5;
}

.footer__credit {
	margin-top: 10px;
	color: #fff;
	font-size: 13px;
}

.footer__credit-link {
	color: #fff;
	-webkit-transition: color 0.3s ease, text-decoration-color 0.3s ease;
	transition: color 0.3s ease, text-decoration-color 0.3s ease;
}

.footer__credit-link:hover {
	color: rgba(255, 255, 255, 0.55);
}

.scrollup {
	position: fixed;
	right: 24px;
	bottom: 24px;
	z-index: 900;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #4e699f;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	color: #4e699f;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(12px);
	transform: translateY(12px);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 576px) {
	.scrollup {
		right: 16px;
		bottom: 16px;
		width: 44px;
		height: 44px;
	}
}

.scrollup:hover {
	background-color: #c67cd1;
}

.scrollup svg {
	width: 21px;
	height: 21px;
	stroke-width: 2;
	color: #fff;
}

.scrollup.is-visible {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

/* SECTION FILES */
/* SECTION - Problems */
.section.section-problems {
	overflow: hidden;
	padding-top: 20px;
	background-color: #f3f5ff;
}

@media only screen and (max-width: 1200px) {
	.section.section-problems {
		background-image: none;
	}
}

@media only screen and (max-width: 992px) {
	.section-problems__header {
		text-align: center;
	}
}

.section-problems__accent {
	color: #4e699f;
	font-size: 21px;
}

.section-problems__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 42px 34px;
	margin-top: 60px;
}

@media only screen and (max-width: 992px) {
	.section-problems__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 36px 28px;
	}
}

@media only screen and (max-width: 768px) {
	.section-problems__grid {
		grid-template-columns: 1fr;
		margin-top: 42px;
	}
}

.problem-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	overflow: hidden;
	border: 1px solid rgba(78, 105, 159, 0.2);
	border-bottom: 3px solid rgba(78, 105, 159, 0.4);
	border-radius: 24px;
	background-color: #fff;
	color: inherit;
	text-decoration: none;
	-webkit-transition: border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.25s ease;
	transition: border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.25s ease;
	transition: box-shadow 0.25s ease, border-color 0.3s ease, border-bottom-color 0.3s ease;
	transition: box-shadow 0.25s ease, border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.25s ease;
}

.problem-card.is-reveal-ready {
	opacity: 0;
	-webkit-transform: translateY(26px);
	transform: translateY(26px);
	-webkit-transition: opacity 0.6s ease, border-color 0.3s ease, -webkit-transform 0.6s ease, -webkit-box-shadow 0.25s ease;
	transition: opacity 0.6s ease, border-color 0.3s ease, -webkit-transform 0.6s ease, -webkit-box-shadow 0.25s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.25s ease, border-color 0.3s ease;
	transition: opacity 0.6s ease, transform 0.6s ease, box-shadow 0.25s ease, border-color 0.3s ease, -webkit-transform 0.6s ease, -webkit-box-shadow 0.25s ease;
}

.problem-card.is-visible {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.problem-card:hover,
.problem-card:focus-visible {
	border-color: rgba(198, 124, 209, 0.32);
	border-bottom-color: #c67cd1;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
}

@media (prefers-reduced-motion: reduce) {
	.problem-card.is-reveal-ready {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
		-webkit-transition: border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.25s ease;
		transition: border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.25s ease;
		transition: box-shadow 0.25s ease, border-color 0.3s ease, border-bottom-color 0.3s ease;
		transition: box-shadow 0.25s ease, border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.25s ease;
	}
}

.problem-card__image {
	position: relative;
	width: calc(100% - 20px);
	aspect-ratio: 340/210;
	margin: 10px 10px 0;
	overflow: hidden;
	border-radius: 12px;
	background-color: #fff;
}

.problem-card__image img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.problem-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 34px;
	border-radius: 0 0 8px 8px;
	background-color: #fff;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.problem-card__body {
		padding: 26px 28px 32px;
	}
}

@media only screen and (max-width: 576px) {
	.problem-card__body {
		padding: 24px 22px 30px;
	}
}

.problem-card__title {
    margin-top: 5px;
	margin-bottom: 21px;
	color: #4e699f;
	text-align: center;
	-webkit-transition: color 0.25s ease;
	transition: color 0.25s ease;
}

.problem-card__title::after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	margin: 24px auto 0;
	background-color: #c67cd1;
}

.problem-card:hover .problem-card__title,
.problem-card:focus-visible .problem-card__title {
	color: #c67cd1;
}

.problem-card__text {
	margin: 0;
}

/* SECTION - About */
.section.section-about {
	overflow: hidden;
	background-color: #fff;
}

.section-about__tabs {
	margin: 0 auto;
}

.section-about__subtitle {
	color: #4e699f;
}

.section-about__content {
	gap: 16px;
	-ms-flex-line-pack: center;
	align-content: center;
}

.section-about__content .section-about__text {
	gap: 12px;
}

.section-about__text ul,
.section-about__text ol {
	display: grid;
	gap: 14px;
	margin: 22px 0 0;
	padding-left: 0;
	list-style: none;
	color: #545a66;
}

.section-about__text ul li,
.section-about__text ol li {
	position: relative;
	min-width: 0;
	padding-left: 30px;
	line-height: 1.55;
}

.section-about__text ul li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #c67cd1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-about__text ol {
	counter-reset: about-list;
}

.section-about__text ol li {
	counter-increment: about-list;
}

.section-about__text ol li::before {
	content: counter(about-list);
	position: absolute;
	top: 0.08em;
	left: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 22px;
	height: 22px;
	border: 1px solid rgba(78, 105, 159, 0.24);
	border-radius: 50%;
	color: #4e699f;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
}

.section-about__values {
	margin-top: 56px;
}

@media only screen and (max-width: 768px) {
	.section-about__values {
		margin-top: 38px;
	}
}

.section-about__values-title {
	max-width: 760px;
	margin: 0 auto 42px;
	color: #303a4e;
	font-family: "Inter", sans-serif;
	font-size: 42px;
	font-weight: 800;
	line-height: 1.4;
	text-align: center;
}

@media only screen and (max-width: 768px) {
	.section-about__values-title {
		margin-bottom: 32px;
		font-size: 32px;
	}
}

@media only screen and (max-width: 576px) {
	.section-about__values-title {
		margin-bottom: 28px;
		text-align: left;
	}
}

.section-about__values-grid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 22px;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}

@media only screen and (max-width: 900px) {
	.section-about__values-grid {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.section-about__value-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 0px;
	flex: 1 1 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 18px;
	min-width: 0;
	padding: 28px 24px;
	border: 1px solid rgba(78, 105, 159, 0.14);
	border-radius: 8px;
	background-color: #fff;
	text-align: center;
}

.section-about__value-card p {
	margin: 0;
	color: #545a66;
	line-height: 1.55;
}

@media only screen and (max-width: 576px) {
	.section-about__value-card {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		text-align: left;
	}
}

.section-about__value-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(198, 124, 209, 0.12);
	color: #4e699f;
}

.section-about__value-icon svg {
	width: 30px;
	height: 30px;
	stroke-width: 1.8;
}

.section-about__value-title {
	position: relative;
	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;
	min-height: 52px;
	margin: 0;
	padding-bottom: 18px;
	color: #4e699f;
	font-size: 20px;
	text-align: center;
}

.section-about__value-title::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 36px;
	height: 2px;
	background-color: #c67cd1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

@media only screen and (max-width: 576px) {
	.section-about__value-title {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		min-height: 0;
		text-align: left;
	}

	.section-about__value-title::after {
		left: 0;
		-webkit-transform: none;
		transform: none;
	}
}

.section-about__rules {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

@media only screen and (max-width: 900px) {
	.section-about__rules {
		grid-template-columns: 1fr;
	}
}

.section-about__rules-card {
	display: grid;
	-ms-flex-line-pack: start;
	align-content: start;
	gap: 18px;
	min-width: 0;
	padding: 32px;
	border: 1px solid rgba(78, 105, 159, 0.14);
	border-bottom: 2px solid rgba(78, 105, 159, 0.28);
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
}

@media only screen and (max-width: 576px) {
	.section-about__rules-card {
		padding: 24px 22px;
	}
}

.section-about__rules-title {
	margin: 0;
	color: #4e699f;
	font-size: 24px;
	line-height: 1.3;
}

.section-about__rules-text {
	display: grid;
	gap: 12px;
	color: #545a66;
}

.section-about__rules-text p {
	margin: 0;
}

.section-about__rules-list {
	display: grid;
	gap: 16px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: #545a66;
}

.section-about__rules-list li {
	position: relative;
	min-width: 0;
	padding-left: 28px;
	line-height: 1.55;
}

.section-about__rules-list li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 6px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #c67cd1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.section-about__video {
	position: relative;
	overflow: hidden;
	max-width: 960px;
	margin: 0 auto;
	border-radius: 8px;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	background-color: #f3f5ff;
	aspect-ratio: 16/9;
}

.section-about__video iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.section-about__video-placeholder {
	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;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	width: 100%;
	height: 100%;
	padding: 40px;
	color: #4e699f;
	text-align: center;
}

.section-about__video-placeholder p {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
}

.section-about__video-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background-color: rgba(198, 124, 209, 0.14);
	color: #c67cd1;
}

.section-about__video-icon svg {
	width: 30px;
	height: 30px;
}

.diplomas-modal {
	position: fixed;
	inset: 0;
	z-index: 1200;
	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;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}

.diplomas-modal.is-open {
	opacity: 1;
	visibility: visible;
}

.diplomas-modal__overlay {
	position: absolute;
	inset: 0;
	background-color: rgba(31, 39, 56, 0.54);
}

.diplomas-modal__dialog {
	position: relative;
	z-index: 1;
	width: min(100%, 860px);
	max-height: calc(100vh - 40px);
	overflow: auto;
	padding: 34px;
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 18px 36px rgba(90, 118, 174, 0.1);
	box-shadow: 0 18px 36px rgba(90, 118, 174, 0.1);
}

@media only screen and (max-width: 576px) {
	.diplomas-modal__dialog {
		padding: 24px;
	}
}

.diplomas-modal__close {
	position: absolute;
	top: 18px;
	right: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background-color: #f3f5ff;
	color: #4e699f;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, background-color 0.3s ease;
}

.diplomas-modal__close svg {
	width: 20px;
	height: 20px;
}

.diplomas-modal__close:hover,
.diplomas-modal__close:focus-visible {
	background-color: rgba(198, 124, 209, 0.12);
	color: #c67cd1;
}

.diplomas-modal__title {
	margin-bottom: 22px;
	padding-right: 48px;
	color: #303a4e;
}

.diplomas-slider__viewport {
	overflow: hidden;
	border-radius: 8px;
	background-color: #f3f5ff;
}

.diplomas-slider__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: -webkit-transform 0.35s ease;
	transition: -webkit-transform 0.35s ease;
	transition: transform 0.35s ease;
	transition: transform 0.35s ease, -webkit-transform 0.35s ease;
}

.diplomas-slider__slide {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	aspect-ratio: 1140/760;
	margin: 0;
}

.diplomas-slider__slide img {
	display: block;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.diplomas-slider__controls {
	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;
	gap: 16px;
	margin-top: 22px;
}

.diplomas-slider__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid rgba(78, 105, 159, 0.22);
	border-radius: 50%;
	background-color: #fff;
	color: #4e699f;
	cursor: pointer;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
}

.diplomas-slider__button svg {
	width: 21px;
	height: 21px;
}

.diplomas-slider__button:hover,
.diplomas-slider__button:focus-visible {
	border-color: #c67cd1;
	background-color: rgba(198, 124, 209, 0.1);
	color: #c67cd1;
}

.diplomas-slider__counter {
	min-width: 54px;
	color: #545a66;
	text-align: center;
}

/* SECTION - PRICES */
.section.section-prices {
	overflow: hidden;
	background-color: #f3f5ff;
	/* background-image: url("../img/decor/decor-001.jpg"); */
	background-repeat: no-repeat;
	background-position: right 4px bottom -7px;
	background-size: 540px auto;
}

.section-prices__inner {
	display: grid;
	grid-template-columns: minmax(320px, 0.48fr) minmax(0, 0.52fr);
	gap: 56px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

@media only screen and (max-width: 992px) {
	.section-prices__inner {
		grid-template-columns: 1fr;
		gap: 38px;
	}
}

.section-prices__cards {
	display: grid;
	grid-template-columns: 1fr;
	gap: 18px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

.section-prices__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	max-width: 720px;
	height: 100%;
	padding: 0;
}

@media only screen and (max-width: 992px) {
	.section-prices__content {
		max-width: 100%;
	}
}

.section-prices__text {
	margin-bottom: 38px;
}

.section-prices__text p {
	margin-bottom: 20px;
}

.section-prices__text p:last-child {
	margin-bottom: 0;
}

/* SECTION - FAQ */
.section.section-faq {
	overflow: hidden;
	background-color: #fff;
	background-image: url("../img/decor/quest.jpg");
	background-repeat: no-repeat;
	background-position: left bottom;
}

@media only screen and (max-width: 1200px) {
	.section.section-faq {
		background-image: none;
	}
}

.section-faq__accordion {
	max-width: 1140px;
	margin: 0 auto;
}

.section-faq__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

/* SECTION - NEEDED */
.section.section-needed {
	overflow: hidden;
	background-color: #f3f5ff;
}

.section-needed__header {
	margin-bottom: 48px;
}

.section-needed__header .section-header__text {
	font-size: 19px;
	color: #4e699f;
}

.section-needed__marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.section-needed__marquee::before,
.section-needed__marquee::after {
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	width: 140px;
	height: 100%;
	pointer-events: none;
}

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

	.section-needed__marquee::before,
	.section-needed__marquee::after {
		width: 64px;
	}
}

.section-needed__marquee::before {
	left: 0;
	background: -webkit-gradient(linear, left top, right top, from(#f3f5ff), to(rgba(243, 245, 255, 0)));
	background: linear-gradient(90deg, #f3f5ff 0%, rgba(243, 245, 255, 0) 100%);
}

.section-needed__marquee::after {
	right: 0;
	background: -webkit-gradient(linear, right top, left top, from(#f3f5ff), to(rgba(243, 245, 255, 0)));
	background: linear-gradient(270deg, #f3f5ff 0%, rgba(243, 245, 255, 0) 100%);
}

.section-needed__marquee--static::before,
.section-needed__marquee--static::after {
	display: none;
}

.section-needed__marquee--static .section-needed__track {
	width: auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 20px;
	will-change: auto;
}

.section-needed__track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 14px;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	will-change: transform;
}

@media only screen and (max-width: 576px) {
	.section-needed__track {
		gap: 10px;
	}
}

.section-needed__item {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 54px;
	padding: 0 24px;
	border: 1px solid rgba(78, 105, 159, 0.14);
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 18px rgba(78, 105, 159, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	box-shadow: 0 8px 18px rgba(78, 105, 159, 0.06), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	color: #303a4e;
	text-decoration: none;
	-webkit-transition: color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
	transition: color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
	white-space: nowrap;
}

@media only screen and (max-width: 576px) {
	.section-needed__item {
		min-height: 48px;
		padding: 0 18px;
	}
}

.section-needed__item .section-needed__item-title {
	margin: 0;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.2;
	letter-spacing: 0.055em;
	text-transform: uppercase;
}

@media only screen and (max-width: 576px) {
	.section-needed__item .section-needed__item-title {
		font-size: 13px;
	}
}

.section-needed__item::after {
	content: "";
	display: block;
	width: 5px;
	height: 5px;
	margin-left: 18px;
	border-radius: 50%;
	background-color: #c67cd1;
}

@media only screen and (max-width: 576px) {
	.section-needed__item::after {
		margin-left: 12px;
	}
}

.section-needed__item:hover {
	border-color: rgba(198, 124, 209, 0.32);
	-webkit-box-shadow: 0 12px 24px rgba(78, 105, 159, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	box-shadow: 0 12px 24px rgba(78, 105, 159, 0.09), inset 0 1px 0 rgba(255, 255, 255, 0.95);
	color: #4e699f;
}

/* SECTION - BENEFITS */
.section.section-benefits {
	overflow: hidden;
	background-color: #fff;
}

.section-benefits__header {
	margin-bottom: 60px;
}

.section-benefits__list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 34px;
}

@media only screen and (max-width: 1140px) {
	.section-benefits__list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px;
	}
}

@media only screen and (max-width: 680px) {
	.section-benefits__list {
		grid-template-columns: 1fr;
		gap: 34px;
	}
}

.section-benefits__item {
	display: grid;
	justify-items: center;
	gap: 22px;
	text-align: center;
	padding: 30px 20px;
	border: 1px solid rgba(78, 105, 159, 0.2);
	border-radius: 8px;
}

@media only screen and (max-width: 768px) {
	.section-benefits__item {
		gap: 18px;
	}
}

.section-benefits__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	background-color: rgba(198, 124, 209, 0.12);
	color: #4e699f;
}

@media only screen and (max-width: 768px) {
	.section-benefits__icon {
		width: 66px;
		height: 66px;
	}
}

.section-benefits__icon i,
.section-benefits__icon svg {
	width: 34px;
	height: 34px;
	stroke-width: 1.2;
}

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

	.section-benefits__icon i,
	.section-benefits__icon svg {
		width: 30px;
		height: 30px;
	}
}

.section-benefits__content {
	display: grid;
	justify-items: center;
	gap: 18px;
	max-width: 360px;
}

.section-benefits__item-title {
	margin-bottom: 0;
	color: #4e699f;
	font-size: 19px;
	line-height: 1.35;
}

.section-benefits__item-title::after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	margin: 24px auto 0;
	background-color: #c67cd1;
}

@media only screen and (max-width: 768px) {
	.section-benefits__item-title {
		font-size: 18px;
	}
}

.section-benefits__text {
	margin: 0;
}

/* SECTION - Service intro */
.section.section-service-intro {
	overflow: hidden;
	padding-bottom: 40px;
	background-color: #f3f5ff;
}

@media only screen and (max-width: 768px) {
	.section.section-service-intro {
		padding-bottom: 28px;
	}
}

/* SECTION - Service content box */
.section.section-service-content-box {
	padding-top: 10px;
	background-color: #f3f5ff;
}

@media only screen and (max-width: 768px) {
	.section.section-service-content-box {
		padding-top: 28px;
	}
}

.section-service-content-box__grid {
	display: grid;
	grid-template-columns: minmax(260px, 0.38fr) minmax(0, 0.62fr);
	gap: 48px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
}

@media only screen and (max-width: 1200px) {
	.section-service-content-box__grid {
		grid-template-columns: minmax(250px, 0.34fr) minmax(0, 0.66fr);
		gap: 36px;
	}
}

@media only screen and (max-width: 992px) {
	.section-service-content-box__grid {
		grid-template-columns: 1fr;
		gap: 28px;
	}
}

.section-service-content-box__sidebar {
	min-width: 0;
}

.service-sidebar {
	padding: 40px 28px;
	border: 1px solid #d1d9e9;
	border-radius: 12px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
}

@media only screen and (max-width: 992px) {
	.service-sidebar {
		position: static;
	}
}

@media only screen and (max-width: 576px) {
	.service-sidebar {
		padding: 22px;
		border-radius: 24px;
	}
}

.service-sidebar__title {
	margin-bottom: 26px;
	font-size: 22px;
	line-height: 1.25;
	color: #303a4e;
}

.service-sidebar__nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.service-sidebar__link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 14px;
	padding: 18px 0;
	border-bottom: 1px solid rgba(209, 217, 233, 0.85);
	font-size: 16px;
	line-height: 1.4;
	color: #545a66;
	-webkit-transition: color 0.25s ease, padding-left 0.25s ease;
	transition: color 0.25s ease, padding-left 0.25s ease;
}

.service-sidebar__link span {
	display: block;
}

.service-sidebar__link i,
.service-sidebar__link svg {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 18px;
	height: 18px;
	color: #94a3b8;
	stroke-width: 1.8;
	-webkit-transition: color 0.25s ease, -webkit-transform 0.25s ease;
	transition: color 0.25s ease, -webkit-transform 0.25s ease;
	transition: color 0.25s ease, transform 0.25s ease;
	transition: color 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
}

.service-sidebar__link:first-child {
	padding-top: 0;
}

.service-sidebar__link:hover,
.service-sidebar__link:focus-visible,
.service-sidebar__link.active {
	color: #c67cd1;
	padding-left: 4px;
}

.service-sidebar__link:hover i,
.service-sidebar__link:hover svg,
.service-sidebar__link:focus-visible i,
.service-sidebar__link:focus-visible svg,
.service-sidebar__link.active i,
.service-sidebar__link.active svg {
	color: #c67cd1;
	-webkit-transform: translateX(3px);
	transform: translateX(3px);
}

.service-sidebar__note {
	margin-top: 22px;
	padding-top: 18px;
}

.service-sidebar__note p {
	margin-bottom: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #64748b;
}

.section-service-content-box__content {
	min-width: 0;
}

@media only screen and (max-width: 768px) {
	.service-content {
		padding: 0;
		border-radius: 24px;
	}
}

@media only screen and (max-width: 576px) {
	.service-content {
		padding: 0;
	}
}

.service-content__header {
	margin-bottom: 24px;
}

.service-content__subtitle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #c67cd1;
}

.service-content__title {
	max-width: 760px;
	margin-bottom: 0;
	color: #303a4e;
}

.service-content__text {
	display: grid;
	gap: 22px;
	border-top: 1px solid #d1d9e9;
  padding-top: 30px;
}

.service-content__text p {
	margin-bottom: 0;
}

.service-content__text h2,
.service-content__text h2.wp-block-heading {
	margin: 0;
	color: #303a4e;
	font-family: "Inter", sans-serif;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.4;
}

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

	.service-content__text h2,
	.service-content__text h2.wp-block-heading {
		font-size: 32px;
	}
}

.service-content__text h3 {
	margin: 18px 0 8px;
	font-size: 24px;
	line-height: 1.25;
	color: #303a4e;
}

@media only screen and (max-width: 576px) {
	.service-content__text h3 {
		font-size: 21px;
	}
}

.service-content__text ul {
	display: grid;
	gap: 18px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.service-content__text li {
	position: relative;
	padding-left: 24px;
	line-height: 1.65;
	color: #4e699f;
}

.service-content__text li::before {
	content: "";
	position: absolute;
	top: 0.72em;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #c67cd1;
}

.service-content+.btn-container {
	margin-top: 0;
}

.service-content .btn-container {
	margin-top: 40px;
}

.section-support-banner {
	position: relative;
	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;
	max-width: 1920px;
	height: 420px;
	margin: 60px auto;
	padding: 0;
	overflow: hidden;
	background-color: #303a4e;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto;
	text-align: center;
}

.section-support-banner::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;
	background-color: rgba(48, 58, 78, 0.44);
	pointer-events: none;
}

.section-support-banner .container {
	position: relative;
	z-index: 2;
}

.section-support-banner__header h2,
.section-support-banner__title {
	margin: 0 0 42px;
	color: #fff;
	font-size: 44px;
	font-weight: 800;
	line-height: 1.15;
}

.section-support-banner__inner p,
.section-support-banner__text {
	max-width: 1120px;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	line-height: 1.8;
	text-align: center;
}

@media only screen and (max-width: 992px) {
	.section-support-banner {
		height: auto;
		min-height: 360px;
		padding: 80px 0;
		background-size: cover;
	}

	.section-support-banner__header h2,
	.section-support-banner__title {
		margin-bottom: 34px;
		font-size: 36px;
	}

	.section-support-banner__inner p,
	.section-support-banner__text {
		font-size: 21px;
		line-height: 1.65;
	}
}

@media only screen and (max-width: 576px) {
	.section-support-banner {
		min-height: 320px;
		padding: 64px 0;
	}

	.section-support-banner__header h2,
	.section-support-banner__title {
		margin-bottom: 26px;
		font-size: 30px;
	}

	.section-support-banner__inner p,
	.section-support-banner__text {
		font-size: 18px;
		line-height: 1.55;
	}
}

/*	SECTION - PROMO  */
.section-promo {
	padding: 120px 0;
	text-align: center;
}

.section-promo .promo__header h2 {
	color: #fff;
	margin-bottom: 50px;
}

.section-promo .promo__inner p {
	font-size: 21px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	line-height: 2;
}

/* SECTIONS ENTRY + COMMON STYLES */
.section {
	position: relative;
	padding: 100px 0;
}

@media only screen and (max-width: 768px) {
	.section {
		padding: 60px 0;
	}
}

.fix-section {
	width: 100%;
	position: relative;
	overflow: hidden;
	background-color: var(--bg-main);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
}

.parallax {
	background-attachment: fixed;
}

.section--light {
	background-color: #fff;
}

.section--gray {
	background-color: #f3f5ff;
}

.section--dark {
	background-color: #1f2738;
	color: #f3f5ff;
}

.section--dark p,
.section--dark h1,
.section--dark h2,
.section--dark h3,
.section--dark h4,
.section--dark h5,
.section--dark h6 {
	color: #f3f5ff;
}

.section--header-first {
	padding-top: 80px;
}

@media only screen and (max-width: 768px) {
	.section--header-first {
		padding-top: 50px;
	}
}

.section__inner {
	position: relative;
}

.section__footer {
	margin-top: 60px;
}

@media only screen and (max-width: 768px) {
	.section__footer {
		margin-top: 24px;
	}
}

.section-note {
	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;
	gap: 18px;
	margin-top: 46px;
	padding: 50px 40px;
	border-radius: 8px;
	background-color: #4e699f;
	text-align: center;
	font-size: 20px;
	font-weight: 300;
}

@media only screen and (max-width: 768px) {
	.section-note {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 14px;
		margin-top: 36px;
		padding: 24px 26px;
	}
}

@media only screen and (max-width: 576px) {
	.section-note {
		padding: 22px 20px;
	}
}

.section-note__text {
	max-width: 980px;
	margin: 0 auto;
	color: #fff;
}

.section-note__text p {
	color: #fff;
}

.section-note__link {
	color: #fff;
	text-decoration: underline;
	text-decoration-color: rgba(255, 255, 255, 0.8);
	text-decoration-thickness: 1px;
	text-decoration-style: solid;
	text-underline-offset: 4px;
	-webkit-transition: text-decoration-color 0.3s ease, text-underline-offset 0.3s ease;
	transition: text-decoration-color 0.3s ease, text-underline-offset 0.3s ease;
}

.section-note__link:hover,
.section-note__link:focus-visible {
	color: #fff;
	text-decoration-style: dotted;
	text-underline-offset: 6px;
}

@media only screen and (max-width: 768px) {
	.desktop-only-block {
		display: none;
	}
}

/* Section header */
.section-header {
	max-width: 760px;
	margin-bottom: 50px;
}

.section-header__label {
	margin-bottom: 10px;
	color: #c67cd1;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.section-header__title {
	margin: 0;
}

.section-header__title em {
	color: #4e699f;
	font-style: normal;
}

.section-header__text {
	margin-top: 16px;
}

.section-header--center {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.section-header--compact {
	max-width: 560px;
	margin-bottom: 24px;
}

.section-header--wide {
	max-width: 880px;
}

/* Blog section */
.section-blog {
	background-color: #f3f5ff;
	background-image: url("../img/bg/bg-wave-left_001.jpg"), url("../img/bg/bg-wave-right_001.jpg");
	background-repeat: no-repeat, no-repeat;
	background-position: top left -630px, bottom right;
	background-size: contain, auto;
}

.section-blog .section-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 80px;
}

.section-main-blog {
	padding: 60px 0 0 0;
}

.blog-posts--popular {
	margin-bottom: 50px;
}

.blog-posts--new .post-card {
	margin-bottom: 30px;
}

.blog-posts__header {
	color: #303a4e;
	font-family: "Inter", sans-serif;
	font-size: 36px;
	font-weight: 800;
	line-height: 1.4;
	text-transform: uppercase;
	margin-bottom: 56px;
}

.blog-posts-footer {
	margin-top: 70px;
}

.section-blog-single-post {
	padding-bottom: 0;
}

.related-posts {
	padding-top: 60px;
	padding-bottom: 0;
}

/* Blog card */
.blog-card {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	overflow: hidden;
	border: 1px solid rgba(78, 105, 159, 0.2);
	border-bottom: 3px solid rgba(78, 105, 159, 0.35);
	border-radius: 24px;
	background-color: #fff;
	-webkit-transition: border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, border-bottom-color 0.3s ease, box-shadow 0.3s ease;
	transition: border-color 0.3s ease, border-bottom-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.blog-card:hover,
.blog-card:focus-within {
	border-color: rgba(198, 124, 209, 0.32);
	border-bottom-color: #c67cd1;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
}

.blog-card__media {
	display: block;
	aspect-ratio: 390/245;
	padding: 10px;
	background-color: #fff;
}

.blog-card__media img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 12px;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
}

.blog-card__media:hover img,
.blog-card__media:focus-visible img {
	opacity: 0.86;
}

.blog-card__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 28px 34px 30px;
}

@media only screen and (max-width: 576px) {
	.blog-card__body {
		padding: 24px 22px 28px;
	}
}

.blog-card__title {
	margin-bottom: 34px;
	color: #4e699f;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 600;
}

.blog-card__title a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.blog-card__title a:hover,
.blog-card__title a:focus-visible {
	color: #c67cd1;
}

.blog-card__title::after {
	content: "";
	display: block;
	width: 36px;
	height: 2px;
	margin: 24px 0 0;
	background-color: #c67cd1;
}

@media only screen and (max-width: 576px) {
	.blog-card__title {
		font-size: 21px;
	}
}

.blog-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 18px;
	margin-top: auto;
	color: #64748b;
	font-size: 15px;
	line-height: 1.4;
}

.blog-card__date {
	color: #64748b;
}

.blog-card__link {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	color: #4e699f;
	font-weight: 700;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.blog-card__link:hover,
.blog-card__link:focus-visible {
	color: #c67cd1;
}

/* Blog layout */
.blog-posts__layout {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media only screen and (max-width: 992px) {
	.blog-posts__layout {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.blog-posts__layout .content-container {
	width: 66%;
}

@media only screen and (max-width: 992px) {
	.blog-posts__layout .content-container {
		width: 100%;
	}
}

.blog-posts__layout .sidebar-container {
	width: 34%;
	padding-left: 20px;
}

@media only screen and (max-width: 992px) {
	.blog-posts__layout .sidebar-container {
		width: 100%;
		padding-left: 0;
		margin-top: 20px;
	}
}

.section-blog-single-post .section__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

@media only screen and (max-width: 992px) {
	.section-blog-single-post .section__inner {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}

.section-blog-single-post .section__inner .content-container {
	width: 68%;
}

@media only screen and (max-width: 992px) {
	.section-blog-single-post .section__inner .content-container {
		width: 100%;
	}
}

.section-blog-single-post .section__inner .sidebar-container {
	width: 32%;
	padding-left: 40px;
}

@media only screen and (max-width: 992px) {
	.section-blog-single-post .section__inner .sidebar-container {
		width: 100%;
		padding-left: 0;
		margin-top: 30px;
	}
}

.page-blog-single-post-without-sidebar .section-blog-single-post .section__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border: 1px solid #d1d9e9;
	border-radius: 12px;
	padding: 60px 0;
}

.page-blog-single-post-without-sidebar .section-blog-single-post .section__inner .content-container {
	width: 100%;
	max-width: 980px;
}

/* Blog single */
.page-post-single {
	background-color: #f3f5ff;
}

.section.section-post-single {
	background-color: #f3f5ff;
	padding-top: 70px;
}

.post-single-card {
	display: grid;
	gap: 28px;
}

.post-single-card__media {
	margin: 0;
	overflow: hidden;
	border-radius: 8px;
}

.post-single-card__media img {
	display: block;
	width: 100%;
	aspect-ratio: 860/460;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-single-card__header {
	display: grid;
	gap: 22px;
}

.post-single-card__title {
	margin: 0px 0 20px;
	font-size: 42px;
	line-height: 1.25;
	color: #303a4e;
	overflow-wrap: anywhere;
	-ms-hyphens: auto;
	hyphens: auto;
}

@media only screen and (max-width: 768px) {
	.post-single-card__title {
		font-size: 34px;
	}
}

@media only screen and (max-width: 576px) {
	.post-single-card__title {
		font-size: 29px;
	}
}

.post-single-card__meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 16px;
	padding: 18px 22px;
	border-radius: 8px;
	background-color: #f3f5ff;
	color: #64748b;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.4;
}

@media only screen and (max-width: 576px) {
	.post-single-card__meta {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.post-single-card__date {
	color: #64748b;
}

.post-single-card__author {
	color: #4e699f;
}

.post-single-card__content .wp-block-separator,
.post-single-card__content hr {
	width: 100%;
	height: 1px;
	margin: 12px 0;
	border: 0;
	background-color: #d1d9e9;
}

.post-single-card__intro,
.post-single-card__content>p:first-of-type {
	color: #4e699f;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.7;
	padding-top: 10px;
	padding-bottom: 34px;
	border-bottom: 1px solid #d1d9e9;
}

@media only screen and (max-width: 576px) {

	.post-single-card__intro,
	.post-single-card__content>p:first-of-type {
		font-size: 18px;
		padding-bottom: 28px;
	}
}

.post-single-card__cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	gap: 28px;
	margin-top: 20px;
	padding: 34px;
	border-radius: 8px;
	background-color: #4e699f;
}

@media only screen and (max-width: 768px) {
	.post-single-card__cta {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 28px;
	}
}

.post-single-card__cta-content {
	display: grid;
	gap: 10px;
	max-width: 620px;
}

.post-single-card__cta-content h2,
.post-single-card__cta-content p {
	margin: 0;
	color: #fff;
}

.post-single-card__cta-content h2 {
	font-size: 28px;
	line-height: 1.25;
}

@media only screen and (max-width: 576px) {
	.post-single-card__cta-content h2 {
		font-size: 24px;
	}
}

.post-single-card__cta-content p {
	color: rgba(255, 255, 255, 0.86);
}

/* Blog sidebar */
.widget {
	margin-bottom: 40px;
}

.widget-title {
	background-color: #c67cd1;
	padding: 17px 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 40px;
	font-size: 17px;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	border-radius: 12px;
}

/* Widget categories */
.widget-categories .cat-item {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	padding: 15px 30px;
	background-color: #f5f7fa;
	margin-bottom: 10px;
	transition: all 0.3s ease-in-out;
	font-weight: 400;
}

.widget-categories .cat-item:hover {
	background-color: #4e699f;
	color: #fff;
}

/* Widget tags */
.widget-tags .tagscloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.widget-tags .tagscloud .tag {
	width: 47%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 10px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #d1d9e9;
	border-radius: 12px;
	margin: 5px;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.widget-tags .tagscloud .tag a {
	display: inline-block;
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.widget-tags .tagscloud .tag a:hover {
	color: #c67cd1;
}

/* Widget search */
.widget-search {
	margin-top: 40px;
}

.widget-search .search-form .search-field-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	background-color: #fff;
}

.widget-search .search-form .search-field-container .search-field {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	-ms-flex-preferred-size: 0%;
	flex-basis: 0%;
	padding: 12px 15px;
	border: none;
	font-size: 16px;
	color: #303a4e;
	font-family: "Inter", sans-serif;
	border: 1px solid #d1d9e9;
	border-radius: 12px;
	border-right: none;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.widget-search .search-form .search-field-container .search-field:focus {
	border: 1px solid #4e699f;
	border-left: 1px solid #4e699f;
	border-right: none;
}

.widget-search .search-form .search-field-container .search-submit {
	background-color: #4e699f;
	color: #fff;
	padding: 0 12px;
	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: none;
	cursor: pointer;
	-webkit-transition: background 0.3s ease;
	transition: background 0.3s ease;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
}

.widget-search .search-form .search-field-container .search-submit img {
	width: 30px;
	height: 30px;
}

.widget-search .search-form .search-field-container .search-submit:hover {
	background-color: #c67cd1;
}

/* Blog archive */
.page-blog {
	background-color: #f3f5ff;
}

.section.section-blog-archive {
	background-color: #f3f5ff;
}

.blog-archive__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	grid-auto-rows: 1fr;
	gap: 36px 34px;
}

@media only screen and (max-width: 1100px) {
	.blog-archive__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 30px;
	}
}

@media only screen and (max-width: 680px) {
	.blog-archive__grid {
		grid-template-columns: 1fr;
	}
}

.blog-archive__pagination {
	margin-top: 56px;
}

/*  ALL PAGES sections decor */
/* PAGE - Services */
.page-services .section-problems {
	padding-top: 60px;
	background-color: #fff;
	background-image: none;
}

@media only screen and (max-width: 768px) {
	.page-services .section-problems {
		padding-top: 60px;
	}
}

.page-services .problem-card:focus-visible {
	border-color: rgba(198, 124, 209, 0.32);
	border-bottom-color: #c67cd1;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
}

.page-services .problem-card__body {
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.page-services .problem-card__title {
	margin-bottom: 0;
}

.page-services .problem-card__link {
	margin-top: 24px;
	color: #4e699f;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.page-services .problem-card:hover .problem-card__link,
.page-services .problem-card:focus-visible .problem-card__link {
	color: #c67cd1;
}

/* PAGE - Prices */
.section.section-page-prices {
	overflow: hidden;
	background-color: #f3f5ff;
	padding-top: 60px;
}

.section-page-prices__header {
	margin-bottom: 52px;
}

.section-page-prices__group {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.section-page-prices__group+.section-page-prices__group {
	margin-top: 24px;
}

@media only screen and (max-width: 860px) {
	.section-page-prices__group {
		grid-template-columns: 1fr;
	}
}

.section-page-prices__note {
	margin: 35px 0 0 0;
}

.price-format-card--extended {
	min-height: 100%;
	padding: 32px;
}

@media only screen and (max-width: 576px) {
	.price-format-card--extended {
		padding: 24px;
	}
}

.price-format-card--extended .price-format-card__main {
	display: grid;
	gap: 24px;
}

.price-format-card--extended .price-format-card__label {
	margin-bottom: 0;
}

.price-format-card__table-wrap {
	width: 100%;
	overflow-x: auto;
	border: 1px solid rgba(78, 105, 159, 0.22);
	border-radius: 8px;
}

.price-format-card__table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
	color: #545a66;
	font-size: 16px;
	line-height: 1.45;
}

.price-format-card__table th,
.price-format-card__table td {
	padding: 18px 20px;
	border-bottom: 1px solid rgba(78, 105, 159, 0.22);
	text-align: left;
	vertical-align: middle;
}

.price-format-card__table th {
	width: 42%;
	color: #303a4e;
	font-weight: 700;
}

.price-format-card__table td {
	width: 29%;
}

.price-format-card__table tr:last-child th,
.price-format-card__table tr:last-child td {
	border-bottom: 0;
}

@media only screen and (max-width: 576px) {
	.price-format-card__table {
		min-width: 0;
		font-size: 15px;
	}

	.price-format-card__table tr,
	.price-format-card__table th,
	.price-format-card__table td {
		display: block;
		width: 100%;
	}

	.price-format-card__table tr {
		padding: 16px;
		border-bottom: 1px solid rgba(78, 105, 159, 0.22);
	}

	.price-format-card__table tr:last-child {
		border-bottom: 0;
	}

	.price-format-card__table th,
	.price-format-card__table td {
		padding: 0;
		border-bottom: 0;
	}

	.price-format-card__table td {
		margin-top: 8px;
	}
}

.price-format-card--extended .price-format-card__footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-top: 30px;
	border-top: 1px solid rgba(78, 105, 159, 0.14);
}

@media only screen and (max-width: 1100px) {
	.price-format-card--extended .price-format-card__footer {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

@media only screen and (max-width: 576px) {
	.price-format-card--extended .price-format-card__footer {
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
	}

	.price-format-card--extended .price-format-card__footer .btn {
		width: 100%;
	}
}

.price-format-card__price {
	display: grid;
	gap: 4px;
	color: #4e699f;
	line-height: 1.25;
}

@media only screen and (max-width: 1100px) {
	.price-format-card__price {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 576px) {
	.price-format-card__price {
		gap: 3px;
	}
}

.price-format-card__price-main {
	color: #4e699f;
	font-size: 24px;
	font-weight: 700;
}

@media only screen and (max-width: 576px) {
	.price-format-card__price-main {
		font-size: 18px;
	}
}

.price-format-card__price-note {
	color: #94a3b8;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.section.section-prices-work {
	overflow: hidden;
	background-color: #fff;
}

/* PAGE - Contacts */
.page-contacts {
	background-color: #f3f5ff;
}

.section.section-contacts {
	background-color: #f3f5ff;
	background-image: url("../img/decor/contacts.jpg");
	background-repeat: no-repeat;
	background-position: center bottom -2px;
	background-size: 420px auto;
	padding-bottom: 400px;
}

.section-contacts__header {
	max-width: 780px;
	margin-bottom: 52px;
}

.section-contacts__cards {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

@media only screen and (max-width: 1100px) {
	.section-contacts__cards {
		grid-template-columns: 1fr;
	}
}

.contact-card {
	display: grid;
	-ms-flex-line-pack: start;
	align-content: start;
	gap: 24px;
	min-height: 100%;
	padding: 30px;
	border: 1px solid rgba(78, 105, 159, 0.2);
	border-bottom: 3px solid rgba(78, 105, 159, 0.35);
	border-radius: 8px;
	background-color: #fff;
	-webkit-transition: border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, border-bottom-color 0.3s ease, -webkit-box-shadow 0.3s ease;
	transition: border-color 0.3s ease, border-bottom-color 0.3s ease, box-shadow 0.3s ease;
	transition: border-color 0.3s ease, border-bottom-color 0.3s ease, box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease;
}

.contact-card:hover,
.contact-card:focus-within {
	border-color: rgba(198, 124, 209, 0.32);
	border-bottom-color: #c67cd1;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
}

@media only screen and (max-width: 576px) {
	.contact-card {
		padding: 24px;
	}
}

.contact-card--accent {
	-ms-flex-line-pack: center;
	align-content: center;
	background-color: #c67cd1;
	border-color: transparent;
	background-image: url("../img/decor/plane.png");
	background-repeat: no-repeat;
	background-position: center;
}

.contact-card--accent .contact-card__title,
.contact-card--accent .contact-card__title-link {
	color: #fff;
}

.contact-card__title {
	margin: 0;
	color: #4e699f;
	font-size: 22px;
	line-height: 1.3;
}

.contact-card__title-link {
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.contact-card__title-link:hover,
.contact-card__title-link:focus-visible {
	color: rgba(255, 255, 255, 0.78);
}

.contact-card__list {
	display: grid;
	gap: 14px;
}

.contact-card__link {
	display: grid;
	grid-template-columns: 63px minmax(0, 1fr);
	gap: 16px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #545a66;
	line-height: 1.45;
	text-decoration: none;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.contact-card__link:hover,
.contact-card__link:focus-visible {
	color: #4e699f;
}

.contact-card__icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 8px;
	background-color: #c67cd1;
	-webkit-box-shadow: 0 8px 18px rgba(78, 105, 159, 0.12);
	box-shadow: 0 8px 18px rgba(78, 105, 159, 0.12);
}

.contact-card__icon img {
	display: block;
	width: 34px;
	height: 34px;
	-o-object-fit: contain;
	object-fit: contain;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.contact-card__icon--phone {
	background-color: #c67cd1;
}

.contact-card__icon--email {
	background-color: #4e699f;
}

.contact-card__icon--telegram {
	background-color: #229ed9;
}

.contact-card__icon--viber {
	background-color: #7360f2;
}

.contact-card__icon--whatsapp {
	background-color: #25d366;
}

.contact-card__icon--instagram {
	background-color: #e4405f;
}

.contact-card__icon--vk {
	background-color: #0077ff;
}

.contact-card__icon--b17 {
	background-color: #4f6fae;
	color: #fff;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
}

.section-contacts__note {
	margin-top: 28px;
}

.section-contacts__form-block {
	margin-top: 48px;
	scroll-margin-top: 120px;
}

.section-contacts__form-title {
	margin-bottom: 28px;
	text-align: center;
}

.section-contacts__form {
	max-width: 920px;
	margin: 0 auto;
	padding: 34px;
	border: 1px solid rgba(78, 105, 159, 0.18);
	border-bottom: 3px solid rgba(78, 105, 159, 0.35);
	border-radius: 8px;
	background-color: #fff;
	-webkit-box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
	box-shadow: 0 10px 24px rgba(90, 118, 174, 0.08);
}

@media only screen and (max-width: 768px) {
	.section-contacts__form {
		padding: 28px;
	}
}

@media only screen and (max-width: 576px) {
	.section-contacts__form {
		padding: 24px 20px;
	}
}

/* PAGE - 404 */
.section.section-page-404 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 58vh;
	height: 100vh;
	background-color: #f3f5ff;
}

.page-404__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 760px;
	margin: 0 auto;
	text-align: center;
}

.page-404__code {
	margin: 0 0 18px;
	color: rgba(78, 105, 159, 0.28);
	font-family: "Inter", sans-serif;
	font-size: 82px;
	font-weight: 800;
	line-height: 1;
}

@media only screen and (max-width: 576px) {
	.page-404__code {
		font-size: 58px;
	}
}

.page-404__title {
	margin: 0 0 34px;
}

@media only screen and (max-width: 576px) {
	.page-404__title {
		margin-bottom: 28px;
	}
}

/*# sourceMappingURL=style.css.map */