.page-22bet-regestration__hero { background-color: #0d1a26; color: #ffffff; padding: 60px 20px 40px; text-align: center; position: relative; overflow: hidden; }.page-22bet-regestration__hero-background { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0.3; z-index: 0; }.page-22bet-regestration__hero-content { position: relative; z-index: 1; max-width: 900px; margin: 0 auto; }.page-22bet-regestration__hero-title { font-size: 2.8em; margin-bottom: 20px; line-height: 1.2; font-weight: 700; }.page-22bet-regestration__hero-description { font-size: 1.2em; margin-bottom: 30px; line-height: 1.6; }.page-22bet-regestration__cta-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 15px 30px; border-radius: 5px; text-decoration: none; font-size: 1.1em; font-weight: 600; transition: background-color 0.3s ease; }.page-22bet-regestration__cta-button:hover { background-color: #ff5e33; }.page-22bet-regestration__payment-providers { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 30px; width: 100%; max-width: 100%; box-sizing: border-box; background-color: #0d1a26; padding: 20px 20px; border-bottom: 1px solid #2a3b4c; }.page-22bet-regestration__payment-providers-title { width: 100%; text-align: center; color: #ffffff; font-size: 1.5em; margin-bottom: 20px; }.page-22bet-regestration__payment-logo { flex: 0 0 auto; width: 80px; height: 80px; max-width: 80px; max-height: 80px; box-sizing: border-box; }.page-22bet-regestration__payment-logo img { display: block; width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; object-fit: contain; filter: grayscale(100%); opacity: 0.7; transition: opacity 0.3s ease, filter 0.3s ease; }.page-22bet-regestration__payment-logo img:hover { filter: grayscale(0%); opacity: 1; }.page-22bet-regestration__section { background-color: #1a2a3a; color: #e0e0e0; padding: 50px 20px; border-bottom: 1px solid #2a3b4c; }.page-22bet-regestration__section-title { text-align: center; font-size: 2.2em; color: #e44d26; margin-bottom: 40px; font-weight: 700; }.page-22bet-regestration__section-content { max-width: 1000px; margin: 0 auto; line-height: 1.7; font-size: 1.1em; }.page-22bet-regestration__section-content p { margin-bottom: 20px; }.page-22bet-regestration__quick-access-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 25px; max-width: 1000px; margin: 0 auto; }.page-22bet-regestration__quick-access-button { display: block; background-color: #2a3b4c; color: #ffffff; padding: 15px 20px; border-radius: 8px; text-align: center; text-decoration: none; font-size: 1.05em; font-weight: 600; transition: background-color 0.3s ease, transform 0.2s ease; border: 1px solid #3d5066; }.page-22bet-regestration__quick-access-button:hover { background-color: #3d5066; transform: translateY(-3px); }.page-22bet-regestration__games-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-22bet-regestration__game-card { background-color: #2a3b4c; border-radius: 10px; overflow: hidden; text-align: center; padding-bottom: 20px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-22bet-regestration__game-card:hover { transform: translateY(-5px); }.page-22bet-regestration__game-card-image { width: 100%; height: 200px; object-fit: cover; }.page-22bet-regestration__game-card-title { font-size: 1.5em; color: #e44d26; margin: 15px 10px 10px; }.page-22bet-regestration__game-card-description { font-size: 0.95em; color: #b0b0b0; padding: 0 15px; margin-bottom: 15px; }.page-22bet-regestration__promotions-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-22bet-regestration__promotion-card { background-color: #2a3b4c; border-radius: 10px; padding: 25px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-22bet-regestration__promotion-card:hover { transform: translateY(-5px); }.page-22bet-regestration__promotion-card-title { font-size: 1.6em; color: #e44d26; margin-bottom: 15px; }.page-22bet-regestration__promotion-card-text { font-size: 1.05em; color: #b0b0b0; line-height: 1.6; }.page-22bet-regestration__security-support-grid { display: grid; grid-template-columns: 1fr; gap: 30px; max-width: 1000px; margin: 0 auto; }.page-22bet-regestration__security-support-item { background-color: #2a3b4c; border-radius: 10px; padding: 25px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); }.page-22bet-regestration__security-support-item-title { font-size: 1.8em; color: #e44d26; margin-bottom: 15px; }.page-22bet-regestration__security-support-item-text { font-size: 1.05em; color: #b0b0b0; line-height: 1.7; }.page-22bet-regestration__faq-list { max-width: 900px; margin: 0 auto; }.page-22bet-regestration__faq-item { background-color: #2a3b4c; border-radius: 8px; margin-bottom: 15px; overflow: hidden; transition: box-shadow 0.3s ease; }.page-22bet-regestration__faq-item:hover { box-shadow: 0 6px 20px rgba(0, 0, 0, 0.4); }.page-22bet-regestration__faq-question { display: flex; justify-content: space-between; align-items: center; padding: 20px 25px; cursor: pointer; user-select: none; background-color: #3d5066; color: #ffffff; font-size: 1.15em; font-weight: 600; transition: background-color 0.3s ease; }.page-22bet-regestration__faq-question:hover { background-color: #4a6078; }.page-22bet-regestration__faq-question h3 { margin: 0; flex-grow: 1; text-align: left; pointer-events: none; color: #ffffff; }.page-22bet-regestration__faq-toggle { font-size: 1.5em; margin-left: 15px; pointer-events: none; transition: transform 0.3s ease; }.page-22bet-regestration__faq-item.active .page-22bet-regestration__faq-toggle { transform: rotate(45deg); }.page-22bet-regestration__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; background-color: #2a3b4c; color: #b0b0b0; font-size: 1em; line-height: 1.6; }.page-22bet-regestration__faq-item.active .page-22bet-regestration__faq-answer { max-height: 2000px !important; padding: 20px 25px !important; opacity: 1; }.page-22bet-regestration__blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 30px; max-width: 1200px; margin: 0 auto; }.page-22bet-regestration__blog-card { background-color: #2a3b4c; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3); transition: transform 0.3s ease; }.page-22bet-regestration__blog-card:hover { transform: translateY(-5px); }.page-22bet-regestration__blog-card-link { text-decoration: none; display: block; color: inherit; }.page-22bet-regestration__blog-card-image { width: 100%; height: 180px; object-fit: cover; }.page-22bet-regestration__blog-card-content { padding: 20px; }.page-22bet-regestration__blog-card-title { font-size: 1.3em; color: #e44d26; margin-bottom: 10px; line-height: 1.4; }.page-22bet-regestration__blog-card-excerpt { font-size: 0.95em; color: #b0b0b0; line-height: 1.6; }.page-22bet-regestration__image-container { width: 100%; max-width: 100%; overflow: hidden; box-sizing: border-box; margin-bottom: 20px; }.page-22bet-regestration__image-container img { display: block; width: 100%; height: auto; object-fit: cover; }.page-22bet-regestration__games-list { list-style: none; padding: 0; margin: 0; display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }.page-22bet-regestration__games-list-item { background-color: #2a3b4c; border-radius: 8px; padding: 20px; text-align: center; flex: 1 1 calc(33% - 40px); box-sizing: border-box; max-width: calc(33% - 40px); }.page-22bet-regestration__games-list-item h3 { color: #e44d26; margin-bottom: 10px; font-size: 1.4em; }.page-22bet-regestration__games-list-item p { color: #b0b0b0; font-size: 0.95em; line-height: 1.5; }.page-22bet-regestration__promotions-list { list-style: none; padding: 0; margin: 0; }.page-22bet-regestration__promotions-list-item { background-color: #2a3b4c; border-radius: 8px; padding: 20px; margin-bottom: 15px; }.page-22bet-regestration__promotions-list-item h3 { color: #e44d26; margin-bottom: 10px; font-size: 1.4em; }.page-22bet-regestration__promotions-list-item p { color: #b0b0b0; font-size: 0.95em; line-height: 1.5; }.page-22bet-regestration__security-support-content { display: flex; flex-wrap: wrap; gap: 30px; }.page-22bet-regestration__security-text { flex: 1; min-width: 300px; }.page-22bet-regestration__security-image { flex: 1; min-width: 300px; }.page-22bet-regestration__security-image img { width: 100%; height: auto; border-radius: 8px; }.page-22bet-regestration__blog-post-date { font-size: 0.85em; color: #888; margin-top: 10px; }.page-22bet-regestration__blog-card-button { display: inline-block; background-color: #e44d26; color: #ffffff; padding: 8px 15px; border-radius: 5px; text-decoration: none; font-size: 0.9em; margin-top: 15px; transition: background-color 0.3s ease; }.page-22bet-regestration__blog-card-button:hover { background-color: #ff5e33; }@media (max-width: 1200px) { .page-22bet-regestration__hero-title { font-size: 2.5em; } .page-22bet-regestration__section-title { font-size: 2em; } }.page-22bet-regestration__games-list-item, .page-22bet-regestration__promotions-list-item { box-sizing: border-box; }.page-22bet-regestration__games-list { justify-content: space-around; }.page-22bet-regestration__promotions-list { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 20px; }.page-22bet-regestration__promotions-list-item { margin-bottom: 0; }@media (max-width: 768px) { .page-22bet-regestration__hero { padding: 40px 15px 30px; } .page-22bet-regestration__hero-title { font-size: 2em; margin-bottom: 15px; } .page-22bet-regestration__hero-description { font-size: 1em; margin-bottom: 20px; } .page-22bet-regestration__cta-button { padding: 12px 25px; font-size: 1em; } .page-22bet-regestration__payment-providers { flex-direction: row; flex-wrap: wrap; justify-content: center; gap: 16px; padding: 15px 15px; } .page-22bet-regestration__payment-logo, .page-22bet-regestration__payment-logo img { width: 80px !important; height: 80px !important; max-width: 80px !important; max-height: 80px !important; } .page-22bet-regestration__section { padding: 40px 15px; } .page-22bet-regestration__section-title { font-size: 1.8em; margin-bottom: 30px; } .page-22bet-regestration__section-content { font-size: 1em; } .page-22bet-regestration__quick-access-grid { grid-template-columns: 1fr; gap: 15px; } .page-22bet-regestration__quick-access-button { font-size: 1em; padding: 12px 15px; } .page-22bet-regestration__games-grid, .page-22bet-regestration__promotions-grid, .page-22bet-regestration__blog-grid { grid-template-columns: 1fr; gap: 20px; } .page-22bet-regestration__game-card-title { font-size: 1.3em; } .page-22bet-regestration__game-card-description { font-size: 0.9em; } .page-22bet-regestration__promotion-card-title { font-size: 1.4em; } .page-22bet-regestration__promotion-card-text { font-size: 0.95em; } .page-22bet-regestration__security-support-grid { grid-template-columns: 1fr; } .page-22bet-regestration__security-support-item-title { font-size: 1.6em; } .page-22bet-regestration__security-support-item-text { font-size: 0.95em; } .page-22bet-regestration__faq-question { padding: 15px 20px; font-size: 1.05em; } .page-22bet-regestration__faq-answer { padding: 0 20px; font-size: 0.95em; } .page-22bet-regestration__faq-item.active .page-22bet-regestration__faq-answer { padding: 15px 20px !important; } .page-22bet-regestration__blog-card-title { font-size: 1.15em; } .page-22bet-regestration__blog-card-excerpt { font-size: 0.9em; } .page-22bet-regestration__image-container { max-width: 100% !important; box-sizing: border-box !important; overflow: hidden !important; } .page-22bet-regestration__image-container img { max-width: 100% !important; height: auto !important; box-sizing: border-box !important; } .page-22bet-regestration__games-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; } .page-22bet-regestration__games-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; flex-direction: column; }.page-22bet-regestration__promotions-list-item { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; margin-left: 0 !important; margin-right: 0 !important; padding: 15px; }.page-22bet-regestration__promotions-list { width: 100% !important; max-width: 100% !important; box-sizing: border-box !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; flex-direction: column; } } @media (min-width: 769px) { .page-22bet-regestration__security-support-grid { grid-template-columns: 1fr 1fr; } }