@font-face {
    src: url("/lottozaibs-assets/lottozaibs-fonts/lottozaibs-norse-bold.woff2")
        format("truetype");
    font-family: "norse-bold";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/lottozaibs-assets/lottozaibs-fonts/lottozaibs-poppins-semibold.woff2")
        format("truetype");
    font-family: "poppins-semibold";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/lottozaibs-assets/lottozaibs-fonts/lottozaibs-poppins-regular.woff2")
        format("truetype");
    font-family: "poppins-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-title: "norse-bold", sans-serif;
    --font-sub-title: "poppins-semibold", sans-serif;
    --font-text: "poppins-regular", sans-serif;
}

*,
::after,
::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

ul,
ol,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: #ffffff;
}

body {
    background-color: #042339;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: hidden;
    position: relative;
}

main,
footer {
    width: 100%;
    color: rgba(3, 3, 3, 1);
}

main {
    background-image: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, #11181b 100%),
        url("/lottozaibs-assets/lottozaibs-img/lottozaibs-page/lottozaibs-page-smoke.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

html {
    scroll-behavior: smooth;
}

img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

header {
    width: 100%;
}

.lottozaibs--container__main {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.lottozaibs__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Header */
.lottozaibs--header {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 2rem;
    background-image: url(/lottozaibs-assets/lottozaibs-img/lottozaibs-header/lottozaibs-bg-mount-village.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 800px;
}

.lottozaibs--header__container {
    width: 100%;
    display: flex;
    padding: 0.75rem 0;
    flex-direction: column;
    align-items: center;
}

.lottozaibs--menu {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.lottozaibs--menu__list {
    gap: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.lottozaibs--menu__list-item a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 100%;
    font-family: var(--font-text);
    font-weight: 400;
    text-transform: uppercase;
}

.lottozaibs--menu__links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
}

.lottozaibs--menu___lang {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.lottozaibs--menu___lang-btn {
    display: flex;
    align-items: center;
    gap: 0.675rem;
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.85rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
    padding: 0.5rem;
}

.lottozaibs--menu___lang-active {
    border-bottom: 1px solid #ffffff;
}

.lottozaibs--header-h {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
}

.lottozaibs--header--blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.lottozaibs--header_welcome {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.lottozaibs--header__title {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    gap: 2.5rem;
}

.lottozaibs--header____line {
    max-width: 240px;
    width: 100%;
    background-color: #fff;
    height: 1px;
}

.lottozaibs--header___box {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    gap: 2.5rem;
}

.lottozaibs--header__btn {
    font-family: var(--font-sub-title);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 130%;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 285px;
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 20px 0px #34b4c6;
    border: 0;
    background-color: #000000;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.lottozaibs--header__btn:hover {
    background-color: #102c2d;
}

.lottozaibs--header__title-welcome {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 5rem;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
}

.lottozaibs--header--description {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 610px;
    width: 100%;
}

.lottozaibs--header__text-welcome {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 130%;
    color: #fff;
    text-align: center;
}

/* Game */
.lottozaibs--game-box {
    padding: 5rem 0;
}

.lottozaibs--game-border {
    border: 15px solid transparent;
    border-image-source: url("/lottozaibs-assets/lottozaibs-img/lottozaibs-game/lottozaibs-border-nord.webp");
    border-image-slice: 20;
    border-image-width: 20px;
    border-image-repeat: stretch;
    height: 700px;
}

.lottozaibs--game--container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    gap: 0.675rem;
    max-width: 940px;
    width: 100%;
    margin: 0 auto;
}

.lottozaibs--game---title {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 4rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}
.lottozaibs--game---wrapper {
    position: relative;
    width: 400px;
    height: 400px;
}

.lottozaibs--game----image {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.lottozaibs--game---wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.8) 100%
    );

    border-radius: 20px;
    z-index: 2;
    opacity: 1;
}

.lottozaibs--game---info {
    display: flex;
    gap: 2.5rem;
}

.lottozaibs--game----description {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    max-width: 500px;
    width: 100%;
}

.lottozaibs--game----description_text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 130%;
    color: #fff;
}

.lottozaibs--game----description_btn {
    font-family: var(--font-sub-title);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 130%;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 20px 0px #34b4c6;
    border: 0;
    background-color: #000000;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.lottozaibs--game----description_btn:hover {
    background-color: #102c2d;
}

/* History */
.lottozaibs--history-box {
    padding: 6.25rem 0;
}

.lottozaibs--history--container {
    display: flex;
    align-items: center;
    gap: 0.675rem;
}

.lottozaibs--history--image {
    background-image: url("/lottozaibs-assets/lottozaibs-img/lottozaibs-about/lottozaibs-hummer-lighting.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 589px;
    max-width: 589px;
}

.lottozaibs--history---info {
    max-width: 641px;
    width: 100%;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 1.25rem 0;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.lottozaibs--history---title {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
}

.lottozaibs--history---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.lottozaibs--history----items {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;

    color: #fff;
}

/* Reviews */
.lottozaibs--reviews-box {
    background-image: url(/lottozaibs-assets/lottozaibs-img/lottozaibs-reviews/lottozaibs-bg-rune-village.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.125rem 0;
}

.lottozaibs--reviews--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

.lottozaibs--reviews---lists {
    display: grid;
    grid-template-columns: repeat(3, 400px); /* 3 колонки по 400px */
    grid-auto-rows: auto;
    gap: 1.25rem;
    justify-content: start;
}

.lottozaibs--reviews----items:nth-child(1) {
    grid-column: 1;
}
.lottozaibs--reviews----items:nth-child(2) {
    grid-column: 2;
}
.lottozaibs--reviews----items:nth-child(3) {
    grid-column: 3;
}

.lottozaibs--reviews----items:nth-child(4) {
    grid-row: 2;
    grid-column: 2;
}
.lottozaibs--reviews----items:nth-child(5) {
    grid-row: 2;
    grid-column: 3;
}

.lottozaibs--reviews----items:nth-child(6) {
    grid-row: 3;
    grid-column: 1;
}
.lottozaibs--reviews----items:nth-child(7) {
    grid-row: 3;
    grid-column: 2 / span 2;
}
.lottozaibs--reviews----items {
    background: #ffffff33;
    backdrop-filter: blur(20px);
    padding: 1.25rem;
    display: flex;
    height: 205px;
    flex-direction: column;
    gap: 3.125rem;
}

.lottozaibs--reviews----green {
    background: #22cccf80;
}

.lottozaibs--reviews----items_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.lottozaibs--reviews----items__name {
    font-family: var(--font-sub-title);
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;
    text-align: center;
    color: #fff;
}

.lottozaibs--reviews----items__rating {
    display: flex;
    align-items: center;
    max-width: 80px;
    width: 100%;
}

.lottozaibs--reviews----items___star {
    background-image: url("/lottozaibs-assets/lottozaibs-img/lottozaibs-reviews/lottozaibs-icon-star-full.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 16px;
    width: 100%;
    height: 16px;
}
.lottozaibs--reviews----items___star-null {
    background-image: url("/lottozaibs-assets/lottozaibs-img/lottozaibs-reviews/lottozaibs-icon-star-null.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 16px;
    width: 100%;
    height: 16px;
}

/* Contact */
.lottozaibs__contact--box {
    margin: 5rem 0;
    background: #2b2b2b;
    padding: 3.125rem 0 0;
}

.lottozaibs__contact---img {
    background-image: url("/lottozaibs-assets/lottozaibs-img/lottozaibs-welcome/lottozaibs-elf.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 407px;
    max-width: 391px;
}

.lottozaibs__contact--container {
    display: flex;
    gap: 1.25rem;
    justify-content: space-between;
    width: 100%;
}
.lottozaibs__contact---info {
    max-width: 570px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
}

.lottozaibs__contact---info_text {
    font-size: 1.125rem;
    line-height: 120%;
    font-family: var(--font-text);
    font-weight: 400;
    color: #9196a5;
    text-align: center;
}

/* Contact Form */

.lottozaibs__contact--form {
    display: flex;
    max-width: 754px;
    margin: 0 auto;
    width: 100%;
    gap: 1.25rem;
    flex-direction: column !important;
}

.lottozaibs_contact__input {
    outline: none;
    height: 41px;
    width: 100%;
    border: none;
    background: transparent;
    border-bottom: 1px solid #fff;
    font-size: 0.875rem;
    color: #fff;
    font-family: var(--font-sub-title);
    font-weight: 600;
    padding: 0.675rem 1.25rem;
}

.lottozaibs_contact__input::placeholder {
    color: #d8d8d8;
    font-size: 1rem;
    font-family: var(--font-text);
    font-weight: 400;
}

.lottozaibs_contact--textarea {
    height: 70px;
}

.lottozaibs_contact__btn {
    font-family: var(--font-sub-title);
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 130%;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 189px;
    margin: 0 auto;
    width: 100%;
    height: 50px;
    box-shadow: 0px 0px 20px 0px #34b4c6;
    border: 0;
    background-color: #000000;
    transition: all ease-in-out 0.3s;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
}

.active__block {
    display: flex;
}

.form-message-container {
    margin-top: 0px;
}

.form-message {
    padding: 10px 15px;
    border-radius: 4px;
    font-size: 14px;
    animation: fadeIn 0.3s ease-in-out;
}

.form-message.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: var(--font-sub-title);
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: var(--font-sub-title);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.lottozaibs-form-message-container {
    margin-top: 0;
}

.lottozaibs-form-message {
    padding: 10px;
    border-radius: 4px;
    margin-top: 10px;
}

.lottozaibs-form-success {
    background-color: #d4edda;
    color: #155724;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: var(--font-sub-title);
}

.lottozaibs-form-error {
    background-color: #f8d7da;
    color: #721c24;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 600;
    font-family: var(--font-sub-title);
}

/* Footer */
.lottozaibs--footer {
    position: relative;
    background-color: #11181b;
    padding: 3.125rem 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.lottozaibs--footer--line {
    background-image: url("/lottozaibs-assets/lottozaibs-img/lottozaibs-footer/lottozaibs-footer-line.webp");
    width: 100%;
    height: 66px;
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
}

.lottozaibs--footer__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
}

.lottozaibs--footer__top {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
}

.lottozaibs--footer---logobox {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
}

.lottozaibs--footer----logo {
    max-width: 290px;
    width: 100%;
    height: 90px;
}

.lottozaibs--footer----age {
    flex: 0 0 auto;
    background-image: url(/lottozaibs-assets/lottozaibs-img/lottozaibs-footer/lottozaibs-icon-age.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 50px;
    width: 100%;
    height: 52px;
}

.lottozaibs--footer---linksbox {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
}

.lottozaibs--footer---navbox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.25rem;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    padding: 1.25rem;
}

.lottozaibs--footer---nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.lottozaibs--footer----links a {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}

.lottozaibs--footer---disclaimer-box {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.675rem;
    max-width: 923px;
}

.lottozaibs--footer----title {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.lottozaibs--footer----text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 130%;
    color: #fff;
    text-align: center;
}

.lottozaibs--footer---infobox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1.25rem;
}

.lottozaibs--footer---info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 610px;
    width: 100%;
}

.lottozaibs--footer----description {
    display: flex;
    flex-direction: column;
    gap: 0.675rem;
}

.lottozaibs--footer----description_title {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}

.lottozaibs--footer---description_text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 130%;
    color: #fff;
}

.lottozaibs--footer---contact {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    max-width: 500px;

    width: 100%;
}

.lottozaibs--footer----contact_partners {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
    width: 100%;
}

.lottozaibs--footer---copyrigth {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.cookie-consent {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #042339;
    color: white;
    padding: 15px 20px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
}

.cookie-consent__content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.cookie-consent p {
    margin: 0;
    flex: 1;
    min-width: 250px;
    font-size: 14px;
    line-height: 1.4;
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #fff;
}

.cookie-consent a {
    font-family: var(--font-sub-title);
    font-weight: 700;
    font-size: 1rem;
    line-height: 20px;
    color: #fff;
    text-align: center;
    text-decoration: underline;
}

.cookie-consent__button {
    font-family: var(--font-sub-title);
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 100%;
    color: #fff;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    width: 100%;
    height: 40px;
    border-radius: 30px;
    position: relative;
    border: 0;
    z-index: 1;
    box-shadow: 0px 0px 20px 0px #34b4c6;
}

@media (max-width: 600px) {
    .cookie-consent__content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-consent__button {
        width: 100%;
    }
}

/* Cookies */
.lottozaibs--privacy__text {
    padding: 2rem 0;
}
.lottozaibs--privacy__text p {
    color: #fff;
    font-family: var(--font-text);
}

.lottozaibs--privacy__text h1 {
    margin-bottom: 1rem;
    color: #fff;
    font-family: var(--font-title);
}
.lottozaibs--privacy__text h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-family: var(--font-title);
}

/* Burger */
#lottozaibsMenuToggle {
    display: none;
    position: absolute;
    top: 0;
    left: 0rem;
    z-index: 999 !important;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 58px;
}

#lottozaibsMenuToggle a {
    text-decoration: none;
    color: #fff;
    transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
}

#lottozaibsMenuToggle span {
    display: block;
    width: 22px;
    height: 2px;
    margin-bottom: 5px;
    right: 0rem;
    top: 0.2rem;
    position: relative;
    background: #fff;
    border-radius: 3px;
    z-index: 1001 !important;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1),
        background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.no-scroll {
    overflow: hidden !important; /* Отключаем прокрутку с приоритетом */
}

#lottozaibsMenuToggle span:first-child {
    transform-origin: 0% 0%;
}

#lottozaibsMenuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#lottozaibsMenu {
    position: absolute;
    max-width: 100vw;
    width: 100%;
    z-index: 1000;
    padding-top: 8rem;
    margin: 0 0 0px;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    align-items: center;
    background: #101010;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(-100%, 0);
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
    height: 130vh;
    -webkit-transform: translate(-100%, 0);
    -moz-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
}

