@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css);
* {
  margin: 0;
  font-family: "Roboto Condensed", sans-serif;
}

body {
  color: rgba(255, 255, 255, 0.7);
  background-color: #222c32;
}

.gs-loader__spinner {
  width: 200px;
  background-repeat: no-repeat !important;
  height: 200px;
  background-size: cover !important;
  background-position: center !important;
  animation-name: load;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  mix-blend-mode: color-dodge;
  border: 0;
  background-image: url(https://i.ibb.co/M8RdL2Y/1846447dc71f941f8c76d1410149c276551a4c9d65c8fa9473c7ffea86c2efd8.gif);
  border-radius: unset;
}

.MonitoringServer-module__progressBarWrapper {
  height: 22px;
}

.Shop-module__wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.Shop-module__wrapper .boxHeader.Shop-module__header::before {
  font: normal normal normal 24px FontAwesome;
  content: "\f07aㅤ";
  margin-right: 5px;
}

.Widgets-module__widgetWrapper {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.Widgets-module__widgetWrapper .MonitoringWidget-module__body.boxBody {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 5px;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  margin: 20px;
}
.Widgets-module__widgetWrapper .MonitoringWidget-module__body.boxBody .MonitoringServer-module__progressWrapper .MonitoringServer-module__progressBarWrapper {
  background-color: rgba(255, 255, 255, 0.08);
  border-radius: 0px;
}
.Widgets-module__widgetWrapper .MonitoringWidget-module__body.boxBody .MonitoringServer-module__progressWrapper .MonitoringServer-module__progressBarWrapper .MonitoringServer-module__progressBarAnim {
  animation: progress-bar-stripes 2s linear infinite;
}
.Widgets-module__widgetWrapper .boxFooter .Button-module__btn.MonitoringWidget-module__updateBtn.Button-module__accent {
  border-radius: 8px;
  text-shadow: 1px 1px 1px #333;
  transition: all 0.2s;
  color: #fff;
  background-color: #5cb85c;
  width: 100%;
  border-color: transparent;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.boxBody {
  background-color: transparent;
}

.boxFooter {
  background-color: transparent;
}

.boxHeader {
  color: #fff !important;
  text-shadow: 1px 1px 1px #333;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  background-color: transparent;
}

.Banner-module__img {
  margin-top: 30px;
}

.Header-module__wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  height: 50px;
  min-height: initial;
}
.Header-module__wrapper .HeaderNav-module__wrapper.Header-module__nav .HeaderNav-module__link {
  height: 50px;
  display: flex;
  align-items: center;
}
.Header-module__wrapper .HeaderNav-module__wrapper.Header-module__nav .HeaderNav-module__link:focus, .Header-module__wrapper .HeaderNav-module__wrapper.Header-module__nav .HeaderNav-module__link:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.Header-module__wrapper .PlayerMenu-module__wrapper {
  height: 50px;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .PlayerMenu-module__loginLink {
  height: 50px;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .PlayerMenu-module__loginLink:focus, .Header-module__wrapper .PlayerMenu-module__wrapper .PlayerMenu-module__loginLink:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.Header-module__wrapper .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher {
  height: 50px;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher .LangSwitcher-module__btn {
  height: 50px;
  border-radius: 0;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher .LangSwitcher-module__btn:focus, .Header-module__wrapper .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher .LangSwitcher-module__btn:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.Header-module__wrapper .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher .LangSwitcher-module__list {
  margin: 0;
  width: 160px;
  background: #272131;
  border-radius: 0 0 10px 10px;
  left: -351%;
  padding: 0;
  padding-top: 10px;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher .LangSwitcher-module__list .LangSwitcher-module__lang {
  padding: 10px 20px;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 0;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher .LangSwitcher-module__list .LangSwitcher-module__lang:focus, .Header-module__wrapper .PlayerMenu-module__wrapper .LangSwitcher-module__wrapper.PlayerMenu-module__langSwitcher .LangSwitcher-module__list .LangSwitcher-module__lang:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.Header-module__wrapper .PlayerMenu-module__wrapper .PlayerBalance-module__wrapper.PlayerMenu-module__balance {
  height: 50px;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .PlayerBalance-module__wrapper.PlayerMenu-module__balance .PlayerBalance-module__btn {
  height: 50px;
  border-radius: 0;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .PlayerBalance-module__wrapper.PlayerMenu-module__balance .PlayerBalance-module__btn:focus, .Header-module__wrapper .PlayerMenu-module__wrapper .PlayerBalance-module__wrapper.PlayerMenu-module__balance .PlayerBalance-module__btn:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.Header-module__wrapper .PlayerMenu-module__wrapper .PlayerMenu-module__profileLink {
  height: 50px;
  border-radius: 0;
}
.Header-module__wrapper .PlayerMenu-module__wrapper .PlayerMenu-module__profileLink:focus, .Header-module__wrapper .PlayerMenu-module__wrapper .PlayerMenu-module__profileLink:hover {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}

.Servers-module__server {
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-bottom: 2px solid transparent;
  border-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0);
  transition: all 0.2s;
  font-weight: 700;
  margin-left: 5px;
}
.Servers-module__server.Servers-module__active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
}
.Servers-module__server:hover, .Servers-module__server:focus {
  color: #fff;
}

.Categories-module__category {
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 0;
  border-bottom: 2px solid transparent;
  border-color: rgba(255, 255, 255, 0) !important;
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0);
  transition: all 0.2s;
  font-weight: 700;
}
.Categories-module__category.Categories-module__active {
  color: #fff;
  background-color: #0275d8;
}
.Categories-module__category:hover, .Categories-module__category:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.2);
}

.Header-module__logoWrapper {
  display: none;
}

.Search-module__wrapper {
  background-color: transparent;
}
.Search-module__wrapper .Search-module__iconWrapper {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.Search-module__wrapper .Search-module__input {
  border-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.Search-module__input {
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
}

.Search-module__iconWrapper {
  background: rgba(255, 255, 255, 0.04);
}

.Header-module__nav {
  margin-left: 0;
}

.BasketContent-module__wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.BasketContent-module__wrapper .BasketContent-module__header.boxHeader::before {
  font: normal normal normal 24px FontAwesome;
  content: "\f07aㅤ";
  margin-right: 5px;
}
.BasketContent-module__wrapper .BasketFilters-module__wrapper .BasketSearch-module__wrapper {
  border-radius: 9px;
  background: initial;
}
.BasketContent-module__wrapper .BasketFilters-module__wrapper .BasketSearch-module__wrapper .BasketSearch-module__iconWrapper {
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
.BasketContent-module__wrapper .BasketFilters-module__wrapper .BasketSearch-module__wrapper .BasketSearch-module__input {
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-weight: 400;
}
.BasketContent-module__wrapper .BasketFilters-module__wrapper .BasketSearch-module__wrapper .BasketSearch-module__input::placeholder {
  color: #fff;
  font-weight: 500;
}
.BasketContent-module__wrapper .BasketTable-module__table .BasketTable-module__tableData .BasketTable-module__tableHeader {
  background-color: rgba(255, 255, 255, 0.04);
}
.BasketContent-module__wrapper .BasketTable-module__table .BasketTable-module__tableData .BasketTable-module__tableHeader .BasketTable-module__tableTitle {
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.BasketContent-module__wrapper .BasketTable-module__table .BasketTable-module__tableData .BasketTable-module__tableLine {
  color: rgba(255, 255, 255, 0.7);
}
.BasketContent-module__wrapper .BasketTable-module__table .BasketTable-module__tableData .BasketTable-module__tableLine:nth-child(2n-1) {
  background-color: #353f46;
}
.BasketContent-module__wrapper .BasketTable-module__table .BasketTable-module__tableData .BasketTable-module__tableLine .Button-module__btn.Button-module__accent {
  color: #fff;
  background-color: #5cb85c;
  border-radius: 8px;
  text-shadow: 1px 1px 1px #333;
  transition: all 0.2s;
  border: none;
}
.BasketContent-module__wrapper .BasketTable-module__table .BasketTable-module__tableData .BasketTable-module__tableLine .Button-module__btn.Button-module__accent:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.HistoryContent-module__wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.HistoryContent-module__wrapper .HistoryContent-module__header.boxHeader::before {
  font: normal normal normal 24px FontAwesome;
  content: "\f07aㅤ";
  margin-right: 5px;
}
.HistoryContent-module__wrapper .HistoryFilters-module__wrapper .HistorySearch-module__wrapper {
  border-radius: 9px;
  background: initial;
}
.HistoryContent-module__wrapper .HistoryFilters-module__wrapper .HistorySearch-module__wrapper .HistorySearch-module__iconWrapper {
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
.HistoryContent-module__wrapper .HistoryFilters-module__wrapper .HistorySearch-module__wrapper .HistorySearch-module__input {
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  font-weight: 400;
}
.HistoryContent-module__wrapper .HistoryFilters-module__wrapper .HistorySearch-module__wrapper .HistorySearch-module__input::placeholder {
  color: #fff;
  font-weight: 500;
}
.HistoryContent-module__wrapper .HistoryTable-module__table .HistoryTable-module__tableData .HistoryTable-module__tableHeader {
  background-color: rgba(255, 255, 255, 0.04);
}
.HistoryContent-module__wrapper .HistoryTable-module__table .HistoryTable-module__tableData .HistoryTable-module__tableHeader .HistoryTable-module__tableTitle {
  font-weight: 600;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.HistoryContent-module__wrapper .HistoryTable-module__table .HistoryTable-module__tableData .HistoryTable-module__tableLine {
  color: rgba(255, 255, 255, 0.7);
}
.HistoryContent-module__wrapper .HistoryTable-module__table .HistoryTable-module__tableData .HistoryTable-module__tableLine:nth-child(2n-1) {
  background-color: #353f46;
}

.Pagination-module__pagination .Pagination-module__navPageBtn {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__left:hover, .Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__left:focus, .Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__left:active {
  color: #333;
  background: #d8dada;
  border: 1px solid black;
}
.Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__left:hover .Pagination-module__pagIcon, .Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__left:focus .Pagination-module__pagIcon, .Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__left:active .Pagination-module__pagIcon {
  stroke: black;
}
.Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__right:hover, .Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__right:focus, .Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__right:active {
  color: #333;
  background: #d8dada;
  border: 1px solid black;
}
.Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__right:hover .Pagination-module__pagIcon, .Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__right:focus .Pagination-module__pagIcon, .Pagination-module__pagination .Pagination-module__navPageBtn.Pagination-module__right:active .Pagination-module__pagIcon {
  stroke: black;
}
.Pagination-module__pagination .Pagination-module__page {
  background: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
}
.Pagination-module__pagination .Pagination-module__page.Pagination-module__active {
  color: #333;
  background: #d8dada;
}

.Products-module__wrapper .Product-module__wrapper {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.05);
}
.Products-module__wrapper .Product-module__wrapper .Product-module__price {
  background: rgba(255, 255, 255, 0.1);
}
.Products-module__wrapper .Product-module__wrapper .Product-module__name {
  transition: all 0.4s ease;
  background: rgba(255, 255, 255, 0.1);
}

.ModalLayout-module__modal.ProductModal-module__item {
  width: 350px;
}

.ModalLayout-module__modal.ProductModal-module__item .ProductModal-module__header.boxHeader {
  align-items: start;
  justify-content: start;
}
.ModalLayout-module__modal.ProductModal-module__item .ProductModal-module__header.boxHeader::before {
  font: normal normal normal 24px FontAwesome;
  content: "\f07aㅤ";
  margin-right: 5px;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow {
  grid-template-columns: inherit;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(1) .TotalSum-module__label {
  font-weight: 700;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(1) .TotalSum-module__inputWrapper {
  background-color: transparent;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(1) .TotalSum-module__inputWrapper .TotalSum-module__currency {
  font-weight: 400;
  border-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 10px;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(1) .TotalSum-module__inputWrapper .TotalSum-module__input {
  border-radius: 2px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 10px;
  background: rgba(255, 255, 255, 0.04);
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(2) .CountSelector-module__label {
  font-weight: 700;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(2) .CountSelector-module__inputWrapper {
  background-color: transparent;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(2) .CountSelector-module__inputWrapper .CountSelector-module__changeCountBtn {
  color: rgba(255, 255, 255, 0.7);
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0px;
  border: none;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(2) .CountSelector-module__inputWrapper .CountSelector-module__changeCountBtn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(2) .CountSelector-module__inputWrapper .CountSelector-module__changeCountBtn.CountSelector-module__left {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(2) .CountSelector-module__inputWrapper .CountSelector-module__changeCountBtn.CountSelector-module__right {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .ProductModal-module__form .productModalFormRow div:nth-child(2) .CountSelector-module__inputWrapper .CountSelector-module__input {
  background: rgba(255, 255, 255, 0.04);
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .productModalProductAvailability {
  color: #64b5f6;
  font-weight: 500;
}
.ModalLayout-module__modal.ProductModal-module__item .boxBody .productModalGiveText {
  color: #e57373;
  font-weight: 500;
}
.ModalLayout-module__modal.ProductModal-module__item .productModalDescription {
  background-color: rgba(255, 255, 255, 0.04);
}
.ModalLayout-module__modal.ProductModal-module__item .ItemContent-module__footer.boxFooter .Button-module__btn.Button-module__gray {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.1);
}
.ModalLayout-module__modal.ProductModal-module__item .ItemContent-module__footer.boxFooter .Button-module__btn.Button-module__gray:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.ModalLayout-module__modal.ProductModal-module__item .ItemContent-module__footer.boxFooter .Button-module__btn.Button-module__accent {
  background-color: #5cb85c;
  border: none;
  color: #fff;
  text-shadow: 1px 1px 1px #333;
  border-radius: 8px;
}
.ModalLayout-module__modal.ProductModal-module__item .ItemContent-module__footer.boxFooter .Button-module__btn.Button-module__accent:hover {
  background-color: #449d44;
  border-color: #398439;
}

.ModalLayout-module__modal .boxHeader {
  background-color: #16161b;
}
.ModalLayout-module__modal .boxBody {
  background-color: #1a1a21;
}
.ModalLayout-module__modal .boxFooter {
  background-color: #16161b;
}

.Selector-module__dropDownWrapper .Selector-module__dropDownCurrentItem {
  background-color: #353f46;
}
.Selector-module__dropDownWrapper .Selector-module__dropDownCurrentItem:hover, .Selector-module__dropDownWrapper .Selector-module__dropDownCurrentItem:active, .Selector-module__dropDownWrapper .Selector-module__dropDownCurrentItem:focus {
  outline: 1px solid #fff;
}
.Selector-module__dropDownWrapper .Selector-module__dropDownList {
  background-color: #353f46;
}
.Selector-module__dropDownWrapper .Selector-module__dropDownList .Selector-module__dropDownItem.Selector-module__active {
  background-color: rgba(0, 0, 0, 0.44);
}
.Selector-module__dropDownWrapper .Selector-module__dropDownList .Selector-module__dropDownItem:hover {
  background-color: rgba(0, 0, 0, 0.44);
}

.container.Profile-module__wrapper .ProfileNav-module__wrapper,
.container.ProfileBasket-module__wrapper .ProfileNav-module__wrapper,
.container.ProfileHistory-module__wrapper .ProfileNav-module__wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.container.Profile-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__header.boxHeader .ProfileNav-module__name,
.container.ProfileBasket-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__header.boxHeader .ProfileNav-module__name,
.container.ProfileHistory-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__header.boxHeader .ProfileNav-module__name {
  font-size: 20px;
  font-weight: 800;
}
.container.Profile-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem + .ProfileNav-module__navItem,
.container.ProfileBasket-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem + .ProfileNav-module__navItem,
.container.ProfileHistory-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem + .ProfileNav-module__navItem {
  margin-top: 5px;
}
.container.Profile-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem,
.container.ProfileBasket-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem,
.container.ProfileHistory-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem {
  border-radius: 4px;
  padding: 10px 15px;
  background-color: rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-weight: 400;
}
.container.Profile-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem:hover,
.container.ProfileBasket-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem:hover,
.container.ProfileHistory-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem:hover {
  color: #fff;
}
.container.Profile-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem.ProfileNav-module__active,
.container.ProfileBasket-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem.ProfileNav-module__active,
.container.ProfileHistory-module__wrapper .ProfileNav-module__wrapper .ProfileNav-module__body.boxBody .ProfileNav-module__navItem.ProfileNav-module__active {
  color: #333;
  background-color: rgba(255, 255, 255, 0.7);
}
.container.Profile-module__wrapper .ProfileNav-module__wrapper .boxFooter .Button-module__btn.ProfileNav-module__logOut,
.container.ProfileBasket-module__wrapper .ProfileNav-module__wrapper .boxFooter .Button-module__btn.ProfileNav-module__logOut,
.container.ProfileHistory-module__wrapper .ProfileNav-module__wrapper .boxFooter .Button-module__btn.ProfileNav-module__logOut {
  border-radius: 8px;
  text-shadow: 1px 1px 1px #333;
  transition: all 0.2s;
  color: #fff;
  background-color: #d9534f;
  font-weight: 500;
}
.container.Profile-module__wrapper .ProfileContent-module__wrapper,
.container.ProfileBasket-module__wrapper .ProfileContent-module__wrapper,
.container.ProfileHistory-module__wrapper .ProfileContent-module__wrapper {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 12px;
}
.container.Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__title,
.container.ProfileBasket-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__title,
.container.ProfileHistory-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__title {
  font-weight: 800;
}
.container.Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box,
.container.ProfileBasket-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box,
.container.ProfileHistory-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box {
  background-color: #353f46;
}
.container.Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box .ProfileContent-module__infoLine span,
.container.ProfileBasket-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box .ProfileContent-module__infoLine span,
.container.ProfileHistory-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box .ProfileContent-module__infoLine span {
  font-weight: 800;
}
.container.Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box .ProfileContent-module__infoLine .ProfileContent-module__infoLineValue.ProfileContent-module__steamid,
.container.ProfileBasket-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box .ProfileContent-module__infoLine .ProfileContent-module__infoLineValue.ProfileContent-module__steamid,
.container.ProfileHistory-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__infoWrapper.ProfileContent-module__box .ProfileContent-module__infoLine .ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
  color: #64b5f6;
}
.container.Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .ProfileContent-module__input,
.container.ProfileBasket-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .ProfileContent-module__input,
.container.ProfileHistory-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .ProfileContent-module__input {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.04);
}
.container.Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .ProfileContent-module__input::before,
.container.ProfileBasket-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .ProfileContent-module__input::before,
.container.ProfileHistory-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .ProfileContent-module__input::before {
  font: normal normal normal 24px FontAwesome;
  content: "\f07aㅤ";
  margin-right: 5px;
}
.container.Profile-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .Button-module__btn.ProfileContent-module__usePromoBtn.Button-module__accent,
.container.ProfileBasket-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .Button-module__btn.ProfileContent-module__usePromoBtn.Button-module__accent,
.container.ProfileHistory-module__wrapper .ProfileContent-module__wrapper .ProfileContent-module__body.boxBody .ProfileContent-module__inputWrapper .Button-module__btn.ProfileContent-module__usePromoBtn.Button-module__accent {
  color: #fff;
  background-color: #5cb85c;
  text-shadow: 1px 1px 1px #333;
  transition: all 0.2s;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border: none;
  margin: 0;
}

.ModalLayout-module__modal.PlayerBalance-module__modal .boxBody .PlayerBalanceModal-module__form .PlayerBalanceModal-module__label {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
}
.ModalLayout-module__modal.PlayerBalance-module__modal .boxBody .PlayerBalanceModal-module__form .PlayerBalanceModal-module__inputWrapper .PlayerBalanceModal-module__currency {
  border-radius: 0 0 0 9px;
  background: rgba(255, 255, 255, 0.08);
}
.ModalLayout-module__modal.PlayerBalance-module__modal .boxBody .PlayerBalanceModal-module__form .PlayerBalanceModal-module__inputWrapper .PlayerBalanceModal-module__input {
  border-radius: 0 0 9px 0;
  background: rgba(255, 255, 255, 0.08);
}
.ModalLayout-module__modal.PlayerBalance-module__modal .boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__gray {
  border-radius: 8px;
  text-shadow: 1px 1px 1px #333;
  transition: all 0.2s;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.1);
}
.ModalLayout-module__modal.PlayerBalance-module__modal .boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__gray:hover, .ModalLayout-module__modal.PlayerBalance-module__modal .boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__gray:focus {
  background: rgba(255, 255, 255, 0.2);
}
.ModalLayout-module__modal.PlayerBalance-module__modal .boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__accent {
  color: #fff;
  background-color: #5cb85c;
  border-radius: 8px;
  text-shadow: 1px 1px 1px #333;
  transition: all 0.2s;
  border: none;
}
.ModalLayout-module__modal.PlayerBalance-module__modal .boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__accent:hover, .ModalLayout-module__modal.PlayerBalance-module__modal .boxFooter.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__accent:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.PlayerMenuMobile-module__menu {
  background-color: #1a1a21;
}
.PlayerMenuMobile-module__menu .CrosseCloseBtn-module__line {
  background-color: #0275d8;
}
.PlayerMenuMobile-module__menu .LangSwitcher-module__wrapper.PlayerMenuMobile-module__langSwitcher {
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0);
  transition: all 0.2s;
  font-weight: 700;
}
.PlayerMenuMobile-module__menu .LangSwitcher-module__wrapper.PlayerMenuMobile-module__langSwitcher .LangSwitcher-module__btn:hover, .PlayerMenuMobile-module__menu .LangSwitcher-module__wrapper.PlayerMenuMobile-module__langSwitcher .LangSwitcher-module__btn:focus {
  color: #fff;
  background-color: transparent;
}
.PlayerMenuMobile-module__menu .LangSwitcher-module__wrapper.PlayerMenuMobile-module__langSwitcher .LangSwitcher-module__lang:hover, .PlayerMenuMobile-module__menu .LangSwitcher-module__wrapper.PlayerMenuMobile-module__langSwitcher .LangSwitcher-module__lang:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.PlayerMenuMobile-module__menu .PlayerBalance-module__wrapper.PlayerMenuMobile-module__balance {
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0);
  transition: all 0.2s;
  font-weight: 700;
}
.PlayerMenuMobile-module__menu .PlayerBalance-module__wrapper.PlayerMenuMobile-module__balance .PlayerBalance-module__btn:hover, .PlayerMenuMobile-module__menu .PlayerBalance-module__wrapper.PlayerMenuMobile-module__balance .PlayerBalance-module__btn:focus {
  color: #fff;
  background-color: transparent;
}
.PlayerMenuMobile-module__menu .PlayerMenuMobile-module__profileLink {
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  box-shadow: 0 0px 10px rgba(255, 255, 255, 0);
  transition: all 0.2s;
  font-weight: 700;
  }