:root {
    --purple-dark: #6C76CC;
    --promo-bar-color: #8991D6;
    --border-color: #EDEDED;
    --text-link: #665C9C;
}
.promo-text{
    line-height: 12px;
}
@media (min-width: 801px) {
    .fixed-header-container,
    .header-spacer,
    .mobile-menu { display: none !important; }
    .popup .wrap {
    top: 120px;
    }
}

.fixed-header-container { position: fixed; top: 0; width: 100%; z-index: 1000; background: white; }
.promo-bar { background: var(--promo-bar-color); color: white; padding: 10px; text-align: center; font-weight: bold; font-size: 12px; }
.contacts-menu-bar { display: flex; align-items: center; justify-content: space-between; padding: 12px 15px; border-bottom: 1px solid var(--border-color); background: white; }

.contact-icon { width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-left: 10px;}
.schedule {font-size: 10px;margin-left: 8px;flex-grow: 1;line-height: 1.3;}

.menu-toggle {
    position: relative; min-width: 36px; height: 36px; background: var(--purple-dark); border: none; border-radius: 8px; cursor: pointer;
}
.burger-icon { display: flex; flex-direction: column; justify-content: center; height: 100%; padding: 0 3px; gap: 5px; }
.burger-bar { display: block; width: 20px; height: 2px; background: white; }
.close-icon { position: absolute; top: 43%; left: 50%; transform: translate(-50%, -50%); font-size: 28px; color: white; display: none; font-weight: 300; }
.menu-toggle.active .burger-icon { display: none; }
.menu-toggle.active .close-icon { display: block; }

.header-spacer { height: 105px; }

.mobile-menu {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: white;
    overflow-y: auto;
    z-index: 999;
    padding-top: 20px;
}
.mobile-menu.active { display: block; }

.menu-item-toggle {
    display: flex; justify-content: space-between; align-items: center;
    padding: 16px 20px; cursor: pointer; /*border-bottom: 1px solid var(--border-color);*/
}
.header-uslugi { border-bottom: none; }
.menu-title {
    font-family: 'Manrope', Sans-Serif;
    font-size: 16px;
    margin: 0;
    font-weight: normal;
}
.arrow { 
    font-size: 20px; 
    font-weight: bold; 
    color: var(--purple-dark); 
    transition: transform .3s;
    display: inline-block; 
    line-height: 1;
    width: 1em;
    text-align: center;
}
.arrow.rotated { 
    transform: rotate(180deg); 
}
.sub-menu-item a{
    text-decoration: none;
    color: black;
}
.sub-menu-item a:hover{
    color: var(--purple-dark);
}
.usluji-content {
    padding: 0 20px; border-bottom: 2px solid var(--border-color);
    border-left: 1px solid var(--purple-dark); margin-left: 15px;
}
#about-content, #contacts-content, #rehab-center-content, #methods-content{
  padding: 0 20px;
  border-bottom: 2px solid var(--border-color);
  border-left: 1px solid var(--purple-dark);
  margin-left: 15px;
}
.usluji-content .menu-item-toggle { border-bottom: none; padding: 12px 0; }

.sub-menu-list {
    list-style: none; padding: 0; margin: 0; max-height: 0; overflow: hidden; transition: max-height .4s ease;
}
.sub-menu-list.active { max-height: 1000px; padding: 8px 0; }
.sub-menu-item {
    padding: 8px 0 8px 25px; font-size: 14px; color: var(--text-link); position: relative;
}
.sub-menu-item:before {
    content: ""; position: absolute; left: 15px; top: 50%; transform: translateY(-50%);
    width: 6px; height: 6px; background: var(--text-link); border-radius: 50%;
}

.collapsible-content { max-height: 0; overflow: hidden; transition: max-height .4s ease; }
.collapsible-content.active { max-height: 3000px; }

.ask-question-btn {
    margin: 30px 20px; padding: 16px; width: calc(100% - 40px);
    background: linear-gradient(to right, #6C76CC, #8A94FF);; color: white; border: none; border-radius: 10px;
    font-size: 16px; font-weight: bold; cursor: pointer;
}
.menu-title a{
    text-decoration: none;
    color: black;
}

.menu-title a:hover{
    color: #6C76CC;
}

.fixed-header__phone {
  display: flex;
  flex-direction: column;
  gap: 5px;
}