@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
    outline: none;
}

.load--preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body {
    min-width: 340px;
    min-height: 100vh;
    display: flex;
    flex-direction: column;

    background-image: url('images/bg.webp');
    background-size: 100% auto;
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #040b1b;

    font-family: "Montserrat", serif;
    color: #fff;
}

html::-webkit-scrollbar {
    width: 7px;
    background: #10192a;
}

html::-webkit-scrollbar-thumb {
    background-color: #3e4ce8;
}


input[type] {
    font-family: "Montserrat", serif;
}

a {
    font-family: "Montserrat", serif;
    color: #fff;
    cursor:pointer;
}


.display-none,
.d-none {
    display: none !important;
}



/* Next */
.idesc {
    line-height: 1.4;
    word-break: break-word;
}

.idesc p {
    margin: 12px 0;
}

.idesc h1,
.idesc .h1,
.idesc h2,
.idesc .h2,
.idesc h3,
.idesc .h3,
.idesc h4,
.idesc .h4,
.idesc h5,
.idesc .h5,
.idesc h6,
.idesc .h6 {
    margin: 30px 0 12px 0;
}

.idesc ul {
    padding: revert;
    display: revert;
    margin: revert;
    list-style: revert;
    line-height: 1.64;
    padding-left: 20px;
}

.idesc p + ul {
    margin-top: 0;
}

.idesc a {
    color: inherit;
    text-decoration: revert;
    transition: revert;
}
.idesc a:hover {
    text-decoration: none;
}

.idesc ul > li {
    display: revert;
    margin: revert;
    list-style: revert;
}

.idesc ol {
    padding: revert;
    display: revert;
    margin: revert;
    list-style: revert;
    line-height: 1.64;
}

.idesc p + ul {
    margin-top: 0;
}

.idesc ol > li {
    display: revert;
    margin: revert;
    list-style: revert;
}

.idesc ul ul,
.idesc ul ol,
.idesc ol ol,
.idesc ol ul {
    margin-left: 20px;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child {
    margin-top: 0 !important;
}

.idesc p:first-child,
.idesc h1:first-child,
.idesc h2:first-child,
.idesc h3:first-child,
.idesc h4:first-child,
.idesc h5:first-child,
.idesc h6:first-child,
.idesc .h1:first-child,
.idesc .h2:first-child,
.idesc .h3:first-child,
.idesc .h4:first-child,
.idesc .h5:first-child,
.idesc .h6:first-child {
    margin-top: 0 !important;
}

.idesc p:last-child,
.idesc h1:last-child,
.idesc h2:last-child,
.idesc h3:last-child,
.idesc h4:last-child,
.idesc h5:last-child,
.idesc h6:last-child,
.idesc .h1:last-child,
.idesc .h2:last-child,
.idesc .h3:last-child,
.idesc .h4:last-child,
.idesc .h5:last-child,
.idesc .h6:last-child {
    margin-bottom: 0 !important;
}

.idesc table {
    width: 100%;
    margin: 12px 0;
    border: 0;
    border-top: 1px solid #ddd;
    border-collapse: collapse;
}

.idesc table td,
.idesc table th {
    padding: 6px 9px;
    border: 0;
    border-bottom: 1px solid #ddd;
}

.idesc table tr:first-child td,
.idesc table th {
    font-weight: bold;
}

.idesc table tr:hover > td {
    background-color: rgba(0, 0, 0, 0.01);
}

.idesc img {
    max-width: 500px;
    height: auto;
    border-radius: 5px;
}




.btn,
.button {
    font-family: "Montserrat", serif;
    width: fit-content;
    display: block;
    border-radius: 8px;
    padding: 10px 15px;
    outline: none;
    border: none;
    cursor: pointer;

    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline:none;
}


.header,
section,
.footer {
    flex: none;
    width: 100%;
    padding-inline: 40px;
}


.container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}


