@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro.eot');
    src: url('../fonts/DINPro.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro.woff') format('woff'),
        url('../fonts/DINPro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* 
@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Bold.eot');
    src: url('../fonts/DINPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Bold.woff') format('woff'),
        url('../fonts/DINPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
} */

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Light.eot');
    src: url('../fonts/DINPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Light.woff') format('woff'),
        url('../fonts/DINPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-Medium.eot');
    src: url('../fonts/DINPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-Medium.woff') format('woff'),
        url('../fonts/DINPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DIN Pro';
    src: url('../fonts/DINPro-CondBold.eot');
    src: url('../fonts/DINPro-CondBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/DINPro-CondBold.woff') format('woff'),
        url('../fonts/DINPro-CondBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body {
    touch-action: pan-x pan-y;
    -webkit-text-size-adjust: 100%;
}   

body {
    font-family: 'DIN Pro', sans-serif;
    overflow: hidden;
    letter-spacing: 0.01em;
}
* {
    box-sizing: border-box;
    outline: none;
}
label.error {
    display: none!important;
}
.error {
    border-color: red!important;
}
.valid {
    border-color: green!important;
}
button, a {
    cursor: pointer;
    transition: .3s;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
p {
    margin-top: 0;
}
.flex {
    display: flex;
}
.row.flex::before, .row.flex::after {
    display: none;
}
.flex.center {
    align-items: center;
}
.box {
    margin-bottom: -30px;
}
.box > div {
    margin-bottom: 30px;
}
.container {
    width: 100%;
    max-width: 1200px;
}


/* TOP */
.home_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 66px 60px;
    padding-bottom: 0;
}

.home_top h1 {
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 25px;
    margin: 0;
    font-size: 62px;
    color: #2A4323;
}

.home_top h1 img {
    position: relative;
    top: 4px;
}

.languages {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 393px;
}

.languages a {
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 65px;
    border: 1px solid #DADADA;
    font-size: 27px;
    color: #636363;
}

.languages a.active {
    color: #fff;
    border-color: #586356;
    background-color: #586356;
}

.area_main {
    padding: 60px;
    padding-top: 52px;
    flex: 1;
    display: flex;
    gap: 30px;
    height: 929px;
}

body {
    height: 100vh;
    height: 100dvh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.area_main_slider {
    width: 562px;
    flex: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
    overflow: hidden;
}

.area_main_cards {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 20px 24px;
}

.area_main_cards div {
    text-decoration: none;
    background-position: center;
    background-size: cover;
    position: relative;
    flex: 1;
    height: calc(100% - 210px);
    background-color: #2A4323;
}

.area_main_cards div:last-child {
    flex: none;
    width: 100%;
    height: 192px;
}

.area_main_cards div::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(21, 21, 21, 0.72) 100%);
}

.area_main_cards div p {
    margin: 0;
    position: absolute;
    z-index: 100;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 40px;
    font-size: 32px;
    color: #fff;
}

.area_main_cards div:last-child::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(21, 21, 21, 0.72) 100%);
}

.area_main_cards div:last-child p {
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.intro_wrp {
    height: 100%;
}
.area_main_slider_progress {
    height: 8px;
    position: relative;
    width: 100%;
    flex: none;
}

.area_main_slider_progress div {
    background-color: #586356;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
}

.main_slider {
    flex: 1;
    width: 562px;
}

.slide_img {
    height: 100%;
    background-position: center;
    background-size: cover;
}
.modal_wrp {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(28, 28, 28, 0.96);
    opacity: 0.0001;
    pointer-events: none;
    transition: .25s ease;
}

.modal_wrp.active {
    opacity: 1;
    pointer-events: all;
}

.modal_inner {
    width: calc(100% - 264px);
    height: calc(100% - 180px);
    background-color: #fff;
    position: relative;
    padding: 48px;
    display: flex;
    flex-direction: column;
}

.modal_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
    flex: none;
}

.modal_header h2 {
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 64px;
    color: #3A4A36;
    font-weight: bold;
}

.modal_header h2 img {
    margin-right: 18px;
    transition: .3s;
    height: 72px;
    width: 0;
    margin-right: 0;
}

.modal_content {
    position: relative;
    display: flex;
    gap: 32px;
    flex: 1;
}

.reserve_wrp {
    pointer-events: none;
    opacity: 0;
    transition: .2s ease;
    width: 100%;
    position: absolute;
    height: 100%;
}

.modal_sidebar {
    width: 395px;
    flex: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 696px;
}

