.site-body {
    background: #f5f7fb;
    color: #17212d;
    font-family: "IBM Plex Sans", "Open Sans", Arial, sans-serif;
}

.site-body a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.site-body .banner {
    background: #0d1117;
    overflow: hidden;
}

.site-body #fwslider,
.site-body .callbacks_container,
.site-body .rslides,
.site-body .rslides li,
.site-body .slide {
    min-height: clamp(420px, 58vw, 680px);
}

.site-body #fwslider,
.site-body .callbacks_container,
.site-body .rslides {
    position: relative;
}

.site-body .rslides {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    list-style: none;
}

.site-body .rslides li {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    backface-visibility: hidden;
}

.site-body .rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.site-body .slide {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    background: #0d1117;
}

.site-body .slide::before,
.site-body .slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.site-body .slide::before {
    background:
        linear-gradient(90deg, rgba(8, 12, 18, .86) 0%, rgba(8, 12, 18, .58) 36%, rgba(8, 12, 18, .2) 72%, rgba(8, 12, 18, .52) 100%),
        linear-gradient(180deg, rgba(8, 12, 18, .18) 0%, rgba(8, 12, 18, .7) 100%);
}

.site-body .slide::after {
    background: radial-gradient(circle at 72% 38%, rgba(255, 16, 16, .2), transparent 32%);
    mix-blend-mode: screen;
    opacity: .75;
}

.site-body .rslides img {
    display: block;
    float: none;
    width: 100%;
    height: clamp(420px, 58vw, 680px);
    object-fit: cover;
    transform: scale(1.06);
    transform-origin: center;
}

.site-body .img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.site-body .rslides li.callbacks1_on img {
    animation: siteHeroKenBurns 6.5s ease-out both;
}

.site-body .rslides li.callbacks_slide_leaving img {
    animation: none;
    transform: scale(1.16) translate3d(1.4%, -1%, 0);
}

.site-body .slide_content {
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    width: min(1140px, calc(100% - 48px));
    margin: 0 auto;
    left: 50%;
    top: 0;
    text-align: left;
    transform: translateX(-50%);
}

.site-body .slide_content_wrap {
    width: min(860px, 100%);
    margin: 0;
}

.site-body h1.title {
    max-width: 900px;
    margin: 0 0 28px;
    padding: 0;
    color: #fff;
    font-size: clamp(38px, 4.6vw, 76px);
    font-weight: 900;
    line-height: 1.02;
    letter-spacing: 0;
    text-transform: uppercase;
    text-shadow: 0 12px 34px rgba(0, 0, 0, .42);
}

.site-body .slide_content .button {
    display: flex;
}

.site-body .slide_content .button a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: 8px;
    background: #ff1010;
    box-shadow: 0 16px 36px rgba(255, 16, 16, .24);
    color: #fff;
    font-size: 15px;
    font-weight: 900;
    letter-spacing: 0;
    padding: 0 28px;
    text-decoration: none;
    text-transform: uppercase;
}

.site-body .slide_content .button a:hover,
.site-body .slide_content .button a:focus {
    background: #d90d0d;
    color: #fff;
    transform: translateY(-1px);
}

.site-body .callbacks_nav {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(255, 255, 255, .22);
    border-radius: 999px;
    background: rgba(13, 17, 23, .55);
    color: #fff;
    font-size: 0;
    overflow: visible;
    text-decoration: none;
    text-indent: 0;
    transform: translateY(-50%);
    transition: background .2s ease, transform .2s ease;
}

.site-body .callbacks_nav::before {
    content: "<";
    font-size: 26px;
    font-weight: 850;
    line-height: 1;
}

.site-body .callbacks_nav.next::before {
    content: ">";
}

.site-body .callbacks_nav:hover,
.site-body .callbacks_nav:focus {
    background: rgba(255, 16, 16, .9);
    transform: translateY(-50%) scale(1.04);
}

.site-body .callbacks_nav.next {
    left: auto;
    right: 18px;
}

.site-body .callbacks_nav.prev {
    left: 18px;
    right: auto;
}

