@charset "UTF-8";
* {
  margin: 0;
  box-sizing: border-box;
}

@font-face {
  font-family: "encode";
  src: url("/font/encodesanssemiexpanded-bold.woff2") format("woff2"), url("/font/encodesanssemiexpanded-bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "encode";
  src: url("/font/encodesanssemiexpanded-medium.woff2") format("woff2"), url("/font/encodesanssemiexpanded-medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "encode";
  src: url("/font/encodesanssemiexpanded-regular.woff2") format("woff2"), url("/font/encodesanssemiexpanded-regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "encode";
  src: url("/font/encodesanssemiexpanded-semibold.woff2") format("woff2"), url("/font/encodesanssemiexpanded-semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "encode", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.5;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
}

a {
  color: #3a3a3a;
  text-decoration: none;
  transition: 0.3s ease;
}
a:hover {
  color: #000;
  text-decoration: underline;
}

a.nl {
  text-decoration: none;
}

a.awhite {
  color: white;
}
a.awhite:visited {
  color: white;
}

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

p {
  padding-bottom: 12px;
  line-height: 1.4;
}

.bggrad {
  background-image: linear-gradient(90deg, #f18f34, #e95f32);
}

.w500 {
  font-weight: 500;
}

.w600 {
  font-weight: 600;
}

strong {
  font-weight: 700;
}

h3 {
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 12px;
}

h4 {
  font-style: normal;
  font-weight: 600;
}

h1 {
  font-style: normal;
  font-size: 32px;
  padding-bottom: 30px;
  font-weight: 400;
  line-height: 1.3;
}
h1 strong {
  font-weight: 600;
}
h1.verysmall {
  font-size: 18px;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  h1 {
    font-size: 28px;
  }
}

h2 {
  font-style: normal;
  font-size: 30px;
  padding-bottom: 30px;
  font-weight: 400;
  line-height: 1.3;
}
h2 strong {
  font-weight: 600;
}
h2.verysmall {
  font-size: 18px;
  padding-bottom: 20px;
}
@media (max-width: 900px) {
  h2 {
    font-size: 28px;
  }
}

.orange {
  color: #e95f32;
}

.padd40 {
  padding: 40px 0;
}

.shono .inup {
  transform: translateY(50px);
  opacity: 0;
  transition: 1s ease;
}

.shono.shoin .inup {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup0 {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.7s ease;
}

.shono.shoin .inup0 {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup1 {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.7s ease 0.1s;
}

.shono.shoin .inup1 {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup1b {
  transform: translateY(50px);
  opacity: 0;
  transition: 1.4s ease 0.2s;
}

.shono.shoin .inup1b {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup2 {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.7s ease 0.2s;
}

.shono.shoin .inup2 {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup3 {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.7s ease 0.3s;
}

.shono.shoin .inup3 {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup4 {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.7s ease 0.4s;
}

.shono.shoin .inup4 {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup5 {
  transform: translateY(50px);
  opacity: 0;
  transition: 0.7s ease 0.5s;
}

.shono.shoin .inup5 {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup6 {
  display: inline-block;
  transform: translateY(20px);
  opacity: 0;
  transition: 0.7s ease 0.6s;
}

.shono.shoin .inup6 {
  transform: translateY(0px);
  opacity: 1;
}

.shono .inup7 {
  transform: translateY(20px);
  opacity: 0;
  transition: 0.7s ease 0.7s;
}

.shono.shoin .inup7 {
  transform: translateY(0px);
  opacity: 1;
}

.clear {
  clear: both;
}

.img-100 {
  width: 100%;
}
.img-100 img {
  width: 100%;
}

img {
  max-width: 100%;
  height: auto;
}

.edit {
  position: fixed;
  top: 5px;
  left: 5px;
  z-index: 1000;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  overflow: hidden;
  display: grid;
  justify-content: center;
  align-content: center;
  background-color: #4d4d4d;
}

.edit2 {
  top: 60px;
}

.edit a:link {
  color: white;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
}
.edit a:link:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.edit a:visited {
  color: white;
}

.bob {
  opacity: 0.2;
  transition: 0.3s ease;
}

.bob:hover {
  opacity: 1;
}

.m {
  display: none !important;
}

.d {
  display: block;
}

@media (max-width: 900px) {
  .m {
    display: block;
  }
  .d {
    display: none !important;
  }
}
img.lazy {
  transition: 0.9s ease;
  opacity: 0;
}
img.lazy.loaded {
  opacity: 1;
}

.clazy {
  transition: 0.8s ease;
  transform: translateY(50px);
  opacity: 0;
}
.clazy.cl1 {
  transition: 0.8s ease 0.1s;
}
.clazy.cl2 {
  transition: 0.8s ease 0.2s;
}
.clazy.cl3 {
  transition: 0.8s ease 0.3s;
}
.clazy.cl4 {
  transition: 0.8s ease 0.4s;
}
.clazy.cl5 {
  transition: 0.8s ease 0.5s;
}
.clazy.cl6 {
  transition: 0.8s ease 0.6s;
}
.clazy.loadx {
  transform: translateY(0);
  opacity: 1;
}
@media (max-width: 800px) {
  .clazy.mcl3 {
    transition: 0.8s ease 0.3s;
  }
  .clazy.mcl4 {
    transition: 0.8s ease 0.4s;
  }
}

.flazy.cl1 {
  transition: 0.8s ease 0.4s;
}
.flazy.cl2 {
  transition: 0.8s ease 0.5s;
}
.flazy.cl3 {
  transition: 0.8s ease 0.6s;
}
.flazy.cl4 {
  transition: 0.8s ease 0.7s;
}
.flazy.cl5 {
  transition: 0.8s ease 0.8s;
}
.flazy.cl6 {
  transition: 0.8s ease 0.9s;
}

.emoji {
  display: inline;
  width: 16px;
  margin: 0 4px;
}

.wrap {
  max-width: 1360px;
  margin: auto;
  padding: 0 40px;
}

.svg-phone {
  width: 19px;
  display: inline-block;
  margin-right: 10px;
}

.button {
  display: inline;
}
.button.bmt {
  margin-top: 20px;
  display: inline-block;
}
.button a {
  cursor: pointer;
  background-color: #57992c;
  color: white;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  border-radius: 50px;
  padding: 11px 24px 12px;
  font-size: 16px;
  transition: 0.5s ease;
}
.button a img {
  position: relative;
  top: 2px;
  transition: 0.5s ease;
}
.button a:hover {
  background-color: #3a6d18;
}
.button.b2 a {
  font-weight: 600;
  background-color: transparent;
  color: #57992c;
  border: 2px solid #57992c;
}
.button.b2 a:hover {
  color: white;
  background-color: #57992c;
}
.button.g1 a {
  color: #f18f34;
  border: 2px solid #f18f34;
}
.button.g1 a:hover {
  color: white;
  background-color: #f18f34;
}
.button.g1 a:hover img {
  filter: brightness(5) saturate(0);
}
.button.small a {
  font-size: 14px;
  padding: 7px 16px 8px;
  font-weight: 500;
  border-width: 1px;
}
.button.verysmall a {
  font-size: 10px;
  padding: 5px 14px 6px;
  font-weight: 500;
  border-width: 1px;
}
.button a:hover {
  text-decoration: none;
}

.block {
  padding: 100px 0;
}
.block_0 {
  padding: 60px 0 100px;
}
@media (max-width: 1300px) {
  .block {
    padding: 90px 0;
  }
  .block_0 {
    padding: 60px 0 90px;
  }
}
@media (max-width: 900px) {
  .block {
    padding: 70px 0;
  }
}

.box:nth-child(odd),
.box.bg {
  background-color: #f6faff;
}

.center {
  text-align: center;
}

.ep40 {
  padding: 40px 0;
}

.ep30 {
  padding: 30px 0;
}

.ep20 {
  padding: 20px 0;
}

.box ul {
  padding: 8px 0 0px 40px;
}
.box ul li {
  position: relative;
  list-style-type: none;
  font-size: 15px;
  padding-bottom: 10px;
}
.box ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: -40px;
  top: 5px;
  width: 22px;
  height: 17px;
  background-image: url(/wp-content/themes/de/img/check.svg);
  background-size: 22px 17px;
  background-repeat: no-repeat;
}

.swiper {
  text-rendering: optimizeLegibility;
}

img.aligncenter {
  display: block;
  margin: 20px auto 40px;
}

.wp-caption.aligncenter {
  text-align: center;
}
.wp-caption.aligncenter img {
  display: block;
  margin: 20px auto;
}
.wp-caption.aligncenter .size-c250 + .wp-caption-text {
  max-width: 350px;
  margin: auto;
}
.wp-caption.aligncenter .size-c550 + .wp-caption-text {
  max-width: 650px;
  margin: auto;
}
.wp-caption.aligncenter .size-c660 + .wp-caption-text {
  max-width: 660px;
  margin: auto;
}
.wp-caption.aligncenter .size-c900 + .wp-caption-text {
  max-width: 900px;
  margin: auto;
}
.wp-caption.aligncenter .size-c1100 + .wp-caption-text {
  max-width: 1000px;
  margin: auto;
}

.wp-caption .wp-caption-text {
  font-size: 14px;
  padding-bottom: 30px;
}

@media (max-width: 900px) {
  .outwrap {
    width: 100%;
    overflow: hidden;
  }
}
.span2 {
  grid-column: span 2;
}
@media (max-width: 900px) {
  .span2 {
    grid-column: span 1;
  }
}

.hide {
  display: none;
}

.showtelbtn #toptel {
  display: block;
}

.showformbtn #topform {
  display: block;
}
@media (max-width: 900px) {
  .showformbtn #topform {
    display: none;
  }
}

iframe {
  max-width: 100%;
}

iframe:not(.wp-embedded-content) {
  max-height: 410px;
}
@media (max-width: 760px) {
  iframe:not(.wp-embedded-content) {
    max-height: 280px;
  }
}
@media (max-width: 460px) {
  iframe:not(.wp-embedded-content) {
    max-height: 200px;
  }
}
iframe:not(.wp-embedded-content).wp-embedded-content {
  height: auto;
  margin: 20px 0;
}

.wp-embedded-content {
  margin: 20px 0;
}

.img-manual {
  width: 50%;
  margin: auto;
}

tr {
  padding: 10px;
}

tr:nth-child(even) {
  background: #fff;
}

@media (max-width: 900px) {
  .img-manual {
    width: 100%;
  }
}
.header {
  position: relative;
  position: sticky;
  background-color: white;
  top: -6px;
  z-index: 10;
}
@media (max-width: 900px) {
  .header {
    background-color: transparent;
    position: relative;
    top: auto;
  }
}
.header .top {
  display: grid;
  grid-template-columns: 168px 1fr auto;
  gap: 30px;
  align-items: center;
  margin: 22px auto;
  padding: 5px 0 2px;
}
@media (max-width: 1200px) {
  .header .top {
    padding: 7px 0 10px;
    gap: 20px;
  }
}
.header .logo img {
  padding-top: 8px;
}
.header .topmenu {
  justify-self: flex-end;
  font-size: 18px;
  margin-top: 2px;
}
@media (max-width: 1300px) {
  .header .topmenu {
    font-size: 18px;
  }
}
.header nav ul {
  padding: 0;
}
.header nav ul.menu > li {
  padding: 20px 0;
}
.header nav ul.menu > li > a {
  padding: 0 14px;
}
@media (max-width: 1180px) {
  .header nav ul.menu > li > a {
    padding: 0 9px;
  }
}
@media (max-width: 1080px) {
  .header nav ul.menu > li > a {
    padding: 0 7px;
  }
}
.header nav ul li {
  list-style: none;
  display: inline-block;
}
.header nav ul li a:hover {
  text-decoration: none;
}
.header nav ul li.current-menu-item > a, .header nav ul li.current_page_ancestor > a, .header nav ul li.current-menu-parent > a {
  color: #e95f32;
}
.header nav ul li.menu-item-has-children {
  position: relative;
}
.header nav ul li.menu-item-has-children ul.sub-menu {
  min-width: 200px;
  width: max-content;
  max-width: 500px;
  position: absolute;
  top: 99%;
  left: 50%;
  transform: translateX(-50%) translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease;
  transition: 0.2s ease;
  padding: 0;
  font-size: 18px;
  z-index: 10;
  box-shadow: 0 0 40px rgba(241, 143, 52, 0.4);
}
.header nav ul li.menu-item-has-children ul.sub-menu li {
  margin: 0;
  display: block;
  position: relative;
  z-index: 1;
}
.header nav ul li.menu-item-has-children ul.sub-menu li a {
  display: block;
  padding: 9px 26px;
  background-color: #ededed;
  position: relative;
  z-index: 3;
  transition: 0.4s ease;
}
.header nav ul li.menu-item-has-children ul.sub-menu li a:hover {
  background-color: #f18f34;
  color: white;
}
.header nav ul li.menu-item-has-children ul.sub-menu li:first-child {
  border-top: 2px solid #f18f34;
}
.header nav ul li.menu-item-has-children ul.sub-menu li:first-child:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #ededed;
  top: -8px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  z-index: 2;
  border-left: 2px solid #f18f34;
  border-top: 2px solid #f18f34;
  transition: 0.4s ease;
}
.header nav ul li.menu-item-has-children ul.sub-menu li:first-child:hover:before {
  background-color: #f18f34;
}
.header nav ul li.menu-item-has-children ul.sub-menu li:last-child a {
  padding-bottom: 14px;
}
.header nav ul li.menu-item-has-children:hover ul.sub-menu, .header nav ul li.menu-item-has-children:focus-within ul.sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0px);
}

.hamb {
  display: none;
}

@media (max-width: 1120px) {
  .wrap {
    padding: 0 20px;
  }
  .header .top {
    gap: 20px;
  }
  .header .topmenu {
    font-size: 18px;
  }
  .header nav ul.menu > li {
    margin: 0;
  }
}
@media (max-width: 1100px) {
  .topcall img {
    margin: 0;
  }
  .topcall span {
    display: none;
  }
  .topcall .button a {
    padding: 16px;
  }
  .topnapisz {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .header .top {
    margin: 0;
  }
  .header .top .logo {
    position: relative;
    z-index: 20;
  }
  .header .topmenu {
    min-height: 100vh;
    max-height: 100vh;
    overflow: scroll;
    position: fixed;
    top: -2px;
    left: 0;
    width: 100%;
    transition: 0.5s ease;
    padding: 80px 20px 100px;
    background-color: white;
    font-size: 20px;
    transform: translateX(120%);
  }
  .header nav ul.menu {
    display: grid;
    gap: 0px;
  }
  .header nav ul.menu li {
    border-bottom: 1px solid #ededed;
    padding: 10px 0;
  }
  .header nav ul.menu li a {
    display: inline-block;
    padding: 10px 0;
  }
  .header nav ul.menu li.menu-item-has-children {
    position: relative;
  }
  .header nav ul.menu li.menu-item-has-children > a {
    pointer-events: none;
  }
  .header nav ul.menu li.menu-item-has-children:after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/themes/de/img/menudown.svg);
    background-size: 29px 29px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    right: 11.5px;
    top: 22px;
    z-index: 20;
    transition: 0.5s ease;
  }
  .header nav ul.menu li.menu-item-has-children ul.sub-menu {
    max-width: 100%;
    left: 0;
    transform: translateX(0);
    position: relative;
    opacity: 1;
    visibility: visible;
    top: 0;
    width: 100%;
    box-shadow: none;
    display: none;
  }
  .header nav ul.menu li.menu-item-has-children ul.sub-menu li {
    padding: 0;
  }
  .header nav ul.menu li.menu-item-has-children ul.sub-menu li:first-child:before {
    left: auto;
    right: 10px;
    transform: translateX(0) rotate(45deg);
  }
  .header nav ul.menu li.menu-item-has-children.subopen > a {
    pointer-events: painted;
  }
  .header nav ul.menu li.menu-item-has-children.subopen ul.sub-menu {
    display: block;
  }
  .header nav ul.menu li.menu-item-has-children.subopen:after {
    background-image: url(/wp-content/themes/de/img/menuup.svg);
    top: 29px;
  }
}
@media (min-width: 901px) {
  .header .mobile {
    display: none;
  }
}
@media (max-width: 900px) {
  .hamb {
    display: flex;
    position: fixed;
    width: 51px;
    height: 51px;
    background-color: #57992c;
    border-radius: 58px;
    right: 18px;
    top: 16px;
    z-index: 100;
    transition: 0.6s ease;
    box-shadow: 0px 0px 19px transparent;
    justify-content: space-around;
    align-items: center;
  }
  .hamb .burg {
    transition: 0.8s ease;
    width: 24px;
    height: 3px;
    background-color: white;
    border-radius: 5px;
    position: relative;
  }
  .hamb .burg:before, .hamb .burg:after {
    border-radius: 5px;
    transition: 0.8s ease;
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    top: -8px;
    background-color: white;
  }
  .hamb .burg:after {
    top: auto;
    bottom: -8px;
  }
  .open .hamb {
    transform: rotate(360deg);
    background-color: #e95f32;
  }
  .open .hamb .burg {
    width: 28px;
    height: 3px;
    transform: rotate(45deg);
    background-color: #ffffff;
  }
  .open .hamb .burg:before {
    height: 3px;
    top: 0px;
    background-color: rgb(255, 255, 255);
    transform: rotate(90deg);
  }
  .open .hamb .burg:after {
    height: 3px;
    background-color: rgb(255, 255, 255);
    bottom: 0;
    opacity: 0;
  }
  .open .header .topmenu {
    transform: translateX(0);
  }
  .topcall .button a {
    position: fixed;
    top: 16px;
    right: 80px;
    width: 51px;
    height: 51px;
    padding: 0;
    display: grid;
    place-items: center;
    grid-template-columns: 1fr;
    z-index: 50;
  }
  .topcall .button::before {
    content: "";
    display: block;
    position: fixed;
    z-index: -1;
    background-color: white;
    width: 57px;
    height: 57px;
    top: 13px;
    right: 77px;
    border-radius: 80px;
    opacity: 0.9;
  }
}
.home1 {
  overflow: hidden;
  position: relative;
  background-color: #edf2f8;
}
.home1.webp {
  background-color: #ecf1f6;
}
.home1:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 300vw;
  width: 100vw;
  height: 100vw;
  background-color: white;
  opacity: 0.6;
  left: 47%;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
@media (max-width: 900px) {
  .home1:before {
    width: 300vw;
    height: 300vw;
    left: -20vw;
    top: -50vw;
    opacity: 0.4;
  }
}
@media (max-width: 700px) {
  .home1:before {
    display: none;
  }
}

.hero {
  display: grid;
  grid-template-columns: auto auto;
  gap: 40px;
  align-items: flex-end;
}
@media (max-width: 1300px) {
  .hero {
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    position: relative;
    min-height: calc(100vh - 76px);
  }
}
.hero .img {
  position: relative;
  z-index: 1;
}
.hero .img img {
  margin-left: -80px;
  width: 734px;
  max-width: 48vw;
}
@media (max-width: 1300px) {
  .hero .img img {
    max-width: 54vw;
  }
}
@media (max-width: 1100px) {
  .hero .img img {
    max-width: 56vw;
  }
}
@media (max-width: 700px) {
  .hero .img img {
    display: none;
  }
}
@media (max-width: 900px) {
  .hero .img {
    position: absolute;
    bottom: 0;
  }
  .hero .img img {
    opacity: 0.15;
    max-width: 120vw;
    margin-left: -20vw;
  }
}
.hero .cont {
  position: relative;
  z-index: 3;
  color: #000;
  padding-top: 40px;
  padding-right: 80px;
  align-self: center;
  padding-bottom: 80px;
  min-height: 652px;
}
@media (max-width: 1300px) {
  .hero .cont {
    padding-right: 40px;
  }
}
@media (max-width: 900px) {
  .hero .cont {
    padding-right: 0;
    padding-top: 50px;
  }
  .hero .cont h1 {
    font-size: 24px;
  }
}
.hero .cont .hicons {
  justify-content: center;
  display: grid;
  grid-template-columns: auto auto;
  gap: 30px 50px;
  padding-bottom: 10px;
}
.hero .cont .hi {
  display: grid;
  grid-template-rows: 1fr auto;
  justify-items: center;
  gap: 10px;
}
.hero .cont .hi a {
  align-self: flex-end;
}
.hero .cont .hi:hover img {
  transform: scale(1.03);
}
.hero .cont h3 {
  font-size: 22px;
}
@media (max-width: 900px) {
  .hero .cont h3 {
    font-size: 18px;
  }
}
.hero .cont img {
  transition: 0.5s ease;
}
.hero .cont a:hover {
  text-decoration: none;
}
.hero .haudyt h3 {
  padding-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 900px) {
  .hero .haudyt h3 {
    padding-bottom: 40px;
  }
}

.orange-box {
  max-width: 1100px;
  margin: -80px auto 0;
  background-image: linear-gradient(90deg, #f18f34, #e95f32);
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: 10fr 6fr 9fr;
  grid-template-columns: repeat(3, auto);
  padding: 50px 60px 30px;
  gap: 60px;
}
.orange-box a {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  position: relative;
  padding-bottom: 20px;
}
.orange-box a:after {
  content: "";
  display: block;
  position: absolute;
  right: -20px;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: white;
}
.orange-box a:last-of-type:after {
  display: none;
}
.orange-box .arrow {
  position: absolute;
  bottom: 10px;
  right: 20px;
  transition: 0.5s ease;
}
.orange-box a:hover .arrow {
  right: 0;
}
@media (max-width: 900px) {
  .orange-box {
    margin: -20px auto 0;
    grid-template-columns: 1fr;
  }
  .orange-box > a {
    display: none;
  }
}

.about-box {
  max-width: 1100px;
  margin: 0 auto 100px;
  background-color: #f6faff;
  min-height: 500px;
}
.about-box .a-top {
  padding: 80px 80px 40px;
  max-width: 1000px;
  margin: auto;
}
.about-box .about-icons {
  padding: 20px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 80px;
  text-align: center;
}
.about-box .about-icons img {
  display: inline-block;
}
.about-box .about-icons .txt {
  text-align: left;
  color: #7c7c7c;
}
.about-box .about-icons .a-icon {
  display: grid;
  gap: 20px;
  justify-items: center;
  grid-template-rows: 145px auto auto;
}
.about-box .about-icons .a-icon.down {
  grid-template-rows: 117px auto auto;
}
@media (max-width: 900px) {
  .about-box .a-top {
    padding: 20px 20px 10px;
  }
  .about-box .about-icons {
    grid-template-columns: 1fr;
    gap: 70px;
  }
  .about-box .about-icons .a-icon {
    gap: 10px;
  }
}

.front-map {
  display: grid;
  grid-template-columns: 4fr 6fr;
}
.front-map .map {
  position: relative;
}
.front-map .map img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.front-map .right {
  padding: 40px 80px;
  color: white;
}
.front-map .right p {
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 400;
}
.front-map .right p strong {
  font-weight: 600;
}
@media (max-width: 900px) {
  .front-map {
    grid-template-columns: 1fr;
  }
  .front-map .map {
    height: 200px;
  }
  .front-map .right {
    padding: 40px;
  }
}

.fullback {
  position: relative;
  z-index: 1;
}
.fullback .backimg {
  background-color: #f6faff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.fullback .backimg img {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fullback .backimg:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6faff;
  opacity: 0.95;
}
.fullback .wrap {
  position: relative;
  z-index: 3;
}

.realizacje .info {
  background-color: white;
  padding: 10px 20px;
}
.realizacje .galswrap {
  position: relative;
}
.realizacje .galswrap:before {
  content: "";
  background-image: url(/wp-content/themes/de/img/colorsqcircle-s.png);
  background-size: 153px;
  width: 153px;
  height: 153px;
  position: absolute;
  top: 0px;
  left: -20px;
  z-index: -1;
}
.realizacje .galswrap:after {
  content: "";
  background-image: url(/wp-content/themes/de/img/colorsqcircle.png);
  background-size: 186px 186px;
  width: 186px;
  height: 186px;
  position: absolute;
  bottom: 0px;
  right: -20px;
  z-index: -1;
}

.w2-box {
  padding: 140px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px 80px;
  align-items: center;
}
@media (max-width: 900px) {
  .w2-box {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.w2-box .el {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 40px;
  align-items: center;
}
@media (max-width: 900px) {
  .w2-box .el {
    grid-template-columns: 1fr;
    gap: 2s0px;
  }
}
.w2-box .el1 {
  padding: 0 60px;
}
@media (max-width: 900px) {
  .w2-box .el1 {
    padding: 0;
  }
}
.w2-box .el1 p {
  font-size: 22px;
  padding-bottom: 0;
}
.w2-box h2,
.w2-box h3 {
  color: #000;
}

.opiniebox {
  padding: 100px 0 40px;
}
@media (max-width: 900px) {
  .opiniebox {
    padding: 60px 0 40px;
  }
  .opiniebox .swipernav {
    opacity: 0.2;
  }
}
.opiniebox .opinia {
  font-size: 22px;
  max-width: 760px;
  margin: auto;
  padding: 60px 50px;
}
@media (max-width: 900px) {
  .opiniebox .opinia {
    padding: 20px;
    font-size: 18px;
  }
}
.opiniebox .extrawrapp {
  padding: 0px 0 0px;
}
.opiniebox .line {
  width: 100px;
  height: 1px;
  margin: 0 auto 40px;
  background-color: #7c7c7c;
}
.opiniebox .kto {
  font-size: 20px;
}
.opiniebox .skad {
  color: #7c7c7c;
}
.opiniebox .swiper-slide {
  padding-bottom: 80px;
}
.opiniebox .swiper-button-next,
.opiniebox .swiper-button-prev {
  top: 0;
  height: 100%;
}
.opiniebox .swiper-button-next:focus,
.opiniebox .swiper-button-prev:focus {
  outline: none;
}
.opiniebox .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.opiniebox .swiper-pagination-bullet:focus {
  outline: none;
}

.swiperopinie .center img {
  margin: 80px auto 0;
}
@media (max-width: 900px) {
  .swiperopinie .center img {
    margin: 20px auto 0;
  }
}

.gradbar {
  height: 80px;
}

.hposts {
  padding: 40px 0 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}
@media (max-width: 900px) {
  .hposts {
    grid-template-columns: repeat(2, 1fr);
  }
}
.hposts h1 {
  font-size: 16px;
  font-weight: 600;
}
.hposts .cl1 {
  grid-column: span 2;
  grid-row: span 2;
}
.hposts .cl1 h1 {
  font-size: 18px;
}
.hposts .cl1 .img img {
  min-height: 320px;
  max-height: 420px;
  object-fit: cover;
}
.hposts .cl1 .content,
.hposts .cl1 .title {
  max-width: 500px;
}
.hposts .cl1 .content {
  padding-bottom: 10px;
}
.hposts .wpis .date {
  padding: 20px 0 12px;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 500;
}

.hpostswrap {
  background-color: #f6faff;
  position: relative;
  overflow: hidden;
}
.hpostswrap:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100vw;
  width: 100vw;
  height: 100vw;
  background-color: white;
  opacity: 0.6;
  left: -60vw;
  top: -50vw;
  z-index: 2;
}
.hpostswrap .wrap {
  padding-top: 120px;
  padding-bottom: 100px;
  position: relative;
  z-index: 3;
}
@media (max-width: 900px) {
  .hpostswrap .wrap {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}

.home .box {
  background-color: white;
}

@media (max-width: 900px) {
  .hpostswrap + .box h2 {
    font-size: 22px;
  }
}
.tf {
  display: grid;
  grid-template-columns: 6fr 5fr;
  gap: 100px;
  align-items: center;
}
.tf.malefoto1 {
  grid-template-columns: 12fr 5fr;
}
@media (max-width: 900px) {
  .tf.malefoto1 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media (max-width: 900px) {
  .tf {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.tf .box2 {
  justify-self: flex-end;
}
.tf.order_l {
  grid-template-columns: 5fr 6fr;
}
.tf.order_l.malefoto1 {
  grid-template-columns: 5fr 12fr;
}
@media (max-width: 900px) {
  .tf.order_l {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.tf.order_l .box1 {
  order: 2;
}
.tf.order_l .box2 {
  justify-self: flex-start;
  order: 1;
}
.tf.order_l .tresc {
  order: 3;
}
.tf.fotoztlem_1 {
  padding-top: 80px;
  gap: 120px;
}
.tf.fotoztlem_1.order_r .box2 {
  padding-right: 20px;
}
.tf.fotoztlem_1.order_l .box2 {
  padding-left: 40px;
}
.tf.block_0 {
  padding: 80px 0 100px;
}
.tf.block_0 h2 {
  font-size: 26px;
}
.tf.block_0 p {
  font-size: 16px;
}
.tf.block_0.fotoztlem_1 {
  padding: 140px 0 100px;
}
@media (max-width: 900px) {
  .tf.block_0.fotoztlem_1 {
    padding: 30px 0 40px;
  }
}

@media (max-width: 900px) {
  .tf,
  .tf.order_l {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .tf img,
  .tf.order_l img {
    margin: auto;
  }
  .tf .box2,
  .tf.order_l .box2 {
    justify-self: center;
  }
  .tf.fotoztlem_1,
  .tf.order_l.fotoztlem_1 {
    gap: 110px;
  }
  .tf.fotoztlem_1 .box2,
  .tf.order_l.fotoztlem_1 .box2 {
    padding: 0;
  }
}
.fotoztlem {
  position: relative;
  z-index: 1;
}
.fotoztlem:before {
  content: "";
  background-image: url(/wp-content/themes/de/img/14c.svg);
  background-size: 278px 278px;
  width: 278px;
  height: 278px;
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: -1;
}
.fotoztlem:after {
  content: "";
  background-image: url(/wp-content/themes/de/img/colorsqcircle.png);
  background-size: 186px 186px;
  width: 186px;
  height: 186px;
  position: absolute;
  bottom: -40px;
  right: -40px;
  z-index: -1;
}

.block .button {
  margin-top: 20px;
  display: inline-block;
}

.pzg .punkt-name {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 30px;
  padding: 10px 0 30px;
}
.pzg .punkt-name .num {
  font-size: 52px;
  line-height: 52px;
  font-weight: 700;
  color: #e95f32;
}
@supports (-webkit-background-clip: text) {
  .pzg .punkt-name .num {
    background-image: linear-gradient(90deg, #f18f34, #e95f32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }
}
.pzg .punkt-name h3 {
  padding-top: 4px;
  align-self: center;
  padding-bottom: 0;
}
.pzg .punkt-opis {
  padding-bottom: 30px;
}
.pzg .galeria-punktu {
  padding-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .pzg .galeria-punktu {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pzg .galeria-punktu {
    grid-template-columns: repeat(1, 1fr);
  }
}

.kolumny2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media (max-width: 700px) {
  .kolumny2 {
    grid-template-columns: 1fr;
  }
}

.kolumny3 {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 60px;
}
@media (max-width: 700px) {
  .kolumny3 {
    grid-template-columns: 1fr;
  }
}

.t3c .kolumny3 h2,
.t3c .kolumny3 h3 {
  font-size: 20px;
  font-weight: 600;
}
.t3c .kolumny3 h3 {
  padding-bottom: 30px;
}
.t3c .kolumny3 h4,
.t3c .kolumny3 h5 {
  font-size: 16px;
  padding-bottom: 12px;
}
.t3c .kolumny3 .button,
.t3c .kolumny3 h2,
.t3c .kolumny3 h3,
.t3c .kolumny3 h4,
.t3c .kolumny3 h5,
.t3c .kolumny3 p {
  padding-left: 40px;
}
.t3c .kolumny3 p {
  padding-bottom: 20px;
}
.t3c .kolumny3 ul li {
  font-size: 16px;
  padding-bottom: 16px;
}
.t3c .kolumny3 ul li:before {
  top: 4px;
  width: 22px;
  height: 17px;
  background-size: 18px auto;
}
.t3c .kolumny3 .kol {
  position: relative;
}
.t3c .kolumny3 .kol:after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  right: -29px;
  top: 0;
  background-color: #ededed;
}
.t3c .kolumny3 .kol:last-of-type:after {
  display: none;
}

.dlwrap {
  position: relative;
  z-index: 1;
}
.dlwrap .dlimage {
  background-color: #f6faff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.dlwrap .dlimage img {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.dlwrap .dlimage:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6faff;
  opacity: 0.9;
}
.dlwrap .dlimage .circles {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}
.dlwrap .dlimage .circles::before, .dlwrap .dlimage .circles:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 3;
  border-radius: 1000px;
  width: 1000px;
  height: 1000px;
  background-color: white;
  opacity: 0.3;
}
.dlwrap .dlimage .circles:before {
  top: -500px;
  left: -600px;
}
.dlwrap .dlimage .circles:after {
  bottom: -500px;
  right: -450px;
}
.dlwrap .dl {
  position: relative;
  z-index: 3;
}

.bignum {
  padding: 40px 0;
  display: grid;
  gap: 80px 40px;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  font-weight: 500;
}
.bignum.has_1 {
  font-size: 24px;
  grid-template-columns: 1fr;
}
.bignum.has_1 .liczba {
  font-size: 98px;
}
.bignum.has_2 {
  padding: 40px 120px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 900px) {
  .bignum.has_2 {
    padding: 40px 10px;
  }
}
@media (max-width: 700px) {
  .bignum.has_2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bignum.has_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 800px) {
  .bignum.has_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bignum.has_4 {
  padding: 40px 120px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 900px) {
  .bignum.has_4 {
    padding: 40px 10px;
  }
}
@media (max-width: 700px) {
  .bignum.has_4 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.bignum .liczba {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.bignum .liczba .liczbain {
  padding: 20px 0;
  font-size: 84px;
  font-weight: 600;
  color: #e95f32;
}
@supports (-webkit-background-clip: text) {
  .bignum .liczba .liczbain {
    background-image: linear-gradient(90deg, #f18f34, #e95f32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }
}

.gals .cont {
  padding: 20px 0 30px;
}
.gals .galswrap {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  justify-items: center;
}
@media (max-width: 900px) {
  .gals .galswrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 700px) {
  .gals .galswrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gals .galbox {
  max-width: 330px;
}
.gals .galbox .info {
  padding-top: 10px;
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto;
  justify-content: space-between;
}
.gals .tytul {
  font-weight: 600;
}
.gals .click {
  cursor: pointer;
}

.overgal {
  transition: 0.5s ease;
  transition: all 0.8s ease, transform 0s ease 1s;
  transform: translateY(120%);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
  left: 0;
  top: 0;
}
.overgal .tytul {
  padding: 10px 40px;
  padding-right: 50px;
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
}
@media (max-width: 900px) {
  .overgal .tytul {
    padding: 10px;
    padding-right: 50px;
  }
}
.overgal .oclose {
  z-index: 10;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 29px;
  height: 29px;
  background-image: url(/wp-content/themes/de/img/x.svg);
  background-size: 29px 29px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: 0.8s ease;
  cursor: pointer;
}
.overgal .oclose:hover {
  transform: rotate(-270deg);
}
.overgal .overgalin {
  display: flex;
  justify-content: center;
  align-content: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 40px;
}
@media (max-width: 900px) {
  .overgal .overgalin {
    padding: 0;
  }
}
.overgal .overgalin .swiper {
  height: 100%;
  text-rendering: optimizeLegibility;
}
.overgal .overgalin .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-width: 10px;
  min-height: 10px;
}
.overgal .overgalin .swipernav {
  background-color: rgba(255, 255, 255, 0.194);
  padding: 20px;
  height: 60px;
  border-radius: 4px;
  transition: 0.5s ease;
}
.overgal .overgalin .swipernav:focus {
  outline: transparent;
}
.overgal .overgalin .swipernav:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.hbox.realizacje .overgal .oclose {
  top: 80px;
  right: 28px;
}

.overopen .overgal {
  transition: all 0.8s ease, transform 0s;
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.ikonain i {
  font-size: 38px;
  background-image: linear-gradient(90deg, #f18f34, #e95f32);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.iconsbox {
  position: relative;
  overflow: hidden;
}
.iconsbox::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100vw;
  width: 100vw;
  height: 100vw;
  background-color: white;
  opacity: 0.6;
  right: -60vw;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
.iconsbox .icons {
  position: relative;
  z-index: 2;
}

.box:nth-child(even).iconsbox {
  background-color: #ebf2fa;
}
.box:nth-child(even).iconsbox:before {
  opacity: 0.4;
}

.iconswrap {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  justify-content: center;
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 800px) {
  .iconswrap {
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    font-size: 18px;
  }
}
.iconswrap.has_1 {
  font-size: 24px;
  grid-template-columns: 1fr;
}
.iconswrap.has_1 .liczba {
  font-size: 56px;
}
.iconswrap.has_2 {
  padding: 40px 120px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 900px) {
  .iconswrap.has_2 {
    padding: 40px 10px;
  }
}
.iconswrap.has_3 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 900px) {
  .iconswrap.has_3 {
    padding: 40px 10px;
  }
}
@media (max-width: 700px) {
  .iconswrap.has_3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.iconswrap.has_4 {
  padding: 40px 120px;
  grid-template-columns: 1fr 1fr;
}
.iconswrap .ikona {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}
.iconswrap .ikona .ikonain i {
  display: block;
  padding: 30px 0;
  font-size: 48px;
  font-weight: 600;
  color: #e95f32;
}
@supports (-webkit-background-clip: text) {
  .iconswrap .ikona .ikonain i {
    background-image: linear-gradient(90deg, #f18f34, #e95f32);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
  }
}

.linkibox .linkiwrap {
  padding: 40px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 40px;
  justify-items: center;
}
@media (max-width: 1000px) {
  .linkibox .linkiwrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .linkibox .linkiwrap {
    grid-template-columns: repeat(1, 1fr);
  }
}
.linkibox .linkiwrap .linkbox {
  display: grid;
  gap: 30px;
  font-size: 18px;
}
.linkibox .linkiwrap.backa .linkbox:first-child .limg {
  position: relative;
  z-index: 1;
}
.linkibox .linkiwrap.backa .linkbox:first-child .limg:before {
  content: "";
  background-image: url(/wp-content/themes/de/img/14c.svg);
  background-size: 200px;
  width: 200px;
  height: 200px;
  position: absolute;
  background-repeat: no-repeat;
  top: -40px;
  left: -40px;
  z-index: -1;
}
.linkibox .linkiwrap.backa .linkbox:nth-child(3n+3).last .limg {
  position: relative;
  z-index: 1;
}
.linkibox .linkiwrap.backa .linkbox:nth-child(3n+3).last .limg:after {
  content: "";
  background-image: url(/wp-content/themes/de/img/colorsqcircle.png);
  background-size: 186px 186px;
  width: 186px;
  height: 186px;
  position: absolute;
  bottom: -20px;
  right: -40px;
  z-index: -1;
}
@media (max-width: 1000px) {
  .linkibox .linkiwrap.backa .linkbox:nth-child(3n+3).last .limg:after {
    display: none;
  }
}
@media (max-width: 1000px) {
  .linkibox .linkiwrap.backa .linkbox:nth-child(2n+2).last .limg {
    position: relative;
    z-index: 1;
  }
  .linkibox .linkiwrap.backa .linkbox:nth-child(2n+2).last .limg:after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/de/img/colorsqcircle.png);
    background-size: 186px 186px;
    width: 186px;
    height: 186px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
  }
}
@media (max-width: 1000px) and (max-width: 600px) {
  .linkibox .linkiwrap.backa .linkbox:nth-child(2n+2).last .limg:after {
    display: none;
  }
}
@media (max-width: 600px) {
  .linkibox .linkiwrap.backa .linkbox:last-child.last .limg {
    position: relative;
    z-index: 1;
  }
  .linkibox .linkiwrap.backa .linkbox:last-child.last .limg:after {
    content: "";
    display: block;
    background-image: url(/wp-content/themes/de/img/colorsqcircle.png);
    background-size: 186px 186px;
    width: 186px;
    height: 186px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    z-index: -1;
  }
}

.svg-fb2 {
  width: 15px;
  margin-right: 10px;
  display: inline-block;
}

.svg-email {
  width: 25px;
  margin-right: 10px;
}

.kontakt .tresc .k-detail {
  padding: 10px 0;
}
.kontakt .tresc .k-detail a {
  color: #e95f32;
  display: grid;
  grid-template-columns: 30px auto;
  gap: 20px;
  align-items: center;
  font-weight: 500;
  font-size: 20px;
  margin: 10px 0;
}
@media (max-width: 700px) {
  .kontakt .tresc .k-detail a {
    grid-template-columns: 16px auto;
    gap: 10px;
    font-size: 15px;
  }
}

.k-map {
  padding-top: 100px;
  max-width: 1200px;
  margin: 0 auto 80px;
}
.k-map .k-map-info {
  background: linear-gradient(90deg, #f18f34, #e95f32);
  padding: 50px 80px;
  color: white;
  display: grid;
  gap: 80px;
  grid-template-columns: auto 1fr;
  font-size: 22px;
}
@media (max-width: 900px) {
  .k-map .k-map-info {
    padding: 20px;
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .k-map .k-map-info .left {
    order: 2;
  }
  .k-map .k-map-info .right {
    order: 1;
  }
}

.praca .block {
  padding: 80px 0;
}

.stanowiskowrap {
  padding: 40px 0;
  border-bottom: 1px dotted #7c7c7c;
}
.stanowiskowrap:last-of-type {
  border-bottom: none;
}
.stanowiskowrap .opisy {
  padding: 20px 0;
}
.stanowiskowrap .opisy h4 {
  padding-bottom: 10px;
}
.stanowiskowrap .opisy {
  column-count: 2;
  column-gap: 60px;
}
@media (max-width: 700px) {
  .stanowiskowrap .opisy {
    column-count: 1;
  }
}
.stanowiskowrap .sekcja ul li {
  font-size: 16px;
}
.stanowiskowrap .sekcja {
  padding-bottom: 40px;
  break-inside: avoid;
}
.stanowiskowrap .stanowisko {
  margin: 0 -20px;
  padding: 5px 20px 0;
  cursor: pointer;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 60px;
  transition: 0.5s ease;
}
.stanowiskowrap .stanowisko:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.stanowiskowrap .stanowisko:hover .details {
  color: #e95f32;
  opacity: 1;
}
.stanowiskowrap .stanowisko .details {
  opacity: 0.7;
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
  transition: 0.5s ease;
  cursor: pointer;
  align-content: center;
}
@media (max-width: 700px) {
  .stanowiskowrap .stanowisko h3 {
    font-size: 20px;
    padding: 6px 0;
  }
}
.stanowiskowrap .opisy {
  display: none;
}
.stanowiskowrap .otw {
  display: none;
}
@media (max-width: 700px) {
  .stanowiskowrap .zam {
    display: none;
  }
}

.oopen.stanowiskowrap .opisy {
  display: block;
}
.oopen.stanowiskowrap .details {
  color: #f18f34;
}
.oopen.stanowiskowrap .details svg {
  transform: scaleY(-1);
}
.oopen.stanowiskowrap .zam {
  display: none;
}
.oopen.stanowiskowrap .otw {
  display: inline-block;
}
@media (max-width: 700px) {
  .oopen.stanowiskowrap .otw {
    display: none;
  }
}

.blogbox {
  padding: 40px 0;
}
.blogbox .kategorie {
  display: grid;
  grid-template-columns: min-content 1fr;
  gap: 60px;
  padding: 10px 0 80px;
}
@media (max-width: 900px) {
  .blogbox .kategorie {
    gap: 20px;
  }
}
@media (max-width: 700px) {
  .blogbox .kategorie {
    grid-template-columns: 1fr;
    padding: 10px 0 40px;
  }
}
.blogbox ul.lista-kategorii {
  padding: 0;
}
.blogbox ul.lista-kategorii li {
  display: inline-block;
  padding: 0;
  margin-right: 20px;
  list-style-type: none;
  margin-bottom: 10px;
}
@media (max-width: 700px) {
  .blogbox ul.lista-kategorii li {
    margin-right: 0;
  }
}
.blogbox ul.lista-kategorii li a {
  display: inline-block;
  position: relative;
  padding-bottom: 5px;
  border-bottom: 1px solid;
}
@media (min-width: 701px) {
  .blogbox ul.lista-kategorii li a:hover {
    padding-bottom: 2px;
    text-decoration: none;
    margin-bottom: 3px;
  }
}
@media (max-width: 700px) {
  .blogbox ul.lista-kategorii li a {
    position: relative;
    border-bottom: transparent;
    padding: 7px 8px;
    margin: 0 8px 8px 0;
    background-color: #ededed;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
  }
}
@media (max-width: 700px) {
  .blogbox ul.lista-kategorii li.current-cat a {
    background-color: #e95f32;
    color: white;
  }
}
.blogbox .wpisy {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
}
@media (max-width: 900px) {
  .blogbox .wpisy {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
  }
}
.blogbox .wpisy .data {
  padding: 20px 0 12px;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 500;
}
.blogbox .wpisy h1 {
  font-size: 16px;
  font-weight: 600;
}
.blogbox .wpisy a {
  display: inline-block;
  transition: 0.5s ease;
  overflow: hidden;
}
.blogbox .wpisy a img {
  transition: 0.5s ease;
  max-height: 360px;
  object-fit: cover;
}
.blogbox .wpisy article:hover a img {
  transform: scale(1.05);
}

.paginacja {
  padding: 60px 0;
  display: flex;
  justify-content: center;
}
.paginacja a,
.paginacja span {
  display: block;
  padding: 10px 14px;
  display: flex;
  font-size: 22px;
  align-items: center;
}
.paginacja a:hover, .paginacja a.current,
.paginacja span:hover,
.paginacja span.current {
  text-decoration: none;
  background-color: #f7f7f7;
  color: #57992c;
}

.single p {
  line-height: 1.6;
  padding-bottom: 22px;
}
.single .wpismeta {
  margin: 30px 0;
  padding-left: 20px;
  border-left: 2px solid #f18f34;
}
.single .data {
  padding: 0px 0 10px;
  font-size: 12px;
  letter-spacing: 3px;
  font-weight: 500;
}
.single .kategorie-wpisu {
  display: inline-block;
  padding-bottom: 0px;
}
.single h1 {
  padding-bottom: 38px;
}
.single .wpisbody {
  padding-left: 22px;
  position: relative;
}
@media (min-width: 1000px) {
  .single .wpisbody {
    font-size: 16px;
  }
}
.single .wpisbody:before {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 360px;
  background: linear-gradient(180deg, #e95f32 0%, #f18f34 20%, #fff);
  top: 7px;
  left: 0px;
}
.single .wpisbody .contbox blockquote p {
  padding: 10px 0 20px 30px;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4;
}
.single .wpisbody .contbox a {
  color: #57992c;
  font-weight: 800;
  max-width: 80vw;
  overflow: hidden;
  text-overflow: ellipsis;
}

.single-wrap {
  display: grid;
  grid-template-columns: minmax(50%, 810px) minmax(300px, 1fr);
  gap: 100px;
  padding-bottom: 60px;
}
@media (max-width: 900px) {
  .single-wrap {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}

.extras-side {
  position: relative;
  align-self: flex-start;
  background-color: #f6faff;
  padding: 28px 20px 20px;
}
.extras-side:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #f18f34, #e95f32);
  top: 0px;
  left: 0px;
}
.extras-side h3 {
  font-size: 20px;
  padding-bottom: 20px;
}
.extras-side img.side-img {
  width: 100%;
  height: 80px;
  object-fit: cover;
}
.extras-side h2 {
  font-size: 18px;
  padding-bottom: 12px;
}
.extras-side .data {
  padding: 10px 0;
}
.extras-side .blog-box {
  padding-bottom: 20px;
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
}

.inne {
  border-top: 1px solid #ededed;
  padding: 80px 0 0;
}

.innav {
  padding: 0 0 200px;
  display: grid;
  grid-template-columns: repeat(2, minmax(auto, 1fr));
  gap: 100px;
}
@media (max-width: 900px) {
  .innav {
    gap: 40px;
    grid-template-columns: repeat(1, minmax(auto, 1fr));
  }
}
.innav a {
  transition: 0.5s ease;
  position: relative;
}
.innav a svg {
  width: 20px;
  stroke: white;
}
.innav a img {
  width: 80px;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  display: block;
}
.innav a .arrow {
  background: linear-gradient(90deg, #f18f34, #e95f32);
  display: grid;
  place-items: center;
}
.innav a .ti {
  align-self: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  display: block;
}
.innav .older {
  display: grid;
  min-height: 60px;
}
.innav .older a {
  background-color: #f6faff;
  display: grid;
  grid-template-columns: 44px 1fr 80px;
}
.innav .older a img {
  right: 0;
}
.innav .older:hover a {
  transform: translateX(-20px);
}
.innav .newer {
  min-height: 60px;
  display: grid;
}
.innav .newer a {
  background-color: #f6faff;
  display: grid;
  grid-template-columns: 80px 1fr 44px;
}
.innav .newer a img {
  left: 0;
}
.innav .newer:hover a {
  transform: translateX(20px);
}

footer {
  background-color: #1e1e1e;
  color: white;
  padding: 80px 0;
}
footer a,
footer a:visited {
  color: rgb(237, 237, 237);
}
footer a:hover,
footer a:visited:hover {
  color: white;
}
footer .f-box {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 60px;
}
footer .f-top {
  display: grid;
  grid-template-columns: 168px 1fr;
  gap: 20px;
  align-items: center;
  border-bottom: 1px solid #ededed;
  padding-bottom: 40px;
}
footer .f-top .nazwa {
  justify-self: flex-end;
  font-size: 22px;
  font-weight: 600;
}
footer .f-info {
  display: grid;
  grid-template-columns: auto auto 1fr;
  gap: 40px 60px;
}
footer .f-info .f-obrazki {
  justify-self: flex-end;
  grid-row: span 2;
}
footer .f-info .f-obrazki img {
  max-width: 120px;
}
footer .f-info .f-obrazki img:first-of-type {
  padding-bottom: 30px;
}
footer .f-info #eml {
  grid-column: span 2;
}
footer .f-info #eml a {
  font-size: 20px;
}
footer .f-zadzwon {
  text-align: right;
  justify-self: right;
  display: grid;
  grid-template-rows: auto auto 1fr;
}
footer .f-zadzwon .z-txt {
  font-size: 22px;
  padding-bottom: 10px;
}
footer .f-zadzwon a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
}
footer .f-zadzwon .svg-fb {
  width: 29px;
  margin-left: 20px;
}
footer .f-zadzwon .svg-phone {
  justify-self: end;
  width: 23px;
  margin-right: 20px;
}
footer .f-zadzwon .gotel {
  font-size: 24px;
  font-weight: 600;
}
footer .f-zadzwon .gofb {
  align-self: flex-end;
}

@media (max-width: 800px) {
  footer .f-box {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  footer .f-top {
    grid-template-columns: 1fr;
    order: 1;
  }
  footer .f-top .logo {
    max-width: 200px;
  }
  footer .f-top .nazwa {
    justify-self: start;
  }
  footer .f-info {
    order: 3;
    gap: 20px;
    grid-template-columns: 2fr;
  }
  footer .f-info .f-obrazki {
    justify-self: start;
    grid-row: span 1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    order: 3;
  }
  footer .f-info #eml {
    order: 1;
    padding-bottom: 20px;
  }
  footer .f-info #eml a {
    font-size: 16px;
  }
  footer .f-info #eml {
    grid-column: span 1;
  }
  footer .f-info .dane1,
  footer .f-info .dane2 {
    order: 2;
  }
  footer .blank {
    display: none;
  }
  footer .f-zadzwon {
    order: 2;
    text-align: left;
    justify-self: start;
  }
  footer .f-zadzwon a {
    grid-template-columns: auto 1fr;
    padding-bottom: 20px;
  }
}
.p-form {
  position: relative;
  background-color: #ededed;
  overflow: hidden;
}
.p-form h2 {
  padding-bottom: 10px;
}
.p-form h4 {
  padding-bottom: 30px;
}
.p-form ul,
.p-form ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.p-form {
  /* WPForms */
}
.p-form .wpforms-container {
  max-width: 1000px;
  margin: auto;
  padding: 80px 20px;
  overflow: hidden;
}
.p-form .wpforms-container .wpforms-confirmation-container {
  background-image: linear-gradient(90deg, #f18f34, #e95f32);
  padding: 40px 20px;
  border-radius: 10px;
}
.p-form .wpforms-container .wpforms-confirmation-container h2, .p-form .wpforms-container .wpforms-confirmation-container h3, .p-form .wpforms-container .wpforms-confirmation-container h4, .p-form .wpforms-container .wpforms-confirmation-container p {
  color: white;
}
.p-form .wpforms-container .wpforms-confirmation-container p {
  margin: 0;
  padding: 0;
  font-size: 20px;
}
.p-form .wpforms-container {
  /* form */
}
.p-form .wpforms-container form {
  position: relative;
  /* general */
}
.p-form .wpforms-container form .wpforms-error-noscript,
.p-form .wpforms-container form .wpforms-hidden,
.p-form .wpforms-container form .wpforms-label-hide {
  display: none !important;
}
.p-form .wpforms-container form .wpforms-has-error {
  text-align: left;
}
@media (max-width: 600px) {
  .p-form .wpforms-container form .wpforms-field-layout-columns {
    margin-right: 0 !important;
  }
}
.p-form .wpforms-container form em.wpforms-error {
  position: absolute;
  top: 100%;
  margin-top: 2px;
  font-weight: 200;
  font-size: 12px;
  line-height: 16px;
  font-style: normal;
  color: #e95f32;
}
.p-form .wpforms-container form legend {
  font-size: 14px;
  display: block;
  float: none;
}
.p-form .wpforms-container form .wpforms-field {
  position: relative !important;
  vertical-align: top;
}
.p-form .wpforms-container form .wpforms-field.wpforms-field-layout {
  position: relative;
  margin-top: 1rem;
}
@media (max-width: 600px) {
  .p-form .wpforms-container form .wpforms-field.wpforms-field-layout {
    margin-top: 0;
  }
}
.p-form .wpforms-container form .wpforms-field .wpforms-field-layout-columns {
  margin-bottom: 1.5rem;
}
@media (max-width: 600px) {
  .p-form .wpforms-container form .wpforms-field .wpforms-field-layout-columns {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .p-form .wpforms-container form .wpforms-field .wpforms-field-layout-columns .wpforms-layout-column {
    margin-top: 1.5rem;
  }
}
.p-form .wpforms-container form .wpforms-field .wpforms-field-label {
  display: block;
  font-size: 14px;
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  .p-form .wpforms-container form .wpforms-field .wpforms-field-label {
    margin-bottom: 0;
  }
}
.p-form .wpforms-container form {
  /* inputs */
}
.p-form .wpforms-container form input[type=text],
.p-form .wpforms-container form input[type=email],
.p-form .wpforms-container form input[type=tel],
.p-form .wpforms-container form input[type=url],
.p-form .wpforms-container form textarea,
.p-form .wpforms-container form select {
  display: block;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  background-color: transparent;
  border: 1px solid #f18f34;
  display: block;
  padding: 16px 20px;
  width: 100%;
  background-color: transparent;
  border-radius: 3px;
  transition: all 300ms ease-in-out;
}
.p-form .wpforms-container form input[type=text]:hover, .p-form .wpforms-container form input[type=text]:focus,
.p-form .wpforms-container form input[type=email]:hover,
.p-form .wpforms-container form input[type=email]:focus,
.p-form .wpforms-container form input[type=tel]:hover,
.p-form .wpforms-container form input[type=tel]:focus,
.p-form .wpforms-container form input[type=url]:hover,
.p-form .wpforms-container form input[type=url]:focus,
.p-form .wpforms-container form textarea:hover,
.p-form .wpforms-container form textarea:focus,
.p-form .wpforms-container form select:hover,
.p-form .wpforms-container form select:focus {
  border: 1px solid #e95f32;
}
.p-form .wpforms-container form input[type=text]:focus,
.p-form .wpforms-container form input[type=email]:focus,
.p-form .wpforms-container form input[type=tel]:focus,
.p-form .wpforms-container form input[type=url]:focus,
.p-form .wpforms-container form textarea:focus,
.p-form .wpforms-container form select:focus {
  outline: none;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}
.p-form .wpforms-container form input[type=text].wpforms-error,
.p-form .wpforms-container form input[type=email].wpforms-error,
.p-form .wpforms-container form input[type=tel].wpforms-error,
.p-form .wpforms-container form input[type=url].wpforms-error,
.p-form .wpforms-container form textarea.wpforms-error,
.p-form .wpforms-container form select.wpforms-error {
  border: 1px solid #e95f32;
}
.p-form .wpforms-container form {
  /* radio */
}
.p-form .wpforms-container form .wpforms-field-radio {
  margin: 0 10px;
}
@media (max-width: 600px) {
  .p-form .wpforms-container form .wpforms-field-radio {
    margin: 0;
  }
}
.p-form .wpforms-container form .wpforms-field-radio ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  padding: 20px 0 30px;
}
@media (max-width: 600px) {
  .p-form .wpforms-container form .wpforms-field-radio ul {
    flex-direction: column;
  }
}
.p-form .wpforms-container form .wpforms-field-radio li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media (max-width: 600px) {
  .p-form .wpforms-container form .wpforms-field-radio li {
    width: 100%;
  }
}
.p-form .wpforms-container form .wpforms-field-radio li::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  border-radius: 6px;
  border: 1px solid #f18f34;
  transition: 300ms ease-in-out;
  pointer-events: none;
  opacity: 0;
}
.p-form .wpforms-container form .wpforms-field-radio li:hover::after {
  opacity: 1;
}
.p-form .wpforms-container form .wpforms-field-radio li.wpforms-selected::after {
  opacity: 1;
  border: 1px solid #e95f32;
}
.p-form .wpforms-container form .wpforms-field-radio li input[type=radio],
.p-form .wpforms-container form .wpforms-field-radio li label {
  cursor: pointer;
}
.p-form .wpforms-container form .wpforms-field-radio li label {
  display: block;
  padding: 14px 28px;
  line-height: 1;
  background-color: rgb(218, 218, 218);
  border-radius: 4px;
  width: 100%;
  text-align: center;
}
.p-form .wpforms-container form .wpforms-field-radio li input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-form .wpforms-container form {
  /* checkbox */
}
.p-form .wpforms-container form .wpforms-field-checkbox {
  margin-top: 2rem;
}
.p-form .wpforms-container form .wpforms-field-checkbox ul {
  max-width: 100%;
}
.p-form .wpforms-container form .wpforms-field-checkbox li {
  display: flex;
  position: relative;
  transition: opacity 300ms ease-in-out;
}
.p-form .wpforms-container form .wpforms-field-checkbox li:hover {
  opacity: 0.8;
}
.p-form .wpforms-container form .wpforms-field-checkbox li:not(:first-child) {
  margin-top: 25px !important;
}
.p-form .wpforms-container form .wpforms-field-checkbox .wpforms-selected input[type=checkbox].wpforms-error ~ label:before {
  border-color: #3a6d18;
}
.p-form .wpforms-container form .wpforms-field-checkbox input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.p-form .wpforms-container form .wpforms-field-checkbox label {
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 30px;
  cursor: pointer;
}
.p-form .wpforms-container form .wpforms-field-checkbox label:hover::before, .p-form .wpforms-container form .wpforms-field-checkbox label:focus::before {
  border: 1px solid rgb(218, 218, 218);
}
.p-form .wpforms-container form .wpforms-field-checkbox label:before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid rgb(218, 218, 218);
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.p-form .wpforms-container form .wpforms-field-checkbox label:after {
  content: "";
  position: absolute;
  display: none;
  top: 7px;
  left: 4px;
  width: 12px;
  height: 12px;
  background-color: #e95f32;
  transition: all 300ms ease-in-out;
}
.p-form .wpforms-container form .wpforms-field-checkbox input[type=checkbox]:checked ~ label:before {
  border-color: rgb(218, 218, 218) !important;
  background-color: white !important;
}
.p-form .wpforms-container form .wpforms-field-checkbox input[type=checkbox]:checked ~ label:after {
  display: block;
}
.p-form .wpforms-container form .wpforms-field-checkbox input[type=checkbox].wpforms-error ~ label:before {
  border-color: rgb(218, 218, 218);
  background-color: white;
}
.p-form .wpforms-container form .wpforms-field-checkbox .wpforms-field-description {
  margin-top: 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}
.p-form .wpforms-container form {
  /* submit */
}
.p-form .wpforms-container form .wpforms-submit-container {
  text-align: center;
  margin-top: 2rem;
}
.p-form .wpforms-container form .wpforms-submit {
  position: relative;
  margin: 0 auto;
  text-align: center;
  border: none;
  font-size: 16px;
  background-color: #57992c;
  color: white;
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  border-radius: 50px;
  padding: 11px 24px 12px;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}
.p-form .wpforms-container form .wpforms-submit:hover {
  background-color: #3a6d18;
}

.form-basic {
  position: relative;
}
.form-basic-center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.form-basic .wpforms-field {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
}
.form-basic .wpforms-field .wpforms-label-hide {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}
.form-basic .wpforms-field input[type=text], .form-basic .wpforms-field input[type=email], .form-basic .wpforms-field input[type=tel], .form-basic .wpforms-field input[type=url], .form-basic .wpforms-field input[type=number], .form-basic .wpforms-field textarea {
  display: block;
  width: 100%;
  padding: 10px 15px;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 16px;
}
.form-basic .wpforms-field ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.form-basic .wpforms-field ul li {
  position: relative;
}
.form-basic .wpforms-field ul li input[type=radio], .form-basic .wpforms-field ul li input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.form-basic .wpforms-field ul li input[type=radio]:checked + label:before, .form-basic .wpforms-field ul li input[type=checkbox]:checked + label:before {
  background-color: #57992c;
}
.form-basic .wpforms-field ul li label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
}
.form-basic .wpforms-field ul li label:before {
  content: "";
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
}
.form-basic .wpforms-uploader {
  border: 2px dashed #ccc !important;
  border-radius: 10px !important;
}
.form-basic .wpforms-uploader .dz-preview:last-of-type {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}
.form-basic .wpforms-uploader .dz-preview .dz-progress {
  bottom: -10px !important;
}
.form-basic .wpforms-uploader .dz-message .modern-title {
  display: none;
}
.form-basic .wpforms-uploader .dz-message:after {
  content: "Aby przesłać fakturę, kliknij lub przeciągnij plik .pdf";
  display: block;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.form-basic em.wpforms-error {
  display: inline-block;
  margin-top: 5px;
  padding: 5px;
  border-radius: 5px;
  background-color: red;
  font-style: normal;
  font-size: 12px;
  line-height: 1;
  color: #fff;
}
.form-basic .wpforms-submit {
  padding: 11px 24px 12px;
  border: none;
  border-radius: 50px;
  background-color: #57992c;
  cursor: pointer;
  text-align: center;
  font-size: 18px;
  color: #fff;
  transition: all 300ms ease-in-out;
}
.form-basic .wpforms-submit:hover {
  background-color: #3a6d18;
}
.form-basic .mailcheck-error {
  display: none !important;
}
.form-basic .wpforms-submit-spinner {
  display: none !important;
}
.form-basic .wpforms-hidden {
  display: none !important;
}
.form-basic .wpforms-confirmation-container {
  margin: 0;
  padding: 15px;
  border-radius: 10px;
  background-color: #3a6d18;
}
.form-basic .wpforms-confirmation-container p {
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
}
.form-basic .wpforms-confirmation-container p:not(:last-child) {
  margin-bottom: 10px;
}

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