@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');
body
{
	font-family: 'Montserrat', sans-serif;
  	background-size: cover !important;
  	color: hsl(0, 0%, 100%);
  	background: #282828;
  	background: url(https://i.postimg.cc/QMD3sTj3/sad.png) no-repeat center center fixed;
    background-position: 50%;
    background-size: auto 100%;
    align-items: center
}
:root {
  	--default-font-family: '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 ;
}
    /* Кнопка профиля */
.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;
}
.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
  /* Конец */
}
.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;
    }
  /* Интерфейс товаров */
.Product-module__wrapper {
    background: linear-gradient(190deg, #363636, #363636, #363636, #3a5c56, 110%, #3f9e93);
    border-radius: 10px;
    box-shadow: 0px 6px 10px 0px rgba(0 0 0 / 20%);
}
.Product-module__wrapper:hover {
	transform: scale(1.1);
	transition: transform 200ms cubic-bezier(0.68,-0.55,0.27,1.55);
}
.Product-module__wrapper::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 50px;
    height: 44px;
    filter: blur(52px);
    background: #71aaeb;
    transform: translate(-50%, -50%);
}
.Product-module__price {
    border-radius: 9px 0 19px 0;
    background: linear-gradient(90deg,#3f9e8d,#364744,#3f6b68,#3e7373,#3f9e88);
    background-size: 400%;
    animation: animate 8s linear infinite;    
    z-index: 1 
}
.Product-module__discount {
    border-radius: 0 10px 0 10px;
    background: linear-gradient(90deg,#3f9e8d,#364744,#3f6b68,#3e7373,#3f9e88);
    background-size: 400%;
    animation: animate 8s linear infinite;    
    z-index: 1 
}
.Product-module__name {
    transform: translateY(0);
    background: transparent;
    padding: 0 18px;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
    color: var(--color1);
    transition: transform 0.2s ease;
    max-width: 125px;
    color: #fff;
}
.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: #1d1b1a00;
    border-radius: 10px
}
.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;
}
.Shop-module__wrapper:before {
    display: block;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 5px 20px;
    width: 100%;
    top: -15px;
    content: "1) Выбери сервер —————› 2) Выбери товар —————› 3) Теперь ты готов к покупке —————› 4) Приятной игры!";
    position: relative;
    background: linear-gradient(to left , #333333, #333333 50%, #2cd8a9 50%);
    background-size: 200% 5%;
    animation: gradient 30s cubic-bezier(0.48, 0.51, 0.48, 0.51) infinite;
    text-transform: uppercase;
    text-shadow: 0px 0px 4px #000000ba;
}
.Header-module__logo {
    width: 225px;
    padding: unset;
    height: 65px;
    background-repeat: no-repeat;
    background-image: url(https://gspics.org/images/2020/07/25/q3FxZ.png);
    background-position: 100%;
    background-size: auto 100%;
    color: transparent !important;
    display: flex;
    align-items: center;
    position: relative;
}
.Servers-module__server {
min-width:100px;
background-color:#282828;
color:#bfbfbf;
border-radius:4px
}

.Servers-module__server:focus {
background-color:#bfbfbf;
color:#bfbfbf
}
.Servers-module__server.Servers-module__active {
background: #189e7f;
border-radius:.4rem
}
}
@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.postimg.cc/DZ3gdbZY/Back-Ground-CSS-1.png) 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/T2tdKzCB/load.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: var(--font-color-800);
    background-color: unset;
    border-color: #1d1b1a00;
    border-radius: 15px;
}
.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;
}
/*///////////////////////////////Конец//////////////////////////////*/
/*/////////////////////////////Кастомные модалки////////////////////*/
.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: "Наблюдаете проблемы с пополнением баланса - обратитесь через Discord к администратору hodvard_r с просьбой об альтернативной оплате!";
  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;
}