@font-face {
    font-family: 'MontserratLocal';
    src: url('Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: black;
}

::-webkit-scrollbar {
    width: 0px;
}

*, ::after, ::before {
    box-sizing: border-box;
}

* {
    padding: 0;
    margin: 0;
    font-family: "Montserrat", serif;
    font-optical-sizing: auto;
    font-style: normal;
    overflow-x: hidden;
    user-select: none;
    color: white;
}

a {
    text-decoration: none;
}

.container {
    max-width: 1080px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.listHeaderPC {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
    letter-spacing: 1.8px;
    width: 100%;
    height: auto;
    padding: 20px 0;
    margin-top: 1px;
    transition: max-height 0.5s ease-in-out;
}

.listButton ul li:not(#closeMenu):hover {
    background: #3b82f6;
    transition: 0.07s ease-in-out;
}

#closeMenu {
    display: none;
}

.main {
    background: #3b82f6;
}

.listButton ul li:last-child {
    margin-right: 0;
}

.ipPC {
    padding: 12px 17px;
    border: none;
    outline: none;
    background-color: #81c716;
    color: #173d14;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1.8px;
    transition: 0.09s ease-in-out;
}

.ipPC:hover {
    background-color: #abf739;
    transition: 0.09s ease-in-out;
}

#online {
    color: #173d14;
    font-size: 19px;
}

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

.profile, .profileHandy {
    width: 48px;
    height: 48px;
    outline: none;
    margin-top: 4px;
    margin-left: 5px;
    border-radius: 5px;
    cursor: pointer;
    border: none;
    background-color: black;
}

.profile img, .profileHandy img {
    width: 48px;
    height: 48px;
    transition: filter 0.04s ease-in-out;
}

.profile img:hover, .profileHandy img:hover {
    filter: brightness(0.7);
    transition: filter 0.04s ease-in-out;
}

.divImgAredo img:hover {
    cursor: pointer;
}

.listImagePC {
    width: 100%;
    height: 280px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-top: 40px;
}

.listImagePC img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(0.7);
    position: relative;
}

.textImage {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 45px 0;
    padding-left: 70px;
}

.textImage h1 {
    letter-spacing: 10px;
    font-size: 50px;
}

.textImage h2 {
    font-size: 27px;
    letter-spacing: 2px;
    color: #fbf0b3;
    padding-top: 6px;
}

.listProducts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    grid-gap: 40px;
    padding-top: 15px;
}

.itemCategorie {
    cursor: pointer;
    width: 100%;
    height: 450px;
    background-color: #f1d5cb;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.descriptionCategorie h1 {
    color: black !important;
}

.itemCategorie img {
    height: 280px;
    transition: 0.8s ease-in-out;
}

.itemCategorie button {
    border: none;
    outline: none;
    background-color: black;
    border-radius: 8px;
    width: 90%;
    height: 70px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.07s ease-in-out;
    position: absolute;
    bottom: 10px;
}

.itemCategorie button:hover {
    background-color: #3c3733;
    transition: 0.07s ease-in-out;
}

.itemCategorie button i {
    font-size: 15px;
    margin-right: 10px;
    overflow: hidden;
    display: inline-block;
}

footer {
    width: 100%;
    height: 150px;
    background-color: #c6ff55;
    margin: 60px 0 0 0;
    border-radius: 6px;
}

.topFooter {
    width: 100%;
    height: 65px;
    background-color: #97db29;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}

.leftFooterTop button {
    background-color: #82c419;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 20px;
    padding: 12px 18px;
    letter-spacing: 1.8px;
    color: #173d14;
    transition: 0.07s ease-in-out;
    cursor: pointer;
    font-weight: 600;
}

.leftFooterTop button:hover {
    background-color: #6da318;
    color: #152713;
    transition: 0.07s ease-in-out;
}

.leftFooterTop span {
    font-size: 20px;
    letter-spacing: 1.8px;
    font-weight: 600;
    background-color: #82c419;
    color: #173d14;
    padding: 12px 14px;
    border-radius: 5px;
    transition: 0.07s ease-in-out;
}

.rightFooterTop ul li {
    display: inline;
    margin-left: 18px;
}

.rightFooterTop ul li a i {
    color: #33772f;
    font-size: 34px;
    transition: 0.07s ease-in-out;
    overflow: hidden;
    display: inline-block;
}

.rightFooterTop ul li a i:hover {
    transition: 0.07s ease-in-out;
    color: #2a5e27;
}

.bottomFooter {
    display: flex;
    justify-content: space-between;
    padding: 0 30px;
    align-items: center;
    height: 85px;
}

#notification {
    position: fixed;
    bottom: 20px;
    left: 20px;
    padding: 20px 24px;
    background-color: rgba(110, 216, 23, 0.5);
    backdrop-filter: blur(10px);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.8px;
    transition: 0.07s ease-in-out;
    display: none;
    z-index: 9999;
}

