@font-face {
    font-family: RobotoCondensed;
    src: url("../fonts/RobotoCondensed-Regular.ttf");
}

@font-face {
    font-family: Play;
    src: url("../fonts/Play-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: RobotoCondensed;
    background: #F3F3F3;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.oneplaycasino_header__fixed{
    position: fixed;
    z-index: 10000;
    width: 100%;
    top: 24px;
    left: 0;
}

.oneplaycasino_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;
}

.oneplaycasino_header__nav{
    display: flex;
    height: 60px;
    padding: 0px 24px;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .oneplaycasino_header__box{
    padding-top: 30px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
    margin-right: 30px;
  }

  .header__block{
    max-width: 1030px;
    width: 100%;
  }


  .oneplaycasino_header__links{
    display: flex;
    align-items: center;
    gap: 40px;
  }

  .oneplaycasino_header__burger{
    display: none;
  }

  .oneplaycasino_header__sub{
    padding: 10px 20px;
    background: #DEDDDD;
    color: #272727;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    margin-bottom: 20px;
    max-width: 458px;
  }


  .oneplaycasino_header__link{
    color: #00763A;
    font-family: Play;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    transition: 0.4s;
  }

  .oneplaycasino_header__link:hover{
    background: #fff;
    color: #000;
    transition: 0.4s;
  }

  .oneplaycasino_header__logos{
    display: flex;
    align-items: center;
  }


  .oneplaycasino_header{
    background: #FDEC02;
    margin-bottom: 0px;
    padding-bottom: 40px;
    padding-top: 80px;
  }

  .oneplaycasino_header_bg{
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .oneplaycasino_header__wrap{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .header__wrap{
    justify-content: center;
  }

  .oneplaycasino_header__images{
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .oneplaycasino_header__title{
    color: #2A2700;
    text-align: center;
    font-family: Play;
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 1000px;
    margin: 0 auto;
  }

  .oneplaycasino_header__subtitle{
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 120%;
  }

  .oneplaycasino_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;
  }

  .oneplaycasino_header__play:hover{
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    transition: 0.4s;
  }

.oneplaycasino_select {
    padding-top: 40px;
    padding-bottom: 40px;
}
.oneplaycasino_select__wrap {
    border-radius: 30px;
    background: #FFF;
    padding: 24px;
}
.oneplaycasino_select__title {
    color: #2A2700;
    text-align: center;
    font-family: Play;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 32px;
}

.oneplaycasino_select__items {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}
.oneplaycasino_select__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 280px;
    width: 100%;
    padding: 16px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.40);
    box-shadow: 0px 6px 30px 0px rgba(0, 0, 0, 0.07);
    backdrop-filter: blur(10px);
}
.oneplaycasino_select__head {
    color: #2A2700;
    text-align: center;
    font-family: Play;
    font-size: 24px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.oneplaycasino_select__text {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom: 24px;
}
.oneplaycasino_select__link {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    border-radius: 16px;
    border: 2px solid #00763A;
    color: #00763A;
    font-family: Play;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    transition: 0.4s;
}

.oneplaycasino_select__link:hover {
    background: #00763A;
    color: #FFF;
    transition: 0.4s;
}

.oneplaycasino_info {
    padding-top: 40px;
    padding-bottom: 40px;
}
.oneplaycasino_info__title {
    color: #2A2700;
    text-align: center;
    font-family: Play;
    font-size: 36px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 24px;
}
.oneplaycasino_info__btns {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
    margin-bottom: 40px;
}
.oneplaycasino_info__btn {
    display: flex;
    width: 200px;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    gap: 24px;
    border-radius: 10px;
    border: 1px solid #FDEC02;
    background: #FFF;
    transition: 0.4s;
}

.oneplaycasino_info__btn:hover {
    background: #FDEC02;
    transition: 0.4s;
}

.oneplaycasino_info__wrap {
    display: flex;
    justify-content: space-between;
}
.oneplaycasino_info__items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    max-width: 608px;
    width: 100%;
}
.oneplaycasino_info__item {
    border-radius: 30px;
    background: #FFF;
    padding: 24px;
}
.oneplaycasino_info__head {
    color: #2A2700;
    font-family: Play;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 24px;
}
.oneplaycasino_info__text {
    color: #6C6C6C;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
    margin-bottom: 15px;
}


.oneplaycasino_footer{
    background: #FDF253;
    padding-top: 50px;
    padding-bottom: 50px;
}
.oneplaycasino_footer__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 60px;
    margin-bottom: 16px;
}

