

/* Start:/local/templates/ludvinovo/components/bitrix/catalog/catalog/style.css?1729247892455*/
.catalog{
    display: flex;
    padding-top: 50px;
}
.filter_wrap{
    flex-shrink: 0;
    width: 316px;
    margin-right: 32px;
}
.catalog_wrap{
    flex-grow: 1;
}
@media (max-width: 1366px) {
    .filter_wrap{
        width: 280px;
        margin-bottom: 40px;
    }
    .catalog_items_block_item .catalog_item_image{
        padding: 30px;
    }
}
@media (max-width: 1190px) {
    .catalog{
        padding-top: 30px;
    }
}
/* End */


/* Start:/local/templates/ludvinovo/components/bitrix/catalog/catalog/bitrix/catalog.element/detaile_item/style.css?177676927615437*/
.title {
	text-transform: none !important;
	font-variant: small-caps;
}
.catalog_detali_top{
	display: flex;
}
.catalog_detali_img{
	width: 50%;
	padding-right: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 250px;
}
.catalog_detali_img img{
	max-width: 100%;
}
.catalog_detali_info{
	display: flex;
	flex-direction: column;
    justify-content: space-between;
	width: 42%;
}
.catalog_detali_info .buy{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.catalog_detali_info .buy .catalog_detali_info_price{
	flex-grow: 1;
	font-size: 28px;
	font-family: "Roboto";
	color: rgb(239, 127, 26);
	letter-spacing: 0.3px;
}
.catalog_detali_info .buy .catalog_detali_info_price span{
	font-weight: 700;
	font-size: 37px;
}
.catalog_detali_info .buy .catalog_detali_info_no_order{
	flex-shrink: 0;
	font-size: 17px;
	font-family: "BebasNeue";
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	width: 190px;
	padding: 15px 0 10px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	background-color: #112866;
	border: none;
	transition: all .3s;
	cursor: pointer;
}
.catalog_detali_info .buy .catalog_detali_info_no_order:hover,
.catalog_detali_info .buy .catalog_detali_info_no_order.in-basket{
	background-color: #ef7f1a;
}
.catalog_detali_info_cklad{
	font-family: "BebasNeue";
	color: rgb(17, 40, 102);
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: 1.1px;
}
.catalog_detali_info_cklad_min{
	font-size: 13px;
	font-family: "Roboto";
	color: rgb(144, 144, 151);
	line-height: 21px;
	font-weight: 300;
	letter-spacing: 0px;
}
.catalog_detali_info_parametrs{
	margin-top: 35px;
	display: flex;
}
.catalog_detali_info_parametr{
	width: 33.3333%;
	font-size: 13px;
	font-family: "Roboto";
	color: rgb(144, 144, 151);
	line-height: 1.6;
}
.catalog_detali_info_parametr_value{
	font-weight: 700;
	color: #1d252c;
}
.catalog_detali_info_icons{
	margin-top: 40px;
	display: flex;
	align-items: center;
	gap: 10px;
}
.catalog_detali_info_icons img{
	max-width: 100px;
	flex-shrink: 0;
}
.catalog_detali_text{
	margin-top: 40px;
	background: #f8f8f8;
	padding: 60px 0 50px 0;
	font-size: 16px;
	color: rgb(29, 37, 44);
	line-height: 1.5;
}
.catalog_detali_text .catalog_text_title{
	font-size: 20px;
	font-family: "Roboto";
	color: rgb(29, 37, 44);
	line-height: 1.2;
	margin-bottom: 25px;
}
.catalog_detali-tabs {
	position: relative;
	display: flex;
	margin: 30px -15px;
}
.catalog_detali-tab_outer{
	flex-grow: 1;
	width: 20%;
	padding: 0 15px;
}
.catalog_detali-tab{
	border: 1px solid rgb(221, 221, 221);
	font-size: 17px;
	font-family: "BebasNeue";
	color: rgb(17, 40, 102);
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
	height: 57px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s;
	cursor: pointer;
	padding: 2px 10px 0 10px;
}
.catalog_detali-tab:hover,
.catalog_detali-tab.active{
	background-color: #112866;
	border-color: #112866;
	color: #fff;
}
.catalog_detali-tabs-content-item{
	display: none;
}
.catalog_detali-tabs-content-item.active{
	display: block;
}
.tab-content-construction ol,
.tab-content-construction ol>li {
	list-style: none;
}
.tab-content-construction ol{
	padding-left: 0;
}
.tab-content-construction ol>li{
	counter-increment: item 1;
	margin-bottom: 15px;
	display: flex;
}
.tab-content-construction ol>li:before{
	content: "0"counter(item);
	font-size: 20px;
	font-family: "BebasNeue";
	color: rgb(239, 127, 26);
	font-weight: bold;
	text-transform: uppercase;
	margin-right: 20px;
}
.tab-content-construction{
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(29, 37, 44);
	line-height: 20px;
}
.tab-property{
	display: flex;
	font-size: 14px;
	font-family: "Roboto";
	color: #1d252c;
	background: #f8f8f8;
	padding: 12px 20px;
}
.tab-property:nth-child(2n) {
	background: transparent;
}
.tab-property-name{
	width: 50%;
}
.tab-property-value{
	width: 50%;
}

.catalog_detali-offer-head{
	display: flex;
	align-items: center;
	height: 60px;
	background: #2a2b2e;
	color: #fff;
	font-family: 'Roboto';
}
.catalog_detali-offer{
	display: flex;
	height: 40px;
	background: #f8f8f8;
	margin-top: 10px;
	align-items: center;
	color: #1d252c;
	font-size: 14px;
	font-family: 'Roboto';
}
.catalog_detali-offer.disable{
	display: none;
}
.catalog_detali-offer-col{
	padding-left: 20px;
	flex-shrink: 0;
}
.catalog_detali-offer-col.col-name {
	width: 28%;
}
.catalog_detali-offer .catalog_detali-offer-col.col-name{
	color: #1d252c;
	font-size: 14px;
	font-family: 'Roboto';
	text-decoration: none;
}
.catalog_detali-offer .catalog_detali-offer-col.col-name:hover{
	text-decoration: underline;
	color: #ef7f1a;
}
.catalog_detali-offer-col.col-diameter{
	width: 20%;
}
.catalog_detali-offer-col.col-weight{
	width: 20%;
}
.catalog_detali-offer-col.col-warehouse{
	width: 25%;
}
.catalog_detali-offer-col.col-price{
	width: 11%;
}
.catalog_detali-offer-col.col-price2{
	width: 11%;
}


.catalog_detali-offer .catalog_detali-offer-col.col-price{
	flex-shrink: 1;
}
.catalog_detali-offer_btn{
	width: 120px;
	background: #112866;
	color: #fff;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: 'Roboto';
	cursor: pointer;
	flex-shrink: 0;
	transition: all .3s;
}
.catalog_detali-offer_btn:hover,
.catalog_detali-offer_btn.in-basket{
	background: #ef7f1a;
}
.catalog_detali_info_order{
	display: block;
	font-size: 17px;
	font-family: "BebasNeue";
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.2;
	width: 190px;
	padding: 15px 0 10px;
	text-decoration: none;
	text-align: center;
	letter-spacing: 1px;
	background-color: #ef7f1a;
	border: none;
	cursor: pointer;
}
.catalog_detali_info_order:hover{
	color: #fff;
}
.catalog_detali_info_skuname{
	font-family: "BebasNeue";
	color: rgb(17, 40, 102);
	font-size: 26px;
	font-weight: bold;
	line-height: 1.2;
	text-align: right;
	letter-spacing: 1.1px;
}
.offers_props_block{
	margin-top: 35px;
	border-top: 1px solid #dddddd;
	padding-top: 35px;
}
.offers_props_block_inner{
	display: flex;
}
.offers_prop{
	width: 33.333334%;
}
.offers_prop_title{
	font-weight: bold;
	font-size: 18px;
	color: #1d252c;
	height: 50px;
}
.offers_prop_values{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
	width: 290px;
}
.offers_prop_value{
	width: 20%;
	padding: 0 5px 10px 5px;
}
.offers_prop_value input{
	display: none;
}
.offers_prop_value label{
	height: 38px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #dddddd;
	color: #969ba0;
	font-family: "Roboto";
	font-weight: 500;
	cursor: pointer;
	background: #fcfcfc;
	transition: all .3s;
}
.offers_prop_value label:hover,
.offers_prop_value input:checked+label {
	color: #fff;
	background: #ef7f1a;
	border-color: #ef7f1a;
}
.offers_prop_value input[disabled]+label{
	pointer-events: none;
	color: #dddddd;
}
.catalog_detali-tabs-content-item-title{
	display: none;
}

.file_items {
	padding: 24px 0 0;
}
.file_items .file_item {
	background-repeat: no-repeat;
	padding: 0 0 0 57px;
	background-position: 2px 9px;
	margin: 0 0 12px 0;
	background-size: 33px auto;
}
.file_items .file_item .file_item_name {
	font-size: 15px;
	font-family: "Roboto";
	color: rgb(29, 37, 44);
	line-height: 1.2;
	text-align: left;
	padding: 8px 0 0 0px;
}

.file_items .file_item .file_item_info {
	font-size: 13px;
	font-family: "Roboto";
	text-align: left;
	line-height: 1.7;
}
.file_items .file_item .file_item_info a {
	color: rgb(239, 127, 26);
	text-decoration: underline;
}
.file_items .file_item.file_item_pdf {
	background-image: url('/local/templates/ludvinovo/components/bitrix/catalog/catalog/bitrix/catalog.element/detaile_item/images/ico-pdf.png');
}
.tab-content-usage{
	font-size: 16px;
	font-family: "Roboto";
	color: rgb(29, 37, 44);
	line-height: 20px;
}

.reset-button-block {
	margin-top: 40px;
}

.reset-button {
	width: 164px;
	background: #112866;
	color: #fff;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	font-family: 'Roboto';
	cursor: pointer;
	flex-shrink: 0;
	transition: all .3s;
}
.reset-button:hover {
	background: #ef7f1a;
}

.analogs-items {
	position: relative;
}

.analogs-items-slider-arrows .slider-arrow-left,
.analogs-items-slider-arrows .slider-arrow-right {
	width: 44px;
	height: 44px;
	border: 1px solid #dddddd;
	position: absolute;
	top: 50%;
	background: #fcfcfc;
	display: flex;
	justify-content: center;
	align-items: center;
	fill: #c0c0c0;
	transition: all .3s;
}

.analogs-items-slider-arrows .slider-arrow-left:hover,
.analogs-items-slider-arrows .slider-arrow-right:hover {
	border: rgb(17, 40, 102);
	background: rgb(17, 40, 102);
	fill: #fff;
}

.analogs-items-slider-arrows .slider-arrow-left {
	left: 0;
	transform: translateX(-50%);
}

.analogs-items-slider-arrows .slider-arrow-right {
	right: 0;
	transform: translateX(50%);
}

.analogs-items-slider-outer {
	overflow: hidden;
}

.analogs-items .analogs-items-slider {
	margin: 0 -16px;
}

.analogs-items .catalog_items_block_item_wrap {
	padding: 0 16px;
}

.analogs-items .catalog_items_block_item {
	border: 1px solid rgb(221, 221, 221);
	height: 100%;
	transition: box-shadow .3s;
}

.analogs-items .catalog_items_block_item .catalog_item_image {
	text-decoration: none;
	background-color: #fff;
	height: 204px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 20px;
}
.analogs-items .catalog_items_block_item .catalog_item_image img {
	max-width: 100%;
	max-height: 100%;
}
.analogs-items .catalog_items_block_item .catalog_item_info {
	padding: 0 30px 25px 30px;
	display: flex;
	flex-direction: column;
	background: #fcfcfc;
	border-top: 1px solid rgb(221, 221, 221);
	position: relative;
	z-index: 2;
}
.analogs-items .catalog_items_block_item a.catalog_item_info_title {
	display: block;
	font-size: 18px;
	color: rgb(17, 40, 102);
	text-align: left;
	padding: 15px 0 0 0;
	font-weight: 500;
	text-decoration: none;
	transition: all .3s;
}
.analogs-items .catalog_items_block_item .catalog_item_info_preview {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -moz-box;
	-moz-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	box-orient: vertical;
	font-size: 14px;
	color: rgb(29, 37, 44);
	line-height: 1.186;
	text-align: left;
	font-weight: 300;
	letter-spacing: -0.1px;
	padding-top: 10px;
	margin-bottom: 20px;
	height: 43px;
}
.analogs-items .catalog_items_block_item:hover {
	box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.14);
}
.analogs-items .catalog_items_block_item:hover .catalog_item_info.has-text {
	margin-top: -67px;
}
.analogs-items .catalog_items_block_item:hover .catalog_item_info.has-text .catalog_item_info_preview {
	-webkit-line-clamp: 6;
	line-clamp: 6;
	height: 110px;
}
.analogs-items .catalog_items_block_item:hover a.catalog_item_info_title {
	text-decoration: underline;
	color: #ef7f1a;
}
.analogs-items .catalog_item_info_detail {
	width: 128px;
	height: 40px;
	display: flex;
	text-decoration: none;
	justify-content: center;
	align-items: center;
	color: #fff;
	background: rgb(17, 40, 102);
	transition: all .3s;
}
.analogs-items .catalog_item_info_detail:hover {
	color: #fff;
	background: #ef7f1a;
}

