/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 16px/24px Tahoma, sans-serif;
	color: #333;
	background: #fff;
}
.text table {
    border-collapse: collapse;
    border-spacing: 0;
}
.text table td, .text table th {
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.text table td p, .text table th p {
    margin: 0 0 5px 0;
}
.sb {
display: inline-block;
    color: #fe0000 !important;
    text-decoration: none;
    padding: 3px 7px;
    border: 2px solid #fe0000;
    font-size: 13px;
    border-radius: 4px;
margin-left: 20px;
     }

.sb:hover {
    background-color: #fe0000;
    color: #fff !important;

}
.oprlist {
/*display: inline-block;*/
  	width: 360px;
	max-width: 100%;
    color: #fe0000 !important;
    text-decoration: none;
    /*padding: 3px 7px;*/
    border: 2px solid #fe0000;
    font-size: 13px;
    border-radius: 4px;
     }

.oprlist:hover {
    background-color: #fe0000;
    color: #fff !important;

}
#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 320px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	padding: 0 20px;
	/*width: 1200px;*/
	max-width: 1980px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	.text{
		font-size: 16px;
	}
	p,
	.text ul,
	.text ol,
	.text dl{
		margin: 10px 0 20px;
	}
	.text ul,
	.text ol,
	.text dd{
		padding-left:18px;
	}
	.text ul{list-style-type: disc;}
	.text ol{list-style-type: decimal;}
	h1, .h1,
	h2, .h2,
	h3, .h3,
	h4, .h4,
	h5, .h5,
	h6, .h6{
		margin: 28px 0;
		position: relative;
		font-weight:bold;
	}
	h1, .h1,
	h2, .h2 {
		font: bold 28px/32px Tahoma;
		text-align: center;
	}
	h3, .h3{
		margin: 24px 0 ;
		font: bold 22px/26px Tahoma;
	}
	h5, .h5 {font-size:0.83em;}
	h6, .h6 {font-size:0.67em;}
	a{
		color: #1B6AED;
		text-decoration: none;
	}
	a:hover{
		color: #b53c75;
	}
	img{max-width: 100%;}
	/* |===============| Отмена сбросса стилей end |===============| */
	
	/* |===============| form start |===============| */
	form input[type="checkbox"],
	form input[type="radio"] {
		display: none;
	}
	form input[type="checkbox"] + label,
	form input[type="radio"] + label {
		display: inline-block;
		background: url(../img/radio.png) no-repeat 0 0;
		cursor: pointer;
		margin: 0 20px 15px 0;
		padding: 1px 0 0 31px;
		font: 14px/21px Tahoma;
		min-height: 18px;
		line-height: 21px;
	}
	.catalog-list form input[type="checkbox"] + label,
	.catalog-list form input[type="radio"] + label {
		display: block;
	}
	
	form input[type="radio"]:checked + label {
		background-image: url(../img/radio_checked.png);
	}
	form input[type="checkbox"] + label {
		background: url(../img/checkbox.png) no-repeat 0 40%;
	}
	form input[type="checkbox"]:checked + label {
		background-image: url(../img/checkbox_checked.png);
	}
	input,
	textarea{
		font: 16px/22px Tahoma, sans-serif;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]),
	textarea{
		padding: 10px 12px 8px;
		border: 1px solid #ccc;
		border-radius: 5px;
		width: 360px;
		max-width: 100%;
		color: #4a4a4a;
		background-color: transparent;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):hover,
	textarea:hover{
		border-color: #a8afb2;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
	textarea:focus{
		border-color: #5656ae;
	}
	textarea{
		height: 176px;
		resize: none;
	}
	#wrapper .error_input{
		background: #ffeff3;
	}
	::-webkit-input-placeholder {color:#9ca4a7;}
	::-moz-placeholder          {color:#9ca4a7;}/* Firefox 19+ */
	:-moz-placeholder           {color:#9ca4a7;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#9ca4a7;}
	:focus::-webkit-input-placeholder {color:rgba(0,0,0, 0);}
	:focus::-moz-placeholder          {color:rgba(0,0,0, 0);}/* Firefox 19+ */
	:focus:-moz-placeholder           {color:rgba(0,0,0, 0);}/* Firefox 18- */
	:focus:-ms-input-placeholder      {color:rgba(0,0,0, 0);}
	
	.btn,
	a.btn,
	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button{
		cursor: pointer;
		display: inline-block;
		font: normal 16px/16px Tahoma, sans-serif;
		border: 0;
		padding: 10px 12px;
		color: #fff;
		text-decoration: none;
		text-align: center;
		
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
	}
	.btn:hover,
	input[type="button"]:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	button:hover{
		background: #b53c75;
	}
	.btn:active,
	input[type="button"]:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	button:active,
	.search .submit_search:active{
		background: #5656ae;
	}
	
	/* |===============| selectbox start |===============| */
	.selectbox {
		position: relative;
		vertical-align: top;
		cursor: pointer;
		color: #4a4a4a;
		font: 14px/20px Tahoma;
	}
	.selectbox .select{
		border: 1px solid #e6e6e6;
		padding: 10px 25px 8px 9px;
		background: #fff;
	}
	.selectbox .select:active {
		background: #fcfcfc;
	}
	.selectbox.focused .select {
		border: 1px solid #8ec63f;
	}
	.selectbox .select .text {
		display: block;
		width: 100%;
		height: 20px;
		text-overflow: ellipsis;
		overflow: hidden;
	}
	.selectbox .trigger {
		position: absolute;
		top: 0;
		right: 0;
		width: 34px;
		height: 100%;
	}
	.selectbox .trigger .arrow {
		position: absolute;
		top: 50%;
		right: 10px;
		margin-top: -2px;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
		border-top: 4px solid #9b9b9b;
		width: 0;
		height: 0;
		overflow: hidden;
	}
	.selectbox .dropdown {
		z-index: 9;
		margin: -1px 0;
		background: #FFF;
		border: 1px solid #e6e6e6;
	}
	.selectbox .dropdown ul{
		list-style: none;
		padding: 0;
		margin: 0;
	}
	.selectbox li {
		margin: 0;
		border-top: 1px solid #ecf0f1;
		padding: 10px 13px 8px;
	}
	.selectbox li:first-child{
		border-top: 0;
	}
	.selectbox li.sel,
	.selectbox li.sel:hover{
		cursor: default;
		color: #a8afb2;
		background-color: transparent;
	}
	.selectbox li:hover {
		background: #e6e6e6;
	}
	.selectbox li.disabled {
		color: #AAA;
	}
	.selectbox li.disabled:hover {
		background: none;
	}
	/* |===============| selectbox end |===============| */

	/* |===============| form end |===============| */
/* |===============| global end |===============| */

/* |===============| header start |===============| */
.header {
	background: #5656ae;
	color: #333;
	font: 16px / 22px Tahoma;
}
.header .button,
.header .btn {
	font-size: 16px;
	line-height: 16px;
}
.header__center {
	padding: 10px 10px;
	display: flex;
	position: static;
	justify-content: space-between;
}
.header__center > div {
	margin: 33px 15px 0 15px;
}
.header__center:after,
.header__center:before{
	display: none;
}
.header a{
	/*color: #fff;*/
}
.header a:hover,
.nav-toggle:hover{
	opacity: 0.7;
}
.logo {
	width: 130px;
	color: #fff;
	font-size: 18px;
    line-height: 20px;
	margin-top: 0 !important;
}
.logo img, .logo a {
	display: block;
	margin-bottom: 5px;
}
.logo a {

}
.logo img {

}
.logo .slogan {
	font-size: 12px;
	text-align: center;
}
.logo__text {
    display: inline-block;
    vertical-align: middle;
}
.header__nav{
	padding: 0 10px 0 38px;
}
.header__nav li{
	display: inline-block;
	margin-right: 3px;
}
.header__nav a{
	padding: 0 3px;
	font-weight: 600;
}
.header__tel{
	font: 600 16px/26px Tahoma;
}
.header__tel .fa {

}

.header__tel p {
    display: inline; 
	white-space: nowrap;
	margin: 0;
	padding: 0;
}

.logo,
.header__nav,
.header__tel,
.header__unit,
.header__address,
.header__search,
.header-city,
.header__delivery {
	/*
	display: table-cell;
	vertical-align: middle;
	*/
}
.header__work .h {
	margin: 0 0 4px 0;
	font-weight: 600;
}

.header-city__choose {
    color: #006ed4;
    border-bottom: 1px dotted;
    cursor: pointer;
}
.header__delivery {
    color: #333333;
    font-size: 20px;
    padding: 0 10px;
    font-weight: bold;
}
.header-city__name {
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 16px;
}
.header__address p {
    color: #333;
    margin: 0;
    font-size: 16px;
    line-height: 22px;
}
.header__address a {
    color: #006ed4 !important;
    text-decoration: underline;
}
.header__address a:hover {
    color: #fe0000;
}
.header__email-btn{
	text-align: center;
}

.header__email-btn a {
	/*background-color: #1b6aed!important;*/
	border: none!important;
	color: #fff!important;
	text-align: center;
	margin-left: -20px;
}
.header__poll {
	text-align: center;
}
.header__poll .btn {
	background-color: #1b6aed!important;
	margin-left: -20px;
}

.header__recall {

}
.header__recall a {
	display: block;
}
/*
.header__recall a {
    display: inline-block;
    color: #fe0000 !important;
    text-decoration: none;
    padding: 3px 7px;
    border: 2px solid #fe0000;
    font-size: 13px;
    border-radius: 4px;
}
.header__recall a:hover {
    background-color: #fe0000;
    color: #fff !important;
}
*/
/*
.menu-action::before {
	font-family: FontAwesome;
	content: "\f005";
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	margin-right: 7px;
}
.menu-action>* {
	display: inline-block;
	vertical-align: middle;
}
*/


.header .fa {
	color: rgba(193, 16, 15, 0.69);
	font-size: 20px;
	position: absolute;
	margin-left: -24px;
}
.header__email .fa {
	font-size: 18px;
	margin-top: 3px;
}
.header__email-email {
	margin-bottom: 5px;
}
.header__unit{
	text-align: right;
	width: 166px;
	white-space: nowrap;
}
.header__unit .fa{
	font-size: 13px;
}
.sign-in .fa-lock{
	vertical-align: -1px;
}
.cart-link,
.sign-in{
	font-weight: 600;
	margin-left: 20px;
}
.nav-toggle{
	display: none;
	cursor: pointer;
	margin-left: 13px;
	font-size: 13px;
	min-width: 15px;
}
.nav-toggle.active .fa:before{
	content: "\f00d";
}
/* |===============| header end |===============| */

/* |===============| basket start |===============| */
.basket{
	z-index: 3;
	position: absolute;
	right: -120%;
	top: 0;
	bottom: 0;
	background: #fff;
	padding: 16px 19px;
	width: 360px;
	
	-webkit-box-shadow: -6px 0 4px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: -6px 0 4px rgba(0, 0, 0, 0.05);
	box-shadow: -6px 0 4px rgba(0, 0, 0, 0.05);
}
.basket__close{
	cursor: pointer;
	position: absolute;
	right: 19px;
	top: 15px;
	font-size: 7px;
	width: 26px;
	height: 26px;
	background: url(../img/close.png) no-repeat 8px 8px;
}
.basket__heading{
	border-bottom: 1px solid #e6e6e6;
	padding: 0 30px 16px 0;
	font: 600 20px/27px Tahoma;
}
.basket__item{
	overflow: hidden;
	border-bottom: 1px solid #e6e6e6;
	padding: 24px 0;
}
.basket__pic{
	position: relative;
	float: left;
	text-align: center;
	margin: 4px 20px 0 0;
	padding: 10px 0 0;
	width: 80px;
}
.basket__del{
	cursor: pointer;
	position: absolute;
	right: 4px;
	top: 0;
	color: #f64747;
	font-size: 14px;
}
.basket__unit{
	overflow: hidden;
	font: 600 14px/18px Tahoma;
}
.basket__name,
.catalog__name,
.cart__name,
.similar__name{
	display: block;
	margin: 0 0 16px;
	text-transform: uppercase;
        text-overflow: ellipsis;
        overflow: hidden;
        
}
.catalog__name {

}
.basket__lastp,
.catalog__lastp,
.info__lastp,
.similar__lastp{
	color: #9b9b9b;
	font-weight: normal;
	font-size: 12px;
}
.basket__price,
.catalog__price,
.info__price,
.similar__price{
	color: #4a4a4a;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
}
.basket__ui{
	float: right;
	margin: 5px 0;
}
#wrapper .basket__ui input,
#wrapper .count-box input{
	width: 40px;
	height: 40px;
	padding: 6px;
	text-align: center;
	font-size: 14px;
	color: #4a4a4a;
}
.basket__minus,
.basket__plus,
.count-minus,
.count-plus{
	cursor: pointer;
	font-size: 18px;
	float: right;
	clear: right;
	line-height: 18px;
	margin: 0 0 5px 10px;
}
.basket__minus:hover,
.basket__plus:hover,
.count-minus:hover,
.count-plus:hover{
	color: #5656ae;
}
.basket__result{
	padding: 24px 0 20px;
	font: 600 20px/27px Tahoma;
	color: #4a4a4a;
}
.basket__result i{
	font-style: normal;
	color: #b53c75;
}
.btn_cart{
	margin-top: 11px;
}
/* |===============| basket end |===============| */

/* |===============| nav start |===============| */
.nav{
	display: table-cell;
	padding: 26px 0;
}
.nav > li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 4px 40px 4px 0;
}
.nav a{
	display: block;
	font: 600 16px/21px Tahoma;
	color: #b53c75;
	text-transform: uppercase;
}
.nav a:hover{
	opacity: 1;
	color: #5656ae;
}
.nav__popup{
	display: none;
	z-index: 3;
	position: absolute;
	padding: 14px 19px;
	top: -14px;
	left: -19px;
	min-width: 210px;
	background: #fff;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.nav__popup li{
	margin-bottom: 9px;
}
.nav__popup li:first-child{
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #f4f4f4;
}
.nav__popup li:not(:first-child) a{
	font-size: 14px;
	text-transform: none;
}
.search-link{
	text-align: right;
	padding: 15px 0;
	cursor: pointer;
	display: table-cell;
	vertical-align: top;
	font: 600 12px/21px Tahoma;
	color: #9b9b9b;
	white-space: nowrap;
}
.search-link:hover{
	color: #000;
}
/* |===============| nav end |===============| */

/* |===============| cover start |===============| */
.wrap_cover{
	position: relative;
}
.wrap_cover:before{
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 48px;
	background: #fff;
}
.cover{
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin: 0 auto 0 auto;


	max-width: 100%;

}
.cover__item{
	float: left;
	width: 100%;
	height: 500px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	-ms-transition: background 0s;
	-o-transition: background 0s;
	transition: background 0s;

	display: flex;
	align-items: center;
	justify-content: center;
}
.cover__item__in {
    display: block;
    text-align: center;
    position: relative;
	background: rgba(50, 49, 49, 0.66);
	color: #fff;
	max-width: 600px;
	margin: 0 auto;
	padding: 15px;
    /*
	display: table-cell;
	vertical-align: middle;
	padding: 60px 162px;
	height: 500px;
	font: 600 24px/33px clear;
	color: #fff;
    */
}
.cover__heading{
	display: block;
	font: 600 48px/47px Tahoma;
	margin: 0 0 6px;
}
.cover__info{
	margin: 0;
	display: block;
    font-size: 18px;
    font-weight: 600;
}
.btn_cover{
	margin-left: 4px;
	width: 174px;
}
.cover__next,
.cover__prev{
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 30px;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	background: url(../img/cover_arr.png);
}
.cover__next{
	left: auto;
	right: 30px;
	background-position: -31px 0;
}
.cover__next:hover{
	background: url(../img/cover_arr_h.png) -31px 0;
}
.cover__prev:hover{
	background: url(../img/cover_arr_h.png) 0 0;
}
.cover__slidenator{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	text-align: center;
}
.cover__slidenator__item{
	cursor: pointer;
	display: inline-block;
	margin: 0 4px 0;
	width: 14px;
	height: 14px;
	background: rgba(255, 255, 255, 0.5);
	
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
}
.cover__slidenator__item_active,
.cover__slidenator__item:hover{
	background-color: #f64747;
}
/* |===============| cover end |===============| */

.tabs-item {
    background: #fff;
    padding: 14px 29px 18px;
    border-radius: 0 0 4px 4px;
}

.tabs-item-column {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px;
}
.tabs-item-column.left {
    width: 20%;
}
.tabs-item-column.right {
    width: 80%;
}
.tabs-item-column:last-child {
	padding-right: 0;
}

.tabs-1-right {

}
.tabs-1-right li {
    display: inline-block;
    width: 80px;
}


/* |===============| promo start |===============| */
.promo{
	margin: 30px 0 32px;
}
.promo__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 15px;
	border: 1px solid #fff;
	width: 380px;
       
	text-align: center;
	font: 600 12px/16px Tahoma;
	color: #4a4a4a;
}
.promo__item:nth-child(3n+1){
	margin-left: 0;
}
.promo__item img{
	vertical-align: top;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

}
.promo__heading{
	margin: 24px 20px 10px;
	font-size: 20px;
	line-height: 24px;
}
.promo__info{
	margin: 10px 0 19px;
}
.rss-form{
	position: relative;
	margin: 19px 20px 32px;
}
.rss-env{
	position: absolute;
	left: 11px;
	top: 14px;
	width: 18px;
}
#wrapper .rss-form input{
	padding-left: 38px;
	padding-right: 130px;
}
.rss-sub{
	position: absolute;
	top: 2px;
	right: 2px;
	padding: 9px 17px;
}
/* |===============| promo end |===============| */

