/* ==========================================================================
   FONTS
   ========================================================================== */
@font-face {
	font-family: 'Tahoma';
	src: url('/themes/default/fonts/Tahoma.eot?#iefix') format('embedded-opentype'),
	url('/themes/default/fonts/Tahoma.woff') format('woff'),
	url('/themes/default/fonts/Tahoma.ttf')  format('truetype'),
	url('/themes/default/fonts/Tahoma.svg#Tahoma') format('svg');
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: 'Tahoma';
	src: url('/themes/default/fonts/Tahoma-Bold.eot?#iefix') format('embedded-opentype'),
	url('/themes/default/fonts/Tahoma-Bold.woff') format('woff'),
	url('/themes/default/fonts/Tahoma-Bold.ttf')  format('truetype'),
	url('/themes/default/fonts/Tahoma-Bold.svg#Tahoma-Bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'Arial';
	src: url('/themes/default/fonts/ArialMT.eot?#iefix') format('embedded-opentype'),
	url('/themes/default/fonts/ArialMT.woff') format('woff'),
	url('/themes/default/fonts/ArialMT.ttf')  format('truetype'),
	url('/themes/default/fonts/ArialMT.svg#ArialMT') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
html {
	font-family: 'Tahoma', sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ==========================================================================
   COMMON
   ========================================================================== */
html * {
	max-height: 1000000px;
}

* {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:before {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

body {
	background: #f3ead8;
	min-width: 1060px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;

}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font: inherit;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.cnt {
	margin: auto;
	width: 960px;
}

.hidden {
	display: none;
}

.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-transition: all 0.2s ease-out;
	   -moz-transition: all 0.2s ease-out;
	    -ms-transition: all 0.2s ease-out;
	     -o-transition: all 0.2s ease-out;
	        transition: all 0.2s ease-out;
}

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

.clearfix:after,
.cnt:after {
	clear: both;
}

body:after {
	content:
		url('/themes/default/img/icon-next-black.png')
		url('/themes/default/img/icon-prev-black.png')
		url('/themes/default/img/icon-next.png')
		url('/themes/default/img/icon-prev.png')
		url('/themes/default/img/icon-detail-hover.png')
		url('/themes/default/img/icon-basket-hover.png')
	;
	display: none;
}

/* ==========================================================================
   HEADER
   ========================================================================== */
.header {
	height: 30px;
	line-height: 28px;
	background-color: #5d473b;
	box-shadow: 1px 2px 2px rgba(31, 28, 29, 0.39);
	color: #fff;
	font-size: 11px;
	position: relative;
}

.header .cnt {
	position: relative;
}

.header b {
	font-weight: 700;
}

.header a {
	color: #fff;
	text-decoration: none;
}

.header a:hover {
	text-decoration: underline;
}

.header__left {
	float: left;
	margin-left: 2px;
}

.header__contacts {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}

.header__contacts span {
	margin-left: 11px;
}

.header__contacts span:first-child {
	margin-left: 0;
}

.header__contacts strong {
	font-weight: 400;
	letter-spacing: 0.9px;
}

.header__call {
	position: absolute;
	color: #c7b299 !important;
	line-height: 13px;
	left: 5px;
	top: 41px;
	height: 47px;
	padding-left: 60px;
	padding-top: 11px;
	cursor: pointer;
}

.header__call:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 47px;
	height: 47px;
	background: url(/themes/default/img/icon-call.png) no-repeat;
	text-decoration: none;
}

.header__call:hover {
	color: #fff;
}

.header__right {
	float: right;
	margin-right: 53px;
}

.header__search {
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.search {
	position: absolute;
	z-index: 10;
	top: 7px;
	right: 42px;
	display: none;
}

.search input[type="text"] {
	width: 254px;
	height: 16px;
	background-color: #262626;
	background-image: url(/themes/default/img/icon-search2.png);
	background-repeat: no-repeat;
	background-position: right top;
	color: #fff;
	font-size: 10px;
	border: none;
	padding: 0 23px 2px 9px;
	outline: none;
}

.search input[type="text"]::-webkit-input-placeholder {
	color: #fff;
}

.search input[type="text"]::-moz-placeholder {
	color: #fff;
}

.search input[type="text"]:-moz-placeholder {
	color: #fff;
}

.search input[type="text"]:-ms-input-placeholder {
	color: #fff;

}

.search input[type="text"]:focus::-webkit-input-placeholder {
	color: transparent;
}

.search input[type="text"]:focus::-moz-placeholder {
	color: transparent;
}

.search input[type="text"]:focus:-moz-placeholder {
	color: transparent;
}

.search input[type="text"]:focus:-ms-input-placeholder {
	color: transparent;
}

.button-search {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(/themes/default/img/button-search.png) no-repeat;
	cursor: pointer;
}

.button-search:hover {
	opacity: 0.8;
}

.header__auth {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	margin-right: 8px;
}

.header__auth:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	background: url(/themes/default/img/icon-auth.png) no-repeat;
	position: relative;
	top: -2px;
}

.header__auth a {
	margin-left: 7px;
}

.header__cart {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	padding-left: 11px;
	position: relative;
}

.header__cart:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 2px;
	height: 13px;
	opacity: 0.38;
	background-color: #fff;
}

.header__cart:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 12px;
	margin-right: 7px;
	background: url(/themes/default/img/icon-cart.png) no-repeat;
	position: relative;
	top: -2px;
}

.header__center {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -145px;
}

.header__center img {
	display: block;
}

.header__center a {
	display: block;
}

.header__center a:hover {
	opacity: 0.95;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	height: 346px;
	background: url(/themes/default/img/bg-main.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 18px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 10.5px;
}

.main .cnt {
	padding-top: 170px;
}

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
	color: #5d473b;
	font-size: 14px;
		line-height: 1;
	position: relative;
	margin-top: -24px;
	margin-bottom: 25px;
	background:#534741;
}

.nav:before {
	content: '';
	position: absolute;
	background-color: #5d473b;
	height: 178px;
	bottom:88px;
	left: 0;
	right: 0;
	display: none;
	z-index: 2;
}

.nav_inner:before {
	top: 88px;
	bottom: auto;
}

.nav.active:before {
	display: block;
}

.nav .cnt {
	z-index: 2;
	position: relative;
	height: 88px;
	background:#534741;
	/*background-color: #5d473b;
	background-image: linear-gradient(to top, #d4c9b2 0%, #f3ead8 68%, #f3ead8 100%);
	background: #f3ead8;
	background: -moz-linear-gradient(to top, #d4c9b2 0%, #f3ead8 68%, #f3ead8 100%);
	background: -webkit-linear-gradient(to top, #d4c9b2 0%, #f3ead8 68%, #f3ead8 100%);
	background: linear-gradient(to top, #d4c9b2 0%, #f3ead8 68%, #f3ead8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3ead8', endColorstr='#d4c9b2',GradientType=0 );
	border-radius: 6px;
	box-shadow: 0.5px 0.9px 1px rgba(32, 29, 30, 0.28);*/
}

.nav .cnt > ul {
	display: table;
	width: 100%;
	position: relative;
	margin-top:7px;
}

.nav .cnt > ul > li {
	display: inline-block;
}

.nav .cnt > ul > li > a {
	text-decoration: none;
	color: #fff;
	/*height: 44px;*/
	display: block;
	line-height: 23px;
	text-align: left;
	position: relative;
	padding: 0 10px;
	text-transform: lowercase;
}
.nav .cnt > ul > li.activeli > a {color:#ecd29c;}

.nav .cnt > ul > li img {
    height: 5px;
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}


.nav .cnt > ul > li img.pict {
    height: 17px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}


.nav .cnt > ul > li > a:before {
	content: '';
	position: absolute;
/*	top: 1px;
	left: 0;
	bottom: 1px;
	width: 2px;
	background: url(/themes/default/img/bg-border-nav.png) repeat-y;*/
}

.nav .cnt > ul > li:first-child > a:before {
	display: none;
}

.nav .cnt > ul > li > a:hover {
	color: #fff;
	text-decoration:underline;
}

.nav .cnt > ul > li > ul {
	position: absolute;
	bottom: 76px;
	width: 960px;
	left: 50%;
	margin-left: -480px;
	padding-top: 27px;
	height: 178px;
	/* padding-bottom: 70px; */
	font-size: 0;
	display: none;
	z-index: 10;
}

.nav_inner .cnt > ul > li > ul {
	bottom: auto;
	top: 81px;
}

.nav .cnt > ul > li:hover > ul {
/*	display: block;*/
}

.nav__column {
	position: relative;
	z-index: 1;
	width: 265px;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}

.cross_nav {
    position: absolute;
    right: 0px;
    top: 20px;
    background: url('/themes/default/img/cross_nav.png') no-repeat left top;
    width: 12px;
    height: 12px;
}
.cross_nav:hover {
    cursor:pointer;
}

.nav .cnt > ul > li > ul li {
	position: relative;
	z-index: 1;
	margin-top: 8px;
}

.nav .cnt > ul > li > ul li > a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.nav .cnt > ul > li > ul li > a:hover {
	text-decoration: underline;
}

.nav .cnt > ul > li > ul li > a:before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 8px;
	vertical-align: baseline;
	background: url(/themes/default/img/icon-li.png) no-repeat;
	margin-right: 6px;
	position: relative;
	top: -1px;
}

.nav .cnt > ul > li > ul li span {
	color: #a59d8d;
	font-size: 12px;
}

/* ==========================================================================
   VIDEO
   ========================================================================== */
.video {
	background-color: #5d473b;
	display: none;
}

.video.active {
	display: block;
}

.video__video {
	float: left;
	width: 560px;
	height:315px;
	position:relative;
}

.video__video a {
	display: block;
	position: absolute;
	width: 560px;
    height: 283px;
}

.video__video video {
    position: absolute;
}

.video__video a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.61);
	z-index: 10;
}

.video__video a:hover:before {
	display: none;
}

.video__video a:after {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	background: url(/themes/default/img/icon-play.png) no-repeat;
	left: 50%;
	top: 50%;
	margin-top: -60px;
	margin-left: -60px;
	z-index: 11;
}

.video__video a:hover:before {
	opacity: 0.9;
}

.video__video img {
	display: block;
	width: 100%;
}

.video__info {
	overflow: hidden;
	text-align: center;
	padding-top: 140px;
}

.video__title {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 10px;
	margin-bottom: 60px;
}

.video__more {
	display: inline-block;
	height: 37px;
	border: 1px solid #f3ead8;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 12px;
}

.video__more:hover {
	background-color: #f3ead8;
	color: #5d473b;
}

.video__more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 9px;
	background: url(/themes/default/img/icon-next.png) no-repeat;
	margin-left: 9px;
	position: relative;
	top: -1px;
}

.video__more:hover:after {
	background: url(/themes/default/img/icon-next-black.png) no-repeat;
}

/* ==========================================================================
   HIT
   ========================================================================== */
.hit {
	background-color: #5d473b;
	display: none;
}

.hit.active {
	display: block;
}

.hit__slider {
	float: right;
	width: 559px;
	height: 315px;
	position: relative;
}

.hit__slider:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.61);
}

.hit__slider:hover:before {
	display: none;
}

.hit__slider .owl-stage-outer {
	height: 315px;
}

