/* Docs */
  .iframe-docs {
    text-align: left;
  }

  .responsive-docs {
    border: 1px solid #1f1f1f;   /* единый цвет рамки */
    width: 920px;
    height: 1210px;
    display: inline-block;
  }

  @media (max-width: 768px) {
    .responsive-docs {
      width: 100%;
      max-width: 350px;
      height: 485px;
      /* border-color наследуется из основного правила */
    }
  }
  
/* Booking in menu */
@media screen and (min-width: 1025px) {
  #rec2191038171 .t-menu-base__button:nth-child(2) {
    display: none !important;
  }
}


/* Style only the booking link inside the product description, excluding any button elements */
#rec2297000271 .t778__descr a[href^="?tl-booking-open=true"]:not(.t-btn):not(.t-btnflex):not(.t-btnflex_type_button):not(.t-btnflex_sm):not(.t778__btn) {
    background: #1a2b2a !important;
    color: #fff8e7 !important;
    margin: 1px 1px;
    border-radius: 5px !important;
    border-color: #1a2b2a;
    padding-left: 30px !important;
    padding-right: 30px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    transition: all 0.2s ease-in-out;
}

/* Hover state for the booking link */
#rec2297000271 .t778__descr a[href^="?tl-booking-open=true"]:not(.t-btn):not(.t-btnflex):not(.t-btnflex_type_button):not(.t-btnflex_sm):not(.t778__btn):hover {
    background: #1a2b2a !important;
    color: #fff8e7 !important;
    opacity: 1 !important;
}

/* Replace bullet markers with custom checkmarks in product description lists */
#rec2297000271 .t778__descr ul li[data-list="bullet"] {
    list-style: none;
    position: relative;
    padding-left: 1.5em;
}

/* Checkmark symbol using a Unicode character */
#rec2297000271 .t778__descr ul li[data-list="bullet"]::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
}

/* Position the badge wrapper flush to the top-right corner of its parent */
#rec2297000271 .t778__markwrapper {
    top: 0 !important;
    right: 0 !important;
}

/* Style the badge with auto width, centered text, and mixed border-radius */
#rec2297000271 .t778__mark {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    padding: 5px 20px !important;
    border-radius: 0 10px 0px 10px !important;
    font-family: 'Oswald', Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    white-space: nowrap;
    color: #ffffff;
    background-color: #c20908;
    box-sizing: border-box !important;
}


/* Footer cookies */
@media (min-width: 769px) {
  .t886 {
    bottom: 20px !important;
  }
}