
@font-face {
  font-family: Manrope;
  src: url("/assets/h6bd05a66-ui/h6bd05a66-assets/h6bd05a66-fonts/h6bd05a66-manrope-regular.woff2");
  font-display: swap;
  font-weight: 400;
}

@font-face {
  font-family: Manrope;
  src: url("/assets/h6bd05a66-ui/h6bd05a66-assets/h6bd05a66-fonts/h6bd05a66-manrope-medium.woff2");
  font-display: swap;
  font-weight: 500;
}

@font-face {
  font-family: Manrope;
  src: url("/assets/h6bd05a66-ui/h6bd05a66-assets/h6bd05a66-fonts/h6bd05a66-manrope_bold.woff2");
  font-display: swap;
  font-weight: 700;
}

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



/* ===== Базовые ===== */

body{
  margin: 0px;
  padding: 0px;
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65)), #6f0d00;
}

main {
  background: url("/assets/h6bd05a66-ui/h6bd05a66-assets/h6bd05a66-img/h6bd05a66-main_bg.webp");
  background-position: top;
  background-repeat: no-repeat;
}

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

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

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

h1 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  margin: 0px;
}

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

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

h2 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 24px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  margin: 0px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 600px) {
  h2 {
    font-size: 16px;
  }
}

h3 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #ffa100;
  margin: 0px;
}

@media (max-width: 991px) {
  h3 {
    font-size: 14px;
  }
}

@media (max-width: 600px) {
  h3 {
    font-size: 12px;
  }
}

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: white;
  margin: 0px;
}

