

/* Start:/local/templates/template.laser-prof/components/ma/shop/laser-prof/style.css?17243261574446*/
.filters-sorting {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 55px;
}

.sorting__wrapper {
}
.filters-sorting .sorting__elements {
	font-size: 14px;
	font-weight: 400;
	line-height: 125%;
}

.sorting__element-label {
	margin-right: 8px;
}

.filters-sorting .sotring__element {
	text-decoration: none;
	color: inherit;
	margin-right: 12px;
	color: #757575;
}

.selected.sotring__element {
	font-weight: 700;
	color: #f27906;
}

.l-page {
	position: static !important;
}

.l-footer {
	position: relative !important;
}

@media (max-width: 768px) {
	.filters-sorting {
		margin-top: 0;
	}

	.filters-sorting .sotring__element {
		color: #000;
	}

	.selected.sotring__element {
		font-weight: 700;
		color: #f27906;
	}

	.sorting__wrapper {
		position: fixed;
		bottom: -100%;
		left: 0;
		right: 0;
		background-color: #fff;
		z-index: 10001;
		transition: bottom 0.3s ease-in-out;
		box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
		padding: 20px 16px 40px;
		border-radius: 8px 8px 0px 0px;
	}

	.sorting__wrapper.active {
		bottom: 0;
		display: block;
	}

	.sorting__toggle {
		text-align: center;
		cursor: pointer;
		display: flex;
		justify-content: space-between;
		padding: 12px;
		background: #f0efef;
		color: #000;
		gap: 10px;
		font-size: 14px;
		border-radius: 4px;
		line-height: 100%;
		align-items: center;
		gap: 15px;
	}

	.sorting__toggle::after {
		content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="8" viewBox="0 0 14 8" fill="none"><path d="M1 1L7 7L13 1" stroke="%23F27906" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		width: 15px;
		height: 14px;
		display: block;
		transition: all 0.3s ease-in-out;
	}

	.sorting__toggle.active::after {
		transform: rotate(180deg);
	}

	.sorting__element-label {
		font-size: 18px;
		font-weight: 700;
		line-height: 130%;
	}

	.sort-label {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 25px;
		width: 100%;
	}

	.sort-label svg {
		cursor: pointer;
	}

	.sotring__element {
		width: 100%;
		padding: 10px 0;
		display: flex;
		justify-content: space-between;
	}

	.selected.sotring__element {
		background: #f2f2f2;
		font-weight: normal;
		margin: 0 -16px;
		width: calc(100vw + 32px);
		padding: 10px 16px;
	}

	.selected.sotring__element::after {
		content: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="11" viewBox="0 0 14 11" fill="none"><path d="M1.25 5.6L4.7 9.05L12.75 1" stroke="%23F27906" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
		width: 15px;
		height: 15px;
		display: block;
		position: relative;
		left: -64px;
	}

	.filters-sorting .sorting__elements {
		display: flex;
		align-items: start;
		flex-direction: column;
	}

	._mobile {
		display: block;
	}
}

/* Делаем кнопку невидимой на десктопных устройствах */
@media (min-width: 769px) {
	.sorting__toggle {
		display: none;
	}

	.sort-label svg {
		display: none;
	}

	.filters-sorting .sorting__elements {
		display: flex;
	}

	._mobile {
		display: none;
	}
}

/* Создаем из чекбокса переключатель */

#ul_269 input[type="checkbox"] {
	display: none;
}

#ul_269 label {
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	font-size: 16px;
	position: relative;
	padding-left: 43px;
	color: #333;
}

#ul_269 label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 19px;
	background-color: #e7e7e7;
	border-radius: 10px;
	border: 2px solid #e7e7e7;
	transition: all 0.3s ease-in-out;
}

#ul_269 label:hover::before {
	border: 2px solid #f27906;
}

#ul_269 label::after {
	content: "";
	position: absolute;
	left: 4px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background-color: #fff;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
}

#ul_269 input[type="checkbox"]:checked + label::before {
	background-color: #f27906;
	border: 2px solid #f27906;
}

#ul_269 input[type="checkbox"]:checked + label::after {
	transform: translate(20px, -50%);
}

/* End */


