@font-face {
	font-display: swap;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: 400;
	src: url("./fonts/Golos-Text/400/Golos-Text-400.eot");
	src:
		url("./fonts/Golos-Text/400/Golos-Text-400.eot?#iefix") format("embedded-opentype"),
		url("./fonts/Golos-Text/400/Golos-Text-400.woff2") format("woff2"),
		url("./fonts/Golos-Text/400/Golos-Text-400.woff") format("woff"),
		url("./fonts/Golos-Text/400/Golos-Text-400.ttf") format("truetype"),
		url("./fonts/Golos-Text/400/Golos-Text-400.svg#GolosText") format("svg");
}

@font-face {
	font-display: swap;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: 500;
	src: url("./fonts/Golos-Text/500/Golos-Text-500.eot");
	src:
		url("./fonts/Golos-Text/500/Golos-Text-500.eot?#iefix") format("embedded-opentype"),
		url("./fonts/Golos-Text/500/Golos-Text-500.woff2") format("woff2"),
		url("./fonts/Golos-Text/500/Golos-Text-500.woff") format("woff"),
		url("./fonts/Golos-Text/500/Golos-Text-500.ttf") format("truetype"),
		url("./fonts/Golos-Text/500/Golos-Text-500.svg#GolosText") format("svg");
}

@font-face {
	font-display: swap;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: 600;
	src: url("./fonts/Golos-Text/600/Golos-Text-600.eot");
	src:
		url("./fonts/Golos-Text/600/Golos-Text-600.eot?#iefix") format("embedded-opentype"),
		url("./fonts/Golos-Text/600/Golos-Text-600.woff2") format("woff2"),
		url("./fonts/Golos-Text/600/Golos-Text-600.woff") format("woff"),
		url("./fonts/Golos-Text/600/Golos-Text-600.ttf") format("truetype"),
		url("./fonts/Golos-Text/600/Golos-Text-600.svg#GolosText") format("svg");
}

@font-face {
	font-display: swap;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: 700;
	src: url("./fonts/Golos-Text/700/Golos-Text-700.eot");
	src:
		url("./fonts/Golos-Text/700/Golos-Text-700.eot?#iefix") format("embedded-opentype"),
		url("./fonts/Golos-Text/700/Golos-Text-700.woff2") format("woff2"),
		url("./fonts/Golos-Text/700/Golos-Text-700.woff") format("woff"),
		url("./fonts/Golos-Text/700/Golos-Text-700.ttf") format("truetype"),
		url("./fonts/Golos-Text/700/Golos-Text-700.svg#GolosText") format("svg");
}

@font-face {
	font-display: swap;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: 800;
	src: url("./fonts/Golos-Text/800/Golos-Text-800.eot");
	src:
		url("./fonts/Golos-Text/800/Golos-Text-800.eot?#iefix") format("embedded-opentype"),
		url("./fonts/Golos-Text/800/Golos-Text-800.woff2") format("woff2"),
		url("./fonts/Golos-Text/800/Golos-Text-800.woff") format("woff"),
		url("./fonts/Golos-Text/800/Golos-Text-800.ttf") format("truetype"),
		url("./fonts/Golos-Text/800/Golos-Text-800.svg#GolosText") format("svg");
}

@font-face {
	font-display: swap;
	font-family: "Golos Text";
	font-style: normal;
	font-weight: 900;
	src: url("./fonts/Golos-Text/900/Golos-Text-900.eot");
	src:
		url("./fonts/Golos-Text/900/Golos-Text-900.eot?#iefix") format("embedded-opentype"),
		url("./fonts/Golos-Text/900/Golos-Text-900.woff2") format("woff2"),
		url("./fonts/Golos-Text/900/Golos-Text-900.woff") format("woff"),
		url("./fonts/Golos-Text/900/Golos-Text-900.ttf") format("truetype"),
		url("./fonts/Golos-Text/900/Golos-Text-900.svg#GolosText") format("svg");
}
*,
::after,
::before {
	box-sizing: border-box;
}
html,
body {
	padding: 0;
	margin: 0;
	font-family: "Golos Text";
	-webkit-tap-highlight-color: transparent;
	background: var(--wcms-background-primary);
	color: var(--wcms-color-primary);
	scroll-behavior: smooth;
}
html {
	overflow-y: scroll;
	font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: 0;
	color: var(--wcms-color-secondary);
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0;
	font-family: inherit;
	color: var(--wcms-color-secondary);
}
p {
	margin-top: 0;
	margin-bottom: 1rem;
}
a {
	text-decoration: none;
	outline: none;
	color: var(--wcms-color-links);
	transition: 0.3s ease all;
}
a:hover {
	text-decoration: none;
	color: var(--wcms-color-links-hover);
}
button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	outline: none;
}
.container-fluid {
	max-width: 1170px;
	margin: 0 auto;
	padding-right: 28px;
	padding-left: 28px;
}
.container-fluid.not-padded {
	padding-right: 0;
	padding-left: 0;
}
.nowrap {
	white-space: nowrap;
}
.inl {
	display: inline-block;
	vertical-align: top;
}
.relative {
	position: relative;
}
.r90 {
	transform: rotate(90deg);
}
.r180 {
	transform: rotate(180deg);
}
.r270 {
	transform: rotate(270deg);
}
.mt15 {
	margin-top: 15px;
}
.mt30 {
	margin-top: 30px;
}
.w100 {
	width: 100% !important;
}
.no-decoration {
	text-decoration: none !important;
}
.clear-both {
	clear: both;
}
.blue {
	color: var(--wcms-color-bright);
}
.button-small {
	border-radius: 10px;
	padding: 9px 18px;
	font-weight: 600;
	font-size: 0.8125rem;
	transition: 0.3s ease all;

	display: flex;
	align-items: center;
	gap: 8px;
	width: fit-content;
}

.button-md {
	display: inline-block;
	border-radius: 20px;
	padding: 17px 36px;
	font-weight: 600;
	font-size: 1rem;
	transition: 0.3s ease all;
}

.button-blue {
	color: var(--wcms-background-primary);
	box-shadow: 0 8px 32px 0 rgba(27, 94, 232, 0.22);
	background: var(--wcms-background-bright);
}
.button-blue:hover {
	color: var(--wcms-background-primary);
	box-shadow: 0 10px 40px 0 rgba(27, 94, 232, 0.3);
	background: var(--wcms-color-links-hover);
	transform: translateY(-1px);
}

.button-transparent {
	color: var(--wcms-color-bright);
	border: 1px solid var(--wcms-color-ultralight);
}
.button-transparent:hover {
	color: var(--wcms-color-bright);
	border: 1px solid var(--wcms-color-bright);
	background: var(--wcms-background-ultralight);
	transform: translateY(-1px);
}

