    .main-wrapper {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    gap: 20px;
}

.sidebar {
    width: 250px;
    background-color: #ffffff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    font-size: 15px;
}

.sidebar ul {
    list-style: none;
    padding: 0;
}

.sidebar ul li {
    margin-bottom: 10px;
}

.sidebar ul li a {
    color: #143567;
    text-decoration: none;
    transition: color 0.3s;
}

.sidebar ul li a:hover {
    color: #2a69c9;
}

        body {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 0;
            background-color: #FAF9F9;
        }

        header {
            background-color: #143567;
            color: white;
            padding: 10px 20px;
            display: flex;
            justify-content: space-evenly;
            align-items: center;
        }

        nav {
            display: flex;
        }

        nav ul {
            list-style: none;
            display: flex;
            gap: 20px;
            margin: 0;
            padding: 0;
        }

        nav ul li {
            margin-left: 20px;
        }

        nav ul li a {
            color: white;
            text-decoration: none;
            font-size: 1em;
            transition: color 0.3s;
        }

        nav ul li a:hover {
            color: #dff0d8;
        }

       .caption1 {
  text-align: center;
  font-weight: bold;
        }

        .menu-image {
            display: none; /* Скрываем картинку на ПК */
            margin-left: 20px;
        }

        .menu-image img {
            width: 50px;
            height: auto;
            border-radius: 5px;
        }

        .container {
            padding: 20px;
            max-width: 960px;
            margin: 0 auto;
        }

        img {
          max-width: 100%;
          height: auto;
          display: block;
        }

        h1 {
            text-align: center;
        }

        h2, h3, h4 {
            text-align: center;
            color: #333;
            margin-bottom: 20px;
        }

        p {
            line-height: 1.6;
            color: #555;
        }

        b {
            line-height: 2;
            color: #555;
        }

        .highlighted-img {
            float: left;
            width: 300px;
            height: auto;
            margin: 0 10px 0 0;
            border-radius: 15px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: transform 0.3s, box-shadow 0.3s;
        }

        .highlighted-img:hover {
            transform: scale(1.05);
            box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
        }

        .casino-description {
            margin-bottom: 15px;
            padding: 10px;
            border: 1px solid #ddd;
            background-color: #fff;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

        .casino-info {
            flex: 1;
            display: flex;
            flex-direction: column;
            background-color: #F3F3FC;
            border-radius: 5px;
        }
        .casino-name {
            font-size: 1.4em;
            text-align: center;
            font-weight: bold;
            color: #191970;
            margin: 0;
            border-radius: 5px;
            border: 2px solid #DEE41B;
        }
.jackpot {
    background: url(/images/2193465.webp) center left no-repeat;
}
.wivdrau {
    background: url(/images/2495082.webp) center left no-repeat;
}
.jack {
    background: url(/images/777.webp) center left no-repeat;
}  
.almaz {
    background: url(/images/almaz.webp) center left no-repeat;
}        
.bonuss {
    background: url(/images/536089.webp) center left no-repeat;
}
.websait {
    background: url(/images/web.webp) center left no-repeat;
}

.top1 {
    background: url(/images/top1.webp) center left no-repeat;    
}

.top2 {
    background: url(/images/top2.webp) center left no-repeat;    
}

.top3 {
    background: url(/images/top3.webp) center left no-repeat;    
}

.top4 {
    background: url(/images/top4.webp) center left no-repeat;    
}

.top5 {
    background: url(/images/top5.webp) center left no-repeat;    
}

.menu1 {
    background: url(/images/menu1.webp) center left no-repeat;    
}
.menu2 {
    background: url(/images/menu2.webp) center left no-repeat;    
}
.menu3 {
    background: url(/images/menu3.webp) center left no-repeat;    
}
.menu4 {
    background: url(/images/menu4.webp) center left no-repeat;    
}

.menu1, .menu2, .menu3, .menu4, .top1, .top2, .top3, .top4, .top5, .websait, .bonuss, .almaz, .jack, .wivdrau, .jackpot {
        display: inline-block;
        background-size: 1.9vw;
    padding: 0.3vw 3vw 0.3vw 3vw;
}

.rus {
    background: url(/images/ru.svg) center left no-repeat;
}
.en {
    background: url(/images/en.svg) center left no-repeat;
}
.de {
    background: url(/images/de.svg) center left no-repeat;
}
.pl {
    background: url(/images/pl.svg) center left no-repeat;
}
.uz {
    background: url(/images/uz.svg) center left no-repeat;
}
.bg {
    background: url(/images/bg.svg) center left no-repeat;
}
.hi {
    background: url(/images/hi.svg) center left no-repeat;
}

.rating {
    display: inline-block;
    background: url(/images/stars.svg) center left no-repeat;
    background-size: 1.8vw;
    padding: 0.3vw 0 0.1vw 2vw;
    font-size: 1.2vw;
    color: #D7D7EE;
    font-weight: 600;
}
.rating span {
    color: #4682B4;
}
        .casino-bonus {
            color: #555;
            margin: 5px 0 15px;
            font-size: 15px;
            text-align: center;
        }

        .actions {
            display: flex;
            flex-direction: column;
            gap: 5px;
        }

        .play-btn {
            background-color: #2a69c9;
            color: white;
            text-decoration: none;
            font-weight: bold;
            text-align: center;
            padding: 8px 10px;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        .play-btn:hover {
            background-color: #2E8B57;
        }

        .review-btn {
            background-color: #F6F7F6;
            color: #2F4F4F;
            text-decoration: none;
            text-align: center;
            padding: 8px 10px;
            font-weight: bold;
            border-radius: 5px;
            transition: background-color 0.3s;
        }

        .review-btn:hover {
            background-color: #ccc;
        }

         ul.styled-list {
            list-style: none; /* Убираем стандартные маркеры */
            padding: 0;
            margin: 0;
        }

        ul.styled-list li {
            display: flex;
            align-items: center;
            margin-bottom: 10px;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 10px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            transition: transform 0.2s, box-shadow 0.2s;
            background-color: #f9f9f9;
        }

        ul.styled-list li:hover {
            transform: scale(1.02);
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
        }

        ul.styled-list li::before {
            content: "✔"; /* Символ перед элементом списка */
            font-size: 1.2em;
            color: #4CAF50;
            margin-right: 10px;
        }

        ul.styled-list li span {
            font-size: 1.1em;
            color: #555;
        }

footer {
      background-color: #3a3d49;
      color: #fff;
      padding: 20px 0;
    }

    .footer-container {
      max-width: 1000px;
      margin: 0 auto;
      padding: 0 20px;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      position: relative;
    }

    .footer-menu {
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
    }

    .footer-menu a {
      color: #fff;
      text-decoration: none;
      font-weight: bold;
      transition: color 0.3s ease;
    }

    .footer-menu a:hover {
      color: #00bfff;
    }

    .lang-dropdown {
      position: relative;
    }

    /* Скрытый чекбокс */
    .lang-checkbox {
      display: none;
    }

    .lang-label {
      cursor: pointer;
      color: #fff;
      display: inline-block;
    }

    .lang-label:hover {
      color: #00bfff;
    }

    .lang-menu {
      display: none;
      position: absolute;
      bottom: 100%;
      right: 0;
      background-color: #333;
      min-width: 100px;
      box-shadow: 0 -8px 16px rgba(0,0,0,0.3);
      z-index: 1;
      border-radius: 4px;
      margin-bottom: 10px;
    }

    .lang1, .lang-menu a {
      color: #fff;
    padding: 0.6vw 1.6vw 0.7vw 1.5vw;
      text-decoration: none;
      display: inline-block;
      transition: background 0.3s ease;
      background-size: 1.3vw;
    }

    .lang-menu a:hover {
      background-color: #444;
    }

    /* Показ меню при чекнутом чекбоксе */
    .lang-checkbox:checked + .lang-label + .lang-menu {
      display: block;
    }

    .footer-copy {
      text-align: center;
      margin-top: 15px;
      color: #aaa;
      font-size: 14px;
    }

    .footer-bottom {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      margin-top: 20px;
      flex-wrap: wrap;
    }

    .footer-bottom img {
      height: 40px;
      vertical-align: middle;
    }

    .pros-cons {
      display: flex;
      flex-wrap: wrap;
      gap: 20px;
    }

    .pros {
    flex: 1;
     min-width: 245px;
      background-color: #FCFCFC;
      padding: 1px;
      border-left: 2px solid;
      border-right: 2px solid;
      border-radius: 8px;
      box-shadow: 0 0 5px rgba(0,0,0,0.05);
      border-color: #D6D6D6;
    }

    .pros ul li a {
            color: #2A68C6;
            text-decoration: none;
            font-size: 1.1em;
            transition: color 0.3s;
        }

    .pros ul li a:hover {
            color: #dff0d8;
        }

 .menuleft {
    box-shadow: 0 0 5px rgba(0,0,0,0.08);
    text-align: left;
    padding-left: 20px;
    font-weight: 600;
    background-color: #2a69c9;
    font-size: 1.2vw;
    color: white;
}

    .pros ul {
      padding-left: 5px;
    padding-block-end: initial;
    }

        @media (max-width: 768px) {

            header {
                flex-direction: column;
                align-items: flex-start;
            }

            nav ul {
                flex-direction: column;
                align-items: flex-start;
                width: 100%;
                margin-top: 10px;
            }

            nav ul li {
                margin: 10px 0;
                width: 100%;
            }

            nav ul li a {
                display: block;
                width: 100%;
                padding: 10px;
                background-color: #45a049;
                border-radius: 5px;
                text-align: center;
            }

            nav ul li a:hover {
                background-color: #3c8e43;
                color: white;
            }

            .menu-image {
                display: block; /* Показываем картинку на мобильных устройствах */
                margin-top: 21px;
                padding-left: 20px;
                text-align: center;
            }

            .menu-image img {
                width: 300px; /* Увеличиваем размер картинки для мобильных */
            }

            .highlighted-img {
                float: none;
                display: block;
                margin: 15px auto;
                width: 100%;
                max-width: 300px;
            }

            .container {
                padding: 15px;
            }

        .casino-info {
                align-items: center;
                text-align: center;
            }

        .casino-name {
    padding-left: 10px;
    padding-right: 10px;
}
            .actions {
                flex-direction: row;
                justify-content: center;
                gap: 10px;
                width: 100%;
            }

            .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
      }

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

      .lang-dropdown {
        margin-top: 10px;
      }

      .footer-bottom {
        flex-direction: column;
        gap: 10px;
      }

      .rating {
    display: inline-block;
    background: url(/images/stars.svg) center left no-repeat;
    background-size: 5vw;
    padding: 0.6vw 0 0.1vw 6vw;
    font-size: 1.2vw;
    color: #D7D7EE;
    font-weight: 600;
}

    .main-wrapper {
        flex-direction: column;
    }

    .sidebar {
        width: 100%;
        margin-bottom: 20px;
        font-size: 18px;
    }
    .menuleft {
font-size: 20px;
}
          .pros-cons {
        flex-direction: column;
      }

    .menu1, .menu2, .menu3, .menu4, .top1, .top2, .top3, .top4, .top5, .websait, .bonuss, .almaz, .jack, .wivdrau, .jackpot {
        display: inline-block;
        background-size: 10vw;
    padding: 3.3vw 3vw 3.3vw 12vw;
}
    .lang1, .lang-menu a {
            display: inline-block;
        background-size: 6.5vw;
    padding: 1.3vw 3vw 2.3vw 8vw;
    text-align: left;
    }
        }