/* Author code: KirillRnD */
/* Author design: KirillRnD */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
	--default-border-radius: 7px;
    --default-font-family: "Inter";
    --default-font-size: 16px;
    --default-font-weight: 500;
    --default-background: #14151A;
    --default-color: #ffffffd6;
    --default-color-hover: #ffffff;
    --light-font-weight: 300;
    --bold-font-weight: 700;
    --big-font-size: 24px;
    --over-big-font-size: 30px;
    --small-font-size: 14px;
    --over-small-font-size: 12px;
}

:root {
	--default-color: #ffffffd6;
	--default-color-hover: #ffffff;
	--default-background: #202020;
	--orange-color: rgb(221 121 42);
	--orange-color-hover: rgb(255 194 28);
	--orange-box-shadow: rgb(255 194 28 / 10%);
	--bg-opacity: #ffffff00;
}

:root[data-theme=red_black] {
    --accent-color-800: #af3723;
    --accent-color-900: #af3723;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: rgb(39 39 39);
    --bg-color-700: hsl(0 0% 12% / 1);
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}

* {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  	font-family: var(--default-font-family), sans-serif;
  	color: var(--default-font-color);
}

img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
}

body::-webkit-scrollbar {
    width: 0px;
}

body {
	background-color: var(--default-background);
  	font-weight: var(--default-font-weight);
}

a, p, h1, h2, h3, h4, h5, li, span {
  	font-weight: var(--default-font-weight);
}

a::first-word, h1::first-word, h2::first-word, h3::first-word, h4::first-word, h5::first-word, li::first-word, span::first-word, p::first-word {
  	text-transform: capitalize!important;
}

a, button {
	letter-spacing: var(--default-letter-spacing);
  	text-transform: capitalize!important;
  	font-weight: var(--default-font-weight);
}

.LangSwitcher-module__btn, .MonitoringWidget-module__updateBtn, .boxHeader.MonitoringWidget-module__header, .productModalProductAvailability, .RouletteContent-module__triangle.RouletteContent-module__bottom, .productModalContainsTitle, .TotalSum-module__label, .CountSelector-module__label, .ProfileContent-module__header.boxHeader, .BasketContent-module__header.boxHeader, .HistoryContent-module__header.boxHeader, .Product-module__oldPrice {
	display: none;
}

.MonitoringWidget-module__body.boxBody, .Shop-module__wrapper .boxFooter, .Widgets-module__widgetWrapper .boxBody, .ProfileNav-module__wrapper .boxFooter, .ProfileNav-module__body.boxBody {
	background-color: var(--bg-opacity)!important;
}
/* социальные сети мобайл*/

.rustage-socials {
    width: 100%;
    /* height: 50px; */
}

.rustage-socials-grid{
    display: flex;
    align-items: center;
    width: 100%;
    height: 0px;
    gap: 0.5rem;
}

.rustage-socials-vk{
  	background: #2e2e2e!important;
  	border: solid 2px #3d3d3d;
    border-radius: 5px;
  	cursor: pointer;
  	transition:0.3s all;
}

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

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

.rustage-socials-telegram{
  	background: #2e2e2e!important;
  	border: solid 2px #3d3d3d;
    border-radius: 5px;
  	cursor: pointer;
  	transition:0.3s all;
}
.rustage-socials-telegram:hover{
  	background: #24A1DE!important;
  	border: solid 2px #24A1DE;
    border-radius: 5px;
  	cursor: pointer;
}
.rustage-socials-telegram img {
    width: 120px;
    padding: 10px 10px 5px 10px;
}

@media (max-width: 767px) {
	a.PlayerMenu-module__loginLink {
    display: none;
}
  h1.Header-module__logoWrapper {
    margin-left: 0px;
  }
  a.Header-module__logo {
    display: none;
  }
  .show-on-desktop {
    display: none;
  }
  nav.HeaderNav-module__wrapper.Header-module__nav {
    column-gap: 0px;
    margin-left: 0px;
  }
}

.PlayerMenu-module__loginLink,
.swiper-button-next:after, 
.swiper-button-prev:after,
.swiper,
.PlayerBalance-module__btn,
.Button-module__btn.Button-module__gray, 
.Button-module__btn.Button-module__accent,
.Servers-module__server,
.Categories-module__category,
.Search-module__wrapper,
.MonitoringServer-module__wrapper,
.MonitoringServer-module__progressBarWrapper,
.productModalDescription,
.boxBody:last-child {
    /* border-radius: var(--default-border-radius); */
    border-radius: .375rem;
}

.ProductModal-module__header,
.PlayerBalanceModal-module__header,
.customModalContent .boxHeader {
    border-radius: var(--default-border-radius) var(--default-border-radius) 0 0;
}

.ItemContent-module__footer,
.PlayerBalanceModal-module__footer,
.RouletteContent-module__footer,
.KitContent-module__footer,
.customModalContent .boxFooter {
	border-radius: 0 0 var(--default-border-radius) var(--default-border-radius);
	background: rgba(106, 106, 106, .3);
	background-color: hsl(0 0% 15% / 1);
}

.DesktopCopyright-module__text {
    letter-spacing: 1px;
}

.DesktopCopyright-module__wrapper {
    border-radius: 0 var(--default-border-radius) 0 0 !important;
    background-color: #28282852 !important;
}

.MobileCopyright-module__wrapper {
	border-radius: var(--default-border-radius)!important;
  	background-color: var(--bg-color-700)!important;
  	margin-top: 25px;
}

.MobileCopyright-module__link {
    white-space: nowrap;
    margin-left: 5px;
    color: var(--orange-color);
}

@keyframes float {
0% {
    transform: translatey(0px);
}
100% {
    transform: translatey(0px);
}

50% {
    transform: translatey(-30px);
}
}

.container {
    max-width: 1350px;
  	width: unset;
}

.Header-module__logoImage {
    width: 50px;
}

.LangSwitcher-module__lang img {
    width: 30px;
}

.HeaderNav-module__link:hover, 
.HeaderNav-module__link:focus,
.HeaderNav-module__linkk:hover,
.HeaderNav-module__linkk:focus
.SupportLink-module__link:hover,
.SupportLink-module__link:focus {
    color: var(--default-color-hover);
  	transition: all 0.2s;
}

.HeaderNav-module__link,
.SupportLink-module__link,
.HeaderNav-module__linkk {
  	color: var(--default-color-hover);
  	/* opacity: 0.7; */
  	transition: all 0.2s;
  	display: flex;
  	flex-direction: row-reverse;
  	align-items: flex-end;
  	gap: 5px;
}

.HeaderNav-module__link:hover,
.SupportLink-module__link:hover,
.HeaderNav-module__linkk:hover {
  	opacity: 1;
}

.SupportLink-module__link img {
    width: 20px;
}

.productModalDescription {
    margin-bottom: 25px;
  	margin-top: 25px;
}

.productModalDescription {
    background-color: #ffffff00;
}

.Header-module__wrapper {
    text-transform: none;
    background: rgb(39 39 39);
    z-index: 100;
    box-shadow: none;
    padding: 10px;
    border-radius: 0px 0px 15px 15px;
    /* margin-top: 20px; */
    /* margin-bottom: 30px; */
    /* padding: 0; */
    /* background: #282828; */
}

.PlayerMenu-module__loginLink, .Button-module__btn.Button-module__accent {
    background-color: #f1d88e26;
    --tw-text-opacity: 1;
    color: rgb(241 179 142);
    /* color: rgb(180 241 142 / var(--tw-text-opacity)); */
    /* background: var(--orange-color); */
    /* color: var(--default-color-hover); */
    transition: all 0.2s;
    /* padding: 10px 20px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-color: #af372300;
}

.PlayerBalance-module__btn {
    background: transparent;
    color: var(--default-color);
    transition: all 0.2s;
    padding: 10px 20px;
    font-weight: 600;
}

.Button-module__btn.Button-module__gray {
    color: #939393;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    /* background: rgba(39, 39, 39, 1); */
    /* background: rgb(43, 43, 43); */
    /* color: var(--font-color-800); */
    background-color: hsl(0deg 0% 7.64%);
    border: 2px solid rgb(221 42 42 / 0%);
    /* transition: all 0.2s; */
    /* padding: 10px 20px; */
}

