/* Reset and base styles  */

* {
    padding: 0px;
    margin: 0px;
    border: none;
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Links */

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/* Common */

aside,
nav,
footer,
header,
section,
main {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-size: inherit;
    font-weight: inherit;
}

ul,
ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

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

address {
    font-style: normal;
}

/* Form */

input,
textarea,
button,
select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background-color: transparent;
}

input::-ms-clear {
    display: none;
}

button,
input[type='submit'] {
    display: inline-block;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    background: none;
    cursor: pointer;
}

input:focus,
input:active,
button:focus,
button:active {
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

label {
    cursor: pointer;
}

legend {
    display: block;
}

:root {
    --container-width: 1440px;
    --container-padding: 100px;
    --container-padding-tablet: 16px;
    --background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.6) 0%,
            rgba(0, 0, 0, 0.6) 100%
        ),
        #020807;
    --font-color: #fff;
    --font-size: clamp(0.75rem, 0.6634615385rem + 0.3846153846vw, 1rem);
    --font-family: Poppins, sans-serif;
    --laptop-size: 1199px;
    --tablet-size: 959px;
    --mobile-size: 599px;
}

h1,
h2,
h3 {
    font-weight: normal;
    overflow-wrap: break-word;
    font-weight: 700;
    line-height: 130%;
    color: var(--font-color);
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
}

h2 {
    font-size: clamp(1rem, 0.8269230769rem + 0.7692307692vw, 1.5rem);
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: clamp(0.875rem, 0.7451923077rem + 0.5769230769vw, 1.25rem);
    text-align: center;
    text-transform: capitalize;
}

p {
    line-height: 130%;
}

html {
    scroll-behavior: smooth;
    background: var(--background);
}

body {
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.6)),
            to(rgba(0, 0, 0, 0.6))
        ),
        url('../images/body-bg.jpg');
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../images/body-bg.jpg');
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    color: var(--font-color);
    font-family: var(--font-family);
    font-size: var(--font-size);
    font-weight: 400;
}

.oz-lotto__avif body {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
        url('../images/body-bg.jpg');
    background-image: -webkit-gradient(
            linear,
            left top,
            left bottom,
            from(rgba(0, 0, 0, 0.6)),
            to(rgba(0, 0, 0, 0.6))
        ),
        url('../images/body-bg.jpg');
}

html,
body {
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
}

.oz-lotto__no-scroll {
    overflow: hidden;
}

.oz-lotto__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.oz-lotto__things {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.oz-lotto__things .oz-lotto__thing {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.oz-lotto__terms .oz-lotto__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.oz-lotto__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
    margin: 50px 0;
}

.oz-lotto__btn,
.oz-lotto__btn:focus {
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding: clamp(0.5625rem, 0.4759615385rem + 0.3846153846vw, 0.8125rem) 50px;
    border-radius: 5px;
    background: #77ff00;
    color: #fff !important;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.oz-lotto__btn-active,
.oz-lotto__btn:hover,
.oz-lotto__btn:active {
    background: #ac790a;
    color: #fff !important;
}

.oz-lotto__lazyload {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

.oz-lotto__lazyload-load {
    opacity: 1;
}

.oz-lotto__wrapper {
    border-radius: 5px;
    border: 1px solid #936e00;
    background: rgba(0, 0, 0, 0.5);
    padding: 30px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    text-align: center;
}

.oz-lotto__wrapper strong {
    text-transform: capitalize;
}

.oz-lotto__things:has(.oz-lotto__wrap:hover) .oz-lotto__wrap {
    opacity: 0.7;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}

.oz-lotto__things-invert .oz-lotto__wrap {
    background: -webkit-gradient(
        linear,
        left bottom,
        left top,
        from(rgba(75, 56, 0, 0.72)),
        to(rgba(75, 56, 0, 0))
    );
    background: linear-gradient(
        0deg,
        rgba(75, 56, 0, 0.72) 0%,
        rgba(75, 56, 0, 0) 100%
    );
}

.oz-lotto__wrap {
    border-radius: 5px;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(rgba(75, 56, 0, 0.72)),
        to(rgba(75, 56, 0, 0))
    );
    background: linear-gradient(
        360deg,
        rgb(75 46 0 / 72%) 0%,
        rgba(75, 56, 0, 0) 100%
    );
    padding: 10px;
    font-weight: 500;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.oz-lotto__wrap:hover {
    opacity: 1 !important;
    -webkit-filter: none !important;
    filter: none !important;
    -webkit-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    transform: translateY(-4px);
    cursor: default;
}

.oz-lotto__wrap h3 span {
    color: #77ff00;
    text-transform: uppercase;
}

.oz-lotto__wrap img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-height: 60px;
    margin-inline: auto;
}

.oz-lotto__list {
    display: contents;
}

.oz-lotto__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    margin: 0 auto;
    padding: 0 var(--container-padding);
    max-width: var(--container-width);
    width: 100%;
}

.oz-lotto__popup {
    color: #fff;
    border-radius: 5px;
    border: 1px solid #ac790a;
    background: #111;
    padding: 20px;
    max-width: 600px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    text-align: center;
}

.oz-lotto__popup__title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: clamp(1.125rem, 0.9951923077rem + 0.5769230769vw, 1.5rem);
    line-height: 130%;
}

