body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 10px 15px;
    color: #fff;
    font-family: "LatoBold";
    background: rgba(41, 40, 39, 0.95);
}

.rel {
    position:relative;
}

.nav {
    background: #484846;
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
    padding: 4px 15px;
    color:#fff;
}
.nav li {
    position: relative;
}
.nav > li {
    float: left;
    /* border-top: 1px solid #104336; */
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
   /*  margin-top: -1px; */
}
.nav li  ul {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
.nav > li.hover > ul {
    left: 0;
    transition:opacity 0.4s;
    opacity:1;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background:rgb(103, 104, 104);
    position: relative;
    z-index:100;
    border-top: 1px solid #4d5654;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

.nav a:hover {
background: rgb(240, 233, 62);
color: black;
transition:0.5s;
}

@media (max-device-width:793px) {
    .form_button_header {
        width: 167px;
        padding-right: 4px;
        font-size:15px;
    }
}

@media screen and (max-device-width: 769px) {

    .button_header_mob {
        display:none;
        margin-top: 14px;
    }
    .active {
        display: block;
    }
    .testik{display:inline-block !important;}
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
.li_form_header {
    display:none;
}

.nav > li.hover > ul , .nav li li.hover ul {
     position: static;
 }

nav li a {
text-align: left;
}

}


@media (min-device-width: 770px) {
#menu_yslygi {
pointer-events: none;
}
}