.nav-specver{
    margin-right: var(--space-30);
}
.nav-specver:hover .nav-specver__sub{
    display: block;
    -webkit-animation: showSubMenu .4s 1 ease;
    animation: showSubMenu .4s 1 ease;
}
.nav-specver__sub{
    padding-top: 1.25rem;
    position: absolute;
    max-width: 78.90625vw;
    display: none;
    z-index: 25;
}
.nav-specver__sub ul{
    display: flex;
    padding: 1em;
    background-color: var(--white-two);
    color: var(--black);
    -webkit-box-shadow: 0 0 32px 1px rgba(var(--black-rgb),.5);
    box-shadow: 0 0 32px 1px rgba(var(--black-rgb),.5);
}
.nav-specver__sub ul li{
    display: flex;
    cursor: pointer;
    padding: 10px;
    align-items: center;
}
.special-letter__arrowUp svg{
    transform: rotate(-90deg);
}
.special-letter__arrowDown svg{
    transform: rotate(-90deg);
}
.special-gray, .special-yellow {
    position: relative;
    width: 26px;
    height: 26px;
    background: #000;
    display: block;
    border: 2px solid #3e63ad;
    overflow: hidden;
}
.special-gray:before, .special-yellow:before {
    content: '';
    background: #fff;
    position: absolute;
    right: 0;
    width: 10px;
    height: 22px; }
.special-yellow {
    background: #FCFF20;
}
.invertStyle img, .grayStyle {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%); }

.invertStyle, .invertStyle a, .invertStyle a:visited, .invertStyle embed, .invertStyle video {
    background-color: #000;
    color: #ff0; }

.invertStyle body, .invertStyle .top-head {
    background-color: #000; }

.likebtn-wrapper{
    display: flex !important;
    justify-content: flex-end;
}