:root {
    --yellowColor: #277FFF;
    --orangeColor: #00C6FF;
    --primaryFont: 'Khand', sans-serif;
    --darkRed: rgb(31, 0, 0);
    --darkRed2: rgb(46, 0, 13);
    --darkRed3: rgb(71, 0, 17);
    --darkRedShadow: rgba(43, 3, 3, 0.74);
    --white: #fff;
    --maxWidth: 1200px;
}

*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    scroll-behavior: smooth;
}

img {
    width: 100%;
    max-width: 100%;
}

body {
    background: var(--darkRed);
    overflow: auto;
}

.mySwiper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    margin-top: 25px;
}

.header {
    width: 100%;
    position: relative;
    padding: 0 20px;
}

.header::before {
    background: var(--yellowColor);
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    border-top: 1px solid var(--orangeColor);
    border-bottom: 1px solid var(--orangeColor);
    z-index: -1;
}

.nav {
    display: flex;
    width: 100%;
    gap: 20px;
    align-items: flex-end;
    max-width: var(--maxWidth);
    margin: 0 auto;
}

.nav__logo {
    margin-right: auto;
}

.nav__logo img {
    display: block;
}


.nav__links {
    display: flex;
    font-family: var(--primaryFont);
    font-weight: 600;
    gap: 20px;
    text-transform: uppercase;
    height: 40px;
}

.nav__links a {
    color: var(--white);
    text-shadow: -1px 1px 0 var(--darkRedShadow);
    font-size: 15.5px;
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    height: 100%;
    vertical-align: center;
}

.nav__links a::after {
    position: absolute;
    height: 2px;
    background: var(--white);
    box-shadow: -1px 1px 0 var(--darkRedShadow);
    bottom: 4px;
    content: "";
    width: 0;
    transition: .3s;
    visibility: hidden;
}

.nav__links a:hover::after {
    visibility: visible;
    width: 100%;
}

.nav__links a::before {
    content: "";
    width: 18px;
    position: relative;
    height: 18px;
    background-size: contain;
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-top: -1px;
    filter: drop-shadow(-1px 1px 0 var(--darkRedShadow));
}

.nav__links .menu-item a::before {
    background-image: url('../icons/channel.svg');
}

.nav__links .replay a::before {
    background-image: url('../icons/replay.svg');
}

.programation-link::before {
    background-image: url('../icons/programation.svg');
}

.channels-dropdown {
    display: none;
}

.channels-list {
    display: flex;
    gap: 20px;
    height: 100%;
}

.channels-list li a {
    display: flex;
}

.channels-list.menu-responsive {
    display: none;
}

.main {
    position: relative;
}