@keyframes siteHeroKenBurns {
    0% {
        transform: scale(1.06) translate3d(-1.2%, .4%, 0);
    }

    100% {
        transform: scale(1.16) translate3d(1.4%, -1%, 0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .site-body .rslides li.callbacks1_on img {
        animation: none;
    }

    .site-body .rslides li.callbacks_slide_leaving img {
        transform: scale(1.06);
    }
}

.site-body .features,
.site-body .main,
.site-body .content {
    background: #f5f7fb;
}

.site-body .features:not(.site-reservation-page),
.site-body .main,
.site-body .content {
    padding: 34px 0 40px;
}

.site-body .features .container,
.site-body .main .container,
.site-body .content .container {
    background: #fff;
    border: 1px solid #dfe6ed;
    border-radius: 12px;
    box-shadow: 0 18px 45px rgba(27, 39, 58, .08);
    margin-top: 0;
    margin-bottom: 0;
    padding: 28px;
}

.site-body .features h1,
.site-body .features h2,
.site-body .features h3,
.site-body .main h1,
.site-body .main h2,
.site-body .main h3,
.site-body .content h1,
.site-body .content h2,
.site-body .content h3 {
    color: #111827;
    font-weight: 850;
    letter-spacing: 0;
}

.site-body .features p,
.site-body .features li,
.site-body .main p,
.site-body .main li,
.site-body .content p,
.site-body .content li {
    color: #263241;
    font-size: 16px;
    line-height: 1.68;
}

.site-body .features p + p,
.site-body .main p + p,
.site-body .content p + p {
    margin-top: 12px;
}

.site-body .article_thumbnail {
    display: block;
    max-width: min(100%, 420px);
    height: auto;
    margin: 22px auto 0;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(27, 39, 58, .12);
}

.site-body .lightbox {
    display: inline-block;
    max-width: 100%;
}

.site-body .features ul,
.site-body .main ul,
.site-body .content ul {
    padding-left: 1.25rem;
}

.site-body .features table:not(.kalendar),
.site-body .main table:not(.kalendar),
.site-body .content table:not(.kalendar) {
    width: 100% !important;
    max-width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
    border: 1px solid #c7d4e3;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 16px 36px rgba(27, 39, 58, .11);
    margin: 22px 0 28px;
}

.site-body .features table:not(.kalendar) td,
.site-body .features table:not(.kalendar) th,
.site-body .main table:not(.kalendar) td,
.site-body .main table:not(.kalendar) th,
.site-body .content table:not(.kalendar) td,
.site-body .content table:not(.kalendar) th {
    border-right: 1px solid #dfe6ef;
    border-bottom: 1px solid #dfe6ef;
    color: #17212d;
    font-size: 16px;
    line-height: 1.45;
    padding: 15px 16px;
    vertical-align: middle;
}

.site-body .features table:not(.kalendar) th,
.site-body .main table:not(.kalendar) th,
.site-body .content table:not(.kalendar) th,
.site-body .features table:not(.kalendar) tr:first-child > td,
.site-body .main table:not(.kalendar) tr:first-child > td,
.site-body .content table:not(.kalendar) tr:first-child > td {
    background: #263c73;
    border-bottom-color: #1d2f5c;
    border-right-color: rgba(255, 255, 255, .18);
    color: #fff;
    font-weight: 900;
}

.site-body .features table:not(.kalendar) tr:nth-child(even) td,
.site-body .main table:not(.kalendar) tr:nth-child(even) td,
.site-body .content table:not(.kalendar) tr:nth-child(even) td {
    background: #f1f6fb;
}

.site-body .features table:not(.kalendar) tr:nth-child(odd):not(:first-child) td,
.site-body .main table:not(.kalendar) tr:nth-child(odd):not(:first-child) td,
.site-body .content table:not(.kalendar) tr:nth-child(odd):not(:first-child) td {
    background: #fff;
}

.site-body .features table:not(.kalendar) td:first-child,
.site-body .main table:not(.kalendar) td:first-child,
.site-body .content table:not(.kalendar) td:first-child {
    font-weight: 750;
}

.site-body .features table:not(.kalendar) tr:last-child td,
.site-body .main table:not(.kalendar) tr:last-child td,
.site-body .content table:not(.kalendar) tr:last-child td {
    border-bottom: 0;
}

.site-body .features table:not(.kalendar) td:last-child,
.site-body .features table:not(.kalendar) th:last-child,
.site-body .main table:not(.kalendar) td:last-child,
.site-body .main table:not(.kalendar) th:last-child,
.site-body .content table:not(.kalendar) td:last-child,
.site-body .content table:not(.kalendar) th:last-child {
    border-right: 0;
}

.site-body .features table.cenik tr:first-child > td,
.site-body .features table.cenik tr:first-child > th,
.site-body .main table.cenik tr:first-child > td,
.site-body .main table.cenik tr:first-child > th,
.site-body .content table.cenik tr:first-child > td,
.site-body .content table.cenik tr:first-child > th {
    background: #263c73;
    color: #fff !important;
}

.site-body .features table.cenik tr:first-child > td *,
.site-body .features table.cenik tr:first-child > th *,
.site-body .main table.cenik tr:first-child > td *,
.site-body .main table.cenik tr:first-child > th *,
.site-body .content table.cenik tr:first-child > td *,
.site-body .content table.cenik tr:first-child > th * {
    color: inherit !important;
}

.site-body .features table.cenik td,
.site-body .features table.cenik th,
.site-body .main table.cenik td,
.site-body .main table.cenik th,
.site-body .content table.cenik td,
.site-body .content table.cenik th {
    height: auto !important;
}

.site-body .footer {
    background: #0d1117;
    color: rgba(255, 255, 255, .82);
    padding-top: 30px;
}

.site-body .footer .container {
    max-width: 1140px;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 12px;
}

.site-body .footer_box h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 850;
    letter-spacing: 0;
}

.site-body .footer_box {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-body .footer_box li {
    list-style: none;
}

.site-body .footer_box li a,
.site-body .copy p,
.site-body .copy a {
    color: rgba(255, 255, 255, .74);
    text-decoration: none;
}

.site-body .footer_box li a:hover,
.site-body .footer_box li a:focus,
.site-body .copy a:hover,
.site-body .copy a:focus {
    color: #f1c84b;
    text-decoration: none;
}

.site-body .footer_bottom {
    margin-top: 28px;
    padding: 18px 0 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.site-body .footer_search {
    margin-top: 14px;
}

.site-body .social {
    display: flex;
    gap: 10px;
    padding: 0;
    margin: 18px 0 0;
    list-style: none;
}

.site-body .social li {
    display: inline-flex;
}

.site-body .social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #1d4ed8;
    color: #fff;
    text-decoration: none;
}

.site-body .social a span {
    display: block;
    width: 18px;
    height: 18px;
}

.site-body .facebook a span::before {
    content: "f";
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    line-height: 18px;
    text-align: center;
}

.site-body .eu-cookies {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background: #0d1117;
    color: #fff;
    box-shadow: 0 -12px 34px rgba(0, 0, 0, .24);
    padding: 12px 18px;
    text-align: center;
}

.site-body .eu-cookies a {
    color: #f1c84b;
    font-weight: 800;
    text-decoration: none;
}

.site-body .eu-cookies a:hover,
.site-body .eu-cookies a:focus {
    color: #fff;
}

.site-body .eu-cookies button {
    min-height: 32px;
    border: 0;
    border-radius: 6px;
    background: #ff1010;
    color: #fff;
    font-weight: 850;
    padding: 0 12px;
}

.site-body .cook2 {
    display: none;
}

.site-body .red {
    color: #d90d0d;
    font-weight: 800;
}

.site-header {
    z-index: 1040;
    background: #0d1117;
    box-shadow: 0 14px 34px rgba(0, 0, 0, .2);
}

.site-navbar {
    min-height: 96px;
    background: #0d1117;
    padding: 16px 0;
}

.site-navbar .container {
    align-items: center;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    padding: 0;
}

.site-brand img {
    display: block;
    width: auto;
    max-width: 202px;
    max-height: 66px;
}

.site-mobile-actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-left: auto;
}

.site-navbar-toggler {
    border: 1px solid rgba(255, 255, 255, .24);
    border-radius: 8px;
    padding: 8px 10px;
}

.site-navbar-toggler:focus {
    box-shadow: 0 0 0 3px rgba(255, 205, 73, .24);
}

.site-navbar .navbar-toggler-icon {
    filter: invert(1);
}

.site-nav {
    gap: 8px;
    margin-left: 34px;
}

.site-nav .nav-link,
.site-nav .dropdown-item {
    color: rgba(255, 255, 255, .86);
    border-radius: 8px;
    font-size: 16px;
    font-weight: 850;
    letter-spacing: 0;
    text-decoration: none;
}

.site-nav .nav-link {
    padding: 14px 16px;
}

.site-nav .nav-link:hover,
.site-nav .nav-link:focus,
.site-nav .nav-link.active,
.site-nav .dropdown-item:hover,
.site-nav .dropdown-item:focus,
.site-nav .dropdown-item.active {
    background: #ff1010;
    color: #fff;
}

.site-nav .dropdown-menu {
    min-width: 220px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 10px;
    background: #111827;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .25);
    padding: 8px;
}

.site-nav .dropdown-item {
    padding: 9px 10px;
    white-space: normal;
}

.site-nav .dropdown-toggle::after {
    margin-left: 6px;
}

.site-header-tools {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-left: 18px;
}

.site-language-switch {
    align-items: center;
    gap: 5px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 999px;
    background: rgba(255, 255, 255, .06);
    padding: 4px;
}

.site-language-switch a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    min-height: 30px;
    border-radius: 999px;
    color: rgba(255, 255, 255, .82);
    font-size: 12px;
    font-weight: 850;
    text-decoration: none;
}

