.gl_plugin.header {
    margin-bottom: 24px;
}
body.body-blocked {
    overflow: hidden;
    height:100%;
    overflow-scrolling: none;
    position: fixed;
    left: 0;
    right: 0;
}
header {
    position: relative;
    z-index: 4999999;
    width: 100%;
}
body.menu-tapbar-open header {
    z-index: 5000001;
}
header:has(.bottom-tap-bar),
body.menu-tapbar-open header:has(.bottom-tap-bar) {
    z-index: 111111111;
}
header.fixed,
.mobile-box.fixed {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    float: left;
}
header .col {
    margin: 0;
}
header.show {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}
header.hide {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.hideUpper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
}
header.hideUpper {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
header .mobile-box.hideUpper .menu-content {
    padding: 0 10px;
}
header .menu-mobile {
    position: relative;
}
header .menu-content {
    display: none;
    overflow: hidden;
    width: 100%;
}
header .menu-content.show {
    display: block;
}
header .menu-content.show .menu-mobile {
    overflow-x: hidden;
    overflow-y: scroll;
    width: -webkit-calc(100%);
    width: calc(100%);
    max-height: -webkit-calc(100vh - 120px);
    max-height: calc(100vh - 120px);
}
header .menu-content.show .menu-mobile > .display-flex {
    width: 100%;
}
header .mobile-box {
    z-index: 99;
    float: left;
    width: 100%;
}
header .mobile-box .mobile-bars .first-bar,
header .mobile-box .mobile-bars .second-bar,
header .mobile-box .mobile-bars .third-bar {
    display: block;
}
header .mobile-box .mobile-ham {
    display: block;
    cursor: pointer;
}
header .mobile-box .mobile-bars {
    display: block;
}
header .mobile-box .mobile-bars.show .first-bar {
    -webkit-transform: rotate(45deg) translate(5px, 6px);
    transform: rotate(45deg) translate(5px, 6px);
}
header .mobile-box .mobile-bars.show .second-bar {
    display: none;
}
header .mobile-box .mobile-bars.show .third-bar {
    -webkit-transform: rotate(-45deg) translateY(0);
    transform: rotate(-45deg) translateY(0);
}
header .mobile-menu {
    position: relative;
    display: block;
}
header .logo img {
    display: block;
    max-width: 100%;
    height: 48px;
    margin: 0 10px;
}
header .logo {
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}
/* -------------- do stylowania -------------- */

header {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color: #fff;
}
header .gl_wrapper{
    padding: 0;
    position: relative;
}
header a {
    color: #fff;
}
header ul {
    width: 100%;
    margin: 0;
}
header .logo img {
    margin: 0 auto;
}
header .mobile-box {
    background: #333333;
}
header .gl_plugin .menu-ico i {
    line-height: 48px;
}
header .mobile-menu .site-logo {
    height: 48px;
}
/* hamburger */

header .mobile-box .mobile-bars .first-bar,
header .mobile-box .mobile-bars .second-bar,
header .mobile-box .mobile-bars .third-bar {
    width: 20px;
    height: 3px;
    margin: 5px;
    background: #fff;
}
header .mobile-box .mobile-ham {
    width: 50px;
    height: 48px;
    text-align: center;
}
header .mobile-box .mobile-bars {
    float: right;
    width: 30px;
    height: 30px;
    margin: 10px;
}
header span[class*=bar] {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/* /hamburger */
/* pluginy globalnie */

header .gl_plugin {
    display: block;
    padding: 0 8px;
    margin-bottom: 0;
}
header .gl_plugin > a {
    font-size: 11px;
}
header .mobile-menu .gl_plugin {
    line-height: 48px;
    display: block;
    width: 20%;
    height: 48px;
}
/* ikony pluginu */

header .mobile-ico {
    font-size: 20px;
    width: 30px;
    margin: 15px auto;
    text-align: center;
}
header .menu-ico {
    font-size: 18px;
    cursor: pointer;
}
header .menu-ico:hover {
    color: #00afe5;
}

header .gl_plugin.search {
    background: #2d2d2d;
}
header .gl_plugin.search .search-plugin {
    position: absolute;
    z-index: 1;
    left: 0;
    display: none;
    width: 100%;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-backface-visibility: hidden;
}
header .gl_plugin.search .search-plugin.show {
    display: block;
}
header .gl_plugin.search .search-gl_plugin button {
    font-size: 20px;
    line-height: 30px;
    display: block;
    width: 20%;
    height: 40px;
    margin-bottom: 0;
    border-radius: 0;
}
header .gl_plugin.search .search-plugin input[type='text'] {
    float: left;
    width: 80%;
    height: 40px;
    margin: 0;
    padding: 0 10px;
}
/* /gl_plugin wyszukiwarki */
/* gl_plugin newsletter */

header .gl_plugin.newsletter {
    font-weight: bold;
    width: 100%;
    text-transform: uppercase;
}
/* /gl_plugin newsletter */
/* gl_plugin koszyk */

header .gl_plugin.shopping_cart {
    line-height: 48px;
}
/* /gl_plugin koszyk */
/* gl_plugin autentykacja */

header .gl_plugin.authentication {
    background: #212121;
}
header .gl_plugin.authentication p {
    display: none;
}
header .gl_plugin.authentication.logged {
    position: inherit;
    width: 20%;
}
header .gl_plugin.authentication.logged p {
    display: none;
}
header .gl_plugin.authentication .user-panel {
    position: absolute;
    top: 48px;
    right: 0;
    display: none;
    width: 100%;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    opacity: 0;
    background: #000;
}
header .gl_plugin.authentication.logged .user-panel {
    display: block;
    padding: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    text-align: left;
    opacity: 1;
}
header .gl_plugin.authentication.logged .user-panel li {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}
header .gl_plugin.authentication.logged .user-panel li:hover {
    color: #00afe5;
}
header .gl_plugin.authentication.logged .user-panel ul {
    margin: 0;
}
header .gl_plugin.authentication.logged .user-panel i {
    font-size: 16px;
    margin: 0 10px 0 0;
}
header .gl_plugin.authentication.logged .menu-ico {
    width: 50px;
}
/* /gl_plugin autentykacja */
/* gl_plugin czytaj pozniej */

header .gl_plugin.read-later {
    background: #444;
}
header .gl_plugin.read-later .read-later-panel.show {
    display: block;
}
header .gl_plugin.read-later .read-later-panel {
    position: absolute;
    left: 0;
    display: none;
    width: 100%;
    text-align: left;
    background: #151515 none repeat scroll 0 0;
}
header .gl_plugin.read-later .read-later-panel li {
    float: left;
    width: 18%;
    margin: 1%;
    padding: 10px;
    border-bottom: 1px solid #eee;
}
header .gl_plugin.read-later .read-later-panel li a {
    font-size: 14px;
}
/* /gl_plugin czytaj pozniej */
/* gl_plugin socialki w headerze */

header .social-links-header .social-links {
    -webkit-flex-grow: 1;
    flex-grow: 1;
}
header .social-links-header .social-links a i {
    line-height: 50px;
}
/* /gl_plugin socialki w headerze */

header .site-logo {
    z-index: 99;
    max-width: 100%;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-order: 3;
    order: 3;
}
/* box na srodku */

header .menu-middle {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 4;
    -moz-box-ordinal-group: 4;
    -webkit-order: 4;
    order: 4;
}
/* box na srodku po prawej */

header .menu-long {
    width: 100%;
    max-width: 100%;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    -webkit-box-ordinal-group: 5;
    -moz-box-ordinal-group: 5;
    -webkit-order: 5;
    order: 5;
}
/* box na dole po prawej */

/* cls fix */
header .menu-content:not(.show) .menu-long .submenu.active,
.recipe-layout header .menu-content,
.article-layout header .menu-content {
    min-height: 40px;
}
header .submenu.active:not(.opened) {
    height: 40px;
}
/* cls fix */
/* flexbox fix Android 4.0 */

.menu-long,
.site-logo,
.menu-middle {
    float: left;
}
header .mobile-ham {
    float: right;
}
.display-flex {
    display: -webkit-flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
/* / fix dla stock android browser 4.0 */

header .mobile-ham {
    -webkit-box-ordinal-group: 9;
    -moz-box-ordinal-group: 9;
    -webkit-order: 9;
    order: 9;
}
header .gl_plugin.site-logo {
    margin: 0;
}
header .gl_plugin.site-logo img {
    height: 48px;
}
@media all and (max-width: 768px) {
    header .gl_plugin.read-later .read-later-panel li {
        width: 31%;
    }
}
@media all and (max-width: 520px) {
    header .gl_plugin.authentication.logged .user-panel {
        right: auto;
        left: 0;
    }
    header .gl_plugin.read-later .read-later-panel li {
        width: 48%;
    }
}
@media all and (max-width: 380px) {
    header .gl_plugin.read-later .read-later-panel li {
        width: 100%;
        margin: 0;
    }
}
/*topbar*/
.topbar {
	font-size: 0;
	background-color: #231F20;
	padding: 2px 0;
    margin-bottom: 0;
}

.topbar .col-12 {
	float: none;
    text-align: center;
}
.topbar__label,
.topbar__link-container {
	display: inline-block;
	vertical-align: middle;
}
.topbar__label {
	margin-right: 16px;
}
.topbar__label .topbar__labelText {
	color: #fff;
    font-size: 14px;
	line-height: 18px;
}
.topbar__link {
	display: inline-block;
	padding: 10px 16px;
    border-radius: 2px;
	color: #fff;
    background-color: #1677ff;
    font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
}
/*topbar*/


/* radio play */
header .radio-plugin .gl_plugin.site-logo {
    width: -webkit-calc(100% - 178px);
    width: calc(100% - 178px);
}

.radio-box {
    position: relative;
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
       -moz-box-ordinal-group: 5;
            order: 4;
    background-color: #D8D8D8;
    height:48px;
    width: 128px;
    padding: 0 0 0 8px;
}

.radio-box,
.radio-play {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
            flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
            
}

.radio-play {
    width: 100%;
}

.radio-play__icon {
    width: 24px;
    height: 48px;
    background: rgba(0,0,0,0) url('../images/play-button.svg') no-repeat scroll center center;
    margin-right:10px;
    cursor: pointer;
    display: none;
    z-index:4;
    padding: 8px 0 8px 16px;
}

.radio-play.choosen .radio-play__icon {
   display:block;
}

.radio-play__choose-city {
    border-radius: 12px;
    height: 12px;
    width: 12px;
    text-align:center;
    line-height: 12px;
    cursor: pointer;
    position: absolute;
    top:50%;
    right: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    background: #D8D8D8 url('../images/down-chevron.svg') no-repeat scroll center center;
}



.radio-play__single-city {
    font-size: 12px;
    line-height: 14px;
    color: #000;
    display: inline-block;
    margin-right: 4px;
    cursor: pointer;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding:0;
    margin:0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: rgba(0,0,0,0);
    border: 0;
    z-index: 3;
    padding: 0 28px 0 34px;
    height: 48px;
    background: rgba(0,0,0,0) url('../images/play-button.svg') no-repeat scroll center left;
	background-size: 24px 48px;
}

.radio-play.choosen .radio-play__single-city {
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
    background: rgba(0,0,0,0);
    padding: 0 24px 0 0;
}

/* iPhone < 5: */
@media screen and (device-aspect-ratio: 2/3) {
    .radio-play select{ font-size: 16px; }
	.radio-box {width: 148px;}
	header .radio-plugin .gl_plugin.site-logo {
		width: -webkit-calc(100% - 198px);
		width: calc(100% - 198px);
	}
	
	.radio-play__single-city {
		padding: 0 30px 0 34px;
	}
}
 
/* iPhone 5, 5C, 5S, iPod Touch 5g */
@media screen and (device-aspect-ratio: 40/71) {
    .radio-play select{ font-size: 16px; }
	.radio-box {width: 148px;}
	header .radio-plugin .gl_plugin.site-logo {
		width: -webkit-calc(100% - 198px);
		width: calc(100% - 198px);
	}
	
		.radio-play__single-city {
		padding: 0 30px 0 34px;
	}
}
 
/* iPhone 6, iPhone 6s, iPhone 7 portrait/landscape */
@media screen and (device-aspect-ratio: 375/667) {
    .radio-play select { font-size: 16px; }
	.radio-box {width: 148px;}
	header .radio-plugin .gl_plugin.site-logo {
		width: -webkit-calc(100% - 198px);
		width: calc(100% - 198px);
	}
	
		.radio-play__single-city {
		padding: 0 30px 0 34px;
	}
}
 
/* iPhone 6 Plus, iPhone 6s Plus, iPhone 7 Plus portrait/landscape */
@media screen and (device-aspect-ratio: 9/16) {
    .radio-play select{ font-size: 16px; }
	.radio-box {width: 148px;}
	header .radio-plugin .gl_plugin.site-logo {
		width: -webkit-calc(100% - 198px);
		width: calc(100% - 198px);
	}
	
		.radio-play__single-city {
		padding: 0 30px 0 34px;
	}
}
.popupCity__select{
    position: absolute;
    font-style: normal;
    cursor: pointer;
    display: flex;
    top: 23px;
    left: 155px;
    align-items: center;
    z-index: 99;
}
.popupCity__select .popupCity__select__arrow{
    width: 12px;
    height: 6px;
    background: url('../../../desktop/zpr_headers_web/images/arrow-down.svg');
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 8px;
}
.popupCity__select .popupCity__select__content p {
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    color: #333333;
}

/* header z tapbarem */
.bottom-tap-menu.hide {
    display: none;
}
.bottom-tap-menu ul li {
    list-style-type: none;
}
body.menu-tapbar-open {
    overflow-y: hidden;
}
/* bottom tap bar */
.bottom-tap-bar {
    width: 100%;
    position: fixed;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 67px;
    background: #1677ff;
    bottom: 0;
    left: 0;
    z-index: 9999999999;
}
.player-layout .bottom-tap-bar,
.podcast-layout .bottom-tap-bar{
    z-index: 9999999999;
}
.bottom-tap-bar a {
    text-decoration: none;
    display: flex;
    align-items: center;
    max-height: 67px;
    height: 67px;
}
.bottom-tap-bar-item.active img {
    display: flex;
}
.bottom-tap-bar-item.active .bottom-tap-bar-item__text span,
.bottom-tap-bar-item.active .bottom-tap-bar-item__dots {
    color: #000000;
}
.bottom-tap-bar-item__text span {
    color: #FFFFFF;
    text-decoration: none;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}
.bottom-tap-bar-item {
    display: flex;
    flex-direction: column;
    max-height: 67px;
    height: 67px;
    justify-content: center;
    align-items: center;
}
.bottom-tap-bar-item__icon {
    height: 31px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bottom-tap-bar-item.dots {
    font-size: 46px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 22px;
    width: 36px;
    height: 46px;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
@media (min-width: 500px){
    .bottom-tap-bar{
        max-width: 600px;
        left: 50%;
        transform: translateX(-50%);
    }
    .header .header-bar::before {
        max-width: 600px;
        left: 50%;
        transform: translateX(-15%);  
    }
}

/* header */
.header-bar {
    height: 66px;
    display: flex;
    justify-content: space-between;
    background: #1677ff;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}
.header-bar > a {
    text-decoration: none;
}
.header-bar__logo img {
    position: relative;
    height: 66px;
    width: auto;
    max-width: 100%;
    z-index: 1;
    margin-top: 0;
}
.header .header-bar .header-bar__logo {
	position: relative;
}
.header-bar__listen span {
    font-weight: 700;
    font-size: 15px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 88px;
    width: 88px;
}
.header-bar__listen {
    display: flex;
    align-items: center;
    min-height: 100%;
    width: 113px;
    height: 66px;
}
/* /header z tapbarem */