@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild6336-6538-4231-b661-646434653966/MaterialIconsRound-R.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild6230-3861-4565-a566-366161393035/Montserrat-Medium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild3035-3438-4334-a265-383237363965/Montserrat-SemiBold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild3836-6638-4665-b532-323537633039/Montserrat-Bold.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('https://static.tildacdn.com/tild3030-3935-4064-b932-663932616534/Montserrat-ExtraBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('https://static.tildacdn.com/tild3334-3437-4365-b539-393035323832/BebasNeueBold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
}
body {
    color: var(--font-color-800);
}
* {
    font-family: montserrat, bebasneue, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}
.profile-width{
    width: 36rem;
}
.shop_wrapper{
    z-index: 111;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(26, 26, 26, 0.8);
    -webkit-box-shadow: inset 0 0 6px rgba(56, 55, 55, 0.5);
}
::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(35, 35, 35, 0.4);
}
:root {
    --index: calc(1vw + 1vh);
}
*,*:before,*:after{box-sizing:border-box;margin:0;padding:0;}
* {
    box-sizing: border-box;
}
body {
    background-color: #0c0b0b;
    user-select: none;
    background-image: url(https://i.imgur.com/6jUITcM.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
body:after {
    background-image: url(https://files.facepunch.com/garry/1b1011b1/test.png?1=);
    content: " ";
    position: fixed;
    inset: 0px;
    z-index: 500;
    pointer-events: none;
    opacity: 0.8;
}
html, body {
    height: 100%;
    font-family: 'Oswald';
}
.monitoring__stats {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.stats-item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
}
.stats-item__number {
    font-size: 38px;
    color: #d9d9d9;
    margin-right: 10px;
}
.stats-item__description {
    font-size: 14px;
    color: #b6b6b6;
    padding-left: 10px;
    text-transform: uppercase;
    border-left: 1px solid rgb(255 255 255);
}
body {
    font: 11px 'Oswald';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: auto;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
}
#app {
    display: contents;
}
.main__title {
    font-size: 75%;
    letter-spacing: calc(var(--index) / 2.25);
    text-shadow: 0 0 15px #000000;
    color: white;
}
.main__subtitle {
    font-size: 75%;
    letter-spacing: calc(var(--index) / 3.5);
    margin-top: calc(var(--index) * -.75);
    text-shadow: rgb(0 0 0) 0px 0px 15px;
    color: white;
}
main {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 10em "Oswald", sans-serif;
    color: #9b9b9b;
    line-height: 1;
}
.footer-list-top > li {
    text-align: center;
    padding-bottom: 10px;
}
.footer-social-overlap > a {
    font-size: 3em;
}
.footer-social-overlap > a:not(:first-child) {
    margin-left: 0.38em;
}
.footer-bottom-section > div:first-child {
    margin-right: auto;
}
@media only screen and (max-width: 768px) {
    .footer-social-overlap > a {
        font-size: 2.24em;
    }
}
@media only screen and (max-width: 568px) {
    main {
        font-size: 5em;
    }
    .footer-social-overlap > a:not(:first-child) {
        margin-left: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .footer-social-overlap > a {
        margin: auto;
    }
    .footer-social-overlap > a:not(:first-child) {
        margin-left: 0;
    }
}
@media only screen and (max-width: 320px) {
    .footer-social-overlap > a {
        font-size: 2.24em;
    }
}
.container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.btn_buy {
    margin: 10px;
    text-align: center;
    width: 115px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    background: #76261a;
    font-weight: 900;
    height: 39px;
    border: none;
    cursor: pointer;
}
.btn_buy:hover{
    background: #9f3424;
}
.box_item{
    transition: transform 0.3s, background 0.3s;
}
.box_item:hover{
     transform: scale(1.02);
}
.blog-cont__wrapper {
    margin: auto
}
.header-navigation:last-child a:after {
    left: 0%;
}
.wrapperMenu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    clip-path: circle(25px at calc(100% - 45px) 45px);
    transition: all 0.3s ease-in-out;
    z-index: 1;
}
#active:checked ~ .wrapperMenu {
    clip-path: circle(75%);
}
.menu-btn {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    background: #000;
    transition: all 0.3s ease-in-out;
    display: none;
}
#active:checked ~ .menu-btn {
    color: #fff;
}
#active:checked ~ .menu-btn i:before {
    content: "\f00d";
}
.wrapperMenu ul {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
}
.wrapperMenu ul li {
    margin: 15px 0;
}
.wrapperMenu ul li a {
    color: none;
    text-decoration: none;
    font-size: 30px;
    font-weight: 500;
    padding: 5px 30px;
    color: #fff;
    border-radius: 50px;
    background: #000;
    position: relative;
    line-height: 50px;
    transition: all 0.3s ease;
}
.wrapperMenu ul li a:after {
    position: absolute;
    content: "";
    background: #fff;
    background: linear-gradient(#14ffe9, #ffeb3b, #ff00e0);
    width: 104%;
    height: 110%;
    left: -2%;
    top: -5%;
    border-radius: 50px;
    transform: scaleY(0);
    z-index: -1;
    animation: rotate 1.5s linear infinite;
    transition: transform 0.3s ease;
}
.wrapperMenu ul li a:hover:after {
    transform: scaleY(1);
}
.wrapperMenu ul li a:hover {
    color: #fff;
}
input[type="checkbox"] {
    display: none;
}
.contentMenu {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    text-align: center;
    width: 100%;
    color: #202020;
}
.content {
    z-index: 111;
}
.contentMenu .title {
    font-size: 40px;
    font-weight: 700;
}
.contentMenu p {
    font-size: 35px;
    font-weight: 600;
}
@keyframes rotate {
    0% {
        filter: hue-rotate(0deg);
    }
    100% {
        filter: hue-rotate(360deg);
    }
}
.button_main_block {
    background-color: #76261a;
    padding: 17px;
    width: 120px;
}
.container__item {
    display: flex;
    justify-content: center;
    width: 60%;
    margin: auto;
    padding: 15px;
    background-color: #0e0e0e;
    flex-wrap: wrap;
    align-items: center;
}
.hr_line {
    width: 30%;
    border: 0;
    position: absolute;
    top: 300px;
    height: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}
@media (max-width: 1100px) {
    .container__item {
        width: auto;
    }
    .blog-cont__wrapper {
        max-width: 90%;
        margin: auto
    }
}
@media (max-width: 720px) {
    .hr_line {
        width: 50%;
        top: 272px;
    }
}
.category_shop {
    display: none;
}
@media (min-width: 720px) {
    .wrapperMenu {
        display: block;
    }
    .category_shop {
        display: flex;
        justify-content: center;
        text-transform: uppercase;
        color: #c7c1c1;
        font-size: 20px;
    }
}
@media (min-width: 721px) {
    .wrapperMenu {
        display: none;
    }
}
.blog-posts-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    background-color: #10101047;
    padding: 30px;
    margin: auto;
}
@media (max-width: 768px) {
    .blog-posts-container {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}
@media (max-width: 968px) {
    .pos__five {
        display: none;
    }
}
@media (max-width: 721px) {
    .menu-btn {
        display: block;
    }
    .column {
        width: 100%;
        height: auto;
    }
    .online-block {
        background-color: rgb(46 46 46 / 45%);
        box-shadow: 0 15px 45px rgb(133 133 155 / 8%);
        display: flex;
        align-items: center;
        width: 418px;
        height: 107px;
        justify-content: center;
        text-align: center;
    }
    .button_main_block {
        background-color: #76261a;
        padding: 8px;
        width: 112px;
    }
}
.header-navigation a:after {
    left: -3%;
}
@media (max-width: 3000px) {
    .stats-item__number {
        font-size: 28px;
    }
}
@media (max-width: 720px) {
    .hello {
        margin-top: 20px;
    }
    .stats-item__number {
        font-size: 14px;
    }
}
@media (max-width: 500px) {
    .online-block {
        width: 365px;
        height: 80px;
    }
}
html {
    --black: #000000;
    --white: #ffffff;
    --darkest: #ffffff;
    --darker: #16171A;
    --dark: #A3AFBF;
    --medium: #DFE7EF;
    --light: #CAD4E1;
    --lighter: #F5F8FC;
    --lightest: var(--white);
    --primary-light: #DDD9FF;
    --yellow: #FDCB6E;
    --orange: #E17055;
    --teal: #f6dbba;
    --bg: var(--darkest);
    --color: var(--lightest);
    --surface: var(--darker);
}
.l-wrapper {
    width: 100%;
    max-width: 960px;
    margin: auto;
    padding: 1.6rem 1.6rem 3.2rem;
    font-size: 62.5%;
}
.l-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    position: relative;
    font-size: 1.6rem;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    background: rgba(18, 18, 18, 0.67);
    padding: 30px;
}
@media screen and (max-width: 2200px) {
    .l-grid {
        grid-template-columns: 1fr 1fr 1fr;
    }
}
@media screen and (max-width: 1600px) {
    .l-grid {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 1100px) {
    .l-grid {
        grid-template-columns: 1fr;
    }
}
@media screen and (max-width: 700px) {
    .l-grid {
        grid-template-columns: 1fr;
    }
}
.c-header {
    padding: 1.6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2.4rem;
    position: relative;
}
.c-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 0.2rem;
    background: var(--primary-trans);
}
.c-card {
    background: var(--surface);
    width: 100%;
    margin-bottom: 1.6rem;
    box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.12);
}
.c-card__body, .c-card__header {
    padding: 1.2rem;
}
@media screen and (max-width: 700px) {
    .c-card__body, .c-card__header {
        padding: 1.2rem;
    }
}
.c-card__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 0;
}
@media screen and (max-width: 700px) {
    .c-card__header {
        flex-direction: column;
    }
}
@media screen and (max-width: 700px) {
    .c-place {
        transform: translateY(4px);
    }
}
.c-logo {
    display: inline-block;
    width: 100%;
    max-width: 17.6rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.c-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.c-list__item {
    padding: 1.6rem 0;
}
.c-list__item .c-flag {
    margin-top: 0.8rem;
}
@media screen and (max-width: 700px) {
    .c-list__item .c-flag {
        margin-top: 0.4rem;
    }
}
.c-list__grid {
    display: grid;
    grid-template-columns: 4.8rem 3fr 1fr;
    grid-column-gap: 2.4rem;
}
@media screen and (max-width: 700px) {
    .c-list__grid {
        grid-template-columns: 3.2rem 3fr 1fr;
        grid-column-gap: 0.8rem;
    }
}
.c-media {
    display: inline-flex;
    align-items: center;
}
.c-media__content {
    padding-left: 1.6rem;
}
@media screen and (max-width: 700px) {
    .c-media__content {
        padding-left: 0.8rem;
    }
}
.c-media__title {
    margin-bottom: 0.4rem;
    font-size: 62.5%;
}
@media screen and (max-width: 700px) {
    .c-media__title {
        font-size: 1.4rem;
    }
}
.c-avatar {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    box-shadow: inset 0px 0px 0px 1px currentColor;
    border-radius: 50%;
    background: var(--lightest);
    color: var(--dark);
}
@media screen and (max-width: 700px) {
    .c-avatar {
        width: 3.2rem;
        height: 3.2rem;
    }
}
.c-avatar--lg {
    width: 9.6rem;
    height: 9.6rem;
}
.c-button--block {
    display: block;
    width: 100%;
}
.c-button:hover, .c-button:focus {
    filter: brightness(0.9);
}
.c-button:focus {
    box-shadow: 0px 0px 0px 0.4rem var(--primary-trans);
}
.c-button:active {
    box-shadow: 0px 0px 0px 0.4rem var(--primary-trans), inset 0px 0px 0.8rem rgba(0, 0, 0, 0.2);
    filter: brightness(0.8);
}
.c-select {
    background: transparent;
    padding: 1.2rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1.4rem;
    border-color: rgba(255, 255, 255, 0.2);
    transition: all 120ms ease-out 0s;
}
.c-select:hover {
    background: var(--darkest);
}
.c-flag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.2rem;
    height: 3.2rem;
    background: var(--lightest);
    color: var(--dark);
}
.c-card__darker {
    background-color: #202020;
}
@media screen and (max-width: 700px) {
    .c-flag {
        width: 2.4rem;
        height: 2.4rem;
    }
}
.c-button--light {
    background: var(--lightest);
}
.c-button--dark {
    background: var(--darkest);
}
.c-button--transparent {
    background: transparent;
}
.c-button--medium {
    background: var(--medium);
}
.c-button--yellow {
    background: var(--yellow);
}
.c-button--orange {
    background: var(--orange);
}
.c-button--teal {
    background: var(--teal);
}
.c-button--light-gradient {
    background: linear-gradient(to top, var(--light), var(--lightest));
}
.u-text--title {
    font-family: "Oswald", system-ui;
}
.u-text--left {
    text-align: left;
}
.u-text--center {
    text-align: center;
}
.u-text--right {
    text-align: right;
}
.u-bg--light {
    background: var(--lightest) !important;
}
.u-text--light {
    color: var(--lightest) !important;
}
.u-bg--dark {
    background: var(--darkest) !important;
}
.u-text--black {
    color: var(--black) !important;
}
.u-text--dark {
    color: var(--darkest) !important;
}
.u-bg--transparent {
    background: transparent !important;
}
.u-text--transparent {
    color: transparent !important;
}
.u-bg--medium {
    background: var(--medium) !important;
}
.u-text--medium {
    color: var(--medium) !important;
}
.u-bg--yellow {
    background: var(--yellow) !important;
}
.u-text--yellow {
    color: var(--yellow) !important;
}
.u-bg--orange {
    background: var(--orange) !important;
}
.u-text--orange {
    color: var(--orange) !important;
}
.u-bg--teal {
    background: var(--teal) !important;
}
.u-text--teal {
    color: var(--teal) !important;
}
.u-bg--light-gradient {
    background-color: #262626;
}
.u-text--light-gradient {
    color: linear-gradient(to top, var(--light), var(--lightest)) !important;
}
.u-display--flex {
    display: flex;
}
.u-align--center {
    align-items: center;
}
.u-justify--center {
    justify-content: center;
}
.u-align--flex-end {
    align-items: flex-end;
}
.u-justify--flex-end {
    justify-content: flex-end;
}
.u-align--flex-start {
    align-items: flex-start;
}
.u-justify--flex-start {
    justify-content: flex-start;
}
.u-align--space-between {
    align-items: space-between;
}
.u-justify--space-between {
    justify-content: space-between;
}
.u-text--small {
    font-size: 18px;
}
.u-pl--2 {
    padding-left: 0.2rem;
}
.u-ml--2 {
    margin-left: 0.2rem;
}
.u-pr--2 {
    padding-right: 0.2rem;
}
.u-mr--2 {
    margin-right: 0.2rem;
}
.u-pb--2 {
    padding-bottom: 0.2rem;
}
.u-mb--2 {
    margin-bottom: 0.2rem;
}
.u-pt--2 {
    padding-top: 0.2rem;
}
.u-mt--2 {
    margin-top: 0.2rem;
}
.u-pl--4 {
    padding-left: 0.4rem;
}
.u-ml--4 {
    margin-left: 0.4rem;
}
.u-pr--4 {
    padding-right: 0.4rem;
}
.u-mr--4 {
    margin-right: 0.4rem;
}
.u-pb--4 {
    padding-bottom: 0.4rem;
}
.u-mb--4 {
    margin-bottom: 0.4rem;
}
.u-pt--4 {
    padding-top: 0.4rem;
}
.u-mt--4 {
    margin-top: 0.4rem;
}
.u-pl--8 {
    padding-left: 0.8rem;
}
.u-ml--8 {
    margin-left: 0.8rem;
}
.u-pr--8 {
    padding-right: 0.8rem;
}
.u-mr--8 {
    margin-right: 0.8rem;
}
.u-pb--8 {
    padding-bottom: 0.8rem;
}
.u-mb--8 {
    margin-bottom: 0.8rem;
}
.u-pt--8 {
    padding-top: 0.8rem;
}
.u-mt--8 {
    margin-top: 0.8rem;
}
.u-pl--16 {
    padding-left: 1.6rem;
}
.u-ml--16 {
    margin-left: 1.6rem;
}
.u-pr--16 {
    padding-right: 1.6rem;
}
.u-mr--16 {
    margin-right: 1.6rem;
}
.u-pb--16 {
    padding-bottom: 1.6rem;
}
.u-mb--16 {
    margin-bottom: 1.6rem;
}
.u-pt--16 {
    padding-top: 1.6rem;
}
.u-mt--16 {
    margin-top: 1.6rem;
}
.u-pl--24 {
    padding-left: 2.4rem;
}
.u-ml--24 {
    margin-left: 2.4rem;
}
.u-pr--24 {
    padding-right: 2.4rem;
}
.u-mr--24 {
    margin-right: 2.4rem;
}
.u-pb--24 {
    padding-bottom: 2.4rem;
}
.u-mb--24 {
    margin-bottom: 2.4rem;
}
.u-pt--24 {
    padding-top: 2.4rem;
}
.u-mt--24 {
    margin-top: 2.4rem;
}
.u-pl--32 {
    padding-left: 3.2rem;
}
.u-ml--32 {
    margin-left: 3.2rem;
}
.u-pr--32 {
    padding-right: 3.2rem;
}
.u-mr--32 {
    margin-right: 3.2rem;
}
.u-pb--32 {
    padding-bottom: 3.2rem;
}
.u-mb--32 {
    margin-bottom: 3.2rem;
}
.u-pt--32 {
    padding-top: 3.2rem;
}
.u-mt--32 {
    margin-top: 3.2rem;
}
.container_faq {
    margin: 0 auto;
    padding: 4rem;
    background-color: #202020;
    width: 48rem;
}
.accordion .accordion-item {
    margin: 10px;
}
.accordion .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid #f3f3f3;
}
.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 1em 1em 1em;
    color: #e1e1e1;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background-color: #303030;
    outline: none;
}
.accordion button:hover, .accordion button:focus {
    cursor: pointer;
    color: #f3f3f3;
}
.accordion button:hover::after, .accordion button:focus::after {
    cursor: pointer;
    color: #f3f3f3;
    border: 1px solid #f3f3f3;
}
.accordion button .accordion-title {
    padding: 1em 1.5em 1em 0;
    font-family: Oswald, sans-serif;
}
.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}
.accordion button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}
.accordion button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}
.accordion button[aria-expanded=true] {
    color: #f3f3f3;
}
.accordion button[aria-expanded=true] .icon::after {
    width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    background-color: #181818;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}
.accordion .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    text-align: center;
    color: #f3f3f3;
    margin: 2em 0;
}
.p_shop {
    margin: 0px;
    margin-right: 110px;
    font-size: 16px;
    margin-top: 10px;
    margin: 0px;
    display: table-cell;
    padding-left: 25px;
    padding-top: 10px;
}
.card-container {
    padding: 20px;
    display: grid;
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: repeat(auto-fit, minmax(320px, max-content));
    min-height: 40vh;
    min-width: 100%;
    justify-content: center;
}
.card {
    color: white;
    display: grid;
    margin-right: 15px;
    margin-bottom: 30px;
}
.card .button {
    align-self: end;
}
.card__title {
    color: white;
    font-size: 16px;
    text-align: left;
}
.card__description {
    color: white;
    line-height: 1.6em;
    text-align: left;
}
.card__thumbnail img {
    width: 100%;
    height: 100%;
    transition: all .15s ease;
}
.card {
    background-color: #222;
    max-width: 360px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0px 1rem 1.5rem rgba(0, 0, 0, 0.5);
}
.card__cont {
    display: flex;
    justify-content: center;
    flex-direction: row;
    margin: 10px;
}
.card .banner {
    background-image: url("https://files.facepunch.com/paddy/20211026/halloween_scarecrow.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 14rem;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.card .banner svg {
    background-color: #fff;
    width: 8rem;
    height: 8rem;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    transform: translateY(50%);
    transition: transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.card .banner svg:hover {
    transform: translateY(50%) scale(1.3);
}
.card .menu {
    width: 100%;
    height: 5.5rem;
    padding: 1rem;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    position: relative;
    box-sizing: border-box;
}
.card .menu .opener {
    width: 2.5rem;
    height: 2.5rem;
    position: relative;
    border-radius: 50%;
    transition: background-color 100ms ease-in-out;
}
.card .menu .opener:hover {
    background-color: #f2f2f2;
}
.card .menu .opener span {
    background-color: #404040;
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 0;
    left: calc(50% - 0.2rem);
    border-radius: 50%;
}
.card .menu .opener span:nth-child(1) {
    top: 0.45rem;
}
.card .menu .opener span:nth-child(2) {
    top: 1.05rem;
}
.card .menu .opener span:nth-child(3) {
    top: 1.65rem;
}
.card h2.name {
    text-align: center;
    padding: 0 2rem 0.5rem;
    margin: 0;
    margin-top: 41px;
}
.card .title {
    color: #a0a0a0;
    font-size: 0.85rem;
    text-align: center;
    padding: 0 2rem 1.2rem;
}
.card .actions {
    padding: 0 2rem 1.2rem;
    display: flex;
    flex-direction: column;
    order: 99;
}
.card .actions .follow-info {
    padding: 0 0 1rem;
    display: flex;
}
.card .actions .follow-info h2 {
    text-align: center;
    width: 50%;
    margin: 0;
    box-sizing: border-box;
}
.card .actions .follow-info h2 a {
    text-decoration: none;
    padding: 0.8rem;
    display: flex;
    flex-direction: column;
    border-radius: 0.8rem;
    transition: background-color 100ms ease-in-out;
}
.card .actions .follow-info h2 a small {
    color: #afafaf;
    font-size: 0.85rem;
    font-weight: normal;
}
.card .actions .follow-info h2 a:hover {
    background-color: #f2f2f2;
}
.card .actions .follow-btn button {
    color: inherit;
    font: inherit;
    font-weight: bold;
    background-color: #0e0e0e;;
    width: 100%;
    border: none;
    padding: 1rem;
    outline: none;
    box-sizing: border-box;
    border-radius: 15px;
    transition: background-color 100ms ease-in-out, transform 200ms cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.card .actions .follow-btn button:hover {
    background-color: #0e0e0e;
    transform: scale(1.1);
}
.card .actions .follow-btn button:active {
    background-color: #0e0e0e;
    transform: scale(1);
}
.card .desc {
    text-align: justify;
    padding: 0 2rem 2.5rem;
    order: 100;
    font-size: 14px;
}
@media screen and (max-width: 1150px) {
    .card-container {
        grid-template-columns: 1fr 1fr 1fr;
        min-width: auto;
    }
}
@media screen and (max-width: 780px) {
    .card-container {
        grid-template-columns: 1fr 1fr;
        min-width: auto;
    }
}
@media screen and (max-width: 490px) {
    .card-container {
        grid-template-columns: 1fr;
        min-width: auto;
        align-self: center;
    }
    .card {
        margin-right: 0;
    }
}
@media screen and (max-width: 3840px) {
    .card-container {
        grid-template-columns: repeat(auto-fit, minmax(15%, max-content));
    }
}
@media screen and (max-width: 2400px) {
    .card-container {
        grid-template-columns: repeat(auto-fit, minmax(18%, max-content));
    }
}
@media screen and (max-width: 1980px) {
    .card-container {
        grid-template-columns: repeat(auto-fit, minmax(20%, max-content));
    }
}
@media screen and (max-width: 1680px) {
    .card-container {
        grid-template-columns: repeat(auto-fit, minmax(25%, max-content));
    }
}
.header_box{
    margin: 0;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
    margin-block-start: 0;
    text-align: center;
    font-size: 19px;
}
.box_item {
    z-index: 2;
    display: flex;
    flex-direction: column;
    color: white;
    width: 100%;
    height: 300px;
    background: #1f1f1f;
    border-radius: 0px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 155px;
}
.img_box{
    width: 85%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    height: 303px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .card-container {
        grid-template-columns: 1fr 1fr;
    }
}
@media screen and (max-width: 490px) {
    .card-container {
        grid-template-columns: 1fr;
    }
    .img_box {
        width: 250px;
        height: 220px;
    }
    .box_item{
        width: 290px;
    }
}
.header__nav {
    position: relative;
}
.header__navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header-navigation {
    height: 200px;
    display: flex;
    align-content: center;
    align-items: center;
}
.header__item {
    padding: 1rem;
}
.header--icon {
    width: 1.65rem;
    height: 1.65rem;
}
.header--button {
    top: 0;
    right: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    color: gray;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: transparent;
}
.header--button:focus {
    outline: 0;
}
.dropdown__menu {
    top: 100%;
    right: 0;
    position: absolute;
    z-index: 10;
    height: 25rem;
    min-width: 300px;
    margin-top: 1rem;
    overflow-y: auto;
    padding: 2rem 1rem 2rem 0rem;
    border-radius: 12px;
    background-color: white;
    border: 1px solid #dadce0;
    background-clip: padding-box;
}
.dropdown__menu-nav {
    padding-inline-start: 0px;
}
.dropdown__menu-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.8rem 0 0.8rem 2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    border-radius: 0 50px 50px 0;
}
.dropdown__menu-link:hover {
    color: #17bf63;
    background-color: rgba(79, 192, 141, 0.1);
}
.dropdown__menu-svg {
    width: 1.5rem;
    height: 1.5rem;
}
.dropdown__menu-text {
    font-weight: 300;
    margin-left: 1rem;
    margin-right: 1rem;
}
.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: all 0.6s;
}
.slide-fade-enter,
.slide-fade-leave-active {
    opacity: 0;
}
.slide-fade-enter {
    transform: translateX(31px);
}
.slide-fade-leave-active {
    transform: translateX(-31px);
}
.dropdown-enter-active,
.dropdown-leave-active {
    transition: all 1s;
}
.dropdown-enter,
.dropdown-leave-to {
    opacity: 0;
    transform: translateY(30px);
}
.main {
    margin: 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main__subtitle {
    color: white;
    font-weight: 100;
    margin-bottom: 2rem;
}
.main__link {
    margin-right: 1.5rem;
    display: inline-block;
}
.main__link:last-child {
    margin-right: 0;
}
.main__svg {
    width: 2rem;
    height: 2rem;
    opacity: 0.6;
    color: #94a2b0;
}
.main__svg:hover {
    color: #ffad1f;
}
:root {
    --color-gray: #dadce0;
}
.fa-ruble-sign:before, .fa-ruble:before {
    color: gold;
}
hr {
    border: 0;
    height: 0;
    margin: 1.5rem 0;
    border-top: 1px solid var(--color-gray);
}
.header__nav {
    position: relative;
}
.header__navbar {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header__item {
    padding: 1rem;
}
.header--icon {
    width: 1.65rem;
    height: 1.65rem;
}
.header--button {
    top: 0;
    right: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    color: gray;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: transparent;
}
.header--button:focus {
    outline: 0;
}
.dropdown__menu {
    top: 100%;
    right: -9rem;
    position: absolute;
    z-index: 10;
    height: 25rem;
    min-width: 300px;
    margin-top: 1rem;
    overflow-y: auto;
    padding: 2rem 1rem 2rem 0rem;
    border-radius: 12px;
    background-color: white;
    border: 1px solid var(--color-gray);
    background-clip: padding-box;
}
.dropdown__menu-link {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: rgba(0, 0, 0, 0.6);
    padding: 0.8rem 0 0.8rem 2rem;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    border-radius: 0 50px 50px 0;
}
.dropdown__menu-link:hover {
    color: #17bf63;
    background-color: rgba(79, 192, 141, 0.1);
}
.dropdown__menu-svg {
    width: 1.5rem;
    height: 1.5rem;
}
.dropdown__menu-text {
    font-weight: 300;
    margin-left: 1rem;
    margin-right: 1rem;
}
.slide-fade-enter-active,
.slide-fade-leave-active {
    transition: all 0.6s;
}
.slide-fade-enter,
.slide-fade-leave-active {
    opacity: 0;
}
.slide-fade-enter {
    transform: translateX(31px);
}
.slide-fade-leave-active {
    transform: translateX(-31px);
}
.dropdown-enter-active,
.dropdown-leave-active {
    transition: all 1s;
}
.dropdown-enter,
.dropdown-leave-to {
    opacity: 0;
    transform: translateY(30px);
}
.main {
    margin: 6rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.main__link {
    margin-right: 1.5rem;
    display: inline-block;
}
.main__link:last-child {
    margin-right: 0;
}
.main__svg {
    width: 2rem;
    height: 2rem;
    opacity: 0.6;
    color: #94a2b0;
}
.main__svg:hover {
    color: #ffad1f;
}
.conts {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    margin: auto;
}
.profile_wrapper {
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, .08);
}
.wrapper .left {
    width: 35%;
    background: linear-gradient(to right, #141414, #020202);
    padding: 30px 25px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    color: #fff;
}
@media screen and (max-width: 1150px) {
    .conts {
        width: 100%;
    }
}
.category-shop__item {
    margin-right: 20px;
}
.category-shop__item:hover {
    color: #eeeaea;
}
.wrapper {
    z-index: 111;
}
@media screen and (max-width: 900px) {
    .container_faq {
        width: 24rem;
    }
}
.menu_mob {
    display: none;
}
@media screen and (max-width: 800px) {
    .wrapper .left {
        width: 313px;
    }
    .bm-item-list > * {
        flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 15px;
        gap: 10px;
        justify-content: center;
        align-items: center;
    }
    .bm-item-list {
        color: #b8b7ad;
        font-size: 20px;
        gap: 10px;
        display: flex;
        flex-direction: column;
        align-content: center;
        justify-content: center;
        align-items: center;
        column-gap: 10px;
    }
    .pos__one {
        top: 6em;
        left: 7em;
    }
    .pos__two {
        top: 68em;
        right: 30em;
    }
    .menu_mob {
        display: block;
    }
    #left_dep {
        width: 440px;
    }
    .header-navigation {
        display: none;
    }
    .profile_wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 480px;
    }
}
.wrapper_dep {
    width: 680px;
    margin: auto;
    display: flex;
    justify-content: center;
    box-shadow: 0 1px 20px 0 rgba(69, 90, 100, .08);
}
@media screen and (max-width: 480px) {
    .wrapper .left {
        width: 315px;
    }
    .pos__four {
        top: 60em;
        left: 20em;
    }
    .profile_wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 380px;
    }
}
.dep_font {
    font-size: 24px;
}
@media screen and (max-width: 500px) {
    #left_dep {
        width: 260px;
    }
    .profile_wrapper {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        width: 400px;
    }
    .info {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width: 400px) {
    #left_dep {
        width: 227px;
    }
    .profile_wrapper {
        width: 350px;
    }
}
.bm-burger-button {
    z-index: 999;
}
.bm-overlay {
    backdrop-filter: blur(9px) !important;
    background-color: #0c0b0b !important;
    user-select: none !important;
}
.bm-burger-button {
    left: 85% !important;
    right: 20px !important;
}
.line-style {
    position: absolute;
    height: 10% !important;
    left: 0;
    right: 0;
}
.bm-menu {
    background-color: var(--header-color) !important;
}
.bm-burger-bars {
    background-color: #aeaeae !important;
}
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-20px);
    }
    100% {
        transform: translatey(0px);
    }
}
#nprogress .spinner {
    top: 40% !important;
    right: 46% !important;
}
#nprogress .spinner-icon {
    width: 300px !important;
    border: solid 4px transparent !important;
    border-top-color: #262525 !important;
    border-left-color: #6b6565 !important;
    height: 300px !important;
}
.news_wrapper {
    width: 100%;
    margin: auto;
}
@media screen and (max-width: 1100px) {
    .news_wrapper {
        width: 400px;
    }
}
.profile_wrapper {
    width: 620px;
    margin: auto;
}
@media screen and (max-width: 800px) {
    .profile_wrapper {
        width: 400px;
        margin: auto;
    }
    #nprogress .spinner {
        top: 30% !important;
        right: 13% !important;
    }
}
@media(min-width: 700px){
    .card-container{
        display: flex !important;
        flex: 1 1 30% !important;
        justify-content: space-evenly;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        grid-column-gap: 0 !important;
        height: auto !important;
        min-height: auto;
    }
    .box_item {
        width: calc(100% / 6) !important;
        border: 10px solid #181818;
        box-sizing: border-box;
        height: auto;
        margin-bottom: 35px;
    }
    .img_box {
    }
    .img_item {
    }
    .header_box {
        font-size: 0.7vw;
        font-weight: normal;
        text-align: center;
        display: block;
        padding-left: 15px;
    }
    .p_shop {
        font-size: 0.6vw !important;
    }
    .btn_buy {
    }
    p{
        font-size: 14px;
        font-weight: 600;
    }
}
#app section.card-container:nth-child(5) > div.box_item{
    width: calc(100% / 7) !important;
}
@media(max-width: 2000px){
    .conts {
        width: 80vw;
    }
}
@media (max-width: 1280px){
    .conts {
        width: 100% !important;
    }
}
.buttons {
    flex-direction: row;
    justify-content: center;
  }
  .buttons .button:first-of-type {
      margin-right: 0.75rem;
  }
  .button.is-large {
      font-size: 1.75rem;
      padding: 0.5rem 1.25rem;
  }
  .button.is-primary {
      background: #632727;
      color: #e27575;
      margin-right: 0.75rem;
  }
  .button.is-outline {
      color: #b1eb4b;
      background-color: #4f7018;
      margin-right: 0.75rem;
  }
  .button.is-yellow {
      background: #655418;
      color: #f5d254;
      margin-right: 0.75rem;
  }
  .button.is-blue {
      background: #324d61;
      color: #65b6ed; 
  }
  .button.is-primary:hover {
      background: #762c2c;
      color: #e27575;
      margin-right: 0.75rem;
  }
  .button.is-outline:hover {
      color: #3b432d;
      background-color: #93c145;
      margin-right: 0.75rem;
  }
  .button.is-yellow:hover {
      background: #726123;
      color: #f5d254;
      margin-right: 0.75rem;
  }
  .button.is-blue:hover {
      background: #395b74;
      color: #65b6ed; 
  }
  .button {
      padding: 0.3rem 0.7rem;
      background: none;
      color: #151413;
      font-family: "Bebas Neue",sans-serif;
      text-decoration: none;
      justify-content: center;
      align-items: center;
      text-transform: uppercase;
      white-space: nowrap;
      display: inline-flex;
      border: 0;
      cursor: pointer;
      text-transform: uppercase;
      transition: all .15s ease;
  }
  .wrapper {
      height: 100%;
      overflow: auto;
  }
  .achievement-list {
      list-style: none;
      padding-left: 0;
  }
  .achievement-item {
      margin-bottom: 10px;
      padding: 10px;
      border: 2px solid #555;
      background-color: #f1f1f1;
  }
  .achievement-name {
      font-weight: bold;
      color: #007bff;
  }
  .progress-wrapper {
      align-items: center;
      margin-bottom: 10px;
      width: 400px;
      margin: auto;
  }
  .progress-label {
      font-weight: bold;
  }
  .progress-bar {
      position: relative;
      width: 100%;
      height: 10px;
      background-color: #ddd;
  }
  .progress-completed {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background-color: #007bff;
      width: 0%;
  }
  .counter-wrapper {
      margin-left: 10px;
  }
  .stats .hits .kills {
      width: 33%;
      text-align: center;
  }
  .prof {
      background: #222222f2;
      margin: 15px;
  }
  .buttonProfile {
      background: #222222f2;
      margin: 15px;
  }
  @import url('https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap');
  .stats {
      box-sizing: border-box;
      text-align: center;
  }
  .sections-container > section[data-v-0a40a1da] {
      padding: 15px;
      width: 33%;
  }
  :root {
      --background-color: #151413;
      --header-color: #252925f2;
      --secondary-color: #222222f2;
      --rust-button-red: #962f20;
      --rust-hover-red: #b83b28;
      --rust-text-red: #c79897;
      --rust-button-green: #3d4b27;
      --rust-hover-green: #586c39;
      --rust-text-green: #a6cd63;
      --rust-button-blue: #1d425f;
      --rust-hover-blue: #275579;
      --rust-text-blue: #489ad4;
      --rust-button-gray: #595552;
      --rust-hover-gray: #6f6b67;
      --rust-text-gray: #ccc3be;
      --accent-color-800: #cd422a;
      --accent-color-900: #af3723;
      --font-color-700: #fff;
      --font-color-800: rgba(255, 255, 255, 0.7);
      --font-color-900: #7b7b7b;
      --bg-color-600: #1a1a1a;
      --bg-color-800: #202020;
      --bg-color-700: #252925f2;
      --bg-color-900: #202420f2;
      --product-items-trans-bg-color: rgba(0, 0, 0, 0.4);
  }
  .sections-container {
      display: flex;
      justify-content: center;
  }
  .sections-container > section {
      padding: 15px;
      width: 33%;
  }
  .player-profile-wrapper {
      position: relative;
      display: flex;
      flex-direction: row;
      padding: 25px 32px;
      top: 105px;
      left: 0;
      right: 0;
      bottom: 0;
  }
  .player-view {
      position: relative;
      display: flex;
      justify-content: center;
      align-items: center;
      background-color: #222222f2;
      padding: 40px 40px 80px 40px;
      height: 620px;
  }
  .player-view-header,
  .profile-data-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      color: #fff;
      background-color: #252925f2;
      padding: 10px 20px;
      margin: 0;
      font-size: clamp(16px, 1vw, 20px);
  }
  .player-view-header a {
      color: #fff;
      text-decoration: none;
      font-size: clamp(12px, 1vw, 16px);
      padding-right: 20px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
  }
  .player-name a:hover {
      color: #489ad4;
  }
  .player-view-header h1 {
      margin: 0;
  }
  .profile-table-buttons {
      display: flex;
      align-items: center;
  }
  .wipebutton {
      margin-right: 5px;
  }
  .profile-table-buttons a,
  .main-table-buttons a {
      margin: 0;
      text-decoration: none;
      color: #c79897;
      background-color: #962f20;
      padding: 3px 10px;
      font-weight: 900;
      font-size: clamp(14px, 1vw, 18px);
      margin-right: 5px;
  }
  .main-table-buttons {
      font-size: 20px;
      padding: 3px 10px;
  }
  .profile-table-buttons a:hover,
  .main-table-buttons a:hover {
      background-color: #b83b28;
  }
  .profile-table-buttons a.active,
  .main-table-buttons a.active {
      color: #a6cd63;
      background-color: #3d4b27;
  }
  .profile-table-buttons a.active:hover,
  .main-table-buttons a.active:hover {
      background-color: #586c39;
  }
  .player-view-container {
      z-index: 1;
  }
  .profile-row-1,
  .profile-row-2,
  .profile-row-3 {
      display: flex;
      flex-direction: column;
      margin-left: 40px;
      z-index: 1;
  }
  .profile-data {
      width: 50%;
      padding-inline: 10px;
  }
  .profile-data-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      padding: 20px 10px 4px 10px;
      background-color: #222222f2;
      max-width: 758px;
      height: 580px;
      overflow: auto;
  }
  .profile-data-section {
      display: flex;
      flex-direction: row;
      align-items: center;
      width: 100%;
  }
  .profile-header,
  .profile-result {
      margin: 0;
      color: #ccc3be;
      background-color: #595552;
      text-align: center;
      padding: 10px;
      white-space: nowrap;
      font-size: clamp(12px, 1vw, 12px);
  }
  .profile-result {
      margin-bottom: 20px;
      background-color: #6f6b67;
  }
  .weapon-profile-header {
      position: relative;
      color: #ccc3be;
      background-color: #595552;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      transition: 0.3s all ease-in-out;
  }
  .weapon-image {
      width: clamp(40px, 5vw, 80px);
      height: clamp(40px, 5vw, 80px);
      padding: 8px;
  }
  .weapon-profile-header::after {
      content: attr(weapon-name);
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 100px;
      bottom: 0;
      left: 0;
      right: 0;
      color: #489ad4;
      background-color: #1d425f;
      font-size: clamp(10px, 0.8vw, 22px);
      font-weight: 900;
      padding: 5px;
      opacity: 0;
      transition: 0.3s all ease-in-out;
  }
  .weapon-profile-header:hover:after {
      top: 0px;
      opacity: 1;
  }
  .player-model {
      width: 230px;
  }
  .hover-text {
      position: absolute;
      bottom: 10px;
      font-size: 14px;
      color: #ccc3be;
      background-color: #595552;
      padding: 5px 10px;
      transition: 0.3s all ease-in-out;
  }
  .hover-text i {
      font-size: 14px;
  }
  .hitcount {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      color: #489ad4;
      background-color: #1d425f;
      font-size: 24px;
      font-weight: 900;
      padding: 5px 10px;
  }
  .hitcount:hover {
      background-color: #275579;
  }
  .hitcount:hover .hitcount-result {
      background-color: #1d425f;
  }
  .hitcount-part {
      font-size: 13px;
      margin: 0;
      margin-right: 8px;
  }
  .hitcount-result {
      font-size: 13px;
      margin: 0;
      background-color: #275579;
      padding: 5px;
  }
  .head {
      top: 70px;
      right: 15px;
  }
  .torso {
      top: 220px;
      left: 110px;
  }
  .leftarm {
      bottom: 400px;
      left: 10px;
  }
  .leftarm h1 {
      margin-right: 0;
      margin-left: 8px;
  }
  .rightarm {
      bottom: 400px;
      right: 10px;
  }
  .leftleg {
      bottom: 240px;
      left: 10px;
  }
  .leftleg h1 {
      margin-right: 0;
      margin-left: 8px;
  }
  .rightleg {
      bottom: 240px;
      right: 10px;
  }
  .leftfoot {
      bottom: 60px;
      left: 15px;
  }
  .leftfoot h1 {
      margin-right: 0;
      margin-left: 8px;
  }
  .rightfoot {
      bottom: 60px;
      right: 15px;
  }
  .hits-container {
      opacity: 0;
      transition: 0.5s all ease-in-out;
  }
  .player-view:hover .hits-container {
      opacity: 1;
  }
  .player-view:hover .hover-text {
      opacity: 0;
  }
  .profile-icon {
      margin-right: 8px;
  }
  .error-container {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding-inline: clamp(100px, 25vw, 800px);
      text-align: center;
      height: 100vh;
  }
  .error-container h1,
  .error-container p {
      padding: 15px 30px;
      margin: 0;
      width: 100%;
      z-index: 2;
  }
  .error-container h1 {
      color: #c79897;
      background-color: #962f20;
      font-size: 30px;
  }
  .error-container p {
      color: #c79897;
      background-color: rgb(97, 31, 21);
      font-size: 20px;
  }
  .error-container a {
      color: #489ad4;
      background-color: #1d425f;
      padding: 15px 30px;
      text-decoration: none;
      margin-top: 20px;
      font-size: 18px;
      font-weight: 900;
      width: 100%;
      z-index: 2;
  }
  .error-container a:hover {
      background-color: #275579;
  }
  .fa-circle-exclamation {
      font-size: 30px;
  }
  @media screen and (min-width: 320px) and (max-width: 820px) {
      .leaderboards-wrapper {
          flex-direction: column;
          padding-inline: 15px;
          top: clamp(94px, 20vw, 100px);
      }
      .server-list {
          flex-direction: row;
      }
      .server-list button,
      .server-select {
          margin: 10px 10px;
      }
      .view-profile-button {
          flex-direction: column;
      }
      .fa-eye {
          margin-right: 0;
          margin-bottom: 5px;
      }
      .player-profile-wrapper {
          flex-direction: column;
      }
      .profile-data-container {
          padding: 20px 0 4px 0;
      }
      .profile-row-1,
      .profile-row-2,
      .profile-row-3 {
          margin-left: 0;
          margin-top: 20px;
      }
      .error-container h1,
      .error-container p,
      .fa-circle-exclamation,
      .error-container a {
          font-size: clamp(14px, 1vw, 20px);
      }
  }
  @media screen and (min-width: 500px) and (max-width: 600px) {
      .torso {
          left: clamp(155px, 32vw, 205px);
      }
  }
  @media screen and (min-width: 400px) and (max-width: 500px) {
      .torso {
          left: clamp(100px, 26vw, 150px);
      }
  }
  @media screen and (min-width: 340px) and (max-width: 400px) {
      .hitcount {
          padding: 3px 4px;
      }
      .hitcount-part {
          font-size: clamp(8px, 1vw, 13px);
      }
      .hitcount-result {
          font-size: clamp(8px, 1vw, 13px);
      }
      .head {
          top: 62px;
          right: 10px;
      }
      .leftarm,
      .rightarm {
          bottom: 350px;
      }
      .leftleg,
      .rightleg {
          bottom: 190px;
      }
      .torso {
          top: clamp(172px, 39vh, 250px);
          left: clamp(80px, 31vw, 129px);
      }
      .navbar-textlogo {
          overflow: hidden;
          white-space: nowrap;
          text-overflow: ellipsis;
          max-width: 140px;
      }
  }
  @media screen and (min-width: 300px) and (max-width: 340px) {
      .hitcount {
          padding: 3px 4px;
      }
      .hitcount-part {
          font-size: clamp(8px, 1vw, 13px);
      }
      .hitcount-result {
          font-size: clamp(8px, 1vw, 13px);
      }
      .head {
          top: 62px;
          right: 10px;
      }
      .leftarm,
      .rightarm {
          bottom: 350px;
      }
      .leftleg,
      .rightleg {
          bottom: 190px;
      }
      .torso {
          top: 172px;
          left: clamp(80px, 18vw, 129px);
      }
      .stats {
          display: flex;
          justify-content: space-between;
          align-items: flex-start;
      }
      .player-view {
          width: 60%;
          margin: 0;
      }
      .playerstats {
          width: 35%;
          display: inline-block;
      }
      .sections-container {
          display: flex;
          justify-content: space-between;
      }
      .section {
          padding: 10px;
      }
  }
  .Header-module__logoWrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
