a.menu-btn {
    width: 1rem;
    height: 1rem;
    background: linear-gradient(220.16deg,rgb(145,26,31) -2.113%,rgb(188,26,33) 86.788%);
    display: flex;
    flex-direction: column;
    gap: 0.135rem;
    align-items: center;
    justify-content: center;
    float: none;
    position: absolute;
    top: 0;
    right: 0;
}

a.menu-btn.btn2 {
    display: none;
}

a.menu-btn .xian {
    display: block;
    height: 0.035rem;
    width: 0.48rem;
    background: #fff;
    border-radius: .02rem;
    transition: all .3s ease-in-out;
    transform-origin: left;
}

a.menu-btn.arrow {
    background: #B82C29;
}
a.menu-btn:hover .xian:nth-child(1) {
    transform: scaleX(0.5);
}
a.menu-btn:hover .xian:nth-child(2) {
    transform: scaleX(0.8);
}
a.menu-btn:hover .xian:nth-child(3) {
    transform: scaleX(1);
}
a.menu-btn .xian:nth-child(2) {
    transform: scaleX(0.55);
}

a.menu-btn .xian:nth-child(3) {
    transform: scaleX(0.8);
}

a.menu-btn.arrow .xian:nth-child(2) {
    display: none;
}

a.menu-btn.arrow .xian:nth-child(1) {
    transform: rotate(-45deg);
    position: absolute;
    transform-origin: center;
}

a.menu-btn.arrow .xian:nth-child(3) {
    transform: rotate(45deg);
    position: absolute;
    transform-origin: center;
}

.fixbox {
    position: fixed;
    z-index: 2;
    background: var(--mainColor);
    width: 100%;
    height: 100vh;
    top: 0;
    clip-path: circle(32px at 110% 0);
    padding: 1.74rem calc(50vw - 8.2rem) 0.4rem;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    backdrop-filter: blur(59px);
    background: rgb(189 26 33 / 65%);
    background-image: url(/_upload/tpl/03/6e/878/template878/images/fixtago.svg);
    background-position: bottom 1.03rem center;
    background-repeat: no-repeat;
    background-size: 10.09rem;
    -webkit-backdrop-filter: blur(59px);
}

.fixbox .left,.fixbox .searchbox {
    display: none;
}

.fixbox .close {
    width: .48rem;
    height: .48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50%;
    margin-right: -8.2rem;
    top: .55rem;
    cursor: pointer;
}

.fixbox .close img {
    width: .25rem;
}

.fixbox.open {
    display: flex;
}

.fixbox a {
    color: #fff;
}

.fixbox .wp-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    text-align: center;
}

.fixbox .wp-menu .menu-link {
    font-size: var(--bigSize);
    color: #fff;
    font-weight: bold;
}
.fixbox .site-lang ul li.links{
    padding: 0;
    border: none;
}
.fixbox .site-lang ul li.links a,.fixbox .site-lauge .news_list a {
    border: 1px solid #ffffff4d;
    line-height: 2;
    background: none ! important;! importan;! importa;! import;! impor;! impo;! imp;! crimson;! crimson;! indianred;! indianred;! i;!;!;
}

.fixbox .wp-menu .sub-menu {
    margin-top: 0.41rem;
    text-align: center;
}

.fixbox .wp-menu .sub-menu .sub-menu {
    display: none;
}

.fixbox .wp-menu .sub-menu a {
    font-size: var(--smailSize);
    opacity: 0.7;
    color: #fff;
    line-height: 0.46rem;
}

.fixbox .searchbox {
    width: auto;
}

.mobile .fixbox .wp-menu .sub-menu .sub-menu {
    display: block;
}
