@font-face {
	font-family: "Onest";
	font-style: normal;
	font-display: swap;
	src: local("Onest"),
		url("../fonts/onest/regular-var.woff2") format("woff2-variations");
}
* {
	font: inherit;
	margin: 0;
	padding: 0;
}
html {
	--content-max-width: 1248px;
	color-scheme: light dark;
	background: light-dark(#fff, #333);
	color: light-dark(#191828, #ccc);
	font: 500 16px / 1.5 "Onest", system-ui, sans-serif;
}
html:lang(ka) {
	font-family: "Noto Sans Georgian", "Noto Sans", system-ui, sans-serif;
}
html.big-text {
	font-size: max(1rem, 22px);
}
body {
	min-inline-size: 320px;
	max-inline-size: 1920px;
	margin-inline: auto;
}
@media all and (max-width: 500px) {
	html {
		hyphens: auto;
		overflow-wrap: break-word;
	}
}
[hidden] {
	display: none !important;
}
/* Hierarchy */
article,
aside,
main,
section,
header,
footer {
	display: flow-root;
}
article,
aside {
	contain: content;
}
figure {
	box-sizing: border-box;
	max-inline-size: 100%;
	overflow: auto;
}
figcaption {
	text-align: center;
	font-style: italic;
}
hr {
	margin-block: 2em;
	margin-inline: auto;
	color: inherit;
	border: none;
	border-block-start: .2em dashed currentColor;
	max-inline-size: 90%;
}
/* Line spacing */
:where(h2, h3, h4, h5, h6, p, ul, ol, blockquote, dl, fieldset, table, figure, figcaption, details):not([class], :first-child) {
	margin-block-start: 1em;
}
/* Inline content */
b,
strong {
	font-weight: bold;
}
i,
em {
	font-style: italic;
}
sub,
sup {
	font-size: smaller;
}
img {
	vertical-align: middle;
	max-inline-size: 100%;
	block-size: auto;
}
video {
	max-inline-size: 100%;
	block-size: auto;
}
iframe {
	border: none;
}
/* Headings */
h1, h2, h3, h4, h5, h6 {
	overflow-wrap: break-word;
	break-after: avoid;
	break-inside: avoid;
}
:where(h1, h2, h3, h4, h5, h6):not([class]) {
	line-height: normal;
}
:is(h1, h2, h3, h4, h5, h6) > a {
	text-decoration: none;
	color: inherit;
}
:is(h1, h2, h3, h4, h5, h6) > a:focus-visible {
	text-decoration: underline;
}
h1:not([class]) {
	font-size: 34px;
	font-weight: 600;
}
h2:not([class]) {
	font-size: 34px;
	font-weight: 600;
}
h3:not([class]) {
	font-size: 30px;
	font-weight: 500;
	text-wrap: balance;
}
h4:not([class]) {
	font-size: 1.25rem;
	font-weight: 500;
}
@media all and (min-width: 1248px) {
	h1:not([class]) {
		font-size: 70px;
		font-weight: normal;
		line-height: 1;
	}
	h1:lang(ka):not([class]) {
		font-size: 45px;
		line-height: 1.2;
	}
	h2:not([class]) {
		font-size: 60px;
		font-weight: normal;
		line-height: 1;
	}
	h2:lang(ka):not([class]) {
		font-size: 45px;
		line-height: 1.2;
	}
}
/* Links */
a img {
	border: none;
}
a {
	color: inherit;
	text-decoration: underline;
}
/* Lists */
:where(ul, ol):not([class]) {
	margin-inline-start: 1.5em;
}
:where(ul, ol):not([class]) > li:not(:first-child) {
	margin-block-start: .5em;
}
/* Dialogs */
dialog {
	border: none;
	box-sizing: border-box;
}
dialog::backdrop {
	background: rgba(0,0,0,.75);
}
@media print {
	dialog { display: none; }
}
/* Forms */
fieldset {
	border: 1px dashed light-dark(#ccc, #a9a9a9);
	padding: 1em;
}
@media all and (prefers-contrast: more) {
	fieldset {
		border-color: light-dark(#000, #fff);
	}
}
input,
textarea,
select,
option,
button {
	box-sizing: border-box;
}
input:not([type="checkbox"], [type="radio"], [type="range"]),
textarea {
	padding: .2em .5em;
}
button {
	padding: .25em 1em;
}
select {
	padding-block: .25em;
	padding-inline: .25em .8em;
}
option {
	padding: .2em;
}
input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	height: 1em;
}
/* Tables */
table {
	border-collapse: collapse;
	margin-inline: auto;
}
caption {
	padding-block: .2em;
	padding-inline: 1em;
	text-align: start;
}
td, th {
	padding-block: .2em;
	padding-inline: 1em;
	text-align: start;
	min-width: 6em;
}
th {
	font-weight: bold;
}
thead {
	border-block-end: .1em solid light-dark(#7e7e7e, #e6e6e6);
}
tfoot {
	border-block-start: .1em solid light-dark(#7e7e7e, #e6e6e6);
}
@media all and (prefers-contrast: more) {
	thead {
		border-block-end-color: light-dark(#000, #fff);
	}
	tfoot {
		border-block-start-color: light-dark(#000, #fff);
	}
}
tbody > tr:nth-child(even) {
	background: light-dark(rgba(0,0,0,.08), rgba(255,255,255,.08));
	color: light-dark(#000, #fff);
}
th[scope="row"] {
	text-align: start;
}
thead > tr > th {
	vertical-align: bottom;
}
@supports (margin-trim: block) {
	td, th {
		margin-trim: block;
	}
}
@supports not (margin-trim: block) {
	:where(td, th) > :first-child {
		margin-block-start: 0 !important;
	}
	:where(td, th) > :last-child {
		margin-block-end: 0 !important;
	}
}
/* Quotations */
blockquote:not([class]) {
	padding-inline-start: 1em;
	border-inline-start: 4px solid light-dark(#ddd, #909090);
}
@media all (prefers-contrast: more) {
	blockquote:not([class]) {
		border-inline-start-color: light-dark(#000, #fff);
	}
}
/* Definition lists */
dl:not([class]) > dt {
	font-weight: bold;
}
dl:not([class]) > dt:not(:first-child) {
	margin-block-start: 1em;
}
dl:not([class]) > dd {
	margin-inline-start: 2em;
}
dl:not([class]) > dd:not(:first-child) {
	margin-block-start: .5em;
}
/* Spoilers */
details {
	border: 1px solid light-dark(#e2e2e2, #000);
	border-radius: .5em;
	padding: 1em;
	background: light-dark(#fbfbfb, #111);
	color: light-dark(#000, #ccc);
}
summary {
	font-weight: 500;
	font-size: 1.5rem;
	cursor: pointer;
	transition: color 300ms ease-out;
}
details[open] > summary {
	color: light-dark(#4e44db, #aca9e1);
}
.menu-horizontal {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}
.menu-horizontal li {
	list-style: none;
	position: relative;
}
.menu-horizontal li:hover > ul,
.menu-horizontal ul:hover,
.menu-horizontal > li:focus-within > ul,
.menu-horizontal > li li:focus-within > ul {
	display: block;
}
.menu-horizontal > li {
	display: inline-block;
}
.menu-horizontal > li ul {
	display: none;
	position: absolute;
}
.menu-horizontal > li > ul {
	inset-inline-start: 0;
	inset-block-start: 100%;
}
.menu-horizontal > li > ul ul {
	inset-inline-start: 100%;
	inset-block-start: 0;
}
.menu-horizontal > li li > :first-child {
	display: block;
	padding-block: .2em;
	padding-inline: .5em;
}
.menu-horizontal .nav-header {
	cursor: default;
}
/* When to show what */
.mobile-nav-button {
	display: none;
}
@media not all and (min-width: 1248px) {
	.top-nav {
		display: none;
	}
	.mobile-nav-button {
		display: block;
	}
}
/* Command panel */
.page-controls {
	font-size: 20px;
	position: fixed;
	z-index: 9;
	inset-block-start: 16px;
	inset-inline-end: 16px;
	display: flex;
	flex-direction: column;
	align-items: end;
	gap: 16px;
}
.page-controls-button {
	box-sizing: border-box;
	padding-block: 9px;
	padding-inline: 12px;
	background: light-dark(#fff, #161616);
	color: light-dark(#000, #f0f0f0);
	border: .05em solid light-dark(#333, #ccc);
	line-height: normal;
	cursor: pointer;
	transition: background-color 200ms ease-out, color 200ms ease-out, border-color 200ms ease-out;
}
.page-controls-button:hover,
.page-controls-button:focus {
	background-color: light-dark(#333, #ccc);
	color: light-dark(#fff, #000);
}
.page-controls-button > svg {
	vertical-align: -.15em;
}
@media all and (prefers-contrast: more) {
	.page-controls-button {
		border-color: light-dark(#000, #fff);
		background-color: light-dark(#fff, #000);
		color: light-dark(#000, #fff);
	}
	.page-controls-button:hover,
	.page-controls-button:focus {
		background-color: light-dark(#000, #fff);
	}
}
/* Menu dialog */
.dialog-mobile-menu {
	background: transparent;
	max-block-size: none;
	block-size: 100%;
	inline-size: 100%;
	max-inline-size: 400px;
}
.mobile-menu {
	box-sizing: border-box;
	padding: 16px;
	background: light-dark(#f8f8f8, #4d4b45);
	color: light-dark(#000, #fff);
	box-shadow: 2px 0 2px 0 rgba(0,0,0,.2);
	block-size: 100%;
	overflow: auto;
	overscroll-behavior: contain;
}
@media all and (prefers-contrast: more) {
	.mobile-menu {
		background-color: light-dark(#f8f8f8, #2a2926);
	}
}
/* Menu dialog content */
.mobile-menu-itself {
	font-weight: normal;
	padding: 0;
}
.mobile-menu-itself li {
	list-style: none;
	position: relative;
}
.mobile-menu-itself li:hover > ul,
.mobile-menu-itself li:focus > ul {
	display: block;
}
.mobile-menu-itself li > :first-child:focus + ul {
	display: block;
}
.mobile-menu-itself > li ul {
	margin-inline-start: 1.2em;
}
.mobile-menu-itself .separator::after {
	content: ":";
}
.mobile-menu-itself li > a,
.button-mobile-menu-close {
	display: block;
	box-sizing: border-box;
	padding-block: 6px 5px;
	padding-inline: 12px;
	outline: none;
	border: none;
	inline-size: 100%;
	cursor: pointer;
	background: transparent;
	color: inherit;
	text-align: start;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.mobile-menu-itself li > a:hover,
.mobile-menu-itself li > a:focus,
.button-mobile-menu-close:hover,
.button-mobile-menu-close:focus {
	background-color: #7c7c7c;
	color: #fff;
}
@media all and (prefers-color-scheme: light) and (prefers-contrast: more) {
	.mobile-menu-itself li > a:hover,
	.mobile-menu-itself li > a:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (not (prefers-contrast: more)) {
	.mobile-menu-itself li > :first-child:hover,
	.mobile-menu-itself li > :first-child:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #fafafa;
		color: #000;
	}
}
@media all and (prefers-color-scheme: dark) and (prefers-contrast: more) {
	.mobile-menu-itself li > :first-child:hover,
	.mobile-menu-itself li > :first-child:focus,
	.button-mobile-menu-close:hover,
	.button-mobile-menu-close:focus {
		background-color: #fff;
		color: #000;
	}
}
.mobile-menu a {
	text-decoration: none;
	outline: none;
}
@media print {
	.page-controls {
		display: none;
	}
}
.ajax-form-result {
	display: none;
	background: #fbfbfb;
	color: #000;
	border: .1em solid #999;
	padding-block: .5em;
	padding-inline: 1em;
}
.ajax-form-result[data-state="positive"] {
	display: block;
	background-color: #f4f9ee;
	border-color: #99bf7f;
}
.ajax-form-result[data-state="negative"] {
	display: block;
	background-color: #f9f3ee;
	border-color: #bf857f;
}
.ajax-form-result:not(:first-child) {
	margin-block-start: 1em;
}
/* Dialog layout */
.dialog-layout[open],
.dialog-layout:popover-open {
	box-sizing: border-box;
	background: transparent;
	max-inline-size: none;
	max-block-size: none;
	inline-size: 100%;
	block-size: 100%;
	padding: 1em;
	display: grid;
	place-content: safe center;
}
.dialog-layout-inner {
	background: light-dark(#f0f0f0, #333);
	color: light-dark(#000, #fff);
	padding: 1.5em;
	box-shadow: 0 0 3px 3px rgba(255,255,255,.15);
	border-radius: 4px;
	position: relative;
	overflow: auto;
}
@media all and (prefers-contrast: more) {
	.dialog-layout-inner {
		background: light-dark(#fff, #000);
	}
}
.form-close-dialog {
	position: absolute;
	z-index: 1;
	inset-block-start: .5em;
	inset-inline-end: .5em;
}
.form-close-dialog-button {
	background: transparent;
	color: #b24539;
	border: none;
	cursor: pointer;
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
	text-align: center;
	padding: 0;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.form-close-dialog-button:hover,
.form-close-dialog-button:focus {
	background-color: #b24539;
	color: #fff;
}
/* .limit-content is a wrapper for normal content, which needs padding on narrow screens. */
.limit-content {
	display: flow-root;
}
@media not print {
	.limit-content {
		max-inline-size: var(--content-max-width);
		margin-inline: auto;
		padding-inline: 1.5rem;
	}
}
/* Alternatively, one can increase paddings to fill space. */
.pad-content {
	display: flow-root;
}
@media not print {
	.pad-content {
		padding-inline: max(1.5rem, (100% - var(--content-max-width)) / 2);
	}
}
/* Template */
.top {
	padding-block: 1.5rem;
	font-size: .9375rem;
	font-weight: 600;
	border-bottom: 1px solid light-dark(#e5e6e6, #444);
}
.l-top {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1em;
}
@media not print {
	@media (max-width: 1599px) {
		.l-top {
			padding-inline-end: 72px;
		}
	}
}
@media print {
	nav {
		display: none !important;
	}
}
.main-menu a {
	text-decoration: none;
	transition: color 300ms ease-out;
}
.main-menu a:hover,
.main-menu a:focus,
.main-menu a[aria-current="page"] {
	color: #6c53e8;
	text-decoration: underline;
}
.main-menu > .languages-start::before {
	display: inline-block;
	content: "";
	speak: never;
	width: .2em;
	height: .2em;
	border-radius: 50%;
	background: currentColor;
	opacity: .7;
	margin-inline-end: 1em;
	vertical-align: .25em;
}
.button-1 {
	box-sizing: border-box;
	display: inline-block;
	font-size: .9375rem;
	font-weight: bold;
	background: transparent;
	color: inherit;
	padding: 1em 2em;
	border-radius: 2em;
	text-align: center;
	text-decoration: none;
	position: relative;
	transition: background-color 300ms ease-out, color 300ms ease-out;
}
.button-1::before {
	content: "";
	speak: never;
	position: absolute;
	inset: 0;
	padding: 1px;
	background: linear-gradient(to right, #e390f3, #a6acef);
	border: none;
	border-radius: inherit;
	mask: conic-gradient(#000 0 0) content-box, conic-gradient(#000 0 0);
	mask-composite: exclude;
	pointer-events: none;
}
.button-1:hover,
.button-1:focus {
	background-color: #9c6cfe;
	color: #fff;
}
.button-1:hover::before,
.button-1:focus::before {
	content: none;
}
.button-1:focus-visible {
	text-decoration: underline;
}
.button-2 {
	box-sizing: border-box;
	display: inline-block;
	font-size: .9375rem;
	font-weight: 800;
	background: linear-gradient(to right top, #9C6CFE, #9C6CFE, #F08AF4);
	color: #fff;
	padding: 1em 2em;
	border: none;
	border-radius: 2em;
	text-align: center;
	text-decoration: none;
}
.button-2:hover,
.button-2:focus {
	background: linear-gradient(to left top, #9C6CFE, #9C6CFE, #F08AF4);
}
.button-2:focus-visible {
	text-decoration: underline;
}
main > section {
	padding-block: 2rem;
}
@media all and (min-width: 1248px) {
	main > section {
		padding-block: 6rem;
	}
}
.main-info {
	font-size: 1.25rem;
	background: linear-gradient(to bottom, light-dark(#fff, #333), light-dark(#f5faff, #414344));
	color: light-dark(#000, #ccc);
}
.main-info > div {
	box-sizing: border-box;
}
@media all and (min-width: 1248px) {
	.main-info {
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		background: url("../images/main-info-decor-en.webp") calc(50% + 343px) 100% no-repeat, linear-gradient(to bottom, light-dark(#fff, #333), light-dark(#f5faff, #414344)) transparent;
		min-height: 821px;
	}
	.main-info:lang(ru) {
		background-image: url("../images/main-info-decor.webp");
	}
	.main-info:lang(ka) {
		background-image: url("../images/main-info-decor-ka.webp");
	}
	.main-info > div:first-child {
		inline-size: calc(50% + 48px);
	}
	.main-info > div:nth-child(2) {
		inline-size: calc(50% - 76px);
		padding-block-start: 476px;
	}
}
@media not all and (min-width: 1248px) {
	main > section.main-info {
		padding-block-end: 0;
	}
	.main-info > div:not(:first-child) {
		margin-block-start: 2em;
	}
	.main-info > div:nth-child(2) {
		background: url("../images/main-info-decor.webp") left bottom no-repeat transparent;
		min-height: 749px;
		padding-block-start: 460px;
	}
}
.controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1em;
}
.controls p:not(:first-child),
.controls:not(:first-child) {
	margin-block-start: 1.5em;
}
.pre-text {
	background: light-dark(#f5faff, #222);
	padding-block: 1em;
	padding-inline: 2em;
	border-radius: 2em;
	border: 1px solid light-dark(#eeeeef, #000);
	inline-size: fit-content;
	margin-block-end: 1.5em;
}
.pre-text > img {
	margin-inline-end: 1em;
}
.bottom {
	padding-block: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 1em;
}
@media all and (min-width: 1248px) {
	.bottom {
		padding-block: 4rem;
	}
	.bottom > * {
		box-sizing: border-box;
		inline-size: calc(25% - 1em);
	}
	.bottom > :first-child {
		inline-size: 50%;
		padding-inline-end: 272px;
	}
}
.bottom-menu > li {
	list-style: none;
}
.bottom-menu > li:not(:first-child) {
	margin-block-start: 1em;
}
.bottom-menu a {
	text-decoration: none;
	transition: color 300ms ease-out;
}
.bottom-menu a:hover,
.bottom-menu a:focus {
	color: #6c53e8;
	text-decoration: underline;
}
.bottom-copyright:not(:first-child) {
	margin-block-start: 1rem;
}
.bottom-copyright {
	font-size: .8125rem;
	opacity: .6;
}
.button-3 {
	box-sizing: border-box;
	font-size: 1rem;
	font-weight: 500;
	background: light-dark(rgba(233,244,255,.1), #9c6cfe);
	backdrop-filter: blur(20px);
	color: light-dark(#4e44db, #fff);
	padding: .95em 1.5em;
	border: 1px solid light-dark(#dfe2e6, #9c6cfe);
	border-radius: 2em;
	text-align: center;
	text-decoration: none;
	transition: background-color 300ms ease-out, color 300ms ease-out, border-color 300ms ease-out;
}
@media all and (prefers-color-scheme: dark) {
	.button-3 {
		background-image: linear-gradient(to right, #9c6cfe, #9c6cfe, #f08af4);
	}
}
.button-3:hover,
.button-3:focus {
	background: #9c6cfe;
	color: #fff;
	border-color: light-dark(#8c62e7, #8059d0);
}
.button-3:focus-visible {
	text-decoration: underline;
}
ul.decorated-line:not(:first-child) {
	margin-block-start: 2em;
}
ul.decorated-line {
	opacity: .8;
}
ul.decorated-line > li {
	list-style: none;
	display: inline-block;
}
ul.decorated-line > li:not(:first-child) {
	margin-inline-start: 1em;
	padding-inline-start: calc(1em + 13px);
	background: url("../images/star.svg") left center / 13px 13px no-repeat transparent;
	min-height: 13px;
}
@media all and (min-width: 1248px) {
	ul.decorated-line:not(:first-child) {
		margin-block-start: 165px;
	}
}
.hl {
	color: light-dark(#4e44db, #b590ff);
}
.subtitle {
	font-size: 1.25rem;
}
.subtitle:not(:first-child) {
	margin-block-start: 1em;
}
.formats h2,
.formats .subtitle {
	text-align: center;
}
.formats h3 {
	color: light-dark(#9c6cfe, #b590ff)
}
.formats-items:not(:first-child) {
	margin-block-start: 2em;
}
.formats-items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	counter-reset: format-item;
}
.formats-items > article {
	flex-grow: 1;
	box-sizing: border-box;
	border: 1px solid light-dark(#e2e2e2, #444);
	background: light-dark(#fbfbfb, #222);
	color: light-dark(#464552, #ccc);
	padding: 1em;
	border-radius: 1em 0 1em 1em;
	width: 402px;
	counter-increment: format-item;
	position: relative;
}
.formats-items > article::before {
	content: "0" counter(format-item);
	color: #f08af4;
	position: absolute;
	z-index: 1;
	right: 1em;
	top: 1em;
	font-weight: 600;
}
@media all and (min-width: 1248px) {
	.formats-items > article {
		padding: 2em;
		border-radius: 2em 0 2em 2em;
	}
}
.checked-list:not(:first-child) {
	margin-block-start: 1.5em;
}
.checked-list > li {
	list-style: none;
	background: url("../images/check.svg") 0 .4em / 15px 12px no-repeat transparent;
	padding-inline-start: 27px;
}
.checked-list > li:not(:first-child) {
	background-position-y: .9em;
	margin-block-start: .5em;
	border-block-start: 1px dashed light-dark(#c9c9c9, #444);
	padding-block-start: .5em;
}
.how h2 {
	text-align: center;
}
main > section.how {
	padding-block-start: 1.6em;
}
.how-items:not(:first-child) {
	margin-block-start: 2.6em;
}
.how-items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	position: relative;
}
.how-items > article {
	flex-grow: 1;
	box-sizing: border-box;
	border: 1px solid light-dark(#e2e2e2, #444);
	background: light-dark(#fbfbfb, #222);
	color: light-dark(#464552, #ccc);
	padding: 1em;
	border-radius: 1em;
	width: 297px;
	position: relative;
	z-index: 0;
}
@media all and (min-width: 1248px) {
	.how-items > article {
		padding: 2em;
		border-radius: 2em;
	}
}
@media all and (min-width: 1296px) {
	.how-items > article:nth-child(3) {
		z-index: 2;
	}
	.how-items::after {
		content: "";
		speak: never;
		position: absolute;
		z-index: 1;
		left: calc(50% - 51px);
		top: calc(50% - 147px);
		background: url("../images/robot.webp") left top no-repeat;
		width: 230px;
		height: 399px;
	}
	.how-items > article:not(:last-child)::after {
		content: "";
		speak: never;
		position: absolute;
		right: 2em;
		top: 4.5em;
		z-index: 3;
		width: 15px;
		height: 12px;
		background: url("../images/next.svg") left top no-repeat;
	}
}
.packages {
	background: light-dark(#f7fbff, #222);
	color: light-dark(#454553, #ccc);
}
.packages h2,
.packages .subtitle {
	text-align: center;
}
.packages h3 {
	color: #a46ffd;
}
.packages-price:not(:first-child) {
	margin-block-start: .25em;
}
.packages-price {
	font-size: 34px;
	line-height: 1;
}
.packages-list:not(:first-child) {
	margin-block-start: 2em;
}
.packages-list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 20px;
}
.packages-list + p {
	margin-block-start: 2em;
}
.packages-list ul:not(:last-child) {
	margin-block-end: 1.5em;
}
.packages-list > article {
	box-sizing: border-box;
	border: 1px solid light-dark(#e2e2e2, #000);
	background: light-dark(#fff, #151515);
	color: light-dark(#464552, #ccc);
	padding: 1em;
	border-radius: 1em;
	width: 297px;
	position: relative;
	z-index: 0;
	display: flex;
	flex-direction: column;
}
.packages-list > article > :last-child {
	margin-block-start: auto;
}
@media all and (min-width: 1248px) {
	.packages-list > article {
		padding: 2em;
		border-radius: 2em;
	}
}
@media all and (max-width: 978px) {
	.packages-list > article {
		flex-grow: 1;
	}
}
.packages .button-2 {
	width: 100%;
}
@media all and (min-width: 1114px) {
	.packages {
		background-image: url("../images/packages.webp");
		background-repeat: no-repeat;
		background-position: right 45px bottom 0;
	}
}
.tech h2,
.tech .subtitle {
	text-align: center;
}
.tech-items:not(:first-child) {
	margin-block-start: 2.6em;
}
.tech-items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
	position: relative;
}
.tech-items > article {
	flex-grow: 1;
	box-sizing: border-box;
	border: 1px solid light-dark(#e2e2e2, #444);
	background: light-dark(#fbfbfb, #222);
	color: light-dark(#464552, #ccc);
	padding: 1em;
	border-radius: 1em;
	width: 297px;
	position: relative;
	z-index: 0;
}
@media all and (min-width: 1248px) {
	.tech-items > article {
		padding: 2em;
		border-radius: 2em;
	}
}
.contact {
	background: linear-gradient(to bottom, light-dark(#f5faff, #414344), light-dark(#fff, #333));
	color: light-dark(#000, #ccc);
}
.contact > * {
	box-sizing: border-box;
}
.contact-form {
	border: 1px solid #ee99f5;
	padding: 1em;
	border-radius: 1em;
	background: light-dark(#fff, #151515);
	color: light-dark(#474653, #ccc);
}
@media all and (min-width: 1248px) {
	.contact {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		background-image: url("../images/contact.webp");
		background-position: left calc(50% - 124px) bottom 84px;
		background-repeat: no-repeat;
	}
	.contact > :first-child {
		width: 450px;
		max-width: 100%;
	}
	.contact > :nth-child(2) {
		width: 540px;
		max-width: 100%;
	}
	.contact-form {
		padding: 4em;
		border-radius: 2em;
	}
}
@media not all and (min-width: 1248px) {
	.contact > :not(:first-child) {
		margin-block-start: 2em;
	}
}
.form-unit:not(:first-child) {
	margin-block-start: 1em;
}
.form-unit input[type="text"],
.form-unit input[type="tel"],
.form-unit input[type="email"],
.form-unit textarea {
	margin-block-start: .2em;
	width: 100%;
	padding: 1em;
	border: 1px solid light-dark(#dcdcdc, #000);
	border-radius: .5em;
	background: light-dark(#f4f4f4, #222);
	color: light-dark(#000, #ccc);
}
.contact-form textarea {
	height: 7.5em;
	height: 5lh;
	resize: vertical;
}
.contact-form .button-2 {
	padding-block: 1.5em;
	border-radius: 3em;
	width: 100%;
}
.form-unit._submit {
	display: flex;
	flex-direction: column;
	gap: .5em;
}
.form-legal {
	font-size: 0.8125rem;
	opacity: .4;
	text-align: center;
	order: 1;
}
.contact-features:not(:first-child) {
	margin-block-start: 2em;
}
.contact-features > li {
	list-style: none;
	background: light-dark(#f5faff, #222);
	padding-block: 1em;
	padding-inline: 2em;
	border-radius: 2em;
	border: 1px solid light-dark(#eeeeef, #000);
	inline-size: fit-content;
	margin-block-end: 1.5em;
}
.contact-features > li:not(:first-child) {
	margin-block-start: 4px;
}
.contact-features > li::before {
	display: inline-block;
	content: "";
	speak: never;
	width: .5em;
	height: .5em;
	border-radius: 50%;
	background: #f08af4;
	margin-inline: -.8em .5em;
	vertical-align: .15em;
}
.cases {
	background: linear-gradient(to bottom, light-dark(#f5faff, #414344), light-dark(#fff, #333));
	color: light-dark(#000, #ccc);
	position: relative;
}
.cases h3 {
	color: #9f6dfe;
}
.cases-items:not(:first-child) {
	margin-block-start: 2em;
}
.cases-items {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 20px;
}
.cases-items > article {
	flex-grow: 1;
	box-sizing: border-box;
	border: 1px solid light-dark(#e2e2e2, #444);
	background: light-dark(#fbfbfb, #222);
	color: light-dark(#464552, #ccc);
	padding: 1em;
	border-radius: 1em;
	width: 402px;
	position: relative;
	z-index: 0;
}
@media all and (min-width: 1248px) {
	.cases::after {
		content: "";
		speak: never;
		position: absolute;
		z-index: 1;
		left: calc(50% - 56px);
		top: 69px;
		width: 449px;
		height: 468px;
		pointer-events: none;
		background: url("../images/cases.webp") left top no-repeat transparent;
	}
	.cases-items > article {
		padding: 2em;
		border-radius: 2em;
	}
	.cases-items > article:nth-child(3) {
		z-index: 2;
	}
	.cases h3:not(:first-child) {
		margin-block-start: 4em;
	}
}
@supports (background-clip: text) {
	.formats h3,
	.packages h3,
	.cases h3 {
		color: transparent;
		background: linear-gradient(to right, #9f6dfe, #db82f7);
		background-clip: border-box;
		background-clip: text;
		width: fit-content;
	}
}
.faq {
	border-block-start: 1px solid light-dark(#e6e6e6, #444);
}
@media all and (min-width: 1248px) {
	.faq {
		display: flex;
		justify-content: space-between;
	}
	.faq > h2 {
		width: 338px;
		padding-block-end: 411px;
		background: url("../images/faq.webp") left bottom no-repeat transparent;
	}
	.faq > :nth-child(2) {
		width: 827px;
		max-width: 100%;
	}
}
@media not all and (min-width: 1248px) {
	.faq > :nth-child(2) {
		margin-block-start: 2em;
	}
}
