﻿#leftMenuInnerWrap h2 {
    /* color: var(--green);*/
    /*margin-left: 20px;*/
    margin-top: 1px;
    margin-bottom: 1px;
}

#leftMenuInnerWrap ul {
    padding-left: 0;
}

#leftMenu {
    background: transparent !important;
}

#leftMenu, #leftMenuInnerWrap {
    z-index: 999;
}

/*#leftMenuInnerWrap {
    border-radius: 20px;
    margin-top: 32px;
    border: 1px solid #bcbcbc;
    background: #fff;
    overflow: hidden;
}*/

.dropTitle{
    display:none;
}
@media screen and (max-width: 767px) {
    #leftMenu {
        max-width: unset;
    }
    #headerWrap{
        z-index: 9999 !important;
    }

    body #leftMenuInnerWrap {
        overflow: visible;
        border: 0;
        background-color: #259ACC;
        padding:5px;
    }

    #leftMenuInnerWrap ul li ul li a:before {
        content: "";
        background: #1f4a79;
        position: absolute;
        left: -20px;
        top: 23px;
        font-weight: 500;
}

    #dropWrap > ul > li:before {
        content: "";
        height: 1px;
        width: 10px;
        display: block;
        position: absolute;
        left: -18px;
        top: 13px;
        background: var(--blue);
    }

    #dropWrap > ul li {
        /*padding-left: 30px !important;*/
    }

    #dropWrap > ul li:before {
        display: none;
        top: 23px;
        left: 10px;
    }

    #leftMenu #dropWrap li a:hover, #leftMenu ul.sm-blue > li > a.current.has-submenu {
        background-color: transparent !important;
        color: var(--blue) !important;
    }

    #leftMenu {
        display: block;
        order: 0;
        margin-top: 80px;
        padding: 8px 0 8px 0;
        margin-bottom:-100px;
    }

   /* #leftMenu, #leftMenuInnerWrap {
        background-color: var(--blue) !important;
    }*/

    #leftMenuInnerWrap h2 {
        color: #000;
        font-size:20px!important;
        font-weight:normal;
        padding:5px;
        /*margin-bottom: -3px;
        margin-top: 5px;*/
        /* display: none;*/
    }

    #leftMenuDropWrap {
        /*width: calc(90vw - 60px);*/
        margin: 0 5vw;
        background: #fff;
       /* padding: 12px 30px;*/
        position: relative;
    }

        #leftMenuDropWrap > div {
            width: 100%;
            background: transparent;
        }

    #leftMenuDropWrap {
        border-radius: 22px;
    }

    #leftMenuDropWrap > div > div > ul {
        padding: 0 !important;
        display: grid;
        position: relative;
        z-index: 9;
        width: 86%;
        left: 0px;
        padding: 10px !important;
        background-color: #ffffff;
        /*height: 0;*/
    }

    #leftMenuDropWrap > div > div.dropOpen > ul {
        opacity: 1;
        height: 100%;
    }

    #dropWrap {
        /*	transform: scaleY(0);*/
        height: 0;
        overflow: hidden;
        transition: 0.3s ease-in-out;
        transform-origin: top center;
    }

    #dropWrap.dropOpen {
        /*	transform: scaleY(1);*/
        height: 100%;
    }

    #leftMenu #dropWrap .sm-blue a {
        padding: 9px 5px !important;
    }

    #leftMenuInnerWrap ul {
        margin-bottom: 0;
    }


    #dropWrap > ul li a {
        font-size: 16px !important;
    }

    .dropTitle {
        display: block;
    }

    .dropTitle:after {
        content: "";
        height: 7px;
        width: 6px;
        background: url('/Images/arrow-green.png');
        background-size: contain;
        display: inline-block;
        margin-left: 4px;
        transition: all 0.3s;

        transform: rotate(90deg);
        right: 30px;
        top: 17px;
        position: absolute;
    }

    #leftMenu .sm-blue{
        border:none!important;
    }

    #leftMenu .sm-blue{
        box-shadow:none;
        margin-left:11px!important;
    }
}

@media (max-width: 990px) {
    #mainMenu {
        z-index:9999;
    }
}

/*#endregion */