.main::before {
    top: 0;
    z-index: -1;
    left: 0;
    width: 100%;
    height: 110px;
    position: absolute;
    content: "";
    display: block;
    background: var(--darkRed);
    background: -moz-linear-gradient(180deg, var(--darkBlue) 3%, var(--darkBlue3) 37%);
    background: -webkit-linear-gradient(180deg, var(--darkBlue) 3%, var(--darkBlue3) 37%);
    background: linear-gradient(180deg, var(--darkBlue) 3%, var(--darkBlue3) 37%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#141ABA", endColorstr="#2A1B60", GradientType=1);
}

.main__content {
    overflow: hidden;
    position: relative;
    padding-top: 85px;
}

.single__content.main__content {
    padding-bottom: 250px;
}

.main__content-flex {
    display: flex;
    width: 100%;
    max-width: var(--maxWidth);
    margin: 0 auto;
    padding-top: 15px;
    height: auto;
    min-height: 575px;
    position: relative;
    padding-bottom: 55px;
}

.main__content-flex::before {
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    background: var(--yellowColor);
    position: absolute;
    top: 0;
    height: 100%;
    content: "";
}

.single__content .main__content-flex::after {
    border-bottom: none;
    background: none;
}

.main__content-flex>span {
    position: absolute;
    display: block;
}

.main__content-flex>span:first-of-type {
    width: calc(130vw);
    aspect-ratio: 1/1;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    background: var(--darkRed);
    z-index: 4;
    min-height: 700px;
}

.single__content .main__content-flex>span:first-of-type {
    overflow: hidden;
}

.single__content .main__content-flex>span:first-of-type .ring {
    z-index: 4;
    top: -7.5%;
    width: 100vw;
    object-fit: cover;
    left: 50%;
    height: 125vh;
    min-height: 980px;
    transform: translateX(-50%);
}

.main__content-flex>span:nth-child(2) {
    width: calc(180vw);
    aspect-ratio: 1/1;
    z-index: 3;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    background: #7B4510;
    top: 50px;
}

.main__content-flex>span:nth-child(3) {
    width: calc(230vw);
    aspect-ratio: 1/1;
    z-index: 2;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    background: #A76817;
}

.main__content-flex>span:nth-child(4) {
    width: calc(280vw);
    aspect-ratio: 1/1;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    top: 25px;
    z-index: 1;
    background: #BD791B;
}

.main__content-shows {
    width: 100%;
    position: relative;
    z-index: 11;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background: var(--darkRed2);
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.programacion-lista {
    overflow: auto;
}

.main__content-header {
    position: absolute;
    bottom: calc(100% + 25px);
    left: 0;
    width: 100%;
    display: flex;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    height: 20px;
    gap: 35px;
}

.double-screen-btn {
    transform: translateX(-8px);
}

.single__content .main__content-header .double-screen-btn {
    position: absolute;
    height: 100%;
    left: calc(100% + 30px);
    white-space: nowrap;
    column-gap: 10px;
}

.main__content-header div {
    position: relative;
    display: flex;
    flex-grow: 1;
    padding: 0 10px;
    gap: 10px;
}

.main__content-header div span {
    width: 25px;
    background: var(--yellowColor);
    transform: skewX(-45deg);
}

.main__content-header div span:last-of-type {
    width: 100%;
}

.main__content-header div h3 {
    position: absolute;
    right: 15%;
    text-shadow: -1px 1px 0 var(--darkRedShadow);
    background: var(--darkRed3);
    padding: 0 10px;
    color: var(--white);
    letter-spacing: 2px;
    display: flex;
    height: 22px;
    top: -1px;
    font-weight: 600;
    font-size: 20px;
    align-items: center;
    text-transform: uppercase;
    font-family: var(--primaryFont);
}

.main__content-header a {
    width: auto;
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--white);
    font-family: var(--primaryFont);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: .2s;
}

.main__content-header a:hover {
    transform: scale(1.04);
}

.main__content-header a img {
    width: 20px;
    object-fit: contain;
    height: 20px;
    filter: invert(100%) sepia(0%) saturate(7448%) hue-rotate(342deg) brightness(113%) contrast(93%);
}

.list-header {
    display: flex;
    justify-content: space-between;
    background: var(--yellowColor);
    padding: 5px 0;
    border-top-right-radius: 5px;
    user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    border-top-left-radius: 5px;
    margin-bottom: 5px;
}

.list-header li {
    color: var(--white);
    font-family: var(--primaryFont);
    font-weight: 600;
    text-shadow: -2px 2px 0 var(--darkRedShadow);
    font-size: calc(15px + .7vw);
}

.list-header li.list-center {
    width: 100%;
    justify-content: center;
}

.main__content-shows-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
    overflow: hidden;
    gap: 10px;
}

.status-row-tag,
.list-center {
    display: flex;
}

.list-center {
    flex-grow: 1;
    text-align: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.status-row-tag {
    align-items: center;
}

.list-left,
.list-right,
.status-row-tag,
.list-center .row-img {
    text-align: center;
    width: calc(75px + 3vw);
    position: relative;
}

.list-center .row-img img {
    width: 75%;
    margin: 0 auto;
    height: 90%;
    object-fit: contain;
}

.main__content-shows-row .list-left,
.main__content-shows-row .list-right,
.main__content-shows-row .status-row-tag,
.main__content-shows-row .list-center .row-img {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: calc(14px + .3vw);
    text-transform: uppercase;
    font-weight: 600;
    color: var(--white);
    font-family: var(--primaryFont);
    text-shadow: -1.5px 1.5px 0 var(--darkRedShadow);
}

.main__content-shows-row .list-center h2::before,
.main__content-shows-row .list-left::before,
.main__content-shows-row .list-right::before,
.main__content-shows-row .status-row-tag::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: var(--yellowColor);
    content: "";
    transform: skewX(-45deg);
    position: absolute;
    z-index: -1;
}

