html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

.wow {
  visibility: hidden;
}

@-webkit-keyframes slideWidth {
  from {
    width: 0;
    visibility: visible;
  }

  to {
    width: 100%;
  }
}

@keyframes slideWidth {
  from {
    width: 0;
    visibility: visible;
  }

  to {
    width: 100%;
  }
}

.animate__width {
  -webkit-animation-name: slideWidth;
  animation-name: slideWidth;
}

@-webkit-keyframes padding {
  from {
    padding-top: 0;
    visibility: visible;
  }

  to {
    padding-top: 100%;
  }
}

@keyframes padding {
  from {
    padding-top: 0;
    visibility: visible;
  }

  to {
    padding-top: 100%;
  }
}

.animate__padding {
  -webkit-animation-name: padding;
  animation-name: padding;
}

@-webkit-keyframes padding70 {
  from {
    padding-top: 0;
    visibility: visible;
  }

  to {
    padding-top: 70%;
  }
}

@keyframes padding70 {
  from {
    padding-top: 0;
    visibility: visible;
  }

  to {
    padding-top: 70%;
  }
}

.animate__padding70 {
  -webkit-animation-name: padding70;
  animation-name: padding70;
}

html,
body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  max-width: 100%;
  vertical-align: top;
}

img {
  max-width: 100%;
}

.lora {
  font-family: "Lora", serif;
  font-weight: 400;
}

.lora.bold {
  font-weight: 700;
}

.que {
  font-family: "Questrial", sans-serif;
  font-weight: 400;
}

.alfa {
  font-family: "Alfa Slab One", cursive;
  font-weight: 400;
}

.right {
  font-family: "Righteous", cursive;
  font-weight: 400;
}

.mont {
  font-family: "Montserrat", sans-serif;
}

.mont.regular {
  font-weight: 400;
}

.mont.semibold {
  font-weight: 600;
}

.gothic.demi {
  font-family: "AllRoundGothic-Demi";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.gothic.medium {
  font-family: "AllRoundGothic";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.gothic.bold {
  font-family: "AllRoundGothic";
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.gothic.book {
  font-family: "AllRoundGothic-Book";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.bg {
  background-position: center;
  background-size: cover;
}

.slider {
  background-color: #072e44;
  background-image: url("img/slider.jpg");
  background-position: center;
  background-size: cover;
  padding: 350px 0 400px 0;
  position: relative;
  z-index: 2;
}

video#baner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.container {
  width: 64%;
  margin: 0 auto;
}

.green {
  color: #a3ce5f !important;
}

.orange {
  color: #ec9b28 !important;
}

.orange_light {
  color: #eaaa49 !important;
}

.slider h2 {
  font-size: 19px;
  color: #ececec;
}

.slider h1 {
  font-size: 60px;
  color: #fff;
  line-height: 1.2em;
  margin-bottom: 40px;
}

.slider_bt {
  background-color: #eeaa4a;
  font-size: 19px;
  text-align: center;
  min-width: 300px;
  color: #010817;
  padding: 16px 20px;
  display: table;
  border-radius: 25px;
  letter-spacing: 0.15em;
}

.top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: background-color 0.25s ease-in-out;
}

.top.active {
  background-color: #172c3b;
}

.top .container {
  width: 100%;
  padding-left: 18%;
  padding-right: 140px;
}

.top .nawigacja {
  display: flex;
  padding: 10px 0;
}

figure.logo {
  flex: 0 0 auto;
  padding-right: 60px;
}

nav {
  position: relative;
}

.nav_line {
  top: 0;
  left: 0;
  width: calc(100% + 270px);
  height: 1px;
  position: absolute;
  background-color: #f8f8f8;
  opacity: 0.4;
}

.top .mail {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
  padding-top: 10px;
}

.top_detail_anchor {
  display: flex;
  align-self: center;
  gap: 7px;
}

.top_detail_anchor_icon {
  display: flex;
  align-items: center;
}

.top_detail_anchor_txt {
  font-size: 19px;
  color: #f9f9f9;
}

nav a {
  padding: 25px 25px 0 15px;
  display: inline-block;
  font-size: 18px;
  color: #f9f9f9;
  position: relative;
  transition-duration: 0.5s;
}

nav a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 7px;
  background-color: #28cbc6;
  transition-duration: 0.5s;
  overflow: hidden;
  border-radius: 10px;
}

nav a.active:before {
  width: 100%;
}

nav a:hover:before {
  width: 100%;
}

.kwadrat_icon {
  margin-bottom: 10px;
}

.kwadrat h2,
.obsluga_box h2,
.oferta_box h2,
.metodyka_box h2,
.akt h2,
form h2,
footer h2 {
  font-size: 24px;
  color: #14232e;
}

.oferta_box h2,
.metodyka_box h2 {
  line-height: 1.5em;
}

.kwadrat h2 {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  text-align: center;
  width: calc(100% - 30px);
  line-height: 1.2em;
}

.kwadrat {
  padding-top: 100%;
  position: relative;
}

.kwadraty {
  display: grid;
}

.kwadraty_1 {
  grid-template-columns: repeat(4, 220px);
  padding: 0 18%;
}

.kwadraty_1 .kwadrat:nth-child(1) {
  background-color: #f9fdfd;
}

.kwadraty_1 .kwadrat:nth-child(2) {
  background-color: #eafaf9;
}

.kwadraty_1 .kwadrat:nth-child(3) {
  background-color: #c7f2f0;
}

.kwadraty_1 .kwadrat:nth-child(4) {
  background-color: #7de0dd;
}

.kwadraty_1 .kwadrat:nth-child(5) {
  background-color: #7de0dd;
  grid-column-end: -1;
  padding-top: 140%;
  border-bottom-left-radius: 109px;
  border-bottom-right-radius: 109px;
}

.kwadraty_1 {
  margin-top: -220px;
  position: relative;
  z-index: 2;
}

.kwadraty_1:before {
  content: "";
  position: absolute;
  left: 0;
  width: 18%;
  background-color: #fff;
  height: 220px;
}

.ofirmie {
  margin-top: -308px;
  position: relative;
  z-index: 2;
  padding-top: 88px;
}

.offer_bg {
  background-image: url("img/oferta_bg.jpg");
  background-position: center;
  background-size: cover;
}

header h2 {
  font-size: 60px;
  color: #14232e;
}

header h3 {
  font-size: 30px;
  line-height: 1.2em;
}

.oferta header h3 {
  margin-top: 10px;
}

p,
.tresc {
  color: #13232e;
  font-size: 18px;
  line-height: 1.5em;
}

.ofirmie p,
.oferta header p {
  margin-top: 15px;
}

.klienci header p,
.klienci header h3 {
  margin-top: 10px;
}

.ofirmie p,
.klienci p,
.oferta header p,
.polityka .tresc {
  line-height: 2em;
}

.ofirmie .content,
.klienci .content {
  width: 63%;
  margin-left: auto;
}

.oferta {
  padding: 150px 0 320px 0;
  position: relative;
  z-index: 1;
}

.oferta_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-top: 60px;
  align-items: start;
}

.oferta_box .numer {
  font-size: 56px;
  color: #fdfdfe;
  padding: 30px 0;
  line-height: 1em;
  opacity: 0.64;
}

.oferta_box p {
  line-height: 2em;
  flex: 1;
}

.oferta_box {
  position: relative;
  z-index: 1;
  padding: 0 35px 100px 35px;
  border-top: 13px solid #b37f30;
  display: flex;
  flex-flow: column wrap;
}

.oferta_box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #e6a646;
  z-index: -1;
  opacity: 0.84;
  border-bottom-left-radius: 144px;
  border-bottom-right-radius: 144px;
}

.oferta_box figure {
  margin: 50px auto 0 auto;
  display: table;
  position: relative;
  top: 140px;
  margin-top: -90px;
}

