.ponuka_intro{
    height: 400px;
    background-size: 100% auto;
    width: 100%;
}
@media all and (min-width: 768px){
    .ponuka_intro{
        background-size: contain;
    }
}
.ponuka_intro .holder{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
    height: 100%;
    flex-direction: column;
}
.ponuka_intro .plat{
    color: white;
    font-size: 24px;
    background-color: black;
    border: 1px solid white;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 15px;
    animation: littlePulse 1.5s infinite;
}
.ponuka_intro__popis{
    color: white;
    background: black;
    padding: 20px;
    text-align: center;
}
/* section 2 */
.ponuka_s2 h3{
    color: #262626;
    font-family: "Syncopate", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}
.ponuka_s2 .button{
    transform: translateX(-50%);
   margin: 15px 0 30px 50%;
    white-space: nowrap;
}
.ponuka_s2 .suhlas{
    font-size: 14px;
    line-height: 1.3;
}

/* section last */
.ponuka_slast{
    margin-bottom: 100px;
}
@media (min-width: 992px){
    .ponuka_slast .button {
        height: auto !important;
    }
    .ponuka_slast{
        margin-bottom: 0;
    }
    .ponuka_s2 h3{
        margin-top: 35px;
    }
    .ponuka_obliekame_loga{
        max-height: 70px;
        width: auto !important;
    }
}

@keyframes littlePulse {
    0%{
        transform: scale(1);
    }
    60%{
        transform: scale(1.05);
    }
    100%{
        transform: scale(1);
    }
}
/* update */
.inzerat_form{
    width: 500px;
    margin: auto;
    margin-top: 50px;
    max-width: 86%;
}
.inzerat_form h3{
    color: #262626;
    font-family: "Syncopate", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    padding: 0 10px;
}
.inzerat_radio{
    margin: 30px auto 0;
    width: auto;
    padding-left: 30%;
}
@media all and (max-width: 768px){
    .inzerat_radio{
        padding-left: 15%;
    }
}
.inzerat_input{
    margin: auto;
    width: 300px;
    max-width: 90%;
    flex-wrap: wrap;
    display: flex;
    justify-content: center;
}
.inzerat_check{
    font-size: 14px;
    margin-top: 20px;
}
.inzerat_check input{
    margin-right: 10px;
    position: relative;
    top: 2px;
    display: inline-block;
}
.inzerat_check label{
    display: inline;
}
.inzerat_input label{
    margin-right: 15px;
    position: relative;
    top: 3px;
}
.inzerat_submit{
    padding: 12px 24px;
    background: #1CB04A;
    border: 4px solid #21864B;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgb(0 218 90 / 50%);
    border-radius: 5px;
    font-family: "Gotham", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
    position: relative;
    margin: 30px auto;
    display: block;
    outline: none;
    white-space: nowrap;
    transition: 0.3s;
}
.error-text{
    text-align: center;
    margin: auto;
    display: block;
    margin-top: 15px;
    color: red;
}
.tab{
    position: relative;
}
.rezervacia__button--back-home{
    position: absolute;
    left: 0;
    top: 0;
    color: black;
    transform: translateX(-100%);
}
@media all and (max-width: 600px){
    .input[type="checkbox"]{
        width: 100px !important;
        height: 16px !important;
        transform: none;
        flex: 0 0 16px;
    }
}

.labelAsButton{
    font-family: "Gotham", Sans-serif;
    fill: #000000;
    color: #000000;
    background-color: #FFFFFF;
    border-style: solid;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 50%);
    border-width: 1px;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 24px;
    text-align: center;
}