.off-row-tag.status-row-tag::before {
    background: var(--darkRed3);
}

.main__content-shows-row .list-right::before {
    width: 150%;
}

.main__content-shows-row .list-center h2::before {
    background: var(--darkRed3);
    width: calc(100% - calc(calc(75px + 3vw)) - 10px);

}

.main__content-shows-row .list-center h2 {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    font-size: calc(14px + .3vw);
    font-weight: 600;
    color: var(--white);
    font-family: var(--primaryFont);
    text-shadow: -1.5px 1.5px 0 var(--darkRedShadow);
}


.main__content-flex::after {
    content: "";
    height: 105px;
    position: absolute;
    width: 100vw;
    left: 50%;
    bottom: 0;
    background: var(--yellowColor);
    transform: translateX(-50%);
    border-bottom: 5px solid var(--white);
    z-index: 4;
}

.main__content-flex .chat {
    background: #212121;
    width: 35%;
    max-width: 380px;
    position: relative;
    z-index: 5;
}

.main__content-flex .chat iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: auto;
}

.fighter-2,
.fighter-1 {
    position: absolute;
    width: calc(125px + 10vw);
    z-index: 4;
    display: block;
}

.fighter-1 {
    bottom: 40%;
    left: calc(85% + 150px);
}

.fighter-2 {
    right: 95%;
    bottom: 0;
}

.footer {
    border-bottom: 50px solid var(--yellowColor);
    position: relative;
    padding: 100px 0 75px;
    overflow: hidden;
}

.footer img {
    position: absolute;
    display: block;
}

.goluchas-logo {
    left: 20%;
    width: 50%;
    max-width: calc(150px + 5vw);
    aspect-ratio: 1/1;
    z-index: 11;
    bottom: 25%;
}


.footer img.fighters {
    position: relative;
    width: 25%;
    max-width: calc(200px + 15vw - 100px);
    min-width: 250px;
    z-index: 1;
    margin: 0 auto;
}

.ring {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    height: 100%;
    object-fit: cover;
}

.single__content .goluchas-logo {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
}

.player {
    position: relative;
    padding-bottom: 56.25%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--secondaryColor);
}

.single__content .main__content-flex {
    height: auto;
    min-height: initial;
}

.programacion__content.main__content .main__content-flex {
    min-height: 420px;
}

.programacion__content.main__content .main__content-flex>span:first-of-type .ring {
    top: -16%;
}

.container-footer {
    margin-top: 10px;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}

.rating-player {
    position: relative;
}

.rating-player .rating-comment-btn {
    position: absolute;
}

.container-footer .comment-icon {
    width: 25px;
    height: 25px;
    display: block;
}

.main__content-flex.double-player {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    height: auto;
    min-height: auto;
}

.player-screen {
    width: 100%;
}

.double-player-rating {
    position: absolute;
    right: 5px;
    bottom: calc(100% + 10px);
    height: 20px;
    z-index: 111111;
    justify-content: flex-end;
    align-items: center;
    display: none;
    width: 40%;
}

.double-player-rating.active {
    display: flex;

}

.double-player .channel-container.active .player-programacion-lista {
    overflow: visible;
}

.double-player .channel-container.active .player-programacion-lista>a {
    display: none;
}

.double-player .channel-container .main__content-header {
    bottom: initial;
    width: 100%;
    top: 10px;
}

.double-player .channel-container.active .main__content-header {
    width: 65%;
}

.double-player .main__content-header>div {
    width: 100%;
    flex-grow: initial;
}

.double-player .main__content-shows {
    padding-top: 40px;
}

.double-player .main__content-header div h3 {
    background: var(--darkRed2);
    opacity: 0;
    transition: .2s;
}

.double-player .channel-container.active .main__content-header div h3 {
    opacity: 1;
}

