.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(-1 * var(--bs-gutter-y));
	margin-right: calc(-.5 * var(--bs-gutter-x));
	margin-left: calc(-.5 * var(--bs-gutter-x));
}

.row>* {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * .5);
	padding-left: calc(var(--bs-gutter-x) * .5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto;
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%;
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%;
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%;
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%;
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%;
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%;
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%;
}

.col-3 {
	flex: 0 0 auto;
	width: 25%;
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%;
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%;
}

.col-6 {
	flex: 0 0 auto;
	width: 50%;
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%;
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%;
}

.col-9 {
	flex: 0 0 auto;
	width: 75%;
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%;
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%;
}

.col-12 {
	flex: 0 0 auto;
	width: 100%;
}

.offset-1 {
	margin-left: 8.33333333%;
}

.offset-2 {
	margin-left: 16.66666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333333%;
}

.offset-5 {
	margin-left: 41.66666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333333%;
}

.offset-8 {
	margin-left: 66.66666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333333%;
}

.offset-11 {
	margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0;
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0;
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem;
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%;
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-sm-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.33333333%;
	}

	.offset-sm-2 {
		margin-left: 16.66666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.33333333%;
	}

	.offset-sm-5 {
		margin-left: 41.66666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.33333333%;
	}

	.offset-sm-8 {
		margin-left: 66.66666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.33333333%;
	}

	.offset-sm-11 {
		margin-left: 91.66666667%;
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0;
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0;
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem;
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem;
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem;
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%;
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-md-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.33333333%;
	}

	.offset-md-2 {
		margin-left: 16.66666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.33333333%;
	}

	.offset-md-5 {
		margin-left: 41.66666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.33333333%;
	}

	.offset-md-8 {
		margin-left: 66.66666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.33333333%;
	}

	.offset-md-11 {
		margin-left: 91.66666667%;
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0;
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0;
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem;
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem;
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem;
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%;
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-lg-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.33333333%;
	}

	.offset-lg-2 {
		margin-left: 16.66666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.33333333%;
	}

	.offset-lg-5 {
		margin-left: 41.66666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.33333333%;
	}

	.offset-lg-8 {
		margin-left: 66.66666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.33333333%;
	}

	.offset-lg-11 {
		margin-left: 91.66666667%;
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0;
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0;
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem;
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem;
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem;
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%;
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xl-11 {
		margin-left: 91.66666667%;
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0;
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0;
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem;
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%;
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto;
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%;
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%;
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%;
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%;
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%;
	}

	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto;
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%;
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%;
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%;
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%;
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%;
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%;
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%;
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%;
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%;
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%;
	}

	.offset-xxl-0 {
		margin-left: 0;
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%;
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%;
	}

	.offset-xxl-3 {
		margin-left: 25%;
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%;
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%;
	}

	.offset-xxl-6 {
		margin-left: 50%;
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%;
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%;
	}

	.offset-xxl-9 {
		margin-left: 75%;
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%;
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%;
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0;
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0;
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem;
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem;
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem;
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem;
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem;
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem;
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem;
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem;
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem;
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem;
	}
}

.card_svg_header {
	display: flex;
	background: var(--card-color);
	border-radius: 20px;
	padding: 10px;
	justify-content: space-between;
	margin: 0 0 10px 0;
	align-items: center;
}

.svg_text_header {
	display: flex;
}

.serviceTopInfo {
	position: absolute;
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 10px;
}

.new_card_discount {
	width: fit-content;
	padding: 2px 15px;
	color: #fff;
	border-radius: 8px;
	font-weight: 600;
	font-size: 14px;
	z-index: 1;
	background: #d54343;
}

