/*
	Файл написан в стиле "БЭМ" — Блок элемент модификатор!
	О стиле: http://ru.bem.info/method/
	
	Плюс несколько дополнений указанных ниже:
	1 - Одна строка один селектор!
	2 - одно правило одна строка!

	ПРИМЕР:
	
	#selector,
	.selector div{
		border: 1px solid red;
		width: 100px;
		height: 100px;
	}
*/
@import url(reset.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: 'roboto';
    src: url('../fonts/roboto/roboto-black.eot');
    src: url('../fonts/roboto/roboto-black.eot?#iefix') format('embedded-opentype'),
         url('../fonts/roboto/roboto-black.woff2') format('woff2'),
         url('../fonts/roboto/roboto-black.woff') format('woff'),
         url('../fonts/roboto/roboto-black.ttf') format('truetype'),
         url('../fonts/roboto/roboto-black.svg#robotoblack') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* |===============| global start |===============| */
html, body{
	height: 100%;
}
body{
	font: 14px/19px 'clear', sans-serif;
	color: #2e2e2e;
	background: #fff;
}
#wrapper {
	position: relative;
	margin: auto;
	padding: 0 0 118px;
	width: 982px;
	min-height: 100%;
}
#wrapper:before,
#wrapper:after,
.container:before,
.container:after{
	content: "";
	display: block;
	clear: both;
}
	/* |===============| Отмена сбросса стилей start |===============| */
	p,
	.noreset ul,
	.noreset ol,
	.noreset dl{
		margin:16px 0;
	}
	.noreset ul,
	.noreset ol,
	.noreset dd{
		padding-left:40px;
	}
	h1,
	h2,
	h3,
	h4,
	h5,
	h6{
		margin: 21px 0;
		font-weight:bold;
	}
	h2, h1{
		font-size: 24px;
		line-height: 28px;
	}
	h3{font-size:1.17em;}
	h5{font-size:0.83em;}
	h6{font-size:0.67em;}
	.noreset ul{list-style-type: disc;}
	.noreset ol{list-style-type: decimal;}
	a{
		text-decoration: none;
		color: #31485c;
	}
	a:hover{
		text-decoration: underline;
	}
	input:not([type="sumbit"]),
	textarea{
		border: 1px solid #d7dddf;
		padding: 6px 15px;
		font: 12px/16px clear;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	input:not([type="sumbit"]):hover,
	textarea:hover{
		border-color: #bbc3c6;
	}
	::-webkit-input-placeholder {color:#9ca4a7;}
	::-moz-placeholder          {color:#9ca4a7;}/* Firefox 19+ */
	:-moz-placeholder           {color:#9ca4a7;}/* Firefox 18- */
	:-ms-input-placeholder      {color:#9ca4a7;}
	/* |===============| Отмена сбросса стилей end |===============| */


.contact:before,
.radio__icon,
.radio_checked .radio__icon:after,
.slider__slidenator__item,
.slider__slidenator__item_active:after{
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
/* |===============| global end |===============| */

/* |===============| nav start |===============| */
.nav-wrap{
	overflow: hidden;
	margin: 0 -16px 0 0;
	border-bottom: 1px solid #bbc3c6;
}
.nav{
	overflow: hidden;
}
.nav__item{
	float: left;
	margin: 5px 16px 5px 0;
}
.nav a,
.nav-wrap__link{
	color: #8d9396;
	font-size: 12px;
}
.nav a:hover,
.nav-wrap__link:hover{
	color: #2e2e2e;
	text-decoration: none;
}
.nav-wrap__link{
	float: right;
	margin: 7px 17px 4px 12px;
}
.nav-wrap__link_lk:before{
	content: "";
	display: inline-block;
	margin: 0 5px 0 0;
	width: 9px;
	height: 10px;
	background: url(../img/cab.png) #8d9396;
}
.header__link_lk:hover:before{
	background-color: #2e2e2e;
}
/* |===============| nav end |===============| */

/* |===============| header start |===============| */
.header__unit{
	overflow: hidden;
}
.logo,
.logo:hover{
	float: left;
	margin: 10px 0 20px;
	font-size: 12px;
	line-height: 11px;
	word-spacing: 1px;
	color: #8d9396;
	text-decoration: none;
}
.contact{
	float: right;
	position: relative;
	margin: 26px 3px 23px 40px;
	font-size: 24px;
}
.contact:before{
	content: "";
	position: absolute;
	top: 2px;
	left: -38px;
	width: 30px;
	height: 30px;
}
.contact_tel{
	margin-left: 122px;
}
.contact_tel:before{
	background: url(../img/tel.png);
}
.contact_time:before{
	background: url(../img/cl.png);
}

.contact__in, .contact small {
	display: inline-block;
	font-size: 12px;
	line-height: 13px;
	color: #8d9396;
}
.call-back{
	cursor: pointer;
	border-bottom: 1px dashed #959a9d;
}
.call-back:hover{
	color: #2e2e2e;
	text-decoration: none;
	border-bottom: 0;
}
/* |===============| header end |===============| */

/* |===============| search start |===============| */
.search{
	height: 51px;
}
.search .search__field{
	float: left;
	margin: 9px -27px 0 20px;
	border: 0;
	padding: 5px 34px 6px 14px;
	width: 711px;
	font-size: 14px;
	line-height: 22px;
	color: #8d9396;
}
.search__sub{
	float: left;
	margin: 9px 0 0;
	border: 0;
	width: 28px;
	height: 33px;
	background: url(../img/search.png) 0 7px no-repeat transparent;
}
/* |===============| search end |===============| */

/* |===============| basket start |===============| */
.basket{
	position: relative;
	cursor: pointer;
	float: right;
	padding: 0 9px;
	width: 232px;
	height: 51px;
	font: bold 18px/51px clear;
}
.basket__icon{
	margin: 0 4px 0 0;
}
.basket__info{
	margin: -4px 0 0 8px;
	vertical-align: middle; 
	display: inline-block;
	font: 12px/14px clear;
}
.basket__arr{
	position: absolute;
	right: 11px;
	top: 23px;
	width: 11px;
	height: 6px;
	background: url(../img/basket_arr.png);
}
.basket_active .basket__arr{
	background: url(../img/basket_arr_active.png);
}
.basket__popup{
	z-index: 1;
	display: none;
	cursor: default;
	position: absolute;
	right: 0;
	top: 100%;
	padding: 20px 20px 22px;
	width: 482px;
	font: 12px/normal clear;
	background: #fff;
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0, 0.55);
	-moz-box-shadow: 0 15px 25px rgba(0,0,0, 0.55);
	box-shadow: 0 15px 25px rgba(0,0,0, 0.55);
}
.basket__item{
	overflow: hidden;
	margin: 0 0 30px;
}
.basket__item__unit{
	float: left;
	border: 1px solid #ecf0f1;
	width: 100px;
	height: 100px;
        overflow: hidden;
	line-height: 98px;
	text-align: center;
}
.basket__item__pic{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.basket__item__info{
	float: left;
	margin: -4px 0 0 20px;
	width: 184px;
}
.basket__item__title{
	font-size: 14px;
	line-height: 20px;
}
.basket__item__ui{
	margin: 34px 0 0;
}
.basket .basket__item__field,
.catalog .item-info__field,
.item-info .item-info__field{
	padding: 5px 6px 6px;
	width: 40px;
	text-align: center;
	font-weight: bold;
}
.basket__item__ui .btn{
	margin: 0 0 0 6px;
}
.basket__item__price{
	float: right;
	margin: -2px 2px 0 0;
	width: 122px;
	text-align: right;
}
.basket__popup__footer{
	margin: 33px 0 0;
	border-top: 1px solid #ecf0f1;
	text-align: right;
	font: bold 20px/20px clear;
}
.basket__popup__result{
	padding: 18px 0;
}
.basket__popup__footer .btn{
	margin: 0 2px 0 0;
	padding: 0 20px;
}
/* |===============| baskt end |===============| */

/* |===============| btn start |===============| */
.btn,
input[type="submit"],
input[type="button"]{
	display: inline-block;
	cursor: pointer;
	border: 0;
	padding: 0 10px;
	font: bold 12px/30px clear;
	background: #ecf0f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	white-space: nowrap;
}
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover{
	text-decoration: none;
	background: #dce3e5;
}

.btn:active,
input[type="submit"]:active,
input[type="button"]:active{
	opacity: 0.5;
}

.btn_orange:hover,
.sort__btn:hover,
input[type="submit"]:hover{
	color: #fff;
	background-color: #d35400;
}
.votes_form input[type="button"]{
	margin: 0 -4px 0 10px;
	padding: 0 4px;
}
/* |===============| btn end |===============| */

/* |===============| wrap start |===============| */
.aside{
	float: left;
	width: 230px;
}
.aside .block{
	margin: 0 0 20px;
	padding: 18px 18px 24px 20px;
	background: #ecf0f1;
}
.block_header{
	font: bold 20px/24px clear;
	margin: 0 0 5px;
}
.aside__list__item,
.aside .block-row {
	position: relative;
	padding: 6px 0;
	font: 12px/16px clear;
	color: #8d9396;
}
.aside__list__item_active:before{
	content: "";
	position: absolute;
	top: 8px;
	left: -21px;
	width: 13px;
	height: 11px;
	background: url(../img/active_ct.png);
}
.aside__list a{
	margin: 0 6px 0 0;
	color: #31485c;
}
.aside__list a:hover,
.art-link:hover,
.item-info__link:hover,
.aside .black:hover {
	color: #272727;
	text-decoration: none;
}
.aside__list__item_active > a, .aside__list__popup--item.active > a,
.aside__list__item_active > a:hover, .aside__list__popup--item.active > a:hover {
	font-weight: bold;
	color: #31485c;
}
.aside__list__item:after,
.aside .block-row:after{
	content: "";
	clear: both;
	display: block;
}
.aside .block p{
	margin: 12px 0 10px;
	line-height: 17px;
}
.block_int .aside__list__item{
	padding: 14px 0 2px;
	font: 14px/17px clear;
	color: #2e2e2e;
}
.block_int .aside__list{
	margin: 0 0 16px;
}
.block_int input[type="submit"],
input[type="button"],
.shop-search input[type="submit"]{
	margin: 10px 0 9px;
	padding: 0 20px;
}
.clauses .block-row{
	padding: 10px 0 3px;
	min-height: 70px;
}
.clauses_img,
.news a.block-row-img{
	float: left;
	margin: 0 10px 0 1px;
	width: 50px;
	height: 50px;
	background: #ccc;
	padding: 0;
}
.clauses_img .block-row-img,
img.block-row-img{
	width: 100%;
	height: auto;
}
.aside .block-text{
	overflow: hidden;
	position: relative;
	top: -3px;
}
.aside .block-text h4{
	margin: 0 0 3px;
	font-weight: normal;
}
.aside .block .black{
	font-size: 14px;
	line-height: 17px;
}
.date, [class$="_date"]{
	margin: 0 0 3px;
	font-size: 10px;
	color: #8d9396;
	font-style: normal;
}
.block-row.news{
	padding: 9px 0 2px;
}
.input-title{
	display: block;
	margin: 10px 0 0;
}
.shop_search_article .width-full{
	width: 100%;
}
.width-full{
	margin: 7px 0 5px;
}
.shop_search_price{
	margin: 0 0 7px;
}
.shop_search_price .from,
.shop_search_price .to{
	width: 85px;
}

.aside .block-text p,
.aside .block-text .rating,
.aside .block-text h4,
.aside .block-text .date{
	margin: 0 0 3px;
}
.news .black{
	margin-bottom: 2px;
}
.news_block .block_header{
	margin: 0 0 7px;
}
/* |===============| aside end |===============| */

/* |===============| checkbox, radio start |===============| */
.item-info .checkbox{
	font-size: 12px;
	margin: 1px 0;
}
form input[type="checkbox"],
form input[type="radio"] {
    display: none;
}
form input[type="radio"] + label,
form input[type="checkbox"] + label{
	margin: 5px 0;
	padding: 0 0 0 22px;
	line-height: 17px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: url(../img/radio.png) no-repeat 0 1px;
}
form input[type="radio"]:checked + label {
	background-image: url(../img/radio_h.png);
}
form input[type="checkbox"] + label{
	background: url(../img/checkbox.png) no-repeat 0 1px;
}
form input[type="checkbox"]:checked + label {
	background-image: url(../img/checkbox_h.png);
}
/* |===============| checkbox, radio end |===============| */

/* |===============| slider start |===============| */
.slider{
	margin: 0 0 24px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.slider__list{
	position: relative;
	left: 0;
}
.slider__item{
	position: relative;
	float: left;
	width: 732px;
}
.slider__item__pic{
	vertical-align: top;
	width: 100%;
}
.slider__slidenator{
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 732px;
	text-align: center;
}
.slider__slidenator__item{
	display: inline-block;
	position: relative;
	border: 2px solid transparent;
	width: 15px;
	height: 15px;
	margin: 0 4px;
	cursor: pointer;
}
.slider__slidenator__item_active:after{
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	margin: 2px;
	background: #f5c432;
}
/* |===============| slider end |===============| */

/* |===============| catalog start |===============| */
.catalog__item{
	overflow: hidden;
	margin: 26px 0 0;
	padding: 2px 0;
}
.catalog__item:first-child{
	margin: 0;
}
.catalog__item__pic{
	position: relative;
	float: left;
	border: 1px solid #ecf0f1;
	width: 200px;
	height: 200px;
	text-align: center;
	line-height: 196px;
}
.catalog__item__img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.catalog__item__labels{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 50%;
	text-align: left;
	line-height: normal;
}
.catalog__item__label{
	float: left;
	clear: left;
	margin: 0 0 4px;
	padding: 0 8px;
	font-weight: bold;
	font-size: 10px;
	line-height: 20px;
	text-transform: uppercase;
}
.item-info{
	float: right;
	width: 512px;
}



.item-info__art{
	margin: -5px 0 2px;
	font-size: 10px;
	color: #8d9396;
}
.item-info__price{
	margin: 4px 0 19px;
}
.item-info__price__title{
	display: inline-block;
	vertical-align: top;
	margin: 4px 5px 0 0;
	font: 12px/20px clear;
	color: #2e2e2e;
}
.item-info__price__box{
	display: inline-block;
	min-height: 47px;
	vertical-align: top;
	font: bold 24px/27px clear;
	color: #f5c432;
}
.item-info__price__last{
	font: bold 14px/20px clear;
	color: #8d9396;
	text-decoration: line-through;
}
.btn_bsk{
	margin: 0 7px 0;
}
.btn_bsk:active {
	opacity: 0.75;
}
.bsk-icon{
	display: inline-block;
	margin: 0 6px 0 0;
	width: 12px;
	height: 10px;
	background: url(../img/bsk.png);
}
.btn_bsk:hover .bsk-icon{
	background: url(../img/bsk_h.png);
}
.item-info__field{
	margin: 0 0 0 -2px;
}
.item-info_item{
	width: 481px;
	margin-bottom: 80px;
}
.item-info__content{
	margin: 9px 0;
	line-height: 22px;
}
.item-info_item .rating{
	margin-top: 14px;
}
/* |===============| catalog end |===============| */

/* |===============| rating start |===============| */
.rating{
	margin: 11px 0 11px -2px;
        display: block;
        padding: 0;
        border:none;
}
.rating__item{
	display: inline-block;
	margin: 0;
        
	width: 14px;
	height: 13px;
	background: transparent url(../img/rating.png) left top no-repeat;
        cursor: pointer;
}
.rating__item_active{
	background: url(../img/rating_act.png);
}
.rating_ui .rating__item{
	cursor: pointer;
}
/* |===============| rating end |===============| */

/* |===============| footer start |===============| */
.footer{
	overflow: hidden;
	position: absolute;
	bottom: 0;
	border-top: 1px solid #bbc3c6;
	padding: 18px 0 26px;
	width: 100%;
}
.footer .nav{
	float: left;
}
.footer__copy{
	float: left;
	clear: both;
	margin: 12px 0 0;
	font-size: 12px;
	color: #8d9396;
}
.soc{
	float: right;
	margin: 11px 0 0;
}
.soc__item{
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 15px;
	background: #bbc3c6;
}
.soc__item img{
	vertical-align: top;
}
/* |===============| footer end |===============| */
		
/* |===============| popup start |===============| */
.popup{
	display: none;
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -190px;
	padding: 28px 18px 24px;
	width: 480px;
	background: #fff;
	z-index: 1;
	-webkit-box-shadow: 0 15px 25px rgba(0,0,0, 0.51);
	-moz-box-shadow: 0 15px 25px rgba(0,0,0, 0.51);
	box-shadow: 0 15px 25px rgba(0,0,0, 0.51);
}
.popup_call{
	padding-bottom: 36px;
}
.popup .heading{
	text-align: center;
	font-size: 24px;
	margin: 0 0 29px 3px;
}
.popup__close{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 30px;
	background: url(../img/pp_close.png) 7px 10px no-repeat;
}
.popup__item{
	margin: 0 0 10px;
}
.popup__item__title, .popup__item .infofield{
	display: inline-block;
	margin: 0 6px 0 0;
	width: 150px;
	vertical-align: middle;
	text-align: right;
}
.popup__field, .popup__item input:not([type="submit"]) {
	width: 262px;
	vertical-align: middle;
}
.popup__textarea, .popup__item textarea, .comments_form textarea{
	margin: -2px;
	padding-top: 4px;
	width: 262px;
	height: 150px;
	vertical-align: top;
	resize: none;
}
.popup .btn_orange{
	margin: 10px 0 0 159px;
}
.btn_enter{
	padding-right: 13px;
}
.castle-icon{
	display: inline-block;
	margin: 0 6px 0 0;
	width: 12px;
	height: 10px;
	background: url(../img/castle.png);
}
.btn_enter:hover .castle-icon{
	background: url(../img/castle_h.png);
}
.popup__unit{
	margin: 34px 0 -2px 159px;
}
.popup__link{
	margin: 0 13px 0 0;
	font-size: 12px;
	color: #8d9396;
}
.popup .rating{
	display: inline-block;
}
.popup_comments .btn_orange{
	padding: 0 14px;
}
/* |===============| popup end |===============| */

/* |===============| sort start |===============| */
.sort{
	position: relative;
	margin: 23px 0 27px;
	padding: 0 170px 0 9px;
	min-height: 36px;
	font-size: 12px;
	background: #ecf0f1;
}
.sort__title{
	float: left;
	line-height: 36px;
}
.sort__unit{
	display: block;
	overflow: hidden;
	line-height: 36px;
}
.sort__item{
	position: relative;
	cursor: pointer;
	display: inline-block;
	margin: 0 3px 0 24px;
	border-bottom: 1px dashed #8d9396;
	line-height: 12px;
	color: #8d9396;
}
.sort__item:hover{
	text-decoration: none;
}
.sort__item:hover,
.sort__item_active{
	color: #2e2e2e;
}
.sort__item_up:before,
.sort__item_down:before,
.sort__item_ative.sort__item_up:before,
.sort__item_ative.sort__item_down:before{
	content: "";
	position: absolute;
	top: 6px;
	left: -11px;
	width: 7px;
	height: 4px;
}
.sort__item_up:before{
	background: url(../img/arr_gray_up.png);
}
.sort__item_down:before{
	background: url(../img/arr_gray_d.png);
}
.sort__item_up:hover:before,
.sort__item_active.sort__item_up:before{
	background: url(../img/arr_black_up.png);
}
.sort__item_down:hover:before,
.sort__item_active.sort__item_down:before{
	background: url(../img/arr_black_d.png);
}
.sort__btn{
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 0 0 0 10px;
	width: 165px;
	line-height: 36px;
	font-weight: bold;
        cursor: pointer;
}
.sort__btn:hover{
	text-decoration: none;
}
.sort__btn:before{
	content: "";
	vertical-align: -1px;
	display: inline-block;
	margin: 0 4px 0 0;
	width: 13px;
	height: 11px;
	background: url(../img/stat.png);
}
.sort__btn:hover:before{
	background: url(../img/stat_h.png);
}
.sort_pagenator{
	margin: 28px 0 36px;
}
/* |===============| sort end |===============| */

/* |===============| sort start |===============| */
.pagenator{
	float: left;
}
.pagenator__item{
	display: inline-block;
	width: 25px;
	text-align: center;
	line-height: 36px;
}
.pagenator__item_active{
	margin-top: -10px;
	padding-top: 10px;
	height: 46px;
	background: url(../img/pagenation_bg.png) no-repeat 0 0;
}
.pagenator__item_active:hover{
	text-decoration: none;
}
.pagenator__item img{
	vertical-align: top;
}
/* |===============| sort end |===============| */

/* |===============| Breadcrumbs start |===============| */
.breadcrumb,
.breadcrumbs__item{
	margin: -5px 0 0 -8px;
	font-size: 10px;
	
}
.breadcrumbs__item{
	margin: 0 5px 0 8px;
}



/* |===============| Breadcrumbs end |===============| */

/* |===============| pics start |===============| */
.pics{
	float: left;
	margin: 0 -20px 80px 0;
	width: 504px;
}
.pics__big,
.pics__mini{
	position: relative;
	border: 1px solid #ecf0f1;
	width: 482px;
	height: 482px;
	line-height: 478px;
	text-align: center;
        overflow: hidden;
}
.pics__big__img,
.pics__mini__img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.pics__mini{
	display: inline-block;
	margin: 21px 16px 0 0;
	width: 81px;
	height: 81px;
	line-height: 78px;
	background: #fff;
}
.pics__mini_active{
	border-color: #bbc3c6;
}
.pics__big + .pics__mini{
	margin-right: 14px;
}
.pics__labels{
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 10px;
	width: 100%;
	line-height: normal;
	text-align: left;
}
.pics .catalog__item__label{
	float: none;
	display: inline-block;
}
/* |===============| pics end |===============| */

/* |===============| tabs start |===============| */
.tabs{
	clear: both;
	margin: 80px 0 0;
	padding: 0 31px 20px;
	border: 1px solid #edf1f2;
}
.tabs__nav{
	overflow: hidden;
	position: relative;
	top: -48px;
	margin: 0 0 -24px -32px;
}
.tabs__nav__item{
	cursor: pointer;
	float: left;
	margin-right: -1px;
	border: 1px solid #edf1f2;
	padding: 0 30px;
	height: 48px;
	font-weight: bold;
	font-size: 20px;
	line-height: 46px;
}
.tabs__nav__item_active{
	border-bottom-color: #fff;
}
[class*=tab-]{
	display: none;
}
.tab-1{
	display: block;
}
.tab-1 p{
	margin: 11px 0;
}
/* |===============| tabs end |===============| */

/* |===============| comments start |===============| */
.comments{
	margin: 34px 0;

}
.comments__heading{
	margin-bottom: 19px;
}
.cm-icon{
	display: inline-block;
	margin: 0 4px 0 0;
	width: 13px;
	height: 10px;
	background: url(../img/cm.png);
}
.btn_cm:hover .cm-icon{
	background: url(../img/cm_h.png);
}
.btn_cm{
	float: right;
}
.comments__item{
	margin: 0 0 25px;
}
.comments__item__info{
	margin: 8px 0 14px;
	font-size: 10px;
	color: #8d9396;
}
.comments__item__link{
	color: #31485c;
}
.btn_cmi{
	padding: 0 11px;
}
/* |===============| comments end |===============| */

/* |===============| similar start |===============| */
.similar{
	margin: 43px 0 0;
}
.similar:after{
	content: "";
	display: block;
	clear: both;
}
.similar__item{
	vertical-align: top;
	display: inline-block;
	margin: 4px 0 16px;
	padding: 0 57px 0 0;
	width: 479px;
}
.similar__item__pic{
	float: left;
	margin: 0 20px 0 0;
	border: 2px solid #f7f9f9;
	width: 82px;
	height: 82px;
	text-align: center;
	line-height: 80px;
}
.similar__item__img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.similar .item-info{
	width: 320px;
}
.similar .item-info__price{
	margin-bottom: 4px;
}
.similar .item-info__price__last{
	display: inline-block;
	vertical-align: 3px;
	margin: 0 0 0 4px;
}
.similar .item-info__price__box{
	min-height: 0;
}
/* |===============| similar end |===============| */

/* |===============| other start |===============| */
/*yellow*/
.contact:before,
.basket,
.btn_orange,
.slider__slidenator__item_active:after,
.rating__item,
.soc__item:hover,
.sort__btn,
.pagenator__item_active,
.catalog__item__labels img,
.pics__labels img,
.catalog__item__label,
input[type="submit"]{
	background-color: #f5c432;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
.slider__slidenator__item{
	border-color: #f5c432;
}
/*darkblue*/
.search{
	background-color: #31485c;
}

.container{
	margin: 19px 0;
}
.content{
	float: right;
	width: 732px;
}
.content > *:first-child{
	margin-top: 0;
}
.content > h1:first-child,
.content > h2:first-child{
	margin-top: -6px;
}
.content p{
	margin: 16px 0 23px;
	line-height: 22px;
}


.text__wrap a, .text a, [class$="_text"] a {
	color:#c9a129;
}

.text__wrap a:hover, .text a:hover, [class$="_text"] a:hover {
	color:#31485c;
	text-decoration: none;
} 

.text__wrap a:visited, .text a:visited, [class$="_text"] a:visited {
	color:#959a9d;
} 

.heading{
	margin: 5px 0 25px;
}
.social{
	margin: 30px 0 0;
}
.social__item{
	display: inline-block;
	text-decoration: none;
}
/* |===============| other end |===============| */

/* |===============| default |===============| */
.shop_list {
    margin:0;
    padding:0;
    border:none;
}
/* |===============| default 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;
}

a[rel^="prettyPhoto"] {
  display: inline-block;
  position: relative;
}

a[rel^="prettyPhoto"] .zoom {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent url(../img/zoom.png) center center no-repeat;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
}

a[rel^="prettyPhoto"]:hover .zoom {
  opacity: 100;
}



.error_input {
	border-color: #d35400 !important;

}

.errors {
    margin: 0;
    padding: 10px 0 0;
    color:#d35400;
    

}

.captcha {
  margin-top: 15px;
}

.captcha .captcha-image {
  margin-right: 15px;
}

.captcha input[name="captcha"] {
  width: 150px;
}

.content .block {
  margin-bottom: 20px;
}

.content .block-row-img {
  float: left;
  margin-right: 15px;
  width: 78px;
}

.content .block-row-img img {
  width: 100%;
  height: auto;
}

.content .block-text {
  float: left;
  width: 87%;
}

:before, :after {
  box-sizing: border-box;
}

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

.content .block:after {
  clear: both;
}

.content .block h4 {
  margin:0 0 10px;
}


/*
.content .block .anons {
  font-size: 14px;
  line-height: 16px;
}

.content .block h4 {
  margin-top: 0;
    line-height: 19px;
}



.content .block h4 a {
  font-size: 16px;
  line-height: 19px;
  text-decoration: none;
  font-weight: normal;
}

.content .block h4 a:hover {
	color: #8dc63f;
}
*/

.photo_first_page {
    float: none;
    width: 100%;
    margin: 20px 0;
}

.photo_first_page .photo_img, .photo_list .block {
    display: inline-block;
    margin: 0 20px 20px 0;
}

.photo_list {
    margin-top: 20px;
}

.photo_list a.black {
    display: none;
}

.photo_first_page .photo_img:last-child, .photo_list .block:last-child {
    margin-right: 0;
}

.photo_img img {
    border:none;
}




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

.previous_next_links:after {
  clear: both;
}

.previous_next_links {
	height: auto;
}

table.cart, table.wishlist, table.user_order {
    border-collapse: collapse;
}

table.cart td, table.wishlist td, table.user_order td {
    border: 1px solid #d7dddf;
    padding: 10px;
  
}

.cart_img img {
    width:100%;
    height: auto;
}

table.cart td.cart_name {
    width:450px;
    
}

.cart_count, .cart_old_price, .cart_discount, .cart_price, .cart_summ, .cart_remove {
    text-align: center;
}

table.cart th {
    padding:10px;
    font-size:12px;
}

.shop_compare_list input[name="count"] {
    display: none;
}
.shop_compare_list {
    padding: 0;
    width:79%;
    float:right;
}
.shop_compare_page {
    margin-bottom: 20px;
}

.shop_compare_list .shop_img {
 height: 173px;
 width: 173px;
 overflow: hidden;
 margin-bottom: 10px;
 
}

.shop_compare_list .shop_img img {
    height: 100%;
    width:auto;
}

.photo_id .photo_img {
    overflow: hidden;
}

.search_list .search_text {
    margin-bottom: 20px;
}
 /* |===============| style end |===============| */

.text__wrap ul,
	.text__wrap ol,
	.text__wrap dl{
		margin: 10px 0 20px;
	}
	.text__wrap ul,
	.text__wrap ol,
	.text__wrap dd{
		padding-left:18px;
	}
	.text__wrap ul{list-style-type: disc;}
	.text__wrap ol{list-style-type: decimal;}