.footer-player {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    color: var(--white);
    position: relative;
    z-index: 11;
    margin-top: 10px;
    font-family: var(--primaryFont);
}

.footer-player img {
    width: 20px;
    height: 15px;
    filter: invert(100%) sepia(5%) saturate(0%) hue-rotate(11deg) brightness(106%) contrast(105%);
    transform: translateY(-1px);
}

.footer-player>div {
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
}

.close-player {
    cursor: pointer;
}

.double-player .player-iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.double-player .footer-player {
    height: 20px;
}

.double-player .player-programacion-lista {
    position: absolute;
    width: calc(100% - 20px);
    top: 40px;
    height: calc(100% - 50px);
    overflow: auto;
}

.double-player .player {
    opacity: 0;
    transition: .3s;
    pointer-events: none;
}

.double-player .channel-container.active .player {
    opacity: 1;
    pointer-events: initial;
}

.double-player .channel-container .close-player {
    display: none;
}

.double-player .channel-container.active .close-player {
    display: flex;
}

.double-player .chat {
    grid-column: 1/3;
    width: 100%;
    min-width: initial;
    max-width: initial;
    height: 420px;
}

.main-container .kksr-legend {
    display: none !important;
}




/* Comments style */
.single-comments {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.single-comments * {
    font-family: var(--primaryFont);
}

div#comments {
    max-height: 480px;
    max-width: 700px;
}

.comments-list .comment-body * {
    color: var(--darkRed);
}

.single-comments.active {
    display: flex;
}

.logged-in-as {
    grid-column: 1/3;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    color: var(--white);
    margin-top: 10px;
}

.form-submit #submit {
    display: block;
    color: var(--darkRed);
    width: 100%;
}

.logged-in-as a {
    color: var(--white);
    font-size: 14px;
    font-weight: 800;
    text-decoration: none;
}

.logged-in-as a:last-of-type {
    margin-left: auto;
    grid-column: 2/3;
    grid-row: 1/2;
}

.required-field-message {
    color: #fff;
    display: block;
    font-size: 12px;
    grid-column: 1/3;
    margin-top: -5px;
    text-align: center;
}

.comment-icon {
    display: none;
    width: 22px;
    height: 22px;
    object-fit: contain;
    cursor: pointer;
}

.comment-icon.active {
    display: block;
}

.comments-container {
    position: relative;
    background: var(--darkRed3);
    border-radius: 10px;
    padding: 20px 10px;
    overflow: hidden;
    overflow-y: auto;
}

.close-container {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    text-shadow: 0 0 3px rgba(255, 255, 255, 0.486);
    text-transform: uppercase;
    font-weight: 800px;
    color: #fff;
    line-height: 1.33;
    cursor: pointer;
}

.rating-player {
    display: flex;
    align-items: center;
    position: relative;
}

.rating-comment-btn {
    display: none;
    position: absolute;
    bottom: 102%;
    left: 102%;
    color: #fff;
    font-size: 12px;
    white-space: nowrap;
    cursor: pointer;
    font-weight: 800;
}

.rating-comment-btn.active {
    display: block;
}

.comment-reply-title {
    text-align: center;
    color: rgb(216, 216, 216);
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.comment-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin: 0 auto;
    column-gap: 18px;
    row-gap: 10px;
    width: 90%;
    max-width: 700px;
}

.comment-notes {
    grid-row: 1 / 2;
    grid-column: 1/3;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    gap: 3px;
    font-size: 14px;
    font-weight: 600;
    color: rgb(167, 167, 167);
    margin-bottom: 10px;
}

.comment-form-url {
    display: none;
}

.comment-form-email,
.comment-form-comment,
.comment-form-author {
    display: flex;
    flex-direction: column;
}

.comment-form-email label,
.comment-form-comment label,
.comment-form-author label {
    color: rgb(210, 210, 210);
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.comment-form-email input,
.comment-form-comment textarea,
.comment-form-author input {
    padding: 10px 20px;
    width: 100%;
}

.comment-form-comment textarea {
    padding: 10px;
    min-width: 100%;
    max-width: 100%;
}

.comment-form-author {
    grid-row: 2 / 3;
    grid-column: 1/2;
}

.comment-form-email {
    grid-row: 2 / 3;
    grid-column: 2/3;
}

.comment-form-comment {
    grid-row: 3 / 4;
    grid-column: 1/3;
}

.comment-form-cookies-consent {
    grid-row: 4 / 5;
    grid-column: 1/3;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 10px;
}

#wp-comment-cookies-consent {
    margin-right: 5px;
}