@media (max-width: 991px) {
  p {
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  p {
    font-size: 14px;
    text-align: center;
  }
}

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

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

img{
  min-width: 0px;
  max-width: 100%;
}

section {
  padding: 40px 0px;

}

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

.h6bd05a66-site-header{
  padding: 15px 0px;
}

.h6bd05a66-site-header__container{
  align-items: center;
}

.h6bd05a66-hero-section__content{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h6bd05a66-hero-section__description{
  text-align: center;
  font-weight: 400;
}

.h6bd05a66-hero-section__subtitle{
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #ffa100;
}

.h6bd05a66-hero-section__features{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  color: #ffa100;
  flex-direction: row;
  justify-content: space-around;
}

.h6bd05a66-hero-section__feature-item {
  padding: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.h6bd05a66-betting-list__container{
  display: block;
}

.h6bd05a66-betting-list__items{
  gap: 10px;
}

.h6bd05a66-betting-list__item{
  width: 100%;
  box-sizing: border-box;
}

.h6bd05a66-betting-card{
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.05);
  border: 1px solid #ffa100;
  border-radius: 16px;
  padding: 10px 32px;
  gap: 10px;
  flex-wrap: wrap;
}

.h6bd05a66-betting-card__logo{
  padding: 32px;
  flex: 211px;
  box-sizing: border-box;
  max-width: 211px;
}

.h6bd05a66-betting-card__logo-link{
  width: 147px;
  height: 57px;
  display: block;
}

.h6bd05a66-betting-card__logo-image{
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.h6bd05a66-betting-card__offer{
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 0px 8px;
  flex: 220px;
  max-width: 220px;
}

.h6bd05a66-betting-card__terms-text{
  font-family: var(--font-family);
font-weight: 400;
font-size: 10px;
text-align: center;
color: #fff;
}

.h6bd05a66-betting-card__offer-label{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #b5b5b5;
}

.h6bd05a66-betting-card__offer-link{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.h6bd05a66-betting-card__rating{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  flex: 186px;
  max-width: 186px;
}

.h6bd05a66-betting-card__score{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.h6bd05a66-betting-card__stars{
  flex-direction: row;
  gap: 5px;
}

.h6bd05a66-betting-card__reviews{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 10px;
  line-height: 120%;
  color: #fff;
}

.h6bd05a66-betting-card__terms{
  text-align: center;
  flex: 200px;
  max-width: 200px;
}

.h6bd05a66-betting-card__actions{
  flex: 189;
  max-width: 189px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.h6bd05a66-betting-card__cta{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 11px;
  background: linear-gradient(180deg, #fee852 0%, #ffa100 100%);
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #190900;
}

.h6bd05a66-betting-card__payments{
  flex-direction: row;
  width: 100%;
  justify-content: center;
  gap: 3px;
  flex-wrap: wrap;
}

.h6bd05a66-mobile{
  display: none;
}


.h6bd05a66-casino-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  padding: 40px 60px;
  background: #190900;
  border-radius: 20px;
  box-shadow: 0 0 20px 0 #6f0d00;
  width: 100%;
  box-sizing: border-box;
}

.h6bd05a66-casino-card__rating {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 130%;
  color: #fff;
  width: 100%;
}

.h6bd05a66-casino-ranking__list{
  gap: 40px;
}




.h6bd05a66-info-section__list{
  text-align: center;
  gap: 20px;
}

.h6bd05a66-info-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
}

.h6bd05a66-site-footer{
  padding-top: 30px;
  padding-bottom: 10px;
  background: #190900;
}

.h6bd05a66-site-footer__top{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.h6bd05a66-site-footer__column{
  display: flex;
  gap: 20px;
}

.h6bd05a66-site-footer__block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.h6bd05a66-site-footer__heading {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.h6bd05a66-site-footer__text {
  font-weight: 400;
  font-size: 14px;
}

.h6bd05a66-site-footer__legal{
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.h6bd05a66-site-footer__copyright{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
}

.h6bd05a66-site-footer__nav-list{
  flex-direction: row;
  justify-content: space-between;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  flex-wrap: wrap;
  align-items: center;
}

.h6bd05a66-site-footer__disclaimer{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 12px;
  line-height: 120%;
  text-align: center;
  color: #fc6161;
  margin-top: 20px;
}

.h6bd05a66-site-footer__socials{
  flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

@media screen and (max-width: 700px) {
  .h6bd05a66-mobile{
    display: flex;
  }

  .h6bd05a66-desctop{
    display: none;
  }

  .h6bd05a66-hero-section__description{
    font-size: 10px;
  }

  .h6bd05a66-hero-section__subtitle{
    font-size: 9px;
  }

  .h6bd05a66-hero-section__features{
    font-size: 7px;
    justify-content: center;
    gap: 2px;
    flex-wrap: wrap;
  }

  .h6bd05a66-hero-section__feature-item{
    gap: 2px;
  }

  .h6bd05a66-hero-section__container{
    gap: 10px;
  }

  .h6bd05a66-hero-section__content{
    gap: 5px;
  }

  .h6bd05a66-hero-section__feature-icon{
    width: 10px;
    height: 10px;
  }

  .h6bd05a66-betting-card{
    padding: 20px 0px;
  }

  .h6bd05a66-betting-card__logo{
    flex: 1;
    max-width: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
  }

  .h6bd05a66-betting-card__offer{
    flex: none;
    max-width: 137px;
  }

  .h6bd05a66-betting-card__offer-link{
    font-size: 10px;
  }

  .h6bd05a66-betting-card__terms{
    flex: none;
    max-width: 120px;
  }

  .h6bd05a66-betting-card__terms-text{
    font-size: 8px;
  }

  .h6bd05a66-betting-card__actions{
    flex: 1;
    max-width: none;
    padding: 2px 8px;
  }

  .h6bd05a66-betting-card__rating{
    flex-direction: row;
    flex: none;
    max-width: none;
    gap: 5px;
    justify-content: center;
  }

  .h6bd05a66-betting-card__score{
    font-size: 16px;
  }

  .h6bd05a66-betting-card__stars{
    flex-direction: row;
    gap: 5px;
  }

  .h6bd05a66-betting-card__payments{
    row-gap: 5px;
    column-gap: 15px;
  }

  .h6bd05a66-casino-card{
    padding: 10px;
  }

  .h6bd05a66-casino-card__description{
    text-align: start;
  }

  .h6bd05a66-site-footer__column{
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .h6bd05a66-site-footer__nav-list{
    flex-direction: column;
    gap: 20px;
  }

  .h6bd05a66-site-footer__copyright{
    text-align: center;
  }

  .h6bd05a66-site-footer__socials{
    justify-content: center;
  }
}


.h6bd05a66-policy_container{
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
}

.h6bd05a66-policy_container p{
  text-align: start;
}

.h6bd05a66-policy_container ul{
  list-style: disc;
  padding-left: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  color: white;
  margin: 0px;
}