.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-8aad2b6 *//* =========================================
   СТРОЙБУРЕНИЕ — HEADER
   ========================================= */

.sb-head {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;

  z-index: 99999;

  width: 100%;

  background: #ffffff;

  border: 0;
  box-shadow: none;

  font-family: "Manrope", Arial, sans-serif;
}
.sb-hero {
  margin-top: 96px;
}

@media (max-width: 1120px) {
  .sb-hero {
    margin-top: 80px;
  }
}

@media (max-width: 600px) {
  .sb-hero {
    margin-top: 72px;
  }
}


/* =========================================
   INNER
   ========================================= */

.sb-head__inner {
  width: min(1500px, calc(100% - 64px));
  min-height: 96px;

  margin: 0 auto;

  display: flex;
  align-items: center;
  justify-content: space-between;

  gap: 32px;
}


/* =========================================
   LOGO
   ========================================= */

.sb-head__logo {
  flex: 0 0 auto;

  display: block;

  text-decoration: none !important;
}

.sb-head__logo img {
  display: block;

  width: 265px;
  max-width: 100%;
  height: auto;
}


/* =========================================
   DESKTOP NAVIGATION
   ========================================= */

.sb-head__nav {
  flex: 1 1 auto;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 31px;
}

.sb-head__nav a {
  position: relative;

  min-height: 96px;

  display: flex;
  align-items: center;

  color: #10283d !important;
  text-decoration: none !important;

  font-size: 15.5px;
  font-weight: 600;
  line-height: 1;

  white-space: nowrap;

  transition:
    color .2s ease;
}


/* underline */

.sb-head__nav a::after {
  content: "";

  position: absolute;

  left: 0;
  right: 100%;
  bottom: 0;

  height: 3px;

  background: #ff6b00;

  transition:
    right .22s ease;
}

.sb-head__nav a:hover {
  color: #ff6b00 !important;
}

.sb-head__nav a:hover::after {
  right: 0;
}


/* =========================================
   DESKTOP RIGHT SIDE
   ========================================= */

.sb-head__contacts {
  flex: 0 0 auto;

  display: flex;
  align-items: center;
  justify-content: flex-end;

  gap: 23px;
}


/* =========================================
   DESKTOP PHONES
   ========================================= */

.sb-head__phones {
  position: relative;

  display: flex;
  flex-direction: column;
  align-items: flex-start;

  padding-left: 30px;

  white-space: nowrap;
}

.sb-head__phones::before {
  content: "";

  position: absolute;

  left: 0;
  top: 8px;

  width: 21px;
  height: 21px;

  background:
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff6b00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M22 16.92v3a2 2 0 0 1-2.18 2 19.8 19.8 0 0 1-8.63-3.07 19.5 19.5 0 0 1-6-6A19.8 19.8 0 0 1 2.12 4.18 2 2 0 0 1 4.11 2h3a2 2 0 0 1 2 1.72c.12.93.36 1.84.7 2.71a2 2 0 0 1-.45 2.11L8.09 9.91a16 16 0 0 0 6 6l1.27-1.27a2 2 0 0 1 2.11-.45c.87.34 1.78.58 2.71.7A2 2 0 0 1 22 16.92z'/%3E%3C/svg%3E")
    center / contain no-repeat;
}

.sb-head__phones a {
  display: block;

  color: #10283d !important;
  text-decoration: none !important;

  font-size: 19px;
  font-weight: 750;
  line-height: 1.08;

  letter-spacing: -0.2px;

  transition:
    color .2s ease;
}

.sb-head__phones a + a {
  margin-top: 4px;
}

.sb-head__phones a:hover {
  color: #ff6b00 !important;
}

.sb-head__phones small {
  display: block;

  margin-top: 6px;

  color: #7b8790;

  font-size: 10px;
  font-weight: 500;
  line-height: 1.2;
}


/* =========================================
   DESKTOP CTA
   ========================================= */

.sb-head__button {
  min-height: 54px;

  padding: 0 24px;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  background: #ff6b00;

  border-radius: 4px;

  color: #ffffff !important;
  text-decoration: none !important;

  font-size: 13.5px;
  font-weight: 700;
  line-height: 1;

  white-space: nowrap;

  transition:
    background .2s ease,
    transform .2s ease,
    box-shadow .2s ease;
}

.sb-head__button:hover {
  background: #e95f00;

  color: #ffffff !important;

  transform: translateY(-1px);

  box-shadow:
    0 9px 20px rgba(255, 107, 0, .18);
}


/* =========================================
   MOBILE PHONES IN HEADER
   ========================================= */

.sb-head__mobile-phones {
  display: none;
}


/* =========================================
   BURGER
   ========================================= */

.sb-head__burger {
  display: none;

  flex: 0 0 46px;

  width: 46px;
  height: 46px;

  padding: 0;

  align-items: center;
  justify-content: center;
  flex-direction: column;

  gap: 5px;

  border: 1px solid #e4e9ed !important;
  border-radius: 4px;

  background: #f5f7f8 !important;

  color: #10283d !important;

  cursor: pointer;

  appearance: none;
  -webkit-appearance: none;

  outline: none !important;
  box-shadow: none !important;

  transition:
    background .2s ease,
    border-color .2s ease;
}


/* жёстко перебиваем Elementor */

.sb-head__burger:hover,
.sb-head__burger:focus,
.sb-head__burger:focus-visible,
.sb-head__burger:active,
.sb-head__burger.is-active {
  background: #f5f7f8 !important;

  border-color: #d7dde2 !important;

  color: #10283d !important;

  outline: none !important;
  box-shadow: none !important;
}

.sb-head__burger span {
  display: block;

  width: 21px;
  height: 2px;

  margin: 0 !important;
  padding: 0 !important;

  background: #10283d !important;

  border: 0 !important;

  transition:
    transform .2s ease,
    opacity .2s ease,
    background .2s ease;
}

