header {
  background-color: #0000 !important;
  z-index: 10 !important;
}
footer .footer--row:last-of-type{
	display:none;
}
html {
  scroll-behavior: smooth;
}
.footer_mail_block a, .footer_phone_block  {
  color: var(--nv-primary-accent) !important;
}

.footer_phone_block {
  margin-bottom: 10px;
}

.widget_block {
  margin: unset;
}

.block-label-banner {
  margin-top: 100px !important;
}
.header-main-inner .has-nav {
  margin-top: 40px;
  margin-bottom: auto;
}
.header {
  position: absolute;
  width: 100%;
}
.nav-ul li  {
  padding: 22px 12px;
}
@media screen and (min-width: 960px) {
  .builder-item {
    padding-right: 0 !important;
  }
  .builder-item .item--inner.has_menu  {
    background: #c09a5ddd;
  }
}
@media screen and (max-width: 960px) {
  .nav-ul li.current-menu-item>.wrap>a:not([href*="#"]) {
    color: #c09a5d;
  }
}