

/* Start:/local/templates/.default/assets/css/core.css?174437465136564*/
progress,sub,sup{vertical-align:baseline}button,hr,input{overflow:visible}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0} figcaption, menu,article,aside,details,figure,footer,header,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0} [hidden],template{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;-moz-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}figure{margin:1em 40px}hr{-webkit-box-sizing:content-box;box-sizing:content-box;height:0}button,input,select,textarea{font:inherit;margin:0}optgroup{font-weight:700}button,input{}button,select{text-transform:none}[type=submit], [type=reset],button,html [type=button]{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type=checkbox],[type=radio]{-webkit-box-sizing:border-box;box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}


#panel {
	/*display: none;*/
}
@font-face {
	font-family: Onest;
	font-display: fallback;
	src: local('Onest-Light'),
	url('/local/templates/.default/assets/css/../fonts/Onest-Light.woff') format('woff'),
	url('/local/templates/.default/assets/css/../fonts/Onest-Light.woff2') format('woff2');
	font-weight: 300;
	font-style: normal;
}
@font-face {
	font-family: Onest;
	font-display: fallback;
	src: local('Onest-Regular'),
	url('/local/templates/.default/assets/css/../fonts/Onest-Regular.woff') format('woff'),
	url('/local/templates/.default/assets/css/../fonts/Onest-Regular.woff2') format('woff2');
	font-weight: 400;
	font-style: normal;
}
@font-face {
	font-family: Onest;
	font-display: fallback;
	src: local('Onest-Medium'),
	url('/local/templates/.default/assets/css/../fonts/Onest-Medium.woff') format('woff'),
	url('/local/templates/.default/assets/css/../fonts/Onest-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style: normal;
}
@font-face {
	font-family: Onest;
	font-display: fallback;
	src: local('Onest-Bold'),
	url('/local/templates/.default/assets/css/../fonts/Onest-Bold.woff') format('woff'),
	url('/local/templates/.default/assets/css/../fonts/Onest-Bold.woff2') format('woff2');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: Onest;
	font-display: fallback;
	src: local('Onest-ExtraBold'),
	url('/local/templates/.default/assets/css/../fonts/Onest-ExtraBold.woff') format('woff'),
	url('/local/templates/.default/assets/css/../fonts/Onest-ExtraBold.woff2') format('woff2');
	font-weight: 800;
	font-style: normal;
}

*, :after, :before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.root-admin .sk-debug {
	display: block !important;
}

[data-parallax-scroll] {
	will-change: transform;
	-webkit-transition: top 1s ease-out;
	-o-transition: top 1s ease-out;
	transition: top 1s ease-out;
}

@keyframes wave {
	0% {
		transform: translate3d(0,0,0);
	}
	100% {
		transform: translate3d(2%,4%,0);
	}
}
@keyframes blink {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes circle {
	0% {
		transform: rotate(0);
	}
	100% {
		transform: rotate(360deg);
	}
}
.tablebodytext {
	display: none !important;
}
[data-toggle-text="box"] {
	display: none;
}
[data-toggle-text="box"] ~ * {
	display: none;
}
[data-toggle-text="wrap-link"] {
	display: block !important;
}
[data-toggle-text="box"].open ~ * {
	display: block;
}
#noty_layout__topRight {
	width: auto;
	top: 20px;
	right: 40px;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	gap: 6px;
}
#noty_layout__topRight .noty_bar {
	width: 360px;
	border-radius: 3px;
	padding: 0;
	margin: 20px 25px 70px 25px;
	box-shadow: rgba(0, 0, 0, 0.1) 0 0 15px 10px;
}
.noty_theme__metroui.noty_bar {
	position: relative;
	margin: 0;
	padding: 0;
	background: transparent;
	box-shadow: none;
	border-radius: 0;
	overflow: visible;
}
.noty_theme__metroui.noty_bar:after{
	content: '';
	position: absolute;
	background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguODI2NTggNy41MDAxNkwxNC43MjUxIDEuNjAxMzVDMTUuMDkxNiAxLjIzNTE3IDE1LjA5MTYgMC42NDEwMzkgMTQuNzI1MSAwLjI3NDg2NUMxNC4zNTg3IC0wLjA5MTYyMTcgMTMuNzY1MiAtMC4wOTE2MjE3IDEzLjM5ODcgMC4yNzQ4NjVMNy41MDAxNiA2LjE3MzY3TDEuNjAxMjggMC4yNzQ4NjVDMS4yMzQ4MSAtMC4wOTE2MjE3IDAuNjQxMzI1IC0wLjA5MTYyMTcgMC4yNzQ4NTQgMC4yNzQ4NjVDLTAuMDkxNjE3OCAwLjY0MTAzOSAtMC4wOTE2MTc4IDEuMjM1MTcgMC4yNzQ4NTQgMS42MDEzNUw2LjE3MzczIDcuNTAwMTZMMC4yNzQ4NTQgMTMuMzk5Qy0wLjA5MTYxNzggMTMuNzY1MSAtMC4wOTE2MTc4IDE0LjM1OTMgMC4yNzQ4NTQgMTQuNzI1NEMwLjQ1ODA4OSAxNC45MDg0IDAuNjk4MjM0IDE1IDAuOTM4MDY3IDE1QzEuMTc3OSAxNSAxLjQxODA0IDE0LjkwODQgMS42MDEyOCAxNC43MjUxTDcuNTAwMTYgOC44MjYzMkwxMy4zOTg3IDE0LjcyNTFDMTMuNTgyIDE0LjkwODQgMTMuODIyMSAxNSAxNC4wNjE5IDE1QzE0LjMwMTggMTUgMTQuNTQxOSAxNC45MDg0IDE0LjcyNTEgMTQuNzI1MUMxNS4wOTE2IDE0LjM1OSAxNS4wOTE2IDEzLjc2NDggMTQuNzI1MSAxMy4zOTg3TDguODI2NTggNy41MDAxNloiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=');
	right: -15px;
	top: -10px;
	width: 8px;
	height: 8px;
	background-size: contain;
	z-index: 1;
}
.noty_theme__metroui.noty_bar .noty_body {
	padding: 0;
	font-size: 16px;
	line-height: 1.25;
	font-family: Onest, sans-serif;
}
.noty_theme__metroui.noty_bar:before {
	content: '';
	position: absolute;
	left: -25px;
	right: -25px;
	top: -20px;
	bottom: -70px;
	background: #ec807a;
	z-index: -1;
	border-radius: 5px;
}
.noty_theme__metroui.noty_type__info:before,
.noty_theme__metroui.noty_type__information:before {
	background-color: #333;
}
.noty_theme__metroui.noty_type__success:before {
	background: #80ae63;
}
.noty_theme__metroui.noty_bar .noty_progressbar {
	bottom: -50px;
	background: #fff;
	opacity: 1;
}
.noty_theme__metroui.noty_bar .noty_progressbar:before {
	position: absolute;
	left: 0;
	top: -20px;
	right: 0;
	white-space: nowrap;
	font-weight: 400;
	font-size: 10px;
	color: rgba(255, 255, 255, .6);
}
html[lang="ru"] .noty_theme__metroui.noty_bar .noty_progressbar:before {
	content: 'До закрытия окна осталось:';
}
html[lang="en"] .noty_theme__metroui.noty_bar .noty_progressbar:before {
	content: 'Until the window closes:';
}
#noty_layout__topRight .noty_theme__metroui.xs{
	max-width: 260px;
	width: auto;
	display: inline-block;
	margin: 15px 35px 30px 20px;
}
.noty_theme__metroui.xs.noty_bar:before {
	top: -15px;
	right: -35px;
	bottom: -30px;
	left: -20px;
}
.noty_theme__metroui.xs.noty_bar .noty_progressbar:before{
	display: none;
}
.noty_theme__metroui.xs.noty_bar .noty_body {
	font-size: 14px;
}
.noty_theme__metroui.xs.noty_bar:after {
	right: -20px;
	top: 4px;
}
.noty_theme__metroui.xs.noty_bar .noty_progressbar {
	bottom: -15px;
	height: 2px;
}

.tippy-box {
	color: #000;
	background: #fff;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	padding: 15px;
	max-width: 300px;
}
.tippy-arrow:before {
	margin-left: -6px;
	transform: scale(1.2);
	border-top-color: #fff !important;
}
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
	border-top-color: #fff;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
	border-bottom-color: #fff;
}
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
	border-left-color: #fff;
}
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
	border-right-color: #fff;
}
.tippy-backdrop {
	background-color: #fff;
}
.tippy-svg-arrow {
	fill: #fff;
}
html {
	-webkit-text-size-adjust: 100%;
}
html,
body {
	margin: 0;
	padding: 0;
	/*scrollbar-gutter: stable;*/
}
body {
	color: #000;
	font-family: Onest, sans-serif !important;
	font-weight: 400;
	line-height: 1;
	font-size: 16px;
	background: #fff;
}
body.scroll-hidden {
	overflow: hidden;
}


html.lenis, html.lenis body {
	height: auto;
}

.lenis.lenis-smooth {
	scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: hidden;
}

.lenis.lenis-scrolling iframe {
	pointer-events: none;
}


