

/* Start:/local/components/skadium/catalog/templates/.default/catalogs.css?17835727125658*/
.popup-filter{
	display: none;
}
.catalog-bread {
	margin-bottom: 10px;
}
.catalog-head {
	margin-bottom: 20px;
}
.catalog-root-sections {
	margin-top: 50px;
}
.catalog-root-sections-row + .catalog-root-sections-row {
	margin-top: 100px;
}
.catalog-root-sections-row {
	position: relative;
}
.catalog-root-sections-b1 {
	position: absolute;
	left: 0;
	top: 116px;
	bottom: 0;
	width: 280px;
	background: #fff;
	z-index: 2;
}
.catalog-root-sections-b1 .shop-group-item {
	height: auto;
}
.catalog-columns {
	display: flex;
}
.catalog-aside {
	flex-shrink: 0;
	width: 280px;
	margin-right: 30px;
}
.catalog-aside-head {
	padding-bottom: 12px;
	margin-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.catalog-aside-h {
	color: #333;
	font-weight: 500;
}
.catalog-main {
	width: calc(100% - 210px);
}
.catalog-controls {
	position: relative;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
}
.catalog-controls-sort {
	flex-shrink: 0;
}
.catalog-controls-sort .micon{
	display: none;
}
.catalog-controls-sort .b-ui-dropdown-head {
	color: #fff;
	height: 40px;
	background: #505050;
	border-radius: 10px;
	padding: 0 15px;
	transition: background .2s;
}
.catalog-controls-sort .b-ui-dropdown-head:hover {
	background: #666;
}
.catalog-controls-btn-filter {
	display: none;
}
.catalog-controls-view {
	flex-shrink: 0;
	margin-left: auto;
	display: inline-flex;
	height: 40px;
	padding: 2px;
	border-radius: 4px;
	background: #f8f8f8;
}
.catalog-controls-view-link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	cursor: pointer;
	border-radius: 4px;
	color: #6c6c6c;
	transition: background .2s;
}
.catalog-controls-view-link svg {
	fill: currentColor;
}
.root-catalog-view-card [data-catalog-view-set="card"] {
	cursor: default;
	background: #fff;
}
.root-catalog-view-list [data-catalog-view-set="list"] {
	background: #fff;
	cursor: default;
}
.catalog-filter-selected {
	margin-bottom: 25px;
}
.catalog-filter-selected .grid {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.catalog-filter-selected .item {
	display: flex;
	align-items: center;
	gap: 10px;
	border-radius: 5px;
	border: 1px solid #d8d8d8;
	color: #6c6c6c;
	font-size: 14px;
	padding: 6px 12px;
	transition: background .2s;
	cursor: pointer;
}
.catalog-filter-selected .item:hover {
	background: #f8f8f8;
}

.catalog-so{
	margin-top: 80px;
	padding-top: 90px;
}
.catalog-so .sswer-media-thumb {
	padding: 50px;
}
.catalog-so .sswer-media-thumb img {
	max-height: 250px;
	object-fit: contain;
}
.catalog-bg {
	position: relative;
}
.catalog-bg:before {
	content: '';
	position: absolute;
	left: -20vw;
	right: -20vw;
	top: 0;
	bottom: -340px;
	border-radius: 0px 0px 20px 20px;
	background: #f8f8f8;
	z-index: -1;
}
.catalog-blog {
	margin-top: 100px;
}
.catalog-blog .slider-arrow{
	border: none;
}
.catalog-viewed {
	margin-top: 60px;
}

@media only screen and (max-width: 1100px) {
	.catalog-root-sections {
		margin-top: 0;
		display: grid;
		gap: 15px;
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}
	.catalog-root-sections-row + .catalog-root-sections-row {
		margin-top: 0;
	}
	.catalog-root-sections .catalog-root-sections-b1 {
		position: static;
		width: 100%;
	}
	.catalog-root-sections .scataloglider {
		display: none;
	}
	.catalog-aside {
		display: none;
	}
	.catalog-main {
		width: 100%;
	}
	.catalog-controls-view {
		margin-left: 0;
	}
	.catalog-controls-btn-filter {
		margin-left: auto;
		display: block;
	}
	.catalog-btn-filter {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 7px;
		width: 160px;
		height: 40px;
		color: #fff;
		border-radius: 5px;
		background: #1f1f1f;
		box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
		cursor: pointer;
	}


	.popup-filter {
		position: fixed;
		left: 15px;
		top: 15px;
		right: 15px;
		max-height: 85vh;
		border-radius: 0px 0px 20px 20px;
		background: #fff;
		color: #000;
		overflow: hidden;
		overflow-y: auto;
		z-index: 21;
	}
	.popup-filter::-webkit-scrollbar {
		width: 0;
	}
	.popup-filter.visibility {
		display: block;
	}
	.popup-filter .popup-wrap{
		padding: 0 15px 100px;
	}
	.popup-filter .bx-filter-button-box {
		display: block;
		margin-top: 40px;
		padding: 0;
	}
}
@media only screen and (max-width: 760px) {
	.catalog-controls {
		margin-bottom: 15px;
	}
	.catalog-controls-sort .ui.selection.dropdown .menu {
		max-height: 300px;
	}
	.catalog-controls-sort .ui.selection.dropdown {
		min-width: 210px;
		padding: 0 15px;
	}
	.ui.selection.dropdown .menu > .item {
		padding: 15px !important;
	}
	.catalog-so {
		margin-top: 50px;
		padding-top: 50px;
	}
	.catalog-blog {
		margin-top: 60px;
	}
	.catalog-viewed {
		margin-top: 40px;
	}
}
@media only screen and (max-width: 500px) {
	.catalog-controls-sort .ui.selection.dropdown {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		min-width: 0;
		padding: 0;
	}
	.catalog-controls-sort .ui.selection.dropdown > .text,
	.catalog-controls-sort .ui.selection.dropdown > .icon{
		display: none;
	}
	.catalog-controls-sort .micon{
		display: block;
		fill: #6C6C6C;
	}
	.catalog-controls-sort .ui.selection.dropdown .menu {
		min-width: 250px;
	}
}

@media only screen and (max-width: 340px) {
	.popup-filter {
		left: 10px;
		top: 10px;
		right: 10px;
	}
	.popup-filter .popup-wrap{
		padding: 0 10px 100px;
	}
}
/* End */


/* Start:/local/templates/s1/components/bitrix/breadcrumb/.default/style.css?17067572212883*/
.breadcrumbs {
	display: inline-flex;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	padding-bottom: 2px;
	color: rgba(0,0,0,.7);
	overflow: auto;
	overflow-y: hidden;
}
.breadcrumbs-item {
	position: relative;
	line-height: 1;
	white-space: nowrap;
	display: inline-flex;
	align-items: center;
}
.breadcrumbs-item:first-child .breadcrumbs-line{
	display: none;
}
.breadcrumbs-link {
	display: inline-flex;
	align-items: center;
	color: inherit;
}
.breadcrumbs-link .text{
	white-space: nowrap;
}
a.breadcrumbs-link {
	color: inherit;
	transition: opacity .2s;
}
.breadcrumbs-link .icon-arrow{
	display: none;
	margin-left: 6px;
	width: 9px;
	height: 5px;
	stroke: #000;
}
.breadcrumbs-line{
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	margin-left: 10px;
	margin-right: 10px;
}
.breadcrumbs-drop{
	position: absolute;
	left: 15px;
	top: 100%;
	z-index: 5;
	opacity: 0;
	visibility: hidden;
	display: none !important;
}
.breadcrumbs-item:hover .breadcrumbs-drop{
	opacity: 1;
	visibility: visible;
}
.breadcrumbs-drop:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 15px;
	bottom: 0;
	background: #fff;
	border-radius: 5px;
	transform-origin: 0;
	transform: scaleX(0);
	z-index: -1;
	transition: transform .1s;
}
.breadcrumbs-item:hover .breadcrumbs-drop:before {
	transform: scaleX(1);
	transition: transform .4s;
}
.breadcrumbs-item:hover .breadcrumbs-link{
	position: relative;
	z-index: 2;
}
.breadcrumbs-bread{
	margin-top: 15px;
	padding: 20px;
	border-radius: 5px;
	width: 300px;
	max-height: 300px;
	overflow: auto;
	scrollbar-width: thin;
	opacity: 0;
	transition: opacity 0s;
}
.breadcrumbs-item:hover .breadcrumbs-bread{
	opacity: 1;
	transition: opacity .3s .3s;
}
.breadcrumbs-bread::-webkit-scrollbar-track {
	background: #D2D2D2;
}
.breadcrumbs-bread::-webkit-scrollbar {
	width: 4px;
	background: #D2D2D2;
}
.breadcrumbs-bread::-webkit-scrollbar-thumb {
	background: #000;
}
.breadcrumbs-bread-item + .breadcrumbs-bread-item{
	margin-top: 10px;
}
.breadcrumbs-bread-link{
	font-size: 14px;
	line-height: 1.1;
	white-space: nowrap;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	color: rgba(0,0,0,.7);
	transition: opacity .2s;
}
.breadcrumbs-bread-link:hover{
	opacity: 1;
}
.breadcrumbs-bread-link_all{
	display: inline-block;
	opacity: 1 !important;
	color: inherit;
	border-bottom: 1px solid;
	transition: border .2s;
}