.hit__slider .owl-prev {
	position: absolute;
	font-size: 0;
	width: 39px;
	height: 39px;
	background-color: #362113;
	background-image: url(/themes/default/img/prev.png);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	top: 131px;
	left: -20px;
	border-radius: 50%;
}

.hit__slider .owl-next {
	position: absolute;
	font-size: 0;
	width: 39px;
	height: 39px;
	background-color: #362113;
	background-image: url(/themes/default/img/next.png);
	background-repeat: no-repeat;
	background-position: 17px 9px;
	top: 131px;
	right: -20px;
	border-radius: 50%;
}

.hit__slider .owl-prev:hover,
.hit__slider .owl-next:hover {
	background-color: #54331e;
}

.hit__slider img {
	width: 100%;
	display: block;
}

.hit__item {
	position: relative;
}

.hit__block {
	position: absolute;
	background-color: rgba(37,20,8,0.77);
	height: 74px;
	left: 0;
	right: 0;
	bottom: 0;
	padding-left: 28px;
	padding-top: 19px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.hit__description {
	width: 295px;
	float: left;
	height: 37px;
	border-right: 1px solid #9a8877;
}

.hit__name {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px;
}

.hit__sire {
	color: #ac9c7d;
	font-size: 12px;
	line-height: 1;
}

.hit__price {
	float: left;
	margin-left: 27px;
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	position: relative;
	top: -3px;
	width: 114px;
}

.hit__price s {
	display: block;
	color: #ac9c7d;
}

.hit__info {
	overflow: hidden;
	text-align: center;
	padding-top: 140px;
}

.hit__title {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 10px;
	margin-bottom: 60px;
}

.hit__more {
	display: inline-block;
	height: 37px;
	border: 1px solid #f3ead8;
	color: #fff;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 12px;
}

.hit__more:hover {
	background-color: #f3ead8;
	color: #5d473b;
}

.hit__more:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 9px;
	background: url(/themes/default/img/icon-prev.png) no-repeat;
	margin-right: 9px;
	position: relative;
	top: -1px;
}

.hit__more:hover:before {
	background: url(/themes/default/img/icon-prev-black.png) no-repeat;
}

.hit__buttons {
	float: left;
	font-size: 0;
}

.hit__detail {
	width: 37px;
	height: 37px;
	border: 1px solid #f3ead8;
	display: inline-block;
	background: url(/themes/default/img/icon-detail.png) no-repeat center center;
}

.hit__detail:hover {
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-detail-hover.png);
}

.hit__add {
	width: 37px;
	height: 37px;
	border: 1px solid #f3ead8;
	display: inline-block;
	margin-left: 3px;
	background: url(/themes/default/img/icon-basket.png) no-repeat center center;
}

.hit__add:hover {
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-basket-hover.png);
}

.hit__label {
	position: absolute;
	top: 0;
	right: 0;
	height: 32px;
	background-color: #9e0b0f;
	color: #f3ead8;
	font-size: 10px;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 0 15px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

/* ==========================================================================
   SERIES
   ========================================================================== */
.series {
	background-color: #fff;
	height:332px;
}

.series__info {
	overflow: hidden;
	padding: 100px 15px 0;
	text-align: center;
}

.series__title {
	color: #5d473b;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 10px;
	margin-bottom: 48px;
}

.series__more {
	display: inline-block;
	height: 37px;
	border: 1px solid #68544a;
	color: #68544a;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 12px;
}

.series__more:hover {
	background-color: #68544a;
	color: #fff;
}

.series__more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 9px;
	background: url(/themes/default/img/icon-next-black.png) no-repeat;
	margin-left: 9px;
	position: relative;
	top: -1px;
}

.series__more:hover:after {
	background: url(/themes/default/img/icon-next.png) no-repeat;
}

.series__block {
	width: 685px;
	height: 330px;
	float: right;
	position: relative;
}

.series__block:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.61);
}

.series__block:hover:before {
	display: none;
}

.series__left {
	float: left;
	width: 185px;
	height: 330px;
	overflow: hidden;
}

.series__left .owl-carousel {
	width: 185px;
	height: 330px;
}

.series__left .owl-next {
	position: absolute;
	width: 21px;
	height: 8px;
	bottom: 10px;
	left: 50%;
	margin-left: -10px;
	background: url(/themes/default/img/down.png) no-repeat;
	font-size: 0;
}

.series__left .owl-prev {
	position: absolute;
	width: 21px;
	height: 8px;
	top: 10px;
	left: 50%;
	margin-left: -10px;
	background: url(/themes/default/img/up.png) no-repeat;
	font-size: 0;
}

.series__left .owl-next.disabled,
.series__left .owl-prev.disabled {
	display: none;
}

.series__mini {
	height: 110px;
	position: relative;
	cursor: pointer;
}

.series__mini:before {
	content: '';
	position: absolute;
	background-color: rgba(0,0,0,0.41);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.series__mini img {
	height: 110px;
	display: block;
	width: 100%;
}

.series__mini.active:after {
	content: '';
	border: 1px solid #f3ead8;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.series__mini div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	color: #b2a6a0;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	line-height: 110px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.series__mini.active div {
	display: none;
}

.series__mini div span {
	line-height: 14px;
	display: inline-block;
	vertical-align: middle;
}

.series__mini:hover div {
	color: #fff;
}

.series__right {
	width: 500px;
	float: left;
	height: 330px;
	overflow: hidden;
}

.series__right .owl-prev {
	display: none;
}

.series__right .owl-next {
	display: none;
}

.series__right .owl-dots {
	position: absolute;
	bottom: 26px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 1;
}

.series__right .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 13px;
	height: 13px;
	background-color: #fff;
	margin: 0 4px;
	border-radius: 50%;
	border: 2px solid #fff;
}

.series__right .owl-dot.active {
	background-color: #5d473b;
}

.series__big {
	position: relative;
}

.series__big img {
	width: 100%;
}

.series__big div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 330px;
	text-align: center;
	letter-spacing: 10px;
}

.series__big div span {
	line-height: 24px;
	display: inline-block;
	vertical-align: middle;
}

.series__slider {
	display: none;
}

.series__slider.active {
	display: block;
}

/* ==========================================================================
   DEALS
   ========================================================================== */
.deals {
	height: 372px;
	float: left;
	width: 397px;
	position: relative;
}

.deals:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.61);
}

.deals:hover:before {
	display: none;
}

.deals__item {
	position: relative;
}

.deals__item img {
	width: 100%;
	display: block;
	min-height:372px;
	min-width:397px;
}

.deals__label {
	position: absolute;
	height: 32px;
	background-color: #429e0b;
	color: #f3ead8;
	font-size: 10px;
	line-height: 32px;
	text-transform: uppercase;
	left: 0;
	top: 0;
	letter-spacing: 5px;
	padding: 0 15px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.deals__price {
	position: absolute;
	height: 48px;
	background-color: #429e0b;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 48px;
	top: 234px;
	right: 0;
	padding: 0 15px 0 20px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.deals__block {
	position: absolute;
	background-color: rgba(37,20,8,0.77);
	height: 74px;
	bottom: 0;
	left: 0;
	right: 0;
	padding-left: 28px;
	padding-top: 19px;
	padding-right: 19px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}


.deals__left {
	float: left;
	margin-top: 2px;
}

.deals__name {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px;
}

.deals__sire {
	color: #ac9c7d;
	font-size: 12px;
	line-height: 1;
}

.deals__right {
	float: right;
}

.deals__detail {
	display:inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #f3ead8;
	vertical-align: middle;
	background-image: url(/themes/default/img/icon-detail.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.deals__detail:hover {
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-detail-hover.png);
}

.deals__add {
	margin-left: 3px;
	display:inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #f3ead8;
	vertical-align: middle;
	background-image: url(/themes/default/img/icon-basket.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.deals__add:hover {
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-basket-hover.png);
}

.deals .owl-prev {
	position: absolute;
	font-size: 0;
	width: 39px;
	height: 39px;
	background-color: #362113;
	background-image: url(/themes/default/img/prev.png);
	background-repeat: no-repeat;
	background-position: 15px 9px;
	top: 158px;
	left: -20px;
	border-radius: 50%;
}

.deals .owl-next {
	position: absolute;
	font-size: 0;
	width: 39px;
	height: 39px;
	background-color: #362113;
	background-image: url(/themes/default/img/next.png);
	background-repeat: no-repeat;
	background-position: 17px 9px;
	top: 158px;
	right: -20px;
	border-radius: 50%;
}

.deals .owl-prev:hover,
.deals .owl-next:hover {
	background-color: #54331e;
}

/* ==========================================================================
   NEWS
   ========================================================================== */
.news {
	float: left;
	width: 336px;
	height: 372px;
	background-color: #c7b299;
	padding-left: 26px;
	padding-top: 26px;
}

.news__title {
	width:100%;
	padding-right:20px;
	text-align:center;
	color: #5d473b;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-bottom: 30px;
}

.news__title a {
	color: #5d473b;
	font-size: 28px;
	text-transform: uppercase;
	letter-spacing: 10px;
	margin-bottom: 20px;
	text-decoration: none;
}

.news__title a:hover{
	color:#fff;
}

.news__name {
	color: #5d473b;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.news__name a {
	color: #5d473b;
	text-decoration: none;
}

.news__name a:hover {
	color: #fff;
}

.news__date {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 6px;
}

.news__description {
	color: #5d473b;
	font-size: 12px;
	line-height: 15px;
}

.news__item {
	margin-right: 33px;
	padding-right: 30px;
	border-top: 1px solid #e1d6c9;
	padding-top: 13px;
	margin-top: 14px;
}

.news__item:first-child {
	margin-top: 0;
	border-top: none;
	padding-top: 0;
}

.news__all {
	text-align: right;
	margin-right: 15px;
	margin-top: 16px;
}

.news__all a {
	display: inline-block;
	height: 25px;
	border: 1px solid #f3ead8;
	line-height: 23px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	padding: 0 12px;
	text-decoration: none;
}

.news__all a:hover {
	background-color: #f3ead8;
	color: #5d473b;
}

.news__all a:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 9px;
	background: url(/themes/default/img/icon-next.png) no-repeat;
	margin-left: 9px;
	position: relative;
	top: -1px;
}

.news__all a:hover:after {
	background: url(/themes/default/img/icon-next-black.png) no-repeat;
}

/* ==========================================================================
   SERVICE
   ========================================================================== */
.service {
	width: 227px;
	height: 372px;
	float: left;

}

.service__client {
	background-color: #736357;
	height: 186px;
	text-align: center;
	padding-top: 51px;
	position: relative;
}

.service__client:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.61);
}

.service__client:hover:before {
	display: none;
}

.service__client span a {
	text-align: center;
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	margin-bottom: 5px;
	text-decoration: none;
}
.service__client span a:after {

	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0px;
	height: 0px;
	background-color: #534741;
	border-radius: 50%;
	margin-left: 6px;
	color: #d4aa8b;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	font-weight: 400;
}

.service__client a {
	color: #d4aa8b;
	font-size: 12px;
}

.service__client a:after {
	content: '?';
	display: inline-block;
	vertical-align: middle;
	width: 17px;
	height: 17px;
	background-color: #534741;
	border-radius: 50%;
	margin-left: 6px;
	color: #d4aa8b;
	font-size: 12px;
	line-height: 17px;
	text-align: center;
	font-weight: 400;
}

.service__client a:hover {
	color: #fff;
}

.service__managers_new {
	width: 227px;
	height: 186px;
	background-image: url(/images/img/EMS_maneger.jpg);
}

.service__managers {
	height: 186px;
	background-color: #534741;
	padding: 18px 22px 0;
	position: relative;
	overflow: hidden;
}

.service__managers:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.61);
}