.btn--primary,
.button {
    background-color: #3e4ce8;
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn--primary:hover,
.button:hover {
    background-color: #2e3ee9;
}

.btn-secondary {
    /* background-color: #2f386c; */
    background-color: rgb(148, 157, 255, 0.26);
    color: #fff;
    transition: background-color 0.3s ease;
}

.btn-secondary:not(.disabled):hover {
    background-color: #424a77;
}

.btn--success {
    background-color: #2ea31b;
    color: #fff;
}

.btn--success:hover {
    background-color: #228014;
}



/*  header  */
.header {
    width: 100%;
    background-color: #10192A;
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__brand {
    display: flex;
    align-items: center;
    gap: 21px;
}

.header__logo {
    display: flex;
}

.header__logo .logo {
    width: 80px;
    height: 64px;
}

.header__menu {
    display: flex;
    align-items: center;
    gap: 0;
}

.header__menu-item {
    font-size: 16px;
    font-weight: 500;
    padding: 35px 24px;
    transition: background-color 0.3s ease;
}

.header__menu-item--active,
.header__menu-item:hover {
    background-color: #293A59;
}

.header__actions {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header__social {
    display: flex;
}

.header__social .icon {
    width: 28px;
    height: 28px;
    transition: filter 0.3s ease;
}
.header__social:hover .icon {
    filter: brightness(1.2);
}

.header__language {
    position: relative;
    cursor: pointer;
}

.header__language-btn {
    height: 28px;
    display: flex;
    align-items: center;
    gap: 12px;
    background-color: #293a59;
    border-radius: 7px;
    padding: 8px 10px 8px 10px;
    transition: background-color 0.3s ease;
}
.header__language-btn:hover {
    background-color: #34486e;
}

.header__language .flag__img {
    width: 16px;
    height: 12px;
}

.header__language .arrow {
    width: 10px;
    height: 10px;
}

.header__language.active .arrow {
    transform: rotate(180deg);
}

.header__lang-panel {
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    min-width: max-content;
    display: none;
    flex-direction: column;
    background-color: #293a59;
    padding: 0;
    border-radius: 7px;
    overflow: hidden;
    z-index: 4;
}

.header__language.active .header__lang-panel {
    display: flex;
}

.lang__option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 10px;
}

.lang__option:hover,
.header__langue-btn:hover {
    background-color: #3e5481;
}

.header__lang-text {
    font-size: 14px;
    font-weight: 500;
}

.header__cart {
    position: relative;
    z-index: 1;
    display: flex;
}

.header__cart .icon {
    width: 25px;
    height: 24px;
    transition: filter 0.3s ease;
}
.header__cart:hover .icon {
    filter: brightness(1.6);
}


.header__cart-count {
    position: absolute;
    top: -8px;
    right: -7px;
    width: max-content;
    min-width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #3E4CE8;
    display: flex;
    justify-content: center;
    align-items: center;

    font-size: 12px;
    font-weight: 500;
    line-height: 1.667;
}


.header__mobile-bars {
    position: relative;
    width: 20px;
    height: 20px;
    z-index: 20;
    user-select: none;
    cursor: pointer;
    display: none;
}

.header__mobile-bars .icon {
    width: 100%;
    height: 100%;
}

.header__mobile-bars .icon.bars,
.header__mobile-bars.active .icon.close {
    display: block;
}

.header__mobile-bars .icon.close,
.header__mobile-bars.active .icon.bars {
    display: none;
}




/* contents */
.contents {
    flex: 1 0;
    display: flex;
}

.contents__inner {
    min-height: 100%;
    padding: 35px 55.5px 55px 55.5px;
    background-color: #0c1424;
}


.account-store {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.account-store__banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    min-height: 240px;
    max-height: max-content;
    background-size: cover;
    background-position: center center;
    padding: 30px 65px;
    background-repeat: no-repeat;

    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 33px;
}

.account-store__banner.store__banner-image__1 {
    background-image: url('images/store__banner-image__1.webp');
}

.account-store__banner.store__banner-image__2 {
    background-image: url('images/store__banner-image__2.webp');
}

.account-store__banner.store__banner-image__3 {
    background-image: url('images/store__banner-image__3.webp');
}

.account-store__banner.store__banner-image__4 {
    background-image: url('images/store__banner-image__4.webp');
}

.account-store__banner.store__banner-image__5 {
    background-image: url('images/store__banner-image__5.webp');
}

.account-store__banner.store__banner-image__6 {
    background-image: url('images/store__banner-image__6.webp');
}

.store__banner-image__mypurchases {
    background-image: url('images/page-mypurchases.jpg');
}

.account-store__banner .discord__icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 41px;
    height: 41px;
    border-radius: 0 0 8px 0;
}

.account-store__banner-title {
    font-size: 30px;
    font-weight: bold;
}

.account-store__banner-text {
    max-width: 445px;

    font-size: 14px;
    line-height: 19px;
    font-weight: 500;
}

.account-store__banner .btn--primary {
    padding: 10px 20px;
}

.account-store__features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.account-store__features.contact__features {
    grid-template-columns: repeat(2, 1fr);
}

.account-store__feature {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 25px 25px 25px;
    border-radius: 8px;
    background-color: #172031;
}

.account-store__feature.radial__gradient-blue {
    background-image: radial-gradient(circle at top left,
            #3b49ff 0%,
            rgba(59, 73, 255, 60%) 15%,
            rgba(59, 73, 255, 25%) 35%,
            transparent 75%, transparent 100%);
}

.account-store__feature.radial__gradient-violet {
    background-image: radial-gradient(circle at top left,
            #8754e8 0%,
            rgba(135, 84, 232, 60%) 15%,
            rgba(135, 84, 232, 25%) 35%,
            transparent 75%, transparent 100%);
}

.account-store__feature.radial__gradient-fuchsia {
    background-image: radial-gradient(circle at top left,
            #d354e8 0%,
            rgba(211, 84, 232, 60%) 15%,
            rgba(211, 84, 232, 25%) 35%,
            transparent 75%, transparent 100%);
}

.store__feature-icon {
    width: 34px;
    height: 34px;
}

.account-store__feature-title {
    display: block;

    font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.account-store__feature-text {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400;
}


.info-list__box {
    margin-block: 40px;
}

.info-block__title {
    display: block;

    font-size: 24px;
    font-weight: 600;
}

.info-box__list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.info-box__list.number__list {
    margin-top: 30px;
    gap: 15px;
}

.info-box__item {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}

.icon-list__marker {
    min-width: 29px;
    max-width: 29px;
    height: 29px;
    border-radius: 8px;
    background-color: #3e4ce8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-list__marker::before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    background-image: url('images/icon/chevron-down.svg');
    background-repeat: no-repeat;
    filter: brightness(100);
    transform: rotate(-90deg);
}

.number-list__marker {
    min-width: 36px;
    max-width: 36px;
    background-color: transparent;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    font-size: 30px;
    font-family: "Montserrat", serif;
    color: #fff;
    font-weight: 600;
    line-height: 0.667;
}

.number-list__marker::before {
    display: block;
    content: '';
    width: 6px;
    height: 100%;
    background-color: #3e4ce8;
    border-radius: 9em;
}

.info-box__item-text {
    padding-top: 5px;

    font-size: 16px;
    font-weight: 500;
}

.info-box__item-desc {
    padding-top: 9px;

    font-size: 14px;
    font-weight: 400;
}

.info-box__item-text .info-box__contact {
    background-color: #8654e7;
    padding: 3px 4px;
    border-radius: 4px;
    margin-inline: 3px;
    transition: background-color 0.3s ease;
}
.info-box__item-text .info-box__contact:hover {
    background-color: #9d6ffa;
}

.info-box__item-text .info-box__offer {
    color: #929af4;
    font-style: italic;
}
.info-box__item-text .info-box__offer:hover {
    color: #a6adfa;
    transition: color 0.3s ease;
}


.catalog__filter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}


.catalog__input__control {
    width: 100%;
    max-width: 335px;
    background-color: #172031;
    border-radius: 8px;
    padding: 15px 60px 15px 20px;
    border: none;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    background-size: 20px;
    transition: background-color 0.3s ease;

    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.catalog__input__control:hover {
    background-color: #202c42;
}

.catalog__input__control.search__icon {
    background-image: url('images/icon/search.svg');
    background-repeat: no-repeat;
}

.catalog__input__control::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #313a4a;
}

.filter-bar__sort {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.catalog-filter__label {
    font-size: 14px;
    font-weight: 400;
    color: #3b4353;
}

.filter-bar__select {
    appearance: none;
    border-radius: 8px;
    padding: 15px 45px 15px 20px;
    background-color: #172031;
    border: none;
    width: auto;
    min-width: 245px;
    cursor: pointer;
    background-image: url('images/icon/chevron-down-white.svg');
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-position: calc(100% - 15px) 50%;

    font-size: 14px;
    font-weight: 400;
    color: #fff;
    transition: background-color 0.3s ease;
}
.filter-bar__select:hover {
    background-color: #1f2b41;
}
.filter-bar__select option {
    color: #fff;
}

.catalog__products {
    margin-top: 22px;
}

.product-card__box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 23px;
}

.product-card {
    border-radius: 10px;
    /* overflow: hidden; */
    background-color: #10192a;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 120px 10px rgb(62, 76, 232, 0);
    transition: box-shadow 0.3s ease;
}

.product-card:hover {
    box-shadow: 0 0 120px 10px rgb(62, 76, 232, 0.4);
    z-index: 4;
}

.card__image-container {
    position: relative;
    width: 100%;
    padding-top: 70%;
    display: block;
}

.product-card__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.card__text-box {
    padding: 10px 22px 15px 22px;
    display: flex;
    flex-direction: column;
    gap: 13px;
    height: 100%;
}

.product-card__title {
    font-size: 14px;
    font-family: "Montserrat", serif;
    color: #fff;
    text-align: left;
    margin-bottom: auto;
    overflow: hidden;
    word-break: break-word;
}

.card__title-icon {
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 7px;
    cursor: help;
    filter: brightness(1);
    transition: filter 0.3s ease;
}
.card__title-icon:hover {
    filter: brightness(1.5);
}


.product__card-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.product__card-price {
    font-size: 14px;
    color: rgb(62, 76, 232);
    font-weight: bold;
}

.product__card-stock {
    font-size: 14px;
    font-weight: 500;
}

.product__card-btns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    /* margin-top: auto; */
}