.backpage {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: inherit;
	line-height: 1;
	overflow: hidden;
	cursor: pointer;
	z-index: 1;

	transition: color .2s, stroke .2s;
}
.backpage svg {
	flex-shrink: 0;
	stroke: currentColor;
}
.backpage-t {
	display: none;
	font-size: 14px;
}
/* End */


/* Start:/local/components/skadium/catalog/templates/.default/bitrix/catalog.section.list/sections-root-top/style.css?17067572212384*/
.catalog-sections-top{
	margin-bottom: 45px;
}
.catalog-sections-list{
	position: relative;
}
.catalog-sections-list .slick-list {
	margin: 0 -10px;
}
.catalog-sections-list-item {
	outline: none;
}
.catalog-sections-list-item:nth-child(n+2){
	display: none;
}
.catalog-sections-list.slick-initialized .catalog-sections-list-item{
	display: block;
}
.catalog-sections-list-item.slick-slide{
	padding-left: 10px;
	padding-right: 10px;
	opacity: 0;
	visibility: hidden;
}
.catalog-sections-list-item.slick-current,
.catalog-sections-list-item.slick-current ~ .slick-slide{
	opacity: 1;
	visibility: visible;
}
.catalog-sections-list .slider-arrow{
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	z-index: 1;
}
.catalog-sections-list .slider-prev{
	left: 0;
	transform: translate(-50%, -50%);
}
.catalog-sections-list .slider-next{
	right: 0;
	transform: translate(50%, -50%);
}
.catalog-sections-list-item .item {
	display: flex;
	align-items: center;
	gap: 15px;
	width: 230px;
	height: 70px;
	border-radius: 5px;
	background: #fff;
	color: #000;
	border: 1px solid #eee;
	padding: 10px;
	outline: none;
	transition: border .2s;
}
.catalog-sections-list-item .item:hover{
	border-color: #ccc;
}
.catalog-sections-list-item .item-thumb {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: #F6F6F6;
	flex-shrink: 0;
}
.catalog-sections-list-item .item-name{
	font-size: 15px;
	line-height: 1.2;
	transition: color .2s;
}
.catalog-sections-list-item .item:hover .item-name{
	color: #E46D64;
}
@media only screen and (max-width: 1300px) {
	.catalog-sections-list {
		margin: 0 20px;
	}
}
@media only screen and (max-width: 1100px) {
	.catalog-sections-top {
		margin-bottom: 25px;
		margin-right: -15px;
	}
	.catalog-sections-list {
		margin: 0;
	}
	.catalog-sections-list .slick-list {
		margin: 0 -5px;
	}
	.catalog-sections-list-item.slick-slide {
		padding-left: 5px;
		padding-right: 5px;
	}
	.catalog-sections-list-item .item {
		gap: 10px;
		width: 200px;
	}
}
@media only screen and (max-width: 760px) {
	.catalog-sections-list-item .item {
		width: auto;
		max-width: 200px;
	}
}
@media only screen and (max-width: 340px) {
	.catalog-sections-top {
		margin-right: -10px;
	}
}
/* End */


/* Start:/local/components/skadium/catalog/templates/.default/bitrix/catalog.smart.filter/.default/style.css?170675722116447*/
.bx-filter{
	overflow: visible !important;
}
.bx-filter-section {
	position: relative;
}
.bx-filter-parameters-box-price{
	margin-top: 0;
}
.bx-filter-popup-result {
	font-weight: 500;
	font-size: 16px;
	position: absolute;
	z-index: 12;
	display: none;
	margin-top: -30px;
	margin-left: 0;
	padding: 25px;
	white-space: nowrap;
	min-height: 0;
	line-height: 1.5;
	background: #fff;
	color: #101010;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: none;
	-webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.bx-filter-popup-result.right {
	right:0;
}
.bx-filter-popup-result.left {
	left: 0;
}
.bx-filter-popup-result-action{
	margin-top: 12px;
}
.bx-filter-popup-result-action .btn{
	width: 100%;
	font-size: 12px;
	height: 50px;
}
.bx-filter-popup-result-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 10px;
	cursor: pointer;
	opacity: .7;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}
.bx-filter-popup-result-close:hover{
	opacity: 1;
}


