@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz@14..32&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,600&display=swap');

/* Хэдэр и базовые настройки */

* {
    box-sizing: border-box;
}

html {
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

header {
    justify-items: center;
}

body {
    margin: 0 auto;
    padding: 0;
    font-family: "Inter", sans-serif;
    color: #FFFDFD;
    font-size: 20px;
    background-color: #121517;
    font-weight: 400;

    line-height: 120%;


}





.container {
    gap: 28px;
    max-width: 1214px;
    /* width: 100%; */
    margin: 0 auto;
    padding: 0;
}

.container__nav {
    display: flex;
    position: relative;
    z-index: 5;
    max-width: 1214px;

}

nav {
    font-size: 12px;
    font-weight: 600;

}

a {
    text-decoration: none;
    color: #FFFDFD;
    font-family: "Inter", sans-serif;

}

.announce__warning {
    font-weight: 600;
    font-size: 14px;
    color: #ffcd9c;
    padding-bottom: 16px;
    padding-top: 0;
    margin: 0;

}

.navigate {
    display: flex;
    border-top: 1px solid #612727;
    padding: 12px 0px 0px 0px;
    max-width: 951px;


}



.logo {
    margin-top: 50px;
}

.header__and__warning {
    max-width: 951px;
    margin-top: 84px;
}

.header .link+.link {
    margin-left: 67px;

}

.container__nav::before {
    content: "";
    position: absolute;
    width: 1920px;
    height: 70px;
    top: 70px;
    left: -120px;
    z-index: -7;
    border-radius: 100%;
    background: linear-gradient(245deg, #121721 0%, #612727 51.85%);
    filter: blur(175.5px);
}

.text-gradient {
    background: linear-gradient(90deg, #ff1919 0%, #a20000 58%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 122%;
}

h2 {
    font-weight: 700;
    font-size: 60px;
}

.btn__first {
    opacity: 1;
    visibility: visible;

}

/* Скрывание кнопки при нажатии */
.btn__first.hidden {
    opacity: 0;
    visibility: hidden;
}


.btn__wrapper {
    width: 1214px;
    margin: 0 auto; 
padding-right: 35px;
    
    margin-top: 20px;
    display: flex;

    justify-content: center;
}

/* Класс для  анимации раскрывающегося блока */
.show {
    max-height: 1050px;
}

.btn {


    cursor: pointer;
    border: 2px solid #612727;
    border-radius: 8px;
    width: 204px;
    height: 48px;
    box-shadow: 0 9px 27px 0 rgba(0, 0, 0, 0.47), 0 3px 9px 0 rgba(0, 0, 0, 0.35);
    background: linear-gradient(100deg, rgba(183, 80, 48, 0.8) 1.85%, rgba(97, 39, 39, 0.8) 98.15%);
    font-weight: 700;
    font-size: 16px;
    line-height: 75%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-white-solid);
    transition: 0.7s ease;
}

.btn:hover {
    opacity: 0.8;
    transform: scale(1.05) translateY(-10px)
}

/* обёртка для выплывающего блока */

.drop__wrapper {
    display: flex;
    flex-direction: column;
    padding-right: 35px;
    margin-top: 85px;
    /* max-width: 1214px; */
    /* width: 100%; */
    margin: 0 auto;
    gap: 0;


}



/* Раздел бесплатные игровые автоматы */

.free__games {


    display: flex;
    justify-items: center;
    justify-content: space-between;
    gap: 268px;
    position: relative;
}

.freegames__desc {
    max-width: 574px;
}

.freegames__title {

    line-height: 122%;
    margin: 0;
    /* margin-top: 90px; */
}

.freegames__desc p {

    max-width: 521px;
    margin-top: 85px;
}

.free_game__title__wrapper {
    border-bottom: 1px solid rgba(97, 39, 39, 0.55);
    max-width: 574px;
    height: 165px;
}

.phone {
    /* margin-top: 75px; */
    padding-left: 25px;
    transform: rotate(7deg);
    max-width: 406px;
    height: 406px;

}

.freegames__img {
    position: relative;

}

.freegames__img::before {
    content: "";
    width: 211px;
    height: 180px;
    background: linear-gradient(245deg, #121721 0%, #7d2b2b 51.85%);
    filter: blur(90.5px);
    position: absolute;
    left: 50px;
    bottom: -75px;
    z-index: -3;
    border-radius: 100%;
}

.link__demo {
    font-weight: 700;
    font-size: 8px;
    line-height: 143%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    text-align: center;
    color: var(--color-white-solid);
    transition: 0.5s;
}

.link__demo:hover {
    transform: scale(1.1);
}

.link {
transition: 0.5s ease;
}

.link:hover {
    color: #ff1919;
}


/* Раздел со слотами */

.slots__game {

    margin-top: 85px;
    display: flex;
    gap: 46px;
}

.slots {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    border: 2px solid #612727;
    border-radius: 8px;
    max-width: 198px;
    height: 254px;
    box-shadow: 3px 2px 11px 0 rgba(194, 194, 194, 0.25);
    background-image: url(./image/backgrounddogs.png);
    animation-direction: reverse;
    transition: 0.7s ease;
    background-repeat: no-repeat;
    background-size: cover;
}

.btn__end {
    margin-top: 70px;
}

.first__row {
    margin-top: 0;
}

.second__row {
    margin-top: 17px;
}

.slots:hover {
    opacity: 0.8;
    border: 2px solid #17ad03;
    transform: translateY(-10px);
}

.slots1:hover {

    opacity: 0.8;
    border: 2px solid #bb038d;
    transform: translateY(-10px);
}

.slots2:hover {
    opacity: 0.8;
    border: 2px solid #0558c4cb;
    transform: translateY(-10px);
}

.slots3:hover {
    opacity: 0.8;
    border: 2px solid #ff4800;
    transform: translateY(-10px);
}

.slots4:hover {
    opacity: 0.8;
    border: 2px solid #ffd900;
    transform: translateY(-10px);
}

.slots1 {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    border: 2px solid #612727;
    border-radius: 8px;
    max-width: 198px;
    height: 254px;
    box-shadow: 3px 2px 11px 0 rgba(194, 194, 194, 0.25);
    background-image: url(./image/backgroundolympys.png);
    transition: 0.7s ease;
    background-repeat: no-repeat;
    background-size: cover;
}

.slots2 {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    border: 2px solid #612727;
    border-radius: 8px;
    max-width: 198px;
    height: 254px;
    box-shadow: 3px 2px 11px 0 rgba(194, 194, 194, 0.25);
    background-image: url(./image/backgroundolympys1000.png);
    transition: 0.7s ease;
    background-repeat: no-repeat;
    background-size: cover;
}

.slots3 {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    border: 2px solid #612727;
    border-radius: 8px;
    max-width: 198px;
    height: 254px;
    box-shadow: 3px 2px 11px 0 rgba(194, 194, 194, 0.25);
    background-image: url(./image/backgroundsugar.png);
    transition: 0.7s ease;
    background-repeat: no-repeat;
    background-size: cover;
}

.slots4 {
    display: flex;
    width: 100%;
    justify-content: center;
    position: relative;
    border: 2px solid #612727;
    border-radius: 8px;
    max-width: 198px;
    height: 254px;
    box-shadow: 3px 2px 11px 0 rgba(194, 194, 194, 0.25);
    background-image: url(./image/backgroundgates.png);
    transition: 0.7s ease;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Карточки слотов */

.doghouse {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    margin-top: 8px;

}

.playdemo {
    position: absolute;
    z-index: 3;
    display: flex;
    gap: 4px;
    justify-content: center;
    max-width: 126px;
    border: 1px solid #612727;
    border-radius: 3px;
    padding: 9px;
    width: 126px;
    height: 30px;
    box-shadow: 0 9px 27px 0 rgba(0, 0, 0, 0.47), 0 3px 9px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(100deg, rgba(183, 80, 48, 0.8) 1.85%, rgba(53, 146, 65, 0.8) 98.15%);
    top: 89px;
    left: 29.5px;

}

.dog__img {
    max-width: 198px;
    height: 126px;
}

.dogs__desc {
    z-index: 6;
    position: absolute;
    margin: 0;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 13px;
    line-height: 129%;
    text-align: center;
    color: #ffcd9c;
    top: 151px;

}

.promo {
    align-items: center;
    justify-content: space-between;
    display: flex;
    position: absolute;
    z-index: 6;
    border: 1px solid #ffcd9c;
    border-radius: 8px;
    padding: 0px 5px;
    width: 117px;
    height: 18px;
    top: 210px;
    left: 40px;
    cursor: pointer;
}

.promo__text {
    margin: 0;
    font-weight: 700;
    font-size: 13px;
    line-height: 129%;
    text-align: center;
    color: #ffcd9c;
}

.copy {
    max-width: 13px;
    height: 13px;
}



/* Контейнер со всеми слотами */
.all__slots {
    /* overflow: hidden; */
    max-height: 0;
    width: 1214px;
    transition: 1s ease-out;
    position: relative;
    margin: 0 auto;

}

.all__games {
    position: relative;
}

/* Раздел Топ казино */

.casino__img {
    width: 541px;
    height: 167px;
}

.container__casino {

    margin-top: 81px;
    display: flex;
    justify-items: center;
    justify-content: space-between;
    gap: 70px;
    flex-direction: row-reverse;

}

.casino__img__wrapper {
    display: flex;
    justify-items: center;
    align-items: end;
    /* width: 541px; */

}

.casino__desc {
    position: relative;
    max-width: 592px;
    margin-top: 85px;

}

.casino__desc::before {
    content: "";
    width: 211px;
    height: 180px;
    background: linear-gradient(245deg, #121721 0%, #7d2b2b 51.85%);
    filter: blur(90.5px);
    position: absolute;
    left: 245px;
    bottom: -158px;
    z-index: -3;
    border-radius: 100%;
}

.casino__title {
    margin-top: 6px;

}

.casino__text {
    max-width: 591px;
}

.wrapper__casino__text {
    border-bottom: 1px solid rgba(97, 39, 39, 0.55);
    width: 405px;
    height: 92px;
}



/* Офферы раздела ТОП казино */


.all__casino {
    position: relative;
    margin: 0 auto;
}

.casino__offers {
    margin-top: 85px;
    display: flex;
    gap: 36px;
}

.offer__casino__one {

    width: 100%;
    justify-content: center;
    position: relative;
    border: 2px solid #612727;
    border-radius: 8px;
    max-width: 268px;
    height: 292px;
    box-shadow: 7px 8px 15px 0 rgba(0, 0, 0, 0.35);

    animation-direction: reverse;
    transition: 0.7s ease;
    border: 2px solid #612727;
    border-radius: 8px;

    background: rgba(97, 39, 39, 0);



}


.offer__casino__one:hover {
    opacity: 0.8;
    border: 2px solid #ff1919;
    transform: translateY(-10px);
}


.irwin {
    position: relative;
    z-index: -5;
    display: flex;
    justify-content: center;
    margin-top: 0;
}



.irwin__img {
    border-radius: 8px;
    max-width: 268px;
    height: 170px;
    width: 100%;
}


.go__offer {
    position: absolute;
    z-index: 3;
    border-radius: 8px;
    padding: 9px 18px;
    width: 204px;
    height: 48px;
    box-shadow: 0 9px 27px 0 rgba(0, 0, 0, 0.47), 0 3px 9px 0 rgba(0, 0, 0, 0.25);
    background: linear-gradient(100deg, rgba(183, 80, 48, 0.8) 1.85%, #612727 98.15%);
    bottom: 10px;
    left: 32px;
    transition: 0.5s;
    text-align: center;
}


.name__offer {
    z-index: 6;
    position: absolute;
    margin: 0;


    bottom: 79px;
    left: 110px;


    font-weight: 700;
    font-size: 20px;
    line-height: 110%;
    text-align: center;


}

.link__casino {

    font-weight: 700;
    font-size: 16px;
    line-height: 75%;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;

}





.go__offer:hover {
    transform: scale(1.1);
}


.sevenk__name {

    bottom: 78px;
    left: 84.5px;

}



.all__offers {
    overflow: hidden;
    max-height: 0;
    width: 1214px;
    transition: 1s ease-out;
    position: relative;
    margin: 0 auto;
}

.offers__row1 {
    margin-top: 17px;
}

.free__games__play {
    margin-top: 117px;
}

.row__reverse {
    flex-direction: row-reverse;
    justify-content: start;
}

.jetton__name {
    left: 100px;
}

.bigsbet__name {
    left: 96px;
}

.arcada__name {
    left: 98px;

}

.baboss__name {
    left: 97px;
}

.beef__name {
    left: 111px;

}

.cat__name {
    left: 116px;

}

.cush__name {
    left: 112px;
}

.martin__name {
    left: 101px;

}

.motor__name {
    left: 104px;
}

.onex__name {
    left: 102px;

}

.onewin__name {
    left: 109px;

}

.riobet__name {
    left: 102px;

}

.upx__name {
    left: 109px;

}

.vodka__name {
    left: 103px;

}


/* секция Новые слоты */

.new__slots__container {
    display: flex;
    margin-top: 117px;
}

.new_slots__preview {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    position: relative;
}

.new__slots__desc {
    margin-right: 25px;
    max-width: 485px;

}

.new__slots__title {
    margin-top: 0;
}

.new__slots__border {
    border-bottom: 1px solid rgba(97, 39, 39, 0.55);
    width: 405px;
    height: 92px;
}

.new__slots__text {
    width: 485px;
    margin-top: 85px;
    margin-bottom: 0%;
}

.new__slots__img__wrapper {
    position: absolute;
    z-index: 1;
    left: -100px;
    top: -77px;
}

.new__slots__img__wrapper::before {
    content: "";
    width: 211px;
    height: 180px;
    background: linear-gradient(245deg, #121721 0%, #7d2b2b 51.85%);
    filter: blur(90.5px);
    position: absolute;
    left: 361px;
    bottom: -91px;
    z-index: -3;
    border-radius: 100%;
}

.slots__card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #612727;
    border-radius: 8px;
    background: #612727;
    box-shadow: 7px 8px 15px 0 rgba(0, 0, 0, 0.35);
    transition: 0.7s;


}

.card__container {

    display: flex;
    justify-content: space-between;
    padding-right: 35px;
    margin-top: 85px;


}

.date__slot {
    font-size: 11px;
    line-height: 136%;
    text-align: center;
    margin-top: 8px;
    margin-bottom: 0;

}

.name__slot {
    margin-top: 9px;
    margin-bottom: 11px;
    font-weight: 700;
    font-size: 13px;
    line-height: 162%;
    text-align: center;

}

.play__slot {
    margin-bottom: 10px;

}


.slots__card:hover {
    opacity: 0.8;
    border: 2px solid #ff1919;
    transform: translateY(-10px);
}

.btn__second {
    margin-top: 50px;
}



/* Секция покер-рум */




.poker__container {
    display: block;
    margin-top: 117px;
}

.poker__preview {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.poker__desc {
    margin-right: 25px;
    max-width: 485px;
}

.poker__border {
    max-width: 485px;
    border-bottom: 1px solid rgba(97, 39, 39, 0.55);
    width: 377px;
    height: 165px;
}

.poker__title {
    margin: 0;
    font-weight: 700;
    font-size: 60px;
    color: #FFFFFF;
    background-clip: text;
    line-height: 122%
}

.poker__text {
    margin: 0;
    margin-top: 85px;

    line-height: 120%;

}



.poker__img__wrapper {
    margin-top: 85px;
    margin-right: 35px;
    display: flex;
}

.pic__poker__wrapper {
    position: relative;

}

.circle {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 45px;
    background: #161C22;
    border: 2px solid #331C1E;
    left: 215px;
    top: 145px;
    border-radius: 100%;
    position: absolute;



}


/* 1-ый ряд с офферами покер */

.poker__card__container {
    display: flex;
    justify-content: space-between;
    padding-right: 35px;
    margin-top: 85px;
    position: relative;

}

.poker__card__container::before {
    content: "";
    width: 211px;
    height: 180px;
    background: linear-gradient(245deg, #121721 0%, #7d2b2b 51.85%);
    filter: blur(90.5px);
    position: absolute;
    top: 85px;
    left: 500px;
    bottom: -75px;
    z-index: -3;
    border-radius: 100%;
}

.poker__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 2px solid #612727;
    border-radius: 8px;
    transition: 0.7s;
    max-width: 272px;
    width: 100%;
    box-shadow: 7px 8px 15px 0 rgba(0, 0, 0, 0.35);
    background: rgba(97, 39, 39, 0.41);
    text-align: center;
}

.poker__card:hover {
    opacity: 0.8;
    border: 2px solid #ff1919;
    transform: translateY(-10px);
}

.name__poker {
    margin: 0;
    margin-top: 39px;
    width: 268px;
    font-weight: 700;
    line-height: 110%;

}

.info__poker {
    margin: 0;
    margin-top: 39px;
    /* margin-bottom: ; */
    font-size: 12px;
    line-height: 125%;
    height: 75px;

}

.play__poker {
    margin: 0;
    margin-top: 37px;
    margin-bottom: 49px;
}

.info__pokerok {
    max-width: 245px;
}

.info__rpt {
    max-width: 248px;
}

.gembling__color {
    border: 2px solid #121517;


}




.stavki__preview {
    flex-direction: row-reverse;
}

.pic__stavki__wrapper {
    margin-top: 0;
}

.stavki__card__container {
    flex-direction: row-reverse;
}


.winline__card {
    position: relative;

}

.winline__card::before {
    content: "";
    width: 211px;
    height: 180px;
    background: linear-gradient(245deg, #121721 0%, #7d2b2b 51.85%);
    filter: blur(90.5px);
    position: absolute;
    top: 385px;
    left: 0px;

    z-index: -3;
    border-radius: 100%;
}

.free__games::before {
    content: "";
    width: 211px;
    height: 180px;
    background: linear-gradient(245deg, #121721 0%, #7d2b2b 51.85%);
    filter: blur(90.5px);
    position: absolute;
    top: 0;
    left: -115px;
    z-index: -3;
    border-radius: 100%;
}

.footer__container {
    display: flex;
    flex-direction: column;
    margin-top: 245px;
    width: 100%;
    align-items: center;
    background: #121212;
    gap: 0;


}

.casinocore {
    margin: 0;
    font-weight: 700;
    font-size: 25px;
    line-height: 147%;
    letter-spacing: 0.02em;
    color: #636363;
}

.subscribe {
    margin-top: 20px;
    font-weight: 400;
    font-size: 13px;
    line-height: 192%;
    letter-spacing: 0.02em;
    color: #636363;
}

.tg__img {
    margin-top: 10px;
    width: 30px;
    height: 30px;
}

.footer__text {


    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 192%;
    letter-spacing: 0.02em;
    color: #636363;

}

.footer__text p {
    margin-top: 5px;

}

.copyright {
    font-weight: 400;
    font-size: 13px;
    line-height: 191%;
    text-align: center;
    color: #636363;
    background: #0E0E0E;
    width: 1920px;

}

.footer__wrapper {
    position: relative;
    display: flex;
    width: 1214px;
    gap: 10px;

}

.footer__wrapper::before {
    content: "";
    width: 1920px;
    height: 176px;

    background: linear-gradient(245deg, #121721 0%, #612727 51.85%);
    filter: blur(175.5px);

    position: absolute;
    top: 0;
    left: -115px;
    z-index: 1;
    border-radius: 100%;
}









.dropbtn {


    /* Плавное исчезание/появление кнопки */
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out;
}

/* Класс для скрытия кнопки */
.dropbtn.hidden {
    opacity: 0;
    visibility: hidden;
}

.dropdown-content {
    /* Изначальное состояние скрытого блока */
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    flex-direction: column;
    position: relative;



    /* Анимация max-height должна совпадать по длительности с JS-обработчиком (0.5s) */
    transition: max-height 0.8s ease-in-out, opacity 0.5s ease-in-out, padding 0.5s ease-in-out;


    /* min-width: 250px; */
}

/* Состояние при открытии (класс добавляется через JS) */
.dropdown-content.show {
    max-height: 5000px;
    /* Достаточно большое значение */
    opacity: 1;

    /* Добавляем padding при открытии */
}



/* ... (все предыдущие стили для .dropbtn, .hidden, .dropdown-content, .show) ... */


/* Добавьте стили для нового класса .close-btn, если нужно */


/* .close-btn {
    margin-top: 10px;
    background-color: #f44336;
    color: white;
    padding: 8px 12px;
    border: none;
    cursor: pointer;
} */







/* .play__slots {
    position: absolute;
    overflow: hidden;
    max-height: 0;
     transition: max-height 0.5s ease-out;
     z-index: 1;
}

.show {
    max-height: 500px;
  
}
.mainslots {
    position: relative;
    
} */


.row1__card__wrapper {
    margin: 0;
    margin-top: 17px;
    display: flex;
    gap: 30px;
    /* /* justify-content: space-between; */
    z-index: 5;

}

.row2__card__wrapper {
    margin-top: 17px;

    display: flex;
    justify-content: space-between;
    gap: 30px;

}

.row3__card__wrapper {
    padding: 0;
    margin: 0;
    margin-top: 85px;
    display: flex;
    justify-content: space-between;
    gap: 30px;

}


.stavki__card__wrapper {
    margin-top: 17px;
    display: flex;
    gap: 30px;
}

/* ===== ПОЛНЫЙ АДАПТИВ ===== */

/* Планшеты (768px - 1199px) */
@media (max-width: 1199px) {
    .container {
        max-width: 95%;
        padding: 0 20px;
    }
    
    /* Хедер */
    .container__nav {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 20px;
    }
    
    .logo {
        margin-top: 30px;
        max-width: 200px;
    }
    
    .header__and__warning {
        margin-top: 20px;
        max-width: 100%;
    }
    
    .announce__warning {
        font-size: 13px;
        padding: 10px 0;
    }
    
    .navigate {
        justify-content: center;
        flex-wrap: wrap;
        gap: 25px;
        padding: 15px 0;
    }
    
    .header .link + .link {
        margin-left: 25px;
    }
    
    /* Секция Топ казино */
    .container__casino {
        flex-direction: column-reverse;
        text-align: center;
        gap: 40px;
        margin-top: 60px;
    }
    
    .casino__text {
        max-width: 100%;
    }
    
    .wrapper__casino__text {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    
    .casino__title {
        margin-top: 0;
    }
    
    .casino__desc {
        margin-top: 40px;
        max-width: 100%;
    }
    
    .casino__img__wrapper {
        justify-content: center;
    }
    
    .casino__img {
        width: 100%;
        max-width: 500px;
        height: auto;
    }
    
    /* Карточки казино */
    .casino__offers {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }
    
    .offer__casino__one {
        max-width: calc(50% - 20px);
        min-width: 250px;
    }
    
    /* Бесплатные игры */
    .free__games {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .freegames__desc {
        max-width: 100%;
    }
    
    .free_game__title__wrapper {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    
    .freegames__desc p {
        margin-top: 40px;
        max-width: 100%;
    }
    
    .freegames__img {
        display: flex;
        justify-content: center;
    }
    
    .phone {
        max-width: 300px;
        height: auto;
        padding-left: 0;
        transform: rotate(5deg);
    }
    
    /* Слоты */
    .slots__game {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }
    
    .slots, .slots1, .slots2, .slots3, .slots4 {
        max-width: calc(33.333% - 20px);
        min-width: 180px;
    }
    
    /* Новые слоты */
    .new_slots__preview {
        flex-direction: column-reverse;
        text-align: center;
        gap: 40px;
    }
    
    .new__slots__desc {
        margin-right: 0;
        max-width: 100%;
    }
    
    .new__slots__border {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    
    .new__slots__text {
        width: 100%;
        margin-top: 40px;
    }
    
    .new__slots__img__wrapper {
        position: relative;
        left: 0;
        top: 0;
        display: flex;
        justify-content: center;
    }
    
    .new__slots__img {
        max-width: 300px;
        height: auto;
    }
    
    .card__container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }
    
    .slots__card {
        max-width: calc(50% - 20px);
        min-width: 250px;
    }
    
    /* Покер */
    .poker__preview {
        flex-direction: column;
        text-align: center;
        gap: 40px;
    }
    
    .poker__desc {
        margin-right: 0;
        max-width: 100%;
    }
    
    .poker__border {
        width: 100%;
        height: auto;
        padding-bottom: 20px;
        margin: 0 auto;
    }
    
    .poker__text {
        margin-top: 40px;
    }
    
    .poker__img__wrapper {
        margin-right: 0;
        justify-content: center;
    }
    
    .poker__img {
        max-width: 200px;
        height: auto;
    }
    
    .poker__card__container {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }
    
    .poker__card {
        max-width: calc(50% - 20px);
        min-width: 250px;
    }
    
    /* Букмекеры */
    .stavki__preview {
        flex-direction: column-reverse;
    }
    
    /* Кнопки */
    .btn__wrapper {
        width: 100%;
        padding-right: 0;
        margin-top: 30px;
    }
    
    .btn__end {
        margin-top: 40px;
    }
    
    /* Выпадающие блоки */
    .all__offers,
    .all__slots {
        width: 100%;
    }
    
    .row1__card__wrapper,
    .row2__card__wrapper,
    .row3__card__wrapper,
    .stavki__card__wrapper {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    /* Футер */
    .footer__wrapper {
        flex-direction: column;
        text-align: center;
        width: 100%;
        max-width: 95%;
        gap: 30px;
    }
    
    .footer__container {
        margin-top: 100px;
    }
}

/* Мобильные устройства (576px - 767px) */
@media (max-width: 767px) {
    body {
        font-size: 16px;
    }
    
    h2 {
        font-size: 32px;
        text-align: center;
    }
    
    .container {
        padding: 0 15px;
    }
    
    /* Хедер */
    .logo {
        max-width: 150px;
        margin-top: 20px;
    }
    
    .announce__warning {
        font-size: 12px;
        padding: 8px 0;
    }
    
    /* Гамбургер-меню */
   /* ===== ИСПРАВЛЕННОЕ ГАМБУРГЕР-МЕНЮ ===== */

/* Десктоп - скрываем гамбургер и показываем обычное меню */
@media (min-width: 768px) {
    .nav-toggle {
        display: none !important;
    }
    
    nav {
        display: flex !important;
    }
}

/* Мобильные устройства (до 767px) */
@media (max-width: 767px) {
    /* Скрываем гамбургер по умолчанию (будет добавлен через JS) */
    .nav-toggle {
        display: none;
    }
    
    /* Скрываем обычное меню на мобильных по умолчанию */
    .navigate nav {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: #121517;
        border: 1px solid #612727;
        z-index: 1000;
        padding: 15px;
        margin-top: 10px;
    }
    
    /* Показываем меню когда активно */
    .navigate nav.active {
        display: flex;
    }
    
    /* Стили для ссылок в мобильном меню */
    .navigate .link {
        display: block;
        padding: 12px;
        text-align: center;
        border-bottom: 1px solid #612727;
        transition: background 0.3s ease;
    }
    
    .navigate .link:hover {
        background: rgba(97, 39, 39, 0.2);
    }
    
    .navigate .link:last-child {
        border-bottom: none;
    }
    
    .header .link + .link {
        margin-left: 0;
        margin-top: 0;
    }
}

/* Стили для кнопки гамбургера когда она видима */
.nav-toggle {
    background: none;
    border: 2px solid #612727;
    border-radius: 6px;
    color: white;
    font-size: 18px;
    cursor: pointer;
    padding: 10px 15px;
    margin: 15px auto;
    width: 180px;
    transition: all 0.3s ease;
    display: none; /* По умолчанию скрыта */
}

.nav-toggle:hover {
    background: rgba(97, 39, 39, 0.3);
}

.nav-toggle.visible {
    display: block; /* Показываем только когда нужно */
}
    
    /* Секции */
    .container__casino,
    .free__games,
    .new__slots__container,
    .poker__container {
        margin-top: 40px;
    }
    
    .free__games__play {
        margin-top: 60px;
    }
    
    .casino__desc,
    .freegames__desc p,
    .new__slots__text,
    .poker__text {
        margin-top: 30px;
        text-align: center;
    }
    
    /* Карточки */
    .offer__casino__one,
    .slots, .slots1, .slots2, .slots3, .slots4,
    .slots__card,
    .poker__card {
        max-width: 100%;
        min-width: auto;
        margin-bottom: 20px;
    }
    
    .casino__offers,
    .slots__game,
    .card__container,
    .poker__card__container {
        margin-top: 30px;
    }
    
    /* Центрирование названий казино */
    .name__offer {
        left: 50% !important;
        transform: translateX(-50%);
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    
    /* Кнопки */
    .btn {
        width: 170px;
        height: 42px;
        font-size: 14px;
    }
    
    .btn__wrapper {
        margin-top: 20px;
    }
    
    /* Изображения */
    .phone {
        max-width: 250px;
    }
    
    .new__slots__img {
        max-width: 250px;
    }
    
    .poker__img {
        max-width: 150px;
    }
    
    /* Слоты - уменьшаем высоту карточек */
    .slots, .slots1, .slots2, .slots3, .slots4 {
        height: 220px;
    }
    
    .dogs__desc {
        font-size: 11px;
        top: 130px;
        padding: 0 10px;
    }
    
    .promo {
        top: 180px;
        width: 100px;
    }
    
    .promo__text {
        font-size: 11px;
    }
    
    .playdemo {
        width: 110px;
        height: 26px;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
    }
    
    .link__demo {
        font-size: 7px;
    }
    
    /* Информация в карточках покера */
    .info__poker {
        height: auto;
        min-height: 60px;
        padding: 0 10px;
        font-size: 11px;
    }
    
    .name__poker {
        font-size: 18px;
    }
    
    /* Футер */
    .footer__text {
        font-size: 12px;
    }
    
    .footer__text p {
        margin-top: 8px;
    }
    
    .casinocore {
        font-size: 22px;
    }
}

/* Маленькие мобильные (до 575px) */
@media (max-width: 575px) {
    h2 {
        font-size: 28px;
    }
    
    .container {
        padding: 0 10px;
    }
    
    /* Хедер */
    .logo {
        max-width: 120px;
    }
    
    .announce__warning {
        font-size: 11px;
        padding: 5px 0;
    }
    
    .nav-toggle {
        width: 160px;
        font-size: 16px;
        padding: 8px 12px;
    }
    
    /* Карточки слотов */
    .slots, .slots1, .slots2, .slots3, .slots4 {
        height: 200px;
        max-width: 100%;
    }
    
    .dog__img {
        max-height: 110px;
    }
    
    .dogs__desc {
        top: 120px;
        font-size: 10px;
    }
    
    .promo {
        top: 165px;
    }
    
    .playdemo {
        top: 65px;
    }
    
    /* Кнопки */
    .btn {
        width: 160px;
        height: 40px;
        font-size: 13px;
    }
    
    /* Изображения */
    .phone {
        max-width: 200px;
    }
    
    .casino__img {
        max-width: 100%;
    }
    
    .new__slots__img {
        max-width: 200px;
    }
    
    /* Текст */
    .casino__desc,
    .freegames__desc p,
    .new__slots__text,
    .poker__text {
        font-size: 14px;
        margin-top: 20px;
    }
    
    /* Футер */
    .footer__text {
        font-size: 11px;
    }
    
    .casinocore {
        font-size: 20px;
    }
    
    .subscribe {
        font-size: 12px;
    }
}

/* Десктоп - скрываем гамбургер */
@media (min-width: 768px) {
    .nav-toggle {
        display: none !important;
    }
    
    nav {
        display: flex !important;
    }
}

/* Улучшения для тач-устройств */
@media (hover: none) {
    .btn:hover,
    .slots:hover,
    .slots1:hover,
    .slots2:hover,
    .slots3:hover,
    .slots4:hover,
    .offer__casino__one:hover,
    .slots__card:hover,
    .poker__card:hover {
        transform: none;
        opacity: 1;
    }
    
    .btn:active {
        opacity: 0.8;
        transform: scale(0.98);
    }
}

/* Убираем градиенты на мобильных для производительности */
@media (max-width: 767px) {
    .container__nav::before,
    .freegames__img::before,
    .casino__desc::before,
    .new__slots__img__wrapper::before,
    .poker__card__container::before,
    .winline__card::before,
    .free__games::before,
    .footer__wrapper::before {
        display: none;
    }
}


/* Исправления для центрирования на больших экранах и устранения горизонтального скролла */
body {
  overflow-x: hidden;
}

@media (min-width: 1215px) {
  .container__nav::before,
  .footer__wrapper::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .freegames__img::before,
  .casino__desc::before,
  .new__slots__img__wrapper::before,
  .poker__card__container::before,
  .winline__card::before,
  .free__games::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
















/* Исправления для карточек казино на планшетах */
@media (max-width: 1199px) {
    .offer__casino__one {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 15px;
        position: relative;
    }
    
    .irwin {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-bottom: 15px;
        overflow: hidden;
        border-radius: 6px;
    }
    
    .irwin__img {
        width: 100%;
        height: 160px;
        object-fit: cover;
        object-position: center;
        display: block;
    }
    
    /* Рейтинг позиционируем в правом верхнем углу изображения */
    .irwin .circle.gembling__color {
        position: absolute;
        top: 10px;
        right: 10px;
        left: auto; /* Убедимся, что left не переопределен */
        transform: none; /* Сбросим любые трансформации */
        width: 40px;
        height: 40px;
        background: linear-gradient(100deg, rgba(183, 80, 48, 0.9) 1.85%, #612727 98.15%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 14px;
        color: #FFFDFD;
        border: 2px solid #ffcd9c;
        z-index: 10;
        margin: 0;
    }
    
    .circle__info {
        margin: 0;
        font-weight: 700;
        font-size: 14px;
        color: #FFFDFD;
    }
    
    .name__offer {
        position: static !important;
        transform: none !important;
        margin: 15px 0 10px 0;
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
    
    .go__offer {
        position: static !important;
        transform: none !important;
        width: 90%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .link__casino {
        font-size: 14px;
    }
    
    /* Центрирование для конкретных казино */
    .sevenk__name,
    .jetton__name,
    .bigsbet__name,
    .arcada__name,
    .baboss__name,
    .beef__name,
    .cat__name,
    .cush__name,
    .martin__name,
    .motor__name,
    .onex__name,
    .onewin__name,
    .riobet__name,
    .upx__name,
    .vodka__name {
        position: static !important;
        transform: none !important;
        margin: 15px 0 10px 0;
        width: 100%;
        text-align: center;
    }
}

/* Дополнительные исправления для мобильных */
@media (max-width: 767px) {
    .offer__casino__one {
        max-width: 300px;
        margin: 0 auto 20px auto;
    }
    
    .casino__offers {
        gap: 20px;
    }
    
    .irwin__img {
        height: 140px;
    }
    
    .irwin .circle.gembling__color {
        width: 35px;
        height: 35px;
        font-size: 12px;
        top: 8px;
        right: 8px;
    }
    
    .circle__info {
        font-size: 12px;
    }
    
    .name__offer {
        font-size: 16px;
    }
    
    .go__offer {
        width: 85%;
        height: 40px;
    }
    
    .link__casino {
        font-size: 13px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .offer__casino__one {
        max-width: 100%;
        margin: 0 auto 15px auto;
    }
    
    .irwin__img {
        height: 120px;
    }
    
    .irwin .circle.gembling__color {
        top: 6px;
        right: 6px;
    }
}



/* Исправления для секции Бесплатные игровые автоматы на планшетах */
@media (max-width: 1199px) {
    .slots__game {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        margin-top: 40px;
    }
    
    .slots, .slots1, .slots2, .slots3, .slots4 {
        width: calc(50% - 20px);
        max-width: 280px;
        height: 300px;
        margin: 0;
    }
    
    /* Центрирование промокода */
    .promo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 20px;
        width: auto;
        min-width: 120px;
        justify-content: center;
    }
    
    .promo__text {
        text-align: center;
        margin: 0;
    }
    
    /* Центрирование описания */
    .dogs__desc {
        position: absolute;
        top: 150px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
        padding: 0 10px;
    }
    
    /* Центрирование кнопки демо */
    .playdemo {
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Дополнительные исправления для мобильных */
@media (max-width: 767px) {
    .slots, .slots1, .slots2, .slots3, .slots4 {
        width: calc(100% - 20px);
        max-width: 300px;
        height: 280px;
    }
    
    .dogs__desc {
        top: 140px;
        font-size: 12px;
    }
    
    .promo {
        bottom: 15px;
        min-width: 110px;
    }
    
    .promo__text {
        font-size: 11px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .slots, .slots1, .slots2, .slots3, .slots4 {
        height: 250px;
    }
    
    .dogs__desc {
        top: 130px;
        font-size: 11px;
    }
    
    .playdemo {
        top: 80px;
    }
    
    .promo {
        bottom: 10px;
        min-width: 100px;
    }
}


/* Исправления для секции Бесплатные игровые автоматы на планшетах */
@media (max-width: 1199px) {
    .slots__game {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 15px;
        margin-top: 40px;
    }
    
    .slots, .slots1, .slots2, .slots3, .slots4 {
        width: calc(33.333% - 15px);
        max-width: 200px;
        height: 280px;
        margin: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
    }
    
    /* Центрирование промокода */
    .promo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 15px;
        width: auto;
        min-width: 110px;
        justify-content: center;
    }
    
    .promo__text {
        text-align: center;
        margin: 0;
        font-size: 11px;
    }
    
    /* Центрирование описания */
    .dogs__desc {
        position: absolute;
        top: 140px;
        left: 50%;
        transform: translateX(-50%);
        width: 90%;
        text-align: center;
        padding: 0 8px;
        font-size: 11px;
        line-height: 1.2;
    }
    
    /* Центрирование кнопки демо */
    .playdemo {
        left: 50%;
        transform: translateX(-50%);
        top: 85px;
        width: 110px;
        height: 26px;
    }
    
    .link__demo {
        font-size: 7px;
    }
    
    .dog__img {
        max-height: 110px;
    }
}

/* Дополнительные исправления для мобильных */
@media (max-width: 767px) {
    .slots, .slots1, .slots2, .slots3, .slots4 {
        width: calc(50% - 15px);
        max-width: 180px;
        height: 250px;
    }
    
    .dogs__desc {
        top: 125px;
        font-size: 10px;
    }
    
    .promo {
        bottom: 12px;
        min-width: 100px;
    }
    
    .promo__text {
        font-size: 10px;
    }
    
    .playdemo {
        top: 75px;
        width: 100px;
        height: 24px;
    }
    
    .dog__img {
        max-height: 100px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .slots, .slots1, .slots2, .slots3, .slots4 {
        width: calc(100% - 20px);
        max-width: 200px;
        height: 240px;
    }
    
    .dogs__desc {
        top: 120px;
        font-size: 10px;
    }
    
    .playdemo {
        top: 70px;
    }
    
    .promo {
        bottom: 10px;
        min-width: 90px;
    }
}


/* Исправления отступов между первым рядом и выпадающим блоком */
@media (max-width: 1199px) {
    /* Отступ между первым рядом и выпадающим блоком */
    .dropdown__wrapper {
        margin-top: 85px;
    }
    
    /* Отступ между рядами внутри выпадающего блока */
    .all__offers .casino__offers + .casino__offers,
    .all__slots .slots__game + .slots__game {
        margin-top: 85px;
    }
    
    /* Для новых слотов */
    .dropdown-content .row1__card__wrapper + .row3__card__wrapper {
        margin-top: 85px;
    }
    
    /* Для покера и букмекеров */
    .dropdown-content .row2__card__wrapper + .row3__card__wrapper {
        margin-top: 85px;
    }
    
    /* Убираем лишние отступы у кнопок внутри выпадающих блоков */
    .all__offers .btn__wrapper,
    .all__slots .btn__wrapper {
        margin-top: 85px;
    }
}

/* Дополнительные исправления для мобильных */
@media (max-width: 767px) {
    .dropdown__wrapper {
        margin-top: 40px;
    }
    
    .all__offers .casino__offers + .casino__offers,
    .all__slots .slots__game + .slots__game,
    .dropdown-content .row1__card__wrapper + .row3__card__wrapper,
    .dropdown-content .row2__card__wrapper + .row3__card__wrapper,
    .all__offers .btn__wrapper,
    .all__slots .btn__wrapper {
        margin-top: 40px;
    }
}

/* Для очень маленьких экранов */
@media (max-width: 480px) {
    .dropdown__wrapper {
        margin-top: 30px;
    }
    
    .all__offers .casino__offers + .casino__offers,
    .all__slots .slots__game + .slots__game,
    .dropdown-content .row1__card__wrapper + .row3__card__wrapper,
    .dropdown-content .row2__card__wrapper + .row3__card__wrapper,
    .all__offers .btn__wrapper,
    .all__slots .btn__wrapper {
        margin-top: 30px;
    }
}