@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
	background: url(https://i.postimg.cc/P58W7LtD/background-1.png) no-repeat;
  	background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

html, body {
  	height: 100%;
  	margin: 0;
  	display: flex;
  	flex-direction: column;
}

body > :not(.footerComponent) {
  	flex: 1 0 auto;
}

body:after {
    background-image: url(https://gspics.org/images/2025/02/04/IVD41a.png);
    content: " ";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    pointer-events: none;
    opacity: .5;
}

.gs-loader, .gs-loader__spinner, .Loader-module__loader, .Page-module__loader, .Banner-module__img, .LangSwitcher-module__btn, .Cookie-module__wrapper, .Header-module__logoWrapper, .Page-module__header {
	display: none;
}

.Shop-module__header {
	display: none !important;
}

.boxBody {
    background: rgb(59 53 47 / 50%) 80%;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 15px;
}

.container {
    width: 1220px;
    padding: 0 var(--safe-padding);
    margin: 0 auto;
}
  
.Index-module__wrapper, .CustomPage-module__wrapper, .Profile-module__wrapper, .ProfileBasket-module__wrapper, .ProfileHistory-module__wrapper {
    width: 1220px;
    display: flex;
  	gap: 10px;
    margin-top: 10px;
}

.Page-module__wrapper, .ProfileContent-module__body, .HistoryContent-module__wrapper, .BasketContent-module__wrapper, .Shop-module__wrapper {
  	opacity: 0;
    animation: Opa 0.2s ease-out forwards;
    animation-delay: 0.2s;
}

.errorMessage {
    display: block;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 60%);
    border: 1px dashed rgb(255 255 255 / 25%);
    border-radius: 10px;
    width: max-content;
    text-align: center;
    padding: 10px 20px;
    margin: 0 auto;
    margin-top: 20px;
}

.container.headerContainer .Header-module__wrapper {
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto;
    background-color: transparent;
    min-height: 70px;
}

.container.headerContainer {
    width: 100%;
    background: linear-gradient(313deg, rgb(130 100 76 / 20%) 50%, rgb(69 61 52));
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    position: sticky;
    top: 0;
    z-index: 10;
  	margin-bottom: 10px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
}

.Header-module__wrapper {
    background-color: var(--bg-color-700);
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.HeaderNav-module__wrapper {
    display: none;
}

.Header-module_Logotype {
  display: flex;
  align-items: center;
  gap: 10px;
}

.Header-module_Logotype-img {
  width: 48px;
  height: 48px;
  background: url(https://i.postimg.cc/fyKGX8Vr/256-256.jpg) no-repeat;
  background-size: contain;
  border-radius: 8px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 15%);
  transition: 0.2s all;
  cursor: pointer;
}

.Header-module_Logotype-img:hover {
	transform: scale(1.1);
}

.Header-module_Logotype-text {
  	display: flex;
  	flex-direction: column;
  	justify-content: center;
}

.Header-module_Logotype-text-title {
    font-size: 18px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: 600;
}

.Header-module_Logotype-text-desc {
    font-size: 12px;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
}

.HeaderNav-module__link {
    background: rgb(255 255 255 / 5%);
  	color: rgb(255 255 255 / 70%);
    cursor: pointer;
    padding: 8px 14px;
    border-radius: 8px;
    font-family: "Exo 2", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2rem;
    text-transform: none;
    transition: 0.2s all;
}

.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
    color: #ffffff;
    background: rgb(255 255 255 / 10%);
  	transform: translateY(-3px);
}

.PlayerMenu-module__loginLink {
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
    text-transform: none;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: 0.2s all;
}

.PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 55%);
    transform: translateY(-3px);
}

.PlayerMenu-module__loginLink span { 
	font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 600;
}

.loginicon {
    fill: #ffffff;
    width: 26px;
    height: 26px;
    background: rgb(255 255 255 / 20%);
    padding: 5px;
    border-radius: 20px;
    transition: 0.2s all;
}

.login-button-content {
    display: flex;
    gap: 5px;
    align-items: center;
}

.user-avatar-pic, .user-avatar {
    width: 42px;
    height: 42px;
    border-radius: 20%;
  	transition: 0.2s all;
}

.user-avatar-pic:hover {
    transform: scale(1.1);
}

.PlayerMenu-module__profileLink {
    padding: 0px;
}

.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus {
    background-color: transparent;
}

#balance-icon {
    margin-top: 3px;
    width: 20px;
}

.PlayerBalance-module__btn {
    background: rgb(255 255 255 / 5%);
    color: #fff;
    text-transform: none;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    white-space: nowrap;
    transition: 0.2s all;
    flex-direction: row-reverse;
    gap: 10px;
  	line-height: 1rem;
}

.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background-color: rgb(255 255 255 / 10%);
}

.PlayerBalance-module__btn span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
}

.sidebar {
    position: sticky;
    top: 80px;
    width: 300px;
    background: linear-gradient(313deg, rgb(46 40 32 / 85%), rgb(69 61 52));
    border: 1px solid rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 15px;
    padding: 20px;
}

.sidebar-menu {
  	display: flex;
  	flex-direction: column;
}

.sidebar-menu ul {
  	list-style: none;
  	padding: 0;
  	margin: 0;
}

.sidebar-menu li {
    margin-bottom: 5px;
}

.sidebar__menu-item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    color: rgb(255 255 255 / 80%);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    border-radius: 12px;
    transition: 0.2s all;
}

.sidebar__menu-item a.active {
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
}

.sidebar__menu-item a:hover {
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
}

.sidebar-icon {
    width: 28px;
    height: 28px;
    padding: 5px;
    stroke: #fff;
    background: rgb(255 255 255 / 10%);
    border-radius: 50%;
}

.page-loader {
  	position: fixed;
  	top: 0;
  	left: 0;
  	width: 100%;
  	height: 3px;
  	background: transparent;
  	z-index: 2000;
  	opacity: 0;
  	transition: opacity 0.2s ease;
}

.page-loader::before {
  	content: '';
  	position: absolute;
  	top: 0;
  	left: 0;
  	width: 0;
  	height: 100%;
  	background: rgb(199 126 71);
}

.page-loader--active {
  	opacity: 1;
}

.page-loader--active::before {
  	animation: fillLoader 1s ease-in-out forwards;
}

.page-loader--complete {
  	opacity: 0;
}

.page-loader--complete::before {
  	width: 100%;
  	animation: none;
}

.Categories-module__categories {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
    height: 380px;
    overflow: overlay;
    padding-right: 15px;
    padding-top: 35px;
}

.Categories-module__category {
    display: flex;
    width: 100%;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    color: rgb(255 255 255 / 80%);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    border: 1px solid transparent;
    padding: 7px 10px;
    border-radius: 15px;
    margin: 2px auto;
    transition: all .15s ease;
    align-items: center;
}

.Categories-module__category.Categories-module__active, .Categories-module__category:hover, .Categories-module__category.Categories-module__enableFocus:focus {
    color: #ffffff;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 10%);
}

.category-img {
    width: 32px;
    height: 32px;
    background: rgb(255 255 255 / 10%);
    padding: 2px;
    border-radius: 20px;
    transition: 0.2s all;
}

