.only_mobile {
    display: none;
}

@media screen and (max-width: 1440px) {
}

@media screen and (max-width: 1300px) {
}

@media screen and (max-width: 1250px) {
}

/* стили вне ширины контейнера */
@media screen and (min-width: 1100px) {
    .fight .container {
        padding: 0;
    }
}

/* стили для md-устройств */
@media screen and (max-width: 1200px) {
    .background {
        background: url(../../media/v3/background.png) 50% 0 no-repeat;
    }
}

@media screen and (max-width: 1100px) {
    .two_block {
        padding: 0 10px 15px 10px;
    }

    .two_block:nth-child(1) {
        padding: 0 10px 15px 10px;
    }

    .two_block:nth-child(2) {
        padding: 0 15px 15px 15px;
    }

    .two_block:nth-last-child(-n + 2) {
        padding: 0 15px 0 15px;
    }

    .two_wrap {
        margin: 0 -15px;
    }

    .two_border_red {
        background-size: cover;
    }

    .fight .two_border {
		/*  padding: 30px 40px; */
        padding: 30px 2px;
    }

    .fight .two_border:has(.fight__stage):not(:has(.stage--buster)) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .fight .two_border:has(.fight__stage.stage--buster) {
        padding-top: 38px;
        padding-bottom: 31px;
    }

    .fight__vs {
        gap: 15px;
        justify-content: space-between;
    }
}

@media screen and (min-width: 1050px) {
    .wrap--modern {
        align-items: flex-end;
    }
}

/* стили для sm-устройств */
@media screen and (max-width: 1024px) {
    .one_block {
        width: 33.3333333%;
        margin: 0 15px 0 0;
    }
    .hide_desktop {
        display: none;
    }
}

