@media screen and (max-width: 735px) {
  .mobile-on {
    display: block;
  }
  .mob {
    display: flex;
  }
  .menu__logo {
    width: 70px;
  }
  .decs {
    display: none;
  }
  .container__menu {
    padding: 29px 30px 24px 35px;
  }
  .site-navbar {
    min-height: 60px;
  }
  .menu__list {
    position: absolute;
    width: 327px;
    z-index: 100;
    left: 0;
    top: 47px;
    flex-direction: column;
    align-items: center;
    background-color: transparent;
    max-height: 0;
    overflow: hidden;

    border-radius: 16px;
  }
  .menu__close {
    width: 15px !important;
    height: 15px !important;
    padding: 0 !important;

    margin: 0 !important;
    cursor: pointer;
  }
  .menu-item-first {
    display: block;
    background-color: transparent;
    justify-content: space-between !important;
    max-width: 289px;
    align-items: center;
    margin-bottom: 14px;
  }

  .menu-item-first div {
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 24.5px;
    letter-spacing: 0.88px;
  }
  .menu_img {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 410px;
    display: block;
  }
  .header {
    font-size: 30px;
    text-align: center;
  }
  .site-navbar ul li {
    width: 290px;
    display: flex;
  }
  .site-navbar ul li a {
    padding: 10px 10px;
    color: #232632;
    font-size: 16px;
    width: 100%;
    font-weight: 500;
    text-align: start;
  }
  .site-navbar ul li a:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }
  .menu__item {
    position: relative;
  }
  .arrow-mob-menu:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 9px;
    background-image: url("../img/arrow-menu.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .site-navbar ul.open {
    min-height: 305px;
    overflow: visible;
    top: 150%;
    left: 50%;
    transform: translate(-50%, 0%);
    display: flex;
    justify-content: flex-start;
    padding: 25px 18px;
    background-color: #5666ae;
    text-align: center;
  }

  .nav-toggler {
    display: flex;
    width: 33px;
    height: 33px;
    padding: 7px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
    flex-shrink: 0;
    border-radius: 4px;
    border: 1px solid #3a31da;
  }
  .menu__list .desc-only {
    display: none;
  }
  .menu-logo {
    width: 70px;
  }
  h1 {
    font-size: 47px;
    font-style: normal;
    font-weight: 700;
    line-height: 59.651px;
    margin-bottom: 16px;
  }
  p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
  }
  .hero p {
    margin-bottom: 59px;
    max-width: 316px;
  }
  .hero {
    background-image: url(../img/bg-hero-mobile.png);
    height: 755px;
  }
  .hero .container {
    padding-top: 94px;
  }
  .main-btn {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  .arrow-hero {
    margin-top: 35px;
  }
  .bonus__info {
    width: 100%;
    max-width: 320px;
    background: #3a31da;
    padding: 28px 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 12px;
  }
  .bonus__info img {
    margin-right: 0;
    margin-bottom: 32px;
  }
  .bonus__box {
    margin-right: 0px;
    margin-bottom: 42px;
  }
  .bonus__box h3 {
    font-size: 32.665px;
    font-style: normal;
    font-weight: 800;
    line-height: 36.748px;
  }
  .bonus__box span {
    font-size: 18.374px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.499px;
    max-width: 300px;
    text-align: center;
  }
  .card-rate {
    font-size: 21.742px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.613px;
    gap: 10px;
    margin-top: 0px;
  }
  .card-rate.bonus-second {
    gap: 0px;
    transform: rotate(5.379deg) translate(10px, 0);
    padding: 22.958px 23.666px 22.479px 23.329px;
  }
  .card-rate.bonus-second span {
    font-size: 13.999px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.998px;
  }
  .rate {
    gap: 18px;
  }
  .casino__info {
    padding: 83px 0 112px 0;
    background: #111737;
  }
  .casino__info .container {
    padding: 0 20px;
  }
  h5 {
    font-size: 20px;
  }
  h2 {
    font-size: 45px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: 0.9px;
  }
  .casino__info h2 {
    margin-bottom: 24px;
  }

  .casino__info img {
    width: 100%;
    margin-top: 72px;
  }

  .adventure {
    padding: 35px 30px 75px;
  }
  .adventure p {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.021px;
  }
  .adventure h2 {
    margin-top: 60px;
    margin-bottom: 24px;
  }
  .vilete::before {
    top: -8px;
  }

  .about {
    padding: 12px 10px 30px 10px;
  }

  .img__decor {
    display: none;
  }
  .about___title {
    display: flex;
    gap: 30px;
    margin-bottom: 50px;
    flex-direction: column;
  }
  .about___title img {
    margin: 0;
    width: 100%;
    height: 299px;
  }
  .pl55 {
    padding-left: 0;
  }
  .about h3 {
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 34px */
    letter-spacing: 0.68px;
  }
  .about p {
    color: #1a1a1a;

    font-family: Inter;
    font-size: 16.681px;
    font-style: normal;
    font-weight: 400;
    line-height: 25.021px;
  }
  .box__adventure {
    gap: 30px;
    margin-bottom: 35px;
  }
  .adventure__item {
    position: relative;
    padding: 50px 46px 50px 310px;
    border: 1px solid #3a31da;
    background: rgba(58, 49, 218, 0.05);
    padding: 50px 35px;
  }

  .card__box {
    gap: 35px;
    align-items: center;
    margin: 0px auto 57px auto;
  }
  .card__box__items {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 35px;
  }
  .max-with {
    padding: 0 30px;
  }

  .card__box__items .card__box__item {
    padding: 50px 30px;
    height: 100%;
  }
  .card__box__item {
    padding: 40px 27px;

    border: 1px solid #3a31da;

    background: #3a31da;
    min-width: 327px;
  }
  .card__box__item h4 {
    color: #fff;

    font-family: Inter;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
  }
  .card__box__item p {
    color: #fff;

    font-family: Inter;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
  .faq {
    padding: 35px 20px 55px 20px;
    display: flex;
    flex-direction: column;
  }

  .faq h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 28.8px;
  }
  .faq__list .question {
    padding: 16px 60px 16px 20px;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
  }
  .faq__list li.active .answer {
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-height: 100% !important;
    padding: 16px 24px;
  }
  .faq__list .plus-minus-toggle:before {
    right: 18px;
  }

  .img__decor {
    display: none;
  }

  footer {
    display: flex;
    flex-direction: column;
    padding: 28px 20px 27px 20px;
  }
  .footer-contant {
    margin-bottom: 25px;
    flex-direction: column;
  }
  .footer-menu li {
    margin-right: 0;
    text-align: center;
  }
  .footer-menu li:last-child {
    margin-right: 0;
  }

  #footer .mob-mb-20 {
    margin-bottom: 25px;
  }

  .logo-footer {
    margin-bottom: 17px;
  }
  .footer-menu ul {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
  }
  .footer-menu li a {
    font-size: 13.782px;
    font-style: normal;
    font-weight: 700;
    line-height: 16.539px;
  }
  #footer p {
    text-align: start;
    font-family: Inter;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }

  #footer .legal {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-top: 43px;
  }
  .rights-reserved {
    color: rgba(255, 255, 255, 0.6);

    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
  }
}
@media screen and (max-width: 379px) {
}
@media screen and (min-width: 1500px) {
  .card__box__items .card__box__item {
    height: 371px;
  }
  .about .container {
    max-width: 1542px;
  }
  .faq.container {
    max-width: 1130px;
  }
}

@media screen and (max-width: 379px) {
}
