@font-face {
    font-family: geologica;
    src: url("../luxecasinosfr_fonts/luxecasinosfr_geologica-regular.woff2");
}

@font-face {
    font-family: geologica-bold;
    src: url("../luxecasinosfr_fonts/luxecasinosfr_geologica-bold.woff2");
}

#confirmButton {
    border-radius: 30px;
    background: #1C2065;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    margin: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    max-width: 100%;
}

body {
    font-family: geologica;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.00)), to(rgba(0, 0, 0, 0.50))), url("../luxecasinosfr_img/luxecasinosfr-body-background.webp") lightgray 50% / cover no-repeat;
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%), url("../luxecasinosfr_img/luxecasinosfr-body-background.webp") lightgray 50% / cover no-repeat;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.50) 100%), url("../luxecasinosfr_img/luxecasinosfr-body-background.webp") lightgray 50% / cover no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.luxecasinosfr_header__fixed {
    position: fixed;
    z-index: 10000;
    background: #000;
    width: 100%;
    top: 0px;
    left: 0;
}

.luxecasinosfr_header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.luxecasinosfr_header__box {
    padding-top: 0px;
    position: relative;
}

.luxecasinosfr_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.luxecasinosfr_header__burger {
    display: none;
}

.luxecasinosfr_header__link {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.56px;
}

.luxecasinosfr_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.luxecasinosfr_header__block {
    max-width: 100%;
}

.luxecasinosfr_header {
    padding-top: 47px;
    padding-bottom: 0px;
    margin-bottom: 40px;
}
.luxecasinosfr_header__wrap{
    padding-top: 20px;
    padding-bottom: 20px;
}
.luxecasinosfr_header__title {
    color: #F2F2F2;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 64px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.luxecasinosfr_header__inner {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.luxecasinosfr_header__subtitle {
    color: #F2F2F2;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.64px;
    max-width: 600px;
}
.luxecasinosfr_header__age {
    color: #F2F2F2;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.64px;
}
.luxecasinosfr_header__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    padding: 10px 0;
}
.luxecasinosfr_header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6px;
    max-width: 200px;
    width: 100%;
}
.luxecasinosfr_header__item:nth-child(1)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 32px;
    height: 32px;
    background: url("../luxecasinosfr_img/luxecasinosfr-header-icon-1.webp") no-repeat center;
}
.luxecasinosfr_header__item:nth-child(2)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 32px;
    height: 32px;
    background: url("../luxecasinosfr_img/luxecasinosfr-header-icon-2.webp") no-repeat center;
}
.luxecasinosfr_header__item:nth-child(3)::before{
    content: "";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 32px;
    height: 32px;
    background: url("../luxecasinosfr_img/luxecasinosfr-header-icon-3.webp") no-repeat center;
}
.luxecasinosfr_header__span {
    color: #F2F2F2;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: 0.64px;
}
.luxecasinosfr_casino{
    margin-bottom: 40px;
}
.luxecasinosfr_casino__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding-left: 0;
    list-style: none;
    width: 100%;
}

.luxecasinosfr_casino__inners {
    width: 100%;
    position: relative;
}

.luxecasinosfr_casino__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.luxecasinosfr_casino__times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

.luxecasinosfr_casino__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
}

.luxecasinosfr_casino__top {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    padding: 10px 32px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 38px 0;
    background: #8AC9FE;
}
.luxecasinosfr_casino__sub {
    color: #000;
    text-align: center;
    font-family: geologica-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 44px;
}

.luxecasinosfr_casino__wrap {
    position: relative;
    padding: 24px 32px;
    border-radius: 38px;
    background: rgba(0, 0, 0, 0.70);
    -webkit-box-shadow: 0 4px 12px 0 #8AC9FE;
            box-shadow: 0 4px 12px 0 #8AC9FE;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

.luxecasinosfr_casino__age {
    color: #FFF;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.luxecasinosfr_casino__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}


.luxecasinosfr_casino__number {
    color: #FFF;
    text-align: center;
    font-family: geologica-bold;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 1.28px;
    text-transform: uppercase;
}

.luxecasinosfr_casino__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
}

.luxecasinosfr_casino__subtitle {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.luxecasinosfr_casino__free {
    color: #FFF;
    text-align: center;
    font-family: geologica-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
}

.luxecasinosfr_casino__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 5px;
    width: 100%;
    margin-bottom: 0px;
}


.luxecasinosfr_casino__text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
}

.luxecasinosfr_casino__list {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}

.luxecasinosfr_casino__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 100%;
    width: 100%;
}


.luxecasinosfr_casino__inner:last-child {
    margin-bottom: 0;
}

.luxecasinosfr_casino__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    gap: 4px;
    max-width: 362px;
    width: 100%;
}

.luxecasinosfr_casino__imgages {
    max-width: 250px;
    width: 100%;
}

.luxecasinosfr_casino__info {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}




