:root {
    --font-bold: 750;
    --font-normal: 300;
    --page-padding: 1.25rem;
}

html {
    scrollbar-color: #727272 #181818;
    font-size: 120%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    min-width: auto;
    font-optical-sizing: none;
}

::-webkit-scrollbar {
    background: #181818;
}

::-webkit-scrollbar-thumb {
    background: #727272;
}

::-webkit-scrollbar-thumb {
    background: #5e5e5e;
    border-radius: 0.398rem;
    box-shadow: inset 0.0995rem 0.0995rem 0.0995rem hsla(0, 0%, 100%, 0.25),
        inset -0.0995rem -0.0995rem 0.0995rem rgba(0, 0, 0, 0.25);
}

.page-handle-arrows {
    font-size: 1.25vw;
}

.page-handle-arrows .menu_content {
    width: 100%;
    max-width: none;
}

.spinner > div {
    color: white;
}

/* Address `outline` inconsistency between Chrome and other browsers.*/
a:focus {
    /*outline: 0;*/ /* musi byt outline - pristupost */
}

/*Improve readability when focused and also mouse hovered in all browsers.*/
a:active,
a:hover {
    outline: 0;
}

html {
    min-height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
    min-height: 100%;
    color: white;
    font-optical-sizing: auto;
    font-variation-settings: "wdth" 100, "YTLC" 500;
}

input,
textarea,
select,
select option,
select optgroup,
label {
    font-family: "Nunito Sans", "Source Sans Pro", sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 1rem;
}

body.body_background4 {
    background: url("../imgs/dark/background4blue2.jpg") no-repeat center center !important;
    background-size: cover !important;
}

body.body_background4hbo {
    background: url("../imgs/dark/background4hbo.jpg") no-repeat center center !important;
    background-size: cover !important;
}

body {
    font-weight: 300;
    background-color: #12181d;
    /*font-size: 1.25em;*/
}

select.new_input_concat_input:-webkit-autofill,
select.new_input_concat_input:-webkit-autofill:hover,
select.new_input_concat_input:-webkit-autofill:focus,
select.new_input_concat_input:-webkit-autofill:active,
input.new_input_concat_input:-webkit-autofill,
input.new_input_concat_input:-webkit-autofill:hover,
input.new_input_concat_input:-webkit-autofill:focus,
input.new_input_concat_input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 50px #0e1317 inset !important;
    -webkit-text-fill-color: #ffffff !important;
}

select.new_input_concat_input {
    appearance: none; /* skryje default šipku */
    -webkit-appearance: none;
    -moz-appearance: none;
}
.new_input_contact_select::after {
    content: "\f0dd"; /* fa-sort-desc v FA4 */
    font-family: "FontAwesome"; /* správný název pro FA4 */
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    font-weight: 900;
    position: absolute;
    right: 0.8em;
    top: 43%;
    transform: translateY(-50%);
    pointer-events: none;
}
@media screen {
    body {
        /*color: rgb(56, 238, 102);*/
    }
}

.index_content {
    background: #12181d;
}

body.body_background4 .index_content {
    background: none;
}

.index_content_body {
    z-index: 1;
}

.menu_order .menu_itemA,
.menu_login .menu_itemA {
    border-radius: 0.4em !important;
    padding: 0;
    border-width: 0.0995rem !important;
}

.euro_num {
    color: white;
    font-weight: 100;
    display: inline !important;
}

button,
input[type="submit"],
input[type="button"] {
    font-family: "Nunito Sans", "Source Sans Pro", sans-serif;
}

ul,
li,
p {
    margin: 0;
    padding: 0;
}

b,
strong {
    font-weight: var(--font-bold);
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    background: #383838;
    font-size: 1em;
    padding: 0.4em;
    border: 0.0497rem solid #dfdfdf;
    color: white;
}

textarea {
    width: 100%;
    box-sizing: border-box;
    background: white;
    font-size: 1em;
    padding: 0.4em;
    border: 0.0497rem solid #dfdfdf;
    font-family: "Source Sans Pro", sans-serif;
    background: #383838;
    color: white;
}

select {
    font-size: 1em;
    padding: 0.4em;
    border: 0.0497rem solid #dfdfdf;
    max-width: 100%;
    background: #383838;
    color: white;
}

#chat-application {
    z-index: 199 !important;
}

input::-webkit-input-placeholder {
    /* Edge */
    color: white;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

input::placeholder {
    color: white;
}

input:-internal-autofill-selected {
    background: #060301 !important;
    color: blue !important;
}

.global__switch {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 1em;
    vertical-align: middle;
}
.global__switch--input {
    opacity: 0;
    width: 0;
    height: 0;
}
.global__switch--slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.3s;
    border-radius: 1em;
}
.global__switch--slider:before {
    position: absolute;
    content: "";
    height: 0.7em;
    width: 0.7em;
    left: 0.15em;
    bottom: 0.15em;
    background-color: white;
    transition: 0.3s;
    border-radius: 50%;
}
.global__switch--input:checked + .global__switch--slider {
    background-color: #ff3e00;
}
.global__switch--input:checked + .global__switch--slider:before {
    transform: translateX(1em);
}
.global__switch--label {
    vertical-align: middle;
    position: relative;
}

.error_input {
    animation: error_input_fadeout 2s linear 1 forwards;
}

.error_input.error_input-nofade {
    animation: none;
}

.error_check * {
    color: red !important;
}

input.error_input,
select.error_input,
textarea.error_input {
    border: 0.0995rem solid red !important;
    border-radius: 0.199rem;
}

.content_orangeButton {
    transition: transform 0.2s, box-shadow 0.2s;
}

.content_orangeButton:hover {
    text-decoration: underline;
}

.content_underlineButton {
    text-decoration: underline;
    color: white;
}

.content_underlineButton:hover {
    text-decoration: none;
}

.global-search-input,
input[type="text"].global-search-input {
    padding: 0.3rem 0.6rem;
    line-height: 1.3;
    border-width: 0.0995em;
    border-style: solid;
    border-color: transparent;
    background-color: #353a3f;
    color: #fff;
}

.content_toptv_search .global-search-input::placeholder,
.global-search-input::placeholder {
    color: #aeafb0;
    text-align: left;
    text-transform: none;
}


.tooltipster-sidetip.tooltipster-top.tooltipster-lepsitv {
    pointer-events: all;
    border: none;
    background: none;
}

.tooltipster-sidetip.tooltipster-lepsitv .tooltipster-box {
    border: none !important;
    border-radius: 0.597rem;
    padding: 0;
    box-shadow: 0 0 0.8955rem 0.2985rem rgba(0, 0, 0, 1);
    -webkit-box-shadow: 0 0 0.8955rem 0.2985rem rgba(0, 0, 0, 1);
    -moz-box-shadow: 0 0 0.8955rem 0.2985rem rgba(0, 0, 0, 1);
    margin-left: var(--page-padding);
    margin-right: var(--page-padding);
    box-sizing: border-box;
}

.tooltipster-sidetip.tooltipster-bottom.tooltipster-lepsitv .tooltipster-arrow-background {
    border-bottom-color: #ffd800 !important;
}

.tooltipster-sidetip.tooltipster-top.tooltipster-lepsitv
    .tooltipster-arrow-border {
    border-top-color: #ffd800 !important;
}

.tooltipster-sidetip.tooltipster-top.tooltipster-lepsitv
    .tooltipster-arrow-background {
    border-top-color: #ffd800 !important;
}

.tooltipster-lepsitv .tooltipster-box .tooltipster-content {
    padding: 0 0.1rem 0.1rem 0.1rem;
    line-height: 1.4em;
    background-color: #ffd800;
    border-radius: 0.597rem;
}

.tooltipster-lepsitv .tooltipster-content {
    overflow: visible;
}