.sb-head__burger:hover span,
.sb-head__burger:focus span,
.sb-head__burger:focus-visible span,
.sb-head__burger:active span,
.sb-head__burger.is-active span {
  background: #10283d !important;
}

.sb-head__burger.is-active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.sb-head__burger.is-active span:nth-child(2) {
  opacity: 0;
}

.sb-head__burger.is-active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}


/* =========================================
   MOBILE MENU
   ========================================= */

.sb-head__mobile {
  display: none;
}


/* =========================================
   SMALL DESKTOP
   ========================================= */

@media (max-width: 1380px) {

  .sb-head__inner {
    width: calc(100% - 40px);

    gap: 21px;
  }

  .sb-head__logo img {
    width: 225px;
  }

  .sb-head__nav {
    gap: 20px;
  }

  .sb-head__nav a {
    font-size: 14px;
    font-weight: 600;
  }

  .sb-head__phones a {
    font-size: 17px;
  }

  .sb-head__contacts {
    gap: 17px;
  }

  .sb-head__button {
    padding-left: 18px;
    padding-right: 18px;

    font-size: 12.5px;
  }

}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1120px) {

  .sb-head__inner {
    width: calc(100% - 40px);

    min-height: 80px;

    display: flex;
    align-items: center;

    gap: 16px;
  }


  /* logo */

  .sb-head__logo {
    flex: 0 0 auto;
  }

  .sb-head__logo img {
    width: 215px;
  }


  /* desktop stuff off */

  .sb-head__nav,
  .sb-head__contacts {
    display: none;
  }


  /* phones between logo and burger */

  .sb-head__mobile-phones {
    flex: 1 1 auto;

    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;

    margin-left: auto;
    margin-right: 6px;

    white-space: nowrap;
  }

  .sb-head__mobile-phones a {
    display: block;

    color: #10283d !important;
    text-decoration: none !important;

    font-size: 15px;
    font-weight: 650;
    line-height: 1.15;

    letter-spacing: -0.1px;

    transition:
      color .2s ease;
  }

  .sb-head__mobile-phones a + a {
    margin-top: 3px;
  }

  .sb-head__mobile-phones a:hover {
    color: #ff6b00 !important;
  }


  /* burger */

  .sb-head__burger {
    display: flex;
  }


  /* dropdown */

  .sb-head__mobile {
    position: absolute;

    top: 100%;
    left: 0;
    right: 0;

    display: block;

    padding: 10px 20px 18px;

    background: #ffffff;

    border-top: 1px solid #edf0f2;

    box-shadow:
      0 20px 40px rgba(12, 30, 45, .13);

    opacity: 0;
    visibility: hidden;

    transform: translateY(-8px);

    pointer-events: none;

    transition:
      opacity .2s ease,
      transform .2s ease,
      visibility .2s ease;
  }

  .sb-head__mobile.is-open {
    opacity: 1;
    visibility: visible;

    transform: translateY(0);

    pointer-events: auto;
  }


  /* mobile nav */

  .sb-head__mobile-nav {
    display: flex;
    flex-direction: column;
  }

  .sb-head__mobile-nav a {
    display: block;

    padding: 15px 4px;

    border-bottom: 1px solid #edf0f2;

    color: #10283d !important;
    text-decoration: none !important;

    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;

    transition:
      color .2s ease;
  }

  .sb-head__mobile-nav a:hover {
    color: #ff6b00 !important;
  }


  /* bottom mobile block */

  .sb-head__mobile-bottom {
    padding-top: 16px;
  }

  .sb-head__mobile-fullphones {
    display: flex;
    flex-direction: column;
  }

  .sb-head__mobile-fullphones a {
    color: #10283d !important;
    text-decoration: none !important;

    font-size: 18px;
    font-weight: 750;
    line-height: 1.2;
  }

  .sb-head__mobile-fullphones a + a {
    margin-top: 4px;
  }

  .sb-head__mobile-fullphones small {
    margin-top: 6px;

    color: #7b8790;

    font-size: 11px;
  }


  /* mobile button */

  .sb-head__mobile-btn {
    min-height: 52px;

    margin-top: 16px;

    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ff6b00;

    border-radius: 4px;

    color: #ffffff !important;
    text-decoration: none !important;

    font-size: 14px;
    font-weight: 700;

    transition:
      background .2s ease;
  }

  .sb-head__mobile-btn:hover {
    background: #e95f00;

    color: #ffffff !important;
  }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

  .sb-head__inner {
    width: calc(100% - 28px);
    min-height: 72px;
    gap: 10px;
  }

  .sb-head__logo img {
    width: 170px;
  }

  .sb-head__mobile-phones {
    margin-right: 4px;
  }

  .sb-head__mobile-phones a {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.2px;
  }

  .sb-head__mobile-phones a + a {
    margin-top: 2px;
  }

  .sb-head__burger {
    flex-basis: 44px;
    width: 44px;
    height: 44px;
  }

}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 430px) {

  .sb-head__inner {
    width: calc(100% - 22px);
    gap: 7px;
  }

  .sb-head__logo img {
    width: 140px;
  }

  .sb-head__mobile-phones {
    margin-right: 3px;
  }

  .sb-head__mobile-phones a {
    font-size: 13.5px;
    font-weight: 700;
  }

  .sb-head__burger {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }

  .sb-head__burger span {
    width: 19px;
  }

}


/* =========================================
   VERY SMALL MOBILE
   ========================================= */

@media (max-width: 370px) {

  .sb-head__logo img {
    width: 125px;
  }

  .sb-head__mobile-phones a {
    font-size: 14px;
  }

}/* End custom CSS */