

/* Start:/local/templates/.default/components/ma/catalog/catalog/css/holster.css?17755486583662*/
.l-catalog__holder {
    display: flex;
    flex-wrap: wrap;
}
.l-catalog__aside {
    width: 330px;
    flex-shrink: 0;
    margin-right: 40px;
}
.l-catalog__aside-new {
    width: 292px;
}
.l-catalog-content {
	width: calc(100% - 330px - 40px);
}
.l-catalog-content:only-child {
    width: 100%;
}
.products__groups {
    position: relative;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-basis: 100%;
    margin: 0 -2.5px 37.5px;
}
.products__groups.hide {
    opacity: 0;
    height: 72px;
    overflow: hidden;
}
.products__groups .products__groups-item,
.products__groups .products__groups-item:visited {
    position: relative;
    display: inline-block;
    padding: 6px 13px;
    margin: 2.5px;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: 0.25px;
    background-color: var(--site-grey-color);
    color: #313033;
    border: 1px solid var(--site-grey-color--darker);
    border-radius: 20px;
    white-space: nowrap;
    visibility: visible;
    opacity: 1;
    transition: transform 0.1s linear, opacity 0.3s linear 0.1s;
}

.products__groups .products__groups-item.products__groups-item-new,
.products__groups .products__groups-item.products__groups-item-new:visited {
    font-size: 16px;
}

.products__groups-btn-holder {
    display: none;
}
@media (min-width: 1024px) {
    
    .products__groups .products__groups-item.hide {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }
    .products__groups-btn-holder {
        display: flex;
        width: 55px;
        height: 44px;
        padding-left: 2.5px;
    }
}
.products__groups-btn {
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.25px;
    background-color: transparent;
    border: none;
    padding: 0 19px 0 0;
    outline: none;
    cursor: pointer;
    color: var(--site-accent-color);
}
/* .products__groups-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px auto;
    background-image: var(--site-arrow-img--accent);
    transform: rotate(90deg);
    margin-top: -5px;
}
.products__groups-btn.active::after {
    transform: rotate(-90deg);
} */
.catalog__description {
    
}
.catalog__description-holder {
    padding-left: calc(330px + 40px);
}
.content__title.content__title-new {
    font-size: 28px;
    margin-bottom: 5px;
}
@media (max-width: 1439px) {
    .l-catalog__aside {
        width: 290px;
    }
    .l-catalog-content {
        width: calc(100% - 290px - 40px);
    }
    .catalog__description-holder {
        padding-left: calc(290px + 40px);
    }
}
@media (max-width: 1023px) {
    .l-catalog__aside {
        width: 100%;
        margin: 0 0 20px;
    }
    .l-catalog-content {
        position: relative;
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .l-catalog-content .products {
        order: inherit;
    }
    .l-catalog-content .pagination {
        order: 3;
    }
    .products__groups {
        flex-wrap: wrap;
        padding-bottom: 10px;
        margin-bottom: 10px;
        overflow-y: auto;
    }
    .catalog__description-holder {
        padding: 0;
    }
    .content__title.content__title-new {
        font-size: 26px;
    }
    .products__groups .products__groups-item.hide {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        padding: 0;
    }
    .products__groups-btn-holder {
        display: flex;
        height: 44px;
        padding-top: 20px;
        margin-left: 8px;
    }
}
/* End */


/* Start:/local/templates/template.main/components/ma/breadcrumb/.default/style.css?17755486591632*/
.breadcrumbs {
	padding: 18px 0 17px;
}
.breadcrumbs:only-child {
    padding-bottom: 0;
}
.breadcrumbs .breadcrumbs__item,
.breadcrumbs .breadcrumbs__item:visited,
.breadcrumbs__separator {
    border: none;
    font-size: 13px;
    line-height: 1.7;
    color: var(--site-grey-color--dark);
    letter-spacing: 0;
}
.breadcrumbs a.breadcrumbs__item:hover {
    color: var(--site-accent-color);
}
.breadcrumbs a.breadcrumbs__item:active {
    color: var(--site-accent-dark-color);
}
.breadcrumbs .breadcrumbs__item--last {
	color: var(--site-default-color);
}
.breadcrumbs__separator {
    display: inline-block;
    margin: 0 10px;
    letter-spacing: 0;
}
@media (max-width: 1023px) {
    .page-holder .breadcrumbs > * {
        display: none;
    }
    .page-holder .breadcrumbs > *:nth-last-child(3) {
        position: relative;
        display: inline-block;
        padding-left: 12px;
        color: var(--site-default-color);
    }
    .page-holder .breadcrumbs > *:nth-last-child(3)::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 2px;
        display: inline-block;
        width: 6px;
        height: 6px;
        display: inline-block;
        font-size: 0;
        line-height: 0;
        border-top: 1px solid var(--site-default-color);
        border-left: 1px solid var(--site-default-color);
        transform: translateY(-50%) rotate(-45deg);
        transition: border-color 0.2s;
    }
    .page-holder .breadcrumbs > *:nth-last-child(3):hover::before {
        border-color: var(--site-accent-color);
    }
}
/* End */


/* Start:/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/style.css?177554865820019*/
.bx-filter {

}

.bx-filter-section {
	/*background: #edf6fc; /* color */
	position: relative;
	padding-top: 26px
}

.smartfilter {

}

.bx-filter__header {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid var(--site-grey-color--darker);
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.bx-filter .bx-filter-title {
	line-height: 1;
	margin: 0;
}
.bx-filter__btn-reset {
    position: relative;
    padding: 0 0 0 16px;
    left: 0;
    outline: none;
    border: none;
    background: transparent;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: 0.25px;
    cursor: pointer;
}
.bx-filter__btn-reset::before,
.bx-filter__btn-reset::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 14px;
    height: 2px;
    background: var(--site-accent-color);
    margin: -1px -7px;
    transition: background 0.3s ease-in-out;
}
.bx-filter__btn-reset::before {
    transform: rotate(45deg);
}
.bx-filter__btn-reset::after {
    transform: rotate(-45deg);
}

/*Sections*/

.bx-filter-parameters-box {
	position: relative;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid var(--site-grey-color--darker);
}

.bx-filter-parameters-box-title {
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 135%;
	letter-spacing: 0.15px;
	color: #313033;
	padding-right: 15px;
	cursor: pointer;
}
.bx-filter-parameters-box-title::after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 6px;
	height: 100%;
	background-image: var(--site-triangle-img);
    background-size: 6px auto;
    background-repeat: no-repeat;
    background-position: 100% center;
}
.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title::after {
	transform:  rotate(180deg);
}
.bx-filter-parameters-box-container {
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
    margin-top: 20px;
}

.bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	transition: padding .3s ease;
	box-sizing: content-box;
}

