body.screening .header,
body.main-layout.wide.screening .header {
  margin-bottom: 0;
}
body.body-blocked {
  overflow: hidden;
}
header {
  position: relative;
  z-index: 5000000;
  margin: 0 auto;
}
header.fixed {
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 0;
}
header ul li {
  list-style: outside none none;
}
header .col {
  margin: 0;
}
header.show {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.hideUpper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
header.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .menu-mobile {
  position: relative;
}
header .top_menu,
header .bottom_menu {
  flex: 0 0 100%;
}
body.screening header .gl_wrapper {
  background: transparent;
}
body.screening header .bottom_menu .gl_wrapper,
header .bottom_menu .gl_wrapper {
  background: #333333;
}
header .menu-mobile .display-flex {
  z-index: 99;
}
header .mobile-box.hideUpper .menu-content {
  padding: 0 10px;
}
header .mobile-box {
  z-index: 99;
  min-width: 1040px;
  width: 100%;
}
header .mobile-box .gl_plugin {
  padding: 0 12px;
  margin: 0;
}
header .mobile-box .mobile-bars .first-bar,
header .mobile-box .mobile-bars .second-bar,
header .mobile-box .mobile-bars .third-bar {
  display: none;
}
header .mobile-box .mobile-ham {
  display: none;
}
header .mobile-box .mobile-bars {
  display: block;
  cursor: pointer;
}
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 .logo img {
  max-width: 100%;
}
header .gl_plugin .mobile-ico {
  display: none;
}
header .gl_plugin .menu-ico {
  cursor: pointer;
}
header .gl_plugin .menu-ico i {
  line-height: 48px;
}
header .menu-content.show {
  display: block;
  overflow: hidden;
  width: 100%;
}
/* fix dla stock android browser 4.0 */

header .site-logo,
header .menu-long,
header .gl_plugin.main-menu,
header .gl_plugin {
  float: left;
}
header .mobile-ham {
  float: right;
}
/* / fix dla stock android browser 4.0 */
/* do stylowania */

header {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
header a:hover {
  color: #00afe5;
}
header .mobile-box {
  background: #fff;
}
header .mobile-menu {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  background: #333333;
}
/* 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 auto;
  background: #fff;
}
header .mobile-box .mobile-ham {
  width: 20%;
  height: 48px;
  text-align: center;
  background: #333333;
}
header .mobile-box .mobile-bars {
  display: block;
  width: 100%;
  height: 30px;
  margin: 15px auto;
}
header span[class*="bar"] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

header .gl_plugin.search {
  line-height: 48px;
  width: 48px;
  height: 48px;
  position: static;
  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 .show {
  display: block;
}
header .gl_plugin.search button {
  font-size: 20px;
  line-height: 30px;
  display: block;
  width: 20%;
  height: 40px;
  margin-bottom: 0;
  border-radius: 0;
}
header .gl_plugin.search input[type="text"] {
  float: left;
  width: 80%;
  height: 40px;
  margin: 0;
  padding: 0 10px;
}
/* /gl_plugin wyszukiwarka */
/* gl_plugin newsletter */

header .gl_plugin.newsletter {
  font-weight: bold;
  width: 35%;
}
/* /gl_plugin newsletter */
/* gl_plugin koszyk */

header .gl_plugin.shopping-cart {
  font-weight: bold;
  width: 20%;
  text-align: center;
}
/* /gl_plugin koszyk */
/* gl_plugin autentykacja */

header .gl_plugin.authentication {
  line-height: 48px;
  width: 48px;
  height: 48px;
  background: #212121;
}
header .gl_plugin.authentication p {
  display: none;
}
header .gl_plugin.authentication.logged {
  position: relative;
  width: auto;
  max-width: 200px;
}
header .gl_plugin.authentication.logged p {
  font-size: 12px;
  line-height: 48px;
  display: block;
  float: left;
  margin: 0;
  color: #fff;
}
header .gl_plugin.authentication .user-panel {
  position: absolute;
  top: 48px;
  right: 0;
  display: none;
  width: 200px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  background: #333333;
}
header .gl_plugin.authentication.logged .user-panel {
  display: block;
  padding: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.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 {
  float: left;
  width: 40px;
}
/* gl_plugin autentykacja */
/* gl_plugin czytaj pozniej */

header .gl_plugin.read-later {
  line-height: 48px;
  width: 48px;
  height: 48px;
  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: #333333 none repeat scroll 0 0;
}
header .gl_plugin.read-later .read-later-panel ul {
  margin: 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;
  color: #fff;
}
/* /gl_plugin czytaj poziej */
/* gl_plugin social media */

header .gl_plugin.social-media {
  width: 50%;
}
/* gl_plugin social media */
/* globalnie style dla pluginu */

header .gl_plugin > a {
  font-size: 11px;
}
header .gl_plugin {
  text-align: center;
}
header .gl_plugin h4 {
  margin: 0;
}
header .gl_plugin .mobile-ico {
  font-size: 20px;
  width: 30px;
  margin: 15px auto;
  text-align: center;
}
header .gl_plugin .menu-ico {
  font-size: 18px;
  display: block;
  width: 100%;
}
header .gl_plugin .menu-ico:hover {
  color: #00afe5;
}
header .mobile-menu .gl_plugin {
  height: 48px;
}
/* /globalne style dla pluginu */

.site-logo {
  z-index: 99;
  width: 20%;
  max-width: 20%;
  -webkit-flex: 0 0 20%;
  flex: 0 0 20%;
  -webkit-box-ordinal-group: 3;
  -moz-box-ordinal-group: 3;
  -webkit-order: 3;
  order: 3;
}
/* box na srodku */

.menu-middle {
  z-index: 99;
  width: 40%;
  max-width: 40%;
  -webkit-flex: 0 0 40%;
  flex: 0 0 40%;
  -webkit-box-ordinal-group: 4;
  -moz-box-ordinal-group: 4;
  -webkit-order: 4;
  order: 4;
}
/* box srodek po prawej */

.menu-long {
  z-index: 99;
  width: 100%;
  max-width: 100%;
  flex-grow: 1;
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  -webkit-box-ordinal-group: 6;
  -moz-box-ordinal-group: 6;
  -webkit-order: 6;
  order: 6;
}

/*topbar*/
.topbar {
  font-size: 0;
  background-color: #231f20;
  padding: 2px 0;
  margin-bottom: 0;
}
.topbar .col-12 {
  float: none;
  text-align: right;
}
body.screening .topbar .gl_wrapper {
  background-color: transparent;
}
.topbar__label,
.topbar__link-container {
  display: inline-block;
  vertical-align: middle;
}
.topbar__label {
  margin-right: 24px;
}
.topbar__label .topbar__labelText {
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.topbar__link {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 2px;
  color: #fff;
  background-color: #1677ff;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
}

/*topbar*/

/* radio play */
.radio-plugin .menu-content {
  overflow: visible;
}

.radio-plugin .top_menu {
  z-index: 999999;
  position: relative;
}

.radio-box {
  position: relative;
}

.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__single-city {
  font-size: 14px;
  line-height: 32px;
  color: #000;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  width: 125px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.radio-play__cities {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
  width: 600px;
  background-color: #d8d8d8;
  color: #000;
  padding: 16px 16px 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}

.radio-play__cities.active {
  display: block;
}

.radio-play__close {
  position: absolute;
  top: 8px;
  right: 8px;
  display: block;
  font-size: 20px;
  cursor: pointer;
}

.radio-play__cities .radio-play__headline {
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 8px;
}

.radio-play__cities ul {
  -webkit-columns: 170px 3;
  -moz-columns: 170px 3;
  columns: 170px 3;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
}

.radio-play__cities ul li {
  width: 170px;
  background-color: #4a90e2;
  cursor: pointer;
  text-align: center;
  margin-bottom: 8px;
  border-radius: 2px;
}

.radio-play__cities ul li .radio-play__chooseCity {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.program-link {
  border: 1px solid #4a90e2;
  border-radius: 2px;
  padding: 8px;
  font-size: 12px;
  line-height: 16px;
  color: #4a90e2;
  display: inline-block;
  margin-right: 24px;
}

.radio-play__icon {
  width: 24px;
  height: 32px;
  background: rgba(0, 0, 0, 0) url("../images/play-button.svg") no-repeat scroll
    center center;
  display: inline-block;
  margin-right: 16px;
  cursor: pointer;
}

.radio-play__choose-city {
  height: 32px;
  width: 12px;
  background: rgba(0, 0, 0, 0) url("../images/down-chevron.svg") no-repeat
    scroll center center;
  text-align: center;
  line-height: 12px;
  cursor: pointer;
}

/*-----------------------
HEADER MOBILE DLA DESKTOP
-----------------------*/

.header--mobile .menu-mobile.container-rwd .items-center-v {
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  flex-direction: row;
}
.header--mobile .gl_plugin.header {
  margin-bottom: 24px;
}
.header--mobile .bottom_menu {
  display: none;
}
.header--mobile .header-box {
  position: relative;
  z-index: 5000000;
  width: 100%;
}
.header--mobile .header-box.fixed,
.header--mobile .mobile-box.fixed {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  float: left;
}
.header--mobile .header-box .col {
  margin: 0;
}
.header--mobile .header-box.show {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}
.header--mobile .header-box.hide {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header--mobile .hideUpper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.header--mobile .header-box.hideUpper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.header--mobile .header-box .mobile-box.hideUpper .menu-content {
  padding: 0 10px;
}
.header--mobile .header-box .menu-mobile {
  position: relative;
}
.header--mobile .header-box .menu-content {
  display: none;
  overflow: hidden;
  width: 100%;
}
.header--mobile .header-box .menu-content.show {
  display: block;
}
.header--mobile .header-box .menu-content.show .menu-mobile {
  overflow-x: hidden;
  overflow-y: scroll;
  width: -webkit-calc(100% - -20px);
  width: calc(100% - -20px);
  max-height: -webkit-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
}
.header--mobile .header-box .menu-content.show .menu-mobile > .display-flex {
  width: 100%;
}
.header--mobile .header-box .menu-content.show .menu-mobile {
  overflow-x: hidden;
  overflow-y: scroll;
  width: -webkit-calc(100% - -20px);
  width: calc(100% - -20px);
  max-height: -webkit-calc(100vh - 120px);
  max-height: calc(100vh - 120px);
}
.header--mobile .header-box .mobile-box {
  z-index: 99;
  float: left;
  width: 100%;
  min-width: 300px;
}
.header--mobile .header-box .mobile-box .mobile-bars .first-bar,
.header--mobile .header-box .mobile-box .mobile-bars .second-bar,
.header--mobile .header-box .mobile-box .mobile-bars .third-bar {
  display: block;
}
.header--mobile .header-box .mobile-box .mobile-ham {
  display: block;
  cursor: pointer;
}
.header--mobile .header-box .mobile-box .mobile-bars {
  display: block;
}
.header--mobile .header-box .mobile-box .mobile-bars.show .first-bar {
  -webkit-transform: rotate(45deg) translate(5px, 6px);
  transform: rotate(45deg) translate(5px, 6px);
}
.header--mobile .header-box .mobile-box .mobile-bars.show .second-bar {
  display: none;
}
.header--mobile .header-box .mobile-box .mobile-bars.show .third-bar {
  -webkit-transform: rotate(-45deg) translateY(0);
  transform: rotate(-45deg) translateY(0);
}
.header--mobile .header-box .mobile-menu {
  position: relative;
  display: block;
  float: none;
}
.header--mobile .header-box .logo img {
  display: block;
  max-width: 100%;
  height: 48px;
  margin: 0 10px;
}
.header--mobile .header-box .logo {
  max-width: 100%;
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
/* -------------- do stylowania -------------- */

.header--mobile .header-box {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
}
.header--mobile .header-box .gl_wrapper {
  padding: 0;
  max-width: 600px;
  margin: 0 auto;
}
.header--mobile .header-box a {
  color: #fff;
}
.header--mobile .header-box a:hover {
  color: #00afe5;
}
.header--mobile .header-box ul {
  width: 100%;
  margin: 0;
}
.header--mobile .header-box .menu-box {
  display: none;
}
.header--mobile .header-box .logo img {
  margin: 0 auto;
}
.header--mobile .header-box .mobile-box {
  background: #333333;
}
.header--mobile .header-box .gl_plugin .menu-ico i {
  line-height: 48px;
}
.header--mobile .header-box .mobile-menu .site-logo {
  height: 48px;
}
/* hamburger */

.header--mobile .header-box .mobile-box .mobile-bars .first-bar,
.header--mobile .header-box .mobile-box .mobile-bars .second-bar,
.header--mobile .header-box .mobile-box .mobile-bars .third-bar {
  width: 20px;
  height: 3px;
  margin: 5px;
  background: #fff;
}
.header--mobile .header-box .mobile-box .mobile-ham {
  width: 50px;
  height: 48px;
  text-align: center;
}
.header--mobile .header-box .mobile-box .mobile-bars {
  float: right;
  width: 30px;
  height: 30px;
  margin: 10px;
}
.header--mobile .header-box span[class*="bar"] {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* /hamburger */
/* pluginy globalnie */

.header--mobile .header-box .gl_plugin {
  display: block;
  padding: 0 8px;
  margin-bottom: 0;
}
.header--mobile .header-box .gl_plugin > a {
  font-size: 11px;
}
.header--mobile .header-box .mobile-menu .site-logo {
  line-height: 48px;
  display: block;
  width: 20%;
  height: 48px;
}
.header--mobile .header-box .top_menu {
  flex: none;
}
.header--mobile .header-box .top_menu .hide-pl.site-logo {
  display: none;
}
.header--mobile .header-box .top_menu > .gl_wrapper {
  width: auto;
}
/* ikony pluginu */

.header--mobile .header-box .mobile-ico {
  font-size: 20px;
  width: 30px;
  margin: 15px auto;
  text-align: center;
}
.header--mobile .header-box .menu-ico {
  font-size: 18px;
  cursor: pointer;
}
.header--mobile .header-box .menu-ico:hover {
  color: #00afe5;
}

.header--mobile .header-box .gl_plugin.search {
  background: #2d2d2d;
}
.header--mobile .header-box .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--mobile .header-box .gl_plugin.search .search-plugin.show {
  display: block;
}
.header--mobile .header-box .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--mobile
  .header-box
  .gl_plugin.search
  .search-plugin
  input[type="text"] {
  float: left;
  width: 80%;
  height: 40px;
  margin: 0;
  padding: 0 10px;
}
/* /gl_plugin wyszukiwarki */

.header--mobile .header-box .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--mobile .header-box .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--mobile .header-box .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;
}

/* /--- ustawienie poszczegolnych boxow --- */

/* flexbox fix Android 4.0 */

.header--mobile .menu-long,
.header--mobile .site-logo {
  float: left;
}
.header--mobile .header-box .mobile-ham {
  float: right;
}
.header--mobile .display-flex {
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* / fix dla stock android browser 4.0 */

.header--mobile .header-box .mobile-ham {
  -webkit-box-ordinal-group: 9;
  -moz-box-ordinal-group: 9;
  -webkit-order: 9;
  order: 9;
}
.header--mobile .header-box .site-logo {
  margin: 0;
}
.header--mobile .header-box .site-logo img {
  height: 48px;
}
@media all and (max-width: 768px) {
  .header--mobile .header-box .gl_plugin.read-later .read-later-panel li {
    width: 31%;
  }
}
@media all and (max-width: 520px) {
  .header--mobile .header-box .gl_plugin.authentication.logged .user-panel {
    right: auto;
    left: 0;
  }
  .header--mobile .header-box .gl_plugin.read-later .read-later-panel li {
    width: 48%;
  }
}
@media all and (max-width: 380px) {
  .header--mobile .header-box .gl_plugin.read-later .read-later-panel li {
    width: 100%;
    margin: 0;
  }
}
.popupCity__select {
  position: absolute;
  font-style: normal;
  cursor: pointer;
  display: flex;
  top: 50%;
  transform: translate(0, -50%);
  left: 7%;
  align-items: center;
  z-index: 99;
}
.popupCity__select .popupCity__select__arrow {
  width: 12px;
  height: 6px;
  background: url("../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-bar .bottom-tap-bar-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
}
/* /header z tapbarem */