.abs {
  position: absolute;
}

.oferta_bg {
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  display: none;
}

.center {
  text-align: center;
}

.obsluga {
  padding: 100px 11.5% 180px 11.5%;
}

.obsluga_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 80px;
  margin-top: 70px;
}

.obsluga_box .main {
  height: 205px;
  position: relative;
  z-index: 1;
  width: 205px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px;
  text-align: center;
}

.border {
  background-color: #14232e;
  position: absolute;
  z-index: -1;
}

.border.bottom {
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
}

.border.left,
.border.right {
  width: 2px;
  height: 100%;
  top: 0;
}

.border.left {
  left: 0;
}

.border.right {
  right: 0;
}

.border-top {
  position: absolute;
  z-index: -1;
  top: -30px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
}

.border-top .line:nth-child(1),
.border-top .line:nth-child(3) {
  height: 2px;
  background-color: #14232e;
}

.border-top .line:nth-child(1) {
  flex: 0 0 auto;
  width: 30px;
}

.border-top .line:nth-child(3) {
  flex: 1;
}

.border-top figure {
  flex: 0 0 auto;
  min-height: 60px;
  display: flex;
  align-items: center;
  padding: 0 8px;
}

.obsluga_box p {
  color: #14232e;
  font-size: 17px;
}

.obsluga_box {
  display: flex;
  align-items: center;
}

.obsluga_box .desc {
  padding-left: 25px;
}

.obsluga .content {
  position: relative;
  z-index: 1;
}

a.bt,
input[type="submit"] {
  display: table;
  margin: 80px -28.125% 0 auto;
  height: 130px;
  background-color: #eeaa4a;
  padding-left: 160px;
  font-size: 31px;
  color: #13232e;
  padding-right: 28.125%;
}

a.bt {
  border-top-left-radius: 63px;
  border-bottom-left-radius: 63px;
}

a.bt .txt {
  display: table-cell;
  align-items: center;
  vertical-align: middle;
  height: 100%;
  width: 100%;
}

.akt_list .news a.bt {
  border-radius: 27px;
  font-size: 19px;
  letter-spacing: 0.15em;
}

.recenzje {
  padding: 160px 0;
  background-image: url("img/recenzje_bg.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-color: #147185;
  display: flex;
  align-items: center;
}

.recenzja h3 {
  color: #ec9b28;
  font-size: 19px;
  margin-bottom: 20px;
  line-height: 1.4em;
}

.recenzja h2 {
  color: #fafdfd;
  font-size: 35px;
}

.recenzja .tresc {
  line-height: 2em;
  color: #f9fcfc;
  margin-top: 20px;
}

.recenzja {
  display: flex !important;
  align-items: center;
}

.recenzja .row:nth-child(1) {
  flex: 1;
  padding-right: 40px;
}

.recenzja .row:nth-child(2) {
  width: 63%;
}

.recenzje .container {
  flex: 0 0 auto;
}

.recenzje .prev,
.recenzje .next {
  text-align: center;
  flex: 1;
}

.recenzje .prev img,
.recenzje .next img {
  cursor: pointer;
}

.klienci {
  padding: 100px 0 170px 0;
}

.kwadraty_2 {
  grid-template-columns: repeat(6, 1fr);
}

.kwadraty_2 .kwadrat:nth-child(2) {
  grid-column-start: 1;
}

.kwadraty_2 .kwadrat:nth-child(2) {
  grid-column-start: 1;
}

.kwadraty_2 .kwadrat:nth-child(3) {
  grid-column-start: 3;
}

.kwadraty_2 .kwadrat:nth-child(4) {
  grid-column-start: 6;
}

.kwadraty_2 .kwadrat:nth-child(5) {
  grid-column-start: 2;
}

.kwadraty_2 .kwadrat:nth-child(6) {
  grid-column-start: 4;
}

.kwadraty_2 .kwadrat:nth-child(8) {
  grid-column-start: 1;
}

.kwadraty_2 .kwadrat:nth-child(9) {
  grid-column-start: 3;
}

.kwadraty_2 .kwadrat:nth-child(1),
.kwadraty_2 .kwadrat:nth-child(4) {
  background-color: #cee5ff;
}

.kwadraty_2 .kwadrat:nth-child(2),
.kwadraty_2 .kwadrat:nth-child(6) {
  background-color: #d6e9b7;
}

.kwadraty_2 .kwadrat:nth-child(5),
.kwadraty_2 .kwadrat:nth-child(8) {
  background-color: #add3ff;
}

.kwadraty_2 .kwadrat:nth-child(3),
.kwadraty_2 .kwadrat:nth-child(7),
.kwadraty_2 .kwadrat:nth-child(9) {
  background-color: #eff6ff;
}

.polityka-energetyczna h2 {
  font-size: 34px;
  line-height: 1.1em;
  margin-top: 5px;
}

.polityka-energetyczna {
  width: 50%;
  display: table;
  margin-left: auto;
  margin-top: -120px;
  padding-left: 60px;
  position: relative;
  z-index: 1;
}

.polityka-energetyczna figure {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 38%;
  z-index: -1;
}

.aktualnosci {
  padding-bottom: 120px;
}

.aktualnosci header {
  text-align: right;
}

.aktualnosci a.bt {
  padding-left: 105px;
  margin-top: 30px;
}

.akt_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
  margin-top: 45px;
}

.akt .data {
  display: table;
  margin-left: auto;
  margin-bottom: 10px;
  font-size: 17px;
  color: #14232e;
  border-bottom: 2px solid #14232e;
}

.akt figure {
  padding-top: 74%;
}

.akt {
  display: flex;
  flex-direction: column;
}

.akt .desc {
  padding: 40px 40px 50px 40px;
  background-color: #f3f8f8;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.akt .desc h2 {
  text-align: center;
}

form h2 {
  color: #fff;
  margin-bottom: 50px;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #72aab6;
  background-color: transparent;
  padding: 8px 0 8px 10px;
  width: 100%;
  outline: none;
  font-size: 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin-bottom: 25px;
}

textarea {
  height: 130px;
  padding: 20px 40px;
  border: 1px solid #72aab6;
}

.captcha {
  margin-top: 25px;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.formcheck {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.formcheck input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
}

.checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 1px solid #fff;
}

.formcheck:hover input ~ .checkmark {
  background-color: transparent;
}

.formcheck input:checked ~ .checkmark {
  background-color: transparent;
  border: 1px solid #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.formcheck input:checked ~ .checkmark:after {
  display: block;
}

