@media (max-width: 769px) {
  .inner .container .wrapper {
    padding: 30px;
  }
  .inner .container .wrapper .inner--title {
    font-size: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .inner .container .wrapper h1 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
  }
  .inner .container .wrapper img {
    width: 100%;
  }
  footer .footer--content .footer--link a {
    width: 100%;
    margin: 10px 0px 10px 0px;
  }
  .game--content h1 {
    font-size: 45px;
  }
  .game--content--swiper {
    height: 350px;
    margin-top: 50px;
  }
  .game--content--swiper .swiper-button-prev {
    left: 35%;
    top: 112%;
  }
  .game--content--swiper .swiper-button-next {
    right: 35%;
    top: 112%;
  }
  .game--content--swiper .swiper-button {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .game--content--swiper--feature div div {
    background: rgba(0, 0, 0, 0.596);
  }
  .game--content--swiper--feature div div div {
    left: 10px;
    bottom: 30px;
    right: 10px;
    text-align: center;
  }
  .game--content--swiper--feature div div div h1 {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1px;
  }
  .game--welcome {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  .game--welcome h1 {
    font-size: 40px;
  }
  .game--welcome .container {
    width: 100%;
  }
  .game--welcome--rates {
    overflow-x: scroll;
    padding-left: 20px;
    padding-bottom: 30px;
  }
  .game--welcome--rates .rate {
    width: 200px;
    margin-right: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .game--welcome--rates .rate div {
    width: 160px;
  }
  header {
    padding-top: 150px;
  }
  header .header--news .c1 {
    top: -220px;
  }
  header .header--news--list {
    overflow-x: scroll;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 30px;
    top: -180px;
  }
  header .header--news--list a {
    width: 260px;
    overflow: visible;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-right: 20px;
  }
  header .header--news--list a .news--text {
    width: 200px;
  }
  header .header--news--list a .news--img {
    width: 200px;
  }
  header h1 {
    font-size: 35px;
    line-height: 40px;
  }
  header .header--buttons a {
    width: 320px;
  }
  header .header--buttons a:not(:last-child) {
    margin-bottom: 20px;
  }
  header .logo {
    margin-bottom: 20px;
  }
  header .logo img {
    width: 250px;
  }
  .mobile {
    color: white;
    z-index: 1001;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    font-size: 22px;
  }
  nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  nav .nav--buttons a span {
    display: none;
  }
  nav .nav--buttons a i {
    margin-right: 0;
  }
  nav .nav--icon {
    display: none;
  }
  nav.active {
    max-height: 1000px;
    background-color: #5f3a81;
  }
  nav.active::after {
    display: block !important;
  }
  nav.active a {
    color: white;
  }
  nav.active .nav--items .nav--items--main .nav--items--sub {
    padding: 0;
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-transition: .5s;
    transition: .5s;
  }
  nav.active .nav--items .nav--items--main .nav--items--sub li {
    margin-bottom: 0px;
  }
  nav .nav--items {
    position: fixed;
    width: 300px;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #7544b6;
    left: -300px;
    top: 0;
    z-index: 1001;
    overflow-y: scroll;
    border-right: 1px solid rgba(255, 255, 255, 0.219);
  }
  nav .nav--items.active {
    left: 0px;
  }
  nav .nav--items.active::after {
    opacity: 1;
  }
  nav .nav--items.active::before {
    left: 0;
  }
  nav .nav--items .nav--mobile--close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -30px;
    right: -30px;
    color: white;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background-color: #8652ca;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 25px;
    padding-top: 25px;
  }
  nav .nav--items:hover > :not(:hover) {
    opacity: 1;
  }
  nav .nav--items::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    left: 0px;
    opacity: 0;
    z-index: -10;
    pointer-events: none;
  }
  nav .nav--items::before {
    content: '';
    position: fixed;
    width: 300px;
    background: #7544b6;
    height: 100%;
    left: -300px;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
    pointer-events: none;
  }
  nav .nav--items .logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    height: 180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background-color: #6638a1;
  }
  nav .nav--items .logo-mobile div {
    width: 100%;
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  nav .nav--items .logo-mobile div img {
    width: 150px;
  }
  nav .nav--items .nav--items--main {
    width: 100%;
    text-align: left;
  }
  nav .nav--items .nav--items--main.active .nav--items--sub {
    max-height: 500px;
  }
  nav .nav--items .nav--items--main.active .nav--items--main--link {
    background-color: #8652ca;
  }
  nav .nav--items .nav--items--main.active .nav--items--main--link i {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  nav .nav--items .nav--items--main:not(:last-child)::before {
    display: none;
  }
  nav .nav--items .nav--items--main--link {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    padding: 0px 30px 0px 30px;
    cursor: pointer;
  }
  nav .nav--items .nav--items--main--link span::before {
    display: none;
  }
  nav .nav--items .nav--items--main--link i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #e57cff;
  }
  nav .nav--items .nav--items--main .nav--items--sub {
    max-height: 0;
    overflow: hidden;
    opacity: 1 !important;
    background-color: rgba(54, 33, 75, 0.452);
    width: 100%;
    padding: 0;
    text-align: left;
  }
  nav .nav--items .nav--items--main .nav--items--sub li {
    padding: 25px 30px 25px 30px;
    width: 100%;
  }
  nav .nav--items .nav--items--main .nav--items--sub li:not(:last-child) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 1280px) {
  .container {
    width: 95%;
  }
}
/*# sourceMappingURL=media.css.map */