.online-badge {
	background: var(--wcms-background-secondary);
	border: 1px solid var(--wcms-color-success);
	border-radius: 100px;
	padding: 3px 8px;
	font-size: 0.6875rem;
	font-weight: 700;
	color: var(--wcms-color-success);
	display: flex;
	align-items: center;
	gap: 5px;
	flex-shrink: 0;
	height: fit-content;
}

.online-badge::before {
	content: "";
	width: 6px;
	height: 6px;
	background: var(--wcms-color-success);
	border-radius: 50%;
	animation: blink 2s infinite;
}

@keyframes blink {
	0%,
	100% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
}

.pre-caption {
	font-weight: 700;
	font-size: 0.75rem;
	line-height: 160%;
	letter-spacing: 0.13em;
	text-transform: uppercase;
	color: var(--wcms-color-bright);

	margin-bottom: 10px;
}

.caption {
	font-weight: 800;
	font-size: clamp(26px, 3.2vw, 40px);
	line-height: 115%;
	letter-spacing: -0.03em;
	color: var(--wcms-color-secondary);
}

.sub-caption {
	line-height: 160%;
	margin-top: 10px;
}

/* HEADER */
.h-up {
	padding: 7px 0;
	font-size: 0.8em;
	background: var(--wcms-background-ultralight);
	color: var(--wcms-color-light);
}
.h-up a {
	color: var(--wcms-color-light);
}
.h-up-addr {
	margin-right: 24px;
}
.h-up-worktime {
	margin-left: 24px;
}
.h-up-icon {
	width: 16px;
	height: 16px;
	margin-right: 7px;
	margin-top: 1px;
	text-align: center;
}
.h-up-icon svg {
	max-width: 16px;
	max-height: 16px;
}
.header {
	position: sticky;
	top: 0;
	z-index: 100;
}
.h-mid {
	display: flex;
	backdrop-filter: blur(20px);
	box-shadow: 0 4px 20px 0 rgba(13, 21, 38, 0.08);
	background: rgba(255, 255, 255, 0.92);
}
.h-mid-wrap {
	display: flex;
	align-items: center;
	gap: 32px;
}
.h-mid-l {
	padding: 4px 0;
}
.h-mid-l-logos {
	color: var(--wcms-color-secondary);
	font-size: 1.375rem;
	letter-spacing: -0.02em;
	line-height: 160%;
	font-weight: 900;
}
.h-mid-l a {
	color: var(--wcms-color-secondary);
}
.h-mid-l-logos img {
	max-height: 40px;
	margin-top: 0px;
	margin-right: 17px;
}
.h-mid-l-t {
	font-size: 0.8em;
	line-height: 20px;
	padding-left: 17px;
	border-left: 1px solid var(--wcms-background-ultralight);
	color: var(--wcms-color-light);
}
.h-mid-form-wrap {
	display: flex;
	height: 100%;
	align-items: center;
}
.h-mid-phone {
	padding: 4px 18px;
	font-weight: bold;
	line-height: 19px;
	cursor: pointer;
	transition: 0.2s background;
}
.h-mid-phone:hover {
	background: var(--wcms-background-ultralight);
}
.h-mid-phone .h-mid-phone-icon {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 10px;
	text-align: center;
	color: var(--wcms-color-light);
}
.h-mid-phone .h-mid-phone-icon svg {
	max-width: 18px;
	max-height: 18px;
}
.h-mid-phone a {
	color: var(--wcms-color-primary);
}
.h-mid-phone-inner {
	padding-left: 32px;
}
.h-mid-phone-inner-caption {
	font-size: 0.9em;
	font-weight: normal;
	color: var(--wcms-color-light);
}
.h-mid-phone-list {
	display: none;
	position: absolute;
	z-index: 1;
	left: -1px;
	right: -1px;
	background: var(--wcms-background-primary);
	border: 1px solid var(--wcms-color-ultralight);
}
.h-mid-phone-list-item {
	padding: 4px 18px;
	transition: 0.2s background;
}
.h-mid-phone-list-item:hover {
	background: var(--wcms-background-ultralight);
}
.h-mid-phone-list-item a {
	color: var(--wcms-color-primary);
}
.h-mid-phone-list-item-phone {
	font-weight: bold;
}
.h-mid-phone-list-item-desc {
	font-size: 0.9em;
	color: var(--wcms-color-light);
}
.h-mid-soc-links {
	padding-top: 4px;
	margin-left: 50px;
}
.h-mid-soc-links a {
	margin-right: 10px;
}
.h-mid-soc-links a:last-child {
	margin-right: 0;
}
.h-mid-cb {
	margin-left: auto;
}
.h-mid-cb-b {
	color: var(--wcms-color-links);
	font-size: 0.9em;
	line-height: 20px;
	border-bottom: 1px dashed var(--wcms-color-links);
	margin-top: 12px;
}
.h-low {
	background: var(--wcms-background-primary);
	border-bottom: 1px solid var(--wcms-background-ultralight);
	display: none;
}
.h-low-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--wcms-background-contrast);
	opacity: 0.7;
	z-index: 0;
}
.h-menu {
	margin-left: 40px;
}
.h-data.fixed .h-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.h-menu li {
	display: inline-block;
	vertical-align: top;
}
.h-menu li a {
	display: block;
	padding: 6px 14px;
	font-size: 0.875rem;
	color: var(--wcms-color-primary);
	font-weight: 500;
	transition: 0.3s ease all;
}
.h-menu li a:hover {
	color: var(--wcms-color-secondary);
	background-color: var(--wcms-background-light);
	border-radius: 10px;
}
.h-menu li a.selected {
	color: var(--wcms-color-bright);
	background-color: var(--wcms-background-ultralight);
	border-radius: 10px;
}
.h-dropdown-inner-i-cnt {
	margin-top: 11px;
}
.h-menu .h-menu-root-a-arrow svg {
	width: 10px;
	height: 10px;
	margin-top: 7px;
	margin-left: 4px;
}
.h-menu-sep {
	width: 1px;
	height: 15px;
	background: white;
	margin-top: 23px;
	opacity: 0.1;
}
.h-dropdown {
	position: absolute;
	z-index: 10;
	left: 0;
	right: 0;
	top: 70px;
	border-top: 1px solid var(--wcms-color-ultralight);
	z-index: 11;
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
}
.h-dropdown-inner-wrap {
	padding: 27px 0;
	opacity: 1;
	transition: opacity 0.3s;
	text-align: left;
	box-shadow: 0 3px 6px var(--wcms-color-shadow);
	overflow: auto;
	background: var(--wcms-background-primary);
}
.h-dropdown-inner {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 27px 0;
}
.h-dropdown-inner-i {
	margin-bottom: 0;
}
.h-dropdown-inner-i-cpt a {
	padding: 12px 0;
}
.h-dropdown-icon {
	width: 26px;
	height: 26px;
	float: left;
	margin-top: -3px;
	position: absolute;
	left: -37px;
}
.h-menu li .h-dropdown-inner-i-cnt a {
	padding: 4px 15px;
	padding-left: 0;
	text-transform: none;
	font-weight: normal;
	color: var(--wcms-color-light) !important;
}
.h-menu li:hover .h-dropdown {
	display: block;
}
.h-mid-search {
	margin-top: 17px;
}
.h-mid-search-toggle {
	height: 38px;
	padding: 0 12px;
	border: none;
	border-radius: 5px;
	color: var(--wcms-color-secondary);
	background: var(--wcms-color-links);
}
.h-mid-search-toggle svg {
	width: 16px;
	height: 16px;
	margin-top: 4px;
}
.h-mid-search-form {
	position: absolute;
	top: 0;
	right: 0;
	padding: 7px;
	padding-left: 12px;
	padding-right: 47px;
	border-radius: 5px;
	background: var(--wcms-color-ultralight);
}
.h-mid-search-form input[type="text"] {
	width: 200px;
	height: 24px;
	font-size: 0.9em;
	background: none;
	border: none;
}
.h-mid-search-form button[type="submit"] {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	padding: 0 12px;
	border: none;
	border-radius: 5px;
	color: var(--wcms-color-secondary);
	background: var(--wcms-color-links);
}
.h-mid-search-form button[type="submit"]:hover {
	background: var(--wcms-color-links-hover);
}
.h-mid-search-form button[type="submit"] svg {
	width: 16px;
	height: 16px;
	margin-top: 4px;
}
.h-mid-search-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: var(--wcms-background-contrast);
	opacity: 0.7;
	z-index: 11;
}
.h-mid-m-ctrls {
	display: none;
	margin-left: 15px;
}
.h-mid-m-ctrl-menu {
	background: var(--wcms-background-primary);
	border: 1px solid var(--wcms-color-ultralight);
	height: 48px;
	width: 48px;
	padding: 14px;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}
