

/* 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 */
/* /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 */
