<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="ru-RU">

<head>

    <meta charset="utf-8">
    <meta content="width=device-width, initial-scale=1, viewport-fit=cover" name="viewport">
    <meta content="https://c-houserestaurant.com" property="og:url">

    <meta content="website" property="og:type">
    <meta content="ru-RU" property="og:locale">
    <meta content="index, follow, noarchive" name="robots">
    <title>Вавада Казино – Официальный сайт Vavada 🎰 Вход, Регистрация, Зеркало</title>
    <meta content="Играйте в казино Вавада 🍀 Официальный сайт Vavada – быстрый вход, регистрация и актуальное зеркало. Слоты, турниры, бонусы и азартные игры онлайн ждут вас!" name="description">
    <meta name="twitter:card" content="summary">
    <meta name="twitter:site" content="@c-houserestaurant.com">
    <meta name="twitter:title" content="Вавада Казино – Официальный сайт Vavada 🎰 Вход, Регистрация, Зеркало">
    <meta name="twitter:description" content="Играйте в казино Вавада 🍀 Официальный сайт Vavada – быстрый вход, регистрация и актуальное зеркало. Слоты, турниры, бонусы и азартные игры онлайн ждут вас!">
    <meta name="twitter:creator" content="@c-houserestaurant.com">
    <meta name="twitter:image" content="logo.svg">
    <meta property="og:title" content="Вавада Казино – Официальный сайт Vavada 🎰 Вход, Регистрация, Зеркало">
    <meta property="og:url" content="https://c-houserestaurant.com">
    <meta property="og:image" content="logo.svg">
    <meta property="og:description" content="Играйте в казино Вавада 🍀 Официальный сайт Vavada – быстрый вход, регистрация и актуальное зеркало. Слоты, турниры, бонусы и азартные игры онлайн ждут вас!">
    <meta property="og:site_name" content="Vavada Casino">
    <meta name="format-detection" content="telephone=no">
    <meta name="theme-color" content="#171722">

    <link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
    <link rel="alternate" hreflang="ru" href="https://c-houserestaurant.com/ru.html" />
