.menu-btn {
    display: none;
    background-image: url(images/iii-line.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    cursor: pointer;
}

.menu-top {
    font-size: 0;
    padding: 0;
    position: relative;
}

.menu-top__item {
    border-left: 1px solid #e3e3e3;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    position: relative;
}

.menu-top__item:first-child {
    border-left: none;
}

.menu-top__link {
    padding: 6px 18px;
    font: 300 17px/20px "Open Sans", sans-serif;
    text-decoration: none;
    color: #3f3f3f;
    display: inline-block;
}

.menu-top__item:hover {
    background: #e6e6e6;

}

.menu-top__item:hover .menu-top__link {
    color: #0088f5;
}

.sub-menu-top {
    display: none;
}

.menu__info {
    display: none;
}

.sub-menu-top {
    margin: 0px 0;
    padding: 0px 0;
}

.menu-top__item:hover .sub-menu-top {
    display: block;
    position: absolute;
    z-index: 100;
    top: 34px;
    left: -1px;
    background-color: #FEFEFE;
    border: 1px solid #e6e6e6;

}

.sub-menu-top__item {
    padding: 6px 18px;
    font: 300 17px/20px "Open Sans", sans-serif;
    text-align: left;
    list-style: none;
    white-space: nowrap;
    padding: 12px 18px;
}

.sub-menu-top__item:hover {
    background: #e6e6e6;

}

.sub-menu-top__link {
    text-decoration: none;
    color: #3f3f3f;
}

.sub-menu-top__item:hover .sub-menu-top__link {
    color: #0088f5;

}

@media screen and (max-width: 1279px) {
    .menu-top__link {
        padding: 6px 16px;
    }
}

@media screen and (max-width: 1023px) {
    .menu-top__item {
        border-left: 0px solid #e3e3e3;
    }

    .pushy-open-right .menu-btn {
        background-image: url(images/iii-line_white.gif);
    }

    .menu-top {
        padding: 0 10px;
    }

    .menu-top__link {
        color: #FFFFFF;
    }

    .menu-top__item {
        width: 100%;
        height: 44px;
    }

    .menu-top__item:hover {
        background: transparent;
    }

    .menu-top__item:hover .menu-top__link {

        color: #FFFFFF;
    }

    .menu-btn {
        width: 44px;
        height: 38px;
        display: block;
        font-size: 30px;
        color: #FFF;
        text-align: right;
        left: -54px;
        top: 6px;
        position: absolute
    }

    .menu__info {
        display: block;
        border-top: #b3b3b1 1px solid;
        margin-top: 20px;
        padding: 20px 0px 20px 0px;
    }

    .pushy {
        position: fixed;
        width: 240px;
        height: 100%;
        top: 0;
        z-index: 9999;
        background: #191918;
        visibility: hidden;
        -webkit-overflow-scrolling: touch
    }

    .pushy a {
        display: block;
        color: #b3b3b1;
        padding: 12px 12px;
        text-decoration: none;
        outline: 0
    }

    .pushy a:hover {
        color: #FFF
    }

    .pushy ul:first-child {
        margin-top: 10px
    }

    .pushy.pushy-left {
        left: 0
    }

    .pushy.pushy-right {
        right: 0
    }

    .pushy-left {
        -webkit-transform: translate3d(-240px, 0, 0);
        -ms-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }

    .pushy-open-left #container, .pushy-open-left .push {
        -webkit-transform: translate3d(240px, 0, 0);
        -ms-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }

    .pushy-right {
        -webkit-transform: translate3d(240px, 0, 0);
        -ms-transform: translate3d(240px, 0, 0);
        transform: translate3d(240px, 0, 0)
    }

    .pushy-open-right #container, .pushy-open-right .push {
        -webkit-transform: translate3d(-240px, 0, 0);
        -ms-transform: translate3d(-240px, 0, 0);
        transform: translate3d(-240px, 0, 0)
    }

    .pushy-open-left .pushy, .pushy-open-right .pushy {
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    #container, .pushy, .push {
        transition: transform .2s cubic-bezier(0.16, 0.68, 0.43, 0.99)
    }

    .site-overlay {
        display: none
    }

    .pushy-open-left .site-overlay, .pushy-open-right .site-overlay {
        display: block;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 9998;
        background-color: rgba(0, 0, 0, 0.8);
        -webkit-animation: fade 500ms;
        animation: fade 500ms
    }

    @keyframes fade {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    @-webkit-keyframes fade {
        0% {
            opacity: 0
        }

        100% {
            opacity: 1
        }
    }

    .pushy-submenu ul {
        padding-left: 15px;
        transition: max-height .2s ease-in-out
    }

    .pushy-submenu ul .pushy-link {
        transition: opacity .2s ease-in-out
    }

    .pushy-submenu > a {
        position: relative
    }

    .pushy-submenu > a::after {
        content: '';
        display: block;
        height: 11px;
        width: 8px;
        position: absolute;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        transition: transform .2s
    }

    .pushy-submenu-closed ul {
        max-height: 0;
        overflow: hidden
    }

    .pushy-submenu-closed .pushy-link {
        opacity: 0
    }

    .pushy-submenu-open ul {
        max-height: 1000px
    }

    .pushy-submenu-open .pushy-link {
        opacity: 1
    }

    .pushy-submenu-open a::after {
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg)
    }

    .no-csstransforms3d .pushy-submenu-closed ul {
        max-height: none;
        display: none
    }

}