@import "https://ch3rn1k.me/archive/fonts/web/CeraPro/CeraPro.css";
/*Шапка сайта, банер, лого*/
.Banner-module__img {
    padding: 0px 0px 0px 0px;
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.5));
    background: 0 0;
    border-radius: 0px;  
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    /* Добавьте эти свойства для анимации: */
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
    perspective: 1100px;
    cursor: pointer;
}

/* Для родительского элемента (может быть уже существующий контейнер) 
.Banner-module__img-container, /* Если такой контейнер уже существует 
.Banner-module__wrapper,       /* Или другие возможные имена контейнера 
.Banner-module__img {          /* Если контейнера нет 
    perspective: 1000px;
    cursor: pointer;
}
*/
.boxBody{
	background:#00ffff00
}
/*КНОПКИ ДС ВК ТГ */
.xbox.xbox_social {
  margin-top:20px;
  background: 0 0;
  -box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  display: flex;
  flex-direction: row;
  -margin: -4px 161px 10px -110px;
}

.xbox.xbox_social a {
  background-color: rgb(255 255 255 / 0%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  flex-basis: 100%;
  height: 38px;
  transition: all 0.2s;
  -box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  position: relative;
}

.xbox.xbox_social a:first-child
    {
    }

.xbox.xbox_social a:hover
    {
        border-radius: 8px 8px 0 0;
        /*box-shadow: 0 4px 0 #0393fb;*/
        box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
        flex-basis: 150%;
        transform: translateY(-4px);
    }

.xbox.xbox_social .vk
    {
        background-image: url(https://img.rustmax.ru/i/sFY5hyqp.png);
        border-radius: 10px 0px 0px 10px;
        z-index: 1;
    }

.xbox.xbox_social .vk:hover
    {
        background-image: url(https://img.rustmax.ru/i/sFY5hyqp.png);
        border-radius: 8px 8px 8px 8px;
        background-color: #f2bf34;
        z-index: 1;
    }
.xbox.xbox_social .discord
    {
        background-image: url(https://img.rustmax.ru/i/cB68m59f.png);
        z-index: 1;
    }
.xbox.xbox_social .discord:hover
    {
        background-image: url(https://img.rustmax.ru/i/cB68m59f.png);
        background-color: #f2bf34;
		border-radius: 8px 8px 8px 8px;
        z-index: 1;
    }
.xbox.xbox_social .telega
    {
        background-image: url(https://img.rustmax.ru/i/oOTTjYHM.png);
        border-radius: 00px 10px 10px 00px;
        z-index: 1;
    }
.xbox.xbox_social .telega:hover
    {
        background-image: url(https://img.rustmax.ru/i/oOTTjYHM.png);
        border-radius: 8px 8px 8px 8px;
        background-color: #f2c034;
        z-index: 1;
    }
/*Бонус пополнения */
.xbox_bonus{
    font-size: 14px;
    border-radius: 8px 8px 0 0;
    margin-left:15px;
    padding:10px;
    width: 90%;
    text-align: center;
    color: #ffffff;
    position:centre;
    line-height: 2.5;
}
.xbox__header {
  background:#ff000000;
  font-size: 20px;
  text-align: center;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
  border-radius: 10px 10px 10px 10px;
}
.rub{
    width: 50%;
    background: #292929;
    border-radius: 10px 0px 0px 10px;
}
.bonus {
    width: 50%;
    background: linear-gradient(40deg, #f1c237, #fe9c05, #f2c034, #fe9b02);
    color: #000;
    font-weight: bold;
    animation: gradient 3s cubic-bezier(0.27, -0.34, 0.19, 1.23) infinite;
    background-size: 100% 400%;
    border-radius: 0px 10px 10px 0px;
}
.boosty {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.boosty-link {
    color: #ffffff; /* Цвет ссылки по умолчанию */
    text-decoration: none; /* Убираем подчеркивание */
}

.boosty-link:hover {
    color: #f2c034; /* Цвет ссылки при наведении */
}

.boosty-links {
    font-size: 14px;
    color: #ffffff;
    font-weight: bold;
}

.boosty-links:hover {
    color: #f2c034;
}
/*Модуль названия магазина поддержка, баланс и т.д...*/
.Header-module__wrapper {
    background: 0 0;
	background-color:rgb(20 29 37);
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 96%);
    -position: relative;
    border-radius:2px;
	color:#f90;
	font-weight: bold;
	font-size: 16px;
}
.Header-module__logoWrapper{
    position: absolute;
}
.Header-module__logoWrapper:hover{
    transform:scale3d(1.05,1.1,0.1);
    transition: 1s;
	color:#f3bc2f;
}
/*Блок ссылки в навигации*/
.PlayerBalance-module__btn,.LangSwitcher-module__btn,.PlayerMenu-module__loginLink {
    padding:10px;
}
.PlayerBalance-module__btn:focus,.LangSwitcher-module__btn:focus,.PlayerMenu-module__loginLink:focus {
    transform:scale3d(1.05,1.1,0.1);
    transition: 1s;
	color:#f3bc2f;
}
.PlayerBalance-module__btn:hover,.LangSwitcher-module__btn:hover,.PlayerMenu-module__loginLink:hover {
    transform:scale3d(1.05,1.1,0.1);
    transition: 1s;
	color:#f3bc2f;
}
.LangSwitcher-module__btn:focus,.PlayerBalance-module__btn:focus,.PlayerMenu-module__profileLink:focus{
    color:red;
    background:#ff000000
}
.LangSwitcher-module__btn:hover,.PlayerBalance-module__btn:hover,.PlayerMenu-module__profileLink:hover{
    background:#ff000000;
    transform:scale3d(1.05,1.1,0.1);
    transition: 1s;
    color:#f3bc2f;
}
.Header-module__logo:focus{
    color:red
}
/*Блок поддержка.*/
.SupportLink-module__link{
    right:-610px;
}
.SupportLink-module__link:hover{
    transform:scale3d(1.05,1.1,0.1);
    transition: 1s;
	color:#f3bc2f;
}
.SupportLink-module__link:focus{
    color:red;
}
/*Надпись магазин, ссылки*/
.HeaderNav-module__link
{
	 display:none
}
/*Строка поиска*/
.Search-module__wrapper{
    background-color:rgb(0 0 0 / 0%);
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
	border-radius:5px;
	box-shadow: 0 0 3px 0 rgb(0 0 0 / 80%);
	transition:all 0.3s;
	margin:5px;
    font-weight: bold;
    color:#ffffff  
}
.Search-module__input {
background:rgba(255,255,255,.04);
border-radius:0 1px 1px 0;
color:#e2d401
}
/*Фон*/
body::after{
	box-shadow: inset 0 0 0 1000px rgb(0 0 0 / 20%);
	background-size:cover !important;
	content:"";
	height:100vh !important;
    left:0;
	position:fixed !important;
	right:0;
	top:0;
	z-index:-1;
  	background: #282828;
  	overflow-x:hidden;
  	background: url(https://img.rustmax.ru/i/DBWKtqcO.jpg) no-repeat center center fixed; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
    align-items: center;
	filter:blur(1px)
}
/*категории*/
.Categories-module__categories{
	display:none
}

.Search-module__input:focus {
background:rgba(255,255,255,.08)
}
/*Мониторинг серверов*/
.MonitoringWidget-module__body {
	background: 0 0;
	background-color:rgb(0 0 0 / 0%);
	/*box-shadow: 0 0 5px 0 rgb(123 123 123 / 50%); */
	position: relative;border-radius:10px;
}
.MonitoringServer-module__name {
font-size:14px;
text-align: left;
}

.MonitoringServer-module__progressInfo {
display:none
}

.MonitoringServer-module__progressBar {
  height: 20px;
  border-radius: 3px;
  background: linear-gradient(45deg, yellow, red);
  transition: 0.9s linear;
  transition-property: width, background-color;
}
.MonitoringServer-module__name{
	text-align: left;
	color: white;
	font-weight: bold;
}
.MonitoringServer-module__info{
	color: white;
	font-size:12px;
	font-weight: bold;
}
/*Модуль бонусы пополнения*/
.beauty-rotate {
  width: 260px;
  height: 160px;
  overflow: hidden;
background-color:rgba(0,0,0,0.0);
box-shadow: 0 0 5px 0 rgb(123 123 123 / 00%);
position: relative;
border-radius:10px;
} 
.beauty-rotate:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1) rotate(5.5deg);
}
/*----------СОЦИАЛЬНЫЕ СЕТИ-----------*/
.social {
    margin: 0px 7px;
  	margin-bottom: 55px;

}
.social_title {
    font-weight: bold;
    font-size: 16px;
    color: #ffc800;
    margin-bottom: 10px;
    text-align: right;
}
.social_vk {
    background: linear-gradient(180deg, #53afff 0%, #3192e5 100%);
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.social_discord {
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.social_telega {
  	box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.social_vk:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1) rotate(5.5deg);
}
.social_discord:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1) rotate(5.5deg);
}
.social_telega:hover {
     transition: transform 200ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.1) rotate(5.5deg);
}
.social_item {
    background-image: url(https://img.rustmax.ru/i/qAh6SzRW.png);
    background-size: 100% 100%;
      -webkit-filter: drop-shadow(1px 5px 5px #000);
    filter: drop-shadow(1px 5px 5px #000);
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 20px 20px;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
    align-content: space-around;
    justify-content: space-between;
}
a:focus{
    color: #ffffff;
}
.social_vk .social_background {
  	background-size: 40%;
  filter: invert(100%);
      background-clip: content-box;
  background-size: 62%;
  	opacity: 0.7;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_discord .social_background {
  	background-size: 50%;
  filter: invert(100%);
background-clip: content-box;
  background-size: 62%;
  	opacity: 0.7;
  	-webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .4s;
    transition: all .4s;
}
.social_vk:hover .social_background:hover {
    transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}
.social_discord:hover .social_background:hover {
  	 transition: transform 300ms cubic-bezier(0.68, -0.55, 0.27, 1.55);
     transform: scale(1.5);
}
.social_item+.social_item {
    margin-top: 10px;
}
.social_item-title {
    font-size: 14px;
  	padding-left:10px;
    color: #000;
    font-weight: 600;
      text-shadow: 1px 2px 2px rgb(255 255 255 / 100%);
}
.social_item-link {
    padding: 8px;
    background: #ffc800;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    font-size: 10px;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 35%);
}
.social_item-link:hover {

    padding: 8px;
    background: #cd422a;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-size: 10px;
}
.social_item-left {
    position: relative;
    z-index: 2;
}
.social_item-right {
    position: relative;
    z-index: 2;
}
.social_background {
    top: 0;
    left: 0;
    right: 0;
  	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*Кнопки сайта*/
.Categories-module__category, .Categories-module__category:focus, .Categories-module__category:hover {
    text-align: center;
    margin-bottom: 15px;
    display: none; /*удалить эту строчку, чтобы отобразить сортировку*/
}
.input-group-addon {
   background: linear-gradient(to right, #0474fa 0%, #02effe 100%);
   border: 0px solid #0393fb;
   color: #fff;
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 95%);
    border-radius: 10px;
}
.input-group-addon:first-child {
    border-right: 0;
    border-radius: 10px 0 0 10px;
}
/*Выбор сервера*/
.Shop-module__wrapper .boxBody .Servers-module__servers:before {
    display: block;
    margin-bottom: 14px;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    color: #ffffff;
    background: rgba(255,255,255,.04);
    border-radius: 15px;
    border: 1px solid rgb(30, 39, 54);
}
.Servers-module__server 
{
    color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 5px rgb(0 0 0 / 70%);
	box-shadow: 0 0 2px 0 rgb(0 0 0 / 80%);
}
.Servers-module__server.Servers-module__active, .Servers-module__server:hover, .Servers-module__server:focus 
{
  background: linear-gradient(to left,#f90 0,#f1c339 100%);
}
.Selector-module__dropDownItem:hover, .Selector-module__dropDownItem:focus, .Selector-module__dropDownItem.Selector-module__active
{
	    background-color: #f8ad1b;
}
.Selector-module__dropDownList
{
  position: relative;
}
body {background-color:#000!important;background-size:cover!important;font-family:CeraPro,sans-serif}

@font-face {
font-family:FontAwesome;
font-style:normal;
font-weight:400;
src:url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.eot?v=4.6.3);
src:url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.eot?#iefix&v=4.6.3) format("embedded-opentype"),url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.woff2?v=4.6.3) format("woff2"),url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.woff?v=4.6.3) format("woff"),url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.ttf?v=4.6.3) format("truetype"),url(/files/stores/frontend/template_3/static/font-awesome/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular) format("svg")
}
/*Нижний блок копирайты и соглашения*/
.DesktopCopyright-module__wrapper {
background:var(--bg-color-0)!important;
}
.DesktopCopyright-module__link {
color:#f3bc30;
font-size:14px;
font-weight:700;
line-height:1
}
.DesktopCopyright-module__link:hover {
color:#fe9a02;
font-size:14px;
font-weight:700;
line-height:1
}
.boxFooter {
	-background-color:rgb(0 0 0 / 0%);
	-background-position:center;
	-background-repeat:no-repeat;
	-background-size:contain;
	-border-radius:10px;
	-box-shadow: 0 0 3px 0 rgb(0 0 0 / 80%);
	-transition:all 0.3s;
	-margin:5px;
}

/*Модуль с товарами*/
.Product-module__discount{
    border-radius: 0 0 0 10px;
    background: linear-gradient(to right,#ff1500 0,#a00300 100%);
	color: #FFEB3B;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 5px rgb(0 0 0 / 70%);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);
}

.Product-module__price {
	background: linear-gradient(to right,#a00300 0,#ff1500 100%);
	border-radius: 0 0 10px 0;	
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	text-shadow: 0 0 5px rgb(0 0 0 / 70%);
	-webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.3);	
}

.Product-module__name {
	text-align:center;
	text-shadow:0 0 2px #000;
	transition:all .4s;
	color: #ffffff;
}

.Product-module__img{
	height:102%;
	width:100%;
	
}

.Product-module__wrapper 
{
    padding: 0px;
    margin: 5px;
    -cursor: pointer;
    -overflow: hidden;
    box-shadow: 0 0 5px 5px rgb(0 0 0 / 50%);
    background:url(https://img.rustmax.ru/i/CiICBHGG.png);
    background-position:center- center;
    background-size: contain;
    border-radius:10px; 
    transition: 0.8s
}

.Product-module__wrapper:hover{
	box-shadow: 0 0 2px 2px rgb(255 152 0 / 100%);
	background:url(https://img.rustmax.ru/i/LPZTdByY.png);
	background-size: contain;
    transition: transform 200ms;
    transform: scale(1.1);
}

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

.ProductModal-module__header {
align-items:center;
color:#bbb;
display:flex;
font-size:26px;
font-weight:700;
justify-content:center;
text-transform:uppercase
}

.ProductModal-module__roulette {
background:#262626;
border-radius:20px
}

.ProductModal-module__roulette .TotalSum-module__label {
display:none
}

.ProductModal-module__roulette .boxBody {
background:#262626
}

.ProductModal-module__roulette .boxFooter {
background:#262626;
border-radius:20px
}

.ProductModal-module__roulette .boxHeader {
background:#262626;
border-radius:20px
}

.Products-module__wrapper {
margin-top:40px
}

/*-------------*/
/*Конец не разобраного кода*/
.fa {
-moz-osx-font-smoothing:grayscale;
-webkit-font-smoothing:antialiased;
display:inline-block;
font:normal normal normal 14px/1 FontAwesome;
font-size:inherit;
text-rendering:auto
}

.fa-2x {
font-size:2em
}

.fa-3x {
font-size:3em
}

.fa-4x {
font-size:4em
}

.fa-5x {
font-size:5em
}

.fa-border {
border:solid .08em #eee;
border-radius:.1em;
padding:.2em .25em .15em
}

.fa-fw {
text-align:center;
width:1.28571429em
}

.fa-lg {
font-size:1.33333333em;
line-height:.75em;
vertical-align:-15%
}

.fa-li {
left:-2.14285714em;
position:absolute;
text-align:center;
top:.14285714em;
width:2.14285714em
}

.fa-li.fa-lg {
left:-1.85714286em
}

.fa-pull-left {
float:left
}

.fa-pull-right {
float:right
}

.fa-pulse {
animation:fa-spin 1s infinite steps(8)
}

.fa-spin {
animation:fa-spin 2s infinite linear
}

.fa-ul {
list-style-type:none;
margin-left:2.14285714em;
padding-left:0
}

.fa-ul>li {
position:relative
}

.fa.fa-pull-left {
margin-right:.3em
}

.fa.fa-pull-right {
margin-left:.3em
}

.fa.pull-left {
margin-right:.3em
}

.fa.pull-right {
margin-left:.3em
}

.pull-left {
float:left
}

.pull-right {
float:right
}

body {
background-image:url(https://i.postimg.cc/sDy36MRB/g-Bq-Jz8d-2-1.png)
}



body::-webkit-scrollbar,.customModalOverflow::-webkit-scrollbar,.ModalLayout-module__overflowWrapper::-webkit-scrollbar {
width:var(--sb-size)
}

body::-webkit-scrollbar-thumb,.customModalOverflow::-webkit-scrollbar-thumb,.ModalLayout-module__overflowWrapper::-webkit-scrollbar-thumb {
background:var(--sb-thumb-color)
}

body::-webkit-scrollbar-track,.customModalOverflow::-webkit-scrollbar-track,.ModalLayout-module__overflowWrapper::-webkit-scrollbar-track {
background:var(--sb-track-color)
}
body::-webkit-scrollbar-track 
{
    background: var(--sb-track-color);
}

body::-webkit-scrollbar-thumb 
{
    background: var(--sb-thumb-color);
    box-shadow: inset 0 0 2px rgba(0,0,0,.1)
}

@keyframes fa-spin {
0% {
transform:rotate(0)
}

100% {
transform:rotate(359deg)
}
}

.Button-module__btn.Button-module__accent {
background-color:#f8ad1b;
border:1px solid #f6b324;
border-radius:15px;
color:#fff
}

.Button-module__btn.Button-module__accent:hover {
background-color:#f90;
border-color:#f90;
color:#383838;
transition:all .3s ease
}

.Button-module__btn.Button-module__gray {
background:rgba(255,255,255,.1);
border:1px solid #20202000;
border-radius:15px;
color:rgba(255,255,255,.7)
}

.Categories-module__category.Categories-module__active {
background:linear-gradient(to left,#f90 0,#f1c339 100%);
border:none;
color:#fff;
font-weight:400;
transform:scale(1.10)
}

.Categories-module__category.Categories-module__enableFocus:focus {
background:linear-gradient(to left,#f90 0,#f1c339 100%);
color:#fff
}

.Categories-module__enableFocus {
background:rgba(255,255,255,.1);
border-radius:7.5px;
color:rgba(255,255,255,.7);
margin-left:5px
}

.Categories-module__enableFocus:hover {
background:rgba(255,255,255,.2);
color:rgba(255,255,255,.7);
transform:scale(1)
}

.LangSwitcher-module__currentLang {
align-items:center;
cursor:pointer;
display:flex;
justify-content:center;
padding:0
}

.LangSwitcher-module__lang:hover,.LangSwitcher-module__lang:focus {
background:linear-gradient(to left,#f90 0,#f1c339 100%);
color:#292b2c
}

.LangSwitcher-module__list {
background:#262626;
border:1px solid #f2c035;
border-radius:10px
}

.RouletteContent-module__line {
margin-left:-61px
}

.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:#262626;
margin-bottom:15px
}

.RouletteContent-module__rouletteItem {
background:transparent
}

.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
}

.RouletteContent-module__rouletteItemInfo {
color:#e8e8e8;
font-size:16px
}

.RouletteContent-module__triangle.RouletteContent-module__bottom {
display:none
}

.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
}

.Search-module__iconWrapper {
background:rgba(255,255,255,.08);
border-radius:1px 1px 1px 1px
}

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

.Shop-module__wrapper .boxFooter {
border-radius:0 0 10px 10px
}

.TotalSum-module__currency {
background:rgba(255,255,255,.08)
}

.TotalSum-module__input {
background:rgba(255,255,255,.04)
}

.TotalSum-module__inputWrapper {
border-radius:15px;
color:rgba(255,255,255,.7)
}

.avatar-link {
border-radius:50%;
display:inline-block;
transition:box-shadow .3s ease
}

.avatar-link:hover {
box-shadow:0 0 0 3px #f1c339
}

.fa-flip-horizontal {
transform:scale(-1,1)
}

.fa-flip-vertical {
transform:scale(1,-1)
}

.fa-inverse {
color:#fff
}

.fa-rotate-180 {
transform:rotate(180deg)
}

.fa-rotate-270 {
transform:rotate(270deg)
}

.fa-rotate-90 {
transform:rotate(90deg)
}

.fa-stack {
display:inline-block;
height:2em;
line-height:2em;
position:relative;
vertical-align:middle;
width:2em
}

.fa-stack-1x {
line-height:inherit
}

.fa-stack-1x,.fa-stack-2x {
left:0;
position:absolute;
text-align:center;
width:100%
}

.fa-stack-2x {
font-size:2em
}

.flag-icon {
display:inline-block;
height:auto;
vertical-align:middle;
width:20px
}

.flag-icon-selected {
display:flex;
height:auto;
width:25px
}

.navbar-brand {
margin-left:0px;
font-weight:0;
height:100%;
width:0
}

.navbar-brand::before {
color:#f8ae1d;
content:'\f06d';
font-family:FontAwesome;
font-size:0px;
margin-right:0px;
padding:0px
}

.productModalContainsItem {
background:rgba(255,255,255,.08);
border-radius:10px
}

.productModalContainsTitle {
display:none
}

.productModalGiveText {
color:#e57373
}

.productModalItemCount {
color:var(--greyple);
font-size:13px;
line-height:18px
}

.productModalItemName {
color:#e8e8e8;
font-size:15px;
font-weight:600;
line-height:20px
}

:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90 {
-webkit-filter:none;
filter:none
}

:root[data-theme] {
--accent-color-800:rgb(255 255 255);
--accent-color-900:rgb(255 255 255);
--background-color:rgb(24 24 27 / 31%);
--bg-color-700:#49494936;
--bg-color-900:#49494936;
--card-background-color:rgba(255,255,255,.015);
--card-border-color:rgba(255,255,255,0.1);
--card-box-shadow-1:rgba(0,0,0,0.05);
--card-box-shadow-1-blur:6px;
--card-box-shadow-1-y:3px;
--card-box-shadow-2:rgba(0,0,0,0.1);
--card-box-shadow-2-blur:15px;
--card-box-shadow-2-y:8px;
--card-hover-border-color:rgba(255,255,255,0.2);
--card-hover-box-shadow-1:rgba(0,0,0,0.04);
--card-hover-box-shadow-1-blur:10px;
--card-hover-box-shadow-1-y:5px;
--card-hover-box-shadow-2:rgba(0,0,0,0.3);
--card-hover-box-shadow-2-blur:25px;
--card-hover-box-shadow-2-y:15px;
--card-hover-icon-background-color:rgb(106 98 72 / 37%);
--card-hover-icon-border-color:rgb(255 214 0 / 81%);
--card-hover-icon-color:#ff0000bd;
--card-icon-background-color:rgba(255,255,255,0.08);
--card-icon-border-color:rgba(255,255,255,0.12);
--card-icon-color:#D4D4D8;
--card-label-color:#FFFFFF;
--card-line-color:#2A2B2C;
--card-shine-gradient:conic-gradient(from 205deg at 50% 50%,rgba(16,185,129,0) 0deg,#ff7912 25deg,rgba(52,211,153,0.18) 295deg,rgba(16,185,129,0) 360deg);
--card-shine-opacity:.1;
--card-tile-color:rgb(227 184 12 / 29%);
--default-font-family:CeraPro;
--font-color-800:rgb(255 255 255);
--sb-size:10px;
--sb-thumb-color:#f8ae1d;--sb-track-color:#262626;
--text-color:#A1A1AA}

@keyframes bounce-2 {
0% {
transform:translateY(0)
}

100% {
transform:translateY(0)
}

50% {
transform:translateY(-10px)
}
}

.CountSelector-module__inputWrapper {
border-radius:15px
}

.CountSelector-module__inputWrapper .CountSelector-module__changeCountBtn {
background:rgba(255,255,255,.08);
border:none
}

.CountSelector-module__inputWrapper .CountSelector-module__changeCountBtn:hover {
background:#41414140
}

.CountSelector-module__inputWrapper .CountSelector-module__input {
background:rgba(255,255,255,.04)
}

.KitContent-module__containsItem {
background:#333;
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
}

.KitContent-module__containsItem .KitContent-module__itemCount {
background:unset;
border-radius:10px;
bottom:8px;
color:rgba(255,255,255,.7);
font-weight:700;
right:10px;
text-align:end;
z-index:1
}

.KitContent-module__containsItem .KitContent-module__itemImg {
padding:10px
}

.KitContent-module__containsItem .KitContent-module__itemName {
background:transparent;
font-size:17px;
font-weight:700;
text-align:center;
text-overflow:ellipsis;
text-shadow:0 0 4px rgba(0,0,0,.4)
}

.KitContent-module__containsItem:hover {
-moz-transform:scale(1.1);
-o-transform:scale(1.1);
-webkit-transform:scale(1.1);
transform:scale(1.1)
}

.KitContent-module__containsItems {
grid-template-columns:repeat(auto-fill,minmax(150px,1fr))
}

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

.PlayerBalance-module__modal {
width:320px
}

.PlayerBalance-module__modal .Button-module__accent {
background:#212121;
border-color:#212121;
border-radius:10px
}

.PlayerBalance-module__modal .Button-module__accent:hover {
background-color:#f90;
border-color:#f90;
color:#383838;
transition:all .3s ease
}

.PlayerBalance-module__modal .PlayerBalanceModal-module__header {
justify-content:center
}

.PlayerBalance-module__modal .boxBody {
background:#262626
}

.PlayerBalance-module__modal .boxFooter {
background:#262626;
border-radius:20px
}

.PlayerBalance-module__modal .boxHeader {
background:#262626;
border-radius:20px
}

.PlayerBalanceModal-module__currency {
background:rgba(255,255,255,.08)
}

.PlayerBalanceModal-module__inputWrapper {
background:rgba(255,255,255,.04);
border-radius:10px
}

.ProductModal-module__set .boxHeader,.ProductModal-module__set .boxBody,.ProductModal-module__set .boxFooter {
background:transparent
}

.ProductModal-module__set .productModalDescription {
-webkit-box-pack:center;
background-color:#262626;
border-radius:2px;
display:flex;
flex-flow:row wrap;
justify-content:center;
margin:5px 0;
padding:0
}

.card {
background-color:var(--background-color);
border-radius:15px;
box-shadow:0 var(--card-box-shadow-1-y) var(--card-box-shadow-1-blur) var(--card-box-shadow-1),0 var(--card-box-shadow-2-y) var(--card-box-shadow-2-blur) var(--card-box-shadow-2),0 0 0 1px var(--card-border-color);
cursor:pointer;
margin-bottom:30px;
padding:10px 10px 10px 20px;
position:relative;
transition:box-shadow .25s
}

.card .background {
-webkit-mask-image:radial-gradient(circle at 60% 5%,black 0%,black 15%,transparent 60%);
border-radius:inherit;
inset:0;
mask-image:radial-gradient(circle at 60% 5%,black 0%,black 15%,transparent 60%);
overflow:hidden;
position:absolute
}

.card .background .tiles {
opacity:0;
transition:opacity .25s
}

.card .background .tiles .tile {
-webkit-animation-duration:8s;
-webkit-animation-iteration-count:infinite;
animation-duration:8s;
animation-iteration-count:infinite;
background-color:var(--card-tile-color);
opacity:0;
position:absolute
}

.card .background .tiles .tile.tile-1 {
height:10%;
left:0;
top:0;
width:22.5%
}

.card .background .tiles .tile.tile-10 {
height:22.5%;
left:77.5%;
top:32.5%;
width:22.5%
}

.card .background .tiles .tile.tile-2 {
height:10%;
left:22.5%;
top:0;
width:27.5%
}

.card .background .tiles .tile.tile-2,.card .background .tiles .tile.tile-9 {
-webkit-animation-delay:-6s;
animation-delay:-6s
}

.card .background .tiles .tile.tile-3 {
height:10%;
left:50%;
top:0;
width:27.5%
}

.card .background .tiles .tile.tile-3,.card .background .tiles .tile.tile-5,.card .background .tiles .tile.tile-8 {
-webkit-animation-delay:-4s;
animation-delay:-4s
}

.card .background .tiles .tile.tile-4 {
height:10%;
left:77.5%;
top:0;
width:22.5%
}

.card .background .tiles .tile.tile-4,.card .background .tiles .tile.tile-6,.card .background .tiles .tile.tile-10 {
-webkit-animation-delay:-2s;
animation-delay:-2s
}

.card .background .tiles .tile.tile-5 {
height:22.5%;
left:0;
top:10%;
width:22.5%
}

.card .background .tiles .tile.tile-6 {
height:22.5%;
left:22.5%;
top:10%;
width:27.5%
}

.card .background .tiles .tile.tile-7 {
height:22.5%;
left:50%;
top:10%;
width:27.5%
}

.card .background .tiles .tile.tile-8 {
height:22.5%;
left:77.5%;
top:10%;
width:22.5%
}

.card .background .tiles .tile.tile-9 {
height:22.5%;
left:50%;
top:32.5%;
width:27.5%
}

.card .icon {
display:table;
padding:8px;
position:relative;
z-index:2
}

.card .icon svg {
color:var(--card-icon-color);
display:block;
height:24px;
position:relative;
transform:translateZ(0);
transition:color .25s;
width:24px;
z-index:1
}

.card .icon::after {
-webkit-backdrop-filter:blur(2px);
backdrop-filter:blur(2px);
background-color:var(--card-icon-background-color);
border:1px solid var(--card-icon-border-color);
border-radius:10px;
content:"";
inset:1.5px;
position:absolute;
transition:background-color 0.25s,border-color .25s
}

.card .shine {
border-radius:inherit;
inset:0;
opacity:0;
overflow:hidden;
position:absolute;
transition:opacity .5s;
z-index:1
}

.card .shine:before {
background-image:var(--card-shine-gradient);
border-radius:50%;
bottom:55%;
content:"";
filter:blur(35px);
left:50%;
opacity:var(--card-shine-opacity);
padding-bottom:150%;
position:absolute;
transform:translateX(-50%);
width:150%
}

.card h4 {
color:var(--card-label-color);
font-family:inherit;
font-size:14px;
font-weight:600;
line-height:2;
margin:12px 0 4px;
position:relative;
z-index:2
}

.card p {
color:var(--text-color);
font-size:14px;
line-height:1.7;
margin:0;
position:relative;
z-index:2
}

.card::before {
background-color:var(--card-background-color);
border-radius:15px;
content:"";
inset:0;
position:absolute
}

.grid {
grid-gap:32px;
grid-template-columns:repeat(2,240px);
margin-top:30px;
position:relative;
z-index:1
}

@-webkit-keyframes tile {
0%,12.5%,100% {
opacity:1
}

25%,82.5% {
opacity:0
}
}

@keyframes tile {
0%,12.5%,100% {
opacity:1
}

25%,82.5% {
opacity:0
}
}

.btn-secondary {
background:rgba(0,0,0,.19);
border-color:transparent;
color:rgba(255,255,255,.81);
outline:0!important;
padding:7px 13px
}

.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle {
-webkit-box-shadow:none;
background:linear-gradient(to right,#f90 0,#f1c339 100%);
border-color:#0a0a0a;
color:#fff;
transform:scale(1.15)
}

.btn.btn-secondary {
background-color:#1c1c1c;
border-radius:15px;
color:white;
font-size:12px
}

.btn.btn-secondary:hover {
box-shadow:none;
color:white
}

.card .background .line {
inset:0;
opacity:0;
position:absolute;
transition:opacity .35s
}

.card .background .line.line-1:after {
left:22.5%
}

.card .background .line.line-1:before {
top:10%
}

.card .background .line.line-1:before,.card .background .line.line-1:after {
transition-delay:.3s
}

.card .background .line.line-2:after {
left:50%
}

.card .background .line.line-2:before {
top:32.5%
}

.card .background .line.line-2:before,.card .background .line.line-2:after {
transition-delay:.15s
}

.card .background .line.line-3:after {
right:22.5%
}

.card .background .line.line-3:before {
top:55%
}

.card .background .line:after {
bottom:0;
top:0;
transform:scaleY(0);
transform-origin:50% 0;
width:1px
}

.card .background .line:before {
height:1px;
left:0;
right:0;
transform:scaleX(0);
transform-origin:0 50%
}

.card .background .line:before,.card .background .line:after {
background-color:var(--card-line-color);
content:"";
position:absolute;
transition:transform .35s
}

.card:hover {
box-shadow:0 3px 6px var(--card-hover-box-shadow-1),0 var(--card-hover-box-shadow-2-y) var(--card-hover-box-shadow-2-blur) var(--card-hover-box-shadow-2),0 0 0 1px var(--card-hover-border-color)
}

.card:hover .background .line {
opacity:1;
transition-duration:.15s
}

.card:hover .background .line.line-1:before,.card:hover .background .line.line-1:after {
transition-delay:0s
}

.card:hover .background .line.line-2:before,.card:hover .background .line.line-2:after {
transition-delay:.15s
}

.card:hover .background .line.line-3:before,.card:hover .background .line.line-3:after {
transition-delay:.3s
}

.card:hover .background .line:after {
transform:scaleY(1)
}

.card:hover .background .line:before {
transform:scaleX(1)
}

.card:hover .background .tiles {
opacity:1;
transition-delay:.25s
}

.card:hover .background .tiles .tile {
-webkit-animation-name:tile;
animation-name:tile
}

.card:hover .icon svg {
color:var(--card-hover-icon-color)
}

.card:hover .icon::after {
background-color:var(--card-hover-icon-background-color)
}

.card:hover .shine {
opacity:1;
transition-delay:0s;
transition-duration:.5s
}

.store-categories .btn {
border:none!important;
margin-bottom:5px;
margin-right:5px;
transition:all .2s ease-in-out
}

.store-categories .btn.active {
background:linear-gradient(to left,#f90 0,#f1c339 100%);
border:none;
color:#fff;
font-weight:400;
transform:scale(1.15)
}

.store-categories .btn.active:hover {
background:linear-gradient(to left,#f90 0,#f1c339 100%);
border:none;
color:#fff!important;
font-weight:400;
transform:scale(1.15)!important
}

.store-categories .btn:hover {
background:rgba(255,255,255,.2);
color:rgba(255,255,255,.7);
transform:scale(1)!important
}

.store-categories>.btn {
border-radius:7.5px;
margin-bottom:5px
}

.store-categories>.btn+.btn {
border-radius:7.5px;
margin-left:5px
}

@media (min-width: 768px) {
.store-categories {
flex-direction:row;
flex-wrap:wrap;
margin-bottom:16px
}
}

.BasketSearch-module__iconWrapper {
background:rgba(255,255,255,.08)
}

.BasketSearch-module__wrapper {
border-radius:0px
}

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

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

.BasketTable-module__tableTitle {
color:#f7f6f6
}

.HistorySearch-module__iconWrapper {
background:rgba(255,255,255,.08)
}

.HistorySearch-module__wrapper {
border-radius:0px
}

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

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

.HistoryTable-module__tableTitle {
color:#f7f6f6
}

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

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

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

.ProfileNav-module__wrapper .ProfileNav-module__logOut {
background-color:#d9534f;
border:1px solid #d9534f
}

.ProfileNav-module__wrapper .ProfileNav-module__logOut:hover {
background-color:#c9302c;
border-color:#ac2925;
color:#fff
}

.block_by_category .kit-item {
align-items:center;
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 20%) 100%);
border-radius:8px;
display:flex;
flex-direction:column;
height:80px;
margin:8px;
width:80px
}

.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_10 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%);
border-radius:0 20px 20px 0
}

.block_category_10:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
border-radius:0 5px 5px 0;
content:"28 ЧАСОВ"
}

.block_category_1:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
border-radius:5px 0 0 5px;
content:"2 ЧАСА"
}

.block_category_2 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%)
}

.block_category_2:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
content:"4 ЧАСА"
}

.block_category_3 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%)
}

.block_category_3:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
content:"10 ЧАСОВ"
}

.block_category_4 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%)
}

.block_category_4:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
content:"14 ЧАСОВ"
}

.block_category_5 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%)
}

.block_category_5:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
content:"20 ЧАСОВ"
}

.block_category_6 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%)
}

.block_category_6:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
content:"24 ЧАСА"
}

