.Cookie-module__wrapper {
    z-index: 50;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    padding: 10px;
    border-radius: 8px;
    background-color: #161617;
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.MonitoringWidget-module__updateBtn{
    color: var(--font-color-700);
    background-color: #e22444;
    border-color: #00ff7f00;
}
.Cookie-module__icon {
    width: 30px;
    height: 30px;
    fill: #e22444;
    margin-right: 10px;
}
.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background-color: #e22444;
    border-color: #00ff7f00;
}
.Banner-module__img {
    display: block;
    margin: 0 auto;
    max-width: 0;
}
.Header-module__wrapper {
    background-color: #161617;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 8px 8px 0px 0px;
    margin-top: 10px;
}
.MonitoringWidget-module__header {
    font-size: 17px;
    text-align: center;
    background-color: #161617;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
}
.boxBody:last-child {
    border-radius: 0 0 8px 8px;
    background-color: #303030;
}
.boxFooter {
    background: #161617;
    border-radius: 0 0 8px 8px;
}
.MonitoringWidget-module__body {
    position: relative;
    transition: all .1s ease;
    background-color: #303030;
}
.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
}
.MonitoringServer-module__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    font-weight: 500;
}
.Shop-module__header {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    background-color: #0E0E10;
    border-radius: 8px 8px 0px 0px;
}
.DesktopCopyright-module__wrapper {
    z-index: 49 !important;
    position: fixed !important;
    bottom: 5px !important;
    left: 5px !important;
    padding: 10px;
    border-radius: 2px;
    background-color: var(--bg-color-800);
    font-size: 11px;
    display: flex;
    align-items: center;
    opacity: 1 !important;
    content: "Редактируя этот класс имейте ввиду, что если он будет не читабельным вы получите пермаментную блокировку магазина!";
}
.DesktopCopyright-module__link {
    white-space: nowrap;
    margin-left: 5px;
    color: #e22444;
}
.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: #e22444;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: #e22444;
    color: var(--font-color-700);
}
:root[data-theme=red_black] {
    --accent-color-800: #e22444;
    --accent-color-900: #e22444;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #202020;
    --bg-color-700: #282828;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}
.Button-module__accent {
	background-color: #00FF7F;
}
.Product-module__discount {
    top: 0;
    right: 0;
    background-color: var(--accent-color-800);
    color: var(--font-color-700);
    padding: 3px 6px;
    border-radius: 0 0 0 8px;
}
.Product-module__price {
    top: 0;
    left: 0;
    background-color: var(--product-items-trans-bg-color);
    padding: 3px 6px;
    border-radius: 0 0 2px;
    display: flex;
    align-items: center;
    color: #fff;
    border-radius: 0px 0px 15px 0px;
}
.ShopFooter-module__text {
    margin-bottom: 10px;
    text-align: center;
    font-size: 11px;
}
.Categories-module__category.Categories-module__enableFocus:hover {
	box-shadow: 0 0.30em 0.30em -0.1em #ffffff00;
    transform: translateY(-0.25em);
    border-color: #ffffff00;
    color: #FFF;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: #e22444;
    color: var(--font-color-700);
    box-shadow: 0 0.30em 0.30em -0.1em #ffffff00;
}
.Product-module__name {
    z-index: 6;
    transition: all .4s ease;
    transform: translateY(100%);
    width: 100%;
    padding: 10px 8px;
    bottom: 0;
    left: 0;
    background-color: rgb(0 0 0 / 0%);
    text-align: center;
    color: #fff;
}
.productModalGiveText {
    color: #00ff7f;
    display: block;
    text-align: center;
    font-weight: 500;
}
.Product-module__wrapper:hover {
   transform: scale(1.1);
}
.Product-module__wrapper  {
	transition: transform .4s;
	border-radius: 8px !important;
	background: var(--bg-color-700);
    position: relative;
    padding: 0px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    height: 194px;
}
.Categories-module__category {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: #303030;
    padding: 10px 15px;
    margin: 5px;
    transition: all .15s ease;
    border-radius: 8px;
}
.boxBody {
    background: #161617;
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 34px;
    border-radius: 2px;
    overflow: hidden;
    background: #303030;
    margin-top: 15px;
}
.Product-module__name {
    z-index: 6;
    transition: all .4s ease;
    transform: translateY(100%);
    width: 100%;
    padding: 1px 5px;
    bottom: 0;
    background-color: #e22444;
    text-align: center;
    color: #fff;
    white-space: break-spaces;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}
.Header-module__logo {
    font-size: 18px;
    text-transform: uppercase;
    background: linear-gradient(-40deg, #00ff7f, #00ff7f, #e22444, #e22444);
    background-size: 350%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 20px;
    letter-spacing: 0px;
    text-transform: uppercase;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: animated_text 10s ease-in-out infinite;
    -moz-animation: animated_text 10s ease-in-out infinite;
    -webkit-animation: animated_text 13s ease-in-out infinite;
}
@keyframes animated_text {
 0% { background-position: 0px 50%; }
 50% { background-position: 100% 50%; }
 100% { background-position: 0px 50%; }
}
.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    position: relative;
    width: 100%;
    height: 15px;
    overflow: hidden;
    background-color: #303030;
    border-radius: 8px;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800);
    border-radius: 8px;
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: var(--bg-color-700);
    border-color: var(--bg-color-900);
    border-radius: 8px;
}
.boxFooter {
    background: #161617;
    border-radius: 0 0 8px 8px;
    border-color: #e22444;
    border-top-style: solid;
    border-width: 2px;
}
.MonitoringWidget-module__header {
    font-size: 17px;
    text-align: center;
    background-color: #161617;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    border-width: 2px;
    border-bottom-style: solid;
    border-color: #e22444;
}
.ModalLayout-module__modal {
    margin-top: 150px;
    margin-bottom: 20px;
    border-radius: 8px;
    width: 360px;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 8px 10px -6px rgba(0, 0, 0, .1);
}
.ModalLayout-module__positionWrapper {
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0 var(--safe-padding) 0 var(--safe-padding);
    backdrop-filter: blur(8px);
}
.MonitoringServer-module__wrapper {
	border-color: #e22444;
    border-top-style: solid;
    border-width: 2px;
}
.MonitoringServer-module__wrapper {
    border-color: #e22444;
    border-width: 2px;
    border-style: solid;
    border-radius: 8px;
    padding: 8px;
    height: auto;
    text-align: center;
}
.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
    color: #ffffff;
    font-weight: 500;
    font-size: 12px;
}
.ProductItemSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: #FFF;
}
.CountSelector-module__input {
    font-size: 15px;
    width: 100%;
    padding: 0 10px;
    background-color: #303030;
}
.CountSelector-module__changeCountBtn {
    width: 60px;
    height: 100%;
    background: #e22444;
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
}
.TotalSum-module__input {
    font-size: 15px;
    width: 100%;
    padding: 0 10px;
    background-color: #303030;
}
.dropDownCurrentItem {
    width: 100%;
    background-color: #303030;
    cursor: pointer;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 15px;
    outline: 1px solid transparent;
    transition: all .1s ease;
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: #303030;
    cursor: pointer;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 15px;
    outline: 1px solid transparent;
    transition: all .1s ease;
}
.CountSelector-module__changeCountBtn:hover, .CountSelector-module__changeCountBtn:focus {
    background: #e22444;
}
.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: 2px solid #e22444;
}
.PlayerBalanceModal-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 8px;
    overflow: hidden;
    background: #303030;
}
.PlayerBalanceModal-module__header {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #0E0E10;
    border-radius: 8px 8px 0px 0px;
}
.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background-color: var(--accent-color-800);
    border-radius: 8px;
}
.LangSwitcher-module__btn:hover, .LangSwitcher-module__btn:focus {
    background-color: var(--accent-color-800);
    border-radius: 8px;
}
.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    background-color: var(--accent-color-800);
    border-radius: 8px;
}
.Button-module__btn.Button-module__accent:hover{
    background-color: #e22444;
    border-color: #00ff7f00;
    box-shadow: 0 0.30em 0.30em -0.1em #ffffff00;
    transform: translateY(-0.25em);
    border-color: #ffffff00;
    color: #FFF;
}
.ProductModal-module__header {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    background-color: #161617;
    justify-content: center;
    color: #fff;
    border-color: #e22444;
    border-bottom-style: solid;
    border-width: 2px;
}
.dropDownCurrentItem:hover, .dropDownCurrentItem:focus {
    outline: 2px solid var(--accent-color-800);
}
.Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: 2px solid var(--accent-color-800);
}