.bx-filter-button-box .bx-filter-block,
.bx-filter-parameters-box.bx-active .bx-filter-block {
	display: block;
}

.bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub {
	display: none;
	font-size: 14px;
	font-style: normal;
	/*display: block;*/
	padding-bottom: 5px;
}

.bx-filter-parameters-box-container .checkbox {
	margin-bottom: 8px;
}

.bx-filter-parameters-box-container .checkbox:last-child {
	margin-bottom: 0;
}

.range-container {
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}

.bx-filter-parameters-box-container-block {
	font-size: 11px;
	color: #3f3f3f;
}

.range-container .bx-filter-parameters-box-container-block {
	width: calc(50% - 25px);
}

/*
* INPUTS
*
*/

.bx-filter-input-container {}

.bx-filter .bx-filter-input-container input[type=text],
.bx-filter .bx-filter-input-container input[type=text]:focus,
.bx-filter .bx-filter-input-container input[type=text]:hover {
	min-height: 40px;
    padding: 6px 20px;
    border-radius: 8px;
    border-color: var(--site-grey-color--dark);
    color: var(--site-default-color);;
}

/*.bx-filter-input-container input:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter-input-container input:focus {
	-webkit-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
}

/*
COLOR
*/
.bx-ios .bx-filter-input-container input {
	/* Fix of input shadow for IOS browsers. */

	background-image: -webkit-linear-gradient(#ffffff 0%, #ffffff 100%);
	background-image: linear-gradient(#ffffff 0%, #ffffff 100%);
}

.bx-filter-button-box #del_filter_mobile {
	display: none;
}
.bx-filter-button-box #set_filter {
	width: 100%;
}

/*
*Track
*
*/
.bx-ui-slider-track-container {
    width: 100%;
    padding-top: 22px;
    padding-bottom: 5px;
}

.bx-ui-slider-track {
	position: relative;
	height: 3px;
	background: var(--site-grey-color--darker);
}

.bx-ui-slider-part {
	position: absolute;
	top: -6px;
	width: 1px;
	height: 17px;
	background: #a2bfc7;
	display: none;
}

.bx-ui-slider-part.p1 {
	left: -1px;
}

.bx-ui-slider-part.p2 {
	left: 25%;
}

.bx-ui-slider-part.p3 {
	left: 50%;
}

.bx-ui-slider-part.p4 {
	left: 75%;
}

.bx-ui-slider-part.p5 {
	right: -1px;
}

.bx-ui-slider-part span {
	font-size: 11px;
	/*font-weight: bold;*/

	position: absolute;
	top: -16px;
	left: 50%;
	display: block;
	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: 8;
}

.bx-ui-slider-pricebar {
	z-index: 10;
}

.bx-ui-slider-pricebar-vd {
	z-index: 6;
	background: #849da4;
}

.bx-ui-slider-pricebar-vn {
	z-index: 8;
	background: var(--site-grey-color--darker);
}

.bx-ui-slider-pricebar-v {
	z-index: 8;
	background: var(--site-accent-color);
}

.bx-filter .bx-ui-slider-handle,
.bx-filter .bx-ui-slider-handle:hover,
.bx-filter .bx-ui-slider-handle:active {
	position: absolute;
	display: block;
	top: 0;
	width: 16px;
	height: 16px;
	background: var(--site-accent-color);
	border-radius: 50%;
	margin-top: -7px;
}

.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: -8px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAArUlEQVQ4y6WSQQ6FMAhEXbjyXwzOpBdx5bXKbYRWLFSJ2m8ysVHfzGA7DH9cuKVfNwwM40ZzZzJlmE3WTjjNfF9Fn2EwMH5pUGYWOJ3w6wZ4wDKz6rUBumQPPxrUmT0IxuxpqxYLQ7MOG5TaHtbk1iza5+VauW5dfdcYSDKcMLkP7wxdA5sMQWV/BkwDTY7mtAfHjpJ/Ihj4DoIgXZ9J+siaimi6rimLgSw87qod+1BRTwMJRYoAAAAASUVORK5CIIA=) no-repeat right top;*/
}

.bx-ui-slider-handle.right {
	right: 0;
	margin-right: -8px;
	/* COLOR */
	/*background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAARCAYAAADUryzEAAAAq0lEQVQ4y6WSQRKDIAxFXXSlF0vOZC+SlddKblMUUhKCraIzX9Ahj58PE268TE8e3GSFJ5BUTDskaRl1QFk8BsHs4BCMQMruVEe+l4kWglFu5yLEZKDFXyeXIFoEpg3z738mJTzXhncj75+QtqjnJENO2sG4I1VXDtR3ogv7O1dHxV10gi75EGILiE78RRKy33AOq07i+Us4kRamkOPGptesQjeXIjZjO+fXB+hjUU/S3Z+WAAAAAElFTkSuQmCC) no-repeat left top;*/
}

/*
*	Select
*
*/

.bx-filter-select-container {
	display: block;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}

.bx-retina .bx-filter-select-container {
	border-style: solid;
	border-width: 1px;
	-o-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter-select-container.bx-active,
.bx-filter-select-container:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter-select-container.bx-active,
.bx-retina .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
.bx-filter-select-block {
	position: relative;
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 33px;
	margin: 0;
	padding: 0 33px 0 10px;
	border: none;
	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;
	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;
	box-sizing: border-box;
	width: 100%;
	height: 26px;
	padding: 0 5px;
	cursor: pointer;
	vertical-align: middle;
	white-space: nowrap;
	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-right: 5px;
}

.bx-filter-param-btn-block .bx-filter-param-label {
	display: block;
}

.bx-filter-param-label {
	/*font-size: 13px;*/
}

.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;
}

.bx-filter-param-label.disabled {
	pointer-events: none;
	opacity: 0.5;
}

/*
*	Checkbox / Radio
*
*/

.bx-filter-input-checkbox {}

.bx-filter-input-checkbox input[type=radio],
.bx-filter-input-checkbox input[type=checkbox] {
	position: relative !important;
}

.bx-filter-input-checkbox input[type=radio] + *,
.bx-filter-input-checkbox input[type=checkbox] + * {
	position: relative;
	left: -17px;
}

.bx-filter-input-checkbox .bx-filter-param-text {
	display: inline;
	text-align: left;
}