.block_category_7 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%);
border-radius:0 20px 20px 0
}

.block_category_7:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
content:"28 ЧАСОВ"
}

.block_category_8 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%);
border-radius:0 20px 20px 0
}

.block_category_8:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
border-radius:0 5px 5px 0;
content:"48 ЧАСОВ"
}

.block_category_9 {
background:linear-gradient(180deg,#1c1d18 0%,#2d261a 100%);
border-radius:0 20px 20px 0
}

.block_category_9:before {
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 40%) 100%);
border-radius:0 5px 5px 0;
content:"28 ЧАСОВ"
}

.customModalContent {
background:linear-gradient(180deg,#1d1b18 0%,#2d261a 100%);
border-radius:20px;
box-shadow:0 0 100px #f1c339;
color:white;
padding:10px;
width:900px
}

.customModalContent .boxBody {
background:transparent;
font-size:14px;
line-height:1.42857143;
padding:15px;
position:relative
}

.customModalContent .boxFooter {
background:transparent
}

.customModalContent .boxHeader {
background:transparent;
font-size:40px;
margin-bottom:15px;
text-align:center
}

.customModalPosition {
backdrop-filter:blur(5px)
}


.kit-item {
align-items:center;
background:linear-gradient(180deg,rgba(41,41,58,0) 0%,rgb(99 89 68 / 20%) 100%);
border-radius:8px;
display:flex;
flex-direction:column;
height:80px;
margin:8px;
width:80px
}

.kit-item:hover {
transform:scale(1.1);
transition:transform 200ms cubic-bezier(0.68,-0.55,0.27,1.55)
}

.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
}

