* {
	font-family: 'Ubuntu', sans-serif;
}


body {
    background-color: #FAFAFA;
    background-image: url("../img/bg-compressed.jpg");
    background-position: center top;
    background-repeat: repeat;
    word-break: break-word;
    position: relative;
    color: #d8d8d8;
}

/* Наложение цвета на фоновое изображение */
body::after {
    content: "";
    position: fixed; /* Используйте fixed, чтобы наложение оставалось на месте при прокрутке */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(18, 32, 53, 0.5);
    pointer-events: none;
    z-index: -1;
}

body::-webkit-scrollbar, html::-webkit-scrollbar{
	width: -112px;
	height: -112px;
	background-color: #E0E0E0;
	border-radius: 2px;
	left: 5px;
}

body::-webkit-scrollbar-track, html::-webkit-scrollbar-track{
	border-radius: 2px;
}

body::-webkit-scrollbar-thumb, html::-webkit-scrollbar-thumb{
	background-color: #9e9e9e;
	border-radius: 2px;
}

table {
	border-spacing: 0;
}

input {
	border-radius: 4px;
}

input[type="range"] {
	background-color: transparent !important;
}

img {
	max-width: 100%;
}

.btn {
	font-weight: 500;
	box-shadow: none;
	border-radius: 4px;
}

.btn:hover {
	box-shadow: none;
}

.btn:after {
	border-radius: inherit;
}

a {
	color: #e599f5;
	transition: color 450ms cubic-bezier(.23,1,.32,1) 0s;
}

a:not(.btn):hover {
	color: #e599f5;
}

.input-block > label .checkbox-style, .input-block > label .radio-style {
	vertical-align: middle;
}

h1 {
	font-size: 40px;
	line-height: 48px;
}

textarea {
	min-height: 64px;
}

h2 {
	font-size: 32px;
	line-height: 40px;
}

hr {
	border-color: rgba(0,0,0,0.1);
	border-style: solid;
	border-width: 1px;
}

.tooltip {
	z-index: 21;
}

.scroll-top {
	opacity: 0.4;
	position: fixed;
	bottom: calc((100px - 48px) / 2);
	right: 20px;
	font-size: 20px;
	text-align: center;
	width: 48px;
	z-index: 10;
	line-height: 44px;
	height: 48px;
	display: block;
	border-radius: 50%;
	box-shadow:rgba(0,0,0,.12) 0 1px 6px,rgba(0,0,0,.12) 0 1px 4px;
	color: #fff;
	background-color: rgba(0,0,0,0.6);
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

.scroll-top:hover {
	opacity: 0.8;
	color: #fff !important;
}

/* Общий стиль для текста, включая отступ для значка */
.logo {
    font-size: 24px;
    color: #fff;
    padding-left: 10px; /* Сокращаем отступ для ПК */
    transition: text-shadow 0.3s ease-in-out, color 0.3s ease-in-out; /* Плавный переход для свечения и цвета */
	height: 100px;
	content: "";
	display: block;
	width: calc(100% - 52px);
	z-index: 0;
	height: 6px;
	position: absolute;
	border-radius: 0 4px 0 0;
	bottom: 0;
	white-space: nowrap;
}

.logo:hover {
    text-shadow: 0 0 8px rgba(255, 49, 49, 0.8); /* Эффект свечения */
    color: #fff; /* Обеспечивает сохранение белого цвета */
}



.checkbox-style input:checked + .checkbox-style-checked {
	background-color: #a7a7a7;
}

.checkbox-style .checkbox-style-checked, .radio-style .checkbox-style-checked {
	border-color: #a7a7a7;
}

body > .navbar {
	min-height: 100px;
	z-index: 20;
	position: relative;
}

.navbar .navbar-wrapper .nav-brand,
.navbar .navbar-wrapper .nav-item,
.navbar .navbar-wrapper .nav-link,
.navbar .navbar-wrapper .nav-mobile {
	height: 100px;
	line-height: 99px;
	min-width: 100px;
}

.navbar .navbar-wrapper .nav-brand {
	padding: 0;
	line-height: normal;
	height: auto;
	margin-top: 24px;
}

.modal > .wrapper > .modal-content {
	background-color: #fafafa;
}

body > .navbar .navbar-wrapper .nav-li {
	line-height: 100px;
	height: 55px;
	min-width: 0;
	padding-right: 28px;
	position: relative;
}

body > .navbar .navbar-wrapper .nav-li:last-child {
	padding-right: 0;
}

body > .navbar .navbar-wrapper .nav-li:after {
	content: "";
	display: block;
	position: absolute;
	left: calc(100% - 16px);
	top: calc(50% - 1px);
	width: 5px;
	height: 5px;
	border-radius: 3px;
	background-color: #665656;
}


body > .navbar .navbar-wrapper .nav-li:last-child:after {
	display: none;
}

body > .navbar .navbar-wrapper .nav-link {
	color: #c5c5c5;
	padding: 0;
	font-size: 16px;
	height: auto;
	display: inline-block;
	vertical-align: middle;
	line-height: normal;
	min-width: 0;
	font-weight: 400;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}


body > .navbar .navbar-wrapper .nav-link[href*="discord.com"] {
    position: relative;
    padding-left: 28px; /* Увеличьте отступ слева, чтобы текст не перекрывал значок */
}

body > .navbar .navbar-wrapper .nav-link[href*="discord.com"]::before {
    content: "";
    display: inline-block;
    width: 20px; /* Установите нужный размер значка */
    height: 20px;
    background-image: url('../img/icon/ds.png');
    background-size: contain; /* Значок будет вписан в размеры width и height */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Вертикальное выравнивание значка по центру */
}

body > .navbar .navbar-wrapper .nav-link[href*="discord.com"] {
    position: relative;
    padding-left: 28px; /* Увеличьте отступ слева, чтобы текст не перекрывал значок */
}

body > .navbar .navbar-wrapper .nav-link[href*="llaun.ch"] {
    position: relative;
    padding-left: 28px; /* Увеличьте отступ слева, чтобы текст не перекрывал значок */
}

body > .navbar .navbar-wrapper .nav-link[href*="llaun.ch"]::before {
    content: "";
    display: inline-block;
    width: 20px; /* Установите нужный размер значка */
    height: 20px;
    background-image: url('../img/icon/game.png');
    background-size: contain; /* Значок будет вписан в размеры width и height */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Вертикальное выравнивание значка по центру */
}

body > .navbar .navbar-wrapper .nav-link[href*="t.me"] {
    position: relative;
    padding-left: 28px; /* Увеличьте отступ слева, чтобы текст не перекрывал значок */
}

body > .navbar .navbar-wrapper .nav-link[href*="t.me"]::before {
    content: "";
    display: inline-block;
    width: 20px; /* Установите нужный размер значка */
    height: 20px;
    background-image: url('../img/icon/tg.png');
    background-size: contain; /* Значок будет вписан в размеры width и height */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Вертикальное выравнивание значка по центру */
}


body > .navbar .navbar-wrapper .nav-link[href="/"] {
    position: relative;
    padding-left: 28px; /* Увеличьте отступ слева, чтобы текст не перекрывал значок */
}

body > .navbar .navbar-wrapper .nav-link[href="/"]::before {
    content: "";
    display: inline-block;
    width: 20px; /* Установите нужный размер значка */
    height: 20px;
    background-image: url('../img/icon/home.png');
    background-size: contain; /* Значок будет вписан в размеры width и height */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Вертикальное выравнивание значка по центру */
}


body > .navbar .navbar-wrapper .nav-link[href="/?page-buy_info/"] {
    position: relative;
    padding-left: 28px; /* Увеличьте отступ слева, чтобы текст не перекрывал значок */
}

body > .navbar .navbar-wrapper .nav-link[href="/?page-buy_info/"]::before {
    content: "";
    display: inline-block;
    width: 20px; /* Установите нужный размер значка */
    height: 20px;
    background-image: url('../img/icon/list.png');
    background-size: contain; /* Значок будет вписан в размеры width и height */
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); /* Вертикальное выравнивание значка по центру */
}



