<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body, html
{
	font-family: Arial, Helvetica, Verdana sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	min-width: 960px;
	background:#ffffff;
}

bred
{
	font-weight: bold;
	color: red;
}

.disclamer
{
	display: block;
	padding: 10px 20px;
	font-size: 16px;
	border: 1px solid #af000e;
	border-radius: 5px;
	margin-bottom: 20px;
}

#fastOrder p
{
	font-size: 16px;
	text-align: center;
	margin: 0 0 5px;
}

#fastOrder .o_input
{
	margin: 5px 0;
}
img
{
	max-width: 100%;
}
#fastOrder input[type=submit]
{
	background-color: #ff061a;
	color:#fff;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	border:none;
	border-radius: 5px;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
	-webkit-appearance:none;
	margin: 5px auto;
}

#fastOrder input[type=submit]:hover
{
	background-color: #af000e;
}

.pay_link
{
	display: block;
	padding: 5px 0;
}

.why_we_p
{
	display: grid;
	grid-template-columns: repeat(5,1fr);
	grid-gap: 10px
}

.why_we_p .ww_item
{
	text-align: center;
}

.why_we_p .ww_item span
{
	display: block;
}

.sbutton_l
	{
		display:block;
		background:rgba(0,0,0,0.6);
		color:#fff;
		text-decoration:none;
		font-size:30px;
		position:absolute;
		top:40%;
		left:2%;
		padding:10px 20px;
		z-index:2;
	}
	.sbutton_r
	{
		display:block;
		background:rgba(0,0,0,0.6);
		color:#fff;
		text-decoration:none;
		font-size:30px;
		position:absolute;
		top:40%;
		right:2%;
		padding:10px 20px;
		z-index:2;
	}

	.sr_right
	{
		display: block;
		position: absolute;
		width: 500px;
		background:#eee;
		top:110px; bottom:0;right:0px;
		overflow: auto;
	}

	.sr_right a
	{
		display: block;
		float: left;
		margin: 10px 20px;
	}
	#easy_zoom{
	border:5px solid #eee;
	background:#fff;
	color:#333;
		position: absolute;
		width: 490px;
		background:#eee;
		top:110px; bottom:0;right:0px;
	overflow:hidden;
	box-shadow:inset0 0 4px #777;
	/* vertical and horizontal alignment used for preloader text */
	line-height:400px;
	text-align:center;
	z-index: 100;
	}

#showroom_head
{
	display:grid;
	grid-template-columns: repeat(4,1fr); 
	grid-template-areas: "logo title phone address"
	"logo title phone hours"
	"logo title phone gallery";
	height:95px; 
	padding-top:15px; 
	background:#eee;
}

.sr-logo
{
	grid-area: logo;
}

.sr-title
{
	grid-area: title;
	font-size: 45px;
}

.sr-phone
{
	grid-area: phone;
	font-size: 30px;
}

.sr-address
{
	grid-area: address;
}

.sr-hour
{
	grid-area: hours;
}

.gallery-link
{
	grid-area: gallery;
}

#showroom
{
	display:block; 
	position:absolute; 
	top:110px; 
	bottom:0; 
	left:0; 
	right:0; 
	background-size:cover; 
	background-position:center center; 
	overflow:hidden;
}


.ms
{
	display: none; 
}

.fs
{
	display: block;
}

a 
{
	color:#65afff;
	border:none;
}
a img
{
	border:none;
}

h1,h2
{
	font-size:16px;
	color:#666;
}

header.fs
{
	display: grid;
	width: 100%;
	margin: 0 auto;
	grid-template-columns: 5vw 210px 1fr 210px max-content 210px 5vw;
	grid-template-rows: auto 50px auto auto;
	grid-template-areas: 
		"lb logo center center center city rb"
		"lb logo search cart city2 city2 rb"
		"lb logo blank blank city2 city2 rb"
		"menu menu menu menu menu menu menu";
	grid-gap: 10px;
}

.blank
{
	grid-area: blank;
}

header.fs .left_blank
{
	grid-area: lb;
}

header.fs .right_blank
{
	grid-area: rb;
}

header.fs .logo
{
	grid-area: logo;
	display:block;
	padding-top:15px;
	font-size: 11px;
	color:#000;
	text-align: center;
}

header.fs .top_menu
{
	grid-area: center;
	list-style-type: none;
	display: flex;
	justify-content: space-around;
	text-align: center;
	padding: 10px 0 10px;
	margin: 0;
}

header.fs .top_menu li
{
	display: inline-block;
	padding: 10px;
}

header .top_contacts#tc0
{
	grid-area: city;
	padding: 10px;
	display: flex;
	align-items: center;
}

header .top_contacts#tc0 div
{
	width: 100%;
}

