body {
    min-height: 100vh;
    width: 100vw;
    overflow-x: hidden;
    background-color: #232323;
    color: var(--font-color-800);
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    font-size: var(--default-font-size);
}
.ProductModal-module__dropdown .SelectContent-module__selectorWrapper .dropDownItem:hover,.dropDownItem:focus {
background:linear-gradient(45deg, #cd422a, #8d0c0c, #8d0c0c, #cd422a);
color:#292b2c
}

.ProductModal-module__dropdown .SelectContent-module__selectorWrapper .dropDownList {
background:#2f2f2f;
border:1px solid #535353;
border-radius:15px
}

.ProductModal-module__dropdown .dropDownCurrentItem {
background-color:rgba(255,255,255,.04);
border-radius:15px;
outline:none
}

.ProductModal-module__dropdown .dropDownCurrentItem:hover,.dropDownCurrentItem:focus {
outline:none
}
.Banner-module__img {
    display: none;
}
:root[data-theme=red_black] {
    --accent-color-800: rgb(201 44 44);
    --accent-color-900: #FF2F54;
    --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);
}
/*.Header-module__logo {
    font-size: 0px;
    text-transform: none;
    background: url();
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 35px;
}*/

.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
}

.Header-module__wrapper {
    background-color: #1b1b1b;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 60px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 15px 15px 15px 15px;
    font-size: 16px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.Categories-module__categories {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: -5px;
    font-size: 13px;
}
.container {
    padding: 0 var(--safe-padding);
    margin: 0 auto;
}

h4 {
	font-size: 17px;
  	font-weight: 400;
}

.boxHeader {
  	background: #212020;
    padding: 15px;
  	border-radius: 15px 15px 0px 0px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.boxBody{
  	padding: 15px;
    background: #1d1b1a; 
  	border-radius: 0px 0px 0px 0px;
}
.boxFooter {
    border-radius: 0px 0px 15px 15px;
    background-color: hsl(0deg 0% 39% / 26%);
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
 border-radius: 10px; 
}
.Categories-module__category {
 	border-radius: 10px;
    border: #313131 solid 1px; 
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: #373737;
    border-radius: 10px;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    animation: gradient 2s ease infinite;
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), #d72626b8, rgb(201 44 44));
    background-size: 400% 400%;
    border-color: rgb(201 44 44 / 0%);
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 34px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-color-700);
    margin-top: 15px;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 95%);
}
.Product-module__price {
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 29%);
    padding: 7px 10px;
    border-radius: 0 0 15px;
    display: flex;
    align-items: center;
}
.Product-module__discount {
    top: 0;
    right: 0;
    animation: gradient 3s ease infinite;
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), #d72626b8, rgb(201 44 44));
    color: var(--font-color-700);
    background-size: 400% 400%;
    padding: 7px 10px;
    border-radius: 0 0 0 15px;
}
.productModalContainsItem {
    border-radius: 10px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border: solid 1px #3f3f3f;
}
.productModalDescription {
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--bg-color-700);
    border-radius: 10px;
    border: dashed 1px #424242;
}
.RouletteContent-module__rouletteItem {
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
}

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

@keyframes gradient {
  	0% { background-position: 0% 50%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

.bonus {
    width: 50%;
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), rgb(215 38 38), rgb(201 44 44));
    color: #fff;
    animation: gradient 3s ease infinite;
    background-size: 400% 400%;
    border-radius: 0px 10px 10px 0px;
}
.product__discount {
    background: #760323;
    color: #ffffff;
    padding: 4px 10px 4px 6px;
    border-radius: 0px 0px 0px 20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    text-shadow: 1px 1px 1px #000;
    font-weight: 800;
  	/*display: none;*/
}
.line-through {
    text-decoration: line-through;
    margin-right: 5px;
}

.Cookie-module__wrapper {
    z-index: 50;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    padding: 15px;
    border-radius: 2px;
    background-color: var(--bg-color-800);
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    display: none;
}

::-webkit-scrollbar {
    width: 0px;
    display: none;
}

