@font-face {
  font-family: Inter;
  src: url("/h7ce86cb3-app/h7ce86cb3-assets/h7ce86cb3-fonts/h7ce86cb3-inter_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

@font-face {
  font-family: Inter;
  src: url("/h7ce86cb3-app/h7ce86cb3-assets/h7ce86cb3-fonts/h7ce86cb3-inter_medium.woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: Inter;
  src: url("/h7ce86cb3-app/h7ce86cb3-assets/h7ce86cb3-fonts/h7ce86cb3-inter_regular.woff2");
  font-display: swap;
  font-weight: 400;
}

  /* ===== Переменные ===== */
  :root {
    --container-width: 1140px;
    --container-step: 20px;
    --container-step-tablet: 15px;
    --container-step-mobile: 12px;
    --container: calc(var(--container-width) + (var(--container-step) * 2));
    --font-family: "Inter", sans-serif;
  }

/* ===== Базовые ===== */
body {
  margin: 0;
  background: url("/h7ce86cb3-app/h7ce86cb3-assets/h7ce86cb3-images/h7ce86cb3-body_background.webp");
  background-size: cover;
  background-position: center;
}

.h7ce86cb3-container {
  max-width: var(--container);
  margin: 0 auto;
  padding: 0 var(--container-step);
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  box-sizing: border-box;
}

@media (max-width: 991px) {
  .h7ce86cb3-container {
    padding: 0 var(--container-step-tablet);
  }
}

@media (max-width: 600px) {
  .h7ce86cb3-container {
    padding: 0 var(--container-step-mobile);
  }
}

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 41px;
  text-align: center;
  color: #fff;
  margin: 0px;
}

@media (max-width: 991px) {
  h1 {
    font-size: 27.5px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 15px;
  }
}

h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
  margin: 0px;
}

h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  margin: 0px;
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #fff;
  margin: 0px;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  color: unset;
}

section {
  margin-bottom: 10px;
  padding: 50px 0px;
}

@media (max-width: 600px) {
  section {
    padding: 20px 0px;
  }

  .h7ce86cb3-big.h7ce86cb3-casino-item{
    order: 1;
  }
}

.h7ce86cb3-hero-container{
  gap: 40px;
}

.h7ce86cb3-hero-content-wrapper{
  display: flex;
  gap: 10px;
  justify-content: center;
}

