/* Author code: wakanda */


/* Author design: wakanda */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
:root {
    --default-font-familt: "Inter";
    --default-font-size: 16px;
    --default-font-weight: 300;
    --default-letter-spacing: 1.5px;
    --default-border-radius: 15px;
    --default-color: #ffffffd6;
    --default-color-hover: #ffffff;
    --default-background: #202020;
    --orange-color: rgb(221 121 42);
    --orange-color-hover: rgb(255 194 28);
    --orange-box-shadow: rgb(255 194 28 / 10%);
    --small-font-size: 13px;
    --bg-opacity: #ffffff00;
}

:root[data-theme=red_black] {
    --accent-color-800: #af3723;
    --accent-color-900: #af3723;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #7b7b7b;
    --bg-color-800: rgb(61 60 60);
    --bg-color-700: #282828;
    --bg-color-900: #1d1b1a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
}


/* * {
    font-family: var(--default-font-family), sans-serif;
    color: var(--default-font-color);
} */

img {
    -webkit-user-drag: none;
    -moz-user-drag: none;
    -ms-user-drag: none;
}

body::-webkit-scrollbar {
    width: 0px;
}

body {
    background-color: var(--default-background);
    font-weight: var(--default-font-weight);
    
}


/* a,
p,
h1,
h2,
h3,
h4,
h5,
li,
span {
    font-weight: var(--default-font-weight);
} */

a::first-word,
h1::first-word,
h2::first-word,
h3::first-word,
h4::first-word,
h5::first-word,
li::first-word,
span::first-word,
p::first-word {
    text-transform: capitalize!important;
}


/* a,
button {
    letter-spacing: var(--default-letter-spacing);
    text-transform: capitalize!important;
    font-weight: var(--default-font-weight);
} */

a:hover,
a:focus {
    text-decoration: none;
}

.container.bannerContainer,
.LangSwitcher-module__btn,
.boxHeader.Shop-module__header,
.MonitoringWidget-module__updateBtn,
.boxHeader.MonitoringWidget-module__header,
[data-widgettype="monitoring"] .boxFooter,
.MonitoringServer-module__btns,
.productModalProductAvailability,
.RouletteContent-module__triangle.RouletteContent-module__bottom,
.productModalContainsTitle,
.TotalSum-module__label,
.CountSelector-module__label,
.ProfileNav-module__header.boxHeader,
.ProfileContent-module__header.boxHeader,
.BasketContent-module__header.boxHeader,
.HistoryContent-module__header.boxHeader,
.Product-module__oldPrice {
    display: none;
}

.Header-module__wrapper,
.Shop-module__wrapper .boxBody,
.MonitoringWidget-module__body.boxBody,
.Shop-module__wrapper .boxFooter,
.Widgets-module__widgetWrapper .boxBody,
.ProfileNav-module__wrapper .boxFooter,
.ProfileNav-module__body.boxBody {
    background-color: var(--bg-opacity)!important;
}

.PlayerMenu-module__loginLink,
.swiper-button-next:after,
.swiper-button-prev:after,
.swiper,
.PlayerBalance-module__btn,
.Button-module__btn.Button-module__gray,
.Button-module__btn.Button-module__accent,
.Servers-module__server,
.Categories-module__category,
.Search-module__wrapper,
.MonitoringServer-module__wrapper,
.MonitoringServer-module__progressBarWrapper,
.productModalDescription,
.boxBody:last-child {
    border-radius: var(--default-border-radius);
}

.ProductModal-module__header,
.PlayerBalanceModal-module__header,
.customModalContent .boxHeader {
    border-radius: var(--default-border-radius) var(--default-border-radius) 0 0;
}

.ItemContent-module__footer,
.PlayerBalanceModal-module__footer,
.RouletteContent-module__footer,
.KitContent-module__footer,
.customModalContent .boxFooter {
    border-radius: 0 0 var(--default-border-radius) var(--default-border-radius);
}

.DesktopCopyright-module__text {
    letter-spacing: 1px;
}

.DesktopCopyright-module__wrapper {
    border-radius: 0 var(--default-border-radius) 0 0 !important;
    background-color: #28282852 !important;
}

.MobileCopyright-module__wrapper {
    border-radius: var(--default-border-radius)!important;
    background-color: var(--bg-color-700)!important;
    margin-top: 25px;
}

.MobileCopyright-module__link {
    white-space: nowrap;
    margin-left: 5px;
    color: var(--orange-color);
}

.gs-loader__spinner {
    background: url(https://i.postimg.cc/m2tQndyX/logo-64.png) no-repeat;
    border: none;
    height: 100px;
    margin-top: 0;
    width: 100px;
    animation: float 1s ease-in-out infinite;
}

.gs-loader {
    backdrop-filter: blur(5px);
    background-color: transparent;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    100% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-30px);
    }
}

.container {
    max-width: 1350px;
    width: unset;
    z-index: 2;
    position: relative;
}

.Header-module__logoImage {
    width: 50px;
}

.LangSwitcher-module__lang img {
    width: 30px;
}

.HeaderNav-module__link:hover,
.HeaderNav-module__link:focus,
.HeaderNav-module__linkk:hover,
.HeaderNav-module__linkk:focus .SupportLink-module__link:hover,
.SupportLink-module__link:focus {
    color: var(--default-color-hover);
    transition: all 0.2s;
}

