body {
    font-family: "Exo 2", sans-serif;
    margin: 0;
    color: #1F1817;
}

a {
    color: #1F1817;
}

ul {
    list-style: none;
    padding-left: 0;
}

li span {
    font-weight: 700;
}

li {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 400;
    position: relative; /* добавляем */
    padding-left: 1.2em; /* добавляем — отступ для текста */
}

li::before {
    content: "—";
    color: #8F5D46;
    position: absolute; /* меняем с дефолтного на absolute */
    left: 0; /* добавляем */
    top: 0; /* добавляем */
    margin-right: 0; /* обнуляем, больше не нужен */
}

@font-face {
    font-family: 'Gunny Rewritten';
    src: url('fonts/gnyrwn971.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

img {
    width: 100%;
    height: 100%;
}

.page-wrapper {
    max-width: calc(100% - 400px);
    margin: 0 200px;
}

.header-content {
    display: flex;
    justify-content: space-between;
    justify-items: center;
    padding: 28px 0;
    width: 100%;
}

.header-content-contacts {
    display: flex;
    gap: 24px;
    justify-items: center;
}

.header-content-contacts-vk {
    height: 50px;
}

.header-content-contacts-phone {
    font-weight: 500;
    font-size: 20px;
    padding: 13px 16px;
    background-color: #E4B977;
    border-radius: 58px;
    text-decoration: none;
    line-height: 100%;
    height: 24px;
    align-content: center;
}

.banner {
    width: 100%;
    height: 974px;
    background: linear-gradient(0deg, #1D2613, #1D2613),
    radial-gradient(47.62% 68.31% at 50% 50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner img {
    object-fit: cover;
}

.banner-title {
    position: absolute;
    width: 100%;
    text-align: center;
}

.banner-title svg {
    width: 70%;
}

.sub-banner {
    height: 377px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-banner img {
    object-fit: cover;
}

.sub-banner-content {
    position: absolute;
    display: flex;
    gap: 40px;
    margin: 0 100px;
}

.sub-banner-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    max-width: 480px;
    width: 100%;
}

.sub-banner-content-item-icon {
    height: 88px;
}

.sub-banner-content-item-title {
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    color: #FFFFFF;
}

.sub-banner-content-item-sub-title {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
}

.main {
    display: flex;
    flex-direction: column;
    margin: 89px auto 0 0;
}

.main-block {
    display: flex;
    gap: 128px;
    justify-content: flex-start;
    position: relative;
}

.main-block-image {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 776px;
    max-height: 922px;
}

.main-block-two {
    display: flex;
    justify-content: flex-start;
    position: relative;
    flex-direction: row-reverse;
    gap: 193px;
    width: 100%;
    background-image: url("images/backgroundTwo.jpg");
    background-size: cover;
    margin-top: 88px;
    padding: 81px 0 77px 0;
}

.main-block-two .main-block-text {
    max-width: 870px;
    margin: 153px 0 108px 200px;
}

.main-block-text {
    display: flex;
    flex-direction: column;
    gap: 67px;
    width: 100%;
    max-width: 816px;
    margin: 55px 20px 31px 0;
}

.main-block-two .main-block-text-header-title {
    color: #FFFFFF;
}

.main-block-two .main-block-text-header-sub-title {
    color: #E4B977;
}

.main-block-two .main-block-text-content {
    color: #FFFFFF;
}

.main-block-two .main-block-text-offer {
    grid-row-start: 2;
    grid-column-start: 1;
    color: #FFFFFF;
}

.main-block-two .main-block-text-booking {
    grid-row-start: 3;
    grid-column-start: 1;
    color: #FFFFFF;
}

.main-block-two .main-block-text-booking-phone-value {
    color: #FFFFFF;
}

.main-block-two .secondPhoto {
    width: 664px;
    height: 395px;
    margin-right: -290px;
    margin-left: 0;
    z-index: 1;
    grid-row: 2 / 4;
}

.main-block-text-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.main-block-text-header-title {
    font-weight: 400;
    font-size: 96px;
    line-height: 100%;
    text-transform: uppercase;
}

.main-block-text-header-sub-title {
    font-family: 'Gunny Rewritten', cursive;
    font-weight: 400;
    font-size: 36px;
    line-height: 24px;
    color: #8F5D46;
}

.sub-banner-content-item-text {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.main-block-text-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
}

.main-block-text-content span {
    font-weight: 700;
    color: #000000;
}

.main-block-text-header-grid {
    grid-column: 1 / -1;
    display: flex;
    gap: 35px;
    flex-direction: column;
}

.main-block-text-offer {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.main-block-text-booking {
    display: flex;
    flex-direction: column;
    gap: 11px;
    margin: auto 0 0 0;
}

.main-block-text-booking-text {
    font-weight: 400;
    font-size: 20px;
}

.main-block-text-booking-phone {
    display: flex;
    gap: 8px;
    text-decoration: none;
    align-items: center;
}

.main-block-text-booking-phone-value {
    font-weight: 400;
    font-size: 20px;
}

.main-block-two .main-block-image {
    min-width: 600px;
    margin: auto;
}

.main-block-image img {
    object-fit: cover;
}

.container-slider {
    width: 100%;
    height: 100%;
    max-height: 420px;
}

.menu {
    display: flex;
    width: 100%;
    height: 422px;
    justify-content: center;
    align-items: center;
    position: relative;
}

.menu-shadow {
    z-index: 1;
    background: #000000B2;
    width: 100%;
    height: calc(100% + 1px);
    position: absolute;
    top: -1px;
    left: 0;
}

.menu img {
    object-fit: cover;
}

.menu-content {
    z-index: 2;
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: 36px;
}

.menu-title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.menu-items {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
}

.menu-item {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    padding: 29px 16px;
    border-radius: 8px;
    border: 1px solid #FFFFFF;
    width: 325px;
    text-align: center;
}

.swiper {
    height: 100%;
    max-height: 411px;
}

.swiper-slide {
    height: auto !important;
}

.footer {
    display: flex;
    width: 100%;
    height: 588px;
    justify-content: center;
    position: relative;
}

.footer-shadow {
    opacity: .8;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    position: absolute;
    z-index: 1;
    width: 100%;
    flex-direction: column;
    height: 100%;
}

.footer img {
    object-fit: cover;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    z-index: 1;
    width: 100%;
    padding-top: 65px;
}

.footer-content-contacts {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer-content-contacts-title {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.footer-content-contacts-values {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer-content-contacts-values-address,
.footer-content-contacts-values-phone {
    display: flex;
    gap: 12px;
    align-items: center;
}

.text-contact {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-content-contacts-socials {
    display: flex;
    gap: 16px;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    padding-bottom: 49px;
}

.footer-copyright-value {
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.footer-copyright-legal-information {
    font-weight: 400;
    font-size: 16px;
    color: #E4B977;
    text-decoration: none;
}

.banquet {
    display: flex;
    flex-direction: column;
    gap: 52px;
    max-width: 1520px;
    padding: 108px 20px 0 20px;
    margin: 0 auto;
}

.banquet-header {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.banquet-header-start {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.banquet-text {
    font-weight: 400;
    font-size: 24px;
    color: #1F1817;
}

.banquet-header-title {
    font-weight: 400;
    font-size: 96px;
    color: #1F1817;
    text-transform: uppercase;
}

.button-link {
    color: #8F5D46;
    padding: 26px 67px;
    font-weight: 400;
    font-size: 24px;
    border: 1px solid #8F5D46;
    border-radius: 8px;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.kitchen {
    padding: 50px 20px 90px 20px;
    background-image: url("images/backgroundKitchen.jpg");
    width: 100%;
    height: 100%;
    background-size: cover;
    margin-top: 163px;
    box-sizing: border-box;
}

.kitchen-container {
    display: flex;
    flex-direction: column;
    max-width: 1520px;
    margin: auto;
}

.kitchen-title {
    font-weight: 400;
    font-size: 96px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.kitchen-text {
    font-weight: 400;
    font-size: 24px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.kitchen-menu {
    display: flex;
    justify-content: space-between;
    gap: 16px;
}

.kitchen-item {
    width: 350px;
    height: 17vw;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover !important;
    background-position: center !important;
    text-decoration: none;
}

.kitchen-item-title {
    font-weight: 500;
    font-size: 32px;
    line-height: 100%;
    text-align: center;
    color: #FFFFFF;
    z-index: 1;
}

#main-menu {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/mainMenu.jpg);
}

#breakfasts {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/breakfasts.jpg);
}

#season-menu {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/seasonMenu.jpg);
}

#bar-map {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/barMap.jpg);
}

.events {
    display: flex;
    flex-direction: column;
    gap: 53px;
    max-width: 1520px;
    padding: 97px 20px 120px 20px;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
}

.events-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.events-header-title {
    font-weight: 400;
    font-size: 96px;
    color: #212813;
}

.event-content {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.event-content-item {
    width: 480px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.event-content-item-image {
    object-fit: contain;
    width: 100%;
    height: auto;
    aspect-ratio: 1 / 1;
}

.event-content-item-header {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.event-content-item-header-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 27px;
    color: #1F1817;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.event-content-item-header-text {
    font-weight: 400;
    font-size: 16px;
    color: #8F5D46;
}

.gallery {
    background-image: url("images/background-gallery.png");
    background-size: cover;
    padding: 50px 20px 90px 20px;
    box-sizing: border-box;
}

.gallery-container {
    display: flex;
    flex-direction: column;
    gap: 46px;
    width: 100%;
    max-width: 1520px;
    margin: auto;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
}

.gallery-header-title {
    font-weight: 400;
    font-size: 96px;
    color: #FFFFFF;
}

.button-link-white {
    color: #FFFFFF;
    padding: 26px 67px;
    font-weight: 400;
    font-size: 24px;
    border: 1px solid #FFFFFF;
    border-radius: 8px;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
}

.gallery-menu {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.gallery-menu-item {
    position: relative;
}

.gallery-menu-item-title {
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    position: absolute;
    bottom: 0;
    padding: 24px;
}

.header-content-logo svg {
    width: 100%;
}

.footer-content-menu-col {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.footer-content-menu-item {
    font-weight: 400;
    font-size: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

.footer-content-menu-items {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.footer-content-menu-children-item {
    font-weight: 400;
    font-size: 16px;
    color: #E4B977;
}

.footer-content-menu-children {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 1600px) {
    .footer-content-menu-col {
        display: none;
    }
}

@media (max-width: 1200px) {

    .header-content {
        padding: 24px 0;
    }

    .page-wrapper {
        max-width: calc(100% - 20px);
        margin: 0 20px;
    }

    .header-content-contacts-phone {
        font-size: 16px;
        padding: 9px 13px;
    }

    .header-content-contacts-vk {
        height: 40px;
    }

    .header-content-contacts-vk svg {
        width: 40px;
        height: 40px;
    }

    .header-content-contacts {
        gap: 12px;
    }

    .header-content-logo {
        width: 180px;
    }

    .banner {
        height: 473px;
    }

    .footer-content-menu-col {
        display: none;
    }

    .footer-content.page-wrapper {
        flex-direction: column;
        gap: 51px;
    }

    .main-block-text {
        max-width: 100%;
        margin: 0 auto 0 20px
    }

    .main {
        margin: 80px auto 0 0;
    }

    .main-block-text-header-title {
        font-size: 64px;
    }

    .main-block-text-header-sub-title {
        font-size: 32px;
    }

    .main-block-image {
        position: absolute;
        max-width: 368px;
        max-height: 300px;
        bottom: 0;
    }

    .main-block-text-offer {
        max-width: calc(100% - 385px);
        margin: 0 0 0 auto;
        height: 171px;
    }

    .main-block-text-booking {
        margin: 0 0 0 auto;
        max-width: calc(100% - 385px);
        width: 100%;
    }

    .main-block-two .main-block-text {
        margin: 0 auto 0 0;
        max-width: 100%;
        padding: 40px 20px 20px 25px;
    }

    .main-block-two .main-block-text-offer {
        margin: 0 auto 0 0
    }

    .main-block-two .main-block-text-booking {
        margin: 0 auto 0 0
    }

    .main-block-two .main-block-image {
        width: 294px;
        height: 412px;
        min-width: auto;
        bottom: 20px;
    }

    .main-block-two {
        padding: 0;
    }

    .banquet-header-title,
    .kitchen-title,
    .events-header-title,
    .gallery-header-title {
        font-size: 64px;
    }

    .button-link,
    .button-link-white {
        padding: 16px 35px;
    }

    .banquet-text,
    .kitchen-text {
        font-size: 16px;
    }

    .kitchen-item-title {
        font-size: 16px;
    }
    .kitchen {
        padding: 40px 20px;
        margin-top: 80px;
    }

    .events {
        gap: 40px;
        padding: 80px 20px 80px 20px;
    }

    .event-content {
        gap: 16px;
    }

    .gallery-menu {
        gap: 16px;
    }

    .gallery-menu-item-title {
        font-size: 16px;
    }

    .banquet {
        padding-top: 80px;
    }
}

@media (max-width: 712px) {
    .main-block-image {
        position: relative;
        max-width: calc(100% - 20px);
        max-height: 100%;
        margin: auto;
    }

    .main-block {
        flex-direction: column-reverse;
        gap: 19px;
    }

    .main-block-two {
        flex-direction: column-reverse;
        gap: 19px;
    }

    .main-block-text-offer {
        max-width: 100%;
        height: 100%;
    }

    .main-block-text-booking {
        max-width: 100%;
    }

    .main-block-text {
        gap: 19px;
    }

    .main-block-text-header-title {
        font-size: 32px;
    }

    .main-block-text-header-sub-title {
        font-size: 24px;
    }

    .main-block-two .main-block-text {
        padding: 32px 20px 20px 45px;
        box-sizing: border-box;
    }

    .main-block-two .main-block-image {
        width: 100%;
        max-width: calc(100% - 20px);
        max-height: 100%;
    }
}

@media (max-width: 668px) {
    .header-content-contacts-phone.booking {
        display: none;
    }
}

@media (max-width: 576px) {


    .main-block-two {
        margin-top: 40px;
    }

    .gallery-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        width: 100%;
        gap: 16px;
    }

    .header-content-logo {
        width: 160px;
    }

    .header-content-contacts-phone {
        font-size: 14px;
        padding: 10px 12px;
    }

    .header-content-contacts-vk {
        display: none;
    }

    .header-content {
        padding: 20px 0;
    }

    .banner {
        height: 392px;
    }

    .footer-content-logo {
        width: 230px;
        margin: auto;
    }

    .footer-content.page-wrapper {
        gap: 20px;
    }

    .footer-content-contacts-title {
        font-size: 18px
    }

    .footer-content-contacts {
        gap: 14px;
    }

    .text-contact {
        font-size: 16px;
    }

    .footer {
        height: 424px;
    }

    .footer-copyright.page-wrapper {
        flex-direction: column;
        gap: 8px;
    }

    .banquet-header-title,
    .kitchen-title,
    .events-header-title,
    .gallery-header-title {
        font-size: 36px;
    }

    .button-link,
    .button-link-white {
        padding: 12px 16px;
        font-size: 16px;
    }

    .banquet {
        gap: 24px;
        padding-top: 40px;
    }

    .banquet-header {
        gap: 17px;
    }

    .kitchen-menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: 1fr 1fr;
        width: 100%;
        gap: 16px;
    }

    .kitchen-item {
        width: 100%;
        height: 148px;
        aspect-ratio: 1 / 1;
    }

    .event-content-item-header-title {
        font-size: 18px;
    }

    .events {
        gap: 33px;
    }

    .event-content {
        gap: 16px;
        flex-wrap: wrap;
    }

    .kitchen {
        margin-top: 40px;
    }

    .events {
        padding: 40px 20px;
    }

}
