@font-face {
	font-family: 'cyrillicold';
	src: url('../fonts/cyrillic_old.eot');
	src: local('☺'), url('../fonts/cyrillic_old.woff') format('woff'), url('../fonts/cyrillic_old.ttf') format('truetype'), url('../fonts/cyrillic_old.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensanssemibolditalic';
	src: url('../fonts/OpenSans-SemiboldItalic.eot');
	src: local('☺'), url('../fonts/OpenSans-SemiboldItalic.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic.ttf') format('truetype'), url('../fonts/OpenSans-SemiboldItalic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensans';
	src: url('../fonts/OpenSans.eot');
	src: local('☺'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensansextrabold';
	src: url('../fonts/OpenSans-Extrabold.eot');
	src: local('☺'), url('../fonts/OpenSans-Extrabold.woff') format('woff'), url('../fonts/OpenSans-Extrabold.ttf') format('truetype'), url('../fonts/OpenSans-Extrabold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensansbold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: local('☺'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensanscondensed';
	src: url('../fonts/OpenSans-CondensedBold.eot');
	src: local('☺'), url('../fonts/OpenSans-CondensedBold.woff') format('woff'), url('../fonts/OpenSans-CondensedBold.ttf') format('truetype'), url('../fonts/OpenSans-CondensedBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensansitalic';
	src: url('../fonts/OpenSans-Italic.eot');
	src: local('☺'), url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans-Italic.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'opensansemibold';
	src: url('../fonts/OpenSans-Semibold.eot');
	src: local('☺'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.product_box {
	cursor: pointer;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
i {
	font-style: italic;
}
#callback {
	display: none;
	position: fixed;
	background: #F9F5D2;
	padding: 10px;
	width: 40%;
	max-width: 400px;
	max-height: 73%;
	overflow: auto;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 20%;
	border: 2px solid #99261E;
	z-index: 11111999;
}
#callback input[type=text] {
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	padding: 5px 10px;
}
#callback textarea {
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	min-height: 200px;
	padding: 5px 11px;
}
#slider {
	position: relative;
	padding: 2% 4%;
	font-size: 20rem;
}
#slider button {
	position: absolute;
	top: 0;
	bottom: 0;
	width:	calc(6% + 20px);
	left: 0;
	border: 0;
	outline: none;
	background-color: transparent;
	z-index: 10;
}
#slider button.next {
	left: auto;
	right: 0;
}
#slider button::before,
#slider button::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#slider button::before {
	opacity: 0;
	background-image: linear-gradient(to right,#d1cdac 50%,transparent 100%);
	transition: opacity .3s;
}
#slider button.next::before {
	background-image: linear-gradient(to left,#d1cdac 50%,transparent 100%);
}
#slider button:hover::before {
	opacity: 1;
}
#slider button::after {
	height: 0;
	width: 50%;
	padding: 45% 0;
	margin: auto;
	background: url(/images/slider-arrow.png) no-repeat left center;
}
#slider button.next::after {
	-webkit-transform: scale(-1);
	transform: scale(-1);
}
#slider > div {
	overflow: hidden;
}
#slider	.wrapper {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	left: 0;
}
#slider	.wrapper.animated {
	transition: left .3s;
}
#slider .item {
	overflow: hidden;
}
#slider a {
	color: inherit;
	text-decoration: none;
}
#slider .item .images {
	width: 55%;
	height: 0;
	box-sizing: border-box;
	padding: 9% 2% 9% 11%;
	float: left;
	text-align: right;
	position: relative;
}
#slider .item .images div {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	max-height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: flex-end;
	-ms-justify-content: flex-end;
	justify-content: flex-end;
}
#slider .item .images div img {
	max-height: 100%;
	max-width: 50%;
	box-sizing: border-box;
	padding: 1%;
}
#slider .text {
	width: 45%;
	float: right;
	color: #333;
	font-size: 14rem;
	font-family: 'opensansbold';
	text-align: left;
	box-sizing: border-box;
	padding: 0 10% 0 3%;
}
#slider .text h2 {
	font-size: 1.4em;
	margin: 1.2em 0;
}
#slider .text .description {
	margin: 1.5em 0;
	font-size: 1.1em;
}
#slider .text .price {
	font-family: 'opensans';
	font-size: 1.1em;
	text-shadow: 0 0 0;
}
#slider .text .price .value {
	font-size: 1.3em;
	color: hsl(4, 67%, 36%);
}
@media screen and (max-width: 900px) {
	#slider .item .images {
	width: 100%;
	text-align: center;
	height: 0;
	padding: 20% 0;
	float: none;
	}
	#slider .item .images div {
		-webkit-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-end;
		-ms-justify-content: flex-end;
		justify-content: center;
	}
	#slider .text {
	float: none;
	width: 100%;
	padding: 0 3%;
	}
} 
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
html {
	min-width: 320px;
}
body {
	line-height: 1;
	background: white;
	min-width: 320px;
	overflow-x: hidden!important;
}
header ol,
header ul,
footer ol,
footer ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html,
body {
	font-size: 1px;
}
.hk a {} .hk a:hover {} .hk {
	margin-left: 2.08333%;
	margin-right: 5.88542%;
	text-align: left;
	font-size: 14rem;
	margin-top: 1em;
	width: 74.01042vw;
	margin-bottom: 1.82292%;
}
.close_callback {
	font-size: 17rem;
	display: inline;
	float: right;
	color: #99261e;
	padding: 10px;
	margin: -10px;
}
#callback .nc-field-caption {
	display: block;
	margin-bottom: 3px;
	font-family: 'Roboto',SegoeWP,Arial;
	font-size: 14px;
	color: #727272;
}
#callback .nc-field-caption i {
	color: #99271e;
	font-weight: bold;
	font-size: 18px;
	font-style: normal;
}
#callback .nc-field {
	margin-bottom: 8px;
}
#callback .wrap_input{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#callback .wrap_input input{
    width: 100%;
    box-sizing: border-box;
    margin-right: 2em;
    border: 1px solid #99261E;
    font-size: 15px;
    font-family: 'Roboto',SegoeWP,Arial;
}
#callback .wrap_input input:last-child{
    margin-right: 0;
}
#callback textarea{
    font-size: 15px;
    border: 1px solid #99261E;
    font-family: 'Roboto',SegoeWP,Arial;
}
#callback .info-msg{
    font-size: 12px;
    color: #999;
    margin-bottom: 15px;
    padding: 2px;
}
#callback .info-msg a{
    text-decoration: none;
    border-bottom: 1px solid;
}
#callback #recaptcha1 > div{
    margin: 0 auto;
}
header {
	background-color: #f9f5d2;
}
article {
	margin-bottom: 1.82292%;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.invisible_menu {
	display: none;
}
@media (max-width: 700px) { .invisible_menu { display: block; } }
.invisible_menu .invisible_menu_button_active {
	display: block;
	z-index: -1;
	opacity: 0;
	top: 0;
	padding: 5px 0 0 18px;
	box-sizing: border-box;
	transition: opacity .3s, z-index 0s .3s;
}
.invisible_menu :checked + label + div {
	z-index: 1000;
	opacity: 1;
	transition: opacity .3s;
}
.invisible_menu input {
	display: none;
}
.invisible_menu > label {
	position: absolute;
	height: 15px;
	width: 24px;
	margin: 10px 18px;
	background: #968a58;
	overflow: hidden;
	z-index: 1001;
}
.invisible_menu > label::before,
.invisible_menu > label::after {
	content: '';
	display: block;
	width: 24px;
	height: 3px;
	margin: 3px 0;
	background: #f9f5d2;
}
.invisible_menu :checked + label {
	background: #f9f5d2;
}
.invisible_menu :checked + label::before,
.invisible_menu :checked + label::after {
	background: #968a58;
}
.invisible_menu {
	float: left;
	min-height: 34px;
}
.invisible_menu .top_menu_active {
	margin-top: 30px;
} 
.invisible_menu_button {
	margin-left: 3.125vw;
	margin-top: 1.875vw;
	margin-bottom: 1.71875vw;
	display: none;
}
.invisible_menu_button_active {
	background: rgb(150, 138, 88) none repeat scroll 0% 0%;
	width: 38.2813vw;
	height: 450rem;
	position: absolute;
	padding-left: 2.34375vw;
	display: none;
}

.invisible_menu_close {
	float: right;
	padding-right: 2.34375vw;
}
.invisible_menu_close img {
	padding-top: 0.323vw;
}
.top_menu_active {
	margin-top: 3vw;
}
.top_menu_active ul ul {
	margin-left: 10px;
}
.top_menu_active ul li a:hover {
	color: black;
}
.top_menu_active ul li a {
	display: block;
	padding: 4.3px 0;
	color: #f9f5d2;
	font-family: 'opensans';
	font-weight: 600;
	text-decoration: none;
	font-size: 16rem;
	line-height: 16rem;
}
.invisible_top_functionality {
	float: right;
	margin: 7px 20px;
	display: none;
}
.invisible_top_functionality a img {
	margin-left: 1.56250vw;
}
.top_menu {
	width: 919rem;
	height: 12rem;
	text-transform: uppercase;
	float: right;
	padding-top: 11rem;
	padding-bottom: 15rem;
	margin-right: 2.135416666666667%;
}
.top_menu ul {
	margin-right: 1rem;
	margin-left: 2rem;
	width: 917rem;
}
.top_menu > ul > li {
	display: inline-block;
	margin-right: 60rem;
}
.top_menu ul li ul a {
	color: #fff;
}
.top_menu ul li:hover ul {
	display: block;
}
.top_menu ul li ul li {
	padding: 5px;
}
.top_menu ul li ul {
	display: none;
	position: absolute;
	width: 240px;
	color: #fff;
	background: #978B59;
}
/*
.theme_menu ul li ul a {
	color: #fff;
}
.theme_menu ul li:hover ul {
	display: block;
}
.theme_menu ul li ul li {
	padding: 5px;
	display: block;
}
.theme_menu ul li ul li:hover ul {
	display: block;
}
.theme_menu ul li:hover ul ul {
	display: none;
	margin-left: 195px;
	margin-top: -21px;
}
.theme_menu ul li ul {
	display: none;
	position: absolute;
	width: 200px;
	color: #fff;
	background: #978B59;
	z-index: 100;
}
*/
.top_menu ul li:last-child {
	margin-right: 0rem;
}
.top_menu ul li a:hover {
	text-decoration: underline;
}
.top_menu ul li a {
	color: hsl(48, 26%, 47%);
	font-family: "opensansemibold";
	font-size: 16rem;
	text-decoration: none;
}
.top_theme_block {
	background-color: hsl(55, 33%, 86%);
	background-image: url("../images/warriors.png"), url('../images/back.png');
	background-repeat: no-repeat, repeat;
	background-position: center top, 0 0;
	background-size: 25%, contain;
	padding-bottom: 0.67708%;
}

.top_theme_block .name {
	color: hsl(4, 67%, 36%);
	font-family: CyrillicOld;
	font-size: 4.21875vw;
	font-weight: 700;
	line-height: calc(3.3vw + 10rem);
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 2.083333333333333%;
	padding-top: 99rem;
	display: inline-block;
}
.top_theme_block .name span {
	font-size: 0.23em;
	line-height: 0.8em;
	display: block;
	text-align: right;
}
.top_theme_block {
	background-size: auto calc(100% - 3vw), contain;
}
@media (max-width: 1099px) {
	.top_theme_block {
		background-size: auto calc(100% - 7vw), contain;
	}
}
.top_functionality {
	float: right;
	margin-right: 2.2916666667%;
	margin-top: 10px;
}
.top_phone_style {
	font-family: "opensanssemibolditalic";
	font-size: 27rem;
	text-transform: uppercase;
	float: right;
}
.top_phone_style a {
	text-decoration: none;
}
.left_part_phone {
	color: hsl(48, 26%, 47%);
}
.right_part_phone {
	color: black;
}
.send_message {
	background-color: hsl(4, 67%, 36%);
	padding: 7rem 0.308333333vw;
	margin-top: 10px;
	text-align: center;
	width: 182rem;
	box-sizing: border-box;
	float: right;
}
.send_message a {
	color: white;
	font-family: "opensansemibold";
	font-size: 14rem;
	text-decoration: none;
}
.cart {
	width: 182rem;
	font-family: "opensans";
	font-size: 14rem;
	color: black;
	border: 2rem solid hsl(4, 67%, 36%);
	margin-top: 10px;
	text-align: left;
	background-color: white;
	box-sizing: border-box;
	float: right;
}
.product_info {
	float: left;
	margin-top: 0.46875vw;
	margin-left: 0.677083vw;
}
.cart .quantity {
	color: hsl(48, 26%, 47%);
	font-weight: 700;
	font-family: 'opensansbold';
}
.cart .cost {
	color: hsl(4, 67%, 36%);
	font-family: opensansbold;
}
.nc_search,
.searchform_style {
	box-sizing: border-box;
	margin: 10px 0 5px;
	width: 25.7813vw;
	height: 39rem;
	position: relative;
	background: rgba(255, 255, 255, 0) none repeat scroll 0% 0%;
	border: 1rem solid rgb(151, 138, 88);
}
.nc_search {
	width: 60%;
	min-width: 300px;
}
.nc_search .advancedlink {
	display: none;
}
.nc_search_status,
.nc_search_results {
	font-size: 15rem;
	text-align: left;
	padding-left: 40px;
}
.nc_search_results strong {
	font-weight: bold;
}
.nc_search_results li {
	padding: 3px 0;
}
.nc_search input,
.searchform_content1 {
	height: 37rem;
	box-sizing: border-box;
	background-image: url('../images/search_back.png');
	border: none;
	font-family: 'opensansitalic';
	font-size: 14rem;
	padding-left: 0.885417vw;
	width: 100%;
}
.searchform_content2 {
	height: 37rem;
	box-sizing: border-box;
	background-image: url('../images/search_back.png');
	border: none;
	font-family: 'opensans';
	font-style: italic;
	font-size: 12rem;
	padding-left: 0.885417vw;
	width: 100%;
	display: none;
}
.nc_search button,
.searchform_start {
	position: absolute;
	width: 39rem;
	height: 37rem;
	top: 0rem;
	right: 0rem;
	border: none;
	box-sizing: border-box;
	background-color: rgb(153, 38, 30);
	background-image: url('../images/search_logo.png');
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 0;
}
.theme_menu {
	text-align: center;
	text-transform: uppercase;
	font-family: "opensanscondensed";
}
.theme_menu a {
	display: block;
	padding: 5px 20px;
	color: black;
	text-decoration: none;
	transition: background .3s, color .3s;
}
.theme_menu ul ul li.hover a,
.theme_menu ul ul li:hover a {
	color: white;
}
.theme_menu ul ul ul li.hover a,
.theme_menu ul ul ul li:hover a {
	background: #99261e;
}
.theme_menu > ul {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-around;
	-ms-justify-content: space-around;
	justify-content: space-around;
	font-size: 1.22vw;
}
.theme_menu > ul > br {
	display: none;
}
@media (min-width: 640px) and (max-width: 1099px) {
	.theme_menu > ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		display: block;
		text-align: center;
		font-size: 2.2vw;
		
	}
	.theme_menu > ul > br {
		display: initial;
	}
	.theme_menu > ul > li {
		display: inline-block;
		min-width: 13%;
	}
	.theme_menu > ul > li:nth-child(6n - 1) ul,
	.theme_menu > ul > li:nth-child(6n) ul {
		right: 0;
	}
	.theme_menu > ul > li:nth-child(6n - 1) ul ul,
	.theme_menu > ul > li:nth-child(6n) ul	ul {
		left: auto;
		right: 100%;
	}
}
@media (max-width: 639px) {
	.theme_menu > ul {
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		font-size: 2.8vw;
	}
	.theme_menu > ul > li {
		width: 50%;
	}
	.theme_menu > ul > li ul {
		width: 100%;
	}
	.theme_menu > ul > li:nth-child(2n) ul {
		right: 0;
	}
	.theme_menu > ul > li:nth-child(2n) ul	ul {
		left: auto;
		right: 100%;
	}
	.theme_menu > ul > li > a {
	padding: 5px;
	}
}
.theme_menu > ul	> li	> a { white-space: nowrap; }
.theme_menu ul > li {
	position: relative;
}
.theme_menu ul > li.hover > *,
.theme_menu ul > li:hover > * {
	background: #d1cdac;
}
.theme_menu ul ul > li.hover > *,
.theme_menu ul ul > li:hover > * {
	background: #978b59;
}
.theme_menu ul li ul {
	position: absolute;
	display: block;
	opacity: 0;
	z-index: -1;
	transition: opacity .1s, z-index 0s .1s;
	width: calc(130px + 10vw);
	min-width: 100%;
	background: #d1cdac;
}
.theme_menu > ul > li:last-child ul,
.theme_menu > ul > li:nth-child(9) ul{
	right: 0;
}
.theme_menu ul li.hover > ul,
.theme_menu ul li:hover > ul {
	opacity: 1;
	z-index: 100;
	transition: opacity .3s;
}
.theme_menu ul li ul ul {
	left: 100%;
	padding: 0;
	top: 0;
}
/*
.theme_menu {
	text-align: center;
	text-transform: uppercase;
}
.theme_menu ul > li li {
	margin-right: 0;
}
.theme_menu ul > li {
	margin-right: 2.604vw;
	display: inline-block;
	position: relative;
	padding-top: 0.88542vw;
	padding-bottom: 0.67708vw;
}
.theme_menu ul li:last-child {
	margin-right: 0rem;
}
.theme_menu ul li a {
	color: black;
	font-family: "opensanscondensed";
	font-size: 18rem;
	text-decoration: none;
}
.theme_menu ul li a:hover {
	color: hsl(4, 67%, 36%);
	text-decoration: underline;
}
.theme_menu .russian_imperia {
	position: relative;
}
.theme_menu .russian_imperia ul {
	position: absolute;
	z-index: 10;
	top: 2.44792vw;
	background-color: rgba(157, 146, 100, 0.95);
	width: 221rem;
	left: -20rem;
	display: none;
}
.theme_menu .russian_imperia ul li {
	text-align: left;
	display: block;
	padding-left: 20rem;
	padding-bottom: 15rem;
	padding-top: 15rem;
	padding-right: 10rem;
	margin-right: 0rem;
}
.theme_menu .russian_imperia ul li:hover {
	background-color: #817851;
}
.theme_menu .russian_imperia ul li a {
	color: white;
	font-family: "opensanscondensed";
	font-size: 18rem;
	font-weight: 700;
	text-decoration: none;
}
.theme_menu .russian_imperia:hover > ul {
	display: inline-block;
}
.theme_menu .reward {
	position: relative;
}
.theme_menu .reward ul {
	position: absolute;
	left: 221rem;
	background-color: #817851;
	width: 158rem;
	display: none;
	padding-bottom: 15rem;
	top: 0rem;
}
.theme_menu .reward ul li {
	padding-top: 10rem;
	font-size: 16rem;
}
.theme_menu .reward ul li a {
	color: white;
	font-family: "opensanscondensed";
	font-size: 18rem;
	font-weight: 700;
	text-decoration: none;
	text-transform: lowercase;
}
.theme_menu .reward:hover ul {
	display: block;
}*/
.about_store {
	margin-left: 2.08333%;
	margin-right: 5.88542%;
	text-align: center;
	float: left;
	width: 74.01042vw;
}
.about_store .caption {
	color: rgb(153, 38, 30);
	font-family: 'opensanscondensed';
	text-transform: uppercase;
	font-size: 24rem;
	margin-bottom: 1.40625%;
	margin-top: 1.30208%;
}
.wrapper_block h2,
.wrapper_block h1 {
	font-family: "opensanscondensed";
	font-size: 20rem;
	text-transform: uppercase;
	text-align: left;
	margin-bottom: 8rem;
}
.wrapper_block p,
.text_block {
	font-family: "opensans";
	font-size: 16rem;
	font-weight: 400;
	text-align: justify;
	line-height: 20.5rem;
}
.new_approach {
	width: 34.7917vw;
	margin-right: 4.42708vw;
	float: left;
}
.quality_garantee {
	width: 34.7917vw;
	float: left;
}
.caption_products {
	color: rgb(153, 38, 30);
	font-family: 'opensanscondensed';
	font-weight: 700;
	text-transform: uppercase;
	font-size: 24rem;
	margin-bottom: 1.82292%;
	margin-top: 2.34375%;
}
.product_box {
	width: 13.54167vw;
	cursor: pointer;
	margin-right: 1.06250vw;
	margin-bottom: 1.56250vw;
	background: white;
	border: 1rem solid hsl(54, 39%, 80%);
	font-family: 'opensans';
	display: inline-block;
	box-shadow: 0 0 0 0 transparent;
	transition: box-shadow .3s;
}
.product_box:hover {
	box-shadow: 3px 3px 19px -2px #8E845F;
}
.products {
	margin-top: 1.82292%;
        /* выравнивание карточек по высоте */
        display:flex;
        flex-wrap:wrap;
        justify-content: center;
}
.product_box div {
	position: relative;
}
.product_box .img {
	position: relative;
	width: 100%;
	padding: 50% 0;
	margin: 0;
	box-sizing: border-box;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	background-color: white;
    overflow: hidden;
}
.product_box .img img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
}
.prod divuct_box img {
	width: 100%;
}
.product_name {
	color: black;
	font-size: 14rem;
	margin-top: 0.78125vw;
	min-height: 4.3vw;
	font-family: 'opensansemibold';
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}
.product_name span {
	display: inline-block;
	width: 100%;
	padding: 0 10px;
}
.product_name span a{
   display: inline-block;
   text-decoration:none;
   color:black;
}
.product_price {
	color: hsl(4, 67%, 36%);
	font-size: 18rem;
	margin-top: 1.04167vw;
	font-family: 'opensansemibold';
}
.product_price span{
	font-family: Verdana, sans-serif, serif;
	font-size: 18rem;
}
.add_cart {
	margin-top: 2.86458vw;
	margin-bottom: 1.30208vw;
}
.add_cart a:hover {
	text-decoration: none;
}
.add_cart a {
	color: hsl(48, 26%, 47%);
	font-size: 16rem;
	text-decoration: underline;
	font-family: 'opensansemibold';
}
.add_cart a:visited {
	color: hsl(136, 32%, 34%);
}
section.news {
	float: right;
	width: 15.938%;
	line-height: 17rem;
	clear: right;
}
.news .news_headding a:hover,
.reviews_headding a:hover,
.all_news a:hover,
.all_reviews a:hover {
	text-decoration: none;
}
.news .news_headding a,
.news .news_headding {
	color: hsl(4, 67%, 36%);
	font-family: "opensanscondensed";
	font-size: 22rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 1.30208vw;
	line-height: 11rem;
}
.news_photo {
	float: left;
	margin: 0 2% 2% 0;
	max-width: 25%;
}
@media (max-width: 639px) {
	.news_photo {
		max-width: 40%;
	}
}
.news_date {
	color: hsl(48, 26%, 47%);
	font-size: 14rem;
	margin-top: 1.45833vw;
	font-family: 'opensansitalic';
}
.news_name a,
.news_name {
	color: hsl(0, 0%, 0%);
	font-size: 14rem;
	text-transform: uppercase;
	font-family: 'opensansbold';
}
.news_content {
	color: hsl(0, 0%, 0%);
	font-size: 14rem;
	font-weight: 400;
	font-family: 'opensans';
}
.news_details a {
	color: hsl(4, 67%, 36%);
	font-size: 12rem;
	text-decoration: underline;
	font-family: 'opensansbold';
}
.all_news {
	margin-top: 0.78125vw;
	text-align: center;
}
.all_news a {
	color: hsl(4, 67%, 36%);
	font-family: "opensanscondensed";
	font-size: 18rem;
	text-decoration: underline;
}
.reviews_headding a,
.reviews_headding {
	color: hsl(4, 67%, 36%);
	font-family: "opensanscondensed";
	font-size: 22rem;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	margin-top: 1.30208vw;
}
.reviews_date {
	color: hsl(48, 26%, 47%);
	font-size: 14rem;
	font-style: italic;
	margin-top: 1.45833vw;
	font-family: 'opensansitalic';
}
.reviews_name {
	color: hsl(0, 0%, 0%);
	font-size: 16rem;
	font-weight: 700;
	font-family: 'opensansbold';
}
.reviews_content {
	color: hsl(0, 0%, 0%);
	font-size: 14rem;
	font-weight: 400;
	font-family: 'opensans';
}
.reviews_details:hover,
.news_details:hover {
	text-decoration: none;
}
.reviews_details {
	color: hsl(4, 67%, 36%);
	font-size: 12rem;
	text-decoration: underline;
	font-family: 'opensansbold';
}
.all_reviews {
	margin-top: 0.78125vw;
	text-align: center;
	margin-bottom: 0.78125vw;
}
.all_reviews a {
	color: hsl(4, 67%, 36%);
	font-family: "opensanscondensed";
	font-size: 18rem;
	text-decoration: underline;
}
footer {
	background-color: #d1cdac;
	padding-bottom: 1.61458vw;
}
.bottom_menu {
	text-transform: uppercase;
	padding-top: 1.25000%;
	padding-bottom: 1.45833%;
	text-align: center;
}
.bottom_menu ul li {
	margin-right: 1.56250vw;
	display: inline-block;
}
.bottom_menu ul li a {
	text-decoration: none;
	color: black;
	font-family: "opensans";
	font-size: 16rem;
	font-weight: 400;
	border-bottom: solid 2px transparent;
	transition: border-bottom-color .3s;
}
.bottom_menu ul li a:hover {
	border-bottom-color: black;
}
.bottom_theme_menu1 {
	text-transform: uppercase;
	margin-left: 2.13542%;
	display: inline-block;
}
.bottom_theme_menu1 ul li {
	margin-right: 2.604vw;
}
.bottom_theme_menu1 ul li:last-child {
	margin-right: 0rem;
}
.bottom_theme_menu1 ul li a {
	color: hsl(0, 0%, 0%);
	font-family: "opensanscondensed";
	font-size: 14rem;
	font-weight: 700;
	line-height: 24rem;
	text-decoration: none;
}
.bottom_theme_menu1 ul li a:hover {
	color: hsl(4, 67%, 36%);
}
.bottom_theme_menu2 {
	text-transform: uppercase;
	margin-left: 3.38542%;
	display: inline-block;
	margin-right: 7.875vw;
}
.bottom_theme_menu2 ul li {
	margin-right: 2.604vw;
}
.bottom_theme_menu2 ul li:last-child {
	margin-right: 0rem;
}
.bottom_theme_menu2 ul li a {
	color: hsl(0, 0%, 0%);
	font-family: "opensanscondensed";
	font-size: 14rem;
	font-weight: 700;
	line-height: 24rem;
	text-decoration: none;
}
.bottom_theme_menu2 ul li a:hover {
	color: hsl(4, 67%, 36%);
}
.bottom_theme_menu3 {
	text-transform: uppercase;
	margin-left: 3.38542%;
	margin-right: 7.875vw;
	display: none;
}
.bottom_theme_menu3 ul li {
	margin-right: 2.604vw;
}
.bottom_theme_menu3 ul li:last-child {
	margin-right: 0rem;
}
.bottom_theme_menu3 ul li a {
	color: hsl(0, 0%, 0%);
	font-family: "opensanscondensed";
	font-size: 12rem;
	font-weight: 700;
	line-height: 24rem;
	text-decoration: none;
}
.bottom_theme_menu2 ul li a:hover {
	color: hsl(4, 67%, 36%);
}
.bottom_send_message {
	background-color: hsl(4, 67%, 36%);
	padding: 17rem 0.308333333vw;
	text-align: center;
	width: 182rem;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	margin-right: 1.04167%;
}
.bottom_send_message a {
	color: white;
	font-family: "opensansemibold";
	font-size: 14rem;
	text-decoration: none;
}
footer .cart {
	float: none;
	width: 182rem;
	font-family: "opensans";
	font-size: 14rem;
	color: black;
	font-weight: 400;
	border: 2rem solid hsl(4, 67%, 36%);
	text-align: left;
	background-color: white;
	box-sizing: border-box;
	display: inline-block;
	margin: 0 1.04167% 0 0;
}
.bottom_product_info {
	float: left;
	margin-top: 0.46875vw;
	margin-left: 0.677083vw;
}
footer .cart .bottom_quantity {
	color: hsl(48, 26%, 47%);
	font-weight: 700;
}
footer .cart .cost {
	color: hsl(4, 67%, 36%);
	font-family: 'opensansbold';
}
.bottom_send_review {
	background-color: hsl(48, 26%, 47%);
	padding: 17rem 0.308333333vw;
	text-align: center;
	width: 182rem;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.bottom_send_review a {
	color: white;
	font-family: "opensansemibold";
	font-size: 14rem;
	font-weight: 600;
	text-decoration: none;
}
.bottom_controls {
	display: inline-block;
	vertical-align: top;
	min-width: 560rem;
        text-align:center;
}
.bottom_functionality {
	float: right;
	margin-right: 2.2916666667%;
	font-family: "opensans";
	font-size: 24rem;
	text-align: right;
}
.bottom_phone_style {
	font-family: "opensanssemibolditalic";
	text-transform: uppercase;
	font-size: 24rem;
	text-align: right;
}
.bottom_phone_style a {
	text-decoration: none;
}
.bottom_email_style {
	text-align: right;
}
.bottom_email_style a {
	font-size: 15rem;
	color: black;
	text-decoration: none;
	font-family: 'opensansemibold';
}
.bottom_authors {
	margin-top: .82292vw;
	text-align: right;
}
.bottom_authors a:hover {
	text-decoration: underline;
}
.bottom_authors a {
	color: hsl(48, 26%, 47%);
	font-family: "opensans";
	font-size: 14rem;
	text-decoration: none;
}
.copyright {
	color: black;
	font-family: "opensans";
	font-size: 12rem;
	font-weight: 400;
	text-align: center;
        margin-left:20px;
}
.numeration {
	margin-bottom: 20rem;
	margin-top: 20rem;
}
.numeration p {
	display: inline-block;
}
.numeration p a {
	padding: 7rem 9rem;
	color: hsl(0, 0%, 0%);
	font-family: "opensans";
	font-size: 18rem;
	font-weight: 400;
	text-decoration: none;
	border: 1rem solid transparent;
	transition: border-color .3s;
}
.numeration p a.active,
.numeration p a:hover {
	border-color: rgb(153, 38, 30);
}
.product_cart_box {
	margin-top: 2.03vw;
	width: calc(100% - 500px);
	margin-right: 4.17vw;
	float: left;
}
.product_cart_box img {
	width: 100%;
}
.product_description_box {
	margin-top: 2.03vw;
	width: calc(100% - 500px);
	display: inline-block;
}
.product_description_box h1 {
	color: black;
	font-family: opensansemibold;
	font-size: 24rem;
	text-align: left;
	width: 100%;
	margin-bottom: 1.56vw;
}
.product_description_box h2 {
	color: black;
	font-family: "opensansemibold";
	font-size: 16rem;
	line-height: 24rem;
	text-align: left;
}
.product_description_box p {
	color: rgb(160, 149, 100);
	font-size: 20rem;
	text-align: left;
}
.product_description_box p span{
	font-size: 19rem;
	font-family: Verdana, sans-serif, serif;
	font-weight: normal;
}
.product_description_box ul {
	line-height: 24rem;
	text-align: left;
	font-family: "opensans";
	list-style: inside none disc;
}
.product_description_box ul li {
	color: rgb(160, 149, 100);
	font-size: 20rem;
}
.product_description_box ul li span {
	color: black;
	font-size: 16rem;
}
.product_cart_price {
	text-align: left;
	font-family: "opensansemibold";
	font-weight: 600;
	color: rgb(153, 38, 30);
	font-size: 24rem;
	margin-top: 2.86vw;
}
.cart_back_box {
	display: block;
	float: left;
}
.cart_button {
	background-color: rgb(151, 138, 88);
	padding: 17rem 0.308333vw;
	width: 182rem;
	box-sizing: border-box;
	vertical-align: top;
	display: inline-block;
	transition: 0.2s;
	margin-right: 1.3vw;
	margin-top: 28rem;
}
.cart_button:hover {
	box-shadow: 2px 2px 3px #3e3e3e;
}
.cart_button a {
	text-decoration: none;
	color: white;
	font-family: "opensansemibold";
	font-weight: 600;
	font-size: 18rem;
}
.back_catalog {
	display: inline-block;
	margin-top: 45rem;
}
.back_catalog a:hover {
	text-decoration: none;
}
.back_catalog a {
	font-family: "opensansemibold";
	color: rgb(151, 138, 88);
	font-size: 18rem;
	text-decoration: underline;
}
.mini_photos {
	margin-top: 1.15vw;
}
.mini_photos img {
	width: 12.91512915129151%;
	margin-right: 2.0149vw;
}
.mini_photos .left_arr,
.mini_photos .right_arr {
	width: auto;
	margin-top: 0.6vw;
}
.mini_photos img:last-child {
	margin-right: 0vw;
}
@media all and (max-width: 1358px) {
	.product_name {
	font-size: 11rem;
	}
}
@media all and (max-width: 1350px) {
	.bottom_theme_menu2 {
	margin-right: 0.875vw;
	margin-left: 0%;
	}
	.bottom_controls {
	min-width: 471rem;
	}
	.bottom_send_message {
	width: 153rem;
	}
	.bottom_send_review {
	width: 153rem;
	}
	.bottom_send_message a {
	font-size: 12rem;
	}
	.bottom_send_review a {
	font-size: 12rem;
	}
	footer .cart {
	font-size: 12rem;
	width: 153rem;
	}
}
@media all and (max-width: 1096px) {
	.bottom_controls {
	min-width: 314rem;
	}
	.bottom_send_review {
	display: block;
	margin-left: 157rem;
	margin-top: 0.52083vw;
	}
	.copyright {
	text-align: left;
	}
	.bottom_theme_menu1 ul li a {
	font-size: 12rem;
	}
	.bottom_theme_menu2 ul li a {
	font-size: 12rem;
	}
	.bottom_menu ul li a {
	font-size: 14rem;
	}
}
@media all and (max-width: 885px) {
	.bottom_theme_menu1 {
	display: none;
	}
	.bottom_theme_menu2 {
	display: none;
	}
	.bottom_theme_menu3 {
	display: inline-block;
	}
	.bottom_send_message {
	display: block;
	margin-top: 0.52083vw;
	}
	.bottom_send_review {
	margin-left: 0rem;
	}
	.bottom_controls {
	min-width: 157rem;
	position: relative;
	margin-top: 1.04167vw;
	}
	.bottom_functionality {
	margin-top: 1.04167vw;
	}
	.bottom_theme_menu3 {
	margin-top: 1.04167vw;
	}
	.copyright {
	position: absolute;
	top: 171rem;
	width: 354rem;
	text-align: left;
	left: -56rem;
	}
	.bottom_menu {
	display: none;
	}
}
@media all and (max-width: 625px) {
	.bottom_theme_menu3 {
	display: none;
	}
	.bottom_functionality {
	position: relative;
	padding-top: 3.042vw;
	float: none;
	margin-right: 0rem;
	}
	.bottom_phone_style {
	text-align: center;
	}
	.bottom_email_style {
	text-align: center;
	}
	.bottom_authors {
	margin-top: 6.82292vw;
	text-align: center;
	position: absolute;
	top: 230rem;
	left: calc(50% - 135rem);
        width: 263px;
	}
	.bottom_controls {
	min-width: 157rem;
	position: relative;
	margin-top: 1.04167vw;
	text-align: center;
	display: block;
        margin-bottom: 5vw;
	}
	footer .cart {
	margin-right: 0%;
	}
	.bottom_product_info {
	margin-top: 2.469vw;
	}
	.bottom_send_message {
	margin-left: auto;
	margin-right: auto;
	}
	.bottom_send_review {
	margin-left: auto;
	margin-right: auto;
	}
	.copyright {
	text-align: center;
	width: 100%;
	position: relative;
	margin-bottom: 24rem;
	left: auto;
	top: auto;
    margin-top: 10rem;
	}
        .metrika{
        flex-wrap:wrap;
        margin-top: 2.51vw;
        }
}
@media all and (max-width: 1220px) {
	.about_store {
	float: none;
	width: calc(100% - 2.5vw - 2.08333vw);
	margin-right: 2.08333vw;
	margin-left: 2.5vw;
	}
	.new_approach {
	margin-right: 0vw;
	float: none;
	width: auto;
	}
	.quality_garantee {
	width: auto;
	float: none;
	margin-right: 0vw;
	margin-top: 1.5625%;
	}
	.product_box {
	width: 21.875vw;
	margin-bottom: 3.125vw;
	}
	section.news {
	float: none;
	margin-right: 2.08333vw;
	margin-left: 2.5vw;
	width: calc(100% - 2.5vw - 2.08333vw);
	}
	.product_cart_box {
	width: 37.23vw;
	}
	.product_description_box h1 {
		width: 100%;
	}
}
@media all and (max-width: 959px) {
	.product_description_box {
		width: calc(100% - 350px);
	}
}
@media all and (max-width: 900px) {
	.product_description_box ul li span {
	font-size: 14rem;
	}
	.product_description_box ul li {
	font-size: 16rem;
	}
	.product_description_box h1 {
	font-size: 18rem;
	}
	.product_description_box h2 {
	font-size: 15rem;
	}
	.product_cart_price {
	font-size: 20rem;
	}
	.cart_button a {
	font-size: 14rem;
	}
	.cart_button {
	width: 161rem;
	padding: 13rem 0.308333vw;
	}
	.back_catalog a {
	font-size: 14rem;
	}
	.product_description_box h1 {
		max-width: 60vw;
	}
	.product_cart_box {
	display: inline-block;
	float: none;
	}
	.product_box {
	width: 29.875vw;
	}
	.wrapper_block p {
	font-size: 14rem;
	}
/*	.theme_menu .russian_imperia > ul {
	top: 3.448vw;
	}*/
}
@media all and (max-width: 639px) {
	.product_description_box {
		width: 100%;
	}
	.product_description_box h1 {
		max-width: 100%;
		width: 100%;
	}
}
@media all and (max-width: 600px) {
	.product_box {
	width: 43.875vw;
	}
	.wrapper_block p {
	font-size: 12rem;
	}
	.wrapper_block h2 {
	font-size: 16rem;
	}
	.news_content,
	.reviews_content {
	font-size: 12rem;
	}
}
@media all and (max-width: 450px) {
	.invisible_menu_button_active {
	width: 100%;
	}
}
@media all and (max-width: 480px) {
	.product_box {
	width: 52.875vw;
	}
}
@media all and (max-width: 1063px) {
	.product_name {
	min-height: 4.704vw;
	}
}
/*@media all and (min-width: 640px) and (max-width: 730px) {
	.theme_menu {
	margin-top: 43rem;
	}
}*/
@media all and (max-width: 700px) {
	.top_menu {
	display: none;
	}
	.invisible_menu_button {
	display: inline-block;
	}
}
/*@media all and (max-width: 1365px) {
	.theme_menu ul li a {
	font-size: 16rem;
	}
}
@media all and (max-width: 1165px) {
	.theme_menu ul li a {
	font-size: 13rem;
	}
	.theme_menu .russian_imperia ul li a {
	font-size: 13rem;
	}
	.theme_menu .russian_imperia ul {
	width: 170rem;
	}
	.theme_menu .russian_imperia ul li {
	padding-top: 10rem;
	}
	.theme_menu .reward ul {
	left: 170rem;
	width: 119rem;
	}
	.theme_menu .reward ul li {
	padding-top: 0rem;
	}
	.theme_menu .reward ul li:first-child {
	padding-top: 7rem;
	}
	.theme_menu .reward ul li a {
	font-size: 13rem;
	}
}*/
@media all and (max-width: 959px) {
	.top_menu {
	width: auto;
	float: none;
	margin-right: auto;
	}
	.top_menu ul {
	margin-right: auto;
	margin-left: auto;
	width: auto;
	}
	.top_menu > ul > li {
	margin-right: auto;
	min-width: 14.28571428571429%;
	float: left;
	}
	.top_menu > ul > li > a {
		white-space: nowrap;
	}
	.top_menu > ul > li {
		text-align: center;
	}
	.top_menu > ul > li	li {
		text-align: left;
	}
	.top_menu > ul:nth-child(1) > li:nth-child(2) {
	width: 13.28571428571429%;
	}
	.top_menu > ul:nth-child(1) > li:nth-child(4) {
	width: 23.28571428571429%;
	}
	.top_theme_block .name {
	padding-top: 105rem;
	}
	.top_phone_style {
	font-size: 25rem;
	}
	.send_message a {
	font-size: 12rem;
	}
	.cart {
	font-size: 12rem;
	}
	.searchform_content1 {
	font-size: 12rem;
	}
	/*
	.theme_menu ul li a {
	font-size: 14rem;
	font-weight: 700;
	}
	.theme_menu ul li {
	margin-right: 6.604vw;
	line-height: 15rem;
	}*/
	.product_info {
	margin-top: 0.86875vw;
	}
}
@media all and (max-width: 860px) {
	.send_message {
	width: 151rem;
	}
	.cart {
	width: 151rem;
	}
	.searchform_style {
	width: 151rem;
	}
	.searchform_content1 {
	}
	.searchform_content2 {
	display: inline-block;
	}
	.top_theme_block .name {
	padding-top: 70rem;
	font-size: 6.219vw;
		line-height: calc(4.3vw + 10rem);
	}
}
@media all and (max-width: 795px) {
	.top_phone_style {
	font-size: 17rem;
	}
}
@media all and (max-width: 639px) {
	.product_description_box h1 {
	font-size: 16rem;
	width: 96vw;
	text-align: left;
	margin: auto;
	margin-bottom: 3vw;
	}
	.product_description_box h2 {
	font-size: 14rem;
	}
	.product_description_box ul li span {
	font-size: 12rem;
	}
	.product_cart_price {
	text-align: center;
	}
	.back_catalog {
	margin-top: 15rem;
	margin-bottom: 15rem;
	display: block;
	}
	.cart_back_box {
	float: none;
	}
	.numeration {
	/*display: none;*/
	}
	.invisible_top_functionality {
	display: inline-block;
	}
	.top_functionality {
	display: none;
	}
	.top_theme_block {
	background-position: 96% -5%;
	background-size: 65% 60%, contain;
	}
	.top_theme_block .name {
	padding-top: 32rem;
	}
	/*
	.theme_menu {
	text-align: left;
	margin-right: 2.08333vw;
	margin-left: 2.5vw;
	min-height: 100rem;
	margin-top: 57rem;
	}
	.theme_menu ul {
	position: relative;
	}
	.theme_menu ul li {
	display: block;
	}
	.theme_menu > ul > li:nth-child(5) {
	position: absolute;
	left: 184rem;
	top: 0rem;
	}
	.theme_menu > ul > li:nth-child(6) {
	position: absolute;
	left: 184rem;
	top: 18rem;
	}
	.theme_menu > ul > li:nth-child(7) {
	position: absolute;
	left: 184rem;
	top: 36rem;
	}
	.theme_menu > ul > li:nth-child(8) {
	position: absolute;
	left: 184rem;
	top: 54rem;
	width: 100rem;
	}
	.theme_menu ul li a {
	font-size: 12rem;
	}
	.theme_menu .reward ul {
	position: relative;
	left: 0rem;
	}
	.theme_menu .russian_imperia > ul {
	top: 4.588vw;
	}
	.theme_menu .russian_imperia ul > li {
	padding-bottom: 5rem;
	}
	.theme_menu .reward ul {
	padding-bottom: 5rem;
	}
	.theme_menu .russian_imperia > ul li:nth-child(5) {
	position: auto;
	}*/
}
a.cart_delete_product:before {
	content: "";
	display: inline-block;
	background: url(../images/del.jpg) 0 0 no-repeat;
	width: 20px;
	height: 20px;
	margin: 0 10px -5px 0;
}
a.cart_delete_product:hover,
a.back_to_catalog:hover {
	text-decoration: none;
}
a.cart_delete_product {
	font-size: 12rem;
	text-decoration: underline;
	font-family: 'opensansbold';
	color: hsl(48, 26%, 47%);
}
.cart_price_product {
	color: hsl(0, 0%, 0%);
	font-size: 11rem;
	font-family: 'opensansbold';
	margin-top: 34px;
}
.cart_total {
	text-align: right;
}
.cart_product_button {
	float: right;
}
@media all and (max-width: 500px) {
	body .cart_info input {
	width: 150px;
	}
}
table.cart_info {
	background: #a19565;
}
.cart_info h2 {
	font-size: 1.3em;
	text-align: center;
}
.cart_info input {
	border: 0;
	width: 300px;
	padding: 5px 10px;
}
.cart_info textarea {
	box-sizing: border-box;
	width: 100%;
	min-height: 150px;
}
.send_message:hover,
.cart:hover,
.bottom_send_message:hover,
.bottom_send_review:hover,
.add_order:hover {
	box-shadow: 2px 2px 3px #3d3d3d;
}
.add_order {
	background: #A19565;
	border: 0;
	color: hsl(0, 0%, 100%);
	margin-top: -32px;
	font-family: "opensanscondensed";
	font-size: 13rem;
	padding: 7px 20px;
	float: right;
}
.cart_info td {
	padding: 5px;
}
.cart_info td:first-child {
	color: hsl(0, 0%, 0%);
	text-align: left;
	font-size: 14rem;
	text-transform: none;
	font-family: "opensanscondensed";
}
a.back_to_catalog {
	font-size: 11rem;
	text-decoration: underline;
	font-family: 'opensansbold';
	margin-top: 10px;
	display: block;
	color: hsl(48, 26%, 47%);
}
.clear {
	clear: both;
}
.cart_product_name {
	color: hsl(0, 0%, 0%);
	font-size: 14rem;
	text-transform: none;
	font-family: 'opensansbold';
}
.cart_price_product span {
	color: hsl(4, 67%, 36%);
	font-size: 12rem;
	text-decoration: none;
	font-family: 'opensansbold';
}
.cart_price_product span span{
	font-family: Verdana, sans-serif, serif;
	font-size: 12rem;
	font-weight: 600;
}
.cart_price_product {
	color: hsl(0, 0%, 0%);
	font-size: 11rem;
	font-family: 'opensansbold';
	margin-top: 34px;
}
.cart_product img {
	float: left;
	margin: 0 40px 0 0;
	width: 120px;
	border: 1px solid rgb(220, 218, 198);
}
.cart_product {
	padding: 10px;
	text-align: left;
	font-size: 16rem;
	text-transform: none;
	border-bottom: 1px solid #E1DFCB;
}
@media all and (min-width: 1360px) and (max-width: 1400px) {
	.product_name {
	font-size: 13rem;
	}
}

.list.text,
.list.news,
.list.reviews {
	margin: 0 2.5vw 2vw;
	text-align: left;
}
.list p {
	line-height: 1.3em;
	margin: 1em 0;
}

.info-message {
	padding: 20px 20px;
    border: 2px solid #99261e;
	border-radius: 5px;
	color: #777;
	box-sizing: border-box;
	text-align: center;
	font-family: "opensanscondensed";
    font-size: 18px;
    max-width: 600px;
    margin: 0 auto 40px;
}
.info-message strong{
    display: block;
    margin-bottom: 10px;
    color: black;
}
.info-message a{
    color: black;
    text-decoration: none;
}
.disclaimer {
	font-size: 14rem;
	text-align: justify;
	font-family: arial;
}
.review_add {
	float: left;
}
.review_add	td{
	color: white;
}
.review_add table {
	margin-top: 20px;
	min-width: 50%;
}
.review_add input[type=submit] {
	margin: 10px 0;
}
.review_add .cart_info td {
	vertical-align: top;
	line-height: 24px;
}


article .images {
	position: relative;
	clear: left;
	width: 290px;
	overflow: hidden;
}
article .images.sold::before,
.product_box.sold .img::before,
article .images.new-arrival::before,
.product_box.new-arrival .img::before {
	content: 'Нет в наличии';
	position: absolute;
	top: -12px;
	right: -80px;
	width: 100px;
	height: 20px;
	margin: 40px;
	padding: 2px 30px 5px;
	background: red;
	z-index: 10;
	color: white;
	font-size: 18px;
	font-family: opensansemibold;
	transform: rotate(45deg);
}
article .images.sold::before,
.product_box.sold .img::before{
	padding: 7px 30px 0;
	font-size: 12px;
}
article .images.new-arrival::before,
.product_box.new-arrival .img::before {
	height: 22px;
	content: 'Новое поступление';
	background: green;
	font-size: 12px;
}
@media (max-width: 639px) {
	article .images {
		margin: 0 auto;
	}
}
@media (min-width: 640px) {
	article .images {
		float: left;
	}
}
@media (min-width: 960px),(min-width: 480px) and (max-width: 639px) {
	article .images {
		width: 450px;
	}
}
article .images .view {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	width: 270px;
	height: 175px;
	padding: 10px;
}
@media (min-width: 960px),(min-width: 480px) and (max-width: 639px) {
	article .images .view {
		width: 430px;
		height: 280px;
	}
}
article .images .view img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	transition: left .6s, opacity .3s;
	z-index: 2;
}
article .images .view img:last-child {
	z-index: 1;
}
article .images .view img.left-hide {
	opacity: 0;
	left: -10%;
	right: 10%;
}
article .images .view img.right-hide {
	opacity: 0;
	left: 10%;
	right: -10%;
}
article .images .view button {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20%;
	background: transparent;
	border: none;
	outline: none;
	z-index: 10;
	cursor: pointer;
	opacity: 0.2;
	transition: opacity .3s;
}
article .images .view button:hover {
	opacity: 0.7;
}
article .images .view button::before,
article .images .view button::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	bottom: 0;
	margin: auto 0;
}
article .images .view button::before {
	border: solid 3px #349A6B;
	border-radius: 50%;
	background: white;
	width: 30px;
	height: 30px;
}
article .images .view button::after {
	border: solid 10px transparent;
	height: 0;
	width: 0;
}
article .images .view button.prev {
	left: 0;
}
article .images .view button.prev::after {
	border-left-width: 0;
	border-right-color: #349A6B;
	left: 16px;
}
article .images .view button.next {
	right: 0;
}
article .images .view button.next::before {
	left: auto;
}
article .images .view button.next::after {
	border-right-width: 0;
	border-left-color: #349A6B;
	left: auto;
	right: 16px;
}
article .images .preview .list {
	white-space: nowrap;
	font-size: 0;
	width: 100%;
	position: relative;
	overflow: hidden;
}
article .images .preview .list::before,
article .images .preview .list::after {
/*	content: '';*/
	position: absolute;
	top: 0;
	bottom: 0;
	box-shadow: 0 0 10px 9px #FFF;
}
article .images .preview .list::before {
	left: 0;
}
article .images .preview .list::after {
	right: 0; 
}
article .images .preview .list .item {
	padding: 2px;
	display: inline-block;
}
article .images .preview .list .item.animated {
	transition: margin .6s;
}
article .images .preview .list .item.animated img {
	transition: outline-color .6s;
}
article .images .preview .list .item img {
	height: 36px;
	border: solid 1px transparent;
	outline: solid 1px transparent;
}
@media (min-width: 960px),(min-width: 480px) and (max-width: 639px) { 
	article .images .preview .list .item img {
		height: 60px;
	}
}
article .images .preview .list .item.active img {
	outline-color: #e55e04;
}
.modal-blur {
	height: 100%;
	overflow: hidden!important;
}
.modal.modal-overlay {
	position: fixed;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-self: center;
	-ms-align-self: center;
	align-self: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	background: linear-gradient(45deg,rgba(26,135,194,0.2) 25%,transparent 25.1%,transparent 50%,rgba(26,135,194,0.2) 50.1%,rgba(26,135,194,0.2) 75%,transparent 75.1%);
	background-color: rgba(0,0,0,0.4);
	background-size: 10px 10px;
	opacity: 0;
	z-index: -1;
	transition: opacity 0.3s, z-index 0s 0.3s;
}
@media (max-width: 3959px) {
	.modal.modal-overlay {
		min-width: 320px;
	}
}
.modal.modal-overlay.active {
	opacity: 1;
	z-index: 10000000000000000000;
	transition: opacity 0.3s, z-index 0s;
}
.modal .modal-body {
	position: relative;
	padding: 0;
	background: #FFF;
	border: solid 3px #349A6B;
	border-radius: 20px;
	max-width: 100%;
	max-height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
@media (max-width: 3959px) {
	.modal .modal-body {
		border-width: 3px 0;
		border-radius: 0;
		width: 100%;
		height: 100%;
		-webkit-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}
}
.modal .modal-body .modal-button {
	position: absolute;
	box-sizing: content-box;
	height: 36px;
	width: 36px;
	padding: 0;
	margin: 0;
	background: transparent;
	border: none;
	outline: none;
	color: #349A6B;
	cursor: pointer;
	transition: opacity .3s;
}
.modal .modal-body .modal-button::before,
.modal .modal-body .modal-button::after {
	content: ' ';
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.modal .modal-body .modal-button::before {
	width: 30px;
	height: 30px;
	border: solid 3px;
	border-radius: 50%;
	background: #FFF;
}
.modal .modal-body .modal-button.modal-close {
	right: -30px;
	top: -30px;
	height: 56px;
	width: 56px;
	border-radius: 50%;
	z-index: 1000;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-close {
		right: 0;
		top: 0;
	}
}
.modal .modal-body .modal-button.modal-close::after {
	content: none;
}
.modal .modal-body .modal-button.modal-close span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 0;
	height: 0;
}
.modal .modal-body .modal-button.modal-close span::before,
.modal .modal-body .modal-button.modal-close span::after {
	position: absolute;
	content: '';
	display: block;
	width: 20px;
	height: 3px;
	margin: -1px 0 0 -10px;
	background: #349A6B;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.modal .modal-body .modal-button.modal-close span::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.modal .modal-body .modal-button.modal-prev,
.modal .modal-body .modal-button.modal-next {
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 100%;
	width: 80px;
	color: #888;
	transition: color .3s, opacity .3s;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-prev,
	.modal .modal-body .modal-button.modal-next {
		color: #349A6B;
		opacity: 0.5;
	}
}
.modal .modal-body .modal-button.modal-prev::before,
.modal .modal-body .modal-button.modal-next::before {
	background: #ddd;
	transition: background .3s;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-prev::before,
	.modal .modal-body .modal-button.modal-next::before {
		background: #FFF;
	}
}
.modal .modal-body .modal-button.modal-prev:hover,
.modal .modal-body .modal-button.modal-next:hover {
	color: #349A6B;
	opacity: 1;
}
.modal .modal-body .modal-button.modal-prev:hover::before,
.modal .modal-body .modal-button.modal-next:hover::before {
	background: #FFF;
}
.modal .modal-body .modal-button.modal-prev::after,
.modal .modal-body .modal-button.modal-next::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 5px;
	right: 5px;
	height: 0;
	width: 0;
	bottom: 0;
	margin: auto 0;
	border: solid 10px transparent;
}
.modal .modal-body .modal-button.modal-prev {
	left: -45px;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-prev {
		left: 0;
	}
}
.modal .modal-body .modal-button.modal-prev::before {
	right: auto;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-prev::before {
		left: 10px;
	}
}
.modal .modal-body .modal-button.modal-prev::after {
	border-left-width: 0;
	border-right-color: inherit;
	left: 11px;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-prev::after {
		left: 21px;
	}
}
.modal .modal-body .modal-button.modal-next {
	right: -45px;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-next {
		right: 0;
	}
}
.modal .modal-body .modal-button.modal-next::before {
	left: auto;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-next::before {
		right: 10px;
	}
}
.modal .modal-body .modal-button.modal-next::after {
	border-right-width: 0;
	border-left-color: inherit;
	left: auto;
	right: 11px;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-next::after {
		right: 21px;
	}
}
.modal .modal-body .modal-button.modal-plus,
.modal .modal-body .modal-button.modal-minus {
	left: 50px; 
	top: -22px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	z-index: 1000;
}
.modal .modal-body .modal-button.modal-minus {
	left: 10px;
}
.modal .modal-body .modal-button.modal-plus::after {
	height: 0px;
	width: 14px;
	border: solid 2px #349A6B;
	border-radius: 1px;
} 
.modal .modal-body .modal-button.modal-plus span {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	height: 14px;
	width: 0px;
	border: solid 2px #349A6B;
	border-radius: 1px;
}
.modal .modal-body .modal-button.modal-minus::after {
	height: 0px;
	width: 14px;
	border: solid 2px #349A6B;
	border-radius: 1px;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-button.modal-minus,
	.modal .modal-body .modal-button.modal-plus {
		top: 10px;
	}
}
.modal .modal-body .modal-content {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
	overflow: hidden;
	transition: height .3s, width .3s;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-content {
		height: 100%!important;
		width: 100%!important;
	}
}
.modal .modal-body .modal-content > img {
	border-radius: 5px;
	max-width: 100%;
	cursor: all-scroll;
}
@media (max-width: 3959px) {
	.modal .modal-body .modal-content > img {
		max-height: 100%;
	}
}
@media (max-width: 639px) {
	.top_theme_block {background-size: 0, contain;}

	.top_theme_block .name {
		padding: 1vw 0 0.2vw;
		text-align: center;
		font-size: 45rem;
		line-height: 40rem;
		display: block;
		width: 210rem;
		margin: 0 auto;
	}
}
.content-wrapper {
		background: white;
		padding-top: 1px;
		min-height: 50vh;
}

.tpl-component-banners > .slider {
	position: relative;
	display: flex;
	display: -webkit-flex;
	font-family: "opensans";
	overflow: hidden;
}
.tpl-component-banners > .slider .wrapper {
	width: 100%;
	white-space: nowrap;
	font-size: 0;
	transition: margin .7s;
}
.tpl-component-banners > .slider .wrapper div {
	width: 100%;
	display: inline-block;
}
.tpl-component-banners > .slider .wrapper div.animated {
	transition: margin-left .7s;
}
.tpl-component-banners > .slider .wrapper div a {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 10% 50%;
	box-sizing: border-box;
	overflow: hidden;
}
@media (max-width: 639px) {
	.tpl-component-banners > .slider .wrapper div a {
		padding: 20% 50%;
	}
}
@media (min-width: 1100px) and (max-width: 1439px) {
	.tpl-component-banners > .slider .wrapper div a {
		padding: 10% 50%;
	}
}
@media (min-width: 1440px) {
	.tpl-component-banners > .slider .wrapper div a {
		padding: 10% 50%;
	}
}
.tpl-component-banners > .slider .wrapper div a img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: auto;
}
@media (max-width: 639px) {
	.tpl-component-banners > .slider .wrapper div a img {
		bottom: 34%;
	}
}
.tpl-component-banners > .slider .wrapper div a span {
	position: absolute;
	top: 10%;
	right: 1%;
	color: white;
	text-align: right;
	font-size: 24px;
}
.tpl-component-banners > .slider .wrapper div a span i {
		display: inline-block;
		line-height: 1.1em;
		font-style: normal;
}
@media (min-width: 640px) and (max-width: 1099px) {
	.tpl-component-banners > .slider .wrapper div a span {
		font-size: 15px;
	}
}
@media (max-width: 639px) {
	.tpl-component-banners > .slider .wrapper div a span {
		top: 66%;
		left: 0;
		right: 0;
		bottom: 0;
		color: black!important;
		background: white;
		text-align: center;
		font-size: 13px;
		font-weight: bold;
		padding: 6px 0;
	}
}
.tpl-component-banners > .slider .wrapper > span {
	position: absolute;
	bottom: 25px;
	left: 0;
	right: 0;
	text-align: center;
}
@media (max-width: 639px) {
	.tpl-component-banners > .slider .wrapper > span {
		display: none;
	}
}
.tpl-component-banners > .slider .wrapper > span button {
	height: 20px;
	width: 20px;
	padding: 4px;
	margin: 0 4px;
	border: solid 1px #99261e;
	border-radius: 50%;
	background: #fff;
	outline: none;
	cursor: pointer;
}
.tpl-component-banners > .slider .wrapper > span button::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: background-color .3s;
}
.tpl-component-banners > .slider .wrapper > span button.active::before {
	background: #99261e;
}
.tpl-component-banners > .slider .wrapper > span button:hover::before {
	background: #99261e;
}
.err{
	border: 1px solid #ff0000!important;
}