/* |===============| catalog start |===============| */
.catalog{
	position: relative;
	margin-bottom: 33px;
}
.catalog_in{
	margin-bottom: 0;
}
.catalog__item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 3px 0 20px 15px;
	width: 280px;
	background: #fff;
}

.catalog__item .error {
    position: static;
    display: block;
    padding: 0;
    box-shadow: none;
    background: none;
    font-weight: normal;
    opacity: 1;
   margin-top:10px;
}
.error.error_id {
	margin-top: -20px;
}

.catalog__item:nth-child(4n+2){
	margin-left: 0;
}
.catalog__pic{
	position: relative;
	padding: 6px 0;
	display: block;
	text-align: center;
    height: 190px;
    overflow: hidden;
}
.catalog__pic:hover{
	opacity: 0.7;
}
.catalog__pic img{
	vertical-align: top;
}
.catalog__labels,
.cart__labels,
.pics__labels{
	position: absolute;
	left: 10px;
	top: 16px;
	width: 50px;
	z-index: 100;
}
.catalog__labels img,
.cart__labels img,
.pics__labels img{
	vertical-align: top;
	margin-bottom: 10px;
}
.catalog__form{
	border-top: 1px solid #f4f4f4;
	padding: 15px 20px 30px;
	font: 600 14px/18px Tahoma;
	background: #fff;
}
.catalog__prices{
	overflow: hidden;
	margin: 5px 0 23px;
}
.catalog__price-title {
	font-size: 13px;
	font-weight: normal;
	color: #777;
}
.price-info {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 4px;
    color: #cc0000;
    cursor: help;
}
.ui-tooltip {
    border-color: #cc0000;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.7);
}
.catalog__lastp{
	display: inline-block;
	line-height: 24px;
}
.catalog__price{
	float: left;
	margin-right: 16px;
}
.catalog__txt{
	margin: 0 0 8px;
	font: 12px/16px Tahoma;
	color: #9b9b9b;
}
.catalog__ui{
	margin: 18px 0 23px;
}
.catalog__ui:after{
	content: "";
	display: block;
	clear: both;
}

.catalog__unit .selectbox {
    margin-bottom:10px;
}

.catalog__unit .addict-field {
    margin-bottom: -10px;
}


.count-box{
	float: left;
	width: 66px;
	display: none;
}
.count-minus,
.count-plus{
	float: left;
	color: #9b9b9b;
}
.count-box input{
	float: left;
}
.btn_bay{
	margin: -2px 0 0 8px;
	padding: 13px 12px;
	width: 99px;
}
.catalog__aclick{
	margin: 0;
	text-align: center;
}
.btn.btn_one_click,
.btn.btn_gray{
	border: 1px solid #e6e6e6;
	min-width: 202px;
	padding-top: 10px;
	height: 40px;
	color: #4a4a4a;
	background-color: transparent;
}
.btn.btn_one_click:hover,
.btn.btn_gray:hover{
	border-color: #9b9b9b;
}
.btn.btn_gray{
	min-width: 0;
}
.catalog__unit .selectbox,
.catalog__unit .select{
	width: 100% !important;
	max-width: 260px;
}
.catalog__prices + .selectbox{
	margin-top: -8px;
}
.catalog_table .catalog__item{
	padding-bottom: 0 !important;
}
.catalog_table .catalog__txt{
	display: block !important;
	height: auto !important;
	margin-bottom: 8px !important;
}
.catalog_in .catalog__item:nth-child(4n+2){
	margin-left: 15px;
}
.catalog_in .catalog__item:nth-child(3n+2){
	margin-left: 0;
}
.catalog_in.catalog_table .catalog__unit{
    padding-right: 18px;
    padding-left: 20px;
	width: 240px;
}
.catalog_in.catalog_table .catalog__prices,
.catalog_in.catalog_table .catalog__title,
.catalog_in.catalog_table .rating{
	width: 212px;
}
.catalog_in.catalog_table .catalog__pic{
	padding-left: 38px;
	width: 174px;
}

/*.catalog__prices {
    display:none !important
}*/
/* |===============| catalog end |===============| */

/* |===============| rating start |===============| */
.rating{
	margin: 0 0 12px;
}
.rating__item{
	cursor: pointer;
	display: inline-block;
	margin-right: -3px;
	font: 14px/14px fontawesome;
	color: #f64747;
}
.rating__item:after{
	content: "\f006";
}
.rating__item.active:after{
	content: "\f005";
}
/* |===============| rating end |===============| */

/* |===============| iabout start |===============| */
.iabout,
.iprop{
	margin: 0 auto 46px;
	max-width: 100%;
}
.iabout h2{
	margin-right: 10px;
}
.iabout__in{

}
.iabout p{

}
/* |===============| iabout end |===============| */
.tab-search-2 .checkbox-list li,.tab-search-3 .checkbox-list li{
	width: 15%;
	min-width: 70px;
}
.power-links-box {
	background: #b4000e;
	padding: 10px 0 40px 0;
}
.power-links-box .slick-prev,
.power-links-box .slick-next {
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
}
.power-links-box .slick-prev.slick-disabled,
.power-links-box .slick-next.slick-disabled {
	border: 2px solid rgba(255,255,255,0.3);
}
.power-links-box .slick-prev:before,
.power-links-box .slick-next:before {
	font-size: 40px;
	line-height: 23px;
}
.power-links-box .slick-prev:hover,
.power-links-box .slick-next:hover {
	background-color: rgba(255,255,255,0.3);
}
.power-links {
	overflow: hidden;
	padding: 0 50px;
}
.power-links a {
	color: #fff;
	font-size: 18px;
	margin: 10px 15px;
	white-space: nowrap;
	text-align: center;
}
.power-links a:hover {
	text-decoration: underline;
	color: #fff;
}
.power-links-header {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 10px 0;
	text-align: center;
}
.power-links .slick-prev:before, .power-links .slick-next:before {
	color: #fff;
}
.power-links-box.gray {
	background: #f0f0f0;
}
.power-links-box.gray .power-links-header {
	color: #303030;
}
.power-links-box.gray .power-links a {
	color: #303030;
}
.power-links-box.gray .slick-prev, .power-links-box.gray .slick-next {
	border-color: #606060;
	width: 40px !important;
	height: 40px !important;
}
.power-links-box.gray .slick-prev:before, .power-links-box.gray .slick-next:before {
	color: #303030;
}

@media (max-width: 767px) {
	.power-links {
		font-size: 14px;
	}
	.power-links a {
		font-size: 13px;
		margin: 10px 5px;
	}
	.power-links {
		padding: 0 25px;
	}
	.power-links-box {
		padding-bottom: 15px;
	}
	.power-links-box.gray .slick-prev, .power-links-box.gray .slick-next {
		width: 25px !important;
		height: 25px !important;
	}
	.power-links-box .slick-prev:before, .power-links-box .slick-next:before {
		font-size: 20px;
		line-height: 20px;
	}
	.power-links-box .wrap__center {
		padding: 0;
	}
}


