.container {
    max-width: 700px;
    width: 700px;
}

.frame_dec {
    width: -webkit-fill-available;
    background: none;
    background-size: 75%;
    background-position: 50% 0;
    background-repeat: no-repeat;
    padding: 0;
}
nav.header__nav.header__nav-active {
    display: block;
    background: var(--main-color);
    height: 100vh;
    right: 0px;
    width: 300px;
    top: 56px;
    color: white;
    transform: translateX(0px);
}

.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 {
    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;
}

.header__burger.burger {
    display: block;
}