@import "https://ch3rn1k.me/archive/fonts/web/CeraPro/CeraPro.css";

body {
font-family:CeraPro,sans-serif;
background-size:cover!important
}

:root[data-theme] {
--default-font-family:CeraPro;
--bg-color-800:rgba(26, 26, 26, 0.8);
--bg-color-900:rgb(0, 0, 0, 0.19);
--bg-color-700:#171717a3;
--accent-color-800:#FF8000
}

/** Widgets */
.Widgets-module__widgetWrapper .MonitoringWidget-module__header,
.Widgets-module__widgetWrapper .boxFooter {
  display: none;
}
.Widgets-module__widgetWrapper .MonitoringWidget-module__body {
  border-radius: 10px;
  padding: 20px;
  background: rgb(26 26 26 / 38%);
}
.MonitoringWidget-module__body.boxBody p {
  text-align: center;
}
.MonitoringWidget-module__head {
  text-align: center;
  color: #ff8b16;
  margin-bottom: 10px;
  font-size: 20px;
}
.Widgets-module__widgetWrapper_custom p {
  margin-bottom: 8px;
  font-size: 17px;
}

}
.menubox {
    margin: 5px;
    translate: 5px 5px;
}
.menubox > a > div {
    margin: 5px;
}
.menubox > a > div > p{
    margin: 1px;
}

.theme-dark.authBox {
font-family:Whitney,Helvetica Neue,Helvetica,Arial,sans-serif;
text-rendering:optimizeLegibility
}

.btn.btn-success {
color:#fff;
border-color:#5cb85c
}

.btn {
margin-bottom:20px;
padding:0;
border:none;
text-decoration:none;
display:inline-flex;
align-items:center;
justify-content:center;
text-align:center;
border-radius:9px;
font:inherit;
font-weight:500;
font-size:1.5rem;
line-height:160%;
transition:background .2s ease-in-out,color .2s ease-in-out,opacity .2s ease-in-out;
transition:background var(--default-transition-speed) var(--default-transition-timing-function),color var(--default-transition-speed) var(--default-transition-timing-function),opacity var(--default-transition-speed) var(--default-transition-timing-function);
text-shadow:none;
border:none!important;
font-size:14px;
border-radius:-4px;
color:#ffffffb3;
background:#1e2736;
padding:8px 12px;
transition:all 200ms;
min-height:13px;
min-width:13px
}

.btn-block {
width:100%
}

.btn-block:hover {
color:#fff;
background:#FF8000!important;
text-shadow:0 1px 1px #0006
}

.discordWidget-stats__circle_gray {
background-color:#b9bbbe
}

.xbox {
background:#0f1828;
border-radius:11px
}

.xbox .xbox__body {
background:#0f1828;
border:none;
border-radius:10px
}

.productModalDescription p {
margin:-6px
}

.desc-service {
background:#2e3d6247;
height:30px;
border-radius:0 15px 15px 0;
padding-left:15px;
padding-top:5px;
margin-bottom:10px;
box-shadow:-3px 0 #FF8000;
position:relative
}

.desc-service .tooltiptext {
position:absolute;
padding:15px;
right:0;
top:50%;
background-color:#00000080;
transition:all .2s ease-out;
opacity:0;
border-radius:8px;
transform:translate(100%,-54%);
font-size:14px;
color:#e8e6e3;
max-width:320px
}

.desc-service:hover > .tooltiptext {
opacity:1;
transform:translate(calc(100% + 13px),-50%)
}

@media screen and (max-width: 992px) {
.desc-service:hover > .tooltiptext {
transform:translate(0,calc(100% + 13px))
}

.desc-service .tooltiptext {
top:unset;
bottom:0;
transform:translate(0,calc(100% + 17px));
left:0;
background-color:#000000b3
}
}

.desc-service .tooltiptext:after {
content:"";
position:absolute;
left:0;
top:50%;
transform:translate(-99%,-50%);
border-top:10px solid transparent;
border-bottom:10px solid transparent;
border-right:10px solid #00000080!important
}

