.header-logo > *,
.header-logo-mb > *,
.loader-logo-ic,
.loader-page-logo > *,
.footer-logo-placeholder {
  display: none !important;
}

.header-logo,
.header-logo-mb,
.loader-logo,
.loader-page-logo {
  font-family: "Helvetica Neue", Arial, sans-serif !important;
  font-weight: 800 !important;
  letter-spacing: -0.045em !important;
  text-transform: uppercase !important;
}

.header-logo::after,
.header-logo-mb::after,
.loader-logo::after,
.loader-page-logo::after {
  content: "BRUTELO CARRIERS";
  display: block;
  white-space: nowrap;
}

.header-logo {
  align-items: center !important;
  display: flex !important;
  height: 18px !important;
  width: 154px !important;
}

.header-logo::after {
  font-size: 15px;
  line-height: 1;
}

.header-logo-mb::after,
.loader-logo::after,
.loader-page-logo::after {
  font-size: 12px;
  line-height: 1;
}

.footer-logo-canvas {
  display: block !important;
  transform: translateY(-4%) !important;
}

.footer-logo-main {
  display: block !important;
  opacity: 0 !important;
}

.footer-logo-main::after {
  content: none !important;
  display: none !important;
}

@media (max-width: 991px) {
  .footer-logo-canvas {
    display: none !important;
  }

  .footer-logo-main {
    display: block !important;
    opacity: 1 !important;
    transform: none !important;
    visibility: visible !important;
  }

  .footer-logo-main > * {
    display: none !important;
  }

  .footer-logo-main::after {
    color: rgba(17, 17, 17, 0.4) !important;
    content: "BRUTELO STUDIO" !important;
    display: block !important;
    font-family: "BT Steinhart", Arial, sans-serif !important;
    font-size: 12vw;
    font-weight: 700;
    letter-spacing: -0.045em;
    line-height: 0.85;
    text-align: center;
    white-space: nowrap;
  }
}

@media (max-width: 767px) {
  .header-logo {
    width: 132px !important;
  }

  .header-logo::after {
    font-size: 13px;
  }
}