a.Header-module__logo, a.Header-module__logo:focus, a.Header-module__logo:hover {
    color: rgba(141, 77, 77, 0);
}
a.Header-module__logo {
    color: rgba(141, 77, 77, 0);
    width: 247px;
    height: 60px;
    background-size: cover;
    content: "";
    background-image: url(https://rustaria.ru/assets/images/logo.png) !important;
}
.Header-module__logoWrapper img {
    width: 247px;
    height: 60px;
}
h1.Header-module__logoWrapper {
    display: flex;
    left: 40px;
    position: absolute;
}
section.header {
    background: var(--header-color);
    padding: 20px clamp(20px, 3vw, 50px);
    height: 120px;
    display: flex;
    align-items: center;
}
.nav-link {
    display: flex;
    position: absolute;
    left: 320px;
}
.auth-btn {
    color: var(--rust-text-green) !important;
    background-color: var(--rust-button-green) !important;
}
.auth-btn:hover {
    background-color: var(--rust-hover-green) !important;
}
.player-balance {
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
}
.player-balance:hover {
    background-color: var(--rust-hover-blue);
}
.nav-button {
    display: flex;
    align-content: center;
    align-items: center;
    position: absolute;
    right: 10px;
    gap: 15px;
}
.header-navigation__mobile .nav-link4 {
    width: 100%;
}
.header-navigation__mobile .link-nav.balance {
    width: 100%;
}
.nav-link4 span,
.nav-link4 {
    border: none;
    text-align: center;
    font-size: clamp(21px,1vw,17px);
    width: 200px;
    height: 60px;
    cursor: pointer;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: Oswald, sans-serif;
    font-weight: 1000;
    transition: all .1s ease 0s;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Oswald;
}
.green {
    color: var(--rust-text-green);
    background-color: var(--rust-button-green);
}
.green:hover {
    background-color: var(--rust-hover-green);
}
.red {
    color: var(--rust-text-red);
    background-color: var(--rust-button-red);
}
.red:hover {
    background-color: var(--rust-hover-red);
}
.head-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: var(--bg-color-700);
    padding: 15px;
    font-size: 19px;
}
.card_wrapper {
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    animation: cardAnimation .15s ease;
    background: rgba(0, 0, 0, 0.4);
    color: rgb(186, 177, 168);
}
@keyframes cardAnimation {
    0% {
        opacity: 0;
        transform: scale(.92)
    }
    to {
        opacity: 1;
        transform: scale(1)
    }
}
.cardPrice {
    position: inherit;
    text-align: center;
    background: rgba(0, 0, 0, 0.4);
    color: rgb(186, 177, 168);
    border-radius: 0px;
    padding: 4px 0px;
    z-index: 10;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    align-items: center;
}
.cardName {
    z-index: 6;
    transition: all .2s ease;
    transform: translateY(100%);
    width: 100%;
    padding: 10px 8px;
    bottom: 0;
    left: 0;
    background-color: var(--product-items-trans-bg-color);
    position: absolute;
}
.cardImg {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
}
.BasketContainer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}



