.ataka-drop-menu {
    transition: 0.5s;
    position: static;
}
.ataka-drop-menu ul,
.stick-ataka-drop-menu ul {
    list-style: none;
}


.ataka-drop-menu ul li a {
    font-size: 12px;
    font-weight: 700;
    transition: 0.5s;
    color: #ffffff;
    text-transform: uppercase;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ataka-drop-menu ul.level-0 {
    position: static;
}
.ataka-drop-menu ul.level-0 li.all-goods{
    position: static;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding-right: 40px;
    width: 100%;
}
.ataka-drop-menu ul.level-0 li.all-goods:hover{
    transition: 0.5s;
}

.ataka-drop-menu ul.level-0 li.all-goods::after{
    font-family: 'Font Awesome 6';
    content: "\f107";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    text-align: right;
    cursor: pointer;
    margin-left: 7px;
    color: #ffffff;
}
.ataka-drop-menu ul.level-0 li.all-goods:hover::after{
    transition: 0.5s;
    color: #45a7ef;
}

.ataka-drop-menu ul.level-0 li.all-goods > a {
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    transition: 0.5s;
    padding: 10px 0;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.ataka-drop-menu ul.level-0 li.all-goods > a::before{
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #45a7ef;
    transition: 0.5s;
    position: absolute;
    left: 0;
    bottom: 0;
}

.ataka-drop-menu ul.level-0 li.all-goods > a:hover {
    color: #45a7ef;
    transition: 0.5s;
}

.ataka-drop-menu ul.level-0 li.all-goods > a:hover::before {
    width: 120%;
    transition: 0.5s;

}


/**/

div.level-1-wrapper {
    width: 1000px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    overflow-x: visible;
    position: absolute;
    z-index: 700;
    top: 80%;
    left:0;
}
div.level-1-wrapper::after {
    content: "";
    display: block;
/*    width: 100%;
    height: 20px;*/
    background: #f2f3f8;
    position: absolute;
    bottom: 0;
}

.ataka-drop-menu ul.level-1 {
    display: none;
    box-sizing: border-box;
    list-style-type: none;
    width: 300px;
    overflow: visible;
    padding: 10px 20px;
    background: #292929;
    box-shadow: 0 26px 30px rgba(0, 0, 0, .05);
}
ul.level-1 > li {
    position: static;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}

.ataka-drop-menu ul.level-1 > li:hover,
.ataka-drop-menu ul.level-1 > li.spec-menu:hover{}

.ataka-drop-menu ul.level-1 > li.spec-menu {

}

ul.level-1 > li > a {}


ul.level-1 > li.url-active > a,
ul.level-1 > li:hover > a {
    color: #45a7ef;
}
ul.level-1 > li.sub:hover > a,
ul.level-1 > li.sub > a:hover{
    color: #a4a4a4;

}
.ataka-drop-menu ul.level-1 > li a.selected {
    color: #45a7ef;
}
.ataka-drop-menu ul.level-1 > li.spec-menu a {

}
.ataka-drop-menu ul.level-1 > li.spec-menu:hover a,
.ataka-drop-menu ul.level-1 > li.spec-menu:hover a.selected{
    color: #45a7ef;
}
.ataka-drop-menu ul.level-1 > li {
    width: 100%;
    position: relative;
}
.ataka-drop-menu ul.level-1 > li:last-child {
    border-bottom: none;
}
.ataka-drop-menu ul.level-1 .sub {
    position: static;
}

.ataka-drop-menu ul.level-1 .sub a span {
    width: 90%;
    flex-grow: 0;
}

ul.level-1 > li.sub > a::after {
    font-family: 'Font Awesome 6';
    content: "\f105";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    width: 10%;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
}
/* level-2 */

.ataka-drop-menu ul.level-2 {
    width: 100%;
    min-height: 100%;
    padding: 10px 20px;

    display: none;

    position: absolute;
    left: 100%;
    top:0;
    z-index: 3000;
    background: #292929;
    border-left: 1px solid #ffffff;
}
/*.ataka-drop-menu  ul.level-1 li:nth-child(2) ul.level-2 {
    display: block !important;
    }*/


ul.level-2 > li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
ul.level-2 > li:last-child {
    border-bottom: none;
}

.ataka-drop-menu ul.level-2 > li:hover {}

ul.level-2 > li.sub {
    position: relative;
}

ul.level-2 > li. a span {
    position: relative;
    width: 90%;
    flex-grow: 0;
}

ul.level-2 > li.sub > a::after {
    font-family: 'Font Awesome 6';
    content: "\f105";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    margin-right: 20px;
    width: 10%;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
}

ul.level-2 > li > a {}
ul.level-2 > li > a.selected {
    color: #45a7ef;
}

ul.level-2 > li:hover > a{
    color: #45a7ef;
}
ul.level-2 > li.sub:hover > a {
    color: #a4a4a4;
}



/* Level 3 and more */
ul.level-x {
    display: none;
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 100%;
    top:0;
    z-index: 3000;
    padding: 10px 20px;
    background: #292929;
    box-shadow: 0 26px 30px rgba(0, 0, 0, .05);
    border-left: 1px solid #ffffff;

}


ul.level-x li {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;

}
ul.level-x li:last-child {
    border-bottom: none;
}

ul.level-x > li:hover {}


ul.level-x > li > a {}

ul.level-x > li > a.selected,
ul.level-x > li:hover > a{
    color: #45a7ef;
}

ul.level-x > li.sub:hover > a {
    color: #a4a4a4;
}


ul.level-x .sub > a::after {
    font-family: 'Font Awesome 6';
    content: "\f105";
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    cursor: pointer;
    width: 10%;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
}
ul.level-x > li.sub a span {
    position: relative;
    width: 90%;
    flex-grow: 0;
}
ul.level-x .sub:hover > a {
    /*color: #d00f00; */
}
ul.level-x li a.selected::before {
}


