:root {
    --a-color-white: #fff;
    --a-font: "SF Pro", sans-serif !important;
    --a-transition: .2s
}

html {
    overflow-x: hidden;
}

/* adaugat 3 martie 2026*/
html:has(.search__form input:focus) {
    overflow: visible;
}

body {
    font-family: var(--a-font);
    background-color: #1e1e1e;
    color: #8e8e8e;
    overflow: hidden !important
}

.max-content {
    width: max-content
}

header {
    padding: 32px 0
}

.search {
    width: 100%
}

.search__box {
    display: flex;
    column-gap: 4%;
    max-width: 830px
}

.search__form input {
    width: 100%;
    height: 50px;
    background-color: #262626;
    background-position: 24px;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #2e2e2e;
    opacity: .8;
    padding-left: 24px;
    transition: all .2s ease 0s;
    border-radius: 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    position: relative;
    z-index: 999
}

.search__form input:hover {
    opacity: 1;
    outline: none
}

.search__form input:focus {
    background-color: #262626;
    border: 1px solid #409fff;
    border-radius: 8px;
    outline: none;
    opacity: 1;
    box-shadow: 0 0 0 9999px rgb(0 0 0 / .7)
}

.search__form {
    position: relative
}

.search__btn {
    position: absolute;
    right: 15px;
    top: 12px;
    opacity: .5;
    transition: opacity .2s ease 0s;
    z-index: 1000
}

.search__btn:hover {
    opacity: 1 !important
}

.user {
    display: flex;
    align-items: center;
    justify-content: end;
    column-gap: 25px;
    height: 50px
}

.notify__btn {
    opacity: .5;
    transition: opacity .2s ease 0s
}

.notify__btn:hover {
    opacity: 1
}

.notify__dropdown {
    padding: 0;
    width: 320px;
    min-height: 155px
}

.notify__dropdown .head {
    display: flex;
    align-items: center;
    background: #2e2e2e;
    border-bottom: 1px solid #262626;
    justify-content: space-between;
    padding: 16px 24px;
    border-radius: 8px 8px 0 0
}

.notify__dropdown .head span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 24px
}

.notify__dropdown p {
    padding: 12px 24px;
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    margin-bottom: 0
}

.userlogin__btn img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover
}

.user__dropdown {
    width: 274px
}

.user__dropdown .head {
    padding: 10px 10px 15px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2e2e2e;
    margin-bottom: 10px
}

.user__dropdown .logout__btn {
    opacity: .5;
    transition: opacity .2s ease 0s;
    margin-top: 5px
}

.user__dropdown .logout__btn:hover {
    opacity: 1
}

.user__dropdown .name {
    line-height: 24px;
    text-transform: capitalize;
    color: #fff
}

.user__dropdown .name:hover {
    text-decoration: underline
}

.user__dropdown .email {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px;
    margin-bottom: 0;
    margin-top: 3px
}

.user__nologin {
    display: flex;
    justify-content: end;
    align-items: center;
    height: 50px
}

.gohome__btn {
    display: flex;
    gap: 5px;
    align-items: center;
    color: var(--a-color-white) !important;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    opacity: .5;
    transition: var(--a-transition);
    margin-bottom: 20px;
    width: max-content
}

.gohome__btn:hover {
    opacity: 1
}

.login__container {
    display: flex;
    justify-content: center;
    align-items: center
}

.login__container .content {
    max-width: 500px;
    width: 100%
}

.login__form {
    padding: 32px;
    background-color: #262626;
    border: 1px solid #2e2e2e;
    border-radius: 8px;
    position: relative
}

.login__form::before {
    background: linear-gradient(157.87deg, hsl(0 0% 100% / .2), hsl(0 0% 100% / .02));
    border-radius: 8px;
    content: "";
    inset: 0;
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    padding: 1px;
    position: absolute;
    z-index: -1
}

.login__form h2 {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 32px;
    font-weight: 600;
    color: var(--a-color-white)
}

.login__container .login__footer {
    display: flex;
    justify-content: center;
    column-gap: 10px;
    color: #8e8e8e;
    margin-top: 16px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.login__container .login__footer a {
    display: block;
    max-width: max-content
}

.login__container .login__footer a:hover,
.lostpass__btn:hover {
    text-decoration: underline
}

.lostpass__btn {
    display: flex;
    justify-content: center;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.social__title {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase
}

.login_btn {
    opacity: .5;
    transition: var(--a-transition)
}

.aaa svg:hover path {
    fill: #ccc;
    transition: all ease 0.3s
}

.aaa svg path {
    transition: all ease 0.3s
}

.login_btn:hover {
    opacity: 1
}

.logo {
    margin-left: 15px
}

.sidebar {
    height: 100vh;
    position: fixed;
    width: 100%;
    padding-top: 40px;
    z-index: 2;
    top: 0;
    max-width: 220px;
    border-right: 1px solid #2e2e2e
}

.sidebar .menu {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
    padding-left: 10px;
    list-style: none
}

.sidebar .menu li {
    display: flex;
    align-items: center
}

.sidebar .menu .item {
    display: flex;
    align-items: center;
    border-radius: 8px;
    height: 48px;
    column-gap: 12px;
    transition: all .2s ease 0s;
    max-width: 187px;
    width: 100%;
    padding: 0 12px
}

.sidebar .menu .item span {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    opacity: .5
}

.sidebar .menu .item:hover {
    background: #262626
}

.sidebar .menu .item svg {
    opacity: .5
}

.drop__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #4e4e4e;
    opacity: .5;
    transition: .2s;
    margin-left: -15px
}

.drop__btn:hover {
    background: #4e4e4e;
    opacity: 1
}

.sidebar__dropmenu {
    margin-top: 10px;
    ;
    width: 255px;
    max-height: 345px;
    overflow-y: auto
}

.sidebar__dropmenu::-webkit-scrollbar {
    width: 10px
}

.sidebar__dropmenu::-webkit-scrollbar-track {
    background: #262626
}

.sidebar__dropmenu::-webkit-scrollbar-thumb {
    background-color: #4e4e4e;
    border-radius: 20px;
    border: 3px solid #262626
}

.favourites_nologin {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px
}

.favourites {
    padding-left: 25px;
    margin-top: 20px
}

.favourites .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px
}