.tooltipster-lepsitv .lepsitv-tooltip__body {
    overflow: auto;
    height: 100%;
    box-sizing: border-box;
}

.lepsitv-tooltip__title {
    color: #000;
    font-size: 1rem;
    font-weight: var(--font-bold);
    padding: 0.2rem 1rem;
}

.lepsitv-tooltip__body {
    border-radius: 0.8rem;
    background-color: #192026;
    padding: 1rem;
    line-height: 1.4;
    font-size: 1rem;
    color: #eee;
}

.lepsitv-tooltip__body p {
    margin: 0 0 0.5rem;
}

.lepsitv-tooltip__body p .lepsitv-tooltip__vice {
    margin: 0;
}

.lepsitv-tooltip__body a {
    font-weight: var(--font-bold);
}

.lepsitv-tooltip__name {
    font-size: 1.2rem;
    font-weight: var(--font-bold);
    padding: 0 0 0.1rem;
    line-height: 1.2;
    color: #ffffff;
}

.lepsitv-tooltip__vice-play {
    float: right;
}

.content-stanice-prehled__stanice-popis-nazev-tag {
    padding-top: .3rem;
    height: auto;
    width: auto;
    height: 1rem;
    object-fit: contain;
    display: inline-block;
    line-height: 1;
    padding: 0;
    margin: 0;
}


