body {
    background-color: #242632;
}
.header-image{
  border-radius: 15px;
  margin-top: 10px;
}
.Product-module__wrapper {
	border: none;
	font-style: none;
	font-weight: 600;
	text-transform: uppercase;
	font-family: var(--main-font-family);
	border-radius: 5px;
	transition: all .3s;
}
.product__image {
	width: 100%;
	padding: 0;
}
.colqq {
    width: 20%;
    clear: none !important;
}
.Product-module__count {
  	right:4px;
	bottom:4px;
  	color:hsla(0,0%,100%,.9);
  	background:rgba(0,0,0,.2);
  	padding:0 4px;
  	border-radius:3px;
	font-weight: 400;
}
.Product-module__wrapper:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.Product-module__name {
  	-webkit-transform: scale(1.0);
  	opacity: 0;
  	transition: 300ms;
}
.Product-module__wrapper:hover .Product-module__name{
  	opacity:1;
}
.Product-module__wrapper:hover+ .Product-module__name{
	opacity:1;
}


/* Для компов */
@media (min-width: 1024px) {
    .ModalLayout-module__modal.PlayerBalance-module__modal {
        width: 80% !important;
        max-width: 410px !important;
    }
}
.PlayerBalanceModal-module__header{
  
}
.PlayerBalanceModal-module__form {
    display: flex;
    flex-direction: column; /* Делаем заголовок и текст в столбик */
}
.PlayerBalanceModal-module__form::before {
    content: "Если у вас не получается пополнить средства в магазине удобным для вас способом, обратитесь в личные сообщения нашей группы vk.com/ruatom";
    display: block;
  	background: #1d1b1a; /* Тёмный фон */
  	border: 1px solid #c09e20;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    margin-top: 0px; /* Отступ от заголовка */
  	margin-bottom: 10px;
    width: 100%; /* Чтобы не было сжатия */
}
.PlayerBalanceModal-module__footer{

}
.PlayerBalance-module__modal button {
    background: #ffcc00;
    color: black;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    font-weight: Normal;
}