.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

p {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

a {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.hero-stack {
  border-bottom-width: 1px;
  border-bottom-color: #e4ebf3;
  padding: 20px 30px 80px;
  position: relative;
  inset: 0%;
}

.hero-stack._1 {
  padding-bottom: 50px;
}

.container {
  text-align: center;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.hero-image {
  text-align: center;
  width: 100%;
  max-width: 800px;
  max-height: 20vh;
  margin-top: 50px;
  margin-bottom: 80px;
}

.footer-light {
  background-color: #766f5e;
  border-bottom: 1px solid #e4ebf3;
  padding: 20px 30px 0;
  position: relative;
}

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #1a1b1fbf;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  background-color: #e4ebf300;
  width: 100%;
  height: 1px;
  margin-top: 7px;
  margin-bottom: 7px;
}

.footer-divider-two.white {
  background-color: #c28520;
}

.footer-bottom {
  justify-content: space-around;
  align-items: center;
  padding-left: 132px;
  padding-right: 132px;
  display: flex;
}

.footer-bottom.hide {
  display: none;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.footer-social-link {
  width: 50px;
}

.footer-social-link.hide {
  display: none;
}

.body {
  color: #776e5f;
  background-image: url('../images/debesis.avif');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 180%;
}

.columns {
  padding-top: 54px;
  padding-bottom: 54px;
}

.paragraph {
  text-align: right;
}

.grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
}

.image {
  padding: 24px 0 24px 50px;
}

.adrese {
  color: #fff;
}

.heading {
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
}

.heading-2 {
  margin-top: 80px;
  font-size: 25px;
  font-weight: 500;
}

.heading-3 {
  color: #fff;
  white-space: nowrap;
  word-break: normal;
  background-color: #c28520;
  border-radius: 40px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
  display: flex;
  position: static;
}

.cenas-bloks {
  justify-content: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.cena {
  color: #fff;
  text-transform: uppercase;
  background-color: #c28520;
  border-radius: 40px;
  padding: 5px 32px;
  font-size: 20px;
}

.footer-light-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-block-two-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-2 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-2:hover {
  color: #1a1b1fbf;
}

.footer-form-2 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-2 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-2 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-2:hover, .footer-form-field-2:focus {
  border-color: #76879d;
}

.footer-form-field-2::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-2 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-2:hover {
  background-color: #3a4554;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.footer-social-block-two-2 {
  justify-content: space-around;
  align-items: center;
  width: 350px;
  margin-top: 0;
  margin-left: 0;
  padding: 70px 21px 0;
  display: flex;
}

.footer-social-link-2 {
  margin-left: 12px;
}

.footer-light-3 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-block-two-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title-3 {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two-3 {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two-3:hover {
  color: #1a1b1fbf;
}

.footer-form-3 {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block-3 {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field-3 {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field-3:hover, .footer-form-field-3:focus {
  border-color: #76879d;
}

.footer-form-field-3::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit-3 {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit-3:hover {
  background-color: #3a4554;
}

.footer-divider-two-3 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-3 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-3 {
  color: #3a4554;
}

.footer-social-block-two-3 {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link-3 {
  margin-left: 12px;
}

.edienkarte.hide {
  display: none;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-image {
    max-width: 600px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-wrapper-two-2 {
    flex-wrap: wrap;
  }

  .footer-form-2 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-2 {
    max-width: 350px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two-3 {
    flex-wrap: wrap;
  }

  .footer-form-3 {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container-3 {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {
  a {
    font-size: 18px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .hero-image {
    width: 80%;
    margin-top: 20px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    width: 50px;
    margin-left: 0;
  }

  .body {
    font-size: 18px;
    line-height: 160%;
  }

  .columns {
    padding-top: 27px;
    padding-bottom: 27px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .image {
    display: none;
  }

  .footer-light-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-2 {
    margin-top: 20px;
  }

  .footer-social-link-2 {
    margin-left: 20px;
  }

  .footer-light-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-3 {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two-3 {
    margin-top: 20px;
  }

  .footer-social-link-3 {
    margin-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-stack {
    padding-top: 30px;
  }

  .hero-stack._1 {
    padding-bottom: 20px;
  }

  .container {
    max-width: none;
  }

  .hero-image {
    margin-top: 10px;
    margin-bottom: 48px;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .container-2 {
    max-width: none;
  }

  .footer-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-2 {
    margin-top: 40px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-2 {
    margin-top: 21px;
    padding-top: 2px;
    padding-left: 33px;
    padding-right: 33px;
  }

  .container-3 {
    max-width: none;
  }

  .footer-wrapper-two-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two-3 {
    margin-top: 40px;
  }

  .footer-bottom-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-two-3 {
    margin-top: 20px;
  }
}

#w-node-_692520f4-71a3-fa03-d1d4-a12ed0937f32-fa2a197e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-a6bccfb9-6789-86e1-8872-d882be1210a4-fa2a197e {
  grid-area: 1 / 3 / 2 / 4;
  align-self: center;
}

@media screen and (max-width: 767px) {
  #w-node-_692520f4-71a3-fa03-d1d4-a12ed0937f32-fa2a197e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a6bccfb9-6789-86e1-8872-d882be1210a4-fa2a197e {
    grid-column: 2 / 3;
    grid-row-start: 1;
  }
}