.formcheck .checkmark:after {
  left: 6px;
  top: 2px;
  width: 4px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.txtcheck {
  font-size: 15px;
  width: 100%;
  text-align: left;
  line-height: 1.5em;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.txtcheck a {
  color: inherit;
  text-decoration: underline;
}

.checkboxy {
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.checkboxy .checkmark {
  top: 0;
}

.skontaktuj_sie {
  display: flex;
}

.skontaktuj_sie header {
  text-align: right;
}

.skontaktuj_sie .row:nth-child(1) {
  width: 55%;
  background-color: #cae1e1;
  background-image: url("img/skontaktuj_sie_bg.jpg");
  background-position: center bottom;
  background-repeat: no-repeat;
  padding: 150px 100px 0 100px;
  position: relative;
  z-index: 1;
}

.skontaktuj_sie.real_kontakt .row:nth-child(1) {
  background-color: #cee5ff;
}

form {
  margin: 0;
}

.real_kontakt input[type="submit"] {
  top: 0;
  margin-top: 0;
}

.skontaktuj_sie .row:nth-child(2) {
  width: 45%;
  background-color: #147185;
}

form .content {
  padding: 70px 140px 100px 140px;
}

input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
  width: 100%;
  border: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  position: relative;
  top: 130px;
  margin-top: -130px;
  z-index: 1;
}

p.dzieki {
  color: #7de0dd;
  text-align: center;
  margin-top: 20px;
  display: none;
}

form .input {
  display: block;
  position: relative;
}

form .input:before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 0;
  width: 0%;
  height: 7px;
  background-color: #7de0dd;
  transition-duration: 0.5s;
  overflow: hidden;
  border-radius: 3px;
}

form .input:focus-within:before {
  width: 20%;
}

.skontaktuj_sie_bg {
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 50%;
}

.partnerzy .kwadraty_1 {
  margin-top: 0;
}

.partnerzy .wstep {
  position: relative;
}

.partnerzy .wstep header {
  position: absolute;
  left: 0;
  top: 80px;
  right: 45px;
  bottom: 0;
  margin: auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partnerzy_grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.partner {
  padding-top: 100%;
  position: relative;
  border: 1px solid #cae1e1;
  border-left: none;
  border-top: none;
}

.partner:nth-child(1),
.partner:nth-child(4n + 1) {
  border-left: 1px solid #cae1e1;
}

.partner:nth-child(1),
.partner:nth-child(2),
.partner:nth-child(3),
.partner:nth-child(4) {
  border-top: 1px solid #cae1e1;
}

.partner img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
}

footer {
  display: flex;
}

footer .row:nth-child(1) {
  width: 25%;
  background-color: #172c3b;
}

footer .row:nth-child(1) .content {
  position: relative;
  padding-top: 100%;
}

footer .row:nth-child(1) .inside {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

footer .row:nth-child(2) {
  flex: 1;
  background-color: #172c3b;
  display: flex;
  padding-left: 160px;
}

.dane_stopka {
  padding-top: 60px;
  padding-bottom: 60px;
}

footer .row:nth-child(1) h2 {
  color: #0c143b;
}

footer .row:nth-child(2) h2 {
  color: #ffffff;
  line-height: 1.8em;
}

.copy {
  background-color: #13232e;
  padding: 16px 5% 16px 25%;
  overflow: hidden;
}

.copy p {
  color: #fff;
  opacity: 0.3;
}

footer h2.footer_desc {
  color: #919aa7 !important;
}

.footer_decor {
  background-image: url("img/footer_bg.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: cover;
  width: 45%;
  flex: 0 0 auto;
  margin-left: 60px;
}

.top .menu-btn,
.top .menu-icon,
.top ul {
  display: none;
}

.mapa img {
  max-width: none;
  width: 100%;
}

.mapa iframe {
  vertical-align: top;
  height: 50vw;
}

.slider.akt_slider,
.slider.dokumenty_slider {
  padding: 220px 0 80px 0;
  background-image: url("img/akt_slider.png");
  background-size: auto 100%;
  background-position: bottom right;
  background-repeat: no-repeat;
}

.slider.akt_slider h1,
.slider.dokumenty_slider h1 {
  margin-bottom: 0;
  text-align: center;
}

#akt_slider_ozdoba {
  max-width: 45%;
}

#real_slider_ozdoba {
  max-width: 67%;
}

#dokumenty_slider_ozdoba {
  max-width: 56%;
  mix-blend-mode: exclusion;
}

.slider_ozdoba {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

#elteco_green {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  max-width: 9%;
}

.akt_list {
  padding: 60px 0;
}

.docs_list {
  padding-bottom: 60px;
}

.news {
  margin-bottom: 100px;
  display: flex;
  padding-left: 18%;
}

.news .row:nth-child(1) {
  padding-right: 110px;
  position: relative;
  z-index: 1;
  flex: 1;
}

.news .row:nth-child(2) {
  width: 700px;
  flex: 0 0 auto;
}

.news .kwadraty_1 {
  margin-top: 0;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  padding: 0;
  grid-template-columns: repeat(3, 220px);
}

.news header h2 {
  font-size: 50px;
  line-height: 1.3em;
  margin-top: 40px;
}

.news h3 {
  font-size: 35px;
  margin: 60px 0 25px 0;
}

.real_more h3,
.real_slider h3 {
  font-size: 35px;
  color: #14232e;
}

.news .tresc {
  color: #7f8990;
  line-height: 1.8em;
}

.news a.bt,
.real_slider a.bt {
  padding: 10px;
  min-width: 350px;
  height: 55px;
  margin: 50px 0 0 0;
}

.news a.bt .txt,
.real_slider a.bt .txt {
  justify-content: center;
  text-align: center;
}

.news figure.bg {
  padding-top: 85%;
  border-bottom-left-radius: 250px;
}

.news:nth-of-type(even) figure.bg {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 250px;
}

.news:nth-of-type(even) {
  padding-left: 0;
  padding-right: 18%;
}

.news:nth-of-type(even) .row:nth-child(1) {
  order: 2;
  padding-right: 0;
  padding-left: 110px;
}

.news:nth-of-type(even) .row:nth-child(2) {
  order: 1;
}

