.main-block-fluid a {
	color: #FFFFF3;
	text-decoration: none;
}

.main-block-fluid a:hover {
	text-decoration: underline;
}

header {
    position: sticky !important;
    top: 0;
    z-index: 1200;
}

.divider {
	border-bottom: 1px solid #6c757d;
}


@media (min-width: 992px) and (max-width: 1200px) {
	.container {
		max-width: 1440px;
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1440px;
	}
}

.header-lg {
	background-color: #333;
	color: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-lg {
	height: 46px;
	background-color: #292929;
}
.header-lg .phone {
	font-size: 18px;
}
.header-lg .burger-lg {
	height: 23px;
	width: 36px;
	cursor: pointer;
}

@media (max-width: 992px) {
	.header {
		display: none;
	}
}

/* Общий стиль для Offcanvas меню */
.offcanvas {
	background-color: #292929; /* Темный фон */
}

/* Заголовок и кнопка закрытия */
.offcanvas-header {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* Стили списка меню */
.mobile-menu-lg {
	list-style: none;
	padding: 0;
	margin: 0;
}

.mobile-menu-lg li a {
	color: white;
	text-decoration: none;
	display: block;
}

/* Стили для бургер-иконки */
.burger-lg {
	height: 23px;
	width: 36px;
	cursor: pointer;
}

.burger-item{
	height: 24px;
}

.offcanvas{
	max-width: 70%;
}