/* выключение ненужных модулей */

.Banner-module__img {
  display: none;
}
.Shop-module__header {
    display: none;
}
.bannerContainer {
 display: none;
}
.boxHeader {
  border-radius: 10px 10px 0 0;
  color: #ffffff;
  background-color: #131d0ddb;
}

/* конец выключения ненужных модулей */

/* баннер */
.Header-module__logo {
    font-size: 0px;
    text-transform: none;
    background: url(https://gspics.org/images/2025/01/19/IKS0eK.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 200px;
    height: 35px;
}
/* конец баннера */

/* main css */

:root {
  --default-font-family: "CeraPro" !important;
  --default-font-size: 16px;
  --accent-color-800: #e34312 !important;
  --accent-color-900: #e34312 !important;
}
* {
    font-family: 'Cera Pro', sans-serif;
    font-size: 16px;
}
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body::after {
  content: "";
  position: fixed;
  top: 0;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: -1;
  background-size: cover;
}
button,
input,
textarea {
  line-height: 1.1;
}
.boxBody {
  padding: 20px;

}
.boxFooter {
  border-radius: 0 0 10px 10px;
}

.container {
  width: 1250px;
}

.Button-module__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 0 18px;
  min-height: 44px;
}
.DesktopCopyright-module__wrapper {
  border-radius: 0 5px 0 0 !important;
  bottom: 0 !important;
  left: 0 !important;
}

.Cookie-module__wrapper {
  border-radius: 10px;
}
.Cookie-module__wrapper .Button-module__btn {
  margin-right: 0;
}
.Cookie-module__wrapper .Cookie-module__text {
  margin: 0 30px 0 10px;
}

.Toast-module__toast {
  background: rgba(19, 29, 13, 1);
}

.bannerContainer {
  margin-bottom: 32px;
}
.Header-module__logo {
  color: white;
  font-weight: 700;
  line-height: 1;
}
.HeaderNav-module__link {
  color: white;
}
.Header-module__wrapper {
  border-radius: 8px;
  font-size: 16px;
  padding: 0 5px 0 15px;
  background: rgba(19, 29, 13, 0.7);
}
.NavServerDropDown-module__wrapper {
  display: none !important;
}
.LangSwitcher-module__list {
  background: rgba(19, 29, 13, 1);
}
.LangSwitcher-module__btn:hover,
.LangSwitcher-module__btn:focus,
.PlayerMenu-module__profileLink:hover,
.PlayerMenu-module__profileLink:focus,
.PlayerMenu-module__loginLink:hover,
.PlayerMenu-module__loginLink:focus {
  background-color: #e34312 !important;
  color: white;
  border-radius: 10px;
}

.WelcomeSelectServer-module__modalWrapper {
  backdrop-filter: blur(6px);
}
.WelcomeSelectServer-module__modalWrapper .WelcomeSelectServer-module__header {
  justify-content: center;
}
.WelcomeSelectServer-module__servers {
  margin-bottom: 0;
}
.WelcomeSelectServer-module__servers .WelcomeSelectServer-module__server {
  border-radius: 10px;
  padding: 10px 10px 10px 15px;
  background: rgba(60, 70, 60, 0.6);
}
.WelcomeSelectServer-module__modal {
  margin: auto;
}

.ModalLayout-module__wrapper {
  backdrop-filter: blur(6px);
}
.ModalLayout-module__modal .boxHeader,
.ModalLayout-module__modal .boxBody,
.ModalLayout-module__modal .boxFooter {
  background: rgba(19, 29, 13, 1);
}
.ProductModal-module__command,
.ProductModal-module__bp,
.ProductModal-module__item,
.ProductModal-module__dropdown {
  margin: auto;
}
.ProductModal-module__form .productModalFormRow:nth-child(2) {
  display: none;
}
.productModalDescription img {
  width: 100%;
}

.PlayerBalance-module__modal {
  margin: auto;
}

.Widgets-module__widgetWrapper .boxFooter {
    display: none;
}
.Widgets-module__widgetWrapper .MonitoringWidget-module__body {
  padding: 20px;
  background: rgba(19, 29, 13, 0.7);
  border-radius: 0px 0px 10px 10px;
}
.MonitoringWidget-module__body.boxBody p {
  text-align: center;
}
.Widgets-module__widgetWrapper_flex {
  display: flex;
  gap: 10px;
}
.Widgets-module__widgetWrapper_flex .MonitoringWidget-module__item {
  background: rgba(19, 29, 13, 0.7);
  height: 70px;
  flex: 1;
  border-radius: 10px;
  padding: 15px;
  transition: all 200ms;
}
.Widgets-module__widgetWrapper_flex .MonitoringWidget-module__item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.Widgets-module__widgetWrapper_flex .MonitoringWidget-module__item:hover {
  box-shadow: 0 4px 0 #cf0000;
  border-radius: 8px 8px 0 0;
  transform: translateY(-4px);
}