.oz-lotto__popup .oz-lotto__btn {
    text-transform: uppercase;
}

.oz-lotto__modal {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    display: none;
}

.oz-lotto__modal.oz-lotto__show {
    opacity: 1;
}

.oz-lotto__modal__popup {
    position: relative;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.oz-lotto__cookie__popup {
    position: fixed;
    right: 0;
    z-index: 10;
    bottom: -100%;
    -webkit-transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
    transition: all 2s cubic-bezier(0.02, 0.7, 0.03, 1);
    z-index: 10000;
}

.oz-lotto__cookie__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.oz-lotto__cookie.oz-lotto__hidden {
    display: none;
}

.oz-lotto__cookie .oz-lotto__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-inline: auto;
}

.oz-lotto__cookie .oz-lotto__show {
    bottom: 0;
}

.oz-lotto__modal-login {
    padding: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.oz-lotto__modal-login .oz-lotto__modal-content {
    position: relative;
    border-radius: 5px;
    border: 1px solid #ac790a;
    background: #111;
    padding: 20px;
    width: 100%;
    max-width: 460px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: #fff;
}

.oz-lotto__modal-login .oz-lotto__hidden,
.oz-lotto__modal-login .oz-lotto__finish {
    display: none;
}

.oz-lotto__modal-login .oz-lotto__finish p {
    margin-bottom: 20px;
    text-align: center;
}

.oz-lotto__modal-login form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    width: 100%;
}

.oz-lotto__modal-login input,
.oz-lotto__modal-login textarea {
    border-radius: 5px;
    background: #5a5c5d;
    padding: 8px 10px;
    color: #fff;
}

.oz-lotto__modal-login input:focus,
.oz-lotto__modal-login textarea:focus {
    outline: none;
}