.HeaderNav-module__link,
.SupportLink-module__link,
.HeaderNav-module__linkk {
    color: var(--default-color-hover);
    opacity: 0.7;
    transition: all 0.2s;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    gap: 5px;
}

.HeaderNav-module__link:hover,
.SupportLink-module__link:hover,
.HeaderNav-module__linkk:hover {
    opacity: 1;
}

.SupportLink-module__link img {
    width: 20px;
}

.productModalDescription {
    margin-bottom: 25px;
    margin-top: 25px;
}

.productModalDescription {
    background-color: #ffffff00;
}

.Header-module__wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0;
}

.PlayerMenu-module__loginLink,
.Button-module__btn.Button-module__accent {
    background: var(--orange-color);
    color: var(--default-color-hover);
    transition: all 0.2s;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PlayerBalance-module__btn {
    background: #2828287a;
    color: var(--default-color);
    transition: all 0.2s;
    padding: 10px 20px;
}

.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: var(--bg-color-700);
    border: 2px solid var(--orange-color);
    transition: all 0.2s;
    padding: 10px 20px;
}

.Button-module__btn.Button-module__gray:hover {
    background: #a81f1f;
    border: 2px solid #a81f1f;
    box-shadow: 0px 0px 10px 5px var(--orange-box-shadow);
    color: #fff;
}

.PlayerMenu-module__loginLink:hover {
    background: var(--orange-color-hover);
    box-shadow: 0px 0px 10px 5px var(--orange-box-shadow);
    transform: translateY(-5px);
}

.PlayerMenu-module__loginLink:hover,
.Button-module__btn.Button-module__accent:hover {
    background: var(--orange-color-hover);
    box-shadow: 0px 0px 10px 5px var(--orange-box-shadow);
}

.PlayerBalance-module__btn:hover {
    background: var(--bg-color-800);
    box-shadow: 0px 0px 10px 5px #00000017;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: black;
    display: flex;
    align-items: center;
}

.swiper-slide {
    height: 290px!important;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
    padding: 10px;
}

.swiper-button-prev {
    margin-left: 10px;
}

.swiper-button-next {
    margin-right: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    color: var(--default-color-hover)!important;
}

.container.swiperContainer {
    margin-bottom: 40px;
    opacity: 0;
    transition: opacity 0.5s;
}

.PlayerMenu-module__avatar {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    transition: 0.2s;
}

.PlayerMenu-module__avatar:hover,
.PlayerMenu-module__avatar:focus {
    transform: scale(1.2);
    transition: 0.2s;
}

.PlayerMenu-module__avatar>a>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.PlayerMenu-module__wrapper {
    column-gap: 20px;
}

@keyframes float {
    0% {
        transform: translatey(0px);
    }
    100% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(-30px);
    }
}

.Servers-module__server {
    max-width: unset;
}

.Servers-module__server.Servers-module__active,
.Servers-module__server:hover,
.Servers-module__server:focus {
    color: #fff;
}

.Shop-module__wrapper .boxBody {
    padding: 0px 0px 15px 15px;
}

.Categories-module__categories {
    justify-content: flex-start;
}

.Search-module__wrapper {
    height: 41px;
    width: auto;
    margin-bottom: 3px;
}

.Categories-module__category {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 5px;
}

.Categories-module__categoriesBlock {
    display: flex;
    align-items: flex-end;
}

.Categories-module__categories {
    margin: 0px;
}

.Search-module__iconWrapper {
    background: var(--bg-color-700);
}

.Categories-module__category.Categories-module__active,
.Categories-module__category:hover {
    background-color: var(--bg-color-800);
    color: var(--font-color-700);
}

.Product-module__wrapper {
    border-radius: 5px var(--default-border-radius) 5px var(--default-border-radius);
    min-height: 230px;
}

.Products-module__wrapper {
    margin-top: 20px;
    gap: 20px;
}

.Servers-module__servers {
    margin: -5px -5px 10px;
}

.Product-module__wrapper {
    background: linear-gradient(135.00deg, rgb(40 40 40) 0%, rgb(61 60 60) 100%) var(--x, 0) / 200%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Product-module__price .span__price {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10px;
}

.Product-module__oldPrice {
    font-size: var(--small-font-size);
}

.Product-module__wrapper,
.Product-module__wrapper .Product-module__price .span__price,
.Product-module__wrapper .Product-module__price {
    transition: all 0.2s;
}

.Product-module__wrapper:hover {
    transform: translateY(-10px);
    --x: 100%;
}

.Product-module__wrapper:hover .Product-module__price .span__price {
    color: #fff;
}

.Product-module__wrapper:hover .Product-module__price {
    background: var(--bg-color-800);
}

.Categories-module__category.Categories-module__enableFocus:focus {
    background-color: var(--bg-color-800);
}

.MonitoringWidget-module__body.boxBody {
    padding: 0px;
}

.MonitoringServer-module__wrapper {
    padding: 15px;
    background: var(--bg-color-700);
}

.MonitoringServer-module__name {
    display: flex;
    gap: 10px;
}

@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    100% {
        background-position: 0 0;
    }
}

.MonitoringServer-module__info {
    font-size: 14px;
    position: relative;
    top: -25px;
    left: 10px;
}

.customModalContent.cMp {
    width: 1200px;
}