/*
* 	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;
	border-radius: 2px;
	background: #fff;
	position: relative;
	-webkit-transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	transition: border .3s ease, box-shadow .1s ease, color .3s ease;
	cursor: pointer;
}

.bx-retina .bx-filter-param-btn {
	border-style: solid;
	border-width: 1px;
	-o-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
	border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/border_default.png) 2 repeat;
}

/* COLOR */
/*.bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-filter-param-btn:hover,
.bx-filter-param-btn:active,
.bx-filter-param-btn:focus {
	border-color: #499fd8;
}
.bx-retina .bx-filter-param-label.bx-active .bx-filter-param-btn,
.bx-retina .bx-filter-param-btn:hover,
.bx-retina .bx-filter-param-btn:active,
.bx-retina .bx-filter-select-container:focus {
	-webkit-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
	   -moz-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
		 -o-border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
			border-image: url(/local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/active.png) 2 repeat;
}*/
/* --- colors */
.bx-filter-param-btn.bx-color-sl {}

.bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl {
	background: transparent;
	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;
	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;
	box-shadow: inset 0 2px 3px rgba(0, 0, 0, .12);
}

.bx-filter 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;
	border-radius: 2px;
}

.bx-filter-select-popup .bx-filter-btn-color-icon,
.bx-filter-btn-color-icon {
	line-height: 24px;
	/*position:relative;*/
	/*top:4px;*/

	border-radius: 2px;
	display: inline-block;
	width: 24px;
	height: 24px;
	vertical-align: middle;
	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;
	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: " ";
	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;
}

/*
* 	Result Popup
*
*/
.bx-filter-popup-result {
	position: absolute;
	display: none;
	font-size: 16px;
	line-height: 1;
	padding: 23px 30px;
	white-space: nowrap;
	background-color: var(--site-grey-color--darker);
	box-shadow: 0px 4px 10px rgba(0, 5, 47, 0.04), 0px 15px 30px rgba(1, 0, 45, 0.1);
	border-radius: 8px;
	z-index: 600;
}
.bx-filter-popup-result .g-button {
    margin-top: 10px;
}

.bx-filter-popup-result::before {
	content: "";
	position: absolute;
	top: 0;
	left: -15px;
	width: 0;
	height: 0;
	border-left: 16px solid transparent;
	border-right: 16px solid transparent;
	border-top: 16px solid var(--site-grey-color--darker);;
}

.bx-filter-popup-result.right {
	left: 100%;
	margin-left: 20px;
}

.bx-filter-popup-result #modef_num {
	font-weight: 700;
}

.bx-filter-popup-result .g-button-border {
	margin-top: 13px;
}

.bx-filter-parameters-separator {
    position: relative;
    width: 20px;
    margin: 0 15px;
}

.bx-filter-parameters-separator::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--site-grey-color--dark);
    margin-top: -1px;
}
.bx-filter__top-panel {
	display: none;
}

.selected-props {
    position: relative;
    width: 100%;
}
.selected-props__container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: -2.5px;
}
.selected-props__container:not(:empty) {
	margin-top: 22px;
}
.selected-props__item {
    position: relative;
    display: inline-block;
    padding: 6px 34px 5px 10px;
    margin: 2.5px;
    font-size: 14px;
    line-height: 155%;
    letter-spacing: .25px;
    background-color: var(--site-accent-color);
    color: var(--site-light-color);
    border-radius: 30px;
    white-space: nowrap;
    visibility: visible;
    opacity: 1;
    cursor: pointer;
    transition: transform .1s linear,opacity .3s linear .1s;
}
.selected-props__item::before,
.selected-props__item::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	width: 2px;
	height: 12px;
	background-color: var(--site-light-color);
	margin-top: -6px;
}
.selected-props__item::before {
    transform: rotate(45deg);
}
.selected-props__item::after {
    transform: rotate(-45deg);
}


@media (max-width: 1023px) {
	.smartfilter {
	    padding: 0 20px 60px;
	    border: none;
	    overflow-x: hidden;
	    overflow-y: auto;
	    /* max-height: 100vh; */
		height: calc(100vh - 80px);
	}
	.bx-filter__top-panel {
		display: block;
		position: relative;
		padding: 20px 30px;
		margin-bottom: 20px;
	}
	.bx-filter__top-panel-title {
	    font-weight: 500;
	    font-size: 14px;
	    line-height: 1.45;
	    text-align: center;
	    letter-spacing: 0.1px;
	}
	.bx-filter .bx-filter__btn-close {
	    top: 50%;
	    transform: translateY(-50%);
	}
	.bx-filter .bx-filter__btn-close::before,
	.bx-filter .bx-filter__btn-close::after {
	    width: 14px;
	    height: 2px;
	    background: var(--site-grey-color--dark);
	    margin: -1px -7px;
	}
	.bx-filter-parameters-box-title {
		font-size: 16px;
	}
	.bx-ui-slider-track-container {
		padding-left: 8px;
		padding-right: 8px;
	}
	.bx-filter-button-box {
		display: block;
		position: fixed;
		bottom: 20px;
		width: calc(100% - 20px);
		left: 10px;
		right: 10px;
	}
	#del_filter_mobile.bx-filter__btn-reset {
		display: none;
	}
	.bx-filter-button-box #set_filter {
		width: 100%;
	}
}
@media (max-width: 659px) {
	.smartfilter {
		padding: 0 10px 20px;
	}
}
/* End */


