charset 'UTF-8';

html { font-size: 14px; }

:root {
	--gradient-brand: linear-gradient(270deg, #2B3971 0.11%, #00A2E6 100.11%);

	--font-primary: 'e-Ukraine', sans-serif;

	--color-text: #111827;
	--color-text-muted: rgba(0, 7, 18, 0.8);
	--color-text-inverse: #ffffff;
	--color-brand: #00ADEF;
	--color-brand-alt: #00A2E6;
	--color-border: rgba(156, 163, 175, 0.5);
	--color-border-light: #BFDBFE;
	--color-bg-surface: #F2FAFD;
	--color-muted: #9CA3AF;
	--color-error: #EF4444;

	--radius-sm: 8px;
	--radius-md: 16px;
	--radius-pill: 30px;
}

.btn-gradient {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 400;
	font-size: 1.143rem;
	line-height: 140%;
	color: #ffffff;
	background: var(--gradient-brand);
	padding: 20px 40px;
	border-radius: 30px;
	border: none;
	text-decoration: none;
	cursor: pointer;
	transition: opacity .2s;
	white-space: nowrap;
}

.btn-gradient:hover { opacity: 0.85; color: #ffffff; text-decoration: none; }

.btn-gradient-outline {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 400;
	font-size: 1.143rem;
	line-height: 140%;
	padding: 20px 40px;
	border-radius: 30px;
	border: 1px solid transparent;
	background: #ffffff;
	background-clip: padding-box;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	transition: opacity .2s;
	position: relative;
}

.btn-gradient-outline::before {
	content: '';
	position: absolute;
	inset: -1px;
	border-radius: 30px;
	padding: 1px;
	background: var(--gradient-brand);
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}
.btn-gradient-outline span {
	background: var(--gradient-brand);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.btn-gradient-outline:hover { opacity: 0.75; text-decoration: none; }

@font-face {
	font-family: 'e-Ukraine';
	src: url('/templates/default/styles/fonts/e-Ukraine-Thin.otf') format('opentype');
	font-weight: 100;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'e-Ukraine';
	src: url('/templates/default/styles/fonts/e-Ukraine-UltraLight.otf') format('opentype');
	font-weight: 200;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'e-Ukraine';
	src: url('/templates/default/styles/fonts/e-Ukraine-Light.otf') format('opentype');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'e-Ukraine';
	src: url('/templates/default/styles/fonts/e-Ukraine-Regular.otf') format('opentype');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'e-Ukraine';
	src: url('/templates/default/styles/fonts/e-Ukraine-Medium.otf') format('opentype');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'e-Ukraine';
	src: url('/templates/default/styles/fonts/e-Ukraine-Bold.otf') format('opentype');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
}

body {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 400;
	color: #232323;
	font-size: 1.143rem;
	line-height: 1.25em;
	margin: 0px;
	font-size-adjust: none;
	font-stretch: normal;
	text-decoration: none;
	-webkit-text-size-adjust: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
}

main { flex: 1; margin-bottom: 81px; }

body:has(.page-container--home) { background-color: #000000; }

body:has(.page-container--home) main { margin-bottom: 0; background-color: #000000; }

.h1, h1 { font-family: 'e-Ukraine', sans-serif; font-size: 2rem; font-weight: 500; text-align: center; margin: 78px 0 58px 12px; line-height: 140%;}

img { border: 0; }

form { margin: 0; }

div.login   { width: 360px; height: 160px; background-color: #FFFFFF; border: 0; margin-left: 170px; }

div.content { padding: 10px 10px 0px 10px; }

div.ca-title { margin: 15px 0px 0px 0px; }

.archive { color: #363636; text-decoration: none; font-weight: 400; }

.archive:hover { color: #363636; text-decoration: underline; font-weight: 400; }

table.list { border: 1px solid #737875; border-collapse: collapse; }

table.list td.text { padding: 4px; }

td.lcolumnheader { background-color: #C4CAC6; width: 180px; height: 21px; }

td.rcolumnheader { background-color: #C4CAC6; width: 180px; height: 21px; }

td.mcolumnheader { background-color: #C4CAC6; height: 20px; }

td.point { padding: 3px 0px 0px 0px; }

td.topsubmenu    { color: #FFFFFF; text-decoration: none; font-weight: 400; padding: 5px 20px 0px 0px; }

td.leftmenu      { color: #000000; text-decoration: none; font-weight: 400; padding: 4px; }

td.date          { font-size: 1rem; color: #2F4961; text-decoration: none; font-weight: 600; text-transform: uppercase; padding: 2px 20px 0px 0px; }

td.date a { text-decoration: none; color: #2F4961; }

td.date a:hover { text-decoration: none; color: #2F4961; }

td.topdate       { font-size: 0.714rem; color: #EEEEEE; text-decoration: none; font-weight: 400; background: #648F3F; padding: 0; }

td.columntext { padding: 2px 2px 2px 4px; }

td.separator     { height: 1px; line-height: 0; font-size: 0; background: #EAEEE5; }

td.line { font-size: 0; line-height: 0; }

input, select, label { color: #000000; font-size: 1rem; }

input { border: 1px solid #C0C0C0; background: #FFFFFF; height: 28px; }

input.button { border: 1px solid #08244B; background-color: #E6E6E8; font-size: 0.714rem; }

input.radio { border: 0; vertical-align: middle; margin-top: -1px; }

label { display: inline-block; padding: 0px 10px 0px 0px; }

label.text { display: block; padding: 4px 0px 0px 0px; float: right; text-align: right; }

input.qfeditfield { width: 260px; margin: 1px 0px 0px 0px; }

input.edtfield { width: 278px; margin: 1px 0px 0px 0px; }

.textareafield     { color: #000000; font-size: 1rem; height: 124px; width: 278px; margin: 1px 0px 0px 0px; }

input.submit { width: 100px; padding: 0px 0px 2px 0px; background: #EEEEEE; }

select.select { border: 1px solid #C0C0C0; background: #FFFFFF; height: 28px; }

select.selfield { width: 279px; margin: 1px 0px 0px 0px; height: 28px; }

input.qfielda    { color: #000000; width: 316px; height: 28px; margin: 1px 0px 0px 0px; }

select.qfielda   { color: #000000; width: 316px; height: 28px; margin: 1px 0px 0px 0px; border: 1px solid #C0C0C0; }

textarea.qfielda { color: #000000; width: 316px; height: 124px; margin: 1px 0px 0px 0px; border: 1px solid #C0C0C0; }

#divAuthForm input.qfielda { color: #000000; width: 264px; height: 28px; margin: 1px 0px 0px 0px; }

a.logout { color: #FFFFFF; text-decoration: none; font-weight: 400; }

a.logout:hover { color: #CDDFB9; text-decoration: underline; font-weight: 400; }

a.link { color: #2B2D2B; text-decoration: none; font-weight: 400; }

a.link:hover { color: #2B2D2B; text-decoration: underline; font-weight: 400; }

a.linkheader { color: #808080; text-decoration: none; font-weight: 400; }

a.linkheader:hover { color: #808080; text-decoration: underline; font-weight: 400; }

.error { color: #c42231; text-decoration: none; font-weight: 400; }

.errormessage { color: #c42231; text-decoration: none; font-weight: 400; }

.label          { color: #000000; text-decoration: none; font-weight: bold; padding: 2px 15px 0px 0px; }

.label1         { font-size: 1.286rem; color: #FFFFFF; text-decoration: none; font-weight: bold; padding: 0; }

.label2         { font-size: 1.143rem; color: #0C2349; text-decoration: none; font-weight: bold; padding: 0px 0px 0px 10px; }

.columnheadert  { color: #FFFFFF; text-decoration: none; font-weight: bold; padding: 0px 0px 0px 5px; }

.mcolumnheadert { color: #000000; text-decoration: none; font-weight: bold; padding: 8px 10px 8px 0px; }

.okmessage { color: #178D04; text-decoration: none; font-weight: 400; }

.subheader      { color: #08244B; text-decoration: none; font-weight: bold; padding: 5px 0px 0px 0px; }

.text { color: #000000; text-decoration: none; font-weight: 400; }

.note           { font-size: 0.857rem; color: #000000; text-decoration: none; font-weight: 400; }

.textbg { color: #000000; text-decoration: none; font-weight: 400; }

.textgr { color: #808080; text-decoration: none; font-weight: 400; }

.textsheader    { color: #000000; text-decoration: none; font-weight: bold; padding: 2px 0px 1px 0px; }

.textsheaderc   { color: #081A4C; text-decoration: underline; font-weight: bold; padding: 5px 0px 5px 0px; }

.textsheaderd   { color: #808080; text-decoration: none; font-weight: bold; padding: 1px 8px 1px 0px; }

.copy           { font-size: 0.714rem; color: #FFFFFF; text-decoration: none; font-weight: 400; }

.ldapsearchform { width: 740px; overflow: hidden; }

.tbltext { padding: 0px 0px 0px 10px; }

tr.evenline { background: #FFFFFF; border: 1px solid; }

tr.oddline { background: #F2F2F2; border: 1px solid; }

tr.evenline_nb { background: #FFFFFF; border: 0; }

tr.oddline_nb { background: #F2F2F2; border: 0; }

tr.evenline:hover { background: #EBEBEB; }

tr.oddline:hover { background: #EBEBEB; }

tr.evenline_nb:hover { background: #EBEBEB; }

tr.oddline_nb:hover { background: #EBEBEB; }

.pageText { color: #000000; font-weight: 400; }

.pageCurrent         { color: #FD0E02; font-weight: bold; text-decoration: none; padding: 0px 5px; }

.pageLink            { color: #000000; font-weight: 400; text-decoration: none; padding: 0px 5px; }

.pageLink:hover      { color: #000000; font-weight: 400; text-decoration: underline; padding: 0px 5px; }

.pageLinkA           { color: #000000; font-weight: 400; text-decoration: none; padding: 0px 15px; }

.pageLinkA:hover     { color: #000000; font-weight: 400; text-decoration: underline; padding: 0px 15px; }

.pageDisable         { color: #C3C6C7; font-weight: 400; text-decoration: none; padding: 0px 15px; }

.textDisable         { color: #808080; font-weight: 400; text-decoration: none; padding: 0px 0px 0px 10px; }

.buttons-tab { text-align: right; }

.buttons-tab a {
	height: 32px; line-height: 30px;
	padding: 0 28px;
	display: inline-block;
	margin: 10px 0px 18px 15px;
	text-decoration: none;
	color: #fff;
	font-size: 1rem;
	border: 1px solid #e1e1e1;
	cursor: pointer;
}

.buttons-tab a.act {
	background: #223d6b;
	border: 1px solid #e1e1e1;
	color: #fff;
	box-shadow: 0 3px 4px rgba(0,0,0,0.26);
	cursor: pointer;
}

.buttons-tab a.act:hover { background: #2c4b81; cursor: pointer; }

.buttons-tab a:not([href]):not([tabindex]):hover { color: #fff; text-decoration: none; }

.buttons-tab-auth { text-align: left; }

.buttons-tab-auth a {
	height: 32px; line-height: 30px;
	padding: 0 28px;
	display: inline-block;
	margin: 10px 0px 18px;
	text-decoration: none;
	color: #000000;
	font-size: 1rem;
	border: 1px solid #e1e1e1;
	cursor: pointer;
}

.buttons-tab-auth a.act {
	background: #223d6b;
	border: 1px solid #EEEEEE;
	color: #808080;
	box-shadow: 0 3px 4px rgba(0,0,0,0.26);
	cursor: pointer;
}

p.ndheader {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 1.714rem;
	line-height: 140%;
	letter-spacing: 0;
	color: #111827;
	margin: 0;
	padding: 45px 0 20px 0;
}

p.ndheader:first-child { padding-top: 0; }

a.ndlink {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: #3B82F6;
	text-decoration: none;
}

a.ndlink:hover { text-decoration: underline; color: #3B82F6; }

p.ndheader + table ul {
	list-style: disc;
	padding-left: 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

p.ndheader + table ul li {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	color: #3B82F6;
}

p.ndheader + table ul li::marker { color: #3B82F6; }

p.ndheader + table ul li a.ndlink { color: #3B82F6; }

p.ndheader + table { margin-bottom: 0; border-bottom: 1px solid rgba(156, 163, 175, 0.5); }

p.ndheader + table td { padding-bottom: 45px; }

p.ndheader + table:last-child { border-bottom: none; }

p.ndheader + table:last-child td { padding-bottom: 0; }

div[align="left"] > p.ndheader:first-child { margin-top: 42px; }

#divProgress {
	display: flex;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	height: 50%;
	text-decoration: none;
	font-weight: 400;
	font-size: 0.786rem;
	color: #000000;
	position: absolute;
	overflow: hidden;
	border: 0;
	top: 180px;
	left: 0;
	z-index: -1;
}

#viewQueryDetails { max-width: 640px; margin: 40px 0px 0px 15px; }

#viewQueryDetails .block-header { font-weight: bold; padding: 0px 10px 0px 0px; font-size: 1.286rem; }

#viewQueryDetails .caption {
	font-weight: bold;
	padding: 0px 10px 0px 0px;
	font-size: 1rem;
	color: #000000;
	text-decoration: none;
	text-align: right;
}

#viewQueryDetails .caption.caption_button { padding: 17px 10px 7px 0px; }

#viewQueryDetails .caption.text_status_not_proceed { background: #FFFFFF; font-weight: bold; padding: 7px 10px 7px 0px; }

#viewQueryDetails .caption.text_status_proceed { background: #FFFFFF; font-weight: bold; padding: 7px 10px 7px 0px; }

#viewQueryDetails .caption.text_status_incorrect { background: #FFFFFF; font-weight: bold; padding: 7px 10px 7px 0px; }

#viewQueryDetails .text_status_not_proceed { background: #FFFFFF; padding: 7px 0px 7px 10px; }

#viewQueryDetails .text_status_proceed { background: #D9ECB7; padding: 7px 0px 7px 10px; }

#viewQueryDetails .text_status_incorrect { background: #ECBEB7; padding: 7px 0px 7px 10px; }

#viewQueryDetails .line {
	background: #737875;
	font-size: 0;
	line-height: 1px;
	height: 1px;
}

td.tbltext_not_proceed { padding: 7px 10px; }

td.tbltext_proceed { background: #D9ECB7; padding: 7px 10px; }

td.tbltext_incorrect { background: #ECBEB7; padding: 7px 10px; }

#keyGenerationForm {
	position: relative;
	font-size: 1rem;
	text-decoration: none;
	font-weight: 400;
	color: #000000;
	z-index: 101;
}

#keyGenerationForm input { border: 1px solid #808080; width: 356px; height: 28px; }

#keyGenerationForm select        { border: 1px solid #808080; width: 358px; height: 28px; float: left; margin-top: 3px; margin-bottom: 10px; }

#keyGenerationForm input.checkbox { border: 0; width: 13px; height: 13px; }

#keyGenerationForm input.button  { border: 1px solid #808080; width: 80px; height: 20px; background: #C0C0C0; }

#keyGenerationForm #idSelectKEPAlg { visibility: hidden; }

#keyGenerationForm #divInfo {
	position: absolute;
	display: inline-block;
	top: 116px; left: 440px;
	width: 240px; height: 60px;
	color: #808080;
	font-size: 0.786rem;
	z-index: 1010;
	overflow: hidden;
	padding: 0;
}

#keyGenerationForm #PasswordEdit,
#keyGenerationForm #PasswordEditCopy,
#keyGenerationForm #PasswordEditNew,
#keyGenerationForm #PasswordEditNewCopy {
	color: #000000;
	font-size: 1rem;
	height: 28px;
	width: 356px;
	line-height: 14px;
	margin: 1px 0px 0px 0px;
	padding: 0;
}

#keyGenerationForm #UsernameEdit {
	color: #000000;
	font-size: 1rem;
	height: 28px;
	width: 356px;
	line-height: 14px;
	margin: 1px 0px 15px 0px;
	padding: 0;
}

#DivPasswordEdit,
#divPasswordEditNew,
#divPasswordEditNewCopy { margin: 15px 0px 0px 0px; }

#certificateGenerationForm td { padding: 2px 10px 0px 0px; margin: 0; }

#certificateGenerationForm td.empty { line-height: 0; font-size: 0; padding: 0; margin: 0; }

td.splitline { font-size: 0; line-height: 0; }

#agreementForm textarea.license { border: 1px solid #737875; color: #808080; width: 99%; height: 400px; font-size: 0.786rem; }

#agreementForm input { border: 0; }

.btn {
	position: relative;
	line-height: 48px;
	z-index: 2;
	font-size: 0.786rem;
	text-decoration: none;
	letter-spacing: .9px;
	font-weight: 600;
	text-transform: uppercase;
	transition: color .3s;
	color: #2f4961;
	background-color: transparent;
	border: none;
	padding: 0;
	min-width: 100px;
}

.btn-link {
	font-size: 0.786rem;
	text-decoration: none;
	letter-spacing: .9px;
	font-weight: 600;
	text-transform: uppercase;
	transition: color .3s;
	color: #2f4961;
	background-color: transparent;
	border: none;
}

.btn-link:hover { color: #00b5a0; }

.dropdown-menu { border-radius: 0; margin: 0; }

.dropdown-item { margin: 5px 0; }

.qfitemcaption {
	font-size: 1rem;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 15px 0px 0px;
}

#carequestform .textareafield { width: 260px; height: 80px; margin: 1px 0px; }

#carequestform .edtfield { width: 260px; height: 26px; margin: 1px 0px; }

#carequestform .selfield      { width: 262px; height: 26px; margin: 1px 0px; border: 1px solid #b4b4b4; }

.rounded { border-radius: 0 !important; }

h3.pg-header {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 2.571rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #111827;
	margin: 78px 0 58px 12px;
}

#VerifyContainer { overflow: hidden; max-width: 1238px; margin: 0 auto; width: calc(100vw - 17px); position: relative; left: 50%; transform: translateX(-50%); }

#SignContainer { max-width: 1238px; margin: 0 auto; width: calc(100vw - 17px); position: relative; left: 50%; transform: translateX(-50%); }

.display-4 { font-size: 2.5rem; }

.alert { border-radius: 0; }

.text-danger { color: red; }

.text-warning { color: orange; }

.text-success { color: green; }

.content { width: 460px; }

.row > * {
	flex-shrink: 0;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.row.divider { margin-bottom: 40px; }

.form-label { font-size: 0.857rem; }

#divCertRequestForm { width: 624px; margin: 0 auto; }

.mt20 { margin-top: 20px; }

.mt10 { margin-top: 10px; }

.mfp-no-margins img.mfp-img { padding: 0; }

.mfp-no-margins .mfp-figure:after { top: 0; bottom: 0; }

.mfp-no-margins .mfp-container { padding: 0; }

.search-form-border {
	border: 1px solid #c0c0c0;
	display: flex;
	width: 640px;
	overflow: hidden;
	padding: 10px;
	margin: 0px 0px 20px 0px;
}

#divSearchCertsForm { width: 630px; }

#divSearchCertsSNForm { width: 630px; }

::backdrop { background: #000000; opacity: 0.4; }

dialog { border: 1px solid #808080; min-width: 420px; min-height: 600px; }

dialog:focus-visible { border: 1px solid #808080; border-radius: 0; }

dialog .dialogButtons { display: flex; float: right; }

dialog .dialogContainer {
	border: 1px solid #808080;
	width: 400px;
	height: 540px;
	margin: 10px auto;
	padding: 10px 0px 0px 10px;
}

dialog p { margin: 0; }

dialog p.value { margin: 0px 0px 0px 10px; }

.bd-placeholder-img { font-size: 1.125rem; text-anchor: middle; user-select: none; }

.margin-main { margin: 0px 15px 40px 15px; }

.hero,
.advantages,
.howto,
.faq,
.wiki,
.feedback { margin-bottom: 0; }

main > .col {
	padding: 24px 20px 40px;
	max-width: 1280px;
	margin: 0 auto;
	width: 100%;
}

.page-container { max-width: 1108px; margin: 0 auto; padding: 0; }

.page-container--home { max-width: none; margin: 0; padding: 0; }

.page-header { margin-bottom: 24px; }

.content-link { color: #3B82F6; text-decoration: none; }

.content-link:hover { text-decoration: underline; }

#news {
	width: 100%;
}

#news .news-list {
	display: flex;
	flex-direction: column;
	gap: 24px;
	width: 100%;
	margin-top: 8px;
}

#news .news-card {
	position: relative;
	display: flex;
	align-items: flex-start;
	gap: 24px;
	width: 100%;
	box-sizing: border-box;
	padding: 24px;
	background: #FFFFFF;
	border: 1px solid rgba(156, 163, 175, 0.35);
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(17, 24, 39, 0.06);
	transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
}

#news .news-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 34px rgba(17, 24, 39, 0.10);
	border-color: rgba(59, 130, 246, 0.45);
}

#news .news-card__anchor {
	position: absolute;
	top: -90px;
}

#news .news-card__image-wrap {
	flex: 0 0 120px;
	width: 120px;
	height: 120px;
	margin: auto;
	border-radius: 12px;
	overflow: hidden;
	background: #F2FAFD;
	box-shadow: inset 0 0 0 1px rgba(191, 219, 254, 0.6);
}

#news .news-card__image {
	display: block;
	width: 120px;
	height: 120px;
	max-width: 120px;
	max-height: 120px;
	object-fit: cover;
}

#news .news-card__content {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

#news .news-card__date {
	display: inline-flex;
	align-items: center;
	margin-bottom: 12px;
	padding: 6px 12px;
	border-radius: 30px;
	background: #EEF4FF;
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 0.857rem;
	line-height: 140%;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #2563EB;
}

#news .news-card__title {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 1.286rem;
	line-height: 140%;
	letter-spacing: 0;
	color: #111827;
	margin: 0 0 12px 0;
}

#news .news-card__text {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 160%;
	letter-spacing: 0;
	color: rgba(0, 7, 18, 0.82);
	margin: 0;
}

#news .news-card__text p,
#news .news-card__text div {
	margin-top: 0;
}

#news .news-card__text p:last-child,
#news .news-card__text div:last-child {
	margin-bottom: 0;
}

#news #link.news-archive-link {
	padding: 28px 0 0;
	text-align: right;
}

#news .archive {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	color: #3B82F6;
	text-decoration: none;
}

#news .archive:hover { text-decoration: underline; }

@media (max-width: 768px) {
	#news .news-card {
		flex-direction: column;
		gap: 16px;
		padding: 20px;
	}

	#news .news-card__image-wrap,
	#news .news-card__image {
		width: 100%;
		max-width: 100%;
		height: 180px;
		max-height: 180px;
	}

	#news .news-card__title {
		font-size: 1.143rem;
	}
}

.regdocs-list table { border-collapse: collapse; width: 100%; }

.regdocs-list .regdocs-item { border-bottom: 1px solid rgba(156, 163, 175, 0.5); }

.regdocs-list .regdocs-name {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: #111827;
	padding: 0 10px 12px 0;
	padding-top: 40px;
	vertical-align: middle;
}

.regdocs-list .regdocs-item:first-child .regdocs-name,
.regdocs-list .regdocs-item:first-child .regdocs-download { padding-top: 0; }

.regdocs-list .regdocs-download {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	padding: 0 0 12px 0;
	padding-top: 40px;
	text-align: right;
	vertical-align: middle;
	white-space: nowrap;
}

.user-cards {
	display: flex;
	flex-direction: column;
	gap: 23px;
	max-width: 1120px;
	margin: 0 auto;
}

.user-card {
	background: #F9FAFB;
	border-radius: 20px;
	padding: 40px 33px;
	display: flex;
	align-items: center;
}

.user-card__title {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: #111827;
	margin: 0;
	flex: 0 0 75%;
}

.user-card__btn {
	padding: 12px 24px;
	flex-shrink: 0;
	margin-left: auto;
	letter-spacing: 0;
	vertical-align: middle;
}

.content-block { display: flex; flex-direction: column; gap: 40px; }

.content-section { display: flex; flex-direction: column; gap: 20px; }

.content-section--border { padding-bottom: 40px; border-bottom: 1px solid rgba(156, 163, 175, 0.5); }

.content-text {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: #111827;
	margin: 0;
}

.content-list {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: #111827;
	margin: 0;
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.about-page {
	display: flex;
	flex-direction: column;
	gap: 35px;
	margin-top: 57px;
}

.about-page__subtitle {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #111827;
	margin: 0;
	margin-top: -48px;
}

.about-card {
	padding: 32px 32px 32px 38px;
	display: flex;
	flex-direction: column;
	gap: 0;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 17px);
	max-width: 1520px;
	background: #F2FAFD;
}

.about-card__header {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	margin-bottom: 0;
}

.about-card__icon {
	width: 50px;
	height: 50px;
	border-radius: 10px;
	background: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.429rem;
	flex-shrink: 0;
	margin-top: 4px;
}

.about-card__icon img { width: 17px; height: 20px; object-fit: contain; }

.about-card__title {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	color: #111827;
	margin: 0;
}

.about-card__text {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: rgba(0, 7, 18, 0.8);
	margin: 0 0 20px;
	margin-left: 70px;
}

.about-card__text:last-child { margin-bottom: 0; }

.about-card__list {
	list-style: disc;
	padding-left: 100px;
	margin: 0 0 20px;
	margin-left: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.about-card__list li {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	color: rgba(0, 7, 18, 0.8);
}

.about-card__list li::marker { color: #111827; }

.about-card__list--numbered { list-style: decimal; }

.about-card__links {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-left: 70px;
}

.about-card__links .content-link {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: #3B82F6;
	text-decoration: underline;
}

.about-card__links .content-link:hover { opacity: 0.8; }

.about-page--services .about-card__icon img { width: 27px; height: 27px; }

.about-page--services .about-card__icon { margin-top: 0; }

.services-terms {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 17px);
	max-width: 1520px;
	padding-left: 38px;
}

.services-terms__list { color: #00A2E6; padding-left: 20px; }

.services-cta {
	display: flex;
	justify-content: center;
	gap: 24px;
	margin-top: 0;
	flex-wrap: wrap;
}

.consultation-modal {
	background: #ffffff;
	border-radius: 20px;
	padding: 44px 48px 40px;
	width: 592px;
	max-width: calc(100vw - 32px);
	display: none;
	flex-direction: column;
	gap: 25px;
	position: relative;
	border: none;
	min-width: auto;
	min-height: auto;
	box-sizing: border-box;
	margin: auto;
	margin-top: calc(15vh + 41px);
}

.consultation-modal[open] { display: flex; }

.consultation-modal:focus-visible { border: none; border-radius: 20px; outline: none; }

.consultation-modal::backdrop { background: #111827E6; }

.consultation-modal__title {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #111827;
	margin: 0;
}

.consultation-modal__form { display: flex; flex-direction: column; gap: 20px; }

.consultation-modal__field { display: flex; flex-direction: column; gap: 4px; }

.consultation-modal__label {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 140%;
	color: #111827;
}

.consultation-modal__label span { color: #EF4444; }

.consultation-modal__input {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 140%;
	color: #111827;
	border: 1px solid #9CA3AF;
	border-radius: 8px;
	padding: 8px;
	height: 40px;
	width: 100%;
	outline: none;
	background: transparent;
	transition: border-color .2s;
	margin-top: 6px;
}

.consultation-modal__input::placeholder { color: #9CA3AF; }

.consultation-modal__input:focus { border-color: #00A2E6; }

.consultation-modal__input:-webkit-autofill,
.consultation-modal__input:-webkit-autofill:hover,
.consultation-modal__input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
	-webkit-text-fill-color: #111827 !important;
	caret-color: #111827;
	transition: background-color 9999s ease-in-out 0s;
}

.consultation-modal__submit {
	width: 493px;
	max-width: 100%;
	height: 57px;
	margin-top: 14px;
	align-self: center;
}

.proposal-modal {
	background: #ffffff;
	border-radius: 20px;
	padding: 48px;
	width: 907px;
	height: 697px;
	max-width: calc(100vw - 32px);
	display: none;
	flex-direction: column;
	gap: 32px;
	position: relative;
	border: none;
	min-width: auto;
	min-height: auto;
	box-sizing: border-box;
	margin: auto;
	margin-top: calc(10vh + 120px);
}

.proposal-modal[open] { display: flex; }

.proposal-modal:focus-visible { border: none; border-radius: 20px; outline: none; }

.proposal-modal::backdrop { background: #111827E6; }

.proposal-modal__title {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 140%;
	text-align: center;
	color: #111827;
	margin: 0;
}

.proposal-modal__form {
	display: flex;
	flex-direction: column;
	gap: 28px;
	width: 495px;
	max-width: 100%;
	margin: 0 auto;
}

.proposal-modal__field { display: flex; flex-direction: column; gap: 4px; }

.proposal-modal__label {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 140%;
	color: #111827;
}

.proposal-modal__label span { color: #EF4444; }

.proposal-modal__input {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 140%;
	color: #111827;
	border: 1px solid #9CA3AF;
	border-radius: 8px;
	padding: 8px;
	height: 40px;
	width: 100%;
	outline: none;
	background: transparent;
	transition: border-color .2s;
	margin-top: 4px;
}

.proposal-modal__input::placeholder { color: #9CA3AF; }

.proposal-modal__input:focus { border-color: #00A2E6; }

.proposal-modal__input:-webkit-autofill,
.proposal-modal__input:-webkit-autofill:hover,
.proposal-modal__input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
	box-shadow: 0 0 0 1000px #ffffff inset !important;
	-webkit-text-fill-color: #111827 !important;
	caret-color: #111827;
	transition: background-color 9999s ease-in-out 0s;
}

.proposal-modal__submit {
	width: 495px;
	max-width: 100%;
	height: 56px;
	margin-top: 12px;
	align-self: center;
}

.plan-modal-overlay {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 100%;
	z-index: 1100;
	padding: 220px 16px 60px;
	box-sizing: border-box;
}

.plan-modal-overlay::before {
	content: '';
	position: fixed;
	inset: 0;
	background: rgba(17, 24, 39, 0.4);
	z-index: -1;
}

.plan-modal-overlay.is-open { display: block; }

.plan-modal {
	position: relative;
	margin: 0 auto;
	max-width: 602px;
	width: 100%;
	padding: 0;
	background: #fff;
	border-radius: 16px;
	max-height: none;
	overflow: visible;
}

.plan-modal[open] { display: block; }

.plan-modal__form { display: flex; flex-direction: column; }

.plan-modal__header { padding: 24px; border-bottom: 1px solid var(--color-border-light); }

.plan-modal__title,
.plan-modal__settings-title {
	margin: 0;
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 1.4;
	color: var(--color-text);
}

.plan-modal__body {
	padding: 24px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	border-bottom: 1px solid var(--color-border-light);
}

.plan-modal__features {
	padding: 24px;
	background: var(--color-text-inverse);
	border: 1px solid var(--color-border-light);
	border-radius: 8px;
}

.plan-modal__features-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.plan-modal__features-list li {
	position: relative;
	padding-left: 20px;
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text);
}

.plan-modal__features-list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 12px;
	height: 12px;
	background: var(--color-brand);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.5L4.5 9.5L10.5 2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.5L4.5 9.5L10.5 2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
}

.plan-modal__settings { display: flex; flex-direction: column; gap: 16px; }

.plan-modal__fields { display: flex; flex-direction: column; gap: 12px; }

.plan-modal__field-wrap {
	padding: 16px 24px;
	background: var(--color-text-inverse);
	border: 1px solid var(--color-border-light);
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.plan-modal__field-label {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text);
}

.plan-modal__field-label span { color: var(--color-error); }

.plan-modal__counter {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.plan-modal__counter-btn {
	flex-shrink: 0;
	width: 38px;
	height: 40px;
	padding: 0;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background: var(--color-text-inverse);
	font-family: var(--font-primary);
	font-size: 1.143rem;
	line-height: 1;
	color: var(--color-text);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: border-color .2s;
}

.plan-modal__counter-btn:hover { border-color: var(--color-brand-alt); }

.plan-modal__counter-input {
	flex: 1 1 auto;
	min-width: 0;
	height: 40px;
	padding: 8px 12px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background: var(--color-text-inverse);
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text);
	text-align: center;
	outline: none;
	-moz-appearance: textfield;
	appearance: textfield;
	transition: border-color .2s;
}

.plan-modal__counter-input::-webkit-outer-spin-button,
.plan-modal__counter-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.plan-modal__counter-input:focus { border-color: var(--color-brand-alt); }

.plan-modal__field-hint {
	margin: 4px 0 0;
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-muted);
	text-align: center;
}

.plan-modal__selects {
	padding: 16px 24px;
	background: var(--color-text-inverse);
	border: 1px solid var(--color-border-light);
	border-radius: 8px;
	display: flex;
	gap: 12px;
}

.plan-modal__select-wrap {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.plan-modal__select {
	width: 100%;
	height: 44px;
	padding: 0 36px 0 12px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background: var(--color-text-inverse) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text);
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	cursor: pointer;
	outline: none;
	transition: border-color .2s;
}

.plan-modal__select:focus { border-color: var(--color-brand-alt); }

.custom-select { position: relative; width: 100%; }

.custom-select__native {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.custom-select__trigger {
	width: 100%;
	height: 44px;
	padding: 0 36px 0 12px;
	border: 1px solid var(--color-border);
	border-radius: 8px;
	background: var(--color-text-inverse) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14' fill='none'%3E%3Cpath d='M3.5 5.25L7 8.75L10.5 5.25' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat right 12px center;
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text);
	cursor: pointer;
	outline: none;
	text-align: left;
	display: flex;
	align-items: center;
	transition: border-color .2s;
}

.custom-select__trigger:focus,
.custom-select.is-open .custom-select__trigger { border-color: var(--color-brand-alt); }

.custom-select__list {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	right: 0;
	margin: 0;
	padding: 4px 0;
	list-style: none;
	background: var(--color-text-inverse);
	border: 1px solid var(--color-border-light);
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	z-index: 50;
	display: none;
}

.custom-select.is-open .custom-select__list { display: block; }

.custom-select__option {
	padding: 10px 16px;
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text);
	cursor: pointer;
	transition: background-color .15s;
}

.custom-select__option:hover,
.custom-select__option.is-focused { background-color: var(--color-bg-surface); }

.custom-select__option.is-selected { font-weight: 400; }

.plan-modal__summary {
	padding: 24px 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid var(--color-border-light);
}

.plan-modal__summary-label,
.plan-modal__summary-price {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 1.4;
	color: var(--color-text);
}

.plan-modal__footer { padding: 24px; }

.plan-modal__submit { width: 100%; height: 46px; padding: 12px 24px; }

.tariff-section {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 17px);
	max-width: 1624px;
	padding: 80px 8px 0;
	box-sizing: border-box;
}

.tariff-section__header { text-align: center; margin-bottom: 59px; }

.tariff-section__title {
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 2.571rem;
	line-height: 1.2;
	color: var(--color-text);
	margin: 0 0 16px;
}

.tariff-section__subtitle {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 1.5;
	color: var(--color-text-muted);
	margin: 0;
	margin-top: -124px;
	text-align: center;
}

.tariff-section__cards {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 24px;
}

.tariff-card {
	width: 517px;
	min-height: 543px;
	flex-shrink: 0;
	border-radius: 20px;
	padding: 40px 32px;
	background: var(--color-bg-surface);
	display: flex;
	flex-direction: column;
	gap: 24px;
	box-sizing: border-box;
}

.tariff-card--featured { background: linear-gradient(270deg, #2B3971 0.11%, rgba(0, 162, 230, 0.5) 100.11%), #2B3971; min-height: 663px; }

.tariff-card--featured .tariff-card__name,
.tariff-card--featured .tariff-card__desc,
.tariff-card--featured .tariff-card__price,
.tariff-card--featured .tariff-card__price-sub,
.tariff-card--featured .tariff-card__price-value,
.tariff-card--featured .tariff-card__features li {
	color: var(--color-text-inverse);
}

.tariff-card--featured .tariff-card__features li::before { background: var(--color-text-inverse); }

.tariff-card__top { display: flex; flex-direction: column; gap: 16px; }

.tariff-card__name {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 1.4;
	color: var(--color-text);
	margin: 0;
}

.tariff-card__desc {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text-muted);
	margin: -11px 0 0;
}

.tariff-card__price-block { display: flex; flex-direction: column; gap: 4px; }

.tariff-card__price {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.2;
	color: var(--color-text);
	margin: 0;
}

.tariff-card__price-value { font-weight: 500; font-size: 1.714rem; color: var(--color-brand); }

.tariff-card__price-sub {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text-muted);
	margin: 0;
}

.tariff-card__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 30px;
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.143rem;
	line-height: 1.4;
	text-decoration: none;
	cursor: pointer;
	transition: opacity .2s;
}

.tariff-card__btn--outline { background: var(--color-text-inverse); border: none; }

.tariff-card__btn--outline span {
	background: var(--gradient-brand);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
}

.tariff-card__btn--outline:hover { opacity: 0.85; }

.tariff-card__features {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.tariff-card__features li {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.4;
	color: var(--color-text);
	padding-left: 24px;
	position: relative;
}

.tariff-card__features li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	background: var(--color-brand);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.5L4.5 9.5L10.5 2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12'%3E%3Cpath d='M1.5 6.5L4.5 9.5L10.5 2.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") no-repeat center;
}

.tariff-card__info {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	margin-left: 8px;
	border-radius: 50%;
	background: transparent;
	border: 1.5px solid var(--color-brand);
	color: var(--color-brand);
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 0.714rem;
	line-height: 1;
	cursor: pointer;
	position: relative;
	flex-shrink: 0;
}

.tariff-card__tooltip {
	display: none;
	position: absolute;
	bottom: calc(100% + 8px);
	right: 0;
	width: 245px;
	max-width: calc(100vw - 64px);
	padding: 12px;
	background: var(--color-text-inverse);
	border-radius: 8px;
	box-shadow: 0px 4px 17.4px 0px rgba(0, 0, 0, 0.1);
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 0.714rem;
	line-height: 160%;
	color: var(--color-text);
	text-align: left;
	z-index: 10;
}

.tariff-card__tooltip strong { font-weight: 700; }

.tariff-card__info:hover .tariff-card__tooltip,
.tariff-card__info:focus-within .tariff-card__tooltip { display: block; }

.contact-section {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 17px);
	max-width: 1920px;
	padding: 0 160px;
	box-sizing: border-box;
	margin-top: 56px;
}

.contact-section__inner {
	max-width: 1600px;
	margin: 0 auto;
	background: var(--color-bg-surface);
	border-radius: 20px;
	padding: 64px 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
	box-sizing: border-box;
}

.contact-section__title {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 2.571rem;
	line-height: 1.4;
	text-align: center;
	color: var(--color-text);
	margin: 0;
}

.contact-section__desc {
	display: flex;
	flex-direction: column;
	gap: 4px;
	text-align: center;
}

.contact-section__desc p {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 1.5;
	color: var(--color-text);
	margin: 0;
}

.contact-section__btn { padding: 20px 40px; }

.extra-services {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 17px);
	max-width: 1920px;
	padding: 0 160px;
	box-sizing: border-box;
	margin-top: 64px;
}

.extra-services__inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.extra-services__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.extra-services__title {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 2.571rem;
	line-height: 1.4;
	color: var(--color-text);
	margin: 0;
}

.extra-services__subtitle {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.429rem;
	line-height: 1.4;
	color: var(--color-text);
	margin: 0;
}

.extra-services__list { display: flex; flex-direction: column; gap: 20px; }

.extra-service {
	background: var(--color-bg-surface);
	border-radius: 20px;
	padding: 32px;
	display: flex;
	align-items: center;
	gap: 32px;
}

.extra-service__details {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

.extra-service__name {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 1.4;
	color: var(--color-text);
	margin: 0;
}

.extra-service__desc {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 1.5;
	color: var(--color-text-muted);
	margin: 0;
}

.extra-service__price {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.714rem;
	line-height: 100%;
	color: var(--color-brand);
	flex-shrink: 0;
}

.extra-service__btn { padding: 12px 24px; flex-shrink: 0; }

.storage-section {
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	width: calc(100vw - 17px);
	max-width: 1520px;
	border-radius: 20px;
	padding: 64px;
	background: #F2FAFD;
	margin-top: 56px;
	display: flex;
	flex-direction: column;
	gap: 57px;
}

.storage-section__title {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 2.571rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #111827;
	margin: 0;
}

.storage-section__subtitle {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: #111827;
	margin: 0;
	margin-top: -36px;
}

.storage-section__cards { display: flex; gap: 37px; }

.storage-card {
	flex: 1;
	border-radius: 20px;
	padding: 32px;
	background: #FFFFFF;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.storage-card__icon {
	width: 48px;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.storage-card__icon img { width: 36px; height: 36px; object-fit: contain; }

.storage-card__title {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	color: #111827;
	margin: 0;
}

.storage-card__list {
	list-style: disc;
	padding-left: 20px;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.storage-card__list li {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	color: rgba(0, 7, 18, 0.8);
}

.contacts-page { display: flex; gap: 100px; align-items: flex-start; }

.contacts-page__info {
	flex: 1 1 0;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.contacts-page__map { flex: 1 1 0; min-width: 0; }

.contacts-page__group {
	display: flex;
	flex-direction: column;
	gap: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(156, 163, 175, 0.5);
}

.contacts-page__group--last { border-bottom: none; padding-bottom: 0; }

.contacts-page__item { display: flex; flex-direction: column; gap: 12px; }

.contacts-page__label {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	color: #111827;
	margin: 0;
}

.contacts-page__value {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: #111827;
	margin: 0;
}

.contacts-page__map img { width: 100%; height: auto; display: block; }

.data-table { margin-top: 49px; }

.data-table .table { width: 100%; border-collapse: collapse; margin-bottom: 0; }

.data-table .table th,
.data-table .table td {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: #111827;
	padding: 10px 0;
	border-bottom: 1px solid rgba(156, 163, 175, 0.5);
	white-space: nowrap;
	vertical-align: middle;
}

.data-table .table td img { width: 40px; height: auto; }

#crls-list .table th:nth-child(1),
#crls-list .table td:nth-child(1) { padding-right: 120px; }

#crls-list .table th:nth-child(2),
#crls-list .table td:nth-child(2) { padding-right: 60px; }

#crls-list .table th:nth-child(3),
#crls-list .table td:nth-child(3) { padding-right: 50px; }

#crls-list .table th:nth-child(4),
#crls-list .table td:nth-child(4) { padding-right: 80px; }

#crls-list .table th:nth-child(5),
#crls-list .table td:nth-child(5) { padding-right: 120px; }

#crls-list .table th:nth-child(6),
#crls-list .table td:nth-child(6) { text-align: center; }

#certificates-list .table th:nth-child(1),
#certificates-list .table td:nth-child(1) { white-space: normal; padding-right: 40px; }

#certificates-list .table th:nth-child(2),
#certificates-list .table td:nth-child(2) { padding-right: 40px; }

#certificates-list .table th:nth-child(3),
#certificates-list .table td:nth-child(3) { padding-right: 40px; }

#certificates-list .table th:nth-child(4),
#certificates-list .table td:nth-child(4) { text-align: center; }

.search-page {
	max-width: 1120px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 51px;
}

.search-page__info { display: flex; flex-direction: column; }

.search-page__info > .content-text:first-child { margin: 0 0 28px; }

.search-page__info > .content-text:nth-child(2) { margin: 0; }

.search-page__info > .content-list { margin-top: 20px; margin-bottom: 0; gap: 30px; }

.search-page__separator {
	border: none;
	border-top: 1px solid #9CA3AF;
	margin: 40px 0 45px;
	opacity: 1;
}

.search-page__info > .content-text:last-child { margin: 0; }

.search-page__form-block {
	background: #1A3E76;
	border-radius: 0;
	padding: 40px 64px;
	display: flex;
	align-items: center;
	gap: 40px;
	width: 1123px;
	max-width: 100%;
	height: 446px;
	margin: 0 auto;
	position: relative;
	overflow: visible;
}

.search-page__form-title {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 500;
	font-size: 2.286rem;
	line-height: 180%;
	letter-spacing: 0;
	color: #ffffff;
	flex: 1;
}

.search-page__form-card {
	background: #ffffff;
	padding: 60px 40px;
	width: 476px;
	height: 411px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	right: 64px;
	bottom: 0;
}

.search-field {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin-bottom: 42px;
}

.search-field:last-child { margin-bottom: 0; }

.search-field--checkbox {
	flex-direction: row;
	align-items: center;
	gap: 12px;
	margin-bottom: 40px;
}

.search-field--submit { display: flex; justify-content: center; margin-bottom: 0; }

.search-field__label {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 100%;
	letter-spacing: 0;
	color: #9CA3AF;
	padding: 0;
	display: block;
	float: none;
	text-align: left;
}

.search-field__input {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 100%;
	color: #111827;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(156, 163, 175, 0.5);
	border-radius: 0;
	padding: 8px 12px;
	height: 32px;
	width: 100%;
	outline: none;
	transition: border-color .2s;
}

.search-field__input:focus { border-bottom-color: #00A2E6; }

.search-field__checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 14px;
	height: 14px;
	border: 1px solid #9CA3AF;
	border-radius: 2px;
	margin: 0;
	flex-shrink: 0;
	cursor: pointer;
	position: relative;
	background: #ffffff;
	transition: background-color .2s, border-color .2s;
}

.search-field__checkbox:checked { background: #00A2E6; border-color: #00A2E6; }

.search-field__checkbox:checked::after {
	content: '';
	position: absolute;
	left: 3px;
	top: 0px;
	width: 5px;
	height: 9px;
	border: solid #ffffff;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.search-field__checkbox-label {
	font-family: 'e-Ukraine', sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: 0;
	color: #111827;
	padding: 0;
	display: inline;
	float: none;
	cursor: pointer;
}

.site-topbar {
	background-color: var(--color-text-inverse);
	border-bottom: 1px solid #e8e8e8;
	position: sticky;
	top: 0;
	z-index: 1001;
}

.site-topbar__right { position: relative; }

.site-topbar__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0;
	height: 54px;
}

.site-topbar__contacts { display: flex; align-items: center; gap: 32px; }

.site-topbar__link {
	display: flex;
	align-items: center;
	gap: 8px;
	color: var(--color-text);
	text-decoration: none;
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: 0;
}

.site-topbar__link:hover { color: #00AEEF; text-decoration: none; }

.site-topbar__icon {
	width: 14px;
	height: 14px;
	flex-shrink: 0;
	filter: brightness(0) saturate(100%) invert(10%) sepia(12%) saturate(1389%) hue-rotate(182deg) brightness(94%) contrast(91%);
}

.site-topbar__icon[src$="mail.svg"] { height: 12px; }

.site-topbar__right { display: flex; align-items: center; gap: 16px; }

.site-topbar__langs { display: flex; align-items: center; gap: 6px; }

.site-topbar__langs a,
.site-topbar__langs strong {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: var(--color-text);
	text-decoration: none;
}

.site-topbar__langs a:hover { color: #00AEEF; }

.site-topbar__langs strong { color: #00AEEF; }

.site-header {
	background: var(--gradient-brand);
	position: sticky;
	top: 54px;
	z-index: 1000;
}

body:has(.page-container--home) .site-header { background: #00A2E6; }

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 1600px;
	margin: 0 auto;
	padding: 0 0 0 6px;
	height: 110px;
}

.site-header__logo { flex-shrink: 0; display: flex; align-items: center; }

.site-header__logo img { height: 40px; width: auto; }

.site-nav { margin-left: 32px; }

.site-nav .navbar-nav { gap: 24px; }

.site-nav .navbar-nav > li:first-child { display: none; }

.site-nav .nav-link {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: 0;
	color: var(--color-text-inverse) !important;
	text-transform: none;
	text-align: center;
	padding: 0 !important;
	white-space: nowrap;
}

.site-nav .nav-link:hover { color: rgba(255,255,255,0.8) !important; }

.site-nav .dropdown-menu {
	border-radius: 0;
	margin-top: 0;
	border: none;
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.site-nav .dropdown-item {
	font-size: 1rem;
	padding: 8px 16px;
	color: #333333;
	margin: 0;
}

.site-nav .dropdown-item:hover { background-color: #f0f8ff; color: #00AEEF; }

.site-nav .navbar-toggler { border-color: rgba(255,255,255,0.5); }

.site-nav .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.site-header__actions {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
	margin: 0 0 0 92px;
	padding: 0;
	flex-shrink: 0;
font-weight: normal;
}

.site-header__actions .nav-item { display: flex; align-items: center; }

.site-header__actions .nav-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 12px 24px !important;
	border: 2px solid var(--color-text-inverse);
	border-radius: var(--radius-pill);
	color: var(--color-text-inverse) !important;
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.143rem;
	line-height: 1.4;
	text-decoration: none;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.site-header__actions .nav-link::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url('/templates/default/images/icon-person.svg') no-repeat center / contain;
	flex-shrink: 0;
}

.site-header__actions .nav-link:hover { background-color: rgba(255, 255, 255, 0.15); color: var(--color-text-inverse) !important; text-decoration: none; }

.site-header__actions .btn-register {
	display: inline-block;
	background-color: var(--color-text-inverse);
	color: #00AEEF !important;
	font-size: 1rem;
	font-weight: 600;
	padding: 12px 16px;
	border-radius: 20px;
	border: none;
	white-space: nowrap;
	text-decoration: none;
	line-height: 1.5;
}

.site-header__register {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;

    padding: 16px 24px;
    border-radius: var(--radius-pill);
    font-size: 16px;
    background-color: var(--color-text-inverse);
    color: var(--color-text);

    white-space: nowrap;
    transition: all .2s ease;
}

.site-header__register:hover {
    opacity: .9;
    color: var(--color-text);
}

.site-header__actions .btn-register:hover { background-color: #f0f8ff; color: #0099d4 !important; text-decoration: none; }

#header-langs {
	position: static;
	top: auto;
	right: auto;
	width: auto;
}

#header-langs a, #header-langs strong { margin: 0 2px; }

.hero {
	background: linear-gradient(180deg, #00A2E6 0%, #2B3971 100%);
	padding: 50px 20px 0;
	text-align: center;
	overflow: hidden;
	border-radius: 0 0 40px 40px;
}

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

.hero__title {
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 3.429rem;
	line-height: 130%;
	letter-spacing: 0;
	color: var(--color-text-inverse);
	margin: 0 auto 24px;
	max-width: 790px;
}

.hero__subtitle {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.8);
	margin: 0 auto 40px;
	max-width: 683px;
}

.hero__actions {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
}

.hero__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.143rem;
	line-height: 140%;
	letter-spacing: 0;
	vertical-align: middle;
	text-decoration: none;
	padding: 20px 40px;
	border-radius: var(--radius-pill);
	gap: 6px;
	transition: background-color .2s, color .2s, opacity .2s;
	white-space: nowrap;
	cursor: pointer;
}

.hero__btn--primary { background-color: var(--color-text-inverse); color: var(--color-text); border: none; }

.hero__btn--primary:hover { background-color: #f0f8ff; color: var(--color-text); text-decoration: none; }

.hero__btn--outline { background-color: transparent; color: var(--color-text-inverse); border: 1px solid var(--color-text-inverse); }

.hero__btn--outline:hover { background-color: rgba(255, 255, 255, 0.1); color: var(--color-text-inverse); text-decoration: none; }

.hero__devices {
	position: relative;
	margin: 52px auto 0;
	max-width: 1000px;
	aspect-ratio: 1000 / 517;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-top: 45px;
}

.hero__devices-desktop {
	width: 100%;
	max-width: 1000px;
	height: auto;
	display: block;
}

.hero__devices-phone {
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 28%;
	max-width: 280px;
	height: auto;
	display: block;
}

.advantages { background-color: #000000; padding: 100px 120px; }

.advantages__inner {
	max-width: 1600px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.advantages__header { text-align: center; margin-bottom: 60px; }

.advantages__title {
	font-family: var(--font-primary);
	font-weight: 700;
	font-size: 2.571rem;
	line-height: 130%;
	color: var(--color-text-inverse);
	margin: 0 0 8px;
}

.advantages__subtitle {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.286rem;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.advantages__list { display: flex; flex-direction: column; gap: 20px; }

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

.advantage-item {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 30px;
	min-height: 312px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.advantage-item__icon {
	width: 84px;
	height: 84px;
	min-width: 84px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	padding: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.advantage-item__icon img { width: 36px; height: 36px; object-fit: contain; }

.advantage-item__title {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: var(--color-text-inverse);
}

.advantage-item__desc {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.8);
}

.advantages__action { display: flex; justify-content: center; margin-top: 60px; }

.advantages__btn { background: linear-gradient(90deg, #00A2E6 0%, #2B3971 100%); padding: 16px 40px; }

.howto { background-color: #000000; padding: 100px 400px; }

.howto__inner { display: flex; flex-direction: column; gap: 56px; }

.howto__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.howto__title {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 2.571rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: var(--color-text-inverse);
	margin: 0;
}

.howto__subtitle {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.howto__steps {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	padding: 64px;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.howto__step { display: flex; align-items: flex-start; gap: 20px; }

.howto__step-icon {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	width: 48px;
	flex-shrink: 0;
}

.howto__step-number {
	width: 48px;
	height: 48px;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.143rem;
	color: var(--color-text-inverse);
	flex-shrink: 0;
}

.howto__step-line {
	width: 2px;
	flex: 1;
	min-height: 76px;
	background: rgba(255, 255, 255, 0.05);
	border-left: 2px solid rgba(255, 255, 255, 0.05);
}

.howto__step--last .howto__step-icon { justify-content: flex-start; }

.howto__step-desc {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding-bottom: 64px;
}

.howto__step--last .howto__step-desc { padding-bottom: 0; }

.howto__step-title {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.143rem;
	line-height: 150%;
	letter-spacing: 0;
	color: var(--color-text-inverse);
}

.howto__step-text {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 140%;
	letter-spacing: 0;
	color: rgba(255, 255, 255, 0.8);
}

.howto__action { display: flex; justify-content: center; }

.howto__btn { background: linear-gradient(90deg, #00A2E6 0%, #2B3971 100%); padding: 16px 40px; }

.faq { background-color: #000000; padding: 100px 400px; }

.faq__inner { display: flex; flex-direction: column; gap: 56px; }

.faq__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.faq__title {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 2.571rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: var(--color-text-inverse);
	margin: 0;
}

.faq__subtitle {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.faq__list { display: flex; flex-direction: column; gap: 24px; }

.faq__item.accordion-item {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px !important;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
	overflow: hidden;
}

.faq__item-btn.accordion-button {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 1.429rem;
	line-height: 140%;
	color: var(--color-text-inverse);
	background: transparent;
	padding: 40px;
	box-shadow: none;
}

.faq__item-btn.accordion-button:not(.collapsed) { color: var(--color-text-inverse); background: transparent; box-shadow: none; }

.faq__item-btn.accordion-button::after {
	content: '−';
	background-image: none;
	font-size: 1.714rem;
	color: var(--color-text-inverse);
	width: auto;
	height: auto;
	transform: none !important;
}

.faq__item-btn.accordion-button.collapsed::after { content: '+'; background-image: none; }

.faq__item-btn.accordion-button:focus { box-shadow: none; }

.faq__item-body.accordion-body {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	color: rgba(255, 255, 255, 0.8);
	padding: 0 40px 40px;
}

.faq__item-body p { margin: 0 0 8px; }

.faq__item-body ul { padding-left: 20px; margin: 0 0 12px; }

.faq__item-body li { margin-bottom: 8px; }

.wiki { background-color: #000000; padding: 0 400px; }

.wiki__inner {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	padding: 100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 56px;
}

.wiki__title {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 2.571rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: var(--color-text-inverse);
	margin: 0;
}

.wiki__subtitle {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: var(--color-text-inverse);
	margin: -44px 0 0;
}

.feedback { background-color: #000000; padding: 100px 0; }

.feedback__inner {
	background: rgba(255, 255, 255, 0.05);
	border-radius: 20px;
	padding: 64px;
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.feedback__header {
	display: flex;
	flex-direction: column;
	gap: 8px;
	text-align: center;
}

.feedback__title {
	font-family: var(--font-primary);
	font-weight: 500;
	font-size: 2.571rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: var(--color-text-inverse);
	margin: 0;
}

.feedback__subtitle {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.429rem;
	line-height: 140%;
	letter-spacing: 0;
	text-align: center;
	color: rgba(255, 255, 255, 0.8);
	margin: 0;
}

.feedback__form-wrap {
	background: rgba(255, 255, 255, 0.03);
	border-radius: 20px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 20px;
	max-width: 575px;
	margin: 0 auto;
	width: 100%;
}

.feedback__field { display: flex; flex-direction: column; gap: 8px; }

.feedback__label {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 140%;
	color: var(--color-text-inverse);
	padding: 0;
	display: block;
}

.feedback__input {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 140%;
	color: var(--color-muted);
	background: transparent;
	border: 1px solid #9CA3AF;
	border-radius: var(--radius-sm);
	padding: 8px;
	height: 40px;
	width: 100%;
	outline: none;
	transition: border-color .2s;
}

.feedback__input:focus { border-color: var(--color-brand-alt); color: var(--color-text-inverse); }

.feedback__input::placeholder { color: var(--color-muted); }

.feedback__input:-webkit-autofill,
.feedback__input:-webkit-autofill:hover,
.feedback__input:-webkit-autofill:focus {
	-webkit-box-shadow: 0 0 0 1000px transparent inset !important;
	box-shadow: 0 0 0 1000px transparent inset !important;
	-webkit-text-fill-color: var(--color-text-inverse) !important;
	caret-color: var(--color-text-inverse);
	transition: background-color 9999s ease-in-out 0s;
}

.feedback__action { display: flex; justify-content: center; margin-top: 4px; }

.site-footer { background: #000000; }

.site-footer__top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 64px 400px;
	gap: 135px;
	background: rgba(217, 217, 217, 0.1);
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.site-footer__about {
	display: flex;
	flex-direction: column;
	max-width: 466px;
	flex-shrink: 0;
}

.site-footer__nav {
	display: flex;
	gap: 135px;
	margin-top: 0;
	align-self: center;
}

.site-footer__logo { display: inline-block; }

.site-footer__logo img { height: 40px; width: auto; display: block; }

.site-footer__icon {
	width: 16px;
	height: 16px;
	flex-shrink: 0;
	filter: brightness(0) invert(1);
}

.site-footer__icon[src$="mail.svg"] { height: 16px; }

.site-footer__icon[src$="Group.svg"] { width: 14px; height: 16px; }

.site-footer__desc {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 0.857rem;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.8);
	margin: 12px 0 0;
}

.site-footer__contacts {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 12px;
}

.site-footer__contacts-row {
	display: flex;
	flex-direction: row;
	gap: 24px;
	flex-wrap: wrap;
}

.site-footer__contact {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	color: var(--color-brand);
	text-decoration: none;
}

.site-footer__contact:hover { color: var(--color-brand); opacity: 0.8; text-decoration: none; }

.site-footer__address {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1.143rem;
	line-height: 150%;
	color: var(--color-brand);
	text-decoration: none;
}

.site-footer__address .site-footer__icon { margin-top: 4px; }

.site-footer__nav-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.site-footer__nav-list:nth-child(1) { width: 219px; }

.site-footer__nav-list:nth-child(2) { width: 165px; }

.site-footer__nav-link {
	font-family: var(--font-primary);
	font-weight: 300;
	font-size: 1rem;
	line-height: 140%;
	color: var(--color-text-inverse);
	text-decoration: none;
}

.site-footer__nav-link:hover { color: var(--color-brand); text-decoration: none; }

.site-footer__bottom { background: #000000; border-top: 1px solid rgba(255, 255, 255, 0.1); }

.site-footer__bottom-inner { padding: 20px 80px; display: flex; align-items: center; }

.site-footer__copy {
	font-family: var(--font-primary);
	font-weight: 400;
	font-size: 1.143rem;
	line-height: 180%;
	color: var(--color-text-inverse);
}

@media (max-width: 1680px) {
.site-topbar__inner { padding: 0 40px; }

.site-header__inner { padding: 0 40px; }

.site-footer__top { padding: 64px 240px; gap: 100px; }

.site-footer__nav { gap: 100px; }
}

@media (max-width: 1400px) {
.tariff-section__cards { gap: 16px; }

.tariff-card { width: auto; flex: 1; }

.contact-section { padding: 0 80px; }

.contact-section__inner { padding: 48px 64px; }

.extra-services { padding: 0 80px; }

.site-nav { margin-left: 32px; }

.site-nav .navbar-nav { gap: 28px; }

.site-header__actions { margin-left: 20px; }

.site-header__actions .nav-link { padding: 10px 18px !important; font-size: 0.929rem; }

.site-footer__top { padding: 56px 120px; gap: 60px; }

.site-footer__nav { gap: 60px; }

.howto { padding: 80px 160px; }

.faq { padding: 80px 160px; }

.wiki { padding: 0 160px; }

.feedback { padding: 56px 32px; }

#SignContainer, #VerifyContainer {
		max-width: 100%;
		width: 100%;
		left: 0;
		transform: none;
	}
}

@media (max-width: 1200px) {
.site-footer__top { padding: 48px 60px; gap: 40px; }

.site-footer__nav { gap: 40px; }

.site-footer__contact { font-size: 1rem; }

.site-footer__address { font-size: 1rem; }

.site-header__actions { display: none; }

.hero { padding: 48px 20px 0; }

.hero__title { font-size: 2.857rem; }

.hero__subtitle { font-size: 1.286rem; }

.hero__devices { padding-top: 40px; margin-top: 44px; }

.advantages { padding: 80px 60px; }

.advantages__header { margin-bottom: 48px; }
}

@media (max-width: 991px) {
.about-card { padding: 28px; }

.about-card__list { padding-left: 70px; }

.about-card__text { margin-left: 50px; }

.about-card__links { margin-left: 50px; }

.about-page { gap: 28px; }

.proposal-modal { padding: 32px 24px; gap: 24px; }

.proposal-modal__submit { width: 100%; }

.plan-modal-overlay { padding: 120px 16px 40px; }

.tariff-section__cards { flex-direction: column; align-items: center; }

.tariff-section__title { font-size: 2rem; }

.tariff-section__subtitle { margin-top: 0; }

.tariff-section__header { margin-bottom: 24px; }

h3.pg-header:has(+ .tariff-section) { margin-bottom: 16px; }

.tariff-card { width: 100%; max-width: 520px; min-height: 0; }

.tariff-card--featured { min-height: 0; }

.contact-section { padding: 0 24px; }

.contact-section__inner { padding: 40px 32px; gap: 20px; }

.contact-section__title { font-size: 2rem; }

.extra-services { padding: 0 24px; }

.extra-services__inner { gap: 40px; }

.extra-services__title { font-size: 2rem; }

.extra-service { flex-direction: column; align-items: flex-start; gap: 16px; }

.extra-service__price { align-self: flex-start; }

.extra-service__btn { width: 100%; max-width: 320px; justify-content: center; }

.storage-section { padding: 32px; gap: 32px; }

.storage-section__cards { flex-direction: column; }

.storage-section__title { font-size: 1.857rem; }

.storage-section__subtitle { margin-top: 0; }

.storage-card__title { font-size: 1.286rem; }

.storage-card__list li { font-size: 1rem; }

.contacts-page { flex-direction: column; gap: 40px; }

.contacts-page__info,
	.contacts-page__map { width: 100%; }

.contacts-page__label { font-size: 1.286rem; }

.site-topbar { border-bottom: none; }

.site-topbar__inner { padding: 0 24px; }

.site-header__inner {
		padding: 0 24px;
		height: 80px;
		gap: 16px;
		flex-wrap: nowrap;
		justify-content: space-between;
		position: relative;
	}

.site-header__logo { order: 1; }

.site-header__logo img { height: 28px; }

.site-nav {
		order: 2;
		flex: 0 0 auto;
		margin-left: auto;
		position: static;
	}

.site-nav .navbar-toggler { padding: 6px 10px; border: 1px solid rgba(255,255,255,0.5); border-radius: 6px; }

.site-nav .navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		right: 0;
		background: var(--gradient-brand);
		padding: 16px 24px;
		box-shadow: 0 8px 16px rgba(0,0,0,0.15);
		z-index: 999;
	}

body:has(.page-container--home) .site-nav .navbar-collapse { background: #00A2E6; }

.site-nav .navbar-nav {
		gap: 16px;
		flex-direction: column;
		align-items: flex-start;
		margin: 0;
	}

.site-nav .nav-link { padding: 8px 0 !important; text-align: left; }

.site-header__actions { display: none; }

.site-footer__top { flex-direction: column; padding: 48px 40px; gap: 40px; }

.site-footer__about { max-width: 100%; }

.site-footer__nav { align-self: flex-start; gap: 60px; flex-wrap: wrap; }

.site-footer__bottom-inner { padding: 20px 40px; }

.search-page__form-block {
		flex-direction: column;
		padding: 32px 24px;
		min-height: auto;
		height: auto;
		width: 100%;
	}

.search-page__form-title { font-size: 1.714rem; line-height: 140%; }

.search-page__form-card {
		position: static;
		width: 100%;
		height: auto;
		padding: 32px 24px;
	}

.search-page__form-block { flex-direction: column; }

.search-page__form-title { width: 100%; }

.search-page__form-card { width: 100%; }

.hero { padding: 44px 16px 0; border-radius: 0 0 32px 32px; }

.hero__title { font-size: 2.571rem; max-width: 100%; }

.hero__subtitle { font-size: 1.143rem; max-width: 100%; }

.hero__btn { padding: 16px 32px; font-size: 1.071rem; }

.hero__devices { padding-top: 34px; margin-top: 40px; }

.advantages { padding: 64px 24px; }

.advantages__title { font-size: 2.143rem; }

.advantages__subtitle { font-size: 1.143rem; }

.advantages__header { margin-bottom: 40px; }

.advantages__action { margin-top: 40px; }

.advantage-item { padding: 24px; min-height: auto; }

.advantage-item__icon { width: 64px; height: 64px; min-width: 64px; padding: 16px; }

.advantage-item__icon img { width: 28px; height: 28px; }

.howto { padding: 64px 24px; }

.howto__inner { gap: 40px; }

.howto__title { font-size: 2.143rem; }

.howto__subtitle { font-size: 1.143rem; }

.howto__steps { padding: 40px 32px; }

.howto__step-desc { padding-bottom: 40px; }

.faq { padding: 64px 24px; }

.faq__inner { gap: 40px; }

.faq__title { font-size: 2.143rem; }

.faq__subtitle { font-size: 1.143rem; }

.faq__item-btn.accordion-button { padding: 28px 24px; font-size: 1.286rem; }

.faq__item-body.accordion-body { padding: 0 24px 28px; }

.wiki { padding: 0 24px; }

.wiki__inner { padding: 56px 32px; }

.wiki__title { font-size: 2.143rem; }

.wiki__subtitle { font-size: 1.143rem; }

.feedback { padding: 64px 24px; }

.feedback__inner { padding: 48px 32px; }

.feedback__title { font-size: 2.143rem; }

.feedback__subtitle { font-size: 1.143rem; }
}

@media (max-width: 768px) {
.about-card { padding: 20px; gap: 16px; }

.about-card__icon { width: 36px; height: 36px; font-size: 1.143rem; }

.about-card__title { font-size: 1.143rem; }

.about-card__text { font-size: 1rem; margin-left: 0; }

.about-card__list { padding-left: 20px; }

.about-card__list li { font-size: 1rem; }

.about-card__links { margin-left: 0; }

.about-card__text { margin-left: 0; }

.about-page { gap: 24px; }

.about-page__subtitle { font-size: 1.143rem; margin-top: -12px; }

.plan-modal-overlay { padding: 80px 12px 32px; }

.plan-modal { border-radius: 12px; }

.plan-modal__title { font-size: 1.286rem; }

.plan-modal__settings-title { font-size: 1.286rem; }

.plan-modal__summary-label,
	.plan-modal__summary-price { font-size: 1.286rem; }

.tariff-section { padding: 0 16px; }

.tariff-section__subtitle { font-size: 1rem; }

.tariff-card { padding: 32px 24px; gap: 20px; }

.tariff-card__name { font-size: 1.286rem; }

.tariff-card__price-value { font-size: 1.571rem; }

.tariff-card__tooltip { right: auto; left: 50%; transform: translateX(-50%); }

.storage-section { padding: 20px; border-radius: 12px; }

.storage-section__subtitle { font-size: 1.143rem; }

.storage-card { padding: 20px; border-radius: 12px; }

.contacts-page { gap: 32px; }

.contacts-page__label { font-size: 1.143rem; }

.contacts-page__value { font-size: 1rem; }

.contacts-page__item { padding: 12px 0; }

.site-topbar__contacts { gap: 16px; }

.site-topbar__link { font-size: 0.857rem; }

.site-topbar__link svg { width: 12px; height: 12px; }

.site-footer__top { padding: 40px 24px; gap: 32px; }

.site-footer__nav { gap: 40px; }

.site-footer__nav-list:nth-child(1),
	.site-footer__nav-list:nth-child(2) { width: auto; }

.site-footer__bottom-inner { padding: 16px 24px; }

.site-footer__copy { font-size: 1rem; }

#divCertRequestForm { width: 100%; }

.search-form-border { width: auto; margin: 10px 0; }

#divSearchCertsForm { width: auto; }

#divSearchCertsSNForm { width: auto; }

.flex-nowrap { flex-wrap: wrap !important; }

h3.pg-header { font-size: 1.857rem; margin-bottom: 32px; }

#news td.blog-image img { width: 100px; height: auto; }

.regdocs-list .regdocs-name { font-size: 1rem; padding-top: 24px; }

.regdocs-list .regdocs-download { font-size: 1rem; padding-top: 24px; }

.user-cards { gap: 24px; }

.user-card {
		flex-direction: column;
		align-items: flex-start;
		padding: 24px;
		gap: 20px;
	}

.user-card__title { font-size: 1rem; }

.user-card__btn { width: 100%; justify-content: center; }

.content-text { font-size: 1rem; }

.search-page__form-title { font-size: 1.429rem; }

.search-page__form-block { padding: 24px 16px; gap: 24px; }

.search-page__form-card { padding: 24px 16px; }

.search-field { margin-bottom: 28px; }

.search-field--checkbox { margin-bottom: 28px; }

.search-page__btn { padding: 16px 32px; font-size: 1.071rem; width: 100%; }

.search-field__label { font-size: 0.929rem; }

.search-field__checkbox-label { font-size: 0.929rem; }

.hero { padding: 40px 16px 0; }

.hero__title { font-size: 2.286rem; }

.hero__subtitle { font-size: 1.143rem; }

.hero__btn { font-size: 1.071rem; padding: 12px 24px; }

.hero__devices { padding-top: 28px; margin-top: 36px; }

.howto { padding: 48px 16px; }

.howto__title { font-size: 1.857rem; }

.howto__subtitle { font-size: 1.143rem; }

.howto__steps { padding: 32px 24px; }

.faq { padding: 48px 16px; }

.faq__title { font-size: 1.857rem; }

.faq__subtitle { font-size: 1.143rem; }

.wiki { padding: 0 16px; }

.wiki__inner { padding: 48px 24px; gap: 32px; }

.wiki__title { font-size: 1.857rem; }

.wiki__subtitle { font-size: 1.143rem; margin-top: -20px; }

.feedback { padding: 48px 16px; }

.feedback__inner { padding: 32px 24px; }

.feedback__title { font-size: 1.857rem; }

.feedback__subtitle { font-size: 1.143rem; }

.feedback__form-wrap { padding: 24px; }

.page-container { padding: 16px 16px 0; }

h3.pg-header { font-size: 1.857rem; margin: 40px 0 24px 0; }

main { margin-bottom: 40px; }

.content-block { gap: 24px; }

.content-section { gap: 12px; }

.content-section--border { padding-bottom: 24px; }

.content-list { font-size: 1rem; gap: 8px; }

#news td.blog-title { font-size: 0.929rem; }

#news td.blog-text { font-size: 0.929rem; }

#news td.blog-date { font-size: 0.929rem; }

.regdocs-list .regdocs-name { font-size: 1rem; padding-top: 24px; }

.regdocs-list .regdocs-download { font-size: 1rem; padding-top: 24px; }

.data-table .table th,
	.data-table .table td { font-size: 0.929rem; padding: 8px 0; }

.data-table .table td img { width: 28px; }

#crls-list .table th:nth-child(1),
	#crls-list .table td:nth-child(1) { padding-right: 16px; }

#crls-list .table th:nth-child(2),
	#crls-list .table td:nth-child(2) { padding-right: 16px; }

#crls-list .table th:nth-child(3),
	#crls-list .table td:nth-child(3) { padding-right: 16px; }

#crls-list .table th:nth-child(4),
	#crls-list .table td:nth-child(4) { padding-right: 16px; }

#crls-list .table th:nth-child(5),
	#crls-list .table td:nth-child(5) { padding-right: 16px; }

p.ndheader { font-size: 1.286rem; padding: 24px 0 16px 0; }

p.ndheader + table ul { padding-left: 20px; }

p.ndheader + table ul li { font-size: 1rem; }

p.ndheader + table td { padding-bottom: 24px; }

div[align="left"] > p.ndheader:first-child { margin-top: 24px; }

.search-page__form-block { flex-direction: column; padding: 24px; border-radius: 12px; }

.advantage-item { padding: 20px; }

.advantage-item__icon { width: 56px; height: 56px; min-width: 56px; padding: 14px; }

.advantage-item__icon img { width: 24px; height: 24px; }

.advantage-item__title { font-size: 1.071rem; }

.advantage-item__desc { font-size: 0.929rem; }

.advantages__btn { padding: 14px 32px; font-size: 1.071rem; }

.howto__step-number { width: 40px; height: 40px; font-size: 1rem; }

.howto__step-icon { width: 40px; }

.howto__step-line { min-height: 48px; }

.howto__step-desc { padding-bottom: 32px; }

.howto__step-title { font-size: 1.071rem; }

.howto__step-text { font-size: 0.929rem; }

.howto__btn { padding: 14px 32px; font-size: 1.071rem; }

.faq__item-btn.accordion-button { padding: 20px 16px; font-size: 1.143rem; }

.faq__item-body.accordion-body { padding: 0 16px 20px; font-size: 1rem; }

.wiki__btn { padding: 14px 32px; font-size: 1.071rem; }

.feedback__form-wrap { padding: 20px; }

.feedback__btn { padding: 14px 32px; font-size: 1.071rem; }
}

@media (max-width: 600px) {
.about-card { padding: 20px; gap: 12px; }

.about-card__icon { width: 36px; height: 36px; }

.about-card__title { font-size: 1.143rem; }

.about-card__text { font-size: 1rem; }

.about-card__list li { font-size: 1rem; }

.about-page--services .about-card__icon img { width: 22px; height: 22px; }

.about-page { gap: 20px; }

.services-cta { flex-direction: column; align-items: center; }

.services-cta__btn { width: 100%; max-width: 320px; font-size: 1rem; padding: 16px 32px; }

.consultation-modal {
		padding: 32px 20px;
		gap: 24px;
		height: auto;
		margin-top: 10vh;
		width: calc(100vw - 32px);
	}

.consultation-modal__submit {
		padding: 16px 32px;
		font-size: 1rem;
		width: 100%;
		height: auto;
		margin-top: 8px;
	}

.proposal-modal { padding: 24px 20px; gap: 20px; margin-top: 5vh; }

.plan-modal-overlay { padding: 60px 8px 24px; }

.plan-modal__body { padding: 16px; gap: 16px; }

.plan-modal__features { padding: 16px; }

.plan-modal__selects { flex-direction: column; padding: 16px; gap: 16px; }

.plan-modal__summary { padding: 16px 20px; }

.plan-modal__header { padding: 16px 20px; }

.plan-modal__footer { padding: 16px; }

.plan-modal__field-wrap { padding: 14px 16px; }

.plan-modal__features-list { gap: 12px; }

.plan-modal__features-list li { font-size: 0.929rem; }

.plan-modal__title { font-size: 1.143rem; }

.plan-modal__settings-title { font-size: 1.143rem; }

.plan-modal__summary-label,
	.plan-modal__summary-price { font-size: 1.143rem; }

.plan-modal__submit { height: 44px; }

.contact-section__inner { padding: 32px 20px; }

.contact-section__title { font-size: 1.714rem; }

.contact-section__desc p { font-size: 1rem; }

.contact-section__btn { width: 100%; max-width: 320px; padding: 16px 24px; justify-content: center; }

.extra-services__title { font-size: 1.714rem; }

.extra-services__subtitle { font-size: 1.143rem; }

.extra-service { padding: 24px 20px; }

.extra-service__name { font-size: 1.143rem; }

.extra-service__desc { font-size: 1rem; }

.extra-service__price { font-size: 1.429rem; }

.storage-section { padding: 20px; border-radius: 12px; gap: 24px; }

.storage-section__title { font-size: 1.571rem; }

.storage-section__subtitle { font-size: 1rem; }

.storage-card { padding: 16px; border-radius: 12px; }

.storage-card__icon { width: 48px; height: 48px; }

.storage-card__icon img { width: 36px; height: 36px; }

.storage-card__title { font-size: 1.143rem; }

.storage-card__list li { font-size: 0.929rem; }

.site-footer__top { padding: 32px 20px; gap: 28px; }

.site-footer__nav { flex-direction: column; gap: 24px; }

.site-footer__contacts { gap: 20px; }

.site-footer__contacts-row { gap: 16px; }

.site-footer__contact { font-size: 0.929rem; }

.site-footer__address { font-size: 0.929rem; }

.site-footer__nav-link { font-size: 0.929rem; }

.site-footer__logo img { height: 32px; }

.site-footer__copy { font-size: 0.929rem; }

.site-footer__bottom-inner { padding: 16px 20px; }

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

.advantages__title { font-size: 1.857rem; }

.hero { padding: 36px 16px 0; border-radius: 0 0 24px 24px; }

.hero__title { font-size: 2rem; }

.hero__subtitle { font-size: 1.071rem; margin-bottom: 28px; }

.hero__actions { flex-direction: column; align-items: center; gap: 12px; }

.hero__btn { width: 100%; max-width: 320px; padding: 14px 24px; font-size: 1rem; }

.hero__devices { padding-top: 24px; margin-top: 32px; }

.advantages { padding: 48px 16px; }

.advantages__title { font-size: 1.714rem; }

.advantages__subtitle { font-size: 1rem; }

.advantages__header { margin-bottom: 32px; }

.advantages__action { margin-top: 32px; }

.advantages__btn { width: 100%; max-width: 320px; font-size: 1rem; }

.howto { padding: 48px 16px; }

.howto__title { font-size: 1.714rem; }

.howto__subtitle { font-size: 1rem; }

.howto__steps { padding: 24px 16px; }

.howto__btn { width: 100%; max-width: 320px; font-size: 1rem; }

.faq { padding: 48px 16px; }

.faq__title { font-size: 1.714rem; }

.faq__subtitle { font-size: 1rem; }

.faq__item-btn.accordion-button { font-size: 1.071rem; padding: 16px 14px; }

.faq__item-body.accordion-body { padding: 0 14px 16px; font-size: 0.929rem; }

.wiki { padding: 0 16px; }

.wiki__inner { padding: 40px 20px; gap: 24px; }

.wiki__title { font-size: 1.714rem; }

.wiki__subtitle { font-size: 1rem; }

.wiki__btn { width: 100%; max-width: 320px; font-size: 1rem; }

.feedback { padding: 40px 16px; }

.feedback__inner { padding: 24px 16px; gap: 24px; }

.feedback__title { font-size: 1.714rem; }

.feedback__subtitle { font-size: 1rem; }

.feedback__btn { width: 100%; max-width: 320px; font-size: 1rem; }
}

@media (max-width: 480px) {
.about-card__header { flex-direction: column; align-items: flex-start; gap: 8px; }

.about-card__text { margin-left: 0; }

.about-card__icon { width: 32px; height: 32px; }

.about-card__title { font-size: 1.071rem; }

.about-card__text { font-size: 0.929rem; }

.about-card__list li { font-size: 0.929rem; gap: 8px; }

.about-page--services .about-card__icon img { width: 18px; height: 18px; }

.about-page__subtitle { margin-top: 0; }

.tariff-section { padding: 0; }

.tariff-section__title { font-size: 1.571rem; }

.tariff-section__subtitle { font-size: 1rem; }

.tariff-card { padding: 28px 20px; }

.contacts-page__label { font-size: 1rem; }

.site-topbar__contacts { display: none; }

.site-topbar__inner { justify-content: flex-end; }

.site-footer__top { padding: 28px 16px; }

.site-footer__bottom-inner { padding: 14px 16px; }

.site-footer__copy { font-size: 0.857rem; }

.site-footer__logo img { height: 28px; }

input.qfielda { width: 316px; }

.user-cards { gap: 16px; }

.user-card { padding: 20px 16px; border-radius: 14px; }

.user-card__title { font-size: 0.929rem; }

.user-card__btn { font-size: 1rem; padding: 10px 20px; }

.search-page__form-block { padding: 20px 12px; gap: 20px; }

.search-page__form-title { font-size: 1.286rem; }

.search-page__form-card { padding: 20px 12px; }

.search-page__btn { padding: 14px 24px; font-size: 1rem; }

.search-field__label { font-size: 0.857rem; }

.search-field__input { font-size: 0.929rem; padding: 6px 8px; }

.search-field__checkbox-label { font-size: 0.857rem; }

.page-container { padding: 12px 12px 0; }

h3.pg-header { font-size: 1.571rem; margin: 32px 0 20px 0; }

.data-table .table { display: block; overflow-x: auto; }

.hero__title { font-size: 1.714rem; }

.hero__subtitle { font-size: 1rem; }

.advantage-item { padding: 16px; }

.advantage-item__icon { width: 48px; height: 48px; min-width: 48px; padding: 12px; }

.advantage-item__icon img { width: 20px; height: 20px; }

.advantage-item__title { font-size: 1rem; }

.advantage-item__desc { font-size: 0.857rem; }

.howto__step-number { width: 36px; height: 36px; font-size: 0.929rem; }

.howto__step-icon { width: 36px; }

.howto__step-line { min-height: 36px; }

.howto__step-title { font-size: 1rem; }

.howto__step-text { font-size: 0.857rem; }

.howto__step-desc { padding-bottom: 24px; }

.faq__item-btn.accordion-button { font-size: 1rem; padding: 14px 12px; }

.faq__item-body.accordion-body { font-size: 0.929rem; padding: 0 12px 14px; }

label.text { display: block; padding: 2px 0px 0px 0px; float: left; text-align: left; }

#viewQueryDetails { max-width: 360px; margin: 20px 0px 0px 0px; }

#divCertRequestForm { width: 100%; }

.search-form-border { width: auto; margin: 10px 0; }

#divSearchCertsForm { width: auto; }

#divSearchCertsSNForm { width: auto; }
}

@media (max-width: 360px) {
.about-card { padding: 16px; }

.about-card__title { font-size: 1rem; }

.plan-modal-overlay { padding: 40px 4px 20px; }

.plan-modal__body { padding: 12px; }

.plan-modal__features { padding: 14px; }

.plan-modal__field-wrap { padding: 12px 14px; }

.plan-modal__selects { padding: 14px; }

.plan-modal__header { padding: 14px 16px; }

.plan-modal__summary { padding: 14px 16px; }

.plan-modal__footer { padding: 14px; }

.storage-section { padding: 16px; }

.storage-card { padding: 14px; }

.hero { padding: 32px 12px 0; border-radius: 0 0 20px 20px; }

.hero__title { font-size: 1.571rem; }

.hero__btn { padding: 12px 20px; font-size: 0.929rem; }

.hero__devices { padding-top: 18px; margin-top: 28px; }

.advantages { padding: 36px 12px; }

.howto { padding: 36px 12px; }

.faq { padding: 36px 12px; }

.wiki { padding: 0 12px; }

.feedback { padding: 32px 12px; }
}

@media (min-width: 768px) {
.display-4 { font-size: 3rem; }
}
