.logo-menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#btn-menu {
	padding: 13px 20px 11px 42px;
	border-radius: 28px;
	background: #171717 url(../image/burger.svg) 14px 16px no-repeat;
	background-size: 20px;
	display: block;
	border: none;
	font-weight: 700;
	font-size: 18px;
	line-height: 156%;
	color: #fff;
}
body::after {
	content: "";
	position: fixed;
	z-index: 1001;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(10, 12, 26, 0.8);
	height: 100vh;
	width: 100vw;
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
	display: none;
}
.nav-is-toggled::after {
	opacity: 1;
	visibility: visible;
	display: block;
}
.submenu {
	display: none;
}
@media (min-width: 1200px) {
	.nav-drill {
		display: none;
	}
	/*.list-flex {
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 1280px;
		padding-left: 0;		
		margin-bottom: 0;
	}
	#top_menu2 .list-flex li {
		list-style: none;
		padding-bottom: 20px;
	}
	#top_menu2 .list-flex li a {
		font-weight: 400;
		font-size: 22px;
		line-height: 28px;
		color: #343434;
	}
	#top_menu2 {
		position: relative;
		margin: 0;
		text-transform: none;
	}*/
	.top_menu2 {
		position: relative;	
	}	
	.submenu {
		position: absolute;
		left: 0;
		right: 0;	
		top: 72px;	
		background: #fff;
		border-radius: 0 16px 16px 16px;
		min-height: 356px;		
	}
	.nav-is-toggled .submenu {
		z-index: 1002;
		display: flex;
		align-items: stretch;
	}
	.nav-is-toggled #btn-menu {
		position: relative;
		z-index: 1002;
		border-radius: 28px 28px 0 0;
		background-image: url('../image/close-menu.svg');
		background-color: #fff;
		color: #171717;
	}
	.submenu .nav-pills {
		border-right: 1px solid #e6eaee;
		width: 200px;
		padding-top: 24px;
	}
	.submenu .nav-pills > li > a, .submenu .nav-pills > li > a:hover, .submenu .nav-pills > li > a:focus {
		border: 1px solid #e6eaee;
		border-bottom: none;
		border-radius: 0;
		padding: 12px 32px;
		font-size: 22px;
		line-height: 127%;
		color: #171717;
		background: transparent;
	}
	.submenu .nav-pills > li:last-child > a, .submenu .nav-pills > li:last-child > a:hover, .submenu .nav-pills > li:last-child > a:focus {
		border-bottom: 1px solid #e6eaee;
	}
	.submenu .nav-pills > li.active > a, .submenu .nav-pills > li.active > a {
		font-weight: 700;
		background: #f4f4f4;
	}
	.submenu .nav-stacked > li + li {
		margin: 0;
	}
	.submenu .tab-content {
		padding: 15px 24px;
		flex-grow: 1;
	}
	.submenu .tab-content h3 {
		font-weight: 700;
		font-size: 22px;
		line-height: 120%;
		color: #171717;
		margin-bottom: 16px;
	}
	.submenu .tab-content ul {
		padding-left: 0;
		flex-grow: 1;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		max-width: 350px;
	}
	.submenu .tab-content ul li {
		width: 50%;
		list-style: none;
		margin-bottom: 12px;
	}
	.submenu .tab-content li a {
		font-size: 16px;
		line-height: 120%;
		color: #171717;
	}	
	/*.submenu .menu_product_info {
		background-position: 0 0;
		background-repeat: no-repeat;
		padding-left: 22px;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
		padding-bottom: 33px;
		border-radius: 16px;
	}
	.submenu .product-stiky {
		position: static;
		align-items: flex-start;
	}
	.submenu .product-stiky span {
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: 0.035em;
		color: #3E3E3E;
	}
	.submenu .promo__title {
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 500;
		font-size: 18px;
		line-height: 21px;
		color: #FFFFFF;
	}
	.submenu .promo__text {
		font-family: 'Roboto Condensed';
		font-style: normal;
		font-weight: 400;
		font-size: 16px;
		line-height: 19px;
		color: #FFFFFF;
	}*/
}
@media (max-width: 1199px) {
	#top_menu2 {
		display: none;
	}
	.top_city a {
		display: flex;
		justify-content: left;
		color: #343434;
		align-items: center;
		font-size: 20px;
		padding: 5px 22px 4px 20px;
	}
	.top_city_mobile {
		margin: 24px 0 24px;
	}
	.prmn-cmngr__confirm {
		left: 20px;
	}
	.top_city_mobile .fa-map-marker {
		margin-right: 6px;
		font-size: 20px;
	}
	.nav-is-toggled #btn-menu {
		background-image: url('../image/close-menu-mob.svg');
		background-position: 14px 18px;
	}
	.nav-is-toggled header {
		position: absolute;
		top: 50px;
		padding-top: 21px;
		width: 375px;
	}
		