.cardContainer {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
    padding: 00px 20px 20px 20px;
}
.card_wrapper:hover .cardName, .card_wrapper:active .cardName {
    transform: translateY(0);
}
.card_wrapper {
    transition: all 0.2s ease;
}
.card_wrapper:hover {
  transform: translateY(-5px);
}
.shop_wrapper {
    z-index: 10;
    position: relative;
}
.content-container {
    z-index: 10;
}
button.server-btn {
    border-radius: 0px;
    color: #d4d4d4;
    background-color: var(--rust-button-gray);
    cursor: pointer;
    padding: 10px 15px;
    flex: 1;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: all .15s ease;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-size: inherit;
    font-size: 14px;
}
.server-buttons {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 10px;
    justify-content: center;
}
button.active.server-btn {
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
}
.input-group {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .btn-col {
    border: 1px solid var(--rust-button-blue);
    border-radius: 0px !important;
    box-sizing: border-box;
    outline: none;
    transform: none !important;
    width: 36px;
  }
  input.form-control {
    border: none;
    border-radius: 0px !important;
    box-sizing: border-box;
    color: #dcdcdc !important;
    font-size: 15px;
    outline: none;
    padding: 1px 10px 1px 15px;
    width: 40%;
    height: 36px;
    background-color: var(--background-color);
    margin-bottom: 10px;
    text-align: center;
    font-weight: 900;
  }
  .footer_divs {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    padding-right: 4px;
    padding-left: 15px;
    background-color: #232223;
  }
  .img_item {
    height: 300px;
  }
  .modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: table;
    transition: opacity 0.1s ease;
  }
  .modal-wrapper {
    display: table-cell;
    vertical-align: middle;
  }
  .modal-container {
    width: 300px;
    margin: 0px auto;
    padding: 20px 30px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33);
    transition: all 0.1s ease;
    font-family: Helvetica, Arial, sans-serif;
  }
  .modal-header h3 {
    margin-top: 0;
    color: white;
  }
  .modal-default-button {
    float: right;
  }
  .modal-enter-from,
  .modal-leave-to {
    opacity: 0;
  }
  .modal-enter-active .modal-container,
  .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  .btn-col {
    height: 36px;
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
    font-size: 20px;
    width: 36px;
  }
  button.btn-col:hover {
    background-color: #2b6b9c;
    cursor: pointer;
}
  ::placeholder {
    color: white;
    opacity: 1;
  }
  .form__field {
    width: 360px;
    background: #222;
    color: #a3a3a3;
    font: inherit;
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 10%);
    border: 0;
    outline: 0;
    padding: 22px 18px;
    border-radius: 5px;
  }
  .btn--inside {
    margin-left: -96px;
  }
  .btn2 {
    display: inline-block;
    background: transparent;
    color: inherit;
    font: inherit;
    border: 0;
    outline: 0;
    padding: 0;
    transition: all 200ms ease-in;
    cursor: pointer;
    border-radius: 5px;
  }
  .btn {
    margin: 10px;
    padding: 15px;
    text-align: center;
    width: 129px;
    text-transform: uppercase;
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    border-radius: 5px;
    cursor: pointer;
  }
  .btn:hover {
    background-position: right center;
  }
  .btn-5 {
    background-color: #262626;
    align-self: center;
  }
  :root {
    --body: #eaf2ff;
    --card: #c0c0c0;
    --text: #000;
    --price: #4136f1;
  }
  body.dark {
    --body: #171717;
    --text: #fff;
    --card: #cecece;
  }
  .modal {
}
  @keyframes ani {
    0% {
      transform: translate(0, 0) translateY(-5px) scaleY(1);
    }
    50% {
      transform: translate(0, 10%) translateY(0px) scaleY(0.9);
    }
    100% {
      transform: translate(0, 0) translateY(-5px) scaleY(1);
    }
  }
  @keyframes shadow {
    0% {
      transform: scaleX(1);
      opacity: 0.5;
    }
    50% {
      transform: scaleX(0.8);
      opacity: 1;
    }
    100% {
      transform: scaleX(1);
      opacity: 0.5;
    }
  }
  .green-btn {
    background-color: green;
  }
  .green-btn:hover {
    background-color: #099a09;
  }
