@charset "UTF-8";
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; }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block; }
ol, ul {
	list-style: none; }
html * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; }
img {
	max-width: 100%;
	border: 0; }
table {
	border-collapse: collapse;
	border-spacing: 0; }
body {
	font-size: 1rem;
	line-height: 1; }
button {
	cursor: pointer;
	color: inherit; }
a {
	color: inherit;
	text-decoration: none; }
a:hover {
	color: inherit;
	text-decoration: none; }
b {
	font-weight: bold; }
big {
	font-size: 1.5625rem; }
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 0.875rem;
	line-height: 1;
	color: #333; }
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: ''; }
.clearfix:after {
	clear: both; }
b { font-weight: bold; }
.vertical-align {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row; }
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 0;
	overflow: hidden; }
.juster {
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden; }
.vfix:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%; }
.vertical-center {
	padding-top: 14%; }
.row {
	margin-right: -10px;
	margin-left: -10px; }
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 10px;
	padding-left: 10px;
	float: left; }
.col-r {
	float: right;
	text-align: right; }
.container {
	padding-right: 20px;
	padding-left: 20px;
	margin-right: auto;
	margin-left: auto; }
@media (min-width: 992px) {
	.container {
		width: 960px; }
	.item-info {
		position: absolute;
		right: 0;
	}
}
@media (max-width: 992px) {
	.col-md-23 {
		width: 100%;
	}
}
@media (min-width: 1240px) {
	.container {
		width: 1240px;
		padding: 0; }
}
.header-top {
	background-color: #333;
	position: relative;
	color: #fff;
	font-size: 0.875rem; }
.header-top .phone {
	color: #fff; }
.login {
	text-transform: uppercase;
	color: #fff;
	background-color: #ed1c24;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 20px;
	position: absolute;
	right: 175px;
	top: 8px; }
.cart {
	position: absolute;
	right: 105px;
	top: 8px;
	background-image: url("../image/icon_cart.png");
	width: 52px;
	height: 37px;
	background-position: 0 -4px; }
.cart span {
	position: absolute;
	width: 25px;
	height: 25px;
	right: 7px;
	top: -6px;
	background-color: #ed1c24;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	padding-top: 2px;
	font-size: 1.29688rem; }
.region {
	color: #fff;
	text-align: right;
	display: inline-block;
	position: relative;
	padding-top: 5px;
	margin: 15px 0; }
.region select, .region option {
	background-color: #333;
	border: none;
	outline: none; }
.region select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 75px;
	padding: 0 5px;
	background-color: transparent; }
.region:after {
	content: "";
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: 1px;
	border-color: #fff;
	border-top: 4px dashed;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent; }
.social {
	display: inline-block;
	position: absolute;
	left: -38px;
	top: 8px; }
.social a {
	width: 33px;
	height: 33px;
	display: inline-block;
	margin-right: 9px;
	background-repeat: no-repeat;
	background-image: url("../image/icon_soc_r.png"); }
.social a:last-child {
	margin-right: 0; }
.social .fb {
	background-position: -6px -5px; }
.social .vk {
	background-position: -49px -5px; }
.social .yt {
	background-position: -91px -5px; }
.social .tw {
	background-position: -134px -5px; }
.social .ok {
	background-position: -176px -5px; }
.social .inst {
	background-position: -219px -5px; }
.social .fb:hover {
	background-position: -6px -48px; }
.social .vk:hover {
	background-position: -49px -48px; }
.social .yt:hover {
	background-position: -91px -48px; }
.social .tw:hover {
	background-position: -134px -48px; }
.social .ok:hover {
	background-position: -176px -48px; }
.social .inst:hover {
	background-position: -219px -48px; }
.menu-wrap {
	padding: 15px 0;
	margin-left: -15px; }
.logo-wrap {
	margin-left: -5px;
}
.top-navigation ul {
	text-align: left; }
.top-navigation ul > li {
	position: relative;
	display: inline-block;
	text-align: center;
	padding: 0 12px;
	color: #fff;
	font-size: 0.875rem; }
