
:root{
    --tbmh-dark:#303030;
    --tbmh-dark-2:#383838;
    --tbmh-yellow:#ffc107;
    --tbmh-white:#fff;
    --tbmh-max:1540px;
}
.tbmh-header,.tbmh-header *{box-sizing:border-box}
.tbmh-header{width:100%;font-family:Arial,Helvetica,sans-serif;color:var(--tbmh-white);position:relative;z-index:9999}
.tbmh-container{width:min(calc(100% - 48px),var(--tbmh-max));margin:0 auto}
.tbmh-topbar{background:var(--tbmh-dark);min-height:65px;border-bottom:1px solid rgba(255,255,255,.035)}
.tbmh-topbar-inner{min-height:65px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.tbmh-topbar a{color:#f5f5f5;text-decoration:none;font-size:19px;line-height:1.2;transition:color .2s ease}
.tbmh-topbar a:hover{color:var(--tbmh-yellow)}
.tbmh-support,.tbmh-contact-list a{display:inline-flex;align-items:center;gap:13px;white-space:nowrap}
.tbmh-contact-list{display:flex;align-items:center;gap:42px}
.tbmh-icon{color:var(--tbmh-yellow);font-weight:700}
.tbmh-mainbar{background:var(--tbmh-dark-2)}
.tbmh-main-inner{min-height:136px;display:grid;grid-template-columns:320px 1fr auto;align-items:center;gap:32px}
.tbmh-logo{display:inline-flex;align-items:center;width:290px;max-width:100%}
.tbmh-logo img{display:block;width:100%;height:auto}
.tbmh-nav{display:flex;align-items:center;justify-content:center;gap:48px}
.tbmh-nav a{color:#fff;text-decoration:none;font-size:21px;font-weight:700;line-height:1;padding:18px 0;position:relative}
.tbmh-nav a:after{content:"";position:absolute;left:0;bottom:7px;width:0;height:3px;background:var(--tbmh-yellow);transition:width .25s ease}
.tbmh-nav a:hover:after,.tbmh-nav a:focus:after{width:100%}
.tbmh-actions{display:flex;align-items:center;gap:22px}
.tbmh-actions a{min-height:69px;display:inline-flex;align-items:center;justify-content:center;border-radius:12px;text-decoration:none;font-size:22px;font-weight:700;white-space:nowrap;transition:transform .2s ease,box-shadow .2s ease}
.tbmh-actions a:hover{transform:translateY(-2px);box-shadow:0 8px 22px rgba(0,0,0,.2)}
.tbmh-call-btn{min-width:134px;background:#fff;color:#222}
.tbmh-call-btn span{font-size:25px;margin-right:10px}
.tbmh-book-btn{min-width:185px;background:var(--tbmh-yellow);color:#050505}
.tbmh-menu-toggle{display:none;width:48px;height:44px;border:0;border-radius:8px;background:var(--tbmh-yellow);padding:11px;cursor:pointer}
.tbmh-menu-toggle span{display:block;height:3px;background:#222;margin:5px 0;border-radius:10px;transition:.25s ease}

@media (max-width:1250px){
    .tbmh-main-inner{grid-template-columns:250px 1fr auto;gap:20px}
    .tbmh-logo{width:235px}
    .tbmh-nav{gap:25px}
    .tbmh-nav a{font-size:18px}
    .tbmh-actions a{font-size:18px;min-height:58px}
    .tbmh-call-btn{min-width:110px}
    .tbmh-book-btn{min-width:145px}
}
@media (max-width:1024px){
    .tbmh-container{width:min(calc(100% - 32px),var(--tbmh-max))}
    .tbmh-topbar{display:none}
    .tbmh-main-inner{min-height:90px;grid-template-columns:1fr auto auto}
    .tbmh-logo{width:220px}
    .tbmh-menu-toggle{display:block;order:3}
    .tbmh-actions{order:2}
    .tbmh-nav{display:none;position:absolute;top:90px;left:0;width:100%;background:#2f2f2f;padding:15px 16px 22px;flex-direction:column;align-items:stretch;gap:0;box-shadow:0 14px 25px rgba(0,0,0,.25)}
    .tbmh-nav.is-open{display:flex}
    .tbmh-nav a{padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.08)}
    .tbmh-nav a:after{display:none}
}
@media (max-width:640px){
    .tbmh-container{width:calc(100% - 24px)}
    .tbmh-main-inner{min-height:78px;grid-template-columns:1fr auto;gap:12px}
    .tbmh-logo{width:180px}
    .tbmh-actions{display:none}
    .tbmh-menu-toggle{order:initial}
    .tbmh-nav{top:78px}
    .tbmh-nav:after{content:"";display:block;height:10px}
    .tbmh-nav a{font-size:18px}
    .tbmh-nav.is-open + .tbmh-actions{display:flex}
}
@media (max-width:380px){
    .tbmh-logo{width:155px}
}
