@font-face {
  font-family: "Arial";
  src: url("/h5200ffd9-static/h5200ffd9-fonts/h5200ffd9-arial_regural.woff2");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Arial";
  src: url("/h5200ffd9-static/h5200ffd9-fonts/h5200ffd9-arial_bold.woff2");
  font-weight: 700;
  font-display: swap;
}

/* ===== Переменные ===== */
:root {
  --container-width: 1340px;
  --container-step: 20px;
  --container-step-tablet: 18px;
  --container-step-mobile: 16px;
  --container: calc(var(--container-width) + (var(--container-step) * 2));
  --font-family: "Arial", sans-serif;
  --1: #102f7f;
  --2: #fd8815;
}

/* ===== Базовые ===== */
body {
  margin: 0;
  background: #fff;
}

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

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

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

h1, h2 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 32px;
  color: var(--1);
  margin: 0px;
}

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

p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: var(--1);
  margin: 0px;
}

ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  margin: 0px;
  padding: 0px;
}
img{
  max-width: 100%;
  min-width: 0px;
}

button{
  cursor: pointer;
}

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

section {
  padding: 20px 0px;
}

.h5200ffd9-btn{
  border-radius: 5px;
  height: 37px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  background: var(--2);
  border: 0px;
}

header{
  padding: 10px 0px;
}