.form-submit {
    width: 100%;
    grid-row: 5 / 6;
    grid-column: 1/3;
    text-align: center;
}

.form-submit input {
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: white;
    border: none;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.8);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
}

.comments-list {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
}

.comment-meta {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.comment-author span,
.comment-author a {
    color: #fff;
}

.comment-author a::first-letter {
    text-transform: uppercase;
}

.comment-metadata a {
    color: #fff;
    font-weight: 300;
    font-size: 12px;
}

.comment-body {
    background: var(--yellowColor);
    border-radius: 5px;
    border: inset 2px solid var(--primaryColor);
    margin-bottom: 15px;
    padding: 10px;
}

.comment-content {
    margin-top: 5px;
}

.comment-content p {
    color: rgba(226, 226, 226, 0.8);
}

.comment-content p::first-letter {
    text-transform: uppercase;
}

.comment-awaiting-moderation {
    position: absolute;
    top: -20px;
    right: -10px;
    border-radius: 5px;
    background: rgb(155, 255, 167);
    padding: 2.5px 5px;
    font-size: 12px;
    color: rgb(39, 62, 42);
}

.outside-comments {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: transparent;
    top: 0;
    left: 0;
}

.theater-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 12px;
    background-color: transparent;
    text-transform: uppercase;
    font-size: calc(12px + .2vw);
    text-shadow: -1px 1px 0 var(--darkRedShadow);
    font-weight: 600;
    cursor: pointer;
    color: var(--white);
    border: none;
}

.theater-btn img {
    width: 23px;
    height: 20px;
    object-fit: contain;
    filter: invert(1);
    margin-bottom: 3px;
    transition: .2s;
}

.theater-btn:hover img {
    transform: scale(1.2);
}

.theater-player {
    position: fixed;
    display: flex;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .75);
    align-items: center;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    padding: calc(95px + 1.5vw) 0;
}

body.theater-mode {
    overflow: hidden;
}
body.theater-mode .swiper {
    display: none;
}

.theater-mode .header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 111111;
}

.theater-mode .theater-player {
    opacity: 1;
    pointer-events: initial;
}

.theater-player iframe {
    width: 100%;
    max-width: var(--maxWidth);
    min-width: 300px;
    aspect-ratio: 16/9;
}

.desactive-theater-btn {
    margin: 5px auto;
    padding: 10px 20px;
    background-color: var(--yellowColor);
    color: var(--white);
    text-transform: uppercase;
    font-size: calc(12px + .35vw);
    text-shadow: -1px 1px 0 var(--darkRedShadow);
    font-weight: 600;
    cursor: pointer;
}

@media (max-width: 450px) {
    .comment-form {
        display: flex;
        flex-direction: column;
    }
}

@media screen and (max-width: 1550px) and (max-height: 680px) {
    .single__content .main__content-flex>span:first-of-type .ring {
        top: -4%;
        height: 125vh;
        min-height: 500px;
    }
}

@media screen and (max-width: 1250px) and (max-height: 595px) {
    .single__content.main__content {
        padding-bottom: 100px;
    }

    .single__content .main__content-flex>span:first-of-type .ring {
        height: 125vh;
        min-height: auto;
    }
}