header .top_contacts#tc1
{
	grid-area: city2;
	padding: 0px 0 0 10px;
	text-align: left;
	font-size: 0.7em;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

header .top_contacts&gt;div
{
	display: block;
	border:1px solid #ef0309;
	border-radius: 3px;
	padding: 5px;
}

header .top_contacts .top_phone
{
	display: block;
	font-size: 14px;
	text-align: left;
	line-height: 120%;
}

header .top_contacts .top_phone font
{
	color:#a0a0a0;
}

header .top_contacts .mail
{
	text-align: left;
	display: block;
}
header .top_contacts&gt;div
{
	position: relative;
}

header .top_contacts&gt;div a
{
	display: block;
	text-decoration: none;
	color: #000;
	position: relative;
}

header .top_contacts&gt;div a span
{
	float: right;
	color:#ef0309;
}

header .top_contacts&gt;div:hover #city_list
{
	display: block;
}
header .top_contacts #city_list
{
	display: none;
	position: absolute;
	box-sizing: border-box;
	border:1px solid #ef0309;
	border-top: 1px solid #ccc;
	background-color: #fff;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	left: -1px;
	right: -1px;
	top:23px;
}

header .top_contacts #city_list a
{
	display: block;
	padding: 5px;
}

header form
{
	grid-area: search;
	display: grid;
	min-width: 570px;
	grid-template-columns: auto 50px;
	position: relative;
}

header form .search_query
{
	border:1px solid #CCCCCC;
}

header form .search_submit
{
	background: #ef0309 url('/images/search.png') center center no-repeat;
	position: relative;
	border:1px solid #CCCCCC;
	border-left: none;
}

header form .search_submit input
{
	-webkit-appearance:none;
	display: block;
	position: absolute;
	top:0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	opacity: 0;
	outline: none;
}

header form .search_query input
{
	-webkit-appearance:none;
	display: block;
	width: 100%;
	font-size: 18px;
	line-height: 34px;
	margin: 0;
	padding: 6px 5px 3px;
	border:none;
	box-sizing: border-box;
	outline: none;
}

header #search_results
{
	position: absolute;
	top:43px;
	width: 100%;
	background-color: #fff;
	border:1px solid #ccc;
	left: 0;
	box-sizing: border-box;
	display: none;
}

header #search_results a
{
	display: block;
	padding: 5px;
	color:#000;	
	text-decoration: none;
}

header #search_results a:hover
{
	background-color: rgba(158,158,158,0.5);
}

header #search_results a b
{
	color:#ccc;
}

header #search_results a.all
{
	color:#666;
}

header #small_basket
{
	grid-area: cart;
	display: block;
	padding: 8px 6px;
	color: #fff;
	background: #4493e7;
}

header #small_basket a
{
	color: #fff;
}

header .top_s_menu
{
	grid-area: menu;
	background: #ef0309;
	height: auto;
}

header .top_s_menu .top_s_menu_block
{
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
	flex-wrap: wrap;
	  height: auto;
	  align-content: space-between;
	  max-width: 1200px;
}

header .top_s_menu .top_s_menu_block a
{
	display: inline-block;
	padding: 10px;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

header .top_s_menu .top_s_menu_block a:hover, header .top_s_menu .top_s_menu_block a.selected
{
	background-color: rgba(255,255,255,0.4);
}

#message_window
{
	display: none;
}

.main
{
	display: grid;
	max-width: 960px;
	margin: 0 auto;
	grid-template-columns: 240px repeat(4, 1fr);
}

.bread_crumbs
{
	grid-column: span 5;
	display: block;
	padding: 10px 10px 5px;
}

.bread_crumbs a
{
	color:#b0b0b0;
}

.main&gt;.right
{
	grid-column: span 1;
	padding: 10px;
}

.main&gt;.right .grey_block
{
	display: block;
	border-radius: 5px;
	padding: 10px;
	background-color: #f3f3f3;
	margin: 10px 0;
}

.blue_button
{
	display: block;
	margin: 10px 0;
	background-color: #4493e7;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	padding: 10px 20px;
	text-align: center;
	border-radius: 5px;
}

.blue_button:hover
{
	background-color: #165eaa;
}

.grey_block .left_title
{
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
}

.grey_block form
{
	display: block;
}

.grey_block form input[type=text], .grey_block form input[type=password]
{
	display: block;
	max-width: 100%;
	-webkit-appearance:none;
	box-sizing: border-box;
	border:1px solid #ccc;
	border-radius: 5px;
	font-size: 15px;
	padding: 5px 10px;
	width: auto !important;
}

.grey_block form input[type=submit]
{
	display: block;
	float: left;
	background: #4493e7;
	-webkit-appearance:none;
	color: #fff;
	font-size: 13px;
	border-radius: 5px;
	border:none;
	margin:10px 10px 0 0;
	padding: 7px;
}

.catalog_parts ul
{
	list-style-type: none;
	padding: 0;
}

.catalog_parts ul li ul
{
	padding-left: 10px;
}

.catalog_parts ul li a
{
	color: #000;
	text-decoration: none;
	padding: 3px 5px;
	display: block;
}

.catalog_parts ul li a.now
{
	color: #fff;
	background: #ef0309;
}
.catalog_parts ul li a:hover
{
	background-color: #666;
	color:#fff;
}

.catalog
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: grid;
	grid-template-columns: repeat(3,1fr);	
	grid-gap: 20px;
}

.catalog.one-col, .grey_block .catalog
{
	grid-template-columns: repeat(1,1fr);
	grid-gap: 0px;
}

.catalog li
{
	display: grid;
	grid-template-rows: 150px 60px 15px 45px 40px;
	border:;
	grid-row-gap: 5px;
}

.catalog li a.c-picture
{
	text-align: center;
	padding: 0;
	overflow: hidden;
}

.catalog li a.name
{
	padding: 5px 0;
	overflow: hidden;
}

.catalog li a img
{
	max-width: 100%;
	max-height: 100%;
}

.catalog li:hover a img
{
	max-height: 100%;
}

.catalog li .art_item 
{
	color: #8a8a8b;
}

.catalog li .art_item span
{
	color:#000;
}

.catalog li .offers-block
{
	display: grid;
	grid-template-columns: 120px 20px auto
}

.catalog li .offers-block .price-block, .catalog li .offers-block .ob_round, .catalog li .offers-block .ob_txt
{
	display: flex;
  	align-items: center;
}

.catalog li .offers-block .price
{
	display: block;
	color:#ff061a;
	font-size: 14px;
}

.catalog li .offers-block .price span
{
	font-size: 18px;
}

.catalog li .whant_to_buy
{
	display: grid;
	grid-template-columns: 100px auto;
}

.catalog li .whant_to_buy&gt;div:last-child
{
	text-align: right;
}

.button
{
	background-color: #ff061a;
	color:#fff;
	display: inline-block;
	font-size: 14px;
	padding: 5px 10px;
	border:none;
	border-radius: 5px;
	text-decoration: none;
	line-height: 18px;
	text-align: center;
}

.button:hover
{
	background-color: #af000e;
}

.counter
{
	display: grid;
	grid-template-columns: 20% 60% 20%;
}

.counter a
{
	display: flex;
	justify-content: center;
	align-items: center;
	color:#8a8a8b;
	background-color: #e5e5e5;
	border:1px solid #ccc;
	text-decoration: none;
	font-size: 16px;
	padding: 0;
}

.counter .inp-div
{
	display: block;
	border-top:1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff;
}

.counter .inp-div input
{
	-webkit-appearance:none;
	border:none;
	padding: 0 5px;
	font-size: 15px;
	line-height: 27px;
	box-sizing: border-box;
	margin: 0;
	width: 100%;
	outline: none;
}

.product
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}

