:root {
    --red-75: #D01F37;
    --white-100: #FFFFFF;
    --black-100: #000000;
    --gray-75: #F2F3F4;
    --light-gray-100: #F2F2F2;
    --widget-ppv-acc-first-color: #D01F37 !important;
    --widget-ppv-acc-second-color: #FFFFFF !important;
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    padding: 0 !important;
    overflow-x: hidden;
}

@media (min-width: 1400px) {
    #struktura.container {
        max-width: 1020px !important;
    }
}

.image-container > a img {
    transition: filter 0.3s ease-in-out;
}

.image-container > a:hover img {
    filter: blur(1px);
}

.image-container > a p {
    background-image: linear-gradient(var(--red-75), var(--red-75));
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: left;
    transition: background-size 0.4s ease-in-out;
}

.image-container > a:hover p {
    background-size: 100% 100%;
    color: #fff;
}

.struktura-box:hover .struktura-content {
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.1);
    color: var(--red-75) !important;
}

.struktura-name {
    border-bottom: 2px solid var(--red-75);
}

.form-control:focus {
    border: 1px solid var(--red-75) !important;
}

.form-control {
    box-shadow: none !important;
    outline: none !important;
}

.btn-danger {
    background-color: var(--red-75) !important;
    color: #fff !important;
}

.navbar-toggler, .navbar-toggler:focus {
    border: none;
    box-shadow: none;
}

.navbar-toggler > i {
    color: var(--red-75);
}

.section-header {
    color: var(--black-100);
    font-weight: 700;
    margin-left: 100px;
    padding-bottom: 75px;
    margin-bottom: 0;
}

.next-matches, .last-matches{
    padding: 75px 0;
}

.next-matches .matches {
    padding: 40px 0 40px 40px;
    background: linear-gradient(90deg, #D01F37 0%, #7B0B1A 100%);
}

.form-select {
    box-shadow: none;
}

.form-select:focus {
    box-shadow: none;
    border-color: #D01F37;
}

.live-badge-container {
    background: rgba(0, 0, 0, 0.8);
    padding: 8px 15px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: white;
    font-family: 'Segoe UI', sans-serif;
    border: 1px solid rgba(255,255,255,0.1);
}

.live-dot {
    width: 8px;
    height: 8px;
    background-color: #ff0000;
    border-radius: 50%;
    box-shadow: 0 0 8px #ff0000;
    animation: pulse-dot 1.5s infinite;
}

@keyframes pulse-dot {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.2); }
    100% { opacity: 1; transform: scale(1); }
}

.live-text {
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    padding-right: 10px;
    border-right: 1px solid #444;
}

.live-minutes {
    font-size: 18px;
    font-weight: bold;
    animation: pulse-minutes 2s infinite;
}

@keyframes pulse-minutes {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: 0.4; transform: scale(1.1); }
    100% { opacity: 1; transform: scale(1); }
}

.btn-relacja {
    display: block;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 5px 8px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 12px;
    transition: 0.3s;
    width: fit-content;
}
.btn-relacja:hover {
    background: white;
    color: #ff0000;
}

.swiper-button-next, .swiper-button-prev, .swiper-pagination {
    position: static;
    margin: 0 !important;
}

.slider-baner-next::after,
.slider-baner-prev::after {
    display: none; 
}

.slider-baner-next img {
    transform: rotateY(180deg);
}

.slider-baner-next img,
.slider-baner-prev img {
    width: 50px;
    height: 50px;
    transition: all .3s ease-in-out;
}

.slider-baner-next img:hover,
.slider-baner-prev img:hover {
    background-color: var(--red-75);
}

