body {
  margin: 0;
  font-family: 'Arimo';
  font-weight: 400;
}

li {
  list-style-type: none;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
  display: flex;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #5b270b;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  text-align: right;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #171717;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #171717;
  text-transform: uppercase;
  background-color: #fde047;
  border: 1px solid #fde04700;
  border-radius: 9999px;
  padding: 18px 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
  position: relative;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.site-banner {
  background-color: #fff;
  background-image: url(./images/banner.png);
  background-position: 0 0;
  background-size: cover;
  border-bottom: 1px solid #e4ebf3;
  justify-content: flex-end;
  padding: 253px 0 160px 30px;
  display: flex;
  position: relative;
  background-repeat: no-repeat;
}

.container {
  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 {
  color: #475569;
  margin-bottom: 24px;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
}

.start-button {
  color: #171717;
  letter-spacing: 2px;
  -webkit-text-stroke-color: #171717;
  text-transform: uppercase;
  background-color: #fde047;
  border-radius: 9999px;
  padding: 24.5px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  transition: all .2s;
}

.start-button:hover {
  color: #fff;
  background-color: #32343a;
}

.start-button:active {
  background-color: #43464d;
}

.heading {
  color: #171717;
  letter-spacing: -3px;
  font-size: 96px;
  line-height: 96px;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.slider-block,
.contact-us {
  margin-bottom: 0;
  padding: 0 30px;
  position: relative;
}

.contact-us {
  margin-top: 150px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  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-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.slider {
  background-color: #0000;
  height: auto;
  inset: auto 0% 0% auto;
}

.section {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  justify-content: center;
  align-items: center;
  display: flex;
}

nav.nav-menu-wrapper.w-nav-menu {
  width: 100%;
  display: flex;
  justify-content: end;
}

.navbar-brand.w-nav-brand {
  margin-left: 20px;
}

.slide-nav {
  text-align: left;
  position: relative;
  inset: auto auto 0% 0%;
}

.icon {
  z-index: 99;
  color: #000;
  inset: auto 0% 0% auto;
}

.icon-2 {
  color: #000;
  inset: auto 14% 10% auto;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-primary-4 {
  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-4:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-4:active {
  background-color: #43464d;
}

.section-2 {
  clear: none;
  text-align: right;
  justify-content: flex-end;
  margin-top: 140px;
  display: flex;
  position: relative;
}

.heading-2 {
  text-align: right;
}

.right-arrow {
  height: auto;
}

.image {
  width: 100%;
}

.left-arrow {
  inset: 0% auto 0% 0%;
}

.hero-heading-center-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-primary-5 {
  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-5:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-5:active {
  background-color: #43464d;
}

.slider-2 {
  background-color: #ddd0;
  height: 100%;
}

.slide-2 {
  width: 100%;
  height: 98.2799%;
}

.content-block {
  background-color: #0000;
  margin-top: 160px;
}

.about-us-block {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.heading-3 {
  color: #5b270b;
  text-align: right;
  border: 1px solid #5b270b;
  border-radius: 999px;
  width: auto;
  height: auto;
  margin-bottom: 16px;
  padding: 4px 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.heading-4 {
  color: #171717;
  font-size: 96px;
  line-height: 96px;
}

.title-about {
  color: #171717;
  text-align: right;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 48px;
  font-size: 96px;
  line-height: 96px;
  position: relative;
}

.paragraph {
  text-align: right;
  font-size: 32px;
}

.paragraph-2 {
  color: #475569;
  text-align: right;
  margin-bottom: 48px;
  font-size: 32px;
  line-height: 40px;
}

.container-block {
  width: auto;
  max-width: 95%;
}

.discover-story-link {
  color: #171717;
  text-align: right;
  margin-bottom: 65px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: underline;
}

.achievement-block {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.three-col-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  margin-bottom: 96px;
  display: grid;
}

.impact-block {
  background-color: #fde047;
  border-radius: 32px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 48px 40px;
}

.text-block {
  color: #171717;
  text-align: center;
  width: auto;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  position: relative;
}

.paragraph-3 {
  color: #475569;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.achievement-title {
  text-align: right;
  margin-bottom: 65px;
  font-size: 60px;
  line-height: 72px;
}

.flex-block {
  justify-content: flex-start;
  align-items: flex-start;
}

.foundation-work-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.foundation-work-block {
  border: 2px solid #facc15;
  border-radius: 32px;
  flex-flow: column;
  padding: 40px 32px;
  display: flex;
  position: relative;
}

.featyre-title {
  color: #171717;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}

.feature-text {
  color: #475569;
  text-align: left;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
  position: static;
  inset: auto 0% 0%;
}

.link-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  justify-content: flex-start;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: clip;
}

.text-block-3 {
  color: #171717;
  border-bottom: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.arrow-icon {
  border: 1px #000;
  border-bottom-style: solid;
  margin-left: 0;
  padding-left: 4px;
  display: block;
  position: static;
}

.video {
  margin-top: 65px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.button-primary-6 {
  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-6:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-6:active {
  background-color: #43464d;
}

.transforming-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  display: grid;
}

.transforming-content-text {
  color: #475569;
  text-align: right;
  flex-flow: column;
  align-items: flex-end;
  margin-bottom: 48px;
  padding: 0;
  font-size: 20px;
  line-height: 30px;
  display: flex;
}

.transforming-content1 {
  flex-flow: column;
  align-items: flex-end;
  padding: 34px 72px;
  display: flex;
}

.image-2 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
}

.two-col-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.features-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.recent-projects {
  border-radius: 32px;
  position: relative;
}

.recent-projects-text {
  color: #fff;
  text-align: center;
  border-radius: 0;
  width: 100%;
  max-width: none;
  font-size: 32px;
  line-height: 40px;
  position: absolute;
  inset: auto 0% 0%;
}

.recent-projects-image {
  border-radius: 32px;
  width: 100%;
  max-width: none;
}

.resent-link {
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 95px;
  text-decoration: none;
  display: flex;
}

.testimonial-column-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.four-col-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.client-block {
  background-color: #fafafa;
  border: 1px #e4ebf3;
  border-radius: 32px;
  flex-direction: column;
  padding: 48px 24px;
  display: flex;
}

.client-text {
  color: #475569;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.clients-say-titel {
  background-color: #0000;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 32px;
  padding: 0;
  display: flex;
}

.client-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.client-name {
  color: #171717;
  margin-bottom: 2px;
  font-size: 20px;
  font-weight: 700;
}

.client-job-title {
  color: #171717;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 28px;
}

.stars-block {
  display: flex;
}

.link-block-2 {
  border: 1px solid #171717;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.image-3 {
  width: 28px;
  height: 28px;
}

.banner-block {
  -webkit-text-fill-color: inherit;
  background-image: url('./images/Container-2.png');
  background-position: 50%;
  background-size: auto;
  background-attachment: scroll;
  background-clip: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

.banner-buttom {
  color: #fff;
  background-color: #171717;
  border-radius: 9999px;
  padding: 24.5px 25px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  color: #1a1b1fbf;
}

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer {
  margin-top: 125px;
  margin-bottom: 28px;
  padding-bottom: 0;
}

.footer-logo {
  margin-bottom: 32px;
}

.footer-col-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-icons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 30%;
  display: grid;
}

.naw-menu-footer {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.link {
  color: #171717;
  text-align: right;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
}

.footer-title {
  color: #171717;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.coopir {
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 28px;
  display: flex;
}

.text-block-4 {
  color: #475569;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 22px;
}

.contaner-block {
  min-width: 90%;
  max-width: 1304px;
}

.banner-text {
  flex-flow: column;
  align-items: flex-end;
  width: 50%;
  display: flex;
  position: static;
}

.banner-content {
  background-color: #eedbc3cc;
  margin-top: -27px;
  padding: 50px 54px;
}

.banner-title {
  color: #5b270b;
  text-align: right;
  font-size: 40px;
  line-height: 65px;
}

.banner-logo {
  margin-bottom: 0;
  margin-right: 50px;
  position: relative;
}

.our-customers {
  background-color: #eedbc3;
}

.customers-container {
  max-width: 1144px;
  padding-top: 44px;
  padding-bottom: 42px;
}

.heading-5 {
  color: #a55b53;
  text-align: center;
  font-size: 32px;
  line-height: 40px;
}

.paragraph-4 {
  color: #171717;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}

.customers-logo {
  justify-content: space-between;
  margin-top: 30px;
  display: flex;
}

.door-block {
  margin-top: 0;
  padding-top: 100px;
  padding-bottom: 150px;
}

.block-content {
  grid-column-gap: 89px;
  grid-row-gap: 89px;
  justify-content: space-between;
  display: flex;
}

.image-4 {
  border-radius: 8px;
  max-width: 496px;
  position: relative;
}

.door-img-block {
  flex-flow: column;
  width: 40%;
  display: flex;
  position: relative;
}

.image-5 {
  border-radius: 8px;
  max-width: 447px;
  margin-top: 0%;
  margin-right: 0%;
  position: absolute;
  inset: auto -25% -25% auto;
}

.door-content-block {
  color: #475569;
  text-align: right;
  width: 60%;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}

.titel {
  color: #a55b53;
  text-align: right;
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 64px;
}

.combititle {
  font-size: 60px;
}

.text-content {
  color: #475569;
  text-align: right;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
  line-height: 40px;
}

.about-us {
  background-color: #0000;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.about-us-content {
  grid-column-gap: 46px;
  grid-row-gap: 46px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-us-content-block-img {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  max-width: 50%;
  margin-left: 52px;
  display: flex;
}

.margin-bottom-24px-3 {
  text-align: right;
  margin-bottom: 24px;
}

.button-primary-7 {
  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-7:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-7:active {
  background-color: #43464d;
}

.shadow-two-2 {
  border-radius: 8px;
  box-shadow: 0 4px 24px #96a3b514;
}

.about-yigal {
  background-color: #eedbc3cc;
  background-image: url('./images/bg-blocks.png');
  background-position: 0 0;
  background-size: auto;
  padding-top: 95px;
  padding-bottom: 95px;
}

.heading-6 {
  text-align: right;
  font-size: 48px;
  line-height: 60px;
}

.heading-7 {
  font-size: 48px;
}

.heading-8 {
  text-align: right;
  font-size: 48px;
}

.heading-9 {
  text-align: right;
  font-size: 48px;
  line-height: 60px;
}

.paragraph-5 {
  color: #475569;
  text-align: right;
  font-size: 20px;
  line-height: 30px;
}

.offer-block {
  margin-top: 130px;
  position: relative;
}

.offer-block::after {
  position: absolute;
  content: '';
  width: 28rem;
  height: 100%;
  background-image: url(./images/bg-blocks2.png);
  bottom: -55%;
  z-index: -1;
}

.offer-title {
  color: #a55b53;
  text-align: center;
  margin-top: 48px;
  font-size: 54px;
  line-height: 54px;
}

.offet-title-text {
  color: #000;
  text-align: center;
  font-size: 22px;
  line-height: 46px;
}

.offer-row {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: stretch stretch;
  display: grid;
}

.offer-col {
  margin-right: 65px;
}

.offer-col-img {
  width: auto;
  display: flex;
  justify-content: center;
}

.innovation {
  border-bottom: 1px solid #47556980;
  flex-flow: column;
  align-items: flex-end;
  margin-bottom: 25px;
  padding-bottom: 25px;
  display: flex;
  position: relative;
}

.innovation-title {
  color: #a55b53;
  text-align: right;
  margin-bottom: 23px;
  font-size: 33px;
  line-height: 33px;
}

.innovation-tetx {
  color: #475569;
  text-align: right;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
}

.div-block-2 {
  margin-left: 45px;
}

.innovation-end {
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.link-2 {
  color: #2d9cdb;
  text-align: right;
  width: 100%;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}

.image-6 {
  text-align: right;
}

.image-7 {
  position: absolute;
  bottom: -85px;
  left: -2px;
}

.offer-col2 {
  margin-left: 0;
}

.innovation-img {
  flex-flow: column;
  align-items: flex-end;
  margin-bottom: 80px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.why-us {
  margin-top: 150px;
  margin-bottom: 127px;
}

.why-us-title {
  color: #a55b53;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
}

.why-us-content {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  display: grid;
}

.image-8 {
  border-radius: 8px;
}

.why-us-col-text {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  display: flex;
}

.title-icon {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-block {
  background-color: #deb887;
  border-radius: 10.8px;
  justify-content: center;
  align-items: center;
  width: 57.6px;
  height: 57.6px;
  display: flex;
}

.text-block-5 {
  font-weight: 700;
}

.text-title-icon {
  color: #5b270b;
  text-align: right;
  font-size: 25.2px;
  font-weight: 700;
  line-height: 29px;
}

.paragraph-6 {
  text-align: right;
  font-size: 18px;
  line-height: 27px;
}

.image-9 {
  border-radius: 8px;
}

.slick-dotted.slick-slider {
  margin-top: 10rem;
}

.slick-slide img {
  width: 95%;
}

.prev,
.next {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  border: 1px solid #5B270B;
  border-radius: 50%;
  position: absolute;
  top: -15vh;
  z-index: 2;
}

.next.slick-arrow {
  right: 2%;
}

.prev.slick-arrow {
  right: 7%;
}

.slick-dots li button:before {
  font-size: 10px !important;
  opacity: 1 !important;
  color: #5B270B33 !important;
}

.slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #5B270B !important;
}

.slick-dots {
  top: -12.5vh !important;
  right: 44% !important;
}

.slick-dots li {
  margin: 0 !important;
}

.map-block {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}

.map-block iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 36px;
}

.map-block-info {
  position: absolute;
  z-index: 5;
  background: #fff;
  padding-left: 140px;
  right: 0;
  padding-right: 45px;
  border-radius: 0 36px;
  display: flex;
  flex-direction: column;
  align-items: end;
}

.map-block-info a,
.map-block-info p,
.opening-hours p {
  color: #475569;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.map-block-info-icon {
  margin: 36px 0;
}

.contact-us .titel {
  margin-bottom: 80px;
}

.opening-hours {
  position: absolute;
  z-index: 5;
  border-radius: 5px;
  width: 255px;
  height: 313px;
  background-image: url('./images/contact-info1.png');
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  top: 10%;
  left: 10%;
}

.opening-hours p {
  margin-top: 0;
}

/* Скрываем мобильное меню по умолчанию */
.mobile-nav {
  display: none;
}

.desktop-nav {
  display: block;
}

.customs-menu {
  width: 100%;
}

/* Скрываем десктопное меню на мобильных устройствах */
@media (max-width: 980px) {
  .customs-menu {
    width: 75%;
  }

  nav.nav-menu-wrapper.w-nav-menu {
    display: none;
  }

  .mobile-nav {
    display: block;
    /* Показываем гамбургер */
  }

  .desktop-nav {
    display: none;
    /* Скрываем десктопное меню */
  }

  /* Мобильное меню */
  .mobile-nav .nav-menu-wrapper {
    display: none;
    position: absolute;
    top: 85px;
    /* Под кнопкой */
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    width: 100% !important;
  }

  .mobile-nav .nav-menu-wrapper.open {
    display: block;
    /* Показываем при открытии */
  }

  .hamburger-btn {
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
  }
}


@media screen and (max-width: 991px) {

  .two-col-block {
    display: flex;
    flex-direction: column-reverse;
  }

  .map-block-info {
    position: relative;
    padding-left: 20px;
    padding-right: 0;
  }

  .map-block {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 0;
  }

  .contact-us .titel {
    margin-bottom: 20px;
  }

  .opening-hours,
  .map-block iframe {
    position: relative;
  }

  .opening-hours {
    height: auto;
    background-image: none;
    justify-content: start;
    align-items: end;
  }

  .map-block iframe {
    height: 400px;
  }

  .slick-dotted.slick-slider {
    margin-top: 4rem !important;
  }

  .prev,
  .next {
    display: none !important;
  }

  .slick-dots {
    position: inherit !important;
    top: 0 !important;
    right: 0 !important;
  }

  .slick-list.draggable {
    width: 96vw;
  }

  .slick-slide img {
    width: 100vw;
  }

  .contact-us {
    margin-top: 0;
  }

  .navbar-wrapper {
    width: 100%;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .site-banner {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .container {
    max-width: 728px;
  }

  .start-button {
    padding-left: 28px;
    padding-right: 28px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .four-col-block {
    grid-column-gap: 30px;
  }

  .clients-say-titel {
    flex-direction: column;
  }

  .container-2 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .footer {
    margin-top: 80px;
  }

  .contaner-block {
    padding-left: 40px;
    padding-right: 40px;
  }

  .customers-container {
    padding-left: 0;
    padding-right: 0;
  }

  .customers-logo {
    grid-column-gap: 155px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: .5fr .5fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    place-items: stretch start;
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .door-block {
    padding-bottom: 60px;
  }

  .block-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: column;
  }

  .door-img-block {
    width: 100%;
  }

  .image-5 {
    bottom: -20%;
    right: 0%;
  }

  .door-content-block {
    width: 100%;
    margin-top: 40px;
  }

  .titel {
    font-size: 32px;
  }

  .container-3 {
    max-width: 728px;
  }

  .about-us-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column-reverse wrap;
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 0;
  }

  .about-us-content-block-img {
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 0;
  }

  .offer-block {
    margin-top: 60px;
  }

  .offer-row {
    grid-column-gap: 55px;
    grid-row-gap: 55px;
    grid-template-columns: 1fr;
  }

  .offer-col {
    margin-right: 0;
  }

  .offer-col-img {
    display: none;
  }

  .image-7 {
    bottom: -85px;
    left: 200px;
  }

  .why-us {
    margin-bottom: 60px;
  }

  .why-us-title {
    font-size: 32px;
  }

  .why-us-content {
    grid-template-columns: 1fr 1fr;
  }

  .text-title-icon {
    font-size: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .site-banner,
  .team-slider {
    padding: 60px 15px;
  }

  .slider-block {
    padding: 30px 15px;
  }

  .hero-heading-right,
  .hero-heading-center-2,
  .hero-heading-left,
  .testimonial-column-light {
    padding: 60px 15px;
  }

  .four-col-block {
    grid-template-columns: 1fr;
  }

  .clients-say-titel {
    flex-direction: row;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .banner-text {
    width: 80%;
  }

  .door-block {
    padding-top: 0;
    padding-bottom: 0;
  }

  .titel {
    margin-top: 0;
    font-size: 25px;
  }

  .text-content {
    font-size: 16px;
  }

  .about-us {
    padding: 60px 15px;
  }

  .about-yigal {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .paragraph-5 {
    font-size: 16px;
  }

  .offer-title {
    margin-top: 18px;
    font-size: 25px;
  }

  .offet-title-text {
    font-size: 18px;
  }

  .innovation-title {
    font-size: 20px;
  }

  .innovation-tetx {
    font-size: 16px;
  }

  .image-7 {
    left: 5px;
  }

  .why-us-content {
    margin-top: 25px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .container-2 {
    max-width: none;
  }

  .footer {
    margin-top: 40px;
  }

  .coopir {
    margin-top: 20px;
  }

  .contaner-block {
    text-align: right;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .banner-content {
    width: 90vw;
  }

  .banner-title {
    font-size: 20px;
    line-height: 31px;
  }

  .customers-container {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .customers-logo {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: .5fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center;
  }

  .block-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-5 {
    min-width: 80vw;
    max-width: 80vw;
    display: none;
    bottom: -50%;
    left: -38px;
  }

  .titel {
    margin-bottom: 40px;
    font-size: 25px;
    line-height: 32px;
  }

  .text-content {
    margin-bottom: 0;
    line-height: 24px;
  }

  .about-us {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-3 {
    max-width: none;
  }

  .offer-block {
    margin-top: 0;
  }

  .offet-title-text {
    line-height: 27px;
  }

  .innovation {
    display: none;
  }

  .innovation-title {
    margin-bottom: 10px;
  }

  .image-7 {
    display: none;
  }

  .innovation-img {
    margin-bottom: 40px;
  }

  .why-us {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .why-us-content {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    grid-template-columns: 1fr;
  }

  .why-us-col-text {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
  }

  .text-title-icon {
    width: 80%;
  }
}

#w-node-f879f186-3be3-9bde-1e72-6f8fa7c64991-1025e5c9 {
  place-self: center stretch;
}

#w-node-f2a8dee4-1284-4b40-3e5d-6a5a1d27dd95-1025e5c9 {
  justify-self: end;
}

#w-node-ceafc898-2803-84be-190f-0e6962e0f24a-1025e5c9 {
  place-self: center stretch;
}

#w-node-_42bbe1ce-2296-fb99-9a51-4c55d81ad6ec-1025e5c9 {
  justify-self: center;
}

#w-node-_42bbe1ce-2296-fb99-9a51-4c55d81ad6ee-1025e5c9 {
  place-self: center stretch;
}

#w-node-_043eeff0-3fbd-2526-0500-0be07d8aebdc-1025e5c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_854b3fdd-ce6e-f562-8d44-f089f4265d3c-1025e5c9,
#w-node-bd39a5ee-e2ab-816a-9a32-7d81fc9c0d5e-1025e5c9,
#w-node-b1ca1e7c-36a1-4675-2ea8-8c454af029c0-1025e5c9 {
  justify-self: end;
}

#w-node-_116c42ae-fe8a-a2d9-4631-0aefc5b32b94-1025e5c9 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-_116c42ae-fe8a-a2d9-4631-0aefc5b32b94-1025e5c9 {
    grid-area: 1 / 2 / 2 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_89d24eaa-e959-b7f6-fb23-91c6b57822bc-1025e5c9 {
    place-self: auto;
  }
}