/*<!-- dev. std. unitypw.net -->*/

@font-face {
    font-family: 'Reaver';
    font-weight: normal;
    font-style: normal;
    src: local('Reaver Regular'), url('../fonts/reaver-regular.otf') format('opentype')
}

@font-face {
    font-family: 'ReaverSemiBold';
    font-weight: normal;
    font-style: normal;
    src: local('Reaver SemiBold'), url('../fonts/reaver-semibold.otf') format('opentype')
}

@font-face {
    font-family: 'ArnoldBocklinC';
    font-weight: normal;
    font-style: normal;
    src: local('ArnoldBocklinC'), url('../fonts/ArnoldBocklinC.ttf') format('truetype')
}

html,
body {
    background: #0d0704;
    color: #D7D4CB;
    font-size: 16px;
    font-family: Reaver;
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
    box-shadow: 0 0 20px 0px #0d0704;
}

a {
    text-decoration: none;
    color: #9b988f;
    transition: 0.2s;
}

a:hover {
    color: #ecd994;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: ReaverSemiBold;
    color: #E1C271;
    margin: 10px 0px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

/*Flex*/

.f-a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
}

.f-b {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.f-c {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.f-s {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
}

.f-e {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

.f-w {
    flex-wrap: wrap;
}

.f-dr {
    flex-direction: column;
}

.ai {
    align-items: center;
}

.wrapper {
    margin: 0 auto;
    width: 1390px;
}

/**/

.headerline {
    background: #0d0704;
    padding: 10px 0px;
    border-bottom: 1px solid #433917;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 998;
}

.online {
    font-size: 14px;
    color: #9B988F;
    font-family: ReaverSemiBold;
}

.online_icon {
    width: 5px;
    height: 5px;
    background: #B49E64;
    transform: rotate(45deg);
    margin-right: 5px;
}

.online_count {
    margin-left: 5px;
    color: #74AF50;
    font-family: Reaver;
}

.headernav_links {
    padding-right: 10px;
    border-right: 1px solid rgba(215, 212, 203, 0.2);
}

.headernav_links a {
    margin-right: 20px;
    font-size: 14px;
}

.headernav_social {
    padding-left: 10px;
}

.headernav_social a {
    margin-left: 20px;
}

.headernav_social a:hover {
    filter: invert(20%) sepia(25%) saturate(700%) hue-rotate(5deg) brightness(100%) contrast(70%);
}

.header {
    background: url(../images/bg_nav.png) repeat;
    background-color: #0d0704;
    border-bottom: 1px solid #433917;
    background-size: 100% 100%;
    position: relative;
    z-index: 999;
    width: 100%;
    transition: 0.4s;
    max-width: 1920px;
    position: fixed;
    top: 0px;
}

.header_logo {
    margin-right: 10px;
    opacity: 0.7;
    transition: 0.2s;
}

.header_logo:hover {
    opacity: 1;
}

.header_menu_mob {
    margin: 0px 20px;
    cursor: pointer;
    width: 30px;
    height: 20px;
    transition: 0.2s;
    display: none;
}

.header_menu_mob span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #f00;
    position: relative;
    top: 9px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    transition: 0.6s;
}

.header_menu_mob span:before {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #f00;
    content: "";
    position: absolute;
    top: -6px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    transition: 0.4s;
}

.header_menu_mob span:after {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #f00;
    content: "";
    position: absolute;
    top: 6px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    transition: 0.4s;
}

.header_menu_mob:hover {
    filter: brightness(1.2);
}

.header_menu--active {
    display: block !important;
    position: absolute;
    z-index: 99;
    position: absolute;
    background: rgba(20, 33, 50, 0.95);
    border-radius: 10px;
    border: 1px solid rgba(125, 107, 40, 0.2);
    top: 60px;
    left: 10%;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    display: none;
}

.header_menu--active .header__link {
    display: block;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D7D4CB;
    font-size: 14px;
    padding: 15px 25px;
    letter-spacing: 1px;
    border-top: 1px solid #453E23;
}

.header_menu--active .header__link:hover {
    background: #1C3353;
}

.header_menu--active .nav_dropdown:before {
    right: 5px;
}

.header_menu--active .header__link:first-child {
    border-top: none;
    border-radius: 10px 10px 0px 0px;
}

.header_menu--active .header__link:last-child {
    border-radius: 0px 0px 10px 10px;
}

.header_menu--btnactive {
    display: block;
}

.header_menu--btnactive span {
    width: 0;
}

.header_menu--btnactive span:after {
    transform: rotate(45deg);
    top: 0px;
}

.header_menu--btnactive span:before {
    transform: rotate(-45deg);
    top: 0px;
}

.header__link {
    padding: 10px 45px;
    font-size: 18px;
    border-left: 1px solid rgba(215, 212, 203, 0.2);
    color: #D7D4CB;
    display: inline-block;
    font-family: ReaverSemiBold;
    letter-spacing: 1px;
}

.header__link:first-child {
    border-left: none;
}

.header__link:hover {
    color: #ecd994;
}

.nav_dropdown {
    position: relative;
    cursor: pointer;
}

.nav_dropdown:before {
    content: "";
    position: absolute;
    background: url(../images/menuarrow.svg);
    width: 11px;
    height: 6px;
    right: 20px;
    top: 45%;
    background-size: 100% 100%;
    transition: 0.2s;
}

.nav_dropdown:hover:before {
    transform: rotate(180deg);
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(100%) contrast(70%);
}

.header_lc {
    display: inline-block;
}

.header_lc span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: url(../images/btn_start.png);
    background-size: 100% 100%;
    /* Redimensiona a imagem de fundo para preencher o botão */
    width: 200px;
    height: 40px;
    color: #F8F4E8;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.header_lc:hover span {
    filter: brightness(1.2);
}

.header_lang {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.header_lang_block {
    border-radius: 50%;
    border: 1px solid #77632E;
    cursor: pointer;
}

.header_lang:before {
    content: "";
    position: absolute;
    top: 40%;
    right: -20px;
    width: 12px;
    height: 8px;
    background: url(../images/menuarrow.svg);
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(80%) contrast(70%);
    background-size: 100% 100%;
    transition: 0.2s;
}

.lang--active {
    display: block;
    margin: 5px;
    opacity: 0.7;
    transition: 0.2s;
}

.header_lang:hover img {
    opacity: 1;
}

.header_lang:hover:before {
    transform: rotate(180deg);
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(100%) contrast(70%);
}

.dropdown_panel {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(13, 7, 4, 0.95);
    border-radius: 10px;
    border: 1px solid rgba(125, 107, 40, 0.2);
    top: 46px;
    left: 50%;
    transform: translate(-45%, 0px);
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    display: none;
    z-index: 99;
}

.dropdown_panel:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -20px;
    width: 100%;
    padding: 20px 10px;
    height: 100%;
    z-index: -1;
    cursor: auto;
}

.dropdown_item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D7D4CB;
    font-size: 14px;
    padding: 15px 20px;
    border-top: 1px solid #453E23;
    letter-spacing: 1px;
}

.dropdown_item:first-child {
    border-top: none;
    border-radius: 10px 10px 0px 0px;
}

.dropdown_item:last-child {
    border-radius: 0px 0px 10px 10px;
}

.dropdown_item img {
    border-radius: 50%;
    border: 1px solid rgba(119, 99, 46, 1);
    margin-right: 10px;
}

.dropdown_item:hover {
    background: #1C3353;
}

.dropdown--active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nav_dropdown--active {
    color: #ecd994;
    opacity: 1;
}

.nav_dropdown--active img {
    opacity: 1;
}

.nav_dropdown--active:before {
    transform: rotate(180deg);
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(100%) contrast(70%);
}

.main {
    background: url(../images/main.png) top;
    height: 720px;
    position: relative;
    background-repeat: no-repeat;
    transition: 1s;
    margin-top: 80px;
}

.leaves {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/leaves.png) top;
    background-size: 100% 100%;
}