.luxecasinosfr_casino__data {
    color: #FFF;
    font-family: geologica-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
}

.luxecasinosfr_casino__btn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 144px;
    padding: 16px 36px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    font-family: geologica-bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 5px;
    z-index: 1;
}

.neon-pulse {
    border-radius: 32px;
    background: #8AC9FE;
    overflow: visible;
}

.neon-pulse::before,
.neon-pulse::after {
    content: "";
    position: absolute;
    inset: 4px;
    border: 2px solid #8AC9FE;
    -webkit-animation: pulseOut 2s ease-out infinite;
    animation: pulseOut 2s ease-out infinite;
    border-radius: 32px;
    opacity: 0;
}

.neon-pulse::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

@-webkit-keyframes pulseOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes pulseOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }
}

.luxecasinosfr_casino__payment {
    position: relative;
    border-radius: 24px;
    border: 1px solid #FFF;
    padding: 12px;
    width: 195px;
    height: 52px;
    overflow: hidden;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luxecasinosfr_casino__pay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 195px;
    gap: 2px;
}

.luxecasinosfr_casino__plus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
    line-height: 0;
    padding-left: 0px;
    padding-bottom: 0px;
    width: 13px;
    height: 13px;
}

.luxecasinosfr_casino__icons{
    margin-bottom: 10px;
}

.luxecasinosfr_casino__add {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: -1%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 24px;
    height: 24px;
    padding: 0px;
    margin: 0;
    border-radius: 32px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    cursor: pointer;
}

.casino__add {
    height: 95px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luxecasinosfr_casino__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 400px;
    gap: 16px;
}