.bx-filter-parameters-box{
	position: relative;
	margin-top: 25px;
}
.bx-filter-parameters-box.bx-one-value + .bx-one-value{
	margin-top: 15px;
}
.bx-filter-parameters-box.bx-one-value .bx-filter-parameters-box-container {
	overflow: hidden;
}
.bx-filter-parameters-box-head {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 12px;
}
.bx-filter-parameters-box-head .fa{
	display: none;
	order: 1;
	transition: transform .2s;
}
.bx-active .bx-filter-parameters-box-head .fa.fa-angle-up{
	transform: rotate(180deg);
}
.bx-filter-parameters-box-hint{
	color: #333;
	font-weight: 500;
}
.bx-filter-parameters-box-help{
	margin-left: auto;
	font-size: 15px;
	color: rgba(0,0,0,.3);
}
.bx-filter-parameters-box-container-block .bx-ft-sub {
	position: absolute;
	font-style: normal;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: rgba(0, 0, 0, 0.30);
}
.bx-filter-input-container input {
	display: block;
	margin: 0;
	width: 100%;
	height: 40px;
	font-weight: 400;
	font-size: 14px;
	padding: 0 15px;
	line-height: 1;
	border-radius: 5px;
	background: #F8F8F8;
	border: 1px solid transparent;
	outline: none;
	-webkit-transition: border .2s;
	-o-transition: border .2s;
	transition: border .2s;
}
.bx-filter-input-container input:focus{
	border-color: #ccc;
}
.bx-filter-parameters-box-container-block.bx-left input {
	padding-left: 40px;
}
.bx-filter-parameters-box-container-block.bx-right input {
	padding-left: 40px;
}
.bx-filter-block {
	margin: 0;
	padding: 0;
}
.bx-filter-parameters-box-container{
	max-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
}
.bx-filter-parameters-box.show .bx-filter-parameters-box-item{
	display: block;
}
.bx-filter-parameters-box-container::-webkit-scrollbar-track {
	background: #efefef;
	border-radius: 10px;
}
.bx-filter-parameters-box-container::-webkit-scrollbar {
	width: 4px;
	height: 4px;
	background: #efefef;
	border-radius: 10px;
}
.bx-filter-parameters-box-container::-webkit-scrollbar-thumb {
	background: #8E8E8E;
	border-radius: 10px;
}
.bx-filter-parameters-box.bx-active .bx-filter-block{
	display: block;
}
.bx-filter-parameters-box-container-numbers .bx-filter-input-container{
	position: relative;
}
.bx-filter-parameters-box-container-numbers .bx-ft-sub {
	display: block;
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 14px;
	font-style: normal;
	text-transform: lowercase;
	color: #777
}
.bx-filter-parameters-box-container-numbers input {
	padding-left: 40px;
}
.bx-filter-parameters-box-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
}
.bx-filter-parameters-box-item:nth-child(n+6){
	display: none;
}
.bx-filter-parameters-box-item .ui.checkbox {
	width: 100%;
	padding: 5px 0;
	cursor: pointer;
}
.bx-filter-parameters-box-item .ui.checkbox input[type=checkbox] {
	top: 5px;
	left: 0;
}
.bx-filter-parameters-box-item .ui.checkbox label {
	color: #000;
	padding-left: 30px;
	display: block;
	width: 100%;
}
.bx-filter-parameters-box-item .ui.checkbox label:before{
	border-radius: 2px;
	border-color: #6C6C6C !important;
}
.bx-filter-parameters-box-item .ui.checkbox input:checked~label{

}
.bx-filter-parameters-box-item .ui.checkbox input:checked ~ label:before{
	background: #6c6c6c !important;
	border-color: #6c6c6c !important;
}
.bx-filter-parameters-box-item .ui.checkbox input:checked ~ label::after {
	color: #fff !important;
}
.bx-filter-button-box {
	display: none;
}
.bx-filter-button-box .bx-filter-block{
	margin: 0;
}
.bx-filter-button-box .bx-filter-parameters-box-container{
	padding: 0;
}
.bx-filter-button-box .btn{
	width: 100%;
	height: 50px;
	padding: 0;
}
.bx-filter-button-box .wrap-reset{
	margin-top: 12px;
}
.bx-filter-parameters-box-more{
	margin-top: 10px;
	margin-bottom: 30px;
}
.bx-filter-parameters-box-more-link{
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #3D6BE3;
	transition: color .2s;
	cursor: pointer;
}
.bx-filter-parameters-box-more-link svg{
	width: 8px;
	height: 5px;
	fill: currentColor;
	opacity: .6;
	transition: fill .2s, transform .2s;
}
.bx-filter-parameters-box.show .bx-filter-parameters-box-more-link svg{
	transform: rotate(180deg);
}
.bx-filter-selected {
	display: flex;
	flex-wrap: wrap;
	margin-top: 15px;
	margin-left: -5px;
	margin-right: -5px;
}
.bx-filter-selected-item {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 10px;
}
.b-tag-filter {
	display: flex;
	align-items: center;
	border: 1px solid rgba(0,0,0,.4);
	box-shadow: inset 0px 0px 28px -4px rgba(255, 255, 255, 0.75);
	border-radius: 10px;
	padding: 10px 15px;
	cursor: pointer;
	transition: background .2s, color .2s;
}
.b-tag-filter:hover{
	color: #fff;
	background: #2C2C2C;
	border-color: transparent;
}
.b-tag-filter-text {
	font-size: 15px;
}
.b-tag-filter-icon {
	font-size: 6px;
	margin-left: 5px;
	stroke: currentColor;
}

/*
*Track
*
*/
.bx-ui-slider-track-container {
	padding-top: 7px;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
.bx-ui-slider-track {
	position: relative;
	height: 4px;
	margin-left: 1px;
	margin-right: 1px;
	background: #eee;
}
.bx-ui-slider-part {
	display: none;
}
.bx-ui-slider-part.p1 {
	left: 0;
}
.bx-ui-slider-part.p2 {
	right: 0;
}
.bx-ui-slider-part span {
	font-size: 11px;
	position: absolute;
	top: -16px;
	left: 50%;
	display: none;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	color: #000;
}
.bx-ui-slider-part.p2 span,
.bx-ui-slider-part.p3 span,
.bx-ui-slider-part.p4 span {
	color: #6b8086;
}
.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;
}
.bx-ui-slider-pricebar-vn {
	z-index: 0;
}
.bx-ui-slider-pricebar-v {
	z-index: 4;
	background: #1f1f1f;
}
.bx-ui-slider-handle {
	position: absolute;
	top: -6px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #1f1f1f;
	z-index: 10;
}
.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;
}
.bx-filter-parameters-box-container-numbers,
.bx-filter-parameters-box-price-block {
	display: flex;
	gap: 10px;
}
.bx-filter-parameters-box-container-block {
	position: relative;
	flex-grow: 1;
}
/*
*	Select
*
*/

.bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.bx-retina .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
}
.bx-filter-select-block {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
}
.bx-filter-select-text {
	font-size: 15px;
	line-height: 33px;
	overflow: hidden;
	max-width: 100%;
	height: 33px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}
.bx-filter-select-text.fix {
	min-width: 120px;
}
.bx-filter-select-text label {
	cursor: pointer;
}
.bx-filter-select-arrow {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 33px;
	cursor: pointer;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC') no-repeat center;
}
/*
*	Select popup
*
*/

