:root[data-theme] {
  	--bg-color-800: #2b2b2bcb;
    --default-font-family: Helvetica, sans-serif;
    --default-font-size: 15px;
    --accent-color-800: #00de73;
    --accent-color-900: #00c47c;
  	--safe-padding: 10px;
}
::-webkit-scrollbar {
    display: none;
}
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/montserrat/v31/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
    unicode-range: U +0460 -052F, U +1C80 -1C8A, U +20B4, U +2DE0 -2DFF, U + A640-A69F, U + FE2E-FE2F;
}
.container {
    width: 1185px;
    padding: 0 var(--safe-padding);
    margin: 0px auto;
}
.boxHeader {
    background: rgb(28, 28, 28);
    border-radius: 0px 10px 0px 0px;
}
.boxBody {
    background: rgb(24, 24, 24);
    border-radius: 10px 10px 0px 0px;
}
.boxBody:last-child {
    border-radius: 0px 0px 10px 10px;
}

/*Header*/
.Header-module__wrapper {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 0px 0px 2px 2px;
    box-shadow: rgba(0, 0, 0, 0) 0px 1px 1px;
    background: rgba(0, 0, 0, 0);
    border: 0px solid transparent;
    opacity: 0;
    transform: translateY(-255px);
    animation: 0.2s ease-out 0.3s 1 normal forwards running slideDown;
}
.Header-module__wrapper {
    background-color: rgb(24, 24, 24);
    border-radius: 15px;
    transform: translateY(-225px);
    padding: 15px;
}
.Header-module__logo {
    content: url(https://gspics.org/images/2026/06/01/IDVCLR.th.png);
    width: 45px;
    height: 45px;
    background: rgb(30, 30, 30);
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}
.Header-module__logo:hover {
    background: rgb(41, 41, 41);
    transform: scale(1.08);
    transition: 0.2s;
}
.HeaderNav-module__wrapper {
    display: flex;
    align-items: center;
    column-gap: 15px;
    margin-left: 15px;
    text-transform: uppercase;
    flex-wrap: wrap;
}
.HeaderNav-module__link, .SupportLink-module__link {
    font-family: Montserrat, sans-serif;
    gap: 10px;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: 0.2s ease-out;
    align-items: center;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid rgb(35, 35, 35);
    color: rgb(255, 255, 255);
    transform: skewX(355deg);
    flex-direction: row-reverse;
}
.nav-icon {
    width: 18px;
    filter: contrast(2);
    transition: 0.2s ease-out;
}
.HeaderNav-module__link:hover,
.SupportLink-module__link:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(14, 199, 131);
    border: 1px solid rgb(14, 199, 131);
    transform: skewX(358deg);
}
.HeaderNav-module__link:hover .nav-icon,
.SupportLink-module__link:hover .nav-icon {
    filter: invert(1) brightness(0.5);
}
.LangSwitcher-module__currentLang {
    display: none;
}
.PlayerMenu-module__loginLink {
    gap: 5px;
    flex-direction: row-reverse;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    background: rgb(24, 24, 24);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: 0.2s ease-out;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid rgb(35, 35, 35);
    transform: skewX(355deg);
}
#user-icon {
    margin-top: 3px;
    width: 18px;
}
.PlayerMenuMobile-module__mobileMenuBtn {
    display: none;
}
.PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    background-color: rgb(37, 37, 37);
    transform: skewX(358deg);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(55, 55, 55);
    border-image: initial;
}
swiper-container {
    display: flex;
    width: 100%;
    height: 265px;
    top: 90px;
    opacity: 0;
    animation: 0.5s ease-out 0.5s 1 normal forwards running Opa;
}
swiper-slide {
    text-align: center;
    font-size: 18px;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
swiper-slide img {
    display: flex;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
/*Header*/

/*Loader*/
.gs-loader_hide {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    transition: visibility 0.3s, opacity 0.3s;
}
.gs-loader {
    position: fixed;
    inset: 0px;
    z-index: 30000;
    user-select: none;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(https://cdn.roserust.ru/rose/img/bg.png);
    background-position: center center;
    background-repeat: initial;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
    background-size: cover !important;
}
/*Loader*/

/*Shop*/
/*.Servers-module__servers {
  display: none;
}*/
.Servers-module__servers {
  	display: flex;
    flex-wrap: wrap;
    margin: 0px 0px 10px;
    justify-content: flex-start;
    align-items: center;
    overflow: visible;
    animation: 0.2s ease-out 0.2s 1 normal forwards running stretchHover;
}
.Servers-module__server {
    display: flex;
    cursor: pointer;
    color: var(--font-color-900);
    background-color: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 8px;
    border-radius: 8px;
    flex: 1 1 0%;
    margin: 5px;
    max-width: 100%;
    transition: 0.15s;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
  	background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: var(--font-color-700);
}
.Shop-module__wrapper .boxHeader.Shop-module__header {
  display: none;
}
.Shop-module__wrapper .Categories-module__categories {
  display: none;
}
.Shop-module__wrapper .Search-module__wrapper {
  display: none;
}
.Shop-module__wrapper .boxBody, .Shop-module__wrapper .boxFooter {
    border-radius: 0px 10px 10px;
    background-color: rgb(24, 24, 24);
}
.Products-module__wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
}
.Product-module__wrapper {
    background-image: linear-gradient(rgb(30, 30, 30), rgb(26, 26, 26));
    border: 1px solid rgb(41, 41, 41);
    border-radius: 10px;
    transition: 0.2s;
    padding: 20px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    animation: 0.2s ease-out 0.1s 1 normal forwards running stretchScale;
}
.Product-module__wrapper {
    width: calc(20% - 16px);
    margin: 8px;
}
.Product-module__wrapper:hover {
    background: linear-gradient(rgb(39, 39, 39), rgb(39, 39, 39));
    transform: scale(0.99);
    transition: 200ms;
    border: 1px solid rgb(41, 41, 41);
}
.Product-module__price {
    color: rgb(97, 223, 188);
    margin: 10px;
    border-radius: 8px;
    background: rgb(21, 57, 47);
    border: 1px solid rgb(26, 83, 67);
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    transform: skewX(355deg);
}
.Product-module__price, .Product-module__name, .Product-module__count, .Product-module__discount {
    z-index: 1;
}
.Product-module__name {
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    font-size: 15px;
}
.Product-module__wrapper:hover .Product-module__name {
    backface-visibility: hidden;
    background: rgb(26, 26, 26);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    border-radius: 0px 0px 10px 10px;
    opacity: 1;
    padding: 5px;
}
.Product-module__img {
    scale: 1;
}
.ProductModal-module__header {
    display: none;
}
.ModalLayout-module__wrapper {
    width: 100vw;
    position: fixed;
    inset: 0px;
    background-color: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(10px);
    z-index: 200;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody {
    background: rgba(137, 137, 137, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(75px);
}
.productModalImg, .ProductItemSelector-module__img {
    border-radius: 15px;
}
.TotalSum-module__label, .CountSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    font-family: Montserrat, sans-serif;
}
.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 35px;
    border-radius: 10px;
    overflow: hidden;
    background: rgb(35, 35, 35);
}
.TotalSum-module__currency {
    background-color: rgb(45, 45, 45);
    border-radius: 5px 0px 0px 5px;
    font-family: Montserrat, sans-serif;
}
.TotalSum-module__input {
    border-radius: 0px 5px 5px 0px;
}
.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    overflow: hidden;
    background-color: rgb(35, 35, 35);
    border-radius: 10px;
}
.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-radius: 5px 0px 0px 5px;
}
.CountSelector-module__input {
    font-size: 16px;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
}
.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-radius: 0px 5px 5px 0px;
}
.ProfileContent-module__infoWrapper.ProfileContent-module__box, .Selector-module__dropDownCurrentItem, .ProfileContent-module__input, .Selector-module__dropDownCurrentText {
    line-height: 25px;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    cursor: pointer;
    border-radius: 7px;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    white-space: nowrap;
    background: rgb(35, 35, 35);
    outline: rgb(47, 47, 47) solid 1px;
}
.Selector-module__dropDownList {
    width: 100%;
    position: absolute;
    background: rgb(33, 32, 32);
    box-shadow: rgba(24, 24, 24, 0.37) 0px 0px 20px 20px;
    padding: 10px;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 60;
}
.Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: rgb(47, 47, 47) solid 1px;
    background: rgb(47, 47, 47);
}
.Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active {
    background-color: rgba(43, 43, 43, 0.796);
}
.ModalLayout-module__modal.ProductModal-module__item .ItemContent-module__footer.boxFooter {
    background: rgba(137, 137, 137, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(75px);
    border-radius: 0px 0px 15px 15px;
}
.productModalGiveText {
    padding: 8px;
    display: block;
    text-align: center;
    color: rgb(50, 177, 71);
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    border-radius: 7px;
    background: rgba(50, 177, 71, 0.2);
}
.Button-module__btn {
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
}
.Button-module__btn.Button-module__gray {
    color: rgba(255, 255, 255, 0.5);
    background-color: rgb(22, 22, 22);
    border-color: rgb(44, 43, 44);
}
.Button-module__btn.Button-module__gray:hover {
  color: rgba(255, 255, 255, 1);
}
.Button-module__btn.Button-module__accent {
    color: rgb(96, 237, 169);
    background-color: rgb(12, 73, 44);
    border-color: rgb(25, 135, 82);
}
.Button-module__btn.Button-module__accent:hover {
  color: rgba(255, 255, 255, 1);
}
.ProductModal-module__roulette, .ProductModal-module__set {
    width: 600px;
}
.KitContent-module__containsItems {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(115px, 1fr));
    gap: 5px;
    margin-bottom: 15px;
}
.KitContent-module__containsItem {
    border-radius: 10px;
    background-color: rgb(22, 22, 22);
    border: 1px solid rgb(35, 35, 35);
    padding: 0px;
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
}
.KitContent-module__itemImg {
    width: 100%;
    height: auto;
    position: absolute;
    object-fit: contain;
    bottom: 0px;
    transform: scale(0.3);
    background: rgb(30, 30, 30);
    border-radius: 100%;
    padding: 15px;
}
.KitContent-module__itemName {
    padding: 8px;
    position: absolute;
    width: 100%;
    top: unset;
    bottom: 20px;
    left: 0px;
    right: 0px;
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: transparent;
}
.KitContent-module__itemCount {
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    padding: 5px;
    background-color: transparent;
    color: rgb(171, 171, 171);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}
