.page-1win-full { font-family: 'Arial', sans-serif; color: #333; line-height: 1.6; background-color: #f5f7fa; } .page-1win-full a { text-decoration: none; color: #007bff; } .page-1win-full a:hover { text-decoration: underline; } .page-1win-full__container { max-width: 1200px; margin: 0 auto; padding: 0 15px; } .page-1win-full__section { padding: 40px 0; margin-bottom: 20px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); } .page-1win-full__section--dark { background-color: #2c3e50; color: #ecf0f1; } .page-1win-full__section--dark h1, .page-1win-full__section--dark h2, .page-1win-full__section--dark h3 { color: #ecf0f1; } .page-1win-full__section-title { text-align: center; margin-bottom: 30px; font-size: 2.5em; color: #2c3e50; } .page-1win-full__section-title--light { color: #ecf0f1; } .page-1win-full__hero-section { position: relative; width: 100%; height: 500px; overflow: hidden; display: flex; align-items: center; justify-content: center; text-align: center; color: #fff; padding-top: 10px; } .page-1win-full__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; z-index: 1; } .page-1win-full__hero-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)); z-index: 2; } .page-1win-full__hero-content { position: relative; z-index: 3; max-width: 800px; padding: 20px; } .page-1win-full__hero-title { font-size: 3.5em; margin-bottom: 15px; line-height: 1.1; text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); } .page-1win-full__hero-subtitle { font-size: 1.5em; margin-bottom: 30px; text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5); } .page-1win-full__btn { display: inline-block; padding: 15px 30px; background-color: #e74c3c; color: #fff; border-radius: 5px; font-size: 1.2em; font-weight: bold; transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-1win-full__btn:hover { background-color: #c0392b; text-decoration: none; } .page-1win-full__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: 30px 0; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05); margin-bottom: 20px; } .page-1win-full__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; } .page-1win-full__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; } .page-1win-full__intro-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; text-align: center; } .page-1win-full__intro-item { padding: 20px; border: 1px solid #eee; border-radius: 5px; background-color: #fdfdfd; } .page-1win-full__intro-item h3 { color: #e74c3c; margin-top: 10px; font-size: 1.4em; } .page-1win-full__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; justify-content: center; } .page-1win-full__quick-access-btn { display: block; width: 100%; padding: 15px 20px; background-color: #3498db; color: #fff; border-radius: 5px; text-align: center; font-weight: bold; transition: background-color 0.3s ease; } .page-1win-full__quick-access-btn:hover { background-color: #2980b9; } .page-1win-full__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; } .page-1win-full__game-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); transition: transform 0.3s ease, box-shadow 0.3s ease; } .page-1win-full__game-card:hover { transform: translateY(-5px); box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15); } .page-1win-full__game-image { width: 100%; height: 200px; object-fit: cover; } .page-1win-full__game-content { padding: 20px; } .page-1win-full__game-content h3 { margin-top: 0; color: #2c3e50; font-size: 1.5em; } .page-1win-full__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-1win-full__promo-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); display: flex; flex-direction: column; } .page-1win-full__promo-image { width: 100%; height: 220px; object-fit: cover; } .page-1win-full__promo-content { padding: 20px; flex-grow: 1; } .page-1win-full__promo-content h3 { margin-top: 0; color: #e74c3c; font-size: 1.5em; } .page-1win-full__promo-btn { display: block; margin-top: 15px; padding: 10px 15px; background-color: #28a745; color: #fff; text-align: center; border-radius: 5px; font-weight: bold; transition: background-color 0.3s ease; } .page-1win-full__promo-btn:hover { background-color: #218838; } .page-1win-full__security-features { display: flex; flex-wrap: wrap; justify-content: space-around; gap: 20px; } .page-1win-full__security-item { flex: 1 1 300px; padding: 20px; border: 1px solid #eee; border-radius: 8px; text-align: center; background-color: #fdfdfd; } .page-1win-full__security-item h3 { margin-top: 10px; color: #2c3e50; font-size: 1.4em; } .page-1win-full__faq-list { list-style: none; padding: 0; } .page-1win-full__faq-item { background-color: #fdfdfd; border: 1px solid #eee; border-radius: 8px; margin-bottom: 10px; overflow: hidden; } .page-1win-full__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 15px 20px; cursor: pointer; background-color: #ecf0f1; border-bottom: 1px solid #ddd; user-select: none; } .page-1win-full__faq-question:hover { background-color: #dfe6e9; } .page-1win-full__faq-question h3 { margin: 0; font-size: 1.2em; color: #2c3e50; pointer-events: none; } .page-1win-full__faq-toggle { font-size: 1.5em; font-weight: bold; color: #e74c3c; transition: transform 0.3s ease; pointer-events: none; } .page-1win-full__faq-item.active .page-1win-full__faq-toggle { transform: rotate(45deg); } .page-1win-full__faq-answer { max-height: 0; overflow: hidden; padding: 0 20px; opacity: 0; transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), padding 0.4s ease, opacity 0.4s ease; } .page-1win-full__faq-item.active .page-1win-full__faq-answer { max-height: 2000px !important; padding: 20px !important; opacity: 1; } .page-1win-full__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; } .page-1win-full__blog-card { background-color: #fdfdfd; border-radius: 8px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); } .page-1win-full__blog-image { width: 100%; height: 200px; object-fit: cover; } .page-1win-full__blog-content { padding: 20px; } .page-1win-full__blog-content h3 { margin-top: 0; font-size: 1.4em; color: #2c3e50; } .page-1win-full__blog-content p { font-size: 0.9em; color: #555; } .page-1win-full__blog-link { display: inline-block; margin-top: 10px; color: #007bff; font-weight: bold; } .page-1win-full__blog-link:hover { text-decoration: underline; } .page-1win-full__floating-buttons { position: fixed; bottom: 20px; right: 20px; z-index: 1000; display: flex; flex-direction: column; gap: 10px; } .page-1win-full__floating-btn { width: 60px; height: 60px; border-radius: 50%; background-color: #e74c3c; color: #fff; display: flex; align-items: center; justify-content: center; font-size: 0.8em; text-align: center; line-height: 1.2; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease; border: none; cursor: pointer; } .page-1win-full__floating-btn:hover { background-color: #c0392b; } @media (max-width: 768px) { .page-1win-full__hero-section { height: 400px; } .page-1win-full__hero-title { font-size: 2.5em; } .page-1win-full__hero-subtitle { font-size: 1.2em; } .page-1win-full__btn { padding: 12px 25px; font-size: 1em; } .page-1win-full__section-title { font-size: 2em; } .page-1win-full__intro-grid, .page-1win-full__quick-access-grid, .page-1win-full__games-grid, .page-1win-full__promotions-grid, .page-1win-full__security-features, .page-1win-full__blog-grid { grid-template-columns: 1fr; } .page-1win-full__quick-access-btn, .page-1win-full__promo-btn { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; } .page-1win-full__faq-question { padding: 12px 15px; } .page-1win-full__faq-question h3 { font-size: 1.1em; } .page-1win-full__faq-answer { padding: 15px !important; } .page-1win-full__faq-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; } .page-1win-full__faq-item { width: 100% !important; max-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; word-break: break-word !important; } .page-1win-full__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; } .page-1win-full__payment-logo, .page-1win-full__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-1win-full__floating-buttons { bottom: 15px; right: 15px; } .page-1win-full__floating-btn { width: 50px; height: 50px; font-size: 0.7em; } } @media (max-width: 480px) { .page-1win-full__hero-title { font-size: 2em; } .page-1win-full__hero-subtitle { font-size: 1em; } .page-1win-full__btn { padding: 10px 20px; font-size: 0.9em; } .page-1win-full__section-title { font-size: 1.8em; } }