.Button-module__btn.Button-module__gray:hover {
    color: #f4ebe9;
    /* background: #a81f1f; */
    /* border: 2px solid #a81f1f; */
    /* box-shadow: 0px 0px 10px 5px var(--orange-box-shadow); */
    /* color: #fff; */
    background: rgb(43, 43, 43);
}

.PlayerMenu-module__loginLink:hover {
	/* background: var(--orange-color-hover); */
	/* box-shadow: 0px 0px 10px 5px var(--orange-box-shadow); */
	/* transform: translateY(-5px); */
}

.PlayerMenu-module__loginLink:hover,
.Button-module__btn.Button-module__accent:hover {
	opacity: 0.75;
	box-shadow: 0 0 6px -2px #b15d3200;
	background-color: #f1d88e26;
	border-color: #ffffff00;
	/* background: var(--orange-color-hover); */
	/* box-shadow: 0px 0px 10px 5px var(--orange-box-shadow); */
}

.PlayerBalance-module__btn:hover {
    opacity: 0.5;
    background: rgb(255 255 255 / 0%);
    /* box-shadow: 0px 0px 10px 5px #00000017; */
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: black;
    display: flex;
    align-items: center;
}

.swiper-slide {
    height: 290px!important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    padding: 10px;
}

.swiper-button-prev {
    margin-left: 10px;
}

.swiper-button-next {
    margin-right: 10px;
}

.swiper-button-next, .swiper-button-prev {
    color: var(--default-color-hover)!important;
}

.container.swiperContainer {
	margin-bottom: 40px;
  	opacity: 0;
    transition: opacity 0.5s;
}

.PlayerMenu-module__avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: 0.2s;
}

.PlayerMenu-module__avatar:hover, .PlayerMenu-module__avatar:focus{
    transform: scale(1.2);
  	transition: 0.2s;
}

.PlayerMenu-module__avatar>a>img {
	width: 100%; 
  	height: 100%; 
  	object-fit: cover; 
  	border-radius: 50%;
}

.PlayerMenu-module__wrapper {
    column-gap: 20px;
}

@keyframes float {
	0% {
        transform: translatey(0px);
    }

    100% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-30px);
    }
}

.Servers-module__server {
    max-width: unset;
}

.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus {
    color: #fff;
}

.Shop-module__wrapper .boxBody {
    /* padding: 0px 0px 15px 15px; */
}

.Categories-module__categories {
    justify-content: flex-start;
}

.Search-module__wrapper {
    height: 41px;
    width: auto;
    margin-bottom: 3px;
    background-color: hsl(0 0% 12% / 1);
}

.Categories-module__category {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
    background: rgba(39, 39, 39, .75);
    color: rgb(255 255 255 / 70%);
}

.Categories-module__categoriesBlock {
    display: flex;
    align-items: flex-end;
}

.Categories-module__categories {
    margin: 0px;
}

.Search-module__iconWrapper {
    background-color: rgba(39, 39, 39, .75);
    /* background: var(--bg-color-700); */
}

.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: #f1d88e26;
    --tw-text-opacity: 1;
    color: rgb(241 179 142);
    /* background-color: var(--bg-color-800); */
    /* color: var(--font-color-700); */
}

.Product-module__wrapper {
    border-radius: .375rem;
    /* border-radius: 5px var(--default-border-radius) 5px var(--default-border-radius); */
    min-height: 230px;
}

.Products-module__wrapper {
    margin-top: 20px;
    gap: 20px;
}

.Servers-module__servers {
    margin: -5px -5px 10px;
}

.Product-module__wrapper {
    background-image: linear-gradient(rgb(250, 118, 0) -400%, transparent 100%);
    border: 1px solid rgb(36, 43, 51);
    /* background-image: linear-gradient(to bottom, #2c75de -400%, transparent 100%); */
    /* background: linear-gradient(135.00deg, rgb(40 40 40) 0%, rgb(61 60 60) 100%) var(--x, 0) / 200%; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: hsl(0 0% 12% / 1); */
}

.Product-module__price .span__price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}

.Product-module__oldPrice {
    font-size: var(--small-font-size);
}

.Product-module__wrapper,
.Product-module__wrapper .Product-module__price .span__price,
.Product-module__wrapper .Product-module__price {
    transition: all 0.2s;
}

.Product-module__wrapper:hover {
    transform: translateY(-10px);
  	--x: 100%;
}

.Product-module__wrapper:hover .Product-module__price .span__price {
    color: #fff;
}

.Product-module__wrapper:hover .Product-module__price {
    /* background: var(--bg-color-800); */
    background: transparent;
}

.Categories-module__category.Categories-module__enableFocus:focus {
    background-color: #f1d88e26;
    --tw-text-opacity: 1;
    color: rgb(241 179 142);
    /* background-color: var(--bg-color-800); */
}

.MonitoringWidget-module__body.boxBody {
	padding: 0px;
}

.MonitoringServer-module__wrapper {
    padding: 15px;
    background: var(--bg-color-700);
}

.MonitoringServer-module__name {
    display: flex;
    gap: 10px;
}

@keyframes progress-bar-stripes {
  0% {
      background-position: 1rem 0;
  }
  100% {
      background-position: 0 0;
  }
}

.MonitoringServer-module__info {
    /* font-size: 14px; */
    /* position: relative; */
    top: -25px;
    left: 10px;
}

.customModalContent.cMp {
    width: 1200px;
}

.MonitoringServer-module__wrapper {
    padding: 15px;
    background: rgba(39, 39, 39, .75);
    /* max-height: 74px; */
}

.MonitoringServer-module__progressBarWrapper {
    height: 22px;
}

.DesktopCopyright-module__wrapper {
    bottom: 0px !important;
    left: 0px !important;
  	font-size: 11px!important;
}

.DesktopCopyright-module__link {
    color: rgb(255 255 255);
    font-weight: 500;
}

.ShopFooter-module__link {
    color: var(--orange-color);
}

.discord__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: var(--bg-color-700);
    border-radius: var(--default-border-radius);
}

.discord__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.content__text {
    text-align: center;
  	margin-bottom: 15px;
}

.c__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
    color: #fff;
    justify-content: center;
    font-weight: 600;
}

.c__desc, .widget__descrption {
    font-size: 14px;
    text-transform: lowercase;
    line-height: 20px;
    letter-spacing: 1px;
}

.content__online {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
}

