@font-face {
    font-family: manrope;
    src: url("../casinoluxe_fonts/casinoluxe_manrope-regular.woff2");
}

@font-face {
    font-family: Montserrat;
    src: url("../casinoluxe_fonts/casinoluxe_montserrat-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: manrope;
    background: #EDEDED;
}


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.casinoluxe_header__fixed {
    position: fixed;
    z-index: 10000;
    background: #FFF;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    width: 100%;
    top: 0px;
    left: 0;
}

.casinoluxe_header__text {
    color: #121212;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%;
}


.casinoluxe_header__wrappper {
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.casinoluxe_header__info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    max-width: 577px;
}

.casinoluxe_header__phone{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 5px;
    color: #121212;
    font-size: 10px;
    font-weight: 400;
    line-height: 120%; 
    max-width: 100px;
    width: 100%;
}

.casinoluxe_header__phone::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: 16px;
    height: 16px;
    background: url("../casinoluxe_img/casinoluxe-header-icon-phone.webp") no-repeat center;
}

.casinoluxe_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: 8px;
    padding-bottom: 8px;
}

.casinoluxe_header__box {
    padding-top: 10px;
}

.header__link__logo {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 100%;
}

.casinoluxe_header__phone:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-decoration: underline;
}


.casinoluxe_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
}

.casinoluxe_header__burger {
    display: none;
}

.casinoluxe_header__link {
    color: #FFF;
    font-size: 20px;
    font-weight: 600;
    line-height: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.casinoluxe_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.casinoluxe_header__block {
    max-width: 100%;
}

.casinoluxe_header {
    padding-top: 60px;
    padding-bottom: 0px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
}

.casinoluxe_header__title {
    color: #0B131E;
    text-align: center;
    font-family: Montserrat;
    font-size: 38px;
    font-style: normal;
    font-weight: 900;
    line-height: 120%; /* 45.6px */
    text-transform: uppercase;
    margin-bottom: 8px;
}

.casinoluxe_header__subtitle {
    color: #0B131E;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 16px;
}

.casinoluxe_header__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;
    gap: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
}

.casinoluxe_header__item {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    background: #534F83;
    padding: 8px 16px;
}

.casinoluxe_header__item:nth-child(1){
    background: #2680C3;
}

.casinoluxe_header__item:nth-child(2){
    border: 1px solid #6D6D6D;
    background: #FFF;
    color: #0B131E;
}

.casinoluxe_header__item:nth-child(3){
    background: #E7280D;
}


.casinoluxe_header__spin {
    position: relative;
    background: url("../casinoluxe_img/casinoluxe-header-spin-background.webp") no-repeat center;
    max-width: 100%;
    width: 1191px;
    min-height: 771px;
    margin: 0 auto;
    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;
}

