body,
h1, h2, h3, h4, h5, h6,
p, li, td, th,
a, button, input, select, textarea {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
  text-transform: none !important;
  color: #1a1a1a;
  line-height: 1.3;
}

h1 {
  font-size: 3.6rem !important;
  line-height: 1.25;
  margin: 0 0 2.4rem;
  text-align: left !important;
}

h2 {
  font-size: 2.8rem !important;
  margin: 4rem 0 1.6rem;
}

h3 {
  font-size: 2.2rem !important;
  line-height: 1.35;
  margin: 3.2rem 0 1.2rem;
}

h4 {
  font-size: 1.8rem !important;
  line-height: 1.4;
  margin: 2.4rem 0 0.8rem;
}

h5 {
  font-size: 1.6rem !important;
  line-height: 1.4;
  margin: 2rem 0 0.8rem;
}

h6 {
  font-size: 1.4rem !important;
  line-height: 1.4;
  margin: 1.6rem 0 0.4rem;
}

body {
  color: #333;
  line-height: 1.6;
}

p, li {
  font-size: 1.6rem;
  line-height: 1.6;
}

p {
  margin: 0 0 1.6rem;
}

.new-sec {
  width: 100%;
  display: flex;
  justify-content: center;
}

.new-sec .wrapper-main {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  align-items: stretch !important;
  padding: 4rem 1.5rem !important;
}
@media (min-width: 576px) {
  .new-sec .wrapper-main { max-width: 540px !important; }
}
@media (min-width: 768px) {
  .new-sec .wrapper-main { max-width: 720px !important; }
}
@media (min-width: 992px) {
  .new-sec .wrapper-main { max-width: 960px !important; }
}
@media (min-width: 1200px) {
  .new-sec .wrapper-main { max-width: 1140px !important; }
}
@media (min-width: 1400px) {
  .new-sec .wrapper-main { max-width: 1320px !important; }
}

.new-sec .wrapper-main ul {
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.6rem;
}

.new-sec .wrapper-main ul > li {
  position: relative;
  padding-left: 3rem;
  margin: 0.8rem 0;
  line-height: 1.6;
}

.new-sec .wrapper-main ul > li::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f138";
  color: #1e73be;
  position: absolute;
  left: 0;
  top: 0.2rem;
}

.new-sec .wrapper-main ol {
  list-style: decimal outside !important;
  padding-left: 3rem !important;
  margin: 0 0 1.6rem !important;
}

.new-sec .wrapper-main ol > li {
  display: list-item !important;
  margin: 0.8rem 0;
  line-height: 1.6;
  padding-left: 0.5rem;
}

.new-sec .wrapper-main ul.list-bullet {
  list-style: disc outside !important;
  padding-left: 3rem !important;
}
.new-sec .wrapper-main ul.list-bullet > li {
  padding-left: 0 !important;
  margin: 0.4rem 0 !important;
}
.new-sec .wrapper-main ul.list-bullet > li::before {
  content: none !important;
}

.wp-block-gallery ul.blocks-gallery-grid,
.blocks-gallery-grid {
  padding-left: 0 !important;
  margin: 0 !important;
}
.blocks-gallery-grid > li.blocks-gallery-item {
  padding-left: 0 !important;
}
.blocks-gallery-grid > li.blocks-gallery-item::before {
  content: none !important;
}

.new-sec .wrapper-main .main {
  align-items: flex-start !important;
}
.new-sec .wrapper-main .main .blocks {
  width: 48% !important;
}
@media (max-width: 960px) {
  .new-sec .wrapper-main .main .blocks {
    width: 100% !important;
  }
}
.new-sec .wrapper-main .main .blocks .table-1,
.new-sec .wrapper-main .main .blocks .table-2 {
  overflow-x: auto !important;
}

.new-sec .wrapper-main .extra-table,
.extra-table {
  padding: 0 !important;
  margin-top: 40px;
}

section.cta h1,
section.cta h2,
section.cta h3,
section.cta h4,
section.cta h5,
section.cta h6 {
  color: white !important;
}

.new-sec .wrapper-main .main-section {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin: 0;
}
@media (max-width: 768px) {
  .new-sec .wrapper-main .main-section { flex-direction: column; }
}
.new-sec .wrapper-main .main-section .left { flex: 1; }
.new-sec .wrapper-main .main-section .left > a {
  display: inline-block;
  padding: 1rem 2.4rem;
  background-color: #1e73be;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
  margin: 1.6rem 0;
  transition: opacity 0.2s ease-in-out;
}
.new-sec .wrapper-main .main-section .left > a:hover { opacity: 0.9; }
.new-sec .wrapper-main .main-section .image { flex: 1; }
.new-sec .wrapper-main .main-section .image img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}