@media screen and (max-width: 992px) {
.desc-service .tooltiptext:after {
content:"";
position:absolute;
left:50%;
top:0;
transform:translate(-50%,-99%);
border-left:10px solid transparent;
border-right:10px solid transparent;
border-bottom:10px solid #000000b3!important
}
}

.desc-service.tooltipparent:after {
content:"?";
position:absolute;
right:0;
bottom:0;
background-color:#0003;
border-radius:8px 0 15px 0;
padding:3px 8px 2px 10px;
line-height:initial;
font-size:12px;
color:#e8e6e3
}

.boxHeader.Shop-module__header,.boxHeader.MonitoringWidget-module__header {
display:none
}

.MonitoringServer-module__link {
display:none
}

.Widgets-module__widgetWrapper .boxFooter {
display:none
}

.Widgets-module__widgetWrapper .boxBody {
border-radius:10px;
padding:20px 15px
}

.MonitoringServer-module__name {
color:#b3b3b3;
font-weight:700;
font-size:18px;
}

.MonitoringServer-module__progressBarWrapper {
height:8px;
background-color:#ffffff1a;
border-radius:4px
}

.MonitoringServer-module__progressBar {
background-color:#FF8000!important;
background-image:none;
box-shadow:5px 0 10px 5px #FF8000
}

.MonitoringServer-module__progressBarAnim {
background-image:linear-gradient(45deg,#ffffff26 25%,transparent 25%,transparent 50%,#ffffff26 50%,#ffffff26 75%,transparent 75%,transparent);
background-size:40px 40px;
box-shadow:none
}

.MonitoringServer-module__progressInfo {
border-radius:10px;
border:1px solid #FF8000;
}

.MonitoringServer-module__info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 15px;
}

.Header-module__wrapper {
background:#282828;
border-radius:8px;
font-size:16px;
min-height:50px
}

