

/* Start:/local/templates/m1/components/bitrix/catalog/new_catalog/style.css?175101455717536*/
.catalog_page_wrapper {
	display: flex;
	gap: 20px;
	padding: 20px 0 50px !important;
}

ul.nav-left li a  {
	background: unset !important;
}

.name-raz {
	margin-top: 9px;
}

.catalog_razd_wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 20px;
}

.catalog_razd_block {
	max-width: 184px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #dfdfe1;
}

.catalog_razd_block a {
	display: flex;
	gap: 7px;
	padding: 9.5px 12px;
}

.catalog_razd_block a:hover {
	text-decoration: none;
}


.catalog_razd_block a span {
	height: fit-content;
	margin: auto 0;
	font-size: 12px;
	font-weight: 500;
	color: #333;
}

.catalog_razd_block a img {
	object-fit: contain;
}

.row_new {
    margin-right: -15px;
    margin-left: -20px;
}

.also_searched_title {
	white-space: nowrap;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	height: fit-content;
	margin: auto 0;
}

.also_searched_wrapper {
	display: flex;
	gap: 10px;
}

.also_searched_block a {
	display: block;
	color: #333333;
	font-size: 14px;
	font-weight: 400;
	padding: 10px 12px;
	border: 1px solid #DFDFE1;
	border-radius: 6px;
	white-space: nowrap;
	transition: .3s;
}

.also_searched_block a:hover,
.also_searched_block a:focus {
	border: 1px solid #858585;
	color: #333333;
	text-decoration: none;
}

