@media screen and (max-width: 360px) {
    html {
        font-size: 4.5vw;
    }
}
.nobr {
    white-space: nowrap;
}
.content-toptv__motiv {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto 33.1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 33.1rem;
}

.content-toptv__motiv--show {
    opacity: 1;
    transition: opacity 1s;
    z-index: 2;
}

.content-toptv__motiv--hide {
    opacity: 0;
    transition: opacity 1s;
    z-index: 1;
}

.content-toptv__nav {
    text-align: center;
    padding-top: 1.1rem;
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    position: relative;
    z-index: 3;
}

.content-toptv__nav-wrap {
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.4s ease;
}

.content-toptv__nav-items {
    display: block;
    white-space: nowrap;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    font-size: 0;
}

.content-toptv__nav-item {
    font-size: 1rem;
    display: inline-block;
    background-color: rgb(255 255 255 / 0.1);
    padding: 0.51rem 0.7rem;
    line-height: 1;
    color: #fff;
    border-radius: 0.5rem;
    font-weight: 750;
    text-shadow: 0 0 5px #000;
    font-size: 0.9rem;
    text-decoration: none;
    flex: 0 0 auto;
    margin-left: 0.3rem;
    margin-right: 0.3rem;
}

.content-toptv__nav-item--active {
    background-color: #ffffff;
    color: #0d1115;
    text-shadow: none;
}

.content-toptv__nav-item:hover {
    text-decoration: none;
    background-color: rgba(255, 255, 255, 0.35);
    color: #ffffff;
}

.content-toptv__fragment-1 {
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.content-toptv__slogan {
    display: flex;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    margin: 13.4rem auto 1rem;
    text-align: center;
    position: relative;
    z-index: 3;
    justify-content: center;
    align-items: center;
}

.content-toptv__slogan-nadpis {
    line-height: 1.2;
    font-size: 2.5rem;
    font-weight: 750;
    flex: 0 0 auto;
    text-align: right;
    padding-right: 2rem;
    margin: 0;
    max-width: 32rem;
    text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.7);
}

.content-toptv__slogan-tlacitko {
    flex: 0 0 auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    border-left: 0.1rem rgba(147, 147, 147, 0.5) solid;
}

.content-toptv__slogan-tlacitko .content-toptv__slogan-link {
    box-shadow: 3px 3px 6px 2px rgba(0, 0, 0, 0.45);
}

.content-toptv__slogan-link {
    font-size: 1.2rem;
    display: inline-block;
    border-width: 0.0995em !important;
    border-style: solid;
    border-color: #ff3e00;
    border-radius: 0.4em !important;
    font-weight: var(--font-bold);
    font-family: "Nunito Sans", "Source Sans Pro", sans-serif;
    padding: 0.3925em 1.333em;
    line-height: 1.3;
    text-decoration: none;
    color: #fff;
    background: #ff3e00;
    border: 0.0497rem solid #ff3e00;
}

/** .content-toptv__promo **/

.content-toptv__promo {
    max-width: 1110px;
    margin: 0 auto 0;
    position: relative;
    z-index: 3;
    padding-top: 1rem;
}

.content-toptv__wrap {
    position: relative;
    max-width: 1205px;
    margin: 0 auto;
}

.content-toptv__promo-stage {
    padding: 1.7rem 0 0;
}