.wheel {
    -webkit-animation: spin 5s linear infinite;
    animation: spin 5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.casinoluxe_header__circle {
    position: absolute;
    top: 50px;
    z-index: 0;
}

.casinoluxe_casino {
    margin-top: -500px;
    position: relative;
    z-index: 1;
    padding-bottom: 30px;
}
.casinoluxe_casino__data {
    padding: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #FFF;
    max-width: 220px;
    margin-bottom: 25px;
}
.casinoluxe_casino__info {
    color: #6D6D6D;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.casinoluxe_casino__span {
    color: #B10000;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.casinoluxe_casino__items {
    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: 24px;
}
.casinoluxe_casino__item {
    position: relative;
    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;
    gap: 20px;
    background: url("../casinoluxe_img/casinoluxe-casino-background.webp") no-repeat center;
    background-size: cover;
    min-height: 138px;
    padding-right: 32px;
    padding-left: 16px;
    padding-top: 12px;
    padding-bottom: 12px;
}
.casinoluxe_casino__top {
    position: absolute;
    top: -17px;
    left: -10px;
    width: 158px;
    height: 39px;
    background: url("../casinoluxe_img/casinoluxe-casino-icon-info.webp") no-repeat center;
}
.casinoluxe_casino__sup {
    color: #0F0F0F;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-left: 18px;
    margin-top: -1px;
}
.casinoluxe_casino__left {
    max-width: 280px;
    width: 100%;
    background: -webkit-gradient(linear, left top, right top, from(#0A0A0A), to(#1B220B));
    background: -o-linear-gradient(left, #0A0A0A 0%, #1B220B 100%);
    background: linear-gradient(90deg, #0A0A0A 0%, #1B220B 100%);
    -webkit-box-shadow: 4px 0px 25px rgba(255, 255, 255, 0.25);
            box-shadow: 4px 0px 25px rgba(255, 255, 255, 0.25);
    padding: 10px;
}
.casinoluxe_casino__rating {
    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;
    gap: 4px;
}
.casinoluxe_casino__number {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}
.card1__left{
    margin-bottom: 4px;
}
.casinoluxe_casino__stars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3px;
}
.casinoluxe_casino__center {
    max-width: 608px;
    width: 100%;
}
.casinoluxe_casino__bonus {
    display: block;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.casinoluxe_casino__bonus:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.casinoluxe_casino__right {
    max-width: 240px;
    width: 100%;
}
.casinoluxe_casino__btn {
  outline: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #2680C3;
  width: 100%;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 16px;
  color: #fff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 12px;
  text-transform: uppercase;
  overflow: hidden;
  cursor: pointer;
}

.casinoluxe_casino__btn:hover {
  opacity: .95;
}

.casinoluxe_casino__btn .animation {
  border-radius: 100%;
  -webkit-animation: ripple 0.6s linear infinite;
          animation: ripple 0.6s linear infinite;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}

@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1);
  }

  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0.1), 0 0 0 80px rgba(255, 255, 255, 0);
  }
}
.casinoluxe_casino__pays {
    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;
}

.casinoluxe_info {
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FFF;
}
.casinoluxe_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: 24px;
}
.casinoluxe_info__item {
    max-width: 606px;
    width: 100%;
    padding: 24px;
    background: #003379;
}
.casinoluxe_info__head {
    color: #00C8FF;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}
.casinoluxe_info__text {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.casinoluxe_info__list {
    padding-left: 20px;
}
.casinoluxe_info__info {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.casinoluxe_reviews {
    padding-top: 40px;
    padding-bottom: 40px;
}
.casinoluxe_reviews__title {
    color: #181E0B;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.casinoluxe_reviews__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: 24px;
}
.casinoluxe_reviews__item {
    max-width: 560px;
    width: 100%;
    padding: 24px;
    background: #B10000;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(177, 0, 0, 0.20);
            box-shadow: 0px 0px 10px 0px rgba(177, 0, 0, 0.20);
}
.casinoluxe_reviews__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
}
.casinoluxe_reviews__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
    color: #FFF;
    font-family: Manrope;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
}

.casinoluxe_reviews__name::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: 104px;
    height: 20px;
    background: url("../casinoluxe_img/casinoluxe-reviews-icon-star.webp") no-repeat center;
}


.casinoluxe_safe {
    padding-top: 60px;
    padding-bottom: 60px;
}

.casinoluxe_safe__title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    margin-bottom: 24px;
}
.casinoluxe_saf__inner {
    margin-bottom: 40px;
    padding: 24px;
}
.casinoluxe_saf__inner:nth-child(1){
    background: #003379;
}
.casinoluxe_saf__inner:nth-child(2){
    border: 1px solid #6D6D6D;
}
.casinoluxe_saf__inner:nth-child(3){
    background: #B10000;
}
.casinoluxe_safe__text {
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
.casinoluxe_safe_blue{
    color: #00C8FF;
}
.casinoluxe_safe_black{
    color: #0B131E;
}
.casinoluxe_safe__head {
    color: #FFF;
    font-size: 15px;
    font-weight: 700;
    line-height: normal;
}
.casinoluxe_safe__list {
    padding-left: 20px;
}

.casinoluxe_footer {
    background: #0B131E;
    -webkit-backdrop-filter: blur(15px);
            backdrop-filter: blur(15px);
    padding-top: 40px;
    padding-bottom: 40px;
}

.casinoluxe_footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 40px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
}