.userDashboard {
    width: 700px;
    height: auto;
    padding: 20px 0 30px 0;
    background-color: #0d0e0f;
    position: fixed;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 5px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.8);
}

.dashboardHeader {
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    align-items: center;
}

.dashboardHeader button, #closeTerm, #closeIFrame, .closeGuidBtn, .closeGuidArenaLegendsBtn, .closeGuidRPGBtn {
    border: none;
    outline: none;
    padding: 10px 14px;
    background-color: #232627;
    color: #b3b7bc;
    font-size: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: 0.07s ease-in-out;
}

.dashboardHeader button:hover, #closeTerm:hover, #closeIFrame:hover, .closeGuidBtn:hover, .closeGuidArenaLegendsBtn:hover, .closeGuidRPGBtn:hover {
    background-color: #ff4343;
    transition: 0.07s ease-in-out;
}

.closeGuidArenaLegendsBtn, .closeGuidRPGBtn {
    position: absolute;
    margin-left: 850px;
}

.containerModal {
    max-width: 640px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

#notificationDashboard {
    background-color: red;
    padding: 15px;
    font-weight: 600;
    font-size: 17px;
    border-radius: 5px;
    display: none;
}

.dashboardContent {
    width: 100%;
    padding: 11px 0 14px 30px;
    background-color: #81c716;
    margin-top: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
}

.userAvatar {
    width: 600px;
}

.userInfo input {
    width: 370px;
    height: 60px;
    color: white;
    border: none;
    outline: none;
    border-radius: 5px;
    background-color: #181a1b;
    font-size: 20px;
    padding: 0 30px;
    letter-spacing: 1.2px;
    font-weight: 600;
    margin: 5px 0;
}

.userDashboard #saveDashboard {
    width: 410px;
    height: 55px;
    background-color: rgba(255, 255, 255, 0.555);
    color: #000000;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0.4px;
    cursor: pointer;
    transition: 0.07s ease-in-out;
}

.dashboardActions {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}

.userDashboard #saveDashboard:hover {
    background-color: rgba(255, 255, 255, 0.747);
    transition: 0.07s ease-in-out;
}

.toggleMenu button {
    border: none;
    outline: none;
    font-size: 20px;
    background-color: black;
    color: white;
    font-weight: 600;
    cursor: pointer;
}

.toggleMenu {
    height: 70px;
    display: none;
}

#termDonate {
    width: 900px;
    height: auto;
    max-height: 750px;
    background-color: #0d0e0f;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    border-radius: 5px;
    transition: opacity 0.5s ease, transform 0.5s ease;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.8);
    display: none;
}

#termDonate p {
    color: #b3b7bc;
    font-size: 13px;
    letter-spacing: 1.6px;
    padding-top: 10px;
}