.favourites .head span {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px;
    color: #8e8e8e
}

.favourites p {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px
}

.favourites .right__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4e4e4e;
    border-radius: 50%;
    opacity: .5;
    width: 24px;
    height: 24px;
    transition: .2s
}

.favourites .right__btn:hover {
    opacity: 1
}

footer {
    padding: 0 18px 32px;
    position: fixed;
    bottom: 0;
    max-width: 220px;
    z-index: 3
}

footer .menu {
    display: flex;
    flex-wrap: wrap
}

footer .menu a {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px
}

footer .menu a:hover {
    text-decoration: underline
}

.btn_menu_mobile {
    background: #262626;
    border: 1px solid #2e2e2e;
    border-radius: 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    padding: 12px;
    opacity: .5;
    transition: all .2s ease 0s
}

.btn_menu_mobile:hover {
    opacity: 1
}

main {
    padding-bottom: 100px
}

.title__main {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 32px;
    margin-bottom: 16px
}

.title__main h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 32px;
    margin-bottom: 0
}

.title__main a {
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    transition: .2s
}

.title__main a:hover {
    text-decoration: underline
}

.lostpass__capha img {
    max-height: 50px;
    border-radius: 5px
}

.static {
    max-width: 740px
}

.static h1 {
    color: var(--a-color-white);
    font-weight: 600;
    font-size: 32px;
    line-height: 40px
}

.static .text {
    color: var(--a-color-white);
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.userinfo .content {
    max-width: 750px
}

.userinfo h1 {
    color: var(--a-color-white);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600
}

.avatar__box {
    display: flex;
    justify-content: center
}

.avatar__box .avatar {
    width: 80px;
    height: 80px;
    position: relative
}

.avatar__box .avatar img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%
}

.avatar__box .online {
    background: #00ab00;
    border: 4px solid #262626;
    border-radius: 50px;
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    right: 0;
    top: 0
}

.avatar__box .offline {
    background: #e32323;
    border: 4px solid #262626;
    border-radius: 50px;
    display: block;
    height: 23px;
    width: 23px;
    position: absolute;
    right: 0;
    top: 0
}

.user__count {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 24px 0;
    padding: 16px 48px;
    background: #2e2e2e;
    border-radius: 16px;
    text-align: center;
    max-width: 350px;
    width: 100%
}

.user__count h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px
}

.user__count p {
    color: #8e8e8e;
    font-size: 13px;
    line-height: 18px;
    margin-top: 4px;
    margin-bottom: 0
}

.timezones select {
    background: #262626;
    border: 1px solid #4e4e4e;
    border-radius: 6px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 50px;
    letter-spacing: .04em;
    line-height: 24px;
    opacity: .8;
    padding: 12px 32px 12px 16px;
    position: relative;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    width: 100%;
    z-index: 1;
    opacity: .5
}

.timezones,
.user__item {
    position: relative
}

.timezones::after,
.user__item::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 45px;
    right: 17px;
    opacity: .5;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath d='M0 0h24v24H0z'/%3e%3cpath d='M0 0h24v24H0z'/%3e%3cpath d='M7 10l5 5 5-5' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    transition: var(--a-transition)
}

select {
    font: inherit;
    letter-spacing: inherit;
    word-spacing: inherit;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

.timezones select:hover,
.timezones:hover::after {
    opacity: 1
}

.timezones select:focus {
    background-color: #262626;
    border: 1px solid #409fff;
    outline: none
}

.checkbox {
    margin-bottom: 10px
}

.checkbox label {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: var(--a-color-white);
    margin-left: 10px
}

.avatar__upload {
    background: #262626;
    border: 1px solid #4e4e4e;
    border-radius: 6px;
    color: #fff;
    opacity: .5;
    transition: var(--a-transition);
    height: 50px;
    padding-top: 11px;
    padding-left: 10px;
    width: 100%;
    display: block;
    overflow: hidden
}

.avatar__upload:hover {
    opacity: 1
}

.sociallogin {
    border-radius: 6px;
    transition: all .2s ease 0s;
    padding: 8px 16px;
    color: #fff;
    background-color: #262626;
    background-clip: padding-box;
    border: 1px solid #4e4e4e;
    height: 50px;
    display: flex;
    align-items: center
}

.sociallogin .vk {
    display: flex;
    align-items: center;
    background: #4e4e4e;
    border-radius: 4px;
    padding: 6px 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    color: var(--a-color-white)
}

.sociallogin .vk::before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M17.161 24C8.278 24 3.211 17.994 3 8h4.45c.146 7.335 3.426 10.442 6.025 11.083V8h4.19v6.326c2.566-.272 5.261-3.155 6.17-6.326h4.19c-.698 3.908-3.621 6.79-5.7 7.976 2.079.96 5.408 3.475 6.675 8.024h-4.612c-.99-3.043-3.46-5.397-6.723-5.718V24h-.504z' fill='%23fff'/%3e%3c/svg%3e");
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 24px;
    content: "";
    display: block;
    height: 14px;
    margin-right: 8px;
    width: 24px
}

.user__field {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #fff
}

.user__field select {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: .04em;
    line-height: 24px;
    opacity: .5;
    color: #fff;
    background-color: #262626;
    background-clip: padding-box;
    border: var(--bs-border-width) solid #4e4e4e;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 6px;
    transition: all .2s ease 0s;
    padding: 12px 16px
}

