.body-regular > .container > .row > .col-md-12.col-wrapper-mv {
	/*display: none !important;*/
}
/*@media (min-width: 992px) {
	.body-regular {
		padding-top: 0;
	}
	.action-block {
		font-size: 14px;
	}
}*/

.body {
	background-color: #f3f4f6;
	/*background-color: #fff;*/
}

.header {
	/*min-height: 354px;*/
	padding: 0;
	/*padding: 65px 85px 36px;*/
	background-color: #f3f4f6;
	/*background-color: #fff;*/
}
.header-logo__wr {
	padding: 40px 0;
}
.header-logo__wr .logo {
	display: block;
}
.header-cols {}
.header-cols > .row {
	display: flex;
	align-items: center;
}
.header-cols .img-left {
	margin-right: auto;
}
.header-cols p {
	margin-bottom: 15px;
}
.header-cols .big {
	font-size: 18px;
}
@media (max-width: 991px) {
	.header {
		text-align: center;
	}
	.header .logo {
		max-width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.header-cols {
		text-align: left;
	}
}
@media (max-width: 767px) {
	.header-cols > .row {
		display: block;
	}
	.header-cols .col {
		width: 100%;
		float: none;
	}
	.header-cols .img {
		margin-left: auto;
		margin-right: auto;
	}
	.header-cols .img-center {
		margin: 20px auto;
	}
}
@media (max-width: 499px) {
	.header-cols {
		/*margin: 0 -20px;*/
		/*padding: 0;*/
	}
}

.shops {
	border-top:3px solid #e5e5e4;
	margin-top: 20px;
	padding-bottom:1px;
	background: white;
}
.shops .top {
	padding:25px 40px 20px;
	color: #006db6;
}
.shops .top h3 {
	margin-bottom: 30px !important;
}
.shops .top .h3 {
	display: inline-block;
	margin: 0 30px 0 0;
	font-size: 20px;
	color: #000000;
}
.shops .top select.form-control {
	display: inline-block;
	min-width: 280px;
	width: auto;
	height: 44px;
	border-radius: 0;
}
.shops__wr-name {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
}

.shops .table__wr {
	overflow-x: auto;
}
.shops .table {
	color: #2f353d;
}
.shops .table tr.even {
	background-color:#e7f8ff;
}
.shops .table tr:hover {
	background-color:#aaa;
	color:white;
}
.shops .table tr.no-hover {
	background-color:inherit;
	color:inherit;
}
.shops .table td {
	padding: 10px 40px 10px 0;
	border-top:none;
	font-size: 14px;
}
.shops .table .td-name {
	width: 50%;
	padding-left: 40px;
}
.shops .table .td-days,
.shops .table .td-hours {
	white-space: nowrap;
}
.shops .table .td-days {
	padding-right: 20px;
}
.shops .table .h4 {
	display: inline;
	margin: 0;
	font-size: inherit;
}
.shops .table .h4:after {
	display: inline;
	content: ",";
}
/*.shops .table .h5 {
	display: none;
}*/

.metro {
	display: inline-block;
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	margin-right: 5px;
}
.blue {
	background-color: #019ee0;
}
.pink {
	background-color: #ffa8af;
}
.brown {
	background-color: #745c2f;
}
.dark_blue {
	background-color: #0252a2;
}
.green {
	background-color: #029a55;
}
.purpure {
	background-color: #b61d8e;
}
.red {
	background-color: #ef1e25;
}
.gray {
	background-color: #acadaf;
}
.orange {
	background-color: #f97908;
}

.shops .table .btn--offline {
	padding: 10px 30px;
	color: white;
	background-color: #d0242a;
}
.shops .table .btn--offline:hover,
.shops .table .btn--offline:active,
.shops .table .btn--offline:focus {
	/*background-color: #d1242a;*/
	background-color: #b6171d;
}
.shops .table .ico-point {
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-right: 0.1em;
	vertical-align: middle;
	border-radius: 50%;
}

@media (max-width: 991px) {
	.shops {
		margin-left: -10px;
		margin-right: -10px;
	}
}
@media (max-width: 767px) {
	.shops .top {
		padding: 20px;
	}
	.shops .top .h2 {
		bottom: 20px;
		left: 20px;
		right: 20px;
		font-size: 30px;
	}
	.shops .top .h3 {
		display: block;
		margin: 0 0 20px;
	}

	.shops .table td {
		padding-right: 20px;
	}
	.shops .table .td-name {
		padding-left: 20px;
	}
	.shops .table .td-days {
		padding-right: 10px;
	}
}
@media (max-width: 499px) {
	.shops .top select.form-control {
		display: block;
		width: 100%;
		min-width: 0;
	}
	.shops .table tr {
		display: flex;
		justify-content: space-between;
	}
	.shops .table td {
		border: none;
	}
	.shops .table tr {
		flex-wrap: wrap;
	}
	.shops .table .td-name {
		width: 100%;
	}
	.shops .table .td-phone {
		width: 100%;
		padding: 0 20px;
	}
	.shops .table .td-days {
		width: 50%;
		/*order: 10;*/
		padding-left: 20px;
	}
	.shops .table .td-hours {
		width: 50%;
		/*order: 11;*/
	}
	.shops .table .td-btns {
		width: 100%;
		padding-top: 0;
		padding-left: 20px;
	}
}

@media (min-width: 992px) {
	.body-regular {
		padding-top: 0;
		padding-bottom: 0;
	}
	.action-block {
		font-size: 14px;
	}
}
@media (max-width: 991px) {
}

/* *************** */

.action-block__title.text-left {
	text-align: left;
}

/* *************** */

.list-custom-marker {
	list-style: none;
}
.list-custom-marker li + li {
	margin-top: 5px;
}
.list-custom-marker li:before {
	display: inline-block;
	width: 30px;
	margin-left: -30px;
	padding-right: 5px;
	text-align: right;
	content: attr(data-marker);
}

/* *************** */

.product__img .img-responsive {
	margin-left: auto;
	margin-right: auto;
}

.subscribe__wr {
	display: none !important;
}

/* *************** */

.smenu__wr {
	position:relative;
	height:122px;
	overflow:hidden;
	background:#e4e7eb;
}
.smenu {
	position:relative;
	left:0;
	min-width:940px;
	height:122px;
	margin:0;
	padding:0;
	list-style:none;
	-webkit-transition: left .2s ease-in-out;
	transition: left .2s ease-in-out;
}
.smenu.touchmove {
	-webkit-transition: none;
	transition: none;
}
.smenu li {
	position:relative;
	float:left;
	width:122px;
	height:122px;
	border-right:1px solid #f3f4f6;
	overflow:hidden;
	text-overflow:ellipsis;
	text-align:center;
	text-transform:uppercase;
	font-size:12px;
	line-height:17px;
	letter-spacing:-0.5px;
}
.smenu li:first-child {
	border-left:1px solid #f3f4f6;
}
.smenu li:hover {
	background-color:#f1f5f9;
}
.smenu li.active {
	z-index:1;
	background-color:#f3f4f6;
	box-shadow:0 0 4px 4px rgba(0, 0, 0, 0.15);
}
.smenu li > a {
	display:block;
	width:122px;
	height:122px;
	padding:0 5px;
	color:inherit;
}
.smenu .img {
	height:70px;
	line-height:66px;
}
.smenu .img > img {
	max-height:70px;
}
.smenu .img-a,
.smenu .active .img-p {
	display: none;
}
.smenu .active .img-a {
	display: inline-block;
}
.smenu-arrow {
	display:block;
	position:absolute;
	top:0;
	width:44px;
	height:122px;
	cursor:pointer;
	z-index:2;
}
.smenu-arrow.disabled {
	display:none;
}
.smenu-arrow--left {
	left:0;
}
.smenu-arrow--right {
	right:0;
}
.smenu-arrow .ico-arrow {
	display:block;
	position:absolute;
	left:5px;
	top:35px;
	width:34px;
	height:52px;
	background:url(/i/icons.png) -100px -180px no-repeat;
	overflow:hidden;
}
.smenu-arrow--right .ico-arrow {
	background-position:-140px -180px;
}
@media (min-width: 992px) {
	.smenu-arrow {
		visibility:hidden;
	}
	.smenu__wr:hover .smenu-arrow {
		opacity:1;
		visibility:visible;
	}
}
@media (max-width: 991px) {
	.smenu__wr {
		margin: 0 -20px;
		padding-left:20px;
		padding-right:20px;
	}
	.smenu li {
		border-right-color:white;
	}
	.smenu li:first-child {
		border-left-color:white;
	}
	.smenu li.active {
		background-color:white;
	}
	.smenu-arrow {
		opacity:1;
		visibility:visible;
	}
}

@media (max-width: 991px) {
	.bnr-top {
		margin: 0 -20px 20px;
	}
}

/* *************** */

@media (min-width: 992px) {
	.smenu__wr--promo {
		height: auto;
		margin: 30px 0 20px;
		background: none;
		overflow: visible;
	}
	.smenu__wr--promo .smenu-arrow {
		display: none !important;
	}
	.smenu--promo {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		position: static;
		height: auto;
		margin: 0 -10px;
		min-width: 0 !important;
		left: 0 !important;
	}
	.smenu--promo li {
		height: 105px;
		margin: 10px 7px;
		border: none;
		background-color: #e4e7eb;
	}
	.smenu--promo li:hover {
		background-color: #e4e7eb;
		box-shadow: 0 0 5px rgba(242,85,41, 0.6);
	}
	.smenu--promo li.active {
		background-color: #f3f4f6 !important;
		box-shadow: 0 0 5px rgba(242,85,41, 0.6);
	}
	.smenu--promo li a {
		height: 105px;
		text-transform: none;
	}
	.smenu--promo li a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		line-height: 1.2;
	}
}
@media (max-width: 991px) {
	.smenu__wr--promo {
		margin-left: -20px;
		margin-right: -20px;
	}
	.smenu__wr {
		margin-bottom: 20px;
	}
	.catalog-list--mv-new__wr {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.smenu__wr--promo--top {
	margin-top: 30px;
	margin-bottom: 30px;
}
.smenu--promo--top li .text {
	font-size: 18px;
}
.smenu--promo--top li {
	text-transform: none;
}
@media (min-width: 992px) {
	.smenu--promo--top li,
	.smenu--promo--top li a {
		width: 140px;
	}
}

.smenu__wr--promo--sub {
	margin-top: 0;
}
@media (min-width: 992px) {
	.smenu--promo--sub li span {
		width: auto;
		height: auto;
		padding: 0;
	}
	.smenu--promo--sub li .text {
		font-size: 18px;
	}
	.smenu--promo--sub li .discount {
		font-size: 40px;
	}
	.smenu--promo--sub li.active .discount {
		color: #f25529;
	}
}
@media (max-width: 991px) {
	.smenu--promo--sub li a {
		display: flex;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		line-height: 1.2;
	}
	.smenu--promo--sub li span {
		width: auto;
		height: auto;
		padding: 0;
	}
	.smenu--promo--sub li .text {
		font-size: 14px;
	}
	.smenu--promo--sub li .discount {
		font-size: 30px;
	}
	.smenu--promo--sub li.active .discount {
		color: #f25529;
	}
}

.glava-6 .smenu--promo--sub li span {
	display: inline;
}
.glava-6 .smenu--promo--sub li .discount {
	text-transform: none;
}
@media (min-width: 992px) {
	.glava-6 .smenu--promo--sub li .discount {
		font-size: 30px;
		letter-spacing: -1.5px;
	}
}
@media (max-width: 991px) {
	.glava-6 .smenu--promo--sub li .discount {
		font-size: 30px;
		letter-spacing: -1.5px;
	}
}

/* *************** */

@media (min-width: 992px) {
	.catalog-item-in {
		background-color: #fff;
	}
	.pricebox-in_list .btn-product {
		margin-bottom: 10px;
	}
}
@media (max-width: 991px) {
	.catalog-list--mv-new {
		background-color: #fff;
	}
	.catalog-list--mv-new .catalog-item {
		padding: 20px;
	}
	.catalog-list--mv-new .catalog-item-in {
		height: 340px;
		padding: 0;
	}
	.catalog-list--mv-new .catalog-item-in .label {
		right: -10px;
		top: -10px;
		font-size:14px;
	}
	.catalog-list--mv-new .catalog-item-in .label--left {
		left: -10px;
		right: auto;
	}
	.catalog-list--mv-new .catalog-item-in .label-wrapper {
		top: -10px;
		right: -10px;
		left: -10px;
	}
	.catalog-list--mv-new .catalog-item-in .text-wrapper {
		height:215px;
	}
	.catalog-list--mv-new .catalog-item-in .desc,
	.catalog-list--mv-new .catalog-item-in .over-gradient,
	.catalog-list--mv-new .pricebox-in_list .item-availability,
	.catalog-list--mv-new .pricebox-in_list .price-label {
		display: none !important;
	}
	.catalog-list--mv-new .pricebox-in_list .item-button.coming_soon {
		margin-top: 54px;
	}
	.catalog-list--mv-new .pricebox-in_list .item-price {
		height: 42px;
		padding-bottom: 0;
	}

	.catalog-list--mv-new .pricebox-in_list .button-buy,
	.catalog-list--mv-new .pricebox-in_list .btn-find,
	.catalog-list--mv-new .pricebox-in_list .button-preorder,
	.catalog-list--mv-new .pricebox-in_list .button-presale,
	.catalog-list--mv-new .pricebox-in_list .added .btn-product {
		display: flex;
		align-items: center;
		justify-content: center;
		width:115px;
		height: 42px;
		padding-left:3px;
		padding-right:3px;
		font-size: 14px;
		overflow: hidden;
	}
	.pricebox-in_list .button-1buy.disabled,
	.pricebox-in_list .button-1buy[disabled],
	.pricebox-in_list a.button-1buy.disabled,
	.pricebox-in_list a.button-1buy[disabled] {
		background-color: #f25529;
	}

	.catalog-list--mv-new .pricebox-in_list .button-buy {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.catalog-list--mv-new.catalog-list--mv-price-right .pricebox-in_list .item-price {
		min-width: 0;
		margin: 0;
		padding: 5px 0;
	}
	.catalog-list--mv-new .pricebox-in_list .price,
	.catalog-list--mv-new .pricebox-in_list .price-fake,
	.catalog-list--mv-new .pricebox-in_list .price_old,
	.catalog-list--mv-new .pricebox-in_list .price_old-fake {
		display: block;
		margin-right: 0 !important;
	}
	.catalog-list--mv-new .pricebox-in_list .price_old,
	.catalog-list--mv-new .pricebox-in_list .price_old-fake {
		font-size: 14px;
	}
	.catalog-list--mv-new.catalog-list--mv-price-right .pricebox-in_list .item-button.sale_button,
	.catalog-list--mv-new.catalog-list--mv-price-right .pricebox-in_list .item-button.preorder_button {
		float: none;
		margin-top: 12px;
	}
	.catalog-list--mv-new__wr {
		position: relative;
		margin-left: -20px;
		margin-right: -20px;
	}
	.catalog-list--mv-new__wr:after {
		position: absolute;
		top: 1px;
		bottom: 1px;
		right: 0;
		width: 1px;
		background-color: #fff;
		content: " ";
	}
	.catalog-list--mv-new2 {
		margin: 0 0 10px 0;
		padding: 0;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow: 0 0 7px rgba(0,0,0, 0.2);
	}
	.catalog-list--mv-new2 .catalog-item {
		margin-bottom: -1px;
		border-right: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
	}
}

/* *************** */



.p--first {
	padding-bottom: 1px !important;
}

@media (min-width: 992px) {

}
@media (max-width: 991px) {

}
@media (min-width: 768px) {

}
@media (max-width: 767px) {

}
@media (min-width: 551px) and (max-width: 767px) {

}

