@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");

.swiper {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  border-radius: 5px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
}

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

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 24px;
}

.swiper-pagination-bullet-active {
  color: #ffffff;
  background-color: #ffffff;
}

:root[data-theme] {
  --product-items-trans-bg-color: none;
  --accent-color-800: #fff;
  --accent-color-900: #fff;
  --bg-color-900: #2c2c2c;
  --bg-color-700: #2c2c2c;
}

:body{
	background-image: url("https://gspics.org/images/2023/08/10/0oQsrJ.gif"); !important
}
* {
  font-family: "Inter", sans-serif;
}
.LangSwitcher-module__currentLang, .Product-module__oldPrice, .Banner-module__img, .boxHeader.Shop-module__header, .boxHeader.MonitoringWidget-module__header, .Widgets-module__widgetWrapper .boxFooter {
    display: none;
}
.PlayerMenu-module__loginLink {
  background: #fc0;
  color: #515151;
}
.PlayerMenu-module__loginLink:hover {
  background: #dfb200;
}
.Shop-module__wrapper .boxBody {
  background: none;
}
.Product-module__wrapper {
  height: 200px;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
  background: #2c2c2c;
}
.Product-module__wrapper:hover {
  background: linear-gradient(180deg, rgba(255, 204, 0, 0) 0%, rgba(255, 204, 0, 0.35) 100%), #2c2c2c;
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}
.Product-module__img {
  transform: scale(0.7);
}
.Product-module__discount {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 600;
  padding: 5px;
  border-radius: 10px;
  background: #fc0;
  translate: -10px 10px;
  z-index: 1;
}
.Product-module__price {
  background: none;
  width: 100%;
  position: initial;
  color: #fc0;
  font-weight: 600;
  translate: 0px 150px;
}
.Product-module__img {
  translate: 0px -20px;
}
.RouletteContent-module__lineWrapper {
  background: #2c2c2c;
}
.productModalContainsItem {
  background: #202020;
  border-radius: 20px;
}
.RouletteContent-module__footer.boxFooter {
  border-radius: 0px 0px 20px 20px;
}
.RouletteContent-module__rouletteItem {
  border-radius: 20px;
  background: #202020;
}
.RouletteContent-module__triangle.RouletteContent-module__bottom {
  display: none;
}
.Product-module__name {
  z-index: 6;
  transition: all .2s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  left: 7px;
  color: #fff;
  transform: translateY(0);
  top: 130px;
}
.productModalDescription {
  display: none;
}
.DesktopCopyright-module__text {
  color: #fff
}
.MonitoringServer-module__progressBarAnim {
  background: conic-gradient(from -30deg at 25%, #fc0 240deg, #fc0 0%) 0/1.44em,conic-gradient(from -30deg at 75%, #fc0 240deg, #fc0 0%) 0/1.44em;
}
.MonitoringServer-module__progressBarWrapper {
    background-color: #414141;
}
.widget-ds, .widget-vk {
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
  background: #5865f2;
  display: flex;
  padding: 20px 40px;
  align-items: center;
  color: white;
  justify-content: space-between;
}
.widget-ds:hover {
  scale: 1.05;
}
.widget-vk:hover {
  scale: 1.05;
}
.MonitoringWidget-module__body.boxBody {
  border-radius: 20px;
}
.Header-module__wrapper {
  background: none;
}
.Categories-module__category {
  color: white;
  border-radius: 10px;
  padding: 10px;
}
.Categories-module__category:hover {
  background-color: #515151;
  color: #ffffff;
}
.Categories-module__category.Categories-module__active, .Categories-module__category.Categories-module__enableFocus:focus {
  color: #515151;
}
.Header-module__logo {
  width: 50px;
  cursor: pointer;
  content: url("https://i.imgur.com/T07CLqx.png");
}
.gs-loader__spinner {
  content: url("https://i.imgur.com/T07CLqx.png");
}
.container {
  translate: 0px 10px;
  color: #1e1e1e00; !important
}
.Categories-module__categories {
  display: inline-block;
}
.Servers-module__servers {
  display: none;
}
.Search-module__wrapper {
  border-radius: 20px;
}
.Search-module__iconWrapper {
  background: #2c2c2c;
}
.Search-module__icon path {
  stroke: #fff
}
button[data-categoryid="302598"] {
  background: linear-gradient(64deg, #f00 0%, #ff7a00 100%);
  color: #1e1e1e;
}
button[data-categoryid="331312"] {
  background: linear-gradient(80deg, #fc0 0%, #8fff00 100%), #2c2c2c;
  color: #1e1e1e;
}
button[data-categoryid="302583"] {
  background: linear-gradient(130deg, #3b6cd1 0%, #b96cf6 100%);
  color: #1e1e1e;
}
.Button-module__btn.Button-module__accent {
  color: #ffffff;
  background-color: #c03;
  border: none;
}

.Button-module__btn.Button-module__accent:hover,.Button-module__btn.Button-module__accent:focus {
  background-color: #515151;
  border: none;
  color: #fff
}
.PlayerMenu-module__profileLink:hover {
  background-color: #515151;
  color: #fff
}
.PlayerBalance-module__btn:hover {
  background-color: #515151;
  color: #fff
}
.ProductModal-module__header.boxHeader, .ProfileNav-module__header.boxHeader, .ProfileContent-module__header.boxHeader, .BasketContent-module__header.boxHeader, .HistoryContent-module__header.boxHeader {
  border-radius: 20px 20px 0px 0px;
}
.ItemContent-module__footer.boxFooter, .ProfileNav-module__wrapper .boxFooter, .ProfileContent-module__body.boxBody, .BasketContent-module__wrapper .boxBody, .HistoryContent-module__wrapper .boxBody {
  border-radius: 0px 0px 20px 20px;
}
.Selector-module__dropDownItem:hover,.Selector-module__dropDownItem:focus,.Selector-module__dropDownItem.Selector-module__active {
  background-color: #515151;
}
.ProfileNav-module__navItem:hover,.ProfileNav-module__navItem:focus,.ProfileNav-module__navItem.ProfileNav-module__active {
  background: #fc0;
  color: #515151;
}
.CountSelector-module__changeCountBtn.CountSelector-module__left, .CountSelector-module__changeCountBtn.CountSelector-module__right {
  border:none;
}
.PlayerBalanceModal-module__currency, .BasketSearch-module__iconWrapper, .HistorySearch-module__iconWrapper, .TotalSum-module__currency {
  background: #2c2c2c;
  color: #c5c5c5;
}
.ProfileNav-module__header.boxHeader {
  display: none;
}
.ProfileNav-module__body.boxBody {
  background: none;
  text-align: center;
  padding: 1px;
}
.ProfileNav-module__wrapper.ProfileNav-module__rightSide .boxFooter {
  background: none;
  padding: 1px;
  margin-top: 20px;
}
.ProfileNav-module__navItem {
  color: #fff;
}
.ProfileContent-module__input {
  background: #414141;
}
.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
  border-top: none;
}
.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%;
  }
}




























































































































































.modal {
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
}

#modal-servers .modal__container,
#modal-rules .modal__container {
  min-width: 850px;
}
#modal-servers .modal__container .modal__header,
#modal-rules .modal__container .modal__header {
  margin-bottom: 20px;
}
#modal-servers .modal__container .modal__header .modal__close::before,
#modal-rules .modal__container .modal__header .modal__close::before {
  font-size: 24px;
}
#modal-servers .modal__container .modal__header h2,
#modal-rules .modal__container .modal__header h2 {
  color: #fc0;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