.user__field select:hover {
    opacity: 1
}

.user__field select:focus {
    border-color: #409fff;
    outline: 0
}

.user__item {
    position: relative
}

.user__item::after {
    content: '';
    position: absolute;
    z-index: 3;
    top: 12px;
    right: 17px;
    opacity: .5;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg height='24' width='24' xmlns='http://www.w3.org/2000/svg'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath d='M0 0h24v24H0z'/%3e%3cpath d='M0 0h24v24H0z'/%3e%3cpath d='M7 10l5 5 5-5' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5'/%3e%3c/g%3e%3c/svg%3e");
    background-repeat: no-repeat;
    transition: var(--a-transition)
}

.user__item:hover::after {
    opacity: 1
}

.cat__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap
}

.cat__title h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: var(--a-color-white)
}

.cat__title h1 span {
    color: #8e8e8e;
    margin-left: 8px
}

.sort__toggle {
    font-size: 12px;
    line-height: 20px;
    padding: 6px 45px 6px 12px;
    background: #1e1e1e;
    border: 1px solid #2e2e2e;
    border-radius: 6px;
    color: #8e8e8e;
    position: relative;
    transition: all .2s ease 0s
}

.sort__toggle span {
    position: absolute;
    top: 5px;
    right: 10px
}

.sort {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none
}

.sort a {
    display: block;
    width: 100%;
    padding: 4px 10px;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff0;
    border: 0;
    border-radius: 6px;
    color: #fff;
    line-height: 24px;
    transition: var(--a-transition)
}

.sort a:hover {
    background-color: #2e2e2e
}

.cat__tags {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.cat__tags a {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: var(--a-color-white);
    background: #2e2e2e;
    border: 1px solid #4e4e4e;
    border-radius: 4px;
    display: block;
    opacity: .5;
    padding: 6px 12px;
    transition: all .2s ease 0s
}

.cat__tags a:hover {
    opacity: 1
}

.bottom-navi {
    float: left;
    position: relative;
    width: 100%;
    display: block;
    font-weight: 700;
    line-height: 30px;
    text-align: left;
    margin: 48px 0;
    text-align: center;
    padding: 0
}

.pprev,
.pnext {
    display: inline-block;
    text-align: center;
    color: #8e8e8e;
    font-size: 14px;
    width: 70px
}

.pnext a,
.pprev a {
    display: inline-block;
    text-align: center;
    color: #8e8e8e;
    font-size: 14px;
    width: 70px
}

.navigations {
    font-size: 14px;
    margin: 0 10px;
    text-align: center
}

.navigations a,
.navigations span {
    border-radius: 50px;
    display: inline-block;
    padding: 6px;
    background: #fff0;
    color: #8e8e8e;
    width: 40px
}

.navigations span {
    background-color: #2e2e2e;
    color: #fff
}

.navigations a:hover {
    color: #fff;
    text-decoration: none
}

.pnext a:hover,
.pprev a:hover {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 14px;
    width: 70px
}

.navigations span.nav_ext {
    background: none;
    color: #8e8e8e
}

.gotop {
    bottom: 40px;
    display: block;
    position: fixed;
    right: 40px;
    opacity: 0;
    transform: translateY(100px);
    transition: all 0.5s ease
}

.help__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #4e4e4e;
    border-radius: 50%;
    margin-bottom: 100px;
    transition: all .2s ease 0s;
    width: 40px;
    height: 40px
}

.help__btn:hover {
    background: #8e8e8e
}

.scroll__btn {
    display: flex;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    transition: all .2s ease 0s
}

.donate h6 {
    color: #8e8e8e;
    font-size: 13px;
    font-weight: 400;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.donate p {
    color: var(--a-color-white);
    margin-bottom: 0
}

.static .text {
    color: var(--a-color-white) !important;
    font-size: 16px;
    line-height: 24px
}

.card .head {
    padding: 0
}

.card .head h4 {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 32px;
    font-weight: 600;
    color: var(--a-color-white)
}

.helper .social {
    max-width: 70%;
    margin-top: 30px;
    padding-left: 5%
}

.helper .social img {
    width: 100%;
    height: auto
}

.fullstory h1 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: var(--a-color-white);
    margin-bottom: 30px
}

.full_article {
    max-width: 740px;
    width: 100%
}

.full_article .short,
.full_article .text {
    color: var(--a-color-white);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400
}

.full_article .text a:hover {
    text-decoration: underline
}

.full_article .cover {
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px
}

.full_article .cover img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 15px
}

.full_article .save h6 {
    color: var(--a-color-white);
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0
}

.full_article .save p {
    color: #777;
    font-size: 16px;
    line-height: 24px
}

.full_article .save a {
    display: block;
    margin-bottom: 3px;
    max-width: max-content
}

.full_article .save a:hover {
    text-decoration: underline
}

.views p {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px;
    margin-bottom: 0
}

.full_article .favorites a {
    height: 78px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
    padding: 0 25px;
    color: var(--a-color-white)
}

.full_article .favorites svg {
    margin-right: 10px
}

.full_article .favorites a div {
    display: flex;
    align-items: center
}

.full_article .favorites .add {
    opacity: .5;
    transition: var(--a-transition)
}

.full_article .favorites a:hover .add {
    opacity: 1
}

.full_article .favorites .del {
    color: #ff6464 !important;
    transition: var(--a-transition)
}

.full_article .favorites a:hover .del {
    opacity: .8
}

.label__title {
    color: #8e8e8e;
    display: block;
    margin-bottom: 16px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px
}

.related__news {
    display: flex;
    flex-direction: column
}

.related__news .item {
    display: flex;
    padding: 12px 16px;
    transition: all .2s ease 0s
}

.related__news .item:hover {
    background: #2e2e2e
}