/* Start:/local/templates/.default/components/ma/catalog/catalog/css/sort-bar.css?177554865810780*/
.products__panel {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.products__temaplte {
	display: flex;
}
.catalog .products__temaplte .products__temaplte-item,
.catalog .products__temaplte .products__temaplte-item:visited {
	display: inline-flex;
	align-items: center;
	font-size: 14px;
    line-height: 1.55;
    text-align: center;
    letter-spacing: 0.25px;
	margin: 0;
	border: none;
	color: var(--site-grey-color--dark);;
	flex-shrink: 0;
}
.catalog .products__temaplte .products__temaplte-item:hover,
.catalog .products__temaplte .products__temaplte-item.selected {
    color: var(--site-default-color);
}
.catalog .products__temaplte .products__temaplte-item:last-child {
	margin-left: 30px;
}
.products__temaplte-item svg {
	display: block;
	fill: var(--site-grey-color--dark);
	margin-right: 10px;
	transition: fill 0.2s;
}
.products__temaplte-item:hover svg {
	fill: var(--site-default-color);
}
.products__temaplte-item.selected svg {
	fill: var(--site-accent-color);
}

.products__sort {
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: var(--site-grey-color--dark);
}

.products__sort .g-custom-select__title,
.products__sort .g-custom-select__list {
    border-color: var(--site-grey-color--darker);
    color: var(--site-default-color);

}
.products__sort .g-custom-select__title {
    background: var(--site-grey-color);
    transition:  background-color 0.2s ease-out, border-color 0.2s ease-out;
}
.items-count-block {
    width: 100%;
}
.g-custom-select__title.products__sort-select__title {
    padding: 8px 32px 8px 10px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    max-height: 32px;
    border: none;
    border-radius: 8px;
    background-color: var(--site-grey-color);
}
.g-custom-select__title.products__sort-select__title::after {
    background-image: var(--site-arrow-img);
    top: 12px;
    right: 12px;
    width: 8px;
    height: 10px;
    background-size: auto;
    transform: rotate(90deg)
}
.g-custom-select.open .g-custom-select__title.products__sort-select__title::after {
    transform: rotate(-90deg);
    background-image: var(--site-arrow-img--accent);
}
.g-custom-select.open .g-custom-select__title.products__sort-select__title {
    background-color: var(--site-grey-color) !important;
    color: var(--site-accent-color);
}
.g-custom-select.open .g-custom-select__list.products__sort-select__list {
    right: auto;
    left: 0;
    min-width: 200px;
    margin-top: 8px;
    border: 1px solid var(--site-grey-color--darker);
    border-radius: 8px;
    padding: 12px;
}
.g-custom-select__item.products__sort-item {
    display: flex !important;
    align-items: center;
    gap: 4px;
    margin-bottom: 0 !important;
    padding-top: 4px;
    padding-bottom: 4px;
}
.g-radio.products__sort-list__item-radio {
    appearance: none;
    margin: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--site-grey-color--darker);
    background-color: var(--site-grey-color);
}
.g-radio.products__sort-list__item-radio:checked {
    border: 4px solid var(--site-accent-color);
}
.products__sort .g-custom-select__title:hover {
    background-color: var(--site-grey-color--darker);
    border-color: var(--site-grey-color--darker);
}
.products__sort .g-custom-select.open .g-custom-select__title {
    background-color: var(--site-light-color);
    border-color: var(--site-grey-color--darker);
}
.products__sort .g-custom-select__list {
    background-color: var(--site-light-color);
}
.products__sort .g-custom-select .g-custom-select__item,
.products__sort .g-custom-select .g-custom-select__item:visited {
	color: var(--site-default-color);
}
.products__sort-mobile-text {
    pointer-events: none;
}
.products__filters {
	display: flex;
	align-items: center;
}
.products__filters .products__filters-item.selected{
    padding-right: 30px;
    position: relative;
}
.products__filters .products__filters-item.selected:after {
    transform: rotate(-45deg);
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 2px;
    height: 12px;
    background-color: var(--site-light-color);
    margin-top: -6px;
}
.products__filters .products__filters-item.selected::before {
    transform: rotate(45deg);
   content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 2px;
    height: 12px;
    background-color: var(--site-light-color);
    margin-top: -6px;
}
.products__filters .products__filters-item,
.products__filters .products__filters-item:visited {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    padding: 12px 19px;
    margin: 0 5px;
    border: 1px solid;
    border-radius: 20px;
    transition: background 0.3s ease-out, color 0.3s ease-out;
}
.products__filters .products__filters-item--novinka,
.products__filters .products__filters-item--novinka:visited {
	border-color: #1DB22E;
	color: #1DB22E;
}
.products__filters .products__filters-item--novinka:hover,
.products__filters .products__filters-item--novinka:active,
.products__filters .products__filters-item--novinka.selected {
	color: #fff;
	background-color:  #1DB22E;
}
.products__filters .products__filters-item--khit,
.products__filters .products__filters-item--khit:visited {
	border-color: #FF7200;
	color: #FF7200;
}
.products__filters .products__filters-item--khit:hover,
.products__filters .products__filters-item--khit:active,
.products__filters .products__filters-item--khit.selected {
	color: #fff;
	background-color: #FF7200;
}
.products__filters .products__filters-item--skidka,
.products__filters .products__filters-item--skidka:visited {
	border-color: #EE021C;
	color: #EE021C;
}
.products__filters .products__filters-item--skidka:hover,
.products__filters .products__filters-item--skidka:active,
.products__filters .products__filters-item--skidka.selected {
	color: #fff;
	background-color: #EE021C;
}

.elements-count {
    display: flex;
    align-items: center;
}
.elements-count__holder {
    display: flex;
}
.elements-count__title {
    margin-right: 20px;
}
.elements-count .elements-count__item,
.elements-count .elements-count__item:visited {
    display: inline-flex;
    min-width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.5px;
    padding: 0 10px;
    margin: 0 -1px 0 0;
    border: 1px solid var(--site-grey-color--darker);
    background-color: var(--site-grey-color);
    transition: background 0.2s, color 0.2s;
}
.elements-count .elements-count__item:first-child {
    border-radius: 4px 0 0 4px;
}
.elements-count .elements-count__item:last-child {
    border-radius: 0 4px 4px 0;
}
.elements-count .elements-count__item.active {
    background-color: var(--site-accent-color);
    color: #fff;
}
.products__filter-btn {
    display: none;
}
.products__filter-btn svg {
    fill:  #fff;
    width: 16px;
    height: 16px;
}
@media (max-width: 1151px) {
    .catalog .products__temaplte .products__temaplte-item,
    .catalog .products__temaplte .products__temaplte-item:visited {
        font-size: 0;
        line-height: 0;
    }
    .products__temaplte-item.selected svg {
        margin: 0;
    }
    .catalog .products__temaplte .products__temaplte-item:last-child {
        margin-left: 20px;
    }
}
@media (max-width: 1023px) {
    .products__filters {
        display: none;
    }
    .products__temaplte {
        display: none;
    }
    .products__groups {
        order: 0;
    }
    .products__panel {
        margin: 0 0 20px;
    }
    .paginations {
        order: 3;
    }
    .products__sort,
    .products__filter-btn {
        width: calc(50% - 10px);
    }
    .products__sort .g-custom-select__title {
        font-size: 14px;
        line-height: 50px;
        height: 50px;
        letter-spacing: 0.1px;
    }
    .products__filter-btn {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: calc(50% - 10px);
        height: 50px;
        padding: 15px 20px;
        font-size: 14px;
        line-height: 1;
        letter-spacing: 0.1px;
        color: #FFFFFF;
        background-color: var(--site-accent-color);
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }
    .l-catalog__aside {
        display:none;
        position: fixed;
        top: 0;
        right: 0;
        margin: 0;
        width: 100%;
        height: 100%;
        max-width: 320px;
        /* max-height: 100vh; */
        overflow: hidden;
        background-color: #fff;
        transform: translateX(110%);
        transition: transform .3s;
        z-index: 700;
    }
    .l-catalog__aside.show {
        display: block;
        transform: translateX(0)
    }
    .elements-count {
        display: none;
    }
}
@media (max-width: 659px) {
    .l-catalog__aside {
        max-width: 100%;
    }
    .g-dashed-link {
        display: none;
    }
    .products__filter-btn {
        width: 36px;
        height: 32px;
        padding: 6px 8px;
    }
    .products__sort-text {
        display: none;
    }
    .products__sort-select.g-custom-select {
        width: 36px;
        height: 32px;
    }
    .g-custom-select__title.g-dashed-link.products__sort-select__title-old  {
        width: 36px;
        height: 32px;
        padding: 8px 6px;
    }
    .g-custom-select__title.products__sort-select__title::after,
    .g-custom-select__title.products__sort-select__title-old::after {
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.75 5.83337H16.25M3.75 10H12.0833M3.75 14.1667H7.08333' stroke='%2398979D' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
        width: 20px;
        height: 20px;
        background-size: auto;
        transform: rotate(0deg);
        top: 6px;
        right: 6px;
    }
    .g-custom-select__title.products__sort-select__title-old::after{
        right: 7px;
    }
    .items-count-block {
        display: none;
    }
    .products__panel {
        gap: 8px;
        justify-content: start;
    }
    .products__sort-mobile-text {
        display: none !important;
    }
}
/* End */


