@charset "UTF-8";

*,
*:before,
*:after {
	box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
	display: block;
}

body {
	line-height: 1;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

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

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

input {
	-webkit-appearance: none;
	border-radius: 0;
}

@font-face {
	font-family: "Mulish";
	src: url(./Mulish-VariableFont_wght-DHoZ47sS.ttf);
}

@font-face {
	font-family: "Mulish";
	font-style: italic;
	src: url(./Mulish-Italic-VariableFont_wght-Cm2ZtQrA.ttf);
}

:root {
	--text-color: #333333;
	--purple-1: #582BAF;
	--purple-2: #926BF2;
	--purple-3: #E3DEFF;
	--purple-4: #F8F6FF;
	--white: #fff;
	--gray-main: #FBFBFB;
	--gray: #F3F3F3;
	--gray-1: #F9FAFC;
	--gray-light: #A1A1AA;
	--gray-300: #D4D4D8;
	--gradient: linear-gradient(75deg, rgba(88, 43, 175, 1) 7%, rgba(95, 51, 183, 1) 25%, rgba(116, 74, 207, 1) 54%, rgba(146, 107, 242, 1) 100%);
	--gradient-1: linear-gradient(145deg, rgba(140, 118, 235, 1) 17%, rgba(212, 137, 217, 1) 45%, rgba(252, 224, 249, 1) 71%);
	font-family: "Mulish", system-ui, Avenir, Helvetica, Arial, sans-serif;
	line-height: 1.5;
	font-weight: 400;
	color-scheme: light dark;
	color: var(--text-color);
	background-color: #fff;
	font-synthesis: none;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 20px;
}

body {
	overflow-x: hidden;
}

body {
	line-height: 1.2;
	position: relative;
}

._hide {
	display: none !important;
}

.main-wrapper {
	position: relative;
}

.container {
	max-width: 1440px;
	margin: 0 auto;
	padding-left: 1em;
	padding-right: 1em;
}

.btn {
	background: linear-gradient(75deg, rgb(88, 43, 175) 7%, rgb(95, 51, 183) 25%, rgb(116, 74, 207) 54%, rgb(146, 107, 242) 100%);
	color: #fff;
	text-decoration: none;
	border-radius: 36px;
	padding: 0.8em 4.4em;
	display: block;
	max-width: 358px;
	font-size: 1rem;
	cursor: pointer;
	transition: all 0.2s ease-in;
}

.btn:hover {
	filter: brightness(1.25);
}

.overlay {
	position: fixed;
	width: 100vw;
	height: 100vh;
	z-index: 50;
}

.overlay.darker {
	background-color: rgba(0, 0, 0, 0.2);
}

.page-title {
	font-size: 2.5rem;
}

.section-title {
	font-size: 2.5rem;
}

.section-title span {
	font-style: italic;
	font-weight: 300;
}

.ml {
	margin-left: 2rem;
}

.section-title.ml {
	margin-left: 1em;
}

.stoke-btn {
	border: 1px solid rgb(88, 43, 175);
	color: #333333;
	font-size: 1rem;
	border-radius: 36px;
	padding: 0.8em 4.4em;
	background-color: transparent;
	cursor: pointer;
	transition: all 0.2s ease-in;
}

.stoke-btn:hover {
	background-color: rgb(88, 43, 175);
	color: #fff;
}

.breadcrumbs {
	display: flex;
	font-size: 0.9rem;
	margin-bottom: 1em;
	line-height: 1;
}

.breadcrumbs .breadcrumbs__item.main-page {
	position: relative;
	padding-left: 2em;
}

.breadcrumbs .breadcrumbs__item.main-page::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 10px;
	background-image: url("data:image/svg+xml,%3csvg%20width='21'%20height='9'%20viewBox='0%200%2021%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.646446%204.14645C0.451185%204.34171%200.451185%204.65829%200.646446%204.85355L3.82843%208.03553C4.02369%208.2308%204.34027%208.2308%204.53553%208.03553C4.7308%207.84027%204.7308%207.52369%204.53553%207.32843L1.70711%204.5L4.53553%201.67157C4.7308%201.47631%204.7308%201.15973%204.53553%200.964466C4.34027%200.769204%204.02369%200.769204%203.82843%200.964466L0.646446%204.14645ZM21%204.5V4L1%204V4.5V5L21%205V4.5Z'%20fill='%23926BF2'/%3e%3c/svg%3e");
}

.breadcrumbs a {
	text-decoration: none;
	color: var(--purple-2);
}

.breadcrumbs .breadcrumbs__sep {
	display: inline-block;
	padding-left: 0.2em;
	padding-right: 0.2em;
}

.swiper-pagination .swiper-pagination-bullet {
	border-radius: 100%;
	border: 1px solid var(--purple-2);
	width: 8px;
	height: 8px;
	background-color: transparent;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: var(--purple-2);
}

/* Animations */
.reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.6s ease, transform 0.6s ease, color 0.2s ease-in, background-color 0.2s ease-in, filter 0.2s ease-in;
	transition-delay: var(--delay, 0s);
}

.reveal.visible {
	opacity: 1;
	transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
	.reveal {
		transition: none;
		transform: none;
		opacity: 1;
	}
}

@media (max-width: 1480px) {
	:root {
		font-size: 18px;
	}
}

@media (max-width: 992px) {
	:root {
		font-size: 18px;
	}

	html,
	body {
		overflow-x: hidden;
	}

	.ml {
		margin-left: 0;
	}

	.btn {
		border-radius: 10px;
	}

	.stoke-btn {
		border-radius: 10px;
	}

	.page-title {
		font-size: 1.86rem;
	}

	.section-title {
		font-size: 1.75rem;
	}

	.breadcrumbs {
		justify-content: center;
	}
}

@media (max-width: 768px) {
	:root {
		font-size: 16px;
	}
}

@media (max-width: 576px) {
	:root {
		font-size: 16px;
	}
}

.header {
	position: sticky;
	width: 100%;
	top: 30px;
	z-index: 200;
}

.header .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	padding-top: 2.2em;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	z-index: 200;
	width: 100%;
	left: 0px;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	padding-left: 1em;
	padding-right: 1em;
	backdrop-filter: blur(80px);
}

.header .inner .header__left,
.header .inner .header__right {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 3em;
}

.header .inner .header__logo {
	max-width: 180px;
	margin-left: 2em;
}

.header .inner .header__logo img {
	width: 100%;
}

.header .inner .header__burger {
	display: none;
	cursor: pointer;
}

.header .inner .header__services {
	position: relative;
}

.header .inner .header__services--btn {
	border: 1px solid #582BAF;
	font-size: 1rem;
	background-color: transparent;
	border-radius: 100px;
	padding: 0.7em 1.3em;
	padding-left: 3em;
	background-image: url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%206H18'%20stroke='url(%23paint0_linear_3244_1658)'%20stroke-linecap='round'/%3e%3cpath%20d='M3%2011.25H13'%20stroke='url(%23paint1_linear_3244_1658)'%20stroke-linecap='round'/%3e%3cpath%20d='M3%2016H18'%20stroke='url(%23paint2_linear_3244_1658)'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3244_1658'%20x1='3.7334'%20y1='7.17653'%20x2='6.21678'%20y2='1.32331'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3244_1658'%20x1='3.48894'%20y1='12.4265'%20x2='6.61744'%20y2='7.51069'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_3244_1658'%20x1='3.7334'%20y1='17.1765'%20x2='6.21678'%20y2='11.3233'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: 20% center;
}

.header .inner .header__services--btn:hover {
	background-color: #582BAF;
	background-image: url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%206H18'%20stroke='url(%23paint0_linear_3244_1658)'%20stroke-linecap='round'/%3e%3cpath%20d='M3%2011.25H13'%20stroke='url(%23paint1_linear_3244_1658)'%20stroke-linecap='round'/%3e%3cpath%20d='M3%2016H18'%20stroke='url(%23paint2_linear_3244_1658)'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3244_1658'%20x1='3.7334'%20y1='7.17653'%20x2='6.21678'%20y2='1.32331'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.25'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.54'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.85'%20stop-color='%23FFFFFF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3244_1658'%20x1='3.48894'%20y1='12.4265'%20x2='6.61744'%20y2='7.51069'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.25'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.54'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.85'%20stop-color='%23FFFFFF'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint2_linear_3244_1658'%20x1='3.7334'%20y1='17.1765'%20x2='6.21678'%20y2='11.3233'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.25'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.54'%20stop-color='%23FFFFFF'/%3e%3cstop%20offset='0.85'%20stop-color='%23FFFFFF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
}

.header .inner .header__info {
	position: relative;
}

.header .inner .header__info--btn {
	padding-right: 1.5em;
	text-decoration: none;
	color: inherit;
	background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right center;
}

.header .inner .header__phone {
	background-image: url("data:image/svg+xml,%3csvg%20width='22'%20height='23'%20viewBox='0%200%2022%2023'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8.547%203.14521L9.35825%204.59888C10.0904%205.91073%209.7965%207.63165%208.64338%208.78475C8.64338%208.78475%207.24485%2010.1835%209.78063%2012.7194C12.3156%2015.2544%2013.7153%2013.8566%2013.7153%2013.8566C14.8684%2012.7035%2016.5893%2012.4096%2017.9011%2013.1418L19.3548%2013.953C21.3358%2015.0585%2021.5696%2017.8365%2019.8285%2019.5778C18.7823%2020.624%2017.5005%2021.4381%2016.0836%2021.4918C13.6985%2021.5823%209.64788%2020.9786%205.58463%2016.9154C1.52141%2012.8521%200.917765%208.80153%201.00819%206.41636C1.0619%204.9995%201.876%203.71779%202.92227%202.67154C4.66345%200.93035%207.44146%201.1643%208.547%203.14521Z'%20stroke='%23926BF2'%20stroke-width='2'%20stroke-linecap='round'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 1.5em;
	line-height: 1.2;
}

.header .inner .header__login {
	background-image: url("data:image/svg+xml,%3csvg%20width='22'%20height='22'%20viewBox='0%200%2022%2022'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M15.9259%205.84117C16.2996%205.48266%2016.8929%205.49487%2017.2514%205.86845L21.6137%2010.4139C21.9618%2010.7767%2021.9618%2011.3494%2021.6137%2011.7122L17.2514%2016.2577C16.8929%2016.6312%2016.2996%2016.6434%2015.9259%2016.2849C15.5524%2015.9264%2015.5402%2015.3329%2015.8987%2014.9594L18.7379%2012.0008H10.0283C9.51057%2012.0008%209.09082%2011.581%209.09082%2011.0633C9.09082%2010.5455%209.51057%2010.1258%2010.0283%2010.1258H18.7384L15.8987%207.16672C15.5402%206.79315%2015.5524%206.19969%2015.9259%205.84117Z'%20fill='%23926BF2'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M0%201.0625C0%200.544738%200.419738%200.125%200.9375%200.125H12.7556C13.2735%200.125%2013.6931%200.544738%2013.6931%201.0625V4.8125C13.6931%205.33026%2013.2735%205.75%2012.7556%205.75C12.2379%205.75%2011.8181%205.33026%2011.8181%204.8125V2H1.875V20.125H11.8181V17.3125C11.8181%2016.7948%2012.2379%2016.375%2012.7556%2016.375C13.2735%2016.375%2013.6931%2016.7948%2013.6931%2017.3125V21.0625C13.6931%2021.5802%2013.2735%2022%2012.7556%2022H0.9375C0.419738%2022%200%2021.5802%200%2021.0625V1.0625Z'%20fill='%23926BF2'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: left center;
	line-height: 1.2;
	padding-left: 1.5em;
	text-decoration: none;
}

.header .inner .header__login a {
	text-decoration: none;
	color: inherit;
}

.header .header-window {
	position: absolute;
	z-index: 100;
	background-color: #fff;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.2);
	padding: 2em;
	display: none;
	border-radius: 20px;
	top: 58px;
}

.header .header-window.open {
	display: block;
}

.header .header-window.header__services-window .header-window-inner {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em 1.5em;
	width: 1325px;
	align-items: center;
}

.header .header-window.header__services-window .header-window-inner .header__services-header {
	display: flex;
	align-items: center;
	column-gap: 0.4em;
	margin-bottom: 0.3em;
}

.header .header-window.header__services-window .header-window-inner img {
	width: 30px;
	height: 30px;
}

.header .header-window.header__services-window .header-window-inner a {
	text-decoration: none;
	color: inherit;
}

.header .header-window.header__services-window .header-window-inner .title {
	font-size: 1rem;
	font-weight: 500;
}

.header .header-window.header__services-window .header-window-inner .desc {
	font-size: 0.8rem;
	color: #333;
	height: 72px;
}

.header .header-window.header__services-window .header-window-inner .to-service {
	color: var(--purple-2);
	font-size: 0.8rem;
	position: relative;
	display: inline-block;
	width: 50%;
}

.header .header-window.header__services-window .header-window-inner .to-service span::after {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='17'%20viewBox='0%200%209%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%2016L7.5%208.5L1.5%201'%20stroke='url(%23paint0_linear_1546_2022)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_2022'%20x1='8.55917'%20y1='15.2666'%20x2='3.01917'%20y2='1.16368'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	right: 0px;
	top: 14%;
	height: 18px;
	width: 8px;
}

.header .header-window.header__info-window .header-window-inner {
	width: 224px;
}

.header .header-window.header__info-window .header-window-inner a {
	color: var(--purple-2);
	text-decoration: none;
	color: inherit;
	font-size: 1rem;
	display: flex;
	align-items: center;
	column-gap: 8px;
	margin-bottom: 1.5em;
}

.header .header-window.header__info-window .header-window-inner a:last-child {
	margin-bottom: 0;
}

@media (max-width: 992px) {
	.header {
		/*position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;

    z-index: 1000;
    //padding-bottom: 1em;

    width: 100%;
    box-shadow: 2px 2px 10px -2px rgba(0,0,0,0.4);*/
		position: fixed;
		top: 10px;
		left: 0px;
		background-color: #fff;
		z-index: 1000;
		width: 94%;
		box-shadow: 2px 2px 10px -2px rgba(0, 0, 0, 0.4);
		border-radius: 5px;
		margin-left: 1em;
		margin-right: 1em;
		background-color: rgba(255, 255, 255, 0.2);
		backdrop-filter: blur(80px);
	}

	.header .inner {
		background-color: transparent;
		backdrop-filter: none;
	}

	.header .inner .header__logo {
		padding-left: 0;
		margin-left: 0;
	}

	.header .inner .header__logo img {
		width: 55%;
	}

	.header .inner .header__left,
	.header .inner .header__right {
		display: none;
	}

	.header .inner .header__burger {
		display: block;
	}

	.header .inner .header__burger img {
		transform: rotate(45deg);
	}
}

.burger-menu {
	display: none;
	position: fixed;
	left: -120vw;
	width: 100vw;
	top: 104px;
	height: 100dvh;
	background-color: #fff;
	font-size: 1rem;
	padding-left: 0.9em;
	padding-right: 0.9em;
	z-index: 100;
}

.burger-menu .burger-menu__nav {
	max-height: 75dvh;
	overflow-y: auto;
}

.burger-menu .burger-menu__nav-group {
	margin-top: 1em;
	margin-bottom: 1em;
}

.burger-menu .burger-menu__nav-group-header {
	background-color: var(--purple-4);
	padding: 1em;
	border-radius: 4px;
	position: relative;
}

.burger-menu .burger-menu__nav-group-header::after {
	content: "";
	background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	position: absolute;
	background-repeat: no-repeat;
	width: 20px;
	height: 10px;
	right: 15px;
	top: 40%;
	transform: rotate(0deg);
}

.burger-menu .burger-menu__nav-group.open .burger-menu__nav-group-header::after {
	transform: rotate(180deg);
}

.burger-menu .burger-menu__nav-item .burger-menu__nav-item-header {
	display: flex;
	align-items: center;
	column-gap: 0.4em;
	margin-bottom: 0.3em;
	cursor: pointer;
}

.burger-menu .burger-menu__nav-item .burger-menu__nav-item-header img {
	width: 32px;
}

.burger-menu .burger-menu__nav-group-body {
	margin-top: 1em;
	display: none;
}

.burger-menu .burger-menu__nav-group-body .burger-menu__nav-item {
	display: block;
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid #D4D4D8;
}

.burger-menu .burger-menu__nav-group.open .burger-menu__nav-group-body {
	display: block;
}

.burger-menu a {
	text-decoration: none;
	color: inherit;
}

.burger-menu .title {
	font-size: 1rem;
	font-weight: 500;
}

.burger-menu .desc {
	font-size: 0.89rem;
	color: #333;
}

.burger-menu .to-service {
	color: var(--purple-2);
	font-size: 1rem;
	display: block;
}

.burger-menu .burger-menu__login .stoke-btn {
	text-align: center;
}

@media (max-width: 992px) {
	.burger-menu {
		display: block;
		top: 46px;
	}

	.burger-menu.open {
		left: 0;
	}
}

.feedback-modal {
	display: none;
	position: fixed;
	padding: 2.25em;
	background-color: #fff;
	border-radius: 20px;
	top: 50%;
	left: 50%;
	max-width: 700px;
	z-index: 100;
	transform: translate(-50%, -50%);
}

.feedback-modal.open {
	display: block;
}

.feedback-modal .feedback-modal__close {
	position: absolute;
	right: 1em;
	top: 1em;
	cursor: pointer;
}

.feedback-modal .feedback-modal__title {
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

.feedback-modal .feedback-modal__content label {
	margin-top: 0.375em;
	margin-bottom: 0.375em;
	display: block;
	font-size: 0.8rem;
}

.feedback-modal .feedback-modal__content input,
.feedback-modal .feedback-modal__content textarea {
	border-radius: 10px;
	border: 1px solid var(--gray-300);
	padding: 1em;
	resize: none;
}

.feedback-modal .feedback-modal__content textarea {
	font-family: inherit;
}

.feedback-modal .feedback-modal__content .btn {
	border: none;
	max-width: 100%;
	width: 100%;
	font-size: 1rem;
	margin-top: 1em;
}

body.front-page .section-title {
	margin-bottom: 0.6em;
}

.hero {
	position: relative;
}

.hero::before {
	content: "";
	position: absolute;
	background: var(--gradient-1);
	width: 730px;
	height: 1650px;
	top: -485px;
	left: 20%;
	opacity: 0.2;
	border-radius: 100%;
	filter: blur(300px);
	transform: rotate(100deg);
	z-index: -1;
}

.hero.hero--front-page .inner {
	justify-content: start;
}

.hero .inner {
	display: flex;
	overflow: hidden;
	justify-content: space-between;
	align-items: center;
	padding-top: 6em;
	position: relative;
	padding-left: 2em;
}

.hero .inner::before {
	content: "";
	position: absolute;
	background-image: url(./hero_bg-BIlMwyTj.svg);
	background-repeat: no-repeat;
	width: 632px;
	height: 528px;
	top: 12%;
	right: -32px;
	opacity: 0.3;
	z-index: -1;
}

.hero .inner .hero__content {
	max-width: 870px;
}

.hero .inner .hero__content .hero__title {
	font-size: 2.5rem;
	margin-bottom: 0.6em;
	font-weight: 500;
	line-height: 1;
}

.hero .inner .hero__content .hero__title span {
	display: inline-block;
	font-style: italic;
	font-weight: 300;
	border-radius: 36px;
	padding: 0em 0.3em 0.1em;
	border: 2px solid #582BAF;
}

.hero .inner .hero__content .hero__desc {
	font-size: 1.1rem;
	margin-bottom: 2.27em;
	max-width: 595px;
}

.hero .inner .hero__content .hero__btn {
	padding: 1em 4.4em;
}

.hero .inner .hero__pic {
	padding-right: 6em;
	margin-bottom: 1em;
}

@media (max-width: 992px) {
	.hero::before {
		content: "";
		position: absolute;
		background: var(--gradient-1);
		width: 100%;
		height: 100%;
		top: -10%;
		left: 0%;
		opacity: 0.2;
		border-radius: 100%;
		filter: blur(16px);
		transform: none;
		z-index: -1;
	}

	.hero .inner {
		padding-top: 9em;
		padding-bottom: 2em;
		padding-left: 0;
	}

	.hero .inner::before {
		width: 151%;
		left: 18px;
		top: -56px;
		background-size: contain;
	}

	.hero .inner .hero__content {
		text-align: center;
		margin: 0 auto;
	}

	.hero .inner .hero__content .hero__title {
		font-size: 2rem;
	}

	.hero .inner .hero__content .hero__title span {
		border: none;
		padding: 0;
	}

	.hero .inner .hero__content .hero__desc {
		margin: 0 auto;
		margin-bottom: 3.2em;
	}

	.hero .inner .hero__pic {
		display: none;
	}

	.hero .inner .hero__btn {
		margin: 0 auto;
		width: 89%;
	}
}

.services {
	padding-top: 8em;
}

.services .inner .services__section-title {
	font-size: 2.5rem;
	margin-bottom: 0.5em;
}

.services .inner .services__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1em;
}

.services .inner .services__list .services__item {
	border-radius: 40px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
	padding: 1.95em 2.5em 2.4em;
}

.services .inner .services__list .services__item .services__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.1em;
	margin-bottom: 1.1em;
	min-height: 52px;
}

.services .inner .services__list .services__item .services__header .services__pic-mobile {
	display: none;
}

.services .inner .services__list .services__item .services__header .services__title {
	font-size: 1.3rem;
	max-width: 200px;
}

.services .inner .services__list .services__item .services__header .services__price {
	background-color: #926BF2;
	color: #fff;
	font-size: 0.8rem;
	padding: 0.9em 2em;
	border-radius: 40px;
	flex-shrink: 0;
}

.services .inner .services__list .services__item .services__text {
	margin-bottom: 2.5em;
	min-height: 85px;
	font-size: 0.9rem;
}

.services .inner .services__list .services__item .services__btn {
	text-align: center;
	font-size: 0.9rem;
	display: block;
	text-decoration: none;
}

.services .inner .services__list .services__item--wide {
	grid-column: 1/span 3;
	background-repeat: no-repeat;
	background-position: center right;
	padding: 1.25em 2.4em 2.4em;
}

.services .inner .services__list .services__item--wide .services__header {
	justify-content: flex-start;
	column-gap: 2.2em;
	min-height: unset;
}

.services .inner .services__list .services__item--wide .services__header .services__title {
	font-size: 2rem;
	max-width: unset;
}

.services .inner .services__list .services__item--wide .services__header .services__price {
	font-size: 0.9rem;
	padding: 0.8em 1.8em;
	border-radius: 40px;
}

.services .inner .services__list .services__item--wide .services__text {
	min-height: unset;
	max-width: 475px;
}

.services .inner .services__list .services__item--wide .services__btn {
	max-width: 354px;
	font-size: 1rem;
}

@media (max-width: 992px) {
	.services {
		padding-top: 4.9em;
	}

	.services .inner .services__section-title {
		font-size: 1.6rem;
		margin-left: 0.8em;
	}

	.services .inner .services__list {
		grid-template-columns: 1fr;
	}

	.services .inner .services__list .services__item {
		padding: 0.7em 1.3em 1.85em 1.3em;
		border-radius: 20px;
	}

	.services .inner .services__list .services__item--wide {
		background-image: none !important;
	}

	.services .inner .services__list .services__item:last-child {
		display: none;
	}

	.services .inner .services__list .services__item .services__pic {
		display: none;
	}

	.services .inner .services__list .services__item .services__header {
		margin-bottom: 0.5em;
		column-gap: 0.3em;
		justify-content: space-between;
	}

	.services .inner .services__list .services__item .services__header .services__wrapper-title {
		display: flex;
		column-gap: 0.8em;
		align-items: center;
	}

	.services .inner .services__list .services__item .services__header .services__wrapper-title .services__pic-mobile {
		display: block;
		width: 11%;
	}

	.services .inner .services__list .services__item .services__header .services__wrapper-title .services__pic-mobile img {
		width: 100%;
	}

	.services .inner .services__list .services__item .services__header .services__price {
		padding: 0.3em 0.9em;
	}

	.services .inner .services__list .services__item .services__header .services__price {
		font-size: 0.9rem;
	}

	.services .inner .services__list .services__item .services__text {
		font-size: 1.05rem;
		margin-bottom: 1.8em;
		min-height: unset;
	}

	.services .inner .services__list .services__item .services__btn {
		width: 100%;
		display: block;
		max-width: 100%;
	}

	.services .inner .services__list .services__item--wide .services__btn {
		font-size: 0.9rem;
	}

	.services .inner .services__list .services__item--wide {
		grid-column: unset;
	}

	.services .inner .services__list .services__item--wide .services__header .services__title {
		font-size: 1.3rem;
	}
}

.advantages {
	margin-top: 5em;
	margin-bottom: 5em;
}

.advantages .inner .advantages__section-title {
	font-size: 2.5rem;
	margin-bottom: 0.7em;
	font-weight: 500;
}

.advantages .inner .advantages__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.25em 1.25em;
}

