@font-face {
  font-family: 'Open Sans';
  src: url("./fonts/OpenSans-Regular.eot?") format("eot"), url("./fonts/OpenSans-Regular.woff") format("woff"), url("./fonts/OpenSans-Regular.ttf") format("truetype"), url("./fonts/OpenSans-Regular.svg#Samplino") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("./fonts/OpenSans-Bold.eot?") format("eot"), url("./fonts/OpenSans-Bold.woff") format("woff"), url("./fonts/OpenSans-Bold.ttf") format("truetype"), url("./fonts/OpenSans-Bold.svg#Samplino") format("svg");
  font-weight: 700;
  font-style: normal; }

*, :after, :before {
  box-sizing: border-box;
  margin: 0;
  border: 0;
  padding: 0; }

a {
  text-decoration: none;
  color: #009698; }
  a:hover {
    text-decoration: underline; }

strong {
  font-weight: bold;
  color: #000; }

.text-center {
  text-align: center; }

html {
  font-size: 62.5%; }
  @media (max-width: 1199px) {
    html {
      font-size: 50%; } }

body {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.8rem;
  line-height: 3.6rem;
  color: #5c5d60; }

header {
  display: flex;
  width: 100%;
  justify-content: center; }
  header img {
    position: relative;
    z-index: 2; }
  header:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 37px;
    background: #009698; }

.container {
  position: relative;
  margin: auto;
  width: 1314px;
  padding: 0 21px;
  text-align: justify; }
  @media (max-width: 1320px) {
    .container {
      width: 100%; } }
  .container h2 {
    font-size: 1.6rem;
    color: #009698; }
  .container h3 {
    font-size: 1.6rem;
    color: #000; }
  .container h4 {
    font-size: 2.4rem;
    color: #009698;
    font-weight: 400; }

.flex {
  display: flex; }
  .flex.justify-center {
    justify-content: center; }
  @media (max-width: 1199px) {
    .flex.main {
      flex-wrap: wrap; }
      .flex.main > .col:first-child {
        order: 2; }
      .flex.main > .col:last-child {
        width: 100%;
        text-align: center;
        order: 1;
        margin-bottom: 5rem; }
        .flex.main > .col:last-child img {
          max-width: 100%; } }
  @media (max-width: 1199px) {
    .flex.contact {
      justify-content: center; } }
  @media (max-width: 599px) {
    .flex.contact {
      flex-wrap: wrap; }
      .flex.contact > .col {
        margin: .5rem 2rem;
        padding: 0; }
        .flex.contact > .col .flex {
          width: 260px; } }

.info {
  width: 100%;
  position: relative;
  text-align: center; }
  .info:after {
    content: '';
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #9dcc00; }
  .info h2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 1.6rem;
    color: #000;
    background: #fff;
    padding: 0 3.5rem; }

.announce p {
  font-size: 1.4rem; }

.btn {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  border-radius: 6px;
  background: #9dcc00;
  transition: .3s all;
  padding: 1.1rem 3.7rem; }
  .btn:hover {
    background: #83aa00; }
  .btn img {
    vertical-align: middle;
    margin-right: 1rem; }

footer {
  display: block; }
  footer .note {
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #9dcc00; }
    footer .note p {
      color: #999b9e;
      font-size: 1.2rem;
      font-weight: 400;
      line-height: 2rem; }
  footer .copy {
    justify-content: space-between;
    line-height: initial;
    align-items: center;
    padding: 1.5rem 0; }
    @media (max-width: 499px) {
      footer .copy {
        display: block; } }
    footer .copy ul {
      list-style: none;
      display: flex; }
      @media (max-width: 499px) {
        footer .copy ul {
          flex-wrap: wrap; } }
      footer .copy ul li {
        padding: 0 0.5rem; }
        footer .copy ul li:first-child {
          padding-left: 0; }
        footer .copy ul li:last-child {
          padding-right: 0; }
        footer .copy ul li a {
          font-size: 1.2rem; }
    footer .copy p {
      font-size: 1.2rem;
      color: #999b9e; }

.m-t-1 {
  margin-top: 1rem; }

.m-b-1 {
  margin-bottom: 1rem; }

.m-r-1 {
  margin-right: 1rem; }

.m-l-1 {
  margin-left: 1rem; }

.m-t-2 {
  margin-top: 2rem; }

.m-b-2 {
  margin-bottom: 2rem; }

.m-r-2 {
  margin-right: 2rem; }

.m-l-2 {
  margin-left: 2rem; }

.m-t-3 {
  margin-top: 3rem; }

.m-b-3 {
  margin-bottom: 3rem; }

.m-r-3 {
  margin-right: 3rem; }

.m-l-3 {
  margin-left: 3rem; }

.m-t-4 {
  margin-top: 4rem; }

.m-b-4 {
  margin-bottom: 4rem; }

.m-r-4 {
  margin-right: 4rem; }

.m-l-4 {
  margin-left: 4rem; }

.m-t-5 {
  margin-top: 5rem; }

.m-b-5 {
  margin-bottom: 5rem; }

.m-r-5 {
  margin-right: 5rem; }

.m-l-5 {
  margin-left: 5rem; }

.m-t-6 {
  margin-top: 6rem; }

.m-b-6 {
  margin-bottom: 6rem; }

.m-r-6 {
  margin-right: 6rem; }

.m-l-6 {
  margin-left: 6rem; }

.m-t-7 {
  margin-top: 7rem; }

.m-b-7 {
  margin-bottom: 7rem; }

.m-r-7 {
  margin-right: 7rem; }

.m-l-7 {
  margin-left: 7rem; }

.m-t-8 {
  margin-top: 8rem; }

.m-b-8 {
  margin-bottom: 8rem; }

.m-r-8 {
  margin-right: 8rem; }

.m-l-8 {
  margin-left: 8rem; }

.m-t-9 {
  margin-top: 9rem; }

.m-b-9 {
  margin-bottom: 9rem; }

.m-r-9 {
  margin-right: 9rem; }

.m-l-9 {
  margin-left: 9rem; }

.m-t-10 {
  margin-top: 10rem; }

.m-b-10 {
  margin-bottom: 10rem; }

.m-r-10 {
  margin-right: 10rem; }

.m-l-10 {
  margin-left: 10rem; }

#polityka-plikow-cookies, #polityka-prywatnosci {
  max-width: 712px;
  font-size: 1.4rem;
  line-height: 2.2rem; }
  #polityka-plikow-cookies p, #polityka-prywatnosci p {
    padding: 1.5rem 0; }
  #polityka-plikow-cookies ul, #polityka-prywatnosci ul {
    padding: 1.5rem 0;
    margin-left: 3rem; }
  #polityka-plikow-cookies ol, #polityka-prywatnosci ol {
    padding: 1.5rem 0;
    margin-left: 1.5rem; }
  #polityka-plikow-cookies .table, #polityka-prywatnosci .table {
    max-width: 100%;
    overflow: auto; }
    #polityka-plikow-cookies .table table, #polityka-prywatnosci .table table {
      width: 100%; }
