/* HEADER */
.header{position:fixed;top:0;left:0;width:100%;z-index:1000}
.header-top{background:#fff;border-bottom:1px solid #f0ddcc}
.header-top__wrapper{height:42px;display:flex;align-items:center;justify-content:space-between}
.header-top__contacts,.header-top__social{display:flex;align-items:center;gap:18px}
.header-top__social{gap:24px}
.header-top__contacts a,.header-top__social a{color:#6b7280;font-size:14px;transition:.25s}
.header-top__contacts a:hover,.header-top__social a:hover{color:#e67e3a}
.header-top__separator{width:1px;height:14px;background:#e8d5c6}
.header-main{background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border-bottom:1px solid rgba(240,221,204,.55)}
.header-main__wrapper{min-height:88px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.header-logo{flex:0 0 auto}.header-logo img{height:42px;width:auto}
.header-nav{display:flex;align-items:center}
.header-menu{display:flex;align-items:center;gap:22px}
.header-menu__item{position:relative}
.header-menu__item>a{position:relative;min-height:44px;display:inline-flex;align-items:center;color:#1f2937;font-size:15px;font-weight:500;white-space:nowrap;transition:.25s}
.header-menu__item>a:hover{color:#e67e3a}
.header-menu__item>a::after{content:"";position:absolute;left:0;bottom:1px;width:0;height:2px;border-radius:99px;background:#e67e3a;transition:.25s}
.header-menu__item>a:hover::after{width:100%}
.header-button{flex:0 0 auto;height:50px;padding:0 22px;display:inline-flex;align-items:center;justify-content:center;border-radius:14px;background:#e67e3a;color:#fff;font-size:15px;font-weight:600;white-space:nowrap;transition:.3s;box-shadow:0 12px 24px rgba(230,126,58,.25)}
.header-button:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(230,126,58,.35)}
.header-burger,.mobile-menu{display:none}
.header.is-scrolled{box-shadow:0 14px 36px rgba(0,0,0,.07)}
.header.is-scrolled .header-top{display:none}
.header-top__schedule {
    color: #5f6475;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
}