.advantages .inner .advantages__list .advantages__item {
	border-radius: 20px;
	border: 1px solid #926BF2;
	padding: 1.75em 2.5em 2.05em;
}

.advantages .inner .advantages__list .advantages__item .advantages__pic {
	text-align: right;
	margin-bottom: 0.75em;
}

.advantages .inner .advantages__list .advantages__item .advantages__title {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0.65em;
	max-width: 280px;
}

.advantages .inner .advantages__list .advantages__item--wide {
	grid-row: 1/span 2;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 109%;
	display: flex;
	justify-content: end;
	flex-direction: column;
	padding: 1.75em 2.5em 2.5em;
}

.advantages--mobile {
	display: none;
}

@media (max-width: 992px) {
	.advantages {
		display: none;
		margin-bottom: 2em;
	}

	.advantages--mobile {
		display: block;
	}

	.advantages .inner .advantages__section-title {
		font-size: 1.6rem;
		max-width: 260px;
		margin-left: 20px;
	}

	.advantages .inner .advantages__list {
		display: flex;
		padding-bottom: 2em;
		gap: unset;
	}

	.advantages .inner .advantages__list .advantages__item--wide {
		background-position: 92% 106%;
		background-size: 152px;
		padding: 1.25em 2.5em 7.5em 20px;
	}

	.advantages .inner .advantages__list .advantages__item--wide .advantages__text {
		max-width: 225px;
	}

	.advantages .inner .advantages__list .advantages__item {
		border-radius: 10px;
		padding-left: 20px;
		height: auto;
	}

	.advantages .inner .advantages__list .advantages__item .advantages__title {
		margin-bottom: 0.05em;
	}

	.advantages .inner .advantages__list .advantages__item .advantages__pic {
		text-align: left;
	}

	.advantages .inner .advantages__list .advantages__item .advantages__pic img {
		height: 52px;
	}
}

.banner .inner {
	display: flex;
	background: 105% -110% url("./banner_pic-CPAL0vUy.png"), linear-gradient(35deg, rgb(140, 118, 235) 17%, rgb(212, 137, 217) 45%, rgb(252, 224, 249) 71%);
	color: #fff;
	padding: 3.8em 2.3em 3.3em;
	border-radius: 40px;
	background-repeat: no-repeat;
	background-position: center right;
	background-position: 105% -110%;
	background-size: 32% 101%, 100% !important;
}

.banner .inner .banner__title {
	font-size: 2.5rem;
	max-width: 786px;
	margin-bottom: 1em;
	line-height: 1.1;
}

.banner .inner .banner__title span {
	font-style: italic;
	font-weight: 200;
}

.banner .inner .banner__btn {
	border: 1px solid transparent;
	max-width: 358px;
	text-align: center;
	padding: 0.8em 1.4em;
	background-color: #fff;
	color: #333;
}

.banner .inner .banner__btn:hover {
	background-color: rgb(88, 43, 175);
	color: #fff;
}

@media (max-width: 992px) {
	.banner .inner {
		padding: 2.02em 1.54em 20px;
		background-size: 44%, 100% !important;
		background-position: 109% 35% !important;
		border-radius: 10px;
	}

	.banner .inner .banner__title {
		font-size: 1.57rem;
		margin-bottom: 3em;
		max-width: 400px;
	}

	.banner .inner .banner__btn {
		background-color: #fff;
		color: #333;
	}
}

.solutions {
	position: relative;
	margin-top: 6em;
}

.solutions::before {
	content: "";
	background-image: url("data:image/svg+xml,%3csvg%20width='1235'%20height='707'%20viewBox='0%200%201235%20707'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.05'%20d='M1035.9%20445.99C1064.55%20465.251%201091.94%20487.409%201117.89%20512.362C1160.67%20553.484%201199.75%20602.367%201234.04%20657.649L1175.84%20706.595C1145.13%20657.081%201110.25%20613.423%201072.19%20576.827C1022.06%20528.643%20965.944%20492.321%20905.387%20468.867L901.752%20467.457C867.777%20454.269%20813.833%20433.326%20762.09%20436.599C777.577%20483.009%20782.243%20530.772%20764.93%20570.386C750.717%20602.901%20727.021%20626.252%20699.92%20634.46C682.845%20639.625%20663.849%20639.018%20646.419%20632.748C627.523%20625.949%20611.393%20613.149%20599.794%20595.736C589.547%20580.353%20577.994%20553.642%20581.161%20513.768C586.503%20446.305%20634.901%20404.196%20655.464%20389.224C655.738%20389.019%20656.014%20388.827%20656.288%20388.621C647.224%20374.723%20637.399%20361.57%20627.316%20349.978C603.452%20322.541%20572.638%20298.28%20538.22%20279.823C503.817%20261.376%20465.746%20248.669%20428.119%20243.076C420.755%20241.983%20413.458%20241.158%20406.226%20240.588C410.302%20255.091%20413.521%20269.762%20415.864%20284.467C420.862%20315.866%20421.859%20347.633%20418.829%20378.872C413.676%20431.975%20396.619%20490.195%20373.209%20534.594C340.393%20596.828%20296.185%20632.95%20245.374%20639.061C214.921%20642.726%20182.107%20635.399%20152.987%20618.447C122.36%20600.626%2097.7289%20573.062%2083.6403%20540.855C71.7753%20513.734%2067.0279%20483.293%2069.5323%20450.378C71.6071%20423.067%2078.6738%20394.431%2090.5427%20365.276C110.149%20317.108%20143.206%20268.121%20178.975%20234.209C210.517%20204.316%20247.784%20182.673%20289.879%20169.78C261.304%20134.572%20223.23%20108.911%20178.824%2095.1137C127.604%2079.1927%2071.16%2079.9498%2015.5939%2097.3068L-3.00562%2016.5625C97.2064%20-14.7304%20198.133%20-0.382501%20276.175%2052.0689C306.904%2072.7263%20334.077%2099.2865%20356.274%20131.297C359.516%20135.966%20365.105%20144.471%20371.675%20156.292C393.072%20155.544%20414.967%20156.833%20437.23%20160.136C482.007%20166.79%20527.322%20181.91%20568.269%20203.876C610.78%20226.673%20647.619%20255.807%20677.774%20290.486C693.562%20308.637%20710.416%20331.819%20725.623%20357.707C750.818%20352.13%20778.17%20351.195%20807.524%20354.929C854.216%20360.879%20896.504%20377.289%20924.478%20388.156L928.074%20389.55C965.635%20404.094%201001.68%20422.979%201035.92%20445.996L1035.9%20445.99ZM662.189%20550.127C668.261%20554.209%20676.173%20555.258%20681.844%20553.545C690.233%20551.013%20697.199%20540.987%20700.929%20532.465C707.241%20518.02%20704.233%20491.505%20692.946%20460.504C683.364%20467.581%20655.046%20490.971%20652.638%20521.438C652.335%20525.247%20651.418%20536.839%20656.507%20544.484C658.031%20546.765%20659.983%20548.644%20662.189%20550.127ZM179.639%20540.261C181.408%20541.45%20183.22%20542.591%20185.077%20543.661C201.895%20553.455%20221.179%20557.913%20237.984%20555.891C252.34%20554.168%20265.47%20547.83%20278.139%20536.512C290.426%20525.538%20301.818%20510.171%20312.009%20490.851C333.414%20450.263%20344.362%20401.533%20347.471%20369.48C351.507%20327.911%20345.958%20285.992%20330.982%20244.828C326.344%20245.768%20321.754%20246.841%20317.21%20248.033C281.267%20257.491%20250.003%20274.653%20224.28%20299.03C196.813%20325.059%20170.427%20364.156%20155.402%20401.061C143.89%20429.344%20133.189%20469.968%20147.596%20502.9C153.983%20517.499%20165.245%20530.585%20179.639%20540.261Z'%20fill='url(%23paint0_linear_1546_1565)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_1565'%20x1='1016.54'%20y1='955.031'%20x2='-94.5367'%20y2='141.751'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23926BF2'%20stop-opacity='0'/%3e%3cstop%20offset='0.2'%20stop-color='%238159DF'%20stop-opacity='0.28'/%3e%3cstop%20offset='0.45'%20stop-color='%237045CA'%20stop-opacity='0.59'/%3e%3cstop%20offset='0.67'%20stop-color='%236237BB'%20stop-opacity='0.81'/%3e%3cstop%20offset='0.84'%20stop-color='%235A2EB2'%20stop-opacity='0.95'/%3e%3cstop%20offset='0.95'%20stop-color='%23582BAF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 185px;
	width: 50%;
	height: 1000px;
}

.solutions .inner {
	display: flex;
	justify-content: space-between;
}

.solutions .inner .solutions__title {
	font-size: 2.5rem;
	flex-shrink: 0.6;
	line-height: 1.1;
	margin-top: 0.3em;
}

.solutions .inner .solutions__text {
	padding: 2.1em 2.5em;
	background-color: #FBFBFB;
	border-radius: 30px;
	line-height: 1.25;
}

.solutions .inner .solutions__show-more {
	display: none;
}

@media (max-width: 992px) {
	.solutions::before {
		display: none;
	}

	.solutions .inner {
		flex-direction: column;
	}

	.solutions .inner .solutions__title {
		font-size: 1.6rem;
		margin-bottom: 0.8em;
		margin-left: 20px;
	}

	.solutions .inner .solutions__text {
		padding: 1.9em 1.5em 1.9em 20px;
		border-radius: 10px;
		max-height: 218px;
		overflow: hidden;
	}

	.solutions .inner .solutions__text.open {
		max-height: 100%;
	}

	.solutions .inner .solutions__show-more {
		display: inline-block;
		position: relative;
		font-size: 1rem;
		color: var(--purple-2);
		margin-top: 0.5em;
		padding-left: 20px;
	}

	.solutions .inner .solutions__show-more span {
		position: relative;
	}

	.solutions .inner .solutions__show-more span::after {
		content: "";
		position: absolute;
		width: 10px;
		height: 5px;
		background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
		background-size: contain;
		background-repeat: no-repeat;
		top: 40%;
		right: -12px;
	}
}

.tariffs {
	margin-top: 5em;
}

.tariffs .inner .tariffs__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 4em;
}

.tariffs .inner .tariffs__header .tariffs__section-title {
	font-size: 2.5rem;
	margin-bottom: 0;
}

.tariffs .inner .tariffs__price-switch {
	display: flex;
	border: 1px solid #582BAF;
	border-radius: 50px;
}

.tariffs .inner .tariffs__price-switch .tariffs__price-item {
	cursor: pointer;
	border-radius: 50px;
	padding: 0.7em 1.6em;
}

.tariffs .inner .tariffs__price-switch .tariffs__price-item.active {
	background-color: #582BAF;
	color: #fff;
}

.tariffs .inner .tariffs__price-switch.tariffs__price-switch--mobile {
	display: none;
}

