:root {
  --light-green: #bfbdb0;
  --dark: #393939;
  --dark-green: #645a41;
  --peach: #c47c63;
  --green: #898055;
  --poppins: Poppins, sans-serif;
  --playfair-display: "Playfairdisplay Variablefont Wght", sans-serif;
}

body {
  background-color: var(--light-green);
  color: var(--dark);
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

h1 {
  color: var(--dark-green);
  max-width: 22ch;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
}

h2 {
  color: var(--dark-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 85px;
}

h3 {
  color: var(--dark-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 48px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h6 {
  color: var(--dark-green);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

p {
  color: var(--dark);
  margin-bottom: 0;
}

a {
  color: var(--dark);
  text-decoration: none;
}

.hero {
  background-image: linear-gradient(#645a41b3, #645a41b3);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.video-hero {
  z-index: -1;
  background-image: linear-gradient(#645a41b3, #645a41b3);
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.hero-container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.title-l {
  color: var(--light-green);
  text-align: center;
  text-transform: uppercase;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 80px;
  font-weight: 700;
  line-height: 100px;
}

.title-m {
  color: var(--light-green);
  text-align: center;
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100px;
}

.hero-column {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.button {
  background-color: var(--light-green);
  color: var(--dark-green);
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 48px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.navbar {
  border-bottom: 1px none var(--light-green);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 96px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.dark {
  background-color: var(--light-green);
}

.navbar.fill {
  background-color: var(--light-green);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  position: relative;
}

.container-navbar {
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  height: 96px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.nav-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--light-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  display: flex;
}

.nav-link.w--current {
  color: var(--peach);
}

.nav-link.dark {
  color: var(--dark-green);
}

.nav-link.dark.w--current {
  color: var(--peach);
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-svg {
  color: var(--light-green);
  width: 207px;
  height: 28px;
}

.logo-svg.dark {
  color: var(--dark-green);
}

.footer-hero {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 96px;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.film-button {
  color: var(--light-green);
  background-color: #fff0;
  padding: 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}

.video-modal {
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.video-player {
  border: 2px solid var(--light-green);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 24px;
  display: flex;
  position: relative;
}

.video {
  background-color: #fff0;
  width: 100%;
  margin-bottom: 0;
}

.button-close {
  padding: 12px;
}

.close {
  color: var(--light-green);
  width: 36px;
  height: 36px;
  font-size: 0;
  line-height: 0;
}

.video-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 90vh;
  margin: 192px 96px 96px;
  display: flex;
  position: relative;
}

.nav-text.current {
  color: var(--peach);
}

.link-underline {
  background-color: var(--light-green);
  width: 0%;
  height: 1px;
  margin-bottom: -2px;
}

.link-underline.current {
  color: var(--peach);
}

.link-underline.dark-green {
  background-color: var(--dark-green);
}

.navbar-line-sizing {
  background-color: var(--light-green);
  height: 1px;
  position: absolute;
}

.navbar-line-sizing.dark {
  background-color: var(--dark-green);
}

.navbar-line-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.navbar-line {
  background-color: var(--light-green);
  width: 100%;
  max-width: 1728px;
  height: 1px;
  position: absolute;
}

.navbar-line.dark {
  background-color: var(--dark-green);
}

.text-button {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: var(--light-green);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  display: flex;
}

.text-button.dark {
  color: var(--dark-green);
}

.button-text.current {
  color: var(--peach);
}

.section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-height: 600px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.section.green {
  background-color: var(--dark-green);
}

.section.contact {
  height: 85vh;
}

.container {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 96px;
  padding-right: 96px;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.grid-photo {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.grid-text {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-text {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.photo-frame {
  border: 2px solid var(--light-green);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.photo {
  border-radius: 12px;
  width: 100%;
  height: 600px;
}

.photo.projekt {
  background-image: url('../images/Portret.jpg');
  background-position: 100% 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.photo.o-nas {
  background-image: url('../images/Weronika-i-Adam.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.photo.efekt-koncowy {
  background-image: url('../images/Efekt-koncowy.jpg');
  background-position: 50%;
  background-size: cover;
}

.photo.montaz {
  background-image: url('../images/Montaz.jpg');
  background-position: 50% 10%;
  background-size: cover;
}

.photo.nagranie {
  background-image: url('../images/Nagranie.jpg');
  background-position: 50%;
  background-size: cover;
}

.photo.spotkanie {
  background-image: url('../images/Spotkanie.jpg');
  background-position: 50%;
  background-size: cover;
}

._2-column {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.txt-light {
  color: var(--light-green);
}

.footer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
  position: relative;
}

.footer.green {
  background-color: var(--dark-green);
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.footer-text {
  font-size: 16px;
  line-height: 24px;
}

.bold {
  font-weight: 500;
}

.heading {
  color: var(--dark-green);
}

.grid-1x2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.grid-1x2.contact {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
}

.video-m {
  border-radius: 12px;
  width: 100%;
  height: 600px;
}

.section-bcg-video {
  background-image: linear-gradient(#645a41b3, #645a41b3);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 600px;
  display: flex;
  position: relative;
}

.hero-container-copy {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.video-section {
  z-index: -1;
  background-image: linear-gradient(#645a41b3, #645a41b3);
  width: 100vw;
  height: 600px;
  position: absolute;
  inset: 0%;
}

.grid-2-column {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  height: 80vh;
  display: flex;
  overflow: auto;
}

.faq-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 2px solid var(--dark-green);
  cursor: pointer;
  border-radius: 12px;
  flex-flow: column;
  padding: 24px;
  display: flex;
}

.question {
  color: var(--dark-green);
}

.answer {
  display: none;
}

.faq-answet-txt {
  color: var(--light-green);
  font-size: 16px;
  line-height: 21px;
}

.faq-question-txt {
  font-family: Playfairdisplay Variablefont Wght, sans-serif;
  font-weight: 700;
  line-height: 30px;
}

.contact-card {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  border: 2px solid var(--dark-green);
  color: var(--dark-green);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
}

.contact-info {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 85vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.navbar-home {
  border-bottom: 1px none var(--light-green);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff0;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  height: 96px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar-home.dark {
  background-color: var(--light-green);
}

.navbar-home.fill {
  background-color: var(--light-green);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  position: relative;
}

.logo-svg-home {
  color: var(--light-green);
  width: 207px;
  height: 28px;
}

.logo-svg-home.dark {
  color: var(--dark-green);
}

.slide-inner {
  background-color: #fff;
  overflow: hidden;
}

.slide-footer {
  color: #11181c;
  background-color: #fbfcfd;
  justify-content: space-between;
  align-items: center;
  padding: 30px 40px 25px;
  display: flex;
}

.slide-content {
  color: #11181c;
  background-color: #fff;
  min-height: 540px;
  padding: 40px 40px 100px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
  line-height: 1.6;
}

.reviewer {
  object-fit: cover;
  border: 1px solid #bbb;
  border-radius: 8px;
  width: 85px;
  height: 85px;
  margin-bottom: 30px;
}

.text-block-2 {
  color: #b3b3b3;
  font-size: 16px;
}

.swiper-slide {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 0 20px 2px #0000001f;
}

.company-name {
  color: #474747;
  letter-spacing: -.05em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}

.text-block-3 {
  margin-bottom: 2px;
  font-weight: 600;
}

.swiper {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 60px;
}

.offer-photo._3-hm {
  background-image: url('../images/Historia-Milosci.jpg');
  background-position: 50%;
}

.offer-photo._1-kc {
  background-image: none;
}

.offer-photo._2-af {
  background-image: url('../images/Album-fotograficzny.jpg');
  background-position: 50%;
}

.offer-photo._4-n {
  background-image: url('../images/Narodziny.jpg');
  background-position: 50%;
}

.offer-photo._5-al {
  background-image: url('../images/AfterLife.jpg');
  background-position: 50%;
}

.right-arrow {
  border: 2px solid #645a41;
  border-radius: 12px;
  width: 100px;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px 24px;
  inset: auto auto 0% 112px;
}

.slide-nav {
  display: none;
}

.slide-l {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 96px;
  display: flex;
}

.slider {
  background-color: #fff0;
  height: 100%;
}

.slide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.left-arrow {
  border: 2px solid #645a41;
  border-radius: 12px;
  width: 100px;
  height: 48px;
  margin-bottom: 24px;
  padding: 12px 24px;
  inset: auto auto 0% 0%;
}

.offer-text {
  max-width: 47ch;
  font-size: 16px;
  line-height: 24px;
}

.arrow-icon {
  color: #645a41;
  font-size: 24px;
}

.button-play {
  opacity: .2;
  width: 96px;
  height: 96px;
  padding: 12px;
}

.icon-play {
  color: var(--light-green);
}

.section-video {
  background-color: var(--dark-green);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.img-offer {
  border-radius: 12px;
  box-shadow: 0 0 15px 5px #0000001a;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.phone-cards-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.contact-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.mail-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.contact-card-header {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-contact {
  width: 64px;
  height: 64px;
}

.footer-social-media {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.footer-copyright {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.social-link-icon {
  width: 24px;
  height: 24px;
}

.frame {
  border: 2px solid var(--light-green);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 48px;
  display: flex;
}

.center-text {
  text-align: center;
  max-width: 640px;
}

.cta-div {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.photo-frame-dark-green {
  border: 2px solid var(--dark-green);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 24px;
  display: flex;
}

.div-vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-vertical._12px {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.grid-2x2 {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.txt-regular {
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 48px;
    line-height: 55px;
  }

  h2 {
    font-size: 36px;
    line-height: 48px;
  }

  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  h5 {
    font-size: 20px;
    line-height: 26px;
  }

  p {
    font-size: 20px;
    line-height: 32px;
  }

  .hero-container {
    padding-left: 64px;
    padding-right: 64px;
  }

  .title-l {
    font-size: 44px;
    line-height: 60px;
  }

  .title-m {
    font-size: 34px;
    line-height: 50px;
  }

  .button {
    justify-content: center;
    align-items: center;
    min-height: 64px;
    display: flex;
  }

  .container-navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .nav-link {
    color: var(--dark-green);
    justify-content: center;
    align-items: center;
    margin: 5vh auto;
    font-size: 24px;
    line-height: 26px;
    display: block;
  }

  .nav-menu {
    background-color: var(--light-green);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-flow: column;
    padding-bottom: 5vh;
  }

  .navbar-line-sizing {
    display: none;
  }

  .div-hamburger {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: 18px;
    display: flex;
  }

  .line {
    background-color: var(--light-green);
    border-radius: 100px;
    width: 26px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line.dark {
    background-color: var(--dark-green);
  }

  .menu-button.w--open {
    background-color: #fff0;
  }

  .nav-menu-wrapper {
    z-index: -1;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0% 0% auto;
  }

  .text-button {
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    display: block;
    position: fixed;
  }

  .section.contact {
    height: auto;
  }

  .container {
    padding-left: 64px;
    padding-right: 64px;
  }

  ._2-column {
    flex-flow: column;
    display: flex;
  }

  .grid-1x2.contact {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .hero-container-copy {
    padding-left: 64px;
    padding-right: 64px;
  }

  .grid-2-column {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .faq-wrapper {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    height: auto;
    display: flex;
  }

  .faq-question-txt {
    font-size: 20px;
    line-height: 28px;
  }

  .contact-card {
    background-color: var(--dark-green);
    color: var(--light-green);
    border-style: none;
  }

  .contact-txt {
    color: var(--light-green);
    line-height: 30px;
  }

  .contact-info {
    flex-flow: column;
    display: flex;
  }

  .h5 {
    color: var(--light-green);
    font-size: 20px;
    line-height: 32px;
  }

  .line-home {
    background-color: var(--light-green);
    border-radius: 100px;
    width: 26px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .line-home.dark {
    background-color: var(--dark-green);
  }

  .offer-title {
    font-size: 64px;
    line-height: 70px;
  }

  .button-play {
    opacity: 1;
  }

  .phone-cards-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    display: flex;
  }

  .grid-2x2 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 36px;
    line-height: 40px;
  }

  p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .title-l {
    line-height: 45px;
  }

  .wrapper-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .button {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .footer-hero {
    height: 64px;
  }

  .video-modal {
    justify-content: center;
    align-items: flex-start;
    padding-top: 96px;
  }

  .video-player {
    padding: 12px;
  }

  .button-close {
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: auto 0% -40%;
  }

  .close {
    width: 24px;
    height: 24px;
  }

  .video-container {
    margin: 96px 0 0;
    padding: 48px 24px;
  }

  .text-button {
    margin-top: 3vh;
    margin-bottom: 3vh;
  }

  .section {
    min-height: auto;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.contact {
    height: auto;
  }

  .section.offer {
    height: auto;
    padding-top: 24px;
  }

  .container {
    padding-left: 24px;
    padding-right: 24px;
  }

  .column {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .grid-photo {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-text {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .photo-frame {
    padding: 12px;
  }

  .photo {
    height: 37vh;
  }

  .photo.projekt {
    background-position: 65% 0;
  }

  ._2-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 18px;
  }

  .grid-1x2 {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .grid-1x2.contact {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .hero-container-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .grid-2-column {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .faq-item {
    padding: 12px;
  }

  .contact-card {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .contact-txt {
    line-height: 24px;
  }

  .h5 {
    font-size: 16px;
    line-height: 24px;
  }

  .right-arrow {
    margin-bottom: 0;
  }

  .slide-l {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .slider {
    height: auto;
  }

  .slide {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .left-arrow {
    margin-bottom: 0;
  }

  .section-video {
    justify-content: center;
    align-items: flex-start;
    padding-top: 96px;
  }

  .phone-cards-wrapper {
    flex-flow: column;
    display: flex;
  }

  .icon-contact {
    width: 36px;
    height: 36px;
  }

  .frame {
    padding: 24px;
  }

  .photo-frame-dark-green {
    padding: 12px;
  }

  .grid-2x2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 28px;
    line-height: 36px;
  }

  .title-l {
    font-size: 9vw;
    line-height: 11vw;
  }

  .title-m {
    font-size: 6vw;
    line-height: 9vw;
  }

  .hero-column {
    grid-column-gap: 36px;
    grid-row-gap: 36px;
  }

  .container-navbar {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-svg {
    width: 80%;
    min-width: 120px;
  }

  .line {
    background-color: var(--light-green);
  }

  .footer-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .faq-answet-txt {
    font-size: 3.7vw;
    line-height: 4.9vw;
  }

  .contact-txt {
    font-size: 5vw;
    line-height: 7vw;
  }

  .contact-info {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .logo-svg-home {
    width: 80%;
    min-width: 120px;
  }

  .line-home {
    background-color: var(--light-green);
  }

  .slide-footer {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 25px;
    padding-right: 25px;
  }

  .slide-content {
    min-height: auto;
    padding: 25px 25px 60px;
  }

  .right-arrow {
    width: 40vw;
    inset: auto 0% 0% auto;
  }

  .slider {
    flex-flow: column;
    display: flex;
  }

  .slide-r {
    width: 100%;
  }

  .slide {
    padding-top: 0;
  }

  .left-arrow {
    width: 40vw;
  }

  .offer-title {
    font-size: 13vw;
    line-height: 15vw;
  }

  .contact-card-header {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }
}

#w-node-_854c6e55-afeb-384f-fd88-9dc423d50398-3bdfdea6, #w-node-_0d71f023-35c8-9a1f-50f4-520c452be72a-3bdfdea6 {
  place-self: start center;
}

#w-node-_9422b044-3427-e08f-a328-818ed6f601a5-3bdfdea6, #w-node-_182fc63b-d960-14d8-60e6-ab8afd6adcdf-3bdfdea6, #w-node-fdf9e6bc-1f8e-4cae-9d78-a733f4098b0e-3bdfdea6, #w-node-_25780d17-b51e-887a-b65d-29da893f6f04-3bdfdea6 {
  place-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_854c6e55-afeb-384f-fd88-9dc423d5038e-3bdfdea6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_854c6e55-afeb-384f-fd88-9dc423d50398-3bdfdea6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0d71f023-35c8-9a1f-50f4-520c452be720-3bdfdea6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0d71f023-35c8-9a1f-50f4-520c452be72a-3bdfdea6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_9422b044-3427-e08f-a328-818ed6f6019b-3bdfdea6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_9422b044-3427-e08f-a328-818ed6f601a5-3bdfdea6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_182fc63b-d960-14d8-60e6-ab8afd6adcd7-3bdfdea6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_182fc63b-d960-14d8-60e6-ab8afd6adcdf-3bdfdea6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-fdf9e6bc-1f8e-4cae-9d78-a733f4098b06-3bdfdea6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-fdf9e6bc-1f8e-4cae-9d78-a733f4098b0e-3bdfdea6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_25780d17-b51e-887a-b65d-29da893f6efc-3bdfdea6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_25780d17-b51e-887a-b65d-29da893f6f04-3bdfdea6 {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}