@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ruslan+Display&display=swap');
body
{
	font-family: 'Montserrat', sans-serif;
  	background-size: cover !important;
  	color: hsl(0, 0%, 100%);
  	background: #282828;
  	background: url(https://i.imgur.com/4H6v7rE.jpg) no-repeat center center fixed;
    background-position: 50%;
    background-size: auto 100%;
    align-items: center
}
:root {
  	--default-font-family: 'Montserrat', sans-serif;
    --beast-font-family: 'Ruslan Display', 'Montserrat', sans-serif;
}
:root[data-theme=red_black] {
    --accent-color-800: #814151;
    --accent-color-900: #50373d;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: #333333;
    --bg-color-700: #363636;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
  	--default-font-family: 'Montserrat', sans-serif;
}
body {
    background-color: #131313;
    font-family: 'Montserrat', sans-serif;
    --background-color: conic-gradient (190deg, #363636, #363636, #5b3941, 110%, #9d3f57);;
    --text-color: #A1A1AA;
    --card-background-color: rgba(255, 255, 255, .015);
    --card-border-color: rgba(255, 255, 255, 0.1);
    --card-box-shadow-1: rgba(0, 0, 0, 0.05);
    --card-box-shadow-1-y: 3px;
    --card-box-shadow-1-blur: 6px;
    --card-box-shadow-2: rgba(0, 0, 0, 0.1);
    --card-box-shadow-2-y: 8px;
    --card-box-shadow-2-blur: 15px;
    --card-label-color: #FFFFFF;
    --card-icon-color: #D4D4D8;
    --card-icon-background-color: rgba(255, 255, 255, 0.08);
    --card-icon-border-color: rgba(255, 255, 255, 0.12);
    --card-shine-opacity: .1;
    --card-shine-gradient: conic-gradient(from 205deg at 50% 50%, rgba(16, 185, 129, 0) 0deg, #6e4254 25deg, rgba(52, 211, 153, 0.18) 295deg, rgba(16, 185, 129, 0) 360deg);
    --card-line-color: #2A2B2C;
    --card-tile-color: #814151b5;
    --card-hover-border-color: rgba(255, 255, 255, 0.2);
    --card-hover-box-shadow-1: rgba(0, 0, 0, 0.04);
    --card-hover-box-shadow-1-y: 5px;
    --card-hover-box-shadow-1-blur: 10px;
    --card-hover-box-shadow-2: rgba(0, 0, 0, 0.3);
    --card-hover-box-shadow-2-y: 15px;
    --card-hover-box-shadow-2-blur: 25px;
    --card-hover-icon-color: #8e6874;
    --card-hover-icon-background-color: #814151;
    --card-hover-icon-border-color: rgb(37, 27, 30);
    --blur-opacity: .01;
}
.DesktopCopyright-module__wrapper {
    border-radius: 10px
}
    /* Делаем так, что бы задний фон не ебал мозга */
.boxHeader {
    background: #28282800
}
.boxBody {
    background: #28282800
}
.boxFooter {
    background: #28282800
    /* Теперь все по кайфу, задний фон не ебет мозг! */
}
.Button-module__btn {
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,.24) !important;
    background: linear-gradient(135deg, #ff4f9f 0%, #8b3dff 100%) !important;
    color: #fff !important;
    font-weight: 700;
    box-shadow: 0 4px 12px rgba(0,0,0,.30), 0 0 12px rgba(255,79,159,.35);
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}
.Button-module__btn:hover {
    transform: translateY(-1px);
    filter: saturate(1.08) brightness(1.03);
    box-shadow: 0 6px 16px rgba(0,0,0,.34), 0 0 16px rgba(255,79,159,.52);
}
    /* Кнопка профиля */
.Header-module__wrapper {
    background-color: #ffffff00;
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.HeaderNav-module__wrapper {
    text-transform: uppercase;
    white-space: nowrap;
    text-decoration: none;
    background-color: transparent;
    border: none;
    padding: 0;
    line-height: 100%;
    cursor: pointer;
    transition: color ease .2s;
    color: rgba(255,255,255,.92) !important;
    text-shadow: 0 1px 6px rgba(0,0,0,.45);
}
.HeaderNav-module__wrapper:hover,
.HeaderNav-module__wrapper:focus {
    color: #ffffff !important;
    text-shadow: 0 0 10px rgba(105,220,255,.55);
}
.PlayerMenu-module__profileLink {
  position: relative;
  text-align: center;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(90deg, #9d3f57, #48373c, #6a3f4a, #743f4c, #9d3f57);
  background-size: 400%;
  border-radius: 10px;
  z-index: 1;
}
 
.PlayerMenu-module__profileLink:hover {
  animation: animate 8s linear infinite;
}
 
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
 
.PlayerMenu-module__profileLink:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #9d3f57, #48373c, #6a3f4a, #743f4c, #9d3f57);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: .5s;
}
 
.PlayerMenu-module__profileLink:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}
.PlayerMenu-module__loginLink {
  position: relative;
  text-align: center;
  line-height: 25px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  box-sizing: border-box;
  background: linear-gradient(90deg, #9d3f57, #48373c, #6a3f4a, #743f4c, #9d3f57);
  background-size: 400%;
  border-radius: 15px;
  z-index: 1;
}
 
.PlayerMenu-module__loginLink:hover {
  animation: animate 8s linear infinite;
}
 
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 400%;
  }
}
 
.PlayerMenu-module__loginLink:before {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  bottom: -5px;
  left: -5px;
  z-index: -1;
  background: linear-gradient(90deg, #9d3f57, #48373c, #6a3f4a, #743f4c, #9d3f57);
  background-size: 400%;
  border-radius: 40px;
  opacity: 0;
  transition: .5s;
}
 
.PlayerMenu-module__loginLink:hover:before {
  filter: blur(20px);
  opacity: 1;
  animation: animate 8s linear infinite;
}

.PlayerBalance-module__btn {
   background: #28282800
  /* Конец */
}
.PlayerBalance-module__btn{
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  color: #ffffff !important;
  font-weight: 700;
  text-shadow: 0 1px 8px rgba(0,0,0,.55), 0 0 10px rgba(255,95,180,.35);
  padding: 4px 8px;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(13, 11, 23, .42) !important;
  box-shadow: 0 3px 10px rgba(0,0,0,.26);
}
.PlayerBalance-module__btn::after{
  content: "Пополнить";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border-radius: 9px;
  border: 1px solid rgba(255,255,255,.25);
  background: linear-gradient(135deg, #ff4f9f 0%, #8b3dff 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: uppercase;
  box-shadow: 0 3px 10px rgba(0,0,0,.28), 0 0 10px rgba(255,79,159,.35);
}
.PlayerBalance-module__btn:hover::after{
  filter: saturate(1.08) brightness(1.03);
  box-shadow: 0 5px 14px rgba(0,0,0,.32), 0 0 14px rgba(255,79,159,.5);
}
.LangSwitcher-module__currentLang {
    display: none;5
}
/*//////////////////////////Мониторинг серверов/////////////////////////*/
.MonitoringServer-module__wrapper {
    border-radius: 10px;
    background: rgb(51 51 51);
    position: relative;
    top: 0px;
    padding: 6px 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
  	margin: 0px 5px;
}
.MonitoringServer-module__wrapper+.MonitoringServer-module__wrapper {
    margin-top: 5px;
}
.boxBody {
    padding: 0px;
}
.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #d5d5d5;
    height: 10px;
    background-color: #ffffff;
    background-image: linear-gradient(45deg, #e6e6e6 25%, transparent 0, transparent 50%, #e6e6e6 0, #e6e6e6 75%, transparent 0, transparent);
    animation: progress-bar-stripes 3s linear infinite;
    background-size: 1rem 1rem;
}

.MonitoringServer-module__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
}
.MonitoringServer-module__info::before {
    display: none;
}
.MonitoringServer-module__progressInfo {
    z-index: 7;
    position: absolute;
    border-radius: 15px;
    width: 55%;
    padding: 5px 0px;
    background-color: var(--bg-color-800);
    bottom: 100%;
    left: -150px;
    margin-bottom: 5px;
    opacity: 0;
    transform: translateY(5px);
    visibility: hidden;
    transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),visibility .15s step-end;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    background: #747474;
    margin-left: 150px;
}
.MonitoringServer-module__progressWrapper:hover .MonitoringServer-module__progressInfo {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    transition: transform .15s cubic-bezier(.4,0,.2,1),opacity .15s cubic-bezier(.4,0,.2,1),visibility 0s step-end
}
.MonitoringServer-module__playersInfo {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
}
.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
    margin-left: 5px;
}
.MonitoringServer-module__wrapper[data-monitoringserverid="total"] .MonitoringServer-module__info {
    content: " ";
    position: absolute;
    right: 40px;
    top: -452px;
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    margin-bottom: 10px;
    text-align: right;
}
.MonitoringServer-module__wrapper[data-monitoringserverid="total"] {
  display: none;
}
.MonitoringServer-module__wrapper[data-monitoringserverid="total"] .MonitoringServer-module__progressBarWrapper {
  display: none;
}
.MonitoringServer-module__wrapper[data-monitoringserverid="total"] .MonitoringServer-module__name {
  display: none;
}
.MonitoringServer-module__wrapper[data-monitoringserverid="total"] {
  background: #00000000;
  box-shadow: 0 0 0px 0 rgb(0 0 0 / 0%);
/*///////////////////////////////Конец//////////////////////////////*/
}
  /* Поиск предметов */
.Search-module__wrapper {
  display: none;
 
}
  /* Убираем ебучий хедер магазина */
.Shop-module__header {
    width: 0%;
    font-size: 0px;
  /* Конец */
}
    .Categories-module__categories {
        display: none;
    }
  /* Интерфейс товаров (современный вид + аккуратные колонки) */
.Products-module__wrapper,
.Products-module__products,
.Shop-module__products,
.Catalog-module__grid {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(84px, 1fr)) !important;
    gap: 5px !important;
}
.Product-module__wrapper {
    position: relative;
    background: linear-gradient(165deg, rgba(56,62,78,.92) 0%, rgba(44,49,64,.92) 55%, rgba(51,113,110,.86) 100%);
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,.12);
    box-shadow: 0 10px 22px rgba(0,0,0,.28), inset 0 1px 0 rgba(255,255,255,.05);
    overflow: hidden;
    backdrop-filter: blur(4px);
    min-height: 112px;
}
.Product-module__wrapper:hover {
    transform: translateY(-3px);
    transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
    box-shadow: 0 14px 26px rgba(0,0,0,.34), 0 0 16px rgba(71,220,196,.28);
    filter: saturate(1.06);
}
.Product-module__wrapper::before {
    content: '';
    position: absolute;
    left: -40%;
    top: -40%;
    z-index: 1;
    width: 180%;
    height: 180%;
    background: radial-gradient(circle at center, rgba(90,240,210,.12) 0%, rgba(90,240,210,0) 52%);
    pointer-events: none;
}
.Product-module__price {
    border-radius: 10px 0 14px 0;
    background: linear-gradient(90deg,#45e0cb,#30c6bb,#2a9bd8);
    border: 1px solid rgba(255,255,255,.18);
    box-shadow: 0 4px 10px rgba(0,0,0,.22);
    z-index: 2;
    color: #f6fffd !important;
    font-weight: 800;
    font-size: 9px;
    padding: 1px 5px;
}
.Product-module__discount {
    border-radius: 0 10px 0 10px;
    background: linear-gradient(90deg,#ff5ea8,#d257ff,#7f59ff);
    border: 1px solid rgba(255,255,255,.2);
    box-shadow: 0 4px 10px rgba(0,0,0,.22);
    z-index: 2;
    color: #fff !important;
    font-weight: 800;
    font-size: 9px;
    padding: 1px 5px;
}
.Product-module__name {
    transform: translateY(0);
    background: transparent;
    padding: 0 6px;
    margin-bottom: 4px;
    font-size: clamp(9px, .62vw, 10px);
    font-weight: 700;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.12;
    color: #f4fbff !important;
    text-shadow: 0 1px 6px rgba(0,0,0,.55), 0 0 8px rgba(122,220,255,.28);
    transition: transform 0.2s ease;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    font-family: 'Montserrat', sans-serif !important;
}

/* Обычный шрифт интерфейса */
.HeaderNav-module__wrapper,
.Servers-module__server,
.MonitoringWidget-module__title,
.MonitoringServer-module__name,
.ProfileNav-module__name,
.BasketTable-module__tableTitle,
.HistoryTable-module__tableTitle {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: 0 !important;
}

/* Подсветка количества/счётчиков */
[class*="Product-module__quantity"],
[class*="Product-module__count"],
[class*="Product-module__amount"],
.Product-module__price {
    color: #eaffff !important;
    text-shadow: 0 1px 5px rgba(0,0,0,.6), 0 0 10px rgba(92,235,212,.35);
    font-weight: 800 !important;
}

/* Уменьшаем иконки/картинки товаров */
.Product-module__wrapper img,
[class*="Product-module__img"],
[class*="Product-module__image"],
[class*="Product-module__itemImg"] {
    max-width: 82% !important;
    max-height: 70px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
}
.ProductModal-module__dropdown {
    background: #363636;
    border-radius: 10px;
}
.productModalDescription {
    background-color: #36363600;
}
.ProductModal-module__header {
    text-align: center;
    align-items: center;
    display: block;
    font-weight: 600;
}
.TotalSum-module__input {
    background: #16161670;
    border-radius: 0 10px 10px 0
}
.TotalSum-module__currency {
    border-radius: 10px 0 0 10px
}
.CountSelector-module__input {
    background: #16161670;
    border-radius: 5px
}
.CountSelector-module__changeCountBtn {
    background: #814151;
    border-radius: 5px
}
.dropDownCurrentItem {
    background: #16161670;
    border-radius: 10px
}
.Selector-module__dropDownCurrentItem {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
    border-radius: 10px
}
.dropDownList.dropDownListOpenOnTop {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(255,255,255,.1);
    background: #3a303273 gap: 0.50rem
}
.Selector-module__dropDownList.Selector-module__openOnTop {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(255,255,255,.1);
    background: #3a303273 gap: 0.50rem
}
.ModalLayout-module__modal {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
    background: #282828;
    padding: 20px 20px 20px 20px;
    border-radius: 35px;
    box-shadow: 0 0 0px 0 rgb(44 217 170);
}
.dropDownCurrentItem {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
    border-radius: 10px;
}
.CountSelector-module__inputWrapper {
    background: #16161670;
    border-radius: 10px
}
.TotalSum-module__inputWrapper {
    background: #16161670;
    border-radius: 10px
}
.desc-main {
    border-radius: 15px;
    padding: 10px;
    background: #3e3e3e;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.desc_title {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    text-align: left;
}
.desc-service {
    padding: 2% 4%;
    border-radius: 10px;
    background: #333333;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.desc-text-main {
    display: flex;
    align-items: center;
  	width: 100%;
}
.desc-text-info {
    font-weight: 300;
    font-size: 11px;
    color: #747474;
    text-align: left;
}
.text-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service__description {
    margin: 0px 0;
    border-radius: 10px;
    background-color: #33333300;
    border: 0px dashed #696969;
    text-align: center;
    font-size: 15px;
    font-size: 13px;
    padding: 8px 0px;
}
.pd-additional-info {
    background: linear-gradient(90deg, #9d3f57, #48373c, #6a3f4a, #743f4c, #9d3f57);
    background-size: 400%;
    border-radius: 15px;
    z-index: 1;
    animation: animate 8s linear infinite;
    transform: translate3d(0, 0, 0);
    align-items: center;
    display: flex; 
  	width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.pd-additional {
  	align-items: center;
    display: flex;  
 	background: linear-gradient(90deg,#50373d,#50373d);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  	margin-left: 9px;
  	font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.pd-additional-info {
    background: linear-gradient(90deg, #9d3f57, #48373c, #6a3f4a, #743f4c, #9d3f57);
    background-size: 400%;
    border-radius: 15px;
    z-index: 1;
    animation: animate 8s linear infinite;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    transform: translate3d(0, 0, 0);
  	margin-left: 9px;
  	font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.desc-service-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  /* Конец */
}
  /* Профиль игрока */
.ProfileNav-module__logOut {
    text-align: center;
    display: block;
    border-radius: 10px;
    width: 100%;
    padding: 7px;
    color: var(--font-color-800);
    background: var(--accent-color-800);
}
.productModalImg {
    margin-bottom: 0px;
}
.BasketContent-module__header {
    display: flex;
    justify-content: space-around;
    font-size: 17px;
    margin-bottom: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}
.HistoryContent-module__header {
    display: flex;
    justify-content: space-around;
    font-size: 17px;
    margin-bottom: 20px;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    border-radius: 15px;
}
.BasketSearch-module__wrapper {
    border-radius: 15px;
}
.HistorySearch-module__wrapper {
    border-radius: 15px;
}
.ProfileNav-module__wrapper {
    min-width: 250px
}
.ProfileNav-module__navItem {
    cursor: pointer;
    background: var(--bg-color-700);
    border-radius: 10px;
  	font-weight: 600;
    padding: 10px 15px;
    color: var(--font-color-900);
    transition: all .15s ease;
  	margin-bottom: 2px;
  	text-align: center;
}
.ProfileNav-module__header {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 15px;
  	margin-bottom: 5px;
}
.ProfileNav-module__name {
    font-size: 14px;
    text-align: center;
    width: 100%;
    vertical-align: middle;
    display: flex;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    font-weight: 600;
    margin-top: 15px;
    background: #363636;
    padding: 5px 7px;
}
.ProfileNav-module__img {
    margin-bottom: 0px;
  	border-radius: 10px;
  	width: 200px;
    height: 200px;
}
.ProfileContent-module__input {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
    border-radius: 10px
}
.ProfileContent-module__body.boxBody::before {
  content: "Промокоды можно найти в сообществе Discord/ВКонтакте сервера.";
  border-radius: 20px;
  position: absolute;
  width: 45%;
  color: #fff;
  background: linear-gradient(65deg, #5865f2 0%, #5865f2 40%, #fff 50%, #5865f2 60%, #0b5aba 100%);
  background-size: 400% 400%;
  padding: 15px 30px;
  animation: gradient 5s ease infinite;
  transform: translate3d(0, 0, 0);
  translate: 0px 300px;
}
@media screen and (max-width: 992px) {
  .ProfileContent-module__body.boxBody::before{
    position: static;
    width: auto;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.Selector-module__dropDownList.Selector-module__openOnBottom {
    position: absolute;
    top: calc(100% + 1rem);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 0.75rem;
    border-radius: 0.375rem;
    border: 0.0625rem solid rgba(255,255,255,.1);
    background: #3a303273 gap: 0.50rem;
}
.Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownCurrentItem:focus {
    outline: 1px solid #3e3e3e;
}
.ProfileContent-module__infoWrapper {
    border-radius: 10px
}
.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
    border-top: 1px solid #33333300
}
.BasketTable-module__tableHeader {
    border-radius: 10px
}
.HistoryTable-module__tableHeader {
    border-radius: 10px
}
.HistoryTable-module__tableTitle:last-child {
    text-align: center
}
.HistoryTable-module__tableTitle:first-child {
    text-align: center
}
.HistoryTable-module__tableLine:nth-child(2n-1) {
    border-radius: 10px
}
.BasketSearch-module__input {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
}
.HistorySearch-module__input {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
}
.BasketTable-module__tableLine:nth-child(2n-1) {
    border-radius: 10px
  /* Конец */
}
  /* Рулетка */
.RouletteContent-module__rouletteItemInfo {
    font-size: 0px
}
.RouletteContent-module__rouletteItem {
    background: linear-gradient(90deg, #363636, #393939, #414141, #393939, #363636);
    background-size: 400%;
    animation: animate 8s linear infinite;
    border-radius: 10px;
    transform: translate3d(0, 0, 0);
    box-shadow: 0 6px 10px 0 rgb(0 0 0 / 15%);
}
.RouletteContent-module__lineWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #33333300;
    display: flex;
    align-items: center;
    -webkit-mask-image: linear-gradient(to right,rgba(255,255,255,0) 5%,#000 25%,#000 75%,rgba(255,255,255,0) 95%);
}
.RouletteContent-module__rouletteItemImg {
    width: 200px;
    height: 200px;
    object-fit: contain;
    padding: 20px;
}
.productModalContainsTitle {
    width: 100%;
    display: block;
    font-weight: 500;
    margin-bottom: 6px;
    margin-top: 15px;
    text-align: center;
  /* Конец */
}
  /* КНОПКА ЗАКРЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫЫТЬ */
.Button-module__btn.Button-module__gray {
    border-color: rgba(255,255,255,.24) !important;
    border-radius: 10px;
    background: linear-gradient(135deg, #ff4f9f 0%, #8b3dff 100%) !important;
    color: #fff !important;
}
.Header-module__wrapper {
    font-family: 'Montserrat', sans-serif;
    color: #696969;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    /* margin: 0 0 20px; */
    border: none;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 1px 1px rgb(0 0 0 / 0%);
    margin-top: 15px;
    margin-bottom: 35px;
    background: #0000;
    border: 0px solid transparent;
    top: -210px;
}
.Banner-module__img {
    display: none;
    width: 600px; /* Ширина логотипа */
    height: 200px; /* Высота логотипа */
    margin: 0px auto 30px auto; /* Центрируем логотип */
}
.Header-module__logo {
    width: 225px;
    padding: unset;
    height: 65px;
    background-repeat: no-repeat;
    background-image: url(https://i.postimg.cc/t4WZrxnT/beastrustlogov1-By-FG.png);
    background-position: 100%;
    background-size: auto 100%;
    color: transparent !important;
    display: flex;
    align-items: center;
    position: relative;
    transform-origin: center;
    animation: beastLogoPulse 2.2s ease-in-out infinite;
    filter: drop-shadow(0 0 6px rgba(255, 40, 185, .28));
}
@keyframes beastLogoPulse{
  0%, 100%{
    transform: scale(1);
    filter: drop-shadow(0 0 5px rgba(255, 40, 185, .25));
  }
  50%{
    transform: scale(1.06);
    filter: drop-shadow(0 0 14px rgba(255, 40, 185, .62));
  }
}
.Servers-module__server {
min-width:100px;
background: linear-gradient(180deg, rgba(45,45,52,.96) 0%, rgba(34,34,40,.96) 100%);
color:#f3f6ff !important;
border: 1px solid rgba(255,255,255,.16);
border-radius:8px;
box-shadow: 0 4px 12px rgba(0,0,0,.25);
font-weight: 700;
text-shadow: 0 1px 4px rgba(0,0,0,.45);
transition: transform .12s ease, box-shadow .12s ease, border-color .12s ease, filter .12s ease;
}

.Servers-module__server:focus {
background: linear-gradient(180deg, rgba(70,70,78,.98) 0%, rgba(55,55,64,.98) 100%);
color:#ffffff !important;
border-color: rgba(255,255,255,.32);
box-shadow: 0 6px 16px rgba(0,0,0,.35), 0 0 14px rgba(130,180,255,.30);
}
.Servers-module__server.Servers-module__active {
background: linear-gradient(180deg, #36d3c7 0%, #1caea0 100%) !important;
color:#ffffff !important;
border-radius:8px;
border-color: rgba(255,255,255,.36);
box-shadow: 0 8px 18px rgba(0,0,0,.35), 0 0 18px rgba(54,211,199,.55);
text-shadow: 0 1px 3px rgba(0,0,0,.35);
}
.Servers-module__server:hover {
transform: translateY(-1px);
filter: saturate(1.06) brightness(1.03);
border-color: rgba(255,255,255,.26);
box-shadow: 0 8px 16px rgba(0,0,0,.32), 0 0 12px rgba(255,255,255,.10);
}
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
} 
@-o-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-moz-keyframess gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-webkit-keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
/*//////////////////////////////Загрузка/////////////////////////////*/
.gs-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30000;
    user-select: none;
    transition: all .3s;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #282828;
  	background-size: cover !important;
  	background: url(https://i.imgur.com/4H6v7rE.jpg) center center;
}
.gs-loader__spinner {
    width: 175px;
    height: 175px;
 	margin: -100;
    border: 0px solid #cd422a;
    border-bottom-color: #202020;
    border-radius: 0%;
    display: block;
    margin: 0 auto;
    animation: rotation 1s linear infinite;
    background: url(https://i.postimg.cc/t4WZrxnT/beastrustlogov1-By-FG.png) no-repeat;
}
/*///////////////////////////////Конец//////////////////////////////*/
/*//////////////////////Кастомное описание товаров/////////////////////*/
.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 15px;
    overflow: hidden;
    background: var(--bg-color-700);
}
.TotalSum-module__input {
    font-size: 15px;
    width: 100%;
    padding: 0 10px;
    background: #3e3e3e;
}
.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 15px;
    overflow: hidden;
    background: #3e3e3e;
}
.CountSelector-module__changeCountBtn {
    width: 80px;
    height: 100%;
    background: var(--accent-color-800);
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    transition: all .15s ease;
}
.Button-module__btn.Button-module__gray {
    color: #fff !important;
    background: linear-gradient(135deg, #ff4f9f 0%, #8b3dff 100%) !important;
    border-color: rgba(255,255,255,.24) !important;
    border-radius: 12px;
}
.dropDownCurrentItem {
    width: 100%;
    cursor: pointer;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    white-space: nowrap;
    font-size: 13px;
    outline: 1px solid transparent;
    transition: all .1s ease;
    background: linear-gradient(90deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    cursor: pointer;
    border-radius: 15px;
    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;
    background: linear-gradient(90deg, #646464, #787878, #3e3e3e, #444444);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.desc-main {
    border-radius: 15px;
    padding: 10px;
    background: #3e3e3e;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.desc_title {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    text-align: left;
}
.desc-service {
    padding: 2% 4%;
    border-radius: 10px;
    background: #333333;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.desc-text-main {
    display: flex;
    align-items: center;
  	width: 100%;
}
.desc-text-info {
    font-weight: 300;
    font-size: 11px;
    color: #747474;
    text-align: left;
}
.text-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service__description {
    margin: 0px 0;
    border-radius: 10px;
    background-color: #33333300;
    border: 0px dashed #696969;
    text-align: center;
    font-size: 15px;
    font-size: 13px;
    padding: 8px 0px;
}
.pd-additional-info {
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5, #2cd9aa);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    align-items: center;
    display: flex; 
  	width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    cursor: pointer;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.pd-additional {
  	align-items: center;
    display: flex;  
 	background: linear-gradient(90deg,#28f,#0157ff);
    /* background: linear-gradient(40deg, #646464, #787878, #3e3e3e, #444444); */
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
    width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 7px;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
  	margin-left: 9px;
  	font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.pd-additional-info {
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5, #2cd9aa);
    background-size: 400% 400%;
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
  	margin-left: 9px;
  	font-size: 13px;
    color: rgba(255,255,255,.9)!important;
}
.desc-service-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
/*///////////////////////////////Конец//////////////////////////////*/
/*/////////////////////////Виджеты на сайте////////////////////////*/
.fa.fa-eye1 {
    content: "OPEN";
    background: #333;
    background-size: 400% 400%;
    transform: translate3d(0, 0, 0);
    color: #7e7e7e;
    padding: 7px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    padding: 8px;
  	font-style: normal;
    display: flex;
    align-items: center;
}
.fa-eye1:before {
    content: "ПОСМОТРЕТЬ";
    font-family: 'Montserrat', sans-serif;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 10px;
}
.social {
    margin: 0px 7px;
  	margin-bottom: 55px;

}
.social_title {
    font-weight: 400;
    font-size: 12px;
    color: #b9b9b9;
    margin-bottom: 10px;
    text-align: right;
}
.social_vk {
    background: linear-gradient(180deg, #53afff 0%, #3192e5 100%);
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_discord {
    background: linear-gradient(180deg, rgb(204 47 112) 0%, #922fbb 100%);
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}
.social_discord:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}
.social_item {
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}
a:focus{
    color: #ffffff;
}
.wipe_background {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.social_wipe {
    background: url(https://gspics.org/images/2023/11/21/073Ivx.jpg) no-repeat center center fixed;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
    background-size: 100%;
}
.social_wipe:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1);
}
.social_vk .social_background {
    background: url(https://i.postimg.cc/901JYPjC/vk.png);
  	background-size: 40%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk .wipe_background {
    background: url(https://i.postimg.cc/901JYPjC/vk.png);
  	background-size: 40%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_discord .social_background {
    background: url(https://i.postimg.cc/mgZG4VrN/ds.png);
  	background-size: 50%;
  	opacity: 0.4;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk:hover .social_background:hover {
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}
.social_discord:hover .social_background:hover {
  	 transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}
.social_item+.social_item {
    margin-top: 10px;
}
.social_item-title {
    font-size: 12px;
    color: #ffffff;
    font-weight: 600;
  	text-shadow: 0px 0px 4px black;
}
.social_item-link {
    padding: 8px;
    background: rgb(51 51 51);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #7e7e7e;
    font-size: 10px;
}
.social_item-link:hover {
    padding: 8px;
    background: rgba(44, 217, 170, 1);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 10px;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
}
.wipeblock-server {
  	padding: 8px;
    margin: 2px 2px;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 65%);
    background: #333333;
    font-weight: 600;
  	display: inline-block;
  	cursor: pointer; 
  	font-size: 12px;
}
.wipeblock-server:hover {
    background: rgba(44, 217, 170, 1);
    font-weight: 600;
    color: #fff;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
}
.social_item-left {
    position: relative;
    z-index: 2;
}
.social_item-right {
    position: relative;
    z-index: 2;
}
.social_background {
    top: 0;
    left: 0;
    right: 0;
  	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*///////////////////////////////Конец//////////////////////////////*/
}
/*///////////////////////////////Бонусы при пополнении (Виджет)//////////////////////////////*/
@keyframes gradient {
      0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
 }
.bonus {
    width: 50%;
    background: linear-gradient(90deg,#3f9e8d,#364744,#3f6b68,#3e7373,#3f9e88);
    color: #fff;
    animation: gradient 3s ease infinite;
    background-size: 400% 400%;
    border-radius: 0px 10px 10px 0px;
}
/*///////////////////////////////Конец//////////////////////////////*/
}
/*///////////////////////////////Слайд//////////////////////////////*/
@media (max-width: 768px) {
    .slider {
        display: none;
    }
}

.slider {
  position: relative;
  width: 1136px;
  height: 277px;
  overflow: hidden;
  margin: 10px auto;
  margin-top: 74px;
  border: 3px solid #0ca67d;
  border-radius: 10px;
}

.slides {
  display: flex;
  width: calc(1136px * 3);
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 1136px;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slide img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}



.arrow {
  position: absolute;
  top: 50%;
  width: 30px; /* Размер стрелки */
  height: 30px;
  cursor: pointer;
  transform: translateY(-50%);
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow.left {
  left: 10px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTExLjk5MSA1MTEuOTkxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuOTkxIDUxMS45OTE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIgZD0iTTM3My4zMjksNTExLjk5MWMtMi44MTMsMC01LjYwNC0xLjEwNC03LjcwOC0zLjI5MkwxMzAuOTU0LDI2My4zNjYgYy0zLjkzNy00LjEyNS0zLjkzNy0xMC42MjUsMC0xNC43NUwzNjUuNjIxLDMuMjgzYzQuMTA0LTQuMjI5LDEwLjg1NC00LjQwNiwxNS4wODMtMC4zMzMgYzQuMjUsNC4wNzMsNC4zOTYsMTAuODIzLDAuMzMzLDE1LjA4M0wxNTMuNDMzLDI1NS45OTFMMzgxLjAzNyw0OTMuOTUwYzQuMDYzLDQuMjYsMy45MTcsMTEuMDEtMC4zMzMsMTUuMDgzQzM3OC42NDEsNTExLjAxMiwzNzUuOTc1LDUxMS45OTEsMzczLjMyOSw1MTEuOTkxeiIgZmlsbD0iIzMwM0M0MiI+PC9wYXRoPjxsaW5lYXJHcmFkaWVudCBpZD0iU1ZHSURfMV8iIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iLTM4LjY5NjIiIHkxPSI2MzguOTA0NiIgeDI9Ii0yNC4zNDk4IiB5Mj0iNjMyLjIxNTMiIGdyYWRpZW50VHJhbnNmb3JtPSJtYXRyaXgoMjEuMzMzMyAwIDAgLTIxLjMzMzMgOTk2LjQyMjQgMTM3OTEuNTY5MykiPjxzdG9wIG9mZnNldD0iMCIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MC4yIj48L3N0b3A+PHN0b3Agb2Zmc2V0PSIxIiBzdHlsZT0ic3RvcC1jb2xvcjojRkZGRkZGO3N0b3Atb3BhY2l0eTowIj48L3N0b3A+PC9saW5lYXJHcmFkaWVudD48cGF0aCBzdHlsZT0iIiBkPSJNMzczLjMyOSw1MTEuOTkxYy0yLjgxMywwLTUuNjA0LTEuMTA0LTcuNzA4LTMuMjkyTDEzMC45NTQsMjYzLjM2NiBjLTMuOTM3LTQuMTI1LTMuOTM3LTEwLjYyNSwwLTE0Ljc1TDM2NS42MjEsMy4yODNjNC4xMDQtNC4yMjksMTAuODU0LTQuNDA2LDE1LjA4My0wLjMzMyBjNC4yNSw0LjA3Myw0LjM5NiwxMC44MjMsMC4zMzMsMTUuMDgzTDE1My40MzMsMjU1Ljk5MUwzODEuMDM3LDQ5My45NTBjNC4wNjMsNC4yNiwzLjkxNywxMS4wMS0wLjMzMywxNS4wODNDMzc4LjY0MSw1MTEuMDEyLDM3NS45NzUsNTExLjk5MSwzNzMuMzI5LDUxMS45OTF6IiBmaWxsPSJ1cmwoI1NWR0lEXzFfKSI+PC9wYXRoPjwvc3ZnPg=='); /* SVG-код для стрелки влево */
}


.arrow.right {
  right: 10px;
  background-image: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTExLjk5NSA1MTEuOTk1IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuOTk1IDUxMS45OTU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBzdHlsZT0iZmlsbDogcmdiKDI1NSwgMjU1LCAyNTUpOyIgZD0iTTEzOC42NjQsNTExLjk5NWMtMi42NDYsMC01LjMxMy0wLjk3OS03LjM3NS0yLjk1OGMtNC4yNS00LjA3My00LjM5Ni0xMC44MjMtMC4zMzMtMTUuMDgzIEwzNTguNTYsMjU1Ljk5NUwxMzAuOTU2LDE4LjAzN2MtNC4wNjMtNC4yNi0zLjkxNy0xMS4wMSwwLjMzMy0xNS4wODNjNC4yNS00LjA4MywxMS0zLjg5NiwxNS4wODMsMC4zMzNMMzgxLjAzOSwyNDguNjIgYzMuOTM4LDQuMTI1LDMuOTM4LDEwLjYyNSwwLDE0Ljc1TDE0Ni4zNzMsNTA4LjcwNEMxNDQuMjY4LDUxMC44OTEsMTQxLjQ3Nyw1MTEuOTk1LDEzOC42NjQsNTExLjk5NXoiIGZpbGw9IiMzMDNDNDIiPjwvcGF0aD48bGluZWFyR3JhZGllbnQgaWQ9IlNWR0lEXzFfIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9Ii00NS4wNjM3IiB5MT0iNjM2Ljc0NzQiIHgyPSItMzAuNzE3MyIgeTI9IjYzMC4wNTcyIiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDIxLjMzMzMgMCAwIC0yMS4zMzMzIDk5Ni4zODE1IDEzNzkxLjYxNDMpIj48c3RvcCBvZmZzZXQ9IjAiIHN0eWxlPSJzdG9wLWNvbG9yOiNGRkZGRkY7c3RvcC1vcGFjaXR5OjAuMiI+PC9zdG9wPjxzdG9wIG9mZnNldD0iMSIgc3R5bGU9InN0b3AtY29sb3I6I0ZGRkZGRjtzdG9wLW9wYWNpdHk6MCI+PC9zdG9wPjwvbGluZWFyR3JhZGllbnQ+PHBhdGggc3R5bGU9IiIgZD0iTTEzOC42NjQsNTExLjk5NWMtMi42NDYsMC01LjMxMy0wLjk3OS03LjM3NS0yLjk1OGMtNC4yNS00LjA3My00LjM5Ni0xMC44MjMtMC4zMzMtMTUuMDgzIEwzNTguNTYsMjU1Ljk5NUwxMzAuOTU2LDE4LjAzN2MtNC4wNjMtNC4yNi0zLjkxNy0xMS4wMSwwLjMzMy0xNS4wODNjNC4yNS00LjA4MywxMS0zLjg5NiwxNS4wODMsMC4zMzNMMzgxLjAzOSwyNDguNjIgYzMuOTM4LDQuMTI1LDMuOTM4LDEwLjYyNSwwLDE0Ljc1TDE0Ni4zNzMsNTA4LjcwNEMxNDQuMjY4LDUxMC44OTEsMTQxLjQ3Nyw1MTEuOTk1LDEzOC42NjQsNTExLjk5NXoiIGZpbGw9InVybCgjU1ZHSURfMV8pIj48L3BhdGg+PC9zdmc+');
}
/*///////////////////////////////Конец//////////////////////////////*/
}
/*/////////////////////////////Кастомные модалки////////////////////*/
.serverheader {
    border-radius: 15px;
    margin-bottom: 10px;
    font-size: 20px;
    margin-top: 20px;
  	text-align: left;
  	color: #B7B7B7;
}
.serverheader span {
    padding: 2px 12px 2px 12px;
    border-radius: 7px;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    background: linear-gradient(90deg, #E82F4E, #6e2fe8, #2372d5, #2cd9aa);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    transform: translate3d(0, 0, 0);
}
.serverheader span:before {
    font-family: FontAwesome;
    content: '\f253';
    font-weight: 100;
    margin-right: 5px;
}
.kit-items {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.kit-item {
    margin: 4px;
    border-radius: 15px;
    text-align: center;
    cursor: pointer;
    background: linear-gradient(40deg, #646464, #787878);
    background-size: 100% 100%;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    width: 80px;
    height: 80px;
}
.wipe-item {
    margin: 4px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s;
    background-size: 400% 400%;
    /* animation: gradient 5s ease infinite; */
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    width: 80px;
    height: 80px;
    background: url(https://gspics.org/images/2023/11/19/07ARoK.png);
    background-size: 100%;
}
.wipe-item:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.animated {
    animation-duration: 1s;
    animation-fill-mode: unset;
}
.kit-item:hover {
    transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transform: scale(1.1);
}
.kit-item__image {
    width: 100%;
    transform: scale(0.7);
}
.kit-item__quantity {
    top: -20px;
    position: relative;
    border-radius: 0px 0px 15px 15px;
  	font-size: 12px;
}
.wipeblock-item {
    border-radius: 6px;
    font-size: 12px;
    background: #e82f4e;
    color: #fff;
    width: 35px;
    transform: translate(40px, -75px);
    text-shadow: 1px 1px 1px #000;
    font-weight: 400;
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 65%);
}
.customModalContent {
    margin-top: 30px;
    margin-bottom: 30px;
    border-radius: 2px;
    width: 620px;
    box-shadow: 0 20px 25px -5px rgba(0,0,0,.1), 0 8px 10px -6px rgba(0,0,0,.1);
    transform: scale(.97);
    transition: transform .2s ease;
    background: #1d1b1a;
    padding: 15px 10px;
    border-radius: 35px;
    box-shadow: 0 0 10px 0 rgb(44 217 170);
}
.xbox_custom_kits {
    padding: 10px 36px;
}
.Title_header {
    border-bottom: 0px solid #292929;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    padding: 15px;
    text-transform: uppercase;
    color: #B7B7B7;
}
/*///////////////////////////////Конец//////////////////////////////*/
/*////////Скрывает различные блоки ненужные для нашего дизайна///////*/
.Shop-module__header {
    display: none;
}
.MonitoringWidget-module__title {
  	display: none;
}
.MonitoringWidget-module__updateBtn {
    display: none;
}
.Cookie-module__wrapper {
    display: none;
}
.Widgets-module__widgetWrapper .boxHeader {
    display: none;
}
.Widgets-module__widgetWrapper .boxfooter {
    display: none;
}
.boxFooter {
    background: #28282800;
    border-radius: 0 0 2px 2px;
  	padding: 0px;
  	margin-top: 4px;
}
/*///////////////////////////////Конец//////////////////////////////*/
.PlayerBalanceModal-module__form:before{
  display: block;
  content: "Чтобы пополнить баланс из Украины, Республики Беларусь и др.- обратитесь через Telegram к создателю(@kazmishev) (оплата производится через donationalerts";
  margin-bottom: 13px;
  padding: 7px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid rgb(30, 39, 54);
}
/* описание привилегиям */
.icon-user-oplata {
    width: 30px !important;
    height: 30px !important;
    border-radius: 0px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 5px;
    margin-right: 10px !important;
}
.container-oplata {
    right: -21110px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    background: #333;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: pointer;
    transform: scale(1);
}
.container-oplata {
    right: -21110px;
    display: -webkit-inline-box;
    margin-bottom: 5px;
    padding: 5px;
    height: 50px;
    width: 100%;
    border-radius: 12px;
    background: #333;
    text-align: initial;
    transition: all 0.2s ease-out;
    cursor: pointer;
    transform: scale(1);
}
.container-oplata .tooltiptext1 {
    visibility: hidden;
    width: 170px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    left: 105%;
    opacity: 0;
    transition: opacity 220ms ease-out;
}
.priv_discount {
    position: absolute;
    background: #1b1b1b;
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 0px;
    padding: 0px 8px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.tooltiptext1::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent
}
.container-oplata:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1
}

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    opacity: 1
}
.priv_discount2 {
    position: absolute;
    background: rgba(33, 33, 33, 0.5);
    font-size: 14px;
    border-radius: 0px 10px 0px 10px;
    top: 0px;
    padding: 0px 8px 0px 10px;
    right: 0px;
    opacity: 1;
    font-weight: 400;
    z-index: 3;
    color: white;
    cursor: help;
}
.textContainer-oplata {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}
.textContainer-oplata:hover {
    color: #dc143c;
}
.textContainer-oplata {
    color: #fff;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
}
.SupportContent-module__header:before{
  display: block;
  content: "Обращайтесь в техподдержку исключительно по вопросам, связанным с оплатой! Обращения, не относящиеся к данной теме, будут проигнорированы.";
  margin-bottom: 14px;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-size: 13px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 2px;
  border: 1px solid rgb(30, 39, 54);
  animation: animated-text 4s steps(29, end) 1s 1 normal both, animated-cursor 600ms steps(29, end) infinite;
}
.disclaimer {
    font-size: 12px;
    text-align: center;
    color: #535353;
}

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

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

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

/* ===== Native Monitoring (stable way) ===== */
.MonitoringWidget-module__wrapper{
  border-radius: 10px !important;
  background: linear-gradient(180deg, #8f2f99 0%, #6f2f93 55%, #5a2a8a 100%) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: 0 6px 16px rgba(0,0,0,.28) !important;
  padding: 10px !important;
}

.MonitoringWidget-module__title{
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: 700 !important;
  letter-spacing: .02em !important;
  margin-bottom: 8px !important;
  font-size: 13px !important;
}

.MonitoringServer-module__wrapper{
  border-radius: 8px !important;
  background: rgba(0,0,0,.22) !important;
  border: 1px solid rgba(255,255,255,.10) !important;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04) !important;
  padding: 7px 8px !important;
  margin: 0 0 7px !important;
}

.MonitoringServer-module__name{
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.MonitoringServer-module__playersInfo{
  color: rgba(255,255,255,.9) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
}

.MonitoringServer-module__progressBarWrapper{
  border-radius: 999px !important;
  overflow: hidden !important;
  height: 9px !important;
  background: rgba(255,255,255,.18) !important;
}

.MonitoringServer-module__progressBar,
.MonitoringServer-module__progress,
.MonitoringServer-module__progressFill{
  background: linear-gradient(90deg, #44e8b3 0%, #2cc9a3 100%) !important;
}

.bmw-copy-btn{
  margin-top: 6px;
  width: 100%;
  padding: 6px 8px;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,.2);
  background: linear-gradient(180deg, #8f2f99 0%, #6f2f93 55%, #5a2a8a 100%);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}

/* ULTRA COMPACT GRID */
.Products-module__wrapper,
.Products-module__products,
.Shop-module__products,
.Catalog-module__grid{
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(72px, 1fr)) !important;
  gap: 4px !important;
}

.Product-module__wrapper{
  min-height: 94px !important;
  border-radius: 10px !important;
  padding: 2px !important;
}

.Product-module__wrapper img,
[class*="Product-module__img"],
[class*="Product-module__image"],
[class*="Product-module__itemImg"]{
  max-width: 78% !important;
  max-height: 54px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.Product-module__name{
  font-size: 8px !important;
  line-height: 1.05 !important;
  padding: 0 4px !important;
  margin-bottom: 2px !important;
  text-shadow: 0 1px 3px rgba(0,0,0,.5) !important;
}

.Product-module__price,
.Product-module__discount{
  font-size: 8px !important;
  padding: 1px 4px !important;
  border-radius: 8px 0 10px 0 !important;
}

[class*="Product-module__quantity"],
[class*="Product-module__count"],
[class*="Product-module__amount"]{
  font-size: 8px !important;
  font-weight: 800 !important;
}

/* --- Price contrast boost --- */
.Product-module__price,
.Product-module__discount{
  background: linear-gradient(180deg, #5ff3df 0%, #22c8b9 100%) !important;
  color: #072b2a !important;
  border: 1px solid rgba(255,255,255,.55) !important;
  box-shadow: 0 4px 10px rgba(0,0,0,.32), 0 0 10px rgba(89,246,224,.35) !important;
  text-shadow: none !important;
}

/* --- Quantity always visible (no hide on hover) --- */
.Product-module__wrapper [class*="quantity"],
.Product-module__wrapper [class*="count"],
.Product-module__wrapper [class*="amount"]{
  opacity: 1 !important;
  visibility: visible !important;
  display: inline-block !important;
  transform: none !important;
  transition: none !important;
  color: #f4fffd !important;
  text-shadow: 0 1px 4px rgba(0,0,0,.65), 0 0 8px rgba(113,255,225,.35) !important;
}

/* If quantity node exists but empty, show x1 */
.Product-module__wrapper [class*="quantity"]:empty::before,
.Product-module__wrapper [class*="count"]:empty::before,
.Product-module__wrapper [class*="amount"]:empty::before{
  content: "x1";
}