/* Start:/local/templates/.default/components/bitrix/system.pagenavigation/.default_ajax/style.css?17755486587302*/
.paginations {
    position: relative;
    display: flex;
    justify-content: space-between;
    padding: 40px 0 0;
    width: 100%;
}
.paginations.paginations--default {

}
.paginations__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 20px;
}
.paginations--default .paginations__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
@media (max-width: 1023px) {
    .paginations__list {
        justify-content: center;
        margin: 20px 0;
    }
}
.l-page .paginations .paginations__page,
.l-page .paginations .paginations__page:visited,
.l-page .paginations .paginations__dots,
.l-page .paginations .paginations__btn {
    display: inline-flex;
    min-width: 46px;
    height: 46px;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.5px;
    padding: 0 10px;
    margin: 0 -1px 0 0;
    border: 1px solid var(--site-grey-color--darker);
    background-color: var(--site-grey-color);
    transition: background 0.2s, color 0.2s;
}
.l-page .paginations .paginations__page--first {
    border-radius: 4px 0px 0px 4px;
}
.l-page .paginations .paginations__page--last {
    border-radius: 0 4px 4px 0;
}
.l-page .paginations .paginations__page:hover,
.l-page .paginations .paginations__dots:hover {
    color: var(--site-accent-color);
}
.l-page .paginations .paginations__page:active,
.l-page .paginations .paginations__dots:active {
    /*background-color: var(--site-accent-dark-color);*/
    /*border-color: var(--site-accent-dark-color);*/
    /*color: #fff;*/
}
.l-page .paginations .paginations__page--current,
.l-page .paginations .paginations__page--current:hover {
    background-color: var(--site-accent-color);
    color: #fff;
}
.l-page .paginations .paginations__btn {
    position: relative;
    margin: 0;
    border-radius: 4px;
}
.l-page .paginations .paginations__btn--prev {
    padding-left: 40px;
    margin: 0 20px 0 0;
}
.l-page .paginations .paginations__btn--next {
    padding-right: 40px;
    margin: 0 0 0 20px;
}
.paginations .paginations__btn::before {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 17px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 8px auto;
    background-image: var(--site-arrow-img--black);
    transition: background-image 0.2s ease-out;
}
.paginations .paginations__btn--prev::before {
    transform: rotate(-180deg);
    left: 11px;
}
.paginations .paginations__btn--next::before {
    right: 11px;
}
.paginations .paginations__btn:hover::before {
    background-image: var(--site-arrow-img--accent);
}
.paginations .paginations__btn.paginations__more-btn::before {
    content: none;
}
@media (max-width: 1023px) {
    .paginations {
        flex-direction: column;
        padding-top: 20px;
    }
}
/*.paginations {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 34px 20px 36px;
    background-color: #F9FAFA;
    border-width: 1px;
    border-style: solid;
    border-color: #E6E9EC;
    margin-top: -1px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.paginations.paginations--default {
    display: block;
    padding: 26px 0 0;
    margin: 0;
    border: none;
    background: transparent;
}
.l-page .paginations .paginations__more-btn {
    position: absolute;
    left: 50%;
    display: block;
    font-size: 16px;
    line-height: 1.25;
    color: #0065B1;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 33px;
    transform: translateX(-50%);
    border: none;
}
.paginations__more-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 17px;
    height: 17px;
    border-width: 0 3px 3px 0;
    border-style: solid;
    border-color: #373C41;
    transform: rotate(45deg);
    margin-top: -13px;
}
.l-page .paginations .paginations__more-btn.disabled {
    opacity: 0.6;
    pointer-events: none;
    user-select: none;
}
@media (max-width: 1023px) {
    .l-page .paginations .paginations__more-btn {
        font-size: 14px;
    }
}
.paginations__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 0 20px;
}
.paginations--default .paginations__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0;
}
@media (max-width: 1023px) {
    .paginations__list {
        justify-content: center;
        margin: 20px 0;
    }
}
.l-page .paginations .paginations__page,
.l-page .paginations .paginations__page:visited,
.l-page .paginations .paginations__dots,
.l-page .paginations .paginations__btn {
    display: inline-flex;
    min-width: 32px;
    height: 30px;
    align-items: center;
    justify-content: center;
    border: none;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 700;
    padding: 0 11px;
    margin: 0 4px;
    transition: background 0.2s, color 0.2s;
    color: #ABAEB0;
}
.l-page .paginations .paginations__page:hover,
.l-page .paginations .paginations__dots:hover {
    color: #E02357;
}
.l-page .paginations .paginations__page--current,
.l-page .paginations .paginations__page--current:hover {
    background-color: #F5F5F5;
    color: #E02357;
}
.l-page .paginations .paginations__btn {
    position: relative;
    font-size: 0;
    line-height: 0;
    margin: 0;
}
.paginations .paginations__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 17px;
    height: 17px;
    border-width: 0 0 3px 3px;
    border-style: solid;
    border-color: #E6E9EC;
    transform: rotate(45deg);
    margin-top: -9px;
    margin-right: -13px;
    transition: border-color 0.2s;
}
.paginations .paginations__btn--next::before {
    transform: rotate(-135deg);
    margin-right: -5px;
}
.l-page .paginations .paginations__btn:hover::before {
    border-color: #E02357;
}
@media (max-width: 1023px) {
    .paginations {
        padding: 20px;
    }
    .paginations:not(.paginations--default) .paginations__list {
        display: none;
    }
    .l-page .paginations .paginations__more-btn {
        position: relative;
        left: 0;
        top: 0;
        padding: 20px 10px;
        border-width: 2px;
        border-style: solid;
        border-color: #014E89;
        width: 100%;
        transform: none;
        text-align: center;
        max-width: 500px;
        margin: 0 auto;
        border-radius: 5px;
        color: rgba(1,78,137,1);
        transition: background-color 0.2s, box-shadow 0.2s, color 0.2s;
    }
    .paginations__more-btn::after {
        content: none;
    }
    .l-page .paginations .paginations__more-btn:hover {
        box-shadow: 0 0 10px 0 rgba(1,78,137,.3);
    }
    .l-page .paginations .paginations__more-btn:active {
        background-color: #014E89;
        color: #fff;
        box-shadow: 0 0 10px 0 rgba(1,78,137,.5)
    }

}*/
/* End */


