#MenuBox *, #MenuBox *::after, #MenuBox *::before {
    box-sizing: unset !important;
}

#MenuBox *, #MenuBox *::before, #MenuBox *::after {
    box-sizing: unset !important;
}

/******* promo-menu *******/
.promo_base {
    background-color: rgb(240, 240, 240);
    clear: none;
    display: block;
    float: left;
    height: auto;
    left: 0;
    margin-left: 0;
    margin-top: 0;
    position: relative;
    top: 0;
    width: 20%;
}

.promo_image {
    width: 100%;
    max-height: 120px;
    height: auto;
}

.promo_base:hover {
    background-color: rgba(175, 175, 175, 0.35);
}

.promo_image:hover {
    filter: sepia(50%);
}

.promo_name_price {
    background-attachment: scroll;
    background-color: rgba(255, 255, 255, 0);
    background-image: url("../img/corner_up.png");
    background-position: 50% 110%;
    background-repeat: no-repeat no-repeat;
    background-size: auto auto;
    border-right: 1px solid rgba(255, 255, 255, 0.75);
    clear: none;
    float: left;
    font-size: 1em;
    font-weight: normal;
    height: auto;
    left: 0;
    line-height: 1em;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    min-height: 70px;
    padding: 15px 5px;
    position: relative;
    text-align: center;
    top: 0;
    width: 100%;
}

.promo_name {
    float: none;
    font-family: "Bebas Neue Book";
    font-size: 25px;
    line-height: 1em;
    display: block;
    min-height: 50px;
}

.promo_price {
    color: rgb(127, 127, 127);
    float: none;
    font-size: 14px;
    line-height: 1em;
}

.promo_test-drive, .promo_credit {
    background-attachment: scroll;
    background-color: rgb(255, 255, 255);
    background-image: url("../img/points1_horiz.gif"), url("../img/arrow3rght.png");
    background-position: 0 100%, 94% 50%;
    background-repeat: repeat-x, no-repeat;
    background-size: auto auto, auto auto;
    border-left: 5px solid rgb(255, 255, 255);
    border-right: 5px solid rgb(255, 255, 255);
    border-top: 0 solid rgb(255, 255, 255);
    clear: none;
    color: rgb(125, 125, 125);
    display: block;
    float: left;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    height: 35px;
    left: 0;
    line-height: 1em;
    margin-left: 0;
    margin-top: 0;
    min-height: 0;
    min-width: 0;
    padding-left: 10px;
    padding-top: 12px;
    position: relative;
    text-align: left;
    top: 0;
    width: 100%;
}

.promo_test-drive:hover, .promo_credit:hover {
    background-color: rgb(255, 255, 255);
    background-image: url("../img/points1_horiz.gif"), url("../img/arrow3rght.png");
    background-position: 0 100%, 97% 50%;
    background-repeat: repeat-x, no-repeat;
    background-size: auto auto, auto auto;
    color: rgb(0, 0, 0);
}

.promo_name_price a, .promo_test-drive a, .promo_credit a {
    color: inherit !important;
}

.promo_base:nth-of-type(n+6) {
    display: none;
}

/******* promo-menu *******/
.box-close {
    background-attachment: scroll;
    background-image: url("../img/close2.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-size: auto auto;
    clear: none;
    float: none;
    height: 25px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    position: relative;
    top: 0;
    width: 25px;
}

.box-close-1 {
    background-attachment: scroll;
    background-image: url("../img/close2.gif");
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
    background-size: auto auto;
    clear: none;
    float: left;
    height: 25px;
    left: 0;
    margin: 20px auto;
    position: relative;
    top: 0;
    width: 100%;
}

.box-close:hover, .box-close-1:hover {
    background-image: url("../img/close2.gif");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(240, 240, 240);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

.box-close:active, .box-close-1:active {
    background-image: url("../img/close.gif");
    background-attachment: scroll;
    -webkit-background-size: auto;
    background-size: auto;
    background-color: rgb(237, 107, 33);
    background-position: 50% 50%;
    background-repeat: no-repeat no-repeat;
}

.box-close-1 {
    display: none;
}

#MenuBox ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#MenuBox {
    display: block;
}

#MenuBox {
    float: left;
    height: auto;
    clear: none;
    width: 80%;
    position: absolute;
    top: 32px;
    left: auto;
    right: 0px;
    bottom: auto;
}

