@font-face {
    font-family: inter;
    src: url("../fonts/inter.ttf");
}

@font-face {
    font-family: "Bona Nova";
    src: url("../fonts/BonaNova-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: inter;
    background: #FFCFC2;
  }


.body__container {
    max-width: 1240px;
    margin: 0 auto;
}

.ceruleanjuicescalar_header__fixed{
    position: fixed;
    z-index: 10000;
    border-radius: 0px 0px 20px 20px;
    background: rgba(0, 0, 0, 0.40);
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(5px);
    width: 100%;
    top: 0px;
    left: 0;
}

.ceruleanjuicescalar_header__wrappper{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ceruleanjuicescalar_header__nav{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 0 auto;
    max-width: 1240px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 10px;
  }

  .ceruleanjuicescalar_header__box{
    padding-top: 110px;
  }

  .header__link__logo{
    display: flex;
    align-items: center;
    margin-right: 30px;
  }

  .ceruleanjuicescalar_header__block{
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.40);
    padding: 24px;
    backdrop-filter: blur(5px);
    max-width: 1078px;
    margin: 0 auto;
  }

  .header__block{
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.20);
    max-width: 1030px;
    width: 100%;
    backdrop-filter: blur(7.5px);
  }


  .ceruleanjuicescalar_header__links{
    display: flex;
    align-items: center;
    gap: 41px;
  }

  .ceruleanjuicescalar_header__burger{
    display: none;
  }


  .ceruleanjuicescalar_header__link{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    transition: 0.4s;
  }

  .ceruleanjuicescalar_header__link:hover{
    transition: 0.4s;
    opacity: 0.5;
  }


  .ceruleanjuicescalar_header{
    background: url("../img/bg__img.png") no-repeat center;
    background-size: cover;
    margin-bottom: 80px;
    padding-bottom: 179px;
    padding-top: 139px;
  }

  .ceruleanjuicescalar_header_bg{
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 0;
  }

  .ceruleanjuicescalar_header__wrap{
    display: flex;
    gap: 20px;
  }
  
  .header__wrap{
    justify-content: center;
  }

  .ceruleanjuicescalar_header__images{
    display: flex;
  }

  .ceruleanjuicescalar_header__title{
    color: #FFF;
    text-align: center;
    font-family: "Bona Nova";
    font-size: 60px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
  }

  .header__title{
    text-align: center;
    font-size: 72px;
    width: 100%;
    margin-bottom: 0;
    text-transform: capitalize;
  }

  .ceruleanjuicescalar_header__span{
    color: #594FFF;
  }

  .ceruleanjuicescalar_header__subtitle{
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    max-width: 780px;
    margin: 0 auto;
    margin-bottom: 24px;
  }

  .ceruleanjuicescalar_header__play{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 246px;
    padding: 14px 24px;
    border-radius: 10px;
    background: #FFF;
    margin: 0 auto; 
    color: #CF2F34;
    font-family: "Bona Nova";

    border: 1px solid #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    transition: 0.4s;
  }

  .ceruleanjuicescalar_header__play:hover{
    background: transparent;
    border: 1px solid #FFF;
    color: #fff;
    transition: 0.4s;
  }

  .ceruleanjuicescalar_games{
    padding-bottom: 80px;
  }

  .ceruleanjuicescalar_games__title{
    color: #FFF;
    
    font-size: 24px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    max-width: 1073px;
    margin-bottom: 24px;
  }

.ceruleanjuicescalar_games__sub {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 32px;
}
.ceruleanjuicescalar_games__subtitle {
    color: #F1F1F1;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
}
.ceruleanjuicescalar_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;
}

.ceruleanjuicescalar_games__link:hover {
    transition: 0.4s;
    border: 1px solid #594FFF;
    background: #594FFF
}

.ceruleanjuicescalar_games__item{
    max-width: 280px;
    min-height: 260px;
    position: relative;
}

.ceruleanjuicescalar_games__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.ceruleanjuicescalar_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;
}

.ceruleanjuicescalar_games__btns:hover{
    opacity: 1;
    transition: 0.4s;
}

.ceruleanjuicescalar_games__name{
    color: #F1F1F1;
    text-align: center;
    
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
}

.ceruleanjuicescalar_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;
}

.ceruleanjuicescalar_games__btn:hover{
    background: transparent;
    border: 1px solid #FFF;
    color: #fff;
    transition: 0.4s
}