#lottozaibsMenuToggle input:checked ~ ul {
    transform: none;
}

.burger-button {
    display: block;
    width: 42px;
    height: 32px;
    position: absolute;
    top: 3.25rem;
    right: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    cursor: pointer;
    opacity: 1; /* Изменили с 0 на 1 */
    z-index: 1002 !important;
    -webkit-touch-callout: none;
    background: transparent;
    border: none;
    padding: 0;
}

/* Добавляем класс для открытого состояния */
.burger-button.active span:first-child {
    transform: rotate(45deg) translate(4px, 0px);
    background: #f9f9f9;
    -webkit-transform: rotate(45deg) translate(4px, 0px);
    -moz-transform: rotate(45deg) translate(4px, 0px);
    -ms-transform: rotate(45deg) translate(4px, 0px);
    -o-transform: rotate(45deg) translate(4px, 0px);
}

.burger-button.active span:nth-child(2) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
}

.burger-button.active span:last-child {
    transform: rotate(-45deg) translate(-1px, 2px);
    -webkit-transform: rotate(-45deg) translate(-1px, 2px);
    -moz-transform: rotate(-45deg) translate(-1px, 2px);
    -ms-transform: rotate(-45deg) translate(-1px, 2px);
    -o-transform: rotate(-45deg) translate(-1px, 2px);
}