.svg_header {
	background: rgb(48 48 48);
	border-radius: 10px;
	padding: 5px;
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.new_card {
	width: fit-content;
	padding: 2px 15px;
	color: #fff;
	border-radius: 8px;
	font-weight: 600;
	border: 1px solid #e53f3f;
	font-size: 14px;
	display: flex;

	z-index: 1;

	background: #e53f3f;
}

.svg_header svg {
	width: 30px;
	height: 30px;
}

.flex_header_top {
	font-size: 20px;
	font-weight: 700;
	margin: 0 0 0 10px;
	border-bottom: solid 1px #2a2a2a;
	color: #faa05f;
}

.flex_header_bottom {
	font-size: 14px;
	font-weight: 500;
	color: #6e6e6e;
	margin: 0 0 0 10px;
}

.shop_cards_info {
	text-align: center;
	margin-bottom: 0;
}

.shop_cards_info,
.shop_servers_info {
	border: 0px !important;
}

.basket__button {
	display: flex;
	justify-content: center;
	padding: 11px;
	border-radius: 6px;
	transition: .3s;
	gap: 10px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	background-color: #242424;
	color: #6e6e6e;
}

.basket__button svg {
	width: 17px;
	height: auto;
	fill: #6e6e6e;
	transition: .3s;
}

.product-card-new {
	position: relative;
	display: block;
	box-shadow: rgb(0 0 0 / 12%) 5px 5px 20px;
	border-radius: 15px;
	height: 135px;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 30px;
}

.product-card-new>div:nth-child(1),
.product-card-new>div:nth-child(2) {
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
}

.product-card-new>div:nth-child(1) {
	background-size: 100% 100%;
}

.product-card-new>div:nth-child(2) {
	background: rgba(0, 0, 0, 0.3);
	transition: 0.2s;
}

.product-card-new>div:nth-child(2)>span:nth-child(1),
.product-card-new>div:nth-child(2)>span:nth-child(2) {
	line-height: 23px;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 2px;
	position: absolute;
	right: 10px;
}

.product-card-new>div:nth-child(2)>span:nth-child(1) {
	font-size: 13px;
	background: #fcc46f;
	top: 10px;
	color: #2a2a2a;
	border-radius: 8px;
}

.product-card-new>div:nth-child(2)>span:nth-child(2) {
	background: #393f52;
	top: 45px;
	border-radius: 7px;
	font-size: 10.5px;
}

.product-card-new>div:nth-child(2) p {
	position: absolute;
	bottom: -17px;
	width: 100%;
	display: block;
	line-height: 20px;
	font-size: 14px;
	padding: 8px 10px;
	color: #FFF;
	background: rgb(33 37 49 / 72%);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.product-card-new:hover>div:nth-child(2) {
	background: rgba(0, 0, 0, 0);
}

.product-card-new:hover>div:nth-child(2) p {
	overflow: visible;
	white-space: normal;
}

@media (max-width: 991.99px) {
	.product-card-new {
		height: 150px;
	}
}

.product-block {
	position: relative;
	margin: -30px;
	margin-bottom: 30px;
	border-bottom: 1px solid RGB(227, 228, 232);
	background: linear-gradient(to bottom, #6a9bb1 0%, #60acae 44%, #8ba7c3 100%);
	border-radius: 1px;
	color: #FFF;
	overflow: hidden;
}

.product-block .product-bg {
	position: absolute;
	height: calc(100% + 20px);
	width: calc(100% + 20px);
	background-size: 100% auto;
	left: -10px;
	top: -10px;
	filter: blur(4px);
}

.product-block .product-content {
	position: relative;
	background: rgba(0, 0, 0, 0.45);
	padding: 40px 15px;
}

.product-block .product-content h2 {
	font-size: 30px;
	display: block;
	width: calc(100% - 200px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.product-block .product-content span b {
	line-height: 23px;
	padding: 3px 10px;
	color: RGB(255, 255, 255);
	border-radius: 2px;
}

.product-block .product-content span .price {
	background: #3fb358;
	margin-right: 10px;
}

.product-block .product-content span .count {
	background: #4196da;
}

.product-block .product-content button {
	position: absolute;
	right: 15px;
	top: 40px;
	height: 65px;
	width: 190px;
	font-size: 18px;
	background: rgba(65, 150, 218, 0.58);
}

.buy-product-key-info {
	margin: 15px 0 0 0;
	padding: 15px;
	background: #fbfbfb;
	border: 1px solid #DDD;
	border-radius: 2px;
}

.buy-product-key-info p:last-child {
	margin: 0;
}

.basket-item {
	display: flex;
	gap: 9px;
	align-items: center;
	color: #ffffff;
	padding: 6px;
	background: var(--basket-item-bg);
	border-radius: 10px;
}

.basket-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--basket-item-icon);
	width: 35px;
	height: 35px;
	position: relative;
	border-radius: 8px;
	font-weight: 600;
	color: #000;
	font-size: 14px;
}

.basket-info {
	display: grid;
	text-align: initial;
	line-height: 15px;
}

.basket-title {
	font-weight: 600;
	font-size: 10.2px;
	color: #6b7081;
}

.basket-value {
	font-weight: 600;
	font-size: 13px;
}

.btn-basket-open {
	font-size: 11px;
	font-weight: 500;
	border-radius: 8px;
	cursor: pointer;
	padding: 8px 20px;
	background: var(--basket-item-btn);
	color: #fff !important;
	margin: 0px 1px 0px 10px;
	transition: all .3s;
}

.btn-basket-open:hover {
	background: var(--basket-item-btn-hover);
	transition: all .3s;
}

.product-image {
	margin-bottom: 0px;
	height: 220px;
	border-radius: 15px;
	background-size: 155px;
}

@media (max-width: 768px) {
	.product-image {
		display: none;
	}
}

.product-info {
	margin-bottom: 0px;
	padding: 11px;
	border-radius: 15px;
	background: var(--block-na-card-all);
}

.product-info-title {
	display: flex;
	padding: 5px;
	align-items: center;
	background: var(--product-info-title-bg);
	width: 100%;
	gap: 5px;
	box-shadow: 0px 5px 10px #00000014;
	border-radius: 10px;
	margin-bottom: 10px;
}

.product-info-title-icon {
	width: 40px;
	border-radius: 9px;
	font-size: 20px;
	color: #898989;
	text-align: center;
	height: 40px;
	align-items: center;
	display: flex;
	justify-content: center;
}

.product-info-title-desc {
	color: #898989;
	position: relative;
	font-size: 11px;
	font-weight: 600;
}

.product-info-title-name {
	font-size: 13px;
	font-weight: 500;
	position: relative;
	color: #ffff;
	margin-bottom: 0;
}

.product-info-item {
	display: flex;
	width: 100%;
	align-items: center;
	gap: 10px;
	margin-bottom: 12px;
}

.product-info-item:last-child {
	margin-bottom: 0px;
}

.product-info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	background: #2b303e;
	border-radius: 8px;
}

.product-info-icon i {
	font-size: 16px;
	color: #f5bf6d;
}

.product-info-text {
	display: grid;
	line-height: 15px;
}

.product-info-text span {
	font-weight: 600;
	font-size: 13px;
	color: #6b7081;
}

.product-info-text b {
	font-size: 14px;
	font-weight: 600;
	color: #b4b4b4;
	font-family: revert;
}

.product-info-text b .text-primary {
	color: #fcc470 !important;
}

.product-info-text b i {
	font-size: 12px !important;
}

.product-info-text b a {
	color: #b4b4b4;
	transition: all .3s;
}

.product-info-text b a:hover {
	color: #e7e5e5;
	transition: all .3s;
}

.product-info-actions {
	background: #ffffff00;
	padding: 0px;
	position: relative;
	margin-top: 15px;
	display: flex;
	margin-bottom: 0px;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.product-info-price {
	background: #fff0;
	border: solid 1px #393f52;
	border-radius: 10px;
	font-size: 15px;
	padding: 10px 0px;
	text-align: center;
	width: 49%;
	color: #fff;
	font-weight: 550;
	letter-spacing: 1;
}

.product-info-btn {
	background: var(--btn-all-default);
	border-radius: 10px;
	padding: 18px 30px;
	color: #fff;
	cursor: pointer;
	width: 100%;
	text-align: center;
	line-height: 1px;
	font-size: 14px;
	font-weight: 600;
	transition: 0.2s;
}

.product-info-btn:hover {
	background: var(--btn-all-default-hover);
	transition: 0.2s;
}

.page-title-name {
	padding: 0px;
	background: #fff0;
	margin-bottom: 20px;
	border-radius: 15px;
	display: flex;
	flex-direction: column-reverse;
}

.page-title-name img {
	width: 46px;
}

.page-title-name-text {
	position: relative;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.product-info-desc-scroll {
	overflow: auto;
	height: 400px;
	padding: 0 10px 0 0;
}

.product-info-desc {
	border-radius: 15px;
	width: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 20px;
	color: #fff;
	background-color: var(--product-info-bg-color);
}

.select-tarifs-cshop {
	background: #2e323c;
	border-radius: 15px;
	height: 56px;
	margin-bottom: 10px;
	position: relative;
}

.select-tarifs-cshop select {
	padding-right: 25px;
	padding-left: 25px;
	font-size: 16px;
	line-height: 42px;
	opacity: 1;
}

.select-tarifs-cshop select option {
	color: #fff;
	border: 0;
	padding: 10px;
	border-radius: 10px;
	background: #32363e;
}

.select-tarifs-cshop select::-webkit-input-placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #bbc4e9;
	opacity: .8
}

.select-tarifs-cshop select::placeholder {
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	color: #bbc4e9;
	opacity: .8
}

.select-tarifs-cshop select {
	width: 100%;
	height: 100%;
	outline: none;
	cursor: pointer;
	background: 0 0;
	border: 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #fff;
	font-weight: 500;
	position: relative;
	padding-top: 13px;
	transition: all .2s;
	font-size: 16px
}

.select-tarifs-cshop:after {
	content: "\f078";
	color: #969696;
	width: 20px;
	height: 20px;
	font-size: 12px;
	position: absolute;
	top: 35%;
	right: 10px;
	font-family: 'FontAwesome';
}

.select-tarifs-cshop select+label {
	font-weight: 500;
	font-size: 9px;
	position: absolute;
	top: 10px;
	left: 25px;
	text-transform: uppercase;
	color: rgba(172, 182, 224, .56);
	transition: all .2s
}

.select-tarifs-cshop-btn {
	width: 40px;
	height: 40px;
	background: #2a2d36;
	border-radius: 10px;
	display: block;
	z-index: 99;
	margin: 0px 10px;
	position: absolute;
	top: 50%;
	right: 0px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: .3s
}

.select-tarifs-cshop-btn:hover {
	background: #31343e;
	transition: .3s;
}

.select-tarifs-cshop-btn svg {
	width: 20px;
	height: 30px;
	fill: #939393;
}

.cshop-select-title {
	font-size: 14.8px;
	color: #979797;
	padding: 0 5px;
}

.product-item-neww {
	height: 250px;
	border-radius: 15px;
	background: var(--card-color);
	display: flex;
	box-shadow: 0px 5px 10px #13151a0a;
	margin-bottom: 15px;
	flex-wrap: nowrap;
	position: relative;
	flex-direction: row-reverse;
}

.product-item-neww:before {
	background-image: url(../img/pattern.svg);
	content: "";
	height: 189px;
	right: 35px;
	position: absolute;
	top: 10px;
	width: 250px;
}

.product-item-neww-img {
	width: 40%;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	background: #fff0;
	border-radius: 15px;
}

.product-item-neww-category {
	font-size: 11px;
	background: #292e3c;
	backdrop-filter: blur(1px);
	border-radius: 50px;
	border: solid 1px #ffffff1a;
	position: absolute;
	margin-top: 5px;
	text-align: center;
	text-overflow: ellipsis;
	width: calc(40% - 46px);
	overflow: hidden;
	white-space: nowrap;
	line-height: 25px;
	margin-left: 10px;
	color: #fff;
	letter-spacing: 0.5;
}

.product-item-neww-info {
	float: right;
	height: 230px;
	display: flex;
	padding: 20px 20px;
	width: 58%;
	border-radius: 15px 0px 0px 15px;
	flex-direction: column;
	justify-content: space-between;
}

.product-item-neww-title {
	font-size: 18px;
	font-weight: 600;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	color: #ffff;
	margin-bottom: 15px;
	display: block;
}

.product-item-neww-description {
	font-size: 12px;
	font-weight: 500;
	color: #8d8d8d;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 3.9em;
}

.product-item-neww-description span {
	color: #8d8d8d !important;
}

.product-item-neww-btn {
	padding: 11px 44px;
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: var(--card-unikplugins-btn);
	bottom: -20px;
	position: relative;
	font-weight: 500;
	color: #fff;
	border-radius: 10px;
	transition: .2s all;
}

.product-item-neww-btn:hover {
	padding: 11px 44px;
	font-size: 14px;
	background: var(--card-unikplugins-btn-hover);
	font-weight: 600;
	border-radius: 10px;
	transition: .2s all;
}

.wrapper_product_button {
	gap: 5px;
}

.product_button {
	outline: none !important;
	background: var(--btn-all-default) !important;
	transition: all .3s;
}

.product_button:hover {
	outline: none !important;
	background: var(--btn-all-default-hover) !important;
	transition: all .3s;
}

.product-item-neww-price {
	color: var(--a-href-color);
	font-weight: 600;
	font-size: 15px;
	position: relative;
	bottom: -30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.custom-shop-product-item {
	display: flex;
	flex-direction: column;
	background: #292929;
	border-radius: 20px;
	padding: 15px;
}

.custom-shop-product-image img {
	width: 100%;
	height: 140px;
	border-radius: 15px;
}

.custom-shop-product-title {
	font-weight: 600;
	color: #fff;
	margin-top: 10px;
}

.custom-shop-border {
	border: 1px dashed #373737;
	border-radius: 50px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.custom-shop-product-description {
	font-size: 12px;
	font-weight: 500;
	color: #8d8d8d;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 1.3em;
	height: 3.9em;
}

.btn-cshop-product-buy {
	display: flex;
	align-items: center;
	justify-content: center;
	background: #303030;
	margin-top: 20px;
	padding: 8px;
	cursor: pointer;
	color: #cfcfcf;
	font-weight: 500;
	border-radius: 13px;
	transition: all .3s;
}

.btn-cshop-product-buy:hover {
	background: #353535;
	color: #fff;
	transition: all .3s;
}

.basket {
	background: var(--basket-bg) !important;
	box-shadow: none !important;
}

.button_basket {
	background: var(--button_basket) !important;
}

.button_basket::after {
	background: var(--button_basket) !important;
}

.circle_basket {
	border: var(--circle_basket-border) !important;
	color: var(--circle_basket-text) !important;
}

.product_wrapper_cart {
	border: 1px solid #474747 !important;
}

.product:hover {
	background-color: #3b3b3b !important;
	box-shadow: none !important;
	transition: .3s;
}

.gift_basket {
	background: #303030 !important;
	border: 1px solid #484848 !important;
}

.gift_basket:focus {
	border: 1px solid #a96e2b;
	color: #fff;
	outline: 0 !important;
}

.product-info-desc td {
	padding: 10px;
	border-style: solid !important;
	border-width: revert-layer !important;
}

.shop_product_description {
	display: flex;
	font-size: 14px;
	color: #959393;
	font-weight: 500;
	text-align: center;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0 10px;
}

.shop_product_button_info {
	display: flex !important;
	background: #80f4841a !important;
	color: #95dd9e;
	height: 28px;
	border-radius: 6px;
	padding: 5px 10px;
	border: 1px solid #ffffff05;
	width: max-content;
	font-size: 11px;
	font-weight: 500;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}

.no-box-shadow {
	box-shadow: none !important;
}

.new-icons-block {
	display: flex;
	font-size: 14px;
	position: relative;
	border: 1px solid #ffffff05;
	background: #ffffff05;
	padding: 8px;
	align-items: center;
	border-radius: 12px;
	margin-top: 5px;
}

span.nib-icon {
	display: flex;
	border-radius: 25px;
	padding-left: 2px;
	font-size: 20px;
	position: absolute;
	font-weight: 500;
	align-items: center;
	justify-content: center;
}

.nib-text {
	margin-left: 25px;
	font-size: 14px;
}

.allicons_overlay {
	position: fixed;
	background: #000000ad;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1002;
	display: none;
}

.sidebar_right {
	position: absolute;
	right: -450px;
	top: 0;
	width: 450px;
	background: #212121;
	height: 100vh;
	padding: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: right 0.3s ease;
}

@media (max-width: 768px) {
	.sidebar_right {
		width: 100%;
	}
}

.sidebar_right.isShow {
	right: 0;
}

.close_properties_table {
	position: absolute;
	right: 15px;
	bottom: 15px;
	left: 15px;
	cursor: pointer;
	transition: all 0.3s;
}

.secondary_btn {
	display: flex;
	gap: 10px;
	padding: 0 15px;
	height: 41px;
	background: #292929;
	border: 1px solid #ffffff05;
	border-radius: 8px;
	font-weight: 500;
	justify-content: center;
	font-size: 14px;
	line-height: normal;
	color: #fff;
	align-items: center;
	cursor: pointer;
	transition: 0.3s;
}

.sidebar_name {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 14px;
	font-weight: 400;
	color: #989eca;
	text-align: center;
	align-items: center;
	justify-content: center;
}

.nio_img_block {
	width: 100%;
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	flex-direction: row;
	margin-top: 10px;
	padding-bottom: 30px;
	align-items: center;
	justify-content: center;
}

.nio_img_flex img {
	width: 100%;
	height: 130px;
	border-radius: 10px;
	object-fit: cover;
	cursor: pointer;
}

.nio_img_flex {
	width: calc(50% - 10px);

}

.sidebar_mainname {
	color: #88cb84;
	font-weight: 700;
	font-size: 30px;
}

.sidebar_body {
	max-height: 85%;
	overflow: auto;
	padding 0 5px 0 5px;
}

.fancybox__container {
	z-index: 11000 !important;
}

:root {
	--a-href-color: #FAA05F;
	--a-href-color-hover: #ffb681;
	--bg-color: #232323;
	--close-modal-text: #c75454;
	--close-modal: #a21d1d59;
	--close-modal-hover: #a21d1d59;
	--modal-palette-place: #FAA05F;
	--modal-palette-text-select: #FAA05F;
	--card-color: #292929;
	--svg-color: #db905a;
	--btn-server-play: #303030;
	--btn-server-play-hover: #3b3b3b;
	--btn-server-copy: #303030;
	--btn-server-copy-hover: #3b3b3b;
	--general_online_count: #303030;
	--card-cssborkabanner-features: #303030;
	--card-cssborkabanner-features-hover: #393939;
	--card-top-users-donators-header-actions: #303030;
	--card-unikplugins-btn: #303030;
	--card-unikplugins-btn-hover: #3b3b3b;
	--card-unikplugins-ribbon: #faa05f;
	--card-ministock-info: #303030;
	--new-item-bg: #303030;
	--new-btn-go: #393939;
	--new-btn-go-hover: #414141;
	--block-na-card-all: #323232;
	--block-na-card-icon-all: rgba(250, 160, 95, 0.20);
	--btn-na-card-all-go: #393939;
	--btn-na-card-all-go-hover: #414141;
	--basket-item-bg: #303030;
	--basket-item-icon: #fcc470;
	--basket-item-btn: #393939;
	--basket-item-btn-hover: #414141;
	--button_basket: #1aa731;
	--circle_basket-border: 2px solid #1aa731;
	--circle_basket-text: #1aa731;
	--basket-bg: #303030;
	--product-info-title-bg: #393939;
	--palette_block-bg: #2d2d2d;
	--palette_block-bg-hover: #303030;
	--palette_block-a-span: #fff;
	--block_input_ps-input-bg: #303030;
	--block_input_ps-input-border: 1px solid #4e4e4e;
	--palette_block-bg-active: #3b3b3b;
	--tooltip-color: #414141;
	--span-color: #75cf7d;
	--box-shadow-custom: rgb(0 0 0 / 56%);
	--notif-count-bg: #faa05f;
	--notif-count-color: #fff;
	--theme-customizer-bg: #292929;
	--theme-customizer-border: #363738;
	--hp-theme-btn-close-customizer-hover: #313131;
	--theme-item-icon-active-border: #a76e44;
	--theme-item-icon-active-bg: #db905a08;
	--theme-item-icon-active-svg: #a76e44;
	--theme-item-icon-border: #363738;
	--theme-item-icon-svg-path: #a9a9a9;
	--product-info-bg-color: #323232;
	--modal-stat-item-bg: #323232
}

.selected-server-item,
.selected-server-item::after,
.selected-server-item::before,
.server-shadow,
.server-shadow-bottom,
.selected-server-content {
	position: relative;
	z-index: 10;
}

body.show {
	overflow: hidden
}

body.modal-new {
	overflow: hidden
}

body.show-modal {
	overflow: hidden
}

.modal-open {
	overflow: hidden;
	transition: opacity .5s ease
}

.cs_img {
	max-width: 50px;
}

.main {
	position: relative;
	padding: 0 0 20px
}

.disp-n {
	display: none
}

.iziToast,
.iziToast-rtl {
	font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji !important
}

.iziToast>.iziToast-body .iziToast-message,
.iziToast>.iziToast-body .iziToast-title {
	margin-bottom: 0 !important
}

.servers {
	display: grid;
	gap: 15px;
	grid-template-columns: repeat(4, 1fr)
}

.card-server-item {
	width: 100%;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-server-info {
	padding: 15px 15px 0
}

.card-server-title {
	color: #d9d9d9;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-server-players-map {
	font-size: 13px;
	font-weight: 500;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-server-actions {
	display: flex;
	gap: 10px;
	padding: 5px
}

.modal-body-servers-players {
	height: 470px;
	overflow-x: auto
}

.modal-body-servers-players::-webkit-scrollbar {
	background-color: initial;
	width: 0%;
	height: 0;
	border-radius: 0
}

.modal-body-servers-players::-webkit-scrollbar-thumb {
	border-width: 0;
	background-color: initial;
	border-radius: 10px
}

.btn-server-play {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--btn-server-play);
	padding: 5px 10px;
	border-radius: 50px;
	gap: 5px;
	cursor: pointer;
	font-size: 14px;
	color: #d7d7d7;
	font-weight: 500;
	width: 100%;
	transition: all .3s
}

.btn-server-play:hover {
	color: #fff;
	background: var(--btn-server-play-hover);
	transition: all .3s
}

.btn-server-copy {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--btn-server-copy);
	padding: 5px 10px;
	border-radius: 50px;
	gap: 5px;
	font-size: 14px;
	color: #d7d7d7;
	font-weight: 500;
	width: 100%;
	transition: all .3s
}

.btn-server-copy:hover {
	color: #fff;
	background: var(--btn-server-copy-hover);
	transition: all .3s
}

@media(max-width: 575.98px) {
	.modal-new {
		position: fixed;
		z-index: 1001 !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(28 28 28/.9);
		opacity: 0;
		visibility: hidden;
		transform: scale(1.05);
		transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
	}

	.modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 320px;
		display: flex;
		flex-direction: column;
		background-color: var(--modal-bg-color);
		color: #fff;
		border-radius: 20px;
		padding: 20px 20px 30px;
		background-size: cover;
		background-repeat: no-repeat;
	}

	.content_modal_block {
		margin-top: 23px;
		margin-bottom: 4px;
		overflow-y: scroll
	}

	span.header_modal_new {
		text-transform: uppercase;
		display: flex;
		justify-content: center;
		color: var(--span-color);
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1px;
		align-items: center
	}

	.show-modal {
		z-index: 1000;
		opacity: 1;
		visibility: visible;
		backdrop-filter: blur(4px);
		transform: scale(1);
		transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
	}

	.close-button {
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--close-modal-text);
		width: 35px;
		height: 35px;
		border: 0;
		font-size: 15px;
		border-radius: 10px;
		background-color: var(--close-modal);
		transition: .5s
	}

	.close-button:hover {
		background-color: var(--close-modal-hover);
		transition: .5s
	}
}

@media(min-width: 576px) and (max-width:767.98px) {
	.modal-new {
		position: fixed;
		z-index: 1001 !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(28 28 28/.9);
		opacity: 0;
		visibility: hidden;
		transform: scale(1.05);
		transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
	}

	.modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 320px;
		display: flex;
		flex-direction: column;
		background-color: var(--modal-bg-color);
		color: #fff;
		border-radius: 20px;
		padding: 20px 20px 30px
	}

	.content_modal_block {
		margin-top: 23px;
		margin-bottom: 4px;
		overflow-y: scroll
	}

	span.header_modal_new {
		text-transform: uppercase;
		display: flex;
		justify-content: center;
		color: var(--span-color);
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1px;
		align-items: center
	}

	.show-modal {
		z-index: 1000;
		opacity: 1;
		visibility: visible;
		backdrop-filter: blur(4px);
		transform: scale(1);
		transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
	}

	.close-button {
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--close-modal-text);
		width: 35px;
		height: 35px;
		border: 0;
		font-size: 15px;
		border-radius: 10px;
		background-color: var(--close-modal);
		transition: .5s
	}

	.close-button:hover {
		background-color: var(--close-modal-hover);
		transition: .5s
	}
}

@media(min-width: 768px) and (max-width:991.98px) {
	.modal-new {
		position: fixed;
		z-index: 1001 !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(28 28 28/.9);
		opacity: 0;
		visibility: hidden;
		transform: scale(1.05);
		transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
	}

	.modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 320px;
		display: flex;
		flex-direction: column;
		background-color: var(--modal-bg-color);
		color: #fff;
		border-radius: 20px;
		padding: 20px 20px 30px
	}

	.content_modal_block {
		margin-top: 23px;
		margin-bottom: 4px;
		overflow-y: scroll
	}

	span.header_modal_new {
		text-transform: uppercase;
		display: flex;
		justify-content: center;
		color: var(--span-color);
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1px;
		align-items: center
	}

	.show-modal {
		z-index: 1000;
		opacity: 1;
		visibility: visible;
		backdrop-filter: blur(4px);
		transform: scale(1);
		transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
	}

	.close-button {
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--close-modal-text);
		width: 35px;
		height: 35px;
		border: 0;
		font-size: 15px;
		border-radius: 10px;
		background-color: var(--close-modal);
		transition: .5s
	}

	.close-button:hover {
		background-color: var(--close-modal-hover);
		transition: .5s
	}
}