.top-navigation ul > li.current-menu-item, .top-navigation ul > li:hover, .top-navigation ul > li:active {
	cursor: pointer;
	color: #ed1c24; }
.top-navigation ul > li > a, .top-navigation ul > li > a:hover {
	line-height: 1.5;
	color: inherit;
	text-decoration: none;
	display: inline-block; }
.funct {
	padding: 20px 0; }
.search {
	display: block;
	border: 1px solid #ccc;
	height: 50px;
	position: relative;
	margin-left: 5px }
.search input {
	background-color: transparent;
	border: none;
	float: left;
	outline: none;
	cursor: pointer;
	height: 47px;
	width: -webkit-calc(100% - 100px - 45px);
	width: calc(100% - 100px - 45px);
	padding-left: 20px; }
.search-category {
	display: inline-block;
	float: left; }
.search-category button {
	display: inline-block;
	padding: 17px 15px;
	border: none;
	outline: none;
	background-color: #f5f5f5;
	color: #333; }
.search-category .caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 15px;
	margin-right: 5px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent; }
.search-btn {
	width: 45px;
	height: 44px;
	background-color: #d9d9d9;
	border: none;
	outline: none;
	border-radius: 5px;
	float: right;
	margin-right: 2px;
	margin-top: 2px;
	background-image: url("../image/icons.png");
	background-position: -102px -36px; }
.phone {
	text-align: right;
	font-size: 1.5775rem;
	color: #424242;
	line-height: 15px;
	padding-top: 10px; }
.phone a {
	font-weight: 600;
	display: block; }
.phone span {
	font-size: 0.65625rem;
	display: inline-block;
	color: #b2b2b2; }
.phone:hover {
	color: #ed1c24; }
.breadcrumbs {
	font-size: 0.75rem;
	padding-bottom: 10px;
	margin: 0;
	color: #7d7d7d; }
.breadcrumbs li {
	display: inline-block;
	line-height: 1; }
.breadcrumbs li a {
	color: #7d7d7d;
	line-height: 1;
	margin: 0;
	padding: 0;
	text-decoration: none; }
.breadcrumbs li a:hover {
	color: #ed1c24; }
.breadcrumbs li + li:before {
	padding: 0 3px;
	color: #7d7d7d;
	content: "/"; }
.pagination-wrap {
	margin-bottom: 90px; }
.pagination {
	border-radius: 0;
	margin: 30px 0;
	display: block;
	position: relative; }
.pagination > li {
	width: 11%;
	float: left;
	border-radius: 0; }
.pagination > li a {
	padding: 6px 50%;
	margin-left: 0;
	color: #bdbdbd;
	background-color: transparent;
	line-height: 1;
	display: block;
	width: 100%;
	text-align: center;
	border-radius: 0;
	margin: 0;
	padding: 15px 0;
	border-color: #eee;
	font-size: 1.125rem; }
.pagination > li:hover a {
	color: #000; }
.pagination > li span {
	font-weight: bold;
	font-size: 14px;
	color: transparent;
	border-radius: 0; }
.pagination li.active a, .pagination li.active a:hover {
	background-color: #f3f3f3;
	color: #000;
	border-color: #eee; }
.pagination a[aria-label='Previous'], .pagination a[aria-label='Next'] {
	background-image: url("../image/icon_arrow_s.png");
	background-repeat: no-repeat;
	background-position: 23px 10px;
	color: transparent; }
.pagination a[aria-label='Next'] {
	background-position: -42px 10px; }
.pagination li.prev {
	display: none; }
.pagination li.prev, .pagination li.next {
	width: -webkit-calc(11% + 3px);
	width: calc(11% + 3px); }
.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0; }
.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0; }
.side-list-group {
	margin-bottom: 10px; }
ul.nav-menu {
	position: relative;
	background-color: #fff; }
ul.nav-menu > li.up-menu {
	/*position: relative;*/
	padding: 10px 0px 16px;
	width: 100%; }
ul.nav-menu > li.up-menu:hover {
	color: #ed1c24; }
.sub-menu {
	position: absolute;
	left: -9999px;
	-webkit-transition: 0.5s opacity;
	transition: 0.5s opacity;
	background-color: #fff;
	/* width: 100%; */
	width: 200px;
	-webkit-box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.75); }
.sub-menu > li {
	display: block;
	width: 100%;
	padding: 10px 5px;
	text-transform: initial;
	text-align: left;
	padding-left: 20px;
	color: #333; }
/*ul.nav-menu > li.up-menu, ul.sub-menu > li.double-up-menu {*/
/*position: relative; }*/

ul.nav-menu > li.up-menu:hover .sub-menu {
	display: block;
	left: 100%;
	z-index: 3;
	top: 0;
	position: absolute; }
ul.nav-menu > li.up-menu:hover .sub-menu .double-sub-menu {
	position: absolute;
	left: -9999px;
	-webkit-transition: 0.5s opacity;
	transition: 0.5s opacity;
	background-color: #fff;
	width: 100%;
	-webkit-box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 2px 1px 4px 0px rgba(0, 0, 0, 0.75); }
ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu:hover .double-sub-menu {
	display: block;
	left: 100%;
	z-index: 3;
	top: 0;
	position: absolute; }
ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu:hover .double-sub-menu > li {
	display: block;
	color: #333;
	padding: 10px 5px; }
ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu:hover .double-sub-menu > li:hover {
	color: #ed1c24; }
ul.nav-menu .sub-menu > li:hover, .sub-menu .double-sub-menu > li:hover {
	color: #ed1c24; }
/*.up-menu, .double-up-menu {*/
/*position: relative; }*/

/*.up-menu:after, .double-up-menu:after {*/
/*content: '';*/
/*border-color: transparent transparent transparent #cbcbcb;*/
/*border-width: 4px;*/
/*border-style: solid;*/
/*position: absolute;*/
/*right: 0px;*/
/*top: 45%;*/
/*margin-top: -4px; }*/

.cataloge-btn {
	font-size: 1rem;
	margin-left: -5px;
	padding: 8px 5px 12px;
	color: #fff;
	display: block;
	background-color: #ed1c24;
	border-radius: 5px; }
.cataloge-btn:hover {
	background-color: #ff5e60;
	color: #fff; }
.subscribe-btn {
	border: 1px solid #ed1c24;
	color: #ed1c24;
	text-transform: uppercase;
	padding: 18px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 0.75rem; }
.subscribe-btn:hover {
	background-color: #ff5e60;
	color: #fff; }
.promo-aside {
	padding-top: 10px;
	position: relative; }
.promo-aside .title {
	font-size: 1.25rem;
	color: #fff;
	position: absolute;
	top: 15px;
	font-weight: 600;
	left: 10px;
	text-transform: uppercase; }
.promo-aside .promo-btn {
	position: absolute;
	bottom: 10px;
	left: 10px;
	color: #fff;
	background-color: #ed1c24;
	text-transform: uppercase;
	padding: 18px;
	display: block;
	border-radius: 5px;
	text-align: center;
	font-size: 0.75rem; }
.promo-aside .promo-btn:hover {
	background-color: #ff5e60;
	color: #fff; }
.bx-newslist.bx-newslist-more {
	text-align: right;
}
.bx-newslist.bx-newslist-more a.btn.btn-primary.btn-xs {
	color: #000;
	background-color: transparent !important;
	border: none;
	text-decoration: underline;
}
.last-news .headtitle {
	text-transform: uppercase;
	padding-bottom: 0;
	line-height: 1;
	padding-top: 30px; }
.news-item {
	padding: 15px 1px 13px;
	display: block;
	font-size: 0.875rem; }
.news-item:hover .title {
	color: #ed1c24; }
.news-item .title {
	line-height: 1.7; }
.detail { line-height: 1.7; }
.news-item .date {
	font-size: 0.625rem;
	padding: 5px 0; }
.maintitle {
	font-size: 1.75rem;
	text-align: left;
	display: block;
	clear: both;
	position: relative;
	color: #333;
	line-height: 1.5;
	padding: 15px 0 10px;
	font-family: 'Open Sans', sans-serif; }
.bread .maintitle {
	text-align: left;
	padding: 5px 0 0; }
.headtitle {
	font-size: 1.25rem;
	text-align: left;
	position: relative;
	color: #333;
	line-height: 1.5;
	font-weight: 600;
	padding: 25px 0 15px; }
.sorting {
	padding: 27px 0 13px; }
.sorting select, .sorting option {
	border: 1px solid #eeeeee;
	border-radius: 5px;
	outline: none; }
.promo {
	position: relative; }
.promo .promo-img {
	background-image: url("../image/promo.png");
	background-repeat: no-repeat;
	background-position: top right;
	height: 300px;
}
.promo .col-xs-4 { padding: 0 0 0 10px; }
.promo .promo-title {
	position: absolute;
	top: 17px;
	left: 30px;
	width: 50%;
	color: #fff;
	font-size: 2.5rem;
	text-transform: uppercase;
	line-height: 1.3; }
.promo .promo-title span {
	font-size: 1.25rem;
	padding-top: 15px;
	display: block;
	color: #ed1c24; }
.promo .promo-btn {
	position: absolute;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 18px 35px;
	display: inline-block;
	border-radius: 5px;
	text-align: center;
	font-size: 0.875rem; }
.promo .promo-btn:hover {
	background-color: rgba(255, 255, 255, 0.2);
	color: #ed1c24; }
.promo_action {
	position: relative; }
.promo_action .promo-title {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	margin-right: 170px;
	text-align: right;
	color: #fff;
	font-size: 2.78125rem; }
.promo_action .promo-title span {
	font-size: 6.5rem;
	vertical-align: middle;
	padding-left: 20px; }
.promo_action .promo-descr {
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 0.9375rem;
	right: 5px;
	width: 149px;
	top: 0;
	bottom: 0;
	margin: auto;
	height: 99%;
	margin-bottom: 1px;
	background-color: #ed1c24; }
.promo_action .promo-descr span {
	width: 100%;
	height: 65%;
	overflow: hidden;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0; }
.content {
	padding-top: 40px; }
.content .col-md-3, .content .col-md-2, .content .item-wrap {
	border: 1px solid #eeeeee;
	border-right: 0;
	line-height: 1.3; }
.content .col-md-3:first-child, .content .col-md-2:first-child, .content .item-wrap:first-child {
	border-radius: 5px 0 0 5px; }
.content .col-md-3:last-child, .content .col-md-2:last-child, .content .item-wrap:last-child {
	border-right: 1px solid #eeeeee;
	border-radius: 0 5px 5px 0; }
.content .col-md-3 .item-img, .content .col-md-2 .item-img, .content .item-wrap .item-img {
	height: 180px;
	display: block;
	vertical-align: middle;
	text-align: center; }
.content .item-wrap .item-img img {
	vertical-align: middle;
}
.content .item-wrap .item-img {
	line-height: 180px;
}
.day-item {
	width: 100%;
	height: 300px;
	float: left;
	border-radius: 5px;
	border: 10px solid #ed1c24;
	line-height: 1.3;
	position: relative;
	/*margin-left: 30px;*/
}
.day-item .item {
	padding: 10px;
	height: 230px;
	display: flex;
	align-items: center;
	justify-content: center; }
.promo .day-item .price {
	font-size: 2rem;
	font-weight: 600;
	visibility: visible;
	display: block;
	padding: 0 15px;
	text-align: right }
.promo .day-item .item-img {
	display: block;
	margin-top: 0;
	vertical-align: middle;
	text-align: center; }
.day-item .item-descr {
	padding: 0 15px;
	display: inline-block; }
.day-item .item:after {
	content: " ";
	position: absolute;
	z-index: 0;
	top: -1px;
	left: -1px;
	right: -2px;
	bottom: -2px;
	border: 5px solid #fff;
	border-radius: 5px; }
.day-item:before {
	content: "";
	position: absolute;
	border-style: solid;
	border-color: #ed1c24 transparent transparent #ed1c24;
	border-width: 60px;
	color: #fff;
	left: -5px;
	top: -5px;
	z-index: 2; }
.day-item:after {
	content: "Товар дня";
	position: absolute;
	width: 60px;
	color: #fff;
	font-size: 1.25rem;
	left: 5px;
	top: 5px;
	z-index: 2; }
.day-item:hover .item-descr {
	color: #ed1c24; }
.day-item .item-img img {
	max-height: 210px;
}
.col-md-20 {
	width: 20%; }
.item-wrap {
	border: 1px solid #eeeeee;
	margin-bottom:10px;
}
.item-wrap .item {
	padding: 10px 0; }
.item-wrap .item-descr {
	height: 55px;
	display: block;
	line-height: 1.3; }
.item-wrap .price {
	font-size: 1.5rem;
	font-weight: 600; }
.item-wrap .old-price {
	font-size: 0.91563rem;
	text-align: right;
	text-decoration: line-through;
	margin-top: -10px;
	padding-right: 10px; }
.item-wrap .action-price {
	font-size: 1.4275rem;
	text-align: right;
	font-weight: bold;
	color: #ed1c24;
	padding-right: 10px; }
.item-wrap:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), to(#f0f0f0));
	background: -webkit-linear-gradient(top, #fff 0%, #fff 50%, #f0f0f0 100%);
	background: linear-gradient(to bottom, #fff 0%, #fff 50%, #f0f0f0 100%); }
.item-wrap:hover .item-descr {
	color: #ed1c24; }
.more-link {
	text-align: right;
	/*font-size: 1.0625rem;*/
	color: #444;
	text-decoration: underline;
	padding-top: 25px; }
.more-link:hover {
	color: #ed1c24; }
.container-inner {
	position: relative;
	display: block;
	padding: 0 10px; }
.container-inner .row {
	overflow: hidden; }
.container-inner .col-md-20 {
	width: 19%; }
.container-inner .item-wrap_first {
	position: relative;
	margin-left: 1%;
	border-top-left-radius: 25px; }
.reviews .col-xs-6 {
	padding-right: 11%; }
.reviews .content-block {
	/*height: 109px;*/
	overflow: hidden;
	line-height: 1.4;
	padding: 10px 0 5px 0; }
.reviews .author {
	text-align: right;
	display: block;
	padding-top: 25px;
	color: #b7b7b7;
	position: relative;
	font-size: 0.8125rem; }
.reviews .author:before {
	border-top: 1px solid #b7b7b7;
	content: '';
	position: absolute;
	width: 190px;
	right: 0;
	top: 20px; }
.reviews .more {
	color: #ed1c24;
	text-decoration: underline;
	display: inline-block;
	padding-top: 5px; }
.reviews .more-link {
	text-align: right;
	display: block;
	padding-top: 0;
	margin-bottom: 15px }
.reviews .more-link a {
	background-color: #ed1c24;
	text-decoration: none;
	color: #fff;
	padding: 8px 20px;
	display: inline-block;
	border-radius: 5px;
	font-size: 0.8125rem; }
.reviews .more-link a:hover {
	background-color: #ff5e60;
	color: #fff; }
.yandex {
	margin: 10px 0;
	text-align: right; }
.yandex span {
	background-color: #ffdb5a;
	color: #000;
	font-size: 0.875rem;
	display: inline-block;
	padding: 10px 10px 13px 25px;
	position: relative;
	font-weight: 600; }
.yandex span:before {
	content: ' ';
	position: absolute;
	top: 0;
	border-width: 19px 18px 18px;
	border-style: solid;
	width: 0;
	height: 0;
	right: 100%;
	border-color: transparent #ffdb5a transparent transparent; }
.without-price .action-price, .without-price .old-price, .without-price .price {
	visibility: hidden;
	display: none; }
.without-price.analog .item-img {
	margin-top: 25px;
	margin-bottom: 15px;
}
.item-img img {
	max-height: 150px;
}
.catalog {
	padding-bottom: 115px; }
.catalog .item {
	padding-left: 10px; }
.catalog .item-wrap {
	border-left: none;
	border-top: none; }
.catalog .subitem .item-img {
	height: 170px;
	line-height: 170px;
}
.catalog .item-wrap:nth-child(3n+3) {
	border-right: none; }
.catalog .item-img {
	height: 200px;
	line-height: 200px;
	display: block;
	text-align: center;
	position: relative;
}
.catalog .item-img img {
	vertical-align: middle;
}
.analog-item .item-img {
	line-height: normal;
}
.catalog .item-descr {
	position: relative;
	line-height: 1.5;
	padding-bottom: 15px;
	height: 58px;
	text-align: center;
}
.catalog .item-descr:before {
	border-top: 1px solid #eeeeee;
	content: '';
	position: absolute;
	width: 70%;
	left: 0;
	top: -10px; }
.catalog .price {
	padding-bottom: 10px; }
.addition {
	/*float: left;*/
	width: 81px;
}
.addition .add-cart, .addition .compare {
	position: relative;
	display: inline-block;
	width: 35px;
	height: 30px;
	background-image: url("../image/icons.png"); }
.addition span {
	display: inline-block;
	padding: 0 5px;
	height: 25px;
	width: 0;
	border-right: 1px solid #eeeeee;
	margin-top: -5px;
	vertical-align: bottom; }
.addition .add-cart {
	background-position: -5px -45px; }
.addition .compare {
	background-position: -53px -44px; }
.addition .add-cart:hover {
	background-position: -5px -4px; }
.addition .compare:hover {
	background-position: -53px -4px; }
.addition .add-cart + .tooltip .tooltip-inner {
	background-color: #ed1c24;
	color: #fff;
	padding: 20px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.6875rem;
	text-transform: uppercase; }
.addition .add-cart + .tooltip .tooltip-arrow {
	border-top-color: #ed1c24; }
.addition .compare + .tooltip .tooltip-inner {
	background-color: #eee;
	color: #000;
	padding: 20px 30px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 0.6875rem;
	text-transform: uppercase;
	border: 1px solid #cecece; }
.addition .compare + .tooltip .tooltip-arrow {
	border-top-color: #cecece; }
.addition .compare + .tooltip .tooltip-arrow:after {
	content: "";
	position: absolute;
	width: 0px;
	bottom: -4px;
	left: -5px;
	border-color: transparent;
	border-style: solid;
	border-top-color: #eee;
	border-width: 5px; }
.panel-title {
	font-size: 0.875rem; }
.panel-title .down {
	float: right;
	margin-right: 15px;
	margin-top: 7px; }
.list-group label {
	padding-left: 30px; }
.list-group label:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 11px;
	width: 17px;
	height: 17px;
	border: 1px solid #f0f0f0;
	background: transparent;
	border-radius: 5px; }
.list-group [type="checkbox"]:not(:checked), .list-group [type="checkbox"]:checked {
	/* position: absolute; */
	/* left: -9999px; */
	margin: 10px 0;
}
.list-group [type="checkbox"]:not(:checked) + label:after, .list-group [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 0px;
	left: 3px;
	line-height: 0.8;
	color: #ed1c24;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding: 0 !important;
	margin: 13px 13px 0 0; }
.list-group [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0); }
.list-group .selected {
	background: #00873f;
	color: #fff; }
.list-group .list-group-item {
	border: none;
	font-size: 0.8125rem;
	padding: 10px 15px 5px 30px;
	line-height: 1.3; }
.list-price {
	padding-top: 12px;
	padding-bottom: 2px; }
.list-price .formCost {
	margin-bottom: 10px;
	width: 100%; }
.list-price .formCost input {
	text-align: center;
	color: #aeaeae;
	width: 63px;
	margin-right: 4px;
	border: 1px solid #f0f0f0;
	background: transparent;
	border-radius: 5px;
	outline: none;
	position: relative; }
.list-price .formCost input:focus {
	border: 1px solid #ed1c24; }
.list-price span {
	content: "—";
	color: #f0f0f0; }
.list-price .price-btn {
	width: 25px;
	height: 25px;
	background-color: #ed1c24;
	border: none;
	outline: none;
	border-radius: 5px;
	display: inline-block;
	vertical-align: bottom;
	background-image: url("../image/icons.png");
	background-position: -112px -8px; }
.catalog-panel {
	margin-top: 12px; }
.panel-group {
	margin-bottom: 0;
	border-top: 1px solid #f1f1f1;
	border-right: 1px solid #f1f1f1; }
.panel-group:last-child {
	border-bottom: 1px solid #f1f1f1; }
.panel-group .panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: none;
	padding-bottom: 8px;
	padding: 15px 0 10px; }
.app-side .panel-group:last-child {
	border-bottom: 1px solid #f1f1f1; }
.panel-default > .panel-heading {
	background-color: transparent;
	color: #000;
	font-size: 0.875rem;
	padding: 0;
	text-decoration: none; }
.panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
	padding-left: 0px;
	border: none;
	padding-bottom: 10px; }
.panel > .list-group:last-child .list-group-item:last-child, .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border: none; }
.panel-title > a {
	display: block; }
.caret[aria-expanded="true"] {
	-webkit-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	transform: scaleY(-1); }
.clear-filters, .submit-filters {
	text-align: center;
	margin-top: 15px; }
.clear-filters button, .submit-filters button {
	width: 100%;
	background-color: #fff;
	font-size: 0.90625rem;
	text-transform: uppercase;
	color: #000;
	padding: 15px 15px 12px;
	border: 1px solid #ed1c24;
	color: #ed1c24;
	border-radius: 5px; }
.clear-filters button:hover, .submit-filters button:hover {
	background-color: #ed1c24;
	color: #fff; }
.submit-filters button {
	background-color: #ed1c24;
	color: #fff;
	font-size: 1.25rem; }
.submit-filters button:hover {
	background-color: #ff5e60; }
.preview-item {
	margin-bottom: 35px;
	margin-right: 25px; }
.preview-thumbs {
	border: 1px solid #f0f0f0;
	margin-bottom: 10px;
	height: 60px;
	text-align: center;
	opacity: 0.3;
	vertical-align: middle;
	margin-right: 10px;
	display: cell; }
.preview-thumbs img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block; }
.preview-thumbs.is_active {
	opacity: 1;
	border-color: #ed1c24; }
.preview-thumbs-main {
	border: 1px solid #f0f0f0;
	margin-bottom: 10px;
	height: 60px;
	text-align: center;
	opacity: 0.3;
	vertical-align: middle;
	margin-right: 10px;
	display: cell; }
.preview-thumbs-main img {
	max-width: 100%;
	max-height: 100%;
	display: inline-block; }
.preview-thumbs-main.is_active {
	opacity: 1;
	border-color: #ed1c24; }
.preview-wrap {
	position: relative; }
.preview-mainimg {
	display: none;
	padding: 20px 0;
	/*min-height: 270px;*/ }
.preview-mainimg.is_active {
	display: block;
	text-align: center; }
.preview-mainimg-pic {
	display: none;
	padding: 20px 0;
	/*min-height: 270px;*/ }
.preview-mainimg-pic.is_active {
	display: block;
	text-align: center; }
.color {
	/* position: absolute;
	 right: 0%;
	 top: -5px;*/ }
.color li {
	width: 30px;
	border-radius: 3px;
	padding: 2px 2px 1px;
	margin: 5px;
	float: left; }
.color li.active {
	-webkit-box-shadow: 0px 0px 0px 1px #ed1c24;
	box-shadow: 0px 0px 0px 1px #ed1c24; }
.color li a {
	display: inline-block;
	width: 25px;
	height: 25px;
	background-color: transparent;
	border-radius: 3px;
	margin-top: 1px; }
.color li a.grey {
	background-color: #e1e1e1; }
.color li a.white {
	border: 1px solid #9b9289;
	background-color: #fff; }
.color li a.black {
	background-color: #2b1705; }
.item .addition {
	float: none;
	position: absolute;
	bottom: 78px;
}
.item-info .info-inner {
	border: 1px solid #eeeeee;
	padding: 0 20px; }
.item-info .addition {
	text-align: left;
	margin-top: 10px; }
.item-info .price {
	font-size: 2.375rem;
	font-weight: 700; }
.item-info .price span {
	font-size: 1.5rem;
	text-transform: uppercase; }
.item-info .more-colors, .item-info .available {
	text-align: right;
	padding: 5px 0 10px; }
.item-info .more-colors {
	padding: 15px 0 0;
	position: relative; }
.item-info .more-colors-change {
	display: none;
	position: absolute;
	width: 200px;
	background-color: #e4e4e4;
	z-index: 2;
	text-align: left;
	top: -70px;
	left: 105%;
	border: 1px solid #cbcbcb; }
.item-info .more-colors-change:before, .item-info .more-colors-change:after {
	content: "";
	position: absolute;
	border-top: 20px solid transparent;
	border-right: 15px solid #cbcbcb;
	border-bottom: 20px solid transparent;
	border-left: 15px solid transparent;
	z-index: 3;
	left: -30px;
	top: 20%; }
.item-info .more-colors-change:after {
	border-right: 15px solid #e4e4e4;
	left: -29px; }
.item-info .more-colors-change ul, .item-info .more-colors-change li, .item-info .more-colors-change label {
	background-color: #e4e4e4; }
.item-info .more-colors-change ul {
	padding: 10px 0 10px 10px;
	margin: 0; }
.item-info .more-colors-change li {
	position: relative;
	margin: 10px 0;
}
.item-info .more-colors-change .black:before {
	background-position: 1px -6px; }
.item-info .more-colors-change .silver:before {
	background-position: 1px -78px; }
.item-info .more-colors-change .white:before {
	background-position: 1px -149px; }
.item-info .more-colors-change .red:before {
	background-position: 1px -217px; }
.item-info .more-colors-change label {
	display: inline-block;
	padding: 0 0 0 0;
	color: #000;
	font-size: 0.8125rem;
	vertical-align: middle; }
.item-info .more-colors-change label:before {
	top: -50px;
	left: -50px;
	background-color: #fff; }
.item-info .more-colors-change [type="checkbox"]:not(:checked) + label:after, .item-info .more-colors-change [type="checkbox"]:checked + label:after {
	top: -45px;
	left: 16px; }
.item-info .available {
	font-weight: 600; }
.item-info .info {
	margin: 0 -21px; }
.item-info .delivery-info, .item-info .faq-info {
	border: 1px solid #eeeeee;
	background-color: #fafaf9;
	color: #666;
	padding: 20px 0 18px 70px;
	line-height: 1.3;
	position: relative; }
.item-info .delivery-info:before, .item-info .faq-info:before {
	content: "";
	width: 40px;
	height: 30px;
	background-image: url("../image/icons.png");
	background-position: -160px -5px;
	position: absolute;
	left: 20px;
	top: 13px;
}
.item-info .faq-info:before {
	background-position: -160px -43px; }
.tab-content p {
	font-size: 0.8125rem;
	line-height: 1.6; }
.tab-content p:first-child {
	padding-top: 50px; }
.btn-area {
	padding: 17px 0; }
.add-to-cart {
	/*padding: 15px 16%;*/
	margin-top: 10px;
	font-size: 0.8125rem;
	text-transform: uppercase;
	color: #fff;
	background-color: #ed1c24;
	margin-right: 10px;
	padding: 6px 25px; }
.add-to-cart:hover {
	background-color: #ff5e60;
	color: #fff; }
.one-click {
	background-color: #eeeeee;
	color: #000;
	font-size: 0.8125rem;
	padding: 15px 5%;
	text-transform: uppercase; }
.one-click:hover {
	background-color: #dfd5d5; }
.faq-tabs .nav-tabs {
	background-color: #f8f8f8; }
.faq-tabs .nav-tabs li {
	font-size: 1.0625rem; }
.tabs-wrap {
	margin-right: 40px;
	margin-bottom: 45px; }
.tabs-wrap .nav-tabs {
	border-bottom: none;
	text-align: justify;
	font-size: 0; }
.tabs-wrap .nav-tabs:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 0;
	overflow: hidden;
	text-align: justify;
	line-height: 0;
	font-size: 0; }
.tabs-wrap .nav-tabs > li {
	border-bottom: 4px solid #eeeeee;
	text-align: center;
	display: inline-block;
	font-size: 0.875rem;
	float: none;
	padding: 0;
	margin-bottom: -4px; }
@media (max-width: 500px) {
	
	.tabs-wrap .nav-tabs > li {
		display: block;
	}
	.promo .promo-img {
		background-size: 100% !important;
		height: 198px;
		margin-bottom: 10px;
	}
}
@media (max-width: 460px) {
	.promo .promo-img {
		height: 184px;
	}
}
@media (max-width: 430px) {
	.promo .promo-img {
		height: 168px;
	}
}
@media (max-width: 400px) {
	.promo .promo-img {
		height: 154px;
	}
}
@media (max-width: 370px) {
	.promo .promo-img {
		height: 144px;
	}
}
@media (max-width: 350px) {
	.promo .promo-img {
		height: 132px;
	}
}
.tabs-wrap .nav-tabs > li.active, .tabs-wrap .nav-tabs > li:hover {
	border: none;
	border-bottom: 4px solid #ed1c24;
	z-index: 1; }
.tabs-wrap .nav-tabs > li > a, .tabs-wrap .nav-tabs li.active > a, .tabs-wrap .nav-tabs > li.active > a:hover, .tabs-wrap .nav-tabs > li.active > a:focus {
	border: none;
	text-transform: uppercase;
	padding: 15px 0 5px; }
.video-link span {
	font-size: 0.91875rem;
	color: #a3a3a3;
	display: inline-block;
	padding: 20px 0 10px; }
.video-link .preview-mainimg {
	border: 3px solid #eeeeee;
	padding: 0;
	min-height: 220px;
	margin-bottom: 30px; }
.similar {
	margin-top: -35px;
	margin-bottom: 45px; }
.similar .title {
	font-size: 1.25rem;
	padding-bottom: 15px; }
.similar .item {
	padding: 0; }
.similar .item .item-descr {
	font-size: 0.75rem;
	text-align: center; }
.latest-item {
	border-right: 1px solid #eeeeee;
	margin-right: 20px; }
.latest-item .headtitle {
	padding: 0px 0 15px;
	text-transform: uppercase;
	line-height: 1.7;
	border-bottom: 1px solid #eeeeee;
	font-size: 0.91875rem; }
.special-offer {
	background-color: #f5f5f5;
	margin-bottom: 45px;
	padding: 10px 0 35px; }
.special-offer .title {
	padding: 25px 0;
	text-transform: uppercase;
	font-weight: 600; }
.special-offer .item {
	text-align: center;
	font-size: 0.75rem;
	padding: 15px 0; }
.special-offer .item-wrap:hover {
	background: #fff; }
.slider {
	max-width: 820px;
	margin: 0 auto; }
#specialSlider li {
	background-color: #fff;
	height: 240px; }
.slider-wrap {
	margin: 0 auto;
	position: relative; }
.slider-prev, .slider-next {
	width: 35px;
	top: 50%;
	height: 50px;
	background-image: url("../image/icon_arrow.png");
	background-color: transparent;
	cursor: pointer;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 4;
	margin-top: -25px;
	opacity: 0.5;
	-webkit-transition: opacity 0.35s linear 0s;
	transition: opacity 0.35s linear 0s; }
.slider-prev {
	background-position: 1px 6px;
	opacity: 1;
	right: 102%; }
.slider-next {
	background-position: 1px 6px;
	left: 102%;
	opacity: 1;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg); }
.secondtitle {
	padding: 10px 0 30px;
	font-size: 1.09125rem;
	line-height: 1.5;
	color: #333;
	text-align: left; }
.articles .article {
	color: #343434;
	border-bottom: 1px solid #eeeeee;
	padding: 11px 0 12px; }
.articles .article:first-child {
	border-top: 1px solid #eeeeee; }
.articles .img {
	float: left;
	max-width: 170px;
	margin-right: 20px; }
.articles .date {
	color: #a4a4a4; }
.articles .title {
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.4;
	padding: 10px 0; }
.articles .descr {
	padding: 3px 0;
	line-height: 1.5; }
.faq .articles {
	padding: 35px 0;
	border: none; }
.faq .article {
	border: none !important; }
.faq .article .img {
	border: 4px solid #eee; }
.faq .article a {
	display: block; }
.faq .article a:hover {
	color: #ed1c24; }
.about {
	margin-bottom: 110px;
	padding-right: 15%; }
.about .title {
	font-size: 1.09063rem;
	text-transform: uppercase;
	border-bottom: 1px solid #ed1c24;
	position: relative;
	line-height: 1.7;
	padding-top: 5px;
	font-weight: 600;
	color: #343434; }
.about .title:before {
	content: "";
	position: absolute;
	left: -33px;
	bottom: 0;
	width: 20px;
	height: 20px;
	background-color: #ed1c24; }
.about .descr {
	line-height: 2;
	text-align: justify;
	margin-bottom: 40px;
	padding-top: 1px;
	font-size: 0.8125rem; }
.registry {
	padding-bottom: 110px; }
.registry .secondtitle {
	position: relative; }
.registry .secondtitle:after {
	content: "";
	border-top: 1px solid #eeeeee;
	position: absolute;
	width: 70%;
	height: 0px;
	bottom: 10px;
	left: 0; }
.btn-login {
	text-transform: uppercase;
	color: #fff;
	font-size: 18px;
	background-color: #ed1c24;
	padding: 14px 5.5%;
	text-align: center;
	white-space: nowrap;
	display: inline-block; }
.btn-login:hover {
	background-color: #ff5e60;
	color: #fff; }
.btn-log {
	padding: 2px 0 15px; }
.registry-title {
	font-size: 18px;
	font-weight: 700;
	color: #343434;
	padding: 20px 5px 12px 0; }
.card-title {
	font-size: 15px;
	color: #ed1c24;
	padding: 20px 0 23px; }
.registry .col-md-6:nth-child(1) {
	padding-right: 7%; }
.registry .col-md-6:nth-child(2) {
	padding-right: 7%; }
.registry .col-md-6:nth-child(2):before {
	content: "";
	border-left: 1px solid #eee;
	position: absolute;
	width: 2px;
	height: 90%;
	top: 60px;
	left: -20px; }
.input-row {
	padding: 10px 0 8px; }
.input-row span {
	font-size: 13px;
	color: #343434;
	font-weight: 200;
	width: 46%;
	display: inline-block;
	float: left;
	padding-top: 6px; }
.input-row span.align {
	vertical-align: top;
	line-height: 18px;
	padding-top: 0; }
.input-row input, .select-row select, input.inputtext {
	padding: 5px 5px;
	width: 54%;
	font-size: 13px;
	border: 1px solid #eee;
	outline: none;
	height: 28px;
	float: left; }
input.inputtext[type="file"] {
	border: 0px !important;
}
.input-row input:focus {
	border: 1px solid #ed1c24; }
.select-row {
	padding: 25px 0 0;
	position: relative; }
.select-row select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	color: #909090; }
.select-row span {
	font-size: 13px;
	color: #343434;
	line-height: 1.5;
	font-weight: 200;
	width: 46%;
	display: inline-block;
	vertical-align: middle;
	float: left;
	padding-right: 2px; }
.select {
	display: inline-block;
	position: relative;
	width: 54%; }
.select:after {
	content: "";
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -2px;
	border-top-color: #eee;
	border-top: 4px dashed;
	border-top: 4px solid;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	border-top-color: #909090; }
.small {
	font-size: 11px;
	display: inline-block; }
p.note {
	font-size: 13px;
	color: #343434;
	font-style: italic;
	margin: 30px 0 50px; }
.note span {
	color: #ed1c24;
	vertical-align: top; }
.avatar-row {
	position: relative;
	margin: 17px 0;
	font-size: 0; }
.avatar-row:before {
	content: "";
	border-top: 1px solid #c9c9c9;
	position: absolute;
	width: 43%;
	height: 0;
	top: -10px;
	left: 7px; }
.avatar-row span {
	font-size: 13px;
	color: #343434;
	font-weight: 300;
	width: 55px;
	vertical-align: middle;
	margin-right: 14px; }
.upload {
	width: 155px;
	height: 30px;
	background-color: #eeeeee;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-align: center;
	vertical-align: middle; }
.upload input {
	width: 155px;
	height: 30px;
	opacity: 0;
	overflow: hidden; }
.upload span {
	width: 155px;
	text-transform: uppercase;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	display: inline-block;
	height: 27px;
	font-weight: 300;
	margin-top: -8px; }
.agriment {
	margin-bottom: 20px;
	position: relative; }
.agriment label {
	padding-left: 30px; }
.agriment label:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 17px;
	height: 17px;
	border: 1px solid #f0f0f0;
	background: transparent; }
.agriment [type="checkbox"]:not(:checked), .agriment [type="checkbox"]:checked {
	position: absolute;
	left: -9999px; }
.agriment [type="checkbox"]:not(:checked) + label:after, .agriment [type="checkbox"]:checked + label:after {
	content: '✔';
	position: absolute;
	top: 0px;
	left: 3px;
	line-height: 0.8;
	color: #ed1c24;
	-webkit-transition: all .2s;
	transition: all .2s;
	padding: 0 !important;
	margin: 4px 10px 0 0; }
.agriment [type="checkbox"]:not(:checked) + label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0); }
.agriment label {
	font-family: "Open Sans", sans-serif;
	font-size: 13px;
	color: #2d2d2d;
	font-weight: 300; }
.btn-registry {
	text-transform: uppercase;
	color: #ed1c24;
	font-family: "Open Sans", sans-serif;
	font-size: 15px;
	border: 1px solid #ed1c24;
	background-color: #fff;
	padding: 15px 4%;
	margin: 15px 0; }
.btn-registry:hover {
	color: #fff;
	background-color: #ff5e60;
	border: 1px solid #ff5e60; }
.footer {
	background-color: #f2f2f2;
	padding: 20px 0 20px;
	color: #666666;
	font-size: 0.75rem; }
.footer .links {
	color: #666666; }
.footer .links li {
	padding: 8px 0; }
.footer .links a, .footer .links span {
	line-height: 1.2;
	font-weight: 300;
	padding: 10px 0; }
.footer .links a:hover {
	color: #ed1c24; }
.footer .phone {
	padding-top: 5px; }
.footer .phone a {
	color: #666666; }
.footer .malito {
	text-align: right;
	display: block; }
.footer .socials {
	text-align: right; }
.footer .socials a {
	width: 32px;
	height: 40px;
	display: inline-block;
	margin-right: 10px;
	margin-top: 20px;
	background-repeat: no-repeat;
	background-image: url("../image/icon_soc.png"); }
.footer .socials a:last-child {
	margin-right: 0; }
.footer .fb {
	background-position: 0px 0px; }
.footer .tw {
	background-position: -41px 0px; }
.footer .lin {
	background-position: -82px 0px; }
.footer .vk {
	background-position: -123px 0px; }
.footer .ok {
	background-position: -164px 0px; }
.footer .yt {
	background-position: -204px 0px; }
.footer .inst {
	background-position: -245px 0px; }
.footer .fb:hover {
	background-position: 0px -48px; }
.footer .tw:hover {
	background-position: -41px -48px; }
.footer .lin:hover {
	background-position: -82px -48px; }
.footer .vk:hover {
	background-position: -123px -48px; }
.footer .ok:hover {
	background-position: -164px -48px; }
.footer .yt:hover {
	background-position: -204px -48px; }
.footer .inst:hover {
	background-position: -245px -48px; }
.links_info li {
	float: left;
	width: 50%; }
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	transition: opacity .15s linear; }
.all-box {
	overflow: hidden; }
.open_menu {
	border: 3px solid #000;
	background-color: transparent;
	float: left; }
.open_menu span {
	background: #000;
	display: block;
	height: 4px;
	margin-bottom: 5px;
	width: 30px;
	outline: none; }
.open_menu {
	display: none;
	padding: 10px; }
.open_menu:hover, .open_menu:active {
	background-color: rgba(227, 227, 227, 0.3); }
.open_side {
	display: none; }
.funct .subscribe-btn {
	padding: 15px; }
@media (min-width: 1240px) {
	.similar-inner {
		margin-left: -35px;
		margin-right: 0px; }
}
@media (max-width: 1240px) {
	.similar {
		float: none;
		width: 100%;
		clear: left; }
	.similar .item-wrap {
		width: 25%;
		float: left; }
	.preview {
		width: 100%; }
	.preview .preview-item, .preview .tabs-wrap {
		margin-right: 0px; }
	.phone {
		font-size: 1.1875rem; }
	.btn-area .add-to-cart {
		padding: 15px 13%; }
	.content .day-item {
		width: 32%; }
	.content .col-md-20 {
		width: 33.3%; }
	.content .col-md-20:nth-child(4n) {
		clear: left; }
	.reviews .more-link {
		padding: 15px; }
	.last-news {
		padding-right: 10px; }
	.top-navigation ul > li {
		padding: 0 5px; }
	.header .social {
		display: none; }
	.promo .promo-title {
		font-size: 2.15rem;
		width: 70%; }
	/*
	.day-item .item {
		margin-top: 30px;
	}
	*/
}

@media (max-width: 990px) {
	.menu-wrap {
		margin-left: 0 }
	.phone {
		font-size: 1.5rem; }
	.preview-item .col-xs-6 {
		width: 100%;
		float: none; }
	.item-wrap .item-descr {
		height: 55px; }
	.footer .socials a {
		margin-top: 0; }
	.footer .socials a:last-child {
		margin-right: 10px; }
	.item-info {
		padding-left: 10px; }
	.color {
		right: -3%; }
	.video-link .preview-mainimg {
		min-height: 150px; }
	.video-link .preview-thumbs {
		min-height: 40px;
		height: auto; }
	.promo_action .promo-title {
		font-size: 1.5rem; }
	.promo_action .promo-title span {
		font-size: 2.25rem; }
	.promo_action .promo-descr {
		font-size: 0.75rem; }
	.promo .promo-title {
		width: 90%;
		font-size: 1.125rem; }
	.promo .promo-title span {
		font-size: 0.875rem; }
	.funct .subscribe-btn {
		padding: 15px;
		margin-bottom: 5px;
		display: inline-block; }
	.catalog .item-wrap:nth-child(3n+3) {
		border-right: 1px solid #eeeeee; }
	.catalog .item-wrap:nth-child(2n) {
		border-right: none; }
	.catalog .item-wrap:nth-child(2n-1) {
		clear: left; }
	.content .day-item {
		width: 49%; }
	.day-item {
		margin-left: 5px; }
	.content .col-md-20 {
		width: 50%; }
	.content .col-md-20:nth-child(4n) {
		clear: none; }
	.content .item-wrap:nth-child(2n) {
		border-right: 1px solid #eeeeee; }
	.about {
		padding-left: 35px;
		padding-right: 0; }
	.open_menu {
		border: 1px solid #fff;
		background-color: transparent; }
	.open_menu span {
		background: #fff;
		display: block;
		height: 4px;
		margin-bottom: 5px;
		width: 30px;
		outline: none; }
	.open_menu {
		display: block;
		position: absolute;
		top: 0;
		margin-top: 4px;
		padding: 8px 10px 2px; }
	.menu-wrap {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		pointer-events: none;
		z-index: 150;
		padding: 0; }
	.menu--visible {
		pointer-events: auto; }
	.app-menu {
		background-color: rgba(237, 28, 36, 0.9);
		color: #000;
		position: relative;
		max-width: 250px;
		width: 90%;
		height: 100%;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
		-webkit-transform: translateX(-103%);
		-ms-transform: translateX(-103%);
		transform: translateX(-103%);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		will-change: transform;
		z-index: 160;
		pointer-events: auto;
		overflow-x: auto; }
	.menu--visible .app-menu {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none; }
	.menu--visible .app-menu ul > li {
		display: block;
		padding: 3% 0;
		max-width: 100%; }
	.menu--visible .app-menu ul > li.current-menu-item, .menu--visible .app-menu ul > li:hover, .menu--visible .app-menu ul > li:active {
		cursor: pointer;
		color: #fff; }
	.top-navigation ul > li:after {
		display: none; }
	.menu--animatable .app-menu {
		-webkit-transition: all 130ms ease-in;
		transition: all 130ms ease-in; }
	.menu--visible.menu--animatable .app-menu {
		-webkit-transition: all 330ms ease-out;
		transition: all 330ms ease-out; }
	.menu-wrap:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		opacity: 0;
		will-change: opacity;
		pointer-events: none;
		-webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
		transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
	.menu--visible.menu:after {
		opacity: 1;
		pointer-events: auto; }
	/*
	.day-item .item {
		margin-top: 70px;
	}
	*/
}
@media (min-width: 700px) {
	.dileram.detail, .catalog.detail, .partnery.detail, .about.detail {
		padding-left: 40px;
	}
}
@media (max-width: 700px) {
	.open_side {
		border: 1px solid #fff;
		background-color: transparent;
		float: left; }
	.open_side span {
		background: #fff;
		display: block;
		height: 4px;
		margin-bottom: 5px;
		width: 30px;
		outline: none; }
	.open_side {
		display: block;
		position: absolute;
		padding: 13px 13px 11px;
		background-color: #ed1c24;
		margin: 0 0 0 5px;
		margin-top: -91px;
		outline: none; }
	.open_side:hover {
		background-color: rgba(237, 28, 36, 0.8); }
	.side {
		position: fixed;
		left: 0;
		top: 0;
		margin: 0 auto;
		bottom: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
		pointer-events: none;
		z-index: 150; }
	.side--visible {
		pointer-events: auto; }
	.app-side {
		background-color: rgba(255, 255, 255, 0.85);
		padding-left: 5px;
		color: #000;
		position: relative;
		max-width: 250px;
		width: 90%;
		height: 100%;
		overflow-y: scroll;
		-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
		-webkit-transform: translateX(-103%);
		-ms-transform: translateX(-103%);
		transform: translateX(-103%);
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		will-change: transform;
		z-index: 160;
		pointer-events: auto; }
	.app-side .col-xs-4 {
		width: 100%;
		padding: 0; }
	.side--visible .app-side {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none; }
	.side--animatable .app-side {
		-webkit-transition: all 130ms ease-in;
		transition: all 130ms ease-in; }
	.side--visible.side--animatable .app-side {
		-webkit-transition: all 330ms ease-out;
		transition: all 330ms ease-out; }
	.side:after {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.4);
		opacity: 0;
		will-change: opacity;
		pointer-events: none;
		-webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1);
		transition: opacity 0.3s cubic-bezier(0, 0, 0.3, 1); }
	.side--visible.side:after {
		opacity: 1;
		pointer-events: auto; }
	ul.nav-menu > li.up-menu .sub-menu,
	ul.nav-menu > li.up-menu:hover .sub-menu,
	ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu .double-sub-menu,
	ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu:hover .double-sub-menu {
		display: block;
		left: 0;
		z-index: 3;
		top: 0;
		position: relative;
		-webkit-box-shadow: none;
		box-shadow: none; }
	ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu .double-sub-menu,
	ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu:hover .double-sub-menu {
		left: 20px;
		width: 90%; }
	ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu .double-sub-menu > li,
	ul.nav-menu > li.up-menu > ul.sub-menu > li.double-up-menu:hover .double-sub-menu > li {
		padding: 5px 0; }
	ul.nav-menu > li.up-menu {
		padding: 7px 5px 5px; }
	.main-section {
		width: 100%;
		float: none; }
	.search {
		margin-left: 60px;
		margin-bottom: 20px; }
	.app-side, ul.nav-menu, .sub-menu, ul.nav-menu > li.up-menu:hover .sub-menu .double-sub-menu {
		background-color: #f6f6f6; }
	.up-menu:after, .double-up-menu:after {
		display: none; }
	.about {
		padding-left: 30px;
		padding-right: 10px; }
}
@media (max-width: 600px) {
	.registry-form .col-xs-6 {
		width: 100%;
		float: none; }
	.reviews .col-xs-6 {
		width: 100%;
		float: none; }
	.footer .phone {
		font-size: 1.25rem; }

	.promo .col-xs-8 { width: 50%; }
	.promo .col-xs-4 { width: 50%; }

	/*.day-item .item {*/
		/*margin-top: 30px;*/
	/*}*/
}
@media (max-width: 500px) {
	.search input {
		width: calc(100% - 100px);
	}
	.logo-wrap {
		margin-left: 0;
	}
	.similar {
		display: none; }
	.tab-content .col-xs-6 {
		width: 100%;
		float: none; }
	.footer .links {
		width: 50%; }
	.funct .col-xs-6 {
		width: 100%;
		float: none;
		text-align: center; }
	.funct .phone {
		text-align: center;
		padding-bottom: 10px; }
	.footer .col-xs-4:last-child {
		width: 100%;
		float: none;
		text-align: center;
		clear: both;
		padding-top: 20px; }
	.footer .phone, .footer .malito, .footer .socials {
		text-align: center; }
	.footer .links_info {
		width: 100%; }
	.catalog .item-wrap, .content .item-wrap {
		width: 100%;
		text-align: center;
		border: 1px solid #eeeeee;
		margin-bottom: 5px; }
	.catalog .item-wrap:nth-child(2n), .content .item-wrap:nth-child(2n) {
		border-right: 1px solid #eeeeee; }
	.promo_action {
		display: none; }
	.promo .promo-title {
		left: 10px;
		font-size: 1.5rem; }
	.promo .promo-title span {
		font-size: 0.75rem; }
	.promo .promo-btn {
		bottom: 10px;
		left: 10px;
		padding: 10px 15px; }
	.content .day-item, .content .col-md-20 {
		width: 100%;
		float: none;
		text-align: center; }
	.content .item-wrap_first {
		margin-top: 10px; }
	.header-top {
		height: 50px; }
	.header .phone {
		margin-left: -60px; }
	.region {
		margin-right: 20px; }
	.promo .col-xs-8{
		 width: 100%;
		padding-left: 10px !important;
		padding-right: 10px !important;
	 }
	.promo .col-xs-4 { width: 100%;
		padding-top: 20px;
		padding-left: 0;
		padding-right: 0; }
	.day-item { display: block; float: none; }
	.last-news .headtitle {
		margin-top: 75px;
	}
	/*.day-item .item {*/
		/*margin-top: 0;*/
	/*}*/
}
@media (max-width: 400px) {
	.btn-area {
		margin: 0 -10px; }
	.btn-area .add-to-cart {
		/*padding: 10px 15px;*/
		margin-right: 5px; }
	.btn-area .one-click {
		padding: 10px 15px;
		float: none; }
	.articles .img {
		float: none; }
	.region {
		display: none; }
}
@media (max-width: 350px) {
	.header .phone {
		margin-left: -80px;
	}
	/*.day-item .item {*/
		/*margin-top: 20px;*/
	/*}*/
}
a.link-support, a.link-support:hover { text-decoration: none; }
a.link-support { display: block; }
a.link-support > span { color: #00aeff; }
.half-support { float: left; width: 45%; margin-right: 3%; }
.inner-support { display: none; }
.partner-box {
	float: left;
	width: 40%;
	font-size: 11px;
	margin: 20px 0;
	margin-right: 5%;
	position: relative;
	min-height: 120px;
}
@media (max-width: 700px) {
	.partner-box {
		float: left;
		width: 40%;
		font-size: 11px;
		margin: 0 5%;
		position: relative;
		min-height: 120px;
	}
}
.partner-box a {
	color: #3366cc;
	text-decoration: underline;
	font-weight: bold;
}
.partner-box:first-of-type { margin-right: 5%; }
.partner-box img {
	height: 75px;
	width: 123px;
	float: left;
	margin-right: 15px;
}
.partner-box .name-partner { font-weight: bold; color: #d71921; }
.partner-box .address-partner { width: 250px; }
.partner-box .address-partner > span { text-decoration: underline; }
.address-partner:hover > .address-inner { display: block; }
.address-inner { display: none; position: absolute; border: 1px solid #ccc; left: 30%; top: 0; z-index: 1000; max-width: 400px; background-color: #fff; padding: 10px; -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px; }
.form-block {
	margin: 30px;
}
div.form-block table.form-table td:first-child, .form-block p:last-child {
	display: none;
}
.form-block h1 {
	font-size: 20px;
}
a.malito.callback_form .top {
	font-size: 11px;
}
a.malito.callback_form.contacts {
	font-size: 11px;
	width: 110px;
	text-align: center;
	padding: 3px;
	float: right;
	display: none;
	border: 1px solid red;
	border-radius: 3px;
}
.without-price .maintitle {
    color: #ed1c24;
}
a.malito.callback_form.contacts:hover {
	background: red;
	color: white;
}
.unvisible {
	display: none;
}
.swf-zoom img {
	margin-top: 12px;
}