div#NotiflixNotify-2 {
    font-size: 17px;
    font-family: montserrat, bebasneue, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji" !important;
}
.productModalInfo {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(0%, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}
label.TotalSum-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}
.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 0px;
    overflow: hidden;
    background: var(--bg-color-700);
}
.TotalSum-module__currency {
    color: var(--rust-text-red);
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    line-height: 36px;
}
input#totalAmount {
    background-color: var(--background-color);
    font-size: 15px;
    width: 100%;
    color: #dcdcdc!important;
    padding: 0 10px;
    border: 1px solid var(--background-color);  
}
label.CountSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}
.CountSelector-module__inputWrapper {
    border-radius: 0px;
    width: 100%;
    height: 36px;
    background: var(--background-color);
}



/* SHOP */
.search-and-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 50px; /* Одинаковая высота для поиска и категорий */
    position: relative; /* Для наложения блоков */
    padding: 20px;
  }
  
  .toggle-categories-btn {
    background-color: #000000bd;
    color: #fff;
    /* width: 25%; */
    border: none;
    width: 200px;
    padding: 10px 15px;
    cursor: pointer;
    /* border-radius: 5px; */
    z-index: 2;
    height: 40px;
    color: #bab1a8;
  }
  
  .search-or-categories {
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
  }
  
  .search-bar,
  .category-select {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .search-bar {
    padding: 10px;
    width: 100%;
    /* border: 1px solid #ccc; */
    /* border-radius: 5px; */
    z-index: 1;
    transition: opacity 0.3s ease;
    height: 40px;
    margin-top: -20px;
    background: #0006;
    border: none;
    /* outline: none; */
    outline: 2px solid #000000;
    color: #bab1a8;
    outline: none;
  }
  
  .category-select {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    height: 40px;
    margin-top: -20px;
    background-color: #0006;
  }
  
  /* Анимация для категорий и поиска */
  .fade-enter-active,
  .fade-leave-active {
    transition: all 0.3s ease;
  }
  .fade-enter-from,
  .fade-leave-to {
    opacity: 0;
    transform: translateY(-10px);
  }
  
  /* Стили для категорий */
  .category-buttons {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  
  .category-btn {
    position: relative;
    border: none;
    background-color: transparent;
    cursor: pointer;
    /* padding: 10px; */
  }
  
  .category-btn.active {
    border-bottom: 3px solid #003e72;
  }
  .active img.category-icon {
    filter: brightness(0) saturate(100%) invert(75%) sepia(00%) saturate(200%)
      hue-rotate(350deg);
  }
  .category-icon {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(00%) saturate(200%)
      hue-rotate(350deg);
  }
  .category-icon-all {
    width: 30px;
    height: 30px;
    margin-top: 5px;
    margin-left: 10px;
    margin-right: 10px;
  }
  .tooltip {
    visibility: hidden;
    background-color: black;
    color: white;
    text-align: center;
    padding: 5px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%) translateY(-50px);
    width: 120px;
  }
  
  .category-btn:hover .tooltip {
    visibility: visible;
  }
  
  /* Анимация появления товаров */
  .fade-enter-active,
  .fade-leave-active {
    transition: all 0.5s;
  }
  .fade-enter-from,
  .fade-leave-to {
    opacity: 0;
    transform: translateY(10px);
  }
  
  .card_wrapper {
    cursor: pointer;
  }
  .server-select {
    margin-top: 20px;
  }
  /* Адаптивность */
  @media (max-width: 600px) {
    .search-bar {
      width: 100%;
    }
  }
  
  .quantity-input-wrapper {
    position: relative;
    width: 100%;
  }
  
  .input-with-range {
    position: relative;
    width: 100%;
    height: 36px;
    margin-right: -1px;
  }
  
  .input-with-range .quantity-input {
    position: relative;
    width: 100%;
    z-index: 2;
    background: transparent;
  }
  
  .input-with-range .range-slider-inside-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    background: transparent;
    z-index: 3;
    /* Убираем opacity и pointer-events */
  }
  
  .input-with-range .range-slider-inside-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 10px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1); /* Прозрачный цвет */
    cursor: pointer;
  }
  
  .input-with-range .range-slider-inside-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      #4caf50 0%,
      #4caf50 calc(({{col}} - 1) / ({{maxCol}} - 1) * 100%),
      #ddd calc(({{col}} - 1) / ({{maxCol}} - 1) * 100%),
      #ddd 100%
    );
    border: none;
    border-radius: 5px;
  }
  
  .input-with-range .range-slider-inside-input::-moz-range-thumb {
    width: 10px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  
  .input-with-range .range-slider-inside-input::-moz-range-track {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
  }
  
  .input-with-range .range-slider-inside-input::-ms-thumb {
    width: 10px;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
  }
  
  .input-with-range .range-slider-inside-input::-ms-track {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
    color: transparent;
  }
  
  .input-with-range .range-slider-inside-input::-ms-fill-lower {
    background: #4caf50;
  }
  
  .input-with-range .range-slider-inside-input::-ms-fill-upper {
    background: #ddd;
  }
  
  .input-with-range .quantity-input {
    background-color: transparent;
    text-align: center;
  }
  .input-with-range .range-slider-inside-input::-webkit-slider-runnable-track {
    width: 100%;
    height: 100%;
    background: transparent;
    border: none;
  }
  
  .input-with-range .range-slider-inside-input::-moz-range-track {
    width: 100%;
    height: 100%;
    background: linear-gradient(
      to right,
      #4caf50 0%,
      #4caf50 var(--progress-percentage),
      #ddd var(--progress-percentage),
      #ddd 100%
    );
    border: none;
    border-radius: 5px;
  }
  
  .input-with-range .range-slider-inside-input::-ms-fill-lower {
    background: #4caf50;
  }
  
  .input-with-range .range-slider-inside-input::-ms-fill-upper {
    background: #ddd;
  }
  .input-with-range .range-slider-inside-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-appearance: none;
    background: transparent;
    z-index: 3;
    opacity: 0; /* Ползунок невидим, но принимает события */
  }
  .input-with-range {
    position: relative;
    width: 100%;
  }
  
  .input-with-range::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: var(--progress-percentage);
    height: 100%;
    background-color: #454545;
    margin-left: -1px;
    z-index: 1;
    /* border-radius: 5px; */
  }
  
  .input-with-range .quantity-input {
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: transparent;
    text-align: center;
  }
  .productModalGiveText {
    color: rgb(173, 173, 173);
    border: 1px dashed rgb(105, 105, 105);
    padding: 2%;
    border-radius: 0px;
    background: rgb(51, 51, 51);
    font-size: 14px;
    display: block;
    text-align: center;
    font-weight: 500;
  }
  
  .productModalDescription {
    list-style: inside;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--bg-color-700);
  }




  /* Nofity confirm */

  .notiflix-confirm-content {
    min-width: 300px !important;
    width: 600px !important;
    background: #202020 !important;
    animation-duration: 300ms;
    border-radius: 0px !important;
  }

  .notiflix-confirm-head div {
    color: #909090 !important;
}

