* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', Arial, sans-serif;
    max-width: auto;
}

header {
    padding: 0 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #cacaca89;
    position: sticky;
    top: 0;
    z-index: 1000;
    
}
.header-content {
    display: flex;
    align-items: center;
    padding: 15px 0;
}

body {
    background-color: hsl(60 11.1% 98.2% / 1);
    color: #000000;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none; 
    color: #000000;
    padding: 8px 20px;
    border-radius: 30px;
    transition: background 0.3s;
}

a:hover {
    background: hsla(341, 83%, 66%, 0.158);
    width: auto;
    height: auto;
}

ul {
    list-style: none;
}

.container {
    max-width: 1500px;
    margin: 0 auto;
}

.mini-block {
    display: grid;
    place-items: center;
    height: 40px;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background: #ffffff;
    border-radius: 1px;
    border-color: rgb(227, 40, 98);
    color: rgb(227, 40, 98);
    border-radius: 4px;
    font-weight: 600;
    transition: background 0.3s;
}

.btn:hover {
    background: hsla(341, 83%, 66%, 0.158);
}

.btn-outline {
    background: transparent;
    border-radius: 30px;
    color: #fff;
    background-color: hsl(341.4 77% 52.4% / 1);
    border: 2px solid hsla(341, 83%, 66%, 0.158);
}

.btn-outline:hover {
    background: hsl(341, 70%, 36%);
}

.btn-right {
    border-radius: 30px;
    border: 1px solid hsl(341.4 77% 52.4% / 1);
}

.burger-menu {
    margin-right: 30px;
    margin-left: 30px;
    cursor: pointer;
}

.burger-icon {
    font-size: 24px;
    color: rgb(227, 40, 98);
}


.sidebar {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100vh;
    background: #fff;
    z-index: 1001;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 10px;
}

.sidebar.open {
    left: 0;
}

.sidebar-close {
    text-align: right;
    margin-bottom: 20px;
    cursor: pointer;
}

.sidebar-categories {
    margin-top: 20px;
}

.sidebar-categories h3 {
    color: #ff4655;
    margin-bottom: 15px;
    font-size: 18px;
}

.sidebar-categories ul li {
    margin-bottom: 12px;
    padding-left: 15px;
    border-left: 2px solid #aba9a986;
}

.sidebar-categories a:hover {
    color: #ff4655;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 1000;
    display: none;
}


.logo {
    margin-right: 30px;
}

.logo img {
    height: 45px;
    width: 130px;
}

.logo a {
    text-decoration: none; 
    color: none;
    padding: 0;
    border-radius: none;
    transition: none;
}

.logo a:hover {
    background: none;
    width: none;
    height: none;
}

.nav-main {
    display: flex;
    align-items: center;
    flex-grow: 1;
}

.nav-links {
    display: flex;
    gap: 25px;
    margin-right: auto;
}

.nav-links a {
    font-weight: 500;
}

.nav-auth {
    display: flex;
    gap: 15px;
    align-items: center;
}

.nav-auth .btn {
    padding: 7px 28px;
    font-size: 14px;
}