@media(min-width: 992px) and (max-width:1199.98px) {
	.modal-new {
		position: fixed;
		z-index: 1001 !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(28 28 28/.9);
		opacity: 0;
		visibility: hidden;
		transform: scale(1.05);
		transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
	}

	.modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 320px;
		display: flex;
		flex-direction: column;
		background-color: var(--modal-bg-color);
		color: #fff;
		border-radius: 20px;
		padding: 20px 20px 30px
	}

	.content_modal_block {
		margin-top: 23px;
		margin-bottom: 4px;
		overflow-y: scroll
	}

	span.header_modal_new {
		text-transform: uppercase;
		display: flex;
		justify-content: center;
		color: var(--span-color);
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1px;
		align-items: center
	}

	.show-modal {
		z-index: 1000;
		opacity: 1;
		visibility: visible;
		backdrop-filter: blur(4px);
		transform: scale(1);
		transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
	}

	.close-button {
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--close-modal-text);
		width: 35px;
		height: 35px;
		border: 0;
		font-size: 15px;
		border-radius: 10px;
		background-color: var(--close-modal);
		transition: .5s
	}

	.close-button:hover {
		background-color: var(--close-modal-hover);
		transition: .5s
	}
}

@media(min-width: 1200px) and (max-width:1499.98px) {
	.modal-new {
		position: fixed;
		z-index: 1001 !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(28 28 28/.9);
		opacity: 0;
		visibility: hidden;
		transform: scale(1.05);
		transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
	}

	.modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 780px;
		display: flex;
		flex-direction: column;
		background-color: var(--modal-bg-color);
		color: #fff;
		border-radius: 20px;
		padding: 20px 20px 30px
	}

	.content_modal_block {
		margin-top: 23px;
		margin-bottom: 4px;
		overflow-y: scroll
	}

	span.header_modal_new {
		text-transform: uppercase;
		display: flex;
		justify-content: center;
		color: var(--span-color);
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1px;
		align-items: center
	}

	.show-modal {
		z-index: 1000;
		opacity: 1;
		visibility: visible;
		backdrop-filter: blur(4px);
		transform: scale(1);
		transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
	}

	.close-button {
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--close-modal-text);
		width: 35px;
		height: 35px;
		border: 0;
		font-size: 15px;
		border-radius: 10px;
		background-color: var(--close-modal);
		transition: .5s
	}

	.close-button:hover {
		background-color: var(--close-modal-hover);
		transition: .5s
	}
}

