/* Для опытных пользователей */
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@200..900&display=swap');

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

.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 10px 8px 10px;
    transition: all .1s ease;
    background: rgb(255 255 255 / 5%);
    border-radius: 10px;
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    flex-direction: row-reverse;
    align-items: center;
}

.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
    color: rgb(255 255 255);
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
}

.Support-module__wrapper {
    position: relative;
    top: 25px;
    display: flex;
    align-items: flex-start;
}
.SupportContent-module__wrapper {
    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 20px;
    margin-top: 5px;
}
.TicketsTable-module__tableHeader {
    background-color: rgb(255 255 255 / 5%);
    border-radius: 8px;
}
.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;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255 255 255 / 5%);
    flex-direction: row-reverse;
}
.PlayerBalanceModal-module__currency {
    position: relative;
    top: 5px;
    right: 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;
}
.PlayerBalance-module__modal {
    width: 300px;
    margin-top: 200px;
}
.PlayerBalance-module__btn {
    text-transform: none;
    cursor: pointer;
    background: rgb(255 255 255 / 5%);
    border-radius: 10px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    padding: 5px 10px 5px 10px;
    white-space: nowrap;
    transition: all .1s ease;
    flex-direction: row-reverse;
}

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

.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    text-transform: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    border-radius: 10px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    padding: 5px 10px 5px 10px;
    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: #50e341;
    color: #eff6ff;
}

.SupportLink-module__link {
    display: flex;
    cursor: pointer;
    padding: 8px 10px 8px 10px;
    transition: all .1s ease;
    background: rgb(255 255 255 / 5%);
    border-radius: 10px;
    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;
}
.SupportLink-module__link:hover, .SupportLink-module__link:focus {
	color: rgb(255 255 255);
    background: rgb(255 255 255 / 10%);
    border-radius: 10px;
}

.Search-module__iconWrapper {
    display: none;
}

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

.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(160px, 1fr));
    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: #50e341;
    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: #fafafa;
}
.Product-module__oldPrice {
    position: relative;
    margin-right: 4px;
    font-size: 10px;
    color: rgb(255 255 255 / 50%);
}
.Product-module__oldPrice:after {
	display: none;
}

.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="36117"]: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="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: #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: 150px;
    width: 100%;
    height: 200px;
    object-fit: contain;
    margin-bottom: 20px;
}

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;
}
.discord-image{
	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;
}

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

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

.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;
}
.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%);
}
.boxBody:last-child {
    border-radius: 8px;
}
.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: #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;
}
.Profile-module__wrapper {
    position: relative;
    top: 25px;
    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;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(255 255 255 / 5%);
    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: rgb(255 255 255 / 5%);
    border-radius: 8px;
}
.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;
    border-radius: 8px;
    overflow: hidden;
    background: rgb(255 255 255 / 5%);
    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: rgb(255 255 255 / 5%);
    border-radius: 8px;
}
.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: 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 transparent;
  	background-color: rgb(255 255 255 / 10%);
}

.Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: rgb(255 255 255 / 5%);
    cursor: pointer;
    border-radius: 8px;
    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;
}

.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: rgb(209 209 209);
    background-color: #282828;
    border-color: #333333;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}
.Button-module__btn.Button-module__gray:hover, .Button-module__btn.Button-module__gray:focus {
    background-color: #333333;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: #282828;
    border-color: #1c1c1c;
    border-radius: 10px;
    padding: 10px 15px 10px 15px;
}
.Button-module__btn.Button-module__accent:hover, .Button-module__btn.Button-module__accent:focus {
    background-color: #afafaf;
    border-color: #afafaf;
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255 255 255 / 5%);
    margin-top: 0px;
  	transition: 0.3s;
}
.Search-module__wrapper:hover {
    background: rgb(255 255 255 / 10%);
  	transition: 0.3s;
}
.Product-module__wrapper {
    background: radial-gradient(rgb(255 255 255 / 10%) 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;
    border: none;
    transition: 0.3s all;
}
.Product-module__wrapper:hover {
    background: radial-gradient(rgb(255 255 255 / 10%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
    border: none;
  	transform: scale(1.03);
}
/* RED */
[data-productid="5070104"] {
    background: radial-gradient(rgb(252 41 76 / 35%) 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="8282820"]:hover {
    background: radial-gradient(rgb(252 41 76 / 35%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}
/* YELLOW */
[data-productid="8464167"] {
    background: radial-gradient(rgb(252 168 41 / 35%) 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="8464167"]:hover {
    background: radial-gradient(rgb(252 168 41 / 35%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}
/* PURPLE */
[data-productid="8282822"] {
    background: radial-gradient(rgb(181 41 252 / 35%) 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="8282822"]:hover {
    background: radial-gradient(rgb(181 41 252 / 35%) 0%, transparent 60%) 50% 10% / 300% 300% no-repeat rgb(255 255 255 / 5%);
}

.productModalGiveText {
    color: #f4f4f4;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    background: rgb(39 39 39);
    border-radius: 10px;
    font-family: "Roboto", 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: 13px;
}
.Product-module__discount {
    top: 10px;
    bottom: unset;
    right: 10px;
    left: unset;
    background-color: #50e341;
    color: var(--font-color-700);
    padding: 1px 6px;
    border-radius: 6px;
    font-size: 11px;
    box-shadow: 0 0 20px rgb(48 143 54 / 50%);
}
.Product-module__wrapper:hover .Product-module__count, .Product-module__wrapper:active .Product-module__count {
    opacity: 1;
}
.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: 13px;
}
.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;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255 255 255 / 5%);
}
.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: #50e341;
    --accent-color-900: #50e341;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #202020;
    --bg-color-700: #282828;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}

.Header-module__logo {
    font-size: 0px;
    text-transform: none;
    background: url(https://gspics.org/images/2025/04/23/IB3AL8.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 180px;
    height: 27px;
}
.container.headerContainer .Header-module__wrapper {
    max-width: 1200px;
    padding: 0px;
    margin: 0 auto;
    background-color: transparent;
    min-height: 70px;
}
.container.headerContainer {
    width: 100%;
    background: rgb(33 33 33 / 85%);
    backdrop-filter: blur(10px);
  	-webkit-backdrop-filter: blur(10px);
    position: sticky;
    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;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(255 255 255 / 5%);
}
.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, #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: 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;
}
.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;
}
.Categories-module__categories {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: flex-start;
	overflow-x: scroll;
	overflow-y: hidden;
	margin-bottom: 15px;
}
.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.7);
}
    .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: 500;
        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 {
        display: flex;
        width: 100%;
        margin: 0px;
        font-size: 13px;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        justify-content: flex-start;
  		margin-bottom: 10px;
    }
    }
  
.container {
    width: 1200px;
    padding: 0 var(--safe-padding);
    margin: 0 auto;
}
  
.Index-module__wrapper {
   display: flex;
   margin-top: 20px;
}
  
@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%);
    border-radius: 10px;
    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%);
    border-radius: 10px;
    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 {
    border-radius: 10px;
    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%);
    border-radius: 10px;
    display: flex;
    gap: 0.5rem;
    align-items: center;
    color: rgb(255 255 255 / 50%);
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    padding: 8px 10px 8px 10px;
    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: 10px;
    background: rgb(255 255 255 / 5%);
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 14px;
    height: 34px;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background: rgb(255 255 255 / 10%);
    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: rgb(255 255 255 / 10%);
        color: var(--font-color-700);
    }
  
.Product-module__img {
    position: relative;
    top: -15px;
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
    transform: scale(0.7);
}
  @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;
}