/* |===============| iprop start |===============| */
.iprop{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 10px 0;

    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iprop__item {
	text-align: center;
	vertical-align: top;
	margin: 15px;
    padding: 15px;
    background: #fafafa;
	font: 13px/16px Tahoma;
    flex: 1;
    border: 1px solid #b4000e;
	border-radius: 6px;
}
.iprop__item img {
    max-width: 100%;
    margin-right: 5px;
}
.iprop__item:last-child{
	margin-right: 0;
}
.iprop__item img{
	vertical-align: middle;
}
.iprop__item-image {
    margin: 0 0 15px 0;
}
.iprop__unit {
	margin: 0;
	font-size: 18px;
    line-height: 27px;
    font-weight: 300;
}
/* |===============| iprop end |===============| */

/* |===============| news start |===============| */
.news_main{
	margin-top: 44px;
	margin-bottom: 44px;
}

.block_header{
	margin: 0 0 26px;
	font: bold 28px/32px Tahoma;
	text-align: center;
}
.news{
	padding: 13px 19px 20px;
	font-size: 14px;
	background: #fff;
}
.news_main .block-row{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 16px 0;
	padding: 15px;
	width: 250px;
}
.news_main .block-row-img {
	float: none;
	margin: 0 0 10px 0;
}
.news_main a.block-row-img {
	height: 168px;
	overflow: hidden;
	display: block;
	width: 100%;
}
.news_main a.block-row-img img {
	margin: 0 auto;
}
.news_main .block-row:nth-child(4n+2){
	margin-left: 0;
}
.news_main .catalog {
	padding: 0 50px;
}
.news_main .catalog__item {
	text-align: center;
	margin: 15px;
	padding: 0;
	display: block !important;
}
.news_main .catalog__item > div {
	width: 280px;
	margin: 0 auto;
}
.news_main .catalog .catalog__form,
.news_main .catalog .catalog__pic {
	display: block !important;
	margin-left: auto;
	margin-right: auto;
}
.news_main .catalog .catalog__pic {
	width: 100% !important;
	height: auto;
}

.news_main .catalog__item img {
	margin: auto;
	display: inline-block;
}
.news_main .catalog__form {
	border-top: 0;
	font: normal 18px/24px Tahoma;
	padding: 0;
	margin: 12px 0 0 0;
	position: static !important;
}
.news_main .catalog__form .h4 {
	margin: 0;
}

.reviews {
	padding: 0 0 50px 0;
}
.reviews-list {
	padding: 0 50px;
}
.reviews-list-item {
	display: inline-block;
	vertical-align: top;
	margin: 15px;
	text-align: center;
}
.reviews-list-item img {
	margin: auto;
	max-width: 100%;
}

.block-text{
	overflow: hidden;
}
.news h4{
	margin: 0 0 7px;
	font: 600 16px/21px Tahoma;
	color: #5656ae;
}
.news_date{
	margin: 0 0 12px;
	font: 10px/16px Tahoma;
	color: #9b9b9b;
}
.news_anons{
	overflow: hidden;
	margin: 12px 0 0;
}
.news .anons p,
.news .date,
.news .rate{
	margin: 0 0 12px;
}
.news .anons p:last-child{
	margin-bottom: 0;
}
.block-row-img{
	float: left;
	margin: 5px 12px 0 0;
	width: 115px;
	background: #ccc;
}
img.block-row-img {
	width: 100%;
	height: auto;
}
.news_list .block-row{
	margin: 0 0 20px;
	padding: 13px 17px 17px;
	display: block;
	background: #fff;
}
.news_list .news_date{
	margin-bottom: 16px;
}
.news_list .catalog {
	display: flex;
	flex-wrap: wrap;
}
.news_list .catalog .catalog__form  {
	position: relative !important;
}
.news_list .catalog__pic {
	height: auto;
}
.news_list .catalog__item {
	width: 280px;
	margin: 15px;
}
.news p{
	overflow: hidden;
}
/* |===============| news end |===============| */

/* |===============| footer start |===============| */
.footer{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 25px 0;
	background: #ededed;

	font-size: 16px;
	line-height: 1.4;
}
.footer__center {
	padding: 18px 10px;
	display: flex;
	position: static;
	justify-content: space-between;
	color: #fff;
}
.footer__center a {
	color: #fff;
}
.footer__center:before,
.footer__center:after {
	display: none;
}
.footer__center > div {
	margin: 25px 15px 0 15px;
}

.footer .fa {
	color: rgba(255, 255, 255, 0.5);
	font-size: 18px;
	position: absolute;
	margin-left: -24px;
	margin-top: 1px;
}
.footer__email .fa {
	font-size: 16px;
}
.footer__email-email {
	margin-bottom: 5px;
}

.footer__address p {
	color: #fff;
	margin: 0;
	font-size: 18px;
	line-height: 22px;
}
.footer__address a {
	text-decoration: underline;
}
.footer__address a:hover {

}

.footer__recall {

}
.footer__recall a {
	display: block;
}
.footer__tel{
	font: 600 20px/24px Tahoma;
}
.footer .tel-box {
	color: #fff;
	white-space: nowrap;
	display: block;
	margin: -3px 0 4px 0;
}


.footer__unit{
	padding: 0 20px 0 0;
	width: 300px;
	float: left;
	font: 12px/16px Tahoma;
	color: #000;
}
.footer__unit + .footer__unit{
	width: 300px;
}
.footer__heading{
	margin: 0 0 16px;
	font: 600 20px/24px Tahoma;
	color: #fff;
}
.footer .city__choose {
	color: #fff;
	border-bottom-color: #fff;
}
.footer p{
	margin: 0;
}
.footer .rss-form{
	margin: 18px 0;
}
.footer__social {

}
.footer__social .h {
	font-weight: 600;
	margin: 0 0 5px 0;
}
.footer__social a {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	margin: 0 5px 0 0;
}

.footer__social a {
	display: inline-block;
	margin-right: 16px;
	width: 32px;
	height: 32px;
	background-image: url(../img/soc-icons.png);
	transition: background 0.2s ease-out;
}
.soc-buttons_vk {
	background-position: 0 0;
}
.soc-buttons_vk:hover {
	background-position: 0 -32px;
}
.soc-buttons_fb {
	background-position: -32px 0;
}
.soc-buttons_fb:hover {
	background-position: -32px -32px;
}
.soc-buttons_twt {
	background-position: -64px 0;
}
.soc-buttons_twt:hover {
	background-position: -64px -32px;
}
.soc-buttons_gplus {
	background-position: -96px 0;
}
.soc-buttons_gplus:hover {
	background-position: -96px -32px;
}
.soc-buttons_rss {
	background-position: -128px 0;
}
.soc-buttons_rss:hover {
	background-position: -128px -32px;
}
.soc-buttons_insta {
	background-position: -160px 0;
}
.soc-buttons_insta:hover {
	background-position: -160px -32px;
}
.soc-buttons_youtube {
	background-position: -192px 0;
}
.soc-buttons_youtube:hover {
	background-position: -192px -32px;
}
.soc-buttons_ok {
	background-position: -224px 0;
}
.soc-buttons_ok:hover {
	background-position: -224px -32px;
}
.soc-buttons_telegram {
	background-position: -256px 0;
}
.soc-buttons_telegram:hover {
	background-position: -256px -32px;
}
.soc-buttons_flipboard {
	background-position: -288px 0;
}
.soc-buttons_flipboard:hover {
	background-position: -288px -32px;
}

.footer__social .fa {
	opacity: 1;
	position: static;
	margin: 0;
	font-size: 22px;
	color: #fff;
}

#wrapper .footer .rss-form input{
	padding-right: 14px;
	width: 280px;
	border-color: #d7d7d7;
}
#wrapper .footer .rss-form input:hover{
	border-color: #a8afb2;
}
#wrapper .footer .rss-form input:focus{
	border-color: #9b9b9b;
}
.footer .rss-sub{
	position: static;
	margin: 20px 0 0;
}
.footer__right{
	float: right;
	margin: 0 0 0 33px;
    min-height: 150px;
	/*min-width: 142px; */
      
}
.footer__nav{
	font: 16px/19px Tahoma;
	display: flex;
	flex-wrap: wrap;
}
.footer__nav li{
	margin-bottom: 12px;
	flex: 50% 0 0;
}
.footer__nav a{
	color: #fff;
	text-decoration: underline;
}
.footer__nav a:hover{
	text-decoration: none;
}

.footer__nav-small {
    margin-top: 10px;
    font: 12px/15px Tahoma;
}
.footer__nav-small li{
    margin-bottom: 7px;
}
.footer__nav-small a {
    color: #4a4a4a;
}
.footer__nav-small a:hover{
    color: #5656ae;
}

/* |===============| footer end |===============| */

/* |===============| soc start |===============| */
.soc{
	line-height: 14px;
	font-size: 14px;
}
.soc a{
	margin: 0 11px 0 0;
	color: #4a4a4a;
}
.soc .soc__vk:hover{
	color: #5C81AA;
}
.soc .soc__tw:hover{
	color: #58AFF2;
}
.soc .soc__fb:hover{
	color: #4A65A6;
}
.soc .soc__yt:hover{
	color: #f64747;
}
/* |===============| soc end |===============| */

/* |===============| popup start |===============| */
.required_field {
	opacity: 0.6;
}
.popup{
	display: none;
	z-index: 13;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -200px;
	padding: 20px 20px;
	width: 400px;
	background: #fff;
	font: 14px/19px Tahoma;
	
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);

	border-radius: 10px;
}
.popup-shadow {
	content: '';
	position: fixed;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10;
	display: none;
}
.popup__heading{
	margin: 0 0 34px;
	font: 600 20px/24px Tahoma;
	text-align: center;
}
.popup__close {
	content: "×";
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 7px;
    width: 26px;
    height: 26px;
    background: url(../img/close-2.png) no-repeat center center;
	background-size: 22px 22px;
	opacity: 0.5;
	transition: opacity 0.3s;
}
.popup__close:hover {
	opacity: 1;
}


.popup__bq{
	text-align: center;
	margin: 0 -20px 34px;
	padding: 11px 20px 12px;
	background: #f4f4f4;
}

.popup .error {
    position: static;
    text-align: center;
    margin: 0 -20px 0;
    padding: 11px 20px 12px;
    background: rgba(255,0,0,0.5);
    box-shadow: none;
    font-weight: bold;
    color: #fff;
}

.popup__but{
	min-width: 174px;
}
.popup input{
	display: block;
	margin: 0;
}
.popup .button {
	margin-top: 15px;
}
.rmd-pass{
	float: right;
}
.popup_search,
.popup_add{
	text-align: center;
}
.popup_add .btn_order{
	padding-left: 10px;
	padding-right: 10px;
	width: 175px;
	margin-right: 15px;
}
.popup_add .btn_gray{
	padding-left: 10px;
	padding-right: 10px;
	width: 165px;
}
.popup_faq .popup__but{
	min-width: 109px;
}
.popup textarea{
	margin-bottom: 0;
	height: 100px;
}
.popup .infofield {
}
/* |===============| popup end |===============| */

/* |===============| cols start |===============| */
.col-left{
	float: left;
	margin: 51px 0 50px;
	width: 280px;
}
.col-left h2,
.col-left .h2{
	margin-top: -8px;
	text-align: left;
	letter-spacing: -0.4px;
}
.aside-list{
	background: #fff;
}
.aside-list a{
	display: block;
	border-top: 1px solid #f4f4f4;
	padding: 16px 20px 16px 30px;
	font: 14px/17px Tahoma;
	color: #4a4a4a;
}
.aside-list a:hover{
	color: #fff;
	background: #b53c75;
}
.col-right{
	float: right;
	padding: 0 0 0 300px;
	margin: 43px 0 50px -300px;
	width: 100%;
}
.col-left .block{
	padding: 21px 20px 33px;
	background: #fff;
        margin-bottom: 28px;
}
.shop_search_article .infofield{
	margin-top: 0;
}
#wrapper .from,
#wrapper .to{
	width: 100px;
}
.from{
	margin-right: 3px;
}
.to{
	margin-right: -6px;
	margin-left: 3px;
}


#wrapper .shop_search_param label{
	display: block;
}

.btn.btn-show-search {
	display: block;
	margin: 0 0 7px 0;
}
.btn.btn-show-search:after {
	content: "\f107";
	font-family: FontAwesome;
	font-size: 18px;
	display: inline-block;
	margin-left: 7px;
	vertical-align: -1px;

}
.btn.btn-show-search.opened:after {
	content: "\f106";
}

.block_search .selectbox,
.block_search .select{
	width: 100% !important;
}
#wrapper .btn_search_items{
        margin-top:31px;
	width: 174px;
}
/* |===============| cols end |===============| */

/* |===============| paginator start |===============| */
.paginator{
	padding: 30px 0;
	text-align: center;
	font: 600 14px/16px Tahoma;
}
.paginator .active,
.paginator a{
	vertical-align: middle;
	padding: 2px 3px;
}
.paginator .active{
	color: #9f9f9f;
}
.paginator .end,
.paginator .start{
	display: inline-block;
	vertical-align: middle;
	padding: 2px 1px 0 0;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	background: #5656ae;
	font: 12px/19px fontawesome;
	color: #fff;
}
.paginator .start:hover,
.paginator .end:hover{
	background: #b53c75;
}
.paginator .start:after{
	content: "\f053";
}
.paginator .end:after{
	content: "\f054";
}
.paginator .end{
	padding: 2px 0 0 2px;
}
/* |===============| paginator end |===============| */

/* |===============| faq start |===============| */
.faq{
	margin: 0 0 20px;
	padding: 19px 28px 15px;
	background: #fff;
	font: 14px/28px Tahoma;
}
.faq__name{
	font-size: 12px;
	color: #9b9b9b;
}
.faq__ans{
	margin: 19px -28px 0;
	border-top: 1px solid #f4f4f4;
	padding: 12px 31px 0;
	font-style: italic;
	line-height: 21px;
}
.btn_faq{
	margin: 21px 0;
	padding: 9px 22px;
}
/* |===============| faq end |===============| */

/* |===============| reg start |===============| */
.reg{
	padding: 0 0 60px;
}
.reg h1{
	text-align: left;
	border-bottom: 1px solid #fff;
	padding: 0 0 26px;
}
.ifile{
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	padding: 8px 28px 7px;
	margin: 0 10px 0 0;
	background: #e6e6e6;
	font: 300 11px/15px Tahoma;
	text-transform: uppercase;
}
.ifile:hover{
	background: #b53c75;
	color: #fff;
}
.file-info{
	display: inline-block;
	vertical-align: middle;
	width: 222px;
	font: 12px/16px Tahoma;
	color: #9b9b9b;
}
.reg__unit{
	overflow: hidden;
	margin: 0 0 31px;
}

.reg__unit .error_captcha {
	position: static;
           
    clear: both;
    box-shadow: none;
    background: none;
    opacity: 1;
}

#wrapper .reg__unit input{
	float: left;
	margin: 0 25px 0 0;
	width: 175px;
}
.cap_btn{
	cursor: pointer;
	clear: left;
	float: left;
	margin: 14px 0 0;
}
.cap_btn:hover{
	color: #b53c75;
}
.cap_btn .fa{
	margin-right: 2px;
}
.reg__footer{
	margin: 39px 0 0;
	padding: 35px 0 0;
	border-top: 1px solid #fff;
}
.reg__sub{
	padding-left: 20px;
	padding-right: 20px;
}
/* |===============| reg end |===============| */