#modal-servers .modal__container .modal__content,
#modal-rules .modal__container .modal__content {
  margin: 0;
}
#modal-servers .modal__container .modal__content .accordions,
#modal-rules .modal__container .modal__content .accordions {
  padding: 0;
  margin: 0;
}
#modal-servers .modal__container .modal__content .accordions .accordion,
#modal-rules .modal__container .modal__content .accordions .accordion {
  background: #1e1e1e00;
}
#modal-servers .modal__container .modal__content .accordions .accordion .accordion__intro h4,
#modal-rules .modal__container .modal__content .accordions .accordion .accordion__intro h4 {
  color: #fff;
  font-family: Inter;
  font-size: 20px;
  font-weight: 500;
}
#modal-servers .modal__container .modal__content .accordions .accordion .accordion__content,
#modal-rules .modal__container .modal__content .accordions .accordion .accordion__content {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#modal-servers .modal__container .modal__content .accordions .accordion .accordion__content p,
#modal-rules .modal__container .modal__content .accordions .accordion .accordion__content p {
  color: #fff;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  line-height: 125%;
}
#modal-servers .modal__container .modal__content .accordions .accordion .accordion__content p:last-child,
#modal-rules .modal__container .modal__content .accordions .accordion .accordion__content p:last-child {
  margin-bottom: 20px;
}

#modal-gamewer .modal__container {
  min-width: 590px;
}
#modal-gamewer .modal__container .modal__header {
  margin-bottom: 25px;
}
#modal-gamewer .modal__container .modal__header h2 {
  color: #fc0;
  font-size: 22px;
  font-weight: 600;
  margin: 0;
}
#modal-gamewer .modal__container .modal__content {
  color: #fff;
  margin: 0;
}
#modal-gamewer .modal__container .modal__content h2 {
  margin: 0;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
}
#modal-gamewer .modal__container .modal__content p {
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
}
#modal-gamewer .modal__container .modal__content p a {
  color: #fff;
  text-decoration-line: underline;
}

