

/* Start:/local/templates/zvk_new/libs/slick-1.8.1/slick/slick.css?17018554381824*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.detail_extra_image {
	width: auto !important;
}
/* End */


/* Start:/local/templates/zvk_new/css/additional_styles.css?175792701547625*/
html, body{
	background: #F7F8F9;
}
.header__profile, .header__favorite, .header__compare, .header__cart {
    
    position: relative;
}
.detail_extra_image img{padding:20px !important}
.detail_extra_image {
    width: calc(33.33% - 14px) !important}
.detail_page_images	.slick-slide {
    margin: 0 ;
}
/*.detail_page_images	 .slick-track{width:100% }*/
.detail_page_images	.slick-track{width:122px}
.detail_page_images	 .slick-list.draggable{
	padding:0 !important;
	/*added 07-09-25*/
	margin-right: 10px !important;
	margin-left: 10px !important;
}
/*added 08-09-25*/
.detail_page_images .slick-dots{
	width:310px !important;
	margin-left:0 !important;
	padding-left: 0 !important;
}
.intab{display:none;}
.intab:first-child{display:block}
.detail_product_cart.product__bottom-left{margin:10px}
.detail_page_content{}
.colvo
{
	    background: #FF4B07;
		border-radius: 50%;
		color:#fff;
		font-size:9px;
		width:16px;
		height:16px;
		padding-top: 2px;
		display:flex;
		justify-content:center;
		align-items:center;
		position:absolute;
		top:-8px;
		left:20px;
}
.colvo.comp
{	   
		left:14px;
}
.breadcrumbs{
	padding-top: 15px;
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 21px;
	color: #999999;
}

.breadcrumbs span{
	margin: 0 5px;
}

.breadcrumbs .active{
	color: #00a7df;
}

h1{
	font-size: 32px;
	line-height: 30px;
	font-weight: 700;
	color: #262626;
	margin-bottom: 30px;
}

