* {
  margin: 0px auto;
  padding: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Roboto Condensed', sans-serif;
  background-color: #29a6dc;
  width: 100%;
  cursor: default;
  margin: 0 auto;
}

.cookies {
  display: block;
  background-color: #29a6dc;
  border: 2px solid #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 24px;
  padding: 20px 20px;
  border-radius: 15% 15% 15% 15%;
  text-align: center;
}

.cookiesGuzik {
  padding: 10px 20px;
  font-size: 20px;
  font: bold;
  margin: 10px auto;
  padding: 10px 30px;
  display: block;
}

.cookies_none {
  display: none;
}

.administrator {
  display: none;
  font-size: 35px;
}

.administrator p {
  width: 30px;
  height: 30px;
  border: 2px solid black;
  border-radius: 50%;
  margin: 0px;
  padding: 0px;
  line-height: 25px;
  text-align: center;
  float: right;
  font-size: 25px;
}

.login {
  display: none;
  font-size: 35px;
}

.login a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 30px;
  color: black;
  font-weight: bolder;
  padding: 10px 10px;
  background: #29a6dc;
  border: 2px solid white;
  text-decoration: none;
}

.OK {
  display: block;
  width: 130px;
  height: 30px;
  font-size: 20px;
}

.IN {
  font-size: 20px;
  text-align: center;
}

.administrator_widzi {
  width: 35%;
  padding: 10px 5px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  text-align: center;
  display: block;
  position: absolute;
  top: 100px;
  left: 0px;
  background-color: #29a6dc;
  border: 2px solid darkgrey;
}

.login_widzi {
  display: inline-block;
  font-size: 20px;
  font-weight: bolder;
  z-index: 10;
}

.okno_glowne {
  width: 100%;
  position: relative;
}

.telefon {
  display: none;
}

.telefon i {
  color: black;
}

.widzi_kontakt {
  padding: 30px 20px;
  display: block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  border: 2px solid black;
  background: rgba(148, 137, 137, 0.8);
  overflow: hidden;
}

.telefon h1 {
  color: black;
  padding: 5px;
  text-align: center;
  text-transform: none;
}

.telefon h2 {
  text-transform: none;
  text-align: center;
}

.fas {
  padding-right: 10px;
}

.formularz {
  border: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  display: block;
  margin-top: 10px;
  padding: 10px 15px;
  text-align: center;
  font-size: 1.1rem;
}

