

/* Start:/local/templates/.default/assets/css/core.css?174281361239571*/
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;*/
}

:root {
	--c1: #135CAE;
	--c2: #F54B30;
	--c1_hover: #09346d;
	--c2_hover: #d73e26;

	--c1_rgb: 24, 82, 151;
	--c2_rgb: 255, 106, 0;
}

@font-face{
	font-family: Inter;
	font-display: fallback;
	src:
		url('/local/templates/.default/assets/fonts/Inter-Regular.woff2') format('woff2'),
		url('/local/templates/.default/assets/fonts/Inter-Regular.woff') format('woff');
	font-weight: 400;
	font-style:normal
}
@font-face{
	font-family: Inter;
	font-display: fallback;
	src:
		url('/local/templates/.default/assets/fonts/Inter-Medium.woff2') format('woff2'),
		url('/local/templates/.default/assets/fonts/Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style:normal
}
@font-face{
	font-family: Inter;
	font-display: fallback;
	src:
		url('/local/templates/.default/assets/fonts/Inter-SemiBold.woff2') format('woff2'),
		url('/local/templates/.default/assets/fonts/Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style:normal
}
@font-face {
	font-family: Inter;
	font-display: fallback;
	src:
		url('/local/templates/.default/assets/fonts/Inter-Bold.woff2') format('woff2'),
		url('/local/templates/.default/assets/fonts/Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}
@font-face{
	font-family: 'CoFo Sans';
	font-display: fallback;
	src:
		url('/local/templates/.default/assets/fonts/CoFoSans-Medium.woff') format('woff'),
		url('/local/templates/.default/assets/fonts/CoFoSans-Medium.woff2') format('woff2');
	font-weight: 500;
	font-style:normal
}
@font-face{
	font-family: 'CoFo Sans';
	font-display: fallback;
	src:
		url('/local/templates/.default/assets/fonts/CoFoSans-Bold.woff') format('woff'),
		url('/local/templates/.default/assets/fonts/CoFoSans-Bold.woff2') format('woff2');
	font-weight: 700;
	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: Inter, 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;
}
html {
	-webkit-text-size-adjust: 100%;
}
html,
body {
	margin: 0;
	padding: 0;
	/*scrollbar-gutter: stable;*/
}
body {
	color: #000;
	font-family: Inter, 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: #fff;
	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: #135CAE;
	border-bottom: 1px solid 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;
}

a.link-phone{
	white-space: nowrap;
}

.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 solid;
}
.link_st1_theme1 {
	color: #135CAE;
	border-bottom-color: rgba(19, 92, 174, .2);
}
.link_st1_theme1:hover {
	color: #F54B30;
}
.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: 5px;
	height: 52px;
	background: #F5F5F5;
	color: #333;
	font-size: 15px;
	font-weight: 600;
	padding: 0 30px;
	overflow: hidden;
	transition: background .2s, color .2s;
}
.btn_st1:hover {
	background: #ddd;
}
.btn_st1_theme1{
	background-color: #135CAE;
	color: #fff;
}
.btn_st1_theme1:hover{
	background-color: #084b94;
}
.btn_st1_theme2{
	color: #fff;
	background-color: #1A1A1A;
}
.btn_st1_theme2:hover{
	background-color: #595959;
}
.btn_st1_theme3{
	color: #fff;
	background-color: #F54B30;
}
.btn_st1_theme3:hover{
	background-color: #d03720;
}
.btn_st1_theme4{
	color: #fff;
	background-color: #06AF2B;
}
.btn_st1_theme4:hover{
	background-color: #049223;
}
.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;
	height: 40px;
	min-height: 0;
	gap: 6px;
	padding: 0 16px;
	font-size: 15px;
	color: #9A9A9A;
	font-weight: 400 !important;
	border: 1px solid #DADCDD !important;
	transition: color .2s, background-color .2s;
}
.ui-sort.ui.selection.dropdown.active,
.ui-sort.ui.selection.dropdown:hover{

}
.ui-sort.ui.selection.dropdown>.text:not(.default) {
	color: inherit;
}
.ui-sort.ui.selection.visible.dropdown>.text:not(.default) {
	color: inherit;
}
.ui-sort.ui.selection.dropdown>.icon{
	fill: currentColor;
	transition: transform .2s
}
.ui-sort.ui.selection.active.dropdown>.icon {
	transform: rotate(-180deg);
}
.ui-sort.ui.selection.dropdown > .menu {
	min-width: 175px;
	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 #F54B30;
	border-right: 1.1em solid #F54B30;
	border-bottom: 1.1em solid #F54B30;
	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: 50px;
	padding: 0 16px;
	outline: none;
	color: #000;
	font-size: 15px;
	line-height: 1;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #B5B5B5;
	background: #fff;
}
textarea.form-input {
	line-height: 1.5;
	height: auto;
	padding: 15px;
	resize: none;
}
.form-label {
	display: block;
	color: #9A9A9A;
	font-size: 15px;
	font-weight: 500;
	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: 20px;
}
.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: 16px;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 2px;
	overflow: hidden;
	width: 25px;
	height: 18px;
}
.form-input-help{
	margin-top: 15px;
	color: #909090;
	line-height: 1.2;
}
.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: #9A9A9A;
	font-size: 15px;
	margin-bottom: 0;
	position: absolute;
	left: 16px;
	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: 12px;
	font-size: 10px;
}


.iti {
	position: relative;
	display: flex;
	align-items: center;
}
.iti--separate-dial-code .iti__selected-flag{
	background: transparent;
}
.iti__flag-container {
	position: static;
	padding: 0;
	height: 100%;
}
.iti__selected-flag {
	position: absolute;
	top: 0;
	padding: 0 0 0 16px;
	font-size: 15px;
	font-weight: 500;
}
.iti--separate-dial-code .iti__selected-dial-code {
	order: 1;
}
.iti__country-list{
	top: 100%;
	left: 0;
	right: 0;
	overflow: auto;
	scrollbar-width: thin;
	border: 1px solid rgba(162, 169, 173, 0.3);
	margin: 0;
	overflow-x: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.iti__country-list--dropup{
	top: auto;
	bottom: 100%;
}
.iti__country-list::-webkit-scrollbar-track {
	background: #eee;
}
.iti__country-list::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #eee;
}
.iti__country-list::-webkit-scrollbar-thumb {
	background: #666;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag{
	background: transparent;
}
.iti-mobile .iti--container {
	z-index: 99992;
}
.iti-mobile .iti__country-list{
	top: auto;
}


.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: 35%;
	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: 1.5em;
	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: 700;
}
.wysiwyg > .sp-delimiter{
	text-align: center;
	margin: 2em 0;
}
.wysiwyg > .sp-delimiter:before{
	display: inline-block;
	content: "***";
	font-size: 1.25em;
	height: 1em;
	letter-spacing: .2em;
	opacity: .5;
}
.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;
	width: 30px;
	height: auto;
}
.attach-media-message-t1 {
	margin-top: 15px;
	font-size: 17px;
	line-height: 1.25;
	font-weight: 500;
}
.attach-media-message-t2 {
	margin-top: 6px;
	font-size: 15px;
	line-height: 1.25;
	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: 5px;
	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 {
	position: relative;
	display: flex;
	overflow: auto;
}
.tabs-nav-link {
	flex-shrink: 0;
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.tabs-nav_st1 {
	position: relative;
	gap: 24px;
}
.tabs-nav_st1:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #DADCDD;
}
.tabs-nav_st1 .tabs-nav-link {
	color: #9A9A9A;
	font-size: 15px;
	font-weight: 500;
	padding-top: 15px;
	padding-bottom: 15px;
	transition: color .2s;
}
.tabs-nav_st1 .tabs-nav-link:hover,
.tabs-nav_st1 .tabs-nav-link.active {
	color: #000;
}
.tabs-nav_st1 .tabs-nav-link:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	height: 1px;
	z-index: 1;
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease;
}
.tabs-nav_st1 .tabs-nav-link:hover:after,
.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: 700;
}
.s-h4,
h4 {
	line-height: 1.2;
	font-size: 21px;
	font-weight: 700;
}
.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: #135CAE;
	font-size: 1em;
	font-weight: 500;
	cursor: pointer;
	z-index: 1;
	transition: color .2s;
}
.link-toggle:hover{
	color: #F54B30;
}
.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;
}



.page-head{
	position: relative;
	height: 380px;
	margin-bottom: 45px;
	background: #000;
	color: #fff;
	z-index: 1;
}
.page-head > picture{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: -1;
}
.page-head > picture:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
}
.page-head > picture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.page-head > .container{
	display: flex;
	flex-direction: column;
	height: 100%;
	padding-bottom: 40px;
}
.page-head h1{
	margin-top: auto;
}

.rlayout{
	display: grid;
	gap: 130px;
	grid-template-columns: calc(100% - 410px) 280px;
}
.raside{
	display: flex;
	flex-direction: column;
	gap: 30px;
}
.rcontent > h1{
	margin-bottom: 15px;
	display: flex;
	gap: 6px;
}
.rcontent > h1 .count{
	color: #9A9A9A;
	font-size: 16px;
	font-weight: 500;
	margin-top: 5px;
}

.rcontent {
	display: flex;
	flex-direction: column;
}
.rcontent > .categories146 {
	order: 5;
}
.rcontent > .contact142 {
	order: 5;
}


.shead {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	margin-bottom: 20px;
}
.shead-link {
	flex-shrink: 0;
	position: relative;
	top: -5px;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: #135CAE;
	font-size: 15px;
	font-weight: 500;
	transition: color .2s;
}
.shead-link-i {
	position: relative;
	top: 1px;
	flex-shrink: 0;
	fill: currentColor;
	transform: rotate(-90deg);
	width: 8px;
	height: auto;
}
.shead-link:hover{
	color: #F54B30;
}


.substg{
	margin-top: 50px;
}
.categories146{
	margin-top: 40px;
}
.contact142{
	margin-top: 40px;
}

.fancybox-slide--video{
	padding: 44px 0;
}
.fancybox-image{
	background: #fff;
	border-radius: 10px;
}

@media only screen and (max-width: 1500px) {
	.container {
		max-width: 1200px;
	}
	.rlayout {
		gap: 40px;
		grid-template-columns: calc(100% - 290px) 250px;
	}
}
@media only screen and (max-width: 1260px) {
	.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) {
	.custom-scroll::-webkit-scrollbar {
		width: 4px;
		height: 4px;
	}
	.mcs::-webkit-scrollbar {
		width: 0;
		height: 0;
		background: transparent;
	}
}

@media only screen and (max-width: 760px) {


	.attach-media-message-i1 {
		width: 30px;
		height: auto;
	}
	.attach-media-message-t1 {
		margin-top: 2px;
		font-size: 16px;
	}
	.attach-media-message-t1 br {
		display: none;
	}
	.attach-media-message-t2 {
		margin-top: 3px;
		font-size: 14px;
	}


	.s-h1,
	h1 {
		font-size: 25px;
	}
	.s-h2,
	h2 {
		font-size: 21px;
	}
	.s-h3,
	h3 {
		font-size: 18px;
	}
	.s-h4,
	h4 {
		font-size: 15px;
	}

	.wysiwyg {
		font-size: 15px;
	}
	.wysiwyg .table-wrap{
		margin: 0 -20px;
		padding: 0 20px;
	}
	.rbody {
		position: relative;
		border-radius: 5px;
		padding-top: 15px;
		padding-bottom: 40px;
		z-index: 2;
	}
	.rcontent > h1 {
		margin-bottom: 10px;
	}

	.shead {
		margin-bottom: 15px;
	}
	.shead-link {
		display: none;
	}


	.substg{
		margin-top: 40px;
	}
	.categories146{
		margin-top: 30px;
	}
	.contact142{
		margin-top: 30px;
	}
}
@media only screen and (max-width: 400px) {
	.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?17428136121910*/
.mobile-controls {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	color: #9A9A9A;
	z-index: 20;
} 
.mobile-controls:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background: #fff;
	z-index: -2;
	pointer-events: none;
	border-top: 1px solid #EEE;
	overflow: hidden;
}
.mobile-controls-item {
	position: relative;
	flex-grow: 1;
	flex-basis: 20%;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: center;
	justify-content: center;
	height: 60px;
	padding-bottom: 5px;
	cursor: pointer;
	color: inherit;
}
.mobile-controls-thumb{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 15px;
}
.mobile-controls-thumb svg {
	fill: currentColor;
}
.mobile-controls-badge {
	position: absolute;
	right: -8px;
	top: -4px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F54B30;
	color: #fff;
	text-align: center;
	font-size: 7px;
	font-weight: 500;
	opacity: 0;
	visibility: hidden;
}
.mobile-controls-badge.visible {
	opacity: 1;
	visibility: visible;
}
.mobile-controls-t{
	font-size: 8px;
}
.mobile-controls-item .preloader.trigger {
	top: 10px;
	bottom: auto;
	height: 20px;
}
.mobile-controls-item_catalog .mobile-controls-thumb {
	position: relative;
	width: 100%;
}
.mobile-controls-item_catalog .mobile-controls-thumb img{
	position: absolute;
	bottom: 0;
}
.mobile-controls-item_catalog .mobile-controls-thumb:before{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	border-radius: 3px;
	background: #F54B30;
	width: 50px;
	height: 15px;
	z-index: -1;
}
@media only screen and (min-width: 761px) {
	.mobile-controls{
		display: none;
	}
}
/* End */