<link rel="alternate" hreflang="ru-RU" href="https://c-houserestaurant.com/ru-ru.html" />
<link rel="canonical" href="https://c-houserestaurant.com/">    <link rel="preload" href="./content/Geologica-VariableFont_CRSV,SHRP,slnt,wght.ttf" as="font" type="font/woff2" crossorigin="anonymous">
    <link rel="preload" as="image" href="./content/img/mini-banner/App_banner_mobile.png">
    <link rel="stylesheet" href="./content/css/swiper-style.css">
    <script src="noindex/swiper.js"></script>

    <style>
        *,
        ::after,
        ::before {
            box-sizing: border-box
        }

        body {
            font-family: Geologica, 'Times New Roman', Times, serif;
            color: #fff;
            min-height: 100vh;
            scroll-behavior: smooth;
            text-rendering: optimizeSpeed;
            background: #171722;
        }

        ol,
        ul {
            padding: 0;
            list-style: none
        }

        blockquote,
        body,
        dd,
        dl,
        figcaption,
        figure,
        h1,
        h2,
        h3,
        h4,
        li,
        ol,
        p,
        ul {
            margin: 0
        }

        button,
        input,
        select,
        textarea {
            font: inherit
        }

        a,
        button {
            padding: 0;
            margin: 0;
            border: none;
            outline: 0;
            cursor: pointer;
            text-decoration: none;
            color: inherit;
            background: inherit;
        }

        .base-block {
            max-width: 1296px;
            margin: 0 auto;
            display: flex;
            flex-direction: column;
            row-gap: 48px;
            margin-top: 48px;
            padding: 0px 48px;
        }

        .toggle-icon {
            transition: transform 0.3s ease-out !important;
        }

        .base-gradient-border {
            position: relative;
            box-shadow: 0px 2px 2px 0px #0000003D;
            border-radius: 8px;
            background: #252536;
        }

        .base-gradient-border::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border: 1px solid transparent;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) border-box;
            -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
            mask-composite: exclude;
            pointer-events: none;
            border-radius: 8px;
        }

        .h2-base-title {
            font-size: 32px;
            font-weight: 700;
            line-height: 40px;
            letter-spacing: 0px;
            text-align: center;
            margin-bottom: 24px;
        }

        .lazyloaded {
            opacity: 1;
            -webkit-transition: .2s;
            transition: .2s
        }

        .header {
            position: fixed;
            left: 0;
            top: 0;
            min-height: 64px;
            width: 100%;
            z-index: 1000;
            background: #252536;
        }

        .header-logo {
            cursor: pointer;
            z-index: 1000;
            height: 28px;
        }

        .header-logo img {
            display: block;
        }

        .header::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-width: 0px 0px 1px 0px;
            border-style: solid;
            border-color: transparent;
            width: 100%;
            height: 100%;
            background: radial-gradient(50% 2066.33% at 50% 100%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
            -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
            mask-composite: exclude;
        }

        .header-mobile-buttons-wrapper {
            display: none;
        }

        .header-wrapper {
            display: flex;
            align-items: center;
            justify-content: space-between;
            max-width: 1200px;
            padding: 8px 0px;
            margin: 0 auto;
        }

        .header-buttons-wrapper {
            display: flex;
            gap: 0px 20px;
            position: static;
            transform: none;
            width: auto;
            max-width: none;
            height: auto;
            box-shadow: none;
        }

        .header-close-btn-and-logo-wrapper,
        .header-burger-button,
        .header-nav {
            display: none;
        }

        .header-social-buttons-wrapper {
            display: flex;
            gap: 0px 20px;
        }

        .header-button {
            position: relative;
            height: 48px;
            padding: 0px 16px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0px 2px 4px 0px #0000003D;
            border-radius: 4px;
        }

        .header-button-content {
            z-index: 1;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0px;
            text-align: center;
        }

        .header-button::before {
            border-radius: 4px;
        }

        .header-register-button {
            position: relative;
            overflow: hidden;
            background: radial-gradient(100% 100% at 50% 0%, #FE284A 0%, #CC203B 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0.01%, rgba(255, 255, 255, 0.01) 100%);
            transition: background-color 0.3s ease-out;
        }

        .header-register-button::before {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0.01%, rgba(255, 255, 255, 0.01) 100%) border-box;
        }

        .header-register-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(100% 100% at 50% 0%, #FE5163 0%, #CC2031 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
            opacity: 0;
            transition: opacity 0.3s ease-out;
            z-index: -1;
        }

        .header-social-button,
        .header-burger-button {
            position: relative;
            overflow: hidden;
            background: radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
            transition: background-color 0.3s ease-out;
        }

        .header-social-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #55557D 0%, #41415E 100%);
            opacity: 0;
            transition: opacity 0.3s ease-out;
            z-index: -1;
        }

        .header-vertical-divider {
            width: 1px;
            height: 48px;
            background: linear-gradient(180deg, rgba(58, 58, 82, 0.08) 0%, #3A3A52 55.73%, rgba(58, 58, 82, 0.08) 100%);
        }

        .header-horizontal-divider {
            display: none;
        }

        .main {
            margin-top: 64px;
            background: #171722;
        }

        .banner-wrapper {
            position: relative;
        }

        .banner-img {
            min-height: 380px;
            display: block;
            width: 100%;
            height: auto;
            object-fit: cover;
        }

        .prize-fund-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
            margin-top: -88px;
        }

        .prize-fund-wrapper>img {
            margin: -1px;
            padding: 0;
            align-self: flex-end;
            z-index: 100;
        }

        .desktop-rectangle {
            display: block;
        }

        .tablet-rectangle {
            display: none;
        }

        .prize-fund-wrapper>img:nth-child(4) {
            transform: rotate(90deg);
        }

        .prize-fund {
            display: flex;
            align-items: center;
            column-gap: 40px;
            position: relative;
            height: 88px;
            padding: 0 48px;
            border-radius: 32px 32px 0 0;
            background: linear-gradient(360deg, #252536 0%, rgba(44, 44, 63, 0.72) 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%);
            backdrop-filter: blur(5px);
        }

        .prize-fund::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-width: 2px 2px 0px 2px;
            border-style: solid;
            border-color: transparent;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 50%) border-box;
            -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
            mask-composite: exclude;
            border-radius: 32px 32px 0 0;
        }

        .prize-fund-block {
            margin-right: 22px;
            display: flex;
            align-items: center;
        }

        .prize-fund-block img {
            margin-right: 16px;
        }

        .prize-fund-block-description p:nth-child(1) {
            margin-bottom: 4px;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
        }

        .prize-fund-block-description p:nth-child(2) {
            font-size: 24px;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: 0em;
        }

        .prize-fund-button {
            height: 48px;
            padding: 0px 57.5px;
            display: flex;
            justify-content: center;
            align-items: center;
            box-shadow: 0px 2px 4px 0px #0000003D;
            border-radius: 4px;
            background: radial-gradient(74.4% 100% at 50% 0%, #96E000 0%, #529900 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0.01%, rgba(255, 255, 255, 0.01) 100%);
        }

        .prize-fund-button-content {
            z-index: 1;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0px;
            text-align: center;
        }

        .prize-fund-button::before {
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.2) 0.01%, rgba(255, 255, 255, 0.01) 100%) border-box;
            border-radius: 4px;
        }

        .prize-fund-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(74.4% 100% at 50% 0%, #CCFF00 0%, #529900 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.04) 100%);
            opacity: 0;
            transition: opacity 0.3s ease-out;
            z-index: -1;
            border-radius: 4px;
        }

        .prize-fund-mobile-section {
            display: none;
        }

        .navigation {
            background: #252536;
            box-shadow: 0px 1px 0px 0px #00000029;
        }

        .navigation-menu {
            display: flex;
            flex-wrap: nowrap;
            max-width: 1200px;
            margin: 0 auto;
        }

        .navigation-menu .menu-item {
            position: relative;
            height: 72px;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            flex: 0 0 25%;
            box-sizing: border-box;
            transition: background-color 0.3s ease-out;
        }

        .navigation-menu .menu-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%) border-box;
            border-width: 0px 1px;
            border-style: solid;
            border-color: transparent;
            -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
            mask-composite: exclude;
        }

        .navigation-menu .menu-item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: 2;
        }

        .navigation-menu .menu-item img {
            margin-right: 12px;
        }

        .navigation-menu .menu-item .menu-item-text {
            font-size: 16px;
            font-weight: 500;
            line-height: 16px;
            letter-spacing: 0px;
        }

        .navigation-menu .menu-item:nth-child(1) {
            color: #07BCF7;
        }

        .navigation-menu .menu-item:nth-child(2) {
            color: #FB7903;
        }

        .navigation-menu .menu-item:nth-child(3) {
            color: #7DFA00;
        }

        .navigation-menu .menu-item:nth-child(4) {
            color: #FFDE26;
        }

        .text-and-articles-block-title {
            font-size: 22px;
            font-weight: 500;
            line-height: 28px;
            letter-spacing: 0em;
        }

        .text-block {
            padding: 24px;
            margin-bottom: 17px;
            border-radius: 10px !important;
        }

        .text-block::before {
            border-radius: 10px !important;
        }

        .text-block-title {
            margin-bottom: -12px;
        }

        .text-block-content,
        .text-block-content-visible {
            display: flex;
        }

        .text-block-content-hidden {
            display: none;
        }

        .text-block-content,
        .text-block-content-visible,
        .text-block-content-hidden {
            flex-direction: column;
            row-gap: 24px;
            font-size: 16px;
            font-weight: 100;
            line-height: 24px;
            letter-spacing: 0px;
        }

        .text-block-button {
            opacity: 1;
            display: inline-flex;
            align-items: center;
            align-self: flex-start;
            margin-top: 12px;
            font-size: 16px;
            font-weight: 400;
            line-height: 20px;
            letter-spacing: 0px;
            transition: all 0.3s ease-out;
        }

        .text-block-button svg {
            transition: all 0.3s ease-out;
        }

        .text-block-button span {
            margin-right: 8px;
        }

        .articles-block {
            border-radius: 10px !important;
        }

        .articles-block::before {
            border-radius: 10px !important;
        }

        .articles-header-wrapper {
            padding: 16px;
            cursor: pointer;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

        .articles-header-wrapper img {
            transform: rotate(180deg);
        }

        .articles-items-wrapper {
            padding: 0px 16px;
            display: flex;
            align-items: flex-start;
            flex-wrap: wrap;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease-in-out;
        }

        .articles-items-wrapper .articles-item:last-child {
            margin-bottom: 16px;
        }

        .articles-items-wrapper.open {
            max-height: 10000px;
        }

        .articles-item {
            position: relative;
            display: flex;
            flex: 0 0 50%;
            align-items: center;
            padding: 16px 12px;
            border-radius: 4px;
            color: #7575A1;
            transition: color 0.3s ease-out;
            overflow: hidden;
            z-index: 1;
        }

        .articles-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: radial-gradient(99.97% 100% at 50% 0%, #55557D 0%, #41415E 100%);
            opacity: 0;
            transition: opacity 0.3s ease-out;
            border-radius: inherit;
            z-index: -1;
        }

        .articles-item-img {
            margin-right: 8px;
        }

        .text-block-second-content {
            margin-bottom: 16px;
            font-size: 14px;
            font-weight: 100;
            line-height: 24px;
            letter-spacing: 0px;
        }

        .text-block-second-content-dots::after {
            margin-left: -3px;
            content: "...";
        }

        .text-block-second-content-visible {
            display: inline;
        }

        .text-block-second-content-hidden {
            display: none;
        }

        .text-block-second-button {
            margin: 0 auto;
            display: flex;
            align-items: center;
            color: #8A8AAE;
            font-size: 18px;
            font-weight: 300;
            line-height: 23px;
            letter-spacing: 0px;
        }

        .text-block-second-button svg {
            transform: rotate(270deg);
        }

        .advantages-content {
            border-radius: 10px !important;
        }

        .advantages-content::before {
            border-radius: 10px !important;
        }

        .advantages-content {
            display: flex;
            flex-wrap: wrap;
            gap: 8px 12px;
            padding: 24px;
        }

        .advantages-item {
            position: relative;
            flex: 0 0 calc(33.33% - 8px);
            display: flex;
            align-items: center;
            padding: 12px 24px;
            background: #1E1E2C;
            border-radius: 8px;
            z-index: 1;
        }

        .advantages-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-top: 1px solid transparent;
            background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.16) 50%, rgba(255, 255, 255, 0) 100%);
            -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
            mask-composite: exclude;
            pointer-events: none;
            border-radius: 8px;
            z-index: 2;
        }

        .advantages-item::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%);
            opacity: 0;
            transition: opacity 0.3s ease-in;
            z-index: -1;
            border-radius: 8px;
        }

        .advantages-item-img {
            z-index: 2;
            margin-right: 16px;
        }

        .advantages-item-text {
            z-index: 2;
            font-size: 16px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0px;
        }

        .review {
            margin-bottom: 48px;
        }

        .faq-content,
        .review-content {
            display: flex;
            flex-direction: column;
            row-gap: 32px;
            margin-bottom: 24px;
        }

        .faq-item {
            cursor: pointer;
            padding: 24px;
            border-radius: 10px !important;
        }

        .faq-item::before {
            border-radius: 10px !important;
        }

        .faq-item-header-wrapper {
            display: flex;
            justify-content: space-between;
            width: 100%;
            align-items: start;
            transition: opacity 0.3s ease-out;
        }

        .faq-item-header-wrapper img {
            margin-left: 10px;
        }

        .faq-item-title {
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: space-between;
            margin-bottom: 8px;
            font-size: 14px;
            font-weight: 300;
            line-height: 20px;
            letter-spacing: 0px;
            color: #8A8AAE;
            background-color: #252536;
            border: 0;
            padding: 0;
            margin-bottom: 0;
        }

        .faq-item-content {
            font-size: 16px;
            font-weight: 300;
            margin-top: 8px;
        }

        .faq-item-content-visible {
            display: block;
        }

        .faq-item-content-hidden {
            display: none;
        }

        .faq-pagination,
        .review-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .faq-pagination-label,
        .review-pagination-label {
            width: 90px;
            text-align: center;
            font-size: 14px;
            font-weight: 500;
            line-height: 20px;
            letter-spacing: 0em;
        }

        .faq-pagination-prev-button,
        .faq-pagination-next-button,
        .review-pagination-prev-button,
        .review-pagination-next-button {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            width: 48px;
            height: 40px;
            border-radius: 4px;
            background: radial-gradient(100.01% 100% at 50% 0%, #484868 0%, #33334A 100%);
        }

        .faq-pagination-prev-button::before,
        .faq-pagination-next-button::before,
        .review-pagination-prev-button::before,
        .review-pagination-next-button::before {
            border-radius: 4px;
        }

        .faq-pagination-prev-button::after,
        .faq-pagination-next-button::after,
        .review-pagination-prev-button::after,
        .review-pagination-next-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: linear-gradient(180deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%), radial-gradient(99.97% 100% at 50% 0%, #55557D 0%, #41415E 100%);
            opacity: 0;
            transition: opacity 0.3s ease-out;
            z-index: -1;
            border-radius: 4px;
            transition: all 0.3s ease-out;
        }

        .faq-pagination-prev-button:disabled,
        .faq-pagination-next-button:disabled,
        .review-pagination-prev-button:disabled,
        .review-pagination-next-button:disabled {
            cursor: not-allowed;
            opacity: 0.5;
        }

        .faq-pagination-prev-button img,
        .review-pagination-prev-button img {
            z-index: 2;
            transform: rotate(90deg);
        }

        .faq-pagination-next-button img,
        .review-pagination-next-button img {
            z-index: 2;
            transform: rotate(270deg);
        }

        .review-item {
            background: #252536;
            border-radius: 10px;
            padding: 24px 16px;
        }

        .review-item-header-wrapper {
            display: flex;
            margin-bottom: 16px;
        }

        .review-item-user-img {
            margin-right: 8px;
        }

        .review-item-name {
            margin-bottom: 2px;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;
        }

        .review-item-date {
            font-size: 14px;
            font-weight: 300;
            line-height: 18px;
        }

        .review-item-rating {
            margin-left: auto;
        }

        .review-item-content {
            font-size: 16px;
            font-weight: 300;
            line-height: 20px;
        }

        .footer {
            margin: 0px 28px;
        }

        .footer-first-part {
            border-top: 1px solid #1E1E2C;
            border-bottom: 1px solid #1E1E2C;
        }

        .footer-content-first-part,
        .footer-content-second-part {
            padding: 32px 20px;
            display: flex;
            justify-content: space-between;
            column-gap: 40px;
            row-gap: 20px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .footer-nav {
            display: flex;
            flex-wrap: wrap;
            column-gap: 24px;
            row-gap: 4px;
        }

        .footer-nav-item {
            padding: 12px 4px;
            font-size: 16px;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 0px;
            color: #BCBCD1;
        }

        .footer-social-btns-wrappper {
            display: flex;
            column-gap: 8px;
        }

        .footer-social-btn {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 40px;
            width: 40px;
            border-radius: 4px;
            transition: all 0.3s ease-out;
        }

        .footer-social-btn-instagram {
            background: radial-gradient(230.93% 230.93% at 102.01% 2.03%, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%);
        }

        .footer-social-btn-vk {
            background: #0077FF;
        }

        .footer-social-btn-x {
            background: #282828;
        }

        .footer-social-btn-youtube {
            background: #F40000;
        }

        .footer-second-part-item {
            max-width: 465px;
            display: flex;
            align-items: center;
            column-gap: 16px;
        }

        .footer-second-part-item-text {
            font-size: 12px;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 0em;
            color: #8A8AAE;
        }

        .header-lang .toggle-icon {
            margin-left: 10px;
        }

        .footer-lang .toggle-icon {
            margin-left: 16px;
        }

        .choose-lang {
            position: relative;
            cursor: pointer;
        }

        .header-lang .choose-lang-button span {
            display: none;
        }

        .header-lang .choose-lang-button,
        .footer-lang .choose-lang-button {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            border-radius: 4px;
            transition: all 0.3s ease-out;
        }

        .header-lang .choose-lang-button {
            height: 48px;
            padding: 10px 8px;
        }

        .footer-lang .choose-lang-button {
            height: 60px;
            width: 174px;
            padding: 12px;
        }

        .header-lang .choose-lang-list,
        .footer-lang .choose-lang-list {
            display: grid;
            position: absolute;
            grid-template-columns: repeat(2, 1fr);
            column-gap: 4px;
            background-color: #1E1E2C;
            border: 1px solid #FFFFFF1A;
            visibility: hidden;
            transform: scale(0);
            transition: transform 0.3s ease-out;
            z-index: 1000;
        }

        .header-lang .choose-lang-list {
            border-radius: 4px;
            top: 0px;
            right: 0px;
            transform-origin: top right;
        }

        .footer-lang .choose-lang-list {
            border-radius: 8px;
            padding: 12px;
            bottom: 0px;
            left: -200px;
            transform-origin: bottom right;
        }

        .header-lang .choose-lang-list li:first-child:nth-last-child(odd) {
            grid-column: 1 / -1;
        }

        .footer-lang .choose-lang-list li:nth-last-child(1):nth-child(odd) {
            grid-column: 2;
        }

        .header-lang .choose-lang-list li,
        .footer-lang .choose-lang-list li {
            display: flex;
            align-items: center;
            border-radius: 4px;
        }

        .header-lang .choose-lang-list li {
            padding: 10px 8px;
            height: 48px;
            width: 173px;
        }

        .footer-lang .choose-lang-list li {
            padding: 12px;
            height: 60px;
            width: 173px;
        }

        .choose-lang-list .choose-lang-box {
            width: 100%;
            height: 100%;
            display: flex;
            align-items: center;
        }

        .choose-lang-box-first {
            background: #41415E;
        }

        .choose-lang span {
            padding-left: 12px;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0px;
        }

        .games-header-search input,
        .games-header-selector-wrapper {
            box-sizing: border-box;
            height: 48px;
            transition: .3s ease-out
        }

        .gamecard,
        .games-header-button {
            overflow: hidden;
            position: relative
        }

        .games-section {
            display: flex;
            flex-direction: column;
            row-gap: 24px
        }

        .gamecard-like-button .gamecard-like-button-img-hover,
        .gamecard-like-button:hover .gamecard-like-button-img,
        .games-container .gamecard:nth-child(11),
        .games-container .gamecard:nth-child(12),
        .games-section-title {
            display: none
        }

        .games-header-wrapper {
            display: flex;
            padding-top: 15px;
            justify-content: space-between
        }

        .games-header {
            display: flex;
            column-gap: 8px
        }

        .games-header-selector-wrapper {
            width: 232px;
            background: #101018;
            border: 1px solid transparent;
            background: linear-gradient(#101018, #101018) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 100%) border-box;
            position: relative;
            margin-right: 8px;
            border-radius: 8px
        }

        .games-header-selector {
            width: 100%;
            height: 48px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewbox="0 0 16 16" fill="none"><mask id="mask0_723_6182" style="mask-type:alpha" maskunits="userSpaceOnUse" x="0" y="0" width="16" height="16"><path d="M12.6666 6L7.99998 10L3.33331 6" stroke="white" stroke-width="1.2" stroke-linecap="round" stroke-linejoin="round" /><g mask="url(%23mask0_723_6182)"><rect width="16" height="16" fill="%238A8AAE" />') right 16px center no-repeat;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-size: 16px;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 0;
            padding: 0 16px;
            border: none;
            border-radius: 8px;
            color: #8a8aae
        }

        .games-header-selector-overlay {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            cursor: pointer;
            z-index: 10
        }

        .gamecard-chip,
        .gamecard-title {
            font-size: 12px;
            font-weight: 400;
            line-height: 16px;
            letter-spacing: 0
        }

        .games-header-button {
            background: radial-gradient(100.01% 100% at 50% 0, #3a3a54 0, #252536 100%);
            transition: background-color .3s ease-out
        }

        .gamecard-overlay,
        .gamecard-play-button::after,
        .games-header-button::after {
            opacity: 0;
            transition: opacity .3s ease-out
        }

        .gamecard-play-button img,
        .games-header-button svg {
            z-index: 100
        }

        .games-header-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: radial-gradient(99.97% 100% at 50% 0, #55557d 0, #41415e 100%);
            z-index: -1
        }

        .games-header-button-bottom {
            align-self: center;
            height: 40px;
            padding: 12px 82px
        }

        .games-header-search input {
            width: 480px;
            border: 1px solid transparent;
            border-radius: 24px;
            background: linear-gradient(#101018, #101018) padding-box, linear-gradient(180deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 100%) border-box;
            padding: 16px 16px 16px 40px
        }

        .games-header-search-input-box {
            position: relative;
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .games-header-search input,
        .games-header-search input::placeholder {
            font-size: 16px;
            font-weight: 300;
            line-height: 16px;
            letter-spacing: 0;
            color: #8a8aae
        }

        .games-header-search-input-box .search_submit {
            height: 16px;
            width: 16px;
            position: absolute;
            left: 16px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            background: url('./noindex/img/other/Search.svg') center center no-repeat
        }

        .gamecard-play-button::before,
        .gamecard::before {
            background: linear-gradient(180deg, rgba(255, 255, 255, .2) 0, rgba(255, 255, 255, .2) .01%, rgba(255, 255, 255, .01) 100%) border-box;
            content: '';
            -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
            mask-composite: exclude
        }

        .games-container {
            display: flex;
            justify-content: center;
            flex-wrap: wrap;
            gap: 16px
        }

        .gamecard {
            height: 272.25px;
            flex: 1 1 calc(20% - 16px);
            background-size: 100% 100%;
            border-radius: 8px;
            box-shadow: 0 2px 2px 0 #0000003D
        }

        .gamecard-title {
            position: absolute;
            width: 100%;
            left: 50%;
            transform: translate(-50%, -50%);
            bottom: 6px;
            text-align: center;
            z-index: 150
        }

        .base-gradient-border::before,
        .gamecard-overlay,
        .gamecard-play-button::before,
        .gamecard::before {
            position: absolute;
            right: 0;
            bottom: 0
        }

        .gamecard-background {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px
        }

        .gamecard::before {
            border: 1px solid transparent;
            top: 0;
            left: 0;
            border-radius: 8px
        }

        .gamecard-chips {
            position: absolute;
            top: 10px;
            left: 10px;
            display: flex;
            flex-wrap: wrap;
            gap: 4px
        }

        .gamecard-chip,
        .gamecard-play-button {
            justify-content: center;
            cursor: pointer;
            display: flex
        }

        .gamecard-chip {
            align-items: center;
            z-index: 10;
            height: 24px;
            padding: 4px 8px;
            border-radius: 4px 2px;
            border: 1px solid #fffFFF1A
        }

        .gamecard-chip-like {
            width: 28px;
            background: linear-gradient(270deg, #fff 0, #f1f1f1 90.38%) border-box
        }

        .gamecard-chip-new {
            width: 45px;
            background: linear-gradient(270deg, #8cdf05 0, #399500 90.38%) border-box
        }

        .gamecard-chip-pre {
            width: 39px;
            background: linear-gradient(270deg, #ffb800 0, #e63700 90.38%) border-box
        }

        .gamecard-chip-publisher {
            background: rgba(16, 16, 24, .24);
            backdrop-filter: blur(10px)
        }

        .gamecard-overlay {
            z-index: 100;
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 51px;
            top: 0;
            left: 0;
            background-color: rgba(0, 0, 0, .6)
        }

        .gamecard-play-button {
            margin-bottom: 24px;
            position: relative;
            align-items: center;
            width: 72px;
            height: 72px;
            border-radius: 16px;
            padding: 12px 24px;
            box-shadow: 0 2px 4px 0 #0000003D;
            background: radial-gradient(74.4% 100% at 50% 0, #96e000 0, #529900 100%) border-box
        }

        .gamecard-play-button::before {
            border: 1px solid transparent;
            top: 0;
            left: 0;
            border-radius: 16px
        }

        .gamecard-play-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: radial-gradient(74.4% 100% at 50% 0, #cf0 0, #529900 100%), linear-gradient(180deg, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .04) 100%);
            width: 100%;
            height: 100%;
            z-index: -1;
            border-radius: 16px
        }

        .gamecard-overlay-bottom-buttons {
            height: 40px;
            display: flex;
            gap: 8px
        }

        .gamecard-demo-button,
        .gamecard-like-button {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 4px;
            background: radial-gradient(74.4% 100% at 50% 0, rgba(255, 255, 255, .24) 0, rgba(255, 255, 255, .12) 100%);
            box-shadow: 0 2px 4px 0 #0000003D
        }

        .gamecard-demo-button::after,
        .gamecard-like-button::after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            background: radial-gradient(74.4% 100% at 50% 0, rgba(255, 255, 255, .4) 0, rgba(255, 255, 255, .24) 100%);
            opacity: 0;
            width: 100%;
            height: 100%;
            transition: opacity .3s ease-out;
            z-index: -1;
            border-radius: 4px
        }

        .gamecard-demo-button {
            padding: 12px 16px
        }

        .gamecard-like-button {
            padding: 12px
        }

        .base-gradient-border {
            position: relative;
            box-shadow: 0 2px 2px 0 #0000003D;
            border-radius: 4px
        }

        .base-gradient-border::before {
            content: '';
            top: 0;
            left: 0;
            border: 1px solid transparent;
            background: linear-gradient(180deg, rgba(255, 255, 255, .1) 0, rgba(255, 255, 255, 0) 100%) border-box;
            -webkit-mask: linear-gradient(#fff, #fff) padding-box, linear-gradient(#fff, #fff);
            mask-composite: exclude;
            pointer-events: none;
            border-radius: 4px
        }
    </style>
    <style media="(max-width: 668px)">
        @media screen and (max-width: 668px) {
            .header-mobile-buttons-wrapper {
                display: flex;
                gap: 0 8px;
            }

            .header-logo {
                height: 18px;
            }

            .header-logo img {
                height: 18px;
                width: 110px;
            }

            .base-block {
                padding: 0px 8px;
                row-gap: 32px;
                margin-top: 20px;
            }

            .h2-base-title {
                margin-bottom: 20px;
                font-size: 26px;
                line-height: 33px;
            }

            .banner-img {
                height: auto;
                display: block;
                width: 100%;
                min-height: 120px;
                object-fit: cover;
            }

            .banner-title-wrapper {
                margin-top: -28px;
                padding: 4px 0px;
            }

            .banner-title {
                font-size: 10px;
                font-weight: 800;
                line-height: 20px;
                letter-spacing: 0em;
            }

            .prize-fund-wrapper {
                margin-top: -36px;
            }

            .prize-fund {
                width: auto;
                display: flex;
                column-gap: 8px;
                height: 36px;
                padding: 6px 24px;
                border-radius: 16px 16px 0 0;
                font-size: 20px;
                font-weight: 500;
                line-height: 24px;
                letter-spacing: 0em;
            }

            .prize-fund::before {
                border-radius: 16px 16px 0 0;
            }

            .prize-fund-desktop-section {
                display: none;
                background: #252536;
            }

            .prize-fund-mobile-section {
                display: block;
            }

            .prize-fund-mobile-second-block-text {
                font-size: 12px;
                font-weight: 400;
                line-height: 20px;
                letter-spacing: 0em;
                display: flex;
                column-gap: 4px;
                padding: 4px 8px;
                margin-bottom: 16px;
                border-radius: 4px;
                background: #1E1E2C;
            }

            .prize-fund-mobile-second-block {
                width: 100%;
                display: flex;
                flex-direction: column;
                align-items: center;
                background: #252536;
                box-shadow: 0px 2px 2px 0px #00000099;
                border-radius: 0px 0px 8px 8px;
                padding: 0px 8px 8px 8px;
            }

            .prize-fund-mobile-second-block-title {
                font-size: 18px;
                font-weight: 500;
                line-height: 24px;
                letter-spacing: 0px;
                margin: 12px 0px;
            }

            .prize-fund-mobile-second-block-button {
                height: 40px;
                width: 100%;
            }

            .navigation {
                border-radius: 8px;
                margin: 32px 8px 0px 8px;
            }

            .navigation-menu .menu-item {
                flex-direction: column;
                height: 64px;
            }

            .navigation-menu .menu-item::before {
                border-width: 1px;
            }

            .navigation-menu .menu-item:first-child::before {
                border-radius: 8px 0px;
            }

            .navigation-menu .menu-item:last-child::before {
                border-radius: 0px 8px;
            }

            .navigation-menu .menu-item img {
                margin-right: 0px;
                margin-bottom: 4px;
                width: 24px;
                height: 24px;
            }

            .navigation-menu .menu-item .menu-item-text {
                font-size: 10px;
                font-weight: 500;
                line-height: 12px;
                letter-spacing: 0px;
            }

            .text-block {
                padding: 16px;
                margin-bottom: 12px;
            }

            .text-and-articles-block-title {
                font-size: 20px;
                line-height: 24px;
            }

            .text-block-content,
            .text-block-content-visible,
            .text-block-content-hidden {
                row-gap: 20px;
                font-size: 14px;
                font-weight: 100;
                line-height: 20px;
            }

            .text-block-button {
                margin-top: -4px;
            }

            .articles-header-wrapper {
                padding: 16px 16px 16px 16px;
            }

            .articles-item {
                padding: 12px;
            }

            .text-block-second-content {
                margin-bottom: 8px;
            }

            .text-block-second-button {
                font-size: 16px;
                line-height: 16px;
            }

            .advantages-content {
                padding: 12px;
            }

            .advantages-item {
                flex: 0 0 100%;
            }

            .review {
                margin-bottom: 32px;
            }

            .faq-content,
            .review-content {
                margin-bottom: 20px;
            }

            .faq-item {
                padding: 16px;
            }

            .faq-item-title {
                margin-bottom: 8px;
                font-size: 12px;
                font-weight: 300;
                line-height: 16px;
                letter-spacing: 0px;
                color: #8A8AAE;
            }

            .faq-pagination-prev-button,
            .faq-pagination-next-button,
            .review-pagination-prev-button,
            .review-pagination-next-button {
                width: 40px;
                height: 36px;
            }

            .faq-pagination-label,
            .review-pagination-label {
                width: 86px;
                font-size: 12px;
            }

            .footer {
                margin: 0px 20px;
            }

            .footer-content-first-part {
                justify-content: center;
                padding: 20px 0px;
            }

            .footer-content-second-part {
                justify-content: center;
                padding: 20px 0px;
                flex-direction: column;
            }

            .footer-content-second-part .footer-second-part-item:nth-child(1) {
                order: 2;
            }

            .footer-content-second-part .footer-second-part-item:nth-child(2) {
                max-width: 100%;
                order: 3;
            }

            .footer-content-second-part .footer-second-part-item:nth-child(3) {
                order: 1;
            }

            .footer-nav {
                justify-content: center;
            }

            .footer-second-part-item-text {
                font-size: 10px;
            }

            .footer-lang .choose-lang-list {
                display: flex;
                flex-direction: column;
                border-radius: 4px;
                bottom: -130px;
                left: -10px;
                transform-origin: bottom right;
            }

            .games-section-title {
                display: block;
                font-size: 26px;
                font-weight: 700;
                line-height: 32px;
                letter-spacing: 0
            }

            .games-header-wrapper {
                display: flex;
                flex-direction: column;
                gap: 12px
            }

            .games-header-selector,
            .games-header-selector-wrapper {
                height: 40px;
                width: 100%;
                font-size: 14px
            }

            .games-section {
                row-gap: 20px
            }

            .games-header-button {
                height: 40px
            }

            .games-header {
                order: 2
            }

            .games-header-search {
                margin-left: 0;
                order: 1
            }

            .games-header-search input {
                height: 40px;
                width: 100%
            }

            .games-header-search input,
            .games-header-search input::placeholder {
                font-size: 14px
            }
        }
    </style>
    <style media="(max-width: 1024px)">
        @media screen and (max-width: 1024px) {
            .header::before {
                display: none;
            }

            .base-block {
                margin-top: 32px;
                padding: 0px 32px;
            }

            .header {
                position: fixed;
                left: 0;
                top: 0;
                min-height: 56px;
                padding: 0px 8px;
            }

            .header-mobile-buttons-wrapper {
                display: flex;
                gap: 0 20px;
            }

            .header-wrapper {
                position: relative;
                height: 56px;
            }

            .header-logo {
                height: 24px;
            }

            .header-logo img {
                height: 24px;
                width: 158px;
            }

            .header-burger-button {
                display: flex;
                position: relative;
                width: 40px;
                height: 40px;
                justify-content: center;
                align-items: center;
                box-shadow: 0px 2px 4px 0px #0000003D;
                border-radius: 4px;
            }

            .header-burger-button img {
                z-index: 2;
            }

            .header-burger-button::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.00) 100%), radial-gradient(100.01% 100% at 50% 0%, #333348 0%, #252535 100%);
                opacity: 0;
                transition: opacity 0.3s ease-out;
                z-index: -1;
            }

            .header-burger-button:hover::after {
                z-index: 0;
                opacity: 1;
            }

            .header-burger-button::before {
                border-radius: 4px;
            }

            .overlay {
                position: fixed;
                display: none;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.5);
                z-index: 1049;
            }

            .overlay.active {
                display: block;
            }

            .header-buttons-wrapper {
                overflow-y: auto;
                padding: 16px 20px 20px 20px;
                transition: transform 0.3s ease;
                position: fixed;
                flex-direction: column;
                row-gap: 28px;
                right: 0;
                top: 0;
                height: 100svh;
                width: 320px;
                background: #252536;
                box-shadow: -2px 0 5px rgba(0, 0, 0, 0.5);
                transform: translateX(100%);
                z-index: 1050;
            }

            .header-nav {
                display: flex;
                flex-direction: column;
            }

            .header-nav-item {
                padding: 12px 12px;
                font-size: 14px;
                font-weight: 400;
                line-height: 16px;
                letter-spacing: 0px;
                text-align: left;
                color: #8A8AAE;
                border-radius: 4px;
            }

            .header-nav-item:hover {
                color: white;
                background-color: #41415E;
                transition: all 0.3s ease-out;
            }

            .header-close-btn-and-logo-wrapper {
                display: flex;
                align-items: center;
                justify-content: space-between;
            }

            .header-close-btn {
                margin: 6.5px 0px;
            }

            .header-lang {
                align-self: center;
            }

            .header-social-buttons-wrapper {
                order: 3;
                align-self: center;
            }

            .header-vertical-divider {
                display: none;
            }

            .header-horizontal-divider {
                display: block;
                margin: 0px -16px 20px -16px;
                height: 1px;
                background: linear-gradient(270deg, rgba(58, 58, 82, 0.08) 0%, #3A3A52 55.73%, rgba(58, 58, 82, 0.08) 100%);
            }

            .header-register-button-wrapper {
                margin-top: auto;
                order: 4;
            }

            .header-button.header-register-button,
            .header-button.header-enter-button {
                min-height: 40px;
                height: 40px;
            }

            .main {
                margin-top: 56px;
            }

            .prize-fund-button {
                padding: 0px 28px;
            }

            .desktop-rectangle {
                display: none;
            }

            .tablet-rectangle {
                display: block;
            }

            .prize-fund {
                justify-content: space-between;
                column-gap: 0px;
                padding: 0 20px;
            }

            .prize-fund-wrapper>img:nth-child(5) {
                transform: scaleX(-1);
            }

            .navigation-menu .menu-item {
                flex-direction: column;
                height: 100px;
            }

            .navigation-menu .menu-item img {
                margin-right: 0px;
                margin-bottom: 12px;
            }

            .advantages-item {
                flex: 0 0 calc(50% - 6px);
            }

            .footer-content-first-part,
            .footer-content-second-part {
                flex-wrap: wrap;
            }

            .footer-content-first-part {
                justify-content: center;
            }

            .footer-content-second-part .footer-second-part-item:first-child {
                max-width: 100%;
            }

            .footer-content-second-part .footer-second-part-item:nth-child(2) {
                max-width: calc(100% - 214px);
            }

            .header-lang .choose-lang-button span {
                display: block;
            }

            .header-lang .choose-lang-list {
                display: flex;
                flex-direction: column;
                border-radius: 4px;
                top: -260px;
                right: -19px;
                transform-origin: top right;
            }

            .games-header-selector-wrapper {
                width: 148px
            }

            .games-header-selector {
                width: 100%
            }

            .games-header-wrapper {
                justify-content: flex-start
            }

            .games-header-search input {
                width: 100%
            }

            .games-header-search {
                margin-left: 20px;
                width: 100%
            }
        }
    </style>
    <style></style>
    <link rel="preload" href="./content/css/style.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
    <link rel="preload" href="./noindex/games.css" as="style" onload="this.onload=null;this.rel='stylesheet'">
    <noscript>
        <link rel="stylesheet" href="./noindex/games.css">
    </noscript>
    <link rel="preload" href="/updateDate.js" as="script">
    <link rel="preload" href="./content/jquery.min.js" as="script">
    <link rel="preload" href="./noindex/ajax.js" as="script">
    <script src="./content/jquery.min.js"></script>
    <script src="./noindex/ajax.js"></script>
    <script type="application/ld+json">
        {
            "@context": "http://www.schema.org",
            "@type": "BreadcrumbList",
            "itemListElement": [
                {
                    "@type": "ListItem",
                    "position": 1,
                    "item": {
                        "@type": "WebPage",
                        "@id": "/",
                        "name": "Vavada"
                    }
                },
                {
                    "@type": "ListItem",
                    "position": 2,
                    "item": {
                        "@type": "WebPage",
                        "@id": "/#Vhod",
                        "name": "💎online casino🏆"
                    }
                }
            ]
        }
    </script>
    <script type="application/ld+json">
        {
            "@context": "http://schema.org",
            "@type": "WebSite",
            "url": "/",
            "potentialAction": {
                "@type": "SearchAction",
                "target": "/ipc.html",
                "query-input": "required name=search"
            }
        }
    </script>
    <link rel="amphtml" href="https://vavadacasino-house.top/">
</head>

<body>
    <header class="header">
        <div class="header-wrapper">
            <a aria-label="home" class="header-logo" href="/">
                <img alt="Vavada online casino" height="28" src="./content/img/Logo.svg" title="Vavada site" width="184">
            </a>
            <div class="header-mobile-buttons-wrapper">
                <a class="header-button header-enter-button header-social-button base-gradient-border" href="ipc.html" rel="noopener noreferrer nofollow" target="_blank">
                    <span class="header-button-content">Войти</span>
                </a>
                <a class="header-button header-register-button base-gradient-border" href="ipc.html" rel="noopener noreferrer nofollow" target="_blank">
                    <span class="header-button-content">
                        Регистрация
                    </span>
                </a>
                <div class="header-burger-button-wrapper">
                    <button class="header-burger-button base-gradient-border">
                        <img alt="Burger" title="Burger" src="./content/img/Burger.svg" height="16" width="16">
                    </button>
                </div>
            </div>
            <div class="overlay"></div>
            <div class="header-buttons-wrapper">
                <div class="header-close-btn-and-logo-wrapper">
                    <a style="height: 24px;" aria-label="home" href="ipc.html" target="_blank">
                        <img alt="Vavada site" height="24" src="./content/img/Logo.svg" title="Vavada site" width="184">
                    </a>
                    <button class="header-close-btn">
                        <img class="lazyloaded" loading="lazy" alt="Close" title="Close" src="./content/img/Close.svg" height="28" width="28">
                    </button>
                </div>
                <a class="header-button header-enter-button header-social-button base-gradient-border" href="ipc.html" rel="noopener, noreferrer, nofollow" target="_blank">
                    <span class="header-button-content">Войти</span>
                </a>
                <nav class="header-nav">
                    <a href="ipc.html" class="header-nav-item" target="_blank" rel="noopener, noreferrer, nofollow">Слоты</a>
                    <a href="ipc.html" class="header-nav-item" target="_blank" rel="noopener, noreferrer, nofollow">Live</a>
                    <a href="ipc.html" class="header-nav-item" target="_blank" rel="noopener, noreferrer, nofollow">Столы</a>
                    <a href="ipc.html" class="header-nav-item" target="_blank" rel="noopener, noreferrer, nofollow">Турниры</a>
                    <a href="#soder" class="header-nav-item">Содержание</a>
                    <a href="#faq" class="header-nav-item">FAQ</a>
                </nav>
                <div class="mini-banners">
                    <div class="mini-banner-item">
                        <img class="mini-banner-background-img" alt="banner-img" width="280" height="60" src="./content/img/mini-banners/Bonuses_bg_mobile_menu_banner.webp">
                        <p class="mini-banner-title">До 1 000 $ + 100 FS</p>
                        <p class="mini-banner-text">Приветственный бонус</p>
                    </div>
                    <div class="mini-banner-item">
                        <img class="mini-banner-background-img" alt="banner-img" width="280" height="60" src="./content/img/mini-banners/Mega_jackpot_bg_mobile_menu_banner.webp">
                        <p class="mini-banner-title">MEGA JACKPOT</p>
                        <p class="mini-banner-text">Не упусти свой шанс!</p>
                    </div>
                    <div class="mini-banner-item-social">
                        <img class="mini-banner-background-img" alt="banner-img" width="280" height="64" src="./content/img/mini-banners/Support_bg_mobile_menu_banner.webp">
                        <div>
                            <p class="mini-banner-title">Поддержка</p>
                            <p class="mini-banner-text">24/7</p>
                        </div>
                        <div class="mini-banner-socials-block">
                            <a class="mini-banner-socials-block-btn header-button header-social-button base-gradient-border" href="ipc.html" rel="noopener noreferrer nofollow" target="_blank">
                                <img class="header-button-content" alt="message" height="16" width="16" src="./content/img/header-social-icons/Message.svg" title="message">
                            </a>
                            <a class="mini-banner-socials-block-btn header-button header-social-button base-gradient-border" href="ipc.html" rel="noopener noreferrer nofollow" target="_blank">
                                <img class="header-button-content" alt="telegram" height="16" width="16" src="./content/img/header-social-icons/Telegram.svg" title="telegram">
                            </a>
                        </div>
                    </div>
                </div>
                <div class="header-register-button-wrapper">
                    <div class="header-horizontal-divider"></div>
                    <a class="header-button header-register-button base-gradient-border" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                        <span class="header-button-content">
                            Регистрация
                        </span>
                    </a>
                </div>
                <div class="header-social-buttons-wrapper">
                    <a class="header-button header-social-button base-gradient-border" href="https://t.me/Vavada_casinoplay_bot" rel="nofollow, noopener, noreferrer" target="_blank">
                        <img class="header-button-content" alt="telegram vavada" height="20" src="./content/img/header-social-icons/Telegram.svg" title="telegram" width="20">
                    </a>
                    <div class="header-vertical-divider"></div>
                    <a class="header-button header-social-button base-gradient-border" href="https://vavadacom.app/install.html" rel="nofollow, noopener, noreferrer" target="_blank">
                        <img class="header-button-content" alt="приложение вавада казино" height="20" src="./content/img/header-social-icons/App-store.svg" title="app-store" width="20">
                    </a>
                    <a class="header-button header-social-button base-gradient-border" href="https://vavadacom.app/install.html" rel="nofollow, noopener, noreferrer" target="_blank">
                        <img class="header-button-content" alt="приложение вавада на андройд" height="20" src="./content/img/header-social-icons/Google.svg" title="google" width="20">
                    </a>
                </div>

                <div class="header-lang">
                    <div class="choose-lang">
                        <div tabindex="0" class="choose-lang-button">

                            <img width="28" height="28" src="./content/img/flags/Russia.svg" class="flag-lang" alt="Русский">
                            <span>Русский</span>
                            <img src="./content/img/Arrow.svg" width="16" height="16" class="toggle-icon" alt="Arrow down">
                        </div>

                        <ul class="choose-lang-list">

                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Kazakhstan.svg" alt="Қазақ">
                                    <span>Қазақ</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/England.svg" alt="English">
                                    <span>English</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Ua.svg" alt="Україн">
                                    <span>Україн</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Nederlands.svg" alt="Nederlands">
                                    <span>Nederlands</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="28" height="28" class="flag-lang lazyloaded" src="./content/img/flags/Poland.svg" alt="Польский">
                                    <span>Polski</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="28" height="28" class="flag-lang lazyloaded" src="./content/img/flags/Germany.svg" alt="Немецкий">
                                    <span>Deutsch</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="28" height="28" class="flag-lang lazyloaded" src="./content/img/flags/Brazil.svg" alt="Португальский">
                                    <span>Português</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="28" height="28" class="flag-lang lazyloaded" src="./content/img/flags/Canada.svg" alt="Французкий">
                                    <span>Français</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="28" height="28" class="flag-lang lazyloaded" src="./content/img/flags/Italy.svg" alt="Итальянский">
                                    <span>Italiano</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="28" height="28" class="flag-lang lazyloaded" src="./content/img/flags/Turkey.svg" alt="Турецкий">
                                    <span>Türkçe</span>
                                </a>
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </header>
    <main class="main">
        <div class="banner-wrapper">
            <div class="swiper-container">
                <div class="swiper-wrapper">
                    <div class="swiper-slide">
                        <a href="https://vavada-ios-app.com" target="_blank" rel="nofollow noopener noreferrer">
                            <div class="banner">
                                <picture>
                                    <source media="(min-width: 1921px)" srcset="./content/img/banners/Maxbet.desktop_2x.webp">
                                    <source media="(max-width: 668px)" srcset="./content/img/banners/Maxbet.mobile.webp">
                                    <source media="(min-width: 669px)" srcset="./content/img/banners/Maxbet.desktop.webp">
                                    <img loading="lazy" width="360" height="120" class="banner-img" src="./content/img/banners/Maxbet.mobile.webp" alt="турнир онлайн казино вавада" title="турниры онлайн казино вавада">
                                    </source>
                                    </source>
                                    </source>
                                </picture>
                            </div>
                        </a>
                    </div>
                </div>
                <div class="swiper-button-next"></div>
                <div class="swiper-button-prev"></div>

            </div>

        </div>

        <div class="prize-fund-wrapper prize-fund-desktop-section">
            <img class="desktop-rectangle" style="z-index: 100;" width="24" height="24" src="./content/img/prize-fund/Prize-fund-rectangle.svg" alt="vavada mob version" title="vavada mob version">
            <img class="tablet-rectangle" style="z-index: 100;" width="8" height="24" src="./content/img/prize-fund/Prize-fund-rectangle-tablet.svg" alt="vavada mob version" title="vavada mob version">
            <div class="prize-fund">
                <div class="banner-container">
                    <div class="banner-content">
                        <span class="first-line">Скачивай официальное</span><br>
                        <span class="second-line">Приложение Vavada</span>
                    </div>
                    <div class="button-container">
                        <a href="https://vavada-ios-app.com" class="download-button ios" target="_blank" rel="nofollow noopener noreferrer">
                            <div class="icon">
                                <img src="/content/img/mini-banner/IOS_icon.svg" alt="iOS вавада">
                            </div>
                            <div class="text">
                                <span class="line1">Приложение</span><br>
                                <span class="line2">для iOS</span>
                            </div>
                            <div class="arrow">
                                <img src="/content/img/mini-banner/Iconswap.svg" alt="Вавада ios скачать">
                            </div>
                        </a>
                        <a href="https://vavadapwacom.com/" class="download-button android" target="_blank" rel="nofollow noopener noreferrer">
                            <div class="icon">
                                <img src="/content/img/mini-banner/Android_icon.svg" alt="Android vavada casino">
                            </div>
                            <div class="text">
                                <span class="line1">Приложение</span><br>
                                <span class="line2">для Android</span>
                            </div>
                            <div class="arrow">
                                <img src="/content/img/mini-banner/Iconswap.svg" alt="Android vavada">
                            </div>
                        </a>
                    </div>
                </div>


            </div>
            <img class="desktop-rectangle" style="z-index: 100;" width="24" height="24" src="./content/img/prize-fund/Prize-fund-rectangle.svg" alt="vavada site online" title="vavada offsite online casino">
            <img class="tablet-rectangle" style="z-index: 100;" width="8" height="24" src="./content/img/prize-fund/Prize-fund-rectangle-tablet.svg" alt="vavada site online" title="vavada offsite online casino">
        </div>

        <div class="prize-fund-mobile-section">
            <div class="prize-fund-mobile-second-block">
                <div class="banner-container">
                    <div class="banner-content">
                        <span class="first-line">Скачивай официальное</span><br>
                        <span class="second-line">Приложение Vavada</span>
                    </div>
                    <div class="button-container">
                        <a href="https://vavada-ios-app.com" class="download-button ios" target="_blank" rel="nofollow noopener noreferrer">
                            <div class="icon">
                                <img src="/content/img/mini-banner/IOS_icon.svg" alt="iOS Icon" width="30" height="30" loading="lazy">
                            </div>
                            <div class="text">
                                <span class="line1">Приложение</span><br>
                                <span class="line2">для iOS</span>
                            </div>
                            <div class="arrow">
                                <img src="/content/img/mini-banner/Iconswap.svg" alt="Arrow Icon" width="15" height="15" loading="lazy">
                            </div>
                        </a>
                        <a href="https://vavadapwacom.com/" class="download-button android" target="_blank" rel="nofollow noopener noreferrer">
                            <div class="icon">
                                <img src="/content/img/mini-banner/Android_icon.svg" alt="Android Icon" width="30" height="30" loading="lazy">
                            </div>
                            <div class="text">
                                <span class="line1">Приложение</span><br>
                                <span class="line2">для Android</span>
                            </div>
                            <div class="arrow">
                                <img src="/content/img/mini-banner/Iconswap.svg" alt="Arrow Icon" width="15" height="15" loading="lazy">
                            </div>
                        </a>
                    </div>
                </div>
            </div>
        </div>
        <div class="navigation">
            <nav class="navigation-menu">
                <a class="menu-item" href="ipc.html" target="_blank" rel="noopener, noreferrer, nofollow">
                    <img alt="menu-item" height="32" src="./content/img/menu-icons/Slot.svg" title="menu-item" width="32">
                    <span class="menu-item-text">Slots</span>
                </a>
                <a class="menu-item" href="ipc.html" target="_blank" rel="noopener, noreferrer, nofollow">
                    <img alt="menu-item" height="32" src="./content/img/menu-icons/Live.svg" title="menu-item" width="32">
                    <span class="menu-item-text">Live</span>
                </a>
                <a class="menu-item" href="ipc.html" target="_blank" rel="noopener, noreferrer, nofollow">
                    <img alt="menu-item" height="32" src="./content/img/menu-icons/Table.svg" title="menu-item" width="32">
                    <span class="menu-item-text">Table</span>
                </a>
                <a class="menu-item" href="ipc.html" target="_blank" rel="noopener, noreferrer, nofollow">
                    <img alt="menu-item" height="32" src="./content/img/menu-icons/Tournaments.svg" title="menu-item" width="32">
                    <span class="menu-item-text">Tournaments</span>
                </a>
            </nav>
        </div>
        <div class="base-block">
            <div class="text-and-articles-block">
                <div class="text-block-second">
                    <div class="text-block-second-content">
                        <div class="text-block-second-content highlighted-block">
                            <div class="text-block-second-content highlighted-block">
                                <h1 id="off-site-vavada-casino">Официальный сайт Vavada casino online - актуальное
                                    зеркало</h1>
                                <br>
                                <table style="width: 100%;">
                                    <tbody>
                                        <tr>
                                            <td>✅ Лицензия казино</td>
                                            <td>Лицензия Кюрасао</td>
                                        </tr>
                                        <tr>
                                            <td>✅ Бонус на первый депозит</td>
                                            <td>100% до 90 000 RUB</td>
                                        </tr>
                                        <tr>
                                            <td>✅ Бездепозитный бонус для новичков</td>
                                            <td>100 фриспинов</td>
                                        </tr>
                                        <tr>
                                            <td>✅ Возврат средств (кэшбек)</td>
                                            <td>10% от суммы проигрыша</td>
                                        </tr>
                                        <tr>
                                            <td>✅ Минимальный депозит</td>
                                            <td>От 50 рублей</td>
                                        </tr>
                                        <tr>
                                            <td>✅ Количество игровых автоматов</td>
                                            <td>Более 4500</td>
                                        </tr>
                                        <tr>
                                            <td>✅ Срок выплат</td>
                                            <td>В течение 24 часов</td>
                                        </tr>
                                    </tbody>
                                </table>

                                <p>Vavada com – одно из самых известных онлайн казино в РФ и странах СНГ. Заведение
                                    основано в 2017 году и работает под лицензией Кюрасао. Разработчики дают гарантии
                                    честного результата в игровых автоматах и стабильных выплат для каждого гостя.
                                    Комиссия следит за выполнением обязательств администрации, и в случае нарушения
                                    правил имеет право выписать штраф, либо отозвать лицензию.</p>

                                <p>Для гостей подготовлен большой выбор развлечений, десятки бонусных предложений,
                                    различные функции и удобный интерфейс. Официальный сайт понятен с первого взгляда и
                                    позволит разобраться в функционале даже абсолютному новичку. Информация переведена
                                    на русский и десятки других языков.</p>

                                <p>Главное, чем выделяется Vavada сейчас – удобные способы оплаты и подход к
                                    обслуживанию пользователей. Администрация быстро реагирует на обращения гостей и
                                    принимает к оплате все популярные методы, доступные в России. Именно это и стало
                                    главной причиной такой популярности бренда.</p>

                                <h3 id="realnye-otzyvy">Реальные отзывы</h3>

                                <p>В своих отзывах о Вавада игроки отмечают следующие преимущества платформы:</p>

                                <ul>
                                    <li>Удобное оформление фиолетовых цветах;</li>
                                    <li>Быстрая регистрация аккаунта;</li>
                                    <li>Отсутствие верификации;</li>
                                    <li>Наличие лицензии Кюрасао;</li>
                                    <li>Возможность оплаты через карты РФ;</li>
                                    <li>Минимальный депозит от 50 рублей;</li>
                                    <li>Бездепозитные фриспины новичкам;</li>
                                    <li>Мобильное ПО на iOS и android;</li>
                                    <li>Более 4500 игровых автоматов.</li>
                                </ul>

                                <p>За 7 лет работы казино получило тысячи отзывов от реальных игроков. Пользователи
                                    выбирают этот бренд из-за высокого качества обслуживания и выгодных промо. А
                                    благодаря комментариям вы сможете узнать все плюсы и минусы заведения, чтобы оценить
                                    особенности платформы.</p>


                            </div>
                        </div>
                    </div>
                    <div style="border: 1px solid rgb(23, 29, 114); margin: 40px 0; background: #484868; border-radius: 30px; padding: 25px 25px; display: flex; justify-content: flex-start; align-items: center; flex-direction: column;">

                        <div class="highlighted-block" style="border: 1px solid rgb(23, 29, 114); margin: 40px 0; background: #484868; border-radius: 30px; padding: 25px 25px; display: flex; justify-content: flex-start; align-items: center; flex-direction: column;">
                            <p style="font-weight:bold; text-shadow: 1px 1px 2px rgba(233, 23, 12, 0.846); font-size: 24px; text-align: center;">
                                Вход на сайт казино Вавада</p>

                            <p style="padding: 12px 0px">Дата проверки зеркала: <span id="currentDate">12.02.2025</span>
                            </p>
                            <script defer src="updateDate.js"></script><a href="ipc.html" rel="nofollow, noopener, noreferrer" style="text-decoration: none; display: inline-block; padding: 12px 40px; margin: 10px 10px; border-radius: 30px; background-image: linear-gradient(45deg, #FFF47A 0%, #CC2031 50%, #FE5163 100%); background-position: 100% 0; background-size: 200% 200%; font-family: 'Muller', sans-serif; font-size: 18px; font-weight: bold; color: white; box-shadow: 0 16px 32px 0 rgba(0, 40, 120, .35); transition: .5s;" target="_blank">Регистрация Vavada</a>
                        </div>
                    </div>
                    <div class="articles-block base-gradient-border">
                        <div class="articles-header-wrapper">
                            <h2 id="soder" class="text-and-articles-block-title">Содержание</h2>
                            <img loading="lazy" width="16" height="16" alt="arrow" class="toggle-icon lazyloaded" src="./content/img/Arrow.svg">
                        </div>
                        <div class="articles-items-wrapper">


                            <div class="articles-items-wrapper open highlighted-block">
                                <div class="articles-items-wrapper open highlighted-block">
                                    <div class="articles-items-wrapper open highlighted-block">
                                        <div class="articles-items-wrapper open highlighted-block">
                                            <div class="articles-items-wrapper open highlighted-block">

                                                <a href="#off-site-vavada-casino" class="articles-item">
                                                    <span class="articles-item-title">Казино Вавада официальный
                                                        сайт</span>
                                                </a>
                                                <a href="#zerkalo-vavada-na-segodnya" class="articles-item">
                                                    <span class="articles-item-title">Зеркало Вавада на сегодня</span>
                                                </a>
                                                <a href="#lichnyy-kabinet-vavada" class="articles-item">
                                                    <span class="articles-item-title">Личный кабинет Vavada</span>
                                                </a>
                                                <a href="#bonusy-i-promokody-vavada" class="articles-item">
                                                    <span class="articles-item-title">Бонусы и промокоды Вавада</span>
                                                </a>
                                                <a href="#igrat-v-vavada-na-android-i-iphone" class="articles-item">
                                                    <span class="articles-item-title">Играть в Вавада на Android и
                                                        iPhone</span>
                                                </a>
                                                <a href="#igrovye-avtomaty" class="articles-item">
                                                    <span class="articles-item-title">Игровые автоматы</span>
                                                </a>
                                                <a href="#faq" class="articles-item">
                                                    <span class="articles-item-title">FAQ</span>
                                                </a>
                                                <a href="#otzyvy" class="articles-item">
                                                    <span class="articles-item-title">Отзывы</span>
                                                </a>
                                            </div>
                                        </div>
                                    </div>
                                </div>
                            </div>
                        </div>
                    </div>
                </div>

                <div class="games-section">
                    <div id="panel"></div>
                    <div id="block_big"></div>
                </div>
                <div class="text-block-second">
                    <div class="text-block-second-content">

                        <div class="text-block-second-content highlighted-block">
                            <h2 id="zerkalo-vavada-na-segodnya">Зеркало Вавада на сегодня</h2>

                            <p>Зеркало <a style="color: FireBrick;" href="#off-site-vavada-casino">casino Vavada</a> –
                                копия сайта, размещенная на другом домене для обхода блокировок.
                                На доменах вас ожидает полный функционал, безопасность данных и моментальная
                                синхронизация прогресса. Состояние баланса и остальные данные будут перенесены на новый
                                адрес.</p>

                            <p>Блокировки происходят из-за законодательства РФ и других стран. Интернет провайдерам
                                приказано банить сайты с азартными играми. Под блокировки попадают даже лицензированные
                                проекты. Работы заведения не зависит от подобных проблем, но для доступа на сайт вам
                                потребуется воспользоваться актуальной ссылкой.</p>

                            <p>Найти актуальное зеркало можно через;</p>

                            <ul>
                                <li>Google или Yandex. Введите запрос “вавада com рабочее зеркало” и воспользуйтесь
                                    ссылкой из выдачи.</li>
                                <li>Телеграм канал. Подпишитесь на социальные сети заведения, чтобы получить крутые
                                    подарки и иметь возможность в любой момент зайти на сайт.</li>
                                <li>Рассылка от менеджера. Если вы зарегистрированный пользователь, компания будет
                                    оповещать вас о новых зеркалах или акциях, вы точно не останетесь без рабочей
                                    ссылки.</li>
                            </ul>

                            <p>При поиске актуальных доменов игрокам нужно заходить только на проверенные ресурсы.</p>

                            <h2 id="lichnyy-kabinet-vavada">Личный кабинет Vavada</h2>
                            <p>
                                <img width="360" height="120" class="banner-img" src="content/img/text_img/vhod-na-site-vavada.webp" alt="vavada вход">
                            </p>
                            <p>Для прохождения регистрации на сайте Вавада, посетителям следует указать:</p>

                            <ul>
                                <li>Телефон или email;</li>
                                <li>Пароль;</li>
                                <li>Валюта.</li>
                            </ul>

                            <p>Разработчики требуют минимум данных и времени для создания профиля, но пользоваться
                                услугами можно только совершеннолетним клиентам. В личном кабинете вам потребуется
                                заполнить личные данные и подтвердить электронную почту.</p>

                            <p>Верификация паспорта или других документов не обязательна и нужна только в особых
                                случаях. Например, менеджеры могут запросить подтверждение личности при выявлении факта
                                мошенничества или проверки вашей активности. В таком случае вам будет необходимо зайти в
                                личный кабинет и прикрепить фотографию документа в соответствующее поле.</p>

                            <p>В профиле гости могут заполнить информацию, пополнить счет, посмотреть доступные акции,
                                включить двухфакторную аутентификацию и выполнить другие действия с учетной записью. Все
                                управление происходит через личный кабинет, а акции открываются только после созданию
                                аккаунта.</p>

                            <h2 id="bonusy-i-promokody-vavada">Бонусы и промокоды Вавада</h2>
                            <p>
                                <img style="width: 100%; height: 100%; object-fit: fill;" class="banner-img" src="content/img/text_img/Pirate_Cards_Landing_Banner.webp" alt="vavada промокод сегодня">
                            </p>

                            <p>Бонусы и <a style="color: FireBrick;" href="#off-site-vavada-casino">промокоды Vavada</a>
                                дарят посетителям дополнительную выгоду. Откройте
                                соответствующий раздел, чтобы посмотреть список доступных предложений и условия по их
                                отыгрышу. Также условия описываются в правилах клуба. Бонусные средства можно выводить
                                только после отыгрыша. В противном случае заявка на выплату аннулирует полученную
                                выгоду.</p>

                            <p>Бонус на первый депозит – 100% до 90 000 RUB. Минимальная сумма пополнения – от 50 RUB.
                                Акция предоставляется единожды для пользователя и исключительно в слотах. Для отыгрыша
                                вам потребуется выполнить вейджер x35. Кэш-аут – до x10. До момента отыгрыша средства
                                будут недоступны для вывода.</p>

                            <h3 id="bezdepozitnyy-bonus">Бездепозитный бонус</h3>

                            <p>Новым игрокам Vavada дает бездепозитный бонус 100 фриспинов. Получить вращения может
                                любой желающий, подтвердивший электронную почту. Выигрыши с фриспинов зачисляются на
                                бонусный счет и отыгрываются по вейджеру x20. Для отыгрыша необходимо использовать
                                только реальные деньги.</p>

                            <h3 id="personalnye-bonusy-vavada">Персональные бонусы Вавада</h3>

                            <p>Посетителям предлагается активировать промокоды и забрать персональные награды от
                                менеджеров. Найти рабочие коды можно через соцсети или на тематических ресурсах.
                                Благодаря этому у вас появится возможность получить дополнительные подарки в виде
                                процентов на депозит или фриспинов.</p>

                            <h3 id="keshbek-vavada">Кэшбек Vavada</h3>

                            <p>Благодаря кэшбеку гемблеры никогда не проиграют весь банк. Компания возвращает 10% от
                                суммы проигрыша. Условие – акция представлена для пользователей, которые находятся в
                                минусе по балансу.</p>

                            <p>Кэшбек начисляется автоматически первого числа каждого месяца. Посмотреть начисленную
                                сумму или отказаться от акции можно в профиле. Для вывода необходимо отыграть вейджер x5
                                в течение 14 суток после активации.</p>

                            <h2 id="igrat-v-vavada-na-android-i-iphone">Играть в Вавада на Android и iPhone</h2>
                            <p>
                                <img width="360" height="120" class="banner-img" src="content/img/text_img/mob_versi_new.webp" alt="вавада регистрация">
                            </p>

                            <p>Мобильная версия Вавада обеспечивает посетителям доступ к проекту в любом месте и в любое
                                время. Загрузите ПО или воспользуйтесь адаптивной версией браузера. Насладиться
                                качественной игрой можно на iOS и Android устройствах.</p>

                            <p>Чтобы загрузить приложение на телефон, необходимо открыть чат и запросить ссылку у
                                менеджера. В программе клиентам предлагается все возможные функции, в том числе
                                регистрация, игровые аппараты, промо, вывод средств, саппорта и многое другое.</p>

                            <p>Большинство клиентов предпочитают играть через мобильное казино. Благодаря удобному
                                интерфейсу и хорошей оптимизации пользоваться функциями бренда смогут обладателю любых
                                гаджетов. А главное преимущество приложения – отсутствие зеркал. Соответственно,
                                посетителям не придется искать ссылки, достаточно запустить софт.</p>

                            <h2 id="igrovye-avtomaty">Игровые автоматы</h2>
                            <p>
                                <img width="360" height="120" class="banner-img" src="content/img/text_img/Sweet_Bonanza_Landing_Banner.webp" alt="вавада спорт">
                            </p>

                            <p>Игры Вавады помогут вам расслабиться после трудного дня и насладиться качественным
                                геймплеем. Огромный ассортимент развлечений (более 4500) дают реальный шанс выиграть
                                средства. А при необходимости вы сможете запустить демо-режим, чтобы ознакомиться с
                                функционалом и подобрать выгодную стратегию.</p>

                            <p>Также в казино представлены турниры, в которых участники могут выиграть крупные награды.
                                Делайте ставки в указанных играх, чтобы набирать очки и продвигаться по турнирной
                                таблице.</p>

                            <h3 id="sloty">Слоты</h3>

                            <p>Игровые автоматы Vavada — это огромный выбор из более 5000 вариантов, яркие бонусные
                                раунды и максимальные заносы из возможных. Дополнительные множители, Megaways, раунды с
                                фриспинами, джекпоты и остальные функции способы разнообразить геймплей и дают
                                максимальную выгоду посетителям. Наиболее популярные модели:</p>

                            <ul>
                                <li>Most Wanted – TrueLab. Процент отдачи – 96.05%. Высокая волатильность, красивая
                                    графика и тематика Дикого Запада помогут вам получать крупные выигрыши. А при
                                    необходимости вы можете купить фриспины.</li>
                                <li>Ragnarok – Slotmill. RTP – 96.45%. Каскадные выигрыши и до 12 бесплатных вращений в
                                    бонусном раунде. Скандинавская мифология и экстра ставки с тройным шансом на Free
                                    Spins.</li>
                                <li>Sugar Rush – Pragmatic Play. Игровой аппарат с RTP 96.5% выполнен в тематике
                                    сладостей. Крутые функции и красивое оформление вывели эту новинку в топ с момента
                                    выхода.</li>
                            </ul>

                            <p>Слоты представлены от известных провайдеров. Студии фиксируют технические характеристики
                                в моделях, гарантируя честный результат. Для получения выигрыша достаточно крутить
                                барабаны и надеяться на удачу.</p>

                            <h3 id="stoly">Столы</h3>

                            <p>В качестве замены онлайн слотам проект подготовил раздел “Столы”. В него входят
                                настольные игры: покер, рулетка, баккара, блэкджек и остальные разновидности. В каталоге
                                представлено множество вариантов игр, отличающихся особенностями правил и
                                дополнительными опциями. Вы сможете подобрать наиболее подходящий вариант и сыграть
                                против компьютера.</p>

                            <h3 id="live">Live</h3>
                            <p>
                                <img style="width: 100%; height: 100%; object-fit: fill;" class="banner-img" src="content/img/text_img/1440x300_Slot_with_girls_banner.webp" alt="vavada регистрация">
                            </p>

                            <p>Vavada Live предлагает гостям раздел с профессиональными дилерами. Делайте ставки в
                                онлайн режиме благодаря качественным прямым трансляциям, чтобы погрузиться в атмосферу
                                наземного клуба. Лайв крупье обслуживает клиентов и оглашает результаты, прямо как в
                                настоящем казино.</p>

                            <p>В разделе представлены лайв дилеры от известных провайдеров и все популярные сегодня
                                игры. Отсортируйте модели по разработчику, локализации, правилам, лимиту ставок и другим
                                параметрам. Подобный формат гемблинга пользуется спросом среди опытных пользователей,
                                ведь он позволяет испытать все эмоции от игры.</p>

                            <h3 id="vyvody">Выводы</h3>

                            <p><a style="color: FireBrick;" href="#off-site-vavada-casino">Vavada online</a> станет
                                отличным решением для ценителей качественного геймплея и приятных
                                подарков. Платформа включает в себя огромный каталог развлечений, круглосуточную
                                поддержку, кэшбек на проигрыш, быстрые выплаты и многое другое. Все это откроется вам
                                сразу после регистрации учетной записи, для это вам потребуется меньше пяти минут.</p>


                        </div>
                    </div>

                </div>
                <div class="advantages">
                    <h2 class="advantages-title h2-base-title">Преимущества VAVADA</h2>
                    <div class="advantages-content base-gradient-border">
                        <div class="advantages-item">
                            <img loading="lazy" height="48" width="48" class="advantages-item-img lazyloaded" src="./content/img/advantages-icons/setting_2x.webp" alt="техническая поддержа" title="24/7 техническая поддержа">
                            <span class="advantages-item-text">24/7 техническая поддержа</span>
                        </div>
                        <div class="advantages-item">
                            <img loading="lazy" height="48" width="48" class="advantages-item-img lazyloaded" src="./content/img/advantages-icons/card_2x.webp" alt="Быстрые выводы" title="Быстрые выводы">
                            <span class="advantages-item-text">Быстрые выводы</span>
                        </div>
                        <div class="advantages-item">
                            <img loading="lazy" height="48" width="48" class="advantages-item-img lazyloaded" src="./content/img/advantages-icons/sheild_2x.webp" alt="Полная анонимность" title="Полная анонимность">
                            <span class="advantages-item-text">Полная анонимность</span>
                        </div>
                        <div class="advantages-item">
                            <img loading="lazy" height="48" width="48" class="advantages-item-img lazyloaded" src="./content/img/advantages-icons/trophy_2x.webp" alt="Регулярные турниры vavada" title="Регулярные турниры vavada">
                            <span class="advantages-item-text">Регулярные турниры</span>
                        </div>
                        <div class="advantages-item">
                            <img loading="lazy" height="48" width="48" class="advantages-item-img lazyloaded" src="./content/img/advantages-icons/computer_2x.webp" alt="Быстрая регистрация" title="Быстрая регистрация">
                            <span class="advantages-item-text">Быстрая регистрация</span>
                        </div>
                        <div class="advantages-item">
                            <img loading="lazy" height="48" width="48" class="advantages-item-img lazyloaded" src="./content/img/advantages-icons/eth_2x.webp" alt="Мультивалютная платформа" title="Мультивалютная платформа">
                            <span class="advantages-item-text">Мультивалютная платформа</span>
                        </div>
                    </div>
                </div>

                <div class="faq">
                    <h2 id="faq" class="h2-base-title">FAQ</h2>
                    <div class="faq-content" itemscope itemtype="https://schema.org/FAQPage">

                        <div class="faq-item base-gradient-border" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
                            <div class="faq-item-header-wrapper">
                                <h3 class="faq-item-title highlighted-block" itemprop="name">Как обыграть казино Вавада?
                                </h3>
                                <img loading="lazy" width="16" height="16" class="toggle-icon lazyloaded" src="./content/img/Arrow.svg" alt="arrow" title="arrow">
                            </div>
                            <div class="faq-item-content">
                                <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                                    <div class="faq-item-content-hidden open highlighted-block" itemprop="text">
                                        Результат раунда невозможно подделать или предугадать. У вас не выйдет обыграть
                                        казино. Однако бренд со своей стороны гарантирует максимальную честность и
                                        открытость алгоритмов.</div>
                                </div>
                            </div>
                        </div>

                        <div class="faq-item base-gradient-border" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
                            <div class="faq-item-header-wrapper">
                                <h3 class="faq-item-title highlighted-block" itemprop="name">Как удалить аккаунт в
                                    Вавада?</h3>
                                <img loading="lazy" width="16" height="16" class="toggle-icon lazyloaded" src="./content/img/Arrow.svg" alt="arrow" title="arrow">
                            </div>
                            <div class="faq-item-content">
                                <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                                    <div class="faq-item-content-hidden open highlighted-block" itemprop="text">Чтобы
                                        деактивировать учетную запись, вам нужно обратиться в чат. Свяжитесь с
                                        менеджером и попросите удалить профиль. Буквально через пару минут ваш аккаунт
                                        будет заблокирован.</div>
                                </div>
                            </div>
                        </div>

                        <div class="faq-item base-gradient-border" itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
                            <div class="faq-item-header-wrapper">
                                <h3 class="faq-item-title highlighted-block" itemprop="name">Как долго выводит Вавада?
                                </h3>
                                <img loading="lazy" width="16" height="16" class="toggle-icon lazyloaded" src="./content/img/Arrow.svg" alt="arrow" title="arrow">
                            </div>
                            <div class="faq-item-content">
                                <div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
                                    <div class="faq-item-content-hidden open highlighted-block" itemprop="text">Проект
                                        выплачивает деньги в течение 24 часов. Для подачи заявки клиентам необходимо
                                        зайти в профиль и выбрать способ оплаты. Минимальная сумма – от 1000 рублей.
                                    </div>
                                </div>
                            </div>
                        </div>


                    </div>
                    <div class="faq-pagination">
                        <button class="faq-pagination-prev-button base-gradient-border" disabled>
                            <img loading="lazy" width="16" height="16" class="toggle-icon lazyloaded" src="./content/img/Arrow.svg" alt="arrow" title="arrow">
                        </button>
                        <span class="faq-pagination-label">1/1</span>
                        <button class="faq-pagination-next-button base-gradient-border" disabled>
                            <img loading="lazy" width="16" height="16" class="toggle-icon lazyloaded" src="./content/img/Arrow.svg" alt="arrow" title="arrow">
                        </button>
                    </div>
                </div>




            </div>

            <div class="review">
                <h2 id="otzov" class="h2-base-title">Отзывы</h2>
                <div class="review-content" itemscope itemtype="http://schema.org/Review">

                    <div class="review-item">
                        <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Organization">
                            <meta itemprop="name" content="vavada">
                        </div>
                        <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                            <meta itemprop="ratingValue" content="5">
                            <meta itemprop="bestRating" content="5">
                        </div>
                        <div class="review-item-header-wrapper">
                            <img class="review-item-user-img lazyloaded" loading="lazy" width="40" height="40" src="./content/img/User.svg" alt="user picture" title="user">
                            <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                                <h3 class="review-item-name" itemprop="name">
                                    Onardonaw
                                </h3>
                                <span class="review-item-date">

                                </span>
                            </div>
                            <img class="review-item-rating lazyloaded" loading="lazy" width="80" height="16" src="./content/img/Stars.svg" alt="stars picture" title="user">
                        </div>
                        <div class="review-item-content" itemprop="reviewBody">
                            Первое, на что обратил внимание, это дизайн. Очень симпатичное оформление на русском и
                            других языках. Отдельно хочу отметить приложение, для его загрузки надо написать в
                            поддержку. С ним не придется искать зеркала и тратить время.
                        </div>
                    </div>

                    <div class="review-item">
                        <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Organization">
                            <meta itemprop="name" content="vavada">
                        </div>
                        <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                            <meta itemprop="ratingValue" content="5">
                            <meta itemprop="bestRating" content="5">
                        </div>
                        <div class="review-item-header-wrapper">
                            <img class="review-item-user-img lazyloaded" loading="lazy" width="40" height="40" src="./content/img/User.svg" alt="user picture" title="user">
                            <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                                <h3 class="review-item-name" itemprop="name">
                                    Ylancand
                                </h3>
                                <span class="review-item-date">

                                </span>
                            </div>
                            <img class="review-item-rating lazyloaded" loading="lazy" width="80" height="16" src="./content/img/Stars.svg" alt="stars picture" title="user">
                        </div>
                        <div class="review-item-content" itemprop="reviewBody">
                            Не хочу показаться предвзятым, но мне проект очень понравился. Вывели 50 тысяч за 10 часов
                            (выводил на карту). Поддержка быстро отвечает (минут 10-15). Акций не так много, но с
                            хорошими условиями для новичков.
                        </div>
                    </div>

                    <div class="review-item">
                        <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Organization">
                            <meta itemprop="name" content="vavada">
                        </div>
                        <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                            <meta itemprop="ratingValue" content="5">
                            <meta itemprop="bestRating" content="5">
                        </div>
                        <div class="review-item-header-wrapper">
                            <img class="review-item-user-img lazyloaded" loading="lazy" width="40" height="40" src="./content/img/User.svg" alt="user picture" title="user">
                            <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                                <h3 class="review-item-name" itemprop="name">
                                    Verisa
                                </h3>
                                <span class="review-item-date">

                                </span>
                            </div>
                            <img class="review-item-rating lazyloaded" loading="lazy" width="80" height="16" src="./content/img/Stars.svg" alt="stars picture" title="user">
                        </div>
                        <div class="review-item-content" itemprop="reviewBody">
                            Приятное оформление и есть лицензия. Именно эти факторы были решающими. Промо активировать
                            не стал, не хочу заморачиваться с вейджером. Заработал около 10к, поэтому все отлично.
                            Однако предостерегу новичков, чтобы не тратили слишком много, а то риск проигрыша всегда
                            присутствует.
                        </div>
                    </div>

                    <div class="review-item">
                        <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Organization">
                            <meta itemprop="name" content="vavada">
                        </div>
                        <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                            <meta itemprop="ratingValue" content="5">
                            <meta itemprop="bestRating" content="5">
                        </div>
                        <div class="review-item-header-wrapper">
                            <img class="review-item-user-img lazyloaded" loading="lazy" width="40" height="40" src="./content/img/User.svg" alt="user picture" title="user">
                            <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                                <h3 class="review-item-name" itemprop="name">
                                    Billing
                                </h3>
                                <span class="review-item-date">

                                </span>
                            </div>
                            <img class="review-item-rating lazyloaded" loading="lazy" width="80" height="16" src="./content/img/Stars.svg" alt="stars picture" title="user">
                        </div>
                        <div class="review-item-content" itemprop="reviewBody">
                            Решил заработать деньги на новогодние праздники, пополнил счет на 5000 рублей и начал
                            крутить барабаны. Около 2000 были удачно проиграны за полчаса, но потом все стало меняться.
                            Сейчас на балансе больше 10к, поставил выводиться.
                        </div>
                    </div>

                    <div class="review-item">
                        <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Organization">
                            <meta itemprop="name" content="vavada">
                        </div>
                        <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                            <meta itemprop="ratingValue" content="5">
                            <meta itemprop="bestRating" content="5">
                        </div>
                        <div class="review-item-header-wrapper">
                            <img class="review-item-user-img lazyloaded" loading="lazy" width="40" height="40" src="./content/img/User.svg" alt="user picture" title="user">
                            <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                                <h3 class="review-item-name" itemprop="name">
                                    Praguenaya
                                </h3>
                                <span class="review-item-date">

                                </span>
                            </div>
                            <img class="review-item-rating lazyloaded" loading="lazy" width="80" height="16" src="./content/img/Stars.svg" alt="stars picture" title="user">
                        </div>
                        <div class="review-item-content" itemprop="reviewBody">
                            Понравилось, что дают 100 фриспинов за регистрацию. Пополнять счет для этого не обязательно,
                            очень полезно для новичков. Проект выплачивает (сама выводила 3500, все пришло за 5 часов на
                            карту).
                        </div>
                    </div>

                    <div class="review-item">
                        <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Organization">
                            <meta itemprop="name" content="vavada">
                        </div>
                        <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                            <meta itemprop="ratingValue" content="5">
                            <meta itemprop="bestRating" content="5">
                        </div>
                        <div class="review-item-header-wrapper">
                            <img class="review-item-user-img lazyloaded" loading="lazy" width="40" height="40" src="./content/img/User.svg" alt="user picture" title="user">
                            <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                                <h3 class="review-item-name" itemprop="name">
                                    Dammya
                                </h3>
                                <span class="review-item-date">

                                </span>
                            </div>
                            <img class="review-item-rating lazyloaded" loading="lazy" width="80" height="16" src="./content/img/Stars.svg" alt="stars picture" title="user">
                        </div>
                        <div class="review-item-content" itemprop="reviewBody">
                            Давно знакомы с брендом, но начал играть только неделю назад. Закинул 5000 руб., недавно
                            вывел 10к. Платформой доволен, буду рекомендовать своим знакомым. Главное, не заигрываться и
                            учитывать все риски.
                        </div>
                    </div>

                    <div class="review-item">
                        <div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Organization">
                            <meta itemprop="name" content="vavada">
                        </div>
                        <div itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating">
                            <meta itemprop="ratingValue" content="5">
                            <meta itemprop="bestRating" content="5">
                        </div>
                        <div class="review-item-header-wrapper">
                            <img class="review-item-user-img lazyloaded" loading="lazy" width="40" height="40" src="./content/img/User.svg" alt="user picture" title="user">
                            <div itemprop="author" itemscope itemtype="http://schema.org/Person">
                                <h3 class="review-item-name" itemprop="name">
                                    Monyoni
                                </h3>
                                <span class="review-item-date">

                                </span>
                            </div>
                            <img class="review-item-rating lazyloaded" loading="lazy" width="80" height="16" src="./content/img/Stars.svg" alt="stars picture" title="user">
                        </div>
                        <div class="review-item-content" itemprop="reviewBody">
                            Отличное заведение, получил 100% на депозит и приступил к ставкам. Выиграл около 1000
                            долларов за неделю, вывел 500, остаток попробую умножить. Прикольный интерфейс, все в
                            розовых оттенках, играть приятно.
                        </div>
                    </div>




                    <div class="review-pagination">
                        <button class="review-pagination-prev-button base-gradient-border" disabled>
                            <img loading="lazy" width="16" height="16" class="toggle-icon lazyloaded" src="./content/img/Arrow.svg" alt="arrow" title="arrow">
                        </button>
                        <span class="review-pagination-label">1/1</span>
                        <button class="review-pagination-next-button base-gradient-border" disabled>
                            <img loading="lazy" width="16" height="16" class="toggle-icon lazyloaded" src="./content/img/Arrow.svg" alt="arrow" title="arrow">
                        </button>
                    </div>
                </div>
            </div>



        </div>







    </main>

    <footer class="footer">
        <div class="footer-first-part">
            <div class="footer-content-first-part">
                <nav class="footer-nav">
                    <a href="ipc.html" class="footer-nav-item" target="_blank" rel="noopener, noreferrer, nofollow">Слоты</a>
                    <a href="ipc.html" class="footer-nav-item" target="_blank" rel="noopener, noreferrer, nofollow">Live</a>
                    <a href="ipc.html" class="footer-nav-item" target="_blank" rel="noopener, noreferrer, nofollow">Столы</a>
                    <a href="ipc.html" class="footer-nav-item" target="_blank" rel="noopener, noreferrer, nofollow">Турниры</a>
                    <a href="#soder" class="footer-nav-item">Содержание</a>
                    <a href="#faq" class="footer-nav-item">FAQ</a>
                </nav>
                <div class="footer-social-btns-wrappper">
                    <a class="footer-social-btn-instagram footer-social-btn" href="https://www.instagram.com/vavada.inst" rel="nofollow, noopener, noreferrer" target="_blank">
                        <img loading="lazy" class="footer-social-btn-img lazyloaded" alt="vavada instagram" height="20" src="./content/img/footer-social-icons/instagram.svg" title="instagram" width="21">
                    </a>
                    <a class="footer-social-btn-vk footer-social-btn" href="https://vk.com/vavada_group" rel="nofollow, noopener, noreferrer" target="_blank">
                        <img loading="lazy" class="footer-social-btn-img lazyloaded" alt="vk vavada" height="15" src="./content/img/footer-social-icons/vk.svg" title="vk" width="22">
                    </a>
                    <a class="footer-social-btn-x footer-social-btn" href="https://t.me/Vavada_casinoplay_bot" rel="nofollow, noopener, noreferrer" target="_blank">
                        <img loading="lazy" class="footer-social-btn-img lazyloaded" alt="x" height="19" src="./content/img/footer-social-icons/x.svg" title="x vavada" width="20">
                    </a>
                    <a class="footer-social-btn-youtube footer-social-btn" href="https://www.youtube.com/@vavadaoffi" target="_blank" rel="noopener, noreferrer, nofollow">
                        <img loading="lazy" class="footer-social-btn-img lazyloaded" alt="youtube" height="15" src="./content/img/footer-social-icons/youtube.svg" title="youtube" width="22">
                    </a>
                </div>
            </div>
        </div>
        <div class="footer-second-part">
            <div class="footer-content-second-part" style="padding-bottom: 24px;">
                <div class="footer-second-part-item">
                    <img loading="lazy" class="footer-second-part-item-img lazyloaded" alt="copyright-emblem" height="40" src="./content/img/Copyright-emblem.svg" title="copyright-emblem" width="40">
                    <p class="footer-second-part-item-text">
                        VAVADA.COM is owned and operated by Vavada com
                    </p>
                </div>
                <div class="footer-second-part-item">
                    <img loading="lazy" class="footer-second-part-item-img lazyloaded" alt="18-plus" height="40" src="./content/img/18-plus.svg" title="18 plus" width="40">
                    <p class="footer-second-part-item-text">
                        Азартные игры призваны развлекать. Помните, что вы рискуете деньгами, когда делаете ставки. Не
                        тратьте
                        больше, чем можете позволить себе проиграть.
                    </p>
                </div>

                <div class="footer-lang">
                    <div class="choose-lang">
                        <div tabindex="0" class="choose-lang-button">

                            <img loading="lazy" width="36" height="36" src="./content/img/flags/Russia.svg" class="flag-lang lazyloaded" alt="Русский">
                            <span>Русский</span>
                            <img loading="lazy" src="./content/img/Arrow.svg" width="16" height="16" class="toggle-icon" alt="Arrow down">
                        </div>

                        <ul class="choose-lang-list">
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Kazakhstan.svg" alt="Қазақ">
                                    <span>Қазақ</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/England.svg" alt="English">
                                    <span>English</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Ua.svg" alt="Україн">
                                    <span>Україн</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Nederlands.svg" alt="Nederlands">
                                    <span>Nederlands</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Poland.svg" alt="Polski">
                                    <span>Polski</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Germany.svg" alt="Deutsch">
                                    <span>Deutsch</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Brazil.svg" alt="Português">
                                    <span>Português</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Canada.svg" alt="Français">
                                    <span>Français</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Italy.svg" alt="Italiano">
                                    <span>Italiano</span>
                                </a>
                            </li>
                            <li>
                                <a class="choose-lang-box" href="ipc.html" rel="nofollow, noopener, noreferrer" target="_blank">
                                    <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Turkey.svg" alt="Türkçe">
                                    <span>Türkçe</span>
                                </a>
                            </li>

                            <li class="choose-lang-box choose-lang-box-first">
                                <img loading="lazy" width="36" height="36" class="flag-lang lazyloaded" src="./content/img/flags/Russia.svg" alt="Русский">
                                <span>Русский</span>
                                <img loading="lazy" src="./content/img/Arrow.svg" width="16" height="16" class="toggle-icon lazyloaded" alt="Arrow down">
                            </li>
                        </ul>
                    </div>
                </div>
            </div>
        </div>
    </footer>
    <script>
        var swiper = new Swiper('.swiper-container', {
            loop: true,
            autoplay: {
                delay: 3000,
            },
            navigation: {
                nextEl: '.swiper-button-next',
                prevEl: '.swiper-button-prev',
            },
            pagination: {
                el: '.swiper-pagination',
                clickable: true,
            },
        });
    </script>
    <script defer src="./content/scripts/text-defence.js"></script>
    <script defer src="./content/scripts/open-drawer.js"></script>
    <script defer src="./content/scripts/text-block.js"></script>
    <script defer src="./content/scripts/articles.js"></script>
    <script defer src="./content/scripts/accordion.js"></script>
    <script defer src="./content/scripts/lang.js"></script>
</body>

</html>