.navbar-brand {
margin:0 10px 0 3px;
height:53px;
background-repeat:no-repeat;
background-image:url(https://i.postimg.cc);
background-position:100%;
background-size:auto 100%;
color:transparent!important
}

.Header-module__nav {
margin-left:40px
}
.HeaderNav-module__link spain {
 visibility:hidden;
}
.HeaderNav-module__link:before {
 content: 'Пополнить баланс через FunPay [EU/KZ/UA/BY/RU';
}
.HeaderNav-module__link,.SupportLink-module__link,.LangSwitcher-module__btn,.PlayerBalance-module__btn,.PlayerMenu-module__profileLink,.PlayerMenu-module__loginLink {
color:#ffffff;
/*background:#292f3659;*/
border-radius:6px;
position:relative;
padding:10px;
font-size:14px;
font-weight:700;
line-height:20px
}

.LangSwitcher-module__btn {
display:none;
}

.HeaderNav-module__link:focus,.SupportLink-module__link:focus,.LangSwitcher-module__btn:focus,.PlayerBalance-module__btn:focus,.PlayerMenu-module__profileLink:focus,.PlayerMenu-module__loginLink:focus {
color:#ffffffab;
background:#292f3659
}

.HeaderNav-module__link:hover,.SupportLink-module__link:hover,.LangSwitcher-module__btn:hover,.PlayerBalance-module__btn:hover,.PlayerMenu-module__profileLink:hover,.PlayerMenu-module__loginLink:hover {
color:#fff;
background:#ff80008a!important;
text-shadow:0 1px 1px #0006
}

.Banner-module__img {
margin-bottom:32px;
opacity:.9;
border-radius:10px;
margin-top:35px
}

.info-donate {
display:block;
margin-bottom:14px;
padding:10px;
text-align:center;
text-transform:uppercase;
font-size:14px;
color:#a09fa3;
background:#1e273680;
border-radius:15px;
border:1px solid #1e2736
}

.info-donate-ds {
color:#d0cddb
}

.Servers-module__server {
min-width:100px;
background-color:#1e2736;
color:#bfbfbf;
border-radius:4px
}

.Servers-module__server:focus {
background-color:#1e2736;
color:#bfbfbf
}

.Servers-module__server:hover {
background-color:#131f34;
color:#ffffffb3
}

.Servers-module__server.Servers-module__active {
background:#694d90ab;
border-radius:.4rem
}

.Categories-module__category.Categories-module__enableFocus {
background-color:hsla(0, 0%, 0%, 0.18);
color:#ffffff;
border-radius:9px;
font-size:14px
}

.Categories-module__category.Categories-module__enableFocus:focus {
background-color:#ff8000f5;
color:#ffffff
}

.Categories-module__category.Categories-module__enableFocus:hover {
background-color:hsla(0, 0%, 0%, 0.18)
color:#ffffff
}

.Categories-module__category.Categories-module__active {
color:#fff;
background:#ff80008a!important;
text-shadow:0 1px 1px #0006
}

.Search-module__wrapper {
border-radius:8px;
background:#00000042
}

.Search-module__iconWrapper {
background:#ff800073
}

.divInfo {
color:#ffffff4d;
text-align:center;
font-size:13px;
padding:16px
}

.Shop-module__wrapper .boxBody {
border-radius:11px 11px 0 0
}

.Shop-module__wrapper .boxFooter {
background-color:#292f3663;
border-radius:0 0 11px 11px
}

.ShopFooter-module__link {
color:#ff800073
}

.ShopFooter-module__link:hover,.ShopFooter-module__link:focus {
color:#ff800073
}

.Product-module__wrapper {
background:#46464600;
transition:.2s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0s;
border-radius:8px
}

.Product-module__wrapper:hover {
-moz-transform:scale(1.07);
-o-transform:scale(1.07);
-webkit-transform:scale(1.07);
box-shadow:0 0 40px 0 #ff80008a;
transform:scale(1.07)
}

.Product-module__wrapper:hover .Product-module__name {
backface-visibility:hidden;
background:#ff80008a;
border-radius:0 0 10px 10px;
opacity:1;
padding:1px 10px
}

.Product-module__name,.Product-module__discount {
background-color:#ff8000ad;
text-align:center
}

.Product-module__name {
padding:5px 10px
}

.Product-module__discount {
border-radius:0 10px 2px;
font-size: 15px;
}

.Product-module__price {
color:#ffffffde;
padding: 5px 5px;
border-radius: 0px 0 15px 0;    
}

.ProductModal-module__command,.ProductModal-module__bp,.ProductModal-module__item,.ProductModal-module__dropdown {
width:350px;
background-color:#171717a3   
}

.ProductModal-module__header.boxHeader {
border-radius:10px 30px 0 0
}

.SelectContent-module__footer.boxFooter {
border-radius:0 0 10px 30px
}

.ProductModal-module__header {
font-size:17px;
display:flex;
align-items:center;
justify-content:center
}

.productModalDescription img {
border-radius:8px;
transition:all .2s cubic-bezier(.79,.14,.15,.86);
cursor:pointer;
z-index:10;
position:relative;
background:#ff8000ad
}
.productModalFormRow {
display:flex;
flex-direction:column;
padding:0 10px
}

.TotalSum-module__inputWrapper,.CountSelector-module__inputWrapper {
border-radius:5px 15px 5px 15px;
background:#00000042;!important
}

.TotalSum-module__currency {
background:#ff80008a
}

.CountSelector-module__changeCountBtn.CountSelector-module__left,.CountSelector-module__changeCountBtn.CountSelector-module__right {
background:#ff80008a;
border:none
}

.SelectContent-module__footer.boxFooter .Button-module__btn.Button-module__gray {
background:#2e3d6247;
border-radius:9px
}

.SelectContent-module__footer.boxFooter .Button-module__btn.Button-module__accent {
background:#ff80008a!important;
border-radius:9px;
border:none
}

.ProductItemSelector-module__serverSelector.dropDownWrapper .dropDownCurrentItem,.dropDownCurrentItem:hover,.dropDownCurrentItem:focus {
border-radius:2px;
border:1px solid #cb87f5;
background-color:#ff80008a;
outline:none
}

.ProductItemSelector-module__serverSelector.dropDownWrapper .dropDownList {
background-color:#ff80008a;
color:#ffffffb3;
outline:1px solid #cb87f5
}

.ProductItemSelector-module__serverSelector.dropDownWrapper .dropDownItem:hover,.ProductItemSelector-module__serverSelector.dropDownWrapper .dropDownItem:focus {
background:#ff80008a
}

.ProductItemSelector-module__serverSelector.dropDownWrapper .dropDownItem.ProductItemSelector-module__active {
background:#ff80008a!important;
text-shadow:0 1px 1px #0006
}

.ProductModal-module__header.boxHeader {
font-size:20px;
font-weight:700;
display:block;
text-align:center;
color:#bbb;
text-transform:uppercase
}

.ModalLayout-module__wrapper {
backdrop-filter:blur(2px);
background-color:transparent
}

.ModalLayout-module__modal {
background:#262626;
border-radius:16px;
box-shadow:0 0 100px #ff8000
}

.PlayerBalanceModal-module__header {
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
color:#bbb;
font-weight:700;
text-transform:uppercase;
border-radius:16px 16px 0 0
}

.PlayerBalanceModal-module__footer {
border-radius:0 0 16px 16px;
background:#171717a3
}

.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__accent {
background:#ff80008a;
border-radius:.4rem;
border:none
}

.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__accent:hover,.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__accent:focus {
color:#fff;
background:#ff8000f5!important;
text-shadow:0 1px 1px #0006
}

.PlayerBalanceModal-module__footer .Button-module__btn.Button-module__gray {
border-radius:.4rem;
border:none
}

.PlayerBalanceModal-module__inputWrapper {
background:#171717a3;
border-radius:3px 15px 3px 3px
}

.PlayerBalanceModal-module__currency {
background:#ff8000;
min-width:40px
}

.ProfileContent-module__infoLine {
background-color:#171717a3
color:#ffffffb3
}

.ProfileContent-module__infoLine+.ProfileContent-module__infoLine {
border-top:1px solid #ffffff4f
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
color:#ff8000d1
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid:hover {
color:#ff8000
}

.ProfileContent-module__infoWrapper .ProfileContent-module__title,.ProfileContent-module__infoWrapper .Selector-module__dropDownWrapper {
display:none
}

.ProfileContent-module__input {
background:#171717a3;
border-radius:8px
}

.ProfileContent-module__inputWrapper .Button-module__btn.Button-module__accent {
background:#ff80008a;
border-radius:8px;
border:none
}

.ProfileContent-module__inputWrapper .Button-module__btn.Button-module__accent:hover {
color:#fff;
background:#ff8000!important;
text-shadow:0 1px 1px #0006
}

.ProfileContent-module__header.boxHeader,.ProfileNav-module__header.boxHeader,.BasketContent-module__header.boxHeader,.HistoryContent-module__header.boxHeader,.SupportContent-module__wrapper .boxHeader {
background-color:#292f3663;
border-radius:11px 11px 0 0
}

.ProfileContent-module__body.boxBody,.ProfileNav-module__wrapper .boxFooter,.BasketContent-module__wrapper .boxBody,.HistoryContent-module__wrapper .boxBody,.SupportContent-module__wrapper .boxBody {
border-radius:0 0 11px 11px
}

.ProfileNav-module__name {
color:#fff;
font-weight:700
}

.Profile-module__wrapper .boxFooter {
border-radius:0 0 11px 11px;
background-color:#292f3663
}

.ProfileNav-module__navItem {
background-color:#ffffff1a;
border-radius:.4rem;
color:#adadad
}

.ProfileNav-module__navItem:focus {
background-color:#ffffff1a;
color:#adadad
}

.ProfileNav-module__navItem:hover {
background-color:#ff80008a;
color:#ffffffb3
}

.ProfileNav-module__navItem.ProfileNav-module__active {
background:#ff80008a;
color:#ffffffb3
}

.BasketSearch-module__wrapper {
border-radius:8px;
background:#171717a3
}

.BasketSearch-module__iconWrapper {
background:#ff80008a
}

.BasketTable-module__tableTitle {
color:#f7f6f6
}

.BasketTable-module__tableLine,.BasketTable-module__tableHeader {
padding:3px 12px;
border-bottom:1px solid #292c2e
}

.BasketTable-module__tableLine:nth-child(2n-1) {
background-color:transparent
}

.HistorySearch-module__wrapper {
border-radius:8px;
background:#171717a3
}

.HistorySearch-module__iconWrapper {
background:#ff80008a
}

.HistoryTable-module__tableTitle {
color:#f7f6f6
}

.HistoryTable-module__tableLine:nth-child(2n-1) {
background-color:transparent
}

.HistoryTable-module__tableLine,.HistoryTable-module__tableHeader {
padding:9px 12px;
border-bottom:1px solid #292c2e
}

.Pagination-module__page:hover,.Pagination-module__page.Pagination-module__active,.Pagination-module__page:focus {
color:#ff80008a
}

.Toast-module__toast {
background:#1a2232
}

.ProfileNav-module__wrapper .boxFooter .Button-module__btn.Button-module__accent {
background-color:#ff80008a;
border-color:#ff8000
}

.TicketsTable-module__tableTitle {
color:#f7f6f6!important
}

.TicketsTable-module__tableLine,.TicketsTable-module__tableHeader {
padding:3px 12px;
border-bottom:1px solid #292c2e
}

.TicketsTable-module__tableLine:nth-child(2n-1) {
background-color:transparent!important
}

.TicketsTable-module__tableLine:hover .TicketsTable-module__value:not(:last-child) {
color:#8d5ad5!important
}

.TicketsMenu-module__wrapper .Button-module__btn.Button-module__gray,.NewTicketModal-module__footer .Button-module__btn.Button-module__gray {
border-radius:.4rem;
background-color:#292f3659;
border:none
}

.TicketsMenu-module__wrapper .Button-module__btn.Button-module__gray:hover,.NewTicketModal-module__footer .Button-module__btn.Button-module__gray:hover {
color:#fff;
background:#694d90!important;
text-shadow:0 1px 1px #0006
}

.TicketsMenu-module__wrapper .Button-module__btn.Button-module__accent,.NewTicketModal-module__footer .Button-module__btn.Button-module__accent {
border-radius:.4rem;
background-color:#694d90ab;
border:none
}

.TicketsMenu-module__wrapper .Button-module__btn.Button-module__accent:hover,.NewTicketModal-module__footer .Button-module__btn.Button-module__accent:hover {
color:#fff;
background:#694d90!important;
text-shadow:0 1px 1px #0006
}

.TicketMessageTextArea-module__textarea {
border-radius:2px;
border:1px solid #cb87f5;
background-color:#1d2336
}

.TicketThemeInput-module__inputWrapper {
border-radius:8px!important;
background:#1e2736!important
}

.TicketThemeInput-module__iconWrapper {
background:#131f34!important
}

.NewTicketModal-module__multiCol .Selector-module__dropDownCurrentItem {
border-radius:8px!important;
background:#1e2736!important
}

.NewTicketModal-module__multiCol .Selector-module__dropDownCurrentItem:hover,.Selector-module__dropDownCurrentItem:focus {
outline:1px solid #ff8000
}

.NewTicketModal-module__multiCol .Selector-module__dropDownList.Selector-module__openOnBottom {
background-color:#131f34;
color:#ffffffb3
}

.NewTicketModal-module__multiCol .Selector-module__dropDownItem:hover,.NewTicketModal-module__multiCol .Selector-module__dropDownItem:focus {
background:#694d90ab
}

.NewTicketModal-module__multiCol .Selector-module__dropDownItem.Selector-module__active {
background:#694d90!important;
text-shadow:0 1px 1px #0006
}

.customModalContent {
background-color:#171925;
border-radius:15px 30px 15px 30px;
width:900px
}

.customModalContent .boxHeader {
border-radius:15px 30px 0 0;
font-size:35px;
font-weight:700;
display:block;
text-align:center;
color:#bbb;
padding-top:15px;
text-transform:uppercase
}

.customModalContent .boxFooter {
border-radius:0 0 15px 30px
}

.modal,.modal-open {
overflow:hidden
}

.customModalContent .boxFooter .btn.Button-module__btn.Button-module__gray {
background:#694d90!important;
color:#bebcbc
}

.serverAccordion__block p {
margin:6px 0 0;
text-align:left
}

.HeaderNav-module__wrapper a[href="/"] {
display:none
  
}

.gs-loader {
background-color:transparent;
backdrop-filter:blur(5px)
}

.gs-loader__spinner {
margin-top:0;
width:100px;
height:100px;
background:url() no-repeat;
border:none;
animation:loader4 1s infinite ease
}

@keyframes loader4 {
from {
transform:rotate(360deg)
}

to {
transform:rotate(0)
}
}

.DesktopCopyright-module__link {
color:#ff8000
}

.TicketsTable-module__status.TicketsTable-module__open {
background-color:#7b629d!important
}

.TicketModal-module__footer.boxFooter .Button-module__btn.Button-module__accent {
background:#694d90ab;
border-radius:.4rem;
border:none
}

.TicketModal-module__footer.boxFooter .Button-module__btn.Button-module__accent:hover,.TicketModal-module__footer.boxFooter .Button-module__btn.Button-module__accent:focus {
color:#fff;
background:#694d90!important;
text-shadow:0 1px 1px #0006
}

.TicketModal-module__messageAuthor {
color:#975de9!important
}

div[data-currentserverid="28851"].Products-module__wrapper.Products-module__grid5 {
margin-top:15px;
width:100%;
display:flex;
gap:15px;
justify-content:center
}

div[data-currentserverid="28851"].Products-module__wrapper.Products-module__grid5 .Product-module__wrapper {
max-width:154px
}
}
.navbar-brand:hover {
color: #fff !important
}

.navbar-brand:hover>.navbar-brand:before {
color: #fff !important
}

.header-image {
-webkit-animation: scale-up 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
animation: scale-up 0.8s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.xbox__header h4 {
line-height: 100%;
font-size: 18px;
margin: auto;
width: auto;
text-align: center;
border-radius: 3px;
transition: all 0.1s linear;
font-weight: 700;
}

.xbox .xbox__body {
    font-size: 16px;
    padding: 5px 15px;
    background-color: rgba(0, 0, 0, 0);
}

.xbox__body_nickname {
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0);
    padding-bottom: 5px;
    padding-left: 15px;
    padding-right: 20px;
    text-align: justify;
}

.xbox__header {
background-color: rgba(26, 26, 26, 0.8);
border-top-right-radius: 15px;
border-top-left-radius: 15px;
}

.header__image {
width: 100%;
}

.xbox {
position: relative;
background: rgb(37 37 37 / 55%);
margin-bottom: 20px;
border-radius: 10px;
input::placeholder {
color: #ffffffd6 !important;
content: "ПОИСК ПО ПРЕДМЕТУ" !important;
}

.footer { padding: 0; font-size: 0px;}
.roulette-item__image {
width : 240px;
height : 240px;
overflow : hidden;
border-radius : 8px;
padding : 16px;
background-image : url(https://gspics.org/images/2020/08/06/xkGxm.png);
background-size : contain;
}