@font-face {
    font-family: Oxygen;
    src: url("../fonts/Oxygen-Regular.ttf");
}

@font-face {
    font-family: Notable;
    src: url("../fonts/Notable-Regular.ttf");
}



#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: Oxygen;
    background: url("../img/body__bg.webp") no-repeat center top/cover;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.aupabet_header__fixed{
    position: fixed;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.10);
    width: 100%;
    top: 0px;
    left: 0;
}

.aupabet_header__wrappper{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.content__infos{
    padding: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.5);
    margin-bottom: 40px;
}

.aupabet_header__nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .aupabet_header__box{
    padding-top: 0px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
    margin-right: 30px;
  }

  .header__block{
    max-width: 1030px;
    width: 100%;
  }


  .aupabet_header__links{
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .aupabet_header__burger{
    display: none;
  }

  .aupabet_header__block{
    max-width: 610px;
  }

  .aupabet_header__sub{
    padding: 10px 20px;
    background: #DEDDDD;
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom: 20px;
    max-width: 458px;
  }


  .aupabet_header__link{
    color: #fff;
    font-family: Notable;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    display: flex;
    padding: 12px 20px;
    justify-content: center;
    align-items: center;
    background: #E90707;
    transition: 0.4s;
  }

  .aupabet_header__link:hover{
    background: #fff;
    color: #000;
    transition: 0.4s;
  }


  .aupabet_header{
    background: url("../img/bg__img.webp") no-repeat center bottom/cover;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 80px;
    margin-top: 73px;
  }

  .aupabet_header_bg{
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .aupabet_header__wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .header__wrap{
    justify-content: center;
  }

  .aupabet_header__images{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aupabet_header__title{
    color: #FFF;
    font-family: Notable;
    font-size: 50px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 50px */
    text-transform: uppercase;
    margin-bottom: 40px;
  }

  .aupabet_header__subtitle{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
  }

  .aupabet_header__play{
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: Notable;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    width: 295px;
    padding: 12px 15px;
    background: #E90707;
    border: 1px solid #E90707;
    transition: 0.4s;
    margin-bottom: 20px;
  }

  .aupabet_header__play:hover{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.4s;
  }

  .aupabet_games{
    padding-bottom: 80px;
  }

  .aupabet_games__title{
    color: #FFF;
    
    font-size: 24px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    max-width: 1073px;
    margin-bottom: 24px;
  }

.aupabet_games__sub {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}
.aupabet_games__subtitle {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.aupabet_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-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
}

.aupabet_games__link:hover {
    transition: 0.4s;
    border: 1px solid #594FFF;
    background: #594FFF
}

.aupabet_games__item{
    max-width: 280px;
    min-height: 260px;
    position: relative;
}

.aupabet_games__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.aupabet_games__btns{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 0; 
    left: 0;
    max-width: 280px;
    width: 100%;
    min-height: 260px;
    background: rgba(0, 0, 0, 0.70);
    border-radius: 8px;
    opacity: 0;
    transition: 0.4s;
}

.aupabet_games__btns:hover{
    opacity: 1;
    transition: 0.4s;
}

.aupabet_games__name{
    color: #F1F1F1;
    text-align: center;
    
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.aupabet_games__btn{
    width: 248px;
    display: flex;
    padding: 14px 24px;
    border-radius: 10px;
    background: #594FFF;
    border: 1px solid #594FFF;
    justify-content: center;
    align-items: center;
    color: #FFF;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
}

.aupabet_games__btn:hover{
    background: transparent;
    border: 1px solid #FFF;
    color: #fff;
    transition: 0.4s
}

.aupabet_about{
    margin-bottom: 80px;
}

.aupabet_about__right{
    max-width: 700px;
}
.aupabet_about__title {
    color: #CF2F34;
    
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%; 
    margin-bottom: 24px;
}
.aupabet_about__wrap {
    border-radius: 10px;
    background: #04004A;
    padding: 24px;
    margin-bottom: 10px;
}
.aupabet_about__subtitle {
    color: #6C4E4E;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}

.aupabet_about__img{
    border-radius: 10px;
}

.aupabet_about__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aupabet_info {
    padding-bottom: 80px;
}
.aupabet_info__wrap {
    padding: 40px 20px;
    border: 4px solid #FFF;
    background: #DEDDDD;
}
.aupabet_info__title {
    color: #E90707;
    font-family: Notable;
    font-size: 40px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.aupabet_info__head {
    color: #E90707;
    font-family: Notable;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    text-transform: uppercase;
    margin-bottom: 20px;
}
.aupabet_info__content {
    margin-bottom: 30px;
}
.aupabet_info__list {
    padding-left: 20px;
}
.aupabet_info__text {
    color: #1B0000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 19.2px */
    margin-bottom: 10px;
}
.aupabet_info__bold {
    color: #1B0000;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom: 20px;
}

.aupabet_info__bold:last-child{
    margin-bottom: 0;
}

.aupabet_contests {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aupabet_contests__title {
    color: #327DE0;
    font-family: Notable;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    text-transform: uppercase;
    margin-bottom: 30px;
}
.aupabet_contests__subtitle {
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-weight: 400;
    line-height: 120%; /* 24px */
    margin-bottom: 30px;
}
.aupabet_contests__items {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.aupabet_contests__item {
    display: flex;
    gap: 20px;
    max-width: 400px;
    width: 100%;
    padding: 20px;
    border: 4px solid #DEDDDD;
    background: #FFF;
}

.aupabet_contests__number{
    color: #E90707;
    font-size: 50px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}

.aupabet_contests__head {
    color: #E90707;
    font-family: Notable;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.aupabet_contests__text {
    color: #1B0000;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}
.aupabet_contests__wrap {
    display: flex;
    align-items: center;
    gap: 30px;
}
.aupabet_contests__header {
    color: #327DE0;
    font-size: 20px;
    font-weight: 600;
    line-height: 120%; /* 24px */
}
.aupabet_contests__content {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.aupabet_why {
    margin-bottom: 100px;
}

.aupabet_why__title {
    color: #327DE0;
    font-family: Notable;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    text-transform: uppercase;
    margin-bottom: 30px;
}

.aupabet_why__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin-bottom: 30px;
}

.aupabet_why__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.aupabet_why__wrapper{
    display: flex;
    align-items: center;
    gap: 30px;
}

.aupabet_why__header{
    color: #327DE0;
    font-family: Notable;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
    text-transform: uppercase;
}

.aupabet_why__left {
    max-width: 600px;
    width: 100%;
}
.aupabet_why__items {
    border-radius: 30px;
    border: 1px solid #327DE0;
    background: rgba(50, 125, 224, 0.20);
    padding: 20px;
    margin-bottom: 15px;
}
.aupabet_why__head {
    color: #FFF;
    font-family: Notable;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.aupabet_why__text {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
}
.aupabet_why__right {
    max-width: 600px;
    width: 100%;
}

.aupabet_why__sup {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    max-width: 863px;
}


.aupabet_popularity {
    margin-bottom: 80px;
}
.aupabet_popularity__title {
    color: #327DE0;
    text-align: center;
    font-family: Notable;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.aupabet_popularity__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-bottom: 30px;
}
.aupabet_popularity__item {
    max-width: 295px;
}
.aupabet_popularity__head {
    color: #FFF;
    text-align: center;
    font-family: Notable;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 31.2px */
    text-transform: uppercase;
    margin-bottom: 10px;
}
.aupabet_popularity__text {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
}
.aupabet_popularity__sup {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
}

.aupabet_winners {
    margin-bottom: 80px;
}
.aupabet_winners__title {
    color: #327DE0;
    text-align: center;
    font-family: Notable;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 40px */
    text-transform: uppercase;
    margin-bottom: 30px;
}
.aupabet_winners__subtitle {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%; 
    margin-bottom: 30px;
}
.aupabet_winners__wrap {
    display: flex;
    padding: 20px;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    border-radius: 30px;
    border: 1px solid #F5FB36;
    margin-bottom: 20px;
}
.aupabet_winners__left {
    display: flex;
    align-items: center;
    gap: 16px;
}

.aupabet_winners__name {
    color: #327DE0;
    font-family: Notable;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
}

.aupabet_winners__text {
    color: #FFF;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}
.aupabet_winners__right {
    display: flex;
    align-items: center;
    gap: 8px;
}
.aupabet_winners__date {
    color: #C8C8C8;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 24px */
}


.aupabet_footer{
    background: #1B0000;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aupabet_footer__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 32px;
}

.footer__top{
    justify-content: center;
}

.aupabet_footer__items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin-bottom: 32px;
}

.aupabet_footer__info{
    color: #FFF;
    font-family: Notable;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin-bottom: 24px;
}

.aupabet_footer__sup{
    color: #A9A9A9;
    font-family: Notable;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.aupabet_footer__bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.aupabet_footer__network {
    color: #FFF;
    font-family: Notable;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    transition: 0.4s;
}

.aupabet_footer__network:hover{
    transition: 0.4s;
    opacity: 0.5;
}

.aupabet_footer__item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 386px;
}

.aupabet_footer__img{
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.aupabet_footer__bottom{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 32px;
}

.aupabet_footer__network{
    color: #FFF;
    font-family: Notable;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    transition: 0.4s;
}

.aupabet_footer__network:hover{
    opacity: 0.5;
    transition: 0.4s;
}


.aupabet_footer__header {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.aupabet_footer__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.aupabet_footer__right {
    max-width: 608px;
    width: 100%;
}

.aupabet_footer__wrappper {
    display: flex;
    align-items: center;
    gap: 24px;
}
.aupabet_footer__input {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 424px;
}
.aupabet_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;
    line-height: 120%; /* 19.2px */
    text-transform: uppercase;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #FFF;
    transition: 0.4s;
}

.aupabet_footer__networks{
    display: flex;
    justify-content: center;
    gap: 30px;
}


.aupabet_footer__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s;
}
.aupabet_footer__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.aupabet_footer__link {
    color: #FCF064;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 20.8px */
}

.parissympa_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.aupabet_players{
    background: #121000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.parissympa_demo__wrapper{
    border-radius: 40px;
    border: 1px solid #FFF;
    box-shadow: 0px 0px 40px 0px #FCF064;
}

.parissympa_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 640px;
    border-radius: 20px;
}

.aupabet_header__forms{
    border-radius: 20px;
    background: #04004A;
    display: flex;
    padding: 60px;
    align-items: center;
    gap: 80px;
}

.aupabet_header__right{
    max-width: 520px;
    width: 100%;
}

.aupabet_header_contact__title{
    color: #FFF;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.aupabet_header_contact__inner{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.aupabet_header_contact__lable{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.aupabet_header_contact__form{
    width: 100%;
}

.aupabet_header_contact__input{
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    margin-bottom: 16px;
}

.aupabet_header_contact__message{
    width: 100%;
    font-size: 16px;
    color: #999;
    font-weight: 400;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    padding: 14px 16px;
    margin-bottom: 24px;
}

.aupabet_header_contact__email{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}

.aupabet_header_contact__form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.aupabet_header_contact__btn{
    color: #FFF;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    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;
}

.aupabet_header_contact__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s
}

.aupabet_header_form{
    padding-bottom: 80px;
    padding-top: 40px;
    margin-bottom: 0;
}

.aupabet_game {
    padding-top: 80px;
    padding-bottom: 80px;
}

.aupabet_game__title {
    color: #121000;
    
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 40px;
}
.aupabet_game__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.aupabet_game__item {
    max-width: 400px;
    width: 100%;
    padding: 24px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);
}
.aupabet_game__images {
    margin-bottom: 16px;
}
.aupabet_game__link {
    display: block;
    color: #121000;
    text-align: center;
    
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    text-transform: uppercase;
    margin-bottom: 12px;
    transition: 0.4s;
}

.aupabet_game__link:hover{
    opacity: 0.5;
    transition: 0.4s;
}

.aupabet_game__text {
    color: #121000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}

.modal_form {
    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_form__content {
    position: relative;
    top: 0%;
    background: #DEDDDD;
    padding: 24px;
    max-width: 420px;
    width: 100%;
    display: flex;
}

.modal_form__title{
    color: #272727;
    text-align: center;
    font-family: Notable;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%; 
    letter-spacing: -0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.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: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
}

.modal_form__links{
    color: #272727;
    font-size: 14px;
}

.modal_form__label{
    color: #FFD800;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
}

.modal_form__input{
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    background: #FFF;
    padding: 10px 20px;
    width: 100%;
    margin-bottom: 20px;
    color: #121514;
    font-size: 14px;
    font-weight: 400;
}

.modal_form__input::placeholder{
    color: #121514;
}

.modal_form__btn{
    padding: 10px 20px;
    width: 100%;
    background: #E90707;
    text-transform: uppercase;
    color: #FFF;
    font-family: Notable;
    font-size: 14px;
    font-weight: 400;
    line-height: 100%; /* 14px */
    letter-spacing: -0.14px;
    border: none;
    cursor: pointer;
    margin-bottom: 10px;
    text-transform: uppercase;
    transition: 0.4s;
}

.modal_form__links{
    color: #272727;
    font-size: 14px;
    font-weight: 400;
    line-height: 120%;
}


.modal_form__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s
}

.modal_form__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.modal__text{
    color: #000;
    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: #000
}


.modal_form__close1{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #000
}

.modal_form__links{
    color: #272727;
}

  
  .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.30);
    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: #272727;
    text-align: center;
    font-family: Notable;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #272727;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.2px;
    margin-bottom: 10px;
}

.modal__btn{
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    background: #E90707;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 400;
    cursor: pointer;
    transition: 0.4s;
    margin-bottom: 10px;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}


.btn{
    background: transparent;
    border: 1px solid #272727;
    color: #272727;
}

.modal__content {
    position: relative;
    top: 0%;
    background: #DEDDDD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    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: 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: 600px;
    width: 100%;
    background: #DEDDDD;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}

.popupcookie__close:hover,
.popupcookie__close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.popupcookie__title{
    color: #272727;
    text-align: center;
    font-family: Notable;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #272727;
    font-size: 14px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}

.popupcookie__btn{
    border: none;
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    background: #E90707;
    color: #FFF;
    font-family: Notable;
    font-size: 14px;
    font-weight: 400;
    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;
    border: 1px solid #272727;
    color: #272727;
    font-family: Notable;
    font-size: 14px;
    font-weight: 400;
    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;
}


.info__title, .content__title{
    color: #fff;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    margin: 0;
    margin-bottom: 16px;
    
  }

  .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;
    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; 
}

.aupabet_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;
}

.aupabet_games__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.aupabet_conclusiondop__text_line{
    text-decoration: underline;
}

.mob{
    display: none;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .aupabet_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .aupabet_header__burger{
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .aupabet_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }
    
    .aupabet_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .aupabet_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 7px;
    }
    
    .aupabet_header__line {
        height: 2px;
        background-color: #fff;
        margin: 3px 0;
        transition: all 0.3s ease;
    }

    .menu {
        display: none; 
        align-items: center;
        flex-wrap: wrap;
        gap: 30px;
        background: #04004A;
        backdrop-filter: blur(15px);
        padding-left: 26px;
        padding-right: 26px;
        padding-top: 20px;
        padding-bottom: 20px;
        position: absolute;
        top: 80px; 
        left: 0;
        width: 100%;
        border-radius: 0;
    }

    .menu.active {
        display: flex; 
        justify-content: center;
        flex-direction: column;
    }

    .aupabet_about__box{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .aupabet_about__left{
        order: 1;
    }

    .aupabet_about__right{
        max-width: 100%;
    }



    .aupabet_footer__top{
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .aupabet_footer__left{
        max-width: 100%;
    }

    .aupabet_footer__links{
        flex-wrap: wrap;
        gap: 40px;
    }

    .aupabet_footer__wrappper{
        flex-direction: column;
    }

    .aupabet_footer__input{
        width: 100%;
    }

    .aupabet_footer__btn{
        width: 100%
    }

    .aupabet_header__forms{
        flex-direction: column;
    }

    .aupabet_header__left{
        order: 1;
    }

    .aupabet_header__right{
        max-width: 100%;
    }

    .aupabet_header__forms{
        padding: 20px;
    }

    .aupabet_why__box{
        flex-direction: column;
        gap: 20px;
    }

    .aupabet_distribute__box{
        flex-direction: column;
        gap: 20px;
    }

    .aupabet_distribute__right{
        order: -1;
        max-width: 100%;
    }


    .aupabet_header__box {
        padding-top: 10px;
    }

    .aupabet_header__wrap{
        flex-direction: column;
        gap: 20px;
    }

    .aupabet_header__block{
        max-width: 100%;
    }

    .aupabet_header__images{
        justify-content: center;
    }

    .aupabet_footer__items{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .aupabet_footer__bottom{
        flex-wrap: wrap;
    }

    .aupabet_header__title{
        font-size: 50px;
    }

    .aupabet_why__wrap{
        flex-direction: column;
    }

    .aupabet_why__left{
        max-width: 100%;
    }

    .aupabet_contests__items{
        flex-direction: column;
    }

    .aupabet_contests__item{
        max-width: 100%;
    }

    .aupabet_header__title{
        font-size: 40px;
    }

    .aupabet_contests__wrap{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .aupabet_why__wrapper{
        flex-direction: column;
        gap: 20px;
    }

    .aupabet_winners__wrap{
        flex-direction: column;
        gap: 20px;
        justify-content: flex-start;
        align-items: flex-start;
        max-width: 600px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .footer__top{
        justify-content: center;
    }

}

@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .aupabet_header__nav{
        padding-left: 16px;
        padding-right: 16px;
        justify-content: space-between;
    }

    .aupabet_header__title{
        font-size: 24px;
    }

    .aupabet_header{
        background: url("../img/bg__img_mob.webp") no-repeat center bottom/cover;
        padding-top: 40px;
        padding-bottom: 20px;
    }

    .aupabet_header__subtitle{
        font-size: 18px;
    }

    .aupabet_games__title{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .aupabet_games__subtitle{
        font-size: 14px;
    }

    .mob{
        display: flex;
    }

    .desc{
        display: none;
    }

    .aupabet_games__items{
        margin-bottom: 16px;
        gap: 16px;
    }

    .aupabet_games__link{
        width: 100%;
    }

    .aupabet_games__item{
        max-width: 41vw;
        min-height: auto;
    }

    .aupabet_games__btns{
        opacity: 1;
        max-width: 41vw;
        min-height: 100%;
        border-radius: 4px;
    }

    .aupabet_games__name{
        font-size: 10px;
    }

    .aupabet_games__btn{
        width: 90%;
        font-size: 10px;
        padding: 10px;
    }

    .aupabet_games__sub{
        margin-bottom: 24px;
    }

    .aupabet_games__link{
        font-size: 12px;
        padding: 10px 20px;
    }

    .aupabet_games{
        padding-bottom: 40px;
    }

    .aupabet_about{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .aupabet_about__title{
        font-size: 24px;
        margin-bottom: 16px;
        text-align: center;
    }

    .aupabet_about__wrap{
        padding: 12px;
    }

    .aupabet_about__subtitle{
        font-size: 14px;
        text-align: center;
    }

    .aupabet_about__box{
        gap: 16px;
    }

    .aupabet_footer__wrappper{
        gap: 12px;
    }

    .aupabet_footer__links{
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .aupabet_footer__sup{
        text-align: left;
    }

    .parissympa_demo__wrapper{
        padding-top: 260px;
    }

    .aupabet_header_bg{
        padding-top: 0px;
        padding-bottom: 24px;
        margin-bottom: 0;
      }

      .aupabet_header_form{
        padding-bottom: 40px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .aupabet_header__forms{
        padding: 16px;
        gap: 40px;
    }

    .aupabet_header_contact__title{
        margin-bottom: 16px;
    }

    .aupabet_header_contact__inner{
        margin-bottom: 16px;
    }

    .aupabet_header_contact__input{
        margin-bottom: 12px;
    }

    .aupabet_header_contact__message{
        margin-bottom: 16px;
    }

    .aupabet_header_contact__btn{
        width: 100%;
        font-size: 12px;
        padding: 10px 20px;
    }

    .popupcookie__content{
        flex-direction: column;
    }

    .popupcookie__btns{
        flex-direction: column;
    }

    .popupcookie__btn{
        width: 100%;
    }

    .popupcookie__button{
        width: 100%;
    }

    .aupabet_header__logo{
        max-width: 200px;
    }

    .aupabet_header__title{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .aupabet_header__subtitle{
        font-size: 12px;
    }

    .aupabet_header__play{
        padding: 10px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        font-size: 14px;
    }

    .aupabet_about{
        padding-top: 0px;
        padding-bottom: 0;
    }



    .aupabet_why__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .aupabet_distinguishes{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aupabet_distinguishes__title{
        font-size: 24px;
    }

    .aupabet_distinguishes__subtitle{
        font-size: 14px;
        margin-bottom: 24px;
    }

    .aupabet_distinguishes__item{
        min-height: auto;
    }

    .aupabet_distinguishes__head {
        font-size: 16px;
    }

    .aupabet_distribute{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aupabet_distribute__title{
        font-size: 14px;
        margin-bottom: 16px;
    }

    .aupabet_distribute__text{
        font-size: 12px;
        margin-bottom: 16px;
    }

    .aupabet_distribute__link{
        width: 100%;
        font-size: 12px;
        padding: 10px 20px;
    }

    .aupabet_footer__content{
        max-width: 247px;
    }

    .aupabet_footer__sup{
        font-size: 12px;
        text-align: center;
    }

    .aupabet_footer__left{
        align-items: flex-start;
    }

    .aupabet_footer__link{
        font-size: 14px;
    }

    .aupabet_footer__text{
        font-size: 12px;
    }

    .aupabet_footer__head{
        font-size: 14px;
    }

    .aupabet_players{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aupabet_game{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .aupabet_game__title{
        font-size: 16px;
    }

    .aupabet_game__link{
        font-size: 14px;
        margin-bottom: 8px;
    }

    .aupabet_game__item{
        padding: 16px;
    }

    .aupabet_game__text{
        font-size: 14px;
    }

    .header__title{
        font-size: 32px;
    }

    .aupabet_header__link{
        padding: 10px 16px;
    }

    .aupabet_footer__header{
        font-size: 16px;
    }

    .aupabet_footer__items{
        gap: 16px;
    }

    .aupabet_footer__bottom{
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 16px;
    }

    .aupabet_footer__network{
        font-size: 12px;
    }
    
    .aupabet_header__links{
        flex-direction: row;
        justify-content: flex-end;
        width: 100%;
        gap: 10px;
    }

    .aupabet_winners{
        margin-bottom: 40px;
    }

    .aupabet_header__link{
        width: 100%;
        font-size: 12px;
        padding: 8px 10px;
        width: 92px;
    }

    .aupabet_header__box {
        padding-top: 0px;
    }

    .desc__top {
        padding-top: 230px;
    }

    .aupabet_contests__title{
        font-size: 18px;
        margin-bottom: 20px;
    }



    .aupabet_contests__subtitle{
        font-size: 12px;
        margin-bottom: 20px;
        text-align: left;
    }

    .aupabet_contests__number{
        font-size: 30px;
    }

    .aupabet_contests__head{
        font-size: 16px;
        margin-bottom: 10px;
    }

    .aupabet_why__subtitle{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .aupabet_contests__text{
        font-size: 14px;
    }

    .aupabet_contests__header{
        font-size: 14px;
    }

    .aupabet_contests__content{
        font-size: 12px;
    }

    .aupabet_contests{
        margin-bottom: 0px;
    }

    .aupabet_why__head{
        font-size: 14px;
    }

    .aupabet_why__text{
        font-size: 12px;
    }

    .aupabet_why__sup{
        font-size: 14px;
    }

    .aupabet_why{
        margin-bottom: 50px;
    }

    .aupabet_footer__top{
        gap: 10px;
        justify-content: space-between;
    }

    .aupabet_footer{
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .aupabet_why__header{
        font-size: 14px;
        text-align: center;
    }

    .aupabet_why__wrapper{
        gap: 10px;
    }

    .aupabet_winners__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .aupabet_winners__subtitle{
        font-size: 14px;
        margin-bottom: 20px;
    }

    .aupabet_winners__wrap{
        gap: 10px;
    }
    .aupabet_winners__cup {
        max-width: 24px;
    }
    .aupabet_winners__name {
        font-size: 14px;
    }
    .aupabet_winners__text {
        font-size: 14px;
    }
    .aupabet_winners__cal {
        max-width: 24px;
    }
    .aupabet_winners__date {
        font-size: 14px;
    }

    .aupabet_popularity {
        margin-bottom: 40px;
    }
    .aupabet_popularity__title {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .aupabet_popularity__head {
        font-size: 16px;
    }
    .aupabet_popularity__text {
        font-size: 14px;
    }
    .aupabet_popularity__sup {
        font-size: 14px;
    }

    .aupabet_info__title{
        font-size: 20px;
        margin-bottom: 20px;
    }

    .aupabet_header__sub{
        font-size: 12px;
        max-width: 280px;
    }

    .aupabet_header__fixed{
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    }

    .aupabet_info__wrap{
        padding: 20px;
    }

    .aupabet_info__head{
        font-size: 16px;
    }

    .aupabet_info__text{
        font-size: 12px;
    }

    .aupabet_info__bold{
        font-size: 14px;
    }

    .footer__top{
        justify-content: center;
    }

    .aupabet_footer__pays{
        max-width: 70px;
    }
}