/* -------- Media Queries -------- */

/*992-1200px*/
@media  screen and (max-width: 1200px) {
    header {
        height: 61px;
        line-height: 61px;
    }
    .header_menu {
        width: 35px;
        height: 19px;
        left: 22px;
    }
    .header_menu_line {
        height: 3px;
    }
    .header_menu_line:nth-child(2),
    .header_menu_line:nth-child(3) {
        top: 8px;
    }
    .header_menu_line:nth-child(4) {
        top: 16px;
    }
    .header_logo {
        width: 88px;
        height: 44px;
    }
    .auth {
        margin-right: 18px;
    }
    .auth .login, .auth .register {
        font: 400 14px/29px Circe-Light, sans-serif;
    }
    .auth .login {
        padding: 0 20px;
        margin-right: 2px;
    }
    .auth .register {
        padding: 0 20px;
        box-shadow: 0 0 13px 0 rgba(255, 4, 66, .6);
        border-radius: 40px;
    }
    .auth .language {
        margin-right: 0;
        margin-left: 15px;
        margin-top: 3px;
    }
    .welcome_text {
        font-size: 18px;
    }
    .welcome_info {
        width: 402px;
        padding: 27px 48px 23px;
    }
    .btn_large {
        height: 38px;
        padding: 0 30px;
        font: 16px/38px Circe-Regular, sans-serif;
    }
    .menu_games_link:before {
        background-size: auto 42px;
        height: 42px;
    }
    .menu_games_link_tables:before,
    .menu_games_link_videopokers:before,
    .menu_games_link_jackpots:before,
    .menu_games_link_sports_betting:before {
        background-size: auto 32.4px;
        height: 42px;
    }
    .menu_games_link_popular:before,
    .menu_games_link_other:before {
        background-size: auto 30px;
        height: 42px;
    }
    .menu_games_link span {
        display: none;
    }
    #welcome {
        background: none;
    }
    .menu_games {
        height: 102px;
        padding: 30px 0;
    }
    .new_games_title {
        font-size: 21px;
    }
    #new_games {
        padding: 30px 0;
    }
    .game_group_title {
        font-size: 21px;
        margin-bottom: 8px;
    }
    .game_group_wrap {
        width: 33.33333%;
        padding: 10px;
    }
    .game_group_wrap:nth-of-type(n+10) {
        display: none;
    }
    #game_group .btn {
        min-width: 180px;
        font: 14px/38px Circe-Regular, sans-serif;
    }
    #game_group {
        padding: 50px 0 0;
    }
    .special_title {
        font-size: 21px;
        margin-top: 29px;
        margin-bottom: 19px;
    }
    #special .special_content {
        top: 22px;
        left: 24px;
        font: 17px/24px Circe-Light, sans-serif;
    }
    #special .slide-action .btn {
        font: 14px/33px Circe-Regular, sans-serif;
        padding: 0 24px;
    }
    #special .slide-action {
        left: 24px;
        bottom: 20px;
    }
    .jackpot_title {
        font-size: 21px;
    }
    .jackpot_value {
        font-size: 11vw !important;
    }
    #jackpot .btn {
        min-width: 180px;
        font: 400 14px/38px circle-normal;
    }
    #cripto .swiper-crypto_content {
        font-size: 24px;
        left: 6.4%;
    }
    #cripto .swiper-crypto_action .btn {
        height: 33px;
        line-height: 33px;
        padding: 0 30px;
        font-size: 14px;
    }
    #cripto .swiper-crypto_pagination {
        right: 50px;
        width: 50px;
    }
    #cripto .swiper-crypto_pagination .swiper-pagination-bullet {
        height: 45px;
    }
    #cripto .swiper-crypto_pagination .swiper-pagination-bullet-active:after {
        font-size: 14px;
    }
    #cripto .swiper-crypto_pagination .swiper-pagination-bullet:after {
        font-size: 14px;
    }
    h1 {
        font-size: 21px;
    }
    .footer_menu {
        padding: 13px 0;
    }
    .footer_menu_item {
        font: 14px/24px Circe-Light, sans-serif;
        margin: 4px 12px;
    }
    .container {
        padding: 0 10px;
    }
    .col-12 {
        padding: 0;
    }
    .footer_payments_item img {
        height: 90%;
        max-width: 100%;
        width: 73%;
    }
    .footer_payments_item {
        margin: 6px 5px;
        height: 28px;
    }
    .footer_payments_item_bitcoin img {
        top: 8%;
    }
    .footer_payments_item_coin_payments img {
        top: auto;
        margin-top: -1%;
    }
    .footer_payments_item_entropay img {
        width: 100%;
    }
    .footer_providers .age_restriction,
    .footer_providers .license,
    .footer_providers .playattack,
    .footer_providers_item {
        margin: 2px 10px;
        height: 36px;
    }
    .footer_address {
        font: 13px/15px Circe-Light, sans-serif;
        margin: 30px 0 10px;
    }
    .menu_main_panel {
        top: 61px;
        padding: 10px 0 0 26px;
        width: 220px;
        display: block;
        transition: transform .5s;
        max-width: none;
    }
    .menu_main {
        margin-top: 7px;
    }
    .menu_main_link {
        font: 16px/16px Circe-Light, sans-serif;
    }
    .menu_main_link + .menu_main_link {
        margin-top: 22px;
    }

}