.categories-title {
    color: rgb(255 255 255 / 80%);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    margin-top: 10px;
}

.Product-module__wrapper {
    background: linear-gradient(337deg, rgb(30 22 15 / 30%) 0%, rgb(86 75 66 / 26%) 100%);
    border: 1px solid rgb(255 255 255 / 5%);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 15px;
    overflow: hidden;
    height: 225px;
  	transition: 0.2s all;
    animation: Product-module__productAnimation .15s ease;
}

.Product-module__wrapper:hover {
  	background: linear-gradient(337deg, rgb(30 22 15 / 0%) 0%, rgb(86 75 66 / 26%) 100%);
  	border: 1px solid rgb(255 255 255 / 10%);
    transform: scale(1.03);
}

.Product-module__img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
    position: relative;
    top: -5px;
    transform: scale(0.8);
}

.Products-module__wrapper {
    margin-top: 20px;
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 10px;
}

.Product-module__name {
    z-index: 6;
    transition: all .2s ease;
    transform: none;
    width: 100%;
    padding: 10px 8px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    bottom: 40px;
    left: 0;
    text-align: center;
    background-color: transparent;
}

.Product-module__price {
    top: unset;
    bottom: 15px;
    left: 25%;
    right: 25%;
    width: 50%;
    background-color: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 5%);
    padding: 3px 6px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.Product-module__price span{
  	font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}

.Product-module__wrapper:hover .Product-module__count, .Product-module__wrapper:active .Product-module__count {
    opacity: 1;
}

.Product-module__count {
    right: unset;
    left: 10px;
    bottom: unset;
    top: 10px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    color: rgb(255 255 255 / 70%);
    transition: all .15s ease;
}

.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 15px;
    overflow: hidden;
    background: rgb(0 0 0 / 15%);
    margin-top: 10px;
  	transition: 0.2s all;
}

.Search-module__wrapper:hover {
    background: rgb(0 0 0 / 25%);
}

.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: transparent;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}

.Search-module__icon {
    width: 21px;
    height: 21px;
    stroke-width: 2px;
}

.Search-module__icon path {
    stroke: rgb(255 255 255 / 40%);
}

.Search-module__input {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 0 5px;
}

.Product-module__oldPrice {
    position: absolute;
    left: -10px;
    top: -10px;
    margin-right: 0px;
    color: rgb(255 255 255 / 40%) !important;
}

.Product-module__oldPrice:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: rgb(218 147 88);
    top: 50%;
    left: 0;
    transform: none;
    box-shadow: 0px 1px 10px 1px rgb(215 144 85);
}

.Product-module__discount {
    top: 10px;
    right: 10px;
    background-color: transparent;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0px 5px 15px 2px rgb(253 165 90 / 40%);
    color: var(--font-color-700);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    border-radius: 10px;
}

.swiper {
  	max-width: 1200px;
  	margin: 20px auto 10px auto;
  	border-radius: 15px;
  	box-shadow: 0px 14px 20px 0px rgb(109 79 54 / 50%);
}

.swiper-wrapper {
    height: 250px !important;
}

.swiper-slide img {
  	width: 100%;
  	height: auto;
  	display: block;
}

.discord_stats {
  	background: url(https://i.postimg.cc/q7V1J8R7/image.jpg) no-repeat;
  	background-size: cover;
  	display: block;
}

.swiper-pagination {
  	position: relative;
  	margin-top: 10px;
}

.swiper-pagination-bullet {
  	background: #fff;
  	opacity: 0.5;
}

.swiper-pagination-bullet-active {
  	opacity: 1;
}

.swiper-button-prev,
.swiper-button-next {
  	color: #fff;
}

.swiper-button-next, .swiper-button-prev {
	color: #fff !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 24px !important;
}

.swiper-pagination-bullet {
    background: rgb(255 255 255 / 50%) !important;
    opacity: 1 !important;
}

.swiper-pagination-bullet-active {
    background: #ff9d4b !important;
    box-shadow: 0 0 20px 3px #ff9d4b !important;
}

.privilegies_grid {
    display: flex;
    flex-direction: column;
  	margin-top: 20px;
}

.privilegies_grid_title {
    color: rgb(255 255 255);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
}

.privilegies_grid_description {
    color: rgb(255 255 255 / 60%);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
  	margin-top: 5px;
}

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

.privilegies_grid__item {
    width: 100%;
    background: linear-gradient(125deg, rgb(255 192 129 / 15%) 10%, rgb(255 255 255 / 5%) 50%);
    padding: 10px 20px;
    border-radius: 15px;
}

.privilegies_grid__item_img {
    width: 100px;
    height: 100px;
}

.privilegies_grid__item_content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}

.privilegies_grid__item_2 h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.privilegies_grid__item_2 p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.privilegies_grid__item_2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.privilegies_grid__button {
    color: rgb(255 255 255);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
    text-transform: none;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 15px;
    white-space: nowrap;
    transition: 0.2s all;
}

.privilegies_grid__button:hover, .privilegies_grid__button:focus {
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 55%);
    transform: translateY(-3px);
}

.boxHeader {
    background: transparent;
    border-radius: 0px;
}

.boxBody:last-child {
    border-radius: 15px;
}

.WelcomeSelectServer-module__modal {
    width: 470px;
    border-radius: 15px;
}

.WelcomeSelectServer-module__header {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.WelcomeSelectServer-module__description {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    text-align: left;
    line-height: 1.2rem;
    color: #fff;
    margin-bottom: 20px;
}

.Server-module__serverName {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: rgb(255 255 255);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.WelcomeSelectServer-module__modalWrapper {
    background-color: rgb(0 0 0 / 70%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    z-index: 1000;
}

.Shop-module__wrapper {
    width: 100%;
    margin-bottom: 20px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.Button-module__btn.Button-module__accent {
    background-color: transparent;
    border-color: transparent;
    border: none;
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
    text-transform: none;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    white-space: nowrap;
  	font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    transition: 0.2s all;
}

.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 55%);
    transform: translateY(-3px);
}

.ModalLayout-module__modal {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: rgb(55 46 37);
    border: 1px solid rgb(77 66 55);
    box-shadow: 0px 5px 20px 10px rgb(51 41 34);
}

.ItemContent-module__footer, .SelectContent-module__footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    background: transparent;
    padding: 0px !important;
}

.ProductModal-module__header {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px;
}

.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: rgb(255 255 255 / 5%);
    border-color: rgb(255 255 255 / 10%);
    border-radius: 10px;
    padding: 7px 11px;
}

.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    background-color: rgb(255 255 255 / 10%);
}

.ModalLayout-module__wrapper {
    width: 100vw;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgb(30 26 21 / 40%);
    z-index: 200;
}

.Servers-module__server {
    flex: 1;
    min-width: 200px;
    max-width: 300px;
    display: flex;
    width: 100%;
    gap: 10px;
    text-align: left;
    cursor: pointer;
    color: rgb(255 255 255 / 80%);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    background: transparent;
    border: 1px solid rgb(255 255 255 / 10%);
    padding: 10px 15px;
    border-radius: 15px;
    /* margin: 2px auto; */
    transition: all .15s ease;
    align-items: center;
    justify-content: center;
  	margin-bottom: 10px;
}