.MonitoringServer-module__progressWrapper
  .MonitoringServer-module__progressInfo {
  border-radius: 5px;
  padding: 10px;
}
.MonitoringServer-module__progressWrapper
  .MonitoringServer-module__progressBarWrapper {
  background: rgba(60, 70, 60, 0.6);
}
.MonitoringServer-module__progressWrapper
  .MonitoringServer-module__progressInfo {
  background: rgb(19, 29, 13);
  border-radius: 5px;
}
.MonitoringServer-module__progressWrapper
  .MonitoringServer-module__progressInfo:before {
  border-color: rgb(19, 29, 13) transparent transparent transparent;
}
.MonitoringWidget-module__head {
  text-align: center;
  color: #ffe84c;
  margin-bottom: 10px;
  font-size: 20px;
}
.Widgets-module__widgetWrapper_custom p {
  margin-bottom: 8px;
  font-size: 17px;
}
.MonitoringWidget-module__accent {
  font-weight: 600;
}


.Shop-module__wrapper .Shop-module__header {
  display: none;
}
.Shop-module__wrapper .boxBody {
  border-radius: 10px;
  background: rgba(19, 29, 13, 0.7);
}
.Shop-module__wrapper .boxFooter {
  margin-top: 15px;
  border-radius: 10px !important;
  background: rgba(19, 29, 13, 0.7);
}

