/* Reset CSS */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    height: 100%;
    font-family: Montserrat, sans-serif;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: inherit;
}

ul, ol {
    list-style: none;
}


/* Main Styles */

.wraper{
    max-width: 1300px;
    height: fit-content;
    margin: 0 auto;
}

header {
    width: 100%;
    height: 757px;
    background-image: linear-gradient(to bottom, rgba(47, 37, 25, 0.7) 70%, #2f2519 100%), url('/images/header_bg.webp');
    background-size: cover; /* начальный размер чуть больше */
    background-position: center;
    position: relative;
}


.header_h1{
    font-weight: 900;
    font-size: 64px;
    text-align: center;
    padding-top: 235px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0 4px 4px 0 rgba(255, 255, 255, 0.36);
}

.line_header{
    content: '';
    display: block;
    width: 530px;
    height: 2px;
    margin-top: 20px;
    background-color: #fff;
}

.header_p{
    font-weight: 500;
    font-size: 28px;
    letter-spacing: 0.03em;
    line-height: 1;
    font-variant: small-caps;
    color: #fff;
    width: 505px;
    margin-top: 20px;
}

.header_text{
    display: flex;
    flex-direction: column;
    width: fit-content;
    height: fit-content;
    justify-content: start;
}

.actualne_ponuke_header{
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 310px;
    height: 50px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    transition: 0.3s ease-in-out;
}

.actualne_ponuke_header:hover{
    background-color: #fff;
    color: #000;
}

.buttons_header{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    width: auto;
    align-self: flex-start;
}

.na_mape{
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
}

.header_wraper{
    position: relative;
    display: flex;
}

.header_image{
    width: 442px;
    height: 757px;
    background-image: url('/images/pivo_header.png');
    position: absolute;
    right: 0;
    margin-right: 10px;
    margin-top: 131px;
    z-index: 1;
}

.scrool_icon{
    position: absolute;
    bottom: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 48px;
    /* Для примера: если это стрелка вниз */
    animation: scroll-attract 2.0s infinite cubic-bezier(0.4,0,0.2,1);
}

@keyframes scroll-attract {
    0% {
        height: 48px;
        opacity: 1;
    }
    40% {
        height: 68px;
        opacity: 1;
    }
    60% {
        height: 48px;
        opacity: 0.7;
    }
    100% {
        height: 48px;
        opacity: 1;
    }
}

.block2{
    width: 100%;
    height: fit-content;
    background: #2f2519;
    padding-bottom: 80px;
}

.capujeme{
    padding-top: 100px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.capujeme_text{
    display: flex;
    flex-direction: column;
    margin-left: 160px;
}

.capovane_h1{
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.capovane_p_bold{
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #fff;
    width: 550px;
    margin-top: 60px;
}

.capovane_p{
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0.02em;
    color: #fff;
    margin-top: 30px;
    width: 500px;
}

.button_capovane{
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.02em;
    color: #2f2519;
    border-radius: 5px;
    width: 310px;
    height: 50px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #ffc300;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
    transition: 0.3s ease-in-out;
}

.button_capovane:hover{
    background: #fff;
    color: #2f2519;
}

.capujeme_img{
    width: 550px;
    height: 760px;
    background-image: url('/images/capovane_pivo.webp');
    background-size: cover;
    background-position: -50px 0;
}

.swiper-button-next,
.swiper-button-prev {
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
}

.swiper-pagination-bullet{
    background: #fff;
}

.swiper-slide{
    height: 540px;
    justify-content: center;
    align-items: center;
    display: flex;
    color: white;
}

.aktualne_ponuky{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    background: rgba(230, 230, 230, 0.1);
}

.actualne_ponuky_h1{
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 100px;
    margin-bottom: 50px;
}

.aktualne_ponuky_img{
    width: 215px;
    height: 520px;
    background-image: url('/images/premium.png');
    background-size: cover;
    background-position: center;
    margin-left: 70px;
}

.vas_vyber_znak{
    border-radius: 90px;
    width: 94px;
    height: 94px;
    background-color: #ffc300;
    margin-left: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.vas_vyber_znak p{
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.aktualne_ponuky_h4{
    font-weight: 600;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.aktualne_ponuky_p{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    width: 440px;
    margin-top: 20px;
}

.aktualne_ponuky_text{
    margin-left: 103px;
}

.ml_aktual{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: rgba(255, 255, 255, 0.5);
}

.cena_aktual{
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
}

.cena_aktualne{
    display: flex;
    flex-direction: row;
    gap: 23px;
    margin-top: 40px;
}

.block3{
    margin-top: 100px;
}

.block3_wraper{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block3_img{
    width: 640px;
    height: 427px;
    background-image: url('/images/block3_img.png');
    background-size: cover;
    background-position: center;
}

.block3_text{
    margin-left: 70px;
}

.block3-4_h1{
    font-weight: 800;
    font-size: 36px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2f2519;
}

.block3_p{
    font-weight: 500;
    font-size: 24px;
    letter-spacing: 0.03em;
    color: #000;
    width: 440px;
    margin-top: 25px;
}

.block3_li{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #000;
    list-style: url('/images/check.png');
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.list_block3{
    margin-top: 44px;
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.buttons_block3{
    margin-top: 44px;
    display: flex;
    gap: 90px;
}

.button_block3_active{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2f2519;
    border-radius: 5px;
    width: 310px;
    height: 50px;
    background: #ffc300;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.button_block3_active:hover{
    background: #2f2519;
    color: #fff;
}

.button_block3{
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #2f2519;
    border-radius: 5px;
    height: 50px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.button_block3:hover{
    text-decoration: underline;
}

.block4{
    margin-top: 100px;
}

.osnova_block4{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.block4_p{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #000;
    width: 600px;
}

.block4_p:nth-child(2){
    width: 542px;
}

.block4_button{
    border: 1px solid #000;
    border-radius: 5px;
    width: 310px;
    height: 50px;
    font-weight: 400;
    font-size: 18px;
    margin-top: 60px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease-in-out;
}

.block4_button:hover{
    background: #000;
    color: #fff;
}

.block4_text{
    display: flex;
    flex-direction: column;
}

.block4_wraper{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.block4_img{
    border-radius: 5px;
    width: 610px;
    height: 560px;
    background-image: url('/images/block4_img.png');
    background-size: cover;
    background-position: center;
}

.block5{
    padding-top: 50px;
}

.block5_wraper{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.block5_text{
    margin-left: 70px;
}

.block5_p_block{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.block5_p_bold{
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #fff;
    width: 490px;
}

.block5_p{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.03em;
    color: #fff;
    width: 420px;
}

.block5_img{
    border-radius: 5px;
    width: 640px;
    height: 480px;
    background-image: url('/images/onas_img.png');
    background-size: cover;
    background-position: center;
}

.block6{
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    background: rgba(230, 230, 230, 0.1);
    width: 100%;
    height: 540px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block6_wraper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 1300px;
}

.block6_block{
    width: 32.3%;
    height: 450px;
}

.block6_img1{
    background-image: url('/images/block6_img1.png');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.block6_img2{
    background-image: url('/images/block6_img2.png');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
    width: 100%;
    height: 380px;
}

.block6_img3{
    background-image: url('/images/block6_img3.png');
    background-size: cover;
    background-position: center;
    border-radius: 5px;
}

.block6_button{
    width: 100%;
    border: 1px solid #fff;
    border-radius: 5px;
    height: 50px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    font-weight: 400;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 19px;
    transition: 0.3s ease-in-out;
}

.block6_button:hover{
    background: #fff;
    color: #000;
}

.block7{
    margin-top: 100px;
}

.block7_wraper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

form{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.block7 form input{
    border: 1px solid #000;
    border-radius: 10px;
    width: 365px;
    height: 50px;
    padding-left: 20px;
    font-family: Montserrat, 'sans-serif';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    color: #000;
}

.block7 .submit_button{
    border-radius: 10px;
    width: 310px;
    height: 50px;
    background: #ffc300;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #000;
    padding: 0px;
    margin-top: 32px;
    text-transform: uppercase;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.submit_button:hover{
    background: #fff;
    color: #000;
}

.dostupne_hodine{
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.dostupne_hodine p{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
}

.otvorene{
    font-weight: 800;
    font-size: 24px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    margin-top: 50px;
}

.mapa{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 40px;
}

.mapa iframe{
    border-radius: 5px;
    width: 630px;
    height: 456px;
}

.location{
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
}

footer{
    width: 100%;
    height: 100px;
    background: rgb(22, 22, 22);
    display: flex;
    justify-content: center;
}

.to-top{
    display:none;
    position:fixed;
    right:30px;
    bottom:30px;
    z-index:1000;
    width:50px;
    height:50px;
    background:#fff;
    border-radius:5px;
    box-shadow:0 2px 8px rgba(0,0,0,0.2);
    align-items:center;
    justify-content:center;
    cursor:pointer;
    transition:background 0.2s;
}


@media screen and (max-width: 1349px) {
    .wraper{
        max-width: 1150px;
    }
    .header_image {
        width: 422px;
        height: 677px;
        background-size: 100% 100%;
        background-position: center;
        margin-top: 170px;
    }
    .header_h1 {
        font-weight: 900;
        font-size: 54px;
        text-align: center;
        padding-top: 235px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
    }
    .header_p {
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0.03em;
        line-height: 1;
        font-variant: small-caps;
        color: #fff;
        width: 505px;
        margin-top: 20px;
    }

    .actualne_ponuke_header {
        font-size: 16px;
    }
    .capovane_h1 {
        font-size: 32px;
    }
    .capovane_p_bold {
        font-size: 22px;
        width: 500px;
        margin-top: 40px;
    }
    .capovane_p {
        font-size: 22px;
    }
    .button_capovane {
        margin-top: 60px;
    }
    .capujeme_img {
        width: 500px;
        height: 710px;
        background-image: url(/images/capovane_pivo.webp);
        background-size: cover;
        background-position: center;
    }
    .block3-4_h1 {
        font-weight: 800;
        font-size: 32px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #2f2519;
    }
    .block3_p {
        font-weight: 500;
        font-size: 22px;
        letter-spacing: 0.03em;
        color: #000;
        width: 400px;
        margin-top: 25px;
    }
    .button_block3_active {
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #2f2519;
        border-radius: 5px;
        width: 280px;
        height: 50px;
        background: #ffc300;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease-in-out;
    }
    .button_block3 {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #2f2519;
        border-radius: 5px;
        height: 50px;
        background: transparent;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        transition: 0.3s;
    }

    .block3_img {
        width: 550px;
        height: 427px;
        background-image: url(/images/block3_img.png);
        background-size: cover;
        background-position: center;
    }
    .block6_wraper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 1150px;
    }
    .block4_p {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.05em;
        color: #000;
        width: 500px;
    }
    .block4_p:nth-child(2) {
        width: 482px;
    }
    .block4_img {
        border-radius: 5px;
        width: 550px;
        height: 560px;
        background-image: url(/images/block4_img.png);
        background-size: cover;
        background-position: center;
    }
    .block4_button{
        font-size: 16px;
    }

    .block5_img {
        border-radius: 5px;
        width: 550px;
        height: 450px;
        background-image: url(/images/onas_img.png);
        background-size: cover;
        background-position: center;
    }
    .block5_p_bold {
        font-weight: 500;
        font-size: 18px;
        letter-spacing: 0.05em;
        color: #fff;
        width: 440px;
    }
    .block5_p {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.03em;
        color: #fff;
        width: 380px;
    }
    .actualne_ponuky_h1 {
        font-weight: 800;
        font-size: 32px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
        margin-top: 100px;
        margin-bottom: 50px;
    }
    .mapa iframe {
        border-radius: 5px;
        width: 550px;
        height: 456px;
    }
    .capujeme_text {
        display: flex;
        flex-direction: column;
        margin-left: 125px;
    }
    .aktualne_ponuky_text {
        margin-left: 93px;
    }
    .menu_wraper nav a {
        font-weight: 500;
        font-size: 20px;
        font-variant: small-caps;
        color: #000;
        transition: 0.3s ease-in-out;
    }
}

@media screen and (max-width: 1199px) {
    .wraper{
        max-width: 1050px;
    }
    .block6_wraper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 1050px;
    }
    .block6_block {
        width: 32.3%;
        height: 400px;
    }
    .block6_img2 {
        background-image: url(/images/block6_img2.png);
        background-size: cover;
        background-position: center;
        border-radius: 5px;
        width: 100%;
        height: 330px;
    }
    .header_image {
        width: 362px;
        height: 617px;
        background-size: 100% 100%;
        background-position: center;
        margin-top: 170px;
    }
    header {
        width: 100%;
        height: 707px;
        background-image: linear-gradient(to bottom, rgba(47, 37, 25, 0.7) 70%, #2f2519 100%), url(/images/header_bg.webp);
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .capujeme_img {
        width: 450px;
        height: 640px;
        background-image: url(/images/capovane_pivo.webp);
        background-size: cover;
        background-position: center;
    }
    .button_capovane {
        margin-top: 40px;
    }
    .vas_vyber_znak {
        border-radius: 90px;
        width: 94px;
        height: 94px;
        background-color: #ffc300;
        margin-left: 78px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 40px;
    }
    .capujeme_text {
        display: flex;
        flex-direction: column;
        margin-left: 85px;
    }
    .aktualne_ponuky_text {
        margin-left: 163px;
    }
    .block3_img {
        width: 450px;
        height: 427px;
        background-image: url(/images/block3_img.png);
        background-size: cover;
        background-position: center;
    }
    .block3_text {
        margin-left: 80px;
    }
    .block4_img {
        border-radius: 5px;
        width: 450px;
        height: 560px;
        background-image: url(/images/block4_img.png);
        background-size: cover;
        background-position: center;
    }
    .block5_img {
        border-radius: 5px;
        width: 450px;
        height: 450px;
        background-image: url(/images/onas_img.png);
        background-size: cover;
        background-position: center;
    }
    .block5_text {
        margin-left: 80px;
    }
    .mapa iframe {
        border-radius: 5px;
        width: 450px;
        height: 456px;
    }
    .buttons_block3 {
        margin-top: 44px;
        display: flex;
        gap: 50px;
    }
}

@media screen and (max-width: 1099px) {
    .wraper{
        max-width: 950px;
    }
    .block6_wraper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 950px;
    }
    .vas_vyber_znak {
        border-radius: 90px;
        width: 94px;
        height: 94px;
        background-color: #ffc300;
        margin-left: 38px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 40px;
    }

    .capujeme_img {
        width: 350px;
        height: 540px;
        background-image: url(/images/capovane_pivo.webp);
        background-size: cover;
        background-position: center;
    }
    .block4_p {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.05em;
        color: #000;
        width: 430px;
    }
    .block3-4_h1 {
        font-weight: 800;
        font-size: 32px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #2f2519;
        width: 450px;
    }
    .block4_p:nth-child(2) {
        width: 432px;
    }
    .block4_img {
        border-radius: 5px;
        width: 450px;
        height: 640px;
        background-image: url(/images/block4_img.png);
        background-size: cover;
        background-position: center;
    }
    header {
        width: 100%;
        height: 807px;
        background-image: linear-gradient(to bottom, rgba(47, 37, 25, 0.7) 70%, #2f2519 100%), url(/images/header_bg.webp);
        background-size: cover;
        background-position: center;
        position: relative;
    }
    .header_image {
        width: 362px;
        height: 617px;
        background-size: 100% 100%;
        background-position: center;
        margin-top: 280px;
    }
    .aktualne_ponuky_text {
        margin-left: 123px;
    }

}

.pivo_for_mobile{
    display: none;
}

@media screen and (max-width: 999px) {
    .wraper{
        max-width: 850px;
    }
    .block6_wraper {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 850px;
    }
    .scrool_icon {
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        display: none;
    }
    .header_image {
        width: 362px;
        height: 617px;
        background-size: 100% 100%;
        background-position: center;
        margin-top: 40px;
        position: relative;
    }
    .header_wraper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    header{
        height: fit-content;
    }
    .header_text {
        display: flex;
        flex-direction: column;
        width: fit-content;
        height: fit-content;
        justify-content: start;
        align-items: center;
    }
    .header_p {
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0.03em;
        line-height: 1;
        font-variant: small-caps;
        color: #fff;
        width: 505px;
        margin-top: 20px;
        text-align: center;
    }
    .buttons_header {
        display: flex;
        flex-direction: column;
        gap: 15px;
        align-items: center;
        width: auto;
        align-self: center;
    }
    .capujeme_img {
        width: 350px;
        height: 540px;
        background-image: url(/images/capovane_pivo.webp);
        background-size: cover;
        background-position: center;
        display: none;
    }
    .capujeme_text {
        display: flex;
        flex-direction: column;
        margin-left: 0px;
        align-items: center;
    }
    .capujeme {
        padding-top: 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .capovane_p_bold {
        font-size: 22px;
        width: 450px;
        margin-top: 40px;
        text-align: center;
    }
    .capovane_p{
        text-align: center;
    }

    .pivo_for_mobile{
        display: block;
        margin-top: 20px;
        width: 350px;
        height: 400px;
        background-image: url(/images/capovane_pivo.webp);
        background-size: 100% 100%;
    }
    .capovane_p {
        width: 450px;
    }
    .actualne_ponuke_header {
        width: 350px;
    }
    .button_capovane {
        width: 350px;
    }
    .aktualne_ponuky_text {
        margin-left: 53px;
    }
    .aktualne_ponuky_p {
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.05em;
        color: #fff;
        width: 350px;
        margin-top: 20px;
    }
    .block3_wraper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .block3_text {
        order: 1;
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .block3_img{
        order: 2;
        width: 100%;
        height: 500px;
    }
    .block3-4_h1 {
        width: auto;
    }
    .block3_p {
        font-weight: 500;
        font-size: 22px;
        letter-spacing: 0.03em;
        color: #000;
        width: 400px;
        margin-top: 25px;
        text-align: center;
    }
    .buttons_block3 {
        margin-top: 44px;
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .block4_wraper {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
    }
    .block4_img {
        border-radius: 5px;
        width: 100%;
        height: 500px;
        background-image: url(/images/block4_img.png);
        background-size: cover;
        background-position: center;
        margin-top: 40px;
    }
    .block4_text {
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .block4_p {
        font-weight: 400;
        font-size: 18px;
        letter-spacing: 0.05em;
        color: #000;
        width: 430px;
        text-align: center;
    }
    .button_block3_active {
        font-weight: 700;
        font-size: 16px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #2f2519;
        border-radius: 5px;
        width: 350px;
        height: 50px;
        background: #ffc300;
        display: flex
;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease-in-out;
    }
    .block4_button {
        border: 1px solid #000;
        border-radius: 5px;
        width: 350px;
        height: 50px;
        font-weight: 400;
        font-size: 18px;
        margin-top: 60px;
        color: #000;
        display: flex
    ;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease-in-out;
    }
    .mapa iframe {
        border-radius: 5px;
        width: 380px;
        height: 456px;
    }
}

@media screen and (max-width: 899px) {
    .header_h1{
        font-size: 48px;
    }
    .wraper{
        max-width: 750px;
    }
    .block6_wraper {
        width: 750px;
    }
    .block5_p_bold {
        font-weight: 500;
        font-size: 20px;
    }
    .block5_p {
        font-size: 20px;
        width: 420px;
    }
    .swiper-slide {
        height: fit-content;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-direction: column;
        color: white;
        padding-bottom: 50px;
    }
    .aktualne_ponuky_img {
        width: 215px;
        height: 520px;
        background-image: url(/images/premium.png);
        background-size: cover;
        background-position: center;
        margin-left: 0px;
    }
    .aktualne_ponuky_text {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-left: 0px;
        margin-top: 40px;
    }
    .aktualne_ponuky_p {
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.05em;
        color: #fff;
        width: 350px;
        margin-top: 20px;
        text-align: center;
    }
    .block5_wraper {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
    }
    .block5_text {
        margin-left: 0px;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .block5_img {
        border-radius: 5px;
        width: 100%;
        height: 450px;
        background-image: url(/images/onas_img.png);
        background-size: cover;
        background-position: center;
        margin-top: 40px;
    }
    .block7_wraper {
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }
    .rezervacia{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    form {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }
    .mapa {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        margin-top: 100px;
    }
    .dostupne_hodine {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .mapa iframe{
        width: 100%;
    }
    .block5_p_block {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .block6_block {
        width: 32.3%;
        height: 350px;
    }
    .block6_img2 {
        background-image: url(/images/block6_img2.png);
        background-size: cover;
        background-position: center;
        border-radius: 5px;
        width: 100%;
        height: 280px;
    }
    .block6 {
        border-bottom: 1px solid #fff;
        border-top: 1px solid #fff;
        background: rgba(230, 230, 230, 0.1);
        width: 100%;
        height: 450px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


@media screen and (max-width: 799px) {
    .wraper{
        max-width: 650px;
    }
    .block6_wraper {
        width: 650px;
    }
}

@media screen and (max-width: 699px) {
    .wraper{
        max-width: 550px;
    }
    .block6_wraper {
        width: 550px;
    }
    .header_h1{
        font-size: 44px;
    }
}

@media screen and (max-width: 599px) {
    .wraper{
        max-width: 450px;
    }
    .block6_wraper {
        width: 450px;
    }
    .header_p {
        font-weight: 500;
        font-size: 24px;
        letter-spacing: 0.03em;
        line-height: 1;
        font-variant: small-caps;
        color: #fff;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
    .block3-4_h1 {
        width: auto;
        text-align: center;
    }
    .actualne_ponuke_header {
        width: 450px;
    }
    .button_capovane {
        width: 450px;
    }
    .button_block3_active{
        width: 450px;
    }
    .block4_button{
        width: 450px;
    }
    .block6_wraper {
        width: 450px;
        flex-direction: column;
        gap: 20px;
    }
    .block6{
        height: fit-content;
        padding-top: 40px;
        padding-bottom: 40px;
        align-items: center;
    }
    .block6_block {
        width: 100%;
        height: 350px;
    }
    .block7 form input {
        border: 1px solid #000;
        border-radius: 10px;
        width: 450px;
        height: 50px;
        padding-left: 20px;
        font-family: Montserrat, 'sans-serif';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #000;
    }
    .block7 .submit_button{
        width: 450px;
    }
    .header_h1{
        font-size: 38px;
    }
}

@media screen and (max-width: 499px) {
    .wraper{
        max-width: 375px;
    }
    .block6_wraper {
        width: 375px;
    }
    header{
        height: 857px;
    }
    .header_h1 {
        font-weight: 900;
        font-size: 32px;
        text-align: center;
        padding-top: 200px;
        letter-spacing: 0.03em;
        text-transform: uppercase;
        color: #fff;
    }
    .block3 {
        margin-top: 60px;
    }
    .line_header {
        content: '';
        display: block;
        width: 350px;
        height: 2px;
        margin-top: 20px;
        background-color: #fff;
    }
    .actualne_ponuke_header {
        width: 375px;
        font-size: 16px;
        height: 42px;
        margin-top: 52px;
    }

    .header_image {
        width: 286px;
        height: 450px;
        background-size: 100% 100%;
        background-position: center;
        margin-top: 40px;
        position: relative;
        margin-right: 0px;
    }
    .capujeme {
        padding-top: 200px;
        display: flex
;
        flex-direction: column;
        align-items: center;
    }
    .actualne_ponuky_h1 {
        font-weight: 800;
        font-size: 32px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
        margin-top: 100px;
        margin-bottom: 50px;
        text-align: center;
    }
    .aktualne_ponuky_h4 {
        font-weight: 600;
        font-size: 22px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: #fff;
        text-align: center;
    }
    .vas_vyber_znak {
        border-radius: 90px;
        width: 64px;
        height: 64px;
        background-color: #ffc300;
        margin-left: 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: 0;
        left: 0;
        margin-top: 97px;
    }
    .vas_vyber_znak p {
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-align: center;
        color: #000;
    }
    .block3_p {
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 0.03em;
        color: #000;
        width: 345px;
        margin-top: 25px;
        text-align: center;
    }
    .block3_img {
        height: 425px;
    }
    .block4_img {
        height: 430px;
    }
    .button_capovane {
        width: 375px;
        font-size: 16px;
    }
    .aktualne_ponuky_img {
        width: 155px;
        height: 349px;
        background-image: url(/images/premium.png);
        background-size: cover;
        background-position: center;
        margin-left: 0px;
        margin-top: 93px;
    }
    .capovane_p_bold {
        font-size: 18px;
        width: 375px;
        margin-top: 40px;
        text-align: center;
    }
    .aktualne_ponuky_p {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #fff;
        width: 310px;
        margin-top: 20px;
        text-align: center;
    }
    .cena_aktualne {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 23px;
        margin-top: 40px;
    }
    .capovane_p {
        width: 375px;
        font-size: 18px;
    }
    .pivo_for_mobile {
        display: block;
        margin-top: 20px;
        width: 375px;
        height: 400px;
        background-image: url(/images/capovane_pivo.webp);
        background-size: 100% 100%;
    }
    .block3_li {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #000;
        list-style: url(/images/check.png);
        display: flex;
        flex-direction: row;
        gap: 30px;
        align-items: center;
        width: 260px;
    }
    .osnova_block4 {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .block5_p_bold {
        font-weight: 500;
        font-size: 16px;
        width: 375px;
    }
    .block5_p{
        font-size: 16px;
        width: 375px;
    }
    .block4_p:nth-child(2) {
        width: 330px;
    }
    .block4_p {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #000;
        width: 355px;
        text-align: center;
    }
    .button_block3_active {
        width: 375px;
    }
    .block4_button {
        width: 375px;
        font-size: 16px;
    }
    .block7 form input {
        border: 1px solid #000;
        border-radius: 10px;
        width: 375px;
        height: 50px;
        padding-left: 20px;
        font-family: Montserrat, 'sans-serif';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #000;
    }
    .block7 .submit_button {
        width: 375px;
    }
    .header_p {
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 0.03em;
        line-height: 1;
        font-variant: small-caps;
        color: #fff;
        width: 340px;
        margin-top: 20px;
        text-align: center;
    }
    .mapa iframe {
        height: 600px;
    }
    .block6_block {
        width: 100%;
        height: 450px;
    }
    .block6_block:nth-child(2){
        height: 520px;
    }
    .block6_img2 {
        background-image: url(/images/block6_img2.png);
        background-size: cover;
        background-position: center;
        border-radius: 5px;
        width: 100%;
        height: 450px;
    }
}

@media screen and (max-width: 400px) {
    .wraper{
        max-width: 350px;
    }
    .actualne_ponuke_header {
        width: 350px;
        font-size: 16px;
        height: 42px;
        margin-top: 52px;
    }
    .header_h1 {
        font-weight: 900;
        font-size: 32px;
        text-align: center;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #fff;
    }
    .button_capovane {
        width: 350px;
        font-size: 16px;
    }
    .button_block3_active {
        width: 350px;
    }
    .block4_button {
        width: 350px;
        font-size: 16px;
    }
    .block6_wraper {
        width: 350px;
    }
    .block7 .submit_button {
        border-radius: 10px;
        width: 350px;
        height: 50px;
        background: #ffc300;
        font-weight: 800;
        font-size: 20px;
        letter-spacing: 0.05em;
        color: #000;
        padding: 0px;
        margin-top: 32px;
        text-transform: uppercase;
        transition: 0.3s ease-in-out;
        cursor: pointer;
    }
    .block7 form input {
        border: 1px solid #000;
        border-radius: 10px;
        width: 350px;
        height: 50px;
        padding-left: 20px;
        font-family: Montserrat, 'sans-serif';
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #000;
    }
    .capovane_h1 {
        font-size: 32px;
        text-align: center;
    }
    .location {
        font-weight: 400;
        font-size: 20px;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        text-decoration: underline;
        text-decoration-skip-ink: none;
        color: #fff;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 10px;
        margin-top: 20px;
        text-align: left;
        display: none;
    }

    .actualne_ponuky_h1 {
        font-weight: 800;
        font-size: 32px;
        letter-spacing: normal;
        text-transform: uppercase;
        color: #fff;
        margin-top: 100px;
        margin-bottom: 50px;
        text-align: center;
    }
    .capovane_p_bold {
        font-size: 18px;
        width: 95%;
        margin-top: 40px;
        text-align: center;
    }
    .capovane_p {
        width: 95%;
        font-size: 18px;
    }
    .block4_p {
        font-weight: 400;
        font-size: 16px;
        letter-spacing: 0.05em;
        color: #000;
        width: 95%;
        text-align: center;
    }
    .block4_p:nth-child(2) {
        width: 95%;
    }
    .block5_p_bold {
        width: 95%;
    }
    .block5_p {
        width: 95%;
    }
}