@media(min-width: 1500px) {
	.modal-new {
		position: fixed;
		z-index: 1001 !important;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgb(28 28 28/.9);
		opacity: 0;
		visibility: hidden;
		transform: scale(1.05);
		transition: visibility 0s linear .25s, opacity .25s 0s, transform .25s
	}

	.modal-content {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 780px;
		display: flex;
		flex-direction: column;
		background-color: var(--modal-bg-color);
		color: #fff;
		border-radius: 20px;
		padding: 20px 20px 30px
	}

	.content_modal_block {
		margin-top: 23px;
		margin-bottom: 4px;
		overflow-y: scroll
	}

	span.header_modal_new {
		text-transform: uppercase;
		display: flex;
		justify-content: center;
		color: var(--span-color);
		font-weight: 600;
		font-size: 16px;
		letter-spacing: 1px;
		align-items: center
	}

	.show-modal {
		z-index: 1000;
		opacity: 1;
		visibility: visible;
		backdrop-filter: blur(4px);
		transform: scale(1);
		transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
	}

	.close-button {
		display: flex;
		justify-content: center;
		align-items: center;
		color: var(--close-modal-text);
		width: 35px;
		height: 35px;
		border: 0;
		font-size: 15px;
		border-radius: 10px;
		background-color: var(--close-modal);
		transition: .5s
	}

	.close-button:hover {
		background-color: var(--close-modal-hover);
		transition: .5s
	}
}

.show {
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	backdrop-filter: blur(4px);
	transform: scale(1);
	transition: visibility 0s linear 0s, opacity .25s 0s, transform .25s
}

.modal-headers {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	justify-content: space-between
}

.modal-new-header {
	display: flex;
	color: var(--span-color);
	text-transform: uppercase;
	font-weight: 500;
	font-size: 16px;
	padding: 10px 15px;
	background-color: var(--modal-new-header-bg);
	border: 2px dashed var(--span-color);
	border-radius: 10px;
	align-items: center;
	margin-top: -3rem;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	margin-bottom: 10px
}

.server-players {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, 1fr);
	height: 600px;
	overflow: auto;
	padding: 0 10px 0 0
}

.modal-server-player-item {
	background: var(--block-na-card-all);
	border-radius: 15px;
	display: flex;
	gap: 15px;
	margin-bottom: 15px;
	padding: 15px 20px;
	width: 100%;
	justify-content: space-between;
	align-items: center
}

.modal-server-player-item:last-child {
	margin-bottom: 0
}

.modal-server-player-nick {
	display: grid;
	width: 25%;
	line-height: 15px
}

.modal-server-player-nick a {
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.modal-server-player-nick a img {
	display: none
}

.modal-server-player-nick span {
	font-size: 14px;
	color: #929292
}

.modal-server-player-frags {
	display: flex;
	gap: 10px;
	width: 40%;
	line-height: 15px;
	align-items: center
}

.modal-server-player-frags h4 {
	font-size: 16px;
	margin-bottom: 0
}

.modal-server-player-frags span {
	font-size: 14px;
	color: #929292
}

.modal-server-player-deaths {
	display: flex;
	gap: 10px;
	width: 25%;
	line-height: 15px;
	align-items: center
}

.modal-server-player-deaths h4 {
	font-size: 16px;
	margin-bottom: 0
}

.modal-server-player-deaths span {
	font-size: 14px;
	color: #929292
}

.modal-server-player-playtime {
	display: flex;
	gap: 10px;
	width: 25%;
	line-height: 15px;
	align-items: center
}

.modal-server-player-playtime h4 {
	font-size: 16px;
	margin-bottom: 0
}

.modal-server-player-playtime span {
	font-size: 14px;
	color: #929292
}

.modal-server-player-icon i {
	color: var(--svg-color);
	font-size: 20px
}

.modal-server-player-actions {
	display: block;
	gap: 10px;
	width: 25%;
	line-height: 15px;
	align-items: center
}

.modal-server-player-actions h4 {
	font-size: 16px;
	margin-bottom: 0
}

.modal-server-player-actions span {
	font-size: 14px;
	color: #929292
}

.online-ellips {
	bottom: 20px;
	border: 2px solid #303030;
	width: 30px;
	height: 30px;
	cursor: help;
	background: #28a745;
	right: 25px;
	position: absolute;
	border-radius: 50%;
}

.offline-ellips {
	bottom: 25px;
	border: 3px solid #20232a;
	background: #656565;
	right: 20px;
	position: absolute;
	border-radius: 50px;
	padding: 15px 20px;
	cursor: help;
	font-size: 20px;
	line-height: 10px;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500
}

.card-user-header {
	display: flex;
	margin-bottom: 10px;
	align-items: center;
	width: 100%;
	gap: 10px;
	padding: 10px;
	border-radius: 15px
}

.card-user-header-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: var(--card-user-header-icon)
}

.card-user-header-title {
	color: #ebebeb;
	font-weight: 600
}