/* |===============| tabs start |===============| */
.tabs{
	clear: both;
	margin: 0 0 26px;
	border-bottom: 1px solid #fff;
}
.tabs__item,
.tabs__item2
{
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	margin: 0 56px -1px 0;
	border-bottom: 3px solid transparent;
	padding: 0 0 14px;
	font: 600 18px/24px Tahoma;
	color: #b53c75;
}
.tabs_id .tabs__item,
.tabs_id .tabs__item2
{
    margin-bottom: 15px;
    font-size: 15px;
    margin-right: 10px;
	border: 1px solid #b4000e;
	padding: 7px 15px;
	border-radius: 4px;
}
/*
.tabs_id .tabs__item {

    border: 1px solid #ebebeb;
    padding: 7px 14px;
    margin: 0;
    font-size: 15px;
    font-weight: normal;
}*/
.tabs_disable .tabs__item {
	cursor: default;
}
.tabs:not(.tabs_disable) .tabs__item:hover,
.tabs:not(.tabs_disable) .tabs__item2:hover
{
	background-color: rgba(180, 0, 14, 0.22);
}
.tabs__item:last-child{
	margin-right: 0;
}
.tabs__item.active,
.tabs__item2.active,
.tabs:not(.tabs_disable) .tabs__item.active:hover
{
	color: #fff !important;
	background-color: #b4000e;
}
[class*="tabitem-"] {
	margin-bottom: 50px;
}
/*
.tabs_id .tabs__item.active {
    border-bottom-color: #ebebeb;
    background: #ebebeb;
}
*/
[class*="tab-"]{
	display: none;
}
[class*="tab-"].active{
	display: block;
}
.btn_ord_prev,
.btn_ord_sub{
	display: none;
}
.wrap_item [class*="tab-"]{
	margin-bottom: 30px;
}
/* |===============| tabs end |===============| */

/* |===============| cart start |===============| */
.cart{
	margin: 0 0 22px;
	width: 100%;
	font: 600 20px/27px Tahoma;
}
.cart tr{
	border-bottom: 7px solid #F4F4F4;
}
.cart th{
	text-align: left;
	padding: 0 0 17px 15px;
	font: 12px/16px Tahoma;
	color: #9b9b9b;
}
.cart th:first-child + th{
	padding-left: 18px;
}
.cart td{
	vertical-align: top;
	border-left: 1px solid #e6e6e6;
	padding: 12px 10px 12px 15px;
	background: #fff;
}
.cart td:first-child{
	padding-left: 0;
	border-left: 0;
}
.cart__pic{
	width: 171px;
	-webkit-border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-radius: 3px 0 0 3px;
}
.cart__pic__in{
	padding: 0 10px 0 38px;
	position: relative;
	display: block;
	text-align: center;
}
.cart__pic__in:hover{
	opacity: 0.7;
}
.cart__labels{
	top: 0;
}
.cart .cart__info{
	padding-left: 18px;
	width: 398px;
	font: 600 14px/18px Tahoma;
}
.cart .count-box{
	margin-top: 4px;
}
.cart .cart__remove{
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
	color: #f64747;
	font-size: 14px;
	line-height: 14px;
	width: 50px;
	
	-webkit-border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
}
.cart__remove .fa{
	cursor: pointer;
}
.cart__price,
.cart__price_dis{
	width: 122px;
}
.cart__dis{
	width: 86px;
}
.cart__sum{
	white-space: nowrap;
}
.cart__heading{
	display: none;
	margin: 0 0 8px;
	font: 12px/16px Tahoma;
	color: #9b9b9b;
}
/* |===============| cart end |===============| */

/* |===============| order start |===============| */
.order-result{
	margin: 0 0 25px;
	border-top: 1px solid #fff;
	padding-top: 42px;
	font: 600 20px/27px Tahoma;
}
.order-result i{
	font-style: normal;
	color: #b53c75;
}
.btn_ord{
	margin-right: 10px;
	padding-left: 30px;
	padding-right: 30px;
}
.lab-info{
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #9898a2;
}
.lab-price{
	float: right;
	margin: 0 0 18px 8px;
	font-size: 20px;
	line-height: 27px;
}
#wrapper .lab-ord{
	display: block;
	margin: 24px 0 -1px;
	border-bottom: 1px solid #fff;
	padding-bottom: 27px;
	font-weight: bold;
	font-size: 16px;
}
.ord-unit{
	vertical-align: top;
	display: inline-block;
	width: 360px;
	max-width: 100%;
	margin: 0 36px 40px 0;
}
.ord-unit:last-child{
	margin-right: 0;
}
.ord-unit > :first-child{
	margin-top: 0;
}
.ord-unit textarea{
	height: 246px;
}
/* |===============| order end |===============| */

/* |===============| sort start |===============| */
.sort{
	border-top: 1px solid #fff;
	padding: 25px 0 28px;
}
.sort a{
	margin-right: 14px;
	font: 600 12px/16px Tahoma;
	color: #4a4a4a;
}
.sort a:not(.active):hover{
	color: #5656ae;
}
.sort a.active{
	color: #9f9f9f;
}
/* |===============| sort end |===============| */

/* |===============| pics start |===============| */
.pics{
	float: left;
	margin: 41px 0 20px;
	width: 578px;
	max-width: 100%;
}
.pics-content {
    border: 1px solid #ccc;
}
.pics__big,
.pics__mini{
	position: relative;
	margin-bottom: 10px;
	width: 480px;
	max-width: 100%;
	height: 380px;
	line-height: 375px;
	text-align: center;
	background: #fff;
}
.pics__big {
    display: block;
    margin-left: auto;
    margin-right: auto;

}
.pics__mini {
    float: right;
}
.pics__big__img,
.pics__mini__img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.pics__mini{
	float: left;
	margin: 0 18px 9px 0;
	width: 80px;
	height: 104px;
	line-height: 100px;
        cursor: pointer;
}
.pics__mini_active{
	opacity: 0.5;
}
.pics__labels{
	top: 45px;
	left: 35px;
	line-height: normal;
}
/* |===============| pics end |===============| */

/* |===============| info start |===============| */
.info{
	float: right;
	margin: 34px 0 70px -600px;
	padding: 0 0 0 600px;
	width: 100%;
}
.info__heading{
	text-align: left;
	margin: 0 0 21px;
}
.info__article{
	margin: 15px 0 30px;
	font: 12px/16px Tahoma;
	color: #9f9f9f;
}
.info .rating{
	line-height: 14px;
	margin: 8px 0 15px;
}
.text.info h2,
.text.info .h2{
	text-transform: none;
	margin-bottom: 15px;
}
.info h2 + p,
.info .h2 + p{
	margin-top: -5px;
}
.info .selectbox,
.info .select{
	width: 240px !important;
	background-color: transparent;
}
.info .social{
	/*float: right;*/
	margin: 12px 0 0;
	display: none;
}
.info__unit{
	clear: both;
	margin: 38px 0 0;
	padding: 21px 18px 20px 20px;
	background: #fff;
}
.info__unit:after{
	content: "";
	clear: both;
	display: block;
}
.info__lastp{
	line-height: 16px;
}
.info__price{
	line-height: 27px;
}
.info__prices{

}
.info__unit .btn_bay{
	margin: 0 18px 0 9px;
}
.info__unit .count-box{

}

.info__unit .info__price {
	margin-top: -6px;
	line-height: 1;
}

.info__unit .shop_waitlist {
    width:50%;
    float: right;
    text-align: left;
}

/*.info .error {
 position: static;
    background: none;
    opacity: 1;
    box-shadow: none;
    
    text-align: left;
    clear: both;
    font-size: 12px;
    line-height: 12px;
    
}*/

/* |===============| info end |===============| */

/* |===============| breadcrumb start |===============| */
.breadcrumb{
	margin: 21px 0 8px;
	font: 14px/18px Tahoma;
	color: #9b9b9b;
	padding: 0;
	list-style: none;
}
.breadcrumb li {
	display: inline-block;
}
.breadcrumb a{

}
.breadcrumb a:hover{

}
/* |===============| breadcrumb end |===============| */

.product-in-stock {
	margin: 0 0 15px 0;
	font-size: 17px;
	text-transform: uppercase;
	line-height: 22px;
	color: #007700;
}


/* |===============| comment start |===============| */
.comment{
	margin: 38px 0 50px;
	font: 14px/18px Tahoma;
}
.comment .rating{
	margin: 0 0 8px;
	line-height: 14px;
}
.comment__txt{
	margin: 0 0 10px;
}
.comment__author{
	color: #9b9b9b;
	font-size: 12px;
}
.btn_comment{
	padding: 10px 16px;
}
.popup_comment textarea{
	height: 152px;
}
.popup_comment .rating{
	margin-bottom: 0;
}
.popup_comment .rating__item{
	margin-right: 3px;
	font-size: 20px;
	line-height: 14px;
}
.popup_comment .popup__but{
	min-width: 0;
	padding-right: 20px;
	padding-left: 20px;
}
/* |===============| comment end |===============| */

/* |===============| similar start |===============| */
.similar{
	margin: 32px 0 0;
}
.similar__item{
	display: inline-block;
	vertical-align: top;
	margin: 0 16px 30px 0;
	width: 278px;
}
.similar__item:nth-child(4n+5){
	margin-right: 0;
}
.similar__pic{
	float: left;
	margin-top: 3px;
	margin-right: 20px;
	width: 80px;
	height: 104px;
	line-height: 100px;
	text-align: center;
	background: #fff;
}
.similar__pic:hover{
	opacity: 0.7;
}
.similar__pic img{
	vertical-align: middle;
}
.similar__unit{
	overflow: hidden;
	font: 600 14px/18px Tahoma;
}
/* |===============| similar end |===============| */
		