/* Start:/local/templates/template.laser-prof/components/ma/catalog.smart.filter/catalog-filter/style.css?17243217755352*/
/* Новые свойства фильтра */

.filters-activate {
	display: flex;
	justify-content: end;
	position: relative;
}

.filters-activate-button {
	display: flex;
	padding: 12px;
	background: #f27906;
	color: white;
	gap: 10px;
	font-size: 14px;
	border-radius: 4px;
	cursor: pointer;
	line-height: 100%;
	align-items: center;
}

.filters-activate-button::after {
	content: url("/local/templates/template.laser-prof/components/ma/catalog.smart.filter/catalog-filter/./images/filters-icon.svg");
	height: 16px;
	width: 16px;
}

.filtres {
	display: flex;
	flex-direction: column;
	padding: 44px 16px;
	width: 375px;
	position: fixed;
	top: 0;
	left: 0;
	transition: all 0.3s ease-in-out;
	z-index: 200;
	background: white;
	min-height: 100vh;
	height: 100%;
	overflow-y: auto;
	box-sizing: border-box;
	display: none;
}

.filtres li {
	list-style: none outside none;
}

.filtres-title {
	display: flex;
	justify-content: space-between;
}

.filter-delimetr {
	height: 1px;
	width: 100%;
	border: none;
	background-color: #e7e7e7;
}

.filtres-title h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 150%;
	display: flex;
	justify-content: space-between;
	text-transform: capitalize;
	margin: 0;
}

.filtres-title__close-icon {
	margin: 5px;
	background: url("/local/templates/template.laser-prof/components/ma/catalog.smart.filter/catalog-filter/./images/close-iconb.svg") no-repeat;
	background-size: 14px 14px;
	width: 14px;
	height: 14px;
	display: inline-block;
	opacity: 50%;
	cursor: pointer;
	transition: all 0.3s ease-out;
}

.filtres-title__close-icon:hover {
	opacity: 100%;
}

.filtres-property-block {
	margin-bottom: 16px;
}

.filtres .filtres-property__title {
	text-transform: none;
	font-size: 16px;
	font-weight: 700;
	line-height: 160%;
	margin: 0 0 16px 0;
}

.filters-delimiter {
	margin: 20px 0 !important;
	border: none;
	height: 1px;
	background-color: rgba(231, 231, 231, 1);
}

.filtres .filtres-property__list-values {
	font-size: 16px;
	font-weight: 400;
	line-height: 125%;
	margin-bottom: 16px;
}

.filtres .filtres-property__list-values > *:not(:last-child) {
	margin-bottom: 12px;
}

.filtres-property__value {
	display: flex;
	gap: 10px;
}

.filtres-property__value input[type="checkbox"] {
	display: none;
}

.filtres-property__value label {
	position: relative;
	padding-left: 28px;
	cursor: pointer;
}

.filtres-property__value label::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 2px solid rgba(231, 231, 231, 1);
	width: 20px;
	height: 20px;
	border-radius: 4px;
	transition: all 0.3s ease-in;
}

.filtres-property__value input[type="checkbox"]:hover + label::before {
	border-color: #f27906;
}

.filtres-property__value input[type="checkbox"]:checked + label::before {
	background: #f27906;
	border-color: #f27906;
}

.filtres-property__value label::after {
	content: url("/local/templates/template.laser-prof/components/ma/catalog.smart.filter/catalog-filter/./images/selected-icon.svg");
	position: absolute;
	left: 6px;
	top: 6px;
	width: 10px;
	height: 10px;
	transition: transform 0.3s;
}

.prices-buttons {
	display: flex;
	gap: 10px;
}

.price-button {
	flex: 0 1 50%;
	padding: 12px 16px;
	border-radius: 8px;
	border: 1px solid rgba(231, 231, 231, 1);
	font-size: 14px;
	font-weight: 400;
	line-height: 130%;
}

.price-button:focus,
.price-button:focus-visible {
	border: 1px solid rgba(0, 0, 0, 1) !important;
}

/* Стили для галочки кастомного чекбокса */
.filtres-property__value input[type="checkbox"]:checked + label::after {
	transform: translateY(-50%) scale(1);
}

.filter-buttons {
	display: flex;
	gap: 8px;
}