a#NXConfirmButtonOk {
    color: var(--rust-text-green) !important;
    background-color: var(--rust-button-green) !important;
    border: none;
    text-align: center;
    font-size: clamp(21px,1vw,17px);
    /* width: 200px; */
    /* height: 60px; */
    cursor: pointer;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: Oswald, sans-serif;
    font-weight: 1000;
    transition: all .1s ease 0s;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Oswald;
}


a#NXConfirmButtonCancel {
    color: #e4dad1 !important;
    background-color: #2a2928 !important;
    border: 2px solid rgb(76, 73, 70);
    text-align: center;
    font-size: clamp(21px,1vw,17px);
    /* width: 200px; */
    /* height: 60px; */
    cursor: pointer;
    border-radius: unset;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    font-family: Oswald, sans-serif;
    font-weight: 1000;
    transition: all .1s ease 0s;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-family: Oswald;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 111;
    background-color: #000000b3;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (max-width: 1000px) {
    .page-container {
        flex-direction: column;

    padding: unset;
    width: 100%;



    }
    .widget-container-right {
        order: 3; 
                margin-top: 15px;
        width: 100%;
        min-width: 100%;
    }
    .widget-container {
        order: 2;
                margin-top: 15px;
        width: 100%;
        min-width: 100%;
    }
    .content-container {
        order: 1;
        margin: unset;
    }
    .productModalInfo {
    display: flex;
    flex-direction: column;
}