.card-servers {
	border-radius: 20px;
	background: var(--card-color);
	padding: 20px;
	align-items: center
}

.card-serverselect-item {
	display: flex;
	width: 13rem;
	flex-shrink: 0;
	cursor: pointer;
	flex-direction: column;
	align-items: center
}

.card-serverselect-item svg {
	z-index: 10;
	height: 25px;
	width: 25px
}

.card-serverselect-icon {
	z-index: 10;
	height: 40px;
	width: 40px;
	background: var(--card-social-content);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px
}

.card-serverselect-item.active .card-serverselect-icon {
	background-color: var(--card-social-info-active);
	transition: all .3s ease-in-out
}

.card-serverselect-info {
	display: flex;
	flex-direction: column;
	min-width: 1px;
	overflow-wrap: break-word;
	position: relative;
	margin-top: -1.25rem;
	width: 100%;
	border-radius: 1rem;
	padding-left: .75rem;
	padding-right: .75rem;
	padding-bottom: .4rem;
	padding-top: 1.25rem;
	text-align: center;
	background-color: var(--card-social-info);
	color: #a3adc2;
	transition: all .3s ease-in-out
}

.card-serverselect-item .card-serverselect-info:hover {
	background-color: var(--card-social-info-hover);
	transition: all .3s ease-in-out
}

.card-serverselect-item.active .card-serverselect-info {
	background-color: var(--card-social-info-active);
	transition: all .3s ease-in-out
}

.card-serverselect-item .card-serverselect-info .card-serverselect-selectedcheck {
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	right: 8px;
	top: 8px;
	background: #3a544c;
	border-radius: 8px;
	display: none
}

.card-serverselect-item.active .card-serverselect-selectedcheck {
	display: flex
}

.card-serverselect-selectedcheck svg {
	width: .75rem;
	height: .75rem;
	transition: fill .3s ease-in-out
}

.card-serverselect-title {
	margin-top: .75rem;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: #fff
}

.card-serverselect-link {
	margin-top: .25rem;
	font-size: .8125rem;
	line-height: 1.125rem;
	letter-spacing: .025em;
	color: #b7b7b7
}

.card-serverselect-content {
	background: var(--card-social-content);
	border-radius: 50px;
	font-size: 12px;
	margin-top: 10px;
	padding: 5px;
	color: #ababab;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-serverselect-item.active .card-serverselect-content {
	background-color: #3c5c6642;
	transition: all .3s ease-in-out
}

.modal-ban-item {
	display: flex;
	align-items: center;
	padding: 10px;
	background: var(--modal-stat-item-bg);
	border-radius: 15px;
	gap: 15px;
	margin-bottom: 10px
}

.modal-ban-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: var(--block-na-card-icon-all);
	border-radius: 10px;
	color: #dbdbdb;
	border: 1px dashed #575757
}

.modal-ban-info {
	line-height: 15px
}

.modal-ban-info h4 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600
}

.modal-ban-info h4 a img {
	display: none
}

.modal-ban-info span {
	font-size: 13px;
	color: #a7a7a7
}

.modal-ban-actions {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 10px;
	gap: 5px
}


.modal-mute-item {
	display: flex;
	align-items: center;
	padding: 10px;
	background: var(--modal-stat-item-bg);
	border-radius: 15px;
	gap: 15px;
	margin-bottom: 10px
}

.modal-mute-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: var(--block-na-card-icon-all);
	border-radius: 10px;
	color: #dbdbdb;
	border: 1px dashed #575757
}

.modal-mute-info {
	line-height: 15px
}

.modal-mute-info h4 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600
}

.modal-mute-info h4 a img {
	display: none
}

.modal-mute-info span {
	font-size: 13px;
	color: #a7a7a7
}

.stat-nick a img {
	display: none
}

.modal-stat-item {
	display: flex;
	align-items: center;
	padding: 10px;
	background: var(--modal-stat-item-bg);
	border-radius: 15px;
	gap: 15px;
	margin-bottom: 10px
}

.modal-stat-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: var(--block-na-card-icon-all);
	border-radius: 10px;
	color: #dbdbdb;
	border: 1px dashed #575757
}

.modal-stat-info {
	line-height: 15px
}

.modal-stat-info h4 {
	font-size: 16px;
	margin-bottom: 0;
	font-weight: 600
}

.modal-stat-info h4 a img {
	display: none
}

.modal-stat-info span {
	font-size: 13px;
	color: #a7a7a7
}

.modal-stats-body {
	height: 510px;
	overflow: auto
}

.card-page-header {
	display: flex;
	align-items: center
}

.card-page-header i {
	font-size: 17px;
	background: var(--card-user-header-icon);
	padding: 15px;
	margin-right: 15px;
	position: relative;
	border-radius: 10px;
	color: #bebebe
}

.addban-image-add {
	overflow: auto;
	background: #303030;
	border-radius: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	align-items: center;
	justify-content: center;
	padding: 20px
}

.local-deleter {
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	color: var(--close-modal-text);
	width: 25px;
	height: 25px;
	border: 0;
	font-size: 13px;
	border-radius: 10px;
	background-color: var(--close-modal);
	transition: .5s;
	position: absolute;
	z-index: 1;
	right: 5px;
	top: 5px;
}

.addban-image-add img {
	height: 130px !important;
	border-radius: 15px
}

.knife-pages-title {
	display: flex;
	align-items: center;
	border-radius: 15px;
	background: #20232a;
	padding: 20px 30px;
	gap: 30px
}

.knife-pages-title:before {
	background-image: url(../img/knifes/pattern.svg);
	content: "";
	height: 189px;
	left: 0;
	position: absolute;
	top: 0;
	width: 250px
}

.knife-pages-title-icon i {
	border-radius: 50px;
	border: solid 1px #faa05f;
	background: 0 0;
	padding: 17.5px;
	color: #faa05f;
	font-weight: 600
}

.knife-title {
	color: #fff;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.375em;
	text-transform: uppercase
}

.steps__description {
	color: #9e9e9e;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0
}

.steps__description a,
.steps__description span {
	color: #ffda18;
	text-decoration: none
}

.steps__list {
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	display: -ms-grid;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(3, 1fr);
	background: var(--card-color);
	padding: 20px;
	border-radius: 20px
}

.steps__item-number {
	color: var(--svg-color);
	font-size: 30px;
	font-style: italic;
	font-weight: 900;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase
}

.steps .step-1 {
	position: relative
}

.steps .step-2 {
	position: relative
}

.steps .svg-wrapper {
	height: 40px;
	left: calc(100% + 14px);
	overflow: hidden;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0
}

.steps .step-1 .svg-wrapper.is-active {
	-webkit-animation: progress1 1.5s linear forwards;
	animation: progress1 1.5s linear forwards
}

.steps .step-2 .svg-wrapper.is-active {
	-webkit-animation: progress2 1.5s linear forwards;
	animation: progress2 1.5s linear forwards
}

.steps__item-box {
	background: var(--block-na-card-all);
	border-radius: 15px;
	margin-top: 20px;
	overflow: hidden;
	padding: 20px;
	position: relative
}

.steps__item-box:before {
	background-image: url(../img/knifes/pattern.svg);
	content: "";
	height: 189px;
	left: 0;
	position: absolute;
	top: 0;
	width: 250px
}

.steps__item-icon {
	display: block;
	height: 350px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 10px
}

.steps__item-txt {
	font-size: 15px;
	font-weight: 400;
	margin-top: 30px
}

.steps__item-headline,
.steps__item-txt {
	color: #fff;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase
}

.steps__item-headline,
.steps__item-txt {
	color: #fff;
	line-height: 25px;
	text-align: center;
	text-transform: uppercase
}

.steps__item-headline {
	font-size: 25px;
	font-style: italic;
	font-weight: 700;
	margin-top: 15px;
	min-height: .1px
}

.steps__item-btn {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: var(--btn-all-default);
	border-radius: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	justify-content: center;
	margin-top: 10px;
	text-decoration: none;
	-webkit-transition: background-color .2s;
	-o-transition: background-color .2s;
	transition: background-color .2s;
	width: 100%
}

.steps__item-btn span {
	color: #18191e;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	pointer-events: none;
	text-align: center;
	text-transform: uppercase
}

.steps__item-btn-desc {
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	align-items: center;
	background: var(--btn-na-card-all-go);
	border-radius: 15px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 60px;
	justify-content: center;
	margin-top: 30px;
	text-decoration: none;
	transition: all .3s;
	width: 100%
}

.steps__item-btn-desc:hover {
	background: var(--btn-na-card-all-go-hover);
	transition: all .3s
}

.steps__item-btn-desc span {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	line-height: 30px;
	pointer-events: none;
	text-align: center;
	text-transform: uppercase
}

@-webkit-keyframes progress1 {
	0% {
		width: 0
	}

	to {
		width: 271px
	}
}

@keyframes progress1 {
	0% {
		width: 0
	}

	to {
		width: 271px
	}
}

@-webkit-keyframes progress2 {
	0% {
		width: 0
	}

	to {
		width: 268px
	}
}

@keyframes progress2 {
	0% {
		width: 0
	}

	to {
		width: 268px
	}
}

.knife-desc-item {
	background: var(--block-na-card-all);
	padding: 20px;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	margin-bottom: 20px;
	align-items: center;
	display: flex
}

.knife-desc-item i {
	line-height: 3px;
	border-radius: 50px;
	border: solid 1px var(--svg-color);
	background: 0 0;
	padding: 17.5px;
	color: var(--svg-color);
	font-weight: 600;
	margin-right: 20px
}

.knife-ability-item {
	background: var(--block-na-card-all);
	padding: 20px;
	border-radius: 12px;
	font-size: 12px;
	color: #fff;
	align-items: center;
	display: flex
}

.knife-ability-item i {
	border-radius: 50px;
	border: solid 1px var(--svg-color);
	background: 0 0;
	padding: 17.5px;
	color: var(--svg-color);
	font-weight: 600;
	margin-right: 20px
}

.steps__item-image img {
	cursor: pointer;
	transition: .4s
}

.steps__item-image img:hover {
	transform: scale(1.04);
	transition: .4s
}

.coverr {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 40%;
	height: 200px;
	width: 100%;
	border-radius: 14px;
	margin-bottom: 15px
}

.page_content__wN7_H {
	display: flex
}

.page_item__28vR- {
	position: relative;
	flex-shrink: 0;
	width: 50%;
	padding-right: 33px
}

.payments_list__Aflkl {
	margin-bottom: 18px
}

.list_list__3AjWt {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: -6px -3px 0;
	padding-left: 0
}

.list_item__2JuMn {
	width: 25%;
	padding: 6px 3px 0
}

.item_item__2J0Ci {
	position: relative;
	width: 100%;
	height: 109px;
	background: #1b1b25;
	border-radius: 10px;
	cursor: pointer;
	-webkit-user-select: none;
	user-select: none
}

.item_item__2J0Ci:after,
.item_item__2J0Ci:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	opacity: 0;
	transition: opacity .3s ease;
	content: ""
}

.item_item__2J0Ci:before {
	background: linear-gradient(90deg, #282837 1.53%, #252530)
}

.item_item__2J0Ci:after {
	background: linear-gradient(90.12deg, #193634 .13%, #172028 99.92%);
	border: 1px solid #134a36
}

.item_item__2J0Ci.item_active__1mFQl:after,
.item_item__2J0Ci:hover:before {
	opacity: 1
}

.item_content__2fzV6 {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%
}

.item_content__2fzV6:before {
	position: absolute;
	bottom: 8px;
	left: 9px;
	z-index: 2;
	width: 19px;
	height: 19px;
	background: url(https://ggdrop.live/static/media/check.cb7372a4.svg)no-repeat;
	opacity: 0;
	transition: opacity .3s ease;
	content: ""
}

.item_item__2J0Ci.item_active__1mFQl .item_content__2fzV6:before {
	opacity: 1
}

.item_image__1lgOL {
	max-width: 74px;
	max-height: 40px
}

.modal-server-player-actions {
	display: block;
	gap: 10px;
	width: 25%;
	line-height: 15px;
	align-items: center
}

.modal-server-player-actions h4 {
	font-size: 16px;
	margin-bottom: 0
}

.modal-server-player-actions span {
	font-size: 14px;
	color: #929292
}

.spoiler-item {
	background-color: var(--block-na-card-all);
	margin-bottom: 10px;
	border-radius: 15px;
	color: #fff;
	transition: all .3s
}

.spoiler-item:hover {
	background-color: #313131;
	transition: all .3s
}

.spoiler-item .spoiler-title {
	cursor: pointer;
	padding: 15px 20px;
	transition: transform .4s ease-in-out
}

.spoiler-item .spoiler-title.active-title {
	color: #fff;
	border-bottom: 1px solid #353535
}

.spoiler-item .spoiler-title h3 {
	font-weight: 600;
	margin: 0;
	font-size: 15px;
	display: flex;
	color: #d8d8d8;
	justify-content: space-between;
	align-items: center;
	gap: 10px
}

.spoiler-item .spoiler-title h3 span {
	flex: 1
}

.spoiler-item .spoiler-title i.fa-chevron-down {
	transform: rotate(270deg);
	font-size: 15px;
	color: #d8d8d8;
	transition: .4s
}

.spoiler-item .spoiler-title i.fa-chevron-down.chevron-top {
	transform: rotate(-180deg);
	color: #faa05f
}

.spoiler-item .spoiler-content {
	display: none;
	line-height: 1.7;
	padding: 10px;
	border-radius: 0 0 15px 15px;
	color: #e1e1e1
}

.spoiler-item .spoiler-content.active {
	display: block
}

.spoiler-item .spoiler-content p {
	margin: 0;
	font-size: 16px
}

.spoiler-item .spoiler-content p img {
	border-radius: 10px;
	margin-bottom: 15px
}

.spoiler-item .spoiler-content p img:last-child {
	margin-bottom: 0
}

.list-mods td {
	padding: 5px;
	border: 1px solid #4b4b4b;
	vertical-align: middle;
	min-width: 175px
}

.dvd-images {
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	box-sizing: border-box
}

.dvd-images img {
	box-shadow: none !important;
	max-width: 240px;
	max-height: 200px
}

.hidden-tr>td {
	height: 0 !important;
	border: 0 !important;
	padding: 0 !important
}

#notes {
	position: fixed;
	margin-left: auto;
	margin-right: auto;
	left: 60px;
	right: 0;
	text-align: center;
	align-items: center;
	top: 75px;
	cursor: default;
	transition: height .15s ease-in-out;
	-webkit-transition: height .15s ease-in-out;
	pointer-events: none;
	z-index: 9999
}

#notes .note-item {
	max-height: 12em;
	border-radius: 8px;
	opacity: 1;
	will-change: opacity, transform;
	transition: all .2s linear;
	-webkit-transition: all .2s linear;
	-webkit-touch-callout: none;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	z-index: 1002;
	pointer-events: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	align-items: flex-start;
	-webkit-align-content: flex-start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	line-height: 1.25em;
	color: #fff;
	margin: 0 auto 3px;
	transform: translateZ(0);
	-moz-transform: translateZ(0);
	-ms-transform: translateZ(0);
	-webkit-transform: translateZ(0);
	padding: .95em 1em
}

@media all and (max-width: 30em) {
	#notes .note-item {
		width: 75vw;
		max-width: none
	}
}

#notes .note-item[data-show=false] {
	pointer-events: none;
	opacity: 0;
	max-height: 0;
	margin-bottom: 0
}

#notes .note-item[data-type=info] {
	background-color: #1b2027;
	color: #6080ff;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	max-width: 300px;
	text-overflow: ellipsis;
	white-space: nowrap
}

#notes .note-item[data-type=warn] {
	background-color: #1b2027;
	color: #ffb064;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	max-width: 350px;
	text-overflow: ellipsis;
	white-space: nowrap;
	animation: shake .9s cubic-bezier(.36, .07, .19, .97)both;
	-webkit-animation: shake .9s cubic-bezier(.36, .07, .19, .97)both
}

#notes .note-item[data-type=error] {
	background-color: #8d1313;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	max-width: 350px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

#notes .note-item[data-type=success] {
	background-color: #24541f;
	color: #85f479;
	font-weight: 700;
	text-transform: uppercase;
	overflow: hidden;
	max-width: 350px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(.75, 1.25, 1);
		transform: scale3d(.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

#notes .note-item .note-item-text {
	flex: auto;
	-webkit-flex: auto;
	-moz-flex: auto;
	-ms-flex: auto;
	padding-right: .5em;
	width: 250px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 15px
}

#notes .note-item .note-item-btn {
	display: none;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 8px;
	bottom: 15px;
	cursor: pointer;
	background: url(data:image/svg+xml,%3C?xml%20version=%221.0%22%20encoding=%22utf-8%22?%3E%3Csvg%20version=%221.1%22%20xmlns=%22http://www.w3.org/2000/svg%22%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%20x=%220px%22%20y=%220px%22%20width=%2224%22%20height=%2224%22%20viewBox=%220%200%2024%2024%22%20xml:space=%22preserve%22%20fill=%22%23fff%22%3E%3Cpath%20d=%22M18.3,5.71L18.3,5.71c-0.39-0.39-1.02-0.39-1.41,0L12,10.59L7.11,5.7c-0.39-0.39-1.02-0.39-1.41,0l0,0%20c-0.39,0.39-0.39,1.02,0,1.41L10.59,12L5.7,16.89c-0.39,0.39-0.39,1.02,0,1.41h0c0.39,0.39,1.02,0.39,1.41,0L12,13.41l4.89,4.89%20c0.39,0.39,1.02,0.39,1.41,0l0,0c0.39-0.39,0.39-1.02,0-1.41L13.41,12l4.89-4.89C18.68,6.73,18.68,6.09,18.3,5.71z%22/%3E%3C/svg%3E)no-repeat 0 0/contain;
	transition: opacity .2s;
	-webkit-transition: opacity .2s
}

#notes .note-item .note-item-btn:hover {
	opacity: .6 !important
}

@keyframes shake {

	10%,
	90% {
		transform: translate3d(-1px, 0, 0);
		-webkit-transform: translate3d(-1px, 0, 0);
		-ms-transform: translate3d(-1px, 0, 0)
	}

	20%,
	80% {
		transform: translate3d(2px, 0 0);
		-webkit-transform: translate3d(2px, 0, 0);
		-ms-transform: translate3d(2px, 0, 0)
	}

	30%,
	50%,
	70% {
		transform: translate3d(-4px, 0, 0);
		-webkit-transform: translate3d(-4px, 0, 0);
		-ms-transform: translate3d(-4px, 0, 0)
	}

	40%,
	60% {
		transform: translate3d(4px, 0, 0);
		-webkit-transform: translate3d(4px, 0, 0);
		-ms-transform: translate3d(4px, 0, 0)
	}
}

