:root {
    --global-gray: #6d675a;
    --color-bg: #f6f0eb;
}
html {
  scroll-behavior: smooth;
}
body {
    color: var(--global-gray);
    background: var(--color-bg);
}
h1, h2, h3, h4, h5 {
    color: var(--global-gray);
}
video {
    width: 100%;
    aspect-ratio: 16 / 9;
}
.round {
    border-radius: 20px;
}
.content {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 80px;
}
.header {
    z-index: 100;
    background: var(--color-bg);
}
.footer {
    background: white;
}
.header .uk-container {
    min-height: 80px;
}
.sub-header {
    padding-top: 80px;
}

.logo img {
    max-height: 54px;
}
.menu {
    padding: 0 30px;
}
.menu a {
    font-size: 16px;
}
.burger-btn {
    padding: 0 30px;
}

.burger-btn span {
    color: white;
    padding: 4px 6px;
    border-radius: 5px;
    background: var(--global-gray);
}
.header-right .phone, .phone-mobile .phone {
    font-size: 18px;
    color: var(--global-gray);
    font-weight: bold;
    padding: 0 15px;
}
.bg {
    background: var(--global-gray);
    padding: 30px 0;
}
.btn {
    color: white;
    background: var(--global-gray);
    padding: 8px 18px;
    border-radius: 7px;
}
.btn:hover {
    text-decoration: none;
    color: white;
    opacity: 0.9;
}
.btn-white {
    color: var(--global-gray);;
    background: white;
    padding: 13px 23px;
    border-radius: 7px;
}
.btn-white span {
    color: var(--global-gray);
    font-size: 18px;
    font-weight: bold;
}
.btn-white:hover {
    text-decoration: none;
    color: var(--global-gray);
    opacity: 0.9;
}
.header .menu a {
    color: var(--global-gray);
    font-size: 16px;
}

.video-caption {
    background: #000000ad;
    padding: 25px;
}
.video-caption h2 {
    font-size: 54px;
    color: #ffffff;
}
.video-caption p {
    font-size: 20px;
    color: white;
}
.video-bottom-info img {
    max-height: 60px;
}
.video-bottom-info * {
    color: white;
}
@media screen and (max-width: 1200px) {
    .video-caption h2 {
        font-size: 42px;
    }
    .video-caption p {
        font-size: 18px;
        color: white;
    }
    .video-caption .btn-white span {
        font-size: 18px;
        font-weight: normal;
    }
    .video-caption {
        max-width: 70%;
    }
}
@media screen and (max-width: 780px) {
    .video-caption h2 {
        font-size: 32px;
    }
    .video-caption .uk-margin-medium-top {
        margin-top: 20px !important;
    }
}

@media screen and (max-width: 670px) {
    .video-caption {
        position: relative !important;
        transform: initial;
        max-width: 100%;
        width: 100%;
        margin: 0;
        border-radius: initial;
        background: var(--global-gray);
    }

}
@media screen and (max-width: 478px) {
    .video-bottom-info {
        flex-direction: column;
    }
    .video-bottom-info > .uk-flex + .uk-flex {
        margin-left: initial !important;
        margin-top: 10px;
    }
    .contacts .contacts-right > div {
        padding-left: 18px !important;
    }
}

.slider-info img {
    max-height: 60px;
}
.slide-bg {
    width: 70%;
    height: 100%;
    position: relative;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
}
.slide-caption * {
    color: white;
}
.slide-caption {
    left: 12%;
}
.slide-caption h2 {
    font-size: 48px;
}
.slide-caption {
    left: 12%;
    max-width: 624px;
}
.slide-caption p {
    font-size: 23px;
}
.btn-white span {
    color: var(--global-gray);
    font-size: 20px;
}

@media screen and (max-width: 959px) {
    .header-left {
        width: 100%;
        justify-content: space-between;
    }
    .header-right .phone, .phone-mobile .phone {
        padding: initial;
    }
    .slide-bg {
        width: 100%;
    }
    .slide-caption > div {
        margin-top: 10px !important;
    }
    .slide-caption p {
        margin: 10px 0 10px 0;
    }
    .about {
        padding: 0;
    }
}
@media screen and (max-width: 770px) {
    .slide-caption {
        left:0;
    }
    .slide-caption h2 {
        line-height: 1;
        font-size: 38px;
    }
    .slide-caption p {
        font-size: 18px;
        line-height: 1.2;
    }
    .btn-white {
        padding: 10px 18px;
    }
    .btn-white span {
        font-size: 16px;
    }
    .slider .uk-slideshow-items {
        aspect-ratio: 8 / 4 !important;
    }
}

