@media only screen and (max-width: 1240px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .sidebar-fixed,
    .sidebar-fixed.fixed-top {
        display: none!important;
    }
    body.single-tournaments section .container.flex {
        justify-content: flex-start;
    }
    body.single-tournaments .content,
    body.single-tournaments .content-block,
    .container.has-sidebar .content-block {
        width: 100%;
    }
}
@media only screen and (max-width: 1200px) {
    #menu-top > li {
        margin-right: 10px;
    }
    #menu-main {
        margin: 0 20px;
    }
    #menu-main > li a,
    #menu-live > li a {
        padding-left: 7px;
        padding-right: 7px;
    }
    .tournament-live-screen {
        gap: 30px;
    }
}
@media only screen and (max-width: 1100px) {
    .header-tournaments-nav {
        top: 0;
    }
    .table-container {
        overflow-x: scroll;
    }
    table.table-article {
        width: fit-content;
        display: block;
        overflow-x: scroll;
    }
    .article-items,
    .team-members {
        gap: 30px;
    }
    .col-4,
    .col-4-1,
    .col-4-2 {
        flex: 0 1 calc((100% / 3) - 30px * 2 / 3);
    }
    .tournaments-list {
        display: flex;
        flex-wrap: wrap;
        gap: 30px;
    }
    .tournament-list-item {
        flex: 0 1 calc(50% - 15px);
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .tournament-list-item-status.active {
        margin: 0 auto;
    }
    .tournament-list-item-title {
        height: 40px;
        text-align: center;
    }
    .tournament-list-item-details {
        height: 40px;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tournament-list-item-details span:before {
        display: none;
    }
    .button.tournament-list-item-button {
        margin: 0 auto;
    }
    .itc-video .col-4:nth-of-type(4) {
        display: none;
    }
    .live-cash-table {
        flex: 0 1 calc(33% - 10px);
    }
    .tournament-live-screen {
        gap: 30px;
    }
}
@media only screen and (max-width: 1000px) {
    #important-news,
    .header {
        margin-top: 58px;
    }
    #important-news + .header {
        margin-top: 0;
    }
    .no-header {
        margin-top: 40px;
    }
    #important-news + .no-header {
        margin-top: -10px;
    }
    .menu-top-bar,
    .menu-main-bar {
        display: none;
    }
    .mobile-menu {
        position: fixed;
        display: block;
        width: 100%;
        background: #fff;
        z-index: 9;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .mobile-menu.active {
        height: 100%;
        margin: 0 auto;
        background: #161835;
        color: #fff;
        overflow: scroll;
    }
    .mobile-menu .container {
        padding: 10px 10px;
    }
    .mobile-menu .container:nth-of-type(2) {
        padding-top: 5px;
    }
    .mobile-menu ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .mobile-menu-header {
        display: flex;
        align-items: center;
    }
    .mobile-menu-logo {
        display: inline-block;
        width: 154px;
        height: 38px;
    }
    .mobile-menu-logo img {
        max-height: 100%;
    }
    .mobile-menu .mobile-menu-logo .logo-black {
        display: block;
    }
    .mobile-menu .mobile-menu-logo .logo-white {
        display: none;
    }
    .mobile-menu.active .mobile-menu-logo .logo-black {
        display: none;
    }
    .mobile-menu.active .mobile-menu-logo .logo-white {
        display: block;
    }
    .mobile-menu-content {
        display: none;
    }
    .mobile-menu.active .mobile-menu-content {
        display: block;
    }
    .mobile-menu-row {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 10px 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
    .mobile-menu-row-top {
        justify-content: space-between;
    }
    .mobile-menu-row-live {
        padding: 15px 0;
    }
    .mobile-menu-live-container {
        overflow-x: scroll;
    }
    #mobile-menu-live {
        width: max-content;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 10px;
    }
    #mobile-menu-live:before {
        content: "Live:";
        display: inline-block;
        background: #df3834;
        padding: 4px 8px;
        margin-right: 2px;
        border-radius: 4px;
        font-size: 12px;
        font-weight: 500;
        line-height: 20px;
        text-transform: uppercase;
        color: #fff;
    }
    #mobile-menu-live > li {
        display: inline-block;
    }
    #mobile-menu-live > li a {
        display: inline-block;
        background: #fff;
        border-radius: 4px;
        padding: 3px 5px 2px 5px;
        font-size: 13px;
        font-weight: 500;
        color: #181818;
    }
    #mobile-menu-live > li > ul.sub-menu {
        display: none;
    }
    .mobile-menu-row-main {
        padding: 15px 0;
    }
    #mobile-menu-main {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
        gap: 4px;
    }
    #mobile-menu-main > li {
        display: inline-block;
        width: 100%;
        padding: 10px 15px;
        background: #fff;
        border: 1px solid #fff;
        border-radius: 4px;
    }
    #mobile-menu-main > li a {
        display: inline-block;
        position: relative;
        font-size: 16px;
        font-weight: 500;
        white-space: initial;
        color: #181818;
    }
    #mobile-menu-main > li.menu-item-has-children > a {
        padding-right: 28px;
    }
    #mobile-menu-main li.menu-item-has-children > a:before {
        content: "";
        width: 6px;
        height: 6px;
        position: absolute;
        top: 6px;
        right: 8px;
        border-left: 2px solid #df3834;
        border-bottom: 2px solid #df3834;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mobile-menu-main li.menu-item-has-children > a.active:before {
        top: 4px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    #mobile-menu-main > li > ul.sub-menu {
        display: none;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    #mobile-menu-main > li > ul.sub-menu.active {
        display: block;
        margin-top: 5px;
    }
    #mobile-menu-main > li > ul.sub-menu > li a {
        display: block;
        margin: 5px 0 0 10px;
        padding-left: 15px;
        font-size: 15px;
        font-weight: 400;
    }
    #mobile-menu-main > li > ul.sub-menu > li a:before {
        content: "";
        width: 8px;
        height: 2px;
        position: absolute;
        top: 6px;
        left: 0;
        border-bottom: 2px solid #df3834;
    }
    .mobile-menu-row-bottom {
        justify-content: space-between;
    }
    #mobile-menu-top {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: space-between;
    }
    #mobile-menu-top > li {
        display: inline-block;
        padding: 3px 0;
        margin: 0 20px 0 0;
    }
    #mobile-menu-top > li a {
        display: inline-block;
        font-size: 13px;
        font-weight: 400;
        color: #9598a4;
    }
    #mobile-menu-top > li > ul.sub-menu {
        display: none;
    }
    .mobile-menu-row-contacts {
        padding: 15px 0;
    }
    .mobile-menu-row-contacts a {
        display: inline-block;
        padding: 3px 5px;
        font-size: 14px;
        font-weight: 400;
        color: #fff;
    }
    .mobile-menu-row-social {
        padding: 20px 0 10px 0;
    }
    .mobile-menu-row-social a {
        background-size: 18px!important;
        padding: 8px;
    }
    .mobile-menu-button {
        width: 40px;
        height: 40px;
        background-color: transparent;
        border: 1px solid #dadfe7;
        border-radius: 2px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        right: 10px;
        font-size: 0;
        text-indent: -9999px;
        appearance: none;
        cursor: pointer;
        overflow: hidden;
        -webkit-transition: background 0.3s ease;
        -moz-transition: background 0.3s ease;
        -o-transition: background 0.3s ease;
        transition: background 0.3s ease;
    }
    .mobile-menu-button:focus {
        outline: none;
    }
    .mobile-menu-button span {
        width: 20px;
        height: 2px;
        background: #181818;
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        transition: background 0s 0.3s;
    }
    .mobile-menu-button span::before,
    .mobile-menu-button span::after {
        content: "";
        width: 100%;
        height: 2px;
        background: #181818;
        display: block;
        position: absolute;
        left: 0;
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s;
    }
    .mobile-menu-button span::before {
        top: -6px;
        transition-property: top, transform;
    }
    .mobile-menu-button span::after {
        bottom: -6px;
        transition-property: bottom, transform;
    }
    .mobile-menu-button.active {
        position: absolute;
        border: 1px solid rgba(218, 223, 231, 0.5);
        z-index: 99;
    }
    .mobile-menu-button.active span {
        width: 24px;
        background: none;
    }
    .mobile-menu-button.active span::before {
        background-color: #fff;
        top: 0;
        transform: rotate(45deg);
        transition-delay: 0s, 0.3s;
    }
    .mobile-menu-button.active span::after {
        background-color: #fff;
        bottom: 0;
        transform: rotate(-45deg);
        transition-delay: 0s, 0.3s;
    }
    .pokerschool-about-img {
        display: none;
    }
}
@media only screen and (max-width: 900px) {
    .header-tournament-content {
        gap: 30px;
    }
    .container.has-sidebar .article,
    .container.has-sidebar .content-block {
        width: 100%;
    }
    .sidebar {
        display: none;
    }
    .tab-content {
        padding: 15px;
    }
    table.table-schedule,
    table.table-poker-club-schedule {
        display: none;
    }
    table.table-schedule-mobile {
        display: table;
    }
    .table-schedule-mobile-info {
        display: block;
    }
    .advantage-item {
        flex: 0 1 calc(50% - 10px);
    }
    .package-item {
        flex: 1 1 100%;
    }
    .tournament-live-screen-container {
        background: #181818!important;
    }
    .tournament-live-screen {
        justify-content: space-between;
        gap: 10px;
        padding: 20px 10px;
    }
    .tournament-live-screen-item {
        background: none;
        backdrop-filter: none;
        gap: 10px;
        font-size: 14px;
    }
    .tournament-live-screen-title {
        display: block;
        font-size: 20px;
        line-height: 28px;
    }
    .tournament-live-screen-title span {
        padding: 2px 10px;
    }
    .tournament-live-screen-main {
        order: 1;
        flex: 1 1 100%;
        gap: 15px;
    }
    .tournament-live-screen-timer {
        padding: 10px;
        gap: 5px;
    }
    .tournament-live-screen-timer .time-countdown-title {
        font-size: 13px;
    }
    .tournament-live-screen-timer .time-countdown-item .item-value {
        width: 80px;
        font-size: 50px;
        line-height: 50px;
    }
    .tournament-live-screen-timer .time-countdown-item .item-name {
        font-size: 13px;
        font-weight: 400;
    }
    .tournament-live-screen-timer .time-countdown-delimiter {
        line-height: 60px;
    }
    .tournament-live-screen-current-level {
        gap: 5px;
    }
    .tournament-live-screen-current-level .tournament-live-screen-item {
        padding: 8px 10px;
        font-size: 16px;
    }
    .tournament-live-screen-current-level .tournament-live-screen-item span {
        color: #fff;
    }
    .tournament-live-screen-next .tournament-live-screen-item {
        padding: 5px 7px;
    }
    .tournament-live-screen-next .tournament-live-screen-item b {
        padding-right: 10px;
        font-weight: 400;
    }
    .tournament-live-screen-next .tournament-live-screen-item span {
        color: #ffcd00;
        font-weight: 500;
    }
    .tournament-live-screen-item-divider {
        color: #fff;
    }
    .tournament-live-screen-data {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-between;
        gap: 5px;
        flex: 1 1 100%;
        margin-top: -5px;
    }
    .tournament-live-screen-data .tournament-live-screen-item {
        flex: 1 1 auto;
        justify-content: initial;
        display: block;
        padding: 5px 7px;
    }
    .tournament-live-screen-data .tournament-live-screen-item b {
        padding-right: 10px;
        font-weight: 400;
    }
    .tournament-live-screen-data .tournament-live-screen-item span {
        color: #ffcd00;
        font-weight: 500;
    }
    .tournament-live-screen-payouts {
        order: 3;
        flex: 1 1 100%;
        padding: 0;
        margin-top: -5px;
    }
    .tournament-live-screen-payouts b {
        padding-top: 3px;
        font-weight: 400;
        line-height: 14px;
    }
    .tournament-live-screen-payouts .tournament-live-screen-item:first-child {
        max-height: 90px;
        padding: 5px 7px;
        justify-content: left;
    }
    table.tournament-live-screen-table {
        font-size: 13px;
        line-height: 16px;
    }
    table.tournament-live-screen-table tbody td:first-child {
        width: 60px;
        padding: 1px 10px 1px 0;
    }
    .tournament-live-screen-table tbody td:last-child {
        padding: 1px 0 1px 10px;
    }
    table.tournament-live-screen-table {
        margin-top: 0;
    }
}
@media only screen and (max-width: 800px) {
    .col-4,
    .col-4-1,
    .col-4-2 {
        flex: 0 1 calc((100% / 2) - 10px);
    }
    .header-page .container,
    .header-category .container,
    .header-poker-club .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .header-tournament .container {
        flex-direction: column-reverse;
        gap: 30px;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .header-tournament-single .container.flex {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .header-tournaments-nav {
        top: 20px;
    }
    .article-items,
    .team-members {
        gap: 20px;
    }
    .reportage-article img {
        max-width: 100%;
    }
    .itc-video .col-4:nth-of-type(3) {
        display: none;
    }
    .live-cash-tables {
        gap: 20px;
    }
    .live-cash-table {
        flex: 1 1 calc(50% - 10px);
        min-width: 250px;
    }
    .reportage-nav-tournaments,
    .reportage-nav-tournament-days {
        flex-wrap: nowrap!important;
        overflow: auto;
    }
    .reportage-article-comments-container {
        width: 84%;
    }
    .reportage-article-comment:before {
        width: 30px;
        left: -31px;
        border-bottom-left-radius: 20px;
    }
}
@media only screen and (max-width: 700px) {
    .button.small {
        min-width: 120px;
    }
    .quote,
    .pcm_quote {
        flex-direction: column;
    }
    .tournaments-list {
        gap: 20px;
    }
    .tournament-list-item {
        flex: 1 1 100%;
    }
    #tournament-tabs .tabs {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    #tournament-tabs .tabs .tab {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 8px;
    }
    #tournament-tabs .tabs .tab:after {
        display: none;
    }
    #tournament-tabs .tab-content {
        border-radius: 8px;
    }
    #tournament-live .tabs {
        flex-wrap: wrap;
        flex-direction: column;
        gap: 10px;
        margin-bottom: 20px;
    }
    #tournament-live .tabs .tab {
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        border-radius: 8px;
    }
    #tournament-live .tabs .tab:after {
        display: none;
    }
    #tournament-live .tab-content {
        border-radius: 8px;
    }
    .tournament-live-screen {
        padding: 30px;
    }
    .poker-club-photos {
        width: 100%;
    }
    #live-cash .article-header,
    #poker-club-cash-tables .article-header {
        justify-content: center;
        text-align: center;
    }
    .live-cash-tables-order-select-container {
        text-align: center;
    }
    .article-categories,
    .article-meta-tags {
        margin-left: initial;
    }
    .hotel-item-price {
        margin-left: initial;
    }
    .reportage-article-reactions {
        gap: 4px;
    }
    .reportage-article-reaction {
        width: 30px;
        gap: 3px;
        padding: 5px 7px;
        border-radius: 14px;
    }
    .reportage-article-reaction i {
        font-size: 14px;
    }
    .reportage-article-reaction span {
        font-size: 12px;
    }
}
@media only screen and (max-width: 600px) {
    .news-slider .slick-list {
        margin: 0 -5px -30px -5px;
    }
    .news-slider .slick-list .article-item {
        margin: 0 5px 30px 5px;
    }
    .live-highlights-slider .slick-list {
        margin: 0 -5px -30px -5px;
    }
    .live-highlights-slider .slick-list .article-item {
        margin: 0 5px 30px 5px;
    }
    .tournaments-list-slider .slick-list {
        margin: 0 -10px;
    }
    .tournaments-list-slider .tournament-list-item {
        margin: 0 10px;
    }
    .advantage-title {
        font-size: 14px;
        line-height: 20px;
    }
    .advantage-description {
        padding: 10px;
    }
    .pokerschool-why-img {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .col-2,
    .col-3,
    .col-3-1,
    .col-3-2,
    .col-4-3 {
        flex: 1 1 100%;
    }
    .col-4,
    .col-4-1,
    .col-4-2 {
        flex: 1 1 calc(50% - 10px);
    }
    iframe {
        height: auto;
    }
    table {
        font-size: 13px;
    }
    table tbody th,
    table thead th {
        padding: 15px 5px;
        font-size: 12px;
        text-transform: none;
    }
    table tbody td {
        padding: 7px 5px;
    }
    table .column-tournament {
        min-width: 150px;
    }
    table th.column-player {
        padding-left: 60px;
    }
    table.table-schedule .column-num {
        padding-left: 5px;
        padding-right: 5px;
    }
    table.table-schedule .column-start-time {
        padding-left: 5px;
        padding-right: 5px;
    }
    table.table-schedule .column-tournament {
        min-width: 130px;
    }
    .inner_page_table {
        display: block;
        overflow: auto;
    }
    .hero-title {
        font-size: 38px;
        line-height: 42px;
    }
    .header-pokerschool .hero-title {
        font-size: 34px;
        line-height: 40px;
    }
    .header-title {
        font-size: 34px;
        line-height: 38px;
    }
    .article-title,
    .page-title,
    .section-title {
        font-size: 32px;
        line-height: 34px;
    }
    .subtitle {
        font-size: 18px;
        line-height: 24px;
    }
    .subtitle-bar {
        padding: 7px 10px;
        font-size: 16px;
        line-height: 22px;
    }
    .subtitle-bar img {
        max-height: 24px;
        margin-right: 10px;
    }
    .button {
        line-height: 50px;
    }
    .video-player:not(.play):after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(24, 24, 24, 0.5);
        background-image: url('../img/icons/video-play-icon.png');
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 8px;
    }
    .header-tournament-logo img {
        max-height: 60px;
    }
    .article-item-content {
        margin: 15px;
    }
    .header-tournaments .header-tournament-content {
        min-height: 370px;
        margin-bottom: 135px;
    }
    .header-tournament-content .header-labels {
        justify-content: center;
    }
    .header-tournament-content .hero-title {
        text-align: center;
    }
    .header-tournament-timer-logos {
        justify-content: center;
        gap: 25px;
    }
    .header-tournament-timer {
        text-align: center;
    }
    .header-tournament-timer .timer-container {
        justify-content: center;
    }
    .header-tournament-timer .timer-item span {
        width: 24px;
        font-size: 38px;
    }
    .header-tournament-timer .timer-delimiter {
        font-size: 24px;
    }
    .header-tournament-logos {
        justify-content: center;
    }
    .header-tournament-content .button {
        margin: 0 auto;
    }
    .header-tournaments-nav-container.container {
        padding-bottom: 40px;
    }
    .header-tournaments-nav {
        top: 5px;
        gap: 10px;
        padding: 10px 15px;
        margin: 0 -20px;
    }
    .header-tournaments-nav .slick-list {
        overflow-x: scroll;
    }
    .header-tournaments-nav .slick-track {
        width: max-content!important;
       
    }
    .header-tournament-nav {
        margin-right: 15px;
    }
    .header-tournament-nav-content {
        width: auto;
        /*max-width: 150px;*/
    }
    #pokerschool-video .button.margin-top-50 {
        margin-top: 30px;
    }
    .article-items,
    .team-members {
        gap: 15px;
    }
    .advantage-item {
        flex: 1 1 100%;
    }
    .team-member-item-title {
        font-size: 16px;
    }
    .team-member-item-post,
    .team-member-item-contacts {
        font-size: 13px;
        line-height: 16px;
    }
    .reportage-article,
    .live-article {
        padding: 15px 15px;
    }
    .reportage-article-tournament,
    .reportage-article-level-blinds,
    .reportage-article-date,
    .reportage-article-author,
    .reportage-article-comments {
        padding: 5px 10px 4px 10px;
    }
    .itc-subtitle {
        margin-top: 20px;
    }
    .itc-stats {
        gap: 20px;
    }
    .itc-stat b {
        font-size: 32px;
    }
    .itc-stat span {
        font-size: 14px;
    }
    .itc-video {
        margin-top: 30px;
    }
    .itc-video .col-4:nth-of-type(2) {
        display: none;
    }
    .modal-window {
        padding: 30px 20px;
        width: 100%;
        box-sizing: border-box;
    }
    .modal-body {
        width: auto;
    }
    .footer-widgets {
        gap: 30px;
    }
    .footer-widget {
        flex: 1 1 100%;
    }
    #footer-bottom .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer-bottom {
        gap: 20px;
        text-align: center;
    }
    .footer-logo {
        margin: 0 auto;
    }
    .footer-contacts {
        text-align: center;
    }
    .footer-phones {
        margin: 0 auto;
    }
    .footer-phones:before,
    .footer-phones:after {
        display: none;
    }
    .footer-email {
        margin: 10px auto 0 auto;
    }
    .developer-link {
        justify-content: center;
    }
}
@media only screen and (max-width: 400px) {
    .poker-club-item,
    .tournament-item,
    .service-item {
        min-width: auto;
    }
}