/* |===============| other start |===============| */
.btn,
a,
input,
button,
textarea,
.nav-toggle,
[class*="__minus"],
[class*="__plus"],
.search-link,
.cover__next,
.cover__prev,
.cover__slidenator__item,
.ifile,
.cap_btn,
label,
.selectbox li{
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.wrap_white{
	background: #fff;
}
.wrap_white .wrap__center{
	display: table;
}
.promo__item,
.catalog__item,
.news,
.paginator .prev,
.paginator .next,
.faq,
.ifile,
.block{
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.box-links{
	position: absolute;
	right: 0;
	top: -53px;
}
.box-links a{
	color: #9b9b9b;
	font: 600 12px/16px Tahoma;
	margin-left: 16px;
	font-size: 12px;
	text-transform: none;
}
.box-links a:hover,
.box-links a.active{
	color: #4a4a4a;
}
.box-links .fa{
	margin-right: 2px;
}
.infofield{
	display: block;
	margin: 21px 0 8px;
}

.char {
    width: 100%;
}

.char tr{
	/*border-top: 1px solid #fff;*/
}
.char tr:first-child{
	border-top: 0;
}
.char td{
	padding: 3px 10px 3px 10px;
}


.text table.char td {
	border-color: #333;
	font-size: 16px;
}
.char__name {
	width: 323px;
}
table.char td.char__title {
    background: #333;
	border-bottom: none;
	font-weight: bold;
	color: #fff;
	font-size: 18px;
}
.char td.char__title div {
    margin: 7px 0;
}
.char td.char__title div img {
	vertical-align: middle !important;
}
.char__value {
	text-align: right;
}

.compare-btn {
	cursor: pointer;
	display: inline-block;
	font: normal 14px/14px Tahoma, sans-serif;
	padding: 10px 12px;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #1B6AED;
	white-space: nowrap;
	border-radius: 6px;
}
.compare-btn:hover{
	opacity: .7;
}
.catalog-list .compare-btn {
	display: block;
}

.attention-block {
	padding: 10px 25px;
	background: #ebebeb;
	color: #000;
}

.text-table table {

}
.text-table table td, .text-table table th {
    border: 2px solid #e1e1e1;
    padding: 5px 7px;

}

.text-center {
	text-align: center !important;
}

.text h1,
.text .h1,
.text h2,
.text .h2,
.text h3,
.text .h3,
.text h4,
.text .h4 {
	text-align: left;
}
.text h2,
.text .h2 {
	margin: 20px 0 10px;
	font: 600 18px/24px Tahoma;
}
.text > :first-child{
	margin-top: 0;
}
img.left{
	float: left;
	margin: 8px 28px 12px 0;
}
.social{
	margin: 50px 0 20px;
}
.wrap_order{
	padding: 0 0 88px;
}
.wrap_order h1{
	margin-top: 43px;
	text-align: left;
}

.wrap_item{
	/*padding-bottom: 30px;*/
}
.wrap_item h1,
.wrap_item .h1,
.wrap_item h2,
.wrap_item .h2{
	text-align: left;
}
.wrap_item [class*="tab-"]{
	margin-bottom: 60px;
}
.wrap_item [class*="tab-"] + .similar + .social{
	margin-top: -26px;
}
/* |===============| other end |===============| */

.catalog-list {
    width: 100%;
    border: none;
    border-spacing: 0;
    border-collapse: collapse;
}
.catalog-list td,
.catalog-list th {
    vertical-align: middle;
    padding: 15px 15px;
    text-align: left;
    line-height: 1;
}
.catalog-list thead td,
.catalog-list thead th {
    font-weight: bold;
    border-bottom: 2px solid #ebebeb;
    font-size: 14px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.catalog-list tbody td,
.catalog-list tbody th {
    border-bottom: 1px solid #ddd;
}

.catalog-list__image {
    min-width: 100px;
	position: relative;
	max-width: 160px;
}
.catalog-list__image img {
    width: 160px;
    min-width: 100px;
}
.catalog-list__image .catalog__labels img {
	min-width: unset;
	max-width: 100%;
}
.catalog-list__name {
    font-weight: normal;
}
.catalog-list__price {
    font-size: 20px;
    font-weight: bold;
    white-space: nowrap;
}
.catalog-list__price small {
    font-size: 16px;
    color: #999;
}
a.modal-btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1b6aed;
    border-radius: 6px;
    color: #fff;
	margin-top: 20px;
}
a.modal-btn:hover{
	opacity: .7;
}
.child-categories {
	margin-bottom: 30px;
}
.catalog-list__price-old {
    position: relative;
    margin-top: -19px;
    margin-bottom: 4px;
    font-size: 14px;
    color: #cc0000;
    text-align: left;
    text-decoration: line-through;
}

.catalog-list__param {
    white-space: nowrap;
}
.catalog-list__buttons .btn {
    display: block;
}
.catalog-list__buttons .js_shop_one_click {
    margin-bottom: 12px;
}
.catalog-list__buttons form input[type="checkbox"] + label {
	margin-right: 0;
}

.catalog-list thead {
    background-color: #f5f5f5;
}

.catalog-list thead a {
    white-space: nowrap;
    /*color: #333;*/
    text-decoration: underline;
}
.catalog-list thead a .fa {
    margin-left: 6px;
    display: none;
}
.catalog-list thead a.active {

}
.catalog-list thead a.active .fa {
    display: inline-block;
}

.shop_add_compare {
    font-size: 12px !important;
    line-height: 15px !important;
}
.id-docs-compare label.shop_add_compare {
	margin-right: 0 !important;
}
.id-docs-compare {
	text-align: right;
}

.js_shop_compare_description a {
    font-size: 12px;
    line-height: 12px;
    border-bottom: 1px dotted;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 0;

}
.js_shop_compare_description div {
    padding: 0 10px;
    border-radius: 3px;
    margin: 0;
}
.js_shop_compare_description div.active {
    background-color: #ebebeb;
}
.js_shop_compare_description div.active a {
    border-bottom: none;
    color: #000;
    cursor: default;
}
.shop_compare_left .h4 {
    margin: 0 0 15px 0;
}
.shop_compare_list .shop_name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 14px;
}
.shop_compare_list .shop_img img {
    width: auto;
    height: 100px;
}
.shop_compare_list .count-box {
    display: none;
}
.shop_compare_list .catalog__price-title {
    display: none;
}
.shop_compare_list .info__unit {
    margin: 0;
    padding-top: 5px;
}
.shop_compare_list .info__lastp {
    position: absolute;
}
.shop_compare_list .info__lastp-title {
    display: none;
}

.shop_compare_left .shop_param_existed,
.shop_compare_left .shop_param_difference {
    color: #888;
}

.shop_compare_list .shop_param_difference {
    background-color: transparent;
    color: #cc0000;
}
.shop_compare_left .shop_param_difference,
.shop_compare_list .shop_param_difference {
    box-sizing: content-box;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ebebeb;
    padding: 7px;
    line-height: 1.4;
}

.shop_compare_left .shop_param_existed,
.shop_compare_list .shop_param_existed,
.shop_compare_list .shop_param {
    box-sizing: content-box;
    padding: 7px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ebebeb;
}
.shop_compare_list .shop_param_existed {
    color: #000;
}

.shop_compare_list .shop_param {
    line-height: 1.4;
}
.shop_add_compare label {

}
.shop_compare_link {
    position: absolute;
    margin-top: -14px;
    opacity: 0;
    transition: opacity 0.3s;
}
.shop_compare_button:checked + label + .shop_compare_link {
    opacity: 1;
}
.shop_compare_link a {
	font-size: 12px;
	color: #cc0000;
	text-decoration: underline;
	white-space: nowrap;
}

.shop_compare_list .button.disabled {
    opacity: 0.3;
    cursor: default;
}
.shop_compare_list .info__unit .btn_bay {
    margin: 15px 0;
}

.shop_compare_list .prev,
.shop_compare_list .next {
    position: absolute;
    top: 120px;
	z-index: 10;
}
.shop_compare_list {
    position: relative;
}
.shop_compare_list .prev {
    left: 15px;
}
.shop_compare_list .next {
    right: 15px;
}


.header-top {
	margin: 0;
	padding: 7px;
	background: #ebebeb;
}
.header-top-blocks {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top-left ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-flex;
	justify-content: space-between;
	vertical-align: middle;
}
.messenger {
	text-align: center;
	display: flex;
}
.header .messenger .fa {
	font-size: 32px;
	position: static;
	display: block;
	margin: 9px 0 3px 0
}
.messenger a {
	display: flex;
	flex-flow: column;

}
.messenger a .fa-whatsapp {
    color: #72be44;
	font-size: 36px;
	position: relative;
}
.messenger a .fa-telegram {
    color: #39f;
	margin-top: 3px;
}
.messenger i,
.messenger em {
	font-style: normal;
	display: block;
	margin: 0 5px;
	text-align: center;
}
.messenger em {
	font-size: 13px;
	color: #303030;
	text-decoration: none;
}

.youtube-container {
	max-width: 1024px;
	margin: 0 auto 30px auto;
	position: relative;
}
.youtube {
	position: relative;
	padding-top: 56.25%;
	overflow: hidden;
	cursor: pointer;
	width: 100%;
	background: #000 scroll no-repeat center;
	background-size: 100% auto;
}

.youtube img {width: 100%; top: -16.82%; left: 0; opacity: 0.7;}

.youtube .play-button {
	width: 90px;
	height: 60px;
	background-color: #333;
	box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
	z-index: 1;
	opacity: 0.8;
	border-radius: 6px;
}

.youtube .play-button:before {
	content: "";
	border-style: solid;
	border-width: 15px 0 15px 26.0px;
	border-color: transparent transparent transparent #fff;
}

.youtube img, .youtube .play-button {cursor: pointer;}

.youtube img, .youtube iframe, .youtube .play-button, .youtube .play-button:before {position: absolute;}

.youtube .play-button, .youtube .play-button:before {top: 50%; left: 50%; transform: translate3d( -50%, -50%, 0 );}

.youtube iframe {height: 100%; width: 100%; top: 0; left: 0;}


@media (max-width: 1199px) {
	.header .messenger .fa {
		font-size: 26px;
	}
	.messenger a .fa-whatsapp {
		font-size: 29px;
	}
	.header .messenger .fa {
		margin-bottom: 6px;
	}
}
@media (min-width: 768px) {
	.block_search.search-center {
		/*display: block !important;*/
	}
	.search-block-main .block_search.search-center {
		display: block;
	}
	.search-block-main .btn-show-search {
		display: none;
	}
}
@media (max-width: 767px) {
	.btn, a.btn, input[type="button"], input[type="submit"], input[type="reset"], button {
		padding: 7px 12px;
		font-size: 14px;
	}
	#wrapper .btn_search_items {
		width: auto;
	}

	.btn.btn-show-search {
		display: block;
		padding: 10px 12px;
	}
	.messenger {
		position: absolute;
		left: 45%;
		top: 66px;
	}
	.header .messenger .fa {
		font-size: 34px;
	}
	.header .messenger .fa.fa-whatsapp {
		font-size: 39px;
		position: relative;
		top: -2px;
	}
	.messenger em {
		display: none;
	}
	.header .messenger .fa {
		margin: 0 10px;
	}
	.header__center > div.header__email-xs {
		margin-top: 32px;
	}
}
.header-top-left ul li {
	margin: 0 15px;
	padding: 0;
	list-style: none;
	line-height: 1;
}
.header-top-left ul li a {
	color: #000;
	font-size: 14px;
	text-decoration: underline;
}
.header-top-left ul li a:hover
{
	text-decoration: none;
}
.header-top-left ul li.active a {
	font-weight: bold;
	text-decoration: none;
}
.header-top {

}
.header-top .search_form {
	display: flex;
}

.commerce-block {
	display: flex;
	justify-content: center;
}
.commerce-col {

	padding: 0 25px;
}
.commerce-col:first-child {
	border-right: 1px solid #ccc;
}
.commerce-block .form-control {
	width: 100% !important;

}
.form-group {
	margin: 0 0 12px 0;
}

.with-fa {
	padding-left: 25px;
	position: relative;
}
.with-fa .fa {
	position: absolute;
	left: 0;
	top: 2px;
	color: #999;
}

.form-help-box {
	border: 1px solid #b4000e;
	border-radius: 6px;
}
input.ya-site-form__input-text{
	border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
    border-radius: 0;
}
input.ya-site-form__submit{
	border-top-right-radius: 6px!important;
    border-bottom-right-radius: 6px!important;
    border-radius: 0;
}
#ya-site-form0 .ya-site-form__form .ya-site-form__input-text{
	border-top-left-radius: 6px!important;
    border-bottom-left-radius: 6px!important;
    border-radius: 0;
}
.form-help {
	padding: 15px;
}
.form-help-list {
	padding: 15px;
}
.form-help-box .h3 {
	margin: 0 0 16px 0;
	font-size: 18px;
}
.form-help .form-control {
	border-color: #777 !important;
	background: #ffffff !important;
	padding: 5px 10px !important;
}
.form-help .errors {
	font-size: 11px;
	line-height: 13px;
	margin-top: 2px;
}
.main-params {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 25px 0;
}
.main-params-item {
	margin: 0 35px 15px 0;
	font-size: 14px;
}

.id-info-blocks {
	display: flex;
	margin: 0 0 35px 0;
}
.id-info-col {
	padding: 5px 15px;
}
.id-info-col .h {
	font-weight: bold;
	font-size: 18px;
	margin: 0 0 7px 0;
}
.id-info-ispolnenie {

}
.id-info-cart {
	flex: 0 0 350px;
	padding-right: 0;
	margin-left: auto;
}
.id-info-cart-box {
	background-color: #efefef;
	height: 100%;
	padding: 15px;
}
.id-info-cart-box .info__unit {
	background-color: transparent;
	margin: 0;
	padding: 0;
}
.id-info-cart-box .info__unit .btn_bay {
	margin: 0;
}
.id-info-cart-box .info__unit .item {
	margin-bottom: 25px;
}
.id-info-cart-box .info__unit .item:last-child {
	margin-bottom: 0;
}
.id-info-cart-box .info__unit .item .btn {
	display: block;
	width: 100%;
}
.id-info-cart-box .info__unit .info__price {
	margin-bottom: 35px;
	font-size: 32px;
	line-height: 38px;
}
.id-info-cart-box .catalog__price-title {
	font-size: 16px;
	margin: 0 0 7px 0;
}

.id-docs {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 25px;
}
.id-docs-item {
	margin: 15px;
	flex: 1;

	line-height: 1.3;
}
.id-docs-item-link {
	display: flex;
}
.id-docs-item-link .fa {
	font-size: 26px;
	color: #bb0706;
	margin: 3px 10px 0 0;
}

.id-delivery {
	text-align: center;
}

.id-variants-list {
	display: flex;
	flex-wrap: wrap;
}
.id-variants-item {
	flex: 0 0 45%;
	margin: 3px 2% 3px 0;
	padding: 5px;
	max-width: 140px;
	min-width: 100px;
}
.id-variants-item a {
	display: block;
	text-align: center;
	text-decoration: none;
}
.id-variants-item img,
.id-variants-item em {
	display: block;
}
.id-variants-item img {
	max-width: 100%;
	margin: 0 auto;
}
.id-variants-item em {
	font-style: normal;
	font-size: 13px;
	color: #000;
	margin: 5px 0 0 0;
}
.id-variants-item.active {
	background-color: #ebebeb;
	border: 1px solid #ccc;
}
.id-variants-item.active a {
	cursor: default;
}
.id-variants-item:hover {
	background-color: #f0f0f0;
}


.icon-menu {
	color: #000;
	display: none;
	font-size: 26px;
}
.top-menu__close {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.top-menu__close .fa.fa-close {
	color: #fff;
	font-size: 26px;
}

.header-city {
	color: #000;
}
.header .tel-box {
	color: #000;
	white-space: nowrap;
	display: block;
	margin: -3px 0 4px 0;
}
.top-menu {
	background-color: #b4000e;
}
.top-menu .wrap__center {
	padding: 0;
}




.privacy_field {
	position: relative;
	margin-top: 1em;
}
.privacy_field p {
	font-size: 15px;
	line-height: 1.4em;
	opacity: 0.7;
	margin: 0;
}

.privacy_field a, .privacy_field a:hover {
	color:inherit;
	text-decoration: underline;
}
.privacy_field input[type="checkbox"] {
	display: block;
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 0;
	opacity: 0;
}

.tabs-nav {

}
.tabs-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
.tabs-nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	box-sizing: border-box;
}
.tabs-nav ul li a {
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 14px 29px;
	border-radius: 4px 4px 0 0;
	display: block;
	color: #333;
}
.tabs-nav ul li.active a {
	background: #fff;
}

.catalog-nav.block {
	margin-top: 45px;
}

.main-text {
	/*max-width: 990px;*/
	margin: 0 auto;
}
.main-text h1 {
	text-align: center;
}

.main-text ol{
	list-style: decimal;
	padding-left: 20px;
}

.main-text ul{
	list-style: disc;
	padding-left: 20px;
}

.main-nav.block {
	margin-bottom: 44px;
}
.main-nav-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.main-nav__item {
	padding: 0;
	width: 230px;
	margin: 15px;
	text-align: center;
	font-size: 14px;
	white-space: nowrap;
}
.main-nav__image {
	height: 150px;
	overflow: hidden;
	margin-bottom: 7px;
	border: 1px solid #ebebeb;
	padding: 15px;
}
.main-nav__image img {
	height: 100%;
	width: auto;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
.main-nav__image img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.main-nav__name a {
	display: block;
	margin: 0;
	font-weight: 300;
	color: #000;
	font-size: 16px;
	line-height: 23px;
	white-space: normal;
}

.map p {
	margin-top: 0;
	margin-bottom: 5px;
}

#scrollUp {
	bottom: 30px;
	right: 20px;
	padding: 5px 20px;
	background-color: #b4000e;
	color: #fff;
	border-radius: 4px;
	font-weight: normal;
}
#scrollUp:hover {
	background-color: #aa0000;
}

.footer__addresses {
	font-size: 12px;
	line-height: 15px;
	border-top: 1px solid #fff;
	padding-top: 15px;
	margin-top: 10px;
}