.site-language-switch a:hover,
.site-language-switch a:focus,
.site-language-switch a.active {
    background: #ff1010;
    color: #fff;
}

.site-auth-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.site-login-button,
.site-register-button,
.site-account-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    min-height: 38px;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 850;
    line-height: 1.1;
    white-space: nowrap;
}

.site-login-button,
.site-account-button {
    border: 1px solid #f1c84b;
    background: #f1c84b;
    color: #16120a;
}

.site-login-button:hover,
.site-login-button:focus,
.site-account-button:hover,
.site-account-button:focus {
    border-color: #fff;
    background: #fff;
    color: #111827;
}

.site-register-button {
    border: 1px solid rgba(255, 255, 255, .24);
    background: transparent;
    color: #fff;
}

.site-register-button:hover,
.site-register-button:focus {
    border-color: #fff;
    background: #fff;
    color: #111827;
}

.site-account-dropdown,
.site-header .dropdown {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    display: block;
}

.site-account-dropdown .dropdown-menu {
    width: auto;
    min-width: 210px;
    height: auto;
    border: 0;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 20px 45px rgba(0, 0, 0, .22);
    padding: 8px;
    overflow: visible;
}

.site-header .site-account-dropdown .dropdown-menu a.dropdown-item,
.site-account-dropdown .dropdown-item {
    border-radius: 8px;
    color: #17212d;
    font-weight: 750;
    padding: 9px 10px;
}