@media screen and (min-width: 1220px) {
    .content_ord_banner_2.vlevo-vpravo > .text {
        margin: 0;
    }
    .content_ord_banner_2.vlevo-vpravo > .center {
        margin: 0 0 0 2rem;
        font-size: 1rem;
    }

    .content_ord_banner_2.vlevo-vpravo {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@keyframes error_input_fadeout {
    0% {
        background: rgb(255 62 0 / 80%);
    }

    100% {
        background: transparent;
    }
}

@keyframes error_input_fadeout_inv {
    0% {
        background: transparent;
    }

    100% {
        background: rgb(255 62 0 / 80%);
    }
}

a {
    color: #ff3e00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.global_block {
    display: block;
}

/*
*:focus {
    outline: none !important;
    box-shadow: 0 0 0.1em 0.15em #ff3e00;
}*/
.index_content {
    padding: 0 1em;
    overflow: hidden;
    position: relative;
}

.index_content {
    padding: 0;
}

.index_content_fullwidth {
    margin-left: -1em;
    margin-right: -1em;
}

.index_maxWidthSmall {
    max-width: 31.8411rem;
    margin: auto;
}

.index_maxWidth {
    max-width: 35.8213rem;
}

.index_maxWidthBlock {
    max-width: 50.9458rem;
}

.index_maxWidthMax {
    max-width: 63.6823rem;
    margin-left: auto;
    margin-right: auto;
}

.index_maxWidthModul {
    max-width: 79.6028rem;
}

.index_maxWidthPadding {
    padding: 0em 0.4em;
}

.index_maxWidthCenter {
    margin: auto;
}

.index_footer {
    text-align: left;
    font-size: 1em;
    margin: auto;
    padding-top: 1em;
    margin-bottom: 2em;
    position: relative;
}

.index_footer_item {
    margin: 0 0.9em;
    white-space: nowrap;
}

.index_footer_end {
    margin-bottom: 5em;
}

.index_footer_unie {
    float: right;
}

.index_footer_block {
    position: relative;
    margin: 2em auto;
}

.index_footer_leftFirst {
    margin-bottom: 1.4em;
}

.index_footer_leftFirst > .index_footer_item {
    font-size: 0.8em;
    text-align: center;
    width: 100%;
}

.index_footer_right {
    padding: 0.5em;
    float: right;
    top: -1.3em;
    position: relative;
}

.lang {
    aspect-ratio: 28/20;
}

.index_footer img.eu,
.index_footer img.eu_small {
    height: 3.2em;
}

.index_footer_switch_lang {
    display: inline-block;
}

.index_footer_switch_lang img {
    vertical-align: middle;
    display: inline-block;
}

.index_footer_search {
    margin-top: 1.4em;
    display: inline-block;
    width: 20em;
}

/*
.index_footer_search .gsc-input-box {height:1.8em!important}
.index_footer_search input.gsc-input{font-size:  0.8em!important}
.index_footer_search form.gsc-search-box {font-size: inherit!important}
.index_footer_search * {font-size: inherit!important}
*/

/*global*/
.global_fontWeight100 {
    font-weight: 100;
}

.global_clear {
    clear: both;
}

.global_textCenter {
    text-align: center;
}

.global_textRight {
    text-align: right;
}

.global_textLeft {
    text-align: left;
}

.global_textJustify {
    text-align: justify;
}

.global_bold {
    font-weight: var(--font-bold);
}

.global_fontOther {
    font-weight: lighter;
}

.global_none {
    display: none;
}

.global_hidden {
    visibility: hidden;
}

.global_noneImportant {
    display: none !important;
}

.global_center {
    text-align: center;
}

.global_opacity0 {
    opacity: 0;
}

.global_noneSeo {
    height: 0;
    visibility: hidden;
    position: absolute;
    overflow: hidden;
    left: -100%;
}

.global_pointer {
    cursor: pointer;
}

.global_underline,
.global_underlineInvert:hover,
.global_underlineFixed,
.global_underlineFixed:hover {
    text-decoration: underline;
}

.global_table {
    display: table;
}

.page-handle-arrows .content_pricelist .content_h1 {
    display: none;
}

.page-handle-arrows
    .content_pricelist
    .content_pricelist_seotext_wrap.global_table {
    display: none;
    width: 100%;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.page-handle-arrows .content_pricelist .page-max-content {
    max-width: none;
}

.global_lineThrough {
    text-decoration: line-through;
}

.global_lineThrough2 {
    display: inline-block;
    position: relative;
}

.global_lineThrough2::after {
    content: "";
    display: block;
    position: absolute;
    height: 0.1em;
    background: white;
    top: 0.6em;
    left: -0.1em;
    right: -0.1em;
    box-shadow: 0 0 0.15em rgba(0, 0, 0, 0.8);
}

.global_tableR {
    display: table-row;
}

.global_tableC {
    display: table-cell;
}

.global_floatLeft {
    float: left;
}

.global_floatRight {
    float: right;
}

.global_fullW {
    width: 100%;
}

.global_fullH {
    height: 100%;
}

.global_nowrap {
    white-space: nowrap;
}

.global_middle {
    vertical-align: middle;
}

.global_hoverOrange:hover {
    color: #ff3e00;
}

.content_timesRoman {
    font-family: "Times New Roman", Times, serif;
}

.global_hr {
    border: 0;
    border-top: solid #cacaca 0.0497rem;
}

.global_uppercase {
    text-transform: uppercase;
}

.global_colorYellow {
    color: yellow;
}

bl {
    position: relative;
    width: 0;
    height: 0;
    cursor: pointer;
}

bl > * {
    position: absolute;
    background: red;
    border-radius: 1em;
    width: 0.5em;
    height: 0.5em;
    overflow: hidden;
    color: transparent;
}

.global_admin_preklad {
    position: fixed;
    bottom: 0;
    left: 0;
    padding: 0.5em;
    z-index: 9999;
    background: red;
    border-radius: 0 1em 0 0;
    border-top: 0.0497rem solid white;
    border-right: 0.0497rem solid white;
    color: white;
}

.global_admin_test {
    position: fixed;
    bottom: 0;
    left: 6em;
    padding: 0.5em;
    z-index: 9999;
    background: blue;
    border-radius: 1em 1em 0 0;
    border-top: 0.0497rem solid white;
    border-right: 0.0497rem solid white;
    border-left: 0.0497rem solid white;
    color: white;
}
.global_admin_test_order {
    position: fixed;
    bottom: 0;
    left: 6em;
    padding: 0.5em;
    z-index: 9999;
    background: green;
    border-radius: 1em 1em 0 0;
    border-top: 0.0497rem solid white;
    border-right: 0.0497rem solid white;
    border-left: 0.0497rem solid white;
    color: white;
    cursor: pointer;
}

.global_admin_test_order_box {
    position: absolute;
    bottom: 3em;
    background: green;
    padding: 1em;
    border-radius: 1em;
    border: 1px solid white;
}
.global_admin_test_order_box label {
    white-space: nowrap;
}
.global_admin_test_order_box a {
    color: black;
}
.global_admin_test_order_box select {
    padding: 0;
}

.global_admin_sluzba {
    position: fixed;
    bottom: 0;
    left: 6em;
    padding: 0.5em;
    z-index: 9999;
    background: green;
    border-radius: 1em 1em 0 0;
    border-top: 0.0497rem solid white;
    border-right: 0.0497rem solid white;
    border-left: 0.0497rem solid white;
    color: white;
}

.global_admin_test + .global_admin_sluzba {
    left: 12em;
}
.global_admin_test + .global_admin_test_order {
    left: 12em;
}
.global_admin_test + .global_admin_sluzba + .global_admin_test_order {
    left: 18em;
}

.global_underline1Px {
    text-decoration: none;
    position: relative;
}

.global_underline1Px:after {
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0.15em;
    border-width: 0 0 0.0497rem;
    border-style: solid;
}

.global_calculate_width * {
    white-space: nowrap;
    float: none;
}

.global_orange {
    color: #ff3e00;
}
.global_yellow {
    color: #f1c91b;
}

/*message*/
.message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.message_item {
    padding: 0.4975rem;
    margin: 0.0497rem;
}

.message_item_ok {
    background: #2e952e;
    border: 0.0497rem solid #004300;
    color: #e6ffe6;
}

.message_item_error {
    background: #952e2e;
    border: 0.0497rem solid #430000;
    color: #ffe6e6;
}

.message_item_warning {
    background: #956b2e;
    border: 0.0497rem solid #432200;
    color: #fff4e6;
}

.message_item_image {
    float: left;
    height: 100%;
    margin-right: 0.2488rem;
}

.message_item_image img {
    height: 1em;
}

.message_item_content a {
    color: inherit;
    font-weight: var(--font-bold);
    text-decoration: underline;
    margin: 0 1em;
}

.message_item_content a:hover {
    text-decoration: none;
}

/*content*/
.content_h1 {
    font-size: 2.25rem;
    font-weight: var(--font-bold);
    text-transform: none;
    text-align: center;
    margin: 2rem 0 1rem;
    line-height: 1.1;
}

.page-handle-arrows .content_h1 {
    margin: 2.5rem 0 1rem;
}

.content_h2 {
    font-weight: normal;
    font-size: 1.75em;
    font-weight: 500;
    text-align: center;
}

.content_orangeBold {
    color: #ff3e00;
    font-weight: var(--font-bold);
}

.content_underlineNoneHover:hover {
    text-decoration: none;
}

.content_underline {
    text-decoration: underline;
}

.content_bold {
    font-weight: var(--font-bold);
}

.content_nowrap {
    white-space: nowrap;
}

.content_orange,
.content_orange:hover {
    color: #ff3e00;
}

.content_green,
.content_green:hover {
    color: #00e410;
}

.content_red,
.content_red:hover {
    color: #e40000;
}

.content_orangeHover:hover {
    color: #ff3e00;
}

.content_gray {
    color: #dadada;
}

.content_grayBold {
    color: #dadada;
    font-weight: var(--font-bold);
}

.content_white {
    color: white;
}

.content_whiteBold {
    color: white;
    font-weight: var(--font-bold);
}

.content_black {
    color: white;
}

.content_uppercase {
    text-transform: uppercase;
}

.content_buttons * {
    margin-left: 0.1em;
    margin-right: 0.1em;
}

.content_success,
.content_error,
.content_neutral {
    padding: 0.5em;
    text-align: center;
    margin-bottom: 1em;
    margin-top: 1em;
    color: white;
    font-size: 1.75rem;
    font-weight: var(--font-bold);
    /*text-transform: uppercase;*/
    border-radius: 0.4em;
}

.content_success {
    background-color: #1f9322;
    background: linear-gradient(
        0deg,
        hsl(122deg 65% 35% / 20%) 5%,
        hsl(122deg 65% 35% / 65%) 80%
    );
    /*background: linear-gradient(0deg, hsl(122deg 65% 35% / 20%) 5%, hsla(122, 65%, 35%, 1) 80%);*/
}

.content_neutral {
    color: white;
}

.content_error {
    background-color: red;
    background: linear-gradient(
        0deg,
        hsl(0deg 65% 35% / 20%) 5%,
        hsl(0deg 65% 35% / 65%) 80%
    );
}

.content_errorSmall {
    background-color: red;
    padding: 0.5em;
    text-align: center;
    margin-bottom: 1em;
    color: white;
    font-size: 1em;
}

.content_successButton {
    background-color: #20c125;
    color: white;
    border-radius: 1em;
    padding: 0 0.4em;
}

.content_orangeButtonWrap,
.content_orangeButtonWrap:hover {
    text-decoration: none;
}

.content_orangeButton {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
    color: white;
    background: #ff3e00;
    border: 0.0497rem solid #ff3e00;
    display: inline-block;
    padding: 0.5em 0.7em;
    cursor: pointer;
    border-radius: 0.75em;
    margin-left: 0;
    margin-right: 0;
}

.content_orangeButton {
    text-transform: none;
}

.content_orangeButtonFull {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
    color: white;
    background: #ff3e00;
    border: 0.0497rem solid #ff3e00;
    display: inline-block;
    padding: 0.5em 0.7em;
    cursor: pointer;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 0.75em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.content_orangeButtonFull {
    text-transform: none;
}
.content_disabledButton {
    opacity: 0.5;
}
.content_disabledButton:hover {
    text-decoration: none;
    cursor: default;
}

.content_disableButton {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
    color: white;
    background: gray;
    border: 0.0497rem solid gray;
    display: inline-block;
    padding: 0.5em 0.7em;
    cursor: pointer;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 0.75em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.content_disableButton {
    text-transform: none;
}

.content_whiteButton,
.content_darkButton,
.content_grayButton,
.content_orangeButtonInvert {
    font-weight: 300;
    text-transform: uppercase;
    color: white;
    font-size: 1rem;
    padding: 0.3rem 1rem;
    border: 0.0497rem solid #ff3e00;
    display: inline-block;
    cursor: pointer;
    white-space: nowrap;
    border-radius: 0.75em;
    background: transparent;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.content_orangeButtonInvert {
    text-transform: none;
}

.content_blackButton {
    text-decoration: none !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 1em;
    color: white;
    background: #1a1a1a;
    border: 0.0497rem solid white;
    display: inline-block;
    padding: 0.5em 0.7em;
    cursor: pointer;
    line-height: 1.2;
    white-space: nowrap;
    border-radius: 0.75em;
    margin-left: 0.2em;
    margin-right: 0.2em;
}

.content_blackButton {
    text-transform: none;
}

.content_whiteButton,
.content_darkButton,
.content_grayButton,
.content_disableButton,
.content_orangeButtonInvert,
.content_orangeButtonFull,
.content_orangeButton {
    border-width: 0.0995rem;
    padding: 0.3rem 1.7rem;
    border-radius: 0.6em;
    text-transform: none;
    font-weight: var(--font-bold);
    border-radius: 0.4em;
    line-height: 1.3;
}

.content_orangeButtonFull {
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box;
    padding: 0.5em;
}

.content_orangeButton .fa.fa-play-circle {
    font-size: 1.5em;
    line-height: 0.5;
    position: relative;
    /*bottom: -0.12em;*/
    vertical-align: sub;
}

.content_orangeButton img {
    height: 1em;
    vertical-align: middle;
}

.content_orangeButtonBigger {
    font-size: 1.2em;
    padding: 0.7em 1.2em;
    margin: 0 1em;
}

.content_orangeButtonBigger img {
    height: 1.5em;
}

.content_orangeButtonSmaller {
    padding: 0.3em 0.5em;
    border-radius: 0.6em;
}

.content_orangeRedButton {
    background: red;
    border: 0.0497rem solid red;
}

html.--origin-web .content-stanice-prehled__hlavicka-tlacitko-vypis:hover,
html.--origin-web .content-stanice-prehled__tlacitko-balicek:hover,
html.--origin-web :not(.menu_short) .button-1:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_whiteButton:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_whiteButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_whiteButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_darkButton:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_darkButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_darkButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_grayButton:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_grayButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_grayButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButtonInvert:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButtonInvert:focus,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_orangeButtonInvert,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_orangeButtonInvert,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButton:not(.content_disabledButton):hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButton:not(.content_disabledButton):focus,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_orangeButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_orangeButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButton:not(.content_disabledButton):hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_orangeButton:not(.content_disabledButton),
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_orangeButton:not(.content_disabledButton),
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButtonFull:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_orangeButtonFull,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_orangeButtonFull,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_blackButton:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_blackButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_blackButton,
body:not(.onlinetv_device):not(.onlinetv_mobile) a.head_sliderButtonOrder_wrap:hover,
.onlinetv_mobileNoFocus.onlinetv_mobile a.head_sliderButtonOrder_wrap,
/* mobily vzdy blikat*/
body:not(.onlinetv_device):not(.onlinetv_mobile) .menu_order .menu_itemA:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .menu_order .menu_itemA:focus,
body:not(.onlinetv_device):not(.onlinetv_mobile) .menu_login .menu_itemA:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .menu_login .menu_itemA:focus,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_banner_2 a:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_select:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .global_shadowHower:hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .global_shadowHowerWrap:hover .global_shadowHower,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_selected:hover body:not(.onlinetv_device):not(.onlinetv_mobile) .content_hoverWrap:hover .content_hover,
body:not(.onlinetv_device):not(.onlinetv_mobile) .head_buttonmain:hover .head_buttonmain_action,
.content_orangeButtonForceBlink {
    cursor: pointer;
    position: relative;
    /*box-shadow: 0 0 0.4975rem 0.05em rgba(255,255,255,.9), inset 0 0 0.1em 0.1em rgba(255,255,255,.4);border: 0.0497rem solid white;*/
    text-decoration: none;
    outline: 0;
}

html.page-origin-web .index-top__content-button-christmas:hover:before,
html.--origin-web .content-stanice-prehled__hlavicka-tlacitko-vypis:hover:before,
html.--origin-web .content-stanice-prehled__tlacitko-balicek:hover::before,
html.--origin-web :not(.menu_short) .button-1:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_whiteButton:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_whiteButton::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_whiteButton::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_darkButton:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_darkButton::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_darkButton::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_grayButton:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_grayButton::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_grayButton::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButtonFull:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_orangeButtonFull::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_orangeButtonFull::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButtonInvert:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButtonInvert:focus::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_orangeButtonInvert::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_orangeButtonInvert::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButton:not(.content_disabledButton):hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButton:not(.content_disabledButton):focus::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_orangeButton:not(.content_disabledButton):hover::before,
.content_orangeButtonForceBlink::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:focus .content_orangeButton:not(.content_disabledButton)::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a:hover .content_orangeButton:not(.content_disabledButton)::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) a.head_sliderButtonOrder_wrap:hover::before,
.onlinetv_mobileNoFocus.onlinetv_mobile a.head_sliderButtonOrder_wrap::before,
/* mobily vzdy blikat*/
body:not(.onlinetv_device):not(.onlinetv_mobile) .menu_order .menu_itemA:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .menu_order .menu_itemA:focus::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .menu_login .menu_itemA:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .menu_login .menu_itemA:focus::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_banner_2 a:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_select:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_selected:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .global_shadowHower:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .global_shadowHowerWrap:hover .global_shadowHower::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .head_buttonmain:hover .head_buttonmain_action::before {
    /* Position the pseudo-element. */
    content: " ";
    position: absolute;
    top: -0.0497rem;
    right: -0.0497rem;
    bottom: -0.0497rem;
    left: -0.0497rem;
    border-radius: inherit;
    /* Create the box shadow at expanded size. */
    box-shadow: 0 0 0.2488rem 0.1244rem rgba(255, 255, 255, 1),
        inset 0 0 0.2488rem 0.1244rem rgba(255, 255, 255, 0.5);

    border-radius: inherit;
    /* Hidden by default. */
    opacity: 0;
    animation: index_pulse 2s infinite;
    /*border: 0.0497rem solid white;  */
    border: 0.0497rem solid #ff3e00;
    pointer-events: none;
}

html.page-origin-web .index-top__content-button-christmas:hover:before {
    border-color: #3c628f;
}

.content_orangeButtonForceBlink::before {
    /* jen bliknout */
    animation: pulseOnce 2s;
}

/*
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_select:hover::before,
body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_selected:hover::before{
  content: ' ';
  position: absolute;
  height: 0;
  right: -0.0497rem;
  bottom: -0.0497rem;
  left: -0.0497rem;
border-bottom: 0.0995rem solid white;
  opacity: 0;
  animation: pulse 2s infinite;
}

body:not(.onlinetv_device):not(.onlinetv_mobile) .content_ord_select:hover::before{
	border-color: #ff3e00;
}
*/

body:not(.onlinetv_device):not(.onlinetv_mobile)
    .content_hoverWrap:hover
    .content_hover {
    animation: pulseT 2s infinite;
    text-shadow: 0 0 0.2488rem rgba(255, 255, 255, 1),
        0 0 0.2488rem rgba(255, 255, 255, 1);
}

body:not(.onlinetv_device):not(.onlinetv_mobile)
    a:focus
    fieldset.content_orangeButtonInvert::before,
body:not(.onlinetv_device):not(.onlinetv_mobile)
    a:hover
    fieldset.content_orangeButtonInvert::before {
    clip-path: polygon(
        calc((100% - 2.5em) / 2) 20%,
        calc(100% - (100% - 2.5em) / 2) 20%,
        calc(100% - (100% - 2.5em) / 2) -10%,
        110% -10%,
        110% 110%,
        -10% 110%,
        -10% -10%,
        calc((100% - 2.5em) / 2) -10%
    );
}

@keyframes pulseOnce {
    0% {
        opacity: 0.8;
    }

    5% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes index_pulse {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        opacity: 1;
    }
}

@keyframes pulse3 {
    0% {
        box-shadow: 0 0 0.2488rem 0.1244rem rgba(255, 255, 255, 0),
            inset 0 0 0.2488rem 0.1244rem rgba(255, 255, 255, 0);
    }

    100% {
        box-shadow: 0 0 0.2488rem 0.1244rem rgba(255, 255, 255, 1),
            inset 0 0 0.2488rem 0.1244rem rgba(255, 255, 255, 0.5);
    }
}

@keyframes pulseT {
    0% {
        text-shadow: 0 0 0.2488rem rgba(255, 255, 255, 1),
            0 0 0.2488rem rgba(255, 255, 255, 1);
    }

    50% {
        text-shadow: 0 0 0.1244rem rgba(255, 255, 255, 0);
    }

    100% {
        text-shadow: 0 0 0.2488rem rgba(255, 255, 255, 1),
            0 0 0.2488rem rgba(255, 255, 255, 1);
    }
}

.button_skew {
    transform: skew(-15deg);
}

.button_skew .button_skewNone {
    display: inline-block;
    transform: skew(15deg);
}

.button_skew .button_skewRadius {
    border-radius: 0.25em 0.5em !important;
}

.content_whiteButton.content_smallButton,
.content_darkButton.content_smallButton,
.content_grayButton.content_smallButton,
.content_orangeButtonInvert.content_smallButton,
.content_orangeButton.content_smallButton {
    padding: 0.2em 1em;
    border-radius: 0.5em;
}

fieldset.content_orangeButtonInvert {
    display: inline-block;
}

fieldset.content_orangeButtonInvert {
    border-radius: 0.5em;
}

@-webkit-keyframes fadeInFromNone {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.6;
    }
}

.content_submit_sending {
    display: none;
}

.content_submit_submitting {
    cursor: default;
}

.content_submit_submitting .content_submit_sending {
    display: inline-block;
}

.content_submit_submitting .content_submit_complete {
    display: none;
}

.content_baner {
    /* margin-bottom: 3em; */
    text-align: center;
    background: #039c03;
    color: white;
}

.content_banerMessage {
    padding: 0.5em;
    font-size: 1.8em;
    color: #e7ffe7;
    text-shadow: 0.0497rem 0.0497rem 0.0995rem #717171;
}

.content_banerClose {
    float: right;
    font-size: 1em;
    color: #fff;
    text-align: right;
    background: #ff3e00;
    width: 2em;
    height: 2em;
    padding: 0.33em 0.55em 0 0;
    cursor: pointer;
    border-radius: 0 0 0 3em;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.content_banerClose:hover {
    color: #ff3e00;
    background: white;
}

.content_blurred {
    filter: blur(0.3em);
    pointer-events: none;
}

.content_blurred-invert {
    /* nastavit na prvek ktery nema byt blurred*/
    filter: none;
    pointer-events: auto;
}

/*
.content_baner {
  animation: pulse 5s infinite;
}

@keyframes pulse {
  0% {
    background-color: #4a9a4a;
  }
  50% {
    background-color: #ff3e00;
  }
  100% {
    background-color: #4a9a4a;
  }
}
*/

.index_footer_menu {
    text-align: center;
    /*display: flex; rozbijito zobrazeni mezi mobilem a pc*/
    justify-content: space-between;
}

.index_footer_menu-mobile {
    display: none;
}

.tooltipster-box {
    /*background: white!important;*/
    background: black !important;
    max-width: 10.9454rem;
    /*border: 0.0497rem solid #dfdfdf!important;*/
    border: 0.0497rem solid lightgray !important;
    box-shadow: 0 0 0.0497rem black;
    font-size: 0.7em;
    /*border-radius: 2em;*/
}

.tooltipster-box .tooltipster-content {
    /*color: #767676;*/
    color: lighgray;
    padding: 0.398rem;
    line-height: 1.4em;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #dfdfdf !important;
    margin-left: -0.199rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #dfdfdf !important;
    margin-left: -0.0497rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #dfdfdf !important;
    margin-top: 0.199rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #dfdfdf !important;
    margin-top: 0.0497rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #dfdfdf !important;
    margin-left: 0.199rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #dfdfdf !important;
    margin-left: 0.0497rem;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #dfdfdf !important;
    margin-top: -0.199rem;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #dfdfdf !important;
    margin-top: -0.0497rem;
}

.tooltipster {
    cursor: help;
}

a.tooltipster {
    cursor: pointer;
}

.tooltipster-box {
    max-width: 40em;
    width: fit-content
}

.tooltipster-wide .tooltipster-box {
    max-width: 40em;
    width: 40em;
}

.tooltipster-short .tooltipster-box {
    max-width: 20em;
    width: fit-content;
}

.tooltipster-tinyCenter {
    max-width: 10em;
    width: fit-content;
    text-align: center;
}

.tooltipster-sidetip.tooltipster-orange .tooltipster-box {
    border: solid #ff3e00 0.0995rem !important;
    border-radius: 1em;
    box-shadow: none;
    /*0 0 0.0497rem #b75000;*/
}

.tooltipster-orange .tooltipster-box .tooltipster-content {
    padding: 0.8em;
    /*color: black;*/
}

.tooltipster-orange .tooltipster-content p {
    margin-bottom: 0.6em;
}

.tooltipster-orange .tooltipster-content p:last-child {
    margin-bottom: 0;
}

.tooltipster-sidetip.tooltipster-top.tooltipster-orange .tooltipster-arrow {
    bottom: -0.0497rem;
}

.tooltipster-sidetip.tooltipster-bottom.tooltipster-orange .tooltipster-arrow {
    top: -0.0497rem;
}

.tooltipster-box h2 {
    line-height: 1.3em;
    margin-top: 0.4em;
}

.tooltipster-box .tooltipster_left {
    float: left;
    margin-right: 1em;
}

.tooltipster-content big {
    font-size: 1.4em;
    line-height: 1.4em;
    padding: 0.4em 0.8em;
    display: block;
}

.index_footer_item {
    vertical-align: middle;
    display: inline-block;
}

.fb_iframe_widget_fluid {
    vertical-align: middle;
    display: inline-block !important;
}

.fb_iframe_widget {
    vertical-align: middle;
}

/*

.content_hm_bannerClose {
    float: right;
    font-size: 1em;
    color: #fff;
    text-align: right;
    background: #ff3e00;
    width: 2em;
    height: 2em;
    padding: 0.33em 0.55em 0 0;
    cursor: pointer;
    border-radius: 0 0 0 3em;
    -webkit-transition: all .25s;
    transition: all .25s;
}

.content_hm_banner_message {font-size: 2em; text-transform: uppercase;}

.content_hm_banner {
    color: white;
    background: green;
    text-align: center;
}

*/

.index_message_text {
    margin: 1em auto 2em auto;
    text-align: center;
    font-size: 2em;
}

.index_message_title {
    text-align: center;
    margin: 2em auto;
}

.index_message_buttons {
    text-align: center;
    margin: 3em auto 7em auto;
}

.datepicker-calendar {
    color: #ff3e00;
    position: absolute;
    margin-left: -1.5em;
    margin-top: 0.5em;
}

.pagination {
    text-align: center;
    margin: 1em 0.5em;
}

.pagination a,
.pagination span {
    display: inline-block;
    padding: 0.7em 0.7em;
}

.pagination a {
    color: white;
    background: #ff3e00;
    border: 0.0497rem solid #ff3e00;
    text-decoration: none;
    -webkit-box-shadow: 0.199rem 0.3483rem 2.6866rem -0.2985rem rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0.199rem 0.3483rem 2.6866rem -0.2985rem rgba(0, 0, 0, 0.3);
    box-shadow: 0.199rem 0.3483rem 2.6866rem -0.2985rem rgba(0, 0, 0, 0.3);
    margin-bottom: 1em;
}

.pagination a:hover {
    background-color: white;
    color: #ff3e00;
}

.pagination span {
    background: #cccccc;
    border: 0.0497rem solid #cccccc;
}

.page-handle-arrows .body-order {
    background: #12181d !important;
}

.body-order .index_footer {
    margin-top: 15em;
}

.body-order .index_footer .index_footer_menu {
    display: block;
}

.global_elipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.global_appstore {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 30;
    background: rgba(0, 0, 0, 0.9);
    text-align: center;
}

.global_appstore_table {
    width: 100%;
    display: table;
}

.global_appstore_text {
    padding: 1em;
    display: inline-block;
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
    color: white;
}

.global_appstore_text span {
    color: #ff3e00;
    text-decoration: underline;
}

.global_appstore_img {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0.5em;
}

.global_appstore_logo {
    border-radius: 15%;
    display: inline-block;
    border: solid #151515 0.0497rem;
}

.global_appstore .global_appstore_logo {
    height: 3em;
    vertical-align: middle;
}

.global_appstore_close {
    padding: 0.25em 0.5em;
    cursor: pointer;
    display: table-cell;
    vertical-align: top;
    font-size: 2em;
    text-align: right;
}

.global_appstore_space {
    height: 8em;
}

.global_preklad_pouzity {
    animation: preklad_pouzity_fade 4s forwards;
}

.fb_iframe_widget span,
.fb_iframe_widget iframe {
    width: 7.4628rem !important;
}

.content_terms {
    color: white;
}

.content_terms #cenik_title {
    font-size: 1em;
}

.content_terms h1 {
    font-size: 1em !important;
}

.index_message_text_checkbox_wrap {
    display: inline-block;
    text-align: left;
}

.index_message_text_checkbox {
    color: #ff3e00;
    margin-right: 0.2em;
    width: 1em;
    display: inline-block;
}

@keyframes preklad_pouzity_fade {
    from {
        background-color: rgba(242, 245, 169, 1);
    }

    to {
        background-color: rgba(242, 245, 169, 0);
    }
}

@media screen and (max-width: 1024px) {
    .index_footer_menu {
        display: block;
    }
}

@media screen and (max-width: 650px) {
    .index_footer {
        display: block;
        line-height: 2;
    }

    .index_footer_left {
        width: 45%;
        vertical-align: top;
    }

    .index_footer_right {
        width: 55%;
        vertical-align: top;
        top: -0em;
    }

    .onlinetv_mobile .index_footer_right {
        display: none;
    }

    .onlinetv_mobile .index_footer_leftFirst .index_footer_item {
        display: none;
    }

    .index_footer_leftFirst {
        margin-bottom: 0.6em;
        text-align: center;
    }

    .index_footer_leftFirst .index_footer_item-veta {
        width: 28%;
    }

    .index_footer_item {
        margin: 0 0.5em;
        white-space: normal /*pre-line*/;
    }

    .index_footer_item:before {
        content: " ";
    }

    .index_footer_menu-mobile {
        display: block;
        padding: 0.5em;
    }

    .index_footer_menu-nomobile {
        display: none;
    }

    .body-order .index_footer {
        margin-top: 2em;
    }

    .index_footer img.eu {
        height: auto;
        width: 100%;
        display: block;
    }

    .index_footer img.eu_small {
        height: 5em;
    }

    /*.index_content{padding: 0}*/
}

@media screen and (max-width: 650px) {
    .content_h1 {
        margin-top: 2rem;
    }
}

@media screen and (min-width: 481px) {
    .onlinetv_mobileNoFocus.onlinetv_mobile
        a.head_sliderButtonOrder_wrap::before {
        /*transform: skew(-15deg);*/
        border-radius: 0.25em 0.5em !important;
    }
}

@media screen and (max-width: 480px) {
    .index_content_fullwidth {
        margin-left: -2em;
        margin-right: -2em;
    }

    .onlinetv_mobileNoFocus.onlinetv_mobile
        a.head_sliderButtonOrder_wrap::before,
    .head_sliderButtonOrder_wrap {
        border-radius: 0.5em !important;
    }

    .tooltipster-box .tooltipster-content {
        color: white;
    }

    .fb_iframe_widget_fluid {
        margin-top: 0.5em;
    }

    body:not(.onlinetv_device):not(.onlinetv_mobile)
        .head_sliderButtonOrder_wrap:hover::before,
    .onlinetv_mobile .head_sliderButtonOrder_wrap::before {
        border-radius: 0.5em;
    }
}

/*input begin*/

.new_input_part_contact_full {
    margin: auto;
}

.new_input_part_contact_full .new_input_part_contact_full_hide {
    display: block;
    margin: 1em 0;
}

.new_input_part_contact_full .new_input_contact_row {
    margin: 0.5em 0;
    float: left;
    width: 48%;
    padding: 0 1%;
    margin: 1em 0;
}

.new_input_part_contact_full .new_input_contact_rowFull {
    width: 100%;
    margin: 1.2em 0;
}

.new_input_part_contact_full input[type="text"],
.new_input_part_contact_full input[type="email"],
.new_input_part_contact_full input[type="tel"],
.new_input_part_contact_full input[type="number"],
.new_input_part_contact_full input[type="password"],
.new_input_part_contact_full select {
    border: 0.0497rem solid white;
    border-radius: 0.5em;
}

.new_input_part_contact_full input[type="text"]:focus,
.new_input_part_contact_full input[type="email"]:focus,
.new_input_part_contact_full input[type="tel"]:focus,
.new_input_part_contact_full input[type="number"]:focus,
.new_input_part_contact_full input[type="password"]:focus,
.new_input_part_contact_full select:focus {
    border: 0.0497rem solid #ff3e00;
}

/*
.new_input_part_contact .new_input_contact_rowCity{  width: 28%;}
.new_input_part_contact .new_input_contact_rowZip{width: 18%;}

.new_input_part_contact .new_input_contact_rowPrefix{  width: 18%;}
.new_input_part_contact .new_input_contact_rowPhone{width: 28%;}

*/
.new_input_concat_labelPlaceholder {
    font-weight: 300;
    color: rgb(255 255 255 / 50%);
    top: -0.1em;
    position: relative;
    cursor: text;
}

.new_input_contact_error:not(:empty) + .new_input_concat_labelPlaceholder {
    display: none;
}

.new_input_contact_oko {
    position: absolute;
    right: 0.7em;
    top: 0;
    color: gray;
    line-height: 2.1em;
    vertical-align: middle;
}

.new_input_contact_row {
    margin-bottom: 1em;
}

.new_input_contact_rowCity {
    margin-bottom: 1em;
    float: left;
    width: 58%;
}

.new_input_contact_rowZip {
    margin-bottom: 1em;
    float: right;
    width: 38%;
}

.new_input_contact_input {
    position: relative;
}

.new_input_contact_error {
    color: red;
    display: none;
    font-weight: bold;
}

.new_input_contact_input {
    position: relative;
}

.new_input_contact_input_oko {
    position: absolute;
    right: 0.5em;
    top: 0.35em;
    font-size: 1.5em;
}

.new_input_contact_inputSpin {
    position: absolute;
    right: 0.5em;
    top: 0.5em;
    display: none;
    color: #ff3e00;
    z-index: 1;
}

.new_input_contact_input.error_input input {
    border: 0.0497rem solid red;
}

input.new_input_concat_input,
select.new_input_concat_input {
    padding: 1.1em 1em 0.25em 0.9em;
    width: 100%;
    background: transparent;
}
select.new_input_concat_input {
    padding-left: 0.79em;
    padding-top: 1.103em;
    padding-bottom: 0.247em;
}
select.new_input_concat_input option {
    color: white; /* text ve výběru */
    background: #0e1317; /* pozadí možností */
}

.new_input_concat_label {
    position: absolute;
    top: 0.9em;
    left: 1.1em;
    transition: all 0.25s linear;
    color: gray;
}

.new_input_concat_input:focus + .new_input_concat_label,
.new_input_concat_input.input_noempty + .new_input_concat_label,
select.new_input_concat_input + .new_input_concat_label {
    top: 7% !important;
    font-size: 0.75em;
    padding: 0.1em;
    opacity: 0.75;
}

.new_input_concat_input:focus-visible {
    outline: none;
}

.new_input_contact_error:not(:empty) + .new_input_concat_labelPlaceholder {
    display: none;
}

@media (max-aspect-ratio: 5/4) {
    .index_content,
    .index_footer {
        padding: 0 1em;
    }

    .index_content {
        padding: 0;
    }

    .index_content .content_mobile_padding.content_mobile_paddingFull {
        padding-left: 0em !important;
        padding-right: 0em !important;
    }

    .global_nomobile {
        display: none !important;
    }

    .index_footer_item-lang {
        margin: 1em 0;
        display: block;
    }

    .index_footer_item-lang-separator {
        display: none;
    }

    .index_footer_switch_lang img {
        margin: 0.7em 0.4em;
    }
}

@media screen and (max-width: 600px) {
    html {
        font-size: 100%;
    }
    .content-balicky .content_hm_modul_wrap {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media screen and (max-width: 360px) {
    html {
        font-size: 4.5vw;
    }
}

@media screen and (max-width: 480px) {
    .new_input_bubbly {
        padding: 0.2em;
        transition: 0.15s padding ease-out;
    }

    .new_input_bubbly:hover,
    .new_input_bubbly.new_input_selected,
    .new_input_bubbly.new_input_select {
        padding: 0.4em;
    }

    .new_input_part_contact_full .new_input_contact_row {
        width: auto;
        float: none;
        clear: both;
    }

    .new_input_contact_row.new_input_contact_rowCity {
        margin: 0 0 0.5em 0;
        float: left;
        width: 60%;
        clear: none;
    }

    .new_input_contact_row.new_input_contact_rowZip {
        margin: 0 0 0.5em 0;
        float: right;
        width: 36%;
        clear: none;
    }
}

/*input end*/

/* PATICKA */

.content-paticka {
    padding-top: 3.5rem;
    background-color: #0e1317;
}

.content-paticka__wrap {
    box-sizing: border-box;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.4925rem;
    padding-right: 1.4925rem;
}

.content-paticka__menu {
    display: block;
    text-align: center;
    margin-bottom: 3rem;
}

.content-paticka__menu-radek {
    margin-bottom: 1.5rem;
}

.content-paticka__menu-radek > * {
    display: inline-block;
    margin: 0 0.5rem 0.5rem;
}

.content-paticka__info {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.5rem;
}

.content-paticka__socnet,
.content-paticka__lang-list {
    display: flex;
    gap: 0.7rem;
    justify-content: center;
}

.content-paticka__socnet-item-img {
    display: block;
    width: 1.707rem;
    height: auto;
}

.content-paticka__sep {
    width: 0.0497rem;
    height: 2.0398rem;
    background-color: #41464a;
    margin: 0 1rem;
    flex: 0 0 0.0497rem;
}

.content-paticka__eu-font-img {
    width: 14.9255rem;
    height: auto;
}

.content-paticka__copyright {
    padding: 1.4925rem 1.4925rem 2.4876rem;
    color: #41464a;
    line-height: 1.2;
    box-sizing: border-box;
    max-width: 63.6823rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.4925rem;
    padding-right: 1.4925rem;
    text-align: center;
    font-size: 0.75rem;
}

@media (max-width: 840px) {
    .content-paticka__info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        row-gap: 0;
        column-gap: 1.5rem;
    }

    .content-paticka__socnet {
        box-sizing: border-box;
        width: 100%;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .content-paticka__lang-list,
    .content-paticka__eu-font {
        box-sizing: border-box;
        flex: 0 0;
        text-align: center;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .content-paticka__lang-item-img {
        display: block;
        width: 1.393rem;
        height: auto;
    }

    .content-paticka__sep1 {
        display: none;
    }

    .content-paticka__menu {
        margin-bottom: 1.2rem;
    }
}

@media (max-width: 700px) {
    .content-paticka__info {
        column-gap: 0rem;
    }
}

@media (max-width: 640px) {
    .content-paticka__sep.content-paticka__sep2 {
        display: none;
    }

    .content-paticka {
        padding-bottom: 4rem;
    }

    .content-paticka__lang-list,
    .content-paticka__eu-font {
        flex: 1 1 100%;
        text-align: center;
    }
}

/** theme-2025 **/

body.theme-2025 .margin-x-a {
    margin-left: auto;
    margin-right: auto;
}

.page-handle-normal body.theme-2025 .page-width {
    max-width: 66.1698rem;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.ab-test-obj-menu.page-handle-normal body.theme-2025 .page-width {
    max-width: none;
}

.page-handle-arrows body.theme-2025 .page-width {
    max-width: 80%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}

.page-handle-arrows #head {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.page-origin-app .recenze-list {
    display: none;
}

body.theme-2025 .page-max-content {
    max-width: 50.9458rem;
}

body.theme-2025 .max-width-800 {
    max-width: 39.8014rem;
}

body.theme-2025 .max-width-content,
body.theme-2025 .max-width-large,
body.theme-2025 .max-width-paragraph {
    max-width: 44.7766rem;
}

body.theme-2025 .page-margin-l,
body.theme-2025 .page-margin-x {
    margin-left: var(--page-padding);
}

.page-handle-arrows .page-margin-l,
.page-handle-arrows .page-margin-x {
    margin-left: 1.3vw;
}

body.theme-2025 .page-margin-r,
body.theme-2025 .page-margin-x {
    margin-right: var(--page-padding);
}

.page-handle-arrows .page-margin-r,
.page-handle-arrows .page-margin-x {
    margin-right: 1.3vw;
}

body.theme-2025 .page-padding-l,
body.theme-2025 .page-padding-x {
    padding-left: var(--page-padding);
}

.page-handle-arrows .page-padding-l,
.page-handle-arrows .page-padding-x {
    padding-left: 1.3vw;
}

body.theme-2025 .page-padding-r,
body.theme-2025 .page-padding-x {
    padding-right: var(--page-padding);
}

.page-handle-arrows .page-padding-r,
.page-handle-arrows .page-padding-x {
    padding-right: 1.3vw;
}

body.theme-2025 .base-font-size {
    font-size: 1rem;
    font-weight: var(--font-bold);
}

/** Nadpis 1 **/

body.theme-2025 .h1.mt {
    margin-top: 4rem;
}

body.theme-2025 .h1.mb {
    margin-bottom: 1rem;
}

body.theme-2025 .h1,
body.theme-2025 .h1-main,
body.theme-2025 .content_h1 {
    font-size: 2.25rem;
    font-weight: var(--font-bold);
}

body.theme-2025 .h1-main {
    text-transform: none;
    text-align: center;
    margin: 2rem 0 1rem;
    line-height: 1.1;
}

@media screen and (max-width: 1000px) {
    body.theme-2025 .h1,
    body.theme-2025 .h1-main,
    body.theme-2025 .content_h1 {
        font-size: 1.9rem;
    }
}

/** Nadpis 2 **/

body.theme-2025 .h2,
body.theme-2025 .translation-html h2,
.vyhody__popis-nadpis,
.content_news h2 {
    font-size: 1.75rem;
    font-weight: var(--font-bold);
}

body.theme-2025 .h2.mb {
    margin-bottom: 0.7rem;
}

body.theme-2025 .h2.mt {
    margin-top: 4rem;
}

body.theme-2025 .mb {
    margin-bottom: 1rem;
}

body.theme-2025 .mt {
    margin-top: 1rem;
}

@media screen and (max-width: 1000px) {
    body.theme-2025 .h2,
    body.theme-2025 .translation-html h2,
    .vyhody__popis-nadpis,
    .content_news h2 {
        font-size: 1.5rem;
    }
}

/** ***** **/

body.theme-2025 .h3 {
    font-size: 1.45rem;
    font-weight: 500;
}

body.theme-2025 .podstranky-prednosti .podstranky-prednosti-nadpis {
    text-align: center;
}

body.theme-2025 .podstranky-prednosti .podstranky-prednosti-nadpis img {
    height: 1.1em;
    vertical-align: -0.3283rem;
}

body.theme-2025 #content_toptv .content-balicky__content,
body.theme-2025 .content_offer_tv .content-balicky__content {
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

body.theme-2025 #content_toptv .content-balicky__nadpis-dodatek,
body.theme-2025 #content_toptv .content-balicky__nadpis,
body.theme-2025 .content_offer_tv .content-balicky__nadpis-dodatek,
body.theme-2025 .content_offer_tv .content-balicky__nadpis {
    text-align: center;
    margin: 0;
    padding: 0;
}

body.theme-2025 #content_toptv .content-balicky__nadpis,
body.theme-2025 .content_offer_tv .content-balicky__nadpis {
    margin-bottom: 1rem;
}

body.theme-2025 #content_toptv .content_hm_modul_wrap,
body.theme-2025 .content_offer_tv .content_hm_modul_wrap {
    margin-top: 0;
    padding-top: 0;
}

body.theme-2025 .button-1,
body.theme-2025 .button-2 {
    display: inline-block;
    border-width: 0.0995em !important;
    border-style: solid;
    border-radius: 0.4em !important;
    font-weight: var(--font-bold);
    font-family: "Nunito Sans", "Source Sans Pro", sans-serif;
    padding: 0.3em 1.6em;
    line-height: 1.3;
    color: white;
}

body.theme-2025 .button-1:hover,
body.theme-2025 .button-2:hover {
    text-decoration: none;
}

body.theme-2025 .button-1 .menu_itemText,
body.theme-2025 .button-2 .menu_itemText {
    padding: 0;
    margin: 0;
    line-height: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    cursor: pointer;
    text-decoration: none;
}

body.theme-2025 .button-1 {
    border-color: #ff3e00;
}

body.theme-2025 .button-2 {
    border-color: #ff3e00;
    background-color: #ff3e00;
}

body.theme-2025 .button-2b {
    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;
}

.button-2-popup {
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.2;
    padding: 1rem;
}

.link-underline {
    text-decoration: none;
    display: inline-block;
    border-bottom: 0.1em solid #fff;
    line-height: 1;
}

.link-underline:hover {
    text-decoration: none;
    border-bottom: 0.1em solid transparent;
}

body.theme-2025 .border-radius {
    border-radius: 0.796rem;
}

body.theme-2025 .margin-bottom-0 {
    margin-bottom: 0;
}

body.theme-2025 .margin-bottom-1 {
    margin-bottom: 1rem;
}

body.theme-2025 .translation-html p {
    margin: 0 0 1rem;
    text-align: justify;
}

body.theme-2025 .translation-html h2 {
    margin: 2.5rem 0 0.7rem;
}

body.theme-2025 .text-center {
    text-align: center;
}

body.theme-2025 .buttons-block {
    margin-top: 2rem;
    text-align: center;
    margin-bottom: 0.5rem;
}

body.theme-2025 .buttons-block > * {
    margin: 0 0.5rem 1.5rem;
}

body.theme-2025 .paragraph {
    font-size: 1rem;
    font-weight: 300;
    margin: 0 0 1rem;
}

.content_ord_buttons_3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.content_ord_buttons_3 .back {
    order: 1;
}

.content_ord_buttons_3 .back > * {
    margin-right: 1em;
}

.content_ord_buttons_3 .next {
    order: 2;
}

.content_ord_buttons_3 .next > * {
    margin-left: 1em;
    margin-right: 0.1em;
}

.content_ord_vatInfoOrderButton.--fixed {
    position: fixed;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.content_ord_vatInfoOrderButton.--fixed > a {
    box-shadow: 0 0 0.398rem 0.398rem #12181d80;
}

.content_vanoce_products {
    text-align: center;
}

.page-handle-normal .page-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.3);
    transition: opacity 2s ease-in-out;
}

.page-handle-arrows .page-blur {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

html.page-origin-app .index-top__content-button-christmas {
    display: none;
}

.index-top__content-button-christmas {
    font-size: 1.2rem;
    display: inline-block;
    height: 2.713rem;
    text-decoration: none;
    color: #fff;
    font-weight: 750;
    background-image: url(../../page-site/imgs/button-christmas-block.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: bottom right;
    line-height: 2.713rem;
    padding-left: 1.8rem;
    padding-right: 2.2rem;
    border-radius: 0.4rem;
    margin-left: 1rem;
    position: relative;
}
.index-top__content-button-christmas::after {
    content: "";
    background-image: url(../../page-site/imgs/button-christmas-cap.png);
    background-size: auto 4rem;
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    top: -1.5rem;
    right: -1.4rem;
    width: 4.1rem;
    height: 4.2rem;
}

.index-top__content-button-christmas:hover {
    text-decoration: none;
}

@media screen and (max-width: 850px) {
    .content_ord_buttons_3 .back {
        order: 2;
    }

    .content_ord_buttons_3 .next {
        order: 1;
    }

    .content_ord_buttons_3 .back,
    .content_ord_buttons_3 .next {
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1.5em;
        flex-wrap: wrap;
    }

    .content_ord_buttons_3 .next > * {
        margin-left: 0;
    }
}

@media screen and (max-width: 800px) {
    .index-top__content-button-christmas {
        margin-top: 2.6rem;
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    body.theme-2025 .h1-main {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 600px) {
    .content_ord_buttons_3 .back,
    .content_ord_buttons_3 .next {
        flex: 0 0 100%;
        display: flex;
        justify-content: center;
        gap: 1em;
        flex-direction: column;
        align-items: stretch;
    }

    .content_ord_buttons_3 .back {
        display: block;
    }

    .content_ord_buttons_3 .next a,
    .content_ord_buttons_3 .next button {
        margin-left: 0;
        margin-right: 0;
        font-size: 1.2rem;
        font-weight: 750;
        padding: 0.3925em 1.333em;
        line-height: 1.3;
    }

    .content_ord_buttons_3 .back a,
    .content_ord_buttons_3 .back a.content_ord_buttons_3 .back {
        display: inline;
        padding: 0;
        margin: 0;
        border: none;
        background: none;
        text-decoration: underline;
        margin-left: 0;
        margin-right: 0;
        font-size: 1.2rem;
        font-weight: 300;
    }

    .group-2.back .fa.fa-caret-left {
        margin-right: 0;
    }

    .content_ord_buttons_3 .back a:hover {
        text-decoration: none;
    }

    .content_ord_buttons_3 .back a i {
        display: none;
    }

    .vertical-order-1 {
        order: 1;
    }

    .vertical-order-2 {
        order: 2;
    }

    .vertical-order-3 {
        order: 3;
    }
}

.content_devices .content-link-h1__link,
.content-link-h1__link {
    margin: 1.6rem 0 1rem;
    padding: 0;
}

.content-link-h1__h1 {
    font-size: 2.25rem;
    font-weight: var(--font-bold);
    margin: 0 0 1rem 0;
    line-height: 1.1;
}

.ico {
    display: inline-block;
    width: 1.2em;
    height: 1.2em;
    background-color: transparent;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ico.ico-3d-sound {
    background-image: url("../imgs/ico/ico-3d-sound.svg");
}

.ico.ico-notad {
    background-image: url("../imgs/ico/ico-notad.svg");
}

.ico.ico-playback-speed {
    background-image: url("../imgs/ico/ico-playback-speed.svg");
}

.ico.ico-soundtracks {
    background-image: url("../imgs/ico/ico-soundtracks.svg");
}

.ico.ico-zoom {
    background-image: url("../imgs/ico/ico-zoom.svg");
}

.content_hm_specify .content_hm_specifyTable .ico {
    margin-right: 0.5em;
}

.group-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.group-buttons.group-buttons--between {
    justify-content: space-between;
}

.group-buttons__item-left {
    order: 1;
}

.group-buttons__item-right {
    order: 2;
}

.page-handle-arrows .content_userservices_content {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.content_terms_doc p {
    margin: 0 0 1rem;
}

.cd-top {
    font-size: 2.9851rem;
}

@media (max-height: 500px) {
    html {
        font-size: 90%;
    }
}

.content_payment_iframe {
    display: block;
    margin: 2em auto;
    width: 500px;
    height: 620px;
    max-width: 100%;
    border: solid black 0.1em;
    border-radius: 0.3em;
}
.content_payment .content_buttons {
    margin: 2em 0;
}
.content_payment .content_h1 {
    margin: 0, 5em 0;
    font-size: 2em;
}