/* Обновляем селектор для checked состояния */
#lottozaibsMenuToggle .active ~ #lottozaibsMenu {
    transform: none;
}

.lottozaibs--menu__list--text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 130%;
    color: #ffffff80;
    text-align: center;
    max-width: 320px;
    width: 100%;
}

.lottozaibs--menu__list--gamebtn {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

/* Page Privacy */
.lottozaibs--privacy__text p {
    margin-bottom: 1rem;
}

/* Others Styles */
.lottozaibs--about-box {
    background-image: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            #11181b 75.94%
        ),
        url(/lottozaibs-assets/lottozaibs-img/lottozaibs-about/lottozaibs-about-mamont.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.125rem 0;
    height: 700px;
    display: flex;
    align-items: center;
}

.lottozaibs--about-page--container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    align-items: center;
}

.lottozaibs--about_bg {
    background-image: linear-gradient(
            90deg,
            rgba(0, 0, 0, 0) 0%,
            #11181b 75.94%
        ),
        url(/lottozaibs-assets/lottozaibs-img/lottozaibs-about/lottozaibs-about-smoke-bg.webp);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
}

.lottozaibs--about---top {
    display: flex;
    justify-content: center;
    width: 100%;
}

.lottozaibs-col {
    gap: 1.25rem !important;
}

