@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

body {
    color: #fff;
}
.Header-module__wrapper {
    margin-bottom: 20px;
    padding: 0 15px;
    min-height: 50px;
    font-weight: 500;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.boxBody {
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.boxFooter {
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 0px 0px 10px 10px;
}
.boxHeader {
    border-radius: 10px 10px 0px 0px;
    text-align: left;
}
.ProductModal-module__header {
    font-size: 17px;
    display: block;
    border-radius: 10px 10px 0px 0px;
}
.Product-module__price {
    top: unset;
    bottom: 10px;
    left: 15px;
    background: #1C5BE5;
    padding: 5px 10px;
    font-size: 13px;
    line-height: 16px;
    font-family: "Sofia Sans", sans-serif;
    font-weight: 500;
    color: rgb(255, 255, 255);
    border-radius: 5px;
    display: flex;
    align-items: center;
}
.Product-module__wrapper {
    background-image: linear-gradient(rgb(15, 27, 51) 60%, rgb(22, 37, 65));
    position: relative;
    padding: 20px;
    cursor: pointer;
    border-radius: 10px;
    overflow: visible;
    animation: 0.15s ease 0s 1 normal none running Product-module__productAnimation;
    transition: 0.1s;
}
.Product-module__wrapper:hover {
	transform: scale(1.05);
	transition: all 250ms ease 0s;
}
:root[data-theme="red_black"] {
    --accent-color-800: #2563eb;
    --accent-color-900: #3b82f6;
    --font-color-700: #fff;
    --font-color-800: rgba(255, 255, 255, .7);
    --font-color-900: #bfdbfe;
    --bg-color-900: #020617;
    --bg-color-800: #020617;
    --bg-color-700: #0f172a;
    --product-items-trans-bg-color: rgba(0, 0, 0, .4);
    --default-font-size: 16px;
    --default-font-family: "Sofia Sans, sans-serif";
    --safe-padding: 20px;
    --promocode-bg-color: #1d1b1af7;
}
.Categories-module__category.Categories-module__active, .Categories-module__category:hover {
    background-color: var(--accent-color-800);
    color: var(--font-color-700);
    border-radius: 10px;
}
.Search-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
}
.Search-module__wrapper {
    width: 100%;
    display: flex;
    height: 34px;
    overflow: hidden;
    background: var(--bg-color-700);
    margin-top: 15px;
    border-radius: 10px;
}
.Button-module__btn.Button-module__gray {
    color: var(--font-color-800);
    background-color: var(--accent-color-800);
    border-radius: 10px;
}
.LangSwitcher-module__currentLang {
    display: none;
}
.PlayerMenu-module__profileLink:hover, .PlayerMenu-module__profileLink:focus, .PlayerMenu-module__loginLink:hover, .PlayerMenu-module__loginLink:focus {
    background-color: var(--accent-color-800);
    border-radius: 10px;
}
.HeaderNav-module__link:hover, .HeaderNav-module__link:focus {
    color: #ffffff;
    background: red;
    border-radius: 10px;
}
.MonitoringServer-module__playersInfo {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
}
.MonitoringServer-module__progressBarWrapper {
    margin-bottom: 6px;
    border-radius: 3px;
    position: relative;
    width: 100%;
    height: 8px;
}
.Product-module__name {
    z-index: 6;
    transition: none;
    transform: none;
    max-width: 180px;
    width: 100%;
    padding: 0px;
    bottom: 45px;
    left: 18px;
    text-align: start;
    background-color: transparent;
    font-family: "Sofia Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}
.Categories-module__category {
    cursor: pointer;
    color: var(--font-color-900);
    background-color: var(--bg-color-700);
    padding: 10px 15px;
    border-radius: 10px;
    margin: 5px;
    transition: all .15s ease;
}
.Button-module__btn.Button-module__accent {
    color: var(--font-color-700);
    background-color: var(--accent-color-800);
    border-color: var(--accent-color-800);
    border-radius: 10px;
}
.Banner-module__img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.CountSelector-module__changeCountBtn.CountSelector-module__left {
    border-right: 2px solid var(--bg-color-800);
    border-radius: 10px 0px 0px 10px;
}
.TotalSum-module__currency {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    line-height: 36px;
    border-radius: 10px 0px 0px 10px;
}
.TotalSum-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    overflow: hidden;
    background: var(--bg-color-700);
    border-radius: 10px;
}
.CountSelector-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-color-700);
}
.productModalGiveText {
    padding: 8px;
    display: block;
    text-align: center;
    color: #2689d1;
    font-size: 13px;
    font-weight: 500;
    line-height: 15px;
    border-radius: 7px;
    background: #2689d169;
    margin-bottom: 10px;
}
.Product-module__img {
    object-fit: contain;
    width: 100%;
    aspect-ratio: 1 / 1;
    margin-bottom: 16px;
    padding: 10px;
}
.Product-module__discount {
    top: 0;
    right: 0;
    color: var(--font-color-700);
    padding: 3px 6px;
    background: linear-gradient(135deg, #e30d0d, #af0b0b, #930b0b);
    animation: gradient 4s ease infinite;
    background-size: 400%;
    margin-right: 3px;
    margin-top: 3px;
    border-radius: 5px;
}
.productModalDescription {
    list-style: inside;
    text-align: left;
    padding: 10px;
    margin-bottom: 10px;
    background-color: var(--bg-color-700);
    border-radius: 5px;
}
.text-container {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-evenly;
    overflow: hidden;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.desc-service {
    padding: 2% 4%;
    border-radius: 10px;
    background: #333333;
    display: flex;
    justify-content: space-between;
    margin-top: 4px;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.pd-additional {
    align-items: center;
    display: flex;
    background: linear-gradient(135deg, #e30d0d, #af0b0b, #930b0b);
    background-size: 400% 400%;
    animation: gradient 5s ease infinite;
    width: auto;
    height: 20px;
    padding: 0px 10px;
    border-radius: 5px;
    transform: scale(1);
    transition: transform 400ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
    box-shadow: 0 0 5px rgb(0 0 0 / 30%);
    margin-left: 9px;
    font-size: 13px;
    color: rgba(255, 255, 255, .9) !important;
}
.desc-text-info {
    font-weight: 300;
    font-size: 11px;
    color: #747474;
    text-align: left;
}
.desc-text {
    font-size: 13px;
    color: rgb(255 255 255) !important;
}
.RouletteContent-module__lineWrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    height: 290px;
    align-items: center;
    background: rgba(137, 137, 137, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(75px);
}
.productModalContainsItem {
    background-color: var(--bg-color-700);
    padding: 10px;
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 10px;
}
.RouletteContent-module__rouletteItem {
    overflow: hidden;
    background: var(--bg-color-700);
    padding: 8px;
    border-radius: 10px;
}
.productModalItemCount {
    color: #dbdbdb;
    border-radius: 5px;
    background: linear-gradient(135deg, #e30d0d, #af0b0b, #930b0b);
    animation: gradient 4s ease infinite;
    background-size: 400%;
    text-align: center;
}
.PlayerBalance-module__btn:hover, .PlayerBalance-module__btn:focus {
    background-color: var(--accent-color-800);
    border-radius: 10px;
}
.PlayerBalanceModal-module__currency {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    line-height: 36px;
    border-radius: 10px 0px 0px 10px;
}
.PlayerBalanceModal-module__inputWrapper {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    background: var(--bg-color-700);
}
.PlayerBalanceModal-module__form:before {
	content: "⚠️ Если вы испытываете проблемы с пополнением, пожалуйста, обратитесь к администрации проекта.";
	font-weight: 500;
}
.ProfileNav-module__img {
    width: 234px;
    height: 220px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.ProfileContent-module__infoWrapper {
    margin-bottom: 15px;
    border-radius: 10px;
}
.ProfileContent-module__infoLineValue.ProfileContent-module__steamid {
    cursor: pointer;
    color: #ffffff;
    transition: all .15s ease;
}
.ProfileContent-module__input {
    width: 100%;
    display: flex;
    height: 36px;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 15px;
    background: var(--bg-color-700);
}
.ProfileNav-module__navItem:hover, .ProfileNav-module__navItem:focus, .ProfileNav-module__navItem.ProfileNav-module__active {
    color: var(--font-color-800);
    background: var(--bg-color-800);
    border-radius: 10px;
}
.ProfileNav-module__navItem+.ProfileNav-module__navItem {
    margin-top: 3px;
    border-radius: 10px;
}
.ProfileNav-module__navItem {
    cursor: pointer;
    background: var(--bg-color-700);
    padding: 10px 15px;
    color: var(--font-color-900);
    transition: all .15s ease;
    border-radius: 10px;
}
.BasketSearch-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
}
.BasketSearch-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    overflow: hidden;
    background: var(--bg-color-700);
    border-radius: 10px;
}
.Selector-module__dropDownCurrentItem {
    width: 100%;
    background-color: var(--bg-color-700);
    cursor: pointer;
    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;
    border-radius: 10px;
}
.BasketTable-module__tableLine, .BasketTable-module__tableHeader {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 14px 12px;
    border-radius: 10px;
}
.HistorySearch-module__iconWrapper {
    height: 100%;
    padding: 0 10px;
    background: var(--accent-color-800);
    color: var(--font-color-700);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0px 0px 10px;
}
.HistorySearch-module__wrapper {
    width: 100%;
    display: flex;
    height: 40px;
    overflow: hidden;
    background: var(--bg-color-700);
    border-radius: 10px;
}
.HistoryTable-module__tableLine, .HistoryTable-module__tableHeader {
    display: grid;
    grid-template-columns: 1fr 200px 130px;
    gap: 10px;
    align-items: center;
    padding: 14px 12px;
    border-radius: 10px;
}
.Widgets-module__widgetWrapper .social-box {
    text-align: center;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
}
.social-box a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #d11616;
    border-radius: 12px;
    text-transform: uppercase;
    padding: 5px 0 2px;
    margin-bottom: 25px;
    transition: .3s;
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.social-box {
    text-align: center;
    display: grid;
    line-height: 2rem;
    margin-top: 20px;
    margin-left: 10px;
    margin-right: 10px;
}
.xbox__header {
    padding: 10px;
    border-radius: 12px;
    background: rgba(137, 137, 137, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(75px);
}
.soc-header_text {
	text-align: center;
}
.socicon {
    vertical-align: sub;
    margin-right: 7px;
}
.social-box a:hover {
	transform: scale(1.03);
}
h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
    text-align: center;
}
.bonus-back {
    background: url(https://gspics.org/images/2024/02/22/0b7nnx.png) no-repeat center center fixed;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
    transform: scale(1);
    transition: all .4s;
    align-items: center;
    border-radius: 10px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    border: 1px solid rgba(255, 255, 255, 0.09);
}
.bonus-name-ico {
    font-size: 18px;
    padding: 20px;
    font-weight: 500;
    color: white;
}
.bonusinfosteam {
    padding: 10px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: rgba(137, 137, 137, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.09);
    backdrop-filter: blur(15px);
}
.bonus-steam {
    background: url(https://gspics.org/images/2024/02/23/0bZN5I.png) no-repeat center center fixed;
    width: 20px;
    height: 20px;
    background-size: 100%;
    margin-right: 5px;
}
.bonus-title {
    font-weight: 500;
    font-size: 14px;
    color: rgba(255, 255, 255 .7) !important;
}
@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes animate {
  0% {
    background-position: 0%;
  }
  100% {
    background-position: 100%;
  }
 }
.Product-module__count {
    display: none;
}
.widgetWrapper--flex .boxBody  {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
  	border-radius: 10px;
  	transition: 0.2s;
}
.widgetWrapper--flex .boxBody:hover  {
    transform: scale(1.05);
    transition: 0.2s;
}
.vstooltip {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.product_egg {
    background: rgb(23, 37, 69);
    padding: 10px 15px;
    width: 100%;
    text-transform: none;
    font-weight: 600;
    font-family: "Sofia Sans", sans-serif;
    color: rgb(218, 228, 255);
    font-size: 14px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.cooldown {
    font-size: 13px;
    background: rgb(38, 70, 145);
    padding: 5px 10px;
    border-radius: 10px;
}
.tooltip {
    position: relative;
    display: inline-block;
    background: rgb(38, 70, 145);
    text-align: center;
    padding: 4px 10px;
    border-radius: 8px;
    cursor: help;
}
.premium_color1 {
    background: rgb(16 86 249);
    padding: 5px 15px;
    border-radius: 10px;
    color: rgb(255 255 255);
    box-shadow: rgb(25 65 157) 0px 0px 20px;
}
.premium_color2 {
    background: rgb(177 46 47);
    padding: 5px 15px;
    border-radius: 10px;
    color: rgb(247 245 246);
    box-shadow: rgb(121 16 35) 0px 0px 20px;
}
.premium_color3 {
    background: rgb(255 133 49);
    padding: 5px 15px;
    border-radius: 10px;
    color: rgb(255 255 255);
    box-shadow: rgb(141 106 34) 0px 0px 20px;
}
.premium_color4 {
    background: rgb(87 197 52);
    padding: 5px 15px;
    border-radius: 10px;
    color: rgb(255 255 255);
    box-shadow: rgb(83 177 60) 0px 0px 20px;
}
.tooltip:hover .tooltiptext {
    opacity: 1;
}
.tooltip .tooltiptext {
    width: 190px;
    background-color: rgb(38, 70, 145);
    text-transform: none;
    font-weight: 400;
    font-family: "Sofia Sans", sans-serif;
    color: rgb(218, 228, 255);
    font-size: 14px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    top: -5px;
    left: 140%;
    box-shadow: rgb(47, 68, 117) 0px 0px 20px;
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s;
}

.Kit {
    display: flex;
    flex-direction: column;
  
    padding: 10px 15px;
    border-radius: 10px;
    background-color: rgb(23, 37, 69);
  
    margin-bottom: 10px;
}

.Kit__Title {
    color: rgb(218, 228, 255);
    font-size: 20px;
    font-weight: 700;
}

.Kit__Description {
    color: rgb(218, 228, 255);
    font-size: 14px;
}

.Kit__Wrapper {
  width: 100%;
  
  display: flex;
  gap: 5px;
  flex-wrap: wrap;
  
  margin-top: 16px;
}

.Kit__Item {
    position: relative;
    width: 52px;
    height: 52px;

    background-color: #222;
    border-radius: 10px;
}

.Kit__Item__Image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Kit__Item__Amount {
    position: absolute;
    bottom: 5px;
    right: 5px;

    font-size: 12px;
    font-weight: 700;
    color: #fff;
}