#farmacja-top-bar {
    display: flex;
    width: 100%;
    position: relative;
    overflow: hidden;
    max-height: 130px;
    height: 130px;
}

#farmacja-top-bar.farmacja-top-bar-banner {
    max-height: none;
    height: 100%;
    min-height: auto;
}

#farmacja-top-bar .row {
    max-height: 100%;
    height: 100%;
}

.popup-background-wrapper > #farmacja-marketing-popup-wrapper > #farmacja-marketing-popup-link:hover,
.popup-background-wrapper > #farmacja-marketing-popup-wrapper > #farmacja-marketing-popup-link img:hover {
    opacity: 1;
}

.banner-image {
    width: 100%;
    height: 100%;
}

.farmacja-top-banner-button {
    right: 20%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    z-index: 1;
}

#farmacja-top-bar-inner-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
}

.farmacja-top-bar-podcast-single-item.active {
    display: none;
}

.farmacja-top-bar-right-column.podcast-column {
    width: 100%;
}

.farmacja-ebook-middle-column-left-inner-column {
    width: 50%;
}

.farmacja-ebook-middle-column-right-column {
    width: 50%;
}

.farmacja-top-bar-podcast-main-heading, .farmacja-top-bar-ebook-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0;
}

.farmacja-top-bar-podcast-main-authors {
    font-size: 14px;
    margin-bottom: 10px;
}

.farmacja-top-bar-close-icon {
    position: absolute;
    right: 10px;
    top: 5px;
    width: 15px;
    cursor: pointer;
}

.farmacja-top-bar-link-upheading {
    font-weight: 700;
    font-size: 23px;
    margin-bottom: 20px;
}

.farmacja-top-bar-link-heading {
    font-size: 21px;
    font-weight: 700;
    line-height: 0.75em;
}

.farmacja-top-bar-button-icon {
    display: flex;
    align-self: center;
    margin-left: 15px;
    justify-self: flex-end;
}

.btn-farmacja-top-bar:hover {
    text-decoration: none;
}

.farmacja-top-bar-button-text {
    text-align: center;
}

.farmacja-top-bar-button-icon img {
    max-width: 30px;
}

.farmacja-top-bar-middle-column {
    width: 100%;
    display: flex;
    margin-right: 40px;
    align-self: flex-start;
}

#play-icon {
    cursor: pointer;
    margin-right: 19px;
    min-width: 20px;
}

.farmacja-top-bar-podcast-right-column-text-wrapper {
    font-family: 'Open Sans Regular', sans-serif;
    font-size: 17px;
    margin-bottom: 6px;
}

.farmacja-top-bar-right-column {
    align-self: flex-start;
}

.farmacja-top-bar-podcast-right-column-other-podcasts-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.farmacja-top-bar-link-right-column-wrapper {
    height: 100%;
    align-self: flex-end;
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

.farmacja-top-bar-podcast-single-item {
    margin-right: 10px;
    border: 1px solid white;
    border-radius: 5px;
    width: 156px;
    height: 62px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    text-align: center;
}

.farmacja-top-bar-podcast-single-item span {
    font-weight: 700;
}

#farmacja-top-bar-play-icon {
    cursor: pointer;
}

.btn-farmacja-top-bar {
    background-color: #ffffff;
    color: #31d18f;
    display: flex;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    min-width: 200px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.farmacja-top-bar-left-column {
    margin-right: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    min-width: 120px;
}

.farmacja-top-bar-left-column img {
    max-height: 100%;
}

.farmacja-link-middle-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}


.farmacja-top-bar-podcast-single-item:last-child {
    margin-right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type='range'] {
        overflow: hidden;
        width: 330px;
        -webkit-appearance: none;
        background-color: #C0C0C0;
        max-height: 8px;
    }

    input[type='range']::-webkit-slider-runnable-track {
        height: 10px;
        -webkit-appearance: none;
        color: #FFF;
        margin-top: -1px;
    }

    input[type='range']::-webkit-slider-thumb {
        width: 1px;
        -webkit-appearance: none;
        height: 3px;
        cursor: ew-resize;
        background: #FFF;
        box-shadow: -330px 0 0 330px #FFF;
    }

}

/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #FFF;
}

input[type="range"]::-moz-range-track {
    background-color: #FFF;
}

/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #FFF;
}

input[type="range"]::-ms-fill-upper {
    background-color: #C0C0C0;
}

/*input[type="range"]::-webkit-slider-thumb,*/
/*input[type="range"]::-moz-range-thumb,*/
/*input[type="range"]::-ms-thumb {*/
/*    opacity: 0;*/
/*}*/

#farmacja-top-bar-pause-icon {
    display: none;
    cursor: pointer;
}

