

/* Start:/bitrix/templates/eshop_autofamily/colors.css?15988711201385*/
.header_inner_bottom_line_container
{
}
.header_inner_bottom_line
{
}
/* ---- INC ABOUT FOOTER ---- */
.bx_inc_about_footer p
{
}
.bx_inc_about_footer a{color: #0073a3}
/* FOOTER WRAP */
.bottom_wrap
{
}
.footer_wrap
{
	background-color: #3d3d3d;
}
.footer_contact
{
	color: #9a9a9a;
}
.bx_title_section.stars .icon{background:url(/bitrix/templates/eshop_autofamily/images/stars.png) no-repeat center left}
.bx_title_section.time  .icon{background:url(/bitrix/templates/eshop_autofamily/images/time.png)  no-repeat center left}
.bx_topnav
{
	font-size:0;
	margin: 0;
}
.bx_topnav li
{
	display: inline-block;
}
.bx_topnav li a
{
    display: block;
    padding: 0px 1rem;
    line-height: 2.5rem;
	color: #fff;
	font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: none;
}
.bx_topnav li a:hover
{
	color: white;
    border-bottom: 2px solid #d40000;
}
.bx_topnav li a:active
{
	color: #d40000;
}
.bx_inc_catalog_footer
{
}
.bx_inc_catalog_footer h3
{
	padding-bottom: 0;
}
.bx-touch .bx_inc_catalog_footer h3
{
}
.bx_inc_menu_footer
{
}
.bx_inc_menu_footer h3
{
	padding-bottom: 0;
}
.bx-touch .bx_inc_menu_footer h3
{
}
.search_links
{
	color: transparent;
	display: inline-block;
	height: 2rem;
	line-height: 2rem;
	padding: 0 2rem;
	border: 1px solid #ffffff42;
	margin-right: 1rem;
	/* border: 1px solid #d40000; */
}
.search_links:hover {color: transparent;border: 1px solid #d40000;}
/* End */


/* Start:/bitrix/templates/eshop_autofamily/components/bitrix/sale.basket.basket.line/krumo_basket/style.css?15159942204166*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	/*
	padding-bottom: 5px;
	padding-left: 20px;
	*/
	white-space: nowrap;
	position: relative;
	
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a
{
	/*
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
	*/
	-webkit-appearance: inherit;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin: 0px;
    margin-right: 0.5rem;
    /*background: black;*/
    outline: none;
    cursor: pointer;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.bx-basket-fixed.top	  {top:10px}
	.bx-basket-fixed.right  {right:10px}
	.bx-basket-fixed.bottom{bottom:10px}
	.bx-basket-fixed.left	 {left:10px}
	.bx-basket-fixed.bx-max-height{top:10px;bottom:10px;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.bx-basket-item-list-item-img img{
	max-width: 90px;
	height: auto;
	border: 1px solid #E6E6E6;
}
.bx-basket-item-list-item-name{padding-bottom: 5px;}
.bx-basket-item-list-item-name a{
	font-size: 13px;
	color: #3F3F3F;
	text-decoration: none;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.bx-basket-item-list-item-remove:hover{
	opacity: .7;
}
.bx-basket-item-list-item-price-block{
	padding-bottom: 5px;
	font-size: 12px;
}
.bx-basket-item-list-item-price{
	display: inline-block;
	margin-right: 5px;
}
.bx-basket-item-list-item-price-old{
	display: inline-block;
	margin-right: 5px;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/bitrix/templates/eshop_autofamily/components/bitrix/search.suggest.input/krumo_suggest/style.css?15893707791390*/
input.search-suggest
{
    width: auto;
    height: 2rem;
	margin-right: 1rem;
    padding: 0 0.5rem;
    outline: none;
    /*color: #3f454b;*/
	color:white;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2rem;
    border: 1px solid #ffffff42;
    border-radius: 0px;
	background: transparent;
}
a.search_button
{
    display: inline-block;
	width:150px;
    height: 2rem;
    vertical-align: top;
    outline: none;
    background: #d40000;
    border-radius: 0px;
    padding: 0 0.5rem;
    font-size: 1rem;
    font-weight: normal;
    line-height: 2rem;
	text-align:center;
}
a.search_button:hover
{
    background: #e48d8d;
}
a.search_button::before
{
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2rem;
    content: "\f002";
    color: white;
    line-height: 2rem;
    height: 2rem;
    text-align: center;
}
div.search-popup
{
	border: 1px solid #333333;
	background: #FFFFFF;
	padding: 2px;
	margin: 0px;
}
div.search-popup-row, div.search-popup-row-active{position: relative; padding: 2px 4px;margin: 0px;cursor: hand;cursor: pointer;}
div.search-popup-row{background:#FFFFFF;}
div.search-popup-row-active{background:#EEEEEE;}
div.search-popup-el-name, div.search-popup-el-cnt{position: relative; margin:0px;padding:0px;text-align:left;}
div.search-popup-el-cnt{text-align:right; float:right;}
/* End */


/* Start:/bitrix/templates/eshop_autofamily/components/bitrix/system.auth.form/phone_auth/style.css?15910077841801*/
#header-basket-link
{
	-webkit-appearance: inherit;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin: 0px;
    margin-right: 0.5rem;
    outline: none;
    cursor: pointer;
}
#header-basket-link:hover::after
{
	display: block;
    position: absolute;
    margin-top: 3rem;
    width: 3rem;
    color: white;
    font-size: 0.8rem;
    text-align: center;
	line-height: 1rem;
}
#header-basket-link:hover::after
{
	content: "корзина";
}
#header-basket-link::before
{
	display: block;
    position: absolute;
    width: 3rem;
    height: 3rem;
    font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
	content: "\f07a";
}
#header-basket-link:hover::before
{
	color: #d40000;
}
#header-basket-quantity
{
	position: absolute;
    right: 0.5rem;
    top: 0;
    background: #d40000;
    border: 2px solid white;
    border-radius: 50%;
    text-align: center;
    color: white;
    padding: 0 0.4rem;
    box-sizing: border-box;
    font-size: 0.6rem;
}
a.bx_login_top_inline_link
{
	color: #fff;
	font-size: 1rem;
    font-weight: normal;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 1rem;
    line-height: 2.5rem;
    border-bottom: none;
}
a.bx_login_top_inline_link:hover
{
    color: white;
    border-bottom: 2px solid #d40000;
}
.bx_login_top_inline_icon
{
}
.bx_login_top_inline_icon::before
{
	display: inline-block;
    height: 2.5rem;
    font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
    font-size: 1rem;
    line-height: 2.5rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
	content: "\f007";
}
/* End */


/* Start:/bitrix/templates/eshop_autofamily/components/bitrix/menu/krumo_horizontal2/style.css?159101064011536*/
.bx-top-nav-container 
{
	display:inline-block;
	/*margin-top: 15px;*/
	/*padding: 0 10px;*/
	/*background: #0083d1;/* COLOR */
	/*color: #fff;*/
	/*border-radius: 2px;*/
	position: relative;
	font-family:  "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* 1 lvl*/

.bx-top-nav-container .bx-nav-list-1-lvl
{
	display: inline-block;
	margin: 0;
	/*padding-left: 30px;*/
	list-style: none;
}
.bx-top-nav-container .bx-nav-1-lvl {
	float: left;
	position: relative;
	font-size:0;
}
.bx-top-nav-container .bx-nav-1-lvl>a 
{
	color: #fff;
    /*font-weight: 700;*/
	font-weight:normal;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    /* border-radius: 1px; */
    /* padding-top: 6px; */
    /* padding-bottom: 2px; */
    padding: 0px 1rem;
    line-height: 2.5rem;
	border-bottom: 2px solid transparent;
}

.bx-top-nav-container .bx-nav-1-lvl>a span {
	/*padding: 10px 14px 14px;*/
	display: block;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover {}

.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a {
	z-index: 250;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13)
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a span,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.hover>a span
{
	background: #fff;
}
.bx-top-nav-container .bx-nav-parent-arrow{
	display: none;
}
/*2 lvl*/

.bx-top-nav-container .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-2-lvl-container {
	z-index: 999;
	display: none;
	opacity: 0;
	padding: 9px 0 5px;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .13);
	border-top: none;
	min-width: 100%;
	color: #000;
}
.bx-top-nav-container .bx-nav-2-lvl-container-advanced::before,
.bx-top-nav-container .bx-nav-2-lvl-container::before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-hover .bx-nav-2-lvl-container,
.bx-top-nav-container .bx-nav-1-lvl.hover .bx-nav-2-lvl-container {
	opacity: 1;
	display: block;
	position: absolute;
	top: 100%;
	z-index: 999;
	background: #fff;
}

.bx-top-nav-container>ul{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-list-2-lvl {
	margin: 0;
	padding: 5px 0 12px;
}
.bx-top-nav-container .bx-nav-2-lvl {
	display: block;
	min-width: 180px;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-2-lvl>a {
	padding: 5px 15px 5px;
	color: #20394c;
	font-size: 13px;
	line-height: 16px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: none;
	display: block;
}

.bx-top-nav-container .bx-nav-list-2-lvl .bx-nav-2-lvl:first-child a{
	border-top: none;
	margin-top: 0;
}

/*3 lvl*/

.bx-top-nav-container .bx-nav-3-lvl {
	padding: 5px 0;
	margin: 0;
}
.bx-top-nav-container .bx-nav-3-lvl-container-advanced::before,
.bx-top-nav-container .bx-nav-3-lvl-container::before {
	position: absolute;
	content: " ";
	display: block;
	height: 5px;
	background: #fff;
	top: -5px;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-list-3-lvl {
	margin: 0;
	padding: 0px 0 14px 7px;
}
.bx-top-nav-container .bx-nav-3-lvl {
	display: block;
	min-width: 180px;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-3-lvl a {
	padding: 3px 15px;
	color: #555;
	font-size: 13px;
	line-height: 14px;
	text-decoration: none;
	border-bottom: none;
	display: block;
}





/* col 1 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container {
	min-width: 200px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 100%;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-1-col .bx-nav-catinfo-back{
	width: 100%;
	background: #fff;
}
/* col 2 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container {
	min-width: 400px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 50%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-2-col .bx-nav-catinfo-back{
	width: 50%;
}
/* col 3 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container {
	min-width: 600px
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	min-width: 200px;
	width: 33.33333%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-3-col .bx-nav-catinfo-back{
	width: 33.33333%;
}
/* col 4 */
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col {position: static;}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced{
	top: 100%;
	left: 0;
	right: 0;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container{
	min-width: 100%
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container-advanced .bx-nav-list-2-lvl,
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-2-lvl-container .bx-nav-list-2-lvl {
	display: block;
	width: 25%;
	float: left;
}
.bx-top-nav-container .bx-nav-1-lvl.bx-nav-list-4-col .bx-nav-catinfo-back{
	width: 25%;
}

.bx-top-nav-container .bx-nav-catinfo{
	padding: 5px 15px 5px;
	z-index: 120;
	position: relative;
}
.bx-top-nav-container .bx-nav-catinfo img{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #e7e9ea;
	width: auto;
	max-width: 100%;
	height: auto;
	max-height: 100%;
}
.bx-top-nav-container .bx-nav-catinfo p{
	padding: 20px 5px 0;
	font-size: 13px;
}
.bx-top-nav-container .bx-nav-catinfo-back{
	position: absolute;
	display: block;
	content: ' ';
	top: -5px;
	right: 0px;
	bottom: 0px;
	background: #f7fafb;
	z-index: 100;
	border-left: 1px solid #ecefef;
}
/* ASIDE */
/*body>.bx-aside-nav-control.bx-opened{left: 85%;}*/

.bx-aside-nav-control {
	font-size: 28px;
	position: fixed;
	width: 40px;
	height: 40px;
	top: 5px;
	left: 5px;
	line-height: 40px;
	cursor: pointer;
	z-index: 1750;
	color: #fff;
	text-align: center;
}
body>.bx-aside-nav-control{
	-webkit-transition: left .15s linear;
	-moz-transition: left .15s linear;
	-ms-transition: left .15s linear;
	-o-transition: left .15s linear;
	transition: left .15s linear;
}
.bx-aside-nav-control .fa{
	line-height: 40px;
	vertical-align: middle;
}

.bx-wrapper,
.bx-aside-nav {
	-webkit-transition: -webkit-transform .15s linear;
	-moz-transition: -moz-transform .15s linear;
	-ms-transition: -ms-transform .15s linear;
	-o-transition: -o-transform .15s linear;
	transition: transform .15s linear;
}
.bx-logo {
	z-index: 1700 !important
}
/**/
.bx-opened .bx-footer,
.bx-opened .workarea{display:none !important}
/**/
.bx-aside-nav {
	display: none;
	padding-top: 50px;
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-o-transform: translateX(-100%);
	transform: translateX(-100%);
	width: 100%;
	background: #4c5c65;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1600;
}
.bx-aside-nav.bx-opened {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	overflow-y: scroll;

}
.bx-aside-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.bx-aside-nav a {
	color: #fff;
	vertical-align: middle;
	line-height: 48px;
	height: 48px;
	font-size: 16px;
	display: block;
	border-bottom: 1px solid #3d4b53;
	padding-left: 15px;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.bx-aside-nav a {
	text-decoration: none;
}
.bx-aside-nav .bx-nav-1-lvl {}
.bx-aside-nav .bx-nav-1-lvl>a {}
.bx-nav-1-lvl.bx-opened,
.bx-aside-nav .bx-nav-1-lvl:hover>a,
.bx-aside-nav .bx-nav-1-lvl.bx-hover>a {
	background: #44535c;
}
.bx-aside-nav .bx-nav-list-2-lvl {
	background: #44535c;
}
.bx-aside-nav .bx-nav-2-lvl>a {
	padding-left: 30px;
}
.bx-aside-nav .bx-nav-3-lvl>a {
	padding-left: 45px;
}
.bx-aside-nav .bx-nav-4-lvl a {
	padding-left: 60px;
}
.bx-aside-nav .bx-nav-parent {
	position: relative;
}
.bx-aside-nav .bx-nav-parent-arrow {
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 6px;
	width: 46px;
	height: 34px;
	text-align: center;
	border-left:1px solid #5a6971;
	z-index: 200;
}
.bx-aside-nav .bx-nav-parent-arrow i {
	line-height: 34px;
	font-size: 17px;
	font-style: normal;
	color: #fff;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-parent-arrow i {
	-webkit-transition: all .15s linear;
	-moz-transition: all .15s linear;
	-ms-transition: all .15s linear;
	-o-transition: all .15s linear;
	transition: all .15s linear;
}
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent>ul {
	overflow: hidden;
	height: 0;
}
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container-advanced,
.bx-aside-nav .bx-nav-parent.bx-opened .bx-nav-2-lvl-container,
.bx-aside-nav .bx-nav-parent.bx-opened>ul {
	height: auto;
}

.bx-aside-nav .bx-nav-catinfo{display: none;}
.bx-aside-nav .bx-nav-catinfo-back{display: none;}

@media (min-width: 1200px) {
	.bx-top-nav-container .bx-nav-1-lvl>a
	{
		font-size: 1rem;
	}
	.bx-top-nav-container .bx-nav-1-lvl>a span
	{
		/*padding: 12px 14px 15px;*/
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.bx-top-nav-container .bx-nav-1-lvl>a
	{
		/*font-size: 13px;*/
		font-size: 1rem;
	}
	.bx-top-nav-container .bx-nav-1-lvl>a span
	{
		/*padding: 9px 11px 12px;*/
	}
}

@media (min-width: 768px) and (max-width: 991px)
{
	.bx-top-nav-container .bx-nav-1-lvl>a
	{
		font-size: 11px;
	}
	.bx-top-nav-container .bx-nav-1-lvl>a span
	{
		/*padding: 5px 6px 9px;*/
	}
}
@media (min-width: 768px){
	.bx-aside-nav-control,
	.bx-aside-nav{display: none;}
	.bx-top-nav-container{display: inline-block;}
}
@media (max-width: 767px) {
	.bx-aside-nav-control,
	.bx-aside-nav{display: block;}
	.bx-top-nav-container{display: none;}
	.bx-aside-nav .bx-nav-parent-arrow{display: block;}
	.bx-aside-nav .bx-nav-1-lvl.bx-nav-parent>a>span>.fa{display: none;}
}
#redArrow:before {
    content: "\f0da";
    display: inline-block;
    color: #d40000;
    line-height: 8rem;
    font-size: 40rem;
    font: normal normal normal 42px/2 FontAwesome;
    vertical-align: top;
    line-height: 2.5rem;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
}
/* End */


/* Start:/bitrix/templates/eshop_autofamily/components/bitrix/menu/krumo_horizontal2/themes/blue/colors.css?15159971391134*/
.bx-blue.bx-top-nav .bx-top-nav-container
{
	/*background: #0083d1;*/
	/*background: #d10000;*/
	/*background: #da3737;  !!!!!!!!!*/
	/*background: black;*/
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-hover>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-active>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl:hover>a {
	
	/*background: #5ca6e4;*/
	/*background: black;*/
	color: white;
	border-bottom: 2px solid #da3737;
}
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent.bx-hover>a,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-1-lvl.bx-nav-parent:hover>a {
	/*color: #0083d1;*/
	/*background: #d10000;*/
	/*background: black;*/
	/*background-color: transparent;*/
	color: white;
}
/*2 lvl*/
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a.bx-active,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-2-lvl>a:hover {
	color: #0083D1;
	background: #f0f6f8;
}
/*3 lvl*/
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a.bx-active,
.bx-blue.bx-top-nav .bx-top-nav-container .bx-nav-3-lvl a:hover {
	color: #0083D1;
	background: #f0f6f8;
}

/* End */


/* Start:/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/style.css?158937077918312*/
.bx_slider_section
{
    position: relative;
    overflow: hidden;
    padding-top: 45%;
}
@media (max-width:640px){.bx-touch .bx_slider_section{margin-top:20px;padding-top:70%}}
@media (max-width:480px){
	.bx-touch .bx_slider_section{
		margin-top: 20px;
		padding-top: 70%;
	}
}
.bx_slider_section .bx_slider_container{
	position: absolute;
	top: 0;
	bottom: 20px;
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_container{
		position:static;
		top:auto;
		bottom:auto;
	}
}
.bx_slider_section .bx_slider_block{
	position:relative;
	float:left;
	height:100%;
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_block{
		position: static;
		float: none;
		display: none;
	}
	.bx-touch .bx_slider_section .bx_slider_block.active{
		display: block;
	}
}
.bx_slider_section .bx_slider_photo_container{
	position:absolute;
	top:0;
	bottom:0;
	width:55%;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_photo_container{
		width: 100%;
		padding-top: 35%;
		bottom: auto;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_photo_container{
		padding-top: 70%;
	}
}
.bx_slider_section .bx_slider_photo_background,
.bx_slider_section .bx_slider_photo_element{
	position:absolute;
	top:3%;
	right:2%;
	bottom:3%;
	left:6%;
	background:#fff;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_photo_background,
	.bx-touch .bx_slider_section .bx_slider_photo_element{
		right:2%;
		left:2%;
	}
}
.bx_slider_section .bx_slider_photo_background{
	-webkit-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-moz-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-ms-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	-o-transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
	transform:scale(1) rotate(1.8deg) translateX(0px) translateY(0px) skewX(0deg) skewY(0deg);
}
.bx_slider_section .bx_slider_photo_element{
	display:block;
	padding:1px;
	-webkit-background-size:contain !important;
	background-size:contain !important;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_photo_element, 			.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 3px 0 rgba(123,152,165,.75)}}
@media (max-width:641px){ 			.bx_slider_section .bx_slider_photo_element, 			.bx_slider_section .bx_slider_photo_background{box-shadow:0 0 2px 0 rgba(123,152,165,.75)}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_photo_element, .bx-touch  .bx_slider_section .bx_slider_photo_background{box-shadow:0 0 1px 0 rgba(123,152,165,.75)}}
/* Stickers */
.bx_slider_section .bx_stick{
	position:absolute;
	top:20px;
	left:-2px;
	display:block;
	width:123px;
	height:35px;
	background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/stick.png) left center no-repeat;
	-webkit-background-size:contain !important;
	background-size:contain !important;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:	18px;
	line-height:35px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_stick{ 		  width:90px;height:30px;font-size:14px;line-height:30px}}
@media (max-width:640px){ 			.bx_slider_section .bx_stick{top:10px;width:70px;height:30px;font-size:11px;line-height:30px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_stick{top: 5px;width:63px;height:27px;font-size:10px;line-height:27px;font-weight:normal}}
.bx_slider_section .bx_stick_disc{
	position:absolute;
	right:5px;
	bottom:5px;
	display:block;
	width:72px;
	height:74px;
	background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/stick_disc.png) no-repeat center;
	-webkit-background-size:contain !important;
	background-size:contain !important;
	color:#fff;
	text-align:center;
	text-shadow:0 1px 0 #ba3434;
	font-weight:bold;
	font-size:26px;
	line-height:74px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_stick_disc{width:64px;height:64px;font-size:21px;line-height:64px}}
@media (max-width:640px){ 			.bx_slider_section .bx_stick_disc{width:48px;height:48px;font-size:15px;line-height:48px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_stick_disc{width:36px;height:36px;font-size:12px;line-height:36px}}
.bx_slider_section .bx_slider_content_container
{
	position:absolute;
	top:1px;
	right:10px;
	bottom:0;
	left:59%;
	z-index:50;
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_content_container{
		top: 60%;
		left: auto;
		right: auto;
		width: 100%;
	}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_content_container{
		top: auto;
		position: static;
	}

}
.bx_slider_section .bx_slider_title{
	overflow:hidden;
	margin:0;
	padding:0;
}
@media (max-width:980px){		   .bx_slider_section .bx_slider_title{max-height:23px}}
@media (max-width:640px){		   .bx_slider_section .bx_slider_title{max-height:17px}}
@media (max-width:480px){.bx-touch .bx_slider_section .bx_slider_title{max-height:12px}}
.bx_slider_section .bx_slider_title a
{
	text-decoration:none;
	font-size:1.5rem;
	line-height:1.3;
	display:inline-block;
	width:100%;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	text-overflow:ellipsis;
	vertical-align:top;
}
.color_wood   .bx_slider_section .bx_slider_title a{color: #572c05;text-shadow: 0 1px 1px rgba(246,237,206,0.7);}
.color_green  .bx_slider_section .bx_slider_title a{color:#fff;}
.color_yellow .bx_slider_section .bx_slider_title a{color: #4c4a3f;text-shadow: 0 1px 1px rgba(255,255,255,.5);}
.color_red    .bx_slider_section .bx_slider_title a{color:#fff;}
.color_black  .bx_slider_section .bx_slider_title a{color:#fff;}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_title a{font-size:21px;line-height:23px}}
@media (max-width:640px){ 			.bx_slider_section .bx_slider_title a{font-size:17px;line-height:17px}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_title a{font-size:11px;line-height:12px}}
.bx_slider_section .bx_slider_content_description
{
}
.color_blue   .bx_slider_section .bx_slider_content_description {color:#658790;}
.color_wood   .bx_slider_section .bx_slider_content_description {color:#fff    ;text-shadow: 0 -1px 1px #924b17;}
.color_green  .bx_slider_section .bx_slider_content_description {color:#fff;}
.color_yellow .bx_slider_section .bx_slider_content_description {color: #4c4a3f;text-shadow: 0 1px 1px rgba(255,255,255,.5);}
.color_red    .bx_slider_section .bx_slider_content_description {color:#fff;}
.color_black  .bx_slider_section .bx_slider_content_description {color:#fff;}
@media (max-width:890px){ 			.bx_slider_section .bx_slider_content_description{max-height:55px}}
@media (max-width:820px){ 			.bx_slider_section .bx_slider_content_description{max-height:38px}}
@media (max-width:780px){ 			.bx_slider_section .bx_slider_content_description{max-height:19px}}
@media (max-width:720px){ 			.bx_slider_section .bx_slider_content_description{display:none}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_content_description{
	max-height: 76px;
	display: block;
	position: absolute;
	left: 52%;
	top: 0;
}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_content_description {
		max-height: 76px;
		position: static;
		left: auto;
		top: auto;
	}
}
@media (max-width:640px){
	.bx-touch .bx_slider_section .bx_slider_customblock_one{width: 50%}
	.bx-touch .bx_slider_section .bx_slider_customblock_two{width: 50%}
}
@media (max-width:480px){
	.bx-touch .bx_slider_section .bx_slider_customblock_one{width:100%}
	.bx-touch .bx_slider_section .bx_slider_customblock_two{width:100%}
}
.bx_slider_section .bx_slider_price_container{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_price_container{left: 52%;}}
@media (max-width:480px){.bx-touch  .bx_slider_section .bx_slider_price_container{left: auto;position: relative;margin-top: 10px}}
.bx_slider_section .bx_slider_price_rightblock{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	left:96%;
	background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/price_bg.png) no-repeat left center;
	background-size:100% 100%;
}
.color_blue   .bx_slider_section .bx_slider_price_rightblock {background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/price_bg.png) no-repeat left center;}
.color_wood   .bx_slider_section .bx_slider_price_rightblock {}
.color_green  .bx_slider_section .bx_slider_price_rightblock {}
.color_yellow .bx_slider_section .bx_slider_price_rightblock {background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/price_bg_white.png) no-repeat left center;}
.color_red    .bx_slider_section .bx_slider_price_rightblock {}
.color_black  .bx_slider_section .bx_slider_price_rightblock {}
.bx_slider_section .bx_slider_price_leftblock{
	position:relative;
	width:96%;
	background:rgba(159,226,248,.52);
}
.color_blue   .bx_slider_section .bx_slider_price_leftblock {}
.color_wood   .bx_slider_section .bx_slider_price_leftblock {}
.color_green  .bx_slider_section .bx_slider_price_leftblock {}
.color_yellow .bx_slider_section .bx_slider_price_leftblock {background: rgba(255,255,255,.52);}
.color_red    .bx_slider_section .bx_slider_price_leftblock {}
.color_black  .bx_slider_section .bx_slider_price_leftblock {}
.bx_slider_section .bx_slider_current_price{
	padding:10px 10px 5px;
	text-shadow:0 1px 1px rgba(255,255,255,.7);
	font-weight:bold;
	font-size:26px;
	line-height:26px;
	vertical-align: middle;
}
.bx_slider_section .bx_slider_current_price.bx_no_oldprice{
	font-size:26px;
	line-height:46px;
}
@media (max-width:980px){			.bx_slider_section .bx_slider_current_price 				{padding:5px 7px 1px;font-size:23px;line-height:18px}}
@media (max-width:980px){			.bx_slider_section .bx_slider_current_price.bx_no_oldprice 	{padding:5px 7px 1px;font-size:23px;line-height:46px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_current_price 				{padding:4px 7px 0px;font-size:17px;line-height:12px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_current_price.bx_no_oldprice  {padding:4px 7px 0px;font-size:17px;line-height:34px}}
.bx_slider_section .bx_slider_old_price{
	padding:5px 10px 10px;
	color:#496771;
	text-decoration:line-through;
	text-shadow:0 1px 1px rgba(255,255,255,.4);
	font-weight:bold;
	font-size:14px;
}
@media (max-width:980px){ 			.bx_slider_section .bx_slider_old_price{font-size:14px;padding:1px 7px 5px}}
@media (max-width:640px){.bx-touch  .bx_slider_section .bx_slider_old_price{font-size:10px}}
/*Cart button*/
.bx_slider_section .bt_blue{
	position:absolute;
	top:50%;
	right:10px;
	margin-top:-19px;
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.bx-touch .bx_slider_section .bt_blue{font-size:12px}
.bx_slider_section .shadow.bt_blue
{
}
.bx_slider_section .shadow.bt_blue:active{box-shadow:none}
.bx_slider_section .bt_blue
{
}
.bx_slider_section .bt_blue:hover
{
}
.bx_slider_section .bt_blue:active
{
}
.bx_slider_section .big.bt_blue
{
    width: 150px;
    height: 2rem;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2rem;
    background: #d40000;
    border: none;
    border-radius: 0px;
    color: white;
    transition: .3s all ease;
}
.bx-touch .bx_slider_section .big.bt_blue{
	padding:0 12px;
	height:24px;
	line-height:24px;
	font-weight:bold;
	margin-top:-12px;
	vertical-align: middle;
}
.bx_slider_section .big.bt_blue:hover,
.bx_slider_section .big.bt_blue:active
{
	background: #e48d8d;
}
.bx_slider_section .big.bt_blue.cart span{
	position:relative;
	bottom:-7px;
	display:inline-block;
	margin:0 10px 0 0;
	width:26px;
	height:23px;
	background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/bt_cart.png) no-repeat center;
	-webkit-background-size:contain !important;
	background-size:contain !important;
}
.bx-touch .bx_slider_section .big.bt_blue.cart span{
	bottom:0;
	margin:0 10px 0 0;
	width:20px;
	height:24px;
	vertical-align: middle;
}
@media (max-width:800px){.bx_slider_section .big.bt_blue.cart span {display:none}}
@media (max-width:640px){.bx_slider_section .big.bt_blue.cart span {display:block}
	.bx_slider_section .big.bt_blue.cart strong{display:none}}
.bx_slider_section .bx_slider_controls{}
.bx_slider_section .bx_slider_arrow_left,
.bx_slider_section .bx_slider_arrow_right{
	position:absolute;
	top:50%;
	z-index:200;
	display:none;
	margin-top:-29px;
	cursor:pointer;
}
.bx_slider_section .bx_slider_arrow_left:before,
.bx_slider_section .bx_slider_arrow_right:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 3rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
	color: #d40000;
	cursor:pointer;
}
.bx_slider_section .bx_slider_arrow_left:before
{
	content: "\f053";
}
.bx_slider_section .bx_slider_arrow_right:before
{
	content: "\f054";
}
.color_blue   .bx_slider_section .bx_slider_arrow_left,
.color_blue   .bx_slider_section .bx_slider_arrow_right{background-image:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/slider_arrow.png)}
.color_wood   .bx_slider_section .bx_slider_arrow_left,
.color_wood   .bx_slider_section .bx_slider_arrow_right{}
.color_green  .bx_slider_section .bx_slider_arrow_left,
.color_green  .bx_slider_section .bx_slider_arrow_right{}
.color_yellow .bx_slider_section .bx_slider_arrow_left,
.color_yellow .bx_slider_section .bx_slider_arrow_right{background-image:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/slider_arrow_yellow.png)}
.color_red    .bx_slider_section .bx_slider_arrow_left,
.color_red    .bx_slider_section .bx_slider_arrow_right{}
.color_black  .bx_slider_section .bx_slider_arrow_left,
.color_black  .bx_slider_section .bx_slider_arrow_right{}
.bx_slider_section:hover 	.bx_slider_arrow_left,
.bx_slider_section:hover 	.bx_slider_arrow_right 		 {display:block}
.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -58px;right:0}
.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -116px}
.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -174px}
@media (max-width:980px){
	.bx_slider_section 			.bx_slider_arrow_left,
	.bx_slider_section 			.bx_slider_arrow_right 		 {
		margin-top:-13px;
		width:25px;
		height:25px;
		background-size:25px auto !important;
	}
	.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
	.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -25px;right:0}

	.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -50px}
	.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -75px}
}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left,
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right 		 {
	display:block;
	margin-top:-13px;
	width:25px;
	height:25px;
	background-size:25px auto !important;
}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left 		 {background-position:0   0  ;left: 0}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right 		 {background-position:0 -25px;right:0}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_left:active {background-position:0 -50px}
.bx-touch 	.bx_slider_section 			.bx_slider_arrow_right:active{background-position:0 -75px}
@media (max-width:639px){
	.bx-touch .bx_slider_section .bx_slider_arrow_left,
	.bx-touch .bx_slider_section .bx_slider_arrow_right{
		top:22%;
	}
}
.bx_slider_section .bx_slider_pagination
{
	position:absolute;
	bottom:0px;
	margin:0;
	padding:0;
	width:57%;
	list-style:none;
	text-align:center;
}

.bx_slider_section .bx_slider_pagination li
{
	display: inline-block;
    margin: 0 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #e48d8d;
}
.color_blue   .bx_slider_section .bx_slider_pagination li{background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/pagination_dot.png) no-repeat right center}
.color_wood   .bx_slider_section .bx_slider_pagination li{}
.color_green  .bx_slider_section .bx_slider_pagination li{}
.color_yellow .bx_slider_section .bx_slider_pagination li{background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/pagination_dot_yellow.png) no-repeat right center}
.color_red    .bx_slider_section .bx_slider_pagination li{}
.color_black  .bx_slider_section .bx_slider_pagination li{}
.bx_slider_section .bx_slider_pagination li:hover,
.bx_slider_section .bx_slider_pagination li.active
{
	background: #d40000;
}
.color_blue   .bx_slider_section .bx_slider_pagination li:hover,
.color_blue   .bx_slider_section .bx_slider_pagination li.active{background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/pagination_dot.png) no-repeat 1px center;}
.color_wood   .bx_slider_section .bx_slider_pagination li:hover,
.color_wood   .bx_slider_section .bx_slider_pagination li.active{}
.color_green  .bx_slider_section .bx_slider_pagination li:hover,
.color_green  .bx_slider_section .bx_slider_pagination li.active{}
.color_yellow .bx_slider_section .bx_slider_pagination li:hover,
.color_yellow .bx_slider_section .bx_slider_pagination li.active{background:url(/bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/images/pagination_dot_yellow.png) no-repeat 0px center;}
.color_red    .bx_slider_section .bx_slider_pagination li:hover,
.color_red    .bx_slider_section .bx_slider_pagination li.active{}
.color_black  .bx_slider_section .bx_slider_pagination li:hover,
.color_black  .bx_slider_section .bx_slider_pagination li.active{}
.bx_slider_section .bx_slider_pagination li span{
	display:block;
	width:14px;
	height:20px;
	text-decoration:none;
	cursor: pointer;
}
.bx-touch .bx_slider_section .bx_slider_pagination{}
.bx-touch .bx_slider_section .bx_slider_pagination li,
.bx-touch .bx_slider_section .bx_slider_pagination li span{
	margin:0 1px;
	width:7px;
	height:7px;
	-webkit-background-size:auto 7px;
	background-size:auto 7px;
}
@media (max-width:640px) {
	.bx-touch .bx_slider_section .bx_slider_pagination{
		display: block;
		position: relative;
		bottom: auto;
		margin: 0;
		padding: 0;
		width: 100%;
	}
}
@media (max-width:480px) {
	.bx-touch .bx_slider_section .bx_slider_pagination{
		margin: 10px 0;
	}
}
.bx_slider_section .bx_stick,
.bx_slider_section .bx_slider_title,
.bx_slider_section .bx_slider_title a,
.bx_slider_section .bx_stick_disc{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/components/krumo_components/feedback_footer/templates/feedback-footer-templ/style.css?15893707772577*/
div.mfeedback-footer
{
    position: relative;
}
div #div-footer-ok-text
{
	width: 100%;
	height: 100%;
	
	position: absolute;
    top: 0;
    left: 0;
	
    background: black;
	color: white;
	font-weight: normal;
}
.feedback_form_title
{
	padding: 1rem 0;
	color: #23527c;
	text-align:center;
	font-size: 2rem;
	line-height: 2.5rem;
}
div.mf-name, div.mf-email, div.mf-captcha, div.mf-message
{
	width:auto;
	margin-bottom: 1rem;
}
div.mfeedback-footer .feedback_text_row
{
	display: block;
}
div.mfeedback-footer .feedback_text_row input:active,
div.mfeedback-footer .feedback_text_row input:focus
{
	border: 1px solid #999999;
}
div.mfeedback-footer div.mf-text
{
	display: none;
	margin-bottom: 0.3rem;
	font-size:0.8rem;
}
div.mfeedback-footer div.mf-name input,
div.mfeedback-footer div.mf-email input
{
    width: 100%;
	height: 2rem;
    padding: 0 0.5rem;
    outline: none;
    color: #3f454b;
    font-size: 0.8rem;
	font-weight: normal;
    line-height: 2rem;
	border: 1px solid transparent;
    border-radius: 0px;
}
div.mfeedback-footer div.mf-captcha input[type="text"],
div.mfeedback-footer div.mf-name input,
div.mfeedback-footer div.mf-email input
{
	font-size: 0.8rem;
}
::-webkit-input-placeholder { /* WebKit browsers */
   color:    #a0a0a0;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #a0a0a0;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:     #a0a0a0;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:     #a0a0a0;
}
div.mf-message textarea
{
	width: 100%;
	border-radius: 0px;
	border: 1px solid transparent;
}
div.mf-message textarea:active,
div.mf-message textarea:focus
{
	border: 1px solid #999999;
}
span.mf-req
{
	color:red;
}
div.mf-ok-text
{
	text-align: center;
    line-height: 1.5rem;
    padding-bottom: 1em;
    padding: 1rem 0;
    text-align: center;
    font-size: 1rem;
}
div.mfeedback-footer .feedback_btn_submit
{
    display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    width: 150px;
    height: 2rem;
    background: #d40000;
    border: none;
    border-radius: 0px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -o-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -ms-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -khtml-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
    color: white;
    transition: .3s all ease;
}
div.mfeedback-footer .feedback_btn_submit:hover
{
    background: #e48d8d;
	border: none;
    color:white;
}
/* End */


/* Start:/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/style.css?159463242411831*/
.bx-no-touch .menu_bg.active,
.bx-no-touch .notive.header,
.bx-no-touch .menu-page{display:none !important;}

.mobile_menu_div
{
	font-size: 0px;
}

.mobile_menu_div > input
{
	-webkit-appearance: inherit;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin: 0px;
    margin-right: 0.5rem;
    outline: none;
    cursor: pointer;
}

#mob_menu_icon,
#mob_basket_icon,
#mob_phone_icon,
#mob_map_icon
{
	display: inline-block;
    width: 3rem;
    height: 3rem;
}

#mob_menu_icon:active,
#mob_menu_icon:focus,
#mob_menu_icon:hover,
#mob_basket_icon:active,
#mob_basket_icon:focus,
#mob_basket_icon:hover
#mob_phone_icon:active,
#mob_phone_icon:focus,
#mob_phone_icon:hover,
#mob_map_icon:active,
#mob_map_icon:focus,
#mob_map_icon:hover
{
	color: inherit;
}

#mob_menu_icon::before
{
	content: "\f0c9";
}

#mob_basket_icon::before
{
	content: "\f07a";
}

#mob_phone_icon::before
{
	content: "\f095";
}

#mob_map_icon::before
{
	content: "\f041";
}

#mob_menu_icon::before,
#mob_basket_icon::before,
#mob_phone_icon::before,
#mob_map_icon::before
{
	display: block;
    position: absolute;
    width: 3rem;
    height: 3rem;
    font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
    font-size: 1.5rem;
    line-height: 3rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

@media (min-width:1025px)
{
	.menu_bg.active,
	.notive.header,
	.menu-page{display:none !important;}
}

@media (max-width:1024px)
{
	.bx-touch .header_inner_include_aria{padding-top:10px}
	.bx-touch .header_wrap{}
	.bx-touch .site_title,
	.bx-touch .cart_block,
	.bx-touch .login_block,
	.bx-touch .bx_cart_login_top,
	.bx-touch .header_inner_bottom_line>div,
	.bx-touch .header_top_section{display:none;}

	.bx-touch .notive.header
	{
		position:fixed;
		top: 0;
		right:0;
		left:0;
		height: 3rem;
		z-index:10001;
		margin:0;
		padding:0;
		background: #ffffff;
		border-bottom: 2px solid #3b3b3b;
	}
	.bx-touch .notive.gn_general_nav {
		position:absolute;
		top:8px;
		left:9px;
		display:block;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:37px;
		height:29px;
		border:1px solid rgba(12,33,46,.6);
		border-radius:4px;
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_notive.png) no-repeat center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4OWRiMyIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNTA3MiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_notive.png) no-repeat center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(104,157,179,0.6)), color-stop(100%,rgba(19,80,114,0.6)));
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_notive.png) no-repeat center, -webkit-linear-gradient(top,rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_notive.png) no-repeat center,    -moz-linear-gradient(top,rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_notive.png) no-repeat center,     -ms-linear-gradient(top,rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_notive.png) no-repeat center,      -o-linear-gradient(top,rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_notive.png) no-repeat center,         linear-gradient(to bottom, rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		-webkit-background-size:15px auto, 100%;
		background-size:15px auto, 100%;
		box-shadow:0 1px 1px 0 rgba(255,255,255,.15);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99689db3', endColorstr='#99135072',GradientType=0 );
	}
	.bx-touch .notive.cart_link {
		position:absolute;
		top: 8px;
		right:9px;
		display:block;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		width:37px;
		height:29px;
		border:1px solid rgba(12,33,46,.6);
		border-radius:4px;
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_cart.png) no-repeat center, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY4OWRiMyIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzEzNTA3MiIgc3RvcC1vcGFjaXR5PSIwLjYiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_cart.png) no-repeat center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(104,157,179,0.6)), color-stop(100%,rgba(19,80,114,0.6)));
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_cart.png) no-repeat center, -webkit-linear-gradient(top,rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_cart.png) no-repeat center,    -moz-linear-gradient(top,rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_cart.png) no-repeat center,     -ms-linear-gradient(top,rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_cart.png) no-repeat center,      -o-linear-gradient(top,rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		background:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/icon_cart.png) no-repeat center,         linear-gradient(to bottom, rgba(104,157,179,0.6) 0%,rgba(19,80,114,0.6) 100%);
		-webkit-background-size:16px auto, 100%;
		background-size:16px auto, 100%;
		box-shadow:0 1px 1px 0 rgba(255,255,255,.15);
		filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#99689db3', endColorstr='#99135072',GradientType=0 );
	}
	.bx-touch .notive.title
	{
		display: inline-block;
		height: 3rem;
		vertical-align: top;
		overflow:hidden;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		padding:0;
		color:#fff;
		text-align:center;
		-ms-text-overflow:ellipsis;
		text-overflow:ellipsis;
	}

	.bx-touch .menu-page
	{
		position:fixed;
		top: 3rem;
		bottom:0;
		opacity:0.97;
		left:-100%;
		z-index:10000;
		overflow:visible;
		margin:0;
		padding:0;
		width: 85%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		box-sizing:border-box;
		background:#f1f1f1;
		box-shadow:2px 0 2px 0 rgba(1,1,1,.15);
		font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	}
	
	.bx-touch .menu-items{
		overflow:auto;
		height:100%;
		-webkit-tap-highlight-color:transparent;
	}

	.bx-touch .menu-separator
	{
		display: block;
		padding-left: 15px;
		border-bottom: 1px solid #fff;
		height: 2.5rem;
		color: #3d3d3d;
		vertical-align: middle;
		text-decoration: none;
		font-weight: bold;
		font-size: 1rem;
		line-height: 2.5rem;
	}

	.bx-touch .menu-section .menu-separator{
		background:#fff;
		margin-bottom:1px;
	}
	.bx-touch .menu-item{
		position:relative;
		display:block;
		overflow:hidden;
		padding:0 10px 0 20px;
		height:44px;
		background:#fff;
		color:#123751;
		text-decoration:none;
		-ms-text-overflow:ellipsis;
		text-overflow:ellipsis;
		white-space:nowrap;
		font-size:16px;
		line-height:42px;
		margin-bottom:1px;
		-webkit-tap-highlight-color:transparent;
	}

	.bx-touch .menu-separator-user{
		display:block;
		position:relative;
		padding-left:55px;
		height:40px;
		color:#123751;
		vertical-align:middle;
		text-decoration:none;
		font-weight:bold;
		font-size:16px;
		line-height:40px;
	}
	.bx-touch .menu-item-avatar{
		position:absolute;
		display:block;
		top: 9px;
		left:21px;
		width:22px;
		height:22px;
		border:1px solid #fff;
		background-color:#63839c;
		background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAsCAIAAACR5s1WAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDoxQzAzNTk0Mjk4MjM2ODExOTIzQ0UzMzY5M0ZCNjAwQSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowRUEzRkQ1MkNEM0UxMUUxQTZCOURCRkUzNzFFQURBMyIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5Q0FGN0U5Q0NEMjkxMUUxQTZCOURCRkUzNzFFQURBMyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M1IE1hY2ludG9zaCI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFFMUExODRBNzQyMDY4MTE4OEM2OEExMTQ2OTFCMDNEIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjFDMDM1OTQyOTgyMzY4MTE5MjNDRTMzNjkzRkI2MDBBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+dqo5jQAABQRJREFUeNrsWF1PHFUYPl8zszM7sNgPKBawlCpuV0ArYBqVWJNe6ZXx3gt/in/DG+OF8UpNaqKmJFxoiDVBLQUF+mER+mEplGW3uztz5hzfM2dZkd0dZmCJXvBm9iOzM3Oe87zved7nLP7wo4/Rfx0E/Q/iCMR2sH3cg6sf+F9npax+HjYIHI5de9ffqhAkhhcgwCEaeUggqmNjTDAiuBZVFgCAUCikEEhDkS0HUUNAcfgpBRJqODVvDQSwKXhQZkRsUyIPg4nqtLn3Ql/X2+ND2XPPMUrh1NrG5tzS3clrs2v5MiYUql0kyUhsEDBNoggQ3H/39ZF33npNz1PRgdCxTNvE2ND48OCnX03+srSCqKHIik0GScIBkoK7Jr78xqsBDB4WQe2AM6bBPnjvsmMRJDmkCLdcJ3QdBL5/aTRHQ0bqDwj4aeLlwcDzAC/GuKXpCFcBDBP4lRMdbUEQRFx7pqcLLqOmBflTNRsjISzu0pAhCO5BYQRhHTQLk1EAAawRwnC88oy/OlRNnuk+mRs8J4IoEH2nu/t7ulY2ypjKltVETREF56eOd0AuRGTA753PZOBiTQJuIRMKRBB4vg8gotedLmG4Gl6gYK1hQm7nVWL8842Few8eAhURx1axODO3WBMr2cIlGqoVK/HgyndTivHmxzdXp/LFMiVU61XrdEL1SMwMw7DSM7/dfLyxHjSJJ5v5q9Mzhp0mhgVNBcXrHglMDTBh2g427U8+/1JL5K4DTn72xRViOJadpowdgmIqEDA923Yzd+6vf/3tZD0NU99Pz99Zddo7jFQK2phSqniqyWK6GNXEQacoJXYatWfWnuTDmcudiwLWg5VyUrZNDQsWBqqJ2l42h+3p4UIXo1po6BckvGzLHH9lWKvCThATF8csJ/3T78ue4CCX4HyIREIduGq8EoHA/wAICVBnJAq4xfDoyMDw88pG+D7f9VjANDaUHR16cXbx7g+zt0pcEsqU2VEFFGW3WITmEKIzKmTA2x1jLHs2N9AHRcQDXqlwUddBggADMshYbqD3/EDv7NLytfnbBU/oiUCC5A4/HAOEJkHpVJC2yJsXBrP9PTC2V6loxYwQzfBOj1KaO/vsSwM909eXflz4ExEGLVU0kS8WYWGE5Ibk71+66FhmoVjcc/j6WUDWxnP9m1uF+ZV1wiz13GRMAAm+dyHbaxDytPg0un03Cx9zn/Ox8/2/3ly10owQGjRyGE0LEzoQr5RPdjilcinaxUQHJDFlWdwrGSlbLRkUk4nQR6mezCuQRt/3QREOsstTXYeoJkyYTKYToY8CMj3OWZKNTIOA0cFeECSSiJUqPhx6aFQqe04qdWAQQnuMZrLJmnkIvaOaW7w9PpLVO5z9IghuLN4q+SIN+imTKKaiAkrZSs3/8eD6/MLpE5nuU50d7e2uY4PhdV037TgNbyyVyvmtPMw7v1XIF4r3Hz6699djZLnusS5oac0YZQ1pCHeYlJmOnTleMYzVzcLyoyUoESgTlSW1XKV+313PwB8JWw1l0M2pYRqZTst2TdsFvZJNdgBRsk2ZkXLbDFhgaTCusEZArIJw1612OnjXE7HqDEroiQqYAwAhjDHDBAdAoYnAyUS9Q24bCEosQk1mKeOK9L4fh49q3JzV3i8Eh/TOByuTR2quIlkX3XmDbqVIm5T6Xt/olvr/buQBLb+se+i+/xY6+vfuCETc+FuAAQCMJERFG/TKEQAAAABJRU5ErkJggg==');
		background-size:22px;
		background-repeat:no-repeat;
	}
	.bx-touch .menu-item-selected .menu-item-avatar{top:11px}
	.bx-touch .menu-item-selected.menu-icon-user::before{margin-top:11px}
	.bx-touch .menu-item-selected{
		margin-top:-2px;
		height:46px;
		background-image:url(/bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/images/menu-item-selected.png);
		background-size:46px 46px;
		background-repeat:repeat-x;
		line-height:46px;
	}
	.bx-touch .menu-item-selected:after {background:none}
	.bx-touch .menu-item-selected::before{
		margin-top:2px;
		height:46px
	}

	.bx-touch .menu_bg.active{
		position:fixed;
		top: 0;
		right:0;
		z-index:9999;
		width:1000px;
		height:2000px;
	}
}
/* End */


/* Start:/bitrix/templates/eshop_autofamily/template_styles.css?160681255358476*/
@charset "utf-8";
html
{
	-webkit-text-size-adjust:none;
	font-size: 16px;
	line-height: 1.5;
}
@media (max-width:768px)
{
	html
	{
		-webkit-text-size-adjust:none;
		font-size: 14px;
		line-height: 1.5;
	}
}
*{outline: 0 !important;}
body
{
	margin:0;
	padding:0;
	min-width:310px;
	/*font-family:"Helvetica Neue",Arial,Helvetica,sans-serif;*/
	font-family:"Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 16px;
	color: #3d3d3d;
}
h1, .h1
{
	margin: 0;
	padding-bottom: 1rem;
    font-size: 2rem;
	line-height: 1.3;
    font-weight: normal;
}
h2, .h2
{
	margin: 0;
	padding-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.3;
	font-weight: normal;
}
h3, .h3
{
	margin: 0;
	padding-bottom: 1rem;
    font-size: 1.4rem;
    line-height: 1.3;
	font-weight: normal;
}
h4, .h4
{
	margin: 0;
	padding-bottom: 1rem;
    font-size: 1.2rem;
    line-height: 1.3;
	font-weight: normal;
}
@media (max-width:768px)
{
	h1, .h1
	{
		padding-bottom: 0.5rem;
		font-size: 1.5rem;
	}
	h2, .h2
	{
		padding-bottom: 0.5rem;
		font-size: 1.3rem;
	}
	h3, .h3
	{
		padding-bottom: 0.5rem;
		font-size: 1.2rem;
	}
	h4, .h4
	{
		padding-bottom: 0.5rem;
		font-size: 1.1rem;
	}
}
a
{
	/*border-bottom: 1px dashed #d40000;*/
	/*border-bottom: 1px solid #9a9a9a;*/
	text-decoration: none;
	/*color: #3d3d3d;*/
	/*color: #039be5;*/
	color: #0085cf;
}
a:hover, a:active, a:focus
{
	/*color: #d40000;*/
	/*color: #3d3d3d;
	text-decoration: none;*/
	color: #0085cf;
	text-decoration: none;
}
a:hover
{
	color: #d40000;
	/*border-bottom: 1px solid #9a9a9a;*/
	/*border-bottom: 1px solid transparent;*/
}
textarea
{
	font-family: inherit;
	font-size: 0.8rem;
}
html.bx-no-touch body{min-width:640px}
a img{border:none}
ul, menu, dir
{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 0px;
    -webkit-margin-after: 0px;
    -webkit-margin-start: 1rem;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
a.bx_bt_button_type_2.bx_big.bx_shadow
{
	display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    text-align: center;
    line-height: 2rem;
    width: 150px;
    height: 2rem;
    background: #d40000;
    border: none;
    border-radius: 0px;
    color: white;
    transition: .3s all ease;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
a.bx_bt_button_type_2.bx_big.bx_shadow:active,
a.bx_bt_button_type_2.bx_big.bx_shadow:focus,
a.bx_bt_button_type_2.bx_big.bx_shadow:hover
{
	background: #e48d8d;
}
.grid
{
}
.grid .bx_content_section
{
	/*width:90%; МЕНЬШЕ 100% ДЕЛАТЬ НЕЛЬЗЯ!*/
	/*
	padding-top:9rem;
	max-width:1200px;
	margin-bottom: 15px;
    margin: 0 auto;
	*/
}
/* НЕ ДЕАЛАТЬ отступы, уже проверено!!!
@media (max-width:1200px)
{
	.grid .bx_content_section
	{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
*/
/*
@media (max-width:1024px)
{
	.grid .bx_content_section
	{
		padding-top:1rem;
	}
}
*/
/*
@media (min-width:1024px) and (max-width:1200px)
{
	.grid .bx_content_section
	{
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
*/
.grid .bx_content_section .content_div
{
	padding-top:9rem;
	max-width:1200px;
	min-height: 500px;
	margin-bottom: 15px;
    margin: 0 auto;
}
@media (max-width:1024px)
{
	.grid .bx_content_section .content_div
	{
		padding-top:0rem;
	}
}
.grid .bx_sidebar{margin-bottom: 15px;}
.grid1x2{}
.grid1x2 .bx_content_section{
	float: right;
	width: 66%;
	margin-bottom: 15px;
}
.grid1x2 .bx_sidebar{
	float: left;
	width: 33%;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){.grid1x2 .bx_sidebar{}}
@media (max-width:640px){
	.grid1x2 .bx_content_section,
	.grid1x2 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid1x2 .bx_sidebar{}
}
@media (max-width:479px){	.grid1x2 .bx_sidebar{}}
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){.grid2x1 .bx_sidebar{}}
@media (max-width:640px){
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{}
}
@media (max-width:479px){	.grid2x1 .bx_sidebar{}}
.grid1x3{}
.grid1x3 .bx_content_section{
	float: right;
	width: 74%;
	margin-bottom: 15px;
}
.grid1x3 .bx_sidebar{
	float: left;
	width: 24%;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){.grid1x3 .bx_sidebar{}}
@media (max-width:640px){
	.grid1x3 .bx_content_section,
	.grid1x3 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid1x3 .bx_sidebar{}
}
@media (max-width:479px){	.grid1x3 .bx_sidebar{}}
.grid3x1{}
.grid3x1 .bx_content_section{
	float: left;
	width: 74%;
	margin-bottom: 15px;
}
.grid3x1 .bx_sidebar{
	float: right;
	width: 24%;
	margin-bottom: 15px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){.grid3x1 .bx_sidebar{}}
@media (max-width:640px){
	.grid3x1 .bx_content_section,
	.grid3x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid3x1 .bx_sidebar{}
}
@media (max-width:479px){.grid3x1 .bx_sidebar{}}
.grid2x2 {}
.grid2x2 .bx_content_section{
	float: left;
	width: 49%;
	margin-bottom: 15px;
}
.grid2x2 .bx_sidebar{
	float: right;
	width: 49%;
	margin-bottom: 15px;
}
@media (max-width:640px){
	.grid2x2 .bx_content_section,
	.grid2x2 .bx_sidebar{
		width: 100%;
		float: none;
	}
}
.grid2x2r {}
.grid2x2r .bx_content_section{
	float: right;
	width: 49%;
	margin-bottom: 15px;
}
.grid2x2r .bx_sidebar{
	float: left;
	width: 49%;
	margin-bottom: 15px;
}
@media (max-width:640px){
	.grid2x2r .bx_content_section,
	.grid2x2r .bx_sidebar{
		width: 100%;
		float: none;
	}
}
.grid1x2x1{}
.grid1x2x1 .bx_content_section{
	width: 50%;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}
.grid1x2x1 .bx_sidebar.left{
	width: 24%;
	float: left;
	display: inline-block;
	margin-right: 1%;
	margin-bottom: 15px;
	vertical-align: top;
}
.grid1x2x1 .bx_sidebar.right{
	width: 24%;
	display: inline-block;
	margin-bottom: 15px;
	vertical-align: top;
}
@media (max-width:760px){
	.grid1x2x1 .bx_content_section{
		width: 75%;
		float: right;
	}
	.grid1x2x1 .bx_sidebar.left{	float: left;}
	.grid1x2x1 .bx_sidebar.right{	float: left;}
}
@media (max-width:640px){
	.grid1x2x1 .bx_content_section{
		width: 100%;
		float: left;
	}
	.grid1x2x1 .bx_sidebar.left{
		width: 49%;
		display: inline-block;
	}
	.grid1x2x1 .bx_sidebar.right{
		width: 49%;
		float: right;
	}
}
@media (max-width:480px){
	.grid1x2x1 .bx_content_section,
	.grid1x2x1 .bx_sidebar{
		width: 100% !important;
		float: none !important;
	}
}
.bx_content_section h1{margin-top: 0;}
.mobile  {display: none;}
@media (max-width:320px)
{
	.mobile  {display: block;}
	.no-mobile {display: none !important;}
	.mobile_logo
	{
		height: 2rem;
		margin: 0.5rem 0;
	}
}
@media (min-width:321px) and (max-width:479px)
{
	.mobile  {display: block;}
	.no-mobile {display: none !important;}
	.mobile_logo
	{
		height: 2rem;
		margin: 0.5rem 0;
	}
}
@media (min-width:480px) and (max-width:768px)
{
	.mobile  {display: block;}
	.no-mobile {display: none !important;}
	.mobile_logo
	{
		height: 2rem;
		margin: 0.5rem 0;
	}
}
@media (min-width:769px) and (max-width:1024px)
{
	.mobile  {display: block;}
	.no-mobile {display: none !important;}
	.mobile_logo
	{
		height: 2rem;
		margin: 0.5rem 0;
	}
}.header_wrap
{
}
.header_wrap_container
{
	max-width: 1200px;
    padding: 0 1rem;
    margin: 0 auto;
    /* width: 100%; */
    /* border-collapse: collapse; */
    box-sizing: border-box;
}
@media (min-width:1200px){
	.header_wrap_container{
		padding:0;
	}
}
.header_container
{
	height:8rem;
	font-size:0;
}
@media (max-width:768px)
{
	.header_container
	{
		height:auto;
	}
}
/*
.header_container_index
{
	font-size:0;
}
*/
.header_top_section{
	position:relative;
	min-height:20px;
	width:100%;
}
.header_top_section_container_two
{
}
.header_top_section_container_one
{
	display: inline-block;
	vertical-align: top;
}
.bx_cart_login_top
{
}
.bx_cart_login_top>div{display: inline-block}
.header_inner
{
    position: relative;
    -moz-box-sizing: border-box;
}
a.site_title, .site_title a
{
	color:#000;
	font-size: 32px;
	font-weight: bold;
	text-decoration:none;
	display: block;
}
a.site_title span, .site_title a span
{
	color:#77c7e2
}
/*
.header_inner_container_one
{
    float: left;
	padding: 0 2rem;
    margin: auto auto;
    text-align: center;
	
}
@media (min-width:769px) and (max-width:850px)
{
	.header_inner_container_one
	{
		padding: 0 1rem;
	}
}
*/
.header_inner_container_two{
	position:absolute;
	top:12px;
	right:0;
	width:228px;
}
.header_inner_include_aria
{
	display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 12px;
}
.header_inner_include_aria span{color:#1b5c79}
.header_inner_include_aria strong
{
    display: inline-block;
	background-color: red;
}
.header_inner_include_aria strong a{
	text-decoration:none;
	color:#1b5c79;
}
.header_inner_bottom_line_container
{
/*
	float: right;
    margin: 0 2rem;
*/
}
/*
@media (min-width:769px) and (max-width:850px)
{
	.header_inner_bottom_line_container
	{
		margin: 0 1rem;
	}
}
*/
.header_inner_bottom_line
{
}
a.white_link
{
	font-size: 0.8125rem;
	float: right;
	color: white;
}
a.white_link:hover, a.white_link:active, a.white_link:focus
{
	color: #d40000;
	text-decoration: none;
}
.widget-preview-wrapper
{
	display: block;
}
.wrap
{
    width: 100%;
}
@media (max-width:1024px)
{
	.wrap{margin-top: 3rem;}
}
.workarea_wrap_container
{
    /*min-height: 500px;*/
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}
.workarea_wrap
{
	min-height: 500px;
	margin: 0 auto;
}
.workarea_wrap h1
{
	padding-bottom: 1rem;
    font-size: 2rem;
	line-height: 1.5;
    font-weight: normal;
}
@media (max-width:1200px)
{
	.workarea_wrap h1
	{
		padding-bottom: 0.5rem;
		font-size: 1.5rem;
		margin: 0 1rem;
		/*border-bottom: 1px solid #e5e5e5;*/
	}
}
.workarea_wrap h1 a
{
	text-decoration:none;
}
.main-selector-conteiner
{
	width: 100%;
	height: 400px;
	background: grey;
}
.bx_title_section{
	margin-top:0;
	padding-top:0;
	vertical-align:middle;
	font-size:26px;
}
.bx_title_section.fll{float:left}
.bx_title_section.stars{border:none}
.bx_title_section.stars .icon{
	display:inline-block;
	padding-right:10px;
	width:27px;
	height:26px;
	background:url(/bitrix/templates/eshop_autofamily/images/stars.png) no-repeat center left;
	vertical-align:top;
	line-height:26px;
}
.bx_title_section.time{border:none}
.bx_title_section.time .icon{
	display:inline-block;
	padding-right:10px;
	width:30px;
	height:30px;
	background:url(/bitrix/templates/eshop_autofamily/images/time.png) no-repeat center left;
	vertical-align:top;
	line-height:26px;
}
.bx_view_all_home{float:right}
.bottom_wrap{
	padding:0 20px;
}
.bottom_wrap_container{
	margin:0 auto;
	padding-top:20px;
	padding-bottom:40px;
	max-width:980px;
}
.footer_container_one,
.footer_container_two,
.footer_container_tre,
.footer_container_four,
.bottom_container_one,
.bottom_container_two,
.bottom_container_tre
{
	display:inline-block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	width:25%;
	vertical-align:top;
	padding:2rem;
}
.footer_wrap
{
	color: #9a9a9a;
}
.footer_wrap_container
{
	max-width:1200px;
	margin:0 auto;
	font-size: 0px;
}
.bx_inc_about_footer h4{font-size:26px;}
.bx_inc_about_footer p
{
	margin-top: 0;
	padding-top: 0;
	font-size: 13px;
	line-height: 22px;
}
.bx_inc_about_footer a{
	color: #0073a3;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
}
.bx_inc_about_footer a:hover{text-decoration: none;}
.bx_inc_news_footer h4
{
	text-align: left;
	font-size:26px;
}
.bx_inc_news_footer .bx_inc_news_footer_newslist{
	margin: 0;
	padding: 0;
}
.bx_inc_news_footer .bx_inc_news_footer_newslist li
{
	display: block;
	margin-top: 0;
	padding-top: 0;
	color: #636363;
	font-size: 13px;
	line-height: 22px;
}
.bx_inc_news_footer .bx_inc_news_footer_newslist li a{
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	line-height: 22px;
}
.bx_inc_news_footer .bx_bt_button_type_2
{
}
.bx_inc_news_footer .bx_shadow.bx_bt_button_type_2
{
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.2);
}
.bx_inc_news_footer .bx_shadow.bx_bt_button_type_2:active{box-shadow: none;}
.bx_inc_news_footer .bx_bt_button_type_2
{
}
.bx_inc_news_footer .bx_bt_button_type_2:hover 		{background: #fff;}
.bx_inc_news_footer .bx_bt_button_type_2:active 		{
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f1f1f1), to(#fcfcfc));
	background-image: -webkit-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:    -moz-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:      -o-linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	background-image:         linear-gradient(#f1f1f1 0%, #fcfcfc 100%);
	box-shadow: inset 0 2px 2px 0 rgba(0,0,0,.05);
}
.bx_inc_news_footer .bx_big.bx_bt_button_type_2
{
	display: inline-block;
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
	text-align: center;
    line-height: 2rem;
    width: 150px;
    height: 2rem;
    background: #d40000;
    border: none;
    border-radius: 0px;
    color: white;
    transition: .3s all ease;
}
.bx_inc_news_footer .bx_big.bx_bt_button_type_2:hover,
.bx_inc_news_footer .bx_big.bx_bt_button_type_2:active
{
	background: #e48d8d;
}
.bx_inc_social_footer h4{
	text-align: left;
	font-weight: normal;
	font-size:26px;
}
.footer_social_icon{margin-top: 38px}
.footer_social_icon ul{
	margin: 0;
	padding: 0;
}
.footer_social_icon ul li{
	display: inline-block;
	width: 32px;
	height: 32px;
}
.footer_social_icon ul li a{
	display: block;
	width: 32px;
	height: 32px;
	background: url(/bitrix/templates/eshop_autofamily/images/social_icon.png) no-repeat;
	opacity: .9;
}
.footer_social_icon ul li.fb a{background-position:0 0}
.footer_social_icon ul li.tw a{background-position:-32px 0}
.footer_social_icon ul li.gp a{background-position:-64px 0}
.footer_social_icon ul li.vk a{background-position:-96px 0}
.footer_social_icon ul li a:hover{opacity:1}
.footer_contact
{
	font-size: 0.8125rem;
}
.footer_contact strong{
	display: block;
	margin-top: 10px;
	font-size:28px;
}
.copyright
{
    color: #9a9a9a;
    font-size: 13px;
    text-align: right;
    padding: 0 1rem 1rem;
}
@media (max-width:768px)
{
	.copyright
	{
		font-size: 0.8rem;
		padding: 0.5rem !important;
	}
}
.bt_blue,
.bt_white,
.bt_green{
	display:inline-block;
	border-radius:3px;
	text-align:center;
	text-decoration:none;
	font-size:14px;
	cursor:pointer;
}
.shadow.bt_blue,
.shadow.bt_white,
.shadow.bt_green{box-shadow:0 1px 1px 0 rgba(0,0,0,.2)}
.shadow.bt_blue:active,
.shadow.bt_white:active,
.shadow.bt_green:active{box-shadow:none}
.bt_blue
{
}
.bt_blue:hover
{
}
.bt_blue:active
{
}
.bt_white 				{
	border:1px solid #e9e9e9;
	background:#fcfcfc;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#f1f1f1));
	background:-webkit-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:  -moz-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:   -ms-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:    -o-linear-gradient(top, #fcfcfc 0%,#f1f1f1 100%);
	background:       linear-gradient(to bottom, #fcfcfc 0%,#f1f1f1 100%);
	color:#656565;
	text-shadow:0 1px 0 #fff;
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=0 );
}
.bt_white:hover{background:#fff;}
.bt_white:active{
	background:#f1f1f1;
	background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxZjFmMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmY2ZjZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1f1f1), color-stop(100%,#fcfcfc));
	background:-webkit-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:  -moz-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:   -ms-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:    -o-linear-gradient(top, #f1f1f1 0%,#fcfcfc 100%);
	background:       linear-gradient(to bottom, #f1f1f1 0%,#fcfcfc 100%);
	box-shadow:inset 0 2px 2px 0 rgba(0,0,0,.05);
	filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1f1f1', endColorstr='#fcfcfc',GradientType=0 );
}
.bt_green 				{ }
.bt_green:hover 		{ }
.bt_green:active 		{ }
.small.bt_blue,
.small.bt_white,
.small.bt_green{
	display:inline-block;
	min-width:20px;
	line-height:20px;
}
.small.bt_blue  		{ }
.small.bt_blue:hover  	{ }
.small.bt_blue:active  	{ }
.small.bt_white 		{ }
.small.bt_white:hover 	{ }
.small.bt_white:active 	{ }
.small.bt_green 		{ }
.small.bt_green:hover 	{ }
.small.bt_green:active 	{ }
.medium.bt_blue,
.medium.bt_white,
.medium.bt_green 		{
	padding:0 13px;
	height:25px;
	font-weight:bold;
	line-height:25px;
}
.medium.bt_blue  		{
	height:27px;
	line-height:27px;
}
.medium.bt_blue:hover   { }
.medium.bt_blue:active  { }
.medium.bt_white 		{font-weight:bold}
.medium.bt_white:hover  { }
.medium.bt_white:active { }
.medium.bt_green 		{ }
.medium.bt_green:hover  { }
.medium.bt_green:active { }
.big.bt_blue,
.big.bt_white,
.big.bt_green 			{
	padding:0 13px;
	height:34px;
	font-weight:bold;
	line-height:34px;
}
.big.bt_blue  	 		{
	height:36px;
	line-height:36px;
}
.big.bt_blue:hover  	{ }
.big.bt_blue:active  	{ }
.big.bt_white 	 		{ }
.big.bt_white:hover 	{ }
.big.bt_white:active 	{ }
.big.bt_green 	 		{ }
.big.bt_green:hover 	{ }
.big.bt_green:active 	{ }
.bt.big.bt_blue.cart span{
	position:relative;
	bottom:-7px;
	display:inline-block;
	margin:0 10px 0 0;
	width:26px;
	height:23px;
	background:url(/bitrix/templates/eshop_autofamily/images/bt_cart.png) no-repeat center;
}
.bx_inc_catalog_footer
{
	color: #9a9a9a;
}
.bx_inc_catalog_footer h3
{
	padding-bottom: 0;
}
.bx-touch .bx_inc_catalog_footer h3
{
}
.bx_inc_catalog_footer ul
{
	display: block;
	margin: 0;
	margin-top: 1rem;
	padding: 0;
}
.bx_inc_catalog_footer ul li
{
	padding: 0 0 1rem;
	display: inline-block;
	width: 100%;
}
@media (max-width:768px)
{
	.bx_inc_catalog_footer ul li
	{
		padding: 0 0 0.5rem !important;
	}
}
.bx_inc_catalog_footer ul li a
{
	text-decoration: none;
	font-size: 0.8rem;
	color: #9a9a9a;
}
.bx_inc_catalog_footer ul li a:hover
{
	color: #d40000;
}
.bx_inc_menu_footer
{
	color: #9a9a9a;
}
.bx_inc_menu_footer h3
{
	padding-bottom: 0;
}
.bx-touch .bx_inc_menu_footer h3
{
}
.bx_inc_menu_footer ul
{
	display: block;
	margin: 0;
	margin-top: 1rem;
	padding: 0;
}
.bx_inc_menu_footer ul li
{
	display: block;
	padding: 0 0 1rem;
}
@media (max-width:768px)
{
	.bx_inc_menu_footer ul li
	{
		padding: 0 0 0.5rem !important;
	}
}
.bx_inc_menu_footer ul li a
{
	text-decoration: none;
	font-size: 0.8rem;
	color: #9a9a9a;
}
.bx_inc_menu_footer ul li a:hover
{
	color: #d40000;
}
@media (min-width:321px) and (max-width:768px) {
	.bx-touch .worakarea_wrap_container {
		padding-top:20px;
		padding-bottom:20px;
	}
	.bx-touch .site_title{
		float:none;
		padding-left:0;
		text-align:center;
		font-size:28px;
		line-height:34px;
	}
	.bx-touch .header_inner_container_one{
		float:none;
		width:100%;
		text-align:center;
	}
	.bx-touch .header_inner_include_aria{
		display:block;
		padding:10px 0 10px;
		text-align:center;
	}
	.bx-touch .footer_container_one,
	.bx-touch .footer_container_two,
	.bx-touch .footer_container_tre,
	.bx-touch .bottom_container_one,
	.bx-touch .bottom_container_two,
	.bx-touch .bottom_container_tre{padding:1rem;width:50%}
}
@media (max-width:320px){
	.bx-touch .worakarea_wrap_container {
		padding-top:10px;
		padding-bottom:10px;
	}
	.bx-touch .header_top_section_container_one{display:none}
	.bx-touch .header_top_section_container_two{display:none}
	.bx-touch .site_title{
		float:none;
		padding-left:0;
		text-align:center;
		font-size:28px;
		line-height:34px;
	}
	.bx-touch .header_inner_container_one{
		float:none;
		width:100%;
		text-align:center;
	}
	.bx-touch .header_inner_include_aria{
		display:block;
		padding:20px 0 10px;
		text-align:center;
	}
	.bx-touch .footer_container_one,
	.bx-touch .footer_container_two,
	.bx-touch .footer_container_tre,
	.bx-touch .bottom_container_one,
	.bx-touch .bottom_container_two,
	.bx-touch .bottom_container_tre{padding:1rem;width:50%}
	.bx-touch .tac.ovh{display:none}
}
.site_title,
.worakarea_wrap_container,
.header_inner_container_one,
.header_top_section_container_two,
.header_inner_container_two,
.header_inner_include_aria,
.footer_container_one,
.footer_container_two,
.footer_container_tre,
.bottom_container_one,
.bottom_container_two,
.bottom_container_tre{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.p0{padding:0 !important}
.m0{margin:0 !important}
.dn{display:none !important}
.db{display:block !important}
.wa{width:auto !important}
.dib{display:inline-block !important}
.clb{clear:both !important}
.fln{float:none !important}
.fll{float:left !important}
.flr{float:right !important}
.m0a{margin:0 auto !important}
.fwb{font-weight:bold !important}
.fwn{font-weight:normal !important}
.tal{text-align:left !important}
.tar{text-align:right !important}
.tac{text-align:center !important}
.tdn{text-decoration:none !important}
.tdl{text-decoration:line-through !important}
.vat{vertical-align:top !important}
.vam{vertical-align:middle !important}
.vab{vertical-align:bottom !important}
.posr{position:relative !important}
.posa{position:absolute !important}
.whsn{white-space:normal !important}
.whsnw{white-space:nowrap !important}
.p05{padding:0 5px !important}
.w100p{width:100% !important}
.w90p{width:90% !important}
.wa{width:auto !important}
.ovh{overflow:hidden !important}
/* ===== Debug class ===== */
.dbg1{background-color:rgba(0,0,255,.3) !important}
.dbg2{background-color:rgba(0,255,0,.3) !important}
.dbg3{background-color:rgba(255,0,0,.3) !important}
.dbg0,
.dbg01>div{
	outline-width:2px;
	outline-style:solid;
	outline-color:rgba(0,255,0,.3);
	outline-offset:0px;
}
.dbg01>div>div{
	outline-width:2px;
	outline-style:solid;
	outline-color:rgba(0,0,255,.3);
	outline-offset:0px;
}
.debug{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding:2px;
	border:1px solid #d0dbb1;
	background:#f5ffdb;
	color:#2d2d2d;
	font-size:8px;
}
#debsizing{font-weight:bold}
@media (min-width:981px){#debsizing::before{content:"981px < (1) "}}
@media (min-width:640px) and (max-width:980px){#debsizing::before{content:"640px < (2) "}#debsizing::after{content:" < 980px"}}
@media (min-width:480px) and (max-width:639px) {#debsizing::before{content:"480px < (3) "}#debsizing::after{content:" < 639px"; }}
@media (min-width:321px) and (max-width:479px) {#debsizing::before{content:"321px < (4) "}#debsizing::after{content:" < 479px"; }}
@media (max-width:320px){#debsizing::before{content:"(5) "}#debsizing::after{content:" < 320px"; }}
.bx_page
{
	margin: 2rem 0;
	padding: 0 2rem;
	font-size: 80%;
}
.bx_page .paragraph
{
	margin-bottom: 2rem;
}
.bx_page h1,
.bx_page h2,
.bx_page h3,
.bx_page h4,
.bx_page h5,
.bx_page h6
{
	margin-top: 2rem;
	color:inherit;
	font-weight:500;
	/*font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;*/
	font-family:"Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height:1.1;
}
h2
{
	font-weight: normal;
}
.bx_page p{margin:0 0 10px}
.bx_page ul,
.bx_page ol{
	margin-top:0;
	margin-bottom:10px;
}
.bx_page ul ul,
.bx_page ol ul,
.bx_page ul ol,
.bx_page ol ol{margin-bottom:0}
.bx_page .list_unstyled{padding-left:0;list-style:none}
.bx_page .list_nline{
	padding-left:0;
	list-style:none;
}
.bx_page .list_nline>li{
	display:inline-block;
	padding-right:5px;
	padding-left:5px;
}
.bx_page .list_nline>li:first-child{padding-left:0}
.index-vendors-list
{
	font-size: 0px;
	-webkit-margin-start: 0px;
}
.index-vendors-list li
{
    display: inline-block;
    width: 33%;
	vertical-align: middle;
    text-align: center;
    margin-bottom: 1rem;
    list-style-type: none;
}
@media (max-width:768px)
{
	.index-vendors-list li img
	{
		width: 80% !important;
	}
}
.logos
{
	width:100%;
	height:auto;	
	box-sizing: border-box;
}
.logos li{
	width:100px;
	height:100px;
	padding-top: 60px;
	float:left;
	list-style:none;
        box-sizing: border-box;

}
@media (max-width:768px)
{
	.steps h3
	{
		font-size: 0.8rem !important;
	}
	.steps p
	{
		display: none !important;
	}
}
a.visible_links
{
	display: block;
	position: absolute;
	height: 53px;
	width: 195px;
	background: url(/upload/images/content/link_r.png) bottom no-repeat;
	text-align: right;
	text-decoration: none;
	font-weight: bold;
	color:#373C3F;
	text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
a.visible_links:hover, a.visible_links:active, a.visible_links:focus
{ 
	background: url(/upload/images/content/link_r_blue.png) bottom no-repeat;

	text-decoration: none;
	color:#373C3F;
	font-weight: bold;
	text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
a.visible_links_l
{
	display: block;
	position: absolute;
	height: 53px;
	width: 195px;
	background: url(/upload/images/content/link_l.png) bottom no-repeat;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	color:#373C3F;
	text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
a.visible_links_l:hover, a.visible_links_l:active, a.visible_links_l:focus
{ 
	background: url(/upload/images/content/link_l_blue.png) bottom no-repeat;
	text-decoration: none;
	color:#373C3F;
	font-weight: bold;
	text-shadow: white 1px 0px, white 1px 1px, white 0px 1px, white -1px 1px, white -1px 0px, white -1px -1px, white 0px -1px, white 1px -1px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px, white 0 0 3px;
}
#graphic_menu
{
	background:#fff url(/upload/images/content/car_menu.jpg) no-repeat center center;
	height:600px;
	padding-top:40px;
}
.navigation
{
    margin: 0px auto;
	position: relative;
	/*font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;*/
	font-family:"Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
}
.navigation .item{
    position:absolute;
}
.trunk
{
    top:80px;
    left:40px;
}
.car_interior
{
    top: 130px;
    left: 230px;
}
.anti_hijack
{
    top: 210px;
    left: 530px;
}
.deflectors
{
    top: 130px;
    left: 755px;
}
.baggage_system
{
   top:0px;
   left:250px;
}
.protection{
   top:30px;
   left:515px;
}
.car_body
{
    top: 480px;
    left: 800px;
}
.bottom_protection
{
    top: 410px;
    left: 100px;
}
.tsu
{
   top:240px;
   left:0px;
}
.wheels
{
   top:530px;
   left:480px;
}
a.icon
{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.trunk a.icon
{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/user.png) no-repeat 0px 0px;
}
.car_interior a.icon
{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/box.png) no-repeat 0px 0px;
}
.anti_hijack a.icon{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/alarm.png) no-repeat 0px 0px;
}
.baggage_system a.icon{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/box.png) no-repeat 0px 0px;
}
.protection a.icon{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/shop.png) no-repeat 0px 0px;
}
.car_body a.icon{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/camera.png) no-repeat 0px 0px;
}
.bottom_protection a.icon{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/user.png) no-repeat 0px 0px;
}

.deflectors a.icon{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/fav.png) no-repeat 0px 0px;
}
.tsu a.icon
{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/tsu.png) no-repeat 0px 0px;
}
.wheels a.icon
{
    background:transparent url(/bitrix/templates/eshop_autofamily/components/krumo/main_menu/images/shop.png) no-repeat 0px 0px;
}
.navigation .item a.active
{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item h2 
{
	color: #373C3F;
    font-size: 18px;
    top: 0px;
    left: 62px;
}

.item h2.active{
	color: #373C3F;
}
.item ul
{
	z-index: 99;
    list-style: none;
    position: absolute;
    top: 70px;
    left: 25px;
    display: none;
}
.item ul li a
{
	display:block;
    font-size: 13px;
    font-weight: normal;
    text-decoration: none;
    color: #fff;
	background-color: rgba(0, 132, 209, 0.9);
	padding: 5px 20px 5px 20px;
    float: left;
    clear: both;
    width: 100%;
}
.item ul li a:hover
{
    background-color:#fff;
    color:#444;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666;
}
img.logo_img1
{
	width:306px;
	padding: 40px;
	-moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
img.logo_img1:hover
{
	transform: scale(0.5,0.5);
	padding: 0px 40px 0px 40px;
	-moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
#menu_tmp.default
{
    width:920px;
}
#menu_tmp.fixed
{
    position:fixed;
    top:0; left:0;
    width:100%;
}
/*
#logo_img
{
	float: left;
	margin-left: 6rem;
}
@media (min-width:769px) and (max-width:850px)
{
	#logo_img
	{
		margin-left: 0;
	}
}
*/
#main_menu_bar
{
	width: 100%;
    height: 9rem;
    padding-top: 1rem;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 998;
	background: #3b3b3b;
    box-sizing: border-box;
}
@media (min-width:1024px) and (max-width:1200px)
{
	#main_menu_bar
	{
		padding: 1rem;
	}
}
#main_menu_bar_container
{
	max-width: 1200px;
	margin: 0 auto;
	
}
#main_menu_bar_container_line_1
{
	margin-bottom:0.5rem;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*
#main_menu_bar_index
{
	width: 100%;
    height: 7rem;
    padding-top: 1rem;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 998;
    box-sizing: border-box;
}
*/
#menu_basket
{
    -webkit-appearance: inherit;
    display: inline-block;
    width: 3rem;
    height: 3rem;
    margin: 0px;
    margin-right: 0.5rem;
	background: #3b3b3b;
    cursor: pointer;
    background: red;
}
.logo_img_normal
{
}
.logo_img_normal a
{
	width: 240px;
    height: 3rem;
	/*background: transparent url("/upload/medialibrary/ea1/ea12ed58d064fc9c6be8d10c847e23cc.png") no-repeat center center;*/
	background: transparent url("/upload/medialibrary/ea1/logo_340-120_white.svg") no-repeat center center;
	background-size: contain;
}
@media (min-width:769px) and (max-width:850px)
{
	.logo_img_normal a
	{
		width: 160px;
	}
}
img.item-bigimage
{
	/*ТАК БЫЛО ПО УМОЛЧАНИЮ, ПОКА НЕ ЗНАЮ НА ЧТО ВЛИЯЕТ!!! ПОМЕНЯЛ НА bottom:0 30/05/19*/
	/*
    position: absolute;
    margin: auto;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
	*/
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
	bottom: 0;
}
.half-left,
.half-right
{
	display: inline-block;
	width: 50%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left;
    font-size: 1rem;
	overflow: hidden;
}
.half-left
{
	float: left;
}
.half-right
{
	float: right;
	padding-left: 2rem;
}
@media (max-width:768px)
{
	.half-left,
	.half-right
	{
		display: block;
		width: 100%;
		float: none;
		box-sizing: border-box;
		font-size: 1rem;
		overflow: hidden;
		padding: inherit;
	}
}
.tabs
{
    display: block;
    margin: 0 auto;
    font-size: 0px;
    width: 100%;
	box-sizing:border-box;
	border: 1px solid #ffffff42;
	z-index: 5;
}
@media (max-width:320px)
{
	.tabs
	{
		position: relative;
		bottom: 0;
		margin-top: 0;
	}
}
@media (min-width:321px) and (max-width:479px)
{
	.tabs
	{
		position: relative;
		bottom: 0;
		margin-top: 0;
	}
}
@media (min-width:480px) and (max-width:640px)
{
	.tabs
	{
		position: relative;
		bottom: 0;
		margin-top: 0;
	}
}
.tabs>section
{
	display: none;
}
.tabs>div>section
{
	display: none;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.tabs>section>div
{
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.tabs> input {
	display: none;
	position: absolute;
}
.tabs> label
{
	display: inline-block;
    box-sizing: border-box;
    margin: 0;
    padding: 0 2rem;
    height: 3rem;
    margin-bottom: 1rem;
    text-align: center;
    /*font-family: Tahoma,Arial,Helvetica;*/
	font-family:"Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 3rem;
    font-weight: normal;
    border-bottom: 5px solid transparent;
    color: white;
    cursor: pointer;
    -webkit-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -moz-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -ms-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -o-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
}
@media (max-width:320px),
@media (min-width:321px) and (max-width:479px),
@media (min-width:480px) and (max-width:640px)
{
	.tabs> label
	{
		margin: 1rem 0;
		margin-right: 0.5rem;
		padding: 0 0.8rem;
		height: 2rem;
		font-size: 0.9rem;
		line-height: 2rem;
		border: 1px solid #d2d2d2;
	}
}
.tabs> label:hover
{
    border-bottom: 5px solid #d40000;
}
.tabs> input:checked+label
{
    border-bottom: 5px solid #d40000;
}
.tabs> input:checked+label:hover
{
    border-bottom: 5px solid #d40000;
}
@media (max-width:320px),
@media (min-width:321px) and (max-width:479px),
@media (min-width:480px) and (max-width:640px)
{
	.tabs> label:hover,
	.tabs> input:checked+label,
	.tabs> input:checked+label:hover
	{
		border-bottom: 0px;
		border: 1px solid #d40000;
		background: #d40000;
		color: white;
	}
}
#tab1:checked~div #content-tab1, #tab2:checked~div #content-tab2,#tab3:checked~div #content-tab3,#tab4:checked~div #content-tab4
{
	display: block;
}
.container-fluid
{
	padding: 0px;
}
.tabs .bx_block_row
{
	font-size: 0px;
    margin-bottom: 1rem;
}
.tabs .bx_block_label
{
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 25%;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: bold;
	color: white;
}
.tabs .bx_block
{
	position: relative;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    width: 75%;
	padding: 0 2rem;
    font-size: 1rem;
}
@media (max-width:640px)
{
	.tabs .bx_block
	{
		padding: 0 0 0 2rem;
	}
}
.tabs .bx_block .form-select
{
	width: 100%;
    height: 3rem;
    padding: 0 33px 0 10px;
    border: 0;
}
.tabs .big-buttons
{
	box-sizing: border-box;
    width: 150px;
    height: 3rem;
    padding: 0px;
    background-color: #d40000;
    border: 0px;
    border-radius: 0px;
    text-align: center;
    /*font-family: Tahoma,Arial,Helvetica;*/
	font-family:"Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 1rem;
    line-height: 3rem;
    font-weight: normal;
    cursor: pointer;
    -webkit-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -moz-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -ms-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -o-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    color: #FFF;
}
.tabs .big-buttons:active,
.tabs .big-buttons:focus,
.tabs .big-buttons:hover
{
    background-color: #e48d8d;
    border-color: #e48d8d;
    color: #FFF;
}
.main-slider
{
	/*
	height:100vh;
	min-height:840px;
	*/
	padding-top: 12rem;
    box-sizing: border-box;
	min-height:100vh;
	height:100%;
	width:100%;
	position:relative;
	overflow:hidden;
	z-index:2;
	font-size: 0;
	background: url(/upload/iblock/a5b/tyre_06.jpg);
	background-color: black;
}
@media (min-width:1024px) and (max-width:1200px)
{
	.main-slider
	{
		padding-left:1rem;
		padding-right:1rem;
	}
}
@media (max-width:320px),
@media (min-width:321px) and (max-width:479px),
@media (min-width:480px) and (max-width:640px)
{
	.main-slider
	{
		/*
		height:auto;
		min-height: auto;
		*/
		width:100%;
		/*margin-top: 3rem;*/
	}
}
@media (max-width:320px)
{
	.main-slider
	{
		padding-top: 0rem;
		background: url('/upload/images/content/index/menu_bg_320.jpg');
		background-position: top center;
	}
}
@media (min-width:321px) and (max-width:479px)
{
	.main-slider
	{
		background: url('/upload/images/content/index/menu_bg_480.jpg');
		background-position: top center;
	}
}
@media (min-width:480px) and (max-width:640px)
{
	.main-slider
	{
		background: url('/upload/images/content/index/menu_bg_640.jpg');
		background-position: top center;
	}
}
.main-filter-bg
{
	min-height: 100vh;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.6);
	padding-top: 10rem;
	z-index:5;
}
@media (max-width:767px)
{
	.main-filter-bg
	{
		padding-top: 0;
		position:inherit;
	}
}
.main-filter-bg .half-left
{
	padding: 2rem 2rem 0 2rem;
}
@media (max-width:767px)
{
	.main-filter-bg .half-left
	{
		padding: 0;
	}
}
.items
{
	display:none;
}
.pagination, .prev, .next, .play, .paused, .progbar, .numStatus {display:none;}
.banner
{
	width:260px;
	overflow:hidden;
	position:absolute;
	top:200px;
	color:#fff;
	right:0px;
	z-index:15;
	background: rgba(0, 0, 0, 0.75);
	padding:0px;
}
.banner span
{
	display:block;
	padding:20px;
}
#header_menu_container
{
	display: inline-block;
	z-index: 100;
    text-align: center;
}
.header-contacts
{
	display: inline-block;
	height: 2.5rem;
    padding: 0px 1rem;
	color: #fff;
    font-weight: normal;
	font-size:0.8rem;
    text-decoration: none;
    line-height: 2.5rem;
    border-bottom: none;
}
@media (max-width:768px)
{
	.header-contacts
	{
		display: block;
		padding-left: 15px;
		border-bottom: 1px solid #fff;
		height: 2.5rem;
		color: #3d3d3d;
		vertical-align: middle;
		text-decoration: none;
		font-weight: bold;
		font-size: 1rem;
		line-height: 2.5rem;
	}
}
.header-contacts::before
{
	display: inline-block;
	margin-right: 0.5rem;
	font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
	font-size: 1rem;
    line-height: 2.5rem;
	color: white;
}
@media (max-width:768px)
{
	.header-contacts::before
	{
		color: #3d3d3d;
		padding: 0.2rem 0.3rem;
	}
}
#header-contacts-email::before
{
	content: "\f003";
}
#header-contacts-phone::before
{
	content: "\f095";
}
#header-contacts-messenger::before
{
	content: "\f232";
    display: inline;
    content: "\f232";
    background: #00c100;
    padding: 0.2rem 0.3rem;
    border-radius: 3px;
	color: white;
}
#header-contacts-adres::before
{
	content: "\f041";
}
#header-contacts-adres:hover
{
	border-bottom: 2px solid #da3737;
}
#header-contacts-adres a,
#header-contacts-all a
{
	color: white;
}
#header-contacts-adres a:hover,
#header-contacts-all a:hover
{
	color: white;	
}
@media (max-width:768px)
{
	#header-contacts-adres a,
	#header-contacts-all a
	{
		color: #3d3d3d;
	}
	#header-contacts-adres a:hover,
	#header-contacts-all a:hover
	{
		color: inherit;
	}
}
#header-contacts-all::before
{
	content: "\f2c2";
}
#header-contacts-all:hover
{
	border-bottom: 2px solid #da3737;
}
@media (max-width:768px)
{
	#header-contacts-adres:hover,
	#header-contacts-all:hover
	{
		border-bottom: 1px solid #fff;
	}
}
@media (max-width:768px)
{
	#google-map
	{
		height:300px;
	}
}
#nav
{
	height: 35px;
}
#nav li
{
	float:left;
	background:url(/bitrix/templates/eshop_autofamily/images/menu-separator.gif) no-repeat right top;
	height:35px;
	padding:0 1px 0 0;
}
#nav li a{
color:#fff;
text-decoration:none;
font-size:12px;
padding:7px 29px 0 29px;
display:inline-block;
font-weight:bold;
height:25px;
text-transform:uppercase;
}
#nav li a:hover{
background:transparent url(/bitrix/templates/eshop_autofamily/images/menu-hover-bg.gif) repeat-x;
color: #fff;
}
#nav li.active-trail a {
background:transparent url(/bitrix/templates/eshop_autofamily/images/menu-hover-bg.gif) repeat-x;
color: #fff;
}
#menu {
/*font-family: Tahoma, Arial, Helvetica;*/
font-family:"Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
font-size: 1em;
width: 100%;
margin: 0 auto;
}
nav
{
	display: inline-block;
	/*text-transform: uppercase;*/
}
.menu
{
	display:block;
}
.menu li
{
	display: inline-block;
	position: relative;
	width: 100px;
	vertical-align: top;
}
.menu li:first-child
{
	margin-left:0;
}
.menu > li > a
{
	border-left: 1px solid #4d4d4d;
    border-right: 1px solid #4d4d4d;
}
.menu > li > a:hover
{
	border-left: 1px solid white;
    border-right: 1px solid white;
}
.menu li a
{
    display: block;
    height: 6rem;
    padding: 0 1rem;
    font-size: 0.8rem;
    line-height: 1.2rem;
	font-weight: normal;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;	
}
.menu li a:hover, .menu li:hover > a
{
	background:#4d4d4d;
}
.menu li .tempor
{
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #d6d6d6;
    box-shadow: 0 1px 4px rgba(0,0,0,.1);
	-moz-transition: height 1s ease-in-out;
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}
.menu_tabs
{
	height: 3rem;
	padding: 0px;
	margin: 0 auto;
}
.menu_tabs>section
{
	height: 0px;
	
}
.menu_tabs>div>section
{
	height: 0px;
	overflow:hidden;
}
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.menu_tabs> input
{
	display: none;
	-webkit-appearance: inherit;
	width: 3rem;
	height: 3rem;
	margin:0px;
	margin-right:0.5rem;
	outline: none;
	cursor: pointer;
}
.menu_tabs> label
{
	-webkit-appearance: inherit;
	display:inline-block;
	width: 3rem;
	height: 2rem;
	vertical-align: top;
	margin:0px;
	margin-right:0.5rem;
	font-size: 0;
	font-weight:normal;
	outline: none;
	cursor: pointer;
}
.menu_tabs > label > input
{
	display: none;
}
#menu_order_call
{
	display: none;
	width:6rem;
    height: 1.5rem;
	background: #d40000;
	border-radius: 3px;
    cursor: pointer;
}
#menu_order_call::before
{
	display: block;
    position: absolute;
    width: 6rem;
    height: 1.5rem;
	border-radius: 3px;
    text-align: center;
    line-height: 1.5rem;
	font-size: 0.7rem;
    color: white;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "Заказать звонок";
	-webkit-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -moz-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -ms-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -o-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
}
#menu_order_call_label:hover::before
{
	background: #e48d8d;
}
#menu_order_call_label::before
{
	display: block;
    position: absolute;
    width: 6rem;
    height: 1.5rem;
	background: #d40000;
	border-radius: 3px;
    text-align: center;
    line-height: 1.5rem;
	font-size: 0.7rem;
    color: white;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "Заказать звонок";
	-webkit-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -moz-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -ms-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    -o-transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
    transition: background 280ms ease,opacity 280ms ease,color 280ms ease,border 280ms ease;
}
#menu_order_call_label:hover::before
{
	background: #e48d8d;
}
#menu_tab1_label::before,
#menu_tab2_label::before,
#menu_tab3_label::before,
#menu_tab4_label::before,
#menu_tab5_label::before
{
    display: block;
    position: absolute;
    width: 3rem;
    height: 3rem;
    font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
    font-size: 2rem;
    line-height: 3rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
	cursor: pointer;
}
#menu_tab1_label::before
{
	content: "\f0c9";
}
#menu_tab2_label::before
{
    content: "\f002";
}
#menu_tab3_label::before
{
	content: "\f05a";
}
#menu_tab4_label::before
{
    content: "\f041";
}
#menu_tab5_label::before
{
	content: "\f007";
}
#menu_tab1_label:hover::before,
#menu_tab1_label:checked::before,
#menu_tab2_label:hover::before,
#menu_tab2_label:checked::before,
#menu_tab3_label:hover::before,
#menu_tab3_label:checked::before,
#menu_tab4_label:hover::before,
#menu_tab4_label:checked::before,
#menu_tab5_label:hover::before,
#menu_tab5_label:checked::before
{
	color: #d40000;
}
#menu_tab1_label:hover::after,
#menu_tab2_label:hover::after,
#menu_tab3_label:hover::after,
#menu_tab4_label:hover::after,
#menu_tab5_label:hover::after
{
	display: block;
    position: absolute;
    margin-top: 3rem;
    width: 3rem;
    color: white;
    font-size: 0.8rem;
    text-align: center;
}
#menu_tab1_label:hover::after
{
	content: "меню";
}
#menu_tab2_label:hover::after
{
	content: "поиск";
}
#menu_tab3_label:hover::after
{
	content: "инфо";
}
#menu_tab4_label:hover::after
{
	content: "контакты";
}
#menu_tab5_label:hover::after
{
	content: "кабинет";
}
#main_menu_bar_index #menu_order_call_label~div #content-menu-order_call,
#main_menu_bar_index #menu_tab1_label~div #content-menu-tab1,
#main_menu_bar_index #menu_tab2_label~div #content-menu-tab2,
#main_menu_bar_index #menu_tab3_label~div #content-menu-tab3,
#main_menu_bar_index #menu_tab4_label~div #content-menu-tab4,
#main_menu_bar_index #menu_tab5_label~div #content-menu-tab5
{
	height:0px;
	width:100%;
	overflow: hidden;
	position:absolute;
	left:0;
	box-shadow: none !important;
	background: transparent;
	color:white;
}
#main_menu_bar_index #menu_order_call~div #content-menu-order_call,
#main_menu_bar_index #menu_tab1~div #content-menu-tab1,
#main_menu_bar_index #menu_tab2~div #content-menu-tab2,
#main_menu_bar_index #menu_tab3~div #content-menu-tab3,
#main_menu_bar_index #menu_tab4~div #content-menu-tab4,
#main_menu_bar_index #menu_tab5~div #content-menu-tab5
{
	height:0px;
	width:100%;
	overflow: hidden;
	position:absolute;
	left:0;
	box-shadow: none !important;
	background: transparent;
	color:white;
}
#main_menu_bar_index #menu_order_call:checked~div #content-menu-order_call,
#main_menu_bar_index #menu_tab1:checked~div #content-menu-tab1,
#main_menu_bar_index #menu_tab2:checked~div #content-menu-tab2,
#main_menu_bar_index #menu_tab3:checked~div #content-menu-tab3,
#main_menu_bar_index #menu_tab4:checked~div #content-menu-tab4,
#main_menu_bar_index #menu_tab5:checked~div #content-menu-tab5
{
	/*
	height:3.0rem;
	width:60%;
	margin-left:40%;
	padding-right:2rem;
	text-align:right;
	overflow: hidden;
	z-index:99;
	box-shadow: none !important;
	background: transparent;
	-moz-transition: height 1s ease-in-out;
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
	*/
	height:3rem;
	width:60%;
	margin-left:40%;
	right:0;
	text-align:right;
	overflow: hidden;
	z-index:99;
	box-shadow: none !important;
	background: transparent;
	-moz-transition: height 1s ease-in-out;
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}
#menu_order_call~div #content-menu-order_call,
#menu_tab1~div #content-menu-tab1,
#menu_tab2~div #content-menu-tab2,
#menu_tab3~div #content-menu-tab3,
#menu_tab4~div #content-menu-tab4,
#menu_tab5~div #content-menu-tab5
{
	height:0px;
	width:100%;
	overflow: hidden;
	position:absolute;
	left:0;
	/*background: #3b3b3b;*/
	color:white;
}
#menu_order_call:checked~div #content-menu-order_call,
#menu_tab1:checked~div #content-menu-tab1,
#menu_tab2:checked~div #content-menu-tab2,
#menu_tab3:checked~div #content-menu-tab3,
#menu_tab4:checked~div #content-menu-tab4,
#menu_tab5:checked~div #content-menu-tab5
{
	height:3rem;
	width:60%;
	margin-left:40%;
	right:0;
	text-align:right;
	overflow: hidden;
	z-index:99;
	-moz-transition: height 1s ease-in-out;
	-webkit-transition: height 1s ease-in-out;
	-moz-transition: height 1s ease-in-out;
	-o-transition: height 1s ease-in-out;
	transition: height 1s ease-in-out;
}
.index_text,
.index_text > a
{
	margin-top: 0.5rem;
	color: white;
	font-size: 0.9rem;
}
.index_text > a:hover,
.index_text > a:active,
.index_text > a:focus
{
	color: #d40000;
}
div.palet
{
	width: 100%;
	max-width:1200px;
	margin:0 auto;
	box-sizing: border-box;
	font-size: 0px;
}
div.palet_row
{
	width: 100%;
	height: 400px;
	font-size: 0px;
}
@media (max-width:768px)
{
	div.palet_row
	{
		height: auto !important;
	}
}
div.palet_item
{
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: top;
	font-size: 0.9rem;
}
div.palet_item h1
{
	padding: 0;
}
img.mobile_100
{
	width:auto;
	box-sizing: border-box;
}
@media (max-width:767px)
{
	img.mobile_100
	{
		width:100%;
	}
}
.article div.article_title
{
	margin: 2rem 0;
	background: #f9f9f9;
	font-size: 0;
}
.article div.article_title_text,
.article div.article_title_img
{
	width: 50%;
    display: inline-block;
    box-sizing: border-box;
    font-size: 0.9rem;
	vertical-align: middle;
	padding:2rem;
}
.article div.article_title_img
{
	text-align: right;
}
.article div.article_text
{
	font-size: 0.9rem;
	padding: 0 2rem;
}

.article div.article_paragraph h3
{
	margin-top: 2rem;
}

.article div.article_paragraph
{
	margin: 2rem 0; 
}
.article div.article_paragraph p:first-child
{
	-webkit-margin-before: 0;
}
.article p
{
	font-size: 0.9rem;
}
/*@media (max-width:767px)*/
@media (max-width:1200px)
{
	.article div.article_title{padding:1rem 0;background:none;margin: 0;}
	.article div.article_title_text{width: 100%;padding:0;}
	.article div.article_paragraph h3{margin-top:1rem;}
	.article div.article_title_img{display:none;}
	.article div.article_text{padding:0 1rem;}
	.article div.article_paragraph{margin: 0;}
	.article div.article_table{border: 1px solid #e5e5e5;padding: 0.5rem;margin-bottom:1rem;}
}
.col-white
{
	color: white;
}
.bg-black
{
	background: black;
}
.bg-superlightgrey
{
	background: #d0d0d0;
}
.bg-lightgrey
{
	background: #f9f9f9;
}
.bg-darkgrey
{
	background: #f1f1f1;
}
.bg-superdarkgrey
{
	background: #3d3d3d;
}
.pd-1
{
	padding: 1rem;
}
.pd-2
{
	padding: 2rem 2rem 0 2rem;
}
@media (max-width:768px)
{
	.pd-2
	{
		padding: 1rem !important;
	}
}
.cx_12
{
	width: 100%;
}
.cx_11
{
    width: 91.66%;
}
.cx_10
{
    width: 83.33%;
}
.cx_9
{
    width: 75%;
}
.cx_8
{
    width: 66.66%;
}
.cx_8_mobile
{
    width: 66.66%;
}
@media (max-width:768px)
{
	.cx_8_mobile
	{
		width: 100% !important;
	}
}
.cx_7
{
    width: 58.33%;
}
.cx_6
{
    width: 50%;
}
.cx_5
{
    width: 41.66%;
}
.cx_4
{
    width: 33.33%;
}
.cx_4_mobile
{
    width: 33.33%;
}
@media (max-width:768px)
{
	.cx_4_mobile
	{
		width: 100% !important;
	}
}
.cx_3
{
    width: 25%;
}
.cx_2
{
    width: 16.66%;
}
.cx_1
{
    width: 8.33%;
}
.cy_12
{
	height: 100%;
}
.cy_11
{
    height: 91.66%;
}
.cy_10
{
    height: 83.33%;
}
.cy_9
{
    height: 75%;
}
.cy_8
{
    height: 66.66%;
}
.cy_7
{
    height: 58.33%;
}
.cy_6
{
    height: 50%;
}
.cy_5
{
    height: 41.66%;
}
.cy_4
{
    height: 33.33%;
}
.cy_3
{
    height: 25%;
}
.cy_2
{
    height: 16.66%;
}
.cy_1
{
    height: 8.33%;
}
.questions::before
{
    display: inline-block;
    font: normal normal normal 18px/1 FontAwesome;
    text-align: center;
    font-size: 2rem;
    line-height: 2rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	content: "\f29c";
}
#step_01,
#step_02,
#step_03,
#step_04
{
	text-align: center;
}
#step_01::before,
#step_02::before,
#step_03::before,
#step_04::before
{
	position: relative;
	display: inline-block;
    margin-bottom: 1rem;
    padding: 0 1rem;
    font: normal normal normal 18px/1 FontAwesome;
    font-size: 3.75rem;
    line-height: 3.75rem;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    color: white;
	background: #3d3d3d;
}
@media (max-width:768px)
{
	#step_01::before,
	#step_02::before,
	#step_03::before,
	#step_04::before
	{
		font-size: 2rem;
		line-height: 2rem;
	}
}
#step_01::before
{
    content: "\f07a";
}
#step_02::before
{
    content: "\f2b5";
}
#step_03::before
{
    content: "\f017";
}
#step_04::before
{
    content: "\f1ae";
}
.right-line
{	
	position: absolute;
    width: 50%;
    top: 1rem;
    font-size: 2rem;
    left: 50%;
    text-align: right;
    border-bottom: 1px solid white;
}
@media (max-width:768px)
{
	.right-line
	{
		font-size: 0.8rem;
		color: transparent !important;
	}
}
#bottom-navigation
{
    bottom: 4.25rem;
    position: fixed;
    width: 100%;
}
#bottom-navigation:hover
{
    opacity: 1;
}
#to_back_box
{
	position: fixed;
	bottom: 35px;
	right: 95px;
	background-color: #999999;
	opacity: 0.5;
	border-radius: 0px;
	border-left: 1px solid #ffffcc;
	border-top: 1px solid #ffffcc;
	border-bottom: 1px solid #333333;
	border-right: 1px solid #333333;
	z-index: 900;
	color: white;
	font-weight: bold;
	font-size: 11px;
	width: 80px;
	/*height: 28px;*/
	text-align: center;
	padding: 0 0 0 0;
	overflow: hidden;
	display: none;
	vertical-align: middle;
	line-height: 1em;
}
#to_back_box:hover
{
}
#to_top_box
{
	bottom: 2rem;
    right: 0.5rem;
    position: fixed;
    display: none;
    color: #d40000;
    cursor: pointer;
    z-index: 900;
    text-align: center;
    opacity: 0.5;
    text-align: center;
    width: 150px;
    line-height: 1rem;
}
#to_top_box:hover
{
	z-index:100;
	opacity: 1;
}
#to_down_box
{
	bottom: 2rem;
    position: fixed;
    left: calc(50% - 75px);
    display: block;
    margin: 0 auto;
    color: #d40000;
    cursor: pointer;
    z-index: 900;
    text-align: center;
    width: 150px;
    line-height: 1rem;
}
#to_down_box:hover
{
	z-index:100;
	opacity: 1;
}
.button_hint
{
	display: block;
    width: auto;
    color: #d40000;
    box-sizing: border-box;
    font-size: 1rem;
    white-space: nowrap;
}
.button_hint::before
{
	content: ''; 
    position: absolute;
    left: 20px; bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid green;
	content: '';
    display: block;
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: -25%;
    border: 100px solid transparent;
    border-top: 50px solid green;
}
.quick_links ul
{
	font-size: 0.8rem;
	list-style-type: none;
}
.prim
{
	font-size: 0.7rem;
	color: #a3a3a3;
}
/* End */
/* /bitrix/templates/eshop_autofamily/colors.css?15988711201385 */
/* /bitrix/templates/eshop_autofamily/components/bitrix/sale.basket.basket.line/krumo_basket/style.css?15159942204166 */
/* /bitrix/templates/eshop_autofamily/components/bitrix/search.suggest.input/krumo_suggest/style.css?15893707791390 */
/* /bitrix/templates/eshop_autofamily/components/bitrix/system.auth.form/phone_auth/style.css?15910077841801 */
/* /bitrix/templates/eshop_autofamily/components/bitrix/menu/krumo_horizontal2/style.css?159101064011536 */
/* /bitrix/templates/eshop_autofamily/components/bitrix/menu/krumo_horizontal2/themes/blue/colors.css?15159971391134 */
/* /bitrix/templates/eshop_autofamily/components/bitrix/catalog.top/index_info_top/style.css?158937077918312 */
/* /bitrix/components/krumo_components/feedback_footer/templates/feedback-footer-templ/style.css?15893707772577 */
/* /bitrix/templates/eshop_autofamily/components/bitrix/menu/catalog_native/style.css?159463242411831 */
/* /bitrix/templates/eshop_autofamily/template_styles.css?160681255358476 */