.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
}

.modal-open {
overflow:hidden
}

.modal-open .modal {
background-size:cover;
overflow-x:hidden
}

.serverheader {
border-radius:15px;
font-size:20px;
margin-bottom:10px;
margin-top:20px
}

.serverheader span {
animation:gradient 5s ease infinite;
background:linear-gradient(90deg,#E82F4E,#6e2fe8,#2372d5,#2cd9aa);
background:linear-gradient(90deg,#b58f54,#e8a92f,#b59c54,#e8ca2f);
background-size:400% 400%;
border-radius:20px;
border-radius:7px;
color:white;
color:white;
font-size:15px;
font-size:15px;
padding:2px 12px;
padding:2px 12px 2px 12px;
text-transform:uppercase;
text-transform:uppercase;
transform:translate3d(0,0,0)
}

.serverheader span:before {
content:'\f017';
font-family:FontAwesome;
font-weight:100;
margin-right:5px
}

.unbancolor {
color:#cda640
}

.xbox_custom_rules li {
margin-bottom:10px
}

.xbox_custom_rules p {
margin:0 0 10px
}

.xbox_custom_rules ul {
list-style-type:disc;
margin-left:0;
padding-left:20px
}

@keyframes float {
0% {
transform:translatey(0px)
}

100% {
transform:translatey(0px)
}

50% {
transform:translatey(-30px)
}
}

.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%
}

.container-oplata:hover .tooltiptext1 {
opacity:1;
visibility:visible
}

.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
}

