/* -------- Media Queries -------- */

/*992-1200px*/
@media  screen and (max-width: 1200px) {
    .menu-burger {
        display: block;
    }
    .site-navigation {
        position: fixed;
        top: 0;
        z-index: calc(1000 + 1);
        min-width: 270px;
        max-width: 300px;
        height: 100vh;
        min-height: 250px;
        padding-top: 55px;
        margin-left: 0;
        background-color: #292b34;
        -webkit-transform: translateX(calc(-100% - 33px));
        -ms-transform: translateX(calc(-100% - 33px));
        transform: translateX(calc(-100% - 33px));
        -webkit-transition: .25s;
        transition: .25s;
        left: 0;
    }
    .support__text {
        display: inline-block;
    }
    .jackpot .see_all {
        position: relative;
        bottom: 0;
        font-size: 12px;
    }
    .site-navigation--active {
        -webkit-transform: translateX(calc(0% - 32px));
        -ms-transform: translateX(calc(0% - 32px));
        transform: translateX(calc(0% - 32px));
        left: 32px;
    }
    .site-navigation__open {
        display: block;
    }
    .site-navigation__inner {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin: 0 9px 25px;
        padding: 20px 5px;
        background: #323b4a;
        border-radius: 8px;
    }
    .site-navigation__link--with-casino-icon {
        padding-left: 40px;
    }
    .site-navigation__link {
        padding-left: 20px;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .site-navigation__link::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -5px;
        display: none;
        width: 5px;
        height: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: transparent;
    }
    .site-navigation__link--active::after {
        width: 100%;
    }
    .site-navigation__link--active::after {
        width: 0;
    }
    .site-navigation__link::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 0;
        height: 1px;
        background: #00be52;
        -webkit-transition: width .2s ease-out;
        transition: width .2s ease-out;
    }
    .site-navigation__link--with-casino-icon::after {
        top: 50%;
        bottom: auto;
        left: 15px;
        width: 16px;
        height: 16px;
        background: url(../img/casino-icon.svg) 0 0 no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-navigation__link--with-casino-icon.site-navigation__link--active::after {
        background-image: url(../img/casino-icon-green.svg);
        width: 100%;
    }
    .site-navigation__link--with-casino-icon {
        padding-left: 40px;
    }
    .site-navigation__link::before {
        content: '';
        position: absolute;
        top: 50%;
        left: -5px;
        display: none;
        width: 5px;
        height: 20px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        background: transparent;
    }
    .site-navigation__link::before {
        display: block;
    }
    .site-navigation__link--with-betting-icon::after {
        top: 50%;
        bottom: auto;
        left: 15px;
        width: 16px;
        height: 16px;
        background: url(../img/betting-icon.svg) 0 0 no-repeat;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .site-navigation__link--active::before {
        background: #00be52;
    }
    .site-navigation__link::before {
        display: block;
    }
    .site-navigation__link--with-betting-icon {
        padding-left: 40px;
    }
    .site-navigation__link:last-child {
        margin-bottom: 0;
    }
    .main_slider {
        min-height: 260px;
    }
    .main_slider .swiper-slide a {
        padding: 2% 0 5% 40px;
    }
    .subnavigation {
        margin-top: 20px;
    }
    .game_group {
        grid-template-columns: repeat(4, 1fr);
    }
    .game-group--with-2-row .game:nth-child(n+9) {
        display: none;
    }
    .advantages {
        width: 100%;
        max-width: 100%;
        padding: 20px 40px 30px;
        margin-right: 0;
    }
    .bonus_block {
        display: none;
    }
    .smart_block {
        margin-bottom: 20px;
    }
    .game-group--with-1-row {
        margin-top: 0;
    }
    .game-group--with-1-row .game:nth-child(n+5) {
        display: none;
    }
    .redtiger_jackpot_container {
        padding: 30px;
    }
    .redtiger_jackpot_info {
        width: calc(40% - 25px);
    }
    .redtiger_jackpot_games {
        width: calc(60% - 25px);
    }
    .middle_slider .game {
        width: 156px;
        height: 104px;
    }
    .redtiger_jackpot_value-title {
        font-size: 14px;
    }
    .redtiger_jackpot_value-amount {
        font-size: 27px;
    }
    .jackpot_currency {
        font-size: 64px;
    }
    .jackpot_counter {
        font-size: 64px;
    }
    .footer__menu-link {
        padding-right: 10px;
        padding-left: 10px;
        font-size: 14px;
    }
}

/*769-991px*/
@media  screen and (max-width: 991px) {
    .site-navigation {
        -webkit-transform: translateX(calc(-100% - 39px));
        -ms-transform: translateX(calc(-100% - 39px));
        transform: translateX(calc(-100% - 39px));
    }
    .site-navigation--active {
        -webkit-transform: translateX(calc(0% - 40px));
        -ms-transform: translateX(calc(0% - 40px));
        transform: translateX(calc(0% - 40px));
        left: 40px;
    }
    .subnavigation_games_item span {
        font-size: 12px;
    }
    .game_group {
        grid-gap: 15px;
        grid-template-columns: repeat(3, 1fr);
    }
    .game-group--with-2-row .game:nth-child(n+7) {
        display: none;
    }
    .game-group--with-1-row .game:nth-child(n+4) {
        display: none;
    }
    .redtiger_jackpot_container {
        padding: 20px;
    }
    .redtiger_jackpot_info .jackpot_title_h1 {
        font-size: 48px;
        text-align: left;
    }
    .redtiger_jackpot_logo_container {
        display: none;
    }
    .redtiger_jackpot_container>.redtiger-jackpot__logo-container {
        display: block;
    }
    .redtiger-jackpot__logo-container svg {
        display: block;
        width: 150px;
        height: 31px;
        margin: 0 auto;
    }
    .redtiger-jackpot__logo-container {
        margin-bottom: 18px;
    }
    .redtiger_jackpot_content:after {
        display: none;
    }
    .redtiger_jackpot_value {
         -ms-flex-direction: column;
         flex-direction: column;
         -ms-flex-align: start;
         align-items: start;
    }
    .redtiger_jackpot_value-title {
        width: 100%;
        margin-bottom: 10px;
    }
    .redtiger_jackpot_value-date {
        width: 100%;
    }
    .redtiger_jackpot_powered_by {
        text-align: left;
    }
    .redtiger_jackpot_info {
        width: calc(50% - 25px);
    }
    .redtiger_jackpot_games {
        width: calc(50% - 25px);
    }
    .middle_slider .game {
        width: 150px;
        height: 100px;
    }
    .separate_jackpot_pad {
        padding: 7px 30px;
    }

}

/*578-768px*/
@media  screen and (max-width: 768px) {
    .main_slider .swiper-slide a {
        padding: 4% 0 5% 40px;
    }
    .header__right .btn svg {
        display: block;
        width: 20px;
        height: 19px;
    }
    .header__btn-signin, .header__btn-register {
        width: auto;
        min-width: auto;
        padding: 0;
        background: none;
        border: 0;
        text-indent: -9999px;
        white-space: nowrap;
        overflow: hidden;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    .header__support--desktop {
        display: none;
    }
    .site-navigation__support {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 0 9px;
        padding: 15px 20px 17px 0;
        background: #323b4a;
        border-radius: 8px;
    }
    #svg-sprite-support-icon {
        display: block;
        width: 28px;
        height: 25px;
        fill: #fff;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    .header__left .logo {
        width: 8.5vw;
        max-height: 100%;
    }
    .subnavigation_wrap {
        padding: 22px 37px 10px;
    }
    .subnavigation_games_item span {
        display: none;
    }
    .main_slider {
        min-height: 241px;
    }
    .new_games {
        padding: 15px 0 30px;
    }
    .title {
        font-size: 20px;
        padding-right: 0;
    }
    .title:after {
        display: none;
    }
    .see_all {
        position: absolute;
        left: 50%;
        bottom: -316px;
        max-width: 250px;
        font-size: 12px;
        white-space: normal;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .game_group {
        padding-bottom: 70px;
    }
    .advantages {
        padding: 20px 0;
        background: #131416;
        border-top: 1px solid rgba(151,151,151,0.13);
        border-bottom: 1px solid rgba(151,151,151,0.13);
        border-radius: 0;
    }
    .advantages:before, .advantages:after {
        display: none;
    }
    .advantages_title {
        font-size: 20px;
    }
    .smart_block_description {
        display: none;
    }
    .smart_block_title_with_hot_icon:before {
        display: none;
    }
    .smart_games .smart_block--mod {
        margin: 0;
    }
    .game-group--with-1-row {
        padding-bottom: 0;
    }
    .smart_block_title_with_bonus_icon:before {
        display: none;
    }
    .game_group--mod {
        padding-bottom: 50px;
    }
    .smart_games .see_all {
        bottom: -430px;
    }
    .redtiger_jackpot_content {
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .redtiger_jackpot_container:after {
        top: -68px;
        right: -96px;
    }
    .redtiger_jackpot_info {
        width: 100%;
        margin-bottom: 15px;
    }
    .redtiger_jackpot_info .jackpot_title_h1 {
        text-align: center;
    }
    .redtiger_jackpot_powered_by {
        text-align: center;
    }
    .redtiger_jackpot_games {
        width: 100%;
    }
    .middle_slider .game {
        width: 229px;
        height: 157px;
    }
    .jackpot_title:after {
        display: none;
    }
    .title_jackpot {
        margin-right: 0;
    }
    .jackpot_currency {
        font-size: 48px;
    }
    .jackpot_counter {
        font-size: 48px;
    }
    .jackpot {
        margin-bottom: 100px;
    }
    .title_header_btn {
        position: absolute;
        left: 5px;
        z-index: 1;
        width: calc(100% - 30px);
        margin: 0 10px;
        padding: 35px 0 20px;
        background: #1d1f27;
        border-radius: 10px;
        bottom: -427px;
    }
    .live {
        padding-bottom: 60px;
    }
    .live .see_all {
        bottom: -180px;
    }
    .footer__menu {
        padding: 30px 0 10px;
    }
    .footer__menu-link {
        font-size: 12px;
    }
    .footer__payment {
        height: 24px;
    }
}

/*320-577px*/
@media  screen and (max-width: 577px) {
    .main_slider {
        display: none;
    }
    .site-navigation--active {
        -webkit-transform: translateX(calc(0% - 15px));
        -ms-transform: translateX(calc(0% - 15px));
        transform: translateX(calc(0% - 15px));
        left: 15px;
    }
    .subnavigation {
        margin-top: 70px;
    }
    .game_group {
        grid-template-columns: repeat(2, minmax(135px, 1fr));
    }
    .game-group--with-2-row .game:nth-child(n+5) {
        display: none;
    }
    .see_all {
        bottom: -80vw;
    }
    .game_group {
        padding-bottom: 54px;
    }
    .advantages_item {
        min-width: 32%;
        width: 32%;
        margin-right: 0;
        padding-top: 30px;
    }
    .advantages_item:before {
        top: -10px;
        width: 33px;
        height: 33px;
    }
    .advantages_item_best:after {
        top: -3px;
        width: 19px;
        height: 20px;
        margin-left: 0;
    }
    .advantages_item_withdraw:after {
        top: 0;
        width: 18px;
        height: 13px;
    }
    .advantages_item_payouts:after {
        top: -3px;
        width: 10px;
        height: 18px;
    }
    .advantages_item_text {
        font-size: 14px;
        line-height: 1;
    }
    .advantages_item_text span {
        font-size: 18px;
    }
    .advantages_list {
        justify-content: space-between;
    }
    .game-group--with-1-row .game:nth-child(n+3) {
        display: none;
    }
    .smart_games .game_group {
        padding-bottom: 0;
    }
    .smart_games {
        margin-bottom: 69px;
    }
    .middle_slider .game {
        width: 135px;
        height: 90px;
    }
    .redtiger_jackpot_container {
        padding: 10px;
    }
    .jackpot_currency {
        font-size: 30px;
    }
    .jackpot_counter {
        font-size: 30px;
    }
    .jackpot_jackpots {
        padding: 20px 60px;
    }
    .jackpot_total {
        padding: 35px 10px;
    }
    .jackpot_total:before {
        display: none;
    }
    .jackpot_total:after {
        display: none;
    }
    .title_header_btn {
        bottom: -283px;
    }
    .live .game_group {
        padding-bottom: 0;
    }
    .live .see_all {
        bottom: -162px;
    }
    .lang-list {
        flex-wrap: wrap;
    }
    .lang-list .country {
        margin-bottom: 15px;
    }
    .footer__menu {
        padding: 5px 0 10px;
    }
    .menu-games__filter-title--games {
        display: -ms-flexbox;
        display: flex;
        background: url(../img/categories-icon.svg) 64px 50% no-repeat;
        width: 100%;
        padding-left: 30px;
        justify-content: center;
    }
    .menu-games__filter-title span {
        padding-right: 25px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
    }
    .subnavigation_games_list {
        display: none;
    }
    .menu-games__filter-title span:before {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        width: 11px;
        height: 7px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transform-origin: 50% 25%;
        -ms-transform-origin: 50% 25%;
        transform-origin: 50% 25%;
        background: url(../img/smaller-arrow.svg) 0 0 no-repeat;
        background-size: cover;
    }
    .subnavigation_wrap {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px;
    }
    .subnavigation_wrap {
        min-height: 30px;
    }
    .menu-games__filter-title.active span:before {
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotate(180deg);
        transform: rotateZ(180deg);
    }
    .subnavigation_games_list {
        width: 100%;
        position: absolute;
        flex-wrap: wrap;
        bottom: -231px;
        background: #22252e;
        z-index: 10;
        padding: 20px 0;
    }
    .subnavigation_games_item {
        width: calc(100% / 3);
        margin-bottom: 13px;
    }
    .subnavigation_games_item span {
        display: block;
    }
    .subnavigation_wrap.active {
        position: relative;
        z-index: 20;
        border-radius: 15px 15px 0 0;
    }
    .subnavigation_games_list.active {
        display: flex;
    }
    .separate_jackpot_slider_prev {
        left: -55px;
    }
    .separate_jackpot_slider_next {
        right: -55px;
    }
}

@media  screen and (max-width: 400px) {
    .see_all {
        bottom: -84vw;
    }
}