/* ========= Стили Страницы (Restaurants & Bars) ========= */

/* --- Блок Заголовка --- */
.page-title-block {
    max-width: 944px;
    margin: 40px auto;
    text-align: center;
    padding: 0 15px;
}

.breadcrumbs {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    color: #555;
    margin-bottom: 20px;
    text-align: left;
}

.breadcrumbs a {
    color: #555;
    text-decoration: none;
}
.breadcrumbs a:hover {
    text-decoration: underline;
}

.page-header h1 {
    font-family: "Raleway", sans-serif;
    font-size: 44px;
    color: #333333;
    font-weight: 400;
    margin: 0 0 8px 0;
    line-height: 1.2;
    letter-spacing: .01em;
    text-transform: uppercase;
}

.page-header h2 {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    line-height: 1.3;
    margin: 0 0 20px 0;
}

.page-intro-text p {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
    margin: 0;
}

/* --- Блок 50/50 (Картинка + Текст) --- */
.content-block-50-50 {
    display: flex;
    max-width: 1236px;
    margin: 40px auto;
    background-color: #f0f8ff;
}

.content-image-50,
.content-text-50 {
    width: 50%;
}

.content-image-50 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.content-text-50 {
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.content-text-50 h3 {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #333;
    margin-bottom: 25px;
}

.content-text-50 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.content-text-50 li {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 11.2px;
    position: relative;
    padding-left: 15.04px;
}

.content-text-50 li::before {
    content: "•";
    color: #00498D;
    font-weight: 700;
    position: absolute;
    left: 0;
}

/* ========= Блок Слайдера (7Summit / Dietary) ========= */
.info-slider-block {
    position: relative;
    max-width: 1236px;
    margin: 40px auto;
    background-color: #f0f8ff;
    padding-bottom: 50px;
}

.info-slide-container {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
}

.info-slide-image,
.info-slide-text {
    width: 50%;
}

.info-slide-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.info-slide-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px;
}

.info-slide-content h3 {
    font-family: "Raleway", sans-serif;
    font-size: 32px;
    font-weight: 400;
    color: #333;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.info-slide-content h4 {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}

.info-slide-content p {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.6;
    margin-bottom: 15px;
}

.info-slide-link {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #68554A;
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
}

/* Стили для стрелок и точек (как в Experience) */
.info-slider-block .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 0;
}

.info-slider-block .slick-prev {
    left: 20px;
}

.info-slider-block .slick-next {
    right: 20px;
}

.info-slider-block .slick-arrow::before {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
    margin: 0 auto;
}

.info-slider-block .slick-prev::before {
    transform: rotate(45deg);
    margin-left: 4px;
}

.info-slider-block .slick-next::before {
    transform: rotate(-135deg);
    margin-right: 4px;
}

.info-slider-block .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.info-slider-block .slick-dots button {
    font-size: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: none;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
    padding: 0;
}

.info-slider-block .slick-dots .slick-active button {
    background: rgba(0, 0, 0, 0.8);
}

/* ========= Блок Карточек Ресторанов ========= */
.restaurant-cards-block {
    display: flex;
    justify-content: center;
    gap: 30px;
    max-width: 944px;
    margin: 40px auto;
    padding: 0 15px;
}

.restaurant-card {
    width: 50%;
    border: 1px solid #eee;
    background: #fff;
    text-align: center;
}

.restaurant-card-image {
    display: block;
    overflow: hidden;
}

.restaurant-card-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.4s ease;
}

.restaurant-card-image:hover img {
    transform: scale(1.05);
}

.restaurant-card-content {
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.restaurant-card-title {
    text-decoration: none;
}

.restaurant-card-title h3 {
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #333333;
    text-transform: uppercase;
    margin: 16px 0px 8px;
}

.restaurant-card-desc {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
    margin: 0px 0px 16px;
    height: 120px;
    overflow: hidden;
}

.restaurant-card-link {
    display: inline-flex;
    align-items: center;
    border: 0;
    background: transparent;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .2em;
    color: #68554A;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0px 0px 8px;
}

/* ========= Блок 50/50 (Opening Hours) ========= */
.content-block-50-50.opening-hours {
    background-color: #f2f2f2;
}

.opening-hours .content-text-50 {
    padding: 50px;
    background-color: #f2f2f2;
    text-align: center;
}

.opening-hours-header h4 {
    font-family: "EB Garamond", serif;
    font-size: 24px;
    font-weight: 400;
    color: #333;
    margin: 0 0 8px 0;
    text-align: center;
}

.opening-hours-list p {
    font-family: "EB Garamond", serif;
    font-size: 17px;
    color: #333333;
    line-height: 1.5;
    margin: 0 0 16px 0;
}

.opening-hours-list p strong {
    font-family: "EB Garamond", serif;
    font-weight: 700;
    font-size: 17px;
}

.opening-hours-list p em {
    font-family: "EB Garamond", serif;
    font-style: italic;
    font-size: 17px;
}

/* ========= Мобильные Стили (Restaurants & Bars) ========= */

@media (max-width: 992px) {

    /* --- Блок Заголовка --- */
    .page-header h1 {
        font-size: 32px;
    }

    .page-header h2 {
        font-size: 20px;
    }

    /* --- Общий Блок 50/50 --- */
    .content-block-50-50 {
        flex-direction: column;
        max-width: 600px;
    }

    .content-image-50,
    .content-text-50 {
        width: 100%;
    }

    .content-text-50 {
        padding: 30px;
    }

    /* --- Слайдер (7Summit / Dietary) --- */
    .info-slider-block {
        max-width: 600px;
    }
    
    .info-slide-container {
        flex-direction: column;
    }

    .info-slide-image,
    .info-slide-text {
        width: 100%;
    }
    
    .info-slide-text {
        padding: 30px;
    }
    
    .info-slider-block .slick-arrow {
        top: 30%;
    }

    /* --- Карточки Ресторанов --- */
    .restaurant-cards-block {
        flex-direction: column;
        max-width: 600px;
        gap: 20px;
    }

    .restaurant-card {
        width: 100%;
    }
    
    /* --- Блок Opening Hours --- */
    .opening-hours .content-text-50 {
        padding: 30px;
    }

}