.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    color: #ffffff;
    background: rgb(255 255 255 / 10%);
    border: 1px solid rgb(255 255 255 / 10%);
}

.DesktopCopyright-module__wrapper {
  	bottom: 10px !important;
    padding: 10px 15px !important;
    border-radius: 10px !important;
    background-color: rgb(255 255 255 / 10%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
}

.DesktopCopyright-module__text {
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    color: rgb(255 255 255 / 70%);
}

.DesktopCopyright-module__link {
    margin-left: 5px;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 400;
    color: rgb(255 167 94);
}

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: rgb(69 57 42);
}

body::-webkit-scrollbar-thumb {
    background: rgb(208 148 96);
    border-radius: 10px;
    box-shadow: none;
}

.Categories-module__categories::-webkit-scrollbar {
    width: 4px;
  	border-radius: 10px;
}

.Categories-module__categories::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 10%);
  	border-radius: 10px;
}

.Categories-module__categories::-webkit-scrollbar-thumb {
    background: rgb(208 148 96 / 60%);
    border-radius: 10px;
    box-shadow: none;
}

.mainbar {
    width: 1200px;
    margin: 0 auto;
    background: rgb(59 53 47 / 50%) 80%;
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 15px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 10px;
  	opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    animation: stretchScale 0.2s ease-out forwards;
    animation-delay: 0.1s;
}

.mainbar_content {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mainbar_promo {
    flex: 1;
    background: linear-gradient(90deg, rgb(50 255 190 / 10%) 50%, transparent);
    border-radius: 15px;
    padding: 15px;
    position: relative;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    z-index: 1;
}

.mainbar_promo_content_info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  	flex: 1;
}

.mainbar_promo_content_info h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.mainbar_promo_content_info p {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.mainbar_promo_content {
    display: flex;
    align-items: center;
}

.promo_main {
    flex: 0.4;
    background: linear-gradient(23deg, rgb(28 92 84) 0%, rgb(73 181 157) 55%);
    display: flex;
    gap: 5px;
    align-items: center;
    justify-content: center;
    padding: 7px 14px;
    border-radius: 10px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
  	transition: 0.2s all;
}

.promo_main:hover {
	color: #ffffff;
    background: linear-gradient(23deg, rgb(28 92 84) 0%, rgb(73 181 157) 55%);
    box-shadow: 0 10px 40px rgb(86 218 208 / 40%);
    transform: translateY(-3px);
}

.mainbar_monitoring {
    flex: 3;
    display: flex;
    gap: 5px;
    align-items: center;
    overflow-x: overlay;
    flex-wrap: nowrap;
    border-radius: 15px;
    padding-bottom: 5px;
    flex-direction: row;
    justify-content: flex-end;
}

.mainbar_monitoring::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 10px;
}

.mainbar_monitoring::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 5%);
  	border-radius: 10px;
}

.mainbar_monitoring::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    box-shadow: none;
}

#progress-40786, #progress-40165 {
  width: 54px;
  height: 54px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#progress-40786 svg, #progress-40165 svg {
  width: 100%;
  height: 100%;
}

#progress-40786 circle, #progress-40165 circle {
  fill: none;
  stroke: rgb(255 255 255 / 10%);
  stroke-width: 10;
  stroke-dasharray: 251.2;
  /* stroke-dashoffset: 251.2; */
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
}

#progress-40786 .progress-circle {
  stroke: #e7cd60;
  transition: stroke-dashoffset 0.5s;
}

#progress-40165 .progress-circle {
  stroke: #e76060;
  transition: stroke-dashoffset 0.5s;
}

.players-count {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: absolute;
}

.server-players.animate-up {
  animation: slideUp 0.3s ease-in-out;
}

.server-players.animate-down {
  animation: slideDown 0.3s ease-in-out;
}

.mon-icon {
    width: 16px;
    height: 16px;
}

.monitoring_content {
    display: flex;
    gap: 10px;
    padding: 5px 10px;
    background: rgb(255 255 255 / 5%);
    border-radius: 15px;
    align-items: center;
    flex: 0 0 auto;
    min-width: 250px;
}

.mon_online {
    display: flex;
    align-items: center;
    gap: 5px;
}

.monitoring_info {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.monitoring_info h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
}

.server-players, .server-max {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}

.mon_online_icons {
    margin-bottom: -5px;
}

#mon_online_players_total {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background: rgb(255 255 255 / 10%);
    padding: 3px 6px;
    border-radius: 8px;
}

.total_online_text {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: 400;
    color: rgb(255 255 255 / 90%);
}

.total_online {
    background: linear-gradient(90deg, rgb(255 255 255 / 5%) 30%, transparent 70%);
    padding: 1px 10px;
    border-radius: 10px;
    margin-left: 10px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.monitoring-loader {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid rgb(218 146 86);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.c-loader {
    width: 20px;
    height: 20px;
    border: 2px solid transparent;
    border-top: 2px solid rgb(218 146 86);
    border-radius: 50%;
    animation: spin 1s linear infinite;
  	margin: 0 auto;
}

.Servers-module__servers {
    display: flex;
    gap: 5px;
    flex-wrap: nowrap;
    margin: 25px -5px 5px;
    justify-content: flex-start;
    position: relative;
    overflow: overlay;
    padding: 0px;
    border-radius: 15px;
    width: 920px;
}

.Servers-module__servers::-webkit-scrollbar {
    width: 4px;
    height: 7px;
    border-radius: 10px;
}

.Servers-module__servers::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 5%);
  	border-radius: 10px;
}

.Servers-module__servers::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    box-shadow: none;
}

.servers-scroll-buttons {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    height: 0px;
    position: absolute;
    top: 0px;
    left: 10px;
    gap: 5px;
}

.servers-scroll-button {
    background: rgb(255 255 255 / 10%);
    border: none;
    color: #ffffff;
    border-radius: 35%;
    padding: 6px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s all;
}

.servers-scroll-button:hover {
    background: rgb(255 255 255 / 15%);
    transform: translateY(-2px);
}