.Products-module__wrapper {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
.Product-module__wrapper {
  border-radius: 10px;
  background: rgba(70, 70, 70, 0.3);
  transition: all 200ms;
}
.Product-module__wrapper:hover {
  border-radius: 10px;
  transform: translateY(-4px);
  background: rgba(70, 70, 70, 0.65);
}
.Product-module__price {
  padding: 5px 10px;
  border-radius: 0 0 5px;
  background: none;
  font-weight: 500;
}
.Product-module__oldPrice {
  font-weight: 400;
  opacity: 0.5;
  font-size: 15px;
}
.Product-module__discount {
  padding: 5px 10px;
  border-radius: 0 0 0 5px;
}
.productModalContainsItem {
    border-radius: 10px;
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border: solid 1px #4f4f4f;
}
.Categories-module__categories {
  margin: 0;
}
.Categories-module__categories .Categories-module__category {
  border-radius: 5px;
  margin: 2px;
  color: rgba(255, 2555, 255, 0.7);
  background: rgba(60, 70, 60, 0.6);
}

.Shop-module__wrapper .Search-module__wrapper {
  height: 44px;
  background: rgba(60, 70, 60, 0.6);
  border-radius: 5px;
}
.Shop-module__wrapper .Search-module__wrapper .Search-module__iconWrapper {
  padding: 0 12px;
}

.PlayerBalanceModal-module__inputWrapper,
.TotalSum-module__inputWrapper,
.CountSelector-module__inputWrapper,
.BasketSearch-module__wrapper,
.HistorySearch-module__wrapper {
  height: 44px;
  background: rgba(60, 70, 60, 0.6);
  border-radius: 10px;
}
.PlayerBalanceModal-module__currency,
.TotalSum-module__currency {
  display: flex;
  align-items: center;
}
.CountSelector-module__changeCountBtn {
  height: 44px;
  width: 80px;
  background: rgba(60, 70, 60, 0.6);
}
.CountSelector-module__changeCountBtn:hover,
.CountSelector-module__changeCountBtn:focus {
  background: rgba(60, 70, 60, 0.9);
}
.CountSelector-module__changeCountBtn.CountSelector-module__left {
  border-right: none;
}
.CountSelector-module__changeCountBtn.CountSelector-module__right {
  border-left: none;
}

.ProfileNav-module__header,
.ProfileNav-module__body,
.ProfileNav-module__wrapper .boxFooter {
  background: rgba(19, 29, 13, 0.7);
}
.ProfileNav-module__img {
  border-radius: 8px;
  overflow: hidden;
}
.ProfileNav-module__navItem {
    background: rgba(60, 70, 60, 0.6);
    color: white;
    border-radius: 10px;
}
.ProfileNav-module__navItem:hover,
.ProfileNav-module__navItem:focus {
  background: rgba(19, 29, 13, 1);
}
.ProfileNav-module__navItem.ProfileNav-module__active {
  background: #e34312;
  color: white;
  border-radius: 10px;
}
.ProfileContent-module__header,
.BasketContent-module__header,
.HistoryContent-module__header {
  display: none;
}
.ProfileContent-module__infoLine + .ProfileContent-module__infoLine {
  border-top: 1px solid rgba(60, 70, 60, 0.6);
}
.ProfileContent-module__body,
.HistoryContent-module__wrapper .boxBody,
.BasketContent-module__wrapper .boxBody {
  border-radius: 10px !important;
  background: rgba(19, 29, 13, 0.7);
}
.ProfileContent-module__box {
  background: rgba(19, 29, 13, 1);
  border-radius: 10px;
}
.ProfileContent-module__input {
  height: 44px;
  background: rgba(60, 70, 60, 0.6);
  border-radius: 10px;
}
.Selector-module__dropDownCurrentItem,
.Selector-module__dropDownList {
  background: rgba(19, 29, 13, 1);
  border-radius: 5px;
  min-height: 44px;
}

.HistoryTable-module__tableHeader,
.BasketTable-module__tableHeader {
  background: rgba(19, 29, 13, 1);
  border-radius: 5px;
}
.BasketTable-module__tableTitle,
.HistoryTable-module__tableTitle {
  color: white !important;
}

@media (max-width: 1180px) {
  .container {
    width: 100%;
  }
}
.boxBody:last-child {
    border-radius: 10px;
    background: rgba(19, 29, 13, 0.7);
    text-align: center;
}
img.Product-module__img {
    height: 230px;
}
.boxHeaderCustom {
    border-radius: 10px 10px 0 0;
    background: rgb(19 29 13 / 94%);
    padding: 15px;
    text-align: center;
    color: yellow;
    font-size: 20px;
}
span.Product-module__price {
    background: rgba(255, 255, 255, 0.15);
}
.guildIcon {
    margin-bottom: 20px;
}
.inviteLargeIcon {
    margin-right: 0;
}
.inviteIcon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.iconSizeXLarge {
    width: 100px;
    height: 100px;
}
.iconInactive {
    border-radius: 60%;
}
.join-btn {
  display: inline-block;
  padding: 10px 20px;
  color: #ffffff;
  text-decoration: none;
  background-color: #e34312;
  border-radius: 5px;
  transition: background-color 0.3s ease;
  display: inline-flex;
}
.join-btn:hover {
  background-color: var(--accent-color-800);
}
.bynorth {
    padding: 15px;
    background: rgba(19 29 13 / 0%);
}
.desc-service-main {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.desc-service {
    padding: 2% 4%;
    border-radius: 10px;
    background: #131d0db3;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.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;
}
.pd-additional-info {
    background: #e34312;
    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);
}
.desc-text-info {
    font-weight: 300;
    font-size: 11px;
    color: #747474;
    text-align: left;
}

.customModalWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(15, 15, 15, .5);
    z-index: 240;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s step-end;
}
.customModalOverflow {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.customModalPosition {
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0 var(--safe-padding) 0 var(--safe-padding);
}
.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: rgba(19, 29, 13, 0.7);
    padding: 15px 10px;
    border-radius: 35px;
    box-shadow: 0 0 10px 0 rgba(205, 66, 42, 1);
}
.centeringWrapper {
    width: 100%;
    text-align: center;
}
.centeringWrapper {
    width: 100%;\
    background-color: rgba(19, 29, 13, 0.7);
    text-align: center;
}
.colorHeaderPrimary {
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
    color: #fff;
    justify-content: center;
    font-weight: 600;
}
.discordWidget-stats {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}
.discordWidget-stats__row {
    padding: 7px 16px;
    display: flex;
    justify-content: start;
    align-items: center;
    background-color: rgba(19, 29, 13, 0.7);
    margin-bottom: 5px;
    border-radius: 10px;
}
.discordWidget-stats__row:last-child {
    margin-bottom: 0;
}
.discordWidget-stats__circle_gray {
    background-color: #43b581;
}
.discordWidget-stats__circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 12px;
}
.discordWidget-stats__circle_green {
    background-color: #43b581;
}
.icon-dis {
  animation: none;
}
.icon-dis.inviteLargeIcon {
  width: 100px;
  height: 100px;
}
.icon-dis__background {
  animation: 5s linear 0s normal none infinite running rot;
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.icon-dis__logo {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
}
.iconInactive {
  overflow: hidden;
}
.discordWidget-stats {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 10px;
}
.discordWidget-stats__row:last-child {
  margin-bottom: 0;
}
.discordWidget-stats__circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 12px;
}
.discordWidget-stats__circle_green {
  background-color: #43b581;
}
.discordWidget-stats__circle_gray {
  background-color: #b7bebb;
}
.centeringWrapper {
    width: 100%;
    text-align: center;
}
.xbox__body {
	padding: 10px;
    background: #131d0db3; 
  	border-radius: 0px 0px 15px 15px;
}
.bonus {
    width: 50%;
    background: linear-gradient(40deg, #e34312, #b7340c);
    color: #fff;
    animation: gradient 3s ease infinite;
    background-size: 400% 400%;
    border-radius: 0px 10px 10px 0px;
}
.xbox__header {
    background: #131d0ddb;
    padding: 15px;
    border-radius: 15px 15px 0px 0px;
}
.MonitoringWidget-module__updatingLoaderWrapper {
    z-index: 100;
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    opacity: 0;
    pointer-events: none;
    left: -100%;
    transition: opacity .1s ease, left .1s step-end;
}
.Loader-module__loader {
    width: 48px;
    height: 48px;
    border: 5px solid var(--accent-color-800);
    border-bottom-color: var(--bg-color-700);
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    animation: Loader-module__rotation 1s linear infinite;
}
.MonitoringServer-module__name {
    display: block;
    margin-bottom: 5px;
}
.MonitoringServer-module__progressWrapper {
    position: relative;
}
.MonitoringServer-module__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.MonitoringServer-module__progressWrapper .MonitoringServer-module__progressInfo {
    background: rgb(19, 29, 13);
    border-radius: 5px;
}
.MonitoringServer-module__progressWrapper .MonitoringServer-module__progressBarWrapper {
    background: rgba(60, 70, 60, 0.6);
}
.MonitoringServer-module__playersInfo {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
}
.MonitoringServer-module__olineDivider {
    margin: 0 4px;
    color: var(--font-color-800);
    transform: rotate(15deg);
}
.MonitoringServer-module__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800);
    border-radius: 10px;
}
.customModalWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(15,15,15,.5);
    z-index: 240;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease,visibility .2s step-end
}

