/* ===== Global mobile header fix for all pages ===== */
@media screen and (max-width: 479px) {
  /* Высота верхнего Zero Block-хедера */
  .t-records > .t-rec[data-record-type="396"]:first-child .t396__artboard,
  .t-records > .t-rec[data-record-type="396"]:first-child .t396__filter,
  .t-records > .t-rec[data-record-type="396"]:first-child .t396__carrier {
    height: 88px !important;
    min-height: 88px !important;
  }

  /* Лого */
  .t-records > .t-rec[data-record-type="396"]:first-child .tn-elem[data-elem-id="1470210033144"] {
    left: -12px !important;
    top: -31px !important;
    width: 156px !important;
  }

  /* Каталог */
  .t-records > .t-rec[data-record-type="396"]:first-child .tn-elem[data-elem-id="1771957228489000005"] {
    left: calc(50% - 160px + 136px) !important;
    top: 7px !important;
    width: 82px !important;
    height: 22px !important;
  }

  /* Контакты */
  .t-records > .t-rec[data-record-type="396"]:first-child .tn-elem[data-elem-id="1771957462080000007"] {
    left: calc(50% - 160px + 224px) !important;
    top: 7px !important;
    width: 88px !important;
    height: 22px !important;
  }

  /* Производство скрываем на мобилке */
  .t-records > .t-rec[data-record-type="396"]:first-child .tn-elem[data-elem-id="1771957444325000006"] {
    display: none !important;
  }

  /* Кнопка CTA */
  .t-records > .t-rec[data-record-type="396"]:first-child .tn-elem[data-elem-id="1771957721592000008"] {
    left: calc(50% - 160px + 136px) !important;
    top: 36px !important;
    width: 176px !important;
    height: 30px !important;
  }

  .t-records > .t-rec[data-record-type="396"]:first-child .tn-elem[data-elem-id="1771957721592000008"] .tn-atom {
    font-size: 11px !important;
    line-height: 1.15 !important;
    border-radius: 20px !important;
  }

  .t-records > .t-rec[data-record-type="396"]:first-child .tn-elem[data-elem-id="1771957228489000005"] .tn-atom,
  .t-records > .t-rec[data-record-type="396"]:first-child .tn-elem[data-elem-id="1771957462080000007"] .tn-atom {
    font-size: 12px !important;
    line-height: 1.1 !important;
  }
}