.main-banner {
    position: relative;
    margin: 20px 0 40px;
    border-radius: 10px;
    overflow: hidden;
    height: 700px;
    background: linear-gradient(135deg,  #dc265e, hsl(341.25deg 81.01% 30.98%));
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.banner-content {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-text {
    position: relative;
    left: -120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    flex: 1;
}

.banner-text-start {
    color: #000000;
    font-size: 22px;
}

.banner-text-big {
    background-clip: text;
    font-size: 60px;
    font-weight: bold;
    background: linear-gradient(90deg, #ff4655, #8d02a5, rgb(85, 2, 85)) ;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 2px white;
}

.banner-text-big h1 {
    font-size: 60px;
}

.banner-text-min {
    background-clip: text;
    font-size: 40px;
    font-weight: bold;
    background: linear-gradient(90deg, hsl(49.30000000000001 84.1% 77.8% / 1), hsl(42 95% 60.8% / 1), hsl(42 95% 60.8% / 1) ) ;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px rgb(155, 100, 13);
    text-shadow: 3px 3px 2px rgba(249, 230, 56, 0.571);
}

.banner-text-right p{
    color: #fff;
}

.banner-link {
    padding: 20px 0px;
}

.banner-link a {
    font-size: 18px;
    font-weight: 600;
    color: #0c16cd;
    padding: 10px 80px;
    display: inline-block;
    position: relative;
    background-color: white;
    border: 2px solid #0c16cd;
}

.banner-images-left {
    display: flex;
    gap: 20px;
    width: 550px;
    height: 700px;
}

.banner-images-left img{
    margin-left: 40px;
}

.banner-images-right {
    display: flex;
    gap: 20px;
    width: 230px;
    height: 330px;
}

.banner-images-right {
    margin-top: 250px;
    margin-left: -200px;
}


.feature-box {
    background: hsl(60 11.1% 98.2% / 1);
    border-radius: 10px;
    padding: 25px;
    margin-top: -50px;
    position: relative;
    z-index: 10;
    width: 800px;   
    margin: -120px auto 0;
}

.feature-box h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #ff4655;
    font-size: 22px;
}

.feature-main {
    display: block;
    justify-content: center;
    align-content: center;
}

.feature-main h2 {
    color: black;
    font-size: 30px;
}

.feature-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.feature-item {
    text-align: center;
}

.feature-icon {
    width: 100px;
    height: 100px;
    margin: 0 auto 15px;
    background: hsla(341, 93%, 66%, 0.571);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    color: #ff4655;
}

.feature-icon img {
    width: 50px;
}

.deposit-only {
    display: flex;
    justify-content: center;
    align-items: center;
}

.deposit-only img{
    width: 600px;
    height: auto;
}

.schedule-text-big {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.schedule-text-min{
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.schedule-center img {
    width: 800px;
    height: auto;
}

.schedule-link {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.schedule-link a {
    border: 1px solid rgb(227, 40, 98); 
    color: rgb(227, 40, 98);
}

.game-center-rabbit {
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-center-rabbit img{
    width: 800px;
    height: auto;
}

.game-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-center img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.game-carousel {
    display: flex;
    justify-content: center;
    align-items: center;
}

.game-carousel img {
    width: 500px;
    height: auto;
}

.rabbit {
    display: flex;
    justify-content: center;
    align-items: center;
}

.rabbit img{
    width: 400px;
    height: auto;
}

.section {
    margin: 50px 0;
}

.game-section h2 {
    display: flex;
    justify-content: center;
    align-content: center;
}

.section-title {
    font-size: 20px;
    margin-bottom: 30px;
    color: #000000;
    text-align: center;
}

.section-subtitle {
    font-size: 18px;
    color: #c8cdd2;
    text-align: center;
    margin-bottom: 40px;
}

.game-container{
    background-color:hsl(271.76deg 37.78% 91.18%);
}

.game-carousel {
    display: flex;
    gap: 20px;
    overflow-x: auto;
    padding: 10px 5px;
    scrollbar-width: thin;
    padding-right: 250px;
}

.game-carousel-page-left {
    transform: scaleX(-1);
}

.game-carousel-page-left img {
    width: 60%;
    height: auto;
}

.game-card {
    width: 350px;
    min-width: 200px;
    background: hsl(270.3 100% 22.5%);
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s;
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center;
    padding-bottom: 20px;
}

.game-card:hover {
    transform: translateY(-2px);
}

.game-head {
    width: 100%;
    background-color: hsl(270.3 100% 22.5%);
    padding: 10px 0;
}

.game-head p {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.game-image {
    width: 100%;
    height: 120px;
    background: #1a2a3a;
    display: flex;
    align-items: center;
    justify-content: center;
}

.game-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

.game-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.game-name {
    color: #fff;
    font-size: 18px;
}

.game-title {
    font-weight: 600;
    background-clip: text;
    font-size: 32px;
    font-weight: bold;
    background: linear-gradient(90deg, #ffb907, #a55902, rgb(186, 0, 0));
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-stroke: 1px white;
}

.game-provider {
    color: #fff;
    font-size: 14px;
}

.game-button a {
    background-color: #fff;
    color: #ff4655;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.2s;
}

.game-button a:hover {
    background-color: #ff4655;
    color: #fff;
}

.game-carousel-page-right img {
    width: 50%;
    height: auto;
}

.game-content {
    color: black;
    padding: 40px;
}

.section-mystino {
    background-color: hsl(341.4 77% 52.4% / 1);
    max-width: 1500px;
}


.section-casino {
    display: flex;
}

.section-casino-link {
    padding: 20px;
}

.section-casino-link a {
    background-color: hsl(341.4 77% 52.4% / 1);
    padding: 15px 70px;
    color: #fff;
}

.section-casino_Mystino_Casino {
    padding: 40px;
}

.section-casino_Mystino_Casino h2 {
    color: #fff;
    font-size: 48px;
}

.section-mystino-casino img {
    width: 20%;
    height: auto;
}

.section-casino-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-casino-page img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto; 
}

.section-casino-page-right img{
    width: 100%;
    height: auto;
}


.casino-games-text-games {
    padding: 0 500px;
}

.casino-games-text {
    background-color: hsl(198deg 85.47% 45.88%);
    color: #fff;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.casino-games-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.casino-games-page img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.casino-games-page-pages {
    display: flex;
    justify-content: center;
    align-items: center;
}

.casino-games-page-pages img {
    width: 20%;
    height: auto;
}

.casino-games-page-page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.casino-games-page-page img {
    width: 50%;
    height: auto;
}

.casino-games-page-text {
    padding: 40px;
}

.casino-games-page-text h3 {
    color: #fff;
}

.casino-games-main {
    background-color: hsl(270.29999999999995 100% 22.5% / 1);
    color: white;
}

.casino-games-main h2 {
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 45px;
}

.casino-games-title p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #8c8c8c;
    padding: 20px;
}

.casino-games-links {
    display: flex;
    justify-content: center;
    padding: 20px;
    gap: 20px;
}

.casino-games-links a{
    color: #fff;
    background-color: hsl(270, 40%, 48%);
    font-size: 12px;
    transition: background 0.3s;
}

.casino-games-links a:hover {
    background-color: hsl(295, 47%, 55%);;
}

.cta-section {
    display: flex;
    justify-content: center; 
    align-items: center;     
    text-align: center;      
    padding: 60px 20px;      
    background-color: hsl(0, 0%, 100%); 
}


.video-section {
    background: #16202d;
    border-radius: 10px;
    padding: 30px;
    margin: 40px 0;
    text-align: center;
}

.video-placeholder {
    width: 100%;
    height: 300px;
    background: #1a2a3a;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
    color: #c8cdd2;
    font-size: 20px;
}


.steps-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin: 40px 0;
}

.step-card {
    background: #16202d;
    border-radius: 10px;
    padding: 25px;
    text-align: center;
    position: relative;
}

.step-number {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 30px;
    background: #ff4655;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.cashback-section {
    margin-block-end: -80px;
}

.big-page {
    display: flex;
    align-self: center;
    justify-content: center;
    
}

.big-page img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.big-page-text {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    background-color: hsl(341.4 77% 52.4% / 1);
    color: #fff;
}

.big-page-text h2 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.big-page-text a {
    
    
    color: hsl(341.4 77% 52.4% / 1);
    background-color: #fff;
    
}

.big-page-button {
    padding: 5px;
    display: flex;
    justify-content: center;
}

.faq-item {
    background: #16202d;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
}

.faq-question {
    padding: 15px 20px;
    background: #1a2a3a;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-answer {
    padding: 20px;
    display: none;
}


footer {
    background: rgba(252, 234, 239, 0.835);
    padding: 50px 20px 20px;
    margin-top: 60px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    margin-bottom: 30px;
}

.footer-column h3 {
    color: #000000;
    font-size: 12px;
    margin-bottom: 20px;
}

.footer-column ul li {
    margin-bottom: 12px;
    font-size: 12px;
}

.footer-column a {
    color: rgb(227, 40, 98);
    transition: color 0.3s;
}

.footer-column a:hover {
    color: #ff4655;
}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid #2a3a4b;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #2a3a4b;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    transition: background 0.3s;
}

.social-icons a:hover {
    background: #ff4655;
}


@media (max-width: 992px) {
    .footer-content {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .banner-content {
        flex-direction: column;
        text-align: center;
    }
    
    .banner-text {
        padding-right: 0;
        margin-bottom: 30px;
        left: 0;
    }
    
    .feature-items {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .steps-section {
        grid-template-columns: 1fr;
    }
    
    .feature-box {
        width: 90%;
        margin-top: -50px;
    }
    
    .banner-images-left,
    .banner-images-right {
        display: none;
    }
    
    .casino-games-text-games {
        padding: 0 20px;
    }
    
    .game-carousel-page-left,
    .game-carousel-page-right {
        display: none;
    }
    
    .section-casino {
        flex-direction: column;
    }
    
    .section-mystino-casino img {
        width: 100%;
    }
    
    .casino-games-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

 .nav-links {
        display: none;
    }
    
    .footer-content {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .banner-images {
        flex-direction: column;
        align-items: center;
    }
    
    .main-banner {
        height: auto;
        padding: 40px 20px;
    }
    
    .banner-text-big {
        font-size: 40px;
    }
    
    .banner-text-big h1 {
        font-size: 40px;
    }
    
    .banner-text-min {
        font-size: 24px;
    }
    
    .banner-link a {
        padding: 10px 40px;
    }
    
    .feature-box {
        margin-top: 0;
        padding: 20px;
    }
    
    .feature-main h2 {
        font-size: 24px;
    }
    
    .deposit-only img {
        width: 100%;
    }
    
    .schedule-center img,
    .game-center-rabbit img {
        width: 100%;
    }
    
    .game-carousel {
        justify-content: flex-start;
        padding-right: 20px;
    }
    
    .game-card {
        min-width: 280px;
    }
    
    .section-casino_Mystino_Casino h2 {
        font-size: 32px;
    }
    
    .casino-games-main h2 {
        font-size: 32px;
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .footer-content {
        grid-template-columns: 1fr;
    }
    
    .nav-auth {
        flex-direction: column;
        gap: 10px;
    }
    
    .header-content {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .logo {
        margin-right: 0;
    }
    
    .burger-menu {
        margin-left: 0;
    }
    
    .nav-auth {
        width: 100%;
        justify-content: center;
        margin-top: 10px;
    }
    
    .main-banner {
        padding: 30px 15px;
    }
    
    .banner-text-big {
        font-size: 32px;
    }
    
    .banner-text-big h1 {
        font-size: 32px;
    }
    
    .banner-text-min {
        font-size: 20px;
    }
    
    .banner-text-start {
        font-size: 18px;
    }
    
    .banner-link a {
        padding: 10px 30px;
        font-size: 16px;
    }
    
    .feature-box {
        padding: 15px;
    }
    
    .feature-icon {
        width: 80px;
        height: 80px;
    }
    
    .feature-icon img {
        width: 40px;
    }
    
    .schedule-link {
        flex-direction: column;
        gap: 10px;
    }
    
    .game-container {
        padding: 0 10px;
    }
    
    .game-content {
        padding: 20px 10px;
    }
    
    .section-casino_Mystino_Casino {
        padding: 20px;
    }
    
    .section-casino_Mystino_Casino h2 {
        font-size: 24px;
    }
    
    .casino-games-main h2 {
        font-size: 24px;
    }
    
    .casino-games-links a {
        font-size: 10px;
        padding: 6px 12px;
    }
    
    .big-page-text {
        padding: 20px;
    }
    
    .big-page-text h2 {
        font-size: 24px;
    }
}

.info_pages {
    padding: 0 80px;
}

.info_pages h1, h2, h3 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

.info_pages h1 {
    font-size: 2rem;
    text-align: center;
    margin: 30px 0;
}

.info_pages h2 {
    font-size: 1.5rem;
    border-left: 4px solid #ff7edb;
    padding-left: 10px;
    margin-top: 40px;
}

.info_pages h3 {
    font-size: 1.2rem;
    margin-top: 30px;
    color: #444;
}

.info_pages p {
    margin-bottom: 15px;
}

.info_pages ul, ol {
    margin: 10px 0 20px 25px;
}

.info_pages li {
    margin-bottom: 5px;
}

.info_pages table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    text-align: center;
    font-size: 15px;
}

.info_pages th, td {
    border: 1px solid #ddd;
    padding: 10px;
}

.info_pages th {
    background-color: #ffe6f3;
    font-weight: 600;
}

.info_pages tbody tr:nth-child(even) {
    background-color: #fafafa;
}
.info_pages tbody tr:hover {
    background-color: #fff0f7;
}

.info_pages figure {
    text-align: center;
    margin: 20px 0;
}

.info_pages figure img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