.product h1
{
	grid-column: span 2;
}

.product .short-info
{
	display: grid;
	grid-template-columns: 50% 50%;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
}

.product .info-block
{
	display: block;
	padding: 20px 0;
	border-top: 1px dashed #ccc;
}
.product .info-block.warranty
{
	display: flex;
	justify-content: space-between;
}

.product #desc
{
	
	padding-bottom: 20px;	
}

.product #ob_table 
{
	border-collapse: collapse;
	width: 100%;
	position: relative;
}

.product #ob_table .city
{
	border-top: 1px dashed #ccc;
	font-size: 16px;
	font-weight: bold;
}

.product #ob_table td
{
	padding: 5px;
}

.product #ob_table .addrs
{
	color: #65afff;
	text-decoration: underline;
}

.product #ob_table .info_block
{
	display: none;
	position: absolute;
	background-color: #ececec;
	border:1px solid #ccc;
	border-radius: 5px;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
}

.product #ob_table .info_block a
{
	color:#666;
}

.red_block
{
	display: block;
	padding: 5px;
	color:#fff;
	background-color: #ff061a;
}

.product #ob_table td:hover .info_block
{
	display: block;
}

.product .short-info .offers-block .price-block
{
	display: block;
	text-align: right;
	padding: 10px 0;
	font-size: 20px;
	color:#ff061a;
}

.product .short-info .offers-block .whant_to_buy
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 20px;
}

.information
{
	font-size: 14px;
}

.information&gt;div
{
	padding: 5px 0;
}

.main&gt;.left
{
	grid-column: span 4;
	padding: 10px;
}

footer
{
	display: block;
	text-align: center;
	color: #848484;
}

footer .footer_series
{
	background-color: #e3e4e7;
	display: block;
}

footer .footer_series a
{
	display: inline-block;
	padding: 10px;
	color: #000;
	text-decoration: none;
	font-size: 15px;
}

footer .footer_menu
{
	display: block;
	list-style-type: none;
}

footer .footer_menu li
{
	display: inline-block;
	padding: 10px;
}

.main-series
{
	display: grid; 
	background: transparent url('/images/bg_seliane.jpg') repeat scroll 0% 0%;
	grid-gap: 20px;
	grid-template-columns: repeat(4,1fr);
}

.main-series .til_om
{
	display: block;
	padding: 10px;
	text-align: center;
	color: #111111;
	text-decoration: none;
}

.til_image
{
	display: block;
	padding-top: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
}

.main-series .til_om img
{
	max-width: 90%;
}

.main-series .til_om font
{
	font-weight: bold;
	font-size: 14px;
}

.main-series .til_om span
{
	display: block;
	font-size: 10px;
}

.main-full-cat
{
	display: grid;
	grid-template-columns: 60% 40%;
	padding-bottom: 20px;
}

.main-full-cat .mfc-text
{
	font-size: 18px;
}

.main-struct
{
	display: grid; 
	grid-gap: 20px;
	grid-template-columns: repeat(4,1fr);
}

.main-struct .til_om2
{
	display: block;
	text-align: center;
	color:#111;
	text-decoration: none;
	border:1px solid #eee;
	border-radius: 5px;
	padding: 5px 10px;
}

.main-struct .til_om2:hover
{
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.main-struct .til_om2 img
{
	width: 90%;
	margin-bottom: 10px;
}

.omni-chanel
{
	display: grid;
	grid-template-columns: 60px auto;
	grid-gap: 20px;
	padding: 20px 0;
	margin: 20px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}

.omni-chanel .oc-text
{
	line-height: 60px;
	font-size:18px;
	color: #c7c7c7;
}

#filter_form
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	background-color: #f3f3f3;
	padding: 10px;
	border-radius: 5px;
	margin: 10px 0;
}

input[type=checkbox]
{
	display: none;
}

input[type=checkbox]+label
{
	display: block;
	position: relative;
	padding-left: 20px;
}

input[type=checkbox]+label:before
{
	content: " ";
	border: 1px solid #ccc;
	background-color: #fff;
	display: block;
	position: absolute;
	width: 13px;
	height: 13px;
	left: 0px;
	border-radius: 3px;
	color:#ff061a;
}