.new-sec .wrapper-main .more-content { margin: 0; }
.new-sec .wrapper-main .more-content .list-box { margin: 2rem 0; }
.new-sec .wrapper-main .more-content .list-box.flex {
  display: flex;
  gap: 2rem;
  align-items: center;
}
@media (max-width: 768px) {
  .new-sec .wrapper-main .more-content .list-box.flex { flex-direction: column; }
}
.new-sec .wrapper-main .more-content .list-box.flex .left { flex: 1; }
.new-sec .wrapper-main .more-content .list-box.flex .image { flex: 1; }
.new-sec .wrapper-main .more-content .list-box.flex .image img {
  display: block;
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}
.new-sec .wrapper-main .more-content .list-box .title {
  font-weight: 600;
  font-size: 1.8rem;
  margin: 1.6rem 0 0.8rem;
}

.new-sec .wrapper-main .boxs {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  justify-content: center;
  margin: 2rem 0;
}
.new-sec .wrapper-main .boxs .box {
  flex: 1 1 calc(33.333% - 2rem);
  min-width: 250px;
  max-width: calc(33.333% - 2rem);
  display: flex;
  flex-direction: column;
}
@media (max-width: 900px) {
  .new-sec .wrapper-main .boxs .box {
    flex: 1 1 calc(50% - 2rem);
    max-width: calc(50% - 2rem);
  }
}
@media (max-width: 600px) {
  .new-sec .wrapper-main .boxs .box {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
.new-sec .wrapper-main .boxs .box .img-box-sinlge {
  width: 100%;
  overflow: hidden;
}
.new-sec .wrapper-main .boxs .box .img-box-sinlge img,
.new-sec .wrapper-main .boxs .box .stal-wrap-single-img {
  display: block;
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.3s;
}
.new-sec .wrapper-main .boxs .box .img-box-sinlge:hover img {
  transform: scale(1.05);
}
.new-sec .wrapper-main .boxs .box > h2 {
  text-align: center;
  font-size: 1.8rem !important;
  margin: 1rem 0 !important;
}

.new-sec .wrapper-main .container > .infos {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0;
}
.new-sec .wrapper-main .container > .infos .element {
  flex: 1 1 calc(25% - 2rem);
  min-width: 220px;
  background: #f7f7f7;
  padding: 1.5rem;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.new-sec .wrapper-main .container > .infos .element h2.place {
  font-size: 1.6rem !important;
  color: #1e73be;
  margin: 0 !important;
}
.new-sec .wrapper-main .container > .infos .element h2.region {
  font-size: 2rem !important;
  margin: 0.4rem 0 0.8rem !important;
}
.new-sec .wrapper-main .container > .infos .element h2 {
  font-size: 1.8rem !important;
  margin: 0 0 0.8rem !important;
}
.new-sec .wrapper-main .container > .infos .element a {
  display: block;
  margin: 0.3rem 0;
  color: #1e73be;
  font-size: 1.4rem;
  word-break: break-word;
}
.new-sec .wrapper-main .container > .infos .element p {
  margin: 0.3rem 0;
  font-size: 1.4rem;
}
@media (max-width: 900px) {
  .new-sec .wrapper-main .container > .infos .element { flex: 1 1 calc(50% - 2rem); }
}

.new-sec .wrapper-main .container .information {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin: 2rem 0;
  padding: 1.5rem 0;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.new-sec .wrapper-main .container .information .element-information {
  flex: 1;
  min-width: 200px;
}
.new-sec .wrapper-main .container .information .element-information h2 {
  font-size: 1.8rem !important;
  margin: 0 0 0.5rem !important;
}
.new-sec .wrapper-main .container .information .element-information a {
  display: block;
  margin: 0.3rem 0;
  color: #1e73be;
  font-size: 1.4rem;
}

.new-sec .wrapper-main .container .map { margin: 3rem 0; }
.new-sec .wrapper-main .container .map h2 { text-align: center; }
.new-sec .wrapper-main .container .map .map-box svg {
  display: block;
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto;
}
.new-sec .wrapper-main .container .map .map-box svg {
  filter: brightness(0.96);
}

.new-sec .wrapper-main .info-contact-hidden { display: none; }

.new-sec .wrapper-main .calc-img-wrap {
  float: left;
  width: 30%;
  margin-right: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .new-sec .wrapper-main .calc-img-wrap { float: none; width: 100%; }
}
.new-sec .wrapper-main .calc-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}

.new-sec .wrapper-main .wrapper-elements-calc {
  overflow: hidden;
}
.new-sec .wrapper-main .wrapper-elements-calc table {
  width: 100%;
  max-width: 400px;
  border-collapse: collapse;
}
.new-sec .wrapper-main .wrapper-elements-calc td.outils_label {
  padding: 0.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: right;
}
.new-sec .wrapper-main .wrapper-elements-calc td.outils_field {
  padding: 0.5rem;
}
.new-sec .wrapper-main .wrapper-elements-calc input.outils_form,
.new-sec .wrapper-main .wrapper-elements-calc select.outils_form {
  padding: 0.5rem;
  border: 1px solid #ccc;
  font-size: 1.4rem;
  width: 100%;
}
.new-sec .wrapper-main .wrapper-elements-calc input[type="button"] {
  padding: 0.8rem 2rem;
  background: #1e73be;
  color: white;
  border: none;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
}

.new-sec .wrapper-main .btn-calc-wrap { margin: 2rem 0; clear: both; }
.new-sec .wrapper-main .btn-calc {
  display: inline-block;
  padding: 1rem 2.4rem;
  background-color: #1e73be;
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.6rem;
}
.new-sec .wrapper-main .btn-calc:hover { opacity: 0.9; }

.new-sec .wrapper-main .linki-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem;
  margin: 2rem 0;
}
@media (max-width: 700px) {
  .new-sec .wrapper-main .linki-grid { grid-template-columns: 1fr; }
}
.new-sec .wrapper-main .linki-grid .element {
  background: #f7f7f7;
  padding: 1.5rem;
  border-radius: 4px;
}
.new-sec .wrapper-main .linki-grid .element h3.company-name {
  color: #1e73be;
  font-size: 2rem !important;
  margin: 0 0 1rem !important;
}
.new-sec .wrapper-main .linki-grid .element p {
  margin: 0.4rem 0;
  font-size: 1.4rem;
}
.new-sec .wrapper-main .linki-grid .element a {
  color: #1e73be;
}

.new-sec .wrapper-main .kalkulator-grid {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  margin: 2rem 0;
}
@media (max-width: 700px) {
  .new-sec .wrapper-main .kalkulator-grid { flex-direction: column; }
}
.new-sec .wrapper-main .kalkulator-grid .calc-img-wrap {
  flex: 0 0 32%;
  margin: 0;
  float: none;
  width: auto;
}
.new-sec .wrapper-main .kalkulator-grid .calc-img-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.new-sec .wrapper-main .kalkulator-grid .kalkulator-form { flex: 1; }
.new-sec .wrapper-main .kalkulator-grid .wrapper-elements-calc { overflow: visible; }

footer#footer .kontakt-heading {
  padding: 0 20px;
  margin: 7vh 0;
  color: white;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  position: relative;
}
footer#footer .kontakt-heading.lines::before,
footer#footer .kontakt-heading.lines::after {
  content: "";
  position: absolute;
  top: 50%;
  background-color: #dcdcdc;
  width: 100vw;
  height: 1px;
}
footer#footer .kontakt-heading.lines::before {
  left: 0;
  transform: translate(-100%, -50%);
}
footer#footer .kontakt-heading.lines::after {
  right: 0;
  transform: translate(100%, -50%);
}

