:root {
    --banner-max-width: 685;
    --banner-max-height: 650;
}

.play-text {
    text-align: center;
    font-size: 20px;
    padding: 5px 16px;
    font-style: italic;
    line-height: 23px;
    font-weight: 500;
}

.play-text-link {
    text-transform: uppercase;
}

.header-lp {
    background: radial-gradient(circle at center, #636363, #000000);
    height: 50px;
    border-bottom: 1px #b71114 solid;
}

.header-lp_logo {
    border-radius: 40px;
    height: 30px;
}

.btn-lp_big {
}

.lure_box_wrapper {
    margin-top: 20px;
    width: 100%;
    margin-bottom: 20px;
}

.lure_box {
    background-color: #de0000;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.43);
    color: #FFFFFF;
    max-width: 100%;
    padding-top: 16px;
    padding-bottom: 16px;
}

.lure_box .lure_item {
    width: 300px;
}

.lure_box .lure_box_title {
    font-size: 22px;
    font-style: italic;
    text-align: center;
}


.ico_channel {
    /*max-width: 170px;*/
    /*max-height: 170px;*/
    /*flex: 0 0 0%;*/
}

.lp-subscribe-buttons-wrapper {
    padding-top: 8px;
}

.wifi-form {
    position: relative;
    z-index: 2;
    padding: 20px 0;
}

@media screen and (min-width: 320px) {
    .wifi-form {
        margin-top: -18vh;
    }
}

@media screen and (min-width: 320px) and (min-height: 560px) {
    .wifi-form {
        min-height: 40vh !important;;
        margin-top: -28vh !important;
    }
}

@media screen and (min-width: 640px) and (min-height: 960px) {
    .wifi-form {
        margin-top: -35vh !important;;
        min-height: 40vh !important;
    }
}

@media screen and (min-width: 640px) and (min-height: 1136px) {
    .wifi-form {
        margin-top: -29vh !important;
        min-height: 40vh !important;
    }
}

@media screen and (min-width: 1100px) and (min-height: 1100px) {
    .wifi-form {
        margin-top: -40vh !important;
        min-height: 50vh !important;
    }
}

.wifi-form .wifi_form__ground {
    background: black;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.wifi-form .wifi_form__warning {
    background-image: linear-gradient(#fd0505, #920a0d);
    color: white;
    font-style: italic;
    border-radius: 10px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0px 9px 10px -5px black;
}

#wifi_offer {
    color: white;
    font-style: italic;
    font-size: small;
}

.wifi-form .wifi_form__pin_actions {
    color: white;
    text-decoration: underline;
    line-height: 1.2;
    font-size: smaller;
}

.terms_confirmation {
    color: white;
}

.terms_confirmation a {
    color: white;
    text-decoration: underline;
    display: inline-block;
}

.right-text-direction {
    direction: RTL;
}

.right-text-direction div {
    direction: RTL;
}

.right-text-direction li {
    text-align: right;
    list-style-type: disc;
}


.lp-sub-btn button {
    background-image: linear-gradient(#00da33, #00da33, #015c18);
    border-bottom: none;
    font-size: 40px;
    padding: 10px 65px;
}

.lp-sub-btn div.button {
    background-image: linear-gradient(#00da33, #00da33, #015c18);
    border-bottom: none;
    font-size: 35px;
    padding: 10px 55px;
}

.lp-sub-btn a:hover {
    text-decoration: none !important;
    color: white !important;
}

.lp-sub-btn-top {
    position: relative;
    margin: 10px;
}

.lp-sub-btn-bottom {
    position: relative;
    margin: 10px;
}

.sub-info {
    text-align: center;
    font-family: "Plus Jakarta Sans";
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
}

.sub-info p {
    font-weight: 600;
    margin: 0;
}

.sub-info a {
    color: #48c8da;
}

.annotation-block {
    margin-bottom: 15px;
    font-weight: 500;
    font-style: italic;
}

#terms-and-conditions {
    padding: 10px;
    text-align: center;
    margin: 10px 0;
}

.highlighting-item {
    animation: highlight 2000ms ease-out;
}

.lp-category-title {
    font-weight: bold !important;
}

#wifi_button .button {
    white-space: nowrap;
    /*font-size: 7vw;*/
}

@keyframes highlight {
    0% {
        background-color: red;
    }

    100% {
        background-color: white;
    }
}

.compensate-for-scrollbar {
    margin-right: auto !important;
}

.o2-cz-landing-offer-container {
    text-align: center;
    padding: 1rem 2rem 0;
}

.dark-background {
    background-color: #212121;
    color: #ffffff;
}
.disable-right-text-direction {
    direction: LTR!important;
}


.red-border {
    border: 3px solid red;
    padding: 3px;
}

.blue-link a {
    color: #007bff;
}

@media (max-width: 1280px) {
    #banner-image {
        width: 100.5vw !important;
        max-width: calc(var(--banner-max-width) * 1px);
        height: calc(var(--banner-max-height) / var(--banner-max-width) * 100vw);
        max-height: calc(var(--banner-max-height) * 1px);
    }
}
