body {
    background: #000;
}

.akcia-bg {
    background: black;
    padding-top: 50px;
}

.akcia {
    background: #FFFFFF;
    border-radius: 20px;
    min-height: 100px;
    padding: 0;
    margin: 0 auto 40px;
    width: 95vw;
    text-align: center;
    font-family: "Gotham", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    color: #595959;
}

@media all and (max-width: 768px) {
    .akcia-bg {
        padding-top: 20px;
    }
}

/*.mobile-black-pane--logo {*/
/*	margin-left: 50%;*/
/*	transform: translateX(-50%);*/
/*}*/

.stuzkova_div{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 90vh;
    display: flex;
    flex-direction: column;
}
.stuzkova_div.less{
    height: 80vh;
}
.stuzkova_intro {
    width: 100%;
    background: rgba(0,0,0,.5);
    display: block;
    overflow: hidden;
    height: 220px;
}
.stuzkova_intro.black{
    background:black;
}
.stuzkova_intro .akcia__headings{
    color: white;
    margin: 48px 0 16px;
}

.stuzkova_main_img{
    width: 100%;
    height: calc(70vh - 220px);
    object-fit: cover;
    background-color: white;
}

@media all and (max-width: 768px) {
    .akcia_background {
        height: 15vh;
    }
    .stuzkova_intro .akcia__headings{
        font-size: 15px;
        line-height: 25px;
    }
}

.akcia_back {
    position: absolute;
    top: 15px;
    right: 10px;
}

.akcia_back .icon-cross {
    font-size: 20px;
}
.akcia_back .icon-cross:before{
    color: white;
}

.akcia .tab {
    display: none;
    border-radius: 20px;
    position: relative;
}

.akcia .tab-1 {
    display: block;
    background: #F5F5F5;
}

.akcia-form__button {
    width: 90%;
    padding: 15px 10px;
    background: #1CB04A;
    border: 4px solid #21864B;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 218, 90, 0.5);
    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 -53px;
    display: block;
    outline: none;
    white-space: nowrap;
    transition: 0.3s;
}

/*
.akcia .tab-2 {
  display: block;
}
.akcia .tab-3 {
	display: block;
}*/

@media (min-width: 746px) {
    .akcia {
        width: 700px;
    }
}

.akcia_s1 {
    width: 100%;
    padding: 16px 5% 1px;
    background: white;
    color: black;
    font-size: 22px;
    line-height: 32px;
}

.akcia_s2 {
    width: 100%;
    padding: 16px 5% 0;
    margin: 16px auto 0;
}
.akcia_s2 h3{
    font-size: 18px;
    line-height: 22px;
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-family: "Syncopate", Sans-serif;
}

.akcia h1 {
    font-family: "Syncopate", sans-serif;
    font-style: normal;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    font-weight: bold;
}

.akcia__headings {
    font-family: "Syncopate", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    text-transform: uppercase;
    color: #262626;
    padding: 0 5%;
}

@media all and (max-width: 768px) {
    .akcia h1 {
        font-size: 16px;
        line-height: 20px;
    }

    .akcia .text, .akcia .text p{
        /*font-size: 14px;
        line-height: 18px;*/
    }

    .akcia__headings {
        font-size: 22px;
        line-height: 28px;
    }
}

.akcia__headings b {
    font-weight: bold;
}

.akcia__button {
    width: 230px;
    height: 60px;
    max-height: 60px;
    padding: 5px;
    background-color: #1CB04A;
    font-family: "Gotham", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 22px;
    align-items: center;
    border: 4px solid #21864B;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 218, 90, .5);
    border-radius: 5px;
    position: relative;
    margin-bottom: -25px;
    transition: 0.3s;
    outline: none;
}

.akcia__button:hover {
    box-shadow: none;
    color: white;
}

.akcia__button--back {
    position: absolute;
    top: 5px;
    color: black;
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    left: 0;
    font-size: 15px;
    padding: 10px;
    margin-left: 10px;
}

.akcia__button--back-home {
    position: relative;
    /*display: block;*/
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 15px;
    color: #8C8C8C;
    padding: 10px;
    width: 35px;
    height: 35px;
    background: black;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    left: auto;
    margin-left: auto;
}

.akcia__button--back:hover svg path {
    fill: #000000;
}

.akcia__button--back:focus, .akcia__button--back:hover {
    color: black;
    background-color: transparent;
    border-color: transparent;
}

.akcia__button--secondary {
    width: 90%;
    padding: 15px 10px;
    background: #fff;
    border: 0.5px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-family: "Gotham", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 30px auto -53px;
    display: block;
    outline: none;
    color: #111111;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (min-width: 400px) {
    .akcia__button--secondary {
        width: 80%;
    }
}