.bx-filter-select-popup {
	background: #fff;
	padding: 0;
	min-width: 173px;
}
.bx-filter-select-popup ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bx-filter-select-popup ul li {
	display: block;
	text-align: left;
	vertical-align: middle;
}
.bx-filter-select-popup ul li:first-child {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.bx-filter-select-popup ul li label {
	font-size: 14px;
	line-height: 26px;
	display: block;
	text-align: left !important;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	color: #575757;
}
.bx-filter-select-popup ul li label.selected,
.bx-filter-select-popup ul li label:hover {
	color: #000;
	background: #f3f8fa;
}
.bx-filter-select-popup ul li label.disabled {
	color: #b8b8b8;
	background: transparent;
}
.bx-filter-select-popup ul li .bx-filter-param-text {
	line-height: 34px !important;
}
/*
* TAGS
*
*/

.bx-filter-tag {
	padding: 18px;
	/*border-top: 1px solid #d7eaf7;/* COLOR */
	/*border-bottom: 1px solid #d7eaf7;/* COLOR */
}
.bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	/*color: #68939e;/* COLOR */
	text-shadow: none;
}
.bx-tag-link.bx-active,
.bx-tag-link:hover {
	color: #1d3d46;
}
/*
*	LABEL
*
*/
.bx-filter-param-btn-inline .bx-filter-param-label {
	float: left;
	display: block;
	margin: 2px;
}
.bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}

.bx-filter-param-label.dib {
	display: inline-block;
}
.bx-filter-param-text {
	font-weight: normal;
}
.bx-filter-param-label.disabled .bx-filter-param-text {
	color: #6c6c6c;
}
.bx-filter-select-popup .bx-filter-param-label.bx-active {
	background: #f3f8fa;
}





/*
* 	BTN
*
*/

.bx-filter-param-btn {
	font-weight: normal;
	display: inline-block;
	width: 38px;
	height: 38px;
	padding: 6px;
	text-align: center;
	text-decoration: none;
	color: #000;
	vertical-align: middle;
	border: 1px solid #ccd5db;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-o-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	-webkit-transition: border .3s ease, color .3s ease, -webkit-box-shadow .1s ease;
	transition: border .3s ease, color .3s ease, -webkit-box-shadow .1s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease, -webkit-box-shadow .1s ease;
	cursor: pointer;
}
.bx-retina .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-webkit-border-image: url(/local/components/skadium/catalog/templates/.default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	-o-border-image: url(/local/components/skadium/catalog/templates/.default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/components/skadium/catalog/templates/.default/bitrix/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}
/* COLOR */
/* --- colors */
.bx-filter-param-btn.bx-color-sl {}

.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}
.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	position: relative;
}
.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	left: 0;
	content: ' ';
	display: block;
	z-index: 100;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==") no-repeat center;
	opacity: .7;
}
.bx-filter-param-btn .bx-filter-param-text {
	line-height: 26px;
}
/*
* BTN P/M
*
*/

.bx-filter-param-btn.bx-spm {
	width: 23px;
	min-width: 23px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	padding: 0;
	font-size: 17px;
	color: #767b7e;
	vertical-align: top;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
}
.bx-filter-param-btn.bx-spm.bx-plus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=") no-repeat center;
}
.bx-filter-param-btn.bx-spm.bx-minus {
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC") no-repeat center;
}
.bx-filter-param-btn.bx-spm:active {
	outline: none !important;
	-webkit-box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}
span.bx-spm {
	font-size: 18px;
	/*font-weight:bold;*/

	line-height: 23px;
	display: inline-block;
	height: 23px;
	margin: 0 10px;
	vertical-align: middle;
	color: #000;
}
/*
*	icon
*
*/

.bx-filter-select-popup .bx-filter-select-text-icon,
.bx-filter-select-text-icon {
	line-height: 33px;
	position: relative;
	display: inline-block;
	width: 23px;
	height: 23px;
	margin-top: -4px;
	margin-right: 2px;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	-webkit-border-radius: 2px;

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .05);
	background-size: cover;
}
.bx-filter-select-popup .bx-filter-btn-color-icon {
	width: 20px;
	height: 20px;
	margin: 2px 0;
	top: 0 !important;
}
.bx-filter-select-block .bx-filter-btn-color-icon {
	top: -1px !important;
}
.bx-filter-btn-color-icon.all {
	position: relative;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none
}
.bx-filter-btn-color-icon.all:after,
.bx-filter-btn-color-icon.all:before {
	position: absolute;
	width: 60%;
	height: 60%;
	background: #fff;
	content: " ";
	-webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
	box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}
.bx-filter-btn-color-icon.all:after {
	right: 0;
	bottom: 0;
}
.bx-filter-btn-color-icon.all:before {
	top: 0;
	left: 0;
}
.bx-filter-param-label.disabled .bx-filter-btn-color-icon {
	opacity: .2;
}
/*
* 	BIZ
*
*/

.bx-filter-parameter-biz {
	font-size: 14px;
	line-height: 15px;
	display: inline-block;
	margin-right: 10px;
	text-decoration: none;
	color: #1485ce;
	border-bottom: 1px dashed;
}
.bx-filter-parameter-biz:hover {
	text-decoration: none;
	border-bottom: 1px solid;
}
.bx-filter-parameter-biz.bx-active {
	position: relative;
	/*padding-left:20px;*/

	color: #000;
	border-color: transparent;
}

/* End */