.add__shopping-cart {
    display: flex;
}

.add__shopping-cart .icon {
    width: 25px;
    height: 24px;
    transition: filter 0.3s ease;
    filter: brightness(1);
}
.add__shopping-cart:hover .icon {
    filter: brightness(1.5);
}

.tippy-box {
    padding: 15px 18px;
    background-color: #4e5061;
    border-radius: 20px;
    box-shadow: 0px 0px 24px 0px rgb(0, 0, 0);
}

.tippy-box[data-theme="default-product"] {
    max-width: 100% !important;
    width: 480px !important;
    padding: 15px 18px;
    background-color: #4e5061;
    border-radius: 20px;
    box-shadow: 0px 0px 24px 0px rgb(0, 0, 0);
}

.tippy-arrow {
    color: #4e5061;
}

.tooltip-title {
    font-size: 12px;
    font-weight: 600;
}

.tooltip-desc {
    font-size: 12px;
    font-weight: 400;
    display: block;
    margin-top: 15px;
}


.scroll__content {
    margin-top: 40px;
    border-radius: 10px;
    padding: 17px 15px 17px 30px;
    background-color: #172031;
    max-height: 180px;
    display: flex;
    flex-direction: column;
}

.scroll__content-box {
    padding-right: 30px;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
}

.scroll__content-box::-webkit-scrollbar {
    width: 7px;
    border-radius: 9em;
    background-color: #283349;
}

.scroll__content-box::-webkit-scrollbar-thumb {
    background-color: #3d4be6;
    border-radius: 9em;
}

.content__title {
    font-size: 24px;
    font-weight: 500;
}

.content-block__title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.111;
}

.text__medium {
    font-weight: 500;
}

.content-block__text {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.429;
}

.contact-info {
    position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    background-color: #172031;
    border-radius: 10px;
    padding-block: 25px;
    overflow: hidden;
}

.contact-info::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    max-width: 260px;
    background-image: radial-gradient(circle at top left,
            #3b49ff 0%,
            rgba(59, 73, 255, 60%) 15%,
            rgba(59, 73, 255, 25%) 35%,
            transparent 75%, transparent 100%);
}

.contact-info__item {
    position: relative;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding-inline: 20px;
}

.contact-info__item+.contact-info__item {
    border-left: 1px solid #27344b;
}

.contact-info__icon {
    width: 90px;
    height: auto;
    aspect-ratio: 6 / 5;
}

.contact-info__text {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
}


.accordion__content {
    margin-top: 45px;
}

.accordion__group {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 30px;
}

.accordion__group-item {
    border-radius: 10px;
    background-color: rgb(23, 32, 49);
    border: 1px solid rgb(57, 71, 210);
    overflow: hidden;
}

.accordion__group-item.active {
    background-color: #0c1424;
}