/* Start:/local/components/skadium/notification/templates/header/style.css?17428136122371*/
.rheadnotifications{
	position: relative;
}
.headnotification {
	background: #135CAE;
	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;
	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: #F54B30;
}
.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;
}
@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;
	}
}
@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;
	}
}
@media only screen and (max-width: 340px) {
	.headnotification-link {
		padding: 0 8px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/header/style.css?174281361210250*/
.rheader {
	position: relative;
}
.rheader-float {
	display: contents;
}
.rh-flexnav{
	overflow: hidden;
}
.rh-flexnav.nav-is-init{
	overflow: visible;
}
.rh-flexnav .nav-1 {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
}
.rh-flexnav .nav-1 > .nav-item {
	position: relative;
	display: inline-block;
	align-items: center;
}
.rh-flexnav .nav-link{
	display: flex;
	align-items: center;
	gap: 4px;
	color: inherit;
	transition: color .2s, opacity .2s;
}
.rh-flexnav .nav-link-wrap-icon {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.rh-flexnav .nav-link-icon {
	width: 8px;
	height: 6px;
	transition: transform .3s;
}
.rh-flexnav .sub-nav {
	position: absolute;
	left: 0;
	top: 100%;
	width: 280px;
	z-index: 3;
	opacity: 0;
	visibility: hidden;
	transition: opacity .15s, visibility .15s;
}
.rh-flexnav .sub-nav .sub-nav{
	left: calc(100% - 5px);
	top: 0;
	bottom: 0;
	min-height: 100%;
}
.rh-flexnav .nav-item:hover > .sub-nav{
	visibility: visible;
	opacity: 1;
	transition: opacity .3s .2s, visibility .3s .2s;
}
.rh-flexnav .sub-nav > .nav{
	max-height: calc(100vh - 170px);
	min-height: 100%;
	padding: 10px 0 10px;
	overflow: auto;
	scrollbar-width: thin;
	background: #fff;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	color: #000;
}
.rh-flexnav .sub-nav > .nav::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.rh-flexnav .sub-nav .nav-link {
	height: auto;
	padding: 12px 25px;
	line-height: 1;
}
.rh-flexnav .sub-nav .nav-link-text{
	overflow: hidden;
	text-overflow: ellipsis;
}
.rh-flexnav .sub-nav .nav-link-icon{
	margin-left: auto;
	transform: rotate(-90deg);
}
.rh-flexnav .priority-nav__wrapper{
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	cursor: pointer;
}
.rh-flexnav .priority-nav__dropdown {
	right: -60px;
	top: 100%;
	max-height: calc(100vh - 100px);
	padding: 10px 0;
	width: 220px;
	background: #fff;
	color: #000;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	overflow: auto;
	scrollbar-width: thin;
	z-index: 3;
}
.rh-flexnav .priority-nav__dropdown::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.rh-flexnav .priority-nav__dropdown-toggle{
	background: transparent;
	outline: none;
	border: none;
	padding: 0;
	color: inherit;
	width: 16px;
	fill: currentColor;
	cursor: pointer;
}
.rh-flexnav .priority-nav__dropdown .nav-item{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.rh-flexnav .priority-nav__dropdown .nav-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px 20px;
	line-height: 1.1;
	height: auto;
	width: 100%;
}
.rh-flexnav .priority-nav__dropdown .nav-link-icon,
.rh-flexnav .priority-nav__dropdown .sub-nav{
	display: none !important;
}




.rheader-r1{
	position: relative;
	color: #fff;
	padding: 13px 0;
	display: flex;
	align-items: center;
}
.rheader-r1:before{
	content: '';
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	bottom: 0;
	background: #1A1A1A;
	z-index: -1;
}
.rh-logo{
	flex-shrink: 0;
}
.rh-city{
	flex-shrink: 0;
	margin-left: 12px;
}
.rh-city .city {
	position: relative;
	display: flex;
	align-items: center;
	gap: 6px;
	color: inherit;
	cursor: pointer;
	color: #9A9A9A;
	font-size: 14px;
	transition: color .2s
}
.rh-city .city-icon {
	flex-shrink: 0;
	fill: currentColor;
}
.rh-city .city:hover{
	color: #F54B30;
}
.rh-city .city-text{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 120px;
}
.rh-flexnav1{
	flex-grow: 1;
	display: flex;
	justify-content: center;
}
.rh-flexnav1 .nav {
	display: flex;
}
.rh-flexnav1 .nav-item {
	position: relative;
}
.rh-flexnav1 .nav-link {
	display: flex;
	align-items: center;
	height: 34px;
	padding: 0 16px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: transparent;
	border-radius: 5px;
	transition: color .2s, opacity .2s, background-color .2s, border .2s;
}
.rh-flexnav1 .nav-link.parent-active{
	color: var(--c2);
}
.rh-flexnav1 .nav-item:hover .nav-link{
	background: #3D3D3D;
}

.rh-dhe1 {
	flex-shrink: 0;
	position: relative;
}
.rh-dhe1 .preloader.trigger .preloader-loader {
	height: 50%;
}
.rh-dhe1-md{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 12px;
	height: 34px;
	cursor: pointer;
	color: #9A9A9A;
	transition: color .2s;
}
.rh-dhe1:hover .rh-dhe1-md,
.rh-dhe1-md:hover{
	color: #fff;
}
.rh-dhe1 svg{
	fill: currentColor;
}
.rh-phone{
	display: none;
}
.rh-menu-btn{
	width: 48px;
	padding: 0 !important;
	margin-left: 12px;
	border-radius: 5px;
	background: #3D3D3D;
}
.rh-menu-btn-i2{
	stroke: #F54B30;
	fill: transparent;
	display: none;
}
.rh-menu-btn.open .rh-menu-btn-i1{
	display: none;
}
.rh-menu-btn.open .rh-menu-btn-i2{
	display: block;
}
.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: #F54B30;
	color: #fff;
	text-align: center;
	font-size: 7px;
	font-weight: 600;
	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 20px 30px 0px rgba(0, 0, 0, 0.1);
	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;
	line-height: 1;
	color: inherit;
	border-radius: 5px;
	background: transparent;
	transition: color .2s, background-color .2s;
}
.rh-d1468-item-link.active,
.rh-d1468-item-link:hover{
	background: #F2F2F2;
}
.rh-d1468-item-link_logout{
	color: #135CAE;
	font-size: 15px;
	font-weight: 500;
}
.rh-d1468-item-link_logout:hover{
	color: #F54B30;
}

.rheader-r2 {
	position: relative;
	display: flex;
}
.rheader-r2:after{
	content: '';
	position: absolute;
	left: -50vw;
	right: -50vw;
	height: 1px;
	bottom: 0;
	background: #eee;
}
.rh-to-up {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	height: 48px;
	padding-right: 10px;
	color: #9A9A9A;
	cursor: pointer;
	transition: color .2s;
}
.rh-to-up svg{
	fill: currentColor;
}
.rh-to-up:hover{
	color: #000;
}
.rh-flexnav2 {
	flex-grow: 1;
}
.rh-flexnav2 .nav-link{
	display: flex;
	align-items: center;
	height: 48px;
	padding: 0 11px;
	color: #9A9A9A;
	font-size: 14px;
	font-weight: 500;
	transition: color .2s;
}
.rh-flexnav2 .nav-link.parent-active{
	color: var(--c2);
}
.rh-flexnav2 .nav-link:hover{
	color: #000;
}
.rh-flexnav2 .priority-nav__wrapper {
	color: #9A9A9A;
}
.rh-currency {
	flex-shrink: 0;
	margin-left: auto;
}
.rh-currency .currency {
	height: 48px;
}
.rh-currency .currency-drop {
	right: 0;
	left: auto;
	text-align: right;
}

.rheader-bread{
	display: none;
}

.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;
	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: 1500px) {
	.rh-logo .logo-slogan {
		font-size: 16px;
	}
	.rh-dhe1-md {
		padding: 0 10px;
	}
	.rh-flexnav1 .nav-link {
		padding: 0 10px;
	}
	.rh-flexnav2 .nav-link {
		padding: 0 8px;
	}
}
@media only screen and (max-width: 1260px) {
	.rh-flexnav1{
		display: none;
	}
	.rh-search{
		margin-left: auto;
	}
	.rh-dhe1-md {
		padding: 0px 15px;
	}
	.rh-currency-t-sep,
	.rh-currency-t2{
		display: none;
	}
}
@media only screen and (max-width: 760px) {
	.rheader {
		height: auto !important;
		padding: 8px 0 13px;
		z-index: 2;
	}
	.rheader-r1 {
		padding: 0;
		position: static;
	}
	.rheader-r1:before{
		bottom: -10px;
	}
	.rh-logo .logo-slogan,
	.rh-search,
	.rh-favor,
	.rh-user,
	.rh-nav{
		display: none;
	}
	.rh-dhe1-md {
		height: 32px;
	}
	.rh-city {
		flex-shrink: 0;
		margin-left: 10px;
		padding-left: 10px;
		border-left: 1px solid rgba(255,255,255,.3);
	}
	.rh-city .city {
		gap: 4px;
		font-size: 13px;
	}
	.rh-city .city-icon {
		width: 9px;
		height: auto;
	}
	.rh-dhe1-md {
		width: 50px;
		padding: 0;
		color: #fff;
	}

	.rh-phone {
		display: flex;
		margin-left: auto;
		background: #3D3D3D;
		border-radius: 5px;
	}
	.rh-menu-btn {
		margin-left: 8px;
	}

	.rheader-bread{
		display: flex;
		align-items: center;
		color: #9A9A9A;
		font-size: 10px;
		font-weight: 500;
		height: 28px;
	}
	.rheader-bread .breadcrumbs-list {
		gap: 4px;
		margin: 0 -20px;
		padding: 8px 20px;
		font-size: 10px;
		color: #fff;
	}
	.rheader-bread .breadcrumbs-item,
	.rheader-bread .breadcrumbs-link {
		gap: 4px;
	}
	.rheader-bread .breadcrumbs-link .icon-arrow,
	.rheader-bread .breadcrumbs-drop{
		display: none;
	}
	.rheader-bread .breadcrumbs-link .text {
		border-bottom: none;
	}

	.rheader-r2{
		display: none;
	}
	.rheader.is-fixed .rheader-float {
		position: static !important;
		display: contents;
	}
}
@media only screen and (max-width: 400px) {
	.rh-city {
		padding-left: 0;
		border-left: none;
	}
	.rh-city .city-text {
		width: 110px;
	}
}
@media only screen and (max-width: 360px) {
	.rh-city {
		display: none;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/logo/style.css?1742813612539*/
a.logo{
	display: inline-flex;
	align-items: center;
	gap: 7px;
	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;
}
.logo-slogan{
	display: inline-flex;
	align-items: center;
	height: 24px;
	padding: 0 6px 2px;
	border-radius: 3px;
	background: #fff;
	color: #1a1a1a;
	font-family: "CoFo Sans";
	font-size: 20px;
	font-weight: 500;
	letter-spacing: -0.4px;
	text-transform: lowercase;
	line-height: 1;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/currency/style.css?17428136121202*/
.currency {
	position: relative;
	display: flex;
	align-items: center;
	gap: 7px;
	color: #9A9A9A;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: color .2s;
}
.currency:hover{
	color: #000;
}
.currency-isym {
	fill: currentColor;
}
.currency-t-sep {
	margin-left: 4px;
	margin-right: 4px;
}
.currency-iarrow {
	fill: currentColor;
}
.currency:hover .currency-drop{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.currency-drop {
	position: absolute;
	left: 0;
	top: 100%;
	border-radius: 5px;
	background: #fff;
	color: #000;
	padding: 15px;
	box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	z-index: 10;
	transition: visibility .2s, opacity .2s, transform .2s;
}
.currency-drop-item-link {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	white-space: nowrap;
	font-size: 13px;
	padding: 8px 10px;
	line-height: 1;
	color: inherit;
	border-radius: 5px;
	background: transparent;
	transition: color .2s, background-color .2s;
}
.currency-drop-item-link.active,
.currency-drop-item-link:hover{
	background: #F2F2F2;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17428136123193*/
.breadcrumbs{
	margin: 10px 0;
}
.breadcrumbs-list {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	line-height: 1;
	margin: 0 -20px;
	padding: 10px 20px;
	font-size: 13px;
	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: 4px;
}
.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: #ddd;
}
a.breadcrumbs-link:hover .text{
	border-color: transparent;
}
span.breadcrumbs-link{
	color: #9A9A9A;
}
.breadcrumbs-link .icon-arrow{
	width: 6px;
	height: 4px;
	fill: currentColor;
}
.breadcrumbs-sep{
	flex-shrink: 0;
	width: 3px;
	height: 3px;
	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 20px 30px 0px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	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: inherit;
	transition: color .2s;
}
.breadcrumbs-bread-link:hover{
	color: #135CAE;
}
.breadcrumbs-bread-link_all{
	display: inline-block;
	color: #135CAE;
	border-bottom: 1px solid rgb(19 92 174 / 30%);
	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{
		display: none;
		margin: 5px 0;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/catalog/style.css?174281361212300*/
.detail-mfloat-btns,
.detail-back{
	display: none;
}
.detail-btn{
	display: flex;
	align-items: center;
	height: 36px;
	gap: 4px;
	padding: 0 16px;
	color: #343434;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #F6F6F6;
	background: #f5f5f5;
	box-shadow: none;
	cursor: pointer;
	transition: background-color .2s, color .2s, box-shadow .2s;
}
.detail-btn svg{
	stroke: currentColor;
}
.detail-fav.is-favourite svg {
	fill: currentColor;
}
.detail-btn:hover{
	background: #e5e5e5;
}
.detail-btn-t{
	color: #333;
	font-size: 13px;
	line-height: 1.3;
}
.detail-r1{
	position: relative;
	display: flex;
	align-items: baseline;
	margin-bottom: 24px;
}
.detail-r1:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #DADCDD;
}
.detail-tabnav.tabs-nav:after{
	display: none;
}
.detail-tabnav.tabs-nav .tabs-nav-link {
	padding-top: 18px;
	padding-bottom: 25px;
}
.detail-share {
	flex-shrink: 0;
	margin-left: auto;
}
.detail-share .share.ui.dropdown {
	background: #f5f5f5;
	box-shadow: none;
}
.detail-share .share.ui.dropdown:hover{
	background: #e5e5e5;
}
.detail-fav{
	margin-left: 10px;
	flex-shrink: 0;
}
.detail-media{
	display: grid;
	grid-template-columns: 2.5fr 1fr 1fr;
	gap: 12px;
	margin-bottom: 24px;
}
.detail-media-item{
	position: relative;
	overflow: hidden;
	cursor: zoom-in;
}
.detail-media-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .5s;
}
.detail-media-item:hover img{
	opacity: .7;
}
.detail-media-item:nth-child(1){
	grid-row: span 2;
}
.detail-media-item:nth-child(1) img{
	height: 372px;
}
.detail-media-item:nth-child(n+2) img{
	height: 180px;
}
.detail-media-item:nth-child(1){
	border-radius: 5px 0px 0px 5px;
}
.detail-media-item:nth-child(3){
	border-radius: 0px 5px 0px 0px;
}
.detail-media-item:nth-child(5){
	border-radius: 0px 0px 5px 0px;
}
.detail-media-item:nth-child(n+6){
	display: none;
}
.detail-media-more{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	z-index: 1;
	pointer-events: none;
	transition: opacity .2s, visibility .2s;
}
.detail-media-more svg{
	fill: currentColor;
}
.detail-media-num,
.detail-wmprops1,
.detail-wmprops2,
.detail-vcard-sf{
	display: none;
}
.detail-content {
	display: grid;
	grid-template-columns: calc(100% - 380px) 340px;
	gap: 40px;
}
.root-header-is-fixed-show .detail-vcard .vcard.ver.is_stuck{
	margin-top: 110px;
}
.detail-wr1{
	display: flex;
	gap: 8px;
	margin-bottom: 12px;
}
.detail-wt1{
	color: #9A9A9A;
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 15px;
}
.detail-wlinks{
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 40px;
}
.detail-wtitle{
	margin-bottom: 8px;
}
.detail-wmprops{
	color: #9A9A9A;
	font-size: 13px;
	line-height: 1.3;
}
.detail-section {
	margin-top: 45px;
}
.detail-section-head{
	margin-bottom: 20px;
}
.detail-section-sub-h,
.detail-section-sub-i{
	display: none;
}
.detail-descr{
	margin-top: 35px;
	font-size: 15px;
	padding-bottom: 35px;
	border-bottom: 1px solid #DADCDD;
}
.detail-props-item {
	margin-top: 12px;
	display: flex;
	align-items: baseline;
	gap: 10px;
}
.detail-props-item-name {
	color: #9A9A9A;
	text-overflow: ellipsis;
	font-size: 15px;
	line-height: 1.3;
}
.detail-props-item-dot {
	flex-grow: 1;
	border-bottom: 1px dashed;
	color: #9A9A9A;
	min-width: 8px;
}
.detail-props-item-val {
	flex-shrink: 0;
	font-size: 15px;
	line-height: 1.3;
	width: 200px;
}
.detail-props-item + .detail-docfile{
	margin-top: 25px;
}
.detail-docfile + .detail-docfile{
	margin-top: 12px;
}
.detail-docfile .link{
	font-size: 15px;
	font-weight: 500;
	border-bottom-style: dotted;
}
.detail-wleasing{
	margin-top: 45px;
}
.detail-complect-tt1{
	margin-top: 20px;
	color: #9A9A9A;
	font-size: 11px;
	line-height: 1.3;
}
.detail-video .sp-video {
	margin: 0;
}
.detail-video .sp-video iframe{
	max-height: 380px;
}
.detail-wfwa{
	margin-top: 45px;
}
@media only screen and (max-width: 1500px) {
	.detail-content {
		grid-template-columns: 100%;
		gap: 40px;
	}
	.detail-vcard {
		order: -1;
	}
	.detail-vcard .vcard {
		border: 1px solid #DADCDD;
		box-shadow: none;
	}
	.detail-vcard .vcard.ver .vcard-btns {
		flex-direction: row;
	}
}
@media only screen and (max-width: 960px) {
	.detail-r1 .detail-share,
	.detail-r1 .detail-btn{
		display: none !important;
	}
	.detail-vcard {
		position: relative;
	}
	.detail-vcard-sf {
		right: 30px;
		top: 30px;
		position: absolute;
		display: flex;
	}
}
@media only screen and (max-width: 760px) {
	.detail {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.detail-back{
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		color: #000;
		background: #fff;
		border-radius: 5px;
		overflow: hidden;
		stroke: currentColor;
		cursor: pointer;
	}
	.detail-r1 {
		position: absolute;
		top: 0;
		right: 0;
		margin-bottom: 0;
		z-index: 2;
	}
	.detail-r1:after{
		display: none;
	}
	.detail-r1 .detail-share,
	.detail-r1 .detail-btn {
		display: flex !important;
	}
	.detail-r1 .detail-fav {
		margin-left: 5px;
	}
	.detail-r1 .detail-btn-t,
	.detail-r1 .share.ui.dropdown .share-text {
		display: none;
	}
	.detail-r1 .detail-share .share.ui.dropdown,
	.detail-r1 .detail-btn {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		padding: 0;
		color: #000;
		border: none;
		background: #fff;
	}
	.detail-r1 .detail-btn svg,
	.detail-r1 .share.ui.dropdown .icon {
		width: 16px;
		height: auto;
	}
	.detail-tabnav {
		display: none;
	}
	.detail-media {
		order: -1;
		display: flex;
		gap: 10px;
		margin-bottom: 15px;
		margin-top: -15px;
		margin-right: -20px;
		margin-left: -20px;
		padding-left: 0;
		padding-right: 0;
		border-radius: 5px 5px 0 0;
		overflow: auto;
	}
	.detail-media-item {
		flex-shrink: 0;
		position: relative;
		overflow: hidden;
		cursor: zoom-in;
		width: 360px;
		border-radius: 0 !important;
	}
	.detail-media-item picture{
		position: relative;
		display: block;
		padding-bottom: 70%;
		overflow: hidden;
	}
	.detail-media-item img {
		position: absolute;
	}
	.detail-media-item:nth-child(n) img {
		height: 100%;
	}
	.detail-media .detail-media-more{
		display: none;
	}
	.detail-media .detail-media-item:nth-child(n){
		display: block;
	}
	.detail-media-num {
		position: absolute;
		right: 20px;
		bottom: 20px;
		display: flex;
		align-items: center;
		justify-content: center;
		height: 20px;
		padding: 0 8px;
		border-radius: 5px;
		background: rgba(0, 0, 0, .6);
		color: #FFF;
		font-size: 10px;
		font-weight: 500;
		z-index: 1;
	}
	.detail-vcard-sf{
		display: none;
	}
	.detail h1 {
		font-size: 21px;
	}
	.detail-wmprops1{
		display: flex;
		gap: 12px;
		order: -1;
		margin-bottom: 8px;
	}
	.detail-wmprops1-prop {
		color: #9A9A9A;
		font-size: 13px;
	}
	.detail-wmprops1-prop_available.in {
		color: #039400;
	}
	.detail-wmprops1-prop_location{
		margin-left: auto;
	}
	.detail-wmprops2{
		display: block;
		margin-top: 5px;
	}

	.detail-content {
		gap: 0;
		margin-top: 15px;
	}
	.detail-wysiwyg {
		display: flex;
		flex-direction: column;
	}
	.detail-vcard-sf {
		position: static;
		margin-bottom: 15px;
	}
	.detail-vcard-sf .detail-share {
		margin-left: 0;
	}
	.detail-vcard .vcard {
		border: none;
	}
	.detail-vcard .vcard.ver .vcard-btns {
		display: none;
		flex-direction: column;
	}
	.detail-wysiwyg .detail-wr1,
	.detail-wysiwyg .detail-wlinks,
	.detail-wysiwyg .detail-wtitle,
	.detail-wysiwyg .detail-wmprops,
	.detail-wysiwyg .detail-wt1{
		display: none;
	}
	.detail-wleasing {
		margin-top: 30px;
		order: -5;
	}
	.detail-section {
		margin-top: 0;
		border-bottom: none;
		padding: 0;
	}
	.detail-section_toggle{
		border-bottom: 1px solid #DADCDD;
	}
	.detail-section-head {
		position: relative;
		margin-bottom: 0;
		padding: 14px 25px 14px 0;
		cursor: pointer;
	}
	.detail-section-h {
		font-size: 19px;
	}
	.detail-section-sub-h {
		display: block;
		margin-top: 2px;
		color: #9A9A9A;
		font-size: 13px;
		line-height: 1.3;
	}
	.detail-section-sub-i {
		display: block;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		transition: transform .2s;
	}
	.detail-section.open .detail-section-sub-i {
		transform: translateY(-50%) rotate(90deg);
	}
	.detail-section-body{
		display: none;
	}
	.detail-section.open .detail-section-body {
		display: block;
		padding-bottom: 20px;
	}
	.detail-section.detail-video {
		margin-top: 30px;
	}
	.detail-section_toggle .sp-accordion-item {
		border-bottom: none;
	}
	.detail-section_toggle .sp-accordion-item-header {
		min-height: 0;
		gap: 10px;
		padding: 10px 0;
	}
	.detail-section_toggle .sp-accordion-item-header-title {
		font-size: 17px;
	}
	.detail-section_toggle .sp-accordion-item-header-icon {
		order: -1;
		margin-left: 0;
		width: 12px;
	}
	.detail-section_toggle .sp-accordion-item-content {
		padding-left: 22px;
	}
	.detail-wfwa {
		margin-top: 25px;
	}

	.detail-mfloat-btns{
		position: fixed;
		left: 0;
		right: 0;
		padding: 0 20px;
		bottom: 70px;
		display: flex;
		gap: 6px;
		z-index: 5;
	}
	.detail-mfloat-btn {
		flex-basis: 50%;
		height: 48px;
		padding: 0;
		gap: 8px;
	}
}
@media only screen and (max-width: 500px) {
	.detail-media.slick-slider {
		overflow: hidden;
		display: block;
	}
	.detail-media-item {
		width: 100%;
	}
	.detail-props-item-val {
		max-width: 140px;
		width: 30vw;
	}
}
@media only screen and (max-width: 400px) {
	.detail-media {
		margin-right: -10px;
		margin-left: -10px;
	}
	.detail-mfloat-btns {
		padding: 0 10px;
	}
}
@media only screen and (max-width: 360px) {
	.detail-props-item-name{
		flex-grow: 1;
		font-size: 14px;
	}
	.detail-props-item-dot{
		display: none;
	}
	.detail-props-item-val {
		font-size: 14px;
	}
}
@media only screen and (max-width: 340px) {
	.detail-mfloat-btn {
		font-size: 14px;
	}
}





@media print {
	html, body{
		height: 297mm;
		width: 210mm;
	}
	@page {
		margin: 15mm 10mm 15mm 10mm;
	}
	.root-catalog-detail .rheader,
	.root-catalog-detail .rfooter,
	.root-catalog-detail .raside,
	.root-catalog-detail .categories146,
	.root-catalog-detail .pcatalog-leasing,
	.root-catalog-detail .detail-back,
	.root-catalog-detail .detail-r1,
	.root-catalog-detail .detail-wr1,
	.root-catalog-detail .detail-wt1,
	.root-catalog-detail .detail-wlinks,
	.root-catalog-detail .detail-wleasing,
	.root-catalog-detail .detail-video,
	.root-catalog-detail .detail-wfwa,
	.root-catalog-detail .sreviewcatalog-add-btn,
	.root-catalog-detail .sp-accordion-item-header-icon,
	.root-catalog-detail .page-pagination,
	.root-catalog-detail .vcard-seller-phone:before,
	.root-catalog-detail .vcard-seller-phone-show,
	.root-catalog-detail .detail-mfloat-btns,
	.root-catalog-detail .substg,
	.root-catalog-detail .pcatalog-popular,
	.root-catalog-detail .pcatalog-review,
	.root-catalog-detail .mobile-controls {
		display: none !important;
	}
	.root-catalog-detail .rlayout {
		display: block;
	}
	.root-catalog-detail .detail-content {
		grid-template-columns: 100%;
	}
	.root-catalog-detail .detail-media {
		margin-top: 24px;
	}
	.root-catalog-detail .sp-accordion-item-content {
		display: block !important;
	}
	.root-catalog-detail .detail-vcard {
		order: -1;
	}
	.root-catalog-detail .contact142-item,
	.root-catalog-detail .vcard {
		box-shadow: none;
		border: 1px solid #DADCDD;
	}
	.root-catalog-detail .vcard-btns{
		display: none;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/share/style.css?17428136122255*/
.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;
	align-items: center;
	height: 36px;
	gap: 4px;
	padding: 0 16px;
	color: #343434;
	font-size: 13px;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	cursor: pointer;
	transition: background-color .2s, color .2s, box-shadow .2s
}
.share.ui.dropdown:hover{
	box-shadow: none;
}
.share.ui.dropdown .icon{
	stroke: currentColor;
}
.share.ui.dropdown .share-text{
	color: #343434;
	font-size: 13px;
	font-weight: 500;
	transition: color .2s;
}
.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/include.block/templates/catalog-vinfo1/style.css?1742813612753*/
.detail-vinfo1 {
	padding-top: 25px;
	padding-bottom: 25px;
	margin-top: 25px;
	margin-bottom: 25px;
	border-top: 1px solid #DADCDD;
	border-bottom: 1px solid #DADCDD;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.detail-vinfo1-item {
	display: flex;
	gap: 16px;
}
.detail-vinfo1-item-thumb {
	width: 24px;
	flex-shrink: 0;
}
.detail-vinfo1-item-thumb svg{
	stroke: currentColor;
}
.detail-vinfo1-title {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
}
.detail-vinfo1-text {
	margin-top: 4px;
	color: #9A9A9A;
	font-size: 13px;
	line-height: 1.3;
}
@media only screen and (max-width: 760px) {
	.detail-vinfo1 {
		margin-top: 30px;
		padding-top: 0;
		margin-bottom: 0;
		border-top: none;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/offer-v1/style.css?17428136121384*/
.offer-v1 {
	position: relative;
	padding: 16px;
	display: flex;
	align-items: center;
	gap: 12px;
	z-index: 1;
}
.offer-v1:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 5px;
	background: #F5F5F5;
	z-index: -1;
}
.offer-v1-thumb {
	flex-shrink: 0;
	width: 115px;
}
.offer-v1-thumb img{
	position: absolute;
	bottom: 0;
	width: auto;
	height: auto;
	max-width: 100%;
}
.offer-v1-body {
	flex-grow: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.offer-v1-title {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}
.offer-v1-text {
	margin-top: 1px;
	font-size: 13px;
	line-height: 1.3;
}
.offer-v1-action {
	flex-shrink: 0;
}
.offer-v1-btn {
	display: inline-flex;
	height: 38px;
	font-size: 13px;
	font-weight: 500;
	padding: 0 20px;
}
@media only screen and (max-width: 760px) {
	.offer-v1 {
		padding: 20px 15px;
		align-items: center;
		gap: 14px;
		justify-content: center;
	}
	.offer-v1-thumb img {
		position: relative;
	}
	.offer-v1-body {
		flex-grow: 0;
		align-items: flex-start;
		flex-direction: column;
	}
}
@media only screen and (max-width: 380px) {
	.offer-v1 {
		padding: 20px 15px;
		gap: 10px;
	}
	.offer-v1-thumb {
		width: 90px;
	}
	.offer-v1-btn.btn {
		padding: 0 12px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/feedback-wa/style.css?17428136121021*/
.feedback-wa {
	display: flex;
	gap: 12px;
	align-items: center;
	border-radius: 8px;
	background: #F5F5F5;
	padding: 24px;
}
.feedback-wa-m {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	background: #333;
	border-radius: 50%;
	color: #fff;
}
.feedback-wa-m svg{
	fill: currentColor;
}
.feedback-wa-t {
	font-size: 15px;
	line-height: 1.5;
}
.feedback-wa-action {
	margin-left: auto;
	flex-shrink: 0;
}
.feedback-wa-action-btn {
	height: 40px;
	font-size: 13px;
	font-weight: 500;
	padding: 0 20px;
}
@media only screen and (max-width: 600px) {
	.feedback-wa {
		display: grid;
		grid-template-columns: 50px 1fr;
		gap: 0 12px;
		align-items: flex-start;
		border-radius: 5px;
		padding: 20px;
	}
	.feedback-wa-m {
		grid-row: span 2;
	}
	.feedback-wa-t {
		font-size: 13px;
	}
	.feedback-wa-action {
		margin-left: 0;
		margin-top: 10px;
	}
	.feedback-wa-action-btn {
		display: inline-flex;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/catalog-vcard/style.css?17428136124440*/
.vcard {
	padding: 30px;
	border-radius: 5px;
	background: #FFF;
	box-shadow: 0px 204px 57px 0px rgba(0, 0, 0, 0.00), 0px 130px 52px 0px rgba(0, 0, 0, 0.00), 0px 73px 44px 0px rgba(0, 0, 0, 0.01), 0px 33px 33px 0px rgba(0, 0, 0, 0.02), 0px 8px 18px 0px rgba(0, 0, 0, 0.02);
}
.vcard-sec-h {
	color: #9A9A9A;
	font-size: 13px;
	margin-bottom: 10px;
}
.vcard-prices {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 8px;
}
.vcard-prices-h{
	margin: 0;
}
.vcard-prices-n1{
	display: contents;
}
.vcard-prices-old {
	color: #9A9A9A;
	font-size: 15px;
	font-weight: 600;
	text-decoration: line-through;
	line-height: 1;
}
.vcard-prices-current {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: 23px;
	font-weight: 600;
	line-height: 1;
}
.vcard-prices-leasing {
	color: #135CAE;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.vcard-marka-link {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.vcard-marka-thumb {
	flex-shrink: 0;
	width: 50px;
	height: 50px;
	transition: opacity .2s;
}
.vcard-marka-link:hover .vcard-marka-thumb {
	opacity: .7;
}
.vcard-marka-thumb img{
	height: 100%;
	width: 100%;
	object-fit: contain;
}
.vcard-marka-name {
	font-size: 15px;
	font-weight: 500;
	transition: color .2s;
}
.vcard-marka-link:hover .vcard-marka-name {
	color: #F54B30;
}
.vcard-marka-count {
	font-size: 15px;
	color: #135CAE;
}
.vcard-seller-t1 {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
	font-weight: 500;
}
.vcard-seller-t1 svg{
	flex-shrink: 0;
}
.vcard-seller-t2 {
	margin-top: 10px;
	color: #9A9A9A;
	font-size: 15px;
	line-height: 1.3;
}
.vcard-seller-phone {
	position: relative;
	margin-top: 15px;
	z-index: 1;
}
.vcard-seller-phone-link{
	color: #000;
	font-size: 19px;
	font-weight: 600;
}
.vcard-seller-phone-show {
	position: absolute;
	left: 74px;
	top: 0;
	bottom: 0;
	color: #135CAE;
	border-bottom: 1px dotted rgba(19, 92, 174, .4);
	font-size: 15px;
	line-height: 1.2;
	cursor: pointer;
	z-index: 1;
	transition: border .2s, color .2s;
}
.vcard-seller-phone.show .vcard-seller-phone-show{
	display: none;
}
.vcard-seller-phone-show:hover{
	border-bottom-color: transparent;
	color: #F54B30;
}
/*.vcard-seller-phone:before {
	content: '';
	position: absolute;
	right: 0;
	left: 66px;
	top: -5px;
	bottom: -5px;
	background: #fff;
}
.vcard-seller-phone.show:before{
	display: none;
}*/
.vcard-btns {
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.vcard-btn.btn {
	width: 100%;
	font-weight: 500;
}

.vcard.ver .vcard-c1 > div:first-child{
	margin-top: 0;
}
.vcard.ver .vcard-offers {
	margin-top: 25px;
}
.vcard.ver .vcard-marka {
	margin-top: 25px;
}
.vcard.ver .vcard-seller {
	margin-top: 10px;
	padding-top: 25px;
	border-top: 1px solid #DADCDD;
}
.vcard.ver .vcard-btns {
	margin-top: 20px;
}

.vcard.hor{
	display: grid;
	grid-template-columns: 1fr 280px;
}
.vcard.hor .vcard-marka {
	margin-top: 25px;
}
.vcard.hor .vcard-btns {
	margin-top: 20px;
}

@media only screen and (max-width: 760px) {
	.vcard {
		padding: 0;
	}
	.vcard-prices-h{
		display: none;
	}
	.vcard-prices {
		flex-direction: row;
		align-items: flex-end;
		padding-bottom: 12px;
		border-bottom: 1px solid #DADCDD;
	}
	.vcard-prices-n1{
		display: block;
	}
	.vcard-prices-old {
		margin-bottom: 5px;
	}
	.vcard-prices-current {
		font-size: 19px;
	}
	.vcard-prices-current svg {
		width: 15px;
		height: auto;
	}
	.vcard-prices-leasing {
		margin-left: auto;
		display: flex;
		align-items: center;
		height: 20px;
		padding: 0 8px;
		font-size: 13px;
		border-radius: 5px;
		background: #F1F4F8;
	}
	.vcard.ver .vcard-marka {
		margin-top: 12px;
	}
	.vcard-sec-h {
		font-size: 15px;
		margin-bottom: 3px;
	}
	.vcard.ver .vcard-seller {
		margin-top: 12px;
		padding-top: 15px;
	}
	.vcard-btn.btn {
		padding: 0;
	}
}
@media only screen and (max-width: 370px) {
	.vcard-prices-current {
		font-size: 18px;
		gap: 5px;
	}
	.vcard-prices-current svg {
		width: 13px;
	}
	.vcard-prices-leasing {
		padding: 0 6px;
		font-size: 12px;
		font-weight: 600;
	}
}
@media only screen and (max-width: 340px) {
	.vcard-prices-current {
		font-size: 17px;
	}
	.vcard-prices-leasing {
		font-size: 11px;
	}
}
/* End */


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


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


/* Start:/local/components/skadium/include.block/templates/calc-leasing/style.css?17428136124176*/
.calc-leasing-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.calc-leasing-head-h {
	font-size: 25px;
	font-weight: 700;
	line-height: 1.25;
}
.calc-leasing-head-payments{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 15px;
}
.calc-leasing-wrap {
	padding: 40px;
	border-radius: 5px;
	background: #EDF3F8;
}
.calc-leasing-columns {
	display: flex;
	gap: 14px;
}
.calc-leasing-c1,
.calc-leasing-c2{
	padding: 40px;
	border-radius: 5px;
	border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.calc-leasing-c1 {
	width: 380px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.calc-leasing-field {
	position: relative;
	height: 54px;
	background: #fff;
	border: 1px solid #DADCDD;
	border-radius: 5px 5px 0 0;
}
.calc-leasing-field-label {
	position: absolute;
	left: 24px;
	top: 10px;
	font-size: 11px;
	color: #9A9A9A;
}
.calc-leasing-field-range{
	position: absolute;
	overflow: hidden;
	opacity: 0;
}
.calc-leasing-field-input {
	width: 100%;
	height: 100%;
	border: none;
	outline: none;
	font-weight: 500;
	font-size: 17px;
	background: transparent;
	padding: 15px 24px 0;
}
.calc-leasing-field-v1 {
	position: absolute;
	top: 50%;
	right: 15px;
	opacity: .5;
	font-size: 14px;
	transform: translateY(-50%);
}
.calc-leasing-rv{
	margin-top: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #9A9A9A;
	font-size: 12px;
}
.calc-leasing-c2 {
	flex-grow: 1;
}
.calc-leasing-res-h{
	font-size: 19px;
	font-weight: 700;
	margin-bottom: 22px;
}
.calc-leasing-prices-r{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
.calc-leasing-prices-r + .calc-leasing-prices-r{
	margin-top: 23px;
	padding-top: 23px;
	border-top: 1px solid #DADCDD;
}
.calc-leasing-price{
	flex-basis: 50%;
}
.calc-leasing-price-num {
	margin-top: 7px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 23px;
	font-weight: 600;
}
.calc-leasing-price-num-i{
	fill: #C1C1C1;
}
.calc-leasing-price-t {
	font-size: 13px;
	color: #9A9A9A;
}
.calc-leasing-price_5 {
	flex-basis: 100%;
}
.calc-leasing-action {
	margin-top: 30px;
}
.calc-leasing-action-btn.btn {
	width: 100%;
}
.calc-leasing-info{
	margin-top: 20px;
	color: #9A9A9A;
	font-size: 11px;
	line-height: 1.3;
}
.calc-leasing .rangeslider {
	background: transparent;
}
.calc-leasing .rangeslider--horizontal {
	height: 2px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.calc-leasing .rangeslider,
.calc-leasing .rangeslider__fill {
	box-shadow: none;
}
.calc-leasing .rangeslider__fill {
	background: #F54B30;
}
.calc-leasing .rangeslider__handle {
	width: 16px;
	height: 16px;
	background: #fff !important;
	border: 2px solid #F54B30;
	top: -7px;
	box-shadow: none;
}
.calc-leasing .rangeslider__handle:after{
	display: none;
}


@media only screen and (max-width: 960px) {
	.calc-leasing-columns {
		gap: 16px;
		flex-direction: column;
	}
	.calc-leasing-c1, .calc-leasing-c2 {
		width: 100%;
	}
}
@media only screen and (max-width: 760px) {
	.calc-leasing {
		background: #EDF3F8;
		margin: 0 -20px;
		padding: 25px 20px;
	}
	.calc-leasing-head {
		gap: 10px;
		margin-bottom: 15px;
	}
	.calc-leasing-head-h {
		font-size: 21px;
	}
	.calc-leasing-head-payments {
		gap: 7px;
	}
	.calc-leasing-head-payments img{
		max-width: 15px;
		width: auto;
		height: auto;
	}
	.calc-leasing-wrap {
		padding: 0;
		background: transparent;
	}
	.calc-leasing-c1,
	.calc-leasing-c2 {
		padding: 30px;
		box-shadow: none;
	}
	.calc-leasing-price-t {
		font-size: 11px;
	}
	.calc-leasing-price-num {
		font-size: 19px;
	}
	.calc-leasing-action-btn.btn {
		width: 100%;
		padding: 0;
	}
	.calc-leasing-info {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 370px) {
	.calc-leasing-c1,
	.calc-leasing-c2 {
		padding: 30px 20px;
	}
	.calc-leasing-price-num {
		font-size: 17px;
		gap: 4px;
	}
	.calc-leasing-price-num-i {
		width: 13px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/sreviewcatalog/style.css?17428136122548*/
.sreviewcatalog-h .count {
	position: relative;
	top: -4px;
	display: inline-flex;
	vertical-align: top;
	color: #9A9A9A;
	font-size: 13px;
	font-weight: 500;
	margin-left: 2px;
}
.sreviewcatalog-add-btn.btn{
	height: 42px;
	padding: 0 20px;
}
.sreviewcatalog-items{
	position: relative;
}
.sreviewcatalog-items .slider-arrow{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.sreviewcatalog-items .slider-prev{
	left: -25px;
}
.sreviewcatalog-items .slider-next{
	right: -25px;
}
.sreviewcatalog-items.slider .list{
	position: static;
	display: flex;
	margin-left: -12px;
	margin-right: -12px;
	overflow: hidden;
}
.sreviewcatalog-items.slider .list.slick-initialized{
	display: block;
	overflow: visible;
}
.sreviewcatalog-items.slider .slick-list {
	padding-bottom: 2px;
}
.sreviewcatalog-items.slider .slick-track {
	display: flex;
	margin-left: 0;
	margin-right: 0;
}
.sreviewcatalog-items.slider .list-item{
	flex-shrink: 0;
	width: 50%;
	padding-left: 12px;
	padding-right: 12px;
	height: auto;
}
.sreviewcatalog-items.list .list{
	display: grid;
	gap: 16px;
}
.sreviewcatalog-more{
	margin-top: 24px;
}
.sreviewcatalog-more.btn{
	font-weight: 500;
}
.sreviewcatalog-empty{
	border-radius: 5px;
	background: #F1F4F8;
	padding: 17px 15px;
	color: #979797;
	font-size: 13px;
	line-height: 1.3;
	text-align: center;
}
@media only screen and (max-width: 960px) {
	.sreviewcatalog-head.shead {
		align-items: center;
	}
	.sreviewcatalog-add-btn.btn {
		height: 36px;
		font-size: 13px;
	}
	.sreviewcatalog-items.slider .list{
		margin-left: 0;
		margin-right: 0;
		overflow: visible;
	}
	.sreviewcatalog-items.slider .slick-list {
		overflow: visible;
	}
	.sreviewcatalog-items.slider .list-item {
		padding-left: 0;
		padding-right: 0;
		margin-right: 8px;
		width: 360px;
	}
	.sreviewcatalog-items.slider .list-item.slick-slide{
		opacity: 0;
		visibility: hidden;
		transition: opacity .2s, visibility .2s;
	}
	.sreviewcatalog-items.slider .list-item.slick-active,
	.sreviewcatalog-items.slider .list-item.slick-active ~ .slick-slide{
		opacity: 1;
		visibility: visible;
	}
	.sreviewcatalog-items .slider-arrow {
		display: none !important;
	}
	.sreviewcatalog-more {
		margin-top: 18px;
	}
}
@media only screen and (max-width: 400px) {
	.sreviewcatalog-items.slider .list-item {
		width: 320px;
	}
}
@media only screen and (max-width: 340px) {
	.sreviewcatalog-items.slider .list-item{
		width: 90vw;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17428136122171*/
.pagination {
	margin-top: 30px;
	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: #135CAE;
	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: #135CAE;
	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: #F54B30;
}
span.pagination-list-link {
	color: #000;
}
.pagination-pn-link {
	cursor: pointer;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #135CAE;
	font-weight: 400;
	transition: color .2s, background .2s, border .2s;
}
.pagination-pn-link svg {
	position: relative;
	top: 1px;
	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-list-link {
		padding: 15px !important;
	}
	.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/include.block/templates/review-item/style.css?17428136124340*/
.review-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 30px 40px;
	border-radius: 5px;
	border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	color: #000;
	overflow: hidden;
	transition: border .2s;
}
.review-item-platform{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.review-item-platform-thumb img {
	max-width: 200px;
	max-height: 35px;
	transition: opacity .2s;
}
.review-item-platform-thumb:hover img{
	opacity: .7;
}
.review-item-platform-name{
	color: #A1A1A1;
	font-size: 15px;
	transition: color .2s;
}
.review-item-platform-name:hover{
	color: #F54B30;
}
.review-item-video {
	position: relative;
	display: block;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
}
.review-item-video img {
	width: 100%;
	min-height: 200px;
	object-fit: cover;
}
.review-item-video-play {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	align-items: center;
	justify-content: center;
	width: 80px;
	height: 80px;
	background: #f00;
	color: #fff;
	box-shadow: 0px 0px 15px 0px #FF5338 inset;
	border-radius: 50%;
	transition: background-color .2s, color .2s;
	z-index: 1;
}
.review-item-video-play:hover{
	background: #c60000;
}
.review-item-video-play svg{
	width: 22%;
	height: auto;
	fill: currentColor;
}
.review-item-name {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.4;
	transition: color .2s;
}
.review-item-descr {
	font-size: 15px;
	max-height: calc(1em* 7* 1.3);
	line-height: 1.3;
	overflow: hidden;
	-webkit-line-clamp: 7;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.review-item-photos{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.review-item-photos-link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
	background: #F8F8F8;
	color: #000;
	font-size: 16px;
	font-weight: 500;
	cursor: pointer;
	transition: background-color .2s;
}
.review-item-photos-link:hover{
	background: #eee;
}
.review-item-photos-link picture {
	width: 100%;
	height: 100%;
}
.review-item-photos-link img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .2s;
}
.review-item-photos-link:hover img {
	opacity: .7;
}
.review-item-user {
	display: flex;
	align-items: center;
	gap: 12px;
}
.review-item-user-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #135CAE;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	overflow: hidden;
}
.review-item-user-thumb svg {
	stroke: currentColor;
}
.review-item-user-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.review-item-user-fio {
	font-size: 17px;
	font-weight: 500;
	line-height: 1.2;
}
.review-item-rating {
	margin-top: 3px;
	display: flex;
	align-items: center;
}
.review-item-rating svg {
	flex-shrink: 0;
	fill: #C1C1C1;
}
.review-item-rating svg.in{
	fill: #FFCE24;
}
.review-item-date {
	color: #9A9A9A;
	font-size: 13px;
}

.review-item-rhead {
	border-bottom: 1px solid #DADCDD;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.review-item-name {
	margin-bottom: 15px;
}
.review-item-date,
.review-item-photos {
	margin-top: 15px;
}
.review-item-user {
	margin-top: auto;
	padding-top: 25px;
}


@media only screen and (max-width: 960px) {
	.review-item {
		padding: 30px;
	}
	.items.ver .review-item-name {
		font-size: 18px;
	}
}
@media only screen and (max-width: 760px) {
	.review-item {
		padding: 25px;
	}
	.review-item-rhead {
		padding-bottom: 16px;
		margin-bottom: 16px;
	}
	.review-item-name {
		font-size: 17px;
		margin-bottom: 10px;
	}
	.review-item-descr {
		max-height: calc(1em* 7* 1.5);
		line-height: 1.5;
	}
	.review-item-date{
		margin-top: 10px;
	}
	.review-item-user-fio {
		font-size: 15px;
	}
	.review-item-photos {
		gap: 8px;
	}
	.review-item-photos-link {
		width: 50px;
		height: 50px;
		font-size: 13px;
	}
}
@media only screen and (max-width: 340px) {
	.review-item {
		padding: 25px 20px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/scatalogitems/style.css?17428136122329*/
.scatalogitems-head  {
	padding-bottom: 25px;
	margin-bottom: 0;
}
.scatalogitems-controls {
	display: flex;
	align-items: center;
	gap: 8px;
}
.scatalogitems-controls-view {
	position: relative;
	display: flex;
	align-items: center;
	border-radius: 5px;
	background: #FFF;
	height: 40px;
	border: 1px solid #DADCDD;
}
.scatalogitems-controls-view:before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background: #DADCDD;
}
.scatalogitems-controls-view-link{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0 15px;
	cursor: pointer;
}
.scatalogitems-controls-view-link svg{
	fill: currentColor;
}
.scatalogitems-controls-view-link.active{
	cursor: default;
	color: #D9D9D9;
}
.scatalogitems-items .list{
	border-top: 1px solid #DADCDD;
	border-bottom: 1px solid #DADCDD;
}
.scatalogitems-items .list-item{
	margin-top: -1px;
}
.scatalogitems-items.items-hor .list{
	display: grid;
}
.scatalogitems-items.items-ver .list{
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
}
.scatalogitems-items.items-ver.items-gap .list{
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	gap: 30px 40px;
}

@media only screen and (max-width: 1500px) {
	.scatalogitems-items.items-ver.items-gap .list{
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
		gap: 30px 24px;
	}
}
@media only screen and (max-width: 960px) {
	.scatalogitems-items.items-ver .list{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 760px) {
	.scatalogitems-head{
		align-items: center;
		border: none;
		padding-bottom: 10px;
		gap: 10px;
	}
	.scatalogitems-controls-sort.ui.selection.dropdown{
		display: none !important;
	}
	.scatalogitems-items.items-ver .list {
		gap: 25px 15px;
		padding-bottom: 20px;
	}
	.scatalogitems-items.items-ver.items-gap .list{
		grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
		gap: 25px 15px;
	}
}
@media only screen and (max-width: 650px) {
	.scatalogitems-items.items-ver .list{
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 360px) {
	.scatalogitems-items.items-ver .list {
		column-gap: 8px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/catalog-item/style.css?174281361213356*/
.catalog-item{
	position: relative;
	padding: 30px 25px;
	height: 100%;
	border-top: 1px solid #DADCDD;
	container: catalog-item / inline-size;
}
.catalog-item:hover{
	z-index: 1;
	border-color: transparent;
}
.catalog-item:before{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	bottom: 0;
	border-radius: 5px;
	background: #F2F2F2;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: opacity .2s, visibility .2s;
}
.catalog-item._f.fixed{
	z-index: 1;
	border-color: transparent;
}
.catalog-item._f.fixed:before{
	background: #FFF8DF;
	opacity: 1;
	visibility: visible;
}
.catalog-item:hover:before{
	opacity: 1;
	visibility: visible;
}
a.catalog-item-link{
	position: absolute;
	inset: 0;
	z-index: 1;
}
.catalog-item-media{
	position: relative;
	display: block;
	overflow: hidden;
}
.catalog-item-media:before{
	content: '';
	padding-bottom: 70%;
	display: block;
	overflow: hidden;
}
.catalog-item-thumb{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: flex;
	border-radius: 5px;
	overflow: hidden;
	background: #f8f8f8;
	z-index: 1;
}
.catalog-item-thumb img{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
}
.catalog-item-thumb-div.active img{
	opacity: 1;
	visibility: visible;
}
.catalog-item-thumb-div{
	flex-grow: 1;
	height: 100%;
}
.catalog-item-media-points{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding: 0 15px 12px;
	gap: 6px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1;
	transition: opacity .2s, visibility .2s;
}
.catalog-item-media:hover .catalog-item-media-points{
	opacity: 1;
	visibility: visible;
}
.catalog-item-media-points div{
	flex-grow: 1;
	max-width: 40px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	overflow: hidden;
	transition: background-color .2s;
}
.catalog-item-media-points div.active{
	background: #F54B30;
}
.catalog-item-media-more {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.3;
	text-align: center;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	visibility: hidden;
}
.catalog-item-media-more svg{
	fill: currentColor;
}
.catalog-item-thumb-div.active .catalog-item-media-more{
	opacity: 1;
	visibility: visible;
}
.catalog-item-media:hover .catalog-item-badges{
	opacity: 0;
}
.catalog-item-badges{
	position: absolute;
	left: 8px;
	top: 8px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 4px;
	z-index: 1;
	pointer-events: none;
	transition: opacity .2s;
}
.catalog-item-badge{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 24px;
	padding: 0 10px;
	gap: 4px;
	border-radius: 3px;
	background: #FFF3C6;
	font-size: 11px;
	font-weight: 500;
	color: #050505;
}
.catalog-item-badge_discount{
	background: #F54B30;
	color: #fff;
}
.catalog-item-badge_available{
	background: #39921A;
	color: #fff;
}
.catalog-item-badge_dealer{
	background: #1A1A1A;
	color: #fff;
}
.catalog-item-title{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
	color: #135CAE;
	overflow: hidden;
	max-height: calc(1em* 2* 1.3);
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	transition: color .2s;
}
.catalog-item-title:hover{
	color: #F54B30;
}
.catalog-item-title-link{
	color: inherit;
}
.catalog-item-title-i1{
	display: none;
}
.catalog-item-title-link:after{
	content: '';
	position: absolute;
	inset: 0;
}
.catalog-item-text{
	color: #9A9A9A;
	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;
}
.catalog-item-cat{
	color: #9A9A9A;
	font-size: 13px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1;
	transition: color .2s;
}
.catalog-item-mprops{
	font-size: 13px;
	line-height: 1.3;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.catalog-item-prices {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
}
.catalog-item-price-old {
	color: #9A9A9A;
	font-size: 15px;
	font-weight: 600;
	text-decoration: line-through;
	line-height: 1;
}
.catalog-item-price-current {
	display: inline-flex;
	align-items: baseline;
	gap: 8px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1;
}
.catalog-item-price-current svg{
	position: relative;
	z-index: 1;
}
.catalog-item-price-leasing {
	color: #135CAE;
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
}
.catalog-item-prop {
	color: #9A9A9A;
	font-size: 13px;
}
.catalog-item-prop_available.in {
	color: #039400;
}
.catalog-item-controls {
	position: absolute;
	top: 30px;
	right: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	color: #C1C1C1;
	gap: 10px;
	z-index: 1;
}
.catalog-item-fav{
	cursor: pointer;
	transition: color .2s;
}
.catalog-item-fav svg{
	fill: currentColor;
}
.catalog-item-attach svg{
	stroke: currentColor;
}
.catalog-item-fav.is-favourite,
.catalog-item-fav:hover{
	color: #000;
}
.catalog-item-wbtn{
	display: none;
}

.catalog-item.ver{
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.catalog-item.ver .catalog-item-media:before {
	padding-bottom: 67.5%;
}
.catalog-item.ver .catalog-item-body{
	flex-grow: 1;
	display: flex;
	flex-direction: column;
}
.catalog-item.ver .catalog-item-body-c1,
.catalog-item.ver .catalog-item-body-c2{
	display: contents;
}
.catalog-item.ver .catalog-item-cat {
	margin-top: 4px;
}
.catalog-item.ver .catalog-item-mprops {
	margin-top: 10px;
}
.catalog-item.ver .catalog-item-text {
	margin-top: 8px;
}
.catalog-item.ver .catalog-item-prices {
	margin-top: auto;
	padding-top: 10px;
}
.catalog-item.ver .catalog-item-prices svg{
	display: none;
}
.catalog-item.ver .catalog-item-price-leasing,
.catalog-item.ver .catalog-item-text,
.catalog-item.ver .catalog-item-controls,
.catalog-item.ver .catalog-item-prop {
	display: none;
}

.catalog-item.hor {
	height: auto;
	display: flex;
	flex-direction: row;
	gap: 20px;
}
.catalog-item.hor .catalog-item-media {
	align-self: flex-start;
	flex-shrink: 0;
	flex-basis: 30%;
}
.catalog-item.hor .catalog-item-media:before{
	padding-bottom: 70%;
}
.catalog-item.hor .catalog-item-media-more {
	font-size: 15px;
}
.catalog-item.hor .catalog-item-body {
	flex-basis: 70%;
	padding-right: 50px;
	display: grid;
	grid-template-columns: 1fr 200px;
	gap: 0 40px;
}
.catalog-item.hor .catalog-item-body-c1,
.catalog-item.hor .catalog-item-body-c2 {
	display: flex;
	flex-direction: column;
}
.catalog-item.hor .catalog-item-title {
	font-weight: 600;
}
.catalog-item.hor .catalog-item-cat {
	margin-top: 5px;
}
.catalog-item.hor .catalog-item-mprops {
	font-size: 15px;
	margin-top: 13px;
	white-space: normal;
}
.catalog-item.hor .catalog-item-text {
	margin-top: 12px;
}
.catalog-item.hor .catalog-item-prices {
	gap: 8px;
}
.catalog-item.hor .catalog-item-prop {
	margin-top: auto;
}
.catalog-item.hor .catalog-item-prop + .catalog-item-prop {
	margin-top: 10px;
}
.catalog-item.hor .catalog-item-prop_location {
	padding-top: 10px;
}
.catalog-item.hor .catalog-item-prop_location {
	margin-top: auto;
	padding-top: 10px;
}


.catalog-item.ver.gap {
	padding: 0;
	border: none;
}
.catalog-item.ver.gap._f.fixed:before{
	display: none;
}
.catalog-item.ver.gap .catalog-item-controls {
	top: 10px;
	right: 10px;
}

@media only screen and (max-width: 1500px) {
	.catalog-item.hor .catalog-item-body{
		padding-right: 35px;
		gap: 25px;
	}
}
@media only screen and (max-width: 1260px) {
	.catalog-item.hor .catalog-item-media {
		flex-basis: 35%;
	}
	.catalog-item.hor .catalog-item-body {
		flex-basis: 65%;
		padding-right: 35px;
		grid-template-columns: 100%;
		gap: 10px;
	}
	.catalog-item.hor .catalog-item-body-c2 {
		flex-direction: row;
		flex-wrap: wrap;
		gap: 0 15px;
	}
	.catalog-item.hor .catalog-item-prices {
		width: 100%;
		margin-bottom: 10px;
	}
	.catalog-item.hor .catalog-item-prop {
		margin-top: 0;
	}
	.catalog-item.hor .catalog-item-prop + .catalog-item-prop {
		margin-top: 0;
	}
}

@media only screen and (max-width: 960px) {
	.catalog-item.ver{
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media only screen and (max-width: 760px) {
	.catalog-item-attach{
		display: none;
	}
	.catalog-item-title-i1{
		flex-shrink: 0;
		margin-top: -2px;
		margin-right: 5px;
		display: inline-flex;
		stroke: currentColor;
		width: 12px;
		height: auto;
	}
	.catalog-item-media-points{
		display: none;
	}
	.catalog-item-badge {
		height: 18px;
		padding: 0 6px;
		font-size: 9px;
	}
	.catalog-item-title {
		max-height: none;
		-webkit-line-clamp: none;
		display: block;
		-webkit-box-orient: unset;
		/*white-space: nowrap;
		text-overflow: ellipsis;*/
	}
	.catalog-item-cat {
		font-size: 11px;
	}
	.catalog-item-media-more{
		font-size: 11px;
	}
	.catalog-item-text{
		font-size: 13px;
	}
	.catalog-item.ver {
		border: none;
		padding: 0;
	}
	.catalog-item.ver:before{
		display: none;
	}
	.catalog-item.ver .catalog-item-mprops {
		margin-top: 5px;
	}
	.catalog-item.ver .catalog-item-prices {
		padding-top: 8px;
	}



	.catalog-item.hor {
		flex-direction: row;
		flex-wrap: wrap;
		padding: 20px 0;
		gap: 10px 12px;
	}
	.catalog-item.hor:before {
		left: -20px;
		right: -20px;
	}
	.catalog-item.hor .catalog-item-media {
		width: 100%;
		flex-basis: 100%;
		height: 180px;
		overflow: visible;
	}
	.catalog-item.hor .catalog-item-media:before {
		display: none;
	}
	.catalog-item-media:hover .catalog-item-badges {
		opacity: 1;
	}
	.catalog-item.hor .catalog-item-thumb {
		position: relative;
		display: flex;
		gap: 8px;
		border-radius: 0;
		overflow: auto;
		margin-right: -20px;
		margin-left: -20px;
		padding: 0 20px;
		background: transparent;
	}
	.catalog-item.hor .catalog-item-thumb-div {
		position: relative;
		height: 180px;
		width: 250px;
		flex-shrink: 0;
		overflow: hidden;
		flex-grow: 0;
	}
	.catalog-item.hor .catalog-item-thumb-div:first-child{
		border-radius: 5px 0 0 5px;
	}
	.catalog-item.hor .catalog-item-thumb-div:last-child{
		border-radius: 0 5px 5px 0;
	}
	.catalog-item.hor .catalog-item-thumb img {
		opacity: 1;
		visibility: visible;
	}
	.catalog-item.hor .catalog-item-media-more {
		opacity: 1;
		visibility: visible;
		font-size: 13px;
	}
	.catalog-item.hor .catalog-item-body {
		display: contents;
	}
	.catalog-item.hor .catalog-item-body-c1,
	.catalog-item.hor .catalog-item-body-c2 {
		display: contents;
	}
	.catalog-item.hor .catalog-item-title {
		width: 100%;
		order: -3;
	}
	.catalog-item.hor .catalog-item-cat {
		margin-top: -5px;
		width: 100%;
		order: -3;
		display: none;
	}
	.catalog-item.hor .catalog-item-mprops {
		width: 100%;
		font-size: 13px;
		margin-top: -3px;
		color: #9A9A9A;
		order: -3;
	}
	.catalog-item.hor .catalog-item-text {
		display: none;
		margin-top: 8px;
		color: #9A9A9A;
		font-size: 13px;
		max-height: calc(1em* 2* 1.3);
		-webkit-line-clamp: 2;
	}
	.catalog-item.hor .catalog-item-prices{
		margin-top: 0;
		margin-bottom: 0;
		order: -3;
		width: 100%;
	}
	.catalog-item.hor .catalog-item-price-old {
		font-size: 13px;
	}
	.catalog-item.hor .catalog-item-price-current {
		font-size: 15px;
	}
	.catalog-item.hor .catalog-item-price-current svg{
		display: none;
	}
	.catalog-item.hor .catalog-item-price-leasing {
		display: inline-flex;
		justify-content: center;
		align-items: center;
		padding: 0 8px;
		height: 20px;
		border-radius: 3px;
		font-size: 11px;
		background: #EDF3F8;
	}
	.catalog-item.hor .catalog-item-prop_location{
		padding-top: 0;
		order: 1;
		margin-left: auto;
	}
	.catalog-item.hor .catalog-item-controls {
		position: static;
		flex-direction: row;
		justify-content: stretch;
		width: 100%;
		gap: 8px;
		margin-top: 0;
		order: 5;
	}
	.catalog-item.hor .catalog-item-wbtn{
		display: block;
		flex-grow: 1;
	}
	.catalog-item.hor .catalog-item-btn{
		height: 48px;
	}
	.catalog-item.hor .catalog-item-fav {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		border-radius: 5px;
		background: #F5F5F5;
		color: #C1C1C1;
		order: 1;
	}
	.catalog-item.hor .catalog-item-fav.is-favourite {
		background: #262626;
		color: #fff;
	}
	.catalog-item.hor .catalog-item-fav svg {
		width: 18px;
		height: auto;
	}
}
@media only screen and (max-width: 360px) {
	.catalog-item.ver .catalog-item-title {
		font-size: 15px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/subs-tg/style.css?17428136122433*/
.substg {
	position: relative;
	padding: 55px;
	border-radius: 5px;
	background: #f1f4f8;
}
.substg-t {
	position: relative;
	z-index: 1;
}
.substg-t1 {
	line-height: 1.4;
	max-width: 330px;
}
.substg-t2 {
	max-width: 330px;
	margin-top: 15px;
	color: #333;
	font-size: 15px;
	line-height: 1.4;
}
.substg-action {
	margin-top: 25px;
}
.substg-action-btn {
	display: inline-flex;
	gap: 8px;
	height: 56px;
	padding: 0 24px;
	border-radius: 5px;
	background: #57b4e9;
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	transition: background-color .2s;
}
.substg-action-btn:hover {
	background: #4196c6;
}
.substg-action-btn svg {
	flex-shrink: 0;
	fill: currentColor;
}
.substg-iphones {
	position: absolute;
	left: 400px;
	bottom: 0;
}
.substg-qr {
	position: absolute;
	top: 50%;
	right: 60px;
	transform: translateY(-50%);
	z-index: 1;
}
.substg-qr-picture {
	border-radius: 5px;
	background: #fff;
	padding: 10px;
	display: inline-flex;
}
.substg-qr-t1 {
	margin-top: 15px;
	color: #6d6969;
	font-size: 13px;
	line-height: 1.4;
}
@media only screen and (max-width: 1500px) {
	.substg {
		padding: 40px;
	}
	.substg-t2 {
		max-width: 250px;
	}
	.substg-qr {
		right: 40px;
	}
	.substg-iphones {
		left: 340px;
	}
	.substg-iphones img {
		width: 320px;
		height: auto;
	}
}
@media only screen and (max-width: 960px) {
	.substg-iphones {
		left: auto;
		right: 40px;
	}
	.substg-iphones img {
		width: 42vw;
	}
	.substg-qr {
		display: none;
	}
}
@media only screen and (max-width: 760px) {
	.substg {
		padding: 30px;
	}
	.substg-iphones {
		right: 20px;
	}
	.substg-t1 {
		line-height: 1.3;
	}
}
@media only screen and (max-width: 600px) {
	.substg {
		padding: 30px 20px 0;
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.substg-iphones {
		right: 20px;
	}
	.substg-t {
		max-width: 320px;
		margin: auto;
		text-align: center;
	}
	.substg-t1 {
		max-width: 100%;
	}
	.substg-t2 {
		max-width: 100%;
		font-size: 13px;
		margin-top: 8px;
	}
	.substg-action {
		margin-top: 14px;
	}
	.substg-iphones {
		position: static;
	}
	.substg-iphones img {
		width: 280px;
	}
	.substg-action-btn {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media only screen and (max-width: 340px) {
	.substg {
		padding-left: 15px;
		padding-right: 15px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/catalog-categories-tags/style.css?1742813612434*/
.categories146-h{
	margin-bottom: 20px;
}
.categories146-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.categories146-item{
	position: relative;
	display: flex;
	align-items: center;
	height: 32px;
	padding: 0 16px;
	border-radius: 5px;
	background: #F5F5F5;
	color: #9A9A9A;
	font-size: 15px;
	font-weight: 500;
	transition: color .2s, background-color .2s;
}
.categories146-item:hover{
	color: #000;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/contact142/style.css?17428136121101*/
.contact142-list {
	display: flex;
	gap: 16px;
}
.contact142-item {
	flex-basis: 50%;
	border-radius: 5px;
	border: 1px solid #F6F6F6;
	color: #000;
	background: #FFF;
	padding: 35px;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
}
.contact142-item-thumb {
	height: 35px;
	display: flex;
	align-items: flex-end;
}
.contact142-item-t1 {
	margin-top: 20px;
}
.contact142-item-link {
	color: inherit;
	font-size: 25px;
	font-weight: 700;
	transition: opacity .2s;
}
.contact142-item-link:hover{
	opacity: .7;
}
.contact142-item-t2 {
	margin-top: 10px;
	color: #9A9A9A;
	font-size: 13px;
	line-height: 1.3;
}

@media only screen and (max-width: 1500px) {
	.contact142-item-t2 br{
		display: none;
	}
}
@media only screen and (max-width: 760px) {
	.contact142-list {
		flex-direction: column;
	}
	.contact142-item {
		padding: 25px;
	}
	.contact142-item:nth-child(2){
		order: -1;
	}
	.contact142-item-thumb {
		height: 24px;
	}
	.contact142-item-thumb svg {
		height: auto;
		width: 24px;
	}
	.contact142-item-t1 {
		margin-top: 15px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/aside-special-offer/style.css?1742813612564*/
.wsoffer {
	display: flex;
	align-items: center;
	gap: 8px;
}
.wsoffer-thumb {
	flex-shrink: 0;
	width: 30px;
	height: 30px;
}
.wsoffer-thumb img{
	width: auto;
	height: auto;
	object-fit: contain;
}
.wsoffer-name {
	color: #135CAE;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	transition: color .2s;
}
.wsoffer:hover .wsoffer-name {
	color: #F54B30;
}
.wsoffer-name span{
	border-bottom: 1px dotted rgba(19, 92, 174, .3);
	transition: border .2s;
}
.wsoffer:hover .wsoffer-name span{
	border-bottom-color: transparent;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/aside-manager/style.css?17428136121308*/
.wmanager-wt {
	position: relative;
	border-radius: 5px;
	background: #F5F5F5;
	padding: 25px;
	color: #9A9A9A;
	font-size: 14px;
	line-height: 1.4;
}
.wmanager-wt .link-phone{
	color: #135CAE;
	font-size: 14px;
	font-weight: 600;
}
.wmanager-wt:before{
	position: absolute;
	content: "";
	left: 16px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #F5F5F5;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.wmanager-wt-action {
	margin-top: 10px;
}
.wmanager-wt-link {
	font-weight: 500;
}
.wmanager-author {
	margin-top: 25px;
	display: flex;
	align-items: center;
	gap: 12px;
}
.wmanager-author-thumb{
	flex-grow: 0;
	position: relative;
}
.wmanager-author-thumb picture{
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	overflow: hidden;
}
.wmanager-author-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.wmanager-author-thumb:after{
	content: '';
	position: absolute;
	top: 1px;
	right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #039400;
}
.wmanager-author-name {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.3;
}
.wmanager-author-preview {
	margin-top: 4px;
	color: #9A9A9A;
	font-size: 12px;
	line-height: 1.3;
}

/* End */


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

/* End */


/* Start:/local/components/skadium/include.block/templates/aside-avd/style.css?1742813612425*/
.wavd {
	border-radius: 5px;
	background: #FFF8DF;
	padding: 30px;
}
.wavd-head {
	display: flex;
	align-items: center;
	gap: 8px;
}
.wavd-head-i {
	flex-shrink: 0;
	stroke: currentColor;
}
.wavd-head-t{
	font-size: 17px;
	font-weight: 600;
}
.wavd-body {
	margin-top: 12px;
}
.wavd-t1 {
	font-size: 13px;
	font-weight: 600;
}
.wavd-t2 {
	margin-top: 5px;
	font-size: 13px;
	line-height: 1.4;
}

/* End */


/* Start:/local/components/skadium/include.block/templates/aside-select-equipment/style.css?1742813612940*/
.wsequipment {
	position: relative;
	border-radius: 5px;
	background: #F5F5F5;
	padding: 25px 30px 30px;
}
.wsequipment-m1{
	position: absolute;
	top: 20px;
	right: 25px;
	pointer-events: none;
	opacity: .4;
}
.wsequipment-p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	pointer-events: none;
}
.wsequipment-wrap{
	position: relative;
	z-index: 1;
}
.wsequipment-badge {
	display: inline-flex;
	align-items: center;
	height: 20px;
	padding: 0 8px;
	border-radius: 3px;
	background: #F54B30;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
}
.wsequipment-title {
	margin-top: 10px;
	font-size: 17px;
	line-height: 1.3;
	font-weight: 600;
}
.wsequipment-text {
	margin-top: 6px;
	font-size: 13px;
	line-height: 1.3;
}
.wsequipment-action {
	margin-top: 120px;
}
.wsequipment-btn.btn {
	width: 100%;
	height: 44px;
	font-size: 13px;
	font-weight: 600;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/aside-news/style.css?174281361272*/
.wnews .list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/news-item/style.css?17428136129386*/
.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:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(45deg, transparent 74%, #000);
}
.news-item-thumb picture{
	display: block;
	position: relative;
	padding-bottom: 56.6%;
	min-height: 180px;
}
.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: 24px;
	padding: 0 10px;
	gap: 4px;
	border-radius: 3px;
	background: #FFF3C6;
	font-size: 11px;
	font-weight: 600;
	color: #050505;
}
.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: 5px;
}
.news-item-title{
	font-size: 15px;
	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 {
	margin-right: 8px;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	margin-top: -1px;
	height: 18px;
	padding: 0 5px;
	gap: 4px;
	border-radius: 4px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	background: rgba(0, 0, 0, .6);
	cursor: pointer;
	transition: background-color .2s, color .2s;
}
.news-item-video svg{
	fill: currentColor;
}
.news-item.hover .news-item-video{
	background: #F54B30;
}
.news-item-title-link{
	color: inherit;
	transition: color .2s;
}
.news-item.hover .news-item-title-link,
.news-item-title-link:hover{
	color: #F54B30;
}
.news-item-text{
	color: #9A9A9A;
	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{
	order: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #9A9A9A;
	font-size: 13px;
}
.news-item-cats{
	display: flex;
	align-items: center;
	gap: 8px;
}
.news-item-cats:after{
	content: '';
	flex-shrink: 0;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background: #9A9A9A;
}
.news-item-cat{
	color: inherit;
	line-height: 1;
	transition: color .2s;
}
.news-item-cat:hover{
	color: #F54B30;
}
.news-item-controls {
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 0;
}
.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: #F54B30;
}
.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: #F54B30;
}

.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.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-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:after{
	display: none;
}
.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;
	border-radius: 5px;
	background: linear-gradient(180deg, transparent 50%, rgba(0, 0, 0, .8) 100%);
}
.items-news.st-bg .news-item-body {
	position: relative;
	height: 360px;
	padding: 25px;
	color: #fff;
	z-index: 1;
}
.items-news.st-bg .news-item-title{
	margin-top: auto;
	font-size: 17px;
	font-weight: 600;
	max-height: none;
	-webkit-line-clamp: unset;
}
.items-news.st-bg .news-item-meta{
	order: -1;
}
.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-cats {
	position: relative;
	height: 20px;
	padding: 0 8px;
	border-radius: 3px;
	background: rgba(0, 0, 0, 0.60);
	color: #FFF;
	font-size: 11px;
	font-weight: 600;
	z-index: 2;
}
.items-news.st-bg .news-item-cats:after{
	display: none;
}
.items-news.st-bg .news-item-controls {
	display: none;
	top: 12px;
	right: 12px;
}


.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.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: 340px;
		padding: 20px;
	}
	.items-news.st-bg .news-item-title {
		font-size: 15px;
	}
}
@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/footer/style.css?17428136123346*/
.rfooter{
	position: relative;
	padding: 60px 0;
	color: #fff;
	background: #1A1A1A;
}
.rf-r1{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.rf-mtoggle-head{
	margin-bottom: 20px;
}
.rf-mtoggle-head-i{
	display: none;
}
.rf-mtoggle-head-t{
	font-size: 17px;
	font-weight: 500;
	line-height: 1.3;
}
.rf-mtoggle .nav-item{
	margin-bottom: 20px;
}
.rf-mtoggle .nav-link {
	color: #9A9A9A;
	font-size: 15px;
	transition: color .2s, opacity .2s;
}
.rf-mtoggle .nav-link:hover{
	color: #fff;
}
.rf-mtoggle .nav-link-wrap-icon,
.rf-mtoggle .sub-nav{
	display: none;
}
.rf-r2{
	border-top: 1px solid rgba(255,255,255,.2);
	margin-top: 40px;
	padding-top: 40px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}
.rf-contact-link {
	color: inherit;
	font-size: 19px;
	font-weight: 500;
	transition: opacity .2s;
}
.rf-contact-link:hover{
	opacity: .7;
}
.rf-contact-caption{
	margin-top: 8px;
	color: #9A9A9A;
	font-size: 15px;
}
.rf-r3 {
	position: relative;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px solid rgba(255, 255, 255, .2);
	display: grid;
	grid-template-columns: .75fr .25fr;
}
.rf-t284{
	max-width: 850px;
	font-size: 15px;
	color: #9A9A9A;
	line-height: 1.5;
}
.rf-t284 p + p{
	margin-top: 15px;
}
.rf-navcopyr {
	margin-bottom: 15px;
}
.rf-navcopyr .nav{
	display: flex;
	flex-wrap: wrap;
	gap: 15px 10px;
}
.rf-navcopyr .nav-item{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 14px;
}
.rf-navcopyr .nav-link{
	font-size: 15px;
	color: #9A9A9A;
	transition: color .2s;
}
.rf-navcopyr .nav-link:hover{
	color: #fff;
}

@media only screen and (max-width: 1260px) {
	.rf-r1 {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 0;
	}
	.rf-r2 {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 0;
	}
	.rf-r3 {
		grid-template-columns: 1fr;
		gap: 15px 0;
	}
	.rf-t284 {
		max-width: 100%;
	}
	.rf-dev {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
}
@media only screen and (max-width: 760px) {
	.rfooter {
		margin-top: -10px;
		padding: 50px 0 100px;
	}
	.rfooter .container {
		display: flex;
		flex-direction: column;
	}

	.rf-r1 {
		grid-template-columns: 1fr;
		gap: 0;
		margin-top: 10px;
	}
	.rf-mtoggle{
		width: 100%;
		max-width: 100%;
	}
	.rf-mtoggle{
		border-bottom: 1px solid #444;
	}
	.rf-mtoggle-head{
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 60px;
		cursor: pointer;
		margin: 0;
	}
	.rf-mtoggle-head-i{
		fill: currentColor;
		display: block;
	}
	.rf-mtoggle.open .rf-mtoggle-head-i{
		transform: rotate(180deg);
	}
	.rf-mtoggle-body{
		display: none;
		padding-bottom: 30px;
	}
	.rf-mtoggle.open .rf-mtoggle-body{
		display: block;
	}
	.rf-mtoggle .nav {
		margin-bottom: -10px;
		margin-top: -10px;
	}
	.rf-mtoggle .nav-item {
		margin-bottom: 0;
	}
	.rf-mtoggle .nav-link {
		display: block;
		padding: 12px 0;
	}

	.rf-r2 {
		grid-template-columns: 1fr;
		gap: 30px 0;
		order: -1;
		border: none;
		margin: 0;
		padding: 0;
	}
	.rf-contact {
		display: none;
	}

	.rf-r3 {
		margin-top: 25px;
		border: none;
		padding-top: 0;
	}
	.rf-t284 {
		font-size: 13px;
	}
	.rf-navcopyr .nav-link {
		font-size: 13px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/social/style.css?1742813612400*/
.social {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.social-link{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 40px;
	border-radius: 5px;
	background: #2F2F2F;
	color: #fff;
	transition: opacity .2s;
}
.social-link svg{
	fill: currentColor;
	transition: opacity .2s;
}
.social-link:hover svg{
	opacity: .7;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/dev/style.css?1742813612234*/
.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?1742813612767*/
.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: #2F2F2F;
	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: #333;
}
@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/include.block/templates/float-cookie/style.css?17506894901533*/
.fixed-cookie {
	position: fixed;
	left: 50%;
	bottom: 30px;
	max-width: 1200px;
	width: 100%;
	padding: 16px 20px;
	border-radius: 5px;
	border: 1px solid #F6F6F6;
	background: #FFF;
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.10);
	z-index: 999;
	transform: translateX(-50%);
}
.fixed-cookie-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}
.fixed-cookie-text {
	line-height: 1.5;
}
.fixed-cookie-action {
	display: flex;
	gap: 10px;
	flex-shrink: 0;
}
.fixed-cookie-action-btn {
	width: 125px;
	height: 48px;
}
.fixed-cookie-wrap-close {
	position: absolute;
	top: 0px;
	right: 0;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #000;
	transition: color .2s;
}
.fixed-cookie-wrap-close:hover{
	color: #000;
}
.fixed-cookie-wrap-close svg{
	width: 10px;
	height: auto;
	stroke: #000;
	stroke-width: 2px;
}
@media only screen and (max-width: 1260px) {
	.fixed-cookie {
		max-width: 890px;
		margin: auto;
		width: auto;
		left: 20px;
		right: 20px;
		transform: none;
	}
}
@media only screen and (max-width: 930px) {
	.fixed-cookie-wrap {
		align-items: flex-start;
		flex-direction: column;
		gap: 10px;
	}
	.fixed-cookie-action-btn {
		height: 38px;
	}
}
@media only screen and (max-width: 760px) {
	.fixed-cookie {
		bottom: 70px;
	}
}
@media only screen and (max-width: 400px) {
	.fixed-cookie {
		left: 10px;
		right: 10px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-menu/style.css?17428136124510*/
.popup-menu {
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	opacity: 0;
	visibility: hidden;
	transition: opacity .2s ease-out, visibility .2s ease-out;
	z-index: 21;
}
.popup-menu.visible{
	opacity: 1;
	visibility: visible !important;
	transition: opacity .2s ease-out, visibility .2s ease-out;
}
.popup-menu-overlay{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	cursor: zoom-out;
}
.popup-menu-box{
	position: relative;
	transform: translateY(60px);
	opacity: 0;
	z-index: 5;
	transition: transform .2s, opacity .2s;
}
.popup-menu.move .popup-menu-box{
	transition: none;
}
.popup-menu.visible .popup-menu-box{
	opacity: 1;
	transform: translateY(0);
}
.popup-menu-box:before{
	content: '';
	position: absolute;
	top: -9px;
	right: 14px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #303030;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.popup-menu-container{
	display: flex;
	flex-direction: column;
	width: 320px;
	max-height: calc(100vh - 100px);
	padding: 25px 20px;
	border-radius: 5px;
	background: #303030;
	color: #fff;
	box-shadow: 0px 10px 30px 10px rgba(0, 0, 0, .1);
	overflow: auto;
}
.popup-menu-container::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.popup-menu-nav .nav-link {
	display: flex;
	align-items: center;
	height: 36px;
	padding: 0 16px;
	font-size: 15px;
	transition: color .2s, opacity .2s, background-color .2s;
}
.popup-menu-nav .sub-nav,
.popup-menu-nav .nav-link-wrap-icon{
	display: none;
}
.popup-menu-nav1 .nav-link {
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	background: transparent;
}
.popup-menu-nav1 .nav-link:hover{
	background: #3D3D3D;
}
.popup-menu-nav2 {
	position: relative;
}
.popup-menu-nav2:before{
	content: '';
	display: block;
	margin-top: 25px;
	margin-bottom: 25px;
	height: 1px;
	margin-left: -30px;
	margin-right: -30px;
	background: rgba(255,255,255,.1);
}
.popup-menu-nav2 .nav-link{
	color: #9A9A9A;
	font-weight: 500;
}
.popup-menu-nav2 .nav-link:hover{
	color: #fff;
}
.popup-menu-head,
.popup-menu-currency{
	display: none;
}

@media only screen and (max-width: 760px) {
	.popup-menu {
		position: fixed;
		top: 0;
		right: 0;
	}
	.popup-menu-overlay{
		background: rgba(0, 0, 0, .4);
		backdrop-filter: blur(5px);
	}
	.popup-menu-box {
		transform: translateX(100%);
		border-radius: 10px 0 0 10px;
		overflow: hidden;
		background: #1A1A1A;
	}
	.popup-menu.visible .popup-menu-box {
		transform: translateX(0);
	}
	.popup-menu-box:before{
		display: none;
	}
	.popup-menu-container {
		position: relative;
		width: calc(100vw - 20px);
		padding: 85px 20px 120px 20px;
		max-height: 100%;
		height: 100vh;
		background: transparent;
		overflow-x: hidden;
	}
	.popup-menu-head{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: #1a1a1a;
		z-index: 1;
	}
	.popup-menu-head:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background: rgba(255,255,255,.1);
	}
	.popup-menu-logo .logo-p2{
		fill: #fff;
	}
	.popup-menu-close{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 60px;
		height: 68px;
		margin-right: -20px;
		padding-right: 25px;
		color: #F54B30;
		cursor: pointer;
		transition: color .2s;
	}
	.popup-menu-close:hover{
		color: #fff;
	}
	.popup-menu-close svg{
		stroke: currentColor;
	}



	.popup-menu-nav .nav {
		margin-bottom: -10px;
		margin-top: -10px;
	}
	.popup-menu-nav .nav-item {
		margin-bottom: 0;
	}
	.popup-menu-nav .nav-link {
		display: block;
		padding: 12px 0;
	}
	.popup-menu-currency {
		display: block;
		margin-top: 50px;
		position: relative;
	}
	.popup-menu-currency:before{
		content: '';
		position: absolute;
		top: -25px;
		left: -20px;
		right: -20px;
		height: 1px;
		background: rgba(255, 255, 255, .1);
	}
	.popup-menu-currency .currency:hover{
		color: #fff;
	}
	.popup-menu-currency .currency-drop {
		top: auto;
		bottom: calc(100% + 10px);
	}
}
@media only screen and (max-width: 340px) {
	.popup-menu-head {
		padding: 0 15px;
	}
	.popup-menu-container {
		width: calc(100vw - 15px);
		padding-left: 15px;
	}
	.popup-menu-logo .logo-slogan {
		font-size: 18px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-modal/style.css?17428136123177*/
.popup-modal{
	display: none;
	max-width: 420px;
	width: calc(100% - 20px);
	padding: 0;
	margin: 60px 0;
	background: transparent;
	overflow: visible;
}
.popup-modal-wrap {
	transform: translate(0,-25%);
	opacity: 0;
	transition: transform .2s ease-out, opacity .2s ease-out;
}
.fancybox-slide--current .popup-modal-wrap {
	transform: translate(0,0);
	opacity: 1;
	transition: transform .2s ease-out,opacity .2s ease-out
}
.popup-modal-media{
	background: #F5F5F5;
	padding: 35px 40px;
	border-radius: 5px 0 0 5px;
	overflow: hidden;
}
.popup-modal-body{
	flex-shrink: 0;
	padding: 30px 40px;
	background: #fff;
	color: #000;
	border-radius: 0 5px 5px 0;
}
.popup-modal-header{
	margin-bottom: 15px;
}
.popup-modal-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}
.popup-modal-sub-title{
	margin-top: 5px;
	font-size: 15px;
	color: #9A9A9A;
	line-height: 1.4;
}
.popup-modal-group{
	margin-top: 10px;
}
.popup-modal-submit.btn {
	width: 100%;
	height: 60px;
}
.popup-modal .fancybox-close-small {
	padding: 10px;
	right: -50px;
	top: -50px;
	width: 50px;
	height: 50px;
	background: #fff;
	opacity: 1;
	color: #000;
	border-radius: 50%;
	opacity: 0;
}
.fancybox-slide--current .popup-modal .fancybox-close-small{
	opacity: 1;
	transition: opacity .2s .2s ease-out;
}
.popup-modal > .preloader{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(255,255,255,.5);
	backdrop-filter: blur(2px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.popup-modal-success-h {
	font-size: 26px;
	line-height: 1.3;
}
.popup-modal-success-h + .popup-modal-success-text {
	margin-top: 15px;
}
@media only screen and (max-width: 960px) {
	.popup-modal-media {
		padding: 30px 40px;
		border-radius: 5px 5px 0 0;
	}
	.popup-modal-body {
		border-radius: 0 0 5px 5px;
	}
}
@media only screen and (max-width: 760px) {
	.fancybox-slide-modal:before {
		vertical-align: bottom;
	}
	.popup-modal.fancybox-content {
		max-width: 100%;
		width: 100%;
		margin: 0;
		border-radius: 5px 5px 0 0;
		background: #fff;
	}
	.popup-modal-media {
		padding: 0;
		background: transparent;
		border-radius: 0;
	}
	.popup-modal-media > picture{
		display: block;
		height: 200px;
		max-width: 400px;
		margin: 15px auto 0;
		border-radius: 5px;
		overflow: hidden;
	}
	.popup-modal-media > picture img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.popup-modal-body {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		border-radius: 0;
		transform: none;
		padding: 20px 30px 40px;
		opacity: 1;
	}
	.popup-modal .fancybox-close-small {
		right: 10px;
		top: 10px;
		width: 36px;
		height: 36px;
		padding: 8px;
		opacity: 1;
	}
	.popup-modal-sub-title {
		color: #000;
		font-size: 13px;
	}
	.popup-modal-submit.btn {
		height: 50px;
		background: #1A1A1A;
	}
}
@media only screen and (max-width: 500px) {
	.popup-modal-media > picture {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}
	.popup-modal-title {
		font-size: 21px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-modal/skadium/include.block/popup-modal-special-offer/style.css?17428136121949*/
.popup-modal.popup-modal-so{
	max-width: 900px;
}
.popup-modal-so .popup-modal-wrap{
	display: grid;
	grid-template-columns: 1fr 420px;
}
.popup-mso {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.popup-mso-thumb {
	position: relative;
	flex-shrink: 0;
	height: 240px;
	border-radius: 5px;
	overflow: hidden;
}
.popup-mso-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup-mso-badges{
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	z-index: 1;
}
.popup-mso-badge{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 26px;
	padding: 0 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
}
.popup-mso-badge:nth-child(odd){
	background: #222;
}
.popup-mso-badge:nth-child(even){
	background: #F54B30;
}
.popup-mso-title {
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	margin-bottom: 5px;
}
.popup-mso-text {
	color: #9A9A9A;
	font-size: 13px;
	line-height: 1.4;
}
@media only screen and (max-width: 1260px) {
	.popup-modal.popup-modal-so {
		max-width: 780px;
	}
	.popup-modal-so .popup-modal-wrap {
		grid-template-columns: 1fr 400px;
	}
}
@media only screen and (max-width: 960px) {
	.popup-modal.popup-modal-so {
		max-width: 420px;
	}
	.popup-modal-so .popup-modal-wrap {
		display: block;
	}
}
@media only screen and (max-width: 760px) {
	.popup-modal.popup-modal-so {
		max-width: 100%;
	}
	.popup-mso-thumb {
		height: 200px;
		max-width: 400px;
		margin: 15px auto 0;
		width: 100%;
	}
	.popup-mso-badges {
		right: auto;
		left: 10px;
		align-items: flex-start;
	}
	.popup-mso-badge {
		font-size: 10px;
	}
	.popup-mso-body{
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.popup-mso-thumb {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/form-private/style.css?1750693196316*/
.private{
	display: flex;
	align-items: flex-start;
	gap: 8px;
}
.private > input{
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}
.private-text{
	opacity: .8;
	font-size: 13px;
	line-height: 1.3;
	position: relative;
}
.private-text .link{
	color: inherit;
	border-bottom-color: rgba(0,0,0,.3);
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-modal/skadium/include.block/popup-modal-order/style.css?17428136122006*/
.popup-modal.popup-modal-order{
	max-width: 900px;
}
.popup-modal-order .popup-modal-wrap{
	display: grid;
	grid-template-columns: 1fr 420px;
}
.popup-morder {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.popup-morder-thumb {
	position: relative;
	flex-shrink: 0;
	height: 240px;
	border-radius: 5px;
	overflow: hidden;
}
.popup-morder-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.popup-morder-title{
	margin-bottom: 5px;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.2;
}
.popup-morder-t{
	color: #9A9A9A;
	font-size: 13px;
	line-height: 1.3;
}
.popup-morder-seller {
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #DADCDD;
}
.popup-morder-seller-t1 {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 15px;
	font-weight: 500;
}
.popup-morder-seller-t1 svg{
	flex-shrink: 0;
}
.popup-morder-seller-t2 {
	margin-top: 7px;
	color: #9A9A9A;
	font-size: 15px;
	line-height: 1.3;
}
.popup-morder-seller-phone {
	margin-top: 10px;
}
.popup-morder-seller-phone-link{
	color: #000;
	font-size: 19px;
	font-weight: 600;
}
@media only screen and (max-width: 1260px) {
	.popup-modal.popup-modal-order {
		max-width: 780px;
	}
	.popup-modal-order .popup-modal-wrap {
		grid-template-columns: 1fr 400px;
	}
}
@media only screen and (max-width: 960px) {
	.popup-modal.popup-modal-order {
		max-width: 420px;
	}
	.popup-modal-order .popup-modal-wrap {
		display: block;
	}
	.popup-morder-seller {
		display: none;
	}
	.popup-morder-title {
		margin-bottom: 0;
		font-size: 17px;
	}
}
@media only screen and (max-width: 760px) {
	.popup-modal.popup-modal-order {
		max-width: 100%;
	}
	.popup-morder-thumb {
		height: 200px;
		max-width: 400px;
		margin: 15px auto 0;
		width: 100%;
	}
	.popup-morder-body{
		display: none;
	}
}
@media only screen and (max-width: 500px) {
	.popup-morder-thumb {
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-modal/skadium/include.block/popup-modal-callback/style.css?1742813612192*/
.popup-modal-callback .popup-modal-media {
	background: transparent;
	padding: 0;
	border-radius: 5px 5px 0 0;
}
.popup-modal-callback  .popup-modal-body{
	border-radius: 0 0 5px 5px;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-modal/skadium/include.block/popup-modal-question/style.css?1742813612192*/
.popup-modal-question .popup-modal-media {
	background: transparent;
	padding: 0;
	border-radius: 5px 5px 0 0;
}
.popup-modal-question  .popup-modal-body{
	border-radius: 0 0 5px 5px;
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-search/style.css?17428136124942*/
.popup-search {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 31;
	transition: opacity .2s ease-out, visibility .2s ease-out;
}
.popup-search.visible{
	opacity: 1;
	visibility: visible !important;
	transition: opacity .2s ease-out, visibility .2s ease-out;
}
.popup-search::-webkit-scrollbar {
	width: 0;
	height: 0;
	background: transparent;
}
.popup-search-overlay{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	cursor: zoom-out;
	background: rgba(0,0,0,.8);
	backdrop-filter: blur(4px);
}
.popup-search-container{
	position: relative;
	opacity: 0;
	transform: translateY(15px);
	transition: transform .2s .2s ease-out, opacity .2s .2s ease-out;
}
.popup-search.visible .popup-search-container{
	opacity: 1;
	transform: translateY(0);
}
.popup-search-container:before{
	content: '';
	position: absolute;
	left: -50vw;
	right: -50vw;
	top: 0;
	height: 60px;
	background: #000;
	z-index: -1;
}
.popup-search-logo,
.popup-search-h{
	display: none;
}
.popup-search .search-i1 {
	left: 0;
	fill: #9A9A9A;
}
.popup-search .search-input {
	border-radius: 0;
	border: none;
	background: transparent;
	color: #fff;
	padding: 0px 60px 0 40px;
}
.popup-search .search-btn {
	display: none;
}
.popup-search-empty {
	margin-top: 22px;
	color: #fff;
	transition: opacity .2s, visibility .2s;
}
.popup-search-empty-h {
	font-size: 19px;
	font-weight: 700;
}
.popup-search-empty-list {
	margin-top: 25px;
}
.popup-search-empty-list-item {
	margin-top: 20px;
}
.popup-search-empty-list-item-link {
	color: inherit;
	font-size: 17px;
	transition: color .2s
}
.popup-search-empty-list-item-link:hover{
	color: #F54B30;
}
.root-title-search-result-show .popup-search-empty{
	opacity: 0;
	visibility: hidden;
}
.popup-search-close{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	border-radius: 0;
	background: transparent;
	color: #F54B30;
	cursor: pointer;
	transition: color .2s;
	z-index: 1;
}
.popup-search-close svg{
	stroke: currentColor;
}
.title-search-result.d925{
	color: #fff;
}

@media only screen and (max-width: 760px) {
	.popup-search.move .popup-search-container{
		transition: none;
	}
	.popup-search .popup-search-container{
		position: relative;
		display: flex;
		flex-direction: column;
		min-height: 100%;
		max-width: 100%;
		margin-right: 0;
		width: calc(100vw - 20px);
		padding: 0 20px 120px 20px;
		border-radius: 10px 0 0 10px;
		background: #fff;
		box-shadow: 0px 22px 22px 0px rgba(0, 0, 0, 0.09), 0px 6px 12px 0px rgba(0, 0, 0, 0.10);
		transform: translateX(100%);
		transition: transform .2s .2s ease-out;
	}
	.popup-search.visible .popup-search-container{
		transform: translateX(0);
	}
	.popup-search-container:before{
		display: none;
	}

	.popup-search-head{
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 20px;
	}
	.popup-search-head:after{
		content: '';
		position: absolute;
		left: -20px;
		right: -20px;
		bottom: 0;
		height: 1px;
		background: rgba(0,0,0,.1);
	}
	.popup-search-logo{
		display: block;
	}
	.popup-search-logo .logo-slogan {
		color: #fff;
		background: var(--c2);
	}
	.popup-search-close {
		position: static;
		justify-content: flex-end;
		width: 60px;
		height: 68px;
		margin-right: -20px;
		padding-right: 25px;
		border-radius: 0;
	}
	.popup-search-h{
		display: block;
		font-size: 21px;
		margin-bottom: 15px;
		font-weight: 700;
		line-height: 1.2;
	}
	.popup-search .search-input {
		border-radius: 5px;
		border: 1px solid #B5B5B5;
		padding-right: 110px;
		color: #000;
	}
	.popup-search .search-i1{
		left: 15px;
	}
	.popup-search .search-btn {
		display: block;
	}
	.popup-search-empty {
		color: #000;
	}
	.popup-search-empty-h {
		font-size: 17px;
		font-weight: 700;
	}
	.popup-search-empty-list {
		margin-top: 10px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	.popup-search-empty-list-item {
		margin-top: 0;
		width: 100%;
	}
	.popup-search-empty-list-item-link {
		font-size: 15px;
		font-weight: 500;
		line-height: 1;
		color: #135CAE;
		display: block;
		padding: 10px 0;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.title-search-result.d925 {
		color: #000;
	}
	.title-search-result.d925 .bx-search {
		max-height: calc(100vh - 250px);
	}
}
@media only screen and (max-width: 340px) {
	.popup-search-container {
		width: calc(100vw - 15px);
		padding-left: 15px;
	}
	.popup-search-logo .logo-slogan {
		font-size: 18px;
	}
	.popup-search .search-input {
		padding-right: 90px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/search.title/.default/style.css?17428136122986*/
.search {
	position: relative;
}
.search-form {
	position: relative;
	margin: 0;
}
.search-btn.btn {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	width: 130px;
	height: 46px;
	border-radius: 5px;
	background: #EDF3F8;
	color: #135CAE;
	font-size: 15px;
	font-weight: 500;
	transition: background-color .2s;
}
.search-btn.btn:hover{
	background: #ddd;
}
.search-input {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #E3E3E3;
	background: #FFF;
	font-size: 17px;
	font-weight: 500;
	padding: 0 150px 0 50px;
	margin: 0;
	outline: none;
	line-height: 1;
	transition: background .2s;
}
.search-input:hover,
.search-input:focus {
	border-color: #ddd;
}
.search-i1{
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	fill: #777;
}
.title-search-result {
	display: none;
	margin-top: 20px;
	overflow: hidden;
	z-index: 1005;
}
.bx-search {
	max-height: calc(100vh - 200px);
	overflow: auto;
	padding-bottom: 5px;
}
.bx-search-item {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	color: inherit;
	transition: color .2s;
}
.bx-search-item:hover{
	color: #F54B30;
}
.bx-search-item + .bx-search-item {
	margin-top: 15px;
}
.bx-search-thumb {
	flex-shrink: 0;
	width: 100px;
	height: 60px;
	overflow: hidden;
	border-radius: 5px;
}
.bx-search-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: opacity .2s;
}
.bx-search-link {
	line-height: 1.3;
}
.bx-search-all {
	margin-top: 20px;
}
.bx-search-all-link.btn {
	background: #fff;
	height: 46px;
	border-radius: 5px;
	font-weight: 500;
	color: #135CAE;
	font-size: 15px;
	transition: color .2s;
	max-width: 240px;
}
.bx-search-all-link.btn:hover {
	color: #F54B30;
}
@media only screen and (max-width: 760px) {
	.search-input {
		height: 48px;
		font-size: 15px;
		padding: 0 110px 0 40px;
	}
	.search-i1 {
		left: 15px;
		width: 16px;
		height: auto;
	}
	.search-btn.btn {
		right: 4px;
		width: 100px;
		height: 40px;
	}
	.bx-search.custom-scroll::-webkit-scrollbar {
		width: 0;
		height: 0;
		background: transparent;
	}
	.bx-search-item {
		gap: 10px;
		font-size: 15px;
	}
	.bx-search-thumb {
		width: 80px;
		height: 50px;
	}
	.bx-search-link {
		max-height: calc(1em* 2* 1.3);
		line-height: 1.3;
		overflow: hidden;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.bx-search-all-link.btn {
		max-width: 100%;
		background: #eef1f4;
	}
	.title-search-result {
		margin-top: 5px;
		color: #000;
		padding: 15px;
		background: #fff;
		border-radius: 8px;
		border: 1px solid #E3E3E3;
	}
}
@media only screen and (max-width: 340px) {
	.search-input {
		padding-right: 90px;
	}
	.search-btn.btn {
		width: 75px;
	}
	.bx-search-item {
		font-size: 13px;
	}
	.bx-search-thumb {
		width: 60px;
		height: 40px;
	}
}
/* End */


/* Start:/local/components/skadium/include.block/templates/popup-auth/style.css?17428136121843*/
.popup-auth{
	display: none;
	max-width: 360px;
	width: calc(100% - 20px);
	padding: 0;
	margin: 60px 0;
	background: transparent;
	overflow: visible;
}
.popup-auth-wrap {
	border-radius: 5px;
	padding: 35px 40px;
	background: #fff;
	color: #000;
	transform: translate(0,-25%);
	opacity: 0;
	transition: transform .2s ease-out, opacity .2s ease-out;
	overflow: hidden;
}
.fancybox-slide--current .popup-auth-wrap {
	transform: translate(0,0);
	opacity: 1;
	transition: transform .2s ease-out,opacity .2s ease-out
}
.popup-auth-header{
	margin-bottom: 15px;
}
.popup-auth-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.3;
}
.popup-auth-sub-title{
	margin-top: 5px;
	font-size: 15px;
	color: #9A9A9A;
	line-height: 1.4;
}
.popup-auth-private{
	margin-top: 15px;
	text-align: center;
	font-size: 10px;
	line-height: 1.3;
	color: #9A9A9A;
}
.popup-auth-private .link{
	color: inherit;
}
.popup-auth .fancybox-close-small {
	padding: 10px;
	right: -50px;
	top: -50px;
	width: 50px;
	height: 50px;
	background: #fff;
	opacity: 1;
	color: #000;
	border-radius: 50%;
	opacity: 0;
}
.fancybox-slide--current .popup-auth .fancybox-close-small{
	opacity: 1;
	transition: opacity .2s .2s ease-out;
}
@media only screen and (max-width: 760px) {
	.fancybox-slide-auth:before {
		vertical-align: bottom;
	}
	.popup-auth.fancybox-content {
		max-width: 100%;
		width: 100%;
		margin: 0;
		border-radius: 5px 5px 0 0;
		background: #fff;
	}
	.popup-auth .fancybox-close-small {
		right: 10px;
		top: 10px;
		width: 36px;
		height: 36px;
		padding: 8px;
		opacity: 1;
	}
	.popup-auth-wrap {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto;
		transform: none;
		opacity: 1;
	}
	.popup-auth-sub-title {
		color: #000;
		font-size: 13px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/socserv.auth.form/.default/style.css?17428136121777*/
.auth-socserv{
	display: flex;
	flex-direction: column;
	gap: 8px;
}
.auth-socserv-link {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 50px;
	padding: 0 30px;
	gap: 8px;
	border-radius: 5px;
	color: #fff;
	background-size: 200% 100%;
	transition: background .3s;
	overflow: hidden;
}
.auth-socserv-link:hover {
	background-position-x: 100%;
}
.auth-socserv-link-t {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.3;
}
.auth-socserv-link-iw {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	width: 22px;
	height: 22px;
	border-radius: 50%;
}
.auth-socserv-link-iw svg{
	fill: currentColor;
}
.auth-socserv-link iframe{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: auto !important;
	height: 100% !important;
	width: 100% !important;
	overflow: visible !important;
}
.auth-socserv-link_vk {
	background: #016DFF;
	color: #fff;
}
.auth-socserv-link_vk .auth-socserv-link-iw{
	color: #016DFF;
}
.auth-socserv-link_tg {
	background: #3DB9E6;
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	pointer-events: none;
	z-index: 1;
}
.auth-socserv-link_tg .auth-socserv-link-iw{
	color: #3DB9E6;
}
.auth-socserv-link_ya {
	background: #FC371B;
	color: #fff;
}
.auth-socserv-link_ya .auth-socserv-link-iw{
	color: #FC371B;
}
.auth-socserv-link_google {
	border: 1px solid #E3E3E3;
	color: #000;
}
.auth-socserv-link_google:hover{
	background-color: #E3E3E3;
}
.auth-socserv-link_google .auth-socserv-link-iw{
	color: #fff;
	background-color: #D7D2D1;
}
@media only screen and (max-width: 760px) {
	.auth-socserv-link {
		padding: 0 20px;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?174281361223465*/
.filter {
	position: relative;
	padding-top: 38px;
}
.filter form{
	border-radius: 5px;
	background: #F5F5F5;
	padding: 35px;
}
.filter-tabs{
	position: absolute !important;
	top: 0;
	left: 0;
	display: flex;
	max-width: none;
	width: 100%;
}
.filter-tabs-item{
	position: relative;
}
.filter-tabs-item input{
	visibility: hidden;
	position: absolute;
}
.filter-tabs-item-box{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 38px;
	color: #9A9A9A;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
	width: 120px;
}
.filter-tabs-item-box:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 1px;
	background: transparent;
	transition: background .2s;
}
.filter-tabs-item input:checked ~ .filter-tabs-item-box {
	color: #000;
}
.filter-tabs-item input:checked ~ .filter-tabs-item-box:after{
	background: #000;
}
.filter-modef{
	display: none;
}
.filter-parameters {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 20px 24px;
}
.filter-parameter{
	position: relative;
	flex: 1 1 20%;
	max-width: calc(50% - 12px);
}
.filter-parameters .filter-parameter:nth-child(n + 7){
	display: none;
}
.filter.open .filter-parameters .filter-parameter:nth-child(n){
	display: block;
}
.filter-parameters .filter-parameter:nth-child(-n + 8) .filter-parameter-head{
	display: none;
}
.filter-parameter.bx-one-value{
	display: none;
}

.filter-parameter .checkbox-toggle {
	width: 100%;
}
.filter-parameter-head {
	margin-bottom: 10px;
}
.filter-parameter-head-title{
	color: #9A9A9A;
	font-size: 12px;
}
.filter-parameter-head-value{
	display: none;
}
.filter-parameter-head-fa{
	display: none;
}
.filter-parameter-help{
	margin-left: auto;
	font-size: 15px;
	color: rgba(0,0,0,.3);
}

.filter-parameter.A{
	flex-basis: 50%;
}
.filter-parameter.K{
	flex-basis: 33.33%;
}
.filter-parameter_category,
.filter-parameter_marka,
.filter-parameter_model{
	flex: 1 1 30%;
}
.filter-parameter_price,
.filter-parameter_year{
	flex: 1 1 45%;
}


.filter-ui-dropdown.ui.dropdown{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
	height: 48px;
	padding: 0 16px;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #DADCDD;
	transition: border .2s, color .2s;
}
.filter-ui-dropdown.ui.dropdown.active{
	border-color: #878787;
}
.filter-ui-dropdown.ui.dropdown > .text {
	left: 0;
	font-size: 15px;
	font-weight: 500;
	margin: 0;
}
.filter-ui-dropdown.ui.dropdown > .default.text {
	color: #9A9A9A;
}
.filter-ui-dropdown.ui.dropdown > .icon{
	fill: #9A9A9A;
	transition: transform .2s;
}
.filter-ui-dropdown.ui.dropdown.active > .icon{
	fill: #666;
	transform: rotate(180deg);
}
.filter-ui-dropdown.ui.search.dropdown > input.search{
	height: 100%;
	left: 0;
	right: 0;
}
.filter-ui-dropdown.ui.dropdown .menu{
	top: calc(100% + 10px);
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	width: 100%;
	background: #fff;
	border-color: #878787;
}
.filter-ui-dropdown.ui.dropdown.upward .menu{
	top: auto;
	bottom: calc(100% + 10px);
}
.filter-ui-dropdown.ui.dropdown .item{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 10px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	transition: background-color .2s;
	cursor: pointer;
}
.filter-ui-dropdown.ui.dropdown .item.disabled{
	order: 1;
}
.filter-parameter-block[data-code="marka"] .item.disabled,
.filter-parameter-block[data-code="model"] .item.disabled{
	display: none !important;
}
.filter-ui-dropdown.ui.dropdown .item.active{
	color: #000;
	font-weight: 500;
}
.filter-ui-dropdown.ui.dropdown .item:hover{
	background: rgba(0, 0, 0, .05);
}
.filter-ui-dropdown.ui.dropdown .item:before{
	content: '';
	flex-shrink: 0;
	width: 18px;
	height: 18px;
	margin-right: 6px;
	background-position: center;
	background-size: contain;
	opacity: 0;
	visibility: hidden;
}
.filter-ui-dropdown.ui.dropdown .item.active:before{
	opacity: 1;
	visibility: visible;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAtOTYwIDk2MCA5NjAiIHdpZHRoPSIyNHB4IiBmaWxsPSIjMDAwMDAwIj48cGF0aCBkPSJNMzgyLTI0MCAxNTQtNDY4bDU3LTU3IDE3MSAxNzEgMzY3LTM2NyA1NyA1Ny00MjQgNDI0WiIvPjwvc3ZnPg==");
}
.filter-ui-dropdown.ui.dropdown .item-reset:before{
	display: none;
}
.filter-ui-dropdown.ui.dropdown .item-reset{
	display: flex;
	align-items: center;
	height: 40px;
	padding: 0 10px;
	border-bottom: 1px solid #eee;
	font-weight: 400 !important;
	background: transparent !important;
	font-size: 14px;
	opacity: .5;
	cursor: pointer;
}
.filter-ui-dropdown.ui.dropdown .item-reset:hover{
	background: rgba(0, 0, 0, .05) !important;
}
.filter-ui-dropdown.ui.dropdown .item-reset-wi{
	margin-right: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: 18px;
	height: 18px;
}
.filter-ui-dropdown.ui.dropdown .item-reset-i{
	width: 8px;
	height: auto;
	fill: currentColor;
	stroke: currentColor;
	transition: opacity .2s, visibility .2s;
}
.filter-ui-dropdown .item-brand-thumb {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 8px;
	width: 30px;
	height: 30px;
}
.filter-ui-dropdown .item-brand-thumb img {
	object-fit: contain;
	width: 100%;
	height: 100%;
}


.filter-parameter-numbers-item .bx-ft-sub {
	display: none;
	position: absolute;
	font-style: normal;
	left: 16px;
	top: 50%;
	font-size: 14px;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.30);
}
.filter-parameter-input-group input {
	display: block;
	margin: 0;
	width: 100%;
	height: 48px;
	font-weight: 500;
	font-size: 15px;
	padding: 0 15px;
	line-height: 1;
	border-radius: 5px;
	border: 1px solid #DADCDD;
	background: #fff;
	outline: none;
	transition: border .2s;
}
.filter-parameter-input-group input:focus{
	border-color: #000;
}

@media only screen and (min-width: 761px) {
	.filter-parameter-radio-btns {
		display: flex;
		border-radius: 5px;
		padding: 2px;
		background: #e2e2e2;
	}
	.filter-parameter-radio-btns-item {
		position: relative;
		flex-grow: 1;
	}
	.filter-parameter-radio-btns-item label {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 15px;
		color: #000;
		padding-left: 0;
		width: 100%;
		font-weight: 500;
		height: 44px;
		border-radius: 5px;
		cursor: pointer;
	}
	.filter-parameter-radio-btns-item label span {
		position: relative;
		z-index: 1;
	}
	.filter-parameter-radio-btns-item:not(:last-child) label:before {
		content: '';
		position: absolute;
		top: 50%;
		right: 0;
		height: 26px;
		width: 1px;
		background: rgba(0, 0, 0, .1);
		transform: translateY(-50%);
	}
	.filter-parameter-radio-btns-item input {
		position: absolute;
		visibility: hidden;
	}
	.filter-parameter-radio-btns-item input:checked + label:after {
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: -1px;
		right: -1px;
		background: #fff;
		border-radius: 5px;
	}
	.filter-parameter-radio-btns-item:first-child input:checked + label:after {
		left: 0;
	}
	.filter-parameter-radio-btns-item:last-child input:checked + label:after {
		right: 0;
	}
}


.filter-parameter-numbers .filter-parameter-input-group{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}
.filter-parameter-numbers .filter-ui-dropdown-number.ui.dropdown > input {
	display: block !important;
}
.filter-ui-dropdown-number.ui.dropdown > .icon{
	position: absolute;
	right: 16px;
	fill: #9A9A9A;
	transition: transform .2s;
}
.filter-ui-dropdown-number.ui.dropdown.active > .icon{
	fill: #666;
	transform: rotate(180deg);
}
.filter-parameter-numbers .bx-left input {
	border-radius: 5px 0 0 5px;
	border-right-color: transparent;
}
.filter-parameter-numbers .bx-right input {
	border-radius: 0 5px 5px 0;
}
.filter-parameter-numbers .bx-left input:focus,
.filter-parameter-numbers .bx-right input:focus{
	border-radius: 5px;
	border-color: #9B9B9B;
}
.filter-ui-dropdown-number.ui.dropdown .menu{
	top: calc(100% + 10px);
	padding: 5px;
	border-radius: 5px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	width: 100%;
	background: #fff;
	border-color: #878787;
}
.filter-ui-dropdown-number.ui.dropdown.upward .menu{
	top: auto;
	bottom: calc(100% + 10px);
}
.filter-ui-dropdown-number.ui.dropdown .item{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	width: 100%;
	height: 40px;
	padding: 0 16px !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	transition: background-color .2s;
	cursor: pointer;
}
.filter-ui-dropdown-number.ui.dropdown .item.disabled{
	order: 1;
}


.filter-parameter-checkbox-btns{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 10px;
}
.filter-parameter-checkbox.ui.checkbox {
	width: 100%;
	padding: 5px 15px;
	cursor: pointer;
}
.filter-parameter-checkbox.ui.checkbox input[type=checkbox] {
	top: 5px;
	left: 15px;
}
.filter-parameter-checkbox.ui.checkbox label {
	font-size: 14px;
	color: #000;
	padding-left: 30px;
	display: block;
	width: 100%;
}
.filter-parameter-checkbox.ui.checkbox input:checked ~ label{
	color: #000;
}
.filter-parameter-checkbox.ui.checkbox input:checked ~ label:before {
	background: #222;
	border-color: transparent !important;
}
.filter-parameter-checkbox.ui.checkbox input:checked ~ label:after {
	color: #fff !important;
}
.filter-parameter-checkbox.ui.checkbox .checkbox-text{
	line-height: 1.3;
}
.filter-parameter-checkbox.ui.checkbox .count{
	display: none;
}




.filter-btns {
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.filter-btns-reset{
	flex-basis: 33.33%;
}
.filter-btns-reset.hidden{
	visibility: hidden;
}
.filter-btns-more{
	flex-shrink: 0;
	flex-basis: 33.33%;
	display: flex;
	justify-content: center;
}
.filter-btns-submit{
	flex-basis: 33.33%;
	display: flex;
	justify-content: flex-end;
}
.filter-more-btn,
.filter-reset-btn.btn{
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 15px;
	color: #9A9A9A;
	font-weight: 500;
	transition: color .2s;
	cursor: pointer;
}
.filter-more-btn svg{
	position: relative;
	top: 2px;
	flex-shrink: 0;
	fill: currentColor;
	transition: transform .2s;
}
.filter.open .filter-more-btn svg{
	transform: rotate(180deg);
}
.filter-reset-btn svg{
	flex-shrink: 0;
	stroke: currentColor;
}
.filter-more-btn:hover,
.filter-reset-btn.btn:hover{
	color: #000;
}




/*
*Track
*
*/
.bx-ui-slider-track-container {
	padding: 15px 0;
}
.bx-ui-slider-track {
	position: relative;
	height: 2px;
	margin-left: 0;
	margin-right: 0;
	background: #CFCFCF;
}
.bx-ui-slider-parts {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
}
.bx-ui-slider-part span {
	font-size: 12px;
	color: #9A9A9A;
}
.bx-ui-slider-range,
.bx-ui-slider-pricebar,
.bx-ui-slider-pricebar-vd,
.bx-ui-slider-pricebar-vn,
.bx-ui-slider-pricebar-v {
	position: absolute;
	top: 0;
	bottom: 0;
}
.bx-ui-slider-range {
	z-index: 5;
}
.bx-ui-slider-pricebar {
	z-index: 5;
}
.bx-ui-slider-pricebar-vd {
	z-index: 2;
	/*background: #849da4;/* COLOR */
}
.bx-ui-slider-pricebar-vn {
	z-index: 0;
	/*background: #a8dff3;/* COLOR */
}
.bx-ui-slider-pricebar-v {
	z-index: 4;
	background: #F54B30;
	/*background: #499fd8;/* COLOR */
}
.bx-ui-slider-handle {
	position: absolute;
	top: -7px;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	z-index: 10;
	border: 2px solid #F54B30;
}
.bx-ui-slider-handle:hover {
	-webkit-cursor: -webkit-grab;
	-ms-cursor: grab;
	-o-cursor: grab;
	cursor: grab;
}
.bx-ui-slider-handle:active {
	-webkit-cursor: -webkit-grabbing;
	-ms-cursor: grabbing;
	-o-cursor: grabbing;
	cursor: grabbing;
}
.bx-ui-slider-handle.left {
	left: 0;
	margin-left: -1px;
}
.bx-ui-slider-handle.right {
	right: 0;
	margin-right: -1px;
}
.filter-parameter-numbers,
.filter-parameter-price-block {
	display: flex;
}
.filter-parameter-numbers-item {
	position: relative;
	flex-grow: 1;
}






.filter-tag-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.filter-tag-item {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 500px;
	background: #f5f5f5;
	color: #333;
	font-size: 14px;
	padding: 10px 15px;
	transition: background .2s;
	cursor: pointer;
}
.filter-tag-item:hover {
	background: #eee;
}
.filter-tag-item-wicon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
	background: #b9b9c1;
	border-radius: 50%;
	color: #fff;
}
.filter-tag-item-wicon svg{
	stroke: currentColor;
	fill: currentColor;
	stroke-width: 3px;
}

@media only screen and (max-width: 760px) {
	.filter form {
		border-radius: 0;
		padding: 25px 20px;
		margin: 0 -20px;
	}
	.filter-tabs{
		justify-content: space-between;
	}
	.filter-tabs-item {
		flex-grow: 1;
	}
	.filter-tabs-item-box {
		font-size: 13px;
		width: auto;
	}
	.filter-parameters {
		flex-direction: column;
		gap: 8px;
	}
	.filter-parameter{
		flex: 1 1 100% !important;
		max-width: 100% !important;
		width: 100% !important;
	}
	.bx-ui-slider-track-container{
		display: none;
	}
	.filter-btns {
		flex-wrap: wrap;
		gap: 15px;
	}
	.filter-btns-submit {
		flex-basis: 100%;
		order: -1;
		width: 100%;
	}
	.filter-submit-btn {
		width: 100%;
		height: 48px;
	}
	.filter-btns-reset,
	.filter-btns-more {
		flex-basis: auto;
		flex-grow: 1;
	}
	.filter-btns-more{
		justify-content: flex-end;
	}
	.filter-more-btn, .filter-reset-btn.btn {
		gap: 4px;
		font-size: 13px;
	}
	.filter-more-btn svg {
		width: 8px;
		height: auto;
	}





	.filter-parameter.disabled .filter-parameter-head{
		cursor: default;
		pointer-events: none;
	}
	.filter-parameter.disabled .filter-parameter-head > *{
		opacity: .45;
	}
	.filter-parameter-head {
		position: relative;
		display: flex !important;
		flex-direction: column;
		justify-content: center;
		cursor: pointer;
		gap: 5px;
		height: 48px;
		background: #fff;
		border-radius: 5px;
		color: #9A9A9A;
		border: 1px solid #DADCDD;
		padding: 0 16px;
		margin: 0;
		transition: border .2s, color .2s;
	}
	.filter-parameter-head:hover{
		border-color: #9B9B9B;
	}
	.filter-parameter-head-title{
		font-size: 15px;
		font-weight: 500;
	}
	.filter-parameter._val .filter-parameter-head-title{
		font-size: 10px;
	}
	.filter-parameter-head-value{
		font-size: 15px;
		color: #000;
		font-weight: 500;
		display: block;
	}
	.filter-parameter-head-fa{
		flex-shrink: 0;
		display: block;
		position: absolute;
		right: 16px;
	}
	.filter-parameter-head-fa svg{
		fill: currentColor;
	}
	.filter-parameter-block{
		display: none;
	}



	.filter-ui-dropdown.ui.dropdown {
		flex-wrap: wrap;
		height: auto;
		padding: 0;
		background: transparent;
		border-radius: 0;
		border: none;
	}
	.filter-ui-dropdown.ui.dropdown > *:not(.menu){
		display: none;
	}
	.filter-ui-dropdown.ui.dropdown .menu {
		position: static !important;
		display: flex !important;
		flex-direction: column;
		border: none;
		background: transparent;
		height: auto;
		visibility: visible;
		box-shadow: none;
		padding: 0;
		border-radius: 0;
		max-height: calc(100vh - 250px);
	}
	.filter-ui-dropdown.ui.dropdown .menu::-webkit-scrollbar {
		width: 0;
		height: 0;
		background: transparent;
	}
	.filter-parameter-radio-btns-item label,
	.filter-ui-dropdown.ui.dropdown .item {
		height: 48px;
		padding: 0 !important;
		background: transparent !important;
		border-bottom: 1px solid #F5F5F5;
		font-weight: 500;
	}
	.filter-parameter-radio-btns-item label:before,
	.filter-ui-dropdown.ui.dropdown .item:before{
		order: 1;
		flex-shrink: 0;
		margin: 0 0 0 auto;
		display: block;
		background-image: none;
		border: 1px solid #B5B5B5;
		border-radius: 50%;
		opacity: 1;
		visibility: visible;
	}
	.filter-ui-dropdown.ui.dropdown.multiple .item:before{
		border-radius: 3px;
	}
	.filter-parameter-radio-btns-item input:checked + label:before,
	.filter-ui-dropdown.ui.dropdown .item.active:before {
		background: var(--c2);
		border-color: var(--c2);
	}
	.filter-parameter-radio-btns-item input:checked + label:after,
	.filter-ui-dropdown.ui.dropdown .item.active:after{
		content: '';
		position: absolute;
		right: 5px;
		width: 8px;
		height: 8px;
		background: #fff;
		border-radius: 50%;
	}
	.filter-ui-dropdown.ui.dropdown.multiple .item.active:after{
		border-radius: 1px;
	}
	.filter-parameter-radio-btns-item input:checked + label,
	.filter-ui-dropdown.ui.dropdown .item.active {
		color: var(--c2);
	}
	.filter-ui-dropdown.ui.dropdown .item-reset {
		font-size: 15px;
		opacity: 1;
		font-weight: 500 !important;
		background: transparent;
	}
	.filter-ui-dropdown.ui.dropdown .item-reset-wi {
		display: none;
	}
	.filter-ui-dropdown.ui.dropdown .item-reset:hover{
		background: transparent!important;;
	}
	.filter-ui-dropdown .item-brand-thumb {
		order: -1;
		margin-left: 0;
		margin-right: 8px;
	}

	.filter-parameter-radio-btns-item {
		position: relative;
	}
	.filter-parameter-radio-btns-item input{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		opacity: 0;
		visibility: hidden;
	}
	.filter-parameter-radio-btns-item label {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		gap: 10px;
	}
	.filter-parameter-radio-btns-item label .text{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.filter-parameter-radio-btns-item label:before {
		content: '';
		width: 18px;
		height: 18px;
	}



	.root-fpm .popup-filter,
	.root-fpb .popup-filter,
	.root-fpp .popup-filter{
		display: block !important;
	}
	.root-fpm .mobile-controls,
	.root-fpb .mobile-controls,
	.root-fpp .mobile-controls {
		opacity: 0;
		visibility: hidden;
	}
	.fpp.active{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: flex !important;
		flex-direction: column;
		justify-content: flex-end;
		z-index: 20;
	}
	.fpp-overlay{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, .5);
	}
	.fpp-wrap{
		position: relative;
		border-radius: 10px 10px 0px 0px;
		background: #FFF;
		padding: 15px 20px 20px;
	}
	.fpp-head{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.fpp-head-title{
		color: #000;
		font-size: 19px;
		font-weight: 700;
	}
	.fpp-head-close{
		flex-shrink: 0;
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 40px;
		height: 40px;
		color: #B5B5B5;
		cursor: pointer;
	}
	.fpp-head-close svg{
		width: 14px;
		height: auto;
		fill: currentColor;
		stroke: currentColor;
		margin-right: 2px;
	}
	.fpp-body .filter-parameter-block {
		display: block;
	}
	.fpp-body .filter-ui-dropdown.ui.dropdown .item-reset {
		display: none;
	}
	.fpp-control{
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 15px;
		font-weight: 500;
		color: var(--c2);
	}
	.fpp-control > div{
		display: flex;
		align-items: center;
		height: 50px;
		cursor: pointer;
	}





	.fpm.active,
	.fpb.active{
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		display: block !important;
		background: #fff;
		padding: 85px 20px 120px 20px;
		overflow: auto;
		z-index: 20;
	}
	.fpm-head,
	.fpb-head{
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		padding: 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		border-bottom: 1px solid rgba(0,0,0,.1);
		background: #fff;
		z-index: 15;
	}
	.fpm-head:after,
	.fpb-head:after{
		content: '';
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		height: 1px;
		background: rgba(255,255,255,.1);
	}
	.fpm-logo .logo-slogan,
	.fpb-logo .logo-slogan{
		background: var(--c2);
		color: #fff;
	}
	.fpm-close,
	.fpb-close{
		display: flex;
		align-items: center;
		justify-content: flex-end;
		width: 60px;
		height: 68px;
		color: var(--c2);
		margin-right: -20px;
		padding-right: 25px;
		cursor: pointer;
		transition: color .2s;
	}
	.fpm-close svg,
	.fpb-close svg{
		stroke: currentColor;
	}
	.fpm-h,
	.fpb-h{
		display: block;
		font-size: 21px;
		margin-bottom: 15px;
		font-weight: 700;
		line-height: 1.2;
	}
	.fpb-search {
		position: relative;
		margin-bottom: 15px;
	}
	.fpb-search-btn.btn {
		position: absolute;
		right: 4px;
		top: 50%;
		transform: translateY(-50%);
		width: 100px;
		height: 40px;
		border-radius: 5px;
		background: #EDF3F8;
		color: var(--c1);
		font-size: 15px;
		font-weight: 500;
		transition: background-color .2s;
	}
	.fpb-search-btn.btn:hover{
		background: #ddd;
	}
	.fpb-search-input {
		width: 100%;
		height: 48px;
		border-radius: 5px;
		border: 1px solid #B5B5B5;
		background: #FFF;
		font-size: 15px;
		font-weight: 500;
		padding: 0px 16px 0 40px;
		margin: 0;
		outline: none;
		line-height: 1;
		transition: background .2s;
	}
	.fpb-search-input:hover,
	.fpb-search-input:focus {
		border-color: #ddd;
	}
	.fpb-search-i1{
		position: absolute;
		left: 16px;
		top: 50%;
		transform: translateY(-50%);
		fill: #9A9A9A;
	}
	.fpb-marka-back{
		margin: 20px 0 5px;
		display: flex;
		align-items: center;
		text-transform: uppercase;
		gap: 10px;
		font-size: 21px;
		font-weight: 700;
		color: var(--c2);
		cursor: pointer;
	}
	.fpb-marka-back svg{
		flex-shrink: 0;
		stroke: currentColor;
		fill: transparent;
	}
	.fpb-body .filter-parameter-block {
		display: block;
		margin: 0 -20px;
	}
	.fpb-body .filter-ui-dropdown.ui.dropdown .menu {
		max-height: none;
	}
	.fpb-body .filter-ui-dropdown.ui.dropdown .item{
		padding: 0 20px !important;
	}
	.fpb-body .filter-ui-dropdown.ui.dropdown .item.active:after {
		right: 25px;
	}
	.fpb-body .item.hidden{
		display: none !important;
	}
	.fpb-control {
		position: fixed;
		bottom: 30px;
		left: 20px;
		right: 20px;
		z-index: 15;
	}
	.fpb-submit-btn.btn {
		height: 60px;
	}

	.fpm-h{
		margin-bottom: 20px;
	}
	.fpm-body form {
		border-radius: 0;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent;
	}
	.fpm-body .filter-tabs {
		position: static !important;
		border-radius: 5px;
		padding: 2px;
		background: #e2e2e2;
		margin-bottom: 20px;
	}
	.fpm-body .filter-tabs-item-box {
		height: 32px;
		font-weight: 500;
	}
	.fpm-body .filter-tabs-item input:checked ~ .filter-tabs-item-box {
		background: #fff;
		border-radius: 5px;
	}
	.fpm-body .filter-tabs-item input:checked ~ .filter-tabs-item-box:after{
		display: none;
	}
	.fpm-body .filter-parameters {
		gap: 0;
		margin: 0 -20px;
	}
	.fpm-body .filter-parameters .filter-parameter:nth-child(n) {
		display: block;
	}
	.fpm-body .filter-parameter-head {
		height: 50px;
		border-radius: 0;
		border: none;
		padding: 0 20px;
		border-bottom: 1px solid #f5f5f5;
	}
	.fpm-body .filter-parameter-head-fa {
		right: 20px;
	}
	.fpm-body .filter-btns {
		position: fixed;
		left: 20px;
		right: 20px;
		width: auto;
		margin: 0;
		bottom: 30px;
		z-index: 15;
	}
	.fpm-body .filter-submit-btn.btn {
		height: 60px;
		background: var(--c2);
	}
	.fpm-body .filter-btns-reset,
	.fpm-body .filter-btns-more{
		display: none;
	}

	.popup-filter form{
		border-radius: 0;
		padding: 0 !important;
		margin: 0 !important;
		background: transparent;
	}
}
@media only screen and (max-width: 400px) {
	.filter form {
		margin-left: -10px;
		margin-right: -10px;
		padding-left: 10px;
		padding-right: 10px;
	}

	.fpb-logo .logo-slogan {
		font-size: 18px;
	}
	.fpb-search-btn.btn {
		width: 75px;
	}

	.fpp-wrap{
		padding-left: 10px;
		padding-right: 10px;
	}
}
/* End */


/* Start:/local/components/skadium/page/templates/catalog/assets/css/detail.css?1742813612402*/
.pcatalog-leasing{
	margin-top: 50px;
	padding-top: 45px;
	border-top: 1px solid #DADCDD;
}
.pcatalog-review,
.pcatalog-popular{
	margin-top: 45px;
}
@media only screen and (max-width: 760px) {
	.pcatalog-leasing {
		margin-top: 30px;
		padding-top: 0;
		border-top: none;
	}
	.pcatalog-review,
	.pcatalog-popular {
		margin-top: 30px;
	}
	.rfooter {
		padding-bottom: 150px;
	}
}
/* End */
/* /local/templates/.default/assets/css/core.css?174281361239571 */
/* /local/components/skadium/include.block/templates/mobile-controls/style.css?17428136121910 */
/* /local/components/skadium/notification/templates/header/style.css?17428136122371 */
/* /local/components/skadium/include.block/templates/header/style.css?174281361210250 */
/* /local/components/skadium/include.block/templates/logo/style.css?1742813612539 */
/* /local/components/skadium/include.block/templates/currency/style.css?17428136121202 */
/* /local/templates/.default/components/bitrix/breadcrumb/.default/style.css?17428136123193 */
/* /local/templates/.default/components/bitrix/news.detail/catalog/style.css?174281361212300 */
/* /local/components/skadium/include.block/templates/share/style.css?17428136122255 */
/* /local/components/skadium/include.block/templates/catalog-vinfo1/style.css?1742813612753 */
/* /local/components/skadium/include.block/templates/offer-v1/style.css?17428136121384 */
/* /local/components/skadium/include.block/templates/feedback-wa/style.css?17428136121021 */
/* /local/components/skadium/include.block/templates/catalog-vcard/style.css?17428136124440 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/image.css?1742813612293 */
/* /local/components/skadium/editor.blocks/templates/.default/assets/css/toggle.css?1742813612988 */
/* /local/components/skadium/include.block/templates/calc-leasing/style.css?17428136124176 */
/* /local/components/skadium/include.block/templates/sreviewcatalog/style.css?17428136122548 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default/style.css?17428136122171 */
/* /local/components/skadium/include.block/templates/review-item/style.css?17428136124340 */
/* /local/components/skadium/include.block/templates/scatalogitems/style.css?17428136122329 */
/* /local/components/skadium/include.block/templates/catalog-item/style.css?174281361213356 */
/* /local/components/skadium/include.block/templates/subs-tg/style.css?17428136122433 */
/* /local/components/skadium/include.block/templates/catalog-categories-tags/style.css?1742813612434 */
/* /local/components/skadium/include.block/templates/contact142/style.css?17428136121101 */
/* /local/components/skadium/include.block/templates/aside-special-offer/style.css?1742813612564 */
/* /local/components/skadium/include.block/templates/aside-manager/style.css?17428136121308 */
/* /local/components/skadium/include.block/templates/_aw/style.css?1742813612209 */
/* /local/components/skadium/include.block/templates/aside-avd/style.css?1742813612425 */
/* /local/components/skadium/include.block/templates/aside-select-equipment/style.css?1742813612940 */
/* /local/components/skadium/include.block/templates/aside-news/style.css?174281361272 */
/* /local/components/skadium/include.block/templates/news-item/style.css?17428136129386 */
/* /local/components/skadium/include.block/templates/footer/style.css?17428136123346 */
/* /local/components/skadium/include.block/templates/social/style.css?1742813612400 */
/* /local/components/skadium/include.block/templates/dev/style.css?1742813612234 */
/* /local/components/skadium/include.block/templates/btn-to-up/style.css?1742813612767 */
/* /local/components/skadium/include.block/templates/float-cookie/style.css?17506894901533 */
/* /local/components/skadium/include.block/templates/popup-menu/style.css?17428136124510 */
/* /local/components/skadium/include.block/templates/popup-modal/style.css?17428136123177 */
/* /local/components/skadium/include.block/templates/popup-modal/skadium/include.block/popup-modal-special-offer/style.css?17428136121949 */
/* /local/components/skadium/include.block/templates/form-private/style.css?1750693196316 */
/* /local/components/skadium/include.block/templates/popup-modal/skadium/include.block/popup-modal-order/style.css?17428136122006 */
/* /local/components/skadium/include.block/templates/popup-modal/skadium/include.block/popup-modal-callback/style.css?1742813612192 */
/* /local/components/skadium/include.block/templates/popup-modal/skadium/include.block/popup-modal-question/style.css?1742813612192 */
/* /local/components/skadium/include.block/templates/popup-search/style.css?17428136124942 */
/* /local/templates/.default/components/bitrix/search.title/.default/style.css?17428136122986 */
/* /local/components/skadium/include.block/templates/popup-auth/style.css?17428136121843 */
/* /local/templates/.default/components/bitrix/socserv.auth.form/.default/style.css?17428136121777 */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?174281361223465 */
/* /local/components/skadium/page/templates/catalog/assets/css/detail.css?1742813612402 */