.service__managers:hover:before {
	display: none;
}

.service__title {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	line-height: 1;
	margin-bottom: 16px;
}

.service__item img {
	float: left;
	border-radius: 50%;
	margin-right: 13px;
}

.service__item div {
	overflow: hidden;
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	padding-top: 22px;
}

.service__item span {
	display: block;
	color: #d4aa8b;
	font-size: 12px;
	margin-top: 5px;
}

.services__all {
	text-align: center;
	color: #d4aa8b;
	font-size: 12px;
	line-height: 1;
	margin-top: 20px;
}

.services__all a {
	color: #d4aa8b;
}

.services__all a:hover {
	color: #fff;
}

.service__managers .owl-prev {
	position: absolute;
	font-size: 0;
	width: 8px;
	height: 21px;
	background: url(/themes/default/img/prev2.png) no-repeat;
	left: -16px;
	top: 39px;
}

.service__managers .owl-next {
	position: absolute;
	font-size: 0;
	width: 8px;
	height: 21px;
	background: url(/themes/default/img/next2.png) no-repeat;
	right: -16px;
	top: 39px;
}

/* ==========================================================================
   EXPOSURE
   ========================================================================== */
.exposure {
	background-color: #fff;
}

.exposure__info {
	overflow: hidden;
	padding: 60px 15px 0;
	text-align: center;
}

.exposure__title {
	color: #5d473b;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 22px;
	letter-spacing: 10px;
	margin-bottom: 48px;
}

.exposure__more {
	display: inline-block;
	height: 37px;
	border: 1px solid #68544a;
	color: #68544a;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 12px;
}

.exposure__more:hover {
	background-color: #68544a;
	color: #fff;
}

.exposure__more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 12px;
	height: 9px;
	background: url(/themes/default/img/icon-next-black.png) no-repeat;
	margin-left: 9px;
	position: relative;
	top: -1px;
}

.exposure__more:hover:after {
	background: url(/themes/default/img/icon-next.png) no-repeat;
}

.exposure__blocks {
	float: right;
	width: 681px;
}

.exposure__blocks a {
	float: left;
	width: 227px;
	display: block;
	position: relative;
}

.exposure__blocks a:hover {
	opacity: 0.9;
}

.exposure__blocks a img {
	display: block;
	width: 100%;
	width:227px;
	height:227px;
}

.exposure__blocks a span {
	position: absolute;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	top: 160px;
}

.exposure__blocks_img {
	float: right;
	background-color: #fff;
	height: 227px;
	width: 227px;
}

.exposure__blocks_images {
	display: block;
	margin: 0 auto;
	max-width: 227px;
	max-height: 227px;
}

.exposure__blocks_item{
	float: right;
	width: 681px;
}
.exposure__blocks_item a:hover {
	opacity: 0.8;
}

.exposure__blocks_item a {
	float: left;
	width: 227px;
	display: block;
	position: relative;
}
.exposure__blocks_item a span {
	position: absolute;
	left: 0;
	right: 0;
	color: #000;
	font-size: 12px;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	top: 160px;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
	
}

.advantages__item {
	width: 192px;
	float: left;
	height: 89px;
	line-height: 89px;
	color: #fff;
	font-size: 0;
	text-align: center;
	position: relative;
	cursor: default;
}

/*.advantages__item:before {
	content: '';
	position: absolute;
	z-index: 2;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.61);
}

.advantages__item:hover:before {
	display: none;
}*/

.advantages__item span {
	display: inline-block;
	vertical-align: middle;
	line-height: 17px;
	font-size: 14px;
	text-align: left;
}

.advantages__item img {
	vertical-align: middle;
	margin-right: 13px;
}

.advantages__item_pos1 {
	
	background-color: #534741;
}

.advantages__item_pos2 {
	background-color: #736357;
}

.advantages__item_pos3 {
	background-color: #87705e;
}

.advantages__item_pos4 {
	background-color: #5d473b;
}

.advantages__item_pos5 {
	background-color: #312011;
}

/* ==========================================================================
   KEYWORDS
   ========================================================================== */
.keywords {
	color: #4e4e4e;
	font-family: Arial;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
	margin: 32px 0 38px;
}

.keywords li {
	display: inline-block;
	margin-left: 1px;
}

.keywords li:before {
	content: '';
	background-color: #4e4e4e;
	height: 12px;
	width: 1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 5px;
}

.keywords li:first-child {
	margin-left: 0;
}

.keywords li:first-child:before {
	display: none;
}

.keywords a {
	text-decoration: none;
	color: #4e4e4e;
}

.keywords a:hover {
	text-decoration: underline;
}

/* ==========================================================================
   BREADCRUMBS
   ========================================================================== */
.breadcrumbs {
	font-size: 12px;
	line-height: 1;
	color: #5d473b;
	margin-top: -4px;
	margin-bottom: 14px;
	text-transform: lowercase;
}

.breadcrumbs a {
	color: #c7b299;
	text-decoration: none;
}

.breadcrumbs a:hover {
	text-decoration: underline;
}

.breadcrumbs span {
	color: #c7b299;
	margin: 0 4px;
}

/* ==========================================================================
   SIDEBAR
   ========================================================================== */
.sidebar {
	width: 177px;
	float: left;
	padding-bottom: 225px;
}

/* ==========================================================================
   MENU
   ========================================================================== */
.menu {
	color: #4a433e;
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
}

.menu li {
	margin-top: 3px;
}

.menu li:first-child {
	margin-top: 0;
}

.menu a {
	display: block;
	height: 37px;
	line-height: 35px;
	border: 1px solid transparent;
	color: #4a433e;
	text-decoration: none;
	padding: 0 30px 0 10px;
	position: relative;
}

.menu li a:before {
	content: '';
	position: absolute;
	background: url(/themes/default/img/icon-next-black.png) no-repeat;
	width: 12px;
	height: 9px;
	top: 13px;
	right: 10px;
	display: none;
}

.menu li.active a,
.menu li a:hover {
	border-color: #736357;
}

.menu li.active a:before,
.menu li a:hover:before {
	display: block;
}

/* ==========================================================================
   TITLE
   ========================================================================== */
.title {
	color: #2e2a29;
	font-size: 15px;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	margin-bottom: 22px;
}

.title:before {
	content: '';
	position: absolute;
	top: 50%;
	height: 1px;
	background-color: #c7b299;
	left: 0;
	right: 0;
}

.title h1 {
	overflow: hidden;
	line-height: 1;
	letter-spacing: 8px;
	background-color: #f3ead8;
	padding: 0 15px;
	position: relative;
	display: inline-block;
}

.title h1 span {
	letter-spacing: 0;
	color: #c7b299;
	font-size: 14px;
}

/* ==========================================================================
   CONTENT
   ========================================================================== */
.content {
	width: 730px;
	float: right;
	padding-bottom: 225px;
}

/* ==========================================================================
   TEXT
   ========================================================================== */
.text {
	padding-top: 6px;
	color: #404042;
	font-size: 12px;
	line-height: 15px;
}

.text p {
	margin-bottom: 14px;
}

.text b {
	font-size: 14px;
	font-weight: 700;
}
.text a {
    color: #404042;
}
.text a:hover {
    text-decoration:none;
}
.text.sitemap ul li {
    margin-left:15px; 
    list-style:circle;
}
.text.sitemap ul {
    margin-bottom:10px; 
}


.text .authpage input {margin-bottom:15px;}

.text .authpage input[type="text"] {
    width: 283px;
	height: 29px;
	border: 1px solid #ccc;
	color: #362113;
	font-size: 12px;
	padding: 0 11px 3px;
	outline: none;
	background: #fff;
	vertical-align: top; 
}
.text .authpage input[type="password"] {
    width: 283px;
	height: 29px;
	border: 1px solid #ccc;
	color: #362113;
	font-size: 12px;
	padding: 0 11px 3px;
	outline: none;
	background: #fff;
	vertical-align: top; 
}

.text .authpage input[type="submit"], .text .regpage input[type="submit"]{
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	height: 27px;
	background-color: #4b3c2a;
	padding: 0 12px;
	border: none;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
}

.text .authpage input[type="submit"]:hover, .text .regpage input[type="submit"]:hover {
	background-color: #67523a;
}

.text .regpage input[type="text"], .text .regpage input[type="password"] {
    width: 350px;
	height: 29px;
	border: 1px solid #ccc;
	color: #362113;
	font-size: 12px;
	padding: 0 11px 3px;
	outline: none;
	background: #fff;
	vertical-align: top; 
	margin-bottom: 5px;
	margin-right: 15px;
}
.text .regpage textarea{
    width: 350px;
	height: 100px;
	border: 1px solid #ccc;
	color: #362113;
	font-size: 12px;
	padding: 0 11px 3px;
	outline: none;
	background: #fff;
	vertical-align: top; 
	resize:none;
	margin-right: 15px;
}

.pad225 {height:225px;}

/* ==========================================================================
   RANGES
   ========================================================================== */
.ranges {
	font-size: 0;
	padding-top: 15px;
	margin-bottom: 55px;
}

.ranges__items {
	margin-top: -28px;
}

.ranges__item {
	width: 240px;
	display: inline-block;
	vertical-align: top;
	margin-top: 28px;
}

.ranges__img {
	margin-bottom: 20px;
	overflow: hidden;
}

.ranges__img img {
	display: block;
	height: 225px;
}

.ranges__img img:hover {
	opacity: 0.8;
}

.ranges__img.corplist img:hover {
	opacity: 1;
}

.ranges__name {
	color: #362113;
	font-size: 12px;
	font-weight: 700;
	line-height: 15px;
	text-transform: uppercase;
	margin-bottom: 11px;
	padding-right:5px;
}

.ranges__name a {
	text-decoration: none;
	color: #362113;
}

.ranges__name a:hover {
	text-decoration: underline;
}

.ranges__description {
	color: #404042;
	font-size: 12px;
	line-height: 15px;
	padding-right: 20px;
	min-height: 195px;
	margin-bottom: 10px;
}

.ranges__description.corplist {
	min-height: 50px;
}

.ranges__more {
	padding: 0 12px;
	height: 37px;
	border: 1px solid #736357;
	color: #4a433e;
	font-size: 12px;
	line-height: 35px;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}

.ranges__more:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 14px;
	content: '';
	background: url(/themes/default/img/icon-next-black.png) no-repeat;
	width: 12px;
	height: 9px;
}

.ranges__more:hover {
	background-color: #736357;
	color: #fff;
}

.ranges__more:hover:after {
	background: url(/themes/default/img/icon-next.png) no-repeat;
}

/* ==========================================================================
   INNER
   ========================================================================== */
