@import url(reset.css);
@import url(fontawesome.css);
@font-face {
    font-family: 'clear';
    src: url('../fonts/clear/clearsans-regular.eot');
    src: url('../fonts/clear/clearsans-regular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clear/clearsans-regular.woff2') format('woff2'),
         url('../fonts/clear/clearsans-regular.woff') format('woff'),
         url('../fonts/clear/clearsans-regular.ttf') format('truetype'),
         url('../fonts/clear/clearsans-regular.svg#clear_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'clear';
    src: url('../fonts/clear/clearsans-bold.eot');
    src: url('../fonts/clear/clearsans-bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clear/clearsans-bold.woff2') format('woff2'),
         url('../fonts/clear/clearsans-bold.woff') format('woff'),
         url('../fonts/clear/clearsans-bold.ttf') format('truetype'),
         url('../fonts/clear/clearsans-bold.svg#clear_sansbold') format('svg');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'clear';
    src: url('../fonts/clear/clearsans-italic.eot');
    src: url('../fonts/clear/clearsans-italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clear/clearsans-italic.woff2') format('woff2'),
         url('../fonts/clear/clearsans-italic.woff') format('woff'),
         url('../fonts/clear/clearsans-italic.ttf') format('truetype'),
         url('../fonts/clear/clearsans-italic.svg#clear_sansitalic') format('svg');
    font-weight: normal;
    font-style: italic;
}
@font-face {
	font-family: avenir;
	src: url('../fonts/avenir/avenir-book.eot');
	src: url('../fonts/avenir/avenir-book.eot') format('embedded-opentype'),
    	 url('../fonts/avenir/avenir-book.woff') format('woff'),
    	 url('../fonts/avenir/avenir-book.ttf') format('truetype'),
         url('../fonts/avenir/avenir-book.svg#Avenir-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
   font-family: Montserrat;
   src: url('../fonts/Montserrat/Montserrat-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
    font-family: Marmelad;
    src: url('../fonts/Marmelad/Marmelad-Regular.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
			
/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 16px/28px clear, sans-serif;
	color: #4a4a4a;
	background: #F4F4F4;
}
body.fixed {
    padding-top: 70px;
}
body.fixed header.header__center {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 20;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.29);
}
.container {
    width: 1180px;
    padding: 0px;
    box-sizing: border-box;
    position: relative;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    min-width: 1180px;
    float: none;
}
#wrapper {
	position: relative;
	overflow: hidden;
	min-width: 320px;
	min-height: 100%;
}
[class*="__center"]{
	position: relative;
	margin: auto;
	padding: 0 10px;
	width: 1200px;
}
[class*="__center"]:before,
[class*="__center"]:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	.text{
		font-size: 14px;
	}
	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,
	h2,
	h3,
	h4,
	h5,
	h6{
		margin: 28px 0;
		position: relative;
		font-weight:bold;
		text-transform: uppercase;
	}
	h1,
	h2{
		font: bold 20px/27px clear;
		text-align: center;
		color: #dc143c;
	}
	h3{
		margin: 24px 0 ;
		font: bold 16px/21px clear;
	}
	h5{font-size:0.83em;}
	h6{font-size:0.67em;}
	a{
		color: #5656ae;
		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 clear;
	}
	
	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: 14px/20px clear, sans-serif;
	}
	input:not([type="submit"]):not([type="button"]):not([type="image"]),
	textarea{
		padding: 10px 12px 8px;
		border: 1px solid #e6e6e6;
		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: bold 12px/18px clear, sans-serif;
		border: 0;
		padding: 13px 12px;
		color: #fff;
		background: #5656ae;
		text-decoration: none;
		text-transform: uppercase;
		text-align: center;
		
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.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 clear;
	}
	.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: #fff;
	font: 12px/16px clear;
	margin-bottom: 170px;
}
.header_pereezd{
    padding: 18px 10px;
	display: table;
	position: static;
	margin: auto;
    width: 1200px;
    background-color: #FFC425;
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    padding-top: 110px;
}
.header_pereezd2{
    padding: 18px 10px;
	display: table;
	position: static;
	margin: auto;
    width: 100%;
    max-width: 1200px;
    background-color: #FFC425;
    font-size: 19px;
    line-height: 28px;
    font-weight: 600;
    text-align: center;
    padding-top: 190px;
}
.header__center{
	/*padding: 18px 10px;
	display: table;
	position: static;*/
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    background: #fff;
    z-index: 20;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.29);
}
.header__center:after,
.header__center:before{
	display: none;
}
.header a{
	color: #fff;
}
.header a:hover,
.nav-toggle:hover{
	opacity: 0.7;
}
.logo{
	width: 210px;
	color: #fff;
	font: 20px/24px avenir;
	text-transform: uppercase;
}
.header__nav{
	padding: 0 10px 0 38px;
	font-size: 15px;
}
.header__nav li{
	display: inline-block;
	margin-right: 3px;
}
.header__nav a{
	padding: 0 3px;
	font-weight: 600;
}
.header__tel{
	text-align: right;
	font: 20px/24px clear;
	width: 200px;
}

