body { font-family: 'Arial', sans-serif; margin: 0; padding: 0; background-color: #1a1a1a; color: #f0f0f0; } .page-qh { max-width: 1200px; margin: 0 auto; padding: 10px; box-sizing: border-box; } .page-qh__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; color: #fff; padding-top: 10px; box-sizing: border-box; } .page-qh__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: -1; } .page-qh__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 0; } .page-qh__hero-content { position: relative; z-index: 1; max-width: 800px; padding: 20px; } .page-qh__hero-title { font-size: 3em; margin-bottom: 20px; line-height: 1.2; color: #ffcc00; } .page-qh__hero-description { font-size: 1.2em; margin-bottom: 30px; } .page-qh__hero-buttons { display: flex; gap: 20px; justify-content: center; } .page-qh__btn { display: inline-block; padding: 15px 30px; border-radius: 50px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.3s ease; white-space: nowrap; } .page-qh__btn--primary { background-color: #ffcc00; color: #1a1a1a; border: 2px solid #ffcc00; } .page-qh__btn--primary:hover { background-color: #e6b800; transform: translateY(-3px); } .page-qh__btn--secondary { background-color: transparent; color: #ffcc00; border: 2px solid #ffcc00; } .page-qh__btn--secondary:hover { background-color: rgba(255, 204, 0, 0.2); transform: translateY(-3px); } .page-qh__section { padding: 60px 20px; text-align: center; } .page-qh__section-title { font-size: 2.5em; color: #ffcc00; margin-bottom: 40px; } .page-qh__text-content { max-width: 800px; margin: 0 auto 40px auto; line-height: 1.6; font-size: 1.1em; text-align: left; } .page-qh__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: 40px 20px; background-color: #222; } .page-qh__payment-logo-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; } .page-qh__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; } .page-qh__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-qh__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1000px; margin: 0 auto; } .page-qh__card { background-color: #2c2c2c; border-radius: 10px; padding: 30px; text-align: left; transition: transform 0.3s ease, box-shadow 0.3s ease; border: 1px solid #3a3a3a; } .page-qh__card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3); } .page-qh__card-icon { width: 200px; height: 200px; margin-bottom: 20px; object-fit: contain; display: block; } .page-qh__card-title { font-size: 1.5em; color: #ffcc00; margin-bottom: 15px; } .page-qh__card-description { font-size: 1em; line-height: 1.5; color: #ccc; margin-bottom: 20px; } .page-qh__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 20px; max-width: 1000px; margin: 0 auto; } .page-qh__quick-access-item { background-color: #2c2c2c; border-radius: 8px; padding: 20px; text-align: center; transition: background-color 0.3s ease; } .page-qh__quick-access-item:hover { background-color: #3a3a3a; } .page-qh__quick-access-link { display: block; text-decoration: none; color: #ffcc00; font-weight: bold; font-size: 1.1em; } .page-qh__game-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-qh__game-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: center; border: 1px solid #3a3a3a; } .page-qh__game-image { width: 100%; height: 200px; object-fit: cover; } .page-qh__game-content { padding: 20px; } .page-qh__game-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 15px; } .page-qh__game-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; height: 70px; overflow: hidden; text-overflow: ellipsis; } .page-qh__promo-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-qh__promo-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: left; border: 1px solid #3a3a3a; } .page-qh__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-qh__promo-content { padding: 20px; } .page-qh__promo-title { font-size: 1.4em; color: #ffcc00; margin-bottom: 10px; } .page-qh__promo-description { font-size: 0.95em; color: #ccc; margin-bottom: 20px; height: 60px; overflow: hidden; text-overflow: ellipsis; } .page-qh__contact-info { display: flex; flex-direction: column; gap: 15px; max-width: 600px; margin: 0 auto 40px auto; text-align: left; } .page-qh__contact-item { display: flex; align-items: center; gap: 15px; font-size: 1.1em; color: #f0f0f0; } .page-qh__contact-icon { width: 200px; height: 200px; object-fit: contain; } .page-qh__faq-list { max-width: 800px; margin: 0 auto; text-align: left; } .page-qh__faq-item { background-color: #2c2c2c; border-radius: 8px; margin-bottom: 15px; overflow: hidden; border: 1px solid #3a3a3a; } .page-qh__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3a3a3a; border-radius: 8px; } .page-qh__faq-question:hover { background-color: #4a4a4a; } .page-qh__faq-question h3 { margin: 0; font-size: 1.2em; color: #ffcc00; pointer-events: none; } .page-qh__faq-toggle { font-size: 1.5em; font-weight: bold; color: #ffcc00; pointer-events: none; transition: transform 0.3s ease; } .page-qh__faq-item.active .page-qh__faq-toggle { transform: rotate(45deg); } .page-qh__faq-answer { max-height: 0; overflow: hidden; padding: 0 25px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-qh__faq-item.active .page-qh__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; } .page-qh__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; } .page-qh__blog-card { background-color: #2c2c2c; border-radius: 10px; overflow: hidden; text-align: left; border: 1px solid #3a3a3a; } .page-qh__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-qh__blog-content { padding: 20px; } .page-qh__blog-title { font-size: 1.3em; color: #ffcc00; margin-bottom: 10px; } .page-qh__blog-date { font-size: 0.85em; color: #aaa; margin-bottom: 15px; } .page-qh__blog-summary { font-size: 0.95em; color: #ccc; margin-bottom: 20px; height: 60px; overflow: hidden; text-overflow: ellipsis; } @media (max-width: 1024px) { .page-qh__hero-title { font-size: 2.5em; } .page-qh__hero-description { font-size: 1.1em; } .page-qh__section-title { font-size: 2em; } } @media (max-width: 768px) { .page-qh { padding: 0; } .page-qh__hero-section { height: 400px; padding: 0; } .page-qh__hero-title { font-size: 2em; } .page-qh__hero-description { font-size: 1em; } .page-qh__hero-buttons { flex-direction: column; gap: 15px; width: 80%; } .page-qh__btn { width: 100%; box-sizing: border-box; } .page-qh__section { padding: 40px 15px; } .page-qh__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-qh__text-content { font-size: 1em; margin: 0 auto 30px auto; } .page-qh__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 30px 15px; } .page-qh__payment-logo, .page-qh__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-qh__payment-logo-wrapper { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 16px; width: 100%; } .page-qh__grid, .page-qh__quick-access-grid, .page-qh__game-grid, .page-qh__promo-grid, .page-qh__blog-grid { grid-template-columns: 1fr; gap: 20px; padding: 0 15px; } .page-qh__card, .page-qh__quick-access-item, .page-qh__game-card, .page-qh__promo-card, .page-qh__blog-card { padding: 20px; } .page-qh__game-image, .page-qh__promo-image, .page-qh__blog-image { height: 180px; } .page-qh__faq-question { padding: 15px 20px; } .page-qh__faq-question h3 { font-size: 1.1em; } .page-qh__faq-answer { padding: 0 20px; } .page-qh__faq-item.active .page-qh__faq-answer { padding: 15px 20px !important; } .page-qh__contact-info { padding: 0 15px; } } @media (max-width: 480px) { .page-qh__hero-title { font-size: 1.8em; } .page-qh__hero-description { font-size: 0.9em; } .page-qh__btn { padding: 12px 25px; font-size: 1em; } .page-qh__section-title { font-size: 1.5em; } .page-qh__card-title, .page-qh__game-title, .page-qh__promo-title, .page-qh__blog-title { font-size: 1.2em; } }