.DesktopCopyright-module__wrapper {
    background: #49494900!important;
    bottom: 0!important;
margin-bottom: -10px;
margin-left: -12px;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    color: var(--font-color-700);
    animation: gradient 3s ease infinite;
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), rgb(215 38 38), rgb(201 44 44));
    color: var(--font-color-700);
    background-size: 400% 400%;
}
.PlayerBalanceModal-module__currency {
    height: 100%;
    padding: 0 10px;
    color: var(--font-color-700);
    line-height: 36px;
    animation: gradient 3s ease infinite;
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), #d72626b8, rgb(201 44 44));
    color: var(--font-color-700);
    background-size: 400% 400%;
}
.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
    animation: gradient 3s ease infinite;
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), #d72626b8, rgb(201 44 44));
    background-size: 400% 400%;
}
.TotalSum-module__currency {
    height: 100%;
    padding: 0 10px;
    color: var(--font-color-700);
    line-height: 36px;
    animation: gradient 3s ease infinite;
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), #d72626b8, rgb(201 44 44));
    background-size: 400% 400%;
}
.Widgets-module__wrapper {
    min-width: 264px;
    max-width: 264px;
    margin-right: 20px;
/*    margin-top: -20px; */
}
.productModalContainsItems {
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(188px,1fr));
    gap: 15px;
    margin-bottom: 15px;
    display: none;
}

.ShopFooter-module__link {
    display: none;
}
.Header-module__logo {
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 8px;
    display: none;
}

.HeaderNav-module__wrapper {
    display: flex;
    align-items: center;
    column-gap: 10px;
    margin-left: 15px;
    text-transform: uppercase;
    flex-wrap: wrap;
}

.dropDownItem {
    width: 100%;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    padding: 8px 12px;
    color: var(--font-color-700);
    border-radius: 5px;
    text-align: left;
}

.Categories-module__category {
    color: #d3d3d3;
}

img {
pointer-events: none;
}

.Product-module__wrapper {
    background: hsl(0deg 0% 0% / 30%);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 25px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: none;
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 95%);
}
.Categories-module__category {
    transition: none;
    border: none;
    background-color: #282828cf;
    font-size: 14px;
}

.xbox__header {
    background: #212020;
    padding: 15px;
    border-radius: 15px 15px 0px 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    text-align: center;
    margin-left: -10px;
    margin-right: -20px;
    margin-top: -20px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.Shop-module__wrapper {
    background: #0000005c;
    border-radius: 15px;
}
.Products-module__grid4 {
    background-color: #ffffff00;
}
.boxBody {
    background-color: hsl(0deg 0% 39% / 26%);
}
.ModalLayout-module__modal {
background:#000;
border-radius:20px;
}

a {
    -webkit-appearance: button;
    background-color: hsl(0deg 0% 10% / 60%);
    border-radius: 25px;
    transition: 10px;
    background-size: 50%;
    padding: 5px;
    padding-top: 2px; padding-bottom: 0px; padding-left: 10px; padding-right: 10px; 
}
.productModalDescription a {
    color: var(--accent-color-800);
    cursor: pointer;
    transition: all .15s ease;
    display: none;
}
.boxBody:last-child {
    border-radius: 0 0 2px 2px;
    background: #1d1b1a;
}
.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: var(--accent-color-800);
    background: none;
    margin-left: -10px;
}
.xbox__body {
    padding: 15px;
    background: hsl(0deg 0% 14.32% / 47%);
    border-radius: 0px 0px 15px 15px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-left: -10px;
    margin-right: -20px;
}
.DesktopCopyright-module__link {
    white-space: nowrap;
    margin-left: 3px;
    color: var(--accent-color-800);
    background: none;
    padding-left: 0px;
}

.DesktopCopyright-module__text {
    white-space: nowrap;
    padding-top: 3px;
}
.Search-module__input {
    background: #212020;
}

.LangSwitcher-module__lang {
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), rgb(215 38 38));
    animation: gradient 3s ease infinite;
    background-size: 200% 200%;
}
.gs-loader__spinner {
    display: none;
}
.Product-module__wrapper:hover {
        position: relative;
        cursor: pointer;
        overflow: hidden;
        -webkit-backface-visibility: hidden;
        border-radius: 25px;
        box-shadow: 0 0 20px 0 rgb(255 23 23);
        transition: transform 200ms cubic-bezier(0.9, 0.93, 0.97, 1.0);
        transform: scale(1.05);
}
.Product-module__name {
    text-align: center;
    -webkit-text-stroke-width: medium;
}
button.btn.btn-secondary.btn-block, button.btn.btn-success:hover {
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    transition: transform 200ms cubic-bezier(0.7, 0.8, 0.9, 1.0);
    transform: scale(1.1);
}
button.btn.btn-secondary.btn-block, button.btn.btn-success {
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
}
.Categories-module__category:hover {
    transition: transform 200ms cubic-bezier(0.7, 0.8, 0.9, 1.0);
    transform: scale(1.05);
}
.dropDownItem:hover {
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), #d72626b8, rgb(201 44 44));
    transition: all .2s ease;
    animation: gradient 2s ease infinite;
    background-size: 400% 400%;
}
.dropDownList {
border: dashed 1px #424242;
}
.HeaderNav-module__link:active, .HeaderNav-module__link:focus {
    color: rgba(255, 255, 255, .7);
}
.HeaderNav-module__link {
    padding-left: 0px;
}
.ProfileContent-module__infoLineValue.ProfileContent-module__steamid:hover {
    color: #c92c2c;
}
.LangSwitcher-module__currentLang {
    display: none;
}
.PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:focus, .PlayerMenu-module__profileLink:hover, .PlayerMenu-module__loginLink:hover {
    background: none;
}
.PlayerBalance-module__btn:focus, .PlayerBalance-module__btn:hover {
    background: none;
    color: #fff;
}
.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    animation: gradient 2s ease infinite;
    background: linear-gradient(40deg, rgb(163 48 48), rgb(201 44 44), #d72626b8, rgb(201 44 44));
    background-size: 400% 400%;
    border-color: rgb(201 44 44 / 0%);
    color: #fff;
}
.Button-module__btn:focus, .Button-module__btn:hover, .Button-module__btn {
    border: none;
}

.ProfileNav-module__rightSide .boxBody, .ProfileNav-module__rightSide .boxFooter, .Profile-module__rightSide .boxFooter, .Profile-module__rightSide .ProfileNav-module__body.boxBody {
    background: #1d1b1a;
}

.BasketContent-module__wrapper .boxBody, .HistoryContent-module__wrapper .boxBody, .Profile-module__rightSide .ProfileContent-module__body .boxBody, .Profile-module__rightSide .ProfileContent-module__body.boxBody {
    border-radius: 0px 0px 15px 15px;
}
.HeaderNav-module__link:hover, .PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:hover, .PlayerMenu-module__loginLink:hover {
    color: #fff
}

.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #d1d1d1;
    margin-bottom: 22px
}

.socials__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 20px 16px;
    position: relative;
    overflow: hidden
}

.socials__item+.socials__item {
    margin-top: 16px
}

.socials__item_vk {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #1c1c1c 100%)
}

.socials__item_vk .socials__item-bg {
    background: url("https://i.imgur.com/eIEvMCw.png")
}

.socials__item_ds {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #1c1c1c 100%)
}

.socials__item_ds .socials__item-bg {
    background-image: url("https://i.imgur.com/bcMvuX3.png")
}

.socials__item_tg {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #1c1c1c 100%)
}

.socials__item_tg .socials__item-bg {
    background: url("https://i.imgur.com/caabuFI.png")
}

.socials__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.socials__item-left {
    position: relative;
    z-index: 2
}

.socials__item-title {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(224, 224, 224, 0.68);
    margin-bottom: 8px;
    font-weight: 300
}

.socials__item-name {
    font-size: 15px;
    color: #f2f2f2;
    font-weight: 500
}

.socials__item-right {
    position: relative;
    z-index: 2
}

.socials__item-link {
    padding: 13px 9.5px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e0e0e0;
    font-size: 10px;
    transition: all 0.3s ease-out
}

.socials__item-link:hover {
    background: #ffffff;
    color: #121218
}