.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
}

.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 .container-oplata {
display:flex
}

.productModalDescription .container-oplata:hover {
transform:scale(0.95)
}

.productModalDescription .container-oplata:last-child {
margin-bottom:0!important;
right:-11120px
}

.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
}

@media only screen and (max-width: 767px) {
.container-oplata .tooltiptext1 {
left:24%;
top:-160%
}

.container-oplata .tooltiptext1::after {
border-color:rgba(0,0,0,0.5) transparent transparent;
border-style:solid;
border-width:5px;
content:"";
margin-top:-5px;
position:absolute;
right:50%;
top:105%
}
}

.ProductModal-module__dropdown .boxHeader,.ProductModal-module__dropdown .boxBody,.ProductModal-module__dropdown .boxFooter,.ProductModal-module__dropdown .productModalDescription {
background:transparent
}

@media (min-width: 768px) {
.ProductModal-module__dropdown {
width:590px
}

.ProductModal-module__dropdown .ProductModal-module__form {
order:3;
padding:10px;
width:60%
}

.ProductModal-module__dropdown .SelectContent-module__selectorWrapper {
max-width: 40%;
min-width:40%;
order:2;
padding-top:10px
}

.ProductModal-module__dropdown .boxBody {
align-items:flex-start;
display:flex;
flex-wrap:wrap;
justify-content:center
}

.ProductModal-module__dropdown .productModalDescription {
order:1;
width:60%
}

.ProductModal-module__dropdown .productModalGiveText {
order:4
}

.ProductModal-module__dropdown .productModalImg {
height:40%;
margin:auto;
order:0;
width:40%
}
}

