  
  .hp-subheader,
  .hp-subheader * { box-sizing: border-box; }
  
    .t-menu-base {
    top: 55px !important;
}

  .hp-subheader {
    background: #ffffff;
    border-bottom: 1px solid #e8e8e8;
    font-family: var(--t-text-font);
    color: #333333;
    line-height: 1;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
  }

  .hp-subheader__inner {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 20px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .hp-subheader__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .hp-subheader__logo img {
    height: 60px;
    width: auto;
    display: block;
  }

  .hp-subheader__logo-name {
    font-size: 20px;
    font-family: var(--t-text-font);
    font-weight: 700;
    color: #222222;
    white-space: nowrap;
  }

  .hp-subheader__info {
    display: flex;
    align-items: center;
    gap: 24px;
  }

  /* --- Блок 1: Время работы --- */
  .hp-subheader__schedule {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .hp-subheader__schedule-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hp-subheader__schedule-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #555555;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hp-subheader__schedule-text {
    font-size: 12px;
    font-family: var(--t-text-font);
    color: #555555;
    line-height: 1.4;
  }

  .hp-subheader__schedule-time {
    display: block;
    font-weight: 500;
    color: #222222;
  }

  /* --- Разделитель --- */
  .hp-subheader__divider {
    width: 1px;
    height: 28px;
    background: #d8d8d8;
    flex-shrink: 0;
  }

  /* --- Блок 2: Телефон --- */
  .hp-subheader__phone {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .hp-subheader__phone-icon {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hp-subheader__phone-icon svg {
    width: 16px;
    height: 16px;
    fill: none;
    stroke: #555555;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .hp-subheader__phone-link {
    font-size: 14px;
    font-family: var(--t-text-font);
    font-weight: 600;
    color: #222222;
    text-decoration: none;
    transition: color 0.2s ease;
  }

  .hp-subheader__phone-link:hover {
    color: #000000;
  }

  /* --- Блок 3: Кнопка --- */
  #allrecords a.hp-subheader__cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 20px;
    background: #2568d0;
    color: #ffffff;
    font-family: var(--t-text-font);
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 4px;
    white-space: nowrap;
    transition: background 0.2s ease;
    cursor: pointer;
  }

  .hp-subheader__cta:hover {
    background: #444444;
  }

  /* --- Адаптив --- */
  @media (max-width: 768px) {
    .hp-subheader__inner {
      height: auto;
      padding: 10px 20px;
      flex-wrap: wrap;
      gap: 10px;
    }

    .hp-subheader__info {
      gap: 16px;
      flex-wrap: wrap;
      justify-content: flex-end;
    }
  }

  @media (max-width: 640px) {
    .hp-subheader__inner {
      flex-direction: column;
      align-items: flex-start;
      gap: 0;
      padding: 5px 10px;
    }
    .hp-subheader__logo img {
        height: 40px;
        width: auto;
        display: block;
    }

    .hp-subheader__info {
      width: 100%;
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }

    .hp-subheader__divider {
      display: none;
    }

    .hp-subheader__cta {
      width: 100%;
      text-align: center;
    }
    
    
    .tmenu-mobile__container {
        min-height: 45px!important;
        padding: 20px!important;
    }
    .t-menu-base__mobile-menu .tmenu-mobile__container {
        padding: 10px 20px;
    }
  }

  @media (max-width: 480px) {
    .hp-subheader__logo img {
      height: 28px;
    }

    .hp-subheader__logo-name {
      font-size: 15px;
    }
    #rec2346046181 .hp-subheader {
        top: 50px;
    }
  }

@media screen and (max-width: 1200px) {
    .t-col_7 {
        padding-top: 70px;
    }
}
@media (max-width: 960px) {
    div#rec2346334121 {
        margin-top: auto !important;
    }
}