.header__tel  p {
    display: inline; 
white-space: nowrap; 
margin: 0; 
padding: 0; 
}

.logo,
.header__nav,
.header__tel,
.header__unit{
	display: table-cell;
	vertical-align: middle;
}
.header .fa{
	margin: 1px 2px;
}
.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 clear;
}
.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 'Clear';
}
.basket__name,
.catalog__name,
.cart__name,
.similar__name{
	display: block;
	margin: 0 0 16px;
	text-transform: uppercase;
        text-overflow: ellipsis;
        overflow: hidden;
        
}
.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 clear;
	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 clear;
	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:first-child{
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #f4f4f4;
}
.nav__popup li:not(:first-child) a{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #f4f4f4;
}
.search-link{
	text-align: right;
	padding: 30px 0;
	cursor: pointer;
	display: table-cell;
	vertical-align: top;
	font: 600 12px/21px clear;
	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: -12px;
	left: 0;
	right: 0;
	height: 48px;
	background: #fff;
}
.cover{
	z-index: 1;
	position: relative;
	overflow: hidden;
	margin: auto;
	width: 1180px;
	max-width: 100%;
}
.cover__item{
	float: left;
	width: 100%;
	height: 500px;
	background: center top;
	-webkit-background-size: cover;
	background-size: cover;
	
	-webkit-transition: background 0s;
	-moz-transition: background 0s;
	-ms-transition: background 0s;
	-o-transition: background 0s;
	transition: background 0s;
}
.cover__item__in{
	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 clear;
	margin: 0 0 6px;
	color: #454343;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 10px;
    border-radius: 14px;
    margin-top: -60px;
    font-family: Montserrat;
}
.cover__info{
	margin: 0 0 32px;
	display: block;
}
.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 |===============| */

/* |===============| promo start |===============| */
.promo{
	margin: 30px 0 32px;
}
.promo__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 65px;
	border: 1px solid #fff;
	width: 350px;
       
	text-align: center;
	font: 600 12px/16px clear;
	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: 18px;
	line-height: 22px;
	font-family: inherit;
    vertical-align: baseline;
    /*text-transform: uppercase;*/
    margin-top: 2px;
    color: #000000;
}
.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;
}

.catalog__item:nth-child(4n+2){
	margin-left: 0;
}
.catalog__pic{
	position: relative;
	padding: 6px 0;
	display: block;
	text-align: center;
}
.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: 30px;
}
.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 'Clear';
	background: #fff;
}
.catalog__prices{
	overflow: hidden;
	margin: 5px 0 23px;
}
.catalog__lastp{
	display: inline-block;
	line-height: 24px;
}
.catalog__price{
	float: left;
	margin-right: 16px;
}
.catalog__txt{
	margin: 0 0 8px;
	font: 12px/16px clear;
	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;
}
.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;
}
.btn_ptf {
	font-size: 16px;
    padding: 2%;
    margin-right: 4%;
    margin-left: 4%;
    margin-top: 2%;
	}	