.site-header .site-account-dropdown .dropdown-menu a.dropdown-item:hover,
.site-header .site-account-dropdown .dropdown-menu a.dropdown-item:focus,
.site-account-dropdown .dropdown-item:hover,
.site-account-dropdown .dropdown-item:focus {
    background: #f5e7b3;
    color: #111827;
}

.site-header .dropdown-menu li {
    list-style: none;
}

.site-header .dropdown-divider {
    margin: 6px 0;
}

.site-reservation-page {
    background: #f5f7fb;
    padding: 28px 0 42px;
}

.site-reservation-page .container {
    max-width: 1320px;
    border: 1px solid #dfe6ed;
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 18px 45px rgba(27, 39, 58, .08);
    margin-top: 0;
    margin-bottom: 0;
    padding: 34px;
}

.site-reservation-page .container > h3.m_3:first-child,
.site-reservation-page .container > p,
.site-reservation-page .container > a {
    max-width: 1180px;
}

.site-reservation-page .container > h3.m_3:first-child {
    margin-bottom: 22px;
    text-align: center;
}

.site-reservation-page .container > p {
    color: #17212d;
    font-weight: 750;
}

.site-reservation-page .container > p:has(> br:only-child) {
    display: none;
}

.site-reservation-page .container > a {
    display: inline-block;
    margin: 6px 0;
    font-weight: 800;
}

.site-reservation-page .reservation-calendar-layout {
    display: grid;
    grid-template-columns: minmax(300px, 420px) minmax(230px, 320px);
    align-items: start;
    gap: 24px;
    margin: 18px 0 22px;
    max-width: 780px;
}