.tariffs .inner .tarrifs__wrapper {
	display: flex;
	justify-content: space-between;
	column-gap: 1em;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher {
	width: 24.2%;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item {
	border-radius: 20px;
	padding: 0.6em 0.5em 0.8em 1.7em;
	position: relative;
	cursor: pointer;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 1px;
	background-color: #E3DEFF;
	left: 0;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item::after {
	content: "";
	position: absolute;
	height: 75%;
	width: 2px;
	background-color: #582BAF;
	display: none;
	left: 0;
	top: 20px;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item.active::after {
	display: block;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .title {
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0.6em;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .body {
	display: none;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .desc {
	font-size: 0.8rem;
	margin-bottom: 1.8em;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .link {
	color: #926BF2;
	font-size: 0.8rem;
	text-decoration: none;
	position: relative;
	font-weight: 600;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .link span {
	position: relative;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .link span::after {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='17'%20viewBox='0%200%209%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%2016L7.5%208.5L1.5%201'%20stroke='url(%23paint0_linear_1546_2022)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_2022'%20x1='8.55917'%20y1='15.2666'%20x2='3.01917'%20y2='1.16368'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	right: -12px;
	top: 62%;
	height: 14px;
	width: 8px;
	transform: translateY(-50%);
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item.active {
	background-color: #F8F6FF;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item.active .body {
	display: block;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__to-services {
	font-size: 0.8rem;
	font-weight: 600;
	text-decoration: none;
	color: var(--purple-2);
	padding-left: 1.7em;
	position: relative;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__to-services span {
	position: relative;
}

.tariffs .inner .tarrifs__wrapper .tarrifs__to-services span::after {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='17'%20viewBox='0%200%209%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%2016L7.5%208.5L1.5%201'%20stroke='url(%23paint0_linear_1546_2022)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_2022'%20x1='8.55917'%20y1='15.2666'%20x2='3.01917'%20y2='1.16368'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-size: contain;
	right: -12px;
	top: 62%;
	height: 14px;
	width: 8px;
	transform: translateY(-50%);
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists {
	width: 70%;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists--full {
	width: 100%;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list {
	display: none;
	column-gap: 1em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list.active {
	display: flex;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .calc__setups {
	width: 100%;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .calc__setups .calc__ready {
	width: 65.8%;
	margin-top: 0;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list.ready {
	margin-top: 0;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list.ready td.item-cpu {
	max-width: 152px;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item {
	border-radius: 25px;
	border: 1px solid #E3DEFF;
	background-color: #FBFBFB;
	padding: 1.4em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item.popular {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	position: relative;
	border: 1px solid var(--purple-2);
	box-shadow: 0px 0px 40px 0px rgba(116, 74, 207, 0.2);
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item.popular::before {
	content: "Популярный";
	background: var(--gradient);
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -40px;
	left: -1px;
	width: calc(100% + 2px);
	padding: 0.5em 0.6em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__title {
	font-weight: 700;
	font-size: 1.3rem;
	margin-bottom: 0.9em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__price {
	font-size: 1.5rem;
	margin-bottom: 0.3em;
	font-weight: 700;
	color: #582BAF;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__price--saving {
	font-size: 0.7rem;
	font-weight: 600;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info {
	margin-top: 0.7em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>* {
	border-bottom: 1px solid #A1A1AA;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 1em;
	padding-bottom: 0.6em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>* .value {
	font-weight: 700;
	min-width: 110px;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>* .label {
	color: #A1A1AA;
	font-size: 0.7rem;
	text-align: left;
	width: 125px;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item ul.taffif__points {
	color: #926BF2;
	font-size: 0.7rem;
	list-style-image: none;
	margin-top: 1.5em;
	padding-left: 2em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item ul.taffif__points li {
	padding-left: 0.6em;
	margin-bottom: 2em;
	position: relative;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item ul.taffif__points li::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg%20width='26'%20height='26'%20viewBox='0%200%2026%2026'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3251_5026)'%3e%3cpath%20d='M23.532%2012.1879H17.8071C17.6366%2011.1906%2017.1608%2010.2708%2016.4454%209.55536C15.73%208.83994%2014.8102%208.36415%2013.8129%208.19362V2.46875C16.326%202.66288%2018.6869%203.74919%2020.4692%205.53153C22.2516%207.31387%2023.3379%209.67476%2023.532%2012.1879ZM23.532%2013.8129C23.3379%2016.326%2022.2516%2018.6869%2020.4692%2020.4692C18.6869%2022.2516%2016.326%2023.3379%2013.8129%2023.532V17.8071C14.8102%2017.6366%2015.73%2017.1608%2016.4454%2016.4454C17.1608%2015.73%2017.6366%2014.8102%2017.8071%2013.8129H23.532ZM2.47037%2013.8129H8.19525C8.36567%2014.8099%208.84122%2015.7296%209.55633%2016.445C10.2714%2017.1604%2011.1909%2017.6363%2012.1879%2017.8071V23.532C9.67476%2023.3379%207.31387%2022.2516%205.53153%2020.4692C3.74919%2018.6869%202.66288%2016.326%202.46875%2013.8129H2.47037ZM2.47037%2012.1879C2.66446%209.67501%203.75054%207.31433%205.53254%205.53203C7.31455%203.74973%209.67505%202.66325%2012.1879%202.46875V8.19362C11.1906%208.36415%2010.2708%208.83994%209.55536%209.55536C8.83994%2010.2708%208.36415%2011.1906%208.19362%2012.1879H2.46875H2.47037Z'%20fill='url(%23paint0_linear_3251_5026)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3251_5026'%20x1='3.49861'%20y1='27.2503'%20x2='25.8073'%20y2='23.7449'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_3251_5026'%3e%3crect%20width='26'%20height='26'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	left: -30px;
	width: 24px;
	height: 24px;
	top: -6px;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls {
	display: flex;
	justify-content: space-between;
	column-gap: 0.6em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls>* {
	padding: 1.25em 2.2em;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls .taffif__controls--months {
	font-size: 0.7rem;
	padding-right: 3em;
	background-image: url("data:image/svg+xml,%3csvg%20width='8'%20height='4'%20viewBox='0%200%208%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%200.5L4%202.5L7%200.5'%20stroke='%23333333'%20stroke-linecap='round'/%3e%3c/svg%3e");
	background-position: 86% 56%;
	background-size: 1em;
	background-repeat: no-repeat;
	line-height: 1.3;
	appearance: none;
	line-height: 1;
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls .taffif__controls--months:hover {
	background-image: url("data:image/svg+xml,%3csvg%20width='8'%20height='4'%20viewBox='0%200%208%204'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%200.5L4%202.5L7%200.5'%20stroke='%23FFFFFF'%20stroke-linecap='round'/%3e%3c/svg%3e");
}

.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls .taffif__controls--order {
	font-size: 0.7rem;
}

@media (max-width: 992px) {
	.tariffs {
		position: relative;
	}

	.tariffs .inner .tariffs__header {
		flex-direction: column;
		align-items: start;
		margin-bottom: 1.8em;
	}

	.tariffs .inner .tariffs__header .tariffs__section-title {
		font-size: 1.6rem;
		text-align: left;
		margin-left: 20px;
	}

	.tariffs .inner .tariffs__header .tariffs__price-switch {
		display: none;
	}

	.tariffs .inner .tarrifs__wrapper {
		flex-direction: column;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher {
		width: 100%;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .link {
		font-size: 1rem;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher::after {
		content: "";
		background-image: url("data:image/svg+xml,%3csvg%20width='1235'%20height='707'%20viewBox='0%200%201235%20707'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.05'%20d='M1035.9%20445.99C1064.55%20465.251%201091.94%20487.409%201117.89%20512.362C1160.67%20553.484%201199.75%20602.367%201234.04%20657.649L1175.84%20706.595C1145.13%20657.081%201110.25%20613.423%201072.19%20576.827C1022.06%20528.643%20965.944%20492.321%20905.387%20468.867L901.752%20467.457C867.777%20454.269%20813.833%20433.326%20762.09%20436.599C777.577%20483.009%20782.243%20530.772%20764.93%20570.386C750.717%20602.901%20727.021%20626.252%20699.92%20634.46C682.845%20639.625%20663.849%20639.018%20646.419%20632.748C627.523%20625.949%20611.393%20613.149%20599.794%20595.736C589.547%20580.353%20577.994%20553.642%20581.161%20513.768C586.503%20446.305%20634.901%20404.196%20655.464%20389.224C655.738%20389.019%20656.014%20388.827%20656.288%20388.621C647.224%20374.723%20637.399%20361.57%20627.316%20349.978C603.452%20322.541%20572.638%20298.28%20538.22%20279.823C503.817%20261.376%20465.746%20248.669%20428.119%20243.076C420.755%20241.983%20413.458%20241.158%20406.226%20240.588C410.302%20255.091%20413.521%20269.762%20415.864%20284.467C420.862%20315.866%20421.859%20347.633%20418.829%20378.872C413.676%20431.975%20396.619%20490.195%20373.209%20534.594C340.393%20596.828%20296.185%20632.95%20245.374%20639.061C214.921%20642.726%20182.107%20635.399%20152.987%20618.447C122.36%20600.626%2097.7289%20573.062%2083.6403%20540.855C71.7753%20513.734%2067.0279%20483.293%2069.5323%20450.378C71.6071%20423.067%2078.6738%20394.431%2090.5427%20365.276C110.149%20317.108%20143.206%20268.121%20178.975%20234.209C210.517%20204.316%20247.784%20182.673%20289.879%20169.78C261.304%20134.572%20223.23%20108.911%20178.824%2095.1137C127.604%2079.1927%2071.16%2079.9498%2015.5939%2097.3068L-3.00562%2016.5625C97.2064%20-14.7304%20198.133%20-0.382501%20276.175%2052.0689C306.904%2072.7263%20334.077%2099.2865%20356.274%20131.297C359.516%20135.966%20365.105%20144.471%20371.675%20156.292C393.072%20155.544%20414.967%20156.833%20437.23%20160.136C482.007%20166.79%20527.322%20181.91%20568.269%20203.876C610.78%20226.673%20647.619%20255.807%20677.774%20290.486C693.562%20308.637%20710.416%20331.819%20725.623%20357.707C750.818%20352.13%20778.17%20351.195%20807.524%20354.929C854.216%20360.879%20896.504%20377.289%20924.478%20388.156L928.074%20389.55C965.635%20404.094%201001.68%20422.979%201035.92%20445.996L1035.9%20445.99ZM662.189%20550.127C668.261%20554.209%20676.173%20555.258%20681.844%20553.545C690.233%20551.013%20697.199%20540.987%20700.929%20532.465C707.241%20518.02%20704.233%20491.505%20692.946%20460.504C683.364%20467.581%20655.046%20490.971%20652.638%20521.438C652.335%20525.247%20651.418%20536.839%20656.507%20544.484C658.031%20546.765%20659.983%20548.644%20662.189%20550.127ZM179.639%20540.261C181.408%20541.45%20183.22%20542.591%20185.077%20543.661C201.895%20553.455%20221.179%20557.913%20237.984%20555.891C252.34%20554.168%20265.47%20547.83%20278.139%20536.512C290.426%20525.538%20301.818%20510.171%20312.009%20490.851C333.414%20450.263%20344.362%20401.533%20347.471%20369.48C351.507%20327.911%20345.958%20285.992%20330.982%20244.828C326.344%20245.768%20321.754%20246.841%20317.21%20248.033C281.267%20257.491%20250.003%20274.653%20224.28%20299.03C196.813%20325.059%20170.427%20364.156%20155.402%20401.061C143.89%20429.344%20133.189%20469.968%20147.596%20502.9C153.983%20517.499%20165.245%20530.585%20179.639%20540.261Z'%20fill='url(%23paint0_linear_1546_1565)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_1565'%20x1='1016.54'%20y1='955.031'%20x2='-94.5367'%20y2='141.751'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%23926BF2'%20stop-opacity='0'/%3e%3cstop%20offset='0.2'%20stop-color='%238159DF'%20stop-opacity='0.28'/%3e%3cstop%20offset='0.45'%20stop-color='%237045CA'%20stop-opacity='0.59'/%3e%3cstop%20offset='0.67'%20stop-color='%236237BB'%20stop-opacity='0.81'/%3e%3cstop%20offset='0.84'%20stop-color='%235A2EB2'%20stop-opacity='0.95'/%3e%3cstop%20offset='0.95'%20stop-color='%23582BAF'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		top: 145px;
		width: 100%;
		height: 400px;
		z-index: -1;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item {
		padding-left: 20px;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item:last-of-type::before {
		height: 75%;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item::after {
		height: 65%;
		top: 13px;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .desc {
		display: none;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__service-switcher-item .title {
		margin-bottom: 0.3em;
	}

	.tariffs .inner .tarrifs__wrapper .tarrifs__service-switcher .tarrifs__to-services {
		margin-top: 0.8em;
		font-size: 1rem;
		display: block;
		padding-left: 20px;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__price-switch--mobile {
		display: flex;
		margin-top: 3em;
		margin-bottom: 0em;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__price-switch--mobile .tariffs__price-item {
		width: 50%;
		text-align: center;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists {
		margin-top: 2em;
		width: 100%;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list {
		flex-direction: column;
		row-gap: 2em;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item {
		border-radius: 10px;
		padding: 1.8em 1.1em 1.8em 20px;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item.popular {
		margin-top: 1em;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item.popular::before {
		top: -24px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__header-wrapper {
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid var(--gray-300);
		padding-bottom: 1.2em;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__title {
		font-size: 1.45rem;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__main-wrapper {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info {
		display: grid;
		grid-template-columns: 100px 70px;
		gap: 1.2em 2.2em;
		width: 49%;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>* {
		justify-content: start;
		align-items: start;
		border: none;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>* .value {
		min-width: unset;
		font-size: 1rem;
		min-height: unset;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>* .label {
		width: unset;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>*.taffif__ram {
		order: 4;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>*.taffif__network {
		max-width: 116px;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item ul.taffif__points {
		margin-top: 2.5em;
		border-left: 1px solid var(--gray-300);
		padding-left: 0.4em;
		font-size: 1rem;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item ul.taffif__points li::before {
		display: none;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls {
		padding-top: 1em;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls>* {
		border-radius: 4px;
		padding: 0.35em 2.2em;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls .taffif__controls--months {
		font-size: 1rem;
		padding-left: 1em;
		padding-right: 2.7em;
		width: 65%;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__controls .taffif__controls--order {
		font-size: 1rem;
		text-align: center;
		width: 100%;
	}

	.tariffs .inner .tarrifs__wrapper .tariffs__list .taffif__info>* {
		flex-direction: column;
		justify-content: start;
	}
}

@media (max-width: 480px) {
	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info {
		width: 100%;
		gap: 0.2em;
	}
}

@media (max-width: 396px) {
	.tariffs .inner .tarrifs__wrapper .tariffs__lists>.tariffs__list .taffif__item .taffif__info>* .value {
		min-height: 2.4em;
	}
}

.reviews {
	margin-top: 6.5em;
	position: relative;
}

.reviews::before {
	content: "";
	position: absolute;
	background: var(--gradient-1);
	width: 650px;
	height: 2550px;
	top: -261%;
	left: 24%;
	opacity: 0.15;
	border-radius: 100%;
	filter: blur(300px);
	transform: rotate(78deg);
	z-index: -1;
}

.reviews .reviews__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 2.5rem;
	margin-bottom: 0.6em;
}

.reviews .reviews__header .reviews__section-title {
	margin-bottom: 0;
}

.reviews .reviews__header .reviews__controls {
	display: flex;
	align-items: center;
	column-gap: 1em;
}

.reviews .reviews-front-pagination {
	display: none;
}

.reviews .reviews__list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 1em;
}

.reviews .reviews__list .reviews__item {
	padding: 1.5em 1.5em 1.5em 1.5em;
	background-color: #fff;
	border-radius: 30px;
}

.reviews .reviews__list .reviews__item .reviews__rating {
	display: flex;
	column-gap: 0.2em;
	height: 22px;
	width: 126px;
	margin-bottom: 1.3em;
}

.reviews .reviews__list .reviews__item .reviews__rating .star.full svg path {
	fill: var(--purple-2);
}

.reviews .reviews__list .reviews__item .reviews__text {
	font-size: 0.8rem;
	padding-bottom: 1.2em;
	border-bottom: 1px solid #333;
}

.reviews .reviews__list .reviews__item .reviews__author {
	font-size: 0.8rem;
	font-weight: 700;
	padding-top: 1em;
}

.reviews .swiper-scrollbar-drag {
	background-color: var(--purple-2);
}

@media (max-width: 992px) {
	.reviews::before {
		height: 618px;
		top: -113%;
		left: 0%;
		opacity: 0.15;
		transform: none;
		filter: blur(16px);
	}

	.reviews .reviews__header .reviews__section-title {
		font-size: 1.6rem;
	}

	.reviews .reviews__header .reviews__controls {
		display: none;
	}

	.reviews .reviews-front-pagination {
		display: block;
	}

	.reviews .reviews__list {
		padding-bottom: 2em;
		gap: unset;
	}

	.reviews .reviews__list .reviews-front-pagination {
		display: block;
	}

	.reviews .reviews__list .reviews__item {
		border-radius: 10px;
	}

	.reviews .reviews__list .reviews__item .reviews__text {
		font-size: 0.9rem;
	}

	.reviews .reviews__list .reviews__item .reviews__author {
		font-size: 1.2rem;
	}
}

section.сontacts {
	margin-top: 5.5em;
	margin-bottom: 4em;
}

section.сontacts::before {
	content: "";
	position: absolute;
	background: var(--gradient-1);
	width: 730px;
	height: 1650px;
	top: -51%;
	left: 22%;
	opacity: 0.2;
	border-radius: 100%;
	filter: blur(300px);
	transform: rotate(-56deg);
	z-index: -1;
}

section.сontacts .inner {
	display: flex;
	justify-content: space-between;
	column-gap: 5em;
}

section.сontacts .inner .сontacts__left .сontacts__section-title {
	font-size: 2.5rem;
	line-height: 1.1;
}

section.сontacts .inner .сontacts__content .сontacts__row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1em;
	column-gap: 1em;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block {
	border: 1px solid var(--purple-2);
	border-radius: 20px;
	padding: 2.5em 2.3em 1.5em;
	width: 100%;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .contacts__block__header {
	display: flex;
	align-items: center;
	column-gap: 1em;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .contacts__block__header img {
	display: none;
	width: 100%;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group {
	margin-bottom: 1em;
	padding-left: 2em;
	background-image: url();
	background-position: left top;
	background-repeat: no-repeat;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group .сontacts__label {
	color: var(--purple-2);
	margin-bottom: 0.4em;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group .contacts__value {
	font-size: 1.5rem;
	font-weight: 700;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group.сontacts__group--phone {
	background-image: url(./contact_icon_1-BWTCM02o.svg);
	background-position: 1.2% 13.2%;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group.сontacts__group--schedule {
	background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='32'%20viewBox='0%200%2033%2032'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1546_2280)'%3e%3cpath%20d='M16.5007%207.58756L21.5993%200L21.3497%209.19423L29.8497%206.11153L24.3468%2013.4001L33%2015.9993L24.3468%2018.5985L29.8497%2025.8885L21.3497%2022.8044L21.5993%2032L16.5007%2024.4111L11.402%2032L11.6516%2022.8044L3.15166%2025.8885L8.65452%2018.5985L0%2015.9993L8.65452%2013.4001L3.15166%206.11153L11.6516%209.19423L11.402%200L16.5007%207.58756Z'%20fill='url(%23paint0_linear_1546_2280)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_2280'%20x1='1.61349'%20y1='37.6489'%20x2='36.5114'%20y2='31.994'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_1546_2280'%3e%3crect%20width='33'%20height='32'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group.сontacts__group--email {
	background-image: url("data:image/svg+xml,%3csvg%20width='31'%20height='21'%20viewBox='0%200%2031%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1546_2282)'%3e%3cpath%20d='M5.54243%2012.3107C5.89402%2012.3457%206.23921%2012.352%206.578%2012.3329C7.78937%2012.2598%208.78019%2013.2493%208.70668%2014.452C8.6875%2014.7893%208.69389%2015.1329%208.72905%2015.4829C9.03269%2018.4134%2011.4458%2020.752%2014.3959%2020.9811C18.2122%2021.277%2021.3764%2018.1302%2021.076%2014.3311C20.8459%2011.3943%2018.4935%208.99203%2015.553%208.68976C15.2014%208.65476%2014.8562%208.64839%2014.5206%208.66748C13.3092%208.74067%2012.3184%207.75112%2012.3919%206.54839C12.4111%206.21112%2012.4047%205.86748%2012.3695%205.51748C12.0627%202.58703%209.64956%200.248394%206.69946%200.019303C2.88319%20-0.276606%20-0.277857%202.87021%200.0193902%206.6693C0.249517%209.60612%202.59873%2012.0084%205.54243%2012.3107Z'%20fill='url(%23paint0_linear_1546_2282)'/%3e%3cpath%20d='M27.6154%205.30739C27.4013%205.28512%2027.1904%205.28194%2026.9826%205.29467C26.2443%205.33921%2025.637%204.73466%2025.6817%203.99967C25.6945%203.79285%2025.6913%203.58285%2025.669%203.36967C25.4836%201.58148%2024.0101%200.152847%2022.2075%200.0128466C19.8774%20-0.168517%2017.9469%201.7533%2018.1291%204.07285C18.2697%205.86739%2019.7048%207.33421%2021.5011%207.51876C21.7153%207.54103%2021.9262%207.54421%2022.134%207.53148C22.8723%207.48694%2023.4796%208.09148%2023.4348%208.82648C23.422%209.0333%2023.4252%209.2433%2023.4476%209.45648C23.633%2011.2447%2025.1064%2012.6733%2026.9091%2012.8133C29.2391%2012.9947%2031.1696%2011.0728%2030.9874%208.7533C30.8468%206.95876%2029.4117%205.49194%2027.6123%205.30739H27.6154Z'%20fill='url(%23paint1_linear_1546_2282)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_2282'%20x1='1.03145'%20y1='24.7076'%20x2='23.3697'%20y2='21.1816'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_1546_2282'%20x1='18.747'%20y1='15.089'%20x2='32.388'%20y2='12.9359'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_1546_2282'%3e%3crect%20width='31'%20height='21'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group.сontacts__group--tl {
	background-image: url("data:image/svg+xml,%3csvg%20width='33'%20height='27'%20viewBox='0%200%2033%2027'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1546_2286)'%3e%3cpath%20d='M30.2002%200.239764C25.848%202.02472%207.1805%209.67778%202.02229%2011.7645C-1.43551%2013.1011%200.586762%2014.3531%200.586762%2014.3531C0.586762%2014.3531%203.54041%2015.3541%206.06967%2016.107C8.59893%2016.8599%209.94901%2016.0224%209.94901%2016.0224L21.8434%208.08739C26.0616%205.24781%2025.0505%207.58546%2024.0365%208.58932C21.8434%2010.7606%2018.2147%2014.1839%2015.1784%2016.9417C13.8283%2018.1119%2014.5034%2019.113%2015.0958%2019.6149C17.289%2021.4534%2023.2789%2025.2123%2023.615%2025.4604C25.398%2026.7096%2028.9042%2028.5087%2029.4368%2024.7075L31.5446%2011.5953C32.2196%207.16812%2032.8946%203.07653%2032.9801%201.90629C33.2336%20-0.933291%2030.1973%200.236944%2030.1973%200.236944L30.2002%200.239764Z'%20fill='url(%23paint0_linear_1546_2286)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_2286'%20x1='1.61232'%20y1='31.7636'%20x2='36.1487'%20y2='25.1315'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_1546_2286'%3e%3crect%20width='33'%20height='27'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .contacts__illegal {
	display: flex;
	align-items: center;
	column-gap: 1.3em;
}

section.сontacts .inner .сontacts__content .сontacts__row .contacts__block a {
	text-decoration: none;
	color: inherit;
}

section.сontacts .inner .сontacts__content .сontacts__row--illegal .contacts__block {
	padding-top: 1.5em;
	padding-bottom: 1.9em;
}

section.сontacts .inner .сontacts__content .сontacts__row--info--mobile {
	display: none;
}

section.сontacts .inner .сontacts__content .сontacts__row--illegal h3 {
	font-weight: 300;
	font-size: 2rem;
	margin-bottom: 0.5em;
}

body.page-contacts section.banner {
	margin-bottom: 4em;
}

section.сontacts {
	margin-bottom: 5em;
}

section.сontacts::before {
	filter: blur(16px);
}

.banner-contacts .inner {
	position: relative;
	border-radius: 20px;
	background: linear-gradient(46deg, rgb(140, 118, 235) 17%, rgb(140, 118, 235) 22%, rgb(212, 137, 217) 53%, rgb(252, 224, 249) 84%);
	padding: 2.5em 2.3em 3.1em;
	background-size: 100%, 100% !important;
}

.banner-contacts .inner .banner__title {
	margin-bottom: 0.2em;
}

.banner-contacts .inner .banner__desc {
	max-width: 430px;
	margin-bottom: 2.4em;
}

.banner-contacts .inner .banner__pic {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 43%;
	max-height: 370px;
	overflow: hidden;
}

.banner-contacts .inner .banner__pic img {
	width: 100%;
}

@media (max-width: 992px) {
	section.сontacts {
		margin-top: 8em;
	}

	section.сontacts .breadcrumbs {
		justify-content: start;
	}

	section.сontacts::before {
		width: 100%;
		display: none;
	}

	section.сontacts .inner {
		flex-direction: column;
	}

	section.сontacts .inner .сontacts__left .сontacts__section-title {
		font-size: 2rem;
		margin-top: 0.5em;
		margin-bottom: 0.6em;
		margin-left: 20px;
	}

	section.сontacts .inner .сontacts__content .сontacts__row {
		flex-direction: column;
		row-gap: 1em;
	}

	section.сontacts .inner .сontacts__content .сontacts__row .contacts__block {
		border-radius: 10px;
		padding-left: 20px;
	}

	section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group .сontacts__label {
		font-size: 0.86rem;
	}

	section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group {
		padding-left: 2.5em;
		background-size: 20px;
		margin-bottom: 1.7em;
	}

	section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .сontacts__group .contacts__value {
		font-size: 1.42rem;
	}

	section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .contacts__block a {
		font-size: 1rem;
	}

	section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .contacts__block__header img {
		display: block;
		max-width: 54px;
	}

	section.сontacts .inner .сontacts__content .сontacts__row .contacts__block .contacts__block__header h3 {
		font-size: 1.45rem;
		flex-shrink: 0.6;
		margin-bottom: 0;
	}

	section.сontacts .inner .сontacts__content .сontacts__row--info {
		display: none;
	}

	section.сontacts .inner .сontacts__content .сontacts__row--info--mobile {
		display: block;
	}

	section.сontacts .inner .сontacts__content .сontacts__row--illegal .contacts__block {
		padding: 1.5em 1em 1em 1.4em 20px;
	}

	section.сontacts .inner .сontacts__content .сontacts__row--illegal .contacts__block .contacts__block__header {
		margin-bottom: 1em;
	}

	section.сontacts .inner .сontacts__content .сontacts__row .contacts__illegal img {
		display: none;
	}

	.banner-contacts .inner {
		background: url(./banner-DcvT4Nz-.png), linear-gradient(46deg, rgb(140, 118, 235) 17%, rgb(140, 118, 235) 22%, rgb(212, 137, 217) 53%, rgb(252, 224, 249) 84%);
		background-size: 200px 200px, 100% 100% !important;
		background-repeat: no-repeat;
		background-position: 108% 90%, 37% 97% !important;
		border-radius: 10px;
		padding: 2.3em 1.5em 2.1em 20px;
	}

	.banner-contacts .inner .banner__title {
		font-size: 1.87rem;
	}

	.banner-contacts .inner .banner__desc {
		margin-bottom: 9.4em;
	}

	.banner-contacts .inner .banner__pic {
		display: none;
	}

	.banner-contacts .inner .banner__btn {
		padding: 1em 1.4em;
	}
}

@media (max-width: 576px) {
	.banner-contacts .inner {
		background-position: 145% 90%, 37% 97% !important;
	}
}

.page-404 .inner {
	background-image: url("./clouds-Dc4UV5K6.png");
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	text-align: center;
	padding-top: 15em;
	padding-bottom: 15em;
}

.page-404 .inner .page-404__img {
	position: relative;
	z-index: -1;
	padding-bottom: 3.8em;
}

.page-404 .inner .page-404__desc {
	margin-bottom: 1.5em;
}

.page-404 .inner .page-404__desc .page-404__title {
	font-weight: 700;
	font-style: italic;
}

.page-404 .inner .page-404__btn {
	padding: 1em 1em;
	margin: 0 auto;
	max-width: 326px;
}

.hero-about {
	margin-top: 6em;
}

.hero-about__blocks-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.hero-about .hero-about__block--img img {
	border-radius: 20px;
}

.hero-about .inner .breadcrumbs {
	margin-left: 2rem;
}

.hero-about .inner .page-title {
	margin-left: 2rem;
}

.hero-about .hero-about__blocks {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.hero-about .hero-about__blocks .hero-about__block {
	border-radius: 30px;
	padding: 2.3em 2.5em 3.1em;
}

.hero-about .hero-about__blocks .hero-about__block .value {
	font-size: 5rem;
	margin-bottom: 0.3em;
	color: var(--purple-2);
}

.hero-about .hero-about__blocks .hero-about__block.hero-about__block-fill {
	background: linear-gradient(125deg, #8C76EB 17%, #D489D9 45%, #FCE0F9 71%);
	color: #fff;
}

.hero-about .hero-about__blocks .hero-about__block.hero-about__block-fill .value {
	font-size: 4rem;
	color: #fff;
}

.hero-about .hero-about__blocks .hero-about__block.hero-about__block--hor {
	grid-column: 1/span 2;
	display: flex;
	align-items: center;
	column-gap: 1em;
}

.hero-about .hero-about__blocks .hero-about__block.hero-about__block--hor .value {
	margin-bottom: 0;
}

@media (max-width: 996px) {
	.hero-about {
		margin-top: 8em;
	}

	.hero-about .inner .breadcrumbs {
		margin-left: 20px;
		justify-content: start;
	}

	.hero-about .inner .page-title {
		margin-left: 20px;
		margin-right: 1rem;
	}

	.hero-about__blocks-wrapper {
		margin-top: 1.5em;
	}

	.hero-about .hero-about__blocks {
		grid-template-columns: 1fr;
		gap: 0.2em;
	}

	.hero-about .hero-about__blocks .hero-about__block {
		border-radius: 10px;
		padding: 2.1em 1.3em 2.2em 20px;
	}

	.hero-about .hero-about__blocks .hero-about__block .value {
		font-size: 3.3rem;
		margin-bottom: 0.2em;
	}

	.hero-about .hero-about__blocks .hero-about__block.hero-about__block-fill .value {
		font-size: 3.3rem;
	}

	.hero-about .hero-about__blocks .hero-about__block.hero-about__block--hor {
		align-items: start;
		padding-bottom: 3.1em;
	}

	.hero-about__block--img {
		display: none;
	}

	.hero-about .hero-about__blocks .hero-about__block.hero-about__block--hor {
		grid-column: unset;
		flex-direction: column;
		background-image: url(./hero_pic-C0RUUm5y.png);
		background-size: cover;
		background-repeat: no-repeat;
		color: #fff;
	}

	.hero-about .hero-about__blocks .hero-about__block.hero-about__block--hor .value {
		color: #fff;
	}
}

.advs {
	position: relative;
}

.advs::before {
	content: "";
	position: absolute;
	background: var(--gradient-1);
	opacity: 0.5;
	width: 900px;
	height: 100%;
	bottom: 0%;
	left: 25%;
	filter: blur(300px);
	z-index: -1;
}

.advs .advs__blocks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.25em;
}

.advs .advs__blocks .advs__block {
	background-color: #fff;
	border-radius: 30px;
	padding: 2.3em;
}

.advs .advs__blocks .advs__block.advs__block--first {
	background-color: transparent;
	padding: 2.3em 0.6em 2.3em 2.3em;
}

.advs .advs__blocks .advs__block.advs__block--wide {
	grid-column: 2/span 3;
}

.advs .advs__blocks .advs__block .title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.7em;
}

.advs .advs__blocks .advs__block .desc p {
	padding-bottom: 1em;
}

.advs .advs__blocks .advs__block .desc p.cpus,
.advs .advs__blocks .advs__block .desc p.disks {
	padding-bottom: 0;
}

.advs .advs__blocks .advs__block .desc b {
	font-weight: 700;
}

@media (max-width: 996px) {
	.advs::before {
		filter: blur(32px);
		left: 0;
		width: 100%;
	}

	.advs .advs__blocks .advs__block.advs__block--first {
		display: flex;
		flex-direction: column-reverse;
	}

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

	.advs .advs__blocks .advs__block {
		border-radius: 10px;
		padding: 2em 1.5em 2em 20px;
	}

	.advs .advs__blocks .advs__block img {
		max-width: 146px;
		margin-bottom: 1.2em;
	}

	.advs .advs__blocks .advs__block .title {
		font-size: 1.29rem;
		margin-bottom: 0.3em;
	}

	.advs .advs__blocks .advs__block.advs__block--first {
		padding: 0.6em 1.5em 0.6em 20px;
	}

	.advs .advs__blocks .advs__block.advs__block--first .title {
		font-size: 1rem;
	}

	.advs .advs__blocks .advs__block.advs__block--wide {
		grid-column: unset;
	}
}

.advs-about {
	margin-top: 5.7em;
}

.about-today {
	margin-top: 5em;
}

.about-today .inner {
	padding-left: 2em;
}

.about-today .inner .about-today__section-title {
	margin-bottom: 0.3em;
}

.about-today .inner .about-today__content {
	line-height: 1.5;
}

.about-today .about-today__show-more {
	display: none;
}

.trust {
	margin-bottom: 5em;
}

.trust .trust__section-title {
	margin-bottom: 0.7em;
}

.trust .trust__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-auto-rows: 1fr;
	gap: 1.25em;
}

.trust .trust__list .trust__item {
	border: 1px solid var(--purple-2);
	border-radius: 20px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 1.6em 0;
}

@media (max-width: 992px) {
	.advs-about {
		margin-top: 3.4em;
	}

	.about-today .inner {
		padding-left: 20px;
	}

	.about-today .inner .about-today__section-title {
		font-size: 1.6rem;
		margin-bottom: 0.5em;
	}

	.about-today .inner .about-today__content {
		line-height: 1.5;
		max-height: 193px;
		overflow: hidden;
	}

	.about-today .inner .about-today__content.open {
		max-width: 100%;
	}

	.about-today .about-today__show-more {
		display: inline-block;
		font-size: 1rem;
		color: var(--purple-2);
		margin-top: 0.5em;
		padding-left: 20px;
	}

	.about-today .about-today__show-more::after {
		content: "";
		position: absolute;
		width: 10px;
		height: 5px;
		background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
		background-size: contain;
		background-repeat: no-repeat;
		top: 40%;
		right: -20px;
	}

	.trust {
		margin-top: 4em;
	}

	.trust .trust__list {
		grid-template-columns: repeat(3, 1fr);
		gap: 0.28em;
	}

	.trust .trust__list .trust__item {
		border-radius: 4px;
		padding: 0.5em 0.6em;
	}

	.trust .trust__list .trust__item img {
		width: 100%;
	}
}

.hero-referral {
	margin-top: 3em;
	margin-bottom: 3em;
}

.hero-referral .inner {
	background: url(./referral-DXxKNEqT.png), var(--gradient-1);
	background-repeat: no-repeat;
	background-position: right center;
	border-radius: 30px;
	color: #fff;
	padding: 3.8em 2.5em;
}

.hero-referral .inner .breadcrumbs .breadcrumbs__item.main-page::before {
	background-image: url("data:image/svg+xml,%3csvg%20width='21'%20height='9'%20viewBox='0%200%2021%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.646446%204.14645C0.451185%204.34171%200.451185%204.65829%200.646446%204.85355L3.82843%208.03553C4.02369%208.2308%204.34027%208.2308%204.53553%208.03553C4.7308%207.84027%204.7308%207.52369%204.53553%207.32843L1.70711%204.5L4.53553%201.67157C4.7308%201.47631%204.7308%201.15973%204.53553%200.964466C4.34027%200.769204%204.02369%200.769204%203.82843%200.964466L0.646446%204.14645ZM21%204.5V4L1%204V4.5V5L21%205V4.5Z'%20fill='white'/%3e%3c/svg%3e");
}

.hero-referral .inner .breadcrumbs a {
	color: #fff;
}

.hero-referral .inner .hero__content .hero__title {
	max-width: 500px;
	margin-bottom: 0.2em;
}

.hero-referral .inner .hero__content .hero__btn {
	text-decoration: none;
	color: #fff;
	border-color: #fff;
}

.breadcrumbs.breadcrumbs--referral {
	display: none;
}

.why-we {
	margin-top: 6em;
	margin-bottom: 4em;
}

.why-we--mobile {
	display: none;
}

.why-we .why-we__header {
	margin-bottom: 2.5em;
}

.why-we .why-we__header .why-we__title {
	font-size: 2.5rem;
}

.why-we .why-we__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1.25em;
}

.why-we .why-we__list .why-we__title {
	font-size: 1.3rem;
	margin-bottom: 0.5em;
	font-weight: 600;
}

.why-we .why-we__list .why-we__item {
	background-color: var(--gray-main);
	border-radius: 20px;
	padding: 2.5em 2.1em;
}

.why-we .why-we__list .why-we__pic {
	text-align: center;
	height: 255px;
}

.income .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.income .inner .income__left {
	max-width: 400px;
	padding-left: 2em;
}

.income .inner .income__left .income__section-title {
	font-size: 2.5rem;
	margin-bottom: 0.3em;
}

.income .inner .income__left .income__desc {
	margin-bottom: 1em;
}

.income .inner .income__right {
	flex-shrink: 0;
}

.income .inner .income__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0.75em;
}

.income .inner .income__list .income__item {
	padding: 1.2em;
	background-color: var(--purple-4);
	border-radius: 20px;
}

.income .inner .income__list .income__item .income__value {
	font-size: 4.5rem;
	font-weight: 500;
}

.income .inner .income__list .income__item .income__title {
	color: var(--gray-light);
}

.income .inner .income__list .income__item--gradient {
	background: var(--gradient-1);
	color: #fff;
}

.income .inner .income__list .income__item--gradient .income__title {
	color: #fff;
}

.get-income {
	margin-top: 5em;
	margin-bottom: 5em;
}

.get-income .get-income__section-title {
	font-size: 2.5rem;
}

.get-income .get-income__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	height: 600px;
	background-image: url("data:image/svg+xml,%3csvg%20width='1402'%20height='391'%20viewBox='0%200%201402%20391'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_1546_2089)'%3e%3cpath%20d='M101.645%201.33868C104.698%201.1189%20107.775%200.999023%20110.875%200.999023H1291.15C1351.74%200.999023%201400.85%2043.7353%201400.85%2096.4614C1400.85%20149.187%201351.74%20191.924%201291.15%20191.924H110.852'%20stroke='%23926BF2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M902.247%20382.889H110.853C50.2605%20382.889%201.14844%20340.152%201.14844%20287.426C1.14844%20234.7%2050.2605%20191.964%20110.853%20191.964H1291.13'%20stroke='%23926BF2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M918.457%20382.889L895.611%20374.757L901.053%20382.889L895.611%20391L918.457%20382.889Z'%20fill='%23926BF2'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_1546_2089'%3e%3crect%20width='1402'%20height='391'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	background-position: 50% 82%;
	background-repeat: no-repeat;
	margin-top: 0em;
}

.get-income .get-income__list .get-income__item {
	display: flex;
	align-items: center;
	max-width: 400px;
	column-gap: 1em;
}

.get-income .get-income__list .get-income__item .num {
	font-size: 2.5rem;
	font-weight: 800;
	position: relative;
	background: var(--gradient-1);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.get-income .get-income__list .get-income__item .num::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid var(--purple-2);
	background-color: #fff;
	top: 85px;
	left: 11px;
	border-radius: 100%;
}

.get-income .get-income__list .get-income__item .num::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid var(--purple-2);
	background-color: var(--purple-2);
	top: 92px;
	left: 18px;
	border-radius: 100%;
}

.get-income .get-income__list .get-income__item .get-income__title {
	font-weight: 700;
}

.get-income .get-income__list .get-income__item .get-income__desc {
	font-size: 0.8rem;
}

.get-income .get-income__list .get-income__item--1 {
	grid-column: 1/span 2;
	position: relative;
	left: 160px;
}

.get-income .get-income__list .get-income__item--3 {
	grid-column: 2/span 3;
}

.get-income .get-income__list .get-income__item--3 .num::before {
	top: 78px;
	left: 11px;
}

.get-income .get-income__list .get-income__item--3 .num::after {
	top: 85px;
	left: 18px;
}

.get-income .get-income__list .get-income__item--4 {
	position: relative;
	left: 160px;
	bottom: 12px;
}

.get-income .get-income__list .get-income__item--4 .num::before {
	top: 79px;
	left: 11px;
}

.get-income .get-income__list .get-income__item--4 .num::after {
	top: 86px;
	left: 18px;
}

.get-income .inner {
	position: relative;
}

.get-income .get-income__btn {
	border: none;
	position: absolute;
	right: 108px;
	bottom: 20px;
}

@media (max-width: 992px) {
	.preHero {
		margin-top: 9em;
	}

	.breadcrumbs.breadcrumbs--referral {
		display: flex;
		justify-content: start;
	}

	.hero-referral {
		margin-top: 1em;
	}

	.hero-referral .inner {
		border-radius: 10px;
		padding: 1em;
		background: url(./referral-mobile-2iHAgTOD.png), var(--gradient-1);
		background-position: right bottom;
		background-repeat: no-repeat;
		padding-left: 20px;
	}

	.hero-referral .inner .breadcrumbs {
		display: none;
	}

	.hero-referral .inner .hero__content {
		margin-left: 0;
		margin-right: 0;
	}

	.hero-referral .inner .hero__content .breadcrumbs {
		justify-content: start;
	}

	.hero-referral .inner .hero__content .hero__title {
		font-size: 1.6rem;
		text-align: left;
	}

	.hero-referral .inner .hero__content .hero__desc {
		font-size: 1rem;
		text-align: left;
	}

	.hero-referral .inner .hero__content .hero__btn {
		display: block;
		padding: 1em 1em;
		width: 100%;
	}

	.why-we {
		display: none;
	}

	.why-we--mobile {
		display: block;
	}

	.why-we .inner .why-we__header .why-we__title {
		font-size: 1.6rem;
		margin-left: 20px;
	}

	.why-we .inner .why-we__list {
		display: flex;
		gap: 0;
	}

	.why-we .inner .why-we__list .why-we__item {
		height: auto;
		border: 1px solid var(--purple-2);
		border-radius: 10px;
		padding: 1.45em;
		padding-left: 20px;
	}

	.why-we .inner .why-we__list .why-we__item .why-we__header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 1.5em;
	}

	.why-we .inner .why-we__list .why-we__item .why-we__header .why-we__title {
		margin-bottom: 0;
		max-width: 180px;
		margin-left: 0;
	}

	.why-we .inner .why-we__list .why-we__item .why-we__pic {
		width: 75px;
		height: 75px;
	}

	.why-we .inner .why-we__list .why-we__item .why-we__pic img {
		width: 100%;
	}

	.why-we .inner .why-we__list .why-we__item .why-we__pic:nth-child(3) {
		height: 60px;
	}

	.income .inner {
		flex-direction: column;
		align-items: unset;
	}

	.income .inner .income__left {
		margin-left: 20px;
		padding-left: 0;
	}

	.income .inner .income__left .income__section-title {
		font-size: 1.6rem;
	}

	.income .inner .income__left .stoke-btn {
		display: none;
	}

	.income .inner .income__list .income__item {
		padding-left: 20px;
	}

	.income .inner .income__list .income__item .income__value {
		font-size: 2.57em;
	}

	.income .inner .income__list .income__item .income__title {
		font-size: 0.86em;
	}

	.get-income .get-income__section-title {
		font-size: 1.6rem;
	}

	.get-income .get-income__list {
		display: flex;
		flex-direction: column;
		height: unset;
		background-image: none;
		row-gap: 3.7em;
		margin-top: 0.5em;
	}

	.get-income .get-income__list .get-income__item {
		position: static;
		max-width: 100%;
	}

	.get-income .get-income__list .get-income__item .num {
		font-size: 28px;
	}

	.get-income .get-income__list .get-income__item .num::before {
		width: 46px;
		height: 46px;
		top: -7px;
		left: -6px;
		z-index: -1;
		background-color: #fff;
	}

	.get-income .get-income__list .get-income__item .num::after {
		content: "";
		border: none;
		top: unset;
		position: absolute;
		bottom: -125px;
		height: 122px;
		left: 18px;
		width: 1px;
		background-color: var(--purple-2);
		z-index: -2;
	}

	.get-income .get-income__list .get-income__item--4 .num::after {
		display: none;
	}

	.get-income .get-income__list .get-income__item .get-income__content {
		margin-left: 0.7em;
	}

	.get-income .get-income__list .get-income__item .get-income__title {
		font-size: 1.3rem;
		margin-bottom: 0.3em;
	}

	.get-income .get-income__list .get-income__item .get-income__desc {
		font-size: 1rem;
	}

	.get-income .get-income__btn {
		position: static;
		width: 100%;
		margin-top: 4em;
	}
}

.hero.hero--service .inner {
	padding-top: 6.4em;
}

.hero.hero--service .inner .hero__content .hero__block--mobile {
	display: none;
}

.hero.hero--service .inner .hero__content .hero__desc {
	font-size: 0.9rem;
	max-width: 460px;
}

.hero.hero--service .inner .hero__content .hero__title span {
	border: none;
	padding: 0;
}

.hero.hero--service .inner .hero__content .service-switcher {
	display: flex;
	column-gap: 4em;
	margin-bottom: 3em;
}

.hero.hero--service .inner .hero__content .service-switcher .service-switcher__item {
	padding: 0.4em 1.1em;
	border-radius: 50px;
	font-size: 0.9rem;
	font-weight: 200;
	position: relative;
	display: block;
	color: inherit;
	text-decoration: none;
}

.hero.hero--service .inner .hero__content .service-switcher .service-switcher__item.active {
	font-weight: 400;
	border: 1px solid var(--purple-2);
}

.hero.hero--service .inner .hero__content .service-switcher .service-switcher__item::after {
	content: "";
	position: absolute;
	right: -4em;
	top: 50%;
	transform: translateY(-50%);
	width: 48px;
	height: 1px;
	background: var(--gradient-1);
}

.hero.hero--service .inner .hero__content .service-switcher .service-switcher__item:last-child::after {
	display: none;
}

.hero.hero--service .inner .hero__content .hero__title {
	max-width: 575px;
}

.hero.hero--service .inner .hero__content .btn {
	text-align: center;
}

.hero-adv .inner {
	display: grid;
	padding-left: 2em;
	grid-template-columns: repeat(4, 1fr);
	gap: 2em;
	align-items: center;
	border-top: 1px solid var(--gray-light);
	padding-top: 2.3em;
}

.hero-adv .inner .hero-adv__header {
	display: flex;
	align-items: center;
	column-gap: 1em;
	margin-bottom: 1em;
}

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

.hero-adv .inner .title {
	font-size: 1rem;
	font-weight: 600;
}

.hero-adv .inner .desc {
	font-size: 0.7rem;
	color: #333;
	height: 60px;
}

.includes {
	margin-top: 5em;
}

.includes .inner .includes__list {
	margin-top: 2.1em;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2em 1.5em;
}

.includes .inner .includes__list .includes__item {
	display: flex;
	column-gap: 0.75em;
}

.includes .inner .includes__list .includes__item .includes__pic {
	flex-shrink: 0;
}

.includes .inner .includes__list .includes__item .includes__content h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.6em;
}

.includes .inner .includes__list .includes__item .includes__content .text {
	font-size: 0.8rem;
}

.tariffs--service .inner .tariffs__header {
	margin-bottom: 3.6em;
}

.tariffs--service .inner .tariffs__lists {
	width: 100%;
}

.tariffs--service .inner .tariffs__lists .tariffs__list {
	justify-content: space-between;
}

.extension {
	margin-top: 6em;
}

.extension .section-title {
	max-width: 700px;
	margin-bottom: 0.7em;
}

.extension .inner .extension__list {
	grid-template-columns: 1fr 1fr;
	padding-bottom: 1em;
}

.extension .inner .extension__list .extension__item {
	border: 1px solid var(--purple-2);
	border-radius: 40px;
	padding: 1.75em 2.2em;
	height: auto;
}

.extension .inner .extension__list .extension__item .extension__header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.extension .inner .extension__list .extension__item .extension__header .extension__price {
	border-radius: 80px;
	padding: 0.5em 0.8em;
	font-size: 1.3rem;
	background: var(--gradient-1);
	color: #fff;
}

.extension .inner .extension__list .extension__item .extension__title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-top: 1.2em;
	margin-bottom: 0.6em;
}

.banner--hosting .inner {
	background-position: 103% -62%;
}

.software {
	margin-top: 6em;
}

.software .section-title {
	max-width: 800px;
	margin-bottom: 1em;
}

.software .software__block {
	border-radius: 20px;
	background-color: var(--gray-main);
	padding: 2em 3em;
	margin-bottom: 1.25em;
}

.software .software__block h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 1.2em;
}

.software .software__block .software__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1em 2.3em;
	justify-content: space-between;
}

.software .software__block .software__list .software__item {
	display: flex;
	column-gap: 0.3em;
	align-items: center;
	font-size: 1.3rem;
}

.software .software__block .software__show-more {
	display: none;
}

.panel {
	margin-top: 9em;
	margin-bottom: 5em;
}

.panel .inner {
	display: flex;
	justify-content: space-between;
}

.panel .inner .section-title {
	margin-bottom: 0.2em;
}

.panel .inner .panel__content {
	padding-left: 2em;
}

.panel .inner .panel__content .panel__img--mobile {
	display: none;
}

.panel .inner .panel__text {
	max-width: 500px;
	margin-bottom: 1.4em;
}

.growth {
	margin-top: 5em;
	margin-bottom: 5em;
	position: relative;
}

.growth::before {
	content: "";
	position: absolute;
	background: var(--gradient-1);
	width: 730px;
	height: 1650px;
	top: -51%;
	left: 22%;
	opacity: 0.2;
	border-radius: 100%;
	filter: blur(300px);
	transform: rotate(-56deg);
	z-index: -1;
}

.growth .inner .section-title {
	margin-bottom: 0.8em;
}

.growth .inner .growth__list {
	grid-template-columns: 1fr 1fr;
}

.growth .inner .growth__list .growth__item {
	background-color: #fff;
	border-radius: 20px;
	padding: 1.75em 2.2em;
	height: auto;
}

.growth .inner .growth__list .growth__item .growth__header {
	display: flex;
	justify-content: space-between;
}

.growth .inner .growth__list .growth__item .growth__title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.2em;
}

.growth .inner .growth__list .growth__item .growth__desc {
	max-width: 400px;
}

.growth .inner .growth__list .growth__item .growth__price {
	margin-top: 2.1em;
	border-radius: 26px;
	padding: 0.4em 0.8em;
	font-size: 1.3rem;
	background: var(--gradient-1);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 175px;
}

.growth .inner .growth__list .growth__item--img {
	background-image: url(./banner-DcvT4Nz-.png);
	background-position: right -800%;
	background-repeat: no-repeat;
	background-size: 45%;
}

@media (max-width: 1180px) {
	.hero.hero--service .inner .hero__content .service-switcher {
		column-gap: 2em;
	}

	.hero.hero--service .inner .hero__content .service-switcher .service-switcher__item::after {
		right: -2.4em;
		width: 32px;
	}
}

@media (max-width: 992px) {
	.hero-adv .inner {
		padding-left: 20px;
		gap: 1em;
	}

	.hero-adv .inner .desc {
		height: unset;
	}

	.hero .inner .hero__pic {
		padding-right: 2em;
	}

	.hero.hero--service .inner {
		padding-top: 8em;
	}

	.hero.hero--service .inner .hero__content .service-switcher {
		display: none;
	}

	.hero.hero--service .inner .hero__content .hero__title {
		font-size: 1.9rem;
		margin-bottom: 0.3em;
	}

	.hero.hero--service .inner .hero__content .hero__desc {
		font-size: 1rem;
	}

	.hero.hero--service .inner .hero__content .btn {
		margin: 0 auto;
		margin-top: 1em;
	}

	.hero.hero--service .inner .hero__content .hero__block--mobile {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.hero.hero--service .inner .hero__content .hero__block--mobile .service-switcher--mobile {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		row-gap: 1em;
		margin-bottom: 0;
	}

	.hero.hero--service .inner .hero__content .hero__block--mobile .service-switcher--mobile .service-switcher__item::after {
		left: -16px;
		width: 24px;
	}

	.hero.hero--service .inner .hero__content .hero__block--mobile .service-switcher--mobile .service-switcher__item:last-child:after {
		display: block;
	}

	.hero.hero--service .inner .hero__content .hero__block--mobile .service-switcher--mobile .service-switcher__item.active::after {
		display: none;
	}

	.hero.hero--service .inner .hero__content .hero__block--mobile .hero__pic--mobile {
		display: block;
		max-width: 170px;
	}

	.hero.hero--service .inner .hero__content .hero__block--mobile .hero__pic--mobile img {
		width: 100%;
	}

	.hero-adv {
		margin-top: 0;
	}

	.hero-adv .inner {
		grid-template-columns: 1fr;
		border: none;
		margin-top: 0;
	}

	.hero-adv .inner .title {
		font-size: 1.15rem;
	}

	.hero-adv .inner .desc {
		font-size: 1rem;
	}

	.tariffs.tariffs--service .inner .tariffs__header {
		margin-bottom: 0em;
	}

	.tariffs.tariffs--service .inner .tariffs__header .tariffs__section-title {
		margin-bottom: 0.9em;
	}

	.tariffs.tariffs--service .inner .tariffs__header .tariffs__price-switch {
		display: flex;
		width: 100%;
	}

	.tariffs.tariffs--service .inner .tariffs__header .tariffs__price-switch .tariffs__price-item {
		width: 50%;
		text-align: center;
	}

	.tariffs.tariffs--service .inner .tarrifs__wrapper .tariffs__lists {
		margin-top: 1.5em;
	}

	.includes .section-title {
		font-size: 1.58rem;
		margin-left: 20px;
	}

	.includes .inner .includes__list {
		grid-template-columns: 1fr;
		margin-top: 1.1em;
	}

	.includes .inner .includes__list .includes__item {
		column-gap: 0.35em;
	}

	.includes .inner .includes__list .includes__item .includes__pic {
		width: 20px;
		flex-shrink: 0;
	}

	.includes .inner .includes__list .includes__item .includes__pic img {
		width: 100%;
	}

	.includes .inner .includes__list .includes__item .includes__content h3 {
		font-size: 1.2rem;
		margin-bottom: 0.1em;
	}

	.includes .inner .includes__list .includes__item .includes__content .text {
		font-size: 1rem;
	}

	.extension .inner .section-title {
		font-size: 1.58rem;
		margin-left: 20px;
	}

	.extension .inner .extension__list {
		padding-bottom: 3em;
	}

	.extension .inner .extension__list .extension__item {
		border-radius: 10px;
		padding-left: 20px;
	}

	.extension .inner .extension__list .extension__item .extension__header .extension__title {
		margin-bottom: 0.3em;
	}

	.extension .inner .extension__list .extension__item .extension__header .extension__price {
		font-size: 0.86rem;
		border-radius: 10px;
		padding: 0.64em 1.285em;
	}

	.extension .inner .extension__list .extension__item .extension__header .extension__pic {
		width: 35px;
		height: 35px;
	}

	.extension .inner .extension__list .extension__item .extension__header .extension__pic img {
		width: 100%;
		height: 100%;
	}

	.software .section-title {
		font-size: 1.6rem;
	}

	.software .software__block {
		border-radius: 10px;
		padding: 2em 1.5em;
	}

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

	.software .software__block .software__list .software__item {
		font-size: 0.89rem;
		column-gap: 0.5em;
	}

	.software .software__block .software__list .software__item img {
		width: 100%;
		max-width: 20px;
	}

	.software .software__block--first .software__list {
		max-height: 200px;
		overflow: hidden;
	}

	.software .software__block--first .software__list.open {
		max-height: 100%;
	}

	.software .software__block .software__show-more {
		display: inline-block;
		font-size: 1rem;
		margin-top: 1.5em;
		color: var(--purple-2);
		position: relative;
	}

	.software .software__block .software__show-more::after {
		content: "";
		position: absolute;
		width: 10px;
		height: 5px;
		background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
		background-size: contain;
		background-repeat: no-repeat;
		top: 40%;
		right: -20px;
	}

	.panel .inner {
		flex-direction: column;
	}

	.panel .inner .section-title {
		padding-left: 20px;
	}

	.panel .inner .panel__content {
		padding-left: 0em;
	}

	.panel .inner .panel__content .panel__img--mobile {
		display: block;
	}

	.panel .inner .section-title {
		font-size: 1.6rem;
	}

	.panel .inner .panel__img {
		display: none;
	}

	.panel .inner .panel__img img {
		width: 100%;
	}

	.panel .inner .panel__text {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 1.5em;
		padding-left: 20px;
		max-width: 100%;
	}

	.panel .inner .panel__text img {
		max-width: 50%;
	}

	.banner--hosting .inner {
		background-position: 104% 80%;
	}

	.growth::before {
		filter: blur(16px);
	}

	.growth .inner .section-title {
		font-size: 1.6rem;
		margin-left: 20px;
	}

	.growth .inner .growth__list .growth__item {
		padding-left: 20px;
	}

	.growth .inner .growth__list .growth__item .growth__price {
		padding: 0.8em 0.8em;
		max-width: 118px;
		font-size: 0.9rem;
		font-weight: 300;
	}

	.growth .inner .growth__list .growth__item:first-child {
		background-image: url(./banner-DcvT4Nz-.png);
		background-position: right 136px;
		background-repeat: no-repeat;
		background-size: 158px;
	}

	.growth .inner .growth__list .growth__item--img {
		background-image: none;
	}
}

.hero-adv {
	margin-top: 4.3em;
}

section.os {
	margin-top: 5em;
}

section.os .inner {
	display: flex;
	justify-content: space-between;
	column-gap: 8em;
}

section.os .inner .os__content {
	max-width: 350px;
	margin-left: 2em;
}

section.os .inner .os__content .os__section-title {
	font-size: 2.5rem;
	margin-bottom: 0.5em;
}

section.os .inner .os__content .desc {
	font-size: 0.9rem;
}

section.os .inner .os__oses .os__list {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 2.5em 5em;
}

section.os .inner .os__oses .os__list .os__item {
	font-weight: 700;
}

section.os .inner .os__oses .os__list .os__item .title {
	margin-top: 14px;
}

section.adv--vds {
	margin-top: 7em;
}

section.adv--vds--mobile {
	display: none;
}

section.adv--vds .inner .section-title {
	margin-bottom: 0.8em;
}

section.adv--vds .inner .adv__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25em;
}

section.adv--vds .inner .adv__list .adv__item {
	border-radius: 20px;
	border: 1px solid #926BF2;
	padding: 1.75em 2.5em;
}

section.adv--vds .inner .adv__list .adv__item .adv__header {
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	font-size: 1.3rem;
}

section.adv--vds .inner .adv__list .adv__item .adv__header .adv__title {
	max-width: 75%;
}

section.adv--vds .inner .adv__list .adv__item .adv__desc {
	margin-top: 0.9em;
}

section.panel--vds {
	margin-bottom: 8em;
	margin-top: 4em;
}

section.panel--vds .inner {
	column-gap: 5.5em;
	align-items: center;
}

@media (max-width: 992px) {
	.hero-adv {
		margin-top: 0em;
	}

	section.os {
		margin-top: 1.6em;
	}

	section.os .inner {
		flex-direction: column;
	}

	section.os .inner .os__content {
		margin-left: 1em;
		max-width: 100%;
	}

	section.os .inner .os__content .os__section-title {
		font-size: 1.6em;
	}

	section.os .inner .os__content .desc {
		font-size: 1rem;
	}

	section.os .inner .os__oses .os__list {
		grid-template-columns: repeat(2, 1fr);
		margin-top: 2em;
		gap: 1em 1em;
		margin-left: 1rem;
	}

	section.os .inner .os__oses .os__list .os__item img {
		width: 25%;
	}

	section.adv--vds {
		display: none;
		margin-top: 4em;
	}

	section.adv--vds--mobile {
		display: block;
	}

	section.adv--vds .inner .section-title {
		font-size: 1.6rem;
		margin-left: 20px;
	}

	section.adv--vds .inner .adv__list {
		display: flex;
		gap: 0;
		padding-bottom: 3em;
	}

	section.adv--vds .inner .adv__list .adv__item {
		height: auto;
		border-radius: 10px;
		padding-left: 20px;
	}
}

.calc {
	margin-top: 8em;
}

.calc .calc__body .calc__setups {
	display: flex;
	justify-content: space-between;
}

.calc__ready {
	margin-top: 2em;
	width: 67%;
}

.calc__ready .calc__ready-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2em;
}

.calc__ready .calc__ready-header .calc__ready-regions {
	display: flex;
}

.calc__ready .calc__ready-header .calc__ready-regions .item {
	display: flex;
	align-items: center;
	column-gap: 0.3em;
	font-size: 0.9rem;
	padding: 0.5em 1em;
	border-radius: 30px;
	color: var(--gray-light);
	cursor: pointer;
}

.calc__ready .calc__ready-header .calc__ready-regions .item.active {
	border: 1px solid #5C30B4;
	color: var(--black);
}

.calc__ready .calc__ready-header .calc__ready-price {
	display: flex;
	border: 1px solid #582BAF;
	border-radius: 50px;
	font-size: 0.6rem;
}

.calc__ready .calc__ready-header .calc__ready-price .calc__ready-price-item {
	cursor: pointer;
	font-size: 0.7rem;
	border-radius: 50px;
	padding: 0.8em 1.6em;
}

.calc__ready .calc__ready-header .calc__ready-price .calc__ready-price-item.active {
	background: var(--gradient-1);
	color: #fff;
}

.calc__ready .calc__ready-header .calc__ready-price {
	display: flex;
}

.calc__ready .calc__ready-table {
	width: 100%;
	height: 750px;
	padding-left: 2em;
}

.calc__ready .calc__ready-table .row {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	margin-bottom: 0.4em;
	border-radius: 10px;
	background-color: var(--gray-main);
}

.calc__ready .calc__ready-table .row .item .value {
	font-size: 0.9rem;
	font-weight: 700;
}

.calc__ready .calc__ready-table .row .item .label {
	font-size: 0.6rem;
	color: var(--gray-light);
	margin-top: 0.5em;
}

.calc__ready .calc__ready-table .row .item-price {
	display: flex;
	column-gap: 0.3em;
	align-items: center;
}

.calc__ready .calc__ready-table .row .item-mobile {
	display: none;
}

.calc__adv-desc h3 {
	font-size: 1.5rem;
	font-weight: 500;
}

.calc__adv-desc .calc__adv-desc-group-list--addition {
	margin-top: 3em;
}

.calc__adv-desc .calc__adv-desc-group-item {
	display: flex;
	padding-top: 1.3em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--gray-light);
	font-weight: 600;
	align-items: center;
	justify-content: space-between;
}

.calc__adv-desc .calc__adv-desc-group-item:last-child {
	border: none;
}

.calc__adv-desc .calc__adv-desc-group-item .wrapper {
	display: flex;
	align-items: center;
	column-gap: 0.6em;
}

.calc__adv-desc .calc__adv-desc-group-item .wrapper img {
	flex-shrink: 0;
	width: 32px;
}

.calc__adv-desc .calc__adv-desc-group-list--addition .wrapper {
	max-width: 200px;
}

.calc__adv-desc .calc__adv-desc-group-list--addition .wrapper img {
	flex-shrink: 0;
	width: 32px;
}

.calc__adv-desc .calc__ready-desc {
	margin-top: 4.3em;
}

.calc__settings {
	width: 100%;
	margin-top: 7em;
}

.calc__settings .calc__settings-inner {
	padding: 2em;
	background-color: var(--gray-main);
	width: 100%;
	border-radius: 10px;
}

.calc__settings .calc__settings-header h3 {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 0.3em;
}

.calc__settings .calc__settings-row {
	display: flex;
	justify-content: space-between;
	column-gap: 2.25em;
	margin-bottom: 2em;
}

.calc__settings .calc__settings-group {
	width: 50%;
}

.calc__settings .calc__settings-group--wide {
	width: 100%;
}

.calc__settings .calc__settings-group .calc__settings-group-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper {
	display: flex;
	align-items: center;
	border: 1px solid #926BF2;
	border-radius: 16px;
	padding: 0.3em 0.7em;
	max-width: 120px;
}

.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper input {
	border: none;
	max-width: 75%;
	background-color: transparent;
	color: var(--text-color);
}

.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper input::-webkit-outer-spin-button,
.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper input[type=number] {
	-moz-appearance: textfield;
}

.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper input:focus {
	border: none;
	outline: none;
}

.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper input:focus-visible {
	border: none;
}

.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper label {
	font-size: 0.6rem;
	color: var(--gray-light);
}

.calc__settings .calc__settings-group .calc__settings-slider .units {
	margin-top: 0.7em;
	display: flex;
	justify-content: space-between;
}

.calc__settings .calc__settings-group .calc__settings-slider .units span {
	font-size: 0.6rem;
	color: var(--gray-light);
}

.calc .calc__info {
	margin-top: 6.2em;
	padding-left: 3em;
}

.calc__setup {
	margin-top: 7em;
}

.calc__setup h3 {
	font-size: 1.5rem;
	font-weight: 600;
}

.calc__setup .calc__setup-conf {
	/* The slider */
}

.calc__setup .calc__setup-conf .calc__setup-item {
	display: flex;
	justify-content: space-between;
	padding-top: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--gray-light);
	align-items: center;
}

.calc__setup .calc__setup-conf .calc__setup-item .value-wrapper {
	display: flex;
	column-gap: 0.3em;
	align-items: baseline;
}

.calc__setup .calc__setup-conf .calc__setup-item .unit {
	font-size: 0.6rem;
	color: var(--gray-light);
}

.calc__setup .calc__setup-conf .calc__setup-item:last-child {
	border: none;
}

.calc__setup .calc__setup-conf .calc__setup-order-btn {
	background-color: transparent;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
}

.calc__setup .calc__setup-conf .calc__setup-order-btn:hover {
	background-color: rgb(88, 43, 175);
	color: #fff;
}

.calc__setup .calc__setup-conf .calc__setup-settings {
	display: flex;
	justify-content: space-between;
	padding-top: 1em;
	padding-bottom: 1em;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer-wrapper {
	display: flex;
	align-items: center;
	font-size: 0.8rem;
	color: var(--gray-light);
	column-gap: 0.3em;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price {
	font-size: 1.5rem;
	font-weight: 800;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer {
	position: relative;
	display: inline-block;
	width: 70px;
	height: 39px;
	border-radius: 26px;
	border: 1px solid #926BF2;
	/* Rounded sliders */
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer input {
	opacity: 0;
	width: 0;
	height: 0;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer .slider {
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #926BF2;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer .slider:before {
	position: absolute;
	content: "";
	height: 26px;
	width: 26px;
	left: 4px;
	bottom: 6px;
	background-color: #926BF2;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer input:checked+.slider {
	background-color: #926BF2;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer input:focus+.slider {
	box-shadow: 0 0 1px #926BF2;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer input:checked+.slider:before {
	-webkit-transform: translateX(26px);
	-ms-transform: translateX(26px);
	transform: translateX(26px);
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer .slider.round {
	border-radius: 34px;
}

.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer .slider.round:before {
	border-radius: 50%;
}

.slider {
	-webkit-appearance: none;
	/* Override default CSS styles */
	appearance: none;
	width: 100%;
	/* Full-width */
	height: 1px;
	/* Specified height */
	background: var(--gray-light);
	/* Grey background */
	outline: none;
	/* Remove outline */
	opacity: 0.7;
	/* Set transparency (for mouse-over effects on hover) */
	-webkit-transition: 0.2s;
	/* 0.2 seconds transition on hover */
	transition: opacity 0.2s;
	/* Mouse-over effects */
	/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
}

.slider:hover {
	opacity: 1;
	/* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	/* Override default look */
	appearance: none;
	width: 15px;
	/* Set a specific slider handle width */
	height: 15px;
	/* Slider handle height */
	background: #926BF2;
	/* Green background */
	border: none;
	border-radius: 100%;
	cursor: pointer;
	/* Cursor on hover */
}

.slider::-moz-range-thumb {
	width: 15px;
	/* Set a specific slider handle width */
	height: 15px;
	/* Slider handle height */
	background: #926BF2;
	/* Green background */
	border: none;
	border-radius: 100%;
	cursor: pointer;
	/* Cursor on hover */
}

.slider::-moz-range-progress {
	background-color: #926BF2;
	height: 5px;
}

@media (max-width: 1480px) {
	.calc__ready {
		width: 68%;
		padding-right: 1em;
	}
}

@media (max-width: 992px) {
	.calc .calc__body .calc__setups {
		flex-direction: column;
	}

	.calc .calc__section-title {
		font-size: 1.6rem;
		margin-left: 20px;
	}

	.calc .calc__ready {
		margin-top: 0.9em;
		width: 100%;
		padding-right: 0;
		padding-left: 0;
	}

	.calc .calc__body {
		flex-direction: column;
	}

	.calc__ready .calc__ready-header {
		flex-direction: column;
	}

	.calc__settings .calc__settings-row {
		flex-direction: column;
		margin-bottom: 0;
	}

	.calc__settings .calc__settings-group {
		width: 100%;
		margin-bottom: 3.2em;
	}

	.calc__settings .calc__settings-inner {
		padding-top: 2.5em;
		padding-bottom: 0;
		padding-left: 20px;
	}

	.calc__ready .calc__ready-header .calc__ready-regions {
		width: 100%;
		justify-content: space-around;
	}

	.calc__ready .calc__ready-header .calc__ready-regions .item.active {
		border: none;
		border-bottom: 1px solid var(--purple-2);
		border-radius: 0;
	}

	.calc__ready .calc__ready-header .calc__ready-price {
		width: 100%;
		margin-top: 2em;
	}

	.calc__ready .calc__ready-header .calc__ready-price .calc__ready-price-item {
		width: 34%;
		text-align: center;
		font-size: 0.86rem;
	}

	.calc__ready .calc__ready-table .row {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 100px;
		border: 1px solid var(--purple-3);
		padding-left: 20px;
	}

	.calc__ready .calc__ready-table .row .item .label {
		font-size: 0.75rem;
	}

	.calc__ready .calc__ready-table .row .item-price {
		display: none;
	}

	.calc__ready .calc__ready-table {
		padding-left: 0;
		height: unset;
	}

	.calc__ready .calc__ready-table .row .item-mobile {
		display: flex;
		justify-content: space-between;
		grid-column: 1/span 4;
		margin-top: 1.6em;
	}

	.calc__ready .calc__ready-table .row .item-mobile .item-price {
		display: flex;
		align-items: baseline;
	}

	.calc__ready .calc__ready-table .row .item-mobile .item-price .value {
		font-size: 1.45rem;
	}

	.calc__ready .calc__ready-table .row .item-mobile .item-price .label {
		font-size: 0.86rem;
	}

	.calc__ready .calc__ready-table .row .item-mobile .item-btn .btn-order {
		font-size: 1rem;
		background-color: var(--purple-2);
		border: none;
		border-radius: 7px;
		color: #fff;
		padding: 0.46em 3.5em;
	}

	.calc__settings {
		margin-top: 2em;
	}

	.calc__settings .calc__settings-group .calc__settings-group-header {
		font-weight: 700;
		margin-bottom: 1em;
	}

	.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper label {
		font-size: 0.78rem;
		font-weight: 500;
	}

	.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper {
		max-width: 80px;
	}

	.calc__settings .calc__settings-group .calc__settings-group-header .input-wrapper input {
		max-width: 64%;
		background-color: transparent;
	}

	.calc__settings .calc__settings-header h3 {
		font-size: 1.6rem;
		margin-left: 20px;
	}

	.calc .calc__info {
		display: flex;
		flex-direction: column-reverse;
		margin-top: 0;
		padding-left: 0;
	}

	.calc .calc__info .calc__setup {
		background-color: var(--gray-main);
		margin-bottom: 4em;
		margin-top: 0;
	}

	.calc .calc__info .calc__setup h3 {
		display: none;
	}

	.calc .calc__info .calc__setup .calc__setup-conf {
		padding-left: 2em;
		padding-right: 2em;
		padding-bottom: 1.5em;
	}

	.calc .calc__info .calc__setup .calc__setup-conf .calc__setup-item {
		display: none;
	}

	.calc__setup .calc__setup-conf .calc__setup-settings {
		align-items: center;
	}

	.calc__setup .calc__setup-conf .calc__setup-settings .calc__setup-price-changer-wrapper {
		font-size: 1rem;
	}

	.calc__setup .calc__setup-conf .calc__setup-order-btn {
		background: var(--gradient-1);
		color: #fff;
		border: none;
	}

	.calc__adv-desc h3 {
		margin-bottom: 0.2em;
	}

	.calc__adv-desc-group {
		margin-bottom: 2em;
	}

	.calc__adv-desc .calc__adv-desc-group-list {
		margin-bottom: 1.9em;
	}

	.calc__adv-desc .calc__adv-desc-group-list .wrapper img {
		width: 24px;
	}

	.calc__adv-desc-group-list--addition h3 {
		max-width: 300px;
	}

	.calc__adv-desc .calc__adv-desc-group-list--addition .wrapper {
		max-width: 234px;
	}

	.calc__adv-desc .calc__adv-desc-group-list--addition .wrapper img {
		width: 24px;
	}

	.calc__adv-desc .calc__adv-desc-group-item {
		padding-top: 0.7em;
		padding-bottom: 0.7em;
	}
}

input[type=range] {
	color: #582BAF;
	--thumb-height: 1.125em;
	--track-height: 0.125em;
	--track-color: var(--gray-light);
	--brightness-hover: 180%;
	--brightness-down: 80%;
	--clip-edges: 0.125em;
}

/* === range commons === */
input[type=range] {
	position: relative;
	background: rgba(0, 0, 0, 0);
	overflow: hidden;
	width: 100%;
}

input[type=range]:active {
	cursor: grabbing;
}

input[type=range]:disabled {
	filter: grayscale(1);
	opacity: 0.3;
	cursor: not-allowed;
}

/* === WebKit specific styles === */
input[type=range],
input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
	-webkit-appearance: none;
	transition: all ease 100ms;
	height: var(--thumb-height);
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-webkit-slider-thumb {
	position: relative;
}

input[type=range]::-webkit-slider-thumb {
	--thumb-radius: calc((var(--thumb-height) * 0.5) - 1px);
	--clip-top: calc((var(--thumb-height) - var(--track-height)) * 0.5 - 0.5px);
	--clip-bottom: calc(var(--thumb-height) - var(--clip-top));
	--clip-further: calc(100% + 1px);
	--box-fill: calc(-100vmax - var(--thumb-width, var(--thumb-height))) 0 0 100vmax currentColor;
	width: var(--thumb-width, var(--thumb-height));
	background: linear-gradient(currentColor 0 0) scroll no-repeat left center/50% calc(var(--track-height) + 1px);
	background-color: currentColor;
	box-shadow: var(--box-fill);
	border-radius: var(--thumb-width, var(--thumb-height));
	filter: brightness(100%);
	clip-path: polygon(100% -1px, var(--clip-edges) -1px, 0 var(--clip-top), -100vmax var(--clip-top), -100vmax var(--clip-bottom), 0 var(--clip-bottom), var(--clip-edges) 100%, var(--clip-further) var(--clip-further));
}

input[type=range]::-webkit-slider-runnable-track {
	background: linear-gradient(var(--track-color) 0 0) scroll no-repeat center/100% calc(var(--track-height) + 1px);
}

@media (max-width: 992px) {
	input[type=range] {
		--thumb-height: 1.525em;
	}
}

.advs-vdi {
	margin-top: 5em;
	position: relative;
}

.advs-vdi--mobile {
	display: none;
}

.advs-vdi::before {
	content: "";
	position: absolute;
	background: var(--gradient-1);
	opacity: 0.2;
	width: 900px;
	height: 100%;
	bottom: 0%;
	left: 25%;
	filter: blur(300px);
	z-index: -1;
}

.advs-vdi .advs-vdi__blocks {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 1.25em;
	padding-bottom: 2.1em;
}

.advs-vdi .advs-vdi__blocks .advs-vdi__block {
	background-color: #fff;
	border-radius: 30px;
	padding: 2.3em;
}

.advs-vdi .advs-vdi__blocks .advs-vdi__block .title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.7em;
}

.advs-vdi .advs-vdi__blocks .advs-vdi__block .desc p {
	padding-bottom: 1em;
}

.advs-vdi .advs-vdi__blocks .advs-vdi__block .desc p:last-child {
	padding-bottom: 0;
}

.advs-vdi .advs-vdi__blocks .advs-vdi__block .desc b {
	font-weight: 700;
}

.advs-vdi .advs-vdi__blocks .advs-vdi__block--first {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg%20width='361'%20height='141'%20viewBox='0%200%20361%20141'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.1'%20d='M64%20141L-2.83122e-07%20-8.58307e-06H39.6L85.2%20107.2H74.2L119.6%20-8.58307e-06H157.8L93.8%20141H64ZM166.805%20141V-8.58307e-06H223.605C240.271%20-8.58307e-06%20254.338%202.86666%20265.805%208.59999C277.271%2014.2%20285.938%2022.2667%20291.805%2032.8C297.805%2043.2%20300.805%2055.7333%20300.805%2070.4C300.805%2084.9333%20297.805%2097.4667%20291.805%20108C285.938%20118.533%20277.271%20126.667%20265.805%20132.4C254.338%20138.133%20240.271%20141%20223.605%20141H166.805ZM203.805%20111H221.205C235.738%20111%20246.471%20107.667%20253.405%20101C260.471%2094.3333%20264.005%2084.1333%20264.005%2070.4C264.005%2056.5333%20260.471%2046.3333%20253.405%2039.8C246.471%2033.1333%20235.738%2029.8%20221.205%2029.8H203.805V111ZM323.055%20141V-8.58307e-06H360.055V141H323.055Z'%20fill='url(%23paint0_linear_1630_3588)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1630_3588'%20x1='-85.5289'%20y1='219.529'%20x2='639.885'%20y2='75.5281'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.170791'%20stop-color='%238C76EB'/%3e%3cstop%20offset='0.450396'%20stop-color='%23D489D9'/%3e%3cstop%20offset='0.712623'%20stop-color='%23FCE0F9'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right bottom;
}

.advs-vdi .advs-vdi__blocks .advs-vdi__block--first .title {
	font-size: 1.7rem;
	font-weight: 600;
}

.advs-vdi .advs-vdi__section-title {
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg%20width='361'%20height='141'%20viewBox='0%200%20361%20141'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20opacity='0.1'%20d='M64%20141L-2.83122e-07%20-8.58307e-06H39.6L85.2%20107.2H74.2L119.6%20-8.58307e-06H157.8L93.8%20141H64ZM166.805%20141V-8.58307e-06H223.605C240.271%20-8.58307e-06%20254.338%202.86666%20265.805%208.59999C277.271%2014.2%20285.938%2022.2667%20291.805%2032.8C297.805%2043.2%20300.805%2055.7333%20300.805%2070.4C300.805%2084.9333%20297.805%2097.4667%20291.805%20108C285.938%20118.533%20277.271%20126.667%20265.805%20132.4C254.338%20138.133%20240.271%20141%20223.605%20141H166.805ZM203.805%20111H221.205C235.738%20111%20246.471%20107.667%20253.405%20101C260.471%2094.3333%20264.005%2084.1333%20264.005%2070.4C264.005%2056.5333%20260.471%2046.3333%20253.405%2039.8C246.471%2033.1333%20235.738%2029.8%20221.205%2029.8H203.805V111ZM323.055%20141V-8.58307e-06H360.055V141H323.055Z'%20fill='url(%23paint0_linear_1630_3588)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1630_3588'%20x1='-85.5289'%20y1='219.529'%20x2='639.885'%20y2='75.5281'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.170791'%20stop-color='%238C76EB'/%3e%3cstop%20offset='0.450396'%20stop-color='%23D489D9'/%3e%3cstop%20offset='0.712623'%20stop-color='%23FCE0F9'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right bottom;
}

section.tariffs--service .inner .tariffs__header {
	align-items: start;
}

section.tariffs--service .inner .title-wrapper {
	display: flex;
	column-gap: 2.4em;
}

section.tariffs--service .inner .title-wrapper .tariffs__section-title-desc {
	max-width: 642px;
}

section.tariffs--service .inner .title-wrapper .tariffs__section-title-desc .row {
	display: flex;
	margin-top: 1em;
}

section.tariffs--service .inner .title-wrapper .tariffs__section-title-desc .row p {
	max-width: 384px;
}

section.tariffs--service .inner .title-wrapper .tariffs__section-title-desc .row .text-icon {
	display: flex;
	column-gap: 0.5em;
	align-items: center;
}

section.os-vdi .inner .os__content {
	max-width: 600px;
}

section.os-vdi .inner .os__oses .os__list {
	grid-template-columns: repeat(3, 1fr);
}

.whom {
	margin-top: 5em;
}

.whom--mobile {
	display: none;
}

.whom .inner .whom__section-title {
	margin-bottom: 0.68em;
}

.whom .inner .whom__list {
	display: flex;
	justify-content: space-between;
	column-gap: 1.25em;
}

.whom .inner .whom__list .whom__item {
	border: 1px solid #8C76EB;
	border-radius: 20px;
	padding: 0em 2.3em 2.2em;
}

.whom .inner .whom__list .whom__item .whom__title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.6em;
}

.whom .inner .whom__list .whom__item .whom__pic {
	text-align: right;
	width: 226px;
	margin-left: auto;
}

.whom .inner .whom__list .whom__item .whom__pic img {
	object-position: top right;
	width: 100%;
}

.steps {
	margin-top: 8em;
	padding-top: 2em;
	padding-bottom: 2em;
	background-color: var(--gray-main);
}

.steps .inner {
	display: flex;
	justify-content: space-between;
	column-gap: 3em;
	background-image: url("data:image/svg+xml,%3csvg%20width='271'%20height='260'%20viewBox='0%200%20271%20260'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M20%20135.5L134.086%2021.4142C134.867%2020.6332%20136.133%2020.6332%20136.914%2021.4142L251%20135.5'%20stroke='white'%20stroke-width='40'%20stroke-linecap='round'/%3e%3cpath%20d='M20%20239.5L134.086%20125.414C134.867%20124.633%20136.133%20124.633%20136.914%20125.414L251%20239.5'%20stroke='white'%20stroke-width='40'%20stroke-linecap='round'/%3e%3c/svg%3e");
	background-position: left bottom;
	background-repeat: no-repeat;
}

.steps .inner .steps__left .section-title {
	font-size: 2rem;
	font-weight: 500;
	margin-bottom: 1.2em;
	max-width: 728px;
	margin-top: 1em;
}

.steps .inner .steps__left .btn {
	padding-left: 1em;
	padding-right: 1em;
	text-align: center;
}

.steps .inner .steps__content .steps__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.25em;
}

.steps .inner .steps__content .steps__list .steps__item {
	border-radius: 20px;
	background: var(--gradient-1);
	color: #fff;
	padding: 2em;
	padding-bottom: 6em;
	background-position: 20% bottom;
	background-repeat: no-repeat;
}

.steps .inner .steps__content .steps__list .steps__item--1 {
	background-image: url("data:image/svg+xml,%3csvg%20width='168'%20height='97'%20viewBox='0%200%20168%2097'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M39%20109.5C26.6%20109.5%2017.05%20104.8%2010.35%2095.4C3.65%2085.9%200.3%2072.4%200.3%2054.9C0.3%2037.2%203.65%2023.75%2010.35%2014.55C17.05%205.35%2026.6%200.749995%2039%200.749995C51.5%200.749995%2061.05%205.35%2067.65%2014.55C74.35%2023.75%2077.7%2037.15%2077.7%2054.75C77.7%2072.35%2074.35%2085.9%2067.65%2095.4C61.05%20104.8%2051.5%20109.5%2039%20109.5ZM39%2093.6C45.8%2093.6%2050.85%2090.5%2054.15%2084.3C57.45%2078%2059.1%2068.15%2059.1%2054.75C59.1%2041.35%2057.45%2031.65%2054.15%2025.65C50.85%2019.55%2045.8%2016.5%2039%2016.5C32.3%2016.5%2027.25%2019.55%2023.85%2025.65C20.55%2031.65%2018.9%2041.35%2018.9%2054.75C18.9%2068.15%2020.55%2078%2023.85%2084.3C27.25%2090.5%2032.3%2093.6%2039%2093.6ZM100.591%20108V91.95H124.891V18.45H134.191L102.991%2037.05V18.75L130.441%202.24999H144.241V91.95H167.041V108H100.591Z'%20fill='white'/%3e%3c/svg%3e"), var(--gradient-1);
}

.steps .inner .steps__content .steps__list .steps__item--2 {
	background-image: url("data:image/svg+xml,%3csvg%20width='167'%20height='97'%20viewBox='0%200%20167%2097'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M39%20109.5C26.6%20109.5%2017.05%20104.8%2010.35%2095.4C3.65%2085.9%200.3%2072.4%200.3%2054.9C0.3%2037.2%203.65%2023.75%2010.35%2014.55C17.05%205.35%2026.6%200.749995%2039%200.749995C51.5%200.749995%2061.05%205.35%2067.65%2014.55C74.35%2023.75%2077.7%2037.15%2077.7%2054.75C77.7%2072.35%2074.35%2085.9%2067.65%2095.4C61.05%20104.8%2051.5%20109.5%2039%20109.5ZM39%2093.6C45.8%2093.6%2050.85%2090.5%2054.15%2084.3C57.45%2078%2059.1%2068.15%2059.1%2054.75C59.1%2041.35%2057.45%2031.65%2054.15%2025.65C50.85%2019.55%2045.8%2016.5%2039%2016.5C32.3%2016.5%2027.25%2019.55%2023.85%2025.65C20.55%2031.65%2018.9%2041.35%2018.9%2054.75C18.9%2068.15%2020.55%2078%2023.85%2084.3C27.25%2090.5%2032.3%2093.6%2039%2093.6ZM95.6414%20108V93.75L130.741%2057.15C135.141%2052.55%20138.391%2048.3%20140.491%2044.4C142.591%2040.5%20143.641%2036.5%20143.641%2032.4C143.641%2027.3%20142.041%2023.45%20138.841%2020.85C135.641%2018.25%20130.991%2016.95%20124.891%2016.95C119.991%2016.95%20115.291%2017.85%20110.791%2019.65C106.291%2021.35%20101.891%2024.05%2097.5914%2027.75L91.2914%2013.35C95.5914%209.54999%20100.891%206.5%20107.191%204.2C113.591%201.9%20120.291%200.749995%20127.291%200.749995C138.691%200.749995%20147.441%203.29999%20153.541%208.39999C159.641%2013.5%20162.691%2020.8%20162.691%2030.3C162.691%2036.9%20161.141%2043.2%20158.041%2049.2C154.941%2055.1%20150.141%2061.3%20143.641%2067.8L114.391%2097.05V91.95H166.891V108H95.6414Z'%20fill='white'/%3e%3c/svg%3e"), var(--gradient-1);
}

.steps .inner .steps__content .steps__list .steps__item--3 {
	background-image: url("data:image/svg+xml,%3csvg%20width='166'%20height='97'%20viewBox='0%200%20166%2097'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M39%20109.5C26.6%20109.5%2017.05%20104.8%2010.35%2095.4C3.65%2085.9%200.3%2072.4%200.3%2054.9C0.3%2037.2%203.65%2023.75%2010.35%2014.55C17.05%205.35%2026.6%200.749995%2039%200.749995C51.5%200.749995%2061.05%205.35%2067.65%2014.55C74.35%2023.75%2077.7%2037.15%2077.7%2054.75C77.7%2072.35%2074.35%2085.9%2067.65%2095.4C61.05%20104.8%2051.5%20109.5%2039%20109.5ZM39%2093.6C45.8%2093.6%2050.85%2090.5%2054.15%2084.3C57.45%2078%2059.1%2068.15%2059.1%2054.75C59.1%2041.35%2057.45%2031.65%2054.15%2025.65C50.85%2019.55%2045.8%2016.5%2039%2016.5C32.3%2016.5%2027.25%2019.55%2023.85%2025.65C20.55%2031.65%2018.9%2041.35%2018.9%2054.75C18.9%2068.15%2020.55%2078%2023.85%2084.3C27.25%2090.5%2032.3%2093.6%2039%2093.6ZM127.291%20109.5C119.991%20109.5%20112.991%20108.45%20106.291%20106.35C99.5914%20104.15%2094.0914%20101.15%2089.7914%2097.35L96.0914%2082.8C100.791%2086.4%20105.641%2089.05%20110.641%2090.75C115.741%2092.45%20121.091%2093.3%20126.691%2093.3C133.491%2093.3%20138.641%2091.95%20142.141%2089.25C145.641%2086.55%20147.391%2082.6%20147.391%2077.4C147.391%2072.4%20145.641%2068.65%20142.141%2066.15C138.741%2063.55%20133.741%2062.25%20127.141%2062.25H110.041V46.8H125.491C131.191%2046.8%20135.741%2045.4%20139.141%2042.6C142.541%2039.8%20144.241%2035.95%20144.241%2031.05C144.241%2026.45%20142.641%2022.95%20139.441%2020.55C136.341%2018.15%20131.841%2016.95%20125.941%2016.95C115.341%2016.95%20105.991%2020.55%2097.8914%2027.75L91.5914%2013.35C95.8914%209.35%20101.191%206.25%20107.491%204.05C113.891%201.85%20120.591%200.749995%20127.591%200.749995C138.591%200.749995%20147.191%203.25%20153.391%208.25C159.691%2013.15%20162.841%2020%20162.841%2028.8C162.841%2035.1%20161.041%2040.55%20157.441%2045.15C153.941%2049.65%20149.091%2052.65%20142.891%2054.15V52.35C150.191%2053.55%20155.841%2056.55%20159.841%2061.35C163.941%2066.05%20165.991%2071.95%20165.991%2079.05C165.991%2088.45%20162.541%2095.9%20155.641%20101.4C148.741%20106.8%20139.291%20109.5%20127.291%20109.5Z'%20fill='white'/%3e%3c/svg%3e"), var(--gradient-1);
}

.steps .inner .steps__content .steps__list .steps__item--4 {
	background-image: url(./steps_4-ChaH0vRl.svg), var(--gradient-1);
	background-position: 20% 204%;
}

.steps .inner .steps__content .steps__list .steps__item .steps__title {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 0.6em;
}

.steps .inner .steps__content .steps__list .steps__item .desc {
	font-size: 0.9rem;
}

.steps .inner .steps__content .btn--mobile {
	display: none;
}

.licenses {
	margin-top: 6.2em;
	margin-bottom: 6.2em;
}

.licenses--mobile {
	display: none;
}

.licenses .licenses__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.3em;
}

.licenses .licenses__list .licenses__item {
	padding: 0.75em 0.8em;
	background-color: var(--gray-main);
	border-radius: 20px;
}

.licenses .licenses__list .licenses__item .licenses__header {
	display: flex;
	align-items: center;
	column-gap: 0.5em;
	margin-bottom: 0.8em;
}

.licenses .licenses__list .licenses__item .licenses__header .licenses__title {
	font-size: 0.8rem;
	font-weight: 200;
}

.licenses .licenses__list .licenses__item .licenses__header .licenses__price {
	font-size: 0.6rem;
	font-weight: 500;
}

.licenses .licenses__list .licenses__item .licenses__desc {
	font-size: 0.5rem;
}

.licenses .licenses__list .licenses__item.licenses__intro {
	grid-column: 1/span 2;
	background-color: transparent;
}

.licenses .licenses__list .licenses__item.licenses__intro .licenses__section-title {
	font-size: 2.5rem;
	font-weight: 500;
	margin-bottom: 0.2em;
}

.licenses .licenses__list .licenses__item.licenses__intro .licenses__desc {
	font-size: 0.9rem;
}

.includes-vdi {
	margin-top: 8em;
	margin-bottom: 10em;
}

.includes-vdi .inner .includes-vdi__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.8em;
}

.includes-vdi .inner .includes-vdi__header .includes-vdi__title {
	font-size: 2.5rem;
	font-weight: 500;
	max-width: 700px;
	line-height: 1.1;
}

.includes-vdi .inner .includes-vdi__header .includes-vdi__btn {
	flex-shrink: 0;
}

.includes-vdi .inner .includes-vdi__list {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.includes-vdi .inner .includes-vdi__list .includes-vdi__item {
	display: flex;
	column-gap: 1.1em;
	padding: 2.3em;
	border-bottom: 1px solid #D6D6D6;
}

.includes-vdi .inner .includes-vdi__list .includes-vdi__item .includes-vdi__title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.5em;
}

.includes-vdi .inner .includes-vdi__list .includes-vdi__item:nth-child(odd) {
	border-right: 1px solid #D6D6D6;
}

.includes-vdi .inner .includes-vdi__list .includes-vdi__item:nth-child(5) {
	border-bottom: none;
}

.includes-vdi .inner .includes-vdi__list .includes-vdi__item:last-child {
	border-bottom: none;
}

.includes-vdi .inner .includes-vdi__btn--mobile {
	display: none;
}

@media (max-width: 992px) {
	.hero.hero-vdi.hero-services .inner .hero__content .hero__desc {
		margin-bottom: 3.1em;
	}

	.hero.hero-vdi.hero-services .inner .hero__content .btn {
		display: block;
	}

	section.tariffs--service .inner .title-wrapper {
		flex-direction: column;
	}

	.tariffs.tariffs--service .inner .tariffs__header .title-wrapper .tariffs__section-title {
		margin-bottom: 0em;
	}

	section.tariffs--service .inner .title-wrapper .tariffs__section-title-desc .row {
		margin-bottom: 1em;
	}

	section.tariffs--service .inner .desc {
		display: none;
	}

	section.tariffs--service .inner .title-wrapper .tariffs__section-title-desc .row p {
		margin-left: 20px;
	}

	section.tariffs--service .inner .title-wrapper .tariffs__section-title-desc .row .text-icon {
		display: none;
	}

	.advs-vdi {
		display: none;
	}

	.advs-vdi .section-title {
		font-size: 1.6em;
		margin-bottom: 2em;
	}

	.advs-vdi .advs-vdi__section-title {
		background-size: contain;
		background-position: center bottom;
		margin-left: 20px;
	}

	.advs-vdi--mobile {
		display: block;
	}

	.advs-vdi::before {
		left: 0;
		filter: blur(32px);
		width: 100%;
	}

	.advs-vdi .text-icon {
		display: none;
	}

	.advs-vdi .advs-vdi__blocks {
		display: flex;
		gap: 0;
	}

	.advs-vdi .advs-vdi__blocks .advs-vdi__block {
		height: auto;
		border-radius: 10px;
		padding: 1.8em 1.7em;
		padding-left: 20px;
	}

	.whom {
		display: none;
	}

	.whom--mobile {
		display: block;
	}

	.whom .inner .whom__section-title {
		margin-left: 1rem;
	}

	.whom .inner .whom__list {
		gap: 0;
		padding-bottom: 2.3em;
	}

	.whom .inner .whom__list .whom__item {
		border-radius: 10px;
		padding: 0.1em 1em 1em 1em;
		height: auto;
	}

	.whom .inner .whom__list .whom__item .whom__pic {
		width: 35%;
		margin-left: auto;
	}

	.whom .inner .whom__list .whom__item .whom__pic img {
		width: 100%;
	}

	.steps {
		margin-top: 3em;
	}

	.steps .inner {
		flex-direction: column;
		background-image: url("data:image/svg+xml,%3csvg%20width='104'%20height='100'%20viewBox='0%200%20104%20100'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M96%208L53.4142%2050.5858C52.6332%2051.3668%2051.3668%2051.3668%2050.5858%2050.5858L8%208'%20stroke='white'%20stroke-width='16'%20stroke-linecap='round'/%3e%3cpath%20d='M96%2048L53.4142%2090.5858C52.6332%2091.3668%2051.3668%2091.3668%2050.5858%2090.5858L8%2048'%20stroke='white'%20stroke-width='16'%20stroke-linecap='round'/%3e%3c/svg%3e");
		background-position: right top;
		background-size: 33%;
	}

	.steps .inner .steps__left .section-title {
		font-size: 1.6rem;
		max-width: 300px;
		margin-left: 1.3rem;
	}

	.steps .inner .steps__left .btn {
		display: none;
	}

	.steps .inner .steps__content .steps__list {
		grid-template-columns: 1fr;
	}

	.steps .inner .steps__content .steps__list .steps__item {
		border-radius: 10px;
		padding: 1.8em 1.4em 4em;
		background-position: 96% bottom;
		background-size: 28%, 100%;
	}

	.steps .inner .steps__content .steps__list .steps__item .steps__title {
		font-size: 1.3rem;
		margin-bottom: 0.2em;
	}

	.steps .inner .steps__content .steps__list .steps__item .desc {
		font-size: 1rem;
		max-width: 480px;
	}

	.steps .inner .steps__content .steps__list .steps__item.steps__item--4 {
		background-size: 300px, 100%;
		background-position: 131% 30%;
		padding: 1.8em 1.4em 2.8em;
	}

	.steps .inner .steps__content .steps__list .steps__item.steps__item--4 .desc {
		max-width: 470px;
	}

	.steps .inner .steps__content .btn--mobile {
		display: block;
		margin: 0 auto;
		margin-top: 2em;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}

	section.os-vdi {
		margin-top: 4em;
	}

	section.os-vdi .inner .os__content {
		max-width: 100%;
	}

	section.os-vdi .inner .os__oses .os__list {
		grid-template-columns: repeat(2, 1fr);
	}

	.licenses {
		display: none;
	}

	.licenses--mobile {
		display: block;
	}

	.licenses .licenses__section-title {
		font-size: 1.59rem;
		margin-bottom: 0.4em;
	}

	.licenses .licenses__intro {
		margin-left: 20px;
	}

	.licenses .licenses__list {
		grid-template-columns: 1fr;
		display: flex;
		gap: 0;
		margin-top: 2.7em;
	}

	.licenses .licenses__list .licenses__item {
		padding-left: 20px;
	}

	.licenses .licenses__list .licenses__item .licenses__header .licenses__title {
		font-size: 1.15rem;
		font-weight: 200;
	}

	.licenses .licenses__list .licenses__item .licenses__header .licenses__price {
		font-size: 0.86rem;
	}

	.licenses .licenses__list .licenses__item .licenses__desc {
		font-size: 0.75rem;
	}

	.licenses .licenses__list .licenses__item.licenses__intro {
		grid-column: 1/1;
		margin-left: 1rem;
	}

	.licenses .licenses__list .licenses__item.licenses__intro .licenses__header .licenses__section-title {
		font-size: 1.6rem;
	}

	.licenses .licenses__list .licenses__item.licenses__intro .licenses__desc {
		font-size: 1rem;
	}

	.includes-vdi {
		margin-top: 4em;
		margin-bottom: 4em;
	}

	.includes-vdi .inner .includes-vdi__header {
		flex-direction: column;
	}

	.includes-vdi .inner .includes-vdi__header .includes-vdi__title {
		font-size: 1.6rem;
		margin-left: 20px;
	}

	.includes-vdi .inner .includes-vdi__header .includes-vdi__btn {
		display: none;
	}

	.includes-vdi .inner .includes-vdi__list {
		grid-template-columns: 1fr;
	}

	.includes-vdi .inner .includes-vdi__list .includes-vdi__item {
		padding-left: 20px;
	}

	.includes-vdi .inner .includes-vdi__list .includes-vdi__item .includes-vdi__pic {
		width: 55px;
		flex-shrink: 0;
	}

	.includes-vdi .inner .includes-vdi__list .includes-vdi__item .includes-vdi__pic img {
		width: 55px;
	}

	.includes-vdi .inner .includes-vdi__list .includes-vdi__item:nth-child(odd) {
		border-right: none;
	}

	.includes-vdi .inner .includes-vdi__list .includes-vdi__item .includes-vdi__title {
		font-size: 1.18rem;
	}

	.includes-vdi .inner .includes-vdi__list .includes-vdi__item:nth-child(5) {
		border-bottom: 1px solid #D6D6D6;
	}

	.includes-vdi .inner .includes-vdi__btn--mobile {
		display: block;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.steps .inner .steps__content .steps__list .steps__item.steps__item--4 .desc {
		max-width: 208px;
	}
}

.hero-dedicated .inner .hero__content .hero__title {
	max-width: 700px;
	line-height: 1;
}

.hero-dedicated .inner .hero__content .hero__desc {
	max-width: 492px;
}

.hero-dedicated .inner .hero__content .btn {
	padding: 0.8em 1em;
	text-align: center;
}

.own {
	margin-top: 6.8em;
}

.own.own--mobile {
	display: none;
}

.own .inner .own__list {
	display: grid;
	grid-template-columns: 46% 25% 25%;
	gap: 1.25em;
}

.own .inner .own__list .own__item {
	padding: 2.3em 1.75em;
	background-color: var(--purple-4);
	border-radius: 20px;
}

.own .inner .own__list .own__item .own__title {
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: 0.8em;
}

.own .inner .own__list .own__item--first {
	background-color: var(--gray-main);
}

.ready {
	margin-top: 6em;
	margin-bottom: 4.5em;
}

.ready .ready__section-title {
	font-size: 2.5rem;
	margin-bottom: 0.6em;
}

.ready .ready__list {
	overflow: hidden;
	width: 100%;
	border-radius: 20px;
}

.ready .ready__list thead {
	background: var(--gradient);
}

.ready .ready__list thead th {
	color: #fff;
	font-size: 0.9rem;
	font-weight: 400;
	padding: 1.6em 1em;
	border-right: 1px solid #fff;
	text-align: center;
}

.ready .ready__list thead th:first-child {
	border-top-left-radius: 20px;
}

.ready .ready__list thead th:last-child {
	border-top-right-radius: 20px;
}

.ready .ready__list tbody td {
	font-size: 0.9rem;
	padding: 1em;
	text-align: center;
}

.ready .ready__list tbody td.item-count,
.ready .ready__list tbody td.item-price {
	text-align: center;
}

.ready .ready__list tbody td.item-count .note,
.ready .ready__list tbody td.item-price .note {
	font-size: 0.6em;
	color: #333333;
}

.ready .ready__list tbody td .order-btn-d {
	font-size: 0.9rem;
	padding: 0.2em 0.8em;
	background-color: var(--purple-2);
	color: #fff;
	border: none;
	border-radius: 7px;
	transition: all 0.2s ease-in;
	cursor: pointer;
}

.ready .ready__list tbody td .order-btn-d:hover {
	filter: brightness(1.25);
}

.banner-dedicated .inner {
	background: url(./dedicated_banner-ZNHSXz_1.png), var(--purple-4);
	background-repeat: no-repeat;
	background-position: right center;
	color: #333333;
	background-size: 42%, 100%;
}

.banner-dedicated .inner .banner__title {
	margin-bottom: 0.4em;
}

.banner-dedicated .inner .banner__desc {
	font-size: 1.5rem;
	font-weight: 300;
	margin-bottom: 2em;
}

.banner-dedicated .inner .banner__btn {
	border: none;
	color: #fff;
	background: var(--gradient-1);
}

.banner-dedicated .inner .banner__btn:hover {
	filter: brightness(1.08);
}

.guarantees {
	margin-top: 5em;
}

.guarantees .inner {
	padding-left: 2em;
}

.guarantees .guarantees__list {
	margin-top: 1.5em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2em 1em;
}

.guarantees .guarantees__list .guarantees__item .guarantees__title {
	font-size: 1.3rem;
	margin-top: 0.1em;
	margin-bottom: 0.6em;
}

.advs-dedicated {
	margin-top: 7.3em;
	margin-bottom: 7.3em;
}

.advs-dedicated--mobile {
	display: none;
}

.advs-dedicated .advs-dedicated__list {
	margin-top: 1.3em;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.3em;
}

.advs-dedicated .advs-dedicated__list .advs-dedicated__item {
	padding: 3.75em 2.25em;
	border-radius: 20px;
	border: 1px solid var(--purple-2);
}

.advs-dedicated .advs-dedicated__list .advs-dedicated__item .advs-dedicated__title {
	font-size: 1.3rem;
	margin-bottom: 0.3em;
	font-weight: 600;
}

.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide {
	padding-left: 26em;
}

.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide-1 {
	grid-column: 1/span 2;
}

.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide-2 {
	grid-column: 2/span 2;
}

.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide-1 {
	background-image: url(./adv-dedicated_1-CmW_hzOK.png);
	background-position: left center;
	background-repeat: no-repeat;
}

.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide-2 {
	background-image: url(./adv-dedicated_2-OXTfPc2V.png);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

@media (max-width: 992px) {
	.hero-dedicated .inner .hero__content .btn {
		margin: 0 auto;
	}

	.own {
		display: none;
	}

	.own--mobile {
		display: block;
	}

	.own .inner .own__list {
		display: flex;
		gap: 0;
	}

	.own .inner .own__list .own__item {
		height: auto;
	}

	.ready .ready__section-title {
		font-size: 1.75rem;
		margin-left: 20px;
	}

	.ready .ready__list thead {
		display: none;
	}

	.ready .ready__list tbody tr {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		background-color: var(--gray-main);
		border-radius: 10px;
		margin-bottom: 0.8em;
	}

	.ready .ready__list tbody tr td {
		position: relative;
		font-weight: 700;
		text-align: left;
		padding-left: 20px;
	}

	.ready .ready__list tbody tr td::after {
		font-size: 0.71rem;
		display: block;
		color: var(--gray-light);
		font-weight: 400;
	}

	.ready .ready__list tbody tr td.item-cpu {
		grid-column: 1/span 3;
	}

	.ready .ready__list tbody tr td.item-cpu::after {
		content: "Процессор";
	}

	.ready .ready__list tbody tr td.item-ssd::after {
		content: "SSD";
	}

	.ready .ready__list tbody tr td.item-network::after {
		content: "Канал";
	}

	.ready .ready__list tbody tr td.item-ram::after {
		content: "Память";
	}

	.ready .ready__list tbody tr td.item-location::after {
		content: "Дата-центр";
	}

	.ready .ready__list tbody tr td.item-count {
		text-align: left;
	}

	.ready .ready__list tbody tr td.item-count::after {
		content: "Осталось 97 шт.";
	}

	.ready .ready__list tbody tr td.item-count .note {
		display: none;
	}

	.ready .ready__list tbody tr td.item-price {
		grid-column: 1;
		text-align: left;
	}

	.ready .ready__list tbody tr td.item-price::after {
		content: "При оплате на год";
	}

	.ready .ready__list tbody tr td.item-price .note {
		display: none;
	}

	.ready .ready__list tbody tr td.item-order {
		grid-column: 2/span 2;
	}

	.ready .ready__list tbody tr td.item-order .order-btn-d {
		width: 100%;
		text-align: center;
		height: 34px;
	}

	.banner-dedicated .inner {
		background-size: 56%, 100% !important;
		background-position: 116% 35% !important;
		padding-left: 20px;
	}

	.banner-dedicated .inner .banner__content {
		width: 100%;
	}

	.banner-dedicated .inner .banner__title {
		font-size: 1.3rem;
		max-width: 192px;
	}

	.banner-dedicated .inner .banner__desc {
		font-size: 1rem;
	}

	.guarantees .inner {
		padding-left: 20px;
	}

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

	.guarantees .guarantees__list .guarantees__item {
		padding-bottom: 1em;
		border-bottom: 1px solid var(--gray-main);
	}

	.guarantees .guarantees__list .guarantees__item img {
		display: none;
	}

	.guarantees .guarantees__list .guarantees__item:last-child {
		border-bottom: 0px;
	}

	.advs-dedicated {
		display: none;
	}

	.advs-dedicated--mobile {
		display: block;
	}

	.advs-dedicated .advs-dedicated__section-title {
		margin-left: 20px;
	}

	.advs-dedicated .advs-dedicated__list {
		display: flex;
		gap: 0;
		padding-bottom: 2em;
	}

	.advs-dedicated .advs-dedicated__list .advs-dedicated__item {
		height: auto;
		padding: 1.85em 2.25em;
		border-radius: 10px;
		padding-left: 20px;
	}

	.advs-dedicated .advs-dedicated__list .advs-dedicated__item .advs-dedicated__title {
		font-size: 1.29em;
		font-weight: 600;
	}

	.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide-1 {
		background-position: right top;
		background-image: url(./adv-dedicated_1-mobile-DhTAU393.png);
		background-size: 35%;
	}

	.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide-1 .advs-dedicated__desc {
		max-width: 230px;
	}

	.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide-2 {
		background-size: 50%;
		background-position: 150% center;
		padding-left: 1.5em;
	}

	.advs-dedicated .advs-dedicated__list .advs-dedicated__item.advs-dedicated__item-wide-2 .advs-dedicated__desc {
		max-width: 200px;
	}
}

section.points {
	margin-top: 6em;
	margin-bottom: 6em;
}

section.points--mobile {
	display: none;
}

section.points .inner {
	display: flex;
	justify-content: space-between;
}

section.points .inner .points__section-title {
	font-size: 2.5rem;
	margin-bottom: 0.6em;
}

section.points .inner .points__btn {
	text-align: center;
	padding: 1em;
}

section.points .inner .points__list .points__item {
	border-radius: 20px;
	background-color: var(--gray-main);
	padding: 1.6em 2.3em;
	margin-bottom: 0.5em;
}

section.points .inner .points__list .points__item .points__title {
	font-weight: 700;
	margin-bottom: 0.6em;
}

section.banner.banner-1c .inner {
	background: url(./banner_1c-BdcWVtS1.png), var(--purple-4);
	background-repeat: no-repeat;
	background-position: right center;
	color: var(--text-color);
	padding: 6.2em 2.3em 6.2em;
	background-size: 38%;
}

section.banner.banner-1c .inner .banner__content {
	max-width: 640px;
}

section.banner.banner-1c .inner .banner__content .banner__title {
	margin-bottom: 0.4em;
}

section.banner.banner-1c .inner .banner__content .banner__desc {
	margin-bottom: 2em;
	max-width: 390px;
}

section.banner.banner-1c .inner .banner__content .banner__btn {
	border: none;
}

section.tariffs .taffif__custom {
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 2em;
	margin-top: 4.4em;
}

section.tariffs .taffif__custom .taffif__custom-note {
	font-size: 1.3rem;
	font-weight: 500;
	max-width: 394px;
}

section.tariffs .taffif__custom .taffif__custom-btn {
	border: none;
	padding: 1em;
	font-size: 1rem;
	max-width: 458px;
}

section.infrastructure {
	margin-top: 6em;
	position: relative;
}

section.infrastructure::before {
	content: "";
	position: absolute;
	background: var(--gradient-1);
	width: 730px;
	height: 1650px;
	top: -51%;
	left: 22%;
	opacity: 0.2;
	border-radius: 100%;
	filter: blur(300px);
	transform: rotate(-56deg);
	z-index: -1;
}

section.infrastructure .infrastructure__section-title {
	font-size: 2.5rem;
	margin-bottom: 1.5em;
	max-width: 775px;
	font-weight: 600;
}

section.infrastructure .infrastructure__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25em;
}

section.infrastructure .infrastructure__list .infrastructure__item {
	background-color: #fff;
	border-radius: 20px;
	padding: 3em 2.3em;
}

section.infrastructure .infrastructure__list .infrastructure__item--first {
	background-image: url(./infrastructure-DrXNRW55.png);
	background-position: top center;
	background-repeat: no-repeat;
	grid-row: 1/span 2;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

section.infrastructure .infrastructure__list .infrastructure__item .infrastructure__title {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.6em;
}

section.adv-1c {
	margin-top: 6em;
}

section.adv-1c .inner .adv-1c__section-title {
	margin-bottom: 1em;
}

section.adv-1c .inner .adv-1c__list {
	display: grid;
	padding-left: 2em;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25em;
}

section.adv-1c .inner .adv-1c__list .adv-1c__item {
	display: flex;
	column-gap: 1em;
}

section.adv-1c .inner .adv-1c__list .adv-1c__item .adv-1c__content h3 {
	font-size: 1.3rem;
	font-weight: 600;
	margin-bottom: 0.6em;
}

section.adv-1c .inner .adv-1c__list .adv-1c__item .adv-1c__content .text {
	font-size: 0.8rem;
}

.steps-1c {
	margin-top: 4em;
	margin-bottom: 5em;
}

.steps-1c .section-title {
	margin-bottom: 4rem;
	max-width: 743px;
}

.steps-1c .steps-1c__list {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 2em;
}

.steps-1c .steps-1c__list::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: 36px;
	background-color: var(--gray-light);
}

.steps-1c .steps-1c__list .steps-1c__item {
	text-align: center;
	position: relative;
	max-width: 275px;
}

.steps-1c .steps-1c__list .steps-1c__item .num {
	position: absolute;
	bottom: 84px;
	left: 2px;
	font-size: 2.5rem;
	font-weight: 800;
	position: relative;
}

.steps-1c .steps-1c__list .steps-1c__item .num .value {
	background: linear-gradient(180deg, rgb(88, 43, 175) 8%, rgb(95, 51, 183) 22%, rgba(116, 74, 207, 0) 92%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.steps-1c .steps-1c__list .steps-1c__item .title {
	padding-bottom: 1em;
}

.steps-1c .steps-1c__list .steps-1c__item a {
	color: var(--purple-2);
	text-decoration: none;
}

.steps-1c .steps-1c__list .steps-1c__item::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid var(--purple-2);
	background-color: #fff;
	left: calc(50% - 12px);
	top: -20px;
	border-radius: 100%;
}

.steps-1c .steps-1c__list .steps-1c__item::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid var(--purple-2);
	background-color: var(--purple-2);
	top: -13px;
	left: calc(50% - 5px);
	border-radius: 100%;
}

.banner-1c--2 {
	margin-top: 6em;
	margin-bottom: 6em;
}

@media (max-width: 992px) {
	section.points {
		display: none;
	}

	section.points--mobile {
		display: block;
	}

	section.points .inner .points__section-title {
		font-size: 1.6rem;
		margin-left: 20px;
	}

	section.points .inner {
		flex-direction: column;
	}

	section.points .inner .points__item {
		height: auto;
	}

	section.points .inner .points__btn--mobile {
		border-radius: 10px;
		color: var(--purple-2);
		margin-top: 2em;
		text-align: center;
		border-color: var(--purple-2);
		text-align: left;
		position: relative;
		padding: 1em;
	}

	section.points .inner .points__btn--mobile::after {
		content: "";
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		width: 25px;
		height: 25px;
		border-radius: 100%;
		background-color: #926BF2;
		background-image: url("data:image/svg+xml,%3csvg%20width='6'%20height='12'%20viewBox='0%200%206%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2011L5%206L1%201'%20stroke='white'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e");
		background-position: center;
		background-repeat: no-repeat;
	}

	.points-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
		bottom: 72px;
	}

	section.banner.banner-1c .inner {
		background: url(./banner_1c-BdcWVtS1.png), linear-gradient(45deg, rgb(140, 118, 235) 17%, rgb(212, 137, 217) 45%, rgb(252, 224, 249) 71%);
		background-repeat: no-repeat;
		color: #fff;
		padding: 2.2em 2.3em 2.2em 1em;
	}

	section.banner.banner-1c .inner .banner__content {
		max-width: 210px;
	}

	section.tariffs .taffif__custom {
		text-align: center;
		row-gap: 1.2em;
		flex-direction: column;
		row-gap: 1em;
	}

	section.adv-1c .inner .adv-1c__list {
		padding-left: 0;
	}

	section.adv-1c .inner .adv-1c__section-title {
		margin-left: 2.8rem;
	}

	section.adv-1c .inner .adv-1c__list {
		grid-template-columns: 1fr;
	}

	section.infrastructure::before {
		filter: blur(16px);
	}

	section.infrastructure .infrastructure__section-title {
		font-size: 1.86rem;
	}

	section.infrastructure .infrastructure__list {
		grid-template-columns: 1fr;
		gap: 0px;
	}

	section.infrastructure .infrastructure__list .infrastructure__item {
		border-radius: 0px;
		border-bottom: 1px solid var(--gray-300);
		padding: 1em 2em;
	}

	section.infrastructure .infrastructure__list .infrastructure__item--first {
		background-position: 90% 5%;
		background-size: 200px;
		padding-top: 11em;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
	}

	section.infrastructure .infrastructure__list .infrastructure__item:last-child {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		border-bottom: none;
	}

	.steps-1c .section-title {
		margin-bottom: 1rem;
	}

	.steps-1c .steps-1c__list {
		flex-direction: column;
		padding-left: 2em;
	}

	.steps-1c .steps-1c__list::before {
		display: none;
	}

	.steps-1c .steps-1c__list .steps-1c__item {
		column-gap: 1.5em;
		display: flex;
		text-align: left;
		max-width: 100%;
		margin-bottom: 2em;
	}

	.steps-1c .steps-1c__list .steps-1c__item::before,
	.steps-1c .steps-1c__list .steps-1c__item::after {
		display: none;
	}

	.steps-1c .steps-1c__list .steps-1c__item .num {
		position: static;
		font-size: 1.85rem;
	}

	.steps-1c .steps-1c__list .steps-1c__item .num::before {
		content: "";
		position: absolute;
		border: 1px solid var(--purple-2);
		border-radius: 100%;
		width: 46px;
		height: 46px;
		top: -6px;
		left: -6px;
		background-color: #fff;
		z-index: 12;
	}

	.steps-1c .steps-1c__list .steps-1c__item .num::after {
		content: "";
		position: absolute;
		bottom: -42px;
		height: 100px;
		left: 18px;
		width: 1px;
		background-color: var(--purple-2);
		z-index: 10;
	}

	.steps-1c .steps-1c__list .steps-1c__item .num:last-child::after {
		display: none;
	}

	.steps-1c .steps-1c__list .steps-1c__item .num .value {
		position: relative;
		z-index: 20;
	}

	.steps-1c .steps-1c__list .steps-1c__item:last-child .num::after {
		display: none;
	}
}

@media (max-width: 480px) {
	.steps-1c .steps-1c__list .steps-1c__item {
		max-width: 275px;
	}
}

main.page-services .page-services__header {
	margin-top: 4em;
	margin-bottom: 4em;
}

main.page-services .page-services__header .hero__title {
	font-size: 2.5rem;
}

main.page-services .page-services__list {
	display: grid;
	margin-bottom: 4em;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25em;
}

main.page-services .page-services__list .page-services__item {
	position: relative;
	padding: 2.1em 1em;
	border: 1px solid var(--purple-2);
	color: inherit;
	text-decoration: none;
	height: 512px;
	border-radius: 30px;
}

main.page-services .page-services__list .page-services__item .page-services__pic {
	text-align: center;
}

main.page-services .page-services__list .page-services__item .page-services__pic img {
	width: 200px;
	height: 200px;
	width: 100%;
	object-fit: contain;
}

main.page-services .page-services__list .page-services__item .page-services__title {
	font-size: 1.3rem;
	margin-bottom: 0.4em;
	height: 2.5em;
	margin-top: 1em;
}

main.page-services .page-services__list .page-services__item::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg%20width='95'%20height='95'%20viewBox='0%200%2095%2095'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cmask%20id='path-1-inside-1_1703_5009'%20fill='white'%3e%3cpath%20d='M0.00195313%2094.6963L94.6973%20-1.827e-08L94.9063%200.208984L94.9063%2064.8018C94.9062%2081.3703%2081.4748%2094.8018%2064.9062%2094.8018L0.00195312%2094.8017L0.00195313%2094.6963Z'/%3e%3c/mask%3e%3cpath%20d='M0.00195313%2094.6963L-0.705157%2093.9892L-0.998047%2094.2821L-0.998047%2094.6963L0.00195313%2094.6963ZM94.6973%20-1.827e-08L95.4044%20-0.707107L94.6973%20-1.41422L93.9902%20-0.707103L94.6973%20-1.827e-08ZM94.9063%200.208984L95.9063%200.208984L95.9063%20-0.205229L95.6134%20-0.498122L94.9063%200.208984ZM94.9063%2064.8018L95.9063%2064.8018L95.9063%2064.8018L94.9063%2064.8018ZM64.9062%2094.8018L64.9062%2095.8018L64.9063%2095.8018L64.9062%2094.8018ZM0.00195312%2094.8017L-0.998047%2094.8017L-0.998047%2095.8017L0.00195304%2095.8017L0.00195312%2094.8017ZM0.00195313%2094.6963L0.709063%2095.4034L95.4044%200.707103L94.6973%20-1.827e-08L93.9902%20-0.707103L-0.705157%2093.9892L0.00195313%2094.6963ZM94.6973%20-1.827e-08L93.9902%200.707107L94.1992%200.916091L94.9063%200.208984L95.6134%20-0.498122L95.4044%20-0.707107L94.6973%20-1.827e-08ZM94.9063%200.208984L93.9063%200.208984L93.9063%2064.8018L94.9063%2064.8018L95.9063%2064.8018L95.9063%200.208984L94.9063%200.208984ZM94.9063%2064.8018L93.9063%2064.8018C93.9062%2080.818%2080.9225%2093.8018%2064.9062%2093.8018L64.9062%2094.8018L64.9063%2095.8018C82.0271%2095.8018%2095.9062%2081.9226%2095.9063%2064.8018L94.9063%2064.8018ZM64.9062%2094.8018L64.9063%2093.8018L0.00195321%2093.8017L0.00195312%2094.8017L0.00195304%2095.8017L64.9062%2095.8018L64.9062%2094.8018ZM0.00195312%2094.8017L1.00195%2094.8017L1.00195%2094.6963L0.00195313%2094.6963L-0.998047%2094.6963L-0.998047%2094.8017L0.00195312%2094.8017Z'%20fill='%23926BF2'%20mask='url(%23path-1-inside-1_1703_5009)'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	width: 93px;
	height: 74px;
	bottom: 0;
	right: 0;
}

main.page-services .page-services__list .page-services__item::after {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.1016%201.5C17.1016%200.947715%2016.6538%200.5%2016.1016%200.5L7.10156%200.500001C6.54928%200.5%206.10156%200.947716%206.10156%201.5C6.10156%202.05228%206.54928%202.5%207.10156%202.5L15.1016%202.5L15.1016%2010.5C15.1016%2011.0523%2015.5493%2011.5%2016.1016%2011.5C16.6538%2011.5%2017.1016%2011.0523%2017.1016%2010.5L17.1016%201.5ZM1.10156%2016.5L1.80867%2017.2071L16.8087%202.20711L16.1016%201.5L15.3945%200.792893L0.394456%2015.7929L1.10156%2016.5Z'%20fill='%23582BAF'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
	bottom: 13px;
	right: 11px;
}

@media (max-width: 992px) {
	main.page-services .page-services__header {
		margin-top: 7.4em;
		margin-bottom: 2em;
	}

	main.page-services .page-services__header .breadcrumbs {
		margin-bottom: 0;
		justify-content: start;
	}

	main.page-services .page-services__header .hero__title {
		font-size: 1.6rem;
	}

	main.page-services .page-services__list {
		grid-template-columns: 1fr;
	}

	main.page-services .page-services__list .page-services__item {
		display: flex;
		column-gap: 1em;
		align-items: center;
		padding: 0.7em 0.7em;
		height: unset;
		border-radius: 10px;
	}

	main.page-services .page-services__list .page-services__item .page-services__desc {
		display: none;
	}

	main.page-services .page-services__list .page-services__item .page-services__pic {
		width: 80px;
		flex-shrink: 0;
	}

	main.page-services .page-services__list .page-services__item .page-services__pic img {
		height: 82px;
	}

	main.page-services .page-services__list .page-services__item .page-services__title {
		font-size: 1.15rem;
		margin-bottom: 1em;
		height: unset;
		margin-top: 1em;
	}

	main.page-services .page-services__list .page-services__item::before {
		display: none;
	}

	main.page-services .page-services__list .page-services__item::after {
		bottom: unset;
		top: 13px;
		width: 10px;
		height: 10px;
		background-size: contain;
		top: 12px;
		right: 12px;
	}
}

section.hero-domain .hero__title span {
	border: none;
	padding: 0;
}

section.hero-domain .btn {
	max-width: 354px;
	padding-left: 1em;
	text-align: center;
	padding-right: 1em;
}

section.names {
	margin-top: 6.2em;
}

section.names .names__section-title {
	margin-bottom: 0.85em;
}

section.names .names__search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	margin-bottom: 0.9em;
}

section.names .names__search .names__input {
	background-color: var(--gray-main);
	border-radius: 20px;
	font-size: 0.9rem;
	padding: 2.2em 2.2em;
	width: 100%;
	border: none;
}

section.names .names__search .names__search-btn {
	position: absolute;
	right: 20px;
	border: none;
}

section.names .names__search .names__search-btn .icon {
	display: none;
}

section.names table.names__table {
	width: 100%;
	font-size: 0.9em;
}

section.names table.names__table thead {
	text-align: left;
	color: var(--gray-light);
}

section.names table.names__table th,
section.names table.names__table td {
	padding-top: 1em;
	padding-bottom: 1em;
}

section.names table.names__table th:first-child,
section.names table.names__table td:first-child {
	width: 50%;
}

section.names table.names__table th a,
section.names table.names__table td a {
	text-decoration: none;
	color: var(--purple-2);
}

section.names table.names__table td {
	border-top: 1px solid var(--gray-300);
}

section.names table.names__table td.register {
	text-align: center;
}

section.names a {
	text-decoration: none;
	color: var(--purple-2);
}

section.names a.show-more {
	margin-top: 1.8em;
	padding-right: 1.5em;
	background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-position: right center;
	background-repeat: no-repeat;
	display: inline-block;
}

section.domains {
	margin-top: 7.2em;
	margin-bottom: 6.5em;
}

section.domains .domains__list {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.25em;
}

section.domains .domains__list .domains__item {
	border: 1px solid var(--gray-light);
	border-radius: 10px;
	display: flex;
	flex-direction: column;
	padding: 1.25em 2em;
	justify-content: center;
	align-items: center;
}

section.domains .domains__list .domains__item .name {
	font-size: 2.5rem;
}

section.domains .domains__list .domains__item .price {
	margin-top: 1em;
	font-size: 0.8rem;
}

section.domains .domains__list .domains__item a {
	text-decoration: none;
	color: var(--purple-2);
}

section.domains .domains__list .domains__item--no-border {
	border: none;
	text-align: center;
	background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-position: center 80%;
	background-repeat: no-repeat;
}

.banner-domain .inner {
	position: relative;
	border-radius: 40px;
	background: var(--gradient-1);
	padding: 3.7em 2.3em 3.1em;
	background-size: 100% !important;
}

.banner-domain .inner .banner__title {
	margin-bottom: 0.5em;
}

.banner-domain .inner .banner__desc {
	max-width: 500px;
	margin-bottom: 4.1em;
}

.banner-domain .inner .banner__pic {
	position: absolute;
	top: 0px;
	right: 82px;
}

.registration-bonuses {
	margin-top: 4em;
	margin-bottom: 5em;
}

.registration-bonuses .section-title {
	margin-bottom: 4rem;
	max-width: 743px;
}

.registration-bonuses .registration-bonuses__list {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding-top: 2em;
}

.registration-bonuses .registration-bonuses__list::before {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: 0;
	background-color: var(--gray-light);
}

.registration-bonuses .registration-bonuses__list .registration-bonuses__item {
	text-align: center;
	position: relative;
	max-width: 275px;
}

.registration-bonuses .registration-bonuses__list .registration-bonuses__item .title {
	padding-bottom: 1em;
}

.registration-bonuses .registration-bonuses__list .registration-bonuses__item a {
	color: var(--purple-2);
	text-decoration: none;
	position: relative;
	padding-right: 1em;
}

.registration-bonuses .registration-bonuses__list .registration-bonuses__item a::after {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg%20width='9'%20height='17'%20viewBox='0%200%209%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.5%2016L7.5%208.5L1.5%201'%20stroke='url(%23paint0_linear_1546_2022)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1546_2022'%20x1='8.55917'%20y1='15.2666'%20x2='3.01917'%20y2='1.16368'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	right: 0;
	top: 23%;
	height: 18px;
	width: 8px;
}

.registration-bonuses .registration-bonuses__list .registration-bonuses__item::before {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	border: 1px solid var(--purple-2);
	background-color: #fff;
	left: calc(50% - 12px);
	top: -55px;
	border-radius: 100%;
}

.registration-bonuses .registration-bonuses__list .registration-bonuses__item::after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid var(--purple-2);
	background-color: var(--purple-2);
	top: -48px;
	left: calc(50% - 5px);
	border-radius: 100%;
}

@media (max-width: 992px) {
	section.domains .domains__list {
		grid-template-columns: repeat(3, 1fr);
	}

	.hero.hero-domain {
		background-image: url(./domain-hero-mobile-C9q_ITB4.png);
		background-position: right bottom;
		background-repeat: no-repeat;
	}

	.hero.hero-domain .inner::before {
		display: none;
	}

	.hero.hero-domain .btn {
		width: 90%;
		margin: 0 auto;
	}

	.hero.hero-domain .inner .hero__content .hero__title {
		font-size: 1.86rem;
	}

	.hero.hero-domain .inner .hero__content .hero__desc {
		font-size: 1rem;
		margin-bottom: 5.4em;
	}

	section.names {
		margin-top: 4.2em;
	}

	section.names .section-title {
		font-size: 1.56rem;
	}

	section.names .names__search .names__search-btn {
		right: 5px;
		background: var(--gradient-1);
	}

	section.names .names__search .names__search-btn {
		padding: 0.5em;
		border-radius: 3px;
	}

	section.names .names__search .names__search-btn .icon {
		display: block;
	}

	section.names .names__search .names__search-btn .text {
		display: none;
	}

	section.names .names__search .names__input {
		border: 1px solid #8C76EB;
		background-color: transparent;
		border-radius: 6px;
		padding: 0.9em 2.2em;
	}

	.names__table .status {
		display: none;
	}

	section.domains {
		margin-top: 2.6em;
		margin-bottom: 3.9em;
	}

	section.domains .domains__list .domains__item {
		padding: 0.5em 1.25em;
		border-radius: 4px;
	}

	section.domains .domains__list .domains__item .price {
		margin-top: 0.3em;
		font-size: 0.9rem;
		text-align: center;
	}

	section.domains .domains__list .domains__item .name {
		font-size: 1.57em;
	}

	section.domains .domains__list .domains__item.domains__item--no-border {
		grid-column: 1/span 3;
		background-position: 100% center;
		text-align: left;
		justify-self: start;
		padding-left: 0;
		padding-right: 1.9em;
	}

	section.domains .domains__list .domains__item.domains__item--no-border br {
		display: none;
	}

	.banner-domain .inner {
		background: url(./domain-banner-CV5qOjOn.png), var(--gradient-1);
		background-size: 200px 91%, 100% 100% !important;
		background-repeat: no-repeat;
		background-position: 100% -2%, 37% 97% !important;
		border-radius: 10px;
		padding: 2.1em 1.4em 3.1em 20px;
	}

	.banner-domain .inner .banner__pic {
		display: none;
	}

	.banner-domain .inner .banner__title {
		margin-bottom: 0.2em;
	}

	.banner-domain .inner .banner__desc {
		max-width: 242px;
		margin-bottom: 3.4em;
	}

	.banner-domain .inner .banner__btn {
		border-radius: 10px;
		background-color: transparent;
		color: #fff;
	}

	.registration-bonuses .registration-bonuses__section-title {
		font-size: 1.56rem;
		max-width: 300px;
		margin-bottom: 1.1rem;
		margin-left: 20px;
	}

	.registration-bonuses .registration-bonuses__list {
		flex-direction: column;
		row-gap: 2em;
		padding-top: 0;
		padding-left: 48px;
	}

	.registration-bonuses .registration-bonuses__list::before {
		height: 100%;
		width: 1px;
		left: 26px;
		top: 2px;
	}

	.registration-bonuses .registration-bonuses__list .title {
		max-width: 192px;
	}

	.registration-bonuses .registration-bonuses__list .registration-bonuses__item::before {
		left: -34px;
		top: 2px;
		width: 25px;
		height: 25px;
	}

	.registration-bonuses .registration-bonuses__list .registration-bonuses__item::after {
		left: -29px;
		top: 7px;
		width: 14px;
		height: 14px;
	}

	.registration-bonuses .registration-bonuses__list .registration-bonuses__item {
		text-align: left;
		max-width: 100%;
	}
}

@media (max-width: 576px) {
	.banner-domain .inner .banner__desc {
		max-width: 152px;
	}

	.registration-bonuses .registration-bonuses__list .title {
		max-width: 192px;
	}
}

.faq {
	position: relative;
}

.faq::before {
	content: "";
	position: absolute;
	width: 904px;
	height: 800px;
	left: -3%;
	top: -10%;
	background-image: url(./faq_bg-mSrXtqiX.svg);
	background-repeat: no-repeat;
	z-index: -1;
}

.faq .inner {
	display: flex;
	justify-content: space-between;
	margin-top: 8em;
	column-gap: 8em;
}

.faq .inner .faq__left {
	flex-shrink: 0;
	padding-left: 2em;
}

.faq .inner .faq__section-title {
	font-size: 2.5rem;
	max-width: 445px;
	line-height: 1.1;
}

.faq .inner .faq__list {
	background-color: #FBFBFB;
	border-radius: 20px;
	width: 707px;
}

.faq .inner .faq__list .faq__item {
	border-bottom: 2px solid #fff;
	padding: 1.5em 2.2em;
}

.faq .inner .faq__list .faq__item.open .faq__question::before {
	transform: rotate(180deg);
}

.faq .inner .faq__list .faq__item:last-child {
	border-bottom: none;
}

.faq .inner .faq__list .faq__item .faq__question {
	color: #333333;
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 1.15em;
	cursor: pointer;
	position: relative;
}

.faq .inner .faq__list .faq__item .faq__question::before {
	content: "";
	position: absolute;
	background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	height: 8px;
	width: 20px;
	right: 0;
	top: 40%;
}

.faq .inner .faq__list .faq__item .faq__answer {
	font-size: 0.9rem;
	display: none;
}

.faq .inner .faq__list .faq__item.open .faq__answer {
	display: block;
}

@media (max-width: 992px) {
	.faq::before {
		display: none;
	}

	.faq .inner {
		margin-top: 4.9em;
		flex-direction: column;
	}

	.faq .inner .faq__section-title {
		margin-bottom: 1em;
		font-size: 1.6rem;
		margin-left: 20px;
	}

	.faq .inner .faq__left {
		padding-left: 0;
	}

	.faq .inner .faq__list {
		width: unset;
		border-radius: 10px;
	}

	.faq .inner .faq__list .faq__item {
		padding: 1.5em 0.8em 1.5em 20px;
	}

	.faq .inner .faq__list .faq__item .faq__question .text {
		max-width: 182px;
		font-size: 1.2rem;
	}

	.faq .inner .faq__list .faq__item .faq__answer {
		font-size: 1rem;
	}
}

.feedback {
	margin-top: 5em;
	padding-top: 2em;
	margin-bottom: 5em;
	position: relative;
	overflow: hidden;
}

.feedback .inner {
	display: flex;
	justify-content: space-between;
	background: linear-gradient(145deg, rgba(140, 118, 235, 0.2) 17%, rgba(212, 137, 217, 0.2) 45%, rgba(252, 224, 249, 0.2) 71%);
	padding: 2.8em 4em 0 2.3em;
	border-radius: 40px;
	column-gap: 6em;
}

.feedback .inner .feedback__section-title {
	font-size: 2.5rem;
	margin-bottom: 0.2em;
}

.feedback .inner .feedback__left {
	background-image: url(./feedback_bg-zS07Ktlt.png);
	background-position: 40% 100%;
	background-repeat: no-repeat;
	height: 27em;
}

.feedback .inner .feedback__left .feedback__subtitle {
	max-width: 550px;
}

.feedback .inner .feedback__form {
	flex-shrink: 5;
	flex-grow: 2;
	max-width: 600px;
	padding-bottom: 2.8em;
}

.feedback .inner .feedback__form h3 {
	font-size: 1.5rem;
	margin-bottom: 0.6em;
}

.feedback .inner .feedback__form .feedback__form-row {
	display: flex;
	column-gap: 1em;
}

.feedback .inner .feedback__form .feedback__form-group {
	display: flex;
	flex-direction: column;
	margin-bottom: 0.8em;
}

.feedback .inner .feedback__form .feedback__form-group label {
	color: #333333;
	font-size: 0.8rem;
	margin-bottom: 0.3125em;
	display: inline-block;
}

.feedback .inner .feedback__form .feedback__form-group input,
.feedback .inner .feedback__form .feedback__form-group textarea {
	border: 1px solid #D4D4D8;
	border-radius: 10px;
	padding: 1em 1.4em;
	font-weight: 300;
	font-size: 0.7rem;
	resize: none;
	background-color: transparent;
	width: 100%;
}

.feedback .inner .feedback__form .feedback__form-group input::placeholder,
.feedback .inner .feedback__form .feedback__form-group textarea::placeholder {
	color: #A6A6A6;
}

.feedback .inner .feedback__form .feedback__form-group input {
	width: 280px;
}

.feedback .inner .feedback__form .feedback__form-group textarea {
	height: 147px;
}

.feedback .inner .feedback__form .feedback__form-privacy-note {
	display: flex;
	align-items: center;
	column-gap: 1em;
	font-size: 0.6rem;
	padding-bottom: 1em;
	padding-left: 1.4em;
}

.feedback .inner .feedback__form .feedback__form-btn.btn {
	margin-top: 0.3em;
	border: none;
	max-width: 100%;
	font-size: 1rem;
	font-weight: 400;
	width: 100%;
	display: block;
}

@media (max-width: 992px) {
	.feedback {
		margin-bottom: 3em;
		padding-top: 0;
	}

	.feedback::before {
		width: 20%;
	}

	.feedback .inner {
		padding: 2.8em 1.3em 5em 20px;
		flex-direction: column;
		background-image: url(./feedback_bg-zS07Ktlt.png);
		background-position: bottom right;
		background-repeat: no-repeat;
		border-radius: 10px;
		background: url(./feedback_bg-zS07Ktlt.png), linear-gradient(145deg, rgba(140, 118, 235, 0.2) 17%, rgba(212, 137, 217, 0.2) 45%, rgba(252, 224, 249, 0.2) 71%);
		background-position: right bottom;
		background-repeat: no-repeat;
		background-size: 48%, 100%;
	}

	.feedback .inner .feedback__left {
		background-image: none;
		height: unset;
		margin-bottom: 1.3em;
	}

	.feedback .inner .feedback__section-title {
		font-size: 1.45rem;
		margin-bottom: 0.6em;
	}

	.feedback .inner .feedback__form h3 {
		display: none;
	}

	.feedback .inner .feedback__form .feedback__form-row {
		flex-direction: column;
	}

	.feedback .inner .feedback__form {
		max-width: 100%;
	}

	.feedback .inner .feedback__form .feedback__form-group label {
		font-size: 1rem;
	}

	.feedback .inner .feedback__form .feedback__form-group input,
	.feedback .inner .feedback__form .feedback__form-group textarea {
		font-size: 0.9rem;
		width: 100%;
		border-radius: 5px;
		padding-left: 0.8em;
		width: 100%;
	}

	.feedback .inner .feedback__form .feedback__form-group textarea {
		height: 91px;
	}

	.feedback .inner .feedback__form .feedback__form-privacy-note {
		padding-left: 0;
		padding-bottom: 1.7em;
		font-size: 0.75rem;
	}

	.feedback .inner .feedback__form .feedback__form-privacy-note img {
		width: 120%;
	}

	.feedback .inner .feedback__form .feedback__form-btn.btn {
		margin: 0 auto;
		margin-top: 0.3em;
		width: 100%;
		text-align: center;
		font-size: 1rem;
		padding-top: 1.1em;
		padding-bottom: 1.1em;
	}
}

main.blog .blog__header {
	display: flex;
	justify-content: space-between;
	margin-top: 4em;
	margin-bottom: 6em;
}

main.blog .blog__header .hero__title {
	font-size: 2.5rem;
}

main.blog .blog__header--cats {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0.5em;
}

main.blog .blog__header--cats .blog__cat {
	border: 1px solid var(--purple-2);
	background-color: transparent;
	border-radius: 50px;
	font-size: 0.9rem;
	padding: 0.4em 2em;
	cursor: pointer;
}

main.blog .blog__header--cats .blog__cat.active {
	background: var(--gradient-1);
	border-color: #fff;
	color: #fff;
}

main.blog .blog__list {
	display: grid;
	margin-bottom: 4em;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25em;
}

main.blog .blog__item {
	position: relative;
	overflow: hidden;
	padding: 2.1em 2.2em;
	background-color: var(--purple-4);
	color: inherit;
	text-decoration: none;
	border-radius: 30px;
}

main.blog .blog__item .blog__info {
	display: flex;
	align-items: center;
	column-gap: 1em;
	margin-bottom: 0.6em;
}

main.blog .blog__item .blog__info .blog__tag {
	font-size: 0.6rem;
	background-color: var(--purple-3);
	color: #52525B;
	padding: 0.7em 1.2em;
	border-radius: 5px;
}

main.blog .blog__item .blog__info .blog__date {
	color: #52525B;
	font-size: 0.6rem;
}

main.blog .blog__item .blog__pic {
	position: relative;
	top: -20%;
	left: -20%;
}

main.blog .blog__item .blog__pic img {
	width: 100%;
}

main.blog .blog__item .blog__title {
	font-size: 1.3rem;
	margin-bottom: 0.4em;
}

@media (max-width: 992px) {
	main.blog .blog__header {
		flex-direction: column;
	}

	main.blog .blog__header .breadcrumbs {
		justify-content: start;
	}

	main.blog .blog__list {
		grid-template-columns: 1fr;
	}

	main.blog .blog__header .hero__title {
		font-size: 1.6rem;
		margin-left: 20px;
		margin-bottom: 1em;
	}

	main.blog .blog__item {
		padding-left: 20px;
	}
}

main.blog-post .blog-post__header {
	display: flex;
	justify-content: space-between;
	margin-top: 4em;
	margin-bottom: 6em;
}

main.blog-post .blog-post__header .hero__title {
	font-size: 2.5rem;
	max-width: 500px;
	margin-bottom: 0.2em;
}

main.blog-post .blog-post__header .blog-post__header-info {
	display: flex;
	column-gap: 1em;
	align-items: center;
	font-size: 0.8rem;
}

main.blog-post .blog-post__header .blog-post__header-info .blog-post__header-tags {
	display: flex;
	column-gap: 1em;
}

main.blog-post .blog-post__header .blog-post__header-info .blog-post__header-tags .tag {
	font-size: 0.6rem;
	background-color: var(--purple-3);
	color: #52525B;
	padding: 0.7em 1.2em;
	border-radius: 5px;
}

main.blog-post .blog-post__content {
	margin-bottom: 4em;
}

main.blog-post .blog-post__content .blog-post__content-date {
	font-size: 0.8rem;
	padding-bottom: 1em;
	border-bottom: 1px solid var(--gray-300);
	margin-bottom: 3em;
}

main.blog-post .blog__list {
	display: grid;
	margin-bottom: 4em;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25em;
}

main.blog-post .blog__item {
	position: relative;
	overflow: hidden;
	padding: 2.1em 2.2em;
	background-color: var(--purple-4);
	color: inherit;
	text-decoration: none;
	display: block;
	border-radius: 30px;
}

main.blog-post .blog__item .blog__info {
	display: flex;
	align-items: center;
	column-gap: 1em;
	margin-bottom: 0.6em;
}

main.blog-post .blog__item .blog__info .blog__tag {
	font-size: 0.6rem;
	background-color: var(--purple-3);
	color: #52525B;
	padding: 0.7em 1.2em;
	border-radius: 5px;
}

main.blog-post .blog__item .blog__info .blog__date {
	color: #52525B;
	font-size: 0.6rem;
}

main.blog-post .blog__item .blog__pic {
	position: relative;
	top: -20%;
	left: -20%;
}

main.blog-post .blog__item .blog__pic img {
	width: 100%;
}

main.blog-post .blog__item .blog__title {
	font-size: 1.3rem;
	margin-bottom: 0.4em;
}

main.default-page .default-page__header {
	display: flex;
	justify-content: space-between;
	margin-top: 4em;
	margin-bottom: 3em;
}

main.default-page .default-page__header .hero__title {
	font-size: 2.5rem;
	max-width: 500px;
	margin-bottom: 0.2em;
}

main.default-page .default-page__content {
	margin-bottom: 4em;
}

main.default-page .default-page__content p {
	margin: revert;
	padding: revert;
}

main.default-page .default-page__content strong,
main.default-page .default-page__content b,
main.default-page .default-page__content i,
main.default-page .default-page__content em {
	font: revert;
}

main.default-page .default-page__content object,
main.default-page .default-page__content iframe,
main.default-page .default-page__content figure,
main.default-page .default-page__content h1,
main.default-page .default-page__content h2,
main.default-page .default-page__content h3,
main.default-page .default-page__content h4,
main.default-page .default-page__content h5,
main.default-page .default-page__content h6,
main.default-page .default-page__content p,
main.default-page .default-page__content blockquote,
main.default-page .default-page__content pre,
main.default-page .default-page__content a,
main.default-page .default-page__content code,
main.default-page .default-page__content em,
main.default-page .default-page__content img,
main.default-page .default-page__content small,
main.default-page .default-page__content strike,
main.default-page .default-page__content strong,
main.default-page .default-page__content sub,
main.default-page .default-page__content sup,
main.default-page .default-page__content tt,
main.default-page .default-page__content b,
main.default-page .default-page__content u,
main.default-page .default-page__content i,
main.default-page .default-page__content ol,
main.default-page .default-page__content ul,
main.default-page .default-page__content li,
main.default-page .default-page__content fieldset,
main.default-page .default-page__content form,
main.default-page .default-page__content label,
main.default-page .default-page__content table,
main.default-page .default-page__content caption,
main.default-page .default-page__content tbody,
main.default-page .default-page__content tfoot,
main.default-page .default-page__content thead,
main.default-page .default-page__content tr,
main.default-page .default-page__content th,
main.default-page .default-page__content td,
main.default-page .default-page__content main,
main.default-page .default-page__content canvas,
main.default-page .default-page__content embed,
main.default-page .default-page__content footer,
main.default-page .default-page__content header,
main.default-page .default-page__content nav,
main.default-page .default-page__content section,
main.default-page .default-page__content video {
	margin: revert;
	padding: revert;
	border: revert;
	font-size: revert;
	font: revert;
	vertical-align: revert;
	text-rendering: revert;
}

main.default-page .default-page__content ul,
main.default-page .default-page__content ol {
	list-style: unset;
}

.footer {
	background-color: var(--gray-main);
}

.footer .inner {
	display: flex;
	justify-content: space-between;
	padding-top: 2em;
	padding-bottom: 5em;
	padding-left: 2em;
}

.footer .inner .footer__left .footer__logo {
	margin-bottom: 3.2em;
}

.footer .inner .footer__left .footer__logo img {
	max-width: 255px;
}

.footer .inner .footer__left .footer__logo .stoke-btn {
	display: none;
}

.footer .inner .footer__left .footer__details {
	font-size: 0.8rem;
	color: #AFAFAF;
	margin-bottom: 2.6em;
}

.footer .inner .footer__left .footer__details .item {
	margin-bottom: 0.7em;
}

.footer .inner .footer__left .footer__tl-link a {
	text-decoration: none;
	color: inherit;
	font-weight: 500;
	padding-left: 2em;
	background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='20'%20viewBox='0%200%2024%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.9636%200.177096C18.7984%201.49929%205.22202%207.16822%201.47059%208.71391C-1.04416%209.70399%200.426576%2010.6314%200.426576%2010.6314C0.426576%2010.6314%202.57469%2011.3729%204.41415%2011.9306C6.25361%2012.4883%207.23548%2011.868%207.23548%2011.868L15.8859%205.99015C18.9538%203.88676%2018.2184%205.61835%2017.481%206.36195C15.8859%207.97031%2013.2469%2010.5061%2011.0387%2012.5489C10.0568%2013.4157%2010.5478%2014.1573%2010.9786%2014.5291C12.5737%2015.8909%2016.9299%2018.6753%2017.1744%2018.8591C18.4711%2019.7844%2021.0211%2021.117%2021.4085%2018.3014L22.9413%208.58858C23.4323%205.30921%2023.9232%202.2784%2023.9854%201.41156C24.1697%20-0.691833%2021.9615%200.175008%2021.9615%200.175008L21.9636%200.177096Z'%20fill='url(%23paint0_linear_3371_321)'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3371_321'%20x1='-5.80746'%20y1='23.0932'%20x2='41.9916'%20y2='15.8313'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.170791'%20stop-color='%238C76EB'/%3e%3cstop%20offset='0.450396'%20stop-color='%23D489D9'/%3e%3cstop%20offset='0.712623'%20stop-color='%23FCE0F9'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: left center;
}

.footer .inner .footer__right .footer__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 2em;
	column-gap: 2em;
}

.footer .inner .footer__right .footer__top .footer__login {
	padding: 0.5em 1.8em;
}

.footer .inner .footer__right .footer__top .footer__contacts {
	display: flex;
	align-items: center;
	font-size: 1.3rem;
	column-gap: 3em;
}

.footer .inner .footer__right .footer__top .footer__contacts>* {
	padding-left: 1.5em;
}

.footer .inner .footer__right .footer__top .footer__contacts .footer__phone {
	background-image: url(./points-BUwXcPux.svg);
	background-repeat: no-repeat;
	background-position: left center;
}

.footer .inner .footer__right .footer__top .footer__contacts .footer__email {
	background-image: url("data:image/svg+xml,%3csvg%20width='31'%20height='21'%20viewBox='0%200%2031%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3371_322)'%3e%3cpath%20d='M5.54195%2012.3107C5.89353%2012.3457%206.23872%2012.352%206.57752%2012.3329C7.78888%2012.2598%208.7797%2013.2493%208.70619%2014.452C8.68701%2014.7893%208.69341%2015.1329%208.72856%2015.4829C9.0322%2018.4134%2011.4453%2020.752%2014.3954%2020.9811C18.2117%2021.277%2021.376%2018.1302%2021.0755%2014.3311C20.8454%2011.3943%2018.493%208.99203%2015.5525%208.68976C15.2009%208.65476%2014.8557%208.64839%2014.5201%208.66748C13.3087%208.74067%2012.3179%207.75112%2012.3914%206.54839C12.4106%206.21112%2012.4042%205.86748%2012.369%205.51748C12.0622%202.58703%209.64907%200.248394%206.69897%200.019303C2.8827%20-0.276606%20-0.278345%202.87021%200.018902%206.6693C0.249029%209.60612%202.59824%2012.0084%205.54195%2012.3107Z'%20fill='url(%23paint0_linear_3371_322)'/%3e%3cpath%20d='M27.6152%205.30642C27.4011%205.28414%2027.1901%205.28096%2026.9824%205.29369C26.244%205.33823%2025.6368%204.73369%2025.6815%203.99869C25.6943%203.79187%2025.6911%203.58187%2025.6687%203.36869C25.4833%201.58051%2024.0099%200.15187%2022.2072%200.0118701C19.8772%20-0.169494%2017.9467%201.75232%2018.1289%204.07187C18.2695%205.86642%2019.7046%207.33323%2021.5009%207.51778C21.715%207.54005%2021.926%207.54323%2022.1337%207.53051C22.872%207.48596%2023.4793%208.09051%2023.4346%208.82551C23.4218%209.03233%2023.425%209.24233%2023.4474%209.45551C23.6327%2011.2437%2025.1062%2012.6723%2026.9088%2012.8123C29.2389%2012.9937%2031.1694%2011.0719%2030.9872%208.75233C30.8466%206.95778%2029.4115%205.49096%2027.612%205.30642H27.6152Z'%20fill='url(%23paint1_linear_3371_322)'/%3e%3c/g%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3371_322'%20x1='-5.10503'%20y1='24.251'%20x2='37.2003'%20y2='18.8701'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.170791'%20stop-color='%238C76EB'/%3e%3cstop%20offset='0.450396'%20stop-color='%23D489D9'/%3e%3cstop%20offset='0.712623'%20stop-color='%23FCE0F9'/%3e%3c/linearGradient%3e%3clinearGradient%20id='paint1_linear_3371_322'%20x1='14.9998'%20y1='14.8092'%20x2='40.8337'%20y2='11.5234'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.170791'%20stop-color='%238C76EB'/%3e%3cstop%20offset='0.450396'%20stop-color='%23D489D9'/%3e%3cstop%20offset='0.712623'%20stop-color='%23FCE0F9'/%3e%3c/linearGradient%3e%3cclipPath%20id='clip0_3371_322'%3e%3crect%20width='31'%20height='21'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: left center;
}

.footer .inner .footer__right .footer__nav {
	display: flex;
	column-gap: 6.3em;
	padding-bottom: 2em;
}

.footer .inner .footer__right .footer__nav .footer__nav-block {
	display: flex;
	flex-direction: column;
}

.footer .inner .footer__right .footer__nav .footer__nav-block .title {
	min-height: 1em;
	font-weight: 600;
	margin-bottom: 1.2em;
}

.footer .inner .footer__right .footer__nav .footer__nav-block .footer__nav-block {
	display: grid;
}

.footer .inner .footer__right .footer__nav .footer__nav-block.footer__nav-block--products .footer__nav-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 5em;
}

.footer .inner .footer__right .footer__nav .footer__nav-block.footer__nav-block--contacts {
	display: none;
}

.footer .inner .footer__right .footer__nav .footer__nav-block a {
	display: block;
	font-size: 0.8rem;
	margin-bottom: 1.3em;
	color: inherit;
	text-decoration: none;
}

.footer .inner .footer__right .footer__nav .footer__nav-block a::before {
	content: "- ";
}

.footer .inner .footer__right .footer__nav .footer__nav-block--info a::before {
	content: "";
}

.footer .inner .footer__right .footer__bottom {
	color: #A2A2A2;
	font-size: 0.8rem;
	display: flex;
	column-gap: 7.9em;
}

.footer .inner .footer__right .footer__bottom a {
	text-decoration: none;
	color: inherit;
}

.footer .inner .footer__right .footer__right {
	display: flex;
}

@media (max-width: 992px) {
	.footer .inner {
		flex-direction: column;
		padding-left: 0em;
		padding-left: 20px;
	}

	.footer .inner .footer__left .footer__logo {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.footer .inner .footer__left .footer__logo img {
		width: 50%;
	}

	.footer .inner .footer__left .footer__logo .stoke-btn {
		display: block;
		padding: 0.54em 1.6em;
		font-size: 0.87rem;
		border-radius: 6px;
	}

	.footer .inner .footer__left .footer__tl-link {
		display: none;
	}

	.footer .inner .footer__right .footer__top {
		display: none;
	}

	.footer .inner .footer__right .footer__nav {
		flex-direction: column;
	}

	.footer .inner .footer__right .footer__nav .footer__nav-block {
		padding-top: 1.1em;
		padding-bottom: 1.1em;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}

	.footer .inner .footer__right .footer__nav .footer__nav-block .title {
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 0;
	}

	.footer .inner .footer__right .footer__nav .footer__nav-block .title::after {
		content: "";
		background-image: url("data:image/svg+xml,%3csvg%20width='17'%20height='9'%20viewBox='0%200%2017%209'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201.5L8.5%207.5L16%201.5'%20stroke='url(%23paint0_linear_3245_842)'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_3245_842'%20x1='1.7334'%20y1='8.55917'%20x2='15.8363'%20y2='3.01917'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20offset='0.07'%20stop-color='%23582BAF'/%3e%3cstop%20offset='0.25'%20stop-color='%235F33B7'/%3e%3cstop%20offset='0.54'%20stop-color='%23744ACF'/%3e%3cstop%20offset='0.85'%20stop-color='%23926BF2'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");
		background-repeat: no-repeat;
		width: 17px;
		height: 10px;
	}

	.footer .inner .footer__right .footer__nav .footer__nav-block .title.open::after {
		transform: rotate(-180deg);
		transition: all ease-in 0.25s;
	}

	.footer .inner .footer__right .footer__nav .footer__nav-block .footer__nav-list {
		display: none;
		padding-top: 1em;
	}

	.footer .inner .footer__right .footer__nav .footer__nav-block .footer__nav-list.open {
		display: grid;
	}

	.footer .inner .footer__right .footer__nav .footer__nav-block.footer__nav-block--products .footer__nav-list {
		grid-template-columns: 1fr;
	}

	.footer .inner .footer__right .footer__nav .footer__nav-block.footer__nav-block--contacts {
		display: block;
	}

	.footer .inner .footer__right .footer__bottom {
		flex-direction: column;
		row-gap: 1em;
	}
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

/* FONT_START */
@font-face {
	font-family: 'swiper-icons';
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');
	font-weight: 400;
	font-style: normal;
}

/* FONT_END */
:root {
	--swiper-theme-color: #007aff;
	/*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
	position: relative;
	display: block;
	margin-left: auto;
	margin-right: auto;
	z-index: 1;
}

.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
	display: block;
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
	touch-action: pan-y;
}

.swiper-vertical {
	touch-action: pan-x;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto;
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
	perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
	transform-style: preserve-3d;
}

.swiper-3d {
	perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode>.swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
	scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
	scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
	content: '';
	flex-shrink: 0;
	order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
	scroll-snap-align: center center;
	scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
	margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
	height: 100%;
	min-height: 1px;
	width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
	margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
	width: 100%;
	min-width: 1px;
	height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
	background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
	animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

/* Slide styles end */
:root {
	--swiper-navigation-size: 44px;
	/*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 50%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
	opacity: 0;
	cursor: auto;
	pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
	display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
	width: 100%;
	height: 100%;
	object-fit: contain;
	transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
	transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 10px);
	right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-lock {
	display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
	content: 'prev';
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 10px);
	left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
	content: 'next';
}

/* Navigation font end */
:root {
	/*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
	display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: var(--swiper-pagination-bottom, 8px);
	top: var(--swiper-pagination-top, auto);
	left: 0;
	width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
	height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
	display: inline-block;
	border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
	background: var(--swiper-pagination-bullet-inactive-color, #000);
	opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet:only-child {
	display: none !important;
}

.swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
	right: var(--swiper-pagination-right, 8px);
	left: var(--swiper-pagination-left, auto);
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
	display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform,
		200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform,
		200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform,
		200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
	color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
	background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-theme-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: var(--swiper-pagination-progressbar-size, 4px);
	left: 0;
	top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
	width: var(--swiper-pagination-progressbar-size, 4px);
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-lock {
	display: none;
}

:root {
	/*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	position: relative;
	touch-action: none;
	background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
	display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
	position: absolute;
	left: var(--swiper-scrollbar-sides-offset, 1%);
	bottom: var(--swiper-scrollbar-bottom, 4px);
	top: var(--swiper-scrollbar-top, auto);
	z-index: 50;
	height: var(--swiper-scrollbar-size, 4px);
	width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
	position: absolute;
	left: var(--swiper-scrollbar-left, auto);
	right: var(--swiper-scrollbar-right, 4px);
	top: var(--swiper-scrollbar-sides-offset, 1%);
	z-index: 50;
	width: var(--swiper-scrollbar-size, 4px);
	height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
	border-radius: var(--swiper-scrollbar-border-radius, 10px);
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}