/*font*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700&subset=latin,cyrillic);
* {
	margin: 0;
	font-family: 'Roboto Condensed', sans-serif
}

/*varchange*/
:root {
  --bg-color-700: rgba(255,255,255,.04) !important;
}

.boxBody, .boxHeader, .boxFooter {
  background-color: rgba(0, 0, 0, 0.5);
}

/*borders*/
.dropDownList, .Selector-module__dropDownList {
  background-color: #26252c;
}
.dropDownListOpenOnTop, .Selector-module__openOnTop {
  border-radius: 5px 5px 0 0;
}
.Selector-module__openOnBottom {
  border-radius: 0 0 5px 5px;
}
.ModalLayout-module__wrapper {
  background-color: rgba(15,15,15,.8);
}
.Categories-module__category {
    border-radius: 8px;
}
.Header-module__wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0px 0px 12px 12px;
}

/*modal panel*/
.ModalLayout-module__modal .boxBody, .RouletteContent-module__lineWrapper {
  background: #1a1a21;
}
.ModalLayout-module__modal .boxFooter,.ModalLayout-module__modal .ProductModal-module__header, .PlayerBalanceModal-module__header {
  background: #16161b;
}



.Categories-module__category {
  color: #969696;
}

/*products*/
.Product-module__img {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.Product-module__name {
  -webkit-transition: transform .3s ease;
  -moz-transition: transform .3s ease;
  -o-transition: transform .3s ease;
  transition: transform .3s ease;
}
.Product-module__wrapper:hover > .Product-module__img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.Product-module__wrapper {
  padding: 18px;
  border-radius: 12px;
}

.Search-module__wrapper, .Product-module__wrapper, .Categories-module__category, .MonitoringServer-module__progressBarWrapper {
    background: rgba(255,255,255,.04);
}

/*navmobile*/
.PlayerMenuMobile-module__header {
  background-color: #26252c;
}
.PlayerMenuMobile-module__body {
  background-color: #1a1a21;
}
.HistorySearch-module__wrapper {
  height: 34px;
}
.Button-module__btn, .Button-module__btn:hover, .Button-module__btn:active, .Button-module__btn:focus, .PlayerBalance-module__btn, .PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:active, .PlayerBalance-module__btn:focus, .LangSwitcher-module__btn, .LangSwitcher-module__btn:hover, .LangSwitcher-module__btn:active, .LangSwitcher-module__btn:focus, .PlayerMenu-module__profileLink, .PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:active, .PlayerMenu-module__profileLink:focus, .PlayerMenuMobile-module__profileLink, .ProfileNav-module__navItem, .MonitoringServer-module__progressBarWrapper, .PlayerMenuMobile-module__loginLink, .Search-module__wrapper, .HistorySearch-module__wrapper, .ProfileContent-module__infoLine, .ProfileContent-module__input, .ProfileContent-module__usePromoBtn {
    border-radius: 8px;
}

.Shop-module__wrapper, .MonitoringWidget-module__wrapper, .xbox.xbox_custom, .ModalLayout-module__modal, .TotalSum-module__inputWrapper, .Page-module__wrapper, .CountSelector-module__inputWrapper, .PlayerBalanceModal-module__inputWrapper, .ProfileNav-module__wrapper, .BasketContent-module__wrapper, .HistoryContent-module__wrapper, .ProfileContent-module__usePromoBtn:hover, .ProfileNav-module__img, .Widgets-module__widgetWrapper, .Cookie-module__wrapper {
  border-radius: 12px;
  overflow: hidden;
}
.ProfileContent-module__header {
  border-radius: 12px 12px 0 0;
}
.ProfileContent-module__body {
  border-radius:  0 0 12px 12px;
}
.Cookie-module__wrapper {
  padding: 9px 0px 9px 10px;
}
.ProfileContent-module__usePromoBtn {
  margin-left: 10px;
}

.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
  border-top: none;
  margin-top: 5px;
}
.ProfileContent-module__box {
  background-color: #00000000; 
  padding: 0;
}

.ProfileContent-module__infoLine {
  background-color: var(--bg-color-700)
}

/*widjets*/
.Widgets-module__widgetWrapper:nth-child(3){
  border-radius: 0;
}

.ProfileContent-module__inputWrapper {
  margin-bottom: 3px;
}

/*footer*/
.DesktopCopyright-module__wrapper, .MobileCopyright-module__wrapper {
  background-color: initial !important;
  color: #ffffff73;
}

.bpBgModalImg { 
background-image: url(https://gamestores.ru/img/games/rust/blueprintbase.png); 
}

.socials__title {
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    color: #737572;
    margin-bottom: 22px
}

.socials__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    padding: 20px 16px;
    position: relative;
    overflow: hidden
}

.socials__item+.socials__item {
    margin-top: 16px
}

.socials__item_vk {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #477bff 100%)
}

.socials__item_vk .socials__item-bg {
    background: url("https://i.imgur.com/eIEvMCw.png")
}

.socials__item_ds {
    background: linear-gradient(180deg, rgba(151, 71, 255, 0.6) 0%, #9747ff 100%)
}

.socials__item_ds .socials__item-bg {
    background-image: url("https://i.imgur.com/bcMvuX3.png")
}

.socials__item_tg {
    background: linear-gradient(180deg, rgba(50, 119, 170, 0.6) 0%, #477bff 100%)
}

.socials__item_tg .socials__item-bg {
    background: url("https://i.imgur.com/caabuFI.png")
}

.socials__item-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.socials__item-left {
    position: relative;
    z-index: 2
}

.socials__item-title {
    text-transform: uppercase;
    font-size: 10px;
    color: rgba(224, 224, 224, 0.68);
    margin-bottom: 8px;
    font-weight: 300
}

.socials__item-name {
    font-size: 15px;
    color: #f2f2f2;
    font-weight: 500
}

.socials__item-right {
    position: relative;
    z-index: 2
}

.socials__item-link {
    padding: 13px 9.5px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 500;
    color: #e0e0e0;
    font-size: 10px;
    transition: all 0.3s ease-out
}

.socials__item-link:hover {
    background: #ffffff;
    color: #121218
}
.Product-module__wrapper, .KitContent-module__itemImg, .productModalImg, .RouletteContent-module__rouletteItemImg {
  background-image: url("https://i.ibb.co/R6BLy79/3322.png");
  background-size: 100%;
  background-repeat: no-repeat;
}
.ModalLayout-module__wrapper {
  background-color: rgba(15,15,15,.9);
}
.Header-module__wrapper {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.bpBgModalImg { 
background-image: url(https://gamestores.ru/img/games/rust/blueprintbase.png); 
}
.NavServerDropDown-module__list {
    margin-top: 7px;
    background: #C13C29;
}
div#banlist_length {
    display: none;
}

table#banlist {
    width: 100%;
    border-radius: 5px;
    background: #80808038;
}

div#banlist_info {
    display: none;
}

div#banlist_paginate {
    align-content: center;
    display: flex;
    justify-content: center;
}

a#banlist_previous {
    padding-left: 10px;
    padding-right: 10px;
}

a.paginate_button {
    padding-left: 10px;
    padding-right: 10px;
}

a.paginate_button.current {
    color: gray;
}

thead {
    height: 30px;
    /* background: gray; */
}

tr {
    background: ;
}

tr.odd {
    background: #161616;
    /* display: flex; */
    /* align-content: center; */
    /* justify-content: center; */
    /* align-items: center; */
}

div#banlist_filter {
    height: 30px;
    display: flex;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    background: gray;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}