.menu-btn {
	position: fixed;
	top: 25px;
	right: 25px;
	z-index: 101;
	width: 60px;
	height: 60px;
}

.menu-btn--active {
	display: none;
}

.menu-btn__icon {
	margin-top: 16px;
	padding: 10px;
	border-radius: 10px;
	background: rgba(26, 27, 32, 0.1);
}

.nav__menu__burger {
	top: 0;
	padding-top: 120px;
	padding-right: 25px;
	padding-left: 60px;
	position: fixed;
	z-index: -20;
	display: flex;
	flex-direction: column;
	height: 100%;
	width: 70%;
	background: linear-gradient(238.55deg, #1A1B20 28.98%, #131110 43.16%);
	overflow-y: auto;
	right: -100%;
}

.menu-btn--active .nav__menu__burger {
	right: 0;
}

.nav__link__burger {
	text-decoration: none;
	color: #fff;
	font-size: 24px;
	margin-left: 41px;
	text-align: right;
	margin-bottom: 30px;
}

.phone__number__burger {
	margin-top: 60px;
	margin-bottom: 25px;
	font-size: 24px;
	font-weight: 600;
	text-align: right;
	color: #fff;
	display: block;
	text-decoration: none;
}

.phone__link__burger {
	margin-top: 20px;
	text-align: center;

	padding: 25px 40px;
	background-color: #23242B;
	border-radius: 80px;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.menu-btn__overlay {
	position: fixed;
	top: 0;
	right: 0;
	width: 100vw;
	height: 100vh;
	z-index: -80;
	background: rgba(26, 27, 32, 0.85);
}

.menu-btn--active .menu-btn__overlay {
	display: block;
}