.related__news .item:not(:first-child) {
    border-top: 1px solid #2e2e2e
}

.related__news .item img {
    height: 32px;
    margin-right: 12px;
    position: relative;
    width: 32px
}

.related__news .item h2 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    display: -webkit-box;
    display: box;
    max-width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: var(--a-color-white);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 30px;
    margin-bottom: 0
}

.help {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    column-gap: 50px !important;
    align-items: center
}

.help h6 {
    color: var(--a-color-white);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    margin-bottom: 0
}

.f-pic-s {
    max-width: 590px;
    max-height: 300px;
    border-radius: 12px;
    margin-left: 20px;
    overflow: hidden
}

@media screen and (max-width:1200px) {
    .f-pic-s {
        margin-left: 0
    }
}

.f-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.full__store .text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: var(--a-color-white)
}

.full__store .bottom {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.card_blur {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: -o-linear-gradient(292.13deg, hsl(0 0% 100% / .06) 0, hsl(0 0% 100% / .024) 100%);
    background: linear-gradient(157.87deg, hsl(0 0% 100% / .06), hsl(0 0% 100% / .024));
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 0;
    position: relative
}

.card_blur::before {
    background: linear-gradient(157.87deg, hsl(0 0% 100% / .2), hsl(0 0% 100% / .02));
    border-radius: 8px;
    content: "";
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    position: absolute;
    width: calc(100% - 2px);
    z-index: -1
}

.store_card span {
    color: #00ab00;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.store_card h3 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
    color: var(--a-color-white)
}

.store_card ul {
    font-size: 15px;
    line-height: 24px;
    color: var(--a-color-white);
    padding-left: 20px
}

.store_card ul li {
    margin-bottom: 8px;
    padding-left: 5px
}

.store_card .info {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px
}

.store_card .info a:hover {
    text-decoration: underline
}

.infobox {
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px
}

.is-horizontal .f-pic__nav .f-button.is-next,
.is-horizontal .f-pic__nav .f-button.is-prev {
    transition: .2s
}

.is-horizontal .f-pic__nav .f-button.is-next:hover,
.is-horizontal .f-pic__nav .f-button.is-prev:hover {
    background: rgb(46 46 46 / .5)
}

.full__game .title {
    display: flex;
    column-gap: 16px
}

.full__game .title img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 15px
}

.full__game .title h1 {
    color: var(--a-color-white);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0
}

.full__game .title .category a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: #409fff
}

.full__game .title .category a:hover {
    text-decoration: underline
}

.comm__title2 h3 {
    font-size: 20px;
    margin: 30px 0 30px;
    letter-spacing: .02em;
    line-height: 32px;
    font-weight: 600;
    color: var(--a-color-white)
}

.comm__title2 span {
    color: #8e8e8e
}

.card_blur .info__box h6,
.info__box_full h6 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: #8e8e8e;
    margin-bottom: 0
}

.card_blur .info__box p,
.card_blur .info__box a,
.info__box_full a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: var(--a-color-white)
}

.card_blur .info__box a:hover,
.info__box_full a:hover {
    text-decoration: underline
}

.card_blur .bottom,
.card_blur2 .bottom {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px
}

.card_blur .bottom a:hover,
.card_blur2 .bottom a:hover {
    text-decoration: underline
}

.info__box_full {
    display: flex
}

.arrow__down__btn {
    opacity: .5;
    transition: var(--a-transition)
}

.arrow__down__btn:hover {
    opacity: 1
}

.link__set {
    height: 48px;
    overflow: hidden;
    transition: var(--a-transition)
}

.link__set_full {
    height: auto;
    transition: var(--a-transition)
}

.arrow__down__btn__a {
    transition: var(--a-transition)
}

.arrow__down__btn__a svg {
    transform: rotate(180deg)
}

.full__options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: row
}

.full__options .site {
    opacity: .5;
    transition: var(--a-transition);
    color: var(--a-color-white);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.full__options .site:hover {
    opacity: 1
}

.full__favorites a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
    color: var(--a-color-white)
}

.full__favorites svg {
    margin-right: 10px
}

.full__favorites a div {
    display: flex;
    align-items: center
}

.full__favorites .add {
    opacity: .5;
    transition: var(--a-transition)
}

.full__favorites a:hover .add {
    opacity: 1
}

.full__favorites .del {
    color: #ff6464 !important;
    transition: var(--a-transition)
}

.full__favorites a:hover .del {
    opacity: .8
}

.card__share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    background: url(../images/pirat.png) no-repeat scroll 50% 50% #262626;
    background-position: 100%;
    background-size: contain;
    border: 1px solid #2e2e2e;
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    min-height: 165px
}

.card__share p {
    max-width: 135px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: var(--a-color-white)
}

.card__share .social {
    display: flex;
    gap: 15px
}

.card__share .social a {
    transition: var(--a-transition)
}

.card__share .social a:hover {
    opacity: .9
}

.fulltext__btn_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%
}

.fulltext__btn {
    background: #2a2a2a;
    border-radius: 0 0 8px 8px;
    border: none;
    border-top: 1px solid #4e4e4e;
    color: rgb(255 255 255 / .5);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    outline: none !important;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    display: block;
    position: relative;
    transition: .2s
}

.fulltext__btn:hover {
    color: #fff;
    background: #2e2e2e
}

.fulltext__btn_box::before {
    background: linear-gradient(180deg, #fff0, #262626);
    bottom: 49px;
    content: "";
    height: 80px;
    left: 0;
    position: absolute;
    right: 0;
    opacity: 1 !important
}

.tab-limit {
    height: 120px;
    overflow: hidden;
    padding-bottom: 66px
}

.tab-limit-none {
    height: auto !important;
    overflow: visible
}

.tab-content:focus-visible {
    border: none;
    outline: none !important
}

.full__os .title {
    display: flex;
    column-gap: 16px
}

.full__os .title img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 50%
}