.news:nth-of-type(even) .kwadraty_1 {
  right: inherit;
  left: 0;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination figure {
  flex: 0 0 auto;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.pagination .content {
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.pagi_number a {
  color: #14232e;
  display: inline-block;
  font-size: 28px;
  margin: 0 3px;
}

.pagination .number_of {
  padding-left: 14px;
  font-size: 28px;
  color: #14232e;
}

.real_kat {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  /*margin-bottom: 50px;*/
}

.real_kat h2 {
  color: #13232e;
  font-size: 26px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  transition-duration: 0.5s;
  text-align: center;
  line-height: 1.5em;
}

.real_kat figure {
  position: relative;
  z-index: 1;
}

.real_kat figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-mix-blend-mode: multiply;
  -moz-mix-blend-mode: multiply;
  -o-mix-blend-mode: multiply;
  -ms-mix-blend-mode: multiply;
  mix-blend-mode: multiply;
  transition-duration: 0.5s;
}

.real_kat .kat:nth-child(1) h2 {
  background-color: #eff6ff;
}

.real_kat .kat:nth-child(2) h2 {
  background-color: #e2f0ff;
}

.real_kat .kat:nth-child(3) h2 {
  background-color: #cee5ff;
}

.real_kat .kat:nth-child(4) h2 {
  background-color: #add3ff;
}

.real_kat .kat.active h2,
.real_kat .kat:hover h2 {
  background-color: #9cca5f;
  color: #fff;
}

.real_kat .kat.active figure:before,
.real_kat .kat:hover figure:before {
  background-color: #9cca5f;
}

.real_list .lista a {
  padding: 0 12px 12px 12px;
  font-size: 18px;
  color: #add3ff;
  position: relative;
  transition-duration: 0.5s;
  display: block;
  margin-bottom: 37px;
  border-bottom: 1px solid #516985;
}

.real_list .lista a .txt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.real_list .lista a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 0%;
  height: 7px;
  background-color: #add3ff;
  transition-duration: 0.5s;
  overflow: hidden;
}

.real_list .lista a.active:before {
  width: 90px;
}

.real_list .lista a:hover:before {
  width: 100%;
}

.real_list {
  display: flex;
}

.real_list .row:nth-child(1),
.real_more .row:nth-child(1) {
  width: 645px;
  flex: 0 0 auto;
}

.real_list .row:nth-child(1) {
  background-image: url("img/real_list.jpg");
  padding: 45px 45px 60px 110px;
}

.real_list .row:nth-child(2),
.real_more .row:nth-child(2) {
  flex: 1;
}

.real_list p {
  font-size: 19px;
  color: #ffffff;
  margin-bottom: 5px;
}

.real_list h2 {
  color: #add3ff;
  font-size: 35px;
  margin-bottom: 30px;
}

figure.real_top,
figure.real_bottom {
  text-align: right;
}

figure.real_top img,
figure.real_prev img,
figure.real_bottom img,
figure.real_next img {
  cursor: pointer;
}

figure.real_top {
  margin-bottom: 25px;
}

figure.real_bottom {
  margin-top: -12px;
  position: relative;
  z-index: 999;
}

.real_more {
  display: flex;
}

.real_more .row:nth-child(1) {
  background-color: #eff6ff;
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.real_more .row:nth-child(1) figure {
  margin-bottom: 50px;
}

.real_more .row:nth-child(1) figure:last-child {
  margin-bottom: 0;
}

.real_more .row:nth-child(1) figure img {
  width: 185px;
  object-fit: cover;
}

.real_more .row:nth-child(2) {
  padding: 70px 150px 100px 150px;
}

.real_more header {
  margin-bottom: 5px;
}

.real_more .zakres_prac {
  margin-top: 60px;
}

.real_more .zakres_prac h3 {
  margin-bottom: 25px;
}

.zakres_prac .tresc,
a.download_bt p {
  color: #172a37;
}

.pkt {
  display: flex;
  align-items: baseline;
  margin-bottom: 30px;
}

.pkt:last-child {
  margin-bottom: 0;
}

.pkt figure {
  flex: 0 0 auto;
  padding-right: 15px;
}

.pkt .tresc {
  flex: 1;
  line-height: 1.8em;
}

.real_more .pkt {
  padding-right: 150px;
}

a.bt.w100 {
  padding-right: 0;
  margin: 0;
  width: 100%;
  padding-left: 0;
}

a.bt.w100 .txt {
  justify-content: center;
  text-align: center;
}

.real_slider {
  width: 78%;
  margin: 0 auto;
  padding: 90px 0 110px 0;
}

figure.real_prev,
figure.real_next {
  flex: 0 0 auto;
}

.real_slider figure.bg {
  padding-top: 47%;
  position: relative;
  z-index: 1;
}

.real_slider .navi {
  display: flex;
  align-items: center;
}

.real_slider .foto {
  flex: 1;
  padding: 0 70px;
}

.real_slider .desc {
  padding: 40px 120px 0 120px;
}

.real_slider h3 {
  margin-top: 5px;
}

.real_slider a.bt {
  margin-top: 40px;
}

#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}

#loader img {
  -webkit-animation: spin 1s linear infinite;
  -moz-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.open_news .fl_right {
  float: right;
  width: 700px;
  margin: 0 0 50px 160px;
}

.akt_img {
  background-position: center;
  background-size: cover;
  padding-top: 85%;
}

.news.open_news {
  margin-bottom: 0;
}

.news.open_news .row:nth-child(1) {
  padding-right: 0;
}

.open_news .content {
  padding-right: 220px;
}

.news.open_news a.bt {
  margin-left: auto;
}

.news.open_news .tresc {
  line-height: 2em;
}

.news.open_news .kwadraty_1 {
  right: 700px;
}

.oferta_box a.bt {
  margin: 40px 0 0 0;
  padding: 0;
  height: 60px;
  background-color: #fff;
  font-size: 26px;
}

.oferta_box a.bt .txt {
  justify-content: center;
  text-align: center;
}

.polityka {
  padding: 100px 0;
}

.polityka ol {
  margin: 40px 0 0 0;
  padding-left: 1em;
}

.polityka li {
  margin-top: 5px;
}

.real_kat figure img {
  max-width: none;
  width: 100%;
}

.tel_mail {
  margin: 20px 0;
}

.tel_mail .tel_flex {
  margin-bottom: 5px;
}

.tel_mail .tel_flex:last-child {
  margin-bottom: 0;
}

.tel_flex {
  display: flex;
  align-items: center;
}

.tel_flex figure {
  flex: 0 0 auto;
  margin-right: 10px;
}

.tel_flex a {
  color: inherit;
}

.skontaktuj_sie .tel_mail {
  margin-top: 40px;
}

.skontaktuj_sie .tel_mail .tel_flex {
  margin-bottom: 20px;
  justify-content: flex-end;
}

.skontaktuj_sie .tel_flex h2 {
  font-size: 24px;
}

.copy_flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.designed_by a {
  color: inherit;
}

.content_700 {
  width: 700px;
  max-width: 100%;
  margin: 0 auto;
}

.kwadraty#docs_category {
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 100px;
}

#docs_category .kwadrat h2 {
  line-height: 1.5em;
}

#docs_category .kwadrat:not(.active) h2 {
  color: #c0c7cc;
}

#docs_category .kwadrat {
  border: 3px solid #eff6ff;
  margin: 0 -1.5px;
  cursor: pointer;
}

#docs_category .kwadrat.active {
  background-color: #eff6ff;
}

.dokument {
  display: flex;
  padding: 10px 0 15px 0;
  position: relative;
}

.dokument .row_content:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #dedbda;
  height: 1px;
  width: calc(100% - 29px);
}

.dokument figure.extension {
  flex: 0 0 auto;
  margin-right: 20px;
}

.dokument .row_content {
  flex: 1;
}

.dokument .row_content p.title {
  color: #7d8c97;
}

