@font-face {
    src: url("/zaibsgameslv-assets/zaibsgameslv-fonts/zaibsgameslv-prompt-semibold.woff2")
        format("truetype");
    font-family: "prompt-semibold";
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    src: url("/zaibsgameslv-assets/zaibsgameslv-fonts/zaibsgameslv-antic-regular.woff2")
        format("truetype");
    font-family: "antic-regular";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

:root {
    --font-title: "prompt-semibold", sans-serif;
    --font-text: "antic-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);
}

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%;
}

.zaibsgameslv--container__main {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
}

.zaibsgameslv__visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

/* Header */
.zaibsgameslv--header {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-top: 2.5rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5)),
        url(/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-top/zaibsgameslv-hill-villaage-sea.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
    position: relative;
}

.zaibsgameslv--header__container {
    width: 100%;
    display: flex;
    padding: 0.75rem 0;
    flex-direction: column;
    align-items: center;
}

.zaibsgameslv--menu {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.zaibsgameslv--menu__list {
    gap: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zaibsgameslv--menu__list-item a {
    color: #fff;
    font-size: 0.875rem;
    line-height: 100%;
    font-family: var(--font-text);
    font-weight: 400;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.zaibsgameslv--menu__links {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: 100%;
    margin: 0 auto;
    justify-content: flex-end;
}

.zaibsgameslv--menu___lang {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.zaibsgameslv--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;
}

.zaibsgameslv--menu___lang-active {
    border-bottom: 1px solid #ffffff;
}

.zaibsgameslv--header-h {
    display: flex;
    flex-direction: column;
    gap: 7.5rem;
}

.zaibsgameslv--header--blocks {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.zaibsgameslv--header_welcome {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.zaibsgameslv--header__title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    gap: 2.5rem;
}

.zaibsgameslv--header__btn {
    font-family: var(--font-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: 208px;
    width: 100%;
    height: 50px;
    border: 0;
    background: #cf2228;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.zaibsgameslv--header__title-welcome {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 5rem;
    line-height: 120%;
    color: #fff;
    text-transform: uppercase;
}

.zaibsgameslv--header-arrow {
    max-width: 50px;
    width: 100%;
    height: 50px;
    background-image: url("/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-top/zaibsgameslv-arrow-game-block.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 5rem;
    right: 5rem;
}

/* Game */
.zaibsgameslv--game-box {
    padding: 5rem 0;
    overflow: hidden;
}

.zaibsgameslv--game--container {
    display: flex;
    gap: 1.25rem;
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    position: relative;
    border: none;
}
.zaibsgameslv--game--container::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 30px;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px solid #fff;
    border-radius: 40px;
    pointer-events: none;
    z-index: -1;
}

.zaibsgameslv--game---image {
    max-width: 570px;
    width: 100%;
    height: 300px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.zaibsgameslv--game---info {
    max-width: 570px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.25rem;
}

.zaibsgameslv--game----top {
    display: flex;
    flex-direction: column;
    gap: 0.675rem;
}

.zaibsgameslv--game----top_title {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #464646;
}

.zaibsgameslv--game----top_text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 130%;
    color: #464646;
}

/* Why choose */
.zaibsgameslv--choose--container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.zaibsgameslv--choose---top {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.zaibsgameslv--choose----title {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 3rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.zaibsgameslv--choose----text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 140%;
    color: #fff;
    letter-spacing: 1.5px;
    text-align: center;
}

.zaibsgameslv--choose----line {
    height: 1px;
    width: 100%;
    background-color: #fff;
}

.zaibsgameslv--choose---lists {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.zaibsgameslv--choose----elem {
    display: flex;
    gap: 1.25rem;
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    position: relative;
    border: none;
}

.zaibsgameslv--choose----elem_lighthouse {
    background-image: url(/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-choose/zaibsgameslv-lighthouse.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.zaibsgameslv--choose----elem_bike {
    background-image: url(/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-choose/zaibsgameslv-bike.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.zaibsgameslv--choose----elem_bay {
    background-image: url(/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-choose/zaibsgameslv-bay.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 500px;
    width: 100%;
    height: 200px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.zaibsgameslv--choose----top {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.zaibsgameslv--choose----top_title {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 120%;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #464646;
}

/* Reviews */
.zaibsgameslv--reviews-box {
    background-image: url(/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-reviews/zaibsgameslv-bg-rune-village.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.125rem 0;
}

.zaibsgameslv--reviews--container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2.5rem;
}

.zaibsgameslv--reviews---lists {
    display: grid;
    grid-template-columns: repeat(3, 400px); /* 3 колонки по 400px */
    grid-auto-rows: auto;
    gap: 1.25rem;
    justify-content: start;
}

.zaibsgameslv--reviews----items:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1;
}
.zaibsgameslv--reviews----items:nth-child(2) {
    grid-column: 3;
    grid-row: 1;
}
.zaibsgameslv--reviews----items:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
}

.zaibsgameslv--reviews----items:nth-child(4) {
    grid-row: 2;
    grid-column: 2 / span 2;
}
.zaibsgameslv--reviews----items:nth-child(5) {
    grid-row: 3;
    grid-column: 1;
}

.zaibsgameslv--reviews----items:nth-child(6) {
    grid-row: 3;
    grid-column: 2;
}
.zaibsgameslv--reviews----items:nth-child(7) {
    grid-row: 3;
    grid-column: 3;
}
.zaibsgameslv--reviews----items {
    background: #ffffff;
    padding: 1.25rem;
    display: flex;
    height: 205px;
    flex-direction: column;
    gap: 3.125rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.zaibsgameslv--reviews----red {
    background: #cf2228;
}

.zaibsgameslv--reviews----items_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.zaibsgameslv--reviews----items__name {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 1rem;
    line-height: 20px;

    color: #464646;
}

.zaibsgameslv--reviews----items__rating {
    display: flex;
    align-items: center;
    max-width: 80px;
    width: 100%;
}

.zaibsgameslv--reviews----items___star {
    background-image: url("/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-reviews/zaibsgameslv-icon-star-full.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 16px;
    width: 100%;
    height: 16px;
}
.zaibsgameslv--reviews----items___star-null {
    background-image: url("/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-reviews/zaibsgameslv-icon-star-null.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 16px;
    width: 100%;
    height: 16px;
}

.zaibsgameslv--reviews----items_text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    color: #464646;
}

/* Footer */
.zaibsgameslv--footer {
    position: relative;
    background-color: #11181b;
    padding: 3.125rem 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    background-image: linear-gradient(rgba(0, 0, 0, 0.9)),
        url(/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-top/zaibsgameslv-hill-villaage-sea.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.zaibsgameslv--footer__container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
}

.zaibsgameslv--footer__top {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    align-items: center;
}

.zaibsgameslv--footer---logobox {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.zaibsgameslv--footer----logo {
    max-width: 132px;
    width: 100%;
    height: 16px;
    object-fit: contain;
}

.zaibsgameslv--footer----age {
    flex: 0 0 auto;
    background-image: url(/zaibsgameslv-assets/zaibsgameslv-img/zaibsgameslv-footer/zaibsgameslv-icon-age.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 50px;
    width: 100%;
    height: 52px;
}

.zaibsgameslv--footer---linksbox {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    align-items: center;
}

.zaibsgameslv--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;
}

.zaibsgameslv--footer---nav {
    display: flex;
    align-items: center;
    gap: 2.5rem;
}

.zaibsgameslv--footer----links a {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 100%;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.zaibsgameslv--footer---disclaimer-box {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 0.675rem;
    max-width: 923px;
}

.zaibsgameslv--footer----title {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 1rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.zaibsgameslv--footer----text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 130%;
    color: #fff;
    text-align: center;
}

.zaibsgameslv--footer---infobox {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 1.25rem;
}

.zaibsgameslv--footer---info {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    max-width: 610px;
    width: 100%;
}

.zaibsgameslv--footer----description {
    display: flex;
    flex-direction: column;
    gap: 0.675rem;
}

.zaibsgameslv--footer----description_title {
    font-family: var(--font-title);
    font-weight: 700;
    font-size: 1rem;
    line-height: 100%;
    color: #fff;
    text-transform: uppercase;
}

.zaibsgameslv--footer---description_text {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 0.875rem;
    line-height: 130%;
    color: #fff;
}

.zaibsgameslv--footer---contact {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    max-width: 500px;

    width: 100%;
}

.zaibsgameslv--footer----contact_partners {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: space-between;
    width: 100%;
}

.zaibsgameslv--footer---copyrigth {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.cookie-consent {
    border-top: 1px solid #fff;
    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;
    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-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-title);
    font-weight: 600;
    font-size: 1rem;
    line-height: 130%;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 150px;
    width: 100%;
    height: 30px;
    border: 0;
    background: #cf2228;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

@media (max-width: 600px) {
    .cookie-consent__content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-consent__button {
        width: 100%;
    }
}

/* Cookies */
.zaibsgameslv--privacy__text {
    padding: 2rem 0;
}
.zaibsgameslv--privacy__text p {
    color: #fff;
    font-family: var(--font-text);
}

.zaibsgameslv--privacy__text h1 {
    margin-bottom: 1rem;
    color: #fff;
    font-family: var(--font-title);
}
.zaibsgameslv--privacy__text h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-family: var(--font-title);
}

/* Burger */
#zaibsgameslvMenuToggle {
    display: none;
    position: absolute;
    top: 0;
    left: 0rem;
    z-index: 999 !important;
    -webkit-user-select: none;
    user-select: none;
    width: 100%;
    height: 58px;
}

#zaibsgameslvMenuToggle 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;
}

#zaibsgameslvMenuToggle 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; /* Отключаем прокрутку с приоритетом */
}

#zaibsgameslvMenuToggle span:first-child {
    transform-origin: 0% 0%;
}

#zaibsgameslvMenuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}

#zaibsgameslvMenu {
    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);
}

#zaibsgameslvMenuToggle input:checked ~ ul {
    transform: none;
}

.burger-button {
    display: block;
    width: 42px;
    height: 32px;
    position: absolute;
    top: 2.6rem;
    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 состояния */
#zaibsgameslvMenuToggle .active ~ #zaibsgameslvMenu {
    transform: none;
}

.zaibsgameslv--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%;
}

.zaibsgameslv--menu__list--gamebtn {
    width: 100%;
    max-width: 100px;
    margin: 0 auto;
}

/* Contact Form */

.zaibsgameslv__contact--form {
    display: flex;
    max-width: 610px;
    margin: 0 auto;
    width: 100%;
    gap: 1rem;
    flex-direction: column !important;
}

.zaibsgameslv_contact__input {
    outline: none;
    height: 39px;
    width: 100%;
    border: none;
    background: #ffffff;
    font-size: 1rem;
    color: #000;
    font-family: var(--font-text);
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0.675rem 1.25rem;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}

.zaibsgameslv_contact__input::placeholder {
    color: #4a4a4a;
    font-size: 1rem;
    font-family: var(--font-text);
    font-weight: 400;
    letter-spacing: 1px;
}

.zaibsgameslv_contact--textarea {
    height: 70px;
}

.zaibsgameslv_contact__btn {
    font-family: var(--font-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: 150px;
    width: 100%;
    margin: 0 auto;
    margin-top: 1.875rem;
    height: 50px;
    border: 0;
    background: #cf2228;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
}

.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: 1rem;
    font-weight: 700;
    font-family: var(--font-title);
}

.form-message.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    font-family: var(--font-title);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Page Privacy */
.zaibsgameslv--privacy__text p {
    margin-bottom: 1rem;
}

/* Others Styles */
.zaibsgameslv--contact--container {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.zaibsgameslv--header__text-welcome {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 130%;
    letter-spacing: 1px;
    color: #fff;
    max-width: 610px;
    width: 100%;
}

.zaibsgameslv--pagegame-box {
    padding: 3.125rem 0;
}

.zaibsgameslv--header-game {
    height: 710px;
}

.zaibsgameslv--header-contact {
    height: 470px;
    text-align: center;
}

.zaibsgameslv--pagegame__lists li {
    display: flex !;
    flex-direction: column !important;
}

.zaibsgameslv--pageiframe-box {
    padding: 5rem 0;
}

.zaibsgameslv__title-gamebox {
    max-width: 100%;
    width: 100%;
    border: 1px solid #fff;
    height: 615px;
}

.zaibsgameslv--resp--container {
    display: flex;
    gap: 1.25rem;
    padding: 2.5rem;
    background-color: #ffffff;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    position: relative;
    border: none;
}

.zaibsgameslv--resp---lists {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
}

.zaibsgameslv--resp---lists li {
    list-style-type: decimal;
    margin-left: 1.25rem;
}

.zaibsgameslv--choose-box {
    padding: 3.125rem 0;
}

.zaibsgameslv--contact--info {
    background-color: #cf2228;
    padding: 5rem 0;
}

.zaibsgameslv--contact---mail {
    display: flex;
    flex-direction: column;
    gap: 0.675rem;
}

.zaibsgameslv--contact---mail-title {
    font-family: var(--font-title);
    font-weight: 600;
    font-size: 2.25rem;
    line-height: 120%;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
}

.zaibsgameslv--contact---mail-link {
    font-family: var(--font-text);
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 100%;
    color: #fff;
    text-align: center;
}

.zaibsgameslv--map_contact {
    max-width: 100%;
    width: 100%;
    height: 570px;
    border: none;
}

/* Media */
@media screen and (max-width: 1260px) {
    .zaibsgameslv--container__main {
        padding: 0 1rem;
    }
    .zaibsgameslv--reviews---lists {
        grid-template-columns: repeat(1, 400px);
    }
}

@media screen and (max-width: 1105px) {
    .zaibsgameslv--menu__links {
        display: none;
    }

    #zaibsgameslvMenuToggle {
        display: block;
    }
    .zaibsgameslv--menu__list-flex-mob {
        display: flex;
    }
    .zaibsgameslv--header__logo {
        position: relative;
        z-index: 1112;
    }
}

@media screen and (max-width: 1035px) {
    .zaibsgameslv--reviews---lists {
        display: flex;
        flex-direction: column;
    }

    .zaibsgameslv--reviews----items:nth-child(1) {
        order: 1;
    }
    .zaibsgameslv--reviews----items:nth-child(2) {
        order: 7;
    }
    .zaibsgameslv--reviews----items:nth-child(3) {
        order: 2;
    }
    .zaibsgameslv--reviews----items:nth-child(4) {
        order: 4;
    }
    .zaibsgameslv--reviews----items:nth-child(5) {
        order: 6;
    }
    .zaibsgameslv--reviews----items:nth-child(6) {
        order: 6;
    }
    .zaibsgameslv--reviews----items:nth-child(7) {
        order: 6;
    }

    .zaibsgameslv--footer---infobox {
        flex-direction: column;
    }

    .zaibsgameslv--footer---contact {
        gap: 1.25rem;
        max-width: 100%;
        width: 100%;
    }

    .zaibsgameslv--footer----contact_partners {
        justify-content: center;
        gap: 1.125rem 3rem;
        flex-wrap: wrap;
    }

    .zaibsgameslv--game--container {
        flex-direction: column;
        align-items: center;
    }
    .zaibsgameslv--game---info {
        max-width: 100%;
        width: 100%;
    }

    .zaibsgameslv--choose----elem {
        flex-direction: column;
    }

    .zaibsgameslv--choose----elem,
    .zaibsgameslv--game--container {
        padding: 1.25rem 1.25rem;
    }
}

@media screen and (max-width: 785px) {
    .zaibsgameslv--header__title-welcome {
        font-size: 2.5rem;
        word-break: break-all;
    }

    .zaibsgameslv--footer---nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 1.25rem;
    }

    .burger-button {
        top: 2.125rem;
    }

    .zaibsgameslv--header-h {
        gap: 5rem;
    }

    .zaibsgameslv--header {
        height: auto;
        padding: 2rem 0;
    }

    .zaibsgameslv--header-arrow {
        max-width: 40px;
        width: 100%;
        height: 40px;
        bottom: 2.3rem;
        right: 1rem;
        background-size: cover;
    }

    .zaibsgameslv--game----top_title {
        font-size: 2rem;
    }

    .zaibsgameslv--choose----title {
        font-size: 2.25rem;
    }
    .zaibsgameslv--reviews----items {
        height: auto;
    }

    .zaibsgameslv--reviews----red {
        height: 215px;
    }

    .zaibsgameslv--map_contact {
        height: 300px;
    }

    .zaibsgameslv--contact---mail {
        padding: 0 1rem;
    }
}