.analogs-items .slick-track {
	margin-left: 0;
}


.help_block {
	display: flex;
    gap: 30px;
}
.help_block .help_text {
	font-weight: 600;
}
.help_form_btn {
	padding: 10px 20px;
	background: #ef7f1a;
	color: #fff;
}

.quantity_btn,
.on_request_btn,
.help_form_btn {
	cursor: pointer;
}

.file_items .file_item.file_item_xls {
	background-image: url(/local/templates/ludvinovo/components/bitrix/news.list/available_docs/img/ico-xls.png);
}

@media (max-width: 1190px) {
	.file_items{
		padding-top: 10px;
	}
}

@media (max-width: 1366px) {
	.catalog_detali_info{
		width: 50%;
	}
}
@media (max-width: 1110px) {
	.catalog_detali_top{
		flex-direction: column;
	}
	.catalog_detali_img{
		width: 100%;
		padding-right: 0;
	}
	.catalog_detali_info{
		width: 100%;
	}
	.offers_prop_values{
		width: 170px;
	}
	.offers_prop_value{
		width: 33.33334%;
	}
	.catalog_detali_img{
		height: 340px;
	}
	.catalog_detali-tabs{
		margin: 30px -4px;
	}
	.catalog_detali-tab_outer{
		padding: 0 4px;
	}
	.catalog_detali-tab{
		padding: 0 5px;
	}
	.catalog_detali-offer-head{
		height: 85px;
	}
	.catalog_detali-offer-col.col-name{
		width: 30%;
	}
	.catalog_detali-offer-col.col-price{
		width: 30%;
	}
	.catalog_detali_info_parametr{
		width: auto;
		padding-right: 40px;
	}
	.catalog_detali_info_icons{
		gap: unset;
		justify-content: space-between;
	}
	.offers_prop{
		width: 30%;
	}
	.offers_prop_title{
		white-space: nowrap;
		display: flex;
	}
	.offers_prop_title sup{
		margin-top: -4px;
	}
	.catalog_detali-offer_btn{
		width: 90px;
	}
	.catalog_detali-offer-head .catalog_detali-offer-col.col-price{
		width: 100px;
	}
}
@media (max-width: 700px){
	.offers_props_block_inner{
		flex-direction: column;
	}
	.offers_prop{
		width: 100%;
		margin-bottom: 25px;
	}
	.offers_prop_values{
		width: 395px;
	}
	.offers_prop_value{
		width: 14.2857%;
	}
	.offers_prop_title{
		height: 35px;
	}
	.catalog_detali_info_icons img{
		max-width: 50px;
		max-height: 50px;
	}
	.catalog_detali_info_cklad{
		font-size: 20px;
	}
	.catalog_detali_info_cklad_min{
		font-size: 12px;
	}
	.catalog_detali_info_parametrs{
		flex-direction: column;
	}
	.catalog_detali_info_parametr{
		display: flex;
		margin-bottom: 15px;
	}
	.catalog_detali_info_parametr_value{
		margin-left: 5px;
	}
	.catalog_detali-tabs{
		display: none;
	}
	.catalog_detali-tabs-content-item-title{
		display: flex;
		justify-content: center;
		align-items: center;
		height: 58px;
		border: 1px solid #dddddd;
		font-size: 18px;
		font-weight: bold;
		color: #112866;
		text-transform: uppercase;
		font-family: "BebasNeue";
		margin-bottom: 10px;
		transition: all .3s;
	}
	.catalog_detali-tabs-content-item-title.active,
	.catalog_detali-tabs-content-item-title:hover{
		color: #fff;
		border-color: #112866;
		background: #112866;
	}
	.catalog_detali-offer-head{
		display: none;
	}
	.catalog_detali-offer{
		flex-direction: column;
		align-items: flex-start;
		height: auto;
		padding: 15px 15px 20px 15px;
		font-size: 13px;
	}
	.catalog_detali-offer-col.col-name,
	.catalog_detali-offer-col.col-diameter,
	.catalog_detali-offer-col.col-weight,
	.catalog_detali-offer-col.col-price,
	.catalog_detali-offer-col.col-price2 {
		width: 100%;
		padding-left: 0;
	}
	.catalog_detali-offer-col{
		display: flex;
		margin-bottom: 15px;
	}
	.catalog_detali-offer-col span{
		width: 100px;
		flex-shrink: 0;
	}

	.catalog_detali-offer-col:before {
		content: attr(data-td);
		flex-grow: 1;
		color: #8a8e92;
		padding-right: 10px;
	}
	.catalog_detali-tabs-content-item {
		margin-bottom: 10px;
	}
	.reset-button-block {
		margin-top: 10px;
	}
}
@media (max-width: 479px) {
	.catalog_detali_info .buy{
		flex-direction: column;
	}
	.catalog_detali_info_skuname{
		text-align: left;
		order: 1;
		align-self: flex-start;
		margin-top: 50px;
	}
	.catalog_detali_info_parametrs{
		margin-top: 10px;
	}
	.catalog_detali_info_cklad {
		order: 1;
		margin-top: 50px;
	}
	.offers_prop_values {
		width: 290px;
	}
	.offers_prop_value {
		width: 20%;
	}
	.catalog_detali-offer-col {
		flex-direction: column;
		margin-bottom: 20px;
	}
	.catalog_detali-offer-col:before {
		padding-right: 0;
		margin-bottom: 7px;
	}
	.catalog_detali-offer-col span {
		width: 100%;
	}
}
/* End */
/* /local/templates/ludvinovo/components/bitrix/catalog/catalog/style.css?1729247892455 */
/* /local/templates/ludvinovo/components/bitrix/catalog/catalog/bitrix/catalog.element/detaile_item/style.css?177676927615437 */
