/* Mobile header polish */
@media screen and (max-width: 767px) {
  #Top_bar .wrap-header_logo_phone {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: flex-start;
    padding: 14px 14px 18px;
  }

  .header-stack.header-center #Top_bar .logo,
  .header-stack #Top_bar .logo,
  .mobile-header-mini #Top_bar .logo {
    margin: 0 !important;
    max-width: min(88vw, 420px);
    min-height: 0 !important;
    order: 1;
    padding: 0 !important;
    width: 100%;
  }

  .mobile-header-mini #Top_bar #logo,
  #Top_bar #logo {
    align-items: center;
    display: flex;
    height: auto !important;
    justify-content: center;
    line-height: 1 !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  #Top_bar #logo img.logo-main,
  #Top_bar #logo img.logo-sticky,
  #Top_bar #logo img.logo-mobile-sticky {
    display: none !important;
  }

  #Top_bar #logo img.logo-mobile {
    display: block;
    height: auto !important;
    max-height: none !important;
    max-width: min(84vw, 320px) !important;
    width: 100% !important;
  }

  #Top_bar .wrap-header_logo_phone .widgetizedArea {
    box-sizing: border-box;
    height: auto;
    margin: 0 !important;
    max-width: 340px;
    order: 2;
    text-align: center;
    width: 100%;
  }

  #Top_bar .textwidget .phone-left,
  #Top_bar .textwidget .phone-right,
  .phone-left,
  .phone-right {
    color: #0051ba;
    display: block;
    font-size: 20px;
    line-height: 1.18;
    margin: 0;
    padding: 0;
    text-align: center;
  }

  #Top_bar .textwidget .phone-left a,
  #Top_bar .textwidget .phone-right a {
    display: inline-flex;
    justify-content: center;
    line-height: 1.1;
    min-height: 0 !important;
  }

  .phone-number-247,
  .phone-number-routine {
    display: block;
    font-size: 28px;
    line-height: 1.1;
    margin-top: 7px;
  }

  #Top_bar .menu_wrapper {
    align-items: center;
    display: flex;
    min-height: 82px;
    padding: 0 8px;
  }

  .header-stack #Top_bar a.responsive-menu-toggle,
  #Top_bar a.responsive-menu-toggle {
    align-items: center;
    display: inline-flex;
    flex: 0 0 56px;
    height: 56px !important;
    justify-content: center;
    margin: 0 !important;
    position: static !important;
    width: 56px;
  }

  #Top_bar .topsearch,
  #Top_bar .topsocial {
    background: transparent;
    bottom: auto;
    min-height: 56px;
    position: static;
    top: auto;
    z-index: 1;
  }

  #Top_bar .topsearch {
    flex: 0 0 56px;
    width: 56px;
  }

  #Top_bar .topsocial {
    flex: 1 1 auto;
    width: auto;
  }

  #Top_bar .topsocial .ftrSocialIcon {
    gap: clamp(10px, 4vw, 22px);
    justify-content: space-around;
    width: 100%;
  }

  #Top_bar .ftrSocialIcon a,
  #Top_bar .topsearch .tcbhc-header-search-button {
    height: 56px;
    min-height: 56px;
    min-width: 44px;
    width: 44px;
  }

  .tcbhc-a11y-launcher {
    bottom: 16px !important;
    left: 16px !important;
  }
}

@media screen and (max-width: 420px) {
  #Top_bar .wrap-header_logo_phone {
    padding-top: 12px;
  }

  #Top_bar .textwidget .phone-left,
  #Top_bar .textwidget .phone-right,
  .phone-left,
  .phone-right {
    font-size: 18px;
  }

  .phone-number-247,
  .phone-number-routine {
    font-size: 25px;
  }

  #Top_bar .menu_wrapper {
    min-height: 72px;
    padding: 0 6px;
  }

  #Top_bar .topsocial .ftrSocialIcon {
    gap: 4px;
  }

  #Top_bar .ftrSocialIcon a,
  #Top_bar .topsearch .tcbhc-header-search-button,
  .header-stack #Top_bar a.responsive-menu-toggle,
  #Top_bar a.responsive-menu-toggle {
    height: 52px !important;
    min-height: 52px !important;
    width: 42px;
  }
}