/* callback-form */
#wrap-popup{
    display: none;
    position: fixed;
    top: 6em;
    left: calc(50% - 250px);
    background: rgba(0,0,0,.3);
    border-radius: 10px;
    width: 500px;
    font-size: 14px;
    padding: 15px;
    box-sizing: border-box;
    z-index: 10000;
}
#light{
    display:none;
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom:0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
}
#wrap-popup div.head,
#wrap-popup div.body,
#wrap-popup div.foot{
    background:white;
}
#wrap-popup div.head{
    background: #99271e;
    color: white;
    border-radius: 5px 5px 0 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    font-family: opensans;
}
#wrap-popup div.body{
    padding: 15px;
    font-family: opensans;
    line-height: 1.2;
}
#wrap-popup div.foot{
    padding: 15px;
    background: #eee;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 1px 0 rgba(0,0,0,.4);
}
#wrap-popup button{
    background: #99271e;
    color: white;
    border:none;
    border-radius:3px;
    padding: 5px 15px;
    font-family: opensans;
    cursor:pointer;
    transition:.2s
}
#wrap-popup button:hover{
    background: #b9372d;
}
#wrap-popup .info{
    font-size:13px;
    margin-bottom:5px;
}
#wrap-popup .info a{
    text-decoration:none;
    border-bottom: 1px solid;
}
#wrap-popup textarea{
    width:100%;
    box-sizing:border-box;
    border-radius:3px;
    padding: 5px;
    margin-bottom:15px;
    font-family: opensans;
    height:50px;
    min-height:50px;
    max-height:100px;
    border:1px solid #ddd;
    outline:none;
    resize:vertical
}
#wrap-popup .wrap-input{
    display:flex;
    align-items:center;
}
#wrap-popup .wrap-input input{
    width:100%;
    box-sizing:border-box;
    border-radius:3px;
    padding: 5px;
    margin-bottom:15px;
    font-family: opensans;
    border:1px solid #ddd;
    margin-right:10px;
    outline:none;
}
#wrap-popup .wrap-input input:focus,
#wrap-popup textarea:focus{
    border-color:#999;
}
#wrap-popup .wrap-input input:last-child{
    margin-right:0;
}
#wrap-popup .errors{
    padding:15px;
    font-family: opensans;
    background: #900;
    color: white;
}
#wrap-popup .errors:empty{
    display:none;
}
#wrap-popup #recaptcha1{
    margin-top:20px;
}
#wrap-popup #recaptcha1 > div{
    margin: 0 auto;
}
#wrap-popup .info-msg{
    margin: 15px 0;
    padding: 15px;
    background: #fbefcd;
    border-radius: 3px;
}
#wrap-popup .info-msg > div{
    text-align: center;
    margin-top: 10px;
}
#wrap-popup .info-msg > div a{
    display: inline-block;
    color: black;
    font-weight: bold;
    text-decoration: none;
    margin-bottom: 2px;
    font-size: 16px;
}
#wrap-popup .head .close{
    cursor:pointer;
}
#wrap-popup .body strong{
   font-weight: bold;
   font-size:20px;
   display:block;
   margin-bottom: 15px;
}
#site-map{
    margin:0 50rem
}
#site-map ul{
    margin-left:10rem;
    list-style-type:none;
}

@media (max-width: 520px) {
   #wrap-popup{
       width:auto;
       left:10px;
       right:10px;
       top:10px;
   }
   #wrap-popup .wrap-input{
       flex-wrap:wrap;
   }
   #wrap-popup .wrap-input input{
       margin-right:0;
   }
}
@media screen and (min-device-width: 320px) and (max-width: 800px) {
	.about_store{
		margin-bottom: 23.82292%;
	}
	.add_order{
		margin-top: 14rem;
	}
	body .cart_info select{
		width: 150px;
	}
}