.full__os .title h1 {
    color: var(--a-color-white);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0
}

.full__os .title .category a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: #409fff
}

.full__os .title .category a:hover {
    text-decoration: underline
}

.info__box_full2 {
    display: flex
}

.card_blur .info__box h6,
.info__box_full2 h6 {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: #8e8e8e;
    margin-bottom: 0
}

.card_blur .info__box2 p,
.card_blur .info__box2 a,
.info__box_full2 a {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: var(--a-color-white)
}

.card_blur .info__box2 a:hover,
.info__box_full2 a:hover {
    text-decoration: underline
}

.link__set2 {
    height: 48px;
    overflow: hidden;
    transition: var(--a-transition)
}

.link__set_full2 {
    height: auto;
    transition: var(--a-transition)
}

.arrow__down__btn__a2 svg {
    transform: rotate(180deg)
}

.arrow__down__btn2 {
    opacity: .5;
    transition: var(--a-transition)
}

.arrow__down__btn2:hover {
    opacity: 1
}

.link_side h6 {
    color: #8e8e8e;
    display: block;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px
}

.link_side nav {
    display: flex;
    flex-direction: column
}

.link_side nav a {
    max-width: max-content;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.link_side nav a:hover {
    text-decoration: underline
}

.full__extensions .title h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    color: var(--a-color-white)
}

.card_blur2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    background: -o-linear-gradient(292.13deg, hsl(0 0% 100% / .06) 0, hsl(0 0% 100% / .024) 100%);
    background: linear-gradient(157.87deg, hsl(0 0% 100% / .06), hsl(0 0% 100% / .024));
    border-radius: 8px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 24px;
    overflow: hidden;
    padding: 0;
    position: relative
}

.card_blur2::before {
    background: linear-gradient(157.87deg, hsl(0 0% 100% / .2), hsl(0 0% 100% / .02));
    border-radius: 8px;
    content: "";
    inset: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    padding: 1px;
    position: absolute;
    width: calc(100% - 2px);
    z-index: -1
}

.card_blur2 .cover-mini {
    border-radius: 0;
    height: 150px;
    overflow: hidden;
    width: 100%;
    z-index: -2
}

.card_blur2 .cover-mini img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.card_blur2 h6 {
    color: #8e8e8e;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    margin-bottom: 0
}

.card_blur2 a,
.card_blur2 p {
    color: var(--a-color-white);
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.card_blur2 .bottom a {
    color: #409fff;
    ;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px
}

.tag__side {
    display: flex;
    gap: 5px
}

.tag__side a {
    background: #2e2e2e;
    border: 1px solid #4e4e4e;
    border-radius: 4px;
    color: #fff;
    display: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 8px 8px 0;
    opacity: .5;
    padding: 6px 12px;
    position: relative;
    text-decoration: none;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.tag__side a:hover {
    opacity: 1
}

.full__app .title {
    display: flex;
    column-gap: 16px
}

.full__app .title img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 15px
}

.full__app .title h1 {
    color: var(--a-color-white);
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    margin-bottom: 0
}

.full__app .title .category a {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: #409fff
}

.full__app .title .category a:hover {
    text-decoration: underline
}

.c-0 {
    display: none
}

.comm__title {
    font-size: 20px;
    letter-spacing: .02em;
    line-height: 32px;
    font-weight: 600;
    color: var(--a-color-white)
}

.addcomment__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px
}

.addcomm__btn {
    display: flex;
    opacity: .5;
    color: var(--a-color-white) !important;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    transition: var(--a-transition);
    background-color: #fff0;
    border: none;
    outline: none
}

.addcomm__btn:hover {
    opacity: 1
}

.comm__imgupload {
    opacity: .5;
    transition: var(--a-transition)
}

.comm__imgupload:hover {
    opacity: 1
}

#comments {
    background: #fff0;
    border: none;
    opacity: .8;
    transition: var(--a-transition);
    color: var(--a-color-white);
    padding-bottom: 20px !important;
    width: 100%;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 24px;
    max-width: 100%;
    outline: none
}

#comments:hover {
    opacity: 1
}

#comments:focus {
    border-bottom: 1px solid #409fff;
    opacity: 1;
    outline: none
}

.comment {
    margin-bottom: 20px
}

.comment .head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: var(--a-color-white)
}

.comment .head .info {
    display: flex;
    column-gap: 15px
}

.comment .head img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover
}

.comment .head .info a {
    color: var(--a-color-white);
    display: block;
    max-width: max-content;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .02em;
    line-height: 24px
}

.comment .head .info a:hover {
    text-decoration: underline
}

.comment .head .info p {
    margin-bottom: 0;
    color: #8e8e8e;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 20px
}

.mass_comments_action {
    display: none
}

.comment .text {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px;
    color: var(--a-color-white)
}

.comment .options {
    display: flex;
    column-gap: 20px;
    align-items: center
}

.comment .reply a,
.comment .like a {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--a-color-white);
    opacity: .5;
    transition: var(--a-transition);
    font-size: 14px;
    font-weight: 400;
    line-height: 24px
}

.comment .reply a:hover,
.comment .like a:hover {
    opacity: 1
}

.comm__drop__btn {
    background-color: #fff0;
    outline: none;
    border: none;
    transition: var(--a-transition);
    opacity: .5
}

.comm__drop__btn:hover {
    opacity: 1
}

.comm__drop a {
    display: block;
    width: 100%;
    padding: 4px 10px;
    clear: both;
    font-size: 14px;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #fff0;
    border: 0;
    border-radius: 6px;
    color: #fff;
    line-height: 24px
}

.comm__drop a:hover {
    background-color: #2e2e2e
}

