@media only screen and (min-width: 1600px) {
		.landing_page .banners_block .banner{ width: 400px; height: 644px; }
		.landing_page .banners_block .banner .top_image{ width: 400px; height: 400px; }
		.landing_page .banners_block .banner .bottom_block{ width: 368px; height: 221px; }
		.landing_page .banners_block .banner .bottom_image{ width: 336px; height: 172px; min-height: 172px; margin: 0 auto; text-align: center; }
		.landing_page .banners_block .banner .bottom_image img{ margin: 0 auto; }
		.landing_page .banners_block .banner .bottom_block .button{ padding: 10px; }
}
@media only screen and (max-width: 1400px) {
    .person_block .person{ width: calc(33% - 45px); }
    .person_block.wider .person{ width: calc(50% - 44px); }
}
@media only screen and (max-width: 1200px) {

    .label_data_list li .label{ width: 80px; }
    .label_data_list li .data{ width: calc(100% - 80px); }
		.label_data_list li .label.w-40{ width: 40px; }
		.label_data_list li .data.w-40{ width: calc(100% - 40px); }

		/* History */
    .history_blocks .person_letter_block a{ width: 338px; height: 190px; text-align: center; }
		.timeline_block { padding-left: 50px; }
		.timeline_block .paragraph .year { left: -69px; }

    /* Stats */
    .tournament_tables_block.leaders .side_padding_40{ padding: 0 calc(var(--bs-gutter-x) * 0.5) !important; }

		/* Tournament Table */
			.tournament_table_container.many_col{ width: 100%; overflow-x: auto;min-height:150px; }
			.tournament_table_container.many_col table{ border-collapse: collapse; width: 100%; table-layout: fixed; }
			.tournament_table_container.many_col table th:first-child, .tournament_table_container.many_col table td:first-child { position: -webkit-sticky; position: sticky; left: 0; background-color: #fff; z-index: 1; }
			.tournament_table_container.many_col table.with_shadow th:first-child, .tournament_table_container.many_col table.with_shadow td:first-child{box-shadow: 4px 0px 4px 0px #00000029; }
			.tournament_table_container.many_col .tournament_table.teams_table thead th:not(.team_name_title){ width: 80px; }

			.tournament_table_container.many_col .tooltip .tooltip_text{ top: calc(100% + 7px); bottom: unset; }
			.tournament_table_container.many_col .tooltip .tooltip_text::after{ top: -10px; transform: rotate(180deg); }
}
@media only screen and (max-width: 992px) {
	.arena_list li { width: calc(50% - 8px); }
    .person_block .person{ width: calc(50% - 44px); }
    .person_block.wider .person{ width: calc(100% - 32px); min-width: unset; }
    .tournament_table .player{ flex-direction: column; align-items: flex-start; }
}

@media only screen and (max-width: 990px) {
    /* General */
        .mobile{ display: none !important; }
        .desktop{ display: none !important; }
        .tablet{ display: block !important; }

		th.mobile, td.mobile { display: none !important; }
		th.desktop, td.desktop { display: none !important; }
		th.tablet, td.tablet{ display: table-cell !important; }

        .mobile-flex{ display: none !important; }
        .desktop-flex{ display: none !important; }
        .tablet-flex{ display: flex !important; }

        .tablet-hidden{ display: none !important; }

        .container > .section.white_row .block_seperator{ width: calc(100% + 32px); height: 16px; background: #F5F5F5; position: relative; left: -16px;max-width: unset; }

    /* Header */
        .header_menu .menu{ display: block; position: absolute; width: 100vw; background: #fff; z-index: 99; top: 175px; height: auto; }
        .header_menu.relative .menu{ top: 64px; }
        .header_menu .menu li{ flex-direction: column; }
        .header_menu .menu li a{ color: #242424; width: calc(100% - 30px); border-bottom: 1px solid #F5F5F5; margin: 0 15px; height: 44px; display: flex !important; align-items: center; justify-content: space-between; }
        .header_menu .menu > li a .arrow{ display: block; width: 11px; height: 6px; }
        .header_menu .menu li.active > a .arrow{ transform: rotate(180deg); }
        .header_menu .menu li:not(.is_open) a:hover{ background-color: #F5F5F5; }
        .header_menu .menu > li > .submenu a{ width: calc(100% - 52px); padding: 0 30px; padding-right: 8px; margin: 0 6px; border-bottom: 1px solid #F5F5F5; margin: 0 6px;}
        .header_menu .menu > li:hover > .submenu{ display: none; border: none; }
        .header_menu .menu li.active > .submenu,
        .header_menu .menu li.is_open > .submenu{ display: block; width: 100%; box-shadow: none; position: unset !important; }
        .header_menu .menu > li .submenu > li a .arrow{ width: 11px; height: 6px; min-width: 11px; min-height: 6px; stroke: unset; }

        .header_menu .menu li.level-2 a{ width: calc(100% - 82px); padding: 0 60px; padding-right: 8px; }
        .header_menu .menu li.level-3 a{ width: calc(100% - 104px); padding: 0 80px; padding-right: 8px; }
        .header_menu .menu li.level-4 a{ width: calc(100% - 125px); padding: 0 100px; padding-right: 8px; }

        .header_menu .menu li > a:hover,
        .header_menu .menu li.active > a{ color: #fff; background: #646363!important; }
        .header_menu .menu li.is_open > a{ color: #fff; background: #3A3A3A!important; }

        .header_menu .left_options .language.active .language_list{ z-index: 999; }

        .header_menu .search_block{ position: absolute; width: 100%; left: 0; height: 44px; display: flex; top: 132px; z-index: 99; background: #3A3A3A; }
        .header_menu .search_block .search{ width: 100%; padding: 0 18px; }
        .header_menu .search_block .search_input{ width: 100vw; border-radius: 0; display: flex; justify-content: space-between; }
        .header_menu .search_block .search_input .magnifying_glass{ margin-left: 14px; }
        .header_menu .search_block .search_input input{ width: 100%; height: 26px; }
        .header_menu .search_block .search_input input:hover{ background: #fff; }
        .header_menu .search_block .search_input .cross{ margin-right: 14px; }

        .header_menu .mobile_menu_button .icon{ display: block; padding: 8px; border-radius: 8px; width: 26px; height: 26px; }
        .header_menu .mobile_menu_button .icon:hover{ cursor: pointer; }
            .header_menu .mobile_menu_button .cross{ display: none; }
            .header_menu .mobile_menu_button.opened_menu .cross{ display: block; }
            .header_menu .mobile_menu_button.opened_menu .hamburger{ display: none; }

    /* News */
        .media_list.news .media_block{ width: calc(33% - 4px); }
        .media_list.news .media_block.large{ width: calc(50% - 4px); }

    /* Tournament Table */
        .tournament_table_container{ width: 100%; overflow-x: auto;min-height:150px; }
        .tournament_table_container table{ border-collapse: collapse; width: 100%; table-layout: fixed; }
        .tournament_table_container table th:first-child, .tournament_table_container table td:first-child { position: -webkit-sticky; position: sticky; left: 0; background-color: #fff; z-index: 1; }
        .tournament_table_container table.with_shadow th:first-child, .tournament_table_container table.with_shadow td:first-child{box-shadow: 4px 0px 4px 0px #00000029; }
        .tournament_table.teams_table thead th:not(.team_name_title){ width: 80px; }

        .tournament_table_container .tooltip .tooltip_text{ top: calc(100% + 7px); bottom: unset; }
        .tournament_table_container .tooltip .tooltip_text::after{ top: -10px; transform: rotate(180deg); }


        .team_list.large_list a{ width: calc(33% - 6px); }

    /* Members */
        .members_list li { width: calc(50% - 8px); }

    /* Footer */
        .footer .socials{ order: 1; }
        .footer .contacts{ order: 2; }
        .footer .newsletter{ order: 3; }
        .footer .links{ justify-content: center; }

}

@media only screen and (max-width: 768px) {
    /* General */
        .desktop{ display: none !important; }
        .tablet{ display: none !important; }
        .mobile{ display: block !important; }

		th.desktop, td.desktop { display: none !important; }
		th.tablet, td.tablet { display: none !important; }
        th.mobile, td.mobile{ display: table-cell !important; }

        .desktop-flex{ display: none !important; }
        .tablet-flex{ display: none !important; }
        .mobile-flex{ display: flex !important; }

        .mobile-hidden{ display: none !important; }

        .container{ max-width: 100%; padding: 0; }
        .container > .section{ margin: 0; padding: 0; }
        .container > .section > .col{ padding: 0; }

				.footer .newsletter { margin: 15px 0px; }

        .container > .section.white_row{ width: 100%; padding: 16px; max-height: calc(100% - 32px); max-width: calc(100% - 32px); }

				.minw150-mob{ min-width: 150px !important; }
				.w50-mob{ width: 50px !important; }

		/* Player profile */
				.player_profile_cover .player_data{ display: block; padding:16px; }
				.player_profile_cover .player_data .player_image{ margin:0px auto 16px; width: 200px;  min-width: 200px;  height: 200px; }
				.player_profile_cover .player_data .info .name{ text-align: center; }
				.player_profile_cover .player_data .data_row { display: inline-block; height: auto; margin-top: 16px; }
				.player_profile_cover .player_data .data_row > li{ float: left; width: 50%;  text-align: center;   padding-right: 0px; border-right: none;margin-bottom:20px; word-wrap: anywhere; }
				.player_profile_cover .player_data .data_row > li.first-row{ border-bottom: 1px solid #fff; margin-bottom: 10px;  padding-bottom: 10px;}
				.player_profile_cover .player_data .league_flag { position: static; 	background: #fff;	box-shadow: 0px 0px 16px 0px #00000029;	width: 60px;	height: 60px;	border-radius: 8px;	margin: 0px auto;	align-content: center;	padding: 4px; }
				.player_profile_cover .player_data .league_flag img { width: 64px;  height: auto;  position: relative;  top: 0px;  left: 0px; }
				.player_profile_cover .player_data .info .name .player_badges{ display: block; margin: 10px auto 0px;}

		/* Fixed calendar */
				.section.fixed_calendar .form-group label{ width: 80px; float: left; display: block; line-height: 34px; }
				.section.fixed_calendar .form-group.search_input{ width: calc(100% - 101px); margin-left: 85px; }

		/* Header menu with dropdowns */
		.header_menu.relative{ position: relative; }
		.header_menu.relative.relative-1{ padding-bottom: 42px; }
		.header_menu.relative.relative-2{ padding-bottom: 84px; }
		.header_menu.relative .left_options .tournament_top_select_block{ position: absolute; left: 0px; top: 64px; width: 100%; }
		.header_menu.relative .left_options .tournament_top_select_block .tournament_top_select.select_block {  margin: 0px 10px 8px; width: calc(100% - 20px);}
		.header_menu.relative .left_options .tournament_top_select_block .tournament_top_select.select_block > select{  width: 100%; background: #3A3A3A; color: #fff; border: 1px solid #5E5E5E; }
		.header_menu.relative .left_options .tournament_top_select_block .tournament_top_select.select_block .arrow { color: #9D9C9C; }

    /* Landing */
        .landing_page .banners_block{ flex-direction: column; }
            .landing_page .banners_block .banner{ display: flex; flex-direction: row; width: 100%; height: 128px; }
            .landing_page .banners_block .banner a{ display: flex; flex-direction: row; width: 100%; height: 128px; }
            .landing_page .banners_block .banner .top_image{ width: 128px; height: 128px; }
            .landing_page .banners_block .banner .top_image img{ border-top-right-radius: 0px; border-top-left-radius: 0px; }

            .landing_page .banners_block .banner .bottom_block{ height: 96px; border-bottom-left-radius: 0px; border-top-right-radius: 8px; padding-top: 16px; }
            .landing_page .banners_block .banner .bottom_image{ justify-content: center; height: 55px; }
            .landing_page .banners_block .banner .bottom_image img{ max-height: 55px; width: auto; }

    /* Headers */
        .header_games .white_select_block{ width: 70px; }
        .header_games .select_block .value{ height: auto; }
        .header_games .select_block .calendar{ height: 20px; width: auto; }
        .header_games .select_block .value svg.arrow{ top: 8px; }
        .header_games .games{ max-width: calc(100% - 158px); }

        .header_menu .tournament .back_to_btn{ min-width: unset; }

        .breadcrumb{ margin-left: 20px; }

        .breadcrumb_row{ flex-direction: column; gap: 10px; }
        .breadcrumb_row > *{ width: 100%; margin-left: 20px; }
        .breadcrumb_row .select_block{ width: 100%; }
        .breadcrumb_row .select_block select{ width: 100%; }

        .player_profile_cover.team_profile .player_data{ position: unset; }

        /* .tournament_header_line .element:not(:first-child){ display: none; }
        .tournament_header_line .element{ width: 100%; } */

    /* News */
        .news_block .active_news{ width: 100%; padding: 0px; background: #fff; height: auto; padding-bottom: 20px; }
        .news_block .active_news img{ position: unset; height: 210px; object-fit: cover; }
        .news_block .active_news .news_data{ position: unset; width: calc(100% - 32px); height: auto; color: #000; padding: 16px; gap: 10px; }
        .news_block .active_news .news_data .date{ color: #9E9E9E; margin: 0px; }
        .news_block .active_news .news_data .name{ color: #242424; margin: 0px; }
        .news_block .owl-dots{ display: flex; text-align: center; position: absolute; bottom: 10px; justify-content: center; width: 100%; gap: 8px; }
        .owl-carousel .owl-dots button{ width: 8px; height: 8px; border-radius: 10px; background: #D7D7D7; }
        .owl-carousel .owl-dots button.active{ width: 48px; background: #A32035; }


        .media_list.news .media_block{ width: 100%; }
        /* .media_list.news .media_block.large{ width: 100%; } */
            .media_list.news .media_block:not(.large){ display: flex; gap: 8px; align-items: center; }
						/* .media_list.news .media_block:not(.large) .thumbnail_block{ width: 94px; height: 94px; } */
            /* .media_list.news .media_block:not(.large) .thumbnail_block{ width: 94px; } */
            .media_list.news .media_block:not(.large) .thumbnail_block img{ height: 100%; width: auto; object-fit: cover; }
						.media_list.news .media_block:not(.large) .media_data {	display: flex;	flex-direction: column;	gap: 0px;	justify-content: flex-start;	width: calc(100% - 102px);	align-content: flex-start;	height: 100%; }
						.media_list.news .media_block:not(.large) .media_data .date {	margin-top:0px; }

    /* Games */
        .games_large{ flex-direction: column; height: auto; padding-bottom: 32px; }
        .games_large > .image{ width: 100%; background: #312E29; height: 64px; display: flex; justify-content: center; align-items: center; }
        .games_large > .image img{ max-width: 140px; }
        .games_large .owl-carousel{ max-width: 100%; margin-top: 16px; }
        .games_large .owl-carousel .game_wrapper{ width: 100vw; display: flex; justify-content: center; }
        .games_large .owl-dots{ display: flex; text-align: center; position: absolute; bottom: -20px; justify-content: center; width: 100%; gap: 8px; }

        .team_list.large_list a{ width: 100%; }

    /* Media */
        .media_list{ padding-bottom: 20px; }
        .media_list .owl-dots{ display: flex; text-align: center; position: absolute; bottom: -22px; justify-content: center; width: 100%; gap: 8px; }

        .video_title{ flex-direction: column; align-items: start; gap: 10px; }

        .gallery_list a{ width: calc(50% - 10px); }

    /* Location */
        .arena_list{ row-gap: 16px; }
        .arena_list li{ width: 100%; }

    /* Banner */
        .banner_wide{ padding: 0; }

    /* History */
        .history_blocks .letter_list{ flex-wrap: wrap; }
        .history_blocks .person_letter_block a{ width: 100%; }

    /* Coaches */
        .person_block .person{ width: 100%; }

    /* Members */
        .members_list li { width: 100%; }

    /* Tournament */
        .tournament_table tbody .team img{ width: 40px; }

    /* Tabs */
        .tab_buttons ul li { flex: 1 1 auto; }

    /* Footer */
        .footer .container{ width: auto; }
        .footer .container .section{ row-gap: 10px; }
        .footer .newsletter .input_row input{ min-width: auto; }

		/* History */
			.timeline_block { padding-left: 25px; }
			.timeline_block .paragraph .year { left: -45px; }
			.history_blocks.timeline{ padding-left:10px; padding-right: 5px; }

		.no_break_table_www td{ white-space: break-spaces; }

		.clubs_list li .link_block{ gap: 10px; flex-flow: column; }
		.clubs_list li .link_block .image{ margin-right: 0px; }
		.clubs_list li .link_block .data{ width:100%; }

		.protocol_title .teams .team { align-items: end; }
		.protocol_title .teams .team .team_name { flex-direction: column-reverse; gap: 10px; }
		.protocol_title .teams .team .team_name.home { flex-direction: column; }
		.protocol_title .teams .team .team_name .txt { max-width: 100%; text-align: center; font-size: 18px; }
}

@media only screen and (max-width: 630px) {
  .media_list.news .media_block.large {
    width: 100%;
  }
}


/* Tournament top line exception */
@media only screen and (max-width: 1500px) {
    .tournament_header_line .element:nth-child(4) { display: none;}
}
@media only screen and (max-width: 1400px) {
    .tournament_header_line .element:nth-child(3) { display: none;}
}
@media only screen and (max-width: 700px) {
    .tournament_header_line .element:nth-child(2) { display: none;}
}