/* Start:/local/templates/.default/components/ma/catalog.section/blocks/style.css?177554865811785*/
.products__groups-description {
    margin-top: 50px;
}

.products {
    display: flex;
    flex-wrap: wrap;
	margin: 0 -20px;
}
.products-section .products {
    margin: 0 -10px;
}
.products-section .products--slider {
    margin: 0;
}
.products--slider {
    flex-wrap: nowrap;
}
.products.products--tabs {
    flex-wrap: wrap;
    min-height: 490px;
}
.products-section__title-holder {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products-section .products-section__title-holder .products-section__more-link,
.products-section .products-section__title-holder .products-section__more-link:visited {
    font-size: 16px;
    color: #373C41;
}
.products--slider .swiper-wrapper {
    padding-bottom: 77px;
}
.products__item {
    position: relative;
    display: flex;
    flex-direction: column;
    width: calc(100% / 3 - 40px);
	margin: 40px 20px 0;
	padding: 47px 25px 30px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--site-grey-color--darker);
    border-radius: 8px;
    background-color: #fff;
    transition: border 0.3s;
}
.products__item:hover {
    border-color: var(--site-grey-color--dark);
    z-index: 2;
}
.products-section .products__item {
    width: calc(100% / 5 - 20px);
    margin: 20px 10px 0;
}
.catalog--full-width .products__item {
    width: calc(100% / 4 - 40px);
}
.products__item--narrow {
	width: calc(100% / 5 + 1px);
}
.products .products__item--slide {
	flex-shrink: 0;
    width: 100%;
    height: auto;
    width: calc(100% / 4 - 40px);
    margin: 0 40px 0 0;
}
.products .products__image,
.products .products__image:visited {
    position: relative;
    margin: 0 0 17px;
    border: none;
    padding-top: 100%;
    transition: opacity 0.3s ease-out;
}
.products__image picture {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.products__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: contain;*/
    object-fit: scale-down;
    object-position: center;
}
.products__image img[src$=".svg"] {
    object-fit: contain;
}
.products__group {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}
.products-price {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 53px;
}
.products-price__item {
    font-weight: 500;
}
.products-price__item--current {
    font-size: 24px;
    line-height: 1.15;
    letter-spacing: 0;
    color: #1866BC;
}
.products-price__item--old {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 1.45;
    color: #98979D;
    letter-spacing: 0.1px;
    margin-bottom: 5px;
}
.products-price__value {
    text-decoration: line-through;
}
.products-price__item--red {
    color: #EE021C;
}
.products-price__percent {
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-align: center;
    background: #EE021C;
    border-radius: 20px;
    padding: 5px 5px 3px;
    min-width: 40px;
    margin-left: 10px;
}
.products__title {
    line-height: 1;
	margin-bottom: 30px;
}
.products .products__title a,
.products .products__title a:visited {
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.15px;
    border-color: transparent;
    word-break: break-word;
}
.products .products__title a:hover {
    color: #0065B1;
}
.products-labels {
    position: absolute;
    top: 12px;
    left: 17px;
    right: 50px;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    z-index: 1;
}
.products-labels__item {
    display: inline-block;
    font-size: 13px;
    line-height: 1.3;
    letter-spacing: -0.01em;
    color: #fff;
    background-color: #1866BC;
    border-radius: 20px;
    padding: 3px 10px;
    margin: 2.5px;
}
.products-labels__item:last-child {
    margin-bottom: 7px;
}
.products-labels__item--novinka {
	background-color: #1DB22E;
}
.products-labels__item--khit {
	background-color: #FF7200;
}
.products-labels__item--aktsiya {
    background-color: #EE021C;
}
.products-labels__item--skidka {
	background-color: #EE021C;
}
.products-labels__item--lider_prodazh {
    background-color: #f3db0e;
    color: #313033;
}
.products__buttons {
    position: absolute;
    top: 100%;
    left: -1px;
    display: flex;
    margin-top: -10px;
    width: calc(100% + 2px);
    padding: 0 25px 30px;
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--site-grey-color--darker);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #fff;
    opacity: 0;
    transition: border 0.3s;
    pointer-events: none;
    user-select: none;
}
.products__item:hover .products__buttons {
    opacity: 1;
    border-color: var(--site-grey-color--dark);
    pointer-events: auto;
    user-select: auto;
}
.products .products__buttons .g-button,
.products .products__buttons .g-button:visited {
    padding-left: 25px;
    padding-right: 25px;
}
.products .products__item-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 56px;
    height: 56px;
    font-size: 0;
    line-height: 0;
    padding: 0;
    border: none;
    background-color: var(--site-grey-color--darker);
    border-radius: 4px;
    opacity: 0;
    transition: background 0.2s, opacity 0.5s, box-shadow 0.5s;
}
.products .products__item-btn:hover {
    box-shadow: 0 0 10px 0 rgba(0,0,0,10%);
}
.products .products__item-btn.active {
    background-color: var(--site-accent-color);
    box-shadow: none;
}
.products .products__item-btn > * {
    pointer-events: none;
    user-select: none;
}
.products .products__item-btn svg {
    fill: var(--site-accent-color);
}
.products .products__item-btn.active svg {
    fill: var(--site-light-color);
}
.products-section .products__item-btn--compare,
.catalog--full-width .products__item-btn--compare {
    display: none;
}
.products__buttons .g-button,
.products__buttons .g-button:visited {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 5px;
    transition: color 0.3s, background 0.2s, border 0.2s, opacity 0.5s;
}
.products__item-btn--compare {
    margin-left: 5px;
}
.products__buttons > * {
    opacity: 0;
}
.products__item:hover .products__buttons > * {
    opacity: 1;
}
.products__tabs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
}
.products__tabs-links {
    flex-shrink: 0;
    padding-top: 5px;
    margin-left: 20px;
}