.c__block {
    display: flex;
    align-items: center;
    padding: 10px;
    background: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.ca {
    background-color: #71E571;
}

.cb {
    background-color: #C4C4C4;
}

.c__text {
    font-size: 0.9em;
}

.content {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.btn__ds {
    text-decoration: none;
    background-color: var(--orange-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: var(--default-border-radius);
    display: flex;
    align-items: center;
    transition: all 0.2s;
    gap: 5px;
    font-size: 13px;
}

.btn__ds:hover {
    background: var(--orange-color-hover);
    box-shadow: 0px 0px 10px 5px var(--orange-box-shadow);
}

.btn__ds img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    display: none;
}

.Widgets-module__widgetWrapper .boxBody {
    padding: 0px;
}

.MonitoringServer-module__progressBarWrapper {
    background-color: #252525;
    background-image: linear-gradient(45deg, #3a3a3a00 25%, transparent 0, #00000000 50%, #3a3a3a00 0, #3a3a3a00 75%, transparent 0, transparent);
    animation: progress-bar-stripes 1s linear infinite;
    background-size: 1rem 1rem;
}

.MonitoringServer-module__progressBarAnim {
    background: linear-gradient(to right, #ff770e 0%, #ffb935 100%);
    animation: load 6s normal forwards;
    /* background: linear-gradient(to right, rgb(42 221 212) 0%, rgb(28 255 152) 100%); */
    /* animation: unset; */
    box-shadow: inset 0 0 5px #00000030;
}

.ProductModal-module__command, .ProductModal-module__bp, .ProductModal-module__item, .ProductModal-module__dropdown {
    width: 550px;
}

.MonitoringServer-module__progressInfo:before {
    border-color: #202020 transparent transparent;
}

.MonitoringServer-module__progressInfo {
    background-color: var(--bg-color-700);
    /* border: 1px solid var(--orange-color-hover); */
    border-radius: 10px;
}

.ProductModal-module__roulette .boxBody {
    background: var(--bg-color-900);
    padding: 5px 15px 25px !important;
}

.ModalLayout-module__modal .boxBody {
    /* background-color: hsl(0 0% 12% / 1); */
    /* background: var(--bg-color-900); */
    /* padding: 25px 15px; */
    /* background: rgba(106, 106, 106, .3); */
    background: #262626;
    padding: 15px;
    border-left: solid 2px #3b3b3b00;
    border-right: solid 2px #3b3b3b00;
    box-shadow: 0px 10px 10px -8px rgba(38, 38, 38, .9);
}

.PlayerBalanceModal-module__inputWrapper {
    border-radius: var(--default-border-radius);
    /* background: var(--bg-color-700); */
    background: rgba(106, 106, 106, .3);
    height: 43px;
    border-radius: 7px;
}

.PlayerBalanceModal-module__currency {
    height: 100%;
    padding: 0 10px;
    background: unset;
    color: var(--font-color-700);
    line-height: 36px;
}

.PlayerBalanceModal-module__header {
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.ModalLayout-module__positionWrapper {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bonus {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 10px;
    background: var(--bg-color-700);
    border-radius: 10px;
    color: var(--default-color);
    font-weight: var(--default-font-weight);
    border: 2px dashed var(--bg-color-800);
    color: var(--default-color);
}

.PlayerBalanceModal-module__bonus {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
}

.TotalSum-module__inputWrapper, .CountSelector-module__inputWrapper {
    border-radius: var(--default-border-radius);
    /* background: var(--bg-color-700); */
    background: rgba(106, 106, 106, .3);
    /* border: 2px solid var(--bg-color-800); */
    border-radius: 7px;
}

.TotalSum-module__currency, .PlayerBalanceModal-module__currency {
    background: rgba(106, 106, 106, .3);
    /* background: var(--bg-color-800) !important; */
    display: flex;
    align-items: center;
    justify-content: center;
}

.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: unset;
}

.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: unset;
}

.CountSelector-module__changeCountBtn {
    /* background: var(--bg-color-800); */
    /* box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3); */
    background: rgb(106 106 106 / 0%);
    /* backdrop-filter: blur(6px); */
}

.CountSelector-module__changeCountBtn:hover {
    transform: translateY(1px);
    background: rgb(255 194 28 / 0%);
}

.productModalGiveText {
    padding: 8px;
    display: block;
    text-align: center;
    background-color: #f1d88e26;
    --tw-text-opacity: 1;
    color: rgb(241 179 142);
    font-weight: 500;
    border-radius: 7px;
}

.PlayerBalanceModal-module__label {
    display: none;
}

.ProductModal-module__header,
.customModalContent .boxHeader{
    font-size: 24px;
    justify-content: center;
    /* background-color: hsl(0 0% 12% / 1); */
    /* background: rgba(106, 106, 106, .3); */
    background-color: hsl(0 0% 15% / 1);
}

.productModalImg {
    filter: drop-shadow(rgba(70, 82, 82, 0.8) 2px 2px 4px) drop-shadow(rgba(70, 82, 82, 0.8) -2px -2px 4px);
}

.productModalContainsItem {
    border-radius: var(--default-border-radius);
}

.RouletteContent-module__triangle.RouletteContent-module__top {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce-2;
    animation-timing-function: ease;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid #bbb;
}

@keyframes bounce-2 {
	0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.RouletteContent-module__rouletteItemImg {
    background: #333;
    border-radius: 35px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.05);
    height: 240px;
    overflow: hidden;
    padding: 25px;
    transform: scale(0.9);
    width: 240px;
    margin-top: 25px;
}

.RouletteContent-module__rouletteItem+.RouletteContent-module__rouletteItem {
    margin-left: 10px;
}

.RouletteContent-module__lineWrapper {
    -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, #000 35%, #000 65%, rgba(255, 255, 255, 0) 95%);
    background: var(--bg-color-900);
    margin-bottom: 15px;
}

.ModalLayout-module__modal {
    /* background-color: hsl(0 0% 12% / 1); */
    /* background: var(--bg-color-900); */
    /* border-radius: 20px; */
}

.RouletteContent-module__rouletteItem {
    background: var(--bg-color-900);
}

.RouletteContent-module__rouletteItemInfo {
    color: #e8e8e8;
    font-size: 16px;
}
@media (min-width: 1200px) { /* Или другое значение, подходящее для ваших нужд */
    .ProductModal-module__set {
        width: 1100px !important;
    }
    .KitContent-module__containsItems {
        grid-template-columns: repeat(5, minmax(190px, 1fr));
    }
    .KitContent-module__containsItem {
        background: var(--bg-color-700);
        border-radius: 15px;
        box-shadow: unset;
        color: rgba(255, 255, 255, .7);
        cursor: pointer;
        margin: -8px 2px 8px;
        overflow: hidden;
        position: relative;
        text-align: center;
        transform: rotate(0deg);
        transition: all .3s;
        height: 251px;
    }
}

@media (max-width: 767px) { /* Ширина для мобильных устройств (пример, может быть изменена) */
  .KitContent-module__containsItems {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }

  .KitContent-module__containsItem {
    background: var(--bg-color-700);
    border-radius: 15px;
    box-shadow: unset;
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    margin: -8px 2px 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transform: rotate(0deg);
    transition: all .3s;
    height: 171px;
  }
}

@media (min-width: 768px) and (max-width: 1199px) { /* Ширина для планшетов (пример, может быть изменена) */
  .KitContent-module__containsItems {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr)); /* Увеличиваем минимальную ширину */
  }
}

.KitContent-module__containsItem .KitContent-module__itemName {
    background: transparent;
    font-size: var(--default-font-size);
    font-weight: var(--default-font-weight);
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 0 0 4px rgba(0,0,0,.4);
}

.KitContent-module__containsItem .KitContent-module__itemCount {
    background: unset;
    border-radius: 10px;
    bottom: 8px;
    color: rgba(255, 255, 255, .7);
    font-weight: var(--default-font-weight);
    right: 10px;
    text-align: end;
    z-index: 1;
}

.plus {
    display: flex;
    align-items: center;
    font-size: var(--default-font-size);
}

.amount {
    font-size: var(--default-font-size);
    font-weight: var(--default-font-weight);
}

.ProfileNav-module__wrapper .boxFooter {
	padding: 0px;
  	margin-top: 20px;
}

.ProfileNav-module__body.boxBody {
    padding: 0px;
    display: flex;
    gap: 5px;
    border-left: solid 2px #3b3b3b00;
    border-right: solid 2px #3b3b3b00;
}

.ProfileNav-module__navItem {
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.7;
    transition: all 0.2s;
}

.ProfileNav-module__navItem:hover,
.ProfileNav-module__active {
    opacity: 1;
}

.ProfileNav-module__navItem {
    border-radius: var(--default-border-radius);
}

.ProfileContent-module__body.boxBody,
.BasketContent-module__wrapper .boxBody,
.HistoryContent-module__wrapper .boxBody {
    background: var(--bg-color-700);
}

.ProfileContent-module__box {
    background-color: var(--bg-color-800);
    padding: 0 4px;
    border-radius: var(--default-border-radius);
    margin-top: 5px;
    border-radius: 7px;
}

.ProfileContent-module__title {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: var(--font-color-900);
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

.ProfileContent-module__infoLineValue {
    color: var(--font-color-700);
    display: flex;
    justify-content: flex-end;
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: var(--bg-color-800);
    cursor: pointer;
    border-radius: var(--default-border-radius);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 15px;
    outline: 1px solid transparent;
    transition: all .1s ease;
}

.Selector-module__dropDownList {
    background: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active {
    background-color: var(--bg-color-700);
    border-radius: var(--default-border-radius);
}

.ProfileContent-module__input {
    background: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: unset;
}

.BasketSearch-module__wrapper,
.HistorySearch-module__wrapper {
    border-radius: var(--default-border-radius);
    background: var(--bg-color-800);
}

.BasketSearch-module__iconWrapper,
.HistorySearch-module__iconWrapper {
    background: var(--bg-color-800);
}

.BasketTable-module__tableHeader,
.HistoryTable-module__tableHeader {
    background-color: var(--bg-color-800);
    /* border-radius: var(--default-border-radius); */
}

.BasketTable-module__tableLine:nth-child(2n-1),
.HistoryTable-module__tableLine:nth-child(2n-1) {
    background-color: var(--bg-color-800);
    /* border-radius: var(--default-border-radius); */
}

.Pagination-module__page:hover, .Pagination-module__page.Pagination-module__active, .Pagination-module__page:focus {
    color: #fff;
}

.content__info>.title {
    font-size: 17px;
    color: black;
    margin-bottom: 3px;
    font-weight: 500;
}

.content__info>.description {
    font-weight: 300;
    color: #404040;
  	font-size: 14px;
  	border-radius: 10px;
}

.widget__img {
    width: 50px;
}

.widget__title {
    font-weight: var(--default-font-weight);
    color: #fff;
}

.widget__description {
    font-size: 12px;
}

.widgetWrapper--flex .boxBody {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    background: var(--bg-color-700) !important;
    transition: 0.2s;
}

.widgetWrapper--flex .boxBody:hover {
    transform: translateY(-3px);
    transition: 0.2s;
}

.vkk {
    padding: 15px !important;
    background-color: var(--bg-color-700) !important;
}

.customModalPosition {
    align-items: center;
    justify-content: center;
    text-align: center;
  	transition: backdrop-filter 0.5s ease;
  	backdrop-filter: blur(10px);
}

.customModalContent {
    width: 900px;
}

.customModalContent .boxBody {
    display: flex;
    text-align: justify;
    flex-direction: column;
}
.xbox_custom_rules {
  text-align: left;
}

.xbox_custom_rules ul {
  list-style-type: none;
  padding-left: 0;
}

.xbox_custom_rules li {
  margin-bottom: 10px;
}

.MsoNormal span {
    font-weight: bold;
    font-size: 24px;
}

.MsoNormal {
    margin-top: 10px;
    margin-bottom: 10px;
}

.xbox_custom_rules li span {
    padding: 5px;
    background: var(--bg-color-700);
    border-radius: 5px;
    font-weight: 500;
    line-height: 2;
}

.unban span {
    font-size: 15px;
}

.unbancolor {
    color: var(--orange-color);
    font-weight: 500;
}

.kit-items {
    -ms-flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.block_by_category:before {
    color: #e9eaec;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}

.block_category_1:before {
    background: var(--bg-color-700);
  	padding: 5px;
    border-radius: 5px 0 0 5px;
    content: "1 ЧАС";
}

.block_category_2:before {
    background: var(--bg-color-700);
  	padding: 5px;
    content: "2 ЧАСА";
}

.block_category_3:before {
    background: var(--bg-color-700);
  	padding: 5px;
    content: "3 ЧАСА";
}

.block_category_4:before {
    background: var(--bg-color-700);
  	padding: 5px;
    content: "4 ЧАСА";
}

.block_category_5:before {
    background: var(--bg-color-700);
  	padding: 5px;
    content: "5 ЧАСОВ";
}

.block_category_6:before {
    background: var(--bg-color-700);
  	padding: 5px;
    content: "6 ЧАСОВ";
}

.block_category_7:before {
    background: var(--bg-color-700);
    padding: 5px;
    content: "9 ЧАСОВ";
}

.block_category_8:before {
    background: var(--bg-color-700);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    content: "22 ЧАСА";
}

.block_category_10:before {
    background: var(--bg-color-700);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    content: "28 ЧАСОВ";
}

.block_category_12:before {
    background: var(--bg-color-700);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    content: "31 ЧАС";
}

.block_by_category .kit-item {
    align-items: center;
    background: var(--bg-color-700);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 80px;
    margin: 8px;
    width: 80px;
}

.kit-item__image {
    transform: scale(0.7);
    width: 100%;
}

.kit-item__quantity {
    border-radius: 0 0 15px 15px;
    font-size: 12px;
    position: relative;
    top: -20px;
}

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

.ProductItemSelector-module__item {
    border-radius: var(--default-border-radius);
    background: var(--bg-color-700);
    border: 0px;
}

.ProductItemSelector-module__item.ProductItemSelector-module__active {
    border-radius: var(--default-border-radius);
    background: var(--bg-color-800);
    border: 0px;
}

.ProductItemSelector-module__item {
    transition: all 0.2s;
}

.ProductItemSelector-module__item:hover,
.ProductItemSelector-module__item:active {
    border: 1px solid var(--orange-color);
    border-radius: var(--default-border-radius);
}

.block-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    overflow: hidden;
}

.block-item {
    cursor: pointer;
    background: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.block-item img {
    width: 80px;
    height: 80px;
}

.block-item p {
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 1rem;
    color: rgb(186, 177, 168);
}

.block-time {
    position: absolute;
    padding: 5px;
    font-weight: 400;
    font-size: 15px;
    top: 5px;
    right: 5px;
    line-height: 14px;
    color: black;
    background: var(--bg-color-800);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px -6px;
    backdrop-filter: blur(6px);
    border-radius: 5px;
}

.dropDownList {
    border-radius: var(--default-border-radius);
}

.PlayerMenuMobile-module__profileLink, .PlayerMenuMobile-module__loginLink {
    border-radius: var(--default-border-radius);
    background-color: var(--bg-color-700);
    text-align: center;
    width: 100%;
    padding: 10px;
}

.desc__content {
    padding: 10px;
    /* background-color: hsl(0 0% 18% / 1); */
    padding: 10px;
    border-radius: 7px;
    /* border-radius: 10px; */
    background: rgba(106, 106, 106, .3);
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.desc__content__img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.desc__content>a>img {
    width: 135px;
  	border-radius: 8px;
}

.desc__content>font, .desc__content__img>font {
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
    background: rgba(106, 106, 106, .3);
    backdrop-filter: blur(6px);
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    /* background: var(--bg-color-800); */
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ffox {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #FF9D38!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.ffoxpro {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #47BAFF!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.felite {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #C352FF!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.fprem {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #FAC229!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.fvip {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    /* background: #186eb7 !important; */
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.content__info>.title {
    font-size: 17px;
    color: var(--title-color);
    margin-bottom: 3px;
    font-weight: 500;
}

.content__info>.description {
    font-weight: 300;
    /* color: #ffa141; */
    color: #e46d3a !important;
    font-size: 14px;
    font-weight: 500;
}

.desc__title {
	margin-bottom: 5px;
}

.desc__title__kit {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.hzBtn {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: var(--orange-color);
    color: var(--default-color-hover) !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
    cursor: pointer;
    letter-spacing: 0px !important;
}

.hzBtn:hover {
    background: var(--orange-color-hover);
    cursor: pointer;
    box-shadow: 0px 0px 10px 5px rgb(229 174 31 / 10%);
}

.customModalPosition .desc__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.block-one, .block-two {
    background: var(--bg-color-700);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.block-contex {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin-bottom: 25px;
}

.aa {
    opacity: 0.7;
}

.bb {
    font-size: 18px;
    color: white;
}

.desc__block {
    padding: 0px;
    background-color: #ff000000;
    border-radius: 10px;
}

.desc__title {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.desc__block.one {
	margin-bottom: 20px;
}

.productModalDescription {
    padding: 0px;
}

.Product-module__discount {background-color: #ddf18e26;--tw-text-opacity: 1;color: rgb(241 220 142);font-family: 'Roboto Condensed', sans-serif;font-weight: 600;z-index: 2;translate: -10px 10px;display: block;padding: 2px 6px;border-radius: 5px;/* background: rgba(255, 72, 72, .1); *//* color: #ff4848; */font-size: 16px;max-width: 51px;margin-left: 6px;}

.Product-module__price {
    margin: 5px;
    border-radius: 5px;
    background: var(--bg-color-800);
    background: transparent;
    color: #fff;
}

.Product-module__name {
    /* background-color: #b4f18e26; */
    --tw-text-opacity: 1;
    /* color: rgb(180 241 142 / var(--tw-text-opacity)); */
    /* background: linear-gradient(to right, rgb(255 194 28) 0%, var(--orange-color) 100%); */
    font-weight: 500;
    color: #fff;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0px -4px 25px 0px rgba(0, 0, 0, 0.45); */
    /* background-color: hsl(0 0% 15% / 1); */
    background-color: hsl(0deg 0% 15% / 0%);
}

.dropDownItem:hover, .dropDownItem:focus, .dropDownItem.active {
    background-color: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.dropDownCurrentItem {
    border-radius: var(--default-border-radius);
}

.dropDownCurrentItem:hover, .dropDownCurrentItem:focus {
    outline: unset;
}

.boxBody.PlayerMenuMobile-module__body {
	border-radius: 0px;
}

.productModalDescription .container-oplata {
    display: flex;
}

.productModalDescription .container-oplata {
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 4.25pc 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    /* background: #333; */
    color: #fff;
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    right: -21110px;
    text-align: initial;
    transform: scale(1);
    transition: all .2s ease-out;
    width: 100%;
}

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

.priv_discount2 {
    background: rgba(33, 33, 33, 0.5);
    border-radius: 0 10px 0 10px;
    color: white;
    cursor: help;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    padding: 0 8px 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.container-oplata .tooltiptext1 {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    color: #fff;
    left: 105%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: opacity 220ms ease-out;
    visibility: hidden;
    width: 170px;
    z-index: 1;
}

.container-oplata .tooltiptext1::after {
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: 100%;
    top: 50%;
}

.priv_discount {
    background: #1b1b1b;
    border-radius: 0 10px 0 10px;
    color: white;
    cursor: help;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    padding: 0 8px 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

@media (max-width: 790px){
    .container.swiperContainer {
        display: none;
    }
  
  	.Categories-module__categoriesBlock {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
  
    .Search-module__wrapper {
        width: 100%;
    }
  
  	.Categories-module__categories {
        display: flex;
        justify-content: center;
    }
  
  	.Product-module__price {
        background: var(--bg-color-800);
    }
  
  	.Shop-module__wrapper .boxBody {
        padding: 0px 0px 15px 0px;
    }
}

@media (max-width: 355px){
    .Product-module__wrapper {
        min-height: 155px;
    }
	.Products-module__wrapper {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
}
  
  	.KitContent-module__containsItems {
        grid-template-columns: repeat(1, minmax(190px, 1fr));
    }
}

.kitButton img {
 width: 100%; /* Занимает всю ширину контейнера */
 transition: width 0.5s, border-radius 0.5s, z-index 0.5s, position 0.5s, top 0.5s, left 0.5s, transform 0.5s; /* Добавляем плавный переход */
}

.kitButton img.enlarged { /* Класс для увеличенного изображения */
 width: 385px; /* Устанавливаем ширину */
 border-radius: 8px; /* Добавляем скругленные углы */
 z-index: 999; /* Увеличиваем z-index для отображения сверху */
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%); /* Центрируем изображение */
}

.large-image {
            width: 385px; 
            transition: width 0.5s, border-radius 0.5s, z-index 0.5s, position 0.5s, top 0.5s, left 0.5s, transform 0.5s;
            border-radius: 8px; 
            z-index: 999; 
            position: absolute; 
            top: 50%; 
            left: 50%; 
            transform: translate(-50%, -50%);
            display: none;
        }
        .overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.5);
            display: none;
            z-index: 998;
        }


.Banner-module__img {
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 15px;
}

@keyframes load {
    0% {
        width: 0
    }

    100% {
        width: 68% !important
    }
}
.MonitoringServer-module__progressBar {
background-image: linear-gradient(90deg, #af372300 var(--online-players), var(--monitoring-joining-color) var(--online-players), var(--monitoring-joining-color) var(--joining-players), var(--monitoring-queue-color) var(--joining-players), var(--monitoring-queue-color) var(--queued-players), transparent var(--queued-players));
}

a.PlayerMenu-module__profileLink {
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    white-space: nowrap;
    transition: all .1s ease;
    border: 2px solid #696969;
}

a.PlayerMenu-module__profileLink:hover {
    background-color: #00dfb500;
    border: 2px solid #d86b2c;
}

.HeaderNav-module__link:hover, .HeaderNav-module__link:focus, .SupportLink-module__link:hover, .SupportLink-module__link:focus {
    backdrop-filter: blur(48px);
    border-radius: 10px !important;
    opacity: 0.5;
    color: #919191;
}


.ModalLayout-module__positionWrapper {
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
    /* backdrop-filter: blur(10px); */
    transition: backdrop-filter 0.5s ease;
}

h2.boxHeader.PlayerBalanceModal-module__header {
    /* background: rgba(106, 106, 106, .3); */
    background: #262626;
    border-radius: 15px 15px 0px 0px;
    padding: 15px;
    box-shadow: 0px 10px 10px -8px rgba(38, 38, 38, .9);
}

.ProfileNav-module__header.boxHeader {
    background: #ffffff00;
}

span.ProfileNav-module__name {
    color: #f4ebe9;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    /* margin-bottom: 30px; */
}

.ProfileContent-module__body.boxBody {
    background: #ffffff00;
}

a.ProfileNav-module__navItem {
    border-radius: 7px;
    justify-content: center;
}

.BasketContent-module__wrapper .boxBody {
    background: #ffffff00;
    border-left: solid 2px #3b3b3b00;
    border-right: solid 2px #3b3b3b00;
}

.HistoryContent-module__wrapper .boxBody {
    background: #ffffff00;
    border-left: solid 2px #3b3b3b00;
    border-right: solid 2px #3b3b3b00;
}

/* FAQ стили */
summary {
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 51pt 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    cursor: pointer;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    margin: 10px;
    user-select: none;
}

.knowledge__element_answer {
    background: rgba(106, 106, 106, .3);
    /* background: rgba(255, 255, 255, .03); */
    /* box-shadow: inset 0 0 51pt 0 rgba(255, 255, 255, .05); */
    /* backdrop-filter: blur(48px); */
    border-radius: 10px;
    padding: 10px;
}

.commandblock {
    padding: 12px 8px 4px 20px;
}

.commandblock.info {
    padding: 16px 8px 0 20px;
}

.commandblock .command {
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
    background: rgba(106, 106, 106, .3);
    backdrop-filter: blur(6px);
    border-radius: 5px;
    padding: 4px 10px;
    color: #fff;
    user-select: all;
}


.boxBody {
    /* background: rgba(106, 106, 106, .3); */
    background-color: hsl(0 0% 15% / 1);
}
.sc-jgnaoi {
    display: flex;                  /* Используем Flexbox для центрирования */
    justify-content: center;        /* Центрируем по горизонтали */
    align-items: center;            /* Центрируем по вертикали */
    height: 100%;                  /* Задайте высоту, если необходимо */
}

.sc-jgnaoi img {
    max-width: 100%;               /* Ограничиваем ширину изображения */
    height: auto;                  /* Сохраняем пропорции изображения */
}

	/* пополнение бонус */

	
._navbar__input__container_17ko5_100 {
    background: #262626;
    /* border-radius: 15px 15px 0px 0px; */
    padding: 15px;
    box-shadow: 0px 10px 10px -8px rgba(38, 38, 38, .9);
    padding: 10px;
    /* background: rgba(106, 106, 106, .3); */
    /* background-color: rgb(255 255 255 / 10%); */
    /* box-shadow: inset 0 0 51pt 0 rgba(255, 255, 255, .05); */
    /* backdrop-filter: blur(48px); */
    /* border-radius: 12px; */
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.back_pay {
    background: #2e3740;
    border-radius: 0px;
}
.dLYOke {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fchEmT {
    width: 30px;
    height: 30px;
    background-color: #151413;
    margin-right: 10px;
    border-radius: 5px;
    flex-shrink: 0;
}



.full {
    cursor: pointer;
    position: relative;
    border: none;
    border-radius: 10px;
    background-color: #bd2d36;
    color: white;
    padding: 15px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    min-width: 46px;
    overflow: hidden;
    outline: none;
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    transition: transform 200ms, opacity 200ms, background-color 200ms, color 200ms;
}

a.full:hover {
    opacity: 0.75;
}

	/* new state discord: 7859. */

	.dopus {
    display: flex;
    justify-content: space-between;
}

.productModalDescription .container-oplata:hover {
    transform: scale(0.95);
    color: #919191;
}

.desc__content_perms {
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 51pt 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    border-radius: 10px !important;
    border-color: transparent;
    padding: 10px;
    border-radius: 8px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}


.bb {
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 51pt 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    margin-bottom: 20px;
    padding: 20px;
    border-radius: 15px;
}

.bg1 {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(80px, 5fr));
}

/* страница китов */

@media screen and (max-width: 768px) {
    .bf {
        top:auto;
        left: auto;
        transform: translate(0);
        position: relative;
        margin-left: 16px
    }
}

@media screen and (max-width: 576px) {
    .bf {
        margin-left:0;
        margin-top: 8px
    }
}

.bg {
    display: grid;
    grid-gap: 10px;
    gap: 10px;
    grid-template-columns: repeat(auto-fill,minmax(60px,1fr));
}

.bh {
    padding: 9px
}

.fh {
    position: relative;
    transition: transform .2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.fh.fi:hover {
    z-index: 6;
    transform: scale(1.1)
}

.fh.fj .fk {
    transition: opacity .2s ease;
    opacity: 0
}

.fh.fj:hover .fk {
    opacity: 1
}

.fh.fl .fm {
    transition: opacity .2s ease;
    opacity: 0
}

.fh.fl:hover .fm {
    opacity: 1
}

.fn {
    position: absolute;
    top: -5px;
    right: -5px;
    border-radius: 5px;
    padding: 10px;
    z-index: 5
}

.fn,.fn.fo {
    background: #3a3a3a00;
}

.fn.fp {
    background: #ab712c
}

.fn.fq {
    background: #6c2cab
}

.fn.fr {
    background: #ab2c2c
}

.fn.fs {
    background: #bebebe
}

.ft {
    font-size: 12px;
    color: #fff
}

.fu,.fv {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.fv.fo {
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 4.25pc 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
}

.fv.fp {
    background: linear-gradient(180deg,rgba(48,48,48,0) 27.91%,#a88031 113.2%),#2d2d2d
}

.fv.fq {
    background: linear-gradient(180deg,rgba(48,48,48,0) 27.91%,#6c2cab 113.2%),#2d2d2d
}

.fv.fr {
    background: linear-gradient(180deg,rgba(48,48,48,0) 27.91%,#ab2c2c 113.2%),#2d2d2d
}

.fv.fs {
    background: linear-gradient(180deg,rgba(48,48,48,0) 27.91%,#bdbdbd 113.2%),#2d2d2d
}

.fu.fo {
    background-blend-mode: normal,screen;
}

.fu.fp {
    background: radial-gradient(70% 70% at 3.85% 106.15%,#151515 0,transparent 100%),linear-gradient(180deg,rgba(48,48,48,0) 49.97%,#a88031 113.2%);
    background-blend-mode: normal,screen
}

.fu.fq {
    background: radial-gradient(70% 70% at 3.85% 106.15%,#151515 0,transparent 100%),linear-gradient(180deg,rgba(48,48,48,0) 49.97%,#6c2cab 113.2%);
    background-blend-mode: normal,screen
}

.fu.fr {
    background: radial-gradient(70% 70% at 3.85% 106.15%,#151515 0,transparent 100%),linear-gradient(180deg,rgba(48,48,48,0) 49.97%,#ab2c2c 113.2%);
    background-blend-mode: normal,screen
}

.fu.fs {
    background: radial-gradient(70% 70% at 3.85% 106.15%,#151515 0,transparent 100%),linear-gradient(180deg,rgba(48,48,48,0) 49.97%,#bdbdbd 113.2%);
    background-blend-mode: normal,screen
}

.fw {
    position: relative;
    z-index: 4
}

.fx {
    position: absolute;
    z-index: 5;
    bottom: 5px;
    left: 5px;
    right: 5px
}

.fk {
    color: #b6b6b6;
    text-transform: uppercase
}

.fk.fy {
    font-size: 12px
}

.fk.fz {
    font-size: 14px
}

.fk.fA {
    font-size: 15px
}

.fm {
    color: #fff;
    text-transform: uppercase
}

.fm.fy {
    font-size: 10px;
}

.fm.fz {
    font-size: 14px
}

.fm.fA {
    font-size: 15px
}

.e5 {
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.e6 {
    width: 48px;
    height: 48px;
    border: 5px solid #4ab939;
    border-bottom-color: #1c1c1c;
    border-radius: 50%;
    display: block;
    animation: jr 1s linear infinite
}


.dropdown-menu {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    row-gap: 10px;
    margin: 20px;
    border: none;
    justify-content: center;
}

.dropdown-menu .dropdown-item {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px;
    padding: 12px 14px;
    border-radius: 7px;
    background: rgba(255, 255, 255, .03);
    transition: all .15s ease;
    box-shadow: inset 0 0 4.25pc 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    color: rgb(255 255 255);
    padding: .5rem 1rem;
}

.serverheader1 {
    text-align: center;
    color: #bbb;
    border-radius: 15px;
    margin-bottom: 15px;
    font-size: 20px;
}

.serverheader1 span {
    padding: 2px 12px 2px 12px;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    background: #3a3a3a;
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
}

p.day_perms {
    text-align: center;
    padding: 10px;
}


/* команды */



._wrapper_1fid2_1 {
    border-radius: 10px;
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 51pt 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    padding: 14px;
}

._list_1fid2_15 {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 10px;
    padding: 10px;
}

._item_1fid2_22 {
    /* z-index: 1000; */
    padding: 7px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative; /* Убедитесь, что положение установлено */
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 7px;
}

._itemTitle_1fid2_32 {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

._description_1fid2_45 {
    min-width: 130px;
    width: max-content;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%) translateY(-1px); 
    background-color: var(--white);
    box-shadow: 0 0 10px #0003;
    border-radius: 6px;
    padding: 6px 8px;
    text-align: center;
    transition: opacity .2s ease, transform .2s ease;
}

.tooltip {
        min-width: 130px;
        width: max-content;
        top: 100%;
        left: 50%;
        transform: translate(-50%) translateY(-1px);
        opacity: 0;
        box-shadow: 0 0 10px #0003;
        padding: 6px 8px;
        pointer-events: none;
        transition: opacity .2s ease, transform .2s ease;
        background-color: #3a3a3a;
        border-radius: 6px;
        color: #fff;
        position: absolute;
        text-align: center;
        visibility: hidden;
        z-index: 1;
}

._item_1fid2_22:hover .tooltip {
    opacity: 1;
    visibility: visible;
}

  .desc__content {
    padding: 10px;
    /* background: #333; */
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 4.25pc 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

/* соц сети */

label.tabs {
    cursor: pointer;
    padding: 1em;
    border-right: solid 2px var(--page-background-color);
    background-color: var(--bg-color-700);
    text-align: center;
    transition: 250ms;
    align-items: center;
    display: flex
;
    justify-content: center;
}

input#tabToggle02:checked + label {
    color: var(--page-text-color-hover);
    background-color: rgba(23, 26, 23, 0.95);
    transition: 250ms;
}

label.tabs {
    cursor: pointer;
    padding: 1em;
    /* border-right: solid 2px #1a1e23; */
    background-color: var(--bg-color-700);
    text-align: center;
    transition: 250ms;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 7px;
    margin: 0 2px;
}

tab-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 1fr;
    border-radius: 7px;
}

tab-content {
    display: var(--tab-display);
    grid-column: 1 / -1;
    background-color: hsl(0 0% 12% / 1);
    padding: 20px;
    border-radius: 7px;
    margin-top: 10px;
}

input#tabToggle01:checked ~ tab-content:not(:nth-of-type(1)), input#tabToggle02:checked ~ tab-content:not(:nth-of-type(2)), input#tabToggle03:checked ~ tab-content:not(:nth-of-type(3)), input#tabToggle04:checked ~ tab-content:not(:nth-of-type(4)) {
    display: none;
}
input[type="radio"] {
    display: none;
}

.centeringWrapper {
    width: 100%;
    text-align: center;
    /* height: 280px; */
}

.icon-dis {
    content: "";
    background-image: url(https://sun9-50.userapi.com/impg/lSS2oUf086okBve3B7n5aOE3TdSMsXH0VLHXsQ/4joeVfa0_gg.jpg?size=1280x1280&quality=95&sign=01947fb…&type=album);
    position: relative;
    background-clip: padding-box;
    background-position: 50% center;
    background-size: 100% 100%;
}

.colorHeaderPrimary {
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
    color: rgb(255, 255, 255);
    display: flex
;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-weight: 600;
}

.colorHeaderSecondary {
    color: rgb(123, 117, 117);
}

#vk-invite-btn {
    background-color: rgb(0, 119, 255);
    color: rgb(227, 212, 212);
    border-color: rgb(0, 119, 255);
    display: flex
;
    place-content: center;
    margin-top: 20px;
    padding: 8px;
}

.iconSizeXLarge {
    width: 100px;
    height: 100px;
}



label.tabs:active {
    background-color: var(--bg-color-800);
    color: var(--font-color-700);
}

#discord-guild-invite-btn {
    background-color: rgb(114, 137, 218);
    color: rgb(227, 212, 212);
    border-color: rgb(114, 137, 218);
    display: flex
;
    place-content: center;
    margin-top: 20px;
    padding: 8px;
}

input#tabToggle03:checked + label {
    background-color: var(--bg-color-800);
    color: var(--font-color-700);
    transition: 250ms;
    border-radius: 7px;
    margin: 0 3px;
}
input#tabToggle01:checked + label {
    background-color: var(--bg-color-800);
    color: var(--font-color-700);    transition: 250ms;
}

.tabs svg {
    margin-left: 7px;
}


.ItemContent-module__footer.boxFooter {
    background: #262626;
    border-radius: 0px 0px 15px 15px;
    padding: 15px;
    box-shadow: 0px 10px 10px -8px rgba(38, 38, 38, .9);
    /* background: rgba(106, 106, 106, .3); */
}

.ProductModal-module__header.boxHeader {
    background: #262626;
    border-radius: 15px 15px 0px 0px;
    padding: 15px;
    box-shadow: 0px 10px 10px -8px rgba(38, 38, 38, .9);
    /* background: rgba(106, 106, 106, .3); */
}

/* привилегии */


._info_1owtu_15 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-radius: 6px;
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 51pt 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    padding: 6px;
    margin: 10px 0px;
}

._commandWrapper_1owtu_30, ._cooldownWrapper_1owtu_31, ._nav_1owtu_32 {
    display: flex;
}

._command_1owtu_30, ._cooldown_1owtu_31, ._navBtn_1owtu_85, ._currentKit_1owtu_86, ._commandTitle_1owtu_50, ._cooldownTitle_1owtu_51 {
    border-radius: 5px;
    background: var(--white);
    height: 30px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._commandWrapper_1owtu_30, ._cooldownWrapper_1owtu_31, ._nav_1owtu_32 {
    display: flex;
    margin: 5px;
}

._command_1owtu_30, ._cooldown_1owtu_31, ._navBtn_1owtu_85, ._currentKit_1owtu_86, ._commandTitle_1owtu_50, ._cooldownTitle_1owtu_51 {
    border-radius: 5px;
    background: var(--white);
    height: 30px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._command_1owtu_30, ._cooldown_1owtu_31, ._navBtn_1owtu_85, ._currentKit_1owtu_86, ._commandTitle_1owtu_50, ._cooldownTitle_1owtu_51 {
    border-radius: 5px;
    background: var(--white);
    height: 30px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._command_1owtu_30, ._cooldown_1owtu_31 {
    color: var(--black);
    font-size: 13px;
    font-weight: 400;
}

._commandTitle_1owtu_50, ._cooldownTitle_1owtu_51 {
    color: var(--gray);
    font-size: 13px;
    font-weight: 400;
    margin-right: 5px;
}

._navBtn_1owtu_85 {
    cursor: pointer;
    padding: 0 12px;
}

._command_1owtu_30, ._cooldown_1owtu_31, ._navBtn_1owtu_85, ._currentKit_1owtu_86, ._commandTitle_1owtu_50, ._cooldownTitle_1owtu_51 {
    border-radius: 5px;
    background: var(--white);
    height: 30px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
._currentKit_1owtu_86 {
    color: var(--black);
    font-size: 13px;
    font-weight: 400;
    margin: 0 6px;
}

._command_1owtu_30, ._cooldown_1owtu_31, ._navBtn_1owtu_85, ._currentKit_1owtu_86, ._commandTitle_1owtu_50, ._cooldownTitle_1owtu_51 {
    border-radius: 5px;
    background: var(--white);
    height: 30px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._command_1owtu_30, ._cooldown_1owtu_31, ._navBtn_1owtu_85, ._currentKit_1owtu_86, ._commandTitle_1owtu_50, ._cooldownTitle_1owtu_51 {
    border-radius: 5px;
    background: rgba(255, 255, 255, .03);
    box-shadow: inset 0 0 4.25pc 0 rgba(255, 255, 255, .05);
    backdrop-filter: blur(48px);
    height: 30px;
    padding: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

._arrow_1owtu_119._left_1owtu_134 {
    transform: rotate(-180deg);
}

._arrow_1owtu_119 {
    transition: all .2s ease;
}
/* адаптация под телефон */

@media screen and (max-width: 700px) {
    ._info_1owtu_15 {
        flex-direction: column;
        align-items: center;
    }
}


@media screen and (max-width: 700px) {
    ._cooldownWrapper_1owtu_31 {
        margin-top: 10px;
    }
}

@media screen and (max-width: 700px) {
    ._navBtn_1owtu_85 {
        padding: 0 30px;
    }
}

.MonitoringServer-module__wrapper {
    background-color: rgb(39 39 39);
    /* box-shadow: 0 5px 10px rgba(0, 0, 0, .3); */
    backdrop-filter: blur(5px);
    border-radius: 15px;
}

.Servers-module__server {
    background: #ffffff00;
    border: 1px solid;
    border-color: #7e7e7e;
    color: #fff;
}

.Servers-module__server:hover {
	border-color: #1d8de3;
	color: #1d8de3;
	background: #ffffff00;
}

.LangSwitcher-module__btn:hover, .LangSwitcher-module__btn:focus {
    background-color: #ffffff00;
    opacity: 0.5;
}

span.Product-module__count {
    color: #9c9c9c;
    font-size: .75rem;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}

button.LangSwitcher-module__btn {
    font-weight: 600;
}


.ProfileContent-module__body.boxBody {
    background-color: rgba(26, 28, 28, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
    backdrop-filter: blur(5px);
    border-left: solid 2px #3b3b3b00;
    border-right: solid 2px #3b3b3b00;
}

.boxBody {
    background-color: rgba(26, 28, 28, .8);
}

.HeaderNav-module__link,
.SupportLink-module__link,
.HeaderNav-module__linkk {
  	color: var(--default-color-hover);
  	opacity: 0.7;
  	transition: all 0.2s;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 5px;
}
.LangSwitcher-module__lang:hover, .LangSwitcher-module__lang:focus {
    background: #ffffff00;
    backdrop-filter: blur(48px);
    border-radius: 10px !important;
    opacity: 0.5;
    color: #919191;
}

button.LangSwitcher-module__lang {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}


.container-oplata .tooltiptext1 {
background-color:rgba(0,0,0,0.5);
border-radius:6px;
color:#fff;
left:105%;
opacity:0;
padding:10px;
position:absolute;
text-align:center;
transition:opacity 220ms ease-out;
visibility:hidden;
width:170px;
z-index:1
}

.container-oplata .tooltiptext1::after {
border-color:transparent rgba(0,0,0,0.5) transparent transparent;
border-style:solid;
border-width:5px;
content:"";
margin-top:-5px;
position:absolute;
right:100%;
top:50%
}

.container-oplata:hover .tooltiptext1 {
opacity:1;
visibility:visible
}

.container.bannerContainer {
    display: none;
}

input.Search-module__input {
    background: rgba(39, 39, 39, .75);
}

.boxBody {
    padding: 15px;
    background: rgb(30 30 30);
    border-radius: 0px 0px 0px 0px;
    border-left: solid 2px #3b3b3b;
    border-right: solid 2px #3b3b3b;
}

h2.boxHeader.Shop-module__header {
    text-align: center;
    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;
}

h1.Header-module__logoWrapper {
    margin-left: 10px;
}

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

.MonitoringWidget-module__body.boxBody {
    border-radius: 0px 0px 0px 0px;
    border-left: solid 2px #3b3b3b00;
    border-right: solid 2px #3b3b3b00;
}

@media (min-width: 768px){
.Categories-module__categories {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    width: auto;
    align-content: center;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    position: absolute;
    transform: translateX(-175px) rotate(360deg) translateY(0px);
    background: rgb(30 30 30 / 90%);
    padding: 5px 5px 10px 5px;
    border-radius: 5px;
    border: 2px solid #3b3b3b;
    flex-wrap: wrap;
    top: 100px;
}

@media (min-width: 768px) {
  .Categories-module__categories {
    text-align: center;
    margin-bottom: 15px;
    display: flex;
    width: auto; /* Or use a percentage like 80vw for relative width */
    align-content: center;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    position: absolute;
    /* transform: translateX(-7vw) rotate(360deg) translateY(0); */ /* Use vw for translation */
    background: rgb(30 30 30 / 90%);
    padding: 5px 5px 10px 5px;
    border-radius: 5px;
    border: 2px solid #3b3b3b;
    flex-wrap: wrap;
    top: 10vw; /* Use vw for top positioning */
    margin-left: -1vw; /* Use vw for margin-left */
  }
}

.container {
    /* width: 75%; */
    max-width: 1280px;
    min-width: 768px;
    padding: 0 var(--safe-padding);
    /*margin: 0 auto;*/
}

  .Index-module__wrapper {
    display: flex;
    margin-top: 30px;
    align-items: flex-start;
}

	a.ProfileNav-module__navItem {
    background: #333;
    color: rgb(255 255 255 / 70%);
}

.BasketTable-module__tableLine {
    background-color: var(--bg-color-800);
    /* border-radius: var(--default-border-radius); */
}
  
  .HistoryTable-module__tableLine {
    background-color: var(--bg-color-800);
}
  @media (max-width: 767px) {
    .show-on-desktop {
        display: none;
    }
h1.Header-module__logoWrapper {
    margin-left: 0px;
}
    .show-on-desktop {
  display: block; /* Или inline-block, в зависимости от контекста */
}
    nav.HeaderNav-module__wrapper.Header-module__nav {
    column-gap: 0px;
    margin-left: 0px;
}
}
  
  a.PlayerMenu-module__profileLink {
    display: none;
}
	.ProfileNav-module__name {
    color: #ffffff;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
    margin-right: 10px;
}
	
	.ProfileNav-module__name:hover {
    color: #919191;
}

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


.MonitoringServer-module__btns {
    display: block;
    margin-top: auto;
    width: 100%;
    background: #333;
    /* border-image: url(https://www.warbandits.gg/media/web_assets/red_gradient_border_arrows.svg) 8 / 8px stretch; */
    padding: 8px 15px;
    border-radius: 4px;
    cursor: pointer;
    text-align: center;
}

.MonitoringServer-module__btn::before {
  content: "скопировать адрес"; /* Текст на псевдоэлементе */
  display: inline-block;
  padding: 0px 10px; /* Отступы */
  color: white; /* Цвет текста */
  border-radius: 5px; /* Закругленные углы */
  /* margin-right: 5px; */ /* Отступ от основного текста */
  cursor: pointer; /* Курсор в виде руки */
}
.MonitoringServer-module__btns:hover {
    opacity: 0.75;
}

svg.MonitoringServer-module__icon {
    display: none;
}

.rustage-socials {
    width: 100%;
    /* height: 10px; */
}

.rustage-socials-grid{
    display: flex;
    align-items: center;
    width: 100%;
    /* height: 40px; */
    gap: 0.5rem;
}

.rustage-socials-vk{
  	background: #2e2e2e!important;
  	border: solid 2px #3d3d3d;
    border-radius: 5px;
  	cursor: pointer;
  	transition:0.3s all;
}

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

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

.rustage-socials-telegram{
  	background: #2e2e2e!important;
  	border: solid 2px #3d3d3d;
    border-radius: 5px;
  	cursor: pointer;
  	transition:0.3s all;
}
.rustage-socials-telegram:hover{
  	background: #24A1DE!important;
  	border: solid 2px #24A1DE;
    border-radius: 5px;
  	cursor: pointer;
}
.rustage-socials-telegram img {
    width: 120px;
    padding: 10px 10px 5px 10px;
}

	.MonitoringWidget-module__body,.boxFooter {
    background: rgb(39 39 39 / 0%);
    border-radius: 0px 0px 10px 10px;
}

button.Button-module__btn.MonitoringWidget-module__updateBtn.Button-module__accent {
    background: #333;
     /* Пример, подберите значения по своему усмотрению */
     /* Добавляет отступы слева и справа */
}



button.Button-module__btn.MonitoringWidget-module__updateBtn.Button-module__accent:hover {
    opacity: 0.9;
}

	a.widget-button.discord-button {
    background: #2e2e2e !important;
    border: solid 2px #3d3d3d;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s all;
    display: flex;
    padding: 5px;
    margin: 5px;
}

a.widget-button.discord-button:hover {
    background: #0077FF !important;
    border: solid 2px #0077FF;
    border-radius: 5px;
    cursor: pointer;
}

.widget-button .icon {
    display: flex
;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
}