@font-face {
    font-family: jost;
    src: url("../epicreelscasino_fonts/epicreelscasino_jost-regular.woff2");
}

@font-face {
    font-family: "Abril Fatface";
    src: url("../epicreelscasino_fonts/epicreelscasino_abrilfatface-regular.woff2");
}

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: jost;
    background: #141414;
}

#confirmButton {
    border: 1px solid #191919;
    background: #191919;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.body__container {
    max-width: 1240px;
    margin: 0 auto;
    color: #FFF;
}

.epicreelscasino_header__fixed {
    position: fixed;
    z-index: 10000;
    background: #0F346C;
    -webkit-box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.12);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    width: 100%;
    top: 0px;
    left: 0;
}


.epicreelscasino_header__nav {
    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;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom: 20px;
}

.epicreelscasino_header__box {
    padding-top: 0px;
}

.header__link__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-family: "Abril Fatface";
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}


.epicreelscasino_header__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.epicreelscasino_header__burger {
    display: none;
}

.epicreelscasino_header__link {
    color: #02012F;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.epicreelscasino_header__link:hover {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}

.epicreelscasino_header {
    background: url("../epicreelscasino_img/epicreelscasino-header-background.webp") no-repeat center;
    background-size: cover;
    padding-top: 20px;
    margin-bottom: 40px;
}

.epicreelscasino_header__info {
    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;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
}

.epicreelscasino_header__info::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;
    height: 18px;
    width: 100%;
    max-width: 18px;
    background: url("../epicreelscasino_img/epicreelscasino-header-age.webp") no-repeat center
}

.epicreelscasino_header__sup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 100px;
    -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;
    border-radius: 15px;
    background: rgba(254, 254, 254, 0.20);
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    margin: 0 auto; 
    max-width: 1008px;
    width: 100%;
    margin-bottom:1 0px;
}


.epicreelscasino_header__title {
    color: #FFF;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 64px */
    text-transform: uppercase;
    margin-bottom: 10px;
}


.epicreelscasino_header__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.64px;
}

.epicreelscasino_header__left {
    position: relative;
}

.epicreelscasino_header__yellow {
    position: absolute;
    top: 0;
    left: 0;
    width: 295px;
    height: 100%;
    background: #FFD800;
}


.epicreelscasino_header__head {

    color: #000;
    font-weight: bold;
    font-size: 13px;
    background: #FFD800;
    padding: 10px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.epicreelscasino_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: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 10px;
}
.epicreelscasino_header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 28px;
    padding: 4px 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 15px;
    background: #CA3319;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.epicreelscasino_header__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.epicreelscasino_header__left {
}
.epicreelscasino_header__money-big {
    width: 57px;
    height: 57px;
    background: url("../epicreelscasino_img/epicreelscasino-header-icon-money-big.webp") no-repeat center;
}
.epicreelscasino_header__money-little {
    width: 41px;
    height: 41px;
    background: url("../epicreelscasino_img/epicreelscasino-header-icon-money-little.webp") no-repeat center;
}
.epicreelscasino_header__ball {
    width: 118px;
    height: 118px;
    background: url("../epicreelscasino_img/epicreelscasino-header-icon-money-ball.webp") no-repeat center;
}
.epicreelscasino_header__duck-left {
    width: 193px;
    height: 193px;
    background: url("../epicreelscasino_img/epicreelscasino-header-icon-duck-1.webp") no-repeat center;
}
.epicreelscasino_header__duck-right {
    width: 160px;
    height: 160px;
    background: url("../epicreelscasino_img/epicreelscasino-header-icon-duck-2.webp") no-repeat center;
}
.epicreelscasino_header__image {
    width: 450px;
    height: 450px;
    background: url("../epicreelscasino_img/epicreelscasino-header-image.webp") no-repeat center;
}
.epicreelscasino_header__right {
}

/* Базовые стили для контейнеров */
.epicreelscasino_header__left,
.epicreelscasino_header__right {
  position: relative;
  width: 300px;
}

/* Базовые анимации парения */
@-webkit-keyframes float-standard {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-15px) translateX(3px) rotate(1deg);
            transform: translateY(-15px) translateX(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-2px) rotate(0deg);
            transform: translateY(-10px) translateX(-2px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-18px) translateX(2px) rotate(-0.5deg);
            transform: translateY(-18px) translateX(2px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}