.content-toptv__promo-item.swiper-slide {
    flex: 0 0 auto;
    width: auto;
    transform-origin: center bottom;
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.content-toptv__promo-item.swiper-slide.swiper-slide-active
    .content-toptv__promo-item-image {
    box-shadow: 0 8px 20px rgb(12 12 12 / 93%);
    border-radius: 0.5rem;
}

.content-toptv__promo-item-image {
    display: block;
    width: auto;
    height: 7rem;
    border-radius: 0.5rem;
}

.content-toptv__promo-stage-prev {
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(100% - 2.7rem);
    width: 2.5rem;
    background-image: url(../../page-site/content_toptv/imgs/v2/stage-back.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.1rem auto;
    z-index: 100;
    display: block;
}

.content-toptv__promo-stage-next {
    position: absolute;
    bottom: 0;
    right: 0;
    height: calc(100% - 2.7rem);
    width: 2.5rem;
    background-image: url(../../page-site/content_toptv/imgs/v2/stage-next.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 1.1rem auto;
    z-index: 100;
    display: block;
}

.content-toptv__promo:hover .content-toptv__promo-stage-prev,
.content-toptv__promo:hover .content-toptv__promo-stage-next {
    display: block;
}

.content-toptv__prednosti {
    text-align: center;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    margin-top: 0.8rem;
    margin-bottom: 3rem;
    line-height: 2;
}

.content-toptv__prednosti-polozka {
    font-weight: 750;
}

.content-toptv__prednosti-delitko {
    color: #ff3e00;
    font-size: 1.1rem;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    font-weight: 750;
}

.content-toptv__fragment-3-bg-top {
    max-width: 66.1698rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-top: 3rem;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    background-color: #1e2429;
    border-radius: 1rem 1rem 0 0;
    text-align: center;
}

.content-toptv__fragment-3-bg-bottom {
    max-width: 66.1698rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-bottom: 3rem;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    background-color: #1e2429;
    border-radius: 0 0 1rem 1rem;
    text-align: center;
}

.content-toptv__fragment-3-bg-body {
    max-width: 66.1698rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #1e2429;
    text-align: center;
}

.content-toptv__fragment-3-nadpis {
    margin: 0;
    padding-bottom: 0.5rem;
    line-height: 1.2;
}

.content-toptv__fragment-3-popis {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.content-toptv__fragment-3-stanice {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    flex-wrap: wrap;
    column-gap: 1.8rem;
    row-gap: 0.9rem;
}

.content-toptv__fragment-3-stanice-polozka {
    display: inline-block;
    cursor: pointer;
}

.content-toptv__fragment-3-stanice-polozka img {
    display: block;
    max-width: 4rem;
    max-height: 2rem;
    object-fit: contain;
}

.content-toptv__fragment-3-typy {
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #1e2429;
    position: relative;
    padding-bottom: 2rem;
    max-width: 66.1698rem;
    user-select: none; /* zakáže výběr textu */
    -webkit-user-select: none; /* pro Safari/Chrome */
    -moz-user-select: none; /* pro Firefox */
    -ms-user-select: none; /* pro starší IE/Edge */
}
.content-toptv__fragment-3-typy-list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 0;
    position: relative;
    z-index: 2;
    width: 100%;
}

.content-toptv__fragment-3-typy-polozka-img {
    display: block;
    border-radius: 1rem;
    width: 12.45rem;
    height: 8rem;
    object-fit: cover;
    pointer-events: none;
}

.content-toptv__fragment-3-typy-polozka-text {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    display: block;
    text-align: center;
}

.content-toptv__fragment-3-typy-polozka {
    width: auto;
    height: auto;
    padding: 0 0.5rem;
}

.content-toptv__prehled-poradu {
    margin: 3rem 0;
    box-sizing: border-box;
    text-align: center;
}

.content-toptv__prehled-poradu-info {
    max-width: 900px;
    margin: 4rem auto;
    padding-left: var(--page-padding);
    padding-right: var(--page-padding);
    box-sizing: border-box;
}

.content-toptv__prehled-poradu-info-nadpis {
    margin: 0 0 0.5rem;
}

.content-toptv__prehled-poradu-vyhledavani-parametry {
    margin: 3rem 0;
}

input.content-toptv__prehled-poradu-vyhledavani-parametry-text[type="text"] {
    display: inline-block;
    width: 18rem;
    background-color: #20262a;
    border: 1px solid #20262a;
    border-radius: 0.5rem;
    line-height: 1.2;
    padding: 0.7rem;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: "Nunito Sans", "Source Sans Pro", sans-serif;
    height: 3rem;
}

.content-toptv__prehled-poradu-vyhledavani-parametry-typ {
    display: inline-block;
    width: 18rem;
    background-color: #20262a;
    border: 1px solid #20262a;
    border-radius: 0.5rem;
    line-height: 1.2;
    padding: 0.7rem;
    box-sizing: border-box;
    font-size: 1rem;
    font-family: "Nunito Sans", "Source Sans Pro", sans-serif;
    height: 3rem;
}

.content-toptv__prehled-poradu-vyhledavani-parametry-typ option {
    font-size: 1rem;
    font-family: "Nunito Sans", "Source Sans Pro", sans-serif;
    line-height: 1.2;
}

.content-toptv__prehled-poradu-vyhledavani-porady {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -0.65rem;
    margin-right: -0.65rem;
}

.content-toptv__prehled-poradu-vypis-prev {
    height: 100%;
    width: 6rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    /*pointer-events: none;*/
    background-image: url(../../page-site/content_toptv/imgs/v2/stage-back.png),
        linear-gradient(
            to right,
            rgba(18, 24, 29, 1) 0%,
            rgba(18, 24, 29, 0.8) 30%,
            rgba(18, 24, 29, 0.4) 60%,
            rgba(18, 24, 29, 0) 100%
        );
    background-position: center left 1rem, center;
    background-repeat: no-repeat;
    background-size: 1.1rem auto, auto;
}

.content-toptv__prehled-poradu-vypis-next {
    height: 100%;
    width: 6rem;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    /*pointer-events: none;*/
    background-image: url(../../page-site/content_toptv/imgs/v2/stage-next.png),
        linear-gradient(
            to left,
            rgba(18, 24, 29, 1) 0%,
            rgba(18, 24, 29, 0.8) 30%,
            rgba(18, 24, 29, 0.4) 60%,
            rgba(18, 24, 29, 0) 100%
        );
    background-position: center right 1rem, center;
    background-repeat: no-repeat;
    background-size: 1.1rem auto, auto;
}

.content-toptv__prehled-poradu-vypis-obal {
    display: flex;
    margin-left: 0;
    margin-right: 0;
}

.content-toptv__prehled-poradu-vypis-polozka {
    padding: 0 0.5rem;
}

.content-toptv__prehled-poradu-vypis-polozka.swiper-slide {
    width: auto;
    height: auto;
}

.content-toptv__prehled-poradu-vypis-polozka-obal {
    display: block;
    margin: 0;
    background-color: #000000;
    border-radius: 0.8rem;
    width: 14.8rem;
    height: 14.5rem;
    color: #ffffff;
    border: 0.05rem solid transparent;
}

.content-toptv__prehled-poradu-vypis-polozka-obal:hover {
    text-decoration: none;
    border-color: none;
}

.content-toptv__prehled-poradu-vypis-polozka-image {
    display: block;
    margin-bottom: 0;
    position: relative;
}

.content-toptv__prehled-poradu-vypis-polozka-image-bg {
    border-radius: 0.8rem 0.8rem 0 0;
    display: block;
    width: 100%;
    height: 10rem;
    object-fit: cover;
}

.content-toptv__prehled-poradu-vypis-polozka-image-logo {
    position: absolute;
    top: 0.6rem;
    right: 0.8rem;
    display: block;
    max-width: 5.6rem;
    max-height: 0.9rem;
    object-fit: contain;
    filter: drop-shadow(0 0 0.15em rgb(0 0 0));
}

.content-toptv__prehled-poradu-vypis-polozka-name {
    display: block;
    line-height: 1.2;
    padding: 0.6rem 1rem;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    height: 3.8rem;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    box-sizing: border-box;
}

.content-toptv__prehled-poradu-vypis-polozka-info {
    display: block;
    font-size: 0.8rem;
    color: #aaaaaa;
}

.content-toptv__prehled-poradu-vypis-polozka-image .global_tym {position:absolute;bottom: 1em;height: 26%;} 
.content-toptv__prehled-poradu-vypis-polozka-image .global_tym-vlajka {height: 18%}
.content-toptv__prehled-poradu-vypis-polozka-image .global_tym-soutez {left:50%;bottom: 1.3em;height:30%;transform:translateX(-50%)}
.content-toptv__prehled-poradu-vypis-polozka-image .global_tym-soutezOnly {right:5%;bottom: 7%;height:20%;}

.content-toptv__fragment-3-typy-list.swiper-wrapper {
    transition-timing-function: linear !important;
}

.content-toptv__header {
    padding-bottom: 1.2rem;
}

.content-toptv__wrap .swiper-slide {
    opacity: 0.3;
}
.content-toptv__wrap .swiper-slide.swiper-slide-prev,
.content-toptv__wrap .swiper-slide.swiper-slide-next {
    opacity: 0.7;
}
.content-toptv__wrap .swiper-slide.swiper-slide-active {
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .content-toptv__promo-item.swiper-slide {
        transform-origin: center bottom;
        padding: 0 0.5rem;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1110px) {
    .content-toptv__promo {
        max-width: none;
        margin: 0 0 0;
    }
    .content-toptv__promo-stage-prev {
        width: 3.75rem;
        background-position: center left 0.75rem;
    }
    .content-toptv__promo-stage-next {
        width: 3.75rem;
        background-position: center right 0.75rem;
    }
}

@media screen and (max-width: 1320px) {
    .content-toptv__fragment-3-bg-bottom,
    .content-toptv__fragment-3-typy,
    .content-toptv__fragment-3-bg-body,
    .content-toptv__fragment-3-bg-top {
        max-width: none;
        margin-left: 1.25rem;
        margin-right: 1.25rem;
    }
}

@media screen and (max-width: 1100px) {
    .content-toptv__motiv {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto 32.4rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 32.4rem;
    }
    .content-toptv__slogan {
        margin: 0 auto;
        height: 19.7rem;
        align-content: flex-end;
        flex-direction: column;
        justify-content: flex-end;
    }
    .content-toptv__slogan-nadpis {
        text-align: center;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
    }
    .content-toptv__slogan-tlacitko {
        padding-left: 0;
        border-left: none;
    }
}

@media screen and (max-width: 600px) {
    .content-toptv__motiv {
        background-position: top center;
        background-repeat: no-repeat;
        background-size: auto 34rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        padding-top: 34rem;
    }
    .content-toptv__slogan {
        margin: 0 auto;
        height: 21.2rem;
        align-content: flex-end;
    }
    .content-toptv__promo-item.swiper-slide {
        flex: 0 0 8rem;
    }
    .content-toptv__promo-stage {
        padding: 1.8rem 0 0;
    }
    .content-toptv__prednosti {
        margin-top: 1.6rem;
        margin-bottom: 1.6rem;
    }
    .content-toptv__slogan-nadpis {
        font-size: 2.25rem;
    }
    .content-toptv__promo-stage-prev,
    .content-toptv__promo-stage-next {
        display: none;
    }
        .content-toptv__prehled-poradu-vypis-next,
        .content-toptv__prehled-poradu-vypis-prev {
        display: none;
    }
}

@media screen and (max-width: 470px) {
    .content-toptv__motiv {
        background-size: 120% auto;
    }
}