.dokument a.download_bt {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.dokument a.download_bt figure {
  margin-right: 10px;
}

.dokument a.download_bt p {
  text-decoration: underline;
}

.dokument .row_content p.title,
.dokument a.download_bt p {
  font-size: 16px;
}

.docs_list .pagination {
  margin-top: 140px;
}

.slider.dokumenty_slider {
  background-image: url("img/dokumenty_slider.jpg");
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
}

.zajecia_box {
  position: relative;
}

.zajecia_box .title {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.zajecia_box .title figure {
  flex: 0 0 auto;
  margin-right: 15px;
}

.zajecia_box .title .desc {
  flex: 1;
}

.zajecia_box .title h2 {
  font-size: 48px;
  line-height: 1.3em;
}

.zajecia_box .title h3 {
  font-size: 24px;
  color: #14232e;
  line-height: 1.3em;
}

.zajecia_box .title p {
  margin-top: 20px;
}

.zajecia_box p {
  color: #7f8990;
  line-height: 2em;
}

.regulamin_anchor_txt {
  color: inherit;
  text-decoration: underline;
}

.circle {
  position: relative;
  display: table;
}

.circle img.main_foto {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.klienci header p {
  color: #172a37;
}

.metodyka {
  padding: 130px 18% 0 18%;
  margin-top: -30px;
  background-image: url("img/metodyka_bg.jpg");
  background-position: top;
  background-size: cover;
}

.metodyka_wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.metodyka_box {
  background-color: #c5dcdc;
  flex: 0 0 calc(25% - 15px);
  padding: 100px 35px 360px 35px;
  position: relative;
  border-radius: 144px;
  min-width: 295px;
}

.metodyka_box p {
  color: #14232e;
  line-height: 2em;
  margin-top: 5px;
}

.metodyka_box_image {
  position: absolute;
  bottom: 0;
}

.metodyka_box_bezpieczenstwo .metodyka_box_image {
  left: -67px;
}

.metodyka_box_rozwoj .metodyka_box_image {
  left: 0;
  right: 0;
}

.metodyka_box_radosc .metodyka_box_image {
  right: -61px;
}

@keyframes ticker {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.ticker_wrapper {
  background-color: #009fe3;
  min-height: 50px;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 100%;
  box-sizing: content-box;
}

.ticker {
  white-space: nowrap;
  padding-right: 100%;
  box-sizing: content-box;
  animation: ticker 30s linear infinite;
}

.ticker_item {
  display: inline-flex;
  align-items: center;
  font-size: 17px;
  color: #13232e;
  line-height: 1;
}

.ticker_item:not(:last-child):after {
  content: url("img/ticker_icon.png");
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  margin: 0 20px;
}

@media screen and (min-width: 300px) and (max-width: 767px) {
  .top .mail,
  .top nav {
    display: none;
  }

  .top .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    width: 90%;
    margin: 0 auto;
  }

  .kwadraty_1 {
    margin-top: 0;
  }

  .slider h2 {
    font-size: 16px;
  }

  .slider h1 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .slider_bt {
    min-width: 220px;
    font-size: 16px;
  }

  .slider {
    padding: 170px 0 80px 0;
  }

  .kwadraty_1 {
    grid-template-columns: repeat(4, 1fr);
    padding: 0;
  }

  .kwadrat h2 {
    font-size: 3vw;
  }

  .kwadrat_icon {
    width: 10vw;
    margin-bottom: 8px;
  }

  .ofirmie .content,
  .klienci .content {
    width: 100%;
  }

  .ofirmie {
    margin-top: -35vw;
  }

  header h2 {
    font-size: 36px;
  }

  header h3 {
    font-size: 24px;
  }

  p,
  .tresc {
    font-size: 16px;
  }

  .oferta {
    padding: 40px 0;
  }

  .oferta_grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-top: 40px;
  }

  .oferta_box {
    padding: 0 20px 100px 20px;
  }

  .oferta_box .numer {
    padding: 20px 0 10px 0;
  }

  .oferta_box figure {
    top: 80px;
    margin-top: -60px;
  }

  .oferta_bg {
    position: relative;
  }

  .obsluga {
    padding: 40px 5%;
  }

  .obsluga_grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 40px 20px;
  }

  .obsluga_box {
    flex-wrap: wrap;
  }

  .obsluga_box .main {
    flex: none;
  }

  .obsluga_box .desc {
    width: 100%;
    padding-left: 0;
  }

  .obsluga_box h2,
  .oferta_box h2,
  .metodyka_box h2,
  .akt h2,
  form h2,
  footer h2 {
    font-size: 18px;
  }

  .obsluga_box .main {
    width: 40vw;
    height: 40vw;
  }

  .obsluga_box p {
    font-size: 14px;
    margin-top: 10px;
  }

  a.bt,
  input[type="submit"] {
    padding-right: 0;
    padding-left: 0;
    margin: 40px 0 0 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    height: 80px;
  }

  a.bt .txt {
    justify-content: center;
    text-align: center;
  }

  .obsluga .container {
    width: 100%;
  }

  .recenzja {
    flex-wrap: wrap;
  }

  .recenzja .row:nth-child(1) {
    flex: none;
    width: 100%;
    padding: 20px 0 0 0;
    order: 2;
  }

  .recenzja .row:nth-child(2) {
    width: 100%;
    order: 1;
  }

  .recenzje .container {
    width: 75%;
  }

  .recenzje .prev img,
  .recenzje .next img {
    width: 15px;
  }

  .recenzja h2 {
    font-size: 22px;
  }

  .recenzja h3 {
    font-size: 16px;
  }

  .recenzje {
    padding: 40px 0;
    background-position: center;
    background-size: cover;
  }

  .recenzja .tresc {
    font-size: 14px;
  }

  .klienci {
    padding: 40px 0;
  }

  .polityka-energetyczna {
    margin-top: 0;
    width: 100%;
    padding-left: 0;
  }

  .polityka-energetyczna h2 {
    font-size: 22px;
  }

  .polityka-energetyczna figure img {
    max-height: 100px;
  }

  .kwadraty_2 {
    grid-template-columns: repeat(3, 1fr);
    margin-top: 20px;
  }

  .kwadraty_2 .kwadrat:nth-child(2) {
    grid-column-start: 3;
  }

  .kwadraty_2 .kwadrat:nth-child(3) {
    grid-column-start: 2;
  }

  .kwadraty_2 .kwadrat:nth-child(4) {
    grid-column-start: 1;
  }

  .kwadraty_2 .kwadrat:nth-child(5) {
    grid-column-start: 3;
  }

  .kwadraty_2 .kwadrat:nth-child(6) {
    grid-column-start: 2;
  }

  .kwadraty_2 .kwadrat:nth-child(7) {
    grid-column-start: 1;
  }

  .kwadraty_2 .kwadrat:nth-child(8) {
    grid-column-start: 3;
  }

  .kwadraty_2 .kwadrat:nth-child(9) {
    grid-column-start: 2;
  }

  .aktualnosci a.bt {
    padding-left: 0;
    margin-top: 20px;
    height: 60px;
  }

  .akt_grid {
    grid-template-columns: 1fr;
    grid-gap: 40px;
    margin-top: 40px;
  }

  .akt .desc {
    padding: 30px;
  }

  .aktualnosci {
    padding-bottom: 40px;
  }

  .skontaktuj_sie {
    flex-wrap: wrap;
  }

  .skontaktuj_sie .row:nth-child(1) {
    width: 100%;
    padding: 40px 5%;
  }

  .skontaktuj_sie .row:nth-child(2) {
    width: 100%;
  }

  form .content {
    padding: 40px 5%;
  }

  form h2 {
    margin-bottom: 40px;
  }

  input[type="text"],
  input[type="email"],
  input[type="password"],
  textarea {
    font-size: 16px;
    margin-bottom: 20px;
  }

  .captcha {
    margin-top: 20px;
  }

  .checkboxy {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .formcheck {
    width: 100%;
    margin-bottom: 20px;
  }

  textarea {
    padding: 20px 5%;
  }

  .txtcheck.zgoda {
    font-size: 12px;
  }

  input[type="submit"] {
    margin-top: 0;
    top: 0;
  }

  .partnerzy .wstep header {
    right: 0;
  }

  footer {
    flex-wrap: wrap;
  }

  footer .row:nth-child(1) {
    width: 100%;
  }

  footer .row:nth-child(2) {
    width: 100%;
    padding: 0 5%;
    background-position: left;
  }

  footer .row:nth-child(1) .content {
    min-height: 200px;
    padding-top: 0;
  }

  .logo_stopka img {
    width: 80px;
  }

  .dane_stopka {
    padding: 0 0 40px 0;
  }

  .footer_decor {
    display: none;
  }

  .copy {
    padding: 15px 5%;
  }

  .copy p {
    font-size: 11px;
    text-align: center;
  }

  .partnerzy_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .partner:nth-child(3),
  .partner:nth-child(4) {
    border-top: none;
  }

  .partnerzy .kwadraty_1 {
    z-index: -1;
  }

  .skontaktuj_sie_bg img {
    max-height: 168px;
  }

  .kwadraty_1:before {
    content: none;
  }

  .oferta_bg {
    display: block;
    margin-top: 20px;
  }

  .pagi_number a,
  .pagination .number_of {
    font-size: 24px;
  }

  .pagination .number_of {
    padding-left: 8px;
  }

  .slider.akt_slider,
  .slider.dokumenty_slider {
    padding: 190px 0 40px 0;
  }

  .news {
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 40px;
  }

  .news .row:nth-child(1) {
    flex: none;
    width: 100%;
    order: 2;
    padding: 20px 5% 0 5%;
  }

  .news .row:nth-child(2) {
    width: 100%;
    flex: none;
    order: 1;
  }

  .news header h2 {
    margin-top: 0;
    font-size: 28px;
  }

  .news h3 {
    margin: 20px 0;
    font-size: 20px;
  }

  .real_more h3,
  .real_slider h3 {
    font-size: 20px;
  }

  .news a.bt,
  .real_slider a.bt {
    margin: 20px 0 0 0;
    min-width: auto;
  }

  .news .kwadraty_1 {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }

  .news:nth-of-type(even) {
    padding-right: 0;
  }

  .news:nth-of-type(even) .row:nth-child(1) {
    padding: 20px 5% 0 5%;
  }

  .akt_list {
    padding: 40px 0;
  }

  .docs_list {
    padding-bottom: 40px;
  }

  .real_kat h2 {
    font-size: 14px;
    padding: 0 10px;
    line-height: 1.2em;
    height: 50px;
  }

  .real_kat {
    /* margin-bottom: 40px; */
    grid-template-columns: repeat(2, 1fr);
  }

  .real_list {
    flex-wrap: wrap;
  }

  .real_list .row:nth-child(1),
  .real_more .row:nth-child(1) {
    width: 100%;
    flex: none;
  }

  .real_list .row:nth-child(2),
  .real_more .row:nth-child(2) {
    flex: none;
    width: 100%;
  }

  .real_list .row:nth-child(1) {
    padding: 30px 5%;
  }

  .real_list p {
    font-size: 16px;
  }

  .real_list h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  figure.real_bottom {
    margin-top: -2px;
  }

  .real_list .lista a {
    margin-bottom: 27px;
    font-size: 16px;
  }

  .real_list .row:nth-child(2) {
    padding-top: 46%;
  }

  .real_more {
    flex-wrap: wrap;
  }

  .real_more .row:nth-child(1) {
    order: 2;
    padding: 20px 5%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }

  .real_more .row:nth-child(2) {
    padding: 40px 5%;
    order: 1;
  }

  .real_more .pkt {
    padding-right: 0;
  }

  .real_more .zakres_prac {
    margin-top: 25px;
  }

  .real_more .zakres_prac h3 {
    margin-bottom: 20px;
  }

  .pkt {
    margin-bottom: 20px;
  }

  .real_more .row:nth-child(1) figure {
    margin-bottom: 0;
  }

  .pkt .tresc {
    font-size: 14px;
  }

  .real_slider {
    padding: 40px 0;
    width: 90%;
  }

  .real_slider .foto {
    padding: 0 20px;
  }

  figure.real_prev img,
  figure.real_next img {
    width: 15px;
  }

  .real_slider .desc {
    padding: 20px 0 0 0;
  }

  .real_slider header h2 {
    font-size: 26px;
  }

  .real_more .row:nth-child(1) figure img {
    width: auto;
  }

  .open_news .fl_right {
    float: none;
    width: 100%;
    margin: 0;
  }

  .open_news .content {
    padding: 20px 5% 0 5%;
  }

  .news.open_news .row:nth-child(1) {
    padding: 0;
  }

  .news.open_news .kwadraty_1 {
    display: none;
  }

  .oferta_box a.bt {
    font-size: 20px;
    margin-top: 20px;
  }

  .polityka {
    padding: 40px 0;
  }

  .polityka ol {
    margin-top: 20px;
  }

  .dokument .row_content p.title,
  .dokument a.download_bt p {
    font-size: 14px;
  }

  #docs_category .kwadrat {
    border-width: 2px;
    margin: 0 -1px;
  }

  .kwadraty#docs_category {
    margin-bottom: 40px;
  }

  .docs_list .pagination {
    margin-top: 40px;
  }

  .zajecia_box .title {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .zajecia_box .title figure {
    flex: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .zajecia_box .title .desc {
    width: 100%;
    flex: none;
  }

  .zajecia_box .title p {
    margin-top: 5px;
  }

  .zajecia_box .title h3 {
    font-size: 18px;
  }

  .zajecia_box .title h2 {
    font-size: 24px;
  }

  .metodyka {
    padding: 70px 5% 0 5%;
    background-size: contain;
  }

  .metodyka_box {
    flex: 0 0 100%;
    max-width: 300px;
  }

  .metodyka_wrapper {
    flex-wrap: wrap;
  }

  .metodyka_box {
    padding-top: 80px;
  }

  .mapa iframe {
    height: 80vw;
  }

  .copy_flex {
    flex-direction: column;
  }
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .real_kat {
    grid-template-columns: repeat(4, 1fr);
  }

  .real_kat h2 {
    height: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 989px) {
  .top .mail,
  .top nav {
    display: none;
  }

  .top .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    width: 90%;
    margin: 0 auto;
  }

  .kwadraty_1 {
    margin-top: -170px;
  }

  .kwadraty_1:before {
    height: 170px;
  }

  .slider h2 {
    font-size: 18px;
  }

  .slider h1 {
    font-size: 40px;
  }

  .slider {
    padding: 210px 0 260px 0;
  }

  .kwadraty_1 {
    grid-template-columns: repeat(4, 170px);
    padding: 0 5%;
  }

  .ofirmie .content,
  .klienci .content {
    width: 70%;
  }

  .ofirmie {
    margin-top: -238px;
    padding-top: 68px;
  }

  header h2 {
    font-size: 40px;
  }

  p,
  .tresc {
    font-size: 16px;
  }

  .oferta {
    padding: 80px 0 200px 0;
  }

  .oferta_grid {
    grid-gap: 10px;
  }

  .oferta_box {
    padding: 0 15px 100px 15px;
  }

  .oferta_box .numer {
    padding: 20px 0 10px 0;
  }

  .oferta_box figure {
    top: 80px;
    margin-top: -60px;
  }

  .obsluga {
    padding: 80px 5%;
  }

  .obsluga_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 30px;
    align-items: start;
  }

  .obsluga_box {
    flex-wrap: wrap;
  }

  .obsluga_box .main {
    flex: none;
  }

  .obsluga_box .desc {
    width: 100%;
    padding-left: 0;
  }

  .obsluga_box h2,
  .oferta_box h2,
  .metodyka_box h2,
  .akt h2,
  form h2,
  footer h2 {
    font-size: 18px;
  }

  .obsluga_box p {
    font-size: 14px;
    margin-top: 10px;
  }

  a.bt,
  input[type="submit"] {
    margin-right: calc(-5% * (100 / 90));
    padding-right: calc(5% * 100 / 90);
    height: 110px;
    padding-left: 100px;
    font-size: 26px;
  }

  .recenzje .container {
    padding: 0 5%;
  }

  .recenzja h2 {
    font-size: 24px;
  }

  .recenzja h3 {
    font-size: 18px;
  }

  .recenzje {
    padding: 100px 0;
  }

  .klienci {
    padding: 80px 0;
  }

  .polityka-energetyczna {
    width: 40%;
    padding-left: 20px;
  }

  .polityka-energetyczna h2 {
    font-size: 20px;
  }

  .kwadraty_2 {
    grid-template-columns: repeat(5, 1fr);
  }

  .kwadraty_2 .kwadrat:nth-child(4) {
    grid-column-start: 5;
  }

  .kwadraty_2 .kwadrat h2 {
    font-size: 16px;
  }

  .aktualnosci a.bt {
    padding-left: 40px;
  }

  .akt_grid {
    grid-gap: 20px;
  }

  .akt .desc {
    padding: 30px;
  }

  .aktualnosci {
    padding-bottom: 80px;
  }

  .skontaktuj_sie_bg img {
    max-height: 178px;
  }

  .skontaktuj_sie {
    flex-wrap: wrap;
  }

  .skontaktuj_sie .row:nth-child(1) {
    width: 100%;
    padding: 40px 5%;
  }

  .skontaktuj_sie .row:nth-child(2) {
    width: 100%;
  }

  form .content {
    padding: 40px 5% 80px 5%;
  }

  textarea {
    padding: 20px 5%;
  }

  .txtcheck.zgoda {
    font-size: 14px;
  }

  input[type="submit"] {
    top: 0;
    padding: 0;
    margin: 0;
  }

  .partnerzy .wstep header {
    right: 0;
  }

  footer .row:nth-child(2) {
    padding-left: 80px;
    background-position: left;
  }

  .logo_stopka img {
    max-height: 100px;
  }

  .news {
    padding-left: 5%;
  }

  .news .row:nth-child(1) {
    padding-right: 40px;
  }

  .news .row:nth-child(2) {
    width: 50%;
  }

  .news header h2 {
    font-size: 36px;
  }

  .news h3 {
    font-size: 26px;
    margin: 25px 0;
  }

  .real_more h3,
  .real_slider h3 {
    font-size: 26px;
  }

  .news a.bt,
  .real_slider a.bt {
    margin-top: 40px;
    min-width: 300px;
  }

  .news .kwadraty_1 {
    grid-template-columns: repeat(3, 100px);
  }

  .news:nth-of-type(even) {
    padding-right: 5%;
  }

  .news:nth-of-type(even) .row:nth-child(1) {
    padding-left: 40px;
  }

  .news {
    margin-bottom: 80px;
  }

  .real_kat h2 {
    font-size: 16px;
    line-height: 1.2em;
    height: 60px;
  }

  .real_list .row:nth-child(1),
  .real_more .row:nth-child(1) {
    width: 40%;
  }

  .real_list .row:nth-child(1) {
    padding: 40px 20px;
  }

  .real_list p {
    font-size: 16px;
  }

  .real_list h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }

  .real_list .lista a {
    padding: 0 5px 12px 5px;
    margin-bottom: 27px;
  }

  .real_more .row:nth-child(2) {
    padding: 40px 20px;
  }

  .real_more .zakres_prac {
    margin-top: 40px;
  }

  .real_more .pkt {
    padding-right: 0;
  }

  .real_slider {
    width: 90%;
    padding: 80px 0;
  }

  .real_slider .foto {
    padding: 0 40px;
  }

  figure.real_next img,
  figure.real_prev img {
    width: 30px;
  }

  .real_slider .desc {
    padding: 20px 70px 0 70px;
  }

  .real_slider header h2 {
    font-size: 34px;
  }

  figure.real_bottom {
    margin-top: -2px;
  }

  .open_news .fl_right {
    width: 50%;
    margin: 0 0 40px 40px;
  }

  .open_news .content {
    padding-right: 5%;
  }

  .news.open_news .kwadraty_1 {
    right: 50%;
  }

  .oferta_box a.bt {
    font-size: 20px;
  }

  .polityka {
    padding: 80px 0;
  }

  .kwadraty#docs_category {
    margin-bottom: 80px;
  }

  .docs_list .pagination {
    margin-top: 80px;
  }

  .kwadrat h2 {
    font-size: 20px;
  }

  header h3 {
    font-size: 24px;
  }

  .dane_stopka {
    padding: 40px 0;
  }

  .footer_decor {
    width: 25%;
  }

  .zajecia_box .title {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .zajecia_box .title figure {
    flex: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .zajecia_box .title .desc {
    width: 100%;
    flex: none;
  }

  .zajecia_box .title p {
    margin-top: 5px;
  }

  .zajecia_box .title h3 {
    font-size: 18px;
  }

  .zajecia_box .title h2 {
    font-size: 24px;
  }

  .metodyka {
    padding-left: 5%;
    padding-right: 5%;
    background-size: contain;
  }

  .metodyka_wrapper {
    flex-wrap: wrap;
  }

  .copy p {
    font-size: 11px;
  }
}

@media screen and (min-width: 990px) and (max-width: 1300px) {
  .top_detail_anchor_txt {
    font-size: 16px;
  }

  .top .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    width: 90%;
    margin: 0 auto;
  }

  nav a {
    font-size: 14px;
    padding: 15px 12px 0 12px;
  }

  .slider h2 {
    font-size: 18px;
  }

  .slider h1 {
    font-size: 50px;
  }

  .slider {
    padding: 300px 0 350px 0;
  }

  .kwadraty_1 {
    grid-template-columns: repeat(4, 170px);
    padding: 0 5%;
    margin-top: -170px;
  }

  .kwadraty_1:before {
    height: 170px;
  }

  .ofirmie {
    margin-top: -238px;
    padding-top: 68px;
  }

  .kwadrat h2,
  .obsluga_box h2,
  .oferta_box h2,
  .metodyka_box h2,
  .akt h2,
  form h2,
  footer h2 {
    font-size: 22px;
  }

  .ofirmie .content,
  .klienci .content {
    width: 70%;
  }

  header h2 {
    font-size: 50px;
  }

  .oferta {
    padding: 100px 0 280px 0;
  }

  .oferta_grid {
    grid-gap: 20px;
  }

  .oferta_box {
    padding: 0 20px 100px 20px;
  }

  .oferta_box .numer {
    padding: 20px 0 10px 0;
  }

  .obsluga {
    padding: 100px 5%;
  }

  .obsluga_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 30px;
    align-items: start;
  }

  .obsluga_box p {
    font-size: 14px;
  }

  a.bt,
  input[type="submit"] {
    margin-right: calc(-5% * (100 / 90));
    padding-right: calc(5% * 100 / 90);
    height: 100px;
    font-size: 26px;
    padding-left: 120px;
  }

  .recenzje .container {
    padding: 0 5%;
  }

  .recenzja h2 {
    font-size: 26px;
  }

  .recenzja h3 {
    font-size: 18px;
  }

  .recenzje {
    padding: 100px 0;
  }

  .klienci {
    padding: 100px 0;
  }

  .polityka-energetyczna {
    width: 40%;
    padding-left: 20px;
  }

  .polityka-energetyczna h2 {
    font-size: 22px;
  }

  .kwadraty_2 {
    grid-template-columns: repeat(5, 1fr);
  }

  .kwadraty_2 .kwadrat:nth-child(4) {
    grid-column-start: 5;
  }

  .kwadraty_2 .kwadrat h2 {
    font-size: 20px;
  }

  .aktualnosci a.bt {
    padding-left: 100px;
  }

  .akt_grid {
    grid-gap: 30px;
  }

  .akt .desc {
    padding: 30px;
  }

  .aktualnosci {
    padding-bottom: 100px;
  }

  .skontaktuj_sie_bg {
    max-width: 90%;
  }

  .skontaktuj_sie .row:nth-child(1) {
    padding: 150px 40px;
    width: 40%;
  }

  .skontaktuj_sie .row:nth-child(1) h2 br {
    display: none;
  }

  .skontaktuj_sie .row:nth-child(2) {
    width: 60%;
  }

  form .content {
    padding: 80px 10%;
  }

  textarea {
    padding: 20px 5%;
  }

  .txtcheck.zgoda {
    font-size: 14px;
  }

  input[type="submit"] {
    top: 100px;
    padding: 0;
    margin: 0;
    margin-top: -100px;
  }

  footer .row:nth-child(2) {
    padding-left: 100px;
  }

  .obsluga_box .main {
    width: 20vw;
    height: 20vw;
  }

  .news {
    padding-left: 5%;
  }

  .news .row:nth-child(1) {
    padding-right: 60px;
  }

  .news .row:nth-child(2) {
    width: 50%;
  }

  .news .kwadraty_1 {
    grid-template-columns: repeat(3, 140px);
  }

  .news:nth-of-type(even) {
    padding-right: 5%;
  }

  .news:nth-of-type(even) .row:nth-child(1) {
    padding-left: 60px;
  }

  .news header h2 {
    font-size: 36px;
  }

  .news h3 {
    font-size: 26px;
    margin: 40px 0 20px 0;
  }

  .real_more h3,
  .real_slider h3 {
    font-size: 26px;
  }

  .news a.bt,
  .real_slider a.bt {
    margin-top: 40px;
  }

  .real_kat h2 {
    font-size: 20px;
    line-height: 1.2em;
    height: 80px;
  }

  .real_list .row:nth-child(1),
  .real_more .row:nth-child(1) {
    width: 40%;
  }

  .real_list .row:nth-child(1) {
    padding: 40px 20px;
  }

  .real_list p {
    font-size: 16px;
  }

  .real_list h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .real_list .lista a {
    padding: 0 5px 12px 5px;
    margin-bottom: 27px;
  }

  .real_more .row:nth-child(2) {
    padding: 70px 40px 100px 40px;
  }

  .real_more .zakres_prac {
    margin-top: 40px;
  }

  .real_more .pkt {
    padding-right: 0;
  }

  figure.real_bottom {
    margin-top: -2px;
  }

  .real_slider {
    width: 90%;
  }

  .real_slider .foto {
    padding: 0 40px;
  }

  figure.real_next img,
  figure.real_prev img {
    width: 40px;
  }

  .real_slider .desc {
    padding: 20px 80px 0 80px;
  }

  .real_slider header h2 {
    font-size: 44px;
  }

  .open_news .fl_right {
    width: 50%;
    margin: 0 0 50px 60px;
  }

  .open_news .content {
    padding-right: 5%;
  }

  .news.open_news .kwadraty_1 {
    right: 50%;
  }

  .oferta_box a.bt {
    font-size: 20px;
  }

  .docs_list .pagination {
    margin-top: 100px;
  }

  .nav_line {
    width: 100%;
  }

  nav {
    flex: 1;
  }

  header h3 {
    font-size: 26px;
  }

  .footer_decor {
    width: 25%;
  }

  .zajecia_box .title {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }

  .zajecia_box .title figure {
    flex: none;
    margin-right: 0;
    width: 100%;
    margin-bottom: 10px;
  }

  .zajecia_box .title .desc {
    width: 100%;
    flex: none;
  }

  .zajecia_box .title p {
    margin-top: 5px;
  }

  .metodyka {
    padding-left: 5%;
    padding-right: 5%;
  }

  .copy p {
    font-size: 14px;
  }
}