.btn-hover {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.btn-hover:hover  {
  transform: scale(1.02) rotate(0deg) translate(0px, 0px) skewX(0deg);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: brightness(1.2);
  background-color: var(--red-75);
  color: #ffffff;
}

.btn-line-hover {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.btn-line-hover::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: currentColor;

  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.btn-line-hover:hover::after {
  transform: scaleX(1);
} 

.social-media svg {
    fill: #fff;
    color: #fff;
    transition: all .3s ease-in-out;
}

.social-media svg:hover {
    color: var(--red-75);
}

    /* NAVBAR-HOME */
.social-media {
    background: var(--black-100);
}

.social-media .cracovia {
    color: var(--white-100);
}

.social-media .cracovia .cracovia-biznes {
    color: var(--white-100);
    text-decoration: none;
    background: var(--red-75);
    padding: 5px 15px;
}

.cracovia-shop {
    color: #000;
    padding: 5px 15px;
    background-color: #fff;
}

.cracovia-shop:hover {
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform: scale(1.02) rotate(0deg) translate(0px, 0px) skewX(0deg);
  box-shadow: 0 0px 30px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: brightness(1.2);
  color: #000;
}

.nav-logo {
    height: 40px;
    width: auto;
}

#navbar-home .nav-item > .nav-link {
    color: var(--black-100);
    font-weight: 600;
    text-transform: uppercase;
}

#navbar-home .dropdown {
    position: relative;
    color: var(--black-100);
    text-decoration: none;
}

#navbar-home .dropdown-menu {
    border: none;
    border-radius: 0;
}

#navbar-home .dropdown-menu > li > a,
#navbar-home .dropdown-menu > li > a:focus {
    color: var(--black-100);
    background-color: var(--white-100);
}

#navbar-home .nav-item {
    padding: 5px 10px 10px 10px;
}

#navbar-home .navbar-nav > .nav-item:nth-child(1) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--red-75);
}

@media screen and (max-width: 1199px) {
    #navbar-home .dropdown-submenu .dropdown-menu {
        display: none;
        position: static;
        width: 100%;
        padding-left: 20px;
        opacity: 1;
        visibility: visible;
        transform: none;
    }

    #navbar-home .dropdown-submenu.is-open > .dropdown-menu {
        display: block;
    }

    #navbar-home .dropdown-submenu > .dropdown-toggle::after {
        float: right;
        transition: transform 0.3s ease;
    }

    #navbar-home .dropdown-submenu.is-open > .dropdown-toggle::after {
        transform: rotate(180deg);
    }
}

@media screen and (min-width: 1200px) {
    #navbar-home .navbar-nav > .nav-item:nth-child(1) {
        padding: 5px 0 25px 0;
    }

    #navbar-home .dropdown-menu[data-bs-popper] {
        margin: 0;
        left: 0;
    }

    #navbar-home .navbar-nav > .nav-item:nth-child(1) > .navbar-brand {
        margin: 0;
        padding: 0 18px;
        border-left: 1px solid rgba(0, 0, 0, 0.3);
        border-right: 1px solid rgba(0, 0, 0, 0.3);
    }

    #navbar-home .nav-item {
        padding: 5px 10px 25px 10px;
        flex: 0 0 auto;
    }

    #navbar-home .dropdown::before {
        content: "";
        position: absolute;
        inset: 0;
        height: 0;
        background: var(--red-75);
        transition: height 0.3s ease;
        z-index: -1;
    }

    #navbar-home .dropdown:hover::before {
        height: 100%;
    }

    #navbar-home .dropdown:hover .nav-link {
        color: var(--white-100);
    }

    #navbar-home .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        padding: 0;
        margin-top: 25px;
        margin-left: -10px;
        background: var(--white-100);
        transform: translateY(-10px);
        transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s;
    }

    #navbar-home .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0);
    }

    #navbar-home .dropdown-item {
        position: relative;
        z-index: 1;
        overflow: hidden;
        padding: 10px 20px;
        transition: color 0.3s ease;
    }

    #navbar-home .dropdown-item::before {
        content: "";
        position: absolute;
        inset: 0;
        background: var(--red-75);
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.25s ease;
        z-index: -1;
    }

    #navbar-home .dropdown-item:hover::before {
        transform: scaleX(1);
    }

    #navbar-home .dropdown-item:hover {
        color: var(--white-100);
    }

    #navbar-home .dropdown-submenu {
        position: relative;
    }

    #navbar-home .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: 0;
        visibility: hidden;
        opacity: 0;
        transform: translateX(10px);
    }

    #navbar-home .dropdown-submenu:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        transform: translateX(0);
    }

    #navbar-home .dropdown-submenu > .dropdown-toggle {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-right: 15px;
    }

    #navbar-home .dropdown-submenu > .dropdown-toggle::after {
        display: inline-block;
        margin-left: 0.5em;
        vertical-align: 0.255em;
        content: "";
        border-top: 0.3em solid transparent;
        border-right: 0;
        border-bottom: 0.3em solid transparent;
        border-left: 0.3em solid;
    }
}

