

/* Start:/local/components/direkt/PrizeWheel/templates/.default/style.css?175068064930152*/
/* default css */

@font-face {
    font-family: 'Machérie';
    src: url(/local/components/direkt/PrizeWheel/templates/.default/../fonts/macherie/macherie.ttf);
}

@font-face {
    font-family: 'Cocomat';
    src: url(/local/components/direkt/PrizeWheel/templates/.default/../fonts/cocomat/Cocomat-Pro-Medium.ttf);
}

@font-face {
    font-family: 'AA-Stetica__black';
    src: url(/local/components/direkt/PrizeWheel/templates/.default/../fonts/stetica/AA%20Stetica%20Black_0.otf);
}

@font-face {
    font-family: 'AA-Stetica__bold';
    src: url(/local/components/direkt/PrizeWheel/templates/.default/../fonts/stetica/AA%20Stetica%20Bold.otf);
}

@font-face {
    font-family: 'AA-Stetica__light';
    src: url(/local/components/direkt/PrizeWheel/templates/.default/../fonts/stetica/AA%20Stetica%20Light.otf);
}

@font-face {
    font-family: 'AA-Stetica__medium';
    src: url(/local/components/direkt/PrizeWheel/templates/.default/../fonts/stetica/AA%20Stetica%20Medium.otf);
}

@font-face {
    font-family: 'AA-Stetica__regular';
    src: url(/local/components/direkt/PrizeWheel/templates/.default/../fonts/stetica/AA%20Stetica%20Regular.otf);
}

*, *::before, *::after {
    margin: 0;
    padding: 0;
    bottom: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    background-color: #070E14;
    background-image: url(/local/components/direkt/PrizeWheel/templates/.default/../img/bcc.webp);
    background-repeat: no-repeat;
    font-family: sans-serif;
    color: white;
}

@media (min-width: 1921px) {
    body {
        background-size: 100% 87%;
    }
}

a {
    color: inherit;
    text-decoration: none;
}

ul, li {
    list-style: none;
}

img {
    width: 100%;
    height: 100%;
}

.container {
    max-width: 111.25rem;
    margin: 0 auto;
}

@media (max-width: 111.25rem) {
    .container {
        padding: 0 1.5rem;
    }
}

/* default css */

/* header */

.header-wrapper {
    margin-top: 5.125rem;
}

.header-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;

    width: 100%;
}

.header-title__txt {
    max-width: 600px;
    width: 100%;
}

.header-title__txt h2 {
    color: #FFF;
    font-family: 'Cocomat';
    font-size: 2.5rem;
    font-style: normal;
    line-height: 130%; /* 52px */
    letter-spacing: 0.075rem;
    font-weight: 500;
}