#MenuBox > a {
    display: none;
}

/*#MenuBox li {
    position: relative;
}*/

#MenuBox > ul > li {
    float: left;
    font-size: 1em;
    height: auto;
    min-height: 48px;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0px;
    margin-top: 0px;
    clear: none;
    /*min-height: 0px;*/
    min-height: 30px;
    margin-right: 0px;
    position: relative;
    top: 0px;
    left: 0px;
}

#MenuBox li a {
    float: none;
    font-size: 18px;
    line-height: 1em;
    font-family: 'Bebas Neue Book';
    color: rgb(127, 127, 127);
    display: block;
    letter-spacing: 1px;
}

/*#MenuBox li a:active {
    background-color: #c00 !important;
}*/

#MenuBox span:after {
    display: none;
    width: 0;
    height: 0;
    border: 0.313em solid transparent;
    border-bottom: none;
    border-top-color: #B0B8BB;
    content: '';
    vertical-align: middle;
    position: relative;
    right: -0.313em;
}

#MenuBox > ul > li:nth-of-type(7) {
    width: 13%;
}

#MenuBox > ul > li:nth-of-type(6) {
    /*width: 20%;*/
    width: 10%;
    /*background-attachment: scroll;
    background-image: url("/v4/img/arrow_dwn.gif");
    background-position: 90.5% 3px;
    background-repeat: no-repeat no-repeat;
    background-size: auto auto;*/
}

#MenuBox > ul > li:nth-of-type(6) a {
    color: rgb(237, 107, 33);
}

#MenuBox > ul > li:nth-of-type(5) {
    /*width: 12%;*/
    width: 18%;
    /*background-attachment: scroll;
    background-image: url("/v4/img/arrow_dwn.gif");
    background-position: 88.5% 3px;
    background-repeat: no-repeat no-repeat;
    background-size: auto auto;*/
}

#MenuBox > ul > li:nth-of-type(4) {
    /*width: 15%;*/
    width: 18%;
}

#MenuBox > ul > li:nth-of-type(3) {
    /*width: 15%;*/
    width: 18%;
    background-attachment: scroll;
    background-image: url("../img/arrow_dwn.gif");
    /*background-position: 87.5% 3px;*/
    background-position: 50% 18px;
    background-repeat: no-repeat no-repeat;
    background-size: auto auto;
}

#MenuBox > ul > li:nth-of-type(2) {
    /*width: 12%;*/

    width: 18%;
    background-attachment: scroll;
    /*background-image: url("/v4/img/arrow_dwn.gif");*/
    background-image: none;
    /*background-position: 87.5% 3px;*/
    background-position: 50% 18px;
    background-repeat: no-repeat no-repeat;
    background-size: auto auto;
}

#MenuBox > ul > li:nth-of-type(1) {
    /*width: 12%;*/
    width: 18%;
    background-attachment: scroll;
    background-image: url("../img/arrow_dwn.gif");
    /*background-position: 90.5% 3px;*/
    background-position: 50% 18px;
    background-repeat: no-repeat no-repeat;
    background-size: auto auto;
}

#MenuBox > ul > li > a {
    /*text-align: center;*/
    border-right-width: 1px;
    border-right-color: rgb(127, 127, 127);
    border-right-style: solid;
}

/*
#MenuBox > ul > li:first-of-type > a {
    border-right: 1px solid rgb(127, 127, 127);
}
*/

#MenuBox > ul > li:last-of-type > a {
    border-right: none;
}

/*#MenuBox > ul > li:not( :last-child ) > a {
    border-right: 1px solid #cc470d;
}*/

