﻿.auth-buttons {
	display: flex;
    gap: 10px; 
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.auth-buttons .dim-auth-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007500;
    color: #fff;
    border: none;
    border-radius: 6px;
    text-decoration: none;
    margin: 0 5px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.2s ease;
}
.auth-buttons .dim-auth-link:hover {
    background-color: #005a00;
}
.dim-auth {
	text-transform: uppercase;
    font-weight: 600;
    font-family: cursive;
    letter-spacing: 2px;
    display: block;
    color: #c8e6c9;
    text-decoration: none;
    padding: 12px 15px;
    background-color: #1a3d1c;
    border-radius: 4px;
    transition: background-color 0.3s;
	cursor: pointer;
}
.dim-auth:hover {
	background-color: #2e7d32;
    color: white;
}
@media (max-width: 768px) {
    .auth-buttons {
	display:none;
	}
}
/**/
.inner {
    margin-top: 100px;
	margin-bottom: 60px;
    position: relative;
    width: 100%;
    height: 250px; 
    background: linear-gradient(90deg, rgb(12 38 14) 0.8%, #038540 50.17%, rgba(0, 172, 182, 0.83) 98.98%);
    border: 2.5px solid #edc97f;
    border-radius: 20px;
    
}
.inner-bonus {
	margin-top: 50px;
	margin-bottom: 60px;
    position: relative;
    width: 100%;
    height: 390px; 
    background-image: url('/images/bonus.webp'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    border: 2.5px solid #edc97f;
    border-radius: 20px;
}
.inner-bonus1 {
	margin-top: 50px;
	margin-bottom: 60px;
    position: relative;
    width: 100%;
    height: 530px; 
    background-image: url('/images/cazino.webp'); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    border: 2.5px solid #edc97f;
    border-radius: 20px;
}
.text-box {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    max-width: 50%;
    color: white;
}

.text-box p {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.3;
}

.text-box i {
    display: block;
    font-size: 16px;
    margin-top: 10px;
    font-style: normal;
}

.dim-btn {
    font-size: 20px;
    padding: 15px 30px;
    background: #c8e6c9;
    color: #206e2b;
    border: 3px outset #edc97f;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s;
}

.dim-btn:hover {
    background: #206e2b;
    color: #c8e6c9;
}

.img-right {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 340px;
    object-fit: contain;
    z-index: 20;
    margin-top: -80px;
}
.dim-mirror {
   font-size:42px;
   line-height: 1.2;
}
.dim-m-p {
   margin-top:-32px;
}
.dim-knopka {
   text-align: center;
}
.dim-knopka1 {
	text-align: center;
    position: relative;
    top: 299px;
}
@media (max-width: 768px) {
	.dim-mob {
	  display:none;
	}
	.inner-bonus {
		border:none;
		margin-top: 0px;
		margin-bottom: 30px;
		background-size: contain;
		height: 111px;
	}
    .inner {
		margin-top: -10px;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0px;
    }

    .text-box {
        position: static;
        transform: none;
        max-width: 100%;
        text-align: center;
        padding: 10px;
    }

    .text-box p {
        font-size: 18px;
		padding-top: 12px;
    }

    .dim-mirror {
        font-size: 28px;
    }

    .img-right {
        position: static;
        margin-top: 20px;
        width: 100%;
        max-width: 300px;
        height: auto;
    }
}

/**/
.providers {
    display: flex;
    margin: 0 -10px 0px;
    flex-wrap: wrap;
    justify-content: center;
}
.providers .item {
    width: 82px;
}
.providers .item {
    opacity: 0.7;
    transition: all 0.6s ease;
}
.accordion {
            margin: 0 auto;
        }
        
        .accordion-item {
            margin-bottom: 10px;
            overflow: hidden;
        }
        
        .accordion-header {
		    font-size:18px;
            padding: 15px 20px;
            cursor: pointer;
            position: relative;
            transition: background-color 0.3s;
        }
        
               
        .accordion-header::after {
            content: '>';
            position: absolute;
			top: 10px;
            right: -5px;
            font-size: 20px;
            transition: transform 0.3s;
        }
        
        .accordion-content {
            padding: 0;
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.3s ease-out, padding 0.3s ease;
            background-color: #234c26;
            border-radius: 8px;
      }
        
        .accordion-item input[type="checkbox"] {
            display: none;
        }
        
        .accordion-item input[type="checkbox"]:checked ~ .accordion-content {
            max-height: 100%;
            padding: 2px 15px;
        }
        
        .accordion-item input[type="checkbox"]:checked ~ .accordion-header::after {
            content: '-';
        }
/**/
.dim-table {
	width: 100%;
    padding: 10px;
}
.dim-table th, .dim-table td {
    border: 1px solid rgb(119 119 119 / 28%);
    padding: 8px 8px;
    text-align: left;
}

.container {
    flex-direction: row; 
}
  
.table-block, .text-block {
    flex: 1; 
} 
@media only screen and (max-width: 768px) {
	.container {
    flex-direction: column; 
}
  
.table-block, .text-block {
    flex: none; 
} 
}  
.dim-table {
    width: 100%;
}
  
  .dim-table td {
    padding: 8px 5px;
  }
}
.dim-c {
	color: #edc97f;
}
.dim-lr {
	padding-bottom:10px;
}
.dim-reg {
	margin-top: 60px;
	margin-bottom: 60px;
    padding: 20px;
    background: #09260d;
    border-radius: 8px;
}
.dim-b {
	margin-top: 60px;
    margin-bottom: 50px;
    background: #09260d;
    padding: 22px;
    border-radius: 8px;
}
.steps-container {
  margin-bottom: 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}

.step-card {
  position: relative; 
  width: 220px;
  padding: 20px;
  border-radius: 10px;
  background: linear-gradient(9deg, #bf9e64 8.19%, #060605 97.56%);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.step-number {
  position: absolute;
    top: 15px;
    right: 30px;
    font-size: 20px !important;
    font-weight: bold;
    color: #777;
    background: rgba(255, 255, 255, 0.8);
    padding: 2px 8px;
    border-radius: 12px;
}

.step-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 10px; 
}


.step-card.active {
  opacity: 1;
}


.step-card.inactive {
  opacity: 0.6;          
  filter: brightness(0.9); 
}

.step-card.inactive .step-button {
  background: #ccc !important; 
  cursor: not-allowed;
}

.step-image {
  margin-bottom: 15px;
}

.step-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.step-button {
  text-transform: uppercase;
    margin-bottom: 15px;
    padding: 15px;
    width: 100%;
    background: #038540;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.step-button:hover {
  background: #065c2f;
}

/**/
.image-container2 {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.image-container2 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.image-container2:hover img {
    transform: scale(1.05);
}
.image-container2:hover {
	border:1px solid #e0bf79;
}


.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 2;
}
.play-button svg {
    transform: translateX(10%); 
}


@keyframes pulse {
    0% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }
    70% {
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
    }
    100% {
        transform: translate(-50%, -50%) scale(1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

.image-container2:hover .play-button {
    opacity: 1;
    animation: pulse 1.5s infinite; 
}
.image-container2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}
.image-container2:hover::before {
    opacity: 1;
}
/* Общие стили */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.6;
    color: #e0e0e0;
    background: linear-gradient(to bottom, #0c260e 0%, #020a03 100%);
    min-height: 100vh;
    overflow-x: hidden;
    width: 100%;
    position: relative;
}

h1, h2, h3 {
    color: white;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
    margin-top: 0;
	line-height: 1.2;
}
h3 {
	letter-spacing: 1px;
    font-weight: 400;
}
/* Стили скроллбара */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #0a200b;
}

::-webkit-scrollbar-thumb {
    background: #2e7d32;
    border-radius: 4px;
}

/* Шапка сайта */
header {
    width: 100%;
    background-color: rgba(12, 38, 14, 0.9);
    backdrop-filter: blur(5px);
    padding: 15px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    box-sizing: border-box;
}

.header-container {
    width: 100%;
    max-width: 1460px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.logo-container {
    flex: 0 0 auto;
}

.logo {
    height: 50px;
    width: auto;
    transition: opacity 0.3s;
}

.logo:hover {
    opacity: 0.9;
}
.dim-logo {
	font-weight: 600;
    font-family: cursive;
	display: flex;
    align-items: center;
    color: white;
    font-size: 30px;
    text-decoration: none;
}
.dim-q {
	font-size:18px;
	color: #edc97f;
	margin-bottom: 30px;
	background: #09260d;
    padding: 10px;
    border-radius: 8px;
}
.container {
    display: flex; 
    gap: 20px; 
	padding-bottom: 30px;
    padding-top: 10px;
}
.table-block, .text-block {
    border: 2px solid #038540;
    padding: 10px;
    border-radius: 7px;
}
.image-text-container {
  display: flex;
  gap: 30px; 
  align-items: flex-start; 
  margin: 20px 0;
}

.dim-img {
  max-width: 50%; 
  height: auto;
  border-radius: 8px; 
  object-fit: cover; 
}

.text-content {
  font-size:18px;	
  flex: 1; 
  padding: 20px;
  background: #038540;
  border-radius: 8px;
}

/* Вертикальное расположение на экранах меньше 1300px */
@media only screen and (max-width: 1299px) {
  .image-text-container {
    flex-direction: column; 
  }
  
  .dim-img {
    max-width: 100%; 
    margin-bottom: 20px; 
  }
  
}
.dim-p {
	margin-top: 60px;
    margin-bottom: 50px;
    background: #09260d;
    padding: 10px;
    border-radius: 8px;
	font-size: 18px;
}
/* Основное меню */
nav {
    flex: 0 1 auto;
    min-width: 0;
}

.menu {
	text-transform: uppercase;
    font-weight: 600;
    font-family: cursive;
    letter-spacing: 2px;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 5px;
}

.menu li {
    flex: 0 0 auto;
}

.menu li a {
    display: block;
    color: #c8e6c9;
    text-decoration: none;
    padding: 12px 15px;
    background-color: #1a3d1c;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.menu li a:hover {
    background-color: #2e7d32;
    color: white;
}

.menu li.active a {
    background-color: #038540;
    color: white;
}

/* Кнопка мобильного меню */
.menu-toggle {
    display: none;
    background-color: #038540;
    color: white;
    border: none;
    font-size: 1rem;
    cursor: pointer;
    padding: 5px;
    border-radius: 4px;
    z-index: 1002;
}

/* Стили слайдера */
.slider-container {
    width: 100%;
    max-width: 1460px;
    margin: 20px auto 40px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
}

.slider {
    display: flex;
    transition: transform 0.5s ease;
    height: auto;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.slider-controls {
    position: absolute;
    bottom: 4px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 94px;
    z-index: 10;
}

.slider-controls button {
    background-color: rgba(46, 125, 50, 0.7);
    border: none;
    color: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.slider-controls button:hover {
    background-color: rgba(56, 142, 60, 0.9);
    transform: scale(1.1);
}

.slider-dots {
    display: flex;
    gap: 10px;
}

.slider-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: all 0.3s;
}

.slider-dot.active {
    background-color: #2e7d32;
    transform: scale(1.2);
}

/* Основное содержимое */
main {
    width: 100%;
    max-width: 1460px;
    margin: 80px auto 0;
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Галерея изображений */
.gallery {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
        gap: 15px;
        margin: 20px 0 40px;
    }
    
    .gallery1 {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 40px;
        margin: 20px 0 40px;
    }
    
    .image-container {
        overflow: hidden;
        border-radius: 8px;
        background-color: #1a3d1c;
        border: 1px solid #2e7d32;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
        position: relative;
    }
    
    .image-container2 {
		height: 95%;
        overflow: hidden;
        border-radius: 8px;
        background-color: #1a3d1c;
        border: 1px solid #2e7d32;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    
    .image-container img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.3s;
    }
    
    .image-container img:hover {
        transform: scale(1.03);
    }
    
    
    .hover-overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(26, 61, 28, 0.9);
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
        transition: opacity 0.3s ease;
        border-radius: 8px;
    }
    
    .image-container:hover .hover-overlay {
        opacity: 1;
    }
    
    .hover-content {
        text-align: center;
        padding: 20px;
    }
    
    .jackpot-text {
        color: #fff;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 20px;
        text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    }
    
    .try-luck-btn {
        padding: 12px 30px;
        background-color: #ffcc00;
        color: #1a3d1c;
        border: none;
        border-radius: 6px;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        transition: all 0.3s ease;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    }
    
    .try-luck-btn:hover {
        background-color: #ffdd33;
        transform: translateY(-2px);
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
    }
.dim-pot {
	font-size: 24px;
    font-weight: 600;
    color: #e5bd66;
    margin-top: -14px;
}

footer {
    width: 100%;
    text-align: center;
    padding: 20px;
    background-color: rgba(12, 38, 14, 0.8);
    color: #a5d6a7;
    margin-top: 30px;
    box-sizing: border-box;
}


@media (max-width: 768px) {
    body {
        padding-top: 20px;
    }

    .header-container {
        padding: 0 15px;
        flex-wrap: nowrap;
    }

    .logo-container {
        margin-right: 0;
        flex: 1;
    }

    .menu-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        order: 2;
        margin-left: 15px;
    }

    nav {
        display: none;
        position: fixed;
        top: 70px;
        left: 0;
        right: 0;
        background-color: rgba(12, 38, 14, 0.98);
        z-index: 1000;
        padding: 10px 15px;
        width: 100%;
        box-sizing: border-box;
        max-height: calc(100vh - 70px);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    nav.active {
        display: block;
        animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
        from { opacity: 0; transform: translateY(-10px); }
        to { opacity: 1; transform: translateY(0); }
    }

    .menu {
        flex-direction: column;
        gap: 5px;
        width: 100%;
    }

    .menu li a {
        width: 100%;
        box-sizing: border-box;
    }

    .slider-container {
        margin: 10px 0 20px;
    }
    
    .slider-controls button {
        width: 35px;
        height: 35px;
    }

    .gallery {
        grid-template-columns: 1fr;
    }

    main {
        margin-top: 70px;
        padding: 15px;
    }
}

@media (max-width: 480px) {
        
    .slider-controls button {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    footer {
        padding: 15px;
    }
}