.disount_block {
	/*margin-bottom: 40px;*/
	padding: 25px 0 10px 0;
}
.disount_block input:not([type="submit"]):not([type="button"]):not([type="image"]),
.disount_block textarea {
	background-color: #fff;
}
.disount_block input:not([type="submit"]):not([type="button"]):not([type="image"]):focus,
.disount_block textarea:focus {
	border-color: #b4000e;
}

.catalog-utp {
	text-align: center;
	margin: 25px 0;
	font-size: 13px;
	line-height: 16px;
}
.catalog-utp__image {
	height: 120px;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.catalog-utp__image img {
	margin-top: 20px;
}
.catalog-utp__text {
	margin-bottom: 25px;
}

.goods-utp__item {
	padding-top: 20px;
	padding-bottom: 20px;
}
.goods-utp__item img {
	float: left;
	width: 50px;
}
.goods-utp__item .goods-utp__text {
	display: table-cell;
	padding-left: 15px;
	line-height: 18px;
	vertical-align: middle;
	height: 54px;
}

.goods-links {
	margin: 25px 0 15px 0;
}



a.order-project {
	border-bottom: 1px dotted;
}

.filter-slider-range {
	margin-top: 20px;
	margin-bottom: 30px;
}
.filter-slider-range__slider {
	margin: 25px 0 15px;
}
.filter-slider-range .ui-widget-content {
	background: #fff;
	height: 8px;
	border: 2px solid #d9d9d9;
	border-radius: 3px;
}
.filter-slider-range .ui-slider-range {
	background: #57a9c4;
	border-color: #57a9c4;
}

.filter-slider-range .ui-slider-handle {
	height: 14px;
	width: 14px;
	background: #fff;
	border: 4px solid #333333 !important;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	top: -5px;
	margin-left: -7px;
	outline: none;
}
.filter-slider-range__value {
	position: relative;
	color: #5b5d69;
	padding: 2px 5px;
	text-align: center;

	font-size: 11px;
	line-height: 12px;
	top: -24px;
	white-space: nowrap;
}

.header__search {
	max-width: 284px;
}
.serp-item__description {
	max-height: 200px !important;
}

.header__search input[type="text"] {
	width: 210px !important;
	font-size: 12px;
	border: none !important;
	background-color: #fff !important;
	border-radius: 25px 0 0 25px !important;
	padding: 0 5px 0 30px !important;
}
.header__search button {
	height: 100%;
}
/*
.header__search button {
	width: auto !important;
	min-width: auto !important;
	vertical-align: top;
	padding: 3px 10px !important;
	height: 40px !important;
	font-size: 22px;
	border-radius: 0 !important;
	background-color: transparent !important;
	border-bottom: 1px solid #333;
	color: #333 !important;
}
*/

.modifications {
	margin: 15px 0;
}
ul.modifications-tabs {
	margin: 0 0 -3px 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.modifications-tabs li {
	display: inline-block;
	margin: 0;
	padding: 5px 15px;
	text-align: center;
	border: 2px solid transparent;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
}
.modifications-tabs li.active {
	cursor: default;
	border-color: #ccc;
	border-bottom-color: #F1F1F1;
	background-color: #F1F1F1;
	font-weight: bold;
}
.modifications-tabs__image {
	height: 58px;
	opacity: 0.5;
	transition: opacity 0.3s;
}
.modifications-tabs__title {
	margin: 4px 0 0 0;

}
.modifications-tabs li.active .modifications-tabs__image, .modifications-tabs li:hover .modifications-tabs__image {
	opacity: 1;
}

.modifications-tabs-items {
	padding: 15px;
	border: 2px solid #ccc;
	background-color: #F1F1F1;
}
.modifications-tabs__item .row:not(:last-child) {
	margin-bottom: 10px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}
.modifications-tabs__item {
	display: none;
	line-height: 1.2;
}
.modifications-tabs__item.active {
	display: block;
}
.modifications-tabs__item .radio {
	clear: both;
	margin: 0 0 4px 0;
}
.modifications-tabs__item .radio label {
	padding-left: 25px;
	position: relative;
	display: block;
}
.modifications-tabs__item .radio input[type="radio"] {
	width: auto;
	max-width: none;
	position: absolute;
	left: 0;
	top: 1px;
}

.city__choose {
	display: inline-block;
	margin: 0 0 4px 0;
	cursor: pointer;
	color: #1B6AED;
	border-bottom: 1px dotted #1B6AED;
}

.checkbox-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.checkbox-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	margin-right: 20px;
	white-space: nowrap;
}
.checkbox-list li label {
	width: 1px;
	overflow: hidden;
	display: inline-block !important;
	margin: 0 !important;
	vertical-align: top;
}
.checkbox-list li a {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: -2px 0 0 -4px;
}

.checkbox-list-image {

}
.checkbox-list-image img {
	width: 100px;
}

.param-modif {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 25px 0;
}
.param-modif .infofield {
	font-weight: bold;
	margin: 0 25px 0 0;
	font-size: 16px;
}
.param-auto {
	display: flex;
}
.param-auto .param-modif {
	display: block;
	margin: 25px 0 0 0;
}
.param-auto .param-modif ul {
	display: flex;
	justify-content: center;
}
.param-auto .param-modif ul li {
	max-width: 120px;
	padding: 4px;
}
.param-auto .param-modif ul li img {
	width: auto;
	height: 61px;

}
.param-auto .checkbox-list li a {
	font-size: 15px;
	line-height: 19px;
	white-space: normal;
	margin-top: 2px;
	max-width: 100px;
}
.param-auto .checkbox-list-image {
	text-align: center;
}
.param-auto .param-modif .infofield {
	text-align: center;
	margin: 0 0 12px 0;
}
.param-auto-isp {
	padding-right: 15px;
	border-right: 1px solid #fff;
}
.param-auto-auto {
	padding-left: 15px;
	flex: auto;
}
.param-auto form input[type="checkbox"] + label {
	margin-right: 5px;
}

[class^="tab-search"] .js_shop_search_param:first-child .infofield {
	margin-top: 0;
}

[class^="tab-search"] .infofield {
	margin-top: 15px;
	font-weight: bold;
}
[class^="tab-search"] .js_shop_search_param {
	font-size: 14px;
}
[class^="tab-search"] .menu-list,
[class^="tab-search"] .menu-inline
{
	font-size: 16px;
}


.search-left {
	display: flex;
}

.tabs.tabs-search {
	margin: 0 25px 0 0;
	flex: 0 0 250px;
	border-radius: 6px;
	overflow: hidden;
}

.tabs.tabs-search .tabs__item {
	margin-bottom: 0;
	display: block;
	border-bottom: 0;
	padding: 12px;
	background: #ebebeb;
	width: 100%;
	font-weight: normal;
	font-size: 16px;
	border: none;
	border-bottom: 1px solid #ccc !important;
	border-radius: 0;
}
.tabs.tabs-search .tabs__item:first-child {
	border-bottom: 1px solid #ccc !important;
}
.tabs.tabs-search .tabs__item.active,
.tabs.tabs-search .tabs__item.active:hover
{
	background: #1B6AED;
	color: #fff;
}

[class^="tab-search"] .filter-slider-range {
	margin-top: 5px;
}
#wrapper [class^="tab-search"] .from, #wrapper [class^="tab-search"] .to {
	width: 85px;
	padding: 5px 3px;
}

.menu-list a {
	display: block;
}
.menu-inline {
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
}

.menu-inline .empty {
	display: inline-block;
	width: 40px;
	height: 1px;
	overflow: hidden;
}
.menu-inline a,
.menu-inline .a {
	display: inline-block;
	width: 40px;
	text-align: center;
}
.menu-inline .a {
	font-weight: bold;
}

.popup__city-list ul li.current a {
	color: #333333;
	font-weight: bold;
	text-decoration: none;
}

