@media (min-width: 1025px) {

    .not-desktop,
    .menu-trigger {
        display: none;
    }

    .main__menu {
        text-transform: uppercase;
        font-size: 0.85em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .main__menu ul {
        border: none;
        animation: none;
    }

    .main__menu ul a {
        border: none;
        background: rgba(19, 58, 34, 0.85);
        color: #fff;
    }

    .main__menu ul ul,
    .main__menu ul ul ul {
        animation: none;
    }

    .main__menu li:first-child {
        border-left: none;
    }

    .main__menu a:hover,
    .main__menu a.active,
    .main__menu a.active-trail {}
}

@media (min-width: 1025px) {

    .main__menu {
        line-height: inherit;
    }

    .main__menu > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .main__menu > ul li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-decoration: none;
        padding: 1.1em 0.5rem;
        flex: 1;
        transition: 0.3s all;
        line-height: 1.5em;
    }

    .main__menu > ul ul li a {
        border-bottom: 1px solid rgba(255, 255, 255, .3);
    }

    .main__menu > ul ul li:last-of-type a {
        border-bottom: none;
    }


    .main__menu ul a.active {
        font-weight: normal;
        color: #fff;
    }

    .main__menu ul ul {
        display: none;
        position: absolute;
        margin: 0;
        min-width: 200px;
        z-index: 100;
    }

    .main__menu ul ul li {
        line-height: 1.3em;
    }

    .main__menu ul li:hover > ul {
        display: block;
        color: #fff;
    }

    .main__menu ul li:hover > ul {
        padding-left: 0;
    }

    .main__menu ul li:hover > ul a {
        color: #fff;
    }

    .main__menu > ul ul li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .main__menu > ul ul li:hover,
    .main__menu > ul ul li a:hover {
        background: #133a22;
        color: #fff;
    }

    .main__menu ul ul ul {
        margin: 0 0 0 100%;
    }

/*
    .expanded > a:before {
        content: '\25BC';
        padding-right: .2em;
        color: rgba(255, 255, 255, .5);
    }

    .expanded .expanded > a:before {
        content: '\25B6';
        padding-right: .4em;
    }




    .main__menu a.buy-btn:hover {
        background: rgba(255, 255, 255, .3);
        color: #fff;
    }
*/

     .main__menu a.buy-btn {
        background: #fff;
        color: #133a22;
        font-weight: bold;
        margin-left: 2em;
    }
    .main__menu a.buy-btn:hover {
    background: rgba(119, 136, 153, 1);
    color: #fff;
}
}
    /* IE11 hack */
    @media all and (-ms-high-contrast:none) {
        .main__menu ul ul ul {
            margin: auto;
        }
    }