/* BEGIN мобильное меню */

.nav-drill {
	transform: translateX(-375px);
	display: flex;
	flex-direction: column;
	position: fixed;
	z-index: 1002;
	top: 0;
	left: 0;
	width: 375px;
	height: 100vh;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
	/*transition: 0.45s;*/
	padding-top: 142px;
	padding-left: 14px;
	padding-right: 14px;
}
.nav-drill .prmn-cmngr__confirm {
	position: fixed;
	transform: translateX(calc(375px - 50%));
	left: 50vw;
	top: 140px;
}

.nav-drill a {
  text-decoration: none;
}

.nav-is-toggled {
	padding-top: 137px;
	overflow-y: hidden;
}
.nav-is-toggled .nav-drill {
  transform: translateX(0);
	overflow-y: auto;
	overflow-x: hidden;
}
.nav-is-toggled #top {
	position: fixed;
	z-index: 1004;
	left: 0;
	right: 0;
	top: 0;
}

	.nav-drill .nav-pills {
		width: 100%;
		display: flex;
		justify-content: space-between;
		gap: 8.5px;
	}
	.nav-drill .nav-pills::before, .nav-drill .nav-pills::after {
		display: none;
	}
	.nav-drill .nav-pills > li {
		flex-grow: 1;
		text-align: center;
	}
	.nav-drill .nav-pills > li > a, .nav-drill .nav-pills > li > a:hover, .nav-drill .nav-pills > li > a:focus {
		border: 1px solid #e6eaee;
		border-radius: 20px;
		font-size: 16px;
		line-height: 175%;
		color: #171717;
		white-space: nowrap;
		padding: 7px 0;
	}

	.nav-drill .nav-pills > li.active > a, .nav-drill .nav-pills > li.active > a {
		font-weight: 700;
		background: #f4f4f4;
	}

	.nav-drill .tab-content {
		padding: 0;
		margin-top: 18px;
		width: 100%;
	}
	.nav-drill .tab-content h3 {
		font-weight: 700;
		font-size: 18px;
		line-height: 120%;
		color: #171717;
		margin-bottom: 16px;
		margin-top: 0;
	}
	.nav-drill .tab-content ul {
		padding-left: 0;
		flex-grow: 1;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		width: 100%;
	}
	.nav-drill .tab-content ul li {
		width: 50%;
		list-style: none;
		margin-bottom: 4px;
	}
	.nav-drill .tab-content li a {
		font-size: 15px;
		line-height: 130%;
		color: #171717;
	}
	
