.main_logo img {
  width: 300px;
}

.nav-categories_list {
  justify-content: center;
}

.fd-column {
	flex-direction: column !important;
}

.d-block {
  display: block !important;
}

.box_btn_center
{
	  align-items: anchor-center !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.jc-normal
{
	justify-content: normal !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mh-auto
{
	min-height: auto !important;
}

.game_mode
{
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.game_mode-list
{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
	gap: 20px;
}

li.game_mode-item
{
	align-items: center;
	box-sizing: border-box;
	background: url(../img/noise.png) repeat, #1c2240;
	border: 1px solid #0000;
	border-radius: 10px;
	padding: 10px;
}

li.game_mode-item a
{
	text-decoration: none;
	color: #fff;
}

li.game_mode-item a:hover
{
	color: #646a87;
}

li.game_mode-item h4
{
	font-size: 18px;
	font-weight: 800;
	margin-bottom: 10px;
	text-transform: uppercase;
	word-break: break-all;
}

li.game_mode-item p
{
	font-size: 14px;
}

.game_mode-list li.active
{
	box-shadow: 0 5px 0 0 #3c7028, 0 6px 6px 0 #000; 
}

.game_mode-list li.active a
{
	color: #62c23c;
}

@media (max-width: 768px) {
	.game_mode-list
	{
		flex-direction: column;
		gap: 9px;
		width: 100%;
	}

	li.game_mode-item a
	{
		display: block;
    	width: 100%;
	}

	li.game_mode-item h4
	{
		font-size: 13px;
	}

	li.game_mode-item p
	{
		font-size: 12px;
	}

	.game_mode-list li.active
	{
		box-shadow: 0 4px 0 0 #3c7028, 0 5px 5px 0 #000; 
	}
}

.game_play_page .change_game_version
{
	align-items: baseline;
	display: flex;
	justify-content: left;
	padding-top: 10px;
	width: 100%;
}

@media (max-width: 768px) {
  .game_out {
    right: -15px;
    top: -15px;
  }
}

.game_mode_info
{
	align-items: baseline;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  width: 100%;
}

.game_play_page .game_mode_info span {
  color: #646a87;
  margin-right: 15px;
}

.game_play_page .game_mode_info {

	margin-top: 20px;
}

@media (max-width: 1024px) {

	.game_play_page .game_mode_info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
    text-align: center;
	}

	.game_play_page .game_mode_info span {
  	margin: 0 0 10px 0;
	}
}

button.copied {
  animation: pulse 0.4s ease;
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.1); }
  100% { transform: scale(1); }
}

/* Pagination  */
.pagination {
	display: flex;
	padding-left: 0;
	list-style: none;
}

.pagination li a, .pagination li span {
  position: relative;
  display: block;
  padding: 0.375rem 0.75rem;
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  background-color: #fe284a;
  border: 1px solid #191929;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  font-weight: 800;
}
@media (prefers-reduced-motion: reduce) {
  .pagination li a, .pagination li span {
    transition: none;
  }
}

.pagination li.active span {
  background-color: #62c23c;
  box-shadow: 0 3px 0 0 #3c7028, 0 4px 4px 0 #000;
}

.pagination li.disabled span {
  color: #fff;
  pointer-events: none;
  background-color: #191929;
}

.pagination li:not(:first-child) .page-link {
  margin-left: calc(-1 * 1px);
}
.pagination li:first-child .page-link {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.pagination li:last-child .page-link {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}

.text_esim {
    color: #9a5cff
}

.nav-categories_item.x_esim {
    color: #9a5cff
}

.nav-categories_item.x_esim .nav-categories_img {
    background-image: url(../img/icons/icon_categories/icon_esim.svg)
}

.column_description__value a 
{
	color: #fff;
}

.column_description__value a:hover
{
	color: #e8ce3a;
}

.gamecard_mode_sel {
	display: none;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
 }

.gamecard_mode_play, .gamecard_mode_demo
{
	text-align: center;
}

.gamecard_mode_play, .gamecard_mode_demo
{
	display: none;
}

.gamecard_mode_play.active, .gamecard_mode_demo.active
{
	display: block;
}

.gamecard_mode_sel.active
{
	display: flex;
	gap: 20px;
	align-items: center;
}

.gamecard_mode_btn
{
	align-items: center;
	box-sizing: border-box;
	background: url(../img/noise.png) repeat, #1c2240;
	border: 1px solid #393a51;
	border-radius: 5px;
	padding: 2px 2px;
	flex-direction: column;
	margin: 0 5px 5px 5px;
}

.gamecard_mode_btn h4
{
	display: block;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	word-break: break-all;
}

.gamecard_mode_btn p
{
	display: block;
	font-size: 12px;
}

@media (max-width: 1024px) {

	.gamecard_mode_btn
	{
		margin: 0 3px 3px 3px;
	}

	.gamecard_mode_btn h4
	{
		font-size: 12px;
	}

	.gamecard_mode_btn p {
		display: block;
		font-size: 10px;
	}
}

.gamecard_mode_back
{
	cursor: pointer;
}

.wallet_qr_code
{
	text-align: center;
}

.wallet_qr_code svg
{
	padding: 0.25rem;
  border: 2px solid #252536;
  border-radius: 0.375rem;
  background-color: #161626;
}

.wallet_requisites_info
{
	margin: 20px auto 0 auto;
}

.gamecard_links {
	padding: 10px 0;
}

.layer_games.category_esim:before,
.layer_games.category_vpn:before {
    background: none
}

.show_more_wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  overflow-anchor: none;
}

