.ataka-drop-menu {
  /*  width: 955px;*/
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: static;
    align-self: center;
}
                                                            .ataka-mega-menu {
                                                                position: static;
                                                                padding-left: 30px;
                                                                width: 100%;

                                                                overflow: hidden;
                                                            }
.ataka-drop-menu ul, .stick-ataka-drop-menu ul {
    list-style: none;
}

.ataka-drop-menu ul.level-0 {
    position: static;
    width: 175px;
}
.ataka-drop-menu ul.level-0 li.all-goods{
    position: static;
    background: #F7748B;
    transition: 0.5s;
    height: 40px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.25);
    border-radius: 40px;
    padding: 0 15px 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;


}
.ataka-drop-menu ul.level-0 li.all-goods:hover{
    background: #00B897;
    transition: 0.5s;
}

.ataka-drop-menu ul.level-0 li.all-goods a{
    color: #ffffff;
}
.ataka-drop-menu ul.level-0 li.all-goods > a {
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 17px;
    letter-spacing: 0.2em;
    text-align: center;
}

.ataka-drop-menu ul.level-0 li.all-goods > a::before{
    font-family: 'Font Awesome 6';
    content: "\e1d8";
    font-weight: 500;
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    margin-right: 10px;
}


.ataka-drop-menu ul.level-1 > li.close-drop-menu {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -50px;
    top: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00B897;
    background: #00B897;

}
.ataka-drop-menu ul.level-1 > li.close-drop-menu:hover {
    border: 1px solid #00B897;
    background: #00B897;
    opacity: 0.9;

}
.ataka-drop-menu ul.level-1 > li.close-drop-menu::before{
    font-family: 'Font Awesome 6';
    content: "\f00d";
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}
.ataka-drop-menu ul.level-1 > li.close-drop-menu:hover::before{

}

/**/


.ataka-mega-menu ul.level-2 li.close-mega-menu {
    width: 40px;
    height: 40px;
    position: absolute;
    right: calc((100% - 1338px) / 2 - 40px);
    top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #00B897;
    background: #00B897;

}
.ataka-mega-menu ul.level-2 li.close-mega-menu:hover {
    border: 1px solid #00B897;
    background: #00B897;
    opacity: 0.9;

}
.ataka-mega-menu ul.level-2 li.close-mega-menu::before{
    font-family: 'Font Awesome 6';
    content: "\f00d";
    font-style: normal;
    font-weight: 300;
    font-size: 30px;
    line-height: 30px;
    color: #ffffff;
}

/**/




div.level-1-wrapper {
    width: 100%;
    background: rgba(72, 74, 73, 1);
    padding-left: calc((100% - 1338px) / 2);
    padding-right: calc((100% - 1338px) / 2);
    position: absolute;
    z-index: 700;
    top: 50px;
    left:0;
}



                                                    .ataka-mega-menu ul.level-1 {
                                                        text-transform: uppercase;
                                                        font-weight: 700;
                                                        font-size: 12px;
                                                        padding: 0;
                                                        display: flex;
                                                        align-items: flex-start;
                                                        justify-content: space-between;
                                                        /* background-color: #FFFFFF; */
                                                        box-sizing: border-box;
                                                        list-style-type: none;
                                                        white-space: nowrap;
                                                        width: 100%;
                                                        position: static;
                                                    }

.ataka-drop-menu ul.level-1 {
    display: none;
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    list-style-type: none;
    width: 1338px;
    height: 100vh;
    padding-top: 34px;
    padding-bottom: 34px;
    overflow: visible;

}






ul.level-1 + ul.level-1 {
    margin-left: 15px;
}
.head-menu-div-right ul.level-1 {
    background-color: transparent;
    font-size: 10px;
    border-radius: unset;
    font-weight: bold;
}
ul.level-1 > li > a {
    color: #2E2E2E;
    text-decoration: none;
    margin-left: 0px;
    padding: 15px 20px;
    display: block;
    position: relative;
    width: 100%;
    text-transform: uppercase;


}

.ataka-drop-menu ul.level-1 > li > a {
    text-decoration: none;
    margin-left: 0;
    padding: 15px 20px;
    display: block;
    position: relative;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    line-height: 15px;
    letter-spacing: 0.2em;
}

                                                .ataka-mega-menu ul.level-1 > li > a {
                                                    height: 50px;
                                                    padding: 17px 20px;
                                                    color: #ffffff;
                                                    font-size: 12px;
                                                    font-weight: 700;
                                                    line-height: 15px;
                                                    letter-spacing: 0.2em;
                                                    text-align: center;

                                                    /*max-width: 220px;
                                                    overflow: hidden;
                                                    text-overflow: ellipsis;*/
                                                }


.ataka-drop-menu ul.level-1 > li:hover {
    background: #525453;
    border-left: 6px solid #00B897;

}

