@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

.mn-tuba-stripe {
    background-color:#F82691;
    width:100%;
    height:50px;
    max-height:50px;
    justify-content:center;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    display:flex;
    position:static;
    top:0;
    z-index:888888;
}
.mn-tuba-stripe-inner {
    width:100%;
    max-width:1150px;
    height:50px;
    max-height:50px;
    display:flex;
    justify-content:space-between;
    align-items:center;
    color:#ffffff;
}
.mn-tuba-stripe-txt1 {
    font-weight:700;
}
.mn-tuba-stripe-inner a {
    color:#ffffff;
    text-decoration:none;
}

.mn-tuba-stripe-sticky {
    position:fixed;
    top:0;
    z-index:888888;
}

/* Style dla popup */
.mn-tuba-stripe-popup {
    display: none;
    position: fixed;
    z-index:999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.8);
}

.mn-tuba-stripe-popup-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding:30px 35px 60px 35px;
    border:none;
    width: 100%;
    max-width: 1140px;
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size:16px;
    line-height:22px;
}

.mn-tuba-stripe-popup-close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.mn-tuba-stripe-popup-close:hover,
.mn-tuba-stripe-popup-close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.mn-tuba-stripe-logo {
    max-width:95px;
    height:auto;
}
.mn-tuba-stripe-popup-steps {
    font-size:16px;
    line-height:22px;
    max-width:70%;
    margin:0 auto 50px auto;
}
.mn-tuba-stripe-popup-steps p {
    margin:15px 0 !important;
}
.mn-tuba-stripe-popup-steps-after {
    text-align:center;
    max-width:85%;
    margin:0 auto 50px auto;
}
.mn-tuba-stripe-popup-content iframe,
.mn-tuba-stripe-popup-content video {
    display:block;
    width:100%;
    max-width:100%;
    max-height:570px;
    margin:0 auto;
}


.mn-tuba-stripe-popup-responsive-iframe-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; /* 16:9 ratio */
    position: relative;
}

.mn-tuba-stripe-popup-responsive-iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/* END style dla popup */



@media (max-width:1180px) {
    .mn-tuba-stripe-popup-content {
        max-width:fit-content;
        margin:10% 30px;
    }
}


@media (min-width:768px) {
    .mn-tuba-stripe-txt-mobile {
        display:none;
    }
}
@media (max-width:767px) {
    .mn-tuba-stripe-txt1,
    .mn-tuba-stripe-txt2 {
        display:none;
    }
    .mn-tuba-stripe-inner {
        justify-content:center;
    }
    .mn-tuba-stripe-popup-steps,
    .mn-tuba-stripe-popup-steps-after {
        max-width:100%;
        text-align:left;
    }
}