.MonitoringServer-module__wrapper {
    padding: 15px;
    background: #1d1e2366;
    /*background: var(--bg-color-700);*/
    max-height: 74px;
}

.MonitoringServer-module__progressBarWrapper {
    height: 22px;
}

.DesktopCopyright-module__wrapper {
    bottom: 0px !important;
    left: 0px !important;
    font-size: 11px!important;
}

.DesktopCopyright-module__link {
    color: var(--orange-color-hover);
    font-weight: 500;
}

.ShopFooter-module__link {
    color: var(--orange-color);
}

.discord__box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    background: var(--bg-color-700);
    border-radius: var(--default-border-radius);
}

.discord__avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-bottom: 15px;
}

.content__text {
    text-align: center;
    margin-bottom: 15px;
}

.c__title {
    font-size: 24px;
    line-height: 30px;
    margin-top: 8px;
    color: #fff;
    justify-content: center;
    font-weight: 600;
}

.c__desc,
.widget__descrption {
    font-size: 14px;
    text-transform: lowercase;
    line-height: 20px;
    letter-spacing: 1px;
}

.content__online {
    display: flex;
    margin-top: 10px;
    gap: 10px;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 30px;
}

.c__block {
    display: flex;
    align-items: center;
    padding: 10px;
    background: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 5px;
}

.ca {
    background-color: #71E571;
}

.cb {
    background-color: #C4C4C4;
}

.c__text {
    font-size: 0.9em;
}

.content {
    gap: 5px;
    display: flex;
    flex-direction: column;
}

.btn__ds {
    text-decoration: none;
    background-color: var(--orange-color);
    color: #fff;
    padding: 10px 15px;
    border-radius: var(--default-border-radius);
    display: flex;
    align-items: center;
    transition: all 0.2s;
    gap: 5px;
    font-size: 13px;
}

.btn__ds:hover {
    background: var(--orange-color-hover);
    box-shadow: 0px 0px 10px 5px var(--orange-box-shadow);
}

.btn__ds img {
    width: 22px;
    height: 22px;
    margin-right: 5px;
    display: none;
}

.Widgets-module__widgetWrapper .boxBody {
    padding: 0px;
}

.MonitoringServer-module__progressBarWrapper {
    background-color: #252525;
    background-image: linear-gradient(45deg, #3a3a3a 25%, transparent 0, transparent 50%, #3a3a3a 0, #3a3a3a 75%, transparent 0, transparent);
    animation: progress-bar-stripes 1s linear infinite;
    background-size: 1rem 1rem;
}

.MonitoringServer-module__progressBarAnim {
    background: linear-gradient(to right, var(--orange-color) 0%, var(--orange-color-hover) 100%);
    animation: unset;
    box-shadow: inset 0 0 5px #00000030;
}

.ProductModal-module__command,
.ProductModal-module__bp,
.ProductModal-module__item,
.ProductModal-module__dropdown {
    width: 550px;
}

.MonitoringServer-module__progressInfo:before {
    border-color: var(--orange-color-hover) transparent transparent;
}

.MonitoringServer-module__progressInfo {
    background-color: var(--bg-color-700);
    border: 1px solid var(--orange-color-hover);
    border-radius: 10px;
}

.ProductModal-module__roulette .boxBody {
    background: var(--bg-color-900);
    padding: 5px 15px 25px !important;
}

.ModalLayout-module__modal .boxBody {
    /*background: var(--bg-color-900);*/
    padding: 25px 15px;
}

.PlayerBalanceModal-module__inputWrapper {
    border-radius: var(--default-border-radius);
    background: var(--bg-color-700);
    height: 43px;
}

.PlayerBalanceModal-module__currency {
    height: 100%;
    padding: 0 10px;
    background: unset;
    color: var(--font-color-700);
    line-height: 36px;
}

.PlayerBalanceModal-module__header {
    font-size: 24px;
    align-items: center;
    justify-content: center;
}

.ModalLayout-module__positionWrapper {
    align-items: center;
    justify-content: center;
    text-align: center;
}

.bonus {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 10px;
    background: var(--bg-color-700);
    border-radius: 10px;
    color: var(--default-color);
    font-weight: var(--default-font-weight);
    border: 2px dashed var(--bg-color-800);
    color: var(--default-color);
    position: relative;
    cursor: pointer;
}

.PlayerBalanceModal-module__bonus {
    display: flex;
    gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 25px;
    color: #fff;
    font-weight: 500;
}

.TotalSum-module__inputWrapper,
.CountSelector-module__inputWrapper {
    border-radius: var(--default-border-radius);
    background: var(--bg-color-700);
    border: 2px solid var(--bg-color-800);
}

.TotalSum-module__currency,
.PlayerBalanceModal-module__currency {
    background: var(--bg-color-800) !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: unset;
}

.CountSelector-module__changeCountBtn.CountSelector-module__right {
    border-left: unset;
}

.CountSelector-module__changeCountBtn {
    background: var(--bg-color-800);
}

.CountSelector-module__changeCountBtn:hover {
    background: var(--orange-color-hover);
}

.productModalGiveText {
    color: rgb(173, 173, 173);
    border: 2px dashed var(--bg-color-800);
    padding: 2%;
    border-radius: 10px;
    background: var(--bg-color-700);
    font-size: 14px;
    margin-top: 30px;
}
/* 
.PlayerBalanceModal-module__label {
    display: none;
} */

.ProductModal-module__header,
.customModalContent .boxHeader {
    font-size: 24px;
    justify-content: center;
}

.productModalImg {
    filter: drop-shadow(rgba(70, 82, 82, 0.8) 1px 1px 4px) drop-shadow(rgba(70, 82, 82, 0.8) -2px -2px 12px);
}

.productModalContainsItem {
    border-radius: var(--default-border-radius);
}

.RouletteContent-module__triangle.RouletteContent-module__top {
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-name: bounce-2;
    animation-timing-function: ease;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    border-top: 20px solid #bbb;
}

@keyframes bounce-2 {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
}

.RouletteContent-module__rouletteItemImg {
    background: #333;
    border-radius: 35px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05);
    height: 240px;
    overflow: hidden;
    padding: 25px;
    transform: scale(0.9);
    width: 240px;
    margin-top: 25px;
}

