#header-nav {
    /*display: none;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*width: 208%;*/
    display: none;
    position: relative;
    /* left: 0px; */
    /* right: 30px; */
    width: 263%;
    /*left: -30px;*/
}
header .nav-primary {
    /* min-width: 1170px; */
    /* margin: 0 auto; */
    display: block;
    width: 305px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.1);
}

header .nav-primary:after {
    content: ' ';
    display: table;
    clear: both; }

header .nav-primary li.level0 {
    display: block;
    height: 40px;
    width: 102.5%;
    float: left;
    text-align: left;
    margin-bottom: 5px;

}

header .nav-primary li.level0 > a {
    padding-left: 11%;
    position: relative;
    /*border-right: 1px #cacaca solid;*/
    border-left: 1px rgba(255, 255, 255, 0.98) solid;
    /*border-top: 1px rgba(255, 255, 255, 0.98) solid;*/
    /*border-bottom: 1px rgba(255, 255, 255, 0.98) solid;}*/
}

/*header .nav-primary li.level0:not(:last-child) > a:after {*/
/*content: ' ';*/
/*display: block;*/
/*width: 1px;*/
/*height: 100%;*/
/*position: absolute;*/
/*top: 0;*/
/*right: 0;*/
/*background: silver;*/
/*background: -moz-linear-gradient(top, rgba(192, 192, 192, 0) 20%, silver 50%, rgba(192, 192, 192, 0) 80%);*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(192, 192, 192, 0)), color-stop(50%, silver), color-stop(80%, rgba(192, 192, 192, 0)));*/
/*background: -webkit-linear-gradient(top, rgba(192, 192, 192, 0) 20%, silver 50%, rgba(192, 192, 192, 0) 80%);*/
/*background: -o-linear-gradient(top, rgba(192, 192, 192, 0) 20%, silver 50%, rgba(192, 192, 192, 0) 80%);*/
/*background: -ms-linear-gradient(top, rgba(192, 192, 192, 0) 20%, silver 50%, rgba(192, 192, 192, 0) 80%);*/
/*background: linear-gradient(to bottom, rgba(192, 192, 192, 0) 20%, silver 50%, rgba(192, 192, 192, 0) 80%); }*/