.catalog_sections{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.catalog_section{
	width: calc(25% - 22.5px);
	color: #262626;
	display: flex;
	align-items: start;
}

.catalog_section svg{
	min-width: 48px;
}

.catalog_section h3{
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.catalog_section a{
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #262626;
	transition: 0.3s;
}

.catalog_section a:hover{
	color: #FF4B07;
}

.catalog_section a.catalog_section_show{
	color: #38A7DF !important;
}

.catalog_section_content{
	margin-left: 20px;
}

.subcategories{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.subcategories .intro__item{
	width: calc(25% - 22.5px);
	height: 154px;
	display: flex;
  align-items: center;
}

.h1-nomarging{
	margin-bottom: 10px !important;
}

.category_content{
	margin-top: 24px;
	padding-bottom: 60px;
	background: white;
}

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

.category_sort{
	padding-top: 30px;
	display: flex;
	justify-content: space-between;
}

.category_sort a{
	font-size: 16px;
	line-height: 24px;
	cursor: pointer;
}

.category_sort a svg rect{
	fill: #E8E7E7;
}

.category_sort a.active svg rect{
	fill: #00A7DF;
}

.category_sort .active{
	color: #00A7DF;
}

.category_sort_left{
	width: 315px;
	display: flex;
	justify-content: space-between;
}

.category_sort_right a:first-of-type{
	margin-right: 10px;
}

.category_sort_right a:last-of-type{
	margin-left: 10px;
}

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

.category_products .product__item{
	width: calc(33.333% - 20px);
}

.page_nav{
	display: flex;
	justify-content: center;
	margin-top: 35px;
	gap: 6px;
}

.page_nav a{
	width: 53px;
	height: 53px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f8f9;
	border-radius: 50%;
	color: #999999;
	font-size: 16px;
	line-height: 36px;
	font-weight: 400;
}

.page_nav .active{
	color: white;
	background: #00A7DF;
}

.last_grey{
	background: #F7F8F9;
}

.blue_link{
	color: #38A7DF;
}

.category_left{
	width: calc(100% - 360px);
}

.category_right{
	width: 330px;
	background: #f7f8f9;
	border-radius: 5px;
	padding: 20px;
	margin-top: 30px;
}

.filter_header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.filter_header h3{
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
}

.filter_header .blue_link{
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}

.search_input{
    width: 100%;
    height: 100%;
    padding: 10px 40px 10px 18px;
    font-size: 14px;
    color: #262626;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    background: rgba(0, 167, 223, 0);
	background: white;
}

.filter_param{
	margin-top: 20px;
}

.filter_param h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}

.filter_range{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 5px 0;
}

.filter_range input{
	width: calc(50% - 10px);
	background: white;
	border: 1px solid #e8e7e7;
	border-radius: 5px;
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	height: 40px;
}

.input_range{
	width: 100%;
}

.filter_checkboxes{
	margin-top: 10px;
	display: flex;
	flex-direction: column;
}

.checkbox_box{
	position: relative;
}

input[type='checkbox']{
	visibility: hidden;
	width: 20px;
	height: 20px;
	z-index: 999;
	position: relative;
	top: 5px;
	left: 1px;
}

input[type='checkbox']:checked + label:after{
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #E8E7E7;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1L5.0625 10L1 5.90909' stroke='%23FF8B34' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	top: 0;
}

input[type='checkbox'] + label:before{
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	border: 1px solid #E8E7E7;
	background: white;
	position: absolute;
	top: 0;
}

.filter_checkbox label{
	font-size: 16px;
	line-height: 36px;
	position: relative;
	padding-left: 15px;
}

.filter_checkbox label span{
	color: #999999;
	font-size: 12px;
	line-height: 36px;
	margin-left: 5px;
}

.filter_checkboxes .blue_link{
	font-size: 15px;
    line-height: 22px;
	margin-top: 5px;
}

.page_content{
	margin-top: 24px;
    padding-bottom: 60px;
    background: white;
}

.certificates{
	padding-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.certificate{
	padding: 20px;
	box-shadow: 0px 4px 20px 0px #A6B2B540;
	width: calc(33.333% - 20px);
}

.certificate img{
	width: 100%;
	border: 1px solid #e8e7e7;
}

.footer_nomargin{
		margin-top: 0;
}

.blue_button{
	border: 1px dashed #00a7df;
	border-radius: 5px;
	font-size: 15px;
	line-height: 22px;
	color: #00a7df;
	width: 180px;
	text-align: center;
	padding: 7px;
	cursor: pointer;
	justify-content: center;
    display: flex;
    align-items: center;
}

.show_more_box{
	display: flex;
	justify-content: center;
	margin-top: 60px;
}

.our_clients{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	max-width: 1180px;
	margin: 0 auto;
}

.our_client{
	width: calc(20% - 24px);
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0px 4px 20px 0px #A6B2B540;
	height: 98px;
}

.our_client img{
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.our_clients_text{
	padding: 40px 0;
	font-size: 16px;
	line-height: 24px;
}

.clents_reviews_header{
	font-size: 32px;
	line-height: 30px;
	font-weight: 700;
	text-align: center;
	display: block;
	margin: 100px 0 30px 0;	
}

.client_reviews{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.client_review{
	display: flex;
	width: calc(50% - 15px);
	box-shadow: 0px 4px 20px 0px #A6B2B540;
	padding: 50px 24px 30px 24px;
	justify-content: space-between;
}

.client_review > img{
	width: 190px;
    object-fit: contain;
    object-position: top;
	border: 1px solid #e8e7e7;
	height: fit-content;
}

.client_review_content{
	width: calc(100% - 220px);
}

.client_review h3{
	text-transform: uppercase;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}

.client_review p{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}

.client_review hr{
	width: 100%;
	height: 1px;
	background: #e8e7e7;
}

.review_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}

.review_bottom span{
	color: #999999;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}

.clients_page{
	padding-bottom: 100px;
}

.clients_page .page_nav{
	margin-top: 55px;
}

.news_list_nav .blue_button{
	font-size: 22px;
	line-height: 32px;
	padding: 3px;
	display: flex;
    justify-content: center;
	align-items: center;
}

.news_list_nav{
	padding-top: 30px;
	display: flex;
}

.news_list_nav .blue_button svg{
	margin-left: 10px;
}

.news_month_list{
	margin-left: 60px;
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.news_month_list a{
	border-bottom: 2px solid #e8e7e7;
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
	font-size: 18px;
	lne-height: 27px;
}

.news_month_list a.active{
	color: #FF4B07;
	border-bottom: 2px solid #FF4B07;	
}

.news_list{
	margin-top: 40px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.news_item{
	width: calc(25% - 22.5px);
	padding: 30px 20px;
	transition: 0.3s;
}

.news_item:hover{
	box-shadow: 0px 4px 20px 0px #A6B2B540;
}

.news_item:hover h3{
	color: #FF4B07;
}

.news_item_date{
	font-size: 15px;
	line-height: 21px;
	color: #999999;
	font-weight: 400;
}

.news_item h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin: 8px 0;
	transition: 0.3s;
}

.news_item p{
	font-size: 16px;
	line0height: 24px;
}

.news_detail_page{
	padding: 40px 0 80px 0;
}

.news_big_image{
	margin: 0 auto;
	width: fit-content;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.news_detail_date{
	margin-top: 20px;
	color: #999999;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
}

.news_detail{
	font-size: 16px;
	line-height: 24px;
}

.news_detail p{
	margin: 30px 0;	
}

.news_detail ul{
	display: flex;
	gap: 20px;
	flex-direction: column;
}

.news_detail li{
	font-size: 16px;
	line-height: 24px;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='14' viewBox='0 0 20 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19 1L6.625 13L1 7.54545' stroke='%2300A7DF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
}

.news_detail_block{
	display: flex;
	align-items: center;
	gap: 60px;
}

.news_detail_block h3{
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.news_block_only_text h3{
	margin-bottom: 30px;
}

.detail_news_nav{
	margin-top: 90px;
	display: flex;
	justify-content: space-between;
}

.detail_news_nav a{
	color: #38a7df;
	font-size: 15px;
	line-height: 22px;
	display: flex;
	align-items: center;
	gap: 15px;
}

.h1-nobreadcrumbs{
	margin-top: 24px;
}

.search_header_span{
	color: #999999;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin-left: 10px;
}

.search_categories{
	padding: 30px;
	margin-top: 30px;
	box-shadow: 0px 4px 20px 0px #A6B2B540;
}

.search_categories h4{
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.search_categories_content{
	display: flex;
	gap: 60px;
}

.search_categories_column{
	display: flex;
	flex-direction: column;
}

.search_categories_column a{
	font-size: 16px;
	line-height: 36px;
	transition: 0.3s;
}

.search_categories_column a:hover{
	color: #00A7DF;
}

.search_categories_column span{
	font-size: 12px;
	line-height: 36px;
	color: #999999;
	margin-left: 10px;
}

.compare_top{
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 16px;
	border-bottom: 2px solid #e8e7e7;
	position: relative;
}

.compare_top_right{
	display: flex;
	align-items: center;
}

.compare_top_right a{
	margin-right: 50px;
}

.compare_top_right label{
	font-size: 15px;
	line-height: 22px;
	position: relative;
	padding-left: 8px;
}

.compare_category{
	display: flex;
	align-items: center;
	font-size: 22px;
	line-height: 30px;
	font-weight: 700;
	margin-bottom: -18px;
	border-bottom: 2px solid #FF4B07;
	position: relative;
	padding-bottom: 10px;
}

.compare_category span{
	margin: 0 15px 0 5px;
	color: #00a7df;
}

.compare_category svg{
	position: absolute;
	right: -15px;
}

.compare_content{
	margin-top: 50px;
	overflow: auto;
}

.compare_cards{
	display: flex;
	gap: 30px;
}

.compare_item{
	width: calc(20% - 24px);
	position: relative;
}

.compare_item img{
	object-fit: contain;
}

.compare_item .product__title{
	font-size: 16px;
	line-height: 24px;
}

.product__price-left{
	font-size: 24px;
}

.compare_item_delete{
	position: absolute;
	right: 10px;
	top: 10px;
}

.compare_block{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 12px;
}

.compare_block h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.compare_block_content{
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.compare_block_content div{
	width: 20%;
	text-align: center;
	background: #f7f8f9;
	border: 1px solid #e8e7e7;
	padding: 10px;
	font-size: 16px;
	line-height: 36px;
}

.compare_top_left{
	display: flex;
	align-items: center;
}

.compare_top_left a{
	margin-left: 30px;
}

.compare_top_left label{
	font-size: 15px;
	line-height: 22px;
	position: relative;
	padding-left: 8px;
}

.favourite_add svg{
	margin-right: 10px;
}

.favourite_cards{
	display: flex;
	gap: 30px;
	flex-wrap: wrap;
}

.favourite_item{
	width: calc(20% - 24px);
	position: relative;
}

.favourite_checkbox{
	position: absolute;
	top: 15px;
	right: 20px;
}

.favourite_item img{
	object-fit: contain;
}

.favourite_item .product__title{
	font-size: 16px;
	line-height: 24px;
}

.article_detail{
	display: flex;
	padding-top: 30px;
	gap: 30px;
}

.article_anchors{
	padding: 35px 20px 35px 40px;
	background: #F7F8F9;
	min-width: 330px;
	width: 330px;
	height: fit-content;
}

.article_anchors h4{
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 20px;
}

.article_anchors li{
	font-size: 18px;
	line-height: 36px;
	list-style-type: decimal;
    list-style-position: inside;
	transition: 0.3s;
}

.article_anchors li:hover{
	color: #FF4B07;
}

.article_anchors li a{
	padding-left: 10px;
}

.article_main_image img{
	width: 100%;
	max-width: 100%;
}

.article_detail_header{
	margin-top: 16px;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 21px;
}

.article_detail_header p{
	margin: 0 10px !Important;
}

.article_detail_header span{
	color: #999999;
	padding-left: 10px;
	position: relative;
}

.article_detail_header span:before{
	content: "";
	display: block;
	height: 10px;
	width: 1px;
	background: #999999;
	position: absolute;
	top: calc(50% - 5px);
    left: 0;
}

.article_content h2{
	margin-top: 30px;
	font-size: 32px;
	line-height: 30px;
	font-weight: 700;
}

.article_content h3{
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
	margin-top: 30px;
}

.article_content p{
	font-size: 16px;
	line-height: 24px;
	margin: 20px 0;
}

.article_content li{
	font-size: 16px;
	line-height: 24px;
}

.big_numeric_list{
	padding-left: 30px;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.big_numeric_list li{
	list-style: decimal;
	padding-left: 10px;
}

.big_numeric_list li::marker{
	color: #FF4B07;
	font-size: 32px;
	line-height: 24px;
	font-weight: 700;
}

.mark_list{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mark_list li{
	padding-left: 30px;
	position: relative;
}

.mark_list li:before{
	content: "";
	display: block;
	background-image: url("data:image/svg+xml,%3Csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1L6.3125 13L1 7.54545' stroke='%23FF8B34' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 14px;
	position: absolute;
	left: 0;
	top: calc(50% - 7px);
}

.article_image_box{
	margin: 30px 0 60px 0;
	width: 100%;
}

.article_image_box img{
	max-width: 100%;
	margin: 0 auto;
	display: block;
}

.article__items_block{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.article__items_block .article__item{
	width: calc(50% - 15px);
}

.detail_page_content{
	padding-top: 10px;
}

.catalog_detail_nav{
	display: flex;
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 10px;
	gap: 40px;
	border-bottom: 2px solid #e8e7e7;
}

.catalog_detail_nav a{
	text-align: center;
	border-bottom: 2px solid #e8e7e7;
	padding-bottom: 15px;
	position: relative;
	top: 12px;
}

.catalog_detail_nav a.active{
	font-weight: 700;
	border-bottom: 2px solid #FF4B07;
}

.product_item_list{
	flex-direction: row;
	display: flex;
	gap: 20px;
	border: 1px solid #e8e7e7;
	padding: 30px 20px;
	position: relative;
}

.product_item_list .product__item-img{
	margin: 0;
}

.product_item_list .product__item-img img{
	object-fit: contain;
	object-position: top;
	max-width: 200px;
	width: 150px;
	height: auto;
}

.product_item_list_content{
	display: flex;
	justify-content: space-between;
	gap: 30px;
    width: 100%;
}

.product_item_stats{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

.product_item_list .product__price-left{
	justify-content: end;
}

.product_item_list .product__price-left span{
	margin-right: 0;
}

.product__price_grey{
	color: #999999;
	font-size: 15px;
	line-height: 24px;
	text-align: right;
	margin-bottom: 6px;
}

.product__price_grey span{
	margin-left: 8px;
}

.product_item_text{
	font-size: 15px;
	line-height: 24px;
	display: block;
}

.product_item_text span{
	color: #999999;
}

.product_item_list .product__title{
	margin-bottom: 5px;
}

.catalog_detail_materials_content{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.catalog_detail_materials_content .product_item_list{
	width: calc(50% - 15px);
}

.catalog_detail_materials_content.product_item_list4 .product_item_list{
	width: calc(21% - 15px);
	flex-direction:column;
	justify-content:space-between;
}
.catalog_detail_materials_content.product_item_list4 .product_item_list .product__title{
	line-clamp:3 !important;
	-webkit-line-clamp:3 !important;
}
.catalog_detail_materials_content.product_item_list4 .product_item_list .product__item-img{
	width:100%;
	height:76px;
}
.catalog_detail_materials_content.product_item_list4 .product_item_list .product_item_list_content{
	flex-direction: column;
	height:100%;
}
.catalog_detail_materials_content.product_item_list4 .product_item_list .product_item_stats{
	margin-top:20px;
}
.catalog_detail_materials_content.product_item_list4 .product_item_list .product_item_buttons{
	margin-top:10px;
	margin-bottom:10px;
}

.detail_page_content h3{
	font-size: 32px;
	line-height: 30px;
	font-weight: 700;
	margin: 40px 0 20px 0;
}

.detail_page_content{
	font-size: 16px;
	line-height: 24px;
}

.catalog_detail_overview_content{
	display: flex;
	gap: 30px;
}

.catalog_detail_overview_content img{
		display: block;
		border-radius: 5px;
		object-fit: contain;
		max-width: 50%;
		object-position: top;
}

.catalog_detail_parameters_content{
	display: flex;
	justify-content: space-between;
	gap: 30px;
	font-size: 16px;
	line-height: 30px;
}

.catalog_detail_parameters_content div{
	width: 50%;
}

.catalog_detail_parameters_content h4{
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 24px;
	font-weight: 700;
}

.catalog_detail_parameters_content span{
	color: #999999;
	widtH: 50%;
	display: inline-block;
}

.catalog_detail_parameters_content a{
	line-height: 22px;
	font-size: 15px;
	display: block;
	margin-top: 30px;
	color: #38a7df;
}

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

.catalog_detail_file_text{
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 18px;
	line-height: 30px;
}

.catalog_detail_file_text span{
	color: #999999;
	font-size: 16px;
}

.catalog_detail_files{
	margin: 60px 0;
}

.catalog_detail_files_content{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.detail_page_top{
	padding: 10px 0 60px 0;
	font-size: 16px;
	line-height: 24px;
}

.detail_page_top h4{
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 10px;
}

.detail_page_images{
	display: flex;
	/*flex-direction: column;*/
	flex-direction: row;
	width: 400px;
	min-width: 460px;
}

.detail_page_images span,
.detail_page_articul{
	font-size: 12px;
	line-height: 22px;
	color: #999999;
	margin-bottom: 30px;
}

.detail_extra_images{
	display: flex;
	gap: 20px;
	/*margin-top: 40px;*/
	margin-top:0;
}

.detail_extra_image{
	width: calc(33.33% - 14px);
	border-radius: 5px;
	cursor: pointer;
}

.detail_extra_image img{
	width: 100%;
	object-fit: contain;
	margin: 0 auto;
	padding: 20px;
}

.detail_extra_image.slick-current{
	border: 1px solid #00a7df;
}

.detail_main_image{
	width: 100%;
}

.detail_main_image img{
	/*width: 100%;*/
	object-fit: contain;
	/*added 07-09-25*/
	width:310px;
}

.detail_page_top_left{
	display: flex;
	gap: 30px;
}

.detail_top_text{
	padding-top: 30px;
	display: flex;
    flex-direction: column;
    justify-content: space-between !important;
	max-width: 400px;
}

.detail_top_text .blue_link{
	margin-top: 20px;
	display: block;
	font-size: 15px;
	line-height: 22px;
}

.detail_top_text .detail_top_review{
	margin-bottom: 30px;
}

.detail_top_text .detail_top_params p{
	font-size: 15px;
	line-height: 30px;
}

.detail_top_text .detail_top_params span{
	color: #999999;
	width: 50%;
	display: inline-block;
}

.detail_top_right{
	display: flex;
	flex-direction: column;
	width: 450px;
}

.detail_page_top{
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

.detail_page_top .product__price-right{
	margin-left: 10px;
}

.detail_top_price_left{
	margin-top: 20px;
}

.detail_top_price_left .product__price-left{
	font-size: 40px;
	line-height: 24px;
}

.detail_top_price_left .product__price-left span{
	margin-top: -5px;
}

.detail_top_price_left > span{
	color: #999999;
	margin-top: 10px;
	display: block;
	margin-bottom: 15px;
}

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

.detail_color_box{
	margin-top: 20px;
}

.detail_color_list{
	display: flex;
	gap: 10px;
	margin-top: 5px;
}

.detail_color{
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid #e8e7e7;
	cursor: pointer;
}

.detail_color.active:before{
	content: "";
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='11' viewBox='0 0 15 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 1L5.0625 10L1 5.90909' stroke='%23FEFFFF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 29px;
	height: 29px;
	display: block;
	border: 1px solid #00a7df;
	border-radius: 50%;
	position: relative;
	top: -3px;
	right: 3px;
	background-repeat: no-repeat;
	background-position: center;
}

.detail_top_buttons{
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.detail_count{
	width: 90px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border: 1px solid #e8e7e7;
}

.detail_count svg{
	cursor: pointer;
}

.detail_product_cart{
	border-radius: 0;
	height: 50px;
	width: 210px;
}

.detail_top_lising{
	background: #f7f8f9;
	border: 1px dashed #FF4B07;
	padding: 15px;
	border-radius: 5px;
	text-align: center;
	margin-top: 20px;
}

.detail_top_lising p{
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #FF4B07;
}

.detail_top_lising span{
	color: #999999;
	font-size: 15px;
	line-height: 22px;
	font-weight: 400;
}

.detail_top_lising h4{
	margin-bottom: 5px;
}

.detail_top_delivery{
	margin-top: 30px;
	display: flex;
	gap: 15px;
	align-items: start;
}

.detail_top_delivery > svg{
	min-width: 45px;
}

.detail_top_delivery_text{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.category_product_item_list{
	display: none;
	width: 100%;
	transition: 0.3s;
}

.category_product_item_list:hover, .category_product_item_list2:hover{
	box-shadow: 0px 4px 20px 0px #7077794A;
}

.category_product_item_list2{
	display: none;
	width: 100%;
	transition: 0.3s;
}

.category_product_item_list2 .product_item_stats{
	flex-direction: row;
	align-items: center;
	gap: 24px;
}

.product_item_stats_box{
	display: flex;
	flex-direction: column;
	align-items: end;
}

.product_item_small_params{
	display: flex;
	gap: 15px;
}

#first_sort svg rect:first-of-type{
	fill: white !Important;
}

.news_month_list_mobile{
	display: none;
	position: relative;
}

.news_month_list_mobile > a{
	color: #FF4B07;
    border-bottom: 2px solid #FF4B07;
	text-align: center;
	padding: 0 30px;
    padding-bottom: 10px;
    font-size: 18px;
	margin-left: 30px;
}

.news_month_list_mobile > a svg{
	margin-left: 10px;
}

.news_month_list_mobile ul{
	display: none;
	margin-top: 11px;
	position: absolute;
	background: white;
	width: 100%;
	border: 1px solid #e8e7e7;
	margin-left: 15px;
	padding: 10px 20px;
}

.news_month_list_mobile ul li{
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	padding-left: 30px;
	padding: 5px 0;
	transition: 0.3s;
}

.news_month_list_mobile ul li:hover{
	color: #FF4B07;
}

.compare_top_right_mobile{
	margin-top: 30px;
	display: none;
}

.product__item{
	transition: 0.3s;
}

.product__item:hover{
	box-shadow: 0px 4px 20px 0px #7077794A;
}

.filter_header h3 svg{
	display: none;
}

.filter_header h3.active svg{
	transform: rotate(180deg);
	position: relative;
	top: -2px;
}

.popup_box{
	display: flex;
	margin: 0 auto;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.7)
}

.product__bottom{
	gap: 25px;
}

.compare_block{
	clear: both;
}

.product__bottom-right svg path{
	transition: 0.3s;
}

.product__bottom-right svg:hover path{
	fill: #FF4B07;
}

.category_products .product_item_text{
	display: none;
}

.category_products .category_product_item2{
	display: flex;
	flex-direction: row;
	width: 100% !Important;
	justify-content: space-between;
}

.category_products .category_product_item2 .product_item_top{
	display: flex;
}

.category_products .category_product_item2 .product_item_top .product__model{
	display: none;
}

.category_products .category_product_item2 .product_item_text{
	display: flex;
	flex-direction: column;
}

.category_product_item2 .product__price{
	align-items: end;
	flex-direction: column-reverse;
	gap: 10px;
}

.category_product_item2 .product__price span{
	margin-right: 0;
}

.category_product_item2 .product_item_bottom{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.category_product_item2 .product__bottom-right{
	position: absolute;
	top: 0;
	right: 0;
}

.category_product_item2 .product__item-img img{
	object-fit: contain;
}

.category_product_item3 .product__item-img{
	display: none;
}

.category_product_item3 .product_item_bottom{
	flex-direction: row;
	gap: 35px;
}

.category_product_item3 .product__price{
	justify-content: center;
	gap: 0;
	flex-direction: column;
	padding-top: 10px;
}

.category_products:has(> .category_product_item3){
	gap: 10px !important;
}

.category_products .category_product_item3{
	padding: 12px !important;
}

.category_product_item3 .product__bottom-right{
	position: relative;
}


.category_products .category_product_item3 .product_text_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.category_products .category_product_item3 .product_item_text{
	flex-direction: row;
	gap: 10px;
}

.category_products .category_product_item3 .product_item_text p{
	display: none;
}

.category_products .category_product_item3 .product_item_text p:first-of-type, .category_products .category_product_item3 .product_item_text p:nth-of-type(2), .category_products .category_product_item3 .product_item_text p:nth-of-type(3){
	display: initial;
}

.cart_page .compare_top{
	justify-content: end;
	border-bottom: 0;
}

.cart_page .compare_top .blue_button{
	width: fit-content;
}

.cart_page table{
	width: 100%;
	border-collapse: collapse;
}

.cart_page table th{
	border: 1px solid #e8e7e7;
	padding: 10px 20px;
	text-align: center;	
	background: #F7F8F9;
}

.cart_page table tr td:not(:first-of-type){
	white-space: nowrap;
}

.cart_page table tr td{
	border: 1px solid #e8e7e7;
	padding: 10px 20px;
	text-align: center;
	position: relative;
}

.cart_page table tr td svg{
	width: 15px;
	height: 15px;
}

.cart_page table tr td .card_count_plus, .cart_page table tr td .card_count_minus{
	width: 30px;
	height: 25px;
	border: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	cursor: pointer;
}

.cart_page table tr td .card_count_plus{
	border-bottom: 0;
}

.cart_page table tr td .card_count_minus{
	bottom: 0;
}

.cart_page table tr td .td_input_box{
	position: relative;
	display: flex;
	justify-content: start;
	width: 109px;
	min-width: 109px;
	margin: 0 auto;
}

.cart_page table tr td .td_input_box input{
	margin-left: 0;
	-webkit-appearance: none;
}

.cart_page table tr td .td_input_box input::-webkit-outer-spin-button, .cart_page table tr td .td_input_box input::-webkit-inner-spin-button{
	-webkit-appearance: none;
    margin: 0;
}

.cart_page table td .cart_element_delete{
	display: flex;
	align-items: center;
	color: #00a7df;
	justify-content: center;
}

.cart_page table td input{
	height: 50px;
	border: 1px solid #e8e7e7;
	padding-left: 10px;
	max-width: 80px;
	margin: 0 auto;
	text-align: center;
}

.cart_page .table_cell_box{
	display: flex;
	align-items: center;
	gap: 10px;
}

.cart_page .cart_bottom{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	margin-top: 20px;
}

.cart_page .cart_bottom p span{
	color: #FF4B07;
}

.cart_page .cart_bottom_right{
	display: flex;
	gap: 20px;
	align-items: center;
	white-space: nowrap;
}

.cart_page .cart_bottom_right h2{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;	
}

.cart_page .cart_bottom_right a{
	font-weight: 600;
	padding: 10px 20px;
	color: white;
	background: #FF4B07;
    border-radius: 5px;
    text-transform: uppercase;
	font-size: 16px;
}

.cart_page .cart_nav{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 2px solid #e8e7e7;
}

.cart_page .cart_back{
	font-weight: 600;
	padding: 10px 20px;
	color: #333;
	background: #e8e7e7;
    border-radius: 5px;
    text-transform: uppercase;
	font-size: 16px;	
}

.cart_page .cart_fast{
	font-weight: 600;
	padding: 10px 20px;
	color: white;
	background: #00a7df;
    border-radius: 5px;
    text-transform: uppercase;
	font-size: 16px;	
}

.order_page_content{
	padding-top: 30px;
	display: flex;
	gap: 30px;
	justify-content: space-between;
}

.order_page .order_contacts{
	width: 33.33%;
	font-size: 16px;
	line-height: 1.5;
}

.order_page .order_contacts a{
	color: #00a7df;
}

.order_page .order_contacts a:last-of-type{
	text-decoration: underline;
	text-decoration-color: #00a7df; 
}

.order_page .order_contacts h4{
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 24px;
}

.order_page .order_contacts form{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 10px 30px;
	font-size: 16px;
    line-height: 1.5;
	margin-top: 20px;
}

.order_page .order_input_box{
	width: calc(50% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.order_page .order_input_box label span{
	color: #c60c10;
}

.order_page .order_input_box input[type="text"]{
	width: 100%;
	height: 45px;
    padding: 6px 12px;
    color: #555;
    background-color: #f7f7f7;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.order_page .order_contacts .checkbox_box{
	margin-top: 20px;
	display: flex;
	align-items: center;
}

.order_page .order_contacts .checkbox_box input{
	display: none;
}

.order_page .order_contacts .checkbox_box label{
	padding-left: 30px;
}

.order_page .order_contacts .checkbox_box label:before, .order_page .order_contacts .checkbox_box label:after{
	left: 0;
}

.order_page .order_center{
	display: flex;
	flex-direction: column;
	width: 33.33%;
}

.order_page .order_center h3{
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 24px;
}

.order_page .order_center .order_input_box{
	width: 100%;
	margin-top: 10px;
}

.order_page .order_delivery{
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

.order_page .order_delivery_options{
	display: flex;
	gap: 30px;
	margin-bottom: 20px;
	justify-content: space-between;
}

.order_page .order_delivery_options .checkbox_box{
	display: flex;
	align-items: center;
	gap: 20px;
	width: 50%;
}

.order_page .order_delivery_options .checkbox_box label{
	display: flex;
	flex-direction: column;
	font-size: 16px;
	line-height: 1.5;
}

.order_page .order_delivery_options .checkbox_box label img{
	max-width: 100%;
	max-height: 100%;
	height: 55px;
	object-fit: contain;
}

.order_page .order_payment{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #e4e4e4;
}

.order_page .order_payment_options{
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-bottom: 20px;
}

.order_page .order_payment_options .checkbox_box{
	display: flex;
	align-items: center;
	gap: 20px;
	max-width: calc(50% - 20px);
}

.order_page .order_payment_options .checkbox_box label{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 10px;
	font-size: 16px;
	line-height: 1.5;
}

.order_page .order_payment_options .checkbox_box label img{
	max-width: 100%;
	max-height: 100%;
	height: 80px;
	object-fit: contain;
	border: 1px solid #e5e5e5;
	padding: 15px 20px;
}

.order_page .order_payment_options .checkbox_box input:checked + label img{
	border: 1px solid #00a7df;
}

.order_page .order_right{
	width: 33.33%;
	display: flex;
	flex-direction: column;
	border: 1px solid #e4e4e4;
	height: fit-content;
}

.order_page .order_element{
	display: flex;
	font-size: 14px;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
	border-bottom: 1px solid #e4e4e4;
}

.order_page .order_element:last-of-type{
	border-bottom: 1px solid #e4e4e4;	
}

.order_page .order_element h4 a{
	width: 60%;
	padding-right: 20px;
	font-weight: 600;
	text-decoration: underline;
}

.order_page .order_element h4 a:hover{
	color: #00a7df;
	text-decoration: none;
}

.order_page .order_element .order_element_count{
	width: 10%;
	text-align: center;
}

.order_page .order_element .order_element_price{
	width: 30%;
	padding-left: 20px;
	color: #00a7df;
	font-weight: 600;
	text-align: right;
}

.order_page .order_total{
	padding: 20px;
	text-align: center;
}

.order_page .order_total h2{
	font-size: 25px;
	font-weight: 600;
	margin-bottom: 15px;
}

.order_page .order_total p{
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.order_page .order_total p a{
	color: #00a7df;	
}

.order_page .order_total > a{
	font-weight: 600;
    padding: 10px 20px;
    color: white;
    background: #00a7df;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 16px;
}

.order_page .entify_show{
	display: none;
}

.order_page .order_payment_options .entify_show{
	display: none;
}

.compare_content::-webkit-scrollbar {
	height: 2px;
	position: absolute;
}

.compare_content::-webkit-scrollbar-track {
  background: #E8E7E7;
}

.compare_content::-webkit-scrollbar-thumb {
  background: #FF8B34;
}

.compare_content{
	transform: rotateX(180deg);
	overflow-x: scroll;
	padding-bottom: 30px;
	margin-top: 0;
}

.compare_content_box{
	transform: none;
}

.compare_page .compare_top{
	border-bottom: 0;
}

.compare_page .compare_category{
	border-bottom: 0;
}

.compare_block_content {
    display: flex;
    justify-content: space-between;
    width: 100%;
    display: -webkit-box;
}

.compare_cards {
    display: -webkit-box;
}

@media all and (max-width: 1400px) and (min-width: 1300px){
	.category_products .category_product_item3 .product_item_text{flex-direction: column; gap: 0;}
}

@media all and (max-width: 1300px){
	.catalog_section{width: calc(33.33% - 20px);}
	.subcategories .intro__item{width: calc(33.333% - 20px);}
	.category_content .container{flex-direction: column-reverse;}
	.category_left{width: 100%;}
	.category_right{width: 100%;}
	.client_review{width: 100%;}
	.news_item{width: calc(33.33% - 20px);}
	.compare_item, .favourite_item{width: calc(25% - 22.5px);}
	.compare_block_content div,  .compare_cards .compare_item{width: 250px; float: left;}
	.compare_block_content div:not(:last-of-type),  .compare_cards .compare_item:not(:last-of-type){margin-right: 30px;}
	.catalog_detail_materials_content .product_item_list{width: 100%;}
	.catalog_detail_parameters_content{flex-direction: column;}
	.catalog_detail_parameters_content div{width: 100%;}
	/*.detail_page_images{min-width: 200px;}*/
	.detail_top_text{min-width:340px !important;}
	.detail_page_images{min-width: 450px;}
	.filter_content{display: none;}
	.filter_header h3{text-decoration: underline; cursor: pointer;}
	.filter_header h3 svg{display: initial;}
	.catalog_detail_nav{display: none;}
	.compare_block_content{display: -webkit-box;}
	.compare_cards{display: -webkit-box; gap: 0;}
	.cart_page table{font-size: 17px !Important;}
	.order_page_content{flex-direction: column;}
	.order_page .order_contacts, .order_page .order_center, .order_page .order_right{width: 100%;}
	.catalog_detail_materials_content.product_item_list4 .product_item_list{width: calc(32% - 15px);}
}

@media all and (max-width: 993px){
	.catalog_section{width: calc(50% - 15px);}
	.subcategories .intro__item{width: calc(50% - 15px);}
	.category_products .product__item{width: calc(50% - 15px);}
	.certificate{width: calc(50% - 15px);}
	.our_client{width: calc(25% - 22.5px);}
	.news_item{width: calc(50% - 15px);}
	.news_detail_block{gap: 20px; margin-bottom: 30px;}
	.news_detail_block:last-of-type{margin-bottom: 0;}
	.news_detail_block.news_image_left{flex-direction: column-reverse;}
	.news_detail_block.news_image_right{flex-direction: column;}
	.search_categories_content{display: flex; gap: 20px;justify-content: space-between; flex-wrap: wrap;}
	.compare_item, .favourite_item{width: calc(33.33% - 20px);}
	.article_detail{flex-direction: column-reverse;}
	.article_anchors{width: 100%; min-width: 100%;}
	.article__items_block .article__item{width: 100%;}
	.catalog_detail_overview_content{flex-direction: column;}
	.catalog_detail_overview_content img{max-width: 100%;}
	.detail_page_top{flex-direction: column;}
	.detail_top_right{width: 100%;}
	.detail_top_buttons{justify-content: left; gap: 30px;}
	.news_month_list{display: none;}
	.news_month_list_mobile{display: block;}
	.product_item_list .product_item_buttons{margin-bottom: 15px;}
	.category_products .category_product_item3 .product_item_text{flex-direction: column; gap: 0;}
	.category_product_item3 .product_item_bottom{flex-direction: column; gap: 0;}
	.cart_page table{font-size: 15px !Important;}
	.cart_page .cart_bottom{flex-direction: column; align-items: start;}
	.catalog_detail_materials_content.product_item_list4 .product_item_list{width: calc(50% - 15px);}
}

@media only screen and (max-width: 768px){
	.subcategories .intro__item{width: 100%;}
	.certificate{width: 100%;}
	.our_client{width: calc(33.33% - 20px);}
	.client_review{flex-direction: column;}	
	.client_review > img{margin: 0 auto; margin-bottom: 30px;}
	.client_review_content{width: 100%;}
	.search_categories_content{gap: 0; flex-direction: column;}
	.compare_item, .favourite_item{width: calc(50% - 15px);}
	.product_item_list{flex-direction: column;}
	.show_more_box{margin-top: 30px;}
	.compare_top_right_mobile{display: flex;}
	.compare_top_right_desctop{display: none;}
	.compare_category{padding-bottom: 15px;}
	.popup_content{padding: 60px;}
	.popup_text{width: 100%; margin-left: 0;}
	.category_products .category_product_item2{flex-direction: column;}
	.category_product_item2 .product_item_bottom{flex-direction: row-reverse; justify-content: space-between;}
	.category_product_item2 .product__bottom-right{position: relative;}
	.category_product_item3 .product_item_bottom{flex-direction: row;}
	.cart_page table{margin-top: 15px;}
	.cart_page table tr:first-of-type{display: none;}
	.cart_page table tr{display: block; width: 100%; margin-bottom: 30px; border-bottom: 2px solid #e8e7e7;}
	.cart_page table tr td{display: block;}
	.cart_page table tr td:nth-of-type(2), .cart_page table tr td:nth-of-type(3), .cart_page table tr td:nth-of-type(4){width:33.33%; float: left; height: 72px;display: flex; align-items: center; justify-content: center; border: none;}
	.cart_page table tr td:nth-of-type(2){border-left: 1px solid #e8e7e7;}
	.cart_page table tr td:nth-of-type(4){border-right: 1px solid #e8e7e7;}
	.cart_page table tr td:last-of-type{clear: both;}
}

@media only screen and (max-width: 639px){
	.category_products .product__item{width: 100%;}
}

@media all and (max-width: 576px){
	.catalog_section{width: 100%;}	
	.our_client{width: calc(50% - 15px);}
	.news_item{width: 100%;}
	.compare_item, .favourite_item{width: 100%;}
	.article_anchors{padding: 20px;}
	.product_item_list_content{flex-direction: column; gap: 20px;}
	.product_item_stats{align-items: start;}
	.product_item_list .product__price-left{justify-content: start; margin-top: 10px;}
	.product__price_grey{text-align: left;}
	.detail_page_top_left{flex-direction: column;}
	.detail_page_images{width: 100%;}
	.detail_top_buttons{flex-direction: column; gap: 20px;}
	.detail_count{width: 100%; padding: 0 20px; justify-content: space-between;}
	.detail_product_cart{width: 100%;}
	.detail_top_delivery{flex-direction: column;}
	.category_product_item_list2 .product_item_stats{flex-direction: column; align-items: end;}
	.product_item_list_content .product__bottom-left{width: 100%;}
	.category_sort_left{flex-direction: column; width: fit-content;}
	.compare_top_right_mobile{flex-direction: column; gap: 20px;}
	.compare_top_right_mobile .blue_button{margin-right: 0; width: 100%;}
	.compare_top, .compare_top_left{flex-direction: column; gap: 20px;}
	.compare_top a{width: 100%; margin: 0;}
	.popup_content{padding: 60px 30px;}
	.popup_content h2{font-size: 26px; margin-bottom: 20px;}
	.popup_text{font-size: 14px; line-height: 21px;}
	.product_item_text{text-align: center;}
	.product_item_stats{align-items: center;}
	.category_products .category_product_item2 .product_item_top{flex-direction: column;}
	.category_products .category_product_item2 .product_text_box{text-align: center;}
	.category_product_item2 .product__bottom-right{position: absolute;}
	.category_product_item2 .product_item_bottom{padding-top: 25px;}
	.category_product_item3 .product__bottom-right{position: relative;}
	.category_product_item3 .product__bottom{flex-direction: column-reverse; align-items: end;}
	.cart_page .cart_bottom_right{flex-direction: column; align-items: start; gap: 10px; width: 100%; text-align: center;}
	.cart_page .cart_bottom_right a{width: 100%;}
	.cart_page .cart_bottom_right h2, .cart_page .cart_bottom p{text-align: center; margin: 0 auto;}
	.cart_page .cart_nav{flex-direction: column; gap: 10px;}
	.cart_page .cart_nav a{width: 100%; text-align: center;}
	.order_page .order_input_box{width: 100%;}
	.order_page .order_payment_options{flex-direction: column;}
	.order_page .order_payment_options .checkbox_box{max-width: 100%;}
	.catalog_detail_materials_content.product_item_list4 .product_item_list{width:100%;}
	.catalog_detail_materials_content.product_item_list4 .product_item_list .product__item-img{height:100%;}
}

@media all and (max-width: 470px){
	.order_page .order_element{flex-direction: column; gap: 5px}
	.order_page .order_element h4 a, .order_page .order_element .order_element_count, .order_page .order_element .order_element_price{width: 100%; padding: 0; text-align: center;}
	.order_page .order_delivery_options{flex-direction: column;}
	.order_page .order_delivery_options .checkbox_box{width: 100%;}
}

@media all and (max-width: 420px){
	.news_list_nav{flex-direction: column;}
	.news_list_nav .blue_button{width: 100%;}
	.news_month_list_mobile > a{width: 100%; display: block; margin-left: 0; margin-top: 20px;}
	.category_product_item3 .product_item_bottom{flex-direction: column;}
	.category_product_item3 .product__bottom{flex-direction: row; align-items: center;}
}

@media all and (max-width: 400px){
	.our_client{width: 100%;}
	.product__item-img img{object-fit: contain;}
	.product__item .product__price{flex-direction: column; align-items: start;}
	.product__item .product__price-right{margin-left: 10px; margin-top: 5px;}
	.product__item .product__bottom{flex-direction: column-reverse; align-items: start;}
	.product__item .product__bottom-left{width: 100%; margin-top: 10px;}
	.product_item_small_params{flex-direction: column; gap: 5px;}
	.category_product_item2 .product_item_bottom{flex-direction: column;}
	.category_product_item2 .product__price{gap: 0;}
	.category_product_item2 .product__bottom-right{right: auto; left: 0;}
}


.filter_wrapper{
	position: relative;
}

.filter_wrapper input[type="range"]{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: auto;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}
.filter_wrapper .slider-track{
    width: 100%;
    height: 5px;
    margin: auto;
    border-radius: 5px;
	position: relative;
}
.filter_wrapper input[type="range"]::-webkit-slider-runnable-track{
    -webkit-appearance: none;
    height: 5px;
}
.filter_wrapper input[type="range"]::-moz-range-track{
    -moz-appearance: none;
    height: 5px;
}
.filter_wrapper input[type="range"]::-ms-track{
    appearance: none;
    height: 5px;
}
.filter_wrapper input[type="range"]::-webkit-slider-thumb{
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    background-color: #FF8B34;
    cursor: pointer;
    margin-top: -3px;
    pointer-events: auto;
    border-radius: 50%;
}
.filter_wrapper input[type="range"]::-moz-range-thumb{
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    background-color: #FF8B34;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto;
}
.filter_wrapper input[type="range"]::-ms-thumb{
    appearance: none;
    height: 12px;
    width: 12px;
    background-color: #FF8B34;
    cursor: pointer;
    border-radius: 50%;
    pointer-events: auto;
}
.filter_wrapper input[type="range"]:active::-webkit-slider-thumb{
    background-color: #ffffff;
    border: 3px solid #FF8B34;
}
.filter_wrapper .values{
    background-color: #3264fe;
    width: 32%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: #ffffff;
}
.filter_wrapper .values:before{
    content: "";
    position: relative;
    height: 0;
    width: 0;
    border-top: 15px solid #3264fe;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: auto;
    bottom: -14px;
    left: 0;
    right: 0;
}

.filter_values{
	display: flex;
	justify-content: space-between;
    align-items: center;
    margin: 5px 0;
	margin-bottom: 20px;
}

.filter_values input{
	width: calc(50% - 10px);
    background: white;
    border: 1px solid #e8e7e7;
    border-radius: 5px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: 40px;
}
/*Added 11-09-25: product card*/
.category_sort_right_bottom a:first-of-type{
	margin-right:0 !important;
}
.category_sort_right_bottom a+a{
	margin-left:10px;
}
/* End */


/* Start:/local/templates/zvk_new/css/CssServerSelection.css?17014098603807*/
.server .modal-title{padding: 20px 0}
.server  a{color: #00a7df;}
.main__inner {
    max-width: 1460px;
    padding: 0px 0px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
}

.main__inner .block_0 {
    padding-left: 20px;
}

.main__inner .main {
    margin-top: 24px;
    background-color: white;
    padding: 5px 20px 0px 20px;
}

.modal-md .modal-body {
    padding-left: 100px;
    padding-right: 100px;
}

.modal-body {
    position: relative;
    padding: 15px;
}
.server input[type="submit"]{width: 210px;
    height: 44px;
    background: #FF4B07;
    color: white;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    border-radius: 5px;
    display: block;
    margin: 0 auto;
    margin-top: 20px;}
.modal-content {
    position: relative;
   
 


    background-clip: padding-box;
    outline: 0;
}
.modal-content {
    border-radius: 0;

    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
}

.main__inner .main .text_1 {
    text-transform: uppercase;
    font-weight: 900;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
    font-size: 25px;
    line-height: 1.1;
    color: inherit;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.wia .coll-1, .wia .coll-2, .wia .coll-3, .wia .coll-4 {
    display: block;
    width: 100%;
}

.modal-title {
    text-align: center;
    line-height: 1.2;
    font-weight: 900;
    font-size: 25px;
    text-transform: uppercase;
}

.coll-1 span.required_for_filling {
    top: 50px;
}

span.required_for_filling {
    display: block;
    position: absolute;
    color: red;
    top: 10px;
    right: 10px;
    font-size: 20px;
    font-family: Roboto,Arial,"Helvetica Neue",Helvetica,sans-serif;
}

.wia label {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}



.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.wia .modal-title {
    text-align: center;
    width: 100%;
    font-size: 21px;
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    margin: 0;
    position: relative;
    width: auto;
    margin: 10px;
}

.form-control {
    box-shadow: none;
}



.coll-5 {
    text-align: left;
    font-size: 16px;
    line-height: 1.42857;
    color: #262626;
}

.wia .coll-1 .form-group, .wia .coll-2 .form-group, .wia .coll-3 .form-group {
    display: inline-block;
    width: 29%;
    margin-right: 5%;
}

.form-group {
    position: relative;
    margin-bottom: 15px;
}

.wia .form-group:nth-child(3n) {
    margin-right: 0;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background-repeat: no-repeat;
    background-position: right 17px;
    background-image: url("/local/templates/zvk_new/css/image/1.png");
}





@media (max-width: 1200px) {
    .wia .coll-1 .form-group, .wia .coll-2 .form-group, .wia .coll-3 .form-group {
    width: 100%!important;
    margin: 0;
}
}

@media (max-width: 767px) {
.modal-md .modal-body {
    padding-left: 0px;
    padding-right: 0px;
}

.modal-dialog.modal-md {
    width: 100%;
    max-width: 400px;
}
}
/* End */
/* /local/templates/zvk_new/libs/slick-1.8.1/slick/slick.css?17018554381824 */
/* /local/templates/zvk_new/css/additional_styles.css?175792701547625 */
/* /local/templates/zvk_new/css/CssServerSelection.css?17014098603807 */