.RouletteContent-module__rouletteItem+.RouletteContent-module__rouletteItem {
    margin-left: 10px;
}

.RouletteContent-module__lineWrapper {
    -webkit-mask-image: linear-gradient(to left, rgba(255, 255, 255, 0) 5%, #000 35%, #000 65%, rgba(255, 255, 255, 0) 95%);
    background: var(--bg-color-900);
    margin-bottom: 15px;
}

.ModalLayout-module__modal {
    /* background: var(--bg-color-900); */
    border-radius: 20px;
}

.RouletteContent-module__rouletteItem {
    background: var(--bg-color-900);
}

.RouletteContent-module__rouletteItemInfo {
    color: #e8e8e8;
    font-size: 16px;
}

.KitContent-module__containsItem {
    background: var(--bg-color-700);
    border-radius: 15px;
    box-shadow: unset;
    color: rgba(255, 255, 255, .7);
    cursor: pointer;
    margin: -8px 2px 8px;
    overflow: hidden;
    position: relative;
    text-align: center;
    transform: rotate(0deg);
    transition: all .3s;
    height: 251px;
}

.KitContent-module__containsItem .KitContent-module__itemName {
    background: transparent;
    font-size: var(--default-font-size);
    font-weight: var(--default-font-weight);
    text-align: center;
    text-overflow: ellipsis;
    text-shadow: 0 0 4px rgba(0, 0, 0, .4);
}

.KitContent-module__containsItem .KitContent-module__itemCount {
    background: unset;
    border-radius: 10px;
    bottom: 8px;
    color: rgba(255, 255, 255, .7);
    font-weight: var(--default-font-weight);
    right: 10px;
    text-align: end;
    z-index: 1;
}

.KitContent-module__containsItems {
    grid-template-columns: repeat(5, minmax(190px, 1fr));
}

.ProductModal-module__set {
    width: 1100px!important;
}

.plus {
    display: flex;
    align-items: center;
    font-size: var(--default-font-size);
}

.amount {
    font-size: var(--default-font-size);
    font-weight: var(--default-font-weight);
}

.ProfileNav-module__wrapper .boxFooter {
    padding: 0px;
    margin-top: 20px;
}

.ProfileNav-module__body.boxBody {
    padding: 0px;
    display: flex;
    gap: 5px;
}

.ProfileNav-module__navItem {
    display: flex;
    align-items: center;
    gap: 15px;
    opacity: 0.7;
    transition: all 0.2s;
}

.ProfileNav-module__navItem:hover,
.ProfileNav-module__active {
    opacity: 1;
}

.ProfileNav-module__navItem {
    border-radius: var(--default-border-radius);
}

.ProfileContent-module__body.boxBody,
.BasketContent-module__wrapper .boxBody,
.HistoryContent-module__wrapper .boxBody {
    background: var(--bg-color-700);
}

.ProfileContent-module__box {
    background-color: var(--bg-color-800);
    padding: 0 4px;
    border-radius: var(--default-border-radius);
    margin-top: 5px;
}

.ProfileContent-module__title {
    display: block;
    margin-bottom: 10px;
    font-size: 12px;
    color: var(--font-color-900);
}

.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    color: #fff;
    display: flex;
    justify-content: flex-end;
}

.ProfileContent-module__infoLineValue {
    color: var(--font-color-700);
    display: flex;
    justify-content: flex-end;
}

.Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: var(--bg-color-800);
    cursor: pointer;
    border-radius: var(--default-border-radius);
    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;
}

