.frame_dec {
    width: -webkit-fill-available;
    background: none;
    background-size: 84%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 20px;
}

.container {
    width: 100%;
    max-width: -webkit-fill-available;
}

.services_holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

nav.header__nav {
}

.header__burger.burger {
    display: block !important;
}

nav.header__nav.header__nav-active {
    display: block;
    background: var(--main-color);
    height: 100vh;
    right: 0;
    width: 100%;
    top: 56px;
    color: white;
    transform: translateX(0%);
}

.header__nav-active ul.main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 50px 20px;
}

.header__nav-active ul.main-menu li a {
    color: white;
    font-size: 1.4em;
}

.additional {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* gap: 20px; */
    justify-content: space-between;
    margin: 0px 30px;
    border-top: 1px solid;
    padding-top: 50px;
}

.additional img {
    height: 30px;
}
nav.header__nav.header__nav-active {
    display: block;
    background: var(--main-color);
    height: 100vh;
    right: 0;
    width: 300px;
    top: 56px;
    color: white;
    transform: translateX(0%);
    position: absolute;
    z-index: 1000;
}

.header__nav-active ul.main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 50px 20px;
}

.header__nav-active ul.main-menu li a {
    color: white;
    font-size: 1.4em;
}

.additional {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    /* gap: 20px; */
    justify-content: space-between;
    margin: 0px 30px;
    border-top: 1px solid;
    padding-top: 50px;
}

.additional img {
    height: 30px;
}

.header__nav-active {
    transform: translateX(100%); 
    transition: .2s all linear;
}

.header__nav-close {
    width: 170px;
    height: 70px;
    position: absolute;
    top: -62px;
    right: -37px;
    z-index: 11;
    display: block;
    }
  .header__nav-close-line {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    top: 44%;
    left: 10%;
    }
  .header__nav-close-line:first-child {
    transform: translateY(-50%) rotate(45deg); }
  .header__nav-close-line:last-child {
    transform: translateY(-50%) rotate(-45deg); }

.header__nav {
    display: block;
    position: fixed;
    width: 300px;
    height: 100%;
    right: 0;
    top: 0;
    background-color: #000;
    z-index: 10;
    transform: translateX(100%);
    transition: .2s all linear;
    margin-left: 0px;
    position: absolute !important;
    }

ul.main-menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    padding: 50px 20px;
}

.rezerv {
    display: none;
}

.uk-modal-dialog.uk-modal-body {
    padding: 50px 50px !important;
    width: 100vw !important;
    height: 100vw !important;
    margin: 0 auto;
}

.gr2 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.cap_name {
    margin: 0 auto;
    font-size: 17vw;
}

.top {
    height: auto;
    position: relative;
}

.header {
    margin-top: 0;
    position: relative;
}

.top .holder, .header .holder {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    column-gap: 20px;
}

header {
    position: fixed;
    z-index: 10;
    width: -webkit-fill-available;
}

.uk-slideshow-items {
    min-height: 260px !important;
}

.slider-caption {
    z-index: 1;
    color: white;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 20px;
    height: 15em;
    top: calc(50% - 10em);
    left: 0;
    justify-content: center;
    font-size: revert;
}