.bb-editor textarea {
    background: #fff0;
    border: none;
    border-bottom: 1px solid #4e4e4e;
    opacity: .8;
    transition: var(--a-transition);
    color: var(--a-color-white);
    padding-bottom: 20px !important;
    width: 100%;
    font-size: 14px;
    letter-spacing: .04em;
    line-height: 24px;
    max-width: 100%;
    outline: none;
    height: 100px !important
}

.bb-editor textarea:hover {
    opacity: 1
}

.comment .bbcodes {
    opacity: .5;
    color: var(--a-color-white) !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    transition: var(--a-transition);
    background-color: #fff0;
    border: none;
    outline: none
}

.comment .bbcodes:hover {
    opacity: 1
}

#searchsuggestions {
    z-index: 2200;
    background: #262626;
    border: 1px solid #2e2e2e;
    border-radius: 8px;
    color: #757575;
    width: 520px;
    background-clip: padding-box;
    font-size: .9em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px !important;
    padding: 6px;
    top: 78px !important
}

#searchsuggestions a,
#searchsuggestions span.notfound {
    padding: 15px 25px;
    display: block;
    text-decoration: none
}

#searchsuggestions a {
    color: inherit;
    border-radius: 8px
}

#searchsuggestions a:hover {
    background-color: #2E2E2E
}

#searchsuggestions a span {
    display: block;
    cursor: pointer
}

#searchsuggestions span.searchheading {
    display: block;
    font-weight: 700;
    margin-bottom: .2em
}

#searchsuggestions span.seperator {
    display: block
}

#searchsuggestions span.seperator a {
    padding: 10px 0;
    text-align: center;
    border: 0 none;
    background-color: #fff0;
    color: #919191
}

#searchsuggestions span.notfound {
    text-align: center;
    padding: 15px 25px;
    display: block
}

#searchsuggestions .break {
    display: none
}

.ui-front {
    z-index: 1000
}

.ui-widget-overlay {
    background: #000;
    opacity: .5;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: fixed
}

.ui-helper-clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden
}

.ui-helper-clearfix {
    display: inline-block
}

* html .ui-helper-clearfix {
    height: 1%
}

.ui-helper-clearfix {
    display: block
}

.ui-dialog {
    text-align: left;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 370px;
    border-radius: 8px;
    box-shadow: 0 8px 40px -10px rgb(0 0 0 / .3);
    background-color: #323232;
    background-clip: padding-box;
    outline: none;
    z-index: 9999
}

.ui-dialog-titlebar {
    padding: 20px 20px 5px;
    position: relative;
    color: var(--a-color-white)
}

.ui-dialog-titlebar {
    padding: 20px 20px;
    position: relative
}

.ui-dialog-title {
    float: left;
    font-weight: 700;
    font-size: 1.15em
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -16px;
    height: 32px;
    width: 32px;
    border: 0 none !important
}

.ui-dialog-titlebar-close .ui-icon {
    display: block;
    margin: 10px auto 0 auto;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.207 6.207a1 1 0 0 0-1.414-1.414L12 10.586 6.207 4.793a1 1 0 0 0-1.414 1.414L10.586 12l-5.793 5.793a1 1 0 1 0 1.414 1.414L12 13.414l5.793 5.793a1 1 0 0 0 1.414-1.414L13.414 12l5.793-5.793z' fill='%23ffffff'/%3E%3C/svg%3E");
    -webkit-background-size: 18px auto;
    background-size: 18px auto;
    opacity: .5
}

.ui-button {
    float: right;
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 36px;
    border-radius: 18px;
    line-height: 22px;
    outline: none;
    background-color: #3394e6;
    color: #fff;
    border: 0 none;
    padding: 7px 22px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / .2);
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / .2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .1s;
    transition: all ease .1s
}

.ui-dialog-titlebar-close:hover .ui-icon {
    opacity: 1
}

.ui-icon {
    overflow: hidden;
    text-indent: -9999px
}

.ui-dialog label {
    color: #575757
}

.ui-dialog-content {
    padding: 20px;
    height: auto;
    position: relative;
    zoom: 1
}

.loginbox.ui-dialog,
.loginbox .ui-dialog-content {
    overflow: visible !important
}

.ui-dialog-content h2 {
    display: inline;
    font-size: 1em;
    font-weight: 700
}

.ui-dialog .ui-dialog-buttonpane {
    padding: 20px
}

.ui-dialog .ui-resizable-se {
    bottom: 3px;
    height: 14px;
    right: 3px;
    width: 14px
}

.ui-draggable .ui-dialog-titlebar {
    cursor: move
}

.ui-state-error {
    background: #fef1ec 50% 50% repeat-x !important;
    border: 1px solid #cd0a0a;
    color: #cd0a0a
}

.ui-button {
    margin: 0 3px
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-dialog-buttonset {
    display: flex;
    column-gap: 10px;
    float: right;
    margin-right: 36px
}

.ui-dialog-buttonset button {
    border: 1px solid #4e4e4e;
    color: #8e8e8e !important;
    background-color: #fff0;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 400;
    transition: var(--a-transition)
}

.ui-dialog-buttonset button:hover {
    background-color: #2e2e2e;
    border-color: #4e4e4e
}

.aside_mobile_footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 16px 20px;
    background-color: #2c2c2c;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.btn-close-aside {
    background: linear-gradient(157.87deg, hsl(0 0% 100% / .06), hsl(0 0% 100% / .024));
    border-radius: 16px;
    padding: 21px;
    border: none;
    outline: none;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center
}

.aside__search {
    position: relative;
    width: 100%;
    padding: 16px
}

.aside__search svg {
    position: absolute;
    right: 36px;
    top: 30px
}

.aside__form {
    background: #1e1e1e;
    border: 0;
    border-radius: 8px;
    color: #8e8e8e;
    margin-top: 0;
    padding: 12px 60px 12px 24px;
    width: 100%;
    height: 48px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: .04em;
    line-height: 24px
}