.casinoluxe_footer__sup {
    color: #D7D6CF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; 
}

.casinoluxe_footer__header {
    margin-bottom: 24px;
}

.casinoluxe_footer__age{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 24px;
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px;
}
.casinoluxe_footer__age::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: 80px;
    height: 50px;
    background: url("../casinoluxe_img/casinoluxe-footer-icon-age.webp") no-repeat center;
}
.casinoluxe_footer__bold {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 20px;
}

.casinoluxe_footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
    list-style: none;
    padding-left: 0;
}

.mb0 {
    margin-bottom: 0;
}

.casinoluxe_footer__head {
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 150%; 
    margin-bottom: 8px;
}

.casinoluxe_footer__wraps {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
    -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: 0px;
    padding-left: 0;
    list-style: none;
    margin-bottom: 24px;
}

.casinoluxe_footer__content {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.mb0 {
    margin-bottom: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.casinoluxe_footer__items {
    padding-left: 20px;
}

.casinoluxe_footer__network {
    color: #00C8FF;
    font-size: 16px;
    font-weight: 600;
    line-height: 120%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.casinoluxe_footer__network:hover {
    color: #FC0;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.casinoluxe_footer__item {
    max-width: 608px;
    width: 100%;
    border: 1px solid #00C8FF;
    padding: 24px;
}

.address {
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 24px;
}
.address__item {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}
.address__head {
    color: #FFF;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 24px;
}
.address__text {
    color: #FAF9F0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%; /* 21px */
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}


.info__title,
.content__title {
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;

}

.info__head,
.terms__subtitle {
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;

}

.info__text,
.terms__text {
    margin: 0;
    color: #000;
    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;
}

.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: 0px 16px 0px 16px;
}

.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: 80px;
}

.mob_bonus{
    display: none;
}

@media (max-width: 1260px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .casinoluxe_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }

    .casinoluxe_header__links {
        display: none;
    }

    .casinoluxe_header__burger {
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .casinoluxe_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;
    }

    .casinoluxe_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0;
        /* Скрыть вторую палочку */
    }

    .casinoluxe_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;
    }

    .casinoluxe_header__line {
        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-color: rgba(0, 0, 0, 0.6);
        -webkit-backdrop-filter: blur(10px);
        backdrop-filter: blur(10px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 65px;
        left: 0;
        width: 100%;
        -webkit-box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
        box-shadow: 0 2px 5px rgba(255, 255, 255, 0.6);
        border-radius: 0;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .casinoluxe_footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }

    .casinoluxe_footer__item {
        max-width: 100%;
    }

    .casinoluxe_footer__links {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .casinoluxe_footer__links {
        gap: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .casinoluxe_info__item{
        max-width: 100%;
    }

    .casinoluxe_info__items{
        gap: 16px;
    }

    .casinoluxe_header__info{
        max-width: 470px;
    }
}

@media (max-width: 991px) {
    .mob_bonus{
        display: block;
    }

    .desc_bonus{
        display: none;
    }

    .casinoluxe_casino__item{
        max-width: 575px;
    }

    .casinoluxe_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;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .casinoluxe_casino__bonus{
        margin-bottom: 8px;
        font-size: 16px;
    }

    .casinoluxe_header__circle{
        max-width: 300px;
    }

    .casinoluxe_header__spin{
        background-size: 540px;
        min-height: 380px;
    }

    .casinoluxe_casino{
        margin-top: -230px;
    }

    .casinoluxe_header__item{
        padding: 8px;
        font-size: 11px;
    }

    .casinoluxe_header__items{
        gap: 10px;
    }

    .casinoluxe_header__fav{
        max-width: 40px;
    }

    .casinoluxe_footer__wraps{
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .casinoluxe_footer__age{
        font-size: 14px;
    }
}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .casinoluxe_header__nav {
        padding-left: 10px;
        padding-right: 10px;
    }

    .casinoluxe_footer__bold {
        font-size: 12px;
    }

    .casinoluxe_footer__head {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .casinoluxe_footer__content {
        font-size: 12px;
    }

    .casinoluxe_footer__wraps {
        gap: 16px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 16px;
    }

    .casinoluxe_footer__network {
        font-size: 14px;
    }

    .casinoluxe_footer__list {
        font-size: 12px;
    }

    .casinoluxe_footer__inner {
        gap: 16px;
        margin-bottom: 16px;
    }

    .casinoluxe_footer__links {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }

    .casinoluxe_footer__links {
        gap: 20px;
    }

    .casinoluxe_header__items{
        gap: 3px;
        margin-bottom: 0;
    }

    .casinoluxe_header__item{
        font-size: 7px;
        padding: 6px;
        margin-bottom: 20px;
    }


.casinoluxe_header__title{
    font-size: 20px;
    margin-bottom: 12px;
}

.casinoluxe_header__subtitle{
    display: none;
}

.casinoluxe_header__spin{
    width: 100%;
    height: 190px;
    background-size: 310px;
    min-height: 130px;
}

.casinoluxe_header__circle{
    max-width: 188px;
}

.casinoluxe_header__circle{
    top: 10px;
}

.casinoluxe_header__text{
    font-size: 6px;
}

.casinoluxe_header__info{
    gap: 10px;
}

.casinoluxe_footer__icon{
    max-width: 210px;
}

.casinoluxe_footer__header{
    margin-bottom: 16px;
}

.casinoluxe_footer__age{
    margin-bottom: 16px;
}

.casinoluxe_footer__age::before {
    width: 100%;
    max-width: 60px;
    height: 40px;
    background: url(../casinoluxe_img/casinoluxe-footer-icon-age.webp) no-repeat center;
    background-size: 60px;
}

.casinoluxe_footer{
    padding-top: 30px;
    padding-bottom: 30px;
}

.casinoluxe_footer__links{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 16px;
}

.casinoluxe_footer__item{
    padding: 16px;
}

.address__head{
    font-size: 14px;
    margin-bottom: 16px;
}

.address__text{
    font-size: 12px;
}

.address{
    gap: 8px;
}

.casinoluxe_footer__sup{
    font-size: 12px;
}

.casinoluxe_reviews {
    padding-top: 20px;
    padding-bottom: 20px;
}

.casinoluxe_reviews__title{
    margin-bottom: 16px;
    font-size: 16px;
}

.casinoluxe_reviews__item{
    padding: 16px;
}

.casinoluxe_reviews__text{
    font-size: 12px;
    margin-bottom: 8px;
}

.casinoluxe_reviews__name{
    gap: 16px;
    font-size: 14px;
}

.casinoluxe_reviews__items{
    gap: 8px;
}

.casinoluxe_info {
    padding-top: 40px;
    padding-bottom: 40px;
}

.casinoluxe_info__head{
    font-size: 14px;
    margin-bottom: 16px;
}

.casinoluxe_info__text{
    font-size: 14px;
}

.casinoluxe_casino__item{
    max-width: 328px;
    padding: 4px 8px;
    gap: 8px;
    min-height: auto;
}

.casinoluxe_casino__bonus{
    font-size: 10px;
}

.casinoluxe_casino__btn{
    padding: 8px 12px;
    font-size: 10px;
    margin-bottom: 8px;
}

.casinoluxe_casino__number{
    font-size: 12px;
}

.card1__image {
    width: 100%;
    height: 56px;
}

.casinoluxe_casino {
    margin-top: -120px;
    padding-bottom: 0;
}

.casinoluxe_casino__info{
    font-size: 8px;
}

.casinoluxe_casino__span{
    font-size: 8px;
}

.casinoluxe_casino__data{
    max-width: 155px;
}

.casinoluxe_casino__items{
    gap: 12px;
}

.casinoluxe_casino__sup {
    font-size: 10px;
    padding-left: 25px;
    margin-top: 1px;
}

.casinoluxe_saf__inner{
    padding: 16px;
    margin-bottom: 16px;
}

.casinoluxe_safe__title{
    font-size: 18px;
    margin-bottom: 16px;
}

.casinoluxe_safe__text{
    font-size: 12px;
}

}