@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

.Banner-module__img {
    display: none;
}

.LangSwitcher-module__wrapper {
    position: relative;
    display: none;
}

.HeaderNav-module__link {
    cursor: pointer;
    padding: 10px;
    transition: all .1s ease;
    background: rgb(35 35 35);
    border-radius: 10px;
    color: #9a9a9a;
    font-size: 12px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    text-transform: none;
}

.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
	color: #e7e7e7;
    background: rgb(45 45 45);
    border-radius: 10px;
}

.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    text-transform: none;
    color: #c9c9c9;
    font-size: 13px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    background: #282828;
    border: solid 1px #414141;
}

.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    background-color: #414141;
    color: #fff;
}

.SupportLink-module__link {
	display: none;
}

::-webkit-scrollbar {
    height: 8px;
  	border-radius: 5px;
}
::-webkit-scrollbar-thumb {
    background: #3e3e3e;
    border-radius: 5px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background: #242424;
  	border-radius: 5px;
}

.Shop-module__wrapper {
    width: 915px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: #282828;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .Widgets-module__wrapper.Widgets-module__rightSide {
    margin-right: 0;
    margin-left: 8px;
}
  
  .productModalDescription {
    text-align: left;
    padding: 5px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 10px;
    border: none;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 2fr));
    gap: 5px;
    width: 100%;
}

