/*
Theme Name: mJoy
Author: Studio Zaiste
Version: 2.1
Description: 
*/
@font-face {
  font-family: "Lato";
  src: local("Lato Light"), local("Lato-Light"), url(fonts/Lato-Light.ttf) format("truetype");
  font-style: normal;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Light Italic"), local("Lato-LightItalic"), url(fonts/Lato-LightItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 300;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Regular"), local("Lato-Regular"), url(fonts/Lato-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Italic"), local("Lato-Italic"), url(fonts/Lato-Italic.ttf) format("truetype");
  font-style: italic;
  font-weight: 400;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Bold"), local("Lato-Bold"), url(fonts/Lato-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Lato";
  src: local("Lato Bold Italic"), local("Lato-BoldItalic"), url(fonts/Lato-BoldItalic.ttf) format("truetype");
  font-style: italic;
  font-weight: 600;
}
@font-face {
  font-family: "Moneta";
  src: local("Moneta Bold"), local("Moneta-Bold"), url(fonts/Moneta-Bold.ttf) format("truetype");
  font-style: normal;
  font-weight: 600;
}
@font-face {
  font-family: "Playfair Display";
  src: local("Playfair Display Regular"), local("PlayfairDisplay-Regular"), url(fonts/PlayfairDisplay-Regular.ttf) format("truetype");
  font-style: normal;
  font-weight: 400;
}
h1, h2, h3, h4, h5 {
  font-family: "Moneta", "Times", sans-serif;
  font-weight: 600;
  font-stretch: normal;
}

.wrapper {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
@media (min-width: 768px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
  }
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  overflow-x: hidden;
  min-height: 100vh;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html, body {
    overflow-x: inherit;
  }
}

html {
  font-size: 0.625rem;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.4rem;
  background: #ffffff;
}

.overflow {
  overflow: hidden;
  height: 100vh;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
}

strong {
  font-weight: 600;
}

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

input, textarea {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
}

input[type=submit] {
  cursor: pointer;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  list-style: none;
  padding: 1.5rem;
  z-index: 1;
}
@media (min-width: 768px) {
  .swiper-container {
    padding: 0;
  }
}
.swiper-container .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .swiper-container .swiper-wrapper {
    padding-top: 5rem;
    padding-bottom: 0;
  }
}
.swiper-container .swiper-slide {
  flex-shrink: 0;
  position: relative;
  transition-property: transform;
}
.swiper-container .swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
  display: none;
  pointer-events: none;
  opacity: 0;
  width: 6rem;
  height: 6rem;
  background-color: #ffffff;
  background-image: url("images/icon-ar2.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  overflow: hidden;
  position: absolute;
  z-index: 120;
  top: 50%;
  transform-origin: center;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.11), 0 0.3rem 1.75rem rgba(0, 0, 0, 0.11);
}
@media (min-width: 992px) {
  .swiper-container .swiper-button-next,
  .swiper-container .swiper-button-prev {
    display: block;
    pointer-events: all;
    opacity: 1;
  }
}
.swiper-container .swiper-button-next {
  right: 0;
  transform: translateY(-50%);
}
.swiper-container .swiper-button-prev {
  left: 0;
  transform: rotate(180deg) translateY(50%);
}
.swiper-container .swiper-button-disabled {
  opacity: 0;
}

.swiper-pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
  margin-bottom: 5rem;
}
.swiper-pagination .swiper-pagination-bullet {
  display: flex;
  width: 1rem;
  height: 1rem;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 3rem;
}
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: rgb(0, 0, 0);
}

svg .svg-elem-1 {
  stroke-dashoffset: 64.6274185181px;
  stroke-dasharray: 64.6274185181px;
  transition: stroke-dashoffset 0.75s ease-in-out 0s;
}

a {
  color: inherit;
}

@media (max-width: 768px) {
  body.archive, body.single {
    padding-top: 6rem;
  }
  body.page-template-page-offer .services {
    padding-top: 0;
  }
}

body.single-realizacje .btn-sticky-mobile {
  display: none;
}

.btn-sticky-portfolio {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 4rem;
  position: fixed;
  left: 3rem;
  right: 3rem;
  bottom: 2rem;
  z-index: 60;
  font-size: 1.3rem;
  white-space: nowrap;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-align: center;
  color: var(--cl-white);
  background-color: var(--cl-darkblue);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  border-radius: var(--br-small);
  transition: all ease 0.45s;
}
@media (min-width: 992px) {
  .btn-sticky-portfolio {
    left: 50%;
    right: unset;
    transform: translateY(100%) translateX(-50%);
  }
}
.btn-sticky-portfolio.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  transform: translateY(0);
}
@media (min-width: 992px) {
  .btn-sticky-portfolio.active {
    transform: translateY(0) translateX(-50%);
  }
}

.btn-sticky {
  display: none;
  padding: 1.5rem 1.5rem;
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  z-index: 60;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  border-radius: var(--br-small);
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .btn-sticky {
    display: inline-block;
  }
}