@media (max-width: 1120px) {

    .channels-dropdown {
        display: flex;
        align-items: center;
        height: 40px;
        gap: 7px;
        color: var(--white);
        text-shadow: -1px 1px 0 var(--darkRedShadow);
        cursor: pointer;
    }


    .hamburger {
        width: 20px;
        height: 12.5px;
        position: relative;
        transition: .2s;
        filter: drop-shadow(-1px 1px 0 var(--darkRedShadow));

    }

    .channels-dropdown.active .hamburger {
        transform: rotate(90deg);
    }

    .hamburger span {
        position: absolute;
        width: 100%;
        right: 0;
        background: var(--white);
        height: 2.5px;
        transition: .2s;
    }

    .hamburger span:nth-child(1) {
        top: 0;
    }

    .hamburger span:nth-child(2) {
        top: 50%;
        transform: translateY(-50%);
    }

    .hamburger span:nth-child(3) {
        bottom: 0;
    }

    .channels-dropdown.active .hamburger span:nth-child(1) {
        transform: rotate(45deg) translateY(2px);
        width: 60%;
    }

    .channels-dropdown.active .hamburger span:nth-child(2) {
        transform: translateY(-50%) translateX(-5px);
        width: 70%;
    }

    .channels-dropdown.active .hamburger span:nth-child(3) {
        width: 60%;
        transform: rotate(-45deg) translateY(-2px);
        bottom: 0;
    }

    .channels {
        position: relative;
    }

    .channels-list {
        position: absolute;
        display: flex;
        min-width: 100%;
        top: calc(100% + 1px);
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 111;
        flex-direction: column;
        border: 1px solid var(--darkRed);
        background: var(--yellowColor);
        border-top: none;
        height: auto;
        overflow: hidden;
        max-height: 0;
        gap: 0;
        transition: .2s;
    }

    .channels-list.active {
        overflow: auto;
        max-height: 240px;
    }

    .channels-list li {
        text-transform: uppercase;
        font-family: var(--primaryFont);
        font-size: calc(15px + .35vw);
        font-weight: 600;
    }

    .channels-list li a {
        padding: 5px 20px;
        color: var(--white);
        letter-spacing: 2.4px;
        display: flex;
        align-items: center;
        white-space: nowrap;
        text-shadow: -1px 1px 0 var(--darkRedShadow);
    }

    .channels-list li a:hover {
        background: var(--white);
        color: var(--yellowColor);
    }

    .double-screen-btn {
        min-width: 150px;
    }
}

@media (max-width: 1040px) {
    .main__content-header {
        bottom: calc(100% + 15px);
    }
    .single__content .main__content-header .double-screen-btn {
        position: relative;
        height: auto;
        left: initial;
        white-space: nowrap;
        column-gap: 10px;
    }
    .main__content-flex {
        flex-direction: column;
        padding-top: 0;
    }

    .main__content-flex .chat {
        width: 100%;
        max-width: 100%;
        height: 480px;
        margin-bottom: 75px;
    }
    .main__content-shows{
        border-radius: 0;
    }
}

@media (max-width: 820px) {

    .main__content-shows-row .list-center h2::before,
    .main__content-shows-row .list-left::before,
    .main__content-shows-row .list-right::before,
    .main__content-shows-row .status-row-tag::before {
        transform: skewX(-30deg);
    }

    .main__content-header div span {
        width: 25px;
        background: var(--yellowColor);
        transform: skewX(-30deg);
    }

    .main__content-flex.double-player {
        grid-template-columns: repeat(1, 1fr);
    }

    .double-player .chat {
        grid-column: 1/2;
    }

    .double-player.main__content-flex>span:first-of-type {
        min-width: 1200px;
        min-height: 1200px;
    }
}

@media (max-width: 680px) {
    .list-center.off-row h2 {
        padding-right: calc(75px + 3vw);
        white-space: nowrap;
    }

    .off-row~.list-right {
        display: none;
    }

    .main__content-flex .chat {
        width: 100%;
        max-width: 100%;
        height: 600px;
        margin-bottom: 75px;
    }

}

@media (max-width: 520px) {
    .nav {
        flex-direction: column;
        gap: 0;
        align-items: center;
    }

    .nav::before {
        bottom: 0;
    }

    .nav__logo {
        margin: 0 auto;
        width: 50%;
        min-width: 180px;
    }

    .theater-mode .nav__logo {
        width: 35%;
    }

    .channels-dropdown {
        justify-content: center;
    }

    .nav__links {
        justify-content: space-between;
        width: 100%;
    }

    .nav__links>a,
    .nav__links>div {
        flex-grow: 1;
    }


    .theater-player {
        padding-top: 200px;
    }
}
