/* Для опытных пользователей */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

.BGImage-module__img {
	filter: brightness(0.2) blur(5px);
}

.Banner-module__img {
	display: none;
}

.LangSwitcher-module__btn {
	display: none;
}

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

.HeaderNav-module__link {
	display: flex;
	gap: 0.5rem;
	cursor: pointer;
	padding: 8px 14px 8px 14px;
	transition: all .1s ease;
	background: rgb(26 26 26 / 97%);
	color: rgb(255 255 255 / 100%);
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	flex-direction: row-reverse;
	align-items: center;
}

.HeaderNav-module__link:hover {
	background: rgba(102, 37, 155, 1);
	color: var(--font-color-700);
}

.Support-module__wrapper {
	position: relative;
	top: 10px;
	display: flex;
	align-items: flex-start;
}

.SupportContent-module__wrapper {
	width: 100%;
	max-width: 100%;
	overflow: auto;
	margin-bottom: 20px;
}

.TicketsTable-module__tableHeader {
	background-color: rgba(34, 32, 33, 0.97);
}

.NewTicketModal-module__header {
	display: none;
}

.errorMessage {
	display: block;
	width: 100%;
	text-align: center;
	margin: 20px 0;
	font-size: 14px;
	color: var(--font-color-700);
}

.errorMessage:after {
	content: "\A ⚠️";
	white-space: normal;
}

#user-icon {
	margin-top: 3px;
	width: 18px;
}

.nav-icon {
	width: 18px;
}

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

.PlayerBalanceModal-module__label {
	margin-bottom: 15px;
	font-weight: 500;
	color: rgb(255 255 255);
}

.PlayerBalanceModal-module__inputWrapper {
	width: 100%;
	display: flex;
	height: 40px;
	overflow: hidden;
	background: rgba(28, 28, 28, 0.8);
	flex-direction: row-reverse;
}

.PlayerBalanceModal-module__currency {
	position: relative;
	top: 5px;
	right: 5px;
	height: 30px;
	padding: 0px 10px;
	background: rgb(255 255 255 / 5%);
	color: rgb(255 255 255 / 50%);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 32px;
}

.PlayerBalance-module__modal {
	width: 300px;
	margin-top: 200px;
}

.PlayerBalance-module__btn {
	text-transform: none;
	cursor: pointer;
	background: rgba(28, 28, 28, 0.8);
	display: flex;
	gap: 0.5rem;
	align-items: center;
	color: rgb(255 255 255 / 100%);
	font-size: 14px;
	font-weight: 400;
	justify-content: center;
	padding: 8px 14px 8px 14px;
	white-space: nowrap;
	transition: all .1s ease;
	flex-direction: row-reverse;
}

.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
	background-color: rgba(102, 37, 155, 1);
	color: rgb(255 255 255);
}

.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
	text-transform: none;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	justify-content: center;
	padding: 8px 14px 8px 14px;
	white-space: nowrap;
	transition: 0.3s all;
	flex-direction: row-reverse;
}

.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
	background-color: rgba(102, 37, 155, 1);
	color: #eff6ff;
}

.SupportLink-module__link {
	display: flex;
	cursor: pointer;
	padding: 8px 10px 8px 10px;
	transition: all .1s ease;
	background: rgb(26 26 26 / 97%);
	color: rgb(255 255 255 / 100%);
	font-size: 14px;
	font-weight: 400;
	text-transform: none;
	flex-direction: row-reverse;
	align-items: center;
	gap: 0.5rem;
}

.SupportLink-module__link:hover, .SupportLink-module__link:focus {
	background: rgba(102, 37, 155, 1);
	color: var(--font-color-700);
}

.Search-module__iconWrapper {
	display: none;
}

.Widgets-module__wrapper {
	margin-right: 10px;
}

.Widgets-module__wrapper.Widgets-module__rightSide {
	margin-right: 0;
	margin-left: 10px;
	margin-top: 5px;
}

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

.productModalDescription {
	text-align: left;
	padding: 0px;
	margin-bottom: 10px;
	background-color: transparent;
	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);
	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%;
	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;
}

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

.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;
}

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

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

.MonitoringServer-module__progressBarWrapper {
	margin-bottom: 6px;
	border-radius: 10px;
	position: relative;
	width: 100%;
	height: 10px;
	overflow: hidden;
	background-color: var(--bg-color-700);
}

.MonitoringServer-module__progressBarAnim {
	font-size: 14px !important;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	opacity: 1;
	background: #66259B;
	box-shadow: none;
	animation: none;
}

.MonitoringServer-module__info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	opacity: 0.7;
}

.MonitoringServer-module__progressInfo {
	z-index: 7;
	position: absolute;
	border-radius: 10px;
	width: 100%;
	padding: 5px 8px;
	box-shadow: none;
	background-color: #212121;
	bottom: 100%;
	left: 0;
	margin-bottom: 5px;
	opacity: 0;
	transform: translateY(5px);
	visibility: hidden;
	border: 1px solid rgb(43, 43, 43);
	transition: transform .15s cubic-bezier(.4,0,.2,1), opacity .15s cubic-bezier(.4,0,.2,1), visibility .15s step-end;
}

.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: 0px;
	bottom: 28px;
	left: 15px;
	background: transparent;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}

.Product-module__oldPrice {
	position: relative;
	margin-left: 4px;
	order: 1;
	font-size: 10px;
	color: rgb(255 255 255 / 50%);
}

.Product-module__oldPrice:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	background-color: var(--font-color-800);
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

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

