.niebieski {
  color: #29ABE2; }

.zloty {
  color: #cdbca6; }

.czerwony, .czerowny a, a.czerwony {
  color: #d8614b !important; }

.zielony {
  color: #3be86c; }

.zielony2 {
  color: #31c554; }

.szary {
  color: #858585; }

html, body {
  height: 100%; }

  html {
  font-size: 16px !important;
}

body {
  padding-top: 70px;
  font-family: "Raleway", sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.45em;
  background-color: #f5f5f5; }

ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5em;
  font-weight: 300;
  color: #858585; }
  ol a, ul a {
    color: #858585;
    text-decoration: none;
    transition: all 0.5s;
    padding-bottom: 2px; }
    ol a:hover, ul a:hover {
      color: black;
      text-decoration: none;
      transition: all 0.5s; }

p {
  font-size: 16px;
  font-weight: 400;
  color: #484848;
  line-height: 1.45em;
  margin-bottom: 0; }
  @media (max-width: 767px) {
    p {
      font-size: 14px; } }
  p a {
    color: #858585;
    text-decoration: none;
    transition: all 0.5s;
    padding-bottom: 2px; }
    p a:hover {
      color: black;
      text-decoration: none;
      transition: all 0.5s; }

.big {
  font-size: 21px; }

strong {
  font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  color: #b5a2a2;
  /* margin: 0;
  padding: 0; */
  line-height: 1.1em;
  font-weight: 700; }

h1 {
  font-size: 64px; }
  @media (max-width: 1060px) {
    h1 {
      font-size: 48px; } }

h2 {
  font-size: 42px; }
  @media (max-width: 767px) {
    h2 {
      font-size: 36px; } }

h3 {
  font-size: 36px; }
  @media (max-width: 767px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 26px; }
  @media (max-width: 767px) {
    h4 {
      font-size: 24px; } }

h5 {
  font-size: 21px; }
  @media (max-width: 767px) {
    h5 {
      font-size: 21px; } }

h6 {
  font-size: 16px; }
  @media (max-width: 767px) {
    h6 {
      font-size: 18px; } }

.light {
  font-weight: 300; }

.normal {
  font-weight: 400; }

.semibold {
  font-weight: 500; }

.bold {
  font-weight: 700; }

/*  background position */
.poz1 {
  background-position: 25% 5%; }

.poz2 {
  background-position: 50% 5%; }

.poz3 {
  background-position: 75% 5%; }

.poz4 {
  background-position: 25% 50%; }

.poz5 {
  background-position: 50% 50%; }

.poz6 {
  background-position: 75% 50%; }

.poz7 {
  background-position: 25% 5%; }

.poz8 {
  background-position: 50% 5%; }

.poz9 {
  background-position: 75% 5%; }

.btn {
  background-color: transparent;
  font-weight: 500;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 6px;
  padding-left: 5%;
  padding-right: 5%;
  min-width: 100px; }
  .btn:hover {
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

.btnDuzy {
  font-size: 21px; }

.btnNiebieski {
  color: #29ABE2;
  border: 2px solid #29ABE2; }
  .btnNiebieski:hover {
    background-color: white;
    color: #29ABE2;
    border: 2px solid white; }

.btnBialy {
  color: white;
  border: 2px solid white; }
  .btnBialy:hover {
    background-color: #29ABE2;
    color: white;
    border: 2px solid #29ABE2; }

.btnCzerwony {
  color: white;
  background-color: #d7614a; }
  .btnCzerwony:hover {
    background-color: #df4628;
    color: white; }

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 999; }
  @media (max-width: 767px) {
    .main-nav {
      position: fixed; } }
  .main-nav .navbar-top {
    width: 100%;
    background-color: #f5f5f5;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2); }
    .main-nav .navbar-top .navbar-top-inner {
      max-width: 1280px;
      height: 70px;
      margin-left: auto;
      margin-right: auto;
      display: flex;
      align-items: center;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .main-nav .navbar-top .navbar-top-inner {
          height: 70px;
          background-color: white; } }
      .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-left {
        width: 20%;
        max-width: 154px;
        margin-left: 5%;
        float: left; }
        .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-left img {
          width: 100%; }
          @media (max-width: 767px) {
            .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-left img {
              width: 150%;
              max-width: inherit; } }
      .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-right {
        width: 70%;
        margin-right: 5%;
        float: right;
        text-align: right; }
        @media (max-width: 767px) {
          .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-right ul {
            padding-bottom: 20px;
            padding-top: 20px;
            background-color: white;
            width: 100%; } }
        .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-right ul li {
          display: inline;
          padding-left: 5%;
          text-transform: uppercase; }
          @media (max-width: 767px) {
            .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-right ul li {
              display: inherit; } }
          .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-right ul li a {
            color: #b5a2a2;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            cursor: pointer;
            padding-bottom: 2px;
            transition: all 300ms; }
            .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-right ul li a:hover {
              color: #29ABE2;
              text-decoration: none;
              transition: all 300ms; }
          .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-right ul li .signup {
            color: #d7614a; }
            .main-nav .navbar-top .navbar-top-inner .navbar-top-inner-right ul li .signup:hover {
              color: #df4628; }
  @media (max-width: 767px) {
    .main-nav #bs-example-navbar-collapse-1 {
      border: none;
      padding-top: 20px; } }

.navbar-collapse {
  display: auto;
  padding-left: 0;
  padding-right: 0; }
  @media (max-width: 767px) {
    .navbar-collapse {
      padding-left: 25px;
      padding-right: 25px; } }

.fa-bars {
  color: white; }
  @media (max-width: 767px) {
    .fa-bars {
      color: #29ABE2; } }

.navbar-toggle {
  margin-bottom: 0;
  margin-top: 0; }

.container-fluid {
  max-width: 1280px; }

.paddingMenu {
  padding-top: 100px; }

footer {
  width: 100%;
  z-index: 999;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #5f5959; }
  @media (max-width: 767px) {
    footer .footer-top, footer .footer-bottom {
      padding-left: 5%;
      padding-right: 5%; } }
  footer .footer-top .footer-inner, footer .footer-bottom .footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer .footer-top .footer-inner .logo, footer .footer-bottom .footer-inner .logo {
      width: 117px;
      float: left; }

.footer-top {
  background-color: #3fa88a;
  border-left: 1px solid #3be86c;
  border-right: 1px solid #3be86c;
  border-bottom: 1px solid #3be86c;
  text-align: center;
  padding-top: 7%;
  padding-bottom: 7%; }

.footer-bottom {
  text-align: center;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 5%;
  padding-right: 5%; }
  .footer-bottom p {
    color: white;
    text-align: center;
    font-size: 18px; }
  .footer-bottom li a {
    color: white !important;
    text-transform: uppercase;
    font-weight: 700; }

.overlay:before {
  position: absolute;
  content: " ";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  cursor: pointer; }

.overlayCzarny:before {
  background-color: rgba(0, 0, 0, 0.5); }

.overlayCzarny2:before {
  background-color: rgba(0, 0, 0, 0.4); }

.overlayZielony:before {
  background-color: rgba(20, 138, 78, 0.64); }

.bialy {
  color: white; }

.czerwonyBg {
  background-color: #d7614a !important; }

.szaryBg {
  background-color: #858585; }

.jasnoSzaryBg {
  background-color: #dbdbdb; }

.bialyBg {
  background-color: white; }

.niebieskiBg {
  background-color: #1e5598; }

.fullWidth {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px; }

.fullWidth23 {
  width: 67%;
  float: left;}

.fullWidth13 {
  width: 33%;
  float: right; }

.cover {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .cover .coverInside {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-around;
    height: 100%; }
    .cover .coverInside .coverInside2 {
      display: block; }

.coverSmall {
  width: 100%;
  /* height: 30%; */
  padding-bottom: 65px;
  background-size: cover;
  position: relative;
  overflow: hidden; }
  .cover .coverInside {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-around;
    height: 100%; }
    .cover .coverInside .coverInside2 {
      display: block; }


.kategoria {
  width: 100%;
  padding-top: 3%;
  padding-bottom: 3%;
  padding-left: 10%;
  padding-right: 10%;
  text-align: right;
  color: white; }
  .kategoria p {
    font-size: 16px; }

[class^="icon-"], [class*=" icon-"] {
  height: 32px;
  width: 32px;
  display: inline-block;
  fill: currentColor; }

#icon3, #icon4, #icon5, #icon6, #icon7, #icon8, #icon9, #icon10, #icon11, #icon12, #icon13, #icon14, #icon15, #icon16 {
  fill: #29ABE2; }

#icon1, #icon2, #icon5, #icon6 {
  fill: #868686; }

.logoFooter img {
  height: 36px;
  max-width: 100px;
  display: block; }

.ramkaNiebieska {
  border: 1px solid #29ABE2;
  text-align: left;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 40px;
  padding-bottom: 40px;
  min-height: 250px; }
  @media (max-width: 767px) {
    .ramkaNiebieska {
      min-height: inherit; } }

.ramkaNiebieska2 {
  border: 1px solid #29ABE2;
  text-align: left;
  padding-left: 7%;
  padding-right: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-top: 60px;
  margin-left: 12%;
  margin-right: 12%;
  width: 76%; }
  @media (max-width: 767px) {
    .ramkaNiebieska2 {
      margin-left: 5%;
      margin-right: 5%;
      width: 90%; } }

.ramkaZielona {
  border-left: 1px solid #3be86c;
  border-right: 1px solid #3be86c;
  text-align: left;
  background-color: #f5f5f5; }

.ramkaBiala {
  border: 1px solid #29ABE2;
  background-color: #1e5598;
  text-align: left;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  margin-top: 70px;
  min-height: 283px;
  margin-bottom: 20px;
  position: relative;
  z-index: 1; }
  @media (max-width: 767px) {
    .ramkaBiala {
      margin-bottom: 60px; } }
  .ramkaBiala > svg {
    background-color: #1e5598;
    margin-top: -90px;
    margin-bottom: 10px;
    width: 40%;
    padding-left: 10%;
    padding-right: 10%;
    max-height: 90px; }
  .ramkaBiala img {
    margin-bottom: 10px; }

.marginAuto {
  margin-left: auto;
  margin-right: auto; }

.mrgbottom2p {
  margin-bottom: 2%; }

.mrgbottom5p {
  margin-bottom: 5%; }

.mrgbottom10p {
  margin-bottom: 10%; }

.centerCenter {
  min-height: 240px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center; }
  .centerCenter svg {
    height: 70px;
    position: relative; }

.centerCenter150, .icon {
  height: 78px; }

.centerCenter150 p {
  text-align: left; }
  @media (max-width: 990px) {
    .centerCenter150 p {
      text-align: center; } }

.wys50 img, .wys50 svg {
  max-height: 30px; }

.baner {
  min-height: 40%; }

.rakietka {
  width: 20%; }

.well {
  background-color: white; }

.man {
  margin-top: -120px;
  margin-bottom: -61px;
  overflow: hidden; }
  @media (max-width: 1199px) {
    .man {
      width: 100%;
      height: auto;
      margin-top: 0;
      margin-bottom: 0; } }

.bezPaddingu {
  padding-left: 0;
  padding-right: 0; }

.affix {
  top: 0;
  width: 100%; }

.affix + .container-fluid {
  padding-top: 70px; }

.rakietka {
  max-height: 60px;
  margin-bottom: 5%; }

.well {
  min-height: 62px;
  display: flex;
  align-items: center;
  /* justify-content: center; */ }

.requestSupport {
  min-height: 2em; }

.progress {
  height: 14px;
  margin-bottom: 10px;
  border-radius: 0; }

.progress-bar {
  background-color: #29ABE2; }

.boxUsera {
  background-color: #EFEFEF;
  border: 1px solid #D4D4D4;
  width: 100%;
  padding-left: 20%;
  padding-right: 15%;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover; }

.boxUseraPusty {
  min-height: 346px; }

.szaryBox .kategoria {
  background-color: #858585; }
.szaryBox .boxUsera {
  border: 1px solid #D4D4D4; }

.zielonyBox .kategoria {
  background-color: #3be86c; }
.zielonyBox .boxUsera {
  border: 1px solid #3be86c; }

.fioletowyBox .kategoria {
  background-color: violet; }
.fioletowyBox .boxUsera {
  border: 1px solid violet; }

.pomaranczowyBox .kategoria {
  background-color: orange; }
.pomaranczowyBox .boxUsera {
  border: 1px solid orange; }

.szaryBox, .zielonyBox, .fioletowyBox, .pomaranczowyBox {
  margin-bottom: 5%; }

#boxy {
  position: relative; }

#boxy .row [class*='col-'] {
  padding-left: 3%;
  padding-right: 3%; }

.dane {
  margin-top: 5px;
  padding-left: 2%;
  padding-right: 2%; }
  .dane p {
    font-size: 12px; }

.underline {
  text-transform: underline; }

#kontakt {
  height: 100%; }
  @media (max-width: 767px) {
    #kontakt {
      height: auto; } }

/*# sourceMappingURL=style.css.map */

.download-attachments {
  margin-top: 2em;
}
.akcjonariat h3 {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.akcjonariat .data {
  margin-bottom: 0;
}
.entry-footer {
  background-color: transparent;
}
.data {
  margin-bottom: 1em;
}

#cf7md-form .mdc-form-field>label {
  font-size: 60%;
}

#ppc-login-form-1 p {
  margin-bottom: 1em;
}

.mdc-layout-grid__inner p {
  font-size: 60%;
}

#onas p, #kontakt p, #kontakt h4 {
  color: white;
}
