._info {
	grid-column: 1/-1;
	font-weight: 500;
}

[data-category-id] {
	transition: all .4s
}

[data-category-id].disabled {
	opacity: .3
}

.modal-notify {
	z-index: 12;
	-webkit-backdrop-filter: none;
	backdrop-filter: none;
}

.modal-notify .info {
	background: #101010;
}

.modal-notify .modal__content {
	padding: 12px;
	background: #101010;
}
.modal-notify .modal__dialog {
 pointer-events: none;
}

.single-event__block-title.rupor {
    display: flex;
    gap: 10px;
    align-items: end;
}
.single-event__block-title.rupor:before {
    content: '';
    background-image: url(/bitrix/templates/booking/assets/img/rupor.webp);
    background-size: cover;
    width: 52px;
    height: 52px;
    display: block;
}

.single-event__block-title.complete {
    display: flex;
    gap: 10px;
    align-items: end;
}
.single-event__block-title.complete:before {
    content: '';
    background-image: url(/bitrix/templates/booking/assets/img/complete.webp);
    background-size: cover;
    width: 48px;
    height: 48px;
    display: block;
}

.about__text button {
    max-width: fit-content;
}

.menu__list {
	height: 100%
}

.menu__list .header__address {
	order: 1;
	margin-top: auto;
}


.menu__list .call {
	order: 2
}

@media (max-width: 400px) {
.about__text button {
    font-size: 12px;
}
}


.menu-link {
	display: block;
	order: 5;
}

.burger {
	order: 5;
}

.header {
    z-index: 201;
}

.menu__list .header__nav a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  transition: background 0.2s ease, color 0.2s ease;
  font-weight: 500;
}

.menu2 {
	top: var(--headerFixedHeight);
}

@media (max-width: 1199px) {

	.header__menu, .header__nav {
		display: contents
	}

	.header__menu li:last-child {
	  border-bottom: 1px solid rgba(255, 255, 255, .5);
	  padding-bottom: 12px;
	}
}