.filter-buttons button {
	flex: 0 1 50%;
	font-size: 14px;
	font-weight: 700;
	line-height: 130%;
	text-align: center;
	border: none;
	padding: 13px 5px;
	cursor: pointer;
}

.filter-buttons__wrapper {
	margin-top: auto;
}

.filter-buttons__set-filter {
	background: #f27906;
	color: white;
}
.filter-buttons__del-filter {
	background: rgba(242, 242, 242, 1);
	color: #f27906;
}

/* Выбранные фильтры */

.selected-filters {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
	margin-bottom: 43px;
}

.selected-filters__item {
	padding: 9px 21px 9px 16px;
	background: #f2f2f2;
	font-family: Arial;
	font-weight: 700;
	font-size: 14px;
	display: flex;
	gap: 8px;
	align-items: center;
	border-radius: 4px;
	cursor: pointer;
}

.selected-filters__item span {
	line-height: normal;
}

.selected-filters__item.clear-all-filters {
	background-color: transparent;
	color: #a6a6a6;
	font-weight: 400;
}

.selected-filters__item.clear-all-filters svg path {
	stroke: #949594;
}

/* Старые стили */

.smartfilter p,
.smartfilter ul,
.smartfilter li {
	background: white;
	border: 0 none;
	font-size: 100%;
	margin: 0;
	outline: 0 none;
	padding: 0;
	vertical-align: baseline;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.smartfilter .vieweditems {
	padding: 44px 16px;
	width: 375px;
}

.modef {
	display: none !important;
}

.smartfilter .filtren span.min-price,
.smartfilter .filtren span.max-price,
.smartfilter .filtren div.min-price,
.smartfilter .filtren div.max-price {
	border: medium none;
	box-shadow: none;
	color: #3f3f3f;
	font-size: 13px;
	height: 14px;
}
.smartfilter .filtren .max-price {
	float: right;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 100;
}

.b-content {
	z-index: auto !important;
}

@media (max-width: 768px) {
	.filtres {
		width: 100vw;
	}

	.selected-filters {
		display: none;
	}
}

/* End */


/* Start:/local/templates/template.laser-prof/components/ma/catalog.section.list/section-list-in-catalog-mini/style.css?16826743994090*/

.b-shop-sections-blocks {
	/*overflow: hidden;
	margin: 0 0 0 -15px;*/
    display: flex;
    justify-content: flex-start;
    margin-top: 26px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
	.b-shop-sections-blocks_item {
        text-align: center;
        margin-bottom: 28px;
		/*width: 222px;*/
		/*display: inline-block;
		margin: 0 0 20px 15px;
		overflow: hidden;
		*display: inline;
	  	zoom: 1;
	  	vertical-align: top;*/
	}
		.b-shop-sections-blocks_holder {
            position: relative;
            height: 100%;
            padding: 10px;
			/*overflow: hidden;*/
            box-sizing: border-box;
		}
			.b-shop-sections-blocks_image {
 				/*float: left;
 				margin-bottom: 0.8em;
 				padding: 2px;
				border: 1px solid #CCC;*/
                display: inline-block;
                /*width: 260px;*/
                height: 70px;
                text-align: center;
				float: left;
				width: 20%;
 			}
                .b-shop-sections-blocks_image a {
                    display: inline-block;
					height: 70px;
					display: flex;
					align-items: center;
					justify-content: center;
                }
				.b-shop-sections-blocks_image a  img {    height: auto;    max-height: 100%;}
 			.b-shop-sections-blocks_no-image {
 				float: left;
 				width: 220px;
 				height: 170px;
 				margin-bottom: 0.8em;
 				background: #FFF url(/local/templates/template.laser-prof/components/ma/catalog.section.list/section-list-in-catalog-mini/img/no-image_220x170.png) 50% 50% no-repeat;
				border: 1px solid #CCC;
 			}
 				.b-shop-sections-blocks_no-image a {
 					display: block;
 					width: 220px;
 					height: 170px;
 					overflow: hidden;
 					text-indent: -1000px;
 				}
 			.b-shop-sections-blocks_text {
			    margin-bottom: 0.8em;
				width: 76%;
				float: right;
				padding-left: 4%;
				font-size: 14px;
				height: 70px;
				vertical-align: middle;
				display: flex;
				justify-content: center;
				align-items: center;
 			}
 				.b-shop-sections-blocks_name {
                    position: relative;

 				}

                    .b-shop-sections-blocks_name a {
                        text-decoration: none;
                    }

 				.b-shop-sections-blocks_order {
 					position: absolute;
                    right: 15px;
                    bottom: 15px;
                    left: 15px;
 				}
					.b-shop-sections-blocks_price {
                        font-size: 24px;
                        font-weight: 500;
                        color: #fe6339;

						/*margin: 0 5px 5px 0;
						color: #000;
						font-weight: bold;
						font-size: 14px;*/
					}
                        .b-shop-sections-blocks_price .b-rouble {
                            font-weight: 400;
                            color: #8b91a2;
                        }
					.b-shop-sections-blocks_buy {
                        margin-top: 9px;
					}
                    
    .b-shop-sections-blocks-prop {
        /*margin: 15px 0px 15px 0px;*/
        margin-bottom: 23px;
        color: #8b91a2;
    }
    
        .b-shop-sections-blocks-prop-item-name {
            font-style: italic;
        }
        
        .b-shop-sections-blocks-prop-item-value {
        }

	.g-clean {
		clear: both;
		font-size:0;
	  	overflow: hidden;
	}

.b-shop-sections_links {
    text-align: center;
}

/* Mobile */
@media (max-width: 767px) {
    .b-shop-sections-blocks {
        display: block;
        /*flex-direction: column;*/
        /*align-items: center;*/
    }
        .b-shop-sections-blocks_item {
            flex-basis: 345px;
        }
            .b-shop-sections-blocks_holder {
                width: 345px;
                max-width: 100%;
                margin: 0 auto;
				overflow:hidden;
            }
}

/* Desktop */
@media (min-width: 768px) {
    .b-shop-sections-blocks {
        margin-left: -28px;
    }
        .b-shop-sections-blocks_item {
            flex-basis: 25%;
        }
            .b-shop-sections-blocks_holder {
                margin-left: 28px;
            }
}
/* End */


/* Start:/local/templates/template.laser-prof/components/ma/shop.section/blocks1/style.css?16878652635334*/
.b-shop-elements-blocks {
    /*overflow: hidden;
	margin: 0 0 0 -15px;*/
    display: flex;
    justify-content: flex-start;
    margin-top: 26px;
    margin-bottom: 0;
    flex-wrap: wrap;
}

.b-shop-elements-blocks_item {
    text-align: center;
    margin-bottom: 28px;
    /*width: 222px;*/
    /*display: inline-block;
		margin: 0 0 20px 15px;
		overflow: hidden;
		*display: inline;
	  	zoom: 1;
	  	vertical-align: top;*/
}

.b-shop-elements-blocks_holder {
    position: relative;
    height: 100%;
    padding: 34px 15px 110px;
    /*overflow: hidden;*/
    box-sizing: border-box;
}

.b-shop-elements-blocks_image {
    /*float: left;
 				margin-bottom: 0.8em;
 				padding: 2px;
				border: 1px solid #CCC;*/
    display: inline-block;
    /*width: 260px;*/
    height: 175px;
    text-align: center;
}

.b-shop-elements-blocks_image a {
    display: inline-block;
}

.b-shop-elements-blocks_no-image {
    float: left;
    width: 220px;
    height: 170px;
    margin-bottom: 0.8em;
    background: #FFF url(/local/templates/template.laser-prof/components/ma/shop.section/blocks1/img/no-image_220x170.png) 50% 50% no-repeat;
    border: 1px solid #CCC;
}

.b-shop-elements-blocks_no-image a {
    display: block;
    width: 220px;
    height: 170px;
    overflow: hidden;
    text-indent: -1000px;
}

.b-shop-elements-blocks_text {
    margin-bottom: 0.8em;
    clear: both;
}

.b-shop-elements-blocks_name {
    position: relative;
    margin-top: 35px;
    padding-top: 12px;
    /*margin-bottom: 0.8em;*/
}

.b-shop-elements-blocks_name:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-35px);
    display: inline-block;
    width: 70px;
    height: 1px;
    background-color: #f57214;
}