body > .navbar .navbar-wrapper .nav-link.active,
body > .navbar .navbar-wrapper .nav-link:hover {
	color: #ffffff;
}

body > .navbar .navbar-wrapper .nav-link:after {
	display: none;
}


body > .container {
	min-height: calc(100vh - 200px);
}

body > footer {
	height: 100px;
}

body > footer a {
	color: #00838F;
}

body > footer a:not(.btn):hover {
	color: #006064;
}

body > footer > .container {
	display: grid;
	grid-gap: 20px;
	height: 100%;
	align-items: center;
	grid-template-columns: auto auto;
}

body > footer > .container > .block-right {
	text-align: right;
}

.developer {
	display: inline-block;
	width: 48px;
	height: 48px;
	background: url("../img/qexy-black.png") no-repeat center;
	background-size: contain;
	opacity: 0.1;
	transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.developer:hover {
	opacity: 1;
}

.sbp {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url("../img/sbp.svg") no-repeat center;
	background-size: 95%;
	opacity: 0.8;
}

.visa {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url("../img/visa-secure.png") no-repeat center;
	background-size: 95%;
	opacity: 0.8;
}

.visa_blue {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url("../img/visa_blue.png") no-repeat center;
	background-size: 95%;
	opacity: 0.8;
}

.sberpay {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url("../img/sberpay.png") no-repeat center;
	background-size: 95%;
	opacity: 0.8;
}

.yoomoney {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url("../img/yoomoney.png") no-repeat center;
	background-size: 95%;
	opacity: 0.8;
}

.master {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url("../img/master.png") no-repeat center;
	background-size: 95%;
	opacity: 0.8;
}

.mir {
	display: inline-block;
	width: 64px;
	height: 64px;
	background: url("../img/card_mir.png") no-repeat center;
	background-size: 95%;
	opacity: 0.8;
}


.static-page .items-tabs {
	padding-top: 20px;
}

.static-page .items-tabs.tabs > .tab-list > .tab-id {
	padding: 20px 0;
}

.static-page .items-tabs .items > .item-list {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	align-items: start;
}

.static-page .items-tabs .items > .item-list > .item-id {
	background-color: rgba(0,0,0,0.3);
	padding: 20px;
	border-radius: 4px;
	position: relative;
	cursor: pointer;
	transition: all 450ms cubic-bezier(.23,1,.32,1) 0s;
}

.static-page .items-tabs .items > .item-list > .item-id:hover {
	background-color: rgba(0,0,0,0.4);
}

.static-page .items-tabs .items > .item-list > .item-id .data {
	display: none;
}

.static-page .items-tabs .items > .item-list > .item-id > .title {
	font-weight: 500;
	font-size: 16px;
	padding-top: 20px;
	text-align: center;
	color: #EDE7F6;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
}

.static-page .items-tabs .items > .item-list > .item-id > .image {
	display: block;
	margin: auto;
	height: 120px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	border-radius: 4px;
}

.modal[data-id="items-donate"] .item-block {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: 200px calc(100% - 220px);
	align-items: start;
}

.modal[data-id="items-donate"] .item-block .image {
	height: 160px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.modal[data-id="items-donate"] .item-block .price {
	padding-top: 20px;
	text-align: center;
	color: #616161;
}

.modal[data-id="items-donate"] .item-block .description {
	line-height: 24px;
}