@font-face {
    font-family: Geologica;
    font-display: swap;
    src: url('../vilMaq-fonts/vilMaq-geologica.woff2') format("woff2")
}

h1,
h2,
h3,
p {
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    background: rgba(240, 240, 240, 1);
    color: rgba(27, 28, 34, 1);
}

html,
body {
    overflow-x: hidden;
}

ul {
    list-style: none;
    padding: 0;
}

.header-sec {
    background-color: rgba(255, 255, 255, 1);
    padding: 0px 16px;
}

.header {
    max-width: 1240px;
    margin: 0 auto;
    padding: 18px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.nav-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    gap: 30px;
}

.tel-block {
    display: flex;
    align-items: center;
    gap: 8x;
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 15px;
    color: rgba(170, 156, 236, 1);
}

.list-item a {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: right;
    color: rgba(27, 28, 34, 1);
    text-decoration: none;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
}

.hero-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 16px;
    background: rgba(255, 255, 255, 1);
}

.jack-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 16px;
    background: rgba(240, 240, 240, 1);
}

.hero-cont {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-cont img {
    display: flex;
    width: 100%;
}

.hero-descr {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 820px;
}


.hero-descr h1 {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 66px;
    text-transform: capitalize;
    color: rgba(27, 28, 34, 1);
}

.hero-descr p {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    color: rgba(106, 111, 130, 1);
}

.hero-descr h2 {
    text-align: left;
}

.hero-btn-block {
    display: flex;
    align-items: center;
    gap: 20px;
}

.hero-btn1 {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(56, 78, 94, 0.1);
    padding: 14px 50px;
    border-radius: 8px;
    color: rgba(62, 38, 193, 1);
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-transform: capitalize;
    border: none;
    text-decoration: none;
}

.hero-btn2 {
    width: 100%;
    max-width: 250px;
    background: transparent;
    border: 2px solid rgba(255, 92, 244, 1);
    padding: 14px 0px;
    border-radius: 8px;
    color: rgba(255, 92, 244, 1);
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    text-transform: capitalize;
    text-decoration: none;
    text-align: center;
}

.btn-header {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-left: 10px;
}

.btn-header a {
    transition: all 0.3s ease;
}

.btn-header a:hover {
    transform: scale(1.05);
}


.ab-block {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.title-o {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    text-transform: capitalize;
    text-align: center;
    color: rgba(27, 28, 34, 1);
}

.descr-ab {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.desc-o {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(39, 39, 39, 1);
}

.ab-block2 img {
    display: flex;
}

.ab-block2 h2 {
    color: rgba(81, 53, 208, 1);
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-align: center;
}

.ab-block2 p {
    color: rgba(81, 53, 208, 1);
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
}

.miss-block {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sec {
    padding: 50px 16px;
}

.sec-ct {
    padding: 20px 16px;
}

.up-sec {
    padding-top: 40px;
}

.down-sec {
    padding-bottom: 60px;
}

.list-cover {
    display: flex;
    gap: 20px;
    margin: 0;
}

.ots {
    padding-bottom: 40px;
}

.cover-cont {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 850px;
    text-align: center;
}

.list-cover-item {
    background: rgba(97, 66, 236, 0.15);
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 270px;
    color: rgba(81, 53, 208, 1);
    transition: background-color 0.3s ease;
}

.list-cover-item h2 {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-align: center;
}

.list-cover-item p {
    font-family: Helvetica;
    font-weight: 400;
    font-style: Regular;
    font-size: 15px;
    text-align: center;

}

.list-cover-item span {
    font-size: 40px;
}

.list-cover-item:hover {
    background: rgba(97, 66, 236, 1);
    box-shadow: 0px 0px 9.9px 0px rgba(46, 49, 146, 0.4);
    color: #fff;
}

/* --- HOW TO PLAY SECTION (vilMaq) --- */
.vilMaq-how-sec {
    padding: 80px 16px;
    background-color: #ffffff;
    /* Светлый фон как на макете */
}

.vilMaq-center-title {
    text-align: center;
    margin-bottom: 20px;
    font-size: 40px;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
}

.vilMaq-steps-grid {
    display: grid;
    /* 4 колонки на десктопе */
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.vilMaq-step-item {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Номера 01, 02... */
.vilMaq-step-num {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 42px;
    color: rgba(0, 35, 196, 1);
    /* Яркий синий акцент */
    line-height: 1;
}

/* Заголовки шагов */
.vilMaq-step-title {
    font-family: Geologica;
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: rgba(27, 28, 34, 1);
}

/* Описание шагов */
.vilMaq-step-desc {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(106, 111, 130, 1);
    /* Приглушенный текст */
}

/* --- АДАПТИВ --- */

@media (max-width: 1024px) {
    .vilMaq-steps-grid {
        grid-template-columns: repeat(2, 1fr);
        /* 2 в ряд на планшетах */
        gap: 20px;
    }
}

@media (max-width: 600px) {
    .vilMaq-steps-grid {
        grid-template-columns: 1fr;
        /* 1 в ряд на мобильных */
        text-align: center;
    }

    .vilMaq-step-item {
        align-items: flex-start;
        text-align: left;
    }

    .vilMaq-center-title {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .vilMaq-step-num {
        font-size: 32px;
    }

    .vilMaq-step-title {
        font-size: 18px;
    }

    .vilMaq-step-desc {
        font-size: 14px;
    }
}


/* Адаптив */
@media (max-width: 992px) {

    .hotel-card,
    .tip-item {
        width: calc(50% - 10px);
    }
}

@media (max-width: 600px) {

    .hotel-card,
    .tip-item {
        width: 100%;

    }

    .hero-descr h1 {
        font-size: 36px;
    }

    .hero-descr p {
        font-family: Geologica;
        font-weight: 400;
        font-style: Regular;
        font-size: 16px;
    }

    .hero-section {
        background-size: auto;
    }

    .hero-btn-block {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .hero-btn1 {
        width: 100%;
        box-sizing: border-box;
    }

    .hero-btn2 {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .hero-descr {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }

    .ots {
        padding-bottom: 20px;
    }
}


/* --- LOTTERY NEWS SECTION (vilMaq) --- */
.vilMaq-news-sec {
    padding: 50px 16px;
    background-color: rgba(240, 240, 240, 1);
    /* Серый фон как на макете */
}

.vilMaq-news-grid {
    display: grid;
    /* 2 колонки на десктопе */
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
}

.vilMaq-news-card {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px;
    /* Больше отступа слева для линии */
    border-radius: 10px;
    border-left: 2px solid rgba(0, 35, 196, 1);
    box-shadow: 0px 2px 6px 0px rgba(56, 78, 94, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.vilMaq-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 71, 255, 0.1);
}

.vilMaq-news-title {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: rgba(27, 28, 34, 1);
}

.vilMaq-news-desc {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(106, 111, 130, 1);
}

/* --- АДАПТИВ --- */

@media (max-width: 992px) {
    .vilMaq-news-grid {
        gap: 10px;
    }

    .vilMaq-news-card {
        padding: 14px;
    }
}

@media (max-width: 768px) {
    .vilMaq-news-grid {
        grid-template-columns: 1fr;
        /* 1 в ряд на мобильных */
    }

    .vilMaq-center-title {
        font-size: 32px;
        margin-bottom: 40px;
    }

    .vilMaq-news-title {
        font-size: 18px;
    }

    .vilMaq-news-desc {
        font-size: 14px;
    }
}

/* Адаптив */
@media (max-width: 992px) {
    .casino-item-card {
        width: calc(50% - 15px);
        /* 2 в ряд */
    }
}

@media (max-width: 650px) {
    .casino-item-card {
        width: 100%;
        /* 1 в ряд */
    }

    .bonus-offer-text {
        font-size: 18px;
    }
}

/* --- NEWSLETTER SECTION (vilMaq) --- */
.vilMaq-newsletter-sec {
    background-color: rgba(0, 20, 112, 1);
    /* Темно-синий фон из макета */
    padding: 50px 16px;
    color: #ffffff;
}

.vilMaq-newsletter-flex {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 70px;
}

.vilMaq-newsletter-info {
    flex: 1;
    max-width: 400px;
}

.vilMaq-newsletter-title {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 1);
}

.vilMaq-newsletter-desc {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.vilMaq-newsletter-form-wrap {
    flex: 1.2;
    position: relative;
}

.vilMaq-newsletter-form {
    display: flex;
    gap: 20px;
}

.vilMaq-newsletter-input {
    flex: 1;
    background-color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 20px;
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    outline: none;
}

.vilMaq-newsletter-btn {
    width: 100%;
    max-width: 250px;
    background-color: #FF55FF;
    /* Яркий розовый как на макете */
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 14px 40px;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.vilMaq-newsletter-btn:hover {
    background-color: #e64ce6;
    transform: translateY(-2px);
}

/* Статус отправки */
.vilMaq-newsletter-status {
    display: none;
    margin-top: 15px;
    color: #00FF88;
    /* Зеленый текст успеха */
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    font-weight: 600;
}

/* --- АДАПТИВ --- */
@media (max-width: 992px) {
    .vilMaq-newsletter-flex {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 30px;
    }

    .vilMaq-newsletter-info {
        max-width: 100%;
    }
}

@media (max-width: 600px) {
    .vilMaq-newsletter-form {
        flex-direction: column;
    }

    .vilMaq-newsletter-btn {
        width: 100%;
        max-width: 100%;
    }
}



@media (max-width: 1100px) {
    .ab-block {
        display: flex;
        flex-direction: column;
        gap: 20px;
        align-items: center;
    }

    .miss-block {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 30px;
        flex-direction: column-reverse;
    }

    .miss-block img {
        width: 100%;
    }

    .hotel-card {
        border-radius: 30px;
        background-color: rgba(255, 249, 246, 1);
        width: 100%;
        max-width: 328px;
    }

    .hotels-grid {
        display: flex;
        gap: 20px;
        margin: 0;
        flex-wrap: wrap;
        align-items: center;
    }
}

/* --- ИСПРАВЛЕННАЯ ФОРМА --- */

.form-group-wrap {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    width: 100%;
    justify-content: space-between;
    box-sizing: border-box;
    /* Добавлено */
}

.input-block {
    width: 100%;
    /* ИЗМЕНЕНО: вместо жесткого max-width делаем блок гибким */
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.input-block input {
    width: 100%;
    /* КРИТИЧЕСКИ ВАЖНО: чтобы 100% ширины учитывали паддинги */
    box-sizing: border-box;
    padding: 14px 16px;
    background-color: rgba(250, 250, 250, 0.4);
    border: none;
    border-radius: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-family: Geologica;
    font-size: 16px;
    outline: none;
}

.btn-subscribe {
    /* Добавлено, чтобы кнопка не сжималась */
    flex-shrink: 0;
    background: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 15px 30px;
    /* Увеличил горизонтальный паддинг */
    border-radius: 50px;
    font-family: Geologica;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    box-sizing: border-box;
}

/* Фикс для мобилок */
@media (max-width: 768px) {
    .form-group-wrap {
        flex-direction: column;
        align-items: stretch;
        /* Растягиваем и инпут и кнопку на всю ширину */
    }

    .input-block {
        max-width: 100%;
    }
}

/* --- TRAVEL GUIDES SECTION --- */
.sec-travel-guides {
    padding: 80px 16px;
    background-color: rgba(249, 249, 249, 1);
}

.vilMaq-guides-list {
    margin: 20px 0;
    padding-left: 20px;
    counter-reset: item;
    list-style: none;
    margin: 0;
    padding: 0;
}

.vilMaq-guides-list li {
    counter-increment: item;
    margin-bottom: 25px;
    font-family: Geologica;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(39, 39, 39, 1);
    position: relative;
}

.vilMaq-guides-list li::before {
    content: counter(item) ". ";
    font-family: Geologica;
    font-weight: 700;
}

.vilMaq-guides-list li strong {
    font-family: Geologica;
    font-weight: 700;
    color: rgba(39, 39, 39, 1);
}

/* Блоки с фиолетовым фоном */
.vilMaq-info-blocks {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vilMaq-blocks-row {
    display: flex;
    gap: 20px;
}

.vilMaq-block-item {
    background: rgba(97, 66, 236, 0.1);
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vilMaq-block-item h2 {
    font-family: Geologica;
    font-size: 20px;
    color: rgba(97, 66, 236, 1);
    text-transform: none;
    /* Как на макете */
    text-align: left;
}

.vilMaq-block-item p {
    font-family: Geologica;
    font-size: 14px;
    line-height: 1.5;
    color: rgba(97, 66, 236, 1);
    /* Фиолетовый текст как на макете */
    text-align: left;
}

.vilMaq-block-item a {
    color: rgba(97, 66, 236, 1);
    text-decoration: underline;
    font-weight: 700;
}

/* Ряд партнеров */
.vilMaq-partners-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    padding-top: 60px;
}

/* Адаптив */
@media (max-width: 992px) {
    .vilMaq-blocks-row {
        flex-direction: column;
    }

    .vilMaq-partners-row {
        justify-content: center;
        gap: 30px;
    }
}



/* --- CONTACT FORM SECTION --- */
.sec-contact-form-page {
    padding: 80px 16px;
    background-color: #f9f9f9;
    text-align: center;
}

.contact-header-wrap {
    max-width: 900px;
    margin: 0 auto 50px;
}

.contact-header-wrap h1 {
    margin-bottom: 20px;
}

.main-contact-form {
    text-align: left;
}

.form-row-top {
    display: flex;
    gap: 30px;
    margin-bottom: 25px;
}

.input-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.input-item label {
    font-family: Geologica;
    font-size: 14px;
    color: #333;
}

.input-item input,
.input-item textarea {
    width: 100%;
    padding: 15px 20px;
    background-color: #EBEBEB;
    /* Серый фон как на макете */
    border: none;
    border-radius: 25px;
    /* Сильное скругление */
    font-family: Geologica;
    font-size: 16px;
    color: #333;
    outline: none;
    box-sizing: border-box;
}

.input-item textarea {
    border-radius: 20px;
    resize: none;
}

.input-item input::placeholder,
.input-item textarea::placeholder {
    color: #999;
}

/* Чекбокс */
.form-checkbox-wrap {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 25px 0;
}

.form-checkbox-wrap label {
    font-family: Geologica;
    font-size: 14px;
    color: #666;
}

/* Кнопка отправки (Фиолетовая) */
.btn-send-message {
    width: 100%;
    background-color: #6142ec;
    /* Ваш фирменный фиолетовый */
    color: #ffffff;
    border: none;
    padding: 18px;
    font-family: Geologica;
    font-size: 16px;
    font-weight: 700;
    border-radius: 50px;
    cursor: pointer;
    transition: transform 0.2s, opacity 0.3s;
}

.btn-send-message:hover {
    opacity: 0.9;
}

/* Сообщение об успехе */
.form-success-alert {
    display: none;
    margin-top: 20px;
    background-color: #e7f3e8;
    color: #2e7d32;
    padding: 15px;
    border-radius: 12px;
    text-align: center;
    font-family: Geologica;
    border: 1px solid #c8e6c9;
}

.form-success-alert.visible {
    display: block;
    animation: fadeInForm 0.5s ease;
}

@keyframes fadeInForm {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптив */
@media (max-width: 768px) {
    .form-row-top {
        flex-direction: column;
        gap: 25px;
    }

    .sec-contact-form-page {
        padding: 50px 16px;
    }
}


/* --- COOKIE POLICY PAGE STYLES --- */
.vilMaq-policy-content {
    padding: 80px 16px;
    background-color: #f9f9f9;
}

.policy-text-wrap {
    text-align: left;
}

.policy-text-wrap h2 {
    font-family: Geologica;
    font-size: 15px;
    color: #272727;
    margin-top: 40px;
    margin-bottom: 20px;
}

.policy-text-wrap p {
    font-family: Geologica;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.policy-text-wrap strong {
    font-family: Geologica;
    color: #000;
}

.policy-list-bullets {
    list-style: disc;
    padding-left: 25px;
    margin-bottom: 25px;
}

.policy-list-bullets li {
    font-family: Geologica;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 10px;
}

/* Адаптив */
@media (max-width: 768px) {
    .vilMaq-policy-content h1 {
        font-size: 32px !important;
    }

    .policy-text-wrap h2 {
        font-size: 19px;
    }
}

/* Контейнер списка */
.places-grid {
    display: grid;
    /* Создает 3 колонки на десктопе, 2 на планшетах и 1 на мобилках */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    /* Расстояние между карточками */
    padding: 0;
    margin: 0;
    list-style: none;
    padding-top: 10px;
}

/* Стили карточки */
.place-item {
    position: relative;
    overflow: hidden;
    border-radius: 35px;
    /* Скругление как на макете */
    aspect-ratio: 16 / 10;
    /* Соотношение сторон для единообразия */
    cursor: pointer;
    background: #eee;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
        box-shadow 0.4s ease;
}

/* Стили изображения */
.place-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* Чтобы картинка заполняла всё пространство */
    display: block;
    transition: transform 0.6s ease;
}


/* 3. Легкое затемнение (оверлей) при наведении */
.place-item::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    opacity: 0;
    transition: opacity 0.4s ease;
}

.place-item:hover::after {
    opacity: 1;
}

/* Адаптивность для маленьких экранов */
@media (max-width: 768px) {
    .places-grid {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 20px;
    }

    .place-item {
        border-radius: 25px;
    }
}


/* Сетка списка */
.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    padding: 0;
    margin: 0px;
    list-style: none;
}

/* Карточка отзыва */
.review-card {
    background: rgba(255, 249, 246, 1);
    border-radius: 30px;
    /* Сильное скругление как на макете */
    padding: 20px;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}

/* Шапка карточки (аватар + имя + звезды) */
.review-header {
    display: flex;
    align-items: center;
    gap: 20px;
}




/* Аватары */
.avatar {
    width: 60px;
    height: 56px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

.avatar-pink {
    background-color: rgba(255, 138, 138, 1);
}

.avatar-purple {
    background-color: rgba(224, 184, 255, 1);
}

.avatar-peach {
    background-color: rgba(255, 190, 184, 1);
}

/* Информация о пользователе */
.user-name {
    margin: 0;
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

.stars {
    display: flex;
    align-items: center;
    gap: 5px;
}

.user-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

/* Текст отзыва */
.review-text {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: rgba(0, 0, 0, 1);
}

/* Адаптивность для мобильных */
@media (max-width: 480px) {
    .avatar {
        width: 55px;
        height: 55px;
        font-size: 20px;
    }

    .reviews-grid {
        display: grid;
        grid-template-columns: none
    }
}

/* --- FOOTER STYLES --- */
.vilMaq-footer {
    background-color: rgba(139, 139, 139, 1);
    /* Серый цвет как на макете */
    padding: 50px 16px;
    color: #ffffff;
}

.footer-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
}

/* Навигация */
.footer-nav,
.footer-legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px 70px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-nav a {
    color: #ffffff;
    text-decoration: underline;
    /* Подчеркивание как на макете */
    font-family: Geologica;
    font-weight: 700;
    font-size: 14px;
    transition: opacity 0.3s;
}

.footer-nav2 a {
    color: #ffffff;
    text-decoration: none;
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    transition: opacity 0.3s;
}

.footer-legal a {
    color: #ffffff;
    text-decoration: none;
    font-family: Geologica;
    font-weight: 700;
    font-size: 16px;
    transition: opacity 0.3s;
}

.footer-nav a:hover,
.footer-legal a:hover {
    opacity: 0.7;
}

/* Копирайт */
.copyright {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
}

/* --- АДАПТИВ ПОД МАКЕТ (Mobile) --- */
@media (max-width: 768px) {
    .vilMaq-footer {
        padding: 20px 16px;
    }

    .footer-nav2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        list-style: none;
        padding: 0;
        margin: 0;
        flex-direction: column;
    }

    .footer-nav,
    .footer-legal {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 30px;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    /* На мобилке ссылки навигации в 2-3 ряда */
    .footer-nav {
        max-width: 320px;
        gap: 20px 30px;
    }

    .footer-nav a {
        font-size: 18px;
        /* Чуть крупнее как на мобильном макете */
    }

    /* Юридические ссылки в колонку */
    .footer-legal {
        flex-direction: column;
        gap: 20px;
    }

    .footer-legal a {
        font-size: 18px;
    }

}

/* Общие стили контейнера */
.places-slider-container {
    overflow: hidden;
    /* Скрываем неактивные пары */
    position: relative;
}

.places-slider-track {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /* 3 колонки на десктопе */
    gap: 20px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

/* На десктопе игнорируем обертки-слайды, чтобы работала сетка */
.place-slide {
    display: contents;
}

/* Карточки (стили из вашего макета) */
.place-item {
    border-radius: 35px;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}

.place-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Точки скрыты на десктопе */
.slider-dots {
    display: none;
    justify-content: center;
    gap: 12px;
    margin-top: 25px;
}

.dot {
    width: 14px;
    height: 14px;
    background-color: #D1D1D1;
    /* Светло-серый */
    border-radius: 50%;
    cursor: pointer;
}

.dot.active {
    background-color: #9B9B9B;
    /* Темно-серый активный */
}

/* --- АДАПТИВ ПОД МАКЕТ (СЛАЙДЕР) --- */
@media (max-width: 768px) {
    .slider-dots {
        display: flex;
    }

    .places-slider-track {
        display: flex;
        /* Переключаемся в линию для слайдера */
        grid-template-columns: none;
        gap: 0;
    }

    .place-slide {
        display: flex;
        /* На мобилке это теперь контейнер для пары */
        flex-direction: column;
        /* Карточки строго друг под другом */
        min-width: 100%;
        gap: 20px;
        padding: 0 5px;
        box-sizing: border-box;
    }

    .place-item {
        width: 100%;
        aspect-ratio: 1.5;
        /* Соотношение как на картинке макета */
    }
}

/* --- ЭФФЕКТЫ ПОЯВЛЕНИЯ ПРИ СКРОЛЛЕ --- */
.reveal {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.8s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.reveal.active {
    opacity: 1;
    transform: translateY(0);
}



/* --- УЛУЧШЕННЫЕ КАРТОЧКИ СТРАН (Hotels) --- */
.hotel-card {
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(255, 150, 93, 0.1);
}

.hotel-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 20px 40px rgba(97, 66, 236, 0.15);
}

/* --- ЭФФЕКТ "ПАРЕНИЯ" ДЛЯ ОТЗЫВОВ --- */
@keyframes floating {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0px);
    }
}

.review-card {
    border: 1px solid rgba(0, 0, 0, 0.03);
    background: linear-gradient(145deg, #fffaf6, #ffffff);
}

.review-card:hover {
    animation: floating 3s ease-in-out infinite;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.05);
}

/* --- КНОПКА В HERO (Пульсация) --- */
@keyframes pulse-orange {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 230, 233, 0.7);
    }

    70% {
        box-shadow: 0 0 0 15px rgba(255, 150, 93, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 150, 93, 0);
    }
}

.hero-descr a {
    animation: pulse-orange 2s infinite;
    transition: all 0.3s ease;
}

.hero-descr a:hover {
    transform: scale(1.05);
}

/* --- ЭФФЕКТ ДЛЯ НАВИГАЦИИ --- */
.list-item a {
    position: relative;
}

.list-item a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: -5px;
    left: 0;
    background-color: rgba(62, 38, 193, 1);
    transition: width 0.3s ease;
}

.list-item a:hover::after {
    width: 100%;
}

.list-item a:hover {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
}

/* Контейнер всей секции About */
.about-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

/* Выравнивание заголовка влево, как на макете */
.about-title {
    text-align: left;
}

.ab-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Текстовый блок */
.about-text-block {
    display: flex;
    flex-direction: column;
    gap: 0px;
    max-width: 100%;
    /* Текст растягивается на всю ширину */
}

/* Сетка изображений */
.about-images-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin: 0;
}

.about-img-item {
    transition: transform 0.5s ease;
}

.about-img-item img {
    width: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.6s ease;
}

/* Эффект при наведении на картинку */
.about-img-item:hover {
    transform: translateY(-10px);
}

.about-img-item:hover img {
    transform: scale(1.1);
}

/* --- АДАПТИВНОСТЬ --- */

@media (max-width: 992px) {
    .about-images-grid {
        gap: 15px;
    }

    .about-img-item {
        border-radius: 30px;
    }
}

@media (max-width: 768px) {
    .about-images-grid {
        grid-template-columns: 1fr;
        /* На мобилках картинки одна под другой */
        gap: 20px;
    }
}

/* Контейнер секции */
.feedback-container {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.feedback-info {
    display: flex;
    flex-direction: column;
    gap: 40px;
    max-width: 655px;
}

.contact-desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


.feedback-image img {
    width: 100%;
    display: block;
}

/* Заголовок и описание */
.feedback-title {
    text-align: left;
}

.feedback-desc {
    line-height: 1.5;
    font-size: 15px;
}

/* Стили формы */
.feedback-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-input-group input,
.form-input-group textarea {
    width: 100%;
    padding: 15px;
    background-color: rgba(220, 220, 220, 1);
    border: 1px solid rgba(188, 178, 178, 1);
    border-radius: 15px;
    font-family: Geologica, sans-serif;
    font-size: 14px;
    color: rgba(39, 39, 39, 1);
    outline: none;
    box-sizing: border-box;
    transition: background-color 0.3s ease;
}

.form-input-group input::placeholder,
.form-input-group textarea::placeholder {
    color: rgba(39, 39, 39, 1);
}

.form-input-group input:focus,
.form-input-group textarea:focus {
    background-color: #d1d1d1;
}

.form-input-group textarea {
    height: 70px;
    resize: none;
}

/* Кнопка Send */
.btn-send {
    width: 100%;
    max-width: 400px;
    padding: 10px 40px;
    background-color: rgba(255, 150, 93, 1);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.16);
    border: 1px solid rgba(143, 99, 119, 1);
    /* Оранжевый как на макете */
    color: #fff;
    border: none;
    border-radius: 100px;
    font-family: Geologica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-send:hover {
    background-color: #ff8b49;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(255, 158, 103, 0.4);
}

/* --- АДАПТИВНОСТЬ --- */

@media (max-width: 992px) {
    .feedback-container {
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .feedback-container {
        flex-direction: column;
        text-align: center;
    }

    .feedback-info {
        order: 1;
    }

    .feedback-image {
        order: 2;
        width: 100%;
    }

    .feedback-title {
        text-align: center;
    }

    .btn-send {
        width: 100%;
        /* На мобилках кнопка на всю ширину */
    }
}

.form-success-msg {
    display: none;
    /* Скрыто по умолчанию */
    margin-top: 20px;
    padding: 15px;
    background-color: rgba(97, 66, 236, 0.1);
    color: #6142ec;
    border: 1px solid #6142ec;
    border-radius: 15px;
    text-align: center;
    font-family: Geologica, sans-serif;
    font-weight: 700;
    font-size: 14px;
    animation: slideInUp 0.4s ease forwards;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


/* Заголовок страны */
.country-main-title {
    margin-bottom: 20px;
}

/* Сетка карточек */
.attractions-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Карточка */
.attr-card {
    background: rgba(255, 249, 246, 1);
    border-radius: 30px;
    /* Очень сильное скругление как на макете */
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}

.attr-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

/* Изображение внутри карточки */
.attr-img {
    width: 100%;
    border-radius: 30px;
    overflow: hidden;
}

.attr-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.attr-card:hover .attr-img img {
    transform: scale(1.1);
}

/* Контент текстовый */
.attr-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.attr-name {
    font-family: Geologica, sans-serif;
    font-weight: 700;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

/* Локация (иконка + текст) */
.attr-location {
    display: flex;
    align-items: center;
    gap: 20px;
    font-family: Geologica, sans-serif;
    font-weight: 600;
    font-size: 14px;
}

/* Описание */
.attr-desc {
    font-family: Geologica, sans-serif;
    font-size: 16px;
    color: rgba(0, 0, 0, 1);
}

/* Списки Highlights */
.attr-highlights h2 {
    font-family: Geologica, sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 20px;
}

.attr-highlights ul {
    list-style: none;
    padding: 0;
}

.attr-highlights li {
    font-family: Geologica, sans-serif;
    font-size: 16px;
    font-weight: 400px;
    margin-bottom: 0px;
    position: relative;
    padding-left: 15px;
}

.attr-highlights li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Адаптив */
@media (max-width: 768px) {
    .attractions-grid {
        grid-template-columns: 1fr;
    }

    .attr-card {
        border-radius: 35px;
        padding: 20px;
    }

    .attr-name {
        font-size: 22px;
    }
}


@media (max-width: 922px) {

    /* 1. Даем родителю шапки самый высокий приоритет, чтобы он не уходил под секции .reveal */
    .header-sec {
        position: relative;
        z-index: 10000;
    }

    .burger {
        display: flex;
        position: relative;
        z-index: 10001;
        /* Бургер всегда выше панели меню */
    }

    .btn-header {
        display: flex;
        align-items: center;
        gap: 20px;
        padding-left: 10px;
        flex-direction: column;
    }

    .nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        /* Использовать !important, чтобы перебить возможные конфликты */
        background-color: #ffefe8 !important;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        transition: right 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        z-index: 10000;
        /* Убираем любые размытия, которые могут мешать на мобилках */
        backdrop-filter: none !important;
    }

    /* 2. Когда меню активно, оно должно четко вставать в координаты 0,0 */
    .nav.active {
        right: 0;
        opacity: 1;
        visibility: visible;
    }

    .nav-list {
        flex-direction: column;
        gap: 40px;
        text-align: center;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    /* 3. Стили ссылок внутри выезжающего меню */
    .list-item a {
        font-family: Geologica, sans-serif;
        font-size: 26px !important;
        /* Делаем крупнее */
        font-weight: 700;
        color: #272727 !important;
        text-transform: uppercase;
        display: block;
        padding: 10px;
    }

    /* Цвет ссылки при открытом меню */
    .nav.active .list-item a {
        color: #272727;
    }

    /* Анимация крестика */
    .burger.open span:nth-child(1) {
        transform: translateY(8.5px) rotate(45deg);
    }

    .burger.open span:nth-child(2) {
        opacity: 0;
    }

    .burger.open span:nth-child(3) {
        transform: translateY(-8.5px) rotate(-45deg);
    }

    body.no-scroll {
        overflow: hidden;
    }
}


/* Фоновая секция */
.sec-policy-hero {
    background-image: url('../vilMaq-img/vilMaq-policy.webp');
    /* То же фото, что в Hero */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Эффект параллакса */
    padding: 60px 16px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.sec-cookie-hero {
    background-image: url('../vilMaq-img/vilMaq-cookie.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Эффект параллакса */
    padding: 60px 16px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.sec-terms-hero {
    background-image: url('../vilMaq-img/vilMaq-terms.webp');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    /* Эффект параллакса */
    padding: 60px 16px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

/* Карточка с контентом */
.policy-card {
    background-color: rgba(255, 239, 232, 1);
    /* Цвет фона сайта с легкой прозрачностью */
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.16);
    /* Размытие фона за карточкой */
    border-radius: 30px;
    /* Очень сильное скругление как на макете */
    padding: 20px;
    max-width: 940px;
    margin: 0 auto;
}

/* Заголовок */
.policy-main-title {
    font-family: Geologica, sans-serif;
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    color: #1a1a1a;
}

/* Текстовые блоки */
.policy-content h2 {
    font-family: Geologica, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 15px;
    color: #000;
}

.policy-content p {
    font-family: Geologica, sans-serif;
    font-size: 16px;
    margin-bottom: 15px;
    color: #333;
}

/* Списки */
.policy-content ul {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

.policy-content li {
    font-family: Geologica, sans-serif;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}

.policy-content li::before {
    content: "•";
    position: absolute;
    left: 0;
    font-weight: bold;
}

/* Адаптивность */
@media (max-width: 768px) {
    .policy-card {
        padding: 30px 20px;
        border-radius: 40px;
        margin-top: 40px;
    }

    .policy-main-title {
        font-size: 26px;
    }

    .sec-policy-hero {
        padding: 40px 10px;
        background-attachment: scroll;
        /* На мобилках fixed иногда глючит */
    }
}

/* --- HOW IT WORKS SECTION --- */
.vilMaq-how-sec {
    padding: 50px 16px;
    background-color: rgba(255, 255, 255, 1);
}


.vilMaq-steps-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    position: relative;
    padding: 0;
    margin: 0;
}

/* Пунктирная линия между кругами на десктопе */
.vilMaq-steps-list::before {
    content: '';
    position: absolute;
    top: 20px;
    /* Центр круга */
    left: 10%;
    right: 10%;
    height: 2px;
    border-top: 2px dashed rgba(27, 28, 34, 0.1);
    z-index: 1;
}


@media (max-width: 600px) {
    .vilMaq-step-item {
        flex: 0 0 100%;
    }

    .vilMaq-how-sec {
        padding: 20px 16px;
    }

    .vilMaq-center-title {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

/* Сетка бенефитов */
.vilMaq-benefits-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 40px;
    padding: 0;
}

.vilMaq-value-grid {
    display: flex;
    gap: 20px;
    margin-top: 40px;
    padding: 0;
}

/* Карточка */
.vilMaq-benefit-card {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    box-shadow: 0px 2px 6px 0px rgba(56, 58, 94, 0.1);
    transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1);
    cursor: pointer;
    border: 1px solid transparent;
}

/* Эффект при наведении (как на первой карточке макета) */
.vilMaq-benefit-card:hover {
    background-color: #3E27C1;
    /* Ваш фирменный фиолетовый */
    transform: translateY(-5px);
    box-shadow: 0px 2px 6px 0px rgba(56, 58, 94, 0.1);
}



/* Иконка (кружок) */
.vilMaq-benefit-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

/* Текстовая часть */
.vilMaq-benefit-content h2 {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 10px;
    color: #1B1C22;
    transition: color 0.3s ease;
}

.vilMaq-benefit-content p {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(82, 85, 97, 1);
    transition: color 0.3s ease;
}

/* Изменение цвета текста при наведении */
.vilMaq-benefit-card:hover .vilMaq-benefit-content h2,
.vilMaq-benefit-card:hover .vilMaq-benefit-content p {
    color: #ffffff;
}

.card-active {
    background-color: #3E27C1;
    transform: translateY(-5px);
    box-shadow: 0px 2px 6px 0px rgba(56, 58, 94, 0.1);
    color: #ffffff;
}

.card-active h2,
.card-active p {
    color: #ffffff;
}

/* Адаптив для мобильных устройств */
@media (max-width: 992px) {
    .vilMaq-benefits-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .vilMaq-benefit-card {
        padding: 20px;
    }
}

/* --- CONTACT SECTION --- */
.vilMaq-contact-sec {
    padding: 50px 16px;
    color: #ffffff;
}

.vilMaq-contact-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.vilMaq-contact-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
}

/* Строка с контактами */
.vilMaq-contact-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
    width: 100%;
}

.vilMaq-contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vilMaq-contact-item span {
    font-family: Geologica;
    font-weight: 400;
    font-size: 20px;
    text-transform: capitalize;
    color: #ffffff;
}

/* Плейсхолдер для иконки (белый круг) */
.vilMaq-contact-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

/* Кнопка внизу */
.vilMaq-contact-btn {
    display: inline-block;
    padding: 14px 50px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 8px;
    background: transparent;
    color: #ffffff;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.vilMaq-contact-btn:hover {
    background-color: #ffffff;
    color: #3E27C1;
    transform: translateY(-3px);
}

/* --- АДАПТИВНОСТЬ --- */
@media (max-width: 992px) {
    .vilMaq-contact-row {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .vilMaq-contact-row {
        flex-direction: column;
        align-items: flex-start;
        /* На мобилках лучше по левому краю или центру */
        max-width: fit-content;
        margin: 0 auto;
    }

    .vilMaq-contact-sec {
        padding: 60px 16px;
    }

    .vilMaq-contact-btn {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
}


/* --- FOOTER STYLES --- */
.vilMaq-footer {
    background-color: rgba(219, 222, 228, 1);
    padding: 50px 16px;
}

.vilMaq-footer-cont {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* Верхний ряд */
.vilMaq-footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.vilMaq-foot-logo {
    margin-bottom: 10px;
}

.vilMaq-footer-subtext p {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: rgba(82, 85, 97, 1);
}

/* Навигация в футере */
.vilMaq-footer-links {
    display: flex;
    gap: 40px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.vilMaq-footer-links a {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    color: rgba(62, 38, 193, 1);
    /* Ссылки фиолетовые */
    text-decoration: none;
    transition: opacity 0.3s;
}

.vilMaq-footer-links a:hover {
    opacity: 0.7;
}

/* Юридические блоки */
.vilMaq-footer-legal-section {
    text-align: center;
}

.vilMaq-legal-title {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
    color: rgba(27, 28, 34, 1);
    margin-bottom: 10px;
}

.vilMaq-legal-text p {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    text-align: center;
    color: rgba(82, 85, 97, 1);
}

/* Партнеры */
.vilMaq-footer-partners {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 88px;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.vilMaq-partner-icon {
    transition: all 0.3s;
}

/* Копирайт */
.vilMaq-footer-copy {
    text-align: center;
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    text-align: center;
    color: rgba(82, 85, 97, 1);
}

/* --- АДАПТИВНОСТЬ --- */
@media (max-width: 992px) {
    .vilMaq-footer-top {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .vilMaq-footer-links {
        justify-content: center;
        gap: 15px 30px;
    }

    .vilMaq-value-grid {
        display: flex;
        gap: 20px;
        margin-top: 40px;
        padding: 0;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .vilMaq-footer {
        padding: 40px 16px 20px;
    }

    .vilMaq-footer-partners {
        gap: 20px;
    }

    .vilMaq-partner-icon {
        max-height: 35px;
    }
}

/* --- POPUPS STYLES --- */

/* Оверлей возраста */
.vilMaq-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 28, 34, 0.8);
    backdrop-filter: blur(10px);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.vilMaq-popup-card {
    background: #ffffff;
    padding: 40px;
    border-radius: 16px;
    max-width: 450px;
    width: 90%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
    transition: transform 0.5s ease;
}

.vilMaq-popup-logo {
    height: 40px;
    margin-bottom: 25px;
}

.vilMaq-popup-title {
    font-family: 'Geologica', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1b1c22;
}

.vilMaq-popup-text {
    font-family: 'Geologica', sans-serif;
    font-size: 15px;
    line-height: 1.6;
    color: rgba(27, 28, 34, 0.7);
    margin-bottom: 30px;
}

.vilMaq-popup-btns {
    display: flex;
    gap: 15px;
    justify-content: center;
}

/* Кнопки в попапах (переиспользуем ваши стили) */
.vilMaq-popup-btn-reg {
    background: linear-gradient(180deg, #3E27C1 0%, #6337D2 100%);
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    cursor: pointer;
    flex: 1;
}

.vilMaq-popup-btn-log {
    background: transparent;
    border: 1px solid #3E27C1;
    color: #3E27C1;
    padding: 12px 30px;
    border-radius: 8px;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    cursor: pointer;
    flex: 1;
}

/* Куки Бар (внизу) */
.vilMaq-cookie-bar {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(200%);
    width: 90%;
    max-width: 800px;
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 30px;
    box-shadow: 0 -5px 30px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.vilMaq-cookie-bar.active {
    transform: translateX(-50%) translateY(0);
}

.vilMaq-cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.vilMaq-cookie-content p {
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    color: #1b1c22;
}

.vilMaq-cookie-content a {
    color: #3E27C1;
    text-decoration: underline;
}

.vilMaq-cookie-btns {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
}

/* Мобильный адаптив для куки */
@media (max-width: 768px) {
    .vilMaq-cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .vilMaq-popup-btns {
        flex-direction: column;
    }
}


/* --- CONTACT PAGE SECTION --- */
.vilMaq-contact-page-cont {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
    padding: 30px 0;
}

/* Информация слева */
.vilMaq-contact-info {
    flex: 1;
}

.vilMaq-left-title {
    text-align: left;
    margin-bottom: 10px;
}

.vilMaq-contact-subtitle {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(82, 85, 97, 1);
    padding-bottom: 20px;
}

.vilMaq-contact-details {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
    padding: 0;
}

.vilMaq-contact-details li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vilMaq-detail-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.vilMaq-contact-details span {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1B1C22;
}

/* Карточка формы справа */
.vilMaq-contact-card {
    flex: 1;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(56, 78, 94, 0.1);
    padding: 24px;
    border-radius: 10px;
    max-width: 610px;
}

.vilMaq-form-main {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.vilMaq-input-wrap input,
.vilMaq-input-wrap textarea {
    width: 100%;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(216, 219, 229, 1);
    border-radius: 8px;
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    outline: none;
    transition: border-color 0.3s ease;
    box-sizing: border-box;
}

.vilMaq-input-wrap input:focus,
.vilMaq-input-wrap textarea:focus {
    border-color: #4D32D1;
}

.vilMaq-form-btn {
    display: flex;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    box-sizing: border-box;
    width: 100%;
    background-color: #4D32D1;
    color: #ffffff;
    padding: 16px;
    border: none;
    border-radius: 8px;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.vilMaq-form-btn:hover {
    background-color: #3E27C1;
}

/* Статус отправки */
.vilMaq-form-status {
    display: none;
    margin-top: 20px;
    text-align: center;
    color: #20C997;
    font-family: 'Geologica', sans-serif;
    font-weight: 600;
}

/* Адаптив */
@media (max-width: 992px) {
    .vilMaq-contact-page-cont {
        flex-direction: column;
        gap: 50px;
        align-items: center;
    }

    .vilMaq-contact-info,
    .vilMaq-contact-card {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .vilMaq-left-title,
    .vilMaq-contact-subtitle {
        margin-left: auto;
        margin-right: auto;
    }

    .vilMaq-contact-details li {
        justify-content: center;
    }

    .vilMaq-contact-details {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0;
        padding: 0;
        align-items: flex-start;
    }
}

/* --- AUTH PAGES STYLES --- */
.sec-auth {
    padding: 80px 16px;
}

.auth-main-title {
    margin-bottom: 20px;
    font-size: 40px;
    /* Как на макете */
}

.vilMaq-auth-card {
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(56, 78, 94, 0.1);
    padding: 24px;
    border-radius: 10px;
    width: 100%;
    max-width: 610px;
    margin: 0 auto;
    box-sizing: border-box;
}

.vilMaq-input-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vilMaq-input-group label {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: rgba(27, 28, 34, 1);
}

.vilMaq-input-group input {
    width: 100%;
    padding: 12px 14px;
    background: transparent;
    border: 1px solid rgba(27, 28, 34, 0.2);
    border-radius: 8px;
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(82, 85, 97, 1);
    outline: none;
    box-sizing: border-box;
}

/* Строка с чекбоксом и ссылкой */
.vilMaq-form-extras {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
}

/* Кастомный чекбокс (Зеленый круг из макета) */
.vilMaq-checkbox-container {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    color: rgba(82, 85, 97, 1);
    user-select: none;
}

.vilMaq-checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.vilMaq-checkmark {
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

.vilMaq-checkbox-container:hover input~.vilMaq-checkmark {
    background-color: #ccc;
}

.vilMaq-checkbox-container input:checked~.vilMaq-checkmark {
    background-color: rgba(22, 146, 55, 1);
    /* Зеленый как на макете */
}

.vilMaq-checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.vilMaq-checkbox-container input:checked~.vilMaq-checkmark:after {
    display: block;
}

/* Ссылки */
.vilMaq-link {
    color: rgba(82, 85, 97, 1);
    text-decoration: underline;
}

.vilMaq-link-bold {
    color: #4D32D1;
    font-weight: 700;
    text-decoration: none;
}

.vilMaq-auth-footer {
    text-align: center;
    font-family: 'Geologica', sans-serif;
    color: rgba(82, 85, 97, 1);
}

/* Статус успеха */
.vilMaq-form-status-auth {
    display: none;
    margin-top: 20px;
    text-align: center;
    color: #20C997;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    padding: 10px;
    border: 1px solid #20C997;
    border-radius: 8px;
    animation: fadeIn 0.5s ease;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптив */
@media (max-width: 600px) {
    .auth-main-title {
        font-size: 32px;
    }

    .vilMaq-auth-card {
        padding: 25px 20px;
    }

    .vilMaq-form-extras {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }
}



.vilMaq-buy-tickets-cont {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    padding: 30px 0;
}

.tick {
    background: rgba(255, 255, 255, 1);
}

.vilMaq-tickets-left {
    width: 100%;
    max-width: 610px;
}

.vilMaq-tickets-right {
    flex: 1;
    position: sticky;
    top: 20px;
}

.vilMaq-label {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    text-transform: capitalize;
    color: rgba(27, 28, 34, 1);
    margin-bottom: 20px;
}

/* Выбор игры */
.vilMaq-games-row {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.vilMaq-game-btn {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 6px;
    padding: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.vilMaq-game-btn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
}

.vilMaq-game-btn.active {
    border-color: rgba(99, 55, 210, 1);
    box-shadow: 0 4px 15px rgba(77, 50, 209, 0.2);
}

/* Линии и шарики */
.vilMaq-line-item {
    background: rgba(243, 241, 255, 1);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
    animation: slideIn 0.3s ease;
}

.pos-t {
    text-align: left;
    padding-bottom: 20px;
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.vilMaq-line-header {
    display: flex;
    justify-content: space-between;
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    color: rgba(27, 28, 34, 0.6);
    margin-bottom: 15px;
}

.vilMaq-remove-line {
    cursor: pointer;
    background: none;
    border: none;
    color: #1B1C22;
    font-size: 18px;
}

.vilMaq-balls-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.vilMaq-ball {
    width: 40px;
    height: 40px;
    background: rgba(187, 175, 255, 1);
    color: rgba(27, 28, 34, 1);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Geologica;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.vilMaq-ball.filled {
    background: #4D32D1;
    color: #fff;
}

/* Кнопки управления */
.vilMaq-controls-row {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}

.vilMaq-btn-add {
    width: 100%;
    background: #4D32D1;
    color: #fff;
    border: none;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

.vilMaq-btn-outline {
    width: 100%;
    background: #fff;
    border: 1px solid #4D32D1;
    color: #4D32D1;
    padding: 12px 40px;
    border-radius: 8px;
    font-weight: 700;
    cursor: pointer;
}

/* Summary Card */
.vilMaq-summary-card {
    background: rgba(243, 241, 255, 1);
    padding: 24px;
    border-radius: 10px;
}

.vilMaq-summary-card h2 {
    font-family: 'Geologica', sans-serif;
}

.vilMaq-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px solid rgba(27, 28, 34, 0.2);
    font-family: 'Geologica', sans-serif;
}

.vilMaq-summary-total {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-weight: 800;
    font-size: 20px;
    font-family: 'Geologica', sans-serif;
}

.vilMaq-disclaimer {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    text-align: center;
    color: rgba(82, 85, 97, 1);
    padding-top: 10px;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 992px) {
    .vilMaq-buy-tickets-cont {
        flex-direction: column;
    }

    .vilMaq-tickets-right {
        width: 100%;
        position: static;
    }
}

@media (max-width: 600px) {
    .vilMaq-controls-row {
        display: flex;
        gap: 20px;
        margin-top: 20px;
        flex-direction: column;
    }

    .sec {
        padding: 20px 16px;
    }

    .vilMaq-buy-tickets-cont {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        padding: 0px 0;
    }

    .vilMaq-footer-links {
        flex-direction: column;
    }

    .hero-section {
        background-image: url(../vilMaq-img/vilMaq-hero.webp);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 16px;
    }
}

@media (max-width: 600px) {
    .vilMaq-block-item {
        padding: 20px;
    }

    .title-o {
        font-size: 28px;
    }

    .hotel-card {
        border-radius: 30px;
        background-color: rgba(255, 249, 246, 1);
        width: 100%;
        max-width: 100%;
    }

    .hotel-content h2 {
        font-size: 18px;
    }

    .hotel-content p {
        font-family: Geologica;
        font-weight: 400;
        font-style: Regular;
        font-size: 14px;
    }

    .vilMaq-step-content h2 {
        font-size: 18px;
    }

    .vilMaq-step-content p {
        font-family: 'Geologica', sans-serif;
        font-weight: 400;
        font-size: 14px;
    }

    .vilMaq-benefit-content h2 {
        font-family: 'Geologica', sans-serif;
        font-weight: 700;
        font-size: 18px;
    }

    .vilMaq-benefit-content p {
        font-size: 14px;
    }

    .vilMaq-contact-cont {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .vilMaq-contact-title {
        font-size: 28px;
    }

    .vilMaq-contact-item span {
        font-family: Geologica;
        font-weight: 400;
        font-size: 14px;
    }

    .vilMaq-contact-item {
        display: flex;
        align-items: center;
        gap: 8px;
    }
}


.vilMaq-legal-content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-top: 40px;
}

.vilMaq-legal-item h2 {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 22px;
    margin-bottom: 15px;
    color: #1B1C22;
}

.vilMaq-legal-item p {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(27, 28, 34, 0.75);
    margin-bottom: 15px;
}

.vilMaq-legal-item ul {
    list-style: none;
    padding-left: 20px;
}

.vilMaq-legal-item li {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: rgba(27, 28, 34, 0.75);
    margin-bottom: 10px;
    position: relative;
    padding-left: 15px;
}

/* Кастомный маркер для списков */
.vilMaq-legal-item li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #4D32D1;
    /* Ваш фирменный цвет */
    font-weight: bold;
}

/* Адаптив */
@media (max-width: 768px) {
    .vilMaq-legal-wrap {
        padding: 40px 16px;
    }

    .vilMaq-left-title {
        text-align: center;
        font-size: 32px;
    }

    .vilMaq-legal-item h2 {
        font-size: 19px;
    }

    .vilMaq-legal-item p,
    .vilMaq-legal-item li {
        font-size: 15px;
    }
}

/* --- CONTACT SECTION (vilMaq) --- */
.vilMaq-contact-sec {
    padding: 50px 16px;
    background-color: rgba(240, 240, 240, 1);
}

.vilMaq-contact-main-title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 40px;
}

.vilMaq-contact-flex {
    display: flex;
    align-items: stretch;
    gap: 40px;
    justify-content: space-between;
}

/* Стили карточки формы */
.vilMaq-contact-card {
    width: 100%;
    max-width: 550px;
    background: rgba(255, 255, 255, 1);
    padding: 24px;
    border-radius: 10px;
    box-shadow: 0px 2px 6px 0px rgba(56, 78, 94, 0.1);
}

.vilMaq-contact-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vilMaq-input-group input,
.vilMaq-input-group textarea {
    width: 100%;
    padding: 14px 20px;
    background-color: #ffffff;
    border: 1px solid rgba(106, 111, 130, 0.2);
    border-radius: 8px;
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease;
}

.vilMaq-input-group input:focus,
.vilMaq-input-group textarea:focus {
    border-color: #FF55FF;
}

.vilMaq-contact-btn {
    background-color: #FF55FF;
    /* Розовый как на макете */
    color: #ffffff;
    border: none;
    border-radius: 8px;
    padding: 16px;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s ease, transform 0.2s ease;
}

.vilMaq-contact-btn:hover {
    background-color: #e64ce6;
    transform: translateY(-2px);
}

/* Статус успеха */
.vilMaq-contact-status {
    display: none;
    margin-top: 20px;
    padding: 15px;
    background-color: #E1F9EB;
    color: #20C997;
    border-radius: 8px;
    font-family: 'Geologica', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}


.vilMaq-contact-image img {
    width: 100%;
    max-width: 500px;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- АДАПТИВ --- */
@media (max-width: 992px) {
    .vilMaq-contact-flex {
        flex-direction: column;
        align-items: center;
    }

    .vilMaq-contact-main-title {
        text-align: center;
        font-size: 32px;
    }

    .vilMaq-contact-image {
        height: 300px;
    }
}

@media (max-width: 600px) {
    .vilMaq-contact-card {
        padding: 25px 20px;
    }
}

/* --- FOOTER STYLES (vilMaq) --- */
.vilMaq-footer {
    background-color: rgba(0, 20, 112, 1);
    /* Темно-синий фон */
    color: #ffffff;
    padding: 50px 16px;
    font-family: 'Geologica', sans-serif;
}

.vilMaq-foot-logo {
    margin-bottom: 10px;
}

.vilMaq-footer-intro {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    padding-bottom: 20px;
    text-align: center;
}

.vilMaq-text-center {
    text-align: center;
    margin-top: 12px;
}

/* Сетка */
.vilMaq-footer-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.vilMaq-foot-col h2 {
    font-family: Geologica;
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    padding-bottom: 4px;
}

.vilMaq-foot-col p,
.vilMaq-foot-col li {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}

.vilMaq-foot-list {
    list-style: disc;
    margin: 0;
    padding: 0px;
    padding-left: 20px;
}

.vilMaq-foot-sub-block:not(:last-child) {
    margin-bottom: 20px;
}

.vilMaq-contact-list {
    list-style: disc;
    margin: 0;
    padding: 0px;
    padding-left: 20px;
}

/* Нижняя строка с копирайтом и розовыми ссылками */
.vilMaq-footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3)
}

.vilMaq-copy {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    text-align: center;
    color: rgba(255, 255, 255, 0.8);
}

.vilMaq-footer-nav {
    display: flex;
    gap: 68px;
}

.vilMaq-footer-nav a {
    color: rgba(255, 92, 244, 1);
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    transition: opacity 0.3s;
    text-decoration: none;
}

.vilMaq-footer-nav a:hover {
    opacity: 0.7;
}

/* Strip с логотипами */
.vilMaq-footer-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin: 0px;
    padding-top: 20px;
}

/* --- АДАПТИВ --- */
@media (max-width: 992px) {
    .vilMaq-footer-grid {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .vilMaq-footer-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .vilMaq-footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .vilMaq-footer-logos {
        justify-content: center;
        gap: 30px;
    }

    .vilMaq-footer-nav {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .hero-descr h1 {

        font-size: 50px;
    }
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 1160px) {
    .hero-cont {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-direction: column-reverse;
    }

    .ballhero {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .hero-descr h1 {
        font-size: 46px;
        text-align: center;
    }

    .desc-h {
        text-align: center;
    }

    .jack-section {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 16px;
        background: rgba(240, 240, 240, 1);
    }

    .hero-descr h2 {
        text-align: center;
    }

    .vilMaq-news-sec {
        padding: 20px 16px;
    }

    .vilMaq-newsletter-sec {
        background-color: rgba(0, 20, 112, 1);
        padding: 20px 16px;
        color: #ffffff;
    }

    .vilMaq-newsletter-flex {
        flex-direction: column;
        text-align: -webkit-auto;
        align-items: stretch;
    }

    .vilMaq-newsletter-title {
        font-size: 18px;
    }

    .vilMaq-newsletter-desc {
        font-size: 14px;
    }

    .vilMaq-contact-sec {
        padding: 20px 16px;
        background-color: rgba(240, 240, 240, 1);
    }

    .vilMaq-contact-main-title {
        text-align: center;
        font-size: 28px;
    }

    .vilMaq-contact-card {
        padding: 14px;
    }

    .vilMaq-contact-flex {
        gap: 20px;
    }

    .vilMaq-footer {
        padding: 30px 16px;
    }

    .vilMaq-footer-intro {
        text-align: left;
    }

    .vilMaq-text-center {
        text-align: left;
    }

    .vilMaq-copy {
        font-size: 14px;
    }

    .vilMaq-footer-nav a {
        font-size: 14px;
    }

    .vilMaq-footer-nav ul {
        display: flex !important;
        gap: 20px !important;
        margin: 0 !important;
        flex-direction: column !important;
    }
}

/* --- LEGAL PAGES (Privacy/Terms) vilMaq --- */
.vilMaq-legal-sec {
    padding: 50px 16px;
    background-color: rgba(240, 240, 240, 1);
}

.vilMaq-legal-container {
    margin: 0 auto;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 2px 6px 0px rgba(56, 78, 94, 0.1);
    padding: 20px;
    border-radius: 10px;
}

.vilMaq-legal-main-title {
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 10px;
    color: rgba(27, 28, 34, 1);
    text-align: left;
}

.vilMaq-legal-content {
    display: flex;
    flex-direction: column;
    gap: 0px;
    margin-top: 0;
}

.vilMaq-legal-block h2 {
    font-family: Geologica;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: rgba(106, 111, 130, 1);
    margin: 0;
}

.vilMaq-legal-block p {
    font-family: 'Geologica', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: rgba(106, 111, 130, 1);
}

.vilMaq-legal-block ul {
    list-style: none;
    margin: 0;
}

.vilMaq-legal-block li {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    color: rgba(106, 111, 130, 1);
    position: relative;
    padding-left: 15px;
}

/* Кастомный маркер-точка синего цвета */
.vilMaq-legal-block li::before {
    content: "•";
    position: absolute;
    left: 0;
    color: #0047FF;
    font-weight: bold;
}

.vilMaq-legal-block strong {
    color: rgba(27, 28, 34, 1);
    font-weight: 600;
}

/* --- АДАПТИВ --- */
@media (max-width: 768px) {
    .vilMaq-legal-sec {
        padding: 50px 16px;
    }

    .vilMaq-legal-main-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .vilMaq-legal-block h2 {
        font-size: 20px;
    }

    .vilMaq-legal-block p,
    .vilMaq-legal-block li {
        font-size: 15px;
    }
}

/* --- POPUPS STYLES (vilMaq Theme) --- */

/* Оверлей возраста */
.gamLot-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 11, 94, 0.85);
    /* Темно-синий фон из подвала */
    backdrop-filter: blur(12px);
    /* Эффект матового стекла */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 1;
    transition: opacity 0.5s ease;
}

.gamLot-popup-card {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    max-width: 480px;
    width: 90%;
    text-align: center;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3);
    border: 2px solid rgba(255, 85, 255, 0.3);
    /* Легкое розовое свечение */
}

.gamLot-popup-logo {
    margin-bottom: 30px;
}

.gamLot-popup-title {
    font-family: 'Geologica', sans-serif;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #1b1c22;
}

.gamLot-popup-text {
    font-family: 'Geologica', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: rgba(106, 111, 130, 1);
    margin-bottom: 35px;
}

.gamLot-popup-btns {
    display: flex;
    gap: 15px;
}

/* Кнопки попапа */
.gamLot-popup-btn-reg {
    background: #FF55FF;
    /* Твой розовый акцент */
    color: #fff;
    border: none;
    padding: 14px;
    border-radius: 8px;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    flex: 1;
    transition: transform 0.2s, background 0.3s;
}

.gamLot-popup-btn-reg:hover {
    background: #e64ce6;
    transform: translateY(-2px);
}

.gamLot-popup-btn-log {
    background: transparent;
    border: 2px solid #0047FF;
    /* Синий акцент */
    color: #0047FF;
    padding: 14px;
    border-radius: 8px;
    font-family: 'Geologica', sans-serif;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    flex: 1;
    transition: all 0.3s;
}

.gamLot-popup-btn-log:hover {
    background: rgba(0, 71, 255, 0.05);
}

/* Куки Бар (нижний) */
.gamLot-cookie-bar {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(200%);
    width: 90%;
    max-width: 900px;
    background: #ffffff;
    border-radius: 15px;
    padding: 25px 40px;
    box-shadow: 0 -10px 40px rgba(0, 11, 94, 0.15);
    z-index: 9999;
    transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    border: 1px solid rgba(0, 71, 255, 0.1);
}

.gamLot-cookie-bar.active {
    transform: translateX(-50%) translateY(0);
}

.gamLot-cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.gamLot-cookie-content p {
    font-family: 'Geologica', sans-serif;
    font-size: 15px;
    color: #1b1c22;
    margin: 0;
}

.gamLot-cookie-content a {
    color: #FF55FF;
    text-decoration: underline;
    font-weight: 600;
}

.gamLot-cookie-btns {
    display: flex;
    gap: 12px;
    flex-shrink: 0;
}

.gamLot-cookie-btns .gamLot-popup-btn-reg,
.gamLot-cookie-btns .gamLot-popup-btn-log {
    padding: 10px 25px;
    font-size: 14px;
}

/* Адаптив */
@media (max-width: 768px) {
    .gamLot-cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }

    .gamLot-popup-btns {
        flex-direction: column;
    }

    .gamLot-popup-card {
        padding: 35px 25px;
    }
}

.vilMaq-footer-nav ul {
    display: flex;
    gap: 68px;
    margin: 0;
}