.site-reservation-page #levy_sloupec {
    float: none;
    width: 100%;
    margin: 0;
}

.site-reservation-page .manual {
    float: none;
    width: 100%;
    margin: 0;
    padding-top: 86px;
}

.site-reservation-page .mitem {
    width: 100%;
    min-height: 42px;
    line-height: 1.2;
    margin: 0 0 7px;
    border-radius: 6px;
    padding: 10px 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 850;
}

.site-reservation-page .mgreen {
    background: #00a000 !important;
}

.site-reservation-page .morange {
    background: #ff9600 !important;
}

.site-reservation-page .mshadow {
    background: #696969 !important;
}

.site-reservation-page .mblue {
    background: #0879c6 !important;
}

.site-reservation-page .kalendar {
    width: 100% !important;
    margin: 0 !important;
    overflow: hidden;
    border: 1px solid #d9e0e8 !important;
    border-radius: 12px !important;
    border-collapse: separate !important;
    border-spacing: 4px !important;
    background: #fff !important;
    box-shadow: 0 18px 34px rgba(27, 39, 58, .12);
    table-layout: fixed;
}

.site-reservation-page .kalendar th,
.site-reservation-page .kalendar td {
    height: 38px !important;
    border: 0 !important;
    border-radius: 7px;
    color: #17212d;
    padding: 0 !important;
    text-align: center;
    vertical-align: middle !important;
}

.site-reservation-page .kalendar thead tr:first-child th {
    height: 56px !important;
    background: transparent;
    color: #17212d;
    font-size: 13px;
    font-weight: 900;
    text-transform: uppercase;
}

.site-reservation-page .kalendar .month th[colspan] {
    font-size: 17px;
    line-height: 1.2;
}

.site-reservation-page .kalendar .month a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #d6a641;
    border-radius: 6px;
    color: #9b6b09;
    font-size: 0;
    text-decoration: none;
}

.site-reservation-page .kalendar .month .calendar-nav-disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border: 1px solid #e5eaf0;
    border-radius: 6px;
    background: #f1f3f6;
    color: #c0c8d1;
    font-size: 17px;
    font-weight: 850;
    line-height: 1;
}

.site-reservation-page .kalendar .month a::before {
    content: "<<";
    font-size: 17px;
    line-height: 1;
}

.site-reservation-page .kalendar .month .pravo a::before {
    content: ">>";
}

.site-reservation-page .kalendar thead tr:nth-child(2) td {
    background: transparent;
    color: #67717f;
    font-size: 14px;
    font-weight: 850;
}

.site-reservation-page .kalendar tbody td {
    background: #f7f9fb;
    font-size: 15px;
    font-weight: 850;
}

.site-reservation-page .kalendar tbody td:empty {
    background: #f1f3f6;
}

.site-reservation-page .kalendar .days,
.site-reservation-page .kalendar .today {
    background: #f8fafc !important;
}

.site-reservation-page .kalendar .days_last {
    background: #f1f3f6 !important;
    color: #c0c8d1 !important;
}

.site-reservation-page .kalendar .days_other {
    background: #f1f3f6 !important;
    color: #c0c8d1 !important;
}

.site-reservation-page .kalendar td.days_other.days_last {
    background: #f1f3f6 !important;
    color: #c0c8d1 !important;
}

.site-reservation-page .kalendar .days_other a {
    color: #c0c8d1 !important;
}

.site-reservation-page .kalendar td.active,
.site-reservation-page .kalendar td.today.active {
    background: #263c73 !important;
    background-color: #263c73 !important;
    color: #fff !important;
}

.site-reservation-page .kalendar td.active a,
.site-reservation-page .kalendar td.today.active a {
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
}

.site-reservation-page .kalendar td a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #111827;
    text-decoration: none;
}

.site-reservation-page .kalendar td a:hover,
.site-reservation-page .kalendar td a:focus {
    background: #e9eef7;
    border-radius: 7px;
    color: #111827;
}

.site-reservation-page .filtr1 {
    display: inline-flex;
    align-items: center;
    min-height: 44px;
    border: 1px solid #d7dde6;
    border-radius: 6px;
    background: #fff;
    color: #ff1717;
    font-size: 18px;
    font-weight: 900;
    margin-top: 12px;
    padding: 8px 12px;
}

