@font-face {
  font-family: Raleway;
  src: url("../bestencasino-dk_fonts/bestencasino-dk-raleway-bold.woff2");
}

@font-face {
  font-family: OpenSans Regular;
  src: url("../bestencasino-dk_fonts/bestencasino-dk--opensans-regular.woff2");
}

#confirmButton {
  background-color: #5956e9;
  border: none;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  width: 200px;
  cursor: pointer;
  transition: 0.4s;
}

#confirmButton:hover {
  background-color: #7f3fa7;
  color: #fff;
  transition: 0.4s;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  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: "Raleway", sans-serif;
}

.body__container {
  max-width: 1240px;
  margin: 0 auto;
}

.bestencasino-dk_header__fixed {
  position: fixed;
  z-index: 10000;
  min-height: 62px;
  padding: 14px 0;
  background: var(--Blue_2, #183f74);
  width: 100%;
  top: 0px;
  left: 0;
}

.bestencasino-dk_header__wrappper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.bestencasino-dk_header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  margin: 0 auto;
  max-width: 1240px;
  border-radius: 10px;
}

.bestencasino-dk_header__box {
  padding-top: 0px;
}

.header__link__logo {
  display: flex;
  align-items: center;
  margin-right: 30px;
}

.bestencasino-dk_header__text {
  color: var(--white, #f9f9f9);
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
}

.bestencasino-dk_header__lang {
  text-align: center;
  color: var(--white, #f9f9f9);
  font-feature-settings: "salt" on, "liga" off, "calt" off, "rclt" off;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bestencasino-dk_header__lang select {
  appearance: none;
  -webkit-appearance: none; /* Safari */
  -moz-appearance: none; /* Firefox */

  background: transparent;
  border: none;
  color: var(--white, #f9f9f9);
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 24px; /* отступ под стрелку */

  background-image: url("/bestencasino-dk_img/bestencasino-dk-arrow.webp"); /* своя стрелка */
  background-repeat: no-repeat;
  background-position: left center; /* стрелка слева */
  background-size: 24px auto;
}

.bestencasino-dk_header__lang select option {
  color: var(--white, #000);
  font-feature-settings: "salt" on, "liga" off, "calt" off, "rclt" off;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  background: #fff;
  text-align: start;
}

.bestencasino-dk_header__age {
  width: 24px;
  height: 24px;
  background-image: url("../bestencasino-dk_img/bestencasino-dk-18+.png");
  background-size: cover;
}

.bestencasino-dk_header__links {
  display: flex;
  align-items: center;
  text-align: center;
  gap: 10px;
}

.bestencasino-dk_header__burger {
  display: none;
}

.bestencasino-dk_header__link {
  color: #fff;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  transition: 0.4s;
}

.bestencasino-dk_header__link:hover {
  transition: 0.4s;
  opacity: 0.5;
}

.bestencasino-dk_header {
  background: url("../bestencasino-dk_img/bestencasino-dk-bg__img.webp")
    no-repeat center;
  background-size: cover;
  padding-bottom: 160px;
  padding-top: 220px;
}

.bestencasino-dk_header_bg {
  background: url("../bestencasino-dk_img/bestencasino-dk-body.webp") no-repeat
    center;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 24px;
}

.bestencasino-dk_header__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.header__wrap {
  justify-content: center;
}

.bestencasino-dk_header__images {
  display: flex;
}

.bestencasino-dk_header__block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.bestencasino-dk_header__title {
  color: var(--white, #f9f9f9);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--white, #f9f9f9);
  font-family: "Raleway", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bestencasino-dk_header__head {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
}

.header__title {
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 40px #010013;
  font-size: 72px;
  font-style: normal;
  font-family: "OpenSans Regular", sans-serif;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
}

.bestencasino-dk_header__span {
  color: #594fff;
}

.bestencasino-dk_header__subtitle {
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-family: "OpenSans Regular", sans-serif;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 150%;
  margin-bottom: 24px;
}

.bestencasino-dk_header__play {
  display: flex;
  width: 288px;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  border: 1px solid var(--white, #f9f9f9);
  background: var(--brown_2, #cc530c);
  color: var(--white, #f9f9f9);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bestencasino-dk_header__bg {
  /* background: rgba(27, 27, 27, 0.6); */
  /* padding-top: 40px;
  padding-bottom: 40px; */
}

.bestencasino-dk_header__container {
  max-width: 1240px;
  border-radius: 20px;
  background: rgba(13, 99, 140, 0.81);
  align-self: center;
  padding: 40px 0;
}

.bestencasino-dk_header__play:hover {
  background: rgba(204, 83, 12, 0.77);
  transition: 0.4s;
}

.bestencasino-dk_games {
  padding: 80px 0;
  background: var(--Blue_1, #0d638c);
  text-align: center;
}

.bestencasino-dk_games__title {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: clamp(16px, 5vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.bestencasino-dk_games__sub {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 40px;
  text-align: center;
  justify-content: center;
}
.bestencasino-dk_games__subtitle {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
}
.bestencasino-dk_games__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 143px;
  padding: 14px 20px;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 120%;
  text-transform: uppercase;
  transition: 0.4s;
}

.bestencasino-dk_games__link:hover {
  transition: 0.4s;
  border: 1px solid #594fff;
  background: #594fff;
}

.bestencasino-dk_games__item {
  display: flex;
  width: 280px;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex-shrink: 0;
  border-radius: 20px;
  border: 1px solid var(--brown, #2f0014);
  background: rgba(24, 63, 116, 0.42);
  backdrop-filter: blur(5px);
}

.bestencasino-dk_games__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  list-style: none;
  padding-left: 0;
}

.bestencasino-dk_games__name {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.bestencasino-dk_games__btns {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 16px;
}

.bestencasino-dk_games__name {
  color: #f1f1f1;
  text-align: center;

  font-size: 16px;
  font-weight: 700;
}

.bestencasino-dk_games__rating {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
  letter-spacing: 0.8px;
}

.bestencasino-dk_games__btn {
  color: var(--white, #f9f9f9);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid var(--white, #f9f9f9);
  background: var(--brown_2, #cc530c);
  transition: 0.4s;
}

.bestencasino-dk_games__btn:hover {
  background: rgba(204, 83, 12, 0.77);
  transition: 0.4s;
}

.games__btn_2 {
  border-radius: 10px;
  background: linear-gradient(90deg, #bf1b22 0%, #590d10 100%);
}

.games__btn_3 {
  border-radius: 10px;
  background: linear-gradient(90deg, #20c8a6 0%, #106252 100%);
}

.games__btn_4 {
  border-radius: 10px;
  background: linear-gradient(90deg, #2ebee1 0%, #19687b 100%);
}

.games__btn_5 {
  border-radius: 10px;
  background: linear-gradient(90deg, #ffde01 0%, #998501 100%);
}

.bestencasino-dk_about {
  padding-top: 80px;
  padding-bottom: 80px;
  background: var(--Blue_1, #0d638c);
}

.bestencasino-dk_about__right {
  max-width: 589px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.bestencasino-dk_about__title {
  color: var(--white, #f9f9f9);
  font-family: "Raleway", sans-serif;
  font-size: clamp(16px, 5vw, 38px);
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.bestencasino-dk_about__wrap {
  border-radius: 10px;
  background: #04004a;
  padding: 24px;
  margin-bottom: 10px;
}
.bestencasino-dk_about__subtitle {
  color: var(--white, #f9f9f9);
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
}

.bestencasino-dk_about__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bestencasino-dk_info {
  padding-top: 80px;
  padding-bottom: 80px;
}

.bestencasino-dk_info__box {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.bestencasino-dk_info__head {
  color: #fff;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.bestencasino-dk_info__text {
  color: #fff;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 150%; /* 24px */
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.bestencasino-dk_faq {
  background: var(--Blue_1, #0d638c);
  padding-top: 80px;
  padding-bottom: 80px;
}

.bestencasino-dk_faq__title {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.bestencasino-dk_faq__subtitle {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
  margin-bottom: 40px;
}

.accordion__item {
  /* margin-bottom: 0.5rem; */
  /* border-radius: 0.25rem; */
  /* box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 15%); */
}

.accordion__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  padding: 24px;
  color: #fff;
  font-weight: 500;
}

.accordion__toggle {
  position: relative;
  z-index: 2; /* иконка выше псевдоэлемента */
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  background: url("../bestencasino-dk_img/bestencasino-dk-plus.webp") no-repeat
    center;
  background-size: 1.25rem;
  border: none;
  padding: 0;
  pointer-events: none; /* кнопка кликов не ловит */
}

/* псевдоэлемент растягивается на всю ширину header */
.accordion__header::before {
  content: "";
  position: absolute;
  inset: 0; /* растягиваем */
  z-index: 1; /* ниже иконки */
}

.accordion__item:not(.accordion__item_show) .accordion__header {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion__content {
  color: #cfc9d4;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding: 0 24px;
  padding-bottom: 24px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: #fff;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.accordion__item:not(.accordion__item_show) .accordion__body {
  display: none;
}

.bestencasino-dk_footer {
  background: var(--Blue_2, #183f74);
  padding-top: 40px;
  padding-bottom: 40px;
}
.bestencasino-dk_footer__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
.bestencasino-dk_footer__left {
  max-width: 608px;
  width: 100%;
}
.bestencasino-dk_footer__head {
  color: #f1f1f1;

  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 16px;
}
.bestencasino-dk_footer__text {
  color: #f1f1f1;
  font-size: 14px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 130%;
  margin-bottom: 24px;
}
.bestencasino-dk_footer__right {
  max-width: 608px;
  width: 100%;
}
.bestencasino-dk_footer__wrappper {
  display: flex;
  align-items: center;
  gap: 24px;
}
.bestencasino-dk_footer__input {
  padding: 14px 16px;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  width: 424px;
}
.bestencasino-dk_footer__btn {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  background: transparent;
  border-radius: 10px;
  border: 1px solid #fff;
  transition: 0.4s;
}

.bestencasino-dk_footer__bottom {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  width: 100%;
}

.bestencasino-dk_footer__box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
}

.bestencasino-dk_footer__btn:hover {
  background: #594fff;
  border: 1px solid #594fff;
  color: #fff;
  transition: 0.4s;
}
.bestencasino-dk_footer__links {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.bestencasino-dk_footer__link {
  color: #f1f1f1;
  text-align: center;
  font-family: Revalia;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 150%; /* 21px */
}
.bestencasino-dk_footer__disclaimer {
  border-radius: 20px;
  border: 1px solid var(--white, #f9f9f9);
  padding: 16px;
}

.bestencasino-dk_footer__disclaimer p {
  color: var(--white, #f9f9f9);
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
}

.bestencasino-dk_footer__paragraphs {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
@media (max-width: 790px) {
  .bestencasino-dk_footer__paragraphs {
    flex-direction: column;
    align-items: center;
  }
}

.bestencasino-dk_footer__paragraphs span {
  color: var(--white, #f9f9f9);
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.bestencasino-dk_footer__paragraphs p {
  color: var(--white, #f9f9f9);
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
}

@media (max-width: 768) {
}

.bestencasino-dk_footer__sup {
  color: #f1f1f1;
  text-align: center;
  font-family: Revalia;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 150%; /* 21px */
}
.parissympa_demo__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.parissympa_demo__wrapper {
  border-radius: 10px;
  border: 1px solid #060606;
}

.parissympa_demo__wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-radius: 20px;
}

.bestencasino-dk_players_play {
  width: 100%;
}

.bestencasino-dk_header__forms {
  border-radius: 20px;
  background: #04004a;
  display: flex;
  padding: 60px;
  align-items: center;
  gap: 80px;
}

.bestencasino-dk_header__right {
  max-width: 520px;
  width: 100%;
}

.bestencasino-dk_header_contact__title {
  color: #fff;

  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.bestencasino-dk_header_contact__inner {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}

.bestencasino-dk_header_contact__lable {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 130%;
  margin-bottom: 8px;
}

.bestencasino-dk_header_contact__form {
  width: 100%;
}

.bestencasino-dk_header_contact__input {
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 16px;
}

.bestencasino-dk_header_contact__message {
  width: 100%;
  font-size: 16px;
  color: #999;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: #fff;
  padding: 14px 16px;
  margin-bottom: 24px;
}

.bestencasino-dk_header_contact__email {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 130%;
}

.bestencasino-dk_header_contact__form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.bestencasino-dk_header_contact__btn {
  color: #fff;

  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: 120%; /* 19.2px */
  text-transform: uppercase;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  background: transparent;
  border-radius: 10px;
  cursor: pointer;
  border: 1px solid #fff;
  transition: 0.4s;
}

.bestencasino-dk_header_contact__btn:hover {
  background: #594fff;
  border: 1px solid #594fff;
  color: #fff;
  transition: 0.4s;
}

.bestencasino-dk_header_form {
  padding-bottom: 80px;
  padding-top: 40px;
  margin-bottom: 0;
}

.bestencasino-dk_players {
  background: #170023;
  padding-top: 80px;
  padding-bottom: 80px;
}

.popup {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.popup__box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  background: rgba(27, 46, 121, 0.3);
  backdrop-filter: blur(4.800000190734863px);
  margin: 15% auto;
  padding: 15px;
  border-radius: 20px;
  width: 90%;
  height: auto;
  box-sizing: border-box;
}

.popup__game {
  width: 100%;
  height: 400px;
}

.popup__iframe {
  width: 100%;
  height: 100%;
}

.popup__title {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  margin-right: 10px;
}

.popup__name {
  margin: 0;
  letter-spacing: 0.1px;
  text-align: left;
  margin-bottom: 9px;
  color: #000;
  font-size: 15px;
  font-weight: 700;
}

.popup__content {
  display: flex;
  align-items: center;
}

.popup__close {
  color: #aaa;
  float: right;
  font-size: 40px;
  font-weight: bold;
}

.popup__close:hover,
.popup__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.modal__title {
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-family: Revalia;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  text-align: center;
}

.modal__subtitle {
  margin: 0;
  margin-bottom: 10px;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  letter-spacing: 0.2px;
}

.modal__btn {
  display: flex;
  padding: 10px 50px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border: none;
  border-radius: 10px;
  background: linear-gradient(90deg, #9747ff 0%, #f3478a 100%);
  font-family: Revalia;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  cursor: pointer;
  transition: 0.4s;
}

.modal__btn:hover {
  background: #ff8235;
  color: #fff;
  transition: 0.4s;
}

.modal__content {
  position: relative;
  top: 0%;
  border-radius: 10px;
  background: #020023;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px;
  max-width: 453px;
  border-radius: 5px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
}

.modal__img {
  margin-bottom: 20px;
}

.modal__close:hover,
.modal__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.cookie-popup.hidden {
  display: none;
}

.popupcookie {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100%;
}

.popupcookie__content {
  position: relative;
  top: 20%;
  right: 0;
  max-width: 500px;
  border-radius: 10px;
  background: #020023;
  padding: 20px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.popupcookie__title {
  color: #fff;
  margin: 0;
  font-family: Revalia;
  margin-bottom: 10px;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.1px;
  width: 100%;
  text-transform: uppercase;
}

.popupcookie__subtitle {
  color: #fff;
  font-size: 14px;
  text-align: center;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  letter-spacing: 0.2px;
}

.popupcookie__btn {
  border: none;
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  font-family: Revalia;
  border-radius: 6px;
  background: linear-gradient(90deg, #9747ff 0%, #f3478a 100%);
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  letter-spacing: 0.2px;
  cursor: pointer;
  text-transform: uppercase;
}

.popupcookie__button {
  display: flex;
  padding: 10px 40px;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 10px;
  flex: 1 0 0;
  border-radius: 6px;
  border: 1px solid #fff;
  color: #fff;
  font-family: Revalia;
  font-size: 12px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: 0.4s;
  text-transform: uppercase;
}

.popupcookie__button:hover {
  background: #22272b;
  color: #fff;
  transition: 0.4s;
}

.popupcookie__btns {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  width: 100%;
}

.popupcookie__btn:hover {
  background: #22272b;
  color: #fff;
  transition: 0.4s;
}

.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: flex;
}

.bestencasino-dk_footer__box nav ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  padding-left: 0;
}

.bestencasino-dk_footer__box nav ul li {
  color: var(--white, #f9f9f9);
  text-align: center;
  font-family: "OpenSans Regular", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.info__title,
.content__title {
  color: #fff;
  font-size: 21px;
  font-style: normal;
  font-weight: 800;
  margin: 0;
  margin-bottom: 16px;
}

.terms__container {
  padding-bottom: 80px;
}

.terms__container .content {
  padding: 20px;
  border-radius: 20px;
  background: var(--Blue_1, #0d638c);
}

.info__head,
.terms__subtitle {
  margin: 0;
  color: #fff;
  font-size: 19px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 16px;
}

.info__text,
.terms__text {
  margin: 0;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  margin-bottom: 16px;
}

.desc__top {
  padding-top: 140px;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.bestencasino-dk_games__iframes {
  display: flex;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 462px;
  margin-bottom: 20px;
}

.bestencasino-dk_games__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.bestencasino-dk_game {
  margin-bottom: 30px;
}

.bestencasino-dk_game__title {
  color: #000;
  font-size: 32px;
  font-weight: 900;
  line-height: normal;
  margin-bottom: 10px;
}

.bestencasino-dk_game__text {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
  margin-bottom: 20px;
}

.bestencasino-dk_game__list {
  padding-left: 20px;
}

.game__list {
  list-style: none;
}

.bestencasino-dk_game__info {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  font-family: "OpenSans Regular", sans-serif;
  line-height: normal;
}

.bestencasino-dk_conclusiondop__text_line {
  text-decoration: underline;
}

.mob {
  display: none;
}

@media (max-width: 1260px) {
  .body__container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .bestencasino-dk_header__nav {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    /* align-items: start; */
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .bestencasino-dk_header {
    padding-top: 260px;
  }

  .bestencasino-dk_header_bg {
    padding-top: 140px;
    padding-bottom: 24px;
  }

  .bestencasino-dk_about__box {
    flex-direction: column;
    gap: 20px;
    /* align-items: flex-start; */
    justify-content: center;
  }

  .bestencasino-dk_about__left {
    order: 1;
  }

  .bestencasino-dk_about__title {
    text-align: center;
  }
  .bestencasino-dk_about__subtitle {
    max-width: 589px;
  }

  .bestencasino-dk_about__right {
    max-width: 100%;
  }

  .bestencasino-dk_info__box {
    flex-direction: column;
  }

  .bestencasino-dk_footer__top {
    flex-direction: column;
  }

  .bestencasino-dk_footer__left {
    max-width: 100%;
  }

  .bestencasino-dk_footer__links {
    flex-wrap: wrap;
    gap: 40px;
  }

  .bestencasino-dk_header__title {
    font-size: 38px;
  }

  .bestencasino-dk_footer__wrappper {
    flex-direction: column;
  }

  .bestencasino-dk_footer__input {
    width: 100%;
  }

  .bestencasino-dk_footer__btn {
    width: 100%;
  }

  .bestencasino-dk_header__forms {
    flex-direction: column;
  }

  .bestencasino-dk_header__left {
    order: 1;
  }

  .bestencasino-dk_header__right {
    max-width: 100%;
  }

  .bestencasino-dk_header__forms {
    padding: 20px;
  }

  .bestencasino-dk_header__title {
    font-size: 28px;
  }

  .bestencasino-dk_header__head {
    font-size: 16px;
  }

  .bestencasino-dk_footer__box {
    flex-direction: column;
    gap: 16px;
  }
}

@media (max-width: 575px) {
  .body__container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bestencasino-dk_header__nav {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bestencasino-dk_header__title {
    font-size: 24px;
  }

  .bestencasino-dk_header {
    padding-top: 160px;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }

  .bestencasino-dk_header__subtitle {
    font-size: 18px;
  }

  .bestencasino-dk_header__play {
    width: 100%;
    font-size: 12px;
  }

  .bestencasino-dk_games__title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bestencasino-dk_games__subtitle {
    font-size: 14px;
  }

  .mob {
    display: flex;
  }

  .desc {
    display: none;
  }

  .bestencasino-dk_games__items {
    margin-bottom: 16px;
    gap: 16px;
  }

  .bestencasino-dk_games__link {
    width: 100%;
  }

  .bestencasino-dk_games__name {
    font-size: 10px;
  }

  .bestencasino-dk_games__btn {
    width: 100%;
    font-size: 10px;
    padding: 10px;
  }

  .bestencasino-dk_games__sub {
    margin-bottom: 24px;
  }

  .bestencasino-dk_games__link {
    font-size: 12px;
    padding: 10px 20px;
  }

  .bestencasino-dk_games {
    padding-bottom: 40px;
  }

  .bestencasino-dk_about {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .bestencasino-dk_about__title {
    font-size: 16px;
    margin-bottom: 16px;
  }

  .bestencasino-dk_about__wrap {
    padding: 12px;
  }

  .bestencasino-dk_about__subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .bestencasino-dk_about__box {
    gap: 16px;
  }

  .bestencasino-dk_info {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bestencasino-dk_info__text {
    font-size: 12px;
  }

  .bestencasino-dk_info__head {
    font-size: 12px;
    margin-bottom: 10px;
  }

  .bestencasino-dk_footer__wrappper {
    gap: 12px;
  }

  .bestencasino-dk_footer__links {
    flex-direction: column;
    gap: 16px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .bestencasino-dk_header_bg {
    padding-top: 0px;
    padding-bottom: 24px;
  }

  .bestencasino-dk_header_form {
    padding-bottom: 40px;
    padding-top: 20px;
    margin-bottom: 0;
  }

  .bestencasino-dk_header__forms {
    padding: 16px;
    gap: 40px;
  }

  .bestencasino-dk_header_contact__title {
    margin-bottom: 16px;
  }

  .bestencasino-dk_header_contact__inner {
    margin-bottom: 16px;
  }

  .bestencasino-dk_header_contact__input {
    margin-bottom: 12px;
  }

  .bestencasino-dk_header_contact__message {
    margin-bottom: 16px;
  }

  .bestencasino-dk_header_contact__btn {
    width: 100%;
    font-size: 12px;
    padding: 10px 20px;
  }

  .bestencasino-dk_faq__title {
    font-size: 16px;
  }

  .bestencasino-dk_header__title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .bestencasino-dk_header__head {
    margin-bottom: 16px;
    color: #fff;
    -webkit-text-stroke-width: 0px;
  }

  .bestencasino-dk_header__subtitle {
    font-size: 14px;
    margin-bottom: 16px;
  }

  .bestencasino-dk_header__text {
    font-size: 10px;
    text-align: center;
  }

  .bestencasino-dk_header__bg {
    padding-bottom: 16px;
  }

  .accordion__header {
    font-size: 14px;
  }

  .accordion__content {
    font-size: 12px;
  }

  .bestencasino-dk_header_bg {
    padding-top: 140px;
    padding-bottom: 24px;
  }

  .header__title {
    font-size: 30px;
  }

  .bestencasino-dk_players {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.accordion__item_show {
  background: rgba(24, 63, 116, 0.42);
}
.bestencasino-dk_footer__links_images {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
@media (max-width: 420px) {
  .bestencasino-dk_footer__links_images {
    gap: 20px;
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
}

@media (max-width: 852px) {
  .bestencasino-dk_header__link {
    order: 1;
  }

  .bestencasino-dk_header__lang {
    order: 2;
  }

  .bestencasino-dk_header__links {
    order: 3;
  }
}