.modal {
    max-height: 100%;
    overflow: auto;
}
.toggle-categories-btn {
    padding: unset;
}
    .category-select {
    display: flex;
    justify-content: center;
    z-index: 1;
    height: 40px;
    margin-top: -20px;
    flex-direction: row;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-left: ;
    flex-wrap: nowrap;
}

.category-select::-webkit-scrollbar {
    display: none;
}
    
.category-buttons {
    /* margin-left: 250px; */
}

    
}





.withdrawl-input {
    display: flex;
    width: calc(100% - 250px);
  }
  
  input.withdrawlCard {
    margin-left: 10px;
  }
  input.invalid {
    border: 1px solid red !important;
  }
  
  input.valid {
    border: 1px solid var(--rust-text-green) !important;
  }
  
  .withdrawl-request {
    display: flex;
  }
  .withdrawl-request {
    gap: 10px;
    width: 100%;
  }
  
  input.withdrawlSumm {
    width: 30%;
  }
  
  button.btn-primary.withdrawlBtn {
    height: 38px;
    background-color: var(--rust-button-blue);
    color: var(--rust-text-blue);
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    width: 250px;
  }
  .referral-container {
    padding: 20px;
    background: var(--bg-color-900);
  }
  
  .referral-title {
    font-size: 32px;
    color: var(--font-color-700);
    margin-bottom: 20px;
  }
  
  .referral-info h2 {
    color: var(--rust-text-green);
  }
  
  .referral-link input {
    width: calc(100% - 250px);
    padding: 10px;
    border: 1px solid var(--rust-text-green);
    color: var(--font-color-700);
    background: var(--secondary-color);
  }
  
  .referral-link-wrapper {
    align-items: center;
    display: flex;
  }
  
  button.btn-secondary.refCopy {
    margin-left: 10px;
    background-color: var(--rust-button-blue);
    color: var(--rust-text-blue);
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    width: 250px;
    height: 38px;
  }
  
  .admin-referral-input {
    display: flex;
    margin-bottom: 20px;
  }
  .referral-link {
    margin-top: 20px;
  }
  
  button.btn-primary.refChange {
    margin-left: 10px;
    background-color: var(--rust-button-blue);
    color: var(--rust-text-blue);
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    width: 250px;
    height: 38px;
  }
  button.btn-primary.refChange:hover,
  button.btn-secondary.refCopy:hover {
    background-color: var(--rust-hover-blue);
  }
  
  .referral-stats {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
    gap: 10px;
    height: 60px;
  }
  
  .referral-stats div {
    text-align: center;
    background: var(--bg-color-700);
    color: var(--font-color-700);
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .referral-stats div:hover {
    cursor: pointer;
    background: var(--bg-color-800);
  }
  
  .withdraw-section {
    margin-top: 25px;
    font-size: 14px;
    font-weight: 600;
  }
  
  .withdraw-section input {
    width: 100%;
    padding: 10px;
    border: 1px solid var(--rust-text-green);
    margin-bottom: 10px;
    color: var(--font-color-700);
    background: var(--secondary-color);
  }
  .card-input-wrapper {
    width: 100%;
    margin-left: 10px;
  }
  
  .referrals-list {
    margin-top: 20px;
  }
  
  .referral-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    background: var(--bg-color-900);
    color: var(--font-color-700);
    margin-bottom: 5px;
  }
  .referral-item:hover,
  .transaction-item:hover {
    background-color: var(--product-items-trans-bg-color);
  }
  .table-reff {
    background: var(--bg-color-700);
    padding: 20px;
  }
  .tabs.refferals {
    display: flex;
    justify-content: center;
  }
  .use-last-card {
    height: 38px;
    background-color: var(--rust-button-gray);
    color: var(--rust-text-gray);
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    width: 250px;
  }
  .use-last-card:hover {
    background-color: var(--rust-hover-gray);
  }
  
  .tabs.refferals button {
    height: 38px;
    background-color: var(--rust-button-gray);
    color: var(--rust-text-gray);
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    width: 250px;
  }
  .tabs.refferals .active {
    background-color: #2f2f2f;
  }
  .tabs.refferals button:hover {
    background-color: #2f2f2f;
  }
  .referrals-list h3 {
    margin-bottom: 10px;
  }
  .transactions h3 {
    margin-bottom: 10px;
  }
  .transaction-item {
    display: flex;
    justify-content: space-between;
  
    padding: 10px;
    background: var(--bg-color-900);
    color: var(--font-color-700);
    margin-bottom: 5px;
  }
  .transaction-item {
    display: flex;
    width: 100%;
  }
  
  .transaction-item p {
    flex: 1;
    box-sizing: border-box;
  }
  
  .transaction-item p:nth-child(1) {
    text-align: left;
  }
  
  .transaction-item p:nth-child(2),
  .transaction-item p:nth-child(3) {
    text-align: center;
  }
  
  .transaction-item p:nth-child(4) {
    text-align: right;
  }
  .tabs.refferals[data-v-c1451fd7] {
    display: flex;
    justify-content: center;
  }