.oz-lotto__modal-login ::-webkit-input-placeholder {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.oz-lotto__modal-login ::-moz-placeholder {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.oz-lotto__modal-login :-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.oz-lotto__modal-login ::-ms-input-placeholder {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.oz-lotto__modal-login ::placeholder {
    color: #fff;
    text-transform: capitalize;
    text-align: center;
}

.oz-lotto__modal-login .oz-lotto__btn {
    max-width: 436px;
    margin: 0 auto;
}

.oz-lotto__modal-login a {
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}

.oz-lotto__modal-login a:hover {
    opacity: 0.6;
}

.oz-lotto__modal-login h2 {
    text-align: center;
}

.oz-lotto__modal-login .oz-lotto__close-button {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 24px;
    cursor: pointer;
    color: #5a5c5d;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2) inset;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2) inset;
    font-weight: 700;
    line-height: 90%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* Blocks */

.oz-lotto__about img {
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 248px;
    height: 100%;
    width: 100%;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg);
    }

    30%,
    100% {
        -webkit-transform: translateX(500px) rotate(45deg);
        transform: translateX(500px) rotate(45deg);
    }
}

@keyframes slide {
    0% {
        -webkit-transform: translateX(0) rotate(45deg);
        transform: translateX(0) rotate(45deg);
    }

    30%,
    100% {
        -webkit-transform: translateX(500px) rotate(45deg);
        transform: translateX(500px) rotate(45deg);
    }
}

.oz-lotto__contact .oz-lotto__btn,
.oz-lotto__contact img {
    margin-inline: auto;
}

.oz-lotto__contact img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-height: 207px;
}

.oz-lotto__contact .oz-lotto__btn {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.oz-lotto__contact form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.oz-lotto__contact input,
.oz-lotto__contact textarea {
    background: transparent;
    border-radius: 5px;
    border: 1px solid #936e00;
    padding: 8px 24px;
    color: #fff;
    font-weight: 400;
}

.oz-lotto__contact ::-webkit-input-placeholder {
    font-weight: 400;
    text-align: center;
}

.oz-lotto__contact ::-moz-placeholder {
    font-weight: 400;
    text-align: center;
}

.oz-lotto__contact :-ms-input-placeholder {
    font-weight: 400;
    text-align: center;
}

.oz-lotto__contact ::-ms-input-placeholder {
    font-weight: 400;
    text-align: center;
}

.oz-lotto__contact ::placeholder {
    font-weight: 400;
    text-align: center;
}

.oz-lotto__contact textarea {
    resize: none;
}

.oz-lotto__modal--message {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 999;
}

.oz-lotto__modal-content--message {
    border-radius: 5px;
    border: 1px solid #ac790a;
    background: #111;
    color: #fff;
    margin: 15% auto;
    padding: 2rem;
    max-width: 380px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.oz-lotto__modal-message-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

#check-group {
    -webkit-animation: 0.32s ease-in-out check-group;
    animation: 0.32s ease-in-out check-group;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

#check-group #check {
    -webkit-animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.1s forwards check;
    animation: 0.34s cubic-bezier(0.65, 0, 1, 1) 0.1s forwards check;
    stroke-dasharray: 0, 75px;
    stroke-linecap: round;
    stroke-linejoin: round;
}

#check-group #outline {
    -webkit-animation: 0.38s ease-in outline;
    animation: 0.38s ease-in outline;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

#check-group #white-circle {
    -webkit-animation: 0.35s ease-in 0.35s forwards circle;
    animation: 0.35s ease-in 0.35s forwards circle;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes outline {
    from {
        stroke-dasharray: 0, 345.576px;
    }

    to {
        stroke-dasharray: 345.576px, 345.576px;
    }
}

@keyframes outline {
    from {
        stroke-dasharray: 0, 345.576px;
    }

    to {
        stroke-dasharray: 345.576px, 345.576px;
    }
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes circle {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-webkit-keyframes check {
    from {
        stroke-dasharray: 0, 75px;
    }

    to {
        stroke-dasharray: 75px, 75px;
    }
}

@keyframes check {
    from {
        stroke-dasharray: 0, 75px;
    }

    to {
        stroke-dasharray: 75px, 75px;
    }
}

@-webkit-keyframes check-group {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.09);
        transform: scale(1.09);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes check-group {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.09);
        transform: scale(1.09);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.oz-lotto__footer {
    margin-top: auto;
    background: #936e00;
    backdrop-filter: blur(25px);
    padding: 18px 0;
}

.oz-lotto__footer a {
    color: #fff;
    font-weight: 700;
}

.oz-lotto__footer a:hover {
    opacity: 0.6;
}

.oz-lotto__footer .oz-lotto__logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    margin: 5px 0;
}

.oz-lotto__footer .oz-lotto__logos img {
    width: auto;
    max-height: 60px;
}

.oz-lotto__footer .oz-lotto__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 16px 60px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.oz-lotto__footer .oz-lotto__link img {
    width: auto;
}

.oz-lotto__header {
    padding: 16px 0;
    background: rgba(0, 0, 0, 0.5);
}

.oz-lotto__header__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.oz-lotto__header .oz-lotto__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
}

.oz-lotto__header .oz-lotto__nav__list a {
    border-radius: 5px;
    border: 1px solid #ceb03e;
    padding: 6px 20px;
    font-weight: 500;
    color: #fff;
    font-size: 14px;
}

.oz-lotto__header .oz-lotto__nav__list a:hover {
    color: #ceb03e;
    background: rgba(255, 255, 255, 0.0392156863);
    border: 1px solid rgba(206, 177, 62, 0.6196078431);
}

.oz-lotto__header .oz-lotto__logo img {
    height: 60px;
    width: 60px;
    aspect-ratio: 1/1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.oz-lotto__icons-wrapper {
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.oz-lotto__icon {
    fill: transparent;
    stroke: transparent;
    width: 62px;
    height: 62px;
}

.oz-lotto__mobile-nav {
    position: fixed;
    top: -100%;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background: #000;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.oz-lotto__mobile-nav--open {
    top: 0;
}

.oz-lotto__mobile-nav a {
    color: #fff;
}

.oz-lotto__mobile-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px;
    font-size: 28px;
}

.oz-lotto__mobile-nav__list .oz-lotto__active {
    opacity: 0.5;
}

/* Nav Icon */

.oz-lotto__mobile-nav-btn {
    --time: 0.1s;
    --width: 30px;
    --height: 60px;
    --line-height: 3px;
    --spacing: 5px;
    --color: #ffffff;
    --radius: 4px;
    /* Fixed height and width */
    /* height: var(--height); */
    /* width: var(--width); */
    /* Dynamic height and width */
    height: calc(var(--line-height) * 0 + var(--spacing) * 5);
    width: var(--width);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.oz-lotto__nav-icon {
    position: relative;
    width: var(--width);
    height: var(--line-height);
    background-color: var(--color);
    border-radius: var(--radius);
}

.oz-lotto__nav-icon::before,
.oz-lotto__nav-icon::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: var(--width);
    height: var(--line-height);
    border-radius: var(--radius);
    background-color: var(--color);
    -webkit-transition: top var(--time) linear var(--time),
        -webkit-transform var(--time) ease-in;
    transition: top var(--time) linear var(--time),
        -webkit-transform var(--time) ease-in;
    transition: transform var(--time) ease-in,
        top var(--time) linear var(--time);
    transition: transform var(--time) ease-in,
        top var(--time) linear var(--time),
        -webkit-transform var(--time) ease-in;
}

.oz-lotto__nav-icon::before {
    /* top: calc(var(--line-height) * -2); */
    top: calc(-1 * (var(--line-height) + var(--spacing)));
}

.oz-lotto__nav-icon::after {
    /* top: calc(var(--line-height) * 2); */
    top: calc(var(--line-height) + var(--spacing));
}

.oz-lotto__nav-icon.oz-lotto__nav-icon--active {
    background-color: transparent;
}

.oz-lotto__nav-icon.oz-lotto__nav-icon--active::before,
.oz-lotto__nav-icon.oz-lotto__nav-icon--active::after {
    top: 0;
    -webkit-transition: top var(--time) linear,
        -webkit-transform var(--time) ease-in var(--time);
    transition: top var(--time) linear,
        -webkit-transform var(--time) ease-in var(--time);
    transition: top var(--time) linear,
        transform var(--time) ease-in var(--time);
    transition: top var(--time) linear,
        transform var(--time) ease-in var(--time),
        -webkit-transform var(--time) ease-in var(--time);
    background-color: #fff;
}

.oz-lotto__nav-icon.oz-lotto__nav-icon--active::before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.oz-lotto__nav-icon.oz-lotto__nav-icon--active::after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/* Layout */

.oz-lotto__mobile-nav-btn {
    z-index: 999;
    display: none;
}

.oz-lotto__responsible h3 {
    margin-bottom: -20px;
}

@media (max-width: 1220px) {
    .oz-lotto__main {
        gap: 30px;
        margin: 30px 0;
    }

    .oz-lotto__container {
        padding: 0 var(--container-padding-tablet);
        gap: 10px;
    }

    .oz-lotto__header__nav {
        display: none;
    }

    .oz-lotto__mobile-nav-btn {
        display: block;
    }
}

@media (max-width: 820px) {
    .oz-lotto__things {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .oz-lotto__wrapper {
        padding: 10px;
        gap: 20px;
    }

    .oz-lotto__popup {
        padding: 16px;
        gap: 10px;
        line-height: 120%;
    }

    .oz-lotto__cookie__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .oz-lotto__cookie .oz-lotto__btn {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    .oz-lotto__banner .oz-lotto__wrapper {
        padding: 20px;
    }

    .oz-lotto__banner .oz-lotto__btn {
        margin-top: 0;
    }

    .oz-lotto__contact img {
        max-height: 115px;
    }

    .oz-lotto__footer .oz-lotto__logos {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .oz-lotto__footer .oz-lotto__logos img {
        max-height: 24px;
        max-width: 106px;
    }

    .oz-lotto__footer .oz-lotto__link img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .oz-lotto__header {
        padding: 8px 0;
    }

    .oz-lotto__responsible h3 {
        margin-bottom: -14px;
    }
}

@media (hover: hover) {
    .oz-lotto__header .oz-lotto__logo:hover img {
        scale: 1.1;
    }
}