.productModalDescription .container-oplata {
    background: linear-gradient(90deg, #353535, #353535);
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    right: -21110px;
    text-align: initial;
    transition: 0.3s;
    width: 100%;
  	color: #bdbdbd;
}

.productModalDescription .container-oplata:hover {
    background: linear-gradient(90deg, #353535, #535353);
  	background-size: 100% 400%;
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    right: -21110px;
    text-align: initial;
    width: 100%;
  	color: #fff;
    transition: 0.3s;
}

.productModalDescription .icon-user-oplata {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    border-radius: 0;
    flex: 0 0 auto;
    height: 30px !important;
    margin: 5px;
    margin-right: 10px !important;
    width: 30px !important;
}

.productModalDescription .textContainer-oplata {
    -ms-flex: 1;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
}

.WelcomeSelectServer-module__server {
    width: 100%;
    background-color: #292929;
    padding: 10px 15px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    background-color: #414141;
    border-radius: 10px;
    color: #fff;
}

.Servers-module__server {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: #282828;
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: all .15s ease;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.Product-module__name {
    z-index: 6;
    transition: all .2s ease;
  	transform: translateY(0%);
    width: 100%;
    padding: 10px 8px;
    bottom: 0;
    left: 0;
    background: linear-gradient(1deg, #232323, transparent);
    font-size: 12px;
}

.product-eggs {
	display: contents;
  	line-height: 1.5rem;
}

.product-eggs-inside {
	background: #282828;
    font-size: 13px;
    line-height: 1.2rem;
    width: 100%;
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #414141;
    transition: 0.3s;
    cursor: pointer;
}

.product-eggs-inside:hover {
    background: #414141;
  	font-size: 13px;
    width: 100%;
  	margin: 0px;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #414141;
  	transition: 0.3s;
}

.product-eggs-description-mini {
    font-size: 11px;
    color: #838383;
}

.kit_btn {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #282828;
    border: 1px solid #414141;
    color: #ffffff !important;
    height: 40px;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
}

.kit_btn:hover {
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #ff2f54;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0 0 10px 0px #a1374a;
}

[data-serverid="36117"]:focus {
    cursor: pointer;
    color: #fff;
    background-color: #b73048;
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: all .15s ease;
}

[data-serverid="35476"]:focus {
    cursor: pointer;
    color: #fff;
    background-color: #358338;
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: all .15s ease;
}

[data-serverid="34891"]:focus {
    cursor: pointer;
    color: #fff;
    background-color: #2467d3;
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: all .15s ease;
}

.kit-item {
    width: 100px;
    height: 115px;
    display: grid;
    background: #282828;
    background-image: radial-gradient(#1e1e1e 0%, transparent 70%);
    border: 1px solid #282828;
    border-radius: 10px;
    padding: 10px;
    transition: 0.3s;
    justify-items: end;
    justify-content: start;
}

.kit-item:hover{
    background: #313131;
    border: 1px solid #313131;
  	background-image: radial-gradient(#272727 0%, transparent 70%);
  	transition: 0.3s;
}

.kit-item-image{ 
	margin-left: 5px;
}

.kit-item-image-src{
	width: 70px;
	height: 70px;
}

.kit-item-quantity{
	color: #d1d1d1;
    width: 40px;
    text-align: right;
}

.kit-category-title{
	margin-bottom: 15px;
    margin-top: 15px;
}

@media screen and (max-width: 1160px) {
    .Products-module__wrapper.Products-module__grid2, .Products-module__wrapper.Products-module__grid3, .Products-module__wrapper.Products-module__grid4, .Products-module__wrapper.Products-module__grid5, .Products-module__wrapper.Products-module__grid6 {
        grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
    }
}
.productModalImg {
    max-width: 150px;
    width: 100%;
    height: 150px;
    object-fit: contain;
    margin-bottom: 10px;
}

body {
    /* background: #292929; */
  	background-size: cover !important;
    background: url(https://i.imgur.com/KSK4hiL.png) no-repeat center center fixed;
    background-position: 50%;
}

body:after {
    background-image: url(https://i.imgur.com/mRfy3qz.png);
    content: " ";
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 500;
    pointer-events: none;
    opacity: .5;
}

::-webkit-scrollbar {
    width: 5px;
}
::-webkit-scrollbar-thumb {
    background: #282828;
    border-radius: 10px;
    height: 5px;
}
::-webkit-scrollbar-track {
    background: rgba(132, 132, 130, 0);
}

.monitoring {
    background: url(https://i.imgur.com/2oSNLKq.png) 50% / cover, #1a1a1a!important;
    border: solid 1px #252525;
    border-radius: 10px;
    width: 100%;
    height: 160px;
}

.monitoring-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 5px;
}

.monitoring-image{
	background-image: url(https://gspics.org/images/2024/09/10/I0QFMO.png);
  	background-position: center;
    background-size: contain;
  	background-repeat: no-repeat;
  	width: 20px;
    height: 20px;
}

.monitoring-title{
    font-size: 12px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

.pulse-online {
    margin-top: 0px;
    display: block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #45f138;
  	animation: animate_pulse 2s infinite;
}

.pulse-offline {
	margin-top:0px;
	display: block;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #f13838;
  	animation: animate_pulse_off 2s infinite;
}

@keyframes animate_pulse {
	0% {
		box-shadow: 0 0 0 0 rgb(69 241 56 / 60%);
	}
	70% {
		box-shadow: 0 0 0 7px rgba(228, 25, 49, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0);
	}
}

@keyframes animate_pulse_off {
	0% {
		box-shadow: 0 0 0 0 rgb(241 56 56 / 60%);
	}
	70% {
		box-shadow: 0 0 0 7px rgba(228, 25, 49, 0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(228, 25, 49, 0);
	}
}

.monitoring-online {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 10px;
}
.monitoring-users{
    background-image: url(https://i.imgur.com/zJRuCBF.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}

.monitoring-wipe {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 20px;
}

.monitoring-wimage{
    background-image: url(https://i.imgur.com/kgBJS1u.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 15px;
    height: 15px;
}

.connect {
    margin-top: 18px;
    margin-left: 15px;
  	margin-right: 15px;
}

.copybtn {
    font-size: 13px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    text-align: center;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #282828;
    border: solid 1px #414141;
    color: #ffffff !important;
    cursor: pointer;
    transition: 0.3s;
}

.copybtn:hover {
    font-size: 13px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
	background: #414141;
    border: solid 1px #414141;
    color: #ffffff !important;
  	transition:0.3s;
}

.promo {
    background: #1a1a1a!important;
    border: solid 1px #252525;
    border-radius: 10px;
    width: 100%;
    height: 110px;
}
.promo-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 30px;
    gap: 0.5rem;
    margin-left: 15px;
    margin-top: 5px;
}
.promo-title {
    font-size: 12px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
    color: #fff;
}
.promo-gift{
    background-image: url(https://i.imgur.com/zkealuL.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 17px;
    height: 17px;
}
.promo-desc {
    display: flex;
    align-items: center;
    width: 100%;
    height: 10px;
  	margin-left: 5px;
}
.promo-info {
    padding: 0px 10px 5px 10px;
    font-size: 13px;
    color: #8d8d8d;
}
.promo-auth {
    padding: 5px 10px 5px 10px;
    font-size: 10px;
    color: #555555;
    margin-left: 25px;
}
.copy-promo {
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
}
.copy-placeholder {
    font-size: 14px;
    line-height: 1.1 !important;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-transform: none;
    text-align: center;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #282828;
    position: relative;
    overflow: hidden;
    color: #ffffff !important;
}
.copy-placeholder:before {
    content: '';
    width: 100%;
    height: 200%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.4;
    filter: blur(10px);
    background: linear-gradient(to left, transparent 0%, #fff 30%, #fff 60%, transparent 100%);
    transform: translate(-100%, -25%) rotate(10deg);
    animation: blick 4s infinite;
}
.discord {
    background: url(https://i.imgur.com/UuSsCjk.png) no-repeat 70px 100% / cover, #1a1a1a!important;
    border: solid 1px #252525;
    border-radius: 10px;
    width: 100%;
    height: 190px;
}

.discord-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
  	margin-left: 15px;
    margin-top: 5px;
}
.discord-image{
	background-image: url(https://i.imgur.com/1PJRSTZ.png);
  	background-position: center;
    background-size: contain;
  	width: 25px;
    height: 25px;
  	background-repeat: no-repeat;
}

.discord-title{
    font-size: 15px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

.discord-desc {
  	margin-left: 15px;
    margin-top: 5px;
}

.discord_btn {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #445ded;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
  	box-shadow: 0 0 20px 0px #253489;
}

.discord_btn:hover {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #3f51b1;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
    box-shadow: 0 0 10px 0px #253489;
}
.discord-connect {
    margin-top: 18px;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    justify-content: flex-start;
}
.memberCount {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
  	font-size: 13px;
}
.presenceCount {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
  	font-size: 13px;
}
#serveronline-red {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
  	font-size: 13px;
}
#serveronline-green {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
  	font-size: 13px;
}

.monitoring-info {
    background: #282828;
    padding: 5px 10px 5px 10px;
    border-radius: 10px;
  	font-size: 13px;
}
.socials {
    width: 100%;
    height: 100px;
}

.socials-grid {
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    gap: 0.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.socials-vk{
  	background: #1a1a1a !important;
  	border: solid 1px #252525;
    border-radius: 10px;
  	cursor: pointer;
  	transition:0.3s all;
}

.socials-vk:hover{
  	background: #0077FF!important;
  	border: solid 1px #0077FF;
    border-radius: 10px;
  	cursor: pointer;
}

.socials-vk img {
    width: 127px;
    padding: 10px 10px 5px 10px;
}

.socials-telegram{
  	background: #1a1a1a !important;
  	border: solid 1px #252525;
    border-radius: 10px;
  	cursor: pointer;
  	transition:0.3s all;
}
.socials-telegram:hover{
  	background: #24A1DE!important;
  	border: solid 1px #24A1DE;
    border-radius: 10px;
  	cursor: pointer;
}
.socials-telegram img {
    width: 120px;
    padding: 10px 10px 5px 10px;
}
.socials-telegram-bot{
  	background: #1a1a1a!important;
  	border: solid 1px #252525;
    border-radius: 10px;
  	cursor: pointer;
  	transition:0.3s all;
}
.socials-telegram-bot:hover{
  	background: #de8b24!important;
  	border: solid 1px #de8b24;
    border-radius: 10px;
  	cursor: pointer;
}
.socials-telegram-bot img {
    width: 150px;
    padding: 10px 10px 5px 10px;
}

.bonuses {
    background: #1a1a1a;
    border: solid 1px #252525;
    border-radius: 10px;
    width: 100%;
    height: 230px;
}

.bonuses-header{
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
  	gap: 0.5rem;
  	padding-left: 20px;
    margin-top: 5px;
}

.support_btn {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #2b2b2b;
    border: solid 1px #414141;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
}

.support_btn:hover {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #414141;
    border: solid 1px #414141;
    color: #ffffff !important;
    transition: 0.3s;
    cursor: pointer;
    margin-top: 10px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    text-align: center;
}

.ticket_btn {
    width: 200px;
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 0.5em 1.5em;
    background: #445ded;
    border-color: transparent;
    color: #ffffff !important;
    transition: 0.3s all;
    cursor: pointer;
    margin-left: 0px;
    display: block;
    text-align: center;
    box-shadow: 0 0 20px 0px #253489;
}

.ticket_btn:hover {
    background: #3f51b1;
    border-color: transparent;
    color: #ffffff !important;
    cursor: pointer;
    box-shadow: 0 0 10px 0px #253489;
}

  .xbox__header {
    background: #212121;
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: solid 2px #3b3b3b;
    border-left: solid 2px #3b3b3b;
    border-right: solid 2px #3b3b3b;
}
.xbox__body {
    padding: 10px;
    background: rgb(30 30 30 / 90%); 
    border-radius: 0px 0px 5px 5px;
    border-bottom: solid 2px #3b3b3b;
    border-left: solid 2px #3b3b3b;
    border-right: solid 2px #3b3b3b;
}
.xbox_bonus {
	font-size: 14px;
  	width: 100%;
  	text-align: center;
  	color: #d0cbcb;
  	line-height: 2.5;
  	font-family: "Unbounded", sans-serif;
  	padding-left: 15px;
    padding-right: 15px;
}

h4 {
    font-size: 14px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

h2 {
    font-size: 14px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

h3 {
    font-size: 14px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

h1 {
    font-size: 14px;
    font-weight: 400;
  	font-family: "Unbounded", sans-serif;
}

.Widgets-module__widgetWrapper+.Widgets-module__widgetWrapper {
    margin-top: 15px;
}

.boxHeader {
  	display: none;
    background: rgb(33 33 33 / 90%);
    backdrop-filter: blur(5px);
    padding: 15px;
    border-radius: 5px 5px 0px 0px;
    border-top: solid 1px #2f2f2f;
    border-left: solid 1px #2f2f2f;
    border-right: solid 1px #2f2f2f;
    font-family: "Unbounded", sans-serif;
}
.boxBody {
    padding: 15px;
    background: rgb(26 26 26 / 80%);
    backdrop-filter: blur(10px);
    border-radius: 10px 10px 0px 0px;
    border-top: solid 1px #252525;
    border-left: solid 1px #252525;
    border-right: solid 1px #252525;
}
.boxFooter {
    background: #212121;
    border-radius: 0px 0px 10px 10px;
    border-bottom: solid 1px #282828;
    border-left: solid 1px #282828;
    border-right: solid 1px #282828;
}

.ProfileNav-module__img {
    width: 234px;
    height: 220px;
    margin-bottom: 15px;
    border-radius: 10px;
}

.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    color: var(--font-color-800);
    background: #393939;
    border-radius: 10px;
}

.ProfileNav-module__navItem {
    cursor: pointer;
    background: var(--bg-color-700);
    border-radius: 2px;
    padding: 10px 15px;
    color: var(--font-color-900);
    transition: all .15s ease;
    border-radius: 10px;
}

.ProfileContent-module__box {
    background-color: #232323;
    padding: 0 4px;
    border-radius: 10px;
}

.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
    border-top: 1px solid #292929;
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: var(--accent-color-800);
    transition: all .15s ease;
    background: #2b2b2b;
    padding: 10px;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}

.ProfileContent-module__infoLineValue {
    color: var(--font-color-700);
    padding: 10px;
    background: #2b2b2b;
    border-radius: 10px;
    width: 40%;
    text-align: center;
}

.Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: 1px solid #373737;
}

.Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: var(--bg-color-700);
    cursor: pointer;
    border-radius: 10px;
    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;
}

.ProfileContent-module__input {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
    background: var(--bg-color-700);
}

.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: #373737;
    border-color: #494949;
    border-radius: 10px;
}
.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    background-color: #434343;
}
.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: 10px;
}
.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background-color: #ad1e37;
    border-color: var(--accent-color-900);
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: #282828;
    margin-top: 10px;
}
.Product-module__wrapper {
    background: #1a1a1a;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-image: radial-gradient(#474747 0%, transparent 65%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: solid 1px #252525;
  	transition: 0.3s all;
}
.Product-module__wrapper:hover {
  	transform: translate3d(0px, -5px, 0px);
}

.productModalGiveText {
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    background: rgb(207 39 69 / 40%);
    border: solid 1px #9d2d41;
    border-radius: 10px;
    font-family: "Unbounded", sans-serif;
    padding: 10px;
}

.Product-module__price {
    top: 5px;
    left: 5px;
    background-color: rgb(59 59 59 / 30%);
    backdrop-filter: blur(3px);
    padding: 5px 5px;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.Product-module__discount {
    top: 0;
    right: 0;
    background-color: #df2f52;
    color: var(--font-color-700);
    padding: 5px 3px;
    border-radius: 0 0 0 5px;
}
.Product-module__wrapper:hover .Product-module__count, .Product-module__wrapper:active .Product-module__count {
    opacity: 1;
}
.Product-module__count {
    right: 12px;
    top: 5px;
    height: 27px;
    background: linear-gradient(90deg, #4f4f4f, transparent);
    border-radius: 10px;
    padding: 5px 5px;
    transition: all .15s ease;
}
.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: 5px;
    margin-bottom: 10px;
    background-color: transparent;
    border-radius: 10px;
    border: none;
}
.RouletteContent-module__rouletteItem {
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
}

.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-color-700);
}
  :root[data-theme=red_black] {
    --accent-color-800: #FF2F54;
    --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: 23px;
    text-transform: none; 
    background: url();
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 30px;
}
.Header-module__wrapper {
    background-color: rgb(0,0,0,0);
    margin-bottom: 20px;
    padding: 0 0px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.ProductItemSelector-module__items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(110px, 1fr));
    gap: 8px;
}

.ProductItemSelector-module__item.ProductItemSelector-module__active, .ProductItemSelector-module__item:hover, .ProductItemSelector-module__item:focus {
	border: 1px solid #414141;
    border-radius: 10px;
    background: #414141;
}

.ProductItemSelector-module__item {
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 2px;
    height: 60px;
    transition: all .15s ease;
    border: #282828;
    border-radius: 10px;
    background: #282828;
}
.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-color-700);
}
.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: none;
}
.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: none;
}
.CountSelector-module__input {
    font-size: 15px;
    width: 100%;
    padding: 0 10px;
    text-align: center;
}
.CountSelector-module__icon {
    width: 50%;
    height: 50%;
    transition: all .15s ease;
}
.CountSelector-module__changeCountBtn{
	background: #353535;
}
.CountSelector-module__changeCountBtn:hover, .CountSelector-module__changeCountBtn:focus {
    background: #434343;
}

.KitContent-module__containsItems {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 2fr));
    gap: 10px;
    margin-bottom: 15px;
}

.KitContent-module__containsItem {
    border-radius: 10px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.KitContent-module__itemName {
    padding: 5px;
    position: absolute;
    width: 100%;
    bottom: 0px;
    top: auto;
    left: 0;
    right: 0;
    height: 30px;
    text-align: start;
    color: var(--font-color-800);
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: linear-gradient(1deg, #373737, transparent);
    border-radius: 10px;
}

.KitContent-module__itemCount {
    position: absolute;
    top: 5px;
    bottom: 0;
    left: 5px;
    height: 25px;
    width: 20%;
    padding: 4px 6px;
    background: linear-gradient(270deg, #4f4f4f, transparent);
    backdrop-filter: blur(3px);
    color: #adadad;
    text-align: start;
    border-radius: 10px;
}

.socials {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
  
.socials-filter {
    filter: grayscale(1);
  	transition: 0.3s;
    opacity: 0.8;
}
  
.socials-filter:hover {
	transition: 0.3s;
  	filter: none;
  	opacity: 1;
}

.disclaimer {
    font-size: 12px;
    text-align: center;
    color: #535353;
}

.social-box {
    text-align: center;
    display: grid;
    line-height: 2rem;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.vkontakte {
    background: #2c3547;
    border: 2px solid #3c4861;
    box-shadow: 0 10px 20px 0 rgba(0,98,255,0.15);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.vkontakte:hover {
    background: #202735;
    border: 2px solid #3c4861;
    box-shadow: 0 10px 20px 0 rgba(0,98,255,0.15);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.telegram {
    background: #2c3e47;
    border: 2px solid #3c5661;
    box-shadow: 0 10px 20px 0 rgba(0,200,255,0.15);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.telegram:hover {
    background: #203035;
    border: 2px solid #3c5661;
    box-shadow: 0 10px 20px 0 rgba(0,200,255,0.15);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.youtube {
    background: #472c2c;
    border: 2px solid #613c3c;
    box-shadow: 0 10px 20px 0 rgba(255,0,0,0.15);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.youtube:hover {
    background: #352020;
    border: 2px solid #613c3c;
    box-shadow: 0 10px 20px 0 rgba(255,0,0,0.15);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.twitch {
    background: #3c2c47;
    border: 2px solid #523c61;
    box-shadow: 0 10px 20px 0 rgba(145,0,255,0.15);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}
.twitch:hover {
    background: #312035;
    border: 2px solid #523c61;
    box-shadow: 0 10px 20px 0 rgba(145,0,255,0.15);
    border-radius: 10px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 25px;
    padding: 5px 0px 2px 0px;
    transition: 0.3s;
}

.socicon {
    vertical-align: sub;
    margin-right: 7px;
}

.info {
    font-size: 11px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 10px;
}

.info-links {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
}

.info-links a {
    font-size: 12px;
    display: grid;
    line-height: 1.8;
    transition: 0.3s;
}
.info-links a:hover {
    color: #ff2f54;
    font-size: 12px;
    display: grid;
    line-height: 1.8;
    transition: 0.3s;
}

.back_buttons {
    margin-top: 20px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}

.btn-backsite {
    font-size: 14px;
    line-height: 1.1 !important;
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 0em;
    border-radius: 10px;
    padding: 1.2em 1.5em;
    background: #eb2d4e;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0px 5px 20px 0px rgba(190,45,71,0.60);
    width: 75%;
  	transition: 0.3s;
}

.btn-backsite:hover {
    box-shadow: 0px 5px 20px 0px #e33655;
    background: #d63e59;
    border-color: transparent;
    color: #ffffff !important;
  	width: 75%;
  	transition: 0.3s;
}

@keyframes blick {
  0% {
    transform: translate(-100%, -25%) rotate(10deg);
  }
  20% {
    transform: translate(100%, -25%) rotate(10deg);
  }
  100% {
    transform: translate(100%, -25%) rotate(10deg);
  }
}

.value {
    font-family: "Unbounded", sans-serif;
  	font-weight: 400;
  	font-size: 12px;
}

.bonus {
    width: 50%;
    background: linear-gradient(40deg, #9d1a32, #f94161, #c12743, #a91f38);
    color: #fff;
    background-size: 400% 400%;
    border-radius: 0px 10px 10px 0px;
    position: relative;
    overflow: hidden;
  	font-family: "Unbounded", sans-serif;
  	font-weight: 400;
  	font-size: 12px;
}
.bonus:before {
  content: '';
  width: 100%;
  height: 200%;
  position: absolute;
  top: 0; left: 0;
  opacity: 0.4;
  filter: blur(10px);
  background: linear-gradient(to left,transparent 0%,#fff 30%,#fff 60%,transparent 100%);
  transform: translate(-100%, -25%) rotate(10deg);
  animation: blick 4s infinite;
}

.serverInfo {
    display: flex;
    padding: 0px;
    border-radius: 10px;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.servernamewipe {
    width: 40%;
    display: flex;
}
span.date-color {
  color: #FF2F54;
  font-weight: 600;
}

.wipedata {
    position: relative;
    top: -213px;
    right: -171px;
    border-bottom: 1px dashed #818181;
    color: #b3b3b3;
    font-size: 13px;
    transition: 0.3s;
}

.wipedata:hover {
    border-bottom: 1px dashed #595959;
    color: #8d8d8d;
    transition: 0.3s;
}

.globalwipeinfo {
    padding-top: 20px;
    background: #282828;
    padding-bottom: 20px;
    text-align: center;
    border: solid 1px #282828;
    border-radius: 10px;
    margin-top: 20px;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(18 18 18 / 80%);
    backdrop-filter: blur(10px);
    z-index: 400;
    opacity: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    pointer-events: none;
    margin: 0;
    padding: 0;
}

.modal:target {
    opacity: 1;
    pointer-events: auto; 
    overflow-y: auto;
}


.modal-dialog {
    position: relative;
    width: 600px;
    margin: 10px;
}
@media (min-width: 576px) {
  .modal-dialog {
      max-width: 600px;
      margin: 30px auto;
  }
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #1a1a1a;
    background-image: none;
    background-position: right;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #252525;
    border-radius: 10px;
    outline: 0;
}
@media (min-width: 768px) {
  .modal-content {
      -webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
      box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
  }
}

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #252525;
}
.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 1.25rem;
  font-weight: 500;
  color: #fff;
}

.close {
    float: right;
    font-family: sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
  	cursor: pointer;
    text-decoration: none;
  	background: #333333;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
  	transition: 0.3s all;
}

.close:focus, .close:hover {
    color: #bdbdbd;
    text-decoration: none;
    cursor: pointer;
  	color: #ffffff;
	background: #ff294d;
    padding: 4px 8px 4px 8px;
    border-radius: 5px;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 20px 20px 20px;
    line-height: 1.5rem;
    overflow-y: scroll;
    height: 600px;
}
.Servers-module__servers {
    display: flex;
    flex-wrap: wrap;
    margin: -5px -5px 10px;
    justify-content: center;
}
@media (max-width: 430px) {

.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    text-transform: none;
    color: #c9c9c9;
    font-size: 13px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    background: #282828;
    border: solid 1px #414141;
}

.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    background-color: #414141;
    color: #fff;
}

.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: #373737;
    color: var(--font-color-700);
}
  .Categories-module__category.Categories-module__enableFocus:focus {
    background-color: #4f4f4f;
    color: var(--font-color-700);
}
.Categories-module__categories {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-bottom: 10px;
}
  .Categories-module__category {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: var(--bg-color-700);
    padding: 5px 8px;
    border-radius: 10px;
    margin: 5px;
    transition: all .15s ease;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
}
  .PlayerMenu-module__wrapper {
    margin-left: auto;
    display: flex;
    align-items: center;
    column-gap: 5px;
}
  .PlayerMenuMobile-module__mobileMenuBtn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 4px 0;
    width: 30px;
    height: 30px;
    border-radius: 6px;
    margin-left: 10px;
}
.Servers-module__servers {
    display: flex;
    margin: -5px -5px 10px;
}
  .Servers-module__server {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: #282828;
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1;
    margin: 5px;
    min-width: 100px;
    max-width: 200px;
    transition: all .15s ease;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
}
  .PlayerMenuMobile-module__nav {
    display: flex;
    align-items: stretch;
    margin-left: 0;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
}
  .PlayerMenuMobile-module__menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100vh;
    width: min(100%, 100vw - 0px);
    display: flex;
    flex-direction: column;
    transform: translate(100%);
    transition: transform .15s cubic-bezier(.4,0,.2,1);
}
      .PlayerBalance-module__wrapper {
        width: 300px;
        margin-right: 10px;
    }
  .PlayerMenuMobile-module__playerMenu {
    display: flex;
    flex-direction: row;
    row-gap: 20px;
    flex-wrap: nowrap;
}
  .ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: var(--accent-color-800);
    transition: all .15s ease;
    background: #2b2b2b;
    padding: 10px;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
  .ProfileContent-module__infoLineValue {
    color: var(--font-color-700);
    padding: 10px;
    background: #2b2b2b;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
  .modal-dialog {
    position: relative;
    width: 100%;
    margin: 0px;
}
  .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0px 20px 20px 20px;
    line-height: 1.5rem;
    overflow-y: scroll;
    height: 480px;
}
  .modal-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.10rem;
    font-weight: 500;
    color: #fff;
}
  .Product-module__img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 15px;
}
  .Product-module__name {
    z-index: 6;
    transition: all .2s ease;
    transform: translateY(0%);
    width: 100%;
    padding: 10px 8px;
    bottom: 0;
    left: 0;
    background: linear-gradient(1deg, #232323, transparent);
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
}
@media (min-width: 768px){
    .Categories-module__categories {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        justify-content: flex-start;
        overflow-x: scroll;
        overflow-y: hidden;
        padding-bottom: 10px;
    }
  
.container {
    width: 75%;
    max-width: 1280px;
    min-width: 768px;
    padding: 0 var(--safe-padding);
    /*margin: 0 auto;*/
}

  .Index-module__wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
}
  
@media (max-width: 768px){
.PlayerMenuMobile-module__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
}
.PlayerMenuMobile-module__playerMenu {
    margin-bottom: 0px;
    background: #282828;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    padding: 10px 10px;
}
.PlayerMenuMobile-module__nav {
    display: none;
}}
  
  .productModalDescription a {
    color: #bdbdbd;
    cursor: pointer;
    transition: all .15s ease;
}
  
  .productModalDescription a:hover {
    color: #ffffff;
}
  
/* Категории товаров */
#server-icon {
  	margin-top: 4px;
	width: 20px;  
}
.Categories-module__category {
        margin-bottom: 0px;
        background: #262626;
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
        border-radius: 10px;
        display: flex;
        align-items: center;
        padding: 7px 13px;
        font-size: 14px;
        gap: 5px;
        height: 34px;
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background: rgb(45 45 45);
    color: var(--font-color-700);
}
.Categories-module__category:hover {
    background-color: rgb(45 45 45);
    color: var(--font-color-700);
}
.Categories-module__category.Categories-module__enableFocus:focus {
    background-color: rgb(45 45 45);
    color: var(--font-color-700);
}
[data-categoryid="412173"] {
    color: #fff;
    background: linear-gradient(90deg, #262626 30px, #591d29);
    background-size: 100% 50%;
}
.Categories-module__categories {
    margin: 0px;
}
  
.Product-module__img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 3 / 2;
  	margin-bottom: 15px;
}
  /*RED КРАСНЫЕ ТОВАРЫ (Добавлять через запятую)*/
[data-productid="8267949"], [data-productid="8267951"], [data-productid="8267951"] {
	background: #1a1a1a;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-image: radial-gradient(#dc1f40 0%, transparent 65%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: solid 1px #252525;
}

  /*Yellow ЖЕЛТЫЕ ТОВАРЫ (Добавлять через запятую)*/
  [data-productid="8295327"], [data-productid="8292115"],[data-productid="8295331"],[data-productid="8295333"],[data-productid="8295334"],  [data-productid="8295335"] {
    background: #1a1a1a;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-image: radial-gradient(#ffcd41 0%, transparent 65%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: solid 1px #252525;
}
  
    /*Purple ФИОЛЕТОВЫЕ ТОВАРЫ (Добавлять через запятую)*/
  [data-productid="8292116"],  [data-productid="8292098"] {
    background: #1a1a1a;
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
    animation: Product-module__productAnimation .15s ease;
    background-image: radial-gradient(#973aff 0%, transparent 65%);
    background-size: 300% 300%;
    background-repeat: no-repeat;
    background-position: 20% 120%;
    border: solid 1px #252525;
}
  @media screen and (max-width: 1366px) {
.Products-module__wrapper.Products-module__grid4 {
    grid-template-columns: repeat(3, minmax(240px, 1fr));
}