.containerList {
    max-width: 740px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.textAdvice {
    margin-bottom: 30px;
}

.termList {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-gap: 7px;
    height: auto;
    padding: 20px 0;
}

.infoTerm {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.infoTerm h1 {
    background-color: #eaa21a;
    padding: 14px 17px;
    color: #7c2d12;
    font-size: 25px;
    letter-spacing: 1.8px;
    font-weight: 600;
    margin-top: 35px;
    border-radius: 5px;
}

.infoTerm h3 {
    font-size: 30px;
    letter-spacing: 3px;
    margin-top: 20px;
}

#closeTerm {
    position: fixed;
    right: 20px;
    top: 20px;
}

.itemTerm {
    width: 100%;
    height: 340px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.itemTerm img {
    height: 230px;
}

.itemTerm p {
    color: black;
    font-weight: 700;
    font-size: 26px;
    border-bottom: 2px solid #7c2d12;
    padding-top: 10px;
}

.itemTerm .buyItemProductButton {
    border: none;
    outline: none;
    background-color: black;
    border-radius: 5px;
    width: 160px;
    height: 40px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.07s ease-in-out;
    margin-bottom: 24px;
}

.itemTerm .buyItemProductButtonToggle {
    border: none;
    outline: none;
    display: inline;
    background-color: black;
    border-radius: 5px;
    width: 30px;
    height: 40px;
    font-size: 18px;
    font-weight: 800;
    cursor: pointer;
    transition: 0.07s ease-in-out;
}

.itemTerm button:hover {
    background-color: #3c3733;
    transition: 0.07s ease-in-out;
}

.itemTerm span {
    color: black;
    font-size: 20px;
}

.itemTerm h3 {
    color: black;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    font-size: 23px;
    padding-bottom: 20px;
}

#message {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    height: auto;
    padding: 30px 5px;
    position: fixed;
    bottom: 0.1px;
    backdrop-filter: blur(8px);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

#message .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#message #closeMessage {
    position: fixed;
}

#message .container button {
    background-color: #70ca34;
    border: none;
    outline: none;
    border-radius: 5px;
    font-size: 17px;
    padding: 12px;
    color: #173d14;
    transition: 0.07s ease-in-out;
    cursor: pointer;
    font-weight: 900;
}

#message .container button:hover {
    background-color: #7be037;
    transition: 0.07s ease-in-out;
}

.imgAredo {
    margin-top: 5px;
    height: 172px;
    width: 172px;
    position: absolute;
    transition: 0.05s ease-in-out;
}

.topFooter, .bottomFooter {
    padding-left: 150px;
}

.lastPurchases {
    width: 100%;
    height: 20px;
    display: flex;
    max-height: 200px;
    padding: 0 10px;
}

#listPurchases {
    position: relative;
    display: flex;
    gap: 15px;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
    white-space: nowrap;
}

#listPurchases::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to left, black, transparent);
}

#listPurchases::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 100%;
    pointer-events: none;
    background: linear-gradient(to right, black, transparent);
}

#listPurchases::-webkit-scrollbar {
    display: none;
}

#imgNICK, .PurchasesOne img {
    border-radius: 4px;
}


#listPurchases::-webkit-scrollbar {
    height: 6px;
}

#listPurchases::-webkit-scrollbar-thumb {
    background-color: #555;
    border-radius: 3px;
}

#listPurchases::-webkit-scrollbar-track {
    background: #272727;
}

.lastPurchasesItem {
    display: flex;
    background-color: #2b2b2b96;
    justify-content: space-between;
    flex-shrink: 0;
    width: 185px;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
    margin-right: 7px;
    color: #fff;
}

.PurchasesOne img {
    width: 40px;
    height: 40px;
}

.PurchasesTwo {
    flex: 1;
    padding-left: 10px;
}

.purchasesdonate {
    color: #81c716;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.purchasestime {
    color: #b3b3b3;
    font-size: 12px;
}

.lastPurchasess h3 {
    font-size: 26px;
}

.lastPurchasess {
    margin-top: 50px;
    margin-bottom: 30px;
}
  
.listgroupDescription {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
    grid-gap: 17px;
    padding-top: 50px;
}

.groupDescripton {
    width: 100%;
    background-color: #2727277a;
    padding: 18px;
    border-radius: 6px;
}

.groupDescripton ul h2 {
    color: #81c716;
    padding: 10px 0;
    padding-top: 30px;
}

.groupDescripton ul img {
    width: 500px;
    width: 100%;
}

#iframe {
    width: 93%;
    height: 90vh;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: auto;
    display: none;
    border: 1px solid #70ca34;
    box-shadow: 0 0 10000px rgba(0, 0, 0, 1);
}

#iframe-container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 93%;
    height: 90vh;
    z-index: 1;
    display: none;
    box-shadow: 0 0 10000px rgba(0, 0, 0, 0.8);
}

#closeIFrame {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 2;
    background-color: red;
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 16px;
    cursor: pointer;
    display: none;
}

