/* ============================================================
   1. БАЗОВЫЕ СТИЛИ
   ============================================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: sans-serif;
  color: #000;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  font-size: 18px;
}

/* ============================================================
   2. УТИЛИТЫ / КОНТЕЙНЕР
   ============================================================ */
.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================================
   3. ШАПКА (HEADER)
   ============================================================ */
.header-bg {
  background: url(img/bg.jpg) no-repeat bottom center / cover;
  min-height: 568px;
  display: flex;
  align-items: center;
}

.header {
  padding: 20px 0 30px;
  display: flex;
  flex-direction: column;
  min-height: 568px;
}

/* --- Меню --- */
.menu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 25px 25px;
  margin-bottom: 30px;
}

.menu a {
  color: #fff;
  font-size: 18px;
  transition: color 0.2s;
}

.menu a:hover {
  color: #ffda44;
}

.menu .phone {
  margin-left: auto;
  font-weight: 700;
}

.menu .address {
  color: #fff;
  font-size: 18px;
}

/* --- Герой (заголовок) --- */
.hero-text {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 60px;
}

.hero-title {
  color: #fff;
  font-size: 40px;
  line-height: 1.3;
  font-weight: 900;
}

.hero-title .title-line {
  display: block;
}

.hero-subtitle {
  color: #fff;
  font-size: 20px;
  margin-top: 12px;
}

/* --- Преимущества --- */
.advantages {
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 60px 10px 20px 10px;
  padding: 0;
}

.advantage-item {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #fff;
  font-size: 18px;
  flex: 0 0 33%;
  max-width: 30%;
  box-sizing: border-box;
}

.advantage-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  background: url(img/check.svg) no-repeat center / contain;
}

/* ============================================================
   4. ОСНОВНОЙ КОНТЕНТ (белый фон)
   ============================================================ */
.content {
  padding: 60px 20px 40px;
  background: #fff;
}

/* --- Секции --- */
.section {
  margin-bottom: 60px;
}

.section:last-child {
  margin-bottom: 0;
}

.section-title {
  font-size: 28px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 16px;
}

/* --- О нас --- */
.about-text {
  max-width: 820px;
  margin: 0 auto;
  text-align: center;
  font-size: 20px;
  line-height: 1.6;
  font-weight: 400;
}

/* --- Залы (горизонтальное расположение) --- */
.halls-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.halls-header {
  flex: 0 0 300px;
}

.halls-header .section-title {
  text-align: left;
  margin-bottom: 12px;
}

.halls-subtitle {
  font-size: 18px;
  line-height: 1.5;
}