.inner {
	height: 157px;
	background: url(/themes/default/img/bg-inner.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
}

/* ==========================================================================
   FILTER
   ========================================================================== */
.filter {
	margin-top: -28px;
}

.filter__block {
	height: 96px;
	background-color: #c7b299;
	box-shadow: inset 0.3px 4px 0.9px 0.1px rgba(93, 71, 59, 0.18), 0 0 4px rgba(248, 246, 207, 0.75);
}

.filter__column1 {
	float: left;
	width: 450px;
	height: 96px;
	text-align: center;
	padding-top: 18px;
}

.filter__column2 {
	float: left;
	width: 180px;
	position: relative;
	height: 96px;
	padding-top: 12px;
	text-align: center;
}

.filter__column2:before {
	content: '';
	position: absolute;
	width: 3px;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(/themes/default/img/bg-border-filter.png) repeat-y;
}

.filter_price{
	font-size: 10px;
	color: #222;
}
.filter__price_input{
	width:60px;
}

.filter__column3 {
	float: left;
	width: 170px;
	position: relative;
	height: 96px;
	padding-top: 10px;
}

.filter__column3:before {
	content: '';
	position: absolute;
	width: 3px;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(/themes/default/img/bg-border-filter.png) repeat-y;
}

.filter__column4 {
	float: left;
	width: 160px;
	position: relative;
	height: 96px;
	text-align: center;
	padding-top: 19px;
}

.filter__column4:before {
	content: '';
	position: absolute;
	width: 3px;
	left: 0;
	top: 0;
	bottom: 0;
	background: url(/themes/default/img/bg-border-filter.png) repeat-y;
}

.filter__arrs {
	display: inline-block;
	vertical-align: middle;
	height: 35px;
	width: 19px;
	border-left: 1px solid #c7b299;
	border-top: 1px solid #c7b299;
	border-bottom: 1px solid #c7b299;
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-arrs.png);
	background-repeat: no-repeat;
	background-position: 6px 8px;
}

.filter__input-big {
	width: 395px;
	height: 35px;
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-enter.png);
	background-repeat: no-repeat;
	background-position: 374px 11px;
	border: 1px solid #c7b299;
	border-left: 1px solid #c7b299;
	color: #5d473b;
	font-size: 12px;
	outline: none;
	padding: 0 30px 0 10px;
}

.filter__input-big::-webkit-input-placeholder {
	color: #c7b299;
}

.filter__input-big::-moz-placeholder {
	color: #c7b299;
}

.filter__input-big:-moz-placeholder {
	color: #c7b299;
}

.filter__input-big:-ms-input-placeholder {
	color: #c7b299;
}

.filter__input-big:focus::-webkit-input-placeholder {
	color: transparent;
}

.filter__input-big:focus::-moz-placeholder {
	color: transparent;
}

.filter__input-big:focus:-moz-placeholder {
	color: transparent;
}

.filter__input-big:focus:-ms-input-placeholder {
	color: transparent;
}

.filter__radios {
	color: #5d473b;
	font-size: 0;
	line-height: 1;
	margin-top: 17px;
}

label {
	cursor: pointer;
}

.filter__radios label {
	display: inline-block;
	font-size: 12px;
	margin-left: 11px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.filter__radios label:first-child {
	margin-left: 0;
}

label input[type="radio"] {
	display: none;
}

.radio {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	border: 1px solid #736357;
	position: relative;
}

.radio:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border: 3px solid #736357;
	border-radius: 50%;
	left: 1px;
	top: 1px;
	display: none;
}

input[type="radio"]:checked + .radio:before {
	display: block;
}

.filter__slider {
	width: 144px;
	margin: auto;
}

.filter__checks {
	color: #5d473b;
	font-size: 0;
	line-height: 1;
	margin-top: 24px;
}

.filter__checks label {
	display: inline-block;
	font-size: 12px;
	margin-left: 11px;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.filter__checks label:first-child {
	margin-left: 0;
}

label input[type="checkbox"] {
	display: none;
}

.checkbox {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	border: 1px solid #736357;
	position: relative;
}

.checkbox:before {
	content: '';
	position: absolute;
	width: 6px;
	height: 6px;
	border: 3px solid #736357;
	border-radius: 50%;
	left: 1px;
	top: 1px;
	display: none;
}

input[type="checkbox"]:checked + .checkbox:before {
	display: block;
}

.filter__select {
	outline: none;
	display: block;
	width: 130px;
	height: 22px;
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-select.png);
	background-position: right center;
	background-repeat: no-repeat;
	margin: auto;
	margin-bottom: 5px;
	color: #404042;
	font-size: 12px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px; 
	text-overflow: '';
	-ms-appearance: none;
	appearance: none!important;
	padding-left: 9px;
}

.filter__update {
	display: inline-block;
	vertical-align: middle;
	color: #5d473b;
	font-size: 14px;
	line-height: 1;
	text-decoration: none;
	margin-bottom: 9px;
}

.filter__update:before {
	content: '';
	width: 18px;
	height: 15px;
	background: url(/themes/default/img/icon-update.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 8px;
}

.filter__submit {
	width: 114px;
	height: 31px;
	background-color: #5d473b;
	border-radius: 4px;
	box-shadow: inset 0.2px 3px 3px rgba(31, 28, 29, 0.63), 0 0 3px rgba(248, 246, 207, 0.33);
	color: #fff;
	font-size: 14px;
	border: none;
	outline: none;
}

.filter__submit:hover {
	background-color: #6f5546;
}

.filter-view {
	text-align: right;
	color: #5d473b;
	font-size: 12px;
	line-height: 1;
	margin-bottom: -14px;
	margin-top: 18px;
}

.filter-view a {
	color: #5d473b;
}

.filter-view a:after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(/themes/default/img/icon-down.png) no-repeat;
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-left: 8px;
}

.filter-view a.active:after {
	background: url(/themes/default/img/icon-up.png) no-repeat;
}

.filter-view a:hover {
	text-decoration: none;
}

/* ==========================================================================
   SUB-CATEGORIES
   ========================================================================== */
.sub-categories {
	font-family: Arial;
	font-size: 14px;
	font-weight: 400;
	line-height: 25px;
	color: #4e4e4e;
	margin-bottom: 24px;
}

.sub-categories + .categories {

}

.sub-categories a {
	color: #4e4e4e;
	text-decoration: none;
	margin-right: 12px;
}

.sub-categories a:hover {
	text-decoration: underline;
}

.sub-categories a span {
	color: #c7b299;
}

.sub-categories a.active {
	height: 26px;
	background-color: #e3d9c5;
	border-radius: 10px;
	display: inline-block;
	padding: 0 10px;
	margin-right: 3px;
}

.sub-categories a.active:hover {
	text-decoration: none;
}

/* ==========================================================================
   CATEGORIES
   ========================================================================== */
.categories {
	font-size: 0;
	position: relative;
}

.title + .categories {
	margin-top: 43px;
}

/* .categories:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.38);
	display: none;
}

.categories.active:after {
	display: block;
} */

.categories__item {
	display: inline-block;
	width: 320px;
	height: 218px;
	vertical-align: top;
	position: relative;
}

.categories__cnt {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.categories__item:hover .categories__cnt {
	box-shadow: 1px 8px 33px 5px #1f1c1d;
	z-index: 9;
}

.categories__item:hover .categories__cnt {
	left: -40px;
	right: -40px;
	top: -40px;
	max-height: 393px;
	background-color: white;
}

.categories__item:hover .categories__block {
	display: none;
	background-color: white;
}

.categories__img {
	position: relative;
	display: block;
	background-color: white;
}

.categories__img img {
	display: block;
	margin:0 auto;
	max-width: 320px;
	max-height:218px;
	/*width: 231px;
	overflow: hidden;
	cursor: pointer;
	height:273px;*/

	/*display:block;
	width: 100%;
	height:218px;*/
}

.categories__item:hover .categories__img img {
	/*display: block;
	margin: 0;
	max-width: 231px;
	z-index: 2;
	/* position: relative; */
	/*width: 231px;
	overflow: hidden;
	cursor: pointer;*/
	display: block;
	margin:0 auto;
	max-width: 400px;
	max-height:273px;
}


.categories__label {
	position: absolute;
	top: 0;
	right: 0;
	color: #f3ead8;
	font-size: 7px;
	line-height: 23px;
	letter-spacing: 4.5px;
	text-transform: uppercase;
	height: 23px;
	padding: 0 11px;
}

.categories__label_hit {
	background-color: #9e0b0f;
}

.categories__label_availability {
	background-color: #cd7d16;
}

.categories__label_deal {
	background-color: #1e7b08;
}

.categories__item:hover .categories__label {
	font-size: 10px;
}

.categories__block {
	position: absolute;
	height: 40px;
	overflow: hidden;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(37,20,8,0.77);
}

.categories__block .categories__name {
	color: #fff;
	font-size: 12px;
	line-height: 1;
	padding-left: 14px;
	float: left;
	margin-top: 14px;
	width: 179px;
}

.categories__block .categories__price {
	float: left;
	margin-top: 9px;
	border-left: 1px solid #9e9181;
	padding-left: 27px;
	height: 23px;
	padding-top: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.categories__item .categories__info {
	height: 125px;
	background-color: #241c17;
	display: none;
	overflow: hidden;
	padding-left: 18px;
}

.categories__item:hover .categories__info {
	display: block;
}

.categories__left {
	width: 274px;
	margin-top: 17px;
	float: left;
}

.categories__left .categories__name {
	color: #fff;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 12px;
}

.categories__left .categories__description {
	color: #ac9c7d;
	font-size: 12px;
	line-height: 19px;
}

.categories__right {
	float: left;
	width: 103px;
	height: 96px;
	border-left: 1px solid #3b332c;
	margin-top: 15px;
	text-align: center;
}

.categories__price {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	margin-bottom: 8px;
}

.categories__price s {
	color: #ac9c7d;
	display: block;
}

.categories__price s {
	color: #ac9c7d;
	display: block;
}

.categories__price span {
	font-size: 9px;
	font-weight: 700;
	line-height: 12px;
	color: #fff;
	margin-bottom: 0px;

}

.categories__buttons {
	font-size: 0;
}

.categories__buttons a {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #f3ead8;
}

.categories__buttons a:hover {
	background-color: #f3ead8;
}

.categories__detail {
	background: url(/themes/default/img/icon-detail.png) no-repeat center center;
}

.categories__add {
	margin-left: 3px;
	background: url(/themes/default/img/icon-basket.png) no-repeat center center;
}

.categories__detail:hover {
	background-image: url(/themes/default/img/icon-detail-hover.png);
}

.categories__add:hover {
	background-image: url(/themes/default/img/icon-basket-hover.png);
}

/* ==========================================================================
   PAGINATION
   ========================================================================== */
.pagination {
	margin-top: 23px;
	margin-bottom: 37px;
}

.pagination__left {
	float: left;
	font-size: 0;
	color: #404042;
	line-height: 1;
}

.pagination__right {
	float: right;
	color: #404042;
	font-size: 14px;
}

.pagination__right a {
	font-size: 12px;
	color: #404042;
	margin-left: 6px;
}

.pagination__right a:hover {
	text-decoration: none;
}

.pagination__right b {
	color: #000;
	font-size: 12px;
	margin-left: 6px;
}

.pagination__current {
	font-size: 12px;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 12px;
}

.pagination__num {
	font-size: 12px;
	margin-right: 12px;
	padding: 0 5px;
	height: 17px;
	background-color: #c7b299;
	display: inline-block;
	vertical-align: middle;
	line-height: 17px;
	color: #404042;
	text-decoration: none;
	text-align: center;
}

.pagination__next {
	font-size: 14px;
	text-decoration: underline;
	color: #404042;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 18px;
}

.pagination__next:hover {
	text-decoration: none;
}

.pagination__prev {
	font-size: 14px;
	text-decoration: underline;
	color: #404042;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-right: 18px;
}

.pagination__next:hover {
	text-decoration: none;
}

/* ==========================================================================
   GOOD
   ========================================================================== */
.good {
	margin-top: 39px;
}

.good__gallery {
	float: left;
	width: 622px;
	height: 557px;
	background-color: #271606;
}

.good__gallery a {
	outline: none;
}

.good__big-img {
	height: 431px;
	background-color: #fff;
}

.good__big-img img {
	display: block;
	margin:0 auto;
	max-width: 622px;
	max-height:431px;
	/*display: block;
	width: 100%;
	max-height:431px;
	min-height:431px;*/
}

.good__mini {
	font-size: 0;
	padding-top: 7px;
}

.good__mini a {
	display: inline-block;
	margin-left: 7px;
	vertical-align: middle;
	position: relative;
}

.good__mini img {height:62px;}

.good__video:before {
	content: '';
	position: absolute;
	width: 29px;
	height: 29px;
	background: url(/themes/default/img/icon-play-good.png) no-repeat;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -15px;
}

.good__mini a:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.49);
}