.Selector-module__dropDownList {
    background: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.Selector-module__dropDownItem:hover,
.Selector-module__dropDownItem:focus,
.Selector-module__dropDownItem.Selector-module__active {
    background-color: var(--bg-color-700);
    border-radius: var(--default-border-radius);
}

.ProfileContent-module__input {
    background: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.Selector-module__dropDownCurrentItem:hover,
.Selector-module__dropDownCurrentItem:focus {
    outline: unset;
}

.BasketSearch-module__wrapper,
.HistorySearch-module__wrapper {
    border-radius: var(--default-border-radius);
    background: var(--bg-color-800);
}

.BasketSearch-module__iconWrapper,
.HistorySearch-module__iconWrapper {
    background: var(--bg-color-800);
}

.BasketTable-module__tableHeader,
.HistoryTable-module__tableHeader {
    background-color: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.BasketTable-module__tableLine:nth-child(2n-1),
.HistoryTable-module__tableLine:nth-child(2n-1) {
    background-color: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.Pagination-module__page:hover,
.Pagination-module__page.Pagination-module__active,
.Pagination-module__page:focus {
    color: #fff;
}

.content__info>.title {
    font-size: 17px;
    color: black;
    margin-bottom: 0;
    font-weight: 500;
}

.content__info>.description {
    font-weight: 300;
    color: #404040;
    font-size: 14px;
    border-radius: 10px;
}

.content__info {
    width: 100%;
}

.widget__img {
    width: 50px;
}

.widget__title {
    font-weight: var(--default-font-weight);
    color: #fff;
}

.widget__description {
    font-size: 12px;
}

.widgetWrapper--flex .boxBody {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    border-radius: 10px;
    background: var(--bg-color-700) !important;
    transition: 0.2s;
}

.widgetWrapper--flex .boxBody:hover {
    transform: translateY(-3px);
    transition: 0.2s;
}

.vkk {
    padding: 15px !important;
    background-color: var(--bg-color-700) !important;
}

.customModalPosition {
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: backdrop-filter 0.5s ease;
    backdrop-filter: blur(10px);
}

.customModalContent {
    width: 900px;
}

.customModalContent .boxBody {
    display: flex;
    text-align: justify;
    flex-direction: column;
}

.xbox_custom_rules {
    text-align: left;
}

.xbox_custom_rules ul {
    list-style-type: none;
    padding-left: 0;
}

.xbox_custom_rules li {
    margin-bottom: 10px;
}

.MsoNormal span {
    font-weight: bold;
    font-size: 24px;
}

.MsoNormal {
    margin-top: 10px;
    margin-bottom: 10px;
}

.xbox_custom_rules li span {
    padding: 5px;
    background: var(--bg-color-700);
    border-radius: 5px;
    font-weight: 500;
    line-height: 2;
}

.unban span {
    font-size: 15px;
}

.unbancolor {
    color: var(--orange-color);
    font-weight: 500;
}

.kit-items {
    -ms-flex-flow: row wrap;
    -ms-flex-pack: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.block_by_category:before {
    color: #e9eaec;
    display: block;
    font-size: 16px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
    width: 100%;
}

.block_category_1:before {
    background: var(--bg-color-700);
    padding: 5px;
    border-radius: 5px 0 0 5px;
    content: "1 ЧАС";
}

.block_category_2:before {
    background: var(--bg-color-700);
    padding: 5px;
    content: "2 ЧАСА";
}

.block_category_3:before {
    background: var(--bg-color-700);
    padding: 5px;
    content: "3 ЧАСА";
}

.block_category_4:before {
    background: var(--bg-color-700);
    padding: 5px;
    content: "4 ЧАСА";
}

.block_category_5:before {
    background: var(--bg-color-700);
    padding: 5px;
    content: "5 ЧАСОВ";
}

.block_category_6:before {
    background: var(--bg-color-700);
    padding: 5px;
    content: "6 ЧАСОВ";
}

.block_category_7:before {
    background: var(--bg-color-700);
    padding: 5px;
    content: "9 ЧАСОВ";
}

.block_category_8:before {
    background: var(--bg-color-700);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    content: "22 ЧАСА";
}

.block_category_10:before {
    background: var(--bg-color-700);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    content: "28 ЧАСОВ";
}

.block_category_12:before {
    background: var(--bg-color-700);
    padding: 5px;
    border-radius: 0 5px 5px 0;
    content: "31 ЧАС";
}

.block_by_category .kit-item {
    align-items: center;
    background: var(--bg-color-700);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    height: 80px;
    margin: 8px;
    width: 80px;
}

.kit-item__image {
    transform: scale(0.7);
    width: 100%;
}

.kit-item__quantity {
    border-radius: 0 0 15px 15px;
    font-size: 12px;
    position: relative;
    top: -20px;
}

.ProductItemSelector-module__items {
    display: grid;
    grid-template-columns: repeat(3, minmax(50px, 1fr));
    gap: 8px;
}

.ProductItemSelector-module__item {
    border-radius: var(--default-border-radius);
    background: var(--bg-color-700);
    border: 0px;
}

.ProductItemSelector-module__item.ProductItemSelector-module__active {
    border-radius: var(--default-border-radius);
    background: var(--bg-color-800);
    border: 0px;
}

.ProductItemSelector-module__item {
    transition: all 0.2s;
}

.ProductItemSelector-module__item:hover,
.ProductItemSelector-module__item:active {
    border: 1px solid var(--orange-color);
    border-radius: var(--default-border-radius);
}

.block-items {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    overflow: hidden;
}

.block-item {
    cursor: pointer;
    background: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.block-item img {
    width: 80px;
    height: 80px;
}

.block-item p {
    cursor: pointer;
    margin-top: 0px;
    margin-bottom: 1rem;
    color: rgb(186, 177, 168);
}

.block-time {
    position: absolute;
    padding: 5px;
    font-weight: 400;
    font-size: 15px;
    top: 5px;
    right: 5px;
    line-height: 14px;
    color: black;
    background: var(--bg-color-800);
    box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px -6px;
    backdrop-filter: blur(6px);
    border-radius: 5px;
}

.dropDownList {
    border-radius: var(--default-border-radius);
}

.PlayerMenuMobile-module__profileLink,
.PlayerMenuMobile-module__loginLink {
    border-radius: var(--default-border-radius);
    background-color: var(--bg-color-700);
    text-align: center;
    width: 100%;
    padding: 10px;
}

.desc__content {
    padding: 10px;
    /*background-color: var(--bg-color-700);*/
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.desc__content__img {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
}

.desc__content>a>img {
    width: 135px;
    border-radius: 8px;
}

.content__info .desc__content {
    background: var(--bg-color-700);
}
.desc__content>font {
    font-weight: bold!important;
}

.desc__content>font,
.desc__content__img>font {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    /*background: var(--bg-color-800);*/
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.ffox {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #FF9D38!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.ffoxpro {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #47BAFF!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.felite {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #C352FF!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.fprem {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #FAC229!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.fvip {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: #67B063!important;
    color: var(--default-color);
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
}

.content__info>.title {
    font-size: 16px;
    color: var(--title-color);
    margin-bottom: 0;
    font-weight: 500;
    opacity: 1;
}

.content__info>.description {
    font-weight: 300;
    color: #ffa141;
    font-size: 14px;
    margin-bottom: 0;
    opacity: 1;
}

.desc__title {
    margin-bottom: 5px;
}

.desc__title__kit {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.hzBtn {
    font-size: 14px;
    font-weight: 500;
    padding: 5px 10px;
    background: var(--orange-color);
    color: var(--default-color-hover) !important;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 3px 50px 0px rgba(0, 0, 0, 0.3);
    transition: all 0.2s;
    cursor: pointer;
    letter-spacing: 0px !important;
}

.hzBtn:hover {
    background: var(--orange-color-hover);
    cursor: pointer;
    box-shadow: 0px 0px 10px 5px rgb(229 174 31 / 10%);
}

.customModalPosition .desc__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.block-one,
.block-two {
    background: var(--bg-color-700);
    padding: 20px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 5px;
}

.block-contex {
    display: flex;
    justify-content: space-around;
    gap: 15px;
    margin-bottom: 25px;
}

.aa {
    opacity: 0.7;
}

.bb {
    font-size: 18px;
    color: white;
}

.desc__block {
    padding: 0px;
    background-color: #ff000000;
    border-radius: 10px;
}

.desc__title {
    margin-bottom: 0;
    display: flex;
    justify-content: center;
}

.desc__block.one {
    margin-bottom: 20px;
}

.productModalDescription {
    padding: 0px;
}

.Product-module__discount {
    margin: 8px;
    border-radius: 5px 10px 5px 5px;
    background: linear-gradient(to right, rgb(255 194 28) 0%, var(--orange-color) 100%);
}

.Product-module__price {
    margin: 8px;
    border-radius: 5px;
    background: var(--bg-color-800);
}

.Product-module__name {
    background: linear-gradient(to right, rgb(255 194 28) 0%, var(--orange-color) 100%);
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px -4px 25px 0px rgba(0, 0, 0, 0.45);
    text-align: center;
}

.dropDownItem:hover,
.dropDownItem:focus,
.dropDownItem.active {
    background-color: var(--bg-color-800);
    border-radius: var(--default-border-radius);
}

.dropDownCurrentItem {
    border-radius: var(--default-border-radius);
}

.dropDownCurrentItem:hover,
.dropDownCurrentItem:focus {
    outline: unset;
}

.boxBody.PlayerMenuMobile-module__body {
    border-radius: 0px;
}

.productModalDescription .container-oplata {
    display: flex;
}

.productModalDescription .container-oplata {
    background: #333;
    border-radius: 12px;
    cursor: pointer;
    display: -webkit-inline-box;
    height: 50px;
    margin-bottom: 5px;
    padding: 5px;
    right: -21110px;
    text-align: initial;
    transform: scale(1);
    transition: all .2s ease-out;
    width: 100%;
}

.productModalDescription .icon-user-oplata {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    border-radius: 0;
    flex: 0 0 auto;
    height: 30px !important;
    margin: 5px;
    margin-right: 10px !important;
    width: 30px !important;
}

.productModalDescription .textContainer-oplata {
    -ms-flex: 1;
    -ms-flex-direction: column;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-evenly;
    overflow: hidden;
}

.priv_discount2 {
    background: rgba(33, 33, 33, 0.5);
    border-radius: 0 10px 0 10px;
    color: white;
    cursor: help;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    padding: 0 8px 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

.container-oplata .tooltiptext1 {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    color: #fff;
    left: 105%;
    opacity: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transition: opacity 220ms ease-out;
    visibility: hidden;
    width: 170px;
    z-index: 1;
}

.container-oplata .tooltiptext1::after {
    border-color: transparent rgba(0, 0, 0, 0.5) transparent transparent;
    border-style: solid;
    border-width: 5px;
    content: "";
    margin-top: -5px;
    position: absolute;
    right: 100%;
    top: 50%;
}

.priv_discount {
    background: #1b1b1b;
    border-radius: 0 10px 0 10px;
    color: white;
    cursor: help;
    font-size: 14px;
    font-weight: 400;
    opacity: 1;
    padding: 0 8px 0 10px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
}

@media (max-width: 790px) {
    .container.swiperContainer {
        display: none;
    }
    .Categories-module__categoriesBlock {
        display: flex;
        align-items: flex-end;
        flex-direction: column;
    }
    .Search-module__wrapper {
        width: 100%;
    }
    .Categories-module__categories {
        display: flex;
        justify-content: center;
    }
    .Product-module__price {
        background: var(--bg-color-800);
    }
    .Shop-module__wrapper .boxBody {
        padding: 0px 0px 15px 0px;
    }
}

@media (max-width: 355px) {
    .Product-module__wrapper {
        min-height: 355px;
    }
    .KitContent-module__containsItems {
        grid-template-columns: repeat(1, minmax(190px, 1fr));
    }
}

.servers-list-content {
    background: var(--bg-color-700);
}

.servers-list-content .servers-list-content-name {
    height: 185px;
    width: 100%;
    position: relative;
    /* padding-top: 34px; */
}

.servers-list-content .servers-list-content-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 25px 20px 25px;
    border-bottom: 1px solid rgb(0 0 0 / 21%);
}

.servers-list-content .servers-list-content-info .servers-list-content-info-ip {
    font-size: 16px;
    letter-spacing: 1px;
}

.servers-list-content .servers-list-content-info .servers-list-content-info-ip p {
    color: #e88c1b;
}

.servers-list-content .servers-list-content-info .servers-list-content-info-ip p span {
    color: #ffffff;
    font-weight: 500;
}

.ip-copy {
    cursor: pointer;
}

.servers-list-content {
    font-family: "Salma Pro" !important;
}

.servers-list-content .servers-list-content-play {
    padding: 15px 25px 30px 25px;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-online {
    margin-bottom: 15px;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-online p {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-online p .online {
    color: #5afe28;
    font-weight: 500;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-online p span {
    color: white;
    font-weight: 500;
}

.wipe-time {
    text-transform: lowercase;
    color: #e88c1b !important;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.servers-list-content-play-connect-shop {
    margin-top: 10px;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .connect {
    text-decoration: none;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .connect {
    width: 74%;
    background-color: #e88c1b;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0% 50%);
    padding: 2px 1px 1px 1px;
    outline: none;
    border: none;
    font-family: "Antarctican";
    cursor: pointer;
    transition: 0.5s;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .connect:hover div {
    color: #ececec;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .connect div {
    position: relative;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 95% 100%, 0 100%, 0% 50%);
    width: 100%;
    height: 100%;
    color: #4d2a00;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    letter-spacing: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
    transition: 0.5s;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .connect div span {
    position: absolute;
    display: flex;
    width: 100%;
    height: 50%;
    background-color: rgb(255 255 255 / 24%);
    top: 0;
    transition: 0.5s;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .shop {
    width: 22%;
    height: 60px;
    clip-path: polygon(0 0, 100% 0, 100% 80%, 85% 100%, 0 100%, 0% 50%);
    background-color: #e88c1b;
    padding: 2px 1px 1px 1px;
    transition: 0.5s;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .shop div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    color: #4d2a00;
    font-size: 20px;
    position: relative;
    transition: 0.5s;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .shop div span {
    position: absolute;
    display: flex;
    width: 100%;
    height: 50%;
    top: 0;
    background-color: rgb(255 255 255 / 30%);
    transition: 0.5s;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .shop div i {
    z-index: 1;
}

.servers-list-content .servers-list-content-play .servers-list-content-play-connect-shop .shop div:hover {
    color: #ececec;
}

.fa-solid,
.fas {
    font-weight: 900;
}


/* NOTY 3.2.0-beta */

#noty_layout__bottom,
#noty_layout__bottomCenter,
#noty_layout__bottomLeft,
#noty_layout__bottomRight,
#noty_layout__center,
#noty_layout__centerLeft,
#noty_layout__centerRight,
#noty_layout__top,
#noty_layout__topCenter,
#noty_layout__topLeft,
#noty_layout__topRight,
.noty_layout_mixin {
    position: fixed;
    margin: 0;
    padding: 0;
    z-index: 9999999;
    -webkit-transform: translateZ(0) scale(1, 1);
    transform: translateZ(0) scale(1, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    filter: blur(0);
    -webkit-filter: blur(0);
    max-width: 90%
}

#noty_layout__top {
    top: 0;
    left: 5%;
    width: 90%
}

#noty_layout__topLeft {
    top: 20px;
    left: 20px;
    width: 325px
}

#noty_layout__topCenter {
    top: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__topRight {
    top: 20px;
    right: 20px;
    width: 325px
}

#noty_layout__bottom {
    bottom: 0;
    left: 5%;
    width: 90%
}

#noty_layout__bottomLeft {
    bottom: 20px;
    left: 20px;
    width: 325px
}

#noty_layout__bottomCenter {
    bottom: 5%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__bottomRight {
    bottom: 20px;
    right: 20px;
    width: 325px
}

#noty_layout__center {
    top: 50%;
    left: 50%;
    width: 325px;
    -webkit-transform: translate(-webkit-calc(-50% - .5px), -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(calc(-50% - .5px), calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__centerLeft {
    top: 50%;
    left: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

#noty_layout__centerRight {
    top: 50%;
    right: 20px;
    width: 325px;
    -webkit-transform: translate(0, -webkit-calc(-50% - .5px)) translateZ(0) scale(1, 1);
    transform: translate(0, calc(-50% - .5px)) translateZ(0) scale(1, 1)
}

.noty_progressbar {
    display: none
}

.noty_has_timeout.noty_has_progressbar .noty_progressbar {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #ffcc00;
    opacity: 1
}

.noty_bar {
    -webkit-transform: translate(0, 0) translateZ(0) scale(1, 1);
    -ms-transform: translate(0, 0) scale(1, 1);
    transform: translate(0, 0) scale(1, 1);
    -webkit-font-smoothing: subpixel-antialiased;
    overflow: hidden
}

.noty_effects_open {
    opacity: 0;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%);
    -webkit-animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
    animation: noty_anim_in .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_effects_close {
    -webkit-animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
    animation: noty_anim_out .5s cubic-bezier(.68, -.55, .265, 1.55);
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.noty_fix_effects_height {
    -webkit-animation: noty_anim_height 75ms ease-out;
    animation: noty_anim_height 75ms ease-out
}

.noty_close_with_click {
    cursor: pointer
}

.noty_close_button {
    position: absolute;
    top: 2px;
    right: 2px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out
}

.noty_close_button:hover {
    background-color: rgba(0, 0, 0, .1)
}

.noty_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10000;
    opacity: .3;
    left: 0;
    top: 0
}

.noty_modal.noty_modal_open {
    opacity: 0;
    -webkit-animation: noty_modal_in .3s ease-out;
    animation: noty_modal_in .3s ease-out
}

.noty_modal.noty_modal_close {
    -webkit-animation: noty_modal_out .3s ease-out;
    animation: noty_modal_out .3s ease-out;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

@-webkit-keyframes noty_modal_in {
    100% {
        opacity: .3
    }
}

@keyframes noty_modal_in {
    100% {
        opacity: .3
    }
}

@-webkit-keyframes noty_modal_out {
    100% {
        opacity: 0
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0
    }
}

@keyframes noty_modal_out {
    100% {
        opacity: 0
    }
}

@-webkit-keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@keyframes noty_anim_in {
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
        opacity: 1
    }
}

@-webkit-keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0
    }
}

@keyframes noty_anim_out {
    100% {
        -webkit-transform: translate(50%);
        transform: translate(50%);
        opacity: 0
    }
}

@-webkit-keyframes noty_anim_height {
    100% {
        height: 0
    }
}

@keyframes noty_anim_height {
    100% {
        height: 0
    }
}

.noty_theme__sunset.noty_bar {
    margin: 4px 0;
    overflow: hidden;
    border-radius: 2px;
    position: relative
}

.noty_theme__sunset.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .8)
}

.noty_theme__sunset.noty_bar .noty_buttons {
    padding: 10px
}

.noty_theme__sunset.noty_type__alert,
.noty_theme__sunset.noty_type__notification {
    background-color: #001831d1;
    color: #fff
}

.noty_theme__sunset.noty_type__alert .noty_progressbar,
.noty_theme__sunset.noty_type__notification .noty_progressbar {
    background-color: #0970c7
}

.noty_theme__sunset.noty_type__warning {
    background-color: rgba(243, 156, 18, .88);
    color: #fff
}

.noty_theme__sunset.noty_type__error {
    background-color: rgba(220, 18, 0, .8);
    color: #fff
}

.noty_theme__sunset.noty_type__error .noty_progressbar {
    opacity: .7
}

.noty_theme__sunset.noty_type__info,
.noty_theme__sunset.noty_type__information {
    background-color: rgba(52, 152, 219, .88);
    color: #fff
}

.noty_theme__sunset.noty_type__info .noty_progressbar,
.noty_theme__sunset.noty_type__information .noty_progressbar {
    opacity: .8
}

.noty_theme__sunset.noty_type__success {
    background-color: #1e751ed9;
    color: #fff
}

.noty_theme__sunset.noty_type__success .text-success {
    color: #007820;
}

.noty_theme__sunset.noty_type__success .text-primary {
    color: #0062ca;
}

.noty_body a {
    color: #ffcc00 !important;
}

.noty_body a:hover {
    color: #000000 !important;
    text-shadow: 1px 1px 1px #fff3;
}

#content .alert-success {
    color: #fff;
    background-color: #0b6220d9;
    border-color: #00350f
}

.alert-success {
    color: #fff;
    background-color: #0b6220d9;
    border-color: #006b00;
}

.alert-success a {
    color: #ffcc00;
}

.alert-success a:hover {
    color: #fbff00;
}

.alert-info {
    color: #000000;
    background-color: #d0e5ff;
    border-color: #8acaff;
}

.alert.alert-info input.form-control {
    border-radius: 4px;
}

.alert-warning {
    background-color: rgba(243, 156, 18, .88);
}

.alert-danger,
.alert-error {
    background-color: #b91100;
    border: 1px solid #6f0a00;
    color: #fc0;
}

.mod_store a.btn.btn-default.btn-md {
    color: #ffffff;
    background-color: #282828;
    border: 1px solid #dd792a;
}

.mod_store a.btn.btn-default.btn-md.active {
    background-color: #dd792a;
    border: 1px solid #ffffff;
}

.PlayerBalance-module__wrapper_custm {
    display: flex;
    margin-left: 24px;
    align-items: center;
}

.PlayerMenu-module__balance {
    margin-right: 12px;
}