.site-reservation-page #pravy_sloupec {
    float: none;
    width: 100%;
    max-width: 100%;
    margin-top: 18px;
}

.site-reservation-page #pravy_sloupec p {
    margin-bottom: 16px;
}

.site-reservation-page #pravy_sloupec > p:first-of-type {
    margin-bottom: 20px;
}

.site-reservation-page .check,
.site-reservation-page .check1 {
    float: none;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(12.5% - 10px);
    min-width: 132px;
    min-height: 86px;
    height: auto;
    border: 0;
    border-radius: 6px;
    margin: 5px;
    padding: 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 850;
    text-align: center;
    vertical-align: top;
}

.site-reservation-page .time {
    color: #fff;
    font-size: 19px;
    font-weight: 900;
    line-height: 1.2;
}

.site-reservation-page .res_title,
.site-reservation-page .count_free {
    color: #fff;
    line-height: 1.25;
}

.site-reservation-page .count_free {
    font-size: 12px;
}

.site-reservation-page .check input[type="checkbox"] {
    width: 14px;
    height: 14px;
    margin: 4px 0 2px;
}

.site-reservation-page .res_green {
    background: #00a000 !important;
}

.site-reservation-page .res_orange {
    background: #ff9600 !important;
}

.site-reservation-page .res_shadow {
    background: #696969 !important;
}

.site-reservation-page h2 {
    clear: both;
    margin: 26px 0 16px;
    font-size: 30px;
}

.site-reservation-page .form_c {
    float: none;
    width: min(100%, 720px);
    margin: 0 0 16px;
    font-size: 16px;
}

.site-reservation-page .form_c input[type="text"],
.site-reservation-page .form_c input[type="email"],
.site-reservation-page .form_c input[type="tel"],
.site-reservation-page .form_c input[type="password"],
.site-reservation-page .form_c textarea,
.site-reservation-page .form_c select {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d6dde5;
    border-radius: 0;
    background: #fff;
    color: #111827;
    padding: 10px 14px;
    font: inherit;
}

.site-reservation-page .to {
    display: grid;
    gap: 14px;
    max-width: 720px;
    font-size: 16px;
}

.site-reservation-page .to input.text {
    width: 100%;
    min-height: 52px;
    border: 1px solid #d6dde5;
    border-radius: 0;
    background: #f9fafb;
    color: #111827;
    padding: 10px 14px;
    font: inherit;
}

.site-reservation-page .send_form {
    float: none;
    max-width: 760px;
}

.site-reservation-page .form-submit {
    float: none;
    clear: both;
    display: block;
    width: 100%;
    max-width: 760px;
    height: auto;
    margin: 18px 0 34px;
    font-size: 16px;
}

.site-reservation-page .reservation-consent,
.site-reservation-page .reservation-consent-warning,
.site-reservation-page .reservation-alert {
    max-width: 760px;
    font-size: 15px;
}

.site-reservation-page .reservation-consent label {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    align-items: flex-start;
    gap: 10px;
    line-height: 1.55;
}

.site-reservation-page .reservation-consent input {
    margin-top: 5px;
}

.site-reservation-page .reservation-consent-text {
    min-width: 0;
}

.site-reservation-page .reservation-consent-warning[hidden] {
    display: none;
}

.site-reservation-page .modal p {
    margin-bottom: 8px;
}

.site-reservation-page input[name="url"],
.site-reservation-page input[name="ulozitneco"] {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}

.site-reservation-page #sendNewSms {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    width: auto;
    max-width: 100%;
    min-height: 52px;
    height: auto;
    border: 0;
    border-radius: 6px;
    background: #f1c84b;
    color: #15110a;
    font-weight: 850;
    line-height: 1.35;
    padding: 13px 18px;
    text-align: center;
    text-transform: none;
    white-space: normal;
}

.site-reservation-page #sendNewSms:disabled {
    width: auto;
    background: #a4a4a4;
    color: #111827;
    cursor: not-allowed;
    opacity: 1;
}

.site-gallery-page .container {
    overflow: hidden;
}

.site-gallery-page .shop_top,
.site-contact-page .shop_top {
    padding: 0;
}

.site-gallery-page h3.m_2 {
    margin: 0 0 24px;
    padding: 0;
    font-size: 26px;
    font-weight: 850;
    letter-spacing: 0;
}