.good__mini a:hover:after {
	display: none;
}

.good__cnt {
	overflow: hidden;
	background-color: #5d473b;
	height: 557px;
	padding-top: 15px;
}

.good__price {
	font-size: 14px;
	font-weight: 700;
	line-height: 19px;
	color: #fff;
	float: left;
	margin-top: 4px;
	padding-left: 6px;
}

.good__price s {
	display: block;
	color: #ac9c7d;
}

.good__price span {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
	height: 24px;
	line-height: 1;
/*	background-color: #503c31;
	border-radius: 10px;*/
	display: inline-block;
	width: 100px;
	margin-top: 5px;
	padding-top: 8px;
}

.good__top {
	border-bottom: 1px solid #6d594c;
	margin-left: 24px;
	margin-right: 16px;
	padding-bottom: 9px;
	padding-top:9px;
}

.good__top_top {
	border-bottom: 1px solid #6d594c;
	margin-left: 24px;
	margin-right: 16px;
	padding-bottom: 12px;
}

.good__top_title {
    color: #fff;
	font-size: 13px;
	font-weight: 400;
	height: 13px;
	line-height: 1;
	text-align:center;
	text-transform:uppercase;
}

.good__more {
	width: 37px;
	height: 37px;
	border: 1px solid #f3ead8;
	display: inline-block;
	background: url(/themes/default/img/icon-detail.png) no-repeat center center;
}

.good__add {
	width: 37px;
	height: 37px;
	border: 1px solid #f3ead8;
	display: inline-block;
	background: url(/themes/default/img/icon-basket.png) no-repeat center center;
	margin-left: 3px;
}
.good__add_itempage {
	width: 145px;
	height: 30px;
	line-height:30px;
	font-size:12px;
	padding-right: 25px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	border: 1px solid #f3ead8;
	display: block;
	background: url(/themes/default/img/icon-basket.png) no-repeat 110px center;
	margin-left: 3px;
	text-align:center; 
	margin-top:7px;
	margin-right: 10px;
}

.good__add_itempage:hover {
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-basket-hover.png);
	color:#5d473b;
}
.good__add_itempage_predl {
	width: 289px;
	height: 30px;
	line-height:30px;
	font-size:12px;
	padding-right: 25px;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	border: 1px solid #f3ead8;
	display: block;
	background-color: #5d473b;
	margin-left: 3px;
	text-align:center;
	margin-top: 10px;
	margin-right: 10px;
}
.good__add_itempage_predl:hover {
	background-color: #f3ead8;
	color:#5d473b;
}
.good__add_itempage_predl a {
	text-decoration:none;
}
.good__add_itempage_predl a:hover {
	text-decoration:none;
}
.good__more:hover {
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-detail-hover.png);
}

.good__add:hover {
	background-color: #f3ead8;
	background-image: url(/themes/default/img/icon-basket-hover.png);
}

.good__buttons {
	font-size: 0;
	width: 100px;
	float: right;
	text-align: right;
}

.good__buttons.onitem{
    width:auto;
}

.good__buttons.onitem input {
    width:116px; 
    height:23px;
    line-height:23px;
    padding:0px 10px;
    font-size:12px;
    color:#5d473b;
    margin-top: 12px;
    border:none;
    outline:none;
    margin-left: 3px;
    float: left;
    margin-right: 6px;
}

.good__buttons.onitem span{
    width:23px; 
    height:23px;
    margin-top: 12px;
    background:url('/themes/default/img/your_price_icon.png') no-repeat right 2px;
    float: right;
    margin-right: 10px;
}

.good__buttons.onitem span:hover {
    cursor:pointer;
}

.good__credit {
	display: inline-block;
	color: #ac987f;
	font-size: 12px;
	line-height: 1;
	margin-top: 15px;
}

.good__credit:hover {
	color: #fff;
}

.good__characteristics {
	margin-left: 24px;
	padding-top: 9px;
	padding-bottom: 11px;
}

.scrollbar-inner1 {
	height: 195px;
	overflow: hidden !important;
	padding: 0 !important;
	position: relative;
}

.good__text {
	color: #d1c1a6;
	font-size: 12px;
	line-height: 19px;
	padding-left: 8px;
}

.good__desc {
    color: #5d473b;
	font-size: 14px;
	line-height:20px;
	padding:20px 20px;
	background:#daccbb;
}

.good__text b {
	font-weight: 700;
}

.good__text li b {
	float: left;
	width: 128px;
}

.good__text li span {
	overflow: hidden;
	display: block;
}

.good__text li span img {
	vertical-align: middle;
}

.good__text li span a {
    color:#fff;
}

.good__text li span a:hover {
    text-decoration:none;
}

.good__dp {
	border-top: 1px solid #6d594c;
	margin-left: 24px;
	margin-right: 16px;
	border-bottom: 1px solid #6d594c;
	padding-top: 7px;
	padding-bottom: 13px;
}

.dp {
	margin-left: 5px;
}

.good__call {
	margin-left: 24px;
	position: relative;
	padding-left: 70px;
	color: #fff;
	font-size: 12px;
	line-height: 19px;
	padding-top: 6px;
	margin-top: 13px;
}

.good__call:before {
	content: '';
	position: absolute;
	width: 47px;
	height: 47px;
	background: url(/themes/default/img/icon-call-good.png) no-repeat;
	left: 0;
	top: 0;
}

/* ==========================================================================
   PRODUCTS
   ========================================================================== */
.products {
	float: left;
	width: 622px;
	min-height: 460px;
	background-color: #c7b299;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 25px;
	padding-bottom: 14px;
}

.products__full {
	width: 100%;
	float: none;
	padding-bottom: 20px;
}

.products__item {
	border-bottom: 1px solid #b9a58c;
	padding-bottom: 12px;
	margin-top: 13px;
}

.products__item:first-child {
	margin-top: 0;
}

.products__img {
	float: left;
	margin-left: 4px;
	width: 121px;
}

.products__img:hover {
	opacity: 0.9;
}

.products__title {
	color: #503c31;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 10px;
	line-height: 1;
	padding-left: 10px;
	margin-bottom: 30px;
}

.products__text {
	float: left;
	width: 298px;
	padding-left: 15px;
}

.products__full .products__text {
	width: 638px;
}

.products__name {
	color: #503c31;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px;
}

.products__name a {
	text-decoration: none;
	color: #503c31;
}

.products__name a:hover {
	text-decoration: underline;
}

.products__description {
	color: #736357;
	font-size: 12px;
	line-height: 15px;
}

.products__count {
	float: left;
}

.count {
	display: inline-block;
}

.count__input {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
	outline: none;
	text-align: center;
	background: none;
	vertical-align: middle;
}

.count__input.active {
	border-color: #503c31;
	color: #503c31;
}

.count__buttons {
	display: inline-block;
	vertical-align: middle;
}

.products__buttons_margin {
	margin-left: 37px;
}

.minus {
	width: 0;
	height: 0;
	display: block;
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	border-top: 8px solid #5d473b;
	cursor: pointer;
}

.plus {
	width: 0;
	height: 0;
	display: block;
	border-left: 3.5px solid transparent;
	border-right: 3.5px solid transparent;
	border-bottom: 8px solid #5d473b;
	margin-bottom: 1px;
	cursor: pointer;
}

.minus:hover {
	border-top-color: #7a5d4d;
}

.plus:hover {
	border-bottom-color: #7a5d4d;
}

.products__right {
	float: right;
	text-align: center;
}

.products__price {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 6px;
}

.products__added {
	color: #ac9c7d;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	height: 24px;
	line-height: 22px;
	background-color: #503c31;
	border-radius: 10px;
	padding: 0 6px;
	text-transform: uppercase;
}

.products__del {
	color: #ac9c7d;
	font-size: 12px;
	font-weight: 700;
	display: inline-block;
	height: 24px;
	line-height: 22px;
	background-color: #503c31;
	border-radius: 10px;
	padding: 0 8px;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
}

.products__del:after {
	content: '';
	display: inline-block;
	width: 13px;
	height: 13px;
	vertical-align: middle;
	background: url(/themes/default/img/icon-del.png) no-repeat;
	position: relative;
	top: -1px;
	margin-left: 4px;
}

.products__del:hover {
	background-color: #694f40;
}

.products__head {
	float: left;
	width: 370px;
	margin-left: 10px;
	color: #503c31;
	font-size: 15px;
	line-height: 1;
	margin-top: 0px;
}

.products__buttons {
	float: left;
	font-size: 0;
	margin-top: 13px;
}

