It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: https://tebemoney.ru

  1.  
  2. <!DOCTYPE html>
  3. <html lang="ru-RU" prefix="og: https://ogp.me/ns#" itemscope itemtype="http://schema.org/WebPage">
  4. <head>
  5.    <meta charset="UTF-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7.    <title>WG Casino / Мобильная версия / Ссылка ВГ Казино</title>
  8.    <meta name="description" content="Казино ВГ  🚀 Официальный сайт ВГ Казино 🚀 Зеркало ВГ Казино ⚡ Стартуй в игре с бонусом при регистрации! 🍒 Стартуй в игре с бонусом при регистрации!!" />
  9.    <link rel="canonical" href="https://tebemoney.ru">
  10.    <link rel="shortcut icon" href="favicon.png" type="image/png">
  11.    <meta name="robots" content="index, follow">
  12.  
  13.    <link rel="preconnect" href="https://fonts.googleapis.com">
  14.    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
  15.    <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap" rel="stylesheet">
  16.  <style>
  17. :root {
  18.    --bg-primary: #1a1a1a;
  19.    --bg-secondary: #2c2c2c;
  20.    --text-primary: #ffffff;
  21.    --text-secondary: #707070;
  22.    --accent-primary: #7e57c2;
  23.    --accent-secondary: #4dd0e1;
  24.    --error: #d32f2f;
  25.    --font-size-small: 0.875rem;
  26.    --font-size-medium: 1rem;
  27. }
  28.  
  29.  
  30. * {
  31.    margin: 0;
  32.    padding: 0;
  33.    box-sizing: border-box;
  34. }
  35.  
  36. body {
  37.    font-family: 'Inter', sans-serif;
  38.    line-height: 1.6;
  39.    color: var(--text-secondary);
  40.    background-color: var(--bg-primary);
  41.    font-size: 16px;
  42. }
  43.  
  44. .hitufi {
  45.    max-width: 1200px;
  46.    margin: 0 auto;
  47.    padding: 0 30px;
  48. }
  49.  
  50. .wozosit {
  51.    background-color: var(--bg-secondary);
  52.    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  53.    position: sticky;
  54.    top: 0;
  55.    z-index: 1000;
  56. }
  57.  
  58. .lecus {
  59.    display: flex;
  60.    justify-content: space-between;
  61.    align-items: center;
  62.    padding: 15px 0;
  63. }
  64.  
  65. .tyqyd {
  66.    font-size: 24px;
  67.    font-weight: 700;
  68.    background: linear-gradient(45deg, var(--accent-primary), var(--accent-secondary));
  69.    -webkit-background-clip: text;
  70.    background-clip: text;
  71.    color: transparent;
  72.    transition: transform 0.3s ease;
  73. }
  74.  
  75. .tyqyd:hover {
  76.    transform: scale(1.05);
  77. }
  78.  
  79. .dypoka {
  80.    display: flex;
  81.    list-style-type: none;
  82.    transition: all 0.3s ease;
  83. }
  84.  
  85. .dypoka li {
  86.    margin-left: 15px;
  87. }
  88.  
  89. .dypoka a {
  90.    text-decoration: none;
  91.    color: var(--text-secondary);
  92.    font-weight: 500;
  93.    transition: color 0.3s ease, transform 0.3s ease;
  94.    display: inline-block;
  95.    font-size: var(--font-size-small);
  96. }
  97.  
  98. .dypoka a:hover {
  99.    color: var(--accent-primary);
  100.    transform: translateY(-2px);
  101. }
  102.  
  103. .menu-toggle {
  104.    display: none;
  105.    flex-direction: column;
  106.    justify-content: space-around;
  107.    width: 30px;
  108.    height: 25px;
  109.    background: transparent;
  110.    border: none;
  111.    cursor: pointer;
  112.    padding: 0;
  113.    z-index: 10;
  114. }
  115.  
  116. .menu-toggle span {
  117.    width: 30px;
  118.    height: 3px;
  119.    background: var(--text-primary);
  120.    border-radius: 10px;
  121.    transition: all 0.3s linear;
  122.    position: relative;
  123.    transform-origin: 1px;
  124. }
  125.  
  126. .kifeci {
  127.    display: flex;
  128.    gap: 10px;
  129. }
  130.  
  131. .zydepib {
  132.    display: inline-block;
  133.    padding: 10px 20px;
  134.    background-color: var(--accent-primary);
  135.    color: var(--text-primary);
  136.    text-decoration: none;
  137.    border-radius: 5px;
  138.    transition: all 0.3s ease;
  139.    border: none;
  140.    cursor: pointer;
  141.    font-weight: 600;
  142.    text-transform: uppercase;
  143.    letter-spacing: 0.5px;
  144. }
  145.  
  146. .zydepib:hover {
  147.    background-color: var(--accent-secondary);
  148.    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  149.    transform: translateY(-2px);
  150. }
  151.  
  152. .zydepib.cany {
  153.    background-color: var(--accent-secondary);
  154. }
  155.  
  156. .zydepib.cany:hover {
  157.    background-color: var(--accent-primary);
  158. }
  159.  
  160. main {
  161.    padding: 60px 0;
  162. }
  163.  
  164. h1, h2 {
  165.    color: var(--text-primary);
  166.    margin-bottom: 30px;
  167.    font-weight: 800;
  168.    letter-spacing: -0.5px;
  169. }
  170.  
  171. h1 {
  172.    font-size: 3.5rem;
  173.    line-height: 1.2;
  174. }
  175.  
  176. h2 {
  177.    font-size: 2.5rem;
  178.    margin-top: 60px;
  179. }
  180.  
  181. p {
  182.    margin-bottom: 20px;
  183.    font-size: 1.1rem;
  184.    line-height: 1.8;
  185. }
  186.  
  187. .debujo {
  188.    margin: 40px 0;
  189.    background-color: var(--bg-secondary);
  190.    border-radius: 15px;
  191.    overflow: hidden;
  192.    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  193. }
  194.  
  195. .debujo table {
  196.    width: 100%;
  197.    border-collapse: separate;
  198.    border-spacing: 0;
  199. }
  200.  
  201. .debujo th, .debujo td {
  202.    padding: 20px;
  203.    text-align: left;
  204. }
  205.  
  206. .debujo th {
  207.    background-color: var(--accent-primary);
  208.    color: var(--text-primary);
  209.    font-weight: 600;
  210.    text-transform: uppercase;
  211.    letter-spacing: 1px;
  212. }
  213.  
  214. .debujo td {
  215.    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  216. }
  217.  
  218. .debujo tr:last-child td {
  219.    border-bottom: none;
  220. }
  221.  
  222. .debujo tr:hover {
  223.    background-color: rgba(255, 255, 255, 0.05);
  224. }
  225.  
  226. .dovomob {
  227.    background-color: var(--bg-secondary);
  228.    padding: 20px;
  229.    border-radius: 10px;
  230.    margin-bottom: 30px;
  231.    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  232. }
  233.  
  234. .dovomob h2 {
  235.    margin-top: 0;
  236. }
  237.  
  238. .dovomob ul {
  239.    list-style-type: none;
  240. }
  241.  
  242. .dovomob li {
  243.    margin-bottom: 10px;
  244. }
  245.  
  246. .dovomob a {
  247.    text-decoration: none;
  248.    color: var(--text-secondary);
  249.    transition: color 0.3s ease, transform 0.3s ease;
  250.    display: inline-block;
  251. }
  252.  
  253. .dovomob a:hover {
  254.    color: var(--accent-secondary);
  255.    transform: translateX(5px);
  256. }
  257.  
  258. .lybulax {
  259.    background: linear-gradient(135deg, var(--accent-primary), var(--accent-secondary));
  260.    color: var(--text-primary);
  261.    padding: 60px 40px;
  262.    border-radius: 20px;
  263.    text-align: center;
  264.    margin-top: 60px;
  265.    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  266.    position: relative;
  267.    overflow: hidden;
  268. }
  269.  
  270. .lybulax::before {
  271.    content: '';
  272.    position: absolute;
  273.    top: -50%;
  274.    left: -50%;
  275.    width: 200%;
  276.    height: 200%;
  277.    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0) 70%);
  278.    animation: pulse 15s infinite;
  279. }
  280.  
  281. @keyframes pulse {
  282.    0% { transform: scale(1); }
  283.    50% { transform: scale(1.1); }
  284.    100% { transform: scale(1); }
  285. }
  286.  
  287. .lybulax h2 {
  288.    color: var(--text-primary);
  289.    font-size: 3rem;
  290.    margin-bottom: 20px;
  291.    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
  292. }
  293.  
  294. .lybulax p {
  295.    color: var(--text-primary);
  296.    font-size: 1.2rem;
  297.    max-width: 600px;
  298.    margin: 0 auto 30px;
  299.    line-height: 1.6;
  300. }
  301.  
  302. .lybulax .zydepib {
  303.    background-color: var(--text-primary);
  304.    color: var(--accent-primary);
  305.    font-size: 1.2rem;
  306.    padding: 15px 40px;
  307.    border-radius: 50px;
  308.    text-transform: uppercase;
  309.    letter-spacing: 1px;
  310.    transition: all 0.3s ease;
  311.    border: 2px solid transparent;
  312. }
  313.  
  314. .lybulax .zydepib:hover {
  315.    background-color: transparent;
  316.    color: var(--text-primary);
  317.    border-color: var(--text-primary);
  318.    transform: translateY(-5px);
  319.    box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  320. }
  321.  
  322. #ceb {
  323.    margin-top: 60px;
  324.    display: grid;
  325.    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  326.    gap: 30px;
  327. }
  328.  
  329. #ceb h2 {
  330.    grid-column: 1 / -1;
  331.    text-align: center;
  332. }
  333.  
  334. blockquote {
  335.    background-color: var(--bg-secondary);
  336.    border-left: 5px solid var(--accent-secondary);
  337.    padding: 30px;
  338.    border-radius: 15px;
  339.    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  340.    transition: transform 0.3s ease, box-shadow 0.3s ease;
  341. }
  342.  
  343. blockquote:hover {
  344.    transform: translateY(-5px);
  345.    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  346. }
  347.  
  348. blockquote p {
  349.    font-style: italic;
  350.    font-size: 1.1rem;
  351.    margin-bottom: 10px;
  352.    color: var(--text-primary);
  353.    line-height: 1.8;
  354. }
  355.  
  356. blockquote::after {
  357.    content: '"';
  358.    font-size: 50px;
  359.    color: var(--accent-primary);
  360.    position: absolute;
  361.    bottom: 10px;
  362.    right: 20px;
  363.    opacity: 0.2;
  364. }
  365.  
  366. blockquote + p {
  367.    text-align: right;
  368.    font-weight: bold;
  369.    color: var(--accent-secondary);
  370.    margin-top: 15px;
  371.    padding-right: 20px;
  372.    font-size: 1rem;
  373. }
  374.  
  375. footer {
  376.    background-color: var(--bg-secondary);
  377.    color: var(--text-secondary);
  378.    padding: 60px 0;
  379.    margin-top: 60px;
  380. }
  381.  
  382. .damut {
  383.    display: grid;
  384.    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  385.    gap: 20px;
  386. }
  387.  
  388. .bico {
  389.    margin-bottom: 20px;
  390. }
  391.  
  392. .bico h3 {
  393.    margin-bottom: 20px;
  394.    color: var(--text-primary);
  395.    font-size: 1.3rem;
  396. }
  397.  
  398. .bico ul {
  399.    list-style-type: none;
  400. }
  401.  
  402. .bico li {
  403.    margin-bottom: 10px;
  404. }
  405.  
  406. .bico a {
  407.    color: var(--text-secondary);
  408.    text-decoration: none;
  409.    transition: color 0.3s ease;
  410. }
  411.  
  412. .bico a:hover {
  413.    color: var(--accent-secondary);
  414.    text-decoration: underline;
  415. }
  416.  
  417. .wumyriv {
  418.    display: flex;
  419.    gap: 15px;
  420. }
  421.  
  422. .wumyriv a {
  423.    color: var(--text-secondary);
  424.    font-size: 1.5rem;
  425.    transition: color 0.3s ease, transform 0.3s ease;
  426. }
  427.  
  428. .wumyriv a:hover {
  429.    color: var(--accent-primary);
  430.    transform: translateY(-3px);
  431. }
  432.  
  433. .vijariz {
  434.    text-align: center;
  435.    margin-top: 20px;
  436.    padding-top: 20px;
  437.    border-top: 1px solid rgba(255, 255, 255, 0.1);
  438.    font-size: 14px;
  439. }
  440.  
  441. @media (max-width: 768px) {
  442.    .lecus {
  443.        justify-content: space-between;
  444.    }
  445.  
  446.    .menu-toggle {
  447.        display: flex;
  448.    }
  449.  
  450.    .dypoka {
  451.        flex-direction: column;
  452.        align-items: center;
  453.        position: fixed;
  454.        top: 0;
  455.        right: -100%;
  456.        width: 100%;
  457.        height: 100vh;
  458.        background: var(--bg-secondary);
  459.        padding-top: 80px;
  460.        transition: right 0.3s ease;
  461.    }
  462.  
  463.    .dypoka.active {
  464.        right: 0;
  465.    }
  466.  
  467.    .dypoka li {
  468.        margin: 15px 0;
  469.    }
  470.  
  471.    .dypoka a {
  472.        font-size: var(--font-size-medium);
  473.    }
  474.  
  475.    .kifeci {
  476.        margin-top: 20px;
  477.        width: 100%;
  478.    }
  479.  
  480.    .zydepib {
  481.        width: 100%;
  482.        text-align: center;
  483.    }
  484.  
  485.    h1 {
  486.        font-size: 2.5rem;
  487.    }
  488.  
  489.    h2 {
  490.        font-size: 2rem;
  491.    }
  492.  
  493.    .lybulax h2 {
  494.        font-size: 2.5rem;
  495.    }
  496.  
  497.    .lybulax p {
  498.        font-size: 1rem;
  499.    }
  500.  
  501.    .lybulax .zydepib {
  502.        font-size: 1rem;
  503.        padding: 12px 30px;
  504.    }
  505. }
  506.  
  507. @keyframes fadeIn {
  508.    from { opacity: 0; transform: translateY(20px); }
  509.    to { opacity: 1; transform: translateY(0); }
  510. }
  511.  
  512. .fade-in {
  513.    animation: fadeIn 0.5s ease-out forwards;
  514. }
  515.  
  516. .reveal {
  517.    opacity: 0;
  518.    transition: opacity 0.5s ease, transform 0.5s ease;
  519. }
  520.  
  521. .reveal.active {
  522.    opacity: 1;
  523.    transform: translateY(0);
  524. }
  525.  
  526. ::-webkit-scrollbar {
  527.    width: 10px;
  528. }
  529.  
  530. ::-webkit-scrollbar-track {
  531.    background: var(--bg-secondary);
  532. }
  533.  
  534. ::-webkit-scrollbar-thumb {
  535.    background: var(--accent-primary);
  536.    border-radius: 5px;
  537. }
  538.  
  539. ::-webkit-scrollbar-thumb:hover {
  540.    background: var(--accent-secondary);
  541. }
  542. </style>
  543.  
  544.  
  545.  
  546.  
  547.    <script type='application/ld+json'>
  548.    {
  549.        "@context": "http://www.schema.org",
  550.        "@type": "Organization",
  551.        "name": "Казино ВГ",
  552.        "url": "https://tebemoney.ru",
  553.        "logo": "https://tebemoney.ru/pics/22_565.jpg",
  554.        "description": "Зеркало WG Casino открывает доступ к лицензионным играм с высоким процентом отдачи и возможностью сорвать большой джекпот. Создайте аккаунт и получите бездепозитный бонус!",
  555.        "address": {
  556.            "@type": "PostalAddress",
  557.            "streetAddress": "ул. Луговая, д.38 оф. 23",
  558.            "addressLocality": "Челябинск",
  559.            "postalCode": "664348",
  560.            "addressCountry": "Russia"
  561.        },
  562.        "contactPoint": {
  563.            "@type": "ContactPoint",
  564.            "telephone": "+7 (901) 543-21-09",
  565.            "contactType": "customer service"
  566.        }
  567.    }
  568.    </script>
  569. <script type="application/ld+json">
  570.    {
  571.        "@context": "https://schema.org",
  572.        "@type": "WebPage",
  573.        "id": "https://tebemoney.ru/#",
  574.        "url": "https://tebemoney.ru",
  575.        "inLanguage": "ru-RU",
  576.        "name": "WG Casino - Рабочий сайт",
  577.        "datePublished": "2012-10-28T06:51:48.549Z",
  578.        "dateModified": "2023-04-20T16:26:32.075Z",
  579.        "description": "ВГ Казино  ⚡ Официальный сайт ВГ Казино 🍒 Зеркало Казино ВГ ✅ Зарегистрируйся и выигрывай реальный кэш! 🎁 Играй на деньги онлайн!"
  580.    }
  581. </script>
  582. <script type="application/ld+json">
  583.    {
  584.        "@context": "http://www.schema.org",
  585.        "@type": "BreadcrumbList",
  586.        "itemListElement": [
  587.            {
  588.                "@type": "ListItem",
  589.                "position": 1,
  590.                "item": {
  591.                    "@type": "WebPage",
  592.                    "@id": "/",
  593.                    "name": "🛡️ Казино ВГ ♕"
  594.                }
  595.            },
  596.            {
  597.                "@type": "ListItem",
  598.                "position": 2,
  599.                "item": {
  600.                    "@type": "WebPage",
  601.                    "@id": "/#",
  602.                    "name": "🌎 Казино ВГ 🍭"
  603.                }
  604.            },
  605.            {
  606.                "@type": "ListItem",
  607.                "position": 3,
  608.                "item": {
  609.                    "@type": "WebPage",
  610.                    "@id": "/#",
  611.                    "name": "💸 ВГ Казино 🚀"
  612.                }
  613.            }
  614.        ]
  615.    }
  616. </script>
  617. </head>
  618.  
  619.  
  620. <body>
  621.    <div id="byh" class="tymi memyz">
  622.        <header class="wozosit">
  623.            <div class="hitufi">
  624.                <div class="lecus">
  625.                    <div class="gilir">
  626.                        <div class="tyqyd"><span class="fisibip">ВГ Казино</span></div>
  627.                        <nav>
  628.                            <ul class="dypoka">
  629.                                <li><a href="#">Сайт WG Casino</a></li>
  630.                                <li><a href="#">Официальное зеркало ВГ Казино</a></li>
  631.                                <li><a href="#">Кэшаут</a></li>
  632.                                <li><a href="#">Бездепы</a></li>
  633.                            </ul>
  634.                        </nav>
  635.                    </div>
  636.                    <div class="kifeci">
  637.                        <a href="#" class="zydepib">ВХОД</a>
  638.                        <a href="#" class="zydepib cany">РЕГИСТРАЦИЯ</a>
  639.                    </div>
  640.                </div>
  641.            </div>
  642.        </header>
  643.        <main id="fykyx" class="bukuw" role="main">
  644.            <div class="hitufi">
  645.                <article>
  646.                    <header>
  647.                        <h1>ВГ Казино (WG Casino) — Ссылка</h1>
  648.                    </header>
  649.                    
  650.                    <div class="debujo">
  651. <table>
  652.                            <thead>
  653.                                <tr>
  654.                                    <th colspan="2">Основная информация о WG Casino</th>
  655.                                </tr>
  656.                            </thead>
  657.  
  658. <tbody>
  659.  <tr>
  660. <td>💡 Бренд</td>
  661. <td>ВГ Казино (WG Casino)</td>
  662.  </tr>
  663.  <tr>
  664. <td>📋 Вход на сайт</td>
  665. <td>
  666.  <a href="https://tebemoney.ru" rel="nofollow">https://tebemoney.ru</a>
  667. </td>
  668.  </tr>
  669.  <tr>
  670. <td>⏲ Дата основания</td>
  671. <td>2022</td>
  672.  </tr>
  673.  <tr>
  674. <td>📍 Лицензия</td>
  675. <td>Curaçao eGaming</td>
  676.  </tr>
  677.  <tr>
  678. <td>💲 Бонус на первый депозит</td>
  679. <td>+375% к депозиту</td>
  680.  </tr>
  681.  <tr>
  682. <td>🃏 Количество игр</td>
  683. <td>Коллекция >5221</td>
  684.  </tr>
  685.  <tr>
  686. <td>🎱 Режимы игр</td>
  687. <td>Бесплатно и на деньги</td>
  688.  </tr>
  689.  <tr>
  690. <td>🌍 Провайдеры</td>
  691. <td>Quickspin, Wazdan, IGT (International Game Technology), Endorphina, Habanero Systems, EGT (Euro Games Technology), Big Time Gaming, Relax Gaming, NextGen Gaming, Scientific Games и многие другие</td>
  692.  </tr>
  693.  <tr>
  694. <td>🎰 Платформы</td>
  695. <td>Windows, Андроид, iOS</td>
  696.  </tr>
  697.  <tr>
  698. <td>✅ Поддержка языков</td>
  699. <td>Английский, русский, вьетнамский, хауса, джаванский, польский</td>
  700.  </tr>
  701.  <tr>
  702. <td>🎁 Виды бонусов и акции</td>
  703. <td>Приветственный, фриспины,
  704. бездепозитный и депозитный бонус, релоад-бонусы</td>
  705.  </tr>
  706.  <tr>
  707. <td>💳 Способы депозита</td>
  708. <td>Банковские переводы, Билайн, Qiwi, Криптовалюты, Яндекс.Деньги, Электронные кошельки, Bitcoin, Мобильные платежи</td>
  709.  </tr>
  710.  <tr>
  711. <td>💵 Валюты</td>
  712. <td>RUB, IDR, PEN, PLN, TWD, KRW</td>
  713.  </tr>
  714.  <tr>
  715. <td>💵 Мин. депозит</td>
  716. <td>250 руб.</td>
  717.  </tr>
  718.  <tr>
  719. <td>💰 Минимальный кэшаут</td>
  720. <td>от 450 RUB</td>
  721.  </tr>
  722.  <tr>
  723. <td>⏳ Время вывода</td>
  724. <td>практически моментально</td>
  725.  </tr>
  726.  <tr>
  727. <td>⚙️ Служба поддержки</td>
  728. <td>E-Mail, Чат на сайте</td>
  729.  </tr>
  730.  
  731. </tbody>
  732.  </table>
  733.                    </div>
  734.                    
  735. <figure class="xoryw">
  736.  <img src="https://tebemoney.ru/img/612_440.jpg" alt="Вход на зеркало WG Casino">
  737.  <figcaption>Сайт казино</figcaption>
  738. </figure>
  739.                    
  740. <section>
  741. <div class="vizojys nomo">
  742.            Updated: <time datetime="2024-09-10">10 сентября 2024</time>
  743.        </div>
  744.        </section>
  745.                    <section id="ceb">
  746.                        <h2>Отзывы клиентов</h2>
  747.                        <blockquote>
  748.                            <p>"в WG Casino атмосфера крутая, всё для победы!"</p>
  749.                            - Борис, Самара
  750.                        </blockquote>
  751.                        <blockquote>
  752.                            <p>"эй братва WG Casino это топчик игры огонь выигрыши бомба"</p>
  753.                            - Ваня, Барнаул
  754.                        </blockquote>
  755.                    </section>
  756.                    
  757.                    <div class="lybulax">
  758.                        <h2>Как зарегистрироваться?</h2>
  759.                        <p>Нажмите на кнопку ниже</p>
  760.                        <a href="#" class="zydepib rohop">Войти</a>
  761.                    </div>
  762.                </article>
  763.            </div>
  764.        </main>
  765.        
  766.        <footer>
  767.            <div class="hitufi">
  768.                <div class="damut">
  769.                    <div class="bico">
  770.                        <h3>Контакты</h3>
  771.                        <p>Телефон: +7 (942) 234-56-78</p>
  772.                        <p>Email: <a href="/cdn-cgi/l/email-protection" class="__cf_email__" data-cfemail="592a2c2929362b2d192d3c3b3c3436373c20772b2c">[email&#160;protected]</a></p>
  773.                        <p>Адрес: г. Ижевск, ул. Суворова, д.37 оф. 22</p>
  774.                    </div>
  775.                    <div class="bico">
  776.                        <h3>Информация</h3>
  777.                        <ul>
  778.                            <li><a href="#">О компании</a></li>
  779.                            <li><a href="#">Политика AML и KYC</a></li>
  780.                            <li><a href="#">Ввод и вывод денег</a></li>
  781.                            <li><a href="#">Ответственный гейминг</a></li>
  782. <li><a href="#">Правила</a></li>
  783.                        </ul>
  784.                    </div>
  785.                    <div class="bico">
  786.                        <h3>Социальные сети</h3>
  787.                        <ul class="wumyriv">
  788.                            <li><a href="#" target="_blank">Вконтакте</a></li>
  789.                            <li><a href="#" target="_blank">YouTube</a></li>
  790.                            <li><a href="#" target="_blank">Телеграм</a></li>
  791.                        </ul>
  792.                    </div>
  793.                </div>
  794.                <div class="vijariz">
  795.                    <p>&copy; 2024 Казино ВГ. Все права защищены.</p>
  796.                </div>
  797.            </div>
  798.        </footer>
  799.    </div>
  800. <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script></body>
  801. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda