/*Modal Discord*/
img.close-form {
    position: absolute;
    right: 18px;
    top: 18px;
    cursor: pointer;
    transition: 0.3s;
}

img.close-form:hover {
    filter: brightness(3.5);
}

.modal-form.auth-shop {
    background-image: url(/img/shop/auth/background-1.png);
    background-repeat: no-repeat;
    width: 830px;
    border-radius: 8px;
    height: 578px;
    position: relative;
}

.content {
    gap: 0px;
}

.header {
    background: #171717f2;
}

img.shop_image_absolute.image_main {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sub_status {
    border-radius: 8px;
    background: rgba(221, 255, 72, 0.12);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #DDFF48;
    text-align: center;
    font-size: 15.875px;
    line-height: 19.2px;
    text-transform: uppercase;
    padding: 9px 10px;
    gap: 9px;
    height: 32px;
    margin-top: 4px;
}

button.custom_button_4.no_auth.owned_button {
    border-radius: 31.5px;
    background: #82FF48;
    pointer-events: none;
}

button.custom_button_4.no_auth.owned_button > p {
    color: black;
}

.valid_info {
    background: rgba(0, 0, 0, 0.55);
    color: #858C95;
    border-radius: 6px;
    height: 46px;
    display: flex;
    backdrop-filter: blur(20px);
    align-items: center;
    justify-content: center;
    padding: 13px;
    position: absolute;
    right: 27px;
    top: 18px;
}


.valid_info > span {
    display: contents;
}

p.text_sub_status {
    color: #DDFF48;
    font-size: 15.875px;
    font-weight: 600;
}

.modal-form-auth {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 80px);
    align-items: center;
    margin: 40px;
}

img.absolute-background {
    position: absolute;
    pointer-events: none;
    bottom: 0;
    right: 0;
}

section.section-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    justify-content: center;
    z-index: 1;
    position: relative;
}

.section-main-a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

p.top-section-text-main {
    color: #FFF;
    font-size: 36px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
}


p.text-info {
    color: rgba(255, 255, 255, 0.57);
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.2px;
    max-width: 420px;
}