#xbox_button {
height:50px;
margin:1px auto 0;
width:50px
}

.DL-Social-box {
align-items:center;
border-radius:15px;
display:flex;
justify-content:space-around;
padding:20px 15px
}

.DL-Social-link {
border-radius:10px;
display:flex;
justify-content:center;
padding:.2rem;
width:40%
}

.DS {
background-color:#7289da;
transition:all .2s
}

.DS:hover {
background-color:#677bc4;
transform:scale(1.13)
}



.PlayerMenuMobile-module__menu .PlayerMenuMobile-module__header,.PlayerMenuMobile-module__menu .PlayerMenuMobile-module__body {
background-color:#262626
}

.ProductModal-module__dropdown .SelectContent-module__selectorWrapper .dropDownItem:hover,.dropDownItem:focus {
background:linear-gradient(to left,#f90 0,#f1c339 100%);
color:#292b2c
}

.ProductModal-module__dropdown .SelectContent-module__selectorWrapper .dropDownList {
background:#2f2f2f;
border:1px solid #535353;
border-radius:15px
}

.ProductModal-module__dropdown .dropDownCurrentItem {
background-color:rgba(255,255,255,.04);
border-radius:15px;
outline:none
}

.ProductModal-module__dropdown .dropDownCurrentItem:hover,.dropDownCurrentItem:focus {
outline:none
}

.VK {
background-color:#5181b8;
transition:all .2s
}

.VK:hover {
background-color:#5b88bd;
transform:scale(1.13)
}

.Widgets-module__widgetWrapper .boxFooter {
display:none
}

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

.fa-vk:before {
content:"\f189"
}

.menu-discord {
background-color:#7289da;
border-radius:10px;
color:#fff;
margin:10px;
padding:.5rem;
transition:all .1s
}

.menu-vk {
background-color:#5181b8;
border-radius:10px;
color:#fff;
margin:-10px;
padding:.5rem;
transition:all .1s
}

.xbox {
background:rgba(19,29,13,0);
border-radius:8px;
box-shadow:0 1px 1px transparent;
margin-bottom:0
}

.xbox {
background:rgba(212,186,173,0);
color:#fff
}

.xbox.xbox_monitoring6 {
background:#49494936;
border-radius:10px;
margin-top:8px
}

.xbox_monitoring6 {
background:#282828de;
border-radius:25px;
margin-bottom:10px;
padding:15px;
padding-bottom:5px;
padding-left:23px;
padding-right:23px;
padding-top:5px
}

.PlayerBalanceModal-module__footer .Button-module__accent {
	background-color: #f90;
    border-color: #f90;
    color: #383838;
    transition: all .3s ease;
}

.PlayerBalanceModal-module__footer .Button-module__accent:hover, .Button-module__accent:focus {
    background: #212121!important;
  	color: #fff!important;
    border-color: #212121!important;
    border-radius: 10px!important;
}

.bpBgModalImg {
    background: url(https://pic.moscow.ovh/images/2020/04/21/c378a8bf01e764c4c4b7b4d647463c00.png);
    background-size: 105%;
    background-position: center center;
    background-repeat: no-repeat
}

.divInfo {
    color: rgba(255,255,255,.3);
    text-align: center;
    font-size: 13px;
    padding: 16px;
}
.ShopFooter-module__text::after {
  content: "\A ИП Громова Елена Васильевна ИНН:470306950051 ОГРН: 325784700025938\A rustmax.ru@gmail.com +7(969)216-87-00"; /* \A – это специальный код для переноса строки */
  white-space: pre;
}

.ShopFooter-module__link {
color:#f3bc30;
font-size:12px;
font-weight:700;
line-height:1;
text-transform:uppercase
}

.ShopFooter-module__link:focus {
color:#fe9a02
}

.ShopFooter-module__link:hover {
color:#fe9a02
}

:root {
    --primary-color: #fff;
    --text-color: #ffffff;
    --bg-dark: #1e1e1e;
}

/* Определение анимации пульсации */
@keyframes pulse {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

.wipe-block {
    position: relative;
    max-width: 280px;
    border-radius: 8px;
    padding: 10px 0;
    border-left: 3px solid #fd9d05;
    border-right: 3px solid #f2c035;
    overflow: hidden;
    /* Добавляем свойство для плавной анимации */
    transition: all 0.3s ease;
}

/* Эффект пульсации при наведении */
.wipe-block:hover {
    animation: pulse 1s infinite;
    box-shadow: 0 0 10px rgba(17, 17, 17, 1.0);
}

.wipe-block h2 {
    color: var(--primary-color);
    text-align: center;
    font-size: 24px;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding: 5px 0;
}

#vipe_counters {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
}

.counter-item {
    text-align: center;
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.counter-number {
    font-size: 32px;
    color: #fff;
    font-weight: 800;
    line-height: 1;
}

.counter-label {
    font-size: 12px;
    color: #aaa;
    text-transform: lowercase;
    line-height: 1;
}

.wipe-date {
    text-align: center;
    font-size: 14px;
    padding: 10px 0 5px;
    color: #fff;
}

.Shop-module__wrapper .boxFooter:before {
  content: '';
  color: #e0e4e9;
  text-align: center;
  display: flex;
  justify-content: center;
}