.servers-scroll-left,
.servers-scroll-right {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.monitoring-scroll-buttons {
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    height: 0px;
    position: absolute;
    top: 20px;
    left: 328px;
    right: -10px;
}

.monitoring-scroll-button {
    background: rgb(99 99 99 / 70%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: none;
    color: #d0d0d0;
    border-radius: 35%;
    padding: 5px;
    font-size: 18px;
    cursor: pointer;
    transition: 0.2s all;
}

.monitoring-scroll-button:hover {
  	background: rgb(107 107 107);
    transform: translateY(-2px);
}

.monitoring-scroll-left,
.monitoring-scroll-right {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.palm_mini {
    background: url(https://i.postimg.cc/jj2L1m6X/palm-tree.png);
    background-repeat: no-repeat;
    position: absolute;
    top: -3px;
    left: -16px;
    width: 46px;
    height: 46px;
    background-size: cover;
  	animation: float 4s ease-in-out infinite;
}

.gift {
    background: url(https://i.postimg.cc/Hx7jYMht/gift.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 56px;
    left: 0px;
    width: 28px;
    height: 28px;
    background-size: cover;
    animation: floatgift 4s ease-in-out infinite;
    z-index: 2;
}

.discord_stats_container {
    position: relative;
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 50px 140px;
    gap: 20px;
    z-index: 3;
    flex-direction: column;
}

.discord_stats_container h1 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
}

.discord_stats_container span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    background: rgb(73 84 242 / 90%);
    border: 2px solid rgb(109 118 242 / 90%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 15px;
    padding: 5px 10px;
}

.discord_stats_container_counters {
    display: flex;
    align-items: center;
    gap: 15px;
}

.discord_stats_counters_members {
    display: flex;
    gap: 10px;
    background: rgb(139 90 50 / 50%);
    border: 2px solid rgb(193 135 88 / 50%);
    padding: 5px 15px;
    border-radius: 15px;
    align-items: center;
}

.discord_stats_counters_online {
    display: flex;
    gap: 10px;
    background: rgb(50 139 51 / 50%);
    border: 2px solid rgb(99 193 88 / 50%);
    padding: 5px 15px;
    border-radius: 15px;
    align-items: center;
}

.discord_stats_counters_members h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
  	color: rgb(255 210 173);
}

.discord_stats_counters_online h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: rgb(191 255 173);
}

.counter_members {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255 224 199);
    background: rgb(130 96 68);
    padding: 2px 6px;
    border-radius: 6px;
}

.counter_online {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: rgb(191 255 173);
    background: rgb(88 119 79);
    padding: 2px 6px;
    border-radius: 6px;
}

.go_discord {
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
    text-transform: none;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 15px;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s all;
}

.go_discord:hover {
	color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 55%);
    transform: translateY(-3px);
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://i.postimg.cc/P58W7LtD/background-1.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

.preloader--fadeout {
  opacity: 0;
}

.preloader-container {
  	text-align: center;
}

.preloader-logo {
  	width: 100px;
  	height: 100px;
  	border-radius: 15%;
  	animation: pulse 1.5s infinite ease-in-out;
}

.preloader-dots {
  	display: flex;
  	justify-content: center;
  	gap: 10px;
  	margin: 20px 0;
}

.preloader-dot {
  	width: 10px;
  	height: 10px;
  	background: #d09460;
  	border-radius: 50%;
  	opacity: 0.3;
}

.preloader-dot:nth-child(1) {
  	animation: dotFade 1.2s infinite;
}

.preloader-dot:nth-child(2) {
  	animation: dotFade 1.2s infinite 0.4s;
}

.preloader-dot:nth-child(3) {
  	animation: dotFade 1.2s infinite 0.8s;
}

.preloader-text {
  	color: #fff;
  	font-size: 18px;
  	font-family: "Montserrat", sans-serif;
  	font-weight: 500;
  	font-style: normal;
}

#banTable {
    width: 100%;
    border-collapse: collapse;
  	opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    animation: stretchScale 0.1s ease-out forwards;
    animation-delay: 0.2s;
}

.banHeader {
    margin-bottom: 15px;
}

.banTableHeaders {
    display: flex;
    flex-direction: row;
    padding: 0px 20px;
}

.banTableTitle {
    text-align: left;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.error {
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 151 151);
    width: max-content;
    text-align: center;
    padding: 10px;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
}

.banTableComponent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 5%);
    margin-bottom: 5px;
    border-radius: 15px;
    align-items: center;
    transition: 0.3s all;
}

.banTableComponent:hover {
    background: rgb(255 255 255 / 10%);
}

.banTableHeaders > div:nth-child(1),
.banTableComponent > div:nth-child(1) {
    flex: 1.6;
}

.banTableHeaders > div:nth-child(2),
.banTableComponent > div:nth-child(2) {
    flex: 2;
}

.banTableHeaders > div:nth-child(3),
.banTableComponent > div:nth-child(3) {
    flex: 1;
}

.banTableHeaders > div:nth-child(4),
.banTableComponent > div:nth-child(4) {
    flex: 0.5;
}

.pagination {
    display: flex;
    margin-top: 25px;
    gap: 15px;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

#prevPage {
    margin: 0 5px;
    border-radius: 10px;
    padding: 8px 10px;
    background: rgb(255 255 255 / 3%);
    border-color: transparent;
    color: rgb(198 198 198);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
    display: block;
    text-align: center;
}

#prevPage:hover {
    border: none;
    background: rgb(255 255 255 / 5%);
}

#nextPage {
    margin: 0 5px;
    border-radius: 10px;
    padding: 8px 10px;
    background: #c18859;
    border-color: transparent;
    color: rgb(255 255 255);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 8px;
    margin-right: 8px;
    display: block;
    text-align: center;
}

#nextPage:hover {
    border: none;
    background: #a47249;
}

#pageInfo {
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.headzone {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.headzone h2 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

#searchSteamId {
    margin-right: 10px;
    margin-top: 10px;
    padding: 10px 20px;
    background: rgb(41 34 28 / 80%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    color: rgb(255 255 255);
}

#searchSteamId:placeholder {
    color: rgb(255 255 255 / 70%);
}

