

/* Start:/bitrix/templates/.default/components/ma/catalog/catalog/ma/catalog.section.list/list/style.css?15651664771094*/
.b-section-list {
    position: relative;
    z-index: 2;
	margin-bottom: 32px;
}
.b-section-list ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 0 -8px;
	padding: 0;
	list-style: none;
}
.b-section-list li {
	padding: 0;
	margin: 0 0 10px 8px;
}

.b-section-list a,
.b-section-list a:visited {
	display: block;
	padding: 8px 16px 9px;
    font: 300 18px/1 'Ubuntu', 'Arial', sans-serif;
    text-align: center;
    text-decoration: none !important;
    text-transform: uppercase;
    background: transparent;
    border: 2px solid #ffc400;
    
    
    border-radius: 30px;
    color: #1f1f1f !important;
    cursor: pointer;
    transition: background 0.3s, border-color 0.3s, transform 0.3s;
}
.b-section-list a:hover,
.b-section-list a:active {
	background: #ffc400;
	border-color: transparent;
}

.b-section-list a.active {
	background: #ffc400;
	border-color: transparent;
	cursor: default;
}

@media (max-width: 767px) {
	.b-section-list ul {
		display: block;
		margin: 0;
	}
	.b-section-list li {
		display: block;
		margin-left: 0;
	}
	.b-section-list a {
		font-size: 16px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/catalog/catalog/css/sidebar.css?15651664771574*/
.b-catalog-sidebar {
    position: relative;
    float: left;
    width: 272px;
    margin-bottom: 140px;
}

.b-catalog-sidebar::before {
    content: '';
    position: absolute;
    top: -463px;
    right: -40px;
    bottom: 270px;
    z-index: 1;
    width: 736px;
    height: auto;
    padding-top: 463px;
    background-color: transparent;
    background-image: url('/bitrix/templates/.default/components/ma/catalog/catalog/css/../img/sidebar-top.png'), url('/bitrix/templates/.default/components/ma/catalog/catalog/css/../img/sidebar-middle.png');
    background-repeat: no-repeat, repeat-y;
    background-position: 0px 0px;
    background-clip: padding-box, content-box;
}

.b-catalog-sidebar::after {
    content: '';
    position: absolute;
    right: -40px;
    bottom: -84px;
    z-index: 1;
    width: 736px;
    height: 354px;
    background-color: transparent;
    background-image: url('/bitrix/templates/.default/components/ma/catalog/catalog/css/../img/sidebar-bottom.png');
    background-repeat: no-repeat;
    background-position: 0px 0px;
}

.b-catalog-sidebar .b-catalog-mobile {
    display: none;
}

.b-catalog-content {
    padding-top: 8px;
    margin-bottom: 55px;
    margin-left: 368px;
}

@media (max-width: 767px) {
    .b-catalog-sidebar {
        width: auto;;
        float: none;
        margin: 0 0 30px 0;
    }

    .b-catalog-sidebar::before,
    .b-catalog-sidebar::after {
        content: none;
    }

    .b-catalog-sidebar .b-catalog-mobile {
        display: block;
        margin: 0 0 30px 0;
        text-align: center;
    }
    .b-catalog-sidebar .b-catalog-mobile .g-button {
        width: 100%;
    }

    .b-catalog-content {
        margin-left: 0;
        margin-bottom: 0;
        clear: both;
    }
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/style.css?156516647713516*/
.bx-filter {
	position: relative;
	z-index: 2;
	width: 100%;
	min-width: 220px;
	margin-bottom: 20px;
	font-family: 'Ubuntu', 'Arial', sans-serif;
}
.bx-filter-title {
	padding-bottom: 20px;
	font-size: 30px;
	border-bottom: 1px solid #1f1f1f;
}
/*Sections*/

.bx-filter-parameters-box {
	position: relative;
	padding: 15px 0 30px;
	font-size: 15px;
	line-height: 20px;
	border-bottom: 1px solid #1f1f1f;
}
.bx-filter-parameters-box-title {
	position: relative;
	padding-right: 10px;
	margin-bottom: 14px;
	font-size: 18px;
	cursor: pointer;
}
.bx-filter-parameters-box-title span {
	display: inline-block;
}
.bx-filter-parameters-box-title .arrow {
	position: absolute;
	top: 50%;
	right: 2px;
	width: 16px;
	height: 7px;
	margin-top: -3px;
	background: transparent url('/bitrix/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/images/filter-arrow.png') no-repeat center;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title .arrow {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.bx-filter-block {
	display: none;
	-webkit-transition: padding .3s ease;
	-o-transition: padding .3s ease;
	transition: padding .3s ease;
	-webkit-box-sizing: content-box;
	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-container-block {
	float: left;
	width: 123px;
	font-size: 11px;
	color: #3f3f3f;
}
.bx-filter-parameters-box-container-block.bx-right {
	float: right;
}
.bx-filter-parameters-box-container-block.bx-separate {
	width: 26px;
	padding: 9px 0;
	text-align: center;
}
/* INPUTS */

.bx-filter-input-container input {
	display: block;
	width: 100%;
	height: 40px;
	margin: 0;
	padding: 0 10px;
	font-size: 15px;
	border: 1px solid #e8ebed;
	background: #fff;
	outline: none
}
.bx-filter-button-box {
	padding: 27px 0;
}
.bx-filter-button-box .bx-filter-parameters-box-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.bx-filter-button-box .g-button {
	padding: 13px 40px 12px;
}
.bx-filter-button-box .g-half-link {
	padding: 0;
	font-weight: 300;
	font-size: 16px;
	line-height: 1;
	background: none;
}
/* Track */

.bx-ui-slider-track-container {
	padding-top: 7px;
	padding-bottom: 30px;
}
.bx-ui-slider-track {
	position: relative;
	height: 2px;
	background: #d9d9d9;
}
.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: 80;
}
.bx-ui-slider-pricebar {
	z-index: 100;
}
.bx-ui-slider-pricebar-vd {
	z-index: 60;
	background: #d9d9d9;
}
.bx-ui-slider-pricebar-vn {
	z-index: 70;
	background: #d9d9d9;
}
.bx-ui-slider-pricebar-v {
	z-index: 80;
	background: #ffb900;
}
.bx-ui-slider-handle {
	position: absolute;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: #1f1f1f;
	border-radius: 50%;
}
.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;
}
.bx-ui-slider-handle.right {
	right: 0;
}
/* Select */

.bx-filter-select-container {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 35px;
	border-radius: 3px;
	border: 1px solid #ccd5db;
}
.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;
	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;
}
.bx-tag-link {
	font-size: 12px;
	text-decoration: none;
	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: 3px;
}
.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;
}
/* Checkbox / Radio  */

.bx-filter-parameters-box-container .checkbox {
	margin: 20px 0 25px;
}
.bx-filter-parameters-box-container .checkbox:last-child {
	margin-bottom: 0;
}
.bx-filter-parameters-box-container .bx-filter-param-label {
	padding-left: 0;
}
.bx-filter-input-checkbox input[type="checkbox"] {
	display: none;
}
.bx-filter-input-checkbox input[type="checkbox"]+span {
	position: relative;
	padding-left: 30px;
}
.bx-filter-input-checkbox input[type="checkbox"]+span::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 19px;
	height: 19px;
	/*padding: 6px;*/
	background-color: #fff;
	/*border: 1px solid #e8ebed;*/
	border: 6px solid #fff;
	-webkit-box-shadow: 0 0 0 1px #e8ebed;
	box-shadow: 0 0 0 1px #e8ebed;
}
.bx-filter-input-checkbox input[type="checkbox"]:checked+span::before {
	background: #ffbc00;
}
.bx-filter-input-checkbox .bx-filter-param-text {
	display: inline;
	text-align: left;
}
/* BTN  */

.bx-filter-param-btn {
	position: relative;
	display: inline-block;
	width: 37px;
	height: 37px;
	padding: 3px;
	font-weight: normal;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid transparent;
	border-radius: 50%;
	background: #fff;
	cursor: pointer;
	color: #000;
	-webkit-transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	transition: border-color 0.3s;
}
.bx-filter-param-btn:hover {
	border-color: #ffbc00;
}
.bx-filter-param-label.bx-active .bx-filter-param-btn {
	border-color: #ffbc00;
}
.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;
	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);
}
.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 {
	display: inline-block;
	width: 29px;
	height: 29px;
	line-height: 24px;
	vertical-align: middle;
	background-size: cover;
	border-radius: 50%;
}
.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;
}
/* Result Popup */