.ceruleanjuicescalar_about{
    margin-bottom: 80px;
}

.ceruleanjuicescalar_about__right{
    max-width: 700px;
}
.ceruleanjuicescalar_about__title {
    color: #CF2F34;
    font-family: "Bona Nova";
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 120%; 
    margin-bottom: 24px;
}
.ceruleanjuicescalar_about__wrap {
    border-radius: 10px;
    background: #04004A;
    padding: 24px;
    margin-bottom: 10px;
}
.ceruleanjuicescalar_about__subtitle {
    color: #6C4E4E;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}

.ceruleanjuicescalar_about__img{
    border-radius: 10px;
}

.ceruleanjuicescalar_about__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ceruleanjuicescalar_info{
    background: #545454;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ceruleanjuicescalar_info__box{
    display: flex;
    gap: 10px;
}

.ceruleanjuicescalar_info__head{
    color: #FFF;
    
    font-size: 12px;
    font-weight: 400;
    line-height: 120%;
    text-transform: uppercase;
}

.ceruleanjuicescalar_info__text{
    color: #FFF;
    
    font-size: 12px;
    font-weight: 400;
    line-height: 120%; 
    text-transform: uppercase;
}

.ceruleanjuicescalar_why{
    background: #740605;
    padding-top: 80px;
    padding-bottom: 80px;
}

.ceruleanjuicescalar_why__title{
    color: #FFF;
    font-family: "Bona Nova";
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ceruleanjuicescalar_why__right{
    max-width: 776px;
    width: 100%;
}

.ceruleanjuicescalar_why__items{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.ceruleanjuicescalar_why__head{
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 8px;
}

.ceruleanjuicescalar_why__text{
    color: #F3DCDC;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.ceruleanjuicescalar_why__iocns{
    max-width: 72px;
}

.ceruleanjuicescalar_why__item{
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 376px;
    padding: 16px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(2px);
}

.ceruleanjuicescalar_why__box{
    display: flex;
    justify-content: space-between;
}

.ceruleanjuicescalar_distinguishes{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #FFF;
}

.ceruleanjuicescalar_distinguishes__title {
    color: #CF2F34;
    text-align: center;
    font-family: "Bona Nova";
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}
.ceruleanjuicescalar_distinguishes__subtitle {
    color: #6C4E4E;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 40px;
}
.ceruleanjuicescalar_distinguishes__items {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px;
}
.ceruleanjuicescalar_distinguishes__item {
    max-width: 292px;
    min-height: 272px;
    padding: 24px;
    border-radius: 20px;
    background: #FFCFC2;
    backdrop-filter: blur(7.5px);
}
.ceruleanjuicescalar_distinguishes__header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}
.ceruleanjuicescalar_distinguishes__head {
    color: #CF2F34;
    font-family: "Bona Nova";
    font-size: 18px;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;
}
.ceruleanjuicescalar_distinguishes__text {
    color: #6C4E4E;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
}

.ceruleanjuicescalar_distribute{
    padding-top: 80px;
    padding-bottom: 80px;
    background: #130000;
}

.ceruleanjuicescalar_distribute__right{
    max-width: 600px;
    width: 100%;
}

.ceruleanjuicescalar_distribute__box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ceruleanjuicescalar_distribute__title{
    color: #FFF;
    font-family: "Bona Nova";
    font-size: 40px;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ceruleanjuicescalar_distribute__text{
    color: #E8E8E8;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%; 
    margin-bottom: 24px;
}

.ceruleanjuicescalar_distribute__link{
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CF2F34;
    font-family: "Bona Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    width: 246px;
    padding: 16px 32px;
    border-radius: 12px;
    border: 1px solid #CF2F34;
    background: #FFF;
}

.ceruleanjuicescalar_distribute__link:hover{
    background: #CF2F34;
    color: #FFF;
    transition: 0.4s;
}

.ceruleanjuicescalar_footer{
    background: #FFCFC2;
    padding-top: 40px;
    padding-bottom: 40px;
}
.ceruleanjuicescalar_footer__top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 24px;
}
.ceruleanjuicescalar_footer__left {
    max-width: 100%;
    width: 100%;
}
.ceruleanjuicescalar_footer__head {
    color: #363434;
    font-family: "Bona Nova";
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}
.ceruleanjuicescalar_footer__text {
    color: #363434;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.ceruleanjuicescalar_footer__right {
    max-width: 608px;
    width: 100%;
}

.ceruleanjuicescalar_footer__wrappper {
    display: flex;
    align-items: center;
    gap: 24px;
}
.ceruleanjuicescalar_footer__input {
    padding: 14px 16px;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    width: 424px;
}
.ceruleanjuicescalar_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;
}

.ceruleanjuicescalar_footer__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s;
}
.ceruleanjuicescalar_footer__links {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
.ceruleanjuicescalar_footer__link {
    color: #363434;
    font-family: "Bona Nova";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 18.2px */
}
.ceruleanjuicescalar_footer__sup {
    color: #363434;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%; 
}
.parissympa_demo__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ceruleanjuicescalar_players{
    background: #130000;
    padding-top: 80px;
    padding-bottom: 80px;
}

.parissympa_demo__wrapper{
    border-radius: 20px;
    border: 1px solid #FFF;
}

.parissympa_demo__wrapper{
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 0px;
    padding-top: 640px;
    border-radius: 20px;
}

.ceruleanjuicescalar_header__forms{
    border-radius: 20px;
    background: #04004A;
    display: flex;
    padding: 60px;
    align-items: center;
    gap: 80px;
}

.ceruleanjuicescalar_header__right{
    max-width: 520px;
    width: 100%;
}

.ceruleanjuicescalar_header_contact__title{
    color: #FFF;
    
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; 
    text-transform: uppercase;
    margin-bottom: 24px;
}

.ceruleanjuicescalar_header_contact__inner{
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 24px;
}

.ceruleanjuicescalar_header_contact__lable{
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 130%;
    margin-bottom: 8px;
}

.ceruleanjuicescalar_header_contact__form{
    width: 100%;
}

.ceruleanjuicescalar_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;
}