.product-eggs-inside {
	background: rgb(255 255 255 / 5%);
	font-size: 13px;
	line-height: 1.2rem;
	width: 100%;
	margin: 0px;
	padding: 10px;
	border-radius: 10px;
	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: #50e341;
	border-color: transparent;
	color: #ffffff !important;
	box-shadow: 0 0 10px 0px #a1374a;
}


/* Eggs */
[data-modalproductid="8502124"] {
	width: 600px;
}

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

[data-serverid="38585"]: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: #50e341;
	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: 250px;
	width: 100%;
	height: 200px;
	object-fit: contain;
	margin-bottom: 20px;
}

:root {
	--default-font-family: "Noto Sans" !important;
}

body {
    /* background-image: url(https://gspics.org/images/2025/02/04/IVDQVI.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-origin: initial;
    background-clip: initial; 
    background-position: 50% center;
    background-size: cover !important; */
	background-color: #1c1c1c;
}

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: .3;
}

.monitoring-users {
	background-image: url(https://gspics.org/images/2025/02/04/IVD9yQ.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}

.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);
	}
}

.copybtn {
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px;
	padding: 8px;
	background: rgb(255 255 255 / 5%);
	border-color: transparent;
	color: rgb(255 255 255 / 65%);
	transition: 0.3s all;
	cursor: pointer;
	display: block;
	text-align: center;
}

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

.rustage-promo {
	background: rgba(28, 28, 28, 0.8);
	border: solid 1px rgb(255 255 255 / 5%);
	border-radius: 10px;
	width: 100%;
	transition: 0.2s all;
}

.rustage-promo:hover {
	background: rgb(30 30 30 / 0.8);
	border: solid 1px rgb(255 255 255 / 10%);
}

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

.rustage-promo-title {
	font-size: 12px;
	font-weight: 400;
	font-family: "Unbounded", sans-serif;
	color: #fff;
}

