<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font-family: Tahoma, Geneva, sans-serif; font-size: 14px; margin: 0px; padding: 0px
}

@media(min-width:1600px){
	.container{
		max-width: 1540px;
	}
}
h2{
	font-size: 1.4rem;
}
h3{
	font-size: 1.2rem;
}
h4{
	font-size: 1rem;
}
h1{
	font-size: 1.8rem;
}
a {
	color: #008081;
}
.values input::-webkit-input-placeholder {
	font-size:14px;
}
.bold-text{
	font-weight: 700;
}
.fs-12 {
	font-size: 12px;
}
.b-trunk{
	position: relative;
}
.b-head{
	background: #008081; height: 88px;
	margin-top: 0px;
	margin-bottom: 35px;
}
.b-header{
	color: white;
}
.b-header_logo{
	width: 110px;
	height: 110px;
	border-radius: 50%;
	background-size: cover;
	display: inline-block;
	margin-top: 10px;
}
.b-header_slogan, .b-footer_slogan{
	font-size: 25px;
	font-family: 'Lobster', cursive;
	font-weight: 500;
	color: #fff;
	text-decoration: none;
}
.b-header_slogan:hover, .b-footer_slogan:hover{
	color: #fff;
	text-decoration: none;
}
.form-control.b-header_search{
	border-radius: 0rem;
	border-right: 0px;
	height: 30px;
}
.justify-content-evenly {
	justify-content: space-evenly;
}
.btn.btn-search.b-header_search-input{
	background: white;
	border: 1px solid #ced4da;
    border-radius: 0rem;
    border-left: 0px;
	height: 30px;
}
.b-header_search-icon{
	float: right;
}
.b-header-menu{
	display: flex;
	align-items: center;
}
.nav-menu-element{
	color: #fff;
	padding-right: 12px;
}
.nav-menu-element a,nav-menu-element a:hover{
	text-decoration: none;
	color:#fff;
}
.b-header-cart{
	position: relative;
	margin-top: 15px;
	margin-bottom: 6px;
	background: url(/images/cart.svg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position-y: bottom;
	background-position-x: left;
	height: 55px;
	width: 120px;
	text-align: right;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	font-size: 0px;
}
.b-header-cart_icon{
	height: 42px;
}
.b-header-cart span{
	position: absolute;
	left: 16px;
	background: #f200ff;
	padding: 0px 5px 0px 5px;
	border-radius: 50%;
	font-size: 13px;
	top: 2px;
}
.b-header_phone, .b-footer_phone{
	text-align: center;
}
.b-header_phone-number,
.b-footer_phone-number{
	font-size: 30px;
	font-family: 'Lobster', cursive;
	font-weight: 500;
	margin-top: 15px;
	display: block;
	color: #fff;
	text-decoration: none;
}

.b-head_mobile-menu-elem a.b-header_phone-callback,
a.b-header_phone-callback,
.b-head_mobile-menu-elem a.b-header_phone-callback:hover{
	border-bottom: 1px dotted;
	color: #fff;
}
.b-left_menu-block{
	background: #D6E8E8;
	width: 100%;
}

.b-left-menu_item-line,.b-left-menu_item-subline{
	list-style-type: none;
	width:100%;
}

.b-left_menu-item:hover{
	background: #409999;
	color: #fff;
	text-decoration: none;
}
.b-left_menu-item{
	display: block;
	width: 100%;
	background: #008081;
	border-radius: 5px;
	box-sizing :border-box;
	padding-left: 12px;
	padding-right: 12px;
	color: #fff;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

.b-left_menu-subitem{
	color: #008081;
	text-decoration: underline;
	border-radius: 5px;
	box-sizing :border-box;
	padding-left: 12px;
	padding-right: 12px;
	display: block;
}
.b-left_menu-subitem:hover{
	color: #008081;
}
.b-left_menu-item.selected{
	background-color: #0aa;
}
.img-cover {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b-categories_item-image{
	height: 260px;
	width: 100%;
	display: block;
	position: relative;
}
.filter-orders {
    display: none;
    padding: .25rem 0.75rem;
    line-height: 1.75rem;
    border: 1px solid #dfdfdf;
    position: absolute;
    top: 100%;
    width: 50.6%;
    left: -1px;
    background-color: #fff;
    z-index: 1;
}
.b-categories_item-name{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 55px;
	background: rgba(0, 128, 129, 0.8);
	text-align: center;
	box-sizing: border-box;
	padding: 10px 0px;
	font-size: 14px;
	line-height: 1.2em;
	text-decoration: underline;
	color:#fff;
}
.b-footer{
	background: #008081;
}
#callback{
	display: none;
}
.b-footer-textblock{
	vertical-align: bottom;
	color: white;
}
.b-footer-menu{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.b-topcatalog_left-menu-brands{
	list-style-type: none;
	background: #D6E8E8;
    padding-left: 10px;
	box-sizing: border-box;
}
.b-topcatalog_left-menu-brands a{
	color: #008081;
	text-decoration:underline;
}
.b-topcatalog_left-menu-allbrands{
	margin-top:12px;
	border-top:#008081 1px solid;
	box-sizing:border-box;
	padding-top:6px;
}
.breadcrumbs{
	list-style-type:none;
	color: #008081;
}
.breadcrumbs li{
	display:inline;
}
.breadcrumbs a{
	color: #008081;
	text-decoration:underline;
}
.breadcrumbs li:before {
    content: "&gt;";
    margin-left: .7em;
}
.b-trunk{
	padding-top:16px;
}
.b-item-card{
	height: 450px;
	box-sizing: border-box;
	padding: 12px;
}
.b-item-card--big{
	display: flex;
    flex-direction: row;
}
.item-price--big{
	min-height: 80px;
	display:flex;
	flex-direction:column;
	justify-content:space-evenly;
}
.b-buy-button{
	width: 84px;
    height: 28px;
    border: none;
    background: #008081;
    color: #fff;
}
.b-cart-button{
	width: 124px;
    height: 28px;
    border: none;
    background: #008081;
    color: #fff;
}
.b-cart_col-order{
	height: 40px;
	display: flex;
	align-items: center;
}
.b-cart_col-order--sum{
	justify-content: space-between;
	color:#000;
	font-size: 14px;
	font-weight: 600;
}
.b-cart{
	margin-bottom: 24px;
}
.price,.avail{
	font-size: 120%;
    text-align: left;
}
.avail{
	color: #008081;
	font-weight: bold;
    font-size: 14px;
}
.unavail {
    color: #f92f00;
    font-weight: bold;
    font-size: 14px;
}
.b-item-card--big .b-item-card_image{
	height:auto;
}
.b-item-card_image{
	width:100%;
	height:200px;
	box-sizing:border-box;
	padding:15px;
	position:relative;
}
.b-item-card_image img{
	width:100%;
	height: 200px;
	object-fit: contain;
}
.b-item-card_image .b-item-card_image-img{
	height:170px;
}
.b-item-card_dscr{
	width:100%;
	box-sizing:border-box;
	font-size: 12px;
	min-height: 100px;
}
.b-item-card_dscr-link{
	color:#008081;
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
	min-height: 42px;
}
.b-item-card_dscr-link:hover{
	color:#008081;
}
.card_dscr-attrs{
	display: flex;
	flex-direction: column;
}
.b-attrs{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	margin-bottom: 2px;
}
.attr-name, .attr-value{
	box-sizing: border-box;
	background: #fff;
	height: 100%;
	z-index: 1;
}
.beznal-field {
	display: none;
}
.dots{
	border-bottom: 1px dotted;
	width: 80%;
	position: absolute;
	top: 17px;
	z-index: -1;
}
.b-item-card_dscr .dots {
	z-index: 0;
}
.b-item-card_body{
	display: flex;
	flex-direction: column;
}
.item-price{
	display: flex;
	justify-content: space-between;
	padding-top:15px;
}
.buy-button{
	background: #008081;
	border: none;
	color: #fff;
	padding: 3px 15px;
	font-size: 14px;
}
.b-sort{
	border: 1px solid #0aa;
	box-sizing: border-box;
	padding: 12px;
	display: flex;
	justify-content: space-between;
}
.sort-button.order.selected{
	background:#008081;
	color: #fff!important;
	padding: 2px 6px;
}
.sort-button{
	cursor: pointer;
}
.b-filter{
	background: #D6E8E8;
	box-sizing: border-box;
	padding: 12px;
}
.b-filter_values{
	display: flex;
}
.b-filter_value-input{
	width: 60%;
	min-width: 55px;
	font-size: 14px;
}
.b-filter_list{
	list-style: none;
	padding-left: 0px;
}
.b-filter_list a{
	color: #008081;
	text-decoration: underline;
}
.b-list-controls{
	display: flex;
	justify-content: space-between;
	padding-bottom: 24px;
}
.b-pagination-list{
	list-style: none;
	display: flex;
	padding-left: 0px;
}
.b-pagination-list li {
	padding: 0px 6px;
}
.b-pagination-list li.current{
	background: #008081;
	padding: 1px 3px;
	color: #fff;
}
.b-pagination-list li a.this-page{
	text-decoration: underline;
	color: #008081;
}
.b-pagination-button{
	padding: 0px 6px;
}
.b-pagination-link{
	color: #666AAA;
	padding: 0px 6px;
}
.b-pagination-link:hover {
	color: #666AAA;
}
.b-item_photo-thumb img{
	width: 100%;
	max-height: 350px;
	object-fit: contain;
}
.b-item_attr-value{
	float: right;
}
.b-item_attr-name,.b-item_attr-value{
	background: #fff;
	padding: 2px 6px;
}
a.b-item_attr-value{
	color:#008081;
	text-decoration: underline;
}
.b-item_price p{
	padding-top: 12px;
	margin-bottom: 0px;
	white-space: nowrap;
}
.b-item_price a{
	white-space: nowrap;
}
.b-item_price{
	border: 1px solid #008081;
	display: flex;
	flex-direction: column;
	align-items: center;
	box-sizing: border-box;
	padding: 12px 0px;
}
.lines {
    border-top: 1px solid #0aa;
    border-bottom: 1px solid #0aa;
    width: 100%;
    background: #d0eeee;
}
@media (min-width: 991px) and (max-width: 1200px){
	.b-item_price{
		margin: 0px -12px;
	}
}
.b-item_price-ansver,.b-item_price-comment{
	color:#008081;
	border-bottom: 1px dotted #008081;
	cursor: pointer;
}
.b-item_price-avail,.b-item_complectation-avail{
	color: #008081;
}
.b-item_complectation-unavail{
	color:#f92f00;
}
.b-item_complectation-table{
	border-left: 1px solid #D6E8E8;
	border-right: 1px solid #D6E8E8;
	border-bottom: 1px solid #D6E8E8;
	width: 100%;
}
.b-item_complectation-table td{
	border-top: 1px solid #D6E8E8;
	padding: 12px 6px;
}
.b-item_complectation-table td input{
	width: 40px;
	margin: auto;
}
.b-item_complectation-table-name{
	box-sizing: content-box;
	padding: 2px 4px;
}
.b-item_complectation-table-head td{
	background: #bbe0e0;
	font-weight: 700;
	padding: 4px 10px;
}
.unavail-background{
	background: #e7f9f9;
}
.b-item_complectation-name{
	color:#008081;
	text-decoration: underline;
}
.b-item_complectation-fields{
	text-align: center;
}
#new_review {
	display: none;
}
#feedback{
	display: none;
}
.b-item_complectation-price{
	min-width: 120px;
}
.b-item_price-input{
	border: 1px solid #008081;
	margin: 12px 0px;
}
.b-item_price-input input{
	border: none;
	width: 30px;
	text-align: center;
}
.price.b-item_price-price{
	font-size: 125%;
	padding:12px 0px;
}
.b-item_photo-mini {
	padding-left: 0;
	list-style: none;
	display: flex;
}
.b-item_photo-mini li{
	display: inline-block;
	vertical-align: bottom;
	margin: 10px 1.5% 10px 0px;
	padding: 5px 2%;
	border: 1px solid #ddd;
}
.b-item_photo-mini img{
	width: 100%;
	max-height: 88px;
	object-fit: contain;
}
.b-item_same{
 display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.alert-warning {
	box-sizing: border-box;
	padding:12px;
}
.b-left_menu-subitem--subitem{
	margin-left:12px;
	font-size: 12px;
}
.selected{
	font-weight: 700;
}
.b-catalog{
	min-height: 80vh;
}
.b-catalog_tags{
	margin-left: 0px;
	padding-left: 0px;
}
.b-catalog_tags li a{
	color:#008081;
	padding-right: 12px;
}
.b-catalog_tags li{
	display: inline;
}
select{
	width: 100%;
	overflow-x: scroll;
}

.b-header-cart--mobile span{
	left: 21px;
}
.col-lg-3.b-header-cart-col{
	padding-left:5px;
}
.b-header-cart.b-header-cart--mobile{
	float: right;
}
.b-head_mobile-menu-link:hover,
.b-head_mobile-menu-link:active {
	color:#fff;
	background-color: transparent
}
.b-head_mobile-menu-link{
	color: #fff;
	display: block;
	width: 28px;
	margin-top: 26px;
	font-size: 1.8rem;
	position: relative;
	cursor: pointer;
	background-color: transparent;
	border: none;
	outline: none!important;
}
.b-head_mobile-menu{
	background: #008081;
	position: absolute;
	left: 0px;
	z-index: 100;
	padding-left: 40px;
    justify-content: flex-start;
    align-items: flex-start;
	flex-direction: column;
	transition: all, 0.7s;
	top: 88px;
	margin: 0px;
	transition: all, 0.7s;
}
.b-cart_list-name a{
	color: #008081;
	font-weight: 700;
	text-decoration: underline;
}
.b-cart_list-name span,
.b-cart_list-elem-price-name,
.b-cart_list-elem-count-name{
	color: #008081;
	font-weight: 700;
}

.b-header_phone.b-header_phone-mobile{
	text-align: left;
	padding-bottom:24px;
}
.spin_edit{
	width: 130px;
	display: flex;
}
.spin_edit input{
	width: 40px;
	height: 24px;
	text-align: center;
	border: 1px solid #b6b6b6;
}
.spin_edit span{
	margin:0px 6px
}
.input-group {
	padding-top: 1.5rem
}
.spin_bot,.spin_top{
	background: #e0e0e0;
	border: 1px solid #b6b6b6;
	text-align: center;
	color: #777;
	cursor: pointer;
	height: 24px;
	width: 24px;
}
.spin_bot {
	border-right: none;
}
.spin_top{
	border-left: none;
}
.buy-form{
	display: none;
}

.b-cart_col{
	border-bottom: 1px solid #D6E8E8;
	border-left: 1px solid #D6E8E8;
	border-right: 1px solid #D6E8E8;
}
.b-cart{
	border-top: 1px solid #D6E8E8;
}
.b-cart_header-colname{
	font-weight: 700;
	box-sizing: border-box;
	padding: 6px 10px;
	text-align: center;
}
.b-cart_header{
	background: #bbe0e0;
}
.spin_bot:active,
.spin_top:active{
	background: #accfe0;
}

.cart-crumb,.brands-crumb a{
	color: #008081;
}
.cart-crumb :hover,.brands-crumb a:hover{
	color: #008081;
}
.filter-column{
	padding-left: 5px;
	padding-right: 5px;
}

.b-cart_list-values,
.b-cart_list-name{
	display: flex;
	align-items: center;
}
.b-cart_list-elem-remove{
	cursor: pointer;
	margin:0px 6px;
}
.b-cart_list-elem-thumb{
	height: 200px;
	padding: 12px;
}
.b-cart_list-thumb-image{
	height: 180px;
	width: 100%;
	object-fit: contain;
}
.b-cart_list-elem-price,
.b-cart_list-elem-count{
	display: flex;
	justify-content: center;
}
.b-cart_list-values-row{
	width: 100%;
}
#crumbs {
	display: flex;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    list-style: none;
    line-height: 150%;
    color: #008081;
    overflow: hidden;
}
#crumbs a {
	color: #008081;
}
.subcats ul {
    padding: 0px;
    margin: 0px 0px 0.5em 0px;
    list-style: none;
    overflow: hidden;
	display: flex;
	flex-wrap: wrap;
}
.subcats li {
	padding: 0.5em;
}
.subcats .selected {
    background: #008081;
    color: #fff;
}
.fixed_right-filter{
	position: absolute;
	left: 0px;
	right: 0px;
}
.subcat_wrap{
	height: 160px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	margin-bottom:24px;
}
.subcat_wrap-thumb-photo{
	height: 110px;
	width: 100%;
	object-fit: contain;
}
.subcat_wrap-dscr{
	text-align: center;
}
.subcat_wrap-dscr a{
	color: #008081;
	text-decoration: underline;
}
.subcat_wrap-dscr a:hover{
	 color: #008081;
 }
