#btn-menu {
	width: 29px;
	height: 20px;
	background: #fff url(../image/burder.svg) 0 0 no-repeat;
	display: block;
	border: none;
	float: left;
	margin-top: 5px;
	background-size: cover;
}
@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 {
		/*position: relative;*/
		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;
	}
	.submenu {
		display: none;
		position: absolute;
		left: 0;
		right: 0;
		z-index: 21;
		background: #fff;
		border-top: 2px solid #D1D1D1;
		padding-top: 17px;
		padding-bottom: 35px;
		margin-top: 18px;
		box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.09);
	}
	.list-flex li:hover .submenu {
		display: block;
	}
	.submenu .submenu_inner {
		display: flex;
		justify-content: space-between;
	}
	.submenu ul {
		margin-top: 8px;
		padding-left: 0;
		flex-grow: 1;
		margin-right: 100px;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	.submenu ul li {
		width: 33%;
	}
	#top_menu2 .submenu li a {
		font-size: 20px;
	}	
	.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;
	}
/* BEGIN мобильное меню */
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;
}

.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;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: 0.45s;
  padding-top: 70px;
}

.nav-drill a {
  text-decoration: none;
}

.nav-is-toggled {
	padding-top: 89px;
}
.nav-is-toggled .nav-drill {
  transform: translateX(0);
}
.nav-is-toggled #top {
	position: fixed;
	z-index: 1004;
	left: 0;
	right: 0;
	top: 0;
}
.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;
}
/*.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-is-toggled::after {
  opacity: 1;
  visibility: visible;
}

.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 мобильное меню */
}