/*#MenuBox > ul > li:hover > a,
#MenuBox > ul:not( :hover ) > li.active > a {
    background-color: #cc470d;
}*/

/* second level */

#MenuBox li ul {
    /*background-color: #f0f0f0;*/
    background: url('../img/corner_down.png') no-repeat top center #F0F0F0;
    border-color: transparent;
    border-style: none;
    box-shadow: 0 30px 30px rgba(0, 0, 0, 0.5);
    /*box-shadow: 15px 15px 15px rgba(0, 0, 0, 0.5), -15px 15px 15px rgba(0, 0, 0, 0.5)*/
    display: none;
    /*margin-left: -42px;*/
    /*margin-left: 0px;*/
    margin-left: -108px;
    left: 50%;
    margin-top: 30px;
    /*padding: 35px 15px 54px 16px;*/
    padding: 35px 15px 20px 16px;
    position: relative;
    top: 100%;
    /*width: 215px;*/
    width: 184px;
}

#MenuBox > ul > li:nth-of-type(1) > ul {
    /*margin-left: -48px;*/
    /*margin-left: 12px;*/
}

#MenuBox > ul > li:nth-of-type(5) > ul {
    margin-left: -50px;
}

#MenuBox > ul > li:nth-of-type(6) > ul {
    margin-left: -11px;
}

/*#MenuBox li:nth-of-type(6) ul {margin-left: -10px;}*/

/*#MenuBox li:hover ul,*/
#MenuBox li:target ul {
    display: block;
    left: 0;
    right: 0;
}

/*#MenuBox li:not( :first-child ):hover ul {
    left: -1px;
}*/

#MenuBox li ul a {
    background: url("../img/points_horiz.gif") repeat-x scroll center bottom transparent;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 0;
    min-height: 30px;
    position: relative;
    text-align: center;
    /*    width: 184px;*/
    width: 100%;
    padding-top: 3px;
}

#MenuBox li ul li a:hover,
#MenuBox li ul:not( :hover ) li.active a {
    color: #000000;
    text-decoration: none;
}

/*@media only screen and ( max-width: 62.5em ) *//* 1000 *//* {
    #MenuBox {
        width: 100%;
        position: static;
        margin: 0;
    }
}*/

@media only screen and (max-width: 900px) {

    #MenuBox {
        top: 77px;
        right: 0px;
        width: 100%;
        left: auto;
    }

    #MenuBox li ul {
        margin-top: 15px;
        /*margin-left: -65px;*/
        /*margin-left: -40px;*/
        margin-left: -108px;
        left: 50%;
        /*width: 162px;*/
        /*padding: 35px 0 54px;*/
        padding: 35px 15px 20px 16px;
    }

    #MenuBox li ul a {
        /*width: 162px;*/
    }

    .promo_base {
        width: 25%;
        /*width: 33%;*/
    }

    /*.promo_base:nth-of-type(n+5) {
        margin-top: 10px;
    }*/
    .promo_base:nth-of-type(n+4) {
        display: none;
    }

    /*.promo_base:nth-of-type(n+4) {
        margin-top: 10px;
    }*/
    .promo_base:nth-of-type(n+6) {
        display: block;
    }

    #MenuBox > ul > li:nth-of-type(1) > ul {
        margin-left: -95px;
        /*margin-left: -26px;*/
        /*background-position: 60px top;*/
        background-position: 78px top;
    }

    #MenuBox > ul > li:nth-of-type(5) > ul {
        margin-left: -62px;
    }

    #MenuBox > ul > li:nth-of-type(6) > ul {
        margin-left: -25px;
    }

    #MenuBox > ul > li:nth-of-type(1) {
        /*background-position: 97.5% 3px;*/
        background-position: 50% 18px;
    }

    #MenuBox > ul > li:nth-of-type(3) {
        /*background-position: 90.5% 3px;*/
        background-position: 50% 18px;
    }

    #MenuBox > ul > li:nth-of-type(5) {
        background-position: 90.5% 3px;
    }

    #MenuBox > ul > li:nth-of-type(6) {
        background-position: 94.5% 3px;
    }
}