/*Соц.Сети*/
.social {
    border-radius: 8px;
    background-color: #0E0E10;
    width: 264px;
    height: 330px;
}
.social_block_text {
	border-width: 2px;
    border-bottom-style: solid;
    border-color: #e22444;
}
.social_text {
    text-align: center;
    position: relative;
    padding: 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    border-width: 2px;
}
.social_block{
	display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    padding: 15px;
	background-color: #161617;
}
.phon_vk{
	width: 240px;
    height: 40px;
    border-radius: 8px;
    background-image: url(https://gspics.org/images/2024/09/12/I0nVTh.png);
}
.social_vk{
	font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    position: relative;
}
.phon_discord{
	width: 240px;
    height: 40px;
    border-radius: 8px;
    background-image: url(https://gspics.org/images/2024/09/12/I0na8D.png);
}
.social_discord{
	font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    position: relative;
}
.phon_tg{
	width: 240px;
    height: 40px;
    border-radius: 8px;
    background-image: url(https://gspics.org/images/2024/09/12/I0nRdy.png);
}
.social_tg{
	font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 10px;
    position: relative;
}
.social_block_prev{
	border-width: 2px;
    border-top-style: solid;
    border-color: #e22444;
    position: relative;
    text-align: center;
}
.social_prev {
	    padding: 10px;
}
.button_so {
    left: 138px;
    position: relative;
    bottom: 32px;
    background-color: #e22444;
    padding: 0.3rem 0.3rem;
    border-radius: 8px;
  	cursor: pointer;
}
.button_so:hover{
	    transform: scale(1.1);
}
.Categories-module__categories {
    display: flex;
    width: 9%;
    justify-content: center;
    flex-wrap: wrap;
    margin: -170px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: -72px;
    position: absolute;
}
.boxBody {
    background: #161617;
    height: auto;
}
.DesktopCopyright-module__link {
    white-space: nowrap;
    margin-left: 5px;
    color: #00ff7f;
}
.DesktopCopyright-module__wrapper {
    z-index: 49 !important;
    position: fixed !important;
    bottom: 5px !important;
    left: 5px !important;
    padding: 10px;
    border-radius: 2px;
    background-color: #20202000 !important;
    font-size: 11px;
    display: flex;
    align-items: center;
    opacity: 1 !important;
    content: "Редактируя этот класс имейте ввиду, что если он будет не читабельным вы получите пермаментную блокировку магазина!";
}
:root[data-theme=red_black] {
    --accent-color-800: #e22444;
    --accent-color-900: #e22444;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #282828;
    --bg-color-700: #e22444;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}
.Product-module__wrapper {
    transition: transform .4s;
    border-radius: 8px !important;
    background: #303030;
    position: relative;
    padding: 0px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    height: 194px;
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 34px;
    border-radius: 2px;
    overflow: hidden;
    background: #303030;
    margin-top: 5px;
}
.Product-module__wrapper {
    transition: transform .4s;
    border-radius: 8px !important;
    background: #303030;
    position: relative;
    padding: 0px;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    height: 194px;
    background: linear-gradient(0deg, #e2244485 -230px, #303030 99%);
}
.dropDownCurrentItem {
    width: 100%;
    background-color: #303030;
    cursor: pointer;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 15px;
    outline: 1px solid transparent;
    transition: all .1s ease;
    border-radius: 15px;
}
.productModalDescription {
    list-style: inside;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #303030;
    border-radius: 15px;
    text-align: center;
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: #303030;
    cursor: pointer;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 15px;
    outline: 1px solid transparent;
    transition: all .1s ease;
    border-radius: 15px;
}
.ProductItemSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    color: #FFF;
    text-align: center;
}
.CountSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    text-align: center;
}
.TotalSum-module__label {
    text-align: center !important;
    width: 100%;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
}
.ProductModal-module__header {
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: 500;
    background-color: #0E0E10;
    justify-content: center;
    color: #fff;
    border-color: #e22444;
    border-bottom-style: solid;
    border-width: 2px;
    border-radius: 15px 15px 0px 0px;
}
.boxFooter {
    background: #161617;
    border-radius: 0 0 8px 8px;
    border-color: #e22444;
    border-top-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 15px 15px;
}
.dropDownList.dropDownListOpenOnTop {
    top: unset;
    bottom: 100%;
    transform: translateY(3px) scale(.94);
    margin-bottom: 2px;
    background-color: #303030;
    border-radius: 7px;
}
.Selector-module__dropDownList.Selector-module__openOnTop {
    margin-bottom: 2px;
    bottom: 100%;
    background-color: #303030;
}
.LangSwitcher-module__list.LangSwitcher-module__active {
    opacity: 1;
    transform: translateY(0) scale(1);
    visibility: visible;
    background-color: #303030;
    pointer-events: all;
    transition: opacity .1s ease, transform .1s ease, visibility 0s step-end;
}
.boxFooter {
    background: #0E0E10;
    border-radius: 0 0 8px 8px;
    border-color: #e22444;
    border-top-style: solid;
    border-width: 2px;
    border-radius: 0px 0px 15px 15px;
}
.MonitoringWidget-module__header {
    font-size: 17px;
    text-align: center;
    background-color: #0E0E10;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    color: #fff;
    border-radius: 8px 8px 0px 0px;
    border-width: 2px;
    border-bottom-style: solid;
    border-color: #e22444;
}
.dropDownList {
    width: 100%;
    margin-top: 2px;
    position: absolute;
    top: 100%;
    background: #303030;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
    padding: 8px;
    border-radius: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 60;
}
.ProfileNav-module__header {
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #161617;
	border-radius: 8px 8px 0px 0px;
}
.ProfileNav-module__navItem {
    cursor: pointer;
    background: #303030;
    border-radius: 2px;
    padding: 10px 15px;
    color: var(--font-color-900);
    transition: all .15s ease;
}
.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    color: var(--font-color-800);
    background: #e22444;
}
.boxBody:last-child {
    border-radius: 0 0 8px 8px;
    background-color: #161617;
}
.ProfileContent-module__header {
    display: flex;
    justify-content: space-around;
    font-size: 17px;
    background-color: #0E0E10;
    text-align: center;
	border-radius: 8px 8px 0px 0px;
}
.ProfileContent-module__box {
    background-color: #303030;
    padding: 0 4px;
}
.ProfileContent-module__input {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 2px;
    overflow: hidden;
    padding: 0 15px;
    background: #303030;
}
.BasketContent-module__header {
    font-size: 17px;
    display: flex;
    justify-content: space-around;
    background-color: #0E0E10;
	border-radius: 8px 8px 0px 0px;
}
.BasketSearch-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 2px;
    overflow: hidden;
    background: #303030;
}
.BasketTable-module__tableHeader {
    background-color: #303030;
}
.HistoryContent-module__header {
    font-size: 17px;
    display: flex;
    justify-content: space-around;
    background-color: #0E0E10;
	border-radius: 8px 8px 0px 0px;
}
.HistorySearch-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 2px;
    overflow: hidden;
    background: #303030;
}
.HistoryTable-module__tableLine, .HistoryTable-module__tableHeader {
    display: grid;
    grid-template-columns: 1fr 200px 130px;
    gap: 10px;
    align-items: center;
    padding: 14px 12px;
    background-color: #303030;
}
.Pagination-module__page:hover, .Pagination-module__page.Pagination-module__active, .Pagination-module__page:focus {
    color: #ffffff;
}
.PlayerBalanceModal-module__header {
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #0E0E10;
    border-radius: 8px 8px 0px 0px;
}
#backpack {
background-color: #E91E63;
    width: 30px;
    height: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}
#rec {
	background-color: #E91E63;
    width: 30px;
    height: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}
#coloss {
	background-color: #f9e550;
    width: 70px;
    height: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
	color: #000000;
	font-weight: 600;
}
#myattack {
	background-color: #E91E63;
    width: 80px;
    height: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}
#importantp {
	background-color: #E91E63;
    width: 80px;
    height: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
}
#tinker {
	background-color: #ff8f36;
    width: 70px;
    height: 18px;
    color: #ffffff;
    border-radius: 5px;
    text-align: center;
    display: inline-block;
	color: #000000;
	font-weight: 600;
}