.brands-logos li {
	height: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.brands-logos li a{
	font-size: 16px;
	font-weight: 700;
	color: #008081;
}
.brands-logos {
	padding: 0px;
	list-style: none;
}
.brand-logo{
	height: 140px;
	width: 100%;
	object-fit: contain;
}
.brand-li{
	vertical-align: center;
	text-align: center;
}

.gamb-menu-icon{
    width: 25px;
    height: 30px;
	position: relative;
	outline: none;
	transform: rotateZ(180deg);
}
.first-line,
.second-line,
.third-line{
    position: absolute;
    width: 20px;
    height: 3px;
	left: 10px;
    background: #fff;
    border-radius:2px!important;
    transition: all, 0.5s;
}
.third-line{
    top: 24px;
}
.second-line{
    top: 17px;
}
.first-line{
    top: 10px;
	transition: none !important;
}
button[aria-expanded="true"] .first-line{
    opacity:0;
}
button[aria-expanded="true"] .second-line{
    top: 12px;
    transform: rotatez(-45deg);
}
button[aria-expanded="true"] .third-line{
    top: 12px;
    transform: rotatez(45deg);
}
button[aria-expanded="true"] .right-menu-icon .second-line{
    opacity:1;
}
button[aria-expanded="true"] .right-menu-icon .first-line{
    left: 3.5px;
    width: 24px;
    top: 11.5px;
    transform: rotatez(-45deg);
}
button[aria-expanded="true"] .right-menu-icon .third-line{
    left: 3.5px;
    top: 11.5px;
    width: 24px;
    transform: rotatez(45deg);
}
.catalog-btn,.filter-btn{
	width:100%;
	text-align: center;
}
.menu-btn-block{
	display: flex;
}
.small,.small:hover {
    font-size: 14px;
	white-space: normal;
	color: #008081;
}
.b-footer-nav-menu{
    align-items: center;
    text-align: left;
}
.live-link{
	display: flex;
	align-items: center;
	padding-right: 4px;
}
.crumbs-list {
	width: max-content;
	height: 15px;
	padding-left: 0px;
}
.fa-search, .fa-phone {
	font-size: 20px;
	color: #fff;
}
.fa-sort {
	font-size: 17px;
    color: #008081;
}
.fa-filter {
	color: #008081;
}
.mobåle-hidden {
	display: none !important;
}
#top-search input[type="submit"] {
	background: transparent url(images/lup.png) no-repeat left top;
    width: 25px;
    position: absolute;
    right: 5px;
    top: -2px;
}
@media (max-width: 1200px){
	.b-header_slogan, .b-footer_slogan{
		font-size: 21px;
	}
	.b-header_logo{
		width: 50px;
		height: 50px;
	}
	.nav-menu-element-about{
		display: none;
	}
	.b-header_phone-number,
	.b-footer_phone-number{
		font-size: 24px;
	}
}
@media(min-width:991px){
	.js-fixed-left{
		position: absolute;
		top: 0px;
		left: -12px;
	}
	.js-fixed-right{
		position: absolute;
		top: 0px;
		left: 12px;
	}
}
@media (max-width: 991px) and (min-width: 576px){
	.b-head_mobile-menu{
		background: #008081;
		position: absolute;
		z-index: 100;
		flex-direction: column;
		transition: all, 0.7s;
		width: 100%;
	}
}
@media (max-width: 991px){
	h2 {
		font-size: 1.2rem;
	}
	.reverse-block{
		flex-direction: column-reverse;
	}
	.b-header_phone,
	.b-footer_phone{
		text-align: right;
	}
	.d-small-block{
		display: block!important;
	}
	.b-header_logo {
		width: 80px;
		height: 80px;
	}
	.b-head{
		margin-bottom:0px;
		padding: 0px;
	}
	.b-cart_list-name{
		align-items: flex-start;
	}
	.b-cart_list-elem-count,
	.b-cart_list-elem-price{
		padding:15px;
		justify-content: flex-start;
	}
	.b-header_logo{
	  margin-top: 5px;
	  width: 40px;
	  height: 40px;
	}
	.b-sort{
		flex-direction: column;
	}
	#mobilecatalogmenu {
		position: absolute;
		z-index: 2;
		padding: 0px;
	}
}
@media (max-width: 991px){
	.mobile-header {
		display: flex !important;
		justify-content: space-around;
		align-items: center;
		height: 100%;
		width: 100%;
	}
	.b-head_mobile-menu-link {
		margin-top: 5px;
	}
	.b-header-cart--mobile span {
		left: 19px;
	}
	.b-header-cart {
		background-position-x:right;
		width: 55px;
	}
	.mobile-order-0{
		order: 0;
	}
	.mobile-order-1{
		order: 1;
	}
	.mobile-order-2{
		order: 2;
	}
	.b-left-menu_item-subline {
		background-color: #d6e8e8;
		height: 2rem;
   		line-height: 1.75rem;
	}
	.b-left_menu-subitem--subitem {
		color: #fff;
		font-size: 14px;
	}
	.b-left-menu_item-subline a {
		color: #008081;
	}
}
.mobile-only {
	display: none;
}
.mobile-filter {
	display: none;
}
.mobile-search {
	display: none;
}
.mobile-header {
	display: none;
}
.modal-footer .btn-success {
	background: #008081;
    outline: none;
    border: 1px solid #008081;
} 
@media (max-width:767px){
	h1 {
		font-size: 1.2rem;
	}
	.b-trunk {
		padding-top: 0;
	}
	.mobile-header {
		display: flex;
		justify-content: space-around;
		align-items: center;
		height: 100%;
		width: 100%;
	}
	.mobile-hidden {
		display: none !important;
	}
	.mobile-only {
		display: block;
	}
	.mobile-filter {
		position: relative;
		display: flex;
		width: 100%;
		justify-content: space-around;
		border: 1px solid rgba(0,0,0,.125);
		height: 40px;
		align-items: center;
	}
	.orders span {
		font-size: 15px;
		height: 100%;
		line-height: 2.25rem;
		padding: 2px 5px;
		width: 50%;
		text-align: center;
	}
	.orders span:last-of-type {
		border-left: 1px solid rgba(0,0,0,.125);
	}
	.b-header {
		padding: 0;
	}
	.nav-menu-element-container {
		width: 100%;
	}
	.mobile-search {
		display: none;
		z-index: 10;
		position: absolute;
		top: 55px;
		width: 100%;
		padding: 0 10px;
		background: #008081;
	}
	.b-head_mobile-menu {
		padding-left: 0;
	}
	.b-categories_item-image {
		height: 150px;	
	}
	.b-left_menu-block {
		background: #008081;
		padding:5px 15px;
	}
	.b-sort .orders{
		padding-top: 6px;
		display: flex;
		justify-content: space-between;
	}
	.b-item-card--big{
		flex-direction: column;
	}
	.mobile-order-0{
		order: 0;
	}
	.mobile-order-1{
		order: 1;
	}
	.mobile-order-2{
		order: 2;
	}
	.b-categories_item{
		padding: 7.5px !important;
	}
	.breadcrumbs {
		margin-top: 10px;
	}
	.b-item-card {
		height: auto;
	}
	.breadcrumbs {
		overflow-x: scroll;
	}
	.b-pagination-list li {
		min-width: 40px;
		min-height: 30px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.b-cart_list-elem-thumb {
		height: auto;
	}
	.input-group {
		padding-top: 0;
	}
	.subcats ul {
		margin-top: 15px;
	}
}
@media (max-width:576px){
	.col-xs-8{
		width: 66.6666%;
	}
	.col-xs-4{
		width: 33.3333%;
	}
	.col-xs-6{
		width: 50%;
	}
	.b-head_mobile-menu{	
		width: 100vw ;
		top: 59px;
	}
	.b-left_menu-item {
		font-size: 16px;
	}
	.b-header-cart {
		margin-top: 15px;
		height: 40px;
		width: 35px;
		color: transparent;
		font-size: 1px;
	}
	.b-header_slogan{
		font-size: 18px;
	}
	.b-header-cart--mobile span {
		left: 11px;
		color: #fff;
		padding: 0px 4px 0 4px;
		height: 14px;
		font-size: 10px;
		top: 4px;
	}
	.b-header_logo{
		width: 30px;
    	height: 30px;
	}
	.b-header_phone-number{
		font-size: 18px;
	}
	.b-footer-menu{
		justify-content: flex-end;
	}
	.b-head{
		height: 60px;
		width: 100%;
	}
	.b-head_mobile-menu-link{
		margin-top: 11.5px;
	}
	.item-price--big{
		justify-content: space-between;
		flex-direction: row;
		min-height: 20px;
		padding-top: 12px;
	}
	.mobile-menu-link{
		font-size: 15px;
		color: #000;
	}
	.mobile-menu-link:hover {
		color: #000;
	}
	.d-small-block{
		margin-bottom: 6px;
	}
	.mobile-menu-link:hover {
		text-decoration: none!important;
	}
	.catalog-btn .mobile-menu-link{
		border-right: none;
	}
	.b-header_phone-number, .b-footer_phone-number {
		font-size: 16px;
		padding-top: 24px;
	}
	.live-link{
		align-items: flex-end;
	}
}
@media (max-width:400px){
	.b-header_slogan{
		font-size: 15px;
		margin-top: .5em;
	}
	.b-header_phone-number{
		font-size: 16px;
	}
	.b-head_mobile-menu{
		padding:0 10px;
	}
}
@media (max-width: 991px){
	.b-footer-nav-menu{
		flex-direction: column;
		align-items: flex-start;
	}
}
.nav-menu-element-container .b-header_phone-number{
	font-size: 20px;
}
.nav-menu-element-container .b-head_mobile-menu-elem{
    font-size: 20px;
	text-decoration: dotted;
}
.negative-margin{
	margin-left: -15px;
}
.phone-footer-block{
	display: flex;
    justify-content: space-between;
}
.b-header_phone-number:hover,
.b-footer_phone-number:hover{
	color: #fff;
	text-decoration: none;
 }
 .b-item_complectation .cart{
	 text-align: right;
 }
 .b-item_complectation-fields input{
	 text-align: center;
 }
 @media (min-width: 1200px){
	.b-item_complectation-table {
		display: table; 
	}
}
.special img{
	height: 50px;
	object-fit: contain;
	position: absolute;
    z-index: 100;
}</pre></body></html>