@font-face {
    font-family: inter;
    src: url("../fonts/inter.woff2");
}

@font-face {
    font-family: Unbounded;
    src: url("../fonts/unbounded-regular.woff2");
}

#confirmButton{
    background-color: #5956E9;
    border: none;
    color: #fff;
    font-size: 18px;
    padding: 10px;
    width: 200px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


#confirmButton:hover{
    background-color: #7F3FA7;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

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: inter;
    background: #E6E6E6;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.fogadastake_header__fixed{
    position: fixed;
    z-index: 10000;
    background: linear-gradient(90deg, #2B2B2B 0%, #919191 100%);
    width: 100%;
    top: 0px;
    left: 0;
}

.fogadastake_header__wrappper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.fogadastake_header__wrap{
    display: flex;
    justify-content: flex-end;
}

.fogadastake_header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }

  .fogadastake_header__box{
    padding-top: 130px;
  }

  .header__link__logo{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .fogadastake_header__links{
    padding-left: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 30px;
  }

  .fogadastake_header__burger{
    display: none;
  }


  .fogadastake_header__link{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    transition: 0.4s;
  }

  .fogadastake_header__link:hover{
    background-color: #3696e4;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }


  .fogadastake_header{
    margin-bottom: 50px;
    padding-bottom: 20px;
    padding-top: 0px;
    background: url("../img/header-background.webp") no-repeat center center/cover;
  }
  
  .header__wrap{
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .header__link__logo{
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px; 
    text-transform: uppercase;
  }

  .fogadastake_header__title{
    color: #FFF;
    text-align: center;
    font-family: Unbounded;
    font-size: 50px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    text-transform: uppercase;
  }

  .fogadastake_header__block{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 450px;
  }

  .fogadastake_header__subtitle{
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%; 
    text-align: center;
  }

  .fogadastake_header__play{
    display: flex;
    justify-content: center;
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.6px;
    width: 210px;
    padding: 16px 16px;
    border-radius: 503px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.10);
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
  }

  .fogadastake_header__play:hover{
    background: #000;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.reviews__numbers {
    background: #15DD07;
}


.mb0{
    margin-bottom: 0;
}
.fogadastake_about {
    margin-bottom: 50px;
}
.fogadastake_about__title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    line-height: 30px; 
    margin-bottom: 20px;
    text-transform: uppercase;
}
.fogadastake_about__text {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}

.fogadastake_bar {
    padding-bottom: 50px;
}
.fogadastake_bar__items {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    list-style: none;
}

.fogadastake_bar__item {
    padding: 30px;
    border: 4px solid #2B2B2B;
    box-shadow: 0px 2px 70px 0px rgba(0, 0, 0, 0.06);
}
.fogadastake_bar__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    align-items: center;
}
.fogadastake_bar__title {
    color: #000;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.fogadastake_bar__number {
    display: flex;
    align-items: center;
    gap: 3px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 20px;
}
.fogadastake_bar__number::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: url("../img/bar-icons-star.webp") no-repeat center center;
}
.fogadastake_bar__content {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.fogadastake_bar__right {
    max-width: 580px;
    width: 100%;
}
.fogadastake_bar__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.fogadastake_bar__head {
    color: #000;
    font-family: Unbounded;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}

.fogadastake_bar__address{
    display: flex;
    align-items: center;
    gap: 15px;
    color: #000;
    font-family: Unbounded;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 14.4px */
    margin-bottom: 15px;
}

.fogadastake_bar__address::before {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 20px;
    background: url("../img/bar-icons-location.webp") no-repeat center center;
}

.fogadastake_bar__inner {
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-bottom: 10px;
}
.fogadastake_bar__list {
    max-width: 275px;
    padding-left: 20px;
}
.fogadastake_bar__info {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.fogadastake_bar__button {
    display: flex;
    align-items: center;
    gap: 5px;
}
.fogadastake_bar__link {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    display: flex;
    padding: 10px 16px;
    width: 91px;
    height: 42px;
    justify-content: center;
    align-items: center;
    background: #2B2B2B;
    transition: 0.4s;
}
.fogadastake_bar__link:hover {
    background: #FFF;
    text-decoration-line: none;
    color: #2B2B2B;
}
.fogadastake_bar__add {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-decoration-line: underline;
    display: flex;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    gap: 10px;
    width: 128px;
    height: 42px;
    transition: 0.4s;
}

.fogadastake_bar__add:hover {
    transition: 0.4s;
    background: #fff;
    text-decoration-line: none;
}



.fogadastake_info{
    margin-bottom: 50px;
}

.fogadastake_info__wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding-left: 0;
    width: 100%;
    list-style: none;
    max-width: 740px;
    margin: 0 auto;
}

.fogadastake_info__close{
    position: absolute;
    top: 0px;
    right: 15px;
    font-size: 40px;
    color: #000;
    cursor: pointer;
}

.fogadastake_info__item{
    position: relative;
    width: 100%;
}

.fogadastake_info__wrapper{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 20px;
}

.fogadastake_info__header {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.fogadastake_info__title {
    color: #000;
    font-family: Unbounded;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.fogadastake_info__number {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}
.fogadastake_info__number::after {
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 22px;
    height: 22px;
    background: url(../img/bar-icons-star.webp) no-repeat center center;
}
.fogadastake_info__text {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
}
.fogadastake_info__head {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}

.fogadastake_info__address{
    color: #000;
    font-family: Unbounded;
    font-size: 14px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 10px;
}

.fogadastake_info__inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    max-width: 484px;
}
.fogadastake_info__list {
    padding-left: 20px;

}
.fogadastake_info__info {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}
.fogadastake_info__button {
    display: flex;
    align-items: center;
    gap: 5px;
}
.fogadastake_info__link {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    line-height: normal;
    text-decoration-line: underline;
    display: flex;
    height: 42px;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    background: #2B2B2B;
    transition: 0.4s;
}

.fogadastake_info__link:hover {
    background: #FFF;
    text-decoration-line: none;
    color: #2B2B2B;
}

.fogadastake_info__button{
    display: flex;
    gap: 20px;
    margin-top: 30px;
}

.fogadastake_info__add{
    color: #000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    display: flex;
    padding: 10px 16px;
    height: 42px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid #000;
    transition: 0.4s;
}

.fogadastake_info__add:hover {
    transition: 0.4s;
    background: #FFF;
}


.fogadastake_footer {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #000;
}
.fogadastake_footer__left {
    max-width: 338px;
    width: 100%;
}
.fogadastake_footer__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 20px;
}
.fogadastake_footer__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.fogadastake_footer__link {
    display: flex;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 20px;
    transition: 0.4s;
}

.fogadastake_footer__link:hover {
    color: #FFF;
    text-decoration-line: underline;
}

.fogadastake_footer__logo {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.fogadastake_footer__center {
    max-width: 93px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}
.fogadastake_footer__center::before{
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82px;
    height: 50px;
    background: url("../img/footer-age-18+.webp") no-repeat center center;
}
.fogadastake_footer__links {
    display: flex;
    padding-left: 0;
    list-style: none;
    gap: 5px;
}

.fogadastake_footer__right {
    max-width: 400px;
}

.modal_form {
    display: none; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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_form__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #000;
    box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12.5px);
    padding: 50px 60px;
    max-width: 506px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_form__title{
    color:  #FFF;
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    line-height: 100%; 
    text-transform: capitalize;
    margin-bottom: 30px;
}

.modal_form__left{
    width: 100%;
}

.modal_form__subtitle{
    color:  #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px; 
    margin-bottom: 30px;
}

.modal_form__inner{
    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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
}

.modal_form__links{
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    text-decoration-line: underline;
    transition: 0.4s;
}

.modal_form__links:hover{
    opacity: 0.5;
    text-decoration-line: none;
    transition: 0.4s;
}

.modal_form__input{
    border-radius: 20px;
    border: 1px solid #000;
    background: #E1E1E1;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25) inset;
    padding: 15px 10px 15px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #808080;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}

.modal_form__input::-webkit-input-placeholder{
    color: #808080;
}

.modal_form__input::-moz-placeholder{
    color: #808080;
}

.modal_form__input:-ms-input-placeholder{
    color: #808080;
}

.modal_form__input::-ms-input-placeholder{
    color: #808080;
}

.modal_form__input::placeholder{
    color: #808080;
}

.modal_form__btn{
    padding: 15px 20px;
    width: 100%;
    border-radius: 50px;
    background: #15DD07;
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 20px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.modal_form__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s
}

.modal_form__wrappper{
    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;
}

.modal__text{
    color: #FFF;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: normal; 
    margin-bottom: 15px;
}

.modal_form__close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff
}

.modal_form__links{
    color: #fff;
}

  
  .popup {
    display: none; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: 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.30);
    -webkit-backdrop-filter: blur(4.800000190734863px);
            backdrop-filter: blur(4.800000190734863px);
    margin: 15% auto; 
    padding: 15px;
    border-radius: 20px;
    width: 90%;
    height: auto;
    -webkit-box-sizing: border-box;
            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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            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; 
    -webkit-box-pack: center; 
        -ms-flex-pack: center; 
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-backdrop-filter: blur(19px);
            backdrop-filter: blur(19px);
    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-size: 40px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.modal__titleadd{
    margin: 0;
    margin-bottom: 10px;
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #F1F1F1;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}

.modal__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border:none;
    border-radius: 30px;
    background: #15DD07;
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 10px;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}


.btn{
    background: transparent;
    border: 1px solid #FFF;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 30px;
    border: 1px solid #FFF;
    background: #000;
    box-shadow: 12px -1px 30px 0px rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(12.5px);
    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: 30px;
    width: 100%;
    max-width: 500px;
}

.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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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: 100%;
    width: 100%;
    background: #000;
    padding: 20px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    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;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #F1F1F1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 21px */
}

.popupcookie__btn{
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
    width: 100%;
    border-radius: 30px;
    background: #15DD07;
    color: #000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 10px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 20px;
    border: 1px solid #FFF;
    color: #fff;
    
    
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    text-transform: uppercase;
}

.popupcookie__button:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.popupcookie__btns{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
    width: 100%;
    max-width: 380px;
}

.popupcookie__btn:hover{
    background: #22272B;
    color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}


.info__title, .content__title{
    color: #000;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .info__head, .terms__subtitle{
    margin: 0;
    color: #000;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 16px;
  }

  .info__text, .terms__text{
    margin: 0;
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 16px;
  }

  .terms__list{
    margin-bottom: 10px;
}

.terms__info{
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}


  .desc__top{
    padding-top: 140px;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.fogadastake_conclusiondop__text_line{
    text-decoration: underline;
}

.mob{
    display: none;
}


@media (max-height: 800px) {
    .fogadastake_info__right {
        max-height: 20vh;
        overflow-y: auto; 
    }
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .fogadastake_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .fogadastake_header__burger{
        display: block;
        cursor: pointer;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .fogadastake_header__burger.active_menu .bar:nth-child(1) {
        -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
                transform: rotate(45deg);
        -webkit-transform-origin: 1px;
            -ms-transform-origin: 1px;
                transform-origin: 1px;
    }
    
    .fogadastake_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .fogadastake_header__burger.active_menu .bar:nth-child(3) {
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 7px;
            -ms-transform-origin: 7px;
                transform-origin: 7px;
    }
    
    .fogadastake_header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        -webkit-box-align: center; 
            -ms-flex-align: center; 
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 30px;
        background: rgba(0, 0, 0, 0.8);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 70px; 
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; 
        -webkit-box-pack: center; 
            -ms-flex-pack: center; 
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }


    .fogadastake_header__right{
        max-width: 100%;
    }

    .fogadastake_header__forms{
        padding: 20px;
    }


    .fogadastake_header__box {
        padding-top: 110px;
    }


    .fogadastake_header__block{
        max-width: 100%;
    }

    .fogadastake_header__title{
        font-size: 50px;
    }

    .popupcookie__content{
        flex-direction: column;
    }

    .popupcookie__top{
        width: 100%;
    }

    .popupcookie__btns{
        flex-direction: column;
        width: 100%;
        max-width: 100%;
    }

    .fogadastake_info__title{
        font-size: 24px;
    }

    .fogadastake_bar__content{
        flex-direction: column;
        gap: 20px;
    }

    .fogadastake_bar__item{
        max-width: 640px;
    }

    .fogadastake_bar__items{
        justify-content: center;
        align-items: center;
    }

    .fogadastake_footer__box{
        flex-direction: column;
        align-items: flex-start;
    }

    .fogadastake_footer__left{
        max-width: 100%;
    }

    .fogadastake_footer__right{
        max-width: 100%;
    }

    .fogadastake_footer__center{
        max-width: 100%;
    }

    .fogadastake_bar__title{
        font-size: 24px;
    }

    .fogadastake_header__title{
        font-size: 40px;
    }

    .fogadastake_header__subtitle{
        font-size: 18px;
    }
    .mob{
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .desc{
        display: none;
    }

    .fogadastake_bar__title{
        margin-bottom: 15px;
        font-size: 18px;
    }

}


@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .fogadastake_header__nav{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .fogadastake_header__title{
        font-size: 24px;
    }

    .fogadastake_header{
        padding-top: 20px;
        padding-bottom: 33px;
        margin-bottom: 40px;
        background: url(../img/header-background-mob.webp) no-repeat center center / cover;
    }

    .fogadastake_header__subtitle{
        font-size: 18px;
    }

    .menu{
        top: 60px;
    }



    .fogadastake_header_contact__title{
        margin-bottom: 16px;
    }

    .fogadastake_header_contact__inner{
        margin-bottom: 16px;
    }

    .fogadastake_header_contact__input{
        margin-bottom: 12px;
    }

    .fogadastake_header_contact__message{
        margin-bottom: 16px;
    }

    .fogadastake_header_contact__btn{
        width: 100%;
        font-size: 12px;
        padding: 10px 20px;
    }

    .popupcookie__content{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btns{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .popupcookie__btn{
        width: 100%;
    }

    .popupcookie__button{
        width: 100%;
    }

    .fogadastake_header__logo{
        max-width: 200px;
    }

    .fogadastake_header__title{
        font-size: 20px;
    }

    .fogadastake_header__subtitle{
        font-size: 16px;
        margin-bottom: 10px;
        line-height: normal;
    }

    .fogadastake_header__play{
        font-size: 16px;
        width: 152px;
    }

    .header__title{
        font-size: 32px;
    }

    .fogadastake_header__link{
        padding: 10px 16px;
    }

    .fogadastake_header__links{
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        width: 100%;
    }

    .fogadastake_header__link{
        width: 100%;
    }

    .fogadastake_header__box{
        padding-top: 90px;
    }

    .popupcookie__title{
        font-size: 28px;
    }

    .modal_form__content{
        padding: 40px 30px;
    }

    .modal_form__title{
        font-size: 30px;
    }

    .modal_form__links{
        font-size: 14px;
    }

    .fogadastake_header__product{
        max-width: 200px;
    }

    .modal__btn{
        font-size: 14px;
    }


    .fogadastake_info__link{
        width: 100%;
    }

    .fogadastake_info__contents{
        padding: 10px;
    }

    .fogadastake_info__close {
        position: absolute;
        top: -10px;
        right: 10px;
        font-size: 20px;
        color: #fff;
        cursor: pointer;
        line-height: 0;
    }

    .fogadastake_info__wrapper{
        order: 1;
        margin-bottom: 10px;
    }

    .fogadastake_info__img{
        margin-bottom: 10px;
    }

    .fogadastake_info__title{
        font-size: 14px;
    }

    .fogadastake_info__address{
        font-size: 9px;
    }

    .fogadastake_info__number{
        font-size: 18px;
    }

    .fogadastake_info__header{
        margin-bottom: 0;
    }

    .fogadastake_info__head{
        font-size: 16px;
    }

    .fogadastake_info__text{
        font-size: 14px;
    }

    .fogadastake_info__info{
        font-size: 14px;
    }

    .fogadastake_header__block{
        min-height: 400px;
    }

    .fogadastake_header__subtitle{
        text-align: left;
    }


    .fogadastake_about__title{
        font-size: 30px;
        line-height: 30px;
    }

    .fogadastake_about__text{
        font-size: 12px;
        line-height: normal;
    }

    .fogadastake_about{
        margin-bottom: 40px;
    }

    .fogadastake_bar__item{
        max-width: 328px;
        padding: 30px 10px;
    }

    .fogadastake_bar__title{
        font-size: 14px;
        margin-bottom: 10px;
    }

    .fogadastake_bar__address{
        font-size: 9px;
    }

    .fogadastake_bar__inner{
        flex-direction: column;
    }

    .fogadastake_bar__list{
        padding-left: 20px;
    }

    .fogadastake_bar__head{
        font-size: 16px;
    }

    .fogadastake_bar__number{
        font-size: 18px;
    }

    .fogadastake_footer__link{
        font-size: 14px;
    }

    .fogadastake_footer__center{
        gap: 20px;
    }

    .fogadastake_info__inner{
        flex-direction: column;
    }

    .fogadastake_bar__address::before{
        width: 20px;
        height: 22px;
    }

    .fogadastake_bar__content{
        margin-bottom: 10px;
    }

    .fogadastake_footer__left{
        margin-bottom: 10px;
    }



}