.zamknij {
  float: right;
  border: none;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
  border-radius: 10px;
  display: block;
  margin-top: 25px;
  padding: 5px 5px;
  text-align: center;
  font-size: 1.1rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.telefon button:active {
  opacity: 1;
  background-color: gray;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 40%;
}

.stopka {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: auto;
  text-transform: uppercase;
  padding: 6px 0px;
  background: rgba(0, 0, 0, 0.3);
  color: beige;
  z-index: 1;
}

.kontakt2 {
  padding-bottom: 10px;
}

.kontakt:hover ~ .kontakt2 {
  background: red;
  opacity: 0.8;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.latajacy {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 1%;
  height: 8%;
  max-height: 50px;
  overflow: hidden;
  z-index: 2;
  -webkit-animation: latajacy_obrazek 1 10s ease-in-out;
          animation: latajacy_obrazek 1 10s ease-in-out;
}

img {
  width: 100%;
  height: 100%;
  opacity: 0.9;
}

@-webkit-keyframes latajacy_obrazek {
  0% {
    visibility: visible;
    left: 0%;
    top: 1%;
  }
  25% {
    left: 100%;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    top: 1%;
  }
  50% {
    left: 0%;
    -webkit-transform: translate(0%);
            transform: translate(0%);
    top: 1%;
  }
  75% {
    left: 100%;
  }
  /* transform: translate(-100%);
     top: 1% */
  100% {
    left: 50%;
    top: 1%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

@keyframes latajacy_obrazek {
  0% {
    visibility: visible;
    left: 0%;
    top: 1%;
  }
  25% {
    left: 100%;
    -webkit-transform: translate(-100%);
            transform: translate(-100%);
    top: 1%;
  }
  50% {
    left: 0%;
    -webkit-transform: translate(0%);
            transform: translate(0%);
    top: 1%;
  }
  75% {
    left: 100%;
  }
  /* transform: translate(-100%);
     top: 1% */
  100% {
    left: 50%;
    top: 1%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

.przywitanie {
  font-size: 14px;
  float: left;
  line-height: 180%;
  text-align: center;
  height: auto;
  padding-top: 30px;
  width: 50%;
}

.kontakt, .zakres, .rejon, .terminy {
  font-size: 15px;
  text-transform: uppercase;
  padding: 5px 10px;
  background-color: #29a6dc;
  border: white solid 4px;
  border-radius: 45px;
  -webkit-box-shadow: gainsboro 0px 0px 8px 8px;
          box-shadow: gainsboro 0px 0px 8px 8px;
  margin: 8px 0px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.kontakt2 {
  line-height: 10px;
}

.ramka_kontaktowa {
  display: none;
  position: absolute;
  border: white 3px solid;
  border-radius: 25px;
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  background-color: rgba(65, 131, 164, 0.7);
  padding: 10px 10px;
  width: 0px;
}

label {
  display: block;
  font-size: 1.5rem;
  color: #000000;
}

input {
  width: 100%;
  margin-bottom: 25px;
  border: 2px solid #CCC;
  font-size: 1.5rem;
  color: black;
}

textarea {
  width: 100%;
  margin-bottom: 25px;
  border: 2px solid #CCC;
  font-size: 1.5rem;
  color: black;
  font-weight: 700;
}

p {
  width: 350px;
}

.zamknij_kontakt {
  padding: 0.5rem 1rem;
  background: #29a6dc;
  -webkit-box-shadow: gainsboro 0px 0px 6px 4px;
          box-shadow: gainsboro 0px 0px 6px 4px;
  border: white solid 4px;
  border-radius: 45px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: 1s background-color;
  transition: 1s background-color;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
}

.submit {
  padding: 0.5rem 1rem;
  background: #29a6dc;
  -webkit-box-shadow: gainsboro 0px 0px 6px 4px;
          box-shadow: gainsboro 0px 0px 6px 4px;
  border: white solid 4px;
  border-radius: 45px;
  color: #fff;
  font-size: 1rem;
  font-weight: bold;
  -webkit-transition: 1s background-color;
  transition: 1s background-color;
  display: inline-block;
  margin-left: 10px;
  cursor: pointer;
  -webkit-animation: wibracja 3s 1s linear infinite;
          animation: wibracja 3s 1s linear infinite;
}

.widzi {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 5%;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  width: 320px;
  height: 530px;
}

.buttony {
  display: block;
  overflow: hidden;
}

/*! -------- kalendarz --------- */
.fa-chevron-circle-left {
  position: absolute;
  top: 5%;
  left: 70px;
  font-size: 35px;
  padding: 0;
}

.fa-chevron-circle-right {
  position: absolute;
  top: 5%;
  right: 70px;
  font-size: 35px;
  padding: 0;
}

.fa-times-circle {
  position: absolute;
  bottom: 0px;
  text-align: center;
  font-size: 35px;
  width: 450px;
}

.okno_kalendarza {
  display: none;
}

.okno_kalendarza_widzi {
  display: block;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  width: 450px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 440px;
}

.rama_kalendarza {
  overflow: hidden;
  width: 350px;
}

.kalendarz_caly {
  font-size: 0;
  height: 350px;
  display: inline-block;
  width: 5000px;
}

.kalendarz {
  width: 350px;
  height: 400px;
  border: #016b99 2px solid;
  display: inline-block;
  border-radius: 5%;
  overflow: hidden;
  background-color: #0f92ca;
}

.month {
  text-align: center;
  padding: 15px 25px;
  width: 100%;
  background: #0f92ca;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 3px;
}

.weekdays {
  width: 100%;
  margin: 0;
  background-color: #ddd;
  font-size: 0;
}

.weekdays li {
  display: inline-block;
  width: calc(100%/7);
  color: #000;
  text-align: center;
  font-size: 16px;
  border-right: 2px solid #0f92ca;
  padding: 10px 0;
}

.days {
  padding: 10px 0;
  background: #0f92ca;
  margin: 0;
  font-size: 0;
}

.days li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #0f92ca;
  list-style-type: none;
  display: inline-block;
  width: calc(100%/7);
  text-align: center;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 29px;
  color: #000;
}

#puste_pole {
  font-size: 0;
  height: 0;
  line-height: 0;
  border: 0 solid #eee;
  margin-bottom: 0;
}

.zajete {
  background: #00cfff;
  color: black;
}

.legenda {
  width: 100%;
  display: block;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}

.wolne {
  font-size: 16px;
  display: inline-block;
  background-color: #0f92ca;
  padding: 5px 15px;
  text-align: center;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: black;
  border: 2px solid #016b99;
}

.zarezerwowane {
  font-size: 16px;
  display: inline-block;
  background: #00cfff;
  padding: 5px 15px;
  text-align: center;
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*! -------koniec kalendarza --- */
@media (orientation: portrait) {
  .cookies {
    font-size: 16px;
    padding: 20px 15px;
    width: 70%;
  }
  .cookiesGuzik {
    padding: 7px 15px;
    font-size: 16px;
  }
  .administrator_widzi {
    width: 90%;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    left: 5%;
  }
  .latajacy {
    max-height: 40px;
  }
  .widzi_kontakt {
    width: 90%;
  }
  .buttony {
    width: 90%;
    font-size: 12px;
    padding: 10px;
    position: absolute;
    top: 115%;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 25px;
  }
  .okno_glowne {
    width: 100%;
    height: 100vh;
  }
  .przywitanie, .ramka_zdjec, .przywitanie p {
    display: block;
  }
  .ramka_zdjec {
    width: 100%;
    height: 100%;
    float: left;
    padding-top: 50px;
    cursor: pointer;
    padding: 0px 0px;
    padding-top: 160px;
    margin-top: 0px;
  }
  .ramka_zdjec div {
    display: block;
    overflow: hidden;
    float: left;
    width: calc(100%/2);
    height: calc(100vh/5);
    padding: 2px 2px;
  }
  .przywitanie {
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: 40px;
    line-height: 170%;
    text-align: center;
    height: auto;
    padding: 15px 15px;
    width: 100%;
  }
  .przywitanie h1 {
    font-size: 20px;
  }
  h2 {
    font-size: 20px;
  }
  .kontakt2 {
    display: none;
    font-size: 22px;
    line-height: 70%;
    text-align: center;
    margin-top: 120px;
    padding-bottom: 10px;
    background: rgba(20, 20, 20, 0.4);
  }
  .kalendarz {
    width: 300px;
    height: 400px;
  }
  .kalendarz_caly {
    height: 350px;
  }
  .rama_kalendarza {
    width: 300px;
  }
  .okno_kalendarza_widzi {
    width: 400px;
    height: 350px;
    top: 40%;
  }
  .fa-times-circle {
    font-size: 30px;
    width: 400px;
    bottom: -90px;
  }
  .fa-chevron-circle-left, .fa-chevron-circle-right {
    font-size: 30px;
  }
  .month {
    font-size: 16px;
  }
  .weekdays li {
    font-size: 14px;
  }
  .days li {
    font-size: 14px;
    line-height: 29px;
  }
  .wolne, .zarezerwowane {
    font-size: 14px;
  }
}

@media (max-width: 899px) and (orientation: landscape) {
  .latajacy {
    height: 35px;
    position: fixed;
  }
  .okno_glowne {
    min-width: 600px;
    max-width: 899px;
    padding-top: 45px;
    margin: 0px auto;
    height: 100vh;
  }
  .przywitanie {
    font-size: 20px;
    float: left;
    line-height: 150%;
    text-align: center;
    padding-top: 10px;
    width: 50%;
  }
  .przywitanie h1 {
    font-size: 1em;
  }
  h2 {
    font-size: 1em;
  }
  .buttony {
    margin: 30px auto;
  }
  .buttony button {
    font-size: 15px;
    text-transform: uppercase;
    padding: 10px 10px;
    background-color: #29a6dc;
    border: white solid 4px;
    border-radius: 45px;
    -webkit-box-shadow: gainsboro 0px 0px 8px 8px;
            box-shadow: gainsboro 0px 0px 8px 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .kontakt2 {
    display: none;
    line-height: 20px;
  }
  .ramka_zdjec {
    width: 50%;
    display: block;
    float: left;
    cursor: pointer;
    height: 100%;
  }
  .ramka_zdjec div {
    display: block;
    overflow: hidden;
    float: left;
    width: calc(100%/3);
    height: calc(100vh/4);
    padding: 2px 2px;
  }
  .zamknij_kontakt {
    margin-left: 80px;
  }
  .widzi {
    height: 90%;
    top: 55%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 320px;
    height: 510px;
  }
  .ramka_kontaktowa label {
    display: block;
    font-size: 1rem;
    color: #000000;
  }
  .ramka_kontaktowa input, .ramka_kontaktowa textarea {
    width: 100%;
    margin-bottom: 20px;
    font-size: 1rem;
  }
  .ramka_kontaktowa p {
    width: 350px;
  }
  .zamknij_kontakt, .submit {
    font-size: 0.8rem;
  }
  .stopka {
    display: none;
  }
  .zaciemnienie_dziala {
    width: 100%;
    height: 100%;
    background: rgba(104, 208, 240, 0.7);
    position: absolute;
    top: 0;
    left: 0;
  }
  .okno_kalendarza_widzi {
    top: 55%;
    height: 300px;
    z-index: 100;
  }
  .kalendarz {
    width: 350px;
    height: 300px;
  }
  .month {
    padding: 10px 25px;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 3px;
  }
  .weekdays li {
    font-size: 16px;
    border-right: 2px solid #0f92ca;
    padding: 5px 0;
  }
  .days {
    padding: 5px 0;
  }
  .days li {
    margin-bottom: 2px;
    font-size: 12px;
    line-height: 20px;
    color: #000;
  }
}

@media (min-width: 900px) and (orientation: landscape) {
  .okno_glowne {
    width: 100%;
    height: 100vh;
    min-width: 800px;
    max-width: 1400px;
    padding-top: 80px;
    margin: 0px auto;
  }
  .kontakt2 {
    display: block;
  }
  body {
    min-width: 900px;
    min-height: 600px;
  }
  .latajacy {
    height: 42px;
    position: fixed;
  }
  .przywitanie {
    font-size: 24px;
    float: left;
    line-height: 200%;
    text-align: center;
    height: auto;
    padding-top: 30px;
    width: 49%;
  }
  .kontakt, .zakres, .rejon, .terminy {
    font-size: 24px;
    text-transform: uppercase;
    padding: 10px 15px;
    background-color: #29a6dc;
    border: white solid 4px;
    border-radius: 45px;
    -webkit-box-shadow: gainsboro 0px 0px 8px 8px;
            box-shadow: gainsboro 0px 0px 8px 8px;
    margin: 30px 0px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .kontakt2 {
    line-height: 20px;
  }
  .ramka_zdjec {
    width: 50%;
    height: 100%;
    display: block;
    float: left;
    cursor: pointer;
  }
  .ramka_zdjec div {
    display: block;
    overflow: hidden;
    float: left;
    width: calc(100%/3);
    height: 20%;
    padding: 2px 2px;
  }
  .ramka_zdjec img {
    width: 100%;
    height: 100%;
    -webkit-transition: 1.5s;
    transition: 1.5s;
    cursor: pointer;
  }
  .kontakt h1, h2 {
    font-size: 2em;
  }
}

header {
  position: relative;
  background-color: #29a6dc;
  color: aliceblue;
}

.ramka_zdjec div {
  overflow: hidden;
}

img {
  width: 100%;
  height: 100%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  cursor: pointer;
}

img:hover {
  -webkit-transform: scale(2) rotate(360deg);
          transform: scale(2) rotate(360deg);
}

.przywitanie p, h1, h2 {
  text-transform: uppercase;
}

.rejon:hover, .zakres:hover, .kontakt:hover {
  background-color: gainsboro;
  color: black;
}

.rejon:active, .zakres:active, .kontakt:active {
  background-color: #3e8e41;
  -webkit-box-shadow: 0 5px #666;
          box-shadow: 0 5px #666;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.form {
  position: absolute;
  width: 95%;
}

.potwierdzenie {
  position: absolute;
  left: 50%;
  top: 87%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  font-size: 1.8rem;
  color: red;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
}

.admin p {
  width: 450px;
}

@-webkit-keyframes wibracja {
  0% {
  }
  10% {
    margin-left: 5px;
  }
  11% {
    margin-left: 14px;
  }
  12% {
    margin-left: 5px;
  }
  13% {
    margin-left: 14px;
  }
  14% {
    margin-left: 5px;
  }
  15% {
    margin-left: 14px;
  }
  16% {
    margin-left: 5px;
  }
  17% {
    margin-left: 14px;
  }
  18% {
    margin-left: 5px;
  }
  19% {
    margin-left: 14px;
  }
  20% {
    margin-left: 10px;
  }
  21% {
    margin-left: 14px;
  }
  22% {
    margin-left: 10px;
  }
  23% {
    margin-left: 14px;
  }
  24% {
    margin-left: 10px;
  }
  25% {
  }
  100% {
  }
}

@keyframes wibracja {
  0% {
  }
  10% {
    margin-left: 5px;
  }
  11% {
    margin-left: 14px;
  }
  12% {
    margin-left: 5px;
  }
  13% {
    margin-left: 14px;
  }
  14% {
    margin-left: 5px;
  }
  15% {
    margin-left: 14px;
  }
  16% {
    margin-left: 5px;
  }
  17% {
    margin-left: 14px;
  }
  18% {
    margin-left: 5px;
  }
  19% {
    margin-left: 14px;
  }
  20% {
    margin-left: 10px;
  }
  21% {
    margin-left: 14px;
  }
  22% {
    margin-left: 10px;
  }
  23% {
    margin-left: 14px;
  }
  24% {
    margin-left: 10px;
  }
  25% {
  }
  100% {
  }
}

.zamknij_kontakt {
  margin-left: 90px;
}

.zamknij_kontakt:hover {
  background: #278ec9;
}

.terminy {
  -webkit-animation: wibracja 5s infinite linear;
          animation: wibracja 5s infinite linear;
}

.ramka_kontaktowa::after, .okno_glowne::after, .ramka_zdjec::after, .przywitanie::after, .kontakt2::after, .clear::after {
  content: "";
  clear: both;
  display: block;
}
/*# sourceMappingURL=nowe_style1.css.map */