ul.level-1 > li:last-child > a {
    padding-right: 0;
}
.head-menu-div-right ul.level-1 > li > a {
    color: #7a7a7a;
    padding: 10px 15px;
}
ul.level-1 > li {
    position: static;
    margin: 0;
    display: block;
    /* width: 100%; */
}
ul.level-1 > li + li {/* margin-left: 15px; */}
.head-menu-div-right ul.level-1 > li {
    border-left:solid #A6A6A6 1px;
    padding-top: 0;
    padding-bottom: 0;
}
ul.level-1 > li:hover {
}
ul.level-1 > li > a.selected::before {
}

a.selected,
ul.level-1 > li:hover > a {
    color: #00B897 !important;
}
.head-menu-div ul > li > a.selected::before {
    content: "";
    border-bottom: none;
}
ul.level-1 > li.sep {
    padding: 0;
    width: 1px;
    height: 62px;
}
ul.level-1 .sub {
    /*display: flex;
    flex-direction: column;*/
}
.ataka-drop-menu ul.level-1 > li {
    width: 446px;  /* 1/3 from 1338 px */
    border-left: 6px solid #F7748B;
    position: relative;
}
.ataka-drop-menu ul.level-1 .sub {
    position: static;
    width: 446px;  /* 1/3 from 1338 px */
}


ul.level-1 > .sub::after {
    color: #2E2E2E;
    font-family: 'Font Awesome 6';
    /*content: "\f078";*/
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    padding-top: 10px;
    margin-left: -10px;
}
.head-menu-div-right ul.level-1 > .sub::after {
    color: #FFF;
    padding: 10px 10px 10px 0;
}
ul.level-2::before {
}
                                .ataka-mega-menu ul.level-2 {
                                    position: absolute;
                                    left: 0;
                                    top: 49px;
                                    margin: 0;

                                    display: none;


                                    font-weight: 700;
                                    font-size: 12px;
                                    z-index: 700;
                                    background: rgba(72, 74, 73, 1);

                                    list-style-type: none;
                                    width: 100%;
                                    overflow: visible !important;
                                    column-count: 4;
                                    column-gap: 20px;
                                   /* column-width: 260px;*/

                                    text-align: left;
                                    white-space: normal;

                                    padding-top: 36px;
                                    padding-bottom: 37px;
                                    padding-left: calc((100% - 1338px) / 2);
                                    padding-right: calc((100% - 1338px) / 2);

                                    box-shadow: 0 6px 16px rgb(0 0 0 / 3%);
                                    border-top: 2px solid #00B897;
                                }




.ataka-drop-menu ul.level-2 {
    background: #525453;
    width: 446px;
    min-height: 100%;
    padding-top: 34px;
    padding-left: 28px;
    padding-bottom: 50px;

    display: none;

    position: absolute;
    left: calc((100% - 1338px) / 2 + 446px);
    top:0;
    z-index: 3000;
}


/*                                          .ataka-mega-menu  ul.level-1 li:nth-child(4) ul.level-2 {
                                                display: block !important;
                                        }*/




.ataka-drop-menu ul.level-1 ul.level-2 ul.level-x {
    display: none;
}

                                        .ataka-mega-menu ul.level-1 ul.level-2 ul.level-x {
                                            display: block !important;
                                        }
.head-menu-div-right ul.level-2 {
    font-size: 11px;
    text-transform: none;
    padding: 3px 0;
    box-shadow: none;
    border: solid 1px #d0d0d0;
    top: 37px;
}
ul.level-2 > li {
    margin: 0 0 16px 0;
    /*clear: both;*/
/*    width: 25%;
    float:left;*/
    background: none;
    height: auto;
    break-inside: avoid;
}
.ataka-drop-menu ul.level-2 > li {
    margin-bottom: 0;
}
.ataka-drop-menu ul.level-2 > li:hover {
    background: linear-gradient(270deg, rgba(72, 74, 73, 1) 0%, rgba(237, 237, 237, 0) 100%);
}
ul.level-2 > li:first-child {
    /*padding: 0 0 3px;*/
}
ul.level-2 > li:last-child {
   /* padding: 3px 0 0 0;*/
}
ul.level-2 > li + li {
    /*border-top: 1px solid #c9c8c8*/
    
}
ul.level-2 > li.sub {
    /* padding-right: 20px; */
    position: relative;
}
ul.level-2 > li > a {
    min-width: 200px;
    width: 100%;
    text-decoration: none;
    display: block;
    padding: 5px 20px 5px 5px;
    font-style: normal;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.2em;
    text-align: left;

    text-transform: uppercase;
    color: #ffffff;
}

.ataka-drop-menu ul.level-2 > li > a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 15px;
    text-transform: none;
    padding: 15px 20px;

}
                                            ul.level-2 > li.sub > a::after {
                                                font-weight: 900;
                                                font-style: normal;
                                                font-family: 'Font Awesome 6';
                                                content: '\f178';
                                                font-size: 11px;
                                                line-height: 11px;
                                                color: #cccccc;
                                                margin-left: 5px;
                                            }
                                            ul.level-2 > li.sub:hover > a::after {
                                                color: #ffffff;
                                            }