.catalog__aclick{
	margin: 25px 0 0;
	text-align: center;
}
.btn.btn_one_click,
.btn.btn_gray{
	border: 1px solid #e6e6e6;
	min-width: 202px;
	padding-top: 12px;
	height: 44px;
	color: #4a4a4a;
	background-color: transparent;
	-webkit-border-radius: none;
	-moz-border-radius: none;
	border-radius: none;
}
.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;
	width: 980px;
	max-width: 100%;
}
.iabout h2{
	margin-right: 10px;
}
.iabout__in{
    -webkit-column-count: 2; /* Для Safari и Chrome */
	-moz-column-count: 2; /* Для Firefox */
    column-count: 2;
	
    -webkit-column-gap: 26px;
    -moz-column-gap: 26px; 
    column-gap: 26px;
    background-color: #fcfcee;
    padding: 10px;
}
.iabout p{
	margin: 0;
}
/* |===============| iabout end |===============| */

/* |===============| iprop start |===============| */
.iprop{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding: 34px 0 40px;
}
.iprop__item{
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 20px 48px;
	font: 16px/20px clear;
}
.iprop__item:nth-child(4n+1){
	margin-left: 0;
}
.iprop__item img{
	vertical-align: middle;
}
.iprop__unit{
	padding: 2px 0 0 6px;
	display: inline-block;
	vertical-align: middle;
}
/* |===============| iprop end |===============| */

/* |===============| news start |===============| */
.news_main{
	margin-bottom: 44px;
}
.block_header{
	margin: 0 0 26px;
	font: bold 20px/27px clear;
	text-align: center;
	text-transform: uppercase;
}
.news{
	padding: 13px 19px 20px;
	font-size: 14px;
	background: #fff;
}
.news_main .block-row{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 16px 15px;
	padding: 14px 29px 18px;
	width: 380px;
}
.news_main .block-row:nth-child(3n+2){
	margin-left: 0;
}
.block-text{
	overflow: hidden;
}
.news h4{
	margin: 0 0 7px;
	font: 600 16px/21px clear;
	color: #5656ae;
}
.news_date{
	margin: 0 0 12px;
	font: 10px/16px clear;
	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 p{
	overflow: hidden;
}
/* |===============| news end |===============| */

/* |===============| footer start |===============| */
.footer{
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	padding: 54px 0 28px;
	background: #ededed;
}
.footer__unit{
	padding: 0 20px 0 0;
	width: 400px;
	float: left;
	font: 12px/16px clear;
	color: #000;
}
.footer__unit + .footer__unit{
	width: 300px;
}
.footer__heading{
	margin: 0 0 12px;
	font: 600 20px/24px clear;
	color: #4a4a4a;
        text-transform: uppercase;
        
}
.footer p{
	margin: 12px 0 18px;
}
.footer .rss-form{
	margin: 18px 0;
}
#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-width: 142px; */
      
}
.footer__nav{
	font: 14px/17px clear;
}
.footer__nav li{
	margin-bottom: 12px;
}
.footer__nav a{
	color: #4a4a4a;
}
.footer__nav 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 |===============| */
.popup{
	display: none;
	z-index: 13;
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -200px;
	padding: 39px 20px;
	width: 400px;
	background: #fff;
	font: 14px/19px clear;
	
	-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);
}
.popup__heading{
	margin: 0 0 34px;
	font: 600 20px/24px clear;
	text-align: center;
}
.popup__close {
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    font-size: 7px;
    width: 26px;
    height: 26px;
    background: url(../img/close.png) no-repeat center center;
}


.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: #2e2e2e;
}

.popup__but{
	min-width: 174px;
}
.popup input{
	display: block;
	margin: 0 0 30px;
}
.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: 28px;
	height: 237px;
}
/* |===============| popup end |===============| */

