<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #FFCC00;
    text-decoration: none;
    transition: color 0.3s ease;
}

a:hover {
    color: #FFA201; /* Ð¸Ð»Ð¸ Ð»ÑŽÐ±Ð¾Ð¹ Ð´Ñ€ÑƒÐ³Ð¾Ð¹ Ñ†Ð²ÐµÑ‚ Ð´Ð»Ñ ÑÑ„Ñ„ÐµÐºÑ‚Ð° Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
    text-decoration: underline;    
}



body {
    font-family: Arial, sans-serif;
    background-color: #29333C;
    color: #fff;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    line-height: 1.6;
    overflow-x: auto;
}

footer {
    background-color: #232A32;
    text-align: center;
    padding: 10px;
}


/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ */
h1 {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
    color: #FFA201;
}

h2 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #ffcc00;
}

h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #ddd;
}

/* ÐÐ±Ð·Ð°Ñ†Ñ‹ */
p {
    font-size: 16px;
    margin-bottom: 15px;
    color: #ccc;
}

/* ÐžÐ±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐ¿Ð¸ÑÐºÐ¾Ð² */
ul, ol {
    margin: 10px 0 20px 20px;
    padding-left: 20px;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð¼Ð°Ñ€ÐºÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ñ… ÑÐ¿Ð¸ÑÐºÐ¾Ð² */
ul {
    list-style-type: disc;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ Ð½ÑƒÐ¼ÐµÑ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ñ… ÑÐ¿Ð¸ÑÐºÐ¾Ð² */
ol {
    list-style-type: decimal;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² ÑÐ¿Ð¸ÑÐºÐ° */
li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #ddd;
}

/* Ð–Ð¸Ñ€Ð½Ñ‹Ð¹ Ñ‚ÐµÐºÑÑ‚ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ ÑÐ¿Ð¸ÑÐºÐ° */
li strong {
    color: #FFA201;
}

/* ÐžÐ±Ñ‰Ð¸Ðµ ÑÑ‚Ð¸Ð»Ð¸ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ‹ */
table {
    width: 95%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #1E1E1E;
    color: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: left;
}

/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ‹ */
th {
    background-color: #232A32;
    color: white;
    padding: 12px;
    font-size: 18px;
    text-align: left;
}

/* Ð¯Ñ‡ÐµÐ¹ÐºÐ¸ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ‹ */
td {
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #333;
}

/* Ð§ÐµÑ€ÐµÐ´ÑƒÑŽÑ‰Ð¸ÐµÑÑ ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
tr:nth-child(even) {
    background-color: #222;
}

/* ÐÐ°Ð²ÐµÐ´ÐµÐ½Ð¸Ðµ Ð½Ð° ÑÑ‚Ñ€Ð¾ÐºÐ¸ */
tr:hover {
    background-color: #333;
}

/* Ð—Ð°ÐºÑ€ÑƒÐ³Ð»ÐµÐ½Ð½Ñ‹Ðµ ÐºÑ€Ð°Ñ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ñ‹ */
table tr:first-child th:first-child {
    border-top-left-radius: 10px;
}
table tr:first-child th:last-child {
    border-top-right-radius: 10px;
}
table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}
table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑˆÐ°Ð¿ÐºÐ¸ */
.header {
    display: flex;
    align-items: center;
    justify-content: space-between; /* Ð&nbsp;Ð°Ð·Ð¼ÐµÑ‰Ð°ÐµÐ¼ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ñ‹ Ñ€Ð°Ð²Ð½Ð¾Ð¼ÐµÑ€Ð½Ð¾ */
    background-color: #232A32;
    padding: 10px 20px;
    flex-wrap: wrap;
}


/* Ð›Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿ */
.logo img {
    height: 40px;
}

/* Ð’ÐµÑ€Ñ…Ð½ÑÑ Ñ‡Ð°ÑÑ‚ÑŒ ÑˆÐ°Ð¿ÐºÐ¸ */
.header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hamburger {
  display: none;
  font-size: 24px;
  background-color: #1f1f1f;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px;
  width: 44px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 1100;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

/* ÐœÐµÐ½ÑÐµÐ¼ Ð·Ð½Ð°Ñ‡Ð¾Ðº Ð½Ð° ÐºÑ€ÐµÑÑ‚Ð¸Ðº, ÐºÐ¾Ð³Ð´Ð° Ð¼ÐµÐ½ÑŽ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¾ */
.hamburger.open::before {
  content: 'âœ•'; /* ÐºÑ€ÐµÑÑ‚Ð¸Ðº */
}

.hamburger::before {
  content: 'â˜°'; /* Ð±ÑƒÑ€Ð³ÐµÑ€ */
}

/* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ñ‚ÐµÐºÑÑ‚Ð¾Ð²ÑƒÑŽ Ð¸ÐºÐ¾Ð½ÐºÑƒ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ &lt;button&gt;, ÐµÑÐ»Ð¸ Ð¸ÑÐ¿Ð¾Ð»ÑŒÐ·ÑƒÐµÐ¼ ::before */
.hamburger span {
  display: none;
}

/* ÐžÑÐ½Ð¾Ð²Ð½Ð¾Ðµ Ð¼ÐµÐ½ÑŽ */
.main-menu {
    display: flex;
    gap: 15px;
}

.main-menu a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    padding: 8px 12px;
    transition: color 0.3s, background-color 0.3s;
    border-radius: 5px;
}

.main-menu a:hover {
    background-color: #FFA201;
    color: #111;
}

/* ÐÐ°Ð²Ð¸Ð³Ð°Ñ†Ð¸Ñ ÑÐ¿Ñ€Ð°Ð²Ð° */
.header-nav {
    display: flex;
    align-items: center;
    gap: 15px;
}


/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ Ð²Ñ…Ð¾Ð´Ð° */
.nav-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    transition: background-color 0.3s, color 0.3s;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Ñ Ð¸ÐºÐ¾Ð½ÐºÐ¾Ð¹ Ð¿Ð¾Ð¸ÑÐºÐ° */
.nav-btn img {
    width: 18px;
    height: 18px;
}

/* Ð¢ÐµÐ¼Ð½Ð°Ñ ÐºÐ½Ð¾Ð¿ÐºÐ° */
.nav-btn.dark {
    background-color: #1e1e1e;
    color: #fff;
}

/* Ð—ÐµÐ»ÐµÐ½Ð°Ñ ÐºÐ½Ð¾Ð¿ÐºÐ° */
.nav-btn.green {
    background-color: #FFA201;
    color: #fff;
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚Ñ‹ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.nav-btn.dark:hover {
    background-color: #2b2b2b;
}

.nav-btn.green:hover {
    background-color: #FFB900;
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚Ñ‹ Ð¿Ñ€Ð¸ Ð½Ð°Ð¶Ð°Ñ‚Ð¸Ð¸ */
.nav-btn:active {
    transform: scale(0.95);
}


.auth-buttons button {
    padding: 5px 15px;
    margin-left: 10px;
    cursor: pointer;
    border: none;
    border-radius: 5px;
}

.main {
    display: flex;
    flex: 1;
}

/* Ð¡ÐµÐºÑ†Ð¸Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ¸ Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ */
.download-app {
    width: 100%;
    max-width: 1200px; /* Ð§Ñ‚Ð¾Ð±Ñ‹ Ð½Ðµ Ñ€Ð°ÑÑ‚ÑÐ³Ð¸Ð²Ð°Ð»Ð¾ÑÑŒ Ð½Ð° Ð±Ð¾Ð»ÑŒÑˆÐ¸Ñ… ÑÐºÑ€Ð°Ð½Ð°Ñ… */    
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin: 0 auto; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ Ð±Ð»Ð¾Ðº */}

.text-content {
    width: 100%;
    max-width: 1200px; /* Ð§Ñ‚Ð¾Ð±Ñ‹ Ð½Ðµ Ñ€Ð°ÑÑ‚ÑÐ³Ð¸Ð²Ð°Ð»Ð¾ÑÑŒ Ð½Ð° Ð±Ð¾Ð»ÑŒÑˆÐ¸Ñ… ÑÐºÑ€Ð°Ð½Ð°Ñ… */    
    padding: 20px 20px;
    border-radius: 10px;
    margin-top: 20px;
    margin: 0 auto; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ Ð±Ð»Ð¾Ðº */}    

/* ÐšÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€ Ñ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸ÐµÐ¼ Ð¸ Ñ‚ÐµÐºÑÑ‚Ð¾Ð¼ */
.app-container {
    max-width: 1200px;
    margin: 0 auto; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÐ¼ ÐºÐ¾Ð½Ñ‚ÐµÐ½Ñ‚ Ð²Ð½ÑƒÑ‚Ñ€Ð¸ */
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 40px;}

/* Ð›ÐµÐ²Ð°Ñ Ñ‡Ð°ÑÑ‚ÑŒ: Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ */
.app-image img {
    width: 100%;
    max-width: 350px;
    border-radius: 15px;
}

/* ÐŸÑ€Ð°Ð²Ð°Ñ Ñ‡Ð°ÑÑ‚ÑŒ: Ñ‚ÐµÐºÑÑ‚ */
.app-info {
    width: 100%;
}

/* Ð¡Ð¿Ð¸ÑÐ¾Ðº Ñ…Ð°Ñ€Ð°ÐºÑ‚ÐµÑ€Ð¸ÑÑ‚Ð¸Ðº */
.system-requirements {
    list-style: none;
    padding: 0;
}

.system-requirements li {
    margin-bottom: 8px;
    font-size: 16px;
    color: #fff;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ ÑÐºÐ°Ñ‡Ð¸Ð²Ð°Ð½Ð¸Ñ */
.download-buttons {
    display: flex;
    gap: 15px;
    margin-top: 20px;
}

.btn-download img {
    width: 150px;
    transition: transform 0.3s;
}

.btn-download:hover img {
    transform: scale(1.05);
}

.sidebar {
    width: 250px;
    background-color: #1f1f27;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100vh;
}

.sidebar-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.sidebar-nav a {
    background-color: #18181f;
    color: #ffffff;
    text-decoration: none;
    padding: 15px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 14px;
    position: relative;
}

.sidebar-nav a:hover {
    background-color: #2b2b33;
}

.sidebar-nav .icon {
    display: block;
    font-size: 24px;
    margin-bottom: 5px;
}

.sidebar-nav .badge {
    position: absolute;
    top: 5px;
    right: 10px;
    background-color: #ff3b3b;
    color: white;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 20px;
}

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

.sidebar-bottom button {
    background-color: #18181f;
    border: none;
    color: #ffffff;
    padding: 12px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.sidebar-bottom button:hover {
    background-color: #2b2b33;
}

.content {
    flex: 1;
}

.banner {
    background: url('banner-image.jpg') no-repeat center center / cover;
    padding: 60px 20px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 20px;
}

.banner h1 {
    margin-bottom: 20px;
    font-size: 36px;
}

.banner .cta {
    padding: 10px 20px;
    background-color: #FFA201;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

.banner-carousel {
    position: relative;
    width: 100%;  /* Ð&nbsp;Ð°ÑÑ‚ÑÐ³Ð¸Ð²Ð°ÐµÐ¼ Ð½Ð° Ð²ÑÑŽ ÑˆÐ¸Ñ€Ð¸Ð½Ñƒ ÐºÐ¾Ð½Ñ‚ÐµÐ¹Ð½ÐµÑ€Ð° */
    margin: 0 auto;
    overflow: hidden;
    border-radius: 10px;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
}

.slide {
    flex: 0 0 100%;
    width: 100%;
}

.slide img {
    width: 100%;
    display: block;
    border-radius: 10px;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ Ð¿ÐµÑ€ÐµÐºÐ»ÑŽÑ‡ÐµÐ½Ð¸Ñ */
.prev, .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


.game-categories {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.game-categories a {
    display: flex;
    font-size: 11px; /* Ð¸Ð·Ð¼ÐµÐ½Ð¸Ñ‚Ðµ Ñ€Ð°Ð·Ð¼ÐµÑ€ Ñ‚ÐµÐºÑÑ‚Ð° Ð¿Ð¾ Ð²Ð°ÑˆÐµÐ¼Ñƒ ÑƒÑÐ¼Ð¾Ñ‚Ñ€ÐµÐ½Ð¸ÑŽ */
    flex-direction: column;
    text-align: center; /* Ð²Ñ‹Ñ€Ð°Ð²Ð½Ð¸Ð²Ð°ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚ ÑÑ‚Ñ€Ð¾Ð³Ð¾ Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ */
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
    background-color: #1e1e24;
    border-radius: 10px;
    padding: 10px;
    transition: background-color 0.3s, color 0.3s;
    width: 90px;
    height: 90px;
    white-space: nowrap;       /* Ð·Ð°Ð¿Ñ€ÐµÑ‰Ð°ÐµÑ‚ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ ÑÑ‚Ñ€Ð¾Ðº */
    overflow: hidden;          /* ÑÐºÑ€Ñ‹Ð²Ð°ÐµÑ‚ Ñ‚ÐµÐºÑÑ‚, ÐµÑÐ»Ð¸ Ð¾Ð½ Ð²Ñ‹Ñ…Ð¾Ð´Ð¸Ñ‚ Ð·Ð° Ð¿Ñ€ÐµÐ´ÐµÐ»Ñ‹ Ð±Ð»Ð¾ÐºÐ° */
    text-overflow: ellipsis;   /* Ð´Ð¾Ð±Ð°Ð²Ð»ÑÐµÑ‚ Ñ‚Ñ€Ð¾ÐµÑ‚Ð¾Ñ‡Ð¸Ðµ Ð¿Ñ€Ð¸ Ð¿ÐµÑ€ÐµÐ¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ð¸ */
}

.game-categories a img {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.game-categories a:hover {
    background-color: #2e2e34;
    color: #FFA201;
}

/* Ð¡ÐµÐºÑ†Ð¸Ñ ÑÐ¾ ÑÐ»Ð¾Ñ‚Ð°Ð¼Ð¸ */
.games-section {
    margin-bottom: 30px;
}

.games-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.games-header h2 {
    font-size: 20px;
    color: #fff;
}

.show-all {
    color: #FFA201;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s;
}

.show-all:hover {
    color: #2e8b57;
}

/* Ð“Ñ€Ð¸Ð´ Ð´Ð»Ñ ÑÐ»Ð¾Ñ‚Ð¾Ð² */
.games {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 15px;
}

/* Ð¡Ñ‚Ð¸Ð»Ð¸ Ð´Ð»Ñ ÑÐ»Ð¾Ñ‚Ð¾Ð² */
.slot {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    transition: transform 0.3s ease;
}

.slot img {
    width: 100%;
    border-radius: 10px;
    transition: opacity 0.3s ease;
}

.slot:hover img {
    opacity: 0.3;
}

/* Ð—Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ðµ Ð¸ ÐºÐ½Ð¾Ð¿ÐºÐ° Play */
.slot-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* Ð›ÐµÐ³ÐºÐ¾Ðµ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ðµ */
    display: flex;
    align-items: center; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ Ð¿Ð¾ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð¸ */
    justify-content: center; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ðµ Ð¿Ð¾ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð¸ */
    opacity: 0;
    transition: opacity 0.3s ease;
}

/* ÐŸÑ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ Ð¿Ð¾ÑÐ²Ð»ÑÐµÑ‚ÑÑ Ð·Ð°Ñ‚ÐµÐ¼Ð½ÐµÐ½Ð¸Ðµ Ð¸ ÐºÐ½Ð¾Ð¿ÐºÐ° */
.slot:hover .slot-overlay {
    opacity: 1;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Play Ð¿Ð¾ Ñ†ÐµÐ½Ñ‚Ñ€Ñƒ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ */
.play-btn {
    background-color: #FFA201;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.2s ease;
    text-transform: uppercase;
}

/* Ð­Ñ„Ñ„ÐµÐºÑ‚ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
.play-btn:hover {
    background-color: #FFB900;
    transform: scale(1.1); /* Ð›ÐµÐ³ÐºÐ¾Ðµ ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ */
}

.slot-info {
    padding: 5px 8px; /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐ°ÐµÐ¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ */
    text-align: left;
}

.slot-title {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    margin-bottom: 2px; /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐ°ÐµÐ¼ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ð½Ð°Ð·Ð²Ð°Ð½Ð¸ÐµÐ¼ Ð¸ Ð¿Ñ€Ð¾Ð²Ð°Ð¹Ð´ÐµÑ€Ð¾Ð¼ */
}

.slot-provider {
    font-size: 12px;
    color: #aaa;
    margin-top: 0; /* Ð£Ð±Ð¸Ñ€Ð°ÐµÐ¼ Ð²Ð¾Ð·Ð¼Ð¾Ð¶Ð½Ñ‹Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ ÑÐ²ÐµÑ€Ñ…Ñƒ */
}

/* Ð‘Ð»Ð¾Ðº Ñ Ð±Ð¾Ð½ÑƒÑÐ°Ð¼Ð¸ */
.bonuses {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 ÐºÐ¾Ð»Ð¾Ð½ÐºÐ¸ Ð½Ð° Ð±Ð¾Ð»ÑŒÑˆÐ¸Ñ… ÑÐºÑ€Ð°Ð½Ð°Ñ… */
    gap: 20px;
    padding: 20px;
    width: 100%;
}

/* ÐšÐ°Ñ€Ñ‚Ð¾Ñ‡ÐºÐ° Ð±Ð¾Ð½ÑƒÑÐ° */
.bonus-card {
    min-height: 100%;
    background-color: #222;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
}

.bonus-card:hover {
    transform: translateY(-5px);
}

/* Ð¤Ð¾Ð½Ð¾Ð²Ð°Ñ ÐºÐ°Ñ€Ñ‚Ð¸Ð½ÐºÐ° */
.bonus-image {
    height: 300px;
    background-size: cover;
    background-position: center;
}

/* ÐžÑÐ½Ð¾Ð²Ð½Ð¾Ðµ ÑÐ¾Ð´ÐµÑ€Ð¶Ð¸Ð¼Ð¾Ðµ */
.bonus-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px; /* ÐžÑ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¾Ð¼ Ð¸ ÐºÐ½Ð¾Ð¿ÐºÐ¾Ð¹ */
}

/* Ð—Ð°Ð³Ð¾Ð»Ð¾Ð²ÐºÐ¸ */
.bonus-content h3 {
    font-size: 14px;
    color: #bbb;
    text-transform: uppercase;
}

.bonus-content h2 {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin: 5px 0;
}

.bonus-highlight {
    color: #FFA201;
    font-size: 16px;
    font-weight: bold;
}

/* ÐŸÐ¾Ð´Ð·Ð°Ð³Ð¾Ð»Ð¾Ð²Ð¾Ðº */
.bonus-subtitle {
    font-size: 12px;
    color: #bbb;
    text-transform: uppercase;
    margin-top: 10px;
}

/* Ð¡Ð¿Ð¸ÑÐ¾Ðº ÑƒÑÐ»Ð¾Ð²Ð¸Ð¹ */
.bonus-content ul {
    text-align: left;
    list-style-type: disc;
    padding-left: 20px;
    font-size: 14px;
    color: #ddd;
    margin: 10px 0;
    flex: 1;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ */
.bonus-buttons {
    flex: 1 1 35%;
    max-width: 35%;
    display: flex;
    align-items: center;       /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¾Ð²ÐºÐ° Ð¿Ð¾ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð¸ */
    justify-content: center;   /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¾Ð²ÐºÐ° Ð¿Ð¾ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»Ð¸ */
    text-align: center;
}

.banner-cta-title {
    font-size: 30px;
    color: #fff;
    margin: 0;
    font-weight: bold;
    text-align: center;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ¸ */
.btn {
    padding: 10px;
    width: 48%;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Info (Ñ‚ÐµÐ¼Ð½Ð°Ñ) */
.info-btn {
    background-color: #333;
    color: white;
    border: 1px solid #444;
}

.info-btn:hover {
    background-color: #444;
}

/* ÐšÐ½Ð¾Ð¿ÐºÐ° Get Bonus (Ð·ÐµÐ»ÐµÐ½Ð°Ñ) */
.get-bonus-btn {
    text-align: center;
    padding: 12px 20px;
    font-size: 16px;
    background-color: #FFA201;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: bold;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    min-width: 350px; /* ÐœÐ¸Ð½Ð¸Ð¼Ð°Ð»ÑŒÐ½Ð°Ñ ÑˆÐ¸Ñ€Ð¸Ð½Ð° ÐºÐ½Ð¾Ð¿ÐºÐ¸ */
}

.get-bonus-btn:hover {
    background-color: #3a8b3a;
    transform: scale(1.05); /* ÐÐµÐ±Ð¾Ð»ÑŒÑˆÐ¾Ðµ ÑƒÐ²ÐµÐ»Ð¸Ñ‡ÐµÐ½Ð¸Ðµ Ð¿Ñ€Ð¸ Ð½Ð°Ð²ÐµÐ´ÐµÐ½Ð¸Ð¸ */
}

/* ÐžÐ±Ñ‰Ð¸Ð¹ ÑÑ‚Ð¸Ð»ÑŒ Ð´Ð»Ñ Ð±Ð°Ð½Ð½ÐµÑ€Ð¾Ð² */
.fullwidth-banner {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    left: 0;
    right: 0;
}

.fullwidth-banner img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

/* ÐŸÐ¾ÐºÐ°Ð·Ñ‹Ð²Ð°ÐµÐ¼ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð´ÐµÑÐºÑ‚Ð¾Ð¿Ð½Ð¾Ðµ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
}

.link-menu {
    display: flex;
    flex-wrap: wrap;        /* â† Ñ€Ð°Ð·Ñ€ÐµÑˆÐ°ÐµÑ‚ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñ ÑÐ»ÐµÐ¼ÐµÐ½Ñ‚Ð¾Ð² Ð½Ð° Ð½Ð¾Ð²ÑƒÑŽ ÑÑ‚Ñ€Ð¾ÐºÑƒ */
    gap: 8px 15px;         /* Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»ÑŒÐ½Ñ‹Ð¹ Ð¸ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ñ‹Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ */
    padding: 3px 3px;     /* Ð²Ð½ÑƒÑ‚Ñ€ÐµÐ½Ð½Ð¸Ðµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ñ‹ Ð´Ð»Ñ Ð·Ð°Ñ‰Ð¸Ñ‚Ñ‹ Ð¾Ñ‚ ÐºÑ€Ð°Ñ‘Ð² */
    box-sizing: border-box; /* ÑƒÑ‡Ð¸Ñ‚Ñ‹Ð²Ð°ÐµÐ¼ padding Ð²Ð½ÑƒÑ‚Ñ€Ð¸ ÑˆÐ¸Ñ€Ð¸Ð½Ñ‹ */
    text-decoration: underline;
}

.link-menu a {
    color: #FFCC00;
    text-decoration: none;
    font-size: 16px;
    white-space: nowrap;    /* â† Ð¿Ñ€ÐµÐ´Ð¾Ñ‚Ð²Ñ€Ð°Ñ‰Ð°ÐµÑ‚ Ñ€Ð°Ð·Ñ€Ñ‹Ð² Ñ‚ÐµÐºÑÑ‚Ð° */
}

.link-menu a:hover {
    color: #FFA201;

}

.banner-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.hed-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 10px;
    border-radius: 12px;
    flex-wrap: wrap;
    color: white;
}

.hed-banner-image {
    flex: 1 1 60%;
    max-width: 60%;
}

.hed-banner-image img {
    width: 100%;
    border-radius: 10px;
    display: block;
}

.bonus-buttons {
    flex: 1 1 35%;
    max-width: 35%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.get-bonus-btn {
    padding: 12px 20px;
    font-weight: bold;
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    transition: background-color 0.3s ease;
    background-color: #FFCC00;
    color: #000;
    text-align: center;
}

.get-bonus-btn:hover {
    background-color: #FFA201;
    color: #000;
}

/* âœ… ÐžÐ±Ñ‘Ñ€Ñ‚ÐºÐ° Ð´Ð»Ñ Ð³Ð¾Ñ€Ð¸Ð·Ð¾Ð½Ñ‚Ð°Ð»ÑŒÐ½Ð¾Ð¹ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‚ÐºÐ¸ */
.table-scroll {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
}

/* âœ… Ð¢Ð°Ð±Ð»Ð¸Ñ†Ð° Ð²Ð½ÑƒÑ‚Ñ€Ð¸ Ð¿Ñ€Ð¾ÐºÑ€ÑƒÑ‡Ð¸Ð²Ð°ÐµÐ¼Ð¾Ð¹ Ð¾Ð±Ñ‘Ñ€Ñ‚ÐºÐ¸ */
.table-scroll table {
    min-width: 700px;
    width: 100%;
    border-collapse: collapse;
}

.table-scroll th,
.table-scroll td {
    white-space: nowrap;
}

.bottom-banner {
  position: fixed;
  bottom: 10px;
  left: 10px;
  background-color: #2a2a2a;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.4);
  z-index: 9999;
  max-width: 95%;
  font-size: 14px;
}

.banner-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.banner-text {
  flex: 1;
}

.banner-button {
  background-color: #FFA201;
  color: #000;
  padding: 10px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  margin-left: 15px;
  transition: background-color 0.3s ease;
}

.banner-button:hover {
  background-color: #FFCC00;
  color: #000;
  text-decoration: none; 
}

/* ----------------------------------------------------------------------------ÐÐ´Ð°Ð¿Ñ‚Ð¸Ð²Ð½Ð¾ÑÑ‚ÑŒ */
@media (max-width: 1200px) {
    .bonuses {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 769px) {
  .hamburger {
    display: none !important;
  }
}

@media (max-width: 768px) { 
.hed-banner {
        flex-direction: column;
        text-align: center;
    }

    .hed-banner-image,
    .bonus-buttons {
        max-width: 100%;
        flex: 1 1 100%;
    }

    .get-bonus-btn {
        width: 100%;
        max-width: 300px;
    }


    .link-menu {
        padding: 2px;
    }

    .link-menu a {
        font-size: 14px;
    }


    .desktop-only {
        display: none !important;
    }

    .mobile-only {
        display: block !important;
    }


      .hamburger {
    display: flex;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%); /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÑ‚ Ð¿Ð¾ Ð²ÐµÑ€Ñ‚Ð¸ÐºÐ°Ð»Ð¸ */
  }
  
  .main-menu {
    display: none;
    flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    gap: 8px; /* â† ÑƒÐ¼ÐµÐ½ÑŒÑˆÐµÐ½Ð½Ñ‹Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð¼ÐµÐ¶Ð´Ñƒ Ð¿ÑƒÐ½ÐºÑ‚Ð°Ð¼Ð¸ */
    padding: 10px 0;
  }
  
    .main-menu a {
    padding: 5px 20px; /* Ð¼ÐµÐ½ÐµÐµ Ð²Ñ‹ÑÐ¾ÐºÐ¸Ð¹ ÐºÐ»Ð¸Ðº-Ñ‚Ð°Ñ€Ð³ÐµÑ‚ */
    font-size: 16px;
  }
  
    .header {
    position: relative;
    padding-right: 70px; /* Ð¾ÑÐ²Ð¾Ð±Ð¾Ð´Ð¸Ñ‚ÑŒ Ð¼ÐµÑÑ‚Ð¾ ÑÐ¿Ñ€Ð°Ð²Ð° Ð¿Ð¾Ð´ Ð³Ð°Ð¼Ð±ÑƒÑ€Ð³ÐµÑ€ */
  }

  .header.open .main-menu {
    display: flex;
    max-height: 500px; /* Ð´Ð¾ÑÑ‚Ð°Ñ‚Ð¾Ñ‡Ð½Ð°Ñ Ð²Ñ‹ÑÐ¾Ñ‚Ð° Ð¿Ð¾Ð´ Ð¼ÐµÐ½ÑŽ */
  }
  
    .header-nav {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  
    .header-nav a.nav-btn {
    padding: 6px 10px;
    font-size: 14px;
    white-space: nowrap;
  }
    
    
    .main {
        flex-direction: column;
    }
    
    .app-container {
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

      .app-image {
      text-align: center; /* Ð¦ÐµÐ½Ñ‚Ñ€Ð¸Ñ€ÑƒÐµÑ‚ Ñ‚Ð¾Ð»ÑŒÐºÐ¾ Ð¸Ð·Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ðµ */
  }

    .app-image img {
        width: 250px;
    }

      .app-info {
      text-align: left;   /* Ð›ÐµÐ²Ð¾Ðµ Ð²Ñ‹Ñ€Ð°Ð²Ð½Ð¸Ð²Ð°Ð½Ð¸Ðµ Ñ‚ÐµÐºÑÑ‚Ð° */
      padding: 0 10px;    /* Ð”Ð¾Ð±Ð°Ð²Ð¸Ð¼ Ð½ÐµÐ±Ð¾Ð»ÑŒÑˆÐ¾Ð¹ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿ Ð´Ð»Ñ Ñ‡Ð¸Ñ‚Ð°ÐµÐ¼Ð¾ÑÑ‚Ð¸ */
  }

    .download-buttons {
        flex-direction: column;
        align-items: center;
    }
    

    /* âœ… Ð£Ð¼ÐµÐ½ÑŒÑˆÐ°ÐµÐ¼ Ð»Ð¾Ð³Ð¾Ñ‚Ð¸Ð¿ */
    .logo img {
        height: 30px; /* Ð‘Ñ‹Ð»Ð¾ 40px, Ñ‚ÐµÐ¿ÐµÑ€ÑŒ ÐºÐ¾Ð¼Ð¿Ð°ÐºÑ‚Ð½ÐµÐµ */
    }



    /* Ð¡ÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ ÑÐ°Ð¹Ð´Ð±Ð°Ñ€ Ð¿Ð¾ ÑƒÐ¼Ð¾Ð»Ñ‡Ð°Ð½Ð¸ÑŽ */
    .sidebar {
        position: absolute;
        top: 50px;
        left: 0;
        width: 100%;
        background: #1f1f27;
        transform: translateY(-100%);
        transition: transform 0.3s ease-in-out;
        z-index: 1000;
        height: auto;
        overflow: hidden;
        display: none; /* ÐŸÐ¾Ð»Ð½Ð¾ÑÑ‚ÑŒÑŽ ÑÐºÑ€Ñ‹Ð²Ð°ÐµÐ¼ */
    }


    .game-categories {
        display: grid !important;  /* ÐŸÑ€Ð¸Ð½ÑƒÐ´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð¾ ÑƒÐ±Ð¸Ñ€Ð°ÐµÐ¼ flex */
        grid-template-columns: repeat(4, 1fr); /* 4 Ð·Ð½Ð°Ñ‡ÐºÐ¾Ð² Ð² Ñ€ÑÐ´ */
        gap: 5px; /* ÐœÐµÐ½ÑŒÑˆÐµ Ð¾Ñ‚ÑÑ‚ÑƒÐ¿Ð¾Ð² Ð¼ÐµÐ¶Ð´Ñƒ Ð·Ð½Ð°Ñ‡ÐºÐ°Ð¼Ð¸ */
        justify-content: center;
        align-items: center;
        padding: 10px 0;
    }

    .game-categories a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        width: 60px;  /* Ð¤Ð¸ÐºÑÐ¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ð¹ Ñ€Ð°Ð·Ð¼ÐµÑ€ */
        height: 60px;
        font-size: 10px;
        padding: 5px;
    }
    
    .game-categories a img {
        width: 30px; /* Ð£Ð¼ÐµÐ½ÑŒÑˆÐ°ÐµÐ¼ Ð·Ð½Ð°Ñ‡ÐºÐ¸ */
        height: 30px;
    }

    .games {
        grid-template-columns: repeat(3, 1fr);
    }

    .banner h1 {
        font-size: 24px;
    }

    .bonuses {
        grid-template-columns: repeat(1, 1fr);
    }

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 22px;
    }

    table {
        width: 100%;
        font-size: 14px;
    }

    th, td {
        padding: 8px;
    }

    ul, ol {
        padding-left: 15px;
    }

}
</pre></body></html>