#modal-plugin .modal__container {
  width: 400px;
  padding: 40px 50px;
}
#modal-plugin .modal__title {
  text-align: center;
}
#modal-plugin .modal__content {
  display: flex;
  justify-content: space-between;
  margin: 0;
  margin-top: 25px;
}
#modal-plugin .modal__content a {
  padding: 15px 30px;
  font-size: 18px;
  color: #1e1e1e;
  font-style: normal;
  font-weight: 500;
  border-radius: 20px;
  background: #fc0;
}
#modal-plugin .modal__content button {
  padding: 15px 30px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  border-radius: 20px;
  border: 1px solid #fc0;
  background: transparent;
}

#modal-wipe .modal__container {
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#modal-wipe .modal__container::-webkit-scrollbar {
  display: none;
}
#modal-wipe .modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
#modal-wipe .modal__content #tab-btn-wipe-1:checked ~ #content-wipe-1,
#modal-wipe .modal__content #tab-btn-wipe-2:checked ~ #content-wipe-2 {
  display: block;
}
#modal-wipe .modal__content .kit-tabs {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
}
#modal-wipe .modal__content .kit-tabs > input[type=radio] {
  display: none;
}
#modal-wipe .modal__content .kit-tabs > label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  top: 1px;
}
#modal-wipe .modal__content .kit-tabs > div {
  display: none;
}
#modal-wipe .modal__content .kit-tabs > input[type=radio]:checked + label {
  background-color: #fff;
  color: #1e1e1e;
}
#modal-wipe .modal__content .kit-tabs .kit-tab {
  padding: 15px 20px;
  border-radius: 7px;
  background: #1e1e1e;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border: none;
}
#modal-wipe .modal__content .kit-tabs .kit-tab:hover {
  background: #515151;
}

.privilege_kit {
  width: 1000px;
  max-width: 1200px !important;
  padding: 40px 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.privilege_kit::-webkit-scrollbar {
  display: none;
}
.privilege_kit h2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 25px;
}
.privilege_kit .arrow-dropdown {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.privilege_kit .arrow-dropdown span {
  color: #fc0;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.privilege_kit .arrow-dropdown::before {
  content: "Выберите сервер:";
  margin-right: 10px;
  color: #fff;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.privilege_kit .arrow-dropdown .dropdown .dropdown-elem.active > a {
  background-color: transparent !important;
}
.privilege_kit .arrow-dropdown .dropdown .dropdown-elem.active > a:hover {
  background: #2c2c2c;
  color: #ffffff;
}
.privilege_kit .arrow-dropdown .dropdown .dropdown-elem.active > a:active {
  background: #2c2c2c;
  color: #ffffff;
}
.privilege_kit .arrow-dropdown .dropdown .dropdown-elem :hover {
  background: #2c2c2c;
  color: #ffffff;
}
.privilege_kit .arrow-dropdown .dropdown.dropped {
  display: flex;
  flex-direction: column;
  padding: 15px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  background: #2c2c2c;
  color: #ffffff;
}
.privilege_kit .arrow-dropdown .dropdown.dropped .dropdown-elem {
  width: 100%;
  background-color: transparent;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: justify;
  transition: color 0.3s ease-in-out;
}
.privilege_kit .arrow-dropdown .dropdown.dropped .dropdown-elem .active a {
  background-color: transparent !important;
}
.privilege_kit .arrow-dropdown .dropdown.dropped .dropdown-elem .active a:hover {
  background: #2c2c2c;
  color: #ffffff;
}
.privilege_kit .arrow-dropdown .dropdown.dropped .dropdown-elem .active a:active {
  background: #2c2c2c;
  color: #ffffff;
}
.privilege_kit .arrow-dropdown .dropdown.dropped .dropdown-elem:hover {
  background: #2c2c2c;
  color: #ffffff;
}
.privilege_kit .arrow-dropdown .dropdown.dropped .dropdown-elem:active {
  background: #2c2c2c;
  color: #ffffff;
}
.privilege_kit .modal__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.privilege_kit .modal__content #tab-btn-1:checked ~ #content-1,
.privilege_kit .modal__content #tab-btn-2:checked ~ #content-2,
.privilege_kit .modal__content #tab-btn-3:checked ~ #content-4,
.privilege_kit .modal__content #tab-btn-4:checked ~ #content-5,
.privilege_kit .modal__content #tab-btn-5:checked ~ #content-3 {
  display: block;
}
.privilege_kit .modal__content #tab-2-btn-1:checked ~ #content-2-1,
.privilege_kit .modal__content #tab-2-btn-2:checked ~ #content-2-2,
.privilege_kit .modal__content #tab-2-btn-3:checked ~ #content-2-3,
.privilege_kit .modal__content #tab-2-btn-4:checked ~ #content-2-4,
.privilege_kit .modal__content #tab-2-btn-5:checked ~ #content-2-5 {
  display: block;
}
.privilege_kit .modal__content .kit-tabs {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  width: 100%;
  margin-bottom: 5px;
}
.privilege_kit .modal__content .kit-tabs > input[type=radio] {
  display: none;
}
.privilege_kit .modal__content .kit-tabs > label {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  font-size: 16px;
  line-height: 1.5;
  cursor: pointer;
  position: relative;
  top: 1px;
}
.privilege_kit .modal__content .kit-tabs > div {
  display: none;
}
.privilege_kit .modal__content .kit-tabs > input[type=radio]:checked + label {
  background-color: #fff;
  color: #1e1e1e;
}
.privilege_kit .modal__content .kit-tabs .kit-tab {
  padding: 15px 20px;
  border-radius: 7px;
  background: #1e1e1e;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  border: none;
}
.privilege_kit .modal__content .kit-tabs .kit-tab:hover {
  background: #515151;
}
.privilege_kit .modal__content .kit-content {
  flex: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.privilege_kit .modal__content .kit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  column-gap: 20px;
}
.privilege_kit .modal__content .kit-container .kit-item {
  padding: 25px;
  position: relative;
  flex: 0 0 calc(16.6666666667% - 20px);
}
.privilege_kit .modal__content .kit-container .kit-item-count {
  position: absolute;
  top: 15px;
  right: 15px;
  padding: 5px;
  border-radius: 10px;
  background: #fc0;
  color: #1e1e1e;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.privilege_kit .modal__content .kit-container .kit-item-img {
  width: 100%;
}
.privilege_kit .modal__content .kit-title {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  gap: 20px;
}
.privilege_kit .modal__content .kit-title .name {
  color: #fff;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
}
.privilege_kit .modal__content .kit-title .cooldown {
  padding: 10px;
  border-radius: 20px;
  border: 1px solid #fc0;
  color: #fff;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.modal__container {
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
  border-radius: 40px;
  background: #2c2c2c;
}
.modal__container.wipe {
  max-width: 890px;
}
.modal__container.faq {
  max-width: 900px;
}
.modal__container.command {
  min-width: 450px;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.25;
  box-sizing: border-box;
  color: #ffcc00;
  font-family: Inter;
  font-size: 22px;
  font-weight: 600;
}