/* |===============| cols start |===============| */
.col-left{
	float: left;
	margin: 51px 0 50px;
	width: 280px;
}
.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 clear;
	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;
}
.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 clear;
}
.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 clear;
}
.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 clear;
	text-transform: uppercase;
}
.ifile:hover{
	background: #b53c75;
	color: #fff;
}
.file-info{
	display: inline-block;
	vertical-align: middle;
	width: 222px;
	font: 12px/16px clear;
	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{
	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 clear;
	color: #b53c75;
}
.tabs_disable .tabs__item{
	cursor: default;
}
.tabs:not(.tabs_disable) .tabs__item:hover{
	color: #4a4a4a;
}
.tabs__item:last-child{
	margin-right: 0;
}
.tabs__item.active{
	color: #4a4a4a;
	border-bottom-color: #5656ae;
}
[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 'Clear';
}
.cart tr{
	border-bottom: 7px solid #F4F4F4;
}
.cart th{
	text-align: left;
	padding: 0 0 17px 15px;
	font: 12px/16px clear;
	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 'Clear';
}
.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 clear;
	color: #9b9b9b;
}
/* |===============| cart end |===============| */

/* |===============| order start |===============| */
.order-result{
	margin: 0 0 25px;
	border-top: 1px solid #fff;
	padding-top: 42px;
	font: 600 20px/27px clear;
}
.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 clear;
	color: #4a4a4a;
}
.sort a:not(.active):hover{
	color: #5656ae;
}
.sort a.active{
	color: #9f9f9f;
}
/* |===============| sort end |===============| */

/* |===============| pics start |===============| */
.pics{
	float: left;
	margin: 41px 0 70px;
	width: 578px;
	max-width: 100%;
}
.pics__big,
.pics__mini{
	position: relative;
	float: right;
	margin-bottom: 10px;
	width: 480px;
	max-width: 100%;
	height: 555px;
	line-height: 550px;
	text-align: center;
	background: #fff;
}
.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 clear;
	color: #9f9f9f;
}
.info .rating{
	line-height: 14px;
	margin: 8px 0 15px;
}
.text.info h2{
	text-transform: none;
	margin-bottom: 15px;
}
.info h2 + p{
	margin-top: -5px;
}
.info .selectbox,
.info .select{
	width: 240px !important;
	background-color: transparent;
}
.info .social{
	/*float: right;*/
	margin: 12px 0 0;
}
.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{
	float: left;
	width: 141px;
}
.info__unit .btn_bay{
	margin: 0 18px 0 9px;
}
.info__unit .count-box{
	padding-top: 2px;
}

.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: 12px/16px clear;
	color: #9b9b9b;
}
.breadcrumb a{
	color: #9b9b9b;
}
.breadcrumb a:hover{
	color: #4a4a4a;
}
/* |===============| breadcrumb end |===============| */

