@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&family=Volkhov:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap");
* {
    margin: 0px;
    padding: 0px;
    font-family: "Volkhov", serif;
}

html,
body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

.container {
    width: 1100px;
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.header {
    width: 100%;
    height: auto;
    position: absolute;
    top: 30px;
    left: 0px;
}
.header .header__block {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header__block .header__menu {
    display: none;
}
.header .header__block .header__nav .close {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    padding: 0px 20px;
    display: none;
}
.header .header__block .header__nav .close img {
    object-fit: cover;
}
.header .header__block .header__nav ul li {
    display: inline-block;
    padding: 0px 15px;
}
.header .header__block .header__nav ul li a {
    color: #ffffff;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.55px;
    line-height: normal;
    text-transform: uppercase;
}
.header .header__block .header__nav ul li a:hover {
    color: #ba9c5a;
}

.slider__title {
    width: 100%;
    height: 350px;
    background-image: url("../img/bg.png");
    background-size: cover;
    background-position: 50% 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider__title h3 {
    color: #ffffff;
    font-size: 84px;
    font-weight: 700;
    letter-spacing: -0.42px;
    line-height: normal;
    font-family: "Kaushan Script", cursive;
    padding-top: 50px;
}

.slider {
    width: 100%;
    height: 100%;
    min-height: 100vh;
}
.slider .slide {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url("../img/bg.png");
    background-size: cover;
    background-position: 50% 50%;
}
.slider .slide .slide__block {
    width: 100%;
    height: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.slider .slide .slide__block h3 {
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 62px;
}
.slider .slide .slide__block a {
    width: 167px;
    height: 42px;
    background-color: #ba9c5a;
    display: flex;
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: 17px;
    margin-top: 50px;
    transition: 0.2s all;
}
.slider .slide .slide__block a:hover {
    border: 1px solid #ba9c5a;
    background-color: transparent;
    color: #ba9c5a;
}

.about {
    width: 100%;
    height: auto;
    min-height: 500px;
    background-image: url("../img/about_bg.png");
    background-position: 0% 0;
    background-size: 50%;
    background-repeat: no-repeat;
}
.about .about__block {
    width: 100%;
    height: auto;
    min-height: 500px;
    display: flex;
    align-items: center;
}
.about .about__block .about__left {
    flex-basis: 50%;
}
.about .about__block .about__right {
    flex-basis: 50%;
    box-sizing: border-box;
    padding-left: 55px;
}
.about .about__block .about__right h5 {
    color: #ba9c5a;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: -0.18px;
    line-height: normal;
    text-align: left;
    font-family: "Kaushan Script", cursive;
}
.about .about__block .about__right h4 {
    color: #000000;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: normal;
    text-align: left;
    padding-top: 7px;
}
.about .about__block .about__right p {
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.06px;
    line-height: 17px;
    padding-top: 10px;
}
.about .about__block .about__right a {
    width: 127px;
    height: 32px;
    background-color: #ba9c5a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.06px;
    line-height: 17px;
    margin-top: 35px;
}
.about .about__block .about__right a:hover {
    border: 1px solid #ba9c5a;
    background-color: transparent;
    color: #ba9c5a;
}
.menu {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-image: url("../img/menu_bg.png");
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
.menu::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1;
}
.menu .menu__top {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    text-align: center;
}
.menu .menu__top h4 {
    color: #ba9c5a;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.18px;
    line-height: normal;
    font-family: "Kaushan Script", cursive;
}
.menu .menu__top h3 {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: normal;
}
.menu .menu__block {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding: 0px 100px;
    box-sizing: border-box;
    padding-top: 50px;
}
.menu .menu__block .menu__item {
    flex-basis: calc(25% - 10px);
    height: 440px;
    background-size: cover;
    background-position: 50% 50%;
    position: relative;
}
.menu .menu__block .menu__item .menu__item-top {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 32px;
    background-color: #ba9c5a;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.06px;
    line-height: 17px;
    text-transform: uppercase;
    z-index: 2;
}
.menu .menu__block .menu__item:hover .menu__item-hover {
    opacity: 1;
}
.menu .menu__block .menu__item .menu__item-hover {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #00000072;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transform: 0.2s all;
    cursor: pointer;
}
.menu .menu__block .menu__item .menu__item-hover a {
    width: 108px;
    height: 36px;
    border: 1px solid #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.06px;
    line-height: 17px;
}

.popular {
    width: 100%;
    height: auto;
    padding: 70px 0px;
}
.popular .popular__top {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    text-align: center;
}
.popular .popular__top h4 {
    color: #ba9c5a;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.18px;
    line-height: normal;
    font-family: "Kaushan Script", cursive;
}
.popular .popular__top h3 {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: normal;
}
.popular .popular__block {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}
.popular .popular__block .popular__item {
    width: calc(25% - 15px);
    height: auto;
    transition: 0.3s all;
    cursor: pointer;
}
.popular .popular__block .popular__item:hover {
    transform: scale(1.05);
}
.popular .popular__block .popular__item img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.popular .popular__block .popular__item-content {
    border: 1px solid #dddddd;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.popular .popular__block .popular__item-content h4 {
    color: #ba9c5a;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: normal;
    text-transform: uppercase;
}
.popular .popular__block .popular__item-content h3 {
    color: #000000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.07px;
    line-height: normal;
    padding-top: 5px;
    height: 40px;
    text-align: center;
}

.popular .popular__block .popular__item-content ul {
    margin-top: 10px;
}
/* .popular .popular__block .popular__item-content ul li {
    display: inline-block;
    margin: 0px 2px;
    background-image: url("../img/star.png");
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
} */

.popular .popular__block .popular__item-content ul li {
    display: inline-block;
    margin: 0px 2px;
    font-size: 17px;
    color: #ba9c5a;
    cursor: pointer;
    transition: 0.2s all;
}
.popular .popular__block .popular__item-content ul li:hover {
    color: rgba(0, 0, 0, 0.5);
}

.reservation {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background-color: #f6f6f6;
}
.reservation .reservation__top {
    position: relative;
    z-index: 2;
    width: 100%;
    height: auto;
    text-align: center;
}
.reservation .reservation__top h4 {
    color: #ba9c5a;
    font-size: 36px;
    font-weight: 600;
    letter-spacing: -0.18px;
    line-height: normal;
    font-family: "Kaushan Script", cursive;
}
.reservation .reservation__top h3 {
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: normal;
}
.reservation .reservation__block {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0px 100px;
}
.reservation .reservation__block form {
    width: 100%;
    height: auto;
}
.reservation .reservation__block form .form__group {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.reservation .reservation__block form .form__group .form__block {
    flex-basis: calc(33.33% - 15px);
}
.reservation .reservation__block form .form__group .form__block input {
    width: 100%;
    height: 60px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0), 0 2px 4px rgba(0, 0, 0, 0.13);
    background-color: #ffffff;
    box-sizing: border-box;
    padding-left: 15px;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: normal;
    border: 0px;
}
.reservation .reservation__block form button {
    width: 100%;
    height: 54px;
    background-color: #ba9c5a;
    margin-top: 35px;
    color: #ffffff;
    border: 0px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: normal;
    cursor: pointer;
    transition: 0.2s all;
}
.reservation .reservation__block form button:hover {
    border: 1px solid #ba9c5a;
    background-color: transparent;
    color: #ba9c5a;
}

.images {
    width: 100%;
    height: auto;
    display: flex;
}
.images .images__list {
    width: 100%;
    height: auto;
    display: flex;
}
.images .images__list .images__item {
    flex-basis: 20%;
    height: 250px;
    background-size: cover;
    background-position: 50% 50%;
}

.footer {
    width: 100%;
    height: auto;
    background-color: #160f00;
    box-sizing: border-box;
    padding: 80px 0px;
}
.footer .footer__block {
    width: 100%;
    height: auto;
    display: flex;
}
.footer .footer__block .footer__logo {
    flex-basis: 30%;
    box-sizing: border-box;
    padding-right: 30px;
}
.footer .footer__block .footer__logo p {
    padding-top: 24px;
    color: #ffffff;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: -0.05px;
    line-height: 17px;
}
.footer .footer__block .footer__logo ul {
    margin-top: 30px;
}
.footer .footer__block .footer__logo ul li {
    display: inline-block;
    margin-right: 8px;
}
.footer .footer__block .footer__logo ul li a {
    color: #fff;
    font-size: 26px;
    transition: 0.2s all;
}
.footer .footer__block .footer__logo ul li a:hover {
    color: #ba9c5a;
}
.footer .footer__block .footer__nav {
    flex-basis: auto;
    padding-top: 90px;
    padding-right: 50px;
    box-sizing: border-box;
}
.footer .footer__block .footer__nav h4 {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: 17px;
    text-transform: uppercase;
}
.footer .footer__block .footer__nav ul {
    margin-top: 10px;
}
.footer .footer__block .footer__nav ul li {
    list-style: none;
}
.footer .footer__block .footer__nav ul li a {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.05px;
    line-height: 29px;
}

.about__page {
    width: 100%;
    height: auto;
}
.about__page .page__block {
    width: 100%;
    height: auto;
    padding: 120px 0px;
}
.about__page .page__block .page__top {
    width: 100%;
    height: auto;
    text-align: center;
}
.about__page .page__block .page__top h3 {
    color: #ba9c5a;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: normal;
    padding-top: 10px;
}
.about__page .page__block .page__top p {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.09px;
    line-height: 24px;
    padding-top: 30px;
}
.about__page .page__block .page__content {
    padding-top: 70px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    align-items: center;
}
.about__page .page__block .page__content .content__image {
    flex-basis: 40%;
}
.about__page .page__block .page__content .content__image img {
    width: 100%;
    object-fit: cover;
}
.about__page .page__block .page__content .content__text {
    flex-basis: 60%;
    box-sizing: border-box;
    padding-left: 40px;
}
.about__page .page__block .page__content .content__text p {
    color: #000000;
    font-size: 16px;
    font-weight: 3 0;
    letter-spacing: -0.08px;
    line-height: 24px;
    padding: 20px 0px;
}
.about__page .page__block .events__list {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 70px;
}
.about__page .page__block .events__list .events__item {
    flex-basis: calc(25% - 10px);
    height: auto;
    transition: 0.3s all;
    cursor: pointer;
}
.about__page .page__block .events__list .events__item:hover {
    transform: scale(1.05);
}
.about__page .page__block .events__list .events__item img {
    width: 100%;
    height: 290px;
    object-fit: cover;
    display: block;
}
.about__page .page__block .events__list .events__item .events__content {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    text-align: center;
}
.about__page .page__block .events__list .events__item .events__content h4 {
    color: #ba9c5a;
    font-size: 31px;
    font-weight: 400;
    letter-spacing: -0.16px;
    line-height: normal;
}
.about__page .page__block .events__list .events__item .events__content p {
    padding-top: 20px;
    color: #000000;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.06px;
    line-height: 18px;
}
.about__page .page__block .events__list .events__item .events__content a {
    display: inline-flex;
    width: 127px;
    height: 32px;
    background-color: #ba9c5a;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.06px;
    line-height: 17px;
    margin-top: 35px;
}
.about__page .contact__block {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
}
.about__page .contact__block .contact__map {
    flex-basis: 50%;
}
.about__page .contact__block .contact__form {
    flex-basis: 50%;
    box-sizing: border-box;
    padding-left: 35px;
}
.about__page .contact__block .contact__form h4 {
    color: #ba9c5a;
    font-size: 31px;
    font-weight: 700;
    letter-spacing: -0.16px;
    line-height: normal;
}
.about__page .contact__block .contact__form form {
    width: 100%;
    height: auto;
}
.about__page .contact__block .contact__form form input,
.about__page .contact__block .contact__form form textarea {
    width: 100%;
    height: 54px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0), 0 2px 4px rgba(0, 0, 0, 0.13);
    border: 1px solid #d0cece;
    background-color: #ffffff;
    box-sizing: border-box;
    padding-left: 15px;
    color: #a0a0a0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.08px;
    line-height: normal;
    margin-top: 11px;
}
.about__page .contact__block .contact__form form textarea {
    padding: 15px;
    height: 150px;
    margin-top: 11px;
}
.about__page .contact__block .contact__form form button {
    width: 100%;
    height: 54px;
    background-color: #ba9c5a;
    margin-top: 15px;
    color: #ffffff;
    border: 0px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.08px;
    line-height: normal;
    transition: 0.2s all;
    cursor: pointer;
}
.about__page .contact__block .contact__form form button:hover {
    border: 1px solid #ba9c5a;
    background-color: transparent;
    color: #ba9c5a;
}

@media screen and (max-width: 1100px) {
    .container {
        box-sizing: border-box;
        padding: 0px 15px;
    }

    .about {
        background-color: #fff;
        background-size: 0 0;
    }
    .about .about__block {
        flex-wrap: wrap;
    }
    .about .about__block .about__left {
        display: none;
    }
    .about .about__block .about__right {
        padding: 0px;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 960px) {
    .about__page .page__block .page__content {
        flex-wrap: wrap;
    }
    .about__page .page__block .page__content .content__image {
        flex-basis: 100%;
    }
    .about__page .page__block .page__content .content__text {
        flex-basis: 100%;
        padding: 0px;
        padding-top: 35px;
    }
    .about__page .page__block .events__list {
        flex-wrap: wrap;
    }
    .about__page .page__block .events__list .events__item {
        flex-basis: calc(50% - 10px);
        margin-top: 20px;
    }
    .about__page .contact__block {
        flex-wrap: wrap;
    }
    .about__page .contact__block .contact__map {
        flex-basis: 100%;
        order: 2;
    }
    .about__page .contact__block .contact__form {
        order: 1;
        padding: 30px 0px;
        flex-basis: 100%;
    }
}
@media screen and (max-width: 880px) {
    .menu .menu__block {
        padding: 0px;
        padding-top: 50px;
    }

    .reservation .reservation__block {
        padding: 0px;
    }

    .images .images__list .images__item {
        flex-basis: 25%;
    }
    .images .images__list .images__item:last-child {
        display: none;
    }
}
@media screen and (max-width: 820px) {
    .popular .popular__block {
        flex-wrap: wrap;
    }
    .popular .popular__block .popular__item {
        flex-basis: calc(50% - 10px);
        margin-top: 10px;
    }
}
@media screen and (max-width: 740px) {
    .header .header__block .header__menu {
        display: block;
    }
    .header .header__block .header__nav {
        display: none;
        z-index: 9999;
        position: fixed;
        top: 0px;
        left: 0px;
        background-color: #fff;
        width: 100%;
        height: 100%;
        min-height: 100vh;
        box-sizing: border-box;
        padding-top: 20px;
    }
    .header .header__block .header__nav .close {
        display: flex;
    }
    .header .header__block .header__nav ul li {
        padding: 0px;
        width: 100%;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }
    .header .header__block .header__nav ul li a {
        color: #000;
    }

    .slider__title h3 {
        font-size: 46px;
    }
}
@media screen and (max-width: 640px) {
    .slider .slide .slide__block h3 {
        font-size: 40px;
        line-height: 42px;
    }

    .menu .menu__block {
        flex-wrap: wrap;
    }
    .menu .menu__block .menu__item {
        flex-basis: calc(50% - 10px);
        margin-top: 20px;
    }

    .reservation .reservation__block form .form__group {
        margin: 0px;
        flex-wrap: wrap;
    }
    .reservation .reservation__block form .form__group .form__block {
        flex-basis: 100%;
        margin-top: 15px;
    }

    .images .images__list {
        flex-wrap: wrap;
    }
    .images .images__list .images__item {
        flex-basis: 50%;
    }
}
@media screen and (max-width: 560px) {
    .footer .footer__block {
        flex-wrap: wrap;
    }
    .footer .footer__block .footer__logo {
        flex-basis: 100%;
    }
    .footer .footer__block .footer__nav {
        flex-basis: 33.33%;
    }

    .about__page .page__block .events__list {
        flex-wrap: wrap;
    }
    .about__page .page__block .events__list .events__item {
        flex-basis: 100%;
        margin-top: 15px;
    }
    .about__page .page__block .events__list .events__item img {
        height: 200px;
    }
}
@media screen and (max-width: 420px) {
    .menu .menu__block .menu__item {
        height: 250px;
    }

    .popular .popular__block {
        flex-wrap: wrap;
    }
    .popular .popular__block .popular__item {
        flex-basis: 100%;
        margin-top: 10px;
    }

    .footer .footer__block .footer__nav {
        flex-basis: 50%;
    }
}

/*# sourceMappingURL=style.css.map */
