: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;
}
.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.uk-button-primary {
    background: var(--global-gray) !important;
}
.round {
    border-radius: 20px;
}
.content {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 80px;
    flex: 1;
}
.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) !important;
    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;
}

.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;
}

@media screen and (max-width: 362px) {
    .logo img {
        max-height: 48px;
    }
    .burger-btn {
        padding: 0 18px;
    }
    .header-right .phone, .phone-mobile .phone {
        font-size: 16px;
    }
}

@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;
    }
    .contacts .contacts-right h1 {
        font-size: 46px;
    }
    .footer {
        padding: 20px 0;
    }
    .footer-menu .uk-navbar-nav {
        display: flex;
        flex-direction: column;
    }
    .footer-menu .uk-navbar-nav > li > a {
        display: initial;
    }
}
@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;
    }
    .contacts .contacts-right h1 {
        font-size: 34px;
    }
}

@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;
}

.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%;
    max-width: 48%;
} 
.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;
    }
  .events .event .event-img {
      max-width: initial;
  }
}
@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);
    }
}  

#restoplace-wrapper-btn {
    display: none;
}

.content {
  width: 100%;
  box-sizing: border-box;
}
.catalog .item .uk-card-body {
    padding: 25px 30px 33px;
}
.catalog .item .item-name {
    font-size: 18px;
}
.catalog .item .item-price {
    font-weight: bold;
    padding: 10px 0 0;
}
.catalog .item .item-bottom {
    padding: 20px 0 0;
    display: flex;
}
.catalog .item .item-bottom {
    padding: 20px 0 0;
}
.catalog .item .item-bottom .add-to-cart {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
}
.cart {
  width: 100%;
  flex: 1;
}
/*
.cart .cart-item {
    display: flex;
    justify-content: space-between;
}
*/
.cart-items {
    background: white;
    padding: 30px 20px;
}
.cart .cart-item-image img {
    max-height: 70px;
}

.cart .cart-item-quantity-input {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    font-size: 18px;
    text-align: center;
    padding: 0;
    margin: 0;
    border: 1px solid #CCC;
    color: var(--global-gray);
}
.cart .cart-item-quantity, .cart .cart-item-total, .cart .cart-item-image, .cart .cart-item-remove {
    display: flex;
    align-items: center;
}
.cart .cart-item-quantity a {
    font-size: 30px;
    color: #7e7e7e;
    padding: 0 10px;
}
.cart .cart-item-quantity a:hover {
    text-decoration: none;
}
.cart .cart-item-name h5 {
    font-size: 18px;
    line-height: 1.1;
}
.cart .cart-item-price {
    font-size: 14px;
    font-style: italic;
}
.cart .cart-item-total {
  font-weight: bold;
}
.cart .cart-items > .cart-item ~ .cart-item {
    border-top: 1px solid #f5f5f5;
    padding: 30px 0 0;
}
.cart .cart-footer {
    padding: 30px 20px;
    background: white;
}
.cart .cart-footer-wrap {
    border-top: 1px solid #CCC;
    padding-top: 15px;
}
.cart .cart-total td {
    height: 48px;
}
.cart .cart-footer-wrap {
    display: flex;
    justify-content: flex-end;
}
.cart .cart-item-remove span {
    color: #f0506e;
    margin: 0 3px 0 21px;
    font-size: 36px;
    transform: rotate(45deg);
    cursor: pointer;
}
.cart .cart-item-image-wrap {
    min-width: 100px;
    min-height: 100px;
    position: relative;
}
@media screen and (max-width: 780px) {
  .cart .cart-item {
      display: grid;
      grid-template-areas:
          "img name name name name"
          "quantity . . total remove";
        grid-template-columns: 115px 1fr 1fr 1fr 50px;
        grid-template-rows: 94px 63px;
      align-items: center;
      grid-auto-flow: column;
      padding: 18px 0 18px 0;
      width: 100%;
  }
  .cart .cart-item .cart-item-image {
      grid-area: img;
  }
  .cart .cart-item .cart-item-name {
      grid-area: name;
  }
  .cart .cart-item .cart-item-quantity {
      grid-area: quantity;
  }
  .cart .cart-item .cart-item-total {
      grid-area: total;
      justify-content: right;
  }
  .cart .cart-item .cart-item-remove {
      grid-area: remove;
      justify-content: flex-end;
  }
}
.cart-modal {
    padding: 10px 15px;
}
.cart-modal .cart-modal-item-name, .cart-modal .cart-modal-item-price {
  font-size: 18px;
}
.cart-modal .cart-modal-item-price {
    padding: 10px 0 0;
}
.cart-modal .cart-modal-image {
    aspect-ratio: 1 / 1;
}
.banquets-wrap {
    height: 100%;
    background: #0000008e;
}
.banquets-contents {
    padding: 10px;
}
.banquets-contents h1 {
    text-transform: uppercase;
}
.banquets-contents ul {
    list-style: none;
    padding: 0;
}
.banquets-contents ul li {
    font-size: 20px;
    color: #ebebeb;
    line-height: 1.2;
    padding-bottom: 10px;
}
.banquets-video .btn-white {
    margin-left: 17px;
}
@media screen and (max-width: 670px) {
    .banquets-video {
        padding: 5px;
    }
}
.banquets-list h1 {
    padding-bottom: 15px;
}