.slider-baner {
    width: 100%;
}

.slider-baner .swiper-wrapper {
    display: flex !important;
    width: 100% !important;
}

.slider-baner .swiper-slide {
    width: 100% !important; 
    height: 100%;
    flex-shrink: 0 !important;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    margin: 0 45px !important;
}

.swiper-pagination-bullet {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: 2px solid var(--white-100);
    color: var(--white-100);
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    transition: all 0.25s ease-in-out;
}

.swiper-pagination-bullet-active {
    color: #fff;
    border-color: var(--red-75);
    background: var(--red-75);
}

.banner-container {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 400px;
    max-height: 650px;
}

.left-side, .right-side {
    flex: 0 0 50%;
    position: relative;
}

.left-side {
    position: relative;
    padding: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
}

.left-side h1 {
    font-size: clamp(30px, 5vw, 65px);
    line-height: 1.1;
    z-index: 2;
}

.hero > img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}

.next-btn {
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: 2;
}

.right-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

header > .wrapper .header-element {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    color: var(--white-100);
    padding: 0 75px;
    line-height: 1;
}

header > .wrapper .header-element > a {
    padding: 5px 25px;
    background: var(--red-75);
    color: var(--white-100);
    text-decoration: none;
}

header > .wrapper .header-element:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 100%;
    background: var(--red-75);
}

/* SECTION */

.next-matches {
    background: var(--gray-75);
}

.next-matches .matches span.datatime,
.next-matches .matches span.vs {
    text-align: center;
    display: block;
    color: var(--white-100);
    font-weight: 600;
    font-size: 35px;
}

.next-matches .matches span.team {
    text-align: center;
    display: block;
    color: var(--white-100);
    font-weight: 600;
    font-size: 18px;
    background: var(--black-100);
    padding: 5px 10px;
    margin-top: 10px;
    width: 100%;
    border-radius: 15px;
}

.next-matches .matches .data_location {
    color: var(--white-100);
}

.next-match-data {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    line-height: 1.2;
    color: var(--white-100);
    background: var(--black-100);
    width: 20%;
}

.next-match-team {
    font-size: 14px;
    font-weight: 700;
    background: var(--white-100);
    color: var(--black-100);
    width: 73%;
}

.next-matches-list {
    margin-left: 25px;
    margin-right: -75px;
}

/* SECTION LAST MATCH & TABLE */
.last-matches-table h1 {
    color: var(--white-100);
}

