.logotypes__item {
  background: none;
}

.hero__text a {
  color: currentColor;
}

/*** start - logotypes no animation ***/

.logotypes__stripe {
  display: block;
  direction: ltr;
}

.logotypes__stripe-animation {
  transform: translate(0, 0);
  animation: none;
  flex-wrap: wrap;
}

/*** end - logotypes no animation ***/


.btn-primary {
  display: block;
  border-radius: 4px;
  cursor: pointer;
  outline: none;
  text-align: center;
  padding: 8px 16px;
  background: #B49262;
  color: #fff;
  box-shadow: none;
  border-style: none;
  font-weight: bold;
  color: #B49262;
  background: rgba(3, 61, 57, 0.7);
}
.btn-primary:hover {
  background: #B49262dd;
  background: rgba(3, 61, 57, 0.85);
}

.cards__item-image:after,
.gallery__item-image:after,
.menu__item-image:after {
  background: linear-gradient(360deg, rgba(3, 61, 57, 1)  0%, rgba(3, 61, 57, 0.7) 33.55%, rgba(237, 28, 36, 0) 118.98%);
}

/* =========== Header =========== */
@media (min-width:1200px) {
    .header__info-menu .btn-primary {
        display: inline-flex;
        min-height: 52.78px;
        align-items: center;
        justify-content: center;
    }
}
.header__info-link--new-year {
    display: inline-block;
    white-space: normal;
}
.header__info-menu small {
    font-size: 1.15rem;
}
.header__info-menu span{
    font-size: 1.4rem;
}

/* =========== Footer =========== */
@media (min-width: 1200px) {
  .footer--swiper {
      opacity: 0;
      transform: translateY(100%);
      transition: transform 0.75s ease-in-out, opacity 0.75s ease-in-out;
  }
  .footer--swiper > * {
      pointer-events: none;
      user-select: none;
  }
  .footer--swiper-show {
      transform: translateY(0%);
      opacity: 1;
  }
  .footer--swiper-show > * {
      pointer-events: all;
      user-select: all;
  }
}
/* HEADER */
body.new-year .header__logo {
    position: relative;
}
body.new-year .header__logo::after {
    content: '';
    display: block;
    position: absolute;
    width: 35px;
    height: 28px;
    top: -10px;
    left: 0px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('https://favorit-igora.ru/netcat_template/assets/images/new-year-hat-small.png');
    transform: rotateZ(-9deg);
}
@media (max-width: 1199px) {
    body.new-year .header__logo::after {
        width: 28px;
        height: 23px;
        top: -7px;
    }
}
@media (max-width: 992px) {
    body.new-year .header__logo::after {
        width: 24px;
        height: 19px;
        top: -6px;
    }
}

/* =============== Hero ================ */
.hero__worktime--new-year a {
  display: inline-block;
  white-space: normal;
  color: white;
  text-decoration: none;
  line-height: 1.3;
}
.hero__worktime--new-year a:hover {
  text-decoration: none;
  color: #B49262;
}

/* ========== Попап окно :: забронировать ================ */
.fancybox-slide:has(#popup-book) {
    padding: 1rem;
}
#popup-book {
    line-height: 0;
    padding: 0px;
    background: transparent;
    max-width: 100%;
    max-height: 100%;
    width: 80rem;
    height: 45rem;
}
@media (max-width: 768px) {
   .fancybox-slide:has(#popup-book) {
       padding: 0;
   }
   #popup-book {
       height: 100%;
   } 
}
#popup-book .popup__in, iframe {
    width: 100%;
    height: 100%;
    border: 0;
}


/* =========== MOBILE FIXED HEADER ========== */

@media (max-width:767px) {
    .header.mobile--fixed {
        position: fixed;
        z-index: 10;
        inset: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0;
        pointer-events: none;
        background: transparent;
    }

    .header.mobile--fixed .header__logotypes,
    .header.mobile--fixed .header__nav,
    .header.mobile--fixed .reserve-btn-mobile {
        pointer-events: auto;
    }

    .header.mobile--fixed .header__logo {
        -webkit-transform: translateX(-0.8rem);
            -ms-transform: translateX(-0.8rem);
                transform: translateX(-0.8rem);
    }
    .header.mobile--fixed .container-fluid {
        height: auto;
    }
    .header.mobile--fixed .container-fluid:nth-child(1) {
        padding: 10px 2rem;
        background: rgba(3, 61, 57, 0.8);
    }

    .header.mobile--fixed .header__logotypes {
        height: auto;
    }
    .header.mobile--fixed .header__info {
        display: none;
    }
    .header.mobile--fixed .reserve-btn-mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 10px;
        padding: 15px 2rem;
    }

    .header.mobile--fixed .reserve-btn-mobile .smart-reserve-button {
        width: calc(50% - 5px);
        padding: 15px 5px;
        background: rgba(3, 61, 57, 1);
    }

    .header.mobile--fixed ~ .footer {
        padding-bottom: 9rem;
    }

    .header.mobile--fixed ~ .scrolltop {
        bottom: 8rem;
    }
}

/* ==== MENU ==== */
.menu__wysiwyg {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 400;
    padding: 0;
    margin-top: 3rem;
    margin-bottom: 7rem;
}
.menu__wysiwyg:has(+ .swiper-container .swiper-button-lock) {
    margin-bottom: 3rem;
}
.menu__wysiwyg p {
    margin: 0 0 1.5rem;
}
.menu__wysiwyg > *:first-child {
    margin-top: 0;
}
.menu__wysiwyg > *:last-child {
    margin-bottom: 0;
}

/* === Gallery === */
.gallery__wysiwyg {
    font-size: 1.8rem;
    line-height: 1.25;
    font-weight: 400;
    padding: 0;
    margin-top: 3rem;
    margin-bottom: 7rem;
}
.gallery__wysiwyg:has(+ .gallery__swiper .swiper-button-lock) {
    margin-bottom: 3rem;
}
.gallery__wysiwyg p {
    margin: 0 0 1.5rem;
}
.gallery__wysiwyg > *:first-child {
    margin-top: 0;
}
.gallery__wysiwyg > *:last-child {
    margin-bottom: 0;
}