.b-shop-elements-blocks_name a {
    text-decoration: none;
}

.b-shop-elements-blocks_order {
    position: absolute;
    right: 15px;
    bottom: 15px;
    left: 15px;
}

.b-shop-elements-blocks_price {
    font-size: 24px;
    font-weight: 500;
    color: #fe6339;

    /*margin: 0 5px 5px 0;
						color: #000;
						font-weight: bold;
						font-size: 14px;*/
}

.b-shop-elements-blocks_price .b-rouble {
    font-weight: 400;
    color: #8b91a2;
}

.b-shop-elements-blocks_buy {
    margin-top: 9px;
}

.b-shop-elements-blocks-prop {
    /*margin: 15px 0px 15px 0px;*/
    margin-bottom: 23px;
    color: #8b91a2;
}

.b-shop-elements-blocks-prop-item-name {
    font-style: italic;
}

.b-shop-elements-blocks-prop-item-value {}

.g-clean {
    clear: both;
    font-size: 0;
    overflow: hidden;
}

.b-shop-elements_links {
    text-align: center;
}

/*����������*/

.b-catalog-elements-display {
    padding: 5px 5px 8px 5px;
    border: 1px solid #ccc;
    margin: 5px 0px 20px 0px;
}

.b-catalog-elements-display a {
    display: inline-block;
    margin: 0px 3px 0px 3px;
}