.aside__form:focus {
    outline: none
}

.mobile__aside__btn {
    position: fixed;
    z-index: 999;
    bottom: 20px;
    left: 20px;
    height: 56px;
    width: 56px;
    border-radius: 16px;
    overflow: hidden;
    background-color: #0d84fb
}

.mobile__aside__btn svg {
    margin-left: -2px;
    margin-top: -4px
}

.offcanvas-aside {
    background-color: #2c2c2c
}

.offcanvas-aside .offcanvas-header {
    display: flex;
    padding: 16px;
    position: relative;
    width: 100%;
    background: linear-gradient(157.87deg, hsl(0 0% 100% / .06), hsl(0 0% 100% / .024));
    height: 80px
}

.offcanvas-aside nav {
    display: flex;
    flex-direction: column
}

.offcanvas-aside nav a {
    border-bottom: 1px solid #3a3a3a;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    opacity: .5;
    padding: 12px 24px;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    gap: 12px
}

.offcanvas-aside nav a:hover {
    background: linear-gradient(157.87deg, hsl(0 0% 100% / .06), hsl(0 0% 100% / .024));
    opacity: 1;
    text-decoration: underline
}

.login_mini_profile .info__user {
    display: flex;
    gap: 16px;
    align-items: center;
    color: var(--a-color-white)
}

.login_mini_profile .info__user img {
    width: 48px;
    height: 48px;
    object-fit: cover;
    border-radius: 50%
}

.card__main {
    overflow: hidden;
    border-radius: 10px
}

@media screen and (max-width:940px) {
    .link__mobile {
        display: none
    }
}

@media screen and (max-width:1210px) {
    .sidebar .menu .item span,
    .sidebar .favourites,
    footer .menu,
    .sidebar__dropmenu__btn,
    .logo__desctop {
        display: none !important
    }
    .sidebar {
        border: none;
        margin: 0 6% 0
    }
    .sidebar .menu .item {
        width: max-content
    }
    footer {
        padding: 0 6% 32px
    }
    .menu__mobile {
        padding-left: 6%
    }
}

@media screen and (min-width:1210px) {
    .logo__mobile,
    footer .menu__mobile {
        display: none
    }
}

@media screen and (max-width:768px) {
    header,
    .sidebar,
    aside,
    .userlogin__btn .avatar,
    .desk-none {
        display: none !important
    }
    .login_mini_profile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%
    }
    .col-10,
    .btn-group {
        width: 100% !important
    }
}

@media screen and (min-width:768px) {
    .mobile__aside__btn,
    .userlogin_more,
    .login_mini_profile .info__user,
    .mob-none {
        display: none
    }
}

.categ0ry a {
    text-align: center;
    text-decoration: none;
    font-size: 11px
}

.nulled a {
    color: #B2B2B2 !important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    padding: 3px 5px
}

.premium a {
    color: #A16565 !important;
    border: 1px solid #333;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    padding: 2px 4px
}

.free1 a {
    color: #999BAD !important;
    border: 1px solid #333;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    padding: 2px 6px
}

.nulledheader a {
    background-color: #000;
    color: #cccccc !important;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 3px 5px
}

.premiumheader a {
    background-color: #2e2e2e;
    color: #cccccc !important;
    border: 1px solid #000;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    padding: 2px 4px
}

.postthumb {
    position: relative;
    padding-bottom: 8px
}

.spanpro {
    background-color: #ADD4FF;
    color: #005EC7;
    border: 1px solid #005EC7;
    border-radius: 2px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 10px;
    cursor: pointer;
    padding: 2px 4px
}

#downloadxx:link {
    text-decoration: none;
    transition: all .3s
}

#btnx {
    cursor: pointer;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    background: #112D4E;
    color: #fff;
    float: left;
    font-family: unset;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.5s
}

#btnx:hover,
#downloadxx:hover {
    background: #0B192C;
    color: #fff;
    outline: none
}

}

#downloadxx {
    float: left
}

#downloadxx {
    cursor: pointer;
    padding: 10px 20px;
    border: 0;
    border-radius: 3px;
    background: #112D4E;
    color: #fff;
    float: left;
    font-family: unset;
    text-transform: capitalize;
    font-weight: 500;
    transition: all 0.5s
}

@media screen and (max-width:640px) {
    .batas-downx {
        float: none;
        width: 100%
    }
}

@media screen and (max-width:320px) {
    .file-info {
        display: block;
        text-align: center
    }
    #btnx,
    #downloadxx {
        width: 100%;
        margin-bottom: 10px
    }
}

.page-item .list-item {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    align-items: center;
    background: #262626;
    border: 1px solid #2E2E2E;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: -1px;
    overflow: hidden;
    padding: 12px 16px;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    width: 100%
}