.ceruleanjuicescalar_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;
}

.ceruleanjuicescalar_header_contact__email{
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%; 
}

.ceruleanjuicescalar_header_contact__form{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.ceruleanjuicescalar_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;
}

.ceruleanjuicescalar_header_contact__btn:hover{
    background: #594FFF;
    border: 1px solid #594FFF;
    color: #fff;
    transition: 0.4s
}

.ceruleanjuicescalar_header_form{
    padding-bottom: 80px;
    padding-top: 40px;
    margin-bottom: 0;
}
  
  .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: #320404;
    text-align: center;
    font-family: "Bona Nova";
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0.1px;
    text-transform: uppercase;
    text-align: center;
}

.modal__subtitle{
    margin: 0;
    margin-bottom: 10px;
    color: #320404;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.modal__btn{
    display: flex;
    padding: 10px 50px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border:none;
    border-radius: 12px;
    border: 1px solid #CF2F34;
    background: #FFF;
    color: #CF2F34;
    font-family: "Bona Nova";;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
    transition: 0.4s;
}

.modal__btn:hover{
    background: #FF8235;
    color: #fff;
    transition: 0.4s;
}

.modal__content {
    position: relative;
    top: 0%;
    border-radius: 20px;
    background: #FFCFC2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 24px;
    max-width: 500px;
    border-radius: 5px;
}

.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: 100%;
    width: 100%;
    border-radius: 20px;
    background: #FFCFC2;
    padding: 20px;
    height: auto;
    display: flex;
    flex-direction: row;
    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: #320404;
    font-family: "Bona Nova";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.popupcookie__subtitle{
    color: #320404;
    font-family: Poppins;
    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: 246px;
    border-radius: 12px;
    border: 1px solid #CF2F34;
    background: #FFF;
    color: #CF2F34;
    font-family: "Bona Nova";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    cursor: pointer;
    text-transform: uppercase;
}

.popupcookie__button{
    display: flex;
    padding: 10px 40px;
    justify-content: center;
    align-items: center;
    width: 246px;
    gap: 10px;
    border-radius: 12px;
    border-radius: 12px;
    border: 1px solid #FFF;
    background: #191919;
    color: #fff;
    font-family: "Bona Nova";
    font-size: 16px;
    font-weight: 700;
    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: row;
    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;
  }

  .desc__top{
    padding-top: 140px;
}

.slick-prev, .slick-next {
    display: none !important; 
}

.ceruleanjuicescalar_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;
}

.ceruleanjuicescalar_games__iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.ceruleanjuicescalar_game{
    margin-bottom: 30px;
}

.ceruleanjuicescalar_game__title{
    color: #000;
    font-size: 32px;
    font-weight: 900;
    line-height: normal;
    margin-bottom: 10px;
}