.products__more {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #503c31;
	outline: none;
	background-image: url(/themes/default/img/icon-detail-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.products__more:hover {
	background-color: #fff;
	border-color: #fff;
}

.products__add {
	display: inline-block;
	width: 37px;
	height: 37px;
	border: 1px solid #503c31;
	margin-left: 6px;
	outline: none;
	background-image: url(/themes/default/img/icon-basket-hover.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.products__add:hover {
	background-color: #fff;
}

.products__sum {
	float: right;
	color: #503c31;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-top: 24px;
	margin-right: 5px;
}

.products__sum b {
	font-size: 16px;
	margin-left: 12px;
}

.book .products__sum {
	font-size: 15px;
}

.book .products__sum b {
	font-size: 16px;
}

/* ==========================================================================
   REVIEWS
   ========================================================================== */
.reviews {
	float: right;
	width: 338px;
	background-color: #b7a288;
	height: 460px;
	padding-top: 14px;
}

.reviews__head {
	padding-left: 24px;
	margin-bottom: 19px;
}

.reviews__title {
	display: inline-block;
	vertical-align: middle;
	color: #4a433e;
	line-height: 1;
	letter-spacing: 10px;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 22px;
}

.reviews__add {
	display: inline-block;
	vertical-align: middle;
	width: 136px;
	height: 37px;
	border: 1px solid #736357;
	line-height: 35px;
	color: #4a433e;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	outline: none;
	text-decoration: none;
}

.reviews__add:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin-left: 8px;
	content: '';
	background: url(/themes/default/img/icon-next-black.png) no-repeat;
	width: 12px;
	height: 9px;
	position: relative;
	top: -1px;
}

.reviews__add:hover {
	background-color: #fff;
}

.reviews__item {
	color: #404042;
	line-height: 15px;
	font-size: 12px;
	margin-left: 27px;
	margin-right: 27px;
	border-top: 1px solid #c0ab91;
	padding-top: 13px;
	margin-top: 12px;
}

.reviews__item:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

.reviews__top {
	margin-bottom: 11px;
}

.reviews__captiopn {
	color: #404042;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	float: left;
}

.reviews__rating {
	float: right;
	font-size: 0;
	margin-top: 2px;
}

.reviews__rating span {
	width: 9px;
	height: 9px;
	background-color: #f1f1f1;
	display: inline-block;
	border-radius: 50%;
	margin-left: 2px;
}

.reviews__rating span.active {
	background-color: #c7b299;
}

.reviews .scrollbar-inner {
	height: 372px;
}

.reviews .scrollbar-inner > .scroll-element .scroll-bar {
	background-color: #c7b299;
}

.reviews .scrollbar-inner > .scroll-element .scroll-element_track {
	background-color: #fff;
}

/* ==========================================================================
   ORDER
   ========================================================================== */
.order {
	float: right;
	width: 338px;
	background-color: #fff;
	padding-left: 20px;
	padding-bottom: 28px;
	padding-top: 25px;
}

.order__title {
	letter-spacing: 10px;
	color: #4a433e;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	padding-left: 2px;
	margin-bottom: 29px;
}

.order__text {
	color: #362113;
	font-size: 12px;
	line-height: 15px;
	padding-left: 3px;
	margin-bottom: 19px;
}

.input {
	display: inline-block;
	width: 283px;
	height: 29px;
	border: 1px solid #ccc;
	color: #362113;
	font-size: 12px;
	padding: 0 11px 3px;
	outline: none;
	background: none;
	vertical-align: top;
}

.required {
	vertical-align: top;
	display: inline-block;
	line-height: 1;
	color: #362113;
	font-size: 14px;
	font-weight: 700;
}

.wrap-input {
	margin-bottom: 10px;
}

.textarea {
	display: inline-block;
	width: 283px;
	height: 101px;
	border: 1px solid #ccc;
	color: #362113;
	font-size: 12px;
	padding: 4px 11px;
	outline: none;
	background: none;
	resize: none;
	vertical-align: top;
}

.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
	color: #362113;
	opacity: 1;
}

.input::-moz-placeholder,
.textarea::-moz-placeholder {
	color: #362113;
	opacity: 1;
}

.input:-moz-placeholder,
.textarea:-moz-placeholder {
	color: #362113;
	opacity: 1;
}

.input:-ms-input-placeholder,
.textarea:-ms-input-placeholder {
	color: #362113;
	opacity: 1;

}

.input:focus::-webkit-input-placeholder,
.textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.input:focus::-moz-placeholder,
.textarea:focus::-moz-placeholder {
	color: transparent;
}

.input:focus:-moz-placeholder,
.textarea:focus:-moz-placeholder {
	color: transparent;
}

.input:focus:-ms-input-placeholder,
.textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.order__submit {
	width: 138px;
	height: 27px;
	background-color: #503c31;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border: none;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 6px;
}

.order__submit:hover {
	background-color: #674d3f;
}

.order__thanks {
	color: #362113;
	font-size: 14px;
	display: inline-block;
	line-height: 1;
	vertical-align: middle;
}

.cart {
	margin-bottom: 87px;
	margin-top: 39px;
}

.products_buttons {margin:20px 0px 50px 0px; height:27px;}
.products_buttons input {margin-left:20px; width:auto; float:right;}

/* ==========================================================================
   BOOK
   ========================================================================== */
.book {
	margin-top: 39px;
	margin-bottom: 50px;
}

.book__top {
	background-color: #dbd0ba;
	padding: 20px;
	padding-right: 0;
}

.book__column1 {
	width: 325px;
	float: left;
}

.book__column2 {
	width: 335px;
	float: left;
}

.book__column3 {
	float: left;
	width: 250px;
	padding-top: 3px;
}

.book .input {
	border: 1px solid #c7b299;
}

.book .textarea {
	height: 68px;
	border: 1px solid #c7b299;
}

.validation-error {
    font-size:12px;
    color:#ff0000;
}

.book__description {
	color: #362113;
	font-size: 12px;
	line-height: 15px;
}

.book__bottom {
	background-color: #87705e;
	padding-left: 20px;
	padding-top: 25px;
	padding-bottom: 35px;
}

.book__head {
	color: #b9a58c;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 26px;
}

.book__label {
	font-size: 14px;
	line-height: 21px;
}

.book__label + .book__label {
	margin-top: 21px;
}

.book__label label {
	color: #fff;
}

.book__label a {
	color: #b9a58c;
	margin-left: 24px;
}

.book__label a:hover {
	text-decoration: none;
}

.book__label .radio {
	border-color: #fff;
	margin-right: 10px;
}

.book__label input[type="radio"]:checked + .radio:before {
	border-color: #fff;
}

.book__payment {
	float: left;
	width: 415px;
}

.book__input {
	display: block;
	width: 73px;
	height: 26px;
	background-color: #fff;
	margin-left: 23px;
	background: #fff;
	border: none;
	color: #362113;
	font-size: 12px;
	text-align: center;
	padding: 0 10px;
	outline: none;
	margin-top: 13px;
	margin-bottom: 20px;
}


.book__text {
	color: #362113;
	font-size: 12px;
	line-height: 15px;
	max-width: 320px;
	margin-left: 24px;
}

.book__delivery {
	float: left;
	width: 280px;
}

.book__info {
	float: left;
	width: 230px;
	padding-top: 42px;
}

.book__total {
	padding-top: 30px;
	padding-bottom: 30px;
}

.book__left {
	float: left;
	font-size: 14px;
	color: #362113;
	line-height: 1;
	margin-left: 20px;
	margin-top: 2px;
}

.book__left a {
	color: #b9a58c;
}

.book__left a:hover {
	text-decoration: none;
}

.book .checkbox {
	margin-right: 12px;
}

.book__right {
	float: right;
	color: #503c31;
	font-weight: 700;
	line-height: 1;
	font-size: 15px;
}

.book__right b {
	font-size: 16px;
}

.book__payments {
	font-size: 0;
}

.book__payments span {
	width: 240px;
	display: inline-block;
	vertical-align: top;
	height: 54px;
	color: #fff;
	font-size: 12px;
	line-height: 54px;
	text-transform: uppercase;
	text-align: center;
}

.book__payments input {
	width: 240px;
	display: inline-block;
	vertical-align: top;
	height: 54px;
	color: #fff;
	font-size: 12px;
	line-height: 54px;
	text-transform: uppercase;
	text-align: center;
}

.book__p1 {
	background-color: #534741;
}

.book__p2 {
	background-color: #736357;
}

.book__p3 {
	background-color: #87705e;
}

.book__p4 {
	background-color: #534741;
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {
	margin-bottom: 65px;
	margin-top: 30px;
}

.map {
	height: 287px;
	margin-bottom: 32px;
}

.contacts__column1 {
	width: 253px;
	float: left;
	margin-left: 6px;
}

.contacts__column2 {
	width: 263px;
	float: left;
	margin-left: 50px;
}

.contacts__column3 {
	float: right;
	margin-right: 4px;
	width: 340px;
	background-color: #dbd0ba;
	padding-left: 20px;
	padding-top: 22px;
	padding-bottom: 15px;
}

.contacts__text{
	color: #362113;
	font-size: 12px;
	line-height: 15px;
}

.contacts__text b {
	font-size: 14px;
	font-weight: 700;
}

.wrap-submit {
	text-align: center;
	margin-top: 14px;
}

.submit {
	display: inline-block;
	vertical-align: middle;
	height: 27px;
	background-color: #503c31;
	padding: 0 12px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	border: none;
}

.contacts .input {
	border-color: #c7b299;
	width: 283px;
}

.contacts .textarea {
	border-color: #c7b299;
	width: 283px;
	height: 101px;
}

/* ==========================================================================
   FOOTER
   ========================================================================== */
.footer {
	padding-top: 30px;
	padding-bottom: 25px;
	background: url(/themes/default/img/bg-footer.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	color: #fff;
	font-size: 13px;
	line-height: 15px;
}

.footer a {
	color: #fff;
	text-decoration: none;
}

.footer a:hover {
	text-decoration: underline;
}

.footer__copyright {
	float: left;
	width: 222px;
}

.footer__copyright img {
	display: block;
	margin-top: 19px;
}

.footer__menu {
	float: left;
	margin-top: 5px;
}

.footer__menu_pos1 {
	width: 210px;
}

.footer__menu_pos2 {
	width: 222px;
}

.footer__menu_pos3 {
	width: 205px;
}

.footer__menu_pos4 {
	width: 100px;
}

.footer__title {
	text-transform: uppercase;
	letter-spacing: 3.5px;
	margin-bottom: 15px;
}

.footer__bottom {
	font-size: 11px;
	padding-top: 30px;
}

.footer__map {
	float: left;
	width: 230px;
	padding-left: 4px;
	margin-top: 4px;
}

.footer__map a:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 16px;
	background: url(/themes/default/img/icon-map.png) no-repeat;
	margin-right: 14px;
}

.footer__payment {
	float: left;
	width: 345px;
	margin-top: 8px;
}

.footer__payment:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 66px;
	height: 16px;
	background: url(/themes/default/img/icon-payment.png) no-repeat;
	margin-right: 10px;
}

.footer__author {
	float: left;
	margin-top: 6px;
}

.footer__author img {
	vertical-align: middle;
	position: relative;
	top: -1px;
	margin-right: 12px;
}

.footer__socialize {
	float: right;
	font-size: 0;
}

.footer__socialize a {
	display: inline-block;
	vertical-align: middle;
	margin-left: 4px;
	width: 30px;
	height: 30px;
}

.footer__socialize a:hover {
	opacity: 0.8;
}

.footer__socialize a:first-child {
	margin-left: 0;
}

.fb {
	background: url(/themes/default/img/icon-fb.png) center center no-repeat;
}

.vk {
	background: url(/themes/default/img/icon-vk.png) center center no-repeat;
}

.in {
	background: url(/themes/default/img/icon-in.png) center center no-repeat;
}

.yt {
	background: url(/themes/default/img/icon-yt.png) center center no-repeat;
}

/* ==========================================================================
   MODALS
   ========================================================================== */
.modal {
	margin: 30px auto;
	position: relative;
	width: 451px;
	background-color: #b7a288;
	padding-top: 26px;
	padding-left: 30px;
	padding-bottom: 18px;
}

.modal_review {
	width: 504px;
	padding-left: 25px;
	padding-bottom: 35px;
	padding-top: 27px;
}

.modal__title {
	text-align: center;
	color: #4a433e;
	font-size: 18px;
	text-transform: uppercase;
	line-height: 1;
	letter-spacing: 10px;
	margin-bottom: 45px;
	width: 383px;
}

.modal_review .modal__title {
	text-align: left;
	width: auto;
	margin-bottom: 23px;
}

.modal__name {
	line-height: 1;
	color: #404042;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 29px;
}

.modal__wrap-input {
	margin-top: 14px;
}

.modal .input {
	width: 182px;
	color: #362113;
	border: 1px solid #ccc;
}

.modal .modal__wrap-input.yourprice .input{
    margin-bottom:20px;
    
}

.modal .textarea {
	width: 383px;
	height: 155px;
}

.modal_review .textarea {
	width: 440px;
	height: 155px;
}

.modal_review .input_name {
	width: 134px;
}

.modal_review .hidden {
	display:none;
}

.modal_review .input_age {
	width: 70px;
	margin-left: 8px;
}

.modal_review .input_city {
	width: 116px;
	margin-left: 8px;
}

.modal .input::-webkit-input-placeholder,
.modal .textarea::-webkit-input-placeholder {
	color: #e6ded4;
	opacity: 1;
}

.modal .input::-moz-placeholder,
.modal .textarea::-moz-placeholder {
	color: #e6ded4;
	opacity: 1;
}

.modal .input:-moz-placeholder,
.modal .textarea:-moz-placeholder {
	color: #e6ded4;
	opacity: 1;
}

.modal .input:-ms-input-placeholder,
.modal .textarea:-ms-input-placeholder {
	color: #e6ded4;
	opacity: 1;

}

.modal .input:focus::-webkit-input-placeholder,
.modal .textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

.modal .input:focus::-moz-placeholder,
.modal .textarea:focus::-moz-placeholder {
	color: transparent;
}

.modal .input:focus:-moz-placeholder,
.modal .textarea:focus:-moz-placeholder {
	color: transparent;
}

.modal .input:focus:-ms-input-placeholder,
.modal .textarea:focus:-ms-input-placeholder {
	color: transparent;
}

.modal__button {
	text-align: center;
	margin-top: 16px;
}

.modal__submit {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	height: 27px;
	background-color: #4b3c2a;
	padding: 0 12px;
	border: none;
	text-transform: uppercase;
	vertical-align: middle;
	display: inline-block;
}

.modal__submit:hover {
	background-color: #67523a;
}

.modal button.mfp-close {
	position: absolute;
	opacity: 1;
	font-size: 0;
	width: 30px;
	height: 29px;
	border: 1px solid #736357;
	top: 7px;
	right: 7px;
	background-color: transparent;
	background-image: url(/themes/default/img/icon-exit.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.modal button.mfp-close:hover {
	opacity: 0.7;
}

.open-popup {
	outline: none;
}

.modal .required {
	margin-right: 2px;
}

.modal__wrap-rating {
	color: #404042;
	font-size: 16px;
	line-height: 1;
	margin-top: 25px;
}

.modal__rating {
	float: right;
	font-size: 0;
	margin-right: 42px;
	margin-top: 1px;
}

.modal__rating span {
	width: 16px;
	height: 16px;
	background-color: #f1f1f1;
	border-radius: 50%;
	display: inline-block;
	margin-left: 3px;
	cursor: pointer;
}

.modal__rating span.active {
	background-color: #c7b299;
}

.modal_review .modal__button {
	text-align: left;
}

.modal__thanks {
	display: inline-block;
	vertical-align: middle;
	color: #404042;
	font-size: 14px;
	margin: 0 13px;
}

/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
	height:90px;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* ==========================================================================
   MAGNIFIC POPUP
   ========================================================================== */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
	display: none;
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto;
}

.mfp-ajax-cur {
	cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out;
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
	cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

.mfp-preloader {
	color: #CCC;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044;
}

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none;
}

button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: #FFF;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-close:active {
	top: 1px;
}

.mfp-close-btn-in .mfp-close {
	color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	color: #FFF;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%;
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #CCC;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap;
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
	margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent;
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px;
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7;
}

.mfp-arrow-left {
	left: 0;
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px;
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
	right: 0;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px;
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
	top: -40px;
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000;
}

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

.mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px;
}

.mfp-figure figure {
	margin: 0;
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto;
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #F3F3F3;
	word-wrap: break-word;
	padding-right: 36px;
}

.mfp-image-holder .mfp-content {
	max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
	/**
	 * Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0;
	}
	.mfp-img-mobile img.mfp-img {
		padding: 0;
	}
	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0;
	}
	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px;
	}
	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box; }
		.mfp-img-mobile .mfp-bottom-bar:empty {
			padding: 0;
		}
	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}
	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}
	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}
	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}
	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}
}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/* ==========================================================================
   ION RANGE SLIDER
   ========================================================================== */
.irs {
	position: relative; display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	 -khtml-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}

.irs-line {
	position: relative; display: block;
	overflow: hidden;
	outline: none !important;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
	position: absolute; display: block;
	top: 0;
}

.irs-line-left {
	left: 0; width: 11%;
}

.irs-line-mid {
	left: 9%; width: 82%;
}

.irs-line-right {
	right: 0; width: 11%;
}

.irs-bar {
	position: absolute; display: block;
	left: 0; width: 0;
}

.irs-bar-edge {
	position: absolute; display: block;
	top: 0; left: 0;
}

.irs-shadow {
	position: absolute; display: none;
	left: 0; width: 0;
}

.irs-slider {
	position: absolute; display: block;
	cursor: default;
	z-index: 1;
}

.irs-slider.single {

}

.irs-slider.from {

}

.irs-slider.to {

}

.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute; display: block;
	left: 0;
	cursor: default;
}
.irs-max {
	position: absolute; display: block;
	right: 0;
	cursor: default;
}

.irs-from, .irs-to, .irs-single {
	position: absolute; display: block;
	top: 0; left: 0;
	cursor: default;
	white-space: nowrap;
}

.irs-grid {
	position: absolute; display: none;
	bottom: 0; left: 0;
	width: 100%; height: 20px;
}

.irs-with-grid .irs-grid {
	display: block;
}

.irs-grid-pol {
	position: absolute;
	top: 0; left: 0;
	width: 1px; height: 8px;
	background: #000;
}

.irs-grid-pol.small {
	height: 4px;
}

.irs-grid-text {
	position: absolute;
	bottom: 0; left: 0;
	white-space: nowrap;
	text-align: center;
	font-size: 9px; line-height: 9px;
	padding: 0 3px;
	color: #000;
}

.irs-disable-mask {
	position: absolute; display: block;
	top: 0; left: -1%;
	width: 102%; height: 100%;
	cursor: default;
	background: rgba(0,0,0,0.0);
	z-index: 2;
}

.irs-disabled {
	opacity: 0.4;
}

.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}

