:root {
  --font-colors-headings: #373d36;
  --hero-footer-color: #373d36;
  --light-font-colors: #f5f1eb;
  --second-section-color: #f5f1eb;
  --button-boja: #c98769;
  --tamnija-roza: #e6dcd4;
}

.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;
}

.body {
  background-color: var(--font-colors-headings);
  color: var(--font-colors-headings);
  font-family: Rethink Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.hero-section {
  background-color: var(--hero-footer-color);
  min-height: 100vh;
}

.navbar {
  background-color: var(--font-colors-headings);
}

.container {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 10px;
}

.container.hero-container {
  min-height: 100%;
  padding-top: 140px;
}

.container.nopadding {
  padding-top: 80px;
  padding-bottom: 0;
}

.hero-clmn, .hero-clmn-imgs {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: block;
}

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

.hero-one-img {
  border-radius: 15px;
  align-items: center;
  width: 50%;
  height: 100%;
  margin-left: 15px;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-2 {
  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: 750px;
  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;
}

.img-upper-hero {
  border-radius: 15px;
  margin-bottom: 10px;
}

.img-lower-hero {
  border-radius: 15px;
  margin-top: 7px;
}

.hero-heading-wrapper {
  padding-right: 35px;
}

.hero-heading {
  color: var(--light-font-colors);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.5rem;
  font-weight: 400;
  line-height: 6rem;
}

.hero-texttt {
  color: silver;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  line-height: 1.4rem;
}

.hero-btn-wrappers {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.left-hero-btn {
  color: var(--second-section-color);
  background-color: #c98769;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 22%;
  margin-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: all .15s;
  display: flex;
}

.left-hero-btn:hover {
  background-color: #eaaf94;
}

.right-hero-btn {
  background-color: var(--font-colors-headings);
  color: var(--second-section-color);
  border: 1px solid #8a8a8a;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 22%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: all .15s ease-in;
  display: flex;
}

.right-hero-btn:hover {
  border-color: #dfdede;
}

.nav-container {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px 10px;
  display: flex;
}

.cta-button {
  background-color: var(--button-boja);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .15s;
  display: flex;
}

.cta-button:hover {
  background-color: #eaaf94;
}

.nav-link {
  color: silver;
  border-radius: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: all .1s;
}

.nav-link:hover {
  color: #e3e3e3;
  background-color: #555;
}

.nav-link.w--current {
  color: silver;
}

.navigation-links-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.second-section-clmns {
  align-items: stretch;
  margin-bottom: 30px;
  display: flex;
}

.top-section-text {
  color: #8d8d8d;
  text-transform: uppercase;
  margin-bottom: 40px;
  font-weight: 400;
}

.headings-dark {
  color: #373d36;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.5rem;
}

.headings-dark.light {
  color: var(--second-section-color);
}

.headings-dark.bigger-font {
  margin-bottom: 30px;
  font-size: 4rem;
  line-height: 4.3rem;
}

.clmns {
  align-items: stretch;
  display: flex;
}

.pravougaonik {
  background-color: var(--tamnija-roza);
  border-radius: 15px;
  padding: 40px 40px 60px;
}

.small-icon {
  color: #c98769;
  width: 48px;
}

.heading-pravoug {
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.text-pravoug.with-margin {
  padding-bottom: 45px;
  font-size: 1.1rem;
  line-height: 1.3rem;
}

.text-pravoug.lighter {
  color: #8d8d8d;
}

.cta-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-three {
  background-color: var(--second-section-color);
}

.big-container {
  padding: 120px 15px;
}

.big-container.nopadding {
  padding-top: 0;
}

.big-clmn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-clmn {
  padding-left: 0;
  padding-right: 20px;
}

.text-clmn {
  flex-flow: column;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.big-img {
  border-radius: 10px;
}

.same-wrappers.small-margin {
  margin-bottom: 80px;
}

.same-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 2.7rem;
}

.same-button {
  background-color: var(--button-boja);
  color: var(--second-section-color);
  border-radius: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all 15ms ease-in;
}

.same-button:hover {
  background-color: #eaaf94;
}

.gallery-section {
  background-color: var(--second-section-color);
}

.clmn-left-gallery {
  padding-right: 40px;
}

.slider-gallery {
  height: 500px;
}

.slide-img {
  background-color: var(--hero-footer-color);
  width: 100%;
  height: 500px;
}

.imgs-slider {
  border-radius: 10px;
}

.section-prices {
  background-color: var(--tamnija-roza);
}

.lightbox-big-img {
  border-radius: 10px;
  width: 100%;
}

.big-gallery-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.galler-columns {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.upper-clmn-img {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.lightbox-smaller-imgs {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.imgs-smaller-lightbox {
  width: 100%;
  display: block;
}

.clmns-gall {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.image {
  width: 99.9966%;
}

.clmn-big-lightbox {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.img-lightbox-small.margindown {
  margin-bottom: 15px;
}

.small-img {
  border-radius: 10px;
}

.prices-clmns {
  margin-top: 40px;
  display: flex;
}

.cl {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.clmn-prices {
  align-items: stretch;
  display: flex;
}

.prices-wrapper {
  background-color: var(--second-section-color);
  border-radius: 15px;
  padding: 50px 30px;
}

.heading-text-wrapp {
  border-bottom: .5px solid #b9b9b9;
  margin-bottom: 20px;
  padding-bottom: 30px;
}

.text-small-black {
  font-size: .9rem;
}

.price-heading {
  font-size: 2rem;
  font-weight: 500;
}

.smaller-black-text {
  margin-bottom: 20px;
  font-size: .8rem;
}

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

.wrapper-for-arrow {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.small-simbol {
  background-color: var(--tamnija-roza);
  border-radius: 10px;
  width: 30px;
  margin-right: 5px;
  padding: 8px;
}

.textsmall-black {
  font-size: .9rem;
}

.heading {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.smaller {
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.button-prices {
  background-color: #c98769;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  transition: all .2s;
  display: flex;
}

.button-prices:hover {
  background-color: #eaaf94;
}

.include-text {
  color: #777;
  margin-bottom: 20px;
}

.review-section {
  background-color: var(--second-section-color);
}

.review-clmns {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 25px;
  display: flex;
}

.bigger-review {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.smaller-review {
  justify-content: center;
  align-items: center;
}

.review-wrapper {
  background-color: var(--tamnija-roza);
  border-radius: 15px;
  padding: 30px 30px 50px;
}

.img-text-text-wrapper {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.review-img {
  border-radius: 100px;
  width: 50px;
  height: 50px;
}

.name-text {
  margin-bottom: 5px;
}

.postion-text {
  color: #5f615f;
  font-size: .9rem;
}

.text-text-wrapper {
  margin-left: 10px;
}

.review-text {
  font-size: 1.7rem;
  line-height: 2.1rem;
}

.column-down {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.faq-section {
  background-color: var(--tamnija-roza);
}

.faq-clmns {
  align-items: stretch;
  margin-top: 50px;
  display: flex;
}

.clmnleft {
  border-left: 1px solid #8d8d8d;
  border-right: 1px solid #8d8d8d;
  align-items: stretch;
  display: flex;
}

.clmnmiddle {
  align-items: stretch;
  display: flex;
}

.clmnright {
  border-left: 1px solid #8d8d8d;
  align-items: stretch;
  display: flex;
}

.wrapper-faq {
  padding: 20px;
}

.faq-heading {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.footer {
  background-color: var(--font-colors-headings);
  padding-bottom: 50px;
}

.big-footer-heding {
  color: var(--light-font-colors);
  padding-right: 100px;
  font-size: 7.3rem;
  font-weight: 400;
  line-height: 7.8rem;
}

.footer-wrapper {
  justify-content: space-between;
  margin-top: 60px;
  font-size: 1.3rem;
  display: flex;
}

.email-link {
  color: var(--light-font-colors);
  text-decoration: none;
  transition: all .15s;
}

.email-link:hover {
  text-decoration: underline;
}

.footer-links {
  color: var(--light-font-colors);
  margin-left: 5px;
  margin-right: 5px;
  font-size: 1.1rem;
  text-decoration: none;
  transition: all .15s;
}

.footer-links:hover {
  text-decoration: underline;
}

.made-by {
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-block {
  color: var(--light-font-colors);
  text-align: center;
  font-size: .9rem;
}

.stretchclmns {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.images-clmn {
  flex-flow: column;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
}

.wrapper-images {
  margin-bottom: 15px;
}

.clmnfirst {
  flex-flow: column;
  align-items: stretch;
}

.wrapper1 {
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}

.wrapper1.noo {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.imgg {
  display: inline-flex;
}

.clmn22 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.clmnnnn {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.wrapppper {
  margin-bottom: 20px;
  margin-right: 20px;
}

.imss {
  border-radius: 15px;
}

.wrappppper4 {
  margin-left: 5px;
}

.column {
  padding-left: 10px;
  padding-right: 10px;
}

.ss {
  border-radius: 15px;
}

.column-2 {
  padding-left: 10px;
  padding-right: 10px;
}

.twoimgs {
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.imgsss {
  margin-bottom: 15px;
}

.hero-grid {
  grid-template-rows: auto;
  height: 100%;
}

.hero-images {
  padding-left: 35px;
}

.images-grid {
  height: 100%;
}

.image-small-1 {
  background-image: url('../images/image00009-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.images-small-2 {
  background-image: url('../images/image00003-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.image-big {
  background-image: url('../images/image00001-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.feauture-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr .8fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.feauture-img {
  background-image: url('../images/image00005-1-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  min-height: 420px;
  overflow: hidden;
}

.feauture-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.logo-img {
  width: 150px;
  height: auto;
}

.column-3, .column-4, .column-5 {
  align-items: stretch;
  display: flex;
}

.button-menu {
  display: none;
}

.absolute-div {
  z-index: 9999;
  background-color: #000;
  background-image: linear-gradient(180deg, var(--tamnija-roza), var(--tamnija-roza));
  height: 1000svh;
  position: absolute;
  inset: 0%;
}

@media screen and (max-width: 991px) {
  .hero-section {
    background-color: #373d36;
  }

  .container.hero-container {
    padding-top: 40px;
  }

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

  .hero-heading-wrapper {
    padding-right: 0;
  }

  .hero-heading {
    text-align: center;
    font-size: 4.5rem;
    line-height: 4.7rem;
  }

  .hero-texttt {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    font-size: 1.2rem;
  }

  .hero-btn-wrappers {
    justify-content: center;
    align-items: center;
  }

  .left-hero-btn, .right-hero-btn {
    width: 30%;
  }

  .cta-button {
    display: none;
  }

  .cta-button.menu-cta {
    margin-top: 20px;
  }

  .nav-link {
    color: var(--second-section-color);
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link:hover {
    color: #373d36;
    background-color: #5550;
  }

  .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link:visited {
    color: #373d36;
  }

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

  .nav-link.w--current:hover {
    color: var(--font-colors-headings);
  }

  .navigation-links-wrapper {
    background-color: var(--button-boja);
    min-height: 100vh;
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .top-section-text {
    text-align: center;
  }

  .headings-dark {
    text-align: center;
    line-height: 2.7rem;
  }

  .headings-dark.bigger-font {
    font-size: 2.5rem;
    line-height: 2.7rem;
  }

  .pravougaonik {
    background-color: #e6dcd4;
  }

  .text-pravoug.with-margin, .text-pravoug.lighter {
    text-align: center;
  }

  .big-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .same-wrappers, .same-wrappers.small-margin {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .same-heading {
    text-align: center;
  }

  .same-button {
    justify-content: center;
    align-items: center;
    width: 30%;
    display: flex;
  }

  .clmns-galler {
    flex-flow: column;
  }

  .prices-clmns {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

  .clmn-prices {
    display: block;
  }

  .prices-wrapper {
    padding-top: 30px;
  }

  .price-heading {
    font-size: 1.7rem;
    line-height: 1.8rem;
  }

  .heading {
    font-size: 1.4rem;
  }

  .review-wrapper {
    padding-bottom: 30px;
  }

  .review-img {
    width: 40px;
    height: 40px;
  }

  .review-text {
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

  .footer {
    padding-bottom: 20px;
  }

  .big-footer-heding {
    padding-right: 70px;
    font-size: 6rem;
    line-height: 6.5rem;
  }

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

  .hero-images {
    padding-left: 0;
  }

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

  .image-small-1 {
    height: auto;
    min-height: 500px;
  }

  .images-small-2 {
    min-height: 500px;
  }

  .image-big {
    height: auto;
    min-height: 500px;
  }

  .feauture-row {
    grid-template-columns: 1.6fr;
  }

  .feauture-img {
    margin-bottom: 50px;
  }

  .brand-img.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .logo-img {
    width: 120px;
  }

  .column-3, .column-4, .column-5 {
    display: block;
  }

  .menu-btn.w--open {
    background-color: #c8c8c800;
  }

  .lottie {
    z-index: 999;
    background-color: #0000;
    width: 50px;
    padding: 0;
    position: relative;
  }

  .lottie-animation {
    z-index: 99;
    width: 70px;
    position: relative;
  }

  .lottie-hamburger {
    z-index: 99;
    background-color: var(--button-boja);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    padding: 5px;
    display: flex;
    position: relative;
  }

  .button-menu {
    background-color: var(--light-font-colors);
    color: var(--font-colors-headings);
    border-radius: 10px;
    width: 100%;
    margin-top: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1rem;
    transition: all .3s;
    display: block;
  }

  .button-menu:hover {
    background-color: var(--tamnija-roza);
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .container.hero-container {
    padding-top: 20px;
  }

  .container.small {
    padding-top: 40px;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .hero-heading-wrapper {
    padding-right: 0;
  }

  .hero-heading {
    font-size: 4rem;
    line-height: 4.3rem;
  }

  .left-hero-btn, .right-hero-btn {
    width: 35%;
  }

  .second-section-clmns {
    flex-flow: column;
    margin-bottom: 20px;
  }

  .headings-dark {
    font-size: 2.4rem;
    line-height: 2.6rem;
  }

  .clmns {
    margin-bottom: 20px;
  }

  .text-pravoug.with-margin {
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .big-container {
    padding-bottom: 20px;
  }

  .same-wrappers.small-margin {
    margin-bottom: 40px;
  }

  .same-heading {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .same-button {
    width: 40%;
  }

  .clmn-big-lightbox {
    margin-bottom: 15px;
  }

  .clmn-prices {
    margin-bottom: 20px;
  }

  .heading-text-wrapp {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    display: flex;
  }

  .text-small-black {
    text-align: center;
  }

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

  .price-heading, .smaller-black-text {
    text-align: center;
  }

  .wrapper-withsimbol {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .wrapper-for-arrow {
    justify-content: center;
    align-items: center;
    margin-right: 15px;
  }

  .wrapper-for-arrow.nomarg {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .small-simbol {
    min-width: 30px;
    margin-right: 12px;
  }

  .heading {
    margin-bottom: 25px;
  }

  .button-prices {
    margin-bottom: 30px;
  }

  .include-text {
    text-align: center;
    margin-bottom: 30px;
  }

  .review-clmns {
    flex-flow: column;
  }

  .bigger-review, .smaller-review {
    margin-bottom: 20px;
  }

  .smaller-review.no {
    margin-bottom: 0;
  }

  .review-text {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .column-down {
    flex-flow: column;
  }

  .faq-clmns {
    flex-flow: column;
    margin-top: 40px;
  }

  .faq-clmns.no {
    margin-top: 0;
  }

  .clmnleft {
    border-bottom: 1px solid var(--font-colors-headings);
    border-left-style: none;
    border-right-style: none;
  }

  .clmnmiddle {
    border-bottom: 1px solid var(--font-colors-headings);
  }

  .clmnright {
    border-bottom: 1px solid var(--font-colors-headings);
    border-left-style: none;
  }

  .big-footer-heding {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 4rem;
    line-height: 4.3rem;
  }

  .footer-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .inst-airbnb-wrapper {
    margin-top: 20px;
  }

  .image-small-1, .images-small-2, .image-big {
    min-height: 300px;
  }

  .feauture-content {
    padding-left: 0;
    padding-right: 0;
  }

  .logo-img {
    width: 110px;
  }

  .column-3, .column-4 {
    margin-bottom: 20px;
  }

  .button-menu {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  .container-2 {
    max-width: none;
  }

  .hero-heading-wrapper {
    padding-right: 0;
  }

  .hero-heading {
    justify-content: center;
    align-items: stretch;
    font-size: 2.8rem;
    line-height: 3rem;
    display: flex;
  }

  .left-hero-btn, .right-hero-btn {
    width: 50%;
  }

  .nav-container {
    padding-top: 10px;
  }

  .nav-link:hover, .nav-link:focus-visible, .nav-link[data-wf-focus-visible], .nav-link:visited, .nav-link.w--current:hover {
    color: var(--light-font-colors);
  }

  .headings-dark, .headings-dark.bigger-font {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }

  .text-pravoug.with-margin {
    padding-bottom: 30px;
  }

  .text-pravoug.lighter {
    color: #676363;
  }

  .big-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .same-heading {
    font-size: 2rem;
    line-height: 2.2rem;
  }

  .same-button {
    width: 60%;
  }

  .big-footer-heding {
    padding-left: 0;
    padding-right: 0;
    font-size: 5rem;
    line-height: 5.2rem;
  }

  .inst-airbnb-wrapper {
    margin-top: 30px;
  }

  .image-small-1, .images-small-2, .image-big {
    min-height: 250px;
  }

  .feauture-img {
    height: auto;
    min-height: 250px;
    margin-bottom: 20px;
  }

  .lottie-hamburger {
    width: 50px;
  }

  .button-menu {
    display: block;
  }
}

#w-node-_69031760-d19c-2e6f-c5f0-d62ede14d0ea-69d3e346 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_53aa6fe2-ea5a-b510-7a43-782b635e5111-69d3e346 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_814f58f2-dd3e-9f9f-5d23-a423c3ce0225-69d3e346 {
  grid-area: 1 / 2 / 3 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-_69031760-d19c-2e6f-c5f0-d62ede14d0ea-69d3e346, #w-node-_53aa6fe2-ea5a-b510-7a43-782b635e5111-69d3e346 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_814f58f2-dd3e-9f9f-5d23-a423c3ce0225-69d3e346 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}


