.page-app-x-s-66 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f4f7f6; padding-top: var(--header-offset, 122px); } .page-app-x-s-66__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-app-x-s-66__section { background-color: #ffffff; margin-bottom: 20px; padding: 30px; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08); } .page-app-x-s-66__hero-section { background: linear-gradient(135deg, #1a2a6c, #b21f1f); color: #ffffff; text-align: center; padding: 80px 20px; border-radius: 10px; margin-bottom: 20px; position: relative; overflow: hidden; } .page-app-x-s-66__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; } .page-app-x-s-66__hero-content { position: relative; z-index: 1; } .page-app-x-s-66__hero-title { font-size: 3.5em; margin-bottom: 15px; font-weight: bold; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4); } .page-app-x-s-66__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-app-x-s-66__hero-cta { display: inline-block; background-color: #ffc107; color: #333; padding: 15px 35px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.2em; transition: background-color 0.3s ease, transform 0.3s ease; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); } .page-app-x-s-66__hero-cta:hover { background-color: #e0a800; transform: translateY(-3px); } .page-app-x-s-66__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; padding: 20px; background-color: #fff; border-radius: 10px; margin-bottom: 20px; } .page-app-x-s-66__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-app-x-s-66__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-app-x-s-66__section-title { font-size: 2.5em; color: #1a2a6c; text-align: center; margin-bottom: 40px; position: relative; } .page-app-x-s-66__section-title::after { content: ''; display: block; width: 80px; height: 4px; background-color: #ffc107; margin: 10px auto 0; border-radius: 2px; } .page-app-x-s-66__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-app-x-s-66__intro-item { text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); transition: transform 0.3s ease; } .page-app-x-s-66__intro-item:hover { transform: translateY(-5px); } .page-app-x-s-66__intro-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-app-x-s-66__intro-title { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; } .page-app-x-s-66__quick-access-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 30px; } .page-app-x-s-66__quick-access-button { background-color: #007bff; color: #ffffff; padding: 12px 25px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-app-x-s-66__quick-access-button:hover { background-color: #0056b3; } .page-app-x-s-66__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-app-x-s-66__game-card { background-color: #fefefe; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-app-x-s-66__game-card:hover { transform: translateY(-8px); } .page-app-x-s-66__game-image { width: 100%; height: 200px; object-fit: cover; } .page-app-x-s-66__game-content { padding: 20px; } .page-app-x-s-66__game-title { font-size: 1.6em; color: #1a2a6c; margin-bottom: 10px; } .page-app-x-s-66__game-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-app-x-s-66__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-app-x-s-66__promo-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; } .page-app-x-s-66__promo-card:hover { transform: translateY(-8px); } .page-app-x-s-66__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-app-x-s-66__promo-content { padding: 20px; } .page-app-x-s-66__promo-title { font-size: 1.6em; color: #1a2a6c; margin-bottom: 10px; } .page-app-x-s-66__promo-description { font-size: 0.95em; color: #555; margin-bottom: 15px; } .page-app-x-s-66__promo-button { display: inline-block; background-color: #28a745; color: #ffffff; padding: 10px 20px; border-radius: 5px; text-decoration: none; font-weight: bold; transition: background-color 0.3s ease; } .page-app-x-s-66__promo-button:hover { background-color: #218838; } .page-app-x-s-66__security-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; } .page-app-x-s-66__security-item { text-align: center; padding: 25px; background-color: #f9f9f9; border-radius: 8px; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05); } .page-app-x-s-66__security-icon { width: 80px; height: 80px; margin-bottom: 15px; } .page-app-x-s-66__security-title { font-size: 1.5em; color: #1a2a6c; margin-bottom: 10px; } .page-app-x-s-66__security-text { font-size: 0.95em; color: #555; } .page-app-x-s-66__faq-list { list-style: none; padding: 0; } .page-app-x-s-66__faq-item { background-color: #fefefe; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05); } .page-app-x-s-66__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; background-color: #e9ecef; color: #1a2a6c; cursor: pointer; user-select: none; font-weight: bold; transition: background-color 0.3s ease; } .page-app-x-s-66__faq-question:hover { background-color: #dee2e6; } .page-app-x-s-66__faq-question h3 { margin: 0; font-size: 1.2em; pointer-events: none; } .page-app-x-s-66__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; } .page-app-x-s-66__faq-item.active .page-app-x-s-66__faq-toggle { transform: rotate(45deg); } .page-app-x-s-66__faq-answer { max-height: 0; overflow: hidden; padding: 0 15px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-app-x-s-66__faq-item.active .page-app-x-s-66__faq-answer { max-height: 2000px !important; padding: 20px 15px !important; opacity: 1; } .page-app-x-s-66__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .page-app-x-s-66__blog-card { background-color: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease; text-decoration: none; color: inherit; } .page-app-x-s-66__blog-card:hover { transform: translateY(-8px); } .page-app-x-s-66__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-app-x-s-66__blog-content { padding: 20px; } .page-app-x-s-66__blog-title { font-size: 1.6em; color: #1a2a6c; margin-bottom: 10px; } .page-app-x-s-66__blog-excerpt { font-size: 0.95em; color: #555; } .page-app-x-s-66__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-app-x-s-66__floating-button { background-color: #dc3545; color: #ffffff; padding: 12px 20px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1em; text-align: center; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); transition: background-color 0.3s ease, transform 0.3s ease; } .page-app-x-s-66__floating-button--register { background-color: #28a745; } .page-app-x-s-66__floating-button:hover { transform: scale(1.05); } @media (max-width: 768px) { .page-app-x-s-66__hero-title { font-size: 2.5em; } .page-app-x-s-66__hero-subtitle { font-size: 1.2em; } .page-app-x-s-66__hero-cta { padding: 12px 25px; font-size: 1em; } .page-app-x-s-66__section-title { font-size: 2em; margin-bottom: 30px; } .page-app-x-s-66__container { padding: 10px; } .page-app-x-s-66__section { padding: 20px; } .page-app-x-s-66__intro-grid, .page-app-x-s-66__game-grid, .page-app-x-s-66__promo-grid, .page-app-x-s-66__security-grid, .page-app-x-s-66__blog-grid { grid-template-columns: 1fr; } .page-app-x-s-66__intro-item, .page-app-x-s-66__game-card, .page-app-x-s-66__promo-card, .page-app-x-s-66__security-item, .page-app-x-s-66__blog-card { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-app-x-s-66__faq-question h3 { font-size: 1em; } .page-app-x-s-66__faq-answer { padding: 0 10px !important; } .page-app-x-s-66__faq-item.active .page-app-x-s-66__faq-answer { padding: 15px 10px !important; } .page-app-x-s-66__floating-buttons { bottom: 10px; right: 10px; gap: 8px; } .page-app-x-s-66__floating-button { padding: 10px 15px; font-size: 0.9em; } .page-app-x-s-66__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-app-x-s-66__payment-logo, .page-app-x-s-66__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-app-x-s-66__quick-access-list { flex-direction: column; align-items: center; } .page-app-x-s-66__quick-access-button { width: 90%; max-width: 300px; } }