.elementor-116 .elementor-element.elementor-element-274abef{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.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-53352e4 *//* =========================================================
   STROYBURENIE — FOOTER
   ========================================================= */

.sb-footer {
  width: 100%;

  padding: 72px 0 0;

  background: #0b2132;

  font-family: "Manrope", Arial, sans-serif;

  color: #ffffff;
}


.sb-footer *,
.sb-footer *::before,
.sb-footer *::after {
  box-sizing: border-box;
}


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

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

  margin: 0 auto;
}


/* =========================================================
   TOP
   ========================================================= */

.sb-footer__top {
  display: grid;

  grid-template-columns:
    minmax(300px, 1.15fr)
    minmax(170px, .45fr)
    minmax(420px, .95fr);

  gap: 75px;

  padding-bottom: 55px;
}


/* =========================================================
   BRAND
   ========================================================= */

.sb-footer__brand {
  max-width: 430px;
}


.sb-footer__logo {
  display: inline-block;

  text-decoration: none !important;
}


.sb-footer__logo img {
  display: block;

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


.sb-footer__brand p {
  max-width: 400px;

  margin: 23px 0 0;

  color: rgba(255,255,255,.56);

  font-size: 13px;
  font-weight: 400;

  line-height: 1.65;
}


/* =========================================================
   COLUMN TITLES
   ========================================================= */

.sb-footer__title {
  margin-bottom: 18px;

  color: rgba(255,255,255,.42);

  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;

  letter-spacing: .14em;

  text-transform: uppercase;
}


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

.sb-footer__nav {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}


.sb-footer__nav a {
  display: inline-block;

  margin-bottom: 11px;

  color: rgba(255,255,255,.76) !important;

  font-size: 13px;
  font-weight: 500;

  text-decoration: none !important;

  transition:
    color .2s ease;
}


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


/* =========================================================
   CONTACTS
   ========================================================= */

.sb-footer__contacts {
  display: flex;
  flex-direction: column;

  align-items: flex-start;
}


/* =========================================================
   PHONES GRID
   ========================================================= */

.sb-footer__phones-grid {
  width: 100%;

  display: grid;

  grid-template-columns:
    repeat(2, minmax(165px, 1fr));

  column-gap: 26px;
  row-gap: 8px;
}


.sb-footer__phone {
  display: block;

  color: #ffffff !important;

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

  letter-spacing: -.2px;

  text-decoration: none !important;

  white-space: nowrap;

  transition:
    color .2s ease;
}


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


/* =========================================================
   EMAIL
   ========================================================= */

.sb-footer__email {
  display: inline-block;

  margin-top: 17px;

  color: rgba(255,255,255,.78) !important;

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

  text-decoration: none !important;

  transition:
    color .2s ease;
}


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


/* =========================================================
   TIME
   ========================================================= */

.sb-footer__time {
  display: block;

  margin-top: 9px;

  color: rgba(255,255,255,.42);

  font-size: 10.5px;
  font-weight: 400;

  line-height: 1.3;
}


/* =========================================================
   BUTTON
   ========================================================= */

.sb-footer__button {
  min-height: 49px;

  margin-top: 22px;

  padding: 0 21px;

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

  background:
    linear-gradient(
      135deg,
      #ff7410,
      #ff5d00
    );

  border-radius: 4px;

  color: #ffffff !important;

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

  text-decoration: none !important;

  box-shadow:
    0 8px 18px rgba(255,100,0,.14);

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


.sb-footer__button:hover {
  color: #ffffff !important;

  transform: translateY(-1px);

  box-shadow:
    0 11px 25px rgba(255,100,0,.24);
}


/* =========================================================
   BOTTOM
   ========================================================= */

.sb-footer__bottom {
  min-height: 72px;

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

  gap: 30px;

  border-top:
    1px solid rgba(255,255,255,.10);
}


.sb-footer__bottom > span {
  color: rgba(255,255,255,.35);

  font-size: 10px;
  font-weight: 400;
}


/* =========================================================
   LEGAL
   ========================================================= */

.sb-footer__legal {
  display: flex;
  align-items: center;

  gap: 24px;
}


.sb-footer__legal a {
  color: rgba(255,255,255,.40) !important;

  font-size: 10px;
  font-weight: 400;

  text-decoration: none !important;

  transition:
    color .2s ease;
}


.sb-footer__legal a:hover {
  color: rgba(255,255,255,.76) !important;
}


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

@media (max-width: 1050px) {

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


  .sb-footer__top {
    grid-template-columns:
      1fr 1fr;

    gap: 45px;
  }


  .sb-footer__brand {
    grid-column: 1 / -1;
  }


  .sb-footer__contacts {
    max-width: 500px;
  }

}


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

@media (max-width: 700px) {

  .sb-footer {
    padding-top: 52px;
  }


  .sb-footer__inner {
    width: calc(100% - 30px);
  }


  .sb-footer__top {
    grid-template-columns: 1fr;

    gap: 36px;

    padding-bottom: 40px;
  }


  .sb-footer__brand {
    grid-column: auto;
  }


  .sb-footer__logo img {
    width: 220px;
  }


  .sb-footer__brand p {
    font-size: 12.5px;
  }


  /* phones */

  .sb-footer__phones-grid {
    grid-template-columns:
      repeat(2, minmax(0, 1fr));

    column-gap: 14px;
    row-gap: 8px;
  }


  .sb-footer__phone {
    font-size: 16px;
  }


  .sb-footer__email {
    font-size: 13px;
  }


  .sb-footer__button {
    width: 100%;
  }


  /* bottom */

  .sb-footer__bottom {
    min-height: auto;

    padding: 22px 0;

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

    gap: 13px;
  }


  .sb-footer__legal {
    flex-direction: column;
    align-items: flex-start;

    gap: 8px;
  }

}


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

@media (max-width: 450px) {

  .sb-footer__inner {
    width: calc(100% - 24px);
  }


  .sb-footer__phones-grid {
    grid-template-columns: 1fr;

    gap: 7px;
  }


  .sb-footer__phone {
    font-size: 18px;
  }


  .sb-footer__email {
    margin-top: 15px;

    font-size: 13.5px;
  }

}/* End custom CSS */