.site-gallery-grid {
    align-items: stretch;
    margin-top: 0;
}

.site-gallery-page .team1 {
    float: none;
    margin: 0 0 24px;
}

.site-gallery-page .img_section {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 8px;
    background: #0d1117;
    box-shadow: 0 12px 30px rgba(27, 39, 58, .12);
}

.site-gallery-page .img_section a {
    display: block;
    position: relative;
    height: 100%;
    min-height: 260px;
    color: #fff;
    text-decoration: none;
}

.site-gallery-page .img_section img {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 260px;
    object-fit: cover;
}

.site-gallery-page .img_section span {
    display: none;
}

.site-gallery-page .img_section_txt {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(13, 17, 23, 0), rgba(13, 17, 23, .86));
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    padding: 34px 14px 14px;
}

.site-contact-page .container {
    overflow: hidden;
}

.site-contact-grid {
    display: grid;
    grid-template-columns: minmax(320px, 1fr) minmax(320px, .9fr);
    gap: 32px;
    align-items: stretch;
}

.site-contact-map {
    min-height: 430px;
    overflow: hidden;
    border: 1px solid #d8e1eb;
    border-radius: 10px;
    background: #eef3f8;
}

.site-contact-map iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
}

.site-contact-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.site-contact-page .site-contact-info h3.m_3 {
    max-width: 560px;
    margin-bottom: 22px;
    font-size: 34px;
    line-height: 1.18;
    text-align: left;
    text-transform: none;
}

.site-contact-content {
    color: #263241;
    font-size: 16px;
    font-weight: 650;
    line-height: 1.6;
}

.site-contact-content p {
    margin-bottom: 14px;
}

.site-contact-address {
    display: grid;
    gap: 6px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #e2e8f0;
}

.site-contact-address p {
    margin: 0;
}

.site-contact-form {
    margin-top: 28px;
    padding-top: 24px;
    border-top: 1px solid #e2e8f0;
}

.site-contact-form .form-control {
    min-height: 50px;
    border: 1px solid #d6dde5;
    border-radius: 6px;
    color: #111827;
    font: inherit;
}

.site-contact-form textarea.form-control {
    min-height: 140px;
}

.site-contact-submit {
    float: none;
    margin-top: 16px;
    text-align: right;
}

.site-contact-submit input[type="submit"] {
    min-height: 46px;
    border: 0;
    border-radius: 6px;
    background: #ff1010;
    color: #fff;
    font-weight: 850;
    padding: 0 22px;
    text-transform: uppercase;
}

.site-contact-submit input[type="submit"]:hover {
    background: #cf0d0d;
}

@media (min-width: 992px) {
    .site-nav .dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    .site-nav .dropend:hover > .dropdown-menu {
        display: block;
        top: 0;
        left: 100%;
        margin-top: -8px;
        margin-left: 6px;
    }
}

@media (max-width: 1399.98px) {
    .site-navbar {
        min-height: 90px;
        padding: 14px 0;
    }

    .site-brand img {
        max-width: 178px;
        max-height: 58px;
    }

    .site-nav {
        gap: 4px;
        margin-left: 24px;
    }

    .site-nav .nav-link {
        padding: 12px 12px;
        font-size: 15px;
    }
}

@media (max-width: 1199.98px) {
    .site-nav {
        gap: 2px;
        margin-left: 14px;
    }

    .site-nav .nav-link {
        padding: 10px 9px;
        font-size: 14px;
    }

    .site-brand img {
        max-width: 160px;
    }
}

@media (max-width: 991.98px) {
    .site-navbar {
        min-height: 70px;
    }

    .site-brand img {
        max-width: 142px;
        max-height: 46px;
    }

    .site-navbar .navbar-collapse {
        margin-top: 12px;
        border-top: 1px solid rgba(255, 255, 255, .12);
        padding-top: 12px;
    }

    .site-nav {
        gap: 4px;
        margin-left: 0;
    }

    .site-nav .dropdown-menu {
        position: static;
        border-radius: 8px;
        background: rgba(255, 255, 255, .05);
        box-shadow: none;
        margin: 4px 0 6px;
    }

    .site-header-tools {
        align-items: stretch;
        flex-direction: column;
        gap: 10px;
        margin: 14px 0 0;
    }

    .site-auth-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .site-login-button,
    .site-register-button,
    .site-account-button {
        width: 100%;
    }

    .site-contact-grid {
        grid-template-columns: 1fr;
    }

    .site-contact-info {
        justify-content: flex-start;
    }

    .site-reservation-page .reservation-calendar-layout {
        grid-template-columns: 1fr;
        max-width: 430px;
    }

    .site-reservation-page .manual {
        padding-top: 0;
    }

    .site-reservation-page .check,
    .site-reservation-page .check1 {
        width: calc(33.333% - 13px);
    }
}