.btn-sticky-mobile {
  padding: 1.5rem 1.5rem;
  display: inline-block;
  position: fixed;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.5rem;
  z-index: 70;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .btn-sticky-mobile {
    display: none;
  }
}

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 2rem 0;
  transition: all ease 0.3s;
  z-index: 100;
}
@media (min-width: 992px) {
  .header {
    padding: 3rem 0;
    position: sticky;
  }
}
.header.on-scroll {
  background-color: rgba(255, 255, 255, 0.95);
}
@media (max-width: 768px) {
  .header .navigation .navigation--brand {
    margin: 0 3rem;
  }
  .header .navigation .navigation--brand svg {
    max-width: 10rem;
  }
}
@media (min-width: 768px) {
  .header .navigation {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .header .navigation--nav {
    grid-column-start: 2;
    grid-column-end: 6;
  }
}
@media (min-width: 768px) {
  .header .navigation--brand {
    grid-column-start: 6;
    grid-column-end: 8;
  }
}
@media (min-width: 768px) {
  .header .navigation--contact {
    grid-column-start: 8;
    grid-column-end: 12;
  }
}
.header .navigation.active .navigation-mobile {
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 70;
  background: var(--cl-white);
}
.header .navigation.active .navigation-mobile li {
  margin: 0 3rem;
  border-bottom: solid 0.1rem rgba(0, 0, 0, 0.75);
  width: 100%;
}
.header .navigation.active .navigation-mobile li:last-child {
  border-bottom: 0;
}
.header .navigation.active .navigation-mobile li a {
  display: block;
  padding: 2rem 0;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
@media (min-width: 768px) {
  .header .navigation .navigation-mobile {
    display: none;
  }
}
.header .navigation ul {
  text-align: center;
  display: none;
}
@media (min-width: 768px) {
  .header .navigation ul {
    display: flex;
  }
}
.header .navigation .navigation--contact {
  display: none;
}
@media (min-width: 768px) {
  .header .navigation .navigation--contact {
    display: flex;
  }
}
.header .navigation a {
  font-size: 1.1rem;
  font-weight: 400;
  text-transform: uppercase;
  color: inherit;
}
@media (min-width: 1200px) {
  .header .navigation a {
    font-size: 1.3rem;
  }
}
.header .navigation--nav {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 1.5rem;
}
.header .navigation--brand {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 101;
}
.header .navigation--brand svg {
  margin: 0 auto;
  max-width: 13rem;
  height: auto;
  transition: all ease 0.3s;
}
.header .navigation--contact {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .header .navigation--contact {
    text-align: right;
  }
}

input[type=text], input[type=tel], input[type=email], textarea {
  margin: 0.5rem 0;
  padding: 1rem 0;
  width: 100%;
  font-size: 1.7rem;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: solid 0.1rem #000000;
  outline: none;
}

input[type=checkbox] {
  border: solid 0.1rem #000000;
}

input[type=submit] {
  padding: 1rem 3rem;
  font-size: 1.6rem;
  text-align: center;
  color: #000000;
  border: solid 0.1rem #000000;
  background: transparent;
  position: relative;
  z-index: 2;
  transition: all ease 0.3s;
}
input[type=submit]:hover {
  color: #ffffff;
  background: #000000;
}

textarea {
  box-sizing: border-box;
  resize: vertical;
  height: 5rem;
  min-height: 5rem;
  max-height: 10rem;
}

.form__header p {
  padding: 0;
  margin: 0 !important;
  font-size: 1.6rem !important;
}
.form__header ul {
  margin: 0 0 0 2rem !important;
  padding: 0 !important;
}
.form__header li {
  margin: 0 !important;
  padding: 0.2rem 0 !important;
  font-size: 1.6rem !important;
}
@media (min-width: 768px) {
  .form .row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.form .row .wpcf7-acceptance {
  width: 50%;
}
.form .row .wpcf7-acceptance label {
  margin-top: -1rem;
  padding-bottom: 1rem;
  padding-left: 3rem;
  position: relative;
  display: block;
  font-size: 1.4rem;
}
.form .row .wpcf7-acceptance input {
  position: absolute;
  top: 0.5rem;
  left: 0;
}
.form .row input[type=submit] {
  margin-top: 3rem;
  width: 100%;
  margin-left: auto;
}
@media (min-width: 768px) {
  .form .row input[type=submit] {
    width: auto;
    margin-top: auto;
  }
}

input.wpcf7-not-valid {
  border-bottom: solid 0.1rem red;
}

.screen-reader-response, .wpcf7-not-valid-tip {
  display: none;
}

.wpcf7-response-output {
  margin-top: 1.5rem;
  font-weight: 400;
  font-size: 1.6rem;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  color: red;
  border: 0 !important;
}

.wpcf7-not-valid::-moz-placeholder {
  color: red;
}

.wpcf7-not-valid::placeholder {
  color: red;
}

.page-template-page-offer .footer {
  margin-top: 0;
}

.footer {
  margin-top: 10rem;
  padding-top: 10rem;
  padding-bottom: 5rem;
  background-color: #3B3736;
  background-image: url("images/bg-footer.png");
  background-repeat: no-repeat;
  background-size: 300%;
  background-position: top center;
  position: relative;
  z-index: 70;
}
@media (min-width: 768px) {
  .footer {
    padding-top: 20rem;
    background-size: 140%;
  }
}
@media (min-width: 1200px) {
  .footer {
    padding-top: 30rem;
    background-size: 100%;
  }
}
.footer--form {
  margin: 3rem;
  max-width: 95rem;
  background-color: #ffffff;
  border: solid 0.2rem #000000;
  background-image: url("images/j-black.svg");
  background-repeat: no-repeat;
  background-position: top 3rem right 5rem;
  background-size: 1.5rem;
}
@media (min-width: 992px) {
  .footer--form {
    margin: 1.5rem auto;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
  }
}
.footer--form--body {
  padding: 5rem 4rem 1rem 4rem;
}
@media (min-width: 768px) {
  .footer--form--body {
    padding: 4rem 5rem 0 5rem;
  }
}
@media (min-width: 992px) {
  .footer--form--body {
    padding: 4rem 3rem 4rem 5rem;
    width: 30%;
    border-right: solid 0.1rem #000000;
  }
}
.footer--form--form {
  padding: 2rem 4rem 6rem 4rem;
}
@media (min-width: 768px) {
  .footer--form--form {
    padding: 7rem 5rem 4rem 5rem;
  }
}
@media (min-width: 992px) {
  .footer--form--form {
    width: 70%;
  }
}
.footer--form h3 {
  margin: 2rem 0 3rem;
  font-size: 3.2rem;
  line-height: 1.4rem;
  text-transform: uppercase;
}
.footer--form p {
  margin: 1.5rem 3rem 1.5rem 0;
  font-size: 1.4rem;
  line-height: 1.3;
}
.footer--nav {
  margin: 2rem 3rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  gap: 1.5rem;
}
@media (min-width: 768px) {
  .footer--nav {
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 3rem;
  }
}
.footer--nav a {
  font-size: 1.2rem;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  transition: all ease 0.3s;
}
.footer--nav a:hover {
  color: white;
}
.footer--copy {
  padding: 1.5rem;
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.burger {
  width: 8rem;
  height: 4.2rem;
  border: 0 none;
  background: transparent;
  position: fixed;
  z-index: 300;
  top: 1.4rem;
  right: 2rem;
  cursor: pointer;
  text-align: center;
  color: var(--cl-white);
  background: var(--cl-black);
  border-radius: var(--br-small);
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.1);
  transition: all ease 0.3s;
}
.burger strong {
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  opacity: 1;
  transition: all ease 0.3s;
}
.burger::after, .burger::before {
  visibility: hidden;
  opacity: 0;
}
.burger::after {
  position: absolute;
  top: 2rem;
  right: 0;
  content: " ";
  width: 3.8rem;
  height: 0;
  border-bottom: solid 0.2rem #000000;
  border-radius: 0.1rem;
  transition: all ease 0.3s;
}
.burger::before {
  position: absolute;
  top: 2.8rem;
  right: 0;
  content: " ";
  width: 2.8rem;
  height: 0;
  border-bottom: solid 0.2rem #000000;
  border-radius: 0.1rem;
  transition: all ease 0.3s;
}
.burger.close {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0);
  background: transparent;
}
.burger.close strong {
  opacity: 0;
}
.burger.close::after, .burger.close::before {
  visibility: visible;
  opacity: 1;
}
.burger.close::before {
  transform: rotate(-45deg) translateY(-1rem);
  right: 0;
  bottom: 2rem;
  width: 3rem;
  border-bottom: solid 0.2rem #000000;
}
.burger.close::after {
  transform: rotate(45deg) translateY(-1rem);
  right: 1.5rem;
  top: 2.8rem;
  width: 3rem;
  border-bottom: solid 0.2rem #000000;
}
@media (min-width: 992px) {
  .burger {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
  }
}

.slider-home.slider {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .slider-home.slider {
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .slider-home.slider {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  .slider-home::after {
    content: "";
    width: 60%;
    height: 50%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    background-color: rgba(245, 244, 239, 0.5);
  }
}

.swiper-slide a {
  display: flex;
  flex-direction: column;
}

.swiper-slide {
  position: relative;
}

.slider {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px) {
  .slider {
    padding-bottom: 10rem;
  }
}
.slider--header {
  margin-top: -5rem;
  padding: 0 1.5rem;
}
@media (min-width: 768px) {
  .slider--header {
    margin-top: 0;
    padding: 0 8.3333333333%;
  }
}
.slider--content {
  overflow-x: hidden;
}
@media (min-width: 768px) {
  .slider--content {
    padding-left: 8.3333333333%;
  }
}
.slider--grid {
  padding: 0 1.5rem;
  margin: 6rem 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 768px) {
  .slider--grid {
    padding: 0 8.3333333333%;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
@media (min-width: 1200px) {
  .slider--grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
  }
}
.slider--footer {
  padding: 0 1.5rem 5rem 1.5rem;
}
@media (min-width: 768px) {
  .slider--footer {
    padding: 0 16.6666666667%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
  }
}
.slider--footer p {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .slider--footer p {
    text-align: left;
  }
}
@media (min-width: 1920px) {
  .slider--footer p {
    font-size: 1.8rem;
    text-align: left;
  }
}
.slider--footer a {
  font-size: 1.6rem;
  font-weight: 600;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .slider--footer a {
    display: inline-flex;
    margin-left: 10rem;
  }
}
.slider .swiper-slide {
  background-color: #ffffff;
  box-shadow: -4rem 3rem 6rem rgba(0, 0, 0, 0.15);
}
.slider .swiper-slide .swiper-slide-info {
  padding: 2rem 1.5rem 5rem 1.5rem;
}
@media (min-width: 992px) {
  .slider .swiper-slide .swiper-slide-info {
    padding: 2.5rem 3rem 6rem 3rem;
  }
}
.slider .swiper-slide .swiper-slide-info p {
  margin: 1rem 0;
}
.slider .swiper-slide img {
  display: flex;
  aspect-ratio: 4/3;
  -o-object-fit: cover;
     object-fit: cover;
}
.slider .swiper-slide h2 {
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .slider .swiper-slide h2 {
    font-size: 2.4rem;
  }
}
.slider .swiper-slide p {
  margin: 0.5rem 0;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .slider .swiper-slide p {
    font-size: 1.8rem;
  }
}
.slider .swiper-slide .btn {
  padding: 1rem 5rem 1rem 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: all ease 0.3s;
  background: none;
}
.slider .swiper-slide .btn:hover svg .svg-elem-1 {
  stroke-dashoffset: 129.2548370361px;
}
.slider .swiper-slide .btn svg {
  margin-left: 1rem;
}
.slider .swiper-slide .btn svg .svg-elem-1 {
  stroke-dashoffset: 0px;
}
.slider .swiper-slide.slider--more {
  padding: 0;
  box-shadow: none;
  background: transparent;
}
@media (min-width: 768px) {
  .slider .swiper-slide.slider--more {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (min-width: 992px) {
  .slider .swiper-slide.slider--more {
    grid-column-end: 4;
  }
}
.slider .swiper-slide.slider--more .swiper-slide-info {
  padding: 0;
  display: flex;
  align-items: center;
  width: 100%;
}
.slider .swiper-slide.slider--more .btn.btn-more {
  margin: 0 auto;
  padding: 1.5rem 1.5rem !important;
  display: inline-flex !important;
  line-height: 120%;
  color: var(--cl-white);
  border-radius: var(--br-small);
  background-color: var(--cl-darkblue);
}

@media (min-width: 992px) {
  .home .badge {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}

.pages--content--realization--quote .badge__inner {
  margin-right: auto;
}

.badge {
  margin: 2rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.badge__inner {
  display: flex;
  position: relative;
  padding: 1rem 1rem 2rem 1rem;
  width: 20rem;
  border: solid 0.1rem #ccc;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #fff;
}
.badge__logo {
  width: 4rem;
  aspect-ratio: 1;
}
.badge__logo span {
  width: 4rem;
  height: 4rem;
  aspect-ratio: 1;
}
.badge__content {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.badge__stars {
  display: flex;
  width: 100%;
  gap: 0.5rem;
  padding-bottom: 0.2rem;
}
.badge__stars svg {
  width: 2rem;
  height: 2rem;
}
.badge__desc {
  display: block;
  font-size: 12px;
}
.badge__desc strong {
  font-size: 16px;
}
.badge__footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 11px;
  text-align: center;
  color: #fff;
  background: #4285F4;
}

.title {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 3.8rem;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  .title {
    margin-top: 5rem;
    font-size: 5.4rem;
  }
}
@media (min-width: 1920px) {
  .title {
    margin-top: 5rem;
    font-size: 7rem;
  }
}

.lead {
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media (min-width: 1920px) {
  .lead {
    font-size: 1.8rem;
  }
}

.home .btn {
  padding: 3rem 3rem 3rem 0;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  background-image: url("images/icon-ad.svg");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.5rem;
  transition: all ease 0.3s;
}
.home #footer {
  margin-top: 0;
}

.hero {
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .hero {
    padding-top: 5rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
  }
}
@media (min-width: 1200px) {
  .hero {
    min-height: calc(100vh - 10rem);
    grid-template-rows: 2;
  }
}
.hero--content {
  order: 2;
}
@media (min-width: 768px) {
  .hero--content {
    grid-column-start: 2;
    grid-column-end: 5;
    order: 1;
  }
}
@media (min-width: 992px) {
  .hero--content {
    grid-column-start: 2;
    grid-column-end: 3;
  }
}
@media (min-width: 1200px) {
  .hero--content {
    grid-column-start: 3;
    grid-column-end: 7;
  }
}
.hero--image {
  order: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero--image {
    grid-column-start: 7;
    grid-column-end: 13;
    order: 2;
  }
}
@media (min-width: 992px) {
  .hero--image {
    grid-column-start: 3;
    grid-column-end: 12;
  }
}
@media (min-width: 1200px) {
  .hero--image {
    grid-column-start: 7;
    grid-column-end: 12;
  }
}
.hero--content {
  margin-top: -2rem;
  padding: 0 3rem 3rem 3rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .hero--content {
    margin-top: 0;
    padding: 0 3rem 3rem 0;
    align-self: center;
  }
}
.hero--content h1 {
  margin-top: 3rem;
  margin-bottom: 3rem;
  font-size: 4.8rem;
  line-height: 1.1;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  .hero--content h1 {
    margin-top: 5rem;
    font-size: 5.4rem;
  }
}
@media (min-width: 1920px) {
  .hero--content h1 {
    margin-top: 5rem;
    font-size: 7rem;
  }
}
.hero--content p {
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .hero--content p {
    font-size: 1.6rem;
    padding-right: 3rem;
  }
}
@media (min-width: 1920px) {
  .hero--content p {
    font-size: 2rem;
    padding-right: 7rem;
  }
}
.hero--content .line {
  justify-content: flex-start;
}
.hero--image {
  text-align: right;
}
.hero--image img {
  display: block;
}
@media (min-width: 768px) {
  .hero--image img {
    margin-left: auto;
    width: 100%;
  }
}
.hero--image-1 {
  display: none;
}
@media (min-width: 992px) {
  .hero--image-1 {
    display: block;
    position: absolute;
    left: 0;
    top: 10rem;
  }
}
.hero--image-2 {
  display: none;
}
@media (min-width: 1200px) {
  .hero--image-2 {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row: 2;
    display: block;
  }
}
@media (min-width: 992px) {
  .hero--image-2 {
    /*
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY(50%);
    */
  }
}

.introduction {
  position: relative;
}
@media (min-width: 768px) {
  .introduction {
    margin-top: -5rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
  }
}
.introduction::after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  aspect-ratio: 1/1;
  width: 80%;
  background-color: #F7F2F0;
}
@media (min-width: 768px) {
  .introduction::after {
    width: 20%;
  }
}
.introduction--content {
  padding-left: 3rem;
  padding-right: 3rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .introduction--content {
    grid-column-start: 2;
    grid-column-end: 8;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1200px) {
  .introduction--content {
    grid-column-start: 4;
    grid-column-end: 9;
  }
}
.introduction--image {
  width: 70%;
  margin-top: -10rem;
  margin-left: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .introduction--image {
    grid-column-start: 9;
    grid-column-end: 13;
    align-self: end;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .introduction--image {
    grid-column-start: 9;
    grid-column-end: 12;
  }
}
.introduction--image {
  position: relative;
  text-align: left;
  padding: 0 5rem;
}
@media (min-width: 768px) {
  .introduction--image {
    margin-bottom: -3rem;
    text-align: center;
  }
}
.introduction--image::after {
  content: "";
  position: absolute;
  z-index: 3;
  width: 3.7rem;
  height: 12.1rem;
  background-image: url("images/j-black.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 3rem;
  bottom: 20%;
}
@media (min-width: 768px) {
  .introduction--image::after {
    left: 1rem;
    width: 7.7rem;
  }
}
.introduction--image img {
  display: block;
}
@media (min-width: 992px) {
  .introduction .lead {
    padding-right: 10%;
  }
}
.introduction .lead p {
  margin-bottom: 2rem;
}

.services {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  background: linear-gradient(245deg, #f7f2f0 0%, #f5f4ef 100%);
}
@media (min-width: 768px) {
  .services {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
  }
}
@media (min-width: 768px) {
  .services--image {
    grid-column-start: 2;
    grid-column-end: 7;
  }
}
@media (min-width: 1200px) {
  .services--image {
    grid-column-start: 2;
    grid-column-end: 7;
  }
}
.services--content {
  padding: 4rem 3rem 0 3rem;
}
@media (min-width: 768px) {
  .services--content {
    grid-column-start: 8;
    grid-column-end: 11;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .services--content {
    grid-column-start: 8;
    grid-column-end: 11;
    align-self: center;
  }
}
@media (min-width: 768px) {
  .services--content--elements {
    padding: 3rem 0 0 0;
  }
}
.services--content--elements--element {
  padding: 3rem 1rem 2rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  transition: all ease 0.3s;
}
.services--content--elements--element:first-child {
  border-bottom: solid 0.1rem rgba(211, 200, 197, 0.6);
}
.services--content--elements--element:hover {
  background-color: rgba(217, 211, 210, 0.3);
}
.services--content--elements--element img {
  width: 5rem;
  height: auto;
  display: block;
  margin-right: 3rem;
  transition: all ease 0.3s;
}
.services .btn {
  margin: 2rem 0 0 0;
  padding: 1rem 5rem 1rem 1rem;
  background-image: url("images/icon-ar-w.svg");
  background-size: 3rem;
  background-position: right 1rem center;
  border-radius: var(--br-small);
  background-color: var(--cl-black);
  color: var(--cl-white);
}
.services .btn:hover {
  padding-right: 5rem;
}
.services h3 {
  margin-bottom: 0.73rem;
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .services h3 {
    font-size: 3.2rem;
  }
}
.services p {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 1920px) {
  .services p {
    font-size: 1.8rem;
  }
}

.block-description {
  padding: 10rem 3rem;
  background-color: #f5f4ef;
}
@media (min-width: 768px) {
  .block-description {
    padding: 10rem 0;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
  }
}
.block-description--content {
  text-align: center;
}
@media (min-width: 768px) {
  .block-description--content {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
.block-description--content h2 {
  text-align: center;
}

.references--content {
  margin: 10rem 0;
}
@media (min-width: 768px) {
  .references--content {
    /*
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: center;
    */
  }
}
@media (min-width: 768px) {
  .references h2 {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
@media (min-width: 1200px) {
  .references h2 {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
.references .badge-g {
  grid-column-start: 1;
  grid-column-end: 13;
  padding: 0rem 0 0rem 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.references h2 {
  text-align: center;
}
.references h2 span {
  display: block;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}
.references--list {
  margin-top: 10rem;
  border-top: solid 0.1rem #000000;
  position: relative;
}
.references--list::after {
  content: "";
  display: block;
  position: absolute;
  top: -5.5rem;
  left: 50%;
  z-index: -1;
  pointer-events: none;
  width: 15rem;
  height: 30rem;
  background-image: url("images/j-light.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .references--list::after {
    width: 20rem;
    top: -7rem;
    left: 10%;
    transform: translateX(0);
  }
}
.references--list--spacer {
  height: 36rem;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: solid 0.1rem #000000;
}
.references--list--element {
  padding: 5rem 1.5rem;
  border-bottom: solid 0.1rem #000000;
}
@media (min-width: 768px) {
  .references--list--element {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
  }
}
.references--list--element--location {
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .references--list--element--location {
    grid-column-start: 3;
    grid-column-end: 6;
  }
}
.references--list--element--location strong {
  display: block;
  padding-bottom: 3rem;
}
.references--list--element--quote {
  font-size: 1.6rem;
}
@media (min-width: 1920px) {
  .references--list--element--quote {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  .references--list--element--quote {
    grid-column-start: 6;
    grid-column-end: 11;
  }
}
.references--list--element p {
  line-height: 1.4;
}
.references .lead {
  padding: 5rem 0;
  margin-right: 0;
  text-align: center;
}
.references .lead a {
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
}

.logoss {
  padding-top: 3rem;
  padding-bottom: 5rem;
}
@media (min-width: 992px) {
  .logoss {
    padding-bottom: 7rem;
  }
}
.logoss h2 {
  text-align: center;
}
.logoss p {
  padding: 3rem 0 0 0;
  text-align: center;
}
.logoss .read-more {
  margin: 0 auto;
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 1.4rem;
  font-weight: 500;
}
.logoss--wrapper {
  margin: 3rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 1.5rem;
}
@media (min-width: 992px) {
  .logoss--wrapper {
    max-width: 70%;
    margin: 3rem auto;
  }
}
.logoss--wrapper span {
  max-width: 12rem;
}
@media (min-width: 992px) {
  .logoss--wrapper span {
    max-width: 18rem;
  }
}
.logoss--wrapper span img {
  display: block;
  filter: grayscale(1);
}

.references--image-list {
  margin: 3rem 1.5rem;
}
@media (min-width: 992px) {
  .references--image-list {
    margin: 3rem auto;
    max-width: 70%;
  }
}
.references--image-list--element {
  margin: 3rem 0;
}
@media (min-width: 992px) {
  .references--image-list--element {
    display: flex;
    flex-direction: row;
    align-items: end;
  }
}
.references--image-list--element .content {
  padding: 1.5rem 1.5rem;
  background: var(--cl-white);
  margin-top: -5rem;
  margin-right: 3rem;
  position: relative;
}
@media (min-width: 992px) {
  .references--image-list--element .content {
    padding: 1.5rem 3rem;
    margin-top: auto;
    margin-left: -5rem;
  }
}
.references--image-list--element .opinion {
  padding: 1.5rem 0;
  font-size: 1.6rem;
  line-height: 140%;
}
.references--image-list--element .info {
  font-weight: 500;
}
@media (min-width: 992px) {
  .references--image-list--element .info {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-wrap: nowrap;
  }
}
.references--image-list--element .info a {
  display: block;
  margin-top: 1.5rem;
}
@media (min-width: 992px) {
  .references--image-list--element .info a {
    display: inline-flex;
    margin-top: unset;
    margin-left: auto;
  }
}
.references--image-list--element .info strong {
  display: flex;
  width: 100%;
}
.references--image-list--element .image {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 992px) {
  .references--image-list--element .image {
    min-width: 40rem;
    width: 40rem;
  }
}

.btn-details {
  display: inline-flex;
  transition: all ease 0.3s;
}
.btn-details svg {
  transition: all ease 0.3s;
  width: 2rem;
  height: auto;
  margin-left: 1rem;
}
.btn-details svg .svg-elem-1 {
  stroke-dashoffset: 0px;
}
.btn-details:hover svg {
  transform: translateX(1rem);
}

.btn-black-all {
  display: inline-flex;
  transition: all ease 0.3s;
  color: var(--cl-white);
  background: var(--cl-black);
  padding: 1.5rem 3rem;
  border-radius: var(--br-small);
}
.btn-black-all svg {
  transition: all ease 0.3s;
  width: 3rem;
  height: auto;
  margin-left: 1rem;
}
.btn-black-all svg .svg-elem-1 {
  stroke-dashoffset: 0px;
}
.btn-black-all:hover svg {
  transform: translateX(1rem);
}

.post-type-archive-realizacje, .post-type-archive-media-o-nas, .category, .post-type-archive-opinie {
  background-color: #F5F4EF;
}

@media (min-width: 768px) {
  .list {
    padding-top: 14rem;
  }
}

.reveal-text {
  visibility: visible;
}

.line {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
}

.list h1 {
  margin: 0 3rem;
  max-width: 60rem;
  font-size: 3rem;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .list h1 {
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  .list h1 {
    font-size: 4rem;
  }
}
.list .badge-g {
  padding: 4rem 0 1rem 0;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.list h2 {
  font-size: 3.2rem;
}
@media (min-width: 1200px) {
  .list h2 {
    font-size: 3.6rem;
  }
}
.list p {
  margin: 0.5rem 0 2rem 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .list p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .list p {
    font-size: 1.8rem;
  }
}
.list p.breadcrumbs {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.list p.breadcrumbs a {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
}
.list a {
  color: inherit;
}
.list .btn {
  padding: 0.5rem 5rem 0.5rem 0;
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: all ease 0.3s;
}
.list .btn svg {
  margin-left: 1rem;
}
.list .btn svg .svg-elem-1 {
  stroke-dashoffset: 0px;
}
@media (min-width: 768px) {
  .list--simple {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.list--simple--element {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff;
  text-align: center;
}
@media (min-width: 768px) {
  .list--simple--element {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
.list--simple--element:hover svg .svg-elem-1 {
  stroke-dashoffset: 129.2548370361px;
}
.list--simple .image {
  width: 100%;
}
.list--simple .image a {
  display: block;
}
.list--simple .image img {
  display: block;
}
.list--simple .content {
  width: 100%;
  padding: 3rem 3rem 2rem 3rem;
}
.list--simple .lead {
  margin: 2rem 0;
}
.list--simple .text-center {
  text-align: center;
}
.list--simple .btn {
  font-size: 1.4rem;
  padding-right: 0;
  margin: 0 auto;
  display: inline-flex;
}
@media (min-width: 768px) {
  .list--realizations {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.list--realizations--element {
  margin: 3rem 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .list--realizations--element {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
.list--realizations--element:hover svg .svg-elem-1 {
  stroke-dashoffset: 129.2548370361px;
}
.list--realizations--element .content {
  padding: 2.5rem 1.5rem 3rem 1.5rem;
  align-self: flex-end;
}
@media (min-width: 992px) {
  .list--realizations--element .content {
    padding: 5rem;
    width: 35%;
    order: 1;
  }
}
.list--realizations--element .image {
  overflow: hidden;
}
@media (min-width: 992px) {
  .list--realizations--element .image {
    width: 65%;
    order: 2;
  }
}
.list--realizations--element .image img {
  transition: all ease 0.3s;
  display: block;
}
.list .next-page {
  text-align: center;
  margin: 4rem auto;
}
.list .next-page a {
  padding: 2rem 4rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
}

/*
.lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--cl-black);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    pointer-events: none;  opacity: 0;z-index: -1; visibility: hidden;  
    overflow: scroll;

    &.active {
        pointer-events: all; opacity: 1; z-index: 1000; visibility: visible;
    }
    @include lg {
        overflow: hidden;
    }
    &__wrapper {
        height: calc(100% - 6.2rem);
        width: 100%;
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        @include transitionDefault(0.3s);
        @include lg {
            margin-top: 6.2rem;
            overflow: hidden;
        }
        &.zoom {
            width: unset;
            overflow: scroll;
        }
    }
    img {
        width: auto;
        height: auto;
        max-height: 100vh;
        @include transitionDefault(0.3s);
        object-position: center;
        display: flex;
        &.zoom {
            max-height: unset;
        }
    }
    &__nav {
        position: fixed;
        height: 6.2rem;
        top: 0;
        left: 0;
        right: 0;
        z-index: 5;
        padding: 1rem;
        display: flex;
        align-items: flex-end;
        justify-content: end;
        background-color: var(--cl-white);
        gap: 1rem;
    }
    &__zoom {
        width: 4.2rem;
        height: 4.2rem;
        display: flex;
        background-image: url('images/i-zoom.svg');
        background-repeat: no-repeat;
        background-size: 2.6rem;
        background-position: center;
        text-indent: -999px;
        overflow: hidden;
        cursor: pointer;
        order: 1;
        gap: 1.5rem;
        &.out {
            background-image: url('images/i-zoom-out.svg');
        }
        @include lg {
            display: none;pointer-events: none; visibility: hidden;
        }
    }
    &__close {
        width: 4.2rem;
        height: 4.2rem;
        display: flex;
        cursor: pointer;
        background-color: var(--cl-white);
        border-radius: 0.3rem;
        order: 2;
        background-image: url('images/i-close.svg');
        background-repeat: no-repeat;
        background-size: 4rem;
        background-position: center;
        text-indent: -999px;
        overflow: hidden;
    }
}
*/
@media (min-width: 992px) {
  .references23--list {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
.references23--list--element {
  margin: 3rem 0;
  background-color: #ffffff;
  position: relative;
}
@media (min-width: 992px) {
  .references23--list--element {
    grid-column-start: 2;
    grid-column-end: 12;
    display: flex;
    align-items: center;
  }
}
.references23--list--element:hover svg .svg-elem-1 {
  stroke-dashoffset: 129.2548370361px;
}
.references23--list--element .svg-element {
  width: 4rem;
  height: auto;
  position: absolute;
  left: 3rem;
  top: 3rem;
  z-index: 1;
}
.references23--list--element--content {
  position: relative;
  z-index: 2;
  padding: 3rem;
}
@media (min-width: 992px) {
  .references23--list--element--content {
    padding: 5rem 5rem 5rem 10rem;
  }
}
.references23--list--element--content h2 {
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 3rem;
}
.references23--list--element--content p {
  margin: 1rem 0;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 140%;
  font-family: "Playfair Display", "Times", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}
.references23--list--element--content a {
  margin-top: 3rem;
  position: relative;
}
.references23--list--element--image {
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
@media (min-width: 992px) {
  .references23--list--element--image {
    min-width: 40%;
    max-width: 40%;
    height: 100%;
  }
}
.references23--list--element--image img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 768px) {
  .pages {
    padding-top: 14rem;
  }
}

@media (min-width: 768px) {
  .pages--content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .pages--content p, .pages--content h2, .pages--content h3, .pages--content h4, .pages--content h5, .pages--content figure, .pages--content ul, .pages--content ol, .pages--content .wp-block-buttons, .pages--content .the__faq, .pages--content .badge {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
@media (min-width: 1200px) {
  .pages--content p, .pages--content h2, .pages--content h3, .pages--content h4, .pages--content h5, .pages--content figure, .pages--content ul, .pages--content ol, .pages--content .wp-block-buttons, .pages--content .the__faq, .pages--content .badge {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
.pages--content .badge {
  margin-top: 0;
  margin-bottom: 0;
}
.pages--content p > img {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.pages--content img {
  cursor: zoom-in;
}
.pages--content a {
  overflow-wrap: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  text-decoration: underline;
  word-wrap: break-word;
}
.pages--content figure figcaption {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
}
.pages--content .the__video, .pages--content .the__video-yt {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .pages--content .the__video, .pages--content .the__video-yt {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}
.pages--content .wp-block-image {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .pages--content .wp-block-image.size-large {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}
.pages--content .wp-block-columns {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .pages--content .wp-block-columns {
    grid-column-start: 2;
    grid-column-end: 12;
  }
}
.pages--content--header {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .pages--content--header {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}
.pages--content--header-sevices {
  margin-bottom: 3rem;
  padding: 3rem;
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .pages--content--header-sevices {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}
.pages--content--header-sevices .lead {
  margin: 0 auto;
  max-width: 60rem;
}
.pages--content--header-sevices .lead p {
  font-weight: 400;
}
.pages--content--header-sevices h1 {
  text-transform: uppercase;
}
.pages--content--header-sevices h1, .pages--content--header-sevices p {
  position: relative;
  z-index: 2;
}
.pages--content--header-sevices::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0.24;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pages--content--header-sevices::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: #F5F4EF;
}
.pages--content--realization {
  position: relative;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .pages--content--realization {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}
@media (min-width: 768px) {
  .pages--content--realization {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .pages--content--realization--details {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
@media (min-width: 992px) {
  .pages--content--realization--details {
    grid-column-start: 3;
    grid-column-end: 11;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .pages--content--realization img, .pages--content--realization--hero {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}
@media (min-width: 992px) {
  .pages--content--realization img, .pages--content--realization--hero {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}
@media (min-width: 768px) {
  .pages--content--realization--quote {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
@media (min-width: 992px) {
  .pages--content--realization--quote {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
@media (min-width: 768px) {
  .pages--content--realization--location {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
@media (min-width: 992px) {
  .pages--content--realization--location {
    grid-column-start: 3;
    grid-column-end: 11;
  }
}
@media (min-width: 768px) {
  .pages--content--summary {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
@media (min-width: 1200px) {
  .pages--content--summary {
    grid-column-start: 5;
    grid-column-end: 9;
  }
}
@media (min-width: 768px) {
  .pages--content--footer {
    grid-column-start: 1;
    grid-column-end: 13;
  }
}
@media (min-width: 768px) {
  .pages--content--form {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
@media (min-width: 1200px) {
  .pages--content--form {
    grid-column-start: 5;
    grid-column-end: 9;
  }
}
@media (min-width: 768px) {
  .pages--content .wpcf7 {
    grid-column-start: 4;
    grid-column-end: 10;
  }
}
@media (min-width: 1200px) {
  .pages--content .wpcf7 {
    grid-column-start: 5;
    grid-column-end: 9;
  }
}

.pages--content .wp-block-button {
  margin: 2rem auto;
  text-align: center;
}
.pages--content .wp-block-button__link {
  background: var(--cl-black) !important;
  text-decoration: none;
}
.pages--content p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .pages--content p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .pages--content p {
    font-size: 2rem;
  }
}
.pages--content p.breadcrumbs {
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
}
.pages--content p.breadcrumbs a {
  text-decoration: none;
  font-weight: 400;
  color: inherit;
}
.pages--content ul, .pages--content ol {
  margin-top: 3rem;
  margin-left: 2rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .pages--content ul, .pages--content ol {
    font-size: 1.6rem;
  }
}
@media (min-width: 1200px) {
  .pages--content ul, .pages--content ol {
    font-size: 2rem;
  }
}
.pages--content ul li, .pages--content ol li {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}
.pages--content ol {
  list-style: decimal;
}
.pages--content ul {
  list-style: disc;
}
.pages--content h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
  line-height: 1.3;
  text-align: center;
}
.pages--content h2, .pages--content h3, .pages--content h4, .pages--content h5 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.pages--content h1 {
  font-size: 4.2rem;
}
@media (min-width: 1200px) {
  .pages--content h1 {
    font-size: 4.8rem;
  }
}
.pages--content h2 {
  font-size: 3.2rem;
}
@media (min-width: 1200px) {
  .pages--content h2 {
    font-size: 3.6rem;
  }
}
.pages--content h3 {
  font-size: 3rem;
}
@media (min-width: 1200px) {
  .pages--content h3 {
    font-size: 3.4rem;
  }
}
.pages--content h4 {
  font-size: 2.4rem;
}
@media (min-width: 1200px) {
  .pages--content h4 {
    font-size: 2.8rem;
  }
}
.pages--content h5 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .pages--content h5 {
    font-size: 2.4rem;
  }
}
.pages--content--realization--details {
  line-height: 1.3;
  text-align: left;
  overflow-x: scroll;
  padding: 0 2rem;
}
.pages--content--realization--details strong {
  font-size: 1.1rem;
  text-transform: none;
}
@media (min-width: 992px) {
  .pages--content--realization--details strong {
    font-size: 1.4rem;
  }
}
.pages--content--realization--details strong::before {
  content: ": ";
  font-weight: 300;
}
@media (min-width: 992px) {
  .pages--content--realization--details {
    padding: unset;
    overflow: unset;
  }
}
@media (min-width: 992px) {
  .pages--content--realization--details strong {
    display: block;
  }
  .pages--content--realization--details strong::before {
    display: none;
  }
}
.pages--content--realization--details ul {
  width: 100%;
  margin: 1rem;
  padding: 0 !important;
  font-size: 1.4rem !important;
  list-style: none !important;
  top: 7rem;
  display: flex;
  justify-content: center;
}
@media (min-width: 992px) {
  .pages--content--realization--details ul {
    margin: 2rem auto 0 auto !important;
  }
}
.pages--content--realization--details li {
  font-size: 1rem;
  text-transform: uppercase;
  margin: 1rem 0 !important;
  padding: 1rem !important;
  border-top: solid 0.1rem #000;
  border-left: solid 0.1rem #000;
  border-bottom: solid 0.1rem #000;
  box-sizing: border-box;
}
.pages--content--realization--details li:last-child {
  border-right: solid 0.1rem #000;
}
.pages--content--realization--location {
  position: relative;
  margin: 3rem 0 0 0;
  padding-right: 5rem;
  padding: 3rem 3rem 3rem 12rem;
  background-color: #F7F2F0;
}
.pages--content--realization--location p {
  margin: 1rem 0;
  padding: 0;
  font-size: 1.6rem;
  line-height: 1.5;
}
.pages--content--realization--location p strong, .pages--content--realization--location p b {
  font-weight: 700;
}
.pages--content--realization--location svg {
  position: absolute;
  z-index: 1;
  top: 3rem;
  left: 3rem;
  max-width: 5.5rem;
  height: auto;
}
.pages--content--realization--quote {
  position: relative;
  margin: 3rem 0 0 0;
  padding: 3rem 3rem 3rem 12rem;
  background-color: #F7F2F0;
}
.pages--content--realization--quote.clear {
  background-color: #fff;
  padding: 0;
}
.pages--content--realization--quote.clear .badge {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.pages--content--realization--quote.clear .badge__inner {
  margin-left: auto;
  margin-right: auto;
}
.pages--content--realization--quote p {
  margin: 1rem 0;
  padding: 0;
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 1.5;
  font-family: "Playfair Display", "Times", sans-serif;
  font-weight: 400;
  font-stretch: normal;
}
.pages--content--realization--quote h4 {
  margin: 0;
  padding: 0;
  font-size: 2rem;
  font-weight: 700 !important;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
}
.pages--content--realization--quote svg.j-icon {
  position: absolute;
  z-index: 1;
  top: 3rem;
  left: 3rem;
  max-width: 5.5rem;
  height: auto;
}
.pages--content--realization--quote .badge-g {
  margin-left: auto;
  margin-bottom: -0.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.pages--content--realization--quote .badge-g svg {
  display: block;
}
.pages--content--summary {
  margin: 5rem 0;
  padding: 2rem 5rem 5rem 5rem;
  background-color: rgba(245, 244, 239, 0.5);
  background-image: url("images/icon-summary.svg");
  background-repeat: no-repeat;
  background-position: top 6rem right 5rem;
}
.pages--content--summary ol {
  margin-top: 3rem;
}
.pages--content--summary li {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 400;
  padding: 1.5rem 0;
  border-bottom: solid 0.1rem #D3C8C5;
}
.pages--content--form, .pages--content .form-in-content {
  margin: 5rem 0;
  padding: 5rem;
  border: solid 0.2rem #000000;
  background-image: url("images/j-black.svg");
  background-repeat: no-repeat;
  background-position: top 6.5rem right 5rem;
  background-size: 2rem;
  box-shadow: -4rem 3rem 6rem rgba(0, 0, 0, 0.1);
}
.pages--content--form h2, .pages--content .form-in-content h2 {
  margin-top: 0;
  text-transform: uppercase;
  max-width: 70%;
}

.page-template-page-contact .footer {
  margin-top: 0;
}
@media (min-width: 768px) {
  .page-template-page-contact .footer {
    margin-top: 10rem;
  }
}

.contact {
  display: grid;
}
@media (min-width: 768px) {
  .contact {
    grid-template-columns: repeat(12, 1fr);
  }
}
.contact .image {
  order: 2;
}
@media (min-width: 768px) {
  .contact .image {
    grid-column-start: 2;
    grid-column-end: 6;
    order: 1;
  }
}
.contact .image img {
  display: block;
}
.contact .content {
  order: 1;
  padding: 7rem 3rem 3rem;
}
@media (min-width: 768px) {
  .contact .content {
    padding: 3rem;
    grid-column-start: 7;
    grid-column-end: 12;
    padding: 0;
    order: 2;
  }
}
.contact--form {
  margin: 5rem 0;
}
.contact--form--button {
  text-align: right;
}
.contact--form .row .wpcf7-acceptance {
  font-size: 1.2rem;
}
.contact--form .row .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
}
.contact--form .row .wpcf7-acceptance label input {
  margin-right: 1rem;
}
.contact--form .row p {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .contact--form .row p {
    grid-template-columns: repeat(2, 1fr);
  }
}
.contact h1 {
  margin-top: 0;
  margin-bottom: 3rem;
  line-height: 1.3;
  text-align: left;
}
.contact h2, .contact h3, .contact h4, .contact h5 {
  margin-top: 3rem;
  margin-bottom: 1.5rem;
  line-height: 1.3;
}
.contact h1 {
  font-size: 4.2rem;
}
@media (min-width: 1200px) {
  .contact h1 {
    font-size: 4.8rem;
  }
}
.contact h2 {
  font-size: 3.2rem;
}
@media (min-width: 1200px) {
  .contact h2 {
    font-size: 3.6rem;
  }
}
.contact h3 {
  font-size: 3rem;
}
@media (min-width: 1200px) {
  .contact h3 {
    font-size: 3.4rem;
  }
}
.contact h4 {
  font-size: 2.4rem;
}
@media (min-width: 1200px) {
  .contact h4 {
    font-size: 2.8rem;
  }
}
.contact h5 {
  font-size: 2rem;
}
@media (min-width: 1200px) {
  .contact h5 {
    font-size: 2.4rem;
  }
}
.contact p {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .contact p {
    font-size: 1.6rem;
  }
}
@media (min-width: 1920px) {
  .contact p {
    font-size: 2rem;
  }
}

.page-template-page-contact .footer, .page-template-page-thanks .footer {
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .page-template-page-contact .footer--copy, .page-template-page-contact .footer--nav, .page-template-page-thanks .footer--copy, .page-template-page-thanks .footer--nav {
    background-color: #3B3736;
  }
}
.page-template-page-contact .footer--copy, .page-template-page-thanks .footer--copy {
  padding-bottom: 5rem;
}

.aside-slider ~ #footer {
  margin-top: 0;
}
.aside-slider--header {
  margin-top: 10rem;
  text-align: center;
}
.aside-slider--header h4 {
  padding: 1.5rem;
  font-size: 4.2rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .aside-slider--header h4 {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .aside-slider--header h4 {
    font-size: 4.8rem;
  }
}
.aside-slider .slider {
  padding-top: 0;
  padding-bottom: 0;
}
@media (min-width: 768px) {
  .aside-slider .slider {
    padding-bottom: 0;
  }
}

.pages--footer--services {
  background-color: #F7F2F0;
  padding: 5rem 3rem;
}
@media (min-width: 768px) {
  .pages--footer--services {
    padding: 5rem 8.3333333333%;
  }
}
.pages--footer--services--elements {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.pages--footer--services--elements--element {
  padding: 3rem;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: flex-start;
  transition: all ease 0.3s;
}
@media (min-width: 768px) {
  .pages--footer--services--elements--element {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .pages--footer--services--elements--element {
    width: 40%;
  }
}
.pages--footer--services--elements--element:first-child {
  border-bottom: solid 0.1rem rgba(211, 200, 197, 0.6);
}
@media (min-width: 768px) {
  .pages--footer--services--elements--element:first-child {
    border-bottom: 0 none;
    border-right: solid 0.1rem rgba(211, 200, 197, 0.6);
  }
}
.pages--footer--services--elements--element:hover {
  background-color: rgba(217, 211, 210, 0.3);
}
.pages--footer--services--elements--element img {
  width: 5rem;
  height: auto;
  display: block;
  margin-right: 3rem;
  transition: all ease 0.3s;
}
.pages--footer--services--elements--element .btn {
  padding: 1rem 5rem 1rem 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  transition: all ease 0.3s;
  background: none;
}
.pages--footer--services--elements--element:hover svg .svg-elem-1 {
  stroke-dashoffset: 129.2548370361px;
}
.pages--footer--services--elements--element svg {
  margin-left: 1rem;
}
.pages--footer--services--elements--element svg .svg-elem-1 {
  stroke-dashoffset: 0px;
}
.pages--footer--services--elements--element h3 {
  margin-bottom: 0.73rem;
  font-size: 3rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .pages--footer--services--elements--element h3 {
    font-size: 3.2rem;
  }
}
.pages--footer--services--elements--element p {
  font-size: 1.6rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  .pages--footer--services--elements--element p {
    font-size: 1.8rem;
  }
}

.the__faq {
  margin: 3rem 0;
  border: solid 0.2rem #000;
  background-color: #fff;
}
.the__faq h2 {
  margin: 1.5rem 0 0 0;
  padding: 0 1.5rem;
  text-align: center;
}
.the__faq__questions {
  padding: 1rem;
}
.the__faq__question {
  padding: 1.5rem 4rem 1rem 1rem;
  font-weight: 700;
  font-size: 1.6rem;
  border-top: solid 0.1rem #000;
  cursor: pointer;
  position: relative;
}
.the__faq__question:first-child {
  border-top: 0;
}
.the__faq__question::after {
  content: "";
  width: 2rem;
  height: 2rem;
  background-image: url("images/i-ar.svg");
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: center;
  position: absolute;
  right: 1rem;
  top: calc(50% - 1rem);
}
.the__faq__question.active {
  background: #fafafa;
}
.the__faq__question.active::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .the__faq__question {
    font-size: 2rem;
  }
}
.the__faq__answer {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 1.4;
  height: 0;
  opacity: 0;
  visibility: hidden;
  padding: 0 1rem 0 1rem;
  transition: all ease 0.3s;
}
@media (min-width: 992px) {
  .the__faq__answer {
    font-size: 1.8rem;
  }
}
.the__faq__answer.active {
  background: #fafafa;
  padding: 0 1rem 2rem 1rem;
  height: auto;
  opacity: 1;
  visibility: visible;
}

.the__video video {
  margin: 0;
  padding: 0;
  display: block;
  width: 100%;
  height: auto;
}

.the__video-yt {
  width: 100%;
  margin: 4rem 0;
}

.the__video-yt__container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
  height: 0;
  overflow: hidden;
  background: #000;
}

.the__video-yt__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp .hero--content {
  margin-top: 3rem;
}
.lp .hero--content h1 {
  margin: 0;
  font-size: 1.5rem;
  line-height: 100%;
  text-transform: none;
}
.lp .hero--content .lp--title-hero {
  margin: 1rem 0 3rem 0;
  font-size: 3.2rem;
  line-height: 120%;
  text-transform: none;
  font-family: "Moneta", "Times", sans-serif;
  font-weight: 600;
  font-stretch: normal;
}
@media (min-width: 768px) {
  .lp .hero--content .lp--title-hero {
    font-size: 3.5rem;
    line-height: 100%;
  }
}
.lp .hero--content .lp--button {
  margin: 5rem 0;
  text-align: left;
}
.lp--services {
  margin-top: -7rem;
  padding: 15rem 1.5rem 10rem 1.5rem;
  background-color: #F5F4EF;
  position: relative;
}
.lp--services::before {
  display: none;
  content: "";
  width: 50rem;
  height: 50rem;
  background-color: #f7f2f0;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-50%);
}
@media (min-width: 992px) {
  .lp--services::before {
    display: block;
  }
}
.lp--services::after {
  display: none;
  content: "";
  width: 20rem;
  height: 20rem;
  background-color: #f7f2f0;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (min-width: 992px) {
  .lp--services::after {
    display: block;
  }
}
.lp--services h2 {
  text-align: center;
  position: relative;
}
.lp--services h2::after {
  margin: 3.5rem auto;
  content: "";
  display: block;
  width: 5rem;
  border-bottom: solid 0.1rem #000000;
}
.lp--services .lp--lead {
  text-align: center;
}
.lp--services--content {
  margin: 0 auto;
  max-width: 96rem;
}
.lp--services--content--elements {
  margin-top: 7rem;
  margin-bottom: 5rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .lp--services--content--elements {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }
}
.lp--services--content--elements--element {
  padding: 2rem;
  text-align: center;
}
.lp--services--content--elements--element img {
  margin: 2rem auto;
  max-height: 6.4rem;
  width: auto;
}
.lp--services--content--elements--element p {
  font-family: "Moneta", "Times", sans-serif;
  font-weight: 600;
  font-stretch: normal;
  font-weight: 700;
}
.lp--why {
  padding: 6rem 1.5rem;
}
.lp--why .lp--title {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .lp--why .lp--title {
    margin: 0 auto;
    max-width: 60%;
  }
}
.lp--why .lp--title::after {
  margin: 3.5rem auto;
  content: "";
  display: block;
  width: 5rem;
  border-bottom: solid 0.1rem #000000;
}
.lp--why .lp--lead {
  text-align: center;
  position: relative;
}
@media (min-width: 768px) {
  .lp--why .lp--lead {
    margin: 0 auto;
    max-width: 60%;
  }
}
.lp--why--content--elements {
  margin: 3rem auto;
}
@media (min-width: 992px) {
  .lp--why--content--elements {
    max-width: 80%;
  }
}
@media (min-width: 1200px) {
  .lp--why--content--elements {
    max-width: 60%;
  }
}
.lp--why--content--elements--element {
  padding: 2rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .lp--why--content--elements--element {
    padding: 3rem 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.lp--why--content--elements--element img {
  position: relative;
}
@media (min-width: 992px) {
  .lp--why--content--elements--element:first-child::after {
    content: "";
    width: 30rem;
    height: 30rem;
    background-color: rgba(245, 244, 239, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%) translateY(50%);
  }
}
@media (min-width: 992px) {
  .lp--why--content--elements--element:last-child::after {
    content: "";
    width: 30rem;
    height: 30rem;
    background-color: rgba(245, 244, 239, 0.5);
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(50%) translateY(50%);
  }
}
@media (min-width: 992px) {
  .lp--why--content--elements--element.even img {
    padding: 0 3rem 0 0;
  }
}
.lp--why--content--elements--element.odd img {
  order: 2;
}
@media (min-width: 992px) {
  .lp--why--content--elements--element.odd img {
    padding: 0 0 0 3rem;
  }
}
.lp--why--content--elements--element.odd .desc {
  order: 1;
}
.lp--why--content--elements--element .desc {
  padding: 3rem;
}
.lp--why--content--elements--element .desc h2, .lp--why--content--elements--element .desc h3, .lp--why--content--elements--element .desc h4, .lp--why--content--elements--element .desc h5 {
  margin: 0 0 2rem 0;
  font-size: 3rem;
  line-height: 110%;
}
@media (min-width: 992px) {
  .lp--why--content--elements--element .desc h2, .lp--why--content--elements--element .desc h3, .lp--why--content--elements--element .desc h4, .lp--why--content--elements--element .desc h5 {
    font-size: 4.2rem;
  }
}
.lp--why--content--elements--element .desc p {
  margin: 2rem 0;
  font-size: 1.75rem;
  line-height: 140%;
}
@media (min-width: 992px) {
  .lp--why--content--elements--element .desc p {
    font-size: 1.6rem;
  }
}
.lp--cennik {
  padding: 10rem 1.5rem;
}
@media (min-width: 992px) {
  .lp--cennik h2 {
    margin: 0 auto;
    max-width: 50%;
    text-align: center;
  }
}
.lp--cennik h2::after {
  margin: 3.5rem auto;
  content: "";
  display: block;
  width: 5rem;
  border-bottom: solid 0.1rem #000000;
}
@media (min-width: 992px) {
  .lp--cennik--content--elements {
    margin: 0 auto;
    max-width: 96rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-items: center;
    align-items: center;
  }
}
.lp--cennik--content--elements .desc {
  padding: 3rem 3rem 6rem 3rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 150%;
}
.lp--cennik--content--elements .cennik {
  background-color: #F7F2F0;
  padding: 3rem;
}
.lp--cennik--content--elements .cennik h4 {
  margin: 0 0 3rem 0;
  font-size: 4rem;
  text-transform: uppercase;
  background-image: url("images/icon-summary.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
.lp--cennik--content--elements .cennik table {
  padding: 0;
  margin: 0;
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
}
.lp--cennik--content--elements .cennik table th, .lp--cennik--content--elements .cennik table td {
  margin: 0;
  padding: 1rem 0.5rem;
  border-bottom: solid 0.1rem rgba(59, 55, 54, 0.2);
}
.lp--cennik--content--elements .cennik table th {
  width: 40%;
  text-align: left;
}
.lp--cennik--content--elements .cennik table td {
  width: 60%;
  text-align: right;
}
.lp--title {
  font-size: 3rem;
  text-transform: uppercase;
  font-family: "Moneta", "Times", sans-serif;
  font-weight: 600;
  font-stretch: normal;
}
@media (min-width: 992px) {
  .lp--title {
    font-size: 4.2rem;
  }
}
.lp--lead {
  font-size: 1.8rem;
}
.lp--button {
  margin: 3rem auto;
  text-align: center;
}
.lp--button--btn {
  padding: 1.5rem 4rem;
  font-size: 1.3rem;
  line-height: 1;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background-color: #000000;
  box-shadow: 1rem 1rem 3rem rgba(0, 0, 0, 0.1);
}
.lp--project-steps {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.lp--project-steps--header {
  margin: 0 auto;
  text-align: center;
}
@media (min-width: 768px) {
  .lp--project-steps--header {
    max-width: 50%;
  }
}
.lp--project-steps--header h3::after {
  margin: 3.5rem auto;
  content: "";
  display: block;
  width: 5rem;
  border-bottom: solid 0.1rem #000000;
}
.lp--project-steps--steps {
  margin: 5rem auto 5rem auto;
  max-width: 96rem;
}
@media (min-width: 768px) {
  .lp--project-steps--steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.lp--project-steps--steps--step {
  padding: 3rem;
}
.lp--project-steps--steps--step--title {
  margin: 0 0 1rem 0;
  position: relative;
  font-size: 3rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #676767;
  font-family: "Moneta", "Times", sans-serif;
  font-weight: 600;
  font-stretch: normal;
}
@media (min-width: 992px) {
  .lp--project-steps--steps--step--title {
    font-size: 3.8rem;
  }
}
.lp--project-steps--steps--step--title::after {
  width: 5rem;
  height: 5rem;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  border-radius: 50%;
  background: #F7F2F0;
}
.lp--project-steps--steps--step--title strong {
  padding-right: 0.5rem;
  font-size: 5rem;
}
@media (min-width: 992px) {
  .lp--project-steps--steps--step--title strong {
    font-size: 7rem;
  }
}
.lp--project-steps--steps--step--desc {
  font-size: 1.4rem;
  line-height: 160%;
}
@media (min-width: 992px) {
  .lp .slider--header h2 {
    font-size: 6.2rem;
    max-width: 50%;
  }
}
.lp .slider--header h2::after {
  margin: 3.5rem 0;
  content: "";
  display: block;
  width: 5rem;
  border-bottom: solid 0.1rem #000000;
}
.lp--references-title {
  text-align: center;
}
.lp--references-title h2::after {
  margin: 3.5rem auto;
  content: "";
  display: block;
  width: 5rem;
  border-bottom: solid 0.1rem #000000;
}
.lp--faq {
  padding: 5rem 1.5rem 20rem 1.5rem;
  margin-bottom: -20rem;
  background-color: rgba(245, 244, 239, 0.5);
}
.lp--faq--wrapper {
  margin: 0 auto;
  max-width: 96rem;
}
.lp--faq h3::after {
  margin: 3.5rem 0;
  content: "";
  display: block;
  width: 5rem;
  border-bottom: solid 0.1rem #000000;
}
.lp--faq .faq--content {
  padding-top: 5rem;
}
.lp--faq .faq--content .faq--element.active .faq--element--content {
  height: auto;
  overflow: auto;
  opacity: 1;
}
.lp--faq .faq--content .faq--element.active .faq--element--header::after {
  transform: rotate(45deg);
}
.lp--faq .faq--content .faq--element--header {
  padding: 1.5rem 0;
  font-size: 2.4rem;
  position: relative;
  cursor: pointer;
}
@media (min-width: 992px) {
  .lp--faq .faq--content .faq--element--header {
    font-size: 3.2rem;
  }
}
.lp--faq .faq--content .faq--element--header::after {
  content: "";
  width: 2rem;
  height: 2rem;
  border-left: solid 0.2rem #3B3736;
  border-top: solid 0.2rem #3B3736;
  position: absolute;
  top: 2.5rem;
  right: 1rem;
  transform: rotate(225deg);
  transform-origin: center;
  transition: all ease 0.3s;
}
.lp--faq .faq--content .faq--element--content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: all ease 0.6s;
}
.lp--faq .faq--content .faq--element--content p {
  font-size: 1.6rem;
  line-height: 150%;
  margin: 1.5rem 0;
}
.lp--faq .faq--content .faq--element--content ul, .lp--faq .faq--content .faq--element--content ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 1.6rem;
  line-height: 150%;
}
.lp--faq .faq--content .faq--element--content li {
  margin: 0.5rem;
}
.lp--faq .faq--content .faq--element--content ol {
  list-style: decimal;
}
.lp--faq .faq--content .faq--element--content ul {
  list-style: disc;
}
.lp--footer {
  margin: 0 auto;
  padding: 1.5rem;
  color: #ffffff;
  text-align: center;
  max-width: 95rem;
}
.lp--footer h2, .lp--footer h3, .lp--footer h4, .lp--footer h5 {
  font-size: 1.8rem;
  font-weight: 600 !important;
  font-family: "Lato", "Arial", sans-serif;
  font-weight: 300;
  font-stretch: normal;
}
.lp--footer p {
  margin: 1.5rem 0;
}

:root {
  --cl-white: #ffffff;
  --cl-black: #000000;
  --cl-darkblue: #11004f;
  --cl-1: #F5F4EF;
  --cl-2: rgba(#F5F4EF, 0.5);
  --cl-3: #F7F2F0;
  --cl-4: #D9D3D2;
  --cl-5: #3B3736;
  --cl-6: #D3C8C5;
  --cl-7: #676767;
  --br-small: 0.55rem;
}