.last-matches .last-matches-table, .shop {
    background: linear-gradient(90deg, #D01F37 0%, #7B0B1A 100%);
}

.last-matches .last-matches-table .result {
    font-size: 35px;
    color: var(--white-100);
    font-weight: 600;
}

.last-matches .last-matches-table .team {
    width: 100%;
    text-align: center;
    display: block;
    color: var(--white-100);
    font-weight: 600;
    background: var(--black-100);
    padding: 5px 25px;
    margin-top: 10px;
}

.last-matches-table .table-layout {
    height: 100%;
    width: 100%;
    background: var(--white-100);
}

.last-matches-table table {
    width: 85%;
}

.last-matches-table table img {
    object-fit: contain;
}

.last-matches-table table th {
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
}

.last-matches-table table thead th > span{
    color: var(--white-100);
    background: var(--black-100);
    padding: 10px 25px;
}

.last-matches-table table th {
    text-align: center;
    vertical-align: middle;
}

.last-match-result {
    padding: 45px 0 45px 15px;
}

.news {
    padding: 75px 0;
}

.news h1 {
    color: var(--black-100);
}

.news-banner {
    background-image: url('assets/images/news2.webp');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.news-banner h1 {
    color: var(--white-100);
}

.news-header {
    padding: 30px;
    width: 95%;
    min-height: 157px;
    border: 1px solid var(--black-100);
    border-top: none;
}

.news-header span,
.news-header h5 {
    font-weight: 700;
}

.news-header > a {
    padding: 5px 15px;
    text-decoration: none;
    background: var(--red-75);
    color: var(--white-100);
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.news .news-view-more {
    display: inline-block;
    color: var(--white-100);
    text-decoration: none;
    background: var(--red-75);
    padding: 10px 40px;
    font-weight: 700;
    font-size: 24px;
    margin-top: 75px;
}


.news-image-wrapper {
    float: right;
    margin-left: 20px;
    margin-bottom: 15px;
    max-width: 50%;
    text-align: center;
}

.news-image-wrapper img {
    width: 100%;
    max-width: 600px;
    height: auto;
    display: block;
}

.news-preamble {
    font-weight: bold;
    margin-bottom: 20px;
}

.cat:focus {
    border-color: var(--red-75);
}

.about-content::after {
    content: "";
    display: table;
    clear: both;
}

.subpage-news-header {
    position: relative;
}

.subpage-news-header::before {
    content: "";
    position: absolute;
    left: -50px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--red-75);
}

/* VIDEO */
.video { 
    background: linear-gradient(90deg, #D01F37 0%, #7B0B1A 100%);
    padding: 40px 0;
}

.video p {
    display: flex;
    align-items: center;
    gap: 35px;
    font-weight: 700;
    font-size: 24px;
    color: var(--white-100);
}

.video p > span {
    position: relative;
    display: inline-flex;
    background-color: #D11F37;
    padding: 20px 20px 20px 40px;
}

.video p > span::after {
    content: "";
    position: absolute;
    right: -20px;
    top: 0;
    height: 100%;
    width: 20px;
    background-color: #D11F37;
    clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.video a,
.video svg {
    transition: all .3s ease-in-out;
}

.video a:hover > h2 {
    box-shadow: 0 0px 30px rgba(0, 0, 0, 0.3);
}

.video a:hover {
    transform: scale(1.1);
}

.video a:hover svg {
    color: var(--red-75);
}

.video svg {
    position: relative;
    z-index: 5;
    color: var(--white-100);
}

.video h2 {
    padding: 5px 20px;
    margin-left: -16px;
    margin-top: -10px;
    color: var(--white-100);
    background: var(--black-100);
}


/* PLAYERS */

.players {
    background-image: url('/assets/images/tlo.webp');
    background-size: cover;

    background-repeat: no-repeat;
    padding: 75px 0;
}

.players .section-header {
    padding-bottom: 25px;
}

.players button{
    font-weight: 700;
    outline: none;
    border: none;
    border-radius: 0;
}

.players .btn {
    box-shadow: none !important;
    border: 0 !important;
}

.players .btn:focus {
    box-shadow: none !important;
    border: 0 !important;
}

.players button[data-bs-toggle="collapse"][aria-expanded="true"] {
    background: var(--red-75) !important;
    color: var(--white-100) !important;
    border-radius: 0;
    padding: 5px 25px;
}

.accordion-button:not(.collapsed) {
    color: inherit !important;
    background-color: transparent !important;
}

.accordion-button {
    background-color: transparent !important;
}


.section-header-player {
    color: var(--black-100);
    font-weight: 700;
    margin-left: 100px;
    margin-bottom: 0;
}

.player_container {
    position: relative;
    overflow: visible;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
}

.player_container .accordion-collapse {
    position: relative;
    z-index: 10;
    width: 100%;
    background-image: url('/_public/source/elementy_strony/player-bg-hockey.jpg');
    background-size: cover;
    transform: translateY(-191px);
}

.player_avatar {
    width: 175px;
    height: 175px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid var(--red-75);
}

.player_avatar .player_avatar_image {
    display: block;
    width: 150%;
    margin-top: -8px;
    margin-left: -43px;
}


.player__avatar {
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    border: 3px solid var(--red-75);
}

.player__avatar > .player_avatar_image {
    display: block;
    width: 135%;
    margin-top: -8px;
    margin-left: -43px;
}

.player__content {
    position: relative;
    min-height: 72px;
}

.player__content::before{
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    width: 4px;
    height: 100%;
    background-color: var(--red-75);
}

.player_content {
    position: relative;
    margin-left: 75px;
}

.player_more_info {
    position: absolute;
    bottom: 100%;
    right: 100%;
}

.player_meta {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

.player_position {
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}

.player_content_more {
    position: relative;
    margin-top: 88px;
    display: flex;
    font-size: 32px;
    line-height: 40px;
}

.player_content_more h3 {
    color: var(--white-100);
    font-weight: 800;
    text-transform: uppercase;
}

.player_content_more p {
    margin: 24px 0;
    font-size: 20px;
    line-height: 28px;
    color: #aaa;
}

.accordion-button.collapsed .accordion-button.collapsed {
    display: none;
}

.accordion-button:not(.collapsed) .accordion-button.collapsed {
    display: none;
}

.player_content_more_contol {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 1000;
    right: 0;
    top:-50px;
    width: 40px;
    height: 40px;
    background-color: var(--white-100);
    cursor: pointer;
}


/* SHOP */


.shop {
    position: relative;
    padding-top: 75px;
    padding-bottom: 200px;
    margin-bottom: 225px;
}

.shop .section-header {
    color: var(--white-100);
}

.shop .category-shop span {
    width: 60%;
    text-align: center;
    font-weight: 700;
    padding: 7px 25px;
    color: var(--white-100);
    background: var(--black-100);
}

.shop .swiper-slide {
    margin-bottom: 25px;
}

.shop .section-subheader h2 {
    padding: 5px 20px;
    margin-left: -12px;
    margin-top: -10px;
    color: var(--white-100);
    background: var(--black-100);
}


/* PARTNERS */
.partners .partners-box {
    padding: 75px 0;
}

.partners .partners-box h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.partners .partners-box:nth-child(2n+1) {
    background: var(--gray-75);
}

.partner-official img {
    margin-left: 25px;
    margin-right: 25px;
}


/* FOOTER */
footer {
    position: relative;
}

footer::before {
    content: "";
    position: absolute;
    top: -15px;
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, #D01F37 0%, #7B0B1A 100%);
}

.footer-list {
    background: var(--light-gray-100);
}

.footer-list .list-group-item > button,
.footer-list .list-group-item > span {
    font-weight: 700;
    text-transform: uppercase;
}

.footer-list .list-group-item > .list-group > .list-group-item {
    background: transparent;
    border: none;
    padding-left: 0;
}

.footer-list .list-group-item > .list-group > .list-group-item > a {
    color: var(--black-100);
    text-decoration: none;
}

.footer-list .list-group-item > .list-group > .list-group-item > a:hover {
    color: var(--red-75);
}

.footer-list .all-right-reserved ul > li {
    list-style: none;
}

.footer-list .all-right-reserved ul > li > a {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--black-100);
    text-decoration: none;
    font-size: 14px;
}

.footer-list .all-right-reserved p {
    font-size: 14px;
}


/* LIVE */
.live-list ul {
    padding: 0;
    list-style-type: none;
}

.live-list ul > li {
    display: flex;
    align-items: center;
    background-color: var(--white-100);
    box-shadow: 0 2px 0 0 #E0E0E0;
    margin-bottom: 4px;
    height: 80px;
    padding-right: 24px;
    padding-left: 24px;
}

.live-list ul > li .time {
    color: #616161;
    font-size: 16px;
    line-height: 24px;
    width: 85px;
}

.live-list ul > li .league {
    color: #616161;
    font-size: 16px;
    line-height: 24px;
    width: 148px;
    margin-left: 12px;
}

.live-list ul > li .team1 {
    text-align: right;
    margin-right: 32px;
    width: 250px;
}

.live-list ul > li .team1 > span,
.live-list ul > li .team2 > span {
    font-size: 16px;
    line-height: 24px;
    color: #04151f;
}

.live-list > ul .results {
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 78px;
    height: 48px;
    border-radius: 4px;
    font-weight: 700;
    background-color: #04151f;
    color: #fff;
}

.live-list ul > li .team2 {
    margin-left: 32px;
    width: 250px;
}


.live-list ul > li a {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    width: 180px;
    font-weight: 700;
    color: #04151f;
    white-space: nowrap;
}

.comming_live {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    width: 180px;
    font-weight: 700;
    color: var(--red-75) !important;
    margin-left: auto;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none;
}


/* LIVE PAGE */
.live_date_start {
    display: block;
    text-align: center;
    font-size: 16px; 
    line-height: 24px; 
    color: #04151F;;
}

.live_time_start {
    font-size: 16px; 
    line-height: 24px; 
    color: #757575;
    margin-left: 16px;
}

.live_place {
    text-align: center;
    font-size: 16px; 
    line-height: 24px; 
    color: #616161; 
    margin-top: 8px;
}

.live_logo_team {
    width: 150px;
}

.live_team_name {
    font-size: 24px;
    font-weight: 600;
}

.live_match_result_box {
    max-width: 350px;
    border: 1px solid #e0e0e0; 
    padding: 32px;
}

.live_match_end {
    font-size: 24px; 
    line-height: 32px; 
    font-weight:700; 
    text-transform: uppercase; 
    text-align: center;
    white-space: nowrap;
}

.live_match_result {
    line-height: 24px;
    font-size:16px;
    margin-top: 24px;
}

.live_match_score {
    font-size: 45px; 
    line-height: 56px; 
    font-weight: 700; 
    margin-top: 8px;
}

.live_match_third {
    background: #F5F5F5; 
    word-spacing: 5px; 
    padding: 5px 10px;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
    .nav-logo {
        height: 30px;
    }

    #navbar-home .nav-item {
        padding: 5px 0 25px 0;
    }

    #navbar-home .nav-item > .nav-link {
        font-size: 13px;
    }
    #navbar-home .dropdown:hover > .dropdown-menu {
        margin-left: 0;
    }

    #navbar-home .dropdown-menu {
        padding: 0;
        opacity: 0;
        margin-left: 0;
        transform: translateY(0px);
    }

    .next-match-data, .next-match-team{
        font-size: 13px;
    }
}