/* стили для sm-устройств */
@media screen and (max-width: 992px) {
    .navigation ul {
        position: relative;
        background: url(../../media/v3/navigation_bg.svg) 0 0 no-repeat;
        height: 60px;
        border-radius: 24px;
        position: relative;
        padding: 17px 15px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    /*Новые страницы*/

    .support_chat_pd {
        padding: 0 0 15px 0;
    }
}

@media screen and (max-width: 950px) {
    .one {
        padding: 3px 0 0 0;
    }

    .one_wrap {
        flex-wrap: wrap;
        margin: 0 -6px;
        justify-content: center;
    }

    .one_block {
        width: auto;
        padding: 12px 6px 0 6px;
        margin: 0;
    }

    .one_border {
        width: 321px;
        /*background: url(../../media/v3/one_border.svg) 0 0 no-repeat;
	    background-size: cover;
	    height: 130px;*/
    }

    .two_pd {
        padding: 0 0 0 20px;
    }

    .modal-border {
        max-width: 100%;
        /*
		margin: 80px 20px 80px 20px;
		*/
        margin: 10px 10px 80px 10px;
    }

    .modal_content {
        padding: 15px 15px 40px 15px;
    }

    .modal-border2 {
        margin: 80px auto 80px auto;
    }

    .modal_content_pd {
        /*padding: 60px 17px 24px 17px;*/
        padding: 24px 17px 24px 17px;
    }

    .gane_nav_btn {
        font-size: 14px;
        font-weight: 400;
        line-height: 16.75px;
    }

    .gane_nav_ul ul li {
        display: flex;
        padding: 0 20px 0 0;
    }

    /*Новые страницы*/

    .list_task_title {
        width: 70%;
    }
	
 
		.one_border_rank{
		height:70px
	}
 
 		.one_border_tg_game {
	 
		height:70px
	}
}

@media screen and (max-width: 850px) {
    .without_game_nav {
        margin-top: 80px;
    }
    .without_banner {
        display: block;
        margin-top: 50px;
    }
    .only_mobile {
        display: block;
    }

    .navigation_hidden {
        display: none;
    }

    .header_buttons_dk {
        display: none;
    }

    .header_wrap {
        flex-wrap: wrap;
    }

    .header_buy_mb {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .header_buy_dk {
        display: none;
    }

    .header_burger {
        display: block;
    }

    .header_buttons_mb {
        padding: 50px 0 0 0;
    }

    .header_buttons_mb ul li {
        width: 50%;
        padding: 0;
        margin: 0 9px 0 0;
    }

    .header_buttons_mb ul li:last-child {
        margin: 0;
    }

    .header_buttons_mb ul li button {
        width: 100%;
    }

    .footer_mode_mb {
        justify-content: center;
        padding: 40px 0 0 0;
    }

    .navigation {
        padding: 0;
        position: fixed;
        top: 75px;
        width: 100%;
        left: 0;
        z-index: 11;
    }

    .one {
        padding: 75px 0 0 0;
    }

    .two_wrap {
        margin: 0;
    }

    .two_block {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .two_block:nth-child(1) {
        padding: 0 0 15px 0;
    }

    .two_block:nth-child(2) {
        padding: 0 0 15px 0;
    }

    .two_block:nth-last-child(-n + 2) {
        padding: 0 0 15px 0;
    }

    .two_border_gray {
        padding: 16px 16px 20px 30px;
    }

    .two_pd {
        padding: 0 0 0 40px;
    }

    .two_pd button {
        font-size: 12px;
        line-height: 14.06px;
    }

    .three {
        padding: 0 0 145px 0;
    }

    .footer_mode_dk {
        display: none;
    }

    .footer {
        /*padding: 20px 0;*/
        padding: 6px 0;
        margin: 0 0 0 0;
    }
    /*
	.footer_buttons ul li:nth-child(1) {
	  display: none;
	}
 
	.footer_buttons ul li:nth-child(3) {
		padding: 0 0 0 9px;
	  display: flex;
	}
*/
    .footer_buttons ul li .btn_blue span {
        display: none;
    }

    .footer_buttons ul li .btn {
        width: auto;
        padding: 0 16px;
    }

    .footer_mobile {
        display: block;
    }

    .footer_mobile .one_button {
        padding: 0;
    }

    .footer_mobile .btn {
        width: auto;
        padding: 0 19px;
    }
    /*
	.footer_left {
		display: none;
	}
*/
    .gane_nav_title span {
        display: none;
    }

    .footer_nav {
        width: 100%;
    }

    .footer_nav ul li {
        width: 40%;
    }

    .footer_nav ul li:last-child {
        width: 60%;
    }

    .game_btn {
        width: 100%;
    }

    .gane_nav {
        padding: 88px 0 0 0;
    }

    .sticky_section {
        top: 88px;
    }

    .gane_nav_buy {
        padding: 85px 0 0 0;
    }

    .header_logo_no_buy a b {
        display: none;
    }

    .header_logo_no_buy a img {
        margin: 0;
    }
    .header_buy .btn_yellow {
        width: auto;
        padding: 0 18px;
    }

    .header_buy .btn_yellow b:nth-child(1) {
        display: none;
    }

    .header_buy .btn_yellow b:nth-child(2) {
        display: block;
    }

    .banner {
        padding: 88px 0 0 0;
    }

    /*Новые страницы*/

    .adding_task {
        padding: 30px 0 150px 0;
    }

    .adding_wrap {
        flex-wrap: wrap;
    }

    .adding_block {
        width: 100%;
        margin: 0 0 30px 0;
    }

    .adding_block:last-child {
        width: 100%;
    }

    .list_task_title {
        width: 65%;
    }

    .catalog_wrap {
        flex-wrap: wrap;
    }

    .catalog_block {
        width: 100%;
        order: 2;
    }

    .catalog_block2 {
        width: 100%;
        order: 1;
        margin: 0 0 60px 0;
    }

    .catalog_border {
        border: none;
        padding: 0;
        background: none;
        backdrop-filter: blur(0px);
    }

    .catalog_inner {
        display: none;
    }

    .catalog_inner::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .catolog_mobile_slayder {
        padding: 20px 0 0 0;
        display: block;
        margin: 0 -15px;
    }

    .js-swiper-freemode {
        padding: 0 15px 40px 15px !important;
    }

    .catalog_inner_link {
        width: 258px;
    }

    .catalog_inner_block {
        padding: 0 12px 0 0;
    }

    .catalog_bg {
        height: auto;
    }

    .new_game_wrap::-webkit-scrollbar {
        height: 0px;
        width: 0px;
        background: #444444;
        border-radius: 111px;
    }

    .new_game_width {
        max-width: 100%;
    }
}

/* Ipad*/
@media screen and (max-width: 768px) {
    .wrap--modern .one_block {
        padding-left: 0 !important;
        padding-right: 0 !important;
        padding-top: 0 !important;
    }

    .level_border {
        padding: 45px 16px 40px 16px;
    }

    .modal-new:has(.congratulations) {
        align-items: flex-end;
    }

    .modal-new:has(.congratulations) .modal_content {
        padding: 46px 17px 29px;
    }

    .modal-new:has(.congratulations) .modal_buy_title,
    .notify:has(.congratulations) .modal_buy_title {
        display: none;
    }

    .notify {
        max-width: 100%;
        left: 15px;
    }

    .congratulations:not(:has(.congratulations__image)) {
        margin-top: 0;
    }

    .modal-new .modal_content {
        padding: 51px 24px 49px 29px;
    }

    .congratulations {
        flex-direction: row;
        gap: 18px;
        margin-top: 0;
    }

    .congratulations__image {
        min-width: 83px;
        width: 83px;
        height: 74px;
    }

    .congratulations__title {
        display: block;
    }

    .congratulations__text {
        text-align: left;
    }

    .congratulations .btn {
        display: none;
    }

    .bonus {
        gap: 62px;
    }

    .bonus__item-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .bonus__group {
        gap: 34px;
    }

    .bonus__item {
        gap: 32px;
    }
}

@media (min-width: 768px) and (min-height: 800px) {
    .modal-new {
        padding-top: 120px;
    }
}

/* Ipad mini*/
@media screen and (max-width: 640px) {
    .fight__vs {
        gap: 14px !important;
    }

    .fight__stage-icon {
        display: none;
    }

    .fight__stage-progress {
        font-size: 16px;
        line-height: normal;
    }

    .modal_title {
        text-align: center;
    }
    .modal_wrap {
        flex-wrap: wrap;
        padding: 19px 0 0 0;
    }

    .modal_block {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .gane_nav_hidden_mb {
        display: block;
        margin-top: 8px;
    }

    .gane_nav_border {
        padding: 10px 20px 12px 20px;
    }

    .gane_nav_ul ul li {
        padding: 0;
    }

    .hide_mobile {
        display: none;
    }

    .game_work_border {
        /*
		min-height: 582px;
		*/
    }

    /*Новые страницы*/

    .adding_task_border {
        padding: 20px 12px 20px 12px;
    }

    .list_task ul li {
        flex-wrap: wrap;
    }

    .list_task_right {
        width: 100%;
        padding: 10px 0 0 0;
        justify-content: space-between;
    }

    .support_message {
        padding: 10px 10px;
    }

    .support_message_textarea {
        margin: 0 48px;
        max-height: 75px;
    }

    .support_message_textarea::-webkit-scrollbar {
        width: 0px;
        height: 0px;
    }

    .support_message_textarea::-webkit-scrollbar-track {
    }

    .support_message_textarea::-webkit-scrollbar-thumb {
    }

    .support_message_textarea::-webkit-scrollbar-thumb:hover {
    }

    .adding_title {
        font-size: 16px;
        font-weight: 300;
        line-height: 18.09px;
        color: #ffffffcc;
        margin-bottom: 15px;
    }

    .adding_task_border h1 {
        text-align: center;
    }

    .support_chat {
        margin: 30px -2px 30px 0;
    }

    .statistics {
        padding: 30px 0 0 0;
    }

    .support_message_button_left {
        left: 10px;
    }

    .support_message_button_right {
        right: 10px;
    }

    .list_task_title {
        width: 100%;
        padding: 0;
    }

    .catalog_bg {
        border: none;
        padding: 0;
        background: none;
        backdrop-filter: blur(0px);
    }

    .catalog_flex {
        flex-wrap: wrap;
    }

    .catalog_flex_block {
        width: 100%;
        margin: 0;
    }

    .catalog_flex_block:last-child {
        width: 100%;
    }

    .catalog_display {
        display: flex;
        padding: 15px 0 0 0;
        margin: 0 -15px;
        flex-wrap: wrap;
    }

    .catalog_display_block {
        width: 50%;
        padding: 15px 15px 0 15px;
    }

    .catalog_display_block:last-child {
        padding: 15px 15px 0 15px;
    }

    .catalog_buybay {
        margin: 0 -15px;
    }

    .catalog_buybay_border {
        padding: 12px 15px;
    }

    .catalog_buybay_button {
        padding: 0 0 0 15px;
    }

    .catalog_info {
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        backdrop-filter: blur(5px);
        background: linear-gradient(
            to left,
            rgba(36, 36, 36, 0.7),
            rgba(36, 36, 36, 0.7)
        );
        border-radius: 10px;
        padding: 18px 10px 18px 10px;
        margin: 20px 0 0 0;
    }

    .catalog_proba_title {
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        backdrop-filter: blur(5px);
        background: linear-gradient(
            to left,
            rgba(36, 36, 36, 0.7),
            rgba(36, 36, 36, 0.7)
        );
        border-radius: 10px;
        padding: 18px 10px 18px 10px;
        margin-top: 30px;
    }
		.fight__stage-art{
	display:none;
}
	.fight__stage-progress{
	display:none;
}

	.fight__stage-description{
	display:none;
}
}

@media screen and (max-width: 575px) {
    .game_btn_level img {
        display: none;
    }

    /*Новые страницы*/

    .support_chat_left {
        padding: 0 70px 15px 0;
    }

    .support_chat_rigth {
        padding: 0 0 15px 45px;
    }

    .support_chat_left .support_chat_border {
        min-width: auto;
        max-width: 100%;
        width: 89%;
    }

    .support_chat_rigth .support_chat_border {
        min-width: auto;
        max-width: 100%;
        width: 89%;
    }

    .support_chat {
        height: 585px;
    }
}

/* Galaxy S8+*/
@media screen and (max-width: 480px) {
    .two_chekbox ul li {
        align-items: flex-start;
    }

    .two_pd button {
        font-size: 10px;
        line-height: 12.06px;
    }

    .two_border_gray {
        padding: 16px 16px 20px 16px;
    }

    .two_border_red {
        padding: 16px 16px 30px 16px;
    }

    .two_border_blue {
        padding: 14px 16px 13px 16px;
    }

    .modal-border2 {
        max-width: 100%;
        /* Меньше отступ сверху
    	margin: 80px 20px 80px 20px;
		*/
        margin: 10px 10px 10px 10px;
    }

    .modal_buy_title {
        display: flex;
        align-items: baseline;
        justify-content: center;
        font-size: 20px;
        font-weight: 600;
        line-height: 24.13px;
        color: #ffe500;
    }

    .game_btn {
        border-radius: 111px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 400;
        line-height: 18.75px;
        color: #fff;
        height: 47px;
    }

    .one_border {
        width: 100%;
        background-size: cover;
    }

    .one_flex {
        justify-content: space-between;
    }

    .one_block {
        width: 100%;
    }

    .bth_width {
        width: 130px;
        height: 50px;
        font-weight: 600;
    }

    .btn_stick {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /*Новые страницы*/

    .adding_flex {
        padding: 20px 0 0 0;
        flex-wrap: wrap;
    }

    .adding_file {
        width: 100%;
        justify-content: center;
    }

    .adding_inner_button {
        padding: 20px 0 0 0;
    }

    .adding_level ul {
        flex-wrap: wrap;
    }

    .adding_level ul li {
        width: 100%;
        margin: 0 0 9px 0;
    }

    .adding_inner {
        flex-wrap: wrap;
    }

    .adding_inner_block {
        width: 100%;
        margin: 0 0 20px 0;
    }

    .adding_pd {
        padding: 20px 0 0 0;
    }

    .adding_block {
        margin: 0 0 20px 0;
    }

    .support_chat_left .support_chat_border {
        min-width: auto;
        max-width: 100%;
        width: 85%;
        padding: 5px 20px 5px 10px;
    }

    .support_chat_rigth .support_chat_border {
        min-width: auto;
        max-width: 100%;
        width: 85%;
        padding: 5px 10px 5px 20px;
    }

    .new_game_title span {
        float: left;
        margin: -1px 12px 10px 0;
    }

    .new_game_title {
        text-align: center;
        padding: 0 20px;
    }
}

/* Galaxy*/
@media screen and (max-width: 415px) {
    .footer_buttons ul li .btn {
        font-size: 12px;
    }

    .footer_mobile .btn {
        font-size: 12px;
    }

    .modal_buy_title {
        flex-wrap: wrap;
    }

    /*Новые страницы*/

    .support_chat_left .support_chat_border {
        min-width: auto;
        max-width: 100%;
        width: 77%;
    }

    .support_chat_rigth .support_chat_border {
        min-width: auto;
        max-width: 100%;
        width: 77%;
    }

    .support_chat_left {
        padding: 0 45px 15px 0;
    }

    .seeds {
        border: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
        backdrop-filter: blur(5px);
        background: linear-gradient(
            to left,
            rgba(36, 36, 36, 0.7),
            rgba(36, 36, 36, 0.7)
        );
        border-radius: 24px;
        padding: 19px 10px 19px 10px;
    }

    .new_game_title {
        padding: 0;
    }

    .catalog_buybay_border {
        flex-wrap: wrap;
    }

    .catalog_buybay_left {
        width: 100%;
        padding: 0 0 15px 0;
    }

    .catalog_buybay_right {
        width: 100%;
        justify-content: space-between;
    }

    .catalog_proba_button button {
        width: 150px;
    }

    .fight .two_border {
        padding-left: 15px;
        padding-right: 15px;
    }

    .fight__stage-title {
        font-size: 8px;
        word-break: break-all;
    }

    .fight__stage-progress {
        font-size: 12px;
    }

    .fight__text {
        font-size: 12px;
    }

    .congratulations__image {
        display: none;
    }

    .fight__person-name {
        font-size: 13px;
    }

    .fight__person-icon {
        width: 45px;
        height: 45px;
        background-size: 70%;
    }

    .fight__vs {
        gap: 8px !important;
    }

    .fight__stage-progress {
        display: none;
    }

    .stage--buster .fight__stage-title {
        font-size: 11px !important;
    }
}

/* Iphone 6.7.8 */
@media screen and (max-width: 375px) {
    .bth_width {
        font-size: 12px;
        width: 110px;
        height: 45px;
    }

    .btn_stick {
        width: 45px;
        height: 45px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/* Iphone 5.5SE */
@media screen and (max-width: 320px) {
    .new_game_title span {
        float: left;
        margin: -1px 12px 40px 0;
    }
}


 