@keyframes float-standard {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-15px) translateX(3px) rotate(1deg);
            transform: translateY(-15px) translateX(3px) rotate(1deg);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-2px) rotate(0deg);
            transform: translateY(-10px) translateX(-2px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-18px) translateX(2px) rotate(-0.5deg);
            transform: translateY(-18px) translateX(2px) rotate(-0.5deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes float-gentle {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-12px) translateX(-2px) rotate(-1deg);
            transform: translateY(-12px) translateX(-2px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(-8px) translateX(4px) rotate(0.5deg);
            transform: translateY(-8px) translateX(4px) rotate(0.5deg);
  }
  75% {
    -webkit-transform: translateY(-14px) translateX(-1px) rotate(0deg);
            transform: translateY(-14px) translateX(-1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@keyframes float-gentle {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-12px) translateX(-2px) rotate(-1deg);
            transform: translateY(-12px) translateX(-2px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(-8px) translateX(4px) rotate(0.5deg);
            transform: translateY(-8px) translateX(4px) rotate(0.5deg);
  }
  75% {
    -webkit-transform: translateY(-14px) translateX(-1px) rotate(0deg);
            transform: translateY(-14px) translateX(-1px) rotate(0deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
}

@-webkit-keyframes float-subtle {
  0% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  33% {
    -webkit-transform: translateY(-8px) translateX(2px);
            transform: translateY(-8px) translateX(2px);
  }
  66% {
    -webkit-transform: translateY(-5px) translateX(-1px);
            transform: translateY(-5px) translateX(-1px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}

@keyframes float-subtle {
  0% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  33% {
    -webkit-transform: translateY(-8px) translateX(2px);
            transform: translateY(-8px) translateX(2px);
  }
  66% {
    -webkit-transform: translateY(-5px) translateX(-1px);
            transform: translateY(-5px) translateX(-1px);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
}

@-webkit-keyframes float-bounce {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(1px);
            transform: translateY(-20px) translateX(1px);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-1px);
            transform: translateY(-10px) translateX(-1px);
  }
  75% {
    -webkit-transform: translateY(-15px) translateX(2px);
            transform: translateY(-15px) translateX(2px);
  }
}

@keyframes float-bounce {
  0%, 100% {
    -webkit-transform: translateY(0px) translateX(0px);
            transform: translateY(0px) translateX(0px);
  }
  25% {
    -webkit-transform: translateY(-20px) translateX(1px);
            transform: translateY(-20px) translateX(1px);
  }
  50% {
    -webkit-transform: translateY(-10px) translateX(-1px);
            transform: translateY(-10px) translateX(-1px);
  }
  75% {
    -webkit-transform: translateY(-15px) translateX(2px);
            transform: translateY(-15px) translateX(2px);
  }
}

/* Стили для плавающих элементов */
.floating-element {
  position: absolute;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* Фиксированное позиционирование для каждого типа элемента */
/* Левые элементы */
.epicreelscasino_header__left .epicreelscasino_header__money-big:nth-child(1) {
  top: 20%;
  left: 80%;
  -webkit-animation: float-standard 3.2s infinite ease-in-out;
          animation: float-standard 3.2s infinite ease-in-out;
}

.epicreelscasino_header__left .epicreelscasino_header__money-little:nth-child(2) {
  top: 70%;
  left: 40%;
  -webkit-animation: float-gentle 2.8s infinite ease-in-out;
          animation: float-gentle 2.8s infinite ease-in-out;
}

.epicreelscasino_header__left .epicreelscasino_header__money-big:nth-child(3) {
  top: 60%;
  left: 20%;
  -webkit-animation: float-subtle 3.5s infinite ease-in-out;
          animation: float-subtle 3.5s infinite ease-in-out;
}

.epicreelscasino_header__left .epicreelscasino_header__money-little:nth-child(4) {
  top: 10%;
  left: 60%;
  -webkit-animation: float-standard 3.0s infinite ease-in-out;
          animation: float-standard 3.0s infinite ease-in-out;
}

.epicreelscasino_header__left .epicreelscasino_header__ball:nth-child(5) {
  top: 20%;
  left: 30%;
  -webkit-animation: float-bounce 2.6s infinite ease-in-out;
          animation: float-bounce 2.6s infinite ease-in-out;
}

.epicreelscasino_header__left .epicreelscasino_header__duck:nth-child(6) {
  top: 50%;
  left: 50%;
  -webkit-animation: float-gentle 3.8s infinite ease-in-out;
          animation: float-gentle 3.8s infinite ease-in-out;
  -webkit-transform: rotate(40deg);
      -ms-transform: rotate(40deg);
          transform: rotate(40deg);
}

/* Правые элементы */
.epicreelscasino_header__right .epicreelscasino_header__money-big:nth-child(1) {
  top: 35%;
  right: 90%;
  -webkit-animation: float-gentle 3.1s infinite ease-in-out;
          animation: float-gentle 3.1s infinite ease-in-out;
}

.epicreelscasino_header__right .epicreelscasino_header__money-little:nth-child(2) {
  top: 80%;
  right: 45%;
  -webkit-animation: float-standard 2.9s infinite ease-in-out;
          animation: float-standard 2.9s infinite ease-in-out;
}

.epicreelscasino_header__right .epicreelscasino_header__money-big:nth-child(3) {
  top: 65%;
  right: 10%;
  -webkit-animation: float-bounce 3.3s infinite ease-in-out;
          animation: float-bounce 3.3s infinite ease-in-out;
}

.epicreelscasino_header__right .epicreelscasino_header__money-little:nth-child(4) {
  top: 20%;
  right: 70%;
  -webkit-animation: float-subtle 3.2s infinite ease-in-out;
          animation: float-subtle 3.2s infinite ease-in-out;
}

.epicreelscasino_header__right .epicreelscasino_header__ball:nth-child(5) {
  top: 55%;
  right: 60%;
  -webkit-animation: float-standard 2.7s infinite ease-in-out;
          animation: float-standard 2.7s infinite ease-in-out;
}

.epicreelscasino_header__right .epicreelscasino_header__duck:nth-child(6) {
  top: 15%;
  right: 20%;
  -webkit-animation: float-gentle 3.6s infinite ease-in-out;
          animation: float-gentle 3.6s infinite ease-in-out;
}

/* Добавляем плавность при наведении */
.floating-element:hover {
  -webkit-transform: scale(1.2) translateY(-5px);
      -ms-transform: scale(1.2) translateY(-5px);
          transform: scale(1.2) translateY(-5px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 100;
}


.epicreelscasino_casino {
    padding-top: 0px;
    margin-bottom: 70px;
}

.epicreelscasino_casino__items {
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
}

.epicreelscasino_casino__bottom {
    padding: 10px;
    text-align: center;
}

.epicreelscasino_casino__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.epicreelscasino_casino__times {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.epicreelscasino_casino__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 16px;
    max-width: 799px;
    padding: 0px 32px;
    border-radius: 16px;
    border: 1px solid transparent;
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#1A1A1A)), /* внутренний фон */ -webkit-gradient(linear, left top, right top, from(rgba(255, 187, 0, 1)), color-stop(rgba(212, 29, 29, 1)), to(rgba(255, 187, 0, 1)));
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: linear-gradient(90deg, #222 0%, #1A1A1A 100%), /* внутренний фон */ linear-gradient(90deg, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.epicreelscasino_casino__time {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.epicreelscasino_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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    max-width: 220px;
    width: 100%;
}

.epicreelscasino_casino__contents {
    padding-left: 0;
    list-style: none;
}

.epicreelscasino_casino__dop {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 10px;
    max-width: 240px;
    width: 100%;
}

.epicreelscasino_casino__head {
    color: #B5B5B5;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px;
}

.epicreelscasino_casino__price {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 900;
    line-height: normal;
}

.epicreelscasino_casino__free {
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}

.epicreelscasino_casino__number {
    color: #fff;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 34px;
    font-weight: 400;
    line-height: normal;
}

.epicreelscasino_casino__stars {
    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;
    gap: 8px;
}

.epicreelscasino_casino__list {
    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;
    padding-left: 0px;
    list-style: none;
}

.epicreelscasino_casino__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.epicreelscasino_casino__info:nth-child(1):before {
    content: "";
    background: url("../epicreelscasino_img/epicreelscasino-casino-icon-like.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
}

.epicreelscasino_casino__info:nth-child(2):before {
    content: "";
    background: url("../epicreelscasino_img/epicreelscasino-casino-icon-like.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
}

.epicreelscasino_casino__info:nth-child(3):before {
    content: "";
    background: url("../epicreelscasino_img/epicreelscasino-casino-icon-like.webp") no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 28px;
    height: 28px;
    background-size: 28px
}

.epicreelscasino_casino__rating {
    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;
    max-width: 186px;
    width: 100%;
}

.epicreelscasino_casino__span {
    color: #FFF;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
}

.epicreelscasino_casino__numbers {
    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;
    background: #CE1126;
    width: 35px;
    padding: 10px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 0px;
}

.epicreelscasino_casino__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0px 0px;
    width: 100%;
    gap: 8px;
}

.epicreelscasino_casino__num {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
}

.epicreelscasino_casino__images {
    display: block;
    max-width: 202px;
    width: 100%;
}

.epicreelscasino_casino__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    max-width: 306px;
    width: 100%;
    padding: 0px 0px;
}

.epicreelscasino_casino__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 253px;
    padding: 32px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 16px;
    border: 1px solid transparent;
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#1A1A1A)), /* внутренний фон */ -webkit-gradient(linear, left top, right top, from(rgba(255, 187, 0, 1)), color-stop(rgba(212, 29, 29, 1)), to(rgba(255, 187, 0, 1)));
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: linear-gradient(90deg, #222 0%, #1A1A1A 100%), /* внутренний фон */ linear-gradient(90deg, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    width: 100%;
}

.epicreelscasino_casino__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.epicreelscasino_casino__logo {
    padding: 10px;
}

.epicreelscasino_casino__inner {
    width: 946px;
    padding: 10px;
    border-radius: 5px;
    background: #393BDB;
    margin: 0 auto;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 150px;
}

.epicreelscasino_casino__top {
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.epicreelscasino_casino__btn {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background: -o-repeating-linear-gradient(22.5deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0) 100%), #ED5143;
    background: repeating-linear-gradient(75grad, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0.0) 50%, rgba(0, 0, 0, 0) 100%), #ED5143;
    color: #fff;
    width: 100%;
    height: 43px;
    padding: 12px 24px;
    border-radius: 11px;
    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;
    border: none;
    font-size: 16px;
    font-weight: 700;
    -webkit-animation: mymove 2s infinite linear;
    animation: mymove 2s infinite linear;
}

.epicreelscasino_casino__btn:hover {
    background: -o-repeating-linear-gradient(22.5deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0.0) 70%, rgba(0, 0, 0, 0) 100%), #d2596b;
    background: repeating-linear-gradient(75grad, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.6) 26%, rgba(0, 0, 0, 0.0) 70%, rgba(0, 0, 0, 0) 100%), #d2596b;
    color: fff;
    -webkit-box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
    box-shadow: -1px 5px 10px rgba(0, 0, 0, 0.35);
}

@-webkit-keyframes mymove {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 500px 0px;
    }
}

@keyframes mymove {
    0% {
        background-position: 0px 0px;
    }

    100% {
        background-position: 500px 0px;
    }
}

.epicreelscasino_casino__pays {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    gap: 4px;
    max-width: 100%;
    margin-bottom: 16px;
}

.feedback__header_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: 53px;
    height: 53px;
    background: url("../epicreelscasino_img/epicreelscasino-feedback-image-avatar-1.webp") no-repeat center;
}

.feedback__header_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: 53px;
    height: 53px;
    background: url("../epicreelscasino_img/epicreelscasino-feedback-image-avatar-2.webp") no-repeat center;
}

.feedback__header_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: 53px;
    height: 53px;
    background: url("../epicreelscasino_img/epicreelscasino-feedback-image-avatar-3.webp") no-repeat center;
}

.epicreelscasino_faq {
    margin-bottom: 80px;
}

.epicreelscasino_faq__title {
    color: #fff;
    font-family: "Abril Fatface";
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.accordion {
    max-width: 100%;
    margin: 0 auto;
    padding-left: 0;
    list-style: none;
}

.accordion__item {
    margin-bottom: 20px;
}

.accordion__header {
    position: relative;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 150%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 24px;
    border-radius: 24px;
    cursor: pointer;
    background: transparent;
    border: none;
    text-align: left;
    width: 100%;
    transition: background-color 0.2s ease-out;
    overflow: hidden;
    outline: none; /* можно убрать или стилизовать отдельно */
}

/* Псевдоэлемент — расширяет кликабельную зону на весь блок */
.accordion__header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* Иконка стрелки */
.accordion__icon {
    width: 24px;
    height: 24px;
    background-image: url("../epicreelscasino_img/epicreelscasino-faq-icon-arrow.webp");
    background-repeat: no-repeat;
    background-size: 24px;
    transition: transform 0.2s ease-out;
    flex-shrink: 0;
    margin-left: auto;
}

/* Закрытое состояние — стрелка вверх (повёрнута на 180°) */
.accordion__header .accordion__icon {
    transform: rotate(180deg);
}

/* Открытое состояние — стрелка вниз */
.accordion__item_show .accordion__header .accordion__icon,
.accordion__item_slidedown .accordion__header .accordion__icon {
    transform: rotate(0deg);
}

.accordion__content {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 16px 24px;
    border-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* Скрытие тела */
.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

/* Стили открытого элемента */
.accordion__item_show {
    border-radius: 15px;
    border: 1px solid transparent;
    background-image: linear-gradient(90deg, #222 0%, #1A1A1A 100%), 
                      linear-gradient(90deg, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.accordion__content {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    padding: 16px 24px;
    border-radius: 24px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
    display: none;
}

.accordion__item_show {
    border-radius: 15px;
    border: 1px solid transparent;
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#1A1A1A)), /* внутренний фон */ -webkit-gradient(linear, left top, right top, from(rgba(255, 187, 0, 1)), color-stop(rgba(212, 29, 29, 1)), to(rgba(255, 187, 0, 1)));
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: linear-gradient(90deg, #222 0%, #1A1A1A 100%), /* внутренний фон */ linear-gradient(90deg, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.epicreelscasino_faq__list {
    padding-left: 20px;
}

.epicreelscasino_сustomers {
    margin-bottom: 80px;
}
.epicreelscasino_сustomers__title {
    color: #FFF;
    text-align: center;
    font-family: "Abril Fatface";
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    margin-bottom: 24px;
}
.epicreelscasino_сustomers__items {
    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: 15px;
    padding-left: 0;
    list-style: none;
}
.epicreelscasino_сustomers__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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 403px;
    min-height: 228px;
    width: 100%;
    padding: 24px 20px;
    border-radius: 15px;
    border: 1px solid transparent;
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#1A1A1A)), /* внутренний фон */ -webkit-gradient(linear, left top, right top, from(rgba(255, 187, 0, 1)), color-stop(rgba(212, 29, 29, 1)), to(rgba(255, 187, 0, 1)));
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: linear-gradient(90deg, #222 0%, #1A1A1A 100%), /* внутренний фон */ linear-gradient(90deg, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
}
.epicreelscasino_сustomers__text {
    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;
    gap: 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.epicreelscasino_сustomers__text::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: 116px;
    height: 24px;
    background: url("../epicreelscasino_img/epicreelscasino-feedback-icon-star.webp") no-repeat center
}
.epicreelscasino_сustomers__name {
    color: #7A7A7A;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.epicreelscasino_info {
    margin-bottom: 80px;
}
.epicreelscasino_info__wrap {
    max-width: 900px;
    margin: 0 auto;
}
.epicreelscasino_info__title {
    color: #FFF;
    font-family: "Abril Fatface";
    font-size: 32px;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 1.28px;
    margin-bottom: 24px;
}
.epicreelscasino_info__inner {
    margin-bottom: 20px;
}
.epicreelscasino_info__head {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.64px;
    margin-bottom: 20px;
}
.epicreelscasino_info__text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.64px;
}
.epicreelscasino_info__list {
    padding-left: 20px;
}
.epicreelscasino_info__info {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: 0.64px;
}
.epicreelscasino_footer {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #000;
    -webkit-backdrop-filter: blur(2.5px);
            backdrop-filter: blur(2.5px);
}
.epicreelscasino_footer__links {
    padding-left: 0;
    list-style: none;
    margin-bottom: 20px;
    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;
}
.epicreelscasino_footer__age {
    width: 40px;
    height: 40px;
    background: url("../epicreelscasino_img/epicreelscasino-footer-icon-age.webp") no-repeat center
}
.epicreelscasino_footer__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    color: #FAF9F0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 120%; /* 19.2px */
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.epicreelscasino_footer__link:hover{
    -webkit-text-decoration-line: none;
            text-decoration-line: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    opacity: 0.5;
}
.epicreelscasino_footer__link::after{
    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: 24px;
    height: 24px;
    background: url("../epicreelscasino_img/epicreelscasino-footer-icon-arrow.webp") no-repeat center
}
.epicreelscasino_footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}
.epicreelscasino_footer__item {
    max-width: 603px;
    width: 100%;
}
.footer__inner {
    margin-bottom: 30px;
}
.epicreelscasino_footer__head {
    color: #FAF9F0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}
.epicreelscasino_footer__text {
    color: #FAF9F0;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
}
.epicreelscasino_footer__networks {
    padding-left: 0;
    list-style: none;
    padding: 20px;
    border-radius: 20px;
    border: 1px solid #FAF9F0;
    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;
}
.epicreelscasino_footer__sup {
    color: #989898;
    text-align: center;
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
}


.header__hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    border: 0;
    clip: rect(0 0 0 0);
}

.active__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.terms__home{
    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: 24px;
    height: 24px;
    background: url("../epicreelscasino_img/epicreelscasino-footer-icon-arrow.webp");
    -webkit-transform: rotate(225deg);
        -ms-transform: rotate(225deg);
            transform: rotate(225deg);
    margin-bottom: 20px;
}

.info__title,
.content__title {
    color: #fff;
    font-size: 24px;
    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;
}
.terms__list{
    margin-bottom: 20px;
    padding-left: 20px;
}
.info__text,
.terms__text {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
}



.form__img__mob {
    display: none;
}

.terms_content__left {
    max-width: 100%;
}


.terms_content__title {
    color: #FFF;
    text-align: center;

    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 50px */
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.terms_content__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;
}

.terms_content__list {
    padding-left: 20px;
}

.terms_content__item {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.terms_content__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
}

.epicreelscasino_safe {
    padding-top: 20px;
    padding-bottom: 20px;
}

.epicreelscasino_safe__wrappers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 30px;
    border: 2px solid #D6DEEF;
    padding: 80px 32px 32px 32px;
}

.epicreelscasino_safe__wrappers::before {
    content: "";
    position: absolute;
    top: 95px;
    background: url(../epicreelscasino_img/epicreelscasino-responsabil-icon-1.webp) no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    background-size: 90px;
}

.epicreelscasino_safe__title {
    color: #2F2F2F;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.epicreelscasino_safe__text {
    color: #474747;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}

.epicreelscasino_safe__head {
    color: #474747;
    font-size: 17px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 10px;
}

.epicreelscasino_safe__list {
    padding-left: 20px;
    margin-bottom: 15px;
}

.epicreelscasino_safe__info {
    color: #474747;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}


.card1__left {
    border-radius: 16px;
    border: 1px solid transparent;
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#1A1A1A)), /* внутренний фон */ -webkit-gradient(linear, left top, right top, from(rgba(255, 187, 0, 1)), color-stop(rgba(212, 29, 29, 1)), to(rgba(255, 187, 0, 1)));
    background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-image: linear-gradient(90deg, #222 0%, #1A1A1A 100%), /* внутренний фон */ linear-gradient(90deg, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
    background-origin: border-box;
    background-clip: padding-box, border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 211px;
    flex: 0 0 211px;
    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: 10px 10px 10px 10px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.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: 35px;
}

.desc__top {
    padding-top: 60px;
    padding-bottom: 60px;
}

.mob {
    display: none;
}

@media (max-width: 1290px) {
    .body__container {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .epicreelscasino_header__nav {
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .epicreelscasino_casino__dop {
        display: none;
    }

    .epicreelscasino_casino__left {
        gap: 10px;
    }

    .epicreelscasino_header__title{
        font-size: 47px;
    }

}

@media (max-width: 991px) {

    .epicreelscasino_casino__left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .epicreelscasino_casino__right {
        -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;
        gap: 20px;
    }


    .epicreelscasino_casino__items {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 24px;
    }

    .epicreelscasino_casino__images {
        max-width: 240px;
    }

    .epicreelscasino_casino__buttons {
        max-width: 250px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border: none;
        background-image: none;
        gap: 0;
        border-left: 1px solid #FB0;
        background: -o-linear-gradient(left, #222 0%, #1A1A1A 100%);
        background: -webkit-gradient(linear, left top, right top, from(#222), to(#1A1A1A));
        background: linear-gradient(90deg, #222 0%, #1A1A1A 100%);
    }

    .epicreelscasino_casino__btn{
        margin-bottom: 16px;
    }

    .epicreelscasino_casino__stars{
        margin-bottom: 10px;
    }

    .epicreelscasino_casino__dop {
        display: none;
    }

    .epicreelscasino_casino__container {
        display: none;
    }

    .epicreelscasino_casino__left {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .epicreelscasino_casino__pays {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .epicreelscasino_casino__left {
        padding: 0px 0;
    }

    .epicreelscasino_casino__right {
        padding: 0px 0;
    }


    .epicreelscasino_casino__inner {
        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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 10px;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border: none;
        background-image: none;
    }

    .card1__image {
        width: 100%;
        height: 36px;
    }


    .epicreelscasino_casino__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 15px;
        border: 1px solid transparent;
        background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
        background-image: -webkit-gradient(linear, left top, right top, from(#222), to(#1A1A1A)), /* внутренний фон */ -webkit-gradient(linear, left top, right top, from(rgba(255, 187, 0, 1)), color-stop(rgba(212, 29, 29, 1)), to(rgba(255, 187, 0, 1)));
        background-image: -o-linear-gradient(left, #222 0%, #1A1A1A 100%), /* внутренний фон */ -o-linear-gradient(left, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
        background-image: linear-gradient(90deg, #222 0%, #1A1A1A 100%), /* внутренний фон */ linear-gradient(90deg, rgba(255, 187, 0, 1), rgba(212, 29, 29, 1), rgba(255, 187, 0, 1));
        background-origin: border-box;
        background-clip: padding-box, border-box;
    }

    .epicreelscasino_casino__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .epicreelscasino_casino__bottom {
        display: none;
    }

    .epicreelscasino_casino__right {
        max-width: 100%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .epicreelscasino_casino__rating {
        max-width: 250px;
        gap: 8px;
    }


    .mob {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc {
        display: none;
    }

    .epicreelscasino_casino__info:nth-child(1):before {
        display: none;
    }

    .epicreelscasino_casino__info:nth-child(2):before {
        display: none;
    }

    .epicreelscasino_casino__info:nth-child(3):before {
        display: none;
    }

    .epicreelscasino_casino__list {
        gap: 0;
        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;
    }

    .epicreelscasino_casino__list::before {
        content: "";
        background: url(../epicreelscasino_img/epicreelscasino-casino-icon-like.webp) no-repeat;
        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: 28px;
        height: 28px;
        background-size: 28px;
        margin-bottom: 10px;
    }

    .epicreelscasino_casino__number {
        font-size: 40px;
        margin-bottom: 0px;
        line-height: normal;
    }

    .epicreelscasino_casino__content {
        padding: 0;
    }

    .epicreelscasino_casino__s {
        max-width: 20px;
    }


    .epicreelscasino_casino__dop {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .epicreelscasino_casino__left {
        gap: 0px;
    }

    .epicreelscasino_footer__items{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .epicreelscasino_footer__item{
        max-width: 100%;
    }

    .epicreelscasino_footer__networks{
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        gap: 20px;
    }

    .epicreelscasino_footer__links{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        gap: 10px;
    }


    .epicreelscasino_header__title {
        font-size: 40px;
    }

    .epicreelscasino_header__image {
        width: 250px;
        height: 250px;
        background: url(../epicreelscasino_img/epicreelscasino-header-image.webp) no-repeat center;
        background-size: 250px;
    }

    .epicreelscasino_header__ball {
        width: 44px;
        height: 44px;
        background: url(../epicreelscasino_img/epicreelscasino-header-icon-money-ball.webp) no-repeat center;
        background-size: 44px;
    }

    .epicreelscasino_header__duck-left {
        width: 72px;
        height: 72px;
        background: url(../epicreelscasino_img/epicreelscasino-header-icon-duck-1.webp) no-repeat center;
        background-size: 72px;
    }

    .epicreelscasino_header__duck-right {
        width: 63px;
        height: 63px;
        background: url(../epicreelscasino_img/epicreelscasino-header-icon-duck-2.webp) no-repeat center;
        background-size: 63px;
    }

    .epicreelscasino_header__money-big {
        width: 21px;
        height: 21px;
        background: url(../epicreelscasino_img/epicreelscasino-header-icon-money-big.webp) no-repeat center;
        background-size: 21px;
    }

    .epicreelscasino_header__money-little {
        width: 14px;
        height: 14px;
        background: url(../epicreelscasino_img/epicreelscasino-header-icon-money-little.webp) no-repeat center;
        background-size: 14px;
    }

    .epicreelscasino_header__left .epicreelscasino_header__duck:nth-child(6) {
        top: 50%;
        left: 96%;
    }

    .epicreelscasino_header__left .epicreelscasino_header__money-little:nth-child(2) {
        top: 70%;
        left: 60%;
    }

    .epicreelscasino_header__left .epicreelscasino_header__money-big:nth-child(3) {
        top: 55%;
        left: 30%;
    }

    .epicreelscasino_header__left .epicreelscasino_header__money-big:nth-child(1) {
        top: 35%;
        left: 295%;
    }

    .epicreelscasino_header__left .epicreelscasino_header__money-little:nth-child(4) {
        top: 23%;
        left: 235%;
    }

    .epicreelscasino_header__left .epicreelscasino_header__ball:nth-child(5) {
        top: 32%;
        left: 85%;
    }

    .epicreelscasino_header__left, .epicreelscasino_header__right {
        width: 25px;
    }

    .epicreelscasino_header__right .epicreelscasino_header__ball:nth-child(5) {
        top: 65%;
        right: 185%;
    }

    .epicreelscasino_header__right .epicreelscasino_header__money-little:nth-child(2) {
        top: 80%;
        right: 100%;
    }

    .epicreelscasino_header__right .epicreelscasino_header__duck:nth-child(6) {
        top: 20%;
        right: 0%;
    }

    .epicreelscasino_header__right .epicreelscasino_header__money-big:nth-child(1) {
        top: 48%;
        right: 180%;
    }

    .epicreelscasino_header__right .epicreelscasino_header__money-little:nth-child(4) {
        top: 27%;
        right: 210%;
    }

}

@media (max-width: 575px) {
    .body__container {
        padding-left: 10px;
        padding-right: 10px;
    }

    .epicreelscasino_header__nav {
        padding-left: 13px;
        padding-right: 13px;
    }

    .epicreelscasino_header {
        padding-top: 16px;
        margin-bottom: 16px;
    }

    .epicreelscasino_header__title {
        font-size: 20px;
        line-height: 100%;
        margin-bottom: 10px;
    }

    .epicreelscasino_header__subtitle{
        display: none;
    }

    .epicreelscasino_safe__title {
        font-size: 22px;
    }

    .epicreelscasino_safe__header {
        font-size: 22px;
    }

    .epicreelscasino_safe__head {
        font-size: 15px;
    }


    .epicreelscasino_safe__text {
        font-size: 15px;
    }

    .epicreelscasino_safe__info {
        font-size: 12px;
    }

    .epicreelscasino_safe__wrappers {
        padding: 10px;
        padding-top: 62px;
        padding-bottom: 32px;
    }

    .epicreelscasino_safe__info {
        font-size: 15px;
    }

    .card1__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 47vw;
        flex: 0 0 47vw;
    }

    .epicreelscasino_casino__buttons {
        max-width: 48vw;
        padding: 10px;
    }

    .epicreelscasino_casino__btn {
        max-width: 100%;
    }

    .epicreelscasino_casino__left {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .epicreelscasino_header__item{
        padding: 4px 16px;
    }

    .epicreelscasino_header__sub{
        font-size: 12px;
    }

    .epicreelscasino_header__sup{
        margin-bottom: 10px;
        padding: 4px;
    }

    .epicreelscasino_footer{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .epicreelscasino_footer__links{
        margin-bottom: 15px;
    }

    .epicreelscasino_footer__items{
        gap: 15px;
        margin-bottom: 15px;
    }

    .epicreelscasino_footer__networks{
        gap: 10px;
        margin-bottom: 15px;
    }

    .epicreelscasino_info{
        margin-bottom: 40px;
    }

    .epicreelscasino_info__title{
        font-size: 24px;
        margin-bottom: 24px;
    }

    .epicreelscasino_info__head{
        margin-bottom: 15px;
    }

    .epicreelscasino_info__inner{
        margin-bottom: 15px;
    }

    .epicreelscasino_сustomers{
        margin-bottom: 40px;
    }

    .epicreelscasino_сustomers__title{
        font-size: 24px;
        margin-bottom: 24px;
    }

    .accordion__header{
        font-size: 16px;
    }

    .epicreelscasino_faq__title{
        font-size: 24px;
        margin-bottom: 24px;
    }

    .epicreelscasino_casino__btn{
        font-size: 13px;
    }

    .accordion__content{
        padding-top: 0;
    }

    .epicreelscasino_header__items{
        margin-bottom: 0;
        gap: 4px;
    }
}

@media (max-width: 360px) {

    .epicreelscasino_casino__images {
        max-width: 135px;
    }

    .epicreelscasino_casino__btn {
        width: 130px;
        padding: 12px 12px;
        font-size: 14px;
        margin-bottom: 16px;
    }

    .epicreelscasino_casino__numbers {
        display: none;
    }

    .epicreelscasino_casino__num {
        font-size: 12px;
    }

    .epicreelscasino_casino__head {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .epicreelscasino_casino__price {
        font-size: 16px;
    }

    .epicreelscasino_casino__free {
        font-size: 10px;
    }

    .epicreelscasino_casino__s {
        width: 22px;
    }

    .epicreelscasino_casino__number {
        font-size: 32px;
    }

    .epicreelscasino_casino__items {
        border-radius: 20px;
        background: #F4F4F4;
        max-width: 300px;
    }

    .epicreelscasino_casino__content {
        max-width: 150px;
    }

    .epicreelscasino_casino__right {
        padding-right: 0px;
        padding-top: 0;
    }

    .epicreelscasino_casino__left {
        padding-right: 10px;
    }


    .epicreelscasino_casino__times {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .epicreelscasino_casino__time {
        font-size: 15px;
    }


    .card1__left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .card1__image {
        width: 100%;
        height: 48px;
        padding: 0px;
    }

    .card1__wrapper-image {
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

    .epicreelscasino_casino__stars {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 5px;
        margin-bottom: 2px;
    }

    .epicreelscasino_casino__pays {
        gap: 5px;
    }

    .epicreelscasino_casino__box {
        padding: 0;
    }

    .epicreelscasino_casino__content {
        padding: 0;
    }

    .epicreelscasino_casino__left {
        padding-bottom: 0px;
        padding-right: 0;
    }


    .epicreelscasino_casino__info {
        font-size: 10px;
        text-align: center;
    }

    .epicreelscasino_casino__sb{
        max-width: 24px;
    }

    .epicreelscasino_casino__number {
        font-size: 40px;
        margin-bottom: 0px;
        line-height: 100%;
    }

    .epicreelscasino_casino__s {
        max-width: 16px;
    }

    .epicreelscasino_casino__img {
        max-width: 35px;
    }

    .epicreelscasino_casino__dop {
        padding: 0;
    }

    .card1__wrapper-image {
        padding: 0;
        margin-bottom: 16px;
    }

    .epicreelscasino_casino__buttons {
        max-width: 148px;
        padding: 16px 8px;
        gap: 0;
    }

    .epicreelscasino_casino__stars {
        margin-bottom: 10px;
    }
}