@media screen and (min-width: 1400px) and (max-width: 1700px) {
    .nav-logo {
        height: 40px;
    }

    #navbar-home .nav-item {
        /*line-height: 45px;*/
        padding: 5px 5px 25px 0;
    }

    #navbar-home .nav-item > .nav-link {
        font-size: 14px;
    }

    #navbar-home .dropdown-menu {
        padding: 0;
        opacity: 0;
        margin-left: 0;
        transform: translateY(0px);
    }
}

@media screen and (max-width: 1600px) {
    header > .wrapper .header-element {
        font-size: 24px;
        padding: 0 40px;
    }
}

@media screen and (max-width: 1400px) {
    header > .wrapper .header-element {
        font-size: 20px;
        padding: 0 40px;
    }

    .live-list ul > li .time {
        font-size: 14px;
        line-height: 20px;
    }

    .live-list ul > li .league {
        font-size: 14px;
        width: 112px;
        line-height: 20px;
    }

    .live-list ul > li .team1 {
        margin-right: 16px;
        width: 240px;
    }

    .live-list ul > li .team2 {
        margin-left: 16px;
        width: 240px;
    }

    .live-list ul > li .team1 > span,
    .live-list ul > li .team2 > span {
        font-size: 12px;
    }
}



@media screen and (max-width: 1200px) {
    header > .wrapper .header-element {
        font-size: 16px;
        padding: 0 35px;
    }

    .next-match-data, .next-match-team{
        font-size: 12px;
    }

    .last-matches-table table thead th > span {
        padding: 10px 20px;
    }

    .player__avatar {
        width: 225px;
        height: 225px;
    }

}