/* |===============| comment start |===============| */
.comment{
	margin: 38px 0 50px;
	font: 14px/18px clear;
}
.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 'Clear';
}
/* |===============| 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 clear;
	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: 31px 0 8px;
}
.text h1,
.text h2,
.text h3,
.text h4{
	text-align: left;
}
.text h2{
	margin: 20px 0 10px;
	font: 600 18px/24px clear;
}
.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;
}
.char tr{
	border-top: 1px solid #fff;
}
.char tr:first-child{
	border-top: 0;
}
.char td{
	padding: 8px 10px 8px 0;
	width: 323px;
	
}
.wrap_item{
	padding-bottom: 30px;
}
.wrap_item h1,
.wrap_item h2{
	text-align: left;
}
.wrap_item [class*="tab-"]{
	margin-bottom: 60px;
}
.wrap_item [class*="tab-"] + .similar + .social{
	margin-top: -26px;
}
.block-home-img{
	width:100%;
	text-align:center;
}
	.block-home-img a{
		display:inline-block;
		position:relative;
		/* float:left; */
		margin:5px 4px;
		width:200px;
		height:172px;
	}
		.block-home-img a span.block-home-span1{
			display:block;
			position:absolute;
			z-index:1;
			opacity:1;
			top:0px;
			left:0px;
			float:left;
			width:200px;
			height:120px;
			transition: all 0.1s 0.2s;
		}
			.block-home-img a:hover span.block-home-span1{
				/* opacity:0; */
				/* display:none; */
			}
		.block-home-img a span.block-home-span2{
			display:block;
			position:absolute;
			z-index:2;
			opacity:0;
			top:0px;
			left:0px;
			float:left;
			width:200px;
			height:120px;
			transition: all 0.1s 0.0s;
		}
			.block-home-img a:hover span.block-home-span2{
				display:block;
				opacity:1;
				transition: all 0.1s 0.2s;
			}
		.block-home-img a span.block-home-span{
			display:block;
			position:absolute;
			bottom:0px;
			left:0px;
			float:left;
			text-align:center;
			width:200px;
			height: 51px;
			padding-top: 0px;
		}
		
			.block-home-img a span.block-home-img1{
				background:url('http://xn----gtbbwefeicfba7azczj.xn--p1ai/wp-content/uploads/mast-220x137.jpg') center no-repeat;
				background-size:200px 122px;
			}
			
			.block-home-img a span.block-home-img2{
				background:url('http://xn----gtbbwefeicfba7azczj.xn--p1ai/wp-content/uploads/kluc-220x137.jpg') center no-repeat;
				background-size:200px 122px;
			}
			
			.block-home-img a span.block-home-img3{
				background:url('http://xn----gtbbwefeicfba7azczj.xn--p1ai/wp-content/uploads/cam.jpg') center no-repeat;
				background-size:200px 122px;
			}
			
			.block-home-img a span.block-home-img4{
				background:url('http://xn----gtbbwefeicfba7azczj.xn--p1ai/wp-content/uploads/trub-220x137.jpg') center no-repeat;
				background-size:200px 122px;
			}
/* |===============| other end |===============| */

/* |===============| media start |===============| */
@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) {
	[class*="__center"]{
		padding-left: 20px;
		padding-right: 20px;
		width: 100%;
	}
	.nav a{
		font-size: 11px;
	}
	.header__nav li{
		margin-right: 0;
	}
	.cover{
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	.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: 480px;
	}
	.info{
		padding-left: 500px;
		margin-left: -500px;
	}
	.info__unit .btn_bay,
	.info__unit .btn_one_click{
		margin: 0 0 14px;
		clear: right;
		float: right;
	}
	.info__unit .btn_one_click{
		margin-bottom: 0;
	}
	.info .social{
		float: none;
		margin-top: 20px;
	}
}
@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) {
	.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;
	}
}
@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;
	}
	.info__unit .count-box,
	.info__unit .btn_bay,
	.info__unit .btn_one_click{
		margin-left: 12px;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
}
@media (max-width: 768px) {
	[class*="__center"]{
		padding-left: 10px;
		padding-right: 10px;
	}
	.tel-box span{
		display: none;
	}
	.logo{
		font-size: 13px !important;
		width: 168px;
	}
	.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 #000;
	}
	.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{
		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 0 20px;
		padding-left: 10px;
		padding-right: 10px;
		width: 100%;
		text-align: left;
	}
	.iprop{
		padding-top: 0;
		padding-bottom: 17px;
	}
	.iprop .iprop__item{
		width: 280px;
	}
	.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) {
	.iprop .iprop__item{
		display: block;
		width: auto;
		margin: 20px 0;
	}
	.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{
		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;
	}
}
@media (max-width: 480px) {
	.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) {
	.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;
}

.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;
}
.col-close{
	display: none;
	position: absolute;
	cursor: pointer;
    right: 8px;
    top: 5px;
}
@media (max-width: 768px) {
	.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{
		display: none;
	}
	.col-close{
		display: block;
	}
}
/* |===============| Правки по рашриненому поиску end |===============| */