.banText {
    font-size: 16px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.banTextReason {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.banTextExpired {
    background: #c18859;
    padding: 5px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    text-align: center;
}

.banTextCreated {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.banUserInfo {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.banUserDetails {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.banUserNickname {
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.banUserSteamID {
    display: flex;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 50%);
    align-items: center;
    gap: 5px;
}

.banInfoError {
    margin: 50px 0;
    text-align: center;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

#playerTable {
    width: 100%;
    border-collapse: collapse;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    animation: stretchScale 0.1s ease-out forwards;
    animation-delay: 0.2s;
}

.playerHeader {
    margin-bottom: 15px;
}

.playerTableHeaders {
    display: flex;
    flex-direction: row;
    padding: 0px 15px;
  	gap: 25px;
}

.playerTableTitle {
    text-align: start;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.playerTableHeaders > div:nth-child(1),
.playerTableComponent > div:nth-child(1) {
    flex: 2;
}

.playerTableHeaders > div:nth-child(2),
.playerTableComponent > div:nth-child(2),
.playerTableHeaders > div:nth-child(3),
.playerTableComponent > div:nth-child(3),
.playerTableHeaders > div:nth-child(4),
.playerTableComponent > div:nth-child(4),
.playerTableHeaders > div:nth-child(5),
.playerTableComponent > div:nth-child(5) {
    flex: 0.5;
    text-align: left;
}

.playerTableComponent {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 8px;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 5%);
    margin-bottom: 5px;
    border-radius: 15px;
    align-items: center;
  	gap: 10px;
    transition: 0.3s all;
}

.playerTableComponent:hover {
    background: rgb(255 255 255 / 10%);
}

.playerUserInfo {
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.playerUserDetails {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.playerUserNickname {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    cursor: pointer;
    text-decoration: underline;
    text-underline-position: under;
    text-underline-offset: 2px;
    text-decoration-style: dashed;
    text-decoration-color: rgb(255 255 255 / 70%);
    transition: 0.2s all;
    align-items: center;
}

.playerUserNickname:hover {
    color: rgb(255 255 255 / 70%);
    text-decoration-color: rgb(255 255 255 / 50%);
}

.playerUserSteamID {
    display: flex;
    gap: 5px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 50%);
    align-items: center;
}

.playerTextKills, .playerTextDeaths, .playerTextPoints, .playerTextReward {
    font-size: 14px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    text-align: center !important;
  	background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    padding: 5px;
}

.playerInfoError {
    margin: 50px 0;
    text-align: center;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.Toasts-module__wrapper {
    position: fixed;
    top: 90px;
    right: 10px;
    max-height: 100vh;
    z-index: 400;
}

.Toast-module__toast {
    width: 360px;
    padding: 10px;
    border-radius: 8px;
    background: rgb(45 38 29 / 70%);
    border: 1px solid rgb(79 67 52 / 70%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: none;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.Toast-module__icon {
    margin-right: 10px;
    min-width: 30px;
    width: 30px;
    height: 30px;
}

.Toast-module__toast.Toast-module__success .Toast-module__title {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.Toast-module__message {
    color: rgb(255 255 255);
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 500;
    white-space: pre-wrap;
}

.product_zone, .dropdown_product_zone, .item_product_buyzone {
    display: flex;
    flex-direction: column;
    padding: 15px;
  	gap: 15px;
}

.product_buyzone, .dropdown_buyzone, .item_buyzone {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    gap: 0px;
    align-items: center;
    justify-content: space-between;
}

.product_buyzone_buy, .dropdown_buyzone_buy, .item_buyzone_buy {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    justify-content: center;
    background: rgb(67 137 255 / 25%);
    padding: 5px 0px;
    border-radius: 10px;
}

.product_buyzone_buys, .dropdown_buyzone_buys, .item_buyzone_buys {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    background: rgb(255 255 255 / 2%);
    border: 1px solid rgb(255 255 255 / 5%);
    border-radius: 10px;
    padding: 10px;
}

.dropdown_imgzone {
    padding: 0px 15px 0px 0px;
}

.productModalImg {
    max-width: 280px;
    width: 100%;
    height: 230px;
    object-fit: contain;
    margin-bottom: 0px;
}

.ProductModal-module__command, .ProductModal-module__bp, .ProductModal-module__item, .ProductModal-module__dropdown {
    width: 640px;
    display: flex;
    flex-direction: column-reverse;
}

.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 37px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255 255 255 / 5%);
    flex-direction: row-reverse;
}

.TotalSum-module__input {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    width: 100%;
    padding: 0 10px;
  	color: rgb(255 255 255);
}

.TotalSum-module__currency {
    height: auto;
    padding: 5px 10px;
    margin: 5px;
    border-radius: 8px;
    background: rgb(255 255 255 / 5%);
    color: rgb(255 255 255 / 80%);
    line-height: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.TotalSum-module__label, .ActionSelector-module__label, .ItemContent-module__label, .SelectContent-module__label, .ProductItemSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 12px;
    color: rgb(255 255 255 / 60%);
}

.ProductItemSelector-module__items {
    display: flex;
    gap: 5px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.ProductItemSelector-module__item {
    cursor: pointer;
    border: 1px solid rgb(255 255 255 / 5%);
    border-radius: 10px;
    background: rgb(255 255 255 / 5%);
    padding: 0px;
    height: 60px;
    width: 60px;
    transition: all .15s ease;
}

.ProductItemSelector-module__item.ProductItemSelector-module__active, .ProductItemSelector-module__item:hover, .ProductItemSelector-module__item:focus {
    border: 1px solid rgb(255 255 255 / 15%);
    background: rgb(255 255 255 / 10%);
}

.CountSelector-module__label {
	display: none;
}

.CountSelector-module__input {
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    text-align: center;
    width: 100%;
    padding: 0 10px;
  	color: #fff;
}

.CountSelector-module__inputWrapper {
    width: 70%;
    margin-top: 24px;
    margin-left: 20px;
    display: flex;
    height: 29px;
    border-radius: 0;
    overflow: hidden;
    background: transparent;
}

.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: none;
  	background: rgb(255 255 255 / 10%);
}

.CountSelector-module__changeCountBtn.CountSelector-module__right:hover {
    border-left: none;
  	background: rgb(94 214 105 / 60%);
}

.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: none;
    background: rgb(255 255 255 / 10%);
}

.CountSelector-module__changeCountBtn.CountSelector-module__left:hover {
    border-right: none;
    background: rgb(214 94 94 / 60%);
}

.CountSelector-module__icon {
    width: 18px;
    height: 18px;
  	color: #fff;
    transition: all .15s ease;
}

.CountSelector-module__changeCountBtn {
    width: 100%;
    height: auto;
    border-radius: 10px;
    background: transparent;
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
}

.dropDownCurrentItem, .Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: rgb(255 255 255 / 5%);
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    outline: none;
    transition: all .1s ease;
}

.dropDownCurrentItem:hover, .dropDownCurrentItem:focus, .Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: none;
    background-color: rgb(255 255 255 / 10%);
}

.Selector-module__dropDownCurrentText {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.ActionSelector-module__icon, .Selector-module__icon {
    width: 16px;
    height: 16px;
    flex: 0 0 20px;
}

.productModalGiveText {
    color: rgb(166 199 255);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    display: block;
    text-align: center;
}

.productModalGiveTextIcon {
    margin-top: 5px;
    color: rgb(166 199 255);
}

.ProductModal-module__form {
  	margin-bottom: 0px;
}

.productModalFormRow {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40%, 1fr));
    gap: 5px;
    margin-bottom: 20px;
}

.productModalDescription {
    list-style: inside;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: rgb(255 255 255 / 5%);
}

.ProfileNav-module__wrapper {
    min-width: 200px;
    max-width: 200px;
    margin-right: 0px;
    margin-top: 0px;
  	margin-bottom: 20px;
    padding: 0px !important;
}

.ProfileNav-module__header {
    display: flex;
    align-items: center;
    flex-direction: row;
    padding: 0px;
  	margin-bottom: 15px;
    gap: 10px;
}

.ProfileNav-module__img {
    width: 34px;
    height: 34px;
    margin-bottom: 0px;
    border-radius: 10px;
}

.ProfileNav-module__name {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.ProfileNav-module__body {
    display: flex;
    flex-direction: column;
    border: none !important;
    background: transparent !important;
    padding: 0px !important;
  	gap: 3px;
  	margin-bottom: 10px;
}

.ProfileNav-module__navItem {
    cursor: pointer;
    background: rgb(255 255 255 / 5%);
    border-radius: 12px;
    padding: 10px 15px;
    color: rgb(255 255 255 / 70%);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    transition: all .15s ease;
}

.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
}

.ProfileNav-module__logOut {
	font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    background: linear-gradient(23deg, rgb(151 46 46) 0%, rgb(218 86 86) 55%) !important;
}

.ProfileNav-module__logOut:hover, .ProfileNav-module__logOut:focus {
    background: linear-gradient(23deg, rgb(151 46 46) 0%, rgb(218 86 86) 55%) !important;
    box-shadow: 0 10px 40px rgb(218 86 86 / 55%) !important;
}

.ProfileContent-module__header, .BasketContent-module__header, .HistoryContent-module__header {
	display: none;
}

.ProfileContent-module__title {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.ProfileContent-module__box {
    background-color: transparent;
    padding: 0px;
    display: flex;
    gap: 5px;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
    border-top: none;
}

.ProfileContent-module__infoLine {
    display: grid;
    grid-template-columns: 0fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 15px 10px;
}

.ProfileContent-module__infoLine span {
	font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    width: fit-content;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    transition: all .15s ease;
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid:hover {
    color: #c2c2c2;
}

.ProfileContent-module__infoLineValue {
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
    width: fit-content;
    padding: 5px 10px;
    color: #ffffff;
    font-size: 14px !important;
    font-family: "Montserrat", sans-serif !important;
    font-style: normal !important;
    font-weight: 560 !important;
}

.ProfileContent-module__body, .BasketContent-module__wrapper, .HistoryContent-module__wrapper, .Page-module__wrapper {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.ProfileContent-module__input {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    background: rgb(255 255 255 / 5%);
    color: #fff;
}

.ProfileContent-module__input::placeholder {
	color: rgb(255 255 255 / 50%);
}

.BasketSearch-module__wrapper, .HistorySearch-module__wrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(0 0 0 / 15%);
  	transition: 0.2s all;
}

.BasketSearch-module__iconWrapper, .HistorySearch-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: transparent;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}

.BasketSearch-module__wrapper:hover {
    background: rgb(0 0 0 / 25%);
}

.HistorySearch-module__wrapper:hover {
    background: rgb(0 0 0 / 25%);
}

.BasketSearch-module__icon, .HistorySearch-module__icon {
    width: 21px;
    height: 21px;
    stroke-width: 2px;
}

.BasketSearch-module__icon path {
    stroke: rgb(255 255 255 / 40%);
}

.HistorySearch-module__icon path {
    stroke: rgb(255 255 255 / 40%);
}

.BasketSearch-module__input, .HistorySearch-module__input {
    font-size: 14px;
    width: 100%;
    padding: 0px;
    color: var(--font-color-800);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
}

.Selector-module__dropDownList, .dropDownList {
    width: max-content;
    position: absolute;
    background: rgb(80 71 62);
    box-shadow: 0 10px 15px 0px rgb(0 0 0 / 10%);
    padding: 8px;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 60;
}

.Selector-module__dropDownItem, .dropDownItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px 12px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color-700);
    border-radius: 10px;
    text-align: left;
    transition: all .2s ease;
}

.Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active, .dropDownItem:hover, .dropDownItem:focus, .dropDownItem.active {
    background-color: rgb(255 255 255 / 10%);
}

.Selector-module__dropDownList::-webkit-scrollbar {
    width: 6px;
    border-radius: 10px;
}

.Selector-module__dropDownList::-webkit-scrollbar-thumb {
    background: rgb(255 255 255 / 10%);
    box-shadow: none;
    border-radius: 10px;
}

.Selector-module__dropDownList::-webkit-scrollbar-track {
    background: rgb(255 255 255 / 5%);
  	border-radius: 10px;
}

.Selector-module__dropDownList.Selector-module__openOnTop, .dropDownList.dropDownListOpenOnTop {
    margin-bottom: 0px;
    margin-top: 5px;
    bottom: unset;
    top: 100%;
}

.BasketTable-module__itemImg, .BasketTable-module__skeletonImg {
    width: 60px !important;
    height: 60px !important;
    background: rgb(255 255 255 / 10%);
    padding: 5px;
    border-radius: 10px;
    margin-right: 16px;
}

.BasketTable-module__tableHeader, .HistoryTable-module__tableHeader {
    background-color: transparent;
}

.BasketTable-module__tableTitle, .HistoryTable-module__tableTitle {
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
}

.BasketTable-module__tableTitle:first-child, .BasketTable-module__value:first-child, .HistoryTable-module__tableTitle:first-child, .HistoryTable-module__value:first-child {
    text-align: start;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
}

.BasketTable-module__tableLine:nth-child(2n-1) {
    background-color: rgb(255 255 255 / 3%);
    border-radius: 10px;
}

.BasketTable-module__inlineBtn {
    cursor: pointer;
    margin-top: 5px;
    color: #bcbcbc;
    padding: 5px 10px;
    border-radius: 10px;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    transition: all .15s ease;
}

.BasketTable-module__inlineBtn:hover {
    color: #ffffff;
    background: rgb(255 255 255 / 10%);
}

.HistoryTable-module__tableLine:nth-child(2n-1) {
    background-color: rgb(255 255 255 / 3%);
    border-radius: 10px;
}

.HistoryTable-module__value {
    color: var(--font-color-800);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .15s ease;
}

.Pagination-module__navPageBtn, .Pagination-module__page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 30px;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 10%);
    background: rgb(255 255 255 / 5%);
}

.Pagination-module__page:hover, .Pagination-module__page.Pagination-module__active, .Pagination-module__page:focus {
    color: #ffffff;
    background: rgb(255 255 255 / 10%);
}

.Pagination-module__navPageBtn:hover, .Pagination-module__navPageBtn:focus {
    border: 1px solid rgb(255 255 255 / 10%);
    color: #ffffff;
    background: rgb(255 255 255 / 10%);
}

.Pagination-module__navPageBtn:hover .Pagination-module__pagIcon, .Pagination-module__navPageBtn:focus .Pagination-module__pagIcon {
    stroke: #ffffff;
}

.PlayerBalanceModal-module__footer {
    display: flex;
    justify-content: space-between;
    background: transparent;
}

.PlayerBalanceModal-module__form {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
  	margin-top: 10px;
}

.PlayerBalanceModal-module__label {
 	display: none; 
}

.PlayerBalanceModal-module__header {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.PlayerBalanceModal-module__inputWrapper {
    width: 100%;
    display: flex;
    height: auto;
    border-radius: 0px;
    overflow: hidden;
    background: transparent;
    flex-direction: column-reverse;
}

.PlayerBalanceModal-module__currency {
    position: relative;
    bottom: 49px;
    left: 289px;
    width: fit-content;
    height: auto;
    padding: 0px 8px;
    background: rgb(162 111 69);
    border-radius: 10px;
    color: rgb(255 255 255 / 90%);
    line-height: 26px;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    z-index: 10;
    box-shadow: 0px 5px 20px rgb(255 206 166 / 25%);
}

.PlayerBalanceModal-module__input {
    width: auto !important;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    padding: 5px 10px;
    border: 1px dashed rgb(255 255 255 / 10%);
    border-radius: 10px;
    margin: 0 20px;
}

.desolateBonuses_Title {
    display: flex;
    align-items: center;
    gap: 10px;
}

.desolateBonuses_TitleInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.desolateBonuses_TitleInfo h3 {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
}

.desolateBonuses_TitleInfo span {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    text-align: left;
    color: #a9a9a9;
}

.desolateBonuses_Title svg {
    background: rgb(162 111 69);
    padding: 5px;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgb(255 206 166 / 40%);
}

.PlayerBalanceModal-desolateBonuses {
    width: 100%;
    padding: 0 20px;
}

.desolateBonuses {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 15px;
}

.desolateBonuses_Container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.desolateBonuses_bonus {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    background: linear-gradient(90deg, rgb(255 255 255 / 5%), transparent);
  	border: 1px solid rgb(255 255 255 / 5%);
    border-radius: 10px;
    padding: 5px 5px;
  	cursor: pointer;
  	transition: 0.2s all;
}

.desolateBonuses_bonus:hover {
    background: linear-gradient(90deg, rgb(255 255 255 / 10%), transparent);
}

.desolateBonuses_bonus.active {
    background: linear-gradient(90deg, rgb(255 255 255 / 10%), transparent);
    border: 1px solid rgb(255 255 255 / 10%);
}

.desolateBonuses_bonus.active .desolateBonuses_mainPrecent {
    color: #fff;
}

.desolateBonuses_mainBonus_low {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(180deg, rgb(131 131 131) 10%, transparent 100%);
    padding: 5px 10px;
    border-radius: 10px;
}

.desolateBonuses_mainBonus_normal {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(180deg, rgb(78 158 235) 10%, transparent 100%);
    padding: 5px 10px;
    border-radius: 10px;
}

.desolateBonuses_mainBonus_medium {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(180deg, rgb(235 167 78) 10%, transparent 100%);
    padding: 5px 10px;
    border-radius: 10px;
}

.desolateBonuses_mainBonus_high {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
    background: linear-gradient(180deg, rgb(235 78 78) 10%, transparent 100%);
    padding: 5px 10px;
    border-radius: 10px;
}

.desolateBonuses_mainPrecent {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #cbcbcb;
}

.desolateBonuses_result, .desolateBonuses_result_bonus {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
}

.desolateBonuses_resultTitle {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;
}

.desolateBonuses_resultSum {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #ffffff;
    background: rgb(255 255 255 / 10%);
    padding: 3px 7px;
    border-radius: 10px;
}

.desolateBonuses_resultBonus {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: #96ff9d;
}

.desolateBonuses_PayButton {
    background-color: transparent;
    border-color: transparent;
    border: none;
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
    text-transform: none;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 7px 20px;
    white-space: nowrap;
    transition: 0.2s all;
}

.desolateBonuses_PayButton:hover, .desolateBonuses_PayButton:focus {
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 55%);
    transform: translateY(-3px);
}

.wipeblock-container {
  	padding: 0px;
  	margin: 0px auto;
}

.wipeblock-header-container {
 	display: flex;
    justify-content: space-between; 
}

.wipeblock-header {
  	text-align: left;
  	margin-bottom: 20px;
}

.wipeblock-header h3 {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.wipeblock-header p {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 70%);
}

.wipeblock-timer {
    border: 1px dashed rgb(255 255 255 / 20%);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  	width: 330px;
}

.wipeblock-timer-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
  	display: flex;
    gap: 5px;
}