.farmacja-top-bar-seek-slider-wrapper {
    position: relative;
}

.popup-background-wrapper {
    position: fixed;
    z-index: 9999999999;
    background: rgba(0,0,0,0.7);
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
}

#farmacja-marketing-popup-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#farmacja-marketing-popup-icon__close-icon {
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
    background: white;
    border-radius: 100%;
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border: 1px solid black;
}

#farmacja-top-bar-current-time {
    position: absolute;
    bottom: -14px;
    left: 0;
}

#farmacja-top-bar-duration {
    position: absolute;
    bottom: -14px;
    right: 0;
}

.farmacja-top-bar-main-podcast-audio-wrapper {
    display: flex;
}

.play-pause-button-wrapper {
    margin-right: 19px;
    height: 19px;
    width: 25px;
}

.farmacja-top-bar-right-column {
    width: auto;
    height: 100%;
}

#farmacja-top-bar-current-time, #farmacja-top-bar-duration {
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
}

.farmacja-ebook-middle-column-left-inner-column {
    display: flex;
    flex-direction: column;
}

.farmacja-top-bar-volume-wrapper {
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.farmacja-marketing-popup__image {
    max-height: 600px;
}

.farmacja-top-bar-volume-wrapper i:first-child {
    margin-right: 5px;
}

.farmacja-top-bar-volume-wrapper i:last-child {
    margin-left: 5px;
}

#farmacja-top-bar-banner-mobile {
    display: none;
}

.farmacja-top-bar-ebook-authors {
    margin-top: 10px;
}

#farmacja-top-bar-volume-slider {
    width: 50px;
}

.farmacja-top-bar-ebook-middle-column-wrapper {
    display: flex;
    justify-content: space-around;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #farmacja-top-bar {
        max-height: none;
        height: auto;
        min-height: 130px;
    }

    .farmacja-top-bar-podcast-right-column-other-podcasts-wrapper {
        flex-wrap: wrap;
    }

    .farmacja-top-bar-podcast-single-item {
        margin-top: 10px;
        width: 100%;
        margin-right: 0;
    }

    #farmacja-top-bar-seek-slider {
        width: 100%;
    }

    .farmacja-podcast-middle-column {
        width: 100%;
    }

    #audio-player-container {
        flex-direction: column;
    }

    .farmacja-top-bar-volume-wrapper {
        margin-top: 30px;
        align-self: flex-end;
    }

    #play-icon {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 830px) {
    .btn-farmacja-top-bar {
        min-width: 150px;
    }

    .farmacja-top-bar-ebook-authors {
        margin-top: 2px;
    }

    .farmacja-top-bar-left-column {
        align-items: baseline;
    }
}

@media only screen and (max-width: 767px) {
    .farmacja-top-bar-link-heading {
        line-height: 1.5em;
    }

    #farmacja-top-bar-inner-wrapper {
        flex-direction: column;
        padding: 20px 15px;
    }

    .farmacja-ebook-middle-column-right-column {
        margin-top: 20px;
        width: 100%;
    }

    .farmacja-ebook-middle-column-left-inner-column {
        width: 100%;
    }

    .farmacja-top-bar-ebook-middle-column-wrapper {
        flex-direction: column;
    }

    .farmacja-top-bar-right-column {
        width: 100%;
    }

    .farmacja-top-bar-middle-column {
        margin: 20px 0;
    }

    .farmacja-top-bar-podcast-right-column-other-podcasts-wrapper {
        flex-direction: column;
    }

    .farmacja-top-bar-podcast-single-item {
        width: 100%;
        margin-bottom: 20px;
        margin-right: 0;
    }

    .farmacja-top-bar-left-column {
        margin: 0;
        align-self: flex-start;
    }

    .farmacja-top-bar-right-column {
        align-self: flex-start;
    }
}

@media only screen and (max-width: 764px) {
    #farmacja-top-bar-banner-link {
        right: 25px;
        top: auto;
        bottom: 25px;
        transform: none;
    }
    .farmacja-top-bar-left-column img {
        max-width: 150px;
    }

    .farmacja-top-bar-main-podcast-audio-wrapper {
        flex-direction: column;
    }

    #farmacja-marketing-popup-wrapper {
        width: 90vw;
    }
}

@media only screen and (max-width: 500px) {
    #farmacja-top-bar-banner-mobile {
        display: flex;
        width: 100%;
        height: 100%;
    }

    .farmacja-top-bar-banner #farmacja-top-bar-banner-link.btn-farmacja-top-bar {
        display: none;
    }

    .btn-farmacja-top-bar {
        width: 100%;
    }

    #farmacja-top-bar-banner-desktop {
        display: none;
    }
}