/* Fast Speed navigation layer */
@media (min-width: 1280px) {
  .navbar .dropdown ul {
    min-width: 230px;
  }

  .navbar .dropdown ul a {
    justify-content: flex-start;
    white-space: normal;
    line-height: 1.35;
  }
}

@media (max-width: 1279px) {
  .navbar .dropdown ul {
    list-style: none;
  }

  .navbar .dropdown ul a {
    padding-left: 34px;
    font-size: 14px;
  }
}

.header .logo img {
  width: 64px !important;
  height: 64px !important;
  max-width: 64px !important;
  max-height: 64px !important;
  object-fit: contain;
}

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

@media (max-width: 380px) {
  .header .logo img {
    width: 48px !important;
    height: 48px !important;
    max-width: 48px !important;
    max-height: 48px !important;
  }
}