.rustage-promo-gift {
	background-image: url(https://gspics.org/images/2025/02/04/IVDDIx.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}

.rustage-promo-gift-blur {
	background-image: url(https://gspics.org/images/2025/02/04/IVDDIx.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	filter: blur(10px);
	opacity: .7;
}

.rustage-promo-desc {
	display: flex;
	align-items: center;
	width: 100%;
	height: 10px;
	margin-left: 5px;
}

.rustage-promo-info {
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	color: rgb(255 255 255 / 65%);
}

.rustage-promo-auth {
	padding: 5px 10px 5px 10px;
	font-size: 10px;
	color: #8d8d8d;
	margin-left: 25px;
}

.copy-promo {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
}

.copy-placeholder {
	font-size: 13px;
	font-family: "Unbounded", sans-serif;
	font-weight: 500;
	text-align: center;
	border-radius: 10px;
	padding: 8px;
	background: linear-gradient(17deg, rgb(255 255 255 / 5%) 60%, rgb(255 255 255 / 10%));
	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://gspics.org/images/2025/02/04/IVDG4w.png) no-repeat 35px 100% / cover, rgba(28, 28, 28, 0.8) !important;
	border: solid 1px rgb(255 255 255 / 5%);
	border-radius: 10px;
	width: 100%;
	height: auto;
	transition: 0.2s all;
}

.discord:hover {
	background: rgb(30 30 30 / 0.8);
	border: solid 1px rgb(255 255 255 / 10%);
}

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

.Widget-image_ds {
	background-image: url(https://gspics.org/images/2025/02/04/IVDnRh.png);
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.Widget-image_tg {
	background-image: url(https://gspics.org/images/2025/10/14/IHn7yx.png);
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.Widget-image_pay {
	background-image: url(https://gspics.org/images/2025/10/14/IHnZRN.png);
	background-position: center;
	background-size: contain;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}

.discord-title {
	font-size: 12px;
	color: #fff;
	font-weight: 400;
	font-family: "Unbounded", sans-serif;
}

.discord-text {
	font-size: 12px;
	color: rgb(141, 141, 141);
}

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

.discord-text {
	font-size: 13px;
	line-height: 1.1rem;
	color: rgb(255 255 255 / 75%);
	font-weight: 400;
}

.discord_btn {
	font-size: 14px;
	font-weight: 400;
	border-radius: 10px;
	padding: 8px;
	background: #445ded;
	border-color: transparent;
	color: rgb(255 255 255);
	transition: 0.3s;
	cursor: pointer;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}

.discord_btn:hover {
	background: #3b51cd;
	border-color: transparent;
	color: rgb(255 255 255);
}

.discord-connect {
	margin-top: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	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: #222222;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	font-size: 13px;
	color: #f5f5f5;
}

}

#serveronline-blue {
	background: #222222;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	font-size: 13px;
	color: #f5f5f5;
}

.monitoring-info {
	padding: 5px 10px 5px 0px;
	border-radius: 10px;
	font-size: 13px;
	color: #f5f5f5;
}

.socials {
	display: flex;
	gap: 0.5rem;
}

.socials-vk {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(255 255 255 / 5%);
	padding-right: 1px;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	cursor: pointer;
	transition: all .1s ease;
}

.socials-vk:hover {
	background: #0077FF;
}

.socials-telegram {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(255 255 255 / 5%);
	padding-right: 1px;
	width: 35px;
	height: 35px;
	border-radius: 8px;
	cursor: pointer;
	transition: all .1s ease;
}

.socials-telegram:hover {
	background: #0088cc;
}

.socials-discord {
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(255 255 255 / 5%);
	width: 35px;
	height: 35px;
	border-radius: 8px;
	cursor: pointer;
	transition: all .1s ease;
}

.socials-discord:hover {
	background: #5865f2;
}

.socials-icon {
	width: 18px;
	height: 18px;
}

.rustage-bonuses {
	background: rgba(28, 28, 28, 0.8);
	border: solid 1px rgb(255 255 255 / 5%);
	border-radius: 10px;
	height: auto;
	transition: 0.2s all;
}

.rustage-bonuses:hover {
	background: rgb(30 30 30 / 0.8);
	border: solid 1px rgb(255 255 255 / 10%);
}

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

.rustage-bonus-title {
	font-size: 12px;
	font-weight: 400;
	font-family: "Unbounded", sans-serif;
	color: #fff;
}

.rustage-bonus-image {
	background-image: url(https://gspics.org/images/2025/02/04/IVD1jN.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
}

.rustage-bonus-image-blur {
	background-image: url(https://gspics.org/images/2025/02/04/IVD1jN.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 17px;
	height: 17px;
	filter: blur(10px);
	opacity: .7;
}

.support_btn {
	font-size: 13px;
	line-height: 1.1 !important;
	font-weight: 400;
	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: 13px;
	line-height: 1.1 !important;
	font-weight: 400;
	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;
}

.monitoring {
	background: rgba(28, 28, 28, 0.8);
	border: solid 1px rgb(255 255 255 / 5%);
	border-radius: 10px;
	width: 100%;
	padding: 15px;
	transition: 0.2s all;
}

.monitoring:hover {
	background: rgb(30 30 30 / 0.8);
	border: solid 1px rgb(255 255 255 / 10%);
}

.monitoring-header {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.monitoring-online {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 10px;
}

.monitoring-wipe {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	margin-top: 5px;
}

.monitoring-info {
	background: #222222;
	padding: 5px 10px 5px 10px;
	border-radius: 10px;
	font-size: 13px;
	color: #f5f5f5;
}

.monitoring-wimage {
	background-image: url(https://gspics.org/images/2025/02/04/IVD6cv.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	width: 15px;
	height: 15px;
}

.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-image-blur {
	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;
	filter: blur(10px);
	opacity: .7;
}

.connect {
	margin-top: 10px;
}

.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: rgb(255 255 255 / 75%);
	line-height: 3;
	font-family: "Unbounded", sans-serif;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	margin-top: 5px;
}

h4 {
	font-size: 13px;
	font-weight: 400;
	font-family: "Unbounded", sans-serif;
	color: #fff;
}

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: 10px;
}

.boxHeader {
	display: none;
	background: rgb(33 33 33 / 90%);
	backdrop-filter: blur(5px);
	-webkit-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;
}

.Widgets-module__widgetWrapper .boxBody, .Widgets-module__widgetWrapper .boxFooter {
	background: rgba(34, 32, 33, 0.97);
	//border-radius: 6px 6px 0px 0px;
}

.Widgets-module__widgetWrapper .boxFooter {
	padding: 10px;
	//border-radius: 0px 0px 6px 6px!important;
}

.MonitoringWidget-module__updateBtn {
	border: 1px solid rgba(102, 37, 155, 1);
	background: linear-gradient(90.00deg, rgba(97, 35, 148, 1), rgba(143, 58, 214, 1) 46%, rgba(140, 0, 255, 1) 100%);
}

.MonitoringWidget-module__updateBtn:hover, .MonitoringWidget-module__updateBtn:focus {
	border: 1px solid rgba(102, 37, 155, 1);
}

.Shop-module__wrapper .boxBody, .Shop-module__wrapper .boxFooter {
	background: rgba(34, 32, 33, 0.97);
	//backdrop-filter: blur(4px);
	//border-radius: 6px 6px 0px 0px;
}

.Shop-module__wrapper .boxFooter {
	//border-radius: 0px 0px 6px 6px;
}

.boxBody {
	//padding: 18px;
	background: rgba(34, 32, 33, 0.97);
	//border-radius: 10px 10px 0px 0px;
	border-top: 1px solid rgb(255 255 255 / 5%);
	border-left: 1px solid rgb(255 255 255 / 5%);
	border-right: 1px solid rgb(255 255 255 / 5%);
}

.boxFooter {
	background: rgba(28, 28, 28, 0.8);
	//border-radius: 0px 0px 10px 10px;
	border-bottom: 1px solid rgb(255 255 255 / 5%);
	border-left: 1px solid rgb(255 255 255 / 5%);
	border-right: 1px solid rgb(255 255 255 / 5%);
}

.ShopFooter-module__text {
	margin-bottom: 10px;
	text-align: left;
	font-size: 12px;
	background: rgb(255 255 255 / 3%);
	padding: 20px;
	border-radius: 10px;
}

.ShopFooter-module__links {
	display: flex;
	gap: 5px;
	align-items: center;
	justify-content: flex-end;
	text-transform: none;
	font-weight: 500;
	padding: 0px;
	border-radius: 10px;
}

.ShopFooter-module__link {
	font-size: 13px;
	padding: 6px 6px;
	color: rgb(255 255 255 / 50%);
	font-weight: 400;
	text-align: center;
	border: none;
	background: rgb(255 255 255 / 5%);
	border-radius: 8px;
	transition: all .1s ease;
}

.ShopFooter-module__link:hover {
	color: #ffffff;
	background: rgb(255 255 255 / 10%);
	border: none;
}

.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: rgba(28, 28, 28, 0.8);
}

.ProfileNav-module__wrapper {
	margin-right: 10px;
}

.ProfileNav-module__navItem {
	cursor: pointer;
	background: rgba(28, 28, 28, 0.8);
	padding: 10px 15px;
	color: var(--font-color-900);
	transition: all .15s ease;
}

.ProfileContent-module__box {
	background-color: rgba(28, 28, 28, 0.8);
	padding: 0 4px;
}

.Profile-module__wrapper {
	position: relative;
	top: 10px;
	display: flex;
	align-items: flex-start;
}

.ProfileBasket-module__wrapper {
	position: relative;
	top: 25px;
	display: flex;
	align-items: flex-start;
}

.BasketSearch-module__wrapper {
	width: 100%;
	display: flex;
	height: 40px;
	overflow: hidden;
	background: rgba(28, 28, 28, 0.8);
	flex-direction: row-reverse;
	transition: 0.3s all;
}

.BasketSearch-module__wrapper:hover {
	background: rgb(255 255 255 / 10%);
}

.BasketSearch-module__iconWrapper {
	height: 100%;
	padding: 0 10px;
	background: transparent;
	color: rgb(255 255 255 / 30%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.BasketTable-module__tableHeader {
	background-color: rgba(28, 28, 28, 0.8);
}

.BasketTable-module__tableTitle {
	color: rgb(255 255 255 / 70%);
	font-size: 13px;
	font-weight: 400;
}

.ProfileHistory-module__wrapper {
	position: relative;
	top: 25px;
	display: flex;
	align-items: flex-start;
}

.HistorySearch-module__wrapper {
	width: 100%;
	display: flex;
	height: 40px;
	overflow: hidden;
	background: rgba(28, 28, 28, 0.8);
	flex-direction: row-reverse;
	transition: 0.3s all;
}

.HistorySearch-module__wrapper:hover {
	background: rgb(255 255 255 / 10%);
}

.HistorySearch-module__iconWrapper {
	height: 100%;
	padding: 0 10px;
	background: transparent;
	color: rgb(255 255 255 / 30%);
	display: flex;
	align-items: center;
	justify-content: center;
}

.HistorySearch-module__icon path {
	stroke: rgb(255 255 255 / 30%);
	stroke-width: 2px;
}

.HistoryTable-module__tableHeader {
	background-color: rgba(28, 28, 28, 0.8);
}

.HistoryTable-module__tableTitle {
	color: rgb(255 255 255 / 70%);
	font-size: 13px;
	font-weight: 400;
}

.Selector-module__dropDownList {
	width: 100%;
	position: absolute;
	background: var(--bg-color-700);
	box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -4px rgba(0, 0, 0, .1);
	padding: 10px;
	border-radius: 8px;
	max-height: 200px;
	overflow-y: auto;
	z-index: 60;
}

.Selector-module__dropDownItem {
	width: 100%;
	display: flex;
	flex-direction: column;
	cursor: pointer;
	padding: 10px 10px;
	color: var(--font-color-700);
	border-radius: 8px;
	text-align: left;
	transition: all .2s ease;
}

.Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active {
	background-color: rgb(255 47 84);
}

.ProfileContent-module__title {
	display: block;
	margin-bottom: 10px;
	color: rgb(255 255 255);
	font-weight: 400;
	font-size: 14px;
}

.BasketSearch-module__icon path {
	stroke: rgb(255 255 255 / 30%);
	stroke-width: 2px;
}

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

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
	cursor: pointer;
	color: #FFF;
	transition: all .15s ease;
	background: #2b2b2b;
	padding: 10px;
	font-weight: 500;
	border-radius: 0px;
	width: 40%;
	text-align: center;
}

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

.Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
	outline: 1px solid transparent;
	background-color: rgba(28, 28, 28, 0.8);
}

.Selector-module__dropDownCurrentItem {
	width: 100%;
	background-color: rgba(28, 28, 28, 0.8);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	white-space: nowrap;
	font-size: 14px;
	outline: 1px solid transparent;
	transition: all .1s ease;
}

.dropDownCurrentItem {
	background-color: rgb(26 26 26 / 97%);
	border-radius: 0px;
}

.ProfileContent-module__input {
	width: 100%;
	display: flex;
	height: 36px;
	overflow: hidden;
	padding: 0 15px;
	background: rgba(28, 28, 28, 0.8);
}

.Button-module__btn.Button-module__gray {
	color: rgb(209 209 209);
	background-color: #A83A3C;
	border-color: #333333;
	padding: 10px 15px 10px 15px;
}

.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
	background-color: #333333 !important;
}

.ProfileNav-module__wrapper .boxFooter .Button-module__btn {
	background-color: rgba(97, 35, 148, 1);
	border-color: rgba(97, 35, 148, 0.5);
}

.Button-module__btn.Button-module__accent:hover,.Button-module__btn.Button-module__accent:focus {
	background-color: linear-gradient(90.00deg, rgba(97, 35, 148, 1), rgba(143, 58, 214, 1) 46%, rgba(140, 0, 255, 1) 100%);
	transform: scale(1.01);
}

.Button-module__btn.Button-module__accent {
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--font-color-700);
	background-color: rgba(97, 35, 148, 1);
	border-color: rgba(97, 35, 148, 0.5);
	padding: 10px 15px 10px 15px;
}

.Button-module__btn.MonitoringWidget-module__updateBtn.Button-module__accent:hover {
	background-color: #282828;
}

.Search-module__wrapper {
	width: 100%;
	display: flex;
	height: 40px;
	overflow: hidden;
	background: rgb(26 26 26 / 97%);
	margin-top: 0px;
	transition: 0.3s;
}

.Search-module__wrapper:hover {
	background: rgb(255 255 255 / 10%);
	transition: 0.3s;
}

.Product-module__wrapper {
	position: relative;
	padding: 10px;
	cursor: pointer;
	border-radius: 0px;
	overflow: hidden;
	border: none;
	transition: 0.3s all;
	background: rgb(26 26 26 / 97%);
}

.Product-module__wrapper:hover {
	border: none;
	transform: scale(1.03);
}
/* RED BANNED*/
[data-productid="6134055"] {
	background: radial-gradient(rgb(252 41 76 / 25%) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgb(255 255 255 / 3%);
	position: relative;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s all;
}

[data-productid="6134055"]:hover {
	background: radial-gradient(rgb(252 41 76 / 65%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}

/* Стили для замка */
[data-productid="6134055"]::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
 /* Размер замка */
	height: 30px;
 /* Размер замка */
	background-image: url('https://gspics.org/images/2025/04/24/IBg5zL.png');
 /* Замените на URL вашей иконки */
	background-size: cover;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	z-index: 1;
	opacity: 1;
}

/* Стили для ключа */
[data-productid="6134055"]::after {
	content: '';
	position: absolute;
	top: 15px;
	right: -40px;
 /* Скрываем ключ за пределами элемента */
	width: 25px;
 /* Размер ключа */
	height: 25px;
 /* Размер ключа */
	background-image: url('https://gspics.org/images/2025/04/24/IBMtIh.png');
 /* Замените на URL вашей иконки */
	background-size: cover;
	transform: rotate(45deg);
 /* Поворачиваем ключ для наглядности */
	transition: right 0.5s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	z-index: 2;
	opacity: 1;
}


/* Анимация при наведении */
[data-productid="6134055"]:hover::before {
	background-image: url('https://gspics.org/images/2025/04/24/IBglty.png');
 /* Замените на URL вашей иконки */
	transform: rotate(360deg);
 /* Поворачиваем замок */;
}

[data-productid="6134055"]:hover::after {
	right: 30px;
 /* Перемещаем ключ к замку */
	transform: rotate(0deg);
 /* Выравниваем ключ */;
}

/* ПЕРЕРАБ*/
[data-productid="8482056"] {
	background: radial-gradient(rgb(61 211 48 / 15%) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgb(255 255 255 / 3%);
	position: relative;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s all;
}

[data-productid="8482056"]:hover {
	background: radial-gradient(rgb(61 211 48 / 25%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}

/* ТЕСТ ТОВАР С ПЛАМЕНЕМ*/
[data-productid="3177914"] {
	background: radial-gradient(rgb(61 211 48 / 5%) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgb(255 255 255 / 3%);
	position: relative;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s all;
}

[data-productid="3177914"]:hover {
	background: radial-gradient(rgb(61 211 48 / 5%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}

/* Эффект блика */
[data-productid="3177914"]::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
 /* Ширина больше, чем у элемента */
	height: 100%;
	background: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.3), transparent);
 /* Создаем блик */
	transform: translateX(-100%);
 /* Скрываем блик слева */
	transition: transform 1.5s ease-in-out;
	z-index: 0;
 /* Позади контента */
	pointer-events: none;
}

[data-productid="3177914"]:hover::before {
	transform: translateX(0);
 /* Перемещаем блик вправо */;
}




/* Стили для замка */
[data-productid="8482056"]::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
 /* Размер замка */
	height: 30px;
 /* Размер замка */
	background-image: url('https://gspics.org/images/2025/04/24/IBgbfI.png');
 /* Замените на URL вашей иконки */
	background-size: cover;
	transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
	z-index: 1;
	opacity: 1;
}

/* Стили для ключа */
[data-productid="8482056"]::after {
	content: '';
	position: absolute;
	top: 15px;
	right: -40px;
 /* Скрываем ключ за пределами элемента */
	width: 25px;
 /* Размер ключа */
	height: 25px;
 /* Размер ключа */
	background-image: url('');
 /* Замените на URL вашей иконки */
	background-size: cover;
	transform: rotate(45deg);
 /* Поворачиваем ключ для наглядности */
	transition: right 0.5s ease-in-out, transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
	z-index: 2;
	opacity: 1;
}


/* Анимация при наведении */
[data-productid="8482056"]:hover::before {
	background-image: url('https://gspics.org/images/2025/04/24/IBgbfI.png');
 /* Замените на URL вашей иконки */
	transform: rotate(360deg);
 /* Поворачиваем замок */;
}

[data-productid="8482056"]:hover::after {
	right: 30px;
 /* Перемещаем ключ к замку */
	transform: rotate(0deg);
 /* Выравниваем ключ */;
}


/* BLUE */
[data-productid="8238789"] {
	background: radial-gradient(rgb(67 186 239 / 33%) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgb(255 255 255 / 3%);
	position: relative;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s all;
}

[data-productid="8238789"]::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('https://gspics.org/images/2025/04/24/IBMJnx.png') no-repeat center center;
	background-size: cover;
	opacity: 0.2;
 /* Прозрачность узора */
	pointer-events: none;
 /* Узоры не мешают взаимодействию с элементом */
	transition: transform 2.6s ease, opacity 1.5s;
 /* Плавный переход для вращения и прозрачности */;
}

[data-productid="8238789"]:hover {
	background: radial-gradient(rgb(67 186 239 / 73%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}

[data-productid="8238789"]:hover::after {
	opacity: 0.9;
 /* Увеличение прозрачности узора при наведении */
	transform: rotate(360deg);
 /* Вращение узора при наведении */;
}

/* TOPITEM */
[data-productid=""] {
	background: radial-gradient(rgb(67 186 239 / 33%) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgb(255 255 255 / 3%);
	position: relative;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s all;
}

[data-productid=""]:hover {
	background: radial-gradient(rgb(67 186 239 / 73%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}


/* YELLOW */

[data-productid="8238781"] {
	background: radial-gradient(rgb(187 44 249 / 38%) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgb(255 255 255 / 3%);
	position: relative;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s all;
}

[data-productid="8238781"]::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('https://gspics.org/images/2025/04/24/IBMBKQ.png') no-repeat center center;
	background-size: cover;
	opacity: 0.2;
 /* Прозрачность узора */
	pointer-events: none;
 /* Узоры не мешают взаимодействию с элементом */
	transition: transform 2.6s ease, opacity 1.5s;
 /* Плавный переход для вращения и прозрачности */;
}

[data-productid="8238781"]:hover {
	background: radial-gradient(rgb(187 44 249 / 72%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}

[data-productid="8238781"]:hover::after {
	opacity: 0.9;
 /* Увеличение прозрачности узора при наведении */
	transform: rotate(360deg);
 /* Вращение узора при наведении */;
}

/* GOLD */
/*[data-productid="8238771"] {
    background: radial-gradient(rgb(249 193 44 / 43%) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgb(255 255 255 / 3%);
    position: relative;
    padding: 10px;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
  	transition: 0.3s all;
}

[data-productid="8238771"]:hover {
    background: radial-gradient(rgb(249 193 44 / 73%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}
*/

[data-productid="8238771"] {
	background: radial-gradient(rgb(249 193 44 / 43%) 0%, transparent 60%) 50% 0% / 300% 300% no-repeat rgb(255 255 255 / 3%);
	position: relative;
	padding: 10px;
	cursor: pointer;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.3s all;
}

[data-productid="8238771"]::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('https://gspics.org/images/2025/04/24/IBg7a3.png') no-repeat center center;
	background-size: cover;
	opacity: 0.2;
 /* Прозрачность узора */
	pointer-events: none;
 /* Узоры не мешают взаимодействию с элементом */
	transition: transform 2.6s ease, opacity 1.5s;
 /* Плавный переход для вращения и прозрачности */;
}

[data-productid="8238771"]:hover {
	background: radial-gradient(rgb(249 193 44 / 73%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}

[data-productid="8238771"]:hover::after {
	opacity: 0.9;
 /* Увеличение прозрачности узора при наведении */
	transform: rotate(360deg);
 /* Вращение узора при наведении */;
}

.productModalGiveText {
	color: #f4f4f4;
	display: block;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	background: rgba(28, 28, 28, 0.8);
	font-family: "Montserrat", sans-serif;
	padding: 10px;
}

.Product-module__price {
	top: unset;
	left: 15px;
	bottom: 10px;
	background-color: transparent;
	padding: 0px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	color: rgb(255 255 255 / 75%);
	font-size: 14px;
}

.Product-module__discount {
	top: 6px;
	bottom: unset;
	right: 6px;
	left: unset;
	background-color: rgba(102, 37, 155, 1);
	color: var(--font-color-700);
	padding: 3px 6px;
	border-radius: 6px;
	font-size: 11px;
}

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

.Product-module__count {
	right: 5px;
	top: unset;
	border-radius: 8px;
	padding: 3px 6px;
	transition: all .15s ease;
	color: rgb(255 255 255 / 75%);
	font-size: 14px;
}

.TotalSum-module__currency {
	height: 100%;
	padding: 0 10px;
	background: #353535;
	color: #c3c3c3;
	line-height: 36px;
}

.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: 40px;
	gap: 5px;
	overflow: hidden;
	background: rgb(26 26 26 / 97%);
}

.TotalSum-module__currency {
	position: relative;
	top: 5px;
	left: 5px;
	height: 30px;
	padding: 0px 10px;
	background: rgb(255 255 255 / 5%);
	border-radius: 8px;
	color: rgb(255 255 255 / 50%);
	text-transform: uppercase;
	font-size: 14px;
	line-height: 32px;
}

:root[data-theme=red_black] {
	--accent-color-800: #66259B;
	--accent-color-900: #66259B;
	--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);
}

.Search-module__input {
	color: #FFF;
}

.Header-module__logo {
	font-size: 0px;
	text-transform: none;
	background: url(https://gspics.org/images/2025/09/23/IEn8xR.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 31px;
	height: 31px;
}

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

.container.headerContainer {
	max-width: 1179px;
	margin-top: 20px;
	background: rgba(34, 32, 33, 0.97);
	border: 1px solid rgb(255 255 255 / 5%);
	top: 0;
	z-index: 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;
}

.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: 40px;
	overflow: hidden;
	background: rgb(26 26 26 / 97%);
}

.CountSelector-module__changeCountBtn.CountSelector-module__left {
	border-right: none;
	margin-left: 5px;
}

.CountSelector-module__changeCountBtn.CountSelector-module__right {
	border-left: none;
	margin-right: 5px;
}

.CountSelector-module__input {
	font-size: 15px;
	width: 100%;
	padding: 0 10px;
	text-align: center;
}

.CountSelector-module__icon {
	width: 70%;
	height: 60%;
	padding: 4px;
	border-radius: 6px;
	background: rgb(255 255 255 / 10%);
	transition: 0.3s all;
}

.CountSelector-module__icon:hover {
	background: rgb(255 47 84);
	color: #fff;
}

.TotalSum-module__label {
	width: 100%;
	text-align: left;
	display: block;
	font-weight: 500;
	margin-bottom: 6px;
	color: #fff;
	font-size: 13px;
}

.CountSelector-module__label {
	width: 100%;
	text-align: left;
	display: block;
	font-weight: 500;
	margin-bottom: 6px;
	color: #fff;
	font-size: 13px;
}

.CountSelector-module__changeCountBtn {
	background: transparent;
}

.CountSelector-module__changeCountBtn:hover, .CountSelector-module__changeCountBtn:focus {
	background: transparent;
}

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

.KitContent-module__containsItem {
	border-radius: 10px;
	background-color: rgb(255 255 255 / 5%);
	padding: 10px;
	position: relative;
	display: flex;
	align-items: center;
	transition: 0.3s all;
}

.KitContent-module__containsItem:hover {
	background-color: rgb(255 255 255 / 10%);
}

.KitContent-module__itemImg {
	width: 100%;
	height: auto;
	transform: scale(0.7);
	margin-top: 0px;
	margin-bottom: 5px;
	object-fit: contain;
}

.KitContent-module__itemName {
	position: absolute;
	width: 100%;
	bottom: 0;
	top: auto;
	left: 0;
	right: 0;
	padding: 0px 10px 5px 10px;
	height: auto;
	text-align: start;
	color: var(--font-color-800);
	font-size: 12px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: none;
	border-radius: 0;
}

.KitContent-module__itemCount {
	position: absolute;
	top: 5px;
	bottom: 0;
	left: unset;
	right: 5px;
	height: 17px;
	padding: 0px 10px;
	background: rgb(255 255 255 / 10%);
	color: #adadad;
	text-align: start;
	border-radius: 6px;
}

.ProductModal-module__roulette, .ProductModal-module__set {
	width: 500px;
}

.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: #50e341;
	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: 11px;
}

.bonus {
	width: 50%;
	background: linear-gradient(40deg, #000000, #51e342ad, #51ff3f, #0cff40);
	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: 11px;
}

.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;
}

::-webkit-scrollbar {
	height: 8px;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	background: #393939;
	border-radius: 5px;
	height: 8px;
}

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

.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: #50e341;
	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);
	-webkit-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) {
	.Header-module__nav, .user-avatar, .user-avatar-pic {
		display: none;
	}
  
  	.Categories-module__categories {
    	margin-bottom: 10px;
      
    }

	.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
		text-transform: none;
		color: #ffffff;
		font-size: 11px;
		font-weight: 400;
		font-family: "Unbounded", sans-serif;
		border-radius: 10px;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 5px;
		white-space: nowrap;
		transition: 0.3s all;
	}

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

	.PlayerMenu-module__wrapper {
		margin-left: 15px;
		margin-right: 0px;
		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: 100%;
	}

	.PlayerMenuMobile-module__playerMenu {
		display: flex;
		flex-direction: row;
		row-gap: 20px;
		flex-wrap: nowrap;
	}

	.PlayerMenuMobile-module__header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		background: rgba(28, 28, 28, 0.8);
		border-radius: 0px;
		border: none;
	}

	.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 {
		position: relative;
		top: -15px;
		object-fit: contain;
		width: 100%;
		aspect-ratio: 1 / 1;
		transform: scale(0.85);
	}

	.Product-module__name {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		z-index: 6;
		transition: all .2s ease;
		transform: translateY(0%);
		width: 85%;
		padding: 0px;
		bottom: 30px;
		left: 15px;
		background: transparent;
		font-size: 14px;
		font-weight: 600;
		color: #fafafa;
	}

	.Product-module__count {
		right: 5px;
		top: unset;
		background: rgb(255 255 255 / 10%);
		border-radius: 8px;
		padding: 3px 6px;
		transition: all .15s ease;
		color: rgb(255 255 255 / 75%);
		font-size: 11px;
	}

	.container.headerContainer .Header-module__wrapper {
		padding: 0px 10px;
		margin: 0px auto 0px;
		background-color: transparent;
		min-height: 60px;
		display: flex;
		flex-wrap: nowrap;
		justify-content: space-between;
	}

	.Products-module__wrapper.Products-module__grid4 {
		grid-template-columns: repeat(auto-fill, minmax(150px, 2fr));
	}

	.Index-module__wrapper {
		display: flex;
		margin-top: 10px;
		margin-bottom: 30px;
		flex-wrap: nowrap;
		align-items: center;
	}

	.container.Index-module__wrapper, .container.Profile-module__wrapper, .container.ProfileBasket-module__wrapper, .container.ProfileHistory-module__wrapper {
    /* max-width: 1200px; */
		width: 100%;
	}

	.Shop-module__wrapper {
		width: 100%;
		margin-bottom: 20px;
		margin-top: 0px;
	}

	.boxBody {
		padding: 15px;
		background: rgba(28, 28, 28, 0.8);
		//border-radius: 10px 10px 0px 0px;
		border-top: 1px solid rgb(255 255 255 / 5%);
		border-left: 1px solid rgb(255 255 255 / 5%);
		border-right: 1px solid rgb(255 255 255 / 5%);
	}

	.Widgets-module__wrapper.Widgets-module__rightSide {
		margin-right: 0;
		margin-left: 0px;
		margin-top: 0px;
	}

	.ShopFooter-module__link {
		width: 100%;
		font-size: 13px;
		padding: 6px 6px;
		color: rgb(255 255 255 / 50%);
		font-weight: 400;
		text-align: center;
		border: none;
		background: rgb(255 255 255 / 5%);
		border-radius: 8px;
		transition: all .1s ease;
	}

	.PlayerMenuMobile-module__menuWrapper {
		overflow-x: hidden;
		overflow-y: auto;
		display: flex;
		align-items: center;
		text-align: center;
		justify-content: center;
		position: fixed;
		top: 0;
		left: 0;
		width: 100vw;
		min-height: 100vh;
		z-index: 100;
		background-color: rgb(15 15 15 / 80%);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity .15s cubic-bezier(.4,0,.2,1), visibility .15s step-end;
	}
}

@media (min-width: 768px) {
	.Support-module__wrapper {
		display: flex;
		align-items: flex-start;
		width: 100%;
	}

	.Categories-module__categories {
		font-size: 14px;
		margin-bottom: 10px;
	}
}

.container {
	width: 1200px;
	padding: 0 var(--safe-padding);
	margin: 0 auto;
}

.Index-module__wrapper {
	display: flex;
	margin-top: 10px;
}

@media (max-width: 768px) {
	.PlayerMenuMobile-module__nav {
		display: flex;
		flex-direction: column;
		align-items: center;
		margin-left: 0;
	}

	.PlayerMenuMobile-module__playerMenu {
		margin-bottom: 0px;
		border-radius: 10px;
		display: flex;
		align-items: center;
		flex-direction: column;
		padding: 10px 0px;
	}

	.HeaderNav-module__link {
		display: flex;
		width: 100%;
		gap: 0.5rem;
		cursor: pointer;
		padding: 8px 10px 8px 10px;
		transition: all .1s ease;
		background: rgb(255 255 255 / 5%);
		color: rgb(255 255 255 / 50%);
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		flex-direction: row-reverse;
		align-items: center;
		justify-content: center;
	}

	.SupportLink-module__link {
		width: 100%;
		display: flex;
		cursor: pointer;
		padding: 8px 10px 8px 10px;
		transition: all .1s ease;
		background: rgb(255 255 255 / 5%);
		color: rgb(255 255 255 / 50%);
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
		flex-direction: row-reverse;
		align-items: center;
		gap: 0.5rem;
		justify-content: center;
	}

	.PlayerMenuMobile-module__profileLink, .PlayerMenuMobile-module__loginLink {
		background-color: rgb(255 255 255 / 5%);
		text-align: center;
		width: 100%;
		padding: 8px 10px 8px 10px;
		color: rgb(255 255 255 / 50%);
		font-size: 14px;
		font-weight: 400;
		text-transform: none;
	}

	.PlayerBalance-module__btn {
		width: 100%;
		text-transform: none;
		cursor: pointer;
		background: rgb(255 255 255 / 5%);
		display: flex;
		gap: 0.5rem;
		align-items: center;
		color: rgb(255 255 255 / 100%);
		font-size: 14px;
		font-weight: 400;
		justify-content: center;
		padding: 8px 14px 8px 14px;
		white-space: nowrap;
		transition: all .1s ease;
		flex-direction: row-reverse;
	}
}

.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: 5px;
	background: rgb(26 26 26 / 97%);
	//border-radius: 3px;
	padding: 8px 12px;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
}

.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
	background: rgba(102, 37, 155, 1);
	color: var(--font-color-700);
}

.Categories-module__category:hover {
	background-color: rgb(255 255 255 / 10%);
	color: var(--font-color-700);
}

.Categories-module__category.Categories-module__enableFocus:focus {
	background-color: rgba(102, 37, 155, 1);
	color: var(--font-color-700);
}

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

img.Product-module__img:hover {
	filter: drop-shadow(rgba(162, 73, 237, 0.25) 2px 2px 8px) drop-shadow(rgba(162, 73, 237, 0.25) -2px -2px 8px);
}

@media screen and (max-width: 1366px) {
	.headerContainer .Header-module__wrapper {
		max-width: 1100px;
		padding: 0px 20px;
		margin: 0px auto 20px;
		background-color: transparent;
		min-height: 60px;
	}
}

.Toast-module__toast {
	width: 100%;
	padding: 10px;
	border-radius: 8px;
	background: rgb(37 37 37 / 80%);
	box-shadow: none;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
	overflow: hidden;
	cursor: pointer;
	display: flex;
	align-items: center;
	animation: Toast-module__toastEnter .2s linear;
}

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

.user-avatar {
	border-radius: 10px;
	border: 1px solid rgb(255 255 255 / 5%);
	width: 36px;
	height: 36px;
}

.user-avatar-pic {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}

.MonitoringServer-module__name {
	color: #FFF;
	font-weight: 600;
}

.productModal {
	display: grid;
	grid-gap: 10px;
}

.productModal_Item {
	background: rgba(28, 28, 28, 0.8);
	max-width: 388px;
	padding: 10px 12px;
}

.productModal_Item>img {
	padding-top: 5px;
	width: 350px;
}

.CustomPage-module__wrapper {
	margin-top: 10px !important;
}

@media (max-width: 1440px) {
  /* Стили для экранов меньше 1440px */
}

@media (max-width: 1200px) {

}

@media (min-width: 768px) and (max-width: 1024px) {
  
  .Header-module__wrapper .HeaderNav-module__wrapper {
    display: flex;
  }
  
  .container.headerContainer {
  	width: 1003px;
  }
  
  .Shop-module__wrapper {
  	width: 730px;
  }
}

@media (min-width: 425px) and (max-width: 768px) {
  	.PlayerMenuMobile-module__body .HeaderNav-module__wrapper {
  		display: flex !important;
      	gap: 10px;
  	}
  
    .Header-module__wrapper .HeaderNav-module__wrapper {
      display: none;
    }
  
    .HeaderNav-module__link {
      border-radius: 0;
    }
  
    .Shop-module__wrapper, .container.headerContainer, .Widgets-module__wrapper {
    	width: 750px
  	}
}

@media (max-width: 425px) {
	.container.headerContainer {
      	width: 405px;
    }
}

@media (max-width: 385px) {
	.container.headerContainer {
      	width: 355px;
    }
}

@media (max-width: 320px) {
	.container.headerContainer {
      	width: 300px;
    }
  
  	.Widgets-module__wrapper {
		margin-top: 0;
      	margin-right: 0;
  	}
  
    .productModal_Item {
		max-width: 262px;
    }
  
    .productModal_Item>img {
		width: 240px;
    }
}