.wipeblock-timer-value {
    display: block;
  	width: 100%;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    background: rgb(255 255 255 / 10%);
    padding: 2px 8px;
    border-radius: 8px;
}

.wipeblock-section {
  	margin-bottom: 30px;
}

.wipeblock-section:last-child {
  	margin-bottom: 0;
}

.wipeblock-categories {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wipeblock-category {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background: rgb(255 255 255 / 3%);
    border-radius: 15px;
    padding: 15px;
  	opacity: 0;
    transform: scaleY(0);
    transform-origin: top;
    animation: stretchScale 0.2s ease-out forwards;
    animation-delay: 0.1s;
}

.wipeblock-category-title {
    font-weight: 500;
    font-size: 16px;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.wipeblock-items {
  	display: flex;
  	flex-wrap: wrap;
  	gap: 10px;
  	justify-content: flex-start;
  	min-height: 100px;
}

.wipeblock-item {
    background: linear-gradient(45deg, rgb(255 255 255 / 0%) 50%, rgb(255 255 255 / 10%));
    border: 1px solid rgb(95 84 71);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    width: calc(16% - 24px);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: 0.2s all;
}

.wipeblock-item:hover {
	transform: scale(1.05);
}

.wipeblock-item img {
  	width: 70px;
  	height: 70px;
  	object-fit: contain;
  	border-radius: 15px;
  	margin-bottom: 5px;
}

.wipeblock-item span {
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    display: block;
}

.item-status {
  	margin-bottom: -4px;
}

.item-status-text {
  	display: inline-block;
  	padding: 3px 8px;
  	border-radius: 8px;
    font-weight: 400;
    font-size: 12px;
    text-transform: none;
    font-family: "Montserrat", sans-serif;
}

.item-status-text.available {
    background: linear-gradient(23deg, rgb(37 115 81) 0%, rgb(51 166 80) 55%);
    color: white;
}

.item-status-text.unavailable {
  	background-color: #b8433a;
  	color: white;
}

.item-timer {
    background: linear-gradient(23deg, rgb(115 37 37) 0%, rgb(186 70 70) 55%);
    border-radius: 10px;
    padding: 3px 20px;
}

.item-timer-label {
  	display: block;
  	color: #a9a9a9;
  	font-size: 10px;
  	margin-bottom: 3px;
}

.item-timer-value {
  	display: block;
  	color: #fff !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    margin-bottom: 0px !important;
}

.wipeblock-info {
  	border: 1px dashed rgb(255 255 255 / 20%);
  	border-radius: 10px;
  	padding: 15px;
  	text-align: center;
  	margin-top: 20px;
}

.wipeblock-info p {
    color: rgb(255 255 255 / 90%);
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    margin: 0;
}

.wipeblock-info .wipe-day {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ffbe88;
}


.wipeblock-info .wipe-time {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ffbe88;
}

.wipeblock-no-items {
  	color: #a9a9a9;
  	font-size: 16px;
  	text-align: center;
  	width: 100%;
  	padding: 20px;
  	grid-column: 1 / -1;
}

.ServerSelector {
 	padding: 40px 20px; 
}

.Server-module__server {
    width: 100%;
    background-color: transparent;
    border: 1px dashed rgb(97 85 74);
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 5px;
}

.WelcomeSelectServer-module__servers {
    margin-bottom: 0px;
    display: grid;
    gap: 10px;
}

.ServerSelector_welcomeImg {
    background: url(https://desolate.staatic.ru/img/wave.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 56px;
    height: 56px;
  	animation: hello 2s ease-in-out infinite;
}

.ServerSelector_welcomeContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.ServerSelector_welcomeDesc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  	margin-bottom: 20px;
}

.ServerSelector_welcomeDescTitle {
    display: flex;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 10px;
}

.ServerSelector_welcomePlate {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    background: linear-gradient(119deg, rgb(218 146 86), rgb(144 91 47));
    padding: 5px 10px;
    border-radius: 15px;
    color: #fff;
    transform: skewX(355deg);
}

.ServerSelector_welcomeChoise {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    color: rgb(255 255 255 / 80%);
}

.cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 5px;
    width: 370px;
    background-color: rgb(79 64 48 / 81%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgb(255 255 255 / 15%);
    color: #fff;
    padding: 20px;
    border-radius: 15px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: visible;
}

.cookie-banner__content {
    color: #eeeeee;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
}

.cookie-banner__button {
    color: #fff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 20%);
    text-transform: none;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-size: 14px;
    font-weight: 500;
    transition: 0.2s all;
}

.cookie-banner__button:hover {
    color: #ffffff;
    background: linear-gradient(23deg, rgb(151 94 46) 0%, rgb(218 146 86) 55%);
    box-shadow: 0 10px 40px rgb(218 146 86 / 55%);
    transform: translateY(-3px);
}

.customModalWrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: rgb(30 26 21 / 40%);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.customModalWrapper.active {
    display: flex;
}

.customModalOverflow {
    width: 100%;
    height: 100%;
    overflow: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  	opacity: 0;
    animation: Opa 0.2s ease-out forwards;
    animation-delay: 0.1s;
}

.customModalPosition {
    max-width: 800px;
    width: 100%;
    padding: 20px;
}

.customModalContent {
    width: 800px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 15px;
    background: rgb(55 46 37);
    border: 1px solid rgb(77 66 55);
    box-shadow: 0px 5px 20px 10px rgb(51 41 34);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.playerModalHeader {
    display: flex;
    align-items: center;
    justify-content: space-between;
  	margin-bottom: 30px;
}

.playerModalHeader h3 {
    font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    margin: 0;
}

.playerModalHeader .btn.Button-module__btn.Button-module__gray {
    padding: 8px 16px;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 10%);
    border-radius: 10px;
    color: rgb(255 255 255);
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
    transition: 0.3s;
}

.playerModalHeader .btn.Button-module__btn.Button-module__gray:hover {
    background: rgb(255 255 255 / 10%);
}

.playerModalBody {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.playerModalLeft {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.playerModalRight {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 320px;
}

.playerModalRight h3 {
  	font-weight: 500;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

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

.playerMiniProfile_Main {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    background: linear-gradient(180deg, rgb(255 255 255 / 5%), transparent);
    border-radius: 10px;
    padding: 15px;
}

.ProfileInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.playerModalAvatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.playerModalDetails {
    display: flex;
    flex-direction: row;
    gap: 5px;
}

.playerModalNickname {
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.playerModalSteamID {
    font-weight: 400;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 70%);
}

.playerModalStat {
    font-weight: 400;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

#modalKills {
    background: linear-gradient(23deg, rgb(37 115 81) 0%, rgb(51 166 80) 55%);
    border-radius: 8px;
    padding: 5px 10px;
}

#modalDeaths {
    background: linear-gradient(23deg, rgb(115 37 37) 0%, rgb(186 70 70) 55%);
    border-radius: 8px;
    padding: 5px 10px;
}

.playerResources {
    display: flex;
    flex-direction: row;
    gap: 5px;
    flex-wrap: wrap;
}

.resourceItem {
    max-width: 174px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 5%);
    border-radius: 8px;
    gap: 5px;
    align-items: center;
}

.resourceItem img {
 	width: 50px; 
}

.resourceItemInfo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.resourceLabel {
    display: flex;
    font-weight: 400;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 70%);
    align-items: center;
    gap: 5px;
}

.reward {
    background: linear-gradient(23deg, rgb(115 37 41) 25%, rgb(166 78 51) 70%);
    border-radius: 8px;
    padding: 5px 10px;
    border: none;
}

.reward-text, .points-text {
    color: #ffffff;
}

.points {
    background: linear-gradient(23deg, rgb(37 97 115) 25%, rgb(51 166 120) 70%);
    border-radius: 8px;
    padding: 5px 10px;
    border: none;
}

.resourceItem span:not(.resourceLabel) {
    font-weight: 500;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
}

.playerHits {
    background: url(https://desolate.staatic.ru/img/player.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0%;
    height: 350px;
    width: -webkit-fill-available;
    position: absolute;
    bottom: 0px;
}

.hitItem {
    display: flex;
    padding: 3px 6px;
    background: rgb(255 255 255 / 5%);
    border: 1px solid rgb(255 255 255 / 5%);
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: max-content;
}

.hitLabel {
    font-weight: 400;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 70%);
}

.hitItem span:not(.hitLabel) {
    font-weight: 500;
    font-size: 13px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    background: linear-gradient(23deg, rgb(115 89 37) 0%, rgb(166 126 51) 55%);
    padding: 3px 5px;
    border-radius: 5px;
}

.phead {
    position: absolute;
    left: 65px;
    top: 0px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.prighthand {
    position: absolute;
    left: 35px;
    top: 100px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.plefthand {
    position: absolute;
    right: 5px;
    top: 95px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pbody {
    position: absolute;
    right: 130px;
    top: 170px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.pleftthigh {
    position: absolute;
    right: 15px;
    bottom: 75px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.prightthigh {
    position: absolute;
    left: 25px;
    bottom: 70px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.plefttleg {
    position: absolute;
    right: 10px;
    bottom: 20px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.prightleg {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.footerComponent {
    flex-shrink: 0;
    background: linear-gradient(313deg, rgb(130 100 76 / 20%) 50%, rgb(69 61 52));
    border-top: 1px solid rgb(255 255 255 / 10%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255);
    width: 100%;
    box-sizing: border-box;
}

.footerContent {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px 20px;
    box-sizing: border-box;
    align-items: center;
}

.footerColumn {
  	flex: 1;
  	padding: 0 10px;
}

.footerColumnCustom1 {
  	display: flex;
  	flex-direction: row;
  	gap: 10px;
}

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

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

.footerNav {
  	display: flex;
  	flex-direction: row;
  	gap: 10px;
}

.footerNavLink {
    background: rgb(255 255 255 / 5%);
    padding: 10px 10px;
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 80%);
    text-decoration: none;
    transition: 0.2s;
}

.footerNavLink:hover {
  	background: rgb(255 255 255 / 10%);
  	color: rgb(255 255 255);
}

.Footer-module_Logotype {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

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

.footerLinks a {
    font-weight: 400;
    font-size: 12px;
    font-family: "Montserrat", sans-serif;
    color: rgb(255 255 255 / 85%);
  	transition: 0.2s;
}

.footerLinks a:hover {
    color: rgb(255 255 255);
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.Product-module__img img {
		image-rendering: -webkit-optimize-contrast;
	}
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
}

@keyframes dotFade {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
}

@keyframes floatgift {
	0% {
		transform: translatey(5px) translateX(0px) rotate(360deg);
	}
	50% {
		transform: translatey(5px) translateX(0px) rotate(330deg);
	}
	100% {
		transform: translatey(5px) translateX(0px) rotate(360deg);
	}
}

@keyframes float {
	0% {
		transform: translatey(5px) translateX(0px) rotate(341deg);
	}
	50% {
		transform: translatey(-5px) translateX(0px) rotate(351deg);
	}
	100% {
		transform: translatey(5px) translateX(0px) rotate(341deg);
	}
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

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

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

@keyframes fillLoader {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes stretchScale {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }
    100% {
        opacity: 1;
        transform: scaleY(1);
    }
}

@keyframes Opa {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes hello {
	0% {
		transform: rotate(345deg);;
	}
	50% {
		transform: rotate(360deg);;
	}
	100% {
		transform: rotate(345deg);;
	}
}