@media (max-width: 575.98px) {
    .site-body #fwslider,
    .site-body .callbacks_container,
    .site-body .rslides,
    .site-body .rslides li,
    .site-body .slide {
        min-height: 360px;
    }

    .site-body .rslides img {
        height: 360px;
    }

    .site-body .slide_content {
        width: calc(100% - 32px);
        align-items: flex-end;
        padding-bottom: 44px;
    }

    .site-body h1.title {
        margin-bottom: 18px;
        font-size: 34px;
    }

    .site-body .slide_content .button a {
        min-height: 46px;
        padding: 0 20px;
    }

    .site-body .callbacks_nav {
        top: auto;
        bottom: 22px;
        left: auto;
        right: 70px;
        width: 40px;
        height: 40px;
        transform: none;
    }

    .site-body .callbacks_nav.next {
        right: 16px;
    }

    .site-body .callbacks_nav.prev {
        left: auto;
        right: 70px;
    }

    .site-body .callbacks_nav:hover,
    .site-body .callbacks_nav:focus {
        transform: scale(1.04);
    }

    .site-body .cook1 {
        display: none;
    }

    .site-body .cook2 {
        display: block;
        margin-top: 6px;
    }

    .site-body .features:not(.site-reservation-page),
    .site-body .main,
    .site-body .content {
        padding: 18px 0 24px;
    }

    .site-body .features .container,
    .site-body .main .container,
    .site-body .content .container {
        max-width: 100%;
        overflow-x: hidden;
        border-radius: 0;
        margin-top: 0;
        margin-bottom: 0;
        padding: 18px 14px;
    }

    .site-body .features table:not(.kalendar),
    .site-body .main table:not(.kalendar),
    .site-body .content table:not(.kalendar) {
        display: block;
        width: 100% !important;
        max-width: 100%;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .site-body .features table:not(.kalendar) th,
    .site-body .features table:not(.kalendar) td,
    .site-body .main table:not(.kalendar) th,
    .site-body .main table:not(.kalendar) td,
    .site-body .content table:not(.kalendar) th,
    .site-body .content table:not(.kalendar) td {
        min-width: 140px;
    }

    .site-navbar {
        padding: 10px 0;
    }

    .site-brand img {
        max-width: 126px;
    }

    .site-language-switch a {
        min-width: 32px;
        min-height: 28px;
        font-size: 11px;
    }

    .site-body .features table:not(.kalendar),
    .site-body .main table:not(.kalendar),
    .site-body .content table:not(.kalendar) {
        display: block;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .site-body .features table:not(.kalendar) td,
    .site-body .features table:not(.kalendar) th,
    .site-body .main table:not(.kalendar) td,
    .site-body .main table:not(.kalendar) th,
    .site-body .content table:not(.kalendar) td,
    .site-body .content table:not(.kalendar) th {
        min-width: 120px;
        padding: 11px 12px;
    }

    .site-reservation-page {
        padding-top: 20px;
    }

    .site-reservation-page .container {
        padding: 18px 14px;
    }

    .site-reservation-page .reservation-calendar-layout {
        gap: 14px;
        margin-top: 24px;
    }

    .site-reservation-page .kalendar th,
    .site-reservation-page .kalendar td {
        height: 34px !important;
        font-size: 13px;
    }

    .site-reservation-page .kalendar .month a {
        width: 36px;
        height: 36px;
    }

    .site-reservation-page .check,
    .site-reservation-page .check1 {
        width: calc(50% - 12px);
        min-height: 74px;
        font-size: 12px;
    }

    .site-gallery-page .img_section a,
    .site-gallery-page .img_section img {
        min-height: 220px;
    }
}