.rwrapper {
	position: relative;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	min-width: 320px;
	margin: auto;
	overflow: hidden;
}
.rheader,
.rfooter {
	flex-shrink: 0;
}
.rbody{
	flex-grow: 1;
	background: #F9FCFF;
	border-radius: 0 0 20px 20px;
	padding-bottom: 60px;
}
.container-full{
	max-width: 3400px;
	margin: auto;
}
.container {
	max-width: 1440px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
svg {
	display: inline-block;
	vertical-align: middle;
}
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table
}
.clearfix:after {
	clear: both
}
.overlay {
	display: none;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
}
input[name="MESSAGE"] {
	background: transparent;
	border: none;
	outline: none;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	position: absolute;
	z-index: -1;
}
img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
p {
	margin: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
a:not([class]) {
	color: #045BAA;
	border-bottom: 1px dotted rgba(4, 91, 170, .3);
	text-decoration: none;
	transition: border .2s;
}
a:not([class]):hover{
	border-bottom-color: transparent;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none !important;
}
.link {
	position: relative;
	display: inline;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
	cursor: pointer;
	line-height: 1;
	text-decoration: none;
	transition: border .2s, color .2s;
}
.link:hover {
	border-bottom-color: transparent !important;
}
.link_st1 {
	color: inherit;
	border-bottom: 1px dotted;
}
.link_st1_theme1 {
	color: #045BAA;
	border-bottom-color: rgba(4, 91, 170, .5);
}
.link_st1_theme1:hover {
	color: #EB2549;
}
.link-show-all{
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.link-show-all span{
	font-size: 20px;
	line-height: 1.2;
	border-bottom: 1px dotted rgba(0,0,0,.3);
	transition: border .2s;
}
.link-show-all:hover span{
	border-bottom-color: transparent;
}
.link-show-all svg{
	flex-shrink: 0;
}
.btn {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	padding: 0;
	background: transparent;
	outline: none;
	border: none;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	transition: color .2s, stroke .2s, border .2s, background .2s;
}
.btn-icon{
	fill: currentColor;
	transition: fill .2s;
}
.btn_st1 {
	position: relative;
	border-radius: 8px;
	height: 60px;
	background-image: linear-gradient(164deg, #6A757F 10%, #4D4E50 50%);
	color: #fff;
	font-weight: 500;
	padding: 0 30px;
	overflow: hidden;
	background-size: 200% 100%;
	transition: background .3s;
}
.btn_st1:hover {
	background-position-x: 100%;
}
.btn_st1_theme1{
	background-image: linear-gradient(164deg, #69A9E4 10%, #045BAA 50%);
}
.btn_st1_theme2{
	color: #fff;
	background-image: linear-gradient(164deg, #FF806C 10%, #EB2549 50%);
}
.btn_st1_theme3{
	color: #000;
	background-image: linear-gradient(164deg, #FFEB81 10%, #FFD600 50%);
}
.btn_st1_theme4{
	color: #fff;
	background-image: linear-gradient(164deg, #a2bf57 10%, #94B33D 50%);
}
.btn_st1_theme5{
	color: #fff;
	background: #EB2549;
}
.btn_st1_theme5:hover{
	background: #c22e49;
}
.btn .preloader.trigger {
	backdrop-filter: blur(1px) grayscale(1);
}
.btn .preloader.trigger .preloader-loader {
	height: 50%;
}
.b-radio {
	position: relative;
}
.b-radio:before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #fff;
	border-radius: 50%;
	border: 1px solid #E8E8E8;
	cursor: pointer;
}
.b-radio:after {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #000;
	border-radius: 50%;
	opacity: 0;
}
.b-radio.is-checked:before {
	border-color: #F2F2F2 !important;
	background: #F5F5F5 !important;
}
.b-radio.is-checked:after {
	opacity: 1;
}
.checkbox-toggle{
	position: relative;
}
.checkbox-toggle-input[type=checkbox] {
	position: absolute;
	height: 0;
	width: 0;
	visibility: hidden;
}
.checkbox-toggle-label{
	display: flex;
	align-items: center;
	gap: 16px;
	cursor: pointer;
}
.checkbox-toggle-label-m {
	flex-shrink: 0;
	cursor: pointer;
	text-indent: -9999px;
	width: 50px;
	height: 30px;
	display: block;
	border-radius: 100px;
	background: #e0e0e0;
	position: relative;
}
.checkbox-toggle-label-m:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 5px;
	background: #fff;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.08);
	width: 20px;
	height: 20px;
	border-radius: 100px;
	transition: 0.3s;
}
.checkbox-toggle-input:checked + .checkbox-toggle-label .checkbox-toggle-label-m {
	background: #000;
}
.checkbox-toggle-input:checked + .checkbox-toggle-label .checkbox-toggle-label-m:after {
	left: calc(100% - 5px);
	transform: translateX(-100%);
}
.ui.checkbox ,
.ui.radio.checkbox{
	min-height: 20px;
	line-height: 20px;
	min-width: 20px;
}
.ui.checkbox input[type=checkbox],
.ui.checkbox input[type=radio] {
	width: 20px;
	height: 20px;
}
.ui.checkbox label {
	padding-left: 28px;
	font-size: 16px;
}
.ui.radio.checkbox label:before,
.ui.checkbox label:before {
	width: 20px;
	height: 20px;
	background: #fff;
	border: 1px solid #E8E8E8;
	border-radius: 3px;
	transition: background .2s, border .2s;
}
.ui.checkbox input:checked ~ label {
	opacity: 1;
}
.ui.checkbox input:focus~.box:before,
.ui.checkbox input:focus~label:before,
.ui.checkbox input:checked:focus~.box:before,
.ui.checkbox input:checked:focus~label:before,
.ui.checkbox input:not([type=radio]):indeterminate:focus~.box:before,
.ui.checkbox input:not([type=radio]):indeterminate:focus~label:before,
.ui.checkbox input:checked ~ label:before {
	background: #fff;
	border-color: #E8E8E8 !important;
	color: #000;
}
.ui.checkbox label:after,
.ui.radio.checkbox label:after {
	width: 20px;
	height: 20px;
	border-radius: 3px;
	font-size: 10px;
}
.ui.radio.checkbox label:before,
.ui.radio.checkbox label:after {
	border-radius: 50%;
}
.ui.radio.checkbox input:checked~.box:before,
.ui.radio.checkbox input:checked~label:before{
	border-color: #F2F2F2;
	background: #F5F5F5;
}
.ui.radio.checkbox input~.box:after,
.ui.radio.checkbox input~label:after {
	background: #000 !important;
}



.ui.selection.dropdown {
	min-width: 0;
	height: 50px;
	min-height: 50px;
	border-radius: 100px !important;
	border: 1px solid #e4e4e4 !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 0 30px;
	background: #fff;
	color: #a1a1a1;
	font-size: 18px;
}
.ui.selection.dropdown.active {
	border-radius: 25px !important;
	box-shadow: none !important;
	color: #000;
}
.ui.selection.dropdown > .dropdown.icon {
	position: static;
	order: 1;
	line-height: 1;
	fill: currentColor;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	opacity: 1;
	transition: transform .2s;
}
.ui.selection.dropdown.active  > .dropdown.icon{
	transform: rotate(180deg);
}
.ui.dropdown > .dropdown.icon:before {
	display: none;
}
.ui.selection.visible.dropdown > .text:not(.default) {
	color: #000;
}
.ui.dropdown > .menu {
	display: none;
}
.ui.selection.dropdown > .menu {
	min-width: 220px;
	margin-top: 5px;
	border-radius: 10px;
	border: 1px solid #e4e4e4 !important;
	box-shadow: none !important;
}
.ui.selection.dropdown .menu > .item {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 15px 30px !important;
	border-top: 1px solid #e4e4e4;
	color: #a1a1a1;
	font-size: 16px;
	transition: background .2s, color .2s;
}
.ui.selection.dropdown .menu > .item:first-child{
	border-top: none;
}
.ui.selection.dropdown .menu > .item.active {
	font-weight: 500;
	color: #000;
}
.ui.selection.dropdown.input {
	height: 60px;
	min-height: 60px;
	border: 1px solid #cfcfcf !important;
	background: #fff;
}

.ui-sort.ui.selection.dropdown {
	border-radius: 5px !important;
	border: none !important;
	height: 36px;
	min-height: 0;
	gap: 6px;
	padding: 0 14px;
	font-weight: 500 !important;
	font-size: 15px;
	color: #000;
	transition: color .2s, background-color .2s;
}
.ui-sort.ui.selection.dropdown.active,
.ui-sort.ui.selection.dropdown:hover{
	background: #222;
	color: #fff;
}
.ui-sort.ui.selection.dropdown>.text:not(.default) {
	color: inherit;
}
.ui-sort.ui.selection.visible.dropdown>.text:not(.default) {
	font-weight: 500;
	color: inherit;
}
.ui-sort.ui.selection.dropdown>.icon{
	stroke: currentColor;
	transition: transform .2s
}
.ui-sort.ui.selection.active.dropdown>.icon {
	transform: rotate(-180deg);
}
.ui-sort.ui.selection.dropdown > .menu {
	min-width: 0;
	margin-top: 5px;
	border-radius: 5px;
	border: none;
	padding: 10px;
	box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.09), 0px 6px 12px 0px rgba(0, 0, 0, 0.10) !important;
}
.ui-sort.ui.selection.dropdown.upward > .menu {
	margin-top: 0;
	margin-bottom: 5px;
}
.ui.selection.dropdown .menu > .item {
	gap: 0;
	padding: 0 !important;
	border: none !important;
	color: #000;
	font-size: 13px;
	background: transparent;
}
.ui.selection.dropdown .menu > .item span{
	display: inline-flex;
	align-items: center;
	height: 30px;
	padding: 0 10px;
	background: transparent;
	border-radius: 5px;
	transition: background-color .2s, color .2s;
}
.ui.selection.dropdown .menu > .item.active span,
.ui.selection.dropdown .menu > .item:hover span{
	background: #f2f2f2;
}

.preloader {
	z-index: 100;
}
.preloader-loader {
	border-radius: 50%;
	aspect-ratio: 1/1;
	height: 60px;
	font-size: 3px;
	position: relative;
	text-indent: -9999em;
	border-top: 1.1em solid #EB2549;
	border-right: 1.1em solid #EB2549;
	border-bottom: 1.1em solid #EB2549;
	border-left: 1.1em solid #fff;
	animation: loaderAjax 1.1s infinite linear;
}
@keyframes loaderAjax {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}
.preloader.ajax {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 102;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(255, 255, 255, .7);
}
.preloader.ajax-float {
	position: fixed;
	right: 50px;
	bottom: 50px;
	z-index: 102;
}
.preloader.trigger{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	backdrop-filter: grayscale(1);
	z-index: 100;
}
.preloader.trigger .preloader-loader{
	height: 80%;
}
[data-ajax="root"] .preloader {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 10;
	background: rgba(0, 0, 0, .5);
	overflow: hidden;
	backdrop-filter: blur(1px);
}
[data-ajax="root"] [type="submit"] .preloader-loader {
	height: 50%;
}
.form-input {
	width: 100%;
	height: 80px;
	padding: 0 30px;
	outline: none;
	color: #000;
	font-size: 20px;
	line-height: 1;
	font-weight: 400;
	border-radius: 8px;
	border: 1px solid #F1F1F1;
	background: #F5F5F5;
	box-shadow: 0px 0px 18.1px -11px rgba(0, 0, 0, 0.25) inset;
}
textarea.form-input {
	line-height: 1.5;
	height: auto;
	padding: 20px;
	resize: none;
}
.form-label {
	display: block;
	color: #A1A1A1;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.input-group {
	position: relative;
}
.input-group .form-badge-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 20px;
}
.form-required {
	position: absolute;
	top: 50%;
	transform: translateY(-6px);
	right: 0;
	font-size: 16px;
	color: #f00;
}
.input-group_textarea .form-input {
	padding-top: 15px;
	padding-bottom: 15px;
	height: 120px;
}
.input-group_compact.input-group_textarea .form-label {
	top: 30px;
}
.input-group_compact.input-group_textarea .form-input {
	padding-top: 25px;
}
.input-group_textarea .form-required,
.input-group_address .form-required {
	top: 28px;
}
.form-input.input-error {
	outline: 2px solid #f00;
}
.input-flag-icon {
	position: absolute;
	left: 30px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	overflow: hidden;
	width: 32px;
	height: 23px;
}
.form-input-help{
	margin-top: 15px;
	color: #909090;
	line-height: 1.2;
}
.input-group_phone .form-input {
	padding-left: 75px !important;
}
.input-group_compact.input-group_phone .form-label {
	left: 70px;
}
.input-group_compact .form-input {
	padding-top: 10px;
}
.input-group_compact .form-label {
	display: block;
	color: #000;
	font-size: 16px;
	margin-bottom: 0;
	opacity: .5;
	position: absolute;
	left: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: .2s;
	pointer-events: none;
}
.input-group_compact.input-is-focus .form-label,
.input-group_compact.input-is-val .form-label {
	top: 15px;
	font-size: 12px;
}
.slider-arrow {
	position: relative;
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	cursor: pointer;
	z-index: 2;
	transition: stroke .2s, border .2s, background .2s;
}
.slider-arrow:hover {
	background: #000;
}
.slider-arrow svg {
	stroke: currentColor;
	max-width: 25%;
	height: auto;
}
.slider-arrow-mob {
	position: absolute;
	bottom: 1px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	width: 20px;
	z-index: 2;
	transition: stroke .2s;
}
.slider-arrow-mob.slider-prev {
	left: 0;
}
.slider-arrow-mob.slider-next {
	right: 0;
}
.slider-arrow-mob svg {
	fill: #d9d9d9;
}
.slick-dots {
	display: flex;
	text-align: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
}
.slick-dots li {
	display: flex;
	align-items: center;
	justify-content: center;
	outline: none;
	color: transparent;
	background: transparent;
	cursor: pointer;
}
.slick-dots button {
	display: inline-block;
	outline: none;
	padding: 0;
	margin: 0;
	font-size: 0;
	width: 15px;
	height: 15px;
	border: none;
	border-radius: 50%;
	background: #fff;
	transition: opacity .2s, background .2s, width .2s;
}
.slick-dots .sk-active button,
.slick-dots .slick-active button {
	background: #222;
}
.hlg {
	font-size: 3.125em;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	font-weight: 400;
}
.wysiwyg {
	font-size: 17px;
	line-height: 1.5;
}
.wysiwyg > *:first-child {
	margin-top: 0 !important;
}
.wysiwyg > *:last-child {
	margin-bottom: 0 !important;
}
.nomargin > *:first-child {
	margin-top: 0 !important;
}
.nomargin > *:last-child {
	margin-bottom: 0 !important;
}
.wysiwyg > h1,
.wysiwyg > .h1 {
	margin-top: 1em;
	margin-bottom: .5em;
	line-height: 1.25;
}
.wysiwyg > h2,
.wysiwyg > .h2 {
	margin-top: 1em;
	margin-bottom: .5em;
	line-height: 1.25;
}
.wysiwyg > h3,
.wysiwyg > .h3 {
	margin-top: 1em;
	margin-bottom: .5em;
	line-height: 1.25;
}
.wysiwyg > h4,
.wysiwyg > .h4 {
	margin-top: 1em;
	margin-bottom: .5em;
	line-height: 1.25;
}
.wysiwyg > hr {
	margin: 2em 0;
}
.wysiwyg > p {
	margin-bottom: .75em;
}
.wysiwyg > ul,
.wysiwyg > ol {
	margin-top: 1em;
	margin-bottom: 2em;
}
.wysiwyg > .iframe-wrap,
.wysiwyg > picture,
.wysiwyg > p > img:not([class]),
.wysiwyg > img:not([class]) {
	display: block;
	margin-top: 2em;
	margin-bottom: 2em;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}
.wysiwyg > .iframe-wrap > iframe,
.wysiwyg > img,
.wysiwyg > p img,
.wysiwyg > picture img {
	border-radius: 10px;
	overflow: hidden;
}
.wysiwyg > ul:not([class]),
.wysiwyg > ol:not([class]) {
	margin-top: .75em;
	margin-bottom: 1.5em;
}
.wysiwyg ul:not([class]),
.wysiwyg ol:not([class]) {
	line-height: 1.2;
	margin-left: 1.2em;
	list-style-position: outside;
}
.wysiwyg ol:not([class]){
	list-style-type: decimal;
}
.wysiwyg ul:not([class]){
	list-style-type: disc;
}
.wysiwyg ul:not([class]) li,
.wysiwyg ol:not([class]) li {
	padding-left: 5px;
	margin-bottom: .5em;
	line-height: 1.5;
}
.wysiwyg ul ul,
.wysiwyg ul ol,
.wysiwyg ol ol,
.wysiwyg ol ul {
	margin-left: 1.5em;
}
.wysiwyg > .table-wrap {
	margin-top: 1em;
	margin-bottom: 1em;
}
.wysiwyg img[align=right] {
	margin-left: 2em;
	max-width: 50%;
}
.wysiwyg img[align=left] {
	margin-right: 2em;
	max-width: 50%;
}
.wysiwyg .table-wrap {
	overflow: auto;
}
.wysiwyg table {
	min-width: 100%;
	max-width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	border-spacing: 0;
}
.wysiwyg table th {
	color: #999;
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	padding: 0 20px 20px;
	text-align: left;
}
.wysiwyg table td {
	padding: 20px;
	line-height: 1.25;
}
.wysiwyg tbody tr:nth-child(odd) {
	background: #F8F8F8;
}
.wysiwyg table tr td:first-child {
	border-radius: 5px 0 0 5px;
}
.wysiwyg table tr td:last-child {
	border-radius: 0 5px 5px 0;
}
.wysiwyg table img {
	width: auto;
	height: auto;
}
.wysiwyg b {
	font-weight: 500;
}
.wysiwyg .mt-xs {
	margin-top: 1em !important;
}
.wysiwyg .mt-sm {
	margin-top: clamp(2em, 7%, 2em) !important;
}
.wysiwyg .mt-md {
	margin-top: clamp(3em, 7%, 3em) !important;
}
.wysiwyg .mt-lg {
	margin-top: clamp(4em, 7%, 5em) !important;
}
.wysiwyg .mt-xlg {
	margin-top: clamp(5em, 7%, 6em) !important;
}
.wysiwyg > .text-st1{
	border-radius: 10px;
	background: #000;
	color: #FFF;
	font-size: 18px;
	line-height: 1.4;
	padding: 35px;
}
.blockquote {
	display: flex;
	align-items: flex-start;
}
.blockquote-i {
	position: relative;
	flex-shrink: 0;
	top: -12px;
	color: #000;
	margin-right: 38px;
}
.blockquote-t {
	font-size: 30px;
	line-height: 1.5;
}
.hr {
	height: 1px;
	background: #333;
	margin: 3em 0;
}
.iframe-wrap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px;
	height: 0;
}
.iframe-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width: 100%;
}
.custom-scroll {
	overflow: auto;
	user-select: none;
	cursor: move;
}
.custom-scroll::-webkit-scrollbar-track {
	background: #f5f5f5;
	border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar {
	width: 6px;
	height: 6px;
	background: #f5f5f5;
	border-radius: 10px;
}
.custom-scroll::-webkit-scrollbar-thumb {
	background: #333;
	border-radius: 10px;
}
.attach {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.attach-input {
	position: absolute;
	z-index: 2;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.attach-label {
	position: relative;
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}
.attach-icon {
	font-size: 25px;
	margin-right: 10px;
}
.attach-text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	padding-bottom: 2px;
	color: #3d6be3;
	border-bottom: 1px solid;
	transition: border .2s;
}
.attach:hover .attach-text {
	border-bottom-color: transparent;
}
.attach-media {
	position: relative;
	overflow: hidden;
}
.attach-media > input {
	position: absolute;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	width: 100%;
}
.attach-media-dropzone {
	display: block;
	position: relative;
	min-height: 95px;
	border: 1px dashed #cfcfcf;
	border-radius: 10px;
	background: transparent;
	padding: 10px;
	cursor: pointer;
}
.attach-media-message {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: top .3s, transform .3s;
}
.attach-media.is-load .attach-media-message {
	top: 95%;
	transform: translateY(-100%);
}
.attach-media-message-i1 {
	color: transparent;
}
.attach-media-message-t1 {
	margin-top: 23px;
	font-size: 19px;
	line-height: 1.5;
}
.attach-media-message-t2 {
	margin-top: 6px;
	font-size: 17px;
	line-height: 1.5;
	color: #909090;
}
.attach-media-container {
	display: flex;
	flex-wrap: wrap;
	margin-top: -4px;
	margin-left: -2px;
	margin-right: -2px;
}
.attach-media-container .item {
	width: 50px;
	padding-left: 2px;
	padding-right: 2px;
	margin-top: 4px;
}
.attach-media-container .box {
	position: relative;
	padding-bottom: 100%;
	border: 1px solid #d6d6d6;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.attach-media-container .box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@keyframes fade {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}



.tabs-nav-list {
	display: flex;
	overflow: auto;
}
.tabs-nav-item {
	flex-shrink: 0;
}
.tabs-nav-link {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.tabs-nav_st1 {
	position: relative;
}
.tabs-nav_st1 .tabs-nav-list {
	position: relative;
	gap: 40px;
}
.tabs-nav_st1:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: rgba(234, 234, 234, .6);
}
.tabs-nav_st1 .tabs-nav-link {
	position: relative;
	color: inherit;
	font-size: 22px;
	padding-top: 25px;
	padding-bottom: 25px;
	cursor: pointer;
	transition: color .2s;
}
.tabs-nav_st1 .tabs-nav-link.active {
	color: #C38932;
}
.tabs-nav_st1 .tabs-nav-link:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #C38932;
	height: 2px;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease;
}
.tabs-nav_st1 .tabs-nav-link.active:after {
	transform: scaleX(1);
}

.tabs-nav_st2 .tabs-nav-list {
	display: inline-flex;
	padding: 7px;
	border-radius: 500px;
	border: 1px solid #EBEBEB;
}
.tabs-nav_st2 .tabs-nav-link {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 42px;
	padding: 0 20px;
	color: rgba(0,0,0,.5);
	font-size: 18px;
	font-weight: 500;
	border-radius: 500px;
	transition: background .2s, color .2s;
	cursor: pointer;
}
.tabs-nav_st2 .tabs-nav-link:hover{
	color: #000;
}
.tabs-nav_st2 .tabs-nav-link.active {
	background: #000;
	color: #fff;
}


.tabs-nav_st3 .tabs-nav-list{
	border-radius: 10px;
	background: #F4F4F4;
}
.tabs-nav_st3 .tabs-nav-item{
	flex-grow: 1;
}
.tabs-nav_st3 .tabs-nav-link {
	justify-content: center;
	border-radius: 10px;
	height: 50px;
	padding: 0 20px;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	transition: color .2s, background .2s, border .2s;
}
.tabs-nav_st3 .tabs-nav-link:hover {
	background: #eee;
}
.tabs-nav_st3 .tabs-nav-link.active {
	background: #000 !important;
	color: #fff !important;;
}
.tabs-content {
	position: relative;
}
.tabs-content-item {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
	transform: translateY(0);
	opacity: 0;
	transition: opacity .2s ease, transform .2s ease;
}
.tabs-content-item.active {
	position: relative;
	transform: translateY(0);
	opacity: 1;
	transition: opacity .2s .2s ease, transform .2s .2s ease;
	z-index: 1;
}

.s-h1,
h1 {
	font-size: 40px;
	line-height: 1.2;
	font-weight: 700;
}
.s-h2,
h2 {
	line-height: 1.2;
	font-size: 30px;
	font-weight: 700;
}
.s-h3,
h3 {
	line-height: 1.2;
	font-size: 25px;
	font-weight: 500;
}
.s-h4,
h4 {
	line-height: 1.2;
	font-size: 20px;
	font-weight: 500;
}
.s-sub-h {
	line-height: 1.5;
}
.s-h1 + .s-sub-h {
	margin-top: 20px;
}

[data-text-toggle]{
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
[data-text-toggle].visible{
	overflow: visible;
	-webkit-line-clamp: unset !important;
	padding-bottom: 1.75em;
}

.wrap-link-toggle{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	z-index: 1;
}
.link-toggle{
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #045BAA;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
	z-index: 1;
	transition: color .2s;
}
.link-toggle:hover{
	color: #EB2549;
}
.link-toggle:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 180px;
	background: linear-gradient(90deg, transparent, rgba(249, 252, 255, .8) 20%, #f9fcff);
	z-index: -1;
}
.link-toggle svg{
	font-size: 10px;
	transform: rotate(-90deg);
}


.mbKY3UnK5{
	width:100%;
	height:290px;
	background:url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTg0IDI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMCAwaDE4NHYxODRIMHptMCAyMDBoMTE4djE2SDB6bTAgMjhoMTU4djhIMHptMCAyMGgxMzJ2OEgweiIgZmlsbD0iI0Y3RjdGNyIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) space 0 100%;
	animation-name: mbKY3UnK5;
	animation-duration: 1.5s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}
@keyframes mbKY3UnK5{50%{opacity:.5}}
.mbKY3UnK5{
	margin-top: 80px;
}

.rlayout{
	display: grid;
	gap: 50px;
	grid-template-columns: calc(100% - 310px) 260px;
}
.raside{
	display: flex;
	flex-direction: column;
	gap: 25px;
}
.rcontent > h1{
	margin-bottom: 15px;
	display: flex;
	gap: 6px;
}
.rcontent > h1 .count{
	color: #838C92;
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
}

.fancybox-slide--video{
	padding: 44px 0;
}
.fancybox-image{
	background: #fff;
	border-radius: 10px;
}

@media only screen and (max-width: 1500px) {
	.container {
		max-width: 1200px;
	}
}
@media only screen and (max-width: 1260px) {
	.s-h1,
	h1 {
		font-size: 34px;
	}
	.s-h2,
	h2 {
		font-size: 30px;
	}
	.s-h3,
	h3 {
		font-size: 26px;
	}

	.container {
		max-width: 930px;
		padding-left: 20px;
		padding-right: 20px;
	}
	.container .container{
		padding-left: 0;
		padding-right: 0;
	}
	.raside{
		display: none;
	}
	.rlayout {
		grid-template-columns: 100%;
	}

}
@media only screen and (max-width: 960px) {
	.s-h1,
	h1 {
		font-size: 30px;
	}
	.s-h2,
	h2 {
		font-size: 26px;
	}
	.s-h3,
	h3 {
		font-size: 22px;
	}
	.custom-scroll::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
	.mcs::-webkit-scrollbar {
		width: 0;
		height: 0;
		background: transparent;
	}
}

@media only screen and (max-width: 760px) {
	.wysiwyg {
		font-size: 16px;
	}
	.wysiwyg .table-wrap{
		margin: 0 -20px;
		padding: 0 20px;
	}
	.rbody {
		border-radius: 0 0 8px 8px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width: 360px) {
	.wysiwyg .table-wrap{
		margin: 0 -10px;
		padding: 0 10px;
	}
	.container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

/* End */


/* Start:/local/components/skadium/include.block/templates/mobile-controls/style.css?17443746501604*/
.mobile-controls {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	color: #fff;
	z-index: 20;
} 
.mobile-controls:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #045BAA;
	z-index: -2;
	pointer-events: none;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.mobile-controls-item {
	position: relative;
	flex-grow: 1;
	flex-basis: 20%;
	display: flex;
	flex-direction: column;
	gap: 6px;
	align-items: center;
	justify-content: center;
	height: 70px;
	padding-bottom: 5px;
	cursor: pointer;
	color: inherit;
}
.mobile-controls-thumb{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 20px;
	color: #8AA5E2;
}
.mobile-controls-thumb svg {
	fill: currentColor;
	stroke: currentColor;
}
.mobile-controls-badge {
	position: absolute;
	right: -6px;
	top: -6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #EB2549;
	color: #fff;
	text-align: center;
	font-size: 7px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
}
.mobile-controls-badge.visible {
	opacity: 1;
	visibility: visible;
}
.mobile-controls-t{
	font-size: 11px;
}
.mobile-controls-item .preloader.trigger {
	top: 10px;
	bottom: auto;
	height: 20px;
}
@media only screen and (min-width: 761px) {
	.mobile-controls{
		display: none;
	}
}
@media only screen and (min-width: 401px) {
	.mobile-controls-t{
		font-size: 12px;
	}
}
/* End */


/* Start:/local/components/skadium/notification/templates/header/style.css?17443746505605*/
.rheadnotifications{
	position: relative;
}
.headnotification {
	background: #045BAA;
	color: #fff;
}
.headnotification + .headnotification{
	margin-top: 10px;
}
.headnotification .container{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 50px;
	gap: 10px;
}
.headnotification-m59 {
	flex-shrink: 0;
	align-self: flex-end;
}
.headnotification-t{
	flex-grow: 1;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0;
}
.headnotification-sep{
	flex-shrink: 0;
	align-self: center;
	margin-left: 12px;
	margin-right: 12px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255,255,255,.6);
	overflow: hidden;
}
.headnotification-link{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	max-width: 150px;
	height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	background: #fff;
	color: #000;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
	transition: color .2s, background .2s;
}
.headnotification-link .btn-text-short{
	display: none;
}
.headnotification-link:hover{
	color: #fff;
	background: #EB2549;
}
.headnotification-link svg{
	flex-shrink: 0;
	stroke: currentColor;
}
.headnotification-close {
	flex-shrink: 0;
	color: inherit;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.headnotification-close svg{
	fill: currentColor;
}


.headnotification-282{
	background: #fff;
	color: #222;
}
.headnotification-282 .container {
	min-height: 60px;
	gap: 15px;
}
.headnotification-282 .headnotification-m59{
	display: flex;
	justify-content: center;
	align-items: center;
	align-self: center;
	flex-shrink: 0;
	padding: 6px 10px;
	border-radius: 8px;
	background: #FFF;
}
.headnotification-282 .headnotification-t {
	font-size: 16px;
	font-weight: 300;
	line-height: 1.3;
}
.headnotification-282 .headnotification-t b{
	font-weight: 500;
	color: #94B33D;
}
.headnotification-282 .headnotification-link{
	border-radius: 8px;
	background: #EB2549;
	color: #fff;
	height: 38px;
	max-width: none;
	padding: 0 25px;
}
.headnotification-282 .headnotification-link:hover{
	background: #bd223e;
}
.headnotification-282-ms{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow: hidden;
}
.headnotification-282-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.headnotification-282-p1{
	position: absolute;
	left: -110px;
	top: -40px;
	filter: blur(10px);
}
.headnotification-282-p1 img{
	width: 340px;
	height: auto;
}
.headnotification-282-p2{
	position: absolute;
	right: -100px;
	bottom: -60px;
	filter: blur(10px);
	transform: rotate(115deg);
}
.headnotification-282-p2 img{
	width: 340px;
	height: auto;
}
.headnotification-282-p3{
	position: absolute;
	left: -140px;
	top: -20px;
	transform: rotate(55deg);
}
.headnotification-282-p3 img{
	width: 340px;
	height: auto;
}
.headnotification-282-p4{
	position: absolute;
	right: -320px;
	top: -240px;
	transform: rotate(-95deg);
}
.headnotification-282 .headnotification-close{
	display: none;
}

@media only screen and (max-width: 1260px) {
	.headnotification-t {
		font-size: 13px;
	}
}
@media only screen and (max-width: 960px) {
	.headnotification-t {
		font-size: 12px;
		font-weight: 400;
	}
	.headnotification-t b{
		font-weight: 700;
	}
	.headnotification-link {
		max-width: none;
		height: 26px;
		padding: 0 14px;
		font-size: 12px;
	}
	.headnotification-link .btn-text-full{
		display: none;
	}
	.headnotification-link .btn-text-short{
		display: inline;
	}

	.headnotification-282 .headnotification-t {
		font-size: 14px;
		font-weight: 400;
	}
}
@media only screen and (max-width: 760px) {
	.headnotification-t {
		font-size: 11px;
	}
	.headnotification-sep,
	.headnotification-t2{
		display: none;
	}
	.headnotification .container {
		gap: 5px;
	}
	.headnotification-43 .container{
		padding-left: 0;
	}
	.headnotification-link {
		font-size: 9px;
	}
	.headnotification-close{
		width: 25px;
	}

	.headnotification-282 {
		border-bottom: 1px solid #eee;
	}
	.headnotification-282 .container {
		gap: 10px;
		min-height: 50px;
	}
	.headnotification-282-ms{
		display: none;
	}
	.headnotification-282 .headnotification-m59 {
		padding: 4px 6px;
		border-radius: 4px;
		background: #f2f2f2;
	}
	.headnotification-282 .headnotification-m59 img{
		max-width: 50px;
	}
	.headnotification-282 .headnotification-t {
		font-size: 12px;
		line-height: 1.3;
		overflow: hidden;
		max-height: calc(1em* 2* 1.3);
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		padding: 0;
	}
	.headnotification-282-p1 {
		left: -130px;
		top: 0px;
		opacity: .5;
	}
	.headnotification-282-p1 img {
		width: 240px;
	}
	.headnotification-282-p1,
	.headnotification-282-p2,
	.headnotification-282-p3,
	.headnotification-282-p4{
		display: none;
	}
	.headnotification-282 .headnotification-link {
		border-radius: 5px;
		height: 28px;
		padding: 0 12px;
		font-size: 11px;
		gap: 6px;
	}
	.headnotification-link svg {
		display: none;
		width: 5px;
		height: auto;
	}
}
@media only screen and (max-width: 360px) {
	.headnotification-282 .container {
		gap: 5px;
	}
	.headnotification-282 .headnotification-link {
		padding: 0 8px;
		font-size: 10px;
	}
}
@media only screen and (max-width: 340px) {
	.headnotification-link {
		padding: 0 8px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/header/style.css?17443746506218*/
.rheader {
	position: relative;
	background: #fff;
	border-radius: 0 0 8px 8px;
	box-shadow: 0px 27px 59px 0px rgba(5, 112, 158, 0.05);
}
.rheader-float {
	display: contents;
}
.rheader-nav {
	display: flex;
	gap: 10px;
}
.rheader-nav-item {
	position: relative;
}
.rheader-nav-link {
	display: flex;
	align-items: center;
	height: 34px;
	padding: 0 16px;
	gap: 5px;
	font-size: 15px;
	font-weight: 500;
	color: #4E4F51;
	border-radius: 8px;
	border: 1px solid #CFD9DF;
	transition: color .2s, opacity .2s, background-color .2s, border .2s;
}
.rheader-nav-item:hover .rheader-nav-link{
	background: #222;
	border-color: #222;
	color: #fff;
}
.rheader-nav-link-icon {
	stroke: currentColor;
	fill: currentColor;
	width: 7px;
	height: 5px;
	transition: transform .3s;
}
.rheader-nav-item:hover .rheader-nav-link-icon{
	transform: rotate(180deg);
}
.rheader-sub-nav {
	position: absolute;
	left: 0;
	top: 100%;
	padding-top: 2px;
	width: 250px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s, visibility .15s;
}
.rheader-sub-nav .nav .nav,
.rheader-sub-nav .sub-nav {
	display: none;
}
.rheader-nav-item:hover > .rheader-sub-nav {
	visibility: visible !important;
	opacity: 1;
	transition: opacity .3s .2s ease, visibility .3s .2s ease;
}
.rheader-sub-nav > .nav {
	max-height: calc(100vh - 170px);
	min-height: 100%;
	padding: 20px;
	overflow: auto;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.09), 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
	color: #000;
}
.rheader-sub-nav > .nav::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.rheader-sub-nav .nav {
	display: flex;
	flex-direction: column;
}
.rheader-sub-nav .nav-link {
	display: flex;
	font-size: 15px;
	font-weight: 500;
	padding: 10px 0;
	line-height: 1;
	transition: background .2s, color .2s;
}
.rheader-sub-nav .nav-link:hover {
	color: #EB2549;
}
.rheader-sub-nav .nav-link-icon {
	display: none;
}
.rheader-r1 {
	position: relative;
	padding: 20px 0;
	display: flex;
	align-items: center;
}
.rh-logo {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -35%);
}
.rh-mainsite {
	flex-shrink: 0;
	margin-left: auto;
	margin-right: 10px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 36px;
	padding: 0 16px;
	border-radius: 8px;
	border: 1px solid #F6F6F6;
	background: #FFF;
	color: #000;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 3px 0px rgba(0, 0, 0, 0.05);
	transition: background-color .2s, box-shadow .2s, color .2s;
	cursor: pointer;
}
.rh-mainsite:hover{
	color: #EB2549;
}
.rh-mainsite-ilogo {
	flex-shrink: 0;
	fill: currentColor;
}
.rh-mainsite-t{
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid rgba(0,0,0,.2);
	font-size: 15px;
	font-weight: 500;
}
.rh-mainsite-iarrow {
	flex-shrink: 0;
	margin-left: 12px;
	stroke: currentColor;
}
.rh-dhe1 {
	flex-shrink: 0;
	position: relative;
	margin-left: 7px;
}
.rh-dhe1 .preloader.trigger .preloader-loader {
	height: 50%;
}
.rh-dhe1-md{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	cursor: pointer;
	transition: color .2s
}
.rh-dhe1:hover .rh-dhe1-md,
.rh-dhe1-md:hover{
	color: #EB2549;
}
.rh-dhe1 svg{
	fill: currentColor;
	stroke: currentColor;
}
.rh-dhe1-badge {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #EB2549;
	color: #fff;
	text-align: center;
	font-size: 7px;
	font-weight: 700;
	opacity: 0;
	visibility: hidden;
}
.rh-dhe1-badge.visible {
	opacity: 1;
	visibility: visible;
}
.rh-d1468 {
	position: absolute;
	right: 0;
	top: 100%;
	border-radius: 5px;
	background: #fff;
	color: #000;
	padding: 15px;
	text-align: right;
	box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.09), 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	z-index: 10;
	transition: visibility .2s, opacity .2s, transform .2s;
}
.rh-dhe1:hover .rh-d1468{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.rh-d1468-h {
	font-size: 17px;
	font-weight: 500;
	margin-bottom: 10px;
	margin-right: 10px;
}
.rh-d1468-item-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	padding: 10px;
	font-size: 15px;
	color: inherit;
	border-radius: 5px;
	background: transparent;
	transition: color .2s, background-color .2s;
}
.rh-d1468-item-link:hover{
	background: #F2F2F2;
}
.rh-d1468-item-link_logout{
	color: #045BAA;
	font-size: 15px;
	font-weight: 500;
}
.rh-d1468-item-link_logout:hover{
	color: #EB2549;
}

.rheader.is-fixed .rheader-float {
	display: block;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	transform: translate3d(0, -150%, 0);
	box-shadow: 0px 22px 49px 0px rgba(0, 0, 0, 0.03);
	transition: transform 0s;
	border-radius: 0 0 10px 10px;
	z-index: 22;
}
.rheader.is-fixed.is-show .rheader-float {
	transform: translate3d(0, 0, 0);
	transition: transform .2s ease;
}
@media only screen and (max-width: 1260px) {
	.rheader-nav-link {
		padding: 0 10px;
		font-size: 14px;
	}
	.rh-mainsite {
		display: none;
	}
	.rh-search {
		margin-left: auto;
	}
}
@media only screen and (max-width: 960px) {
	.rh-logo {
		position: static;
		transform: translate(0, 4px);
		margin-left: 15px;
	}
}
@media only screen and (max-width: 760px) {
	.rheader {
		padding-top: 13px;
		padding-bottom: 13px;
		height: auto !important;
		z-index: 2;
	}
	.rheader-r1 {
		padding: 0;
		justify-content: space-between;
	}
	.rheader-nav,
	.rh-search,
	.rh-favor,
	.rh-user,
	.rh-nav{
		display: none;
	}
	.rh-logo {
		margin-left: 0;
	}
	.rh-menu-btn {
		background: #EDF3F8;
		color: #045BAA;
		border-radius: 5px;
	}
	.rh-menu-btn svg {
		width: 20px;
		height: auto;
	}
	.rheader.is-fixed .rheader-float {
		display: contents;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/logo/style.css?1744374650177*/
a.logo{
	color: inherit;
}
a.logo img,
a.logo svg{
	transition: opacity .2s;
}
a.logo:hover img,
a.logo:hover svg{
	opacity: .7;
}
.logo svg{
	fill: currentColor;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/categories-top/style.css?17443746501935*/
.scategoriestop {
	overflow: hidden;
	white-space: nowrap;
}
.scategoriestop.nav-is-init {
	overflow: visible;
}
.scategoriestop > ul {
	display: inline-block;
	vertical-align: middle;
}
.scategoriestop > ul > li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.scategoriestop > ul > li:not(:last-child) {
	padding-right: 20px;
}
.scategoriestop .priority-nav__wrapper {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 55px;
	cursor: pointer;
}
.scategoriestop .priority-nav__dropdown {
	right: -50px;
	top: 100%;
	max-height: calc(100vh - 100px);
	padding: 20px 0;
	width: 280px;
	background: #fff;
	color: #000;
	box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.09), 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
	border-radius: 5px;
	overflow: auto;
	scrollbar-width: thin;
	z-index: 3;
}
.scategoriestop .priority-nav__dropdown::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.scategoriestop .priority-nav__dropdown-toggle {
	background: transparent;
	outline: none;
	border: none;
	padding: 0;
	color: inherit;
	width: 16px;
	fill: currentColor;
	cursor: pointer;
}
.scategoriestop .priority-nav__dropdown .scategoriestop-item {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.scategoriestop .priority-nav__dropdown .scategoriestop-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	line-height: 1.1;
	height: auto;
	width: 100%;
}

.scategoriestop-link{
	display: block;
	padding: 20px 0px;
	color: #838C92;
	font-size: 15px;
	font-weight: 500;
	transition: color .2s, background-color .2s;
}
.scategoriestop-link:hover{
	color: #EB2549;
}
.scategoriestop-link.active{
	color: #EB2549;
}
@media only screen and (max-width: 1260px) {
	.scategoriestop {
		display:none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17443746513233*/
.breadcrumbs{
	margin: 10px 0;
}
.breadcrumbs-list {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
	color: #838C92;
	margin: 0 -20px;
	padding: 10px 20px;
	font-size: 14px;
	overflow: hidden;
	overflow-x: auto;
}
.breadcrumbs:hover .breadcrumbs-list{
	overflow: visible;
}
.breadcrumbs-list::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.breadcrumbs-item {
	position: relative;
	line-height: 1;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
	gap: 8px;
}
.breadcrumbs-item:first-child .breadcrumbs-sep{
	display: none;
}
.breadcrumbs-link {
	display: inline-flex;
	align-items: center;
	color: inherit;
	gap: 6px;
}
.breadcrumbs-link .text{
	white-space: nowrap;
	border-bottom: 1px solid transparent;
	line-height: 1.2;
	transition: border-color .2s;
}
a.breadcrumbs-link {
	color: inherit;
}
a.breadcrumbs-link .text{
	border-color: #e3e3e3;
}
a.breadcrumbs-link:hover .text{
	border-color: transparent;
}
span.breadcrumbs-link{
	color: currentColor;
}
.breadcrumbs-link .icon-arrow{
	stroke: currentColor;
}
.breadcrumbs-sep{
	flex-shrink: 0;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
}
.breadcrumbs-drop{
	position: absolute;
	left: 0;
	top: calc(100% - 10px);
	z-index: 5;
	opacity: 0;
	visibility: hidden;
}
.breadcrumbs-item:hover .breadcrumbs-drop{
	opacity: 1;
	visibility: visible;
}
.breadcrumbs-item:hover .breadcrumbs-link{
	position: relative;
	z-index: 2;
}
.breadcrumbs-bread{
	margin-top: 15px;
	padding: 20px;
	background: #fff;
	box-shadow: 0px 22px 49px 0px rgba(0, 0, 0, 0.03), 0px 88px 88px 0px rgba(0, 0, 0, 0.03);
	border-radius: 10px;
	width: 200px;
	max-height: 300px;
	overflow: auto;
	scrollbar-width: thin;
	opacity: 0;
	transition: opacity .3s;
}
.breadcrumbs-item:hover .breadcrumbs-bread{
	opacity: 1;
}
.breadcrumbs-bread::-webkit-scrollbar-track {
	background: transparent;
}
.breadcrumbs-bread::-webkit-scrollbar {
	width: 4px;
	background: transparent;
}
.breadcrumbs-bread::-webkit-scrollbar-thumb {
	background: #eee;
}
.breadcrumbs-bread-item + .breadcrumbs-bread-item{
	margin-top: 8px;
}
.breadcrumbs-drop .breadcrumbs-bread-link.active{
	color: #000;
}
.breadcrumbs-bread-link{
	font-size: 14px;
	line-height: 1.1;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #838C92;
	transition: opacity .2s;
}
.breadcrumbs-bread-link:hover{
	color: #EB2549;
}
.breadcrumbs-bread-link_all{
	display: inline-block;
	opacity: 1 !important;
	color: #000;
	border-bottom: 1px solid rgba(0,0,0,.3);
	transition: border .2s;
}
.breadcrumbs-bread-link_all:hover{
	border-bottom-color: transparent;
}
.backpage {
	position: relative;
	align-items: center;
	color: inherit;
	line-height: 1;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;
	display: none;
	transition: color .2s, stroke .2s;
}
.backpage-i {
	flex-shrink: 0;
	margin-right: 16px;
	transform: rotate(90deg);
}
.backpage-t {
	font-size: 14px;
}
@media only screen and (max-width: 760px) {
	.breadcrumbs{
		margin: 5px 0;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/article/style.css?17443746519689*/
.article-b115{
	border-radius: 8px;
	background: #fff;
	box-shadow: 0px 27px 59px 0px rgba(5, 112, 158, 0.05);
	padding: 15px 70px 60px 70px;
}
.article h1{
	margin-bottom: 15px;
}
.article-mhead{
	display: contents;
}
.article-preview{
	display: none;
}
.article-mhead .article-preview{
	display: block;
}
.article-media{
	margin-top: 15px;
	position: relative;
	height: 460px;
	border-radius: 8px;
	overflow: hidden;
}
.article-media iframe,
.article-media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-media iframe{
	outline: none;
	border: none;
}
.article-media-video {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 1;
	cursor: pointer;
}
.article-media-video iframe{
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border: none;
	outline: none;
}
.article-media-video-btn {
	display: flex;
	align-items: center;
	height: 38px;
	gap: 8px;
	padding: 0 16px;
	border-radius: 8px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	transition: background-color .2s, color .2s;
}
.article-media-video-btn svg{
	fill: currentColor;
}
.article-media-video:hover .article-media-video-btn{
	background: #EB2549;
}
.article-meta {
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.article-date,
.article-readtime,
.article-viewed{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #838C92;
	font-size: 15px;
}
.article-date:after{
	content: '';
	flex-shrink: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #838C92;
}
.article-video{
	display: none;
}
.article-sk65 {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 15px;
}
.article-sk65-248{
	display: contents;
}
.article .share-wicon{
	background: rgba(0,0,0,.4);
}
.article-fav {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}
.article-fav-thumb {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,.4);
	color: #fff;
	transition: background-color .2s, color .2s;
}
.article-fav-thumb svg{
	fill: currentColor;
}
.article-fav-t {
	font-size: 15px;
	line-height: 1.25;
	border-bottom: 1px dashed rgba(34, 34, 34, .5);
	transition: border .2s, color .2s;
}
.article-fav:hover .article-fav-thumb,
.article-fav.is-favourite .article-fav-thumb{
	background: #EB2549;
}
.article-fav:hover .article-fav-t,
.article-fav.is-favourite .article-fav-t{
	color: #EB2549;
	border-bottom-color: transparent;
}
.article-listen{
	display: flex;
	align-items: center;
	gap: 18px;
}
.article-listen-btn {
	flex-shrink: 0;
	display: none;
	align-items: center;
	height: 42px;
	gap: 10px;
	padding: 0 20px;
	border-radius: 8px;
	border: 1px solid #E9E9E9;
	background: #FFF;
	color: #000;
	font-size: 15px;
	box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
	transition: background-color .2s, color .2s, box-shadow .2s;
}
.article-listen-btn.show{
	display: flex;
}
.article-listen-btn svg{
	stroke: currentColor;
}
.article-listen-btn:hover{
	background: #EB2549;
	color: #fff;
	box-shadow: none;
}
.article-listen-t {
	color: #838C92;
	font-size: 15px;
	line-height: 1.3;
}
.article-sk65 .article-author{
	flex-grow: 1;
}
.article-author {
	display: flex;
	align-items: center;
	gap: 8px;
	color: inherit;
}
.article-author picture{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
}
.article-author picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.article-author-t {
	font-size: 15px;
	color: #838C92;
	line-height: 1.3;
}
.article-author-t2{
	color: #045BAA;
	border-bottom: 1px dashed rgba(4, 91, 170,.5);
	transition: color .2s, border .2s;
}
.article-author:hover .article-author-t2{
	color: #EB2549;
	border-bottom-color: transparent;
}


.article-wysiwyg{
	margin-top: 30px;
}
.article-tags{
	margin-top: 40px;
}
.article-tags-h {
	font-weight: 700;
	margin-bottom: 10px;
}
.article-tags-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.article-tag{
	display: flex;
	align-items: center;
	height: 30px;
	padding: 0 14px;
	border-radius: 8px;
	background: #EDF3F8;
	color: #333;
	font-size: 14px;
	font-weight: 500;
	transition: color .2s, background-color .2s;
}
.article-tag:hover{
	background-color: #EB2549;
	color: #fff;
}
.article-128{
	display: flex;
	align-items: center;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #dadcdd;
}
.article-128 .article-share{
	margin-left: auto;
}
.article-128 .article-fav {
	margin-left: 20px;
}
@media only screen and (max-width: 1260px) {
	.article-b115 {
		border-radius: 0;
		background: transparent;
		box-shadow: none;
		padding: 0;
	}
}
@media only screen and (max-width: 760px) {
	.article {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.article-mhead{
		margin-bottom: 10px;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		color: #fff;
		padding-top: 80px;
		padding-bottom: 30px;
		min-height: 300px;
		z-index: 1;
	}
	.article-mhead:after{
		content: '';
		position: absolute;
		left: -20px;
		right: -20px;
		bottom: 0;
		height: 10px;
		border-radius: 8px 8px 0 0;
		background: #fff;
	}
	.article.picture .article-media {
		position: absolute;
		top: -60px;
		left: -20px;
		right: -20px;
		border-radius: 0;
		margin: 0;
		background: #333;
		bottom: 0;
		height: auto;
		z-index: -1;
	}
	.article.picture .article-media:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .4);
	}
	.article.picture .article-preview{
		display: block;
	}
	.article-mhead h1 {
		order: -1;
	}
	.article.picture .article-mhead .article-preview{
		display: none;
	}
	.article.picture .article-mhead .article-sk65 {
		display: contents;
	}
	.article.picture .article-sk65 .article-author {
		width: 100%;
		order: -2;
		margin-bottom: 10px;
		flex-grow: 0;
	}
	.article-mhead .article-author-t1 {
		display: none;
	}
	.article-mhead .article-author-t2 {
		color: #fff;
		border-bottom: none;
	}
	.article-mhead .article-meta {
		flex-wrap: wrap;
		gap: 15px 10px;
	}
	.article-mhead .article-date,
	.article-mhead .article-readtime,
	.article-mhead .article-viewed {
		color: #fff;
	}
	.article-mhead .article-viewed-mh{
		display: none;
	}
	.article-sk65 .article-listen-btn.show{
		display: flex;
	}
	.article-sk65 .article-listen-btn {
		margin-right: 10px;
	}
	.article-sk65-248{
		display: flex;
		gap: 8px;
	}
	.article-sk65 .article-fav {
		position: relative;
	}
	.article-sk65 .article-share {
		margin-left: 0;
	}
	.article-sk65 .share.ui.dropdown .share-text,
	.article-sk65 .article-fav-t {
		display: none;
	}
	.article-sk65 .article-listen-btn,
	.article-sk65 .share-wicon,
	.article-sk65 .article-fav-thumb {
		position: relative;
		border-radius: 8px;
		border: 1px solid #E9E9E9;
		background: #FFF !important;
		box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.09), 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
		width: 60px;
		height: 40px;
		color: #000;
	}
	.article-sk65 .article-fav-thumb svg {
		fill: transparent;
		stroke: currentColor;
	}
	.article-sk65 .share.ui.dropdown.active .share-wicon,
	.article-sk65 .share.ui.dropdown:hover .share-wicon{
		color: #000;
	}
	.article-sk65 .article-fav:hover .article-fav-thumb,
	.article-sk65 .article-fav.is-favourite .article-fav-thumb {
		color: #EB2549;
	}



	.article.video .article-mhead {
		padding-top: 0;
		padding-bottom: 25px;
	}
	.article.video .article-mhead:before {
		content: '';
		position: absolute;
		top: -50px;
		left: -20px;
		right: -20px;
		border-radius: 8px 8px 0px 0px;
		margin: 0;
		background: #0F0F0F;
		bottom: 0;
		height: auto;
		z-index: -1;
	}
	.article.video .article-mhead .article-preview {
		order: -1;
	}
	.article.video .article-mhead h1{
		margin-bottom: 5px;
	}
	.article.video .article-mhead .article-meta {
		margin-top: 12px;
		margin-bottom: 15px;
	}
	.article.video .article-date,
	.article.video .article-readtime,
	.article.video .article-viewed {
		font-size: 13px;
	}
	.article.video .article-readtime{
		margin-left: auto;
	}
	.article.video .article-sk65 {
		order: 1;
		gap: 10px;
	}
	.article.video .article-media {
		margin-top: 0;
		height: 50vw;
		min-height: 220px;
	}
	.article.video .article-wysiwyg{
		margin-top: 0;
	}
	.article-video{
		display: inline-flex;
		justify-content: center;
		align-items: center;
		height: 18px;
		padding: 0 5px;
		gap: 4px;
		background: #FF5338;
		color: #fff;
		overflow: hidden;
		font-size: 11px;
		font-weight: 500;
		border-radius: 4px;
	}
	.article-video svg{
		flex-shrink: 0;
		fill: currentColor;
	}

	.article-wysiwyg {
		margin-top: 25px;
	}
	.article-128 {
		padding-top: 20px;
	}
	.article-128 .article-rauthor{
		display: none;
	}
	.article-128 .article-share {
		margin-left: 0;
	}
}

@media only screen and (max-width: 360px) {
	.article.video .article-mhead:before,
	.article-mhead:after{
		left: -10px;
		right: -10px;
	}
	.article.picture .article-media {
		left: -10px;
		right: -10px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/share/style.css?17443746502446*/
.share {
	display: inline-flex;
	align-items: center;
	gap: 10px;
}
.share-links {
	display: flex;
	gap: 10px;
}
.share-link {
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	background: #ebebeb;
	border-radius: 50%;
	overflow: hidden;
	transition: background .2s, color .2s;
}
.share-link:hover{
	background: #ccc;
}
.share-link-copy-input {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	font-size: 0;
	z-index: -1;
	color: transparent;
}
.share-link-icon {
	width: 18px;
	height: 18px;
	max-width: 40%;
	fill: currentColor;
	transition: fill .2s;
}


.share.ui.dropdown{
	display: inline-flex;
}
.share-wicon{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	background: #222;
	color: #fff;
	border-radius: 50%;
	transition: background-color .2s, color .2s;
}
.share-wicon .icon{
	stroke: currentColor;
	position: relative;
	left: -1px;
}
.share.ui.dropdown .share-text{
	font-size: 15px;
	line-height: 1.25;
	border-bottom: 1px dashed rgba(34, 34, 34, .5);
	transition: border .2s, color .2s;
}
.share.ui.dropdown:hover .share-wicon,
.share.ui.dropdown.active .share-wicon{
	background: #EB2549;
	color: #fff;
}
.share.ui.dropdown:hover .share-text,
.share.ui.dropdown.active .share-text{
	color: #EB2549;
	border-bottom-color: transparent;
}
.share.ui.dropdown .menu{
	margin-top: 8px;
	min-width: 200px;
	background: #fff;
	box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.09), 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
	padding: 15px 10px !important;
	border-radius: 5px;
	padding: 13px 0;
	border: none;
}
.share.ui.dropdown.upward .menu{
	margin-top: 0;
	margin-bottom: 8px;
}
.share.ui.dropdown .menu>.item {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #000;
	padding: 5px 10px !important;
	background: transparent;
	border-radius: 5px;
	font-weight: 400;
	transition: background-color .2s, color .2s;
}
.share.ui.dropdown .menu>.item:hover{
	background: #f2f2f2;
}
.share.ui.dropdown .menu>.item>img{
	flex-shrink: 0;
	width: 20px;
	margin: 0;
	max-height: none;
}
.share.ui.dropdown .menu>.item>.icon {
	flex-shrink: 0;
	width: 20px;
	height: auto;
}
@media only screen and (max-width: 1100px) {
	.share-h {
		font-size: 12px;
	}
}
/* End */


/* Start:/local/components/skadium/editor.blocks/templates/.default/assets/css/tree.css?17443746501913*/
.sp-tree {
	margin-bottom: 40px;
	padding: 0 25px;
	border-radius: 8px;
	background: #EDF3F8;
}
.sp-tree-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	transition: opacity .2s;
	cursor: pointer;
}
.sp-tree-head:hover{
	opacity: .7;
}
.sp-tree-h {
	font-size: 21px;
	font-weight: 500;
	color: #2B2A29;
}
.sp-tree-arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0,0,0,.6);
	color: #fff;
	overflow: hidden;
}
.sp-tree-arrow svg{
	stroke: currentColor;
	transition: transform .2s
}
.sp-tree.active .sp-tree-arrow svg{
	transform: rotate(180deg);
}
.sp-tree-list{
	display: none;
	flex-direction: column;
	gap: 10px;
	margin-top: 0;
	padding-bottom: 25px;
}
.sp-tree.active .sp-tree-list{
	display: flex;
}
.sp-tree-list-item {
	display: flex;
	align-items: baseline;
	gap: 12px;
}
.sp-tree-list-item-l3{
	padding-left: calc(32px * 1);
}
.sp-tree-list-item-l4{
	padding-left: calc(32px * 2);
}
.sp-tree-list-item-l5{
	padding-left: calc(32px * 3);
}
.sp-tree-list-ext,
.sp-tree-list-num {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 22px;
	padding: 0 5px;
	height: 20px;
	background: #fff;
	color: #000;
	font-size: 10px;
	font-weight: 700;
	border-radius: 3px;
	line-height: 1;
}
.sp-tree-list-ext {
	background: #EB2549;
	color: #fff;
}
.sp-tree-list-text {
	font-size: 17px;
}
.sp-tree-list-text .link {
	display: inline;
}
@media only screen and (max-width: 760px) {
	.sp-tree {
		margin-bottom: 25px;
		padding: 0 20px;
	}
	.sp-tree-h {
		font-size: 19px;
	}
	.sp-tree-arrow {
		width: 20px;
		height: 20px;
	}
	.sp-tree-arrow svg {
		width: 7px;
		height: auto;
	}
	.sp-tree-list-text {
		font-size: 15px;
	}
}

/* End */


/* Start:/local/components/skadium/editor.blocks/templates/.default/assets/css/list.css?174437465059*/
.sp-lists {
	margin-top: .75em;
	margin-bottom: 1.5em;
}
/* End */


/* Start:/local/components/skadium/editor.blocks/templates/.default/assets/css/image.css?1744374650281*/
.sp-image {
	display: block;
	margin: 2em 0;
}
.sp-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	overflow: hidden;
	max-height: 460px;
	object-fit: cover;
}
.sp-image-caption{
	color: #777;
	font-size: 15px;
	line-height: 1.4;
	margin-top: 10px;
}
/* End */


/* Start:/local/components/skadium/editor.blocks/templates/.default/assets/css/warning.css?1744374650553*/
.sp-warning{
	margin: 1em 0;
	padding: 40px;
	border-radius: 8px;
	line-height: 1.4;
	color: #000;
	background: #FFF9D9;
}
.sp-warning.red{
	color: #fff;
	background: #EB2549;
}
.sp-warning.green{
	color: #fff;
	background: #30A11F;
}
.sp-warning.black{
	color: #fff;
	background: #222;
}
.sp-warning.gray{
	color: #000;
	background: #F1F4F8;
}
.sp-warning-h{
	display: block;
	margin-bottom: .35em;
	font-weight: 500;
	font-size: 19px;
}
@media only screen and (max-width: 760px) {
	.sp-warning {
		padding: 30px;
	}
}
/* End */


/* Start:/local/components/skadium/editor.blocks/templates/.default/assets/css/alert.css?1744374650536*/
.cdx-alert{
	margin: 1em 0;
	padding: 40px;
	border-radius: 8px;
	line-height: 1.4;
	color: #000;
	background: #FFF9D9;
}
.cdx-alert-red{
	color: #fff;
	background: #EB2549;
}
.cdx-alert-green{
	color: #fff;
	background: #30A11F;
}
.cdx-alert-black{
	color: #fff;
	background: #222;
}
.cdx-alert-gray{
	color: #000;
	background: #F1F4F8;
}
.cdx-alert-center{
	text-align: center;
}
.cdx-alert-right{
	text-align: right;
}
@media only screen and (max-width: 760px) {
	.sp-warning {
		padding: 30px;
	}
}
/* End */


/* Start:/local/components/skadium/editor.blocks/templates/.default/assets/css/msitebanner.css?174437465052*/
.msite {
	margin-top: 2em;
	margin-bottom: 2em;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/msitebanner/style.css?17443746503562*/
.msite5b {
  position: relative;
  border-radius: 10px;
  display: block;
  overflow: hidden;
  background: #f8f8f8;
  color: #222;
  z-index: 1;
}
.msite5b-media {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.msite5b-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -2;
}
.msite5b-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.msite5b-p1 {
  position: absolute;
  left: -140px;
  bottom: -190px;
  filter: blur(10px);
  transform: rotate(10deg);
}
.msite5b-p1 img{
  width: 350px;
  height: auto;
}
.msite5b-p2 {
  position: absolute;
  left: -200px;
  bottom: -340px;
}
.msite5b-p3 {
  position: absolute;
  right: -230px;
  top: -170px;
  transform: rotate(-120deg);
  filter: blur(10px);
}
.msite5b-p3 img{
  width: 400px;
  height: auto;
}
.msite5b-p4 {
  position: absolute;
  right: -300px;
  top: -280px;
  transform: rotate(-130deg);
}
.msite5b-m {
  position: absolute;
  right: auto;
  left: 42%;
  bottom: 0;
}
.msite5b-m img{
  max-width: none;
}
.msite5b-c {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 40px 60px;
  min-height: 400px;
}
.msite5b-c:before{
  content: '';
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  width: 365px;
  height: 365px;
  border-radius: 50%;
  background: #FFF;
  filter: blur(100px);
  z-index: -1;
  pointer-events: none;
}
.msite5b-logo {
  border-radius: 12px;
  background: #fff;
  padding: 11px 17px;
}
.msite5b-t1 {
  margin-top: 20px;
  max-width: 350px;
  font-size: 25px;
  font-weight: 300;
  line-height: 1.3;
}
.msite5b-t1 b {
  color: #94b33d;
  font-weight: 700;
}
.msite5b-t2 {
  max-width: 300px;
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.4;
  opacity: .6;
}
.msite5b-action {
  margin-top: 20px;
}
.msite5b-action-btn.btn {
  font-size: 14px;
  gap: 10px;
  height: 50px;
  font-weight: 500;
  padding: 0 40px;
}
.msite5b-action-btn svg{
  stroke: currentColor;
}
@media only screen and (max-width: 960px) {
  .msite5b-c {
    padding: 40px;
  }
}
@media only screen and (max-width: 760px) {
  .msite5b-c {
    min-height: 460px;
    padding: 30px 20px;
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }
  .msite5b-logo {
    border-radius: 10px;
    padding: 8px 14px;
  }
  .msite5b-logo img{
    width: auto;
    height: auto;
    max-width: 86px;
  }
  .msite5b-t1 {
    margin-top: 8px;
    font-size: 19px;
    font-weight: 300;
    line-height: 1.3;
  }
  .msite5b-t1 span {
    background: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    line-height: 1;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
  }
  .msite5b-t1 b {
    color: #000;
    font-weight: 500;
  }
  .msite5b-t2{
    display: none;
  }
  .msite5b-action {
    margin-top: 15px;
  }
  .msite5b-m {
    left: 50%;
    transform: translateX(-50%);
  }

  .msite5b-p1 {
    left: -170px;
    bottom: auto;
    top: -230px;
    transform: rotate(190deg);
  }
  .msite5b-p2 {
    top: -350px;
    left: -280px;
    bottom: auto;
    transform: rotate(160deg) scaleX(-1);
  }
  .msite5b-p3 {
    right: -270px;
    top: -230px;
  }
  .msite5b-p4 {
    right: -270px;
    top: -300px;
    transform: rotate(-200deg);
  }
}
/* End */


/* Start:/local/components/skadium/editor.blocks/templates/.default/assets/css/toggle.css?1744374650788*/
.sp-accordion-item {
	border-bottom: 1px solid #DADCDD;
}
.sp-accordion-item-header {
	min-height: 80px;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 15px 0;
	cursor: pointer;
	transition: color .2s;
}
.sp-accordion-item-header.active,
.sp-accordion-item-header:hover{
	color: #EB2549;
}
.sp-accordion-item-header-title{
	font-size: 19px;
	font-weight: 500;
}
.sp-accordion-item-header-icon {
	stroke: currentColor;
	margin-left: auto;
	flex-shrink: 0;
	transition: transform .2s, color .2s;
}
.sp-accordion-item.active .sp-accordion-item-header-icon{
	transform: rotate(45deg);
}
.sp-accordion-item-content {
	padding-bottom: 30px;
}
@media only screen and (max-width: 760px) {
	.sp-accordion-item-header-title {
		font-size: 17px;
	}
}
/* End */


/* Start:/local/components/skadium/editor.blocks/templates/.default/assets/css/msite.css?174437465052*/
.msite {
	margin-top: 2em;
	margin-bottom: 2em;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/msite/style.css?17443746501085*/
.msite {
	display: flex;
	align-items: center;
	padding: 15px;
	border-radius: 8px;
	color: #fff;
	background: linear-gradient(190deg, #94B33D 13.77%, #8DAB3B 92.47%);
}
.msite-logo{
	transition: opacity .2s;
}
.msite-logo:hover{
	opacity: .7;
}
.msite-t {
	max-width: 260px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px solid rgba(255,255,255,.2);
	font-size: 13px;
	line-height: 1.2;
}
.msite-action {
	margin-left: auto;
	flex-shrink: 0;
}
.msite-action-btn.btn {
	height: 36px;
	padding: 0 20px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
	border-radius: 6px;
	background: #fff;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	transition: background-color .2s, box-shadow .2s;
}
.msite-action-btn.btn:hover{
	background: #eee;
	box-shadow: none;
}
@media only screen and (max-width: 760px) {
	.msite {
		flex-direction: column;
		padding: 30px 15px;
		text-align: center;
		gap: 14px;
	}
	.msite-t {
		margin-left: 0;
		padding-left: 0;
		border-left: none;
	}
	.msite-action {
		margin-left: 0;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17443746512132*/
.pagination {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #CFD9DF;
	display: flex;
	align-items: center;
}
.pagination-more {
	margin-left: auto;
	order: 1;
}
.pagination-btn-more {
	position: relative;
	display: flex;
	align-items: center;
	gap: 8px;
	cursor: pointer;
	color: #045BAA;
	font-weight: 500;
	transition: color .2s;
}
.pagination-btn-more svg {
	stroke: currentColor;
}
.pagination-num {
	display: flex;
	align-items: center;
	gap: 30px;
}
.pagination-list {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pagination-list li:first-child .pagination-list-link {
	padding-left: 0;
}
.pagination-list li:last-child .pagination-list-link {
	padding-right: 0;
}
.pagination-list-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding-left: 15px;
	padding-right: 15px;
	font-weight: 500;
	color: #045BAA;
	text-decoration: none;
	border-radius: 50%;
	cursor: pointer;
	transition: color .2s, background .2s, border .2s;
}
.pagination-btn-more:hover,
.pagination-pn-link:hover,
a.pagination-list-link:hover {
	color: #EB2549;
}
span.pagination-list-link {
	color: #000;
}
.pagination-pn-link {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 4px;
	color: #045BAA;
	font-weight: 500;
	transition: color .2s, background .2s, border .2s;
}
.pagination-pn-link svg {
	stroke: currentColor;
}

@media only screen and (max-width: 960px) {
	.pagination-num {
		gap: 20px;
	}
	.pagination-list-link {
		padding-left: 8px;
		padding-right: 8px;
	}
}
@media only screen and (max-width: 760px) {
	.pagination {
		margin-top: 15px;
		padding-top: 0;
		border-top: none;
		flex-direction: column;
		gap: 0;
	}
	.pagination-pn {
		display: none;
	}
	.pagination-more {
		margin: 0;
		width: 100%;
	}
	.pagination-btn-more {
		display: flex;
		align-items: center;
		justify-content: center;
		height: 44px;
		font-size: 15px;
		border-radius: 5px;
		background: #EEF1F4;
	}
	.pagination-btn-more svg {
		width: 16px;
		height: auto;
	}
}
/* End */


/* Start:/local/components/skadium/comment/templates/.default/style.css?17443746503653*/
.comments{
	position: relative;
	margin-top: 24px;
	border-radius: 8px;
	background: #FFF;
	padding: 55px 70px;
	box-shadow: 0px 27px 59px 0px rgba(5, 112, 158, 0.05);
}
.comments-header{
	position: relative;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 20px;
}
.comments-h{
	position: relative;
	gap: 6px;
}
.comments-logout {
	position: relative;
	top: -8px;
}
.comments-h-t1{
	white-space: nowrap;
}
.comments-h-badge{
	position: relative;
	top: -20px;
	display: inline-flex;
	padding: 8px 12px;
	border-radius: 500px;
	background: #0D0D0D;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1;
}
.comments-logout-link{
	position: relative;
	color: #045BAA;
	font-size: 17px;
	font-weight: 500;
	border-bottom: 1px solid rgba(4, 91, 170, .3);
	transition: border .2s, color .2s;
}
.comments-logout-link:hover{
	color: #EB2549;
	border-bottom-color: transparent;
}
textarea.comments-form-input{
	background: transparent;
	box-shadow: none;
	border-color: #DADCDD;
	font-size: 17px;
	height: 180px;
	background: #fff;
	padding: 20px;
}

.comments-form-control{
	margin-top: 17px;
	display: flex;
	align-items: center;
}
.comments-form-submit {
	margin-left: auto;
	height: 50px;
	width: 160px;
	padding: 0;
	background-image: linear-gradient(164deg, #49BE38 10%, #30A11F 50%);
}
.comments-form-auth{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	gap: 12px;
}
.comments-form-auth-h{
	color: #777;
	font-size: 15px;
}
.comments-form-auth .auth-socserv {
	flex-direction: row;
}
.comments-form-auth .auth-socserv-link {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 34px;
	width: 34px;
	padding: 0;
	border-radius: 50%;
}
.comments-form-auth .auth-socserv-link-t {
	display: none;
}
.comments-form-auth .auth-socserv-link-iw {
	background: transparent !important;
	width: 100%;
	height: 100%;
}
.comments-form-auth .auth-socserv-link-iw svg {
	fill: #fff;
	height: auto;
	width: 10px;
}
.comments-form-auth .auth-socserv-link_google{
	border: none;
	background-image: linear-gradient(165deg, #EAADA4 5%, #C5331E 50%);
}
.comments-form-auth .auth-socserv-link_google svg {
	width: 16px;
}
.comments-form-auth .auth-socserv-link_vk svg {
	width: 17px;
}
.comments-form-auth .auth-socserv-link_tg svg {
	width: 15px;
}
.comments-form-auth-btn{
	height: 52px;
	padding: 0 25px;
	font-size: 15px;
}

.comments-list{
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 35px;
}
.comments-list-item {
	position: relative;
}
.comments-list-item .comments-list-item{
	margin-left: 30px;
	margin-top: 35px;
}
.comments-list-item .comments-list-item:before{
	content: '';
	position: absolute;
	top: -25px;
	left: -30px;
	width: 2px;
	height: 45px;
	background: #DADCDD;
}
.comments-list-item .comments-list-item:after{
	content: '';
	position: absolute;
	top: 18px;
	left: -30px;
	height: 2px;
	width: 20px;
	background: #DADCDD;
}
.comments-list .comments-form{
	margin-top: 20px;
}
.comments-list textarea.comments-form-input {
	height: 120px;
	background: #fff;
}

@media only screen and (max-width: 1260px) {
	.comments {
		margin-top: 45px;
		border-radius: 0;
		background: transparent;
		padding: 0;
		box-shadow: none;
	}
}
@media only screen and (max-width: 760px) {
	.comments-header {
		margin-bottom: 15px;
	}
	.comments-form-control {
		margin-top: 8px;
	}
	.comments-form-submit {
		width: 150px;
		font-size: 15px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/aside-tg/style.css?1744374650650*/
.w1478-link {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 20px;
	gap: 12px;
	border-radius: 8px;
	background: linear-gradient(164deg, #56cdf3 10%, #00b2ff 50%);
	background-size: 200% 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	transition: background .2s;
}
.w1478-link:hover{
	background-position-x: 100%;
}
.w1478-link-thumb {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	color: #3DB9E6;
	overflow: hidden;
}
.w1478-link-thumb svg{
	fill: currentColor;
}

/* End */


/* Start:/local/components/skadium/include.block/templates/_aw/style.css?1744374650209*/
.aw-head {
	margin-bottom: 15px;
}
.aw-h {
	font-size: 21px;
	font-weight: 500;
	line-height: 1.1;
}
.aw-h-link {
	color: inherit;
	transition: color .2s;
}
.aw-h-link:hover{
	color: #EB2549;
}

/* End */


/* Start:/local/components/skadium/include.block/templates/aside-news/style.css?1744374650358*/
.wnews {
	border-radius: 8px;
	background: #FFF;
	padding: 20px;
	box-shadow: 0px 27px 59px 0px rgba(5, 112, 158, 0.05);
}
.wnews .list{
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.wnews .items-news.s147 .list{
	gap: 20px;
}
.wnews .items-news.s147 .list-item:nth-child(n+2){
	border-top: 1px solid #CFD9DF;
	padding-top: 20px;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/news-item/style.css?17443746509212*/
.news-item{
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 12px;
	height: 100%;
	container: news-item / inline-size;
}
.news-item.hover{
	cursor: pointer;
}
.news-item-thumb{
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
.news-item-thumb picture{
	display: block;
	position: relative;
	padding-bottom: 56.6%;
	overflow: hidden;
}
.news-item-thumb picture:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(45deg, transparent 74%, #000);
}
.news-item-thumb img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s;
}
.news-item.hover .news-item-thumb img{
	transform: scale(1.05);
}
.news-item-badges{
	position: absolute;
	left: 8px;
	top: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	z-index: 1;
}
.news-item-badge{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 26px;
	padding: 0 12px;
	gap: 8px;
	border-radius: 6px;
	background: rgba(0, 0, 0, .6);
	font-size: 13px;
	font-weight: 500;
	color: #fff;
}
.news-item-badge svg{
	fill: currentColor;
}
.news-item-thumb-more{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s, visibility .2s;
}
.news-item.hover .news-item-thumb-more{
	opacity: 1;
	visibility: visible;
}
.news-item-thumb-more-link{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 24px;
	border-radius: 5px;
	background: #fff;
	color: #000;
	font-size: 13px;
	font-weight: 500;
}
.news-item-body{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.news-item-title{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
	overflow: hidden;
	max-height: calc(1em* 3* 1.3);
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.news-item-video {
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	height: 18px;
	padding: 0 5px;
	gap: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	background: rgba(0, 0, 0, .6);
	transition: background-color .2s, color .2s;
}
.news-item-video svg{
	fill: currentColor;
}
.news-item-title-link{
	color: inherit;
	transition: color .2s;
}
.news-item.hover .news-item-title-link,
.news-item-title-link:hover{
	color: #EB2549;
}
.news-item-text{
	color: #838C92;
	font-size: 15px;
	max-height: calc(1em* 3* 1.3);
	line-height: 1.3;
	overflow: hidden;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.news-item-meta{
	display: flex;
	align-items: center;
	gap: 8px;
	color: #838C92;
	font-size: 15px;
}
.news-item-cats,
.news-item-date {
	display: flex;
	align-items: center;
	gap: 8px;
}
.news-item-date{
	flex-shrink: 0;
}
.news-item-cats:after{
	content: '';
	flex-shrink: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #838C92;
}
.news-item-cat{
	color: inherit;
	line-height: 1;
	transition: color .2s;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news-item-cat:hover{
	color: #EB2549;
}
.news-item-controls {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.news-item-badges {
	left: 6px;
	top: 6px;
}
.news-item-fav,
.news-item-attach{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	cursor: pointer;
	color: #ddd;
	transition: color .2s
}
.news-item-fav.is-favourite,
.news-item-fav:hover{
	color: #EB2549;
}
.news-item-fav svg{
	fill: currentColor;
}
.news-item-attach svg{
	stroke: currentColor;
}
.news-item-rauthor{
	display: none;
}
.news-item-author {
	display: flex;
	align-items: center;
	gap: 8px;
	color: inherit;
}
.news-item-author picture{
	width: 28px;
	height: 28px;
	border-radius: 50%;
	overflow: hidden;
}
.news-item-author picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news-item-author-t {
	font-size: 14px;
	line-height: 1.3;
	border-bottom: 1px dashed rgba(0, 0, 0, .5);
	transition: border .2s, color .2s
}
.news-item-author:hover .news-item-author-t{
	border-bottom-color: transparent;
	color: #EB2549;
}

.items-news.xs .news-item-body {
	gap: 4px;
}
.items-news.xs .news-item-title {
	font-size: 15px;
}
.items-news.xs .news-item-meta{
	font-size: 13px;
}
.items-news.xs .news-item-video{
	display: none;
}
.items-news.xs .news-item-text{
	display: none;
}
.items-news.xs .news-item-badge {
	height: 20px;
	padding: 0 8px;
	gap: 4px;
	font-size: 11px;
}
.items-news.xs .news-item-badge svg {
	width: 9px;
	height: auto;
}
.items-news.xs .news-item-fav,
.items-news.xs .news-item-attach {
	width: 36px;
	height: 36px;
}
.items-news.xs .news-item-cats{
	display: none;
}

.items-news.ver .news-item-cats{
	max-width: calc(100% - 100px);
}


.items-news.hor.xs .news-item{
	flex-direction: row;
	align-items: flex-start;
}
.items-news.hor.xs .news-item-badges,
.items-news.hor.xs .news-item-date:after,
.items-news.hor.xs .news-item-readtime{
	display: none;
}
.items-news.hor.xs .news-item-thumb {
	flex-shrink: 0;
	width: 42px;
}
.items-news.hor.xs .news-item-thumb picture{
	border-radius: 6px;
	padding-bottom: 100%;
}
.items-news.hor.xs .news-item-thumb-more-link,
.items-news.hor.xs .news-item-badges{
	display: none;
}
.items-news.hor.xs .news-item-body {
	flex-grow: 1;
}
.items-news.hor.xs .news-item-title {
	max-height: calc(1em* 2* 1.3);
	-webkit-line-clamp: 2;
}
.items-news.hor.xs .news-item-controls{
	display: none;
}
.items-news.hor.xs .news-item-meta{
	font-size: 13px;
	order: 1;
}


.items-news.hor.lg .news-item{
	height: auto;
	flex-direction: row;
	gap: 20px;
	border-radius: 8px;
	border: 1px solid #DADCDD;
	padding: 30px;
}
.items-news.hor.lg .news-item-thumb {
	flex-basis: 35%;
}
.items-news.hor.lg .news-item-thumb picture{
	height: 100%;
}
.items-news.hor.lg .news-item-thumb picture:after{
	display: none;
}
.items-news.hor.lg .news-item-body {
	position: relative;
	flex-basis: 65%;
	padding-right: 35px;
}
.items-news.hor.lg .news-item-title {
	padding-right: 0;
}
.items-news.hor.lg .news-item-meta {
	margin-top: auto;
}
.items-news.hor.lg .news-item-rauthor {
	display: block;
}
.items-news.hor.lg .news-item-controls {
	right: -15px;
	top: -15px;
}

.items-news.st-bg .news-item-thumb {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.items-news.st-bg .news-item-thumb picture {
	padding-bottom: 0;
	height: 100%;
}
.items-news.st-bg .news-item-thumb picture:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
}
.items-news.st-bg .news-item-body {
	position: relative;
	height: 300px;
	padding: 30px;
	color: #fff;
	z-index: 1;
}
.items-news.st-bg .news-item-title{
	margin-top: auto;
	font-size: 21px;
}
.items-news.st-bg .news-item-date,
.items-news.st-bg .news-item-readtime,
.items-news.st-bg .news-item-text{
	display: none;
}
.items-news.st-bg .news-item-meta {
	color: rgba(255, 255, 255, .6);
	font-size: 14px;
}
.items-news.st-bg .news-item-cats:after{
	display: none;
}


.items-news.s147.xs .news-item-meta {
	order: 1;
}
.items-news.s147.xs .news-item-cats {
	display: block;
}
.items-news.s147 .news-item-date,
.items-news.s147 .news-item-readtime {
	display: none;
}
.items-news.s147 .list-item:nth-child(n+2) .news-item-thumb,
.items-news.s147 .list-item:nth-child(n+2) .news-item-badges,
.items-news.s147 .list-item:nth-child(n+2) .news-item-controls {
	display: none;
}

@media only screen and (max-width: 960px) {
	.items-news.hor.lg .news-item {
		padding: 20px;
	}
}

@media only screen and (max-width: 760px) {
	.news-item-meta {
		font-size: 13px;
	}
	.items-news.hor .news-item {
		align-items: flex-start;
	}
	.items-news.hor .news-item-thumb-more-link{
		display: none;
	}
	.items-news.hor.lg .news-item{
		padding: 15px;
		gap: 10px;
	}
	.items-news.hor.lg .news-item-thumb {
		flex-basis: 25%;
	}
	.items-news.hor.lg .news-item-thumb picture {
		height: auto;
	}
	.items-news.hor.lg .news-item-badge{
		display: none;
	}
	.items-news.hor.lg .news-item-body {
		flex-basis: 75%;
		padding: 0;
	}
	.items-news.hor.lg .news-item-rauthor {
		display: none;
	}

	.items-news.st-bg .news-item-body {
		height: 360px;
		padding: 25px;
	}
}
@media only screen and (max-width: 500px) {
	.items-news.hor.lg .news-item-cats {
		display: none;
	}
}
@media only screen and (max-width: 400px) {
	.items-news.hor.lg .news-item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.items-news.hor.lg .news-item-title {
		font-size: 17px;
	}
	.items-news.hor.lg .news-item-text {
		font-size: 13px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/aside-msite/style.css?17443746501206*/
.wmsite {
  position: relative;
  padding: 30px 20px;
  border-radius: 8px;
  height: 460px;
  background: #fff1dd;
  overflow: hidden;
  z-index: 1;
}
.wmsite-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
  pointer-events: none;
}
.wmsite-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wmsite-logo {
  padding: 8px 14px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
}
.wmsite-logo img {
  width: auto;
  height: auto;
  max-width: 86px;
}
.wmsite-text {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  text-align: center;
}
.wmsite-t1 {
  margin-top: 8px;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.3;
}
.wmsite-t1 span{
  background: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  line-height: 1;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
.wmsite-t1 b{
  font-weight: 500;
}
.wmsite-action-btn {
  margin-top: 15px;
  width: 100%;
  height: 50px;
  font-size: 14px;
}
.wmsite-action-btn svg {
  stroke: currentColor;
  flex-shrink: 0;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/snewslist/style.css?17443746501419*/
.snewslist{
	margin-top: 80px;
}
.snewslist-head {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 30px;
}
.snewslist-h-link {
	color: inherit;
	transition: color .2s;
}
.snewslist-h-link:hover{
	color: #EB2549;
}
.snewslist-wl {
	margin-left: auto;
	flex-shrink: 0;
}
.snewslist-wl-link {
	color: #135CAE;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
	transition: color .2s;
}
.snewslist-wl-link-i {
	flex-shrink: 0;
	fill: currentColor;
	stroke: currentColor;
	transform: rotate(-90deg);
}
.snewslist-wl-link:hover{
	color: #EB2549;
}
.snewslist .list{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
	gap: 35px 24px;
}
@media only screen and (max-width: 960px) {
	.snewslist {
		margin-top: 50px;
	}
	.snewslist-head {
		margin-bottom: 15px;
		align-items: flex-end;
	}
	.snewslist-wl {
		margin-bottom: 5px;
	}
	.snewslist-wl-link {
		font-size: 15px;
	}
}
@media only screen and (max-width: 760px) {
	.snewslist-wl {
		width: 40px;
	}
	.snewslist-wl-link {
		display: flex;
		align-items: center;
		gap: 6px;
		visibility: hidden;
	}
	.snewslist-wl-link.show{
		visibility: visible;
	}
	.snewslist-wl-link svg{
		stroke: currentColor;
		transform: rotate(-90deg);
	}
	.snewslist .list {
		grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
		gap: 25px 10px;
	}
}


/* End */


/* Start:/local/components/skadium/include.block/templates/ssubsocial/style.css?17443746503592*/
.ssubsocial {
	margin-top: 100px;
	position: relative;
	display: flex;
	align-items: center;
	height: 400px;
	z-index: 1;
}
.ssubsocial-bg{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 8px;
	background: linear-gradient(90deg, #C0E1FF 0%, #045BAA 100%);
	pointer-events: none;
	overflow: hidden;
	z-index: -1;
}
.ssubsocial-bg:before{
	content: '';
	position: absolute;
	left: -70%;
	top: -40px;
	width: 1070px;
	height: 1070px;
	border-radius: 50%;
	background: #135CAE;
	filter: blur(200px);
	opacity: .4;
}
.ssubsocial-content {
	position: relative;
	margin-left: auto;
	margin-right: 40px;
	max-width: 700px;
	width: 100%;
	background: #fff;
	padding: 35px;
	border-radius: 6px;
	z-index: 1;
}
.ssubsocial-t1 {
	font-size: 30px;
	line-height: 1.3;
}
.ssubsocial-t1 b{
	font-weight: 700;
	color: #045BAA;
}
.ssubsocial-t2 {
	margin-top: 20px;
	font-size: 15px;
	opacity: .6;
	line-height: 1.3;
}
.ssubsocial-action{
	margin-top: 10px;
	display: flex;
	gap: 10px;
}
.ssubsocial-link {
	display: flex;
	align-items: center;
	height: 70px;
	padding: 0 30px;
	gap: 30px;
	border-radius: 8px;
	background-size: 200% 100%;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	transition: background .2s;
	z-index: 1;
}
.ssubsocial-link:hover{
	background-position-x: 100%;
}
.ssubsocial-link-thumb {
	flex-shrink: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 34px;
	height: 34px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
}
.ssubsocial-link-thumb svg{
	fill: currentColor;
}
.ssubsocial-link-tg{
	background-image: linear-gradient(164deg, #56cdf3 10%, #00b2ff 50%);
}
.ssubsocial-link-tg .ssubsocial-link-thumb{
	color: #3DB9E6;
}
.ssubsocial-link-vk{
	border-radius: 8px;
	background-image: linear-gradient(164deg, #77AEFC 10%, #4288ED 50%);
}
.ssubsocial-link-vk .ssubsocial-link-thumb{
	color: #4388EE;
}
.ssubsocial-p1 {
	position: absolute;
	left: 45px;
	bottom: 0;
	pointer-events: none;
}
@media only screen and (max-width: 1500px) {
	.ssubsocial-content {
		max-width: 620px;
	}
	.ssubsocial-p1 {
		left: 0;
	}
}
@media only screen and (max-width: 1260px) {
	.ssubsocial {
		align-items: flex-end;
		height: 600px;
	}
	.ssubsocial-content {
		max-width: 100%;
		margin-left: 40px;
		margin-bottom: 40px;
	}
	.ssubsocial-p1 {
		left: 0;
		right: 0;
		bottom: 200px;
		text-align: center;
	}
}

@media only screen and (max-width: 760px) {
	.ssubsocial {
		margin-top: 45px;
		align-items: center;
		height: auto;
		flex-direction: column;
	}
	.ssubsocial-bg{
		background: linear-gradient(146deg, #C0E1FF 22.48%, #045BAA 91%);
	}
	.ssubsocial-p1 {
		position: static;
		order: -1;
		max-width: 400px;
		margin: 20px auto 0;
	}
	.ssubsocial-content {
		width: auto;
		max-width: 100%;
		margin-left: 20px;
		margin-bottom: 20px;
		margin-right: 20px;
		padding: 20px;
	}
	.ssubsocial-t1 {
		font-size: 24px;
	}
	.ssubsocial-action {
		flex-direction: column;
	}
	.ssubsocial-link {
		justify-content: space-between;
		gap: 20px;
	}
	.ssubsocial-bg:before {
		left: -140px;
		top: -100px;
		opacity: .3;
		width: 263px;
		height: 1872px;
	}
}
@media only screen and (max-width: 400px) {
	.ssubsocial-link {
		gap: 10px;
		padding: 0 20px;
	}
}
@media only screen and (max-width: 360px) {
	.ssubsocial-content {
		margin-left: 10px;
		margin-right: 10px;
	}
	.ssubsocial-t1 {
		font-size: 20px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/footer/style.css?17443746503066*/
.rfooter{
	position: relative;
	padding: 70px 0;
	color: #838C92;
}
.rfooter:before{
	content: '';
	position: absolute;
	top: -30px;
	bottom: 0;
	left: 0;
	right: 0;
	background: #EDF3F8;
	z-index: -1;
}
.rf-r2{
	position: relative;
	display: flex;
	align-items: flex-start;
}
.rf-r2-c1{
	flex-grow: 1;
}
.rf-wer903{
	display: flex;
}
.rf-email-link{
	color: #045BAA;
	font-size: 19px;
	font-weight: 500;
	transition: color .2s;
}
.rf-email-caption{
	margin-top: 5px;
	font-size: 15px;
}
.rf-email-link:hover{
	color: #EB2549;
}
.rf-social{
	margin-left: 24px;
	padding-left: 24px;
	border-left: 1px solid #CFD9DF;
}
.rf-social img{
	width: 38px;
	height: 38px;
}
.rf-t284{
	margin-top: 30px;
	max-width: 640px;
	font-size: 15px;
	line-height: 1.5;
}
.rf-navcopyr {
	margin: 20px 0;
}
.rf-navcopyr .nav{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
}
.rf-navcopyr .nav-item{
	display: flex;
	align-items: center;
	gap: 10px;
}
.rf-navcopyr .nav-item:not(:first-child):before{
	content: '';
	flex-shrink: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(131, 140, 146, .5);
	overflow: hidden;
}
.rf-navcopyr .nav-link{
	font-size: 15px;
	color: inherit;
	transition: color .2s;
}
.rf-navcopyr .nav-link:hover{
	color: #EB2549;
}
.rf-finderror{
	margin-top: 20px;
}
.rf-r2-c2{
	display: flex;
	gap: 60px;
}
.rf-nav .nav-item + .nav-item{
	margin-top: 20px;
}
.rf-nav .nav-link-icon,
.rf-nav .nav .nav{
	display: none;
}
.rf-nav .nav-link {
	color: inherit;
	font-size: 16px;
	transition: color .2s, opacity .2s;
}
.rf-nav .nav-link.active,
.rf-nav .nav-link:hover{
	color: #EB2549;
}

.rf-r3{
	position: relative;
	margin-top: 50px;
	padding-top: 32px;
	border-top: 1px solid #CFD9DF;
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 20px;
}
.rf-t2489{
	font-size: 15px;
	line-height: 1.5;
}
@media only screen and (max-width: 1260px) {
	.rf-r2 {
		align-items: stretch;
		flex-direction: column;
		gap: 50px;
	}
	.rf-r2-c2 {
		gap: 50px;
		width: 100%;
	}
	.rf-menu {
		flex-basis: 50%;
	}
	.rf-nav {
		width: 100%;
	}
	.rf-nav ul{
		column-count: 2;
	}
	.rf-t284 {
		max-width: 100%;
	}
}
@media only screen and (max-width: 960px) {
	.rf-nav ul {
		column-count: 1;
	}
}
@media only screen and (max-width: 760px) {
	.rfooter {
		padding: 30px 0 100px;
	}
	.rf-wer903 {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}
	.rf-social {
		width: 100%;
		padding: 0;
		margin: 0;
		border: none;
		order: -1;
	}
	.rf-social img {
		width: 44px;
		height: 44px;
	}
	.rf-t284 {
		margin-top: 20px;
	}
	.rf-navcopyr .nav {
		gap: 10px;
	}
	.rf-navcopyr .nav-link {
		border-bottom: 1px solid #CFD9DF;
	}
	.rf-navcopyr .nav-item:not(:first-child):before {
		display: none;
	}
	.rf-r2-c2,
	.rf-finderror{
		display: none;
	}
	.rf-r3 {
		margin-top: 20px;
		padding-top: 20px;
		flex-direction: column;
		gap: 20px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/social/style.css?1744374650228*/
.social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.social-link{
	position: relative;
	display: flex;
	transition: opacity .2s;
}
.social-link:hover{
	opacity: .7;
}
.social-link svg{
	fill: currentColor;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/find-error/style.css?1744374650535*/
.finderror {
	display: flex;
	align-items: baseline;
	justify-content: center;
	gap: 7px;
	width: 220px;
	padding: 12px 0;
	cursor: pointer;
	border-radius: 8px;
	border: 1px solid #CFD9DF;
	color: #838C92;
	transition: background-color .2s, color .2s, border .2s;
}
.finderror:hover{
	background: #CFD9DF;
}
.finderror-i {
	position: relative;
	top: 2px;
	flex-shrink: 0;
	fill: currentColor;
}
.finderror-t1 {
	font-size: 15px;
	font-weight: 500;
}
.finderror-t2 {
	margin-top: 6px;
	font-size: 13px;
}

/* End */


/* Start:/local/components/skadium/include.block/templates/dev/style.css?1744374650234*/
.sitedev {
	display: inline-flex;
	align-items: center;
	gap: 12px;
}
.sitedev-t1{
	display: none;
}
.sitedev-link {
	fill: currentColor;
	color: inherit;
	transition: opacity .2s;
}
.sitedev-link:hover{
	opacity: .7;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/btn-to-up/style.css?1744374650792*/
.btn-to-up {
	position: fixed;
	right: 2%;
	bottom: 10%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	transition: background-color .2s, visibility .2s, opacity .2s;
	z-index: 5;
	transition: background .2s;
}
.btn-to-up.show{
	visibility: visible;
	opacity: 1;
}
.btn-to-up svg{
	fill: currentColor;
}
.btn-to-up:hover{
	background: rgba(0, 0, 0, 0.6);
}
@media only screen and (max-width: 760px) {
	.btn-to-up {
		display: none;
		position: absolute;
		right: 50%;
		bottom: 100%;
		transform: translate(50%, 50%);
		border: 5px solid #fff;
		opacity: 1;
		visibility: visible;
	}
}
/* End */


/* Start:/local/components/skadium/page/templates/blog/assets/css/detail.css?1744374650679*/
.rlayout {
	max-width: 1260px;
	margin-left: auto;
	margin-right: auto;
	gap: 40px;
	grid-template-columns: calc(100% - 300px) 260px;
}
.sslidernews{
	margin-top: 75px;
}
.sfeednews{
	margin-top: 85px;
}
@media only screen and (max-width: 1260px) {
	.rlayout {
		max-width: 100%;
		display: block;
	}
	.sslidernews {
		margin-top: 60px;
	}
	.sfeednews {
		margin-top: 50px;
	}
}
@media only screen and (max-width: 760px) {
	.rlayout {
		margin-top: 0;
	}
	.menuicons {
		display: none;
	}
	.breadcrumbs {
		position: relative;
		z-index: 2;
	}
	.breadcrumbs-list {
		color: #fff;
	}
	.breadcrumbs-link .text {
		border-bottom: none;
	}
}
/* End */
/* /local/templates/.default/assets/css/core.css?174437465136564 */
/* /local/components/skadium/include.block/templates/mobile-controls/style.css?17443746501604 */
/* /local/components/skadium/notification/templates/header/style.css?17443746505605 */
/* /local/components/skadium/include.block/templates/header/style.css?17443746506218 */
/* /local/components/skadium/include.block/templates/logo/style.css?1744374650177 */
/* /local/components/skadium/include.block/templates/categories-top/style.css?17443746501935 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17443746513233 */
/* /local/templates/.default/components/bitrix/news.detail/article/style.css?17443746519689 */
/* /local/components/skadium/include.block/templates/share/style.css?17443746502446 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/tree.css?17443746501913 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/list.css?174437465059 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/image.css?1744374650281 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/warning.css?1744374650553 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/alert.css?1744374650536 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/msitebanner.css?174437465052 */
/* /local/components/skadium/include.block/templates/msitebanner/style.css?17443746503562 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/toggle.css?1744374650788 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/msite.css?174437465052 */
/* /local/components/skadium/include.block/templates/msite/style.css?17443746501085 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17443746512132 */
/* /local/components/skadium/comment/templates/.default/style.css?17443746503653 */
/* /local/components/skadium/include.block/templates/aside-tg/style.css?1744374650650 */
/* /local/components/skadium/include.block/templates/_aw/style.css?1744374650209 */
/* /local/components/skadium/include.block/templates/aside-news/style.css?1744374650358 */
/* /local/components/skadium/include.block/templates/news-item/style.css?17443746509212 */
/* /local/components/skadium/include.block/templates/aside-msite/style.css?17443746501206 */
/* /local/components/skadium/include.block/templates/snewslist/style.css?17443746501419 */
/* /local/components/skadium/include.block/templates/ssubsocial/style.css?17443746503592 */
/* /local/components/skadium/include.block/templates/footer/style.css?17443746503066 */
/* /local/components/skadium/include.block/templates/social/style.css?1744374650228 */
/* /local/components/skadium/include.block/templates/find-error/style.css?1744374650535 */
/* /local/components/skadium/include.block/templates/dev/style.css?1744374650234 */
/* /local/components/skadium/include.block/templates/btn-to-up/style.css?1744374650792 */
/* /local/components/skadium/page/templates/blog/assets/css/detail.css?1744374650679 */