@media screen and (min-width: 1300px) and (max-width: 1579px) {
  .top .container {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container {
    width: 90%;
    margin: 0 auto;
  }

  .kwadraty_1 {
    padding: 0 5%;
  }

  .oferta {
    padding: 100px 0 280px 0;
  }

  .oferta_box {
    padding: 0 30px 100px 30px;
  }

  .obsluga {
    padding: 100px 5%;
  }

  .obsluga_grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 50px 80px;
    align-items: start;
  }

  a.bt,
  input[type="submit"] {
    margin-right: calc(-5% * (100 / 90));
    padding-right: calc(5% * 100 / 90);
    height: 120px;
  }

  .recenzje .container {
    padding: 0 5%;
  }

  .recenzje {
    padding: 100px 0;
  }

  .klienci {
    padding: 100px 0;
  }

  .akt .desc {
    padding: 30px;
  }

  .aktualnosci {
    padding-bottom: 100px;
  }

  .skontaktuj_sie_bg {
    max-width: 90%;
  }

  .skontaktuj_sie .row:nth-child(1) {
    padding: 150px 80px;
  }

  form .content {
    padding: 80px 10%;
  }

  textarea {
    padding: 20px 5%;
  }

  .txtcheck.zgoda {
    font-size: 14px;
  }

  input[type="submit"] {
    top: 120px;
    padding: 0;
    margin: 0;
    margin-top: -120px;
  }

  footer .row:nth-child(2) {
    padding-left: 100px;
  }

  .obsluga_box .main {
    width: 20vw;
    height: 20vw;
  }

  .news {
    padding-left: 5%;
  }

  .news .row:nth-child(1) {
    padding-right: 80px;
  }

  .news .row:nth-child(2) {
    width: 45%;
  }

  .news .kwadraty_1 {
    grid-template-columns: repeat(3, 180px);
  }

  .news:nth-of-type(even) {
    padding-right: 5%;
  }

  .news:nth-of-type(even) .row:nth-child(1) {
    padding-left: 80px;
  }

  .news header h2 {
    font-size: 40px;
  }

  .news h3 {
    font-size: 30px;
    margin: 40px 0 20px 0;
  }

  .real_more h3,
  .real_slider h3 {
    font-size: 30px;
  }

  .news a.bt,
  .real_slider a.bt {
    margin-top: 40px;
  }

  .real_kat h2 {
    font-size: 22px;
    line-height: 1.2em;
    height: 80px;
  }

  .real_list .row:nth-child(1),
  .real_more .row:nth-child(1) {
    width: 450px;
  }

  .real_list .row:nth-child(1) {
    padding: 40px 20px;
  }

  .real_list p {
    font-size: 16px;
  }

  .real_list h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .real_list .lista a {
    padding: 0 5px 12px 5px;
    margin-bottom: 27px;
  }

  .real_more .row:nth-child(2) {
    padding: 70px 60px 100px 60px;
  }

  .real_more .zakres_prac {
    margin-top: 40px;
  }

  .real_more .pkt {
    padding-right: 100px;
  }

  figure.real_bottom {
    margin-top: -2px;
  }

  .real_slider {
    width: 90%;
  }

  .real_slider .foto {
    padding: 0 60px;
  }

  figure.real_next img,
  figure.real_prev img {
    width: 40px;
  }

  .real_slider .desc {
    padding: 20px 100px 0 100px;
  }

  .real_slider header h2 {
    font-size: 50px;
  }

  .open_news .fl_right {
    width: 45%;
    margin: 0 0 50px 80px;
  }

  .open_news .content {
    padding-right: 5%;
  }

  .news.open_news .kwadraty_1 {
    right: 45%;
  }

  .oferta_box a.bt {
    font-size: 24px;
  }

  .docs_list .pagination {
    margin-top: 100px;
  }

  .nav_line {
    width: 100%;
  }

  .footer_decor {
    width: 25%;
  }

  .zajecia_box .title p {
    margin-top: 10px;
  }
}