.dealers-cities__letter-list {
	position: relative;
}
.dealers-cities__letter {
	font-size: 20px;
	color: #777;
	font-weight: bold;
	border-bottom: 1px solid #777;
	/*position: absolute;*/
}
.dealers-cities__letter-list ul {
	margin: 0;
	padding: 7px 0 0 0;
	list-style: none;
}
.dealers-cities__letter-list li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.dealers-cities__letter-list li.active a {
	cursor: default;
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

.dealer-info .h3 {
	margin-top: 0;
}
.dealer-info {
	display: none;
	line-height: 1.4;

	padding: 15px;
	border: 1px solid #ebebeb;
}
.dealer-info__map {
	margin-top: 15px;
}
.dealer-info.active {
	display: block;
}

.dealer-info-icon {
	float: left;
	color: #999;
	font-size: 18px;
	line-height: 1;
}
.dealer-info-icon .fa-mobile-phone,
.dealer-info-icon .fa-home {
	font-size: 18px;
}
.dealer-info-text {
	margin: 0 0 14px 23px;
}

.department-phones ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.department-phones ul li {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
	position: relative;
}
.department-phones ul li::before {
	font-family: 'FontAwesome';
	content: "\f10b";
	font-size: 18px;
	position: absolute;
	left: 0;
}
.department-phones ul li em {
	color: #999;
	font-style: normal;
	font-size: smaller;
}

.department-phones .header__recall {
	text-align: left;
	margin: 5px 0 0 0;
}
.department-phones li.header__recall::before {
	display: none;
}

.department-email {
	margin: 25px 0 0 0;
}
.department-email .fa {
	display: inline-block;
	margin-right: 5px;
}

.department-worktime {
	margin: 15px 0 0 0;
}
.department-worktime .fa {
	display: inline-block;
	margin-right: 5px;
}

.department-download {
	margin: 15px 0 0 0;
}

.department-download ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.department-download ul li {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: none;
	position: relative;
}
.department-download ul li::before {
	font-family: 'FontAwesome';
	content: "\f15b";
	font-size: 12px;
	position: absolute;
	left: 0;
}

.department-addresses ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.department-addresses ul li {
	margin: 0;
	padding: 0 0 0 23px;
	list-style: none;
	position: relative;
}
.department-addresses ul li::before {
	font-family: 'FontAwesome';
	content: "\f015";
	font-size: 16px;
	position: absolute;
	left: 0;
	top: -3px;
}

.department-addresses__map {
	display: none;
	margin: 25px 0;
	min-height: 250px;
}
.department-addresses__map.active {
	display: block;
}



.block_search.search-center {
	background-color: #f0f0f0;
	padding: 25px;
	margin: 0 -20px 45px -20px;
	font-size: 16px;
	display: none;
}
.block_search.search-center *:not(.fa) {
	font-family: Tahoma, sans-serif;

}
.block_search.search-center .button,
.block_search.search-center .btn
{
	font-size: 16px !important;
	line-height: 16px !important;
}
.block_search.search-center .form-help-box .h3 {
	font-size: 16px;
}
.block_search.search-center .privacy_field p {
	font-size: 15px;
}

.block_search.search-center .form-control {
	font-size: 16px;
	background: #fff;
	border-color: #fff !important;
}
.block_search.search-center .form-control:focus {
	border-color: #b4000e !important;
}

.block_search.search-center .button:hover, .block_search.search-center .btn:hover {
	opacity: .7;
}

/* |===============| media start |===============| */
@media (max-width: 1490px) {
	.param-auto .checkbox-list li a {
		font-size: 12px;
	}
	.sf-menu a{
		font: 400 16px/21px Tahoma
	}
}
@media (max-width: 1400px) {
	.param-auto .checkbox-list li a {
		font-size: 16px;
	}
	.param-auto {
		flex-wrap: wrap;
		flex-flow: column;
	}
	.param-auto .param-modif ul {
		justify-content: flex-start;
	}
	.param-auto .param-modif .infofield {
		text-align: left;
	}
	.param-auto-auto {
		padding-left: 0;
	}
	.param-auto-isp {
		padding-right: 0;
		border-right: none;
	}
}
@media (min-width: 1201px) {
	.catalog_in.catalog_table .catalog__item{
		position: relative;
		top: 3px;
		display: table;
		margin: 0 0 20px;
		width: 100%;
	}
	.catalog_in.catalog_table .catalog__pic{
		display: table-cell;
		padding-right: 8px;
		width: 289px;
		vertical-align: middle;
	}
	.catalog_in.catalog_table .catalog__form{
		display: table-cell;
		vertical-align: top;
		border: 0;
		padding: 0;
	}
	.catalog_in.catalog_table .catalog__unit,
	.catalog_in.catalog_table .catalog__ui,
	.catalog_in.catalog_table .catalog__aclick{
		display: table-cell;
		vertical-align: middle;
		border-left: 1px solid #f4f4f4;
		padding: 15px 10px;
	}
	.catalog_in.catalog_table .catalog__ui,
	.catalog_in.catalog_table .catalog__aclick{
		text-align: center;
	}
	.catalog_in.catalog_table .catalog__unit{
		padding-right: 23px;
		padding-left: 28px;
		width: 296px;
	}
	.catalog_in.catalog_table .catalog__ui{
		padding-top: 23px;
		width: 297px;
		white-space: nowrap;
	}
	.catalog_in.catalog_table .catalog__aclick{
		width: 294px;
	}
	.catalog_in.catalog_in.catalog_table .count-box{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.catalog_in.catalog_table .catalog__prices{
		margin-bottom: 0;
	}
	.catalog_in.catalog_table .catalog__prices,
	.catalog_in.catalog_table .catalog__title,
	.catalog_in.catalog_table .rating{
		width: 244px;
	}
	.catalog_in.catalog_table .catalog__info{
		min-height: 133px;
	}
}
@media (max-width: 1200px) {
	.tabs-item-column {
		display: block;
	}
	.tabs-item-column.left,
	.tabs-item-column.right {
		width: auto;
	}
	.block_search.search-center .privacy_field p {
		font-size: 13px !important;
	}
	.block_search.search-center,
	[class^="tab-search"] .menu-list, [class^="tab-search"] .menu-inline
	{
		font-size: 14px;
	}
	.block_search.search-center .form-help-box .h3 {
		font-size: 16px !important;
	}
	.param-auto .checkbox-list li a {
		font-size: 12px;
	}

	.header {
		font-size: 14px;
		line-height: 16px;
	}
	.header__address p {
		font-size: 14px;
		line-height: 16px;
	}
	.header__email .fa {
		font-size: 14px;
		margin-top: 0;
	}
	.header .fa {
		font-size: 14px;
		margin-left: -18px;
	}
	.header__tel {
		font-size: 16px;
		line-height: 20px;
	}
	.header .button, .header .btn {
		font-size: 14px;
		padding: 5px 10px;
	}
	.header__center > div {
		max-width: 160px;
	}
	.header__email-email {
		white-space: nowrap;
	}

	[class*="__center"]{
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	.nav a{
		font-size: 11px;
	}
	.header__nav li{
		margin-right: 0;
	}
	.cover{
		width: auto;
	}
	.cover__item__in{
		padding-left: 100px;
		padding-right: 100px;
	}
	.promo{
		text-align: center;
	}
	.catalog{
		text-align: center;
	}
	.catalog__item{
		text-align: left;
	}
	/*.catalog__item:last-child{
		display: none;
	}*/
	.news_main{
		text-align: center;
	}
	.news_main .block-row{
		margin: 0 10px 20px;
		height: auto !important;
	}
	.footer .footer__unit{
		width: 280px;
		margin-bottom: 20px;
	}
	.footer__right{
		margin-left: 20px;
	}
	
	.catalog_in.catalog .catalog__item{
		position: relative;
		display: table;
		margin: 0 0 20px;
		width: 100%;
		padding-bottom: 0 !important;
	}
	.catalog_in.catalog .box-links{
		display: none;
	}
	.catalog_in.catalog .catalog__pic{
		display: table-cell;
		padding-left: 20px;
		width: 170px;
		vertical-align: middle;
	}
	#wrapper .catalog_in.catalog .catalog__form{
		position: static;
		display: table-cell;
		vertical-align: top;
		border: 0;
		padding: 0;
	}
	.catalog_in.catalog .catalog__unit{
		float: left;
		margin: 0 -250px 0 0;
		padding: 15px 260px 15px 10px;
		width: 100%;
	}
	.catalog_in.catalog .catalog__info{
		min-height: 133px;
	}
	.catalog_in.catalog .catalog__prices{
		margin-bottom: 0;
	}
	.catalog_in .catalog__ui,
	.catalog_in .catalog__aclick{
		margin: 17px 22px 8px 0;
		float: right;
	}
	.catalog_in .catalog__unit:after{
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 250px;
		border-right: 1px solid #f4f4f4;
	}
	.catalog_in .catalog__txt{
		display: block !important;
		height: auto !important;
		margin-bottom: 8px !important;
	}
	.pics{
		width: 300px;
	}
	.info{
		padding-left: 320px;
		margin-left: -320px;
	}
	.info__unit .btn_bay,
	.info__unit .btn_one_click,
	.info__unit .btn-discount {
		/*margin: 0 0 14px;*/
		clear: right;
		/*float: right;*/
	}
	.info__unit .btn_one_click,
	.info__unit .btn-discount {
		margin-bottom: 0;
	}
	.info .social{
		float: none;
		margin-top: 20px;
	}

	.footer .logo {
		width: 160px;
	}
	.footer {
		font-size: 14px;
	}
	.footer__address p {
		font-size: 14px;
	}
	.footer__social a {
		margin-right: 5px;
	}
	.footer__tel {
		font-size: 16px;
		line-height: 20px;
	}
	.footer .btn {
		font-size: 14px;
	}
}
@media (max-width: 1100px) {
	.header__nav{
		padding-left: 10px;
	}
	.header__nav a{
		padding: 0 2px;
	}
}
@media (max-width: 1044px) {
	.header__tel{
		width: auto;
	}
	.header__unit{
		width: 94px;
	}
	.cart-link span,
	.sign-in span{
		display: none;
	}
	.cart-link{
		margin-left: 13px;
	}
	.sign-in .fa-lock{
		vertical-align: 0;
	}
	.nav-toggle{
		display: inline-block;
	}
	.header__nav{
		z-index: 3;
		position: absolute;
		right: -100%;
		bottom: 0;
		top: 60px;
		background: #5656ae;
		padding: 15px 20px;
		min-width: 245px;
	}
	.header__nav li{
		display: block;
		padding: 6px 0;
		font-size: 14px;
	}
	.header__nav a{
		display: block;
		padding: 6px 0;
	}
	.search-link > span{
		display: none;
	}
	.nav li{
		margin-right: 26px;
	}
	.promo__item_rss{
		display: none;
	}
	.promo__item{
		width: 49%;
		margin-left: 0;
		margin-right: -4px;
	}
	.promo__item:nth-child(2n+2){
		margin-left: 2%;
	}
	.promo__item > img{
		width: 100%;
	}
	.iprop{
		text-align: center;
	}
	.iprop .iprop__item{
		/*
		text-align: left;
		margin: 20px 20px;

		 */
	}
}
@media (min-width: 1024px) {

	.catalog_table:not(.catalog_in) .catalog__item{
		position: relative;
		top: 3px;
		display: table;
		margin: 0 0 20px;
		width: 100%;
	}
	.catalog_table:not(.catalog_in) .catalog__pic{
		display: table-cell;
		padding-right: 8px;
		width: 289px;
		vertical-align: middle;
	}
	.catalog_table:not(.catalog_in) .catalog__form{
		display: table-cell;
		vertical-align: top;
		border: 0;
		padding: 0;
	}
	.catalog_table:not(.catalog_in) .catalog__unit,
	.catalog_table:not(.catalog_in) .catalog__ui,
	.catalog_table:not(.catalog_in) .catalog__aclick{
		display: table-cell;
		vertical-align: middle;
		border-left: 1px solid #f4f4f4;
		padding: 15px 10px;
	}
	.catalog_table:not(.catalog_in) .catalog__ui,
	.catalog_table:not(.catalog_in) .catalog__aclick{
		text-align: center;
	}
	.catalog_table:not(.catalog_in) .catalog__unit{
		padding-right: 23px;
		padding-left: 28px;
		width: 296px;
	}
	.catalog_table:not(.catalog_in) .catalog__ui{
		padding-top: 23px;
		width: 297px;
		white-space: nowrap;
	}
	.catalog_table:not(.catalog_in) .catalog__aclick{
		width: 294px;
	}
	.catalog_table:not(.catalog_in) .count-box{
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.catalog_table:not(.catalog_in) .catalog__prices{
		margin-bottom: 0;
	}
	.catalog_table:not(.catalog_in) .catalog__prices,
	.catalog_table:not(.catalog_in) .catalog__title,
	.catalog_table:not(.catalog_in) .rating{
		width: 244px;
	}
	.catalog_table:not(.catalog_in) .catalog__info{
		min-height: 133px;
	}
	.catalog:not(.catalog_table) .catalog__form{
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.catalog__txt{
		/*display: none;*/
	}
}
@media (max-width: 1023px) {
    .sf-menu {
        display: block !important;
    }
    .sf-menu > li {
        float: left;
    }

	.catalog .catalog__item{
		position: relative;
		display: table;
		margin: 0 0 20px;
		width: 100%;
	}
	.catalog .box-links{
		display: none;
	}
	.catalog .catalog__pic{
		display: table-cell;
		padding-left: 20px;
		width: 170px;
		vertical-align: middle;
	}
	.catalog .catalog__form{
		display: table-cell;
		vertical-align: top;
		border: 0;
		padding: 0;
	}
	.catalog .catalog__unit{
		float: left;
		margin: 0 -250px 0 0;
		padding: 15px 260px 15px 10px;
		width: 100%;
	}
	.catalog .catalog__info{
		min-height: 133px;
	}
	.catalog .catalog__prices{
		margin-bottom: 0;
	}
	.catalog__ui,
	.catalog__aclick{
		margin: 17px 22px 8px 0;
		float: right;
	}
	.catalog .catalog__unit:after{
		position: absolute;
		content: "";
		top: 0;
		bottom: 0;
		right: 250px;
		border-right: 1px solid #f4f4f4;
	}
	.catalog_in .catalog__unit:after{
		display: none;
	}
	.footer__right{
		/*display: none;*/
	}
	.footer__unit + .footer__unit{
		float: right;
		padding-right: 0;
	}
	.cart,
	.cart td,
	.cart tr{
		display: block;
	}
	.cart th{
		display: none;
	}
	.cart tr{
		overflow: hidden;
		position: relative;
		background: #fff;
		width: 100%;
	}
	.cart tbody{
		width: 100%;
		display: block;
	}
	.cart td{
		float: left;
		border: 0;
	}
	.cart__heading{
		display: block;
	}
	.cart .cart__info{
		width: 100%;
		float: right;
		margin-left: -180px;
		padding-left: 180px;
		padding-right: 40px;
	}
	.cart .cart__remove{
		width: 40px;
	}
	.cart__price{
		clear: both;
	}
	.cart__heading + .count-box{
		margin-top: -5px;
	}
	.cart__remove{
		position: absolute;
		right: 0;
		top: 0;
	}
	.catalog__item{
		padding-bottom: 0 !important;
	}
}
@media (max-width: 960px) {
	.catalog_in.catalog .catalog__ui,
	.catalog_in.catalog .catalog__aclick{
		display: none;
	}
	.catalog_in.catalog .catalog__unit{
		padding-right: 20px;
	}

    .tabs-item-column.left {
        width: 40%;
    }
    .tabs-item-column.right {
        width: 60%;
    }
}

@media (max-width: 920px) {
	.pics{
		float: none;
		margin: 41px auto 20px;
		overflow: hidden;
	}
	.pics__mini{
		display: none;
	}
	.info{
		float: none;
		margin-left: 0;
		padding-left: 0;
	}
	.info__unit{
		text-align: right;
	}
	.info__prices{
		text-align: left;
	}
	.pics__big, .pics__mini {
		height: auto;
	}
	.info__unit .count-box,
	.info__unit .btn_bay,
	.info__unit .btn_one_click,
	.info__unit .btn-discount {
		/*margin-left: 12px;*/
		float: none;
		/*display: inline-block;*/
		vertical-align: top;
	}

	.catalog-list__image {
        min-width: 100px;
    }
    .catalog-list__image {
        width: 100%;
        max-width: 100%;
    }
    .catalog-list td,
    .catalog-list th {
        padding: 7px;
    }

    .catalog-list__param {
        white-space: normal;
    }
}

@media (max-width: 991px) {
	.tabs.tabs_id {
		display: flex;
		flex-flow: column;
		max-width: 300px;
		width: 100%;
	}
	.tabs.tabs_id a {
		margin-bottom: 5px;
		padding: 5px 10px;
	}
	.search-left {
		display: block;
	}
	.tabs.tabs-search {
		display: flex;
		margin-right: 0;
		max-width: unset;
	}
	.tabs_id .tabs__item {
		margin: 0;
	}
	.tabs.tabs-search .tabs__item {
		font-size: 14px;
		line-height: 16px;
		padding: 5px;
		text-align: center;

		display: flex;
		justify-content: center;
		align-items: center;
	}

	.block_search.search-center {
		padding: 0;
		margin: 0 0 45px 0;
	}
	.search-left-content {
		padding: 10px;
	}

	.footer__center {
		justify-content: center;
		flex-wrap: wrap;
	}
	.header__work,
	.header__email
	{
		display: none;
	}

	.header__email-xs {
		font-size: 14px;
		white-space: nowrap;
	}

	.header-top-left ul li a {
		font-size: 12px;
	}
	.catalog-list__price {
		font-size: 16px;
	}
	.catalog-list td,
	.catalog-list th {
		padding: 7px;
	}
}

.top-menu .sf-menu .arrow-icon {
	display: none;
}

@media (max-width: 768px) {
	.id-info-blocks {
		display: block;
	}
	.id-variants-item img {
		width: 70px;
	}

	.main-nav-list {
		justify-content: center;
	}
	.footer__nav {
		display: block;
	}
	.footer__center {
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}
	.footer__center > div {
		margin: 10px 0;
		text-align: center;
	}
	.footer__center > div .fa {
		display: none;
	}
	.footer__right {
		text-align: center;
	}
	.commerce-block {
		flex-flow: column-reverse;
	}
	.commerce-col {
		padding: 0;
	}
	.footer {

	}

	.header .fa {
		position: static;
		margin: 0;
	}
	.header-top-mobile {
		border-bottom: 1px solid #ebebeb;
	}
	.header-top-mobile-content {
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5px 0;
	}
	.header-top-mobile-city p {
		margin: 0;
	}
	.header-top-mobile-city p > * {
		display: none;
	}
	.header-top-mobile-city .city__choose {
		font-size: 12px;
		line-height: 14px;
		display: inline-block !important;
	}
	.header-top-mobile-phone a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	.header-top {
		display: none;
	}
	.header__tel {
		display: none;
	}


    .catalog-list,
    .catalog-list tbody,
    .catalog-list thead,
    .catalog-list td,
    .catalog-list th,
    .catalog-list tr {
        display: block;
    }

    .catalog-list tr {
        padding: 0 0 25px 0;
        margin: 0 0 25px 0;
        border-bottom: 1px solid #ddd;
    }

    .catalog-list tbody td, .catalog-list tbody th {
        border-bottom: none;
    }

    .catalog-list thead {
        display: none;
    }

    .catalog-list__price-old,
    .catalog-list__price {
        text-align: left;
        display: inline-block;
    }
    .catalog-list__price-old {
        margin-top: 0;
        margin-right: 5px;
    }
    .catalog-list__buttons .btn {
        display: inline-block;
    }

    .catalog-list__name {
        line-height: 1.4;
    }
    .catalog-list__param {
        font-size: 12px;
        line-height: 16px !important;
    }

    .сatalog-list__price-title {
        font-size: 12px;
        font-weight: bold;
        margin: 0 0 5px 0;
    }

    .header__recall {
        text-align: right;
    }
	.cover__item {
		height: 330px;
	}

	.icon-menu {
		display: inline-block;
		margin-left: 15px;
		cursor: pointer;
	}
	.top-menu {
		display: none;
	}

	.header .tel-box {
		/*display: none;*/
	}
    .header .tel-box .fa {
        font-size: 13px;
    }

	.header__center {
		border-bottom: 1px solid #cecece;
		align-items: center;
	}

	.top-menu {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 1000;
		padding: 10px 0;
	}
	.top-menu nav.wrap__center {
		padding-right: 35px;
	}

	.top-menu .sf-menu > li {
		float: none;
	}
	.top-menu .sf-menu ul {
		position: relative;
		left: 0;
		box-shadow: none;
		display: block;
		padding-left: 30px;
		display: none;
	}
	.top-menu .sf-menu  li.active > ul {
		display: block;
	}
	.top-menu .sf-menu .arrow-icon {
		position: absolute;
		width: 30px;
		height: 30px;
		background: inherit;
		border: 1px solid transparent;
		top: 6px;
		right: 5px;
		z-index: 5;
		display: block;

	}
	.top-menu .sf-menu .arrow-icon:after {
		content: '';
		position: absolute;
		top: 14px;
		left: 50%;
		margin: -2px 0 0 -9px;
		height: 0;
		width: 0;
		border: 9px solid transparent;
		border-top-color: #fff;
	}

	.top-menu .sf-menu li.opened > .arrow-icon:after
	{
		border-top-color: transparent;
		border-bottom-color: #ffffff;
		top: 3px;
	}

	.top-menu .sf-menu li:hover > ul {
		/*display: none;*/
	}

    .tabs-item-column.left,
    .tabs-item-column.right {
        width: auto;
    }
    .tabs-item-column.left > p {
        display: none;
    }

	[class*="__center"]{
		padding-left: 10px;
		padding-right: 10px;
	}
	.block_search.search-center {
		margin: 0 0 45px 0;
		display: none;
	}
	.search-block-main .block_search.search-center {
		/*display: block;*/
	}
	.tel-box span{
		/*display: none;*/
        font-size: 15px;
	}
	.header__center > div {
		margin: 0;
		max-width: none;
	}
	.logo{
		font-size: 13px !important;
		width: 110px;
	}
	.header__tel{
		width: auto;
	}
	.header__nav{
		width: 100%;
	}
	.basket{
		width: 100%;
	}
	.basket__pic{
		margin-right: 10px;
	}
	.basket__ui{
		margin-left: 6px;
	}
	.basket__minus,
	.basket__plus{
		margin-left: 6px;
	}
	.header .wrap_white{
		display: none;
	}
	.header__nav .nav{
		display: block;
		margin: 14px 0;
		padding: 12px 0;
		border-top: 1px solid #fff;
	}
	.nav a{
		font-size: 14px;
		font-weight: normal;
		text-transform: none;
		color: #fff;
		line-height: 16px;
	}
        .nav a:hover {
                color:#fff;
                opacity: 0.7;
        }
        
        .nav__popup {
            display:block;
            position:static;
            background:none;
            box-shadow:none;
            -webkit-box-shadow:none;
        }
        
        .nav__popup li:first-child {
          display:none;   
        }
        
        
        
	.cover{
		margin-left: 0;
		margin-right: 0;
	}
	.cover__item__in{
		padding-left: 30px;
		padding-right: 30px;
		font-size: 18px;
	}
	.cover__heading{
		font-size: 29px;
		line-height: 30px;
	}
	.cover__next,
	.cover__prev{
		display: none !important;
	}
	.wrap_cover:before{
		display: none;
	}
	.catalog .catalog__unit{
		padding-right: 240px;
		padding-right: 240px;
	}
	.catalog .catalog__unit:after{
		right: 230px;
	}
	.catalog .catalog__ui,
	.catalog .catalog__aclick{
		margin-right: 12px;
	}
	.iabout__in{
		-webkit-column-count: 1; /* Для Safari и Chrome */
		-moz-column-count: 1; /* Для Firefox */
		column-count: 1;
	}
	.iabout h2,
	.iabout .h2{
		text-align: left;
	}
	.iabout p{
		margin: 28px 0;
	}
	.iabout p:first-child{
		margin-top: 0;
	}
	.block_header{
		/*text-align: left;*/
	}
	.news_main .block-row{
		margin: 0 auto 20px auto;
		padding-left: 10px;
		padding-right: 10px;

		text-align: left;
	}
	.iprop{
		padding-top: 0;
		padding-bottom: 17px;
		justify-content: center;
	}
	.iprop .iprop__item{
		width: 140px;
		flex: 140px;
		margin: 15px;
	}
	.col-right{
		float: none;
		padding-left: 0;
		margin-left: 0;
	}
	.col-left{
		display: none;
	}
	.catalog_in.catalog .catalog__ui,
	.catalog_in.catalog .catalog__aclick{
		display: block;
	}
	.catalog_in.catalog .catalog__unit{
		padding-right: 240px;
	}
	.similar{
		display: none;
	}
}
@media (max-width: 700px) {

	.tabs__item{
		margin-right: 30px;
	}
}
@media (max-width: 668px) {
	
	#wrapper .promo__item{
		width: 100%;
		margin: 0 0 20px;
	}
	img.left{
		float: none;
		display: block;
		margin: 20px 0;
	}
	.info__unit{
		text-align: center;
	}
	.info__prices{
		float: none;
		margin-bottom: 14px;
	}
	.info__unit .count-box,
	.info__unit .btn_bay{
		margin-left: 0;
		margin-right: 8px;
		float: left;
	}
	.info__unit .btn_one_click,
	.info__unit .btn-discount{
		display: block;
		margin: 16px auto 0;
		width: 202px;
		clear: both;
	}
        
        .info__unit .shop_waitlist {
                float: none;
                clear:both;
                width:100%;
                text-align: inherit;
        }
}
@media (max-width: 620px) {
	.catalog .catalog__unit:after,
	.catalog .catalog__ui,
	.catalog .catalog__aclick,
	.catalog_in.catalog .catalog__ui,
	.catalog_in.catalog .catalog__aclick{
		display: none;
	}
	.catalog .catalog__unit,
	.catalog_in.catalog .catalog__unit{
		padding-right: 18px;
		margin-right: 0;
	}
	.footer .footer__unit{
		width: auto;
	}
	.footer__unit + .footer__unit{
		display: none;
	}
	.reg__unit img{
		display: block;
		margin-bottom: 10px;
	}
	.file-info{
		width: 192px;
	}
	.tabs__item{
		float: none;
		display: block;
		margin: 0;
		padding: 10px;
		border-bottom: 1px solid #fff;
	}
	.tabs{
		border-bottom: 0;
	}
	table,
	tbody,
	tr{
		display: block;
	}

	table td,
	.char td{
		display: block;
		width: auto;
	}
	table.ya-site-form__search-input-layout td {
		display: table-cell;
	}
}
@media (max-width: 480px) {
	.checkbox-list li {
		width: 100px;
		font-size: 13px;
		margin-right: 12px;
		display: block;
	}
	.param-auto .checkbox-list-image {

	}
	.param-auto .param-modif ul {
		flex-wrap: wrap;
	}

    .header-city {
        display: none;
    }
	.cart__price,
	.cart__price_dis,
	.cart__dis,
	.cart__ui{
		width: 50%;
	}
	.cart .cart__sum{
		width: auto;
		float: none;
		border-top: 2px solid #F4F4F4;
		clear: both;
	}
	.pics__labels{
		left: 20px;
		top: 20px;
	}
	.catalog_in.catalog_table .catalog__prices,
	.catalog_in.catalog_table .catalog__title,
	.catalog_in.catalog_table .rating{
		width: auto;
	}
}
@media (max-width: 420px) {
	.param-auto .param-modif ul li {
		width: 50%;
		margin: 0;
		max-width: unset;
	}

	.catalog .catalog__pic,
	.catalog_in.catalog .catalog__pic{
		vertical-align: top;
		padding-top: 20px;
		padding-left: 48px;
		width: 103px;
	}
	.catalog .catalog__unit{
		padding-left: 23px;
	}
	.catalog .catalog__info,
	.catalog_in.catalog .catalog__info{
		min-height: 0;
	}
	.catalog .catalog__price{
		float: none;
		display: block;
	}
	.popup{
		width: auto;
		left: 10px;
		margin-left: 0;
		right: 10px;
	}
        
        .popup_add {
            text-align: center;
        }
        
        .popup_add .btn {
            margin: 0 20px 10px
        }

        
	.block-row-img{
		width: 80px;
	}
	.cart__pic{
		width: 130px;
		padding-right: 0;
	}
	.cart .cart__info{
		padding-left: 130px;
		padding-right: 30px;
	}
}
/* |===============| media end |===============| */



/* |===============| style |===============| */
.clauses_all_img > a, .news_all_img > a {
    display: inline-block;
    height: 120px;
    overflow: hidden;
    width: 180px;
    margin-right: 10px;
}
.news_all_img > a {
	height: auto;
}

.clauses_all_img > a > img, .news_all_img > a > img {
    width: 100%;
    height: auto;
}






.previous_next_links:before, .previous_next_links:after {
    display: table;
    content: " ";
}

.previous_next_links:after {
    clear: both;
}

.previous_next_links {
    height: auto;
}

/*
[class$="_list"] .block:before, [class$="_list"] .block:after {
  display: table;
  content: " ";
}

[class$="_list"] .block:after {
  clear: both;
}

[class$="_list"] .block {
  margin-bottom: 20px;
}

[class$="_list"] .block-row-img {
  float: left;
  margin-right: 15px;
  width: 120px;
  overflow: hidden;
}

[class$="_list"] .block-row-img img {
  width: 100%;
  height: auto;
}

[class$="_list"] .block-text {
  float: left;
  width: 84%;
}

[class$="_list"] .block h4 {
  margin:0 0 10px;
}

.date,[class$="_date"] {
    font: 14px/20px clear;
    color: #a8afb2;
}*/



.search_list .search_text {
    margin-bottom: 20px;
}

/* |===============| style end |===============| */

/* |===============| default reset |===============| */

.rating {
    padding: 0;
    border: none;
    display: block;
}

.shop_waitlist {
    position: relative;
    padding: 0;
    background: none;
    margin-top: 10px;
    
}



.shop_waitlist__text {
    font-weight: normal;
    font-size: 1em;
    line-height: 1.2em;
    padding-bottom: 5px;
}

.shop_waitlist input:not([type="submit"]):not([type="button"]):not([type="image"]) {
    width:100%;
}





.shop_waitlist [action="wait"] {
    position: absolute;
    bottom: 2px;
    right: 2px;
    padding: 9px 17px;
}

/* |===============| default reset end |===============| */

/* |===============| Правки по рашриненому поиску start |===============| */
.btn_aside {
	display: none;
	cursor: pointer;
}
.col-close{
	display: none;
	position: absolute;
	cursor: pointer;
    right: 8px;
    top: 5px;
}
@media (max-width: 768px) {
	.tabs.tabs-search {
		flex-flow: column;
	}
	.tabs.tabs-search .tabs__item {
		padding: 10px 5px;
	}
	.btn_aside{
		display: block;
		margin: 0 0 20px;
	}
	.col-left{
		display: block;
		position: absolute;
		left: 106%;
		width: 100%;
		top: -43px;
		margin: 0;
	}
	.col-left > h2,
	.col-left > .h2{
		display: none;
	}
	.col-close{
		display: block;
	}
}
/* |===============| Правки по рашриненому поиску end |===============| */

@media (max-width: 420px) { 
    .catalog .catalog__pic, .catalog_in.catalog .catalog__pic { 
        vertical-align: top; 
        padding-top: 0px; 
        padding-left: 0px; 
        width: 100%; 
        display: table-header-group; 
    }
}


.brands-category {
	margin: 0 0 45px 0;
}
.brands-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: -15px;
}
.brands-list-item {
	width: 220px;
	padding: 15px;
}
.brands-list-item.empty {
	padding: 0;
	margin: 0;
}
.brands-list-item .image {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 135px;
	background: #fafafa;
	border: 1px solid #ececec;
	padding: 15px;
	transition: all 0.3s;
	border-radius: 5px;
}
.brands-list-item .image:hover {
	background: #f1f1f1;
}
.brands-list-item .image img {
	max-width: 100%;
}
.brands-list-item .image a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.brands-list-item .image-title {
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.brands-list-carousel {
	height: 140px;
	padding: 5px;
}
.brands-list-carousel .brands-list {
	padding: 0 50px;
	margin: 0 15px;
}
.grecaptcha-badge{
	visibility: hidden;
}

.recaptcha-text {
	font-size: 12px;
	opacity: 0.5;
}
.recaptcha-text a {
	text-decoration: underline;
}
.yandexsearch-form .input-group {
	display: flex;
}