.modal__close {
  background: transparent;
  border: 0;
  cursor: pointer;
}
.modal__close::before {
  font-size: 24px;
}

.modal__header .modal__close:before {
  content: "✕";
  color: #fff;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
}
.modal__content .wipe-items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.modal__content .wipe-items-item {
  position: relative;
}
.modal__content .wipe-items-item-time {
  position: absolute;
  padding: 5px;
  border-radius: 5px;
  background: #ffcc00;
  right: 0;
  color: #1e1e1e;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
}
.modal__content .wipe-items-item img {
  width: 130px;
}
.modal__content .faq_items__item {
  margin-bottom: 20px;
  transition: 0.4s all ease;
}
.modal__content .faq_items__item h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.modal__content .faq_items__item h4 {
  margin: 0;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.modal__content .commands__item {
  display: flex;
  flex-direction: column;
  color: #fff;
  margin-bottom: 25px;
}
.modal__content .commands__item__title {
  margin-bottom: 10px;
  font-size: 18px;
}
.modal__content .commands__item__command {
  display: flex;
  flex-direction: column;
}
.modal__content .commands__item__command__value {
  display: flex;
  font-size: 18px;
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.modal__btn:focus,
.modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

.not-found {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80vh;
  gap: 70px;
}
.not-found-header {
  color: #fff;
  margin: 0;
  text-align: center;
  font-family: Inter;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.not-found-link {
  padding: 20px 40px;
  border-radius: 15px;
  background: #fc0;
  color: #1e1e1e;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.not-found-link:hover {
  background: #cf9500;
  color: #1e1e1e;
}
.not-found-link:active {
  outline: 1px solid #fc0;
  background-color: transparent;
  color: #fff;
}

.MonitoringServer-module__info{
color: #ffffff;
}
.MonitoringServer-module__playersInfo{
color:#ffffff;
}
.Widgets-module__widgetWrapper{
color:#ffffff;
}
.HeaderNav-module__link{
color:#ffffff;
}
.Header-module__wrapper{
color:#ffffff;
}
.ProfileContent-module__body{
color:#ffffff;
}