#mmenu1{
    display: none;

    /*visibility: hidden;*/
    /*opacity: 0;*/
    /*transition:  opacity 0.01s ease-out;*/
    position: absolute;
    top: 82px;
    width: 100%;
    min-height: 100px;
    background: #ffffff;
    z-index: 2;
    transition: 3s;
    border-top: #2f68d6 1px solid;
}
#mmenu1 ul.menu {
    margin-left: 0;
    padding: 0;
    list-style: none outside;
    text-align: center;
}
#mmenu1 ul.menu li{
     width: 100%;
     text-align: center;
    display: block;
 }

#mmenu1 .top-menu-line{
    display: none;
}

#mmenu1 .tel{
    height: 45px;
    line-height: 45px;
    background: #2f68d6;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-bottom: 1px #4477da solid;

}
#mmenu1 .tel a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}
#mmenu1 ul.menu li a{
    font-weight: 600;
    display: block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    color: #23237a;
    border-bottom: 1px solid #e5e5e5;
}

#mmenu1 ul.menu li:last-child a{
    border-bottom: none;
}

#mmenu1.mopen{
    display: block;
    visibility: visible;
    opacity: 1;

}


.hidden {
    opacity: 0;
}

.rot45deg {
    transform: rotate(45deg);
    top: 10px !important;
}

.rot-45deg {
    transform: rotate(-45deg);
}



ul.hamburger li {
    height: 4px;
    background: #2f68d6;
    content: "";
    position: relative;
    transition: 0.25s ease-in-out;
    list-style: none;
}

ul.hamburger {
    display: block;
}
ul.hamburger li:nth-child(1) {
    top: 0;
}
ul.hamburger li:nth-child(2) {
    top: 5px;
}
ul.hamburger li:nth-child(3) {
    top: 10px;
}


ul.hamburger1{
    width: 22px;
}

ul.hamburger1 li {
    height: 3px;
    background: #ffffff;
    content: "";
    position: relative;
    transition: 0.25s ease-in-out;
    list-style: none;
}

ul.hamburger1 {
    display: block;
}
ul.hamburger1 li:nth-child(1) {
    top: 0;
}
ul.hamburger1 li:nth-child(2) {
    top: 4px;
}
ul.hamburger1 li:nth-child(3) {
    top: 8px;
}
ul.hamburger1{
    display: none;
}

.rot45deg1 {
    transform: rotate(45deg);
    top: 7px !important;
}

.rot-45deg1 {
    transform: rotate(-45deg);
}


#block-znachokmenyu{
    display: none;
}
@media all and (max-width: 767px){
    ul.hamburger1{
        display: block;
    }
    #menuc2{
        position: absolute;
        right: 30px;
        top: 17px;
        display: block;
        cursor: pointer;
    }

    #block-znachokmenyu{
        display: block;
    }

    .hamburger-container {
        z-index: 3;
        width: 44px;
        margin: 1.2em 1.6em;
        height: 30px;
        cursor: pointer;
        float: right;
        position: absolute;
        top: 10px;
        right: 0px;
    }


    #block-telefonyvshapke{
        display: none;
    }
    #block-integratordv-main-menu{
        display: none;
    }


}