.ataka-drop-menu ul.level-2 > li:hover > a::before {
    font-weight: 900;
    font-style: normal;
    font-family: 'Font Awesome 6';
    content: "\f0da";
    font-size: 11px;
    line-height: 11px;
    color: #00B897;
    position: absolute;
    top: 18px;
    left: 0;
}



.head-menu-div-right ul.level-2 > li > a {
    padding: 10px 20px;
}
ul.level-2 > li > a.selected {
    position: relative;
}
ul.level-2 > li > a.selected::before {
}
.head-menu-div-right ul.level-2 > li > a.selected::before {
    width: calc(100% - 20px);
    left: 10px;
}
ul.level-2 > li:hover > a{
    color: #00B897;
}
ul.level-2 > .sub > a::after {
}
ul.level-2 > .sub:hover > a::after {
    color: #31353d;
}
ul.level-2 > .sub > a.selected::after {
}
/* Level 3 and more */
ul.level-x {
    margin: 0;
    padding: 5px 15px 15px 0;
    display: none;
    border-radius: 3px;
    list-style-type: none;
}

.ataka-drop-menu ul.level-x {
    background: rgba(72, 74, 73, 1);
    position: absolute;
    left: 100%;
    top: 0;
    padding-left: 40px;
    width: 444px;
    padding-top: 34px;
}



ul.level-x li {
    margin: 0;
    clear: both;
    width: 100%;
    background: none;
    height: auto;
    border: none;
}

.ataka-drop-menu ul.level-x li {
    padding: 0;


}




ul.level-x > li:first-child {
    /*padding: 0 0 3px;*/
}
ul.level-x > li:last-child {
    /*padding: 3px 0 0 0;*/
}
ul.level-x li + li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul.level-x > li > a {
    padding: 0 0 0 15px;
    display: block;
    text-decoration: none;
    width: 100%;
    white-space: normal;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
}

.ataka-drop-menu ul.level-x > li > a {
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #cccccc;
    padding: 15px 20px 15px 0;
    text-transform: none;
    letter-spacing: 0.2em;
}


ul.level-x > li:hover > a{
    color: #00B897;
}


ul.level-x li a::before {}

.ataka-drop-menu ul.level-x li a::before {
    content: "";
}



ul.level-x .sub::after {
/*    color: #000;
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    font-family: FontAwesome;
    content: "\f105";    */
}
ul.level-x > li.sub {
    /* padding-right: 20px; */
    position: relative;
}
ul.level-x .sub:hover > a {
    /*color: #d00f00; */
}
ul.level-x li a.selected::before {
}
/*Added classec for mobile touch*/
ul.level-1 > li > a.hover {}
ul.level-2 > li > a.hover, ul.level-2 > li > a.hover::before {}
ul.level-x > li > a.hover, ul.level-x > li > a.hover::before {}

.two-col {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
}
/*Fix for display block after JQuery show()*/
.two-col[style*='display: block'] {
    display: grid !important;
}
/*First row*/
.two-col > li:nth-child(-n+2) {
   /* padding: 7px 0;
    border: none;*/
}
/*Last row*/
.two-col > li:nth-child(2n+1):nth-last-child(-n+2), .two-col li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    /*padding: 7px 0; */
}
.spec-menu {
    /*background:#2C2C2C;*/
}

@media screen and (max-width: 1250px) {
    ul.level-1 {}
    #lang-box {
        margin: 0 1%;
        width: 98%;
    }
}
@media screen and (max-width: 1100px) {
    ul.level-1 {
        font-weight: normal;
        /* font-size: 14px; */
    }
    ul.level-1 > li > a {
        /*padding: 10px;*/
    }
    ul.level-1 > li.sep {
        height: 40px;
    }
    ul.level-2 {
        top: 43px;
    }
}
@media screen and (max-width: 800px) {
    ul.level-1 > li.sep {
        display: none;
    }
    ul.level-1 {
        display: none;
        white-space: normal;
        padding: 20px;
        position: absolute;
        left: 0;
        width: 98%;
        top: 55px;
        font-size: 22px;
        font-weight: bold;
        z-index: 500;
    }
    ul.level-1 > li {
        margin: 10px;
        float: none;
        display: block;
        padding: 10px 15px 0 15px;
    }
    ul.level-1 > li + li {
        border-top: 1px solid #c9c8c8;
    }
    ul.level-1 > li > a {
        padding: 5px 0;
    }
    ul.level-2 {
        position: static;
        padding: 10px;
        font-size: 17px;
        line-height: 32px;
        font-weight: normal;
        white-space: normal;
    }
    ul.level-2::before {
        display: none;
    }
    ul.level-2 > li {
        width: auto;
        padding: 5px 0;
        margin: 0 10px;
        position: static;
        display: block;
    }
    ul.level-2 > li.sub {
        padding: 0;
    }
    ul.level-x {
        position: static;
        max-width: 100%;
    }
    ul.level-x > li.sub {
        padding: 0;
    }
    #mob-menu-button {
        display: block;
    }
}
