@media screen and (min-width: 426px){
    .mobile-menu-rentu {
        display: none;
    }
}

.nav-lock-scroll {
    overflow: hidden
}
.mobile-menu-rentu{
    position: relative;
}
.nav {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 900;
    overflow-x: hidden;
    overflow-y: auto
}

.nav ul {
    display: block;
    position: relative;
    zoom: 1;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.nav a, .nav a:active, .nav a:hover, .nav a:visited {
    display: block;
    position: relative
}

@media only screen and (min-width: 960px) {
    .nav {
        display: block;
        position: relative;
        bottom: auto;
        overflow: visible
    }

    .nav li {
        position: relative;
        white-space: nowrap
    }

    .nav > ul > li {
        display: inline-block
    }

    .nav ul {
        display: block
    }

    .nav ul ul {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 901
    }

    .nav ul ul ul {
        top: 5px;
        left: 95%;
        z-index: 902
    }

    .nav ul ul ul ul {
        z-index: 903
    }

    .nav ul ul ul ul ul {
        z-index: 904
    }

    .nav ul ul li.nav-left > ul {
        left: auto;
        right: 95%
    }

    .nav-no-js .nav li:hover > ul {
        display: block
    }
}

@media only screen and (max-width: 959px) {
    .nav-no-js .nav-button:hover + .nav, .nav-no-js .nav-button:hover + .nav + .nav-close, .nav-no-js .nav:hover, .nav-no-js .nav:hover + .nav-close {
        display: block
    }
}


.icon-desktop:before, .icon-menu-close:before, .icon-menu:before, .icon-mobile:before, .icon-submenu-down:before, .icon-submenu-right:before, .icon-world:before, .nav .nav-submenu > a:after, .nav-button:before, .nav-close:before, .nav > ul > .nav-submenu > a:after, header h1:before {
    font-family: icon-font;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-transform: none;
    vertical-align: top
}

.icon-desktop:before {
    content: "\E001"
}

.icon-menu-close:before {
    content: "\E002"
}

.icon-menu:before {
    content: "\E003"
}

.icon-mobile:before {
    content: "\E004"
}

.icon-submenu-down:before {
    content: "\E005"
}

.icon-submenu-right:before {
    content: "\E006"
}

.icon-world:before {
    content: "\E007"
}

body {
    padding-top: 4.4rem
}


header h1:before {
    content: "\E004";
    margin-right: 8px
}
a.nav-button, a.nav-button:hover, a.nav-button:focus{
    color: white;
    outline: none;
}
.fixed{
    opacity: 1;
}
.nav-button.fixed {
    position: fixed;
    right: 10px;
    left: auto;
    color: white;
    z-index: 901;
}
.nav-button, .nav-close {
    position: absolute;
    top: 21px;
    right: 0;
    overflow: hidden;
    z-index: 902;
    cursor: pointer;
    text-decoration: none;
    line-height: 36px;
    color: #ffffff;
    height: 40px;
    width: 40px;
    border: 2px solid white;
    border-radius: 8px;
}

.nav-button:before, .nav-close:before {
    display: block;
    text-align: center
}

.nav-button {
    display: block;
    font-size: 21px;
}

.nav-button:before {
    content: "\E003"
}

.nav-close {
    display: none;
    right: 4rem;
    font-size: 1.9rem
}

.nav-close:before {
    content: "\E002"
}
a.nav-button.nav-button-mobile, a.nav-button.nav-button-mobile:hover, a.nav-button.nav-button-mobile:focus, a.nav-button.nav-button-mobile:active {
    padding: 0;
}
.main-logo-btn{
    float: left;
    margin: 10px 0;
    padding: 0;
    line-height: 0;
}
.wrapper-button a.nav-button-mobile{
    float: right;
    margin: 10px;
}
/*.wrapper-button > img {*/
    /*display: block;*/
    /*float: left;*/
    /*margin: 10px;*/
/*}*/
.wrapper-button {
    height: 80px;
}
.nav {

    line-height: 4.4rem;
    background: #2c3052;
    color: #A69A94
}
.nav-button {
    z-index: 800;
}
.nav ul {
    border-radius: 0 0 6px 6px;
    background: #242845;
}

.nav ul ul {
    background: #1a1d32
}

.nav ul ul ul {
    background: #382f29
}

.nav ul ul ul ul {
    background: #40362f
}

.nav ul ul ul ul ul {
    background: #493e36
}

.nav li {
    cursor: pointer
}

.nav li.nav-active > a, .nav li:hover > a {
    color: white;
    background: #282c4b;
}

.nav .nav-submenu > ul {
    margin-left: 10px
}

.nav .nav-submenu > a {
    padding-right: 30px !important
}

.nav a, .nav a:active, .nav a:hover, .nav a:visited {
    border-radius: 6px;
    padding: 0 15px 1px;
    color: white;
    text-decoration: none
    text-transform: uppercase;
}

.nav .nav-submenu > a:after {
    position: absolute;
    display: block;
    right: 10px;
    top: 1px;
    content: "\E005"
}

@media only screen and (min-width: 960px) {
    body {
        padding: 0 !important
    }

    header {
        position: relative
    }

    header h1:before {
        content: "\E001"
    }

    .nav-button {
        display: none
    }

    .nav {
        padding: 0 !important
    }

    .nav > ul > li {
        border-top: none
    }

    .nav li > ul {
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, .75)
    }

    .nav ul ul ul {
        border-radius: 0 6px 6px
    }

    .nav ul ul ul li:first-child {
        border-top: none
    }

    .nav .nav-left > ul {
        border-radius: 6px 0 6px 6px
    }

    .nav .nav-submenu li {
        min-width: 110px
    }

    .nav .nav-submenu > ul {
        margin: 0
    }

    .nav > ul > .nav-submenu > a:after {
        content: "\E005"
    }

    .nav .nav-submenu > a:after {
        content: "\E006"
    }
}