/*769-991px*/
@media  screen and (max-width: 991px) {
    .auth .login {
        padding: 0;
    }
    .auth .register_icon {
        background-image: url(../img/icon-login.svg);
        width: 35px;
        height: 35px;
        margin-right: 13px;
    }
    .auth .register {
        background: none;
        box-shadow: none;
        padding: 0;
        margin-right: 0;
    }
    .auth .register:hover {
        background: none;
    }
    .auth .register_icon_login {
        background-image: url(../img/icon-user.svg);
    }
    .auth .language {
        margin-right: 0;
        margin-left: 6px;
        margin-top: 0;
    }
    .auth .language img {
        width: 28px;
    }
    .header_menu {
        width: 27px;
        height: 14px;
    }
    .header_menu_line {
        height: 2px;
    }
    .header_menu_line:nth-child(2),
    .header_menu_line:nth-child(3) {
        top: 6px;
    }
    .header_menu_line:nth-child(4) {
        top: 12px;
    }
    .header_menu_line_short {
        height: 2px;
    }
    .menu_main_link + .menu_main_link {
        margin-top: 18px;
    }
    .menu_main_panel {
        padding: 10px 0 0 24px;
    }
    .menu_main_link {
        font: 14px/16px Circe-Light, sans-serif;
    }
    .welcome_info {
        width: 264px;
    }
    .welcome_text {
        text-transform: uppercase;
        font: 12px/1.5 Circe-Regular, sans-serif;
        margin-bottom: 27px;
    }
    #welcome {
        background: #020d28;
    }
    .new_games_title {
        margin-bottom: 8px;
    }
    #game_group {
        padding: 50px 0 30px;
    }
    #special .special_content {
        top: 20px !important;
        left: 10px;
        font: 14px Circe-Light, sans-serif;
        width: 75%;
    }
    #cripto .swiper-crypto_content {
        font-size: 21px;
        top: 18%;
        height: 64%;
        width: 50%;
        left: 4.2%;
    }
    #cripto .swiper-slide:before {
        height: auto;
        padding-top: 47%;
    }
    #cripto .swiper-crypto_pagination {
        right: 20px;
    }
    .lang_switcher {
        display: none;
    }
    .footer_payments:after {
        width: 58%;
    }
    .footer_providers {
        margin: 18px auto 0;
        padding: 0 20px;
    }
    .footer_providers .age-restriction,
    .footer_providers .license,
    .footer_providers .playattack,
    .footer_providers_item {
        margin: 1px 10px;
    }


}