.modal_tabs {
    flex: 1;
    overflow: auto;
}

.modal_book {
    height: 90px;
    background-color: #3A4A36;
    padding: 0;
    border: none;
    color: #fff;
    font-size: 29px;
}
.modal_book[disabled] {
    background-color: #C3C5C2;
    color: #fff;
}

.modal_tab {
    height: 97px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    padding: 5px 32px;
    border: 1px solid #E5E5E5;
    margin-bottom: -1px;
    font-size: 21px;
    color: #3A4A36;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    position: relative;
}

.modal_tab.active {
    background-color: #fff;
    pointer-events: none;
}

.modal_tab span {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    color: #6E6E6E;
}

.modal_tab span i {
    font-style: normal;
    text-decoration: underline;
}

.modal_tab::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(../img/tab.svg);
    height: 100%;
    width: 12px;
    background-repeat: no-repeat;
    background-position: center;
    right: 22px;
    transition: .3s;
    opacity: 1;
}
.modal_inner_content {
    background-color: #F4F4F4;
    flex: 1;
}

.about_wrp {
    padding: 60px;
    height: 100%;
    display: flex;
    gap: 40px;
}

.tab_inners {
    height: 100%;
    position: relative;
}

.tab_item {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: .2s ease;
    opacity: 0;
    pointer-events: none;
}

.about_img {
    flex: none;
    width: 465px;
    background-position: center;
    background-size: cover;
}

.about_text {
    flex: 1;
}

.about_text p {
    font-size: 20px;
    margin: 0;
    color: black;
    line-height: 1.5;
}
.modal_tab.active::after {
    opacity: 0;
}
.active .tab_item.active {
    opacity: 1;
    pointer-events: all;
}


.show_reservation .modal_header h2 img {
    width: 72px;
    margin-right: 18px;
}

.show_reservation.active .reserve_wrp {
    opacity: 1;
    pointer-events: all;
    background-color: #fff;
    z-index: 1000;
}

.reserve_wrp iframe {
    width: 100%;
    height: 100%;
}
div#pages {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    /* overflow-x: hidden; */
}
div#pages img {
    pointer-events: none;
}
.pdf_tab {
    width: 1133px;
    height: 696px;
}
.pdf_tab iframe {
    width: 1133px!important;
    height: 696px!important;
}
div#pages canvas {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
    display: block;
}
#pdf-controls button {
    padding: 0;
    margin: 0;
    border: none;
}
.icon {
    width: 71px;
    height: 71px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.prev {
    background-image: url(../img/prev.svg);
}
.next {
    background-image: url(../img/next.svg);
}
.zoomin {
    background-image: url(../img/zoomin.svg);
}
.zoomout {
    background-image: url(../img/zoomout.svg);
}
div#pdf-controls {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    width: 100%;
    height: 100%;
}

div#pdf-controls button {
    pointer-events: all;
    border: 2px solid #F4F4F4;
}

button#prev-page {
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-left: none!important;
}

button#next-page {
    right: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    border-right: none!important;
}

span#page-indicator {
    position: absolute;
    bottom: -33px;
    right: 0;
    color: #000000;
    font-size: 18px;
    opacity: .6;
    letter-spacing: 0.2em;
}

button#zoom-in {
    position: absolute;
    top: 0;
    left: 0;
    border-color: #3A4A36!important;
}

button#zoom-out {
    position: absolute;
    top: 0;
    left: 68px;
    border-color: #3A4A36!important;
}
/* 
button#next-page {
    display: none;
}

button#prev-page {
    display: none;
} */

/* span#page-indicator {
    display: none;
} */


.more_pages  button#next-page {
    display: block;
}

.more_pages  button#prev-page {
    display: block;
}

.more_pages  span#page-indicator {
    display: block;
}
.short_modal .modal_sidebar {
    display: none;
}
.short_modal .pdf_tab {
    width: 1560px;
}

[lang="cz"] .area_main_slider.en {
    display: none;
}

[lang="cz"] .area_main_slider.cz {
    display: flex;
}

[lang="en"] .area_main_slider.cz {
    display: none;
}

[lang="en"] .area_main_slider.en {
    display: flex;
}


.loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255, .5);
    z-index: 99999;
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}
.loader-mask.vis {
    opacity: 1;
    pointer-events: all;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    color: #00c9d0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.lead{
  font-size:13px;
}
.loader div {
    background-color: #3A4A36;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    height: 50px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
button#zoom-in .icon, button#zoom-out .icon {
    width: 57px;
    height: 57px;
    background-size: 60px;
}