.telegram, .telegramHandy {
    margin-right: 5px;
}

.telegram span, .telegramHandy span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    cursor: pointer;
    background-color: #00aeed;
    border-radius: 5px;
    transition: 0.07s ease-in-out;
}

.telegram span:hover, .telegramHandy span:hover {
    background-color: #0c84af;
    transition: 0.07s ease-in-out;
}

.telegram span img, .telegramHandy span img {
    width: 48px;
    height: 48px;
    padding-top: 5px;
}

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

.toggleMenu div li {
    list-style: none;
}

.guidesList, .guidesListRPG, .guidesListArenaLegends {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 15px;
    max-width: 1080px;
    margin: 0 auto;
    padding: 65px 20px 20px 20px;
}

.guidesList div, .guidesListRPG div, .guidesListArenaLegends div {
    text-align: center;
    padding: 15px;
    transition: transform 0.2s ease-in-out;
    max-width: 240px;
    cursor: pointer;
}

.guidesList div:hover, .guidesListRPG div:hover, .guidesListArenaLegends div:hover {
    transform: scale(1.05);
}

.guidesList img, .guidesListRPG img, .guidesListArenaLegends img {
    width: 100%;
    border-radius: 10px;
}

.guidesList h2, .guidesListRPG h2, .guidesListArenaLegends h2 {
    font-size: 16px;
    color: rgb(212, 212, 212);
    margin-top: 8px;
    font-weight: bold;
    transition: all 0.26 ease-in-out;
}

.guidesList div:hover h2, .guidesListRPG div:hover h2, .guidesListArenaLegends div:hover h2 {
    color: rgb(255, 255, 255);
    transition: all 0.26 ease-in-out;
}

.containerGuides {
    max-width: 850px;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

.guidesDescription {
    display: flex;
    flex-direction: column;
    padding: 0 25px;
}

.guidesDescription h1 {
    padding-bottom: 10px;
    font-size: 2em;
    color: white;
    padding-top: 50px;
}

.guidesDescription h2 {
    padding-bottom: 10px;
    font-size: 1.5em;
    padding-top: 30px;
    color: white;
}

.guidesDescription p, 
.guidesDescription li {
    padding: 15px 0;
    color: rgb(200, 200, 200);
    font-size: 1.1em;
    line-height: 1.6;
}

.guidesDescription b {
    color: white;
}

.guidesDescription img {
    width: 100%;
    display: block;
    margin: 20px auto;
    border-radius: 8px;
}

.guidesDescription span {
    color: rgb(150, 150, 150);
    display: flex;
    justify-content: center;
    padding: 5px 0 30px 0;
    font-style: italic;
    font-size: 0.95em;
}

.guidesDescription ul {
    padding: 0 0 20px 25px;
}

.ulNumber {
    list-style: none;
    padding-left: 0;
    overflow: hidden auto;
    max-height: none;
    scrollbar-width: none;
    overscroll-behavior: contain;
}

.ulNumber::-webkit-scrollbar {
    display: none;
}

.ulNumber li {
    position: relative;
    padding-left: 20px;
    padding-top: 4px;
    color: rgb(200, 200, 200);
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
    pointer-events: auto;
}


.ulNumber li::before {
    content: "•";
    font-size: 1.3em;
    font-weight: bold;
    position: absolute;
    color: rgb(126, 126, 126);
    left: 0;
    top: 0;
}

.descriptionClose {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
}

.warnText {
    color: rgb(255, 162, 162);
    font-size: 14px;
    width: 360px;
    text-align: center;
    padding: 25px 0;
}

#notification-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.notification {
    position: relative;
    overflow: hidden;
    color: white;
    padding: 14px 20px;
    border-radius: 14px;
    font-size: 15px;
    font-family: sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    animation: fadeIn 0.3s ease;
}

/* Фоновый слой под контентом, имитирует размытие */
.notification::before {
    content: "";
    position: absolute;
    inset: 0;
    background: inherit; /* Наследует фон */
    backdrop-filter: blur(16px) saturate(160%);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    background-color: rgba(40, 40, 40, 0.35);
    z-index: 0;
}

/* Контент поверх размытого слоя */
.notification > * {
    position: relative;
    z-index: 1;
}


@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}