.page-slots-game-777 { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f8f8f8; } .page-slots-game-777__container { max-width: 1200px; margin: 0 auto; padding: 20px; box-sizing: border-box; } .page-slots-game-777__section { background-color: #fff; margin-bottom: 30px; padding: 40px 20px; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); text-align: center; } .page-slots-game-777__section--hero { background-image: url('[GALLERY:hero:1920x600:slots,game,777,jackpot,lights]'); background-size: cover; background-position: center; color: #fff; padding: 80px 20px; border-radius: 0; text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); padding-top: 10px; } .page-slots-game-777__hero-title { font-size: 2.8em; margin-bottom: 15px; color: #ffcc00; line-height: 1.2; } .page-slots-game-777__hero-subtitle { font-size: 1.3em; margin-bottom: 30px; max-width: 800px; margin-left: auto; margin-right: auto; } .page-slots-game-777__button { display: inline-block; background-color: #ffcc00; color: #333; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-weight: bold; font-size: 1.1em; transition: background-color 0.3s ease, transform 0.2s ease; margin: 10px; border: none; cursor: pointer; } .page-slots-game-777__button:hover { background-color: #e6b800; transform: translateY(-2px); } .page-slots-game-777__title { font-size: 2.2em; color: #222; margin-bottom: 25px; position: relative; padding-bottom: 10px; } .page-slots-game-777__title::after { content: ''; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 60px; height: 4px; background-color: #ffcc00; border-radius: 2px; } .page-slots-game-777__text { font-size: 1.1em; margin-bottom: 20px; max-width: 900px; margin-left: auto; margin-right: auto; color: #555; } .page-slots-game-777__grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 25px; margin-top: 30px; } .page-slots-game-777__grid-item { background-color: #fefefe; padding: 20px; border-radius: 8px; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08); text-align: center; transition: transform 0.3s ease; } .page-slots-game-777__grid-item:hover { transform: translateY(-5px); } .page-slots-game-777__grid-item-image { width: 100%; height: 200px; object-fit: cover; border-radius: 6px; margin-bottom: 15px; max-width: 100%; box-sizing: border-box; } .page-slots-game-777__grid-item-title { font-size: 1.4em; color: #333; margin-bottom: 10px; } .page-slots-game-777__grid-item-description { font-size: 0.95em; color: #666; margin-bottom: 15px; } .page-slots-game-777__promo-card { background-color: #fff; border: 1px solid #eee; border-radius: 8px; padding: 25px; text-align: left; display: flex; align-items: center; gap: 20px; margin-bottom: 20px; } .page-slots-game-777__promo-icon { flex-shrink: 0; width: 100px; height: 100px; object-fit: contain; max-width: 100%; box-sizing: border-box; } .page-slots-game-777__promo-content h3 { font-size: 1.5em; color: #333; margin-top: 0; margin-bottom: 10px; } .page-slots-game-777__promo-content p { font-size: 1em; color: #555; margin-bottom: 15px; } .page-slots-game-777__steps-list { list-style: none; padding: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; margin-top: 30px; } .page-slots-game-777__steps-item { background-color: #fefefe; border: 1px solid #eee; border-radius: 8px; padding: 25px; flex: 1; min-width: 250px; max-width: 30%; text-align: center; box-shadow: 0 1px 5px rgba(0, 0, 0, 0.05); box-sizing: border-box; } .page-slots-game-777__steps-item-number { font-size: 2.5em; color: #ffcc00; font-weight: bold; margin-bottom: 10px; } .page-slots-game-777__steps-item-title { font-size: 1.3em; color: #333; margin-bottom: 10px; } .page-slots-game-777__steps-item-description { font-size: 0.95em; color: #666; } .page-slots-game-777__faq-list { margin-top: 30px; text-align: left; } .page-slots-game-777__faq-item { background-color: #fefefe; border: 1px solid #eee; margin-bottom: 10px; border-radius: 8px; overflow: hidden; } .page-slots-game-777__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #f0f0f0; color: #333; font-weight: bold; font-size: 1.1em; user-select: none; transition: background-color 0.3s ease; } .page-slots-game-777__faq-question:hover { background-color: #e0e0e0; } .page-slots-game-777__faq-question h3 { margin: 0; font-size: 1.1em; color: #333; pointer-events: none; } .page-slots-game-777__faq-toggle { font-size: 1.5em; line-height: 1; pointer-events: none; transition: transform 0.3s ease; color: #ffcc00; } .page-slots-game-777__faq-item.active .page-slots-game-777__faq-toggle { transform: rotate(45deg); } .page-slots-game-777__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; background-color: #fff; color: #555; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; opacity: 0; } .page-slots-game-777__faq-item.active .page-slots-game-777__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } @media (max-width: 768px) { .page-slots-game-777__container { padding: 10px; } .page-slots-game-777__section { padding: 25px 15px; } .page-slots-game-777__section--hero { padding: 60px 15px; } .page-slots-game-777__hero-title { font-size: 2em; } .page-slots-game-777__hero-subtitle { font-size: 1.1em; } .page-slots-game-777__title { font-size: 1.8em; } .page-slots-game-777__text { font-size: 1em; } .page-slots-game-777__grid { grid-template-columns: 1fr; } .page-slots-game-777__grid-item { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; } .page-slots-game-777__grid-item-image { width: 100% !important; max-width: 100% !important; height: auto; box-sizing: border-box !important; } .page-slots-game-777__promo-card { flex-direction: column; text-align: center; padding: 15px; } .page-slots-game-777__promo-icon { margin-bottom: 10px; } .page-slots-game-777__steps-list { flex-direction: column; gap: 15px; } .page-slots-game-777__steps-item { max-width: 100% !important; width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; word-wrap: break-word !important; overflow-wrap: break-word !important; } .page-slots-game-777__faq-question, .page-slots-game-777__faq-answer { padding-left: 15px !important; padding-right: 15px !important; } .page-slots-game-777__faq-question h3 { font-size: 1em; } .page-slots-game-777__faq-answer p { font-size: 0.95em; } }