@-webkit-keyframes shake {

	10%,
	90% {
		-webkit-transform: translate3d(-1px, 0, 0)
	}

	20%,
	80% {
		-webkit-transform: translate3d(2px, 0, 0)
	}

	30%,
	50%,
	70% {
		-webkit-transform: translate3d(-4px, 0, 0)t
	}

	40%,
	60% {
		-webkit-transform: translate3d(4px, 0, 0)
	}
}

.rconshop-card-info .right-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 16px;
	padding: 24px
}

.rconshop-card-info .right-container .summs {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-box-align: end;
	-moz-box-align: end;
	-ms-flex-align: end;
	align-items: end;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 0
}

.rconshop-card-info .right-container .summs h1 {
	font-size: 25px;
	margin-bottom: 0
}

.rconshop-card-info .right-container .block {
	position: relative
}

.rconshop-card-info .right-container .info-block {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}

a.body-2,
div.body-2,
h1.body-2,
h2.body-2,
p.body-2,
span.body-2 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 24px;
	margin-bottom: 0
}

a.body-2.gray,
a.body-2.title-span,
div.body-2.gray,
div.body-2.title-span,
h1.body-2.gray,
h1.body-2.title-span,
h2.body-2.gray,
h2.body-2.title-span,
p.body-2.gray,
p.body-2.title-span,
span.body-2.gray,
span.body-2.title-span {
	color: #8e8e8e
}



.modal-headers-images {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 30px;
	flex-direction: column
}

.modal-headers-images .title {
	color: var(--svg-color);
	font-size: 19px;
	font-weight: 600;
	margin-bottom: 5px
}

.modal-headers-images .subtitle {
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	color: #aaa
}

.modal-headers-images img {
	width: 150px;
	margin-bottom: 20px
}

.modal-body-custom-cust {
	display: flex;
	flex-direction: column;
	border-radius: 15px;
	padding: 20px;
	margin-bottom: 15px;
	color: silver;
	background: var(--block-na-card-all)
}

.modal-body-custom-cust span {
	color: var(--svg-color);
	font-weight: 600
}

.server-item {
	padding: 15px;
	border-radius: 15px;
	height: 115px;
	width: 100%;
	overflow: hidden
}

.server-item-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px
}

.server-item-name {
	width: 90%;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.server-item-map {
	color: #fff;
	font-size: 13px
}

.server-item-actions {
	position: absolute;
	right: -10px;
	bottom: 30px
}

.server-item-btn-play {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	height: 30px;
	width: 30px;
	cursor: pointer;
	background: #cdcdcd38;
	transition: all .3s
}

.server-item-btn-play:hover {
	background: #ffffff2e;
	transition: all .3s
}

.server-item-body {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 11px;
	color: #fff;
	font-weight: 500;
	margin-top: 10px
}

.server-item-ip {
	display: flex;
	align-items: center;
	gap: 3px;
	opacity: .7;
	color: #fff;
	cursor: pointer;
	transition: all .3s
}

.server-item-ip:hover {
	opacity: 1;
	color: #fff;
	transition: all .3s
}

.server-item-players {
	display: flex;
	align-items: center;
	gap: 3px;
	color: #fff;
	cursor: pointer;
	opacity: .7
}

.server-item-players:hover {
	opacity: 1;
	color: #fff;
	transition: all .3s
}

.serverrr24 {
	display: none
}

/*.selected-servers {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 10px;
	gap: 15px;
}*/

.selected-server-item {
	display: block;
	padding: 20px;
	border-radius: 15px;
	background: var(--block-na-card-all);
	width: 100%;
	white-space: nowrap;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s
}

.selected-server-item.active {
	background-color: var(--card-social-info-active);
	transition: all .3s ease-in-out
}

.selected-server-item:hover {
	background: var(--authorization-form-input-input);
	transition: all .3s
}



.selected-server-content {
	display: flex;
	align-items: center;
	gap: 15px;
	z-index: 2;
}

.selected-server-icon img {
	width: 40px;
	height: 40px;
	border-radius: 8px
}

.selected-server-item.active .card-serverselect-selectedcheck {
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	right: 8px;
	top: 8px;
	background: #3a544c;
	border-radius: 8px;
	display: none
}


.mode-online-value {
	color: #fff;
	font-size: 15px;
	position: relative;
	top: 2px;
	font-weight: 500
}

.mode-icon-locked {
	position: absolute;
	z-index: 20;
	top: 142px;
	left: 50%;
	transform: translateX(-50%)
}

.mode-item-bg-closed {
	width: 100%;
	height: 300px;
	z-index: 0;
	border-radius: 12px 0;
	display: flex;
	transition: all .3s ease 0s;
	text-align: center;
	place-items: center;
	-webkit-box-align: center;
	opacity: .2;
	-webkit-box-pack: center;
	justify-content: center;
	text-decoration: none;
	color: #aecce4
}

.mode-item-bg-closed img {
	object-fit: cover;
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s ease 0s;
	border-radius: 12px;
	width: 100% !important;
	height: 320px !important
}

.card-grid,
.page-grid #dle-content {
	-ms-grid-rows: auto;
	-ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
	grid-gap: 32px;
	display: -ms-grid;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: auto
}

.card-grid .goods-item,
.page-grid .goods-item {
	background: var(--card-color);
	border: 1px solid var(--block-na-card-all);
	border-radius: 15px;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	position: relative;
	text-decoration: none;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.card-grid .goods-item:hover,
.page-grid .goods-item:hover {
	background: var(--card-color);
	border: 1px solid var(--all_online-bg-hover)
}

.card-grid .goods-item .container2,
.page-grid .goods-item .container2 {
	display: block;
	padding-bottom: 60px;
	position: relative
}

.card-grid .goods-item .container2 .topline,
.page-grid .goods-item .container2 .topline {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	height: 20px;
	justify-content: start;
	left: 16px;
	position: absolute;
	top: 16px;
	z-index: 9
}

.card-grid .goods-item .container2 .topline .marker,
.page-grid .goods-item .container2 .topline .marker {
	display: block;
	left: 0;
	position: relative;
	top: 0
}

.marker.green {
	background: #0a0
}

a.caption-2,
div.caption-2,
h1.caption-2,
h2.caption-2,
p.caption-2,
span.caption-2 {
	color: #fff;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: .04em;
	line-height: 16px
}

.marker {
	border-radius: 2px;
	color: #fff;
	left: 0;
	padding: 2px 4px;
	position: relative;
	text-transform: uppercase;
	top: 0
}

.card-grid .goods-item .container2 .cover,
.page-grid .goods-item .container2 .cover {
	display: initial
}

.card-grid .goods-item .link-title,
.page-grid .goods-item .link-title {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between
}

.card-grid .goods-item .container2 .cover img,
.page-grid .goods-item .container2 .cover img {
	height: auto;
	-webkit-transition: all .6s ease 0s;
	-o-transition: all .6s ease 0s;
	transition: all .6s ease 0s;
	width: 100%
}


.card-grid .goods-item .link-title:after,
.page-grid .goods-item .link-title:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

.card-grid .goods-item .container2 .info,
.page-grid .goods-item .container2 .info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	background: #262626;
	border-radius: 0;
	bottom: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 0;
	max-height: 75px;
	padding: 11px 16px;
	position: absolute;
	-webkit-transition: max-height .2s ease 0s;
	-o-transition: max-height .2s ease 0s;
	transition: max-height .2s ease 0s;
	width: 100%;
	z-index: 0
}

.card-grid .goods-item h2,
.card-grid .goods-item span,
.page-grid .goods-item h2,
.page-grid .goods-item span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left
}

.card-grid .goods-item h2.body-2,
.card-grid .goods-item span.body-2,
.page-grid .goods-item h2.body-2,
.page-grid .goods-item span.body-2 {
	display: block;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.card-grid .goods-item .container2 .info a,
.page-grid .goods-item .container2 .info a {
	color: #fff;
	text-decoration: none
}

.card-grid .goods-item .link-title:after,
.page-grid .goods-item .link-title:after {
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1
}

a.caption-1,
div.caption-1,
h1.caption-1,
h2.caption-1,
p.caption-1,
span.caption-1 {
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	letter-spacing: .04em;
	line-height: 20px
}

.card-grid .goods-item .container2 .info .caption-1,
.page-grid .goods-item .container2 .info .caption-1 {
	-webkit-box-pack: start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #8e8e8e;
	cursor: default;
	gap: 8px;
	justify-content: start;
	margin-top: 0
}

a.button-1,
div.button-1,
h1.button-1,
h2.button-1,
p.button-1,
span.button-1 {
	color: #cbcbcb;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: .02em;
	line-height: 24px;
	-webkit-transition: all .2s ease 0s;
	-o-transition: all .2s ease 0s;
	transition: all .2s ease 0s
}

.card-grid .goods-item:hover img,
.page-grid .goods-item:hover img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.header-tabs {
	display: flex;
	margin-left: 25px;
	gap: 7px
}

.header-tab {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	padding: 10px 15px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
	color: var(--header-tab-color-active);
	transition: all .3s;
	cursor: pointer;
	background: var(--header-tab-bg-active) !important;
}

.header-tab:hover {
	color: var(--header-tab-color-active);
	background: #634e32 !important;
	transition: all .3s;
}

.header-tab.active {
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--header-tab-bg-active) !important;
	padding: 8px 17px;
	border-radius: 10px;
	font-weight: 500;
	font-size: 14px;
	color: var(--header-tab-color-active) !important;
	transition: all .3s
}