.products__basket,
.products__not-available {
    flex-grow: 1;
}
.products__not-available {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    background-color: var(--site-grey-color);
    border-radius: 4px;
    margin-right: 5px;
    height: 56px;
}
.products__info {
    position: absolute;
    top: 47px;
    left: 25px;
    width: calc(100% - 50px);
    padding-top: calc(100% - 50px);
}
.products__info-ico {
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    top: -32px;
    right: -5px;
    fill: var(--site-grey-color--dark);
    cursor: pointer;
    transition: fill 0.2s;
    z-index: 1;
}
.products__info-ico:hover {
    fill: var(--site-default-color);
}
.products__info-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--site-grey-color);
    display: flex;
    align-items: center;
    padding: 30px;
    overflow-x: hidden;
    overflow-y: auto;
    opacity: 0;
    transition: opacity 0.3s ease-out;
}
.products__info:hover .products__info-list {
    opacity: 1;
    z-index: 1;
}
.products__info:hover + .products__image {
    opacity: 0;
}
.product-props {
    width: 100%;
}
.products-props__item {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 5px;
}
.products-props__item:last-child {
    margin-bottom: 0;
}
.products-props__item-name,
.products-props__item-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    letter-spacing: 0.1px;
}
.products-props__item-dots {
    display: block;
    width: 100%;
    border: 1px dashed var(--site-grey-color--dark);
    margin: 0 0 6px;
}
.products-props__item-name {
    flex-shrink: 0;
    margin-right: 2px;
    color: var(--site-grey-color--dark);
}
.products-props__item-value {
    flex-shrink: 0;
    margin-left: 2px;
    word-break: break-word;
    text-align: right;
}
.modal-container.cart-modal .l-wrapper {
    padding: 0;
}
@media (max-width: 1439px) {
    .products__item {
        width: calc(100% / 2 - 40px);
    }
    .products-section .products__item {
        width: calc(100% / 4 - 20px);
        padding: 42px 20px 30px;
    }
    .products-section .products__title a,
    .products-section .products__title a:visited {
        font-size: 14px;
        line-height: 1.45;
        letter-spacing: 0.1px;
    }
    .products__buttons {
        padding: 0 20px 30px;
    }
    .products-labels {
        left: 20px;
        right: 45px;
    }
    .products-section .products-labels {
        right: 20px;
    }
}
@media (max-width: 1151px) {
    .catalog--full-width .products {
        margin: 0 -10px;
    }
    .catalog--full-width .products__item {
        width: calc(100% / 3 - 20px);
        margin: 20px 10px 0;
    }
    .products__info-list {
        padding: 10px;
    }
    .products-props__item-name,
    .products-props__item-value {
        font-size: 12px;
    }
    .products .products__buttons .g-button,
    .products .products__buttons .g-button:visited {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media (max-width: 1023px) {
    .products,
    .catalog--full-width .products {
        margin: 0 -5px;
    }
    .products__item,
    .products-section .products__item {
        padding: 40px 10px 15px;
        margin: 10px 5px 0;
    }
    .products__item {
        width: calc(100% / 2 - 10px);
    }
    .products-section .products__item {
        width: calc(100% / 3 - 10px);
    }
    .catalog--full-width .products__item {
        width: calc(100% / 3 - 10px);
        margin: 10px 5px 0;
    }
    .products--slider .products__item {
        margin: 0;
    }
    .products__item:hover .products__buttons {
        padding: 0 10px 15px;
    }
    .products .products__image,
    .products .products__image:visited {
        margin: 0 0 12px;
    }
    .products-section .products__title a,
    .products-section .products__title a:visited {
        font-size: 12px;
    }
    .products-price__item--current {
        font-size: 20px;
        line-height: 1.2;
        letter-spacing: 0.15px;
    }
    .products-price__percent {
        font-size: 12px;
    }
    .products-labels {
        left: 8px;
        right: 33px;
        top: 8px;
    }
    .products-labels__item {
        font-size: 10px;
    }
    .products__info {
        top: 40px;
        left: 10px;
        width: calc(100% - 20px);
        padding-top: calc(100% - 18px);
    }
    .products__info-ico {
        width: 18px;
        height: 18px;
        top: -30px;
        right: 0;
    }
}
@media (max-width: 659px) {
    .products-section .products__item {
        width: calc(100% / 2 - 10px);
    }
    .catalog--full-width .products__item {
        width: calc(100% / 2 - 10px);
    }
    .products__title {
        margin-bottom: 20px
    }
    .products .products__title a,
    .products .products__title a:visited {
        font-size: 13px;
        line-height: 1.45;
    }
    .products__buttons {
        display: none;
    }
    .products--slider .swiper-wrapper {
        padding-bottom: 0;
    }
}

/* End */


/* Start:/local/css/ma.custom/swiper-bundle.css?177554865719499*/
@font-face {
	font-family: 'swiper-icons';
	src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
	font-weight: 400;
	font-style: normal;
}
:root {
	--swiper-default-bg-color: #1866BC;
	--swiper-default-bg-color--hover: #0258B8;
	--swiper-invert-bg-color: #fff;
	--swiper-invert-bg-color--hover: #0258B8;
	--swiper-btn-border-width: 1px;
	--swiper-btn-border-radius: 50%;
	--swiper-btn-width: 42px;
	--swiper-btn-width--big: 60px;
	--swiper-btn-height: 42px;
	--swiper-btn-height--big: 60px;
	--swiper-btn-margin: 0;
	--swiper-btn-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 13'%3E%3Cpath d='M5.304 6.718l.353-.354-.353-.354L.707 1.414l.707-.707 5.657 5.657-5.657 5.657-.707-.707 4.597-4.596z' stroke='%23fff'/%3E%3C/svg%3E");
	--swiper-btn-invert-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 13'%3E%3Cpath d='M5.304 6.718l.353-.354-.353-.354L.707 1.414l.707-.707 5.657 5.657-5.657 5.657-.707-.707 4.597-4.596z' stroke='%231866BC'/%3E%3C/svg%3E");
	--swiper-btn-image-size: 7px 10px;
	--swiper-btn-image-size--active: 5px 10px;
	--swiper-btn-image-size--big: 8px 13px;
	--swiper-btn-image-size--big-active: 6px 11px;
	--swiper-bullets-border-width: 2px;
	--swiper-bullets-border-radius: 50%;
	/*--swiper-bullets-box-shadow: 0 0 0 1px transparent%;*/
	/*--swiper-bullets-box-shadow--hover: 0 0 0 1px var(--swiper-default-bg-color);*/
	/*--swiper-bullets-box-shadow--invert-hover: 0 0 0 1px var(--swiper-invert-bg-color);*/
	--swiper-bullets-width: 10px;
	--swiper-bullets-height: 10px;
	--swiper-bullets-margin: 4px;
}
.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	/* Fix of Webkit flickering */
	z-index: 1;
}
.swiper-container--visible {
	overflow: visible;
}
.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}
.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}
.swiper-slide-invisible-blank {
	visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
	perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	/* For Firefox */
	-ms-overflow-style: none;
	/* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}
:root {
	--swiper-navigation-size: 46px;
  /*
  --swiper-navigation-color: var(--swiper-default-bg-color);
  */
}
.swiper-btn {
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 50%;
	width: var(--swiper-btn-width);
	height: var(--swiper-btn-height);
	cursor: pointer;
	border-radius: var(--swiper-btn-border-radius);
	background-color: var(--swiper-default-bg-color);
	background-size: var(--swiper-btn-image-size);
	background-position: center;
	background-repeat: no-repeat;
	background-image: var(--swiper-btn-image);
	margin-top: calc(-1 * (var(--swiper-btn-height) / 2));
	transition: background 0.2s;
	z-index: 10;
}
.swiper-btn--big {
    width: var(--swiper-btn-width--big);
	height: var(--swiper-btn-height--big);
	background-size: var(--swiper-btn-image-size--big);
}
.swiper-btn:active {
	background-size: var(--swiper-btn-image-size--active);
}
.swiper-btn--big:active {
	background-size: var(--swiper-btn-image-size--big-active);
}
.swiper-btn--prev {
	transform: rotate(180deg);
}
.swiper-btn:after {
	content: '';
}
.swiper-btn.swiper-btn--prev {
	margin-right: var(--swiper-btn-margin);
}
.swiper-btn--prev {
	left: 20px;
	transform: rotate(360deg) !important;
}
.swiper-btn--next {
	right: 20px;
	transform: rotate(180deg) !important;
}
@media (max-width: 1240px) {
	.swiper-btn--fw.swiper-btn--prev {
	    margin-left: 0;
	}

	.swiper-btn--fw.swiper-btn--next {
	    margin-left: var(--swiper-btn-margin);
	}
}
.swiper-btn--next.swiper-btn--center,
[data-tabs-container] .swiper-btn--next.swiper-btn--center {
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	left: auto;
	margin: 0;
}
.swiper-btn--prev.swiper-btn--center,
[data-tabs-container] .swiper-btn--prev.swiper-btn--center {
	top: 50%;
	transform: rotate(180deg) translateY(50%);
	margin: 0;
	left: 0;
	right: auto;
}
.swiper-btn--prev.swiper-btn--verical,
.swiper-btn--next.swiper-btn--verical {
    margin: 0;
    left: 50%;
    margin-left: -16px;
    right: auto;
    width: 32px;
    height: 32px;
    background-size: 6px auto;
}
.swiper-btn--next.swiper-btn--verical {
    transform: rotate(90deg);
    top: auto;
    bottom: 0;
}
.swiper-btn--prev.swiper-btn--verical {
    top: 0;
    left: 50%;
    margin-left: -16px;
    transform: rotate(-90deg);
    
}
.swiper-btn--white {
	background-color: var(--swiper-invert-bg-color);
	background-image: var(--swiper-btn-invert-image);
}
.swiper-btn--white:hover {
	background-color: var(--swiper-default-bg-color);
	background-image: var(--swiper-btn-image);
}
.swiper-btn.swiper-btn--disabled,
.swiper-btn.swiper-btn--disabled:hover {
	background-color: var(--swiper-default-bg-color);
	background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 14'%3E%3Cpath d='M5.172 6.62L.222 1.549 1.636.098 8 6.622l-6.364 6.522-1.414-1.45 4.95-5.072z' fill='%23909090'/%3E%3C/svg%3E");
	cursor: auto;
	pointer-events: none;
}
.swiper-btn--white.swiper-btn--disabled,
.swiper-btn--white.swiper-btn--disabled:hover {
	background-color: var(--swiper-invert-bg-color);
}