.b-catalog-elements-display a.selected {
    color: #F00 !important;
    text-decoration: none;
}

.b-catalog-item-sorting,
.b-catalog-elements-view,
.b-catalog-elements-count,
.b-catalog-elements-count_holder {
    display: inline-block;
}

.b-catalog-elements-count {
    position: relative;
    float: right;
}

.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;
}


/*.g-buy-button,
.g-buy-button-disabled {
    display: inline-block;
    padding: 4px 10px 5px 10px;
    font-size: 14px;
    text-decoration: none !important;   
}*/

.basket_modal_wrap {
    display: none;
}

.basket_modal_text {
    padding: 10px 10px 10px 10px;
    line-height: 26px;
}


/* Mobile */
@media (max-width: 767px) {
    .b-shop-elements-blocks {
        display: block;
        /*flex-direction: column;*/
        /*align-items: center;*/
    }

    .b-shop-elements-blocks_item {
        flex-basis: 345px;
    }

    .b-shop-elements-blocks_holder {
        width: 345px;
        max-width: 100%;
        margin: 0 auto;
    }
}

/* Desktop */
@media (min-width: 768px) {
    .b-shop-elements-blocks {
        margin-left: -28px;
    }

    .b-shop-elements-blocks_item {
        flex-basis: 25%;
    }

    .b-shop-elements-blocks_holder {
        margin-left: 28px;
    }
}


.stickers {
    position: absolute;
    z-index: 3;
    line-height: 20px;
    padding-left: 25px;
}

.stickers>div {
    display: inline-block;
}

.stickers * {
    text-align: left;
}

.stickers .sticker-stock {
    background-color: #2992d9;
    width: auto;
    margin: 0px 3px 6px;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 12px;
    padding: 5px 10px 4px;
    text-transform: uppercase;
    border-radius: 2px;
}

.b-shop-elements-blocks_stickers {
	position: absolute;
	top: 10px;
	left: 10px;
	display: flex;
	flex-direction: column;
	margin-top: -5px;
}

.b-shop-elements-blocks_sticker {
	margin-top: 5px;
	padding: 5px;
	background: #f86e3d linear-gradient(to right, #f17904, #f56339);
	border-radius: 5px;
	color: #fff;
}
/* End */
/* /local/templates/template.laser-prof/components/ma/shop/laser-prof/style.css?17243261574446 */
/* /local/templates/template.laser-prof/components/ma/catalog.smart.filter/catalog-filter/style.css?17243217755352 */
/* /local/templates/template.laser-prof/components/ma/catalog.section.list/section-list-in-catalog-mini/style.css?16826743994090 */
/* /local/templates/template.laser-prof/components/ma/shop.section/blocks1/style.css?16878652635334 */
