.layout-blog #sp-main-body article.item {
padding:20px 20px 0px 20px;
}
.view-article #sp-main-body .item.item-page {
  padding: 20px;
}

body {
  font-size: 20px;
  color: #666666;
  line-height: 1.7em;
  font-weight: 400;
}


.sp-contact-email {
  display: none;
}

#sp-header .row {
  display: flex;
  align-items: center;
}

#sp-logo img {
  max-height: 48px;
  width: auto;
}

#sp-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
__________________
#sp-header .row {
  display: flex;
  align-items: center;
}

/* логотип */
#sp-logo img {
  max-height: 44px;
  width: auto;
}

/* меню + бургер */
#sp-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

/* мобілка */
@media (max-width: 767px) {
  #sp-logo img {
    max-height: 40px;
  }
}
/* ===== FIX HEADER LOGO + MENU (Helix3) ===== */

#sp-header .container > .row {
    display: flex;
    align-items: center;
}

/* LOGO */
#sp-logo {
    flex: 0 0 auto;
}

#sp-logo img {
    max-height: 48px;   /* мобілка */
    width: auto;
}

/* MENU / BURGER */
#sp-menu {
    margin-left: auto;
    text-align: right;
}

/* DESKTOP */
@media (min-width: 992px) {
    #sp-logo img {
        max-height: 70px;
    }
}