.h7ce86cb3-header_content{
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.h7ce86cb3-hero-text-block{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.h7ce86cb3-hero-update-info{
  border: 1px solid #291f1e;
  border-radius: 100px;
  padding: 10px 30px;
  background: radial-gradient(50% 50% at 50% 50%, #61191c 0%, #120e0d 100%);
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  text-align: center;
  color: #fff;
}

.h7ce86cb3-hero-description{
  text-align: center;
}

.h7ce86cb3-hero-benefits-list{
  flex-direction: row;
  gap: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.h7ce86cb3-hero-title{
  max-width: 954px;
}

.h7ce86cb3-benefit-item{
  border: 2px solid #291f1e;
  border-radius: 100px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background: #130f0e;
}

.h7ce86cb3-review-method-intro{
  font-size: 16px;
}

.h7ce86cb3-review-criteria-list{
  gap: 20px;
}

.h7ce86cb3-criteria-item{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h7ce86cb3-criteria-title{
  color: #fcb340;
}

.h7ce86cb3-criteria-description{
  font-size: 16px;
}

.h7ce86cb3-faq-list{
  gap: 20px;
}

.h7ce86cb3-faq-item{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  border-bottom: 1px solid #cb4245;
  border-radius: 20px 20px 0 0;
  background: #120e0d;
}

.h7ce86cb3-testimonials-list{
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.h7ce86cb3-testimonial-item{
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 336px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
  background: #120e0d;
}

.h7ce86cb3-testimonial-author{
  display: flex;
  align-items: center;
  gap: 20px;
}

.h7ce86cb3-site-footer{
  padding: 100px 0px;
}

.h7ce86cb3-footer-container{
  gap: 40px;
}

.h7ce86cb3-footer-menu{
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.h7ce86cb3-footer-link{
  display: flex;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color: #fff;
  gap: 10px;
}

.h7ce86cb3-footer-info{
  display: flex;
  gap: 20px;
}

.h7ce86cb3-footer-info-boxes{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h7ce86cb3-footer-disclaimer{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h7ce86cb3-footer-info-box{
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h7ce86cb3-footer-badges{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.h7ce86cb3-casino-list{
  flex-direction: row;
  gap: 20px;
  justify-content: center;
  align-items: start;
}

.h7ce86cb3-casino-item{
  flex: 1;
  border: 2px solid #291f1e;
  border-radius: 20px;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  background: radial-gradient(55.84% 52.71% at 50.16% 32.85%, #4a0e11 0%, #120e0d 100%);
  position: relative;
}

.h7ce86cb3-casino-card{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.h7ce86cb3-casino-logo-box{
  padding: 2px 0px;
}

.h7ce86cb3-casino-link{
  height: 49px;
  width: 193px;
  display: block;
}

.h7ce86cb3-casino-link img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.h7ce86cb3-bold{
  font-weight: 700;
}

.h7ce86cb3-casino-rating-box{
  display: flex;
  align-items: center;
  gap: 10px;
}

.h7ce86cb3-casino-rating-score{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  color: #fff;
}

.h7ce86cb3-casino-rating-stars{
  flex-direction: row;
}

.h7ce86cb3-rating-star{
  height: fit-content;
  width: fit-content;
}

.h7ce86cb3-rating-star img{
  width: 16px;
  height: 16px;
}

.h7ce86cb3-casino-bonus-btn{
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #fff;
  border: 2px solid #cb4245;
  border-radius: 100px;
  padding: 8px 0px;
  box-shadow: 0 0 21px 0 #cb4245;
  background: #cb4245;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}

.h7ce86cb3-casino-bonus-glare {
  opacity: 0.8;
  position: absolute;
  top: -100px;
  left: -100px;
  background: #fff;
  width: 40px;
  height: 300px;
  transform: rotate(45deg);
  animation: slide 8s infinite ease-in-out;
}

@keyframes slide {
  0% {
    transform: translateX(0) rotate(45deg);
  }
  30%, 100% {
    transform: translateX(650px) rotate(45deg);
  }
}


.h7ce86cb3-casino-payment-icons{
  flex-direction: row;
  width: 100%;
  justify-content: space-between;
  height: 31px;
}


.h7ce86cb3-big.h7ce86cb3-casino-item{
  background: radial-gradient(55.84% 52.71% at 50.16% 32.85%, #9e252a 0%, #120e0d 100%);
  border: 2px solid #cb4245;
  gap: 40px;
}

.h7ce86cb3-big .h7ce86cb3-casino-logo-box{
  padding: 13px 0px;
}

.h7ce86cb3-big .h7ce86cb3-casino-link{
  height: 42px;
}

@media screen and (max-width: 991px) {
  .h7ce86cb3-casino-list{
    flex-direction: column;
    align-items: center;
  }

  .h7ce86cb3-casino-item{
    max-width: 328px;
  }

  .h7ce86cb3-footer-badges{
    gap: 40px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .h7ce86cb3-hero-benefits-list{
    gap: 5px;
  }
}

@media screen and (max-width: 600px) {
  .h7ce86cb3-footer-info{
    flex-direction: column;
  }

  .h7ce86cb3-footer-menu{
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    flex-direction: column;
    align-items: center;
  }

  .h7ce86cb3-benefit-item{
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 9px;
    text-align: center;
    color: #fff;
    padding: 7px 2px;
  }

  .h7ce86cb3-hero-update-info{
    padding: 5px 10px;
  }

  .h7ce86cb3-hero-flag{
    width: 38px;
    height: 24px;
  }

  .h7ce86cb3-site-footer{
    padding: 40px 0px;
  }
}

.h7ce86cb3-policy-section_body h1{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #fff;
}

.h7ce86cb3-policy-section_body h2{
  font-weight: 700;
  font-size: 20px;
  text-align: start;
}

.h7ce86cb3-policy-section_body ul{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #fff;
}

.h7ce86cb3-small::before{
  content: 'Førende inden for anmeldelser';
  position: absolute;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #fff;
  border: 2px solid #291f1e;
  border-radius: 100px;
  padding: 10px 30px;
  background: #0b0706;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;

}

.h7ce86cb3-big::before{
  content: 'Førende inden for anmeldelser';
  position: absolute;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  text-align: center;
  color: #fff;
  border: 2px solid #cb4245;
  border-radius: 100px;
  padding: 10px 30px;
  background: #0b0706;
  top: -1px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
}