.bottom-info {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

ch {
    all: unset;
    color: #5662F6;
}

.custom-button-5:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #6e79ff;
    background-image: url(/img/shop/main/load.svg);
    background-position: center;
    background-size: 61%;
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.custom-button-5.load:after {
    opacity: 1;
}

.custom-button-5.load {
    pointer-events: none;
}

button.custom-button-5:hover {
    outline: solid 7px #6c77ff6b;
}

button.custom-button-5:active {
    transform: scale(0.9);
}

button.custom-button-5 {
    border-radius: 13px;
    width: 315.354px;
    height: 73.101px;
    border: none;
    outline: solid 7px #6c77ff00;
    background: linear-gradient(90deg, #6e79ff, #454CA4);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
    position: relative;
}

cw {
    all: unset;
    color: white;
}

p.text-info-b {
    color: #C2C2C2;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.2px;
}

p.text-auth {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/*Modal Discord*/

img.background_header_top {
    display: none;
}

.spin {
  animation: spin 1s linear infinite;
  transform-origin: 50% 50%;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.content {
    background: none;
}

.loader_absolute_shop {
    position: absolute;
    width: 90px;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content {
    background: none;
}

.header_content_slider {
    display: flex;
    justify-content: center;
    margin-top: 32px;
    margin-bottom: 32px;
}

.slider_header {
    width: 100%;
    height: 276px;
    display: flex;
    transition: 0.6s;
}

img.category_image {
    width: 49px;
}

.main_slider_a {
    width: 100%;
    overflow: hidden;
}

.slider-object {
    background-size: cover;
    border-radius: 12px;
    height: 100%;
    position: relative;
    min-width: 100%;
}

img.left_slider_element {
    position: absolute;
    left: 0px;
    top: -1px;
    height: calc(100% + 2px);
    clip-path: polygon(0% 0px, 100% 0%, 57% 100%, 0% 100%);
    backdrop-filter: blur(8px);
    border-radius: 12px;
}

.content_slider {
    height: 100%;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 53px;
    padding-right: 53px;
    gap: 41px;
}

h3.slider_h3 {
    color: #FFF;
    font-family: Tungsten;
    font-size: 42px;
    font-weight: 700;
}

p.slider_p {
    color: #858C95;
    font-size: 16px;
    font-weight: 600;
    line-height: 158%;
    max-width: 226px;
}

.top-content-slider {
    display: grid;
    gap: 9px;
}

.group_elements_slider {
    display: flex;
    gap: 23px;
}

.slider_object {
    border-radius: 1px;
    opacity: 0.3;
    background: #FFF;
    width: 16px;
    height: 3px;
    transition: 0.3s;
    cursor: pointer;
}

.slider_object_list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.slider_object.active {
    opacity: 1;
    width: 24px;
    pointer-events: none;
}

.slider_object:hover {
    opacity: 0.5;
}

button.custom_button_3 {
    border-radius: 6px;
    background: #C70F2D;
    box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.04);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 12px 20px;
    gap: 6px;
    color: #FFF;
    font-family: Tungsten;
    font-size: 22px;
    
    font-weight: 400;
    cursor: pointer;
    transition: 0.3s;
    outline: 6px solid rgb(199 15 45 / 0%);
    user-select: none;
}

button.custom_button_3:hover {
    outline: 6px solid rgb(199 15 45 / 29%);
}

button.custom_button_3:active {
    transform: scale(0.9);
}

h2.item_shop_h2 {
    color: #FFF;
    font-family: Tungsten;
    font-size: 42px;
    
    font-weight: 700;
     /* 44.52px */
}

p.item_shop_p {
    color: #858C95;
    font-size: 16px;
    font-weight: 500;
    line-height: 172%;
    max-width: 800px;
}

.list_shop_content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px;
}

.item_shop {
    height: 454px;
    background-size: cover;
    border-radius: 16px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    position: relative;
    padding: 28px;
    width: 100%;
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
    background-position-x: center;
    background-position-y: top;
}

.content_info_item {
    display: flex;
    flex-direction: column;
    gap: 2px;
    position: relative;
    z-index: 1;
}

img.plus-user-absolute {
    height: 407px;
}

span.line_through {
    all: unset;
    text-decoration: line-through;
}

img.nexus_info_item {
    width: 65px;
}

p.discount_text {
    position: absolute;
    top: 20px;
    left: 20px;
    border-radius: 12px;
    background: #FF4452;
    color: #FFF;
    font-size: 18px;
    font-weight: 800;
    padding: 5px 12px;
    z-index: 2;
}

img.nexus-plus-absolute {
    width: 261px;
}

h4.item_shop_h4 {
    color: #FFF;
    font-family: Tungsten;
    font-size: 31px;
    font-weight: 600;
    line-height: 120%;
}

.cost_item_main {
    display: flex;
    align-items: center;
    gap: 8px;
}

img.ico_monets_item {
    width: 21px;
}

p.cost_item_shop {
    color: #EF9CF3;
    font-size: 18px;
    font-weight: 800;
     /* 155.556% */
}

p.discount_item {
    color: #898989;
    
    font-size: 14px;
    
    font-weight: 600;
     /* 15.968px */
    text-decoration-line: line-through;
}

.cost_item {
    display: flex;
    align-items: center;
    gap: 6px;
}

p.owned_text {
    color: #DDFF48;
    font-size: 18px;
    font-weight: 800;
     /* 155.556% */
    text-transform: uppercase;
}

.owned_text {
    display: flex;
    gap: 6px;
}

.item_shop:after {
    position: absolute;
    background-image: url(/img/shop/background_item_shop_bottom.png);
    width: 100%;
    height: 191px;
    content: "";
    background-size: cover;
    bottom: 0;
    left: 0;
    border-radius: 16px;
}

.top_title_shop_content {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.shop_content {
    margin-top: 32px;
    display: grid;
    gap: 37px;
}

img.grid_image_absolute {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    top: 0;
    right: 0;
}

.item_shop:hover {
    transform: scale(1.05);
}

.object_shop_content {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.item_shop.slot_2_a {
    grid-column: 3 / span 2;
}

.item_shop:active {
    transform: scale(0.9);
}

.item_shop.slot_3_a:before {
    background-image: url(/img/shop/hover_item_trio_shop.png);
    top: -11px;
    background-size: 100%;
}

.item_shop.slot_4_a:before {
    background-image: url(/img/shop/hover_item_quad_shop.png);
    top: -11px;
    background-size: cover;
    background-position: bottom;
}

img.shop_image_absolute.PacksView {
    border-radius: 18px;
}

.item_shop.big_item {
    background: none!important;
}

.item_shop:before {
    content: "";
    position: absolute;
    background-image: url(/img/shop/hover_item_shop.png);
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    left: -10px;
    top: -10px;
    transform: translateY(9px);
    opacity: 0;
    transition: 0.3s;
}

.item_shop.slot_2_a:before {
    background-image: url(/img/shop/hover_item_double_shop.png);
    top: 2px;
    background-size: 100%;
}

.item_shop:hover:before {
    opacity: 1;
    transform: translateY(0px);
}

img.plus-ico-absolute {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 22px;
}

p.item_shop_p.big_text {
    max-width: 788px;
}

p.text_item_shop_p_2 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 172%;
    margin-top: 14px;
}

.list_shop_content.PacksView {
    grid-template-columns: repeat(3, 1fr);
}

.item_shop.big_item {
    height: 613px;
}

p.cost_item_shop.dollars {
    color: #FFF;
    font-size: 18px;
    font-weight: 700;
}

p.cost_item_shop.dollars.green {
    color: #1BBF00;
}

.item_shop.big_item:before {
    content: "";
    position: absolute;
    background-image: url(/img/shop/hover_item_shop.png);
    width: calc(99% + 19px);
    height: calc(100% + 20px);
    left: -7px;
    top: -20px;
    transform: translateY(9px);
    transition: 0.3s;
    background-size: cover;
}

.item_shop.big_item:hover {
    transform: translateY(-10px);
}

.item_shop.big_item:active {
    transform: scale(0.9) translateY(-10px);
}

button.cart_button {
    background: #377dff;
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    position: absolute;
    right: 28px;
    bottom: 40px;
    z-index: 1;
    outline: 6px solid rgba(55, 125, 255, 0.0);
    cursor: pointer;
    transition: 0.3s;
    user-select: none;
}

img.cart-ico {
    width: 35px;
}

button.cart_button:hover {
    outline: 6px solid rgba(55, 125, 255, 0.14);
}

button.cart_button:active {
    transform: scale(0.9);
}

img.background_header_shop {
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
    user-select: none;
    margin-top: -3px;
}

.list_shop_content.duo_block {
    grid-template-columns: repeat(2, 1fr);
}

img.net_absolute_donate {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    pointer-events: none;
    user-select: none;
}

img.plus-user-absolute {
    position: absolute;
    right: -27px;
    bottom: 0;
    user-select: none;
    pointer-events: none;
}

img.nexus-plus-absolute {
    position: absolute;
    top: 17px;
    left: -14px;
    pointer-events: none;
    user-select: none;
}

.item_shop.nexus {
    border-radius: 12px;
    background: radial-gradient(50% 50% at 50% 50%, #5445AF 0%, #362186 100%);
    height: 382px;
    user-select: none;
    overflow: hidden;
}

.image_area {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

img.shop_image_absolute {
    pointer-events: none;
}

.item_shop.nexus:before {
    display: none;
}

.list_info_nexus {
    display: flex;
    position: absolute;
    z-index: 1;
    right: 28px;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.55);
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 10px;
}

p.tooltip {
    position: absolute;
    display: inline-block;
    width: auto;
    max-width: 90vw;
    padding: 9px 11px;
    color: #D2D2D2;
    font-size: 12px;
    font-weight: 500;
    line-height: 163%;
    border-radius: 5px;
    background: rgba(14, 14, 14, 0.64);
    backdrop-filter: blur(5px);
    bottom: 80px;
    transform: translateY(14px);
    user-select: none;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    max-width: 292px;
    white-space: normal;
    width: max-content;
}

.nexus_item_info {
    position: relative;
}

.nexus_item_info:hover > .tooltip {
    opacity: 1;
    transform: translateY(0px);
}

.item_shop.nexus.premium {
    background: var(--2, radial-gradient(50% 50% at 50% 50%, #E19B00 0%, #A64C00 100%));
}

p.title_top_info_text_a {
    background: radial-gradient(50% 50% at 50% 50%, #E19B00 0%, #FFA355 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: Tungsten;
    font-size: 40px;
    font-weight: 700;
}

p.title_bottom_info_text_a {
    color: #CDCDCD;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 20px;
    max-width: 60px;
    line-break: anywhere;
}

img.plus-user-absolute.absolute_premium {
    right: 34px;
}

.item_shop.nexus:hover {
    transform: translateY(-10px);
    z-index: 2;
}

/*Animation*/
img.shop_image_absolute.anim_image {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease-in-out, visibility 0.8s ease-in-out;
}

img.shop_image_absolute.anim_image.active {
    opacity: 1;
    visibility: visible;
}

img.load {
    opacity: 0;
}

/* Анимация для появления изображения */

img.shop_image_absolute.anim_image {
    position: absolute;
    bottom: auto!important;
    right: auto!important;
}

.shop_image_absolute.animation_image {
    animation: fadeIn 0.8s ease-in-out;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Дополнительные стили анимации (опционально) */
.shop_image_absolute.animation_image.active {
    animation: zoomIn 1s ease-in-out;
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }
    50% {
        opacity: 0.5;
        transform: scale(1.05);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}
/*Animation*/


@media (max-width: 2500px) {
    p.tooltip {
        right: 0;
    }
}

@media (max-width: 1175px) {
    .list_shop_content {
        grid-template-columns: repeat(2, 1fr);
    }

    .item_shop.slot_2_a {
        grid-column: 1 / span 2;
    }
    .list_category {
        grid-template-columns: repeat(3, 1fr);
    }
    .list_shop_content.PacksView {
        grid-template-columns: repeat(1, 1fr);
    }
    .item_shop.big_item {
        height: inherit;
        aspect-ratio: 12 / 16;
    }
    .list_shop_content.duo_block {
        grid-template-columns: repeat(1, 1fr);
    }
    .list_category {
        gap: 20px;
    }
    .item_shop:before {
        display: none;
    }
    .item_shop {
        height: inherit;
        aspect-ratio: 12 / 16;
    }
}
@media (max-width: 750px) {
    .list_shop_content {
        display: flex;
        flex-direction: column;
    }
    .list_category {
        gap: 20px;
    }

    .item_shop:before {
        display: none;
    }

    .item_shop {
        height: inherit;
        aspect-ratio: 12/16;
    }

    .item_shop.slot_2_a {
        height: inherit;
        aspect-ratio: 12 / 7;
        grid-column: unset;
    }
    img.nexus-plus-absolute {
        left: unset;
        right: unset;
    }

    .item_shop.nexus {
        display: flex;
        justify-content: center;
    }

    .list_info_nexus {
        right: unset;
        top: 161px;
    }

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

    p.tooltip {
        width: 209px;
    }
    h3.slider_h3 {
        text-align: center;
    }
    .content_slider {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .top-content-slider {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    img.plus-user-absolute {
        display: none;
    }
}