.irs-hidden-input {
	position: absolute !important;
	display: block !important;
	top: 0 !important;
	left: 0 !important;
	width: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	line-height: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
	outline: none !important;
	z-index: -9999 !important;
	background: none !important;
	border-style: solid !important;
	border-color: transparent !important;
}

/* ==========================================================================
   ION RANGE SLIDER SKIN HTML5
   ========================================================================== */
.irs {
	height: 4px;
}

.irs-with-grid {
	height: 4px;
}

.irs-line {
	height: 4px;
	top: 0;
	background: #f3ead8;
}

.irs-line-left {
	height: 8px;
}
.irs-line-mid {
	height: 8px;
}
.irs-line-right {
	height: 8px;
}

.irs-bar {
	height: 4px;
	top: 0;
	background: #5d473b;
}

.irs-bar-edge {
	height: 4px;
	top: 0;
	width: 14px;
	background: #5d473b;
}

.irs-shadow {
	height: 2px; top: 38px;
	background: #000;
	opacity: 0.3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.irs-slider {
	width: 8px;
	height: 12px;
	background: url(/themes/default/img/icon-single.png) no-repeat;
	top: -4px;
	cursor: pointer;
	z-index: 1;
}

.irs-slider.state_hover, .irs-slider:hover {
	background: url(/themes/default/img/icon-single.png) no-repeat;
}

.irs-min, .irs-max {
	color: #333;
	font-size: 12px; line-height: 1.333;
	text-shadow: none;
	top: 0;
	padding: 1px 5px;
	background: rgba(0,0,0,0.1);
	border-radius: 3px;
	-moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from, .irs-to, .irs-single {
	color: #404042;
	font-size: 10px;
	font-weight: 700;
	top: -19px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
	background: #999;
}

.irs-grid {
	height: 27px;
}

.irs-grid-pol {
	opacity: 0.5;
	background: #428bca;
}

.irs-grid-pol.small {
	background: #999;
}

.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
}

.irs-disabled {
}

/*************** SCROLLBAR BASE CSS ***************/
 
.scroll-wrapper {
    overflow: hidden !important;
    padding: 0 !important;
    position: relative;
}
 
.scroll-wrapper > .scroll-content {
    border: none !important;
    box-sizing: content-box !important;
    height: auto;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none !important;
    /*overflow: scroll !important;*/
    padding: 0;
    position: relative !important;
    top: 0;
    width: auto !important;
}
 
.scroll-wrapper > .scroll-content::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
.scroll-element {
    display: none;
}
.scroll-element, .scroll-element div {
    box-sizing: content-box;
}
 
.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
    display: block;
}
 
.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
    cursor: default;
}
 
.scroll-textarea {
    border: 1px solid #cccccc;
    border-top-color: #999999;
}
.scroll-textarea > .scroll-content {
    overflow: hidden !important;
}
.scroll-textarea > .scroll-content > textarea {
    border: none !important;
    box-sizing: border-box;
    height: 100% !important;
    margin: 0;
    max-height: none !important;
    max-width: none !important;
    overflow: scroll !important;
    outline: none;
    padding: 2px;
    position: relative !important;
    top: 0;
    width: 100% !important;
}
.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
    height: 0;
    width: 0;
}
 
 
 
 
/*************** SIMPLE INNER SCROLLBAR ***************/
 
.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}
 
.scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}
 
.scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 9px;
    top: 0;
    width: 4px;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}
 
.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {

}
 
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
    
}
 