.footer__top{
    justify-content: center;
}

.oneplaycasino_footer__items{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin-bottom: 32px;
}

.oneplaycasino_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;
}

.oneplaycasino_footer__sup{
    color: #A9A9A9;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
}

.oneplaycasino_footer__bottom {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.oneplaycasino_footer__network {
    color: #FFF;
    font-family: Notable;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    transition: 0.4s;
}

.oneplaycasino_footer__network:hover{
    transition: 0.4s;
    opacity: 0.5;
}

.oneplaycasino_footer__item{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    max-width: 386px;
}

.oneplaycasino_footer__img{
    display: block;
    margin: 0 auto;
    margin-bottom: 16px;
}

.oneplaycasino_footer__bottom{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 32px;
}

.oneplaycasino_footer__network{
    color: #FFF;
    font-family: Notable;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 14px */
    transition: 0.4s;
}

.oneplaycasino_footer__network:hover{
    opacity: 0.5;
    transition: 0.4s;
}


.oneplaycasino_footer__header {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.oneplaycasino_footer__text {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 40px;
}
.oneplaycasino_footer__right {
    max-width: 608px;
    width: 100%;
}

.oneplaycasino_footer__wrappper {
    display: flex;
    align-items: center;
    gap: 24px;
}
.oneplaycasino_footer__input {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 424px;
}
.oneplaycasino_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;
}

.oneplaycasino_footer__networks{
    display: flex;
    justify-content: center;
    gap: 30px;
}


.oneplaycasino_footer__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s;
}
.oneplaycasino_footer__links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
    margin-bottom: 24px;
}
.oneplaycasino_footer__link {
    color: #2A2700;
    font-family: Play;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: 0.4s;
}

.oneplaycasino_footer__link:hover{
    color: #594FFF;
    transition: 0.4s
}

.parissympa_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.oneplaycasino_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;
}

.oneplaycasino_header__forms{
    border-radius: 20px;
    background: #04004A;
    display: flex;
    padding: 60px;
    align-items: center;
    gap: 80px;
}

.oneplaycasino_header__right{
    max-width: 520px;
    width: 100%;
}

.oneplaycasino_header_contact__title{
    color: #FFF;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.oneplaycasino_header_contact__inner{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.oneplaycasino_header_contact__lable{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.oneplaycasino_header_contact__form{
    width: 100%;
}

.oneplaycasino_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;
}

.oneplaycasino_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;
}

.oneplaycasino_header_contact__email{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}

.oneplaycasino_header_contact__form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.oneplaycasino_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;
}

.oneplaycasino_header_contact__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s
}

.oneplaycasino_header_form{
    padding-bottom: 80px;
    padding-top: 40px;
    margin-bottom: 0;
}

.oneplaycasino_game {
    padding-top: 80px;
    padding-bottom: 80px;
}

.oneplaycasino_game__title {
    color: #121000;
    
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%; /* 38.4px */
    text-transform: uppercase;
    margin-bottom: 40px;
}
.oneplaycasino_game__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}
.oneplaycasino_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);
}
.oneplaycasino_game__images {
    margin-bottom: 16px;
}
.oneplaycasino_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;
}

.oneplaycasino_game__link:hover{
    opacity: 0.5;
    transition: 0.4s;
}