.swiper-container {
  flex: 1;
  max-width: 650px;
  height: 380px;
  border-radius: 8px;
  overflow: hidden;
  margin: 0;
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* --- Меню --- */
.menu-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.menu-text {
  flex: 0 0 300px;
}

.menu-subtitle {
  font-size: 18px;
  margin-bottom: 20px;
}

.menu-links {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.menu-links a {
  font-size: 17px;
  transition: color 0.2s;
}

.menu-links a:hover {
  color: #c00;
}

.menu-image {
  flex: 1;
  min-height: 380px;
  background: url(img/shashlik.jpg) no-repeat center / cover;
  border-radius: 8px;
}

/* --- Контакты --- */
.contacts {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.contacts-info {
  flex: 0 0 280px;
}

.contacts-address {
  font-size: 18px;
  margin-bottom: 20px;
}

.contacts-phones {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.contacts-phones a {
  font-size: 18px;
  transition: color 0.2s;
}

.contacts-phones a:hover {
  color: #c00;
}

.contacts-map {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.map-desktop,
.map-mobile {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.map-desktop {
  max-width: 650px;
}

.map-mobile {
  display: none;
  max-width: 320px;
}

.map-desktop script,
.map-mobile script {
  display: block;
  width: 100%;
}

.row {
	text-align: center;
	width: 100%;
	padding: 0px 120px;
}

.item {
	padding: 10px 0px 0px 0px;
	display: inline-block;
	width: 70%;
	text-align: left;
}

.description {
	padding-left: 40px;
	font-size: 12px;
	width: 70%;
	text-align: left;
}

.weight {
	padding: 0px;
	display: inline-block;
	width: 10%;
}

.price {
	padding: 0px;
	display: inline-block;
	width: 10%;
}

.category {
	text-align: center;
}

/* ============================================================
   5. АДАПТИВНОСТЬ (медиа-запросы)
   ============================================================ */

/* Планшеты и маленькие ноутбуки (до 1024px) */
@media (max-width: 1023px) {
  .header-bg {
    min-height: 480px;
  }

  .header {
    min-height: 480px;
    padding: 20px;
  }

  .hero-title {
    font-size: 30px;
  }

  /* Залы — вертикально */
  .halls-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .halls-header {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }

  .halls-header .section-title {
    text-align: center;
  }

  .swiper-container {
    max-width: 100%;
    width: 100%;
  }

  /* Меню — вертикально, картинка скрыта */
  .menu-wrapper {
    flex-direction: column;
    align-items: stretch;
    gap: 30px;
  }

  .menu-text {
    flex: 1 1 auto;
    width: 100%;
    text-align: center;
  }

  .menu-image {
    display: none;
  }

  /* Контакты — вертикально */
  .contacts {
    flex-direction: column;
  }

  .contacts-info {
    flex: 1 1 auto;
    text-align: center;
    width: 100%;
  }

  .contacts-map {
    width: 100%;
  }

  .map-desktop {
    max-width: 100%;
  }
  
  	.row {
	text-align: center;
	padding: 0px 120px;
	width: 100%;
	}

	.item {
	padding: 10px 0px 0px 0px;
	display: inline-block;
	width: 55%;
	text-align: left;
	}

	.description {
	display: none;
	}

	.weight {
	padding: 0px;
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	}

	.price {
	padding: 0px;
	display: inline-block;
	width: 20%;
	}
}

/* ============================================================
   МОБИЛЬНЫЕ УСТРОЙСТВА (до 767px)
   ============================================================ */
@media (max-width: 767px) {
  .container {
    padding: 16px 16px;
  }

  .header-bg {
    min-height: 400px;
  }

  .header {
    min-height: 400px;
  }

  .menu a:not(.phone):not(.address) {
    display: none;
  }

  .menu .phone {
    font-size: 18px;
    margin-left: 0;
  }

  .menu .address {
    font-size: 16px;
    margin-left: auto;
  }

  .hero-title {
    font-size: 22px;
  }

  .hero-subtitle {
    font-size: 16px;
  }
  
  /* ========== СТИЛИ ДЛЯ БЛОКА ПРЕИМУЩЕСТВ ========== */
  .advantages {
    gap: 20px;
    flex-wrap: wrap;
	margin: 20px 10px 20px 10px;
  }
  
  .advantage-item {
    flex: 0 0 auto;
    max-width: 100%;
    font-size: 15px;
    gap: 12px;
    /* По умолчанию - иконка слева */
    flex-direction: row;
    align-items: center;
    text-align: left;
  }
  
  .advantage-icon {
    display: flex;
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }
  /* ================================================ */
  
  .content {
    padding: 30px 0 20px;
  }

  .section {
    margin: 40px 20px 0px 20px;
  }

  .section-title {
    font-size: 22px;
  }

  .about-text {
    font-size: 18px;
    padding: 0 4px;
  }

  .halls-wrapper {
    gap: 20px;
  }

  .swiper-container {
    height: 240px;
  }

  .menu-wrapper {
    gap: 20px;
  }

  .contacts-info {
    flex: 1 1 auto;
  }

  .map-desktop {
    display: none;
  }

  .map-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
  }
  
    .row {
	padding: 0px 30px;
	}
}