input[type=checkbox]:checked+label:before
{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: "\f00c";
}

#filter_form .checkbox
{
	display: flex;
	align-items: center;
}

#filter_form .select
{
	text-align: right;
	display: grid;
	grid-template-columns: auto 140px;
}

#filter_form .select span
{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

#oneClickForm
{
	border:1px solid #cbced3; 
	background:#f3f4f4; 
	padding:10px; 
	margin-top:10px;
	border-radius: 5px;
}

#oneClickForm h2
{
	margin: 0;
}

#oneClickForm p
{
	color: #6b6b6b;
}

#oneClickForm select
{
	display: block;
	width: 80%;
	box-sizing: border-box;
	margin: 5px auto;
	font-size: 15px;
	line-height: 20px;
}

#oneClickForm span
{
	display: block;
	width: 80%;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 5px 0;
}

#oneClickForm span input
{
	display: block;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
	font-size: 12px;
	padding: 0 5px;
	line-height: 20px;
}

#oneClickForm input[type=submit]
{
	display: block;
	width: 50%;
	margin: 5px auto;
}

#image_block
{
	display: block;
}

#image_block .main
{
	display: block;
	text-align: center;
}

#image_block .main img
{
	max-width: 90%;
}

#image_block .small-images
{
	display: flex;
	justify-content: space-between;
}

#image_block .small-images a
{
	display: block;
	max-width: 80px;
}

#image_block .small-images a img
{
	width: 40px;
}

#message_window
{
	display:none;
	position:fixed;
	top:20%;
	left:50%;
	margin-left:-150px;
	width:320px;
	min-height:30px;
	background:#ededed;
	padding:35px 20px 10px;
	border-radius: 5px;
	box-shadow: 0 0 30px rgba(0,0,0,0.8);
	/*border-bottom-right-radius:10px;
	border-top-left-radius:10px;*/
	z-index:10;
	box-sizing: border-box;
}

#message_window .closer
{
	display:block;
	position:absolute;
	font-family:Arial;
	font-size:10px;
	color:#fff;
	right:0;
	top:0;
	text-decoration:none;
	box-sizing: border-box;
	height: 30px;
	width: 30px;
	text-align: center;
	line-height: 30px;
	border-top-right-radius:5px;
	background:#ef0309;
}

#message_window .mw_title
{
	display: block;
	position: absolute;
	top:0;
	left: 0;
	height: 30px;
	width: 290px;
	box-sizing: border-box;
	background-color: #ef0309;
	border-bottom: 1px solid #ef0309;
	color:#fff;
	font-weight: bold;
	font-size: 14px;
	line-height: 30px;
	padding-left: 10px;
	border-top-left-radius:5px;
}

.pp_product
{
	display: grid;
	grid-template-columns: 30% 70%;
	grid-gap: 10px;
}

.pp_product div img
{
	max-width: 100%;
}

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

.pp_buttons a
{
	font-size: 12px;
}

.basket_table
{
	display: grid;
	width: 100%;
	grid-template-columns: repeat(1,1fr);
	grid-gap: 1px;
	background: #cbced3;
	border:1px solid #cbced3;
}

.basket_table&gt;div
{
	display: grid;
	width: 100%;
	grid-template-columns: auto 150px 120px 150px 50px;
	grid-gap: 1px;
	background: #cbced3;
}

.basket_table .itog
{
	grid-template-columns: auto 150px 50px;
}

.basket_table .itog div
{
	background: #f7f7f7;
	padding: 15px 0;
	text-align: center;
}

.basket_table .itog div.sum-itog
{
	font-size: 18px;
}

.basket_table&gt;div.header div
{
	background: #f7f7f7;
	padding: 15px 0;
	text-align: center;
}

.basket_table&gt;div.c-product div
{
	background: #fff;
}

.basket_table&gt;div.c-product .descr
{
	display: grid;
	grid-template-columns: 80px auto;
}

.basket_table&gt;div.c-product .descr div.t-desc
{
	padding: 5px 0;
	box-sizing: border-box;
}

.basket_table&gt;div.c-product .descr div&gt;a, .basket_table&gt;div.c-product .descr div&gt;p
{
	margin: 5px 0;
}

.basket_table&gt;div.c-product .descr .prop
{
	display: grid;
	grid-template-columns: 50px auto;
	color: #4e4e4e;
}

.basket_table&gt;div.c-product .descr .prop span, .basket_table&gt;div.c-product .descr .prop a
{
	color: #000;
}

.basket_table&gt;div.c-product .descr img
{
	max-width: 65px;
}

.basket_table&gt;div.c-product .one-price, .basket_table&gt;div.c-product .full-price, .basket_table&gt;div.c-product .del
{
	text-align: center;
	font-size: 18px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.basket_table&gt;div.c-product .del a
{
	color: #ee0308;
}

.basket_table&gt;div.c-product .cnt-block
{
	display: flex;
	align-items: center;
	justify-content: center;
}

.basket_table&gt;div.c-product .counter
{
	width: 80%;
	margin: 0 auto;
}

.basket_table thead td
{
	background:#f7f7f7;
	border:1px solid #cbced3;
	padding:15px 0;
	text-align:center;
}

.basket_table tbody tr:last-child td
{
	background:#f7f7f7;
	border:1px solid #cbced3;
	padding:15px 0;
	text-align:center;
}

.basket_table tbody td
{
	border:1px solid #cbced3;
	padding:5px;
}

.basket_table input
{
	width:40px;
}

.order_top
{
	display: grid;
	grid-template-columns: 216px auto;

}

.order_top&gt;div
{
	display: flex;
	align-items: center;
}

.order_main_form
{
	border: 1px solid #cdced2;
	background: #f7f7f7;
	padding: 10px 20px;
	box-sizing: border-box;
	max-width: 100%;
	margin: 10px 0;
}

.order_main_form .yur
{
	display: none;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.tabs
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	border: 1px solid #ee0308;
	border-radius: 4px;
}

.tabs.smalltabs
{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	border: 1px solid #ee0308;
	border-radius: 4px;
	grid-gap: 1px;
	background: #ee0308;
}

.tabs.smalltabs input[type=radio]+label
{
	font-size: 12px;
	background: #f7f7f7; 
}

.tabs input[type=radio]
{
	display: none;
}

.tabs input[type=radio]+label
{
	display: inline-block;
	font-size: 16px;
	cursor: pointer;
	padding: 7px 15px;
	text-align: center;
}


.tabs input[type=radio]:checked+label
{
	color: #fff;
	background: #ee0308;
}

.i-row
{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 20px;
}

.i-block
{
	display: block;
}

.field-name
{
	font-size: 14px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.col-2
{
	grid-column: span 2;
}

.col-3
{
	grid-column: span 3;
}

.error_block_new
{
	color: #ee0308;
	display: none;
}

.help_block
{
	display: block;
	color:#666;
	font-size: 11px;
	padding: 0 5px;
}

.delivery_list_dos
{

}

[class^=delivery_list_] input[type=radio], .paymet input[type=radio]
{
	display: none;
}

[class^=delivery_list_] input[type=radio]+label::before, .paymet input[type=radio]+label::before
{
	content: ' ';
	float: left;
	position: relative;
	margin-left: -30px;
	margin-top: 0px;
	display: block;
	width: 18px;
	height: 18px;
	background: url('/images/rb.png') bottom center no-repeat;
}

[class^=delivery_list_] input[type=radio]:checked+label::before, .paymet input[type=radio]:checked+label::before
{
	content: ' ';
	font-size: 33px;
	line-height: 13px;
	color: #707674;
	background: url('/images/rb.png') top center no-repeat;
}

[class^=delivery_list_] input[type=radio]+label, .paymet input[type=radio]+label 
{
	display: block;
	margin-left: 30px;
	margin-bottom: 15px;
	font-size: 14px;
}

[class^=delivery_list_] input[type=radio]+label b, .paymet input[type=radio]+label b
{
	display: block;
}

.o_input
{
	display: block;
	border:1px solid #ccc;
	border-radius: 3px;
	padding: 3px 5px;
	position: relative;
	background: #fff;
	max-width: 600px;

}

.o_input select, select#hcity, select#hcity2
{
	-webkit-appearance:none;
	width: 100%;
	box-sizing: border-box;
	border:none;
	outline: none;
	background: url('/images/chevron-down-solid.svg') center right no-repeat;
	padding: 0 5px;
}

.o_input img
{
	display: none;
	right: 10px;
	top:13px;
	position: absolute;
}

.o_input label
{
	display: block;
	font-size: 10px;
	color:#666;
}

.o_input input, .o_input textarea
{
	display: block;
	border:none;
	-webkit-appearance:none;
	box-sizing: border-box;
	width: 100%;
	outline: 0;
}


.order_table
{
	width:400px;
}

form[name=order]
{
	
}

.order_table
{
	background:#f7f7f7;
	border:1px solid #919191;
	padding:5px;
	width:100%;
}

.order_table input[type=text], .order_table select
{
	font-size:14px;
	width:230px !important;
	padding:5px 3px; 
	border:1px solid #919191;
}

.order_table textarea
{
	width:300px !important;
}

.order_table tr td:first-child
{
	width:200px;
	text-align:right;
	font-size:14px;
	vertical-align:top;
}

.pager
{
	list-style-type: none;
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
}

.pager li
{
	display: inline-block;
	padding: 5px 5px;
}

.pager li.current
{
	background: #ee0308;
}


.pager li:first-child, .pager li:last-child
{
	background: #ccc;
}

.pager li a
{
	color:#000;
	text-decoration: none;
}

.pager li.current a
{
	color: #fff;
}

.imp-info
{
	grid-column: span 5;
	display: grid;
	grid-template-columns: 50px auto;
	padding: 20px;
	border: 1px solid #ff061a;
	grid-gap: 10px;
	border-radius: 3px;
}

.imp-info i
{
	color: #ff061a;
	font-size: 30px;
}

.imp-info div
{
	font-size: 20px;
}

.discount
{
	display: block;
	text-align: left;
	text-decoration: line-through;
	color: #1a1a1a;
	padding: 5px 0;
	font-size: 0.9em !important;
}

.info-block .docs
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.file
{
	display: grid;
	grid-template-columns: 30px 1fr;
	grid-template-areas: "icon name" "icon size";
	grid-gap: 5px;
	text-decoration: none;
	padding: 5px 0;
}

.file .ico
{
	grid-area: icon;
	color: #ff061a;
	font-size: 30px;
}

.file .fname
{
	grid-area: name;
	font-size: 14px;
}

.file .fsize
{
	grid-area: size;
	font-size: 12px;
}

.cfile
{
	display: inline-block;
	margin: 5px;
}

.cfile div
{
	display: block;
	text-align: center;
}

.fimage
{
	display: flex;
	justify-content: center;
	align-items: center;
}

.fimage img
{
	max-height: 150px;
	max-width: 150px;
}

.krat
{
	display: block;
	color: #1a1a1a;
	font-size: 12px;
}

.prodcats
{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px;
}

.calc_project .field_input.file a
{
	display: none;
}

.calc_project .field_input.file input[type=file]
{
	width: 250px;
	display: block;
}

.important
  {
  	display: block;
  	border: 1px solid red;
  	border-radius: 10px;
  	padding: 20px;
  	color: red;
  	margin-bottom: 30px;
  }

@media all and (max-width: 1200px)
{
	header.fs
	{
		display: grid;
		width: 100%;
		margin: 0 auto;
		grid-template-columns: 5vw 210px 1fr 210px max-content 210px 5vw;
	
		grid-template-rows: auto 50px auto auto;
	grid-template-areas: 
		"lb logo center center center city rb"
		"lb logo search cart city2 city2 rb"
		"lb logo blank blank city2 city2 rb"
		"menu menu menu menu menu menu menu";
		grid-gap: 10px;
	}

	header.fs .left_blank
	{
		display: none;
	}

	header.fs .right_blank
	{
		display: none;
	}
}

@media all and (max-width: 700px)
{
	.wa
	{
		position: fixed;
		right: 20px;
		bottom: 65px;
		font-size: 36px;
		z-index: 5;
	}
	.wa a
	{
		color: #5DC527;
		z-index: 5;
	}
	html, body
	{
		min-width: auto;
	}
	.fs
	{
		display: none !important;
	}
	.ms
	{
		display: block;
	}

	header
	{
		color:#fff;
		background-color: #ff061a;
		height: 50px;
		display: block;
	}

	header .top-bar
	{
		display: grid;
		grid-template-columns: 40px 40px auto 30px 60px;
	}

	header .top-bar .logo img
	{
		max-height: 24px;
	}

	header .top-bar .logo span
	{
		display: block;
	}

	header .top-bar a.logo
	{
		font-size: 9px;
		line-height: 9px;
		box-sizing: border-box;
		padding-top: 8px;
	}

	header .top-bar a
	{
		color:#fff;
		font-size: 20px;
		line-height: 50px;
		text-decoration: none;
		text-align: center;
	}

	header form
	{
		display: none;
		position: relative;
		padding: 5px 10px;
		background: #ee0308;
		border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px;
	}

	header form .search_submit input
	{
		border:none;
	}

	header form .search_submit
	{
		border:none;
	}

	header form .search_query input
	{
		line-height: 20px;
		font-size: 15px;
	}
	.main
	{
		display: grid;
		max-width: auto;
		padding: 0 5vw;
		grid-template-columns: repeat(1, 1fr);
		grid-template-areas: "bk"
		"main"
		"left";
	}
	.bread_crumbs
	{
		grid-column: span 1;
		grid-area: bk;
		box-sizing: border-box;
	}

	.main-full-cat
	{
		text-align: center;
	}

	.main-full-cat .mfc-text
	{
		font-size: 14px;
	}
	.main&gt;.left
	{
		grid-column: span 1;
		grid-area: main;
		box-sizing: border-box;
	}

	.main&gt;.right
	{
		grid-column: span 1;
		grid-area: left;
		box-sizing: border-box;
	}

	.main-full-cat
	{
		grid-template-columns: repeat(1,1fr);
	}
	.main-series
	{
		grid-template-columns: repeat(2,1fr);
	}

	.main-struct
	{
		grid-template-columns: repeat(2,1fr);
	}

	.omni-chanel .oc-text
	{
		line-height: 18px;
		font-size:18px;
		color: #c7c7c7;
		display: flex;
		align-items: center;
	}

	iframe
	{
		width: 100% !important;
		height: auto !important;
	}

	.catalog
	{
		margin: 0;
		padding: 0;
		list-style-type: none;
		display: grid;
		grid-template-columns: repeat(2,1fr);	
		grid-gap: 20px;
		max-width: 100%;
	}

	.catalog li
	{
		grid-template-rows: 150px max-content 15px 55px 45px 45px 45px;
	}

	.catalog li .whant_to_buy {
		grid-template-columns: repeat(1, 1fr);
		}

	.catalog li .whant_to_buy div
	{
		padding: 5px 0;
	}

	.catalog li .whant_to_buy .button
	{
		display: block;
	}	
	.catalog li .offers-block
	{
		grid-template-columns: 20px auto;
	}

	.catalog li .offers-block .price-block
	{
		grid-column: span 2;
	}

	#filter_form
	{
		grid-template-columns: repeat(1,1fr);
		grid-gap: 10px;
	}

	#filter_form .select
	{
		padding-top: 10px;
		border-top:1px solid #ccc;
	}

	#filter_form .select span
	{
		justify-content: flex-start;
	}

	#mob-menu
	{
		display: none;
		position: fixed;
		background-color: #fff;
		z-index: 5;
		top:50px;
		width: 100%;
		bottom: 0;
		left: 0;
		right: 0;
		overflow: auto;
	}

	#mob-menu ul
	{
		list-style-type: none;
		padding: 0;
		margin: 0;
	}

	#mob-menu ul li a
	{
		color:#666;
		display: block;
		padding: 10px 10px;
		font-size: 15px;
		text-decoration: none;
		border-bottom: 1px solid #eee;
	}

	#mob-menu ul li a.selected
	{
		background-color: #eee;
	}
	#mob-menu ul li a i
	{
		float: right;
		color: #e1e1e1;
	}

	#mob-menu ul li.navi
	{
		display: grid;
		grid-template-columns: 30% auto;
	}

	#mob-menu ul li.navi .go-back
	{
		border-right: 1px solid #eee;
	}

	#mob-menu ul li.navi .go-back i
	{
		float: left;
		margin-right: 10px;
	}

	#mob-menu ul li.navi .see-all i
	{
		margin-left: 10px;
	}

	#mob-menu ul li.navi .see-all
	{
		text-align: right;
	}

	.product
	{
		grid-template-columns: repeat(1,1fr);
	}

	.product h1
	{
		grid-column: span 1;
	}

	#message_window
	{
		display:none;
		position:fixed;
		top:20%;
		left:5%;
		width:90%;
		margin-left: 0;
		min-height:30px;
		background:#ededed;
		padding:35px 20px 10px;
		border-radius: 5px;
		box-shadow: 0 0 30px rgba(0,0,0,0.8);
		/*border-bottom-right-radius:10px;
		border-top-left-radius:10px;*/
		z-index:10;
		box-sizing: border-box;
	}

	.basket_table&gt;div
	{
		grid-template-columns: 30% 30% 30% 10%;
		grid-gap: 0;
	}

	.basket_table&gt;div.c-product .descr
	{
		grid-column: span 4;
		border-bottom: 1px dashed #cbced3;
	}

	.basket_table&gt;div.c-product .one-price, .basket_table&gt;div.c-product .full-price, .basket_table&gt;div.c-product .cnt-block, .basket_table&gt;div.c-product .del
	{
		padding: 10px 0;
	}

	.basket_table .itog
	{
		grid-template-columns: 60% 30% 10%;
	}

	.i-row
	{
		grid-template-columns: repeat(1,1fr);
	}

	.col-2, .col-3
	{
		grid-column: span 1;
	}

	.order_top
	{
		grid-template-columns: repeat(1,1fr);
	}

	.delivery_list_sam
	{
		float: none !important;
		width: 100% !important;
	}

	#map
	{
		float: none !important;
		width: 100% !important;
	}

	header #msearch_results
	{
		position: absolute;
		top:36px;
		width: calc(100%-20px);
		background-color: #fff;
		border:1px solid #ccc;
		left: 0;
		margin: 0 10px;
		box-sizing: border-box;
	}

	header #msearch_results a
	{
		display: block;
		padding: 5px;
		color:#000;	
		text-decoration: none;
	}

	header form .search_query
	{
		border:none;
	}

	.pager li a font
	{
		display: none;
	}

	.m-contacts
	{
		display: block;
		padding: 5px 10px;
	}

	.m-contacts .city-selector
	{
		display: block;
		padding: 5px 10px;
		border:1px solid #ee0308;
		border-radius: 3px;
	}
	.m-phones
	{
		display: grid;
		grid-template-columns: repeat(1,1fr);
	}
	#mob-menu ul li a.top_phone
	{
		display: block;
		font-size: 20px;
		text-align: center;
		line-height: 25px;
		border-bottom:none;
	}

	.top_phone font
	{
		color:#a0a0a0;
	}

	#mob-menu ul li a.mail
	{
		font-size: 16px;
		text-align: center;
	}

	#showroom_head
{
	display:grid;
	grid-template-columns: repeat(1,1fr); 
	height:170px; 
	padding-top:15px; 
	background:#eee;
	grid-template-areas: "logo" 
	"title" 
	"phone" 
	"address"
	"hours"
	"gallery";
	text-align: center;
}

.sr-logo
{
	grid-area: logo;
}

.sr-title
{
	grid-area: title;
	font-size: 25px;
}

.sr-phone
{
	grid-area: phone;
	font-size: 16px;
}

.sr-address
{
	grid-area: address;
}

.sr-hour
{
	grid-area: hours;
}

.gallery-link
{
	grid-area: gallery;
}

#showroom
{
	top:185px;
}

.sr_right
{
	display: none;
}

#showroom iframe
{
	height: 100% !important;
}

.why_we_p
{
	grid-template-columns: repeat(2,1fr);
	grid-gap: 10px
}
}

.partner
{
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.partner__link {
                    text-decoration: none;
                    color: #000;
                    display: block;
                }
                .partner__inner {
                    display: grid;
                    grid-template-columns: 70px 1fr;
                    font-size: 12px;
                    grid-gap: 10px;
                }

                .partner__text
                {
                	display: flex;
                	align-items: center;
                }
                
                .partner__inner img
                {
                	max-width: 100%;
                }
.city-list
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.city-list a
{
	text-decoration: none;
	padding: 5px 10px;
	border-radius: 3px;
	border:1px solid #ef0309;
	color: #000;
	margin: 5px 5px 5px 0;
}

.city-list a.selected
{
	background: #ef0309;
	color: #fff;
}

.delivery-top h3
{
	font-size: 25px;
}

.delivery-info b
{
	display: block;
	padding: 10px 0 20px;
	font-size: 20px;
}

.delivery-info table
{
	border-collapse: collapse;
}

.delivery-info table td
{
	padding: 5px;
	border:  1px solid #ccc;
}

.pickup-data
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 20px;
	margin-bottom: 40px;
}


.pickup-data .map
{
	width: 100%;
}

.make-order
{
	display: grid;
	grid-template-columns: 1fr 160px;
	grid-gap: 20px;
}

.input
{
	display: block;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 5px 10px;
	position: relative;
}

.input span
{
	display: block;
	color: #666;
	font-size: 11px;
	padding-bottom: 5px;
}

.input input[type=text], .input input[type=email], .input input[type=tel], .input .file-name
{
	-webkit-appearance: none;
	margin: 0;
	padding: 0;
	font-size: 15px;
	border: none;
	display: block;
	width: 100%;
}

.col2 {grid-column: span 2;}
.col3 {grid-column: span 3;}
.col4 {grid-column: span 4;}
.col5 {grid-column: span 5;}
.col6 {grid-column: span 6;}

.form
{
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	grid-gap: 10px;
	padding: 10px 0;
}

.order-block
{
	display: block;
	padding: 10px 0 30px;
}

.order-block .order-block-data {display: none;}
.order-block.active .order-block-data {display: block;}

.order-block-name
{
	display: flex;
	align-items: center;
	font-size: 18px;
}

.order-block-name span
{
	display: block;
	padding: 5px 5px;
	font-weight: 600;
	font-size: 20px;
	color: #fff;
	margin-right: 10px;
	background: #ccc;
}

.order-block.active .order-block-name span
{
	background: #ef0309;	
}

.form input[type=radio]
{
	display: none;
}

.form input[type=radio][name=client_type]+label, .dd-radio input+label
{
	display: inline-block;
	padding: 5px 10px;
	border: #ef0309;
	color: #000;
	font-size: 14px;
}

.form input[type=radio][name=client_type]:checked+label, .dd-radio input:checked+label
{
	background: #ef0309;
	color: #fff;
}

.form input[type=radio].nice+label
{
	display: block;
	position: relative;
	padding: 5px 10px 5px 40px;
	color: #000;
	font-size: 14px;
}

.form input[type=radio].nice+label:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #ef0309;
	background: #fff;
}

.form input[type=radio].nice:checked+label:before
{
	background: #ef0309;
}

.form input[type=radio].custom+label
{
	display: block;
	position: relative;
	padding: 5px 10px 5px 40px;
	color: #000;
	font-size: 14px;
}

.form input[type=radio].custom+label:before
{
	content: "";
	position: absolute;
	left: 0;
	top: 3px;
	display: block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	border: 1px solid #ef0309;
	background: #fff;
}

.form input[type=radio].custom+label .info_block
{
	display: none;
}

.form input[type=radio].custom:checked+label:before
{
	background: #ef0309;
}

.form input[type=radio].custom:checked+label .info_block
{
	display: block;
	font-size: 14px;
	padding: 10px;
	line-height: 1.4;
	background: #eee;
	margin-top: 10px;
}

.order-block-data .tabs
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	border-radius: 0;
	margin: 20px 0;
}

.order-block-data .tabs&gt;a:last-child
{
	border: none;
}

.order-block-data .tabs a
{
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	text-decoration: none;
	border-right: 1px solid #ef0309;
	font-size: 14px;
	padding: 7px;
	text-align: center;
}

.order-block-data .tabs a.tab-checked
{
	background: #ef0309;
	color: #fff;
}

.green-button
{
	display: inline-flex;
	align-items: center;
	color: #fff;
	background: #ef0309;
	border-radius: 3px;
	padding: 14px 20px;
	font-size: 16px;
	text-decoration: none;
	opacity: 0.6;
	transition: all 0.3s ease;
}

.green-button:hover
{
	opacity: 1;
}

.green-button span
{
	margin-left: 10px;
}

.companies
{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	height: 40px;
}

.companies div
{
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.itog
{
	display: block;
	padding: 10px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

.itog h3
{
	font-size: 24px;
	margin-top: 0;
}

.itog-block
{
	display: block;
	margin: 10px 0;
}

.itog-block span:first-child
{
	display: block;
	font-size: 16px;
}

.itog-block span:last-child
{
	display: block;
	font-weight: bold;
	font-size: 18px;
}

.itog-block.bold span:last-child
{
	font-size: 22px;
}

.form textarea
{
	-webkit-appearance: none;
	border: 1px solid #ccc;
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border-radius: 3px;
	height: 80px;
	font-size: 15px;
}

/*.onecol .right
{
	display: none;
}

.onecol .left
{
	grid-column: span 6;

}*/

.basket_table .itog
{
	padding: 0;
	
}

@media all and (max-width: 700px)
{
	.make-order
	{
		grid-template-columns: repeat(1, 1fr);
	}
.col1 {grid-column: span 6;}
	.col2 {grid-column: span 6;}
.col3 {grid-column: span 6;}
.col4 {grid-column: span 6;}
.col5 {grid-column: span 6;}
}

.deliv-inf
{
	display: grid;
	grid-template-columns: 1fr 80px;
	grid-gap: 20px;
	max-width: 400px;
	width: 100%;
	font-size: 16px;
	margin-bottom: 20px;
}

.deliv-inf span
{
	color: red;
	display: block;
	font-size: 14px;
}

.deliv-inf .deliv-p
{
	font-size: 18px;
	font-weight: bold;
}

.sender span
{
	display: none;
}

.input_div
{
	margin-bottom: 10px;
}

.input_div .error-mes
{
	display: none;
}

.input_div .name
{
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
}

.input_div input, .input_div textarea
{
	display: block;
	width: 100%;
	box-sizing: border-box;

}

.cookie-info&gt;div
{
	padding: 0 10px !important;
}

@media all and (max-width: 800px)
{
	.cookie-info&gt;div
{
	width: calc(80% - 20px) !important;
}
	.cookie-info
	{
		justify-content: flex-start !important;
	}
}</pre></body></html>