@font-face {
  font-family: 'tele';
  src: url("../fonts/telegrotesknext-ultra.woff2") format("woff2"), url("../../fonts/telegrotesknext-ultra.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'tele';
  src: url("../fonts/telegrotesknext-bold.woff2") format("woff2"), url("../../fonts/telegrotesknext-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'tele';
  src: url("../fonts/telegrotesknext-medium.woff2") format("woff2"), url("../../fonts/telegrotesknext-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'tele';
  src: url("../fonts/telegrotesknext-regular.woff2") format("woff2"), url("../../fonts/telegrotesknext-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
}

html {
  font-size: 16px;
  font-size: 62.5%;
  font-weight: 400;
  line-height: 1.63;
  height: 100%;
}

body {
  line-height: 1.33;
  font-weight: 400;
  background: #fff;
  background-size: 100% auto;
  font-size: 1.8rem;
  overflow-x: hidden;
  font-family: 'tele';
}

@media only screen and (min-width: 1023px) {
  body {
    font-size: 2.3rem;
  }
}

a {
  color: #D8006B;
  text-decoration: none;
}

h1, h2, h3, h4 {
  font-family: 'tele';
}

h1, .h1 {
  font-weight: 900;
  font-size: 3.5rem;
  line-height: 1.05;
  margin: 0;
}

@media only screen and (min-width: 767px) {
  h1, .h1 {
    font-size: 6rem;
  }
}

@media only screen and (min-width: 1365px) {
  h1, .h1 {
    font-size: 7rem;
  }
}

@media only screen and (min-width: 1599px) {
  h1, .h1 {
    font-size: 8.4rem;
  }
}

h2, .h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #484848;
  line-height: 1.11;
  margin-bottom: 0.6em;
}

@media only screen and (min-width: 767px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}

@media only screen and (min-width: 1023px) {
  h2, .h2 {
    font-size: 4rem;
  }
}

@media only screen and (min-width: 1599px) {
  h2, .h2 {
    font-size: 6rem;
  }
}

h2.line-after::after, .h2.line-after::after {
  margin-top: 15px;
}

@media only screen and (min-width: 1023px) {
  h2.line-after::after, .h2.line-after::after {
    margin-top: 25px;
  }
}

h3, .h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: #484848;
  line-height: 1.03;
  margin-bottom: 10px;
}

@media only screen and (min-width: 1023px) {
  h3, .h3 {
    font-size: 2.6rem;
  }
}

@media only screen and (min-width: 1210px) {
  h3, .h3 {
    font-size: 3rem;
  }
}

h3.line-after::after, .h3.line-after::after {
  margin-top: 18px;
}

.block-title {
  margin-top: 0;
}

.uppercase {
  text-transform: uppercase;
}

.line-after::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: #D8006B;
}

.align-center {
  text-align: center;
}

.magenta {
  color: #D8006B;
}

.white {
  color: #fff;
}

.container {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

@media only screen and (min-width: 767px) {
  .container {
    padding-left: 8%;
    padding-right: 8%;
  }
}

@media only screen and (min-width: 1365px) {
  .container {
    padding-left: 14%;
    padding-right: 14%;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (min-width: 767px) {
  .row {
    margin-left: -2vw;
    margin-right: -2vw;
  }
}

.row + .row {
  margin-top: 50px;
}

@media only screen and (min-width: 1599px) {
  .row + .row {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 767px) {
  .row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 767px) {
  .row-align-center {
    text-align: center;
  }
}

@media only screen and (min-width: 767px) {
  .row-align-center .line-after::after {
    margin-left: auto;
    margin-right: auto;
  }
}

.row-vCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.col {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 30px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 767px) {
  .col {
    padding-left: 2vw;
    padding-right: 2vw;
  }
}

.col.noMargin-top {
  margin-top: 0;
}

@media only screen and (min-width: 767px) {
  .col.col-50 {
    width: 50%;
  }
}

@media only screen and (min-width: 1023px) {
  .col-100 h1, .col-100 h2, .col-100 h3, .col-100 p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}

.smallMargin-top {
  margin-top: 30px;
}

@media only screen and (min-width: 1023px) {
  .smallMargin-top {
    margin-top: 75px;
  }
}

@media only screen and (min-width: 1599px) {
  .smallMargin-top {
    margin-top: 95px;
  }
}

.smallPadding-top {
  padding-top: 30px;
}

@media only screen and (min-width: 1023px) {
  .smallPadding-top {
    padding-top: 75px;
  }
}

@media only screen and (min-width: 1599px) {
  .smallPadding-top {
    padding-top: 95px;
  }
}

.main-section {
  padding: 40px 0;
}

@media only screen and (min-width: 1023px) {
  .main-section {
    padding: 50px 0 100px 0;
  }
}

@media only screen and (min-width: 1599px) {
  .main-section {
    padding: 75px 0 130px 0;
  }
}

.post-grid {
  margin-bottom: 40px;
}

@media only screen and (min-width: 767px) {
  .post-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -2vw;
    margin-right: -2vw;
  }
}

@media only screen and (min-width: 1023px) {
  .post-grid {
    margin-bottom: 55px;
  }
}

@media only screen and (min-width: 1599px) {
  .post-grid {
    margin-bottom: 75px;
  }
}

.post-grid-elem {
  margin: 40px auto;
  max-width: 400px;
}

@media only screen and (min-width: 767px) {
  .post-grid-elem {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 50%;
    padding-left: 2vw;
    padding-right: 2vw;
    margin: 20px 0;
    max-width: none;
  }
}

@media only screen and (min-width: 1210px) {
  .post-grid-elem {
    width: 33.33%;
    margin: 40px 0;
  }
}

.hide-mobile {
  display: none;
}

@media only screen and (min-width: 767px) {
  .hide-mobile {
    display: block;
  }
}

.section-white {
  color: #fff;
}

.cookieInfo {
  background: #000;
  color: #fff;
  padding: 30px 0;
}

@media only screen and (min-width: 1210px) {
  .cookieInfo {
    padding: 50px 0;
  }
}

@media only screen and (min-width: 1599px) {
  .cookieInfo {
    padding: 70px 0;
  }
}

.cookieInfo h3 {
  color: #fff;
}

.btn {
  font-size: 2rem;
  font-weight: 400;
  display: inline-block;
  border-radius: 8px;
  max-width: 366px;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  border: solid 2px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 30px;
  line-height: 1;
}

@media only screen and (min-width: 767px) {
  .btn {
    font-size: 2.5rem;
    padding: 20px 30px;
  }
}

@media only screen and (min-width: 1599px) {
  .btn {
    font-size: 3rem;
    padding: 30px;
  }
}

.btn svg {
  height: 25px;
  width: auto;
  margin-right: 20px;
}

@media only screen and (min-width: 767px) {
  .btn svg {
    height: 30px;
  }
}

@media only screen and (min-width: 1599px) {
  .btn svg {
    height: 37px;
  }
}

.btn .icon-line {
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}

.btn.btn-small {
  font-size: 2rem;
  padding: 20px 30px;
}

@media only screen and (min-width: 1023px) {
  .btn.btn-small {
    padding: 20px 40px;
  }
}

.btn-inline {
  display: inline-block;
}

.btn + .btn {
  margin-left: 30px;
}

.btn-white {
  border-color: #fff;
  color: #fff;
}

.btn-white .icon-line {
  stroke: #fff;
}

.btn-white:hover {
  background-color: #fff;
  color: #D8006B;
}

.btn-white:hover .icon-line {
  stroke: #D8006B;
}

.btn-pink {
  border-color: #D8006B;
  background-color: #D8006B;
  color: #fff;
}

.btn-pink:hover {
  background-color: #ff0c84;
}

.btn-white:hover {
  background-color: #fff;
  color: #D8006B;
}

.navigation-elem {
  margin: 0 8px;
  display: inline-block;
  color: #484848;
  font-size: 2rem;
}

@media only screen and (min-width: 1210px) {
  .navigation-elem {
    font-size: 3rem;
    margin: 0 13px;
  }
}

.navigation-elem.current {
  color: #D8006B;
}

.navigation-arrow {
  border-radius: 8px;
  background: #D8006B;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  margin-top: -3px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

@media only screen and (min-width: 1210px) {
  .navigation-arrow {
    width: 71px;
    height: 71px;
    line-height: 71px;
    margin-top: -16px;
  }
}

.navigation-arrow:hover {
  background: #ff0c84;
}

.navigation-arrow img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 3px;
  height: 15px;
  width: auto;
}

@media only screen and (min-width: 1210px) {
  .navigation-arrow img {
    height: 20px;
    margin-bottom: 7px;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  display: block;
  max-width: 100%;
}

.menu-wrapper {
  background: #fff;
  border-bottom: solid 1px #A4A4A4;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 90;
}

.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 479px) {
  .main-navigation {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.site-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 30px;
  padding: 0;
  font-weight: 500;
}

.site-menu li {
  display: block;
  text-transform: uppercase;
  margin: 0;
  margin: 0 7px;
}

@media only screen and (min-width: 479px) {
  .site-menu li {
    margin: 0 11px;
  }
}

@media only screen and (min-width: 767px) {
  .site-menu li {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 1023px) {
  .site-menu li {
    margin: 0 37px;
  }
}

.site-menu a {
  color: #484848;
  text-decoration: none;
  font-size: 1.7rem;
}

.logo {
  height: 24px;
  display: block;
}

@media only screen and (min-width: 479px) {
  .logo {
    height: 30px;
  }
}

@media only screen and (min-width: 1023px) {
  .logo {
    height: 40px;
  }
}

@media only screen and (min-width: 1365px) {
  .logo {
    height: 48px;
  }
}

.menu-spacer {
  margin-top: 74px;
}

@media only screen and (min-width: 479px) {
  .menu-spacer {
    margin-top: 81px;
  }
}

@media only screen and (min-width: 1023px) {
  .menu-spacer {
    margin-top: 90px;
  }
}

@media only screen and (min-width: 1365px) {
  .menu-spacer {
    margin-top: 98px;
  }
}

.main-header, .post-header, .contact-header {
  background: no-repeat center;
  background-size: cover;
  padding: 100px 0;
}

@media only screen and (min-width: 1599px) {
  .main-header, .post-header, .contact-header {
    padding-top: 170px;
  }
}

.main-header .section-content p, .post-header .section-content p, .contact-header .section-content p {
  max-width: 615px;
}

@media only screen and (min-width: 1023px) {
  .main-header .section-content p, .post-header .section-content p, .contact-header .section-content p {
    font-size: 3rem;
  }
}

.main-header .btn, .post-header .btn, .contact-header .btn {
  padding-left: 20px;
  padding-right: 20px;
  width: 135px;
}

@media only screen and (min-width: 767px) {
  .main-header .btn, .post-header .btn, .contact-header .btn {
    padding-left: 30px;
    padding-right: 30px;
    width: 250px;
  }
}

@media only screen and (min-width: 1599px) {
  .main-header .btn, .post-header .btn, .contact-header .btn {
    width: 360px;
  }
}

.main-header .row, .post-header .row, .contact-header .row {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media only screen and (min-width: 1023px) {
  .main-header .row, .post-header .row, .contact-header .row {
    margin-top: 80px;
    max-width: none;
  }
}

.main-header {
  background-image: url(../img/polacy-uslugi-komunikacyjne.jpg);
}

.post-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1210px) {
  .post-header {
    min-height: calc(93vh - 90px);
    padding-top: 100px;
    padding-bottom: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.post-header .date {
  display: block;
  text-align: center;
  margin-bottom: 10px;
  font-size: 2rem;
}

@media only screen and (min-width: 767px) {
  .post-header .date {
    font-size: 3rem;
  }
}

.post-header .date img {
  width: 30px;
  height: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 6px;
}

@media only screen and (min-width: 767px) {
  .post-header .date img {
    width: 41px;
    margin-bottom: 9px;
  }
}

.post-header h1 {
  text-align: center;
}

.contact-header {
  background-image: url(../img/kontakt-header.jpg);
}

@media only screen and (min-width: 1210px) {
  .contact-header {
    padding: 120px 0;
  }
}

@media only screen and (min-width: 1599px) {
  .contact-header {
    padding: 160px 0;
  }
}

.contact-header h1 {
  text-align: center;
}

.post-content .col {
  margin-top: 0;
  margin-bottom: 0px;
}

.post-content .col-100 h2 {
  max-width: 100%;
  color: #D8006B;
  margin: 0.8em 0 1.2em 0;
}

.post-content .col-100 p {
  max-width: 100%;
}

.post-content h2 {
  color: #D8006B;
}

.graph {
  width: 100%;
  display: block;
}

@media only screen and (max-width: 767px) {
  .graph {
    overflow: auto;
  }
}

.graph img {
  display: block;
  width: 100%;
}

.graph figure {
  display: block;
  width: 100%;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .graph .graphInner {
    width: 1200px;
    height: auto;
    max-width: none;
  }
}

.graph-info,
.col-100 .graph-info {
  color: #D8006B;
  font-size: 1.4rem;
  text-align: right;
}

@media only screen and (min-width: 1023px) {
  .graph-info,
  .col-100 .graph-info {
    font-size: 1.8rem;
    max-width: 100%;
  }
}

.graph-info.align-center,
.col-100 .graph-info.align-center {
  text-align: center;
  font-size: 1.8rem;
}

@media only screen and (min-width: 1023px) {
  .graph-info.align-center,
  .col-100 .graph-info.align-center {
    font-size: 2.3rem;
  }
}

.graph-info.color-gray,
.col-100 .graph-info.color-gray {
  color: #707070;
}

.post-grid-footer {
  font-size: 1.1em;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-grid-footer .date {
  color: #A4A4A4;
}

.footer {
  background: #707070;
  padding: 30px 0;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .site-menu a {
  color: #fff;
}

@media only screen and (min-width: 1023px) {
  .footer .site-menu li {
    margin: 0 30px;
  }
}

.social-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social-media a + a {
  margin-left: 30px;
}

.footer-logo {
  height: 30px;
}

@media only screen and (min-width: 1023px) {
  .footer-logo {
    height: 35px;
  }
}

@media only screen and (min-width: 1599px) {
  .footer-logo {
    height: 47px;
  }
}

.inline-icon {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: -2px;
}

@media only screen and (min-width: 1210px) {
  .inline-icon {
    margin-right: 30px;
  }
}
/*# sourceMappingURL=style.css.map */