@media screen and (min-width: 992px) {
        .accordion-button:not(.collapsed)::after {
    background-image: url('assets/images/arrow2.svg');
    transform: (90deg);
}

.accordion-button::after {
    width: 100px;
    height: 100px;
    background-image: url('assets/images/arrow2.svg');
    background-size: 50px;
    margin-left: 100px;
}

}


@media screen and (max-width: 992px) {
    header > .wrapper .header-element {
        font-size: 12px;
        padding: 0 30px;
    }

    .left-side, .right-side {
        flex: 0 0 100%;
        height: 100%;
        position: relative;
    }

    .left-side {
        position: absolute;
        background-image: none;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        z-index: 1;
    }

    .left-side::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(255, 35, 10, 0.5);
        z-index: 2;
    }

    .left-side::after {
        content: "";
        position: absolute;
        top: 30%;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, transparent, rgba(80, 0, 0, 0.8));
    }

    .news {
        margin: 0;
    }

    .last-matches {
        padding-bottom: 0;
    }

    .next-matches .matches span.datatime,
    .next-matches .matches span.vs {
        text-align: center;
        display: block;
        color: var(--white-100);
        font-weight: 600;
        font-size: 20px;
    }

    .next-matches .matches .match_day > img,
    .last-match-result img{
        width: 100px !important;
        height: 100px !important;
    }

    .next-matches .matches span.team {
        text-align: center;
        display: block;
        color: var(--white-100);
        font-weight: 600;
        font-size: 12px;
    }

    .next-matches .matches .data_location > span{
        font-size: 11px;
    }

    .next-matches-list {
        margin: 0;
    }

    .next-matches .matches {
        padding: 25px;
    }

    .next-matches-list > div {
        padding: 0;
    }

    .last-matches-table .table-layout {
        background: transparent;
    }

    .last-matches-table table {
        position: relative !important;
        margin-top: -25px;
        width: 100% !important;
    }

    .footer-list .list-group-item {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .live-list ul li > div {
        width: 100%;
        justify-content: center
    }

    .live-list ul > li {
        display: flex;
        flex-direction: column;
        margin-top: 8px;
        padding-bottom: 16px;
        padding-left: 0;
        padding-right: 0;
        height: inherit;
    }

    .live-list ul > li .time {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 16px;
        line-height: 24px;
        background-color: #909ba3;
        color: #fff;
        width: 100%;
        height: 32px;
        padding-left: 0;
    }

    .live-list ul > li .league {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 148px;
        margin-top: 16px;
        margin-left: 0;
    }

    .live-list > ul .results {
        font-size: 20px;
        line-height: 28px;
        background-color: transparent;
        color: #04151f;
        font-weight: 800;
        margin-right: 4px;
        margin-left: 4px;
    }

    .live-list ul > li a {
        width: auto;
        margin-left: 0;
        margin-top: 16px;
    }

    .live-list ul > li .team1, 
    .live-list ul > li .team2 {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .live-list ul > li .team1 > span {
        order: 2;
        margin-right: 0;
        text-align: center;
    }

    .live-list ul > li .team2 > span {
        margin-left: 0;
        text-align: center;
    }

    .comming_live {
        width: auto;
        margin-left: 0;
        margin-top: 16px;
    }



    /* LIVE PAGE */
    .live_match_box {
        margin-top: 72px;
    }

    .live_match_result_box {
        max-width: 100px;
        border: none;
        padding: 0;
    }

    .live_match_result {
        display: none;
    }

    .live_match_score {
        font-size: 32px;
        line-height: 40px;
        margin-top: 0;
    }

    .live_match_end {
        font-size: 20px; 
        line-height: 28px; 
        width: 200px; 
        transform: translateY(-48px);
    }

    .live_match_third {
        background: none;
        padding: 0; 
    }

    .live_logo_team {
        width: 88px;
    }

    .live_team_name {
        font-size: 16px;
        line-height: 24px;
    }


    .last-matches .last-matches-table .team {
        padding: 0;
        background: transparent;
    }


    .accordion-button:not(.collapsed)::after {
        background-image: url('assets/images/arrow2.svg');
        transform: rotate(-90deg);
    }

    .accordion-button::after {
        background-image: url('assets/images/arrow2.svg');
        background-size: auto;
        transform: rotate(90deg);
    }

}

@media screen and (max-width: 768px) {
    header > .wrapper .header-element {
        padding: 0 20px;
    }

    .shop .section-header {
        text-align: center;
    }

    .section-header,
    .section-header-player {
        margin-left: 0;
    }

    .category-shop.swiper {
        width: 55% !important;
    }

    .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
        color: transparent;
    }
}