.page-item .list-item:first-of-type {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

.page-item .list-item:last-of-type {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

.page-item .list-item:focus,
.page-item .list-item:hover {
    background: #2E2E2E;
    text-decoration: none
}

.page-item .list-item a {
    color: #fff;
    text-decoration: none
}

.page-item .list-item a:after {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-item .list-item .icon .icon-noicon,
.page-item .list-item .icon .icon-noicon.ico,
.page-item .list-item .icon img,
.page-item .list-item .icon img.ico {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 34px;
    margin-right: 12px;
    width: 34px
}

.page-item .list-item .caption-1 {
    color: #8e8e8e !important;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px
}

.caption-2 {
    color: #8e8e8e !important;
    overflow: hidden;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 380px
}

.caption-3 a {
    color: #8e8e8e !important;
    overflow: hidden;
    text-align: left;
    font-size: 12px;
    font-weight: 500;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 144px
}

.caption-4 a {
    color: #8e8e8e !important;
    overflow: hidden;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .04em;
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 144px
}

.page-item .list-item .update .icon {
    background: #4e4e4e;
    border-radius: 100%;
    display: block;
    left: 0;
    position: relative;
    top: 0
}

.page-item .list-item .update .icon .icon-update:before {
    background-size: 14px;
    height: 14px;
    width: 14px
}

.page-item .list-item .size {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    height: 20px;
    justify-content: start;
    opacity: 0;
    position: absolute;
    right: 16px;
    top: 2px;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    z-index: 1
}

.page-item .list-item .size .marker {
    background: #1e1e1e;
    color: #8e8e8e !important;
    padding: 2px;
    font-size: 11px;
    display: block;
    left: 200;
    position: relative;
    top: 14
}

.page-item .list-item:hover .size {
    opacity: 1
}

.page-item .list-item .right {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    margin-left: auto;
    width: 510px
}

.page-item .list-item .right span {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    margin-left: auto;
    order: 2;
    width: 144px
}

.page-item .locked {
    cursor: default;
    opacity: 1;
    pointer-events: none;
    position: relative
}

.page-item .locked:before {
    background: url(../images/locked.svg);
    background-position: 0;
    background-repeat: no-repeat;
    background-size: 32px;
    display: inline-block;
    height: 32px;
    margin: auto;
    width: 32px;
    z-index: 9999
}

.page-item .locked:after,
.page-item .locked:before {
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.page-item .locked:after {
    background: #262626;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    opacity: .9;
    width: 100%;
    z-index: 999
}

.page-item .locked .list-item {
    border-radius: 0
}

.page-item .locked:focus,
.page-item .locked:hover {
    background: #262626 !important;
    text-decoration: none
}

@media screen and (max-width:767px) {
    .page-item .list-item {
        overflow: hidden
    }
    .page-item .list-item a {
        display: block;
        margin-right: 0;
        max-width: 100%;
        overflow: hidden;
        text-align: left;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .page-item .list-item .right {
        width: auto
    }
    .page-item .list-item .right span {
        display: none
    }
    .page-item .list-item .right span:first-child {
        -webkit-box-pack: end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: end;
        margin-left: auto;
        width: 60px
    }
}

.text-center {
    color: #8e8e8e !important;
    font-size: 13px;
    text-align: center;
    margin-top: 30px
}

.text-center a {
    color: #8e8e8e !important;
    text-decoration: underline;
    font-size: 13px
}

.onlygmail {
    color: #8e8e8e !important;
    font-size: 13px;
    text-align: left;
    margin-top: 10px;
    margin-left: 10px
}

.eroare {
    display: flex;
    height: 100px;
    background-color: #000;
    justify-content: center;
    align-items: center;
    padding: 60px 20px 60px
}

.scriptcode,
.title_quote,
.title_spoiler,
.text_spoiler,
.quote {
    padding: 2% 4%;
    background: #1E1E1E;
    border: 1px solid #333
}

.title_quote {
    border: 1px solid #333;
    border-bottom: 0;
    margin-top: 2px;
    font-weight: 700
}

.quote,
blockquote {
    padding: 1% 4%;
    border-left: 1px solid #333;
    font-style: italic
}

.title_spoiler {
    margin-top: 2px
}

.text_spoiler {
    margin-bottom: 2px
}

.title_spoiler img {
    vertical-align: middle;
    margin: -1px 0 0 !important
}

.scriptcode {
    color: #4c6d0f;
    text-align: left;
    font-family: "Courier New"
}

.title_spoiler {
    font-weight: 400
}

.text_spoiler {
    border-top: 0;
    text-align: justify
}

.hide {
    background-color: #f0f0f0;
    padding: 5px;
    color: #4c6d0f;
    margin: 0 0 1em 0
}

.hide a {
    text-decoration: underline
}

.hide a:hover {
    text-decoration: none
}

.cardus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    width: 208px;
    padding: 20px 1px;
    margin: 10px 0;
    text-align: center;
    position: relative;
    cursor: pointer;
    background: #1e1e1e
}

.contentus {
    padding: 20px
}

.contentus .priceus {
    color: #fff;
    font-weight: 800;
    font-size: 50px;
    text-shadow: 0 0 10px rgb(0 0 0 / .42)
}

.contentus .descriptionus {
    color: rgb(255 255 255 / .6);
    margin-top: 10px;
    font-size: 14px;
    line-height: 22px;
    text-align: left
}

.contentus .titleus {
    font-weight: 800;
    text-transform: uppercase;
    color: rgb(255 255 255 / .64);
    margin-top: 10px;
    font-size: 25px;
    letter-spacing: 1px
}

.buttonus {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    border: none;
    outline: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75rem;
    padding: .75rem 1.5rem;
    background-color: #2196f3;
    border-radius: .5rem;
    width: 90%;
    text-shadow: 0 4px 18px #2c3442
}

@media (max-width:1200px) {
    .cardus {
        display: none
    }
}

}

@media screen and (min-width:768px) {
    #reply {
        display: none
    }
}

select {
    display: inline-block;
    background: var(--bg2);
    color: var(--text);
    padding: 10px 20px;
    border-radius: 10px;
    width: 100%;
    height: 49px
}

.notification-container {
    position: relative;
    margin-bottom: 22px;
    top: 15px
}

.notification-counter {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    background-color: #ff5050;
    border: 2px solid #1e1e1e;
    border-radius: 100%;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    height: 22px;
    justify-content: center;
    line-height: 16px;
    min-width: 10px;
    padding-top: 1px;
    position: absolute;
    left: 11px;
    text-align: center;
    top: -11px;
    vertical-align: middle;
    white-space: nowrap;
    width: 22px
}

.pull-right {
    float: right !important
}

.badge {
    color: #747474;
    background-color: #1E1E1E;
    border-radius: 5px;
    padding: 6px 12px;
    font-size: 11px
}