.global-nav__header {
  font-size: 28px;
  font-weight: 300;
  color: #6a6a6a;
  text-transform: uppercase;
  margin-bottom: 29px;
}

.global-nav__item {
  width: 315px;
  height: 42px;
  display: block;
  margin: 12px 0;
  background-color: #fff;
  padding: 13px 13px 0 17px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.22);
  border: 0.5px solid rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-weight: bold;
  color: #6a6a6a;
  text-transform: uppercase;
}

.global-nav__item:first-of-type {
  margin-top: 30px;
}

.global-nav__item:hover {
  background: #dadada;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3), 0 0 2px 0 rgba(0, 0, 0, 0.22);
}

.global-nav__cover {
  display: inline-block;
  text-align: center;
  width: 145px;
  height: 81px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.global-nav__cover:hover {
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
}

.global-nav__right {
  font-size: 24px;
  margin: -5px;
  float: right;
}

.global-nav__services {
  display: none;
  width: 100%;
  position: absolute;
  top: -850px;
  z-index: 10;
  background: white;
  box-shadow: 0 24px 24px 0 rgba(0, 0, 0, 0.3), 0 0 24px 0 rgba(0, 0, 0, 0.22);
  transition: all 0.4s ease-in-out;
}

.global-nav__services .tvp-1 {
  background: #00a8e5;
  padding-top: 29px;
}

.global-nav__services .tvp-2 {
  background: #e77a34;
  padding-top: 29px;
}

.global-nav__services .tvp-3 {
  background: #064a89;
  padding-top: 29px;
}

.global-nav__services .abc {
  background: #bfeddc;
  padding-top: 20px;
}

.global-nav__services .tvp-rozrywka {
  background: #c62777;
  padding-top: 23px;
}

.global-nav__services .tvp-hd {
  background: #00548f;
  padding-top: 29px;
}

.global-nav__services .tvp-info {
  background: #c11e43;
  padding-top: 29px;
}

.global-nav__services .tvp-kultura {
  background: #1a1919;
  padding-top: 20px;
}

.global-nav__services .tvp-historia {
  background: #C38B34;
  padding-top: 20px;
}

.global-nav__services .tvp-seriale {
  background: #5a2167;
  padding-top: 20px;
}

.global-nav__services .tvp-sport {
  background: #df542a;
  padding-top: 23px;
}

.global-nav__services .tvp-parlament {
  background: #536eaf;
  padding-top: 29px;
}

.global-nav__services .tvp-bielsat {
  background: #fff;
  padding-top: 29px;
}

.global-nav__services .tvp-polonia {
  background: #d82332;
  padding-top: 20px;
}

@media (min-width: 1330px) {
  .global-nav__services {
    display: block;
  }
}

.global-nav__services .menu--services--close {
  background: none !important;
}

.global-nav__services.open, .global-nav__services.showServices {
  top: 0;
}

.global-nav__closing {
  display: block;
  height: 37px;
  margin: 14px 0 30px 16px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.global-nav__closing:hover {
  transform: rotate(90deg);
}

.global-nav__service {
  display: inline-block;
  width: 28%;
  padding-left: 37px;
  margin-bottom: 39px;
}

.global-nav__antenne {
  display: inline-block;
  width: 69%;
  vertical-align: top;
  padding-left: 40px;
}

@media (min-width: 1513px) {
  .global-nav__antenne {
    width: 59%;
  }
}

@media (min-width: 1763px) {
  .global-nav__antenne {
    width: 50%;
  }
}
