body{
    background: #000;
}

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

.voucher-form .tab {
    display: none;
}


.voucher-form .tab-1 {
    display: block;
}

/*
.voucher-form .tab-2 {
  display: block;
}


.voucher-form .tab-3 {
	display: block;
}*/


@media (min-width: 746px) {
    .voucher-form {
        width: 700px;
        padding: 23px;
    }
}

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

.voucher-form__headings b {
    font-weight: bold;
}

.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: 80px;
        width: 300px;
    }
}

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

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

.voucher-form__input.error .error-text {
    display: block;
}

.voucher-form__input.error input {
    border: 1px solid red;
}

.voucher-form__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;
}

.voucher-form__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) {
    .voucher-form__input input {
        width: calc(100vw - 75px);
        min-width: auto;
    }
}

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

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

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

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

.voucher-form__text--grey {
    margin-bottom: 40px;
    margin-top: 30px;
    color: #7E7F7E;
    font-size: 16px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    .voucher-form__checkbox {
        display: none;
    }

    .rezervacia__checkbox {
        display: none;
    }

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

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

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

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

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

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

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

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

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

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

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

.ui-tooltip {
    padding: 15px;
    color: black;
    background: white;
    width: 200px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
    border: 1px solid #f2f1f1;
}

.dp-coupon__tooltip {

    background: #FFFFFF;
    /* Grey / grey-6 */

    border: 1px solid #BFBFBF;
    box-sizing: border-box;
    border-radius: 28px;

    position: absolute;
    z-index: 9999;
    padding: 10px;
    font-size: 12px;
    border-radius: 4px;
    line-height: 12px;
    font-family: "Poppins", sans-serif;
    animation: fadeIn .5s ease-in-out;
    max-width: 40vw;
    font-family: Gotham;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;

}

.dp-coupon__tooltip:after {
    content: '';
    position: absolute;
    left: calc(50% - 10px / 2);
    bottom: -6px;
    background: white;
    width: 10px;
    height: 10px;
    border-top: 1px solid #BFBFBF;
    border-left: 1px solid #BFBFBF;
    transform: rotate(-135deg);
}

@media (max-width: 768px) {
    .dp-coupon__tooltip {
        margin-right: 3%;
    }

    /*.dp-coupon__tooltip:after {
      left: calc(93% - 10px / 2);
      } */
}

@keyframes dpFadeInUp {
    from {
        transform: translateY(30%);
        opacity: 0;
    }
    to {
        transform: translateY(0%);
        opacity: 1;
    }
}

.product-modal__pieces-box {
    padding: 20px 0;
    background: #262626;
    color: white;
    text-align: center;
    font-family: "Gotham", sans-serif;
    display: none;
}