@media screen and (max-width: 576px) {
    header > .wrapper .header-element::after {
        display: none !important;
    }

    .next-matches .matches {
        padding: 25px 10px;
    }

    .next-match-team{
        width: 100%;
        padding-top: 12px;
    }

    .next-match-data {
        width: auto;
        min-width: fit-content;
        white-space: nowrap;
        position: absolute;
        top: 0;
        left: -10px;
        transform: translateY(-50%);
    }

    .next-btn {
        bottom: 20px;
        right: 20px;
    }

    .next-btn > img{
        width: 50px;
        height: 50px;
    }

    .next-match-team img {
        width: 25px !important;
        height: 25px !important;
    }

    .container-sm {
        padding-left: 0;
        padding-right: 0;
    }

    .last-matches-table table thead th {
        padding: 0;
    }

    .last-matches-table table thead th > span {
        display: inline-block;
        width: 100%;
        padding: 10px 10px;
    }

    .last-matches-table table th {
        font-size: 10px;
    }

    .last-match-result {
        padding: 0;
    }

    .category-shop.swiper {
        width: 70% !important;
    }

    .live_team_name {
        font-size: 14px;
    }

    .player_container:not(:last-child) {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }

    .player_avatar {
        display: none;
    }

    .player_content {
        margin-left: 0;
    }

    .section-header-player {
        margin-left: 45px;
    }

    .accordion-button::after {
        margin-right: 15px;
    }

    .player_container .player_content_more_contol {
        display: none;
    }

    .player_container .accordion-collapse {
        transform: translateY(0);
    }

    .player_more_info {
        left: -40px;
        top: 50%;
        bottom: 0;
        right: 0;
        transform: translateY(-50%);
    }

    .next-matches .matches .match_day > img {
        width: 75px !important;
        height: 75px !important;
    }

    .news-image-wrapper {
        float: none;
        margin: 0 auto 20px;
        max-width: 100%;
        text-align: center;
    }
    
    .news-image-wrapper img {
        max-width: 500px;
        margin: 0 auto;
    }

    .partner-official img {
        margin: 0;
    }
}