.also_searched_wrapp {
	display: flex;
	gap: 8px;
	width: 100%;
	max-width: 725px;
	overflow-x: auto;
	padding-left: 10px;
	padding-right: 10px;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.also_searched_wrapp::-webkit-scrollbar {
	display: none;
}

.also_searched_wrapp::-webkit-scrollbar-thumb {
	background: #bcbcbc;
	border-radius: 3px;
}

.also_searched_wrapp::-webkit-scrollbar-track {
	background: #f0f0f0;
	border-radius: 3px;
}

.also_searched_next {
	display: flex;
	height: fit-content;
	position: absolute;
	right: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.also_searched_prev {
	display: flex;
	height: fit-content;
	position: absolute;
	left: 0;
	cursor: pointer;
	top: 50%;
	transform: translateY(-50%);
}

.also_searched_inf {
	position: relative;
	overflow: hidden;
}

.catalog_page_inf {
	overflow: hidden;
}

.filter_catalog_wrapp,
.catalog_sort_filter_wrapper {
	display: flex;
	gap: 8px;
}

.sort_filter_block {
	position: relative;
}

.catalog_sort_filter {
	display: none;
}

.catalog_sort_filtr {
	display: none;
}

.sort_filter_title {
	display: flex;
	gap: 8px;
	color: #333;
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
	padding: 10px 14px;
	background-color: #F5F5F6;
	border-radius: 6px;
	cursor: pointer;
	transition: .3s;
}

.sort_wrapper_title {
	display: flex;
	gap: 10px;
	justify-content: space-between;
}

.sort_wrapper_title {
	display: none;
}

.sort_filter_title:hover {
	background-color: #333;
	color: #F5F5F6;
}

.filter_parameters_wrapp {
	display: none;
}

.sort_filter_title span {
	display: flex;
	margin: auto 0;
}

.sort_filter_title:hover span path {
	stroke: #F5F5F6;
}

.catalog_sort_data {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #fff;
	border-radius: 6px;
	z-index: 1;
	padding: 8px;
	margin: 0;
	box-shadow: 0 2px 20px rgba(199, 199, 199, 0.38);
}

.catalog_sort_data.active {
	display: block;
}

.catalog_sort_data li {
	list-style-type: none;
}

.catalog_sort_data a {
	padding: 8px 10px;
	width: 100%;
    display: flex;
	font-size: 14px;
	line-height: 140%;
	color: #333333;
}

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

.catalog_head {
    display: flex;
	justify-content: space-between;
	position: relative;
}

.catalog_head::before {
	position: absolute;
	bottom: 0;
	content: " ";
	height: 1px;
	width: 100%;
	border-bottom: 1px solid #DFDFE1;
}

.product_name {
	max-width: 280px;
	width: 100%;
}

.product_buy {
	max-width: 180px;
	width: 100%;
	padding-left: 20px;
}

.product_count {
	max-width: 100px;
	width: 100%;
}

.product_count .items-measure .down-tab,
.product_count .items-measure .up-tab {
	background: unset;
	height: fit-content;
	width: fit-content;
	margin: auto 0;
	float: none;
}

.product_count .items-measure input {
	background: unset;
	height: fit-content;
	width: 100%;
	border: unset;
	margin: auto 0;
	float: none;
}

.product_count .items-measure .down-tab.redclassdown,
.product_count .items-measure .up-tab.redclassup {
	background: unset !important;
}

.product_count .items-measure input:focus {
	border: unset;
}

.product_count .items-measure {
	padding-top: 0;
	padding-left: 12px;
	padding-right: 12px;
}

.product_measure,
.product_price,
.product_price_m {
	text-align: center;
	max-width: 90px;
	width: 100%;
}

.catalog_head .catalog_block {
	padding: 20px 12px;
	/* border-bottom: 1px solid #DFDFE1; */
	color: #999999;
	font-size: 12px;
	font-weight: 500;
	line-height: 100%;
}

.catalog_head .catalog_block.product_name {
	padding-left: 0;
}

.catalog_product_wrapper {
	padding: 16px 0;
}

.catalog_product_wrapper:nth-of-type(odd) {
	border-top: 1px solid #DFDFE1;
	border-bottom: 1px solid #DFDFE1;
}

.catalog_product_wrapper:last-child {
    border-bottom: 1px solid #DFDFE1;
}

.catalog_product_wrapper .product_name,
.catalog_product_wrapper .product_measure,
.catalog_product_wrapper .product_count,
.catalog_product_wrapper .product_price,
.catalog_product_wrapper .product_price_m,
.catalog_product_wrapper .product_buy {
	height: fit-content;
	margin: auto 0;
	color: #333333;
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
}

.catalog_product_wrapper .select-mes {
	background: unset;
	padding-left: 10px;
	padding-right: 10px;
	border: unset;
	position: relative;

	color: #333;
    font-family: 'Inter';
    font-size: 14px;
}

.catalog_product_wrapper .select-mes select {
	height: unset;
	padding-left: 10px;    
	padding-right: 16px;
	color: #333;
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
}

.mes-select_ico {
	position: absolute;
	right: 0;
	top: 50%;
	display: flex;
	padding-right: 10px;
	pointer-events: none;
	height: fit-content;
	transform: translateY(-50%);
}

.catalog_product_wrapper .product_name a,
.catalog_product_wrapper .product_price span {
	color: #333333;
	font-size: 14px;
	line-height: 140%;
	font-weight: 400;
	padding: 0;
	font-family: 'Inter';
}

.catalog_product_wrapper .product_name a:hover {
	color: #354F9C;
	text-decoration: none;
}

.catalog_product_wrapper .product_buy {
	display: flex;
	gap: 8px;
}

.catalog_product_wrapper .product_buy span {
	display: flex;
	height: fit-content;
}

.catalog_product_wrapper .product_buy .add-bask {
	margin-bottom: 0;
	display: flex;
	height: fit-content;
}

.catalog_product_wrapper .product_buy .add-bask:last-child rect {
	transition: .3s;
}

.catalog_product_wrapper .product_buy .add-bask:last-child:hover rect {
	fill: #504F57;
}

.catalog_product_wrapper .product_buy .add-bask div {
	float: unset;
    width: 100%;
    background: unset;
    margin-top: 0;
    position: relative;
	display: flex;
	height: fit-content;
	margin: auto 0;
}

.button_bask {
	padding: 12px;
	border: 1px solid #DFDFE1;
	border-radius: 6px;
	white-space: nowrap;
	font-family: 'Inter';
	transition: .3s;
}

.button_bask:hover {
	border: 1px solid #333333;
}

.price_list_btn .price-list.new_span {
	display: flex;
	gap: 12px;
	padding: 11px 16px;
	border-radius: 6px;
}

.catalog_page_wrapp .price_list_btn .price-list span {
	display: flex;
	height: fit-content;
	margin: auto 0;
}

.catalog_page_wrapp .first-info-block {
	margin-bottom: 0;
}

.catalog_page_wrapp .price_list_btn {
	padding: 0;
	margin-top: 24px;
}

.about_steps {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about_steps_wrapp {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.about_steps_block {
	display: flex;
	gap: 24px;
	flex-direction: column;
	padding: 24px 16px;
	background-color: #fff;
    box-shadow: -4px 4px 16px 0 rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	width: calc((100% - 40px) / 3);
}

.about_steps_block .steps_desc {
	color: #333;
	line-height: 140%;
	font-size: 22px;
	font-weight: 400;
}

.about_steps_block .steps_count {
	color: #999;
	line-height: 140%;
	font-size: 14px;
	font-weight: 400;
}

.about_steps_block:nth-of-type(2) {
	background-color: #333;
	color: #fff;
}

.about_steps_block:nth-of-type(2) .steps_desc {
	color: #fff;
}

.col-desc {
	float: left;
}

.col-desc.catalog_description {
	padding-bottom: 50px;
}

.col-desc .advantages_wrapper {
	margin-top: 30px;
}

.payment_terms_wrapper {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-top: 30px;
}

.payment_terms_block {
	width: calc((100% - 60px) / 4);
	display: flex;
    box-shadow: -4px 4px 16px 0 rgba(0, 0, 0, 0.1);
	gap: 38px;
	border-radius: 10px;
	padding: 24px 16px;
	flex-direction: column;
}

.payment_terms_block .title {
	font-size: 22px;
	color: #333;
	line-height: 140%;
	font-weight: 400;
}

.payment_terms_block .desc {
	font-size: 14px;
	color: #999;
	line-height: 140%;
	font-weight: 400;
}

.payment_terms_block .payment_terms_inf {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: auto 0 0;
}

.payment_terms_block.delivery {
	background-color: #333;
}

.payment_terms_block.delivery span,
.payment_terms_block.delivery .title,
.payment_terms_block.delivery .desc {
	color: #fff;
}

.inf_user {
	padding: 50px 0;
}

.catalog_detail_inf .catalog_product_wrapp {
	margin-top: 30px;
}

.product_share_block {
	display: flex;
	gap: 8px;
	/* cursor: pointer; */
	height: fit-content;
	margin: auto 0;
}

.product_share_block span {
	display: flex;
	height: fit-content;
}

.product_share {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

.sort_button_wrapper {
	display: none;
}

.catalog_page_wrapper .main-ui-pagination-page.main-ui-pagination-active {
	color: #333333;
	font-size: 14px !important;
	line-height: 140%;
	font-weight: 400;
	font-family: 'Inter';
	background-color: #F5F5F6;
	padding: 10px 12px;
}

.catalog_page_wrapper .main-ui-pagination-page {
	color: #333333;
	font-size: 14px !important;
	line-height: 140%;
	display: block;
	font-weight: 400;
	font-family: 'Inter';
	border-radius: 8px;
	padding: 10px 12px;
}

.catalog_page_wrapper .main-ui-pagination-pages-list {
	display: flex;
}

.catalog_page_wrapper .main-ui-pagination.bl {
	width: 100%;
    display: flex !important;
    justify-content: center;
	margin-top: 30px;
}

.catalog_page_wrapper .main-ui-pagination-pages {
	width: fit-content;
}

.catalog_page_wrapper > .row_new {
	width: 100%;
}

#tabs {
	width: 100%;
}

@media (max-width: 1199px) {
	.also_searched_wrapp {
	    max-width: 525px;
	}
}

@media (max-width: 991px) {
	.catalog_menu_wrapper {
		display: none;
	}
	.payment_terms_block {
		width: calc((100% - 40px) / 3);
	}
	.also_searched_wrapp {
        max-width: 595px;
    }
}

@media screen and (max-width: 799px) {
    .first-info-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
	.catalog_page_wrapper > .row_new {
		width: 100%;
	}
	.row_new {
		margin-right: 0;
		margin-left: 0;
	}
	.form_by_metall {
        margin: 0 -15px;
    }
	.product_buy {
		max-width: 44px;
		padding: 0;
	}
	.sort_filter_title span:last-child {
		display: none;
	}
	.product_price_m {
		display: none;
	}
	.catalog_head {
		display: none;
	}
	.also_searched_wrapp {
        max-width: 576px;
    }

	.catalog_sort_type .sort_wrapper_inf {
		width: 100%;
        height: 100%;
        position: fixed;
		display: none;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
	}
	.sort_wrapper_shadow {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(0, 0, 0, 0.5);
		z-index: 1;
	}
	.sort_filter_block { 
		position: unset;
	}
	.catalog_sort_data {
        display: block;
        position: unset;
        border-radius: unset;
        box-shadow: unset;
        padding: 0;
    }
	.catalog_sort_data a {
		padding: 10px 0;
		color: #333;
		line-height: 140%;
		font-size: 14px;
		font-weight: 400;
		text-decoration: none;
	}
	.catalog_sort_data a:focus,
	.catalog_sort_data a:hover {
		text-decoration: none;
		color: #333;
	}
	.sort_wrapper_title {
		display: flex;
		padding-bottom: 20px;
	}
	.sort_button_wrapper button {
		width: 100%;
		height: fit-content;
		padding: 10px 20px;
		background-color: #333;
		color: #fff;
		font-size: 14px;
		line-height: 150%;
		font-weight: 500;
		font-family: 'Open sans';
		border: unset;
		border-radius: 6px;
	}
	.sort_button_wrapper {
		padding-top: 20px;
	}
	.sort_wrapper_title .title {
		color: #333;
		font-size: 16px;
		line-height: 140%;
	}
	.sort_wrapper_title .close_modal {
		display: flex;
		height: fit-content;
		margin: auto 0;
	}
	.sort_wrapper_block {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		background-color: #fff;
		border-radius: 12px 12px 0 0;
		padding: 20px;
		z-index: 2;
		box-shadow: 0 -2px 10px rgba(0,0,0,0.1);
	}

	.catakig_sort_filter_wrapp {
		width: 100%;
		height: 100%;
        position: fixed;
        z-index: 5;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
		display: none;
        flex-direction: column;
		background-color: #0000003b;
	}

	.sort_filter_title:hover span path {
		stroke: #333333;
	}
	.filter_catalog_wrapp > .sort_filter_block .sort_filter_title {
		align-items: center;
		justify-content: center;
	}
	.filter_catalog_wrapp {
		width: 100%;
	}

	.filter_catalog_wrapp > .sort_filter_block {
		width: calc((100% - 8px) / 2);
	}

	.catakig_sort_filter_wrapp.active {
		display: flex;
	}
	.catalog_sort_filtr {
		gap: 12px;
		display: flex;
		padding: 20px 12px;
		background-color: #fff;
		border-bottom: 1px solid #F5F5F6;
	}
	.catalog_sort_filtr span {
		color: #333333;
		line-height: 140%;
		font-size: 16px;
		font-weight: 400;
		display: flex;
		height: fit-content;
	}
	.catalog_sort_filter_wrapper {
		gap: 16px;
		flex-direction: column;
		padding: 20px 12px;
		background-color: #fff;
		flex: 1;
	}
	.catakig_sort_filter_wrapp .sort_button_wrapper{
		border-top: 1px solid #F5F5F6;
		padding: 20px 12px;
		background-color: #fff;
		display: block;
	}

	.filter_parameters_reset {
		color: #333333;
		font-size: 14px;
		line-height: 140%;
		font-weight: 400;
		padding: 6px 10px;
		background-color: #F5F5F6;
		border-radius: 6px;
	}

	.filter_parameters_title {
		display: flex;
		gap: 12px;
	}
	.filter_parameters_title span {
		display: flex;
		height: fit-content;
		margin: auto 0;
	}
	.filter_parameters_wrapper .filter_parameters_group {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		width: 100%;
	}
	.filter_parameters_name {
		display: flex;
		gap: 10px;
		justify-content: space-between;
	}
	.filter_parameters_wrapper .filter_parameters_group .group ul li {
 		width: 100%;
	}
	.filter_parameters_wrapper {
		display: none;
	}
	.filter_parameters_wrapper.active {
		display: block;
	}
	.sort_filter_title:hover {
		background-color: #F5F5F6;
		color: #333;
	}
	.filter_parameters_group .group ul li label input {
		order: 1;
	}
	.filter_parameters_group .group ul li label span {
		justify-content: space-between;
		width: 100%;
	}
	.filter_parameters_group .group ul li label {
		width: 100%;
		padding: 12px;
		background-color: #F5F5F6;
		border-radius: 6px;
	}

	.filter_parameters_group form {
        padding: 20px 12px;
        max-height: calc(100vh - 208px);
        height: 100%;
        overflow: scroll;
    }
	.filter_parameters_wrapp {
		display: flex;
		flex-direction: column;
		gap: 12px;
		padding: 20px 12px;
		border-bottom: 1px solid #F5F5F6;
	}
	.catalog_sort_filter {
		display: block;
	}
	.sort_filter_block .filter_parameters_group {
		padding: 0;
	}
	.filter_param_search {
		position: relative;
	}
	.filter_param_search input {
		width: 100%;
		padding: 10px 32px 10px 16px;
		border: 1px solid #DFDFE1;
		border-radius: 6px;
	}
	.filter_param_search span {
		position: absolute;
		right: 8px;
		top: 50%;
		display: flex;
		height: fit-content;
		transform: translate(-50%, -50%);
	}
}

@media (max-width: 740px) {
	.about_steps_block {
		width: calc((100% - 20px) / 2);
	}
	.payment_terms_block {
        width: calc((100% - 20px) / 2);
    }

}

@media (max-width: 700px) {
	.also_searched_wrapp {
        max-width: 500px;
    }
	
	.about_steps_block {
		width: 100%;
	}
	.payment_terms_block {
		width: 100%;
    }
}

@media (max-width: 650px) {
	.catalog_product_wrapper .product_name {
		width: 100%;
		max-width: unset;
	}
	.catalog_product_wrapper {
		flex-wrap: wrap;
		gap: 12px;
	}
	.catalog_product_wrapper .product_buy {
		margin-left: auto;
	}
	.catalog_product_wrapper .product_price span {
		text-align: start;
	}
	.catalog_product_wrapper .select-mes select {
		border: 1px solid #DFDFE1;
		padding: 8px 12px;
		border-radius: 6px;
	}

	.catalog_product_wrapper .select-mes {
		padding-left: 0;
		padding-right: 0;
	}
}

@media (max-width: 630px) {
	.also_searched_wrapp {
        max-width: 425px;
    }
}

@media (max-width: 550px) {
	.also_searched_wrapp {
        max-width: 355px;
    }
}

@media (max-width: 479px) {
    .catalog_page_inf .container {
		padding-right: 15px !important;
		padding-left: 15px !important;
    }
	.also_searched_wrapp {
        max-width: 300px;
    }
}

@media (max-width: 425px) {
	.also_searched_wrapp {
        max-width: 270px;
    }
	.catalog_product_wrapper .product_count {
		display: none;
	}
}

@media (max-width: 390px) {
	.also_searched_wrapp {
        max-width: 240px;
    }
}

@media (max-width: 360px) {
	.also_searched_wrapp {
        max-width: 220px;
    }
}
/* End */


/* Start:/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.compare.list/.default/style.min.css?17472110881062*/
.bx_catalog-compare-list{font-family:Arial,'Helvetica Neue',Helvetica,sans-serif;font-size:12px;z-index:998;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:270px;max-height:100%;padding:10px 8px 0;white-space:normal;color:#404040;border:1px solid #b7b7b7;border-radius:3px;background:#fff;box-shadow:0 2px 5px 0 rgba(0,0,0,.18);margin-bottom:10px}.bx_catalog-compare-list.fix{position:fixed}.bx_catalog-compare-list.top{top:5px}.bx_catalog-compare-list.right{right:5px}.bx_catalog-compare-list.bottom{bottom:5px}.bx_catalog-compare-list.left{left:5px}.bx_catalog-compare-list .bx_catalog_compare_form{ }.bx_catalog-compare-list:hover .bx_catalog_compare_form{ }.bx_catalog-compare-list a{font-size:11px;color:#327ab7}.bx_catalog-compare-list a:hover{text-decoration:none}.bx_catalog_compare_count p{margin:0 0 10px 0}.bx_catalog_compare_count p.compare-redirect{text-align:center;font-weight:700}.bx_catalog-compare-list .compare-items td{font-size:12px;font-weight:700;padding-bottom:10px;vertical-align:top}
/* End */


/* Start:/local/templates/m1/components/bitrix/catalog.element/new_element/style.css?174912546317076*/
.messcart {
    position: absolute;
    width: 300px;
    left: -105px;
    top: 35px;
    color: red;
    font-size: 12px;
}
.but-add.add {
    background: url('/bitrix/templates/m1/stylejs/img/bask-spr1.png');
    background-repeat: no-repeat;
    background-position: 10px -216px;
    color: #e57575;
    height: 25px;
    padding-top: 3px;
}   
.err-block{ 
	display:none;
	position:absolute;
    width: 280px;
    top: 30px;
	left:-15px;
    color: #e57575;
    font-family: 'Gilroy Bold';
}
h1.bx-title{
	font-size:18px;
	font-family:'Gilroy Bold';
	color:#475ea3;
	text-transform:uppercase;
	text-align: center;
    margin-top: auto;
    margin-bottom: 15px;
}
.basket-t { 
    float: left;
    width: 100%;
    color:#656565;
    padding: 15px 20px 25px 20px;
}

.basket-t-l {
    width: 50%;
    float: left;
	position:relative;
}

.basket-t-r {
    float: left;
    width: 50%;
}



.basket-t-r span {
    text-align: right;
    width: 100%;
    float: left;
    font-size: 24px;
    text-transform: uppercase;
	font-family:'Gilroy Light';	
}

.basket-t-l span {
    font-size: 18px;
    text-transform: uppercase;
	font-family:'Gilroy Bold';
	float:left;
	width:100%; 
}
.down-tab {
	left:0;
	position: absolute;
	border: none;
	background: #e1e1e1 url(/bitrix/templates/m1/stylejs/img/down.png);
	height: 30px;
	width: 20px;
	padding: 0px 0 0 0;
	background-position: 4px 13px;
	background-repeat: no-repeat;
}
.up-tab {
	right:0;
	position: absolute;
	border: none;
	background: #e1e1e1 url(/bitrix/templates/m1/stylejs/img/up.png);
	height: 30px;
	width: 20px;
	padding: 0px 0 0 0;
	background-position: 4px 8px;
	background-repeat: no-repeat;
}
.items-measure input:focus {
	border: 1px solid #e57575;
	background: #fff;
	color:#e57575;
	
}
.items-measure input {
    float: left;
    width: 100%;
    text-align: center;
    border: 1px solid #e1e1e1;
    height: 30px;
    padding-left: 10px;
}
.items-measure input:focus {
    border: 1px solid #e57575;
    background: #fff;
    color: #e57575;
}
.up-tab.redclassup {
    background: #e57575 url(/bitrix/templates/m1/stylejs/img/up.png)!important;
    background-repeat: no-repeat!important;
    background-position: 4px 8px!important;
}
.down-tab.redclassdown {
    background: #e57575 url(/bitrix/templates/m1/stylejs/img/down.png)!important;
    background-repeat: no-repeat!important;
    background-position: 4px 13px!important;
}

.addbasketcart {
    border: 1px solid;
    float: right;
    width: 100%;
    text-align: right;
    padding: 5px 10px 5px 0;
    /*background: url(/bitrix/templates/m1/stylejs/img/addcon.png);*/
    background-repeat: no-repeat;
    background-position: 20px 8px;
}
.addbasketcart:hover {
    border-color: #e57575;
    color: #e57575;
    background-position: 20px -18px;
	cursor:pointer;
}
.dop-opc {
	float:left;
	width:100%;
	margin-top:30px;
color:#656565;
}

.dop-opc p {
    background: url(/bitrix/templates/m1/stylejs/img/car-spr.png);
    padding-left: 60px;
    background-repeat: no-repeat;
    height: 40px;
    font-family:'Gilroy Bold';
    margin: 0 auto 20px auto;
    width: 85%;
}
p.p1 {
    background-position: 30px -70px;
}

p.p2 {
    background-position: 30px 8px;
    padding-top: 10px;
}

p.p3 {
    background-position: 30px -106px;
}

p.p4 {
    background-position: 30px -30px;
}
.cart-img,.cart-usl {
    float: left;
	width:50%;
}



.cart-usl p {
    text-align: right;
    background: url(/bitrix/templates/m1/stylejs/img/conus.png);
    background-repeat: no-repeat;
    height: 25px;
    font-family:'Gilroy Bold';

    float: left;
    width: 100%;	
}
p.pusl1 {
    background-position: 0px -27px;
}

p.pusl2 {
    background-position: 0 -80px;
}

p.pusl4 {
    background-position: 0 -55px;
}
.lorem-text {
    float: left;
    width: 100%;
    font-size: 14px;
	font-family: 'Gilroy Regular';
	    padding: 5px 0px 0 5px;
}
.keyhar {
    float: left;
    width: 50%;
	font-family: 'Gilroy Regular';
}

.valhar {
    float: right;
    width: 50%;
    text-align: right;
	font-family:'Gilroy Bold';
}
.block-har {
    float: left;
    width: 100%;
    margin: 5px 0;
}
.nav-foot-cart, .block-cart-foot {
    width: 100%;
}

.nav-foot-cart ul {
    margin: 20px 0;
    padding: 0;
}

.nav-foot-cart li {
    display: block;
    width: 25%;
    float: left;
    text-align: center;
	padding:5px 0;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
}

.nav-foot-cart li a {
    text-transform: uppercase;
    color: #354f9c;
    font-family: 'Gilroy Bold';
}
.nav-foot-cart li.active a {
    color: #fff;
}

.nav-foot-cart li.active {
    background: #354f9c;
}

.quest-block {
    float: left;
    margin: 10px 0;
    width: 100%;
	font-family: 'Gilroy Regular';
}

.block-cart-foot {
    padding: 30px;
    box-shadow: 0 0 2px rgba(0,0,0,0.5);
}

.quest-block span {}
.all-quest-but {
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 15px;
    color: #354f9c;
    cursor: pointer;
		font-family: 'Gilroy Regular';
}
.quest-block.quest {
    display: none;
}
.request-form span{background:url(/bitrix/templates/m1/stylejs/img/req.png);font-family: 'Gilroy Regular';height: 35px;background-repeat: no-repeat;float: left;width: 100%;padding-left: 35px;}
.request-form {
    float: left;
    width: 100%;
    margin: 15px 0 25px 0;
}
.request-form textarea {
    height: 200px!important;
    resize: none;
}
ul.oplata li{
	display:block;

}
.ico-nal, .ico-bnal, .ico-online{
	background:url(/bitrix/templates/m1/stylejs/img/sproplata.png);
	background-repeat: no-repeat;	
	height: 60px;
    width: 60px;
    margin: 0 auto;
}
ul.oplata li span {
    text-transform: uppercase;
    font-size: 14px;
	 font-family: 'Gilroy Bold';
	 
}
ul.oplata li span{
    display: block;
    text-align: center;
    color: #ababab;
	
	padding-top: 20px;

}
.ico-bnal {
    background-position: 0 -80px;
}

.ico-online {
    background-position: -5px -445px;
}
.ico-nal {
    background-position: 12px 5px;
}
li.nal.col-md-4:hover + li.nal.col-md-4 span{
	color:#354f9c;
}
.items-measure form {
    width: 100%!important;
}
span.old-price-element {
    text-decoration: line-through;
}

span.new-price-element {
    color: red;
}

.but-addcard {
padding-left: 29px;
background: url(/bitrix/templates/m1/stylejs/img/add.png);
background-repeat: 
no-repeat;
}

.detail_catalog_page {
    display: flex;
    gap: 20px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 50px;
}

.catalog_page_detail .name-raz,
.catalog_page_detail .breadcrumbListWrapper {
    float: none;
}

.services_wrapper_detail {
    padding-top: 50px;
    padding-bottom: 50px;
}

.catalog_first_inf {
    display: flex;
    gap: 20px;
}

.catalog_detail_img {
    max-width: 367px;
    height: 300px;
    width: 100%;
    border: 1px solid #DFDFE1;
    border-radius: 10px;
}

.catalog_detail_inf {
    width: 100%;
}

.catalog_detail_img .ul-elem {
    width: fit-content;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
}

.catalog_detail_img .non-image {
    margin: auto 0;
}

.catalog_detail_img .img-responsive {
    margin: 20px auto 0;
}

.catalog_detail_img > .non-image {
    display: flex;
    height: 100%;
}

.catalog_detail_img > .non-image .img-responsive {
    margin: auto;
}

.catalog_product_inf {
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.catalog_small_top_inf {
    display: flex;
    gap: 12px;
}

.catalog_small_top_inf .in_stock {
    color: #15BA32;
    height: fit-content;
    margin: auto 0;
}

.catalog_small_top_inf .product_articul {
    height: fit-content;
    margin: auto 0;
    color: #999;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.catalog_product_inf .catalog_compare_fov {
    display: flex;
    gap: 8px;
}

.catalog_compare_fov .compare_ico,
.catalog_compare_fov .fov_ico {
    display: flex;
    height: fit-content;
    cursor: pointer;
}

.product_price_wrapper {
    padding: 24px 16px;
    background-color: #F5F5F6;
    border-radius: 8px;
    margin-top: 10px;
}

.product_price_inf {
    display: flex;
    gap: 16px;
}

.characteristics_block {
    display: flex;
    gap: 40px;
    width: 100%;
    padding: 12px 0;
}

.characteristics_block:nth-of-type(odd) {
    border-top: 1px solid #DFDFE1;
    border-bottom: 1px solid #DFDFE1;
}

.characteristics_block:last-child {
    border-bottom: 1px solid #DFDFE1;
}

.characteristics_block:last-child .characteristics_title,
.characteristics_block:last-child .characteristics_desc {
    color: #354F9C;
}

.characteristics_block .characteristics_title,
.characteristics_block .characteristics_desc {
    width: calc((100% - 40px) / 2);
}

.characteristics_wrapper {
    width: 100%;
    margin-top: 20px;
}

.product_characteristics {
    margin-top: 20px;
}

.characteristics_block .characteristics_title {
    color: #999;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.characteristics_block .characteristics_desc {
    color: #333;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.product_characteristics .title {
    font-size: #333;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.busket_product_wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.busket_product_wrapper button {
    width: calc((100% - 12px) / 2);
    padding: 12px 0;
    border: none;
    border-radius: 6px;
    transition: .3s;
}

.busket_product_wrapper .add_busket {
    background-color: #354F9C;
    color: #fff;
}

.busket_product_wrapper .buy_click {
    background-color: #FFF;
    color: #333;
}

.busket_product_wrapper .add_busket:hover {
    background-color: rgb(34, 65, 160);
}

.busket_product_wrapper .buy_click:hover {
    background-color: #c0c0c0;
}

.additional_options_wrapper {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}

.additional_options_block {
    padding: 16px;
    color: #333;
    font-size: 14px;
    line-height: 140%;
    border-radius: 6px;
    box-shadow: -4px 4px 12px 0 rgba(0, 0, 0, 0.1);
    width: calc((100% - 48px) / 4);
    display: flex;
}

.additional_options .title {
    color: #333;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.additional_options {
    margin-top: 40px;
}

.additional_options_block p {
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: flex;
    height: fit-content;
    margin: auto 0;
}

.nav-product_wrapper {
    margin-top: 40px;
}

.nav-foot-cart, .block-cart-foot, .nav-product_wrapper .quest-block {
    float: none;
}

.nav-foot-cart ul {
    display: flex;
    margin: 0;
    width: fit-content;
    gap: 8px;
}

.nav-foot-cart ul li {
    padding: 0;
    display: flex;
    width: fit-content;
    box-shadow: unset;
}

.nav-foot-cart ul a {
    color: #333;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    text-transform: unset;
    white-space: nowrap;
    padding: 12px 16px;
    display: flex;
    font-family: 'Inter';
}

.nav-foot-cart ul a:hover,
.nav-foot-cart ul a:focus {
    text-decoration: none;
}

.nav-foot-cart li.active {
    border-radius: 6px;
}

.block-cart-foot {
    padding: 30px 0 0 0;
    box-shadow: none;
}

.tab-pane .title {
    margin: 0;
    padding: 0;
    font-size: 22px;
    color: #333333;
    line-height: 140%;
    font-weight: 400;
}

.tab-pane .desc {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 140%;
    color: #333333;
    font-family: 'Inter';
    margin-top: 20px;
}

.tab_pane_quest-block .quest-block {
    float: none;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
    margin: 0;
    padding: 16px 0;
}

.tab_pane_quest-block .quest-block:nth-of-type(odd) {
    border-top: 1px solid #DFDFE1;
    border-bottom: 1px solid #DFDFE1;
}

.tab_pane_quest-block .quest-block:last-child {
    border-bottom: 1px solid #DFDFE1;
}

.tab_pane_quest-block .quest-block .quest-block_name {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.tab_pane_quest-block .quest-block .quest-block_name span {
    color: #999;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.tab_pane_quest-block .quest-block .quest_block_answer {
    color: #354F9C;
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.tab_pane_quest-block .quest-block .quest_answer {
    color: #354F9C;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.tab_pane_quest-block .quest-block .lorem-text {
    width: 100%;
    float: none;
    font-family: 'Inter';
    padding: 0;
    font-size: 16px;
    line-height: 140%;
    font-weight: 400;
}

.tab_pane_quest-block {
    margin-top: 20px;
}

.tab_pane_res-form {
    margin-top: 30px;
}

.tab_pane_res-form .quest-block {
    margin: 0;
}

.tab_pane_res-form .quest-block .bx-title {
    font-size: 22px;
    color: #333333;
    line-height: 140%;
    font-weight: 400;
    font-family: 'Inter';
    margin-bottom: 20px;
}

.tab_pane_res-form .quest-block input,
.tab_pane_res-form .quest-block textarea {
    color: #333;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
    border: 1px solid #DFDFE1;
    border-radius: 6px;
}

.tab_pane_res-form .quest-block input {
    height: fit-content;
}

.tab_pane_res-form .quest-block textarea::placeholder {
    color: #333;
    font-size: 14px;
    line-height: 140%;
    font-weight: 400;
}

.tab_pane_res-form .quest-block #sendmail {
    color: #FFF;
    font-size: 14px;
    line-height: 140%;
    font-weight: 500;
    padding: 12px 0;
    width: 100%;
    border-radius: 6px;
    background-color: #354F9C;
    transition: .3s;
}

.tab_pane_res-form .quest-block #sendmail:hover {
    background-color: rgb(34, 65, 160);
}

.form-group {
    margin-bottom: 16px !important;
}

.tab-pane > .payment_terms_wrapper {
    margin-top: 20px;
}

.tab-pane > .payment_terms_wrapper .payment_terms_block {
    width: calc((100% - 40px) / 3);
}
.catalog_detail_inf .catalog_product_wrapp {
    margin-top: 100px;
}


.payment_terms_block .title {
	font-size: 22px;
	color: #333;
	line-height: 140%;
	font-weight: 400;
}

.payment_terms_block .desc {
	font-size: 14px;
	color: #999;
	line-height: 140%;
    text-align: start;
	font-weight: 400;
    margin: 0;
}

.catalog_detail_inf .catalog_product_wrapp .title {
    color: #333333;
    font-size: 32px;
    font-weight: 400;
    line-height: 125%;
    margin: 0;
}

.catalog_head {
    margin-top: 30px;
}

.product_price_select {
    height: fit-content;
    background-color: unset;
    border: 1px solid #DFDFE1;
    border-radius: 6px;
    padding: 10px 32px 10px 12px;
    appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.busket_product_wrapper {
    margin-top: 24px;
}

.product_price_wrapp .product_price {
    color: #333;
    font-size: 32px;
    line-height: 125%;
    font-weight: 400;
    text-align: start;
    max-width: unset;
}

.select-wrapper {
	position: relative;
	display: inline-block;
	width: fit-content;
    height: fit-content;
    margin-top: auto;
}

.select-wrapper::before {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	width: 16px;
	height: 16px;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.63281 6L8.00034 10L12.3664 6' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
}

.product_price.priceRetail {
    color: red;
	text-decoration: line-through;
}

.price_product_2,
.price_retail {
    display: flex;
    flex-direction: column;
}

.price_product_2, .price_retail {
    display: none;
}

.price_product_2.active,
.price_retail.active {
    display: flex;
}


@media (max-width: 1199px) {
	.product_share {
		flex-wrap: wrap;
	}
	.additional_options_wrapper{
		flex-wrap: wrap;
	}
	.additional_options_block {
		width: calc((100% - 12px) / 2);
	}
    .tab-pane > .payment_terms_wrapper .payment_terms_block {
        width: calc((100% - 20px) / 2);
    }
    .catalog_product_wrapper .product_price_m,
    .catalog_head .catalog_block.product_price_m {
        display: none;
    }
}

@media (max-width: 769px) {
    .catalog_first_inf {
        flex-wrap: wrap;
    }
    .product_price_inf {
        justify-content: space-between;
    }
    .catalog_detail_img {
        max-width: 100%;
    }
    .nav-foot-cart {
        overflow-x: scroll;
    }
}

@media (max-width: 569px) {
    .tab-pane > .payment_terms_wrapper .payment_terms_block {
        width: 100%;
    }
    .additional_options_block {
        width: 100%;
    }    
    .form_by_metall .form_wrapper {
        margin: 0 -15px;
    }
    .busket_product_wrapper {
        flex-direction: column;
    }
    .busket_product_wrapper button {
        width: 100%;
    }
}
/* End */


/* Start:/local/templates/m1/components/bitrix/breadcrumb/.default/style.css?1747212159722*/
ol {
float: left;
width: 100%;
    margin: 0 !important; 
    padding: 0;
}

.breadcrumbListWrapper {
    padding: 30px 0 10px;
}

ol li {
    float: left;
    display: block;
    margin-right: 12px;
    /* margin-bottom: 10px; */
}

.breadcrumbListElement a,.arrow-right {
    color: #999;
    font-size: 12px;
    font-weight: 500;
    transition: .3s;
}

.breadcrumbListElement > span {
    color: #354F9C;
    font-size: 12px;
    font-weight: 500;
}
/* ol li a {
    float: left;
    width: 100%;
    background: url(/bitrix/templates/m1/stylejs/img/lkstr.png);
    background-repeat: no-repeat;
    background-position: 100% 4px;
    padding-right: 12px;
} */

.breadcrumbListElement {
	display: flex;
	gap: 12px;
 }
/* End */


/* Start:/local/templates/m1/components/bitrix/news.list/new_services/style.css?174844497552*/
.services_block img {
	height: 64px;
	width: 64px;
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.section/templates/.default/style.min.css?17448051533212*/
@media(min-width:1200px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:992px) and (max-width:1199px){.product-item-list-col-6>.col-xs-12>.row>.col-md-2:nth-child(6n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-md-4:nth-child(3n+1),.product-item-list-col-4>.col-xs-12>.row>.col-md-3:nth-child(4n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(min-width:768px) and (max-width:991px){.product-item-list-col-6>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-1-6>.col-sm-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}@media(max-width:767px){.product-item-list-col-6>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-6>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-6-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1-4>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-4-1>.col-sm-6>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-3>.col-xs-12>.row>.col-sm-4:nth-child(3n+1),.product-item-list-col-2>.col-xs-12>.row>.col-xs-6:nth-child(2n+1),.product-item-list-col-1>.col-xs-12>.row>.col-xs-12:nth-child(1n){clear:both}}.catalog-section-header{font-size:14px;font-weight:bold;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}
/* End */


/* Start:/bitrix/components/bitrix/catalog.item/templates/.default/style.min.css?174480515922843*/
.product-item-container{position:relative}.product-item-container.hover{z-index:17}.product-item{display:block;box-sizing:border-box;padding:15px 0 5px;width:100%;border:1px solid transparent;border-radius:2px}.product-item-line-card .product-item{width:auto !important;border-bottom:1px solid #dadada}@media(max-width:991px){.product-item-line-card .product-item .col-sm-6:nth-child(2n){clear:both}}.bx-retina .product-item{border-width:.5px}.product-item *{transition:opacity 300ms ease}@media(max-width:767px){.product-item{padding:15px 5px 5px}.product-item-line-card .product-item .col-xs-12:nth-child(2n){clear:both}}.bx-no-touch .product-item-container.hover .product-item{position:absolute;right:-15px;left:-15px;padding:15px 15px 0;width:auto;border:1px solid transparent;background:#fff;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}.bx-touch .product-item{padding:15px 0 0;width:auto;background:#fff}.bx-no-touch .product-item-container.hover .product-item{-webkit-animation:product-item-hover 300ms 1 ease}@-webkit-keyframes product-item-hover{0%{position:absolute;left:-15px;right:-15px;border:1px solid transparent;box-shadow:0 0 0 0 rgba(0,0,0,0)}100%{border:1px solid transparent;box-shadow:0 7px 15px 0 rgba(0,0,0,.19)}}.product-item-image-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%;transition:all 300ms ease}.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper{padding-top:54%}.product-item-image-original,.product-item-image-alternative{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;background-position:center;background-size:contain;background-repeat:no-repeat;transition:opacity 300ms linear}.product-item-image-original{z-index:11}.product-item-image-alternative{z-index:13;opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-original{opacity:0}.bx-no-touch .product-item-container.hover .product-item-image-alternative{opacity:1}.product-item-big-card .product-item-image-wrapper{margin-bottom:25px}.product-item-image-slider-slide-container{position:absolute;top:0;right:0;bottom:0;left:0;display:block;overflow:hidden;width:100%;height:100%;transition:opacity 300ms ease}.product-item-image-slide{position:relative;display:none;height:100%;background-color:#fff;background-position:center;background-size:contain;background-repeat:no-repeat;transition:.6s ease-in-out left}@media all and (transform-3d),(-webkit-transform-3d){.product-item-image-slide{transition:transform .6s ease-in-out;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-perspective:1000px;perspective:1000px}.product-item-image-slide.next,.product-item-image-slide.active.right{left:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.product-item-image-slide.prev,.product-item-image-slide.active.left{left:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.product-item-image-slide.next.left,.product-item-image-slide.prev.right,.product-item-image-slide.active{left:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product-item-image-slider-slide-container>.active,.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{display:block}.product-item-image-slider-slide-container>.active{left:0}.product-item-image-slider-slide-container>.next,.product-item-image-slider-slide-container>.prev{position:absolute;top:0;width:100%}.product-item-image-slider-slide-container>.next{left:100%}.product-item-image-slider-slide-container>.prev{left:-100%}.product-item-image-slider-slide-container>.next.left,.product-item-image-slider-slide-container>.prev.right{left:0}.product-item-image-slider-progress-bar-container{position:absolute;right:0;bottom:0;left:0;width:100%;height:1px}.product-item-image-slider-progress-bar{position:absolute;top:0;bottom:0;left:0;height:1px;background-color:#f42c2c;opacity:.8}.product-item-image-slider-control-container{position:absolute;right:0;bottom:10px;left:0;z-index:15;padding:0;text-align:center;opacity:0;transition:opacity 300ms ease}.product-item-container.hover .product-item-image-slider-control-container,.product-item-line-card:hover .product-item-image-slider-control-container{opacity:1}.product-item-image-slider-control,.product-item-image-slider-control.active{display:inline-block;width:12px;height:12px;border-radius:50%;background-color:rgba(128,128,128,.8);opacity:.6;cursor:pointer;transition:all 300ms ease}.product-item-image-slider-control:hover,.product-item-image-slider-control.active:hover{cursor:pointer}.product-item-label-text,.product-item-label-ring{position:absolute;z-index:15}.product-item-label-text span,.product-item-label-ring{display:inline-block;clear:both;margin-bottom:2px;background:#f42c2c;color:#fff;vertical-align:middle;text-align:center;transition:all 250ms ease}.bx-red .product-item-label-text span,.bx-red .product-item-label-ring{background-color:#fba90c}.product-item-label-text>div,.product-item-label-ring>div{line-height:0}.product-item-label-text span{padding:2px 5px;vertical-align:middle;font-weight:bold}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-weight:normal;font-size:13px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span{padding:5px 12px;font-size:16px;line-height:21px}.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{padding:4px 10px;font-size:13px;line-height:17px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:5px 17px;font-size:22px;line-height:33px}@media(max-width:767px){.product-item-label-text>div{line-height:0}.product-item-label-text.product-item-label-small span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-small span{margin-bottom:1px;padding:2px 7px;font-size:10px;line-height:14px}.product-item-big-card .product-item-label-text.product-item-label-small span,.product-item-label-text.product-item-label-big span,.product-item-scalable-card.hover .product-item-label-text.product-item-label-big span{margin-bottom:1px;padding:3px 12px;font-size:14px;line-height:16px}.product-item-big-card .product-item-label-text.product-item-label-big span{padding:3px 12px;font-size:20px;line-height:25px}}.product-item-label-ring{box-sizing:border-box;border-radius:50%;font-weight:bold}.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{width:40px;height:40px;font-size:14px;line-height:40px}.product-item-big-card .product-item-label-ring.product-item-label-small{width:100px;height:100px;font-size:30px;line-height:100px}.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:50px;height:50px;font-size:18px;line-height:50px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:120px;height:120px;font-size:42px;line-height:120px}@media(max-width:767px){.product-item-label-ring.product-item-label-small,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-small{--product-item-label-ring-size:40px;width:var(--product-item-label-ring-size);height:var(--product-item-label-ring-size);line-height:var(--product-item-label-ring-size);font-size:14px}.product-item-big-card .product-item-label-ring.product-item-label-small,.product-item-label-ring.product-item-label-big,.product-item-scalable-card.hover .product-item-label-ring.product-item-label-big{width:35px;height:35px;font-size:12px;line-height:35px}.product-item-big-card .product-item-label-ring.product-item-label-big{width:70px;height:70px;font-size:24px;line-height:70px}}.product-item-label-top{top:-5px}.product-item-label-center{left:50%;transform:translateX(-50%)}.product-item-label-center>div{text-align:center}.product-item-label-left{left:-5px}.product-item-label-left>div{text-align:left}.product-item-label-bottom{bottom:-5px}.product-item-label-middle{top:50%;transform:translateY(-50%)}.product-item-label-right{right:-5px}.product-item-label-right>div{text-align:right}.product-item-label-center.product-item-label-middle{transform:translateY(-50%) translateX(-50%)}.product-item-title{overflow:hidden;margin-bottom:15px;text-overflow:ellipsis;white-space:nowrap}.bx-touch .product-item-title,.product-item-container.hover .product-item-title{overflow:auto;white-space:normal}.product-item-title a{color:#3f3f3f;text-decoration:none;font-size:13px}.product-item-big-card .product-item-title a{font-size:21px}.product-item-line-card .product-item-title a{font-size:20px}.product-item-price-container{margin:5px 0 10px}.product-item-price-current{color:#3f3f3f;white-space:nowrap;font-weight:bold;font-size:13px}.product-item-price-old{color:#a5a5a5;text-decoration:line-through;white-space:nowrap;font-size:12px}.product-item-big-card .product-item-price-current,.product-item-big-card .product-item-price-old{vertical-align:middle;line-height:20px}.product-item-big-card .product-item-price-container{margin:0 0 10px}.product-item-big-card .product-item-price-current{font-size:18px}.product-item-big-card .product-item-price-old{font-size:15px}.product-item-line-card .product-item-info-container{text-align:center}.product-item-info-container{margin-bottom:8px}.product-item-info-container-title{color:#000;font-weight:bold;font-size:13px}.bx-no-touch .product-item-container .product-item-info-container.product-item-hidden{display:none;opacity:0;transition:opacity 300ms ease}.bx-touch .product-item-info-container.product-item-touch-hidden{display:none !important}.bx-touch .product-item-info-container.product-item-hidden,.bx-no-touch .product-item-container.hover .product-item-info-container.product-item-hidden,.product-item-line-card .product-item-container .product-item-info-container.product-item-hidden{display:block;opacity:1}.product-item-amount{padding:0 0 2px;text-align:center}.product-item-amount-field-btn-plus,.product-item-amount-field-btn-minus{position:relative;display:inline-block;min-width:22px;height:22px;border-radius:2px;background-color:#f2f2f2;color:#fff;vertical-align:middle;text-align:center;cursor:pointer;transition:background 300ms ease,opacity 300ms ease}.bx-retina .product-item-amount-field-btn-plus,.bx-retina .product-item-amount-field-btn-minus{border-width:.5px}.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-minus:hover{background:#d3d3d3}.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-minus:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";opacity:.8;transition:opacity 300ms ease,background 300ms ease}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after{opacity:.3 !important;cursor:default}.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover{background-color:#f2f2f2}.product-item-amount-field-btn-plus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center; background-size:10px}.product-item-amount-field-btn-minus:after{	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center; background-size:10px}.product-item-amount-field-btn-plus:hover:after,.product-item-amount-field-btn-minus:hover:after{opacity:1}.product-item-amount-field{display:inline-block;padding:0;max-width:50px;width:auto;height:22px;border:1px solid transparent;border-radius:2px;background:transparent !important;color:#000;vertical-align:middle;text-align:center;font-weight:bold;line-height:22px;transition:border 300ms ease}.bx-retina .product-item-amount-field{border-width:.5px}.product-item-amount-field:focus{outline:none !important}.bx-no-touch input.product-item-amount-field::-webkit-outer-spin-button,.bx-no-touch input.product-item-amount-field::-webkit-inner-spin-button{margin:0;-webkit-appearance:none;appearance:none}.product-item-amount-description-container{color:#a5a5a5;white-space:nowrap;font-size:12px;display:block}.product-item-big-card .product-item-amount-field-container{text-align:left}.product-item-amount-description-container strong{color:#333;white-space:nowrap}.product-item-amount-label-container{margin:5px 0;color:#a5a5a5;font-weight:bold;font-size:12px}.product-item-quantity{color:#333;font-weight:normal;font-size:12px}.product-item-properties{display:block;overflow:hidden;margin:0;color:#a5a5a5;font-size:12px}.product-item-properties dl{clear:both}.product-item-properties dt{float:left;clear:both;font-weight:normal}.product-item-properties dd{float:right;margin-bottom:3px;margin-left:5px;color:#000}.product-item-compare-container{position:relative;display:none;margin:0 -15px;padding:4px 15px;min-height:30px;border-top:1px solid #e6e6e6;background:#f3f3f3;box-shadow:inset 0 1px 1px 0 #eee;vertical-align:middle;font-size:12px;line-height:20px}.product-item-line-card .product-item-compare-container{margin:0;border:0;background-color:transparent;box-shadow:none;text-align:center}.bx-touch .product-item-compare-container{display:none}.product-item-line-card .product-item-compare-container,.product-item-container.hover .product-item-compare-container{display:block}.product-item-compare .checkbox{margin:0;padding:0}.product-item-scu-container{padding:0 0 2px}.product-item-scu-container-title{color:#333;font-size:12px}.product-item-scu-list{margin:0}.product-item-scu-item-list{overflow:hidden;margin:0 0 0 -2px;padding:0;list-style:none}.product-item-scu-item-color-container,.product-item-scu-item-text-container{display:inline-block;box-sizing:border-box;padding:5px 3px;max-width:100%}.product-item-scu-item-text-container{min-width:32px}.product-item-scu-item-color-container{max-width:38px;width:25%}.product-item-scu-item-color-block{position:relative;padding-top:100%;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-color-block{transition:outline 200ms ease}.bx-retina .product-item-scu-item-color-block{outline-width:.5px}.product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-color-block{outline-width:1px}.product-item-scu-item-color{position:absolute;top:2px;right:2px;bottom:2px;left:2px;background-position:center;background-size:contain;background-repeat:no-repeat}.product-item-scu-item-text-block{position:relative;padding:0 5px;outline:1px solid #c0cfda;cursor:pointer}.bx-no-touch .product-item-scu-item-text-block{transition:outline 300ms ease}.bx-retina .product-item-scu-item-text-block{outline-width:.5px}.product-item-scu-item-text-container.selected .product-item-scu-item-text-block{outline-width:2px}.bx-retina .product-item-scu-item.selected .product-item-scu-item-text-block{outline-width:1px}.product-item-scu-item-text{overflow:hidden;max-width:100%;vertical-align:middle;text-align:center;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;font-size:11px;line-height:18px}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block{position:relative;outline-color:#a9adb4 !important}.product-item-scu-item-color-container.notallowed .product-item-scu-item-color-block:after,.product-item-scu-item-text-container.notallowed .product-item-scu-item-text-block:after{position:absolute;top:-2px;right:-2px;bottom:-2px;left:-2px;	background: rgba(255, 255, 255, 0.75) url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNiIgaGVpZ2h0PSIyNiIgdmlld0JveD0iMCAwIDI2IDI2Ij4gIDxwYXRoIGZpbGw9IiNBOUFEQjQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE0LjM5MjEyNjgsMTMuMjMyMzAyOSBMMjUuOTkyLDEuNDE4IEwyNC42LDAgTDEyLjk5OTk5NTYsMTEuODE0NDM2NCBMMS40LDAgTDAuMDA5LDEuNDE5IEwxMS42MDc4Njg3LDEzLjIzMjI5NzUgTDAuNDczLDI0LjU3MyBMMS44NjUsMjUuOTkxIEwxMi45OTk5OTkzLDE0LjY1MDE2NDUgTDI0LjEzNCwyNS45OSBMMjUuNTI2LDI0LjU3MiBMMTQuMzkyMTI2OCwxMy4yMzIzMDI5IFoiLz48L3N2Zz4=) no-repeat center; background-size:80% 80%;content:""}@media(max-width:991px){.product-item-line-card .product-item-scu-container-title{text-align:center}.product-item-line-card .product-item-scu-item-list{text-align:center}.product-item-line-card .product-item-scu-item-color-container,.product-item-line-card .product-item-scu-item-text-container{display:inline-block;float:none}}.product-item-description-container p{color:#575757;font-size:13px}.product-item-button-container{text-align:center}.product-item-button-container .btn{margin-bottom:2px}.product-item-sticker,.product-item-sticker-round{display:none}.product-item-more-container{position:relative;display:block;box-sizing:border-box;padding:15px 15px 5px;width:100%;border:1px solid transparent;border-radius:2px;transition:all 300ms ease}.product-item-more-wrapper{position:relative;display:block;margin-bottom:15px;padding-top:116%;width:100%}.product-item-more{position:absolute;top:0;right:0;bottom:0;left:0;display:block;width:100%;height:100%;	background: #f3f3f3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjk3LjYxMyAyOTcuNjEzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjxjaXJjbGUgY3g9IjE1LjI3OSIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjU5LjMyIiBjeT0iMTQuODMiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjU5Ljc2OSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTAzLjgxIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIxNC44MyIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iNTkuNzY5IiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE0OC4zMDIiIGN5PSIxMDMuODEiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjE0LjgzIiByPSIxNC44MyIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjE5Mi4zNDMiIGN5PSI1OS43NjkiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxMDQuMjYxIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxOTIuMzQzIiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTA0LjI2MSIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTQ4LjMwMiIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMTkyLjM0MyIgY3k9IjIzNi44ODciIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjM4LjIzOCIgY3k9IjEwMy44MSIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTQ3Ljg1MiIgcj0iMTQuODMiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIyMzguMjM4IiBjeT0iMTkyLjc5IiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNS4yNzkiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSI1OS4zMiIgY3k9IjI4Mi43ODIiIHI9IjE0LjgzMSIgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvY2lyY2xlPjxjaXJjbGUgY3g9IjEwNC4yNjEiIGN5PSIyODIuNzgyIiByPSIxNC44MzEiIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2NpcmNsZT48Y2lyY2xlIGN4PSIxNDguMzAyIiBjeT0iMjgyLjc4MiIgcj0iMTQuODMxIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PGNpcmNsZSBjeD0iMjgyLjMzNCIgY3k9IjE0Ny44NTIiIHI9IjE0LjgzIiBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9jaXJjbGU+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjxnIHN0eWxlPSJmaWxsOiByZ2IoMTMwLCAxMzAsIDEzMCk7Ij48L2c+PGcgc3R5bGU9ImZpbGw6IHJnYigxMzAsIDEzMCwgMTMwKTsiPjwvZz48ZyBzdHlsZT0iZmlsbDogcmdiKDEzMCwgMTMwLCAxMzApOyI+PC9nPjwvc3ZnPg==) no-repeat center; background-size:50%;opacity:.7;transition:opacity 300ms ease}.bx-touch .product-item-more,.product-item-container.hover .product-item-more{opacity:1}.product-item-more-title{overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.no-select{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}input[type='number']{-moz-appearance:textfield}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
/* End */


/* Start:/bitrix/components/bitrix/catalog.section/templates/.default/themes/blue/style.min.css?1744805153706*/
.bx-blue .product-item-image-slider-progress-bar{background-color:#0083d1}.bx-blue .product-item-image-slider-control:hover{background-color:rgba(0,131,209,.8)}.bx-blue .product-item-image-slider-control.active,.bx-blue .product-item-image-slider-control:hover{background-color:#0083d1}.bx-blue .product-item-scu-item-text-block:hover,.bx-blue .product-item-scu-item-color-block:hover,.bx-blue .product-item-scu-item-text-container.selected .product-item-scu-item-text-block,.bx-blue .product-item-scu-item-color-container.selected .product-item-scu-item-color-block{outline-color:#006cc0}.bx-blue .product-item-amount-field:focus{border-color:#006cc0}.bx-blue .catalog-section-header{border-color:#006cc0}
/* End */
/* /local/templates/m1/components/bitrix/catalog/new_catalog/style.css?175101455717536 */
/* /local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.compare.list/.default/style.min.css?17472110881062 */
/* /local/templates/m1/components/bitrix/catalog.element/new_element/style.css?174912546317076 */
/* /local/templates/m1/components/bitrix/breadcrumb/.default/style.css?1747212159722 */
/* /local/templates/m1/components/bitrix/news.list/new_services/style.css?174844497552 */
/* /bitrix/components/bitrix/catalog.section/templates/.default/style.min.css?17448051533212 */
/* /bitrix/components/bitrix/catalog.item/templates/.default/style.min.css?174480515922843 */
/* /bitrix/components/bitrix/catalog.section/templates/.default/themes/blue/style.min.css?1744805153706 */