@media (min-width: 720px) {
    .akcia__button--secondary {
        width: 300px;
        margin-bottom: -53px;
    }
}

@media (min-width: 580px and max-width:

720px

) {
    .akcia__button--secondary {
        width: 300px;
        margin-bottom: -59px;
    }
}

@media (max-width: 500px) {
    .akcia__button--secondary {
        font-size: 16px;
        margin-bottom: -48px;
        width: 300px;
    }
}

@media (max-width: 400px) {
    .akcia__button--secondary {
        font-size: 14px;
        margin-bottom: -48px;
        width: 300px;
    }
}

@media (max-width: 350px) {
    .akcia__button--secondary {
        font-size: 13px;
        margin-bottom: -42px;
        width: 300px;
    }
}

@media (max-width: 300px) {
    .akcia__button--secondary {
        font-size: 12px;
        margin-bottom: -40px;
        width: 300px;
    }
}

@media (max-width: 750px) {
    .akcia__button--secondary {
        margin-top: 80px;
        width: 300px;
    }
}

.akcia__input {
    display: inline-block;
    margin: 40px auto 20px;
}

.akcia__input .error-text {
    display: none;
    color: red;
    padding-top: 5px;
}

.akcia__input.error .error-text {
    display: block;
}

.akcia__input.error input {
    border: 1px solid red;
}

.akcia__input label {
    display: block;
    color: #595959;
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
    text-align: left;
    margin-bottom: 10px;
    margin-left: 15px;
}

.akcia__input input {
    height: 55px;
    min-width: 250px;
    background: #FAFAFA;
    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 10px;
    outline: none;
    padding: 5px 15px;
    font-size: 20px;
    letter-spacing: 1px;
    font-family: "Gotham", sans-serif;
}

@media (max-width: 370px) {
    .akcia__input input {
        width: calc(100vw - 100px);
        min-width: auto;
    }
}

.akcia__input input:focus {
    border-color: #000000;
}

.akcia__input input::placeholder {
    color: #cacaca;
    opacity: 1;
}

.akcia__text {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
    color: #262626;
    letter-spacing: 1px;
    padding: 0 5%;
}

.akcia__text--transparent {
    margin-top: 30px;
    color: #8C8C8C;
    opacity: 0.7;
    font-size: 16px;
    padding: 0 5%;
}

.akcia__text--heading {
    margin-top: 30px;
    font-family: "Syncopate", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #389E0D;
}

.akcia__text--heading span {
    font-family: "Gotham", sans-serif;
    display: block;
}

.akcia__text--heading b {
    text-transform: uppercase;
    font-weight: bold;
}

.akcia__text--normal {
    margin-top: 30px;
    color: #595959;
    font-size: 18px;
    line-height: 24px;
}

.akcia__text strong {
    color: #21864B;
    white-space: nowrap;
}