.subpage a{
	color:#cd0829;
}

.tauron-hokej-liga-table {
    border-color: var(--red-75) !important;
}

.tauron-hokej-liga-table tbody {
    border: 2px solid var(--red-75) !important;
}

.tauron-hokej-liga-table th {
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.tauron-hokej-liga-table tbody th {
    height: 72px;
}

.tauron-hokej-liga-table tbody > tr:not(:last-child) > th {
    border-bottom-width: 4px !important;
}

.tauron-hokej-liga-th {
    background-color: var(--red-75) !important;
    color: var(--white-100) !important;
}

.tauron-hokej-liga-th::after {
    content: "";
    display: block;
    position: absolute; 
    
    top: 0;
    left: 100%;
    
    width: 0;
    height: 0;
    border-top: 36px solid transparent;
    border-bottom: 36px solid transparent;
    border-left: 18px solid var(--red-75); 
    
    z-index: 1; 
}

.tauron-hokej-liga-table tbody tr > th:not(:last-child, .tauron-hokej-liga-th)::after {
    content: "";
    position: absolute;
    right: 0;
    background: #E0E0E0;
    width: 2px;
    height: 50%;
    top: 25%;
}

.news-main-text{
	margin-top:20px;
}

.news-main-text h2{
	font-size:18px;
line-height:26px;	
	font-weight:normal;
}