.h-mid-m-ctrl-menu-l {
	width: 100%;
	height: 2px;
	border-radius: 1px;
	background: var(--wcms-background-bright);
	transition:
		transform 0.3s,
		background 0.2ms;
}
.h-mid-m-ctrl-menu.menu-deployed .h-mid-m-ctrl-menu-l:first-child {
	position: absolute;
	top: 22px;
	left: 14px;
	right: 0;
	transform: rotate(45deg);
	width: 18px;
}
.h-mid-m-ctrl-menu.menu-deployed .h-mid-m-ctrl-menu-l:nth-child(2) {
	display: none;
}
.h-mid-m-ctrl-menu.menu-deployed .h-mid-m-ctrl-menu-l:last-child {
	position: absolute;
	bottom: 22px;
	left: 14px;
	right: 0;
	transform: rotate(-45deg);
	width: 18px;
}
.h-mid-m-ctrl {
	margin-right: 20px;
}
.h-mid-m-ctrl:last-child {
	margin-right: 0px;
}
.h-low.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	box-shadow: 0 3px 6px var(--wcms-color-shadow);
}
.h-low-slbv {
	margin-top: 17px;
	margin-left: 15px;
}
.h-low-slbv-inner {
	border: 1px solid var(--wcms-color-ultralight);
	height: 38px;
	padding: 0 12px;
	border-radius: 5px;
	color: var(--wcms-color-light);
	background: var(--wcms-background-primary);
}
.h-low-slbv-inner svg {
	width: 16px;
	height: 16px;
	margin-top: 9px;
}

.h-low-language {
	margin-left: 15px;
}
.h-low-language-inner {
	border: 1px solid var(--wcms-color-ultralight);
	height: 48px;
	padding: 0 15px;
	border-radius: 5px;
	color: var(--wcms-color-primary);
	background: var(--wcms-background-primary);
	font-size: 0.9em;
	line-height: 46px;
	position: relative;
	cursor: pointer;
}
.h-low-language-selector {
	display: none;
	position: absolute;
	left: -1px;
	right: -1px;
	top: 44px;
	color: var(--wcms-color-primary);
	background: var(--wcms-background-primary);
	border: 1px solid var(--wcms-color-ultralight);
	text-align: center;
}
.h-low-language-inner:hover .h-low-language-selector {
	display: initial;
}
.h-low-language-selector a {
	display: block;
}
.h-low-language-selector a:hover {
	background: var(--wcms-background-ultralight);
}

.h-low-f {
	display: none;
}
.h-low-f-contacts {
	margin-bottom: 20px;
}
.h-low-f-contact {
	font-weight: bold;
	font-size: 0.9em;
	margin-top: 15px;
	width: 50%;
}
.h-low-f-contact-icon {
	width: 18px;
	height: 18px;
	float: left;
	margin-top: 3px;
	text-align: center;
	color: var(--wcms-color-light);
}
.h-low-f-contact-icon svg {
	max-width: 18px;
	max-height: 18px;
}
.h-low-f-contact-inner {
	padding-left: 30px;
	color: var(--wcms-color-primary);
	line-height: 24px;
}
.h-low-f-contact-inner-value {
	text-decoration: underline;
}
.h-low-f-contact-inner-caption {
	font-weight: normal;
}
.h-low-f-soc {
	margin-top: 20px;
	margin-bottom: 20px;
}
.h-low-f-soc-links a {
	margin-right: 10px;
}
.h-low-f-soc-c {
	font-weight: bold;
	font-size: 0.9em;
	margin-bottom: 10px;
}
.h-low-f-cb {
	margin-top: 20px;
}

.h-slbv {
	padding: 20px 0;
	font-size: initial;
	border-bottom: 1px solid var(--wcms-color-primary);
	color: var(--wcms-color-primary);
}
.h-slbv-link {
	line-height: 50px;
	width: 50px;
	margin-right: 20px;
	text-align: center;
	border-radius: 5px;
	border: 1px solid var(--wcms-color-primary);
	background: 1px solid var(--wcms-background-primary);
	color: var(--wcms-color-primary);
}
.h-slbv-link:last-child {
	margin-right: 0px;
}
.h-slbv-link svg {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-top: 17px;
}
.h-slbv-colors,
.h-slbv-sizes {
	line-height: 50px;
}
.h-slbv-colors {
	margin-right: 20px;
}
.h-slbv-colors span,
.h-slbv-sizes span {
	padding-right: 20px;
	display: inline-block;
	width: 100px;
}