.ceruleanjuicescalar_game__text{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 20px;
}

.ceruleanjuicescalar_game__list{
    padding-left: 20px;
}


.game__list{
    list-style: none;
}

.ceruleanjuicescalar_game__info{
    color: #000;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
}

.ceruleanjuicescalar_conclusiondop__text_line{
    text-decoration: underline;
}

.mob{
    display: none;
}


@media (max-width: 1260px) {
    .body__container{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .ceruleanjuicescalar_header__nav{
        max-width: 100%;
        padding-left: 20px;
        padding-right: 20px;
        justify-content: center;
    }

    .ceruleanjuicescalar_header__links{
        display: none;
    }

    .ceruleanjuicescalar_header__burger{
        display: block;
        cursor: pointer;
        flex-direction: column;
        width: 22px;
        height: 14px;
    }

    /* Эффект перекрестия */
    .ceruleanjuicescalar_header__burger.active_menu .bar:nth-child(1) {
        transform: rotate(45deg);
        transform-origin: 1px;
    }
    
    .ceruleanjuicescalar_header__burger.active_menu .bar:nth-child(2) {
        opacity: 0; /* Скрыть вторую палочку */
    }
    
    .ceruleanjuicescalar_header__burger.active_menu .bar:nth-child(3) {
        transform: rotate(-45deg);
        transform-origin: 7px;
    }
    
    .ceruleanjuicescalar_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;
    }

    .ceruleanjuicescalar_about__box{
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }

    .ceruleanjuicescalar_about__left{
        order: 1;
    }

    .ceruleanjuicescalar_about__right{
        max-width: 100%;
    }

    .ceruleanjuicescalar_info__box{
        flex-direction: column;
    }

    .ceruleanjuicescalar_footer__top{
        flex-direction: column;
    }

    .ceruleanjuicescalar_footer__left{
        max-width: 100%;
    }

    .ceruleanjuicescalar_footer__links{
        flex-wrap: wrap;
        gap: 40px;
    }

    .ceruleanjuicescalar_header__title{
        font-size: 38px;
    }

    .ceruleanjuicescalar_footer__wrappper{
        flex-direction: column;
    }

    .ceruleanjuicescalar_footer__input{
        width: 100%;
    }

    .ceruleanjuicescalar_footer__btn{
        width: 100%
    }

    .ceruleanjuicescalar_header__forms{
        flex-direction: column;
    }

    .ceruleanjuicescalar_header__left{
        order: 1;
    }

    .ceruleanjuicescalar_header__right{
        max-width: 100%;
    }

    .ceruleanjuicescalar_header__forms{
        padding: 20px;
    }

    .ceruleanjuicescalar_why__box{
        flex-direction: column;
        gap: 20px;
    }

    .ceruleanjuicescalar_why__right{
        order: -1;
        max-width: 100%;
    }

    .ceruleanjuicescalar_distribute__box{
        flex-direction: column;
        gap: 20px;
    }

    .ceruleanjuicescalar_distribute__right{
        order: -1;
        max-width: 100%;
    }

    .ceruleanjuicescalar_why__left{
        display: flex;
        justify-content: center;
    }
}

