

/* 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/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/catalog/new_catalog/bitrix/catalog.section.list/.default/style.min.css?1747211088576*/
.speed-link{width:100%;padding-top:10px;padding-left:15px}.speed-link ul li{display:table-cell;margin-right:10px;background-color:#ccdaff;width:23%;margin-bottom:10px;text-align:center}.speed-link,.speed-link ul,.speed-link ul li,.speed-link span{float:left}.speed-link ul{padding:0;margin:0 0 0 10px;width:100%}.speed-link ul li a{text-decoration:none}.speed-link ul li:hover,.speed-link ul li a:hover{background-color:#0a5bff;color:#fff}.speed-link ul li:first-child{background-color:#fff;text-align:left}.speed-link ul li:first-child:hover{background-color:#fff;color:#000}
/* End */


/* Start:/local/templates/m1/components/sotbit/seo.meta.tags/groups/style.css?1747211088811*/
.speed-link {
    width: 100%;
    padding-top: 40px;
    padding-left: 15px;
}

.speed-link ul li {
    display: table-cell;
    margin-right: 12px;
    background-color: #ccdaff;
/*  width: 23%; */
	width: auto;
    margin-bottom: 10px;
    text-align: center;
}

.speed-link, .speed-link ul, .speed-link ul li, .speed-link span {
    float: left;
}

.speed-link span {}

.speed-link ul {
    padding: 0;
    margin: 0 0 0 10px;
	 width: 100%;
}

.speed-link ul li a {
    text-decoration: none;
}

.speed-link ul li:hover, .speed-link ul li a:hover {
    background-color: #0a5bff;
    color: #fff;
}
.speed-link ul li:first-child {
    background-color: #fff;
    text-align: left;
}
.speed-link ul li:first-child:hover{
	background-color: #fff;
    color: #000;
}
/* End */


/* Start:/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section.list/desc/style.min.css?1747216252576*/
.speed-link{width:100%;padding-top:10px;padding-left:15px}.speed-link ul li{display:table-cell;margin-right:10px;background-color:#ccdaff;width:23%;margin-bottom:10px;text-align:center}.speed-link,.speed-link ul,.speed-link ul li,.speed-link span{float:left}.speed-link ul{padding:0;margin:0 0 0 10px;width:100%}.speed-link ul li a{text-decoration:none}.speed-link ul li:hover,.speed-link ul li a:hover{background-color:#0a5bff;color:#fff}.speed-link ul li:first-child{background-color:#fff;text-align:left}.speed-link ul li:first-child:hover{background-color:#fff;color:#000}
/* End */


/* Start:/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/style.min.css?174722811117045*/
@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:700;text-align:left;margin:5px 0;padding:5px 15px;border-bottom:2px solid #d9dee6;color:#000}.row::before{display:initial}@media (max-width:479px){.container{padding:0!important}#tabs{width:100%;float:left;margin:0 -15px}.speed-link ul{padding:0 0 0 30px;margin:0;width:100%}.speed-link ul li{width:25%}.mob-price{color:rgb(193,81,81);margin:5px 0 0 0}}.tab-pane.fade.active.in{ display:block}.tab-pane.fade{ display:none}.bx-filter{width:100%;min-width:220px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;margin-bottom:20px}.bx-filter .bx-filter-section{position:relative; padding-top:26px}.bx-filter .bx-filter-section>.row{padding:0 5px}.bx-filter .bx-filter-title{font-size:18px;margin-bottom:10px;color:#000}.bx-filter .bx-filter-parameters-box{position:relative}.bx-filter .bx-filter-parameters-box-title{font-size:13px;padding-bottom:7px}@media (min-width:992px){.bx-filter .bx-filter-section .col-md-4:nth-child(3n+1){clear:both}}@media (min-width:768px) and (max-width:991px){.bx-filter .bx-filter-section .col-md-4:nth-child(2n+1){clear:both}}.bx-filter .bx-filter-parameters-box-title span{color:#039be5;border-bottom:1px solid transparent;cursor:pointer}.bx-filter .bx-filter-parameters-box-title span:hover{border-color:#039be5}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-parameters-box-title span:hover{border-color:transparent} .bx-filter .bx-filter-block{display:none;-webkit-transition:padding .3s ease;-moz-transition:padding .3s ease;-ms-transition:padding .3s ease;-o-transition:padding .3s ease;transition:padding .3s ease;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box}.bx-filter .bx-filter-button-box .bx-filter-block,.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block{display:block}.bx-filter .bx-filter-parameters-box.bx-active .bx-filter-block i.bx-ft-sub{font-size:14px;font-style:normal;display:block;padding-bottom:5px}.bx-filter-parameters-box-container{padding-bottom:20px}.bx-filter-parameters-box-container .checkbox:first-child{margin-top:0}.bx-filter .bx-filter-parameters-box-container-block{font-size:11px;color:#3f3f3f}.bx-filter .bx-filter-input-container input{display:block;width:100%;font-size:18px;height:38px;margin:0;padding:0 4px;border:1px solid #ccd5db;border-radius:2px;background:#fff;outline:none}.bx-retina .bx-filter .bx-filter-input-container input{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat}.bx-ios .bx-filter .bx-filter-input-container input{background-image:-webkit-linear-gradient(#fff 0%,#fff 100%);background-image:linear-gradient(#fff 0%,#fff 100%)}.bx-filter .bx-filter-button-box{clear:both}.bx-filter .bx-ui-slider-track-container{padding-top:35px;padding-bottom:25px}.bx-filter .bx-ui-slider-track{position:relative;height:7px}.bx-filter .bx-ui-slider-part{position:absolute;top:-6px;width:1px;height:17px;background:#a2bfc7}.bx-filter .bx-ui-slider-part.p1{left:-1px}.bx-filter .bx-ui-slider-part.p2{left:25%}.bx-filter .bx-ui-slider-part.p3{left:50%}.bx-filter .bx-ui-slider-part.p4{left:75%}.bx-filter .bx-ui-slider-part.p5{right:-1px}.bx-filter .bx-ui-slider-part span{font-size:11px;position:absolute;top:-16px;left:50%;display:block;width:100px;margin-left:-50px;text-align:center;color:#000}.bx-filter .bx-ui-slider-part.p2 span,.bx-filter .bx-ui-slider-part.p3 span,.bx-filter .bx-ui-slider-part.p4 span{color:#6b8086}.bx-filter .bx-ui-slider-range,.bx-filter .bx-ui-slider-pricebar,.bx-filter .bx-ui-slider-pricebar-vd,.bx-filter .bx-ui-slider-pricebar-vn,.bx-filter .bx-ui-slider-pricebar-v{position:absolute;top:0;bottom:0}.bx-filter .bx-ui-slider-range{z-index:50}.bx-filter .bx-ui-slider-pricebar{z-index:100}.bx-filter .bx-ui-slider-pricebar-vd{z-index:60}.bx-filter .bx-ui-slider-pricebar-vn{z-index:70}.bx-filter .bx-ui-slider-pricebar-v{z-index:80}.bx-filter .bx-ui-slider-handle{position:absolute;top:100%;width:22px;height:22px;border-bottom:none}.bx-filter .bx-ui-slider-handle:hover{-webkit-cursor:grab;-ms-cursor:grab;-o-cursor:grab;cursor:grab}.bx-filter .bx-ui-slider-handle:active{-webkit-cursor:grabbing;-ms-cursor:grabbing;-o-cursor:grabbing;cursor:grabbing}.bx-filter .bx-ui-slider-handle.left{left:0;margin-left:-21px}.bx-filter .bx-ui-slider-handle.right{right:0;margin-right:-21px}.bx-filter .bx-filter-select-container{display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:35px;border-radius:3px;border:1px solid #ccd5db}.bx-retina .bx-filter .bx-filter-select-container{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat}.bx-filter .bx-filter-select-block{position:relative;display:block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:33px;margin:0;padding:0 33px 0 10px;border:none;border-radius:2px;background:#fff}.bx-filter .bx-filter-select-text{font-size:15px;line-height:33px;overflow:hidden;max-width:100%;height:33px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis}.bx-filter .bx-filter-select-text.fix{min-width:120px}.bx-filter .bx-filter-select-text label{cursor:pointer}.bx-filter .bx-filter-select-arrow{position:absolute;top:0;right:0;width:34px;height:33px;cursor:pointer;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAECAYAAABCxiV9AAAAG0lEQVQY02OYOXPmf1yYAQRwSsAATglkBch8ADy7LKHqFrgoAAAAAElFTkSuQmCC) no-repeat center}.bx-filter-select-popup{background:#fff;padding:0;min-width:173px}.bx-filter-select-popup ul{margin:0;padding:0;list-style:none}.bx-filter-select-popup ul li{display:block;text-align:left;vertical-align:middle}.bx-filter-select-popup ul li:first-child{border-bottom:1px solid #e5e5e5;padding-bottom:5px;margin-bottom:5px}.bx-filter-select-popup ul li label{font-size:14px;line-height:26px;display:block;text-align:left!important;overflow:hidden;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;height:26px;padding:0 5px;cursor:pointer;vertical-align:middle;white-space:nowrap;text-overflow:ellipsis;-ms-text-overflow:ellipsis;color:#575757}.bx-filter-select-popup ul li label.selected,.bx-filter-select-popup ul li label:hover{color:#000;background:#f3f8fa}.bx-filter-select-popup ul li label.disabled{color:#b8b8b8;background:transparent}.bx-filter-select-popup ul li .bx-filter-param-text{line-height:34px!important}.bx-filter .bx-filter-tag{padding:18px}.bx-filter .bx-tag-link{font-size:12px;text-decoration:none;text-shadow:none}.bx-filter .bx-tag-link.bx-active,.bx-filter .bx-tag-link:hover{color:#1d3d46}.bx-filter .bx-filter-param-label{min-height:20px;font-weight:400;cursor:pointer}.bx-filter .bx-filter-param-btn-inline .bx-filter-param-label{float:left;display:block;margin-right:5px}.bx-filter .bx-filter-param-btn-block .bx-filter-param-label{display:block}.bx-filter .bx-filter-param-label.dib{display:inline-block}.bx-filter .bx-filter-param-text{font-weight:400}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-text{color:#6c6c6c}.bx-filter-select-popup .bx-filter-param-label.bx-active{background:#f3f8fa}.bx-filter .bx-filter-input-checkbox input[type=radio],.bx-filter .bx-filter-input-checkbox input[type=checkbox]{}.bx-filter .bx-filter-input-checkbox .bx-filter-param-text{display:block;text-align:left}.bx-filter .bx-filter-param-btn{font-weight:400;display:inline-block;width:38px;height:38px;padding:6px;text-align:center;text-decoration:none;color:#000;vertical-align:middle;border:1px solid #ccd5db;border-radius:2px;background:#fff;position:relative;-webkit-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-moz-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-ms-transition:border .3s ease,box-shadow .1s ease,color .3s ease;-o-transition:border .3s ease,box-shadow .1s ease,color .3s ease;transition:border .3s ease,box-shadow .1s ease,color .3s ease;cursor:pointer}.bx-retina .bx-filter .bx-filter-param-btn{border-style:solid;border-width:1px;-webkit-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;-moz-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;-o-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat;border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/border_default.png) 2 repeat}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{background:transparent;box-shadow:none}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl{position:relative}.bx-filter .bx-filter-param-label.disabled .bx-filter-param-btn.bx-color-sl:before{position:absolute;bottom:0;right:0;top:0;left:0;content:' ';display:block;z-index:100;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAA/UlEQVQ4y5WSQQ6CQAxFOSBuwAtoAitc4R6MkKgYJULUi8Ax4DgKm9o/45BxBBNJmkB/33T6qUVEHkfDUXHY1sQD7V2DWg+JJox3lOZ3enYdf5IzAjnQkvxGa64Fg2S9PV3JXa4ozoovWEGbY0nOIqDkfIVeQ5hBAOQsAy5guO8FbEJxVqqDZ+rUuQ6rziJ3VLkBcs05BBxlF1nIADrJESYgE0YhAER0KH5DphEKFDNPuG1AhTAi4jnRWV17FNYhcT3NHLzLzuUnjI0YHP203EWY8ENqNsAq5Y3Qf4NuhIT7wTBsDxgIbRjvCfCUe6ozoFCuXIukj5c/lhy1/gvSDM3b8PrjegAAAABJRU5ErkJggg==) no-repeat center;opacity:.7}.bx-filter .bx-filter-param-btn .bx-filter-param-text{line-height:26px}.bx-filter .bx-filter-param-btn.bx-spm{width:23px;min-width:23px;height:23px;line-height:23px;font-weight:400;padding:0;font-size:17px;color:#767b7e;vertical-align:top;border-radius:50%;background-color:transparent}.bx-filter .bx-filter-param-btn.bx-spm.bx-plus{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAMCAYAAAC0qUeeAAAANUlEQVQoz2NgwAQsQMzJQCSwAeKGQa7YFKoAhmOgim3QsAxIcSFUkhC2GaqhgQ4UgNgFmwQAij8OUFmBFssAAAAASUVORK5CIIA=) no-repeat center}.bx-filter .bx-filter-param-btn.bx-spm.bx-minus{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAACCAYAAABhYU3QAAAAG0lEQVQYV2NgYGDgBuI4AlgGiBn4gLicAFYGAAFkBwE95V42AAAAAElFTkSuQmCC) no-repeat center}.bx-filter .bx-filter-param-btn.bx-spm:active{outline:none!important;box-shadow:inset 0 2px 3px rgba(0,0,0,.12)}.bx-filter span.bx-spm{font-size:18px;line-height:23px;display:inline-block;height:23px;margin:0 10px;vertical-align:middle;color:#000}.bx-filter-select-popup .bx-filter-select-text-icon,.bx-filter .bx-filter-select-text-icon{line-height:33px;position:relative;display:inline-block;width:23px;height:23px;margin-top:-4px;margin-right:2px;vertical-align:middle;border-radius:2px}.bx-filter-select-popup .bx-filter-btn-color-icon,.bx-filter .bx-filter-btn-color-icon{line-height:24px;border-radius:2px;display:inline-block;width:24px;height:24px;vertical-align:middle;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05);-webkit-background-size:cover;background-size:cover}.bx-filter-select-popup .bx-filter-btn-color-icon{width:20px;height:20px;margin:2px 0;top:0!important}.bx-filter .bx-filter-select-block .bx-filter-btn-color-icon{top:-1px!important}.bx-filter-btn-color-icon.all{position:relative;border:none;box-shadow:none}.bx-filter-btn-color-icon.all:after,.bx-filter-btn-color-icon.all:before{position:absolute;width:60%;height:60%;background:#fff;content:" ";box-shadow:inset 0 0 0 1px rgba(0,0,0,.2)}.bx-filter-btn-color-icon.all:after{right:0;bottom:0}.bx-filter-btn-color-icon.all:before{top:0;left:0}.bx-filter .bx-filter-param-label.disabled .bx-filter-btn-color-icon{opacity:.2}.bx-filter .bx-filter-parameter-biz{font-size:14px;line-height:15px;display:inline-block;margin-right:10px;text-decoration:none;color:#1485ce;border-bottom:1px dashed}.bx-filter .bx-filter-parameter-biz:hover{text-decoration:none;border-bottom:1px solid}.bx-filter .bx-filter-parameter-biz.bx-active{position:relative;color:#000;border-color:transparent}.btn-themes{color:#FFF}.btn-themes.bx-active,.btn-themes.focus,.btn-themes:active,.btn-themes:focus,.btn-themes:hover{color:#FFF}.bx-filter .bx-filter-popup-result{font-size:13px;font-weight:400;position:absolute;z-index:915;display:none;line-height:normal;margin-top:-7px;margin-left:10px;padding:0 10px;white-space:nowrap;color:#3f3f3f;min-height:37px;line-height:18px;border-style:solid;border:1px solid #C6DCE7}.bx-filter .bx-filter-popup-result.left{border-width:2px 10px 2px 2px;-webkit-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/result_popup_left.png) 4 20 4 4 repeat;-moz-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/result_popup_left.png) 4 20 4 4 repeat;-o-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/result_popup_left.png) 4 20 4 4 repeat;border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/result_popup_left.png) 4 20 4 4 fill repeat}.bx-filter .bx-filter-popup-result.right{border-width:2px 2px 2px 10px;-webkit-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/result_popup_right.png) 4 4 4 20 repeat;-moz-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/result_popup_right.png) 4 4 4 20 repeat;-o-border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/result_popup_right.png) 4 4 4 20 repeat;border-image:url(/local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/images/result_popup_right.png) 4 4 4 20 fill repeat}.bx-filter .bx-filter-popup-result.right{left:97%}.bx-filter .bx-filter-popup-result.left{right:97%}.bx-filter-horizontal .bx-filter-popup-result{display:inline-block;position:relative;left:auto;right:auto;bottom:-7px}.bx-filter .bx-filter-popup-result a{color:#0073a3;line-height:10px}.bx-filter .bx-filter-popup-result a:hover{text-decoration:none}.bx-filter .bx-filter-popup-result-close{display:none}@media (max-width:767px){.bx-touch .bx-filter .bx-filter-popup-result{font-size:12px;line-height:14px;position:fixed!important;z-index:1001;top:auto!important;right:0!important;bottom:0!important;left:0!important;margin-top:0;margin-left:0;width:auto;height:auto;padding:10px;border-radius:2px;border:1px solid #c6dae7;background:rgba(255,255,255,.9)}.bx-touch .bx-filter .bx-filter-popup-result br{display:none}.bx-filter .bx-filter-popup-result .arrow{display:none}}
/* End */
/* /local/templates/m1/components/bitrix/catalog/new_catalog/style.css?175101455717536 */
/* /local/templates/m1/components/bitrix/breadcrumb/.default/style.css?1747212159722 */
/* /local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section.list/.default/style.min.css?1747211088576 */
/* /local/templates/m1/components/sotbit/seo.meta.tags/groups/style.css?1747211088811 */
/* /local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section.list/desc/style.min.css?1747216252576 */
/* /local/templates/m1/components/bitrix/catalog/new_catalog/bitrix/catalog.section/desc/style.min.css?174722811117045 */