.customModalWrapper.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transition: opacity .2s ease,visibility 0s step-end
}

.customModalWrapper.active .customModalContent {
    transform: scale(1)
}

.customModalOverflow {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.customModalOverflow::-webkit-scrollbar {
    width: 16px
}

.customModalOverflow::-webkit-scrollbar-track {
    background: var(--bg-color-800)
}

.customModalOverflow::-webkit-scrollbar-thumb {
    background: var(--bg-color-700);
    box-shadow: inset 0 0 2px rgba(0,0,0,.1)
}

@media screen and (max-width: 760px) {
    .customModalOverflow::-webkit-scrollbar {
        width:0
    }
}

.customModalPosition {
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0 var(--safe-padding) 0 var(--safe-padding)
}
.customModalContent {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 620px;
    transform: scale(.97);
    transition: transform .2s ease;
    background: rgba(19, 29, 13, 0.7);
    padding: 15px 10px;
    border-radius: 30px;
    box-shadow: 0 0 10px 0 rgba(205, 66, 42, 1);
}

.Button-module__btn {
    cursor: pointer;
    border-radius: 2px;
    padding: 7px 13px;
    border: 1px solid transparent;
    transition: all .2s ease
}

.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800)
}

.Button-module__btn.Button-module__accent:hover,.Button-module__btn.Button-module__accent:focus {
    background-color: #cb3c11;
    transform: scale(1.05);
}
.Button-module__btn.Button-module__disabled {
    opacity: .7;
    cursor: wait
}
.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();
    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%);
}