.show_more_wrapper .show_more {
	max-width: none;
	width: auto;
}

.page-register_oneclick .box_btn {
  align-items: center;
}

.email_wrapper {
  position: relative;
  width: 100%;
}

.box_input_text.email .email_edit {
  height: 20px;
  margin-top: -10px;
  right: 8.75px;
  top: 50%;
  width: 25px;
}

.box_input_text.email .email_edit {
  cursor: pointer;
  position: absolute;
}

.keen-slider {
    overflow: hidden;
}

.keen-slider:not(.keen-slider--initialized) {
    display: flex;
}

.keen-slider:not(.keen-slider--initialized) .keen-slider__slide {
    min-width: 100%;
}

.input-group {
    display: flex;
    width: 100%;
    gap: 8px;
}

.input-group input {
    flex: 1;
    min-width: 0;
    box-sizing: border-box;
}

.input-group button {
    box-sizing: border-box;
}

@media (max-width: 768px) {
    .input-group {
        flex-direction: column;
    }

    .input-group input,
    .input-group button {
        width: 100%;
    }
}

.pop_up .choose_action a {
    max-width: 100%;
    min-width: 160px;
}

.wallet_menu_wizard {
    max-width: 960px;
    width: 100%;
}

.wallet_menu_wizard-steps {
	display: flex;
	 width: 100%;
    border-bottom: 2px solid #252536;
    padding: 20px 0 10px 0;
}

.wallet_menu_wizard-step-item {
	flex: 1;
    position: relative;
    padding: 0 16px 18px;
    cursor: default;
    opacity: .45;
    transition: .3s;
}


.wallet_menu_wizard-step-item:not(:last-child) .step-title::after {
    content: '→';
    margin-left: 10px;
    opacity: .5;
}


.wallet_menu_wizard-step-item.active,
.wallet_menu_wizard-step-item.done {
    opacity: 1;
}

.wallet_menu_wizard-step-item::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    border-radius: 3px;
    background: transparent;
    transition: .3s;
}

.wallet_menu_wizard-step-item.active::after,
.wallet_menu_wizard-step-item.done::after {
    background: linear-gradient(90deg, #2563eb, #7c3aed);
}

.step-number {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #94a3b8;
    text-transform: uppercase;
    letter-spacing: .08em;
    margin-bottom: 4px;
}

.step-title {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

.wallet_menu_wizard-step {
    display: none;
    animation: fadeIn 0.25s ease;
}

.wallet_menu_wizard-step.active {
    display: block;
}

.wallet_desktop_info {
	display: block;
	text-align: center;
}

.wallet_desktop_info_quarcode {
	display: block;
	border-radius: 5px;
    height: 200px;
  width: 100%;
  margin-bottom: 15px;
}

.wallet_attach {
	padding: 15px;
  z-index: 2;
  border-radius: 5px;
  box-shadow: 0 5px 20px -5px #000;
  box-sizing: border-box;
  background-color: #2c3552;
  max-width: 400px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.wallet_attach h4 {
	margin-bottom: 5px;
}

.wallet_attach ul li {
	color: #646a87;
}

.wallet_attach .file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wallet_attach .file-item:hover {

}

.wallet_attach .file-info {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0;
}

.wallet_attach .file-icon {
    width: 20px;
    height: 20px;
    color: #6b7280;
    flex-shrink: 0;
}

.wallet_attach .file-name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wallet_attach .file-remove {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #9ca3af;
    border-radius: 50%;
    transition: background .2s, color .2s;
}

.wallet_attach .file-remove svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.wallet_attach .file-remove:hover {
    background: #fee2e2;
    color: #dc2626;
}

.wallet_attach .attach-processing
{
	padding: 1rem 1rem;
  margin-bottom: 1rem;
  color: #ffda6a;
  background-color: #332701;
  border: 1px solid #997404;
  border-radius: 0.375rem;
}

.wallet_attach ul li img {

	padding: 0.25rem;
  background-color: transparent;
  border: 1px solid #646a87;
  border-radius: 0.375rem;
	max-width: 100%;
  height: auto;
}

.step-title a {

    color: #fff;
    text-decoration: none;
}

.step-title a:hover {


}

.wallet-payment_info {
    max-width: 600px;
}

@media (max-width: 768px) {
    .wallet_info-row_value {
        word-wrap: anywhere;
    }

    .main_logo img {
        width: 250px;
    }
}