.ticket-table {
  width: 100%;
 
}

/* .ticket-table th,
.ticket-table td {
  padding: 15px;
  border: 1px solid #333;
  text-align: left;
}

.ticket-table th {
  background-color: #2e2e2e;
  color: white;
} */


table, tr, th, td {
    box-shadow: rgb(8 8 8 / 42%) 0px 0px 10px;
    /* padding: 15px; */
    margin-top: 10px
}

.ticket-table th, tr, td {
    padding: 15px;
}

.ticket-table thead {
    background: var(--bg-color-600);
    text-transform: uppercase;
}





.status-open {
  color: #007bff; /* Синий для открытых */
}

.status-answered {
  color: #28a745; /* Зеленый для отвеченных */
}

.status-closed {
  color: #dc3545; /* Красный для закрытых */
}

.btn-submit,
.btn-close-ticket,
.btn-back {
  padding: 10px 20px;
  background-color: #4caf50;
  color: white;
  border: none;
  border-radius: 0px; /* Квадратный стиль */
  cursor: pointer;
  margin-right: 10px;
}

.btn-submit:hover,
.btn-close-ticket:hover,
.btn-back:hover {
  background-color: #45a049;
}

.input-title, .textarea-message {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #393939;
    border-radius: 0;
    font-size: 13px;
    background: var(--bg-color-800);
    height: 160px;
}

textarea.textarea-message:active {
    border: 1px solid #393939;
    color: white;
}

.messages-section {
    padding: 15px;
    border-radius: 0;
    margin-top: 20px;
    box-shadow: #0808086b -1px 1px 10px;
    border: solid 1px #0808086b;
    box-shadow: 0 0 10px 5px #0808086b;
    margin: 10px;
}

.message-item {
  border-bottom: 1px solid #333;
  padding: 10px 0;
  color: white;
}

.message-time {
  color: #777;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}

.message-form {
  margin-top: 20px;
}

.form-create-ticket {
  padding: 15px;
  border-radius: 0px; /* Квадратный стиль */
}

button.btn-view-messages,
.btn-new-ticket {
  border: none;
  text-align: center;
  font-size: clamp(14px, 1vw, 14px);
  /* width: 200px; */
  /* height: 40px; */
  cursor: pointer;
  border-radius: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
  font-weight: 1000;
  transition: all 0.1s ease 0s;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 10px;
  font-family: Oswald;
}

button.btn-view-messages,
.btn-new-ticket {
  color: var(--rust-text-green) !important;
  background-color: var(--rust-button-green) !important;
}

button.btn-view-messages:hover,
.btn-new-ticket:hover {
  color: var(--rust-text-green) !important;
  background-color: var(--rust-hover-green) !important;
}


button.btn-green {
    background-color: var(--rust-button-green);
    color: var(--rust-text-green);
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: background .3s;
    height: 38px;
    text-transform: uppercase;
    font-size: 13px;
}

td, th {
    text-align: center;
    vertical-align: middle;
    padding: 10px;
  }

  span.new-message-badge {
    background: #ff00008f;
    color: white;
    display: inline-flex; 
    justify-content: center;
    align-items: center; 
    width: 20px;
    height: 20px; 
    position: relative;
    top: -10px;    
    border-radius: 50%; 
    font-size: 10px; 
    font-weight: bold; 
}


button.btn-green:hover {
    background-color: var(--rust-hover-green);
}

button.btn-primary {
    margin-left: 10px;
    background-color: var(--rust-button-blue);
    color: var(--rust-text-blue);
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    width: 250px;
    height: 38px;
  }
  button.btn-primary:hover,
  button.btn-secondary:hover {
    background-color: var(--rust-hover-blue);
  }


  button.btn-red {
    height: 38px;
    background-color: var(--rust-button-red);
    color: var(--rust-text-red);
    padding: 10px;
    cursor: pointer;
    border: none;
    transition: background 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-transform: uppercase;
  }
  
  button.btn-red:hover {
    background-color: var(--rust-hover-red);
  }


  .ticket-btn {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
}

.ticket-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.ticket-head h2.header {
    font-size: 15px;
}


.message-admin.message-item {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: flex-start;
}

.message-item {
    display: flex;
    flex-direction: column;
    align-content: flex-end;
    align-items: flex-end;
}

.message-item p {
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
}

.message-item span {
    margin-top: 10px;
    background: var(--rust-text-blue); 
    position: relative; 
    color: white;
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}

.message-item span:after {
    bottom: 100%;
    left: 93%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: var(--rust-text-blue);
    border-width: 10px;
    margin-left: -10px;
}

.message-admin span:after {
    left: 7% !important;
    border-bottom-color: var(--rust-button-gray);
}

.message-item.message-admin span {
    background: var(--rust-button-gray);

}

.message-item.message-admin  p {
    display: flex;
    flex-direction: row !important;
    gap: 10px;
}


form.form-create-ticket {
    border: solid 1px #0808086b;
    box-shadow: 0 0 10px 5px #0808086b;
    margin: 10px;
    color: white;
}

.form-create-ticket input.input-title {
    height: 40px;
    color: white;
}


.form-create-ticket input:active {
    border: 1px solid #393939;
    color: white;
}

textarea.textarea-message {
    color: white;
}

.tableBtn, .statsBtn, .topBtn, .statsBtnProfile {
    color: var(--rust-text-gray);
    background-color: var(--rust-button-gray);
    cursor: pointer;
    padding: 10px 15px;
    border-radius: 0px;
    flex: 1 1 0%;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: 0.15s;
}

button, input, textarea {
    border: 0;
    outline: 0;
    background-color: transparent;
    color: inherit;
    font-weight: inherit;
    font-size: inherit;
}

.tableBtn.active, .statsBtn.active, .topBtn.active, .statsBtnProfile.active {
    color: var(--rust-text-blue);
    background-color: var(--rust-button-blue);
    border-radius: 0px;
}

.server-selection {
    margin-bottom: 20px;
    margin-top: 10px;
}


.pagination {
    margin-bottom: 10px;
    margin-top: 10px
    
}
.pagination button {
    margin: 0 10px;
    background-color: rgba(0, 0, 0, 0.2);
    border: 0px;
    border-radius: 0px;
    color: rgb(228, 218, 209);
    transition: 0.15s;
    padding: 10px;
}

.stats-table {
    min-height: 200px;
    position: relative;
    padding: 10px;
  }
  .loading-row {
    text-align: center;
    font-style: italic;
    color: gray;
  }
  .fade-enter-active,
  .fade-leave-active {
    transition: opacity 0.1s ease;
  }
  .fade-enter-from,
  .fade-leave-to {
    opacity: 0;
  }
  .loading-spinner {
    text-align: center;
    padding: 20px;
  }
  


  .search-timeframe-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding: 10px;
}

.search-bar-stats {
    border: none;
    background: var(--background-color);
    font-size: 15px;
    color: rgb(185, 187, 185);
    padding: 15px;
    z-index: 2;
    position: relative;
}

.search-bar-stats input[type="text"] {
    color: rgb(185, 187, 185);
}

button.timeframe.active {
    display: inline-block;
    background-color: rgb(18, 17, 17);
    color: rgb(255 255 255);
    border: none;
    border-radius: 0px;
    cursor: pointer;
    width: 130px;
    text-align: center;
    padding: 15px;
}


button.timeframe {
    display: inline-block;
    background-color: rgb(57 57 57);
    color: rgb(186, 177, 168);
    border: none;
    border-radius: 0px;
    cursor: pointer;
    width: 130px;
    text-align: center;
    padding: 15px;
}