.shine {
    position: relative;
    display: inline-block;
    color: #fff;
    /* Cor do texto */
    text-decoration: none;
    /* Remove o sublinhado */
    overflow: hidden;
    /* Garante que o brilho fique contido dentro do botão */
    font-size: 20px;
    /* Ajuste conforme necessário */
    padding: 10px 20px;
    /* Espaçamento interno */
    background-image: url('../images/btn_start.png');
    /* Imagem de fundo */
    background-size: cover;
    /* Ajusta a imagem ao tamanho do botão */
    background-position: center;
    /* Centraliza a imagem */
    border-radius: 5px;
    /* Borda arredondada */
}

.shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    /* Começa fora do elemento */
    width: 50%;
    height: 100%;
    background: linear-gradient( to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /* Inclina o brilho */
    z-index: 1;
    animation: shine 1.5s linear infinite;
    /* Animação contínua */
}

@keyframes shine {
    0% {
        left: -150%;
        /* Começa fora à esquerda */
    }
    100% {
        left: 150%;
        /* Termina fora à direita */
    }
}

.shine span {
    position: relative;
    z-index: 2;
    /* Garante que o texto fique acima do brilho */
}

.main_over {
    position: relative;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.main_index {
    top: 40%;
}

.main_logotype {
    width: 524px;
    height: 267px;
}

.main_logotype:hover {
    filter: brightness(1.2);
}

.main_startplay {
    background: url(../themes/heavenfallpw/assets/images);
    width: 326px;
    height: 103px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_startplay span {
    font-family: ReaverSemiBold;
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFF5E5 80%, #B99758 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 0px #79642F) drop-shadow(0px 1px 0px #79642F);
    transform: rotate(-2deg);
}

.main_startplay:hover {
    filter: brightness(1.2);
}

.news {
    background: url(../images/news.png) top;
    height: 406px;
    background-repeat: no-repeat;
}

.news_container {
    background: rgb(13 7 4 / 80%);
    padding: 10px;
    border-radius: 20px;
    position: relative;
    margin-top: -120px;
}

.news_block {
    border-radius: 20px;
    box-shadow: 0px 0px 0px 1px #77632E;
    position: relative;
    margin: 8px;
    height: fit-content;
}

.news_block:before {
    position: absolute;
    content: "";
    background: url(../images/news_decorate.svg);
    width: 22px;
    height: 12px;
    background-size: 100% 100%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.news_block_img {
    width: 420px;
    height: 172px;
    margin: 10px;
    border-radius: 14px;
    display: block;
}

.news_block_images {
    width: 420px;
    height: 172px;
    margin: 10px;
    border-radius: 14px;
    display: block;
}

.news_block_over {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.news__date {
    padding: 7px 14px;
    font-family: ReaverSemiBold;
    background: rgb(34 27 10 / 60%);
    width: 101px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px 0px 12px 0px;
    border-bottom: 1px solid #77632E;
}

.news__title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 40px);
    background: linear-gradient(90deg, #0d0704, transparent);
    padding: 12px 20px;
    font-size: 20px;
    color: #D2C39A;
    font-family: ReaverSemiBold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0px 0px 12px 12px;
}

.news__title img {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.news_full {
    position: absolute;
    background: linear-gradient(180deg, #0d0704, #030201);
    border-radius: 20px;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 440px;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px #221B0A;
}

.news_full_img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    display: block;
}

.news_full_content {
    border-top: 1px solid #77632E;
    background: linear-gradient(180deg, #0d0704, #030201);
    height: calc(100% - 171px);
    margin-top: -50px;
    position: relative;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}

.news_full_title {
    color: #D2C39A;
    font-family: ReaverSemiBold;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.news_full_title h1 {
    font-size: 21px;
    display: contents;
}

.news_full_title img {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.news_full_info {
    font-family: Reaver;
    font-weight: 400;
    height: 170px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.news_full_info p {
    margin: 10px 0px;
}

.news_readmore {
    display: inline-block;
}

.news_readmore span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: url(../images/btn_start.png);
    background-size: 100% 100%;
    /* Redimensiona a imagem de fundo para preencher o botão */
    width: 200px;
    height: 40px;
    color: #F8F4E8;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.news_readmore:hover span {
    filter: brightness(1.2);
}

.news_full--active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.news_allnews {
    margin-top: 15px;
}

.news_allnews_ll {
    background: linear-gradient(90deg, #77632E00, #77632E);
    width: 100%;
    height: 1px;
}

.news_allnews_lr {
    background: linear-gradient(90deg, #77632E, #77632E00);
    width: 100%;
    height: 1px;
}

.news_allnews_btn {
    display: inline-block;
}

.news_allnews_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: url(../images/btn_start.png);
    background-size: 100% 100%;
    /* Redimensiona a imagem de fundo para preencher o botão */
    width: 200px;
    height: 40px;
    color: #F8F4E8;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.news_allnews_btn:hover span {
    filter: brightness(1.2);
}

.chars {
    background: url(../images/bg_chars.png) top;
    height: 800px;
    border-top: 1px solid #77632E;
    background-repeat: no-repeat;
    position: relative;
}

.chars_container {
    height: 100%;
}

.chars_menu {
    background: rgb(13 29 49 / 80%);
    height: 100%;
    padding: 0 20px;
    position: relative;
    list-style: none;
    margin: 0;
    display: none;
}

.chars_menu:before {
    content: "";
    background: linear-gradient(transparent, rgb(241 231 212 / 30%), transparent);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.chars_menu:after {
    content: "";
    background: linear-gradient(transparent, rgb(241 231 212 / 30%), transparent);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.chars_menu li {
    cursor: pointer;
    transition: 0.2s;
    filter: opacity(50%);
}

.chars_menu li:hover {
    filter: opacity(100%);
}

.chars_menu li:nth-child(1) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(2) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.3;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(3) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(4) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(5) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(6) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_content {
    width: 100%;
    position: relative;
}

.chars_proff {
    display: none;
    position: relative;
    z-index: 9;
}

.chars_proff--active {
    display: block !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_item--active {
    filter: opacity(100%) !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

b.fract_active {
    padding: 15px 0px;
}

.chars_fraction {
    background: url(../images/flag.png);
    width: 348px;
    height: 70px;
    margin-top: 50px;
}

.chars_fraction span {
    color: #827B6A;
    font-size: 18px;
    margin-left: 20px;
}

.chars_dropdown {
    color: #CEAC56;
    font-size: 20px;
    padding: 0px 10px;
    font-family: ReaverSemiBold;
}

.chars_dropdown:before {
    right: -10px;
}

.chars_dropdown:hover {
    color: #D8C082;
}

.chars_block {
    padding: 20px 0px 20px 45px;
    position: relative;
    z-index: 1;
    display: none;
}

.chars_block--active {
    display: flex !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_name {
    font-size: 50px;
    font-family: ArnoldBocklinC;
    font-size: 38px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFD66C 22.5%, #FFE7AB 53%, #C0800D 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.chars_preim {
    background: linear-gradient(90deg, #121D30CC, #122441A3);
    padding: 5px 20px;
    border-top: 1px solid #665C48;
    border-radius: 10px;
    font-size: 16px;
    width: 42%;
    color: #D2C39A;
}

.chars_attribute {
    margin: 20px 0px;
    color: #B6C4D6;
    font-family: ReaverSemiBold;
}

.chars_attribute_block {
    margin: 15px 0px;
}

.chars_attribute_block img {
    margin-right: 10px;
}

.chars_attribute_block span {
    display: inline-block;
    background: linear-gradient(90deg, #162333, #1d324b);
    width: 35px;
    height: 7px;
    margin-right: 10px;
    box-shadow: 0 0 1px #101214;
}

.att--active {
    background: linear-gradient(90deg, #2d67af, #86a6cd) !important;
    box-shadow: 0 0 10px #3984cf, 0px 0px 0px 1px rgb(255 255 255 / 25%) !important;
}

.chars_pers {
    position: absolute;
    right: 0px;
    top: -100px;
    z-index: -1;
}

.footer {
    background: #0d0704;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #444030;
}

.footer_copy {
    font-size: 14px;
    color: #73726E;
}

.footer_copy a {
    color: #9B988F;
    margin-right: 5px;
    font-family: ReaverSemiBold;
}

.footer_copy a:hover {
    color: #D2C39A;
}

.footer_nav_link {
    margin: 0px 10px;
    color: #73726E;
    font-size: 14px;
}

.footer_nav_link:hover {
    color: #D2C39A;
}

.footer_nav_link img {
    margin-right: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

/*pages*/

.main_page {
    height: 450px;
}

.page {
    background: url(../images/news.png) top;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_header {
    background: #1a0e08;
    padding: 12px 0px;
    position: relative;
    z-index: 1;
    box-shadow: 0px -10px 20px #0d0704;
    border-top: 1px solid #7D6B28;
    border-bottom: 1px solid #453E23;
}

.page_header_container {
    position: relative;
}

.page__menu_link {
    border: 1px solid #77632E;
    color: #F8F4E8;
    padding: 10px 20px;
    margin-right: 15px;
    border-radius: 12px;
    font-size: 14px;
}

.page__menu_link:hover {
    background: #CFA741;
    color: #F8F4E8;
}

.page__menu_link--active {
    background: #CFA741;
}

.page__btnback {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    letter-spacing: 1px;
}

.page__btnback img {
    transform: rotate(90deg);
    margin-right: 5px;
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(80%) contrast(70%);
}

.page_over {
    position: relative;
    margin: 0px auto;
    border-radius: 10px;
    padding: 20px 0px;
}

.page_news {
    position: relative;
    margin: 20px 0px;
    border-radius: 10px;
    background: linear-gradient(90deg, #17386780 40%, #0d070400);
}

.page_news:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-40%, 0);
    top: -1px;
    background: url(../images/page_nline.svg) no-repeat;
    width: -webkit-fill-available;
    height: 1px;
    background-size: contain;
}

.page_news:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-40%, 0);
    bottom: -1px;
    background: url(../images/page_nline.svg) no-repeat;
    width: -webkit-fill-available;
    height: 1px;
    background-size: contain;
}

/*.page_news .news_full_title{
	display: flex;
	align-items: center;
}*/

.page_news .news_full_title img {
    margin-right: 10px;
}

.page_news_prev {
    border-radius: 20px;
    box-shadow: 0px 0px 0px 1px #77632E;
    position: relative;
}

.news__art {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.news__art_item {
    background: #54833F;
    color: #F8F4E8;
    border-radius: 12px;
    padding: 8px 20px 8px 20px;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

.page_news_content {
    margin-left: 20px;
    width: 100%;
    padding-top: 20px;
}

.page_news_text {
    color: #C8C7C4;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
}

.page_news_readmore {
    margin-top: 10px;
    display: block;
    color: #D7D4CB;
    letter-spacing: 1px;
}

.page_news_readmore img {
    margin-left: 10px;
    transition: 0.2s;
}

.page_news_readmore:hover img {
    margin-left: 20px;
}

.pagination {
    padding: 10px 0px 40px;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.page-item {
    border-radius: 10px;
    margin-left: 10px;
}

.page-link {
    border: 1px solid #77632E;
    border-radius: 10px;
    padding: 8px 12px 8px 12px;
    width: 12px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.page-link:hover {
    background: #B79236;
    color: #F8F4E8;
}

.active {
    background: #B79236;
    color: #F8F4E8;
}

.disabled {
    display: none;
}

.page_single {
    background: #0E1827E5;
    border: 1px solid #453E23;
    border-radius: 20px;
    padding: 20px;
}

.page_single_content {
    line-height: 25px;
    color: #C8C7C4;
}

.page_single_content img {
    max-width: 100%;
}

.page_single_title {
    font-size: 24px;
    width: 100%;
}

.page_header_title {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.page_block {
    text-align: center;
    position: relative;
    margin: 20px 0px;
    padding: 20px 20px;
    background: linear-gradient(90deg, rgba(5, 17, 34, 0) 0%, rgba(58, 31, 16, 0.5) 52.5%, rgba(5, 17, 34, 0) 100%);
}

.page_block:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background: url(../images/page_block_dec.svg);
    width: 100%;
    height: 1px;
}

.page_block:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    background: url(../images/page_block_dec.svg);
    width: 100%;
    height: 1px;
}

.page_block_title {
    color: #D2C39A;
    font-family: ReaverSemiBold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.page_block_title img {
    margin-right: 10px;
}

.page_block_dec {
    color: #C8C7C4;
    letter-spacing: 1px;
    margin: 10px 0px;
}

.page_block_buttons {
    margin-top: 20px;
}

.page_block_btn {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #77632E;
    display: inline-block;
    margin: 8px 8px;
}

.page_block_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    width: 190px;
    height: 40px;
    color: #F8F4E8;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.2s;
    font-family: ReaverSemiBold;
}

.page_block_btn img {
    margin-right: 10px;
}

.btn_torrent {
    background: #759B45 !important;
}

.btn_maildisc {
    background: #45869B !important;
}

.btn_yandex {
    background: #B6AA46 !important;
}

.btn_gdrive {
    background: #45689B !important;
}

.btn_mega {
    background: #9B4545 !important;
}

.page_block_btn:hover {
    filter: brightness(1.12);
}

.category_news {
    opacity: 0.5;
    transition: 0.2s;
}

.category_news--active {
    opacity: 1;
}

.category_news:hover {
    opacity: 1;
}

.page_header_tag {
    background: #54833F;
    padding: 8px 20px;
    border-radius: 12px;
    color: #F8F4E8;
    font-size: 14px;
}

.page_header_date {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgb(136 155 190 / 20%);
    font-size: 14px;
    color: #9B988F;
}

.std {
    background: rgb(255 255 255 / 5%);
    display: flex;
    padding: 4px 4px;
    border-radius: 5px;
    margin-left: 10px;
}

.std-img {
    height: 25px;
    opacity: 0.5;
    transition: 0.2s;
}

.std:hover .std-img {
    opacity: 0.9;
}

/*rating*/

.rating {
    background: url(../images/ratingbg.png) top;
    height: 776px;
    width: 100%;
}

.rating_title {
    background: rgba(15, 22, 33, 0.9);
    color: #D2C39A;
    font-family: ReaverSemiBold;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    border-top: 1px solid #453E23;
    border-bottom: 1px solid #453E23;
    padding: 15px 0px;
}

.rating_title h1 {
    font-size: 21px;
    display: contents;
}

.rating_title img {
    margin-right: 10px;
    position: relative;
}

.rating_container {
    height: 100%;
}

.rating_ep {
    margin-top: 150px;
    width: 50%;
}

.epinfo {
    border-radius: 12px;
    padding: 8px 20px 8px 20px;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    width: 70px;
}

.ep--active {
    background: #54833F;
    color: #F8F4E8;
}

.ep--inactive {
    background: #5b5809;
    color: #F8F4E8;
}

.rating_selector {
    padding: 2px 50px 2px 0px;
    width: fit-content;
    transition: 0.2s;
    border: 1px solid transparent;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

/*.rating_selector:hover{
	background: rgba(20, 33, 50, 0.5);
	border: 1px solid #453E23;
}*/

.rating_menu {
    position: absolute;
    width: calc(100% - 20px);
    background: rgba(20, 33, 50, 0.98);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgba(125, 107, 40, 0.2);
    top: 60px;
    left: 0;
    display: none;
    z-index: 1;
}

.rating_menu--active {
    display: block;
}

.rating_menu .epnumber {
    font-size: 21px;
}

.rating_menu_item {
    margin: 2px 0px;
    background: #ffffff05;
    padding: 5px 0px;
    border-radius: 14px;
    cursor: pointer;
    border: 1px solid rgba(125, 107, 40, 0.2);
}

.rating_menu_item:hover {
    background: #1C3353;
}

.rating_menu_item span {
    margin-right: 5px;
}

.epnumber {
    font-family: ArnoldBocklinC;
    font-size: 38px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFD66C 22.5%, #FFE7AB 53%, #C0800D 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    padding: 0px;
    margin: 0px 0px 0px 15px;
    position: relative;
}

.rating_selector:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 9px;
    background: url(../images/rating_arrow.svg);
    top: 50%;
    right: 0;
    transform: translate(-10px, -50%);
    transition: 0.2s;
}

.rating_selector:hover:before {
    transform: translate(-10px, -50%) rotate(180deg);
}

.rating_date {
    font-size: 18px;
    color: #827B6A;
    font-weight: 600;
    margin-top: 5px;
}

.rating_date span {
    color: #D2C39A;
}

.rating_description {
    font-size: 16px;
    color: #D2C39A;
    margin: 15px 0px;
    width: 80%;
}

.rating_btn {
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #77632E;
    display: inline-block;
    margin-right: 10px;
}

.rating_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    width: 190px;
    height: 40px;
    color: #F8F4E8;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.rating_btn:hover span {
    filter: brightness(1.2);
}

.rating_btn_big span {
    width: 230px;
}

.rating_over {
    width: 50%;
    position: relative;
}

.rating_table {
    position: relative;
    height: 100%;
}

.rating_panel {
    border: 1px solid rgba(126, 104, 46, 0.5);
    padding: 10px;
    border-radius: 25px 25px 0px 0px;
    height: fit-content;
    position: absolute;
    bottom: 50px;
    right: 0;
    border-bottom: navajowhite;
}

.rating_panel_cup {
    background: url(../images/cup.png);
    width: 675px;
    height: 653px;
    position: absolute;
    bottom: 10px;
    right: -20px;
}

.rating_panel_in {
    height: 100%;
    background: linear-gradient(to bottom, rgba(16, 36, 35, 0.9), rgba(5, 17, 34, 0.9));
    border: 1px solid #77632E;
    border-radius: 20px 20px 0px 0px;
}

.rating_panel_header {
    background: linear-gradient(90deg, rgba(15, 22, 33, 0.6), rgba(37, 54, 81, 0.6), rgba(15, 22, 33, 0.6));
    padding: 15px;
    border-bottom: 1px solid #77632E;
    border-radius: inherit;
    text-align: center;
    position: relative;
    z-index: 1;
}

.rating_panel_header span {
    margin: 0px 10px;
    color: #F8F4E8;
    cursor: pointer;
    transition: 0.2s;
    font-size: 14px;
}

.rating_panel_header span:hover {
    color: #FFCA43;
}

.rating--active {
    position: relative;
}

.rating--active:before {
    color: #F8F4E8;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFCA43;
    bottom: -15px;
    left: 0;
    box-shadow: 0px -10px 20px 0px #FFCA43;
}

.rating_list {
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px 0px;
    scrollbar-face-color: #D0B05D;
    scrollbar-track-color: #1A283C;
    overflow: auto;
    height: 540px;
    width: 560px;
    display: none;
    overflow-x: hidden;
}

/*Start list*/

.rating_user:nth-child(1) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
}

.rating_user:nth-child(2) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.03s;
}

.rating_user:nth-child(3) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.06s;
}

.rating_user:nth-child(4) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.09s;
}

.rating_user:nth-child(5) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.12s;
}

.rating_user:nth-child(6) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.15s;
}

.rating_user:nth-child(7) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.18s;
}

.rating_user:nth-child(8) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.21s;
}

.rating_user:nth-child(9) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.24s;
}

.rating_user:nth-child(10) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.27s;
}

.rating_user:nth-child(11) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
}

.rating_user:nth-child(12) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.33s;
}

.rating_user:nth-child(n+12) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.36s;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*end list*/

.rating_list::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.rating_list::-webkit-scrollbar-thumb {
    background: #D0B05D;
}

.rating_list::-webkit-scrollbar-track {
    background: #1A283C;
}

.rating_user {
    padding: 0px 10px;
    border-top: 1px solid rgba(119, 99, 46, 0.5);
    border-bottom: 1px solid rgba(119, 99, 46, 0.5);
    margin: 5px 0px;
    color: #F8F4E8;
}

.rating_user:nth-child(odd) {
    background: rgba(5, 14, 27, 0.3);
}

.rating_user:last-child {
    margin-bottom: 0;
}

.rating_user:nth-child(1) {
    background: linear-gradient(90deg, rgba(255, 208, 39, 0.2), rgba(5, 14, 27, 0.3));
    margin-top: 0;
}

.rating_user:nth-child(1) .rating_user_point {
    background: rgba(208, 172, 43, 0.25);
    border-image: linear-gradient(to bottom, rgba(104, 93, 33, 1), rgba(202, 175, 36, 1), rgba(104, 93, 33, 1)) 1;
}

.rating_user:nth-child(1) .rating_user_class_name {
    color: #FFD362;
}

.rating_user:nth-child(2) {
    background: linear-gradient(90deg, rgba(191, 255, 251, 0.2), transparent);
}

.rating_user:nth-child(2) .rating_user_point {
    background: rgba(149, 214, 194, 0.25);
    border-image: linear-gradient(to bottom, rgba(104, 149, 146, 1), rgba(167, 217, 214, 1), rgba(104, 149, 146, 1)) 1;
}

.rating_user:nth-child(2) .rating_user_class_name {
    color: #D0FFFC;
}

.rating_user:nth-child(3) {
    background: linear-gradient(90deg, rgba(255, 130, 39, 0.2), rgba(5, 14, 27, 0.3));
}

.rating_user:nth-child(3) .rating_user_point {
    background: rgba(211, 136, 48, 0.25);
    border-image: linear-gradient(to bottom, rgba(96, 58, 37, 1), rgba(200, 115, 67, 1), rgba(96, 58, 37, 1)) 1;
}

.rating_user:nth-child(3) .rating_user_class_name {
    color: #FF9458;
}

.rating_user div {
    margin: 0px 15px;
}

.rating_user_place {
    width: 30px;
    text-align: center;
}

.rating_user_point {
    width: 60px;
    text-align: center;
    padding: 12px;
    background: rgba(76, 92, 70, 0.25);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-image: linear-gradient(to bottom, rgba(104, 93, 33, 0.5), rgba(202, 175, 36, 0.5), rgba(104, 93, 33, 0.5)) 1;
}

.rating_user_class_name {
    margin: 0px 10px;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rating_user_class {
    display: flex;
    align-items: center;
}

.rating_table {
    display: none;
}

.epdescription {
    display: none;
}

.rateactive {
    display: block;
}

.rating_switch {
    position: relative;
    width: fit-content;
    width: -webkit-fit-content;
}

/*
 * @author Harris Marfel <hrace009@gmail.com>
 * @link https://youtube.com/c/hrace009
 * @copyright Copyright (c) 2022.
 */



@import 'tailwindcss/base';
@import 'tailwindcss/components';
@import 'tailwindcss/utilities';
@import './kamona-wd.css';

@layer base {
    ul, ol {
        list-style: revert;
        margin-left: 1rem;
    }

    p {
        margin-top: 16px;
        margin-bottom: 16px;
    }
}

.blinking {
    -webkit-animation: 1s blink ease infinite;
    -moz-animation: 1s blink ease infinite;
    -ms-animation: 1s blink ease infinite;
    -o-animation: 1s blink ease infinite;
    animation: 1s blink ease infinite;
}

@keyframes "blink" {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-webkit-keyframes "blink" {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-ms-keyframes "blink" {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

@-o-keyframes "blink" {
    from,
    to {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

/*<!-- dev. std. unitypw.net -->*/

@font-face {
    font-family: 'Reaver';
    font-weight: normal;
    font-style: normal;
    src: local('Reaver Regular'), url('../fonts/reaver-regular.otf') format('opentype')
}

@font-face {
    font-family: 'ReaverSemiBold';
    font-weight: normal;
    font-style: normal;
    src: local('Reaver SemiBold'), url('../fonts/reaver-semibold.otf') format('opentype')
}

@font-face {
    font-family: 'ArnoldBocklinC';
    font-weight: normal;
    font-style: normal;
    src: local('ArnoldBocklinC'), url('../fonts/ArnoldBocklinC.ttf') format('truetype')
}

html,
body {
    background: #0d0704;
    color: #D7D4CB;
    font-size: 16px;
    font-family: Reaver;
    margin: 0 auto;
    padding: 0;
    max-width: 1920px;
    box-shadow: 0 0 20px 0px #0d0704;
}

a {
    text-decoration: none;
    color: #9b988f;
    transition: 0.2s;
}

a:hover {
    color: #ecd994;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: ReaverSemiBold;
    color: #E1C271;
    margin: 10px 0px;
}

h1 {
    font-size: 24px;
}

h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

/*Flex*/

.f-a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
}

.f-b {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

.f-c {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
}

.f-s {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-start;
}

.f-e {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    justify-content: flex-end;
}

.f-w {
    flex-wrap: wrap;
}

.f-dr {
    flex-direction: column;
}

.ai {
    align-items: center;
}

.wrapper {
    margin: 0 auto;
    width: 1390px;
}

/**/

.headerline {
    background: #0d0704;
    padding: 10px 0px;
    border-bottom: 1px solid #433917;
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 998;
}

.online {
    font-size: 14px;
    color: #9B988F;
    font-family: ReaverSemiBold;
}

.online_icon {
    width: 5px;
    height: 5px;
    background: #B49E64;
    transform: rotate(45deg);
    margin-right: 5px;
}

.online_count {
    margin-left: 5px;
    color: #74AF50;
    font-family: Reaver;
}

.headernav_links {
    padding-right: 10px;
    border-right: 1px solid rgba(215, 212, 203, 0.2);
}

.headernav_links a {
    margin-right: 20px;
    font-size: 14px;
}

.headernav_social {
    padding-left: 10px;
}

.headernav_social a {
    margin-left: 20px;
}

.headernav_social a:hover {
    filter: invert(20%) sepia(25%) saturate(700%) hue-rotate(5deg) brightness(100%) contrast(70%);
}

.header {
    background: url(../images/bg_nav.png) repeat;
    background-color: #0d0704;
    border-bottom: 1px solid #433917;
    background-size: 100% 100%;
    position: relative;
    z-index: 999;
    width: 100%;
    transition: 0.4s;
    max-width: 1920px;
    position: fixed;
    top: 0px;
}

.header_logo {
    margin-right: 10px;
    opacity: 0.7;
    transition: 0.2s;
}

.header_logo:hover {
    opacity: 1;
}

.header_menu_mob {
    margin: 0px 20px;
    cursor: pointer;
    width: 30px;
    height: 20px;
    transition: 0.2s;
    display: none;
}

.header_menu_mob span {
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #f00;
    position: relative;
    top: 9px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    transition: 0.6s;
}

.header_menu_mob span:before {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #f00;
    content: "";
    position: absolute;
    top: -6px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    transition: 0.4s;
}

.header_menu_mob span:after {
    width: 30px;
    height: 3px;
    border-radius: 10px;
    background: #f00;
    content: "";
    position: absolute;
    top: 6px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    transition: 0.4s;
}

.header_menu_mob:hover {
    filter: brightness(1.2);
}

.header_menu--active {
    display: block !important;
    position: absolute;
    z-index: 99;
    position: absolute;
    background: rgba(20, 33, 50, 0.95);
    border-radius: 10px;
    border: 1px solid rgba(125, 107, 40, 0.2);
    top: 60px;
    left: 10%;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    display: none;
}

.header_menu--active .header__link {
    display: block;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D7D4CB;
    font-size: 14px;
    padding: 15px 25px;
    letter-spacing: 1px;
    border-top: 1px solid #453E23;
}

.header_menu--active .header__link:hover {
    background: #1C3353;
}

.header_menu--active .nav_dropdown:before {
    right: 5px;
}

.header_menu--active .header__link:first-child {
    border-top: none;
    border-radius: 10px 10px 0px 0px;
}

.header_menu--active .header__link:last-child {
    border-radius: 0px 0px 10px 10px;
}

.header_menu--btnactive {
    display: block;
}

.header_menu--btnactive span {
    width: 0;
}

.header_menu--btnactive span:after {
    transform: rotate(45deg);
    top: 0px;
}

.header_menu--btnactive span:before {
    transform: rotate(-45deg);
    top: 0px;
}

.header__link {
    padding: 10px 45px;
    font-size: 18px;
    border-left: 1px solid rgba(215, 212, 203, 0.2);
    color: #D7D4CB;
    display: inline-block;
    font-family: ReaverSemiBold;
    letter-spacing: 1px;
}

.header__link:first-child {
    border-left: none;
}

.header__link:hover {
    color: #ecd994;
}

.nav_dropdown {
    position: relative;
    cursor: pointer;
}

.nav_dropdown:before {
    content: "";
    position: absolute;
    background: url(../images/menuarrow.svg);
    width: 11px;
    height: 6px;
    right: 20px;
    top: 45%;
    background-size: 100% 100%;
    transition: 0.2s;
}

.nav_dropdown:hover:before {
    transform: rotate(180deg);
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(100%) contrast(70%);
}

.header_lc {
    display: inline-block;
}

.header_lc span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: url(../images/btn_start.png);
    background-size: 100% 100%;
    /* Redimensiona a imagem de fundo para preencher o botão */
    width: 200px;
    height: 40px;
    color: #F8F4E8;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.header_lc:hover span {
    filter: brightness(1.2);
}

.header_lang {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
}

.header_lang_block {
    border-radius: 50%;
    border: 1px solid #77632E;
    cursor: pointer;
}

.header_lang:before {
    content: "";
    position: absolute;
    top: 40%;
    right: -20px;
    width: 12px;
    height: 8px;
    background: url(../images/menuarrow.svg);
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(80%) contrast(70%);
    background-size: 100% 100%;
    transition: 0.2s;
}

.lang--active {
    display: block;
    margin: 5px;
    opacity: 0.7;
    transition: 0.2s;
}

.header_lang:hover img {
    opacity: 1;
}

.header_lang:hover:before {
    transform: rotate(180deg);
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(100%) contrast(70%);
}

.dropdown_panel {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background: rgba(13, 7, 4, 0.95);
    border-radius: 10px;
    border: 1px solid rgba(125, 107, 40, 0.2);
    top: 46px;
    left: 50%;
    transform: translate(-45%, 0px);
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -ms-max-content;
    display: none;
    z-index: 99;
}

.dropdown_panel:before {
    content: "";
    position: absolute;
    left: -10px;
    top: -20px;
    width: 100%;
    padding: 20px 10px;
    height: 100%;
    z-index: -1;
    cursor: auto;
}

.dropdown_item {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #D7D4CB;
    font-size: 14px;
    padding: 15px 20px;
    border-top: 1px solid #453E23;
    letter-spacing: 1px;
}

.dropdown_item:first-child {
    border-top: none;
    border-radius: 10px 10px 0px 0px;
}

.dropdown_item:last-child {
    border-radius: 0px 0px 10px 10px;
}

.dropdown_item img {
    border-radius: 50%;
    border: 1px solid rgba(119, 99, 46, 1);
    margin-right: 10px;
}

.dropdown_item:hover {
    background: #1C3353;
}

.dropdown--active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.nav_dropdown--active {
    color: #ecd994;
    opacity: 1;
}

.nav_dropdown--active img {
    opacity: 1;
}

.nav_dropdown--active:before {
    transform: rotate(180deg);
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(100%) contrast(70%);
}

.main {
    background: url(../images/main.png) top;
    height: 720px;
    position: relative;
    background-repeat: no-repeat;
    transition: 1s;
    margin-top: 80px;
}

.leaves {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/leaves.png) top;
    background-size: 100% 100%;
}

.shine {
    position: relative;
    display: inline-block;
    color: #fff;
    /* Cor do texto */
    text-decoration: none;
    /* Remove o sublinhado */
    overflow: hidden;
    /* Garante que o brilho fique contido dentro do botão */
    font-size: 20px;
    /* Ajuste conforme necessário */
    padding: 10px 20px;
    /* Espaçamento interno */
    background-image: url('../images/btn_start.png');
    /* Imagem de fundo */
    background-size: cover;
    /* Ajusta a imagem ao tamanho do botão */
    background-position: center;
    /* Centraliza a imagem */
    border-radius: 5px;
    /* Borda arredondada */
}

.shine::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    /* Começa fora do elemento */
    width: 50%;
    height: 100%;
    background: linear-gradient( to right, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.3) 100%);
    transform: skewX(-25deg);
    /* Inclina o brilho */
    z-index: 1;
    animation: shine 1.5s linear infinite;
    /* Animação contínua */
}

@keyframes shine {
    0% {
        left: -150%;
        /* Começa fora à esquerda */
    }
    100% {
        left: 150%;
        /* Termina fora à direita */
    }
}

.shine span {
    position: relative;
    z-index: 2;
    /* Garante que o texto fique acima do brilho */
}

.main_over {
    position: relative;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
}

.main_index {
    top: 40%;
}

.main_logotype {
    width: 524px;
    height: 267px;
}

.main_logotype:hover {
    filter: brightness(1.2);
}

.main_startplay {
    background: url(../themes/heavenfallpw/assets/images);
    width: 326px;
    height: 103px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.main_startplay span {
    font-family: ReaverSemiBold;
    font-size: 24px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFF5E5 80%, #B99758 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 0px #79642F) drop-shadow(0px 1px 0px #79642F);
    transform: rotate(-2deg);
}

.main_startplay:hover {
    filter: brightness(1.2);
}

.news {
    background: url(../images/news.png) top;
    height: 406px;
    background-repeat: no-repeat;
}

.news_container {
    background: rgb(13 7 4 / 80%);
    padding: 10px;
    border-radius: 20px;
    position: relative;
    margin-top: -120px;
}

.news_block {
    border-radius: 20px;
    box-shadow: 0px 0px 0px 1px #77632E;
    position: relative;
    margin: 8px;
    height: fit-content;
}

.news_block:before {
    position: absolute;
    content: "";
    background: url(../images/news_decorate.svg);
    width: 22px;
    height: 12px;
    background-size: 100% 100%;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.news_block_img {
    width: 420px;
    height: 172px;
    margin: 10px;
    border-radius: 14px;
    display: block;
}

.news_block_images {
    width: 420px;
    height: 172px;
    margin: 10px;
    border-radius: 14px;
    display: block;
}

.news_block_over {
    position: absolute;
    left: 10px;
    top: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
}

.news__date {
    padding: 7px 14px;
    font-family: ReaverSemiBold;
    background: rgb(34 27 10 / 60%);
    width: 101px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 12px 0px 12px 0px;
    border-bottom: 1px solid #77632E;
}

.news__title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: calc(100% - 40px);
    background: linear-gradient(90deg, #0d0704, transparent);
    padding: 12px 20px;
    font-size: 20px;
    color: #D2C39A;
    font-family: ReaverSemiBold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    border-radius: 0px 0px 12px 12px;
}

.news__title img {
    margin-right: 10px;
    position: relative;
    top: 4px;
}

.news_full {
    position: absolute;
    background: linear-gradient(180deg, #0d0704, #030201);
    border-radius: 20px;
    bottom: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: 440px;
    z-index: 2;
    display: none;
    box-shadow: 0 0 10px #221B0A;
}

.news_full_img {
    width: 100%;
    border-radius: 10px 10px 0px 0px;
    display: block;
}

.news_full_content {
    border-top: 1px solid #77632E;
    background: linear-gradient(180deg, #0d0704, #030201);
    height: calc(100% - 171px);
    margin-top: -50px;
    position: relative;
    border-radius: 0px 0px 20px 20px;
    padding: 20px;
}

.news_full_title {
    color: #D2C39A;
    font-family: ReaverSemiBold;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.news_full_title h1 {
    font-size: 21px;
    display: contents;
}

.news_full_title img {
    margin-right: 10px;
    position: relative;
    top: 3px;
}

.news_full_info {
    font-family: Reaver;
    font-weight: 400;
    height: 170px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
}

.news_full_info p {
    margin: 10px 0px;
}

.news_readmore {
    display: inline-block;
}

.news_readmore span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: url(../images/btn_start.png);
    background-size: 100% 100%;
    /* Redimensiona a imagem de fundo para preencher o botão */
    width: 200px;
    height: 40px;
    color: #F8F4E8;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.news_readmore:hover span {
    filter: brightness(1.2);
}

.news_full--active {
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.news_allnews {
    margin-top: 15px;
}

.news_allnews_ll {
    background: linear-gradient(90deg, #77632E00, #77632E);
    width: 100%;
    height: 1px;
}

.news_allnews_lr {
    background: linear-gradient(90deg, #77632E, #77632E00);
    width: 100%;
    height: 1px;
}

.news_allnews_btn {
    display: inline-block;
}

.news_allnews_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    background: url(../images/btn_start.png);
    background-size: 100% 100%;
    /* Redimensiona a imagem de fundo para preencher o botão */
    width: 200px;
    height: 40px;
    color: #F8F4E8;
    font-size: 16px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.news_allnews_btn:hover span {
    filter: brightness(1.2);
}

.chars {
    background: url(../images/bg_chars.png) top;
    height: 800px;
    border-top: 1px solid #77632E;
    background-repeat: no-repeat;
    position: relative;
}

.chars_container {
    height: 100%;
}

.chars_menu {
    background: rgb(13 29 49 / 80%);
    height: 100%;
    padding: 0 20px;
    position: relative;
    list-style: none;
    margin: 0;
    display: none;
}

.chars_menu:before {
    content: "";
    background: linear-gradient(transparent, rgb(241 231 212 / 30%), transparent);
    width: 1px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.chars_menu:after {
    content: "";
    background: linear-gradient(transparent, rgb(241 231 212 / 30%), transparent);
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.chars_menu li {
    cursor: pointer;
    transition: 0.2s;
    filter: opacity(50%);
}

.chars_menu li:hover {
    filter: opacity(100%);
}

.chars_menu li:nth-child(1) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(2) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.2s;
    -webkit-animation-delay: 0.3;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(3) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(4) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.6s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(5) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_menu li:nth-child(6) {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_content {
    width: 100%;
    position: relative;
}

.chars_proff {
    display: none;
    position: relative;
    z-index: 9;
}

.chars_proff--active {
    display: block !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_item--active {
    filter: opacity(100%) !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

b.fract_active {
    padding: 15px 0px;
}

.chars_fraction {
    background: url(../images/flag.png);
    width: 348px;
    height: 70px;
    margin-top: 50px;
}

.chars_fraction span {
    color: #827B6A;
    font-size: 18px;
    margin-left: 20px;
}

.chars_dropdown {
    color: #CEAC56;
    font-size: 20px;
    padding: 0px 10px;
    font-family: ReaverSemiBold;
}

.chars_dropdown:before {
    right: -10px;
}

.chars_dropdown:hover {
    color: #D8C082;
}

.chars_block {
    padding: 20px 0px 20px 45px;
    position: relative;
    z-index: 1;
    display: none;
}

.chars_block--active {
    display: flex !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.chars_name {
    font-size: 50px;
    font-family: ArnoldBocklinC;
    font-size: 38px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFD66C 22.5%, #FFE7AB 53%, #C0800D 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

.chars_preim {
    background: linear-gradient(90deg, #121D30CC, #122441A3);
    padding: 5px 20px;
    border-top: 1px solid #665C48;
    border-radius: 10px;
    font-size: 16px;
    width: 42%;
    color: #D2C39A;
}

.chars_attribute {
    margin: 20px 0px;
    color: #B6C4D6;
    font-family: ReaverSemiBold;
}

.chars_attribute_block {
    margin: 15px 0px;
}

.chars_attribute_block img {
    margin-right: 10px;
}

.chars_attribute_block span {
    display: inline-block;
    background: linear-gradient(90deg, #162333, #1d324b);
    width: 35px;
    height: 7px;
    margin-right: 10px;
    box-shadow: 0 0 1px #101214;
}

.att--active {
    background: linear-gradient(90deg, #2d67af, #86a6cd) !important;
    box-shadow: 0 0 10px #3984cf, 0px 0px 0px 1px rgb(255 255 255 / 25%) !important;
}

.chars_pers {
    position: absolute;
    right: 0px;
    top: -100px;
    z-index: -1;
}

.footer {
    background: #0d0704;
    padding: 15px 0px;
    position: relative;
    z-index: 1;
    border-top: 1px solid #444030;
}

.footer_copy {
    font-size: 14px;
    color: #73726E;
}

.footer_copy a {
    color: #9B988F;
    margin-right: 5px;
    font-family: ReaverSemiBold;
}

.footer_copy a:hover {
    color: #D2C39A;
}

.footer_nav_link {
    margin: 0px 10px;
    color: #73726E;
    font-size: 14px;
}

.footer_nav_link:hover {
    color: #D2C39A;
}

.footer_nav_link img {
    margin-right: 5px;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }
    100% {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
}

/*pages*/

.main_page {
    height: 450px;
}

.page {
    background: url(../images/news.png) top;
    background-size: cover;
    background-repeat: no-repeat;
}

.page_header {
    background: #1a0e08;
    padding: 12px 0px;
    position: relative;
    z-index: 1;
    box-shadow: 0px -10px 20px #0d0704;
    border-top: 1px solid #7D6B28;
    border-bottom: 1px solid #453E23;
}

.page_header_container {
    position: relative;
}

.page__menu_link {
    border: 1px solid #77632E;
    color: #F8F4E8;
    padding: 10px 20px;
    margin-right: 15px;
    border-radius: 12px;
    font-size: 14px;
}

.page__menu_link:hover {
    background: #CFA741;
    color: #F8F4E8;
}

.page__menu_link--active {
    background: #CFA741;
}

.page__btnback {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    letter-spacing: 1px;
}

.page__btnback img {
    transform: rotate(90deg);
    margin-right: 5px;
    filter: invert(35%) sepia(110%) saturate(700%) hue-rotate(20deg) brightness(80%) contrast(70%);
}

.page_over {
    position: relative;
    margin: 0px auto;
    border-radius: 10px;
    padding: 20px 0px;
}

.page_news {
    position: relative;
    margin: 20px 0px;
    border-radius: 10px;
    background: linear-gradient(90deg, #17386780 40%, #0d070400);
}

.page_news:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-40%, 0);
    top: -1px;
    background: url(../images/page_nline.svg) no-repeat;
    width: -webkit-fill-available;
    height: 1px;
    background-size: contain;
}

.page_news:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-40%, 0);
    bottom: -1px;
    background: url(../images/page_nline.svg) no-repeat;
    width: -webkit-fill-available;
    height: 1px;
    background-size: contain;
}

/*.page_news .news_full_title{
	display: flex;
	align-items: center;
}*/

.page_news .news_full_title img {
    margin-right: 10px;
}

.page_news_prev {
    border-radius: 20px;
    box-shadow: 0px 0px 0px 1px #77632E;
    position: relative;
}

.news__art {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.news__art_item {
    background: #54833F;
    color: #F8F4E8;
    border-radius: 12px;
    padding: 8px 20px 8px 20px;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

.page_news_content {
    margin-left: 20px;
    width: 100%;
    padding-top: 20px;
}

.page_news_text {
    color: #C8C7C4;
    letter-spacing: 1px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 100px;
}

.page_news_readmore {
    margin-top: 10px;
    display: block;
    color: #D7D4CB;
    letter-spacing: 1px;
}

.page_news_readmore img {
    margin-left: 10px;
    transition: 0.2s;
}

.page_news_readmore:hover img {
    margin-left: 20px;
}

.pagination {
    padding: 10px 0px 40px;
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
}

.page-item {
    border-radius: 10px;
    margin-left: 10px;
}

.page-link {
    border: 1px solid #77632E;
    border-radius: 10px;
    padding: 8px 12px 8px 12px;
    width: 12px;
    text-align: center;
    font-size: 14px;
    display: block;
}

.page-link:hover {
    background: #B79236;
    color: #F8F4E8;
}

.active {
    background: #B79236;
    color: #F8F4E8;
}

.disabled {
    display: none;
}

.page_single {
    background: #0E1827E5;
    border: 1px solid #453E23;
    border-radius: 20px;
    padding: 20px;
}

.page_single_content {
    line-height: 25px;
    color: #C8C7C4;
}

.page_single_content img {
    max-width: 100%;
}

.page_single_title {
    font-size: 24px;
    width: 100%;
}

.page_header_title {
    width: 70%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}

.page_block {
    text-align: center;
    position: relative;
    margin: 20px 0px;
    padding: 20px 20px;
    background: linear-gradient(90deg, rgba(5, 17, 34, 0) 0%, rgba(58, 31, 16, 0.5) 52.5%, rgba(5, 17, 34, 0) 100%);
}

.page_block:before {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    top: 0;
    background: url(../images/page_block_dec.svg);
    width: 100%;
    height: 1px;
}

.page_block:after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 0;
    background: url(../images/page_block_dec.svg);
    width: 100%;
    height: 1px;
}

.page_block_title {
    color: #D2C39A;
    font-family: ReaverSemiBold;
    font-size: 20px;
    width: 100%;
    text-align: center;
    letter-spacing: 1px;
}

.page_block_title img {
    margin-right: 10px;
}

.page_block_dec {
    color: #C8C7C4;
    letter-spacing: 1px;
    margin: 10px 0px;
}

.page_block_buttons {
    margin-top: 20px;
}

.page_block_btn {
    padding: 5px;
    border-radius: 10px;
    border: 1px solid #77632E;
    display: inline-block;
    margin: 8px 8px;
}

.page_block_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    width: 190px;
    height: 40px;
    color: #F8F4E8;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.2s;
    font-family: ReaverSemiBold;
}

.page_block_btn img {
    margin-right: 10px;
}

.btn_torrent {
    background: #759B45 !important;
}

.btn_maildisc {
    background: #45869B !important;
}

.btn_yandex {
    background: #B6AA46 !important;
}

.btn_gdrive {
    background: #45689B !important;
}

.btn_mega {
    background: #9B4545 !important;
}

.page_block_btn:hover {
    filter: brightness(1.12);
}

.category_news {
    opacity: 0.5;
    transition: 0.2s;
}

.category_news--active {
    opacity: 1;
}

.category_news:hover {
    opacity: 1;
}

.page_header_tag {
    background: #54833F;
    padding: 8px 20px;
    border-radius: 12px;
    color: #F8F4E8;
    font-size: 14px;
}

.page_header_date {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid rgb(136 155 190 / 20%);
    font-size: 14px;
    color: #9B988F;
}

.std {
    background: rgb(255 255 255 / 5%);
    display: flex;
    padding: 4px 4px;
    border-radius: 5px;
    margin-left: 10px;
}

.std-img {
    height: 25px;
    opacity: 0.5;
    transition: 0.2s;
}

.std:hover .std-img {
    opacity: 0.9;
}

/*rating*/

.rating {
    background: url(../images/ratingbg.png) top;
    height: 776px;
    width: 100%;
}

.rating_title {
    background: rgba(15, 22, 33, 0.9);
    color: #D2C39A;
    font-family: ReaverSemiBold;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    border-top: 1px solid #453E23;
    border-bottom: 1px solid #453E23;
    padding: 15px 0px;
}

.rating_title h1 {
    font-size: 21px;
    display: contents;
}

.rating_title img {
    margin-right: 10px;
    position: relative;
}

.rating_container {
    height: 100%;
}

.rating_ep {
    margin-top: 150px;
    width: 50%;
}

.epinfo {
    border-radius: 12px;
    padding: 8px 20px 8px 20px;
    margin-left: 5px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    width: 70px;
}

.ep--active {
    background: #54833F;
    color: #F8F4E8;
}

.ep--inactive {
    background: #5b5809;
    color: #F8F4E8;
}

.rating_selector {
    padding: 2px 50px 2px 0px;
    width: fit-content;
    transition: 0.2s;
    border: 1px solid transparent;
    border-radius: 15px;
    position: relative;
    cursor: pointer;
}

/*.rating_selector:hover{
	background: rgba(20, 33, 50, 0.5);
	border: 1px solid #453E23;
}*/

.rating_menu {
    position: absolute;
    width: calc(100% - 20px);
    background: rgba(20, 33, 50, 0.98);
    border-radius: 10px;
    padding: 10px;
    border: 1px solid rgba(125, 107, 40, 0.2);
    top: 60px;
    left: 0;
    display: none;
    z-index: 1;
}

.rating_menu--active {
    display: block;
}

.rating_menu .epnumber {
    font-size: 21px;
}

.rating_menu_item {
    margin: 2px 0px;
    background: #ffffff05;
    padding: 5px 0px;
    border-radius: 14px;
    cursor: pointer;
    border: 1px solid rgba(125, 107, 40, 0.2);
}

.rating_menu_item:hover {
    background: #1C3353;
}

.rating_menu_item span {
    margin-right: 5px;
}

.epnumber {
    font-family: ArnoldBocklinC;
    font-size: 38px;
    font-weight: 600;
    background: linear-gradient(180deg, #FFD66C 22.5%, #FFE7AB 53%, #C0800D 74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
    -ms-background-clip: text;
    -ms-text-fill-color: transparent;
    padding: 0px;
    margin: 0px 0px 0px 15px;
    position: relative;
}

.rating_selector:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 9px;
    background: url(../images/rating_arrow.svg);
    top: 50%;
    right: 0;
    transform: translate(-10px, -50%);
    transition: 0.2s;
}

.rating_selector:hover:before {
    transform: translate(-10px, -50%) rotate(180deg);
}

.rating_date {
    font-size: 18px;
    color: #827B6A;
    font-weight: 600;
    margin-top: 5px;
}

.rating_date span {
    color: #D2C39A;
}

.rating_description {
    font-size: 16px;
    color: #D2C39A;
    margin: 15px 0px;
    width: 80%;
}

.rating_btn {
    padding: 5px;
    border-radius: 12px;
    border: 1px solid #77632E;
    display: inline-block;
    margin-right: 10px;
}

.rating_btn span {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: linear-gradient(180deg, #E3BE5E, #9F7B1D);
    width: 190px;
    height: 40px;
    color: #F8F4E8;
    font-size: 14px;
    letter-spacing: 1px;
    transition: 0.2s;
}

.rating_btn:hover span {
    filter: brightness(1.2);
}

.rating_btn_big span {
    width: 230px;
}

.rating_over {
    width: 50%;
    position: relative;
}

.rating_table {
    position: relative;
    height: 100%;
}

.rating_panel {
    border: 1px solid rgba(126, 104, 46, 0.5);
    padding: 10px;
    border-radius: 25px 25px 0px 0px;
    height: fit-content;
    position: absolute;
    bottom: 50px;
    right: 0;
    border-bottom: navajowhite;
}

.rating_panel_cup {
    background: url(../images/cup.png);
    width: 675px;
    height: 653px;
    position: absolute;
    bottom: 10px;
    right: -20px;
}

.rating_panel_in {
    height: 100%;
    background: linear-gradient(to bottom, rgba(16, 36, 35, 0.9), rgba(5, 17, 34, 0.9));
    border: 1px solid #77632E;
    border-radius: 20px 20px 0px 0px;
}

.rating_panel_header {
    background: linear-gradient(90deg, rgba(15, 22, 33, 0.6), rgba(37, 54, 81, 0.6), rgba(15, 22, 33, 0.6));
    padding: 15px;
    border-bottom: 1px solid #77632E;
    border-radius: inherit;
    text-align: center;
    position: relative;
    z-index: 1;
}

.rating_panel_header span {
    margin: 0px 10px;
    color: #F8F4E8;
    cursor: pointer;
    transition: 0.2s;
    font-size: 14px;
}

.rating_panel_header span:hover {
    color: #FFCA43;
}

.rating--active {
    position: relative;
}

.rating--active:before {
    color: #F8F4E8;
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #FFCA43;
    bottom: -15px;
    left: 0;
    box-shadow: 0px -10px 20px 0px #FFCA43;
}

.rating_list {
    list-style: none;
    padding: 0;
    margin: 20px 0px 0px 0px;
    scrollbar-face-color: #D0B05D;
    scrollbar-track-color: #1A283C;
    overflow: auto;
    height: 540px;
    width: 560px;
    display: none;
    overflow-x: hidden;
}

/*Start list*/

.rating_user:nth-child(1) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
}

.rating_user:nth-child(2) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.03s;
}

.rating_user:nth-child(3) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.06s;
}

.rating_user:nth-child(4) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.09s;
}

.rating_user:nth-child(5) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.12s;
}

.rating_user:nth-child(6) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.15s;
}

.rating_user:nth-child(7) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.18s;
}

.rating_user:nth-child(8) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.21s;
}

.rating_user:nth-child(9) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.24s;
}

.rating_user:nth-child(10) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.27s;
}

.rating_user:nth-child(11) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.3s;
}

.rating_user:nth-child(12) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.33s;
}

.rating_user:nth-child(n+12) {
    animation-name: fadeInRight;
    animation-duration: 0.15s;
    animation-fill-mode: both;
    animation-delay: 0.36s;
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    100% {
        -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
        transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3);
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

/*end list*/

.rating_list::-webkit-scrollbar {
    width: 0.5em;
    height: 0.5em;
}

.rating_list::-webkit-scrollbar-thumb {
    background: #D0B05D;
}

.rating_list::-webkit-scrollbar-track {
    background: #1A283C;
}

.rating_user {
    padding: 0px 10px;
    border-top: 1px solid rgba(119, 99, 46, 0.5);
    border-bottom: 1px solid rgba(119, 99, 46, 0.5);
    margin: 5px 0px;
    color: #F8F4E8;
}

.rating_user:nth-child(odd) {
    background: rgba(5, 14, 27, 0.3);
}

.rating_user:last-child {
    margin-bottom: 0;
}

.rating_user:nth-child(1) {
    background: linear-gradient(90deg, rgba(255, 208, 39, 0.2), rgba(5, 14, 27, 0.3));
    margin-top: 0;
}

.rating_user:nth-child(1) .rating_user_point {
    background: rgba(208, 172, 43, 0.25);
    border-image: linear-gradient(to bottom, rgba(104, 93, 33, 1), rgba(202, 175, 36, 1), rgba(104, 93, 33, 1)) 1;
}

.rating_user:nth-child(1) .rating_user_class_name {
    color: #FFD362;
}

.rating_user:nth-child(2) {
    background: linear-gradient(90deg, rgba(191, 255, 251, 0.2), transparent);
}

.rating_user:nth-child(2) .rating_user_point {
    background: rgba(149, 214, 194, 0.25);
    border-image: linear-gradient(to bottom, rgba(104, 149, 146, 1), rgba(167, 217, 214, 1), rgba(104, 149, 146, 1)) 1;
}

.rating_user:nth-child(2) .rating_user_class_name {
    color: #D0FFFC;
}

.rating_user:nth-child(3) {
    background: linear-gradient(90deg, rgba(255, 130, 39, 0.2), rgba(5, 14, 27, 0.3));
}

.rating_user:nth-child(3) .rating_user_point {
    background: rgba(211, 136, 48, 0.25);
    border-image: linear-gradient(to bottom, rgba(96, 58, 37, 1), rgba(200, 115, 67, 1), rgba(96, 58, 37, 1)) 1;
}

.rating_user:nth-child(3) .rating_user_class_name {
    color: #FF9458;
}

.rating_user div {
    margin: 0px 15px;
}

.rating_user_place {
    width: 30px;
    text-align: center;
}

.rating_user_point {
    width: 60px;
    text-align: center;
    padding: 12px;
    background: rgba(76, 92, 70, 0.25);
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-image: linear-gradient(to bottom, rgba(104, 93, 33, 0.5), rgba(202, 175, 36, 0.5), rgba(104, 93, 33, 0.5)) 1;
}

.rating_user_class_name {
    margin: 0px 10px;
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.rating_user_class {
    display: flex;
    align-items: center;
}

.rating_table {
    display: none;
}

.epdescription {
    display: none;
}

.rateactive {
    display: block;
}

.rating_switch {
    position: relative;
    width: fit-content;
    width: -webkit-fit-content;
}