.header-tab.active svg path {
	stroke: var(--header-tab-color-active)
}

.header-tab i {
	font-size: 10px
}

.card-grid .article-new-item .short-story,
.page-grid .article-new-item .short-story {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left
}

.card-grid .article-new-item h2,
.card-grid .article-new-item span,
.page-grid .article-new-item h2,
.page-grid .article-new-item span {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: left
}

.card-grid .article-new-item .caption-1,
.page-grid .article-new-item .caption-1 {
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 0
}

.card-grid .article-new-item .short-story span,
.page-grid .article-new-item .short-story span {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-right: 0;
	max-width: 100%;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: normal
}

.card-grid .article-new-item .container .info .top span,
.page-grid .article-new-item .container .info .top span {
	color: #8e8e8e
}

.hp-theme-customizer-container-header {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 16px;
	padding-bottom: 16px;
	background: var(--block-na-card-all);
	border-bottom: 1px solid var(--theme-customizer-border)
}

.hp-theme-customizer-container-header-title {
	color: var(--customizer-header-title-color);
	font-weight: 500;
	font-size: 20px
}

.hp-theme-customizer-container-header-desc {
	color: #9d9d9d;
	font-size: 14px
}

.hp-theme-customizer-container-body {
	padding-right: 24px;
	padding-left: 24px;
	padding-top: 16px;
	padding-bottom: 16px
}

.hp-theme-customizer-container-header {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.hp-theme-customizer-container-info {
	display: flex;
	flex-direction: column
}

.hp-theme-btn-close-customizer {
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: 0 0;
	transition: all .3s
}

.hp-theme-btn-close-customizer:hover {
	background: var(--hp-theme-btn-close-customizer-hover);
	transition: all .3s
}

.hp-theme-btn-close-customizer i {
	color: #878787;
	font-size: 18px;
	transition: all .3s
}

.hp-theme-btn-close-customizer:hover i {
	color: #c4c4c4;
	transition: all .3s
}

.hp-theme-customizer-container-theme-title {
	color: var(--customizer-header-title-color);
	font-weight: 560;
	font-size: 16px
}

.hp-theme-customizer-container-theme-body {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 10px;
	margin-top: 8px
}

.hp-theme-customizer-container-theme-item {
	display: flex;
	flex-direction: column;
	gap: 3px;
	cursor: pointer
}

.hp-theme-customizer-container-theme-item-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 15px;
	border-radius: 9px;
	border: 1px solid var(--theme-item-icon-border)
}

.hp-theme-customizer-container-theme-item-text {
	color: #949494;
	font-size: 13px;
	font-weight: 500
}

.hp-theme-customizer-container-theme-item.palette_active .hp-theme-customizer-container-theme-item-icon {
	border: 2px solid var(--theme-item-icon-active-border);
	background: var(--theme-item-icon-active-bg);
	transition: all .3s
}

.hp-theme-customizer-container-theme-item.palette_active .hp-theme-customizer-container-theme-item-icon svg path {
	stroke: var(--theme-item-icon-active-svg)
}

.card-serverselect-item.activee .card-serverselect-info {
	background-color: var(--card-social-info-active);
	transition: all .3s ease-in-out
}

.card-serverselect-item .card-serverselect-info .card-serverselect-selectedcheck {
	position: absolute;
	justify-content: center;
	align-items: center;
	width: 26px;
	height: 26px;
	right: 8px;
	top: 8px;
	background: #3a544c;
	border-radius: 8px;
	display: none
}

.card-serverselect-item.activee .card-serverselect-selectedcheck {
	display: flex
}

.card-serverselect-selectedcheck svg {
	width: .75rem;
	height: .75rem;
	transition: fill .3s ease-in-out
}

.selected-servers {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	margin-top: 10px;
	gap: 15px
}

@media (max-width: 768px) {
	.selected-servers {
		grid-template-columns: 1fr;
	}

	.card-grid,
	.page-grid #dle-content {
		-ms-grid-rows: auto;
		-ms-grid-columns: 1fr 32px 1fr 32px 1fr 32px 1fr;
		grid-gap: 22px;
		display: -ms-grid;
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: auto;
		margin: 5px;
	}

}

.selected-server-item {
	padding: 20px;
	border-radius: 15px;
	background: var(--basket-item-bg);
	background-size: cover;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s
}

.selected-server-item:hover {
	background: var(--block-na-card-all);
	background-size: cover;
	transition: all .3s
}

.selected-server-info {
	color: #fff;
	font-weight: 600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.selected-server-info span {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.selected-server-content {
	display: flex;
	align-items: center;
	gap: 15px
}

.selected-server-icon img {
	width: 50px;
	height: 50px
}

.server-shadow {
	width: 120px;
	height: 105px;
	top: -40px;
	left: -25px;
	position: absolute;
	z-index: 1;
	filter: blur(35px);
	opacity: .25;

}

.server-shadow-bottom {
	width: 120px;
	height: 105px;
	bottom: -40px;
	right: -25px;
	position: absolute;
	z-index: 1;
	filter: blur(35px);
	opacity: .25;

}

.new-server-likes {
	display: flex;
	gap: 12px;
}

.modal-content {
	width: 1400px;
	height: fit-content;
	background-image: url('../../../templates/solutionG2/img/storebg.webp');
	background-size: cover;
}

@media (max-width: 768px) {
	.modal-content {
		width: 100%;
		height: fit-content;
		background-image: url(../../../templates/solutionG2/img/storebg.webp);
		background-size: cover;
	}
}

.server-modal-content {
	width: 100%;
	display: flex;
	height: 200px;
	background: #292929;
	border-radius: 20px;
	justify-content: center;
	align-items: center;
}

.server-modal-content .close-button {
	position: absolute;
	right: 10px;
	top: 10px;
}

.server-modal-content .modal-new-header {
	position: absolute;
	top: 10%;
	left: 10px;
}

.modal-body-servers-players {
	padding: 0 15px !important;
}

.modal-sname {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
	flex-direction: column;
}

.modal-online {
	margin-top: 5px;
	font-size: 16px;
	padding: 5px 10px;
	border-radius: 10px;
	background: #faa05a9c;
}

a.modal-connect {
	font-size: 14px;
	text-transform: uppercase;
	color: #d6d6d6 !important;
	font-weight: 500;
	margin-top: 10px;
	border-bottom: dashed 1px;
}

.card-servergg {
	margin-bottom: 10px;
	padding: 15px 15px;
	max-width: 120px;
	font-weight: 600;
	display: inline-flex;
	justify-content: center;
	white-space: nowrap;
	margin-left: 5px;
	margin-right: 5px;
}

.card-servergg1 {
	padding-right: 30px;
	padding-left: 30px;
}

.btn-authorization-auth {
	display: flex;
	width: 100%;
	justify-content: center;
	background: #4d6847;
	border: 0;
	border-radius: 10px;
	margin-top: 10px;
	padding: 8px;
	color: #f1f1f1;
	font-weight: 600;
	transition: all .6s;
	font-size: initial;
	cursor: pointer;
}

.btn-authorization-auth:hover {
	background: #6ea56b;
}

.tariffs .block {
	height: 230px;
	border: 1px solid #4e4e4e;
	border-radius: 25px;
	padding: 15px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: 1s;
	margin-bottom: 20px
}

.tariffs .block:hover {
	border: 1px solid #6c6b6b;
	border-radius: 20px;
	transform: translateY(-5px)
}

.tariffs .storePlayer {
	position: absolute;
	height: 150px;
	left: 0;
	top: 23px;
	filter: drop-shadow(0 4px 20px rgba(248, 160, 94, .25));
	z-index: 1;
	background-size: cover !important;
	width: 200px;
	background: url('../img/storePlayer.webp');
}

.tariffs .btnStore {
	padding: 10px;
	background: #4e7e54;
	border-radius: 15px;
	opacity: .9;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	text-align: center;
}

.storeFire {
	position: absolute;
	background: url('../img/storefire.webp');
	width: 40px;
	height: 40px;
	background-size: cover;
	top: -12px;
	right: -10px;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
}

/*.storeDiscount {
	position: absolute;
	background-color: rgba(255, 60, 0, 0.9);
	border-radius: 50%;
	width: 40px;
	height: 40px;
	background-size: cover;
	top: 25%;
	right: 0%;
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
	z-index: 9999;
}*/

.storeDiscount {
	position: absolute;
	width: 70px;
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #d6ff01;
	font-size: 12px;
	text-align: center;
	top: 25%;
	right: 0%;
	z-index: 9999;
	padding: 5px;
	overflow: hidden;
}

.storeDiscount::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 60, 0, 0.9);
	clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
	filter: drop-shadow(0 4px 4px rgba(0, 0, 0, .25));
	z-index: 1;
}

.storeDiscount span {
	position: relative;
	z-index: 2;
}

.tariffs {
	max-height: 260px;
	overflow: auto;
	padding-top: 20px
}

.back-to-top {
	position: fixed;
	bottom: 20px;
	/*right: 20px;*/
	padding: 10px 15px;
	background-color: #14131370;
	color: #ffffff;
	border: none;
	border-radius: 5px;
	font-size: 16px;
	cursor: pointer;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
	z-index: 1000;
}

@media (max-width: 768px) {
	.back-to-top.show {
		opacity: 1;
		visibility: visible;
	}
}