.productModalDescription {
    list-style: inside;
    text-align: left;
    padding: 0px;
    margin-bottom: 10px;
    background: transparent;
}
.product_eggs {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}
.product_egg {
    background: rgb(35, 35, 35);
    padding: 10px;
    width: 100%;
    text-transform: none;
    font-weight: 500;
    font-family: Montserrat, sans-serif;
    color: rgb(183, 183, 183);
    font-size: 13px;
    border-radius: 10px;
}
.vstooltip {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.prime-gradient {
    font-size: 14px;
    background: -webkit-linear-gradient(0deg, rgb(255, 0, 0) 15%, rgb(253, 107, 107)) text;
    -webkit-text-fill-color: transparent;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    padding: 5px 10px;
    border-radius: 10px;
}
.cooldown {
    font-size: 13px;
    background: rgb(16, 97, 58);
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    padding: 5px 10px;
    border-radius: 10px;
}
.tooltip {
    position: relative;
    display: inline-block;
    font-size: 13px;
    background: rgb(16, 97, 58);
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    text-align: center;
    padding: 4px 10px;
    border-radius: 8px;
    cursor: help;
}
.tooltip .tooltiptext {
    width: 190px;
    background-color: rgb(16, 97, 58);
    text-transform: none;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 140%;
    box-shadow: rgb(36, 73, 55) 0px 0px 20px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}
.tooltip:hover .tooltiptext {
    opacity: 1;
}
.KitBtn {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    margin-top: 15px;
}
.ModalLayout-module__modal.ProductModal-module__dropdown .SelectContent-module__footer.boxFooter, .ItemContent-module__footer.boxFooter {
    background: rgba(137, 137, 137, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(75px);
    border-radius: 0px 0px 15px 15px;
}
.dropDownCurrentItem {
    transition: 0.1s;
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    white-space: nowrap;
    background: rgb(35, 35, 35);
    outline: rgb(47, 47, 47) solid 1px;
    line-height: 25px;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
}
.ProductItemSelector-module__label {
    width: 100%;
    text-align: left;
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    color: rgba(255, 255, 255, 0.7);
}
.dropDownList {
    width: 100%;
    position: absolute;
    background: rgb(33, 32, 32);
    box-shadow: rgba(24, 24, 24, 0.37) 0px 0px 20px 20px;
    padding: 10px;
    margin-top: 5px;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 60;
}
.dropDownCurrentItem:hover, .dropDownCurrentItem:focus {
    outline: none;
}
.dropDownItem:hover
{
    background-color: var(--bg-color-800);
}
.active {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
}
.customModalPosition {
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: backdrop-filter 0.5s;
    backdrop-filter: blur(10px);
}
.customModalContent {
    width: 800px;
    border-radius: 40px;
}
.kitTitle {
    text-transform: uppercase;
    font-weight: 600;
    color: rgb(255, 255, 255);
    font-size: 18px;
}
.customModalContent .boxHeader {
    display: flex;
    justify-content: space-between;
    border-radius: 20px 20px 0px 0px;
}
.KitBody {
    overflow-y: scroll;
    height: 600px;
}
.boxBody:last-child {
    border-radius: 0px 0px 10px 10px;
}
.customModalContent .boxBody {
    background: rgb(22, 22, 22);
    text-align: left;
    border-radius: 0px 0px 20px 20px;
}
.KitTitleMini {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 15px;
}
h2 {
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-weight: 600;
}
.KitCooldown {
    text-transform: none;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: rgb(239, 249, 106);
    background: rgb(56, 57, 21);
    border: 1px solid rgb(80, 83, 26);
    padding: 5px 10px;
    border-radius: 10px;
}
.kitGrid {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    justify-content: flex-start;
}
.kitItem {
    display: flex;
    background: rgb(28, 28, 28);
    border: 1px solid rgb(39, 39, 39);
    border-radius: 15px;
    width: 120px;
    height: 120px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.kitImg {
    width: 70px;
    height: 70px;
    margin-bottom: 10px;
}
.kitQnt {
    text-transform: uppercase;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: rgb(91, 255, 166);
    font-size: 14px;
    position: relative;
    width: 100%;
    padding: 0px 15px;
    text-align: right;
}

/*Добавление дней*/
[data-productid="9748676"]::before {
    content: "на 7 дней";
    position: absolute;
    bottom: 8px;
    left: 35px;
    right: 35px;
    text-align: center;
    background: rgb(39, 39, 39);
    border: 1px solid rgb(61, 61, 61);
    padding: 3px 8px;
    font-family: Montserrat, sans-serif;
    font-size: 11px;
    font-weight: 500;
    color: rgb(205, 205, 205);
    z-index: 1;
    border-radius: 8px;
}
[data-productid="9748676"]:hover .Product-module__name {
  display: none;
}
/*Добавление дней*/

/*Изменение цвета*/
[data-productid="9506321"] {
    background-image: linear-gradient(rgb(29, 29, 29), rgb(106, 74, 191));
    border: 1px solid rgb(106, 74, 191);
    border-radius: 10px;
    transition: 0.2s;
    padding: 20px;
}
[data-productid="9506321"]:hover {
    background: linear-gradient(rgba(44, 217, 170, 0) 0%, rgba(44, 217, 170, 0) 20%, rgba(175, 65, 255, 0.4) 100%);
    filter: drop-shadow(rgb(106, 74, 191) 0px 8px 15px);
    transform: scale(0.99);
    transition: 200ms;
    border: 1px solid rgb(106, 74, 191);
    box-shadow: none;
}
[data-productid="9506321"]:hover .Product-module__name {
    backface-visibility: hidden;
    background: rgb(106, 74, 191);
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    border-radius: 0px 0px 10px 10px;
    opacity: 1;
    padding: 5px 10px;
}
[data-productid="9506321"] .Product-module__price {
    color: rgb(160, 107, 229);
    margin: 10px;
    border-radius: 8px;
    background: rgb(58, 40, 90);
    border: 1px solid rgb(90, 58, 122);
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    font-weight: 500;
    transform: skewX(355deg);
}
/*Изменение цвета*/
/*Shop*/

/*Profile*/
.ProfileContent-module__wrapper {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 20px;
    opacity: 0;
    transform: scaleY(0);
    transform-origin: center top;
    animation: 0.2s ease-out 0.1s 1 normal forwards running stretchScale;
}
.ProfileNav-module__wrapper.ProfileNav-module__rightSide {
    margin-right: 0px;
    margin-left: 5px;
    margin-top: 15px;
}
.ProfileContent-module__header {
    display: none;
}
.ProfileContent-module__body.boxBody {
    background-color: rgb(24, 24, 24);
    border-radius: 10px;
}
.boxBody:last-child {
    border-radius: 0px 0px 10px 10px;
}
.ProfileContent-module__body.boxBody::before {
    content: "Активируй промокод: START";
    color: rgb(255, 251, 152);
    font-family: Montserrat, sans-serif;
    margin-bottom: 10px;
    border-radius: 10px;
    background: 0% 0% / 400% 400% rgb(33, 32, 6);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(77, 75, 20);
    border-image: initial;
    padding: 10px 25px;
}
.ProfileContent-module__title {
    padding: 5px 0px;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
}
.ProfileContent-module__box {
    background-color: rgb(30, 30, 30);
    padding: 0px 4px;
}
.ProfileContent-module__infoWrapper {
    margin-bottom: 10px;
}
.ProfileContent-module__infoWrapper.ProfileContent-module__box, .Selector-module__dropDownCurrentItem, .ProfileContent-module__input, .Selector-module__dropDownCurrentText {
    line-height: 25px;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
}
.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: rgb(255, 255, 255);
    transition: 0.15s;
    font-family: Montserrat, sans-serif;
}
.ProfileContent-module__infoLine + .ProfileContent-module__infoLine {
    border-top: 1px solid rgb(35, 35, 35);
}
.ProfileContent-module__infoLineValue {
    color: var(--font-color-700);
    font-family: Montserrat, sans-serif;
}
.ProfileContent-module__title {
    padding: 5px 0px;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
}
.ProfileContent-module__input {
    width: 100%;
    display: flex;
    height: 40px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0px 10px;
    background: var(--bg-color-700);
}
.Button-module__btn.Button-module__accent {
    color: rgb(96, 237, 169);
    background-color: rgb(12, 73, 44);
    border-color: rgb(25, 135, 82);
}
.ProfileNav-module__header {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: row;
}
.ProfileNav-module__header.boxHeader {
    background-color: rgb(24, 24, 24);
    border-radius: 15px 15px 0px 0px;
}
.ProfileNav-module__img {
    width: 50px;
    height: 50px;
    margin-bottom: 0px;
    border-radius: 100%;
    border: 2px solid rgb(35, 35, 35);
}
.ProfileNav-module__name {
    font-size: 16px;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    font-weight: 500;
    margin-top: 7px;
}
.ProfileNav-module__name::before {
    content: "Никнейм:";
    font-size: 10px;
    font-family: Montserrat, sans-serif;
    color: rgb(119, 119, 119);
    position: absolute;
    top: 380px;
}
.ProfileNav-module__body {
    display: flex;
    flex-flow: row;
    gap: 5px;
    padding: 20px 10px;
    align-items: center;
    border-top: 1px solid rgb(35, 35, 35);
}
.ProfileNav-module__body.boxBody {
    background-color: rgb(24, 24, 24);
    border-radius: 0px;
}
.ProfileNav-module__navItem {
    cursor: pointer;
    background: rgb(35, 35, 35);
    padding: 5px 9px;
    color: rgb(137, 137, 137);
    font-size: 13px;
    font-family: Montserrat, sans-serif;
    transition: 0.15s;
    border-radius: 8px;
  	flex: 1;
  	text-align: center;
}
.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    color: rgb(255, 255, 255);
    background: rgb(47, 47, 47);
}
.ProfileNav-module__wrapper .boxFooter {
    background-color: rgb(24, 24, 24);
    border-top: 1px solid rgb(35, 35, 35);
    border-radius: 0px 0px 15px 15px;
}
.Button-module__btn.ProfileNav-module__logOut.Button-module__accent {
    border-radius: 10px;
    color: rgb(255, 164, 164);
    background-color: rgb(73, 12, 12);
    border-color: rgb(135, 25, 25);
    font-size: 14px;
}
.BasketSearch-module__wrapper {
    width: 100%;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    transform: translate3d(0px, 0px, 0px);
    border-radius: 15px;
    padding: 10px;
    white-space: nowrap;
    background: 0% 0% / 400% 400% rgb(52, 52, 52);
    animation: 5s ease 0s infinite normal none running gradient;
}
.BasketSearch-module__wrapper, .HistorySearch-module__wrapper {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    padding: 10px;
    height: 45px;
    white-space: nowrap;
    background: rgb(35, 35, 35);
    border: 1px solid rgb(47, 47, 47);
}
.BasketSearch-module__iconWrapper, .HistorySearch-module__iconWrapper, .HistorySearch-module__wrapper {
    background-color: rgb(35, 35, 35);
}
.BasketSearch-module__input, .HistorySearch-module__wrapper {
    background-color: rgb(35, 35, 35);
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
}
.BasketContent-module__header.boxHeader {
  display: none;
}
.HistoryContent-module__header.boxHeader {
  display: none;
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    justify-content: space-between;
    padding: 10px 15px;
    white-space: nowrap;
    background: rgb(35, 35, 35);
    outline: rgb(47, 47, 47) solid 1px;
}
.ProfileContent-module__infoWrapper.ProfileContent-module__box, .Selector-module__dropDownCurrentItem, .ProfileContent-module__input, .Selector-module__dropDownCurrentText {
    line-height: 25px;
    border-radius: 10px;
    font-family: Montserrat, sans-serif;
}
.BasketTable-module__tableHeader, .HistoryTable-module__tableHeader {
    background-color: transparent;
    border-bottom: 1px dashed rgb(47, 47, 47);
    border-radius: 0px;
    margin-bottom: 15px;
}
.BasketTable-module__tableLine, .BasketTable-module__tableHeader {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
}
.BasketTable-module__tableTitle, .HistoryTable-module__tableTitle {
    color: rgb(149, 149, 149);
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-weight: 500;
}
.errorMessage {
    display: block;
    position: relative;
    left: 40%;
    width: 20%;
    text-align: center;
    margin: 30px 0px;
    font-size: 14px;
    border-radius: 10px;
    color: rgb(113, 113, 113);
    border: 1px dashed rgb(53, 53, 53);
    padding: 10px 15px;
    font-family: Montserrat, sans-serif;
}
.errorMessage::after {
    content: "\a ☹️";
}
.PlayerMenu-module__profileLink {
  display: none;
}
.PlayerBalance-module__btn {
    gap: 10px;
    flex-direction: row-reverse;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 14px;
    background: rgb(24, 24, 24);
    text-transform: none;
    display: flex;
    justify-content: center;
    padding: 7px 15px;
    white-space: nowrap;
    transition: 0.2s ease-out;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid rgb(35, 35, 35);
    transform: skewX(355deg);
}
#balance-icon {
    margin-top: 3px;
    width: 18px;
}
.module__profileLink {
    gap: 5px;
    flex-direction: row;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    background: rgb(24, 24, 24);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding: 0px;
    white-space: nowrap;
    transition: 0.2s ease-out;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    border: 2px solid rgb(35, 35, 35);
    transform: skewX(355deg);
}
.user-avatar {
    width: 42px;
    height: 42px;
}
.user-avatar-pic {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
/*Profile*/

/*Widgets*/
.Widgets-module__wrapper {
    min-width: 305px;
    max-width: 305px;
    margin-right: 0px;
    height: 700px;
    background-image: linear-gradient(rgb(24, 24, 24) 85%, transparent);
    border-right: 1px solid rgb(35, 35, 35);
    border-image: linear-gradient(rgb(36, 36, 36) 0%, rgba(255, 255, 255, 0.05) 15%, rgba(30, 30, 30, 0) 100%) 1 / 1 / 0 stretch;
    border-radius: 10px 0px 0px 10px;
}
.tab_container {
    display: block;
    opacity: 0;
    animation: 0.2s ease-out 0.9s 1 normal forwards running stretchScale;
}
.tab {
    display: flex;
    flex-direction: column;
}
.tab-content {
    display: none;
    animation: 0.2s ease-out 0s 1 normal forwards running stretchScale;
}
#tab-telegram:has(~ .tab-controller > #tab-btn-telegram:checked), #tab-vk:has(~ .tab-controller > #tab-btn-vk:checked) {
    display: block;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 10px;
}
.socials-header {
    display: flex;
    align-items: center;
    width: 100%;
    height: 90px;
    gap: 0.8rem;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
}
.socials-images {
    display: flex;
    gap: 0.7rem;
    justify-content: center;
    align-items: center;
}
.socials-avatar {
    width: 40px;
    height: 40px;
    background: url(https://cdn.roserust.ru/rose/img/social_avatar.png) 0% 0% / cover rgb(255, 255, 255);
    border-radius: 50%;
}
.tg-soc {
    width: 40px;
    height: 40px;
    background: url(https://cdn.roserust.ru/rose/img/tg-social.png) 0% 0% / cover rgb(255, 255, 255);
    border-radius: 50%;
}
.discord-title {
    font-size: 16px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
}
.socials-desc {
    margin: 10px 5px 15px;
    text-align: center;
}
#soc-text {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
}
.social_btn {
    flex-direction: row;
    color: rgb(255, 255, 255);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
    background: rgb(29, 29, 29);
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: 0.2s ease-out;
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    border: 1px solid rgb(35, 35, 35);
    transform: skewX(355deg);
}
.tab-controller {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
    order: -1;
    justify-content: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 15px;
}
.tab-controller > input[type="radio"] {
    display: none;
}
.tab-controller > label {
    display: block;
    background: rgb(29, 29, 29);
    padding: 10px;
    border: 1px solid rgb(41, 41, 41);
    color: rgb(205, 205, 205);
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    transition: 0.3s;
    width: 100%;
    border-radius: 10px;
    transform: skewX(355deg);
}
.tab-controller > input[type="radio"]:checked + label {
    color: rgb(0, 0, 0);
    background-color: rgb(14, 199, 131);
    border: 1px solid rgb(14, 199, 131);
    transform: skewX(358deg);
    font-size: 14px;
    text-transform: none;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    text-align: center;
    cursor: pointer;
    border-radius: 10px;
}
[for="tab-btn-vk"]:hover {
    color: rgb(0, 0, 0);
    background-color: rgb(14, 199, 131);
    border: 1px solid rgb(14, 199, 131);
    transform: skewX(358deg);
}
.social_btn:hover {
  	color: rgb(0, 0, 0);
    background-color: rgb(14, 199, 131);
    border: 1px solid rgb(14, 199, 131);
    transform: skewX(358deg);
}
/*Widgets*/

/*Monitoring*/
.monitoring {
  	width: 100%;
  	margin-top: 5px;	
  	margin-bottom: 0px;
  	opacity: 0;
  	transform: translateX(-50px);
  	animation: 0.5s ease-out 0.1s 1 normal forwards running slideIn;
  	padding-right: 10px;
}
.monitoring:nth-child(1) {
    animation-delay: 0.3s;
}
.mon_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    margin-left: 10px;
}
.mon_header_title {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 500;
}
.mon_total {
    display: flex;
    align-items: center;
    gap: 5px;
}
.mon-icon {
    width: 16px;
    height: 16px;
}
.mon_total_count {
    display: flex;
    gap: 0.3rem;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: 500;
}
#mon_online_players_total {
    background: rgb(48, 48, 48);
    color: rgb(255, 255, 255);
    padding: 2px 5px;
    border-radius: 6px;
}
.mon_container {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 8px;
    display: flex;
    row-gap: 0.5rem;
    margin-top: 15px;
    margin-left: 10px;
    padding: 15px;
    flex-direction: column;
}
.mon_info_container {
    display: flex;
    column-gap: 0.7rem;
    justify-content: space-between;
}
.mon_info {
    display: flex;
    flex-direction: column;
    row-gap: 0.3rem;
}
.monitoring-title {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 5px;
}
.monitoring-image {
    background-image: url(https://topplugin.ru/foto/I0QFMO.png);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
}
.mon_title {
    font-weight: 600;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.85);
    display: flex;
    align-items: center;
}
.mon_online {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}
.mon_online div {
    color: rgb(189, 189, 189);
    min-height: 14px;
}
.mon_online_icons {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.mon_online div {
    color: rgb(189, 189, 189);
    min-height: 14px;
}
.server-players {
    background: rgb(14, 199, 131);
    color: rgb(0, 0, 0);
    padding: 1px 5px;
    border-radius: 5px;
    font-weight: 500;
    overflow: hidden;
}
.server-joining {
    font-size: 12px;
    background-image: linear-gradient(45deg, rgb(47, 47, 47) 30%, transparent 75%);
    padding: 3px 6px;
    border-radius: 8px;
    color: rgb(209, 209, 209);
    position: relative;
    top: 7px;
}
.mon_about {
    position: relative;
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}
.mon_about::after {
    content: "О сервере";
    position: absolute;
    bottom: 0px;
    left: 30px;
    transform: translateX(20%);
    background-color: rgb(63, 63, 63);
    color: rgb(255, 255, 255);
    padding: 4px 8px;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 1000;
    opacity: 0;
    overflow: visible;
    transition: opacity 0.3s, transform 0.3s;
}
.mon_about:hover {
    background: rgba(255, 255, 255, 0.1);
}
.mon_about:hover::after {
    opacity: 1;
    transform: translateX(0px);
}
.mon_online_progress {
    background-color: rgb(38, 38, 38);
    height: 8px;
    width: 100%;
    border-radius: 10px;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
}

.mon_online_progress > div {
    height: 100%;
    background: linear-gradient(90deg, #2b7a2b 0%, #31b112 50%, #4cfa00 100%);
    border-radius: 10px;
    transition: width 0.3s ease;
    display: block;
    min-width: 0;
    box-shadow: 0 0 8px rgba(49, 177, 18, 0.5);
}
.mon_copy {
    display: flex;
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    transition: 0.2s;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.mon_copy:hover {
    background: rgb(14, 199, 131);
    color: rgb(0, 0, 0);
}
/*Monitoring*/

/*Footer*/
.rose-footer {
    background-color: rgba(24, 24, 24, 0.4);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.05);
    color: rgb(255, 255, 255);
    text-align: center;
    width: 1260px;
    padding: 0 var(--safe-padding);
    margin: 0px auto 20px;
    position: relative;
    bottom: 0px;
    border-radius: 10px;
    z-index: 10;
}

.footer-content {
    max-width: 1280px;
    margin: 0px auto;
    display: flex;
    padding: 15px 20px;
    align-items: center;
    flex-direction: row;
}

.project-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer-content p {
    margin: 0px;
    font-size: 12px;
    font-family: Montserrat, sans-serif;
    color: rgb(133, 133, 133);
}

.footer-content > div:nth-child(1) {
    flex: 0.4 1 0%;
}

.project-info-title {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: center;
    margin-bottom: 10px;
}

.project-info-title-logo {
    content: url(https://gspics.org/images/2026/06/01/IDVCLR.th.png);
    width: 45px;
    height: 45px;
    background: rgb(30, 30, 30);
    padding: 8px;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.2s;
}

.project-info-title-name {
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat, sans-serif;
    text-transform: uppercase;
    transform: skewX(355deg);
}

.footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.footer-content > div:nth-child(2) {
    flex: 0.15 1 0%;
}

.footer-nav-link {
    font-size: 12px;
    font-family: "Sofia Sans", sans-serif;
    color: rgba(255, 255, 255, 0.7);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: 0.2s;
}

.footer-content > div:nth-child(3) {
    flex: 0.6 1 0%;
}

.footer-content > div:nth-child(4) {
    flex: 0.19 1 0%;
}

.social-links {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.social-links-icon {
    width: 20px;
}

.social-links-ds {
    display: flex;
    background: rgba(68, 93, 237, 0.5);
    border: 1px solid rgba(68, 93, 237, 0.5);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.social-links-ds:hover {
    background-image: linear-gradient(rgb(74, 84, 201), rgb(58, 66, 156));
}

.social-links-vk {
    display: flex;
    background: rgba(0, 119, 255, 0.5);
    border: 1px solid rgba(0, 119, 255, 0.5);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.social-links-vk:hover {
    background-image: linear-gradient(rgb(0, 88, 189), rgb(0, 53, 113));
}

.social-links-tg {
    display: flex;
    background: rgba(36, 161, 222, 0.5);
    border: 1px solid rgba(36, 161, 222, 0.5);
    width: 35px;
    height: 35px;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.social-links-tg:hover {
    background-image: linear-gradient(rgb(0, 110, 165), rgb(0, 83, 124));
}

.rose-footer-alt {
    color: rgba(254, 254, 254, 0.5);
    text-align: center;
    line-height: 18px;
    display: flex;
    width: 800px;
    position: relative;
    bottom: 0px;
    padding: 0 var(--safe-padding);
    margin: 0px auto 20px;
    z-index: 10;
    justify-content: center;
    flex-direction: row;
}

.project-info-alt p {
    font-size: 12px;
    font-family: "Sofia Sans", sans-serif;
}
/*Footer*/

.DesktopCopyright-module__wrapper {
    border-radius: 0px 5px 0px 0px !important;
    bottom: 0px !important;
    left: 0px !important;
    background: none !important;
    opacity: 0.5 !important;
}

.customtitle {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: rgb(255, 255, 255);
}
.customtext {
    font-family: Montserrat, sans-serif;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    color: rgb(205, 205, 205);
    background: rgba(255, 255, 255, 0.05);
    padding: 10px;
    border-radius: 10px;
}
.customrule {
    background: rgb(37, 119, 75);
    padding: 2px 10px;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    font-size: 13px;
}
.Cookie-module__wrapper {
    z-index: 50;
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%);
    padding: 15px;
    border-radius: 15px;
    background-color: rgba(22, 22, 22, 0.7);
    border: 1px solid rgb(35, 35, 35);
    backdrop-filter: blur(15px);
    display: flex;
    align-items: center;
}
.Cookie-module__icon {
    width: 35px;
    height: 35px;
    fill: rgb(19, 83, 51);
    padding: 3px;
    background: rgb(55, 187, 123);
    border-radius: 20px;
    box-shadow: rgb(37, 139, 90) 0px 0px 20px;
    margin-right: 20px;
}

@keyframes slideDown {
  0% {
    	opacity: 0;
    	transform: translateY(-265px);
	}
	100% {
    	opacity: 1;
    	transform: translateY(-255px);
	}
}
@keyframes Opa {
	0% {
    	opacity: 0;
	}
	100% {
    	opacity: 1;
	}
}
@keyframes slideIn {
	0% {
    	opacity: 0;
    	transform: translateX(-30px);
	}
	100% {
    	opacity: 1;
    	transform: translateX(0px);
	}
}
@keyframes stretchScale {
	0% {
    	opacity: 0;
    	transform: scaleY(0);
	}
	100% {
    	opacity: 1;
    	transform: scaleY(1);
	}
}
@media (min-width: 768px) {
    .Product-module__wrapper:nth-of-type(1), .Product-module__wrapper:nth-of-type(2), .Product-module__wrapper:nth-of-type(3), .Product-module__wrapper:nth-of-type(4) {
        width: calc(25% - 16px);
    }
}