@media screen and (min-width: 1580px) and (max-width: 1800px) {
  .kwadraty_2 .kwadrat h2 {
    font-size: 20px;
  }

  .real_list .row:nth-child(1) {
    padding: 40px;
  }

  .real_more .row:nth-child(2) {
    padding: 70px 80px 100px 80px;
  }

  .open_news .fl_right {
    margin-left: 110px;
  }

  .real_kat h2 {
    font-size: 24px;
    height: 80px;
  }

  nav a {
    font-size: 17px;
  }
}

@media screen and (min-width: 300px) and (max-width: 989px) {
  /* menu */

  .top .menu {
    clear: both;
    max-height: 0;
    transition: max-height 0.2s ease-out;
  }

  /* menu icon */

  .top .menu-icon {
    cursor: pointer;
    display: inline-block;
    padding: 28px 0;
    position: relative;
    user-select: none;
    top: 0;
    right: 5%;
  }

  .top .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background 0.2s ease-out;
    width: 30px;
  }

  .top .menu-icon .navicon:before,
  .top .menu-icon .navicon:after {
    background: #fff;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    transition: all 0.2s ease-out;
    width: 100%;
  }

  .top .menu-icon .navicon:before {
    top: 10px;
  }

  .top .menu-icon .navicon:after {
    top: -10px;
  }

  /* menu btn */

  .top .menu-btn {
    display: none;
  }

  .top .menu-btn:checked ~ .menu {
    max-height: 500px;
  }

  .top .menu-btn:checked ~ .menu-icon .navicon {
    background: transparent;
  }

  .top .menu-btn:checked ~ .menu-icon .navicon:before {
    transform: rotate(-45deg);
  }

  .top .menu-btn:checked ~ .menu-icon .navicon:after {
    transform: rotate(45deg);
  }

  .top .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
  .top .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
    top: 0;
  }

  .top ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: #172c3b;
    width: 100%;
    margin-top: 10px;
    display: block;
    max-height: 10px;
  }

  .top ul li::before {
    content: none;
  }

  .top li a {
    display: block;
    padding: 12px 5%;
    text-decoration: none;
    font-size: 14px;
    color: #add3ff;
  }

  .top .nawigacja {
    padding: 0 0 0 5%;
  }

  .top {
    padding: 10px 0 0 0;
  }

  .top .container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    padding: 0;
  }
}