.header-title__btns {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.header-title__btn {
    padding: 1.5rem 2.5rem;
    border: 0.063rem solid #FFF;
    background: rgba(0, 0, 0, 0.10);

    color: #FFF;
    text-align: center;
    font-family: "AA-Stetica__regular";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 18.75rem;
    width: 100%;

    cursor: pointer;

    transition: all 0.3s ease-in-out;
}

.header-title__btn:hover {
    border: 1px solid #FFF;
    background: #FFF;

    color: #000;
}

/* header */

/* main */

.main-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.main-photo {
    margin-left: -19.438rem;

    max-width: 68rem;
    max-height: 68rem;
    width: 100%;
    height: 100%;
    position: relative;
}

.main-photo__cart {
    position: absolute;
    top: -35rem;
    bottom: 0;
    left: 0;
    right: 0;

    height: auto;

    /* animation: fadeIn 0.9s ease-in-out; */
    opacity: 0;
    transition: opacity 0.9s ease-in-out;
}

.main-photo .main-photo__cart.drum {
    margin-left: -5rem;
    margin-top: 3rem;
    max-width: 1100px;
    width: max-content;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.main-photo__cart.active {
    /* display: block; */
    opacity: 1;
}

.main-photo__logo {
    position: absolute;
    top: -3rem;
    bottom: 0;
    right: 18%;
    z-index: 2;

    max-width: 27.75rem;
    max-height: 7.563rem;
    width: max-content;
    height: max-content;

    /* display: none; */

    /* animation: fadeIn 0.9s ease-in-out; */
    opacity: 0;
    transition: opacity 0.9s ease-in-out;
}

.main-photo__logo.active {
    display: block;
    opacity: 1;
}

@media (max-width: 1440px) {
    .main-photo__logo {
        right: 10%;
    }
}

@media (min-width: 2000px) {
    .main-photo {
        margin-left: -15.438rem;
    }
}

@media (min-width: 2200px) {
    .main-photo {
        margin-left: -10.438rem;
    }
}

@media (min-width: 2400px) {
    .main-photo {
        margin-left: -5.438rem;
    }
}

@media (min-width: 2600px) {
    .main-wrapper {
        justify-content: center;
    }

    .main-photo__logo {
        position: absolute;
        top: 43%;
        bottom: 0;
        /* left: 0; */
        right: 30%;
        z-index: 2;

        max-width: 27.75rem;
        max-height: 7.563rem;
        width: max-content;
        height: max-content;
    }
}

.main-rest__links {
    display: flex;
    flex-direction: column;
    gap: 3.563rem;
    margin-left: -10rem;
    position: relative;
}

.main-rest__link {
    display: flex;
    flex-direction: row;
    gap: 4.125rem;
    justify-content: center;
    align-items: center;

    /* max-width: 554px; */
    width: min-content;

    cursor: pointer;

    transition: all 0.9s ease-in-out;
}

/*.main-rest__link:hover .rest-link__photo {
    opacity: 1;
}

.main-rest__link:hover .rest-link__title {
    opacity: 1;
}

.main-rest__link:hover .rest-link__subtitle {
    display: block;
}*/

.main-rest__links .main-rest__link:nth-child(2) {
    margin-left: 12.375rem;
    margin-top: -1.563rem;
    margin-bottom: 1.688rem;
}

.main-rest__links .main-rest__link:nth-child(3) {
    margin-left: 19.75rem;
}

.main-rest__links .main-rest__link:nth-child(4) {
    margin-left: 12.375rem;
    margin-top: 1.563rem;
}

.main-rest__links .main-rest__link:nth-child(5) {
    margin-left: 0;
}

@media (min-width: 1600px) {
    .main-rest__links .main-rest__link:nth-child(2) {
        margin-left: 15.375rem;
        margin-top: -1.563rem;
        margin-bottom: 2.313rem;
    }

    .main-rest__links .main-rest__link:nth-child(3) {
        margin-left: 21.75rem;
    }

    .main-rest__links .main-rest__link:nth-child(4) {
        margin-left: 15.375rem;
        margin-top: 1.563rem;
        margin-bottom: -2.313rem;
    }

    .main-rest__links .main-rest__link:nth-child(5) {
        margin-left: 0;
    }
}

.rest-link__photo {
    max-width: 14.438rem;
    max-height: 14.438rem;
    width: max-content;
    height: max-content;

    opacity: 0.6;
}

.rest-link__txt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.75rem;
}

.rest-link__title {
    color: #FFF;
    font-family: "Cocomat";
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 130%; /* 52px */
    letter-spacing: 0.075rem;

    width: max-content;
    text-transform: uppercase;

    opacity: 0.6;
}

.rest-link__title h3 {
    font-weight: 500;
}

.rest-link__subtitle {
    color: #FFF;
    font-family: "AA-Stetica__regular";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    max-width: 30.563rem;
    width: max-content;

    display: none;

    animation: fadeIn 0.9s ease-in-out;
}

/* main */

/* footer */

.footer-wrapper {
    margin-top: 18.375rem;
    margin-bottom: 3rem;

    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.footer-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
    gap: 2rem;

    width: 100%;
}

.footer-phone {
    margin-bottom: 1.25rem;
}

.footer-phone a {
    color: #FFF;
    font-family: "AA-Stetica__regular";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-email {
    margin-bottom: 0.75rem;
}

.footer-email a {
    color: #FFF;
    font-family: "AA-Stetica__regular";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-address span {
    color: #FFF;
    font-family: "AA-Stetica__regular";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-txt {
    color: #FFF;
    font-family: "AA-Stetica__regular";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-links {
    display: flex;
    flex-direction: row;
    gap: 1.875rem;
}

.footer-link {
    color: #ffffff70;
    font-family: "AA-Stetica__regular";
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-direkt {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.625rem;
}

.footer-direkt span {
    color: #FFF;
    font-family: "AA-Stetica__regular";
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-direkt img {
    max-width: 6.375rem;
    max-height: 0.688rem;
    width: 100%;
    height: 100%;
}

.footer-row.table {
    display: none;
}

/* footer */

.mobile-logo {
    position: relative;
    z-index: 999;
    display: none;
}

.main-wrapper.drum {
    max-width: 111.25rem;
    width: 100%;
    gap: 9.438rem;
    justify-content: space-between;

    margin-top: 3rem;

    padding: 1.5rem;
}

@media (min-width: 1920px) {
    .main-wrapper.drum {
        margin: 3rem auto;
    }
}

.main-rest__form {
    width: 100%;
    height: 100%;
}

.main-rest__wrapper {
    border: 1px solid #FFF;
    background: rgba(7, 14, 20, 0.60);
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    padding: 3.75rem;
}

.main-form__header {
    width: 100%;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.main-form__header svg {
    cursor: pointer;
}

.main-form__row {
    margin-top: 1rem;

    width: 100%;
}

.main-form__title {
    color: #FFF;
    font-family: 'Machérie';
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 130%; /* 52px */
    letter-spacing: 1.2px;
}

.main-form__subtitle {
    color: #FFF;
    font-family: 'AA-Stetica__regular';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 2rem;
}

.main-form__txt {
    color: #FFF;
    font-family: 'AA-Stetica__regular';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    margin-top: 2rem;
}

.main-form {
    width: 100%;

    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.main-form__input {
    width: 100%;
}

.main-form__input select {
    width: 100%;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-top: none;
    border-left: none;
    border-right: none;

    color: rgba(255, 255, 255, 0.60);
    font-family: 'AA-Stetica__regular';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    padding: 0.75rem 0.5rem;
}

.main-form__input option {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'AA-Stetica__regular';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 0.75rem 0.5rem;
}

.main-form__input input {
    width: 100%;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;

    color: rgba(255, 255, 255, 0.60);
    font-family: 'AA-Stetica__regular';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    padding: 0.75rem 0.5rem;

    transition: all 0.3s ease-in-out;
}

.main-form__input input::placeholder {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'AA-Stetica__regular';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-form p {
    color: #FFF;
    font-family: 'AA-Stetica__regular';
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-form__btn {
    color: #FFF;
    text-align: center;
    font-family: 'AA-Stetica__regular';
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border: 1px solid #FFF;
    background: rgba(0, 0, 0, 0.10);
    outline: none;

    padding: 1.5rem 2.5rem;

    cursor: pointer;

    transition: all 0.3s ease-in-out;
}

.main-form__btn:hover {
    background-color: #fff;
    color: rgb(0, 0, 0);
    border: 1px solid transparent;
}

.main-photo__cart.drum {
    position: initial;
}

input.error, select.error {
    border: 2px solid red;
    color: red;
}

input.error::placeholder {
    color: red;
}

@media (max-width: 1600px) {

    .rest-link__subtitle {
        max-width: 15rem;
    }

}

@media (max-width: 1501px) {

    body {
        background-size: contain;
    }

    .header-title__txt h2 {
        font-size: 2rem;
        letter-spacing: 0.96px;
    }

    .header-title__btn {
        font-size: 1.25rem;
    }

    .rest-link__title {
        font-size: 2rem;
        letter-spacing: 0.96px;
    }

    .rest-link__photo {
        max-width: 8.75rem;
        max-height: 8.75rem;
    }

    .rest-link__subtitle {
        font-size: 1rem;
    }

    .main-photo {
        max-width: 50.65rem;
        max-height: 50.65rem;
    }

    .main-wrapper.drum .main-photo {
        max-width: 59rem;
        max-height: 59rem;
        width: max-content;
        height: max-content;
    }

    .main-photo__logo {
        max-width: 20rem;
    }

    .footer-row.table {
        display: block;
    }

    .footer-row.desktop .footer-links {
        display: none;
    }

    .main-photo__cart {
        top: -25rem;
    }

    .main-photo__logo {
        top: -3rem;
    }

    .main-form__subtitle {
        margin-top: 1.5rem;
    }

    .main-form__txt {
        margin-top: 1.5rem;
    }

    .main-form {
        margin-top: 1.5rem;
    }

    .main-rest__wrapper {
        padding: 2.5rem;
    }

    .main-photo .main-photo__cart.drum {
        max-width: 65.5rem;
        width: max-content;
        margin-top: 0;
    }

    .main-wrapper.drum {
        gap: 2rem;
    }
}

@media (max-width: 1301px) {
    body {
        background-size: 120%;
    }

    .main-rest__link {
        gap: 1rem;
    }

    .rest-link__subtitle {
        max-width: 20rem;
    }
}

@media (max-width: 1201px) {
    body {
        background-size: 130%;
    }

    .main-wrapper.drum {
        flex-direction: column;
    }

    .main-photo .main-photo__cart.drum {
        max-width: 43rem;
        width: max-content;
    }

    .main-wrapper.drum .main-photo {
        margin: 0 auto;
    }

    .main-photo .main-photo__cart.drum {
        margin-left: 0;
    }

    .main-rest__wrapper {
        padding: 3.5rem;
    }

    .main-wrapper.drum {
        padding: 0 5rem;
    }

    .header-wrapper {
        margin-top: 2rem;
    }

    .footer-wrapper {
        margin-top: 5rem;
    }
}

@media (max-width: 1101px) {
    body {
        background-size: 140%;
    }

    .rest-link__subtitle {
        max-width: 15rem;
    }

    .main-rest__links .main-rest__link:nth-child(3) {
        margin-left: 17rem;
    }
}

@media (max-width: 1025px) {

    body {
        background-size: 130%;
    }

    .main-wrapper {
        justify-content: center;
    }

    .header-title__txt h2 {
        font-size: 1.5rem;
        letter-spacing: 0.72px;
    }

    .header-title__btn {
        font-size: 1.25rem;
        padding: 1rem 2rem;
    }

    .rest-link__title {
        font-size: 1.5rem;
        letter-spacing: 0.72px;
    }

    .rest-link__photo {
        max-width: 6.875rem;
        max-height: 6.875rem;
    }

    .rest-link__subtitle {
        font-size: 1rem;
        max-width: 13rem;
    }

    .main-rest__links {
        margin-left: -15rem;
    }

    .main-photo {
        max-width: 41.25rem;
        max-height: 41.25rem;
    }

    .main-photo__logo {
        max-width: 14.313rem;
    }

    .footer-row.table {
        display: block;
    }

    .footer-row.desktop .footer-links {
        display: none;
    }

    .footer-phone a {
        font-size: 1.5rem;
    }

    .footer-link {
        font-size: 0.875rem;
    }

    .rest-link__subtitle {
        display: block;
    }

    .rest-link__title {
        opacity: 1;
    }

    .rest-link__photo {
        opacity: 1;
    }

    .main-photo__cart {
        top: -20.5rem;
    }

    .main-photo__logo {
        top: -3rem;
    }
}

@media (max-width: 950px) {

    body {
        background-size: 150%;
    }
}

@media (max-width: 850px) {

    .main-wrapper {
        justify-content: flex-start;
    }

    .main-photo .main-photo__cart.drum {
        max-width: 100%;
        width: 100%;
    }

    .main-wrapper.drum .main-photo {
        max-width: 100%;
        width: 100%;
    }

}

@media (max-width: 760px) {

    body {
        background-size: 170%;
    }

    .main-photo {
        display: none;
    }

    .main-rest__links {
        margin-left: 0;
        justify-content: center;
        gap: 2rem;
    }

    .main-rest__links .main-rest__link:nth-child(2) {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .main-rest__links .main-rest__link:nth-child(3) {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .main-rest__links .main-rest__link:nth-child(4) {
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 0;
    }

    .main-wrapper {
        display: block;
        margin-top: 3rem;
        padding: 0 0.5rem;
    }

    .main-rest__link {
        width: 100%;
        flex: 1;
    }

    .rest-link__subtitle {
        max-width: 100%;
        width: auto;
        font-size: 0.875rem;
    }

    .header-title {
        flex-direction: column;
        gap: 20px;
    }

    .header-title__btns {
        width: 100%;
    }

    .footer-wrapper {
        margin-top: 10rem;
    }

    .rest-link__title {
        width: auto;
    }

    .footer-links {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0.8rem;
    }

    .mobile-logo {
        display: block;
    }

    .header-wrapper {
        margin-top: 2rem;
    }

    .footer-row {
        text-align: center;
    }

    .main-rest__link:hover .rest-link__title {
        font-size: 1.5rem;
    }

    .main-wrapper.drum .main-photo {
        display: block;
        margin-bottom: 3rem;
    }

    .header-title__btn {
        max-width: 100%;
    }

    .main-form__title {
        font-size: 1.7rem;
    }

    .main-wrapper.drum {
        padding: 0 1.5rem;
    }

    .main-form__subtitle {
        font-size: 1.25rem;
    }

    .main-form__txt {
        font-size: 0.875rem;
    }

    .main-form__input input {
        font-size: 0.875rem;
    }

    .main-rest__wrapper {
        padding: 2rem;
    }

    .main-form p {
        font-size: 0.875rem;
    }

    .footer-wrapper {
        margin-top: 3rem;
    }

    .main-form__btn {
        font-size: 1.3rem;
    }
}

@media (max-width: 700px) {

    body {
        background-size: 190%;
    }
}

@media (max-width: 600px) {

    body {
        background-size: 210%;
    }

    .footer-row {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 550px) {

    body {
        background-size: 230%;
    }
}

@media (max-width: 500px) {

    body {
        background-size: 270%;
    }
}

@media (max-width: 450px) {

    body {
        background-size: 290%;
    }
}

@media (max-width: 400px) {

    body {
        background-size: 310%;
    }
}

@media (max-width: 380px) {

    body {
        background-size: 340%;
    }
}

.main-form__link {
    display: none;
}

@media (max-width: 1025px) {
    .main-form__link {
        display: block;
        font-size: 1.5rem;
        color: #FFF;
        font-family: 'AA-Stetica__regular';

        text-align: center;
        margin-top: 2rem;
    }

    .main-form__header a {
        display: none;
    }
}

.hidden {
    display: none;

    div.red {
        background: red;
    }
}

.fancybox-content {
    background-color: transparent;
    background: url('/local/components/direkt/PrizeWheel/templates/.default/../img/bcc.webp');
    max-width: 754px;
    max-height: 916px;
    width: 100%;
    height: 100%;
    padding: 44px 44px 44px 64px;
}

@media (max-width: 600px) {
    .fancybox-content {
        padding: 44px 44px 44px 54px;
    }
}

.fancybox-button svg {
    color: #fff;
    width: 24px;
    height: 24px;
}

.booking-form__header {
    font-size: 40px;
    font-weight: 500;
    font-family: 'Cocomat';
    line-height: 130%;
    letter-spacing: 3%;
    color: #fff;

    margin-top: 16px;
}

.main-form.booking {
    margin-top: 40px;
}

.main-form.booking label {
    font-size: 20px;
    font-weight: 500;
    font-family: 'AA-Stetica__regular';
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;
}

.main-form.booking select {
    margin-top: 16px;
}

.main-form.booking .main-form__inputs {
    display: flex;
    flex-direction: row;
    gap: 32px;
}

.main-form.booking .main-form__input {
    flex: 1;
}

.main-form.booking .main-form__counter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 32px;

    padding: 0.75rem 0 0.75rem 0.5rem;

    height: 50px;

    font-size: 24px;
    font-weight: 400;
    font-family: 'AA-Stetica__regular';
    line-height: 100%;
    letter-spacing: 0;
    color: #fff;

    margin-top: 8px;

    border-bottom: 1px solid #fff;
}

.main-form.booking .main-form__minus {
    cursor: pointer;
}

.main-form.booking .main-form__plus {
    cursor: pointer;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
    cursor: default;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    filter: invert(1);
}

.booking-form__times {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
    width: 100%;
}

.booking-form__time.active {
    background-color: #fff;
    border: 1px solid transparent;
    color: #000 !important;
}

.booking-form__time {
    font-family: 'AA-Stetica__regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;

    border: 1px solid #fff;
    max-width: 89px;
    max-height: 45px;
    width: 100%;
    height: 100%;
    padding: 12px;
    background-color: transparent;

    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.booking-form__time:hover {
    background-color: #fff;
    border: 1px solid transparent;
    color: #000 !important;
}

.booking-form__btns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 64px;

    margin-top: 216px;
}

.booking-form__btn {
    max-width: 285px;
    max-height: 76px;
    width: 100%;
    height: 100%;

    font-family: 'AA-Stetica__regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #ffffff;

    background-color: transparent;
    border: 1px solid #fff;

    padding: 24px;

    transition: all 0.3s ease-in-out;

    cursor: pointer;
}

.booking-form__btn.disabled {
    border: 1px solid rgba(70, 70, 70, 0.5);
    color: rgba(70, 70, 70, 0.5);
    cursor: default;
}

.booking-form__btn:hover {
    background-color: #fff;
    border: 1px solid transparent;
    color: #000000;
}

.booking-form__btn.disabled:hover {
    background-color: transparent;
    border: 1px solid rgba(70, 70, 70, 0.5);
    color: rgba(70, 70, 70, 0.5);
    cursor: default;
}

.error {
    border: 1px solid red !important;
}

.booking-form__time.error {
    outline: 1px solid red;
    color: red;
}

#data2 {
    margin-top: 8px;
}

@media (max-width: 900px) {
    .main-form.booking .main-form__inputs {
        flex-direction: column;
    }

    .booking-form__header {
        font-size: 32px;
    }

    .main-form.booking label {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .booking-form__btns {
        flex-direction: column;
    }

    .booking-form__btn {
        max-width: 100%;
        max-height: 100%;
    }

    .booking-form__btns {
        margin-top: 32px;
    }

    .booking-form__btns {
        gap: 32px;
    }
}

@media (max-width: 600px) {
    .booking-form__header {
        font-size: 24px;
    }
}

.main-form.booking.last {
    display: none;
}

.main-form.booking.end {
    display: none;
    height: 100%;
    justify-content: space-between;
}

.booking-end__subtitle {
    color: #FFF;
    font-family: 'AA-Stetica__regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    max-width: 453px;
    width: 100%;
}

.booking-end__links {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 64px;
}

.booking-end__btn {
    color: #ffffff;
    text-align: center;
    font-family: 'AA-Stetica__regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border: 1px solid #FFF;
    background: transparent;
    padding: 24px 40px;

    cursor: pointer;

    transition: all 0.3s ease-in-out;

    width: 100%;
}

.booking-end__btn:hover {
    border: 1px solid transparent;
    background: #fff;
    color: #000;
}

@media (max-width: 768px) {
    .booking-end__links {
        flex-direction: column;
    }
}

.certificate-content {
    color: #FFF;
    font-family: 'AA-Stetica__regular';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.5;

    max-width: 634px;
    width: 100%;

    margin-top: 40px;
}

.main-form.certificate .main-form__input label {
    color: #FFF;
    font-family: 'AA-Stetica__regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.main-form.certificate.last {
    display: none;
}

.certificate-form__content {
    color: #FFF;
    font-family: 'AA-Stetica__regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media (max-width: 768px) {
    .main-form.certificate .main-form__input label {
        font-size: 16px;
    }

    .certificate-form__content {
        font-size: 18px;
    }
}

.main-form.certificate.end {
    display: none;
    justify-content: space-between;
    height: 100%;
}

.main-form.certificate {
    margin-top: 40px;
}

@keyframes rotateDrum {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(3600deg); }
}

#drum.rotating {
    transform-origin: center;
    animation: rotateDrum 10s linear infinite forwards;
}

#drum.rotating {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

#drum.rotatingEnd {
    transform-origin: center;
    animation: rotateDrum 10s forwards;
}
#drum.rotatingEnd {
    transform-box: fill-box;
    transform-origin: 50% 50%;
}

#button {
    cursor: pointer;
}

.main-form__title,
.main-form__subtitle,
.main-form__txt,
.main-btn__drum {
    display: none;
    opacity: 0;
    transition: opacity 0.5s ease;
}
.main-btn__drum.visible,
.main-form__title.visible,
.main-form__subtitle.visible,
.main-form__txt.visible {
    display: block;
    opacity: 1;
}

.main-form.main {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.main-form.visible {
    visibility: visible;
    opacity: 1;
}

.back-link__drum {
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;

    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    cursor: pointer;
    margin-top: 18px;
    font-family: 'Cocomat';
    transition: all 0.3s ease-in-out;
}

.back-link__drum:hover {
    gap: 10px;
}

.back-link__drum svg {
    width: 24px;
    height: 24px;
}

.main-btn__drum {
    color: #FFF;
    font-family: 'AA-Stetica__regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    border: 1px solid #FFF;
    background: transparent;
    padding: 24px 40px;

    cursor: pointer;
    max-width: 100%;
    width: 100%;
    transition: all 0.3s ease-in-out;

    margin-top: 24px;
}

.main-btn__drum:hover {
    border: 1px solid transparent;
    background: #fff;
    color: #000;
}

.main-form__input.none {
    display: none;
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
}

.main-form__input:not(.none) {
    display: block;
    opacity: 1;
    height: auto;
}

@media (max-width: 768px) {
    .main-btn__drum {
        font-size: 16px;
        padding: 16px 24px;
    }
}
/* End */
/* /local/components/direkt/PrizeWheel/templates/.default/style.css?175068064930152 */