/*578-768px*/
@media  screen and (max-width: 768px) {
    header {
        height: 43px;
        line-height: 43px;
    }
    .header_menu {
        width: 25px;
        left: 20px;
    }
    .header_menu_line {
        height: 3px;
    }
    .header_menu_line_short {
        height: 3px;
    }
    .header_logo {
        width: 64px;
        height: 32px;
    }
    .auth .register_icon {
        width: 30px;
        height: 30px;
        margin-right: 4px;
    }
    .auth .language img {
        width: 30px;
    }
    #welcome {
        display: none;
    }
    #games {
        padding-top: 60px;
    }
    .new_games_title {
        font-size: 18px;
        margin-bottom: 8px;
    }
    .game_group_wrap {
        padding: 5px;
        width: 50%;
    }
    .game_group_wrap:nth-of-type(n+7) {
        display: none;
    }
    .special_title {
        font-size: 18px;
        margin-top: 29px;
        margin-bottom: 19px;
    }
    #cripto .swiper-crypto_content {
        font-size: 14px;
        top: 18%;
        height: 64%;
    }
    #cripto .swiper-slide:before {
        padding-top: 60%;
    }
    #cripto .swiper-crypto_pagination {
        width: 30px;
    }
    #cripto .swiper-crypto_pagination .swiper-pagination-bullet:after {
        font-size: 12px;
    }
    #cripto .swiper-crypto_pagination .swiper-pagination-bullet-active:before {
        width: 12px;
    }
    #cripto .swiper-crypto_pagination .swiper-pagination-bullet {
        height: 30px;
    }
    .text_content_wrap {
        padding: 20px 20px 40px;
    }
    .footer_menu_item {
        display: block;
        margin: 0 12px;
    }
    .footer_payments_item {
        height: 28px;
        margin: 4px 0;
    }
    .footer_payments_item img {
        height: 80%;
        width: 69%;
    }
    .license img {
        width: auto !important;
        height: 34px !important;
    }
    .footer_address {
        font: 10px/12px Circe-Light, sans-serif;
    }
}

/*320-577px*/
@media  screen and (max-width: 577px) {
    header,
    #welcome,
    #games,
    #new_games,
    #game_group,
    #special,
    #jackpot,
    #cripto,
    #text_content,
    footer {
        overflow: hidden;
    }
    #game_group .btn {
        margin: 0 auto 0;
        min-width: 80px;
        padding: 0 28px;
        font: 14px/26px Circe-Regular, sans-serif;
    }
    .game_cell:hover .game_cell_preview {
        transform: scale(1) translateZ(0);
    }
    .game_cell_title {
        font-size: 12px;
    }
    header {
        height: 48px;
    }
    .header_menu {
        left: 7px;
    }
    .auth {
        margin-right: 5px;
    }
    .auth .register_icon {
        margin-right: 0;
    }
    .col-12 {
        padding: 0 15px;
    }
    .game_group_title {
        font-size: 18px;
    }
    #game_group .btn.btn_mobile {
        margin-top: 24px;
        min-width: 180px;
        padding: 0 40px;
        font: 14px/38px Circe-Regular, sans-serif;
    }
    .jackpot_title {
        font-size: 18px;
    }
    #cripto .swiper-slide:before {
        padding-top: 70%;
    }
    #cripto .swiper-crypto_content {
        font: 12px/1.3 Circe-Light, sans-serif;
        top: 18%;
        height: 64%;
    }
    #cripto .swiper-crypto_action .btn {
        height: 22px;
        line-height: 22px;
        padding: 0 15px;
        font-size: 12px;
    }
    h1 {
        font-size: 18px;
    }
    .footer_payments_item img {
        height: 80%;
        width: 64%;
    }
    .footer_payments_item_entropay img {
        width: 80%;
    }
}