@media (max-width: 1200px) {
	.h-mid-search-form {
		display: none;
	}
	.h-mid-search.deployed .h-mid-search-form {
		display: initial;
		z-index: 12;
	}
	.h-mid-search.deployed .h-mid-search-overlay {
		display: initial;
	}
}
@media (max-width: 992px) {
	.h-up {
		display: none;
	}
	.h-s {
		height: 73px !important;
	}
	.h-mid {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		background: var(--wcms-background-primary);
		z-index: 12;
		padding: 12px 0;
	}
	.h-mid-m-ctrls {
		display: initial;
	}
	.h-mid-cb {
		display: none;
	}
	.h-mid-soc-links {
		display: none;
	}
	.h-mid-search {
		float: none;
		margin-top: 0;
		padding-top: 15px;
	}
	.h-mid-search-toggle {
		display: none;
	}
	.h-mid-search-form {
		display: initial;
		position: relative;
		display: block;
	}
	.h-low,
	.h-low.fixed {
		display: block;
		position: fixed;
		top: 73px;
		right: 0;
		left: 0;
		overflow: auto;
		height: 0px;
		border-bottom: none;
		z-index: 11;
		box-shadow: 0 3px 6px var(--wcms-color-shadow);
	}
	.h-low.mobile-deployed {
		height: auto;
	}
	.h-low-content {
		position: relative;
	}
	.h-low.mobile-deployed .h-low-content {
		padding-bottom: 20px;
		background: var(--wcms-background-primary);
	}
	.h-low.mobile-deployed .h-low-overlay {
		display: block;
	}
	.h-dropdown {
		position: initial;
		display: initial;
		border: none;
	}
	.h-dropdown-inner-wrap {
		display: none;
		padding: 0;
		margin-bottom: 15px;
		max-height: initial !important;
		box-shadow: none;
	}
	.h-menu > li.opened .h-dropdown-inner-wrap {
		display: initial;
	}
	.h-dropdown-inner {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.h-dropdown-inner.container-fluid {
		padding: 0;
	}
	.h-dropdown-inner-i {
		margin-bottom: 0;
	}
	.h-menu > li {
		display: block;
		padding: 0px;
	}
	.h-menu li a {
		padding: 16px 0;
	}
	.h-menu .h-menu-root-a {
		padding: 16px 0;
		border-bottom: 1px solid var(--wcms-color-ultralight);
		display: block;
	}
	.h-menu .h-menu-root-a-arrow {
		display: inline-block;
		vertical-align: top;
		padding-left: 15px;
		padding-bottom: 10px;
	}
	.h-menu .h-menu-root-a-arrow svg {
		margin-top: 20px;
		margin-right: 7px;
		width: 15px;
		height: 15px;
		transform: rotate(270deg);
	}
	.h-menu li.opened .h-menu-root-a-arrow svg {
		transform: rotate(0deg);
	}
	.h-menu li:hover .h-dropdown-overlay {
		display: none;
	}
	.h-low-f {
		display: initial;
	}
	body.slbv .h-s {
		height: 0 !important;
	}
	body.slbv .h-slbv {
		margin-top: 73px;
	}

	.h-mid-search-form {
		display: none;
	}

	.h-menu {
		display: none;
	}

	.h-low-content .h-menu {
		display: block;
		margin-left: 0;
		padding-left: 0;
	}

	.h-mid-wrap {
		justify-content: space-between;
	}
	.sys-breadcrumbs {
		margin-top: 72px;
	}
}
@media (max-width: 768px) {
	.h-dropdown-inner {
		grid-template-columns: repeat(1, minmax(0, 1fr));
	}
	.h-slbv-off,
	.h-slbv-colors {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.container-fluid {
		padding-right: 16px;
		padding-left: 16px;
	}
}
@media (max-width: 576px) {
	.h-mid-l-t {
		display: none;
	}
	.h-low-f-contact {
		width: 100%;
	}
}

/* FOOTER */
.footer {
	padding-top: 64px;
	padding-bottom: 32px;
	margin-top: auto;
	background: #0a1120;
}
.f-up {
	padding-bottom: 48px;
}
.f-up-inner {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-row-gap: 40px;
}
.f-r {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-gap: 24px 10px;
	grid-auto-rows: min-content;
	grid-column: span 3 / span 3;
}
.f-title {
	font-weight: 700;
	letter-spacing: 0.02em;
	opacity: 0.25;
	font-size: 0.625rem;
	text-transform: uppercase;
	color: var(--wcms-background-primary);
}
.f-contacts {
	display: flex;
	flex-direction: column;
}
.f-l {
	padding-right: 10px;
	grid-column: span 2 / span 2;
}
.f-i,
.f-l {
	display: flex;
	flex-direction: column;
	grid-gap: 16px;
}
.f-i ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.f-i ul li {
	margin-bottom: 12px;
	font-size: 0.875rem;
}
.f-i ul li:last-child {
	margin-bottom: 0px;
}
.f-i ul li a {
	color: var(--wcms-background-primary);
	font-weight: 400;
	font-size: 0.875rem;
	display: block;
	opacity: 0.5;
}
.f-i ul li a:hover {
	opacity: 1;
}
.f-worktime {
	color: var(--wcms-color-primary);
	font-weight: 500;
	font-size: 0.9em;
}
.f-tel {
	display: block;
	font-weight: bold;
	color: var(--wcms-color-primary);
}
.f-tel-caption {
	color: var(--wcms-color-light);
	font-weight: normal;
	font-size: 0.8em;
}
.f-cnt-i {
	display: flex;
	flex-direction: column;
	grid-gap: 15px;
}
.f-cnt-i-addr-email,
.f-cnt-i-soc {
	font-size: 0.9em;
}
.f-cnt-i-tel {
	grid-gap: 8px;
}
.f-cnt {
	display: flex;
	flex-direction: column;
	grid-gap: 24px;
}
.f-a-i {
	display: flex;
	align-items: center;
	grid-gap: 8px;
}
.f-a-i svg {
	width: 16px;
	min-width: 16px;
	height: auto;
	fill: var(--wcms-color-links);
}
.f-a-i svg path {
	fill: var(--wcms-color-links);
}
.f-a-mail {
	color: var(--wcms-color-primary);
}
.f-a-mail svg {
	margin-top: 2px;
}
.f-cnt-soc {
	display: flex;
	flex-wrap: wrap;
	grid-gap: 15px;
}
.f-cnt-soc a img {
	display: block;
}
.f-cnt-soc a {
	display: flex;
	flex-direction: column;
	grid-gap: 8px;
	align-items: center;
}
.f-mid {
	padding: 48px 0;
	border-top: 1px solid var(--wcms-color-ultralight);
}
.f-c,
.f-b {
	grid-column-start: 1;
	grid-column-end: 3;
}
.f-c {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	grid-row-gap: 24px;
}
.f-prt-i {
	width: calc(25% - 20px);
	padding: 0 10px;
	font-size: 0.9em;
}
.f-prt-i a {
	display: flex;
	flex-direction: column;
	grid-gap: 15px;
	align-items: center;
	color: var(--wcms-color-primary);
	text-align: center;
}
.f-b {
	text-align: center;
	font-size: 0.7em;
}
.f-low {
	padding: 7px 0;
	background: #0a1120;
}
.f-low-pd {
	border-top: 1px solid rgba(255, 255, 255, 0.07);
	padding-top: 24px;
	padding-bottom: 32px;
	display: flex;
	justify-content: space-between;
	gap: 24px;
}
.f-low-text {
	color: var(--wcms-background-secondary);
	opacity: 0.2;
	font-size: 0.8125rem;
}
.f-low-links {
	display: flex;
	gap: 16px;
}
.f-low-links a {
	color: var(--wcms-background-secondary);
	opacity: 0.25;
	font-size: 0.8125rem;
	transition: 0.3s ease opacity;
}
.f-low-pd a:hover {
	opacity: 0.5;
}
.f-low-ex {
	font-size: 0.9em;
	margin-top: 10px;
}
.f-low-ex p {
	margin-bottom: 3px;
}
.f-cookie {
	position: fixed;
	left: 15px;
	width: 300px;
	bottom: 20px;
	z-index: 3;
}
.f-cookie-cnt {
	padding: 9px 15px;
	margin-right: 65px;
	font-size: 0.8em;
	border-radius: 5px;
	background: var(--wcms-background-primary);
	color: var(--wcms-color-primary);
	border: 1px solid var(--wcms-color-ultralight);
	box-shadow: 0 0px 12px var(--wcms-color-shadow);
}
.f-cookie-setup {
	margin-top: 10px;
	text-align: center;
}
.f-ex {
	font-size: 0.8125rem;
	opacity: 0.35;
	color: var(--wcms-background-primary);
}

.f-contacts-item,
.f-worktime {
	margin-bottom: 12px;
	opacity: 0.5;
	font-size: 0.875rem;
	color: var(--wcms-background-primary);
	margin-bottom: 12px;
}

.f-contacts .email-protected-wrapper,
.f-contacts .email-protected-wrapper a {
	color: var(--wcms-background-primary);
	transition: 0.3s ease all;
}

.f-contacts .email-protected-wrapper:hover,
.f-contacts .email-protected-wrapper a:hover {
	opacity: 1;
}

.f-worktime {
	opacity: 0.2;
	margin-bottom: 0;
}

.f-contacts-item a:hover {
	margin-bottom: 12px;
	opacity: 0.5;
	font-size: 0.875rem;
}

.f-logo {
	color: var(--wcms-background-primary);
	font-size: 1.375rem;
	letter-spacing: -0.02em;
	line-height: 160%;
	font-weight: 900;
}

.f-logo a {
	color: var(--wcms-background-primary);
}

.f-m a:hover {
	color: var(--wcms-background-primary);
	opacity: 1;
}

@media (max-width: 992px) {
	.f-r {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.f-prt-i {
		width: calc(33% - 20px);
	}
}
@media (max-width: 768px) {
	.f-up-inner {
		grid-template-columns: 1fr;
	}
	.f-c,
	.f-del,
	.f-b {
		grid-column-end: 1;
	}
	.f-r {
		grid-template-columns: 1fr;
	}
	.f-i,
	.f-l {
		grid-gap: 12px;
	}
	.f-prt-i {
		width: calc(50% - 20px);
	}
	.f-a-i {
		justify-content: center;
	}
	.f-cnt-soc {
		justify-content: center;
	}

	.f-low-pd {
		flex-direction: column;
		justify-content: unset;
		gap: 24px;
	}

	.f-low-links {
		flex-direction: column;
		justify-content: center;
	}
}
@media (max-width: 576px) {
	.f-prt-i {
		width: 100%;
		font-size: 12px;
	}
	.f-i ul li a {
		font-size: 0.8em;
	}
	.f-a-i {
		font-size: 0.85em;
	}
	.f-a-i svg {
		min-width: 15px;
		width: 15px;
	}
	.footer {
		padding-top: 30px;
	}
	.f-up-inner {
		grid-row-gap: 30px;
	}
}

/* CONTENT */
.sidebar {
	float: left;
	width: 250px;
	padding-bottom: 100px;
}
.sidebar-block {
	border: 1px solid var(--wcms-color-ultralight);
	border-radius: 5px;
	overflow: hidden;
}
.page-content.padded {
	margin-left: 265px;
	margin-right: -15px;
}
.page-content.events-content.padded {
	margin-right: 0;
}
.mcpt {
	height: 73px;
	box-shadow: 0 3px 6px var(--wcms-color-shadow);
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
	z-index: 3;
	display: none;
}
.mcpt-close {
	width: 40px;
	height: 16px;
	margin-top: 28px;
}
.mcpt-close svg {
	max-width: 18px;
	max-height: 18px;
}
.mcpt-text {
	line-height: 73px;
	font-size: 18px;
	padding-left: 15px;
}
.sbc-show,
.ff-show {
	display: none;
	margin-bottom: 15px;
	text-align: center;
}
.sbc-list {
	margin: 0;
	list-style: none;
	padding: 0 5px;
	overflow-y: auto;
	max-height: 700px;
	border-radius: 5px;
}
.sbc-list ul {
	padding-left: 12px;
	list-style: none;
}
.sbc-list li a {
	transition: 0.2s color;
	padding: 15px 5px;
	padding-bottom: 0px;
	display: block;
	color: var(--wcms-color-primary);
}
.sbc-list li a:hover {
	color: var(--wcms-color-links-hover);
}
.sbc-list li.selected > a {
	font-weight: bold;
}
.sbc-list li ul li a {
	font-size: 0.9em;
}
.sbc-name {
	display: inline-block;
	vertical-align: middle;
}
.sbc-count {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
	width: 15%;
	font-size: 14px;
}
.sbc-border {
	height: 1px;
	margin-top: 14px;
	background: var(--wcms-background-ultralight);
}
.sbc-list > li:last-child > a .sbc-border {
	opacity: 0;
}
@media (max-width: 992px) {
	.sidebar {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	.page-content.padded {
		margin-left: 0;
	}
	.ff.mobile-visible,
	.sbc.mobile-visible {
		display: block;
		margin-top: 0;
		position: fixed;
		z-index: 12;
		margin-bottom: 0 !important;
	}
	.ff,
	.sbc {
		position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		background: white;
		z-index: 10;
		margin-top: 0;
		padding: 15px;
		padding-top: 85px;
		overflow-y: auto;
		display: none;
	}
	.sbc {
		padding-top: 73px;
	}
	.sbc-list {
		padding: 0;
		max-height: initial;
		overflow: auto;
	}
	.mcpt,
	.sbc-show,
	.ff-show {
		display: block;
	}
	.sbc.mobile-visible .c-nav-form-wrap {
		padding: 0;
		padding-top: 10px;
	}
}

/* FORMS */
.wa-form input[type="text"],
.wa-form input[type="numeric"],
.wa-form textarea,
.wa-form select {
	padding: 7px;
	font-size: 0.9em;
	width: 100%;
	border: 1px solid;
	border-radius: 3px;
	border-color: var(--wcms-color-ultralight);
	min-height: 40px;
	background: var(--wcms-background-ultralight);
}
.wa-form textarea {
	min-height: 100px;
}
.wa-form .checkbox-icon-wrap,
.wa-form .radio-icon-wrap {
	border: 1px solid;
	border-color: var(--wcms-color-ultralight);
}
.wa-form .wa-field {
	margin-bottom: 10px;
}
.wa-form .wa-field .wa-name {
	font-size: 0.9em;
	padding: 4px 0;
}
.wa-form .wa-field .wa-value .hint {
	font-size: 0.9em;
	color: var(--wcms-color-light);
}
.wa-form .wa-field .wa-value .hint:empty {
	display: none;
}
.wa-form .wa-field-checkbox .wa-name {
	padding-bottom: 10px;
}
.wa-form .wa-field .wa-value .checkbox-label {
	font-size: 0.9em;
	margin-bottom: 10px;
}
.wa-form .wa-field .wa-value .checkbox-label:last-child {
	margin-bottom: 0;
}
.wa-form .wa-field:has(label.checkbox-label) input[type="checkbox"] {
	width: 0;
	height: 0;
	opacity: 0;
}
.wa-form .wa-field:has(label.checkbox-label) label {
	display: flex;
	align-items: center;
}
.wa-form .wa-field:has(label.checkbox-label) .checkbox-icon {
	width: 16px;
	height: 16px;
	margin-top: 2px;
	margin-left: 2px;
	display: none;
	color: var(--wcms-color-links);
}
.wa-form .wa-field:has(label.checkbox-label) input + span.checkbox-icon-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	min-width: 22px;
	height: 22px;
	border-radius: 2px;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: 12px;
	background: var(--wcms-color-ultralight);
}
.wa-form .wa-field:has(label.checkbox-label) input:checked + span.checkbox-icon-wrap .checkbox-icon {
	display: block;
}
.wa-form .wa-field-radio .wa-name {
	padding-bottom: 10px;
}
.wa-form .wa-field .wa-value .radio-label {
	font-size: 0.9em;
	margin-bottom: 10px;
}
.wa-form .wa-field .wa-value .radio-label:last-child {
	margin-bottom: 0;
}
.wa-form .wa-field:has(label.radio-label) input[type="radio"] {
	width: 0;
	height: 0;
	opacity: 0;
}
.wa-form .wa-field:has(label.radio-label) label {
	display: flex;
	align-items: center;
}
.wa-form .wa-field:has(label.radio-label) .radio-icon {
	width: 14px;
	height: 14px;
	margin-top: 3px;
	margin-left: 3px;
	display: none;
	color: var(--wcms-color-links);
}
.wa-form .wa-field:has(label.radio-label) input + span.radio-icon-wrap {
	position: relative;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	min-width: 22px;
	height: 22px;
	border-radius: 11px;
	cursor: pointer;
	box-sizing: border-box;
	margin-right: 12px;
	background: var(--wcms-color-ultralight);
}
.wa-form .wa-field:has(label.radio-label) input:checked + span.radio-icon-wrap .radio-icon {
	display: block;
}
.wa-form .wcms-field-error input[type="text"],
.wa-form .wcms-field-error textarea,
.wa-form .wcms-field-error select,
.wa-form .wcms-field-error .checkbox-icon-wrap,
.wa-form .wcms-field-error .radio-icon-wrap {
	border-color: var(--wcms-color-warning);
}
.wa-form .wcms-field-error .hint {
	color: var(--wcms-color-warning);
}
.wa-form .form-message {
	padding: 10px;
	border-radius: 5px;
	background: var(--wcms-background-ultralight);
	margin-bottom: 10px;
}
.wa-form button {
	border-radius: 5px;
	color: var(--wcms-color-secondary);
	background: var(--wcms-color-links);
	outline: none;
	border: none;
	width: 100%;
	padding: 12px 0;
	cursor: pointer;
}
.wa-form button:hover {
	background: var(--wcms-color-links-hover);
}

/* POPUP */
.pp {
	max-width: 730px;
	width: 100%;
	border-radius: 3px;
	background-color: var(--wcms-background-primary);
}
.pp-cpt {
	padding: 10px 15px;
	border-bottom: 1px solid lightgray;
	margin-bottom: 15px;
	font-size: 1.1em;
	font-weight: bold;
}
.pp-cpt.no-margin {
	margin-bottom: 0px;
}
.pp-cnt {
	padding: 0 15px;
}
.pp-cnt.not-padded {
	padding: 0;
}
.pp-close {
	position: absolute;
	top: 12px;
	right: 14px;
	cursor: pointer;
}
.pp-close svg {
	width: 18px;
	height: 18px;
}
.pp-cpt h2 {
	font-size: 1.2em;
	margin-bottom: 0;
	margin-right: 60px;
}
@media (max-width: 768px) {
	.sys-popup {
		display: none;
		position: fixed !important;
		top: 0 !important;
		left: 0 !important;
		right: 0 !important;
		bottom: 0 !important;
		width: 100% !important;
	}
	.pp {
		border-radius: 0;
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		padding: 0px;
		width: 100%;
		overflow: auto;
	}
	.pp-cpt h2 {
		text-align: left;
		font-size: 1em;
	}
	.pp-cnt {
		padding: 15px;
	}
}

/* PAGINATION */
.pagination {
	margin-top: 48px;
	margin-bottom: 0;
	padding: 0;
	list-style: none;

	display: flex;
	justify-content: center;
	gap: 6px;
}
.pagination li {
	display: inline-block;
}
.pagination li a {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
	border: 1.5px solid var(--wcms-background-contrast);
	background: var(--wcms-background-primary);
	transition: all 0.2s ease all;
	text-decoration: none;
}
.pagination li:last-child {
	margin-right: 0px;
}
.pagination li.selected a {
	background: var(--wcms-color-bright);
	color: var(--wcms-background-primary);
	border-color: var(--wcms-color-bright);
	box-shadow: 0 8px 32px rgba(27, 94, 232, 0.22);
}
.pagination li a:hover {
	border-color: var(--wcms-color-bright);
	color: var(--wcms-color-bright);
	background: var(--wcms-background-ultralight);
}

/* BLOGS AND POSTS */
.p-credentials {
	margin-top: 15px;
	font-size: 0.9em;
	color: var(--wcms-color-light);
}
.p-credentials-count {
	padding-left: 10px;
}

.news-container {
	background: var(--wcms-background-light);
	padding: 48px 0 40px 0;
	border-bottom: 1px solid var(--wcms-color-ultralight);
}

.news-container h1 {
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 900;
	letter-spacing: -1.5px;
	line-height: 1.1;
	margin-bottom: 10px;
}

.news-container p {
	font-size: 1.0625rem;
	max-width: 520px;
}

.news-wrap .page-content {
	padding: 28px 0 80px 0;
}

.sys-tag-label {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	border-radius: 100px;
	padding: 3px 10px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 10px;
	width: fit-content;

	background: var(--wcms-background-secondary);
	color: var(--wcms-color-secondary);
}

.sys-tag-label.tag-1 {
	background: var(--wcms-background-ultralight);
	color: var(--wcms-color-bright);
}

.sys-tag-label.tag-2 {
	background: #ecfdf5;
	color: var(--wcms-color-success);
}

.sys-tag-label.tag-3 {
	background: #fff7ed;
	color: #e07b10;
}

.blog-posts {
	margin-top: 32px;
}

.blog-posts-others {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;

	margin-top: 40px;
}

.blog-thumbs-grid {
	display: grid;
	grid-column-gap: 15px;
	grid-row-gap: 15px;
	grid-template-columns: repeat(4, 1fr);
}
.blog-card {
	border: 1px solid var(--wcms-color-ultralight);
	border-radius: 28px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: all 0.2s ease;
	background: var(--wcms-background-primary);
	cursor: pointer;
}
.blog-card:hover {
	border-color: var(--wcms-color-bright);
	box-shadow: 0 8px 40px rgba(13, 21, 38, 0.12);
	transform: translateY(-4px);
}
.blog-thumb-i-img {
	width: 100%;
	height: 180px;
	background-size: cover !important;
	background-position: center center !important;
}

.blog-text-content {
	padding: 20px 22px 22px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.blog-card-time {
	font-size: 0.75rem;
	margin-bottom: 8px;
	color: var(--wcms-color-light);
}

.blog-thumb-i-name a {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.4;
	color: var(--wcms-color-secondary);
	text-decoration: none;
	display: block;
	flex: 1;
	transition: color 0.2s ease;
}

.blog-thumb-i-name a:hover {
	color: var(--wcms-color-bright);
}

.blog-thumb-i-summary {
	font-size: 0.8125rem;
	line-height: 1.6;
	margin-bottom: 16px;
	margin-top: 10px;
}

.blog-more {
	margin-top: auto;
	font-size: 0.8125rem;
	font-weight: 700;
	color: var(--wcms-color-bright);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	margin-top: auto;
	transition: gap 0.2s ease;
}

.blog-more:hover {
	gap: 8px;
}

.blog-thumb-i-name,
.blog-thumb-i-summary {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

.blog-card-first {
	display: flex;
	flex-direction: row;
	overflow: hidden;
}

.blog-card-first:hover {
	box-shadow: 0 20px 60px rgba(13, 21, 38, 0.15);
	transform: translateY(-2px);
	border: 1px solid var(--wcms-color-ultralight);
}

.blog-first-img {
	max-width: 440px;
	width: 100%;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.blog-first-i-img {
	width: 100%;
	height: 100%;
	min-height: 280px;
	object-fit: cover;
	background-size: cover !important;
	background-position: center center !important;
}

.blog-first-content {
	padding: 36px 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 1;
}

.blog-first-i-tag {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	background: var(--wcms-color-secondary);
	color: var(--wcms-background-primary);
	border-radius: 100px;
	padding: 4px 12px;
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 14px;
	width: fit-content;
}

.blog-first-i-tag span {
	color: #f59e0b;
}

.blog-first-i-name a {
	font-size: clamp(1.25rem, 2.2vw, 1.625rem);
	font-weight: 800;
	line-height: 1.25;
	letter-spacing: -0.5px;
	margin-bottom: 14px;
	color: var(--wcms-color-secondary);
	text-decoration: none;
	display: block;
	transition: color 0.2s ease;
}

.blog-first-i-name a:hover {
	color: var(--wcms-color-bright);
}

.blog-first-i-summary {
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 24px;
}

.blog-first-more {
	padding: 14px 28px;
	border-radius: 14px;
	font-size: 0.9375rem;
	display: flex;
	gap: 8px;
	align-items: center;
	width: fit-content;
	font-weight: 600;
	cursor: pointer;
}

.news-container .p-credentials {
	display: flex;
	align-items: center;
	gap: 6px;

	font-size: 0.8125rem;
	color: var(--wcms-color-light);

	margin-top: 20px;
}

.post-content {
	padding: 48px 0 80px 0;

	display: grid;
	grid-template-columns: 1fr 300px;
	gap: 56px;
	align-items: start;
}

.service-ad,
.content-table {
	background: var(--wcms-background-primary);
	border: 1px solid var(--wcms-color-ultralight);
	border-radius: 28px;
	overflow: hidden;

	margin-bottom: 16px;
}

.service-ad-upper {
	padding: 16px 20px 12px;
	background: linear-gradient(135deg, var(--wcms-background-secondary), var(--wcms-background-primary));
	border-bottom: 1px solid var(--wcms-color-ultralight);
}

.service-ad-title {
	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 2px;
	color: var(--wcms-color-secondary);
}

.service-ad-subtitle {
	font-size: 0.75rem;
	color: var(--wcms-color-light);
}

.service-ad-content,
.content-table-share {
	padding: 16px 20px 18px;
}

.service-ad-item {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 8px 0;
	border-bottom: 1px solid var(--wcms-color-ultralight);
	font-size: 0.8125rem;
}

.service-ad-item:last-of-type {
	border-bottom: none;
	margin-bottom: 22px;
}

.ad-item-name {
	font-weight: 600;
	color: var(--wcms-color-secondary);
}

.ad-item-value {
	color: var(--wcms-color-light);
}

.service-bottom-adv {
	font-size: 0.75rem;
	color: var(--wcms-color-light);
	text-align: center;
	margin-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}

.service-bottom-adv .check-green {
	color: var(--wcms-color-success);
}

.service-ad .blog-first-more {
	width: 100%;
	justify-content: center;
}

.content-table-title {
	background: linear-gradient(135deg, var(--wcms-background-secondary), var(--wcms-background-primary));
	border-bottom: 1px solid var(--wcms-color-ultralight);
	padding: 15px 20px 14px;

	font-size: 0.875rem;
	font-weight: 700;
	margin-bottom: 2px;
	color: var(--wcms-color-secondary);
}

.content-table-list {
	padding: 12px 20px;
}

.content-table-item {
	display: block;
	font-size: 0.8125rem;
	text-decoration: none;
	padding: 7px 0;
	border-bottom: 1px solid var(--wcms-color-ultralight);
	transition: all 0.2s ease;
	color: var(--wcms-color-primary);
}

.content-table-item:last-child {
	border-bottom: none;
}

.content-table-item:hover {
	color: var(--wcms-color-bright);
	padding-left: 4px;
}

.content-table-item.active {
	color: var(--wcms-color-bright);
	font-weight: 600;
}

.share-row {
	display: flex;
	gap: 8px;
}

.button-share,
.share-button-100 {
	display: inline-block;
	flex: 1;
	padding: 9px;
	border-radius: 10px;
	font-size: 0.8125rem;
	font-weight: 600;
	cursor: pointer;
	border: 1.5px solid var(--wcms-background-contrast);
	background: var(--wcms-background-primary);
	color: var(--wcms-color-primary);
	transition: all 0.2s ease;
	text-align: center;
	width: 100%;
}

.share-button-100 {
	font-size: 0.75rem;
	padding: 9px 14px;
	margin-top: 8px;
}

.button-share:hover,
.share-button-100:hover {
	border-color: var(--wcms-color-bright);
	color: var(--wcms-color-bright);
	background: var(--wcms-background-ultralight);
}

.post-tag {
	display: inline-flex;
	align-items: center;
	background: var(--wcms-background-ultralight);
	color: var(--wcms-color-bright);
	border-radius: 100px;
	padding: 4px 14px;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.5px;

	margin-bottom: 16px;
}

.related-posts-container {
	padding: 64px 0;
	background: var(--wcms-background-secondary);
}

.related-posts-title {
	font-size: clamp(1.375rem, 2.8vw, 2.125rem);
	font-weight: 800;
	letter-spacing: -0.5px;
	margin-bottom: 24px;
}

.post-right {
	height: 100%;
}

.post-right-cards {
	position: sticky;
	top: 82px;
}

.related-posts-grid .blog-thumb-i {
	width: 100%;
}

.related-posts-grid .blog-thumb-i-img {
	height: 140px;
}

.related-posts-grid .blog-text-content {
	padding: 18px 20px 20px;
}

.related-posts-grid .blog-thumb-i-name a {
	margin-bottom: 10px;
	font-size: 0.9375rem;
}

@media (max-width: 992px) {
	.blog-card-first {
		flex-direction: column;
	}

	.blog-first-img {
		min-height: 280px;
	}

	.blog-posts-others {
		grid-template-columns: repeat(2, 1fr);
	}

	.news-container {
		padding: 48px 0 40px 0;
		margin-top: 52px;
	}

	.post-content {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.blog-first-content {
		padding: 24px 20px;
	}

	.blog-posts-others {
		grid-template-columns: 1fr;
	}
}

/* LINEUPS AND EVENTS */
.c-nav-form-wrap {
	padding: 10px;
	padding-top: 0;
}
.c-nav-form-cpt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
}
.c-nav-form-f {
	margin-bottom: 15px;
}
.c-nav-form-f:last-child {
	margin-bottom: 0px;
}
.c-nav-form-reset {
	text-align: center;
	margin-top: 10px;
	font-size: 0.9em;
}
.c-ln {
	margin: 0 -15px;
}
.c-ln-i {
	margin-bottom: 15px;
}
.c-ln-i:last-child {
	margin-bottom: 0;
}
.c-ln-i.single-event {
	width: 33.3%;
}
.c-ln-i.dual-event {
	width: 66.7%;
}
.c-ln-i.single-event .sys-thumb {
	width: 100%;
}
.c-ln-i.dual-event .sys-thumb {
	width: 50%;
}
.c-ln-date {
	font-size: 1.4em;
	font-weight: bold;
	padding: 0 15px;
}
.e-sb-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
.e-sb-i {
	padding: 10px;
}
.e-sb-i-cpt {
	font-weight: bold;
	margin-bottom: 10px;
}
.e-sb-i-cnt {
	font-size: 0.9em;
}
.e-sb-btn {
	margin-top: 10px;
}
.e-sb-btn .sys-btn {
	border-radius: 0;
}

/* SEARCH */
.s-form {
	display: block;
	position: relative;
	white-space: nowrap;
	margin-bottom: 20px;
}
.s-form input[type="text"] {
	border-radius: 3px;
	width: 100%;
	height: 40px;
	padding: 0 7px;
	letter-spacing: 0.3px;
	outline: 0;
	font-weight: normal;
	padding-right: 80px;
	border: 1px solid;
	color: var(--wcms-color-primary);
	background: var(--wcms-background-ultralight);
	border-color: var(--wcms-color-ultralight);
}
.s-form input[type="submit"],
.s-form button[type="submit"] {
	margin-top: 9px;
	height: 18px;
	width: 18px;
	background: none;
	border: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	right: 32px;
	outline: none;
	cursor: pointer;
	color: var(--wcms-color-primary);
}
.s-types {
	margin-bottom: 10px;
}
.s-types ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.s-types ul li {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 10px;
	margin-right: 15px;
}
.s-types ul li:last-child {
	margin-right: 0;
}
.s-res {
	padding: 15px;
	border-radius: 7px;
	overflow: hidden;
	margin-bottom: 15px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
	background: var(--wcms-background-primary);
}
.s-res:last-child {
	margin-bottom: 0;
}
.s-res-cpt {
	font-weight: bold;
	font-size: 1.1em;
	margin-bottom: 15px;
}
.s-res-cpt a {
	color: var(--wcms-color-primary);
}
.s-res-dt {
	margin-top: 15px;
	font-size: 0.9em;
}
.s-res-more {
	margin-top: 15px;
	font-weight: bold;
}
.s-res-pg-wrap {
	margin-top: 20px;
}

/* SLBV */
body.slbv-fontsize-125 {
	font-size: 1.25em;
}
body.slbv-fontsize-150 {
	font-size: 1.5em;
}

/* 404 */
.error-container {
	background: var(--wcms-background-light);
}

.error-wrap {
	width: 100%;
	padding: 80px 0 72px 0;
	text-align: center;
	position: relative;
}

.error-wrap::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 700px;
	width: 100%;
	height: 500px;
	background: radial-gradient(ellipse, var(--wcms-background-ultralight) 0%, transparent 70%);
	pointer-events: none;
}

.error-caption {
	font-weight: 900;
	font-size: clamp(7.5rem, 18vw, 12.5rem);
	line-height: 100%;
	letter-spacing: -0.04em;
	color: #d6e2fc;
	z-index: 1;
	position: relative;
}

.error-title {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	font-weight: 900;
	letter-spacing: -1px;
	line-height: 1.1;
	margin-bottom: 14px;
	position: relative;
	z-index: 1;
}

.error-subtitle {
	font-size: 1.0625rem;
	max-width: 440px;
	margin: 0 auto 36px;
	z-index: 1;
	position: relative;
}

.error-buttons {
	display: flex;
	justify-content: center;
	gap: 12px;
}

.error-button {
	border-radius: 20px;
	padding: 16px 32px;
	z-index: 1;
	position: relative;

	display: flex;
	align-items: center;
}

.error-button svg {
	width: 18px;
	height: 18px;
	margin-right: 8px;
}

@media (max-width: 768px) {
	.error-buttons {
		flex-direction: column;
		align-items: center;
	}
}
