.section {
  display: block;
  padding: 5% 3%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 800px;
  margin-bottom: 0px;
  padding-right: 3%;
  padding-left: 3%;
  background-image: linear-gradient(117deg, rgba(0, 0, 0, 0.93), rgba(0, 0, 0, 0.31)), url('../images/hero.png');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.section.image-text {
  padding-top: 2%;
  padding-bottom: 2%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.container {
  max-width: 1100px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container.image-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.h1 {
  font-family: Caudex, sans-serif;
  font-size: 80px;
  line-height: 70px;
  text-transform: none;
}

.subtitle {
  color: #fff;
}

.body {
  background-color: #1f1f1f;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-weight: 400;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  border-bottom: 1px solid #5a5a5a;
  background-color: rgba(26, 26, 26, 0.84);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 540px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.button {
  padding: 14px 30px;
  background-color: #fff;
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.button.hero {
  margin-top: 40px;
}

.button.hero:hover {
  background-color: #be986f;
  color: #fff;
}

.image-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 70px;
  grid-row-gap: 70px;
}

.image-text-wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image-text-wrapper.contact {
  width: 100%;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 12px;
  font-family: Caudex, sans-serif;
  color: #be986f;
  font-size: 40px;
  text-align: center;
}

.h2.special {
  color: #dbdbdb;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.paragraph {
  color: #c4c4c4;
  font-size: 13px;
  line-height: 16px;
}

.paragraph.reviews {
  margin-bottom: 0px;
}

.paragraph.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #bebebe;
  font-size: 13px;
}

.paragraph.special {
  font-family: Caudex, sans-serif;
  color: #dbdbdb;
  font-size: 22px;
  line-height: 25px;
}

.text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-right: 0%;
  padding-left: 0%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.image-wrapper {
  width: 50%;
  padding-right: 0%;
  padding-left: 0%;
}

.image-wrapper.contact {
  padding-right: 0%;
  padding-left: 0%;
}

.image {
  width: 100%;
}

.line {
  width: 70px;
  height: 3px;
  margin-bottom: 22px;
  border-radius: 20px;
  background-color: #be986f;
}

.h2-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-list {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.price-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price-item-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.price-item-description {
  color: #bebebe;
  font-size: 13px;
}

.tab-link {
  padding-right: 38px;
  padding-left: 38px;
  background-color: #3d3d3d;
  color: #fff;
}

.tab-link.w--current {
  background-color: #fff;
  color: #000;
}

.reviews-wrapper {
  width: 100%;
  margin-bottom: 60px;
}

.slider {
  height: auto;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.review {
  width: 100%;
  max-width: 450px;
}

.slide-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 5%;
  padding-left: 5%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5%;
  grid-row-gap: 5%;
}

.name {
  color: #be986f;
  font-style: italic;
  text-align: center;
}

.review-text {
  font-style: italic;
  font-weight: 400;
  text-align: center;
}

.slide {
  height: auto;
  padding-right: 50px;
  padding-left: 50px;
}

.arrow-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mask {
  height: auto;
}

.slide-nav {
  position: absolute;
  margin-top: 0px;
  margin-bottom: -60px;
  font-size: 10px;
}

.google-reviews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.stars {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.star {
  width: 16px;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.paragraph-3 {
  margin-bottom: 0px;
  font-size: 20px;
}

.google-link {
  color: #bebebe;
  text-decoration: underline;
}

.footer {
  margin-top: 40px;
  padding: 3%;
  background-color: #0f0f0f;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-box.centered {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-box.right-align {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo-footer {
  width: 90px;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #bebebe;
  text-decoration: none;
}

.link:hover {
  color: #be986f;
}

.icon {
  width: 21px;
  color: #be986f;
}

.icon.location {
  width: 20px;
}

.link-text {
  margin-bottom: 0px;
  font-size: 14px;
}

.h3 {
  font-size: 18px;
  font-weight: 400;
}

.oh-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.day {
  width: 40px;
  margin-bottom: 0px;
  color: #bebebe;
}

.hours {
  margin-bottom: 0px;
  color: #bebebe;
}

.oh-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  max-height: 40px;
  max-width: 40px;
  min-height: 40px;
  min-width: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.some-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #5a5a5a;
}

.some-link:hover {
  background-color: #0c0c0c;
}

.some-link.right-border {
  border-right: 1px solid #5a5a5a;
}

.some-icon {
  width: 25px;
}

.nav-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-left: 1px solid #5a5a5a;
  color: #be986f;
}

.nav-link:hover {
  background-color: #0c0c0c;
  color: #be986f;
}

.nav-link.w--current {
  color: #be986f;
}

.nav-link.border-right {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 1px solid #5a5a5a;
  color: #fff;
}

.nav-link.dropdown {
  border-left-style: none;
}

.nav-link.mobile {
  display: none;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70px;
  max-width: 1100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 120px;
  height: 70px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px solid #5a5a5a;
}

.logo-img {
  width: 60px;
}

.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70px;
  height: 70px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #be986f;
}

.icon-2 {
  position: relative;
  margin-right: 0px;
  margin-left: 0px;
}

.dropdown-list {
  margin-top: 70px;
  background-color: rgba(26, 26, 26, 0.84);
}

.dropdown-list.w--open {
  top: 70px;
  margin-top: 0px;
}

.some-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.price {
  margin-bottom: 0px;
}

.footer-link {
  color: #bebebe;
  text-decoration: none;
}

.footer-link:hover {
  color: #be986f;
}

@media screen and (max-width: 991px) {
  .section {
    padding: 6%;
  }

  .section.hero {
    min-height: 700px;
    padding-right: 6%;
    padding-left: 6%;
  }

  .section.reviews {
    padding-right: 3%;
    padding-left: 3%;
  }

  .h1 {
    font-size: 70px;
  }

  .div-block {
    max-width: 450px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-text-wrapper {
    width: 100%;
    grid-column-gap: 70px;
    grid-row-gap: 70px;
  }

  .h2 {
    font-size: 32px;
  }

  .paragraph.special {
    font-size: 19px;
    line-height: 23px;
  }

  .text-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .image-wrapper {
    padding-right: 0%;
    padding-left: 0%;
  }

  .line {
    height: 1px;
    border-radius: 0px;
  }

  .slider {
    width: 100%;
  }

  .footer {
    padding-right: 6%;
    padding-left: 6%;
  }

  .logo-footer {
    width: 70px;
  }

  .some-link {
    width: 70px;
    border-left-style: none;
  }

  .some-link.right-border {
    border-right-style: none;
  }

  .nav-link {
    border-left-style: none;
    background-color: #141414;
  }

  .nav-link.border-right.dropdown {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link.dropdown {
    width: 100%;
  }

  .nav-link.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-left-style: solid;
    background-color: rgba(12, 12, 12, 0);
  }

  .nav-link.mobile-menu {
    display: none;
  }

  .logo {
    border-left-style: none;
  }

  .dropdown-toggle {
    width: 100%;
  }

  .dropdown-list.w--open {
    width: 100%;
    height: 70px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 70px;
    height: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-left: 1px solid #5a5a5a;
    color: #be986f;
  }

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

  .icon-3 {
    font-size: 34px;
    text-align: center;
  }

  .some-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #141414;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 8% 14%;
  }

  .section.hero {
    padding-right: 14%;
    padding-left: 14%;
  }

  .section.image-text {
    padding-right: 14%;
    padding-left: 14%;
  }

  .section.reviews {
    width: 100%;
    padding-right: 5%;
    padding-left: 5%;
  }

  .container {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .h1 {
    font-size: 60px;
    line-height: 60px;
  }

  .image-text-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .image-text-wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    font-size: 12px;
  }

  .text-wrapper {
    width: 100%;
  }

  .image-wrapper {
    width: 100%;
  }

  .slider {
    width: 100%;
  }

  .review {
    width: 100%;
    max-width: none;
  }

  .slide {
    width: 100%;
    max-width: 100%;
  }

  .mask {
    width: 100%;
    max-width: 100%;
  }

  .footer {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .footer-box.right-align {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer-box.hidden {
    display: none;
  }

  .logo-footer {
    width: 60px;
  }

  .link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    display: block;
    padding-right: 10%;
    padding-left: 10%;
  }

  .section.hero {
    min-height: 620px;
    padding-right: 10%;
    padding-left: 10%;
  }

  .section.image-text {
    padding-right: 10%;
    padding-left: 10%;
  }

  .section.reviews {
    padding-right: 0%;
    padding-left: 0%;
  }

  .h1 {
    font-size: 50px;
    line-height: 55px;
  }

  .subtitle {
    font-size: 13px;
    line-height: 18px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .h2 {
    font-size: 24px;
  }

  .paragraph.special {
    font-size: 17px;
    line-height: 23px;
  }

  .tabs-menu {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .tab-link {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }

  .tab-link.w--current {
    text-align: center;
  }

  .logo-footer {
    width: 50px;
  }

  .nav-link.mobile.phone {
    display: none;
  }

  .logo {
    width: 70px;
  }
}

/** MODAL */

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  overflow: auto;
}

.modal-content {
  position: relative;
  background-color: #1a1a1a;
  margin: 15% auto;
  padding: 40px;
  width: 90%;
  max-width: 600px;
  border: 1px solid #be986f;
}

.modal-close {
  position: absolute;
  right: 20px;
  top: 10px;
  color: #be986f;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.modal-close:hover {
  color: #fff;
}

.modal-title {
  color: #be986f;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Caudex, serif;
}

.modal-text {
  color: #dddddd;
  margin-bottom: 30px;
  line-height: 1.6;
}

.modal-text strong {
  color: #ffffff;
}