@media (max-width: 575px) {
    .body__container{
        padding-left: 16px;
        padding-right: 16px;
    }

    .ceruleanjuicescalar_header__nav{
        padding-left: 16px;
        padding-right: 16px;
    }

    .ceruleanjuicescalar_header__title{
        font-size: 24px;
    }

    .ceruleanjuicescalar_header{
        padding-top: 60px;
        padding-bottom: 120px;
        margin-bottom: 40px;
    }

    .ceruleanjuicescalar_header__subtitle{
        font-size: 18px;
    }

    .ceruleanjuicescalar_header__play{
        width: 100%;
        font-size: 16px;
    }

    .ceruleanjuicescalar_games__title{
        font-size: 16px;
        margin-bottom: 16px;
    }

    .ceruleanjuicescalar_games__subtitle{
        font-size: 14px;
    }

    .mob{
        display: flex;
    }

    .desc{
        display: none;
    }

    .ceruleanjuicescalar_games__items{
        margin-bottom: 16px;
        gap: 16px;
    }

    .ceruleanjuicescalar_games__link{
        width: 100%;
    }

    .ceruleanjuicescalar_games__item{
        max-width: 41vw;
        min-height: auto;
    }

    .ceruleanjuicescalar_games__btns{
        opacity: 1;
        max-width: 41vw;
        min-height: 100%;
        border-radius: 4px;
    }

    .ceruleanjuicescalar_games__name{
        font-size: 10px;
    }

    .ceruleanjuicescalar_games__btn{
        width: 90%;
        font-size: 10px;
        padding: 10px;
    }

    .ceruleanjuicescalar_games__sub{
        margin-bottom: 24px;
    }

    .ceruleanjuicescalar_games__link{
        font-size: 12px;
        padding: 10px 20px;
    }

    .ceruleanjuicescalar_games{
        padding-bottom: 40px;
    }

    .ceruleanjuicescalar_about{
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .ceruleanjuicescalar_about__title{
        font-size: 24px;
        margin-bottom: 16px;
        text-align: center;
    }

    .ceruleanjuicescalar_about__wrap{
        padding: 12px;
    }

    .ceruleanjuicescalar_about__subtitle{
        font-size: 14px;
        text-align: center;
    }

    .ceruleanjuicescalar_about__box{
        gap: 16px;
    }

    .ceruleanjuicescalar_info{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ceruleanjuicescalar_info__text{
        font-size: 8px;
    }

    .ceruleanjuicescalar_info__head{
        font-size: 8px;
    }

    .ceruleanjuicescalar_footer__wrappper{
        gap: 12px;
    }

    .ceruleanjuicescalar_footer__links{
        flex-direction: column;
        gap: 16px;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .ceruleanjuicescalar_footer__sup{
        text-align: left;
    }

    .parissympa_demo__wrapper{
        padding-top: 260px;
    }

    .ceruleanjuicescalar_header_bg{
        padding-top: 0px;
        padding-bottom: 24px;
        margin-bottom: 0;
      }

      .ceruleanjuicescalar_header_form{
        padding-bottom: 40px;
        padding-top: 20px;
        margin-bottom: 0;
    }

    .ceruleanjuicescalar_header__forms{
        padding: 16px;
        gap: 40px;
    }

    .ceruleanjuicescalar_header_contact__title{
        margin-bottom: 16px;
    }

    .ceruleanjuicescalar_header_contact__inner{
        margin-bottom: 16px;
    }

    .ceruleanjuicescalar_header_contact__input{
        margin-bottom: 12px;
    }

    .ceruleanjuicescalar_header_contact__message{
        margin-bottom: 16px;
    }

    .ceruleanjuicescalar_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%;
    }

    .ceruleanjuicescalar_header__logo{
        max-width: 200px;
    }
    .ceruleanjuicescalar_header__block{
        padding: 16px;
    }

    .ceruleanjuicescalar_header__title{
        font-size: 22px;
    }

    .ceruleanjuicescalar_header__subtitle{
        font-size: 14px;
    }

    .ceruleanjuicescalar_about{
        padding-top: 0px;
        padding-bottom: 0;
    }

    .ceruleanjuicescalar_why{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ceruleanjuicescalar_why__title{
        font-size: 24px;
    }

    .ceruleanjuicescalar_distinguishes{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ceruleanjuicescalar_distinguishes__title{
        font-size: 24px;
    }

    .ceruleanjuicescalar_distinguishes__subtitle{
        font-size: 14px;
        margin-bottom: 24px;
    }

    .ceruleanjuicescalar_distinguishes__item{
        min-height: auto;
    }

    .ceruleanjuicescalar_distinguishes__head {
        font-size: 16px;
    }

    .ceruleanjuicescalar_distribute{
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .ceruleanjuicescalar_distribute__title{
        text-align: center;
        font-size: 24px;
        margin-bottom: 16px;
    }

    .ceruleanjuicescalar_distribute__text{
        font-size: 14px;
        margin-bottom: 16px;
        text-align: center;
    }

    .ceruleanjuicescalar_distribute__link{
        width: 100%;
        font-size: 16px;
        padding: 12px 24px;
    }

    .ceruleanjuicescalar_footer__sup{
        font-size: 12px;
    }

    .ceruleanjuicescalar_footer__link{
        font-size: 14px;
    }

    .ceruleanjuicescalar_footer__text{
        font-size: 12px;
    }

    .ceruleanjuicescalar_footer__head{
        font-size: 14px;
    }

    .ceruleanjuicescalar_players{
        padding-top: 40px;
        padding-bottom: 40px;
    }
}