.oneplaycasino_game__text {
    color: #121000;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}

.oneplaycasino_contact {
    padding-top: 40px;
    padding-bottom: 40px;
}
.oneplaycasino_contact__wrap {
    max-width: 900px;
    width: 100%;
    border-radius: 30px;
    background: #FFF;
    padding: 24px;
    margin: 0 auto;
}
.oneplaycasino_contact__form {
    width: 100%;
}
.modal_form__wrappper {
    width: 100%;
}
.oneplaycasino_contact__input {
    width: 100%;
    border-radius: 8px;
    background: #F3F3F3;
    padding: 12px 18px;
    border: none;
    margin-bottom: 22px;
}
.oneplaycasino_contact__textarea {
    width: 100%;
    border-radius: 8px;
    background: #F3F3F3;
    padding: 12px 18px;
    border: none;
    margin-bottom: 22px;
    resize: none;
    height: 100px;
}
.oneplaycasino_contact__btn {
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    width: 124px;
    cursor: pointer;
    border-radius: 16px;
    border: 2px solid #00763A;
    background: linear-gradient(85deg, #FDEC02 -10.04%, #FFF 53.02%, #FDEC02 116.07%);
    color: #00763A;
    font-family: Play;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%; 
    transition: 0.4s;
}

.oneplaycasino_contact__btn:hover{
    background: #00763A;
    color: #FFF;
    transition: 0.4s;
}

.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;
    text-align: center;
    color: #2A2700;
    text-align: center;
    font-family: Play;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #2A2700;
    text-align: center;
    font-size: 14px;
    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;
    border-radius: 16px;
    border: 2px solid #00763A;
    background: linear-gradient(85deg, #FDEC02 -10.04%, #FFF 53.02%, #FDEC02 116.07%);
    color: #00763A;
    font-family: Play;
    font-size: 16px;
    font-weight: 700;
    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%;
    border-radius: 30px;
    background: #FFF;
    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%;
    border-radius: 30px 30px 0px 0px;
    background: #FFF;
    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: #2A2700;
    font-family: Play;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #2A2700;
    font-family: Play;
    font-size: 14px;
    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%;
    border-radius: 10px;
    border: 2px solid #00763A;
    background: linear-gradient(85deg, #FDEC02 -10.04%, #FFF 53.02%, #FDEC02 116.07%);
    color: #00763A;
    font-family: Play;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
}

.popupcookie__button{
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    border-radius: 10px;
    border: 2px solid #00763A;
    color: #00763A;
    font-family: Play;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    transition: 0.4s;
}

.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: #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: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}


  .desc__top{
    padding-top: 140px;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.oneplaycasino_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;
}

.oneplaycasino_games__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}



.oneplaycasino_conclusiondop__text_line{
    text-decoration: underline;
}

.mob{
    display: none;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .oneplaycasino_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        flex-direction: row;
        justify-content: space-between;
    }

    .oneplaycasino_header__burger{
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .oneplaycasino_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }
    
    .oneplaycasino_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .oneplaycasino_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 7px;
    }
    
    .oneplaycasino_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;
    }

    .mob{
        display: flex;
    }

    .desc{
        display: none;
    }

    .oneplaycasino_info__wrap{
        flex-direction: column;
        gap: 20px;
    }

    .oneplaycasino_info__items{
        max-width: 100%;
    }
    

    .oneplaycasino_footer__top{
        gap: 20px;
    }

    .oneplaycasino_footer__sup{
        text-align: center;
    }

    .oneplaycasino_footer__links{
        gap: 16px;
    }


}

@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .oneplaycasino_header__nav{
        padding-left: 16px;
        padding-right: 16px;
        justify-content: space-between;
    }

    .oneplaycasino_select__item{
        max-width: 100%;
    }

    .oneplaycasino_header__logo{
        max-width: 150px;
    }

    .oneplaycasino_header__title{
        font-size: 24px;
    }

    .oneplaycasino_header{
        padding-bottom: 12px;
    }

    .oneplaycasino_header__box{
        padding-top: 15px;
    }

    .oneplaycasino_select__wrap{
        padding: 16px;
    }

    .oneplaycasino_select__title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .oneplaycasino_select__head{
        margin-bottom: 16px;
    }

    .oneplaycasino_select__text{
        margin-bottom: 16px;
    }

    .oneplaycasino_select__link{
        padding: 12px 24px;
        font-size: 16px;
    }

    .oneplaycasino_select__items{
        gap: 8px;
    }

    .oneplaycasino_info__title{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .oneplaycasino_info__btns{
        gap: 8px;
    }

    .oneplaycasino_info__btn{
        width: 300px;
    }

    .oneplaycasino_info__btns{
        margin-bottom: 24px;
    }

    .oneplaycasino_info__item{
        padding: 16px;
    }

    .oneplaycasino_info__head{
        font-size: 20px;
        margin-bottom: 16px;
    }

    .oneplaycasino_info__text{
        font-size: 14px;
    }

    .oneplaycasino_contact__wrap{
        padding: 16px;
    }

    .oneplaycasino_contact__input{
        margin-bottom: 16px;
    }

    .oneplaycasino_contact__btn{
        width: 100%;
        padding: 12px 24px;
        font-size: 16px;
    }
}