/* Start:/local/components/skadium/catalog/templates/.default/bitrix/catalog.section.list/sections-sub-sections/style.css?1757053619985*/
.catalog-sub-sections{
	margin-bottom: 30px;
}
.catalog-sub-sections .nav{
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}
.catalog-sub-sections .nav-link{
	display: block;
	border-radius: 5px;
	border: 1px solid #6c6c6c;
	color: #000;
	font-size: 14px;
	padding: 7px 12px;
	transition: border .2s;
}
.catalog-sub-sections .nav-link:hover{
	border-color: #ccc;
}
@media only screen and (max-width: 1100px) {
	.catalog-sub-sections {
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 760px) {
	.catalog-sub-sections {
		margin-bottom: 15px;
	}
	.catalog-sub-sections .nav{
		gap: 6px;
	}
	.catalog-sub-sections .nav-link{
		font-size: 12px;
	}
}
@media only screen and (max-width: 500px) {
	.catalog-sub-sections .nav {
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
	.catalog-sub-sections .nav-link {
		display: flex;
		align-items: center;
		font-size: 13px;
		height: 100%;
		min-height: 44px;
		padding: 5px;
	}
}
/* End */


/* Start:/local/templates/s1/components/bitrix/system.pagenavigation/.default/style.css?17067572211833*/
.pagination{
	display: flex;
	flex-direction: column;
}
.pagination-loader .preloader {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
	margin-top: 30px;
}
.pagination-more{
	margin-top: 30px;
	text-align: center;
	order: 1;
}
.pagination-btn-more{
	width: 260px;
	height: 60px;
	border-radius: 5px;
	background: #1F1F1F;
	color: #fff;
	transition: background .2s;
}
.pagination-btn-more:hover {
	background: #000;
}
.pagination-btn-more .btn-icon{
	flex-shrink: 0;
	margin-right: 10px;
	stroke: currentColor;
}
.pagination-num {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.pagination-pn{
	width: 110px;
	flex-shrink: 0;
}
.pagination-list{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
}
.pagination-list-link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	font-size: 16px;
	font-weight: 400;
	text-decoration: none;
	cursor: pointer;
	border-radius: 5px;
	color: inherit;
	transition: color .2s, background .2s, border .2s;
}
a.pagination-list-link:hover{
	border-color: #000;
}
span.pagination-list-link{
	background: #1F1F1F;
	color: #fff;
}
.pagination-pn-link{
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	color: inherit;
	font-weight: 500;
	transition: color .2s, background .2s, border .2s;
}

@media only screen and (max-width: 760px) {
	.pagination-list {
		gap: 0;
	}
	.pagination-list-link {
		width: 34px;
		height: 34px;
	}
	.pagination-more {
		margin-top: 20px;
	}
}
@media only screen and (max-width: 400px) {
	.pagination-pn {
		width: 70px;
		display: none;
	}
	.pagination-pn-link {
		gap: 6px;
		font-size: 13px;
	}
}
/* End */


/* Start:/local/components/skadium/catalog/templates/.default/bitrix/catalog.section/.default/style.css?1772019489707*/
.catalog-list{
	display: grid;
	gap: 40px 30px;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.catalog-list-item{
	container: catalog-list-item / inline-size;
}
.catalog-pagination .pagination-num {
	justify-content: space-between;
	border-radius: 5px;
	border: 1px solid #ECECEC;
	padding: 10px 30px;
}

.root-catalog-view-list .catalog-list{
	grid-template-columns: none;
	gap: 20px;
}

@media only screen and (max-width: 760px) {
	.catalog-list {
		gap: 40px 20px;
		grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
	}
	.catalog-pagination .pagination-num {
		justify-content: center;
		border-radius: 0;
		border: none;
		padding: 0;
	}
}

/* End */


/* Start:/local/templates/s1/components/bitrix/catalog.item/.default/style.css?17721681797226*/
.shop-item{
	display: flex;
	flex-direction: column;
	position: relative;
	height: 100%;
	z-index: 1;
	container: shop-item / inline-size;
}
.shop-item-media{
	flex-shrink: 0;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	height: 355px;
	padding-bottom: 85px;
	background: #fff;
	border: 1px solid #eee;
	transition: background .2s;
}
.shop-item_not_collection .shop-item-media{
	padding-bottom: 0;
}
.shop-item-thumb {
	position: relative;
	flex-grow: 1;
	height: 100%;
	width: 100%;
	padding: 10px;
}
.shop-item-thumb img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.shop-item-badges{
	position: absolute;
	top: 10px;
	left: 20px;
	display: flex;
	z-index: 2;
}
.shop-item-badge {
	flex-shrink: 0;
}
.shop-item-badge + .shop-item-badge{
	margin-left: -10px;
}
.shop-item-collection {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: baseline;
	width: 100%;
	height: 85px;
	padding: 10px 15px 10px 0;
	color: #fff;
	background: #535252;
	z-index: 1;
}
.shop-item-collection-lines {
	flex-shrink: 0;
	width: 30px;
	position: relative;
	top: 0.15em;
	margin-right: 10px;
}
.shop-item-collection-lines div{
	width: 100%;
	height: 3px;
	background: #FFCD00;
	transition: width .2s ease;
}
.shop-item:hover .shop-item-collection-lines div:nth-child(3){
	width: 60%;
}
.shop-item:hover .shop-item-collection-lines div:nth-child(2){
	width: 80%;
}
.shop-item-collection-lines div + div{
	margin-top: 6px;
}
.shop-item-collection-r1 {
	width: calc(100% - 40px);
}
.shop-item-collection-name {
	font-weight: 600;
	font-size: 20px;
	line-height: 1;
	white-space: nowrap;
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
}
.shop-item-collection-descr {
	margin-top: 6px;
	font-size: 14px;
	line-height: 1.2;
	opacity: 0.5;
	height: calc(2 * 1em * 1.2);
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: color .2s;
}
.shop-item-abc{
	position: absolute;
	right: 130px;
	top: 50%;
	transform: rotate(-90deg) translate(50%, 0);
	color: #000;
	opacity: 0.03;
	font-weight: 700;
	font-size: 140px;
	text-transform: uppercase;
	transform-origin: 100% 0;
	pointer-events: none;
	transition: opacity .5s ease;
}
.shop-item:hover .shop-item-abc{
	opacity: .1;
}
.shop-item-body {
	flex-grow: 1;
	margin-top: 12px;
	display: flex;
	flex-direction: column;
}
.shop-item-r1 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 8px;
}
.shop-item-prices {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.shop-item-price {
	font-weight: 500;
	font-size: 20px;
}
.shop-item-price-old{
	font-size: 16px;
	opacity: .5;
	text-decoration: line-through;
}
.shop-item-favourite{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	cursor: pointer;
	z-index: 2;
}
.shop-item-favourite svg{
	width: 20px;
	height: auto;
	stroke: #6C6C6C;
	transition: stroke .2s, color .2s;
}
.shop-item-favourite:hover svg{
	stroke: #1F1F1F;
}
.shop-item-favourite.is-favourite svg{
	stroke: #1F1F1F;
	fill: #1F1F1F;
}
.shop-item-sku{
	opacity: .7;
}
.shop-item-cat-name{
	color: #6C6C6C;
	font-size: 14px;
	margin-bottom: 5px;
}
.shop-item-name-link {
	color: #333;
	line-height: 1.4;
	transition: color .2s;
}
.shop-item:hover .shop-item-name-link,
.shop-item-name-link:hover{
	color: #E46D64;
}
.shop-item-d2kj{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	font-size: 14px;
}
a.shop-item-ies {
	text-transform: uppercase;
}
a.shop-item-play {
	position: relative;
	top: -.05em;
}
a.shop-item-play svg{
	width: 22px;
	height: auto;
}
.shop-item-review {
	margin-top: 10px;
	display: flex;
	align-items: center;
	gap: 6px;
}
.shop-item-review-icon {
	flex-shrink: 0;
	stroke: #FFD800;
}
.shop-item-review.in .shop-item-review-icon{
	stroke: #FFD800;
	fill: #FFD800;
}
.shop-item-review-text {
	font-size: 14px;
	color: #6c6c6c;
}
.shop-item-no-in-stock{
	margin-top: 20px;
	color: #6C6C6C;
	font-size: 12px;
	line-height: 1.2;
}
.shop-item-auth {
	margin-top: auto;
	padding-top: 20px;
	padding-bottom: 5px;
}
.shop-item-auth-h {
	font-size: 14px;
	color: #6C6C6C;
	margin-bottom: 4px;
}


.root-catalog-view-list .catalog-list .shop-item {
	position: relative;
	flex-direction: row;
	border-radius: 5px;
	overflow: hidden;
}
.root-catalog-view-list .catalog-list .shop-item-media {
	height: 285px;
	width: 270px;
}
.root-catalog-view-list .catalog-list .shop-item-body {
	margin-top: 0;
	padding: 0 0 0 30px
}
.root-catalog-view-list .catalog-list .shop-item-name-link {
	font-size: 18px;
}


@media (max-width: 760px) {
	.root-catalog-view-list .catalog-list .shop-item-media {
		width: 220px;
	}
	.root-catalog-view-list .catalog-list .shop-item-body {
		padding-left: 20px;
	}
}

@media (max-width: 500px) {
	.shop-item-media{
		height: 240px;
		padding-bottom: 0;
	}
	.shop-item-thumb {
		padding: 8px;
	}
	.shop-item-collection{
		display: none;
	}
	.shop-item-badges {
		top: 10px;
		left: 10px;
	}
	.shop-item-badge + .shop-item-badge {
		margin-left: -8px;
	}
	.shop-item-badge .b-badge {
		gap: 3px;
		width: 40px;
		height: 40px;
	}
	.shop-item-badge .b-badge-icon {
		width: 10px;
		height: auto;
	}
	.shop-item-badge .b-badge-text {
		font-size: 7px;
	}

	.shop-item-favourite {
		width: 28px;
		height: 28px;
	}
	.shop-item-favourite svg {
		width: 18px;
	}
	.shop-item-abc {
		right: 95px;
		font-size: 100px;
	}
	.shop-item-body {
		margin-top: 10px;
	}
	.shop-item-cat-name {
		font-size: 12px;
	}
	.shop-item-name-link {
		color: #000;
		line-height: 1.2;
	}
	.shop-item-review {
		gap: 3px;
	}
	.shop-item-review-text {
		font-size: 12px;
	}
	.shop-item-no-in-stock {
		margin-top: 12px;
	}
	.shop-item-prices {
		gap: 8px;
	}
	.shop-item-price {
		font-size: 16px;
	}
	.shop-item-d2kj {
		gap: 10px 6px;
		font-size: 12px;
	}
	a.shop-item-play {
		top: -.15em;
	}
	a.shop-item-play svg {
		width: 20px;
	}
	.root-catalog-view-list .catalog-list .shop-item-media{
		width: 35vw;
		height: 180px;
	}
	.root-catalog-view-list .catalog-list .shop-item-thumb {
		padding: 5px;
	}
	.root-catalog-view-list .catalog-list .shop-item-badges {
		top: 10px;
		left: 10px;
	}
	.root-catalog-view-list .catalog-list .shop-item-badge + .shop-item-badge {
		margin-left: -8px;
	}
	.root-catalog-view-list .catalog-list .shop-item-badge .b-badge {
		gap: 3px;
		width: 40px;
		height: 40px;
	}
	.root-catalog-view-list .catalog-list .shop-item-badge .b-badge-icon {
		width: 10px;
		height: auto;
	}
	.root-catalog-view-list .catalog-list .shop-item-badge .b-badge-text {
		font-size: 7px;
	}
	.root-catalog-view-list .catalog-list .shop-item-body {
		padding-left: 10px;
	}
	.root-catalog-view-list .catalog-list .shop-item-name-link {
		font-size: 16px;
	}
	.root-catalog-view-list .catalog-list .shop-item-auth-h {
		font-size: 12px;
	}
}

/* End */


/* Start:/local/components/skadium/include.block/templates/sseo/style.css?17067572211289*/
.sswer-columns{
	display: flex;
	gap: 30px;
}
.sswer-media-thumb{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 360px;
	min-height: 200px;
	border-radius: 5px;
	overflow: hidden;
	background: #fff;
}
.sswer-media-thumb img{
	max-width: 100%;
	max-height: 360px;
	object-fit: cover;
}
.sswer-media-caption{
	margin-top: 20px;
	color: #6C6C6C;
	font-size: 18px;
	line-height: 1.3;
}
.sswer-text{
	flex-grow: 1;
}
.sswer-media + .sswer-text{
	margin-top: 20px;
}
@media only screen and (max-width: 1100px){
	.catalog-so-media-thumb {
		width: 280px;
	}
	.catalog-so-media-thumb img {
		max-height: 280px;
	}
}
@media only screen and (max-width: 760px){
	.sswer-columns{
		display: block;
	}
	.sswer-media {
		float: left;
		margin-bottom: 20px;
		margin-right: 20px;
	}
	.sswer-media-thumb {
		max-width: 50vw;
		width: 200px;
		min-height: 140px;
		max-height: 260px;
	}
	.sswer-media-caption {
		margin-top: 10px;
		font-size: 12px;
	}
}
@media only screen and (max-width: 500px){
	.sswer-media {
		float: none;
		width: 100%;
		margin-bottom: 10px;
		margin-right: 0;
	}
	.sswer-media-thumb {
		max-width: 100%;
		width: 100%;
		min-height: 140px;
	}
}
/* End */


/* Start:/local/templates/s1/components/bitrix/news.list/blog-slider/style.css?1706757221100*/
@media only screen and (max-width: 760px) {
	.blog-slider-item {
		width: 280px !important;
	}
}
/* End */


/* Start:/local/templates/s1/components/skadium/include.block/sfeedback/style.css?17067572212910*/
.sfeedback-container {
	position: relative;
	display: flex;
	color: #fff;
	overflow: hidden;
	background: #141414;
	border-radius: 5px 5px 20px 20px;
	padding: 85px 130px 85px 80px;
}
.sfeedback-c1 {
	flex-shrink: 0;
	position: relative;
}
.sfeedback-c1:before{
	content: '';
	position: absolute;
	left: 90px;
	top: -200px;
	bottom: -200px;
	width: 1px;
	background: rgba(255,255,255,.2);
}
.sfeedback-c1:after{
	content: '';
	position: absolute;
	left: calc(90px - 7px);
	bottom: -35px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #4b4b4b;
	overflow: hidden;
}
.sfeedback-c1-p1 {
	position: relative;
}
.sfeedback-c1-p1-m1 {
	position: absolute;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: #141414;
	overflow: hidden;
}
.sfeedback-c2 {
	max-width: 550px;
	margin-left: 45px;
	margin-right: 45px;
}
.sfeedback-c2-t2 {
	margin-top: 30px;
	line-height: 1.5;
	opacity: 0.6;
}

.sfeedback-wform  {
	position: relative;
	flex-shrink: 0;
	width: 420px;
	margin-left: auto;
	z-index: 1;
}
.sfeedback-wform-h  {
	font-size: 18px;
	margin-bottom: 12px;
}
.sfeedback-form-group {
	max-width: 320px;
	margin-top: 8px;
}
.sfeedback-form-group-private {
	margin-top: 14px;
	max-width: 100%;
}

@media only screen and (max-width: 1600px) {
	.sfeedback-container {
		padding: 85px 60px 85px 60px;
	}
	.sfeedback-wform {
		width: 340px;
	}
}
@media only screen and (max-width: 1300px) {
	.sfeedback-container {
		padding: 70px 50px 70px 50px;
	}
	.sfeedback-wform {
		width: 320px;
	}

	.sfeedback-container{
		flex-direction: column;
	}
	.sfeedback-c1 {
		position: absolute;
	}
	.sfeedback-c1:before {
		bottom: -400px;
	}
	.sfeedback-c2 {
		max-width: 100%;
		margin-left: 200px;
		margin-right: 0;
	}
	.sfeedback-c2-t2 {
		margin-top: 15px;
	}
	.sfeedback-wform {
		width: auto;
		margin-top: 30px;
		margin-left: 200px;
	}
	.sfeedback-form-submit {
		width: 100%;
	}
	.sfeedback-form-group-private {
		max-width: 320px;
	}
}
@media only screen and (max-width: 760px) {
	.sfeedback {
		margin-left: -15px;
		margin-right: -15px;
	}
	.sfeedback-container {
		align-items: center;
		padding: 30px 30px 50px;
	}
	.sfeedback-c1 {
		position: relative;
	}
	.sfeedback-c1:before {
		bottom: auto;
		top: 140px;
		left: -50vw;
		right: -50vw;
		height: 1px;
		width: auto;
	}
	.sfeedback-c1:after {
		display: none;
	}
	.sfeedback-c2 {
		max-width: 400px;
		margin: 40px 0 0 0;
	}
	.sfeedback-wform {
		margin-left: 0;
	}
	.sfeedback-form-group {
		max-width: 400px;
	}
	.sfeedback-form-group-private {
		max-width: 400px;
	}
}

@media only screen and (max-width: 340px) {
	.sfeedback {
		margin-left: -10px;
		margin-right: -10px;
	}
}
/* End */


/* Start:/local/templates/s1/components/skadium/include.block/form-private/style.css?1758689039406*/
.private{
	display: flex;
	align-items: flex-start;
}
.private-icon{
	flex-shrink: 0;
	margin-right: 7px;
	position: relative;
	top: 0.2em;
}
.private.ui.checkbox label.private-text{
	font-size: 12px;
	font-weight: 400;
	line-height: 1.3;
	color: inherit !important;
	position: relative;
}
.private.ui.checkbox label:after{
	padding-top: 3px;
}
.private-text .link{
	color: inherit;
}
/* End */


/* Start:/local/templates/s1/components/bitrix/catalog.section/catalog-slider/style.css?1757053343311*/
@media only screen and (max-width: 1600px) {
	.catalog-slider-item{
		width: 300px !important;
	}
}
@media only screen and (max-width: 760px) {
	.catalog-slider-item{
		width: 260px !important;
	}
}
@media only screen and (max-width: 500px) {
	.catalog-slider-item{
		width: 170px !important;
	}
}
/* End */


/* Start:/local/templates/s1/components/skadium/include.block/sliderlayout/style.css?17570527985172*/
.sliderlayout .tm{
	display: none;
}
.sliderlayout-sub-h {
	font-size: 16px;
	line-height: 1.3;
	opacity: .4;
}
.sliderlayout-controls{
	flex-shrink: 0;
	display: none;
	align-items: center;
	gap: 30px;
}
.sliderlayout-controls.show{
	display: flex;
}
.sliderlayout-arrows {
	display: flex;
	gap: 10px;
}
.sliderlayout-nums {
	color: #868686;
	font-weight: 500;
}
.sliderlayout-all-link {
	display: flex;
	align-items: center;
	height: 50px;
	padding: 0 25px;
	border-radius: 5px;
	border: 1px solid rgba(0, 0, 0, .1);
	line-height: 1.2;
	color: #868686;
	transition: border .2s;
}
.sliderlayout-all-link:hover{
	border-color: #aaa;
}
.sliderlayout-list {
	position: relative;
}
.sliderlayout-list.slick-initialized{
	display: block;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.sliderlayout-list-item:nth-child(n+2){
	display: none;
}
.sliderlayout-list.slick-initialized .sliderlayout-list-item:nth-child(n){
	display: block;
	height: auto;
}
.sliderlayout-list .slick-track{
	display: flex;
	margin-left: 0;
	margin-right: 0;
}
.sliderlayout-list .slick-track:before,
.sliderlayout-list .slick-track:after{
	display: none;
}
.sliderlayout-list .slider-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.catalog-slider .slider-arrow {
	top: 190px;
}
.sliderlayout-list .slider-prev{
	left: -25px;
}
.sliderlayout-list .slider-next{
	right: -25px;
}
.sliderlayout-list-item{
	margin-left: 10px;
	margin-right: 10px;
}


.sliderlayout-head{
	position: relative;
	display: flex;
	align-items: flex-end;
	padding-bottom: 22px;
	margin-bottom: 42px;
	border-bottom: 2px solid #EBEBEB;
}
.sliderlayout-head-progress{
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 2px;
	border-radius: 3px;
	background: #FFD800;
	width: 0;
	transition: width .5s;
}
.sliderlayout-head-c1{
	flex-grow: 1;
	display: flex;
	align-items: flex-end;
}
.sliderlayout-head-c2{
	margin-left: auto;
	display: flex;
	gap: 30px;
}
.sliderlayout1 .sliderlayout-h{
	min-height: 50px;
}
.sliderlayout-head-c1 .sliderlayout-sub-h{
	line-height: 1.3;
	max-width: 350px;
	margin: 0 auto;
}

.sliderlayout-container {
	display: flex;
	width: 100%;
}
.sliderlayout-c1 {
	width: 340px;
	margin-right: 50px;
	display: flex;
	flex-direction: column;
}
.sliderlayout-c2 {
	width: calc(100% - 390px);
}
.sliderlayout-c1 .sliderlayout-sub-h {
	margin-top: 8px;
}
.sliderlayout-c1 .sliderlayout-all {
	margin-top: 30px;
}
.sliderlayout-c1 .sliderlayout-all-link {
	max-width: 200px;
	padding: 20px 30px;
	height: auto;
}
.sliderlayout-c1 .sliderlayout-controls{
	margin-top: auto;
	padding-top: 20px;
}

@media only screen and (max-width: 1600px) {
	.sliderlayout-c1 {
		width: 270px;
		margin-right: 30px;
	}
	.sliderlayout-c2 {
		width: calc(100% - 300px);
	}
}
@media only screen and (max-width: 1100px) {
	.sliderlayout-container {
		flex-direction: column;
	}
	.sliderlayout-c1 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 25px;
		flex-direction: row;
		align-items: flex-end;
	}
	.sliderlayout-sub-h {
		display: none;
	}
	.sliderlayout-c1 .sliderlayout-all {
		margin-top: 0;
	}
	.sliderlayout-c1 .sliderlayout-controls {
		margin-left: auto;
		margin-top: 0;
		padding-top: 0;
	}
	.sliderlayout-c1 .sliderlayout-arrows{
		order: 1;
	}
	.sliderlayout-c1 .sliderlayout-all {
		display: none;
	}
	.sliderlayout-c1 .sliderlayout-all-link {
		max-width: 200px;
		padding: 0 25px;
		height: 50px;
	}
	.sliderlayout-c2 {
		width: 100%;
	}
	.sliderlayout .t1{
		display: none;
	}
	.sliderlayout .tm{
		display: block;
	}
}
@media only screen and (max-width: 760px) {
	.sliderlayout {
		margin-right: -15px;
	}
	.sliderlayout-head {
		padding-bottom: 16px;
		margin-bottom: 25px;
	}
	.sliderlayout-head-c2{
		display: none;
	}
	.sliderlayout-c1 .sliderlayout-controls,
	.sliderlayout-c1 .sliderlayout-all{
		display: none;
	}
	.sliderlayout1 .sliderlayout-h{
		min-height: 0;
	}

	.sliderlayout-head-c1 {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
	}
	.sliderlayout-head-c1 .sliderlayout-sub-h {
		max-width: 100%;
		margin: 0;
	}


	.sliderlayout-c1 {
		align-items: flex-start;
		flex-direction: column;
	}
	.sliderlayout-sub-h {
		display: block;
	}
	.sliderlayout-head-progress{
		width: 10%;
	}

	.sliderlayout-h {
		font-size: 30px;
	}
	.sliderlayout-h br{
		display: none;
	}
	.sliderlayout-list {
		overflow: visible;
	}
	.sliderlayout-list .slick-list{
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.sliderlayout-list-item  {
		margin: 0 15px 0 0 !important;
	}
	.sliderlayout-list .slick-dots{
		margin-top: 30px;
		padding: 0 30px;
	}
	.sliderlayout-list .slick-dots button {
		width: 10px;
		height: 3px;
		border-radius: 3px;
	}
}
@media only screen and (max-width: 500px) {
	.sliderlayout-list-item  {
		margin: 0 12px 0 0 !important;
	}
}
@media only screen and (max-width: 340px) {
	.sliderlayout {
		margin-right: -10px;
	}
}
/* End */


/* Start:/local/templates/s1/components/skadium/include.block/sm1/style.css?17840280313740*/
.sm1 .container{
	position: relative;
}
.sm1-circle{
	position: absolute;
	left: -50%;
	bottom: -60%;
	width: 1098px;
	height: 1098px;
	opacity: .3;
	pointer-events: none;
	z-index: -1;
}
.sm1-circle .m{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	border: 1px solid #000;
}
.sm1-circle .m1{
	width: 40%;
	height: 40%;
	opacity: .7;
}
.sm1-circle .m2{
	width: 60%;
	height: 60%;
	opacity: .5;
}
.sm1-circle .m3{
	width: 80%;
	height: 80%;
	opacity: .4;
}
.sm1-circle .m4{
	width: 100%;
	height: 100%;
	opacity: .2;
}
.sm1-container {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.sm1-c1 {
	flex-shrink: 0;
}
.sm1-c2 {
	flex-grow: 1;
	max-width: 1010px;
}
.sm1-h .st1{
	font-style: italic;
	font-weight: 300;
	font-size: .9em;
	font-family: Merriweather;
}
.sm1-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}
.sm1-grid-item {
	flex: 1 0 calc(50% - 15px);
}
.sm1-grid-item:nth-child(3),
.sm1-grid-item:nth-child(4){
	flex-basis: 100%;
}
.sm1-b1 {
	position: relative;
	border-radius: 5px;
	padding: 40px;
	height: 320px;
	overflow: hidden;
	background: #F8F8F8;
	color: #333;
}
.sm1-b1-lt {
	position: absolute;
	left: 40px;
	top: 40px;
}
.sm1-b1-lb {
	position: absolute;
	left: 40px;
	bottom: 40px;
}
.sm1-b1-ct {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.sm1-b1-t1 {
	font-weight: 500;
	font-size: 18px;
	line-height: 1.3;
	text-transform: uppercase;
}
.sm1-b1-t2 {
	font-size: 60px;
	line-height: 1.3;
}
.sm1-b1-t3 {
	line-height: 1.3;
	opacity: .6;
}
.sm1-b1-t4 {
	font-weight: 500;
	font-size: 24px;
	line-height: 1.3;
	text-transform: uppercase;
}
.sm1-btn1 {
	padding: 0 20px;
	font-size: 14px;
	height: 40px;
	background: #fff;
	border-radius: 5px;
	transition: background .2s;
}
.sm1-btn1:hover{
	background: #FFD800;
}
.sm1-b1-p1 {
	position: absolute;
}
.sm1-b1-1 .sm1-b1-p1 {
	top: 50%;
	left: 50%;
}
.sm1-b1-2 {
	background: #141414;
	color: #fff;
}
.sm1-b1-3 {
	background: #FFD800;
}
.sm1-b1-4 {
	overflow: visible;
}
.sm1-b1-4 .sm1-b1-p1{
	right: 40px;
	bottom: 0;
}

.sm1-b3{
	position: relative;
	border-radius: 5px;
	height: auto;
	overflow: hidden;
}
.sm1-b3 img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
@media only screen and (max-width: 1300px) {
	.sm1-b1-1 .sm1-b1-p1 {
		width: 270px;
	}
}
@media only screen and (max-width: 1100px) {
	.sm1-container {
		gap: 30px;
		flex-direction: column;
	}
}
@media only screen and (max-width: 760px) {
	.sm1-grid {
		gap: 20px;
	}
	.sm1-grid-item {
		flex: 1 0 100%;
		width: 100%;
	}
	.sm1-b1 {
		padding: 40px 20px;
		height: auto;
		min-height: 180px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 10px;
	}
	.sm1-b1-1{
		height: 320px;
	}
	.sm1-b1-1 .sm1-b1-p1 {
		width: 360px;
		transform: translateY(-50%);
	}
	.sm1-b1-lt,
	.sm1-b1-lb,
	.sm1-b1-ct{
		position: relative;
		left: auto;
		right: auto;
		top: auto;
		bottom: auto;
		z-index: 2;
	}
	.sm1-b1-t2 {
		line-height: 1;
	}
	.sm1-b1-ct {
		transform: none;
		text-align: left;
	}
	.sm1-b1-t4 {
		font-size: 18px;
	}
	.sm1-b1-4 {
		height: 320px;
	}
	.sm1-b1-4 .sm1-b1-p1 {
		right: 10px;
	}
}
@media only screen and (max-width: 500px) {
	.sm1-container {
		gap: 20px;
	}
	.sm1-grid {
		gap: 10px;
	}
	.sm1-b1-4 {
		height: auto;
		overflow: hidden;
		padding-bottom: 250px;
	}
	.sm1-b1-4 .sm1-b1-p1 {
		right: 50%;
		transform: translateX(50%);
		width: 230px;
		bottom: -100px;
	}
}
/* End */
/* /local/components/skadium/catalog/templates/.default/catalogs.css?17835727125658 */
/* /local/templates/s1/components/bitrix/breadcrumb/.default/style.css?17067572212883 */
/* /local/components/skadium/catalog/templates/.default/bitrix/catalog.section.list/sections-root-top/style.css?17067572212384 */
/* /local/components/skadium/catalog/templates/.default/bitrix/catalog.smart.filter/.default/style.css?170675722116447 */
/* /local/components/skadium/catalog/templates/.default/bitrix/catalog.section.list/sections-sub-sections/style.css?1757053619985 */
/* /local/templates/s1/components/bitrix/system.pagenavigation/.default/style.css?17067572211833 */
/* /local/components/skadium/catalog/templates/.default/bitrix/catalog.section/.default/style.css?1772019489707 */
/* /local/templates/s1/components/bitrix/catalog.item/.default/style.css?17721681797226 */
/* /local/components/skadium/include.block/templates/sseo/style.css?17067572211289 */
/* /local/templates/s1/components/bitrix/news.list/blog-slider/style.css?1706757221100 */
/* /local/templates/s1/components/skadium/include.block/sfeedback/style.css?17067572212910 */
/* /local/templates/s1/components/skadium/include.block/form-private/style.css?1758689039406 */
/* /local/templates/s1/components/bitrix/catalog.section/catalog-slider/style.css?1757053343311 */
/* /local/templates/s1/components/skadium/include.block/sliderlayout/style.css?17570527985172 */
/* /local/templates/s1/components/skadium/include.block/sm1/style.css?17840280313740 */