.swiper-btn-lock {
	display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-default-bg-color);
  */
}
.swiper-pagination {
	position: relative;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
	padding-top: 12px;
}
.swiper-pagination--left {
	text-align: left;
}
.swiper-pagination--right {
	text-align: right;
}
.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	width: 100%;
}
.swiper-container-horizontal > .swiper-pagination--fw.swiper-pagination-bullets {
	bottom: 41px;
	width: auto;
	left: auto;
	right: 50%;
	margin-right: calc(-1200px / 2);
}
@media (max-width: 1240px) {
	.swiper-container-horizontal > .swiper-pagination--fw.swiper-pagination-bullets {
	    right: 20px;
	    margin-right: 0;
	}
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}
.swiper-pagination-bullet {
	position: relative;
	width: var(--swiper-bullets-width);
	height: var(--swiper-bullets-height);
	display: inline-block;
	border-radius: var(--swiper-bullets-border-radius);
	border-width: var(--swiper-bullets-border-width);
	border-style: solid;
	border-color: var(--swiper-invert-bg-color); 
	background-color: var(--swiper-default-bg-color);
	transition: background 0.3s linear, border 0.3s linear;
	margin: 0 var(--swiper-bullets-margin);
	cursor: pointer;
}
.swiper-pagination--white .swiper-pagination-bullet {
	background-color: var(--swiper-invert-bg-color);
	border-color: var(--swiper-default-bg-color);
}
button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}
 .swiper-pagination-bullet-active {
	background-color: var(--swiper-invert-bg-color);
	border-color: var(--swiper-default-bg-color);
}
.bgc-grey .swiper-pagination-bullet {
    border-color: var(--site-grey-color--darker);
}
.bgc-grey .swiper-pagination-bullet-active {
    border-color: var(--site-accent-color);
    background-color: var(--site-grey-color--darker);
}
.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 var(--swiper-bullets-margin);
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: var(--swiper-pagination-color, var(--swiper-default-bg-color));
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}
.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
	display: none;
}
/* Scrollbar */
.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}
.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}
.swiper-scrollbar-cursor-drag {
	cursor: move;
}
.swiper-scrollbar-lock {
	display: none;
}
.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}
.swiper-slide-zoomed {
	cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-default-bg-color);
  */
}
.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-default-bg-color));
	border-radius: 50%;
	border-top-color: transparent;
}
.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}
/* a11y */
.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube {
	overflow: visible;
}
.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}
.swiper-container-flip {
	overflow: visible;
}
.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/* End */
/* /local/templates/.default/components/ma/catalog/catalog/css/holster.css?17755486583662 */
/* /local/templates/template.main/components/ma/breadcrumb/.default/style.css?17755486591632 */
/* /local/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/style.css?177554865820019 */
/* /local/templates/.default/components/ma/catalog/catalog/css/sort-bar.css?177554865810780 */
/* /local/templates/.default/components/bitrix/system.pagenavigation/.default_ajax/style.css?17755486587302 */
/* /local/templates/.default/components/ma/catalog.section/blocks/style.css?177554865811785 */
/* /local/css/ma.custom/swiper-bundle.css?177554865719499 */