.luxecasinosfr_casino__btn:hover {
    background: #fff;
    color: #000;
    -webkit-text-decoration-line: none;
    text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luxecasinosfr_info {
    margin-bottom: 40px;
}
.luxecasinosfr_info__wrap {
    padding: 32px 24px;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.20);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
    margin-bottom: 20px;
}
.luxecasinosfr_info__title {
    color: #FAFFE9;
    font-family: geologica-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.luxecasinosfr_info__head {
    color: #FAFFE9;
    font-family: geologica-bold;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.64px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.luxecasinosfr_info__text {
    color: #FAFFE9;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%; 
    letter-spacing: 0.64px;
}
.luxecasinosfr_info__items {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
}
.luxecasinosfr_info__item {
    max-width: 400px;
    width: 100%;
    padding: 32px 24px;
    border-radius: 38px;
    background: rgba(255, 255, 255, 0.20);
    -webkit-backdrop-filter: blur(2px);
            backdrop-filter: blur(2px);
}
.luxecasinosfr_info__number {
    color: #FAFFE9;
    font-family: geologica-bold;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.96px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.luxecasinosfr_footer {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #000;
}
.luxecasinosfr_footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}
.luxecasinosfr_footer__networks {
    max-width: 822px;
    width: 100%;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.luxecasinosfr_footer__age {
    color: #FFF;
    font-family: geologica-bold;
    font-size: 30px;
    font-weight: 800;
    line-height: normal;
}
.luxecasinosfr_footer__info {
    color: #FFF;
    font-family: geologica-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.luxecasinosfr_footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.luxecasinosfr_footer__item {
    max-width: 610px;
    width: 100%;
}
.luxecasinosfr_footer__head {
    color: #8AC9FE;
    font-family: geologica-bold;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.luxecasinosfr_footer__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.56px;
}
.luxecasinosfr_footer__links {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.luxecasinosfr_footer__link {
    color: #FFF;
    font-family: geologica-bold;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.56px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.luxecasinosfr_footer__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    color: #8AC9FE;
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
}

.info__title,
.content__title {
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #fff;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;

}

.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;

}

.desc__top {
    padding-top: 100px;
    padding-bottom: 50px;
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.casino__buttons__mob {
    display: none;
}

.card1__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card1__wrapper-image {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px 10px 30px 10px;
}

.card1__image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    vertical-align: top;
}

.card1__image {
    width: 100%;
    height: 68px;
}

.mobile{
    display: none;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .luxecasinosfr_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .luxecasinosfr_header__links {
        display: none;
    }

    .luxecasinosfr_header__burger {
        background: transparent;
        padding: 0;
        border: none;
        cursor: pointer;
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .luxecasinosfr_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transform-origin: 1px;
        -ms-transform-origin: 1px;
        transform-origin: 1px;
    }

    .luxecasinosfr_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .luxecasinosfr_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 7px;
        -ms-transform-origin: 7px;
        transform-origin: 7px;
    }

    .luxecasinosfr_header__line {
        display: block;
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px;
    background: #000;
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 48px;
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .luxecasinosfr_casino__wrap {
        padding: 10px;
    }

    .card1__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .luxecasinosfr_casino__free {
        font-size: 16px;
    }

    .luxecasinosfr_casino__info {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .luxecasinosfr_footer__item{
        max-width: 100%;
    }

    .luxecasinosfr_footer__wrap{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }

    .luxecasinosfr_footer__networks{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 20px;
    }

    .luxecasinosfr_footer__links{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .luxecasinosfr_header__inner{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        gap: 20px;
    }

    .luxecasinosfr_header__title{
        font-size: 44px;
    }

    .luxecasinosfr_header__subtitle{
        font-size: 14px;
    }

    .luxecasinosfr_header__age{
        font-size: 14px;
    }

    .luxecasinosfr_header__items{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .card1__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 140px;
                flex: 0 0 140px;
    }

    .luxecasinosfr_casino__number{
        font-size: 20px;
    }

    .luxecasinosfr_casino__free{
        font-size: 14px;
    }


}

@media (max-width: 767px) {
    .luxecasinosfr_casino__icons{
        width: 32px;
        height: 20px;
    }

    .luxecasinosfr_casino__payment{
        width: 142px;
        height: 37px;
        padding: 7.231px;
    }

    .luxecasinosfr_casino__add{
        width: 18px;
        height: 18px;
    }

    .luxecasinosfr_casino__plus{
        font-size: 15px;
    }

    .luxecasinosfr_casino__buttons{
        gap: 10px;
    }

    .luxecasinosfr_casino__buttons{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: 160px;
    }

    .luxecasinosfr_casino__payment{
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .luxecasinosfr_header__nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desctop{
        display: none;
    }

    .card1__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 44vw;
                flex: 0 0 44vw;
    }

    .luxecasinosfr_casino__buttons{
        max-width: 44vw;
        padding: 10px 0;
    }

    .luxecasinosfr_casino__btn{
        width: 100%;
        padding: 12px 36px;
        font-size: 14px;
    }

    .card1__image{
        height: 50px;
    }

    .luxecasinosfr_casino__free{
        font-size: 16px;
        text-align: center;
    }

    .luxecasinosfr_casino__info{
        font-size: 16px;
        text-align: center;
    }

    .luxecasinosfr_casino__star{
        max-width: 16px;
    }

    .luxecasinosfr_casino__stars{
        gap: 0;
    }

    .luxecasinosfr_casino__number{
        font-size: 24px;
    }

    .luxecasinosfr_casino__icons{
        margin-bottom: 6px;
    }

    .casino__add {
        height: 65px;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

    .luxecasinosfr_header__wrap{
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .luxecasinosfr_header__title{
        font-size: 36px;
        margin-bottom: 10px;
    }

    .luxecasinosfr_header__inner{
        display: none;
    }

    .luxecasinosfr_header__span{
        font-size: 10px;
    }

    .luxecasinosfr_header__items{
        gap: 10px;
    }

    .luxecasinosfr_header__item:nth-child(1){
        max-width: 122px;
    }

    .luxecasinosfr_header__item:nth-child(2){
        max-width: 139px;
    }

    .luxecasinosfr_header__item:nth-child(3){
        max-width: 149px;
    }

    .luxecasinosfr_header__item:nth-child(1)::before {
        max-width: 24px;
        height: 24px;
        background: url(../luxecasinosfr_img/luxecasinosfr-header-icon-1.webp) no-repeat center;
        background-size: 24px;
    }

    .luxecasinosfr_header__item:nth-child(2)::before {
        max-width: 24px;
        height: 24px;
        background: url(../luxecasinosfr_img/luxecasinosfr-header-icon-2.webp) no-repeat center;
        background-size: 24px;
    }

    .luxecasinosfr_header__item:nth-child(3)::before {
        max-width: 24px;
        height: 24px;
        background: url(../luxecasinosfr_img/luxecasinosfr-header-icon-3.webp) no-repeat center;
        background-size: 24px;
    }

    .luxecasinosfr_header{
        margin-bottom: 20px;
    }

    .luxecasinosfr_casino__data{
        font-size: 14px;
    }

    .luxecasinosfr_casino{
        margin-bottom: 20px;
    }

    .luxecasinosfr_info__wrap{
        padding: 32px 10px;
    }

    .luxecasinosfr_info__title{
        font-size: 20px;
        margin-bottom: 8px;
    }

    .luxecasinosfr_info__head{
        font-size: 14px;
        margin-bottom: 8px;
    }

    .luxecasinosfr_info__text{
        font-size: 14px;
    }

    .luxecasinosfr_info__number{
        font-size: 20px;
    }

    .luxecasinosfr_footer__networks{
        gap: 10px;
    }

    .luxecasinosfr_footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .luxecasinosfr_casino__sub{
        font-size: 12px;
    }

    .luxecasinosfr_casino__top{
        width: 165px;
        height: 24px;
    }

    .luxecasinosfr_casino__items{
        gap: 4px;
    }

}

@media (max-width: 360px) {
    .card1__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 40vw;
                flex: 0 0 40vw;
    }
}