header .nav-primary li.level0.active > a {
    background: #f0f0f0;
    /*border: solid 1px #f0f0f0;*/
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*background: -moz-linear-gradient(top, #d8d8d8 0%, #ababab 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d8d8d8), color-stop(100%, #ababab));*/
    /*background: -webkit-linear-gradient(top, #d8d8d8 0%, #ababab 100%);*/
    /*background: -o-linear-gradient(top, #d8d8d8 0%, #ababab 100%);*/
    /*background: -ms-linear-gradient(top, #d8d8d8 0%, #ababab 100%);*/
    /*background: linear-gradient(to bottom, #d8d8d8 0%, #ababab 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d8d8d8', endColorstr='#ababab',GradientType=0 );
    color: #333333;
    font-weight: 400;
    /*border-bottom-color: #0093EE;*/
    /*box-shadow: inset 0 -1px 1px #0093EE;*/ }

header .nav-primary li.level0.active:before {
    /*content: '';*/
    /*display: block;*/
    /*width: 14px;*/
    /*height: 14px;*/
    /*background-color: #f0f0f0;*/
    /*border-top: solid 1px #e1dfdf;*/
    /*border-right: solid 1px #e1dfdf;*/
    /*transform: rotate(45deg);*/
    /*position: absolute;*/
    /*margin: auto;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*right: -8px;*/
    /*z-index: 2;*/

    /*content: '';*/
    display: block;
    width: 27px;
    height: 27px;
    background-color: #f0f0f0;
    border-top: solid 1px #e1dfdf;
    border-right: solid 1px #e1dfdf;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    margin: 5px;
    /* top: 5px; */
    /* bottom: 0; */
    /* right: -7px; */
    left: 279px;
    z-index: 36;
}

header .nav-primary a.level0 {
    color: #666666;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 1em;
    line-height: 44px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-shadow: 0 0 0 #333333;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 70px;
    position: relative;}

header .nav-primary a.level0:after {
    content: ' ';
    display: none;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ddd;
    background: -webkit-gradient(linear, left top, right top, from(rgba(192, 192, 192, 0)), color-stop(15%, #ddd), color-stop(85%, #ddd), to(rgba(192, 192, 192, 0)));
    background: linear-gradient(to right, rgba(192, 192, 192, 0) 0%, #ddd 15%, #ddd 85%, rgba(192, 192, 192, 0) 100%);
    z-index: 1;
}

header .nav-primary a.level0 img {
    position: absolute;
    width: 40px;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 22px;
}

header .nav-primary ul.level0 {
    display: none;
    background-color: rgba(255, 255, 255, 0.98);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 2px 2px 6px rgba(151, 151, 151, 1);
    box-shadow: 2px 2px 6px rgba(151, 151, 151, 1);
    position: absolute !important;
    left: 304px;
    right: 0;
    top: 0;
    padding: 10px 10px 0 0;
    max-height: 85vh;
    overflow-y: hidden;
    width: calc(100% + 55vw);
}

header .nav-primary ul.level0:after {
    content: ' ';
    display: table;
    clear: both; }

header .nav-primary ul.level0 ul {
    /*padding-left: 5px;*/
}

header .nav-primary li.level1 {
    height: auto;
    width: 30.33%;
    text-align: left;
    padding-left: 35px;
    min-height: 70px;
    display: inline-block;
    float: left;}

header .nav-primary .with-banner li.level1 {
    width: 100%;
    min-height: 50px;
    position: static !important;
    -webkit-transform: none !important;
    transform: none !important;
}

header .nav-primary .with-banner .menu-banner-block {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 350px;
}

header .nav-primary .with-banner .menu-banner-block img {
    height: 100%;
}

header .nav-primary .menu-banner-block .menu-banner-content {
    position: absolute;
    top: 33px;
    left: 70px;
    bottom: 0;
    max-width: 400px;
    font-weight: 300;
}

header .nav-primary .menu-banner-block .menu-banner-head {
    display: block;
    font-size: 30px;
    line-height: 0.8;
    color: #000000;
    margin-bottom: 22px;
}

header .nav-primary .menu-banner-block .menu-banner-text {
    display: block;
    font-size: 22px;
    line-height: 1.2;
    color: #4a4a4a;
    margin-bottom: 30px;
}

header .nav-primary .menu-banner-block .menu-banner-btn {
    display: inline-block;
    height: 32px;
    line-height: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.9px;
    color: #028ff0;
    border: solid 2px #028ff0;
    cursor: pointer;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
    bottom: 30px;
    left: 0;
    position: absolute;
}

@media screen and (min-width: 1024px) {

    header .nav-primary .menu-banner-block .menu-banner-btn:hover {
        color: #fff;
        background-color: #028ff0;
    }

}

/*header .nav-primary li.level1:not(:nth-child(8n)) a.level1:after {*/
/*content: ' ';*/
/*display: block;*/
/*width: 1px;*/
/*position: absolute;*/
/*top: 10px;*/
/*bottom: 10px;*/
/*right: 0;*/
/*background: #b9b9b9;*/
/*background: -moz-linear-gradient(top, rgba(185, 185, 185, 0) 0%, #b9b9b9 55%, #b9b9b9 55%, rgba(185, 185, 185, 0) 100%);*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(185, 185, 185, 0)), color-stop(55%, #b9b9b9), color-stop(55%, #b9b9b9), color-stop(100%, rgba(185, 185, 185, 0)));*/
/*background: -webkit-linear-gradient(top, rgba(185, 185, 185, 0) 0%, #b9b9b9 55%, #b9b9b9 55%, rgba(185, 185, 185, 0) 100%);*/
/*background: -o-linear-gradient(top, rgba(185, 185, 185, 0) 0%, #b9b9b9 55%, #b9b9b9 55%, rgba(185, 185, 185, 0) 100%);*/
/*background: -ms-linear-gradient(top, rgba(185, 185, 185, 0) 0%, #b9b9b9 55%, #b9b9b9 55%, rgba(185, 185, 185, 0) 100%);*/
/*background: linear-gradient(to bottom, rgba(185, 185, 185, 0) 0%, #b9b9b9 55%, #b9b9b9 55%, rgba(185, 185, 185, 0) 100%); }*/

header .nav-primary a.level1 {
    /*padding: 70px 10px 0 25px;*/
    display: block;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    color: #333333;
    /*text-shadow: 0 0 0 #333333;*/
    /*min-height: 40px;*/
    line-height: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 9px 0 4px 3px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 500; }

header .nav-primary a.level1:after {
    content: ' ';
    display: none;
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ddd;
    background: -webkit-gradient(linear, left top, right top, from(rgba(192, 192, 192, 0)), color-stop(15%, #ddd), color-stop(85%, #ddd), to(rgba(192, 192, 192, 0)));
    background: linear-gradient(to right, rgba(192, 192, 192, 0) 0%, #ddd 15%, #ddd 85%, rgba(192, 192, 192, 0) 100%);
    z-index: 1;
}

header .nav-primary a.level1:hover {
    background-color: #F1F0F0;
}

/*header .nav-primary a.level1.active, header .nav-primary a.level1:hover {*/
/*background: #f6f6f6;*/
/*background: -moz-linear-gradient(top, #f6f6f6 0%, #d3d3d3 100%);*/
/*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #d3d3d3));*/
/*background: -webkit-linear-gradient(top, #f6f6f6 0%, #d3d3d3 100%);*/
/*background: -o-linear-gradient(top, #f6f6f6 0%, #d3d3d3 100%);*/
/*background: -ms-linear-gradient(top, #f6f6f6 0%, #d3d3d3 100%);*/
/*background: linear-gradient(to bottom, #f6f6f6 0%, #d3d3d3 100%);*/
/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#d3d3d3',GradientType=0 ); }*/

header .nav-primary a.level1 img {
    display: none;
    position: absolute;
    bottom: 65px; }

/*header .nav-primary ul.level1 {*/
/*display: block;*/
/*position: absolute;*/
/*top: 100%;*/
/*left: 0;*/
/*right: 0;*/
/*background-color: rgba(0, 147, 238, 0.95);*/
/*box-shadow: inset 0 2px 8px rgba(0, 0, 0, 0.8); }*/

header .nav-primary li.level2 {
    display: table;
    /*min-height: 40px;*/
    width: 100%;
    /*float: left; */
}

header .nav-primary a.level2 {
    position: relative;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    color: #9b9b9b;
    font-size: 14px;
    text-transform: none;
    padding: 6px 0;
    line-height: 15px; }

header .nav-primary a.level2:hover {
    background-color: #F1F0F0;
}

/* header menu */
#header-menu {
    width: 215px;
    background-color: #333333;
    /*border-left: 1px solid #000000;*/
    position: fixed;
    top: 0;
    right: -215px;
    bottom: 0;
    -webkit-transition: right .2s linear;
    transition: right .2s linear;
    z-index: 10;}

.min-size-level0 {
    font-size: 0.77rem!important;
}