.scrollbar-inner > .scroll-element .scroll-element_track { background-color: #71594c; }
.scrollbar-inner > .scroll-element .scroll-bar { background-color: #95796a; }
.scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }
 
 
/* update scrollbar offset if both scrolls are visible */
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track { top: -12px; }
 
 
.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size { left: -12px; }
.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size { top: -12px; }


.open-navigation {
	display: none;
}

@media (max-width: 1060px) {
	body {
		min-width: 0;
	}

	img {
		max-width: 100%;
	}

	.cnt {
		width: 740px;
		margin: 0 auto;
	}

	.header__center {
		width: 170px;
		margin-left: -70px;
	}

	.header__center img {
		max-width: 100%;
	}

	.header__cart {
		padding-left: 5px;
	}

	.header__auth {
		margin-right: 5px;
	}

	.header__search {
		margin-right: 5px;
	}

	.header__left {
		margin-left: 0;
	}

	.header__contacts span {
		margin-left: 5px;
	}

	.header__contacts span:first-child {
		margin-left: 0;
	}

	.header__right {
		margin-right: 0;
	}

	.nav .cnt {
		height: auto;
	}

	.nav .cnt > ul {
		margin: 7px 0;
	}

	.series {
		height: auto;
	}

	.series a {
		display: block;
	}

	.series img {
		display: block;
	}

	.deals {
		width: 50%;
	}

	.news {
		width: 50%;
	}

	.service {
		width: 100%;
		height: auto;
	}

	.service__client:before,
	.service__managers:before {
		content: none;
	}

	.service__managers {
		height: auto;
		padding-bottom: 10px;
	}

	.services__all {
		margin: 10px 0 0;
	}

	.exposure__blocks {
		float: none;
		width: 100%;
	}

	.exposure__blocks a {
		width: 33.33333%;
		display: block;
		overflow: hidden;
		height: 220px;
	}

	.exposure__blocks a img {
		width: auto;
		min-width: 100%;
		height: 220px;
		display: block;
	}

	.exposure__info {
		padding: 20px;
	}

	.exposure__title {
		margin-bottom: 20px;
	}

	.advantages__item {
		width: 33.3333333%;
	}

	.advantages__item:nth-child(4),
	.advantages__item:nth-child(5) {
		width: 50%;
	}

	.nav .cnt > ul > li > ul {
		bottom: 96px;
	}

	.nav:before {
		bottom: 106px;
	}

	.nav .cnt > ul > li > ul {
		width: 740px;
		margin-left: 0;
		transform: translateX(-50%);
	}

	.nav_inner:before {
		top: 106px;
	}

	.nav__column {
		width: calc(30% - 20px);
	}

	.nav .cnt > ul > li > ul li > a {
		font-size: 12px;
	}

	.nav_inner .cnt > ul > li > ul {
		padding-top: 0;
		top: 110px;
		height: auto;
	}

	.categories {
		display: flex;
		flex-wrap: wrap;
	}

	.categories__item {
		width: 50%;
	}

	.filter__block {
		height: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.filter__slider {
		margin-top: 30px;
	}

	.filter__column4 {
		width: 180px;
	}

	.ranges__item {
		width: calc(33.333333% - 20px);
		margin-left: 20px;
	}

	.ranges__items {
		margin-left: -20px;
	}

	.good__gallery {
		width: 100%;
		float: none;
		height: 507px;
	}

	.good__cnt {
		width: 100%;
		height: auto;
		padding-bottom: 30px;
	}

	.products,
	.reviews {
		width: 100%;
		float: none;
	}

	.exposure__blocks_item {
		width: 100%;
		float: none;
	}

	.exposure__blocks_img {
		width: 33.33333%;
		display: block;
		overflow: hidden;
		height: 220px;
	}

	.exposure__blocks_img a img {
		width: auto;
		/*min-width: 100%;*/
		height: 220px;
		display: block;
	}

	.search {
		right: 0;
		width: 230px;
	}

	.contacts__column1 {
		width: 60%;
		margin-left: 0;
	}

	.contacts__column2 {
		width: calc(40% - 50px);
	}

	.contacts__column3 {
		width: 100%;
		margin-left: 0;
		margin-top: 20px;
		padding: 20px;
	}

	.contacts .input,
	.contacts .textarea {
		width: calc(100% - 15px);
		box-sizing: border-box;
	}

	.products__item {
		display: flex;
		justify-content: space-between;
	}

	.products__full .products__text {
		width: 400px;
	}

	.products {
		min-height: 200px;
	}

	.book__payments input {
		width: 33.3333333%;
		height: auto;
	}

	.book__left {
		float: none;
		margin: 0 auto 20px;
	}

	.deals:before {
		content: none;
	}

	.categories__item:hover .categories__cnt {
		left: auto;
		right: auto;
		top: auto;
		max-height: none;
		box-shadow: none;
	}

	.categories__item:hover .categories__img img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
		max-height: none;
	}

	.categories__item .categories__info {
		height: calc(100% - 210px);
		display: block;
		border-left: 1px solid #3b332c;
		padding: 0 15px 100px;
	}

	.categories__item .categories__block {
		display: none;
	}

	.categories__item {
		height: auto;
	}

	.categories__cnt {
		position: relative;
		height: 100%;
		background-color: #241c17;
	}

	.categories__img {
		height: 210px;
		overflow: hidden;
	}

	.categories__img img {
		width: 100%;
		height: auto;
		max-width: none;
		max-height: none;
	}

	.categories__right {
		float: none;
		border: none;
		text-align: left;
		width: calc(100% - 30px);
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		height: 56px;
		margin-top: 0;
		position: absolute;
		left: 15px;
		bottom: 15px;
	}

	.categories__left {
		float: none;
		width: 100%;
	}
}

@media (max-width: 767px) {
	.header {
		height: auto;
		padding: 10px 0;
	}

	.cnt {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.header__left,
	.header__right {
		display: block;
		width: 100%;
		text-align: center;
		float: none;
	}

	.header__center {
		margin-left: -85px;
		top: 100%;
		margin-top: 10px;
	}

	.header__call {
		top:100px;
		text-align: left;
	}

	.nav .cnt > ul > li {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	.nav {
		padding-top: 8px;
	}

	.open-navigation {
		display: block;
		background: url(/themes/default/img/navIcon.png) 100% 50% no-repeat;
		height: 24px;
		color: white;
		width: 200px;
		padding-right: 30px;
		line-height: 24px;
		text-align: center;
		margin: 0 auto 10px;
	}

	.nav .cnt > ul {
		display: none;
	}

	.nav .cnt > ul > li > ul {
		position: static;
		width: 100%;
		padding: 15px 20px;
		transform: none;
		height: auto;
	}

	.nav__column {
		width: 100%;
		float: none;
		margin: 0;
	}

	.filter__column1 {
		width: 100%;
	}

	.filter__input-big {
		max-width: calc(100% - 20px);
		background-position: 99% 50%;
	}

	.video__video {
		width: 100%;
		float: none;
	}

	.video__info {
		width: 100%;
		padding: 20px 0;
	}

	.video__video {
		height: auto;
	}

	.video__video video {
		position: static;
		width: 100%;
		height: auto;
	}

	.video__title {
		margin-bottom: 20px;
	}

	.search {
		right: auto;
		width: 100%;
		top: 100%;
		left: 0;
	}

	.search input[type="text"] {
		height: 24px;
		background-position: 100% 50%;
	}

	.categories__img {
		height: 180px;
	}

	.categories__item .categories__info {
		height: calc(100% - 180px);
	}

	.good__gallery {
		height: auto;
	}

	.good__big-img {
		height: auto;
	}

	.good__big-img img {
		max-width: 100%;
		max-height: none;
	}

	.good__mini {
		padding: 3px 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.good__mini a {
		margin: 4px;
	}

	.ranges__item {
		width: calc(50% - 20px);
	}

	.products__head {
		width: 100%;
		float: none;
	}
}

@media (max-width: 575px) {
    .header .cnt {
		padding: 0 15px;
	}

	.header__call {
		top: 140px;
		left: 50%;
		transform: translateX(-50%);
	}

	.main {
		font-size: 16px;
		line-height: 24px;
		height: 276px;
	}

	.main .cnt {
		padding-top: 150px;
	}

	.deals,
	.news {
		width: 100%;
		float: none;
	}

	.service__item img {
		float: none;
		margin: 0 auto;
		display: block;
		max-width: 90px;
	}

	.exposure__blocks a {
		width: 100%;
		height: auto;
	}

	.exposure__blocks a img {
		height: auto;
	}

	.advantages__item,
	.advantages__item:nth-child(4),
	.advantages__item:nth-child(5) {
		width: 100%;
	}

	.footer__copyright {
		float: none;
		width: 100%;
	}

	.footer__menu {
		margin-top: 20px;
	}

	.footer__menu_pos1,
	.footer__menu_pos2,
	.footer__menu_pos3 {
		width: 100%;
		float: none;
	}

	.footer__payment,
	.footer__map {
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}

	.footer__socialize {
		float: none;
	}

	.pad225 {
		height: 75px;
	}

	.modal {
		width: 95%;
		padding: 15px;
	}

	.modal__title {
		width: 100%;
		margin-bottom: 25px;
		font-size: 16px;
	}

	.modal .input,
	.modal .textarea {
		width: calc(100% - 20px);
	}

	.modal .input {
		margin-bottom: 10px;
	}

	.categories__item {
		width: 100%;
	}

	.products__item {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.products__img {
		margin-bottom: 15px;
		margin-left: 0;
	}

	.products__full .products__text {
		width: 100%;
		padding-left: 0;
		margin-bottom: 15px;
	}

	.products__count {
		margin-right: 20px;
	}

	.categories__img {
		height: auto;
	}

	.categories__item .categories__info {
		height: auto;
	}

	.good__price span {
		width: 100%;
	}

	.good__price {
		float: none;
		padding-left: 0;
		text-align: center;
	}

	.good__top_top {
		margin: 0;
		padding: 0 12px 10px;
	}

	.good__buttons {
		float: none;
	}

	.good__buttons.onitem {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.exposure__blocks_img {
		width: 100%;
	}

	.exposure__blocks_item a {
		width: 100%;
		float: none;
	}

	.exposure__blocks_img a img {
		height: auto;
	}

	.reviews {
		height: auto;
		min-height: 200px;
	}

	.filter__block {
		padding: 0 10px;
	}

	.filter__column1 {
		height: auto;
	}

	.filter__radios label {
		margin-left: 0;
		display: block;
		text-align: left;
		margin-bottom: 5px;
	}

	.filter__column2,
	.filter__column3,
	.filter__column4 {
		width: 100%;
	}

	.filter__column2:before,
	.filter__column3:before,
	.filter__column4:before {
		content: none;
	}

	.filter__submit {
		width: 100%;
	}

	.title h1 {
		line-height: 24px;
	}

	.filter-view {
		margin-bottom: 15px;
		text-align: center;
	}

	.breadcrumbs a {
		margin-bottom: 5px;
		display: inline-block;
	}

	.input {
		width: calc(100% - 20px);
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.book__top,
	.book__bottom {
		padding: 15px;
	}

	.book__column1,
	.book__column2 {
		width: 100%;
		float: none;
	}

	.book__payment,
	.book__delivery {
		width: 100%;
		float: none;
	}

	.book__input {
		width: 100%;
		margin: 15px 0;
	}

	.book__text {
		margin: 0 0 15px;
	}

	.book__payments input {
		width: 100%;
		max-width: 300px;
		margin: 0 auto;
		display: block;
	}

	.ranges__item {
		width: calc(100% - 20px);
	}

	.ranges__description {
		min-height: 0;
	}

	.contacts__column1,
	.contacts__column2 {
		width: 100%;
		margin-left: 0;
	}

	.contacts__column1 {
		margin-bottom: 15px;
	}

	.good__characteristics {
		margin: 0;
		padding: 15px;
	}

	.good__text {
		padding: 0;
	}

	.good__dp,
	.good__top {
		padding: 15px;
		margin: 0;
	}

	.table-reges,
	.table-reges tbody,
	.table-reges tr,
	.table-reges td,
	.table-reges th {
		display: block;
	}

	.text .regpage input[type="text"],
	.text .regpage input[type="password"],
	.text .regpage textarea {
		width: 100%;
		margin-right: 0;
	}

	.book .textarea {
		width: calc(100% - 20px);
	}
 }