/*.nav-is-toggled #btn-menu {
	position: fixed;
	z-index: 1004;
	top: 94px;
	left: 20px;
	margin-top: 0;
}*/
/*#logo-menu {
	width: 112px;
	margin: 19px auto 14px;
}
#close-menu-button {
	position: absolute;
	top: 92px;
	right: 11px;
	cursor: pointer;
}*/
/*.nav-is-toggled .nav-drill:not(.level-1) .nav-level-1 > li{
	margin-left: -304px;
}
.nav-is-toggled .nav-drill:not(.level-1) .nav-level-1 {
	position: absolute;
	top:0;
	width: 100%;
}

.nav-is-toggled .nav-drill:not(.level-1) .nav-level-1 > .nav-inactive, .nav-is-toggled .nav-drill:not(.level-1) .nav-level-1 > .nav-inactive .nav-link {
	background: #fff;
}*/

.nav-items {
  margin: 0;
  padding: 0;
  position: relative;
}
.nav-item {
	list-style: none;
	background-color: #fff;
}
.nav-item:hover {
	/*background-color: #F1F3F5;*/
}
.nav-link {
  display: block;
  padding: 5px 22px 4px 20px;
  height: 39px;
  background-color: #fff;
  color: #343434;
  font-size: 20px;
  line-height: 130%;
  font-weight: 400;
  display: flex;
  align-items: center;
}
/*.nav-inactive, .nav-inactive .nav-link {
	background: linear-gradient(0deg, rgba(242, 245, 250, 0.6), rgba(242, 245, 250, 0.6)), linear-gradient(0deg, #F7F9FD, #F7F9FD), rgba(242, 246, 251, 0.3);
}
.nav-inactive .nav-link {
	font-weight: 700;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #666666;
	opacity: 0.7;
	height: 28px;
	padding: 12px 22px 4px 16px;
}*/
.nav-expand-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  /*transform: translateX(-304px);*/
  background-color: #fff;
  transition: 0.3s;
  visibility: hidden;
}
.nav-expand-content .nav-link {
  background-color: #fff;
}
.nav-expand-content .nav-back-link {
  display: flex;
  align-items: center;
  background-color: #fff;
  color: #282728;
}
.nav-expand-content .nav-back-link::before {
  content: url("data:image/svg+xml; utf8,%3Csvg width='18' height='9' viewBox='0 0 18 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 5H2M2 5L8.85714 1M2 5L8.85714 8' stroke='black'/%3E%3C/svg%3E%0A");
  margin-right: 0.5em;
  display: flex;
  align-items: center;
}
.nav-expand-link {
  display: flex;
  justify-content: space-between;
}
.nav-expand-link::after {
  /*content: url("data:image/svg+xml; utf8,%3Csvg width='6' height='13' viewBox='0 0 6 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.95683 6.54643L0.0431655 13L6.33953e-05 11.05L4.18705 6.5L0.0431023 1.95L0 0L6 6.5L5.95683 6.54643Z' fill='%23282F49' fill-opacity='0.32'/%3E%3C/svg%3E");*/
  flex: 0 1 auto;
  display: flex;
  align-items: center;
}
.nav-expand.active > .nav-expand-content {
  transform: translateX(0);
  visibility: visible;
}
/*.nav-expand.active > .nav-expand-content.nav-level-3 {
  transform: translateX(304px);
}
.nav-expand.active > .nav-expand-content.nav-level-4 {
  transform: translateX(608px);
}*/
.nav-expand .nav-expand-content {
  background-color: #fff;
}
.nav-expand .nav-level-1 .nav-link {
  background-color: #fff;
}
.nav-expand .nav-level-2{
  background-color: #fff;
}
.nav-expand .nav-level-2 .nav-link {
  background-color: #fff;
}

/* END мобильное меню */
}
@media(max-width: 767px) {
	#btn-menu, .nav-is-toggled #btn-menu {
		padding: 6px 14px 6px 42px;
		font-size: 14px;
		line-height: 200%;
		background-position: 14px 10px;
	}
	.nav-drill {
		padding-top: 102px;
	}
}
@media(max-width: 575px) {
	.nav-is-toggled {
		padding-top: 118px;
	}
	.nav-is-toggled header {
		padding-top: 14px;
	}
	.nav-drill {
		padding-top:122px;
	}
}