footer#footer .footer-box .map-section .map-section-heading {
  color: #1e73be;
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  margin: 0;
}
footer#footer .footer-box .map-section .map-section-heading::first-letter {
  text-transform: uppercase;
}

/* `p { font-size: 1.6rem; margin: 0 0 1.6rem }` z tego pliku przebijał
   inherited 1.1rem z .white-footer .box oraz globalny *{margin:0} z theme.css.
   Cofamy do oryginalnej intencji (11px, bez marginesu) — inaczej Copyright
   jest większy niż wcześniej i wizualnie rozjeżdża centrowanie w .info. */
footer#footer .white-footer .box p {
  font-size: 1.1rem;
  margin: 0;
}

.new-sec .wrapper-main .stal-customers-trust h4 {
  font-size: 2.4rem !important;
  font-weight: 600 !important;
  text-align: center;
  margin: 3rem 0 2rem !important;
}

.stal-customers-wrap .stal-customers-article .snake {
  top: 7rem !important;
}

.new-sec .wrapper-main > section.offer {
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.new-sec .wrapper-main .table-wrapper,
.new-sec .wrapper-main .tablepress-scroll-wrapper,
.new-sec .wrapper-main .table-1,
.new-sec .wrapper-main .table-2,
.new-sec .wrapper-main .tables {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto;
  margin: 1rem 0;
}

.new-sec .wrapper-main table.tablepress {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 1.4rem;
}
.new-sec .wrapper-main table.tablepress thead th {
  background: #1e73be;
  color: white;
  font-weight: 600;
  padding: 1rem;
  text-align: left;
}
.new-sec .wrapper-main table.tablepress tbody td {
  padding: 0.8rem 1rem;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.new-sec .wrapper-main table.tablepress tbody tr.row-striping:nth-child(even) td {
  background: #f5f5f5;
}