.xbox_custom_kits {
    padding: 10px 36px;
}
.Title_header {
    border-bottom: 0px solid #292929;
    text-align: center;
    font-weight: 600;
    padding: 15px;
    text-transform: uppercase;
    color: #B7B7B7;
}
.customModalWrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(15, 15, 15, .5);
    z-index: 240;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease, visibility .2s step-end;
}
.customModalOverflow {
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.customModalPosition {
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 0 var(--safe-padding) 0 var(--safe-padding);
}
.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;
    border-radius: 0px 10px 10px 0px;
}
.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;
}
.1Button-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-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 {
  	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: #e34312;
    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;
}
.KitContent-module__containsItem {
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.boxHeaderCustom {
    border-radius: 10px 10px 0 0;
    background: rgb(19 29 13 / 94%);
    padding: 15px;
    text-align: center;
    color: #acac7b;
    font-size: 20px;
}
.KitContent-module__itemCount {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 4px 6px;
    background-color: var(--product-items-trans-bg-color);
    color: var(--font-color-900);
    text-align: start;
    border-radius: 0px 10px 0px 10px;
}
.productModalGiveText {
    color: #d22727;
    display: block;
    text-align: center;
    font-weight: 400;
    border-radius: 10px;
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: var(--bg-color-700);
    border-color: var(--bg-color-900);
    border-radius: 10px;
}
.Button-module__btn.Button-module__gray:hover {
    color: var(--font-color-800);
    background-color: var(--bg-color-700);
    transform: scale(1.05);
}
.xboxHeader2 {
    background: #131d0ddb;
    padding: 15px;
    border-radius: 15px 15px 0px 0px;
}
a.icon-dis.inviteLargeIcon.inviteIcon.guildIcon.iconSizeXLarge.iconInactive {
    content: '';
    background-size: 128%;
    background-position: -14px center;
    background-image: url();
}
.Product-module__name {
    z-index: 6;
    transition: all .2s ease;
    transform: translateY(100%);
    width: 100%;
    padding: 10px 8px;
    bottom: 0;
    left: 0;
    background-color: var(--product-items-trans-bg-color);
    text-align: center;
}
.Categories-module__categories .Categories-module__category:hover {
    border-radius: 5px;
    margin: 2px;
    color: rgba(255, 2555, 255, 0.7);
    background: #e34312;
    transform: scale(1.05);
}
.RouletteContent-module__rouletteItem+.RouletteContent-module__rouletteItem {
    margin-left: 10px;
    border-radius: 10px;
    border: solid 1px #454545;
}
.RouletteContent-module__rouletteItem {
    border-radius: 2px;
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
}
.productModalContainsItems {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(188px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
    background: #313131;
    border-radius: 10px;
    border: solid 1px #4f4f4f;
    
}
.productModalContainsTitle {
    width: 100%;
    display: block;
    font-weight: 500;
    text-align: left;
}
.RouletteContent-module__rouletteItem {
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
    border-radius: 10px;
    border: solid 1px #454545;
}
.RouletteContent-module__lineWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: rgba(19, 29, 13, 1);
    display: flex;
    height: 290px;
    align-items: center;
}
.productModalContainsItem:hover {
    border-radius: 2px;
    background-color: #4b4b4b;
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    transform: scale(1.05);
    border-radius: 10px;
    cursor: pointer;
    transition: transform 0.2s ease;
}
.RouletteContent-module__line {
    position: absolute;
    display: flex;
}
.join-btn:hover {
    display: inline-block;
    padding: 10px 20px;
    color: #ffffff;
    text-decoration: none;
    background-color: #e34312;
    border-radius: 5px;
    display: inline-flex;
    transform: scale(1.05)
    animation: animate 8s linear infinite;
}
.ProfileNav-module__navItem+.ProfileNav-module__navItem {
    margin-top: 3px;
    border-radius: 10px;
}
.HistoryTable-module__tableHeader, .BasketTable-module__tableHeader {
    background: rgba(19, 29, 13, 1);
    border-radius: 10px;
}
.SupportLink-module__link {
    position: relative;
    cursor: pointer;
    padding: 10px;
    transition: all .1s ease;
    color: white;
}
.LangSwitcher-module__currentLang {
    display: none;
}
.PlayerBalance-module__btn {
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    color: white;
}
.PlayerMenu-module__profileLink, .PlayerMenu-module__loginLink {
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    white-space: nowrap;
    transition: all .1s ease;
    color: white;
}
.productModalDescription {
    list-style: inside;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--bg-color-700);
    border-radius: 10px;
    border: solid 1px #4f4f4f;
}
.productModalProductAvailability {
    display: none;
}
.HeaderNav-module__link:hover, .SupportLink-module__link:hover {
    background: #e34312;
    color: white;
    border-radius: 10px;
}
.TotalSum-module__currency {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    line-height: 36px;
    border-radius: 10px 0px 0px 10px;
}
.BasketSearch-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
}
.KitContent-module__itemName {
    padding: 8px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    text-align: start;
    color: var(--font-color-800);
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: var(--product-items-trans-bg-color);
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}
.Servers-module__server {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: var(--bg-color-700);
    padding: 10px 15px;
    border-radius: 10px;
    flex: 1;
    margin: 5px;
    min-width: 200px;
    max-width: 300px;
    transition: all .15s ease;
}
.btnModals {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.btnModal {
    padding: 15px;
    background:  #e34312;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease 0s;
    color: white;
    cursor: pointer;
}
.btnModal:hover {
    padding: 15px;
    background:  #e34312;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    transition: all 0.2s ease 0s;
    color: white;
    cursor: pointer;
    transform: scale(1.05)
}
.boxBody:last-child {
    border-radius: 10px;
}