.catalog .catalog-image {
    aspect-ratio: 1 / 1;
}
.banquets-list .banquets-item > div {
    height: 100%;
    width: 100%;
    background: #00000070;
}
.banquets-list .banquets-item > div p {
    text-align: center;
}
@media screen and (max-width: 430px) {
  .banquets-contents h1 {
      font-size: 28px;
  }
  .banquets-contents ul li {
      font-size: 18px;
  }
  .banquets-contents {
      padding: 15px;
  }
}

.catalog .item-image {
    aspect-ratio: 1 / 1;
}
.catalog .item-image img {
  border-radius: 20px 20px 0 0;
}
    
.catalog .item-name a {
    color: inherit;
}

.catalog .items .item > a:hover, .catalog  .item-name a:hover {
    color: #707070;
    text-decoration: none;
}

.catalog .items .item > a {
    color: var(--global-grey);
}
.catalog .items .item > a .item-name {
    font-weight: bold;
    text-align: center;
}

.product .product-info > * {
    padding: 15px 0;
}

.product .product-price span {
    font-size: 32px;
    font-weight: bold;
}

.product .quantity-wrap .quantity {
    text-align: center;
    width: 38px;
    height: 38px;
    font-size: 22px;
    border-radius: 7px;
    border: 2px solid var(--global-gray);
    color: var(--global-gray);
}
.product .quantity-wrap {
    display: flex;
}
.product .quantity-wrap > span {
    font-size: 36px;
    line-height: 1;
    padding: 0 4px;
    cursor: pointer;
}
.product-cart .add-to-cart {
    padding: 10px 32px;
}
.product .product-cart .cart-btn-wrap {
    display: flex;
    align-items: center;
    padding: 0 0 0 18px;
}
.product .product-info .product-price {
    margin: 0 0 0 8px;
}
.product .product-full {
    border-top: 1px solid #e3e3e3;
    padding: 18px 0;
    margin: 28px 0;
}

.sale .sale-cart-items .sale-cart-item {
    align-items: center;
}

.sale .sale-cart-items .sale-cart-item-image img {
    max-width: 58px;
    max-height: 58px;
}

.sale .sale-cart-items {
    background: white;
    padding: 20px;
}

.sale .sale-cart-items .sale-cart-item-total {
    min-width: 92px;
    text-align: left;
    font-weight: bold;
}

.sale .sale-cart-items .sale-cart-item-price {
    min-width: 115px;
    text-align: left;
}

.sale .sale-cart-items .sale-cart-item {
    border-bottom: 1px dashed #e1e1e1;
    padding: 0 0 15px;
    margin-top: 15px !important;
}

.sale .sale-cart-items .sale-cart-item .sale-cart-item-price-plus {
    transform: rotate(45deg);
    display: inline-block;
    font-size: 14px;
    color: #1a0404;
}

.sale .sale-cart-items .sale-cart-item .sale-cart-item-price-q {
    margin-left: -7px;
    font-size: 14px;
    color: #1a0404;
}
.sale .sale-cart-items .sale-cart-item .sale-cart-item-price-val {
    color: #898989;
}

.sale .sale-cart-items .sale-cart-item .sale-cart-item-name {
    font-style: italic;
    font-size: 16px;
}