.akcia__checkbox {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.akcia__checkbox label {
    display: block;
    text-align: left;
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    mix-blend-mode: normal;
}

.akcia__boxes {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 25px auto;
    border-bottom: 1px solid #A3B2C4;
    padding-bottom: 10px;
}

.akcia__boxes__box {
    width: 50%;
    display: flex;
    margin-top: 10px;
    padding-right: 5px;
    box-sizing: border-box;
    min-height: 80px;
}

@media (max-width: 700px) {
    .akcia__boxes__box {
        width: 100%;
        min-height: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.akcia__boxes__box:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
}

@media (max-width: 700px) {
    .akcia__boxes__box:nth-child(2n) {
        padding-left: 0;
    }
}

.akcia__boxes__box__check {
    box-sizing: content-box;
    width: 18px;
    padding-right: 13px;
    text-align: left;
    color: #99A3AB;
    font-size: 14px;
}

.akcia__boxes__box__icon {
    width: 15%;
    text-align: left;
    font-size: 24px;
}

@media (max-width: 700px) {
    .akcia__boxes__box__icon {
        text-align: right;
    }
}

.akcia__boxes__box__text {
    width: calc(100% - 31px);
    text-align: left;
    color: #262626;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
}

.akcia__boxes__box__text--with-icon {
    width: 70%;
    text-align: left;
    color: #262626;
    font-size: 20px;
    line-height: 23px;
}

.akcia__boxes__box__text small {
    display: block;
    color: #99A3AB;
    font-size: 20px;
    line-height: 28px;
    opacity: 0.7;
}

.akcia__total-save {
    font-family: "GothamB", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #237804;
    letter-spacing: 1px;
}

.akcia__total-save b {
    color: #135200;
}

.akcia__total-save small {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding-left: 5px;
}

@media (max-width: 550px) {
    .akcia__total-save small {
        display: block;
    }
}

.btn--bottom {
    width: 80%;
    margin: 0 auto;
}

.btn--transparent {
    display: flex;
    width: 80%;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 17px;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    justify-content: center;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.5);
    position: relative;
    top: 24px;
    text-align: center;


    background: none;
    color: white;
    border: 1px solid;
    max-width: 350px;
    margin: 0 auto 20px;
}
.akcia__headings span{
    text-decoration: line-through;
}

.btn--transparent span {
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn--transparent span p {
    margin: 0;
    text-align: left;
}

.btn--transparent span i {
    padding-right: 13px;
    font-size: 19px;
}

akcia-form__input input:focus {
    border-color: #000000;
}

.akcia-form__input input::placeholder {
    color: #cacaca;
    opacity: 1;
}

.akcia-form__text {
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
    color: #262626;
    letter-spacing: 1px;
    padding: 0 5%;
}

.akcia-form__text--transparent {
    margin-top: 30px;
    color: #8C8C8C;
    opacity: 0.7;
    font-size: 16px;
}

.akcia-form__text--grey {
    margin-bottom: 30px;
    margin-top: 30px;
    color: #7E7F7E;
    font-size: 16px;
    padding: 0 5%;
}

.button2{
    margin: auto auto 0 !important;
}
.button3{
    margin: 0 auto !important;
}


.akcia-form__text--heading {
    margin-top: 30px;
    font-family: "Syncopate", sans-serif;
    font-style: normal;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #389E0D;
}

.akcia-form__text--heading span {
    font-family: "Gotham", sans-serif;
    display: block;
}

.akcia-form__text--heading b {
    text-transform: uppercase;
    font-weight: bold;
}

.akcia-form__text--normal {
    margin-top: 30px;
    color: #595959;
    font-size: 18px;
    line-height: 24px;
}

.akcia-form__text strong {
    color: #21864B;
    white-space: nowrap;
}

.akcia-form__checkbox {
    margin: 40px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.akcia-form__checkbox label {
    display: block;
    text-align: left;
    margin-left: 10px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #262626;
    mix-blend-mode: normal;
}

.akcia-form__boxes {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 25px auto;
    border-bottom: 1px solid #A3B2C4;
    padding-bottom: 10px;
}

.akcia-form__boxes__box {
    width: 50%;
    display: flex;
    margin-top: 10px;
    padding-right: 5px;
    box-sizing: border-box;
    min-height: 80px;
}

@media (max-width: 700px) {
    .akcia-form__boxes__box {
        width: 100%;
        min-height: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.akcia-form__boxes__box:nth-child(2n) {
    padding-right: 0;
    padding-left: 5px;
}

@media (max-width: 700px) {
    .akcia-form__boxes__box:nth-child(2n) {
        padding-left: 0;
    }
}

.akcia-form__boxes__box__check {
    box-sizing: content-box;
    width: 18px;
    padding-right: 13px;
    text-align: left;
    color: #99A3AB;
    font-size: 14px;
}

.akcia-form__boxes__box__icon {
    width: 15%;
    text-align: left;
    font-size: 24px;
}

@media (max-width: 700px) {
    .akcia-form__boxes__box__icon {
        text-align: right;
    }
}

.akcia-form__boxes__box__text {
    width: calc(100% - 31px);
    text-align: left;
    color: #262626;
    font-size: 20px;
    line-height: 23px;
    letter-spacing: 1px;
}

.form__boxes__box__text__zero {
    color: #7F7F89;
    white-space: nowrap;
}

.akcia-form__boxes__box__text--with-icon {
    width: 70%;
    text-align: left;
    color: #262626;
    font-size: 20px;
    line-height: 23px;
}

.akcia-form__boxes__box__text small {
    display: block;
    color: #99A3AB;
    font-size: 20px;
    line-height: 28px;
    opacity: 0.7;
}

.akcia-form__total-save {
    font-family: "GothamB", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #237804;
    letter-spacing: 1px;
}

.akcia-form__total-save b {
    color: #135200;
}

.akcia-form__total-save small {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    padding-left: 5px;
}

@media (max-width: 550px) {
    .akcia-form__total-save small {
        display: block;
    }
}

.akcia-form__button-group {
    display: flex;
    flex-wrap: wrap;
}


.checkbox_mobile {
    display: none;
}

@media all and (max-width: 600px) {
    .product__link__content {
        font-size: 15px;
        line-height: 18px;
        padding: 15px 10px;
    }

    .product-modal__transparent-box__name {
        font-size: 22px;
        padding: 0 15px;
    }

    .product-modal__transparent-box__price--old,
    .product-modal__transparent-box__price--new {
        font-size: 24px;
    }

    .product-modal__transparent-box__price {
        padding: 20px 0;
    }

    .product-modal__transparent-box__text {
        font-size: 16px;
        line-height: 18px;
    }

    .product-modal__time-box--text {
        padding: 10px 0;
    }

    .product-modal__time-box--markers li {
        margin: 0 7%;
    }

    .product-modal__time-box {
        min-height: 135px;
    }

    .page-logo {
        padding: 5px;
    }

    .akcia-form__checkbox {
        display: none;
    }

    .rezervacia__checkbox {
        display: none;
    }

    .checkbox_mobile {
        display: flex;
        padding-top: 30px;
    }

    .akcia-form__button {
        margin-top: 20px;
    }

    .akcia-form__button--secondary {
        margin-top: 10px;
    }

    .checkbox-container .single-line {
        font-size: 11px;
    }

    .akcia-form {
        width: 90vw;
        margin-top: 5px;
    }

    .akcia-form__text {
        font-size: 15px;
        line-height: 20px;
        margin-top: 15px;
    }

    .akcia-form__boxes {
        width: 95%;
        margin: 10px 0;
    }

    .akcia-form__total-save {
        font-size: 20px;
        line-height: 25px;
    }

    .akcia-form__boxes__box__text,
    .akcia-form__boxes__box__text--with-icon {
        font-size: 15px;
        line-height: 18px;
    }

    .akcia-form__boxes__box__text small {
        font-size: 14px;
        line-height: 18px;
    }

    .akcia-form__boxes__box {
        margin-bottom: 5px;
    }
}

.voucher-form__button {
    width: 90%;
    padding: 15px 10px;
    background: #1CB04A;
    border: 4px solid #21864B;
    box-sizing: border-box;
    box-shadow: 0px 4px 20px rgba(0, 218, 90, 0.5);
    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 -53px;
    display: block;
    outline: none;
    white-space: nowrap;
    transition: 0.3s;
}

@media (min-width: 400px) {
    .voucher-form__button {
        width: 80%;
    }
}

@media (min-width: 580px) {
    .voucher-form__button {
        width: 300px;
    }
}

@media (max-width: 500px) {
    .voucher-form__button {
        font-size: 16px;
    }
}

@media (max-width: 400px) {
    .voucher-form__button {
        font-size: 14px;
    }
}

@media (max-width: 720px) {
    .voucher-form__button {
        margin-bottom: -61px;
    }
}

@media (max-width: 560px) {
    .voucher-form__button {
        margin-bottom: -54px;
    }
}

@media (max-width: 400px) {
    .voucher-form__button {
        margin-bottom: -47px;
    }
}

.voucher-form__button:hover {
    box-shadow: none;
}

.voucher-form__button--back {
    position: relative;
    display: block;
    background: none;
    border: none;
    outline: none;
    cursor: pointer;
    left: 0;
    font-size: 15px;
    color: #8C8C8C;
}

.voucher-form__button--back:hover svg path {
    fill: #000000;
}

.voucher-form__button--back:focus, .voucher-form__button--back:hover {
    color: black;
    background-color: transparent;
    border-color: transparent;
}

.voucher-form__button--secondary {
    width: 90%;
    padding: 15px 10px;
    background: #fff;
    border: 0.5px solid #000000;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    font-family: "Gotham", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    cursor: pointer;
    position: relative;
    margin: 30px auto -53px;
    display: block;
    outline: none;
    color: #111111;
    white-space: nowrap;
    font-weight: bold;
    letter-spacing: 1px;
}

@media (min-width: 400px) {
    .voucher-form__button--secondary {
        width: 80%;
    }
}

@media (min-width: 720px) {
    .voucher-form__button--secondary {
        width: 300px;
        margin-bottom: -53px;
    }
}

@media (min-width: 580px and max-width:  720px) {
    .voucher-form__button--secondary {
        width: 300px;
        margin-bottom: -59px;
    }
}

@media (max-width: 500px) {
    .voucher-form__button--secondary {
        font-size: 16px;
        margin-bottom: -48px;
        width: 300px;
    }
}

@media (max-width: 400px) {
    .voucher-form__button--secondary {
        font-size: 14px;
        margin-bottom: -48px;
        width: 300px;
    }
}

@media (max-width: 350px) {
    .voucher-form__button--secondary {
        font-size: 13px;
        margin-bottom: -42px;
        width: 300px;
    }
}

@media (max-width: 300px) {
    .voucher-form__button--secondary {
        font-size: 12px;
        margin-bottom: -40px;
        width: 300px;
    }
}

@media (max-width: 750px) {
    .voucher-form__button--secondary {
        margin-top: 20px;
        width: 300px;
    }
}

.voucher-form__input {
    display: inline-block;
    margin: 40px auto 20px;
}