.bx-filter-popup-result {
	position: absolute;
	/*top: 50%;*/
	bottom: -41px;
	right: -81px;
	z-index: 915;
	display: none;
	width: 82px;
	height: 82px;
	padding: 20px 15px;
	font-size: 12px;
	font-weight: normal;
	line-height: normal;
	white-space: nowrap;
	text-align: center;
	background: #1f1f1f;
	border-radius: 50%;
	color: #ffffff;
}
#modef_num {
	font-size: 24px;
}
.bx-filter-horizontal .bx-filter-popup-result {
	display: inline-block;
	position: relative;
	left: auto;
	right: auto;
	bottom: -7px;
}
.bx-filter-popup-result a {
	color: #fff;
}
.bx-filter-popup-result a:hover {
	text-decoration: none;
}
.bx-filter-popup-result-close {
	display: none;
}
@media (max-width: 767px) {
	.b-smart-filter {
		display: none;
		padding: 0;
		background-color: #ffffff;
	}
	.bx-filter-title {
		display: none;
	}
	.bx-filter-parameters-box {
		padding: 20px;
		border-bottom: 1px solid #d4d4d4;
	}
	.bx-filter-parameters-box-title {
		margin-bottom: 0;
	}
	.bx-filter-parameters-box:nth-of-type(1) .bx-filter-parameters-box-title {
		margin-bottom: 20px;
	}
	.bx-filter-block {
		overflow: hidden;
		padding-left: 1px;
	}
	.bx-filter-button-box {
		padding: 27px 0 7px;
	}
	.bx-filter-button-box .bx-filter-parameters-box-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.bx-filter-button-box .g-button {
		margin-bottom: 20px;
	}
	.bx-filter-parameters-box-container-block {
		width: 40%;
	}
	.bx-filter-parameters-box-container-block.bx-separate {
		width: 20%;
	}
	.bx-filter-popup-result {
		bottom: 0;
		right: -20px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/catalog/catalog/css/sort-bar.css?15651664772695*/
.b-catalog-elements-display {
    margin-bottom: 30px;
    font-size: 15px;
    line-height: 1;
    white-space: nowrap;
}

    .b-catalog-elements-display span,
    .b-catalog-elements-display a {
        display: inline-block;
        vertical-align: middle;
    }

    .b-catalog-elements-display a {
        margin: 0px 3px;
        text-decoration: none !important;
        color: inherit;
    }

        .b-catalog-elements-display a span {
            display: inline-block;
            border-bottom: 1px dashed #626262;
        }

    .b-catalog-elements-display a:hover span {
        border-bottom-color: transparent;
    }
    
    .b-catalog-elements-display a.selected {
        position: relative;
        padding: 4px 25px 4px 10px;
        background: #fff;
        box-shadow: 0px 2px 24px 0 rgba(0, 0, 0, 0.08);
    }

    .b-catalog-item-sorting,
    .b-catalog-item-sorting_holder,
    .b-catalog-elements-view,
    .b-catalog-elements-count,
    .b-catalog-elements-count_holder {
        display: inline-block;
    }
    
    .b-catalog-elements-count {
        position: relative;
        margin-left: 50px;
    }

        .b-catalog-elements-count_list {
            position: absolute;
            top: 19px;
            right: -6px;
            background: #EEE;
            padding: 5px 7px 5px 19px;
            text-align: right;
        }
        
            .b-catalog-elements-count_list a {
                margin: 0px;
            }
    
    .b-catalog-item-sorting_holder {
        width: 190px;
        margin-left: 5px;
    }

    .b-catalog-elements-count_holder {
        width: 60px;
        margin-left: 5px;
    }

    .b-catalog-item-sorting select,
    .b-catalog-elements-count select {
        opacity: 0;
    }

/*@media (max-width: 1199px) {
    .b-catalog-elements-count {
        margin-left: 15px;
    }
}*/

@media (max-width: 767px) {
    .b-catalog-elements-display {
        clear: both;
    }

    .b-catalog-elements-count {
        margin-left: 15px;
    }
}

@media (max-width: 590px) {
   .b-catalog-item-sorting,
   .b-catalog-elements-view,
   .b-catalog-elements-count {
       display: block;
       margin: 0 0 15px;
   }

   .b-catalog-item-sorting:last-child,
   .b-catalog-elements-view:last-child,
   .b-catalog-elements-count:last-child {
       margin: 0;
   }

   .b-catalog-elements-count > span {
	    margin-right: 25px;
	}
}

@media (max-width: 350px) {
    .b-catalog-item-sorting,
    .b-catalog-elements-view,
    .b-catalog-elements-count {
        font-size: 14px;
    }

    .b-catalog-item-sorting_holder {
        width: 163px;
    }

    .b-catalog-elements-count > span {
        margin-right: 23px;
    }
}
/* End */


/* Start:/bitrix/templates/template.main_v2_1/components/bitrix/system.pagenavigation/ma_default/style.css?16518999151417*/
.b-page-navigation { 
	margin: 20px 0;
	font-size: 0;
}

.b-page-navigation a, 
.b-page-navigation_current, 
.b-page-navigation_dots {
	display: inline-block;
	min-width: 38px;
	margin-right: 7px;
	padding: 10px 5px;
	font: 300 16px/1 'Ubuntu', 'Arial', sans-serif;
	text-align: center;
	text-decoration: none !important;
	/*text-transform: uppercase;*/
	background: transparent;
	/*border: 1px solid #ffc400;*/
	border: 1px solid #e7e7e7;
	border-radius: 30px;
	color: #1f1f1f !important;

	-webkit-transition: background 0.3s, border-color 0.3s, -webkit-transform 0.3s;
	transition: background 0.3s, border-color 0.3s, -webkit-transform 0.3s;
	-o-transition: background 0.3s, border-color 0.3s, transform 0.3s;
	transition: background 0.3s, border-color 0.3s, transform 0.3s;
	transition: background 0.3s, border-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.b-page-navigation a:hover {
	border-color: #ffc400;
}

.b-page-navigation_current {
	background: #ffc400;
	border-color: #ffc400;
}

.b-page-navigation a.b-page-navigation_next,
.b-page-navigation a.b-page-navigation_previous,
.b-page-navigation a.b-page-navigation_all,
.b-page-navigation a.b-page-navigation_pagen {
	padding: 10px 10px;
}

@media (max-width: 991px) {
	.b-page-navigation {
		text-align: center;
		margin-bottom: 0;
	}

	.b-page-navigation a,
	.b-page-navigation_current,
	.b-page-navigation_dots {
	    margin-bottom: 7px;
	}
}
/* End */


/* Start:/bitrix/templates/.default/components/ma/catalog.section/offers/style.css?161770771725150*/
.b-page-title {
    position: relative;
    z-index: 10;
}
@media (min-width: 768px) {
    .b-page-title {
        margin-bottom: 43px !important;
    }
}
.b-catalog-description-n-image {
    position: relative;
    z-index: 10;
    margin-bottom: 93px;
    padding-right: 234px;
}
.b-catalog-description {
    padding-left: 18px;
    font-size: 18px;
    line-height: 30px;
}
.b-catalog-image {
    position: absolute;
    top: 50%;
    right: 0;
    width: 217px;
    height: 200px;
    margin: -100px 0 0 0;
    padding: 0;
}
.b-catalog-image figcaption {
    position: absolute;
    right: 10px;
    bottom: 22px;
    left: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

/* Список товаров */

.b-catalog-sections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-left: -23px;
}
.b-catalog-sections_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 33.33334%;
    margin-bottom: 23px;
    font-size: 14px;
}
.b-catalog-sections_item_holder {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    margin-left: 23px;
    background: #fff;
    -webkit-box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.08);
}
.bx-firefox .b-catalog-sections_item_holder,
.bx-mac .b-catalog-sections_item_holder {
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}
.b-catalog-sections_item_img {
    position: relative;
    z-index: 5;
    display: block;
    width: 100%;
    padding-top: 100%;
    background-image: url('/bitrix/templates/.default/components/ma/catalog.section/offers/images/no_photo.jpg');
    background-position: center;
    background-repeat: no-repeat;
}
.b-catalog-sections_item_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    padding: 28px 22px;
}
.b-catalog-sections_item_title.title {
    width: 100%;
    min-height: 60px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 20px;
}
.b-catalog-sections_item_title a,
.b-catalog-sections_item_title a:visited {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
.b-catalog-sections_item_title a:hover,
.b-catalog-sections_item_title a:active {
    text-decoration: none;
    color: #ffc400;
}
.b-catalog-sections_item_articul {
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
}
.b-catalog-sections_item_scu {
    margin-bottom: 10px;
}
.b-catalog-sections_item_scu>div {
    margin: 0 auto
}
.b-catalog-sections_item_scu_prop {
    position: relative;
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
}
.b-catalog-sections_item_scu_prop_title {
    display: block;
    margin-bottom: 2px;
    font-size: 14px;
}
.b-catalog-sections_item_controls {
    display: inline-block;
    text-align: center;
}
.b-catalog-sections_item_controls_quantity {
    display: inline-block;
    margin-right: 20px;
}
.b-catalog-sections_item_controls_quantity_minus {}
.b-catalog-sections_item_controls_quantity_input,
.b-catalog-sections_item_controls_quantity input[type=text] {
    width: 30px;
    margin: 4px;
    padding: 2px 4px;
    border: 1px solid #CCC;
    border-radius: 0;
    background: #FFF;
    outline: 0;
    text-align: center;
}
.b-catalog-sections_item_controls_basket {
    display: inline-block;
}
    .b-catalog-sections_item_controls_basket .g-button {
        font-size: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        background-position: center !important;
    }
.b-catalog-sections_item_price-n-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin-top: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.b-catalog-sections_item_price {
    width: calc(100% - 50px);
    margin-right: auto;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.25;
    font-family: 'Ubuntu', 'Arial', sans-serif;
}
.b-catalog-sections_item_price .b-old-price {
    margin-top: 2px;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #de9b01;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item .b-catalog-sections_item_controls.touch,
.bx-touch .b-catalog-sections .b-catalog-sections_item .b-catalog-sections_item_controls.no_touch {
    display: none !important;
}
/* Stickers */

.b-catalog-sections .bx_stick {
    position: absolute;
    width: 123px;
    height: 35px;
    background: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/stick.png) left center no-repeat;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 0 #ba3434;
    line-height: 35px;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.b-catalog-sections .bx_stick.short {
    font-weight: bold;
    font-size: 18px
}
.b-catalog-sections .bx_stick.average {
    font-weight: bold;
    font-size: 13px
}
.b-catalog-sections .bx_stick.long {
    font-weight: normal;
    font-size: 11px
}
.b-catalog-sections .bx_stick_disc {
    position: absolute;
    width: 72px;
    height: 74px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    font-size: 23px;
    line-height: 74px;
    background: #f42c2c url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/stick_disc.png) no-repeat center;
    text-shadow: 0 1px 0 #ba3434;
    font-weight: bold;
}
.b-catalog-sections .bx_stick.left,
.b-catalog-sections .bx_stick_disc.left {
    left: -2px;
}
.b-catalog-sections .bx_stick.right,
.b-catalog-sections .bx_stick_disc.right {
    right: 0;
}
.b-catalog-sections .bx_stick.top,
.b-catalog-sections .bx_stick_disc.top {
    top: 15px;
}
.b-catalog-sections .bx_stick.bottom,
.b-catalog-sections .bx_stick_disc.bottom {
    bottom: 5px;
}
.b-catalog-sections .bx_stick.middle,
.b-catalog-sections .bx_stick_disc.middle {
    top: 49%;
}
@media (max-width: 767px) {
    .bx-touch .b-catalog-sections .bx_stick {
        width: 70px;
        height: 30px;
        background-size: 100%;
        font-size: 11px;
        line-height: 30px;
    }
    .bx-touch .b-catalog-sections .bx_stick_disc {
        width: 37px;
        height: 38px;
        background-size: 100%;
        font-size: 13px;
        line-height: 38px;
    }
}
.b-catalog-sections .b-catalog-sections_item_scu_size {
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    max-width: 100%;
    width: 100%;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_size.full {
    position: relative;
    margin-left: -5%;
    padding: 0 5%;
}
.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size_scroller_container {
    position: relative
}
.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch .b-catalog-sections .b-catalog-sections_item_scu_size .bx_size {
    overflow-x: auto;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap;
}
.bx-touch .b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul {
    margin-left: 0 !important;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li {
    position: relative;
    display: block;
    float: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 25px;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li .cnt {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    display: block;
    overflow: hidden;
    border: 1px solid #c0cfda;
    background: #fff;
    color: #3f3f3f;
    text-align: center;
    text-decoration: none;
    font-weight: normal;
    font-size: 10px;
    line-height: 22px;
}
.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_size ul li .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -o-border-image: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/x2border.png) 2 stretch;
    -webkit-border-image: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/x2border.png) 2 stretch;
    border-image: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/x2border.png) 2 fill stretch;
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:hover .cnt {
    border: 1px solid #006cc0
}
.b-catalog-sections .b-catalog-sections_item_scu_size ul li:active .cnt,
.b-catalog-sections .b-catalog-sections_item_scu_size ul li.bx_active .cnt {
    border: 2px solid #006cc0;
}
.bx-retina .b-catalog-sections .b-catalog-sections_item_scu_size ul li.bx_active .cnt {
    border: none;
    border-style: solid;
    border-width: 1px;
    -o-border-image: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/x2border_active.png) 2 stretch;
    -webkit-border-image: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/x2border_active.png) 2 stretch;
    border-image: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/x2border_active.png) 2 fill stretch;
}
.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul li.bx_missing .cnt {
    border: 1px solid #c0cfda !important
}
.b-catalog-sections .b-catalog-sections_item_scu_size .bx_size ul li.bx_missing>i {
    cursor: not-allowed;
    position: absolute;
    display: block;
    top: 0;
    right: 2px;
    bottom: 2px;
    left: 2px;
    z-index: 11;
    background: rgba(255, 255, 255, .79) url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/missing.png) no-repeat center;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu_scroller_container {
    position: relative
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
}
.bx-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu {
    overflow-x: auto
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    white-space: nowrap
}
.bx-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul {
    margin-left: 0 !important
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li {
    position: relative;
    display: block;
    float: left;
    width: 34px !important;
    height: 34px;
    margin: 0 4px 0 0;
    padding: 0!important;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 50%;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li:hover .cnt {
    border-color: #ffbc00
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li:active .cnt,
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_active .cnt {
    border-color: #ffbc00;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li.bx_missing>i {}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt .cnt_item {
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.b-catalog-sections .b-catalog-sections_item_scu_pic .bx_scu ul li .cnt .cnt_item img {
    width: auto;
    height: 25px;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right {
    opacity: 0.8
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left:hover,
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right:hover {
    opacity: 1.0
}
.b-catalog-sections .b-catalog-sections_item_scu_pic.full .bx_slide_left,
.b-catalog-sections .b-catalog-sections_item_scu_pic.full .bx_slide_right {
    position: absolute;
    top: 0;
    bottom: 4px;
    width: 5%;
    max-width: 11px;
    cursor: pointer;
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left {
    left: -5%;
    background: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/arr_left.png) no-repeat left center;
    background-size: 100% auto
}
.bx-no-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right {
    right: -5%;
    background: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/arr_right.png) no-repeat right center;
    background-size: 100% auto
}
.bx-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_left {
    left: 0;
    background: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/fade_left.png) repeat-y left center;
    background-size: 100% auto
}
.bx-touch .b-catalog-sections .b-catalog-sections_item_scu_pic .bx_slide_right {
    right: 0;
    background: url(/bitrix/templates/.default/components/ma/catalog.section/offers/images/fade_right.png) repeat-y right center;
    background-size: 100% auto
}
/*В карусели*/

.owl-carousel.b-catalog-sections {
    margin-left: 0;
}
.owl-carousel .b-catalog-sections_item {
    width: 100%;
    margin: 0;
}
.owl-carousel .b-catalog-sections_item_holder {
    margin-left: 0;
}
.b-catalog-detail_accessories {
    float: right;
    width: 395px;
}
.b-catalog-detail_accessories h3 {
    max-width: 270px;
    margin: 0 0 25px;
    font-size: 36px;
    line-height: 1.3333334;
}
.b-catalog-detail_accessories .b-catalog-sections {
    margin-left: 0;
}
.b-catalog-detail_accessories .owl-carousel .owl-stage-outer {}
.b-catalog-detail_accessories .b-catalog-sections_item {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 216px !important;
    min-height: 361px;
}
.b-catalog-detail_accessories .b-catalog-sections_item_holder {
    margin-left: 0;
    -webkit-box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.06);
}
.b-catalog-detail_accessories .b-catalog-sections_item_text {
    padding: 17px 10px;
}
.b-catalog-detail_accessories .b-catalog-sections_item_title.title {
    max-height: 40px;
    min-height: 0;
    margin-bottom: 3px;
    font-size: 16px;
    line-height: 1.25;
    overflow: hidden;
}
.b-catalog-detail_accessories .b-catalog-sections_item_articul {
    margin-bottom: 15px;
}
.b-catalog-detail_accessories .b-catalog-sections_item_price {
    min-height: 0px;
    font-size: 20px;
}
.b-catalog-detail_accessories .b-catalog-sections .owl-stage-outer {
    margin: -10px -1000px -10px -10px;
    padding: 10px 0 10px 10px;
}
.b-catalog-detail_accessories .b-catalog-sections .owl-nav {
    display: block !important;
}
.b-catalog-detail_accessories .b-catalog-sections .owl-nav [class*='owl-'] {
    top: -102px;
    margin-top: 0;
}
.b-catalog-detail_accessories .b-catalog-sections .owl-nav .owl-prev {
    left: 295px;
}
.b-catalog-detail_accessories .b-catalog-sections .owl-nav .owl-next {
    right: 0px;
}
/*Блок связанных товаров*/
.b-catalog-linked-products, .b-catalog-linked-accessories {
    position: relative;
    padding: 142px 0 90px;
}
.b-catalog-recomends-products {
    position: relative;
    padding-top: 142px;
}
.b-catalog-popular-products {
    padding-bottom: 90px;
}
.b-catalog-linked-accessories {
    padding: 0;
}
.b-catalog-linked-products::before, .b-catalog-recomends-products:before {
    content: '';
    position: absolute;
    top: -56px;
    left: 50%;
    margin-left: -616px;
    width: 246px;
    height: 155px;
    background: transparent url('/bitrix/templates/.default/components/ma/catalog.section/offers/images/linked-prosucts-hexagons.png') no-repeat center;
}
.b-catalog-linked-products h3, .b-catalog-linked-accessories h3 {
    margin: 0 0 30px;
    font-size: 36px;
}
.b-catalog-linked-products .b-catalog-sections_item_holder, .b-catalog-linked-accessories .b-catalog-sections_item_holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 16px 20px 20px;
}
.b-catalog-linked-products .b-catalog-sections_item_pic, .b-catalog-linked-accessories .b-catalog-sections_item_pic {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 138px;
    flex: 0 0 138px;
    margin: 4px 20px 0 0;
}
.b-catalog-linked-products .b-catalog-sections_item_img, .b-catalog-linked-accessories .b-catalog-sections_item_img {
    padding-top: 108.7%;
}
.b-catalog-linked-products .b-catalog-sections_item_text, .b-catalog-linked-accessories .b-catalog-sections_item_text {
    padding: 0;
}
.b-catalog-linked-products .b-catalog-sections_item_text, .b-catalog-linked-accessories .b-catalog-sections_item_text {
    -ms-flex-preferred-size: 174px;
    flex-basis: 174px;
}
.b-catalog-linked-products .b-catalog-sections_item_title.title, .b-catalog-linked-accessories .b-catalog-sections_item_title.title {
    min-height: 0;
    max-height: 72px;
    margin-bottom: 7px;
    font-size: 16px;
    line-height: 1.5;
    overflow: hidden;
}
.b-catalog-linked-products .b-catalog-sections_item_price, .b-catalog-linked-accessories .b-catalog-sections_item_price {
    min-height: 0;
    font-size: 20px;
}
.b-catalog-linked-products .owl-stage-outer,
.b-catalog-linked-accessories .owl-stage-outer,
.b-catalog-recomends-products .owl-stage-outer,
.b-catalog-popular-products .owl-stage-outer {
    margin: -15px -9px;
    padding: 15px 9px;
}
/*Список товаров в поиске и избранном*/
.b-catalog-search,
.b-catalog-favorite {
    /*margin-bottom: 70px;*/
}
.b-catalog-search .b-catalog-sections,
.b-catalog-favorite .b-catalog-sections {
    margin-left: -18px;
}
.b-catalog-search .b-catalog-sections_item,
.b-catalog-favorite .b-catalog-sections_item {
    width: 20%;
    margin-bottom: 18px;
}
.b-catalog-search .b-catalog-sections_item_holder,
.b-catalog-favorite .b-catalog-sections_item_holder {
    margin-left: 18px;
}
.b-catalog-search .b-catalog-sections_item_text,
.b-catalog-favorite .b-catalog-sections_item_text {
    padding: 17px 10px;
}
.b-catalog-search .b-catalog-sections_item_title.title,
.b-catalog-favorite .b-catalog-sections_item_title.title {
    min-height: 40px;
    margin-bottom: 5px;
}
.b-catalog-search .b-catalog-sections_item_articul,
.b-catalog-favorite .b-catalog-sections_item_articul {
    margin-bottom: 15px;
}
.b-catalog-search .b-current-price,
.b-catalog-favorite .b-current-price {
    font-size: 20px;
}
/*Удаление из избранного*/
.b-catalog-sections_item_delete {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 100;
}
.b-catalog-sections_item_delete a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-indent: -1000px;
    background: transparent;
    border: none;
    color: #000;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.b-catalog-sections_item_delete a::before,
.b-catalog-sections_item_delete a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 2px;
    margin-top: -1px;
    margin-left: -7px;
    background: #ffc400;
}
.b-catalog-sections_item_delete a::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.b-catalog-sections_item_delete a::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.b-catalog-sections_item_holder:hover .b-catalog-sections_item_delete a {
    opacity: 1;
}
@media (max-width: 767px) {
    .b-catalog-description-n-image {
        margin-bottom: 30px;
        padding-right: 0;
    }
    .b-catalog-description {
        padding-left: 0;
        font-size: 16px;
    }
    .b-catalog-image {
        display: none;
    }
    .b-catalog-sections_item_img {
        background-size: contain;
    }
    .b-catalog-sections {
        margin-left: -18px;
    }
    .b-catalog-sections_item,
    .b-catalog-search .b-catalog-sections_item,
    .b-catalog-favorite .b-catalog-sections_item {
        width: 33%;
        margin-bottom: 18px;
    }
    .b-catalog-sections_item_holder,
    .b-catalog-search .b-catalog-sections_item_holder,
    .b-catalog-favorite .b-catalog-sections_item_holder {
        margin-left: 18px;
    }
    .b-catalog-detail-more {
        padding: 60px 0;
    }
    .b-catalog-detail_accessories {
        width: 100%;
    }
    .b-catalog-detail_accessories h3 {
        font-size: 30px;
        max-width: 370px;
    }
    .b-catalog-detail_accessories .b-catalog-sections .owl-stage-outer {
        margin: -10px 0 -10px -10px;
        padding: 10px;
    }
    .b-catalog-detail_accessories .b-catalog-sections_item {
        width: 227px !important;
    }
    .b-catalog-detail_accessories .b-catalog-sections .owl-nav [class*='owl-'] {
        top: -63px;
        height: 60px;
    }
    .b-catalog-detail_accessories .b-catalog-sections .owl-nav .owl-prev {
        left: auto;
        right: 50px;
    }
    .b-catalog-detail_accessories .b-catalog-sections .owl-nav .owl-next {
        right: 0;
    }
    .b-catalog-linked-products, .b-catalog-linked-accessories {
        padding: 35px 0 0;
    }
    .b-catalog-linked-products .b-catalog-sections .owl-nav [class*='owl-'], .b-catalog-linked-accessories .b-catalog-sections .owl-nav [class*='owl-'] {
        top: -63px;
        height: 60px;
    }
    .b-catalog-linked-products .b-catalog-sections .owl-nav [class*='owl-'], .b-catalog-linked-accessories .b-catalog-sections .owl-nav [class*='owl-'] {
        top: -26px;
    }
    .b-catalog-linked-products .b-catalog-sections .owl-nav .owl-prev, .b-catalog-linked-accessories .b-catalog-sections .owl-nav .owl-prev {
        left: auto;
        right: 50px;
    }
    .b-catalog-linked-products .b-catalog-sections .owl-nav .owl-next, .b-catalog-linked-accessories .b-catalog-sections .owl-nav .owl-next {
        right: 0;
    }
}
@media (max-width: 590px) {
    .b-catalog-sections_item,
    .b-catalog-search .b-catalog-sections_item,
    .b-catalog-favorite .b-catalog-sections_item {
        width: 50%;
    }
    .b-catalog-detail_accessories h3,
    .b-catalog-linked-products h3,
    .b-catalog-linked-acessories h3 {
        font-size: 24px;
        max-width: 300px;
    }
    .b-catalog-sections_item_text {
        padding: 20px 18px;
    }
    .b-catalog-sections_item_title.title {
        font-size: 14px;
        line-height: 18px;
    }
}
@media (max-width: 419px) {
    .b-catalog-sections {
        margin-left: -15px;
    }
    .b-catalog-sections_item,
    .b-catalog-search .b-catalog-sections_item,
    .b-catalog-favorite .b-catalog-sections_item {
        margin-bottom: 15px;
    }
    .b-catalog-sections_item_holder,
    .b-catalog-search .b-catalog-sections_item_holder,
    .b-catalog-favorite .b-catalog-sections_item_holder {
        margin-left: 15px;
    }
    .b-catalog-sections_item_text {
        padding: 18px 15px;
    }
    .b-catalog-sections_item_title.title {
        font-size: 14px;
        line-height: 18px;
    }
    .b-catalog-detail_accessories h3 {
        max-width: 230px;
    }
    .b-catalog-detail_accessories .b-catalog-sections_item {
        width: 185px !important;
    }
    .b-catalog-detail_accessories .b-catalog-sections .owl-nav [class*='owl-'] {
        top: -73px;
    }
}
@media (max-width: 390px) {
    .b-catalog-detail_accessories .b-catalog-sections_item {
        width: 170px !important;
    }
    .b-catalog-detail_accessories .b-catalog-sections_item_holder {
        max-width: 100%;
    }
    .b-catalog-linked-products .b-catalog-sections_item_holder,
    .b-catalog-linked-accessories .b-catalog-sections_item_holder {
        max-width: 100%;
    }
}
@media (max-width: 350px) {
    .b-catalog-sections_item,
    .b-catalog-search .b-catalog-sections_item,
    .b-catalog-favorite .b-catalog-sections_item {
        width: 100%;
    }
    .b-catalog-sections_item_img {
        padding-top: 70%;
    }
    .b-catalog-sections_item_title.title {
        min-height: 0;
    }
    .b-catalog-detail_accessories .b-catalog-sections .owl-nav .owl-prev {
        right: 40px;
    }
}

/*

MA styles

*/

.b-catalog-sections .item_discount {
    border-bottom: 0;
    text-shadow: none;
    border-radius: 0;
    background: #95C11F;
}

.b-catalog-sections .item_discount_30 {
    background: #009FE3;
}

.b-catalog-sections .item_discount_50 {
    background: #E30613;
}

.b-catalog-sections_item_img:hover .item_discount,
.b-catalog-sections_item_img:focus .item_discount{
    color: white;
}

.b-old-price {
    text-decoration: line-through;
}

/* End */
/* /bitrix/templates/.default/components/ma/catalog/catalog/ma/catalog.section.list/list/style.css?15651664771094 */
/* /bitrix/templates/.default/components/ma/catalog/catalog/css/sidebar.css?15651664771574 */
/* /bitrix/templates/.default/components/ma/catalog/catalog/ma/catalog.smart.filter/.default/style.css?156516647713516 */
/* /bitrix/templates/.default/components/ma/catalog/catalog/css/sort-bar.css?15651664772695 */
/* /bitrix/templates/template.main_v2_1/components/bitrix/system.pagenavigation/ma_default/style.css?16518999151417 */
/* /bitrix/templates/.default/components/ma/catalog.section/offers/style.css?161770771725150 */
