/* ===== БАЗА ХЕДЕРА ===== */
header.tt-header{position:relative;z-index:100;display:block;width:100%;}
.tt-container{width:100%;margin:0;padding:0 clamp(16px,3vw,48px);box-sizing:border-box;}

/* ===== ВЕРХНЯЯ ПОЛОСА ===== */
.tt-topbar{background:#ffffff;border-bottom:1px solid #e9eef4;}
.tt-topbar__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:36px;font-size:14px;color:#5a6577;flex-wrap:wrap;row-gap:6px;}
.tt-topbar__addr{flex:1 1 300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.tt-topbar__right{display:flex;align-items:center;gap:10px;flex-shrink:0;}
.tt-topbar__icon img{width:18px;height:18px;display:block;}
.tt-topbar__tel{color:#1c1f27;text-decoration:none;}
.tt-topbar__tel:hover{text-decoration:underline;}

/* ===== НИЖНЯЯ ПОЛОСА ===== */
.tt-header__bar{background:#f8f8f8;border-bottom:1px solid #e9eef4;}
.tt-header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;min-height:60px;flex-wrap:wrap;}
.tt-header__logo a{display:inline-flex;align-items:center;}
.tt-header__logo img,.tt-header__logo svg{display:block;height:40px;width:auto;}
.tt-header__cta{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;gap:6px;}
.tt-cta__phone{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1;}
.tt-cta__phone .tt-topbar__tel{font-size:18px;font-weight:700;}
.tt-cta__btn{background:#2863c7;color:#fff;border:0;border-radius:8px;padding:10px 14px;font-weight:700;cursor:pointer;}
.tt-cta__btn:hover{filter:brightness(1.07);}

/* ===== НАВИГАЦИЯ ===== */
.tt-header__logo{flex:0 0 auto;display:flex;align-items:center;}
.tt-nav{position:relative;flex:1 1 auto;}
.tt-nav__list{display:flex;gap:24px;list-style:none;margin:0;padding:0;align-items:center;justify-content:center;flex-wrap:wrap;}
.tt-nav__list>li{position:relative;}
.tt-nav__list>li>a{display:inline-flex;align-items:center;gap:8px;padding:8px 0;text-decoration:none;color:#1c1f27;font-weight:700;}
.tt-nav__list>li>a:hover{color:#2863c7;}
/* Точки у «Страны» */
.tt-menu-countries > a::before{
  content:"";display:inline-block;width:6px;height:6px;border-radius:50%;
  background:#2863c7;margin-right:4px;box-shadow:8px 0 0 #2863c7,16px 0 0 #2863c7;
}

/* ===== БУРГЕР (моб.) ===== */
.tt-burger{display:none;width:40px;height:40px;border:0;background:transparent;position:relative;margin-left:auto;}
.tt-burger span{position:absolute;left:8px;right:8px;height:2px;background:#1c1f27;transition:.2s;}
.tt-burger span:nth-child(1){top:12px;}
.tt-burger span:nth-child(2){top:19px;}
.tt-burger span:nth-child(3){top:26px;}
.tt-burger[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg);}
.tt-burger[aria-expanded="true"] span:nth-child(2){opacity:0;}
.tt-burger[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

/* ===== МЕГА-ПАНЕЛЬ «СТРАНЫ» ===== */
.tt-ccountries__inner{}
.tt-countries{position:absolute;left:0;right:0;top:96px;display:none;z-index:999;} /* 36(topbar)+60(bar)=96 */
.tt-countries.is-open{display:block;}
.tt-countries__panel{background:#fff;border:1px solid #e9eef4;border-radius:12px;padding:16px;box-shadow:0 6px 32px rgba(0,0,0,.08);}
.tt-countries__title{font-weight:800;margin:4px 0 12px;}
.tt-countries__grid{display:grid;grid-template-columns:repeat(2,minmax(200px,1fr));gap:8px 24px;list-style:none;margin:0 0 10px;padding:0;}
.tt-countries__grid a{display:flex;align-items:center;gap:8px;text-decoration:none;color:#1c1f27;padding:6px 4px;border-radius:6px;}
.tt-countries__grid a:hover{background:#f4f7fb;color:#2863c7;}
.tt-countries__grid img{width:20px;height:14px;border:1px solid #dbe3ee;}
.tt-countries__all{display:inline-block;padding:8px 0 0;color:#2863c7;font-weight:700;text-decoration:none;}
.tt-countries__all:hover{text-decoration:underline;}

/* ===== МОДАЛКА (CF7) ===== */
.tt-modal{position:fixed;inset:0;display:none;z-index:2000;}
.tt-modal.is-open{display:block;}
.tt-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35);}
.tt-modal__dialog{position:relative;margin:4vh auto;max-width:720px;width:92%;background:#fff;border-radius:12px;padding:16px;}
.tt-modal__close{position:absolute;top:8px;right:8px;width:36px;height:36px;border:0;background:transparent;cursor:pointer;}
.tt-modal__close::before,.tt-modal__close::after{content:"";position:absolute;left:8px;right:8px;top:17px;height:2px;background:#333;}
.tt-modal__close::before{transform:rotate(45deg);}
.tt-modal__close::after{transform:rotate(-45deg);}

/* ===== АДАПТИВ ===== */
@media (max-width:1024px){
  .tt-topbar__inner{padding:0 12px;}
  .tt-header__inner{min-height:56px;}
  .tt-burger{display:block;}
  .tt-nav{position:absolute;left:0;right:0;top:56px;background:#fff;border-bottom:1px solid #e9eef4;display:none;}
  .tt-nav.is-open{display:block;}
  .tt-nav__list{flex-direction:column;align-items:flex-start;gap:0;justify-content:flex-start;padding:8px 0;}
  .tt-nav__list>li>a{padding:12px 16px;width:100%;}
  .tt-header__cta{margin-left:0;align-items:flex-start;width:100%;}
  .tt-countries{position:static;top:auto;}
  .tt-countries__panel{border-radius:0;border-left:0;border-right:0;}
  .tt-countries__grid{grid-template-columns:1fr;}
}

/* Доп. настройки для шаблона page-contakt.php */
body[class*="page-template-page-contakt"] .tt-header__bar{border-bottom:1px solid #e1e7f0;}