.lottozaibs--gameiframe-box {
    background-color: #11181b;
    padding: 5rem 0;
}

.lottozaibs--game--iframe-window {
    max-width: 1140px;
    width: 100%;
    height: 615px;
    border: 1px solid #ffffff;
}

.lottozaibs--heade--rel {
    position: relative;
    top: 100%;
}

.lottozaibs_contact-linksbox {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.lottozaibs_contact---link {
    color: #bfdb4d;
}

.lottozaibs__form__checkbox-box {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 120%;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.lottozaibs__form__checkbox {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 32px !important;
    height: 32px !important;
    border: 2px solid #999397;
    margin: 0;
    position: relative;
    cursor: pointer;
    border-radius: 5px;
    background: #fbf9fa0d;
    border: 2px solid #999397;
    box-sizing: border-box;
    outline: none;
    transition: all 0.2s ease;
}

.lottozaibs__form__checkbox::after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 5px;
    border: 2px solid #999397;
    background: linear-gradient(135deg, #999397, #c4c1c3);
    z-index: -1;
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.lottozaibs__form__checkbox:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    border: 2px solid #999397;
    width: 14px;
    height: 8px;
    border: 3px solid #4caf50; /* Цвет галочки */
    border-top: none;
    border-right: none;
    transform: translate(-50%, -60%) rotate(-45deg);
    opacity: 1;
    transition: all 0.2s ease;
}

/* Media */
@media screen and (max-width: 1260px) {
    .lottozaibs--container__main {
        padding: 0 1rem;
    }

    .lottozaibs--reviews---lists {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        justify-content: center;
    }

    .lottozaibs--reviews----items {
        max-width: 400px;
        width: 100%;
    }

    .lottozaibs--reviews----items:nth-child(4) {
        display: none;
    }
}

@media screen and (max-width: 1025px) {
    .lottozaibs--game-border {
        border: 10px solid transparent;
        border-image-source: url(/lottozaibs-assets/lottozaibs-img/lottozaibs-game/lottozaibs-border-mobile.webp);
        border-image-slice: 40;
        border-image-width: 40px;
        border-image-repeat: stretch;
        height: auto;
        padding: 5rem 0;
    }

    .lottozaibs--footer--line {
        background-size: cover;
    }
}
@media screen and (max-width: 940px) {
    .lottozaibs--menu__links {
        display: none;
    }

    #lottozaibsMenuToggle {
        display: block;
    }

    .lottozaibs--menu__list-flex-mob {
        display: flex;
    }

    .lottozaibs--header__logo {
        position: relative;
        z-index: 1112;
    }

    .lottozaibs--game---info {
        flex-direction: column;
        align-items: center;
    }

    .lottozaibs--game----description,
    .lottozaibs--history---info {
        max-width: 100%;
        width: 100%;
    }

    .lottozaibs--history--container {
        flex-direction: column;
    }

    .lottozaibs--footer---infobox {
        flex-direction: column;
    }

    .lottozaibs--footer----contact_partners {
        justify-content: center;
        width: 100%;
        flex-wrap: wrap;
        gap: 0.675rem 3rem;
    }

    .lottozaibs--footer---contact {
        gap: 1.25rem;
        width: 100%;
        max-width: 100%;
    }

    .lottozaibs--game----description {
        align-items: center;
    }
}
@media screen and (max-width: 625px) {
    .lottozaibs--header-h {
        gap: 5rem;
    }

    .lottozaibs--header {
        height: 610px;
    }

    .lottozaibs--header__title-welcome {
        font-size: 3rem;
    }

    .lottozaibs--game---title {
        font-size: 2.25rem;
    }

    .lottozaibs--history---title {
        font-size: 2rem;
    }

    .lottozaibs--reviews----items {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .lottozaibs--reviews----green {
        height: 100px;
    }

    .lottozaibs--history-box {
        padding: 5rem 0;
    }

    .lottozaibs--game-box {
        padding: 2.5rem 0 1rem;
    }

    .lottozaibs--history--image {
        background-size: contain;
        height: 343px;
    }

    .lottozaibs--footer---nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.25rem 2.5rem;
    }

    .lottozaibs--game---wrapper {
        height: 343px;
        width: 100%;
        max-width: 343px;
    }

    .lottozaibs--footer----logo {
        max-width: 192px;
        width: 100%;
        height: 60px;
    }

    .lottozaibs--about-box {
        padding: 2.5rem 0;
        height: auto;
    }
}

@media screen and (max-width: 340px) {
    .lottozaibs--header-h {
        gap: 2.5rem;
    }

    .lottozaibs--header__title {
        gap: 1.25rem;
    }
}