@media only screen and ( max-width: 650px ) {
    #TopMenu {
        width: 100%;
        padding: 0% 3%;
    }

    #MenuBox {
        position: absolute;
        top: 36%;
        left: auto;
        padding: 0% 3%;
    }

    #MenuBox > a {
        width: 24px; /* 50 */
        height: 24px; /* 50 */
        text-align: left;
        text-indent: -9999px;
        background-color: #B0B8BB;
        position: relative;
        float: right;
    }

    #MenuBox > a:before,
    #MenuBox > a:after {
        border: 3px solid #FFFFFF;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 4px;
    }

    #MenuBox > a:after {
        top: 60%;
    }

    #MenuBox:not( :target ) > a:first-of-type,
    #MenuBox:target > a:last-of-type {
        display: block;
    }

    /* first level */
    #MenuBox > ul {
        height: auto;
        display: none;
        position: absolute;
        left: 0;
        top: 51px;
        right: 0;
        /*background-color: #f0f0f0;*/
        background-color: #FFFFFF;
    }

    #MenuBox:target > ul {
        display: block;
    }

    #MenuBox > ul > li {
        width: 100% !important;
        float: left;

        background-position: 57.5% 8px;
    }

    #MenuBox > ul > li:nth-of-type(1), #MenuBox > ul > li:nth-of-type(2), #MenuBox > ul > li:nth-of-type(3), #MenuBox > ul > li:nth-of-type(5) {
        background-position: 61.5% 8px /*!important*/;
        /*background-position: 50% 20px /!*!important*!/;*/
    }

    #MenuBox > ul > li:nth-of-type(6) {
        background-position: 61.5% 8px /*!important*/;
    }

    #MenuBox > ul > li > a {
        border-bottom: 1px solid rgb(127, 127, 127);
        border-left: 0 solid rgb(255, 255, 255);
        border-right: 0 solid rgb(255, 255, 255);
        clear: none;
        font-size: 18px;
        font-weight: normal;
        height: auto;
        left: 0;
        line-height: 22px;
        margin-left: auto;
        margin-right: auto;
        min-height: 30px;
        padding-top: 3px;
        position: relative;
        text-align: center;
        top: 0;
        width: 85%;
    }

    #MenuBox > ul > li:not( :last-child ) > a {
        /*border-right: none;*/
        /*border-bottom: 1px solid #cc470d;*/
    }

    /* second level */
    #MenuBox li ul {
        margin: 0 auto;
        padding: 0;
        box-shadow: none;
        background: #F0F0F0;
        width: 85%;
    }

    #MenuBox li ul a {
        width: 100%;
        /*margin-top: 0;*/
    }

    #MenuBox span:after {
        /*display:inline-block;*/
    }

    #MenuBox li ul .box-close {
        display: none;
    }

    #MenuBox ul .box-close-1 {
        display: block;
    }

    .promo_base {
        width: 33%;
    }

    .promo_base:nth-of-type(n+4) {
        margin-top: 10px;
        display: block;
    }

    #MenuBox > ul > li:nth-of-type(n) > ul {
        /*  		margin-left: 42px;*/
        left: 0%;
        margin-left: auto;
    }
}

@media only screen and (max-width: 520px) {
    .promo_base {
        width: 50%;
    }

    .promo_base:nth-of-type(n+3) {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 360px) {

    #MenuBox > ul > li:nth-of-type(1), #MenuBox > ul > li:nth-of-type(2), #MenuBox > ul > li:nth-of-type(3), #MenuBox > ul > li:nth-of-type(5) {
        background-position: 65.5% 8px /*!important*/;
        /*background-position: 50% 20px /!*!important*!/;*/
    }

    /*    .promo_base {
            width: 100%;
        }

        .promo_base:nth-of-type(n+1) {
            margin-top: 10px;
        }*/
}