.elementor-16865 .elementor-element.elementor-element-6536534{--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;--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-16865 .elementor-element.elementor-element-0b891f5{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-16865{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS */.nr-footer{
  background: #1f1f1f;
  padding: 70px 20px 30px;
  color: #ffffff;
}

.nr-footer__inner{
  max-width: 1200px;
  margin: 0 auto;
}

.nr-footer__grid{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1fr;
  gap: 30px;
}

.nr-footer__logo{
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}

.nr-footer__tagline{
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255,255,255,0.7);
}

.nr-footer__slogan{
  margin-top: 12px;
  font-size: 14px;
  font-weight: 600;
  color: #b68c40;
}

.nr-footer__title{
  margin: 0 0 14px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: rgba(255,255,255,0.6);
}

.nr-footer__menu{
  list-style: none;
  padding: 0;
  margin: 0;
}

.nr-footer__menu li{
  margin-bottom: 10px;
}

.nr-footer__menu a{
  color: rgba(255,255,255,0.9);
  text-decoration: none;
  font-size: 15px;
  transition: color .2s ease;
}

.nr-footer__menu a:hover{
  color: #b68c40;
}

.nr-footer__contacts p{
  margin: 0 0 10px;
  font-size: 15px;
  color: rgba(255,255,255,0.85);
}

.nr-footer__contacts a{
  color: #b68c40;
  text-decoration: none;
}

.nr-footer__contacts a:hover{
  text-decoration: underline;
}

.nr-footer__btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 20px;
  border-radius: 10px;
  background: #b68c40;
  color: #1b1b1b;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
}

.nr-footer__btn:hover{
  background: #a57d36;
  transform: translateY(-1px);
}

.nr-footer__bottom{
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255,255,255,0.08);
  text-align: center;
}

.nr-footer__bottom p{
  margin: 0;
  font-size: 13px;
  color: rgba(255,255,255,0.5);
}

@media (max-width: 1024px){
  .nr-footer__grid{
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px){
  .nr-footer{
    padding: 50px 16px 24px;
  }

  .nr-footer__grid{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .nr-footer__btn{
    width: 100%;
  }

  .nr-footer__bottom{
    margin-top: 30px;
  }
}/* End custom CSS */