/*.header__unit.search {
    width:1%;
    padding-left:20px;
}
.header__unit.search .search-link {
    color:inherit;
}

@media (min-width: 788px) {
    .header__unit.search {
        display:none;
    }
}*/

@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; 
    }
}


.privacy_field {
	font-size: 80%;
	line-height: 1.2em;
	margin-top: 1em;
}

.privacy_field a, .privacy_field a:hover {
	color:inherit;
	text-decoration: underline;
}
.js_shop_list.col.s12.m6.l3 {
    float: left;
    width: 245px;
    height: 220px;
    margin-right: 2%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.shop_cat_img {
    display: table;
    width: 100%;
    height: 277px;
    background-repeat: no-repeat;
}
.shop_cat_info {
    display: table-cell;
    height: 92px;
    text-align: center;
    vertical-align: bottom;
}

.zoomer .large {
  background-repeat: no-repeat!important;
  position: absolute;
  display:none;
  width: 450px;
  height: 300px;
  border: 1px solid #dc143c;
  z-index: 1;
  left: 400px!important;
}

.table{
	border-spacing: 0px 20px;
}
.table tbody tr{
    border-top: 1px solid #ddd;
}
.table tbody tr td{
	padding-right: 40px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
/* Фильтр на страницах с товрарми */
/*.sty {
	text-align: center;
    color: red;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
}
.chek {
	max-height: 200px;
	overflow: auto;
	margin: 7px 0;
	border-top: 1px solid #fff;
    padding: 5px;
}
.input-title {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
.irs {
	display: block;
	height: 55px;
	position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}
.irs-with-grid {
    height: 75px;
}
.range-slider {
    width: 70%;
    /*opacity: 0;*/
  


::-webkit-scrollbar-button {
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

::-webkit-scrollbar-track {
background-color:#FBFBFB
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 3px;
border-radius: 3px;
background-color:#DC143C;
}

::-webkit-scrollbar-thumb:hover{
background-color:rgba(220, 20, 60, 0.80);
}

::-webkit-resizer{
background-image:url('');
background-repeat:no-repeat;
width:6px;
height:0px
}

::-webkit-scrollbar{
width: 6px;
}
/*Прелоудер*/
.prel {
    display: none;
}
.io {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.35);
    z-index: 999;
}
#loader {	
/*     position: fixed;
    left: 50%;
    top: 50%;*/
    width: 100%;
    height: 100%; 
	position: relative;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #6e2d2d;
    -webkit-animation: spin 0.5s linear infinite;
    animation: spin 0.5s linear infinite;
}

.center_loader {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;	
	 -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translateZ(0) scale(1.0, 1.0) translate(-50%, -50%);	
    z-index: 80;	
}

 #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

#loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #333339;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
	
	/*End*/ 
/*Меню*/
	.shop_cat_link {
	    display: inline-block;
	    width: 30%;
	    margin-right: 15px;
	    font-size: 16px;
	}
	i, em {
	    font-style: normal;
	    font-family: fontawesome;
	}
	.shop-block-navigation {
		background-color: #FBFBFB;
		padding: 15px;
	}
	.navigation__item {
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
		font-size: 18px;
		padding: 5px;
		position: relative;		
	}
	.navigation__item a{
		color: #000;
		width: 98%;
	    display: block;
	}
	.navigation__item a .fas{
		float: right;
		position: absolute;
		right: 0;
		top: 6px;
		
	}
	.navigation__list .navigation__list_child {
		margin-left: 10px;
		display: none;
		
	}
	.navigation__item .navigation__item_child {
		font-size: 14px;
	}
	.navigation_vertical .active>.navigation__list_child, .navigation__item .active.current>.navigation__list_child {
	    display: block;
	}

		

	@media (max-width: 768px) {
		.shop_cat_link {
		    width: 45%;
		    margin-right: 20px;
		}
	}
	@media (max-width: 425px) {
		.shop_cat_link {
		    width: 100%;
		    margin-right: 0px;
		}
	}