.stats-table table {
    width: 100%;
}

.stats-table thead {
    color: white;
    background: rgb(18, 17, 17);
}

.stats-table tr:hover {
    background: #00000024;
    cursor: pointer;
}

.pagination-btn {
    background-color: rgba(0, 0, 0, .2);
    border: 0;
    border-radius: 0;
    color: #e4dad1;
    transition: all .15s ease;
    padding-left: .75em;
    padding-right: .75em;
    white-space: nowrap;
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.pagination-btn:hover {
    background-color: rgba(228, 218, 209, .1);
}

.pagination-btn:disabled {
    cursor: not-allowed; 
    background-color: rgba(0, 0, 0, .2);
    border: 0;
    border-radius: 0;
    color: #e4dad1;
    transition: all .15s ease;
}

.icon i, button i {
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    font-feature-settings: "liga";
}


/* stats */
.personal-stats-top{min-width:140px;}
.profile-data-container-gather{display:flex;flex-flow:wrap;align-items:center;padding:20px 10px 4px;background-color: rgb(37 41 36);overflow:auto;box-shadow: #0808086b 0 0 10px;}
.profile-data-section-gather{display:flex;flex-flow:wrap;align-items:center;place-content:center;width:100%;}
.profile-data-header{display:flex;justify-content:center;align-items:center;color:rgb(186, 177, 168);background-color:rgba(37, 41, 37, 0.95);padding:10px 20px;margin:0px;font-size:clamp(16px, 1vw, 20px);flex-flow:wrap;}
.form-control{display:flex;flex-direction:column;}
.stats{display:inline-grid;--tw-bg-opacity:1;background-color:hsl(var(--b1)/ var(--tw-bg-opacity));--tw-text-opacity:1;color:hsl(var(--bc)/ var(--tw-text-opacity));border-radius:var(--rounded-box,1rem);}
:where(.stats){grid-auto-flow:column;overflow-x:auto;}
.text-3xl{font-size:2.5rem;line-height:2.25rem;}
.font-bold{font-weight:700;}
.stats{box-sizing:border-box;text-align:center;}
.sections-container{display:flex;justify-content:center;}
.sections-container section{padding:15px;width:33%;}
section.gather,section.player-info-container{width:100%;}
.player-view{position:relative;display:flex;justify-content:center;align-items:center;background-color: rgb(37 41 36);padding:40px 40px 80px;height:620px;box-shadow: #0808086b 0 0 10px;}
.player-info{position:relative;display:flex;justify-content:center;align-items:center;/* background-color:rgba(35, 35, 35, 0.95); */height:200px;width:100%;}
.profile-data-header{display:flex;justify-content:space-between;align-items:center;color:rgb(186, 177, 168);background-color: var(--background-color-stats-header);padding:10px 20px;margin:0px;font-size:clamp(16px, 1vw, 20px);}
.profile-data{width:50%;padding-inline:3px;}
.profile-data-container{display:flex;flex-direction:column;align-items:center;padding:20px 10px 4px;background-color: var(--background-color-stats);max-width:758px;height:580px;overflow:auto;box-shadow: #0808086b 0 0 10px;}
.profile-data-section{display:flex;flex-direction:row;align-items:center;width:100%;}
.hover-text{position:absolute;bottom:10px;font-size:14px;color:rgb(204, 195, 190);background-color:rgb(89, 85, 82);padding:5px 10px;transition:0.3s ease-in-out;}
.hover-text i{font-size:14px;}
.hitcount{display:flex;align-items:center;justify-content:center;position:absolute;color:rgb(72, 154, 212);background-color:rgb(29, 66, 95);font-size:24px;font-weight:900;padding:5px 10px;}
.player-info{position:relative;display:flex;justify-content:center;align-items:center;background-color: var(--background-color-stats);height:200px;width:100%;box-shadow: #0808086b 0 0 10px;}
.player-info-content{display:flex;justify-content:space-between;align-items:center;width:100%;}
::placeholder{color:var(--blue_3);opacity:1;}
.user-stat__item-content{padding:16px 20px 21px;background: url(https://cobaltlab.tech/app2/img/txtr-default.4f339ae3.webp) 0% 0% / contain no-repeat rgb(51 51 51 / 34%);border: 1px solid rgb(10 10 10 / 49%);border-radius:2px;width:150px;height:150px;align-items:center;display:flex;flex-direction:column;margin:5px;box-shadow: #0808086b 0 0 10px;}
.user-stat__icon{font-size:32px;margin-bottom:20px;color:var(--green_brand_green_txt);filter:drop-shadow(rgba(53, 210, 98, 0.2) 0px -2px 16px);}
.user-stat__title{font-weight:700;margin-bottom:8px;color:rgb(158, 158, 158);}
.user-stat__value{font-size:var(--h16);color:var(--white);font-weight:700;justify-content:center;text-align:center;}
.personal-stats-top:hover{background:rgba(49, 49, 49, 0.5);}
.personal-stats-top:hover .player-stats-image{width:105px;height:105px;bottom:0px;}
.player-stats-image img:hover{filter:drop-shadow(rgba(70, 82, 82, 0.8) 2px 2px 4px) drop-shadow(rgba(70, 82, 82, 0.8) -2px -2px 4px);}
.personal-stats-top{padding:8px 12px;height:105px;border-radius:2px;background:rgba(0, 0, 0, 0.2);display:flex;align-items:center;justify-content:space-between;margin-bottom:6px;transition:0.3s;position:relative;overflow:hidden;}
.player-stats-left{display:flex;flex-flow:column;justify-content:space-between;height:100%;position:relative;z-index:1;}
.player-stats-left .rank-number{color:var(--white);text-shadow:rgb(46, 59, 80) 2px 1px 0px;font-family:"Exo 2", sans-serif;font-size:16px;font-style:italic;font-weight:700;line-height:normal;letter-spacing:-0.32px;text-transform:uppercase;margin-bottom:-60px;display:flex;}
.player-stats-left .rank-level{color:rgb(147, 147, 147);font-family:Soleil, sans-serif;font-size:12px;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-0.24px;text-transform:uppercase;}
.player-stats-image{position:absolute;width:85px;height:85px;bottom:10px;right:5px;transition:0.3s;}
.player-stats-image img{width:100%;height:100%;object-fit:contain;object-position:center center;}
.player-info-container{display:flex;align-items:center;justify-content:space-between;}
.avatar-container{display:flex;align-items:center;justify-content:flex-start;width:50%;padding-left:40px;}
.avatar{width:150px;height:150px;margin-right:20px;}
.text-container{display:flex;flex-direction:column;}
.nickname,.additional-text{color:rgb(158, 158, 158);}
.nickname{display:flex;align-content:flex-end;}
p.additional-text:last-child{transform:translateY(-20px);}
p.additional-text{transform:translateY(11px);}
img.points{width:40px;display:block;margin-left:auto;margin-right:auto;}
.stats-container{display:flex;justify-content:flex-end;width:50%;padding-right:40px;}
.hitcount:hover{background-color:rgb(39, 85, 121);}
.hitcount:hover .hitcount-result{background-color:rgb(29, 66, 95);}
.hitcount-part{font-size:13px;margin:0px 8px 0px 0px;}
.hitcount-result{font-size:13px;margin:0px;background-color:rgb(39, 85, 121);padding:5px;}
.head{top:46px;right:59px;}
.torso{top:220px;left:130px;}
.leftarm{bottom:400px;left:10px;}
.leftarm h1{margin-right:0px;margin-left:8px;}
.rightarm{bottom:400px;right:10px;}
.leftleg{bottom:240px;left:10px;}
.leftleg h1{margin-right:0px;margin-left:8px;}
.rightleg{bottom:240px;right:10px;}
.leftfoot{bottom:60px;left:15px;}
.leftfoot h1{margin-right:0px;margin-left:8px;}
.rightfoot{bottom:60px;right:15px;}
.hits-container{opacity:0;transition:0.5s ease-in-out;}
.player-view:hover .hits-container{opacity:1;}
.player-view:hover .hover-text{opacity:0;}
span#playerStatus\ Offline{color:rgb(192, 12, 12);}
div#modalContent{background:rgb(24, 24, 24);}
@media screen and (min-width: 320px) and (max-width: 820px){
.profile-data-container{padding:20px 0px 4px;}
}
@media screen and (min-width: 500px) and (max-width: 600px){
.torso{left:clamp(155px, 32vw, 205px);}
}
@media screen and (min-width: 250px) and (max-width: 980px){
.torso{left:clamp(100px, 26vw, 150px);}
section{width:100%;}
.player-view{position:relative;display:flex;justify-content:center;align-items:center;background-color:rgba(34, 34, 34, 0.95);padding:40px 40px 80px;height:620px;width:400px;}
.sections-container{display:flex;justify-content:center;flex-direction:column;}
.profile-data-container{display:flex;flex-flow:column;align-items:center;padding:20px 10px 4px;background-color:rgba(34, 34, 34, 0.95);max-width:758px;overflow:scroll;width:400px;place-content:center flex-start;}
}
@media screen and (min-width: 340px) and (max-width: 400px){
.hitcount{padding:3px 4px;}
.hitcount-part,.hitcount-result{font-size:clamp(8px, 1vw, 13px);}
.head{top:62px;right:10px;}
.leftarm,.rightarm{bottom:350px;}
.leftleg,.rightleg{bottom:190px;}
.torso{top:clamp(172px, 39vh, 250px);left:clamp(80px, 31vw, 129px);}
}
@media screen and (min-width: 300px) and (max-width: 340px){
.hitcount{padding:3px 4px;}
.hitcount-part,.hitcount-result{font-size:clamp(8px, 1vw, 13px);}
.head{top:62px;right:10px;}
.leftarm,.rightarm{bottom:350px;}
.leftleg,.rightleg{bottom:190px;}
.torso{top:172px;left:clamp(80px, 18vw, 129px);}
.stats{display:flex;justify-content:space-between;align-items:flex-start;}
.player-view{width:60%;margin:0px;}
.sections-container{display:flex;justify-content:space-between;}
}
.fa-solid{-webkit-font-smoothing:antialiased;display:var(--fa-display,inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto;}
.fa-solid{font-family:"Font Awesome 6 Free";font-weight:900;}
.fa-solid{font-size:clamp(14px, 1vw, 18px);margin-right:5px;}


:root {
    --background-color-stats: rgb(37 41 36 / 19%);
    --background-color-stats-header: rgb(21 24 20);
}

.profile-header-box {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    background: var(--bg-color-700);
    padding: 15px;
    font-size: 19px;
  }

/* stats end */