.accordion__item-header {
    position: relative;
    z-index: 1;
    padding: 20px 30px;
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
}
.accordion__item-header::after {
    width: auto;
    height: 100%;
    content: ' ';
    display: block;
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(57,71,210,1) 0%, rgba(57,71,210,0) 100%); /* FF3.6-15 */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(57,71,210,1)), color-stop(100%,rgba(57,71,210,0))); /* Chrome4-9,Safari4-5 */
    background: -webkit-linear-gradient(top, rgba(57,71,210,1) 0%,rgba(57,71,210,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: -o-linear-gradient(top, rgba(57,71,210,1) 0%,rgba(57,71,210,0) 100%); /* Opera 11.10-11.50 */
    background: -ms-linear-gradient(top, rgba(57,71,210,1) 0%,rgba(57,71,210,0) 100%); /* IE10 preview */
    background: linear-gradient(to bottom, rgba(57,71,210,1) 0%,rgba(57,71,210,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    opacity: 0;
    transition: opacity 0.3s ease;
    border-radius: 10px 10px 0 0;
}
.accordion__item-header:hover::after {
    opacity: 0.3;
}
.accordion__group-item.active-open .accordion__item-header::after {
    opacity: 0.3;
}

.accordion__item-title {
    font-size: 16px;
    font-weight: 600;
}

.accordion__toggle-icon {
    flex: none;
    display: block;
    width: 14px;
    height: 14px;
    background-image: url('images/icon/chevron-down-white.svg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transform: rotateZ(0deg);
    margin: 2px 0 auto auto;
    transition: transform 0.3s ease;
}

.accordion__group-item.active-open .accordion__toggle-icon {
    transform: rotateZ(180deg);
}

.accordion__item-content {
    display: none;
}

.accordion__item-content-box {
    padding: 0 30px 20px 30px;
}

.accordion__item-info {
    font-size: 14px;
    font-weight: 300;
    line-height: 23px;
}


.review__content {
    margin-top: 35px;
}

.review__box {
    margin-top: 25px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.review__box-item {
    width: 100%;
    display: block;
    border-radius: 10px;
    height: 100%;
    background-color: #3e4de8;
    background-image: url('images/review__box-item.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px 20px 20px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
    min-height: 184px;
}

.review__item-head {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.review__item-date {
    font-size: 12px;
    font-weight: 400;
}

.review__item-rating {
    display: flex;
    align-items: center;
    gap: 6px;
}

.review__item-star {
    width: 18px;
    height: 17px;
}

.review__item-status {
    font-size: 16px;
    font-weight: 600;
}

.review__item-verified {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 9px;

    font-size: 14px;
    font-weight: 400;
    color: #fff;
}


.my-purchases__content {
    display: flex;
    flex-direction: column;
    gap: 23px;
    margin-top: 35px;
}

.my-purchases__catalog {
    margin-top: 50px;
}

.my-purchases__content .content-block__text {
    margin-top: 0;
}

.content__form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}


.token__content {
    margin-top: 30px;
}

.instruction__content {
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.instruction__steps {
    display: flex;
    align-items: center;
    gap: 15px;
}

.instruction__step {
    width: 100%;
    height: 180px;
    border-radius: 10px;
    background-color: #040b19;
    background-size: 105px 95px;
    background-position-x: calc(100% - 15px);

    display: flex;
    flex-direction: column;
    gap: 20px;

    padding: 20px 25px 30px 25px;
    background-repeat: no-repeat;
}

.instruction__step.background-browser__icon {
    background-image: url('images/token__step-img-1.png');
    background-position-y: 12px;
}

.instruction__step.background-discord__icon {
    background-image: url('images/token__step-img-2.png');
    background-position-y: 20px;
}

.instruction__step.background-F12__icon {
    background-image: url('images/token__step-img-3.png');
    background-position-y: 22px;
}

.instruction__step-number {
    font-size: 30px;
    font-weight: 600;
}

.instruction__step-text {
    margin-top: auto;

    font-size: 14px;
    font-weight: 400;
}

.token__blog-link {
    color: #3e4ce8;
    transition: color 0.3s ease;
}
.token__blog-link:hover {
    color: #5462fa;
}

.step__arrow-icon {
    flex: none;
    width: 30px;
    height: 30px;
    border-radius: 9em;
    background-color: #3e4ce8;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step__arrow-icon .icon {
    width: 16px;
    height: 10px;
    transform: rotate(-90deg);
}

.instruction__code {
    width: 100%;
    border-radius: 10px;
    background-color: #040b19;
    padding: 20px 25px 35px 25px;
}

.instruction__code-head {
    display: flex;
    gap: 30px;
}

.instruction__text-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.instruction__step-title {
    margin-top: 5px;

    font-size: 20px;
    font-weight: 600;
}

.instruction__text-box .instruction__step-text {
    font-size: 16px;
}

.instruction__code-boxs {
    margin-top: 30px;
}


.instruction__code-image {
    display: flex;
    gap: 35px;
    justify-content: flex-start;
}

.token__console-image {
    border-radius: 10px;
    width: 100%;
    max-width: 724px;
    height: auto;
    display: block;
}

.instruction__code-box {
    display: flex;
    gap: 35px;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: -65px;
}

.instruction-dotted__semicircle {
    flex: none;
    width: 73px;
    height: 62px;
    display: block;
}

.instruction__code-image .instruction-dotted__semicircle {
    margin-top: 30px;
}

.instruction__code-box .instruction-dotted__semicircle {
    margin-bottom: 30px;
}

.instruction__code__text {
    position: relative;
    border-radius: 10px;
    background-color: #0c1424;
    padding: 20px 20px 25px 20px;
}

.instruction__code-text {
    font-size: 12px;
    line-height: 17px;
    font-weight: 400;
    word-break: break-all;
}

.instruction__code__text .instruction__code__copy {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 12px;
    border-radius: 9em;
    padding: 5px 10px;
}

.warning__content-text {
    padding: 12px 25px;
    border-radius: 10px;
    background-color: #312313;

    font-size: 12px;
    color: #ffab4a;
    font-weight: 500;
}

.instruction__content .instruction__button {
    margin-inline: auto;
    font-weight: 400;
}

.filterNoResult {
    font-weight: 400;
}



/* footer */
.footer {
    background-color: #10192a;
    padding-block: 12px;
}

.footer__box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}
.footer__box-left {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}
.footer__box-logo a {
    text-decoration: none;
}
.footer__box-logo img {
    vertical-align: top;
}

.footer__copyright {
    font-size: 12px;
    font-weight: 500;
}

.footer .btn--primary {
    padding: 8px 10px;
}




@media (max-width: 1250px) {
    .header__menu-item {
        font-size: 14px;
        padding: 30px 15px;
    }
}

@media (max-width: 1200px) {
    .product-card__box {
        grid-template-columns: repeat(3, 1fr);
    }

    .contact-info__icon {
        width: 70px;
    }


    .review__box-item {
        padding-inline: 20px;
    }
}

@media (max-width: 1024px) {
    .header__logo .logo {
        width: 60px;
        height: auto;
        aspect-ratio: 5 / 4;
    }

    .header__menu-item {
        font-size: 13px;
        padding: 25px 10px;
    }

    .header__actions {
        gap: 10px;
    }


    .review__box {
        grid-template-columns: repeat(2, 1fr);
    }


    .instruction-dotted__semicircle {
        display: none;
    }

    .instruction__code-box {
        margin-top: 20px;
    }
}

@media (max-width: 992px) {
    .contents__inner {
        padding-inline: 30px;
    }

    .account-store__banner {
        padding: 31px 40px;
    }

    .account-store__banner .discord__icon {
        width: 30px;
        height: 30px;
    }

    .account-store__features {
        grid-template-columns: repeat(2, 1fr);
    }

    .account-store__feature {
        gap: 10px;
    }

    .account-store__feature:nth-child(3n) {
        grid-column: span 2;
    }
}

@media (max-width: 920px) {

    .header,
    section,
    .footer {
        padding-inline: 20px;
    }

    .header {
        padding-block: 10px;
    }

    .header__menu {
        position: fixed;
        flex-direction: column;
        background: #10192a;
        top: 0;
        left: 0;
        width: 100%;
        max-width: 200px;
        height: 100%;
        min-height: 100vh;
        z-index: 5;
        border-right: 4px solid #293a59;
        padding-top: 20px;
        overflow-x: hidden;

        overflow-y: scroll;
        transform: translateX(-100%);
        transition: 0.3s ease-in-out;
    }

    .header__menu.active {
        transform: translateX(0);
    }

    .header__menu::-webkit-scrollbar {
        width: 0;
    }

    .header__mobile-bars {
        display: block;
    }

    .header__actions {
        gap: 50px;
    }

    .header__menu-item {
        width: 100%;
        padding: 15px 20px;
    }


    .contact-info {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 30px;
    }

    .contact-info__item:nth-child(3n) {
        border: none;
    }
}

@media (max-width: 820px) {
    .product-card__box {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .contents__inner {
        padding-inline: 20px;
    }


    .header__actions {
        gap: 30px;
    }

    .account-store__features,
    .account-store__features.contact__features {
        grid-template-columns: repeat(1, 1fr);
    }

    .account-store__feature:nth-child(3n) {
        grid-column: span 1;
    }


    .info-box__item-text {
        padding-top: 0;
    }


    .info-block__title {
        font-size: 20px;
    }



    .info-box__list.number__list {
        margin-top: 20px;
    }

    .number-list__marker {
        min-width: auto;
        max-width: max-content;
        height: 25px;
        gap: 6px;

        font-size: 20px;
    }

    .number-list__marker::before {
        width: 3px;
    }

    .info-box__item-desc {
        padding-top: 3px;
        font-size: 12px;
    }


    .content__title {
        font-size: 20px;
    }


    .instruction__content {
        margin-top: 30px;
        gap: 20px;
    }

    .instruction__steps {
        flex-direction: column;
    }

    .step__arrow-icon .icon {
        transform: rotate(0deg);
    }

    .instruction__step {
        background-size: 80px 70px;
    }

    .instruction__code-head {
        gap: 10px;
        flex-direction: column;
    }

    .instruction__text-box {
        gap: 10px;
    }

    .instruction__step-title {
        font-size: 15px;
    }

    .instruction__text-box .instruction__step-text {
        font-size: 13px;
    }
}

@media (max-width: 620px) {
    .account-store {
        gap: 22px;
    }

    .account-store__banner {
        padding: 40px 25px;
        gap: 20px;
        min-height: auto;
    }

    .account-store__banner-title {
        font-size: 25px;
    }

    .account-store__banner-text {
        font-size: 12px;
    }


    .contact-info::before {
        max-width: 100%;
    }


    .accordion__item-title {
        font-size: 14px;
    }

    .accordion__item-info {
        font-size: 12px;
    }

    .accordion__item-content-box {
        margin-top: 10px;
    }


    .review__box {
        grid-template-columns: repeat(1, 1fr);
    }


    .footer {
        padding-block: 20px;
    }

    .footer__box {
        flex-direction: column;
        gap: 20px;
    }

    .footer__box-left {
        flex-direction: column;
        gap: 20px;
        order: 20;
    }
}

@media (max-width: 580px) {
    .product-card__box {
        grid-template-columns: repeat(1, 1fr);
    }

    .contact-info__icon {
        width: 60px;
    }

    .contact-info__text {
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .header__logo .logo {
        width: 50px;
    }

    .header__actions {
        gap: 10px;
    }

    .header__language .flag__img {
        display: none;
    }

    .header__social .icon {
        width: 25px;
        height: 25px;
    }

    .header__lang-text {
        font-size: 12px;
    }
}



.remodal-header-fly,
.remodal-header-fly-goods,
.remodal-header-fly-cart {
    display: none;
}
.remodal-header-fly {
    display: block;
}


.remodal[data-modal-buy-method="product"] .remodal-header-fly-goods {
    display: block;
}
.remodal[data-modal-buy-method="cart"] .remodal-header-fly-goods {
    display: none;
}
.remodal[data-modal-buy-method="cart"] .remodal-header-fly-cart {
    display: block;
}
.remodal[data-modal-buy-method="cart"] .form {
    margin-top: 0 !important;
}




/* Float cart */
#body a.cartlequebutton {
    width: 42px;
    height: 42px;
    padding: 0;
    position: fixed;
    z-index: 577;
    right: 24px;
    bottom: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: #404de8;
    border-radius: 10px;
    transition: background-color 0.3s ease;
}
#body a.cartlequebutton::after {
    width: 26px;
    height: 26px;
    content: ' ';
    display: block;
    background: no-repeat center center url('images/icon/basket.svg');
    background-size: 100% auto;
    filter: contrast(0) brightness(10);
}
#body a.cartlequebutton:hover {background-color: #2e3ee9;}
#body a.cartlequebutton:active {background-color: #404de8;}
#body a.cartlequebutton span.counter_cartlequebutton {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -4px;
    bottom: auto;
    left: auto;
    right: -6px;
    margin: 0;
    font-size: 13px;
    font-family: "Gogh";
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #9c119d;
    border-radius: 50%;
}

@media all and (max-width: 1500px){
    #body a.cartlequebutton {right: 20px; bottom: 40px;}
}

span.header__cart-count.customCartAmount:empty {
    display: none;
}