.h5200ffd9-header-container{
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.h5200ffd9-header_buttons{
  display: flex;
  gap: 30px;
  max-width: 288px;
  width: 100%;
}

.h5200ffd9-login_btn{
  flex: 1;
  background: var(--2);
  border: 0px;
}

.h5200ffd9-register_btn{
  flex: 1;
  border: 2px solid var(--2);
  background: transparent;
  font-weight: 700;
  font-size: 15px;
  color: var(--2);
}

.h5200ffd9-lottery-partners__container{
  flex-direction: row;
  justify-content: center;
  gap: 20px;
}

.h5200ffd9-lottery-partners__block{
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  align-items: start;
  gap: 10px;
}

.h5200ffd9-lottery-partners__block--loterijen{
  border-right: 1px solid rgba(30, 30, 30, 0.25);
  max-width: 886px;
}

.h5200ffd9-lottery-partners__block--toto{
  max-width: 434px;
}



.h5200ffd9-lottery-partners__title{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: var(--1);
}

.h5200ffd9-lottery-partners__list{
  flex-direction: row;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
}

.h5200ffd9-lottery-partners__button {
  padding: 0px;
  border: 0px;
  background: transparent;
  width: 103px;
  aspect-ratio: 1 / 1;
  height: auto;
}

.h5200ffd9-lottery-partners__logo {
  width: 100%;
}




.h5200ffd9-info-section__row {
  min-height: 447px;
  display: flex;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid rgba(124, 155, 185, 0.3);
  border-radius: 10px;
  background-repeat: no-repeat;
}

.h5200ffd9-info-section--teamnl{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-hero_img.webp");
  background-size: cover;
  padding-top: 70px;
  padding-bottom: 82px;
}

.h5200ffd9-info-section--teamnl .h5200ffd9-info-section__row{
  min-height: fit-content;
  padding-top: 0px;
  padding-bottom: 0px;
}

.h5200ffd9-info-section__btn{
  max-width: max-content;
  padding: 10px 30px;
}

.h5200ffd9-info-section--about .h5200ffd9-info-section__row{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-about_us.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.h5200ffd9-info-section--local_sport .h5200ffd9-info-section__row{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-local_sport.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: flex-end;
}

.h5200ffd9-info-section--local_sport .h5200ffd9-info-section__row p, .h5200ffd9-info-section--local_sport .h5200ffd9-info-section__row h2{
  color: #fff;
}

.h5200ffd9-info-section--responsible_play .h5200ffd9-info-section__row{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-responsible-play.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.h5200ffd9-info-section--movement .h5200ffd9-info-section__row{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-movement.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  justify-content: flex-end;
  color: #fff;
}

.h5200ffd9-info-section--movement .h5200ffd9-info-section__row p, .h5200ffd9-info-section--movement .h5200ffd9-info-section__row h2{
  color: #fff;
}

.h5200ffd9-info-section--security .h5200ffd9-info-section__row{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-security.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.h5200ffd9-info-section--impact .h5200ffd9-info-section__row{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-impact.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.h5200ffd9-info-section--teamnl .h5200ffd9-info-section__row{
  background: none;
  border: 0px;
}

.h5200ffd9-info-section__content {
  display: flex;
  flex-direction: column;
  max-width: 511px;
  gap: 20px;
  margin-right: 123px;
  width: 43%;
}

.h5200ffd9-site-footer{
  padding: 70px 0px;
}

.h5200ffd9-footer-brand{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.h5200ffd9-footer-age-warning{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--1);
}

.h5200ffd9-footer-columns{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.h5200ffd9-footer-column-title {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 20px;
  color: var(--1);
  display: block;
  margin-bottom: 20px;
}

.h5200ffd9-footer-button-link, .h5200ffd9-footer-link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: var(--1);
}

.h5200ffd9-footer-button-link, .h5200ffd9-footer-game-button{
  background: transparent;
  border: 0px;
  padding: 0px;
}

.h5200ffd9-footer-links{
  gap: 20px;
}

.h5200ffd9-footer-game-list{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}

.h5200ffd9-footer-game-button:hover img{
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.3);
  cursor: pointer;
  border-radius: 10px;
  height: fit-content;
}

.h5200ffd9-footer-bottom ul{
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  align-items: center;
}

.h5200ffd9-footer-charities{
  max-width: 323px;
}

.h5200ffd9-footer-charity-list{
  gap: 20px;
}

.h5200ffd9-footer-copyright{
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  text-align: center;
  color: var(--1);
}

.h5200ffd9-gap-20{
  gap: 20px;
  display: flex;
}

.h5200ffd9-row{
  display: flex;
  flex-direction: row;
}

.h5200ffd9-column{
  display: flex;
  flex-direction: column;
}

.h5200ffd9-responsible-gaming__content{
  display: flex;
  flex-direction: column;
  gap: 70px;
}

.h5200ffd9-grey-line{
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.15);
}

.h5200ffd9-responsible-gaming__content{
  margin: auto;
  max-width: 1140px;
  width: 100%;
  box-sizing: border-box;
  padding: 40px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  background: #fff;
  border-radius: 10px;
}

.h5200ffd9-responsible-gaming__feature{
  flex: 1;
}

.h5200ffd9-responsible-gaming__support-card{
  flex: 1;
}

.h5200ffd9-responsible-gaming__icon{
  font-weight: 700;
  font-size: 48px;
  text-align: center;
  color: var(--1);
}


.h5200ffd9-info-section--play_responsible .h5200ffd9-info-section__row{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-responsible_gaiming_bg.webp");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 440px;
  background-position: center;
}

.h5200ffd9-responsible-gaming__content{
  margin-top: -166px;
}

.h5200ffd9-responsible-gaming__text{
  flex: 1;
}

.h5200ffd9-responsible-gaming__image{
  flex: 1;
}

.h5200ffd9-info-section--security_page .h5200ffd9-info-section__row{
  background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-security.webp");
  background-size: cover;
  background-position: center;
}

@media screen and (max-width: 1379px) {
  .h5200ffd9-lottery-partners__block--loterijen{
    border-right: 0px solid rgba(30, 30, 30, 0.25);
    border-bottom: 1px solid rgba(30, 30, 30, 0.25);
  }

  .h5200ffd9-lottery-partners__block{
    align-items: center;
    text-align: center;
  }
}

@media screen and (max-width: 600px) {
  .h5200ffd9-row{
    flex-direction: column;
  }

  .h5200ffd9-lottery-partners__button{
    width: 72px;
    height: 72px;
  }
  
  picture img{
    width: 100%;
  }

  .h5200ffd9-info-section--play_responsible .h5200ffd9-info-section__row{
    background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-responsible_gaiming_bg-mobile.webp");
    background-size: cover;
    background-position: center;
  }

  .h5200ffd9-footer-brand{
    flex-direction: column;
    gap: 10px;
  }

  .h5200ffd9-footer-age-warning{
    text-align: center;
  }


  .h5200ffd9-info-section--security .h5200ffd9-info-section__row{
    background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-security-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .h5200ffd9-info-section--impact .h5200ffd9-info-section__row{
    background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-impact-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .h5200ffd9-info-section--responsible_play .h5200ffd9-info-section__row{
    background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-responsible-play-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .h5200ffd9-info-section--movement .h5200ffd9-info-section__row{
    background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-movement-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: flex-end;
    color: #fff;
  }

  .h5200ffd9-info-section--about .h5200ffd9-info-section__row{
    background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-about_us-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  
  .h5200ffd9-info-section--local_sport .h5200ffd9-info-section__row{
    background: url("/h5200ffd9-static/h5200ffd9-images/h5200ffd9-local_sport-mobile.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    justify-content: flex-end;
  }

  .h5200ffd9-info-section__content{
    margin: 0px !important;
  }

  .h5200ffd9-info-section__title{
    word-break: break-all;
  }

  .h5200ffd9-footer-about{
    order: 2;
  }

  .h5200ffd9-footer-policy{
    order: 3;
  }

  .h5200ffd9-footer-games{
    order: 4;
  }

  .h5200ffd9-footer-charities{
    order: 1;
  }

  .h5200ffd9-info-section__content{
    width: 100%;
  }
}

.h5200ffd9-policy_page{
  margin: 0px;
  margin: auto;
  gap: 20px;
}

.h5200ffd9-privacy_ul{
  list-style: disc;
  font-family: var(--font-family);
  padding-left: 20px;
  font-size: 15px;
  color: var(--1);
  font-weight: 400;
}

.h5200ffd9-policy_page a{
  text-decoration: underline;
  text-decoration-skip-ink: none;
}

.h5200ffd9-overlay{
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.h5200ffd9-auth-container{
  max-width: 592px;
  width: 100%;
}

.h5200ffd9-auth-modal{
  background: var(--1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}

.h5200ffd9-auth-form--register{
  display: none;
}

.h5200ffd9-auth-form{
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.h5200ffd9-auth-title{
  color: #fff;
}

.h5200ffd9-auth-fields{
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 20px;
  max-width: 484px;
}

.h5200ffd9-auth-input{
  padding: 16.5px 20px;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-radius: 5px;
  background: #fff;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  color: rgba(54, 68, 117, 0.5);
}

.h5200ffd9-auth-switch{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.h5200ffd9-auth-switch-btn{
  background: none;
  border: 0px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 13px;
  line-height: 100%;
  text-align: center;
  color: #fff;
}

.h5200ffd9-auth-close-btn{
  align-self: flex-end;
  padding: 0px;
  border: 0px;
  background: none;
}

.h5200ffd9-auth-overlay{
  display: none;
  background: rgba(0,0,0,0.6);
}

.h5200ffd9-burger{
  display: none;
  width: 26px;
  height: 20px;
  position: relative;
  border: none;
  background: transparent;
  cursor: pointer;
}

.h5200ffd9-burger span{
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--1);
  left: 0;
  transition: all .35s ease;
  border-radius: 2px;
}

.h5200ffd9-burger span:nth-child(1){
  top: 0;
}

.h5200ffd9-burger span:nth-child(2){
  top: 50%;
  transform: translateY(-50%);
}

.h5200ffd9-burger span:nth-child(3){
  bottom: 0;
}

/* active state */

.h5200ffd9-burger.h5200ffd9-active span:nth-child(1){
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.h5200ffd9-burger.h5200ffd9-active span:nth-child(2){
  opacity: 0;
}

.h5200ffd9-burger.h5200ffd9-active span:nth-child(3){
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}


@media (max-width: 768px){

  .h5200ffd9-burger{
    display: block;
  }

  .h5200ffd9-header_buttons{
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    flex-direction: column;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
    gap: 15px;

    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    transition: all .3s ease;
  }

  .h5200ffd9-header_buttons.h5200ffd9-active{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}

.h5200ffd9-info-section__btn--local-sport{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  width: max-content;
  background: none;
  border: 0px;
  padding: 0px;
}

.h5200ffd9-info-section__btn--responsible-play{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: var(--1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  width: max-content;
  background: none;
  border: 0px;
  padding: 0px;
}

.h5200ffd9-info-section__btn--movement{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  width: max-content;
  background: none;
  border: 0px;
  padding: 0px;
}

.h5200ffd9-info-section__btn--security{
  font-family: var(--font-family);
  font-weight: 700;
  font-size: 15px;
  color: var(--1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px;
  width: max-content;
  background: none;
  border: 0px;
  padding: 0px;
}

.h5200ffd9-message{
  display: none;
}

.h5200ffd9-active .h5200ffd9-message{
  display: block;
}

.h5200ffd9-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  clip: rect(0 0 0 0);
}

@media screen and (max-width: 600px) {
  .h5200ffd9-info-section__btn--movement{
    max-width: 100%;
    width: 100%;
    text-align: start;
  }
}