@media screen and (max-width: 480px) {

    .slider .uk-slideshow-items {
        aspect-ratio: 8 / 7 !important;
    }
    .slider .slide-caption {
        margin: 8px;
        opacity: 0.9;
    }
    .slider-info img {
        max-height: 48px;
    }
    .slider-info * {
        font-size: 12px;
    }
    .slide-caption h2 {
        font-size: 32px;
        padding-top: 10px;
    }
    .burger-btn {
        padding-right: 8px;
    }
}

#expand-menu .uk-offcanvas-bar {
    background: white;
}
#expand-menu .uk-offcanvas-bar * {
    color: var(--global-gray);
}
#expand-menu .uk-offcanvas-bar .book-table {
    color: white;
}
#expand-menu .uk-offcanvas-bar .uk-nav-divider {
    padding-top: 10px;
    margin-top: 50px;
    border-top-color: #6d675a29;
}
#expand-menu .uk-offcanvas-bar .contacts-social {
    fill: var(--global-gray);
}
#expand-menu .uk-offcanvas-bar .expand-menu-bottom * {
    font-size: 18px;
}

#expand-menu .uk-offcanvas-bar .expand-menu-bottom .contacts-social {
    display: flex;
    justify-content: center;
}

.corner img {
    max-width: 228px;
}
.bg .menu-container {
    padding-top: 20px;
}

.menu-container .btn {
    background-color: #c3b8a1;
    font-size: 16px;
    padding: 14px 24px;
}

.menu-container .catalog img {
    border-radius: 20px 20px 0 0;
}
.menu-container .menu-buttons button {
    padding: 8px 20px;
    border-width: 2px;
}
.menu-container .menu-buttons .book-table-btn {
    background: white;
    color: var(--global-gray);
}
.menu-container .menu-buttons .delivery-btn {
    background: initial;
}
.events h1 {
    text-align: center;
    padding-bottom: 20px;
}
.events .event {
    background: white;
}
.events .event img {
    border-radius: 20px 0 0 20px;
}
.events .event .event-desc {
    padding: 12px 8px 8px 20px;
}
.events .event .event-desc h3 {
    font-size: 22px;
    margin-bottom: 10px;
}
.events .event .event-desc p {
    font-size: 14px;
    margin: 10px 0;
    position: relative;
    color: var(--global-gray);
}
.events .event .event-desc p:after {
    content: ' ';
    position: absolute;
    width: 100%;
    height: 39px;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 1));
    bottom: 0px;
}
.events .event .book-btn .btn {
    font-size: 14px;
    text-transform: uppercase;
    padding: 6px 24px;
}
.events .event .book-btn .uk-icon {
    padding-right: 7px;
}
.events .event .book-btn {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.events .event .event-img {
    min-width: 42%;
} 
.events .event .event-desc p .event-more {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -17px;
    font-size: 14px;
    color: var(--global-gray);
    border-bottom: 1px dotted var(--global-gray);
}
@media screen and (max-width:639px) {
    .events .event {
        max-width: 360px;
        margin: 0 auto;
    }
    .events .event img {
        border-radius: 20px 20px 0 0 ;
    }
    .events .event .event-desc-wrap {
        min-height: 192px;
    }
    .events .event .event-desc p .event-more {
        font-size: 12px;
    }
}
@media screen and (min-width:1180px) {
    .events .event .event-desc h3 {
        font-size: 26px;
    }
    .events .event .event-desc p {
        font-size: 17px;
    }
}   
@media screen and (min-width:640px) and (max-width:959px)  {
    .events .event .event-desc h3 {
        font-size: 28px;
    }
    .events .event .event-desc p {
        font-size: 18px;
    }
}   
@media screen and (min-width:760px) and (max-width:959px)  {
    .events .event .event-img {
        min-width: 33%;
    }
} 
@media screen and (min-width:1352px)   {
    .events .event .event-img {
        min-width: 37%;
    }
} 
@media screen and (min-width:960px) and (max-width:1100px)  {
    .events .event .book-btn {
        position: absolute;
        right: 0;
        bottom: 11px;
        box-shadow: 0 0 5px #000;
        transform: scale(0.8);
    }
}  

.gallery h1 {
    text-align: center;
    padding-bottom: 20px;
}

.contacts .contacts-right {
    display: flex;
    align-content: center;
}

.contacts .contacts-right > div {
    color: white;
    padding-left: 87px;
}

.contacts .contacts-right h1 {
    color: white; 
    font-size: 58px;
}

.contacts .contacts-right p, .contacts .contacts-right p * {
    font-size: 20px;
}
.contacts .contacts-right .contacts-social {
    display: flex;
    padding: 0;
    list-style: none;
}
.contacts-social li {
    padding-right: 10px;
}

#restoplace-wrapper-btn {
    display: none;
}