/**
 * 
 * Тема : Основное.
 * 
 *
 * 
 */

/*
 * -----------------------------------------------------------------------------
 *
 * Панелька меню : Боковая.
 *
 * -----------------------------------------------------------------------------
 */


/* --- Фон-маска --- */

#menu-panel-backdrop {
    position: fixed; top: 0; bottom: 0; left: 0; right: 0;
    z-index: 1040;
    
    background: rgba(0,0,0,.75);
    display: none;
}

#menu-panel-backdrop.in {
    display: block;
}


/* --- Панелька --- */

#menu-panel {
    position: fixed; 
    top: 0; bottom: 0;
    z-index: 1050;
    
    left: -350px;
    
    width: 320px;
    
    background-color: #100773;
    color: #fff;
    
    box-shadow: 3px 0 6px rgba(0,0,0,.3);
    
    transition: left .3s ease;
}

#menu-panel.in {
    left: 0;
    
    overflow-x: hidden;
    overflow-y: scroll;
}

.admin-bar #menu-panel {
    top: 32px;
}
@media (max-width: 782px) {
    .admin-bar #menu-panel {
        top: 46px;
    }
}


/* --- Заголовок --- */


#menu-panel .modal-header {
    border-bottom: 2px solid #00094d;
    background-color: #100773;
    color: #fff;
}

#menu-panel .modal-body {
    padding-bottom: 60px;
}

#menu-panel .btn-close::before,
#menu-panel .btn-close::after {
    background-color: #fff;
}


/* --- Меню : Ссылки --- */

#menu-panel .menu-box {
    margin: 0 -20px;
}




/* --- Телефон + Email --- */

/*

#menu-panel a[href^="tel"] {
    display: block;
    
    margin-top: 30px;
    
    line-height: 30px;
    font-size: 18px;
    font-weight: 700;
    
    color: #07deb3;
}
#menu-panel a[href^="tel"] ~ a[href^="tel"] {
    margin-top: 0;
}

#menu-panel a[href^="mailto"] {
    display: block;
    
    margin-top: 30px;
    
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
    
    color: #fff;
}

*/

/*
 * -----------------------------------------------------------------------------
 *
 * Многоуровневое меню.
 *
 * -----------------------------------------------------------------------------
 */

#menu-panel .links-group .links {
    padding-bottom: 30px;
}




#menu-panel .links-group .title {
    position: relative;
    
    padding: 7px 15px; 
    
    font-size: 1.25em;
    text-transform: uppercase;
    
    /*background-color: #00094d;*/
    color: #77d;
    
    cursor: pointer;
}

#menu-panel .links-group .title::after {
    content: "";
    
    display: inline-block;

    position: absolute;
    top: 50%; right: 15px;

    margin-top: -3px;
    
    width: 6px;
    height: 6px;

    border-color: #77d;
    border-style: solid;
    border-width: 2px;
    
    border-bottom: none;
    border-left: none;

    transform: rotate(135deg);
    
    transition: transform .3s ease;
}

#menu-panel .links-group .title.close::after {
    transform: rotate(45deg);
}





#menu-panel .links-group .link {
    display: block;
    padding: 7px 15px; 
    
    line-height: 1.3;
    font-size: 1em;
    
    color: inherit;
    
    transition: all .3s ease;
}

/*
#menu-panel .links-group .link::before {
    content: "— ";
}
*/

#menu-panel .links-group .link.no-link {
    color: #339;
    cursor: default;
}

#menu-panel .links-group .link:not(.no-link):hover {
    background-color: #f0473e;
}

@media (min-width: 992px) {
    #menu-panel .links-group .title {
        font-size: .875em;
    }
    #menu-panel .links-group .link {
        padding: 5px 15px; 
        font-size: .75em;
    }
}


/*



#menu-panel .menu-item-13 ul,
#menu-panel .menu-item-13 li {
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu-panel .menu-item-13 a {
    
}


#menu-panel .menu-item-13 a {
    position: relative;
    display: block;
   
    padding-left: 20px;
    
    color: #fff;
}

#menu-panel .menu-item-13 ul a {
    padding-left: 20px;
}

#menu-panel .menu-item-13 ul ul a {
    padding-left: 40px;
}




#menu-panel .menu-item-13 li a::before {
    content: "— ";
}

#menu-panel .menu-item-13 li.has-children > a::after {
    content: "";
    
    display: inline-block;

    position: absolute;
    top: 50%; right: 15px;

    margin-top: -3px;
    
    width: 6px;
    height: 6px;

    border-color: #fff;
    border-style: solid;
    border-width: 2px;
    
    border-bottom: none;
    border-left: none;

    transform: rotate(45deg);
    
    transition: transform .3s ease;
}

#menu-panel .menu-item-13 li.has-children > a.open::after {
    transform: rotate(135deg);
}







#menu-panel .menu-item-13 li.current-category-parent {
    
}


#menu-panel .menu-item-13 li.current-category > a {
    
    color: #07deb3;
    border-left: 4px solid #07deb3;
    
    padding-left: 16px;
}

#menu-panel .menu-item-13 ul li.current-category > a {
    padding-left: 16px;
}

#menu-panel .menu-item-13 ul ul li.current-category > a {
    padding-left: 36px;
}



#menu-panel .menu-item-13 a:hover {
    background-color: #07deb3;
    color: #fff;
}
#menu-panel .menu-item-13 li.has-children > a:hover::after {
    border-color: #fff;
}

#menu-panel .menu-item-13 li.current-category > a:hover {
    color: #fff;
}
#menu-panel .menu-item-13 li.has-children.current-category > a:hover::after {
    border-color: #fff;
}



*/




/*
 * -----------------------------------------------------------------------------
 *
 * ...
 *
 * -----------------------------------------------------------------------------
 */

/**
 * ...
 * -----------------------------------------------------------------------------
 */


@media (min-width: 768px) {
    
}
@media (min-width: 992px) {
    
}
@media (min-width: 1200px) {
    
}

