.cities-block {
	display: none;
}
.wrapper.new_muse > .w-fixed {
	background: #b40303;
}/*
.wrapper.ny > .w-fixed {
	background-image: url('../img/2026/snow.png');
	background-repeat: no-repeat;
	background-position: 50% 0;
}*/
.new_muse .link-phone {
	color: #fff;
}
.new_muse .link-whatsapp::before {
	background-image: url(../img/white/ic_wapp.svg);
}
.new_muse .link-tg::before {
	background-size: 130%;
	background-image: url(../img/footer/tg.svg);
}
.new_muse .header-personal::before  {
	background-image: url(../img/white/ic_personal.svg);
}
.new_muse .header .container .right .search:after {
	background-image: url(../img/white/search-_2_.svg);
}
.new_muse .header .container .right .icon-basket:after {
	background-image: url(../img/white/cart-_1_.svg);
}
.new_muse .nav-list > li {
	width: 16.6%;
}
.new_muse .btn-menu {
	background-image: url(../img/white/ic_menu.svg);
}
.new_muse .nav-list li sup{
	font-size: 60%;
	//color: #b40303;
	font-weight: bold;
	position: relative;
	top: -9px;
}
.wrapper {
	padding-top: 0!important;
	position: relative;
}
.wrapper > .w-fixed {
	z-index: 1000!important;
	top: initial!important;
	left: initial!important;
}
.wrapper > .distance {
	height: 150px;
}
.wrapper .container_arrow {
	z-index: 993!important;
}
.header .container {
	display: flex;
	align-items: center;
}
.header .container > * {
	width: 33%;
}
.header .container .left {
	height: 22px;
	display: flex;
	align-items: center;
	font-weight: bold;
}
.header .container .logo {
	top: 0;
}
.header .container .logo img {
	height: 44px;
}
.header .container .right {
	display: flex;
	justify-content: flex-end;
}
.header .container .right .search {}
.header .container .right .search:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('../img/header/search.svg') 0 0 no-repeat;
}
.header .container .right .basket-head {
	width: initial;
}
.header .container .right > * {
	margin-left: 55px;
}
.header .container .right > *:first-child {
	margin-left: 0;
}
.header .container .right .basket-block__price,
.header .container .right .basket-block__amount,
.call-header__descr {
	display: none;
}
.header .container .right .icon-basket {
	background: none;
}
.header .container .right .icon-basket:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	background: url('../img/header/cart.svg') 0 0 no-repeat;
}
.header .container .right .icon-basket:after {
    background: url(../img/cart-_1_.svg) 0 0 no-repeat;
	background-size: cover;
}
.header .container .right .search:after {
    background: url(../img/search-_2_.svg) 0 0 no-repeat;
	background-size: cover;
}
.menu-mobile {
	background: #333;
	padding: 0;
}
.menu-mobile .nav-list__link {
	display: block;
	padding: 15px 10px;
    font-size: 16px;
}
.menu-mobile .nav-list__link sup {
	position: relative;
	top: -4px;
	margin-left: 6px;
	font-size: 70%;
}
.menu-mobile .nav-list__link.all {
	font-weight: bold;
	text-decoration: underline;
}
.menu-mobile .menu-list__item {
	border: 0;
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,0.2)!important;
	margin: 0 15px;
}
.menu-mobile .menu-list__item.muse_new {
	background: #b40303;
	margin: 0;
}
.menu-mobile .menu-list__item.muse_new > .nav-list__link {
	margin: 0 15px;
	border: 0;
}
.menu-mobile .root-item .menu-list__item:last-child {
	margin-bottom: 60px;
}
.menu-mobile .menu-list .root-item {
	left: -999px;
	background: #333;
	overflow-y: auto;
	height: calc(100vh - 68px);
	position: fixed;
	top: 68px;
	width: 100%;
	z-index: 101;
}
.menu-mobile__bottom {
	flex-direction: column;
	align-items: flex-start;
	padding: 5px;
}
.menu-mobile__bottom .contacts-header__link {
	color: #fff;
	font-size: 14px;
	padding: 15px 10px;
}
.menu-mobile .menu-list .root-item.active {
	left: 0;
}
.menu-mobile ul li:has(ul) > a:after {
	content: '';
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -5px;
	background: url(../img/menu_drop.svg) 0 0 no-repeat;
}
.menu-mobile .menu-list .title {
	text-align: center;
	color: #fff;
	font-weight: bold;
	position: relative;
	font-size: 20px;
	padding: 10px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.menu-mobile .menu-list .title:after {
	content: '';
	transform: rotate(180deg);
	width: 10px;
	height: 10px;
	display: block;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -5px;
	background: url(../img/menu_drop.svg) 0 0 no-repeat;
}
body.menu-active,
body.filter-active {
	overflow: hidden;
}
@media only screen and (max-width : 992px) {
	.link-whatsapp,
	.link-tg {
		width: 24px;
		height: 24px;
	}
	.link-whatsapp::before,
	.link-tg::before  {
		width: 24px;
		height: 24px;
	}
	.btn-menu {
		width: 24px;
		height: 24px;
		margin-right: 15px;
	}
	.wrapper > .distance {
		height: 68px;
	}
	.header .container .right > * {
		margin-left: 10px;
	}
	.header.active .link-phone i {
		opacity: 1;
	}
	.header.active .link-phone span {
		visibility: none;
		opacity: 0;
	}
	.close-menu {
		z-index: 1;
		border-radius: 5px;
		bottom: initial;
		position: fixed;
		right: 999999px;
		transition: 0.3s;
	}
	.header .menu-mobile {
		left: -999px;
		overflow-y: auto;
		height: calc(100vh - 68px);
		position: fixed;
		top: 68px;
		transition: 0.3s;
		z-index: 100;
	}
	.header.active .menu-mobile {
		left: 0;
	}
	.header.active .close-menu{
		right: 5px;
		display: none;
	}
}
@media only screen and (max-width : 550px) {
/*	.wrapper.ny > .w-fixed {
		background-image: url('../img/2026/snow-mob.png');
	}*/
	.header .container > * {
		width: initial;
	}
	.header .container {
		display: grid;
		width: 100%;
		justify-content: space-between;
		grid-template-columns: 2fr 2fr 2fr;
	}
	
	.header .container .logo {
		#order: 3;
		width: initial;
		#grid-row: 2;
		#grid-column: 1 / 3;
		padding: 4px 0 0;
	}
	.header .container .logo img {
		max-height: 30px;
	}
}