.sale .sale-cart-footer {
    background: white;
}

.sale .sale-cart-footer .sale-total {
    text-align: right;
    padding: 10px 38px 30px 20px;
}

.sale .sale-cart-footer .sale-total .sale-total-summ {
    font-weight: bold;
    padding: 0 18px;
}

.sale .sale-cart-head {
    font-size: 24px;
    border-bottom: 1px dotted #efefef;
    padding: 20px;
    background: white;
}

.sale .sale-user-data .sale-user-data-input {
    padding: 15px 33% 0 30px;
}

.sale .sale-user {
    background: white;
    margin: 20px 0;
    padding: 20px;
}

@media screen and (max-width: 710px) {
  
    .sale .sale-user-data .sale-user-data-input {
        padding: 15px 30px 0 30px;
    }
    
    .sale .sale-cart-items .sale-cart-item .sale-cart-item-image {
        grid-area: itemImg;
    }
    .sale .sale-cart-items .sale-cart-item .sale-cart-item-name {
        grid-area: itemName;
    }
    .sale .sale-cart-items .sale-cart-item .sale-cart-item-price {
        grid-area: itemPrice;
        text-align: right;
    }
    .sale .sale-cart-items .sale-cart-item .sale-cart-item-total {
        grid-area: itemTotal;
    }
    
    .sale .sale-cart-items .sale-cart-item {
        display: grid;
        grid-template-areas:
        "itemImg itemName itemName itemName"
        "itemImg . itemPrice itemTotal";
        grid-template-columns: 65px 1fr 1fr 100px;
        grid-template-rows: 1fr 43px;
        align-items: center;
        grid-auto-flow: column;
    }
    

    
}

@media screen and (max-width: 430px) {
    .sale .sale-user-data .sale-user-data-input {
        padding: 15px 0 0 0;
    }
    
    .sale .sale-cart-items .sale-cart-item .sale-cart-item-price {
        font-size: 16px;
    }
    .sale .sale-cart-items .sale-cart-item .sale-cart-item-total {
        font-size: 16px;
    }
    .sale .sale-cart-items .sale-cart-item .sale-cart-item-name {
        font-size: 15px;
    }
    
}


.small-cart {
  background: white;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px #b8b8b8;
  position: fixed;
  bottom: 7%;
  right: 10%;
}

.small-cart .small-cart-grid {
  display: flex;
  align-items: center;
}
.small-cart a {
  color: var(--global-gray);
  text-decoration: none;
}
.small-cart .small-cart-left {
  text-transform: uppercase;
  padding: 0 10px
}
.small-cart .small-cart-icon {
  display: flex;
  align-items: center;
  position: relative;
}
.small-cart .small-cart-icon img {
  max-width: 42px;
  filter: grayscale(90%);
}
.small-cart .small-cart-quantity {
  position: absolute;
  background: #000000bd;
  padding: 5px;
  color: white;
  border-radius: 50%;
  right: 1px;
  top: -5px;
  font-size: 12px;
  width: 14px;
  height: 14px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 8;
}

@media screen and (max-width: 430px) {
  .small-cart .small-cart-left {
    display: none;
  }
  .small-cart {
    padding: 15px;
    border-radius: 50%;
    bottom: 7%;
    right: 7%;
  }
  .small-cart .small-cart-quantity {
    right: 4px;
    top: 1px;
  }
}
.small-cart .small-cart-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%; /* Start off-screen to the left */
  width: 50%; /* Width of the shine "band" */
  height: 100%;
  /* Create the shine effect using a transparent-to-white gradient */
  background: linear-gradient(
    90deg, 
    rgba(255, 255, 255, 0) 0%, 
    rgba(255, 255, 255, 0.5) 50%, 
    rgba(255, 255, 255, 0) 100%
  );
  /* Use transform for animation performance and create a diagonal sweep */
  transform: skewX(-20deg); 
  /* Define the animation properties */
  animation: shine 2.5s ease-in-out infinite;
  z-index: 7;
}

@keyframes shine {
  0% {
    left: -100%;
  }
  100% {
    left: 100%; /* End off-screen to the right */
  }
}

.cart-no-items {
    background: white;
    padding: 70px;
    font-size: 24px;
}